﻿@charset "UTF-8";
/* Scss Document */
/* Scss Document */
/* main content width:1650*/
/*list for gradient*/
/*$content-bg: rgba(255,255,255,0) 0%, rgba(255,255,255,0.2) 2%, rgba(255,255,255,0.61) 5%, rgba(255,255,255,1) 13%, rgba(255,255,255,1) 23%, rgba(255,255,255,1) 50%, rgba(255,255,255,0.72) 87%, rgba(255,255,255,0.61) 91%, rgba(255,255,255,0.27) 98%, rgba(255,255,255,0) 100%;*/
/*mixins*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

/**/
html, body {
  width: 100%;
  height: 100%; }

a {
  text-decoration: none; }

li {
  list-style-type: none; }

legend {
  display: none; }

fieldset {
  border: 0; }

img {
  border: 0; }

input:focus, select:focus, textarea:focus, button:focus, a:focus {
  outline: none; }

/*fonts*/
@font-face {
  font-family: 'Conv_BPG_Arial_Caps_2010';
  src: url("../fonts/BPG_Arial_Caps_2010.eot");
  src: url("../fonts/BPG_Arial_Caps_2010.ttf") format("truetype"), url("../fonts/BPG_Arial_Caps_2010.svg") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Conv_BPG_Arial_2010';
  src: url("../fonts/BPG_Arial_2010.eot");
  src: url("../fonts/BPG_Arial_2010.ttf") format("truetype"), url("../fonts/BPG_Arial_2010.svg") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'BPG Square Mtavruli';
  src: url("../fonts/bpg-square-mtavruli-webfont.eot");
  src: url("../fonts/bpg-square-mtavruli-webfont.woff2") format("woff2"), url("../fonts/bpg-square-mtavruli-webfont.woff") format("woff"), url("../fonts/bpg-square-mtavruli-webfont.ttf") format("truetype"), url("../fonts/bpg-square-mtavruli-webfont.svg#bpg_square_mtavruliregular") format("svg"); }
@font-face {
    font-family: 'FiraGO';
    src: url("../fonts/FiraGO-Medium.eot");
    src: local("☺"), url("../fonts/FiraGO-Medium.woff") format("truetype"), url("../fonts/FiraGO-Medium.woff2") format("svg");
}
body {
  background: url("../images/bg1.png") no-repeat;
  background-size: cover;
  background-attachment: fixed; }

#wrapper {
  width: 100%;
  min-height: 100%;
  position: relative;
  overflow: hidden;
  background: rgba(0, 38, 60, 0.35); }

.center {
  width: 85.9375%;
  max-width: 1650px;
  margin: auto;
  overflow: hidden; }
  @media screen and (max-width: 1800px) {
    .center {
      width: 96%; } }

/*--------------------------------------home------------------------------------------------*/
video {
  position: fixed;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  transform: translateX(-50%) translateY(-50%);
  /* background: url('//demosthenes.info/assets/images/polina.jpg') no-repeat;
  background-size: cover;*/
  transition: 1s opacity; }

/*@media screen and (max-device-width: 800px) {  
  #bgvid { display: none; }
}*/
#topContact .center {
  display: flex;
  justify-content: flex-end; }
  @media screen and (max-width: 520px) {
    #topContact .center {
      flex-direction: column;
      align-items: flex-end; } }

#topContact .communication {
  /* display: inline-block; */
  margin: 9px 0 9px 24px;
  position: relative;
  /* float: right; */ }
  #topContact .communication:before {
    content: '';
    display: inline-block;
    width: 1px;
    height: 23px;
    position: absolute;
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.33) 13%, rgba(255,255,255,0.82) 51%, rgba(255,255,255,0.33) 87%, rgba(255,255,255,0) 100%);
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.33) 13%, rgba(255,255,255,0.82) 51%, rgba(255,255,255,0.33) 87%, rgba(255,255,255,0) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,0.33) 13%, rgba(255,255,255,0.82) 51%, rgba(255,255,255,0.33) 87%, rgba(255,255,255,0) 100%); }
  @media screen and (max-width: 520px) {
    #topContact .communication:before {
      display: none; } }
  @media screen and (max-width: 370px) {
    #topContact .communication {
      display: flex;
      justify-content: space-around;
      width: 100%; } }
  #topContact .communication li {
    /* display: inline-block; */
    line-height: 15px;
    margin: 4px 0 4px 24px;
    float: left; }
    @media screen and (max-width: 370px) {
      #topContact .communication li {
        margin: 0; } }
    #topContact .communication li a {
      display: inline-block;
      color: #fff;
      font-size: 13px;
      line-height: 15px;
      font-family: "Conv_BPG_Arial_2010";
      padding-left: 30px; }
    #topContact .communication li:hover {
      -webkit-box-shadow: 0px 0px 15px rgba(0, 38, 60, 0.45);
      -moz-box-shadow: 0px 0px 15px rgba(0, 38, 60, 0.45);
      box-shadow: 0px 0px 15px rgba(0, 38, 60, 0.45); }
    #topContact .communication li:first-child a {
      background: url("../images/onlineChat.png") no-repeat left center; }
    #topContact .communication li:last-child a {
      background: url("../images/videoCall.png") no-repeat left center; }

@media screen and (max-width: 960px) {
  #topContact .contactTop {
    display: none; } }

#topContact .contactTop li:first-child a {
  background: url("../images/hotLine.png") no-repeat left center; }

#topContact .contactTop li:last-child a {
  background: url("../images/email.png") no-repeat left center; }

#topContact .attention {
  display: inline-block;
  color: #C21B1B;
  font-size: 14px;
  line-height: 16px;
  font-family: "Conv_BPG_Arial_Caps_2010";
  border-radius: 3px;
  padding-left: 30px;
  margin: 9px 5px 9px 0;
  padding: 4px 8px 4px 34px;
  background: url("../images/attention.png") no-repeat 6px center;
  background-size: auto 16px;
  /* float: right; */
  position: relative;
  -webkit-box-shadow: 0px 0px 10px rgba(194, 27, 27, 0.3);
  -moz-box-shadow: 0px 0px 10px rgba(194, 27, 27, 0.3);
  box-shadow: 0px 0px 10px rgba(194, 27, 27, 0.3); }
  @media screen and (max-width: 520px) {
    #topContact .attention {
      margin: 9px 5px 0px 0; } }
  #topContact .attention:before {
    content: '';
    display: inline-block;
    width: 100%;
    height: 100%;
    position: absolute;
    background: #ffffff;
    -webkit-filter: blur(4px);
    -moz-filter: blur(4px);
    -o-filter: blur(4px);
    -ms-filter: blur(4px);
    filter: blur(4px);
    /*opacity: 0.66;*/
    left: 0;
    top: 0;
    z-index: -1;
    -webkit-box-shadow: inset 0px 0px 15px #c21b1b;
    -moz-box-shadow: inset 0px 0px 15px #c21b1b;
    box-shadow: inset 0px 0px 15px #c21b1b;
    animation: attention 2s infinite; }

