.grecaptcha-badge {
  visibility: hidden;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: none !important;
}

@keyframes alerts {
  0% {
    left: 0;
  }

  94% {
    left: -200%;
  }

  100% {
    left: -200%;
    display: none;
  }
}

@-o-keyframes alerts {
  0% {
    left: 0;
  }

  94% {
    left: -200%;
  }

  100% {
    left: -200%;
    display: none;
  }
}

@-webkit-keyframes alerts {
  0% {
    left: 0;
  }

  94% {
    left: -200%;
  }

  100% {
    left: -200%;
    display: none;
  }
}

@keyframes left-right {
  0% {
    left: 0;
  }
  50% {
    left: 5px;
  }
  100% {
    left: 0;
  }
}

@-o-keyframes left-right {
  0% {
    left: 0;
  }
  50% {
    left: 5px;
  }
  100% {
    left: 0;
  }
}

@-webkit-keyframes left-right {
  0% {
    left: 0;
  }
  50% {
    left: 5px;
  }
  100% {
    left: 0;
  }
}

@keyframes popup {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}

@-o-keyframes popup {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes bkgPopup {
  0% {
    background-size: 100%;
  }
  50% {
    background-size: 120%;
  }
  100% {
    background-size: 100%;
  }
}

@-o-keyframes bkgPopup {
  0% {
    background-size: 100%;
  }
  50% {
    background-size: 120%;
  }
  100% {
    background-size: 100%;
  }
}

@keyframes fadeAway {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@-o-keyframes fadeAway {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes fadeAway {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes updateUp {
  0% {
    background-color: transparent;
  }
  25% {
    background-color: rgba(0, 84, 70, 0.5);
  }
  50% {
    background-color: transparent;
  }
  75% {
    background-color: rgba(0, 84, 70, 0.5);
  }
  100% {
    background-color: transparent;
  }
}

@-o-keyframes updateUp {
  0% {
    background-color: transparent;
  }
  25% {
    background-color: rgba(0, 84, 70, 0.5);
  }
  50% {
    background-color: transparent;
  }
  75% {
    background-color: rgba(0, 84, 70, 0.5);
  }
  100% {
    background-color: transparent;
  }
}

@-webkit-keyframes updateUp {
  0% {
    background-color: transparent;
  }
  25% {
    background-color: rgba(0, 84, 70, 0.5);
  }
  50% {
    background-color: transparent;
  }
  75% {
    background-color: rgba(0, 84, 70, 0.5);
  }
  100% {
    background-color: transparent;
  }
}

.update-current-amount {
  animation: updateUp 1.5s;
  -webkit-animation: updateUp 1.5s;
  -o-animation: updateUp 1.5s;
}

/* updateUp {

} */

.outerLoading {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  z-index: 1001;
  background: rgba(225, 225, 225, 0.5);
  display: table;
}

.innerLoading {
  /* min-height: 150px; */
  border: 2px solid #ba9653;
  padding: 10px;
  vertical-align: middle;
  display: table-cell;
  /* background: white; */
  /* padding: 54px 54px; */
}

.innerLoading img {
  width: 240px !important;
  /* height: 108px; */
  animation: popup 4s infinite;
  -webkit-animation: popup 4s infinite;
  -o-animation: popup 4s infinite;
}

.alert {
  padding: 5px 9px;
  position: fixed;
  top: 20%;
  z-index: 4000;
  font-size: 12px;
  font-weight: 700;
  -webkit-animation-delay: 3s !important;
  /* Safari 4.0 - 8.0 */
  -o-animation-delay: 3s !important;
  /* opera */
  animation-delay: 3s !important;
  animation: alerts 1s forwards;
  -webkit-animation: alerts 1s forwards;
  -o-animation: alerts 1s forwards;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-slide img {
  width: 100%;
}

.requ {
  cursor: pointer !important;
}

body,
header,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
img,
header,
section,
article,
footer,
div,
aside,
nav,
ul,
li {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Exo 2', sans-serif;
  font-size: 16px;
}

body a {
  cursor: pointer;
}

body a:hover,
body a:focus {
  text-decoration: none;
}

body li {
  list-style-type: none;
}

#title {
  background: #ecece3;
  padding: 15px;
}

.textBold {
  font-weight: 700;
}

#title span {
  font-size: 0.7em;
  color: #979797;
}

.middle {
  float: none;
  display: block;
  width: 100%;
  max-width: 1266px;
  margin: 0 auto;
  padding: 0 15px;
}

.middle--small {
  max-width: 600px;
}

/* NEW HEADER */
.menu-new__other-links .icon {
  width: 24px;
  height: 24px;
  -webkit-transition: background 0.2s ease-out;
  -moz-transition: background 0.2s ease-out;
  -ms-transition: background 0.2s ease-out;
  -o-transition: background 0.2s ease-out;
  transition: background 0.2s ease-out;
  position: absolute;
  left: 0;
  top: -3px;
}

.menu-new__other-links a:hover .icon {
  background-position: bottom;
}

.menu-new__other-links a {
  padding-left: 28px;
}

.down-menu__inner {
  width: 620px;
}

.outer-menu-wrapper li {
  font-size: 1.5rem;
}

.outer-menu-wrapper .logo-res {
  display: none;
}

.down-menu .main-menu.mnli1:hover ~ hr,
.main-menu.mnli1.catalog.buynow ~ hr {
  opacity: 1;
  left: -5px;
  width: 96px;
}

.down-menu .main-menu.mnli2:hover ~ hr,
.main-menu.mnli2.checkpainting ~ hr {
  opacity: 1;
  left: 15.1%;
  width: 176px;
}

.down-menu .main-menu.mnli3:hover ~ hr,
.main-menu.mnli3.viewevents ~ hr,
.main-menu.mnli3.viewevent ~ hr {
  opacity: 1;
  left: 44%;
  width: 76px;
}

.down-menu .main-menu.mnli4:hover ~ hr,
.main-menu.mnli4.avtori ~ hr {
  opacity: 1;
  left: 56.5%;
  width: 68px;
}

.down-menu .main-menu.mnli5:hover ~ hr,
.main-menu.mnli5.about ~ hr {
  opacity: 1;
  left: 68%;
  width: 55px;
}

.down-menu .main-menu.mnli6:hover ~ hr,
.main-menu.mnli6.contacts ~ hr {
  opacity: 1;
  left: 77.5%;
  width: 86px;
}

.down-menu .main-menu.mnli7:hover ~ hr,
.main-menu.mnli7.catalog ~ hr {
  opacity: 1;
  left: 92%;
  width: 55px;
}

.main-menu.catalog.mNone ~ hr {
  opacity: 0;
}

.menu-line {
  content: '';
  width: 16.666666666666668%;
  height: 2px;
  position: absolute;
  left: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin: 0;
  bottom: -5px;
  opacity: 0;
}

.user-profile__sub-menu {
  display: none;
  z-index: 1;
  width: 125px;
  background: white;
  top: -4px;
  border-top: 2px solid #ba9653;
  box-shadow: 3px 4px 4px #b3b0b0;
}

.user-profile__sub-menu a {
  padding-left: 10px;
  line-height: 28px;
  border-bottom: 1px solid #ba9653;
  display: block;
}

.user-profile__sub-menu a:hover {
  color: white !important;
  background-color: #58595b;
}

.user-profile:hover .user-profile__sub-menu,
.user-profile__sub-menu:hover {
  display: block;
}

@media screen and (max-width: 991px) {
  .menu-new__user-link.ml-10 {
    margin-left: 0 !important;
  }
  .down-menu {
    padding-top: 0 !important;
  }

  .user-profile__sub-menu {
    margin-top: 10px;
    display: block;
    position: static !important;
    width: 100%;
    box-shadow: none;
  }

  .menu-new__user-link {
    padding-left: 10px;
    margin-left: 0 !important;
  }
  .menu-new__user-link li {
    padding-left: 10px;
  }
}

/* END NEW HEADER */

/*HEADER PART*/

/* DELLLL */
header {
  height: 100px;
  border-bottom: 2px solid #ba9653;
  position: fixed;
  width: 100%;
  z-index: 200;
  background: white;
  top: 0;
  -webkit-transition: height 0.4s ease-in-out;
  -moz-transition: height 0.4s ease-in-out;
  -ms-transition: height 0.4s ease-in-out;
  -o-transition: height 0.4s ease-in-out;
  transition: height 0.4s ease-in-out;
}

/*header.shrinkMenu {*/
/*  height: 50px;*/
/*}*/

.the-content {
  margin-top: 100px;
}

header .logo {
  width: 220px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.logo-wrapper {
  z-index: 1 !important;
}

.live-auctions-text {
  animation: popup 1s infinite;
  -webkit-animation: popup 1s infinite;
  -o-animation: popup 1s infinite;
}

/*header.shrinkMenu #menu {*/
/*  width: 80%;*/
/*}*/

/*header.shrinkMenu .otherLink {*/
/*  float: right;*/
/*}*/

/*header.shrinkMenu .logo {*/
/*  width: 110px;*/
/*  top: -8px;*/
/*  position: relative;*/
/*}*/

/*header.shrinkMenu .downMenu {*/
/*  position: absolute;*/
/*  width: 64%;*/
/*  left: 0;*/
/*}*/

#menu {
  position: relative;
  width: 40%;
}

#menu li {
  display: inline-block;
}

.menuLine {
  content: '';
  width: 20%;
  height: 2px;
  position: absolute;
  left: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin: 0;
  bottom: -5px;
  opacity: 0;
}

#menu .mainMenu {
  float: left;
  width: 20%;
  list-style-type: none;
  text-align: center;
}

#menu .mainMenu a {
  color: #646464;
}

