@import url("https://fonts.googleapis.com/css?family=Poppins:300,400,700,900");
#login {
  min-height: 50px;
}
#login a {
  color: black;
  text-decoration: none;
}
#login a:hover, #login a:active, #login a:focus {
  background: transparent;
}
#login .loginMenu ul {
  margin-top: 13px;
}
#login .loginMenu ul li {
  list-style: none;
  display: inline;
  font-weight: 300;
  font-size: 0.75em;
  margin-right: 50px;
}
#login .loginMenu ul li a {
  color: black;
  text-decoration: none;
}
#login .loginButton {
  padding-right: 0;
  text-align: right;
}
#login .loginButton .btn.btn-info.btn-lg.modal-open {
  background: none;
  border: none;
  color: black;
  font-size: 0.75em;
  font-weight: 700;
  margin-top: 7px;
  transition: 0.1s ease-in-out;
}
#login .loginButton .btn.btn-info.btn-lg.modal-open:hover {
  color: #835b03;
}
#login .loginButton .modal-content {
  border-radius: 0;
}
#login .loginButton .modal-header {
  border-bottom: none;
  margin: 50px 0 20px 0;
}
#login .loginButton .modal-header .modal-title {
  font-size: 2.2em;
  font-weight: 600;
  text-align: center;
  border-bottom: none;
}
#login .loginButton .modal-header p {
  color: #9b9b9b;
  font-size: 0.9em;
  text-align: center;
  margin: 20px 0;
}
#login .loginButton .modal-body a {
  text-decoration: none;
  color: #9b9b9b;
}
#login .loginButton .modal-body input {
  max-width: 400px;
  margin: 0 auto;
  border: solid 1px rgba(200, 200, 200, 0.51);
  padding: 5px 25px;
}
#login .loginButton .modal-body .form-group.password p {
  width: 450px;
  margin: 10px auto 40px auto;
  text-align: right;
}
#login .loginButton .modal-body .form-group.password p a {
  color: #9b9b9b;
}
#login .loginButton .modal-body .form-group.submit {
  text-align: center;
}
#login .loginButton .modal-body .submit-button {
  background: white;
  border: 2px solid #835b03;
  border-radius: 0;
  padding: 18px 55px;
  font-size: 0.875em;
  color: #835b03;
  font-weight: 700;
  transition: 0.2s ease-in-out;
}
#login .loginButton .modal-body .submit-button:hover {
  color: white;
  background: #835b03;
}
#login .loginButton .modal-body p {
  color: #9b9b9b;
  font-size: 0.8em;
  text-align: center;
  margin: 30px 0;
}
#login .loginButton .modal-body p span {
  color: #835b03;
}

input[type=radio] {
  display: none;
}

.modal-backdrop {
  z-index: 1 !important;
}

label[for=menu-open] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 10px;
  position: fixed;
  z-index: 4;
  top: 25px;
  left: 15px;
}
@media only screen and (max-width: 768px) {
  label[for=menu-open] {
    top: 14px;
  }
}
label[for=menu-open]:hover {
  cursor: pointer;
}
label[for=menu-open] span {
  margin-bottom: 5px;
  height: 2px;
  background: #333;
  width: 24px;
}
label[for=menu-open] span:nth-child(3) {
  width: 16px;
}

.menu-close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 10px;
  position: fixed;
  top: 22px;
  right: 12px;
}
@media only screen and (max-width: 768px) {
  .menu-close {
    top: 12px;
  }
}
.menu-close:hover {
  cursor: pointer;
}
.menu-close span {
  margin-bottom: 8px;
  height: 2px;
  background: #825c25;
  opacity: 0.7;
  width: 30px;
  border-radius: 3px;
}
.menu-close span:nth-child(1) {
  -webkit-transform: translateY(10px) rotate(45deg);
  -ms-transform: translateY(10px) rotate(45deg);
  transform: translateY(10px) rotate(45deg);
}
.menu-close span:nth-child(2) {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.overlay_nav {
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0);
  position: fixed;
  z-index: -10;
  left: 0;
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
  -webkit-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
  display: none;
}

#menu-open ~ label ~ .side-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  top: 0;
  height: 100%;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  width: 35%;
  -webkit-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  transition: 0.2s linear;
  z-index: 10;
  background-color: white;
  background-size: cover;
  background-repeat: no-repeat;
}

#menu-open:checked ~ .overlay {
  z-index: 10;
  background: rgba(0, 0, 0, 0.7);
  display: block;
}

#menu-open:checked ~ label ~ .side-menu {
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  width: 290px;
}
@media only screen and (max-width: 768px) {
  #menu-open:checked ~ label ~ .side-menu {
    width: 240px;
  }
}

.side-menu {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.side-menu .brand {
  width: 120px;
  margin: 0 auto;
  position: absolute;
  top: 20px;
  left: calc(50% - 60px);
}
@media only screen and (max-width: 768px) {
  .side-menu .brand {
    width: 85px;
    position: absolute;
    top: 15px;
    left: calc(50% - 60px);
  }
}
.side-menu nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  width: 100%;
}
.side-menu nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  margin: 90px 0 0 0;
  padding: 0;
  border-top: 1px solid rgba(130, 92, 37, 0.2);
}
@media only screen and (max-width: 768px) {
  .side-menu nav ul {
    margin: 60px 0 0 0;
  }
}
.side-menu nav ul li {
  padding: 0;
  border-bottom: 1px solid rgba(130, 92, 37, 0.2);
  font-weight: 700;
  font-size: 0.85em;
}
@media only screen and (max-width: 768px) {
  .side-menu nav ul li {
    font-size: 11px;
  }
}
.side-menu nav ul li img {
  height: 30px;
  margin-right: 20px;
}
@media only screen and (max-width: 768px) {
  .side-menu nav ul li img {
    height: 25px;
    margin-right: 10px;
  }
}
.side-menu nav ul li a {
  color: #825c25;
  text-decoration: none;
  width: 100%;
  display: inline-block;
  padding: 12px;
}

#mobileNav {
  height: 90px;
  background: url(../img/menuBackground.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 100vw;
  position: fixed;
  top: 0;
  z-index: 5;
}
@media only screen and (max-width: 768px) {
  #mobileNav {
    background: white;
    height: 60px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  }
}
@media only screen and (max-width: 1200px) {
  #mobileNav .cart {
    position: absolute;
    top: 35px;
    color: #2b2b2b;
    right: 10px;
    width: 140px;
    text-align: left;
  }
}
@media only screen and (max-width: 768px) {
  #mobileNav .cart {
    right: 0;
    width: 75px;
    top: 20px;
    z-index: 1;
  }
}
#mobileNav .cart a {
  color: #2b2b2b;
}
@media only screen and (max-width: 768px) {
  #mobileNav .cart .price_cart {
    display: none;
  }
}
@media only screen and (max-width: 1200px) {
  #mobileNav .cart .count_favorite {
    position: absolute;
    top: 10px;
    right: 107px;
    width: 18px;
    height: 18px;
    line-height: 19px;
    color: #fff;
    border-radius: 100%;
    background-color: brown;
    text-align: center;
    font-size: 11px;
  }
}
@media only screen and (max-width: 1200px) and (max-width: 768px) {
  #mobileNav .cart .count_favorite {
    top: 8px;
    right: 45px;
    width: 17px;
    height: 17px;
    font-size: 10px;
    line-height: 18px;
  }
}
@media only screen and (max-width: 1200px) {
  #mobileNav .cart .count_cart {
    position: absolute;
    top: 10px;
    right: 74px;
    width: 18px;
    height: 18px;
    line-height: 19px;
    color: #fff;
    border-radius: 100%;
    background-color: brown;
    text-align: center;
    font-size: 11px;
  }
}
@media only screen and (max-width: 768px) {
  #mobileNav .cart .count_cart {
    top: 8px;
    right: 10px;
    width: 17px;
    height: 17px;
    font-size: 10px;
    line-height: 18px;
  }
}
#mobileNav .cart img {
  margin-right: 5px;
  width: 25px;
}
@media only screen and (max-width: 768px) {
  #mobileNav .cart img {
    margin-right: 10px;
    width: 20px;
  }
}
#mobileNav .search-container input[type=text] {
  padding: 6px 10px;
  font-size: 14px;
  border: none;
  width: 80%;
  font-weight: lighter;
  background: #f7f7f7;
  border-radius: 30px;
  margin: 8px 5px 8px 10px;
}
#mobileNav .search-container ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #b3b3b3;
}
#mobileNav .search-container ::-moz-placeholder {
  /* Firefox 19+ */
  color: #b3b3b3;
}
#mobileNav .search-container :-ms-input-placeholder {
  /* IE 10+ */
  color: #b3b3b3;
}
#mobileNav .search-container :-moz-placeholder {
  /* Firefox 18- */
  color: #b3b3b3;
}
#mobileNav .search-container button {
  background: transparent;
  border: none;
  opacity: 0.5;
}
#mobileNav .search-container button img {
  width: 20px;
  margin-bottom: 5px;
}
#mobileNav .search-container button:hover {
  background: #ccc;
}
#mobileNav .mobileBrand {
  margin: 0 auto;
  width: 120px;
  text-align: center;
}
#mobileNav .mobileBrand img {
  margin-top: 20px;
  width: 120px;
}
@media only screen and (max-width: 768px) {
  #mobileNav .mobileBrand img {
    margin-top: 15px;
    width: 85px;
  }
}
#mobileNav .nav-icons {
  position: absolute;
  right: 22px;
  top: 26px;
}
#mobileNav .nav-icons .fa {
  font-size: 1.3em;
  padding: 7px;
}

