@charset "UTF-8";
/* ============================================ *
 * Tags
 * ============================================ */
/***/
/***/
/*********************************************/
/**********************************/
/**************************************/
/***************************************/
/****************************************/
/****************************************/
/* ============================================ *
 * Linearize Table
 * ============================================ */
/***/
/***/
/* -------------------------------------------- *
 * Buttons
 */
/* ------------------------------------------- *
 * Button hover
 */
/* -------------------------------------------- *
 * Swatch label hover
 */
/* -------------------------------------------- *
 * Custom Radio button, Checkbox
 */
/* -------------------------------------------- *
 * Custom Select
 */
/* -------------------------------------------- *
 * Product View Zoom
 */
/* -------------------------------------------- *
 * Theme elements
 */
.theme-border, .table-bordered {
  border-top: solid 2px #fd806e;
}

.theme-color {
  color: #fd806e;
}

.title-border {
  border-bottom: solid 2px #dfdfdf;
  padding-bottom: 10px !important;
  margin-bottom: 40px !important;
}
@media only screen and (max-width: 767px) {
  .title-border {
    padding-bottom: 10px !important;
  }
}

.theme-block {
  border: solid 1px #dfdfdf;
  border-top: solid 2px #fd806e;
  padding: 30px 29px;
  margin-bottom: 60px;
}

.no-theme-block {
  border: none;
  padding: 0;
  margin-bottom: 0;
}

.table-bordered thead > tr > th,
.table-bordered thead > tr > td {
  font-size: 16px;
  line-height: 1.667em;
  color: #333333;
  
  font-weight: 500;
}

@media only screen and (max-width: 991px) {
  .theme-block {
    padding: 15px;
    margin-bottom: 30px;
  }
}
/* -------------------------------------------- *
* Table Bordered
*/
.table-bordered thead > tr > th,
.table-bordered thead > tr > td {
  border-bottom-width: 1px;
}
.table-bordered th,
.table-bordered td {
  border: solid 1px #dfdfdf;
}

/* -------------------------------------------- *
 * Material Design Click Animation
 */
.ink {
  display: block;
  position: absolute;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 100%;
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0);
  z-index: 9999;
}

.animate {
  -webkit-animation: ripple 0.65s linear;
  -webkit-animation: ripple 0.65s linear;
  -moz-animation: ripple 0.65s linear;
  -ms-animation: ripple 0.65s linear;
  -o-animation: ripple 0.65s linear;
  animation: ripple 0.65s linear;
}

@-webkit-keyframes ripple {
  100% {
    opacity: 0;
    -moz-transform: scale(2.5);
    -o-transform: scale(2.5);
    -ms-transform: scale(2.5);
    -webkit-transform: scale(2.5);
    transform: scale(2.5);
  }
}
@-moz-keyframes ripple {
  100% {
    opacity: 0;
    -moz-transform: scale(2.5);
    -o-transform: scale(2.5);
    -ms-transform: scale(2.5);
    -webkit-transform: scale(2.5);
    transform: scale(2.5);
  }
}
@-o-keyframes ripple {
  100% {
    opacity: 0;
    -moz-transform: scale(2.5);
    -o-transform: scale(2.5);
    -ms-transform: scale(2.5);
    -webkit-transform: scale(2.5);
    transform: scale(2.5);
  }
}
@keyframes ripple {
  100% {
    opacity: 0;
    -moz-transform: scale(2.5);
    -o-transform: scale(2.5);
    -ms-transform: scale(2.5);
    -webkit-transform: scale(2.5);
    transform: scale(2.5);
  }
}
/* -------------------------------------------- *
 * Icons
 */
.icon-sprite, .icon-sprite-for-modules {
  background-image: url(../images/icon_sprite.png);
  background-repeat: no-repeat;
  text-indent: -9999px;
}

.icon-sprite-for-modules {
  background-image: url(../images/icon_sprite.png);
}

