
@import url('https://fonts.googleapis.com/css?family=Noto+Serif:400,400i,700,700i|Open+Sans:400,400i,700,700i&subset=latin-ext');
.articles_detail #gallery,
.editor #gallery,
.articles_detail .editor-gallery,
.editor .editor-gallery {
  margin-top: 50px;
  margin-left: -15px;
  margin-right: -15px;
}
.articles_detail #gallery li,
.editor #gallery li,
.articles_detail .editor-gallery li,
.editor .editor-gallery li {
  margin-bottom: 30px;
  padding: 0 15px;
}
#order-levels {
  margin-bottom: 0px;
}
.product,
.article {
  margin-top: 30px;
}
.product-detail .left #gallery li {
  margin-top: 0px;
}
.product-detail .right #frm-propertiesForm {
  margin-top: 20px;
  margin-bottom: 25px;
}
.product-detail .right #frm-propertiesForm .col-sm-9 .radio-inline {
  padding-left: 0;
  cursor: default;
}
.product-detail .right #frm-propertiesForm .col-sm-9 .radio-inline label {
  padding: 2px 10px;
  cursor: pointer;
  margin-bottom: 0;
  display: inline-block;
  background: transparent;
  color: #666666;
  font-size: 14px;
  font-weight: 400;
  border: 2px solid #d9d9d9;
}
.product-detail .right #frm-propertiesForm .col-sm-9 .radio-inline label.active {
  background: transparent;
  color: #666666;
  border-color: #7ca306;
}
.product-detail .right #frm-propertiesForm .col-sm-9 .radio-inline label input[disabled] + span {
  color: #d9d9d9;
  cursor: not-allowed;
}
.product-detail .right #frm-propertiesForm .col-sm-9 .radio-inline + .radio-inline {
  margin-left: 5px;
}
.product-detail .right .add-to-cart .form-group {
  float: left;
}
.product-detail .right .add-to-cart .form-group .col-sm-3 {
  display: none;
}
.product-detail .right .add-to-cart .form-group .col-sm-9 .btn {
  margin-left: 10px;
}
.product-detail .right .add-to-cart .form-group:first-child .col-sm-9 {
  width: 90px;
}
.userbar .login-dp {
  min-width: 250px;
  padding: 14px 14px 0;
  overflow: hidden;
}
.userbar .login-dp .social-buttons {
  margin: 12px 0;
}
.userbar .login-dp .social-buttons a {
  width: 100%;
}
.userbar .login-dp .social-buttons .btn-fb {
  color: #fff;
  background-color: #3b5998;
}
.userbar .login-dp .social-buttons .btn-fb:hover {
  background-color: #496ebc;
}
.userbar .login-dp form .alert {
  margin-bottom: 10px;
  padding: 5px 15px;
}
.userbar .login-dp form .form-group {
  margin-bottom: 10px;
}
.userbar .login-dp form .form-group .help-block {
  font-size: 12px;
}
.userbar .login-dp .bottom {
  border-top: 1px solid #ddd;
  clear: both;
  padding: 14px;
}
#contact-form form .form-group.required .control-label label:after {
  content: "\f069";
  font-family: "FontAwesome";
  color: #bd0926;
  font-size: 8px;
  font-weight: 400;
  top: -4px;
  position: relative;
  margin-left: 3px;
}
#contact-form .fa-asterisk {
  font-size: 8px;
  top: -4px;
  position: relative;
}
body {
  background-image: url('../images/bg.jpg');
  background-repeat: no-repeat;
  background-position: center top;
}
#eshop-layout #cart table td img {
  max-width: 100px;
}
#eshop-layout #cart table td .add-to-cart .col-sm-3 {
  display: none;
}
#eshop-layout #cart table td .add-to-cart .col-sm-9 input {
  width: 50px;
}
#eshop-layout .productsView a {
  margin-left: 20px;
  display: inline-block;
}
#eshop-layout .productsView a:hover,
#eshop-layout .productsView a:focus {
  text-decoration: none;
}
#eshop-layout .productsView a.active {
  font-weight: 700;
  color: #666666;
}
#eshop-layout #contact-data .last .btn {
  float: right;
}
#eshop-layout #contact-data .order {
  display: block;
}
.eu-cookies {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  color: white;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 1000;
  text-align: center;
  padding: 10px;
}
.eu-cookies button {
  background: green;
  color: white;
}
#cookies-bar {
  position: fixed;
  bottom: 20px;
  background: white;
  z-index: 100;
  box-shadow: 0 0px 15px 0px rgba(0, 0, 0, 0.25);
  left: 20px;
  width: 383px;
  padding: 20px;
}
@media (max-width: 767px) {
  #cookies-bar {
    width: auto;
    right: 80px;
  }
}
#cookies-bar .mt-0,
#cookies-settings .mt-0 {
  margin-top: 0;
}
#cookies-bar .mb-0,
#cookies-settings .mb-0 {
  margin-bottom: 0;
}
#cookies-bar .mb-20,
#cookies-settings .mb-20 {
  margin-bottom: 20px;
}
#cookies-bar .ms-10,
#cookies-settings .ms-10 {
  margin-left: 10px;
}
#cookies-settings input[type=checkbox] {
  height: 0;
  width: 0;
  display: none;
}
#cookies-settings label {
  cursor: pointer;
  text-indent: -9999px;
  width: 40px;
  height: 21px;
  background: grey;
  display: block;
  border-radius: 100px;
  position: relative;
}
#cookies-settings label.disable {
  pointer-events: none;
}
#cookies-settings label:after {
  content: '';
  position: absolute;
  top: 3px;
  left: 3px;
  width: 15px;
  height: 15px;
  background: #fff;
  border-radius: 90px;
  transition: 0.3s;
}
#cookies-settings input:checked + label {
  background: #bada55;
}
#cookies-settings input:checked + label:after {
  left: calc(95%);
  transform: translateX(-100%);
}
#cookies-settings label:active:after {
  width: 15px;
}
#posts {
  margin-top: 30px;
}
#cart table thead th {
  text-align: left;
  color: #888888;
  border: none;
}
#cart table thead th:first-child {
  padding-left: 30px;
}
#cart table tbody td {
  background: #f2f2f2;
  vertical-align: middle;
  border-bottom: 7px solid #ffffff;
}
#cart table tbody td:first-child {
  padding-left: 30px;
}
#cart table tbody td .add-to-cart {
  padding: 0;
  margin: 0;
  float: left;
}
#cart table tbody td .add-to-cart .form-group {
  margin-bottom: 0;
}
#cart table tbody td .fa-plus,
#cart table tbody td .fa-minus {
  cursor: pointer;
  float: left;
  margin-left: 10px;
  margin-top: 6px;
}
#cart table tbody td .fa-minus {
  margin-top: 0px;
}
@media (max-width: 767px) {
  #cart table tbody td {
    display: block;
    border: none;
    padding: 0 20px;
  }
  #cart table tbody td:first-child {
    padding-top: 15px;
    padding-bottom: 10px;
  }
  #cart table tbody td:last-child {
    padding-bottom: 15px;
    padding-top: 10px;
    border-bottom: 7px solid #ffffff;
  }
}
#order-levels {
  border-top: 3px solid #888888;
  border-bottom: 1px solid #f2f2f2;
  margin-bottom: 20px;
}
#order-levels li:not(.active) a {
  color: #7ca306;
}
#order-levels li:not(.active) a:hover,
#order-levels li:not(.active) a:focus {
  background: none;
  color: #445903;
}
#order-levels li.active a {
  color: #666666;
  background: none;
}
#transport .h4 {
  font-weight: 400;
}
#transport .btn-group-vertical .btn {
  color: #666666;
  font-family: 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
  background: white;
  border-color: #EBEBEB;
}
#transport .btn-group-vertical .btn:hover,
#transport .btn-group-vertical .btn:focus,
#transport .btn-group-vertical .btn:active {
  background: #EBEBEB;
  color: #666666;
}
#transport .btn-group-vertical .btn.active {
  background: #7ca306;
  border-color: #7ca306;
  color: white;
}
.navbar {
  border-bottom: 5px solid #f2f2f2;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .navbar .container {
    position: relative;
  }
}
.navbar-header {
  padding: 10px 0;
}
.navbar-toggle {
  margin: 24px 0;
  padding: 0;
}
.navbar-toggle .icon-bar {
  width: 30px;
  height: 5px;
}
@media (max-width: 991px) {
  .navbar-collapse.collapse,
  .navbar-collapse.collapsing,
  .navbar-collapse.collapse.in {
    position: fixed;
    height: 100% !important;
    top: 0;
    left: 0;
    width: 300px;
    background: #7ca306;
    overflow-y: scroll;
  }
}
.navbar-collapse > .nav {
  position: absolute;
  left: 50%;
  min-width: 580px;
  -webkit-transform: translate(-35%, 0);
  -ms-transform: translate(-35%, 0);
  -o-transform: translate(-35%, 0);
  transform: translate(-35%, 0);
}
@media (max-width: 991px) {
  .navbar-collapse > .nav {
    position: relative;
    left: auto;
    min-width: auto;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
.navbar-collapse > .nav > li a {
  border-bottom: 5px solid transparent;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
}
@media (max-width: 991px) {
  .navbar-collapse > .nav > li a {
    border: none !important;
    color: white;
  }
}
.navbar-collapse > .nav > li.active > a,
.navbar-collapse > .nav > li:hover > a {
  border-bottom-color: #7ca306;
  border-left-color: #f2f2f2;
  border-right-color: #f2f2f2;
}
@media (max-width: 991px) {
  .navbar-collapse > .nav > li.active > a,
  .navbar-collapse > .nav > li:hover > a {
    color: #7ca306;
    background: white;
  }
}
.navbar-collapse > .nav > li > .menu,
.navbar-collapse > .nav > li > .nav {
  display: none;
  position: absolute;
  background: #7ca306;
  border-top: 1px solid white;
  padding-top: 5px;
  padding-bottom: 5px;
  min-width: 200px;
}
@media (max-width: 991px) {
  .navbar-collapse > .nav > li > .menu,
  .navbar-collapse > .nav > li > .nav {
    display: block !important;
    position: relative;
    padding: 0 0 0 30px;
    border: none;
    min-width: auto;
    margin: 0;
  }
}
.navbar-collapse > .nav > li > .menu li,
.navbar-collapse > .nav > li > .nav li {
  float: none;
  margin: 0;
}
.navbar-collapse > .nav > li > .menu li a,
.navbar-collapse > .nav > li > .nav li a {
  padding: 3px 15px;
  color: white;
}
.navbar-collapse > .nav > li > .menu li.active a,
.navbar-collapse > .nav > li > .nav li.active a,
.navbar-collapse > .nav > li > .menu li:hover a,
.navbar-collapse > .nav > li > .nav li:hover a {
  background: white;
  color: #7ca306;
}
@media (max-width: 991px) {
  .navbar-collapse > .nav > li > .menu li.active a,
  .navbar-collapse > .nav > li > .nav li.active a,
  .navbar-collapse > .nav > li > .menu li:hover a,
  .navbar-collapse > .nav > li > .nav li:hover a {
    background: none;
    color: white;
  }
  .navbar-collapse > .nav > li > .menu li.active a:before,
  .navbar-collapse > .nav > li > .nav li.active a:before,
  .navbar-collapse > .nav > li > .menu li:hover a:before,
  .navbar-collapse > .nav > li > .nav li:hover a:before {
    content: "\f138";
    font-family: "FontAwesome";
    position: absolute;
    left: -3px;
    top: 50%;
    font-size: 12px;
    -webkit-transform: translate(0, -45%);
    -ms-transform: translate(0, -45%);
    -o-transform: translate(0, -45%);
    transform: translate(0, -45%);
  }
}
.navbar-collapse > .nav > li:hover > .menu,
.navbar-collapse > .nav > li:hover > .nav {
  display: block;
}
@media (max-width: 991px) {
  .navbar-collapse .navbar-right {
    float: left;
  }
}
@media (max-width: 991px) {
  .navbar-collapse .navbar-right #langs {
    margin-left: 15px;
    margin-bottom: 20px;
  }
  .navbar-collapse .navbar-right #langs li.active a,
  .navbar-collapse .navbar-right #langs li:hover a {
    color: #7ca306;
    background: white;
  }
}
#langs li a {
  padding: 10px 7px;
  text-transform: uppercase;
}
#slider-wrapper video {
  margin-bottom: -5px;
}
#slider-wrapper #video {
  margin-top: -60px;
}
#slider-wrapper #video .overlay {
  position: absolute;
  left: 0;
  top: 0;
  background: transparent;
  width: 100%;
  height: 100%;
}
#slider-wrapper .carousel-caption {
  text-align: right;
  padding: 0;
  margin: 0;
  bottom: 50%;
  -webkit-transform: translate(0, 50%);
  -ms-transform: translate(0, 50%);
  -o-transform: translate(0, 50%);
  transform: translate(0, 50%);
}
#slider-wrapper .carousel-caption h3 {
  color: white;
  font-size: 54px;
  font-style: italic;
  margin: 0;
}
@media (max-width: 1199px) {
  #slider-wrapper .carousel-caption {
    right: 7%;
  }
}
@media (max-width: 991px) {
  #slider-wrapper .carousel-caption {
    right: 14%;
    bottom: 70%;
  }
}
#slider-wrapper .condition-wrapper {
  margin-top: -265px;
  padding-right: 1px;
}
@media (max-width: 991px) {
  #slider-wrapper .condition-wrapper {
    margin-top: -196px;
  }
}
@media (max-width: 767px) {
  #slider-wrapper .condition-wrapper {
    margin-top: 0;
    padding-right: 0;
  }
}
#slider-wrapper .condition-wrapper .condition > div {
  background: rgba(54, 77, 50, 0.5);
}
@media (max-width: 767px) {
  #slider-wrapper .condition-wrapper .condition > div {
    background: #364d32;
  }
}
#slider-wrapper .condition-wrapper .condition > div .h4 {
  padding: 7px 40px;
  font-weight: 700;
  font-size: 16px;
}
#slider-wrapper .condition-wrapper .condition > div .temperature,
#slider-wrapper .condition-wrapper .condition > div .facilities {
  color: white;
  padding-left: 40px;
  font-size: 13px;
}
#slider-wrapper .condition-wrapper .condition > div .temperature span,
#slider-wrapper .condition-wrapper .condition > div .facilities span {
  display: inline-block;
  width: 100px;
}
@media (max-width: 991px) {
  #slider-wrapper .condition-wrapper .condition > div .temperature span,
  #slider-wrapper .condition-wrapper .condition > div .facilities span {
    width: 80px;
  }
}
#slider-wrapper .condition-wrapper .condition > div .temperature {
  border-bottom: 1px solid #7ca306;
}
@media (max-width: 991px) {
  #slider-wrapper .condition-wrapper .condition > div .temperature {
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
#slider-wrapper .condition-wrapper .condition > div .temperature strong {
  font-size: 30px;
}
@media (max-width: 991px) {
  #slider-wrapper .condition-wrapper .condition > div .temperature strong {
    font-size: 18px;
  }
}
#slider-wrapper .condition-wrapper .condition > div .facilities {
  padding-top: 10px;
  padding-bottom: 10px;
}
@media (max-width: 991px) {
  #slider-wrapper .condition-wrapper .condition > div .facilities table tbody td {
    width: 84px !important;
  }
}
.carousel-indicators li:not(.active) {
  background: #f2f2f2;
}
#crossroad {
  padding-top: 2px;
  background: #fff;
  position: relative;
}
@media (max-width: 1199px) {
  #crossroad {
    margin-top: 5px;
  }
}
@media (max-width: 991px) {
  #crossroad {
    margin-top: 12px;
  }
}
@media (max-width: 767px) {
  #crossroad {
    margin-top: 0px;
  }
}
#crossroad .row {
  margin: 0 -1px;
}
@media (max-width: 767px) {
  #crossroad .row {
    margin: 0;
  }
}
#crossroad .row .road {
  padding: 0 1px;
}
@media (max-width: 767px) {
  #crossroad .row .road {
    padding: 2px 0 0;
  }
}
#crossroad .row .road a:hover,
#crossroad .row .road a:focus,
#crossroad .row .road a:active {
  text-decoration: none;
}
#crossroad .row .road a:hover h3,
#crossroad .row .road a:focus h3,
#crossroad .row .road a:active h3 {
  color: #7ca306;
}
#crossroad .row .road a h3 {
  position: relative;
  margin-top: 30px;
  background: white;
  border-left: 5px solid #7ca306;
  padding: 10px 0;
  color: #888888;
}
@media (max-width: 1199px) {
  #crossroad .row .road a h3 {
    font-size: 21px;
  }
}
@media (max-width: 991px) {
  #crossroad .row .road a h3 {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  #crossroad .row .road a h3 {
    font-size: 24px;
    height: 46px;
  }
}
#crossroad .row .road a h3:before {
  content: "\f138";
  font-family: "FontAwesome";
  color: #7ca306;
  font-size: 18px;
  left: 5px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -40%);
  -ms-transform: translate(0, -40%);
  -o-transform: translate(0, -40%);
  transform: translate(0, -40%);
}
#crossroad .row .road a .img {
  margin-top: -76px;
}
@media (max-width: 767px) {
  #crossroad .row .road a .img img {
    width: 100%;
  }
}
#news-wrapper,
#cups-wrapper {
  margin-top: 30px;
}
#news-wrapper .news,
#cups-wrapper .news,
#news-wrapper .cups,
#cups-wrapper .cups {
  margin-top: 30px;
  background: #f2f2f2;
}
#news-wrapper .news .articles,
#cups-wrapper .news .articles,
#news-wrapper .cups .articles,
#cups-wrapper .cups .articles {
  padding: 10px 40px 30px;
}
#news-wrapper .cups,
#cups-wrapper .cups {
  margin-top: 0;
}
.article {
  margin-top: 20px;
}
.layout1 .article h3 a {
  color: #666666;
}
.layout1 .article .description {
  color: #888888;
}
.layout1 .article .date {
  color: #7ca306;
  font-weight: 700;
}
.layout1 .article:nth-child(n+2) .description {
  display: none;
}
.layout1 .article:nth-child(n+2) h3 {
  font-family: 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  margin: 0;
}
.layout1 .article:nth-child(n+2) h3 a {
  color: #888888;
}
.layout1 .article:first-of-type {
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 20px;
}
#articles_categories .article {
  margin-top: 0;
}
#articles_categories .article h3 {
  margin: 0;
}
#articles_categories .article h3 a {
  font-family: 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #666666;
}
#articles_categories .article:first-child {
  border-bottom: none;
  padding-bottom: 0;
}
#articles_categories .article:not(:first-child) {
  margin-top: 5px;
}
#banner-wrapper {
  margin-top: 30px;
}
#banner-wrapper .carousel {
  background: #f2f2f2;
}
#banner-wrapper .carousel .item img {
  position: relative;
  min-height: 1px;
  padding-left: 0px;
  padding-right: 0px;
}
@media (min-width: 1200px) {
  #banner-wrapper .carousel .item img {
    float: left;
    width: 66.66666667%;
  }
}
@media (min-width: 992px) {
  #banner-wrapper .carousel .item img {
    float: left;
    width: 66.66666667%;
  }
}
#banner-wrapper .carousel .item .carousel-caption {
  position: relative;
  min-height: 1px;
  padding-left: 0px;
  padding-right: 0px;
  text-shadow: none;
  left: auto;
  right: 0;
  position: absolute;
  padding: 0;
  top: 0px;
  color: #888888;
  padding: 40px 30px;
  text-align: left;
}
@media (min-width: 1200px) {
  #banner-wrapper .carousel .item .carousel-caption {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 992px) {
  #banner-wrapper .carousel .item .carousel-caption {
    float: left;
    width: 33.33333333%;
  }
}
@media (max-width: 991px) {
  #banner-wrapper .carousel .item .carousel-caption {
    padding-top: 15px;
  }
}
#banner-wrapper .carousel .item .carousel-caption h3 {
  margin-top: 0;
  color: #bd0926;
  margin-bottom: 30px;
  text-align: center;
}
@media (max-width: 991px) {
  #banner-wrapper .carousel .item .carousel-caption h3 {
    margin-bottom: 10px;
  }
}
#banner-wrapper .carousel-indicators {
  position: relative;
  min-height: 1px;
  padding-left: 0px;
  padding-right: 0px;
  position: absolute;
  left: auto;
  right: 0;
  bottom: 0;
}
@media (min-width: 1200px) {
  #banner-wrapper .carousel-indicators {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 992px) {
  #banner-wrapper .carousel-indicators {
    float: left;
    width: 33.33333333%;
  }
}
#banner-wrapper .carousel-indicators li {
  background-color: #888888;
}
#banner-wrapper .carousel-indicators li.active {
  background-color: #bd0926;
}
#membership-wrapper {
  margin-top: 30px;
}
#membership-wrapper .newcomer {
  padding-right: 30px;
}
#membership-wrapper .newcomer .left {
  background: #7ca306;
  position: relative;
  height: 205px;
}
@media (max-width: 1199px) {
  #membership-wrapper .newcomer .left {
    height: 168px;
  }
}
#membership-wrapper .newcomer .left .h4 {
  position: absolute;
  top: 50%;
  text-align: center;
  width: 100%;
  color: white;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
