/* =============================================================================
   ACCENT CLASSES
========================================================================== */
  .section_title .DS_edit_mode_title_accent_text1 {}

/* =============================================================================
   SECTIONS
   ========================================================================== */
.section_title{
    margin: 20px auto 5px auto;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 100%;
    text-align: center;
    font-family: 'Londrina Solid', 'Open Sans', sans-serif;
    font-weight: 700;
}
  .section_title span{
    margin: 20px auto 5px auto;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 100%;
    text-align: center;
    font-family: 'Londrina Solid', 'Open Sans', sans-serif;
    font-weight: 700;
  }
  .section_title.txt_left{
      text-align: left;
  }

.section_sub_title {
    margin: 0px auto 0px auto;
    padding-top: 0px;
    padding-bottom: 10px;
    width: 100%;
    text-align: center;
    font-family: 'Londrina Solid', 'Open Sans', sans-serif;
    font-weight: 600;
}
  .section_sub_title.txt_left{
      text-align: left;
  }

.c1{ color: #f58159;  } /* Peach */
  .c1_2{ color: #f37144; } /* Darker Peach */
.c2{ color: #ffd64a; } /* Yellow */
.c3{ color: #fff; text-shadow: 0px 1px 1px rgba(0,0,0,.25);}
.c4{ color: #fff;}

.section_wrapper{
  margin-bottom: 20px;
  -webkit-box-shadow: 0 3px 15px -5px rgba(0,0,0,1);
  box-shadow: 0 3px 15px -5px rgba(0,0,0,1);
}
.section{
  padding: 15px 20px;
}

.lang_change{
  font-size: 13px;
  line-height: 13px;
  vertical-align: top;
  padding: 2px 4px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  margin-left: 2px;
  border: 1px solid transparent;
}
  
  .lang_change:hover{
    background: #fff;
    border: 1px solid #ccc;
  }
  .lang_change.active, .lang_change.active:hover{
    background: #fff;
    border: 1px solid #f58159;
  }
  .lang_change img{
    height: 10px;
    vertical-align: top;
    margin-top: 1px;
  }

.footer_logo{
  margin: auto;
  text-align: center;
  display: block;
  margin-top: 40px;
  max-width: 250px;
}
.footer_logo2{
  margin: auto;
  text-align: center;
  display: block;
  margin-top: 0px;
  max-width: 200px;
}
.narrowish{
  max-width: 65%;
  margin: auto;
  display: block;
}




.header_jumper:before{
  display: block; 
  content: " "; 
  margin-top: -140px; 
  height: 140px; 
  visibility: hidden; 
  pointer-events: none;
}
.breadcrumb_bar *, .breadcrumb_bar {
  font-weight: 700;
}
.breadcrumb_bar a {
  text-decoration: underline;
}
.button_preloader{
  width: 30px;
  margin: auto;
  display: block;
}

.img_enhance_wrap{
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  background-color: #f58159;
 /* border-width:  10px;
  border-style: solid;
  border-color: #f58159;
  border-left-color: #9552ff;
  border-top-color: #02c931;
  border-right-color: #ffd64a;
  border-bottom-color: #ff52b9;*/
  padding: 0px;
  -moz-transform: rotate(-3deg);
  -webkit-transform: rotate(-3deg);
  -o-transform:rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform:  rotate(-3deg);
}
  .img_enhance_wrap .img{
    -moz-transform: rotate(3deg);
    -webkit-transform: rotate(3deg);
    -o-transform:rotate(3deg);
    -ms-transform: rotate(3deg);
    transform:  rotate(3deg);

    border-width:  5px;
    border-style: solid;
    border-color: #f58159;
    
    border-left-color: #02c931;
    border-top-color: #ffd64a;
    border-right-color: #ff52b9;
    border-bottom-color: #45d4ff;
  }
    .img_enhance_wrap .img.giftcard{
      border-radius: 30px;
      -webkit-border-radius: 30px;
      -moz-border-radius: 30px;
      overflow: hidden;
      -webkit-box-shadow: 0 3px 15px -5px rgba(0,0,0,1);
      box-shadow: 0 3px 15px -5px rgba(0,0,0,1);
    }

.nr_wrapper{
    text-align: center;
    padding: 20px 0;
  }
  .nr_img{
    max-width: 125px;
  }
  .nr_text{
    color: #999;
  }
/* =============================================================================
   ----------/////////  MEDIA QUERRIES  /////////------------
   ========================================================================== */
@media screen and (max-width: 1600px) {}
@media screen and (max-width: 1400px) {}
@media screen and (max-width: 1200px) {}
@media screen and (max-width: 979px) {
  .narrowish{
    max-width: 90%;
  }
}
@media screen and (max-width: 859px) {}
@media screen and (max-width: 767px) {
  .footer_logo{
    max-width: 200px;
  }
  .img_enhance_wrap{
    width: 100%;
    max-width: 400px;
    margin: auto;
  }
  .img_enhance_wrap .img.giftcard{
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
  }
}
@media screen and (max-width: 640px) {
  .section_wrapper{
    margin: 100px 10%;
  }
  .thumb_icon{
    width: 70px;
  }
}
@media screen and (max-width: 479px) {
  .section_wrapper{
    margin: 100px 5%;
  }
  .narrowish{
    max-width: 100%;
  }
  .img_enhance_wrap{
    max-width: 300px;
  }
  .img_enhance_wrap .img.giftcard{
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
  }
}