@charset "UTF-8";
@-webkit-keyframes scaleImg {
  0%,
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
  }
  60%,
  80% {
    -webkit-transform: scale(1.12);
    -ms-transform: scale(1.12);
    -moz-transform: scale(1.12);
    transform: scale(1.12);
  }
}

@keyframes scaleImg {
  0%,
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
  }
  60%,
  80% {
    -webkit-transform: scale(1.12);
    -ms-transform: scale(1.12);
    -moz-transform: scale(1.12);
    transform: scale(1.12);
  }
}

@-webkit-keyframes prelAnim {
  0% {
    -webkit-transform: rotate(0) perspective(1000px);
    -ms-transform: rotate(0) perspective(1000px);
    -moz-transform: rotate(0) perspective(1000px);
    transform: rotate(0) perspective(1000px);
  }
  50% {
    -webkit-transform: rotate(180deg) perspective(1000px);
    -ms-transform: rotate(180deg) perspective(1000px);
    -moz-transform: rotate(180deg) perspective(1000px);
    transform: rotate(180deg) perspective(1000px);
  }
  100% {
    -webkit-transform: rotate(360deg) perspective(1000px);
    -ms-transform: rotate(360deg) perspective(1000px);
    -moz-transform: rotate(360deg) perspective(1000px);
    transform: rotate(360deg) perspective(1000px);
  }
}

@keyframes prelAnim {
  0% {
    -webkit-transform: rotate(0) perspective(1000px);
    -ms-transform: rotate(0) perspective(1000px);
    -moz-transform: rotate(0) perspective(1000px);
    transform: rotate(0) perspective(1000px);
  }
  50% {
    -webkit-transform: rotate(180deg) perspective(1000px);
    -ms-transform: rotate(180deg) perspective(1000px);
    -moz-transform: rotate(180deg) perspective(1000px);
    transform: rotate(180deg) perspective(1000px);
  }
  100% {
    -webkit-transform: rotate(360deg) perspective(1000px);
    -ms-transform: rotate(360deg) perspective(1000px);
    -moz-transform: rotate(360deg) perspective(1000px);
    transform: rotate(360deg) perspective(1000px);
  }
}

@-webkit-keyframes loanLeaveLeft {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-40px);
    -ms-transform: translateX(-40px);
    -moz-transform: translateX(-40px);
    transform: translateX(-40px);
    opacity: 0;
  }
}

@keyframes loanLeaveLeft {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-40px);
    -ms-transform: translateX(-40px);
    -moz-transform: translateX(-40px);
    transform: translateX(-40px);
    opacity: 0;
  }
}

@-webkit-keyframes loanLeaveRight {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(40px);
    -ms-transform: translateX(40px);
    -moz-transform: translateX(40px);
    transform: translateX(40px);
    opacity: 0;
  }
}

@keyframes loanLeaveRight {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(40px);
    -ms-transform: translateX(40px);
    -moz-transform: translateX(40px);
    transform: translateX(40px);
    opacity: 0;
  }
}

@-webkit-keyframes loanVisitLeft {
  0% {
    -webkit-transform: translateX(40px);
    -ms-transform: translateX(40px);
    -moz-transform: translateX(40px);
    transform: translateX(40px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes loanVisitLeft {
  0% {
    -webkit-transform: translateX(40px);
    -ms-transform: translateX(40px);
    -moz-transform: translateX(40px);
    transform: translateX(40px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@-webkit-keyframes loanVisitRight {
  0% {
    -webkit-transform: translateX(-40px);
    -ms-transform: translateX(-40px);
    -moz-transform: translateX(-40px);
    transform: translateX(-40px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes loanVisitRight {
  0% {
    -webkit-transform: translateX(-40px);
    -ms-transform: translateX(-40px);
    -moz-transform: translateX(-40px);
    transform: translateX(-40px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
}
.container:before,
.container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
@media (min-width: 600px) {
  .container {
    width: 740px;
  }
}
@media (min-width: 980px) {
  .container {
    width: 960px;
  }
}
@media (min-width: 1280px) {
  .container {
    width: 1160px;
  }
}

.container-fluid,
.s-cards,
.s-cards-noswipe,
.s-prop-cards {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
}
.container-fluid:before,
.s-cards:before,
.s-cards-noswipe:before,
.s-prop-cards:before,
.container-fluid:after,
.s-cards:after,
.s-cards-noswipe:after,
.s-prop-cards:after {
  content: " ";
  display: table;
}
.container-fluid:after,
.s-cards:after,
.s-cards-noswipe:after,
.s-prop-cards:after {
  clear: both;
}

.row,
.s-cards .gallery,
.s-cards .nogallery,
.s-cards-noswipe .gallery,
.s-mainart__withaside .s-mainart__row,
.s-prop-cards .gallery,
.s-prop-cards .nogallery {
  margin-left: -10px;
  margin-right: -10px;
}
.row:before,
.s-cards .gallery:before,
.s-cards .nogallery:before,
.s-cards-noswipe .gallery:before,
.s-mainart__withaside .s-mainart__row:before,
.s-prop-cards .gallery:before,
.s-prop-cards .nogallery:before,
.row:after,
.s-cards .gallery:after,
.s-cards .nogallery:after,
.s-cards-noswipe .gallery:after,
.s-mainart__withaside .s-mainart__row:after,
.s-prop-cards .gallery:after,
.s-prop-cards .nogallery:after {
  content: " ";
  display: table;
}
.row:after,
.s-cards .gallery:after,
.s-cards .nogallery:after,
.s-cards-noswipe .gallery:after,
.s-mainart__withaside .s-mainart__row:after,
.s-prop-cards .gallery:after,
.s-prop-cards .nogallery:after {
  clear: both;
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.s-prop-list .s-cards .gallery .item,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.s-cards .gallery .item,
.s-cards .nogallery .item,
.s-cards-noswipe .gallery .item,
.s-mainart__withaside .s-mainart__row .s-mainart__aside,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.s-mainart__withaside .s-mainart__row .s-mainart__aside,
.s-contact .s-mainart .s-mainart__withaside .s-mainart__aside,
.col-md-5,
.s-contact .s-mainart .s-mainart__withaside .s-mainart__aside,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.s-cards-noswipe .gallery .item,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.s-mainart__withaside .s-mainart__row .s-mainart__main,
.s-contact .s-mainart .s-mainart__withaside .s-mainart__main,
.col-md-7,
.s-contact .s-mainart .s-mainart__withaside .s-mainart__main,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.s-cards .gallery .item--doubled,
.s-cards .nogallery .item--doubled,
.s-mainart__withaside .s-mainart__row .s-mainart__main,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.s-mainart__single__row > div,
.col-md-12,
.s-prop-cards .gallery .item,
.s-prop-cards .nogallery .item,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}

.col-xs-1 {
  width: 8.33333%;
}

.col-xs-2 {
  width: 16.66667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.33333%;
}

.col-xs-5 {
  width: 41.66667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.33333%;
}

.col-xs-8 {
  width: 66.66667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.33333%;
}

.col-xs-11 {
  width: 91.66667%;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-pull-1 {
  right: 8.33333%;
}

.col-xs-pull-2 {
  right: 16.66667%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-4 {
  right: 33.33333%;
}

.col-xs-pull-5 {
  right: 41.66667%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-7 {
  right: 58.33333%;
}

.col-xs-pull-8 {
  right: 66.66667%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-10 {
  right: 83.33333%;
}

.col-xs-pull-11 {
  right: 91.66667%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-push-1 {
  left: 8.33333%;
}

.col-xs-push-2 {
  left: 16.66667%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-4 {
  left: 33.33333%;
}

.col-xs-push-5 {
  left: 41.66667%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-7 {
  left: 58.33333%;
}

.col-xs-push-8 {
  left: 66.66667%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-10 {
  left: 83.33333%;
}

.col-xs-push-11 {
  left: 91.66667%;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

.col-xs-offset-1 {
  margin-left: 8.33333%;
}

.col-xs-offset-2 {
  margin-left: 16.66667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.33333%;
}

.col-xs-offset-5 {
  margin-left: 41.66667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.33333%;
}

.col-xs-offset-8 {
  margin-left: 66.66667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.33333%;
}

.col-xs-offset-11 {
  margin-left: 91.66667%;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 600px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .s-mainart__withaside .s-mainart__row .s-mainart__aside,
  .s-contact .s-mainart .s-mainart__withaside .s-mainart__aside,
  .col-sm-6,
  .s-cards-noswipe .gallery .item,
  .col-sm-7,
  .s-mainart__withaside .s-mainart__row .s-mainart__main,
  .s-contact .s-mainart .s-mainart__withaside .s-mainart__main,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .s-mainart__single__row > div {
    float: left;
  }
  .col-sm-1 {
    width: 8.33333%;
  }
  .col-sm-2 {
    width: 16.66667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.33333%;
  }
  .col-sm-5,
  .s-mainart__withaside .s-mainart__row .s-mainart__aside,
  .s-contact .s-mainart .s-mainart__withaside .s-mainart__aside {
    width: 41.66667%;
  }
  .col-sm-6,
  .s-cards-noswipe .gallery .item {
    width: 50%;
  }
  .col-sm-7,
  .s-mainart__withaside .s-mainart__row .s-mainart__main,
  .s-contact .s-mainart .s-mainart__withaside .s-mainart__main {
    width: 58.33333%;
  }
  .col-sm-8 {
    width: 66.66667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.33333%;
  }
  .col-sm-11 {
    width: 91.66667%;
  }
  .col-sm-12,
  .s-mainart__single__row > div {
    width: 100%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-pull-1 {
    right: 8.33333%;
  }
  .col-sm-pull-2 {
    right: 16.66667%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.33333%;
  }
  .col-sm-pull-5 {
    right: 41.66667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.33333%;
  }
  .col-sm-pull-8 {
    right: 66.66667%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.33333%;
  }
  .col-sm-pull-11 {
    right: 91.66667%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-push-1 {
    left: 8.33333%;
  }
  .col-sm-push-2 {
    left: 16.66667%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.33333%;
  }
  .col-sm-push-5 {
    left: 41.66667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.33333%;
  }
  .col-sm-push-8 {
    left: 66.66667%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.33333%;
  }
  .col-sm-push-11 {
    left: 91.66667%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66667%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 980px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .s-prop-list .s-cards .gallery .item,
  .col-md-4,
  .s-cards .gallery .item,
  .s-cards .nogallery .item,
  .s-cards-noswipe .gallery .item,
  .s-mainart__withaside .s-mainart__row .s-mainart__aside,
  .col-md-5,
  .s-contact .s-mainart .s-mainart__withaside .s-mainart__aside,
  .col-md-6,
  .col-md-7,
  .s-contact .s-mainart .s-mainart__withaside .s-mainart__main,
  .col-md-8,
  .s-cards .gallery .item--doubled,
  .s-cards .nogallery .item--doubled,
  .s-mainart__withaside .s-mainart__row .s-mainart__main,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .s-prop-cards .gallery .item,
  .s-prop-cards .nogallery .item {
    float: left;
  }
  .col-md-1 {
    width: 8.33333%;
  }
  .col-md-2 {
    width: 16.66667%;
  }
  .col-md-3,
  .s-prop-list .s-cards .gallery .item {
    width: 25%;
  }
  .col-md-4,
  .s-cards .gallery .item,
  .s-cards .nogallery .item,
  .s-cards-noswipe .gallery .item,
  .s-mainart__withaside .s-mainart__row .s-mainart__aside {
    width: 33.33333%;
  }
  .col-md-5,
  .s-contact .s-mainart .s-mainart__withaside .s-mainart__aside {
    width: 41.66667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7,
  .s-contact .s-mainart .s-mainart__withaside .s-mainart__main {
    width: 58.33333%;
  }
  .col-md-8,
  .s-cards .gallery .item--doubled,
  .s-cards .nogallery .item--doubled,
  .s-mainart__withaside .s-mainart__row .s-mainart__main {
    width: 66.66667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.33333%;
  }
  .col-md-11 {
    width: 91.66667%;
  }
  .col-md-12,
  .s-prop-cards .gallery .item,
  .s-prop-cards .nogallery .item {
    width: 100%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.33333%;
  }
  .col-md-pull-2 {
    right: 16.66667%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.33333%;
  }
  .col-md-pull-5 {
    right: 41.66667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.33333%;
  }
  .col-md-pull-8 {
    right: 66.66667%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.33333%;
  }
  .col-md-pull-11 {
    right: 91.66667%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.33333%;
  }
  .col-md-push-2 {
    left: 16.66667%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.33333%;
  }
  .col-md-push-5 {
    left: 41.66667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.33333%;
  }
  .col-md-push-8 {
    left: 66.66667%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.33333%;
  }
  .col-md-push-11 {
    left: 91.66667%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333%;
  }
  .col-md-offset-2 {
    margin-left: 16.66667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333%;
  }
  .col-md-offset-5 {
    margin-left: 41.66667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333%;
  }
  .col-md-offset-8 {
    margin-left: 66.66667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333%;
  }
  .col-md-offset-11 {
    margin-left: 91.66667%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 1280px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-1 {
    width: 8.33333%;
  }
  .col-lg-2 {
    width: 16.66667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.33333%;
  }
  .col-lg-5 {
    width: 41.66667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.33333%;
  }
  .col-lg-8 {
    width: 66.66667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.33333%;
  }
  .col-lg-11 {
    width: 91.66667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 8.33333%;
  }
  .col-lg-pull-2 {
    right: 16.66667%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.33333%;
  }
  .col-lg-pull-5 {
    right: 41.66667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.33333%;
  }
  .col-lg-pull-8 {
    right: 66.66667%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.33333%;
  }
  .col-lg-pull-11 {
    right: 91.66667%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 8.33333%;
  }
  .col-lg-push-2 {
    left: 16.66667%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.33333%;
  }
  .col-lg-push-5 {
    left: 41.66667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.33333%;
  }
  .col-lg-push-8 {
    left: 66.66667%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.33333%;
  }
  .col-lg-push-11 {
    left: 91.66667%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66667%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857;
  text-decoration: none;
  color: #337ab7;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
  z-index: 2;
  color: #23527c;
  background-color: #eeeeee;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > a:hover,
.pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
}

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center;
}
.pager:before,
.pager:after {
  content: " ";
  display: table;
}
.pager:after {
  clear: both;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777777;
  background-color: #fff;
  cursor: not-allowed;
}

.modal-open {
  overflow: hidden;
}

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header:before,
.modal-header:after {
  content: " ";
  display: table;
}
.modal-header:after {
  clear: both;
}

.modal-header .close,
.modal-header .closeBtn {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.42857;
}

.modal-body {
  position: relative;
  padding: 15px;
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.modal-footer:after {
  clear: both;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 600px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}

@media (min-width: 980px) {
  .modal-lg {
    width: 900px;
  }
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}

.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}

.popover-content {
  padding: 9px 14px;
}

.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover > .arrow {
  border-width: 11px;
}

.popover > .arrow:after {
  border-width: 10px;
  content: "";
}

.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}

.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}

.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}

.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -moz-transition: -moz-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}

.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: transparent;
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(
    left,
    rgba(0, 0, 0, 0.5) 0%,
    rgba(0, 0, 0, 0.0001) 100%
  );
  background-image: -o-linear-gradient(
    left,
    rgba(0, 0, 0, 0.5) 0%,
    rgba(0, 0, 0, 0.0001) 100%
  );
  background-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.5) 0%,
    rgba(0, 0, 0, 0.0001) 100%
  );
  background-repeat: repeat-x;
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(
    left,
    rgba(0, 0, 0, 0.0001) 0%,
    rgba(0, 0, 0, 0.5) 100%
  );
  background-image: -o-linear-gradient(
    left,
    rgba(0, 0, 0, 0.0001) 0%,
    rgba(0, 0, 0, 0.5) 100%
  );
  background-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.0001) 0%,
    rgba(0, 0, 0, 0.5) 100%
  );
  background-repeat: repeat-x;
}
.carousel-control:hover,
.carousel-control:focus {
  outline: 0;
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  line-height: 1;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: "\2039";
}
.carousel-control .icon-next:before {
  content: "\203a";
}

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: transparent;
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
}

.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}

@media screen and (min-width: 600px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  position: absolute;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}

.visible-xs {
  display: none !important;
}

.visible-sm {
  display: none !important;
}

.visible-md {
  display: none !important;
}

.visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 599px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}

@media (max-width: 599px) {
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 599px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 599px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 600px) and (max-width: 979px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 600px) and (max-width: 979px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 600px) and (max-width: 979px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 600px) and (max-width: 979px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 980px) and (max-width: 1279px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 980px) and (max-width: 1279px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 980px) and (max-width: 1279px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 980px) and (max-width: 1279px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1280px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}

@media (min-width: 1280px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1280px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1280px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 599px) {
  .hidden-xs {
    display: none !important;
  }
}

@media (min-width: 600px) and (max-width: 979px) {
  .hidden-sm {
    display: none !important;
  }
}

@media (min-width: 980px) and (max-width: 1279px) {
  .hidden-md {
    display: none !important;
  }
}

@media (min-width: 1280px) {
  .hidden-lg {
    display: none !important;
  }
}

.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}

.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}

.customChck,
.b-card--admin .socialmenu ul,
.b-card--multilink ul,
.b-quicklinks ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

#cookie-bar .cb-enable,
.btnBlueWide,
.btnDownLoad,
.btn,
.btn--strip,
.strip__lnk-wrap
  a:not(.toggleLnk):not(.dropdowns__toggleLnk):not(.btn):not(.loadMoreLnk):not(
    .otherLnk
  ) {
  margin: 0;
  padding: 0;
  border: none;
  background: none;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  outline: 0;
}
#cookie-bar [type="button"].cb-enable,
[type="button"].btnBlueWide,
[type="button"].btnDownLoad,
[type="button"].btn,
[type="button"].btn--strip,
.strip__lnk-wrap
  a[type="button"]:not(.toggleLnk):not(.dropdowns__toggleLnk):not(.btn):not(
    .loadMoreLnk
  ):not(.otherLnk),
#cookie-bar [type="reset"].cb-enable,
[type="reset"].btnBlueWide,
[type="reset"].btnDownLoad,
[type="reset"].btn,
[type="reset"].btn--strip,
.strip__lnk-wrap
  a[type="reset"]:not(.toggleLnk):not(.dropdowns__toggleLnk):not(.btn):not(
    .loadMoreLnk
  ):not(.otherLnk),
#cookie-bar [type="submit"].cb-enable,
[type="submit"].btnBlueWide,
[type="submit"].btnDownLoad,
[type="submit"].btn,
[type="submit"].btn--strip,
.strip__lnk-wrap
  a[type="submit"]:not(.toggleLnk):not(.dropdowns__toggleLnk):not(.btn):not(
    .loadMoreLnk
  ):not(.otherLnk) {
  -webkit-appearance: none;
  -moz-appearance: none;
}

.imgdiv,
.b-card__mainimg,
.s-hero .item {
  background: 50% 50% no-repeat;
  background-size: cover;
}

.mobileInfobox__ins,
.b-card__conts,
.b-prop-boxitem__conts {
  position: relative;
  background: 50% 50% no-repeat;
  background-size: cover;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.35);
  border-radius: 4px;
  display: block;
  background-color: #fff;
  overflow: hidden;
}

.strip__conts {
  margin-bottom: 45px;
  margin-top: 45px;
}
@media screen and (max-width: 599px) {
  .strip__conts {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 599px) {
  .strip__conts {
    margin-top: 30px;
  }
}

.strip--gray .strip__conts {
  padding-bottom: 45px;
  padding-top: 45px;
}
@media screen and (max-width: 599px) {
  .strip--gray .strip__conts {
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 599px) {
  .strip--gray .strip__conts {
    padding-top: 30px;
  }
}

.graycaption {
  margin-bottom: 45px;
}
@media screen and (max-width: 599px) {
  .graycaption {
    margin-bottom: 30px;
  }
}

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  /*img[src$=".svg"] {
        height:auto;
    }*/
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

progress {
  vertical-align: baseline;
}

template,
[hidden] {
  display: none;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:active,
a:hover {
  outline-width: 0;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: inherit;
}

b,
strong {
  font-weight: bolder;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

button,
input,
select,
textarea {
  font: inherit;
  margin: 0;
}

optgroup {
  font-weight: bold;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

ol ul {
  list-style-type: disc;
}

ul ul,
ol ul ul {
  list-style-type: circle;
}

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

.pagewrapper,
.header .menubar,
.header .belowmenu {
  position: relative;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}

.contentwrapper {
  position: relative;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

.contentinner {
  position: relative;
  max-width: 1224px;
  margin-left: auto;
  margin-right: auto;
}

.content,
.header .menubar__conts,
.header .belowmenu__conts {
  position: relative;
  max-width: 1224px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1280px) {
  .content,
  .header .menubar__conts,
  .header .belowmenu__conts {
    padding-left: 14px;
    padding-right: 14px;
  }
}

.imgdiv,
.b-card__mainimg {
  position: relative;
}

.btnWrap {
  margin-top: 20px;
  text-align: center;
}

.logo_png {
  display: none;
}

body.ie .logo_svg {
  display: none !important;
}

body.ie .logo_png {
  display: block !important;
}

#pagecontents {
  display: block;
  position: relative;
  visibility: hidden;
  top: -137px;
}
@media screen and (max-width: 979px) {
  #pagecontents {
    top: -120px;
  }
}

.hideFromAccessibility {
  display: none;
  visibility: hidden;
  position: absolute;
  left: -10000px;
  height: 0;
  overflow: hidden;
}

.accessibleVisible,
.header .mainLogo em,
.header .inptSearchLabel > span,
.header .searchBar .search span,
.header .searchBar .searchClose span {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  position: absolute;
}

html body .hide {
  display: none;
}

.visible-desktop {
  display: none !important;
}
@media (min-width: 980px) {
  .visible-desktop {
    display: inherit !important;
  }
}

.hidden-desktop {
  display: inherit !important;
}
@media (min-width: 980px) {
  .hidden-desktop {
    display: none !important;
  }
}

.visible-tablet {
  display: none !important;
}
@media screen and (min-width: 600px) and (max-width: 979px) {
  .visible-tablet {
    display: inherit !important;
  }
}

.hidden-tablet {
  display: inherit !important;
}
@media screen and (min-width: 600px) and (max-width: 979px) {
  .hidden-tablet {
    display: none !important;
  }
}

.visible-mobile {
  /*@include scr-phones(){
        display: inherit !important;
    }*/
}
@media (min-width: 600px) {
  .visible-mobile {
    display: none !important;
  }
}

@media screen and (max-width: 599px) {
  .hidden-mobile {
    display: none !important;
  }
}

.visible-devices {
  /*@include scr-phones-tablets{
        display: inherit !important;
    }*/
}
@media (min-width: 980px) {
  .visible-devices {
    display: none !important;
  }
}

@media screen and (max-width: 979px) {
  .hidden-devices {
    display: none !important;
  }
}

.visible-contentinner-soft {
  display: none;
}
@media screen and (max-width: 1224px) {
  .visible-contentinner-soft {
    display: inherit;
  }
}

.visible-contentouter-soft {
  display: none;
}
@media screen and (min-width: 1225px) {
  .visible-contentouter-soft {
    display: inherit;
  }
}

.visible-tablet-large {
  display: none !important;
}
@media screen and (min-width: 768px) and (max-width: 979px) {
  .visible-tablet-large {
    display: inherit !important;
  }
}

.hidden-tablet-desktop {
  display: inherit !important;
}
@media (min-width: 600px) {
  .hidden-tablet-desktop {
    display: none !important;
  }
}

.skipContent {
  display: none;
}

@media screen and (max-width: 599px) {
  .sm-textalign-right {
    text-align: right;
  }
}

[ng\:cloak],
[ng-cloak],
.ng-cloak {
  opacity: 0;
}

.tints::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.tints--level-1::before {
  background: rgba(0, 0, 0, 0.15);
}

.tints--level-2::before {
  background: rgba(0, 0, 0, 0.25);
}

.tints--level-3::before {
  background: rgba(0, 0, 0, 0.35);
}

.asterisk {
  font-size: 36px;
  line-height: 1;
}

.asteriskAfter::after {
  content: "*";
  position: relative;
  top: 5px;
  font-size: 36px;
  line-height: 16px;
  color: #4a4a4a;
}

.nowrap {
  white-space: nowrap;
}

/*.ng-scope .hiddenAngular, .ng-scope.hiddenAngular{
    opacity:1;
    transition:opacity .5s;
}*/
.printable {
  display: none !important;
}

.toggleLnk span:first-child,
.dropdowns__toggleLnk span:first-child {
  display: inherit;
}

.toggleLnk span + span,
.dropdowns__toggleLnk span + span {
  display: none;
}

.toggleLnk.opened span:first-child,
.opened.dropdowns__toggleLnk span:first-child {
  display: none;
}

.toggleLnk.opened span + span,
.opened.dropdowns__toggleLnk span + span {
  display: inherit;
}

body .opened a.toggleLnk span:first-child,
body .opened a.dropdowns__toggleLnk span:first-child {
  display: none;
}

body .opened a.toggleLnk span + span,
body .opened a.dropdowns__toggleLnk span + span {
  display: inherit;
}

body .closed a.toggleLnk span:first-child,
body .closed a.dropdowns__toggleLnk span:first-child {
  display: inherit;
}

body .closed a.toggleLnk span + span,
body .closed a.dropdowns__toggleLnk span + span {
  display: none;
}

.balance--upcoming:before {
  position: relative;
  top: -8px;
  content: "p";
  font-family: "eurobank";
  padding-right: 5px;
}

.graycaption {
  margin-bottom: 25px;
  font-size: 1.75rem;
  line-height: 1.14286;
  padding: 35px 20px;
  background: #f2f2f2;
  font-style: italic;
  border-radius: 4px;
}
@media screen and (min-width: 600px) and (max-width: 979px) {
  .graycaption {
    font-size: 1.375rem;
    line-height: 1.09091;
  }
}
@media screen and (max-width: 599px) {
  .graycaption {
    font-size: 1.375rem;
    line-height: 1.09091;
  }
}
@media screen and (max-width: 979px) {
  .graycaption {
    padding: 20px;
  }
}
.graycaption a {
  text-decoration: underline;
}

.hours {
  color: #96989b;
}

.ui-autocomplete {
  background: #fff;
  border: 1px solid #ccc;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
  padding: 20px;
  color: #979797;
}
.ui-autocomplete li {
  margin: 2px 0 0;
  cursor: pointer;
  list-style: none;
}
.ui-autocomplete li.ui-state-focus {
  background-color: #0c6db3;
  color: #fff;
}
.ui-autocomplete li .ui-menu-item-wrapper {
  padding: 12px 0;
  border-bottom: 1px solid #ccc;
}
.ui-autocomplete li:last-of-type .ui-menu-item-wrapper {
  border: none;
}
.ui-autocomplete small {
  display: block;
  margin-top: 2px;
}

.ui-helper-hidden-accessible[role="status"],
.customChck [role="status"][type="checkbox"],
.customChck [role="status"][type="radio"] {
  display: none;
}

.ui-helper-hidden-accessible,
.customChck [type="checkbox"],
.customChck [type="radio"] {
  position: absolute;
  left: -999em;
}

.skipContent {
  display: block;
}
@media (min-width: 980px) {
  .skipContent {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
  }
  .skipContent a {
    display: block;
    white-space: nowrap;
    position: absolute;
    top: -1000px;
    color: red;
  }
  .skipContent a.focus {
    position: absolute;
    top: 0px;
    display: block;
    padding: 4px;
    background: #19191a;
  }
}
@media screen and (max-width: 979px) {
  .skipContent {
    display: none;
  }
}

.tags__item {
  font-size: 0.875rem;
  line-height: 1.28571;
  display: inline-block;
  margin-right: 4px;
  margin-bottom: 10px;
  border-radius: 4px;
  padding: 8px 10px;
  background: #e8e8e8;
}

.tags a {
  color: #4a4a4a;
  text-decoration: none;
}
.tags a:hover {
  text-decoration: none;
}
@media (min-width: 980px) {
  .tags a:hover {
    color: #0b9bd9;
  }
}
.tags a:active,
.tags a.active {
  color: #0b9bd9;
}

.hourstatus--open {
  color: #52b36a;
}

.hourstatus--close {
  color: #bf2000;
}

.eurolines:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 80%;
  border-bottom: 10px solid red;
  border-top-right-radius: 25px;
  border-right: 5px solid transparent;
}

.close,
.closeBtn {
  font-size: 21px;
  line-height: 1;
}
.close::before,
.closeBtn::before {
  content: "q";
  font-family: "eurobank";
}

.closeBtn {
  margin: 0;
  padding: 0;
  border: none;
  background: none;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  outline: 0;
  display: inline-block;
  border-radius: 50%;
  width: 33px;
  height: 33px;
  line-height: 33px;
  background-color: #0c6db3;
  color: #fff;
  font-size: 9px;
  font-weight: bold;
  text-align: center;
  -webkit-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
}
.closeBtn[type="button"],
.closeBtn[type="reset"],
.closeBtn[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
}
.closeBtn:hover {
  color: #fff;
  background-color: #0a568c;
}

.maximize {
  font-size: 21px;
  line-height: 1;
}
.maximize::before {
  content: "D";
  font-family: "eurobank";
}

.minimize {
  font-size: 21px;
  line-height: 1;
}
.minimize::before {
  content: "E";
  font-family: "eurobank";
}

.minmax .maximize {
  display: none;
}

.minmax.js-min .maximize {
  display: inherit;
}

.minmax.js-min .minimize {
  display: none;
}

.arrow {
  display: inline-block;
}
.arrow::before,
.arrow--after::after {
  font-family: "eurobank";
  font-size: 20px;
  line-height: 1;
}
.arrow--down::before,
.arrow--down.arrow--after::after {
  content: "+";
}
.arrow--down.reverse::before,
.arrow--down.reverse.arrow--after::after {
  content: "-";
}
.arrow--up::before,
.arrow--up.arrow--after::after {
  content: "-";
}
.arrow--up.reverse::before,
.arrow--up.reverse.arrow--after::after {
  content: "+";
}
.arrow--left::before,
.arrow--left.arrow--after::after {
  content: "<";
}
.arrow--right::before,
.arrow--right.arrow--after::after {
  content: ">";
}
.arrow--after::before {
  content: none;
}

.phonecall {
  font-size: 1.3125em;
  line-height: 1;
}
.phonecall::before {
  content: "i";
  font-family: "eurobank";
}

.phone {
  font-size: 1.3125em;
  line-height: 1;
}
.phone::before {
  content: "l";
  font-family: "eurobank";
}

.phone-right {
  font-size: 1.3125em;
  line-height: 1;
}
.phone-right::after {
  content: "l";
  font-family: "eurobank";
}

.phonecallHuge {
  font-size: 2.625rem;
  line-height: 1;
  font-weight: bold;
}
@media screen and (max-width: 599px) {
  .phonecallHuge {
    font-size: 1.5rem;
    line-height: 1;
  }
}
.phonecallHuge::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  width: 29px;
  height: 56px;
  background: url("../../images/icns/phonecallHuge.svg") no-repeat;
  background-size: contain;
}
.phonecallHuge--white::before {
  background-image: url("../../images/icns/phonecallHuge-white.svg");
}

.loc {
  font-size: 1.3125em;
  line-height: 1;
}
.loc::before {
  content: "k";
  font-family: "eurobank";
}

.financmanager {
  font-size: 1.4375em;
  line-height: 1;
}
.financmanager::before {
  content: "m";
  font-family: "eurobank";
}

.map-direction {
  font-size: 1.4375em;
  line-height: 1;
}
.map-direction::before {
  content: "C";
  font-family: "eurobank";
}

.time {
  font-size: 1.125em;
  line-height: 1;
}
.time::before {
  content: "p";
  font-family: "eurobank";
}

.search {
  font-size: 1.3125em;
  line-height: 1;
}
.search::before {
  content: "j";
  font-family: "eurobank";
}

.icon-tool {
  display: block;
  width: 96px;
  height: 96px;
  background-color: #e52600;
  border-radius: 50%;
}
.icon-tool span {
  position: relative;
  display: block;
  width: 96px;
  height: 96px;
  background: 50% 50% no-repeat;
  background-size: 48px;
  text-align: center;
}
.icon-tool img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  vertical-align: middle;
  max-width: 48px;
  max-height: 48px;
}
@media screen and (max-width: 599px) {
  .icon-tool--resp {
    width: 48px;
    height: 48px;
  }
  .icon-tool--resp span {
    width: 48px;
    height: 48px;
    background-size: 24px;
  }
  .icon-tool--resp img {
    max-width: 24px;
    max-height: 24px;
  }
}
@media screen and (max-width: 979px) {
  .icon-tool--resplarge {
    width: 85px;
    height: 85px;
  }
  .icon-tool--resplarge span {
    width: 100%;
    height: 100%;
  }
}
.icon-tool--disabled {
  background-color: #9b9b9b;
}

.to-loc {
  margin: 0;
  padding: 0;
  border: none;
  background: none;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  outline: 0;
  display: inline-block;
  color: #0c6db3;
  font-size: 15px;
}
.to-loc[type="button"],
.to-loc[type="reset"],
.to-loc[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
}
@media screen and (max-width: 599px) {
  .to-loc {
    font-size: 18px;
  }
}
.to-loc::before {
  content: "";
  width: 37px;
  height: 33px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  background: url("../../images/EPS/icns/location_blue.svg") 50% 50% no-repeat;
  background-size: 17px 21px;
}
@media screen and (max-width: 599px) {
  .to-loc::before {
    background-size: 26px 32px;
    margin-bottom: 5px;
  }
}
.to-loc.inactive {
  color: #c5c5c5;
}
.to-loc.inactive:before {
  background-image: url("../../images/EPS/icns/location_grey.svg");
}

.to-list {
  margin: 0;
  padding: 0;
  border: none;
  background: none;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  outline: 0;
  display: inline-block;
  color: #0c6db3;
  font-size: 15px;
}
.to-list[type="button"],
.to-list[type="reset"],
.to-list[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
}
@media screen and (max-width: 599px) {
  .to-list {
    font-size: 18px;
  }
}
.to-list::before {
  content: "";
  width: 37px;
  height: 33px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  background: url("../../images/EPS/icns/list_blue.svg") 50% 50% no-repeat;
  background-size: 30px 21px;
}
@media screen and (max-width: 599px) {
  .to-list::before {
    background-size: 37px 33px;
    margin-bottom: 5px;
  }
}
.to-list.inactive {
  color: #c5c5c5;
}
.to-list.inactive:before {
  background-image: url("../../images/EPS/icns/list_grey.svg");
}

.to-box {
  display: inline-block;
  font-size: 48px;
  height: 48px;
  line-height: 1;
  color: #0c6db3;
  text-decoration: none;
}
.to-box:hover {
  text-decoration: none;
}
@media (min-width: 980px) {
  .to-box:hover {
    color: #eaeeef;
  }
}
.to-box:active,
.to-box.active {
  color: #eaeeef;
}
.to-box::before {
  content: "e";
  font-family: "eurobank";
}
.to-box.hide {
  display: none;
}

.icon-mail {
  position: relative;
}
.icon-mail .num {
  position: absolute;
  right: -8px;
  top: -12px;
  width: 19px;
  height: 19px;
  line-height: 19px;
  text-align: center;
  font-size: 13px;
  border-radius: 50%;
  background: #e52600;
  color: #fff;
}

.videoLnk {
  display: none;
}

.ready .videoLnk {
  display: block;
}

.icon-success {
  line-height: 1;
}
.icon-success::before {
  content: "";
  display: inline-block;
  width: 68px;
  height: 68px;
  background: 50% 50% url("../../images/icns/form-result-success.svg") no-repeat;
  background-size: contain;
}
.icon-success--small::before {
  width: 33px;
  height: 33px;
}

.icon-failed {
  line-height: 1;
}
.icon-failed::before {
  content: "";
  display: inline-block;
  width: 68px;
  height: 68px;
  background: 50% 50% url("../../images/icns/form-result-failed.svg") no-repeat;
  background-size: contain;
}

.addMoreLnk,
.removeMoreLnk {
  margin: 0;
  padding: 0;
  border: none;
  background: none;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  outline: 0;
  color: #4a4a4a;
  position: relative;
  padding-left: 50px;
}
.addMoreLnk[type="button"],
.addMoreLnk[type="reset"],
.addMoreLnk[type="submit"],
.removeMoreLnk[type="button"],
.removeMoreLnk[type="reset"],
.removeMoreLnk[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
}
.addMoreLnk::before,
.removeMoreLnk::before {
  content: "+";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  display: inline-block;
  margin-top: -1px;
  border-radius: 50%;
  width: 33px;
  height: 33px;
  line-height: 33px;
  background-color: #0c6db3;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  -webkit-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
}
.addMoreLnk:hover::before,
.removeMoreLnk:hover::before {
  background-color: #0a568c;
}
.addMoreLnk.disabled::before,
.removeMoreLnk.disabled::before {
  background-color: #e8e8e8;
}

.removeMoreLnk::before {
  content: "-";
  line-height: 31px;
  background-color: #e52600;
}

.removeMoreLnk:hover::before {
  background-color: #bf2000;
}

.icon-feat {
  display: inline-block;
  text-align: center;
}
.icon-feat__figure {
  margin: 0 0 2px 0;
  width: 50px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.icon-feat__figure img {
  max-width: 100%;
  max-height: 100%;
  display: inline-block;
  vertical-align: middle;
}
.icon-feat__title {
  font-size: 14px;
  font-weight: 300;
}
@media screen and (max-width: 979px) {
  .icon-feat__title {
    font-size: 15px;
  }
}
@media screen and (max-width: 350px) {
  .icon-feat__title {
    font-size: 13px;
  }
}
.icon-feat__count {
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 350px) {
  .icon-feat__count {
    font-size: 16px;
  }
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
  font-size: 16px;
}

body {
  font-family: "SourceSans", sans-serif;
  font-weight: 400;
  color: #4a4a4a;
  overflow-y: scroll;
  margin: 0;
  padding: 0;
}
body a {
  color: #0c6db3;
  text-decoration: none;
}
body a:hover {
  text-decoration: none;
}
@media (min-width: 980px) {
  body a:hover {
    color: #0b9bd9;
  }
}
body a:active,
body a.active {
  color: #0b9bd9;
}
body abbr[title] {
  text-decoration: none;
}
body a.anchorText {
  color: #4a4a4a;
  text-decoration: none;
}
body a.anchorText:hover {
  text-decoration: none;
}
@media (min-width: 980px) {
  body a.anchorText:hover {
    color: #4a4a4a;
  }
}
body a.anchorText:active,
body a.anchorText.active {
  color: #4a4a4a;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: 400;
}

p {
  margin: 0 0 20px 0;
  text-rendering: optimizeLegibility;
  font-feature-settings: "kern" 1;
  font-kerning: normal;
}

.fw-l {
  font-weight: 300;
}

.fw-r {
  font-weight: 400;
}

.fw-m {
  font-weight: 400;
}

.fw-b {
  font-weight: 700;
}

.fw-bb {
  font-weight: 900;
}

.fs-xxs,
.demobox {
  font-size: 0.75rem;
  line-height: 1.5;
}

.fs-xs,
.addMoreLnk,
.removeMoreLnk,
.field-validation-error,
.help-block,
.header .menubar,
.header .assistmenu a,
.header .assistmenu .loc,
.header .belowmenu .activeCategTxt,
.footer a,
.footer__below,
.b-card__category,
.b-card--newsletter .b-card__maintxt .btn,
.b-article small,
.b-feature-tbl__caption,
.b-feature-tbl .tbl,
.b-navlist__headline {
  font-size: 0.875rem;
  line-height: 1.14286;
}

.fs-s,
#cookie-bar .cb-enable,
.btnBlueWide,
.btnDownLoad,
.btn,
.btn--strip,
.header .menu-phone .mainMenu ul,
.strip__lnk-wrap
  a:not(.toggleLnk):not(.dropdowns__toggleLnk):not(.btn):not(.loadMoreLnk):not(
    .otherLnk
  ),
.b-card--multilink .ULGrouplnks {
  font-size: 1rem;
  line-height: 1.375;
}

.fs-m,
body,
.fs-m-mobile-s,
input.inpt-txt,
input.inpt-txt-large,
textarea,
.inptWithOverChars__char,
.dropdowns__toggleLnk,
.strip__lnk-wrap,
.b-card__lnk,
.b-card__text,
.b-card--tip-2 .b-card__spanlnk,
.b-card--tip-2 p,
.b-card .comp__item,
.b-card--admin .adminTxt__more,
.b-article a.fw-b,
.b-navlist li {
  font-size: 1.125rem;
  line-height: 1.22222;
}

.fs-l,
.balance--upcoming:before,
.b-card__maintxt p,
.b-card__text--large-txt,
.b-card--video .b-card__maintxt p,
.b-card--analysis--dates .datetime,
.b-card--newsletter .b-card__maintxt .art-head,
.b-card--admin .adminTxt__name,
.b-navlist__altHead,
.b-noresults__conts {
  font-size: 1.375rem;
  line-height: 1.09091;
}

.fs-xl,
.b-card__maintxt .art-head,
.b-card__mainimg_txt .title sup,
.b-card__mainimg_txt .title small,
.b-card__mainimg_txt .descr,
.b-card--tip-2 .art-head {
  font-size: 1.5rem;
  line-height: 1.16667;
}

.fs-xxl,
.selectBoxWrap--tall .selectboxit-container .selectboxit-text,
input.inpt-txt-large,
textarea,
.inptWithOverChars .inpt-txt-large + .inptWithOverChars__char,
.dropdowns__head {
  font-size: 1.75rem;
  line-height: 1.14286;
}

.fs-xxxl,
.b-card--profile--icons .art-head {
  font-size: 2rem;
  line-height: 1.25;
}

.fs-hd,
.balance,
.strip .s-head-form,
.b-card__mainimg_txt .title,
.b-article .artHead,
.b-noresults__head {
  font-size: 2.625rem;
  line-height: 1.14286;
}

.fs-2hd {
  font-size: 3.375rem;
  line-height: 1.07407;
}

/*.fs-xxs{
    @include font-size-collection('xxs');
}
.fs-xs{
    @include font-size-collection('xs');
}
.fs-s{
    @include font-size-collection('s');
}
.fs-m{
    @include font-size-collection('m');
}
.fs-l{
    @include font-size-collection('l');
}
.fs-xl{
    @include font-size-collection('xl');
}
.fs-xxl{
    @include font-size-collection('xxl');
}
.fs-xxxl{
    @include font-size-collection('xxxl');
}
.fs-hd{
    @include font-size-collection('hd');
}
.fs-2hd{
    @include font-size-collection('2hd');
}*/
.fs-m-mobile-s {
  font-size: 1.125rem;
  line-height: 1.22222;
}
@media screen and (min-width: 600px) and (max-width: 979px) {
  .fs-m-mobile-s {
    font-size: 1rem;
    line-height: 1.375;
  }
}
@media screen and (max-width: 599px) {
  .fs-m-mobile-s {
    font-size: 1rem;
    line-height: 1.375;
  }
}

.demobox {
  position: relative;
  width: 80px;
  height: 80px;
  margin-right: 25px;
  display: inline-block;
}
.demobox span {
  position: absolute;
  left: 0;
  top: 100%;
  white-space: nowrap;
}

.c-primary-blue {
  background: #0c6db3;
}

.c-primary-red {
  background: #e52600;
}

.c-secondary-cyan {
  background: #0b9bd9;
}

.c-secondary-yellow {
  background: #ffdd4f;
}

.c-secondary-gold {
  background: #d4af37;
}

.c-secondary-grey {
  background: #efece5;
}

.c-greyscale-0 {
  background: #fff;
}

.c-greyscale-1 {
  background: #fafafa;
}

.c-greyscale-2 {
  background: #f2f2f2;
}

.c-greyscale-3 {
  background: #eaeeef;
}

.c-greyscale-4 {
  background: #e8e8e8;
}

.c-greyscale-5 {
  background: #ccc;
}

.c-greyscale-6 {
  background: #b3b0ab;
}

.c-greyscale-7 {
  background: #96989b;
}

.c-greyscale-8 {
  background: #656566;
}

.container-fluid,
.s-cards,
.s-cards-noswipe,
.s-prop-cards {
  padding-left: 0;
  padding-right: 0;
}

.show-grid [class^="col-"] div {
  background-color: rgba(86, 61, 124, 0.15);
}

.slcGallery .item + .item {
  display: none;
}

.slcGallery.slick-slider .item + .item {
  display: inherit;
}

body.pagemode-edit .slcGallery .item + .item {
  display: table;
}

.dotslayered .slick-dots {
  position: absolute;
  top: 100%;
  width: 100%;
  margin-top: -40px;
}

.slick-dots {
  opacity: 1;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 25px;
  text-align: center;
}
.slick-dots li {
  position: relative;
  display: inline-block;
}
.slick-dots button {
  margin: 0;
  padding: 0;
  border: none;
  background: none;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  outline: 0;
  width: 12px;
  height: 12px;
  display: inline-block;
  margin: 0 5px;
  cursor: pointer;
  color: transparent;
  font-size: 0;
  line-height: 0;
  border-radius: 50%;
  border: 1px solid #ccc;
  outline: none;
}
.slick-dots button[type="button"],
.slick-dots button[type="reset"],
.slick-dots button[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
}
@media screen and (max-width: 599px) {
  .slick-dots button {
    width: 15px;
    height: 15px;
    margin: 0 10px;
  }
}
.slick-dots li.slick-active button {
  background: #ccc;
}

.slick-slide,
.slick-slider .item {
  outline: none;
}

.dotswhite .slick-dots button {
  border-color: #fff;
}

.dotswhite .slick-dots li.slick-active button {
  background: #fff;
}

.slick-arrow {
  margin: 0;
  padding: 0;
  border: none;
  background: none;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  outline: 0;
  font-family: "eurobank";
  font-size: 13px;
  line-height: 1;
  color: #0c6db3;
}
.slick-arrow[type="button"],
.slick-arrow[type="reset"],
.slick-arrow[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
}
.slick-arrow.slick-disabled {
  color: #acacac;
}

div:not(.arrowHolder) > .slick-arrow {
  position: absolute;
  z-index: 10;
  top: 175px;
  margin-top: -34px;
  width: 34px;
  height: 68px;
  background: rgba(216, 216, 216, 0.9);
}
div:not(.arrowHolder) > .slick-arrow.slick-prev {
  left: -4px;
  -webkit-border-top-left-radius: 0;
  -ms-border-top-left-radius: 0;
  -moz-border-top-left-radius: 0;
  border-top-left-radius: 0;
  -webkit-border-top-right-radius: 68px;
  -ms-border-top-right-radius: 68px;
  -moz-border-top-right-radius: 68px;
  border-top-right-radius: 68px;
  -webkit-border-bottom-left-radius: 0;
  -ms-border-bottom-left-radius: 0;
  -moz-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-border-bottom-right-radius: 68px;
  -ms-border-bottom-right-radius: 68px;
  -moz-border-bottom-right-radius: 68px;
  border-bottom-right-radius: 68px;
  text-indent: -2px;
}
div:not(.arrowHolder) > .slick-arrow.slick-next {
  right: -4px;
  -webkit-border-top-left-radius: 68px;
  -ms-border-top-left-radius: 68px;
  -moz-border-top-left-radius: 68px;
  border-top-left-radius: 68px;
  -webkit-border-top-right-radius: 0;
  -ms-border-top-right-radius: 0;
  -moz-border-top-right-radius: 0;
  border-top-right-radius: 0;
  -webkit-border-bottom-left-radius: 68px;
  -ms-border-bottom-left-radius: 68px;
  -moz-border-bottom-left-radius: 68px;
  border-bottom-left-radius: 68px;
  -webkit-border-bottom-right-radius: 0;
  -ms-border-bottom-right-radius: 0;
  -moz-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
  text-indent: 5px;
}

div:not(.arrowHolder).v-middle > .slick-arrow {
  top: 50%;
  margin-top: -61px;
  margin-bottom: 0;
}
@media screen and (max-width: 599px) {
  div:not(.arrowHolder).v-middle > .slick-arrow {
    margin-top: -64px;
  }
}

div:not(.arrowHolder) > .slick-bigarrow {
  margin-top: -25.5;
  width: 28px;
  height: 51px;
  background: url("../../images/EPS/icns/arrow-select-blue-right.png") 100% 50%
    no-repeat;
  background-size: contain;
}
div:not(.arrowHolder) > .slick-bigarrow.slick-next {
  overflow: visible;
  text-indent: 0;
  -webkit-border-top-left-radius: 0;
  -ms-border-top-left-radius: 0;
  -moz-border-top-left-radius: 0;
  border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  -ms-border-top-right-radius: 0;
  -moz-border-top-right-radius: 0;
  border-top-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -ms-border-bottom-left-radius: 0;
  -moz-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -ms-border-bottom-right-radius: 0;
  -moz-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
}
div:not(.arrowHolder) > .slick-bigarrow.slick-prev {
  overflow: visible;
  text-indent: 0;
  background-position: 0 50%;
  -webkit-border-top-left-radius: 0;
  -ms-border-top-left-radius: 0;
  -moz-border-top-left-radius: 0;
  border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  -ms-border-top-right-radius: 0;
  -moz-border-top-right-radius: 0;
  border-top-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -ms-border-bottom-left-radius: 0;
  -moz-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -ms-border-bottom-right-radius: 0;
  -moz-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  transform: scaleX(-1);
}

.arrowHolder {
  margin-top: 10px;
  text-align: right;
}
.arrowHolder button {
  color: #0c6db3;
}

body .fancybox-skin {
  border-radius: 4px;
}

body .fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
}

body #fancybox-loading div,
body #fancybox-loading {
  background: url("../../images/helpers/preloader.svg") 0 0 no-repeat;
  background-size: cover;
}

body .fancybox-close {
  background: none;
  display: block;
  font-size: 20px;
  line-height: 1;
  text-align: center;
  width: auto;
  height: auto;
  top: 0;
  right: -30px;
  color: #fff;
  text-decoration: none;
}
@media (min-width: 980px) {
  body .fancybox-close:hover {
    color: #0c6db3;
  }
}
body .fancybox-close:active,
body .fancybox-close.active {
  color: #0c6db3;
}
body .fancybox-close:before {
  content: "q";
  font-family: "eurobank";
}

body .fancybox-overlay {
  background: rgba(0, 0, 0, 0.5);
}
@media only print {
  body .fancybox-overlay {
    display: none !important;
  }
}

body .largePaddings .fancybox-skin {
  text-align: center;
}

body .closeInside .fancybox-close {
  font-size: 15px;
  font-weight: bold;
  right: 20px;
  top: 20px;
  color: #4a4a4a;
  text-decoration: none;
}
body .closeInside .fancybox-close:hover {
  text-decoration: none;
}
@media (min-width: 980px) {
  body .closeInside .fancybox-close:hover {
    color: #0b9bd9;
  }
}
body .closeInside .fancybox-close:active,
body .closeInside .fancybox-close.active {
  color: #0b9bd9;
}

.pagination {
  margin-top: 15px;
  margin-bottom: 0;
}
.pagination--above {
  margin-top: 0;
  margin-bottom: 40px;
}
@media screen and (max-width: 599px) {
  .pagination {
    margin-top: 25px;
    /*> li{
            &:first-child{ text-align:left;}
            &:last-child{ text-align:right;}
            a{float:none; display:inline-block}
        }
        width:100%;*/
  }
}
.pagination > li {
  display: inline-block;
  vertical-align: bottom;
}
.pagination > li a {
  cursor: pointer;
}
.pagination > li > a,
.pagination > li > span {
  font-size: 16px;
  color: #0c6db3;
  margin: 0 1px;
  line-height: 1;
  padding: 0;
  min-width: 18px;
  text-align: center;
  background: none;
  border: 0;
  vertical-align: bottom;
}
.pagination > li > a:hover,
.pagination > li > span:hover {
  background: none;
}
@media screen and (max-width: 599px) {
  .pagination > li > a,
  .pagination > li > span {
    font-size: 0.9375rem;
  }
}
.pagination > li.active {
  margin-bottom: -1px;
}
.pagination > li.active > a,
.pagination > li.active > span {
  font-size: 22px;
  font-weight: bold;
  border-color: transparent;
  background: none;
  color: #4a4a4a;
  font-weight: bold;
}
.pagination > li.active > a:hover,
.pagination > li.active > span:hover {
  background: none;
  border-color: transparent;
  color: #4a4a4a;
}

#cookie-bar {
  position: relative;
  background: 50% 50% no-repeat;
  background-size: cover;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.35);
  border-radius: 4px;
  display: block;
  background-color: #fff;
  overflow: hidden;
  border-radius: 0;
  background: #f2f2f2;
  font-size: 14px;
  height: auto;
  line-height: 24px;
  color: #000;
  text-align: center;
  padding: 10px 0;
}

#cookie-bar.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
}

#cookie-bar.fixed.bottom {
  bottom: 0;
  top: auto;
}

#cookie-bar p {
  margin: 0;
  padding: 0;
}

#cookie-bar .cb-enable {
  display: inline-block;
  border-radius: 4px;
  border: 1px solid #ccc;
  background-color: #fff;
  text-align: center;
  font-family: "SourceSans", sans-serif;
  color: #4a4a4a;
  padding: 15px 10px;
  outline: none;
  -webkit-transition: background 0.3s, color 0.3s;
  -o-transition: background 0.3s, color 0.3s;
  transition: background 0.3s, color 0.3s;
  color: #fff;
  border-color: transparent;
  min-width: 160px;
  background-color: #0c6db3;
  min-width: 80px;
  margin-left: 4px;
  margin-right: 4px;
  min-width: 55px;
  padding: 10px 5px;
}
@media screen and (max-width: 599px) {
  #cookie-bar .cb-enable {
    font-size: 1.125rem;
    line-height: 1.22222;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
#cookie-bar .cb-enable:hover,
#cookie-bar .cb-enable:active {
  background-color: #f2f2f2;
  color: #4a4a4a;
  text-decoration: none;
}
#cookie-bar .cb-enable[disabled],
#cookie-bar .cb-enable--disabled {
  opacity: 0.5;
  background-color: #ccc;
  color: #fff;
  cursor: not-allowed;
}
#cookie-bar .cb-enable[disabled]:hover,
#cookie-bar .cb-enable[disabled].active,
#cookie-bar .cb-enable[disabled]:active,
#cookie-bar .cb-enable--disabled:hover,
#cookie-bar .cb-enable--disabled.active,
#cookie-bar .cb-enable--disabled:active {
  background-color: #ccc;
  color: #fff;
}
#cookie-bar .cb-enable:hover,
#cookie-bar .cb-enable:active {
  color: #fff;
  background-color: #0a568c;
}
#cookie-bar .cb-enable[disabled],
#cookie-bar .cb-enable--disabled {
  opacity: 0.5;
  background-color: #ccc;
  color: #fff;
  cursor: not-allowed;
}
#cookie-bar .cb-enable[disabled]:hover,
#cookie-bar .cb-enable[disabled].active,
#cookie-bar .cb-enable[disabled]:active,
#cookie-bar .cb-enable--disabled:hover,
#cookie-bar .cb-enable--disabled.active,
#cookie-bar .cb-enable--disabled:active {
  background-color: #ccc;
  color: #fff;
}