#menu .otherLink {
  margin-bottom: 25px;
  padding-right: 10px;
  /*width: 94%;*/
}

#menu .mainMenu.mnli1:hover ~ hr,
.mainMenu.viewevents ~ hr,
.mainMenu.viewevent ~ hr {
  opacity: 1;
  left: 0%;
}

#menu .mainMenu.mnli2:hover ~ hr,
.mainMenu.catalog ~ hr {
  opacity: 1;
  left: 20%;
}

#menu .mainMenu.mnli3:hover ~ hr,
.mainMenu.avtori ~ hr {
  opacity: 1;
  left: 40%;
}

#menu .mainMenu.mnli4:hover ~ hr,
.mainMenu.mnli4.about ~ hr {
  opacity: 1;
  left: 60%;
}

#menu .mainMenu.mnli5:hover ~ hr,
.mainMenu.mnli5.contacts ~ hr {
  opacity: 1;
  left: 80%;
}

.mainMenu.catalog.mNone ~ hr {
  opacity: 0;
}

#menu .otherLink a:hover .icon {
  background-position: bottom;
}

#menu .otherLink a {
  position: relative;
  padding-left: 32px;
  display: inline-block;
}

#menu .otherLink li:first-of-type a:hover {
  color: #ba9653;
}

#menu .otherLink li:last-of-type a:hover {
  color: #005446;
}

#menu .otherLink .user-link {
  position: absolute;
}

/*header.shrinkMenu .down-menu {*/
/*  position: absolute;*/
/*  left: 210px;*/
/*  top: -26px;*/
/*}*/

.otherLink .icon {
  /* border-radius: 27px; */
  width: 27px;
  height: 27px;
  text-align: center;
  /* padding-top: 7px; */
  /* margin-right: 4px; */
  -webkit-transition: background 0.2s ease-out;
  -moz-transition: background 0.2s ease-out;
  -ms-transition: background 0.2s ease-out;
  -o-transition: background 0.2s ease-out;
  transition: background 0.2s ease-out;
  position: absolute;
  left: 0;
  top: -3px;
}

#menu .otherLink li:first-of-type {
  margin-right: 15px;
}

#menu img {
  width: 30px;
  margin-right: 4px;
}

/* END DELLLL */
/*---------------------------------------------------------------- PAGINATION*/

/*---------------------------------------------------------------- ABOUT US*/
/* .aboutUSSection {

} */
.contact-border {
  border-bottom: 1px solid #ba9653;
  margin-top: 25px;
  padding-bottom: 25px;
}

.contact-border .link-to-other-sites {
  border-bottom: 1px solid #ba9653;
  padding-bottom: 25px;
}
.contact-border .link-to-other-sites div {
  width: 100%;
  gap: 15px;
}
.contact-border .link-to-other-sites a {
  width: 400px;
}

.aboutUSSection div div p {
  font-size: 14px;
}

.aboutUSSection {
  padding-top: 20px;
}

.littleInfo {
  padding: 20px 0 0 0;
  position: relative;
  top: 12px;
  margin-top: 10px;
}

