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

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

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

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

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

.icon-print:before {
  content: "\e901"; }

.icon-pdf:before {
  content: "\e902"; }

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

.icon-close:before {
  content: "\e909"; }

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

.icon-facebook2:before {
  content: "\ea91"; }

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

.icon-youtube:before {
  content: "\e904"; }

.icon-pinterest:before {
  content: "\e905"; }

.icon-gplus:before {
  content: "\e906"; }

.icon-tumblr:before {
  content: "\f173"; }

.social-links, .list, .section .icon-list {
  margin: 0;
  padding: 0;
  list-style: none; }

.clearfix:after, .social-block .social-links:after, .comment-block .btn-holder:after, .digistorm .social-links:after {
  content: '';
  display: block;
  clear: both; }

.ellipsis {
  white-space: nowrap;
  /* 1 */
  text-overflow: ellipsis;
  /* 2 */
  overflow: hidden; }

body {
  min-width: 320px;
  font-weight: 300;
  width: 100%;
  height: 100%;
  display: table;
  table-layout: fixed; }
  @media (min-width: 992px) {
    body {
      font-size: 18px;
      line-height: 24px; } }

html {
  height: 100%; }

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

.gm-style img {
  max-width: none; }

@media only screen and (min-width: 1025px) {
  a[href^=tel], a[href^=skype], a[href^=sms] {
    cursor: default;
    pointer-events: none; } }

#wrapper {
  overflow: hidden;
  position: relative;
  margin: 0 auto; }

.container-small {
  max-width: 802px;
  margin: 0 auto; }