.resetTxtBtn {
  display: none;
}

.btnBlueWide {
  display: inline-block;
  border-radius: 4px;
  border: 1px solid #ccc;
  background-color: #fff;
  text-align: center;
  font-family: "SourceSans", sans-serif;
  color: #4a4a4a;
  padding: 15px 10px;
  outline: none;
  -webkit-transition: background 0.3s, color 0.3s;
  -o-transition: background 0.3s, color 0.3s;
  transition: background 0.3s, color 0.3s;
  color: #fff;
  border-color: transparent;
  min-width: 290px;
  background-color: #0c6db3;
  min-width: 290px;
}
@media screen and (max-width: 599px) {
  .btnBlueWide {
    font-size: 1.125rem;
    line-height: 1.22222;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.btnBlueWide:hover,
.btnBlueWide:active {
  background-color: #f2f2f2;
  color: #4a4a4a;
  text-decoration: none;
}
.btnBlueWide[disabled],
.btnBlueWide--disabled {
  opacity: 0.5;
  background-color: #ccc;
  color: #fff;
  cursor: not-allowed;
}
.btnBlueWide[disabled]:hover,
.btnBlueWide[disabled].active,
.btnBlueWide[disabled]:active,
.btnBlueWide--disabled:hover,
.btnBlueWide--disabled.active,
.btnBlueWide--disabled:active {
  background-color: #ccc;
  color: #fff;
}
.btnBlueWide:hover,
.btnBlueWide:active {
  color: #fff;
  background-color: #0a568c;
}
@media screen and (max-width: 599px) {
  .btnBlueWide {
    display: table;
    margin-left: auto;
    margin-right: auto;
  }
}

.btnDownLoad {
  display: inline-block;
  border-radius: 4px;
  border: 1px solid #ccc;
  background-color: #fff;
  text-align: center;
  font-family: "SourceSans", sans-serif;
  color: #4a4a4a;
  padding: 15px 10px;
  outline: none;
  -webkit-transition: background 0.3s, color 0.3s;
  -o-transition: background 0.3s, color 0.3s;
  transition: background 0.3s, color 0.3s;
  min-width: 290px;
}
@media screen and (max-width: 599px) {
  .btnDownLoad {
    font-size: 1.125rem;
    line-height: 1.22222;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.btnDownLoad:hover,
.btnDownLoad:active {
  background-color: #f2f2f2;
  color: #4a4a4a;
  text-decoration: none;
}
.btnDownLoad[disabled],
.btnDownLoad--disabled {
  opacity: 0.5;
  background-color: #ccc;
  color: #fff;
  cursor: not-allowed;
}
.btnDownLoad[disabled]:hover,
.btnDownLoad[disabled].active,
.btnDownLoad[disabled]:active,
.btnDownLoad--disabled:hover,
.btnDownLoad--disabled.active,
.btnDownLoad--disabled:active {
  background-color: #ccc;
  color: #fff;
}
.btnDownLoad::before {
  content: "r";
  font-family: "eurobank";
  font-size: 17px;
  line-height: 0.7;
  vertical-align: middle;
  margin-right: 15px;
}

.btn {
  display: inline-block;
  border-radius: 4px;
  border: 1px solid #ccc;
  background-color: #fff;
  text-align: center;
  font-family: "SourceSans", sans-serif;
  color: #4a4a4a;
  padding: 15px 10px;
  outline: none;
  -webkit-transition: background 0.3s, color 0.3s;
  -o-transition: background 0.3s, color 0.3s;
  transition: background 0.3s, color 0.3s;
}
@media screen and (max-width: 599px) {
  .btn {
    font-size: 1.125rem;
    line-height: 1.22222;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.btn:hover,
.btn:active {
  background-color: #f2f2f2;
  color: #4a4a4a;
  text-decoration: none;
}
.btn[disabled],
.btn--disabled {
  opacity: 0.5;
  background-color: #ccc;
  color: #fff;
  cursor: not-allowed;
}
.btn[disabled]:hover,
.btn[disabled].active,
.btn[disabled]:active,
.btn--disabled:hover,
.btn--disabled.active,
.btn--disabled:active {
  background-color: #ccc;
  color: #fff;
}
.btn--detail_01,
.b-article .btn {
  color: #fff;
  border-color: transparent;
  min-width: 290px;
  background-color: #0c6db3;
}
.btn--detail_01:hover,
.b-article .btn:hover,
.btn--detail_01:active,
.b-article .btn:active {
  color: #fff;
  background-color: #0a568c;
}
.btn--detail_02 {
  color: #fff;
  border-color: transparent;
  min-width: 290px;
  color: #656566;
  background-color: #f2f2f2;
}
.btn--detail_02:hover,
.btn--detail_02:active {
  background-color: #d9d9d9;
}
.btn--hero {
  color: #fff;
  border-color: transparent;
  min-width: 160px;
  background-color: #0c6db3;
}
.btn--hero:hover,
.btn--hero:active {
  color: #fff;
  background-color: #0a568c;
}
.btn--hero[disabled],
.btn--hero--disabled {
  opacity: 0.5;
  background-color: #ccc;
  color: #fff;
  cursor: not-allowed;
}
.btn--hero[disabled]:hover,
.btn--hero[disabled].active,
.btn--hero[disabled]:active,
.btn--hero--disabled:hover,
.btn--hero--disabled.active,
.btn--hero--disabled:active {
  background-color: #ccc;
  color: #fff;
}
.btn--thin {
  padding-top: 12px;
  padding-bottom: 12px;
}
.btn--narrow {
  padding-left: 5px;
  padding-right: 5px;
}
.btn--wide,
.btn--back {
  padding-left: 15px;
  padding-right: 15px;
}
.btn--extrawide {
  padding-left: 30px;
  padding-right: 30px;
}
.btn--strip {
  display: inline-block;
  border-radius: 4px;
  border: 1px solid #ccc;
  background-color: #fff;
  text-align: center;
  font-family: "SourceSans", sans-serif;
  color: #4a4a4a;
  padding: 15px 10px;
  outline: none;
  -webkit-transition: background 0.3s, color 0.3s;
  -o-transition: background 0.3s, color 0.3s;
  transition: background 0.3s, color 0.3s;
  color: #fff;
  border-color: transparent;
  min-width: 160px;
  background-color: #0c6db3;
  padding-left: 30px;
  padding-right: 30px;
}
@media screen and (max-width: 599px) {
  .btn--strip {
    font-size: 1.125rem;
    line-height: 1.22222;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.btn--strip:hover,
.btn--strip:active {
  background-color: #f2f2f2;
  color: #4a4a4a;
  text-decoration: none;
}
.btn--strip[disabled],
.btn--strip--disabled {
  opacity: 0.5;
  background-color: #ccc;
  color: #fff;
  cursor: not-allowed;
}
.btn--strip[disabled]:hover,
.btn--strip[disabled].active,
.btn--strip[disabled]:active,
.btn--strip--disabled:hover,
.btn--strip--disabled.active,
.btn--strip--disabled:active {
  background-color: #ccc;
  color: #fff;
}
.btn--strip:hover,
.btn--strip:active {
  color: #fff;
  background-color: #0a568c;
}
.btn--strip[disabled],
.btn--strip--disabled {
  opacity: 0.5;
  background-color: #ccc;
  color: #fff;
  cursor: not-allowed;
}
.btn--strip[disabled]:hover,
.btn--strip[disabled].active,
.btn--strip[disabled]:active,
.btn--strip--disabled:hover,
.btn--strip--disabled.active,
.btn--strip--disabled:active {
  background-color: #ccc;
  color: #fff;
}
@media screen and (max-width: 599px) {
  .btn--strip {
    display: block;
    min-width: 0;
    width: 100%;
    padding-left: 5px;
    padding-right: 5px;
  }
}
.btn--formRow {
  display: block;
  min-width: 0;
  width: 100%;
  padding-top: 12px;
  padding-bottom: 12px;
}
.btn--inlineblock {
  display: inline-block;
}
.btn--block_02 {
  color: #fff;
  border-color: transparent;
  min-width: 144px;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #e52600;
}
.btn--block_02:hover,
.btn--block_02:active {
  color: #fff;
  background-color: #bf2000;
}
.btn--header_02 {
  color: #fff;
  border-color: transparent;
  min-width: 96px;
  background-color: #e52600;
}
.btn--header_02:hover,
.btn--header_02:active {
  color: #fff;
  background-color: #bf2000;
}
.btn--transparent {
  background: none;
  border-color: #fff;
  color: #fff;
}
.header.scrolled .btn--transparent,
.header--inner .btn--transparent {
  color: #0b9bd9;
  border-color: #0b9bd9;
}
@media (min-width: 980px) {
  .btn--transparent:hover,
  .btn--transparent:active,
  .header.scrolled .btn--transparent:hover,
  .header--inner .btn--transparent:hover,
  .header.scrolled .btn--transparent:active,
  .header--inner .btn--transparent:active {
    background-color: #fff;
    color: #bf2000;
  }
}
.btn--nominwidth {
  min-width: 0;
}
.btn--block {
  display: block;
  min-width: 0;
  width: 100%;
}
@media screen and (max-width: 599px) {
  .btn--block--phone {
    display: block;
    min-width: 0;
    width: 100%;
  }
}
.btn--download::before {
  content: "r";
  font-family: "eurobank";
  font-size: 17px;
  line-height: 0.7;
  vertical-align: middle;
  margin-right: 15px;
}
.btn--ok {
  min-width: 80px;
}
.btn--search {
  color: #fff;
  border-color: transparent;
  min-width: 160px;
  background-color: #0c6db3;
  min-width: 75px;
  padding-top: 12px;
  padding-bottom: 12px;
}
.btn--search:hover,
.btn--search:active {
  color: #fff;
  background-color: #0a568c;
}
.btn--search[disabled],
.btn--search--disabled {
  opacity: 0.5;
  background-color: #ccc;
  color: #fff;
  cursor: not-allowed;
}
.btn--search[disabled]:hover,
.btn--search[disabled].active,
.btn--search[disabled]:active,
.btn--search--disabled:hover,
.btn--search--disabled.active,
.btn--search--disabled:active {
  background-color: #ccc;
  color: #fff;
}
.btn--search span {
  font-size: 0;
  line-height: 0;
  position: absolute;
}
.btn--search::before {
  content: "j";
  font-family: "eurobank";
  font-size: 22px;
  line-height: 0.7;
  vertical-align: middle;
}
.btn--reset {
  color: #fff;
  border-color: transparent;
  min-width: 160px;
  background-color: #0c6db3;
  min-width: 0;
}
.btn--reset:hover,
.btn--reset:active {
  color: #fff;
  background-color: #0a568c;
}
.btn--reset[disabled],
.btn--reset--disabled {
  opacity: 0.5;
  background-color: #ccc;
  color: #fff;
  cursor: not-allowed;
}
.btn--reset[disabled]:hover,
.btn--reset[disabled].active,
.btn--reset[disabled]:active,
.btn--reset--disabled:hover,
.btn--reset--disabled.active,
.btn--reset--disabled:active {
  background-color: #ccc;
  color: #fff;
}
.btn--reset span {
  font-size: 0;
  line-height: 0;
  position: absolute;
}
.btn--reset::before {
  content: "q";
  font-family: "eurobank";
  font-size: 17px;
  line-height: 0.7;
  vertical-align: middle;
}
.btn--bcheckup {
  min-width: 235px;
  font-size: 0.875rem;
  font-weight: bold;
  color: #fff;
  border-color: transparent;
  background-color: #0c6db3;
}
.btn--bcheckup:hover,
.btn--bcheckup:active {
  color: #fff;
  background-color: #0a568c;
}
.btn--bcheckup.reversed {
  color: #0c6db3;
  background-color: #fff;
  border: 1px solid #ccc;
}
.btn--bcheckup.reversed:hover,
.btn--bcheckup.reversed:active {
  background-color: #f2f2f2;
  color: #4a4a4a;
}
.btn--edit {
  padding-left: 50px;
  padding-right: 20px;
  font-size: 0.875rem;
  line-height: 1;
  color: #4a4a4a;
  background: #fff url("../../images/icns/edit.svg") 20px 50% no-repeat;
}
.btn--back {
  font-weight: 400;
}
@media screen and (max-width: 599px) {
  .btn--back {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 0.875rem;
    line-height: 1.21429;
  }
}
@media screen and (max-width: 350px) {
  .btn--back {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 0.75rem;
    line-height: 1.41667;
  }
}
.btn--back::before {
  content: "<";
  font-family: "eurobank";
  font-size: 17px;
  line-height: 0.7;
  vertical-align: middle;
  margin-right: 15px;
}
@media screen and (max-width: 599px) {
  .btn--back::before {
    margin-right: 10px;
  }
}
@media screen and (max-width: 350px) {
  .btn--back::before {
    margin-right: 5px;
  }
}

select.styled {
  opacity: 0;
}

.selectboxit-container * {
  font-family: "SourceSans", sans-serif;
}

.selectboxit-container {
  display: block;
}
.selectboxit-container .selectboxit-btn {
  height: 48px;
  line-height: 48px;
}
.selectboxit-container .selectboxit-text {
  height: 46px;
  line-height: 48px;
}
.selectboxit-container .selectboxit-btn > .selectboxit-arrow-container,
.selectboxit-container .selectboxit-btn > .selectboxit-option-icon-container {
  height: 46px;
  line-height: 46px;
}
.selectboxit-container .selectboxit-btn {
  background: #0c6db3;
  border: 1px solid #0c6db3;
}
.selectboxit-container .selectboxit-btn:hover,
.selectboxit-container .selectboxit-btn:focus,
.selectboxit-container .selectboxit-btn:active {
  background: #0c6db3;
}
.has-error .selectboxit-container .selectboxit-btn {
  border-color: #e52600;
}
.selectboxit-container .selectboxit-text {
  color: #fff;
}
.selectboxit-container
  .selectboxit-arrow-container
  .selectboxit-default-arrow:after {
  color: #fff;
}
.selectboxit-container
  .selectboxit-list
  > .selectboxit-focus
  > .selectboxit-option-anchor {
  background: #0c6db3;
  color: #fff;
}
.selectboxit-container .selectboxit {
  width: auto;
}
.selectboxit-container .selectboxit-option-icon-container {
  margin-left: 0;
}
.selectboxit-container .selectboxit-btn {
  width: 100%;
  padding-right: 35px;
  border-radius: 4px;
}
.selectboxit-container .selectboxit-text {
  font-size: 14px;
  max-width: 100% !important;
  text-indent: 15px;
  float: none;
}
.selectboxit-container .selectboxit-arrow-container {
  position: absolute;
  right: 15px;
  top: 0;
}
@media screen and (max-width: 640px) {
  .selectboxit-container .selectboxit-arrow-container {
    right: 10px;
  }
}
.selectboxit-container .selectboxit-arrow-container .selectboxit-default-arrow {
  border: none;
  margin-top: -7px;
}
.selectboxit-container
  .selectboxit-arrow-container
  .selectboxit-default-arrow:after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 9px;
  background: url("../../images/EPS/icns/arrow-select-blue.svg") 0 0 no-repeat;
  background-size: contain;
}
.selectboxit-container .selectboxit-options {
  border-radius: 4px;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.35);
}
.selectboxit-container .selectboxit-option-anchor {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.selectboxit-container .selectboxit.selectboxit-disabled,
.selectboxit-container .selectboxit-options .selectboxit-disabled {
  opacity: 1;
}
.selectboxit-container
  .selectboxit.selectboxit-disabled
  .selectboxit-option-anchor,
.selectboxit-container
  .selectboxit-options
  .selectboxit-disabled
  .selectboxit-option-anchor {
  background: #656566;
}

.selectBoxWrap {
  position: relative;
}
.selectBoxWrap select {
  font-size: 18px;
  min-width: 100%;
}
.selectBoxWrap--shortheight .selectboxit-container .selectboxit-btn {
  height: 30px;
  line-height: 30px;
}
.selectBoxWrap--shortheight .selectboxit-container .selectboxit-text {
  height: 28px;
  line-height: 30px;
}
.selectBoxWrap--shortheight
  .selectboxit-container
  .selectboxit-btn
  > .selectboxit-arrow-container,
.selectBoxWrap--shortheight
  .selectboxit-container
  .selectboxit-btn
  > .selectboxit-option-icon-container {
  height: 28px;
  line-height: 28px;
}
.selectBoxWrap--tall .selectboxit-container .selectboxit-btn {
  height: 72px;
  line-height: 72px;
}
@media screen and (max-width: 599px) {
  .selectBoxWrap--tall .selectboxit-container .selectboxit-btn {
    height: 50px;
    line-height: 50px;
  }
}
.selectBoxWrap--tall .selectboxit-container .selectboxit-text {
  height: 70px;
  line-height: 72px;
}
@media screen and (max-width: 599px) {
  .selectBoxWrap--tall .selectboxit-container .selectboxit-text {
    font-size: 1.375rem;
    line-height: 1.09091;
    height: 48px;
    line-height: 50px;
  }
}
.selectBoxWrap--tall
  .selectboxit-container
  .selectboxit-btn
  > .selectboxit-arrow-container,
.selectBoxWrap--tall
  .selectboxit-container
  .selectboxit-btn
  > .selectboxit-option-icon-container {
  height: 70px;
  line-height: 70px;
}
@media screen and (max-width: 599px) {
  .selectBoxWrap--tall
    .selectboxit-container
    .selectboxit-btn
    > .selectboxit-arrow-container,
  .selectBoxWrap--tall
    .selectboxit-container
    .selectboxit-btn
    > .selectboxit-option-icon-container {
    height: 48px;
    line-height: 50px;
  }
}
.selectBoxWrap--tall .selectboxit-container .selectboxit-options * {
  font-size: 22px;
}
@media (min-width: 600px) {
  .selectBoxWrap--inlineblock .selectboxit-container {
    display: inline-block;
  }
  .selectBoxWrap--inlineblock .selectboxit-container .selectboxit-text {
    overflow: visible;
  }
}
@media (min-width: 980px) {
  .selectBoxWrap--inlineblock-md .selectboxit-container {
    display: inline-block;
  }
  .selectBoxWrap--inlineblock-md .selectboxit-container .selectboxit-text {
    overflow: visible;
  }
}
.selectBoxWrap--white .selectboxit-btn {
  background: #fff;
  border: 1px solid #ccc;
}
.selectBoxWrap--white .selectboxit-btn:hover,
.selectBoxWrap--white .selectboxit-btn:focus,
.selectBoxWrap--white .selectboxit-btn:active {
  background: #fff;
}
.has-error .selectBoxWrap--white .selectboxit-btn {
  border-color: #e52600;
}
.selectBoxWrap--white .selectboxit-text {
  color: #4a4a4a;
}
.selectBoxWrap--white
  .selectboxit-arrow-container
  .selectboxit-default-arrow:after {
  color: #4a4a4a;
}
.selectBoxWrap--white
  .selectboxit-list
  > .selectboxit-focus
  > .selectboxit-option-anchor {
  background: #0c6db3;
  color: #fff;
}
.selectBoxWrap--narrowpads .selectboxit-container .selectboxit-btn {
  padding-right: 30px;
}
.selectBoxWrap--narrowpads .selectboxit-container .selectboxit-text {
  text-indent: 5px;
}
.selectBoxWrap--narrowpads .selectboxit-container .selectboxit-arrow-container {
  right: 5px;
}
.selectBoxWrap--largepads .selectboxit-container .selectboxit-btn {
  padding-right: 35px;
}
@media screen and (max-width: 599px) {
  .selectBoxWrap--largepads .selectboxit-container .selectboxit-btn {
    padding-right: 30px;
  }
}
@media screen and (max-width: 599px) {
  .selectBoxWrap--largepads .selectboxit-container .selectboxit-text {
    text-indent: 10px;
    min-width: 50px;
  }
}
.selectBoxWrap--largepads .selectboxit-container .selectboxit-arrow-container {
  right: 13px;
}
@media screen and (max-width: 599px) {
  .selectBoxWrap--largepads
    .selectboxit-container
    .selectboxit-arrow-container {
    right: 10px;
  }
}

input.inpt-txt {
  width: 100%;
  height: 48px;
  padding: 0 10px;
  border-radius: 4px;
  outline: none;
  background: #fff;
  border: 1px solid #ccc;
  color: #4a4a4a;
}
input.inpt-txt::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}
input.inpt-txt::-webkit-input-placeholder {
  color: #979797;
}
input.inpt-txt:-moz-placeholder {
  color: #979797;
}
input.inpt-txt::-moz-placeholder {
  opacity: 1;
  color: #979797;
}
input.inpt-txt:-ms-input-placeholder {
  color: #979797;
}
input.inpt-txt:focus::-webkit-input-placeholder {
  color: transparent;
}
input.inpt-txt:focus:-moz-placeholder {
  color: transparent;
}
input.inpt-txt:focus::-moz-placeholder {
  color: transparent;
}
input.inpt-txt:focus:-ms-input-placeholder {
  color: transparent;
}
input.inpt-txt.placeholder {
  color: #979797;
}
input.inpt-txt--error,
input.inpt-txt.error,
input.inpt-txt.input-validation-error,
.has-error input.inpt-txt {
  color: #e52600;
  border-color: #e52600;
}
.form-group.has-success input.inpt-txt.input-validation-error {
  color: #4a4a4a;
  border-color: #ccc;
}
input.inpt-txt:focus {
  color: #4a4a4a;
  border-color: #ccc;
}
input.inpt-txt[disabled] {
  color: #e8e8e8;
  border-color: #e8e8e8;
}
input.inpt-txt.inlineFormInput {
  width: auto;
}
.form-group.readonly input.inpt-txt {
  opacity: 0;
  visibility: hidden;
}
.form-group.readonly input.inpt-txt[readonly] {
  opacity: 1;
  visibility: visible;
}
input.inpt-txt[readonly] {
  color: #b3b0ab;
  border-color: #ccc;
}

input.inpt-txt-large,
textarea {
  width: 100%;
  height: 48px;
  padding: 0 10px;
  border-radius: 4px;
  outline: none;
  background: #fff;
  border: 1px solid #ccc;
  color: #4a4a4a;
  height: 72px;
}
input.inpt-txt-large::-ms-clear,
textarea::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}
input.inpt-txt-large::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #979797;
}
input.inpt-txt-large:-moz-placeholder,
textarea:-moz-placeholder {
  color: #979797;
}
input.inpt-txt-large::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 1;
  color: #979797;
}
input.inpt-txt-large:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #979797;
}
input.inpt-txt-large:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  color: transparent;
}
input.inpt-txt-large:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
  color: transparent;
}
input.inpt-txt-large:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
  color: transparent;
}
input.inpt-txt-large:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
  color: transparent;
}
input.inpt-txt-large.placeholder,
textarea.placeholder {
  color: #979797;
}
input.inpt-txt-large--error,
input.inpt-txt-large.error,
textarea.error,
input.inpt-txt-large.input-validation-error,
textarea.input-validation-error,
.has-error input.inpt-txt-large,
.has-error textarea {
  color: #e52600;
  border-color: #e52600;
}
.form-group.has-success input.inpt-txt-large.input-validation-error,
.form-group.has-success textarea.input-validation-error {
  color: #4a4a4a;
  border-color: #ccc;
}
input.inpt-txt-large:focus,
textarea:focus {
  color: #4a4a4a;
  border-color: #ccc;
}
input.inpt-txt-large[disabled],
textarea[disabled] {
  color: #e8e8e8;
  border-color: #e8e8e8;
}
input.inpt-txt-large.inlineFormInput,
textarea.inlineFormInput {
  width: auto;
}
.form-group.readonly input.inpt-txt-large,
.form-group.readonly textarea {
  opacity: 0;
  visibility: hidden;
}
.form-group.readonly input.inpt-txt-large[readonly],
.form-group.readonly textarea[readonly] {
  opacity: 1;
  visibility: visible;
}
input.inpt-txt-large[readonly],
textarea[readonly] {
  color: #b3b0ab;
  border-color: #ccc;
}
@media screen and (max-width: 599px) {
  input.inpt-txt-large,
  textarea {
    font-size: 1.375rem;
    line-height: 1.09091;
    height: 50px;
  }
}