@keyframes attention {
  0% {
    -webkit-box-shadow: inset 0px 0px 0px #C21B1B;
    -moz-box-shadow: inset 0px 0px 0px #C21B1B;
    box-shadow: inset 0px 0px 0px #C21B1B; }
  70% {
    -webkit-box-shadow: inset 0px 0px 15px #C21B1B;
    -moz-box-shadow: inset 0px 0px 15px #C21B1B;
    box-shadow: inset 0px 0px 15px #C21B1B; }
  100% {
    -webkit-box-shadow: inset 0px 0px 0px #C21B1B;
    -moz-box-shadow: inset 0px 0px 0px #C21B1B;
    box-shadow: inset 0px 0px 0px #C21B1B; } }

header {
  width: 100%;
  -webkit-box-shadow: 0px 0px 6px rgba(255, 255, 255, 0.19);
  -moz-box-shadow: 0px 0px 6px rgba(255, 255, 255, 0.19);
  box-shadow: 0px 0px 6px rgba(255, 255, 255, 0.19);
  background: rgba(0, 38, 60, 0.66); }
  header .center {
    display: flex;
    align-items: center;
    height: 72px;
    overflow: inherit; }
  header h1 {
    /* display: table; */
    display: flex;
    align-items: center;
    width: 21.51515%;
    height: 100%;
    /* margin: 9px 1.625em 0 0; */
    margin-right: 1.57%;
    font-weight: normal;
    vertical-align: middle;
    float: left;
    position: relative;
    /*overflow: hidden;*/ }
    header h1:after {
      content: '';
      display: inline-block;
      width: 1px;
      height: 34px;
      position: absolute;
      background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(0,153,217,0.66) 10%, rgba(0,153,217,1) 50%, rgba(0,153,217,0.66) 90%, rgba(255,255,255,0) 100%);
      background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(0,153,217,0.66) 10%, rgba(0,153,217,1) 50%, rgba(0,153,217,0.66) 90%, rgba(255,255,255,0) 100%);
      background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(0,153,217,0.66) 10%, rgba(0,153,217,1) 50%, rgba(0,153,217,0.66) 90%, rgba(255,255,255,0) 100%);
      opacity: 0.34;
      /* right: -1.625em; */
      right: -6.32%; }
    @media screen and (max-width: 1600px) {
      header h1 {
        width: 18.48485%; } }
    @media screen and (max-width: 1340px) {
      header h1 {
        width: 24.54545%;
        position: relative;
        z-index: 1; } }
    @media screen and (max-width: 1110px) {
      header h1 {
        width: 27.57576%; } }
    @media screen and (max-width: 980px) {
      header h1 {
        width: 33.63636%; }
        header h1:after {
          right: -3.32%; } }
    @media screen and (max-width: 820px) {
      header h1 {
        width: 39.69697%; } }
    @media screen and (max-width: 690px) {
      header h1 {
        width: 45.75758%; }
        header h1:after {
          right: -0.32%; } }
    @media screen and (max-width: 520px) {
      header h1 {
        width: 62px;
        margin-right: 3.57%; }
        header h1:after {
          right: -12.32%; } }
    header h1 a.logo {
      display: inline-block;
      width: 62px;
      height: 60px;
      flex-shrink: 0;
      /* max-height: 55px; */
      text-indent: -9999px;
      /* margin-right: 0.87em; */
      
      background: url(../images/MeteoLogo.png) no-repeat center center;
      background-size:55%;
       }
      header h1 a.logo:hover {
        opacity: 0.5; }
    header h1 > span {
      /* display: table-cell; */
      display: inline-block;
      max-height: 55px;
      /* vertical-align: middle; */
      overflow: hidden; }
      @media screen and (max-width: 520px) {
        header h1 > span {
          display: none; } }
      header h1 > span a {
        display: inline-block;
        color: #fff;
        font-size: 18px;
        line-height: 21px;
        text-transform: uppercase;
        font-family: "Conv_BPG_Arial_Caps_2010";
        margin-top: 11px; }
        header h1 > span a span {
            display: block;
            font-size: 14px;
            line-height: 17px;
            font-family: 'FiraGO';
            font-feature-settings: "case" on;
            /*font-family: "BPG Square Mtavruli"; */
        }
          @media screen and (max-width: 560px) {
            header h1 > span a span {
              display: none; } }
        header h1 > span a:hover {
          opacity: 0.5; }
      @media screen and (max-width: 1600px) {
        header h1 > span a {
          font-size: 16px; }
          header h1 > span a span {
            font-size: 12px; } }
      @media screen and (max-width: 1340px) {
        header h1 > span a {
          font-size: 18px; }
          header h1 > span a span {
            font-size: 14px; } }
  header .lenguage {
    display: inline-block;
    color: #fff;
    font-size: 12px;
    line-height: 12px;
    text-transform: uppercase;
    font-family: "Conv_BPG_Arial_Caps_2010";
    padding-left: 24px;
    margin-right: 1.57%;
    margin-left: 1.57%;
    /* margin: 32px 0 0 1.625em; */
    /* float: left; */ }
    header .lenguage.eng {
      background: url("../images/english.png") no-repeat left center;
      background-size: 15px 9px; }
    header .lenguage.geo {
      background: url("../images/georgian.png") no-repeat left center;
      background-size: 15px 9px; }
    header .lenguage:hover {
      opacity: 0.5; }
    @media screen and (max-width: 1340px) {
      header .lenguage {
        position: relative;
        z-index: 1; } }

nav {
  /* display: inline-block; */
  max-width: 66.66667%;
  /*1000*/
  /* float: right; */
  position: relative;
  margin-left: auto; }
  @media screen and (max-width: 1600px) {
    nav {
      max-width: 69.69697%; } }
  nav div {
    display: none;
    cursor: pointer; }
    nav div > span {
      /* display: inline-block; */
      margin-top: 3px;
      color: #fff;
      font-size: 1em;
      line-height: 18px;
      font-family: "Conv_BPG_Arial_Caps_2010";
      letter-spacing: 2px;
      font-weight: normal;
      float: right; }
    nav div #nav-icon1 {
      /* display: inline-block; */
      width: 20px;
      height: 20px;
      margin-right: 10px;
      margin-top: 2px;
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
      -webkit-transition: all 0.5s ease-in-out;
      -moz-transition: all 0.5s ease-in-out;
      -o-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out;
      float: left; }
      nav div #nav-icon1 span {
        display: block;
        position: absolute;
        height: 2px;
        width: 100%;
        background: #8EDEFF;
        opacity: 1;
        left: 0;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: all 0.25s ease-in-out;
        -moz-transition: all 0.25s ease-in-out;
        -o-transition: all 0.25s ease-in-out;
        transition: all 0.25s ease-in-out; }
        nav div #nav-icon1 span:nth-child(1) {
          top: 0px; }
        nav div #nav-icon1 span:nth-child(2) {
          top: 5px; }
        nav div #nav-icon1 span:nth-child(3) {
          top: 10px; }
    nav div #nav-icon1.open span:nth-child(1) {
      top: 5px;
      -webkit-transform: rotate(135deg);
      -moz-transform: rotate(135deg);
      -o-transform: rotate(135deg);
      transform: rotate(135deg); }
    nav div #nav-icon1.open span:nth-child(2) {
      opacity: 0;
      left: -60px; }
    nav div #nav-icon1.open span:nth-child(3) {
      top: 5px;
      -webkit-transform: rotate(-135deg);
      -moz-transform: rotate(-135deg);
      -o-transform: rotate(-135deg);
      transform: rotate(-135deg); }
  nav > ul {
    /* display: table; */
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: stretch;
    width: 100%;
    position: relative;
    z-index: 99; }
    nav > ul > li {
      /* display: table-cell; */
      height: 72px;
      text-align: center;
      position: relative;
      /*float: left;*/ }
      nav > ul > li > a {
        display: flex;
        height: 100%;
        flex-shrink: 1;
        justify-content: space-around;
        align-items: center;
        color: #ffffff;
        font-size: 16px;
        /*white-space: nowrap;*/
        /*font-weight: bold;*/
        font-family: "Conv_BPG_Arial_2010";
        padding: 0px 0.5em;
        position: relative;
        border-right: 1px solid rgba(0, 38, 60, 0.3); }
        nav > ul > li > a:after {
          content: '';
          display: inline-block;
          width: 1px;
          height: 100%;
          position: absolute;
          background: rgba(0, 153, 217, 0.3);
          top: 0;
          right: 0; }
        nav > ul > li > a.activePage, nav > ul > li > a:hover, nav > ul > li:hover > a {
          background: rgba(142, 222, 255, 0.66); }
        @media screen and (max-width: 1600px) {
          nav > ul > li > a {
            font-size: 15px; } }
        @media screen and (max-width: 1450px) {
          nav > ul > li > a {
            font-size: 14px; } }
      nav > ul > li:first-child > a {
        border-left: 1px solid rgba(0, 38, 60, 0.3); }
        nav > ul > li:first-child > a:before {
          content: '';
          display: inline-block;
          width: 1px;
          height: 100%;
          position: absolute;
          background: rgba(0, 153, 217, 0.3);
          top: 0;
          left: 0; }
      nav > ul > li:hover ul {
        display: block; }
      nav > ul > li ul {
        display: none;
        width: 20em;
        position: absolute;
        -webkit-box-shadow: 0px 0px 6px rgba(255, 255, 255, 0.19);
        -moz-box-shadow: 0px 0px 6px rgba(255, 255, 255, 0.19);
        box-shadow: 0px 0px 6px rgba(255, 255, 255, 0.19);
        background: rgba(0, 38, 60, 0.66); }
        nav > ul > li ul li {
          display: block;
          width: 100%;
          height: auto;
          text-align: left; }
          nav > ul > li ul li a {
            display: block;
            color: #ffffff;
            font-size: 16px;
            font-family: "Conv_BPG_Arial_2010";
            position: relative;
            padding: 10px 1em; }
            nav > ul > li ul li a:hover {
              background: rgba(142, 222, 255, 0.66); }
      nav > ul > li:nth-child(6) ul, nav > ul > li:nth-child(7) ul {
        right: 0; }
  @media screen and (max-width: 1340px) {
    nav {
      width: 96%;
      max-width: 1650px;
      right: 2%;
      position: absolute; }
      nav div {
        display: block; }
      nav > ul {
        display: none;
        width: 40%;
        max-height: initial;
        position: absolute;
        /* background: #fff; */
        z-index: 9999;
        top: 25px;
        right: 0;
        background: rgba(0, 38, 60, 0.86); }
        nav > ul > li {
          display: block;
          height: auto; }
          nav > ul > li a {
            display: block;
            font-size: 16px;
            padding: 15px 6%;
            text-align: right;
            border-right: 0px solid rgba(0, 38, 60, 0.3);
            border-bottom: 1px solid rgba(0, 38, 60, 0.3); }
            nav > ul > li a:after {
              content: '';
              display: inline-block;
              width: 100%;
              height: 1px;
              position: absolute;
              background: rgba(0, 153, 217, 0.3);
              top: 0;
              right: 0; }
          nav > ul > li:first-child > a {
            border-left: 0px solid rgba(0, 38, 60, 0.3);
            border-top: 1px solid rgba(0, 38, 60, 0.3); }
            nav > ul > li:first-child > a:before {
              content: '';
              display: inline-block;
              width: 100%;
              height: 1px;
              position: absolute;
              background: rgba(0, 153, 217, 0.3);
              top: 0;
              left: 0; }
          nav > ul > li ul {
            display: none;
            width: 100%;
            max-width: 100%;
            position: initial;
            background: #1b4965; }
            nav > ul > li ul li a {
              padding: 15px 10% 15px 6%; } }
  @media screen and (max-width: 960px) {
    nav > ul {
      width: 50%; } }
  @media screen and (max-width: 800px) {
    nav > ul {
      width: 70%; } }
  @media screen and (max-width: 600px) {
    nav > ul {
      width: 100%; } }

#content {
  width: 100%;
  padding-top: 84px; }
  @media screen and (max-width: 1366px) {
    #content {
      padding-top: 54px; } }
  @media screen and (max-width: 540px) {
    #content {
      padding-top: 34px; } }
  #content .titleBlock {
    /* display: inline-block; */
    display: flex;
    align-items: center;
    width: 34.84848%;
    /*575*/
    min-height: 66px;
    padding: 5px 2%;
    background: rgba(255, 255, 255, 0.25);
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.25) 10%, rgba(255, 255, 255, 0.5) 29%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0.26) 93%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.25) 10%, rgba(255, 255, 255, 0.5) 29%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0.26) 93%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.25) 10%, rgba(255, 255, 255, 0.5) 29%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0.26) 93%, rgba(255, 255, 255, 0) 100%);
    float: left;
    position: relative;
    /*წასაშლელია*/ }
    #content .titleBlock:nth-child(2) {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 24.84848%;
      /*410*/
      text-align: right;
      background: rgba(255, 255, 255, 0.25);
      background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.26) 10%, rgba(255, 255, 255, 0.5) 29%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0.25) 93%, rgba(255, 255, 255, 0.05) 100%);
      background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.26) 10%, rgba(255, 255, 255, 0.5) 29%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0.25) 93%, rgba(255, 255, 255, 0.05) 100%);
      background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.26) 10%, rgba(255, 255, 255, 0.5) 29%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0.25) 93%, rgba(255, 255, 255, 0.05) 100%);
      float: right; }
    @media screen and (max-width: 1366px) {
      #content .titleBlock {
        width: 40.90909%;
        /*575*/
        min-height: 46px; }
        #content .titleBlock:nth-child(2) {
          width: 30.90909%;
          /*410*/ } }
    @media screen and (max-width: 1024px) {
      #content .titleBlock {
        width: 46.9697%;
        /*575*/ }
        #content .titleBlock:nth-child(2) {
          width: 36.9697%;
          /*410*/ } }
    @media screen and (max-width: 900px) {
      #content .titleBlock {
        width: auto;
        min-width: 54.54545%; }
        #content .titleBlock:nth-child(2) {
          display: none; } }
    #content .titleBlock:before {
      content: '';
      display: inline-block;
      width: 100%;
      height: 1px;
      position: absolute;
      background: -webkit-linear-gradient(left, rgba(0,38,60,0.1) 0%,rgba(0,38,60,0.45) 10%,rgba(0,38,60,1) 29%,rgba(0,38,60,1) 50%,rgba(0,38,60,0.26) 93%,rgba(0,38,60,0) 100%);
      background: -moz-linear-gradient(left, rgba(0,38,60,0.1) 0%,rgba(0,38,60,0.45) 10%,rgba(0,38,60,1) 29%,rgba(0,38,60,1) 50%,rgba(0,38,60,0.26) 93%,rgba(0,38,60,0) 100%);
      background: linear-gradient(to right, rgba(0,38,60,0.1) 0%,rgba(0,38,60,0.45) 10%,rgba(0,38,60,1) 29%,rgba(0,38,60,1) 50%,rgba(0,38,60,0.26) 93%,rgba(0,38,60,0) 100%);
      top: 0;
      left: 0; }
    #content .titleBlock:after {
      content: '';
      display: inline-block;
      width: 100%;
      height: 1px;
      position: absolute;
      background: -webkit-linear-gradient(left, rgba(0,38,60,0.1) 0%,rgba(0,38,60,0.45) 10%,rgba(0,38,60,1) 29%,rgba(0,38,60,1) 50%,rgba(0,38,60,0.26) 93%,rgba(0,38,60,0) 100%);
      background: -moz-linear-gradient(left, rgba(0,38,60,0.1) 0%,rgba(0,38,60,0.45) 10%,rgba(0,38,60,1) 29%,rgba(0,38,60,1) 50%,rgba(0,38,60,0.26) 93%,rgba(0,38,60,0) 100%);
      background: linear-gradient(to right, rgba(0,38,60,0.1) 0%,rgba(0,38,60,0.45) 10%,rgba(0,38,60,1) 29%,rgba(0,38,60,1) 50%,rgba(0,38,60,0.26) 93%,rgba(0,38,60,0) 100%);
      bottom: 0;
      left: 0; }
    #content .titleBlock .selectBlock {
      /* display: inline-block; */
      /* margin: 20px 1.87em 16px 1em; */
      margin: 0 1.87em 0 1em;
      padding-right: 5.21739%;
      /* float: left; */
      position: relative; }
      #content .titleBlock .selectBlock:after {
        content: '';
        display: inline-block;
        width: 1px;
        height: 100%;
        position: absolute;
        background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.33) 13%, rgba(255,255,255,0.82) 51%, rgba(255,255,255,0.33) 87%, rgba(255,255,255,0) 100%);
        background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.33) 13%, rgba(255,255,255,0.82) 51%, rgba(255,255,255,0.33) 87%, rgba(255,255,255,0) 100%);
        background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,0.33) 13%, rgba(255,255,255,0.82) 51%, rgba(255,255,255,0.33) 87%, rgba(255,255,255,0) 100%);
        right: 0;
        top: 0; }
      #content .titleBlock .selectBlock .rev-select {
        display: inline-block;
        /*width: 250px;*/
        height: 34px;
        color: #fff;
        font-size: 30px;
        line-height: 34px;
        font-family: "Conv_BPG_Arial_2010";
        letter-spacing: 0px;
        font-weight: normal;
        position: relative;
        cursor: pointer; }
        @media screen and (max-width: 1366px) {
          #content .titleBlock .selectBlock .rev-select {
            font-size: 18px; } }
        #content .titleBlock .selectBlock .rev-select .select-hidden {
          display: none;
          visibility: hidden;
          padding-right: 10px; }
        #content .titleBlock .selectBlock .rev-select .select-styled {
          /*position: absolute;
					top: 0;
					right: 0;
					bottom: 0;
					left: 0;*/
          /* background-color: #ff185d;*/
          /*padding: 8px 15px; */
          padding: 0 25px 0 10px; }
          #content .titleBlock .selectBlock .rev-select .select-styled:after {
            content: '';
            display: inline-block;
            width: 12px;
            height: 8px;
            position: absolute;
            background: rgba(255, 255, 255, 0);
            background: url("../images/arrowDown.png") no-repeat center center;
            top: 15px;
            right: 0px;
            /* @include rotate-element(45deg);*/ }
          #content .titleBlock .selectBlock .rev-select .select-styled:hover {
            /* background-color: #ff185d;*/ }
          #content .titleBlock .selectBlock .rev-select .select-styled:active {
            /*background-color: #ff185d;*/ }
          #content .titleBlock .selectBlock .rev-select .select-styled.active {
            /* background-color: #ff185d;*/ }
            #content .titleBlock .selectBlock .rev-select .select-styled.active:after {
              top: 10px;
              -webkit-transform: rotate(180deg);
              -moz-transform: rotate(180deg);
              -o-transform: rotate(180deg);
              transform: rotate(180deg); }
        #content .titleBlock .selectBlock .rev-select .select-options {
          display: none;
          width: 255px;
          position: absolute;
          top: 40px;
          right: 0;
          left: 0;
          z-index: 999;
          margin: 0;
          padding: 0;
          background: rgba(255, 255, 255, 0.6);
          background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.7) 5%, white 29%, white 50%, rgba(255, 255, 255, 0.7) 95%, rgba(255, 255, 255, 0) 100%);
          background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.7) 5%, white 29%, white 50%, rgba(255, 255, 255, 0.7) 95%, rgba(255, 255, 255, 0) 100%);
          background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.7) 5%, white 29%, white 50%, rgba(255, 255, 255, 0.7) 95%, rgba(255, 255, 255, 0) 100%); }
          #content .titleBlock .selectBlock .rev-select .select-options li {
            color: #00263C;
            font-size: 14px;
            line-height: 16px;
            margin: 0;
            padding: 10px 10px;
            border-top: 1px solid rgba(0, 38, 60, 0.2); }
            #content .titleBlock .selectBlock .rev-select .select-options li:hover {
              color: #fff;
              background: rgba(0, 38, 60, 0.66); }
            #content .titleBlock .selectBlock .rev-select .select-options li[rel="hide"] {
              display: none; }
    #content .titleBlock time {
      display: inline-block;
      color: #fff;
      font-size: 15px;
      line-height: 17px;
      font-family: "Conv_BPG_Arial_2010";
      letter-spacing: 0px;
      font-weight: normal;
      padding: 0 2%; }
  #content .weatherBlock {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 55px;
    overflow: hidden; }
    @media screen and (max-width: 1366px) {
      #content .weatherBlock {
        margin-bottom: 35px; } }
    @media screen and (max-width: 1200px) {
      #content .weatherBlock {
        flex-direction: column; } }
  #content .dayWeather {
    display: flex;
    flex-direction: column;
    align-items: center;
    /* justify-content: flex-start; */
    justify-content: space-between;
    width: 23.33333%;
    /*385px*/
    height: 465px;
    margin: 55px 1.21212% 55px 0;
    /* float: left; */
    background: rgba(0, 153, 217, 0.5);
    overflow: hidden; }
    @media screen and (max-width: 1366px) {
      #content .dayWeather {
        margin: 35px 1.21212% 35px 0; } }
    @media screen and (max-width: 1200px) {
      #content .dayWeather {
        flex-direction: row;
        width: 100%;
        height: auto;
        padding-top: 80px;
        min-height: 250px;
        margin: 35px 1.21212% 0 0;
        position: relative; } }
    @media screen and (max-width: 540px) {
      #content .dayWeather {
        flex-direction: column;
        padding-top: 0; } }
    #content .dayWeather > h2 {
      display: flex;
      flex-direction: column;
      justify-content: center;
      width: 100%;
      height: 70px;
      color: #fff;
      font-size: 16px;
      line-height: 18px;
      font-family: "Conv_BPG_Arial_2010";
      letter-spacing: 0px;
      font-weight: normal;
      text-transform: uppercase;
      text-align: center;
      flex-shrink: 0;
      background: rgba(99, 179, 213, 0.8); }
      @media screen and (max-width: 1200px) {
        #content .dayWeather > h2 {
          position: absolute;
          top: 0; } }
      @media screen and (max-width: 540px) {
        #content .dayWeather > h2 {
          position: initial;
          height: 50px; } }
      #content .dayWeather > h2 time {
        display: none;
        color: #fff;
        font-size: 0.87em;
        line-height: 16px;
        font-family: "Conv_BPG_Arial_Caps_2010";
        margin-top: 5px; }
        #content .dayWeather > h2 time span {
          margin-left: 10px; }
        @media screen and (max-width: 1200px) {
          #content .dayWeather > h2 time {
            display: block; } }
        @media screen and (max-width: 540px) {
          #content .dayWeather > h2 time {
            display: none; } }
    #content .dayWeather .weather {
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      /*  */
      width: 100%;
      min-height: 186px;
      padding: 10px 6.23377%;
      position: relative;
      /* overflow: hidden; */ }
      @media screen and (max-width: 1200px) {
        #content .dayWeather .weather {
          min-height: 136px;
          padding: 10px 3.11688% 10px 3.63636%; } }
      #content .dayWeather .weather:after {
        content: '';
        display: inline-block;
        width: 100%;
        height: 1px;
        position: absolute;
        background: -webkit-linear-gradient(left, rgba(0,38,60,0.1) 0%,rgba(0,38,60,0.45) 10%,rgba(0,38,60,1) 29%,rgba(0,38,60,1) 50%,rgba(0,38,60,0.26) 93%,rgba(0,38,60,0) 100%);
        background: -moz-linear-gradient(left, rgba(0,38,60,0.1) 0%,rgba(0,38,60,0.45) 10%,rgba(0,38,60,1) 29%,rgba(0,38,60,1) 50%,rgba(0,38,60,0.26) 93%,rgba(0,38,60,0) 100%);
        background: linear-gradient(to right, rgba(0,38,60,0.1) 0%,rgba(0,38,60,0.45) 10%,rgba(0,38,60,1) 29%,rgba(0,38,60,1) 50%,rgba(0,38,60,0.26) 93%,rgba(0,38,60,0) 100%);
        bottom: 0;
        left: 0;
        opacity: 0.3; }
        @media screen and (max-width: 1200px) {
          #content .dayWeather .weather:after {
            content: '';
            display: inline-block;
            width: 1px;
            height: 100%;
            position: absolute;
            background: -webkit-linear-gradient(top, rgba(0,38,60,0.1) 0%,rgba(0,38,60,0.45) 10%,rgba(0,38,60,1) 29%,rgba(0,38,60,1) 50%,rgba(0,38,60,0.26) 93%,rgba(0,38,60,0) 100%);
            background: -moz-linear-gradient(top, rgba(0,38,60,0.1) 0%,rgba(0,38,60,0.45) 10%,rgba(0,38,60,1) 29%,rgba(0,38,60,1) 50%,rgba(0,38,60,0.26) 93%,rgba(0,38,60,0) 100%);
            background: linear-gradient(to bottom, rgba(0,38,60,0.1) 0%,rgba(0,38,60,0.45) 10%,rgba(0,38,60,1) 29%,rgba(0,38,60,1) 50%,rgba(0,38,60,0.26) 93%,rgba(0,38,60,0) 100%);
            left: initial;
            bottom: initial;
            right: 0;
            top: 0; } }
        @media screen and (max-width: 540px) {
          #content .dayWeather .weather:after {
            content: '';
            display: inline-block;
            width: 100%;
            height: 1px;
            position: absolute;
            background: -webkit-linear-gradient(left, rgba(0,38,60,0.1) 0%,rgba(0,38,60,0.45) 10%,rgba(0,38,60,1) 29%,rgba(0,38,60,1) 50%,rgba(0,38,60,0.26) 93%,rgba(0,38,60,0) 100%);
            background: -moz-linear-gradient(left, rgba(0,38,60,0.1) 0%,rgba(0,38,60,0.45) 10%,rgba(0,38,60,1) 29%,rgba(0,38,60,1) 50%,rgba(0,38,60,0.26) 93%,rgba(0,38,60,0) 100%);
            background: linear-gradient(to right, rgba(0,38,60,0.1) 0%,rgba(0,38,60,0.45) 10%,rgba(0,38,60,1) 29%,rgba(0,38,60,1) 50%,rgba(0,38,60,0.26) 93%,rgba(0,38,60,0) 100%);
            bottom: 0;
            left: 0;
            right: initial;
            top: initial; } }
      #content .dayWeather .weather:last-child:after {
        display: none; }
      #content .dayWeather .weather time {
        display: inline-block;
        width: 100%;
        color: #fff;
        font-size: 0.87em;
        line-height: 16px;
        font-family: "Conv_BPG_Arial_Caps_2010";
        margin-bottom: 10px; }
        #content .dayWeather .weather time span {
          /* display: inline-block; */
          float: right; }
        @media screen and (max-width: 1200px) {
          #content .dayWeather .weather time {
            display: none; } }
      #content .dayWeather .weather .partOfDay {
        display: inline-block;
        width: 100%;
        max-width: 112px;
        height: 18px;
        color: #6FCAF0;
        font-size: 18px;
        line-height: 18px;
        font-family: "Conv_BPG_Arial_Caps_2010";
        letter-spacing: 0px;
        font-weight: normal;
        text-align: center;
        text-transform: uppercase;
        position: absolute;
        top: 50%;
        left: 9.87013%;
        transform: translateX(-50%) translateY(-50%) rotate(-90deg); }
      #content .dayWeather .weather h2 {
        display: flex;
        justify-content: space-around;
        align-items: center;
        align-self: flex-end;
        width: 88.31169%;
        /*311*/
        height: 112px;
        margin-bottom: 10px;
        /* float: right; */ }
        #content .dayWeather .weather h2 img {
          display: inline-block;
          /* width: 96px*100%/311px; */
          width: 45.65916%;
          min-width: 66px;
          /* max-height: 96px; */ }
        #content .dayWeather .weather h2 span {
          display: inline-block;
          color: #fff;
          font-size: 50px;
          line-height: 50px;
          font-family: "Conv_BPG_Arial_2010";
          letter-spacing: 0px;
          font-weight: normal; }
          @media screen and (max-width: 540px) {
            #content .dayWeather .weather h2 span {
              font-size: 40px;
              line-height: 40px; } }
      #content .dayWeather .weather h3 {
        align-self: flex-end;
        width: 88.31169%;
        /*311*/
        color: #fff;
        font-size: 0.81em;
        line-height: 16px;
        font-family: "Conv_BPG_Arial_2010";
        letter-spacing: 0px;
        font-weight: normal;
        margin-bottom: 15px;
        /*float: right; */ }
        #content .dayWeather .weather h3 img {
          display: inline-block;
          width: 14px;
          height: auto;
          margin-right: 1%;
          /* float: left; */ }
        #content .dayWeather .weather h3 span {
          display: inline-block;
          color: #fff;
          font-size: 14px;
          line-height: 16px;
          font-family: "Conv_BPG_Arial_2010";
          letter-spacing: 0px;
          font-weight: normal;
          margin-left: 3%; }
  #content .weatherAccordion {
    width: 75.0303%;
    /*1238*/
    margin: 55px 0;
    /*padding: 5px 3px 5px 3px;*/ /*მოითხოვა მეტეომ 03.07.2024*/
    padding: 0;
    /* float: right; */
    background: rgba(0, 38, 60, 0.6); }
    @media screen and (max-width: 1366px) {
      #content .weatherAccordion {
        margin: 35px 0; } }
    @media screen and (max-width: 1200px) {
      #content .weatherAccordion {
        width: 100%; } }
    #content .weatherAccordion > h2 {
      display: flex;
      flex-direction: column;
      justify-content: space-around;
      width: 100%;
      height: 65px;
      color: #fff;
      font-size: 16px;
      line-height: 18px;
      font-family: "Conv_BPG_Arial_2010";
      letter-spacing: 0px;
      font-weight: normal;
      text-transform: uppercase;
      text-align: center;
      flex-shrink: 0;
      background: rgba(99, 179, 213, 0.8);
      margin-bottom: 5px; }
      @media screen and (max-width: 900px) {
        #content .weatherAccordion > h2 {
          height: 50px; } }
  #content .accordion {
    display: flex;
    /*justify-content: space-around;*/
    width: 100%; }
    @media screen and (max-width: 900px) {
      #content .accordion {
        flex-direction: column; } }
    #content .accordion .item {
      /* display: inline-block; */
      width: 8.35057%;
      height: 395px;
      float: left;
      cursor: pointer;
      overflow: hidden;
      background: rgba(110, 210, 246, 0.25);
      margin-right: 2px; }
      @media screen and (max-width: 900px) {
        #content .accordion .item {
          display: flex;
          justify-content: space-between;
          align-items: center;
          width: 100%;
          height: 51px;
          margin-bottom: 5px;
          float: none; } }
      #content .accordion .item:nth-of-type(3) {
        background: rgba(104, 169, 199, 0.5); }
      #content .accordion .item:nth-of-type(5) {
        background: rgba(89, 160, 193, 0.5); }
      #content .accordion .item:nth-of-type(7) {
        background: rgba(72, 151, 187, 0.5); }
      #content .accordion .item:nth-of-type(9) {
        background: rgba(54, 141, 180, 0.5); }
      #content .accordion .item:nth-of-type(11) {
        background: rgba(34, 130, 173, 0.5); }
      #content .accordion .item:nth-of-type(13) {
        background: rgba(17, 91, 131, 0.5); }
      #content .accordion .item:nth-of-type(15) {
        background: rgba(0, 52, 89, 0.5); }
      #content .accordion .item:nth-of-type(17) {
        background: rgba(0, 38, 60, 0.5); }
      #content .accordion .item:nth-of-type(19) {
        background: rgba(0, 31, 46, 0.5); }
        @media screen and (max-width: 900px) {
          #content .accordion .item:nth-of-type(19) {
            margin-bottom: 0px; } }
      #content .accordion .item.active {
        display: none;
        width: 0; }
      #content .accordion .item time {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 71px;
        width: 100%;
        color: #fff;
        font-size: 0.87em;
        line-height: 16px;
        text-align: center;
        font-family: "Conv_BPG_Arial_Caps_2010";
        margin-bottom: 10px;
        background: rgba(99, 179, 213, 0.4); }
        @media screen and (max-width: 900px) {
          #content .accordion .item time {
            width: 40%;
            height: 51px;
            min-width: 130px;
            margin-bottom: 0; } }
      #content .accordion .item h2 {
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        align-items: center;
        width: 100%;
        /*311*/
        height: 313px;
        padding: 10px 0;
        float: right; }
        #content .accordion .item h2 img {
          display: inline-block;
          width: 76.92308%; }
        #content .accordion .item h2 span {
          display: inline-block;
          color: #fff;
          font-size: 34px;
          line-height: 34px;
          font-family: "Conv_BPG_Arial_2010";
          letter-spacing: 0px;
          font-weight: normal; }
          @media screen and (max-width: 1500px) {
            #content .accordion .item h2 span {
              font-size: 30px;
              line-height: 30px; } }
          @media screen and (max-width: 1366px) {
            #content .accordion .item h2 span {
              font-size: 24px;
              line-height: 24px; } }
        @media screen and (max-width: 900px) {
          #content .accordion .item h2 {
            height: 71px;
            flex-direction: row;
            justify-content: space-evenly; }
            #content .accordion .item h2 img {
              display: inline-block;
              width: auto;
              max-height: 46px; } }
    #content .accordion .info {
      /*width: 0;*/
      display: none;
      flex-direction: column;
      width: 31.09855%;
      height: 395px;
      margin: 0;
      padding-top: 0;
      /*float: left;*/
      position: relative;
      background: rgba(110, 210, 246, 0.25); }
      @media screen and (max-width: 900px) {
        #content .accordion .info {
          flex-direction: row;
          width: 100%;
          height: auto;
          padding-top: 50px;
          margin-bottom: 5px; } }
      @media screen and (max-width: 540px) {
        #content .accordion .info {
          flex-direction: column; } }
      #content .accordion .info:nth-of-type(2) {
        background: rgba(104, 169, 199, 0.5); }
      #content .accordion .info:nth-of-type(4) {
        background: rgba(89, 160, 193, 0.5); }
      #content .accordion .info:nth-of-type(6) {
        background: rgba(72, 151, 187, 0.5); }
      #content .accordion .info:nth-of-type(8) {
        background: rgba(54, 141, 180, 0.5); }
      #content .accordion .info:nth-of-type(10) {
        background: rgba(34, 130, 173, 0.5); }
      #content .accordion .info:nth-of-type(12) {
        background: rgba(17, 91, 131, 0.5); }
      #content .accordion .info:nth-of-type(14) {
        background: rgba(0, 52, 89, 0.5); }
      #content .accordion .info:nth-of-type(16) {
        background: rgba(0, 38, 60, 0.5); }
      #content .accordion .info:nth-of-type(18), #content .accordion .info:last-child {
        background: rgba(0, 31, 46, 0.5); }
      #content .accordion .info time {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        height: 71px;
        color: #fff;
        font-size: 0.87em;
        line-height: 16px;
        font-family: "Conv_BPG_Arial_Caps_2010";
        margin-bottom: 10px;
        padding: 10px 6.23377%;
        background: rgba(99, 179, 213, 0.4); }
        @media screen and (max-width: 900px) {
          #content .accordion .info time {
            height: 51px;
            position: absolute;
            top: 0; } }
      #content .accordion .info .weather {
        width: 100%;
        min-height: 100px;
        padding: 10px 6.23377%; }
        #content .accordion .info .weather .partOfDay {
          max-width: 90px; }
        #content .accordion .info .weather:first-child .partOfDay {
          margin-top: 20px; }
        #content .accordion .info .weather h2 {
          height: 90px;
          /* margin-top: 71px; */
          margin-bottom: 10px; }
          #content .accordion .info .weather h2 img {
            display: inline-block;
            /* width: 66px*100%/311px; */
            width: 34.0836%;
            min-width: 66px;
            /* max-height: 66px; */ }
          #content .accordion .info .weather h2 span {
            color: #fff;
            font-size: 34px;
            line-height: 34px;
            font-family: "Conv_BPG_Arial_2010";
            letter-spacing: 0px;
            font-weight: normal; }
        #content .accordion .info .weather:last-child h2 {
          margin-top: 0px; }
        #content .accordion .info .weather h3 {
          margin-bottom: 0px; }
          #content .accordion .info .weather h3 img {
            display: inline-block;
            width: 14px;
            height: auto;
            margin-right: 1%;
            /* float: left; */ }
          #content .accordion .info .weather h3 span {
            display: inline-block;
            color: #fff;
            font-size: 14px;
            line-height: 16px;
            font-family: "Conv_BPG_Arial_2010";
            letter-spacing: 0px;
            font-weight: normal;
            margin-left: 3%; }
        @media screen and (max-width: 900px) {
          #content .accordion .info .weather {
            padding: 10px 3.11688% 10px 3.63636%; } }