.modal-backdrop {
  z-index: 4;
}

#myModalMobile .modal-content, #registerModal .modal-content {
  border-radius: 0;
}
#myModalMobile .modal-header, #registerModal .modal-header {
  border-bottom: none;
  margin-top: 30px;
  padding: 0;
}
#myModalMobile .modal-header .modal-title, #registerModal .modal-header .modal-title {
  font-size: 1.7em;
  font-weight: 600;
  text-align: center;
  border-bottom: none;
}
#myModalMobile .modal-header p, #registerModal .modal-header p {
  color: #9b9b9b;
  font-size: 0.8em;
  text-align: center;
  margin: 20px 0;
}
#myModalMobile .modal-body a, #registerModal .modal-body a {
  text-decoration: none;
  color: #9b9b9b;
}
#myModalMobile .modal-body input, #registerModal .modal-body input {
  max-width: 80%;
  margin: 0 auto;
  border: solid 1px rgba(200, 200, 200, 0.51);
  padding: 5px 25px;
}
#myModalMobile .modal-body .form-group.password p, #registerModal .modal-body .form-group.password p {
  margin: 15px auto 5px auto;
  text-align: center;
}
#myModalMobile .modal-body .form-group.password p a, #registerModal .modal-body .form-group.password p a {
  color: #9b9b9b;
}
#myModalMobile .modal-body .form-group.submit, #registerModal .modal-body .form-group.submit {
  text-align: center;
}
#myModalMobile .modal-body .submit-button, #registerModal .modal-body .submit-button {
  background: white;
  width: 200px;
  border: 2px solid #835b03;
  border-radius: 0;
  padding: 15px 35px;
  font-size: 0.75em;
  color: #835b03;
  font-weight: 700;
  transition: 0.2s ease-in-out;
}
#myModalMobile .modal-body .submit-button:hover, #registerModal .modal-body .submit-button:hover {
  color: white;
  background: #835b03;
}
#myModalMobile .modal-body p, #registerModal .modal-body p {
  color: #9b9b9b;
  font-size: 0.8em;
  text-align: center;
  margin: 20px 0;
}
#myModalMobile .modal-body p span, #registerModal .modal-body p span {
  color: #835b03;
}

#navbar {
  height: 80px;
  background: url(../img/menuBackground.png);
  background-size: cover;
  background-repeat: no-repeat;
}
#navbar .navbar {
  margin-bottom: 0;
  border: none;
}
#navbar .navbar a {
  color: black;
  text-decoration: none;
}
#navbar .navbar .navbarItem {
  height: 80px;
  transition: 0.2s ease-in-out;
}
#navbar .navbar .navbarItem h2 {
  font-weight: 900;
  font-size: 13px;
  margin-top: 22px;
  padding: 0;
}
#navbar .navbar .navbarItem h2:nth-child(2) {
  margin-top: 10px;
}
#navbar .navbar .navbarItem:hover {
  background: white;
}
#navbar .navbar .brand {
  width: 280px;
}
#navbar .navbar .brand img {
  padding: 0 10px;
  display: inline;
}
#navbar .navbar .eshop {
  width: 130px;
}
#navbar .navbar .concerts {
  width: 145px;
}
#navbar .navbar .pavian {
  padding: 0 15px;
  width: 150px;
}
#navbar .navbar .pavian img {
  margin-top: 22px;
  width: 32px;
  float: left;
  margin-right: 8px;
}
#navbar .navbar .pavian h2.pavianText {
  margin-top: 22px;
}
#navbar .navbar .pavian h2.pavianText:nth-child(3) {
  margin-top: 10px;
}
#navbar .navbar .magazine {
  padding: 0 15px;
  width: 110px;
}
#navbar .navbar .cart {
  width: 135px;
  margin-top: 30px;
  position: absolute;
  right: 0;
  text-align: left;
}
#navbar .navbar .cart .count_cart {
  position: absolute;
  top: 10px;
  right: 73px;
  width: 18px;
  height: 18px;
  line-height: 19px;
  color: #fff;
  border-radius: 100%;
  background-color: brown;
  text-align: center;
  font-size: 11px;
}
#navbar .navbar .cart .count_favorite {
  position: absolute;
  top: 10px;
  right: 104px;
  width: 18px;
  height: 18px;
  line-height: 19px;
  color: #fff;
  border-radius: 100%;
  background-color: brown;
  text-align: center;
  font-size: 11px;
}
#navbar .navbar .cart img {
  margin-right: 5px;
  width: 23px;
}
#navbar .navbar .search {
  margin-top: 27px;
}
#navbar .navbar .search form {
  display: flex;
}
#navbar .navbar .search button {
  background: transparent;
  border: none;
}
#navbar .navbar .search button img {
  width: 18px;
}
#navbar .navbar .search input {
  background: transparent;
  border: none;
  font-size: 0.85em;
  padding: 5px;
  width: 90%;
}
#navbar .navbar .search ::placeholder {
  color: #565656;
  font-size: 1em;
}

.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 25%;
  left: 81vw;
}

.swiper-pagination-bullet {
  width: 300px;
  height: 45px;
  font-size: 1.125em;
  color: #fff;
  opacity: 1;
  display: block;
  background: transparent;
  font-weight: 300;
  text-align: left;
}
.swiper-pagination-bullet .em {
  font-style: normal;
  font-weight: 700;
}

.swiper-pagination-bullet-active {
  color: #ebc734;
  background: transparent;
  font-size: 1.125em;
}
@media only screen and (max-width: 578px) {
  .swiper-pagination-bullet-active {
    color: #851018;
  }
}