.inputWrap.datepickerInputWrap {
  position: relative;
}
.inputWrap.datepickerInputWrap:before,
.inputWrap.datepickerInputWrap:after {
  content: " ";
  display: table;
}
.inputWrap.datepickerInputWrap:after {
  clear: both;
}
.inputWrap.datepickerInputWrap .form-control {
  float: left;
}
.inputWrap.datepickerInputWrap .ui-datepicker-trigger {
  float: left;
  margin-left: 10px;
}
@media screen and (max-width: 599px) {
  .inputWrap.datepickerInputWrap .ui-datepicker-trigger {
    height: 25px;
  }
}

.inptWithOverChars {
  position: relative;
}
.inptWithOverChars .form-control {
  width: 100%;
  padding-left: 40px;
}
.inptWithOverChars .form-control::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}
.inptWithOverChars--right .form-control {
  padding-left: 10px;
  padding-right: 40px;
}
.inptWithOverChars__char {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #ccc;
}
.inptWithOverChars__char--right {
  right: 15px;
}
@media screen and (max-width: 599px) {
  .inptWithOverChars__char--right {
    right: 10px;
  }
}
@media screen and (max-width: 599px) {
  .inptWithOverChars .inpt-txt-large + .inptWithOverChars__char {
    font-size: 1.125rem;
  }
}

.control-label {
  font-weight: bold;
  font-size: 17px;
  padding-left: 10px;
  margin-bottom: 10px;
  display: inline-block;
}

textarea {
  font-size: 1.125rem;
  line-height: 1.22222;
  padding: 10px;
  display: block;
  resize: none;
}
.has-error textarea {
  border-color: #e52600;
}
.has-success textarea {
  border-color: #0c6db3;
}

.customChck .spanlabel {
  display: inline-block;
  position: relative;
  padding: 10px 0 10px 50px;
  cursor: pointer;
  font-size: 17px;
  font-weight: bold;
}
.customChck .spanlabel:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -20px;
  height: 40px;
  width: 40px;
  height: 40px;
  background-color: #fff;
  border: 1px solid #979899;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.customChck .spanlabel:after {
  content: "t";
  font-family: "eurobank";
  font-size: 17px;
  color: #fff;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -20px;
  height: 40px;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.customChck .spanlabel.greyNotChecked {
  color: #ccc;
}
.customChck .spanlabel.centered {
  display: block;
  min-height: 19px;
  padding-left: 0;
  padding-right: 0;
}
.customChck .spanlabel.centered:before {
  left: 50%;
  margin-left: -9px;
  top: 0;
  margin-top: 0;
}
.customChck .spanlabel.centered:after {
  left: 50%;
  margin-left: -5px;
  top: 4px;
  margin-top: 0;
}
.customChck .spanlabel.centered span {
  display: block;
  text-align: center;
  margin-top: 22px;
}
.customChck .spanlabel a {
  font-weight: bold;
  /*@include lnk($c-text){
                text-decoration:underline;
            }
            text-decoration:underline;*/
}

.customChck [type="radio"] + .spanlabel:before {
  background: none;
  border-radius: 50%;
  background-color: #fff;
}

.customChck [type="radio"] + .spanlabel:after {
  content: "";
  width: 32px;
  height: 32px;
  margin: 4px 0 0 4px;
  background: #0c6db3;
}

.customChck--large .spanlabel {
  line-height: 32px;
}
.customChck--large .spanlabel:before {
  width: 32px;
  height: 32px;
}
.customChck--large .spanlabel:after {
  width: 32px;
  height: 32px;
  line-height: 32px;
  font-size: 15px;
}

.customChck--white .spanlabel:before {
  border-color: #fff;
}

.customChck--white .spanlabel:after {
  border-color: #fff;
}

.customChck--transpwhite .spanlabel:before {
  background: none;
  border-color: #fff;
}

.customChck--transpwhite .spanlabel:after {
  background: none;
  border-color: #fff;
  content: "s";
}

.customChck.customChck--large.customChck--transpwhite .spanlabel:after {
  font-size: 32px;
}

.customChck [type="radio"] + .spanlabel:before,
.customChck [type="radio"] + .spanlabel:after {
  border-radius: 100%;
}

.customChck [type="checkbox"]:not(:checked) + .spanlabel:after,
.customChck [type="radio"]:not(:checked) + .spanlabel:after {
  opacity: 0;
  transform: scale(0);
}

.customChck [type="checkbox"]:checked + .spanlabel:before {
  background: #0c6db3;
  border-color: #0c6db3;
}

.customChck [type="radio"]:checked + .spanlabel:before {
  background: none;
  border-color: #0c6db3;
}

.customChck [type="checkbox"]:checked + .spanlabel:after,
.customChck [type="radio"]:checked + .spanlabel:after {
  opacity: 1;
  transform: scale(1);
}

.customChck [type="checkbox"]:checked + .spanlabel.greyNotChecked,
.customChck [type="radio"]:checked + .spanlabel.greyNotChecked {
  color: #000;
}

.customChck label:hover [type="checkbox"]:not(:disabled) + .spanlabel:before,
.customChck label:hover [type="radio"]:not(:disabled) + .spanlabel:before {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
}

.customChck label:hover [type="checkbox"]:not(:disabled) + .spanlabel:after,
.customChck label:hover [type="radio"]:not(:disabled) + .spanlabel:after {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
}

.customChck--white [type="checkbox"]:checked + .spanlabel:before,
.customChck--white [type="radio"]:checked + .spanlabel:before {
  background: #fff;
  border-color: #fff;
}

.customChck--white [type="checkbox"]:checked + .spanlabel:after,
.customChck--white [type="radio"]:checked + .spanlabel:after {
  color: #0c6db3;
}

.customChck--transpwhite [type="checkbox"]:checked + .spanlabel:before,
.customChck--transpwhite [type="radio"]:checked + .spanlabel:before {
  background: none;
  border-color: #fff;
}

.customChck--transpwhite [type="checkbox"]:checked + .spanlabel:after,
.customChck--transpwhite [type="radio"]:checked + .spanlabel:after {
  background: none;
  color: #fff;
}

.customChck [type="checkbox"]:disabled:not(:checked) + .spanlabel:before,
.customChck [type="radio"]:disabled:not(:checked) + .spanlabel:before,
.customChck [type="checkbox"]:disabled:checked + .spanlabel:before,
.customChck [type="radio"]:disabled:checked + .spanlabel:before {
  opacity: 0.5;
}

.customChck [type="checkbox"]:disabled + .spanlabel,
.customChck [type="radio"]:disabled + .spanlabel {
  cursor: default;
}

.customChck--rect [type="checkbox"] + .spanlabel:before {
  border-radius: 4px;
}

.customChck.inputError .spanlabel:before {
  border-color: #e52600;
}

.inputError .customChck .spanlabel:before {
  border-color: #e52600;
}

.field-validation-error {
  color: #e52600;
  margin-top: 10px;
}

.validation-summary-errors {
  display: none;
}

.help-block {
  display: block;
  margin-top: 10px;
}

#recaptcha_form2 {
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  transform-origin: 0 0;
}
@media screen and (max-width: 375px) {
  #recaptcha_form2 {
    transform: scale(0.88);
  }
}

.preloader,
.preloaderMedium,
.preloaderSmall {
  position: absolute;
  z-index: 50;
  left: 50%;
  top: 50%;
  -webkit-animation: prelAnim 1s infinite linear;
  -o-animation: prelAnim 1s infinite linear;
  animation: prelAnim 1s infinite linear;
}

.preloader {
  width: 30px;
  height: 30px;
  left: 50%;
  margin-left: -15px;
  width: 30px;
  top: 50%;
  margin-top: -15px;
  height: 30px;
  background: url("../../images/helpers/preloader.svg") 0 0 no-repeat;
  background-size: contain;
}
.preloader--large {
  width: 90px;
  height: 90px;
  left: 50%;
  margin-left: -45px;
  width: 90px;
  top: 50%;
  margin-top: -45px;
  height: 90px;
  background: url("../../images/helpers/preloader.svg") 0 0 no-repeat;
}
.preloader.ng-enter {
  opacity: 0;
  transition: opacity 1s;
}

.preloaderWrapper {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(224, 224, 224, 0.7);
}

.preloaderHolder {
  position: relative;
  height: 360px;
  display: block;
}

.btnPreloader {
  position: relative;
  display: inline-block;
  border-radius: 4px;
  background: #e8e8e8;
  border-radius: 4px;
}

.btnPreloader div {
  position: absolute;
  width: 35px;
  height: 35px;
  overflow: hidden;
  left: 50%;
  margin-left: -17.5px;
  width: 35px;
  top: 50%;
  margin-top: -17.5px;
  height: 35px;
  background: url("../../images/helpers/preloader.svg") 0 0 no-repeat;
  background-size: cover;
  -webkit-animation: prelAnim 1s infinite linear;
  -o-animation: prelAnim 1s infinite linear;
  animation: prelAnim 1s infinite linear;
  border-radius: 50%;
}
@media screen and (max-width: 599px) {
  .btnPreloader div {
    width: 25px;
    height: 25px;
    left: 50%;
    margin-left: -12.5px;
    width: 25px;
    top: 50%;
    margin-top: -12.5px;
    height: 25px;
  }
}

@media (min-width: 980px) {
  .header {
    padding-top: 137px;
  }
}

.header__outer {
  width: 100%;
  z-index: 999;
  position: fixed;
  top: 0;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -moz-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -webkit-backface-visibility: hidden;
}

@media screen and (max-width: 979px) {
  .header {
    padding-top: 120px;
  }
}

.header .logo_png {
  display: none !important;
}

.header .panelWrap,
.header .searchBar {
  display: none;
}

.header .mainLogo em {
  position: absolute;
  font-size: 0;
}

.header .inptSearchLabel > span {
  position: absolute;
}

.header .secondmenu,
.header .buttonmenu,
.header .menuIcon em {
  display: block;
}

.header .menubar {
  height: 40px;
  background: #000;
  padding-top: 13px;
  color: #fff;
  position: relative;
  z-index: 20;
}
.header .menubar__conts {
  z-index: 1;
}
@media screen and (max-width: 979px) {
  .header .menubar__conts {
    height: 100%;
  }
}
@media screen and (max-width: 979px) {
  .header .menubar {
    height: 60px;
    margin-bottom: 0;
    padding: 0;
  }
}
.header .menubar a {
  color: #fff;
  text-decoration: none;
}
@media (min-width: 980px) {
  .header .menubar a:hover {
    color: #0c6db3;
  }
}
.header .menubar a:active,
.header .menubar a.active {
  color: #0c6db3;
}
.header .menubar a:hover,
.header .menubar a:active,
.header .menubar a.active {
  color: #fff;
  text-decoration: underline;
}
.header .menubar span.phone {
  font-size: 14px;
}