#footerWrapper {
  width: 100%;
  height: auto;
  /*min-height: 313px;*/
  max-height: 1310px;
  /*position: absolute;
	left: 0;
	bottom: 0;*/
  /* slider actions */
  /*& .lSAction {
		& > a{
			display: block;
			width: 2.5%;
			height: 100%;
			top:0;
			left: -3.2%;		
			cursor: pointer;
			position: absolute;
			z-index: 99;
			@include transition(all, 0.35s, linear);
			background:#fff url(../images/navCarusel.png) no-repeat center center;
			background-size:auto 77px;
		}
		& > .lSNext {
			transform: rotate(180deg);
			left: inherit;
			right: -3.2%;
		}
		& > a.disabled {
			pointer-events: none;
		}
	}*/
  /* Rtl */
  /* Rtl */
  /*/  GRab cursor */ }
  #footerWrapper footer {
    width: 100%;
    background: rgba(0, 38, 60, 0.36); }
    #footerWrapper footer .center {
      display: flex;
      flex-direction: row;
      justify-content: space-between; }
      @media screen and (max-width: 600px) {
        #footerWrapper footer .center {
          flex-direction: column;
          margin-bottom: 20px; } }
    #footerWrapper footer .footerBlock {
      display: inline-block;
      width: 74.84848%;
      /*margin-right: 20px*100%/$content-widthPX;*/
      padding-right: 5.66802%;
      /*float: left;*/
      position: relative; }
      @media screen and (max-width: 1200px) {
        #footerWrapper footer .footerBlock {
          width: 68.78788%; } }
      @media screen and (max-width: 900px) {
        #footerWrapper footer .footerBlock {
          width: 50%;
          padding-right: 5%; } }
      @media screen and (max-width: 600px) {
        #footerWrapper footer .footerBlock {
          width: 100%;
          padding-right: 0; } }
      #footerWrapper footer .footerBlock:before {
        content: '';
        display: inline-block;
        width: 2px;
        height: 95%;
        position: absolute;
        background: -webkit-linear-gradient(top, rgba(0,38,60,0.05) 0%, rgba(0,38,60,0.25) 13%, rgba(0,38,60,0.25) 51%, rgba(0,38,60,0.25) 87%, rgba(20,38,60,0.03) 100%);
        background: -moz-linear-gradient(top, rgba(0,38,60,0.05) 0%, rgba(0,38,60,0.25) 13%, rgba(0,38,60,0.25) 51%, rgba(0,38,60,0.25) 87%, rgba(20,38,60,0.03) 100%);
        background: linear-gradient(to bottom, rgba(0,38,60,0.05) 0%, rgba(0,38,60,0.25) 13%, rgba(0,38,60,0.25) 51%, rgba(0,38,60,0.25) 87%, rgba(20,38,60,0.03) 100%);
        right: 0;
        top: 2.5%; }
        @media screen and (max-width: 600px) {
          #footerWrapper footer .footerBlock:before {
            content: '';
            display: inline-block;
            width: 95%;
            height: 2px;
            position: absolute;
            background: -webkit-linear-gradient(right, rgba(0,38,60,0.05) 0%, rgba(0,38,60,0.25) 13%, rgba(0,38,60,0.25) 51%, rgba(0,38,60,0.25) 87%, rgba(20,38,60,0.03) 100%);
            background: -moz-linear-gradient(right, rgba(0,38,60,0.05) 0%, rgba(0,38,60,0.25) 13%, rgba(0,38,60,0.25) 51%, rgba(0,38,60,0.25) 87%, rgba(20,38,60,0.03) 100%);
            background: linear-gradient(to right, rgba(0,38,60,0.05) 0%, rgba(0,38,60,0.25) 13%, rgba(0,38,60,0.25) 51%, rgba(0,38,60,0.25) 87%, rgba(20,38,60,0.03) 100%);
            right: inherit;
            top: inherit;
            left: 2.5%;
            bottom: 0; } }
      #footerWrapper footer .footerBlock:after {
        content: '';
        display: inline-block;
        width: 2px;
        height: 95%;
        position: absolute;
        background: -webkit-linear-gradient(top, rgba(0,153,217,0.05) 0%, rgba(0,153,217,0.25) 13%, rgba(0,153,217,0.25) 51%, rgba(0,153,217,0.25) 87%, rgba(0,153,217,0.03) 100%);
        background: -moz-linear-gradient(top, rgba(0,153,217,0.05) 0%, rgba(0,153,217,0.25) 13%, rgba(0,153,217,0.25) 51%, rgba(0,153,217,0.25) 87%, rgba(0,153,217,0.03) 100%);
        background: linear-gradient(to bottom, rgba(0,153,217,0.05) 0%, rgba(0,153,217,0.25) 13%, rgba(0,153,217,0.25) 51%, rgba(0,153,217,0.25) 87%, rgba(0,153,217,0.03) 100%);
        right: 2px;
        top: 2.5%; }
        @media screen and (max-width: 600px) {
          #footerWrapper footer .footerBlock:after {
            content: '';
            display: inline-block;
            width: 95%;
            height: 2px;
            position: absolute;
            background: -webkit-linear-gradient(right, rgba(0,153,217,0.05) 0%, rgba(0,153,217,0.25) 13%, rgba(0,153,217,0.25) 51%, rgba(0,153,217,0.25) 87%, rgba(0,153,217,0.03) 100%);
            background: -moz-linear-gradient(right, rgba(0,153,217,0.05) 0%, rgba(0,153,217,0.25) 13%, rgba(0,153,217,0.25) 51%, rgba(0,153,217,0.25) 87%, rgba(0,153,217,0.03) 100%);
            background: linear-gradient(to right, rgba(0,153,217,0.05) 0%, rgba(0,153,217,0.25) 13%, rgba(0,153,217,0.25) 51%, rgba(0,153,217,0.25) 87%, rgba(0,153,217,0.03) 100%);
            right: inherit;
            top: inherit;
            left: 2.5%;
            bottom: 2; } }
      #footerWrapper footer .footerBlock:last-of-type {
        width: 23.33333%;
        margin-right: 0;
        padding-right: 0; }
        @media screen and (max-width: 1200px) {
          #footerWrapper footer .footerBlock:last-of-type {
            width: 29.39394%; } }
        @media screen and (max-width: 900px) {
          #footerWrapper footer .footerBlock:last-of-type {
            width: 45%; } }
        @media screen and (max-width: 600px) {
          #footerWrapper footer .footerBlock:last-of-type {
            width: 100%; } }
        #footerWrapper footer .footerBlock:last-of-type:before, #footerWrapper footer .footerBlock:last-of-type:after {
          display: none; }
      #footerWrapper footer .footerBlock > h2 {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        width: 100%;
        margin: 40px 0 29px 0; }
        @media screen and (max-width: 1200px) {
          #footerWrapper footer .footerBlock > h2 {
            margin: 20px 0 19px 0; } }
        #footerWrapper footer .footerBlock > h2 a {
          display: inline-block;
          color: #8EDEFF;
          font-size: 16px;
          line-height: 18px;
          font-family: "Conv_BPG_Arial_2010";
          letter-spacing: 1px;
          font-weight: normal;
          margin: 8px 0; }
          @media screen and (max-width: 900px) {
            #footerWrapper footer .footerBlock > h2 a {
              margin: 0; } }
          #footerWrapper footer .footerBlock > h2 a:hover {
            opacity: 0.6; }
        #footerWrapper footer .footerBlock > h2 .readMore {
          color: #fff;
          font-size: 12px;
          line-height: 14px;
          font-family: "Conv_BPG_Arial_2010";
          letter-spacing: 0px;
          font-weight: normal;
          margin: 10px 0;
          padding-right: 10px;
          background: url("../images/arrowRight.png") no-repeat right 4px; }
          @media screen and (max-width: 900px) {
            #footerWrapper footer .footerBlock > h2 .readMore {
              display: none; } }
        #footerWrapper footer .footerBlock > h2 span {
          display: inline-block;
          width: 1px;
          height: 34px;
          background: rgba(255, 255, 255, 0.82);
          background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.33) 13%, rgba(255, 255, 255, 0.82) 51%, rgba(255, 255, 255, 0.33) 87%, rgba(255, 255, 255, 0) 100%);
          background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.33) 13%, rgba(255, 255, 255, 0.82) 51%, rgba(255, 255, 255, 0.33) 87%, rgba(255, 255, 255, 0) 100%);
          background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.33) 13%, rgba(255, 255, 255, 0.82) 51%, rgba(255, 255, 255, 0.33) 87%, rgba(255, 255, 255, 0) 100%);
          margin: 0 1.78138%; }
          @media screen and (max-width: 900px) {
            #footerWrapper footer .footerBlock > h2 span {
              display: none; } }
      #footerWrapper footer .footerBlock:first-child > h2 {
        line-height: 34px;
        vertical-align: middle; }
      #footerWrapper footer .footerBlock h3 {
        width: 100%;
        margin-bottom: 40px; }
        @media screen and (max-width: 1200px) {
          #footerWrapper footer .footerBlock h3 {
            margin-bottom: 20px; } }
        #footerWrapper footer .footerBlock h3 a {
          display: flex;
          justify-content: center;
          align-items: center;
          width: 100%;
          height: 115px;
          color: #fff;
          font-size: 20px;
          line-height: 25px;
          font-family: "Conv_BPG_Arial_Caps_2010";
          letter-spacing: 0px;
          font-weight: normal;
          text-transform: uppercase;
          padding: 10px 2% 10px 27.27273%;
          background: url("../images/subscribeWeather.png") no-repeat left center;
          background-size: 27.27273% auto; }
          #footerWrapper footer .footerBlock h3 a:hover {
            opacity: 0.6; }
          @media screen and (max-width: 1400px) {
            #footerWrapper footer .footerBlock h3 a {
              font-size: 15px;
              line-height: 20px; } }
          @media screen and (max-width: 600px) {
            #footerWrapper footer .footerBlock h3 a {
              height: 65px;
              font-size: 18px;
              line-height: 23px;
              letter-spacing: 1px;
              background-size: 16% auto;
              padding: 10px 2% 10px 16%; } }
    #footerWrapper footer #content-slider {
      height: 115px !important; }
    #footerWrapper footer .simpleField {
      width: 100%;
      height: 115px;
      background: #ECF9FF; }
      #footerWrapper footer .simpleField a {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 100%;
        padding: 5px 5%;
        overflow: hidden; }
        #footerWrapper footer .simpleField a:hover {
          opacity: 0.6; }
        #footerWrapper footer .simpleField a img {
          display: inline-block;
          width: 100%;
          height: 100%;
          /* max-height: 85px; */
          margin: 0 auto;
          object-fit: contain; }
        #footerWrapper footer .simpleField a span {
          display: inline-block;
          width: 96%;
          max-height: 36px;
          overflow: hidden; }
  #footerWrapper .lSSlideOuter {
    /*padding: 0 3%;*/
    margin-bottom: 40px;
    overflow: hidden;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
    @media screen and (max-width: 1200px) {
      #footerWrapper .lSSlideOuter {
        margin-bottom: 20px; } }
  #footerWrapper .lightSlider {
    overflow: hidden;
    margin: 0; }
    #footerWrapper .lightSlider:before, #footerWrapper .lightSlider:after {
      content: " ";
      display: table; }
  #footerWrapper .lSSlideWrapper {
    max-width: 100%;
    margin: auto;
    position: relative; }
    #footerWrapper .lSSlideWrapper > .lightSlider:after {
      clear: both; }
    #footerWrapper .lSSlideWrapper .lSSlide {
      -webkit-transform: translate(0px, 0px);
      -ms-transform: translate(0px, 0px);
      transform: translate(0px, 0px);
      -webkit-transition: all 1s;
      transition: all 1s;
      -webkit-transition-property: -webkit-transform,height;
      -moz-transition-property: -moz-transform,height;
      transition-property: transform,height;
      -webkit-transition-duration: inherit !important;
      transition-duration: inherit !important;
      -webkit-transition-timing-function: inherit !important;
      transition-timing-function: inherit !important; }
    #footerWrapper .lSSlideWrapper .lSFade {
      position: relative; }
      #footerWrapper .lSSlideWrapper .lSFade > * {
        width: 100%;
        position: absolute !important;
        top: 0;
        left: 0;
        z-index: 9;
        margin-right: 0; }
      #footerWrapper .lSSlideWrapper .lSFade > *.active {
        z-index: 10; }
  #footerWrapper .lSSlideWrapper.usingCss .lSFade > * {
    opacity: 0;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition-duration: inherit !important;
    transition-duration: inherit !important;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-timing-function: inherit !important;
    transition-timing-function: inherit !important; }
  #footerWrapper .lSSlideWrapper.usingCss lSFade > *.active {
    opacity: 1; }
  #footerWrapper .cS-hidden {
    height: 1px;
    opacity: 0;
    filter: alpha(opacity=0);
    overflow: hidden; }
  #footerWrapper .lSSlideOuter.lSrtl {
    direction: rtl; }
  #footerWrapper .lSSlideOuter .lightSlider, #footerWrapper .lSSlideOuter .lSPager {
    padding-left: 0;
    list-style: none outside none; }
  #footerWrapper .lSSlideOuter.lSrtl .lightSlider, #footerWrapper .lSSlideOuter.lSrtl .lSPager {
    padding-right: 0; }
  #footerWrapper .lSSlideOuter .lightSlider > *, #footerWrapper .lSSlideOuter .lSGallery li {
    float: left; }
  #footerWrapper .lSSlideOuter.lSrtl .lightSlider > *, #footerWrapper .lSSlideOuter.lSrtl .lSGallery li {
    float: right !important; }

@-webkit-keyframes rightEnd {
  0% {
    left: 0; }
  50% {
    left: -15px; }
  100% {
    left: 0; } }

@keyframes rightEnd {
  0% {
    left: 0; }
  50% {
    left: -15px; }
  100% {
    left: 0; } }

@-webkit-keyframes topEnd {
  0% {
    top: 0; }
  50% {
    top: -15px; }
  100% {
    top: 0; } }

@keyframes topEnd {
  0% {
    top: 0; }
  50% {
    top: -15px; }
  100% {
    top: 0; } }

@-webkit-keyframes leftEnd {
  0% {
    left: 0; }
  50% {
    left: 15px; }
  100% {
    left: 0; } }

@keyframes leftEnd {
  0% {
    left: 0; }
  50% {
    left: 15px; }
  100% {
    left: 0; } }

@-webkit-keyframes bottomEnd {
  0% {
    bottom: 0; }
  50% {
    bottom: -15px; }
  100% {
    bottom: 0; } }