.footer .paymentMethods {
  background: #ededed;
  padding: 30px 0;
  margin-top: 30px;
}
@media only screen and (max-width: 768px) {
  .footer .paymentMethods {
    padding: 12px 0 23px 0;
  }
}
.footer .paymentMethods .text h2 {
  margin: 10px 0;
  font-size: 20px;
  font-weight: 700;
}
@media only screen and (max-width: 992px) {
  .footer .paymentMethods .text h2 {
    font-size: 16px;
  }
}
@media only screen and (max-width: 768px) {
  .footer .paymentMethods .text h2 {
    text-align: center;
  }
}
.footer .paymentMethods .methods img {
  width: 100%;
}
@media only screen and (max-width: 992px) {
  .footer .paymentMethods .methods img {
    padding-top: 5px;
  }
}
.footer .news_footer {
  background: url(../img/newsletterBackground.png);
  background-size: cover;
  padding: 20px 0;
}
@media only screen and (max-width: 768px) {
  .footer .news_footer {
    padding: 5px 0 20px 0;
  }
}
.footer .news_footer .text h2 {
  font-size: 1.5em;
  font-weight: 700;
  margin: 10px 0;
}
@media only screen and (max-width: 768px) {
  .footer .news_footer .text h2 {
    font-size: 17px;
  }
}
@media only screen and (max-width: 768px) {
  .footer .news_footer .text {
    text-align: center;
  }
}
.footer .news_footer .email {
  text-align: right;
}
.footer .news_footer .email input {
  background: transparent;
  border: 2px solid #835b03;
  border-radius: 0;
  padding: 13px;
  width: 250px;
  font-size: 13px;
}
@media only screen and (max-width: 992px) {
  .footer .news_footer .email input {
    width: 60%;
  }
}
@media only screen and (max-width: 768px) {
  .footer .news_footer .email input {
    padding: 10px;
  }
}
.footer .news_footer .email ::placeholder {
  color: #565656;
  font-size: 1em;
}
.footer .news_footer .email button {
  text-align: center;
  background: #835b03;
  color: #ebc737;
  margin-left: -6px;
  border: 2px solid #835b03;
  padding: 13px;
  font-size: 13px;
  width: 190px;
}
@media only screen and (max-width: 992px) {
  .footer .news_footer .email button {
    width: 40%;
  }
}
@media only screen and (max-width: 768px) {
  .footer .news_footer .email button {
    padding: 10px;
  }
}
.footer .news_footer .email button .icon-contract {
  display: none;
}
.footer .news_footer .email button:hover {
  background: #ebc737;
  color: #835b03;
}
.footer .news_footer .email button:hover .icon-expand {
  display: none;
}
.footer .news_footer .email button:hover .icon-contract {
  display: inline;
}
.footer .news_footer .email button:active .icon-expand {
  display: none;
}
.footer .news_footer .email button:active .icon-contract {
  display: inline;
}
.footer .news_footer .email button img {
  width: 16px;
  margin-top: -6px;
}
.footer .contact-hero {
  background: url(../img/pavian/backgrounds/pavianHero.png);
  min-height: 50vh;
  background-position-x: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.footer .contact-hero .jumbotron {
  background: transparent;
  color: white;
}
.footer .contact-hero .jumbotron h1 {
  font-size: 3.75em;
  font-weight: 700;
}
.footer .contact-hero .jumbotron p {
  font-size: 0.875em;
  font-weight: 300;
  max-width: 500px;
  margin: 45px 0;
}
.footer .contact-hero .jumbotron a {
  text-decoration: none;
}
.footer .contact-hero .jumbotron div {
  max-width: 200px;
  text-align: center;
  padding: 20px 0;
  background: white;
  color: #835b03;
  font-size: 0.875em;
  font-weight: 700;
  transition: 0.2s ease-in-out;
}
.footer .contact-hero .jumbotron div:hover {
  background: #835b03;
  color: white;
}
.footer .contact {
  position: relative;
}
.footer .contact .img_contact {
  background: url(../img/snimka.png) center no-repeat;
  background-size: cover;
  height: 450px;
  margin: 70px 0;
}
@media only screen and (max-width: 1200px) {
  .footer .contact .img_contact {
    height: 400px;
  }
}
@media only screen and (max-width: 992px) {
  .footer .contact .img_contact {
    margin: 10px 0 20px;
  }
}
@media only screen and (max-width: 768px) {
  .footer .contact .img_contact {
    margin: 0;
  }
}
@media only screen and (max-width: 768px) {
  .footer .contact .img_contact {
    display: none;
  }
}
.footer .contact .details {
  z-index: 2;
}
@media only screen and (max-width: 992px) {
  .footer .contact .details {
    margin: 15px 0;
  }
}
.footer .contact .details h2 {
  font-size: 38px;
  font-weight: 700;
  margin: 70px 0 0 0;
}
@media only screen and (max-width: 1200px) {
  .footer .contact .details h2 {
    font-size: 30px;
    margin: 70px 0 0 0;
  }
}
@media only screen and (max-width: 992px) {
  .footer .contact .details h2 {
    font-size: 30px;
    margin: 20px 0 0 0;
  }
}
@media only screen and (max-width: 576px) {
  .footer .contact .details h2 {
    font-size: 25px;
  }
}
.footer .contact .details span {
  background: url(../img/yellowTextBG.png);
  background-repeat: no-repeat;
  background-position-y: 29px;
  font-size: 38px;
  font-weight: 700;
}
@media only screen and (max-width: 1200px) {
  .footer .contact .details span {
    font-size: 20px;
  }
}
@media only screen and (max-width: 992px) {
  .footer .contact .details span {
    background-position-y: 14px;
  }
}
@media only screen and (max-width: 576px) {
  .footer .contact .details span {
    font-size: 25px;
    background-position-y: 15px;
  }
}
.footer .contact .details h3 {
  font-size: 15px;
  font-weight: 700;
  margin: 5px 0;
}
.footer .contact .details td {
  color: #666;
  font-size: 14px;
  font-weight: 300;
  padding-right: 10px;
}
@media only screen and (max-width: 576px) {
  .footer .contact .details td {
    font-size: 12px;
  }
}
.footer .contact .details p {
  color: #666;
  font-size: 14px;
  font-weight: 300;
  margin: 0;
}
@media only screen and (max-width: 576px) {
  .footer .contact .details p {
    font-size: 12px;
  }
}
.footer .contact #map {
  height: 450px;
  margin: 70px 0;
}
@media only screen and (max-width: 1200px) {
  .footer .contact #map {
    height: 400px;
  }
}
@media only screen and (max-width: 992px) {
  .footer .contact #map {
    margin: 10px 0 20px;
  }
}
@media only screen and (max-width: 768px) {
  .footer .contact #map {
    margin: 0;
  }
}
@media only screen and (max-width: 576px) {
  .footer .contact #map {
    height: 300px;
  }
}
.footer .contact #map .gm-style-mtc {
  font-size: 14px !important;
}
.footer .table {
  width: auto;
}
.footer .table-bordered {
  border: none;
}
.footer .table-bordered > tbody > tr > td, .footer .table-bordered > tbody > tr > th, .footer .table-bordered > tfoot > tr > td, .footer .table-bordered > tfoot > tr > th, .footer .table-bordered > thead > tr > td, .footer .table-bordered > thead > tr > th {
  border: none;
}
.footer .table > tbody > tr > td, .footer .table > tbody > tr > th, .footer .table > tfoot > tr > td, .footer .table > tfoot > tr > th, .footer .table > thead > tr > td, .footer .table > thead > tr > th {
  padding: 0 10px 0 0 !important;
}
.footer .siteMap {
  padding: 50px 0;
  border-top: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
}
@media only screen and (max-width: 768px) {
  .footer .siteMap {
    display: none;
  }
}
.footer .siteMap .siteMapItem img {
  width: 50%;
}
.footer .siteMap .siteMapItem a {
  color: #666;
  text-decoration: none;
}
.footer .siteMap .siteMapItem h2 {
  font-size: 1em;
  font-weight: 700;
  color: #835b03;
}
.footer .siteMap .siteMapItem h2:nth-child(1) {
  margin-top: 0;
}
.footer .siteMap .siteMapItem h2:nth-child(2) {
  margin-top: 8px;
}
.footer .siteMap .siteMapItem p {
  color: #666;
  font-size: 0.875em;
  font-weight: 400;
}
.footer .info_card {
  padding: 10px 15px;
}
.footer .links {
  padding-top: 7px;
}
.footer .links a {
  color: #666;
  text-decoration: none;
}
@media only screen and (max-width: 992px) {
  .footer .links ul {
    display: flex;
    justify-content: space-between;
  }
}
@media only screen and (max-width: 992px) and (max-width: 576px) {
  .footer .links ul {
    display: block;
  }
}
.footer .links ul li {
  color: #666;
  font-size: 12px;
  list-style: none;
  display: inline;
  font-weight: 400;
  padding-right: 20px;
}
@media only screen and (max-width: 992px) {
  .footer .links ul li {
    padding-right: 0;
  }
}
@media only screen and (max-width: 576px) {
  .footer .links ul li {
    padding-right: 20px;
    display: block;
  }
}
.footer .copyright {
  text-align: right;
}
.footer .copyright a {
  color: black;
  text-decoration: none;
}
@media only screen and (max-width: 576px) {
  .footer .copyright a {
    text-align: left;
  }
}
.footer .copyright img {
  width: 30px;
  margin: 0px -5px 0 0;
}
.footer .copyright p {
  margin: 4px 0;
  font-size: 0.75em;
  font-weight: bold;
}

.about_title {
  padding-top: 25%;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}
@media only screen and (max-width: 768px) {
  .about_title {
    padding-top: 250px;
  }
}
@media only screen and (max-width: 578px) {
  .about_title {
    padding-top: 200px;
  }
}

.article_title {
  padding-top: 25%;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}
@media only screen and (max-width: 1200px) {
  .article_title {
    margin-top: 90px;
  }
}
@media only screen and (max-width: 768px) {
  .article_title {
    padding-top: 250px;
    margin-top: 60px;
  }
}
@media only screen and (max-width: 578px) {
  .article_title {
    padding-top: 200px;
  }
}
.article_title .admin_btn {
  margin-bottom: 20px;
  margin-top: 10px;
}
.article_title .admin_btn a {
  color: #835b03;
  font-weight: bold;
  background-color: transparent;
  font-size: 14px;
  border: 1px solid #835b03;
  padding: 10px 15px;
  text-decoration: none;
}
.article_title .admin_btn a:hover {
  background: #835b03;
  color: white;
}
@media only screen and (max-width: 578px) {
  .article_title .admin_btn a {
    font-size: 11px;
    border: 1px solid #835b03;
    padding: 7px 12px;
  }
}
@media only screen and (max-width: 350px) {
  .article_title .admin_btn a {
    padding: 7px;
  }
}
.article_title .article_box {
  position: absolute;
  bottom: 0;
  z-index: 1;
  padding: 10px 40px 10px 20px;
}
@media only screen and (max-width: 578px) {
  .article_title .article_box {
    padding: 5px 0;
  }
}
.article_title .article_box h1 {
  font-size: 25px;
  line-height: 1.5;
  color: white;
}
@media only screen and (max-width: 768px) {
  .article_title .article_box h1 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 578px) {
  .article_title .article_box h1 {
    font-size: 15px;
  }
}
.article_title .article_box span {
  font-weight: bold;
  color: #ecc836;
}
.article_title .overlay {
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
}

.article_description {
  padding-top: 20px;
  color: #393939;
}
.article_description h1 {
  font-size: 25px;
  font-weight: bold;
}
.article_description a {
  color: #835b03;
  text-decoration: underline;
}
.article_description a:hover {
  color: #835b03 !important;
}
.article_description h2 {
  font-size: 20px;
  font-weight: bold;
}
.article_description h3 {
  font-size: 17px;
  font-weight: bold;
}
.article_description ul, .article_description ol {
  text-align: left;
  display: block;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 40px;
}
@media only screen and (max-width: 768px) {
  .article_description ul, .article_description ol {
    font-size: 12px;
  }
}
.article_description p {
  line-height: 1.7;
  text-align: justify;
}
@media only screen and (max-width: 768px) {
  .article_description p {
    font-size: 12px;
  }
}

