@charset "UTF-8";
/* https://engageinteractive.co.uk/blog/top-10-scss-mixins */
/* my mixins */
/* AFFIL2020 */
body,
input,
textarea {
  font-family: "Zodiak", serif;
}
 .footer .footer-bottom .container .row .col-12 .info h6
 {
 display:none;
 }
.zodiak {
  font-family: "Zodiak", serif;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/* VARIABLES */
/* COLORS */
/**/
/**/
/* blog */
/* */
/* BODY */
html, body {
  margin: 0px;
  padding: 0px;
  text-align: left;
}

body {
  -webkit-text-size-adjust: 100%;
}

/* EXTRA RESET */
a {
  outline: none;
  cursor: pointer;
  -ms-user-select: none;
}

* {
  background-repeat: no-repeat;
}

textarea, input {
  outline: none;
}

b, strong {
  font-weight: 700;
}

/* LAYOUT HELPERS */
.cb, .clr {
  clear: both;
  font-size: 1px;
  line-height: 1px;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.nowrap, .nobr {
  white-space: nowrap;
}

.tal, .text-left {
  text-align: left;
}

.tar, .text-right {
  text-align: right;
}

.tac, .text-center {
  text-align: center;
}

*, :before, :after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /*-webkit-backface-visibility:hidden;*/
}

/* CONTENT */
html {
  min-width: 320px;
  overflow: auto !important;
}

body {
  background: #F5F5F5;
  position: relative;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.3;
  color: #141414;
  min-width: 320px;
  /*overflow: hidden;*/
}

* {
  font-feature-settings: "liga" 0;
}

.d-hidden {
  display: none;
}
  .mobil-only
  {
   display: none;
  }


@media (max-width: 767px) {
  body {
    font-size: 14px;
  }

  .m-hidden {
    display: none !important;
  }
  .mobil-only
  {
   display: block;
  }
 
   
 
  .d-hidden {
    display: block !important;
  }
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #efefef;
}

.padding-b-20 {
  padding-bottom: 20px;
}

/* GRID */
/*$bootstrapGutter: 15px;
$bootstrapGutter2: 7px;*/
.container {
  max-width: 1250px !important;
  padding-right: 20px;
  padding-left: 20px;
}

.row {
  margin-right: -20px;
  margin-left: -20px;
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .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-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
  padding-right: 20px;
  padding-left: 20px;
}

@media (max-width: 991px) {
  .container {
    padding-right: 15px;
    padding-left: 15px;
  }

  .row {
    margin-right: -15px;
    margin-left: -15px;
  }

  .col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .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-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (max-width: 767px) {
  .container {
    padding-right: 15px;
    padding-left: 15px;
  }

  .row {
    margin-right: -15px;
    margin-left: -15px;
  }

  .col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .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-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (max-width: 580px) {
  /*.container {
      max-width: 1280px !important;
  	padding-right: $bootstrapGutter2;
      padding-left: $bootstrapGutter2;    
  }
  .row {
      margin-right: -$bootstrapGutter2;
      margin-left: -$bootstrapGutter2;	
  }
  .col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .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-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
  	padding-right: $bootstrapGutter2;
      padding-left: $bootstrapGutter2;	
  }*/
}
.breadcrumb {
  padding: 15px 0px 0px 0px;
  background: transparent;
}
.breadcrumb .container .row span {
  font-size: 14px;
  line-height: 1.2;
  font-weight: 400;
  color: #141414;
}
.breadcrumb .container .row strong {
  font-weight: 400;
}
.breadcrumb .container .row a {
  font-size: 14px;
  line-height: 1.2;
  font-weight: 400;
  text-decoration: underline;
  color: #0065f2;
  /*&:after {
  	content: '\004b';
  	display: inline-block;
  	font-family: 'mazloun';
  	font-style: normal;
  	font-weight: normal;
  	line-height: 1;
  	-webkit-font-smoothing: antialiased;		
  	font-size:10px;
  	margin:0px 7px;			
  }*/
}
.breadcrumb .container .row a:hover {
  text-decoration: none;
}
.breadcrumb .container .row a:hover {
  color: #0065f2;
}
.breadcrumb .container .row a:hover:after {
  color: #141414;
}

.header .header-top {
  background: #141414;
}
.header .header-top .container .row .col-12 {
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header .header-top .container .row .col-12 .header-info {
  font-size: 12px;
  line-height: 1.3;
  font-weight: 500;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  color: #fff;
  font-family: "General Sans", sans-serif;
}
.header .header-top .container .row .col-12 .header-info p {
  margin: 0px;
  padding: 0px 10px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.header .header-top .container .row .col-12 .header-info p:first-of-type {
  padding-left: 0px;
}
.header .header-top .container .row .col-12 .header-info p:last-of-type {
  padding-right: 25px;
}
.header .header-top .container .row .col-12 .header-info p .arrow {
  display: inline-block;
  position: relative;
  margin: 0px 2px;
  width: 17px;
  height: 17px;
  background: transparent url("../gfx/icon/arrow_se.svg") center center no-repeat;
  background-size: contain;
}
.header .header-top .container .row .col-12 .header-info p .arrow.up {
  transform: rotate(-90deg);
}
.header .header-top .container .row .col-12 .menu-toggle {
  position: absolute;
  top: 5px;
  right: 15px;
  bottom: auto;
  left: auto;
  width: 18px;
  height: 16px;
  display: block;
  display: none;
}
.header .header-top .container .row .col-12 .menu-toggle span {
  display: block;
  height: 2px;
  background: #fff;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: auto;
  left: 0px;
}
.header .header-top .container .row .col-12 .menu-toggle span:nth-of-type(1) {
  top: 0px;
}
.header .header-top .container .row .col-12 .menu-toggle span:nth-of-type(2) {
  top: 7px;
}
.header .header-top .container .row .col-12 .menu-toggle span:nth-of-type(3) {
  top: 14px;
}
.header .header-top .container .row .col-12 .nav.nav-top ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
  display: flex;
}
.header .header-top .container .row .col-12 .nav.nav-top ul li {
  font-size:15px;
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}
.header .header-top .container .row .col-12 .nav.nav-top ul li {
  padding: 0px 20px;
  font-weight: 500;
  font-family: "General Sans", sans-serif;
}
.header .header-top .container .row .col-12 .nav.nav-top ul li a {
  color: #fff;
  text-decoration: none;
}
.header .header-top .container .row .col-12 .nav.nav-top ul li a:hover {
  text-decoration: underline;
}
.header .header-top .container .row .col-12 .nav.nav-top ul li:first-of-type {
  padding-left: 25px;
}
.header .header-top .container .row .col-12 .nav.nav-top ul li:last-of-type {
  padding-right: 0px;
}
.header .header-main .container .row .col-12 {
  background: #971214 url("../gfx/background/header.jpg") center 55px no-repeat;
  background-size: 100% auto;
  height: 235px;
  position: relative;
  padding-bottom: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
@media (max-width: 980px) {
.header .header-main .container .row .col-12 {
 background-image: none;
 }
}

.header .header-main .container .row .col-12 .form-search {
  display: block;
  background: #971214;
  height: 70px;
  position: absolute;
  top: auto;
  right: auto;
  bottom: 0px;
  left: 100%;
  width: 100%;
  border-top: 1px rgba(255, 255, 255, 0.1) solid;
  padding: 0px 40px;
  transition: all 0.55s linear;
  margin-left: -110px;
  z-index: 4;
}
.header .header-main .container .row .col-12 .form-search form {
  display: flex;
  height: 70px;
  align-items: center;
}
.header .header-main .container .row .col-12 .form-search form input[type=submit] {
  width: 40px;
  height: 40px;
  display: block;
  z-index: 8;
  background: transparent url("../gfx/icon/search.svg") center center no-repeat;
  background-size: 24px 24px;
  font-size: 0px;
  border: none;
  position: relative;
  top: 1px;
}
.header .header-main .container .row .col-12 .form-search form input[type=text] {
  border: none;
  width: calc(100% - 40px);
  height: 40px;
  color: #fff;
  background: transparent;
  font-size: 20px;
  line-height: 1;
  font-weight: 500;
  font-family: "General Sans", sans-serif;
  opacity: 0;
  transition: all 0.25s linear;
  padding-left: 10px;
}
.header .header-main .container .row .col-12 .form-search form input[type=text]::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: white;
  opacity: 0.5;
  /* Firefox */
}
.header .header-main .container .row .col-12 .form-search form input[type=text]:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: white;
  opacity: 0.5;
}
.header .header-main .container .row .col-12 .form-search form input[type=text]::-ms-input-placeholder {
  /* Microsoft Edge */
  color: white;
  opacity: 0.5;
}
.header .header-main .container .row .col-12 .search-toggle {
  position: absolute;
  top: auto;
  right: 30px;
  bottom: 13px;
  left: auto;
  width: 40px;
  height: 40px;
  display: block;
  z-index: 8;
  background: transparent url("../gfx/icon/search.svg") center center no-repeat;
  background-size: 24px 24px;
  z-index: 5;
}
.header .header-main .container .row .col-12 .nav.nav-main {
  height: 70px;
  position: absolute;
  top: auto;
  right: 0px;
  bottom: 0px;
  left: 0px;
  border-top: 1px rgba(255, 255, 255, 0.1) solid;
  text-align: center;
  transition: all 0.55s linear;
  width: 100%;
}
.header .header-main .container .row .col-12 .nav.nav-main ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header .header-main .container .row .col-12 .nav.nav-main ul li {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}
.header .header-main .container .row .col-12 .nav.nav-main ul li {
  font-size: 18px;
  line-height: 1.1;
  font-weight: 500;
  font-family: "General Sans", sans-serif;
  padding: 0px 20px;
}
.header .header-main .container .row .col-12 .nav.nav-main ul li a {
  color: #fff;
  text-decoration: none;
}
.header .header-main .container .row .col-12 .nav.nav-main ul li a:hover {
  text-decoration: underline;
}
.header .header-main .container .row .col-12 .nav.nav-main ul li:first-of-type {
  padding-left: 0px;
}
.header .header-main .container .row .col-12 .nav.nav-main ul li:last-of-type {
  padding-right: 0px;
}
.header.search-active .header-main .container .row .col-12 .form-search {
  left: 0px;
  margin-left: 0px;
}
.header.search-active .header-main .container .row .col-12 .form-search form input[type=text] {
  opacity: 1;
}
.header.search-active .header-main .container .row .col-12 .nav.nav-main {
  left: auto;
  right: 100%;
}
.header.search-active .header-main .container .row .col-12 .search-toggle {
  display: none;
}

@media (max-width: 1140px) {
  .header .header-top .container .row .col-12 .nav.nav-top ul li:first-of-type {
    padding-left: 0px;
  }

  .header .header-top .container .row .col-12 .header-info p:last-of-type {
    padding-right: 0px;
  }

  .header .header-top .container .row .col-12 .nav.nav-top ul li {
    padding: 0px 10px;
  }
}
@media (max-width: 991px) {
  .header .header-top .container .row .col-12 .header-info p {
    display: none;
  }

  .header .header-top .container .row .col-12 .header-info p:nth-of-type(1), .header .header-top .container .row .col-12 .header-info p:nth-of-type(2) {
    display: flex;
  }
}
@media (max-width: 767px) {
  .header .header-top .container .row .col-12 {
    height: 45px;
  }
  .header .header-top .container .row .col-12 .menu-toggle {
    display: block;
    top: 14px;
    right: 14px;
  }
  .header .header-top .container .row .col-12 .nav.nav-top {
    display: none;
  }
  .header .header-top .container .row .col-12 .header-info p {
    display: none;
  }
  .header .header-top .container .row .col-12 .header-info p:nth-of-type(1), .header .header-top .container .row .col-12 .header-info p:nth-of-type(2) {
    display: flex;
  }

  .header .header-main .container .row .col-12 {
    height: 93px;
    background-image: none;
    padding-bottom: 0px;
  }
  .header .header-main .container .row .col-12 .logo img {
    width: 240px;
  }
  .header .header-main .container .row .col-12 .nav.nav-main,
.header .header-main .container .row .col-12 .search-toggle,
.header .header-main .container .row .col-12 .form-search {
    display: none;
  }
}
.footer .footer-top {
  border-top: 1px #e2e2e2 solid;
  padding: 75px 0px;
}
.footer .footer-top .container .row > div {
  display: flex;
  align-items: center;
}
.footer .footer-top .container .row .logo {
  margin-left: 25px;
  position: relative;
  top: -25px;
}
.footer .footer-top .container .row .maillist {
  padding-left: 40px;
}
.footer .footer-top .container .row .maillist p {
  font-family: "General Sans", sans-serif;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 500;
}
.footer .footer-top .container .row .maillist p:first-of-type {
  font-size: 24px;
  line-height: 1.4;
  font-weight: 500;
  margin-bottom: 10px;
}
.footer .footer-top .container .row .maillist .form {
  padding-top: 20px;
}
.footer .footer-top .container .row .maillist .form form {
  max-width: 450px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
.footer .footer-top .container .row .maillist .form form input[type=text] {
  width: 100%;
  height: 50px;
  border: 2px #971214 solid;
  padding: 0px 100px 0px 15px;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 500;
  font-family: "General Sans", sans-serif;
  color: #141414;
  margin-bottom: 20px;
}
.footer .footer-top .container .row .maillist .form form input[type=text]::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #141414;
  opacity: 1;
  /* Firefox */
}
.footer .footer-top .container .row .maillist .form form input[type=text]:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #141414;
}
.footer .footer-top .container .row .maillist .form form input[type=text]::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #141414;
}
.footer .footer-top .container .row .maillist .form form input[type=submit] {
  width: 100px;
  height: 50px;
  border: 2px #971214 solid;
  background: #971214;
  color: #fff;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 500;
  font-family: "General Sans", sans-serif;
  text-transform: uppercase;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: auto;
  left: auto;
  cursor: pointer;
}
.footer .footer-top .container .row .maillist .form form label {
  margin-right: 20px;
  font-family: "General Sans", sans-serif;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 500;
}
.footer .footer-top .container .row .social {
  margin-left: -7px;
}
.footer .footer-top .container .row .social a {
  display: inline-block;
  width: 35px;
  height: 40px;
}
.footer .footer-top .container .row .social a.tw {
  background: transparent url("../gfx/icon/twitter.svg") center center no-repeat;
  background-size: 25px auto;
}
.footer .footer-top .container .row .social a.fb {
  background: transparent url("../gfx/icon/facebook.svg") center center no-repeat;
  background-size: 25px auto;
}
.footer .footer-top .container .row .nav.nav-footer {
  display: block;
}
.footer .footer-top .container .row .nav.nav-footer ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
  margin-bottom: 30px;
}
.footer .footer-top .container .row .nav.nav-footer ul li {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}
.footer .footer-top .container .row .nav.nav-footer ul li {
  font-size: 16px;
  line-height: 1.4;
  font-weight: 500;
  font-family: "General Sans", sans-serif;
  margin-bottom: 12px;
}
.footer .footer-top .container .row .nav.nav-footer ul li a {
  color: #141414;
  text-decoration: none;
}
.footer .footer-top .container .row .nav.nav-footer ul li a:hover {
  text-decoration: underline;
}
.footer .footer-top .container .row .nav.nav-footer ul li:last-of-type {
  margin-bottom: 0px;
}
.footer .footer-middle {
  background: #fff;
  padding: 40px 0px 28px 0px;
}
.footer .footer-middle .container .row .partners {
  height: 100%;
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  padding-right: 25px;
}
.footer .footer-middle .container .row .partners p {
  margin: 0px;
  color: #C2C2C2;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 400;
  font-family: "General Sans", sans-serif;
}
.footer .footer-middle .container .row .partners div:nth-of-type(3) {
  position: relative;
  top: 10px;
}
.footer .footer-middle .container .row .nav.nav-footer {
  width: 100%;
  padding-left: 25px;
}
.footer .footer-middle .container .row .nav.nav-footer ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}
.footer .footer-middle .container .row .nav.nav-footer ul li {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}
.footer .footer-middle .container .row .nav.nav-footer ul li {
  width: 33.33%;
  font-size: 14px;
  line-height: 1.3;
  font-weight: 500;
  font-family: "General Sans", sans-serif;
  margin-bottom: 12px;
}
.footer .footer-middle .container .row .nav.nav-footer ul li a {
  color: #141414;
  text-decoration: none;
}
.footer .footer-middle .container .row .nav.nav-footer ul li a:hover {
  text-decoration: underline;
}
.footer .footer-bottom {
  background: #141414;
  position: relative;
}
.footer .footer-bottom:before, .footer .footer-bottom:after {
  content: "";
  display: block;
  width: 50%;
  height: 90px;
  position: absolute;
  top: 0px;
}
.footer .footer-bottom:before {
  background: transparent url("../gfx/background/linky_spodni_leve.svg") left top no-repeat;
  background-size: auto 90px;
  left: 0px;
}
.footer .footer-bottom:after {
  background: transparent url("../gfx/background/linky_spodni_prave.svg") right top no-repeat;
  background-size: auto 90px;
  right: 0px;
}
.footer .footer-bottom .container {
  position: relative;
  z-index: 9;
}
.footer .footer-bottom .container .row .col-12 {
  background: #141414;
  height: 90px;
  font-size: 12px;
  line-height: 1.3;
  font-weight: 500;
  font-family: "General Sans", sans-serif;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
  padding-left: 40px;
  padding-right: 40px;
}
.footer .footer-bottom .container .row .col-12 p {
  margin: 0px;
}
.footer .footer-bottom .container .row .col-12 p a {
  color: #fff;
  text-decoration: none;
}
.footer .footer-bottom .container .row .col-12 p a:hover {
  text-decoration: underline;
}
.footer .footer-bottom .container .row .col-12 .info {
  display: flex;
  align-items: center;
}
.footer .footer-bottom .container .row .col-12 .info p, .footer .footer-bottom .container .row .col-12 .info h5 {
  margin-left: 40px;
  font-weight: 400;
   font-size: 12px;
}
.footer .footer-bottom .container .row .col-12 .info p br {
  display: none;
}
.footer .footer-bottom .container .row .col-12 .info h5 {
  margin-left: 0px;
  margin-bottom: 0px;
}