.aboutImgDiv {
  margin: 25px 0;
}

#contactForm {
  padding: 10px 0;
}

/* .otherContact .aboutUSSection {

} */
.otherContact .contact-border {
  border-top: 1px solid #ba9653;
  border-bottom: 0;
  padding-top: 25px;
  padding-bottom: 0;
}

/*---------------------------------------------------------------- ABOUT US*/

/*.pagination span {
    font-size:  1.1em;
}*/

.pagination .clickPag {
  cursor: pointer;
  position: relative;
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -ms-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  transition: all 1s ease-out;
  padding: 0 7px;
}

.pagination .clickPag:hover {
  top: -2px;
  -ms-transform: scale(1.4, 1.4);
  /* IE 9 */
  -webkit-transform: scale(1.4, 1.4);
  /* Safari */
  transform: scale(1.4, 1.4);
}

.pagination .first {
  border-right: 1px solid #005446;
  padding-right: 5px;
}

/*PAGINATION END ----------------------------------------------------------------*/

/*---------------------------------------------------------------- HOME PAGE BEGIN*/

/*First line Home*/

.firstLine {
  position: relative;
}

.opNone {
  opacity: 0 !important;
  /* margin-top: -530px;  */
}

.opNoneAut {
  opacity: 0 !important;
}

.firstLine .sliderLoad {
  position: absolute;
  height: 380px;
  width: 100%;
  top: 0;
  bottom: 0;
  background: white;
}

.firstLine .sliderLoad .innerLoading {
  border: none;
}

.outerSlide {
  position: relative;
  overflow: hidden;
}

/* .sliderDiv {
    width: 100%;
    background-size: cover;
    background-position: center;
    height: 80vh;
    background-repeat: no-repeat;
    margin: 0;
} */

.slick-arrow {
  position: absolute;
  font-size: 40px;
  line-height: 100%;
  z-index: 50;
  top: 40%;
  color: white;
  padding: 0px 12px 7px 12px;
  border-radius: 32px;
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition: background-color 0.25s ease-in-out;
  -moz-transition: background-color 0.25s ease-in-out;
  -ms-transition: background-color 0.25s ease-in-out;
  -o-transition: background-color 0.25s ease-in-out;
  transition: background-color 0.25s ease-in-out;
  cursor: pointer;
}

.slick-arrow:hover {
  background-color: rgba(255, 255, 255, 0.5);
}

.arrow-right {
  right: 30px;
}

.arrow-left {
  left: 30px;
}

.bEvent {
  position: absolute;
  color: white;
  z-index: 20;
  max-width: 350px;
  right: 10%;
  top: 3vh;
  background: rgba(0, 84, 70, 0.5);
  padding: 8px;
  -webkit-transition: background 0.2s ease-out;
  -moz-transition: background 0.2s ease-out;
  -ms-transition: background 0.2s ease-out;
  -o-transition: background 0.2s ease-out;
  transition: background 0.2s ease-out;
}

.bEvent h1 {
  font-weight: bolder;
  margin-bottom: 15px;
  font-size: 25px;
}

.bEvent h3 {
  margin-bottom: 15px;
  font-size: 18px;
}

.bEvent p {
  font-size: 0.9em;
}

.bEvent span {
  font-size: 1.4em;
  margin-left: 6px;
  font-weight: bold;
  position: relative;
}

.firstLine:hover .bEvent .gold-color {
  animation: left-right 1s infinite;
  -webkit-animation: left-right 1s infinite;
  -o-animation: left-right 1s infinite;
}

.firstLine:hover .bEvent {
  background: rgba(0, 84, 70, 0.8);
}

/*Second Line Home*/

.secondLine {
  padding: 65px 0;
}

.innerAcive {
  position: relative;
  height: 395px;
  cursor: pointer;
}