.album_detail {
  padding-top: 40px;
}
@media only screen and (max-width: 1200px) {
  .album_detail {
    padding-top: 120px;
  }
}
@media only screen and (max-width: 768px) {
  .album_detail {
    padding-top: 90px;
  }
}
@media only screen and (max-width: 578px) {
  .album_detail .space {
    display: none;
  }
}
.album_detail .description_album {
  padding-left: 50px;
}
@media only screen and (max-width: 1200px) {
  .album_detail .description_album {
    padding-left: 30px;
  }
}
@media only screen and (max-width: 992px) {
  .album_detail .description_album {
    padding-left: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .album_detail .description_album {
    padding: 0 50px;
  }
}
@media only screen and (max-width: 500px) {
  .album_detail .description_album {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 350px) {
  .album_detail .description_album {
    padding: 0 15px;
  }
}
@media only screen and (max-width: 767px) {
  .album_detail .album_img_box {
    padding: 0 115px 20px 115px;
  }
}
@media only screen and (max-width: 500px) {
  .album_detail .album_img_box {
    padding: 0 75px 20px 75px;
  }
}
.album_detail .album_img {
  width: 100%;
  padding-top: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.album_detail .album_title h1 {
  font-size: 30px;
  font-weight: 900;
  margin: 0 0 10px 0;
}
@media only screen and (max-width: 768px) {
  .album_detail .album_title h1 {
    font-size: 26px;
    margin: 0 0 3px 0;
  }
}
@media only screen and (max-width: 578px) {
  .album_detail .album_title h1 {
    font-size: 20px;
    margin: 0 0 3px 0;
  }
}
.album_detail .album_title a {
  font-size: 22px;
  margin: 10px 0;
  color: #acacac;
  font-weight: 300;
}
@media only screen and (max-width: 768px) {
  .album_detail .album_title a {
    font-size: 18px;
  }
}
@media only screen and (max-width: 578px) {
  .album_detail .album_title a {
    font-size: 16px;
  }
}
.album_detail .album_title a:hover {
  color: #835b03;
  text-decoration: none;
}
.album_detail .album_title .admin_btn {
  margin-bottom: 20px;
  margin-top: 10px;
}
.album_detail .album_title .admin_btn a {
  color: #835b03;
  font-weight: bold;
  background-color: transparent;
  font-size: 14px;
  border: 1px solid #835b03;
  padding: 10px 15px;
}
.album_detail .album_title .admin_btn a:hover {
  background: #835b03;
  color: white;
}
@media only screen and (max-width: 578px) {
  .album_detail .album_title .admin_btn a {
    font-size: 11px;
    border: 1px solid #835b03;
    padding: 7px 12px;
  }
}
@media only screen and (max-width: 350px) {
  .album_detail .album_title .admin_btn a {
    padding: 7px;
  }
}
.album_detail h3 {
  font-size: 25px;
  font-weight: 900;
  margin-bottom: 25px;
}
@media only screen and (max-width: 768px) {
  .album_detail h3 {
    font-size: 26px;
  }
}
@media only screen and (max-width: 578px) {
  .album_detail h3 {
    font-size: 20px;
    margin: 10px 0 15px 0;
  }
}
.album_detail .album_info p {
  font-weight: bolder;
}
.album_detail .album_info p span {
  font-weight: lighter;
}
@media only screen and (max-width: 768px) {
  .album_detail .album_info p span {
    font-size: 14px;
  }
}
@media only screen and (max-width: 578px) {
  .album_detail .album_info p span {
    font-size: 12px;
  }
}
.album_detail .album_description {
  margin-bottom: 30px;
}
@media only screen and (max-width: 578px) {
  .album_detail .album_description {
    margin-bottom: 10px;
  }
}
.album_detail .album_description ul, .album_detail .album_description ol {
  text-align: left;
  display: block;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 40px;
}
@media only screen and (max-width: 768px) {
  .album_detail .album_description ul, .album_detail .album_description ol {
    font-size: 12px;
  }
}
.album_detail .album_description p {
  margin: 0 0 10px;
  font-size: 16px;
  text-align: justify;
}
@media only screen and (max-width: 768px) {
  .album_detail .album_description p {
    font-size: 12px;
  }
}
.album_detail .badge-item {
  display: inline-block;
  background: #ededed;
  min-width: 35px;
  height: 35px;
  padding: 13px 5px 0 5px;
  text-align: center;
  font-size: 9px;
  font-weight: 900;
  text-transform: uppercase;
  margin: 5px 10px 15px 0;
}
@media only screen and (max-width: 578px) {
  .album_detail .badge-item {
    font-size: 8px;
  }
}
.album_detail .table > tbody > tr > td, .album_detail .table > tbody > tr > th, .album_detail .table > tfoot > tr > td, .album_detail .table > tfoot > tr > th, .album_detail .table > thead > tr > td, .album_detail .table > thead > tr > th {
  border: none;
}
.album_detail table button {
  color: #835b03;
  font-weight: bold;
  background-color: transparent;
  font-size: 14px;
  border: none;
  width: auto;
}
.album_detail td {
  color: #888;
  padding: 4px 0 4px 15px !important;
}
.album_detail td img {
  width: 20px;
  vertical-align: initial;
}
.album_detail th {
  padding: 25px 15px 4px 15px !important;
  font-size: 17px;
}
.album_detail .card {
  min-height: 65px;
}
@media only screen and (max-width: 578px) {
  .album_detail .card {
    min-height: 55px;
  }
}
.album_detail .card h3 {
  font-weight: 900;
  font-size: 18px;
  margin: 0;
}
@media only screen and (max-width: 400px) {
  .album_detail .card h3 {
    font-size: 14px;
  }
}
.album_detail .card p {
  color: #888;
}
@media only screen and (max-width: 578px) {
  .album_detail .card p {
    font-size: 11px;
  }
}
@media only screen and (max-width: 578px) {
  .album_detail .card .add_card_box {
    padding: 5px;
  }
}
.album_detail .card .price_box {
  text-align: right;
}
@media only screen and (max-width: 992px) {
  .album_detail .card .price_box {
    padding-top: 5px;
  }
}
@media only screen and (max-width: 350px) {
  .album_detail .card .price_box {
    padding-top: 10px;
  }
}
.album_detail .card .price_box .price {
  color: #333;
  background: url(../img/yellowTextBG.png);
  background-repeat: no-repeat;
  background-position-y: 20px;
  font-size: 30px;
  font-weight: 700;
}
@media only screen and (max-width: 992px) {
  .album_detail .card .price_box .price {
    font-size: 23px;
    background-position-y: 13px;
  }
}
@media only screen and (max-width: 578px) {
  .album_detail .card .price_box .price {
    font-size: 15px;
  }
}
@media only screen and (max-width: 350px) {
  .album_detail .card .price_box .price {
    font-size: 15px;
  }
}
.album_detail .card button {
  color: #835b03;
  font-weight: bold;
  background-color: transparent;
  font-size: 14px;
  border: 1px solid #835b03;
  padding: 10px 15px;
}
.album_detail .card button:hover {
  background: #835b03;
  color: white;
}
@media only screen and (max-width: 578px) {
  .album_detail .card button {
    font-size: 11px;
    border: 1px solid #835b03;
    padding: 7px 12px;
  }
}
@media only screen and (max-width: 350px) {
  .album_detail .card button {
    padding: 7px;
  }
}

iframe {
  margin-top: 20px;
  width: 100%;
  height: 225px;
}
@media only screen and (max-width: 1200px) {
  iframe {
    height: 200px;
  }
}
@media only screen and (max-width: 992px) {
  iframe {
    height: 150px;
  }
}
@media only screen and (max-width: 768px) {
  iframe {
    display: none;
  }
}

.interpret_detail {
  padding-top: 40px;
}
@media only screen and (max-width: 1200px) {
  .interpret_detail {
    padding-top: 120px;
  }
}
@media only screen and (max-width: 768px) {
  .interpret_detail {
    padding-top: 90px;
  }
}
@media only screen and (max-width: 767px) {
  .interpret_detail .album_img_box {
    padding: 0 115px 20px 115px;
  }
}
@media only screen and (max-width: 500px) {
  .interpret_detail .album_img_box {
    padding: 0 75px 20px 75px;
  }
}
.interpret_detail .admin_btn {
  margin-bottom: 20px;
  margin-top: 10px;
}
.interpret_detail .admin_btn a {
  color: #835b03;
  font-weight: bold;
  background-color: transparent;
  font-size: 14px;
  border: 1px solid #835b03;
  padding: 10px 15px;
  text-decoration: none;
}
.interpret_detail .admin_btn a:hover {
  background: #835b03;
  color: white;
}
@media only screen and (max-width: 578px) {
  .interpret_detail .admin_btn a {
    font-size: 11px;
    border: 1px solid #835b03;
    padding: 7px 12px;
  }
}
@media only screen and (max-width: 350px) {
  .interpret_detail .admin_btn a {
    padding: 7px;
  }
}
.interpret_detail h3 {
  font-size: 25px;
  font-weight: 900;
  margin-bottom: 25px;
}
@media only screen and (max-width: 768px) {
  .interpret_detail h3 {
    font-size: 26px;
  }
}
@media only screen and (max-width: 578px) {
  .interpret_detail h3 {
    font-size: 20px;
    margin: 10px 0 15px 0;
  }
}
.interpret_detail .description_album {
  padding-left: 50px;
}
@media only screen and (max-width: 1200px) {
  .interpret_detail .description_album {
    padding-left: 30px;
  }
}
@media only screen and (max-width: 992px) {
  .interpret_detail .description_album {
    padding-left: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .interpret_detail .description_album {
    padding: 0 50px;
  }
}
@media only screen and (max-width: 500px) {
  .interpret_detail .description_album {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 350px) {
  .interpret_detail .description_album {
    padding: 0 15px;
  }
}
.interpret_detail .interpret_img {
  width: 100%;
  padding-top: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.interpret_detail .album_title h1 {
  font-size: 30px;
  font-weight: 900;
  margin: 0 0 10px 0;
}
@media only screen and (max-width: 768px) {
  .interpret_detail .album_title h1 {
    font-size: 26px;
    margin: 0 0 3px 0;
  }
}
@media only screen and (max-width: 578px) {
  .interpret_detail .album_title h1 {
    font-size: 20px;
    margin: 0 0 3px 0;
  }
}
.interpret_detail .album_title h2 {
  font-size: 20px;
  margin: 10px 0;
  color: #acacac;
}
.interpret_detail .album_title button {
  position: absolute;
  right: 30px;
  top: 0;
  background: none;
  border: none;
}
@media only screen and (max-width: 768px) {
  .interpret_detail .album_title button {
    right: 60px;
  }
}
@media only screen and (max-width: 768px) {
  .interpret_detail .album_title button {
    right: 30px;
  }
}
.interpret_detail .album_title button img {
  width: 25px;
}
@media only screen and (max-width: 768px) {
  .interpret_detail .album_title button img {
    width: 20px;
  }
}
.interpret_detail .content {
  margin-bottom: 30px;
}
@media only screen and (max-width: 578px) {
  .interpret_detail .content {
    margin-bottom: 10px;
  }
}
.interpret_detail .content ul, .interpret_detail .content ol {
  text-align: left;
  display: block;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 40px;
}
@media only screen and (max-width: 768px) {
  .interpret_detail .content ul, .interpret_detail .content ol {
    font-size: 12px;
  }
}
.interpret_detail .content p {
  margin: 0 0 10px;
  font-size: 16px;
  text-align: justify;
}
@media only screen and (max-width: 768px) {
  .interpret_detail .content p {
    font-size: 12px;
  }
}
.interpret_detail .album_info {
  margin-bottom: 30px;
}
.interpret_detail .album_info p {
  font-weight: bolder;
}
.interpret_detail .album_info p span {
  font-weight: lighter;
}

.gallery .row {
  margin: 5px -5px;
}
.gallery .slide_gallery {
  padding: 5px;
}
.gallery .gallery_pcs {
  cursor: pointer;
  padding-top: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

@media only screen and (max-width: 578px) {
  .product_slider {
    padding: 0 50px;
  }
}
.product_slider .product_other {
  padding: 0;
  border: 1px solid #ededed;
  cursor: pointer;
}
.product_slider .product_other:hover .price {
  background: #835b03;
  color: #ecc836;
}
.product_slider .product_other button {
  position: absolute;
  top: 8%;
  left: 90%;
  transform: translate(-50%, -50%);
  z-index: 2;
  background: transparent;
  border: none;
}
.product_slider .product_other button img {
  width: 20px;
}
.product_slider .product_other a {
  color: #333;
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  .product_slider .product_other {
    width: 50%;
  }
}
@media only screen and (max-width: 578px) {
  .product_slider .product_other {
    width: 100%;
    margin: 15px 0;
    box-shadow: 0 5px 15px #e0e0e0;
  }
}
.product_slider .product_card_1 {
  padding: 30px 55px 0 55px;
}
.product_slider .product_card_2 {
  padding: 0 55px;
}
@media only screen and (max-width: 578px) {
  .product_slider .product_card_2 {
    padding: 0 25px;
  }
}
.product_slider .product_card_3 {
  padding: 0 55px 30px 55px;
}
@media only screen and (max-width: 768px) {
  .product_slider .product_card_3 {
    width: 100%;
  }
}
@media only screen and (max-width: 578px) {
  .product_slider .product_card_3 {
    width: 50%;
    padding: 0 25px 30px 25px;
  }
}
.product_slider .product_card .product_card_img {
  width: 100%;
  padding-top: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.product_slider .product_card .product_card_detail .title {
  height: 20px;
}
.product_slider .product_card .product_card_detail .title h2 {
  text-align: left;
  font-size: 16px;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  margin-top: 10px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 578px) {
  .product_slider .product_card .product_card_detail .title h2 {
    font-size: 15px;
  }
}
.product_slider .product_card .product_card_detail .autor {
  height: 20px;
}
.product_slider .product_card .product_card_detail .autor h3 {
  font-weight: 400;
  font-size: 14px;
  margin-top: 5px;
  line-height: 1.4;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media only screen and (max-width: 578px) {
  .product_slider .product_card .product_card_detail .autor h3 {
    font-size: 11px;
  }
}
.product_slider .price {
  background: #ecc836;
  padding: 9px 45px;
  text-align: center;
  font-weight: bold;
  font-size: 30px;
}
@media only screen and (max-width: 768px) {
  .product_slider .price {
    width: 100%;
  }
}
@media only screen and (max-width: 578px) {
  .product_slider .price {
    width: 50%;
    background: transparent;
    padding: 0;
    text-align: center;
  }
}
.product_slider .price p {
  margin: 0 25px 0 0;
  font-weight: 900;
  font-size: 21px;
}
@media only screen and (max-width: 578px) {
  .product_slider .price p {
    background-position-y: 15px;
    font-size: 18px;
    padding-top: 10px;
    background-image: url(../img/yellowTextBG.png);
    background-repeat: no-repeat;
  }
}

.badges_pc .badge-item {
  position: absolute;
  left: 0;
  background: #ededed;
  min-width: 35px;
  max-width: 50px;
  height: 35px;
  text-align: center;
  padding-right: 4px;
  padding-top: 13px;
  font-size: 9px;
  font-weight: 900;
  text-transform: uppercase;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
@media only screen and (max-width: 578px) {
  .badges_pc .badge-item {
    font-size: 8px;
  }
}

#admin-login .admin-login {
  text-align: center;
  max-width: 600px;
  margin: 50px auto;
  box-shadow: 0px 0px 40px lightgray;
  padding: 40px;
}
#admin-login .admin-login h1 {
  font-size: 2.2em;
  font-weight: 600;
  margin-bottom: 30px;
}
#admin-login .admin-login input {
  max-width: 400px;
  margin: 0 auto;
  border: solid 1px rgba(200, 200, 200, 0.51);
  padding: 5px 25px;
  border-radius: 0;
  height: 5rem;
  margin-top: 30px;
}
#admin-login .admin-login p {
  margin: 20px 0;
  color: #9b9b9b;
  font-size: 1em;
}
#admin-login .admin-login p a {
  color: #9b9b9b;
  text-decoration: none;
  font-size: 1em;
}
#admin-login .admin-login .submit-button {
  background: white;
  width: 200px;
  border: 2px solid #835b03;
  border-radius: 0;
  font-size: 0.875em;
  color: #835b03;
  font-weight: 700;
  transition: 0.2s ease-in-out;
}
#admin-login .admin-login .submit-button:hover {
  color: white;
  background: #835b03;
}

#dashboard {
  /* width */
}
#dashboard input:not([type]), #dashboard input[type=text]:not(.browser-default), #dashboard input[type=password]:not(.browser-default), #dashboard input[type=email]:not(.browser-default), #dashboard input[type=url]:not(.browser-default), #dashboard input[type=time]:not(.browser-default), #dashboard input[type=date]:not(.browser-default), #dashboard input[type=datetime]:not(.browser-default), #dashboard input[type=datetime-local]:not(.browser-default), #dashboard input[type=tel]:not(.browser-default), #dashboard input[type=number]:not(.browser-default), #dashboard input[type=search]:not(.browser-default), #dashboard textarea.materialize-textarea {
  padding: 0 10px;
  width: 97%;
}
#dashboard #page-wrapper {
  width: 100%;
  padding: 50px 90px 50px 310px;
  background-color: #EFF1F4;
  min-height: 100vh;
}
@media only screen and (max-width: 1329px) {
  #dashboard #page-wrapper {
    padding: 50px 50px 50px 90px;
  }
}
@media only screen and (max-width: 768px) {
  #dashboard #page-wrapper {
    padding: 15px 15px 50px 60px;
  }
}
#dashboard ::-webkit-scrollbar {
  width: 10px;
}
#dashboard ::-webkit-scrollbar-track {
  background: #f1f1f1;
}
#dashboard ::-webkit-scrollbar-thumb {
  background: #888;
}
#dashboard ::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.navbar {
  border-radius: 0;
  border: none;
}
.navbar ul {
  background: #51555c;
  border-top: 1px solid #303236;
}
.navbar ul a {
  color: #f5f5f5;
}
.navbar ul a:hover {
  text-decoration: none;
}
.navbar ul a li {
  padding: 10px 15px;
}
.navbar ul a li:hover {
  background-color: #656971;
  cursor: pointer;
}