@media (max-width: 1140px) {
  .footer .footer-middle .container .row .partners {
    flex-wrap: wrap;
  }

  .footer .footer-middle .container .row .partners p {
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 991px) {
  .footer .footer-bottom .container .row .col-12 {
    flex-wrap: wrap;
    align-items: auto;
    justify-content: center;
  }
  .footer .footer-bottom .container .row .col-12 p.copy {
    width: 100%;
    order: 5;
    text-align: center;
  }
  .footer .footer-bottom .container .row .col-12 .info {
    margin-top: auto;
  }

  .footer .footer-middle .container .row .nav.nav-footer ul li {
    width: 50%;
  }

  .footer .footer-top .container .row > div:nth-of-type(1) {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .footer .footer-top .container .row > div:nth-of-type(2) {
    -ms-flex: 0 0 33%;
    flex: 0 0 33%;
    max-width: 33%;
  }
  .footer .footer-top .container .row > div:nth-of-type(3) {
    -ms-flex: 0 0 66%;
    flex: 0 0 66%;
    max-width: 66%;
  }
  .footer .footer-top .container .row > div .logo {
    margin-left: 0px;
  }
}
@media (max-width: 767px) {
  .footer .footer-top {
    padding: 10px 0px 60px 0px;
    border-top: none;
  }
  .footer .footer-top .container .row > div:nth-of-type(1),
.footer .footer-top .container .row > div:nth-of-type(2) {
    display: none;
  }
  .footer .footer-top .container .row .maillist {
    padding-left: 0px;
  }
  .footer .footer-top .container .row .maillist p:first-of-type {
    font-size: 20px;
  }
  .footer .footer-top .container .row .maillist p {
    font-size: 12px;
  }
  .footer .footer-top .container .row .maillist .form form {
    padding-bottom: 60px;
  }
  .footer .footer-top .container .row .maillist .form form input[type=text] {
    background: transparent;
    padding-right: 15px;
    margin-bottom: 15px;
  }
  .footer .footer-top .container .row .maillist .form form input[type=submit] {
    left: 0px;
    top: auto;
    right: 0px;
    bottom: 0px;
    width: 100%;
  }

  .footer .footer-middle .container .row .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .footer .footer-middle .container .row > div:nth-of-type(1) {
    padding-right: 0px;
  }
  .footer .footer-middle .container .row > div:nth-of-type(2) {
    padding-left: 0px;
  }
  .footer .footer-middle .container .row .partners {
    flex-direction: column;
    padding-bottom: 25px;
    position: relative;
    justify-content: flex-start;
    padding-right: 0px;
  }
  .footer .footer-middle .container .row .partners p {
    /*@include pa(auto,0px,10px,0px);*/
    order: 5;
    text-align: center;
  }
  .footer .footer-middle .container .row .partners .partner {
    margin-bottom: 25px;
  }
  .footer .footer-middle .container .row .nav.nav-footer {
    padding-left: 0px;
    display: block;
  }
  .footer .footer-middle .container .row .nav.nav-footer ul {
    display: block;
  }
  .footer .footer-middle .container .row .nav.nav-footer ul li {
    width: 100%;
  }
  .footer .footer-middle .container .row .nav.nav-footer .social {
    margin-left: -5px;
    padding-top: 20px;
  }
  .footer .footer-middle .container .row .nav.nav-footer .social a {
    display: inline-block;
    width: 35px;
    height: 40px;
  }
  .footer .footer-middle .container .row .nav.nav-footer .social a.tw {
    background: transparent url("../gfx/icon/twitter.svg") center center no-repeat;
    background-size: 25px auto;
  }
  .footer .footer-middle .container .row .nav.nav-footer .social a.fb {
    background: transparent url("../gfx/icon/facebook.svg") center center no-repeat;
    background-size: 25px auto;
  }

  .footer .footer-bottom {
    padding-bottom: 20px;
    padding-top: 20px;
  }
  .footer .footer-bottom:before, .footer .footer-bottom:after {
    display: none;
  }
  .footer .footer-bottom .container .row .col-12 {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    height: auto;
  }
  .footer .footer-bottom .container .row .col-12 .copy {
    position: absolute;
    top: auto;
    right: 15px;
    bottom: 0px;
    left: auto;
    width: 50%;
    text-align: right;
  }
  .footer .footer-bottom .container .row .col-12 .info {
    flex-direction: column;
    width: 100%;
    align-items: flex-start;
    margin-bottom: 60px;
  }
  .footer .footer-bottom .container .row .col-12 .info p:nth-of-type(1) {
    position: absolute;
    top: auto;
    right: auto;
    bottom: 0px;
    left: 15px;
    width: 50%;
    margin-bottom: 0px;
  }

  .footer .footer-bottom .container .row .col-12 .info p,.footer .footer-bottom .container .row .col-12 .info h5  {
    margin-left: 0px;
    margin-bottom: 20px;
  }
  .footer .footer-bottom .container .row .col-12 .info p br {
    display: block;
  }
}
.btn {
  position: relative;
  padding: 0px 10px;
  min-width: 100px;
  border: none;
  height: 34px;
  border-radius: 0px;
  margin-bottom: 0px;
  font-size: 12px;
  line-height: 34px;
  font-weight: 600;
  font-family: "General Sans", sans-serif;
  text-transform: uppercase;
  border: 1px #971214 solid;
  background: #971214;
  color: #fff;
  padding-top: 0px;
  transition: none;
  text-decoration: none !important;
  outline: none !important;
}
.btn:focus {
  outline: none !important;
  border: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.btn:active, .btn:hover {
  background: #fff;
}
.article-detail .container .row p a.btn-primary, .btn.btn-primary {
  background: #971214;
  border: 1px #971214 solid;
}
.article-detail .container .row p a.btn-primary:hover, .btn.btn-primary:hover {
  background: #fff;
  color: #971214;
}
.article-detail .container .row p a.btn-primary{
  color: #fff;
}

*::-moz-selection,
h1::-moz-selection,
h2::-moz-selection,
h3::-moz-selection,
p::-moz-selection {
  background-color: #333333;
  color: #fff;
}

*::selection,
h1::selection,
h2::selection,
h3::selection,
p::selection {
  background-color: #333333;
  color: #fff;
}

.textpage {
  padding: 50px 0px 50px 0px;
}
.textpage .row {
  margin: 0px 0px;
}
.textpage .row img {
  max-width: 100%;
}
.textpage .row img {
  margin-bottom: 15px;
  max-width: 100%;
}
.textpage .row .article:after {
  clear: both;
  display: block;
  content: "";
}
.textpage .row .article > .gallery {
  margin: 0px -20px !important;
  padding-top: 15px;
  margin-bottom: 10px !important;
}
.textpage .row .article > .gallery .gallery-item {
  margin: 0px 20px !important;
  margin-bottom: 40px !important;
}
.textpage .row .article > .gallery .gallery-item img {
  width: 185px;
  height: 185px;
  object-fit: cover;
}
.textpage .row .article h1 {
  font-size: 32px;
  line-height: 1.3;
  font-weight: 400;
  color: #0065f2;
  font-family: "General Sans", sans-serif;
  margin-bottom: 60px;
  position: relative;
  border: none;
}
.textpage .row .article h2, .textpage .row .article h3 {
  font-size: 24px;
  line-height: 1.3;
  font-weight: 400;
  color: #0065f2;
  font-family: "General Sans", sans-serif;
  margin-bottom: 15px;
  position: relative;
  border: none;
}
.textpage .row .article h4 {
  font-size: 22px;
  line-height: 1.3;
  font-weight: 600;
  margin-bottom: 15px;
}
.textpage .row .article h5 {
  font-size: 14px;
  line-height: 1.3;
  font-weight: 600;
  margin-bottom: 10px;
}
.textpage .row .article span.img-caption {
  text-align: left;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  display: block;
  font-style: italic;
}
.textpage .row .article .excerpt p {
  font-size: 18px;
  line-height: 1.6;
  font-weight: 400;
}
.textpage .row .article p {
  font-size: 22px;
  line-height: 1.5;
  font-weight: 400;
  margin-bottom: 30px;
}
.textpage .row .article p a {
  color: #141414;
  text-decoration: underline;
}
.textpage .row .article p a:hover {
  text-decoration: none;
}
.textpage .row .article img {
  max-width: 100%;
  height: auto;
}
.textpage .row .article img.alignleft,
.textpage .row .article img[align=left],
.textpage .row .article img[style*="float: left"],
.textpage .row .article img[style*="float:left"] {
  margin: 5px 30px 10px 0px;
  float: left;
}
.textpage .row .article img.alignright,
.textpage .row .article img[align=right],
.textpage .row .article img[style*="float: right"],
.textpage .row .article img[style*="float:right"] {
  margin: 5px 0px 10px 30px;
  float: right;
}
.textpage .row .article ul {
  margin: 0px;
  padding: 0px;
  margin-bottom: 30px;
  padding-top: 0px;
  margin-left: 0px;
  list-style-type: none;
}
.textpage .row .article ul li {
  padding-left: 30px;
  position: relative;
  font-size: 16px;
  line-height: 1.7;
  font-weight: 400;
  margin-bottom: 5px;
}
.textpage .row .article ul li a {
  color: #141414;
  text-decoration: underline;
}
.textpage .row .article ul li a:hover {
  text-decoration: none;
}
.textpage .row .article ul li:before {
  content: "";
  border: solid #971214;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 2px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  position: absolute;
  top: 10px;
  right: auto;
  bottom: auto;
  left: 0px;
}
.textpage .row .article ul.list li:before {
  display: none;
}
.textpage .row .article ol {
  margin: 0px;
  padding: 0px;
  margin-bottom: 20px;
  counter-reset: item;
}
.textpage .row .article ol li {
  counter-increment: item;
  list-style-type: none;
  padding-left: 29px;
  position: relative;
  font-size: 14px;
  line-height: 1.8;
  font-weight: 400;
}
.textpage .row .article ol li a {
  color: #141414;
  text-decoration: underline;
}
.textpage .row .article ol li a:hover {
  text-decoration: none;
}
.textpage .row .article ol ul, .textpage .row .article ol ol {
  margin-left: 15px;
  padding-top: 10px;
  margin-bottom: 10px;
}
.textpage .row .article ol.list li:before {
  display: none;
}
.textpage .row .article ol > li:before {
  display: inline-block;
  width: 1em;
  color: #971214;
  margin-right: 0px;
  font-weight: 700;
  content: counter(item) ".";
  position: absolute;
  top: 0px;
  right: auto;
  bottom: auto;
  left: 0px;
}
.textpage .row .article table {
  border-spacing: 0px;
  border-collapse: 0px;
  width: auto;
  width: 100%;
  margin-bottom: 40px;
}
.textpage .row .article table.fl {
  margin-right: 70px;
}
.textpage .row .article table.fr {
  margin-left: 70px;
}
.textpage .row .article table th {
  color: #fff;
  font-size: 17px;
  font-weight: 700;
  text-align: left;
  padding-left: 13px;
  padding-right: 13px;
  height: 50px;
  background: transparent;
  vertical-align: middle;
  color: #0065f2;
  border-bottom: 1px #dfdfdf solid;
}
.textpage .row .article table td {
  color: #141414;
  text-align: left;
  font-size: 17px;
  font-weight: 300;
  padding-left: 13px;
  padding-right: 13px;
  height: 50px;
  background: transparent;
  vertical-align: middle;
  border-bottom: 1px #dfdfdf solid;
}
.textpage .row .article table tr:nth-of-type(odd) td {
  background: transparent;
}
.textpage .row .article table.center td, .textpage .row .article table.center th {
  text-align: center;
}
.textpage .row .article blockquote p{
  padding: 0px 0px 2px 24px;
  border-left: 6px #665748 solid;
}
.textpage .row .article blockquote p.ff1{
    padding: 0;
  border-left: 0;
}
.textpage .row .article blockquote p {
  font-size: 22x;
  line-height: 32px;
  font-weight: 600;
  margin-bottom: 0px;
  font-style: italic;
}
.textpage .row .article blockquote p a {
  color: #665748;
  font-weight: 600;
}

@media (max-width: 767px) {
  .textpage .row .article h1 {
    font-size: 24px;
  }

  .textpage .row .article h2, .textpage .row .article h3 {
    font-size: 18px;
  }

  .textpage .row .article p {
    font-size: 16px;
    margin-bottom: 20px;
  }

  .textpage {
    padding: 40px 0px 40px 0px;
  }
  .textpage .row .article > .gallery {
    margin: 0px -10px !important;
    padding-top: 15px;
    margin-bottom: 5px !important;
  }
  .textpage .row .article > .gallery .gallery-item {
    margin: 0px 10px !important;
    margin-bottom: 20px !important;
  }
  .textpage .row .article > .gallery .gallery-item img {
    width: 125px;
    height: 125px;
    object-fit: cover;
  }
}
@media (max-width: 580px) {
  .textpage {
    padding: 40px 0px 40px 0px;
  }
  .textpage .row .article > .gallery {
    margin: 0px -5px !important;
    padding-top: 10px;
    margin-bottom: 5px !important;
  }
  .textpage .row .article > .gallery .gallery-item {
    margin: 0px 5px !important;
    margin-bottom: 10px !important;
  }
  .textpage .row .article > .gallery .gallery-item img {
    width: 100px;
    height: 100px;
    object-fit: cover;
  }
}
/*
@media (max-width: 768px) {
	.textpage .container .row .article h2 {
		font-size: 20px;
    	line-height: 26px;
	}
	body.admin .textpage h1 {
		font-size:22px;
	}
	body.admin .textpage h2 {
		    font-size: 20px;
    line-height: 25px;
    margin-bottom: 25px;
	}
}*/
.paginator {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 15px;
}
.paginator span {
  font-size: 12px;
  line-height: 1;
  font-weight: 300;
}
.paginator a {
  font-size: 11px;
  line-height: 1;
  font-weight: 700;
  position: relative;
  color: #000000;
  text-transform: uppercase;
  display: inline-block;
  text-decoration: none;
  letter-spacing: 1.1px;
  margin: 0px 10px;
}
.paginator a:hover {
  text-decoration: underline;
}
.paginator a:after {
  content: "";
  width: 18px;
  height: 18px;
  border-radius: 9px;
  display: block;
}
.paginator a.prev:after {
  background: #000000 url("../gfx/icon/arrow-left.svg") center center no-repeat;
  background-size: 8.73px 8px;
}
.paginator a.next:after {
  background: #000000 url("../gfx/icon/arrow-right.svg") center center no-repeat;
  background-size: 8.73px 8px;
}

.hp-articles .container,
.hp-featured-article .container {
  padding-left: 40px;
  padding-right: 40px;
  background: #fff;
}

article.article {
  position: relative;
  margin-bottom: 20px;
}
article.article:after {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  right: -21px;
  bottom: 20px;
  left: auto;
  background: #efefef;
  width: 1px;
}
article.article .img {
  font-size: 0px;
  margin-bottom: 40px;
}
article.article .img img {
  max-width: 100%;
}
article.article h2 {
  font-size: 24px;
  line-height: 1.3;
  font-weight: 500;
  margin-bottom: 20px;
  font-family: "General Sans", sans-serif;
}
article.article h2 a {
  color: #141414;
}
article.article p {
  margin-bottom: 0px;
}
article.article p .more {
  color: #d5d5d5;
  text-decoration: none;
}
article.article p .more:hover {
  color: #971214;
}
article.article .info {
  display: flex;
  padding-top: 20px;
  padding-bottom: 20px;
}
article.article .info p {
  font-size: 12px;
  line-height: 1.1;
  font-weight: 500;
  font-family: "General Sans", sans-serif;
  margin-bottom: 0px;
  margin-right: 20px;
  color: #d5d5d5;
}
article.article .info p:first-of-type {
  color: #141414;
}
article.article .info p:last-of-type {
  margin-right: 0px;
}
article.article .social a {
  display: inline-block;
  width: 35px;
  height: 40px;
}
article.article .social a.tw {
  background: transparent url("../gfx/icon/twitter.svg") center center no-repeat;
  background-size: 25px auto;
}
article.article .social a.fb {
  background: transparent url("../gfx/icon/facebook.svg") center center no-repeat;
  background-size: 25px auto;
}
article.article.type01 {
  background: #141414;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
article.article.type01 .category {
  width: 100%;
  padding: 20px;
  border-bottom: 1px #252525 solid;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
article.article.type01 .category p {
  margin: 0px;
  font-size: 12px;
  line-height: 1.1;
  font-weight: 600;
  font-family: "General Sans", sans-serif;
  text-transform: uppercase;
}
article.article.type01 .category .more {
  display: block;
  width: 16px;
  height: 16px;
  background: transparent url("../gfx/icon/arrow_e.svg") center center no-repeat;
  background-size: contain;
}
article.article.type01 .headline {
  padding: 20px 20px 40px 40px;
  border-right: 1px #252525 solid;
  width: 50%;
  display: flex;
  flex-direction: column;
  margin-top: auto;
}
article.article.type01 .headline p {
  opacity: 0.25;
  font-family: "General Sans", sans-serif;
  margin-bottom: 16px;
}
article.article.type01 .headline h2 {
  font-family: "Zodiak", serif;
  font-size: 28px;
  line-height: 1.3;
  font-weight: 400;
  margin-bottom: 0px;
}
article.article.type01 .headline h2 a {
  color: #fff;
}
article.article.type01 .txt {
  padding: 40px 20px 40px 20px;
  width: 50%;
}
article.article.type01 .txt p {
  font-weight: 400;
}
article.article.type01 .txt p a.more:hover {
  color: #fff;
}
article.article.type02 {
  border-bottom: 1px #efefef solid;
  margin-bottom: 40px;
}
article.article.type02 h2 {
  color: #971214;
  font-size: 20px;
}
article.article.type02 h2 a {
  color: #971214;
}
article.article.type02:after {
  display: none;
}
article.article.type02 .info {
  padding-top: 20px;
}
article.article.type03 {
  /*border-bottom:1px #efefef solid;
  margin-bottom:40px;*/
  padding-top: 10px;
}
article.article.type03 h2 {
  color: #971214;
  font-size: 16px;
  font-weight: 500;
}
article.article.type03 h2 a {
  color: #971214;
}
article.article.type03 p {
  font-size: 14px;
}
article.article.type03 .info {
  padding-top: 20px;
}
article.article.type03 .info p {
  font-size: 12px;
}
article.article.type04 {
  padding-top: 10px;
  border-bottom: 1px #efefef solid;
}
article.article.type04 h2 {
  color: #971214;
  font-size: 16px;
  font-weight: 500;
}
article.article.type04 h2 a {
  color: #971214;
}
article.article.type04 p {
  font-size: 14px;
}
article.article.type04 .info {
  padding-top: 20px;
}
article.article.type04 .info p {
  font-size: 12px;
}
article.article.type04.third:after {
  display: none;
}
article.article.type04.last {
  border-bottom: none;
}

@media (max-width: 991px) {
  .hp-articles .container .row > .col-md-8 hr.col-md-12 {
    display: none;
  }

  .hp-articles .container, .hp-featured-article .container {
    padding-left: 15px;
    padding-right: 15px;
  }

  article.article:after {
    right: -15px;
  }
}
@media (max-width: 767px) {
  article.article:after {
    display: none;
  }

  .hp-articles .container .row > .col-md-8 hr.col-md-12 {
    display: none;
  }

  .hp-articles .container, .hp-featured-article .container {
    padding-left: 15px;
    padding-right: 15px;
  }

  article.article .info {
    flex-wrap: wrap;
    padding-bottom: 20px;
  }
  article.article .info p {
    margin-bottom: 20px;
  }

  article.article {
    border-bottom: 1px #efefef solid;
  }
  article.article h2 {
    font-size: 20px;
  }
  article.article.last {
    border-bottom: none !important;
  }
  article.article.type01 {
    flex-wrap: wrap;
    margin-bottom: 40px;
    border-bottom: none;
  }
  article.article.type01:after {
    content: "";
    height: 2px;
    width: auto;
    display: block;
    background: #971214;
    position: absolute;
    top: auto;
    right: 0px;
    bottom: -20px;
    left: 0px;
  }
  article.article.type01 .category p {
    font-size: 11px;
  }
  article.article.type01 .headline {
    width: 100%;
    padding-top: 70px;
    border-right: none;
    border-bottom: 1px #252525 solid;
  }
  article.article.type01 .headline p {
    font-size: 14px;
  }
  article.article.type01 .headline h2 {
    font-size: 24px;
  }
  article.article.type01 .txt {
    width: 100%;
    padding: 20px;
  }
  article.article.type03 {
    border-bottom: 1px #efefef solid !important;
  }
  article.article.type03 h2 {
    font-size: 20px;
  }
  article.article.type03.last {
    border-bottom: none !important;
    margin-bottom: 0px !important;
  }
}
.chart {
  border: 1px #efefef solid;
  height: 100%;
  padding: 20px;
  padding-bottom: 55px;
  position: relative;
}
.chart.chart-top {
  height: auto;
  min-height: 350px;
}
.chart.margin-l-20 {
  margin-left: -20px;
}
.chart h2, .article-detail .container .row .chart h2 {
  padding-bottom: 15px;
  margin-bottom: 10px;
  position: relative;
  font-size: 12px;
  line-height: 1.1;
  font-weight: 600;
  font-family: "General Sans", sans-serif;
  text-transform: uppercase;
  color: #971214;
}
.chart h2:after {
  content: "";
  display: block;
  height: 1px;
  background: #efefef;
  position: absolute;
  top: auto;
  right: 0px;
  bottom: 0px;
  left: 0px;
}
.chart .top {
  font-family: "General Sans", sans-serif;
  margin-bottom: 20px;
}
.chart .top p {
  display: flex;
  position: relative;
  align-items: flex-end;
  width: 100%;
  justify-content: space-between;
  font-family: "General Sans", sans-serif;
  font-size: 14px;
}
.chart .top p b {
  font-size: 40px;
  line-height: 1;
  font-weight: 600;
  margin-right: auto;
}
.chart .top p span {
  margin-left: 7px;
  text-align: right;
  font-size: 14px;
  font-weight: 600;
}
.chart .top p:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: auto;
  right: -4px;
  bottom: -20px;
  left: auto;
  margin: 0px 2px;
  width: 17px;
  height: 17px;
  background: transparent url("../gfx/icon/arrow_se.svg") center center no-repeat;
  background-size: contain;
  filter: brightness(0) invert(0);
}
.chart .chart-content img {
  width: 100%;
}
.chart .more {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 20px;
  background: #971214;
  width: 100%;
  padding: 0px 20px;
  text-decoration: none;
  font-size: 12px;
  line-height: 1.1;
  font-weight: 600;
  position: absolute;
  top: auto;
  right: 0px;
  bottom: 0px;
  left: 0px;
  font-family: "General Sans", sans-serif;
  color: #fff;
  text-transform: uppercase;
}
.chart .more:after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background: transparent url("../gfx/icon/arrow_e.svg") center center no-repeat;
  background-size: contain;
}

@media (max-width: 991px) {
  .chart.margin-l-20 {
    margin-left: -15px;
  }
}
@media (max-width: 767px) {
  .chart .more {
    font-size: 11px;
  }

  .chart.margin-l-20 {
    margin-left: 0px;
  }
}
.chart-tools {
  display: flex;
  align-items: flex-end;
  margin-bottom: 20px;
}
.chart-tools .tools-item label {
  display: block;
  margin-bottom: 12px;
  font-size: 12px;
  line-height: 1.1;
  font-weight: 600;
  font-family: "General Sans", sans-serif;
  color: #971214;
  text-transform: uppercase;
}
.chart-tools .datepicker {
  position: relative;
}
.chart-tools .datepicker input {
  height: 50px;
  padding: 0px 20px 0px 15px;
  border: 2px #971214 solid;
  border-left: none;
  font-family: "General Sans", sans-serif;
  font-size: 16px;
  line-height: 45px;
  font-weight: 500;
  cursor: pointer;
}
.chart-tools .datepicker i {
  position: absolute;
  top: 50%;
  right: 10px;
  bottom: auto;
  left: auto;
  margin-top: -7px;
  border: solid #971214;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 4px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.chart-tools input[type=submit] {
  width: auto;
  height: 50px;
  padding: 0px 15px;
  border: 2px #971214 solid;
  background: #971214;
  color: #fff;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 500;
  font-family: "General Sans", sans-serif;
  text-transform: uppercase;
  cursor: pointer;
  margin-right: 15px;
}
.chart-tools .selectboxit-container .selectboxit-options.selectboxit-list {
  border-radius: 0px;
  border: 2px #971214 solid;
  list-style-type: none;
  margin: 0px;
  padding: 0px;
  width: 100%;
}
.chart-tools .selectboxit-container .selectboxit-options.selectboxit-list li {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}
.chart-tools .selectboxit-container .selectboxit-options.selectboxit-list li {
  padding-left: 0px !important;
}
.chart-tools .selectboxit-container .selectboxit-options.selectboxit-list li a {
  font-family: "General Sans", sans-serif;
  font-size: 12px;
  line-height: 32px;
  font-weight: 500;
  color: #141414;
  text-decoration: none !important;
  padding-left: 4px;
}
.chart-tools .selectboxit-container .selectboxit-options.selectboxit-list li a .selectboxit-option-icon-container {
  display: none;
}
.chart-tools .selectboxit-container .selectboxit-options.selectboxit-list li:before {
  display: none !important;
}
.chart-tools .selectboxit-container .selectboxit-options.selectboxit-list li.selectboxit-selected {
  background: transparent !important;
}
.chart-tools .selectboxit-container .selectboxit-options.selectboxit-list li.selectboxit-selected a {
  background: transparent;
  background: #971214;
  color: #fff !important;
}
.chart-tools .selectboxit-container .selectboxit-options.selectboxit-list li.selectboxit-focus {
  background: transparent !important;
}
.chart-tools .selectboxit-container .selectboxit-options.selectboxit-list li.selectboxit-focus a {
  background: transparent;
  background: rgba(151, 18, 20, 0.1);
  color: #971214 !important;
}
.chart-tools .selectboxit-container .selectboxit {
  background: #fff;
  box-shadow: none;
  border-radius: 0px;
  border: 2px #971214 solid;
  height: 50px;
  padding-right: 40px;
  width: auto !important;
}
.chart-tools .selectboxit-container .selectboxit .selectboxit-text {
  height: 50px;
  font-family: "General Sans", sans-serif;
  font-size: 16px;
  line-height: 45px;
  font-weight: 500;
  overflow: auto;
  text-overflow: none;
  max-width: none !important;
}
.chart-tools .selectboxit-container .selectboxit .selectboxit-arrow-container {
  height: 46px;
}
.chart-tools .selectboxit-container .selectboxit .selectboxit-arrow-container i {
  margin-top: -7px;
  border: solid #971214;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 4px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.daterangepicker .drp-buttons .btn {
  line-height: 1;
  font-weight: 600;
}
.daterangepicker td.active {
  border-radius: 0px !important;
  background-color: #971214;
}
.daterangepicker td.active:hover {
  background-color: #971214;
}
.daterangepicker td:hover {
  border-radius: 0px !important;
  background: rgba(151, 18, 20, 0.1);
}

.category-headline {
  padding-bottom: 40px;
  border-bottom: 1px #efefef solid;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.category-headline p {
  margin: 0px;
  font-size: 12px;
  line-height: 1.1;
  font-weight: 600;
  font-family: "General Sans", sans-serif;
  text-transform: uppercase;
  color: #971214;
}
.category-headline .more {
  display: block;
  width: 17px;
  height: 16px;
  background: transparent url("../gfx/icon/arrow_back.svg") center center no-repeat;
  background-size: contain;
}
.category-headline.border-top {
  padding-top: 20px;
  border-top: 2px #971214 solid;
}

.categories {
  display: flex;
  margin-bottom: 40px;
}
.categories a {
  margin-right: 20px;
  position: relative;
  color: #141414;
  font-size: 12px;
  line-height: 1.1;
  font-weight: 700;
  font-family: "General Sans", sans-serif;
  text-transform: uppercase;
  text-decoration: none;
}
.categories a:after {
  background: #971214;
  height: 2px;
  content: "";
  position: absolute;
  top: auto;
  right: 0px;
  bottom: -12px;
  left: 0px;
  display: block;
}
.categories a:last-of-type {
  margin-right: 0px;
}

@media (max-width: 767px) {
  .category-headline {
    padding-bottom: 20px;
  }
  .category-headline p {
    font-size: 11px;
  }

  .categories a {
    font-size: 11px;
  }
}
.hp-articles .container {
  background: #fff;
  /*> .row {
  	padding-bottom:0px;
  	position:relative;

  	&:after {
  		content:'';
  		height:2px;
  		width:auto;
  		background:$red;
  		@include pa(auto,20px,19px,20px);
  		display:block;
  	}
  }*/
}
.hp-articles .container .border-1 {
  position: relative;
}
.hp-articles .container .border-1:before {
  content: "";
  height: 1px;
  width: auto;
  background: #efefef;
  position: absolute;
  top: -19px;
  right: 20px;
  bottom: auto;
  left: 20px;
  display: block;
}
.hp-articles .container .border-2 {
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.hp-articles .container .border-2:after {
  content: "";
  height: 2px;
  width: auto;
  background: #971214;
  position: absolute;
  top: auto;
  right: 20px;
  bottom: 0px;
  left: 20px;
  display: block;
}
.hp-articles .container .margin-b-0,
.hp-articles .container .border-3 {
  padding-bottom: 20px;
  margin-bottom: 0px;
}
.hp-articles .container hr {
  margin: 0px;
  height: 2px;
  border: none;
  background: #971214;
  position: relative;
  top: -20px;
}
.hp-articles .container .row > div .article.last:after {
  display: none;
}
.hp-articles .container .row > .col-md-8:after {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  right: -1px;
  bottom: 40px;
  left: auto;
  background: #efefef;
  width: 1px;
}
.hp-articles .container .row > .col-md-8 hr {
  box-sizing: border-box;
  background: transparent;
}
.hp-articles .container .row > .col-md-8 hr:after {
  content: "";
  height: 2px;
  position: absolute;
  top: 0px;
  right: 20px;
  bottom: auto;
  left: 20px;
  background: #971214;
  display: block;
}
.hp-articles .container .row > .col-md-4 article:last-of-type {
  margin-bottom: 20px;
}
.hp-articles.last-row .container .row .article.type03 {
  border-bottom: none;
}

.hp-featured-article .container {
  padding-top: 40px;
  background: #fff;
  padding-bottom: 20px;
}
.hp-featured-article .container .row {
  padding-bottom: 20px;
  position: relative;
}
.hp-featured-article .container .row:after {
  content: "";
  height: 2px;
  width: auto;
  background: #971214;
  position: absolute;
  top: auto;
  right: 20px;
  bottom: -1px;
  left: 20px;
  display: block;
}
.hp-featured-article .container .article {
  display: flex;
  flex-wrap: wrap;
/*  align-items: flex-end;     */
  position: relative;
  margin-bottom: 0px;
}
.hp-featured-article .container .article:after {
  display: none;
}
.hp-featured-article .container .article .img {
  width: 360px;
  margin-bottom: 0px;
  padding-bottom: 0px;
}
.hp-featured-article .container .article .img img {
  width: 100%;
}
.hp-featured-article .container .article .txt {
  width: calc(100% - 360px);
  padding: 0px 0px 0px 40px;
}
.hp-featured-article .container .article .txt img {
  display: none;
}
.hp-featured-article .container .article .txt h1,
.hp-featured-article .container .article .txt h2 {
  font-size: 26px;
  line-height: 1.3;
  font-weight: 500;
  margin-bottom: 0px;
  font-family: "General Sans", sans-serif;
}
.hp-featured-article .container .article .txt h1 a,
.hp-featured-article .container .article .txt h2 a {
  color: #141414;
}
.hp-featured-article .container .article .txt .categories {
  padding-top: 40px;
  margin-bottom: 35px;
}

@media (max-width: 1140px) {
  .hp-featured-article .container .row > div:nth-of-type(1) {
    -ms-flex: 0 0 66.66%;
    flex: 0 0 66.66%;
    max-width: 66.66%;
  }
  .hp-featured-article .container .row > div:nth-of-type(2) {
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }

  .hp-featured-article .container .article {
    align-items: flex-start;
  }
  .hp-featured-article .container .article .img {
    width: 200px;
  }
  .hp-featured-article .container .article .txt {
    width: calc(100% - 200px);
  }
}
@media (max-width: 991px) {
  .hp-featured-article .container .article .txt {
    padding-left: 20px;
  }
}
@media (max-width: 767px) {
  .hp-featured-article .container .row > div:nth-of-type(1) {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .hp-featured-article .container .row > div:nth-of-type(2) {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .hp-featured-article .container .article {
    flex-direction: column;
    border-bottom: none;
  }
  .hp-featured-article .container .article .img {
    display: none;
  }
  .hp-featured-article .container .article .txt {
    width: 100%;
    padding-left: 0px;
    font-size: 16px;
  }
  .hp-featured-article .container .article .txt img {
    display: block;
    max-width: 100%;
    margin-bottom: 40px;
  }
  .hp-featured-article .container .article .txt h1 {
    font-size: 24px;
  }
}
.article-detail .container {
  padding-top: 40px;
  background: #fff;
  padding-bottom: 20px;
  padding-left: 40px;
  padding-right: 40px;
}
.article-detail .container > hr {
  background: #971214;
  height: 2px;
  border: none;
  margin-bottom: 0px;
}
.article-detail .container .article.type04:after {
  display: none;
}
.article-detail .container .row .article.article-entry .info {
  flex-direction: column;
  padding-bottom: 20px;
}
.article-detail .container .row .article.article-entry .info p {
  margin-bottom: 10px;
}
.article-detail .container .row .article.article-entry .social {
  margin-left: -7px;
}
.article-detail .container .row .article.article-entry .excerpt {
  padding-bottom: 20px;
}
.article-detail .container .row .article.article-entry .excerpt p {
  font-size: 20px;
  line-height: 1.3;
  font-weight: 400;
  color: #1A1A1A;
}
.article-detail .container .row .article.article-entry .featured-image {
  margin-left: -100px;
}
.article-detail .container .row .article.article-entry .featured-image img {
  max-width: 100%;
}
.article-detail .container .row .article.article-entry h1 {
  font-family: "General Sans", sans-serif;
  font-size: 32px;
  line-height: 1.4;
  font-weight: 500;
  margin-bottom: 40px;
  padding-top: 30px;
}
.article-detail .container .row .article.article-entry p.comments {
  background: #fff;
  margin-top: -1px;
  padding-top: 20px;
  margin-bottom: 0px;
  padding-bottom: 20px;
  color: #971214;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 700;
  border-top: none;
  font-family: "General Sans", sans-serif;
  text-transform: uppercase;
}
.article-detail .container .row h2 {
  padding-top: 20px;
  border-top: 1px solid #efefef;
  font-size: 24px;
  line-height: 1.3;
  font-weight: 500;
  color: #971214;
  margin-bottom: 40px;
}
.article-detail .container .row h3 {
  padding-top: 20px;
  border-top: 1px solid #efefef;
  font-size: 21px;
  line-height: 1.3;
  font-weight: 500;
  font-family: "General Sans", sans-serif;
  color: #971214;
  margin-bottom: 40px;
}
.article-detail .container .row h4 {
  padding-top: 20px;
  border-top: 1px solid #efefef;
  font-size: 18px;
  line-height: 1.3;
  font-weight: 500;
  font-family: "General Sans", sans-serif;
  color: #971214;
  margin-bottom: 40px;
}
.article-detail .container .row h5 {
  padding-top: 20px;
  border-top: 1px solid #efefef;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 500;
  font-family: "General Sans", sans-serif;
  color: #971214;
  margin-bottom: 40px;
}
.article-detail .container .row h2 a, .article-detail .container .row h3 a, .article-detail .container .row h4 a, .article-detail .container .row h5 a {
  color: #971214;
}
.article-detail .container .row p {
  margin-bottom: 20px;
}
.article-detail .container .row p a  {
  color: #971214;
  text-decoration: underline;
}
.article-detail .container .row p a:hover {
  text-decoration: none;
}
.article-detail .container .row .article.article-entry blockquote p {
  border-left: 4px #971214 solid;
  padding-left: 30px;
  padding-bottom: 2px;
  margin-bottom: 20px;
}
.article-detail .container .row .article.article-entry blockquote p.ff1, .article-detail .container .row .article.article-entry blockquote p:empty {
  border-left: 0;
  padding-left: 0;
}

.article-detail .container .row .article.article-entry blockquote p {
  font-size: 18px;
}
.article-detail .container .row .article.article-entry blockquote p:last-of-type {
  margin-bottom: 0px;
}
.article-detail .container .row .article.article-entry blockquote p a {
  color: #971214;
  text-decoration: underline;
}
.article-detail .container .row .article.article-entry blockquote p a:hover {
  text-decoration: none;
}
.article-detail .container .row .article.article-entry ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
  margin-bottom: 20px;
}
.article-detail .container .row .article.article-entry ul li {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}
.article-detail .container .row .article.article-entry ul li {
  padding-left: 20px;
  position: relative;
}
.article-detail .container .row .article.article-entry ul li a {
  color: #971214;
  text-decoration: underline;
}
.article-detail .container .row .article.article-entry ul li a:hover {
  text-decoration: none;
}
.article-detail .container .row .article.article-entry ul li:before {
  content: "";
  width: 6px;
  height: 6px;
  background: #971214;
  display: block;
  border-radius: 50%;
  position: absolute;
  top: 8px;
  right: auto;
  bottom: auto;
  left: 0px;
}
.article-detail .container .row .article.article-entry table {
  width: 100%;
  margin-bottom: 20px;
}
.article-detail .container .row .article.article-entry table thead {
  font-family: "General Sans", sans-serif;
  font-size: 12px;
  line-height: 1.3;
  font-weight: 500;
}
.article-detail .container .row .article.article-entry table thead tr th {
  color: #971214;
  padding: 20px 0px;
  border-bottom: 2px #971214 solid;
  text-transform: uppercase;
  padding-right: 20px;
}
.article-detail .container .row .article.article-entry table tbody {
  font-size: 14px;
}
.article-detail .container .row .article.article-entry table tbody tr td {
  vertical-align: middle;
  padding: 20px 0px;
  border-bottom: 1px #C2C2C2 solid;
  padding-right: 20px;
}
.article-detail .container .row .article.article-entry table tbody tr td figure {
  font-size: 16px;
  font-weight: 500;
  color: #971214;
  font-family: "General Sans", sans-serif;
  margin: 0px;
}
.article-detail .container .row .article.article-entry table tbody tr td em {
  font-style: normal;
  font-family: "General Sans", sans-serif;
  font-size: 12px;
  color: #C2C2C2;
  white-space: nowrap;
}
.article-detail .container .row .article.article-entry table tbody tr td p {
  margin-bottom: 0px;
}
.article-detail .container .row .article.article-entry .comments {
  border-top: 1px solid #efefef;
  padding-top: 20px;
  margin-top: 40px;
  padding-bottom: 40px;
}
.article-detail .container .row .article.article-entry .comments .comments-size {
  font-size: 12px;
  line-height: 35px;
  font-weight: 400;
  font-family: "General Sans", sans-serif;
  color: #C2C2C2;
}
.article-detail .container .row .article.article-entry .comments .btn {
  margin-right: 20px;
}
.article-detail .container .row .article.article-entry .comments.comments-bottom {
  margin-top: 0px;
}

@media (max-width: 1140px) {
  .article-detail > .container > .row > div:nth-of-type(1) {
    -ms-flex: 0 0 66.66%;
    flex: 0 0 66.66%;
    max-width: 66.66%;
  }
  .article-detail > .container > .row > div:nth-of-type(2) {
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }
}
@media (max-width: 991px) {
  .article-detail .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 767px) {
  .article-detail > .container > .row > div:nth-of-type(1) {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .article-detail > .container > .row > div:nth-of-type(2) {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .article-detail .container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .article-detail .container .row .article.article-entry > hr {
    /*display:none;*/
  }
  .article-detail .container .row .article.article-entry .row .col-md-3 {
    order: 5;
  }
  .article-detail .container .row .article.article-entry h1 {
    padding-top: 0px;
    font-size: 24px;
    margin-bottom: 20px;
  }
  .article-detail .container .row .article.article-entry h2 {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .article-detail .container .row .article.article-entry h3 {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .article-detail .container .row .article.article-entry h4 {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .article-detail .container .row .article.article-entry h5 {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .article-detail .container .row .article.article-entry ul li:before {
    top: 7px;
  }
  .article-detail .container .row .article.article-entry blockquote {
    padding-left: 15px;
  }
  .article-detail .container .row .article.article-entry blockquote p {
    font-size: 16px;
  }
  /*
  .article-detail .container .row .article.article-entry table {
    margin-top: -20px;
  }
  .article-detail .container .row .article.article-entry table thead {
    display: none;
  }
  .article-detail .container .row .article.article-entry table tbody tr {
    display: grid;
    grid-template-columns: 1fr 2fr 0.1fr;
    grid-template-rows: 1fr 1fr;
    gap: 0px 0px;
    grid-auto-flow: row;
    grid-template-areas: "xxx zzz ." "yyy zzz ." ". . .";
  }
  
  .article-detail .container .row .article.article-entry table tbody tr td:nth-of-type(1) {
    grid-area: xxx;
    border-bottom: none;
    padding-bottom: 5px;
    font-size: 12px;
  }
  .article-detail .container .row .article.article-entry table tbody tr td:nth-of-type(2) {
    grid-area: yyy;
    padding-top: 5px;
    vertical-align: top;
  }
  .article-detail .container .row .article.article-entry table tbody tr td:nth-of-type(3) {
    grid-area: zzz;
    font-size: 12px;
  }
  */
  .article-detail .container .row .article.article-entry .featured-image {
    margin-left: 0px;
  }
  .article-detail .container .row .article.article-entry .excerpt p {
    font-size: 16px;
  }
  .article-detail .container .row .article.article-entry .info {
    padding-top: 0px;
  }
  .article-detail .container .row .article.article-entry .social {
    margin-bottom: 20px;
  }
}
.archive .container {
  padding-top: 40px;
  background: #fff;
  padding-bottom: 20px;
  padding-left: 40px;
  padding-right: 40px;
}
.archive .container .col-12 h1 {
  font-size: 20px;
  line-height: 1.1;
  font-weight: 500;
  font-family: "General Sans", sans-serif;
  padding-bottom: 40px;
  color: #971214;
  border-bottom: 2px #971214 solid;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .archive .container {
    padding-top: 20px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .archive .container .col-12 h1 {
    padding-bottom: 20px;
    color: #971214;
    border-bottom: 2px #971214 solid;
    margin-bottom: 20px;
  }
}
.contacts .container hr {
  height: 1px;
  background: #EBEBEB;
}
.contacts .container .article:after {
  display: none;
}
.contacts .container .article.article-entry {
  /*margin-right:-100px;*/
}
.contacts .container .article.article-entry .info p {
  color: #C2C2C2;
}
.contacts .container .article.contacts-bottom {
  border-top: 1px #EBEBEB solid;
  padding-top: 40px;
  display: flex;
  padding-bottom: 100px;
}
.contacts .container .article.contacts-bottom p {
  margin-right: 40px;
}
.contacts .container .article.contacts-bottom p b {
  font-size: 12px;
  line-height: 1.2;
  font-weight: 600;
  text-transform: uppercase;
  font-family: "General Sans", sans-serif;
  margin-right: 20px;
}
.contacts .container .article.contacts-bottom p a {
  color: #971214;
}

@media (max-width: 767px) {
  .contacts .container hr {
    display: none;
  }
  .contacts .container .article {
    border-bottom: none !important;
  }
  .contacts .container .article.article-entry {
    margin-bottom: 0px;
  }

  .contacts .container .article.contacts-bottom {
    padding-bottom: 0px;
  }
}
.banner {
  padding-top: 20px;
  text-align: center;
  margin-bottom: 20px;
  position: relative;
}
.banner:before {
  content: "";
  height: 2px;
  display: block;
  background: #971214;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: auto;
  left: 0px;
}
.banner .label {
  font-size: 12px;
  line-height: 1;
  font-weight: 400;
  font-family: "General Sans", sans-serif;
  color: #C2C2C2;
  margin-bottom: 20px;
  display: block;
}
.banner .banner-image img {
  max-width: 100%;
}

body > .banner {
  padding-top: 40px;
  margin-bottom: 40px;
}
body > .banner:before {
  display: none;
}

.row > .ad-column {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.row > .ad-column .banner {
  padding-top: 5px;
}
.row > .ad-column .banner:before {
  display: none;
}
.row > .ad-column .banner img {
  /*width:100%;*/
}
.row > .ad-column > div:nth-of-type(2) {
  margin-top: auto;
}

.cookies-bar {
  background: #C2C2C2;
  z-index: 999;
  position: fixed;
  left: 0px;
  right: 0px;
  bottom: 0px;
  padding: 40px;
  padding-right: 80px;
}
.cookies-bar .close {
  position: absolute;
  top: 37px;
  right: 40px;
  bottom: auto;
  left: auto;
  opacity: 1;
  width: 24px;
  height: 24px;
  display: block;
  background: transparent url("../gfx/icon/close.svg") center center no-repeat;
  background-size: contain;
}
.cookies-bar .container .row .col-12 {
  /*padding-left:0px;
  padding-right:0px;*/
}
.cookies-bar p {
  margin-bottom: 0px;
  font-size: 13.6px;
  line-height: 1.2;
  font-weight: 500;
  font-family: "General Sans", sans-serif;
  color: #141414;
}

.nicelabel-default-position {
  margin: 0px !important;
  margin-right: 8px !important;
  padding: 0px !important;
  width: 10px !important;
  height: 10px !important;
  border: 2px #971214 solid !important;
  border-radius: 0px !important;
  background-color: transparent !important;
  display: inline-block !important;
}
.nicelabel-default-position .circle-btn {
  display: none;
}

.circle-nicelabel:checked + label {
  background-color: #971214 !important;
}

.survey {
  border: 1px #efefef solid;
  margin-bottom: 20px;
  padding: 20px;
}
.survey h2 {
  font-size: 20px;
  line-height: 1.3;
  font-weight: 500;
  margin-bottom: 20px;
  font-family: "General Sans", sans-serif;
}
.survey .survey-results {
  margin: 0px -5px;
  display: flex;
  flex-wrap: wrap;
}
.survey .survey-results .result-item {
  padding: 0px 5px;
  width: 50%;
  margin-bottom: 20px;
}
.survey .survey-results .result-item p {
  margin-bottom: 7px;
  font-family: "General Sans", sans-serif;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 500;
  color: #971214;
}
.survey .survey-results .result-item > span {
  font-family: "General Sans", sans-serif;
  font-size: 12px;
  line-height: 1.1;
  font-weight: 600;
  color: #141414;
}
.survey .survey-results .result-item > span i {
  font-style: normal;
  font-weight: 500;
  color: #C2C2C2;
}
.survey .survey-results .result-item .bar {
  background: rgba(151, 18, 20, 0.1);
  height: 12px;
  width: 100%;
  position: relative;
}
.survey .survey-results .result-item .bar i {
  display: block;
  width: 12px;
  height: 12px;
  background: #971214;
  border-left: 5px #fff solid;
  border-right: 5px #fff solid;
  position: absolute;
  top: 0px;
  right: auto;
  bottom: auto;
  left: 0px;
  margin-left: -6px;
}
.survey .form.form-survey label {
  margin-right: 20px;
  font-family: "General Sans", sans-serif;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 500;
  color: #971214;
}
.survey .bottom {
  display: flex;
  align-items: center;
  padding-top: 20px;
}
.survey .bottom input[type=submit] {
  width: auto;
  height: 35px;
  padding: 0px 10px;
  border: 2px #971214 solid;
  background: #971214;
  color: #fff;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 500;
  font-family: "General Sans", sans-serif;
  text-transform: uppercase;
  cursor: pointer;
  margin-right: 15px;
}
.survey .bottom a {
  color: #C2C2C2;
  font-size: 12px;
  line-height: 1;
  font-weight: 400;
  font-family: "General Sans", sans-serif;
  text-decoration: none;
  margin: 0px 10px;
}
.survey .bottom a:hover {
  text-decoration: underline;
}
.survey .bottom a:last-of-type {
  margin-right: 0px;
}
.survey .bottom a:first-of-type {
  margin-left: 5px;
}

input[type=range] {
  -webkit-appearance: none;
  /* Hides the slider so that custom slider can be made */
  width: 100%;
  /* Specific width is required for Firefox. */
  background: transparent;
  /* Otherwise white in Chrome */
}

input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
}

input[type=range]:focus {
  outline: none;
  /* Removes the blue border. You should probably do some kind of focus styling for accessibility reasons though. */
}

input[type=range]::-ms-track {
  width: 100%;
  cursor: pointer;
  /* Hides the slider so custom styles can be added */
  background: transparent;
  border-color: transparent;
  color: transparent;
}

/* button */
input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  border: 3px solid #971214;
  height: 16px;
  width: 16px;
  cursor: pointer;
  margin-top: -2px;
  /* You need to specify a margin in Chrome, but in Firefox and IE it is automatic */
  box-shadow: none;
  transform: rotate(90deg);
  background: #fff;
  background-size: contain;
}

/* All the same stuff for Firefox */
input[type=range]::-moz-range-thumb {
  box-shadow: none;
  border: 3px solid #971214;
  height: 16px;
  width: 16px;
  cursor: pointer;
  transform: rotate(90deg);
  background: #fff;
  background-size: contain;
}

/* All the same stuff for IE */
input[type=range]::-ms-thumb {
  box-shadow: none;
  border: 3px solid #971214;
  height: 16px;
  width: 16px;
  cursor: pointer;
  transform: rotate(90deg);
  background: #fff;
  background-size: contain;
}

/* track */
input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 12px;
  cursor: pointer;
  box-shadow: none;
  background: rgba(151, 18, 20, 0.1);
  border-radius: 0px;
  border: none;
}

input[type=range]:focus::-webkit-slider-runnable-track {
  background: rgba(151, 18, 20, 0.1);
}

input[type=range]::-moz-range-track {
  width: 100%;
  height: 12px;
  cursor: pointer;
  box-shadow: none;
  background: rgba(151, 18, 20, 0.1);
  border-radius: 0px;
  border: none;
}

input[type=range]::-ms-track {
  width: 100%;
  height: 12px;
  cursor: pointer;
  background: transparent;
  border-color: transparent;
  border-width: 16px 0;
  color: transparent;
}

input[type=range]::-ms-fill-lower {
  background: none;
  border: none;
  border-radius: 2.6px;
  box-shadow: black;
}

input[type=range]:focus::-ms-fill-lower {
  background: none;
}

input[type=range]::-ms-fill-upper {
  background: none;
  border: none;
  border-radius: 2.6px;
  box-shadow: black;
}

input[type=range]:focus::-ms-fill-upper {
  background: black;
}

input[type=range]::-moz-range-progress {
  background: black;
}

.calculator {
  border: 1px #efefef solid;
  margin-bottom: 20px;
  padding: 20px;
}
.calculator .form.form-calculator {
  padding-top: 20px;
}
.calculator .form.form-calculator > p {
  border-top: 1px #efefef solid;
  border-bottom: 1px #efefef solid;
  padding: 20px;
  color: #C2C2C2;
  font-size: 12px;
  line-height: 1.1;
  font-weight: 400;
  font-family: "General Sans", sans-serif;
  text-align: center;
  margin-bottom: 20px;
}
.calculator .form.form-calculator .form-item {
  display: flex;
  margin-bottom: 20px;
}
.calculator .form.form-calculator .form-item .range-holder {
  width: calc(100% - 147px);
  padding-right: 10px;
}
.calculator .form.form-calculator .form-item .range-holder label {
  font-size: 14px;
  line-height: 1.2;
  font-weight: 500;
  font-family: "General Sans", sans-serif;
  margin-bottom: 10px;
}
.calculator .form.form-calculator .form-item .range-holder input {
  background: rgba(151, 18, 20, 0.1);
  height: 12px;
  width: 100%;
  position: relative;
}
.calculator .form.form-calculator .form-item input[type=text] {
  width: 147px;
  border: 3px #971214 solid;
  height: 50px;
  padding: 0px 10px;
  text-align: center;
  font-size: 16px;
  line-height: 1;
  font-weight: 500;
  font-family: "General Sans", sans-serif;
}
.calculator .form.form-calculator .form-item input[type=text]:disabled {
  color: #C2C2C2;
}
.calculator .form.form-calculator .bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.calculator .form.form-calculator .bottom p {
  font-size: 20px;
  line-height: 1.1;
  font-weight: 500;
  font-family: "General Sans", sans-serif;
  margin-bottom: 0px;
}
.calculator .form.form-calculator .bottom p b {
  font-weight: 500;
  margin-left: 20px;
  color: #971214;
}
.calculator .form.form-calculator .text-center input[type=submit], .calculator .form.form-calculator button {
  width: 147px;
  height: 50px;
  padding: 0px 10px;
  border: 2px #971214 solid;
  background: #971214;
  color: #fff;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 500;
  font-family: "General Sans", sans-serif;
  text-transform: uppercase;
  cursor: pointer;
  margin-right: 15px;
}

.responsive-megamenu {
  background: #141414;
  position: fixed;
  z-index: 999999;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  display: none;
}
.responsive-megamenu.active {
  display: block;
}
.responsive-megamenu .close {
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  top: 11px;
  right: 14px;
  bottom: auto;
  left: auto;
  background: transparent url("../gfx/icon/close_2.svg") center center no-repeat;
  background-size: 25px 25px;
  z-index: 99;
  opacity: 1;
}
.responsive-megamenu .nav.nav-main {
  padding-top: 20px;
  padding-bottom: 8px;
}
.responsive-megamenu .nav.nav-main ul li {
  font-size: 24px;
  line-height: 1.2;
  font-weight: 400;
  font-family: "General Sans", sans-serif;
  margin-bottom: 12px;
}
.responsive-megamenu .nav.nav-main ul li a {
  color: #fff;
  text-decoration: none;
}
.responsive-megamenu .nav.nav-main ul li a:hover {
  text-decoration: underline;
}
.responsive-megamenu .nav.nav-top {
  padding-top: 20px;
  padding-bottom: 8px;
}
.responsive-megamenu .nav.nav-top ul li {
  font-size: 16px;
  line-height: 1.2;
  font-weight: 400;
  font-family: "General Sans", sans-serif;
  margin-bottom: 12px;
}
.responsive-megamenu .nav.nav-top ul li a {
  color: #fff;
  text-decoration: none;
}
.responsive-megamenu .nav.nav-top ul li a:hover {
  text-decoration: underline;
}
.responsive-megamenu .social {
  margin-left: -7px;
}
.responsive-megamenu .social a {
  display: inline-block;
  width: 35px;
  height: 40px;
  filter: brightness(0) invert(1);
}
.responsive-megamenu .social a.tw {
  background: transparent url("../gfx/icon/twitter.svg") center center no-repeat;
  background-size: 25px auto;
}
.responsive-megamenu .social a.fb {
  background: transparent url("../gfx/icon/facebook.svg") center center no-repeat;
  background-size: 25px auto;
}
.responsive-megamenu .megamenu-footer {
  color: #fff;
  font-size: 12px;
  font-family: "General Sans", sans-serif;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.responsive-megamenu .form-search {
  display: block;
  height: 60px;
  width: 100%;
  border-top: 1px rgba(255, 255, 255, 0.1) solid;
  border-bottom: 1px rgba(255, 255, 255, 0.1) solid;
  padding: 0px 0px;
  z-index: 4;
}
.responsive-megamenu .form-search form {
  display: flex;
  height: 60px;
  align-items: center;
  margin-left: -10px;
}
.responsive-megamenu .form-search form input[type=submit] {
  width: 40px;
  height: 40px;
  display: block;
  z-index: 8;
  background: transparent url("../gfx/icon/search.svg") center center no-repeat;
  background-size: 24px 24px;
  font-size: 0px;
  border: none;
  position: relative;
  top: 1px;
}
.responsive-megamenu .form-search form input[type=text] {
  border: none;
  width: calc(100% - 40px);
  height: 40px;
  color: #fff;
  background: transparent;
  font-size: 16px;
  line-height: 1;
  font-weight: 400;
  font-family: "General Sans", sans-serif;
  opacity: 1;
  transition: all 0.25s linear;
  padding-left: 0px;
}
.responsive-megamenu .form-search form input[type=text]::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: white;
  opacity: 0.5;
  /* Firefox */
}
.responsive-megamenu .form-search form input[type=text]:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: white;
  opacity: 0.5;
}
.responsive-megamenu .form-search form input[type=text]::-ms-input-placeholder {
  /* Microsoft Edge */
  color: white;
  opacity: 0.5;
}
.responsive-megamenu .header-info {
  font-size: 12px;
  line-height: 1.3;
  font-weight: 500;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  color: #fff;
  font-family: "General Sans", sans-serif;
  border-bottom: 1px #252525 solid;
  padding: 14px 0px 20px 0px;
}
.responsive-megamenu .header-info p {
  margin: 0px;
  padding: 0px 10px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.responsive-megamenu .header-info p:first-of-type {
  padding-left: 0px;
}
.responsive-megamenu .header-info p:last-of-type {
  padding-right: 25px;
}
.responsive-megamenu .header-info p .arrow {
  display: inline-block;
  position: relative;
  margin: 0px 2px;
  width: 17px;
  height: 17px;
  background: transparent url("../gfx/icon/arrow_se.svg") center center no-repeat;
  background-size: contain;
}
.responsive-megamenu .header-info p .arrow.up {
  transform: rotate(-90deg);
}

.comments.comments-detail {
  border-top: none;
  padding-top: 0px;
  margin-top: 0px;
}
.comments.comments-detail > .comments {
  display: none;
}
.comments.comments-detail .disclaimer {
  text-align: center;
  border-bottom: 1px solid #efefef;
  margin-bottom: 20px;
}
.comments.comments-detail .disclaimer p {
  margin-bottom: 20px;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 500;
  font-family: "General Sans", sans-serif;
  color: #C2C2C2;
}
.comments.comments-detail ul > li:last-of-type {
  border-bottom: none !important;
}
.comments.comments-detail ul > li:last-of-type .reply {
  margin-bottom: 0px !important;
}
.comments.comments-detail .list.list-comments {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
  padding-top: 20px;
}
.comments.comments-detail .list.list-comments li {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}
.comments.comments-detail .list.list-comments .comments-item {
  border-bottom: 1px solid #efefef;
  margin-bottom: 20px;
}
.comments.comments-detail .list.list-comments .comments-item:before {
  display: none !important;
}
.comments.comments-detail .list.list-comments .comments-item > p {
  font-size: 14px;
}
.comments.comments-detail .list.list-comments .comments-item .reply {
  color: #971214;
  font-family: "General Sans", sans-serif;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
  margin-bottom: 20px;
}
.comments.comments-detail .list.list-comments .comments-item .reply:hover {
  text-decoration: underline;
}
.comments.comments-detail .list.list-comments .comments-item .comment-header {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.comments.comments-detail .list.list-comments .comments-item .comment-header .avatar {
  width: 60px;
  height: 60px;
}
.comments.comments-detail .list.list-comments .comments-item .comment-header .avatar img {
  width: 60px;
  height: 60px;
}
.comments.comments-detail .list.list-comments .comments-item .comment-header .txt {
  padding-left: 20px;
}
.comments.comments-detail .list.list-comments .comments-item .comment-header .txt p {
  margin-bottom: 0px;
}
.comments.comments-detail .list.list-comments .comments-item .comment-header .txt p:nth-of-type(1) {
  color: #971214;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 500;
  font-family: "General Sans", sans-serif;
  margin-bottom: 7px;
}
.comments.comments-detail .list.list-comments .comments-item .comment-header .txt p:nth-of-type(2) {
  color: #C2C2C2;
  font-size: 12px;
  line-height: 1.3;
  font-weight: 500;
  font-family: "General Sans", sans-serif;
}
.comments.comments-detail .list.list-comments .comments-item .comment-header .txt p:nth-of-type(2) b {
  color: #141414;
  margin-right: 15px;
}
.comments.comments-detail .list.list-comments .comments-item .list.list-comments {
  border-left: 2px #971214 solid;
  padding-top: 0px;
  margin-top: 25px;
}
.comments.comments-detail .list.list-comments .comments-item .list.list-comments .comments-item {
  padding-left: 40px;
  padding-top: 5px;
}
.comments.comments-detail .form.form-comments {
  padding-bottom: 0px;
  margin-bottom: -20px;
}
.comments.comments-detail .form.form-comments form {
  display: flex;
  flex-wrap: wrap;
  margin: 0px -5px;
}
.comments.comments-detail .form.form-comments form input[type=submit] {
  height: 47px;
  background: #971214;
  border: 1px #971214 solid;
  padding: 0px 10px;
  min-width: 161px;
  font-size: 12px;
  line-height: 34px;
  font-weight: 600;
  font-family: "General Sans", sans-serif;
  color: #fff;
  text-transform: uppercase;
  margin: auto;
  cursor: pointer;
}
 .comments.comments-detail .form.form-comments form input[type=submit]:hover {
  background: #fff;
  color: #971214;
}
.comments.comments-detail .form.form-comments form .text-center {
  width: 100%;
  padding-top: 10px;
}
 .comments.comments-detail .form.form-comments form .form-item {
  padding: 0px 5px;
  margin-bottom: 20px;
  width: 50%;
}
 .comments.comments-detail .form.form-comments form .form-item .error {
  position: fixed;
  z-index: 9999;
  left: 0px;
  right: 0px;
  bottom: 0px;
  min-height: 95px;
  background: #C2C2C2;
  padding: 20px 0px;
  padding-right: 50px;
  padding-left: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "General Sans", sans-serif;
  font-size: 14px;
  line-height: 1.3;
  font-weight: 500;
}
 .comments.comments-detail .form.form-comments form .form-item .error:after {
  content: "";
  display: block;
  width: 26px;
  height: 26px;
  position: absolute;
  top: 50%;
  right: 20px;
  bottom: auto;
  left: auto;
  margin-top: -13px;
  background: transparent url("../gfx/icon/close.svg") center center no-repeat;
  background-size: 26px 26px;
  cursor: pointer;
}
 .comments.comments-detail .form.form-comments form .form-item.wide {
  width: 100%;
}
 .comments.comments-detail .form.form-comments form .form-item.error input, .comments.comments-detail .form.form-comments form .form-item.error textarea {
  border: 2px #141414 solid;
}
 .comments.comments-detail .form.form-comments form .form-item label {
  font-family: "General Sans", sans-serif;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 600;
  margin-bottom: 12px;
  text-transform: uppercase;
  color: #971214;
}
 .comments.comments-detail .form.form-comments form .form-item label sup {
  color: #C2C2C2;
}
 .comments.comments-detail .form.form-comments form .form-item textarea,
 .comments.comments-detail .form.form-comments form .form-item input {
  height: 50px;
  width: 100%;
  border: 2px #971214 solid;
  padding: 0px 15px;
  font-size: 14px;
  line-height: 1;
  font-weight: 500;
  font-family: "General Sans", sans-serif;
}
.comments.comments-detail .form.form-comments form .form-item textarea::placeholder,
 .comments.comments-detail .form.form-comments form .form-item input::placeholder {
  color: #C2C2C2;
  opacity: 1;
}
.comments.comments-detail .form.form-comments form .form-item textarea:-ms-input-placeholder,
 .comments.comments-detail .form.form-comments form .form-item input:-ms-input-placeholder {
  color: #C2C2C2;
}
 .comments.comments-detail .form.form-comments form .form-item textarea::-ms-input-placeholder,
 .comments.comments-detail .form.form-comments form .form-item input::-ms-input-placeholder {
  color: #C2C2C2;
}
 .comments.comments-detail .form.form-comments form .form-item textarea {
  height: 100px;
  resize: none;
  padding: 15px 15px;
}

@media (max-width: 991px) {
   .comments.comments-detail .list.list-comments .comments-item .list.list-comments .comments-item {
    padding-left: 22px;
  }
}
@media (max-width: 767px) {
   .comments.comments-detail > .comments {
    background: #fff;
    margin-top: -1px;
    padding-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 20px;
    color: #971214;
    font-size: 12px;
    line-height: 1.2;
    font-weight: 700;
    border-top: none;
    font-family: "General Sans", sans-serif;
    text-transform: uppercase;
    display: block;
    text-align: center;
  }

  .article-detail .container .row .article.article-entry p.comments {
    display: none;
  }
}
@media (max-width: 480px) {
   .comments.comments-detail .form.form-comments form .form-item {
    width: 100%;
    border: 2px #971214 solid;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 1px;

  }
   .comments.comments-detail .form.form-comments form .form-item input, .comments.comments-detail .form.form-comments form .form-item textarea {
    border: none;
  }
   .comments.comments-detail .form.form-comments form .form-item input {
    height: 45px;
    padding-left: 0px;
    padding-right: 0px;
  }
   .comments.comments-detail .form.form-comments form .form-item textarea {
    padding-left: 0px;
    padding-right: 0px;
  }
 .comments.comments-detail .form.form-comments form .form-item label {
    display: inline-block;
    padding-top: 12px;
    margin-bottom: 0px;
  }

.comments.comments-detail .form.form-comments form .text-center {
    padding-top: 0px;
  }
.comments.comments-detail .form.form-comments form .text-center input {
    width: 100%;
  }

.comments.comments-detail .form.form-comments {
    margin-bottom: -40px;
  }
.comments.comments-detail .form.form-comments form {
  margin: 0px -5px 30px -5px;
}  
}

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