#transactionPrintModal .modal-iframe {
    width: 100%;
    min-height: 300px;
    border: 0px;
    height: 96%;
}
#transactionPrintModal .modal-content, #transactionPrintModal .modal-dialog, #transactionPrintModal .modal-body {
    height: 96%;
}

.bgcover {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.product-list .item .bgcover {
    height: 200px;
}
.product-detail .bgcover {
    height: 350px;
}
.product-list .item .caption{padding-top: 10px;}

/*Social*/
.social-buttons .icon-container{margin-right:10px;}
.social-buttons a.btn-facebook {
    background: #3B5998;
}

.social-buttons a.btn-googleplus {
    background: #d34836;
    color: #fff;
}
.signup-or-separator {
    position: relative;
    padding-top: 10px;
}

.signup-or-separator .signup-or-separator--text {
    position: absolute;
    left: 50%;
    display: block;
    width: 30px;
    margin-left: -15px;
    background: #e8f1f4;
    text-align: center;
}

.social-buttons a, .btn-signupemail {
    display: block;
    margin: 0px auto;
    padding: 5px 4px;
    margin-bottom: 5px;
    text-align: center;
    color: #fff;
    font-weight: 400;
    font-size: 19px;
    /* border-radius: 5px; */
    text-decoration: none;
    position: relative;
    height: 42px;
}
.social-button a.btn-icon-left .icon-container {
    display: inline-block;
    width: 20px;
    text-align: left;
    float: left;
    position: absolute;
    left: 20px;
    top: 2px;
    font-size: 27px;
}

.loyalty-product-item {display: block; text-decoration: none; margin-bottom: 30px;
  box-shadow: 0px 0px 8px rgba(127,127,127,0.5);
    
}
.loyalty-product-item .caption
{
  color: #333;
    padding: 5px 15px;
    min-height: 150px;
    /*background: #f6f6f6;*/
}
.loyalty-product-item .caption h4{    font-size: 14px;font-weight: 700;text-transform: uppercase;}
.loyalty-product-item .media-annotation {
    color: #999;
}
.loyalty-product-item .description{
  margin-top: 10px; 
}
.page-title{text-align: center;     font-size: 24px;}
.page-product-detail {padding: 20px 0px;}
.page-product-detail .lightSlider img{max-width: 100%; height: auto;}
.page-product-detail .page-title{text-transform: uppercase;  color: #111; margin: 0px 0px 10px; text-align: left;}
.page-product-detail .price{font-size: 32px; color: #666; margin-bottom: 5px;}
.page-product-detail .description{padding: 0px 0px; font-size: 14px;}
.page-product-detail .datetime{color: #666; font-size: 14px;}
.page-product-detail .post-entry{padding: 30px 0px;}
.page-product-detail .operation-hour{font-size: 13px; color: #777; }
.page-product-detail .operation-hour .title{font-size: 14px; border-bottom: solid 1px #ccc; margin-bottom: 10px; padding-bottom: 5px;}

.fl-page-nav .navbar-nav > li > a{font-weight: 700; text-transform: uppercase;}
.fl-page-header-primary .fl-logo-img{max-width: 160px; max-height: 120px; margin-bottom: 5px;}
.loyalty-header-address{margin-bottom: 5px; margin-top: 5px;}




/* Profile container */
.profile {
  margin: 20px 0;
}

/* Profile sidebar */
.profile-sidebar {
  padding: 20px 0 10px 0;
  background: #fff;
}

.profile-userpic img {
  float: none;
  margin: 0 auto;
  width: 50%;
  height: 50%;
  -webkit-border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  border-radius: 50% !important;
}

.profile-usertitle {
  text-align: center;
  margin-top: 20px;
}

.profile-usertitle-name {
  color: #5a7391;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 7px;
}

.profile-usertitle-job {
  text-transform: uppercase;
  color: #5b9bd1;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 15px;
}

.profile-userbuttons {
  text-align: center;
  margin-top: 10px;
}

.profile-userbuttons .btn {
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 600;
  padding: 6px 15px;
  margin-right: 5px;
}

.profile-userbuttons .btn:last-child {
  margin-right: 0px;
}
    
.profile-usermenu {
  margin-top: 30px;
}
.profile-usermenu .nav-menu{display: block;}

.profile-usermenu ul li {
  border-bottom: 1px solid #f0f4f7; display: block;
}

.profile-usermenu ul li:last-child {
  border-bottom: none;
}

.profile-usermenu ul li a {
  color: #93a3b5;
  font-size: 14px;
  font-weight: 400;
}

.profile-usermenu ul li a i {
  margin-right: 8px;
  font-size: 14px;
}

.profile-usermenu ul li a:hover {
  background-color: #fafcfd;
  color: #5b9bd1;
}

.profile-usermenu ul li.active {
  border-bottom: none;
}

.profile-usermenu ul li.active a {
  color: #5b9bd1;
  background-color: #f6f9fb;
  border-left: 2px solid #5b9bd1;
  margin-left: -2px;
}

/* Profile Content */
.profile-content {
  padding: 20px;
  background: #fff;
  min-height: 460px;
}

.rating-block{
    background-color:#FAFAFA;
    border:1px solid #EFEFEF;
    padding:15px 15px 20px 15px;
    border-radius:3px;
}
.padding-bottom-7{
    padding-bottom:7px;
}

.review-block{
    background-color:#FAFAFA;
    border:1px solid #EFEFEF;
    padding:15px;
    border-radius:3px;
    margin-bottom:15px;
}
.review-block-name{
    font-size:12px;
    margin:10px 0;
}
.review-block-date{
    font-size:12px;
}
.review-block-rate{
    font-size:13px;
    margin-bottom:15px;
}
.review-block-title{
    font-size:15px;
    font-weight:700;
    margin-bottom:10px;
}
.review-block-description{
    font-size:13px;
}

.loyalty-slick-single-item .item img{ width: 100%; height: auto;
  
}
.loyalty-slick-single-item .slick-prev,
.loyalty-slick-single-item .slick-prev:active,
.product-list .slick-prev,
.product-list .slick-prev:active{left: 15px; top: 50%; position: absolute; z-index: 9;}
.loyalty-slick-single-item .slick-next,
.loyalty-slick-single-item .slick-next:active,
.product-list .slick-next,
.product-list .slick-next:active{right: 15px; top: 50%;  position: absolute;}

.loyalty-slick-gallery-store,
.loyalty-slick-gallery-review {margin-left:-5px; margin-right:-5px;}
.loyalty-slick-gallery-store .slick-list ,
.loyalty-slick-gallery-review .slick-list {
    padding: 5px 0px 15px;
}
.loyalty-slick-gallery-store .item,
.loyalty-slick-gallery-review .item{padding: 0px 10px;}

.loyalty-slick-gallery-store .slick-dots li,
.loyalty-slick-gallery-review .slick-dots li{display: inline-block;}

.loyalty-slick-gallery-store .item {
    display: block;
    
}
.loyalty-slick-gallery-store .item .caption {
    
}
header .fl-page-nav-wrap{background: #f6f6f6;}
.fl-module.fl-module-widget .fl-widget{margin-bottom: 0px;}
.fl-widget .title{margin-top: 0px;}
.fl-page-footer-wrap{background-color: #3c3c3c;color: #fff; padding: 30px 0px;}
.fl-page-footer-wrap h6{color: #fff;    text-transform: uppercase;font-weight: 700;font-size: 16px;}

.loyalty-slick-gallery-review .slick-list{padding-top: 15px;}
.loyalty-slick-gallery-review .item .inner{padding: 20px; background: #f6f6f6; position: relative;}
.loyalty-slick-gallery-review .item .inner:before{content: "\f10d";     font: normal normal normal 14px/1 FontAwesome;
  width: 30px; height: 30px; line-height: 30px; border-radius: 50%; border:solid 1px #333; position: absolute; top:-15px; left: 50%; margin-left:-15px;
  text-align: center;  background: #fff;
}
.loyalty-slick-gallery-review .item .description{  height: 80px; overflow: hidden;     text-overflow: ellipsis;
      display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 4;
      margin-bottom: 20px;
}


.block-signup{position: relative;}
.block-background{height: 300px; }
.signup-content{background: url('../images/sign-up.png') no-repeat center center; padding: 30px 15px; text-align: center; color: #fff;}
.signup-content .title{display: block; text-align: center; font-weight: 700; font-size: 20px; margin-bottom: 20px;}
.signup-content  a{ padding: 10px 50px;border-radius: 25px; background: #00b050; color: #fff; border-color:#00b050; margin:0px 10px;}
.signup-content  a:hover{ background: #007535; border-color: #007535;}
.signup-content  a.btn-login{background: transparent; color: #fff; border-color: #fff;}
.signup-content  a.btn-login:hover{background: #007535; border-color:#007535;}

/* columns of same height styles */
.container-xs-height {
    display:table;
    padding-left:0px;
    padding-right:0px;
}
.row-xs-height {
    display:table-row;
}
.col-xs-height {
    display:table-cell;
    float:none;
}

.card-list .card-item{}
.card-list .card-item .thumb img{width: 100%; height: auto;}
.card-list .card-item .info{position: relative; padding-left: 85px; padding-right: 90px; min-height: 65px;}
.card-list .card-item .info h4{margin-bottom: 5px;}
.card-list .card-item .info .avatar{position: absolute; left: 5px; top:-40px; width: 70px; height: 70px; border-radius: 50%; 
  border-radius: 50%; border:solid 5px #fff; background: #fff;
}
.card-list .card-item .info .qrcode{position: absolute; right: 0px; top:-5px;}
.card-list .card-item .point
{
    padding: 10px 15px;
    background: #3c3c3c;
    color: #fff;
}
.card-list .card-item .point a{color: #fff; cursor: pointer;}
.card-list .bar-code{display: block; margin-left: -10px;}

.card-list .card-item .bar-code-only{padding-right: 135px;}
.card-list .card-item .fit-right{position: absolute; right: 0px; top:-5px;}

.page-scan{position:relative;}
.page-scan #preview{width:100%; height:auto;}
.page-scan.ready .line{position:absolute; width:calc(100% - 40px); height:2px; left:20px; background:red; z-index:9999;
  -webkit-animation: mymove 3s;  /* Safari 4.0 - 8.0 */
  -webkit-animation-iteration-count: infinite; /* Safari 4.0 - 8.0 */
  animation: mymove 3s;
  animation-iteration-count: infinite;
}

.loyalty-slider{position: relative; background-size: cover; background-position: center center; background-repeat: no-repeat;
  opacity: 0; min-height: 450px;
}
.loyalty-slider .form-registration {position: absolute; top: 50%; transform: translateY(-50%); left: 0px; width: 100%;}
.loyalty-slider .form-registration h3{margin: 0px 0px 10px; text-transform: uppercase;     font-size: 18px;}
.loyalty-slider .form-registration .panel{
      border: 0px;
    border-radius: 2px;
    background: rgba(255,255,255,0.9);
}
.loyalty-slider .form-registration .panel-footer{background: rgba(255,255,255,0.95);}


.form-registration input.form-control:-moz-placeholder, .form-registration textarea:-moz-placeholder, .form-registration textarea.form-control:-moz-placeholder { color: #888; }
.form-registration input.form-control:-ms-input-placeholder, .form-registration textarea:-ms-input-placeholder, textarea.form-control:-ms-input-placeholder { color: #888; }
.form-registration input.form-control::-webkit-input-placeholder, .form-registration textarea::-webkit-input-placeholder, .form-registration textarea.form-control::-webkit-input-placeholder { color: #888; }

.app-prompt{ z-index: 999; 
  display: none;
    width: 100%;
    line-height: 2em;
    background-color: #fff;
    color: #333;
    text-align: center;
    text-decoration: none;
    padding: 5% 0;
    min-height: 10%;
    position: fixed;
    bottom: 0;
    justify-content: flex-end;
    flex-direction: column;
    flex-grow: 1;
    animation-duration: 1s;
    animation-fill-mode: both;
    -webkit-box-shadow: 0px -2px 10px 0px rgba(0,0,0,0.25);
-moz-box-shadow: 0px -2px 10px 0px rgba(0,0,0,0.25);
box-shadow: 0px -2px 10px 0px rgba(0,0,0,0.25);
}


@keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  75% {
    transform: translate3d(0, 10px, 0);
  }
  90% {
    transform: translate3d(0, -5px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}

.bounceInUp {
  animation-name: bounceInUp;
}


@-webkit-keyframes mymove {
  0% {
    top:50px;
  }
  50% {
    top:calc(100% - 50px );
  }
  100% {
    top:50px;
  }
  
}

@keyframes mymove {
  0% {
    top:50px;
  }
  50% {
    top:calc(100% - 50px );
  }
  100% {
    top:50px;
  }
}


@media (min-width: 768px) {
    .container-sm-height {
        display:table;
        padding-left:0px;
        padding-right:0px;
    }
    .row-sm-height {
        display:table-row;
    }
    .col-sm-height {
        display:table-cell;
        float:none;
    }
}
@media (min-width: 992px) {
    .container-md-height {
        display:table;
        padding-left:0px;
        padding-right:0px;
    }
    .row-md-height {
        display:table-row;
    }
    .col-md-height {
        display:table-cell;
        float:none;
    }
}
@media (min-width: 1200px) {
    .container-lg-height {
        display:table;
        padding-left:0px;
        padding-right:0px;
    }
    .row-lg-height {
        display:table-row;
    }
    .col-lg-height {
        display:table-cell;
        float:none;
    }
}

@media (max-width: 767px) {
    .loyalty-slider{background:transparent!important;}
    .loyalty-slider img{margin-bottom: 15px;}
    .loyalty-slider .form-registration{position: static;    top: 0px;     transform: translateY(0%);}
    .loyalty-slider .form-registration .panel{background: #f9f9f9;}
    .loyalty-slider .form-registration .panel-footer{background: #e9e9e9;}

    .card-list .card-item .bar-code-only{padding-right: 0px;}
    .card-list .card-item .bar-code-only .fit-right{position: static; right: auto; top:auto;}
    .form-group-xs.form-group .input-group{display: block; margin-bottom: 5px; text-align: left}
    .form-group-xs.form-group .input-group .form-control{display: block; float: none;}
    .form-group-xs.form-group .input-group-btn{text-align: center;}
    .form-group-xs.form-group .input-group-btn:last-child>.btn{border-radius: 4px;}
}

/* vertical alignment styles */
.col-top {
    vertical-align:top;
}
.col-middle {
    vertical-align:middle;
}
.col-bottom {
    vertical-align:bottom;
}

.pac-container {
    z-index: 1051 !important;
}


.social-link-list{list-style: none; margin: 0px; padding: 0px;}
.social-link-list li{display: inline-block; margin-right: 15px;}
/* Style all font awesome icons */
.social-link-list .fa {
  padding: 20px;
  font-size: 30px;
  width: 70px;
  text-align: center;
  text-decoration: none;
  opacity: 0.5;
}

/* Add a hover effect if you want */
.social-link-list .fa.social-icon-linked {
  opacity: 1;
}

/* Set a specific color for each brand */

/* Facebook */
.social-link-list .fa-facebook {
  background: #3B5998;
  color: white;
}

/* Twitter */
.social-link-list .fa-google {
  background: #dd4b39;
  color: white;
}

.profile-button{text-align: right;}
@media (max-width: 767px) {
    .profile-button{text-align: center;}
    .profile-button .btn{padding: 5px;}
}

.dropzone .dz-default.dz-message{background-image: none;}
.btn-change-avatar{cursor: pointer;}

select#CountryCode{width: 120px;   height: 32px; border:0px; background: transparent;}
.input-group-addon-select2{    padding: 0px;   }

.my-stamp-list .inner{padding: 15px;     box-shadow: 0px 0px 2px rgba(127,127,127,0.5);}
.my-stamp-list .inner .fa{color: #F8C600; font-size: 22px;}
.my-stamp-list .inner  a .fa{color: #ccc;}
.my-stamp-list .inner .group-point{padding-left: 50px; position: relative; padding-bottom: 15px; font-size: 22px;}
.my-stamp-list .inner .group-point .fa{position: absolute; font-size: 36px; left:0px;}
.my-stamp-list .inner .group-point .fa:last-child{left: 10px; top: -5px;  }
.my-stamp-list .inner p{font-size: 18px;padding-top: 15px;}
.stamp-item .fa{color: #F8C600; font-size: 22px;}
.stamp-item .learn-more{font-weight: 700; color: #0E98BE; display: block;}
.loyalty-product-item.stamp-item .media-annotation{font-weight: 700; font-size: 18px;}

.pay-balance{text-align: center; padding-bottom: 30px;}
.pay-balance .amount{font-size: 32px; color: red;}

#profileform .select2{width: 100% !important; display: block;}
.btn-redeem{cursor: pointer;}

.form-group .intl-tel-input{display: block;}
.intl-tel-input .country-list{z-index: 3;}