.nav > li > a {
  padding: 15px;
  color: #f5f5f5;
}
.nav > li > a:focus, .nav > li > a:active, .nav > li > a:hover {
  background: #51555c;
}

.nav > li > a > ul {
  background: #51555c;
}

nav.sidebar {
  position: fixed;
  z-index: 2;
  top: 0;
  bottom: 0;
  left: 0;
  width: 225px;
  border: none;
  border-radius: 0;
  overflow-y: auto;
  overflow-x: hidden;
  background-color: #303236;
  box-shadow: 0 0 15px dimgrey;
  padding-bottom: 30px;
  -webkit-transition: left 200ms ease-out;
  -moz-transition: left 200ms ease-out;
  -o-transition: left 200ms ease-out;
  transition: left 200ms ease-out;
}

nav.sidebar, nav.sidebar .container-fluid {
  padding: 0;
}

@media only screen and (max-width: 1329px) {
  nav.sidebar {
    left: -180px;
  }

  nav.sidebar:hover {
    left: 0;
    -webkit-transition: left 200ms ease-out;
    -moz-transition: left 200ms ease-out;
    -o-transition: left 200ms ease-out;
    transition: left 200ms ease-out;
  }
}
#main h2 {
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  #main h2 {
    font-size: 17px;
  }
}
#main a:hover {
  text-decoration: none;
}
#main .admin-item {
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.16);
  border: 1px solid #E9EBEE;
  border-radius: 3px;
  text-align: center;
  min-height: 190px;
  margin: 15px 0;
  transition: 0.1s ease-in-out;
  color: #323232;
  background-color: white;
}
@media only screen and (max-width: 992px) {
  #main .admin-item {
    min-height: 150px;
  }
}
#main .admin-item .fa {
  margin-top: 50px;
}
@media only screen and (max-width: 992px) {
  #main .admin-item .fa {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 992px) {
  #main .admin-item .fa-3x {
    font-size: 2em;
  }
}
#main .admin-item h3 {
  font-size: 1.2em;
  text-align: center;
  font-weight: 700;
}
@media only screen and (max-width: 992px) {
  #main .admin-item h3 {
    font-size: 15px;
  }
}
#main .admin-item:hover {
  cursor: pointer;
  transform: scale(1.05);
}
#main .table > thead > tr > th, #main .table > tbody > tr > th, #main .table > tfoot > tr > th, #main .table > thead > tr > td, #main .table > tbody > tr > td, #main .table > tfoot > tr > td {
  border: none;
}
#main .table-striped > tbody > tr:nth-of-type(odd) {
  background-color: rgba(227, 232, 241, 0.5);
}
#main .total-dashboard {
  margin-top: 100px;
  margin-bottom: 20px;
}

