@charset "UTF-8";
/* ============================================ *
 * Tags
 * ============================================ */
/***/
/***/
/*********************************************/
/**********************************/
/**************************************/
/***************************************/
/****************************************/
/****************************************/
/* ============================================ *
 * Linearize Table
 * ============================================ */
/***/
/***/
/* -------------------------------------------- *
 * Buttons
 */
/* -------------------------------------------- *
 * Button hover
 */
/* -------------------------------------------- *
 * Swatch label hover
 */
/* -------------------------------------------- *
 * Custom Radio button, Checkbox
 */
/* -------------------------------------------- *
 * Custom Select
 */
/* -------------------------------------------- *
 * Theme elements
 */
.theme-border, .table-bordered {
  border-top: solid 2px #4AC0E0; }

.theme-color {
  color: #4AC0E0; }

.title-border {
  border-bottom: solid 2px #dfdfdf;
  padding-bottom: 10px !important;
  margin-bottom: 20px !important; }
  @media only screen and (max-width: 767px) {
    .title-border {
      margin-bottom: 15px !important;
      padding-bottom: 10px !important; } }

.theme-block {
  border: solid 1px #dfdfdf;
  border-top: solid 2px #4AC0E0;
  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;
  text-transform: uppercase;
  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: -150px auto 0;
  width: 617px;
  left: 50%;
  margin-left: -308px;
  position: fixed; }
#newsletterpopup .newsletterpopup-content {
  background: #fff;
  position: relative;
  padding: 50px 70px 75px;
  background-size: contain; }
  #newsletterpopup .newsletterpopup-content .newsletterpopup-indent .modal-body:after {
    content: "";
    display: table;
    clear: both; }
#newsletterpopup button.button span span {
  text-transform: uppercase; }
#newsletterpopup .newsletter-title {
  margin: 0;
  margin-bottom: 10px;
  color: #000000;
  font-family: "Roag W05 Black", sans-serif;
  font-size: 24px;
  font-weight: 500;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  text-transform: uppercase;
  text-align: left;
  margin-bottom: 28px; }
#newsletterpopup .newsletter-slogan {
  line-height: 31px;
  margin-bottom: 15px;
  text-align: left;
  font-size: 17px; }
#newsletterpopup .block-content {
  float: left;
  margin-top: 45px; }
  #newsletterpopup .block-content .form-group {
    width: 290px;
    float: left;
    margin-bottom: 0; }
    #newsletterpopup .block-content .form-group .input-text {
      width: 100%;
      height: 50px;
      background: #fff;
      border: 1px solid #dfdfdf;
      width: 100%; }
  #newsletterpopup .block-content .actions {
    float: right;
    margin-left: 0; }
    #newsletterpopup .block-content .actions .button {
      padding: 15px 18px; }
#newsletterpopup .close {
  background: #fff;
  width: 37px;
  height: 37px;
  font-size: 23px;
  display: block;
  text-align: center;
  position: absolute;
  right: 0;
  top: 0;
  opacity: 1;
  filter: alpha(opacity=100);
  text-shadow: 0;
  color: #191919;
  z-index: 2; }
  #newsletterpopup .close:hover {
    color: #4AC0E0; }
  #newsletterpopup .close i {
    display: block;
    margin: -3px -2px 0 0; }
#newsletterpopup .validation-advice {
  position: relative;
  text-align: left; }
@media only screen and (max-width: 991px) {
  #newsletterpopup .newsletterpopup-content {
    padding: 90px 15px 15px; }
  #newsletterpopup .newsletter-slog,
  #newsletterpopup .newsletter-title {
    margin-left: 35%; }
  #newsletterpopup .form-group {
    width: 230px; } }
@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 {
    float: right;
    position: relative;
    width: 100%; }
    #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 .block-content .actions .button {
        padding: 11px 18px 12px; }
  #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: 50px 20px 20px;
    background-size: contain; }
    #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; }
  #newsletterpopup .close {
    background-color: #4AC0E0;
    color: #fff;
    width: 45px;
    height: 45px; } }