.header .leftmenu {
  float: left;
}
@media screen and (max-width: 979px) {
  .header .leftmenu {
    display: none;
  }
}
.header .leftmenu a.active {
  text-decoration: underline;
}
.header .leftmenu li {
  float: left;
  padding-left: 27px;
}
.header .leftmenu li:first-child {
  padding-left: 0;
}
@media (max-width: 1080px) {
  .header .leftmenu li {
    padding-left: 15px;
  }
}
.header .leftmenu li + li {
  padding-left: 28px;
}
.header .leftmenu > ul > li:first-child {
  padding-right: 27px;
}
@media (max-width: 1080px) {
  .header .leftmenu > ul > li:first-child {
    padding-right: 15px;
  }
}
.header .leftmenu > li,
.header .leftmenu > ul > li {
  position: relative;
}
.header .leftmenu > li:before,
.header .leftmenu > ul > li:before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  height: 12px;
  border-left: 1px solid #fff;
}
.header .leftmenu > li:first-child,
.header .leftmenu > ul > li:first-child {
  padding-left: 0;
}
.header .leftmenu > li:first-child:before,
.header .leftmenu > ul > li:first-child:before {
  content: none;
}

.header .assistmenu {
  float: right;
}
@media screen and (max-width: 979px) {
  .header .assistmenu {
    display: none;
  }
}
.header .assistmenu li {
  float: left;
  margin-left: 37px;
}
@media (max-width: 1080px) {
  .header .assistmenu li {
    margin-left: 20px;
  }
}
.header .assistmenu li:first-child {
  margin-left: 0;
}
.header .assistmenu .loc {
  position: relative;
}
.header .assistmenu .loc:before {
  content: none;
}
.header .assistmenu .loc::after {
  content: "k";
  font-family: "eurobank";
  float: right;
  margin-left: 9px;
  margin-top: -4px;
  margin-right: -1px;
  color: #fff;
  font-size: 0.9375rem;
  display: inline-block;
  text-decoration: none;
}
.header .assistmenu .loc:hover::after {
  text-decoration: none;
}
.header .assistmenu .phone:before {
  content: none;
}
.header .assistmenu .phone:after {
  content: "l";
  font-family: "eurobank";
  float: right;
  margin-left: 11px;
  margin-top: -4px;
  color: #fff;
  font-size: 0.9375rem;
}

.header .langPanel {
  margin-top: -2px;
  margin-left: -6px;
}
@media screen and (max-width: 979px) {
  .header .langPanel {
    margin-top: 1px;
  }
}
.header .langPanel:focus {
  outline: none;
}
.header .langPanel .conts {
  border: 1px solid transparent;
}
.header .langPanel .trg {
  position: relative;
  outline: none;
  padding-left: 5px;
  -webkit-user-select: none;
  /* Chrome all / Safari all */
  -moz-user-select: none;
  /* Firefox all */
  -ms-user-select: none;
  /* IE 10+ */
  user-select: none;
}
.header .langPanel .trg:after {
  display: inline-block;
  content: "+";
  font-family: "eurobank";
  font-size: 11px;
  margin-left: 11px;
}
.header .langPanel ul {
  position: absolute;
  z-index: 1;
  max-height: 0;
  overflow: hidden;
}
.header .langPanel li {
  margin: 0;
  padding: 5px 5px;
  text-align: left;
  float: none;
}
@media screen and (max-width: 979px) {
  .header .langPanel li {
    padding: 2px 0;
  }
}
.header .langPanel a {
  -webkit-user-select: none;
  /* Chrome all / Safari all */
  -moz-user-select: none;
  /* Firefox all */
  -ms-user-select: none;
  /* IE 10+ */
  user-select: none;
}
@media screen and (max-width: 979px) {
  .header .langPanel a {
    display: inline-block;
    padding: 5px 10px;
  }
}
.header .langPanel:hover .trg:after,
.header .langPanel:active .trg:after {
  content: "-";
}
.header .langPanel:hover ul,
.header .langPanel:active ul {
  transition: max-height 0.3s;
  background: #19191a;
  max-height: 150px;
}

@media (min-width: 980px) {
  .header .mobileCont {
    display: none;
  }
}

.header .mobileCont .phone span,
.header .mobileCont .loc span {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  position: absolute;
}

.header .mobileCont .mainLogo {
  position: absolute;
  left: 22px;
  bottom: 5px;
  line-height: 1;
}
.header .mobileCont .mainLogo img {
  max-width: 120px;
  max-height: 50px;
  display: block;
}
@media screen and (max-width: 365px) {
  .header .mobileCont .mainLogo {
    left: 15px;
  }
}

.header .mobileCont__left {
  position: absolute;
  right: 30px;
  top: 28px;
}
.header .mobileCont__left:focus {
  outline: 0;
}
@media screen and (max-width: 365px) {
  .header .mobileCont__left {
    right: 15px;
  }
}

.header .mobileCont__right {
  outline: 0;
  position: absolute;
  right: 102px;
  top: 28px;
  font-size: 14px;
  line-height: 40px;
  color: #fff;
}
.header .mobileCont__right:focus {
  outline: 0;
}
@media screen and (max-width: 365px) {
  .header .mobileCont__right {
    right: 77px;
  }
}
.header .mobileCont__right ul {
  display: table;
  padding: 0;
  margin: 0;
  border-collapse: collapse;
  border: none;
}
.header .mobileCont__right ul .trow {
  display: table-row;
}
.header .mobileCont__right ul li {
  display: table-cell;
  padding: 0;
  margin: 0;
  vertical-align: middle;
  padding: 0 15px;
  line-height: 1;
}
@media screen and (max-width: 365px) {
  .header .mobileCont__right ul li {
    padding: 0 10px;
  }
}
.header .mobileCont__right ul li:last-child {
  padding-right: 0;
}
.header .mobileCont__right a {
  font-size: 0;
  line-height: 1;
}
.header .mobileCont__right a::before {
  font-size: 18px;
}

.header .belowmenu {
  z-index: 10;
  height: 97px;
  background: #fafafa;
  border: 0;
  -webkit-transition: background-color 0.15s;
  -o-transition: background-color 0.15s;
  transition: background-color 0.15s;
}
@media screen and (max-width: 979px) {
  .header .belowmenu {
    height: 60px;
    background: #fff;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
  }
}
.header .belowmenu__left {
  float: left;
  display: table;
  padding: 0;
  margin: 0;
  border-collapse: collapse;
  border: none;
}
.header .belowmenu__left .belowmenu__leftins {
  display: table-cell;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 979px) {
  .header .belowmenu__left {
    display: none;
  }
}
.header .belowmenu__leftins {
  display: table-cell;
  vertical-align: top;
  height: 97px;
}
@media screen and (max-width: 979px) {
  .header .belowmenu__leftins {
    margin-top: 0;
    height: 60px;
    vertical-align: middle;
    min-width: 80px;
  }
}
.header .belowmenu .activeCategTxt {
  line-height: 1;
  display: none;
}
@media screen and (max-width: 979px) {
  .header .belowmenu .activeCategTxt {
    color: #96989b;
    padding: 0 0 0 10px;
    letter-spacing: normal;
    margin-bottom: -1px;
  }
}
@media screen and (max-width: 350px) {
  .header .belowmenu .activeCategTxt {
    padding-left: 5px;
  }
}
.header .belowmenu h1 {
  line-height: 1px;
}
.header .belowmenu .mainLogo {
  position: relative;
  z-index: 1;
  display: block;
  margin-top: 11px;
  line-height: 1px;
}
@media screen and (max-width: 979px) {
  .header .belowmenu .mainLogo {
    margin-top: 0;
    height: auto;
  }
}
.header .belowmenu .mainLogo img {
  width: 181px;
}
@media screen and (min-width: 600px) and (max-width: 979px) {
  .header .belowmenu .mainLogo img {
    width: 130px;
  }
  .banktype_private .header .belowmenu .mainLogo img {
    width: 110px;
  }
}
@media screen and (max-width: 599px) {
  .header .belowmenu .mainLogo img {
    width: 110px;
  }
}
.header .belowmenu__conts {
  height: 97px;
}
@media screen and (max-width: 979px) {
  .header .belowmenu__conts {
    height: 60px;
    padding-left: 0;
    padding-right: 0;
  }
}

.header .secondmenu {
  left: 240px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transform: translateY(-48%);
  -ms-transform: translateY(-48%);
  -moz-transform: translateY(-48%);
  transform: translateY(-48%);
  margin-top: 3px;
}
@media screen and (max-width: 1280px) {
  .header .secondmenu {
    left: 184px;
  }
}
.header .secondmenu > li {
  display: inline-block;
  vertical-align: top;
  padding-left: 32px;
  line-height: 18px;
}
@media (max-width: 1140px) {
  .header .secondmenu > li {
    padding-left: 14px;
  }
}
.header .secondmenu > li:first-child {
  padding-left: 37px;
}
.header .secondmenu > li.withBreak {
  margin-top: 0;
}
.header .secondmenu a {
  color: #656566;
  letter-spacing: 0;
  font-size: 14px;
  font-weight: normal;
}
.header .secondmenu a:hover {
  color: #656566;
  text-decoration: underline;
}
.header .secondmenu a.active {
  font-weight: bold;
}
.header .secondmenu.js-decrease {
  margin-top: 2px;
}
@media screen and (max-width: 979px) {
  .header .secondmenu {
    display: none;
  }
}

.header .menuIcon div span {
  border-color: #19191a;
}

.header .header__conts {
  position: relative;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  height: 137px;
  letter-spacing: 0.58px;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 979px) {
  .header .header__conts {
    height: 120px;
    background: #fff;
  }
}

body.pagemode-edit .header {
  padding-top: 0 !important;
}
body.pagemode-edit .header__outer {
  position: static;
}

/*#region menubar */
@media screen and (max-width: 979px) {
  body.menu-phone {
    left: 0;
    position: fixed;
    overflow-y: scroll;
    width: 100%;
  }
}

.devicemenu {
  padding: 0;
  z-index: 15;
  position: absolute;
  left: 22px;
  top: 13px;
}
@media (min-width: 980px) {
  .devicemenu {
    display: none;
  }
}
@media screen and (max-width: 365px) {
  .devicemenu {
    left: 15px;
  }
}
.devicemenu .menuIcon {
  position: relative;
  display: block;
  width: 48px;
  height: 38px;
}
.devicemenu .menuIcon div {
  position: absolute;
  left: 50%;
  margin-left: -15.5px;
  width: 31px;
  top: 50%;
  margin-top: -12.5px;
  height: 25px;
  margin-top: -14px;
}
.devicemenu .menuIcon span {
  position: absolute;
  left: 0;
  width: 100%;
  border-bottom: 3px solid #000;
  -webkit-transition: transform 0.15s;
  -o-transition: transform 0.15s;
  transition: transform 0.15s;
  -webkit-transform-origin: 1px;
  -moz-transform-origin: 1px;
  -ms-transform-origin: 1px;
  transform-origin: 1px;
}
.devicemenu .menuIcon em {
  display: none;
}
.devicemenu .menuIcon span:nth-child(1) {
  top: 0;
}
.devicemenu .menuIcon span:nth-child(2) {
  top: 11px;
}
.devicemenu .menuIcon span:nth-child(3) {
  bottom: 0;
}
.devicemenu .menuIcon.active {
  color: #000;
}
.devicemenu .menuIcon.active div {
  -webkit-transform: translateX(3px);
  -ms-transform: translateX(3px);
  -moz-transform: translateX(3px);
  transform: translateX(3px);
}
.devicemenu .menuIcon.active span:nth-child(1) {
  -webkit-transform: rotate(45deg) translateX(1px);
  -ms-transform: rotate(45deg) translateX(1px);
  -moz-transform: rotate(45deg) translateX(1px);
  transform: rotate(45deg) translateX(1px);
}
.devicemenu .menuIcon.active span:nth-child(2) {
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -moz-transform: scaleX(0);
  transform: scaleX(0);
}
.devicemenu .menuIcon.active span:nth-child(3) {
  -webkit-transform: rotate(-45deg) translateX(1px);
  -ms-transform: rotate(-45deg) translateX(1px);
  -moz-transform: rotate(-45deg) translateX(1px);
  transform: rotate(-45deg) translateX(1px);
}

