.box-categories .heading {
  text-align: center;
}
.box-categories .block-1-3 h3 {
  font-size: 16px;
}
.box-categories .grid_12 .row {
  margin-bottom: 40px;
  text-align: center;
}
.box-categories .grid_12 .row:before,
.box-categories .grid_12 .row:after {
  content: " ";
  display: table;
}
.box-categories .grid_12 .row:after {
  clear: both;
}
.box-categories .grid_12 .row:last-child {
  margin-bottom: 0;
}
.box-categories .grid_12 .row .grid_2 {
  display: inline-block;
  float: none;
}
.box-categories .grid_12 .row .grid_2:last-child {
  margin-right: -30px;
}
.cameraContents .btn__mod-1 {
  color: #000;
}
.header-top_s1 {
  text-align: center;
  margin-top: -13px;
}
.header-top_s1 .logo {
  font-size: 0px;
  margin-bottom: 3px;
  color: #fff;
  text-transform: uppercase;
  font-family: 'Righteous', Arial, cursive, sans-serif;
  /* background-image: url(../images/rerc_logo_new.png);
  background-size: cover;*/
  width: 335px;
  display: block;
}
.header-top_s1 .label {
  font-size: 12px;
  display: none;
}
.isStuck .header-top_s1 {
  margin-top: -10px;
}
.isStuck .header-top_s1 .logo {
  height: 60px;
  width: 300px;
}
.row-category {
  margin-bottom: 50px;
}
.row-category .img-box {
  padding-bottom: 15px;
}
.row-category .subtitle {
  padding-bottom: 15px;
}
.row-category .block-1-2 .btn {
  margin-top: 15px;
}
.container-contacts .block-4 {
  margin-top: 0;
  margin-bottom: 50px;
}
.super-box-1-1 .box-content {
  color: #443f43;
}
.super-box-1-1 .box-content h3 {
  font-family: 'Ubuntu', Arial, sans-serif;
  font-size: 22px;
  line-height: 30px;
  font-weight: 500;
  letter-spacing: -0.02em;
  padding: 0 0 20px 0;
}
.box-list .item {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px dotted #cecece;
}
.box-list .item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.box-list .item p.question,
.box-list .item p.name {
  font-weight: 500;
}
.box-list .item p.question span,
.box-list .item p.name span {
  font-size: 80%;
  font-weight: normal;
}
.box-list .item p.question {
  margin-bottom: 10px;
  font-size: 18px;
}
.split {
  margin: 70px 0;
  border-bottom: 1px dotted #cecece;
  height: 1px;
}
.split:before,
.split:after {
  content: " ";
  display: table;
}
.split:after {
  clear: both;
}
.static-text h2 {
  font-family: 'Ubuntu', Arial, sans-serif;
  font-size: 28px;
  line-height: 30px;
  font-weight: 500;
  letter-spacing: -0.02em;
  padding: 0 0 20px 0;
  color: #443f43;
}
.static-text p + h2,
.static-text p + h3 {
  padding-top: 40px;
}
.static-text h3 {
  font-family: 'Ubuntu', Arial, sans-serif;
  font-size: 22px;
  line-height: 30px;
  font-weight: 500;
  letter-spacing: -0.02em;
  padding: 0 0 20px 0;
  color: #443f43;
}
.static-text a {
  -webkit-transition: none;
  transition: none;
  text-decoration: underline;
}
.static-text p small {
  font-size: 80%;
}
.super-box-category {
  padding: 50px 0 50px 0;
}
.pull-right + .heading {
  margin-right: 250px;
}
.pull-right {
  z-index: 100;
}
h2.heading + h2.heading {
  padding-top: 0;
}
.product-img {
  padding-bottom: 0;
}
.product-price span {
  font-family: 'Righteous', Arial, cursive, sans-serif;
  font-size: 24px;
  margin-left: 5px;
}
.eventcandelabras {
  color: white;
  height: 170px;
  width: 170px;
  position: absolute;
  top: 110px;
  left: 0px;
  z-index: 100;
}
.eventcandelabras:before {
  content: ' ';
  display: block;
  position: absolute;
  height: 0;
  width: 0;
  border-top: 170px solid #fd5155;
  border-right: 170px solid transparent;
}
.eventcandelabras a {
  color: #fff;
  position: relative;
  padding: 20px 0 0 15px;
  z-index: 1;
  display: block;
  text-transform: uppercase;
  font-family: 'Righteous', Arial, cursive, sans-serif;
  line-height: 12px;
}
.eventcandelabras a span {
  display: block;
  width: 60px;
  height: 50px;
  background: url(../images/logo_ec.png) no-repeat;
  background-size: contain;
  margin-top: 15px;
}
.isStuck .eventcandelabras {
  display: none;
}
.search-form {
  display: none;
}