@keyframes bottomEnd {
  0% {
    bottom: 0; }
  50% {
    bottom: -15px; }
  100% {
    bottom: 0; } }
  #footerWrapper .lSSlideOuter .rightEnd {
    -webkit-animation: rightEnd 0.3s;
    animation: rightEnd 0.3s;
    position: relative; }
  #footerWrapper .lSSlideOuter .leftEnd {
    -webkit-animation: leftEnd 0.3s;
    animation: leftEnd 0.3s;
    position: relative; }
  #footerWrapper .lSSlideOuter.vertical .rightEnd {
    -webkit-animation: topEnd 0.3s;
    animation: topEnd 0.3s;
    position: relative; }
  #footerWrapper .lSSlideOuter.vertical .leftEnd {
    -webkit-animation: bottomEnd 0.3s;
    animation: bottomEnd 0.3s;
    position: relative; }
  #footerWrapper .lSSlideOuter.lSrtl .rightEnd {
    -webkit-animation: leftEnd 0.3s;
    animation: leftEnd 0.3s;
    position: relative; }
  #footerWrapper .lSSlideOuter.lSrtl .leftEnd {
    -webkit-animation: rightEnd 0.3s;
    animation: rightEnd 0.3s;
    position: relative; }
  #footerWrapper .lightSlider.lsGrab > * {
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab; }
  #footerWrapper .lightSlider.lsGrabbing > * {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
    cursor: -o-grabbing;
    cursor: -ms-grabbing;
    cursor: grabbing; }
  #footerWrapper .copyRight {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 56px;
    background: rgba(0, 38, 60, 0.4); }
    #footerWrapper .copyRight .center {
      flex-direction: row;
      align-items: center; }
    #footerWrapper .copyRight p {
      max-width: 60%;
      color: #fff;
      font-size: 13px;
      line-height: 15px;
      font-family: "Conv_BPG_Arial_2010";
      letter-spacing: 0px;
      font-weight: normal;
      /* margin: 24px 1% 16px 0; */
      /* float: left; */
      margin-right: 2%; }
      @media screen and (max-width: 480px) {
        #footerWrapper .copyRight p {
          font-size: 11px;
          line-height: 13px; } }
      @media screen and (max-width: 360px) {
        #footerWrapper .copyRight p {
          max-width: 50%;
          font-size: 9px;
          line-height: 11px; } }
    #footerWrapper .copyRight ul {
      width: 126px;
      border-left: 1px solid rgba(0, 153, 217, 0.3);
      border-right: 1px solid rgba(0, 38, 60, 0.3);
      float: right; }
      #footerWrapper .copyRight ul li {
        width: 62px;
        height: 56px;
        border-left: 1px solid rgba(0, 38, 60, 0.3);
        border-right: 1px solid rgba(0, 153, 217, 0.3);
        float: left; }
        #footerWrapper .copyRight ul li a {
          display: inline-block;
          width: 100%;
          height: 100%;
          text-indent: -9999px; }
          #footerWrapper .copyRight ul li a:hover {
            opacity: 0.6; }
        #footerWrapper .copyRight ul li:first-child a {
          background: url("../images/facebook.png") no-repeat center center; }
        #footerWrapper .copyRight ul li:last-child a {
          background: url("../images/youTube.png") no-repeat center center; }
  #footerWrapper .tabsNav {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 40px; }
    @media screen and (max-width: 900px) {
      #footerWrapper .tabsNav {
        flex-direction: column;
        margin-bottom: 10px; } }
    #footerWrapper .tabsNav h2 {
      width: 21.21212%;
      /*350*/
      margin-bottom: 10px;
      margin-right: 1.21212%;
      background: rgba(255, 255, 255, 0.25);
      background: -moz-linear-gradient(left, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.25) 10%, rgba(255, 255, 255, 0.5) 29%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0.26) 93%, rgba(255, 255, 255, 0) 100%);
      background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.25) 10%, rgba(255, 255, 255, 0.5) 29%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0.26) 93%, rgba(255, 255, 255, 0) 100%);
      background: linear-gradient(to right, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.25) 10%, rgba(255, 255, 255, 0.5) 29%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0.26) 93%, rgba(255, 255, 255, 0) 100%);
      position: relative;
      opacity: 0.4; }
      @media screen and (max-width: 1200px) {
        #footerWrapper .tabsNav h2 {
          width: 31%;
          margin-right: 2%; } }
      @media screen and (max-width: 900px) {
        #footerWrapper .tabsNav h2 {
          width: 100%;
          margin-right: 0%; } }
      #footerWrapper .tabsNav h2 a {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        /*410*/
        min-height: 65px;
        color: #00263C;
        font-size: 16px;
        line-height: 25px;
        font-family: "Conv_BPG_Arial_2010";
        letter-spacing: 2px;
        font-weight: normal;
        padding: 5px 2%; }
        @media screen and (max-width: 900px) {
          #footerWrapper .tabsNav h2 a {
            min-height: 45px; } }
      #footerWrapper .tabsNav h2:before {
        content: '';
        display: inline-block;
        width: 100%;
        height: 1px;
        position: absolute;
        background: -webkit-linear-gradient(left, rgba(255,255,255,0.1) 0%,rgba(255,255,255,0.45) 10%,rgba(255,255,255,1) 29%,rgba(255,255,255,1) 50%,rgba(255,255,255,0.26) 93%,rgba(255,255,255,0) 100%);
        background: -moz-linear-gradient(left, rgba(255,255,255,0.1) 0%,rgba(255,255,255,0.45) 10%,rgba(255,255,255,1) 29%,rgba(255,255,255,1) 50%,rgba(255,255,255,0.26) 93%,rgba(255,255,255,0) 100%);
        background: linear-gradient(to right, rgba(255,255,255,0.1) 0%,rgba(255,255,255,0.45) 10%,rgba(255,255,255,1) 29%,rgba(255,255,255,1) 50%,rgba(255,255,255,0.26) 93%,rgba(255,255,255,0) 100%);
        top: 0;
        left: 0; }
      #footerWrapper .tabsNav h2:after {
        content: '';
        display: inline-block;
        width: 100%;
        height: 1px;
        position: absolute;
        background: -webkit-linear-gradient(left, rgba(255,255,255,0.1) 0%,rgba(255,255,255,0.45) 10%,rgba(255,255,255,1) 29%,rgba(255,255,255,1) 50%,rgba(255,255,255,0.26) 93%,rgba(255,255,255,0) 100%);
        background: -moz-linear-gradient(left, rgba(255,255,255,0.1) 0%,rgba(255,255,255,0.45) 10%,rgba(255,255,255,1) 29%,rgba(255,255,255,1) 50%,rgba(255,255,255,0.26) 93%,rgba(255,255,255,0) 100%);
        background: linear-gradient(to right, rgba(255,255,255,0.1) 0%,rgba(255,255,255,0.45) 10%,rgba(255,255,255,1) 29%,rgba(255,255,255,1) 50%,rgba(255,255,255,0.26) 93%,rgba(255,255,255,0) 100%);
        bottom: 0;
        left: 0; }
    #footerWrapper .tabsNav .tabActive, #footerWrapper .tabsNav h2:hover {
      opacity: 1; }
      #footerWrapper .tabsNav .tabActive a, #footerWrapper .tabsNav h2:hover a {
        color: #fff;
        cursor: pointer; }
      #footerWrapper .tabsNav .tabActive:before, #footerWrapper .tabsNav h2:hover:before {
        content: '';
        display: inline-block;
        width: 100%;
        height: 1px;
        position: absolute;
        background: -webkit-linear-gradient(left, rgba(0,38,60,0.1) 0%,rgba(0,38,60,0.45) 10%,rgba(0,38,60,1) 29%,rgba(0,38,60,1) 50%,rgba(0,38,60,0.26) 93%,rgba(0,38,60,0) 100%);
        background: -moz-linear-gradient(left, rgba(0,38,60,0.1) 0%,rgba(0,38,60,0.45) 10%,rgba(0,38,60,1) 29%,rgba(0,38,60,1) 50%,rgba(0,38,60,0.26) 93%,rgba(0,38,60,0) 100%);
        background: linear-gradient(to right, rgba(0,38,60,0.1) 0%,rgba(0,38,60,0.45) 10%,rgba(0,38,60,1) 29%,rgba(0,38,60,1) 50%,rgba(0,38,60,0.26) 93%,rgba(0,38,60,0) 100%);
        top: 0;
        left: 0; }
      #footerWrapper .tabsNav .tabActive:after, #footerWrapper .tabsNav h2:hover:after {
        content: '';
        display: inline-block;
        width: 100%;
        height: 1px;
        position: absolute;
        background: -webkit-linear-gradient(left, rgba(0,38,60,0.1) 0%,rgba(0,38,60,0.45) 10%,rgba(0,38,60,1) 29%,rgba(0,38,60,1) 50%,rgba(0,38,60,0.26) 93%,rgba(0,38,60,0) 100%);
        background: -moz-linear-gradient(left, rgba(0,38,60,0.1) 0%,rgba(0,38,60,0.45) 10%,rgba(0,38,60,1) 29%,rgba(0,38,60,1) 50%,rgba(0,38,60,0.26) 93%,rgba(0,38,60,0) 100%);
        background: linear-gradient(to right, rgba(0,38,60,0.1) 0%,rgba(0,38,60,0.45) 10%,rgba(0,38,60,1) 29%,rgba(0,38,60,1) 50%,rgba(0,38,60,0.26) 93%,rgba(0,38,60,0) 100%);
        bottom: 0;
        left: 0; }
  #footerWrapper .tabsStage {
    width: 100%;
    clear: both;
    margin-bottom: 170px;
    position: relative; }
  #footerWrapper #map {
    display: block !important;
    width: 100%;
    min-height: 320px;
    /* height: 685px;	 */
    border: 8px solid rgba(0, 38, 60, 0.6); }
    #footerWrapper #map .gm-style .gm-style-iw {
      width: 300px !important;
      min-height: 165px !important;
      top: 0 !important;
      left: 0 !important;
      padding: 0 !important;
      border-radius: 0 !important;
      transform: translate(-50%, -92%) !important;
      background: rgba(0, 153, 217, 0.7) !important; }
    #footerWrapper #map .gm-style .gm-style-iw-d {
      box-sizing: border-box !important;
      overflow: auto !important; }
    #footerWrapper #map .gm-style .gm-style-iw-t::after {
      display: none !important; }
    #footerWrapper #map .gm-style .gm-ui-hover-effect {
      opacity: 0.4 !important;
      top: 10px !important;
      right: 0px !important;
      width: 30px;
      height: 30px; }
    #footerWrapper #map .dayWeather {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: flex-start;
      width: 100%;
      /*385px*/
      height: 100%; }
      #footerWrapper #map .dayWeather > h2 {
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        width: 100%;
        height: 50px;
        color: #fff;
        font-size: 16px;
        line-height: 18px;
        font-family: "Conv_BPG_Arial_2010";
        letter-spacing: 0px;
        font-weight: normal;
        text-transform: uppercase;
        text-align: center;
        flex-shrink: 0;
        background: rgba(99, 179, 213, 0.8); }
      #footerWrapper #map .dayWeather .weather {
        width: 100%;
        min-height: 166px;
        padding: 10px 6.31579%;
        position: relative;
        overflow: hidden; }
        #footerWrapper #map .dayWeather .weather:after {
          content: '';
          display: inline-block;
          width: 100%;
          height: 1px;
          position: absolute;
          background: -webkit-linear-gradient(left, rgba(0,38,60,0.1) 0%,rgba(0,38,60,0.45) 10%,rgba(0,38,60,1) 29%,rgba(0,38,60,1) 50%,rgba(0,38,60,0.26) 93%,rgba(0,38,60,0) 100%);
          background: -moz-linear-gradient(left, rgba(0,38,60,0.1) 0%,rgba(0,38,60,0.45) 10%,rgba(0,38,60,1) 29%,rgba(0,38,60,1) 50%,rgba(0,38,60,0.26) 93%,rgba(0,38,60,0) 100%);
          background: linear-gradient(to right, rgba(0,38,60,0.1) 0%,rgba(0,38,60,0.45) 10%,rgba(0,38,60,1) 29%,rgba(0,38,60,1) 50%,rgba(0,38,60,0.26) 93%,rgba(0,38,60,0) 100%);
          bottom: 0;
          left: 0;
          opacity: 0.3; }
        #footerWrapper #map .dayWeather .weather:last-child:after {
          display: none; }
        #footerWrapper #map .dayWeather .weather time {
          display: inline-block;
          width: 100%;
          color: #fff;
          font-size: 0.87em;
          line-height: 16px;
          font-family: "Conv_BPG_Arial_Caps_2010";
          margin-bottom: 10px; }
          #footerWrapper #map .dayWeather .weather time span {
            float: right; }
        #footerWrapper #map .dayWeather .weather h2 {
          display: flex;
          justify-content: space-around;
          align-items: center;
          width: 100%;
          height: 72px;
          margin-bottom: 10px;
          float: right; }
          #footerWrapper #map .dayWeather .weather h2 img {
            display: inline-block;
            width: 24.5614%;
            min-width: 66px;
            max-height: 70px; }
          #footerWrapper #map .dayWeather .weather h2 span {
            display: inline-block;
            color: #fff;
            font-size: 2.25em;
            line-height: 42px;
            font-family: "Conv_BPG_Arial_2010";
            letter-spacing: 0px;
            font-weight: normal; }
        #footerWrapper #map .dayWeather .weather h3 {
          width: 100%;
          /*311*/
          color: #fff;
          font-size: 0.81em;
          line-height: 16px;
          font-family: "Conv_BPG_Arial_2010";
          letter-spacing: 0px;
          font-weight: normal;
          margin-bottom: 15px;
          float: right; }
          #footerWrapper #map .dayWeather .weather h3 img {
            display: inline-block;
            width: 14px;
            height: auto;
            margin-right: 1%;
            float: left; }
          #footerWrapper #map .dayWeather .weather h3 span {
            display: inline-block;
            color: #fff;
            font-size: 14px;
            line-height: 16px;
            font-family: "Conv_BPG_Arial_2010";
            letter-spacing: 0px;
            font-weight: normal;
            margin-left: 3%; }