.navbar {
  position: fixed;
  height: 80px;
  background: #4a90e2;
  width: 100%;
  z-index: 1000;
  top: 0px;
  min-width: 320px;
  border: 0;
  border-radius: 0;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.15); }
  @media (min-width: 768px) {
    .navbar {
      background: #fff; } }
  .navbar .container {
    position: relative;
    height: 100%; }
  .navbar .nav-wrapper {
    position: relative;
    height: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
    @media (min-width: 768px) {
      .navbar .nav-wrapper {
        padding: 0 223px 0 0; } }
    @media (min-width: 992px) {
      .navbar .nav-wrapper {
        padding: 0 311px 0 0; } }
  @media (min-width: 768px) {
    .navbar .social-links {
      width: 223px; } }
  @media (min-width: 992px) {
    .navbar .social-links {
      width: 311px; } }
  .navbar .social-links .icon-facebook {
    font-size: 17px; }
  .navbar .social-links .icon-gplus {
    font-size: 23px; }
  .navbar .social-links .icon-youtube {
    font-size: 18px; }
  .navbar .nav > li,
  .navbar .nav-links > li {
    list-style: none;
    margin-left: 0px;
    position: relative; }
    .navbar .nav > li a,
    .navbar .nav-links > li a {
      display: block;
      font-size: 16px;
      margin: 0px;
      color: #fff;
      text-decoration: none;
      background: transparent;
      padding: 6px 10px; }
    .navbar .nav > li.active > a, .navbar .nav > li:hover > a,
    .navbar .nav-links > li.active > a,
    .navbar .nav-links > li:hover > a {
      color: #4a90e2;
      background: #fff; }
    .navbar .nav > li ul,
    .navbar .nav-links > li ul {
      padding: 10px 0px;
      position: absolute;
      background: blue;
      width: 250px;
      top: 100%;
      right: 0px;
      display: none; }
      .navbar .nav > li ul li,
      .navbar .nav-links > li ul li {
        list-style: none; }
        .navbar .nav > li ul li a,
        .navbar .nav-links > li ul li a {
          color: #fff;
          padding: 5px 25px; }
  .navbar .nav-links {
    position: absolute;
    top: 50%;
    right: 84px;
    margin: -14px 0 0;
    text-transform: uppercase;
    display: none; }
    @media (min-width: 768px) {
      .navbar .nav-links {
        display: block; } }
    @media (min-width: 992px) {
      .navbar .nav-links {
        right: 137px; } }
    .navbar .nav-links li a {
      font-size: 14px;
      line-height: 19px;
      font-weight: bold;
      color: #4990e2; }
      .navbar .nav-links li a:hover {
        color: #10385b; }
  .navbar .nav-toggle {
    position: absolute;
    right: 0px;
    width: 27px;
    height: 18px;
    top: 50%;
    margin-top: -10px;
    transform: rotate(0deg);
    transition: transform 0.4s; }
    .navbar .nav-toggle:hover {
      cursor: pointer; }
      .navbar .nav-toggle:hover .line {
        background: #b3b3b3; }
        @media (min-width: 768px) {
          .navbar .nav-toggle:hover .line {
            background: #14457f; } }
    .navbar .nav-toggle .line {
      position: absolute;
      left: 0;
      right: 0;
      height: 4px;
      transform: translate(0px, 0px) rotate(0deg);
      transition: transform 0.4s, opacity 0.4s;
      background: #fff; }
      @media (min-width: 768px) {
        .navbar .nav-toggle .line {
          background-color: #4a90e2; } }
      .navbar .nav-toggle .line:nth-child(1) {
        top: 0%; }
      .navbar .nav-toggle .line:nth-child(2) {
        top: 50%;
        opacity: 1; }
      .navbar .nav-toggle .line:nth-child(3) {
        top: 100%; }
    .navbar .nav-toggle.active {
      transform: rotate(180deg); }
      .navbar .nav-toggle.active .line {
        background: #14457f; }
        .navbar .nav-toggle.active .line:nth-child(1) {
          top: -2px;
          transform: rotate(45deg) translate(5px, 6.7px); }
        .navbar .nav-toggle.active .line:nth-child(2) {
          opacity: 0; }
        .navbar .nav-toggle.active .line:nth-child(3) {
          transform: rotate(-45deg) translate(6px, -7px);
          margin: -2px 0 0; }

.social-links {
  font-size: 21px;
  line-height: 30px;
  color: #000;
  margin: 6px 0 0; }
  .social-links li {
    float: left;
    margin: 0 13px 0 0; }
    @media (min-width: 992px) {
      .social-links li {
        margin: 0 39px 0 0; } }
  .social-links a {
    text-decoration: none;
    color: #4990e2;
    transition: color .3s; }
    .social-links a:hover {
      color: #14457f; }

.form-block.form-active .input-group {
  visibility: visible;
  opacity: 1; }

.form-block.form-active .close {
  visibility: visible;
  opacity: 1; }

.form-block.form-active .show {
  visibility: hidden;
  opacity: 0; }

.form-block .input-group {
  visibility: hidden;
  position: absolute;
  top: 100%;
  right: 0;
  width: 250px;
  opacity: 0;
  transition: opacity 0.25s linear 0s;
  z-index: 2;
  border: 5px solid #a2c6f0; }

.form-block .close {
  visibility: hidden;
  opacity: 0;
  color: #14457f;
  font-size: 25px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 40px;
  cursor: pointer; }
  @media (min-width: 992px) {
    .form-block .close {
      right: 68px; } }

.form-block .show {
  width: 24px;
  height: 24px;
  font-size: 24px;
  line-height: 24px;
  padding: 0;
  margin: 0;
  border: 0;
  background: none;
  color: #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 40px;
  cursor: pointer; }
  @media (min-width: 768px) {
    .form-block .show {
      color: #4a90e2; } }
  @media (min-width: 992px) {
    .form-block .show {
      right: 68px; } }
  .form-block .show:hover {
    color: #14457f; }

@media (min-width: 992px) {
  .search-form {
    padding: 0; } }

.search-form .form-control {
  height: 36px;
  outline: 0;
  border-radius: 0; }

.search-form button[type='submit'] {
  background: #4a90e2;
  color: #fff;
  transition: color .3s;
  border: 0;
  border-radius: 0; }
  .search-form button[type='submit']:hover {
    background: #14457f; }

.logo img {
  width: 150px; }
  @media (min-width: 768px) {
    .logo img {
      width: 175px; } }

@media (min-width: 768px) {
  .logo.inner {
    margin: 0 auto;
    width: 136px; } }

.logo.inner img {
  width: 136px; }
  @media (min-width: 768px) {
    .logo.inner img {
      width: 136px; } }

.banners {
  position: relative; }
  .banners.home {
    height: 300px; }
    @media (min-width: 768px) {
      .banners.home {
        height: 500px; } }
    @media (min-width: 992px) {
      .banners.home {
        height: 730px; } }
    .banners.home .banner-wrapper {
      height: 300px; }
      @media (min-width: 768px) {
        .banners.home .banner-wrapper {
          height: 500px; } }
      @media (min-width: 992px) {
        .banners.home .banner-wrapper {
          height: 730px; } }
    .banners.home .banner {
      height: 300px; }
      @media (min-width: 768px) {
        .banners.home .banner {
          height: 500px; } }
      @media (min-width: 992px) {
        .banners.home .banner {
          height: 730px; } }
  @media (min-width: 992px) {
    .banners.banner1 .banner-overlay {
      bottom: 100px; } }
  @media (min-width: 992px) {
    .banners.banner2 .banner-overlay.background {
      bottom: 104px;
      right: 116px;
      text-align: center; } }
  @media (min-width: 992px) {
    .banners.small-banner {
      height: 460px; } }
  @media (min-width: 992px) {
    .banners.small-banner .banner-wrapper {
      height: 460px; } }
  @media (min-width: 992px) {
    .banners.small-banner .banner {
      height: 460px; } }
  .banners .container {
    position: relative;
    z-index: 2; }
  .banners .banner-overlay {
    position: absolute;
    left: 15px;
    bottom: 60px;
    color: #fff;
    transition: color .3s; }
    @media (min-width: 768px) {
      .banners .banner-overlay {
        width: 500px; } }
    @media (min-width: 992px) {
      .banners .banner-overlay {
        width: 734px;
        bottom: 109px; } }
    .banners .banner-overlay.background {
      background: rgba(14, 41, 73, 0.4);
      padding: 25px 39px 16px;
      left: auto;
      right: 0;
      bottom: 59px;
      font-size: 16px;
      line-height: 22px;
      font-weight: normal;
      letter-spacing: 0.02em; }
      @media (min-width: 992px) {
        .banners .banner-overlay.background {
          width: 470px; } }
      @media (min-width: 1400px) {
        .banners .banner-overlay.background {
          right: -79px; } }
    .banners .banner-overlay .title {
      display: block;
      margin: 0 0 20px;
      transition: color .3s;
      font-size: 30px;
      line-height: 34px; }
      @media (min-width: 992px) {
        .banners .banner-overlay .title {
          font-size: 56px;
          line-height: 76px; } }
  .banners.content-banners {
    height: 500px; }
    .banners.content-banners .banner {
      height: 500px; }
    .banners.content-banners .banner-overlay {
      display: none; }
  .banners.overlay:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(14, 40, 73, 0.2);
    z-index: 1; }
  .banners.overlay1:before {
    background-color: rgba(51, 51, 51, 0.6); }
  .banners .btn-holder {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10px; }
    @media (min-width: 768px) {
      .banners .btn-holder {
        bottom: 40px; } }
    .banners .btn-holder .btn-prev,
    .banners .btn-holder .btn-next,
    .banners .btn-holder .btn-down {
      color: #fff; }
      .banners .btn-holder .btn-prev:hover,
      .banners .btn-holder .btn-next:hover,
      .banners .btn-holder .btn-down:hover {
        color: #b3b3b3; }
        .banners .btn-holder .btn-prev:hover:before, .banners .btn-holder .btn-prev:hover:after,
        .banners .btn-holder .btn-next:hover:before,
        .banners .btn-holder .btn-next:hover:after,
        .banners .btn-holder .btn-down:hover:before,
        .banners .btn-holder .btn-down:hover:after {
          color: #b3b3b3; }
      .banners .btn-holder .btn-prev:before, .banners .btn-holder .btn-prev:after,
      .banners .btn-holder .btn-next:before,
      .banners .btn-holder .btn-next:after,
      .banners .btn-holder .btn-down:before,
      .banners .btn-holder .btn-down:after {
        color: rgba(255, 255, 255, 0.6); }
      .banners .btn-holder .btn-prev:after,
      .banners .btn-holder .btn-next:after,
      .banners .btn-holder .btn-down:after {
        color: rgba(255, 255, 255, 0.8); }

.btn-holder {
  display: flex;
  justify-content: space-between; }
  .btn-holder .btn-prev,
  .btn-holder .btn-next,
  .btn-holder .btn-down,
  .btn-holder .btn-up {
    text-transform: uppercase;
    position: relative;
    color: #4a90e2;
    transition: color .3s;
    font-weight: bold;
    font-size: 12px;
    line-height: 19px; }
    @media (min-width: 992px) {
      .btn-holder .btn-prev,
      .btn-holder .btn-next,
      .btn-holder .btn-down,
      .btn-holder .btn-up {
        font-size: 14px;
        line-height: 19px; } }
    .btn-holder .btn-prev:hover,
    .btn-holder .btn-next:hover,
    .btn-holder .btn-down:hover,
    .btn-holder .btn-up:hover {
      color: #14457f;
      text-decoration: none; }
      .btn-holder .btn-prev:hover:before, .btn-holder .btn-prev:hover:after,
      .btn-holder .btn-next:hover:before,
      .btn-holder .btn-next:hover:after,
      .btn-holder .btn-down:hover:before,
      .btn-holder .btn-down:hover:after,
      .btn-holder .btn-up:hover:before,
      .btn-holder .btn-up:hover:after {
        color: #14457f; }
      .btn-holder .btn-prev:hover:before,
      .btn-holder .btn-next:hover:before,
      .btn-holder .btn-down:hover:before,
      .btn-holder .btn-up:hover:before {
        opacity: 0.6; }
    .btn-holder .btn-prev:before, .btn-holder .btn-prev:after,
    .btn-holder .btn-next:before,
    .btn-holder .btn-next:after,
    .btn-holder .btn-down:before,
    .btn-holder .btn-down:after,
    .btn-holder .btn-up:before,
    .btn-holder .btn-up:after {
      content: '\e900';
      position: absolute;
      font: 6px/19px 'icomoon';
      color: #4a90e2;
      opacity: 0.6;
      transition: color .3s; }
    .btn-holder .btn-prev:after,
    .btn-holder .btn-next:after,
    .btn-holder .btn-down:after,
    .btn-holder .btn-up:after {
      left: 5px;
      color: #4a90e2;
      opacity: .8; }
  .btn-holder .btn-prev {
    padding: 0 0 0 33px; }
    .btn-holder .btn-prev:before, .btn-holder .btn-prev:after {
      transform: rotate(90deg);
      left: 16px;
      top: 0; }
    .btn-holder .btn-prev:after {
      left: 21px; }
  .btn-holder .btn-next {
    padding: 0 30px 0 0; }
    .btn-holder .btn-next:before, .btn-holder .btn-next:after {
      transform: rotate(-90deg);
      right: 17px;
      top: 0;
      left: auto; }
    .btn-holder .btn-next:after {
      left: auto;
      right: 12px; }
      @media (min-width: 992px) {
        .btn-holder .btn-next:after {
          left: auto; } }
  .btn-holder .btn-down,
  .btn-holder .btn-up {
    width: 19px;
    height: 19px;
    display: block; }
    .btn-holder .btn-down:before, .btn-holder .btn-down:after,
    .btn-holder .btn-up:before,
    .btn-holder .btn-up:after {
      width: 19px;
      height: 19px;
      font: 12px/19px 'icomoon';
      top: -4px;
      left: 0; }
    .btn-holder .btn-down:after,
    .btn-holder .btn-up:after {
      margin: 8px 41px 0 0; }
    .btn-holder .btn-down span,
    .btn-holder .btn-up span {
      overflow: hidden;
      text-indent: 101%;
      white-space: nowrap;
      width: 19px;
      height: 19px;
      display: block; }
  .btn-holder .btn-up {
    width: auto;
    position: absolute;
    left: 50%;
    padding: 3px 0 0;
    transform: translateX(-50%);
    bottom: 10px; }
    @media (min-width: 768px) {
      .btn-holder .btn-up {
        padding: 15px 0 0;
        bottom: 15px; } }
    .btn-holder .btn-up:before, .btn-holder .btn-up:after {
      transform: translate(-50%, -50%) rotate(180deg);
      left: 50%; }
    .btn-holder .btn-up:after {
      margin: -8px 41px 0 0; }

.three-columns {
  overflow: hidden;
  border-top: 5px solid #fff; }
  @media (min-width: 992px) {
    .three-columns {
      border-top: 10px solid #fff; } }
  .three-columns img {
    width: 100%;
    height: auto; }
  .three-columns .col {
    padding: 0;
    position: relative; }
    .three-columns .col:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background-color: rgba(14, 40, 73, 0.8);
      transition: background .3s ease; }
    .three-columns .col:hover:before {
      background-color: rgba(14, 40, 73, 0.5); }
    .three-columns .col .text {
      position: absolute;
      left: 0;
      right: 0;
      top: 50%;
      text-align: center;
      font-size: 24px;
      line-height: 30px;
      padding: 10px;
      transform: translateY(-50%);
      color: #fff; }
      .three-columns .col .text p {
        margin: 0; }

h2 {
  margin: 0 0 45px;
  color: #4990e2;
  font-size: 30px;
  line-height: 41px;
  text-transform: uppercase; }

h3 {
  font-size: 16px;
  line-height: 30px;
  color: #424242;
  transition: color .3s;
  margin: 0 0 20px; }
  @media (min-width: 992px) {
    h3 {
      font-size: 22px; } }

.news {
  text-align: center;
  background: #f8f8f8;
  padding: 49px 0 20px; }
  @media (min-width: 768px) {
    .news {
      padding: 49px 0 45px; } }
  .news .col-holder {
    background: #fff;
    padding: 0 0 32px; }
  .news .row {
    font-size: 0;
    margin: 0 0 5px; }
    @media (min-width: 768px) {
      .news .row {
        margin: 0 -15px -9px; } }
  .news .col-sm-4 {
    float: none;
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    line-height: 24px; }
    @media (max-width: 767px) {
      .news .col-sm-4 {
        padding-left: 0;
        padding-right: 0;
        margin: 0 0 15px; } }
    @media (min-width: 768px) {
      .news .col-sm-4 {
        margin: 0 0 58px; } }
  .news .article {
    color: #797979;
    position: relative;
    display: block; }
    .news .article:hover {
      text-decoration: none; }
      .news .article:hover .img-holder:before {
        visibility: visible;
        opacity: 1; }
        @media only screen and (max-width: 768px) {
          .news .article:hover .img-holder:before {
            display: none !important; } }
      .news .article:hover .btn-more {
        color: #10385b; }
  .news .article-holder {
    padding: 0 25px 38px;
    position: relative; }
    .news .article-holder:before {
      content: '';
      position: absolute;
      left: 29.1%;
      right: 30%;
      bottom: 24px;
      border-bottom: 2px solid #edf4fc; }
  .news .img-holder {
    position: relative;
    margin: 0 0 34px; }
    .news .img-holder img {
      width: 100%;
      height: auto; }
    .news .img-holder:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      opacity: 0;
      visibility: hidden;
      transition: opacity .3s;
      background-color: rgba(14, 40, 73, 0.6); }
  .news .btn-more {
    color: #59a3e8;
    font-size: 14px;
    line-height: 19px;
    text-transform: uppercase;
    font-weight: bold;
    transition: color .3s;
    display: inline-block;
    vertical-align: top;
    transition: color .3s; }
  .news .btn-load {
    color: #59a3e8;
    font-size: 14px;
    line-height: 19px;
    font-weight: bold;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: top;
    position: relative;
    padding: 25px 0 0;
    transition: color .3s; }
    .news .btn-load:hover {
      text-decoration: none;
      color: #145694; }
      .news .btn-load:hover:before {
        opacity: 0.8; }
    .news .btn-load:before {
      width: 19px;
      height: 19px;
      content: '';
      background-image: url(../images/icon-loadmore.svg);
      background-size: 100% 100%;
      position: absolute;
      top: 0;
      left: 50%;
      transform: translateX(-50%);
      transition: opacity .3s; }
  .news.content-news {
    padding: 49px 0 0; }
    .news.content-news .row {
      margin: 0; }
      @media (min-width: 768px) {
        .news.content-news .row {
          margin: 0 -15px; } }
    @media (min-width: 992px) {
      .news.content-news {
        padding: 53px 0 31px; } }
    .news.content-news h2 {
      margin: 0 0 43px; }

.editions-section {
  text-align: center;
  padding: 48px 0 55px; }
  .editions-section h2 {
    margin: 0 0 72px; }
  @media (min-width: 1200px) {
    .editions-section .list-holder {
      padding: 0 7.3%; } }

.list {
  font-size: 18px;
  line-height: 20px;
  text-transform: capitalize;
  padding: 0 20px 0 0; }
  @media (min-width: 768px) {
    .list {
      width: 25%;
      float: left; } }
  .list li {
    margin: 0 0 22px; }
  .list a {
    color: #2767a0;
    transition: color .3s; }
    .list a:hover {
      text-decoration: none;
      color: #59a3e8; }

.quote {
  padding: 35px 9.0% 62px;
  position: relative;
  margin: 0;
  color: #59a3e8;
  text-align: center;
  margin-bottom: 36px; }
  @media (min-width: 768px) {
    .quote {
      text-align: left; } }
  .quote .title {
    font-size: 18px;
    font-weight: 300; }
    @media (min-width: 768px) {
      .quote .title {
        font-size: 25px;
        line-height: 35px; } }
    @media (min-width: 992px) {
      .quote .title {
        font-size: 25px;
        line-height: 50px; } }
    .quote .title:before, .quote .title:after {
      content: '\201C';
      display: inline-block;
      vertical-align: top; }
    .quote .title:after {
      content: '\201D'; }
  .quote .byline {
    display: block;
    font-size: 14px;
    font-weight: 600;
    margin-top: 52px;
    color: #10385b;
    position: relative; }
    .quote .byline:before {
      content: '';
      position: absolute;
      width: 68px;
      height: 2px;
      background: #4a90e2;
      top: -22px;
      left: 50%;
      transform: translateX(-50%); }
      @media (min-width: 768px) {
        .quote .byline:before {
          top: -22px;
          left: 0;
          transform: none; } }

.gallery-carousel {
  margin-bottom: 30px; }
  .gallery-carousel .slide {
    outline: none; }
  .gallery-carousel .slick-arrow {
    position: absolute;
    top: 50%;
    background: none;
    border: none;
    color: blue;
    font-size: 48px;
    outline: none;
    z-index: 100;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
    .gallery-carousel .slick-arrow.slick-next {
      right: 10px; }
    .gallery-carousel .slick-arrow.slick-prev {
      left: 10px; }
  .gallery-carousel .slick-dots {
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    padding: 0px;
    text-align: center; }
    .gallery-carousel .slick-dots li {
      list-style: none;
      display: inline-block;
      margin: 0px 5px; }
      .gallery-carousel .slick-dots li button {
        background: none;
        border: none;
        outline: none;
        background-color: white;
        width: 18px;
        height: 18px;
        border-radius: 100%;
        color: transparent;
        opacity: 0.7; }
      .gallery-carousel .slick-dots li.slick-active button {
        background-color: blue;
        cursor: pointer;
        opacity: 1; }

.btn-play {
  width: 60px;
  height: 60px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(51, 51, 51, 0.6);
  border-radius: 50%;
  color: #fff;
  font-size: 23px;
  line-height: 60px;
  text-align: center;
  text-decoration: none;
  z-index: 2;
  transition: color .3s; }
  .btn-play:hover {
    text-decoration: none;
    color: #b3b3b3; }
  @media (min-width: 992px) {
    .btn-play {
      width: 120px;
      height: 120px;
      line-height: 126px;
      font-size: 59px; } }
  .btn-play .icon-play {
    margin: 0 0 0 5px; }
    @media (min-width: 992px) {
      .btn-play .icon-play {
        margin: 0 0 0 15px; } }

.section {
  padding: 30px 0 10px;
  position: relative; }
  @media (min-width: 992px) {
    .section {
      line-height: 36px;
      padding: 59px 0 24px; } }
  .section p {
    margin: 0 0 20px; }
    @media (min-width: 992px) {
      .section p {
        margin: 0 0 36px; } }
  .section .holder {
    padding: 35px 0 20px;
    margin: 0 0 20px;
    text-align: center;
    position: relative;
    border-bottom: 2px solid #edf4fc; }
    @media (min-width: 768px) {
      .section .holder {
        display: flex;
        justify-content: space-between;
        text-align: left;
        padding: 35px 0 9px;
        margin: 0 0 59px; } }
    @media (max-width: 767px) {
      .section .holder .img-holder {
        margin: 0 0 10px; } }
  .section .icon-list {
    text-align: center;
    font-size: 12px;
    line-height: 17px;
    text-transform: uppercase;
    font-weight: bold;
    margin: 3px 2px 0 0;
    font-family: "Open Sans", Helvetica, Arial, sans-serif !important; }
    @media (min-width: 768px) {
      .section .icon-list {
        text-align: right; } }
    .section .icon-list li {
      display: inline-block;
      vertical-align: top;
      margin: 0 0 0 10px; }
      @media (min-width: 992px) {
        .section .icon-list li {
          margin: 0 0 0 31px; } }
    .section .icon-list a {
      text-decoration: none;
      transition: color .3s; }
      .section .icon-list a:hover {
        text-decoration: none; }
    .section .icon-list .icon {
      line-height: 20px;
      font-size: 16px;
      display: inline-block;
      vertical-align: middle;
      margin: 0 7px 0 0; }
  .section .article-holder {
    padding: 15px 0 0; }
    .section .article-holder .title {
      font-size: 24px;
      line-height: 30px;
      color: #59a3e8;
      font-weight: 300; }

.section1 {
  padding: 0 0 25px; }
  @media (min-width: 992px) {
    .section1 {
      padding: 0 0 25px; } }

.social-block {
  text-align: center;
  padding: 23px 0 73px;
  border-bottom: 2px solid #dbe9f9; }
  .social-block h3 {
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
    margin: 0 0 13px;
    color: #5aa3e8;
    text-transform: uppercase; }
  .social-block .social-links {
    text-align: center;
    font-size: 14px;
    line-height: 30px; }
    @media (min-width: 992px) {
      .social-block .social-links {
        font-size: 21px;
        line-height: 40px; } }
    .social-block .social-links li {
      float: none;
      display: inline-block;
      vertical-align: top;
      margin: 0; }
    .social-block .social-links a {
      width: 35px;
      height: 30px;
      background: #dbe9f9;
      color: #fff;
      display: block;
      transition: background .3s; }
      @media (min-width: 992px) {
        .social-block .social-links a {
          width: 70px;
          height: 38px; } }
      .social-block .social-links a:hover {
        background: #4a90e2; }

.comment-block {
  padding: 36px 0 10px; }
  @media (min-width: 768px) {
    .comment-block {
      padding: 36px 0 50px; } }
  .comment-block .img-holder {
    margin: 0 0 60px; }
  .comment-block .btn-holder {
    position: relative;
    display: block;
    border-top: 1px solid #dbe9f9;
    padding: 30px 0 60px; }
    @media (min-width: 768px) {
      .comment-block .btn-holder {
        padding: 34px 0 82px; } }
    @media (min-width: 1200px) {
      .comment-block .btn-holder {
        margin: 0 -15px; } }
    .comment-block .btn-holder .btn-prev {
      float: left; }
    .comment-block .btn-holder .btn-next {
      float: right; }

.mobile-image-overlay {
  position: relative;
  z-index: 10;
  pointer-events: none; }

.video-frame-mobile {
  position: relative;
  width: 100%; }

.custom-bold {
  font-weight: 500; }

.banner-title-description-print .title {
  font-size: 16px !important; }

.btn-next-mobile,
.btn-prev-mobile {
  background-color: transparent;
  color: #4a90e2;
  display: block;
  font-size: 12px;
  font-weight: bold;
  height: 19px;
  line-height: 19px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-top: 0px;
  position: relative;
  text-decoration: none;
  text-transform: uppercase; }
  .btn-next-mobile:hover,
  .btn-prev-mobile:hover {
    text-decoration: none; }

.btn-next-mobile {
  float: right; }

.btn-prev-mobile {
  float: left; }

.btn-next-mobile-header,
.btn-prev-mobile-header {
  background-color: transparent;
  color: #ffffff;
  display: block;
  font-size: 12px;
  font-weight: bold;
  height: 19px;
  line-height: 19px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-top: 0px;
  position: relative;
  text-decoration: none;
  text-transform: uppercase; }
  .btn-next-mobile-header:hover,
  .btn-prev-mobile-header:hover {
    text-decoration: none;
    color: #b3b3b3; }

.btn-next-mobile-header {
  padding-right: 15px; }

.btn-prev-mobile-header {
  padding-left: 15px; }

@media only screen and (max-width: 768px) {
  .btn-up:before {
    display: none !important; }
  .btn-up:after {
    display: none !important; } }

#footer {
  width: 100%;
  height: 1%;
  overflow: hidden; }

.footer {
  position: relative;
  padding: 29px 0 20px;
  background: #0e2949; }
  .footer .container {
    padding-left: 0px !important; }
    @media (min-width: 992px) {
      .footer .container {
        padding: 0 6.1% !important; } }
  .footer .nav-wrapper {
    position: relative;
    height: 100%;
    text-align: center; }
    @media (min-width: 768px) {
      .footer .nav-wrapper {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center; } }
  .footer .col {
    margin: 0 0 20px; }
    @media (min-width: 768px) {
      .footer .col {
        margin: 0;
        padding: 0 20px; } }
  .footer .logo {
    display: inline-block;
    vertical-align: top;
    margin: 0 0 10px; }
    .footer .logo img {
      height: auto;
      transition: opacity .3s; }
      @media (min-width: 768px) {
        .footer .logo img {
          width: auto; } }
    .footer .logo.big img {
      width: 239px; }
      @media (min-width: 992px) {
        .footer .logo.big img {
          width: auto; } }
    .footer .logo.small img {
      width: 130px; }
      @media (min-width: 992px) {
        .footer .logo.small img {
          width: 130px; } }
    .footer .logo:hover img {
      opacity: 0.7; }

.digistorm {
  position: relative;
  background: #0f243d;
  padding: 21px 0;
  font-size: 11px;
  line-height: 18px;
  color: #a9bbce; }
  .digistorm .logo {
    color: #a9bbce;
    transition: color .3s;
    width: auto; }
    .digistorm .logo:hover {
      text-decoration: none;
      color: #516e8d; }
  .digistorm .nav-wrapper {
    position: relative;
    height: 100%;
    text-align: center; }
    @media (min-width: 768px) {
      .digistorm .nav-wrapper {
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        flex-direction: row-reverse;
        text-align: left; } }
  .digistorm .social-links {
    display: block;
    font-size: 26px;
    line-height: 28px;
    margin: 0 0 20px; }
    @media (min-width: 768px) {
      .digistorm .social-links {
        margin: 0; } }
    .digistorm .social-links li {
      list-style: none;
      display: inline-block;
      vertical-align: top;
      margin-right: 10px;
      float: none; }
      @media (min-width: 768px) {
        .digistorm .social-links li {
          margin: 0 0 0 20px;
          float: left; } }
      @media (min-width: 992px) {
        .digistorm .social-links li {
          margin: 0 0 0 35px; } }
    .digistorm .social-links a {
      color: #9fa7b1; }
      .digistorm .social-links a:hover {
        color: #fff; }

.copyright {
  padding-left: 0 0 0 20px; }
  @media (min-width: 768px) {
    .copyright {
      width: 50%; } }
  .copyright .copy {
    display: block; }
  .copyright .custom-footer-link {
    display: block; }

.parallax {
  /*    height: 600px;*/
  /*    height:100%;*/
  /*    background-position: 50% 50%;
background-repeat: no-repeat;*/
  background-attachment: fixed;
  /*    -webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;*/ }
  @media screen and (max-width: 500px) {
    .parallax {
      background-attachment: scroll !important; } }

.hidden-print-content {
  color: #000 !important;
  display: none; }

.banner-title-description-print {
  display: none; }

.home-banner-image button.slick-arrow {
  height: 82px !important;
  text-indent: -10000px !important;
  top: 40% !important;
  z-index: 1; }
  .home-banner-image button.slick-arrow:hover {
    opacity: 0.8; }

.home-banner-image button.slick-prev.slick-arrow {
  background: transparent url("/app/images/prev-arrow.png");
  background-repeat: no-repeat;
  left: 10px; }

.home-banner-image button.slick-next.slick-arrow {
  background: transparent url("/app/images/next-arrow.png");
  background-repeat: no-repeat;
  right: 10px; }

.section.section-block {
  padding: 25px 0px 0px 0px !important; }

.section.section-block.quote-section {
  padding: 0px !important; }
  .section.section-block.quote-section .quote {
    padding: 0px 9.0%; }

.section.section1.first-block-section .holder {
  margin: 0px !important; }

.btn-down {
  position: relative;
  margin: 0px auto; }

.nav {
  width: 100% !important;
  padding: 0px !important; }

.nav-details {
  padding: 0px;
  position: relative;
  height: 100%; }
  .nav-details .nav-image {
    background-size: cover;
    background-position: center center;
    height: 280px; }
    .nav-details .nav-image:before {
      background: rgba(14, 41, 73, 0.8);
      content: '';
      position: absolute;
      top: 0px;
      bottom: 0px;
      width: 100%;
      left: 0px;
      transition: all 0.2s linear 0s; }
  .nav-details:hover .nav-image:before {
    background: rgba(0, 0, 0, 0.6); }
  .nav-details .nav-wrapper {
    max-height: 280px;
    overflow: hidden;
    height: 100%;
    position: relative; }
  .nav-details .nav-text-details {
    position: absolute;
    top: 30%;
    text-align: center;
    left: 0;
    right: 0;
    padding: 10px; }
  .nav-details .nav-title:before {
    content: '';
    position: absolute;
    left: 36.1%;
    right: 36%;
    bottom: 50px;
    border-bottom: 1px solid #fff; }

.nav {
  background: rgba(14, 41, 73, 0.9);
  top: 80px;
  padding: 0px !important;
  transition: transform 0.4s, opacity 0.4s, z-index 0.4s;
  opacity: 0;
  position: absolute !important;
  top: 80px;
  right: 0;
  bottom: auto;
  transform: translateY(-100%);
  z-index: -2; }
  .nav.active {
    opacity: 1;
    transform: translateY(0px);
    z-index: 200; }
  .nav h2 {
    color: #fff !important;
    font-size: 28px !important;
    margin-bottom: 35px;
    text-transform: capitalize !important;
    -webkit-font-smoothing: antialiased; }
  .nav .btn-more {
    color: #fff;
    font-size: 14px;
    line-height: 19px;
    text-transform: uppercase;
    font-weight: bold;
    transition: color .3s;
    display: inline-block;
    vertical-align: top;
    transition: color .3s; }

div#fb-root {
  display: none; }

button.slick-arrow {
  width: 42px;
  position: absolute;
  z-index: 10;
  top: 45%;
  color: #fff;
  border: 0px !important;
  height: 50px !important;
  line-height: 45px !important; }

button.gallery-left.slick-arrow {
  position: absolute;
  z-index: 10;
  top: 45%;
  background: #4990e2; }

button.gallery-right.slick-arrow {
  position: absolute;
  z-index: 10;
  top: 45%;
  right: 0px;
  background: #4990e2; }

.gallery.lightbox {
  margin: 30px 0px;
  position: relative !important;
  z-index: 99 !important; }
  .gallery.lightbox a {
    margin: 0px; }

.gallery.carousel .slick-slide {
  opacity: 0.5;
  -webkit-transform: scale(0.95);
  transform: scale(0.95);
  -ms-transform: scale(0.95);
  transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, transform 0.5s; }

.gallery.carousel .slick-slide.slick-center {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1); }

.gallery.lightbox img {
  width: 135px;
  padding-right: 10px;
  margin-bottom: 15px; }

.gallery.lightbox {
  text-align: left; }

.newsletter-content-articles .col-sm-4:nth-child(n+4) {
  display: none; }

.no-prevoius-edition {
  display: none !important; }

@media print {
  body {
    font-family: SourceSansPro-Regular !important;
    -webkit-print-color-adjust: exact !important; }
  .slick-slider {
    display: none !important; }
  #header, #footer, .btn-holder, .holder, .comment-block, .newsletter-content-articles, .banner-parallax {
    display: none; }
  .parallax {
    background-attachment: scroll !important; }
  .print-image-banner, .print-image-text {
    display: block !important; }
  .print-image-text h4 {
    color: #000 !important; }
  .print-image-text h2 {
    padding: 0px;
    margin: 0px; }
  .banner, .banner-overlay, .banner-overlay-background {
    display: none !important; }
  .banners.overlay:before {
    position: relative !important;
    color: #000 !important;
    background: transparent; }
  .banner-overlay-background {
    color: #fff !important; }
    .banner-overlay-background .title {
      color: #fff !important; }
    .banner-overlay-background p {
      color: #fff !important; }
  .banners .banner-wrapper {
    overflow: hidden !important;
    position: relative !important; }
  .banner-wrapper .title {
    color: #fff !important; }
  .banner-wrapper p {
    color: #fff !important; }
  .hidden-print-content {
    display: block !important;
    color: #000 !important;
    overflow: visible; }
    .hidden-print-content p {
      color: #000 !important;
      font-size: 18px !important; }
    .hidden-print-content .print-entry-title {
      font-size: 30px !important;
      font-weight: bold;
      text-transform: uppercase; }
  a.btn {
    display: none; }
  .banners.inside-articles.overlay,
  .banner-wrapper,
  .banners,
  .banner-wrapper.overlay {
    height: auto !important;
    margin: 0px !important;
    padding: 0px !important; }
  a[href]:after {
    content: none !important; }
  .banner-title-description-print {
    display: block;
    color: #000 !important; } }

.background-color-active {
  position: relative; }

.background-color-active:before {
  content: '';
  position: absolute;
  top: 0;
  width: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 199; }

.banner-background-image .banner-overlay-background {
  position: relative !important;
  color: #fff;
  transition: color .3s; }
  .banner-background-image .banner-overlay-background.background-block {
    padding: 25px 39px 16px;
    font-size: 16px;
    line-height: 22px;
    font-weight: normal;
    letter-spacing: 0.02em; }
    @media (min-width: 768px) {
      .banner-background-image .banner-overlay-background.background-block {
        width: 500px !important; } }
    @media (min-width: 992px) {
      .banner-background-image .banner-overlay-background.background-block {
        width: 734px !important; } }
    @media (min-width: 992px) {
      .banner-background-image .banner-overlay-background.background-block.text-background {
        width: 470px !important; } }
    .banner-background-image .banner-overlay-background.background-block.title-background {
      background: rgba(14, 41, 73, 0.4); }
  .banner-background-image .banner-overlay-background .title {
    display: block;
    margin: 0 0 20px;
    transition: color .3s;
    font-size: 30px;
    line-height: 34px; }
    @media (min-width: 992px) {
      .banner-background-image .banner-overlay-background .title {
        font-size: 56px;
        line-height: 76px; } }

.banner-wrapper {
  position: relative; }
  .banner-wrapper .banner-container {
    position: absolute;
    color: #fff; }
    .banner-wrapper .banner-container.position-left-default {
      bottom: 60px;
      right: 60px; }
    .banner-wrapper .banner-container.position-right {
      top: 60px;
      right: 79px; }
    .banner-wrapper .banner-container.position-left {
      top: 60px;
      left: 60px; }
    .banner-wrapper .banner-container.position-drop-left {
      bottom: 60px;
      left: 60px; }
    .banner-wrapper .banner-container.position-drop-right {
      bottom: 60px;
      right: 60px; }

.three-columns .col.col-md-4 {
  overflow: hidden; }
  .three-columns .col.col-md-4 img {
    -webkit-transform: translate(0%, 0%) scale(1.01);
    transform: translate(0%, 0%) scale(1);
    transition: -webkit-transform 0.6s;
    transition: transform 0.6s; }
  .three-columns .col.col-md-4:hover img {
    -webkit-transform: translate(0%, 0%) scale(1.01);
    transform: translate(0%, 0%) scale(1.05);
    transition: -webkit-transform 0.6s;
    transition: transform 0.6s; }
  .three-columns .col.col-md-4 a {
    display: block; }
    .three-columns .col.col-md-4 a:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background-color: rgba(14, 40, 73, 0.8);
      transition: background .3s ease;
      z-index: 1; }
    .three-columns .col.col-md-4 a:hover:before {
      background-color: rgba(14, 40, 73, 0.5); }
  .three-columns .col.col-md-4 .text {
    z-index: 1; }

@media screen and (max-width: 767px) {
  .first-block-section .icon-list {
    display: none; } }

.print-image-banner, .print-image-text {
  display: none; }

.inside-search-page .search-wrapper {
  padding: 10px;
  background: #f2f2f2;
  border: 10px solid #f2f2f2; }

.inside-search-page form {
  margin: 0px !important; }

.inside-search-page input.form-search {
  width: 74%;
  border: 1px solid #f2f2f2;
  padding: 10px;
  font-size: 20px; }

.inside-search-page button.search-web {
  padding: 10px;
  width: 24%;
  border: 1px solid #f2f2f2;
  background: #3697D2;
  font-size: 20px;
  color: #fff !important; }
  .inside-search-page button.search-web:hover {
    background: #284E94; }

.inside-search-page .search-article-listing:hover {
  text-decoration: underline; }

.inside-search-page button.btn.btn-primary {
  margin-top: -5px;
  padding: 7px 10px; }

.btn-down {
  color: #fff !important; }
  .btn-down .text {
    width: 109px !important;
    padding-top: 0px;
    color: #fff; }
  .btn-down:before, .btn-down:after {
    top: -35px !important;
    left: 35px !important;
    color: #fff !important; }

.video-wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 231px; }
  .video-wrapper iframe {
    width: 100% !important;
    display: block; }
  .video-wrapper .duration {
    position: absolute;
    right: 0;
    bottom: 0px;
    padding: 4px;
    text-align: center;
    width: 64px;
    height: 32px;
    font-size: 18px;
    line-height: 23px;
    color: #fff;
    background: #00234c;
    z-index: 2; }

.banner-video-title-overlay {
  font-size: 25px;
  color: #fff;
  position: relative;
  z-index: 999; }

.banner-video-text-overlay {
  color: rgba(255, 255, 255, 0.7);
  font-size: 15px;
  max-width: 450px;
  position: relative;
  z-index: 999; }

.yt-player2 {
  width: 100%;
  height: 231px;
  background-size: cover;
  background-repeat: no-repeat;
  cursor: pointer; }
  @media only screen and (max-width: 500px) {
    .yt-player2 {
      background-repeat: none !important; } }
  .yt-player2:before {
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent;
    border-left: 42px solid #fff;
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 3;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  .yt-player2:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
    background: rgba(0, 34, 76, 0.5);
    z-index: 1;
    -webkit-transition: background .25s linear 0s;
    transition: background .25s linear 0s; }
  .yt-player2:hover:after {
    background: rgba(0, 34, 76, 0.7); }

iframe.banner {
  padding: 0px !important; }

.banner.parallax.main-banner-section {
  background-position: center center !important; }

.icon-list li {
  cursor: pointer; }

.text-editor-block .img-caption {
  font-size: 14px; }

@media only screen and (max-width: 768px) {
  .btn-holder .btn-down {
    display: none; }
  .banner-video-text-overlay {
    display: none; }
  .text-editor-block .container img {
    width: 100% !important;
    height: auto !important; }
  .banner-wrapper.banner-background-image .banner.parallax {
    background-repeat: no-repeat !important;
    background-size: contain !important;
    background-position: center !important; }
  .btn {
    white-space: normal !important; }
  .banners.home .banner {
    background-size: contain !important;
    background-repeat: no-repeat;
    background-position: center; }
  .banners.home {
    height: auto !important; }
    .banners.home .banner-wrapper {
      height: auto !important; } }

@media only screen and (max-width: 1024px) {
  .banner-wrapper.banner-background-image .banner.parallax {
    background-attachment: initial; }
  .banner.parallax.main-banner-section {
    background-attachment: initial; } }

.banners.home .banner {
  background-size: cover !important;
  background-repeat: no-repeat;
  background-position: center; }

.banners.home {
  height: auto !important; }
  .banners.home .banner-wrapper {
    height: auto !important; }

.banners .container {
  z-index: 100; }

.section.section-block, .first-block-section {
  background: #fff !important;
  z-index: 100; }

.banner-container {
  z-index: 100; }

.banner-parallax {
  position: relative;
  overflow: hidden;
  background: no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
  height: 75vh; }
  @media screen and (max-width: 768px) {
    .banner-parallax {
      height: 50vh; } }
  .banner-parallax.main-banner-articles {
    height: 48vh; }
    @media screen and (max-width: 1600px) {
      .banner-parallax.main-banner-articles {
        height: 68vh; } }

@media screen and (max-width: 991px) {
  .desktop-image-banner {
    display: none; } }

@media screen and (min-width: 992px) {
  .mobile-image-banner {
    display: none; } }

.banner-parrax-inside {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  clip: rect(0px, auto, auto, 0px) !important; }

[data-object-fit=cover] {
  object-fit: cover;
  width: 100%;
  height: 100%; }

@media screen and (max-width: 1600px) {
  .main-banner-articles [data-object-fit=cover] {
    object-fit: cover;
    width: 100%;
    height: 100%; } }

@media screen and (max-width: 500px) {
  .banner-title-description-print {
    display: block;
    width: 80%;
    margin: 0 auto;
    text-align: center;
    font-style: italic; }
  .banner-overlay-background.background-block.title-background, .banner-video-title-overlay {
    display: none; } }

.section-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2; }

.section-background-image {
  position: fixed;
  -moz-transform: translateZ(0);
  -webkit-transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  display: block;
  top: 80px;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%; }

.banners.article-banners-inside, .banners.video-banners-inside {
  position: relative;
  height: 345px; }
  @media (min-width: 768px) {
    .banners.article-banners-inside, .banners.video-banners-inside {
      height: 500px; } }
  @media (min-width: 992px) {
    .banners.article-banners-inside, .banners.video-banners-inside {
      height: 800px; } }
  .banners.article-banners-inside .banner-wrapper, .banners.video-banners-inside .banner-wrapper {
    outline: none !important;
    height: 345px; }
    @media (min-width: 768px) {
      .banners.article-banners-inside .banner-wrapper, .banners.video-banners-inside .banner-wrapper {
        height: 500px; } }
    @media (min-width: 992px) {
      .banners.article-banners-inside .banner-wrapper, .banners.video-banners-inside .banner-wrapper {
        height: 800px; } }
    .banners.article-banners-inside .banner-wrapper .banner, .banners.video-banners-inside .banner-wrapper .banner {
      background-size: cover;
      background-position: top left;
      padding: 100px 0 0;
      height: 345px; }
      @media (min-width: 768px) {
        .banners.article-banners-inside .banner-wrapper .banner, .banners.video-banners-inside .banner-wrapper .banner {
          height: 500px; } }
      @media (min-width: 992px) {
        .banners.article-banners-inside .banner-wrapper .banner, .banners.video-banners-inside .banner-wrapper .banner {
          height: 800px;
          padding: 125px 0 0; } }
  .banners.article-banners-inside .banner-text.position-left-default, .banners.video-banners-inside .banner-text.position-left-default {
    bottom: 60px;
    left: auto;
    right: 60px;
    top: auto; }
  .banners.article-banners-inside .banner-text.position-right, .banners.video-banners-inside .banner-text.position-right {
    top: 60px;
    right: 79px;
    left: auto;
    bottom: auto; }
  .banners.article-banners-inside .banner-text.position-left, .banners.video-banners-inside .banner-text.position-left {
    top: 60px;
    left: 60px;
    right: auto;
    bottom: auto; }
  .banners.article-banners-inside .banner-text.position-drop-left, .banners.video-banners-inside .banner-text.position-drop-left {
    bottom: 60px;
    left: 60px;
    right: auto;
    top: auto; }
  .banners.article-banners-inside .banner-text.position-drop-right, .banners.video-banners-inside .banner-text.position-drop-right {
    bottom: 60px;
    left: auto;
    right: 60px;
    top: auto; }

@media screen and (max-width: 991px) {
  header#header {
    margin-top: 80px; } }

.icon-email {
  font-size: 75% !important; }

#siteByDigistorm a {
  color: #a9bbce; }
  #siteByDigistorm a:hover {
    text-decoration: none;
    color: #516e8d; }

/*# sourceMappingURL=main.css.map */