.innerAcive .activeBanner {
  height: 350px;
  width: 240px;
  background-position: center;
  background-size: cover;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.innerAcive .activeBanner,
.seLinkDiv a,
.buyNowDivImg .picBuyNow,
.catalogDiv .catalogPic {
  -webkit-transition: all 0.25s ease-in;
  -moz-transition: all 0.25s ease-in;
  -ms-transition: all 0.25s ease-in;
  -o-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
}

.innerAcive:hover .activeBanner,
.buyNowDivImg:hover .picBuyNow,
.catalogDiv:hover .catalogPic {
  -ms-transform: scale(0.97);
  /* IE 9 */
  -webkit-transform: scale(0.97);
  /* Safari */
  transform: scale(0.97);
  box-shadow: inset 0px 0px 80px rgba(0, 0, 0, 0.8);
}

.secondLine h4 {
  margin: 0 auto;
}

.seLinkDiv {
  display: table;
  margin: 11px auto 0 auto;
}

.seLinkDiv a:hover {
  background: #005446;
  /*background: #ba9653;*/
}

.seLinkDiv a {
  background: #808080;
  color: white;
  display: table-cell;
  height: 45px;
  vertical-align: middle;
  padding: 0px 8px;
  width: 80%;
  font-size: 0.8em;
  text-align: left;
}

.seLinkDiv i {
  color: #b2b2b2;
  position: relative;
  left: 9px;
}

.shadowHover {
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.shadowHover:hover {
  box-shadow: 0px 2px 13px #888888;
}

/*Thirtth line Home*/
.thirdLine .middle {
  padding: 0;
}

.blogDiv h3,
.buyNowDiv h3,
.blogDiv {
  margin-bottom: 15px;
  padding-left: 15px;
}

/* .noThings {
    margin-top: 30px;
} */
.blogDiv,
.buyNowDiv {
  padding-top: 30px;
}

.buyNowDiv a {
  color: black;
}

.blogDiv {
  background: #ecece3;
  overflow: hidden;
  padding-bottom: 20px;
}

.innerBlog {
  padding-left: 15px;
  padding: 7px 5px 7px 15px;
  margin-bottom: 25px;
  display: block;
}

.blogDate {
  border-bottom: 1px solid #ba9653;
  margin: 8px 0 5px 0;
  font-size: 0.9em;
  display: inline-block;
}

.buyNowDiv {
  background: #e0e0d2;
}

.picBuyNow,
.catalogPic {
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}

.picBuyNow,
.catalogPic {
  width: 150px;
  height: 150px;
}

.catalogPicBig {
  width: 250px;
  height: 250px;
}

.catalogPic-full {
  width: auto !important;
  height: auto !important;
}

.buyNowDivImg {
  min-height: 210px;
  border-bottom: 2px solid #cccccc;
  margin-bottom: 10px;
}

.buyNowDivImg:hover,
.catalogDiv:hover {
  border-bottom-color: #ba9653;
}

.buyNowDivImg h5 {
  margin-top: 8px;
}

/*HOME PAGE END ----------------------------------------------------------------*/

/*CATALOG PAGE*/

.catalogDiv p,
.catalogDiv {
  border-bottom: 1px solid #cccccc;
  color: black;
  font-size: 0.9em;
}

.catalogDiv {
  min-height: 375px;
  border-bottom: 1px solid #cccccc;
  margin-top: 20px;
  padding-top: 10px;
  cursor: pointer;
}

.catalogDiv:hover {
  border-bottom-color: #ba9653;
  box-shadow: 0px 0px 20px #888888;
}

.catalogDiv .catalogCap {
  height: 67px;
  overflow: hidden;
  padding-top: 4px;
}

.catalogDiv p:last-of-type,
.catalogDiv .catAutor,
.makeDots {
  width: 100%;
  overflow: hidden;
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.catalogDiv .avlDiv {
  color: white;
  padding: 0 4px 0 4px;
  margin-top: 5px;
  line-height: 35px;
  padding: 0 5px;
  margin-top: 5px;
  text-align: left;
}

.zoomContainer {
  z-index: 1001 !important;
}

.catalogDiv .catalprizeR {
  font-size: 0.8em;
}

.catalogDiv .catalprizeR .pull-right {
  max-width: 40%;
  overflow: hidden;
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.catalogDiv .detailsPc,
#lightBoxCat .priceEvent {
  background: #e4e4e4;
  font-size: 0.8em;
  padding: 4px !important;
}

.catalogDiv .catalogPic {
  width: 100%;
  height: 150px;
}

.catalogDiv .catalogPic i,
.buyNowDivImg i {
  display: inline-block;
  padding: 0 5px;
  height: 20px;
  text-align: center;
  color: white;
}

/*.outer-single-event .lightBoxSizes.icon-sizes:before,*/
/*.outer-single-event .lightBoxMaterials.icon-matirial:before,*/
/*.outer-single-event .lightBoxSigned.icon-signature:before,*/
/*.outer-single-event .lightBoxYear.icon-year:before {*/
/*  color: #ba9653;*/
/*  margin-top: 5px;*/
/*}*/

/*.outer-single-event .infoPic {*/
/*  margin-top: 20px;*/
/*}*/

/*.outer-single-event .lightBoxSizes.icon-sizes,*/
/*.outer-single-event .lightBoxMaterials.icon-matirial,*/
/*.outer-single-event .lightBoxSigned.icon-signature,*/
/*.outer-single-event .lightBoxYear.icon-year {*/
/*  padding-left: 50px;*/
/*  margin: 0 !important;*/
/*  display: flex;*/
/*  align-items: center;*/
/*  height: 50px !important;*/
/*  margin-top: 10px;*/
/*}*/

/*.outer-single-event .lightBoxAut {*/
/*  margin-top: 20px;*/
/*}*/
/*.outer-single-event .shareIn {*/
/*  display: block !important;*/
/*  width: 10px;*/
/*}*/

.outer-single-event .auctionDiv {
  margin-bottom: 15px;
}

.buyNowOffer button {
  padding: 2px !important;
  outline: none !important;
  border: none;
}

.bid-up img {
  transform: rotate(180deg);
}

.bid-up img,
.bid-down img {
  width: 15px;
}

/*END CATALOG PAGE*/

/*AUTORS PAGE*/

.mainAutorDiv {
  width: 100%;
  margin-top: 20px;
  padding: 10px 0;
  border-bottom: 3px solid #ba9653;
  padding: 10px;
  position: relative;
  /*  border-top: 3px solid #ba9653;*/
}

.mainAutorDiv .outerLoading {
  background: white;
}

.mainAutorDiv .outerLoading {
  position: absolute;
  height: 392px;
  left: 0;
}

.imageInnerAuth {
  height: 300px;
}

.mainAutorDiv p {
  color: black;
}

.innerImgAut {
  cursor: move;
}

.imageInnerAuth div {
  background-position: center;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.innerAutLine {
  padding: 5px;
}

.mainAutorDiv:hover {
  box-shadow: 0px 0px 20px #888888;
}

.mainAutorLink,
.mainAutorLink:hover {
  color: black;
}

.mainAutorLink .catalogPic {
  margin-right: 10px;
}

/*.mainAutorLink:hover {
    border-bottom-color: red;
}*/

/*END AUTORS PAGE*/

/*SINGLE AUTOR PAGE*/

.autorBody {
  padding-top: 28px;
}

/*END AUTORS PAGE*/

/*EVENTS PAGE*/

.eventsSectionActive .auterEvents:first-of-type,
.eventsSectionNonActive .auterEvents:first-of-type {
  border-top: 2px solid #cccccc;
}

.buyNowEvent {
  position: relative;
}

.buyNowEvent,
.startPriceEvent {
  display: block;
  color: white;
}

.buyNowEvent:after {
  width: calc(100% + 10px);
  left: -5px;
  height: 2px;
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  background: white;
}

.zoomHoover {
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -ms-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}

.zoomHoover:hover {
  background-color: #cccccc;
  padding: 0 10px;
  transform: scale(1.1);
  color: black;
}

.auterEvents {
  color: black;
  display: block;
  margin: 10px 0;
  padding: 10px 0;
  border-bottom: 2px solid #cccccc;
}

.auterEvents:hover {
  border-bottom: 2px solid #ba9653;
}

.picEvents {
  width: 200px;
  height: 262px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.leftInnerEvent {
  width: 40%;
  padding-left: 15px;
}

.rightInnerEvent {
  float: right;
}

.leftInnerEvent h3:first-of-type,
.rightInnerEvent h4:first-of-type {
  margin-bottom: 10px;
}

/*INER EVENTS PAGE*/

.eventBody {
  padding: 30px 0;
}

.eventBody .col-md-3,
.eventBody .col-md-9 {
  padding-left: 0;
  padding-right: 0;
}

.eventBody h5 {
  margin: 3px 0;
  font-size: 1.1em;
}

.eventBody .infoeventInn,
.eventBody .infoeventInnTwo {
  margin-left: 35px;
}

.eventBody .col-md-3 img {
  width: 100%;
  margin: 0 auto;
  max-width: 300px;
  display: block;
}

.noResults {
  display: inline-block;
  margin: 10px 0;
}

.article .infoeventInn {
  padding: 15px;
  margin-top: 20px;
}

.article .infoeventInn .slider-nav {
  padding: 5px 0;
}

.article .infoeventInn .slider-nav .slick-track {
  transform: none !important;
  width: 100% !important;
}

.article .infoeventInn .slider-nav .slick-list {
  overflow: visible;
}

.article .infoeventInn .slider-nav img {
  height: 50px;
  padding: 3px;
  margin: 0 5px;
  width: auto !important;
}

.article .infoeventInn .slider-nav .slick-current {
  border: 1px solid #005446;

  box-shadow: 0px 0px 2px 0px #005446;
  outline: none;
}

.infoeventInn p {
  /* margin-top: 20px; */
  overflow: hidden;
  position: relative;
  -webkit-transition: height 0.25s ease-out;
  -moz-transition: height 0.25s ease-out;
  -ms-transition: height 0.25s ease-out;
  -o-transition: height 0.25s ease-out;
  transition: height 0.25s ease-out;
  text-align: justify;
}

.infoeventInn .showHideDiv {
  height: 243px;
  overflow: hidden;
  -webkit-transition: height 0.2s ease-in-out;
  -moz-transition: height 0.2s ease-in-out;
  -ms-transition: height 0.2s ease-in-out;
  -o-transition: height 0.2s ease-in-out;
  transition: height 0.2s ease-in-out;
}

.moreEvP {
  width: 100%;
  display: block;
  border-bottom: 2px solid #ba9653;
  text-align: center;
  margin-top: 9px;
  padding-bottom: 2px;
  cursor: pointer;
}

/*END EVENTS PAGE*/

/*LIGHT BOX*/
.zoomContainer:hover .zoomLens:after {
  content: url('../../images/scrollzoom.svg');
  display: block;
  width: 10px;
  height: 50px;
  position: absolute;
  left: -10px;
}

.zoomContainer {
  overflow: hidden;
}

#lightBoxCat {
  width: 100%;
  height: 100%;
  background: rgba(66, 62, 66, 0.9);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  overflow-y: scroll;

  /* display: none; */
}

.popupL {
  animation: popup 0.5s;
  -webkit-animation: popup 0.5s;
  -o-animation: popup 0.5s;
}

#lightBoxCat.upload {
  width: 85%;
  margin: 0 auto;
  left: 0;
  right: 0;
  height: 70%;
  top: 15%;
  overflow: hidden;
  border-radius: 5px;
}

.innerUpload {
  /* background: white; */
  width: 90%;
  height: 90%;
  position: absolute;
  left: 0;
  right: 0;
  top: 5%;
  margin: 0 auto;
  padding: 20px;
}

.uploadImgForm .right {
  position: absolute;
  right: 0;
}

input.required,
.form-control.required {
  box-shadow: 0px 0px 12px 1px lightcoral !important;
  border-color: lightcoral !important;
}

.picUploadContainer {
  width: 100px;
  height: 100px;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}

.innerUpload h2 {
  margin-bottom: 10px;
}

.innerUpload p {
  color: white;
}

.dz-image {
  padding-top: 10px;
}

#lightBoxCat .imageBoxCat.no-img img {
  width: 50%;
  margin-top: 25vh;
}

#lightBoxCat .imageBoxCat.no-img {
  background: white;
  height: 100vh;
}

#lightBoxCat .middle {
  margin-top: 15px;
}