.dropzone {
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.16);
  border: 1px solid #E9EBEE;
}

/* layout.css Style */
/* layout.css Style */
.upload-drop-zone {
  height: 200px;
  border-width: 2px;
  margin-bottom: 20px;
}

/* skin.css Style*/
.upload-drop-zone {
  color: #ccc;
  border-style: dashed;
  border-color: #ccc;
  line-height: 200px;
  text-align: center;
}

.upload-drop-zone.drop {
  color: #222;
  border-color: #222;
}

.multiselect {
  color: white;
  background-color: #303236;
  border: none;
  text-align: center;
  padding: 10px 30px;
  transition: 0.2s ease-in-out;
  border-radius: 0;
}
.multiselect:hover {
  color: white;
  background: #51555c;
  box-shadow: none;
}

.multiselect-container {
  position: absolute;
  list-style-type: none;
  margin: 0;
  padding: 0;
  max-height: 300px;
  overflow-y: scroll;
}

#content a {
  text-decoration: none;
  color: #323232;
}
#content .formwrapper {
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  border: 1px solid #E9EBEE;
  border-radius: 3px;
  padding: 20px 45px;
  margin-top: 30px;
  background: white;
}
@media only screen and (max-width: 768px) {
  #content .formwrapper {
    padding: 10px 15px;
  }
}
#content .formwrapper .form_input {
  color: #39434b;
  padding-top: 15px;
  font-size: 14px;
}
#content .formwrapper .form_label {
  padding-top: 15px;
}
#content .formwrapper .form_label .btn-group.open .dropdown-toggle {
  box-shadow: none !important;
  text-align: left;
}
#content .formwrapper .form_label .btn-group, #content .formwrapper .form_label .btn-group-vertical {
  width: 100% !important;
}
#content .formwrapper .form_label .btn-group button, #content .formwrapper .form_label .btn-group-vertical button {
  text-align: left;
}
#content .formwrapper .form_label .btn-group .btn:active, #content .formwrapper .form_label .btn-group .btn.active, #content .formwrapper .form_label .btn-group-vertical .btn:active, #content .formwrapper .form_label .btn-group-vertical .btn.active {
  box-shadow: none;
}
#content .formwrapper .form_label .btn-group .btn-default, #content .formwrapper .form_label .btn-group-vertical .btn-default {
  margin: 10px 0;
  padding: 8px 10px;
  width: 100%;
  border: 1px solid #e2e2e2;
  border-radius: 0;
}
#content .formwrapper .form_label .btn-group .btn-default:hover, #content .formwrapper .form_label .btn-group-vertical .btn-default:hover {
  background: transparent;
}
#content .catalog {
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.16);
  border: 1px solid #E9EBEE;
  border-radius: 3px;
  background: white;
  margin: 30px 0 0 0;
  padding: 20px 30px;
}
#content .catalog p {
  padding-top: 15px;
  font-weight: bold;
  font-size: 14px;
}
#content .select_btn {
  margin-top: 30px;
}
#content .add_banner_editor .ck.ck-editor__main > .ck-editor__editable {
  min-height: 200px;
}
#content .add_banner_editor textarea {
  border: 1px solid #e2e2e2;
  resize: none;
  min-width: 100%;
  max-width: 100%;
  padding: 10px;
  height: 200px;
  min-height: 200px;
  max-height: 200px;
}
#content .ck.ck-editor__main > .ck-editor__editable {
  min-height: 400px;
}
#content .adminButton {
  color: black;
  background: #ecc836;
  width: 150px;
  text-align: center;
  padding: 10px 20px;
  transition: 0.2s ease-in-out;
  border: none;
}
#content .adminButton:hover {
  color: white;
  background: url(../img/menuBackground.png);
}
#content .adminButtonBig {
  color: white;
  background: #303236;
  text-align: center;
  padding: 15px 25px;
  transition: 0.2s ease-in-out;
  border: none;
  font-weight: 700;
  margin-top: 15px;
}
#content .adminButtonBig:hover {
  transform: scale(1.01);
  box-shadow: 5px 5px 10px #cdcdcd;
}
#content h2 {
  font-size: 18px;
  color: #39434b;
  letter-spacing: 0;
  text-align: left;
  font-weight: bold;
}
@media only screen and (max-width: 992px) {
  #content h2 {
    font-size: 22px;
  }
}
#content .btn-secondary {
  color: #323232;
  background: transparent;
  text-align: center;
  padding: 15px 25px;
  transition: 0.2s ease-in-out;
  box-shadow: none;
  border-radius: 0;
  border: 2px solid #494949;
  width: 100%;
}
#content .labelF {
  color: red;
}
#content #id_album_name {
  margin-bottom: 0px;
}
#content select {
  margin: 10px 0;
  padding: 8px 10px;
  width: 100%;
  border: 1px solid #e2e2e2;
}
#content .ck.ck-editor {
  margin: 10px 0;
}
#content #id_description {
  margin: 10px 0 50px 0;
  border: none;
  border-bottom: 1px solid lightgray;
}
#content #id_description:focus {
  border-bottom: 1px solid #000000;
}
#content #id_pavian_records {
  margin: 0px 20px 50px 20px;
}
#content #id_genre li {
  list-style: none;
  display: inline;
}
#content #id_genre li label {
  border: none;
  margin-right: 10px;
}
#content .submitBox {
  text-align: right;
  margin-bottom: 20px;
}

.adminDivider {
  height: 100px;
}

.note-editor.note-frame {
  border: 1px solid #EFF1F4 !important;
}

.panel-default > .panel-heading {
  background-color: #EFF1F4 !important;
  border: 1px solid #EFF1F4 !important;
}

.note-editor.note-frame .note-statusbar {
  background-color: #EFF1F4 !important;
  border: 1px solid #EFF1F4 !important;
}

.note-toolbar .btn-default {
  border-color: #EFF1F4 !important;
}

.table_responsive a {
  color: #ecc836;
}
.table_responsive a:hover {
  color: #835b03;
}
.table_responsive th {
  font-size: 17px;
  vertical-align: middle !important;
}
.table_responsive tr:nth-of-type(odd) {
  background-color: rgba(48, 50, 54, 0.04) !important;
}
.table_responsive td {
  vertical-align: middle !important;
  max-width: 300px;
}
.table_responsive .dropdown-menu {
  left: -60px;
}
.table_responsive .btn-default:active:hover, .table_responsive .btn-default.active:hover, .table_responsive .open > .dropdown-toggle.btn-default:hover, .table_responsive .btn-default:active:focus, .table_responsive .btn-default.active:focus, .table_responsive .open > .dropdown-toggle.btn-default:focus, .table_responsive .btn-default:active.focus, .table_responsive .btn-default.active.focus, .table_responsive .open > .dropdown-toggle.btn-default.focus {
  color: white;
  background: #51555c;
  box-shadow: none;
}
.table_responsive .dropdown-toggle {
  color: white;
  background-color: #303236;
  border: none;
  text-align: center;
  padding: 10px 30px;
  transition: 0.2s ease-in-out;
  border-radius: 0;
}
.table_responsive .dropdown-toggle:hover {
  color: white;
  background: #51555c;
  box-shadow: none;
}