/* ------ venobox.css --------*/
.vbox-overlay {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 999999;
  /* ----- navigation ----- */
  /* ----- navigation ARROWS ----- */
  /*.vbox-next span, .vbox-prev span{
		position: relative;
		width: 20px;
		height: 20px;
		border: 2px solid transparent;
		border-top-color: #B6B6B6;
		border-right-color: #B6B6B6;
		text-indent: -100px;
		position: absolute;
		top: 8px;
		display: block;
	}*/
  /* ------- inline window ------ */
  /* ------- Video & iFrames window ------ */
  /*@media (min-width: 768px) {
		.venoframe, .vbox-inline{
			width: 90%;
			height: 360px;
			height: 70vh;
		}
		.venoframe.vbvid{
			width: 640px;
			height: 360px;
		}
	}
	@media (min-width: 992px) {
		.venoframe, .vbox-inline{
			max-width: 1200px;
			width: 80%;
			height: 540px;
			height: 70vh;
		}
		.venoframe.vbvid{
			width: 960px;
			height: 540px;
		}
	}*/
  /* Please do NOT edit this part!*/
  /*& .vbox-content.swipe-left{
		margin-left: -200px !important;
	}
	& .vbox-content.swipe-right{
		margin-left: 200px !important;
	}*/ }
  .vbox-overlay *:before, .vbox-overlay *:after {
    -webkit-backface-visibility: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .vbox-overlay * {
    -webkit-backface-visibility: visible;
    backface-visibility: visible; }
  .vbox-overlay .vbox-title {
    width: 100%;
    height: 40px;
    float: left;
    text-align: center;
    line-height: 28px;
    font-size: 12px;
    padding: 6px 50px;
    overflow: hidden;
    position: fixed;
    display: none;
    left: 0;
    z-index: 89; }
  .vbox-overlay .vbox-close {
    display: block;
    width: 40px;
    height: 40px;
    text-indent: -9999px;
    top: 16%;
    right: 16%;
    overflow: hidden;
    position: absolute;
    z-index: 99;
    cursor: pointer;
    background: url("../images/close.png") no-repeat center center;
    /*&.inlineClose{
			top: -14px;
			right: -66px;
			display: block;
		}*/ }
  .vbox-overlay .vbox-left {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 40px;
    color: #fff;
    font-size: 18px;
    line-height: 18px;
    font-family: "Conv_BPG_Arial_2010";
    letter-spacing: 0px;
    font-weight: normal;
    position: fixed;
    z-index: 99;
    left: 0;
    overflow: hidden;
    cursor: pointer;
    background-color: rgba(0, 38, 60, 0.6) !important; }
  .vbox-overlay .vbox-num {
    display: inline-block;
    margin: 6px 0; }
  .vbox-overlay .vbox-next, .vbox-overlay .vbox-prev {
    position: fixed;
    top: 50%;
    margin-top: -25px;
    overflow: hidden;
    cursor: pointer;
    display: block;
    width: 50px;
    height: 50px;
    z-index: 99;
    opacity: 0.5; }
    .vbox-overlay .vbox-next span, .vbox-overlay .vbox-prev span {
      position: relative;
      width: 30px;
      height: 30px;
      border: 4px solid transparent;
      border-top-color: #fff;
      border-right-color: #fff;
      text-indent: -9999px;
      position: absolute;
      top: 8px;
      display: block; }
  .vbox-overlay .vbox-prev {
    left: 15px; }
    .vbox-overlay .vbox-prev span {
      left: 10px;
      -ms-transform: rotate(-135deg);
      -webkit-transform: rotate(-135deg);
      transform: rotate(-135deg); }
  .vbox-overlay .vbox-next {
    right: 15px; }
    .vbox-overlay .vbox-next span {
      -ms-transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
      right: 10px; }
  .vbox-overlay .vbox-inline {
    width: 100%;
    max-width: 1110px;
    height: auto;
    max-height: 80%;
    margin: 0 auto;
    position: relative;
    background: none !important; }
    .vbox-overlay .vbox-inline h1 {
      display: flex;
      justify-content: center;
      align-content: center;
      align-items: center;
      width: 100%;
      height: 80px;
      color: #00263C;
      font-size: 2.18em;
      line-height: 40px;
      font-family: "Conv_BPG_Arial_2010";
      letter-spacing: 2px;
      font-weight: normal;
      font-weight: bold;
      text-transform: uppercase;
      text-align: center;
      flex-shrink: 0;
      margin-bottom: 15px;
      background: #fff; }
      .vbox-overlay .vbox-inline h1 img {
        display: inline-block;
        width: 39px;
        height: auto;
        flex-shrink: 0;
        margin-right: 3%; }
    .vbox-overlay .vbox-inline .attentionInfo {
      width: 100%;
      margin-bottom: 15px;
      background: #fff; }
      .vbox-overlay .vbox-inline .attentionInfo a {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 15px 3.6036%; }
        .vbox-overlay .vbox-inline .attentionInfo a:hover {
          -webkit-box-shadow: inset 0px 0px 6px #00263C;
          -moz-box-shadow: inset 0px 0px 6px #00263C;
          box-shadow: inset 0px 0px 6px #00263C; }
      .vbox-overlay .vbox-inline .attentionInfo .icon {
        width: 63px;
        height: 53px;
        flex-shrink: 0;
        margin-right: 3.6036%;
        position: relative; }
        .vbox-overlay .vbox-inline .attentionInfo .icon img {
          display: inline-block;
          width: 36px;
          height: auto;
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          margin: auto; }
      .vbox-overlay .vbox-inline .attentionInfo h2 {
        color: #00263C;
        font-size: 1.125em;
        line-height: 25px;
        font-family: "Conv_BPG_Arial_2010";
        letter-spacing: 0px;
        font-weight: normal;
        padding-left: 3.6036%;
        position: relative; }
        .vbox-overlay .vbox-inline .attentionInfo h2:before {
          content: '';
          display: inline-block;
          width: 1px;
          height: 100%;
          position: absolute;
          background: -webkit-linear-gradient(top, rgba(0,38,60,0) 0%, rgba(0,38,60,0.33) 13%, rgba(0,38,60,0.66) 51%, rgba(0,38,60,0.33) 87%, rgba(20,38,60,0) 100%);
          background: -moz-linear-gradient(top, rgba(0,38,60,0) 0%, rgba(0,38,60,0.33) 13%, rgba(0,38,60,0.66) 51%, rgba(0,38,60,0.33) 87%, rgba(20,38,60,0) 100%);
          background: linear-gradient(to bottom, rgba(0,38,60,0) 0%, rgba(0,38,60,0.33) 13%, rgba(0,38,60,0.66) 51%, rgba(0,38,60,0.33) 87%, rgba(20,38,60,0) 100%);
          left: 0;
          top: 0; }
    .vbox-overlay .vbox-inline .hintLine {
      padding: 15px 0.72072%;
      background: #fff;
      overflow: hidden; }
      .vbox-overlay .vbox-inline .hintLine ul {
        display: flex;
        align-items: flex-start;
        max-width: 80%;
        float: left;
        overflow: hidden; }
        .vbox-overlay .vbox-inline .hintLine ul li {
          color: #000;
          font-size: 0.87em;
          line-height: 20px;
          font-family: "Conv_BPG_Arial_2010";
          letter-spacing: 0px;
          font-weight: normal;
          white-space: nowrap;
          margin-right: 2em; }
          .vbox-overlay .vbox-inline .hintLine ul li span {
            display: inline-block;
            width: 17px;
            height: 17px;
            margin-top: 2px;
            margin-right: 0.87em;
            float: left; }
      .vbox-overlay .vbox-inline .hintLine .hintFullInfo {
        display: inline-block;
        color: #0099D9;
        font-size: 0.87em;
        line-height: 16px;
        font-family: "Conv_BPG_Arial_2010";
        letter-spacing: 0px;
        font-weight: normal;
        padding-right: 17px;
        margin: 3px 0;
        background: url("../images/hintInfo.png") no-repeat right center;
        float: right; }
        .vbox-overlay .vbox-inline .hintLine .hintFullInfo:hover {
          color: #00263C; }
  .vbox-overlay .venoframe {
    /*max-width: 100%;*/
    width: 100%;
    border: none;
    /*height: 260px;*/
    height: 68vh; }
  .vbox-overlay .venoframe.vbvid {
    height: 260px; }
  .vbox-overlay .vbox-open {
    overflow: hidden; }
  .vbox-overlay .vbox-container {
    /*max-height: 100%;*/
    width: 67%;
    max-height: 90%;
    /*overflow-x: hidden;*/
    overflow: hidden;
    /*overflow-y: scroll;*/
    overflow-scrolling: touch;
    -webkit-overflow-scrolling: touch;
    /*z-index: 20;
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;*/
    margin: auto; }
  .vbox-overlay .vbox-content {
    width: 100%;
    /*width: 67%;*/
    height: 100%;
    max-width: 1650px;
    text-align: center;
    padding: 20px 4%;
    margin: 0 auto !important;
    /*float: left;*/
    position: relative;
    overflow: hidden; }
  .vbox-overlay .vbox-container img {
    display: inline-block;
    width: auto;
    max-height: 100%; }
  .vbox-overlay .vbox-figlio {
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    max-width: 100%;
    text-align: initial; }
  .vbox-overlay img.vbox-figlio {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none; }
  .vbox-overlay .vbox-animated {
    /*webkit-transition: all 300ms ease-out;
		transition: all 300ms ease-out;*/
    transition: all 2s ease-in-out .5s;
    margin: 30px auto !important; }

/*-------------------------------------End of home------------------------------------------------*/
#content.innerContent {
  padding-top: 0;
  /*contact*/ }
  #content.innerContent .gradientBg {
    width: 100%;
    padding: 84px 0 150px 0;
    margin-bottom: 80px;
    background: rgba(255, 255, 255, 0.6);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.4) 2%, rgba(255, 255, 255, 0.71) 5%, white 13%, white 23%, white 50%, rgba(255, 255, 255, 0.72) 87%, rgba(255, 255, 255, 0.61) 91%, rgba(255, 255, 255, 0.27) 98%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.4) 2%, rgba(255, 255, 255, 0.71) 5%, white 13%, white 23%, white 50%, rgba(255, 255, 255, 0.72) 87%, rgba(255, 255, 255, 0.61) 91%, rgba(255, 255, 255, 0.27) 98%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.4) 2%, rgba(255, 255, 255, 0.71) 5%, white 13%, white 23%, white 50%, rgba(255, 255, 255, 0.72) 87%, rgba(255, 255, 255, 0.61) 91%, rgba(255, 255, 255, 0.27) 98%, rgba(255, 255, 255, 0) 100%); }
    @media screen and (max-width: 960px) {
      #content.innerContent .gradientBg {
        padding: 84px 0 80px 0;
        margin-bottom: 40px; } }
  #content.innerContent .center {
    display: flex;
    flex-direction: row;
    justify-content: space-between; }
    @media screen and (max-width: 960px) {
      #content.innerContent .center {
        flex-direction: column;
        justify-content: center;
        align-items: center; } }
  #content.innerContent .leftContent {
    /*display: inline-block;*/
    width: 74.06061%;
    /*1222*/
    min-height: 700px;
    overflow: hidden;
    /*float: left;*/ }
    @media screen and (max-width: 1200px) {
      #content.innerContent .leftContent {
        width: 61.93939%;
        /*1222*/ } }
    @media screen and (max-width: 960px) {
      #content.innerContent .leftContent {
        width: 100%;
        /*1222*/ } }
    #content.innerContent .leftContent > h2 {
      width: 100%;
      padding: 0 1.2275% 0 1.2275%;
      margin-bottom: 40px;
      position: relative; }
      #content.innerContent .leftContent > h2:after {
        content: '';
        display: inline-block;
        width: 100%;
        height: 1px;
        position: absolute;
        background: -webkit-linear-gradient(left, rgba(0,38,60,1) 0%,rgba(0,38,60,1) 10%,rgba(0,38,60,1) 29%,rgba(0,38,60,1) 50%,rgba(0,38,60,0.26) 93%,rgba(0,38,60,0) 100%);
        background: -moz-linear-gradient(left, rgba(0,38,60,1) 0%,rgba(0,38,60,1) 10%,rgba(0,38,60,1) 29%,rgba(0,38,60,1) 50%,rgba(0,38,60,0.26) 93%,rgba(0,38,60,0) 100%);
        background: linear-gradient(to right, rgba(0,38,60,1) 0%,rgba(0,38,60,1) 10%,rgba(0,38,60,1) 29%,rgba(0,38,60,1) 50%,rgba(0,38,60,0.26) 93%,rgba(0,38,60,0) 100%);
        bottom: 0;
        left: 0; }
      #content.innerContent .leftContent > h2 a {
        display: inline-block;
        color: #00263C;
        font-size: 14px;
        line-height: 17px;
        font-family: "Conv_BPG_Arial_2010";
        letter-spacing: 0px;
        font-weight: normal;
        padding: 0 1.2275% 10px 1.2275%;
        position: relative; }
        #content.innerContent .leftContent > h2 a:after {
          content: '';
          display: inline-block;
          width: 100%;
          height: 1px;
          position: absolute;
          background: rgba(255, 255, 255, 0.9);
          bottom: 0;
          left: 0;
          z-index: 5; }
        #content.innerContent .leftContent > h2 a:hover {
          color: #63B3D5; }
    #content.innerContent .leftContent .paragraph {
      width: 100%;
      color: #585858 !important;
      font-size: 14px !important;
      line-height: 17px !important;
      font-family: "Conv_BPG_Arial_2010" !important;
      letter-spacing: 0px;
      font-weight: normal;
      padding: 0 1.2275% 0 1.2275%;
      margin-bottom: 40px; }
      #content.innerContent .leftContent .paragraph p {
        color: #585858 !important;
        font-size: 14px !important;
        line-height: 17px !important;
        font-family: "Conv_BPG_Arial_2010" !important;
        letter-spacing: 0px;
        font-weight: normal;
        margin-bottom: 20px; }
      #content.innerContent .leftContent .paragraph > ul {
        margin-bottom: 20px; }
        #content.innerContent .leftContent .paragraph > ul li {
          color: #585858 !important;
          font-size: 14px !important;
          line-height: 17px !important;
          font-family: "Conv_BPG_Arial_2010" !important;
          letter-spacing: 0px;
          font-weight: normal;
          list-style-type: circle;
          list-style-position: inside;
          margin-bottom: 10px; }
      #content.innerContent .leftContent .paragraph .galleryBlock {
        /* display: inline-block; */
        width: 30.27823%;
        /* max-height: 300px; */
        margin-bottom: 35px;
        margin-right: 2.86416%;
        float: left;
        overflow: hidden;
        background: #00263C;
        transition: all 2s ease-in-out .5s; }
        @media screen and (max-width: 1200px) {
          #content.innerContent .leftContent .paragraph .galleryBlock {
            width: 45.27823%; } }
        @media screen and (max-width: 960px) {
          #content.innerContent .leftContent .paragraph .galleryBlock {
            width: 50.27823%; } }
        @media screen and (max-width: 600px) {
          #content.innerContent .leftContent .paragraph .galleryBlock {
            width: 100%; } }
        #content.innerContent .leftContent .paragraph .galleryBlock a {
          display: none; }
        #content.innerContent .leftContent .paragraph .galleryBlock a:first-child {
          display: flex;
          width: 100%;
          height: auto;
          position: relative; }
        #content.innerContent .leftContent .paragraph .galleryBlock img {
          display: inline-block;
          width: 100%;
          height: auto; }
        #content.innerContent .leftContent .paragraph .galleryBlock .galleryIcon {
          display: inline-block;
          width: 60px;
          height: 60px;
          position: absolute;
          right: 6.48649%;
          bottom: 8%;
          background: rgba(99, 179, 213, 0.8) url("../images/gallery.png") no-repeat center center; }
        #content.innerContent .leftContent .paragraph .galleryBlock:hover img {
          opacity: 0.8; }
        #content.innerContent .leftContent .paragraph .galleryBlock:hover .galleryIcon {
          margin-right: -30px;
          margin-bottom: -30px;
          right: 50%;
          bottom: 50%; }
      #content.innerContent .leftContent .paragraph .infoBlock {
        display: inline-flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
        position: relative;
        width: 66.85761%;
        padding-right: 100px; }
        @media screen and (max-width: 1200px) {
          #content.innerContent .leftContent .paragraph .infoBlock {
            width: 100%; } }
        @media screen and (max-width: 400px) {
          #content.innerContent .leftContent .paragraph .infoBlock {
            padding-right: 0; } }
        #content.innerContent .leftContent .paragraph .infoBlock ul {
          display: flex;
          justify-content: center;
          flex-direction: column;
          /* width:315px*100%/790px; */
          width: 42%;
          min-width: 260px;
          min-height: 45px;
          padding: 10px 0 10px 1.80033%;
          border-left: 2px solid #0099D9;
          margin-right: 1.80033%;
          margin-bottom: 20px; }
          @media screen and (max-width: 1200px) {
            #content.innerContent .leftContent .paragraph .infoBlock ul {
              width: 100%;
              margin-right: 0; } }
          #content.innerContent .leftContent .paragraph .infoBlock ul:last-of-type {
            margin-right: 80px; }
          #content.innerContent .leftContent .paragraph .infoBlock ul li {
            color: #1B4965;
            font-size: 14px;
            line-height: 16px;
            font-family: "Conv_BPG_Arial_2010";
            letter-spacing: 0px;
            font-weight: normal; }
            #content.innerContent .leftContent .paragraph .infoBlock ul li:first-child {
              margin-bottom: 10px; }
            #content.innerContent .leftContent .paragraph .infoBlock ul li.yellow {
              color: #E4AF00; }
            #content.innerContent .leftContent .paragraph .infoBlock ul li.orange {
              color: #F26419; }
            #content.innerContent .leftContent .paragraph .infoBlock ul li.green {
              color: #1E8500; }
            #content.innerContent .leftContent .paragraph .infoBlock ul li > span {
              display: inline-block;
              margin-right: 2%;
              color: #707070;
              font-size: 13px; }
            #content.innerContent .leftContent .paragraph .infoBlock ul li time {
              color: #E4AF00;
              font-size: 16px;
              line-height: 16px;
              font-family: "Conv_BPG_Arial_2010";
              letter-spacing: 0px;
              font-weight: normal;
              padding: 0;
              border: 0;
              margin-bottom: 0;
              float: none; }
              #content.innerContent .leftContent .paragraph .infoBlock ul li time span {
                color: #d10000; }
            #content.innerContent .leftContent .paragraph .infoBlock ul li a {
              color: #1B4965; }
              #content.innerContent .leftContent .paragraph .infoBlock ul li a:hover {
                color: #0099D9; }
        #content.innerContent .leftContent .paragraph .infoBlock .registrationLink {
          display: block;
          width: 70px;
          height: 65px;
          flex-shrink: 0;
          text-indent: -9999px;
          /*margin-left: auto;*/
          position: absolute;
          top: 0;
          right: 0;
          background: #1E8500 url("../images/registrationLink.png") no-repeat 19px center; }
          @media screen and (max-width: 400px) {
            #content.innerContent .leftContent .paragraph .infoBlock .registrationLink {
              position: static;
              margin-bottom: 20px; } }
      #content.innerContent .leftContent .paragraph > img, #content.innerContent .leftContent .paragraph > p img {
        /* display: inline-block; */
        display: block;
        max-width: 45%;
        margin-right: 1.80033%;
        margin-bottom: 20px;
        margin-top: 20px;
        float: left; }
        #content.innerContent .leftContent .paragraph > img:nth-child(even), #content.innerContent .leftContent .paragraph > p img:nth-child(even) {
          float: right; }
  #content.innerContent .rightContent {
    /*display: inline-block;*/
    width: 23.33333%;
    /*1222*/
    /*float: right;*/ }
    @media screen and (max-width: 1200px) {
      #content.innerContent .rightContent {
        width: 35.45455%;
        /*1222*/ } }
    @media screen and (max-width: 960px) {
      #content.innerContent .rightContent {
        display: none; } }
    #content.innerContent .rightContent .weatherBlock {
      flex-direction: column; }
    #content.innerContent .rightContent .dayWeather {
      width: 100%;
      height: auto;
      min-height: 395px;
      margin: 0 0 55px 0; }
      #content.innerContent .rightContent .dayWeather .weather .partOfDay {
        color: rgba(255, 255, 255, 0.59); }
      #content.innerContent .rightContent .dayWeather .weather:first-child:after {
        content: '';
        display: inline-block;
        width: 100%;
        height: 1px;
        position: absolute;
        background: -webkit-linear-gradient(left, rgba(0,38,60,0.1) 0%,rgba(0,38,60,0.45) 10%,rgba(0,38,60,1) 29%,rgba(0,38,60,1) 50%,rgba(0,38,60,0.26) 93%,rgba(0,38,60,0) 100%);
        background: -moz-linear-gradient(left, rgba(0,38,60,0.1) 0%,rgba(0,38,60,0.45) 10%,rgba(0,38,60,1) 29%,rgba(0,38,60,1) 50%,rgba(0,38,60,0.26) 93%,rgba(0,38,60,0) 100%);
        background: linear-gradient(to right, rgba(0,38,60,0.1) 0%,rgba(0,38,60,0.45) 10%,rgba(0,38,60,1) 29%,rgba(0,38,60,1) 50%,rgba(0,38,60,0.26) 93%,rgba(0,38,60,0) 100%);
        bottom: 0;
        left: 0;
        opacity: 0.3; }
        @media screen and (max-width: 1200px) {
          #content.innerContent .rightContent .dayWeather .weather:first-child:after {
            right: initial;
            top: initial; } }
      @media screen and (max-width: 1200px) {
        #content.innerContent .rightContent .dayWeather {
          flex-direction: column;
          padding-top: 0px; }
          #content.innerContent .rightContent .dayWeather time {
            display: inline-block; } }
    #content.innerContent .rightContent .titleBlock {
      width: 100%;
      margin-top: 20px;
      background: rgba(99, 179, 213, 0.8); }
      #content.innerContent .rightContent .titleBlock:before, #content.innerContent .rightContent .titleBlock:after {
        display: none; }
      #content.innerContent .rightContent .titleBlock .selectBlock {
        margin: 20px 0.5em 16px 0.5em;
        padding-right: 7.79221%; }
        #content.innerContent .rightContent .titleBlock .selectBlock .rev-select {
          height: 21px;
          color: #fff;
          font-size: 18px;
          line-height: 21px;
          font-family: "Conv_BPG_Arial_2010";
          letter-spacing: 0px;
          font-weight: normal; }
          #content.innerContent .rightContent .titleBlock .selectBlock .rev-select .select-styled {
            padding: 0 25px 0 0; }
            #content.innerContent .rightContent .titleBlock .selectBlock .rev-select .select-styled:after {
              top: 8px; }
            #content.innerContent .rightContent .titleBlock .selectBlock .rev-select .select-styled.active:after {
              top: 5px; }
          #content.innerContent .rightContent .titleBlock .selectBlock .rev-select .select-options {
            background: rgba(255, 255, 255, 0.6); }
    #content.innerContent .rightContent .rightMenu {
      width: 100%;
      margin-bottom: 55px; }
      #content.innerContent .rightContent .rightMenu li {
        width: calc(100% - 12px);
        margin: 6px auto 10px auto;
        -webkit-box-shadow: 0px 0px 6px rgba(0, 38, 60, 0.24);
        -moz-box-shadow: 0px 0px 6px rgba(0, 38, 60, 0.24);
        box-shadow: 0px 0px 6px rgba(0, 38, 60, 0.24); }
        #content.innerContent .rightContent .rightMenu li a {
          display: inline-block;
          width: 100%;
          color: #0072A5;
          font-size: 15px;
          line-height: 17px;
          font-family: "Conv_BPG_Arial_2010";
          letter-spacing: 0px;
          font-weight: normal;
          padding: 20px 7.79221%;
          word-break: break-all;
          background: rgba(255, 255, 255, 0.9);
          background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.95) 0%, rgba(235, 235, 235, 0.45) 50%, rgba(255, 255, 255, 0.95) 100%);
          background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.95) 0%, rgba(235, 235, 235, 0.45) 50%, rgba(255, 255, 255, 0.95) 100%);
          background: linear-gradient(to bottom, rgba(255, 255, 255, 0.95) 0%, rgba(235, 235, 235, 0.45) 50%, rgba(255, 255, 255, 0.95) 100%); }
          #content.innerContent .rightContent .rightMenu li a:hover, #content.innerContent .rightContent .rightMenu li a.currPage {
            color: #fff;
            background: rgba(0, 153, 217, 0.64);
            background: -moz-linear-gradient(top, rgba(0, 135, 217, 0.64) 0%, rgba(0, 135, 217, 0.35) 50%, rgba(0, 135, 217, 0.64) 100%);
            background: -webkit-linear-gradient(top, rgba(0, 135, 217, 0.64) 0%, rgba(0, 135, 217, 0.35) 50%, rgba(0, 135, 217, 0.64) 100%);
            background: linear-gradient(to bottom, rgba(0, 135, 217, 0.64) 0%, rgba(0, 135, 217, 0.35) 50%, rgba(0, 135, 217, 0.64) 100%);
            box-shadow: none;
            margin-top: 0px; }
      #content.innerContent .rightContent .rightMenu .currPage {
        box-shadow: none; }
        #content.innerContent .rightContent .rightMenu .currPage a {
          color: #fff;
          background: rgba(0, 153, 217, 0.64);
          background: -moz-linear-gradient(top, rgba(0, 135, 217, 0.64) 0%, rgba(0, 135, 217, 0.35) 50%, rgba(0, 135, 217, 0.64) 100%);
          background: -webkit-linear-gradient(top, rgba(0, 135, 217, 0.64) 0%, rgba(0, 135, 217, 0.35) 50%, rgba(0, 135, 217, 0.64) 100%);
          background: linear-gradient(to bottom, rgba(0, 135, 217, 0.64) 0%, rgba(0, 135, 217, 0.35) 50%, rgba(0, 135, 217, 0.64) 100%); }
  #content.innerContent .itemsConteiner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding: 0 1.2275% 0 1.2275%;
    /* @include responsive-media(1040px) {
			flex-direction: column;
			align-items: flex-start;					
		}	 */ }
  #content.innerContent .simpleBlock {
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 46.64484%;
    min-width: 300px;
    min-height: 80px;
    padding: 5px 1.473%;
    border-left: 2px solid #0099D9;
    margin-bottom: 50px; }
    @media screen and (max-width: 1040px) {
      #content.innerContent .simpleBlock {
        width: 100%;
        margin-bottom: 30px; } }
    @media screen and (max-width: 480px) {
      #content.innerContent .simpleBlock {
        margin-bottom: 20px; } }
    #content.innerContent .simpleBlock h2 {
      max-height: 34px;
      overflow: hidden;
      line-height: 17px;
      margin-bottom: 10px; }
      #content.innerContent .simpleBlock h2 a {
        display: inline-block;
        color: #00263C;
        font-size: 15px;
        line-height: 17px;
        font-family: "Conv_BPG_Arial_2010";
        letter-spacing: 0px;
        font-weight: normal; }
        #content.innerContent .simpleBlock h2 a:hover {
          color: #0072A5; }
    #content.innerContent .simpleBlock .viewMore {
      display: inline-block;
      max-width: 145px;
      color: #0099D9;
      font-size: 13px;
      line-height: 15px;
      font-family: "Conv_BPG_Arial_2010";
      letter-spacing: 0px;
      font-weight: normal;
      padding-right: 16px;
      background: url("../images/hintInfo.png") no-repeat right 2px; }
      #content.innerContent .simpleBlock .viewMore:hover {
        opacity: 0.6; }
  #content.innerContent .pager, #content.innerContent .pagination {
    width: 100%;
    margin: 30px 0;
    padding: 0 1.2275% 0 1.2275%; }
    #content.innerContent .pager li, #content.innerContent .pagination li {
      display: inline-block;
      margin: 5px 2% 5px 0;
      /* float: left; */ }
      #content.innerContent .pager li a, #content.innerContent .pagination li a {
        color: #00263C;
        font-size: 18px;
        line-height: 21px;
        font-family: "Conv_BPG_Arial_2010";
        letter-spacing: 0px;
        font-weight: normal;
        margin-top: 4px; }
        #content.innerContent .pager li a:hover, #content.innerContent .pager li a.cPage, #content.innerContent .pagination li a:hover, #content.innerContent .pagination li a.cPage {
          color: #0099D9; }
    #content.innerContent .pager li.active a, #content.innerContent .pagination li.active a {
      color: #0099D9; }
    #content.innerContent .pager .prevPage a, #content.innerContent .pager .nextPage a, #content.innerContent .pager .PagedList-skipToPrevious a, #content.innerContent .pager .PagedList-skipToNext a, #content.innerContent .pagination .prevPage a, #content.innerContent .pagination .nextPage a, #content.innerContent .pagination .PagedList-skipToPrevious a, #content.innerContent .pagination .PagedList-skipToNext a {
      display: inline-block;
      width: 21px;
      height: 21px;
      text-indent: -9999px;
      margin-top: 0px;
      background: url("../images/pagerArrow.png") no-repeat center center;
      background-size: cover; }
      #content.innerContent .pager .prevPage a:hover, #content.innerContent .pager .nextPage a:hover, #content.innerContent .pager .PagedList-skipToPrevious a:hover, #content.innerContent .pager .PagedList-skipToNext a:hover, #content.innerContent .pagination .prevPage a:hover, #content.innerContent .pagination .nextPage a:hover, #content.innerContent .pagination .PagedList-skipToPrevious a:hover, #content.innerContent .pagination .PagedList-skipToNext a:hover {
        opacity: 0.6; }
    #content.innerContent .pager .nextPage a, #content.innerContent .pager .PagedList-skipToNext a, #content.innerContent .pagination .nextPage a, #content.innerContent .pagination .PagedList-skipToNext a {
      transform: rotateY(180deg); }
  #content.innerContent .fileLine {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    padding: 0 1.2275% 0 1.2275%; }
    @media screen and (max-width: 1200px) {
      #content.innerContent .fileLine {
        flex-direction: column; } }
    #content.innerContent .fileLine .simpleFile {
      display: flex;
      width: 46.64484%;
      min-height: 80px;
      background: rgba(255, 255, 255, 0.4);
      margin-bottom: 30px;
      overflow: hidden; }
      @media screen and (max-width: 1200px) {
        #content.innerContent .fileLine .simpleFile {
          width: 100%;
          margin-bottom: 20px; } }
      #content.innerContent .fileLine .simpleFile .icon {
        display: inline-block;
        width: 86px;
        flex-shrink: 0;
        text-indent: -9999px;
        background: rgba(99, 179, 213, 0.8) url("../images/file.png") no-repeat center center;
        margin-right: 3.50877%; }
      #content.innerContent .fileLine .simpleFile .fileTitle {
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: 81.57895%;
        min-height: 80px;
        padding: 5px 1.75439% 5px 0; }
        #content.innerContent .fileLine .simpleFile .fileTitle h2 {
          width: 100%;
          max-height: 34px;
          margin-bottom: 10px;
          overflow: hidden; }
          #content.innerContent .fileLine .simpleFile .fileTitle h2 a {
            display: inline-block;
            color: #00263C;
            font-size: 15px;
            line-height: 17px;
            font-family: "Conv_BPG_Arial_2010";
            letter-spacing: 0px;
            font-weight: normal; }
            #content.innerContent .fileLine .simpleFile .fileTitle h2 a:hover {
              opacity: 0.6; }
        #content.innerContent .fileLine .simpleFile .fileTitle .linkLine {
          width: 100%;
          overflow: hidden; }
          #content.innerContent .fileLine .simpleFile .fileTitle .linkLine .fileLink {
            display: inline-block;
            padding-left: 20px;
            color: #0099D9;
            font-size: 12px;
            line-height: 14px;
            font-family: "Conv_BPG_Arial_2010";
            letter-spacing: 0px;
            font-weight: normal;
            margin-right: 3%;
            /* float: left; */
            background: url("../images/download.png") no-repeat left center; }
            #content.innerContent .fileLine .simpleFile .fileTitle .linkLine .fileLink:hover {
              opacity: 0.6; }
          #content.innerContent .fileLine .simpleFile .fileTitle .linkLine .viewFile {
            background: url("../images/viewfile.png") no-repeat left center; }
    #content.innerContent .fileLine .simpleLink .icon {
      background: rgba(99, 179, 213, 0.8) url("../images/externalLink.png") no-repeat center center; }
    #content.innerContent .fileLine .simpleLink .fileTitle .linkLine .externalLink {
      padding-left: 0px;
      padding-right: 20px;
      background: url("../images/hintInfo.png") no-repeat right center; }
  #content.innerContent .simpleProject {
    min-height: 95px; }
    #content.innerContent .simpleProject ul {
      width: 100%; }
      #content.innerContent .simpleProject ul li {
        /* display: inline-block; */
        color: #0099D9;
        font-size: 13px;
        line-height: 19px;
        font-family: "Conv_BPG_Arial_2010";
        letter-spacing: 0px;
        font-weight: normal;
        vertical-align: middle;
        padding-right: 12px;
        margin-right: 12px;
        margin-bottom: 7px;
        float: left;
        position: relative; }
        #content.innerContent .simpleProject ul li.yellow {
          color: #E4AF00; }
        #content.innerContent .simpleProject ul li.orange {
          color: #F26419; }
        #content.innerContent .simpleProject ul li.green {
          color: #1E8500; }
      #content.innerContent .simpleProject ul li:first-child:after {
        content: '';
        display: inline-block;
        width: 1px;
        height: 19px;
        position: absolute;
        background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(0,153,217,0.66) 10%, rgba(0,153,217,1) 50%, rgba(0,153,217,0.66) 90%, rgba(255,255,255,0) 100%);
        background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(0,153,217,0.66) 10%, rgba(0,153,217,1) 50%, rgba(0,153,217,0.66) 90%, rgba(255,255,255,0) 100%);
        background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(0,153,217,0.66) 10%, rgba(0,153,217,1) 50%, rgba(0,153,217,0.66) 90%, rgba(255,255,255,0) 100%);
        opacity: 0.34;
        right: 0;
        top: 0; }
  #content.innerContent .filter {
    width: 97.62684%;
    margin: 0 auto 30px auto;
    border-right: 2px solid rgba(99, 179, 213, 0.8);
    background: rgba(255, 255, 255, 0.4);
    /*select*/
    /* Items box */ }
    #content.innerContent .filter form {
      display: flex;
      justify-content: space-between;
      align-items: center;
      flex-wrap: wrap;
      min-height: 80px;
      padding-right: 3.772%;
      padding-left: 120px;
      position: relative; }
      @media screen and (max-width: 1200px) {
        #content.innerContent .filter form {
          padding-left: 86px; } }
      @media screen and (max-width: 400px) {
        #content.innerContent .filter form {
          padding-left: 70px; } }
    #content.innerContent .filter .filterIcon {
      display: block;
      align-self: stretch;
      width: 86px;
      height: 100%;
      min-height: 80px;
      text-indent: -9999px;
      flex-shrink: 0;
      background: rgba(99, 179, 213, 0.8) url("../images/filter.png") no-repeat center center;
      background-size: 47.67% auto;
      position: absolute;
      left: 0; }
      @media screen and (max-width: 1200px) {
        #content.innerContent .filter .filterIcon {
          width: 56px; } }
      @media screen and (max-width: 400px) {
        #content.innerContent .filter .filterIcon {
          width: 46px; } }
    #content.innerContent .filter input {
      display: inline-block;
      width: 38.13915%;
      min-width: 200px;
      height: 43px;
      color: #707070;
      font-size: 14px;
      line-height: 14px;
      font-family: "Conv_BPG_Arial_2010";
      letter-spacing: 0px;
      font-weight: normal;
      padding: 0 20px;
      /* margin-right: 45px*100%/1193px;
			margin-left: 45px*100%/1193px; */
      margin: 10px 0 10px 0;
      border: 1px solid #bfe7f8;
      background: #fff; }
      @media screen and (max-width: 1200px) {
        #content.innerContent .filter input {
          width: 47.94803%; } }
      @media screen and (max-width: 630px) {
        #content.innerContent .filter input {
          width: 100%;
          margin: 20px 0 10px 0; } }
      #content.innerContent .filter input::-webkit-input-placeholder {
        color: #B7B7B7; }
      #content.innerContent .filter input:-moz-placeholder {
        color: #B7B7B7; }
      #content.innerContent .filter input:-ms-input-placeholder {
        color: #B7B7B7; }
      #content.innerContent .filter input::placeholder {
        color: #B7B7B7; }
    #content.innerContent .filter .view {
      /*display:inline-block;*/
      width: 38.13915%;
      min-width: 200px;
      height: 43px;
      /* margin-right: 45px*100%/1193px; */
      border: 1px solid #bfe7f8;
      background: #fff;
      margin: 10px 0 10px 0; }
      @media screen and (max-width: 1200px) {
        #content.innerContent .filter .view {
          width: 47.94803%; } }
      @media screen and (max-width: 630px) {
        #content.innerContent .filter .view {
          width: 100%;
          margin: 20px 0 10px 0; } }
    #content.innerContent .filter .k-content {
      width: 38.13915%;
      min-width: 200px;
      height: 43px;
      /* margin-right: 45px*100%/1193px; */
      border: 1px solid #bfe7f8;
      background: #fff;
      margin: 10px 0 10px 0;
      overflow: hidden; }
      @media screen and (max-width: 1200px) {
        #content.innerContent .filter .k-content {
          width: 47.94803%; } }
      @media screen and (max-width: 630px) {
        #content.innerContent .filter .k-content {
          width: 100%;
          margin: 20px 0 10px 0; } }
      #content.innerContent .filter .k-content .k-widget * {
        box-sizing: border-box; }
      #content.innerContent .filter .k-content .k-dropdown-wrap.k-state-default, #content.innerContent .filter .k-content .k-combobox {
        width: 100%;
        border-radius: 0;
        background: none;
        border-width: 0;
        box-shadow: none;
        padding-right: 10.67164%; }
      #content.innerContent .filter .k-content .k-dropdown-wrap .k-input {
        width: 100%;
        height: 41px;
        color: #1B4965;
        margin: 0;
        border: 0px solid #bfe7f8;
        padding: 0 0px 0 20px; }
      #content.innerContent .filter .k-content .k-i-arrow-60-down {
        display: block;
        position: absolute;
        /*right: 5.67164%;*/
        top: 20px;
        width: 17px;
        height: 10px; }
      #content.innerContent .filter .k-content .k-i-arrow-60-down:before {
        display: block;
        position: absolute;
        /*right: 5.67164%;*/
        /*top: 20px;
                width: 17px;
                height: 10px;*/
        text-indent: -9999px;
        background: url(../images/selectArrow.png) no-repeat center center; }
    #content.innerContent .filter .selectric-wrapper {
      position: relative;
      cursor: pointer; }
    #content.innerContent .filter .selectric-responsive {
      width: 100%; }
    #content.innerContent .filter .selectric {
      position: relative;
      overflow: hidden; }
    #content.innerContent .filter .selectric .label {
      display: block;
      height: 43px;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      padding: 0 20px;
      color: #B7B7B7;
      font-size: 14px;
      line-height: 43px;
      font-family: "Conv_BPG_Arial_2010";
      letter-spacing: 0px;
      font-weight: normal;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none; }
    #content.innerContent .filter .selectric-below .selectric .label {
      color: #1B4965; }
    #content.innerContent .filter .selectric .button {
      display: block;
      position: absolute;
      right: 5.67164%;
      top: 20px;
      width: 17px;
      height: 10px;
      text-indent: -9999px;
      background: url(../images/selectArrow.png) no-repeat center center; }
    #content.innerContent .filter .selectric-open {
      z-index: 9999; }
    #content.innerContent .filter .selectric-open .selectric-items {
      display: block; }
    #content.innerContent .filter .selectric-disabled {
      filter: alpha(opacity=50);
      opacity: 0.5;
      cursor: default;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none; }
    #content.innerContent .filter .selectric-hide-select {
      position: relative;
      overflow: hidden;
      width: 0;
      height: 0; }
    #content.innerContent .filter .selectric-hide-select select {
      position: absolute;
      left: -100%; }
    #content.innerContent .filter .selectric-hide-select.selectric-is-native {
      position: absolute;
      width: 100%;
      height: 100%;
      z-index: 10; }
    #content.innerContent .filter .selectric-hide-select.selectric-is-native select {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      height: 100%;
      width: 100%;
      border: none;
      z-index: 1;
      box-sizing: border-box;
      opacity: 0; }
    #content.innerContent .filter .selectric-input {
      position: absolute !important;
      top: 0 !important;
      left: 0 !important;
      overflow: hidden !important;
      clip: rect(0, 0, 0, 0) !important;
      margin: 0 !important;
      padding: 0 !important;
      width: 1px !important;
      height: 1px !important;
      outline: none !important;
      border: none !important;
      *font: 0/0 a !important;
      background: none !important; }
    #content.innerContent .filter .selectric-temp-show {
      position: absolute !important;
      visibility: hidden !important;
      display: block !important; }
    #content.innerContent .filter .selectric-items {
      display: none;
      position: absolute;
      top: 100%;
      left: 0;
      -webkit-box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.2);
      -moz-box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.2);
      box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.2);
      background: #ffffff; }
    #content.innerContent .filter .selectric-items .selectric-scroll {
      height: 100%;
      overflow: auto; }
    #content.innerContent .filter .selectric-above .selectric-items {
      bottom: 100%; }
    #content.innerContent .filter .selectric-items ul {
      list-style: none;
      padding: 0;
      margin: 0;
      color: #707070;
      font-size: 14px;
      line-height: 16px;
      font-family: "Conv_BPG_Arial_2010";
      letter-spacing: 0px;
      font-weight: normal; }
      #content.innerContent .filter .selectric-items ul li {
        display: block;
        color: #707070;
        font-size: 14px;
        line-height: 16px;
        font-family: "Conv_BPG_Arial_2010";
        letter-spacing: 0px;
        font-weight: normal;
        padding: 15px 20px;
        cursor: pointer; }
        #content.innerContent .filter .selectric-items ul li.selected, #content.innerContent .filter .selectric-items ul li:hover {
          color: #63B3D5;
          background: rgba(99, 179, 213, 0.1); }
      #content.innerContent .filter .selectric-items ul .disabled {
        filter: alpha(opacity=50);
        opacity: 0.5;
        cursor: default !important;
        background: none !important;
        color: #666 !important;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none; }
      #content.innerContent .filter .selectric-items ul .selectric-group .selectric-group-label {
        font-weight: bold;
        padding-left: 10px;
        cursor: default;
        -webkit-user-select: none;
        -ms-user-select: none;
        user-select: none;
        background: none;
        color: #444; }
      #content.innerContent .filter .selectric-items ul .selectric-group.disabled li {
        filter: alpha(opacity=100);
        opacity: 1; }
      #content.innerContent .filter .selectric-items ul .selectric-group li {
        padding-left: 25px; }
    #content.innerContent .filter .sendButton {
      display: inline-block;
      width: 126px;
      width: 10.56161%;
      min-width: 120px;
      height: 45px;
      text-align: center;
      color: #fff;
      font-size: 14px;
      line-height: 14px;
      font-family: "Conv_BPG_Arial_2010";
      letter-spacing: 0px;
      font-weight: normal;
      padding: 0 2%;
      margin-right: 0;
      border: 0;
      vertical-align: middle;
      cursor: pointer;
      position: relative;
      background: rgba(99, 179, 213, 0.8); }
      #content.innerContent .filter .sendButton:hover {
        opacity: 0.6; }
  #content.innerContent #observationNetwork {
    display: block !important;
    width: 100%;
    height: 950px;
    margin-bottom: 85px;
    border: 14px solid rgba(0, 38, 60, 0.6);
    /*style the box which holds the text of the information window*/ }
    #content.innerContent #observationNetwork .gm-style .gm-style-iw {
      width: 300px !important;
      min-height: 135px !important;
      top: 0 !important;
      left: 0 !important;
      padding: 0 !important;
      border-radius: 0 !important;
      /*transform: translate(-50%,-82%)!important;*/
      background: rgba(255, 255, 255, 0.83) !important; }
    #content.innerContent #observationNetwork .gm-style .gm-style-iw-d {
      box-sizing: border-box !important;
      overflow: auto !important; }
    #content.innerContent #observationNetwork .gm-style .gm-style-iw-t::after {
      /*display: none !important;*/
      /*top: inherit!important;
				bottom: -39px;*/
      /*background: rgba(#fff, 0.83)!important;*/ }
    #content.innerContent #observationNetwork .gm-style .gm-ui-hover-effect {
      opacity: 0.4 !important;
      top: 10px !important;
      right: 0px !important;
      width: 30px;
      height: 30px; }
    #content.innerContent #observationNetwork .mapInfoWindow {
      display: flex;
      flex-direction: column;
      width: 100%;
      height: 100%; }
      #content.innerContent #observationNetwork .mapInfoWindow > h2 {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 50px;
        text-transform: uppercase;
        flex-shrink: 0;
        padding: 5px 25px 5px 10px;
        margin-bottom: 10px;
        background: rgba(99, 179, 213, 0.8); }
        #content.innerContent #observationNetwork .mapInfoWindow > h2 a {
          display: inline-block;
          max-height: 48px;
          color: #fff;
          font-size: 14px;
          line-height: 16px;
          font-family: "Conv_BPG_Arial_2010";
          letter-spacing: 0px;
          font-weight: normal;
          overflow: hidden; }
          #content.innerContent #observationNetwork .mapInfoWindow > h2 a:hover {
            opacity: 0.6; }
        #content.innerContent #observationNetwork .mapInfoWindow > h2 .icon {
          width: 35px;
          height: 32px;
          flex-shrink: 0;
          margin-right: 10px;
          position: relative;
          -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.49);
          -moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.49);
          box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.49); }
          #content.innerContent #observationNetwork .mapInfoWindow > h2 .icon img {
            display: inline-block;
            width: 19px;
            height: auto;
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            margin: auto; }
      #content.innerContent #observationNetwork .mapInfoWindow .paragraph {
        width: 100%;
        max-height: 96px;
        color: #585858 !important;
        font-size: 14px !important;
        line-height: 16px !important;
        font-family: "Conv_BPG_Arial_2010" !important;
        letter-spacing: 0px;
        font-weight: normal;
        padding: 0 1.2275% 0 1.2275%;
        margin-bottom: 10px;
        padding: 0 10px;
        overflow: hidden; }
        #content.innerContent #observationNetwork .mapInfoWindow .paragraph p {
          color: #585858 !important;
          font-size: 14px !important;
          line-height: 16px !important;
          font-family: "Conv_BPG_Arial_2010" !important;
          letter-spacing: 0px;
          font-weight: normal;
          margin-bottom: 20px; }
      #content.innerContent #observationNetwork .mapInfoWindow .viewMore {
        display: inline-block;
        max-width: 145px;
        color: #0099D9;
        font-size: 13px;
        line-height: 15px;
        font-family: "Conv_BPG_Arial_2010";
        letter-spacing: 0px;
        font-weight: normal;
        padding-right: 16px;
        background: url("../images/hintInfo.png") no-repeat right 2px;
        margin-bottom: 15px;
        margin-left: 10px;
        /* float: left; */ }
        #content.innerContent #observationNetwork .mapInfoWindow .viewMore:hover {
          opacity: 0.6; }
  #content.innerContent .simpleArticle {
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 31.50573%;
    min-width: 300px;
    min-height: 425px;
    border-bottom: 2px solid #0099D9;
    margin-bottom: 50px; }
    @media screen and (max-width: 1400px) {
      #content.innerContent .simpleArticle {
        width: 47.50573%;
        margin-bottom: 30px; } }
    @media screen and (max-width: 1200px) {
      #content.innerContent .simpleArticle {
        width: 45.50573%; } }
    @media screen and (max-width: 1100px) {
      #content.innerContent .simpleArticle {
        width: 95.50573%; } }
    @media screen and (max-width: 960px) {
      #content.innerContent .simpleArticle {
        width: 47.50573%; } }
    @media screen and (max-width: 670px) {
      #content.innerContent .simpleArticle {
        width: 100%; } }
    #content.innerContent .simpleArticle .imageBlock {
      display: flex;
      justify-content: center;
      align-items: center;
      width: 100%;
      height: 320px;
      background: #00263C;
      overflow: hidden;
      position: relative; }
      #content.innerContent .simpleArticle .imageBlock a {
        display: block;
        width: 100%;
        height: 100%; }
      #content.innerContent .simpleArticle .imageBlock img {
        display: inline-block;
        flex-shrink: 0;
        min-width: 100%;
        height: 100%;
        -webkit-transform: translate3d(-50%, -50%, 0);
        transform: translate3d(-50%, -50%, 0);
        position: absolute;
        top: 50%;
        left: 50%;
        opacity: 0.4; }
        #content.innerContent .simpleArticle .imageBlock img:hover {
          opacity: 1; }
    #content.innerContent .simpleArticle .articleTitle {
      display: flex;
      flex-direction: column;
      justify-content: center;
      width: 100%;
      min-height: 85px;
      padding: 10px 2%; }
      #content.innerContent .simpleArticle .articleTitle h2 {
        max-height: 34px;
        overflow: hidden;
        line-height: 17px;
        margin-bottom: 10px; }
        #content.innerContent .simpleArticle .articleTitle h2 a {
          display: inline-block;
          color: #00263C;
          font-size: 15px;
          line-height: 17px;
          font-family: "Conv_BPG_Arial_2010";
          letter-spacing: 0px;
          font-weight: normal; }
          #content.innerContent .simpleArticle .articleTitle h2 a:hover {
            color: #0072A5; }
      #content.innerContent .simpleArticle .articleTitle .viewMore {
        display: inline-block;
        max-width: 145px;
        color: #0099D9;
        font-size: 13px;
        line-height: 15px;
        font-family: "Conv_BPG_Arial_2010";
        letter-spacing: 0px;
        font-weight: normal;
        padding-right: 16px;
        background: url("../images/hintInfo.png") no-repeat right 2px; }
        #content.innerContent .simpleArticle .articleTitle .viewMore:hover {
          opacity: 0.6; }
  #content.innerContent .simpleMonth {
    width: 97.62684%;
    margin: 0 auto 45px auto; }
    #content.innerContent .simpleMonth > h2 {
      display: flex;
      align-items: center;
      width: 100%;
      min-width: 300px;
      min-height: 60px;
      color: #0072A5;
      font-size: 16px;
      line-height: 18px;
      font-family: "Conv_BPG_Arial_Caps_2010";
      letter-spacing: 3px;
      font-weight: normal;
      text-transform: uppercase;
      padding: 5px 1.473%;
      border-left: 2px solid #0099D9;
      border-right: 1px solid rgba(88, 88, 88, 0.14);
      border-top: 1px solid rgba(88, 88, 88, 0.14);
      border-bottom: 1px solid rgba(88, 88, 88, 0.14);
      margin-bottom: 35px;
      background: #ECF6FB; }
      @media screen and (max-width: 1200px) {
        #content.innerContent .simpleMonth > h2 {
          min-height: 50px; } }
      @media screen and (max-width: 960px) {
        #content.innerContent .simpleMonth > h2 {
          margin-bottom: 20px; } }
    #content.innerContent .simpleMonth .monthLine {
      display: flex;
      align-items: stretch;
      /*flex-wrap: wrap;*/
      width: 100%;
      min-width: 300px;
      min-height: 70px;
      margin-bottom: 20px;
      /*padding: 0px 18px*100%/1222px;*/
      border-left: 2px solid #0099D9;
      border-left: 2px solid #0099D9;
      /*border-right: 1px solid rgba(88, 88, 88, 0.14);*/
      /*border-top: 1px solid rgba(88, 88, 88, 0.14);
			border-bottom: 1px solid rgba(88, 88, 88, 0.14);*/
      background: rgba(255, 255, 255, 0.4); }
        #content.innerContent .simpleMonth .monthLine li, #content.innerContent .simpleMonth .bottomDiv li {
            display: flex;
            justify-content: center;
            flex-direction: column;
            min-height: 70px;
            color: #0072A5;
            font-size: 0.93em;
            line-height: 17px;
            font-family: "Conv_BPG_Arial_2010";
            letter-spacing: 0px;
            font-weight: normal;
            border-right: 1px solid rgba(183, 183, 183, 0.4);
            border-top: 1px solid rgba(88, 88, 88, 0.14);
            border-bottom: 1px solid rgba(88, 88, 88, 0.14);
            padding: 5px 3.01255% 5px 2.92887%;
        }
        @media screen and (max-width: 1200px) {
          #content.innerContent .simpleMonth .monthLine li {
            min-height: 60px;
            border-top: 0px solid rgba(88, 88, 88, 0.14); } }
        #content.innerContent .simpleMonth .monthLine li span {
          display: block;
          color: #B7B7B7;
          font-size: 13px;
          line-height: 15px;
          font-family: "Conv_BPG_Arial_2010";
          letter-spacing: 0px;
          font-weight: normal;
          margin-bottom: 5px; }
        #content.innerContent .simpleMonth .monthLine li:first-child {
          flex-direction: row;
          align-items: center;
          width: 42.25941%;
          min-width: 300px;
          color: #0099D9;
          font-size: 0.81em;
          line-height: 15px;
          font-family: "Conv_BPG_Arial_2010";
          letter-spacing: 0px;
          font-weight: normal;
          /*	padding: 5px 68px*100%/1195px;*/ }
          @media screen and (max-width: 1200px) {
            #content.innerContent .simpleMonth .monthLine li:first-child {
              width: 100%;
              justify-content: flex-start;
              border-top: 1px solid rgba(88, 88, 88, 0.14); } }
          #content.innerContent .simpleMonth .monthLine li:first-child span {
            display: block;
            min-width: 100px;
            flex-shrink: 0;
            color: #1B4965;
            font-size: 27px;
            line-height: 31px;
            font-family: "Conv_BPG_Arial_2010";
            letter-spacing: 0px;
            font-weight: normal;
            font-weight: bold;
            margin-bottom: 0px;
            margin-right: 6.25%; }
        #content.innerContent .simpleMonth .monthLine li:nth-child(2) {
          width: 31.79916%; }
          @media screen and (max-width: 1200px) {
            #content.innerContent .simpleMonth .monthLine li:nth-child(2) {
              width: 50%; } }
        #content.innerContent .simpleMonth .monthLine li:last-child {
          width: 20.94142%; }
          @media screen and (max-width: 1200px) {
           /* #content.innerContent .simpleMonth .monthLine li:last-child {
              width: 50%; }*/ }
  #content.innerContent .itemsConteiner .dayWeather {
    width: 31.9063%;
    height: 389px;
    margin: 0 0 30px 0;
    padding: 4px;
    /*float: left;*/
    background: rgba(0, 113, 161, 0.6); }
    @media screen and (max-width: 1200px) {
      #content.innerContent .itemsConteiner .dayWeather {
        width: 48%;
        flex-direction: column; } }
    @media screen and (max-width: 560px) {
      #content.innerContent .itemsConteiner .dayWeather {
        width: 100%; } }
    #content.innerContent .itemsConteiner .dayWeather .weather {
      width: 100%;
      min-height: 220px;
      padding: 10px 6.23377%;
      background: rgba(110, 210, 246, 0.5); }
      #content.innerContent .itemsConteiner .dayWeather .weather:last-of-type {
        min-height: 160px; }
      #content.innerContent .itemsConteiner .dayWeather .weather time {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        height: 71px;
        padding: 10px 6.23377%;
        position: absolute;
        left: 0;
        top: 0;
        background: rgba(99, 179, 213, 0.4); }
      #content.innerContent .itemsConteiner .dayWeather .weather .partOfDay {
        max-width: 90px; }
      #content.innerContent .itemsConteiner .dayWeather .weather:first-child .partOfDay {
        margin-top: 20px; }
      #content.innerContent .itemsConteiner .dayWeather .weather:first-child:after {
        bottom: 0;
        top: inherit;
        left: 0;
        right: inherit;
        content: '';
        display: inline-block;
        width: 100%;
        height: 1px;
        position: absolute;
        background: -webkit-linear-gradient(left, rgba(0,38,60,0.1) 0%,rgba(0,38,60,0.45) 10%,rgba(0,38,60,1) 29%,rgba(0,38,60,1) 50%,rgba(0,38,60,0.26) 93%,rgba(0,38,60,0) 100%);
        background: -moz-linear-gradient(left, rgba(0,38,60,0.1) 0%,rgba(0,38,60,0.45) 10%,rgba(0,38,60,1) 29%,rgba(0,38,60,1) 50%,rgba(0,38,60,0.26) 93%,rgba(0,38,60,0) 100%);
        background: linear-gradient(to right, rgba(0,38,60,0.1) 0%,rgba(0,38,60,0.45) 10%,rgba(0,38,60,1) 29%,rgba(0,38,60,1) 50%,rgba(0,38,60,0.26) 93%,rgba(0,38,60,0) 100%); }
      #content.innerContent .itemsConteiner .dayWeather .weather h2 {
        height: 90px;
        margin-top: 81px;
        margin-bottom: 10px; }
        #content.innerContent .itemsConteiner .dayWeather .weather h2 img {
          display: inline-block;
          width: 21.22186%;
          min-width: 66px;
          max-height: 66px; }
        #content.innerContent .itemsConteiner .dayWeather .weather h2 span {
          color: #fff;
          font-size: 34px;
          line-height: 34px;
          font-family: "Conv_BPG_Arial_2010";
          letter-spacing: 0px;
          font-weight: normal; }
      #content.innerContent .itemsConteiner .dayWeather .weather:last-child h2 {
        margin-top: 0px; }
      #content.innerContent .itemsConteiner .dayWeather .weather h3 {
        margin-bottom: 0px; }
        #content.innerContent .itemsConteiner .dayWeather .weather h3 img {
          display: inline-block;
          width: 14px;
          height: auto;
          margin-right: 1%;
          float: left; }
        #content.innerContent .itemsConteiner .dayWeather .weather h3 span {
          display: inline-block;
          color: #fff;
          font-size: 14px;
          line-height: 16px;
          font-family: "Conv_BPG_Arial_2010";
          letter-spacing: 0px;
          font-weight: normal;
          margin-left: 3%; }
    #content.innerContent .itemsConteiner .dayWeather:nth-of-type(2) .weather {
      background: rgba(104, 169, 199, 0.8); }
    #content.innerContent .itemsConteiner .dayWeather:nth-of-type(3) .weather {
      background: rgba(89, 160, 193, 0.8); }
    #content.innerContent .itemsConteiner .dayWeather:nth-of-type(4) .weather {
      background: rgba(72, 151, 187, 0.8); }
    #content.innerContent .itemsConteiner .dayWeather:nth-of-type(5) .weather {
      background: rgba(54, 141, 180, 0.8); }
    #content.innerContent .itemsConteiner .dayWeather:nth-of-type(6) .weather {
      background: rgba(34, 130, 173, 0.8); }
    #content.innerContent .itemsConteiner .dayWeather:nth-of-type(7) .weather {
      background: rgba(17, 91, 131, 0.6); }
    #content.innerContent .itemsConteiner .dayWeather:nth-of-type(8) .weather {
      background: rgba(0, 52, 89, 0.6); }
    #content.innerContent .itemsConteiner .dayWeather:nth-of-type(9) .weather {
      background: rgba(0, 38, 60, 0.5); }
    #content.innerContent .itemsConteiner .dayWeather:nth-of-type(10) .weather {
      background: rgba(0, 31, 46, 0.5); }
  #content.innerContent .forClimate input {
    width: 32.6907%; }
    @media screen and (max-width: 1200px) {
      #content.innerContent .forClimate input {
        width: 47.94803%; } }
    @media screen and (max-width: 630px) {
      #content.innerContent .forClimate input {
        width: 100%; } }
  #content.innerContent .forClimate .view {
    width: 21.7938%;
    height: 43px;
    /* margin-right: 45px*100%/1193px; */
    border: 1px solid #bfe7f8;
    background: #fff; }
    @media screen and (max-width: 1200px) {
      #content.innerContent .forClimate .view {
        width: 47.94803%; } }
    @media screen and (max-width: 630px) {
      #content.innerContent .forClimate .view {
        width: 100%; } }
  #content.innerContent .simpleClimate {
    width: 31.50573%;
    min-height: 95px; }
    @media screen and (max-width: 1300px) {
      #content.innerContent .simpleClimate {
        width: 47%; } }
    @media screen and (max-width: 1100px) {
      #content.innerContent .simpleClimate {
        width: 100%; } }
    @media screen and (max-width: 960px) {
      #content.innerContent .simpleClimate {
        width: 47%; } }
    @media screen and (max-width: 640px) {
      #content.innerContent .simpleClimate {
        width: 100%; } }
    #content.innerContent .simpleClimate time {
      color: #FFC400;
      font-size: 0.8em;
      line-height: 15px;
      font-family: "Conv_BPG_Arial_2010";
      letter-spacing: 0px;
      font-weight: normal;
      margin-bottom: 10px; }
  #content.innerContent .paragraph time {
    display: inline-block;
    color: #0099D9;
    font-size: 0.87em;
    line-height: 15px;
    font-family: "Conv_BPG_Arial_2010";
    letter-spacing: 0px;
    font-weight: normal;
    margin-bottom: 20px;
    margin-right: 1.63666%;
    padding: 10px 13px;
    border-left: 2px solid #0099D9;
    float: left; }
  #content.innerContent .tabsNavClimate {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 40px;
    overflow: hidden; }
    #content.innerContent .tabsNavClimate h2 {
      /*display: inline-block;*/
      width: 30.27823%;
      /*370px*/
      margin-bottom: 10px;
      /*margin-right: 20px*100%/1222px;*/
      border: 1px solid rgba(88, 88, 88, 0.07);
      float: left;
      position: relative; }
      #content.innerContent .tabsNavClimate h2 a {
        display: flex;
        align-items: center;
        /*justify-content: center;*/
        width: 100%;
        /*370px*/
        min-height: 60px;
        color: #0072A5;
        font-size: 0.93em;
        line-height: 17px;
        font-family: "Conv_BPG_Arial_Caps_2010";
        letter-spacing: 2px;
        font-weight: normal;
        padding: 5px 9.18919%;
        float: right;
        background: #fff; }
    #content.innerContent .tabsNavClimate .tabActiveClimate a, #content.innerContent .tabsNavClimate h2:hover a {
      color: #fff;
      cursor: pointer;
      background: #63B3D5; }
  #content.innerContent .tabsStageClimate {
    width: 100%;
    clear: both;
    margin-bottom: 170px;
    position: relative; }
    #content.innerContent .tabsStageClimate img {
      display: inline-block;
      width: 100%;
      height: auto;
      margin-bottom: 35px;
      border: 1px solid #D9D9D9; }
  #content.innerContent .simpledangerousEvents {
    width: 31.50573%; }
    @media screen and (max-width: 1300px) {
      #content.innerContent .simpledangerousEvents {
        width: 47%; } }
    @media screen and (max-width: 1100px) {
      #content.innerContent .simpledangerousEvents {
        width: 100%; } }
    @media screen and (max-width: 960px) {
      #content.innerContent .simpledangerousEvents {
        width: 47%; } }
    @media screen and (max-width: 640px) {
      #content.innerContent .simpledangerousEvents {
        width: 100%; } }
  #content.innerContent .infoForRivers {
    display: flex;
    align-items: center;
    min-height: 80px;
    position: relative;
    padding-left: 120px; }
    @media screen and (max-width: 1300px) {
      #content.innerContent .infoForRivers {
        flex-wrap: wrap; } }
    @media screen and (max-width: 1200px) {
      #content.innerContent .infoForRivers {
        padding-left: 86px; } }
    #content.innerContent .infoForRivers .infoIcon {
      background: rgba(99, 179, 213, 0.8) url("../images/infoICon.png") no-repeat center center; }
    #content.innerContent .infoForRivers ul {
      display: flex;
      /*justify-content: space-between;*/
      flex-wrap: wrap;
      width: 63.17992%;
      margin-right: 2.92887%; }
      @media screen and (max-width: 1300px) {
        #content.innerContent .infoForRivers ul {
          width: 100%; } }
      #content.innerContent .infoForRivers ul li {
        color: #000000;
        font-size: 0.87em;
        line-height: 16px;
        font-family: "Conv_BPG_Arial_Caps_2010";
        letter-spacing: 0;
        font-weight: normal;
        margin: 10px 16px 10px 0px; }
        @media screen and (max-width: 1200px) {
          #content.innerContent .infoForRivers ul li {
            margin: 20px 36px 0px 0px; } }
        #content.innerContent .infoForRivers ul li img {
          display: inline-block;
          width: 16px;
          height: auto;
          margin-right: 0.8em;
          float: left; }
        #content.innerContent .infoForRivers ul li:last-of-type img {
          margin-top: 6px; }
    #content.innerContent .infoForRivers .viewMore {
      display: inline-block;
      /*max-width: 145px;*/
      color: #0099D9;
      font-size: 14px;
      line-height: 16px;
      font-family: "Conv_BPG_Arial_2010";
      letter-spacing: 0px;
      font-weight: normal;
      padding-right: 16px;
      background: url("../images/hintInfo.png") no-repeat right 2px;
      margin-left: auto;
      margin-right: 30px; }
      @media screen and (max-width: 1300px) {
        #content.innerContent .infoForRivers .viewMore {
          margin-left: 0;
          margin-right: 2.92887%; } }
      @media screen and (max-width: 1200px) {
        #content.innerContent .infoForRivers .viewMore {
          margin: 20px 16px 10px 0px; } }
      #content.innerContent .infoForRivers .viewMore:hover {
        opacity: 0.6; }
  #content.innerContent #observationNetwork.hydrologicalDataOfRivers .mapInfoWindow ul {
    width: 100%;
    padding: 0 10px;
    margin-bottom: 10px; }
    #content.innerContent #observationNetwork.hydrologicalDataOfRivers .mapInfoWindow ul li {
      color: #1B4965;
      font-size: 15px;
      line-height: 17px;
      font-family: "Conv_BPG_Arial_2010";
      letter-spacing: 0px;
      font-weight: normal;
      margin-bottom: 10px; }
      #content.innerContent #observationNetwork.hydrologicalDataOfRivers .mapInfoWindow ul li span {
        display: inline-block;
        color: #0099D9;
        font-size: 13px;
        line-height: 17px;
        font-family: "Conv_BPG_Arial_2010";
        letter-spacing: 0px;
        font-weight: normal;
        margin-right: 0.8em;
        float: left; }
      #content.innerContent #observationNetwork.hydrologicalDataOfRivers .mapInfoWindow ul li h2 {
        color: #1B4965;
        font-size: 15px;
        line-height: 17px;
        font-family: "Conv_BPG_Arial_2010";
        letter-spacing: 0px;
        font-weight: normal; }
      #content.innerContent #observationNetwork.hydrologicalDataOfRivers .mapInfoWindow ul li img {
        display: inline-block;
        width: 16px;
        height: auto;
        margin-left: 0.8em; }
