
@charset "UTF-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, img, ins, kbd, q, s, samp, small, strike, sub, tt, var, u, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

*:focus {
  outline: 0;
}

::-webkit-search-cancel-button {
  display: none;
}

input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

*:focus {
  outline: 0 !important;
}

img {
  max-width: 100%;
}

a {
  transition: all 0.2s;
  color: inherit;
}

h1 {
  font: bold 40px/48px "Pantone", Arial;
  text-transform: uppercase;
}

h2 {
  font: bold 40px/48px "Pantone", Arial;
  text-transform: uppercase;
  margin-top: 40px;
}

h2 + p {
  margin-top: 20px;
}

h3 {
  font: bold 25px/33px "Pantone", Arial;
  text-transform: uppercase;
}

h4 {
  font: bold 20px/23px "Pantone", Arial;
}

h5 {
  font: bold 18px/25px Arial;
  text-transform: uppercase;
  color: #ed1c24;
}

h6 {
  font: bold 18px/25px Arial;
}

p {
  font: 14px/18px arial;
  margin-bottom: 10px;
}

.btn-main {
  border-radius: 0px;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  -moz-appearance: none;
  border: none;
  outline: none;
  vertical-align: middle;
  margin: auto 0;
  background: #e11a22;
  color: white;
  min-height: 40px;
  max-width: 140px;
  line-height: 40px;
  height: 40px !important;
  padding: 0;
  min-width: 155px;
  box-sizing: border-box;
  transition: 0.3s;
}
.btn-main:hover {
  color: white;
  background: black;
  text-decoration: none;
}

article ul {
  list-style: none;
  margin: 21px 0;
  padding: 0;
  font: 14px/18px arial;
}

article ol {
  margin: 0 0 10px;
  padding-left: 18px;
  font: 14px/18px arial;
}

article ul li {
  position: relative;
  padding: 5px 0 5px 14px;
}

article ul li:before {
  content: "■";
  margin-right: 10px;
  color: #ed1c24;
  position: absolute;
  left: 0;
  top: 3px;
}

article ul.logos li {
  padding: 0;
}

article ul.logos li:before {
  content: none;
}

article ol {
  list-style: none;
  padding: 0;
}

article ol li {
  position: relative;
  padding: 5px 0 5px 14px;
  counter-increment: item;
}

article ol li:before {
  content: counter(item) ". ";
  color: #ed1c24;
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 5px;
}

article pre {
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
  border-radius: 4px;
  color: #333333;
  display: block;
  font-size: 13px;
  line-height: 1.42857;
  margin: 0 0 10px;
  padding: 9.5px;
  word-break: break-all;
  word-wrap: break-word;
  margin-bottom: 10px;
}

article code {
  font-family: "Courier New", ​monospace;
  background-color: #f3f2f9;
  border-radius: 0px;
  color: #252dc7;
  font-size: 90%;
  padding: 4px 0;
}

article blockquote {
  margin-left: 20px;
  font: 14px/18px arial;
}

article table {
  margin: 21px 0;
  font: 14px/18px arial;
  border: 0;
  border-radius: 0;
  border-collapse: collapse;
}

article table td,
article table th {
  border: 1px solid #ed1c24;
  padding: 2px 10px;
}

article table th {
  font-weight: 500;
  background: #ed1c24;
  font: bold 18px/20px "Pantone", Arial;
}

article table h1, table h2, table h3, table h4, table h5, table h6 {
  font-weight: 600;
  font-size: 14px;
  margin: 0;
  line-height: 16px;
}

.red {
  color: #ee1d25;
}

.image-box {
  position: relative;
  width: 100%;
  height: 220px;
  overflow: hidden;
  background: #f1f1f1;
}