.email_btn {
  margin-bottom: 3px;
  background-color: #fff;
  border: 1px solid transparent;
  padding: 10px 0;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.email_btn .btn {
  float: right;
}
.email_btn h2 {
  margin: 10px 0;
}
.email_btn .email_panel_border {
  border: none !important;
}
.email_btn .email_panel {
  background: transparent !important;
  padding: 0;
  border: none !important;
  box-shadow: none;
}

.email_content {
  padding: 0;
}
.email_content .panel {
  border: none;
}

#accordion .panel-default {
  border: 1px solid #EFF1F4 !important;
}
#accordion .panel-default .panel_pages {
  background-color: white !important;
  border: none !important;
}
#accordion a {
  color: #835b03;
  text-decoration: underline;
}
#accordion a:hover {
  color: #835b03 !important;
}
#accordion .panel-body {
  padding: 40px;
}
#accordion .panel-body .note-editable ul {
  display: block;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 40px;
}
#accordion .panel-body .note-editable ul li {
  list-style: disc !important;
}
#accordion .position_pages {
  padding-top: 30%;
}
@media only screen and (max-width: 992px) {
  #accordion .position_pages {
    padding-top: 20px;
  }
}
#accordion .panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top: 2px solid #EFF1F4;
}
#accordion .table {
  width: auto;
}
#accordion .table-bordered > thead > tr > th, #accordion .table-bordered > tbody > tr > th, #accordion .table-bordered > tfoot > tr > th, #accordion .table-bordered > thead > tr > td, #accordion .table-bordered > tbody > tr > td, #accordion .table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}

#id_author:enabled {
  background: #ffffff;
}

#id_author:disabled {
  background: #dddddd;
}

#edit_cover_image_column label {
  width: 0;
  border: 0;
}

.paginationBox {
  padding: 0;
}
.paginationBox .pagination .page-link.active {
  color: #ecc836;
}
.paginationBox .pagination span.separator:before {
  content: "...";
}

.position {
  text-align: center;
}

.photo-preview-article {
  background-size: cover !important;
  background-repeat: no-repeat;
  background-position: center;
  padding-top: 27%;
  width: 100%;
  margin: 15px auto 0 auto;
}

.photo-preview {
  background-size: cover !important;
  background-repeat: no-repeat;
  background-position: center;
  padding-top: 55%;
  width: 55%;
  margin: 15px auto;
}

.photo-preview-top {
  background-position: top !important;
}

.photo-preview-left {
  background-position: left !important;
}

.photo-preview-bottom {
  background-position: bottom !important;
}

.photo-preview-right {
  background-position: right !important;
}

.photo-preview-center {
  background-position: center !important;
}

.editor {
  border: 1px #d3d3d3 solid !important;
}

.menu_admin {
  width: 200px;
}
.menu_admin button {
  width: 200px;
}
.menu_admin ul {
  margin-bottom: 0;
  text-align: center;
  background: #656971;
  border-top: 1px solid rgba(226, 226, 226, 0.1);
}
.menu_admin ul .divider {
  border-top: 1px solid rgba(226, 226, 226, 0.1);
  padding: 0;
}
.menu_admin ul li {
  list-style: none;
}
.menu_admin ul li a {
  text-decoration: none;
  width: 100%;
  display: block;
  padding: 6px 0;
  color: white !important;
}
.menu_admin ul li a:hover {
  background-color: #888d99;
}

* {
  font-family: "Poppins", sans-serif;
  scroll-behavior: smooth;
}

body {
  font-size: 16px;
  overflow-x: hidden;
}

* {
  margin: 0;
  padding: 0;
}

@media only screen and (max-width: 578px) {
  .slider_pc {
    display: none;
  }
}

.slider_mobile {
  display: none;
}
@media only screen and (max-width: 578px) {
  .slider_mobile {
    display: block;
  }
}

@media only screen and (max-width: 578px) {
  .card_mobile {
    padding: 0 35px;
  }
}
@media only screen and (max-width: 370px) {
  .card_mobile {
    padding: 0;
  }
}

@media only screen and (max-width: 1199px) {
  #main-content, #concertsPage-content, #shop-content, #wishlist-content, #search-content, #profil-content, #bucket, .error_page, .about_layout {
    padding-top: 90px;
  }
}
@media only screen and (max-width: 768px) {
  #main-content, #concertsPage-content, #shop-content, #wishlist-content, #search-content, #profil-content, #bucket, .error_page, .about_layout {
    padding-top: 60px;
  }
}

.registration {
  padding-top: 50px;
}
@media only screen and (max-width: 1199px) {
  .registration {
    padding-top: 140px;
  }
}
@media only screen and (max-width: 992px) {
  .registration {
    padding-top: 120px;
  }
}
@media only screen and (max-width: 768px) {
  .registration {
    padding-top: 90px;
  }
}

.error_page img {
  width: 100%;
  margin-bottom: -30px;
}