#content.innerContent .dataOfRivers .monthLine, #content.innerContent .splitMonth ul.bottomDiv {
    min-width: 180px;
    min-height: 85px;
    margin-bottom: 20px;
}
#content.innerContent .splitMonth {
    display:flex;
    justify-content:space-between;
}
    #content.innerContent .splitMonth ul.monthLine {
        width:80%;

    }
    #content.innerContent .splitMonth ul.bottomDiv {
        width: 20%;
    }

    #content.innerContent .dataOfRivers .monthLine li, #content.innerContent .splitMonth .bottomDiv li {
        display: flex;
        justify-content: center;
        flex-direction: column;
        min-height: 85px;
        /*min-width: 180px;*/
        color: #0072A5;
        font-size: 15px;
        line-height: 17px;
        font-family: "Conv_BPG_Arial_2010";
        letter-spacing: 0px;
        font-weight: normal;
        padding: 5px 1.25523% 5px 1.25523%;
    }
    #content.innerContent .splitMonth .bottomDiv li {
        padding-left: 10px;
        background: rgba(255, 255, 255, 0.4);
    }
    #content.innerContent .splitMonth .bottomDiv {
        width: 16%;
        
    }
    #content.innerContent .dataOfRivers .monthLine li span, #content.innerContent .splitMonth .bottomDiv li span {
        display: block;
        color: #00263C;
        font-size: 13px;
        line-height: 15px;
        font-family: "Conv_BPG_Arial_2010";
        letter-spacing: 0px;
        font-weight: normal;
        margin-bottom: 5px;
    }
    #content.innerContent .dataOfRivers .monthLine li h2, #content.innerContent .splitMonth .bottomDiv li h2 {
        color: #0072A5;
        font-size: 15px;
        line-height: 17px;
        font-family: "Conv_BPG_Arial_2010";
        letter-spacing: 0px;
        font-weight: normal;
    }
      #content.innerContent .dataOfRivers .monthLine li:first-child {
        flex-direction: column;
        align-items: flex-start;
        width: 36.03347%;
        min-width: inherit;
        color: #0072A5;
        font-size: 15px;
        line-height: 17px;
        font-family: "Conv_BPG_Arial_2010";
        letter-spacing: 0px;
        font-weight: normal; }
        #content.innerContent .dataOfRivers .monthLine li:first-child span {
          display: block;
          color: #B7B7B7;
          font-size: 13px;
          line-height: 15px;
          font-family: "Conv_BPG_Arial_2010";
          letter-spacing: 0px;
          font-weight: normal;
          margin-bottom: 5px; }
      #content.innerContent .dataOfRivers .monthLine li:nth-child(2) {
        width: 18.41004%; }