.header .menu-phone {
  /*#endregion */
}
.header .menu-phone .panelWrap {
  display: none;
  position: absolute;
  left: 0;
  z-index: 5;
  padding-top: 60px;
  width: 100%;
  max-height: 100vh;
  overflow: auto;
}
.header .menu-phone .panelWrap.active {
  display: block;
  -webkit-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
}
.header .menu-phone .panelWrap.open {
  background: rgba(0, 0, 0, 0.5);
}
.header .menu-phone .panelItem {
  padding: 0 0 55px 0;
  background: #e3e2e0;
  min-height: 100vh;
}
@media (min-width: 980px) {
  .header .menu-phone .panelItem {
    display: none !important;
  }
}
.header .menu-phone .panelWrap.active .panelItem {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.header .menu-phone .panelWrap.open .panelItem {
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -moz-transform: translateY(0%);
  transform: translateY(0%);
}
.header .menu-phone .mainMenuWrap {
  background: #e2e1df;
}
.header .menu-phone a {
  font-size: 1.375rem;
  line-height: 1;
  font-weight: bold;
  color: #4a4a4a;
  text-decoration: none;
}
.header .menu-phone a:hover {
  text-decoration: none;
}
@media (min-width: 980px) {
  .header .menu-phone a:hover {
    color: #0b9bd9;
  }
}
.header .menu-phone a:active,
.header .menu-phone a.active {
  color: #0b9bd9;
}
.header .menu-phone .mainMenu li:first-child .mainMenu__outer {
  padding-top: 22px;
}
.header .menu-phone .mainMenu__outer {
  padding-top: 5px;
}
.header .menu-phone .mainMenu__outer--nosubcont {
  padding: 5px 0;
}
.header .menu-phone .mainMenu__cont {
  position: relative;
  border-bottom-width: 4px;
}
.header .menu-phone .mainMenu__cont > a {
  display: block;
  padding-right: 15px;
}
.header .menu-phone .mainMenu__lnkWrap {
  position: relative;
  padding: 12px 40px 12px 20px;
  background: #f3f3f3;
}
.header .menu-phone .mainMenu .opened .mainMenu__lnkWrap {
  background: none;
}
.header .menu-phone .mainMenu .toggleLnk,
.header .menu-phone .mainMenu .dropdowns__toggleLnk {
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 12px;
  padding: 10px;
  line-height: 1;
}
.header .menu-phone .mainMenu .arrow:before {
  font-size: 15px;
}
.header .menu-phone .mainMenu .mainMenu__outer:not(.opened) .theme-border {
  border-bottom-color: #e3e2e0;
}
.header .menu-phone .mainMenu .hiddenCont {
  display: block;
  overflow: hidden;
  padding: 0;
  max-height: 0;
}
.header .menu-phone .mainMenu .hiddenCont ul {
  padding: 5px 5px 15px 20px;
}
.header .menu-phone .mainMenu .hiddenCont li {
  margin-top: 15px;
  line-height: 1;
}
.header .menu-phone .mainMenu .hiddenCont li:first-child {
  margin-top: 0;
}
.header .menu-phone .mainMenu .hiddenCont a {
  font-size: 1rem;
  line-height: 1.375;
  font-weight: 400;
}
.header .menu-phone .mainMenu .opened .hiddenCont {
  max-height: 1000px;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
.header .menu-phone .mainMenu .icon {
  color: #0c6db3;
  font-size: 1.5625rem;
  font-weight: normal;
  vertical-align: text-top;
  margin-right: 15px;
}
.header .menu-phone .mainMenu .icon.icon-logout {
  color: #e52600;
}
.header .menu-phone .otherMenu {
  margin-top: 10px;
}
.header .menu-phone .otherMenu li {
  padding: 10px 20px;
}
.header .menu-phone .otherMenu a {
  font-size: 1.375rem;
  line-height: 1;
  font-weight: 300;
}

.footer {
  position: relative;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  background: #494949;
  padding-top: 20px;
}
@media screen and (max-width: 599px) {
  .footer {
    text-align: center;
  }
}
.footer a {
  color: #fff;
  text-decoration: none;
}
@media (min-width: 980px) {
  .footer a:hover {
    color: #e8e8e8;
  }
}
.footer a:active,
.footer a.active {
  color: #e8e8e8;
}
.footer__conts {
  position: relative;
  max-width: 1224px;
  margin-left: auto;
  margin-right: auto;
}
.footer__conts:before,
.footer__conts:after {
  content: " ";
  display: table;
}
.footer__conts:after {
  clear: both;
}
@media screen and (max-width: 1280px) {
  .footer__conts {
    padding-left: 14px;
    padding-right: 14px;
  }
}
.footer__aside {
  float: left;
  width: 14%;
  max-width: 180px;
}
@media screen and (max-width: 979px) {
  .footer__aside {
    float: none;
    width: auto;
    max-width: none;
    text-align: center;
  }
}
.footer .logowrap {
  margin-bottom: 35px;
  text-align: right;
}
@media screen and (max-width: 979px) {
  .footer .logowrap {
    text-align: center;
  }
}
.footer .logowrap .mainLogo {
  display: block;
}
@media screen and (max-width: 979px) {
  .footer .logowrap .mainLogo {
    display: inline-block;
    text-align: center;
  }
}
.footer .logowrap img {
  max-width: 100%;
}
@media screen and (max-width: 599px) {
  .footer .logowrap img {
    max-width: 150px;
  }
}
.footer__menu {
  float: left;
  width: 65%;
  margin-left: 4%;
  margin-top: 20px;
}
@media screen and (max-width: 979px) {
  .footer__menu {
    width: auto;
    float: none;
    margin: 0 0 45px 0;
  }
}
.footer__menu ul {
  text-align: center;
}
@media (min-width: 980px) {
  .footer__menu ul {
    display: table;
    padding: 0;
    margin: 0;
    border-collapse: collapse;
    border: none;
  }
  .footer__menu ul .trow {
    display: table-row;
  }
  .footer__menu ul li {
    display: table-cell;
    padding: 0;
    margin: 0;
    padding: 0 25px;
  }
}
@media screen and (max-width: 979px) {
  .footer__menu ul li {
    margin: 20px 0;
  }
}
.footer__contact {
  padding: 55px 0 0 25px;
  color: #fff;
  font-size: 12px;
}
@media screen and (max-width: 979px) {
  .footer__contact {
    padding-top: 20px;
    padding-left: 0;
    text-align: center;
  }
}
.footer__asideright {
  float: right;
  width: 17%;
  margin-top: 25px;
  text-align: right;
  font-size: 0.75rem;
  line-height: 1;
  color: #a8a8a8;
}
.footer__asideright div {
  padding-bottom: 15px;
}
.footer__asideright img + img {
  margin-left: 12px;
}
@media screen and (max-width: 979px) {
  .footer__asideright {
    width: auto;
    float: none;
    margin: 0;
    text-align: center;
  }
}
.footer__below {
  margin-top: 25px;
  border-top: 2px solid #fff;
  background: #434d56;
  color: #fff;
  font-weight: 300;
}
@media screen and (max-width: 1280px) {
  .footer__below {
    padding-left: 14px;
    padding-right: 14px;
  }
}
.footer__below__conts {
  display: table;
  padding: 0;
  margin: 0;
  border-collapse: collapse;
  border: none;
  position: relative;
  max-width: 1224px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.footer__below__conts .trow {
  display: table-row;
}
.footer__below__conts > div {
  display: table-cell;
  padding: 0;
  margin: 0;
  vertical-align: middle;
  padding-top: 10px;
  padding-bottom: 10px;
}
.footer__below__left {
  text-align: left;
}
.footer__below__right {
  text-align: right;
}

/*#region dropdowns */
.dropdowns__item {
  position: relative;
  padding: 28px 0 28px 0;
}
@media screen and (max-width: 599px) {
  .dropdowns__item {
    padding: 15px 0px;
  }
}
.dropdowns__item:first-child {
  padding-top: 0;
}

.dropdowns__toggleLnk {
  position: absolute;
  right: 25px;
  top: 50%;
  margin-top: -12.5px;
  height: 25px;
  z-index: 1;
  cursor: pointer;
  line-height: 25px;
}
@media screen and (max-width: 599px) {
  .dropdowns__toggleLnk {
    bottom: 16px;
  }
}
.dropdowns__toggleLnk span {
  display: none;
}
.dropdowns__toggleLnk span em {
  font-style: normal;
}
@media screen and (max-width: 599px) {
  .dropdowns__toggleLnk span em {
    display: none;
  }
}
.dropdowns__toggleLnk span::after {
  content: "-";
  font-family: "eurobank";
  font-size: 12px;
  padding-left: 5px;
}
.dropdowns__toggleLnk span:first-child {
  display: block;
}
.dropdowns__toggleLnk span:first-child::after {
  content: "+";
}

.dropdowns__item.active > .dropdowns__toggleLnk {
  top: 100%;
  -webkit-transform: translateY(-30px);
  -ms-transform: translateY(-30px);
  -moz-transform: translateY(-30px);
  transform: translateY(-30px);
}

.dropdowns__headWrap {
  position: relative;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
}
.dropdowns__headWrap .dropdowns__toggleLnk {
  -webkit-transform: translateY(5px);
  -ms-transform: translateY(5px);
  -moz-transform: translateY(5px);
  transform: translateY(5px);
  margin: 0;
  top: auto;
}
@media screen and (max-width: 599px) {
  .dropdowns__headWrap .dropdowns__toggleLnk {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
    bottom: auto;
  }
}

.dropdowns__head {
  color: #1975b7;
  cursor: pointer;
  font-weight: bold;
  padding-right: 10px;
}
@media screen and (max-width: 979px) {
  .dropdowns__head {
    font-size: 1.375rem;
    line-height: 1.09091;
  }
}
@media screen and (min-width: 600px) and (max-width: 979px) {
  .dropdowns__head {
    padding-right: 10px;
  }
}
@media screen and (max-width: 599px) {
  .dropdowns__head {
    padding-right: 0;
  }
}

.dropdowns__headtxt {
  cursor: pointer;
  padding-right: 10px;
  margin: 0;
}
@media screen and (min-width: 600px) and (max-width: 979px) {
  .dropdowns__headtxt {
    padding-right: 10px;
  }
}
@media screen and (max-width: 599px) {
  .dropdowns__headtxt {
    padding-right: 0;
  }
}

.dropdowns__head + .dropdowns__headtxt,
.dropdowns__headWrap + .dropdowns__headtxt {
  margin-top: 15px;
}

.dropdowns__item.active .toggleLnk span,
.dropdowns__item.active .dropdowns__toggleLnk span {
  display: block;
}
.dropdowns__item.active .toggleLnk span:first-child,
.dropdowns__item.active .dropdowns__toggleLnk span:first-child {
  display: none;
}

.dropdowns .content,
.dropdowns .header .menubar__conts,
.header .dropdowns .menubar__conts,
.dropdowns .header .belowmenu__conts,
.header .dropdowns .belowmenu__conts {
  display: none;
  margin-top: 15px;
  padding: 0 10px 0 0;
}
@media screen and (min-width: 600px) and (max-width: 979px) {
  .dropdowns .content,
  .dropdowns .header .menubar__conts,
  .header .dropdowns .menubar__conts,
  .dropdowns .header .belowmenu__conts,
  .header .dropdowns .belowmenu__conts {
    padding-right: 10px;
  }
}
@media screen and (max-width: 599px) {
  .dropdowns .content,
  .dropdowns .header .menubar__conts,
  .header .dropdowns .menubar__conts,
  .dropdowns .header .belowmenu__conts,
  .header .dropdowns .belowmenu__conts {
    padding-right: 0;
  }
}
.dropdowns .content .detailsHead,
.dropdowns .header .menubar__conts .detailsHead,
.header .dropdowns .menubar__conts .detailsHead,
.dropdowns .header .belowmenu__conts .detailsHead,
.header .dropdowns .belowmenu__conts .detailsHead {
  font-weight: bold;
}
.dropdowns .content--withaccordion {
  padding-right: 0;
}
.dropdowns .content .accordion,
.dropdowns .header .menubar__conts .accordion,
.header .dropdowns .menubar__conts .accordion,
.dropdowns .header .belowmenu__conts .accordion,
.header .dropdowns .belowmenu__conts .accordion {
  margin-top: 15px;
}

.dropdowns .dropdowns__item--noinnerpad .dropdowns__headtxt *:last-child {
  margin-bottom: 0;
}

.dropdowns .dropdowns__item--noinnerpad .content,
.dropdowns .dropdowns__item--noinnerpad .header .menubar__conts,
.header .dropdowns .dropdowns__item--noinnerpad .menubar__conts,
.dropdowns .dropdowns__item--noinnerpad .header .belowmenu__conts,
.header .dropdowns .dropdowns__item--noinnerpad .belowmenu__conts {
  margin-top: 0;
  padding-top: 0;
}
.dropdowns .dropdowns__item--noinnerpad .content ul,
.dropdowns .dropdowns__item--noinnerpad .header .menubar__conts ul,
.header .dropdowns .dropdowns__item--noinnerpad .menubar__conts ul,
.dropdowns .dropdowns__item--noinnerpad .header .belowmenu__conts ul,
.header .dropdowns .dropdowns__item--noinnerpad .belowmenu__conts ul {
  margin-bottom: 0;
}

body.pagemode-edit .dropdowns__toggleLnk {
  display: none;
}

body.pagemode-edit .dropdowns .content:not(.b-prodlist__cell),
body.pagemode-edit .dropdowns .header .menubar__conts:not(.b-prodlist__cell),
.header body.pagemode-edit .dropdowns .menubar__conts:not(.b-prodlist__cell),
body.pagemode-edit .dropdowns .header .belowmenu__conts:not(.b-prodlist__cell),
.header body.pagemode-edit .dropdowns .belowmenu__conts:not(.b-prodlist__cell) {
  display: block;
}

/*#endregion */
.infoBox {
  width: 380px;
  height: 370px;
  background: url("../../images/EPS/map/infobox.png") no-repeat;
  overflow: visible !important;
}
@media screen and (max-width: 599px) {
  .infoBox {
    display: none;
  }
}
.infoBox > img {
  z-index: 1;
}

.theInfobox {
  padding: 20px 12px 12px 38px;
  color: #4a4a4a;
  font-size: 14px;
  font-family: "SourceSans", sans-serif;
}
.theInfobox a {
  color: #000;
  text-decoration: none;
}
.theInfobox a:hover {
  text-decoration: none;
}
@media (min-width: 980px) {
  .theInfobox a:hover {
    color: #0b9bd9;
  }
}
.theInfobox a:active,
.theInfobox a.active {
  color: #0b9bd9;
}
.theInfobox__ins {
  position: relative;
  height: 339px;
}
.theInfobox__txt {
  height: 157px;
  overflow: hidden;
  padding-left: 10px;
  padding-bottom: 10px;
}
.theInfobox .price {
  font-size: 17px;
  font-weight: bold;
  color: #000;
  min-height: 33px;
}
.theInfobox .title {
  font-size: 18px;
  font-weight: bold;
}
.theInfobox .addr {
  font-weight: 300;
  font-size: 12px;
  height: 25px;
  overflow: hidden;
}
.theInfobox .imgDiv {
  height: 182px;
  background: 50% 50% no-repeat;
  background-size: cover;
}
.theInfobox .pagination {
  position: absolute;
  right: 40px;
  top: -10px;
}

.mobileInfobox {
  display: none;
  position: relative;
  padding: 0 12px;
  color: #4a4a4a;
  font-size: 18px;
}
@media (min-width: 600px) {
  .mobileInfobox {
    display: none !important;
  }
}
.mobileInfobox.active {
  display: block;
}
.mobileInfobox__ins {
  position: relative;
  background: #fff;
  padding: 20px 10px 10px;
}
.mobileInfobox .paginationWrap {
  float: left;
}
.mobileInfobox .close,
.mobileInfobox .closeBtn {
  float: right;
  margin: 0;
  padding: 0;
  border: none;
  background: none;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  outline: 0;
  margin: 0 22px 22px auto;
  color: #0c6db3;
  text-decoration: none;
  font-size: 18px;
  font-weight: bold;
}
.mobileInfobox .close[type="button"],
.mobileInfobox [type="button"].closeBtn,
.mobileInfobox .close[type="reset"],
.mobileInfobox [type="reset"].closeBtn,
.mobileInfobox .close[type="submit"],
.mobileInfobox [type="submit"].closeBtn {
  -webkit-appearance: none;
  -moz-appearance: none;
}
.mobileInfobox .close:hover,
.mobileInfobox .closeBtn:hover {
  text-decoration: none;
}
@media (min-width: 980px) {
  .mobileInfobox .close:hover,
  .mobileInfobox .closeBtn:hover {
    color: #0b9bd9;
  }
}
.mobileInfobox .close:active,
.mobileInfobox .closeBtn:active,
.mobileInfobox .close.active,
.mobileInfobox .active.closeBtn {
  color: #0b9bd9;
}
.mobileInfobox .close:before,
.mobileInfobox .closeBtn:before {
  content: none;
}
.mobileInfobox__itemwrap {
  clear: both;
}
.mobileInfobox__txt {
  padding-left: 20px;
  padding-bottom: 35px;
}
.mobileInfobox .title {
  font-size: 25px;
  font-weight: bold;
}
.mobileInfobox .addr {
  font-weight: 300;
}
.mobileInfobox .type {
  margin-top: 15px;
  font-weight: 300;
  margin-bottom: 5px;
}
.mobileInfobox .price {
  font-size: 20px;
  font-weight: bold;
}
.mobileInfobox .imgDiv {
  height: 175px;
  background: 50% 50% no-repeat;
  background-size: cover;
}

.s-prop-filters {
  position: relative;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 15px;
}
.s-prop-filters__conts {
  padding: 45px 25px 30px 25px;
  background: #f2f2f2;
}
@media screen and (min-width: 1340px) and (max-width: 1380px) {
  .s-prop-filters__conts {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 599px) {
  .s-prop-filters__conts {
    padding: 25px 10px;
    background: none;
    border-bottom: 1px solid #cbcbcb;
  }
}
.s-prop-filters .title {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 20px;
}
.s-prop-filters .btnWrap {
  margin-top: 35px;
}
.s-prop-filters .btnIns {
  position: relative;
  display: inline-block;
  width: 160px;
  height: 54px;
}
.s-prop-filters .btnPreloader {
  position: absolute;
  left: 0;
  top: 0;
  width: 160px;
  height: 54px;
}
.s-prop-filters .btn {
  font-weight: bold;
}
.s-prop-filters .inpt-txt {
  font-size: 14px;
}
@media screen and (max-width: 599px) {
  .s-prop-filters .inpt-txt {
    font-size: 16px;
  }
}
.s-prop-filters .selectBoxWrap .selectboxit-text {
  min-width: 100px;
}
@media (min-width: 600px) {
  .s-prop-filters .selectBoxWrap .selectboxit-btn {
    border-color: #fff;
  }
}
@media (min-width: 600px) {
  .s-prop-filters .form-group-wrap {
    display: table;
    padding: 0;
    margin: 0;
    border-collapse: collapse;
    border: none;
  }
  .s-prop-filters .form-group-wrap .trow {
    display: table-row;
  }
  .s-prop-filters .form-group-wrap .form-group {
    display: table-cell;
    padding: 0;
    margin: 0;
    text-align: left;
    vertical-align: top;
    padding-left: 15px;
  }
  .s-prop-filters .form-group-wrap .form-group:first-child {
    padding-left: 0;
  }
}
@media only print {
  .s-prop-filters .form-group-wrap {
    display: table;
    padding: 0;
    margin: 0;
    border-collapse: collapse;
    border: none;
  }
  .s-prop-filters .form-group-wrap .trow {
    display: table-row;
  }
  .s-prop-filters .form-group-wrap .form-group {
    display: table-cell;
    padding: 0;
    margin: 0;
    text-align: left;
    vertical-align: top;
    padding-left: 15px;
  }
  .s-prop-filters .form-group-wrap .form-group:first-child {
    padding-left: 0;
  }
}
@media screen and (min-width: 1240px) {
  .s-prop-filters .form-row {
    display: table;
    padding: 0;
    margin: 0;
    border-collapse: collapse;
    border: none;
    width: 100%;
  }
  .s-prop-filters .form-row .trow {
    display: table-row;
  }
  .s-prop-filters .form-row .form-row-cell {
    display: table-cell;
    padding: 0;
    margin: 0;
    vertical-align: top;
  }
  .s-prop-filters .form-row .form-row-cell .form-group-wrap {
    margin-left: auto;
    margin-right: auto;
  }
  .s-prop-filters .form-row .form-row-cell:first-child .form-group-wrap {
    margin-left: 0;
    margin-right: auto;
  }
  .s-prop-filters .form-row .form-row-cell:last-child .form-group-wrap {
    margin-left: auto;
    margin-right: 0;
  }
}
@media screen and (max-width: 1440px) {
  .s-prop-filters .form-row:before,
  .s-prop-filters .form-row:after {
    content: " ";
    display: table;
  }
  .s-prop-filters .form-row:after {
    clear: both;
  }
  .s-prop-filters .form-row .form-row-cell {
    margin-bottom: 15px;
  }
  .s-prop-filters .form-row .form-row-cell:last-child {
    margin-right: 0;
  }
  .s-prop-filters .form-row .form-group-wrap {
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 599px) {
  .s-prop-filters .form-row .form-row-cell {
    float: none;
    margin-right: 0;
  }
  .s-prop-filters .form-row .form-group {
    margin-bottom: 15px;
  }
}
.s-prop-filters .input-wrap--range {
  background: #eaeaea;
  border-radius: 4px;
  font-size: 14px;
  white-space: nowrap;
}
@media screen and (max-width: 599px) {
  .s-prop-filters .input-wrap--range {
    display: table;
  }
}
.s-prop-filters .input-wrap--range span {
  padding: 0 5px;
  display: inline-block;
  vertical-align: top;
  height: 48px;
  line-height: 48px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.s-prop-filters .input-wrap--range .inpt-txt {
  width: 70px;
  text-align: center;
  color: #000;
}
@media screen and (max-width: 599px) {
  .s-prop-filters .input-wrap--range .inpt-txt {
    width: 85px;
  }
}
.s-prop-filters .input-wrap--range .inpt-txt.wide {
  width: 80px;
}
@media screen and (max-width: 599px) {
  .s-prop-filters .input-wrap--range .inpt-txt.wide {
    width: 85px;
  }
}
.s-prop-filters .input-wrap--range .inpt-txt:first-child {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.s-prop-filters .input-wrap--range .inpt-txt:last-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
@media screen and (min-width: 1240px) and (max-width: 1339px) {
  .s-prop-filters__conts {
    padding-left: 10px;
    padding-right: 10px;
  }
  .s-prop-filters .control-label {
    font-size: 15px;
    padding-left: 0;
  }
  .s-prop-filters input.inpt-txt {
    padding-left: 5px;
    padding-right: 5px;
  }
  .s-prop-filters .input-wrap--range span {
    padding-left: 2px;
    padding-right: 2px;
  }
  .s-prop-filters .selectboxit-container .selectboxit-text {
    max-width: 110px !important;
    overflow: hidden;
    text-overflow: ellipsis;
    text-indent: 10px;
  }
  .s-prop-filters .selectboxit-container .selectboxit-btn {
    padding-right: 25px;
  }
  .s-prop-filters .selectboxit-container .selectboxit-arrow-container {
    right: 5px;
  }
  .s-prop-filters .input-wrap--range .inpt-txt {
    width: 50px;
  }
  .s-prop-filters .input-wrap--range .inpt-txt.wide {
    width: 75px;
  }
}

.s-prop-results {
  position: relative;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 100px;
}
.s-prop-results__nores {
  padding: 10px 24px;
  text-align: center;
  color: #e52600;
}

.s-prop-view {
  position: relative;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}
.s-prop-view__conts {
  padding: 45px 20px;
}
@media screen and (max-width: 599px) {
  .s-prop-view__conts {
    text-align: center;
    padding: 30px 10px;
  }
}
@media (min-width: 600px) {
  .s-prop-view__row {
    display: table;
    padding: 0;
    margin: 0;
    border-collapse: collapse;
    border: none;
    width: 100%;
  }
  .s-prop-view__row .trow {
    display: table-row;
  }
  .s-prop-view__row > div {
    display: table-cell;
    padding: 0;
    margin: 0;
    vertical-align: middle;
  }
}
.s-prop-view__left {
  color: #4a4a4a;
  font-weight: 300;
  font-size: 18px;
}
@media screen and (max-width: 599px) {
  .s-prop-view__left {
    color: #909090;
    font-size: 20px;
    font-weight: bold;
  }
}
.s-prop-view__right:before,
.s-prop-view__right:after {
  content: " ";
  display: table;
}
.s-prop-view__right:after {
  clear: both;
}
@media (min-width: 600px) {
  .s-prop-view__right {
    text-align: right;
  }
}
.s-prop-view__right button {
  margin: 0 10px;
}
@media screen and (max-width: 599px) {
  .s-prop-view__right button {
    margin: 0 20px;
  }
}
@media screen and (max-width: 599px) {
  .s-prop-view__right {
    margin-top: 30px;
  }
}
.s-prop-view__right__ins {
  /*@include table('.s-prop-view__right__cell'){
                vertical-align:middle;
                &:first-child{padding-right:35px;}
            }
            margin:0 0 0 auto;*/
}
@media (min-width: 600px) {
  .s-prop-view__right__cell {
    float: right;
    margin-left: 35px;
  }
  .s-prop-view__right__cell:last-child {
    margin-left: 0;
  }
}
@media screen and (max-width: 599px) {
  .s-prop-view__right__cell:last-child {
    text-align: left;
    margin-top: 25px;
  }
}

.s-map.inactive {
  position: absolute;
  width: 1440px;
  left: -99999px;
}

.s-map .b-map .mapDiv {
  height: 730px;
  max-height: 80vh;
}
@media screen and (max-width: 599px) {
  .s-map .b-map .mapDiv {
    height: 400px;
    max-height: none;
  }
}

@media screen and (max-width: 599px) {
  .s-map .mobileInfobox {
    top: -190px;
    margin-bottom: -190px;
  }
}

.s-prop-list__conts:before,
.s-prop-list__conts:after {
  content: " ";
  display: table;
}

.s-prop-list__conts:after {
  clear: both;
}

@media screen and (max-width: 1440px) {
  .s-prop-list__conts {
    padding-left: 12px;
    padding-right: 12px;
  }
}

.s-prop-list .slick-track {
  padding-top: 2px;
}

.s-prop-list div:not(.arrowHolder) > .slick-arrow.slick-prev {
  left: -2px;
}

.s-prop-list div:not(.arrowHolder) > .slick-arrow.slick-next {
  right: -2px;
}

@media only print {
  .s-prop-list .s-cards .gallery {
    border: 0;
  }
}

@media print {
  .s-prop-list .s-cards .gallery .item {
    float: left;
    width: 25%;
  }
}

@media only print {
  .s-prop-list .s-cards .gallery .item {
    margin-top: 20px;
  }
}

@media (min-width: 600px) {
  .s-prop-list .paginationWrap {
    padding-left: 50px;
  }
}

@media screen and (max-width: 599px) {
  .s-prop-list .paginationWrap {
    padding-left: 14px;
    padding-right: 14px;
  }
}

.s-prop-list .paginationWrap .thepage {
  vertical-align: bottom;
  font-size: 18px;
  font-weight: 300;
  display: inline-block;
  margin-bottom: -2px;
  margin-right: 15px;
}

.s-prop-list .preloaderHolder {
  height: 50vh;
}

.strip {
  position: relative;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}
.strip__conts {
  position: relative;
  max-width: 1224px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1280px) {
  .strip__conts {
    padding-left: 14px;
    padding-right: 14px;
  }
}
.strip__conts.wide {
  position: relative;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}
.strip__txtarea {
  margin-bottom: 20px;
  position: relative;
}
.strip .s-head {
  font-weight: 700;
  font-size: 30px;
}
@media screen and (max-width: 599px) {
  .strip .s-head {
    font-size: 28px;
  }
}
.strip .viewoptions + .s-head {
  padding-right: 100px;
}
.strip.strip--featured .s-head {
  color: #909090;
}
.strip .s-p {
  font-size: 1.75rem;
  line-height: 1.14286;
}
@media screen and (min-width: 600px) and (max-width: 979px) {
  .strip .s-p {
    font-size: 1.375rem;
    line-height: 1.09091;
  }
}
@media screen and (max-width: 599px) {
  .strip .s-p {
    font-size: 1.125rem;
    line-height: 1.22222;
  }
}
.strip .s-p--medium {
  font-size: 1.375rem;
  line-height: 1.09091;
}
@media screen and (max-width: 599px) {
  .strip .s-p--medium {
    font-size: 1.125rem;
    line-height: 1.11111;
  }
}
.strip .s-head-form {
  font-weight: bold;
  margin: 0 0 20px 0;
  padding-left: 40px;
  margin-bottom: 0;
}
@media screen and (min-width: 600px) and (max-width: 979px) {
  .strip .s-head-form {
    font-size: 1.75rem;
    line-height: 1.14286;
  }
}
@media screen and (max-width: 599px) {
  .strip .s-head-form {
    font-size: 1.75rem;
    line-height: 1.14286;
  }
}
@media (min-width: 980px) {
  .strip .s-head-form {
    padding-right: 26px;
  }
}
@media screen and (min-width: 600px) and (max-width: 979px) {
  .strip .s-head-form {
    padding-left: 10px;
  }
}
@media screen and (max-width: 599px) {
  .strip .s-head-form {
    padding-left: 0;
  }
}
.strip .s-p-form {
  padding-left: 40px;
  font-weight: bold;
}
@media (min-width: 980px) {
  .strip .s-p-form {
    padding-right: 26px;
  }
}
@media screen and (min-width: 600px) and (max-width: 979px) {
  .strip .s-p-form {
    padding-left: 10px;
  }
}
@media screen and (max-width: 599px) {
  .strip .s-p-form {
    padding-left: 0;
  }
}
.strip .viewoptions,
.strip .viewAngOptions {
  position: absolute;
  top: -10px;
  right: 0;
}
.strip__lnk-wrap {
  font-weight: bold;
  padding-top: 40px;
  text-align: right;
  position: relative;
  min-height: 65px;
}
.strip__lnk-wrap:before,
.strip__lnk-wrap:after {
  content: " ";
  display: table;
}
.strip__lnk-wrap:after {
  clear: both;
}
.strip__lnk-wrap .btn--back {
  float: left;
}
@media screen and (max-width: 768px) {
  .strip__lnk-wrap a + .btn--back {
    margin-top: 40px;
    display: table;
    margin-left: auto;
    margin-right: auto;
  }
}
.strip__lnk-wrap--leftalign {
  text-align: left;
}
@media screen and (max-width: 768px) {
  .strip__lnk-wrap--centeralign-phones {
    text-align: center;
  }
  .strip__lnk-wrap--centeralign-phones .btn--back {
    float: none;
  }
}
.strip__lnk-wrap
  a:not(.toggleLnk):not(.dropdowns__toggleLnk):not(.btn):not(.loadMoreLnk):not(
    .otherLnk
  ) {
  display: inline-block;
  border-radius: 4px;
  border: 1px solid #ccc;
  background-color: #fff;
  text-align: center;
  font-family: "SourceSans", sans-serif;
  color: #4a4a4a;
  padding: 15px 10px;
  outline: none;
  -webkit-transition: background 0.3s, color 0.3s;
  -o-transition: background 0.3s, color 0.3s;
  transition: background 0.3s, color 0.3s;
  color: #fff;
  border-color: transparent;
  min-width: 160px;
  background-color: #0c6db3;
  padding-left: 30px;
  padding-right: 30px;
}
@media screen and (max-width: 599px) {
  .strip__lnk-wrap
    a:not(.toggleLnk):not(.dropdowns__toggleLnk):not(.btn):not(
      .loadMoreLnk
    ):not(.otherLnk) {
    font-size: 1.125rem;
    line-height: 1.22222;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.strip__lnk-wrap
  a:not(.toggleLnk):not(.dropdowns__toggleLnk):not(.btn):not(.loadMoreLnk):not(
    .otherLnk
  ):hover,
.strip__lnk-wrap
  a:not(.toggleLnk):not(.dropdowns__toggleLnk):not(.btn):not(.loadMoreLnk):not(
    .otherLnk
  ):active {
  background-color: #f2f2f2;
  color: #4a4a4a;
  text-decoration: none;
}
.strip__lnk-wrap
  a:not(.toggleLnk):not(.dropdowns__toggleLnk):not(.btn):not(.loadMoreLnk):not(
    .otherLnk
  )[disabled],
.strip__lnk-wrap
  a:not(.toggleLnk):not(.dropdowns__toggleLnk):not(.btn):not(.loadMoreLnk):not(
    .otherLnk
  )--disabled {
  opacity: 0.5;
  background-color: #ccc;
  color: #fff;
  cursor: not-allowed;
}
.strip__lnk-wrap
  a:not(.toggleLnk):not(.dropdowns__toggleLnk):not(.btn):not(.loadMoreLnk):not(
    .otherLnk
  )[disabled]:hover,
.strip__lnk-wrap
  a:not(.toggleLnk):not(.dropdowns__toggleLnk):not(.btn):not(.loadMoreLnk):not(
    .otherLnk
  )[disabled].active,
.strip__lnk-wrap
  a:not(.toggleLnk):not(.dropdowns__toggleLnk):not(.btn):not(.loadMoreLnk):not(
    .otherLnk
  )[disabled]:active,
.strip__lnk-wrap
  a:not(.toggleLnk):not(.dropdowns__toggleLnk):not(.btn):not(.loadMoreLnk):not(
    .otherLnk
  )--disabled:hover,
.strip__lnk-wrap
  a:not(.toggleLnk):not(.dropdowns__toggleLnk):not(.btn):not(.loadMoreLnk):not(
    .otherLnk
  )--disabled.active,
.strip__lnk-wrap
  a:not(.toggleLnk):not(.dropdowns__toggleLnk):not(.btn):not(.loadMoreLnk):not(
    .otherLnk
  )--disabled:active {
  background-color: #ccc;
  color: #fff;
}
.strip__lnk-wrap
  a:not(.toggleLnk):not(.dropdowns__toggleLnk):not(.btn):not(.loadMoreLnk):not(
    .otherLnk
  ):hover,
.strip__lnk-wrap
  a:not(.toggleLnk):not(.dropdowns__toggleLnk):not(.btn):not(.loadMoreLnk):not(
    .otherLnk
  ):active {
  color: #fff;
  background-color: #0a568c;
}
.strip__lnk-wrap
  a:not(.toggleLnk):not(.dropdowns__toggleLnk):not(.btn):not(.loadMoreLnk):not(
    .otherLnk
  )[disabled],
.strip__lnk-wrap
  a:not(.toggleLnk):not(.dropdowns__toggleLnk):not(.btn):not(.loadMoreLnk):not(
    .otherLnk
  )--disabled {
  opacity: 0.5;
  background-color: #ccc;
  color: #fff;
  cursor: not-allowed;
}
.strip__lnk-wrap
  a:not(.toggleLnk):not(.dropdowns__toggleLnk):not(.btn):not(.loadMoreLnk):not(
    .otherLnk
  )[disabled]:hover,
.strip__lnk-wrap
  a:not(.toggleLnk):not(.dropdowns__toggleLnk):not(.btn):not(.loadMoreLnk):not(
    .otherLnk
  )[disabled].active,
.strip__lnk-wrap
  a:not(.toggleLnk):not(.dropdowns__toggleLnk):not(.btn):not(.loadMoreLnk):not(
    .otherLnk
  )[disabled]:active,
.strip__lnk-wrap
  a:not(.toggleLnk):not(.dropdowns__toggleLnk):not(.btn):not(.loadMoreLnk):not(
    .otherLnk
  )--disabled:hover,
.strip__lnk-wrap
  a:not(.toggleLnk):not(.dropdowns__toggleLnk):not(.btn):not(.loadMoreLnk):not(
    .otherLnk
  )--disabled.active,
.strip__lnk-wrap
  a:not(.toggleLnk):not(.dropdowns__toggleLnk):not(.btn):not(.loadMoreLnk):not(
    .otherLnk
  )--disabled:active {
  background-color: #ccc;
  color: #fff;
}
@media screen and (max-width: 599px) {
  .strip__lnk-wrap
    a:not(.toggleLnk):not(.dropdowns__toggleLnk):not(.btn):not(
      .loadMoreLnk
    ):not(.otherLnk) {
    display: block;
    min-width: 0;
    width: 100%;
    padding-left: 5px;
    padding-right: 5px;
  }
}
.strip__lnk-wrap .arrow:before {
  float: right;
  margin-left: 10px;
}
@media screen and (max-width: 599px) {
  .strip__lnk-wrap .arrow:before {
    margin-top: -4px;
  }
}
.strip__lnk-wrap .preloaderWrap {
  text-align: center;
}
.strip__lnk-wrap .preloader {
  top: 50px;
}
.strip__lnk-wrap .preloader--large {
  position: static;
  display: inline-block;
  margin: 0;
}
.strip--featured .strip__txtarea {
  text-align: center;
}
.strip--gray {
  background-color: #f2f2f2;
}
.strip--gray .strip__conts {
  margin-top: 0;
  margin-bottom: 0;
}
.strip--largegaps .strip__conts {
  margin-top: 80px;
  margin-bottom: 80px;
}
.strip .b-noresults:not(.b-noresults--nomargin) {
  margin: 20vh 0;
}
@media screen and (max-width: 979px) {
  .strip .b-noresults:not(.b-noresults--nomargin) {
    margin: 40px 0;
  }
}
.strip .b-noresults--nomargin {
  margin: 70px 0;
}
@media screen and (max-width: 979px) {
  .strip .b-noresults--nomargin {
    margin: 40px 0;
  }
}
.strip .strip__inneritem + .strip__inneritem {
  margin-top: 25px;
}
@media (min-width: 600px) {
  .strip--titleborder .strip__txtarea {
    border-bottom: 1px solid #8f8f8f;
  }
}
.strip--titleborder .s-head {
  position: relative;
  max-width: 1224px;
  margin-left: auto;
  margin-right: auto;
  color: #909090;
  padding-bottom: 15px;
}
@media screen and (max-width: 1280px) {
  .strip--titleborder .s-head {
    padding-left: 14px;
    padding-right: 14px;
  }
}
@media (min-width: 980px) {
  .strip--titleborder .strip__inner {
    position: relative;
    max-width: 1224px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
  }
}
@media screen and (min-width: 980px) and (max-width: 1280px) {
  .strip--titleborder .strip__inner {
    padding-left: 14px;
    padding-right: 14px;
  }
}
@media (min-width: 980px) {
  .strip--countriescard .strip__inner .s-cards .gallery {
    margin-left: -20px;
    margin-right: -20px;
  }
  .strip--countriescard .strip__inner .s-cards .item {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 600px) {
  .strip.prop-type-red .strip__txtarea {
    border-color: #e32819;
  }
}
.strip.prop-type-red div:not(.arrowHolder) > .slick-bigarrow {
  background-image: url("../../images/EPS/icns/arrow-select-red-right.png");
}
@media (min-width: 600px) {
  .strip.prop-type-blue .strip__txtarea {
    border-color: #176faf;
  }
}

.strip.strip--last.strip--white .strip__conts {
  margin-bottom: 115px;
}
@media screen and (min-width: 600px) and (max-width: 979px) {
  .strip.strip--last.strip--white .strip__conts {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 599px) {
  .strip.strip--last.strip--white .strip__conts {
    margin-bottom: 60px;
  }
}

.strip.strip--last.strip--gray .strip__conts {
  padding-bottom: 115px;
}
@media screen and (min-width: 600px) and (max-width: 979px) {
  .strip.strip--last.strip--gray .strip__conts {
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 599px) {
  .strip.strip--last.strip--gray .strip__conts {
    padding-bottom: 60px;
  }
}

.strip--white + .strip--white .strip__conts,
.strip--gray + .strip--gray .strip__conts {
  padding-top: 45px;
  border-top: 1px solid #ccc;
}
@media screen and (max-width: 599px) {
  .strip--white + .strip--white .strip__conts,
  .strip--gray + .strip--gray .strip__conts {
    padding-top: 30px;
  }
}
@media only screen and (max-width: 1280px) {
  .strip--white + .strip--white .strip__conts,
  .strip--gray + .strip--gray .strip__conts {
    position: relative;
    border-top: 0;
  }
  .strip--white + .strip--white .strip__conts:before,
  .strip--gray + .strip--gray .strip__conts:before {
    content: "";
    position: absolute;
    left: 14px;
    top: 0;
    width: calc(100% - 28px);
    border-top: 1px solid #ccc;
    font-size: 1px;
    line-height: 1px;
  }
}

@media print {
  .s-cards .gallery .item,
  .s-cards .nogallery .item {
    float: left;
    width: 33.33333%;
  }
}

@media print {
  .s-cards .gallery .item--doubled,
  .s-cards .nogallery .item--doubled {
    float: left;
    width: 66.66667%;
  }
}

@media (min-width: 980px) {
  .s-cards .gallery--multiItems .item,
  .s-cards .nogallery--multiItems .item {
    margin-bottom: 25px;
  }
}

.s-cards .gallery + .gallery,
.s-cards .nogallery + .nogallery {
  margin-top: 25px;
}

.s-cards .slick-slider .item {
  padding-top: 2px;
  padding-bottom: 2px;
}

@media (min-width: 980px) {
  .s-cards--singleswipe {
    margin-bottom: -25px;
  }
}

@media (min-width: 980px) {
  .s-cards--singleswipe .gallery .item,
  .s-cards--singleswipe .nogallery .item {
    margin-bottom: 25px;
  }
}

.s-cards + .s-cards {
  margin-top: 25px;
}

.s-cards-noswipe .gallery .item {
  margin-top: 25px;
}
.s-cards-noswipe .gallery .item:first-child {
  margin-top: 0;
}
@media (min-width: 980px) {
  .s-cards-noswipe .gallery .item:nth-child(1),
  .s-cards-noswipe .gallery .item:nth-child(2),
  .s-cards-noswipe .gallery .item:nth-child(3) {
    margin-top: 0;
  }
}
@media screen and (min-width: 600px) and (max-width: 979px) {
  .s-cards-noswipe .gallery .item:nth-child(1),
  .s-cards-noswipe .gallery .item:nth-child(2) {
    margin-top: 0;
  }
}

.s-cards-noswipe .b-card__conts {
  /*@include scr-phones{
            height:auto; min-height:350px;
        }*/
}

body.pagemode-edit .s-hero .expeditor-thumb {
  display: block;
}

.s-hero .item + .item {
  display: none;
}

.s-hero {
  position: relative;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  /*@include scr-tablets-desktops{
        margin-top:55px;
    }*/
}
.s-hero .slick-initialized .slick-slide {
  display: table;
}
.s-hero .slcGallery.slick-slider .item + .item {
  display: table;
}
@media screen and (max-width: 599px) {
  .s-hero .slcGallery.slick-dotted .item .item__conts {
    padding-bottom: 48px;
  }
}
.s-hero .slick-list {
  z-index: 1;
}
.s-hero .slick-dots li {
  z-index: 10;
}
.s-hero .slick-dots button {
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
}
.s-hero .slick-dots .slick-active button {
  -webkit-box-shadow: 0 0 4px black;
  box-shadow: 0 0 4px black;
}
.s-hero .expeditor-thumb {
  display: none;
  position: absolute;
  right: 24px;
  top: 24px;
  z-index: 10;
}
.s-hero .expeditor-thumb__imgwrap {
  border-radius: 4px;
  overflow: hidden;
  border: 2px solid #fff;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.35);
  font-size: 1px;
  line-height: 1;
  opacity: 0.6;
}
.s-hero .expeditor-thumb__imgwrap:hover {
  opacity: 1;
}
.s-hero .expeditor-thumb img {
  width: 100px;
}
.s-hero .expeditor-thumb span {
  margin-top: 2px;
  display: block;
  background: #000;
  color: #fff;
  padding: 4px 5px 2px 5px;
  text-align: center;
  font-size: 12px;
}
.s-hero .item {
  position: relative;
  width: 100%;
  height: 400px;
  display: table;
  padding: 0;
  margin: 0;
  border-collapse: collapse;
  border: none;
}
@media screen and (max-width: 979px) {
  .s-hero .item {
    background-color: #656566;
  }
}
@media (min-width: 980px) {
  .s-hero .item {
    height: 600px;
  }
}
@media screen and (max-width: 979px) {
  .s-hero .item {
    height: 300px;
  }
}
.s-hero .item .trow {
  display: table-row;
}
.s-hero .item .item__conts {
  display: table-cell;
  padding: 0;
  margin: 0;
  vertical-align: middle;
}
@media screen and (max-width: 599px) {
  .s-hero .item .item__conts {
    vertical-align: bottom;
    padding-bottom: 24px;
  }
}
.s-hero .item .textWrap {
  position: relative;
  z-index: 2;
  padding-left: 40px;
  padding-right: 40px;
  position: relative;
  max-width: 1224px;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
}
@media screen and (min-width: 600px) and (max-width: 979px) {
  .s-hero .item .textWrap {
    padding-left: 14px;
  }
}
@media screen and (max-width: 599px) {
  .s-hero .item .textWrap {
    padding-left: 14px;
    padding-right: 14px;
  }
}
@media (min-width: 980px) {
  .s-hero .item .textWrap div,
  .s-hero .item .textWrap .txt,
  .s-hero .item .textWrap h1,
  .s-hero .item .textWrap h2 {
    padding-right: 26px;
  }
}
@media (min-width: 980px) {
  .s-hero .item .textWrap div,
  .s-hero .item .textWrap .txt,
  .s-hero .item .textWrap h1,
  .s-hero .item .textWrap h2 {
    width: calc(((8 / 12) * 100 * 1%) + 7px);
  }
}
@media screen and (min-width: 600px) and (max-width: 979px) {
  .s-hero .item .textWrap div,
  .s-hero .item .textWrap .txt,
  .s-hero .item .textWrap h1,
  .s-hero .item .textWrap h2 {
    width: calc(((7 / 12) * 100 * 1%) + 12px);
  }
}
.s-hero .item .headline {
  font-weight: 700;
  font-size: 3.375rem;
  line-height: 1.07407;
}
@media screen and (min-width: 600px) and (max-width: 979px) {
  .s-hero .item .headline {
    font-size: 2rem;
    line-height: 1.25;
  }
}
@media screen and (max-width: 599px) {
  .s-hero .item .headline {
    font-size: 2rem;
    line-height: 1.25;
    line-height: 1.1;
  }
}
.s-hero .item .txt {
  margin-top: 20px;
  font-size: 1.75rem;
  line-height: 1.14286;
}
@media screen and (min-width: 600px) and (max-width: 979px) {
  .s-hero .item .txt {
    font-size: 1.375rem;
    line-height: 1.09091;
  }
}
@media screen and (max-width: 599px) {
  .s-hero .item .txt {
    display: none;
  }
}
.s-hero .item .ptext {
  margin-top: 20px;
}
@media screen and (max-width: 599px) {
  .s-hero .item .ptext {
    display: none;
  }
}
.s-hero .item .btn {
  font-size: 0.875rem;
  line-height: 1.14286;
}
.s-hero .item--theme-dark .textWrap {
  color: #353535;
}
.s-hero img.printable {
  max-width: 100%;
}
.s-hero--short .item,
.s-hero--single .item {
  /*@include scr-phones{
                height:250px;
            }*/
}
@media (min-width: 980px) {
  .s-hero--short .item,
  .s-hero--single .item {
    height: 400px;
  }
}
.s-hero--short .item .headline,
.s-hero--single .item .headline {
  font-size: 2.625rem;
  line-height: 1.19048;
}
@media screen and (min-width: 600px) and (max-width: 979px) {
  .s-hero--short .item .headline,
  .s-hero--single .item .headline {
    font-size: 1.75rem;
    line-height: 1.14286;
  }
}
@media screen and (max-width: 599px) {
  .s-hero--short .item .headline,
  .s-hero--single .item .headline {
    font-size: 1.75rem;
    line-height: 1.14286;
  }
}
.s-hero--short .item .txt,
.s-hero--single .item .txt {
  font-size: 1.75rem;
  line-height: 1.35714;
}
@media screen and (max-width: 599px) {
  .s-hero--short .item .txt,
  .s-hero--single .item .txt {
    font-size: 1.375rem;
    line-height: 1.09091;
  }
}
@media print {
  .s-hero--short .item .textWrap,
  .s-hero--single .item .textWrap {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.s-hero--short .item .textWrap {
  padding-left: 0;
}
@media screen and (max-width: 1280px) {
  .s-hero--short .item .textWrap {
    padding-left: 14px;
    padding-right: 14px;
  }
}
.s-hero--single {
  position: relative;
  max-width: 1224px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1280px) {
  .s-hero--single {
    padding-left: 14px;
    padding-right: 14px;
  }
}
@media screen and (max-width: 599px) {
  .s-hero--single {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 599px) {
  .s-hero--single .item .textWrap {
    padding: 0 14px;
  }
}
.s-hero .bottomLayer {
  visibility: visible;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 5px 0;
  text-align: right;
}
.s-hero .bottomLayer__conts {
  position: relative;
  max-width: 1224px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1px;
}
@media screen and (max-width: 1280px) {
  .s-hero .bottomLayer__conts {
    padding-left: 14px;
    padding-right: 14px;
  }
}
.s-hero .bottomLayer__conts img {
  display: inline-block;
  font-size: 1px;
}
.s-hero .videoItemWrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.s-hero .jwplayer.jw-stretch-uniform video {
  -o-object-fit: cover;
  object-fit: cover;
}
.s-hero .videoControls {
  position: absolute;
  right: 10px;
  bottom: 5px;
  line-height: 1;
  z-index: 3;
}
.s-hero .videoControls .jw-icon {
  margin: 0;
  padding: 0;
  border: none;
  background: none;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  outline: 0;
  width: 40px;
  height: 40px;
  background: 50% 50% no-repeat;
  background-size: cover;
  background-image: url("../../images/icns/play--hero.svg");
  opacity: 0.5;
  -webkit-transition: opacity 0.15s;
  -o-transition: opacity 0.15s;
  transition: opacity 0.15s;
}
.s-hero .videoControls .jw-icon[type="button"],
.s-hero .videoControls .jw-icon[type="reset"],
.s-hero .videoControls .jw-icon[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
}
.s-hero .videoControls .jw-icon:hover {
  opacity: 1;
}
.s-hero .videoControls .jw-icon.jw-icon-playback {
  background-image: url("../../images/icns/play--hero.svg");
}
.s-hero .videoControls .jw-icon.jw-icon-pause {
  background-image: url("../../images/icns/pause--hero.svg");
}

.s-mainart {
  /*&__single{
        @include content;

        @extend %margin-top-bottom;

        .b-article{padding-left:0; }
    }*/
}
.s-mainart__withaside {
  padding-left: 10px;
  padding-right: 10px;
}
@media print {
  .s-mainart__withaside .s-mainart__row .s-mainart__main {
    float: left;
    width: 66.66667%;
  }
}
@media screen and (max-width: 599px) {
  .s-mainart__withaside .s-mainart__row .s-mainart__aside {
    margin-top: 30px;
  }
}
@media print {
  .s-mainart__withaside .s-mainart__row .s-mainart__aside {
    float: left;
    width: 33.33333%;
  }
}
.s-mainart__aside__item {
  margin-bottom: 35px;
}
@media screen and (max-width: 599px) {
  .s-mainart__aside__item {
    margin-bottom: 24px;
  }
}
.s-mainart__aside__item:last-child {
  margin-bottom: 0;
}
.s-mainart__aside__item > .btn {
  padding-top: 26px;
  padding-bottom: 26px;
}
@media screen and (max-width: 599px) {
  .s-mainart__aside__item > .btn {
    padding-top: 21px;
    padding-bottom: 21px;
  }
}
.s-mainart__aside__item .b-card {
  padding-left: 0;
  padding-right: 0;
}
.s-mainart__layout + .s-mainart__layout {
  margin-top: 45px;
}
@media screen and (max-width: 599px) {
  .s-mainart__layout + .s-mainart__layout {
    margin-top: 30px;
  }
}
.s-mainart .b-filters,
.s-mainart .b-ibancalc {
  margin-top: 45px;
}
@media screen and (max-width: 599px) {
  .s-mainart .b-filters,
  .s-mainart .b-ibancalc {
    margin-top: 30px;
  }
}

.s-prop-art__head {
  margin-bottom: 35px;
}
@media screen and (max-width: 1440px) {
  .s-prop-art__head {
    padding-left: 14px;
    padding-right: 14px;
  }
}
@media (min-width: 980px) {
  .s-prop-art__head {
    padding-left: 40px;
    padding-right: 20px;
  }
}

.s-prop-art .backWrap {
  margin-bottom: 15px;
  font-weight: bold;
}

@media (min-width: 980px) {
  .s-prop-art .headTable {
    display: table;
    padding: 0;
    margin: 0;
    border-collapse: collapse;
    border: none;
    width: 100%;
  }
  .s-prop-art .headTable .trow {
    display: table-row;
  }
  .s-prop-art .headTable .col {
    display: table-cell;
    padding: 0;
    margin: 0;
    vertical-align: top;
    text-align: right;
  }
  .s-prop-art .headTable .col:first-child {
    text-align: left;
  }
  .s-prop-art .headTable .col:last-child {
    white-space: nowrap;
  }
}

.s-prop-art .headTable .alt:before,
.s-prop-art .headTable .alt:after {
  content: " ";
  display: table;
}

.s-prop-art .headTable .alt:after {
  clear: both;
}

@media (min-width: 980px) {
  .s-prop-art .headTable .alt {
    display: none;
  }
}

.s-prop-art .headTable .type {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}
@media screen and (max-width: 979px) {
  .s-prop-art .headTable .type {
    font-size: 18px;
    font-weight: 300;
    float: left;
  }
}

@media screen and (max-width: 979px) {
  .s-prop-art .headTable .col:before,
  .s-prop-art .headTable .col:after {
    content: " ";
    display: table;
  }
  .s-prop-art .headTable .col:after {
    clear: both;
  }
}

@media screen and (max-width: 979px) {
  .s-prop-art .headTable .col > .type,
  .s-prop-art .headTable .col > .price {
    display: none;
  }
}

.s-prop-art .headTable .title {
  font-size: 30px;
  font-weight: bold;
}
@media screen and (max-width: 979px) {
  .s-prop-art .headTable .title {
    margin-bottom: 15px;
  }
}

.s-prop-art .headTable .price {
  font-weight: bold;
}
@media (min-width: 980px) {
  .s-prop-art .headTable .price {
    display: inline-block;
    vertical-align: top;
    margin-top: 40px;
    font-size: 25px;
  }
}
@media screen and (max-width: 979px) {
  .s-prop-art .headTable .price {
    font-size: 17px;
    float: right;
  }
}

.s-prop-art .headTable .icon-feat {
  margin-left: 40px;
  margin-right: 40px;
}
@media screen and (max-width: 1280px) {
  .s-prop-art .headTable .icon-feat {
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media screen and (max-width: 979px) {
  .s-prop-art .headTable .icon-feat {
    margin-left: 0;
    margin-right: 0;
    position: relative;
    float: left;
    text-align: left;
    margin-top: 30px;
  }
}
@media screen and (min-width: 600px) and (max-width: 979px) {
  .s-prop-art .headTable .icon-feat {
    width: 33.33333%;
  }
  .s-prop-art .headTable .icon-feat:nth-child(3n + 1) {
    clear: both;
  }
}
@media screen and (max-width: 599px) {
  .s-prop-art .headTable .icon-feat {
    width: 50%;
  }
  .s-prop-art .headTable .icon-feat:nth-child(2n + 1) {
    clear: both;
  }
}
@media screen and (max-width: 979px) {
  .s-prop-art .headTable .icon-feat__figure {
    position: absolute;
    width: 30%;
    margin-bottom: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 979px) {
  .s-prop-art .headTable .icon-feat__txt {
    padding-left: 30%;
  }
}
@media screen and (max-width: 599px) {
  .s-prop-art .headTable .icon-feat__txt {
    padding-left: 35%;
  }
}

@media screen and (max-width: 599px) {
  .s-prop-art .s-mainart__row {
    margin-left: 0;
    margin-right: 0;
  }
}

@media screen and (max-width: 599px) {
  .s-prop-art .s-mainart__withaside .s-mainart__row .s-mainart__main,
  .s-prop-art .s-mainart__withaside .s-mainart__row .s-mainart__aside {
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (max-width: 599px) {
  .s-prop-art .strip__conts {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (min-width: 1280px) {
  .s-prop-art .s-mainart__row .s-mainart__aside {
    padding-left: 65px;
  }
}

.s-home-hero {
  position: relative;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}
.s-home-hero__outer {
  background: 50% 50% no-repeat;
  background-size: cover;
}
@media (min-width: 600px) {
  .s-home-hero .item {
    height: 500px;
  }
}
@media screen and (max-width: 599px) {
  .s-home-hero .item {
    height: 300px;
    display: table;
    padding: 0;
    margin: 0;
    border-collapse: collapse;
    border: none;
    width: 100%;
  }
  .s-home-hero .item .trow {
    display: table-row;
  }
  .s-home-hero .item .item__conts {
    display: table-cell;
    padding: 0;
    margin: 0;
    vertical-align: middle;
    height: 300px;
    padding-left: 14px;
    padding-right: 14px;
    text-align: center;
  }
}

@media screen and (min-width: 600px) and (max-width: 979px) and (max-width: 1280px) {
  .s-home-hero .slick-list {
    padding-left: 14px;
    padding-right: 14px;
  }
}
@media (min-width: 600px) {
  .s-home-hero .slick-track:before,
  .s-home-hero .slick-track:after {
    content: none;
  }
}
@media (min-width: 600px) {
  .s-home-hero .slick-track {
    display: table;
    padding: 0;
    margin: 0;
    border-collapse: collapse;
    border: none;
    width: 100%;
  }
  .s-home-hero .slick-track .trow {
    display: table-row;
  }
  .s-home-hero .slick-track .item {
    display: table-cell;
    padding: 0;
    margin: 0;
    vertical-align: middle;
    width: 50%;
    text-align: center;
    float: none;
  }
}
@media screen and (min-width: 600px) and (min-width: 600px) and (max-width: 979px) {
  .s-home-hero .slick-track .item {
    width: auto;
  }
  .s-home-hero .slick-track .item:first-child {
    width: 60%;
  }
}
.s-home-hero div:not(.arrowHolder) > .slick-arrow {
  top: 345px;
}
.s-home-hero div:not(.arrowHolder) > .slick-arrow.slick-prev {
  left: 0;
}
.s-home-hero div:not(.arrowHolder) > .slick-arrow.slick-next {
  right: 0;
}
.s-home-hero .arrowHolder {
  margin-top: 30px;
  padding-bottom: 30px;
}
@media (min-width: 600px) {
  .s-home-hero .arrowHolder {
    display: none;
  }
}
.s-home-hero .form-wrap {
  display: inline-block;
  text-align: left;
}
@media screen and (min-width: 600px) and (max-width: 767px) {
  .s-home-hero .form-wrap {
    display: block;
    padding-right: 14px;
  }
}
.s-home-hero .form-wrap .control-label {
  font-size: 30px;
}
@media screen and (max-width: 599px) {
  .s-home-hero .form-wrap .control-label {
    font-size: 28px;
  }
}
@media (min-width: 980px) {
  .s-home-hero .form-wrap .inpt-txt {
    width: 388px;
  }
}
@media screen and (min-width: 600px) and (max-width: 979px) {
  .s-home-hero .form-wrap .inpt-txt {
    width: 300px;
  }
}
@media screen and (min-width: 600px) and (max-width: 767px) {
  .s-home-hero .form-wrap .inpt-txt {
    width: 100%;
  }
}
.s-home-hero .form-wrap .inpt-txt::-webkit-input-placeholder {
  color: #4a4a4a;
  opacity: 1;
}
.s-home-hero .form-wrap .inpt-txt:-moz-placeholder {
  color: #4a4a4a;
  opacity: 1;
}
.s-home-hero .form-wrap .inpt-txt::-moz-placeholder {
  opacity: 1;
  color: #4a4a4a;
  opacity: 1;
}
.s-home-hero .form-wrap .inpt-txt:-ms-input-placeholder {
  color: #4a4a4a;
  opacity: 1;
}
.s-home-hero .form-wrap .inpt-txt:focus::-webkit-input-placeholder {
  color: transparent;
}
.s-home-hero .form-wrap .inpt-txt:focus:-moz-placeholder {
  color: transparent;
}
.s-home-hero .form-wrap .inpt-txt:focus::-moz-placeholder {
  color: transparent;
}
.s-home-hero .form-wrap .inpt-txt:focus:-ms-input-placeholder {
  color: transparent;
}
.s-home-hero .form-wrap .inpt-txt.placeholder {
  color: #4a4a4a;
  opacity: 1;
}
.s-home-hero .form-wrap .form-inline:before,
.s-home-hero .form-wrap .form-inline:after {
  content: " ";
  display: table;
}
.s-home-hero .form-wrap .form-inline:after {
  clear: both;
}
@media screen and (min-width: 600px) and (max-width: 979px) {
  .s-home-hero .form-wrap .btn {
    min-width: 55px;
  }
}
@media screen and (min-width: 600px) and (max-width: 767px) {
  .s-home-hero .form-wrap .btn {
    float: right;
    margin-top: 15px;
  }
}
@media screen and (max-width: 599px) {
  .s-home-hero .form-wrap .btn {
    min-width: 45px;
  }
}
.s-home-hero .txtWrap {
  display: inline-block;
  font-weight: bold;
  text-align: left;
  line-height: 1;
  max-width: 380px;
}
@media screen and (min-width: 600px) and (max-width: 979px) {
  .s-home-hero .txtWrap {
    padding-left: 14px;
  }
}
.s-home-hero .txtWrap .title {
  font-size: 30px;
  margin-bottom: 15px;
}
@media screen and (max-width: 599px) {
  .s-home-hero .txtWrap .title {
    font-size: 28px;
  }
}
.s-home-hero .txtWrap p {
  font-size: 17px;
  margin-bottom: 15px;
}
@media screen and (max-width: 599px) {
  .s-home-hero .txtWrap p {
    display: none;
  }
}
.s-home-hero .txtWrap .lnkwrap {
  margin-top: 15px;
}
.s-home-hero .txtWrap a {
  font-size: 22px;
}
.s-home-hero .expeditor-thumb {
  display: none;
  position: absolute;
  right: 24px;
  top: 24px;
  z-index: 10;
}
.s-home-hero .expeditor-thumb__imgwrap {
  border-radius: 4px;
  overflow: hidden;
  border: 2px solid #fff;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.35);
  font-size: 1px;
  line-height: 1;
  opacity: 0.6;
  margin-bottom: 4px;
}
.s-home-hero .expeditor-thumb__imgwrap:hover {
  opacity: 1;
}
.s-home-hero .expeditor-thumb img {
  width: 100px;
}
.s-home-hero .expeditor-thumb span {
  margin-top: 2px;
  display: block;
  background: #000;
  color: #fff;
  padding: 4px 5px 2px 5px;
  text-align: center;
  font-size: 12px;
}

body.pagemode-edit .s-home-hero .expeditor-thumb {
  display: block;
}

body.pagemode-edit .s-home-hero .s-home-hero__conts {
  display: table;
  padding: 0;
  margin: 0;
  border-collapse: collapse;
  border: none;
  width: 100%;
}
body.pagemode-edit .s-home-hero .s-home-hero__conts .trow {
  display: table-row;
}
body.pagemode-edit .s-home-hero .s-home-hero__conts .item {
  display: table-cell;
  padding: 0;
  margin: 0;
  vertical-align: middle;
  text-align: center;
}
body.pagemode-edit .s-home-hero .s-home-hero__conts .item__conts {
  display: inline-block;
}

.s-prop-cards .slick-slider .item {
  padding-top: 2px;
  padding-bottom: 2px;
}

@media (min-width: 980px) {
  .s-prop-cards div:not(.arrowHolder) > .slick-arrow.slick-prev {
    left: -24px;
  }
  .s-prop-cards div:not(.arrowHolder) > .slick-arrow.slick-next {
    right: -24px;
  }
}

@media (min-width: 980px) and (max-width: 1310px) {
  .s-prop-cards div:not(.arrowHolder) > .slick-arrow {
    width: 18px;
    height: 35px;
    margin-top: -17.5px;
  }
  .s-prop-cards div:not(.arrowHolder) > .slick-arrow.slick-prev {
    left: -14px;
  }
  .s-prop-cards div:not(.arrowHolder) > .slick-arrow.slick-next {
    right: -14px;
  }
}

@media (min-width: 600px) {
  .s-prop-cards .b-prop-boxitem__conts {
    max-width: 345px;
    margin-left: auto;
    margin-right: auto;
  }
}

body.pagemode-edit .s-prop-cards .item {
  padding-top: 10px;
  padding-bottom: 10px;
  float: left;
  width: auto;
}

.s-contact .b-article {
  padding-left: 0;
  font-size: 26px;
}
.s-contact .b-article h2 {
  font-size: 30px;
  margin-bottom: 40px;
}
@media screen and (min-width: 600px) and (max-width: 979px) {
  .s-contact .b-article {
    font-size: 22px;
  }
}
@media screen and (max-width: 599px) {
  .s-contact .b-article {
    font-size: 18px;
  }
}
@media screen and (max-width: 979px) {
  .s-contact .b-article a[href^="mailto"] {
    word-break: break-all;
  }
}

.b-breadcrumb {
  position: relative;
  max-width: 1224px;
  margin-left: auto;
  margin-right: auto;
  padding: 35px 0 20px 0;
}
@media screen and (max-width: 1280px) {
  .b-breadcrumb {
    padding-left: 14px;
    padding-right: 14px;
  }
}
.b-breadcrumb .title {
  font-size: 30px;
  font-weight: bold;
}
@media (min-width: 600px) {
  .b-breadcrumb .title {
    display: none;
  }
}

body.pagemode-edit .b-card .expeditor-thumb {
  display: block;
}

.b-card {
  outline: none;
}
@media (min-width: 980px) {
  .b-card.dontshow {
    display: none;
  }
}
.b-card--theme-dark {
  color: #fff;
}
.b-card--theme-dark a {
  color: #fff;
  text-decoration: none;
}
.b-card--theme-dark a:hover {
  text-decoration: none;
}
@media (min-width: 980px) {
  .b-card--theme-dark a:hover {
    color: #e8e8e8;
  }
}
.b-card--theme-dark a:active,
.b-card--theme-dark a.active {
  color: #e8e8e8;
}
.b-card .expeditor-thumb {
  display: none;
  position: absolute;
  right: 24px;
  top: 24px;
  z-index: 10;
}
.b-card .expeditor-thumb__imgwrap {
  border-radius: 4px;
  overflow: hidden;
  border: 2px solid #fff;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.35);
  font-size: 1px;
  line-height: 1;
  opacity: 0.6;
}
.b-card .expeditor-thumb img {
  width: 100px;
}
.b-card .expeditor-thumb span {
  margin-top: 2px;
  display: block;
  background: #000;
  color: #fff;
  padding: 4px 5px 2px 5px;
  text-align: center;
  font-size: 12px;
}
.b-card:hover .expeditor-thumb__imgwrap {
  opacity: 1;
}
.b-card__conts {
  height: 390px;
}
@media screen and (max-width: 979px) {
  .b-card__conts {
    height: 350px;
  }
}
.b-card__conts > div {
  opacity: 1;
}
.b-card--noheight .b-card__conts {
  height: auto;
}
.b-card a.b-card__conts {
  text-decoration: none;
  color: #4a4a4a;
}
@media (min-width: 980px) {
  .b-card a.b-card__conts:hover {
    color: #0c6db3;
  }
  .banktype_private .b-card a.b-card__conts:hover {
    color: #d4af37;
  }
}
.b-card a.b-card__conts:active,
.b-card a.b-card__conts.active {
  color: #0c6db3;
}
.banktype_private .b-card a.b-card__conts:active,
.banktype_private .b-card a.b-card__conts.active {
  color: #d4af37;
}
.b-card__category {
  position: absolute;
  left: 19px;
  top: 22px;
  z-index: 10;
  padding: 2px 5px 0 5px;
  letter-spacing: 1.15px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: calc(100% - 38px);
}
@media screen and (max-width: 599px) {
  .b-card__category {
    font-size: 0.75rem;
    line-height: 1.5;
  }
}
.b-card__category--opaque {
  background-color: #fff;
  border-radius: 2px;
  font-weight: bold;
}
.b-card__btnwrap {
  position: relative;
  margin: 0 0 20px 0;
  padding-top: 56px;
}
@media screen and (max-width: 979px) {
  .b-card__btnwrap {
    padding-top: 40px;
  }
}
.b-card__lnk,
.b-card__btn {
  position: absolute;
  left: 24px;
  bottom: 0;
}
.b-card__lnk {
  font-weight: 700;
  max-width: calc(100% - 48px);
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  text-decoration: none;
  color: #0c6db3;
  color: #0c6db3;
}
.banktype_private .b-card__lnk {
  color: #d4af37;
}
.b-card__lnk:hover {
  text-decoration: none;
}
@media (min-width: 980px) {
  .b-card__lnk:hover {
    color: #0b9bd9;
    color: #0b9bd9;
  }
  .banktype_private .b-card__lnk:hover {
    color: #0c6db3;
  }
}
.b-card__lnk:active,
.b-card__lnk.active {
  color: #0b9bd9;
  color: #0b9bd9;
}
.banktype_private .b-card__lnk:active,
.banktype_private .b-card__lnk.active {
  color: #0c6db3;
}
.b-card__maintxt {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-left: auto;
  margin-right: auto;
  display: block;
  padding-left: 80px;
  padding-right: 80px;
}
.b-card__maintxt .art-head {
  font-weight: 700;
  margin-bottom: 5px;
}
.b-card__maintxt p {
  font-weight: 400;
}
@media screen and (max-width: 979px) {
  .b-card__maintxt p {
    font-size: 1.125rem;
    line-height: 1.22222;
  }
}
.b-card__maintxt .icon-tool {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}
.b-card__mainimg {
  background-color: #19191a;
  height: 185px;
  display: block;
  position: relative;
  overflow: hidden;
}
.b-card__mainimg > img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  min-width: 100%;
  min-height: 100%;
}
.b-card__mainimg::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: background 0.2s;
  -o-transition: background 0.2s;
  transition: background 0.2s;
  background: transparent;
}
.b-card a.b-card__mainimg:hover::before {
  background: rgba(0, 0, 0, 0.3);
}
.b-card__mainimg_txt {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 0 24px 15px 24px;
  color: #fff;
}
.b-card__mainimg_txt--with-logo {
  padding-left: 74px;
}
.b-card__mainimg_txt .title {
  font-weight: 700;
  line-height: 1;
  max-width: 100%;
}
.b-card__mainimg_txt .title sup,
.b-card__mainimg_txt .title small {
  font-weight: 400;
}
.b-card__mainimg_txt .descr {
  font-weight: 700;
  margin: 0;
}
.b-card__mainimg_txt .logo {
  position: absolute;
  left: 24px;
  top: 8px;
  max-width: 40px;
}
.b-card .icon-weather {
  position: absolute;
  top: 24px;
  right: 24px;
  color: #fff;
  font-size: 70px;
}
.b-card__text {
  font-weight: 400;
  padding: 20px 24px 0 24px;
  height: 125px;
}
@media screen and (max-width: 979px) {
  .b-card__text {
    height: 105px;
  }
}
.b-card__text--large-txt {
  font-weight: 400;
}
.b-card__compare {
  position: absolute;
  bottom: 80px;
  left: 24px;
  z-index: 1;
  line-height: 1px;
}
@media screen and (max-width: 979px) {
  .b-card__compare {
    bottom: 50px;
  }
}
.b-card--product a:hover .b-card__mainimg_txt {
  color: #e8e8e8;
}
.b-card--tool .b-card__maintxt,
.b-card--exhibition .b-card__maintxt,
.b-card--datenav .b-card__maintxt {
  text-align: center;
  padding-left: 24px;
  padding-right: 24px;
}
.b-card--tool .b-card__maintxt p,
.b-card--exhibition .b-card__maintxt p,
.b-card--datenav .b-card__maintxt p {
  margin: 0;
}
.b-card--tool .b-card__maintxt a,
.b-card--exhibition .b-card__maintxt a,
.b-card--datenav .b-card__maintxt a {
  text-decoration: none;
  color: #4a4a4a;
}
@media (min-width: 980px) {
  .b-card--tool .b-card__maintxt a:hover,
  .b-card--exhibition .b-card__maintxt a:hover,
  .b-card--datenav .b-card__maintxt a:hover {
    color: #0c6db3;
  }
  .banktype_private .b-card--tool .b-card__maintxt a:hover,
  .banktype_private .b-card--exhibition .b-card__maintxt a:hover,
  .banktype_private .b-card--datenav .b-card__maintxt a:hover {
    color: #d4af37;
  }
}
.b-card--tool .b-card__maintxt a:active,
.b-card--exhibition .b-card__maintxt a:active,
.b-card--datenav .b-card__maintxt a:active,
.b-card--tool .b-card__maintxt a.active,
.b-card--exhibition .b-card__maintxt a.active,
.b-card--datenav .b-card__maintxt a.active {
  color: #0c6db3;
}
.banktype_private .b-card--tool .b-card__maintxt a:active,
.banktype_private .b-card--exhibition .b-card__maintxt a:active,
.banktype_private .b-card--datenav .b-card__maintxt a:active,
.banktype_private .b-card--tool .b-card__maintxt a.active,
.banktype_private .b-card--exhibition .b-card__maintxt a.active,
.banktype_private .b-card--datenav .b-card__maintxt a.active {
  color: #d4af37;
}
.b-card--tip .b-card__maintxt .art-head {
  margin-bottom: 10px;
  font-style: italic;
}
.b-card--tip .b-card__maintxt a p {
  color: #4a4a4a;
}
.b-card--tip .b-card__maintxt a .art-head {
  color: #e52600;
}
.banktype_private .b-card--tip .b-card__maintxt a .art-head {
  color: #d4af37;
}
.b-card--tip .b-card__maintxt a:hover .art-head {
  color: #0b9bd9;
}
.banktype_private .b-card--tip .b-card__maintxt a:hover .art-head {
  color: #0c6db3;
}
.b-card--tip-2 .b-card__conts {
  background-color: #19191a;
  position: relative;
  overflow: hidden;
}
.b-card--tip-2 .b-card__conts > img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  min-width: 100%;
  min-height: 100%;
}
.b-card--tip-2 .b-card__category {
  color: #fff;
}
.b-card--tip-2 .b-card__btnwrap {
  display: none;
}
.b-card--tip-2 .b-card__maintxt {
  font-size: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  top: auto;
  width: 100%;
  padding: 0;
  -webkit-transform: none;
  -ms-transform: none;
  -moz-transform: none;
  transform: none;
  background: rgba(0, 0, 0, 0.4);
  -webkit-transition: background 0.2s;
  -o-transition: background 0.2s;
  transition: background 0.2s;
}
.b-card--tip-2 .b-card__maintxt a {
  color: #fff;
}
.b-card--tip-2 .b-card__maintxt:hover {
  background: rgba(0, 0, 0, 0.6);
}
.b-card--tip-2 .b-card__maintxt:hover a {
  color: #e8e8e8;
}
.b-card--tip-2 .b-card__maintxt:hover .art-head {
  color: #e8e8e8;
}
.b-card--tip-2 .art-head {
  font-weight: 700;
  color: #fff;
  font-style: italic;
  display: block;
  padding: 24px;
  padding-bottom: 55px;
}
.b-card--tip-2 .b-card__spanlnk,
.b-card--tip-2 p {
  position: absolute;
  left: 24px;
  bottom: 24px;
  margin: 0;
  z-index: 1;
  color: #fff;
  font-weight: 700;
  width: calc(100% - 48px);
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.b-card--tip-2 .b-card__btnwrap .b-card__lnk {
  color: #e8e8e8;
  text-decoration: none;
}
@media (min-width: 980px) {
  .b-card--tip-2 .b-card__btnwrap .b-card__lnk:hover {
    color: #0c6db3;
  }
}
.b-card--tip-2 .b-card__btnwrap .b-card__lnk:active,
.b-card--tip-2 .b-card__btnwrap .b-card__lnk.active {
  color: #0c6db3;
}
.b-card--video .b-card__conts {
  background-color: #19191a;
}
.b-card--video .b-card__category {
  color: #fff;
}
.b-card--video .b-card__maintxt {
  color: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  top: auto;
  width: 100%;
  padding: 24px;
  -webkit-transform: none;
  -ms-transform: none;
  -moz-transform: none;
  transform: none;
  background: rgba(0, 0, 0, 0.4);
}
.b-card--video .b-card__maintxt p {
  margin-bottom: 0;
}
.b-card--video a.b-card__maintxt {
  -webkit-transition: background 0.2s;
  -o-transition: background 0.2s;
  transition: background 0.2s;
}
.b-card--video a.b-card__maintxt:hover {
  background: rgba(0, 0, 0, 0.6);
}
.b-card--video .b-card__btnwrap .b-card__lnk {
  color: #fff;
  text-decoration: none;
}
@media (min-width: 980px) {
  .b-card--video .b-card__btnwrap .b-card__lnk:hover {
    color: #0c6db3;
  }
}
.b-card--video .b-card__btnwrap .b-card__lnk:active,
.b-card--video .b-card__btnwrap .b-card__lnk.active {
  color: #0c6db3;
}
.b-card--video .youtubePlayer {
  position: relative;
  height: 100%;
  overflow: hidden;
  z-index: 1;
  border-radius: 4px;
  margin-left: auto;
  margin-right: auto;
}
.b-card--video .youtubePlayer iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.b-card--video .playerImg {
  background: 50% 50% no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.b-card--video .ready .preloader {
  display: none;
}
.b-card--video .ready .videoLnk {
  display: block;
}
.b-card--announce .b-card__maintxt .art-head {
  font-style: italic;
}
@media screen and (max-width: 979px) {
  .b-card--announce .b-card__maintxt .art-head {
    font-size: 1.375rem;
    line-height: 1.09091;
  }
}
.b-card--announce .b-card__maintxt p {
  color: #4a4a4a;
}
.b-card--announce .b-card__maintxt a p {
  color: #4a4a4a;
}
.b-card--announce .b-card__maintxt a .art-head {
  color: #0c6db3;
}
.banktype_private .b-card--announce .b-card__maintxt a .art-head {
  color: #d4af37;
}
.b-card--announce .b-card__maintxt a:hover .art-head {
  color: #0b9bd9;
}
.banktype_private .b-card--announce .b-card__maintxt a:hover .art-head {
  color: #0c6db3;
}
.b-card--announce.b-card--theme-dark .b-card__maintxt {
  /*a{
                @include lnkrev(){
                    .art-head, p{color:$c-greyscale-5}
                }
            }*/
}
.b-card--announce.b-card--theme-dark .b-card__maintxt .art-head,
.b-card--announce.b-card--theme-dark .b-card__maintxt p {
  color: #fff;
}
.b-card--announce.b-card--theme-dark .b-card__maintxt a .art-head {
  color: #fff;
}
.b-card--announce.b-card--theme-dark .b-card__maintxt a:hover .art-head {
  color: #e8e8e8;
}
.banktype_private
  .b-card--announce.b-card--theme-dark
  .b-card__maintxt
  a:hover
  .art-head {
  color: #0c6db3;
}
.b-card--profile {
  /*&:not(.b-card--profile--images):not(.b-card--theme-dark){
            .art-head, .author{color:$c-lnk}
        }*/
}
.b-card--profile .b-card__maintxt .art-head {
  font-style: italic;
}
.b-card--profile--quotes .art-head {
  text-decoration: none;
  color: #0c6db3;
  color: #0c6db3;
}
.banktype_private .b-card--profile--quotes .art-head {
  color: #d4af37;
}
.b-card--profile--quotes .art-head:hover {
  text-decoration: none;
}
@media (min-width: 980px) {
  .b-card--profile--quotes .art-head:hover {
    color: #0b9bd9;
    color: #0b9bd9;
  }
  .banktype_private .b-card--profile--quotes .art-head:hover {
    color: #0c6db3;
  }
}
.b-card--profile--quotes .art-head:active,
.b-card--profile--quotes .art-head.active {
  color: #0b9bd9;
  color: #0b9bd9;
}
.banktype_private .b-card--profile--quotes .art-head:active,
.banktype_private .b-card--profile--quotes .art-head.active {
  color: #0c6db3;
}
.b-card--profile--quotes .art-head {
  font-style: italic;
}
.b-card--profile--quotes .art-head:before {
  content: "“";
}
.b-card--profile--quotes .art-head:after {
  content: "”";
}
.b-card--profile--icons .b-card__maintxt {
  /*padding-left:0; padding-right:0;
                width: 50%;*/
  /*padding-left: 20%;
                padding-right: 20%;

                @media screen and (max-width: 1080px) and (min-width: $screen-md){
                    padding-left: 10%;
                    padding-right: 10%;
                }
                @include scr-max-350(){
                    padding-left: 10%;
                    padding-right: 10%;
                }*/
}
.b-card--profile--icons .iconswrap {
  display: table;
  padding: 0;
  margin: 0;
  border-collapse: collapse;
  border: none;
  width: 100%;
}
.b-card--profile--icons .iconswrap .trow {
  display: table-row;
}
.b-card--profile--icons .iconswrap .col {
  display: table-cell;
  padding: 0;
  margin: 0;
  vertical-align: middle;
}
.b-card--profile--icons .iconswrap .col:first-child {
  padding-right: 10px;
}
.b-card--profile--images .b-card__category,
.b-card--profile--images .b-card__maintxt {
  color: #fff;
}
.b-card--profile--images .b-card__category a,
.b-card--profile--images .b-card__maintxt a {
  color: #fff;
  text-decoration: none;
}
.b-card--profile--images .b-card__category a:hover,
.b-card--profile--images .b-card__maintxt a:hover {
  text-decoration: none;
}
@media (min-width: 980px) {
  .b-card--profile--images .b-card__category a:hover,
  .b-card--profile--images .b-card__maintxt a:hover {
    color: #e8e8e8;
  }
}
.b-card--profile--images .b-card__category a:active,
.b-card--profile--images .b-card__category a.active,
.b-card--profile--images .b-card__maintxt a:active,
.b-card--profile--images .b-card__maintxt a.active {
  color: #e8e8e8;
}
.b-card--profile--images .b-card__maintxt {
  position: absolute;
  top: auto;
  bottom: 59px;
  -webkit-transform: none;
  -ms-transform: none;
  -moz-transform: none;
  transform: none;
  padding-left: 24px;
}
.b-card--profile--images .b-card__maintxt .art-head {
  line-height: 30px;
  margin-bottom: 0;
}
.b-card--profile--images .b-card__maintxt p {
  display: none;
}
.b-card--profile--images .b-card__lnk {
  color: #fff;
  text-decoration: none;
}
@media (min-width: 980px) {
  .b-card--profile--images .b-card__lnk:hover {
    color: #e8e8e8;
  }
}
.b-card--profile--images .b-card__lnk:active,
.b-card--profile--images .b-card__lnk.active {
  color: #e8e8e8;
}
.b-card--analysis .b-card__maintxt a {
  text-decoration: none;
  color: #0c6db3;
  color: #0c6db3;
}
.banktype_private .b-card--analysis .b-card__maintxt a {
  color: #d4af37;
}
.b-card--analysis .b-card__maintxt a:hover {
  text-decoration: none;
}
@media (min-width: 980px) {
  .b-card--analysis .b-card__maintxt a:hover {
    color: #0b9bd9;
    color: #0b9bd9;
  }
  .banktype_private .b-card--analysis .b-card__maintxt a:hover {
    color: #0c6db3;
  }
}
.b-card--analysis .b-card__maintxt a:active,
.b-card--analysis .b-card__maintxt a.active {
  color: #0b9bd9;
  color: #0b9bd9;
}
.banktype_private .b-card--analysis .b-card__maintxt a:active,
.banktype_private .b-card--analysis .b-card__maintxt a.active {
  color: #0c6db3;
}
.b-card--analysis .b-card__maintxt a p {
  color: #4a4a4a;
}
.b-card--analysis--icons .b-card__maintxt {
  text-align: center;
}
.b-card--analysis--icons .imgWrap,
.b-card--analysis--icons .art-head {
  margin-bottom: 20px;
}
.b-card--analysis--icons a.imgWrap {
  display: inline-block;
}
.b-card--analysis--dates .datetime {
  margin-bottom: 15px;
  display: block;
}
.b-card--subsidiaries .b-card__maintxt {
  padding-left: 24px;
  padding-right: 24px;
  text-align: center;
}
.b-card--subsidiaries .imgWrap {
  text-align: center;
}
.b-card--subsidiaries .imgWrap img {
  display: inline-block;
  max-width: 100%;
}
.b-card--noimage .b-card__category--opaque {
  background-color: transparent;
}
.b-card--noimage .b-card__mainimg_txt {
  color: #4a4a4a;
}
.b-card--noimage .b-card__mainimg {
  background-color: transparent;
}
.b-card--newsletter .b-card__category {
  color: #656566;
}
@media screen and (min-width: 600px) and (max-width: 979px) {
  .b-card--newsletter .b-card__maintxt {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (min-width: 980px) and (max-width: 1279px) {
  .b-card--newsletter .b-card__maintxt {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media screen and (min-width: 600px) and (max-width: 768px) {
  .b-card--newsletter .b-card__maintxt {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media screen and (max-width: 350px) {
  .b-card--newsletter .b-card__maintxt {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media screen and (max-width: 979px) {
  .b-card--newsletter .b-card__maintxt .art-head {
    font-size: 1rem;
    line-height: 1.375;
  }
}
.b-card--compared .b-card__compare {
  top: 20px;
  right: 24px;
  left: auto;
}
.b-card--compared .b-card__mainimg {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.b-card--compared .b-card__conts {
  min-height: 393px;
  height: auto;
  overflow: visible;
}
@media screen and (max-width: 979px) {
  .b-card--compared .b-card__conts {
    min-height: 350px;
    height: auto;
  }
}
.b-card--comparable .b-card__text {
  height: 85px;
  margin-bottom: 30px;
  overflow: hidden;
}
.b-card--comparable .spanlabel {
  color: #4a4a4a;
}
@media screen and (max-width: 979px) {
  .b-card--comparable .b-card__btnwrap {
    padding-top: 30px;
  }
}
.b-card--analysis .b-card__btnwrap,
.b-card--profile .b-card__btnwrap,
.b-card--announce .b-card__btnwrap,
.b-card--tip .b-card__btnwrap,
.b-card--tool .b-card__btnwrap,
.b-card--exhibition .b-card__btnwrap,
.b-card--datenav .b-card__btnwrap,
.b-card--tip-2 .b-card__btnwrap,
.b-card--admin .b-card__btnwrap,
.b-card--award .b-card__btnwrap {
  position: absolute;
  padding: 0;
  margin: 0;
  bottom: 24px;
  left: 0;
  width: 100%;
}
.b-card--profile--icons .b-card__maintxt,
.b-card--tip .b-card__maintxt,
.b-card--announce .b-card__maintxt {
  padding-left: 0;
  padding-right: 0;
  max-width: 60%;
}
@media screen and (max-width: 1080px) and (min-width: 980px) {
  .b-card--profile--icons .b-card__maintxt,
  .b-card--tip .b-card__maintxt,
  .b-card--announce .b-card__maintxt {
    max-width: none;
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media screen and (max-width: 350px) {
  .b-card--profile--icons .b-card__maintxt,
  .b-card--tip .b-card__maintxt,
  .b-card--announce .b-card__maintxt {
    max-width: none;
    padding-left: 24px;
    padding-right: 24px;
  }
}
.b-card--photo {
  /*a.b-card__maintxt{
            @include transition(background .2s);
            &:hover{
                background: rgba(0,0,0,0.60);
            }
        }*/
}
.b-card--photo .b-card__maintxt {
  position: absolute;
  left: 0;
  bottom: 0;
  top: auto;
  width: 100%;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -moz-transform: translateY(100%);
  transform: translateY(100%);
  opacity: 0;
  padding: 24px;
  color: #fff;
  background: rgba(0, 0, 0, 0.4);
}
.b-card--photo .b-card__maintxt p {
  margin-bottom: 0;
}
.b-card--photo:hover .b-card__maintxt {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -moz-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
.b-card .comp {
  border-top: 1px solid #ccc;
  padding: 24px;
}
.b-card .comp__item {
  padding: 0;
  margin: 0;
}
.b-card .comp__title {
  display: block;
  padding: 0;
  margin: 0 0 10px 0;
}
.b-card .comp__title:before {
  content: "";
  display: block;
  border-bottom: 1px solid #ccc;
  margin: 15px 0;
}
.b-card .comp__title:first-child:before {
  border: 0;
  margin: 0;
}
.b-card .comp__descr {
  display: block;
  font-weight: 700;
  padding: 0;
  margin: 0;
}
.b-card .comp .btnWrap {
  border-top: 1px solid #ccc;
  padding-top: 20px;
  text-align: center;
  margin-bottom: 0;
}
.b-card--admin .expeditor-thumb {
  top: 65px;
}
.b-card--admin .adminTxt {
  padding: 24px;
  padding-bottom: 50px;
}
.b-card--admin .adminTxt__img {
  background: 50% 50% no-repeat;
  background-size: cover;
  width: 147px;
  height: 147px;
  border-radius: 4px;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
  overflow: hidden;
  margin-bottom: 15px;
}
@media screen and (min-width: 600px) and (max-width: 767px) {
  .b-card--admin .adminTxt__img {
    width: 100px;
    height: 100px;
  }
}
@media screen and (max-width: 599px) {
  .b-card--admin .adminTxt__img {
    width: 120px;
    height: 120px;
  }
}
.b-card--admin .adminTxt__name {
  font-weight: bold;
}
.b-card--admin .adminTxt__more {
  margin-top: 5px;
}
.b-card--admin .socialmenu {
  position: absolute;
  right: 24px;
  top: 22px;
}
.b-card--admin .socialmenu ul {
  text-align: left;
}
.b-card--admin .socialmenu li {
  margin-left: 5px;
}
.b-card--admin .socialmenu li:first-child {
  margin-left: 0;
}
.b-card--admin .socialmenu a {
  color: #4a4a4a;
  text-decoration: none;
}
@media (min-width: 980px) {
  .b-card--admin .socialmenu a:hover {
    color: #0c6db3;
  }
}
.b-card--admin .socialmenu a:active,
.b-card--admin .socialmenu a.active {
  color: #0c6db3;
}
.b-card--navigation .b-card__conts {
  background-color: #fafafa;
}
@media only print {
  .b-card--navigation .b-card__conts {
    border: 1px solid #ccc;
  }
}
.b-card--navigation .b-card__mainimg {
  background: none;
}
@media only print {
  .b-card--navigation .b-card__mainimg {
    height: 115px;
  }
}
.b-card--navigation .b-card__mainimg::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  top: auto;
  width: 100%;
  height: 6px;
  border-bottom: 6px solid #0c6db3;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
.b-card--navigation .b-card__mainimg::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0%;
  height: 6px;
  border-bottom: 6px solid #e52600;
  -webkit-transition: all, 0.3s;
  -o-transition: all, 0.3s;
  transition: all, 0.3s;
}
.b-card--navigation .b-card__mainimg .b-card__mainimg_txt {
  padding-bottom: 24px;
  font-size: 18px;
  font-weight: 300;
}
.b-card--navigation .b-card__mainimg .title {
  font-size: 30px;
  color: #4a4a4a;
}
@media only print {
  .b-card--navigation .b-card__mainimg .title {
    font-size: 20px;
  }
}
.b-card--navigation .b-card__lnk {
  font-weight: bold;
}
@media only screen {
  .b-card--navigation .b-card__lnk {
    font-size: 22px;
  }
}
.b-card--navigation:hover .b-card__mainimg::after {
  width: 100%;
}
.b-card--award .art-head {
  text-align: center;
  max-width: 230px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 979px) {
  .b-card--award .art-head {
    margin-bottom: 5px;
    font-size: 1.375rem;
    line-height: 1.09091;
  }
}
.b-card--award .b-card__maintxt {
  text-align: center;
  padding-left: 24px;
  padding-right: 24px;
}
.b-card--award .b-card__maintxt a {
  text-decoration: none;
  color: #4a4a4a;
}
@media (min-width: 980px) {
  .b-card--award .b-card__maintxt a:hover {
    color: #0c6db3;
  }
  .banktype_private .b-card--award .b-card__maintxt a:hover {
    color: #d4af37;
  }
}
.b-card--award .b-card__maintxt a:active,
.b-card--award .b-card__maintxt a.active {
  color: #0c6db3;
}
.banktype_private .b-card--award .b-card__maintxt a:active,
.banktype_private .b-card--award .b-card__maintxt a.active {
  color: #d4af37;
}
.b-card--award .b-card__maintxt a p {
  color: #4a4a4a;
}
.b-card--award .imgWrap {
  margin-bottom: 15px;
  font-size: 1px;
}
.b-card--award .imgWrap img {
  height: 96px;
  display: inline-block;
  /*@include scr-tablets{
                    height:70px;
                }
                @include scr-phones-tablets{
                    height:70px;
                }*/
}
.b-card--award__extratxt {
  min-height: 100px;
  text-align: left;
}
.b-card--award__extratxt p {
  font-size: 1rem;
  line-height: 1.375;
  margin-bottom: 5px;
}
.b-card--multilink .b-card__maintxt {
  padding-top: 60px;
  padding-left: 24px;
  padding-right: 24px;
  top: auto;
  -webkit-transform: none;
  -ms-transform: none;
  -moz-transform: none;
  transform: none;
}
.b-card--multilink .ULGrouplnks {
  padding-top: 20px;
}
.b-card--multilink .grouplnks {
  position: relative;
  padding-left: 40px;
}
.b-card--multilink .grouplnks .icon {
  position: absolute;
  left: 0;
  top: 5px;
  max-width: 26px;
  max-height: 26px;
}
.b-card--multilink .grouplnks ul {
  position: relative;
  margin-top: 10px;
  padding-bottom: 10px;
}
.b-card--multilink .grouplnks ul::before {
  content: "";
  display: block;
  width: 240px;
  border-top: 1px solid #ccc;
  position: absolute;
  top: -10px;
  left: 0;
}
.b-card--multilink .grouplnks ul li {
  padding-bottom: 5px;
  padding-top: 5px;
}
.b-card--multilink .grouplnks:first-child ul {
  margin-top: 0;
}
.b-card--multilink .grouplnks:first-child ul::before {
  content: none;
}
.b-card .b-card__swipe,
.b-card .slick-list,
.b-card .slick-track,
.b-card .b-card__swipeitem {
  height: 100%;
}
.b-card .b-card__swipeitem {
  position: relative;
}
.b-card .b-card__swipe .slick-dots {
  margin: -48px 0 0 0;
  top: 100%;
}
.b-card .b-card__swipe .slick-dots button {
  border-color: #000;
}
.b-card .b-card__swipe .slick-dots li.slick-active button {
  background-color: #000;
}

.b-card--exhibition .b-card__maintxt {
  /*.icon-tool{
                @include scr-narrowcards{
                    font-size:15px;
                }
            }*/
  font-style: italic;
}
.b-card--exhibition .b-card__maintxt .art-head,
.b-card--exhibition .b-card__maintxt p {
  max-width: 434px;
  margin-left: auto;
  margin-right: auto;
}
.b-card--exhibition .b-card__maintxt .art-head {
  max-width: 400px;
}
@media screen and (min-width: 980px) and (max-width: 1279px) {
  .b-card--exhibition .b-card__maintxt .art-head {
    font-size: 20px;
  }
}
@media screen and (min-width: 600px) and (max-width: 768px) {
  .b-card--exhibition .b-card__maintxt .art-head {
    font-size: 20px;
  }
}
@media screen and (max-width: 350px) {
  .b-card--exhibition .b-card__maintxt .art-head {
    font-size: 20px;
  }
}
.b-card--exhibition .b-card__maintxt p {
  font-size: 16px;
  max-height: 90px;
  overflow: hidden;
}
@media screen and (min-width: 980px) and (max-width: 1279px) {
  .b-card--exhibition .b-card__maintxt p {
    font-size: 15px;
  }
}
@media screen and (min-width: 600px) and (max-width: 768px) {
  .b-card--exhibition .b-card__maintxt p {
    font-size: 15px;
  }
}
@media screen and (max-width: 350px) {
  .b-card--exhibition .b-card__maintxt p {
    font-size: 15px;
  }
}
.b-card--exhibition .b-card__maintxt .b-card__btnwrap {
  text-align: center;
  margin-top: 25px;
}
@media screen and (min-width: 980px) and (max-width: 1279px) {
  .b-card--exhibition .b-card__maintxt .b-card__btnwrap {
    margin-top: 15px;
  }
}
@media screen and (min-width: 600px) and (max-width: 768px) {
  .b-card--exhibition .b-card__maintxt .b-card__btnwrap {
    margin-top: 15px;
  }
}
@media screen and (max-width: 350px) {
  .b-card--exhibition .b-card__maintxt .b-card__btnwrap {
    margin-top: 15px;
  }
}

.b-card--exhibition .b-card__lnk {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
}

.b-card--datenav .b-card__maintxt {
  /*.icon-tool{
                @include scr-narrowcards{
                    font-size:15px;
                }
            }*/
  text-align: center;
  font-style: italic;
}
.b-card--datenav .b-card__maintxt .art-head {
  font-size: 38px;
  font-weight: bold;
}
@media screen and (min-width: 980px) and (max-width: 1279px) {
  .b-card--datenav .b-card__maintxt .art-head {
    font-size: 28px;
  }
}
@media screen and (min-width: 600px) and (max-width: 768px) {
  .b-card--datenav .b-card__maintxt .art-head {
    font-size: 28px;
  }
}
@media screen and (max-width: 350px) {
  .b-card--datenav .b-card__maintxt .art-head {
    font-size: 28px;
  }
}
.b-card--datenav .b-card__maintxt a.art-head {
  color: #0c6db3;
  text-decoration: none;
}
.b-card--datenav .b-card__maintxt a.art-head:hover {
  text-decoration: none;
}
@media (min-width: 980px) {
  .b-card--datenav .b-card__maintxt a.art-head:hover {
    color: #0b9bd9;
  }
}
.b-card--datenav .b-card__maintxt a.art-head:active,
.b-card--datenav .b-card__maintxt a.art-head.active {
  color: #0b9bd9;
}
.b-card--datenav .b-card__maintxt p {
  font-size: 22px;
  font-weight: bold;
  max-height: 120px;
  overflow: hidden;
}
@media screen and (min-width: 980px) and (max-width: 1279px) {
  .b-card--datenav .b-card__maintxt p {
    font-size: 18px;
  }
}
@media screen and (min-width: 600px) and (max-width: 768px) {
  .b-card--datenav .b-card__maintxt p {
    font-size: 18px;
  }
}
@media screen and (max-width: 350px) {
  .b-card--datenav .b-card__maintxt p {
    font-size: 18px;
  }
}
.b-card--datenav .b-card__maintxt .b-card__btnwrap {
  position: static;
  width: auto;
  text-align: center;
  margin-top: 25px;
  padding: 0;
}
@media screen and (min-width: 980px) and (max-width: 1279px) {
  .b-card--datenav .b-card__maintxt .b-card__btnwrap {
    margin-top: 15px;
  }
}
@media screen and (min-width: 600px) and (max-width: 768px) {
  .b-card--datenav .b-card__maintxt .b-card__btnwrap {
    margin-top: 15px;
  }
}
@media screen and (max-width: 350px) {
  .b-card--datenav .b-card__maintxt .b-card__btnwrap {
    margin-top: 15px;
  }
}

.b-card--datenav .b-card__lnk {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
}

.b-card--download .b-card__conts {
  padding: 20px;
  text-align: center;
}

.b-card--download p {
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 5px;
}

.b-card--download a {
  font-size: 18px;
  font-weight: bold;
}

body.pagemode-edit .b-countriescard .expeditor-thumb {
  display: block;
}

.b-countriescard {
  display: block;
  position: relative;
}
.b-countriescard .expeditor-thumb {
  display: none;
  position: absolute;
  right: 39px;
  top: 19px;
  z-index: 10;
}
.b-countriescard .expeditor-thumb__imgwrap {
  border-radius: 4px;
  overflow: hidden;
  border: 2px solid #fff;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.35);
  font-size: 1px;
  line-height: 1;
  opacity: 0.6;
}
.b-countriescard .expeditor-thumb img {
  width: 100px;
}
.b-countriescard__conts {
  position: relative;
  height: 222px;
  overflow: hidden;
  display: block;
}
.b-countriescard figure {
  margin: 0;
  padding: 0;
  height: 100%;
  display: block;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  position: relative;
  overflow: hidden;
}
.b-countriescard figure > img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  min-width: 100%;
  min-height: 100%;
}
.b-countriescard figure::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  opacity: 1;
  -webkit-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.b-countriescard .txtwrap {
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -moz-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -webkit-backface-visibility: hidden;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
  color: #fff;
  line-height: 1;
  font-weight: bold;
}
.b-countriescard .txtwrap .title {
  font-size: 38px;
}
.b-countriescard .txtwrap .txt {
  font-size: 19px;
}
.b-countriescard:hover figure {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -moz-transform: scale(1.05);
  transform: scale(1.05);
}
.b-countriescard:hover figure::after {
  opacity: 0.7;
}

.b-article + .b-article {
  margin-top: 30px;
}

.b-article {
  padding-left: 40px;
  font-size: 18px;
  font-weight: 300;
  /*.b-eurotable > table:not(.tbl_inbroker){
        @include tableEuro;
    }*/
}
@media (min-width: 980px) {
  .b-article {
    padding-right: 26px;
  }
}
@media screen and (min-width: 600px) and (max-width: 979px) {
  .b-article {
    padding-left: 10px;
  }
}
@media screen and (max-width: 599px) {
  .b-article {
    padding-left: 0;
  }
}
.b-article--nopad {
  padding-left: 0;
}
.b-article strong {
  font-weight: bold;
}
.b-article p {
  margin-bottom: 15px;
}
.b-article p.nomargin,
.b-article p:last-child {
  margin-bottom: 0;
}
.b-article ul p,
.b-article ol p {
  margin: 0 0 10px 0;
}
.b-article h2,
.b-article .headH2 {
  font-size: 1.75rem;
  line-height: 1.21429;
  font-weight: bold;
  margin: 30px 0 15px 0;
}
@media screen and (max-width: 599px) {
  .b-article h2,
  .b-article .headH2 {
    font-size: 1.5rem;
    line-height: 1.16667;
  }
}
.b-article h2:first-child,
.b-article .headH2:first-child {
  margin-top: 0;
}
.b-article h3,
.b-article .headH3 {
  font-size: 1.5rem;
  line-height: 1.16667;
  font-weight: bold;
  margin: 30px 0 15px 0;
}
@media screen and (max-width: 599px) {
  .b-article h3,
  .b-article .headH3 {
    font-size: 1.375rem;
    line-height: 1.18182;
  }
}
.b-article h3:first-child,
.b-article .headH3:first-child {
  margin-top: 0;
}
.b-article h2.asboldText,
.b-article h3.asboldText {
  font-size: 18px;
  font-weight: 300;
  font-weight: bold;
}
.b-article h2.asboldText strong,
.b-article h3.asboldText strong {
  font-weight: bold;
}
.b-article .dropdowns .content h2:first-child,
.b-article .dropdowns .header .menubar__conts h2:first-child,
.header .b-article .dropdowns .menubar__conts h2:first-child,
.b-article .dropdowns .header .belowmenu__conts h2:first-child,
.header .b-article .dropdowns .belowmenu__conts h2:first-child,
.b-article .dropdowns .content .headH:first-child,
.b-article .dropdowns .header .menubar__conts .headH:first-child,
.header .b-article .dropdowns .menubar__conts .headH:first-child,
.b-article .dropdowns .header .belowmenu__conts .headH:first-child,
.header .b-article .dropdowns .belowmenu__conts .headH:first-child,
.b-article .dropdowns .content h3:first-child,
.b-article .dropdowns .header .menubar__conts h3:first-child,
.header .b-article .dropdowns .menubar__conts h3:first-child,
.b-article .dropdowns .header .belowmenu__conts h3:first-child,
.header .b-article .dropdowns .belowmenu__conts h3:first-child,
.b-article .dropdowns .content .headH3:first-child,
.b-article .dropdowns .header .menubar__conts .headH3:first-child,
.header .b-article .dropdowns .menubar__conts .headH3:first-child,
.b-article .dropdowns .header .belowmenu__conts .headH3:first-child,
.header .b-article .dropdowns .belowmenu__conts .headH3:first-child {
  margin-top: 30px;
}
.b-article ul:not(.slick-dots),
.b-article ol:not(.slick-dots) {
  margin: 0 0 15px 0;
  padding: 0 0 0 18px;
}
.b-article ul:not(.slick-dots) li,
.b-article ol:not(.slick-dots) li {
  margin-top: 10px;
  padding-left: 18px;
}
@media screen and (max-width: 599px) {
  .b-article ul:not(.slick-dots) li,
  .b-article ol:not(.slick-dots) li {
    padding-left: 5px;
  }
}
.b-article ul:not(.slick-dots) ul:not(.slick-dots) li,
.b-article ul:not(.slick-dots) ol:not(.slick-dots) li,
.b-article ol:not(.slick-dots) ul:not(.slick-dots) li,
.b-article ol:not(.slick-dots) ol:not(.slick-dots) li {
  padding-left: 15px;
}
@media screen and (max-width: 599px) {
  .b-article ul:not(.slick-dots) ul:not(.slick-dots) li,
  .b-article ul:not(.slick-dots) ol:not(.slick-dots) li,
  .b-article ol:not(.slick-dots) ul:not(.slick-dots) li,
  .b-article ol:not(.slick-dots) ol:not(.slick-dots) li {
    padding-left: 5px;
  }
}
.b-article ol {
  list-style: none;
}
.b-article ol > li {
  position: relative;
  counter-increment: step-counter;
}
.b-article ol > li:before {
  content: counter(step-counter) ". ";
  position: absolute;
  left: -18px;
  top: 1px;
}
@media screen and (max-width: 599px) {
  .b-article ol > li:before {
    top: 0px;
    font-size: 18px;
  }
}
.b-article blockquote {
  margin: 10px 0 10px 35px;
}
@media screen and (max-width: 599px) {
  .b-article blockquote {
    margin-left: 23px;
  }
}
.b-article img {
  max-width: 100%;
}
.b-article .large {
  margin-bottom: 30px;
  font-size: 1.75rem;
  line-height: 1.35714;
}
.b-article .large ul,
.b-article .large ol {
  padding-left: 22px;
}
@media screen and (min-width: 600px) and (max-width: 979px) {
  .b-article .large {
    font-size: 1.5rem;
    line-height: 1.16667;
  }
}
@media screen and (max-width: 599px) {
  .b-article .large {
    font-size: 1.25rem;
    line-height: 1.3;
  }
}
.b-article .artHead {
  font-weight: bold;
  margin: 0 0 20px 0;
}
@media screen and (min-width: 600px) and (max-width: 979px) {
  .b-article .artHead {
    font-size: 1.75rem;
    line-height: 1.14286;
  }
}
@media screen and (max-width: 599px) {
  .b-article .artHead {
    font-size: 1.75rem;
    line-height: 1.14286;
  }
}
.b-article .b-carousel-thumbwrap,
.b-article .b-jwplayer {
  margin: 30px 0;
}
@media (min-width: 980px) {
  .b-article .b-carousel-thumbwrap,
  .b-article .b-jwplayer {
    max-width: 80%;
  }
}
@media screen and (min-width: 600px) and (max-width: 979px) {
  .b-article .b-carousel-thumbwrap,
  .b-article .b-jwplayer {
    padding: 0 20px;
  }
}
@media screen and (max-width: 599px) {
  .b-article .b-carousel-thumbwrap,
  .b-article .b-jwplayer {
    margin-left: -24px;
    margin-right: -24px;
  }
}
@media screen and (max-width: 599px) {
  .b-article
    .b-carousel-thumbwrap
    .b-carousel-thumb
    div:not(.arrowHolder)
    > .slick-arrow {
    margin-top: -65px;
  }
}
.b-article .dropdowns {
  margin-top: 35px;
}
@media screen and (max-width: 979px) {
  .b-article .dropdowns {
    margin-top: 30px;
  }
}
.b-article .dropdowns .dropdowns__head {
  margin: 0;
}
.b-article .dropdowns .dropdowns__headtxt {
  margin-bottom: 0;
}
.b-article
  .dropdowns
  .dropdowns__item:not(.active)
  .dropdowns__headtxt
  p:last-child {
  margin-bottom: 0;
}
.b-article .lnkwrap {
  text-align: right;
}
.b-article .btnWrap {
  margin-bottom: 15px;
}
.b-article .btn {
  padding-top: 12px;
  padding-bottom: 12px;
}
@media screen and (max-width: 599px) {
  .b-article .btn {
    display: block;
  }
}
.b-article .b-eurotable {
  margin: 20px 0 30px 0;
  font-weight: normal;
}

.b-feature-tbl__caption {
  background: #176fae;
  -webkit-border-top-left-radius: 4px;
  -ms-border-top-left-radius: 4px;
  -moz-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -ms-border-top-right-radius: 4px;
  -moz-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-left-radius: 0;
  -ms-border-bottom-left-radius: 0;
  -moz-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -ms-border-bottom-right-radius: 0;
  -moz-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
  text-align: center;
  color: #fff;
  padding: 24px;
}

.b-feature-tbl .tbl .tbl__td--fixed .inner-tbl__th:not(.nodouble) {
  height: 141px;
  padding: 0 24px;
}

.b-feature-tbl .tbl .tbl__td--fixed .inner-tbl__td {
  border-left: 1px solid #ccc;
}

@media (min-width: 980px) {
  .b-feature-tbl .tbl {
    display: table;
    padding: 0;
    margin: 0;
    border-collapse: collapse;
    border: none;
    width: 100%;
  }
  .b-feature-tbl .tbl .tbl__row {
    display: table-row;
  }
  .b-feature-tbl .tbl .tbl__td {
    display: table-cell;
    padding: 0;
    margin: 0;
    vertical-align: top;
  }
  .b-feature-tbl .tbl .tbl__td--fixed {
    width: 30%;
    text-align: left;
  }
  .b-feature-tbl .tbl .tbl__td--fixed .inner-tbl__th {
    border-left: 0;
  }
}

@media screen and (max-width: 979px) {
  .b-feature-tbl .tbl .tbl__row:before,
  .b-feature-tbl .tbl .tbl__row:after {
    content: " ";
    display: table;
  }
  .b-feature-tbl .tbl .tbl__row:after {
    clear: both;
  }
  .b-feature-tbl .tbl .tbl__td {
    float: left;
    width: 60%;
  }
}
@media screen and (max-width: 979px) and (max-width: 320px) {
  .b-feature-tbl .tbl .tbl__td {
    width: 65%;
  }
}

@media screen and (max-width: 979px) {
  .b-feature-tbl .tbl .tbl__td--fixed {
    position: relative;
    z-index: 2;
    box-shadow: 3px 0px 4px rgba(0, 0, 0, 0.3);
    width: 40%;
  }
}
@media screen and (max-width: 979px) and (max-width: 320px) {
  .b-feature-tbl .tbl .tbl__td--fixed {
    width: 35%;
  }
}

.b-feature-tbl .inner-tbl {
  display: table;
  padding: 0;
  margin: 0;
  border-collapse: collapse;
  border: none;
  width: 100%;
  table-layout: fixed;
}
.b-feature-tbl .inner-tbl .inner-tbl__row {
  display: table-row;
}
.b-feature-tbl .inner-tbl .inner-tbl__td {
  display: table-cell;
  padding: 0;
  margin: 0;
  height: 70px;
  vertical-align: middle;
  text-align: center;
}
.b-feature-tbl .inner-tbl__row--hrow .inner-tbl__th {
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  padding: 0 24px;
}
@media screen and (max-width: 979px) {
  .b-feature-tbl .inner-tbl__row--hrow .inner-tbl__th {
    border-left: 0;
  }
}
.b-feature-tbl .inner-tbl__row--hrow .inner-tbl__th + .inner-tbl__th {
  border-left: 1px solid #fff;
}
.b-feature-tbl .inner-tbl__row--brow .inner-tbl__td {
  border-bottom: 1px solid #ccc;
  padding: 0 24px;
}
.b-feature-tbl .inner-tbl__th {
  display: table-cell;
  height: 70px;
  vertical-align: middle;
  text-align: center;
  background: #176fae;
  color: #fff;
}

@media (min-width: 980px) {
  .b-feature-tbl .item:last-child .inner-tbl {
    border-right: 1px solid #ccc;
  }
  .b-feature-tbl .item:last-child .inner-tbl__th:last-child {
    border-right: 1px solid #176fae;
  }
}

@media screen and (max-width: 979px) {
  .b-feature-tbl .gallery {
    border-right: 1px solid #ccc;
  }
}

.b-navlist__headline {
  font-weight: bold;
  position: relative;
}
.b-navlist__headline:after {
  content: "";
  display: block;
  max-width: 40px;
  height: 2px;
  margin-top: 5px;
  background-color: #4a4a4a;
}

.b-navlist li {
  font-weight: bold;
  margin-top: 15px;
}

.b-navlist > ul:not(.bullets) {
  display: table;
  padding: 0;
  margin: 0;
  border-collapse: collapse;
  border: none;
}
.b-navlist > ul:not(.bullets) .trow {
  display: table-row;
}
.b-navlist > ul:not(.bullets) > li {
  display: table-cell;
  padding: 0;
  margin: 0;
  vertical-align: top;
  padding-left: 3.125rem;
}
.b-navlist > ul:not(.bullets) > li:first-child {
  padding-left: 0;
}

.b-navlist ul.bullets > li::before {
  content: "• ";
  color: #0c6db3;
  margin-right: 15px;
}

.b-noresults {
  text-align: center;
}
.b-noresults__conts {
  padding-top: 150px;
  background: url("../../images/icns/noresults.svg") 50% 0 no-repeat;
}
.b-noresults__head {
  font-weight: 700;
  margin-bottom: 10px;
}
@media screen and (max-width: 599px) {
  .b-noresults__head {
    font-size: 2rem;
    line-height: 1.25;
  }
}
@media screen and (max-width: 599px) {
  .b-noresults p {
    font-size: 1.125rem;
    line-height: 1.22222;
  }
}

.b-eurotable {
  position: relative;
}
.b-eurotable .b-table {
  display: table;
  padding: 0;
  margin: 0;
  border-collapse: collapse;
  border: none;
  font-size: 1.125rem;
  line-height: 1.22222;
  margin-bottom: 0;
}
.b-eurotable .b-table .col {
  display: table-cell;
  padding: 0;
  margin: 0;
}
@media (min-width: 980px) {
  .b-eurotable .b-table.eqcols {
    table-layout: fixed;
  }
}
.b-eurotable .b-table p {
  margin: 0;
}
.b-eurotable .b-table caption {
  background: #176fae;
  text-align: center;
  color: #fff;
  font-size: 15px;
  font-weight: normal;
  padding: 15px 10px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom: 1px solid #fff;
}
.b-eurotable .b-table > tbody > tr > td,
.b-eurotable .b-table > tbody > tr > th {
  font-size: 15px;
  font-weight: normal;
  padding: 10px 10px;
  background: #fff;
  vertical-align: middle;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
}
.b-eurotable .b-table > tbody > tr > td:last-child,
.b-eurotable .b-table > tbody > tr > th:last-child {
  border-right: 1px solid #ccc;
}
.b-eurotable .b-table > tbody > tr > td img,
.b-eurotable .b-table > tbody > tr > th img {
  max-width: 100%;
  min-width: 50px;
}
.b-eurotable .b-table > tbody > tr > td {
  font-size: 18px;
}
.b-eurotable .b-table > tbody > tr > th,
.b-eurotable .b-table > tbody > tr > .tableHead {
  background: #176fae;
  text-align: center;
  color: #fff;
  border-left-color: #fff;
}
.b-eurotable .b-table > tbody > tr > th:first-child,
.b-eurotable .b-table > tbody > tr > .tableHead:first-child {
  border-left: 0;
}
.b-eurotable .b-table > tbody > tr > th:last-child,
.b-eurotable .b-table > tbody > tr > .tableHead:last-child {
  border-right: 0;
}
@media (min-width: 980px) {
  .b-eurotable
    .b-table.withLargePads:not(.smalltxt)
    > tbody
    > tr
    > td:not(.tableHead) {
    padding: 25px 20px;
  }
}
.b-eurotable .b-table > tbody > tr:first-child > td:not(.tableHead):not(th) {
  border-top: 1px solid #ccc;
}
.b-eurotable .b-table > tbody > tr:first-child > td.tableHead:first-child,
.b-eurotable .b-table > tbody > tr:first-child th:first-child {
  border-top-left-radius: 4px;
}
.b-eurotable .b-table > tbody > tr:first-child > td.tableHead:last-child,
.b-eurotable .b-table > tbody > tr:first-child th:last-child {
  border-top-right-radius: 4px;
}
.b-eurotable
  .b-table
  caption
  + tbody
  > tr:first-child
  > td.tableHead:first-child,
.b-eurotable .b-table caption + tbody > tr:first-child > th:first-child {
  border-top-left-radius: 0;
}
.b-eurotable
  .b-table
  caption
  + tbody
  > tr:first-child
  > td.tableHead:last-child,
.b-eurotable .b-table caption + tbody > tr:first-child > th:last-child {
  border-top-right-radius: 0;
}
.b-eurotable .caption {
  background: #176fae;
  text-align: center;
  color: #fff;
  font-size: 15px;
  font-weight: normal;
  padding: 15px 10px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom: 1px solid #fff;
}
@media (min-width: 600px) {
  .b-eurotable .caption {
    display: none;
  }
}
@media screen and (max-width: 599px) {
  .b-eurotable .eurotableOrigWrap {
    display: none;
  }
}
.b-eurotable .eurotableWrap {
  position: relative;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  overflow: hidden;
}
@media screen and (max-width: 979px) {
  .b-eurotable .eurotableWrap {
    box-shadow: 0.5px 0 1px #ccc;
  }
}
@media (min-width: 600px) {
  .b-eurotable .eurotableWrap {
    display: none;
  }
}
.b-eurotable .eurotableWrap table {
  width: auto;
}
.b-eurotable .eurotableWrap table caption {
  display: none;
}
.b-eurotable ul,
.b-eurotable ol {
  margin: 0 0 15px 0;
  padding: 0 0 0 18px;
}
.b-eurotable ul li,
.b-eurotable ol li {
  margin-top: 10px;
  padding-left: 18px;
}
@media screen and (max-width: 599px) {
  .b-eurotable ul li,
  .b-eurotable ol li {
    padding-left: 5px;
  }
}
.b-eurotable ul ul:not(.slick-dots) li,
.b-eurotable ul ol:not(.slick-dots) li,
.b-eurotable ol ul:not(.slick-dots) li,
.b-eurotable ol ol:not(.slick-dots) li {
  padding-left: 15px;
}
@media screen and (max-width: 599px) {
  .b-eurotable ul ul:not(.slick-dots) li,
  .b-eurotable ul ol:not(.slick-dots) li,
  .b-eurotable ol ul:not(.slick-dots) li,
  .b-eurotable ol ol:not(.slick-dots) li {
    padding-left: 5px;
  }
}
.b-eurotable ol {
  list-style: none;
}
.b-eurotable ol > li {
  position: relative;
  counter-increment: step-counter;
}
.b-eurotable ol > li:before {
  content: counter(step-counter) ". ";
  position: absolute;
  left: -18px;
  top: 1px;
}
@media screen and (max-width: 599px) {
  .b-eurotable ol > li:before {
    top: 0px;
    font-size: 18px;
  }
}
.b-eurotable .caption + .eurotableWrap {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.b-eurotable .eurotable__swipe > table {
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.b-eurotable .eurotable__swipe > table > tbody > tr > td:last-child {
  border-right: 0;
}
.b-eurotable .eurotable__swipe > table > tbody > tr > td.tableHead {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.b-eurotable .eurotable__swipe > table > tbody > tr > th {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.b-eurotable .arrowHolder {
  text-align: right;
}
@media (min-width: 600px) {
  .b-eurotable .arrowHolder {
    display: none;
  }
}
.b-eurotable .arrowHolder button {
  display: inline-block;
  margin-left: 5px;
}

.b-map {
  background: #fff;
}
.b-map .mapDiv {
  height: 250px;
}
@media (min-width: 600px) {
  .b-map {
    padding: 10px;
    position: relative;
    background: 50% 50% no-repeat;
    background-size: cover;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.35);
    border-radius: 4px;
    display: block;
    background-color: #fff;
    overflow: hidden;
  }
}
.b-map .theInfobox__item + .theInfobox__item {
  display: none;
}
.b-map .pagination {
  margin: 0;
}
.b-map .pagination > .disabled {
  opacity: 0.2;
}
.b-map .pagination > li > a,
.b-map .pagination > li > span {
  line-height: 22px;
  min-width: 20px;
  font-size: 16px;
  padding: 0;
  margin: 0 2px;
}

.b-carousel-thumb__main .slick-list {
  padding-bottom: 70.58824%;
}
@media screen and (max-width: 599px) {
  .b-carousel-thumb__main .slick-list {
    padding-bottom: 0;
    height: 60vh;
  }
}

.b-carousel-thumb__main .slick-track {
  position: absolute;
  height: 100%;
}

.b-carousel-thumb__main .item {
  display: block;
  height: 100%;
  background: 50% 50% no-repeat;
  background-size: cover;
}
@media (min-width: 600px) {
  .b-carousel-thumb__main .item {
    background-size: contain;
  }
}
@media only print {
  .b-carousel-thumb__main .item img.printable {
    width: 100%;
  }
}

@media only print {
  .b-carousel-thumb__main .slick-track {
    width: 100% !important;
    -webkit-transform: none !important;
    -ms-transform: none !important;
    -moz-transform: none !important;
    transform: none !important;
  }
  .b-carousel-thumb__main .item.slick-slide {
    display: none !important;
  }
  .b-carousel-thumb__main .item.slick-active {
    display: block !important;
    width: 100% !important;
  }
  .b-carousel-thumb__main .slick-arrow {
    display: none !important;
  }
}

@media screen and (max-width: 599px) {
  .b-carousel-thumb__thumbs {
    display: none;
  }
}

.b-carousel-thumb__thumbs .thumbitem {
  margin: 0;
  padding: 0;
  border: none;
  background: none;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  outline: 0;
  display: inline-block;
  margin: 12px 14px 0 0;
  cursor: pointer;
}
.b-carousel-thumb__thumbs .thumbitem[type="button"],
.b-carousel-thumb__thumbs .thumbitem[type="reset"],
.b-carousel-thumb__thumbs .thumbitem[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
}
.b-carousel-thumb__thumbs .thumbitem.active {
  opacity: 0.35;
}

@media (min-width: 600px) {
  .b-carousel-thumb div:not(.arrowHolder) > .slick-arrow {
    margin: 0;
    padding: 0;
    border: none;
    background: none;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    outline: 0;
    top: 50%;
    background: none;
    width: 28px;
    height: 51px;
    margin-top: -25px;
    background: url("../../images/EPS/icns/arrow-select-blue-right.png") 50% 50%
      no-repeat;
    background-size: contain;
    text-indent: 0;
  }
  .b-carousel-thumb div:not(.arrowHolder) > .slick-arrow[type="button"],
  .b-carousel-thumb div:not(.arrowHolder) > .slick-arrow[type="reset"],
  .b-carousel-thumb div:not(.arrowHolder) > .slick-arrow[type="submit"] {
    -webkit-appearance: none;
    -moz-appearance: none;
  }
}
@media screen and (min-width: 600px) and (min-width: 600px) and (max-width: 979px) {
  .b-carousel-thumb div:not(.arrowHolder) > .slick-arrow {
    width: 15px;
    height: 27px;
    margin-top: -13px;
  }
}

@media (min-width: 600px) {
  .b-carousel-thumb div:not(.arrowHolder) > .slick-arrow.slick-prev {
    left: -40px;
    -webkit-border-radius: 0;
    -ms-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    transform: scaleX(-1);
  }
}
@media screen and (min-width: 600px) and (min-width: 600px) and (max-width: 979px) {
  .b-carousel-thumb div:not(.arrowHolder) > .slick-arrow.slick-prev {
    left: -20px;
  }
}

@media (min-width: 600px) {
  .b-carousel-thumb div:not(.arrowHolder) > .slick-arrow.slick-next {
    right: -40px;
    -webkit-border-radius: 0;
    -ms-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
}
@media screen and (min-width: 600px) and (min-width: 600px) and (max-width: 979px) {
  .b-carousel-thumb div:not(.arrowHolder) > .slick-arrow.slick-next {
    right: -20px;
  }
}

@media screen and (max-width: 599px) {
  .b-carousel-thumb div:not(.arrowHolder) > .slick-arrow {
    top: 50%;
    margin-top: -80px;
  }
  .b-carousel-thumb div:not(.arrowHolder) > .slick-arrow.slick-prev {
    left: 0;
  }
  .b-carousel-thumb div:not(.arrowHolder) > .slick-arrow.slick-next {
    right: 0;
  }
}

.b-carousel-thumb-head {
  min-height: 45px;
}

.carouselThumbFancy .b-carousel-thumbwrap {
  padding: 50px 50px;
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
}

.carouselThumbFancy .b-carousel-thumb__main .slick-list {
  padding-bottom: 0;
  height: calc(70vh - 100px);
}

@media only print {
  .carouselThumbFancy {
    /*.fancybox-inner{width:100% !important}
        .slick-track{
            width:100% !important;
            @include transform(none !important);
        }
        .item.slick-slide{display:none !important;}
        .item.slick-active{
            display:block !important;
            width:100% !important;
            height:500px !important;
        }
        .slick-arrow{display:none !important}*/
  }
}

.b-prop-boxitem {
  color: #4a4a4a;
  font-size: 14px;
}
.b-prop-boxitem__conts {
  padding: 9px;
  background: #fff;
}
@media only print {
  .b-prop-boxitem__conts {
    border: 1px solid #ccc;
  }
}
.b-prop-boxitem__txt {
  display: block;
  color: #4a4a4a;
  text-decoration: none;
  padding: 12px 0 0 10px;
  margin-bottom: 20px;
  position: relative;
  line-height: 1;
  height: 170px;
  overflow: hidden;
}
.b-prop-boxitem__txt:hover {
  text-decoration: none;
}
@media (min-width: 980px) {
  .b-prop-boxitem__txt:hover {
    color: #0b9bd9;
  }
}
.b-prop-boxitem__txt:active,
.b-prop-boxitem__txt.active {
  color: #0b9bd9;
}
@media (min-width: 600px) {
  .b-prop-boxitem__txt {
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 979px) {
  .b-prop-boxitem__txt {
    padding-right: 10px;
  }
}
@media screen and (max-width: 599px) {
  .b-prop-boxitem__txt {
    height: 180px;
    overflow: hidden;
  }
}
@media only print {
  .b-prop-boxitem__txt {
    height: auto;
    overflow: visible;
  }
}
.b-prop-boxitem .price {
  font-size: 17px;
  font-weight: bold;
}
@media screen and (min-width: 1280px) and (max-width: 1440px) {
  .b-prop-boxitem .price {
    min-height: 25px;
  }
}
@media screen and (min-width: 980px) and (max-width: 1279px) {
  .b-prop-boxitem .price {
    min-height: 25px;
  }
}
@media screen and (min-width: 600px) and (max-width: 768px) {
  .b-prop-boxitem .price {
    min-height: 25px;
  }
}
@media screen and (max-width: 350px) {
  .b-prop-boxitem .price {
    min-height: 25px;
  }
}
.b-prop-boxitem .title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 5px;
  max-height: 38px;
  overflow: hidden;
}
@media (min-width: 1280px) {
  .b-prop-boxitem .title {
    margin-top: 25px;
  }
}
@media screen and (max-width: 599px) {
  .b-prop-boxitem .title {
    font-size: 20px;
    margin-top: 20px;
  }
}
.b-prop-boxitem .sumdetails {
  font-size: 14px;
  max-height: 28px;
  overflow: hidden;
  margin-bottom: 5px;
}
@media (min-width: 600px) {
  .b-prop-boxitem .sumdetails {
    min-height: 0;
  }
}
.b-prop-boxitem .addr {
  font-weight: 300;
  font-size: 12px;
  height: 24px;
  overflow: hidden;
  margin-bottom: 5px;
}
.b-prop-boxitem .type {
  font-weight: 300;
}
@media (min-width: 600px) {
  .b-prop-boxitem .type {
    position: absolute;
    left: 10px;
    bottom: 0;
  }
}
.b-prop-boxitem figure {
  margin: 0;
  padding: 0;
  height: 100%;
  display: block;
  position: relative;
  overflow: hidden;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.b-prop-boxitem figure > img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  min-width: 100%;
  min-height: 100%;
}
.b-prop-boxitem .imgDiv {
  display: block;
  height: 172px;
  overflow: hidden;
}
.b-prop-boxitem .imgDiv:hover figure {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -moz-transform: scale(1.05);
  transform: scale(1.05);
}

@media (min-width: 980px) {
  .b-prop-detail {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media screen and (min-width: 600px) and (max-width: 979px) {
  .b-prop-detail {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media screen and (max-width: 599px) {
  .b-prop-detail {
    padding-left: 0;
    padding-right: 0;
  }
}

.b-prop-detail .b-carousel-thumbwrap {
  margin-bottom: 50px;
}

@media screen and (max-width: 599px) {
  .b-prop-detail .dropdowns__head {
    padding-left: 14px;
  }
}

.b-prop-detail .descr {
  font-size: 18px;
  font-weight: 300;
  text-align: justify;
}
@media screen and (max-width: 599px) {
  .b-prop-detail .descr {
    padding-left: 14px;
    padding-right: 14px;
  }
}

.b-prop-detail .material {
  margin-top: 30px;
}
.b-prop-detail .material:first-child {
  margin-top: 0;
}
@media screen and (max-width: 599px) {
  .b-prop-detail .material {
    padding-left: 14px;
    padding-right: 14px;
  }
}
.b-prop-detail .material__head {
  font-style: italic;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 5px;
}
.b-prop-detail .material p {
  font-style: italic;
  margin-bottom: 5px;
}
.b-prop-detail .material__lnkwrap {
  margin-top: 10px;
  font-size: 18px;
  font-weight: bold;
}

.b-prop-detail .b-map {
  padding: 0;
  max-width: 570px;
}
.b-prop-detail .b-map .mapDiv {
  height: 400px;
}
@media screen and (max-width: 599px) {
  .b-prop-detail .b-map .mapDiv {
    height: 60vh;
  }
}

.b-interestform {
  padding: 30px 20px;
}
@media (min-width: 600px) {
  .b-interestform {
    position: relative;
    background: 50% 50% no-repeat;
    background-size: cover;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.35);
    border-radius: 4px;
    display: block;
    background-color: #fff;
    overflow: hidden;
    background: #fff;
  }
}
@media screen and (max-width: 599px) {
  .b-interestform {
    padding: 0 15px 0 15px;
  }
}
.b-interestform .title {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 10px;
}
.b-interestform p {
  font-size: 18px;
  font-weight: 300;
}
.b-interestform--success .title {
  position: relative;
  padding-left: 40px;
}
.b-interestform--success .title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 30px;
  height: 30px;
  background: url("../../images/EPS/icns/form-result-success.svg") no-repeat;
  background-size: contain;
}
.b-interestform .form-wrap {
  margin: 15px 0 0 0;
}
.b-interestform .form-wrap .row,
.b-interestform .form-wrap .s-cards .gallery,
.s-cards .b-interestform .form-wrap .gallery,
.b-interestform .form-wrap .s-cards .nogallery,
.s-cards .b-interestform .form-wrap .nogallery,
.b-interestform .form-wrap .s-cards-noswipe .gallery,
.s-cards-noswipe .b-interestform .form-wrap .gallery,
.b-interestform .form-wrap .s-mainart__withaside .s-mainart__row,
.s-mainart__withaside .b-interestform .form-wrap .s-mainart__row,
.b-interestform .form-wrap .s-prop-cards .gallery,
.s-prop-cards .b-interestform .form-wrap .gallery,
.b-interestform .form-wrap .s-prop-cards .nogallery,
.s-prop-cards .b-interestform .form-wrap .nogallery {
  margin-left: -3.5px;
  margin-right: -3.5px;
}
.b-interestform .form-wrap [class^="col-"] {
  padding-left: 3.5px;
  padding-right: 3.5px;
  margin-top: 15px;
}
@media screen and (max-width: 599px) {
  .b-interestform .form-wrap {
    padding-bottom: 35px;
    border-bottom: 1px solid #cbcbcb;
  }
}
.b-interestform textarea {
  height: 125px;
}
.b-interestform .captchaLabel,
.b-interestform .required {
  font-weight: 300;
  font-size: 17px;
}
.b-interestform .captchaLabel {
  padding-top: 15px;
}

.b-quicklinks {
  padding: 0 20px;
  border-bottom: 1px solid #cbcbcb;
}
@media screen and (max-width: 599px) {
  .b-quicklinks {
    padding: 25px 14px 25px 14px;
  }
}
.b-quicklinks ul li {
  margin: 30px 0;
}
.b-quicklinks a {
  padding: 10px 0 10px 65px;
  display: inline-block;
  position: relative;
  color: #000;
  text-decoration: none;
}
.b-quicklinks a:hover {
  text-decoration: none;
}
@media (min-width: 980px) {
  .b-quicklinks a:hover {
    color: #0b9bd9;
  }
}
.b-quicklinks a:active,
.b-quicklinks a.active {
  color: #0b9bd9;
}
.b-quicklinks figure {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  margin: 0;
  padding: 0;
}
.b-quicklinks figure img {
  display: inline-block;
  max-width: 100%;
  max-height: 100%;
}
.b-quicklinks .title {
  font-size: 17px;
  font-weight: bold;
}
.b-quicklinks p {
  font-size: 14px;
  font-weight: 300;
  margin: 0;
}

.b-needhelp {
  padding: 0 20px 30px 20px;
  border-bottom: 1px solid #cbcbcb;
}
@media screen and (max-width: 599px) {
  .b-needhelp {
    padding: 25px 14px 25px 14px;
  }
}
.b-needhelp .title {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 20px;
}
.b-needhelp p {
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 10px;
}
.b-needhelp a {
  font-weight: bold;
  font-size: 18px;
}

.b-prop-proposed {
  padding: 0 20px;
  /*.b-prop-boxitem{

        .b-prop-boxitem__txt{
            padding-bottom:15px;
            @include scr-tablets-desktops{
                height:auto;
                overflow:visible
            }
            @include scr-phones{
                height:220px;
            }

        }
        .title{

        }
        .sumdetails{
        }
        .addr{
        }
        .type{
            position:static;

        }
    }*/
}
@media screen and (max-width: 599px) {
  .b-prop-proposed {
    padding: 0;
  }
}
.b-prop-proposed > .title {
  font-size: 30px;
  font-weight: bold;
}
@media screen and (max-width: 599px) {
  .b-prop-proposed > .title {
    margin-bottom: 15px;
  }
}
@media (min-width: 600px) {
  .b-prop-proposed .s-cards .item {
    width: 100%;
  }
}
.b-prop-proposed .s-cards .slick-list {
  padding-top: 2px;
}
.b-prop-proposed .s-cards div:not(.arrowHolder) > .slick-arrow.slick-prev {
  left: 0;
}
.b-prop-proposed .s-cards div:not(.arrowHolder) > .slick-arrow.slick-next {
  right: 0;
}
@media only print {
  .b-prop-proposed .s-cards .item {
    width: 100%;
    float: none;
    padding: 0;
    margin-top: 15px;
  }
  .b-prop-proposed .s-cards .gallery {
    page-break-inside: auto;
  }
  .b-prop-proposed .s-cards .slick-arrow {
    display: none !important;
  }
}
@media (min-width: 600px) {
  .b-prop-proposed .b-prop-boxitem {
    margin-top: 30px;
  }
}

.b-contactform {
  padding: 30px 20px;
}
@media (min-width: 600px) {
  .b-contactform {
    position: relative;
    background: 50% 50% no-repeat;
    background-size: cover;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.35);
    border-radius: 4px;
    display: block;
    background-color: #fff;
    overflow: hidden;
    background: #fff;
  }
}
@media screen and (max-width: 599px) {
  .b-contactform {
    padding: 0;
  }
}
.b-contactform .title {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 10px;
}
.b-contactform p {
  font-size: 18px;
  font-weight: 300;
}
.b-contactform .form-wrap {
  margin: 15px 0 0 0;
  /*@include bootstrapcol(){
            margin-top:15px;
        }*/
}
.b-contactform .form-wrap .row,
.b-contactform .form-wrap .s-cards .gallery,
.s-cards .b-contactform .form-wrap .gallery,
.b-contactform .form-wrap .s-cards .nogallery,
.s-cards .b-contactform .form-wrap .nogallery,
.b-contactform .form-wrap .s-cards-noswipe .gallery,
.s-cards-noswipe .b-contactform .form-wrap .gallery,
.b-contactform .form-wrap .s-mainart__withaside .s-mainart__row,
.s-mainart__withaside .b-contactform .form-wrap .s-mainart__row,
.b-contactform .form-wrap .s-prop-cards .gallery,
.s-prop-cards .b-contactform .form-wrap .gallery,
.b-contactform .form-wrap .s-prop-cards .nogallery,
.s-prop-cards .b-contactform .form-wrap .nogallery {
  margin-left: -17px;
  margin-right: -17px;
}
.b-contactform .form-wrap [class^="col-"] {
  padding-left: 17px;
  padding-right: 17px;
  margin-top: 15px;
}
@media screen and (max-width: 599px) {
  .b-contactform .form-wrap {
    padding-bottom: 35px;
  }
}
.b-contactform textarea {
  height: 125px;
}
.b-contactform .captchaLabel,
.b-contactform .required {
  font-weight: 300;
  font-size: 17px;
}
.b-contactform .captchaLabel {
  padding-top: 15px;
}

.b-jwplayer {
  overflow: hidden;
  padding-bottom: 56%;
  position: relative;
}
.b-jwplayer .jwplayer {
  position: absolute;
  width: 100% !important;
  height: 100% !important;
}