.profile {
  padding-top: 40px;
}
@media only screen and (max-width: 991px) {
  .profile {
    padding-top: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .profile .order {
    display: none;
  }
}
.profile .invoice {
  display: none;
}
@media only screen and (max-width: 768px) {
  .profile .invoice {
    display: block;
  }
}
.profile .list_menu {
  z-index: 1;
}
@media only screen and (max-width: 991px) {
  .profile .list_menu {
    padding: 0;
    position: fixed;
    z-index: 6;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    width: 290px;
    overflow-y: scroll;
    height: 100vh;
    background: #ebc734;
    top: 0;
    left: -290px;
    transition: left 0.5s;
  }
  .profile .list_menu.open {
    left: 0;
  }
}
@media only screen and (max-width: 768px) {
  .profile .list_menu {
    width: 250px;
  }
}
.profile .list_menu .mobile_button {
  display: none;
}
@media only screen and (max-width: 991px) {
  .profile .list_menu .mobile_button {
    display: block;
  }
}
.profile .list_menu .mobile_button .close_img {
  float: right;
  width: 16px;
  margin-top: 4px;
}
@media only screen and (max-width: 768px) {
  .profile .list_menu .mobile_button .btn {
    padding: 13px 12px;
  }
}
.profile .list_menu .mobile_button .btn:hover {
  background-color: #835b03;
  color: #ebc734;
}
.profile .list_menu .mobile_button .btn:active, .profile .list_menu .mobile_button .btn.active {
  box-shadow: none;
  background-color: #835b03;
  color: #ebc734;
}
.profile .list_menu .mobile_button .btn {
  font-size: 16px;
  line-height: 1.42857143;
  background-color: white;
  color: black;
  height: 60px;
  text-align: left;
  padding: 18px 25px;
  width: 100%;
  border-radius: 0;
  font-weight: bold;
}
.profile .list_menu .mobile_button .btn:hover {
  background-color: white;
  color: black;
}
.profile .list_menu .mobile_button .btn img {
  width: 18px;
  vertical-align: initial;
  margin-right: 5px;
}
.profile .list_menu .mobile_button .btn span img {
  position: absolute;
  right: 10px;
  top: 22px;
}
.profile .submit_btn {
  color: #835b03;
  font-weight: bold;
  padding: 7px 18px;
  background-color: #ebc734;
  font-size: 14px;
  text-align: center;
  border: none;
  width: auto;
  float: right;
}
.profile .submit_btn:hover {
  background-color: #835b03;
  color: #ebc734;
}
.profile input {
  width: 100%;
  padding: 4px 8px;
  border: 1px solid #d0d0d0;
  margin: 8px 0;
}
.profile label {
  display: inline-block;
  max-width: 100%;
  font-weight: 700;
  margin: 13px 0;
}
@media only screen and (max-width: 578px) {
  .profile label {
    margin: 10px 0;
    font-size: 13px;
  }
}
.profile h2 {
  margin-top: 0;
  font-size: 20px;
  font-weight: bold;
  color: #2C2C2C;
}
.profile button {
  color: #835b03;
  font-weight: bold;
  width: 100%;
  padding: 18px 12px;
  background-color: #ebc734;
  border-bottom: 1px solid #ededed;
  border-top: 0;
  border-left: 1px solid #ededed;
  border-right: 1px solid #ededed;
  font-size: 14px;
  line-height: 1.42857143;
  text-align: center;
  border-radius: 0;
}
@media only screen and (max-width: 768px) {
  .profile button {
    font-size: 12px;
  }
}
.profile button:hover {
  background-color: #835b03;
  color: #ebc734;
}
.profile button:active, .profile button.active {
  box-shadow: none;
  background-color: #835b03;
  color: #ebc734;
}
.profile .table > thead > tr > th, .profile .table > tbody > tr > th, .profile .table > tfoot > tr > th, .profile .table > thead > tr > td, .profile .table > tbody > tr > td, .profile .table > tfoot > tr > td {
  border: none;
}

.favourite-btn {
  width: 20px;
  height: 20px;
  background: url(../img/icons/heart.svg) center center no-repeat !important;
  background-size: cover !important;
}
.favourite-btn.filled, .favourite-btn:hover {
  background: url(../img/icons/favorite-heart-button.svg) center center no-repeat !important;
  background-size: cover !important;
}

.profil_filter {
  display: none;
  float: right;
  background: transparent;
  border: none;
  font-weight: bold;
  font-size: 17px;
}
@media only screen and (max-width: 991px) {
  .profil_filter {
    display: block;
  }
}
.profil_filter img {
  width: 18px;
  vertical-align: inherit;
  margin-right: 5px;
}
@media only screen and (max-width: 578px) {
  .profil_filter img {
    width: 17px;
  }
}

.fulltext h1 {
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  .fulltext h1 {
    font-size: 26px;
    margin-top: 0;
  }
}
@media only screen and (max-width: 500px) {
  .fulltext h1 {
    font-size: 18px;
    margin-bottom: 15px;
  }
}
.fulltext ul, .fulltext ol {
  text-align: left;
  display: block;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 40px;
}
@media only screen and (max-width: 768px) {
  .fulltext ul, .fulltext ol {
    font-size: 12px;
  }
}
.fulltext p {
  text-align: justify;
}
@media only screen and (max-width: 768px) {
  .fulltext p {
    font-size: 12px;
  }
}

.email_journalist {
  padding-top: 60px;
  margin: 0;
  width: 100vw;
  min-height: 100vh;
  background-image: url("../img/backgrounds/Untitled-4.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.email_journalist h1 {
  font-size: 30px;
  color: #ebc734;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .email_journalist h1 {
    font-size: 25px;
    margin: 0;
  }
}
.email_journalist h2 {
  font-size: 18px;
  color: #c5c5c5;
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  .email_journalist h2 {
    font-size: 13px;
    color: #c5c5c5;
    margin: 10px 0;
  }
}
.email_journalist span {
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .email_journalist span {
    font-size: 13px;
  }
}
.email_journalist input {
  padding: 10px;
  width: 100%;
  margin: 5px 0;
  border-radius: 4px;
  border: solid 1px #e2e2e2;
  background: #fff;
  box-shadow: inset 0 0 7px 0 rgba(0, 0, 0, 0.13);
}
@media only screen and (max-width: 768px) {
  .email_journalist input {
    font-size: 13px;
    padding: 7px;
  }
}
.email_journalist .journalist_btn {
  text-align: right;
}
.email_journalist .journalist_btn input {
  background-image: linear-gradient(to top, #ebc734, #ffe063);
  box-shadow: none;
  transition: box-shadow 0.2s ease-in-out;
  min-width: 120px;
  margin-right: 0;
  border: none;
  color: white;
  width: auto;
}

.registration h1 {
  font-size: 2.25em;
  font-weight: 700;
  margin-bottom: 0;
}
@media only screen and (max-width: 992px) {
  .registration h1 {
    margin: 0;
  }
}
@media only screen and (max-width: 768px) {
  .registration h1 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 578px) {
  .registration h1 {
    font-size: 20px;
  }
}
.registration a {
  text-decoration: none;
  color: #9b9b9b;
}
.registration input {
  max-width: 470px;
  margin: 0 auto;
  border: solid 1px rgba(200, 200, 200, 0.51);
  padding: 20px 25px;
}
@media only screen and (max-width: 768px) {
  .registration input {
    padding: 17px;
  }
}
.registration .form-group.password p {
  width: 450px;
  margin: 10px auto 40px auto;
  text-align: right;
}
.registration .form-group.password p a {
  color: #9b9b9b;
}
.registration .form-group.submit {
  text-align: center;
}
.registration .submit-button {
  background: white;
  border: 2px solid #835b03;
  border-radius: 0;
  padding: 14px 40px;
  font-size: 0.875em;
  color: #835b03;
  font-weight: 700;
  transition: 0.2s ease-in-out;
}
@media only screen and (max-width: 768px) {
  .registration .submit-button {
    padding: 9px 25px;
  }
}
.registration .submit-button:hover {
  color: white;
  background: #835b03;
}
.registration p {
  color: #9b9b9b;
  font-size: 16px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .registration p {
    font-size: 13px;
  }
}
.registration p span {
  color: #835b03;
}

.journalist_page input[disabled] {
  cursor: default;
  color: lightgray !important;
}
@media screen and (max-width: 767px) {
  .journalist_page .table-responsive {
    border: none;
  }
}
.journalist_page .journalist_content {
  padding-top: 5vh;
}
@media only screen and (max-width: 768px) {
  .journalist_page .journalist_content {
    padding-top: 1vh;
  }
}
.journalist_page tbody > tr:nth-of-type(odd) {
  background-color: rgba(48, 50, 54, 0.04) !important;
}
.journalist_page .label_journalist {
  padding-top: 8px;
  font-weight: bold;
  color: #303236;
}
@media only screen and (max-width: 768px) {
  .journalist_page .label_journalist {
    font-size: 14px;
  }
}
.journalist_page input {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #e2e2e2;
  border-radius: 0;
  outline: none;
  height: 4rem;
  width: 100%;
  font-size: 0.9em;
  margin: 0 0 20px 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.journalist_page input:focus {
  border-bottom: 1px solid #000000;
}
@media only screen and (max-width: 768px) {
  .journalist_page input {
    font-size: 14px;
    margin: 0;
  }
}
.journalist_page h3 {
  font-size: 30px;
  color: #303236;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .journalist_page h3 {
    font-size: 22px;
  }
}
.journalist_page h4 {
  font-size: 18px;
  color: #c5c5c5;
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  .journalist_page h4 {
    font-size: 14px;
  }
}
.journalist_page .button_close {
  background: transparent;
  color: black;
  opacity: 0.2;
  font-size: 25px;
}
.journalist_page .button_close:hover {
  opacity: 0.5;
  background: transparent;
  color: black;
}
.journalist_page .btn-default:active:hover, .journalist_page .btn-default.active:hover, .journalist_page .open > .dropdown-toggle.btn-default:hover, .journalist_page .btn-default:active:focus, .journalist_page .btn-default.active:focus, .journalist_page .open > .dropdown-toggle.btn-default:focus, .journalist_page .btn-default:active.focus, .journalist_page .btn-default.active.focus, .journalist_page .open > .dropdown-toggle.btn-default.focus {
  background-color: #835b03;
  color: #ebc734;
  border: none;
  box-shadow: none;
}
.journalist_page button {
  color: #835b03;
  font-weight: bold;
  padding: 12px 18px;
  background-color: #ebc734;
  border: none;
  font-size: 14px;
  text-align: center;
  border-radius: 0;
}
.journalist_page button:hover, .journalist_page button:active, .journalist_page button:focus {
  background-color: #835b03;
  color: #ebc734;
  border: none;
}
.journalist_page td, .journalist_page th {
  vertical-align: middle !important;
}
.journalist_page .topnav {
  overflow: hidden;
  background: url(../img/menuBackground.png);
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 600px) {
  .journalist_page .topnav {
    background: #ebc734;
  }
}
.journalist_page .brand {
  padding: 0 16px !important;
}
.journalist_page .brand img {
  height: 60px;
}
.journalist_page .topnav a {
  height: 60px;
  float: left;
  display: block;
  color: black;
  font-weight: bold;
  text-align: center;
  padding: 20px 16px;
  text-decoration: none;
  font-size: 14px;
}
.journalist_page .topnav a:hover {
  background-color: white;
}
.journalist_page .topnav .icon {
  display: none;
}
@media screen and (max-width: 600px) {
  .journalist_page .topnav a:not(:first-child) {
    display: none;
  }
  .journalist_page .topnav a.icon {
    float: right;
    display: block;
  }
  .journalist_page .topnav a.icon:hover {
    background: transparent;
  }
}
@media screen and (max-width: 600px) {
  .journalist_page .topnav.responsive {
    position: relative;
  }
  .journalist_page .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .journalist_page .topnav.responsive a {
    float: none;
    display: block;
  }
}

.container-payment .table td, .container-payment .table th {
  padding: 15px 10px;
  vertical-align: top;
}
.container-payment .table thead th {
  border-bottom: 2px solid rgba(230, 230, 230, 0.8);
}
.container-payment .table > tbody > tr > td, .container-payment .table > tfoot > tr > td, .container-payment .table > thead > tr > td {
  border-top: 1px solid rgba(230, 230, 230, 0.8);
  color: #666666;
}

.noty_theme__mint.noty_bar .noty_body {
  padding: 25px 15px !important;
  font-size: 14px !important;
}

@media (min-width: 1200px) {
  #mobileNav {
    display: none;
  }
}
@media (max-width: 1199px) {
  #navbar,
#login {
    display: none;
  }
}
@media (max-width: 991px) {
  .choice {
    display: none;
  }

  #menu-open ~ label ~ .side-menu {
    width: 35vw;
  }

  #shop-mobile .headText .modal-dialog .modal-content,
#concerts-mobile .headText .modal-dialog .modal-content,
#pavian-records-mobile .headText .modal-dialog .modal-content {
    width: 35vw;
  }

  #pavian-records-mobile .headText .modal-dialog {
    width: 35vw;
  }
}
@media (max-width: 899px) {
  .pagination-name {
    display: none;
  }
}

/*# sourceMappingURL=style.css.map */