#content.innerContent .dataOfRivers .monthLine li:nth-child(3) {
    width: 27.99937%;
}
      #content.innerContent .dataOfRivers .monthLine li:nth-child(4) {
        width: 18.06276%; }
    /*  #content.innerContent .dataOfRivers .monthLine li:last-child {
        width: auto; }
        05.07.2024 updated
    */
#content.innerContent .dataOfRivers .monthLine li .levelLine, #content.innerContent .dataOfRivers .bottomDiv li .levelLine {
    display: flex;
    color: #0072A5;
    font-size: 15px;
    line-height: 17px;
    font-family: "Conv_BPG_Arial_2010";
    letter-spacing: 0px;
    font-weight: normal;
}
        #content.innerContent .dataOfRivers .monthLine li .levelLine img {
          display: inline-block;
          width: 16px;
          margin-left: 0.8em;
          align-self: center; }
      #content.innerContent .dataOfRivers .monthLine li .viewMore {
        display: inline-block;
        max-width: 145px;
        color: #0099D9;
        font-size: 13px;
        line-height: 15px;
        font-family: "Conv_BPG_Arial_2010";
        letter-spacing: 0px;
        font-weight: normal;
        padding-right: 20px;
        background: url("../images/hintInfo.png") no-repeat right 2px; }
        #content.innerContent .dataOfRivers .monthLine li .viewMore:hover {
          opacity: 0.6; }
  #content.innerContent .chartBlock {
    width: 97.62684%;
    height: 800px;
    margin: 0 auto 45px auto;
    border: 1px solid #B7B7B7; }
  #content.innerContent .dataOfRiversInner .monthLine li:first-child {
    width: 42.25941%; }
  #content.innerContent .dataOfRiversInner .monthLine li:nth-child(2) {
    width: 31.79916%; }
  #content.innerContent .dataOfRiversInner .monthLine li:last-child {
    width: 25.94142%; }
  #content.innerContent .centerEx {
    display: block;
    min-height: 1009px;
    overflow: auto; }
    @media screen and (max-width: 1400px) {
      #content.innerContent .centerEx {
        height: 1109px; } }
    @media screen and (max-width: 1200px) {
      #content.innerContent .centerEx {
        height: auto; } }
    #content.innerContent .centerEx > h2 {
      width: 100%;
      padding: 0 1.2275% 0 1.2275%;
      margin-bottom: 40px;
      position: relative; }
      #content.innerContent .centerEx > h2:after {
        content: '';
        display: inline-block;
        width: 100%;
        height: 1px;
        position: absolute;
        background: -webkit-linear-gradient(left, rgba(0,38,60,1) 0%,rgba(0,38,60,1) 10%,rgba(0,38,60,1) 29%,rgba(0,38,60,1) 50%,rgba(0,38,60,0.26) 93%,rgba(0,38,60,0) 100%);
        background: -moz-linear-gradient(left, rgba(0,38,60,1) 0%,rgba(0,38,60,1) 10%,rgba(0,38,60,1) 29%,rgba(0,38,60,1) 50%,rgba(0,38,60,0.26) 93%,rgba(0,38,60,0) 100%);
        background: linear-gradient(to right, rgba(0,38,60,1) 0%,rgba(0,38,60,1) 10%,rgba(0,38,60,1) 29%,rgba(0,38,60,1) 50%,rgba(0,38,60,0.26) 93%,rgba(0,38,60,0) 100%);
        bottom: 0;
        left: 0; }
      #content.innerContent .centerEx > h2 a {
        display: inline-block;
        color: #00263C;
        font-size: 14px;
        line-height: 17px;
        font-family: "Conv_BPG_Arial_2010";
        letter-spacing: 0px;
        font-weight: normal;
        padding: 0 1.2275% 10px 1.2275%;
        position: relative; }
        #content.innerContent .centerEx > h2 a:after {
          content: '';
          display: inline-block;
          width: 100%;
          height: 1px;
          position: absolute;
          background: rgba(255, 255, 255, 0.9);
          bottom: 0;
          left: 0;
          z-index: 5; }
        #content.innerContent .centerEx > h2 a:hover {
          color: #63B3D5; }
    #content.innerContent .centerEx .contactMap {
      width: 61.45833%;
      height: 1209px;
      position: absolute;
      left: 0; }
      @media screen and (max-width: 1400px) {
        #content.innerContent .centerEx .contactMap {
          height: 1009px; } }
      @media screen and (max-width: 1200px) {
        #content.innerContent .centerEx .contactMap {
          width: 100%;
          height: 209px;
          position: static;
          border: 1px solid #bfe7f8; } }
      #content.innerContent .centerEx .contactMap iframe {
        display: block;
        width: 100%;
        height: 100%;
        float: left; }
    #content.innerContent .centerEx .contactBlock {
      width: 62.12121%;
      position: relative;
      z-index: 10;
      padding: 35px;
      margin-top: 70px;
      float: right;
      background: #fff; }
      @media screen and (max-width: 1400px) {
        #content.innerContent .centerEx .contactBlock {
          width: 52.12121%;
          padding: 25px;
          margin-top: 40px; } }
      @media screen and (max-width: 1200px) {
        #content.innerContent .centerEx .contactBlock {
          width: 100%;
          position: static; } }
      #content.innerContent .centerEx .contactBlock > h2 {
        color: #0072A5;
        font-size: 16px;
        line-height: 18px;
        font-family: "Conv_BPG_Arial_Caps_2010";
        letter-spacing: 1px;
        font-weight: normal;
        margin-bottom: 30px; }
        @media screen and (max-width: 1400px) {
          #content.innerContent .centerEx .contactBlock > h2 {
            margin-bottom: 20px; } }
      #content.innerContent .centerEx .contactBlock .infoContainer {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
        width: 100%;
        margin-bottom: 35px;
        background: rgba(255, 255, 255, 0.4); }
        @media screen and (max-width: 1400px) {
          #content.innerContent .centerEx .contactBlock .infoContainer {
            margin-bottom: 20px; } }
        #content.innerContent .centerEx .contactBlock .infoContainer .simpleInfo {
          display: flex;
          align-items: center;
          flex-wrap: wrap;
          width: 43.90244%;
          min-height: 80px;
          margin-bottom: 45px;
          padding-right: 3%;
          padding-left: 120px;
          border: 1px solid rgba(88, 88, 88, 0.14);
          position: relative; }
          @media screen and (max-width: 1400px) {
            #content.innerContent .centerEx .contactBlock .infoContainer .simpleInfo {
              width: 100%;
              margin-bottom: 20px;
              min-height: 60px; } }
          @media screen and (max-width: 1200px) {
            #content.innerContent .centerEx .contactBlock .infoContainer .simpleInfo {
              width: 47%; } }
          @media screen and (max-width: 860px) {
            #content.innerContent .centerEx .contactBlock .infoContainer .simpleInfo {
              width: 100%;
              min-height: 50px;
              padding-left: 90px; } }
          #content.innerContent .centerEx .contactBlock .infoContainer .simpleInfo > span {
            display: block;
            align-self: stretch;
            width: 86px;
            height: 100%;
            /* min-height: 80px; */
            flex-shrink: 0;
            margin-right: 10%;
            background: rgba(99, 179, 213, 0.8);
            position: absolute;
            left: 0; }
            @media screen and (max-width: 860px) {
              #content.innerContent .centerEx .contactBlock .infoContainer .simpleInfo > span {
                width: 66px; } }
            #content.innerContent .centerEx .contactBlock .infoContainer .simpleInfo > span img {
              display: inline-block;
              position: absolute;
              top: 0;
              left: 0;
              right: 0;
              bottom: 0;
              margin: auto; }
              @media screen and (max-width: 1400px) {
                #content.innerContent .centerEx .contactBlock .infoContainer .simpleInfo > span img {
                  max-width: 40%; } }
          #content.innerContent .centerEx .contactBlock .infoContainer .simpleInfo h2 {
            color: #1B4965;
            font-size: 14px;
            line-height: 16px;
            font-family: "Conv_BPG_Arial_2010";
            letter-spacing: 0px;
            font-weight: normal;
            margin-top: 10px;
            margin-bottom: 10px; }
          #content.innerContent .centerEx .contactBlock .infoContainer .simpleInfo a {
            display: inline-block;
            color: #1B4965;
            font-size: 14px;
            line-height: 16px;
            font-family: "Conv_BPG_Arial_2010";
            letter-spacing: 0px;
            font-weight: normal;
            margin-right: 3.33333%;
            margin-top: 10px;
            margin-bottom: 10px; }
            #content.innerContent .centerEx .contactBlock .infoContainer .simpleInfo a:hover {
              opacity: 0.8; }
      #content.innerContent .centerEx .contactBlock form {
        width: 100%;
        margin-bottom: 20px; }
        #content.innerContent .centerEx .contactBlock form input {
          display: inline-block;
          width: 100%;
          height: 45px;
          color: #707070;
          font-size: 14px;
          line-height: 14px;
          font-family: "Conv_BPG_Arial_2010";
          letter-spacing: 0px;
          font-weight: normal;
          padding: 0 30px;
          margin-bottom: 40px;
          border: 1px solid #bfe7f8;
          background: #fff; }
          @media screen and (max-width: 1400px) {
            #content.innerContent .centerEx .contactBlock form input {
              margin-bottom: 30px; } }
          @media screen and (max-width: 860px) {
            #content.innerContent .centerEx .contactBlock form input {
              margin-bottom: 20px; } }
          #content.innerContent .centerEx .contactBlock form input::-webkit-input-placeholder {
            color: #B7B7B7; }
          #content.innerContent .centerEx .contactBlock form input:-moz-placeholder {
            color: #B7B7B7; }
          #content.innerContent .centerEx .contactBlock form input:-ms-input-placeholder {
            color: #B7B7B7; }
          #content.innerContent .centerEx .contactBlock form input::placeholder {
            color: #B7B7B7; }
          #content.innerContent .centerEx .contactBlock form input.sendButton {
            width: 260px;
            height: 60px;
            color: #fff;
            font-size: 22px;
            line-height: 26px;
            font-family: "Conv_BPG_Arial_Caps_2010";
            letter-spacing: 1px;
            font-weight: normal;
            background: #63B3D5;
            float: right;
            cursor: pointer; }
            @media screen and (max-width: 1400px) {
              #content.innerContent .centerEx .contactBlock form input.sendButton {
                margin-bottom: 0px; } }
            @media screen and (max-width: 860px) {
              #content.innerContent .centerEx .contactBlock form input.sendButton {
                display: block;
                width: 200px;
                height: 50px;
                margin: auto;
                float: none; } }
            #content.innerContent .centerEx .contactBlock form input.sendButton:hover {
              opacity: 0.8; }
        #content.innerContent .centerEx .contactBlock form textarea {
          display: inline-block;
          width: 100%;
          height: 240px;
          color: #707070;
          font-size: 14px;
          line-height: 14px;
          font-family: "Conv_BPG_Arial_2010";
          letter-spacing: 0px;
          font-weight: normal;
          padding: 15px 30px;
          margin-bottom: 60px;
          border: 1px solid #bfe7f8;
          resize: none;
          background: #fff; }
          @media screen and (max-width: 1400px) {
            #content.innerContent .centerEx .contactBlock form textarea {
              height: 200px;
              margin-bottom: 30px; } }
          @media screen and (max-width: 860px) {
            #content.innerContent .centerEx .contactBlock form textarea {
              height: 160px;
              margin-bottom: 20px; } }
          #content.innerContent .centerEx .contactBlock form textarea::-webkit-input-placeholder {
            color: #B7B7B7; }
          #content.innerContent .centerEx .contactBlock form textarea:-moz-placeholder {
            color: #B7B7B7; }
          #content.innerContent .centerEx .contactBlock form textarea:-ms-input-placeholder {
            color: #B7B7B7; }
          #content.innerContent .centerEx .contactBlock form textarea::placeholder {
            color: #B7B7B7; }
        #content.innerContent .centerEx .contactBlock form .leftForm {
          /* display: inline-block; */
          width: 43.90244%;
          float: left; }
          #content.innerContent .centerEx .contactBlock form .leftForm:last-of-type {
            float: right; }
          @media screen and (max-width: 1200px) {
            #content.innerContent .centerEx .contactBlock form .leftForm {
              width: 47%; } }
          @media screen and (max-width: 860px) {
            #content.innerContent .centerEx .contactBlock form .leftForm {
              width: 100%; } }
        #content.innerContent .centerEx .contactBlock form p {
          /* display: inline-block; */
          max-width: 50%;
          color: #63B3D5;
          font-size: 13px;
          line-height: 15px;
          font-family: "Conv_BPG_Arial_2010";
          letter-spacing: 0px;
          font-weight: normal;
          margin-top: 24px;
          float: left; }
          @media screen and (max-width: 860px) {
            #content.innerContent .centerEx .contactBlock form p {
              width: 100%;
              max-width: 100%;
              margin-top: 0px;
              margin-bottom: 20px;
              text-align: center; } }