.image-box img {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 100%;
  width: auto;
  max-width: none;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.product .image-box {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
  background: #f1f1f1;
  text-align: center;
}

.product .image-box img {
  position: relative;
  left: auto;
  top: auto;
  width: auto;
  max-width: none;
  -webkit-transform: translate(0%, 0%);
  -ms-transform: translate(0%, 0%);
  transform: translate(0%, 0%);
}

.image-box img.portrait {
  width: 100%;
  height: auto;
}

body {
  font-family: "Pantone", Arial;
  color: #000;
}

nav.navbar {
  border: 0;
  border-radius: 0;
  padding-top: 30px;
}

nav.navbar .navbar-brand {
  margin-left: -23px;
  padding: 0 15px;
}

nav.navbar .navbar-collapse {
  padding: 0;
}

nav.navbar .navbar-nav {
  font-size: 17px;
  font-weight: bold;
}

nav.navbar .navbar-nav a:hover,
nav.navbar .navbar-nav .active a {
  color: #ed1c24;
}

nav.navbar .navbar-toggle {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 17px;
}

nav.navbar .navbar-toggle .fa {
  margin-left: 5px;
}

.carousel-control {
  opacity: 1;
  text-shadow: none;
  width: 30px;
  height: 100px;
  background: rgba(0, 0, 0, 0.25) !important;
  margin: auto;
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-prev,
.carousel-control .icon-next {
  font-size: 20px;
  margin-top: -10px;
}

.carousel-caption {
  left: 75px;
  right: auto;
  text-shadow: none;
  width: 40%;
  top: 50px;
  padding-bottom: 0;
}

.carousel-caption.text-left {
  text-align: left;
}

.carousel-caption.text-right {
  text-align: right;
  left: auto;
  right: 75px;
}

.carousel-caption h2 {
  font-weight: normal;
}

.carousel-caption strong {
  font-weight: 900;
}

.carousel-indicators {
  bottom: 10px;
}

.carousel-indicators li {
  border-radius: 0;
  margin: 2px;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.carousel-indicators .active {
  width: 10px;
  height: 10px;
  margin: 2px;
}

.main-buttons .row {
  margin: 0 -5px 30px;
}

.main-buttons li {
  padding: 5px;
}

.main-buttons li a {
  background: #eee;
  display: block;
  height: 160px;
  font-size: 25px;
  line-height: 32px;
  position: relative;
  color: #000;
  padding: 50px 0 0 40px;
}

.main-buttons li a:hover {
  background: #999;
  text-decoration: none;
}

.main-buttons li a strong {
  font-weight: bold;
  display: block;
  color: #ff0000;
}

.main-buttons li a .glyphicon {
  font-size: 20px;
  top: 0;
  vertical-align: middle;
}

.main-buttons li a .image {
  position: absolute;
  width: 190px;
  height: 130px;
  right: 50px;
  bottom: -18px;
}

.main-buttons li.offer a .image {
  background: url('../images/topic_products.png');
}

.main-buttons li.shops a .image {
  background: url('../images/topic_branches.png');
}

.main-buttons li.sellers a .image {
  background: url('../images/topic_sellers.png');
}

.container > section {
  padding: 40px 15px;
}

.grey-box {
  background: #f5f5f5;
}

.benefits {
  margin: 20px 0 0;
}

.benefits p {
  font-size: 16px;
  line-height: 20px;
}

.benefits li {
  display: inline-block;
  width: 16%;
  font-weight: bold;
  margin: 20px 0;
  min-width: 150px;
}

.benefits li div {
  margin: 15px 0 0;
}

.ico {
  background: url('../images/ico-star.svg');
  padding: 11px;
  display: inline-block;
  width: 62px;
  height: 62px;
}

.ico img {
  display: block;
}

.ico-fb {
  margin-left: 17px;
}

.ico-fb a {
  text-indent: -2000px;
  overflow: hidden;
  background: url('../images/ico-fb.gif') no-repeat left center;
}

.ico-fb a:hover {
  border: none;
}

.eshop p {
  font-size: 16px;
  line-height: 20px;
}

.eshop-links > div {
  padding: 40px 30px 0 0;
  position: relative;
}

.eshop-links > div + div {
  padding: 40px 0 0 30px;
}

.eshop-links .text {
  color: #fff;
  position: absolute;
  width: 50%;
  padding: 0 30px;
  top: 33%;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 40px;
  right: 30px;
}

.eshop-links > div + div .text {
  left: 30px;
}

.eshop-links:hover a {
  text-decoration: none;
  color: white;
}

.title {
  position: relative;
  overflow: hidden;
  margin-bottom: 40px;
  background: #ccc;
}

.title img {
  float: right;
  max-width: 75%;
}

.title .gradient {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(90deg, #ccc 40%, rgba(204, 204, 204, 0) 60%);
}

.title h1 {
  position: absolute;
  top: 105px;
}

.title h1 span {
  background: #fff;
  color: #ed1c24;
  margin-left: 60px;
  display: inline-block;
  padding: 5px 25px 5px 14px;
  position: relative;
}

.title h1 span:first-child {
  background: #000;
  color: #fff;
  padding-left: 50px;
  margin-left: 0;
}

.title h1 span:before {
  content: url('../images/h1_2.png');
  position: absolute;
  left: -19px;
  top: 0;
  height: 30px;
}

.title h1 span:after {
  content: url('../images/h1_3.png');
  position: absolute;
  right: -11px;
  top: 0;
}

.title h1 span:first-child:after {
  content: url('../images/h1_1.png');
  right: -20px;
}

section.shops > .row + .row {
  margin-top: 40px;
}

section.shops > .row > div[class*=col-] {
  padding: 0;
}

section.shops > .row > div.pull-right {
  padding-left: 10px;
}

section.shops .map > div {
  display: block;
  height: 600px;
  width: 100%;
}

section.shops .map > div > div {
  width: 100% !important;
}

section.shops .grey-box {
  padding: 40px 15px 20px 40px;
  margin-bottom: 10px;
}

section.shops .grey-box .row {
  margin: 0px -15px 0;
}

section.shops .grey-box + img {
  display: block;
}

section.shops .grey-box h6 {
  margin-bottom: 30px;
}

section.shops .icons li {
  float: left;
  width: 25%;
  font-size: 14px;
  color: #ee1d25;
  font-weight: bold;
  margin: 0 0 15px;
}

section.shops .icons li .ico {
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
}

section.shops .opening-hours {
  width: 100%;
  background: white;
  margin-bottom: 15px;
}

section.shops .opening-hours .content-wrap {
  padding: 15px;
}

section.shops .opening-hours .btn-wrap {
  display: flex;
}

section.shops .opening-hours span.btn-hours {
  display: inline-block;
  width: 50%;
  text-align: center;
  padding: 1em 3px;
  cursor: pointer;
  background: whitesmoke;
}

section.shops .opening-hours span.active.btn-hours {
  background: none;
}

section.shops .opening-hours ul {
  padding-bottom: 15px;
}

section.shops .opening-hours ul li {
  padding: 4px 0;
}

section.shops .map-link {
  display: none;
  text-transform: uppercase;
}

section.sellers {
  font: 14px arial;
  display: flex;
  align-items: stretch;
  align-content: stretch;
  flex-wrap: wrap;
}

section.sellers .text {
  padding: 20px;
  border: 1px solid #f5f5f5;
  margin: 0 0 20px;
}

section.sellers .position {
  font-style: italic;
}

section.sellers .contacts a {
  display: inline-block;
  padding: 3px 0 3px 40px;
}

section.sellers .contacts a[href*=mailto] {
  background: url('../images/mailto.png') no-repeat 6px center;
}

section.sellers .contacts a[href*=tel] {
  background: url('../images/tel.png') no-repeat 6px center;
}

.submenu {
  text-align: center;
  margin: 30px 0 0;
}

.submenu li {
  display: inline-block;
  margin: 10px 10px;
}

.submenu li a {
  display: block;
  padding: 5px 10px;
}

.submenu li.active a {
  background: #dbdbdb;
  font-weight: bold;
}

.catalogue div[class*=col-] {
  padding: 5px;
}

.catalogue div[class*=col-] > .row {
  margin: -5px;
  overflow: hidden;
}

.catalogue .height-large > a {
  height: 290px;
}

.catalogue .height-large > a > img {
  height: 165px;
}

.catalogue .height-medium > a {
  height: 190px;
}

.catalogue .height-medium > a > img {
  height: 130px;
}

.catalogue .height-small > a {
  height: 140px;
}

.catalogue .height-small > a > img {
  max-height: 85px;
}

.catalogue .grey-box {
  position: relative;
  display: block;
}

.catalogue .grey-box:hover {
  background: #FFFFFF;
}

.catalogue .grey-box h4 {
  position: absolute;
  bottom: 20px;
  left: 24px;
}

.catalogue .grey-box img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 45px;
  left: 0;
  margin: auto;
}

.catalogue .cat-overlay {
  width: 0;
  height: 100%;
  position: absolute;
  top: 0;
  background: rgba(115, 115, 115, 0.7);
  transition: all 0.3s;
}

.catalogue .inactive {
  transform: scale(0.9);
}

.catalogue .inactive .cat-overlay {
  width: 100%;
}

.text-page {
  margin: 30px 0;
}

.text-page h2 {
  text-align: center;
}

.top-bar {
  background: #b4b4b4;
  box-shadow: inset 0 10px 5px -5px #7f7f7f;
  overflow: hidden;
  padding: 0 10px;
}

.top-bar .back {
  font: 900 16px Arial;
  text-transform: uppercase;
  color: #fff;
  margin: 16px 0 13px;
  display: inline-block;
}

.top-bar .back span {
  margin-right: 10px;
}

.top-bar .icons {
  float: right;
}

.top-bar .icons li {
  display: inline-block;
}

.top-bar .icons li a {
  display: block;
  width: 50px;
  text-align: center;
  padding: 5px 0 2px;
}

.top-bar .icons li a:hover,
.top-bar .icons li.active a {
  background: #ed1c24;
  box-shadow: inset 0 10px 5px -5px #a71319;
}

.navbar-right {
  margin-right: 0px;
}

.product {
  margin: 40px 20px;
}

.product .logos {
  margin: 10px 0;
  letter-spacing: 40px;
}

.product .logos li {
  display: inline-block;
  vertical-align: middle;
  margin: 10px 0;
}

/* DETAIL .product .image-box { height: 500px; background: #fff }*/
.product .image-box {
  background: #fff;
}

.partners {
  padding: 10px 0;
  text-align: center;
}

.partners li {
  display: inline-block;
  vertical-align: middle;
  margin: 10px 20px;
}

.partners li img {
  display: block;
}

footer {
  background: #ed1c24 url('../images/footer.png') no-repeat right bottom;
  font: 13px arial;
  border-top: 10px solid rgba(0, 0, 0, 0.25);
  color: #fff;
  padding: 30px 0 20px;
}

footer li {
  margin: 5px 0;
}

footer li.margin {
  margin-top: 30px;
}

footer .footer-menus {
  margin-bottom: 40px;
}

footer .copyright img {
  vertical-align: middle;
}

.only-mobile {
  display: none;
}

div.only-mobile {
  margin-top: 20px;
}

.only-mobile img {
  height: auto;
}

#carousel-pap a:hover {
  text-decoration: none;
  color: #EEEEEE;
}

.gallery-wrap {
  text-align: center;
  margin: 10px 0 20px 0;
}

.gallery-wrap h1 {
  margin-bottom: 20px;
}

.gallery-desc {
  margin-top: 5px;
  font-size: 1.15em;
  padding: 0 15px;
}

.gallery-desc p {
  font-size: 1em;
}

.gallery-item {
  margin-bottom: 20px;
  height: 290px;
}

.gallery-item.gallery-item-fw {
  height: auto;
}

.play-button {
  width: 100%;
  height: 100%;
  position: absolute;
  background-image: url('/images/play-button.png');
  background: url('/images/play-button.png') no-repeat center center;
  opacity: 0.6;
}

.ytvideo-wrap {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.ytvideo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 1199px) {
  .carousel-caption {
    top: 30px;
    width: 55%;
  }

  .carousel-caption h2 {
    font-size: 25px;
    line-height: 32px;
  }

  .carousel-caption p {
    font: 12px/16px arial;
  }

  .eshop-links .text {
    font-size: 20px;
    line-height: 25px;
    top: 40%;
    width: 60%;
  }

  .title img {
    margin-right: -15%;
  }

  .title h1 {
    line-height: 38px;
    height: 30px;
    top: 65px;
  }

  .title h1 span:before {
    content: url('../images/h1_2_md.png');
  }

  .title h1 span:after {
    content: url('../images/h1_3_md.png');
  }

  .title h1 span:first-child:after {
    content: url('../images/h1_1_md.png');
  }

  /* DETAIL .product .image-box { height: 400px} */
}
@media screen and (max-width: 991px) {
  .carousel-caption {
    width: auto;
    top: 0;
  }

  .carousel-caption.text-left,
.carousel-caption.text-right {
    text-align: center;
    left: 50px;
    right: 50px;
  }

  .main-buttons .row {
    margin: 10px -5px 30px;
  }

  .main-buttons li {
    padding: 10px 5px;
  }

  .eshop-links .text {
    font-size: 16px;
  }

  .title h1 {
    line-height: 38px;
    font-size: 25px;
    top: 50px;
  }

  section.shops > .row > div.pull-right {
    padding-left: 0;
    float: none !important;
    margin-bottom: 10px;
  }

  section.shops .map {
    display: none;
  }

  section.shops .map-link {
    display: block;
  }

  .catalogue h4 {
    font: bold 16px/18px "Pantone", Arial;
  }

  .product {
    margin: 20px 0;
  }

  /* DETAIL .product .image-box { height: 300px} */
}
@media screen and (max-width: 767px) {
  h2 + p {
    margin-top: 10px;
  }

  .navbar-collapse {
    position: absolute;
    right: 0;
    z-index: 11;
    background: #fff;
    box-shadow: -4px 4px 5px rgba(0, 0, 0, 0.25);
  }

  .navbar-nav {
    margin: 0;
  }

  .carousel {
    margin: 0 -15px;
  }

  .carousel-caption h2 {
    font-size: 20px;
    line-height: 24px;
  }

  .main-buttons li a {
    text-align: center;
  }

  .eshop-links > div {
    padding: 15px 15px 15px 0;
    text-align: right;
  }

  .eshop-links > div + div {
    padding: 15px 0 15px 15px;
    text-align: left;
  }

  .eshop-links img {
    display: none;
  }

  .eshop-links .text {
    position: relative;
    color: #000;
    width: 100%;
    border: 1px solid #ababab;
    padding: 10px 10px 10px 30px;
    right: auto;
  }

  .eshop-links > div + div .text {
    left: auto;
    padding: 10px 30px 10px 10px;
  }

  .eshop-links .text br {
    display: none;
  }

  .eshop-links .text .glyphicon {
    position: absolute;
    left: 15px;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 16px;
  }

  .eshop-links .text .glyphicon.xs-left:before {
    content: "";
  }

  .eshop-links > div + div .text .glyphicon {
    left: auto;
    right: 15px;
  }

  .title img {
    float: right;
    max-width: 100%;
  }

  .title h1 {
    max-width: 50%;
    font-size: 25px;
    line-height: 30px;
    padding: 30px 0 0 30px;
    top: 0;
  }

  .title h1 span {
    background: transparent;
    color: #000;
    padding: 0;
    margin: 0;
  }

  .title h1 span:first-child {
    background: transparent;
    color: #000;
    font-weight: normal;
    padding: 0;
  }

  .title h1 span:before {
    content: none;
  }

  .title h1 span:after {
    content: none;
  }

  .title h1 span:first-child:after {
    content: none;
  }

  .submenu li {
    display: block;
    margin: 0px 10px;
    padding: 5px 0;
    border-top: 1px solid;
    border-style: outset;
  }

  .submenu li:first-of-type {
    border: none;
  }

  .submenu li.active {
    background: #dbdbdb;
  }

  .catalogue .inactive {
    display: none;
  }

  .catalogue div[class*=col-] {
    padding: 0 5px;
  }

  .catalogue .grey-box {
    text-align: center;
    border: 10px solid white;
    border-bottom: none;
  }

  .catalogue .grey-box img {
    top: 15px;
  }

  section.shops .grey-box {
    padding: 20px 15px;
    margin: 0;
  }

  section.sellers {
    display: block;
  }
}
@media screen and (max-width: 600px) {
  nav.navbar .navbar-brand {
    max-width: 150px;
    overflow: hidden;
  }

  nav.navbar .navbar-brand img {
    max-width: none;
  }

  .carousel-inner > .item > a > img {
    display: none;
  }

  .carousel .item {
    background: #e81820;
    height: 300px;
  }

  .carousel .item:nth-of-type(5n+2) {
    background: #696969;
  }

  .carousel .item:nth-of-type(5n+3) {
    background: #B3151B;
  }

  .carousel .item:nth-of-type(5n+4) {
    background: #404040;
  }

  .carousel .item > img {
    display: none;
  }

  .only-mobile {
    display: block;
  }

  .title h1 {
    padding: 15px 0 0 15px;
    top: 0;
  }
}
@media screen and (max-width: 400px) {
  .footer-menus {
    display: none;
  }

  .title h1 {
    font-size: 18px;
    line-height: 20px;
    padding-top: 10px;
  }

  section.shops .icons li {
    text-align: center;
  }

  section.shops .icons li .ico {
    display: block;
    margin: 0 auto 10px;
  }
}
.smap .card {
  width: 300px !important;
  left: -150px !important;
  bottom: 20px !important;
}

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

.media2 {
  display: flex;
  margin-bottom: 40px;
}

@media screen and (max-width: 650px) {
  .media2 {
    flex-flow: column;
    text-align: center;
  }
}
.media2-left {
  margin-right: 20px;
}

.media2-left img {
  width: 190px;
  min-width: 190px;
}

@media screen and (max-width: 650px) {
  .media2-left {
    margin-bottom: 20px;
  }
}
.mb-15 {
  margin-bottom: 15px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-5 {
  margin-bottom: 5px;
}

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

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

.pagination-wrapper {
  text-align: center;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
  background-color: #e11a22;
  border-color: #e11a22;
}

.article-img {
  float: left;
  margin-right: 25px;
  margin-bottom: 20px;
  width: 320px;
  min-width: 320px;
}

.row-flex {
  display: flex;
  flex-wrap: wrap;
}

.col-md-6-flex {
  width: 50%;
  padding-left: 20px;
  padding-right: 20px;
}

@media screen and (max-width: 1199px) {
  .col-md-6-flex {
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
  }
}
.text-page a,
.text-page a {
  color: #23527c;
}

.text-page a:hover,
.text-page a:focus {
  color: #01027c;
}

.carousel-caption h2 .subtitle {
  font-size: 16px;
  text-transform: none;
  line-height: 12px;
}

#cookie-bar .cookie-bar-wrapper .cookie-bar-button-small {
  background: black;
  color: white;
}
#cookie-bar .cookie-bar-wrapper .cookie-bar-button-small:hover {
  color: white;
  background: #e11a22;
}
#cookie-bar .cookie-bar-wrapper .cookie-bar-button-small.cookie-bar-settings-button {
  background: #f5f5f5;
  color: #000;
  border: 1px solid #aaa;
}
#cookie-bar .cookie-bar-wrapper .cookie-bar-button-small.cookie-bar-settings-button:hover {
  color: black;
  border-color: black;
}
#cookie-bar .cookie-bar-wrapper .cookie-bar-text a {
  color: black;
}

#cookie-settings .cookie-settings-popup-container .cookie-settings-popup .cookie-settings-text a {
  color: black;
}
#cookie-settings .cookie-settings-popup-container .cookie-settings-popup .cookie-settings-choice .cookie-settings-type-text-toggle span {
  color: black;
}
#cookie-settings .cookie-settings-popup-container .cookie-settings-popup .cookie-settings-button-bar .cookie-settings-button.cookie-settings-button-all {
  background: black;
  color: white;
}
@media (max-width: 767px) {
  #cookie-settings .cookie-settings-popup-container .cookie-settings-popup .cookie-settings-button-bar .cookie-settings-button.cookie-settings-button-all {
    margin-bottom: 10px;
  }
}
#cookie-settings .cookie-settings-popup-container .cookie-settings-popup .cookie-settings-button-bar .cookie-settings-button.cookie-settings-button-all:hover {
  background: #e11a22;
  text-decoration: none;
}
#cookie-settings .cookie-settings-popup-container .cookie-settings-popup .cookie-settings-button-bar .cookie-settings-button.cookie-settings-button-selection:hover {
  color: black;
  border-color: black;
  text-decoration: none;
}

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