#lightBoxCat .lightBoxPrizes {
  line-height: 30px;
  padding: 0 5px;
  color: white;
  display: block;
  position: relative;
  overflow: hidden;
  margin-bottom: 10px;
}

#lightBoxCat .priceEvent {
  display: block;
  color: black;
  position: relative;
  overflow: hidden;
}

#lightBoxCat .lightBoxPrizes:before {
  background: #e4e4e4;
}

#lightBoxCat .priceEvent:before {
  background: #ba9653;
}

#lightBoxCat .priceEvent:before,
.lightBoxPrizes:before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 100;
  left: 0;
  height: 3px;
  width: 100%;
  position: absolute;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  left: -150%;
}

/* #lightBoxCat .priceEvent:hover:before,
.lightBoxPrizes:hover:before {
    left: 0;
} */
.lightBoxPrizes:hover:before {
  left: 0;
}

/*#lightBoxCat .imageBoxCat img {*/
/*  width: 100%;*/
/*}*/

#lightBoxCat .imageBoxCat img {
  margin: 0 auto;
  max-height: 90vh;
  display: block;
}

.imageBoxCat .outerLoading {
  width: 100%;
  position: absolute;
  background: white;
  height: 100vh;
  left: 0;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.textBoxCat h4 {
  color: white;
}

.textBoxCat.noInfo h4 {
  margin-bottom: 10px;
}

.infoProduct {
  margin-bottom: 10px;
}

.infoProduct i {
  color: white;
  border: 1px solid #ba9653;
  border-radius: 100%;
  padding: 5px;
  height: 25px;
  line-height: 11px;
  margin: 10px 4px 0 0;
  display: inline-block;
}

.outerInfoP {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 90%;
  padding: 10px;
}

.lightBoxSizes,
.severLighInfo li {
  position: relative;
  padding-left: 50px;
  margin: 15px 0;
}

#lightBoxCat .lightBoxSizes,
#lightBoxCat .severLighInfo li {
  width: 100%;
}

.severLighInfo {
  margin-bottom: 20px;
  border-bottom: 1px solid #ba9653;
}

.severLighInfo li {
  height: 45px;
  color: white;
}

.severLighInfo li span {
  display: inline-block;
  line-height: 14px;
}

.severLighInfo li:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}

.lightBoxSizes li {
  color: white;
}

.lightBoxSizes.icon-sizes:before,
.lightBoxMaterials.icon-matirial:before,
.lightBoxSigned.icon-signature:before,
.lightBoxYear.icon-year:before,
.lightBoxYear.icon-framed:before {
  left: 0;
  color: white;
  top: 1px;
  font-size: 1.8em;
  border: 1px solid #ba9653;
  border-radius: 46px;
  padding: 0px 3px 0px 3px;
  width: 40px;
  height: 40px;
  text-align: center;
  position: absolute;
}