@media (-webkit-min-device-pixel-ratio: 2), (min--moz-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 4 / 2), (min-device-pixel-ratio: 2), (min-resolution: 192dpi), (min-resolution: 2dppx) {
  .icon-sprite, .icon-sprite-for-modules {
    background-image: url(../images/icon_sprite@2x.png);
    background-size: 100px 1000px;
  }
}
#newsletterpopup .modal-dialog {
  top: 50%;
  margin: -205px auto 0;
  width: 582px;
  left: 50%;
  margin-left: -281px;
  position: fixed;
}
#newsletterpopup .newsletterpopup-content {
  position: relative;
  padding: 65px 35px;
  background: #fff url(../../images/bg-newsletter.png) 0 0 no-repeat;
  background-size: cover;
}
#newsletterpopup .newsletterpopup-content .newsletterpopup-indent .modal-body:after {
  content: "";
  display: table;
  clear: both;
}
#newsletterpopup button.button span span {
  
}
#newsletterpopup .newsletter-title {
  margin: 0;
  margin-bottom: 10px;
  color: #333333;
  font-family: "Ubuntu", sans-serif;
  font-size: 20px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  
  font-size: 23px;
  font-weight: 300;
  text-align: center;
  background: url(../../images/newsletter-logo.png) no-repeat center top;
  padding-top: 90px;
}
#newsletterpopup .newsletter-slogan {
  line-height: 20px;
  text-align: center;
  max-width: 280px;
  margin: 0 auto 15px;
}
#newsletterpopup .block-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
#newsletterpopup .block-content .form-group {
  width: 290px;
  margin-bottom: 0;
  position: relative;
}
#newsletterpopup .block-content .form-group .input-text {
  width: 100%;
  height: 40px;
  background: #ffffff;
  border: 1px solid #dfdfdf;
}
#newsletterpopup .block-content .actions {
  margin-left: 6px;
}
#newsletterpopup .block-content .actions .button {
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.2);
  height: 40px;
  padding: 9px 30px;
}
#newsletterpopup .block-content .actions .button:hover {
  box-shadow: none;
}
#newsletterpopup .close {
  background: #ffffff;
  font-size: 14px;
  display: block;
  text-align: center;
  position: absolute;
  right: 17px;
  top: 17px;
  opacity: 1;
  filter: alpha(opacity=100);
  text-shadow: 0;
  color: #fd806e;
  z-index: 2;
  -webkit-transition: all, 0.3s, ease-in-out;
  -o-transition: all, 0.3s, ease-in-out;
  transition: all, 0.3s, ease-in-out;
}
#newsletterpopup .close:hover {
  color: #333333;
}
#newsletterpopup .close i {
  display: block;
  margin: -3px -2px 0 0;
}
#newsletterpopup .validation-advice {
  color: #eb340a;
  position: absolute;
  z-index: 139;
  bottom: -5px;
  background: #ffffff;
  padding: 0 3px;
  border: 1px solid #ddd;
  border-radius: 3px;
  font-size: 12px;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
}
#newsletterpopup .validation-advice:before {
  content: "";
  position: absolute;
  top: -4px;
  left: 10px;
  display: block;
  width: 8px;
  height: 8px;
  z-index: 140;
  background: #ffffff;
  border: 1px solid #ddd;
  border-right: 0;
  border-bottom: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media only screen and (max-width: 991px) {
  #newsletterpopup .newsletterpopup-content {
    padding: 90px 15px 15px;
  }
  #newsletterpopup .form-group {
    width: 230px;
    position: relative;
  }
}
@media only screen and (max-width: 767px) {
  #newsletterpopup .modal-dialog {
    width: 500px;
    margin: 20px auto 0;
    top: 0;
    position: relative;
    left: auto;
  }
  #newsletterpopup .block-content {
    position: relative;
  }
  #newsletterpopup .block-content .form-group {
    width: 100%;
    float: none;
  }
  #newsletterpopup .block-content .form-group .input-text {
    padding-right: 50px;
  }
  #newsletterpopup .block-content .actions {
    position: absolute;
    top: 0;
    right: 0;
  }
  #newsletterpopup button.button {
    padding: 6px 5px;
  }
  #newsletterpopup button.button span span {
    display: none;
  }
  #newsletterpopup button.button span::before {
    display: inline-block;
    font-family: "material-design";
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    content: "";
    font-size: 32px;
  }
}
@media only screen and (max-width: 599px) {
  #newsletterpopup .modal-dialog {
    width: 280px;
    top: 20px;
    margin-top: 0;
  }
  #newsletterpopup .newsletterpopup-content {
    position: relative;
    padding: 40px 20px 20px;
    background: #fff;
  }
  #newsletterpopup .newsletterpopup-content .newsletterpopup-indent {
    text-align: center;
  }
  #newsletterpopup .newsletterpopup-content .newsletterpopup-indent .modal-body {
    padding: 0;
  }
  #newsletterpopup .newsletter-title {
    margin-left: 0;
  }
  #newsletterpopup .newsletter-slogan {
    margin-left: 0;
  }
}

/*# sourceMappingURL=newsletterpopup.css.map */