#example {
  display: inline-block;
  width: auto;
  /*& .k-dropdown-wrap.k-state-default {
        width: initial;
        background: none;
       
    }*/ }
  #example .k-combobox {
    width: auto; }
  #example .k-widget {
    background: none;
    border: 0px solid #c5c5c5;
    color: #fff; }
  #example .k-content {
    background: none;
    border: 0px solid #c5c5c5; }
  #example .k-combobox {
    display: inline-block;
    border-radius: 0;
    border: 0px solid #c5c5c5;
    white-space: normal; }
  #example .k-dropdown-wrap {
    display: inline-block;
    width: auto;
    max-width: 55%;
    padding-right: 2em;
    border-radius: 0;
    border: 0px solid #c5c5c5;
    white-space: normal;
    background: none; }
  #example .k-dropdown-wrap.k-state-focused, #example .k-dropdown-wrap.k-state-hover {
    box-shadow: none; }
  #example .k-dropdown-wrap .k-input {
    display: inline-block;
    width: auto;
    color: #fff;
    font-size: 30px;
    line-height: 34px;
    font-family: "Conv_BPG_Arial_2010";
    letter-spacing: 0px;
    font-weight: normal;
    text-indent: 0;
    border-radius: 0;
    padding: 0;
    border: 0px solid #c5c5c5;
    background: none;
    padding: 0 25px 0 10px;
    white-space: normal; }
    @media screen and (max-width: 1366px) {
      #example .k-dropdown-wrap .k-input {
        font-size: 18px; } }
  #example .k-i-arrow-60-down:before {
    content: '';
    display: inline-block;
    width: 12 px;
    height: 8 px;
    position: absolute;
    background: rgba(255, 255, 255, 0);
    background: url(../images/arrowDown.png) no-repeat center center;
    top: 15 px;
    right: 0 px; }
  #example .k-state-border-down .k-i-arrow-60-down:before {
    top: 10 px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); }
  #example .k-i-close {
    color: #fff; }

.k-list-container {
  border-width: 0px;
  -webkit-box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.2);
  background: #ffffff; }

.k-popup.k-list-container {
  border-width: 0px;
  padding: 0; }

.k-popup .k-list .k-item {
  border-width: 0px;
  padding: 0px; }

.k-listbox .k-item, .k-popup .k-list .k-item {
  min-height: initial;
  color: #707070;
  font-size: 14px;
  line-height: 16px;
  font-family: "Conv_BPG_Arial_2010";
  letter-spacing: 0px;
  font-weight: normal;
  margin: 0;
  padding: 15px 20px;
  border-top: 0px solid rgba(0, 38, 60, 0.2);
  border-radius: 0; }
  .k-listbox .k-item:hover, .k-listbox .k-item.k-state-focused.k-state-selected, .k-popup .k-list .k-item:hover, .k-popup .k-list .k-item.k-state-focused.k-state-selected {
    color: #63B3D5;
    background: rgba(99, 179, 213, 0.1);
    box-shadow: none; }

.k-animation-container {
  min-width: initial !important;
  width: 320px !important; }

.k-popup.k-list-container {
  width: 320px !important;
  min-width: initial !important; }

.k-i-close {
  display: none !important; }


@media screen and (max-width: 599px) {
    #content.innerContent .simpleMonth .monthLine {
        flex-wrap:wrap;
    }
 /*   #content.innerContent .dataOfRivers .monthLine li:first-child {
        min-width:190px;
        width:30%

    }
    #content.innerContent .dataOfRivers .monthLine li:nth-child(2){
        min-width: 100px;
        width: 20%
    }
    #content.innerContent .dataOfRivers .monthLine li:nth-child(3) {
        min-width: 130px;
        width: 28%
    }*/
    #content.innerContent .dataOfRivers .monthLine li:nth-child(4) {
       
        width: 19%
    }
    #content.innerContent .dataOfRivers .monthLine li:nth-child(5) {
        width: 100%;
    }
}

div#testingMode {
    display: block;
    /* background-color: #ff0000; */
    width: 100%;
    padding: 4px;
    text-align: center;
    color: white;
    letter-spacing: 2px;
    font-family: 'Conv_BPG_Arial_Caps_2010';
    font-weight: 600;
}