#lightBoxCat .closeLight {
  margin-bottom: 10px;
}

#lightBoxCat .closeLight span {
  width: 35px;
  display: inline-block;
  padding: 2px 0;
  background: #ffffff;
  text-align: center;
  font-size: 1.1em;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  border-radius: 100px;
  margin: 5px 5px 0 0;
  border: 3px solid white;
  -webkit-transition: border 0.3s ease-in-out;
  -moz-transition: border 0.3s ease-in-out;
  -ms-transition: border 0.3s ease-in-out;
  -o-transition: border 0.3s ease-in-out;
  transition: border 0.3s ease-in-out;
  z-index: 10;
}

#lightBoxCat .closeLight span:hover {
  border: 3px solid #ba9653;
}

.lightBoxAut a {
  /* color: white; */
  margin-top: 5px;
  display: inline-block;
}

.lightBoxAut a:hover {
  color: white;
}

body.smallBody {
  height: 99vh;
  overflow: hidden !important;
}

.smallBody #content {
  /* height: 99vh!important; */
  display: none;
}

#lightBoxCat .lightBoxAut {
  color: white;
}

/*END LIGHT BOX*/

/*FILLTER*/

.fullSection {
  margin-top: 50px;
}

#filter {
  background: #ecece3;
  padding: 15px;
  z-index: 10;
}

/*#filter h3,*/
/*#priceFilter,*/
/*#avalFilter {*/
/*  display: inline-block;*/
/*}*/

#filter h3 {
  margin-top: 5px;
}

#inputsFilter {
  width: 100%;
}

#inputsFilter input[type='text'],
.uploadImgForm .form-control {
  width: 100%;
  padding: 10px 80px 10px 15px;
}

#inputsFilter input[type='text'],
#inputsFilter input[type='date'],
#inputsFilter input[type='time'],
.uploadImgForm .form-control,
.dropdownFilt select {
  background: #e0e0d2;
  border-style: none;
}

#inputsFilter button,
#inputsFilter a,
#inputsFilter select,
#inputsFilter div {
  border-radius: 4px;
}

.uploadImgForm .form-group {
  padding: 0;
}

.uploadImgForm .form-group.textArea textarea {
  height: 150px;
}

.uploadImgForm {
  margin-top: 30px;
}

.dropdownFilt select,
.uploadImgForm .form-control {
  width: 100%;
  position: relative;
  /* z-index: 800;*/
  padding: 10px;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.dropdownFilt {
  position: relative;
  display: flex;
  align-items: center;
  margin-left: 5px;
  margin-right: 5px;
  background: #e0e0d2;
  /*width: 145px;*/
}

.dropdownFilt.dropBig,
.uploadImgForm select {
  width: 100%;
}

.uploadImgForm .selectUpload {
  position: relative;
}

.uploadImgForm .selectUpload textarea {
  height: 150px;
}

/* .uploadImgForm .selectUpload input {
    position: absolute;
    top: 0;
    left: 0;
} */

.dropdownFilt:after,
.uploadImgForm .selectUpload input:after {
  content: '▼';
  position: relative;
  top: 2px;
  margin-right: 3px;
  z-index: 1;
  font-size: 1.2rem;
  text-align: center;
  pointer-events: none;
  display: block;
  color: #005446;
}

.dropdownFilt options:hover {
  background: #80a9a2;
}

#avalFilter,
#typeFilter {
  margin-right: 20px;
}

.inputAutor {
  margin-left: 35px;
  width: 350px;
  position: relative;
}

.inputAutor .btn {
  position: absolute;
  top: 0;
  right: 0;
}

.inputAutor .btn,
.adminSection .btn,
.swal-button {
  color: #fff;
  background-color: #313131;
  border-color: #313131;
  margin: 0;
  padding: 10px 1em;
}

.swal-button--loading {
  color: transparent !important;
}

input:focus,
textarea:focus {
  outline: 0 !important;
  box-shadow: 0px 0px 12px 1px rgba(0, 84, 70, 0.3) !important;
  border-color: rgba(0, 84, 70, 0.3);
}

.inputAutor .btn:hover,
.inputAutor .btn:active,
.adminSection .btn:hover,
.adminSection .btn:active,
.btn-primary.active,
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.swal-button:hover,
.swal-button:focus,
.swal-button:active {
  background: #80a9a2 !important;
  border-color: #80a9a2 !important;
  -webkit-transition: background 0.25s ease-out;
  -moz-transition: background 0.25s ease-out;
  -ms-transition: background 0.25s ease-out;
  -o-transition: background 0.25s ease-out;
  transition: background 0.25s ease-out;
  outline: none !important;
}

.swal-overlay {
  background: rgba(255, 255, 255, 0.5);
}

.swal-overlay--show-modal .swal-modal {
  border: 2px solid #005446;
  border-radius: 0;
}

/*FILLTER END*/

/*CLEAR FILTERS*/

.clearFiltersDiv {
  background: #ecece3;
  margin-top: 10px;
}

.clearFiltersDiv h5 {
  color: white;
  cursor: pointer;
  padding: 10px 0 10px 15px;
  width: 200px;
  margin-right: 8px;
  position: relative;
  overflow-x: hidden;
}

.clearFiltersDiv h5:after {
  content: 'X';
  position: absolute;
  height: 100%;
  width: 35px;
  text-align: center;
  right: -45px;
  top: 0;
  font-size: 1.5em;
  padding-top: 5px;
  background: #ab0606;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.clearFiltersDiv h5:hover:after {
  right: 0;
}

.easy-autocomplete-container ul {
  position: absolute;
  background: #ecece3;
  z-index: 200;
}

.easy-autocomplete-container ul li {
  padding: 10px 15px;
  border-bottom: 1px solid #005446;
  cursor: pointer;
}

.easy-autocomplete-container ul li.selected {
  background: #80a9a2;
}

/*CLEAR FILTERS END*/

/*FOOOTER*/

footer {
  background: #313131;
  min-height: 190px;
  width: 100%;
  text-align: center;
  padding: 30px 0;
  margin-top: 40px;
}

footer p {
  color: white;
  padding: 0 15px;
}