#membership-wrapper .newcomer .left .h4:before {
  content: "\f138";
  font-family: "FontAwesome";
  font-size: 14px;
  margin-right: 10px;
}
#membership-wrapper .newcomer .left .h4 a {
  color: white;
}
#membership-wrapper .video {
  max-height: 205px;
}
@media (max-width: 1199px) {
  #membership-wrapper .video {
    height: 168px;
  }
}
#membership-wrapper .video iframe {
  max-height: 205px;
}
@media (max-width: 1199px) {
  #membership-wrapper .video iframe {
    height: 168px;
  }
}
#links-wrapper {
  margin-top: 30px;
}
@media (max-width: 767px) {
  #links-wrapper {
    margin-top: 28px;
  }
}
#links-wrapper .links {
  margin: 0 -1px;
}
@media (max-width: 767px) {
  #links-wrapper .links {
    margin: 0;
  }
}
#links-wrapper .links .link {
  padding: 0 1px;
}
@media (max-width: 767px) {
  #links-wrapper .links .link {
    padding: 0;
    margin-top: 2px;
  }
}
#partners-wrapper {
  background: #f2f2f2;
  margin-top: 30px;
  padding-top: 10px;
}
#partners-wrapper .text-center {
  color: #888888;
}
#partners-wrapper .carousel {
  margin-top: 20px;
  margin-bottom: 20px;
}
#partners-wrapper .carousel-indicators {
  bottom: auto;
  top: -15px;
}
#partners-wrapper .carousel-indicators li:not(.active) {
  background-color: #888888;
}
#footer {
  background: #666666;
  padding-top: 20px;
  padding-bottom: 20px;
  color: white;
  font-size: 13px;
}
#footer a {
  color: white;
}
#footer a:hover,
#footer a:focus,
#footer a:active {
  color: #d9d9d9;
}
#footer .socials a {
  font-size: 30px;
}
#footer .socials a:hover,
#footer .socials a:focus,
#footer .socials a:active {
  text-decoration: none;
}
#footer .copyright a {
  display: block;
  margin-top: 5px;
}
#footer .menu p {
  margin-bottom: 0;
}
.articles,
#articles_categories,
.articles_detail,
.editor {
  margin-top: 30px;
}
.articles h1,
#articles_categories h1,
.articles_detail h1,
.editor h1 {
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 15px;
}
#news-wrapper .articles,
#news-wrapper #articles_categories,
#news-wrapper .articles_detail,
#news-wrapper .editor,
#cups-wrapper .articles,
#cups-wrapper #articles_categories,
#cups-wrapper .articles_detail,
#cups-wrapper .editor,
#footer .articles,
#footer #articles_categories,
#footer .articles_detail,
#footer .editor {
  margin-top: 0;
}
.editor-menu {
  padding-right: 30px;
  margin-top: 78px;
}
.editor-menu li {
  float: none;
}
.editor-menu li a {
  text-align: center;
  background: #f2f2f2;
  border-left: 5px solid #d9d9d9;
  font-family: 'Noto Serif', serif;
  font-size: 18px;
  color: #888888;
}
.editor-menu li.active > a,
.editor-menu li:hover > a,
.editor-menu li:focus > a,
.editor-menu li:active > a {
  color: #888888 !important;
  border-color: #7ca306;
  background: #f2f2f2 !important;
}
.editor-menu li.active > a:before,
.editor-menu li:hover > a:before,
.editor-menu li:focus > a:before,
.editor-menu li:active > a:before {
  color: #7ca306;
}
.editor-menu li.active ul {
  display: block;
}
.editor-menu li + li {
  margin-top: 5px;
  margin-left: 0;
}
.editor-menu li.jamky > a:before {
  content: "\f138";
  font-family: "FontAwesome";
  font-size: 14px;
  left: 5px;
  top: 50%;
  position: absolute;
  -webkit-transform: translate(0, -45%);
  -ms-transform: translate(0, -45%);
  -o-transform: translate(0, -45%);
  transform: translate(0, -45%);
}
.editor-menu li.jamky > a i {
  display: none;
}
.editor-menu li.jamky.active > a:before {
  content: "\f13a";
}
.editor-menu li ul {
  margin-top: 5px;
  margin-left: -2.5px;
  margin-right: -2.5px;
  display: none;
}
.editor-menu li ul li {
  float: left;
  width: 50%;
  padding: 0 2.5px;
}
.editor-menu li ul li a {
  border: none;
  color: black;
  background: #d9d9d9;
  padding: 5px 0;
}
.editor-menu li ul li.active a,
.editor-menu li ul li:hover a,
.editor-menu li ul li:focus a,
.editor-menu li ul li:active a {
  color: white !important;
  background: #7ca306 !important;
}
.editor-menu li ul li + li {
  margin-top: 0;
}
.editor-menu li ul li:nth-child(n+3) {
  margin-top: 5px;
}
.editor > .editor-menu {
  margin-top: 48px;
}
.editor-layout1 h1 {
  margin-bottom: 30px;
}
.editor-layout1 h2,
.editor-layout1 h3,
.editor-layout1 h4,
.editor-layout1 h5 {
  color: black;
  margin-top: 30px;
  font-family: 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
}
.editor-layout1 h2 {
  font-size: 18px;
}
.editor-layout1 h3 {
  font-size: 14px;
}
.editor-layout1 .text table {
  margin-top: 15px;
}
.editor-layout1 .text table thead th {
  color: #7ca306;
  padding: 5px 15px;
  border-bottom: 2px solid #7ca306;
}
.editor-layout1 .text table tbody td {
  border-bottom: 2px solid white;
  padding: 5px 15px;
  background: #f2f2f2;
  color: black;
}
.editor-layout1 .text table tbody td ul {
  padding-left: 15px;
}
.editor-layout1 .form-wrapper {
  background: #f2f2f2;
  margin-top: 50px;
  padding: 30px 50px 25px;
}
.editor-layout1 .form-wrapper h3 {
  font-size: 30px;
  font-family: 'Noto Serif', serif;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 30px;
}
.editor-layout1 .form-wrapper .form-group {
  margin-bottom: 5px;
}
.editor-layout1 .form-wrapper .form-group .col-sm-3 {
  width: 32%;
  margin-right: 5%;
  text-align: left;
}
@media (min-width: 768px) and (max-width: 991px) {
  .editor-layout1 .form-wrapper .form-group .col-sm-3 {
    width: 40%;
  }
}
.editor-layout1 .form-wrapper .form-group .col-sm-9 {
  width: 63%;
}
@media (min-width: 768px) and (max-width: 991px) {
  .editor-layout1 .form-wrapper .form-group .col-sm-9 {
    width: 55%;
  }
}
.editor-layout1 .form-wrapper .form-group .col-sm-9 .form-control {
  width: 70%;
}
.editor-layout1 .form-wrapper .form-group.conditions {
  margin-top: 20px;
}
.editor-layout1 .form-wrapper .form-group:nth-last-of-type(2) {
  margin-top: 160px;
}
.editor-layout1 .form-wrapper .form-group:nth-last-of-type(2) .col-sm-3 {
  display: none;
}
.editor-layout1 .form-wrapper .form-group:nth-last-of-type(2) .col-sm-9 {
  width: 100%;
  text-align: center;
  border-top: 2px solid white;
  padding-top: 30px;
}
.editor-layout1 .form-wrapper .form-group:nth-last-of-type(2) .col-sm-9 .btn {
  font-size: 21px;
  font-family: 'Noto Serif', serif;
  font-style: italic;
  padding-left: 50px;
  padding-right: 50px;
}
.editor-layout1 .form-wrapper .form-text {
  border-top: 2px solid white;
  padding-top: 30px;
  position: absolute;
  bottom: 134px;
  margin-right: 50px;
}
.editor-layout2 h1 {
  margin-bottom: 30px;
}
.editor-layout2 .text {
  background: #f2f2f2;
  padding: 30px;
}
.editor-layout2 .text .fields {
  color: black;
}
.editor-layout2 .map {
  border: 1px solid #d9d9d9;
}
.editor-layout2 .editor-gallery {
  margin-top: 30px;
}
.facilities .editor {
  margin: 0;
}
.facilities .editor table {
  margin: 0;
}
.facilities .editor table tbody td {
  background: none;
  padding: 0;
  border-bottom: none;
  color: white;
}
#articles_categories .category {
  margin-top: 30px;
}
#articles_categories .category .name {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 15px !important;
  color: black;
}
#articles_categories .category .articles {
  margin-top: 0;
}
.articles_detail .date {
  color: black;
  font-weight: 700;
  margin-bottom: 21px;
}
#content {
  margin-bottom: 30px;
}