@media only screen and (max-width: 786px) {
  .eventcandelabras {
    display: none;
  }
  .header-top_s1 {
    margin-top: 0;
  }
  /*
.header-top_s1 .logo {
    margin: 0 auto;
}
*/
.header-top_s1 .logo img{
        max-width: 50% !important;
}
  .search-form {
    display: block;
    position: relative;
  }
  .search-form input.query {
    width: 100%;
    margin-bottom: 20px;
    box-sizing: border-box;
    font-family: 'Righteous', Arial, cursive, sans-serif;
    font-size: 18px;
    padding-left: 12px;
  }
  .search-form input.submit {
    border: none;
    background: transparent url(../images/icon_search.png);
    position: absolute;
    right: 10px;
    top: 6px;
    z-index: 10;
    width: 20px;
    height: 20px;
    font-size: 0%;
  }
}
.box-our-catalogs .img-box {
  padding-bottom: 20px;
}
.box-our-catalogs .block-1-2 .btn {
  margin-top: 10px;
}
.page-search .rc-form input.query {
  max-width: 500px;
  padding: 13px 27px;
  margin-right: 20px;
  margin-bottom: 20px;
  height: 44px;
}
.hambuger i{
	color:#cba270 !important;
cursor: pointer !important;
    margin-right: 15px;

}
.eapps-instagram-feed-title{
   font-family: 'Righteous', Arial, cursive, sans-serif !important;
    font-size: 42px !important;
    line-height: 50px !important;
    font-weight: 400 !important;
    letter-spacing: -0.02em !important;
    text-transform: uppercase !important;
margin-bottom:20px;
}

@media only screen and (max-width:768px) {
.header-top_s1 .logo {
	text-align: left !important;
}
    .header-top_s1 .logo img {
        max-width: 70% !important;
    }
    .header-top_s1{
	display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
width:100% !important;
}
.eapps-instagram-feed-title{
    font-size: 26px !important;
}

}
@media (max-width: 768px) {
  .select-menu option {
    display: none; /* hide all options by default */
  }

  /* Show only the options you want */
  .select-menu option[value="https://www.regalcandelabra.com/rentals/"],
  .select-menu option[value="https://www.regalcandelabra.com/products/"],
  .select-menu option[value="https://www.instagram.com/regal_candelabra/"],
  .select-menu option[value="https://www.regalcandelabra.com/faq/"],
  .select-menu option[value="https://www.regalcandelabra.com/about-us/"],
  .select-menu option[value="https://www.regalcandelabra.com/contacts/"],
  .select-menu option[value=""],
  .select-menu option[value="https://www.regalcandelabra.com/auth/login"],
  .select-menu option[value="https://www.regalcandelabra.com/auth/register"] {
    display: block; /* show only these */
  }
    .search-form {
        display: block !important;
        position: relative;
    }
    .search-form input.query {
        width: 100%;
        box-sizing: border-box;
        font-family: 'Righteous', Arial, cursive, sans-serif;
        font-size: 18px;
        padding-left: 12px;
    }
    .search-form input.query {
        padding: 10px;
        background-color: #231f20;
       border: 2px solid #ddb37b90;
font-size: 14px;
	
    }

    .search-form input.submit {
        top: 13px !important;
        filter: invert(97%) sepia(46%) saturate(5%) hue-rotate(150deg) brightness(113%) contrast(100%);
    }
.search-form input::placeholder{
	color:#ffffff !important;
}
}
.tab-searh {
    display: none; /* Hide by default */
}

@media (min-width: 668px) and (max-width: 1024px) {

	.header-top{
	    padding-bottom: 60px !important;
	}
    .tab-searh {
        display: block;
        position: absolute;
        z-index: 1;
        width: 65%;
        top: 95px;
        left: 50%;
        transform: translate(-50%, 0%);
    }
.mobile-search{
	display:none !important;
}
}