footer .socialFooter a,
#lightBoxCat .icon.icon-facebook,
.shareIn .icon.icon-facebook,
.outer-single-event .icon.icon-facebook {
  color: #b1b1b1;
  display: inline-block;
  background-color: #313131;
  width: 40px;
  height: 40px;
  padding: 0 0 8px;
  border-radius: 20px;
  margin: 17px 15px 0;
  font-size: 1.6em;
  border: 2px solid #b1b1b1;
  -webkit-transition: border 0.5s, background 0.5s ease-out;
  -moz-transition: border 0.5s, background 0.5s ease-out;
  -ms-transition: border 0.5s, background 0.5s ease-out;
  -o-transition: border 0.5s, background 0.5s ease-out;
  transition: border 0.5s, background 0.5s ease-out;
  text-decoration: none;
}

#lightBoxCat .icon.icon-facebook,
.shareIn .icon.icon-facebook,
.outer-single-event .icon.icon-facebook {
  margin: 20px 0;
  width: 30px;
  height: 30px;
  font-size: 1.2em;
  background: transparent;
}

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

.shareIn .icon.icon-facebook {
  border: 2px solid #2e4983;
  color: #2e4983;
  margin: 0;
}

footer .socialFooter a:hover,
#lightBoxCat .icon.icon-facebook:hover {
  border: 2px solid #fff;
  color: #fff;
}

footer .socialFooter a.icon-facebook:hover,
#lightBoxCat .icon.icon-facebook:hover,
.shareIn .icon.icon-facebook:hover {
  background: #2e4983;
}

.shareIn .icon.icon-facebook:hover {
  color: white;
}

footer .socialFooter a.icon-google:hover {
  background: #eeb211;
}

footer .socialFooter a.icon-linkedin:hover {
  background: #0073b1;
}

footer .socialFooter a.icon-pinterest:hover {
  background: #a61b20;
}

footer .socialFooter a.icon-instagram:hover {
  background: -webkit-radial-gradient(50px 220px, #ffda75 18%, #ff3a49 43%, #ff3a49 50%, #e518a1 70%, #6634e1 100%);
}

.socialFooter {
  margin-top: 15px;
}

.page {
  margin: 1em auto;
  max-width: 768px;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  height: 100%;
}

.box {
  padding: 0.5em;
  width: 100%;
  margin: 0.5em;
}

.box-2 {
  padding: 0.5em;
  width: calc(100% / 2 - 1em);
}

.options label,
.options input {
  width: 4em;
  padding: 0.5em 1em;
}

.btn {
  background: white;
  color: black;
  border: 1px solid black;
  padding: 0.5em 1em;
  text-decoration: none;
  margin: 0.8em 0.3em;
  display: inline-block;
  cursor: pointer;
}

.hide {
  display: none;
}

img {
  max-width: 100%;
}

/* Blog Page */

.articles .mainAutorDiv {
  border-bottom: 3px solid #ecece3;
  -webkit-transition: border 0.25s ease-in-out;
  -moz-transition: border 0.25s ease-in-out;
  -ms-transition: border 0.25s ease-in-out;
  -o-transition: border 0.25s ease-in-out;
  transition: border 0.25s ease-in-out;
}

.articles .mainAutorDiv:hover {
  border-bottom: 3px solid #ba9653;
}

/* .article .infoeventInn img {
    margin: 25px auto;
}
.slick-track {
    margin: 0;
} */

.article .infoeventInn a {
  margin: 10px 0 20px 0;
  display: inline-block;
}

/*RESPONSIVE*/

/* CHANGE TO navbar-res */
.navbar-res {
  display: none;
  position: relative;
  padding: 9px 2.5% 10px 10px;
  right: 0;
  z-index: 1000;
  -webkit-transition: right 0.2s ease-in-out;
  -moz-transition: right 0.2s ease-in-out;
  -ms-transition: right 0.2s ease-in-out;
  -o-transition: right 0.2s ease-in-out;
  transition: right 0.2s ease-in-out;
}

.navbar-res .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
  background-color: #005446;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -ms-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

.navbar-res .icon-bar + .icon-bar {
  margin-top: 4px;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.navbar-res.opened .icon-bar:nth-child(2) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 1.5px;
}

.navbar-res.opened .icon-bar:nth-child(3) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.navbar-res.opened .icon-bar:last-of-type {
  display: none;
}

.navbar-res.opened .icon-bar + .icon-bar {
  margin-top: 0px;
  color: #ba9653;
}

/* LOADING PAGINATION */

/* .loadingPag .buyNowDivImg .picBuyNow  {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
    background: white!important;
    background-image: url(../images/no-img-50x50.jpg)!important;
    background-repeat: no-repeat!important;
    background-position: center!important;
    background-size: 100%!important;
} */
.whiteLoad {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
  background: white !important;
  background-image: url(../../images/loading-logo.svg) !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: 100% !important;
  /* border: 2px solid #ba9653; */
  animation: bkgPopup 4s infinite;
  -webkit-animation: bkgPopup 4s infinite;
  -o-animation: bkgPopup 4s infinite;
  /* -webkit-transition: none!important;
      -moz-transition: none!important;
       -ms-transition: none!important;
        -o-transition: none!important;
           transition: none!important; */
}

.loadingPag .buyNowDivImg h5,
.loadingPag .buyNowDivImg h6 {
  margin: 1px 0;
  /* background: rgba(0, 84, 70, 0.5); */
  color: transparent;
}

/* AGREEE */
.povi {
  width: 100%;
  position: fixed;
  background: rgba(66, 62, 66, 0.9);
  bottom: 0;
  border-top: 2px solid #ba9653;
  z-index: 9999;
}

.innerPovi {
  padding: 20px 15px;
  color: white;
}

.povi--conditions .innerPovi {
  padding: 5px;
}

.povi--conditions .innerPovi a:hover {
  color: white;
}

.okPov {
  padding: 6px;
  width: 36px;
  margin-top: 13px;
  display: inline-block;
  border-radius: 20px;
  border: 1px solid white;
}

@media screen and (max-width: 1280px) {
  .eventBody {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (max-width: 991px) {
  .eventBody {
    padding-left: 0;
    padding-right: 0;
  }

  .eventBody .infoeventInn,
  .eventBody .infoeventInnTwo {
    margin: 10px auto 0 auto;
    padding: 0 15px;
  }

  .eventBody .col-md-3 img {
    max-width: 100%;
  }

  .shareIn {
    padding: 0 15px;
  }

  .imageBoxCat,
  .uploadImgForm .form-group.textBoxInput {
    padding-left: 0;
    padding-right: 0;
  }

  .catalogPicBig {
    margin: 0 auto;
  }

  .secondLine .mainActiveDiv {
    width: 50%;
    float: left;
    margin: 20px 0;
  }

  .secondLine .mainActiveDiv.singleEvent {
    width: 100%;
    float: none;
  }

  .innerAcive .activeBanner {
    width: 300px;
  }

  .singleEvent .innerAcive .activeBanner {
    width: 450px;
  }

  .the-content {
    margin-top: 60px;
  }

  .navbar-res {
    display: block;
  }

  header {
    height: 60px;
    padding: 6px 0;
  }

  header .logo {
    width: 125px;
  }

  /* NEW RES MENU */
  header .outer-menu-wrapper {
    display: block;
    padding-top: 70px;
    background: white;
    overflow-y: scroll;
    position: fixed !important;
    height: 100%;
    border-left: 4px solid #ba9653;
    right: -100%;
    top: 0;
    -webkit-transition: right 0.5s ease-in-out;
    -moz-transition: right 0.5s ease-in-out;
    -ms-transition: right 0.5s ease-in-out;
    -o-transition: right 0.5s ease-in-out;
    transition: right 0.5s ease-in-out;
    z-index: 2;
  }

  .outer-menu-wrapper .logo-res {
    display: block;
    top: 8px;
    left: 15px;
  }

  .outer-menu-wrapper .menu-line {
    display: none;
  }

  .outer-menu-wrapper .flex {
    display: block;
    width: 100%;
  }

  .main-menu {
    text-align: left;
    padding-left: 15px;
    border-bottom: 1px solid #ba9653;
  }

  .outer-menu-wrapper li {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .outer-menu-wrapper.menu-opened {
    right: 0;
  }

  /* END NEW RES MENU */
  /* RES DELLLL */
  #menu {
    display: block;
    width: 180px;
    padding-top: 70px;
    background: white;
    overflow-y: scroll;
    /* position: fixed; */
    position: fixed;
    height: 100%;
    border-left: 4px solid #ba9653;
    right: -180px;
    top: 0;
    -webkit-transition: right 0.5s ease-in-out;
    -moz-transition: right 0.5s ease-in-out;
    -ms-transition: right 0.5s ease-in-out;
    -o-transition: right 0.5s ease-in-out;
    transition: right 0.5s ease-in-out;
  }

  #menu.mOpened {
    right: 0;
  }

  #menu .mainMenu {
    display: block;
    width: 100%;
    border-bottom: 1px solid #ba9653;

    margin: 10px 0;
    /* padding-left: 65px; */
  }

  #menu .otherLink {
    width: 100%;
    margin-bottom: 10px;
  }

  #menu .otherLink li:first-of-type,
  #menu .otherLink li:last-of-type {
    width: 100%;
    text-align: center;
  }

  .otherLink .icon {
    width: 27px;
    height: 27px;
  }

  .otherLink .icon-price {
    font-size: 12px;
    padding-top: 6px;
  }

  .otherLink .icon-bgeng {
    font-size: 0.6em;
  }

  #menu .otherLink li:first-of-type {
    margin-bottom: 20px;
  }

  /* END RES DELLLL */
  .bEvent {
    right: 0;
    top: 0;
    padding-right: 15px;
  }

  .secondLine {
    padding: 35px 0;
  }

  .buyNowDivImg,
  .catalogDiv {
    width: 25%;
    float: left;
    text-align: center;
  }

  .picBuyNow {
    margin: 0 auto;
  }

  .textBoxCat {
    margin: 15px 0;
  }

  #avalFilter,
  #typeFilter {
    margin: 5px 1%;
    width: 48%;
  }

  #lightBoxCat .icon.icon-facebook {
    display: block;
  }

  #lightBoxCat.upload {
    width: 95%;
    overflow: scroll;
    min-height: 95%;
    /* height: inherit; */
  }

  #lightBoxCat .dropzone {
    padding: 20px;
    text-align: center;
  }

  #lightBoxCat .dropzone .choosePic,
  #lightBoxCat .dropzone .dz-remove {
    float: none !important;
  }

  .inputAutor {
    width: 100%;
    margin: 2px auto;
  }

  #filter h3 {
    text-align: center;
    width: 100%;
    margin-bottom: 10px;
  }

  #avalFilter,
  #typeFilter {
    margin: 4px auto;
    width: 100%;
  }
}

@media screen and (max-width: 750px) {
  .buyNowDivImg,
  .catalogDiv {
    width: 33.333%;
  }

  .rightInnerEvent {
    /* margin-top: 10px; */
    float: left;
    padding-left: 15px;
  }

  .leftInnerEvent {
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 601px) {
  .innerAcive .activeBanner {
    width: 250px;
  }

  .singleEvent .innerAcive .activeBanner {
    width: 350px;
  }

  .secondLine .mainActiveDiv {
    width: 100%;
    float: none;
  }

  .bEvent h1 {
    font-size: 12px;
  }

  .bEvent {
    width: 50%;
    height: 100%;
  }

  .bEvent span {
    display: none;
  }

  .slick-arrow {
    font-size: 25px;
    top: 30%;
    padding: 0px 8px 4px 8px;
  }

  .arrow-left {
    left: 10px;
  }

  .arrow-right {
    right: 10px;
  }

  .bEvent {
    position: relative;
    max-width: 100%;
    width: 100%;
    background: rgba(0, 84, 70, 1);
  }

  .bEvent h3,
  .bEvent h1 {
    margin-bottom: 5px;
  }

  .contact-border .link-to-other-sites div {
    flex-direction: column;
    padding: 15px;
  }

  .contact-border .link-to-other-sites div a {
    width: 100%
  }
}

@media screen and (max-width: 545px) {



  .picEvents {
    width: 100%;
  }

  .buyNowDivImg,
  .catalogDiv {
    width: 50%;
  }

  .leftInnerEvent,
  .rightInnerEvent {
    width: 50%;
    margin-top: 15px;
  }
}

@media screen and (max-width: 380px) {
  .singleEvent .innerAcive .activeBanner {
    width: 250px;
  }

  .picBuyNow,
  .catalogPic {
    width: 100%;
  }

  .buyNowDivImg,
  .catalogDiv {
    width: 100%;
  }

  .leftInnerEvent,
  .rightInnerEvent {
    width: 100%;
    text-align: center;
  }
}
