/* CSS Document @import url(https://fonts.googleapis.com/css?family=News+Cycle:400,700&display=swap);  */

/* latin-ext */
@font-face {
  font-family: 'News Cycle';
  font-style: normal;
  font-weight: 400;
  src: local('News Cycle'), local('NewsCycle'), url(../fonts/CSR64z1Qlv-GDxkbKVQ_fO4KTet_.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'News Cycle';
  font-style: normal;
  font-weight: 400;
  src: local('News Cycle'), local('NewsCycle'), url(../fonts/CSR64z1Qlv-GDxkbKVQ_fOAKTQ.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
font-display: swap;
}
/* latin-ext */
@font-face {
  font-family: 'News Cycle';
  font-style: normal;
  font-weight: 700;
  src: local('News Cycle Bold'), local('NewsCycle-Bold'), url(../fonts/newscycle/CSR54z1Qlv-GDxkbKVQ_dFsvWNpeudwk.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
font-display: swap;
}
/* latin */
@font-face {
  font-family: 'News Cycle';
  font-style: normal;
  font-weight: 700;
  src: local('News Cycle Bold'), local('NewsCycle-Bold'), url(../fonts/CSR54z1Qlv-GDxkbKVQ_dFsvWNReuQ.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
font-display: swap;
}

body {
  font-family: 'News Cycle', Helvetica, Arial, sans-serif;
}
.btn:active,
.btn.active {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: none;
}


.hs-responsive-embed-youtube {
position: relative;
padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
padding-top: 25px;
height: 0;
}
 
.hs-responsive-embed-youtube iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}


/* Text Alignment */
.badge {
  padding: 1px 5px 3px;
}

.btn {
  padding: 3px 12px 6px;
}
.input-group-btn .btn {
  padding: 6px 12px;
}
.btn-xs {
  padding: 0 5px 3px;
}
.input-group-btn .btn-xs {
  padding: 1px 5px;
}
.btn-sm {
  padding: 3px 10px 5px;
}
.input-group-btn .btn-sm {
  padding: 5px 10px;
}
select.input-sm {
  padding: 3px 10px 5px;
}





/* 5-Column Row */

.col-xs-50,.col-sm-50,.col-md-50,.col-lg-50 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xs-50 {
  width: 20%;
  float: left;
}
@media (min-width: 768px) {
  .col-sm-50 {
    width: 20%;
    float: left;
  }
}
@media (min-width: 992px) {
  .col-md-50 {
    width: 20%;
    float: left;
  }
}
@media (min-width: 1200px) {
  .col-lg-50 {
    width: 20%;
    float: left;
  }
}



/* Font Adjustment */

a {
  color:#000;
}
a:hover,
a:focus {
  color: #666;
}

h1,
.h1 {
  font-size: 48px;
}
h3, .h3 {
  text-transform: uppercase;
  font-weight: 700;
}
section#news h3 {
  margin-top: 0;
}

.inverse {
  color: #fff;
}

.inverse a {
  color:#fff;
}
.inverse a:hover,
.inverse a:focus {
  color: #aaa;
}

@media (max-width:767px) {
  footer {
    font-size: 12px;
  }

  section#about h1, section#about .h1 {
    font-size: 38px;
  }
}

@media (min-width:768px) {}

@media (min-width:992px) {}

@media (min-width:1200px) {}

@media (min-width: 992px) and (max-width: 1199px) {}

@media (min-width: 768px) and (max-width: 991px) {}






.btn-primary {
  color: #fff;
  background-color: #6b6b6b;
  border-color: #6b6b6b;
  border-radius: 20px;
}
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #333;
  border-color: #333;
}

.btn-payment {
  color: #fff;
  background-color: #25d366;
/*  border-color: #00d1a7;*/
  border-color: #25d366;
  border-radius: 20px;
}
.btn-payment:focus,
.btn-payment.focus,
.btn-payment:hover,
.btn-payment:active,
.btn-payment.active,
.open > .dropdown-toggle.btn-payment {
  color: #fff;
  background-color: #29e971;
/*  border-color: #00f3c2;*/
  border-color: #29e971;
}
.inverse .btn-payment {
  color: #29e971;
  background-color: #fff;
  border-color: #fff;
}
.inverse .btn-payment:focus,
.inverse .btn-payment.focus,
.inverse .btn-payment:hover,
.inverse .btn-payment:active,
.inverse .btn-payment.active,
.inverse .open > .dropdown-toggle.btn-payment {
  color: #00f3c2;
  background-color: #29e971;
  border-color: #29e971;
}


.btn-nextprev {
  color: #000;
  background-color: #fff;
  border-color: #fff;
  border-radius: 0;
  font-size: 1.75em;
  font-weight: bold;
}

.btn-nextprev-sm {
  font-size: 1.3em;
  margin-top: -0.4em;
}

.btn-nextprev-sm:hover {
  color: #fff;
  background-color: #6b6b6b;
  border-color: #6b6b6b;
  border-radius: 0;
  font-size: 1.3em;
}

.btn-nextprev:hover{
  color: #fff;
  background-color: #6b6b6b;
  border-color: #6b6b6b;
  border-radius: 0;
  font-size: 1.75em;
  font-weight: bold;
}

.btn-minishare {
  font-size: 1.3em;
}

.btn-minishare:hover {
  color: #fff;
  background-color: #6b6b6b;
  border-color: #6b6b6b;
  border-radius: 0;
  font-size: 1.3em;
}

.btn-secondary {
  color: #000;
  background-color: #fff;
  border-color: #fff;
  border-radius: 0;
  font-size: 2.2em;
  margin-top: 0.6em;
}

.btn-secondary-mini {
  font-size: 1.8em;
}

.btn-secondary:focus,
.btn-secondary.focus {
  color: #000;
  background-color: #fff;
  border-color: #fff;
}
.btn-secondary:hover {
  color: #000;
  background-color: #fff;
  border-color: #fff;
}
.btn-secondary.disabled,
.btn-secondary[disabled],
fieldset[disabled] .btn-secondary,
.btn-secondary.disabled:hover,
.btn-secondary[disabled]:hover,
fieldset[disabled] .btn-secondary:hover,
.btn-secondary.disabled:focus,
.btn-secondary[disabled]:focus,
fieldset[disabled] .btn-secondary:focus,
.btn-secondary.disabled.focus,
.btn-secondary[disabled].focus,
fieldset[disabled] .btn-secondary.focus,
.btn-secondary.disabled:active,
.btn-secondary[disabled]:active,
fieldset[disabled] .btn-secondary:active,
.btn-secondary.disabled.active,
.btn-secondary[disabled].active,
fieldset[disabled] .btn-secondary.active {
  color:#000;
  background-color: #fff;
  border-color: #fff;
}

.btn-close {
  color: #000;
  background-color: #fff;
  border-color: #fff;
  border-radius: 0;
}
.btn-close:focus,
.btn-close.focus,
.btn-close:hover,
.btn-close:active,
.btn-close.active,
.open > .dropdown-toggle.btn-close {
  color: #fff;
  background-color: #6b6b6b;
  border-color: #6b6b6b;
}

.inverse .btn-primary {
  color: #555;
  background-color: #fff;
  border-color: #fff;
}
.inverse .btn-primary:focus,
.inverse .btn-primary.focus,
.inverse .btn-primary:hover,
.inverse .btn-primary:active,
.inverse .btn-primary.active,
.inverse .open > .dropdown-toggle.btn-primary {
  color: #555;
  background-color: #6b6b6b;
  border-color: #6b6b6b;
}


.btn-info.gradient {
  background: #b4b4b4;
  background: -moz-linear-gradient(top, #b4b4b4 0%, #848484 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #b4b4b4), color-stop(100%, #848484));
  background: -webkit-linear-gradient(top, #b4b4b4 0%, #848484 100%);
  background: -o-linear-gradient(top, #b4b4b4 0%, #848484 100%);
  background: -ms-linear-gradient(top, #b4b4b4 0%, #848484 100%);
  background: linear-gradient(to bottom, #b4b4b4 0%, #848484 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b4b4b4', endColorstr='#848484', GradientType=0 );
  border-color: #b4b4b4;
}
.btn-info.gradient:focus,
.btn-info.gradient.focus {
  color: #fff;
  background: #333333;
  background: -moz-linear-gradient(top, #333333 0%, #b4b4b4 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #333333), color-stop(100%, #b4b4b4));
  background: -webkit-linear-gradient(top, #333333 0%, #b4b4b4 100%);
  background: -o-linear-gradient(top, #333333 0%, #b4b4b4 100%);
  background: -ms-linear-gradient(top, #333333 0%, #b4b4b4 100%);
  background: linear-gradient(to bottom, #333333 0%, #b4b4b4 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#b4b4b4', GradientType=0 );
  border-color: #b4b4b4;
}
.btn-info.gradient:hover {
  color: #fff;
  background: #333333;
  background: -moz-linear-gradient(top, #333333 0%, #b4b4b4 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #333333), color-stop(100%, #b4b4b4));
  background: -webkit-linear-gradient(top, #333333 0%, #b4b4b4 100%);
  background: -o-linear-gradient(top, #333333 0%, #b4b4b4 100%);
  background: -ms-linear-gradient(top, #333333 0%, #b4b4b4 100%);
  background: linear-gradient(to bottom, #333333 0%, #b4b4b4 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#b4b4b4', GradientType=0 );
  border-color: #b4b4b4;
}
.btn-info.gradient:active,
.btn-info.gradient.active,
.open > .dropdown-toggle.btn-info.gradient {
  color: #fff;
  background: #333333;
  background: -moz-linear-gradient(top, #333333 0%, #b4b4b4 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #333333), color-stop(100%, #b4b4b4));
  background: -webkit-linear-gradient(top, #333333 0%, #b4b4b4 100%);
  background: -o-linear-gradient(top, #333333 0%, #b4b4b4 100%);
  background: -ms-linear-gradient(top, #333333 0%, #b4b4b4 100%);
  background: linear-gradient(to bottom, #333333 0%, #b4b4b4 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#b4b4b4', GradientType=0 );
  border-color: #333;
}

.btn-pagination {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-pagination:focus,
.btn-pagination.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.btn-pagination:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-pagination.disabled,
.btn-pagination[disabled],
fieldset[disabled] .btn-pagination,
.btn-pagination.disabled:hover,
.btn-pagination[disabled]:hover,
fieldset[disabled] .btn-pagination:hover,
.btn-pagination.disabled:focus,
.btn-pagination[disabled]:focus,
fieldset[disabled] .btn-pagination:focus,
.btn-pagination.disabled.focus,
.btn-pagination[disabled].focus,
fieldset[disabled] .btn-pagination.focus,
.btn-pagination.disabled:active,
.btn-pagination[disabled]:active,
fieldset[disabled] .btn-pagination:active,
.btn-pagination.disabled.active,
.btn-pagination[disabled].active,
fieldset[disabled] .btn-pagination.active {
  color:#fff;
  background-color: #6d6d6d;
  border-color: #494949;
}

.btn-tertiary {
  color: #fff;
  background-color: #656565;
  border-color: #656565;
  border-radius: 0;
  padding: 0px 2px;
  line-height: 1;
  /*font-size: 40px;*/
}
.btn-tertiary:focus,
.btn-tertiary.focus {
  color: #fff;
  background-color: #656565;
  border-color: #656565;
}
.btn-tertiary:hover {
  color: #fff;
  background-color: #656565;
  border-color: #656565;
}
.btn-tertiary.disabled,
.btn-tertiary[disabled],
fieldset[disabled] .btn-tertiary,
.btn-tertiary.disabled:hover,
.btn-tertiary[disabled]:hover,
fieldset[disabled] .btn-tertiary:hover,
.btn-tertiary.disabled:focus,
.btn-tertiary[disabled]:focus,
fieldset[disabled] .btn-tertiary:focus,
.btn-tertiary.disabled.focus,
.btn-tertiary[disabled].focus,
fieldset[disabled] .btn-tertiary.focus,
.btn-tertiary.disabled:active,
.btn-tertiary[disabled]:active,
fieldset[disabled] .btn-tertiary:active,
.btn-tertiary.disabled.active,
.btn-tertiary[disabled].active,
fieldset[disabled] .btn-tertiary.active {
  color:#fff;
  background-color: #656565;
  border-color: #656565;
}


.btn-setting {
  color: #919191;
  background-color: transparent;
  border-color: #616161;
  border-radius: 0;
  line-height: 1;
  /*font-size: 40px;*/
}
.btn-setting:focus,
.btn-setting.focus {
  color: #919191;
  background-color: transparent;
  border-color: #616161;
}
.btn-setting:hover {
  color: #fff;
  background-color: #656565;
  border-color: #656565;
}
.btn-setting:focus:hover,
.btn-setting.focus:hover {
  color: #919191;
  background-color: transparent;
  border-color: #616161;
}
.btn-setting:active,
.btn-setting.active,
.open > .dropdown-toggle.btn-setting {
  color: #fff;
  background-color: #656565;
  border-color: #656565;
}
/*.btn-setting:active:hover,
.btn-setting.active:hover,
.open > .dropdown-toggle.btn-setting:hover,*/
.btn-setting:active:focus,
.btn-setting.active:focus,
.open > .dropdown-toggle.btn-setting:focus,
.btn-setting:active.focus,
.btn-setting.active.focus,
.open > .dropdown-toggle.btn-setting.focus {
  color: #fff;
  background-color: #656565;
  border-color: #656565;
}
.btn-setting:active,
.btn-setting.active,
.open > .dropdown-toggle.btn-setting {
  background-image: none;
}
.btn-setting.disabled,
.btn-setting[disabled],
fieldset[disabled] .btn-setting,
.btn-setting.disabled:hover,
.btn-setting[disabled]:hover,
fieldset[disabled] .btn-setting:hover,
.btn-setting.disabled:focus,
.btn-setting[disabled]:focus,
fieldset[disabled] .btn-setting:focus,
.btn-setting.disabled.focus,
.btn-setting[disabled].focus,
fieldset[disabled] .btn-setting.focus,
.btn-setting.disabled:active,
.btn-setting[disabled]:active,
fieldset[disabled] .btn-setting:active,
.btn-setting.disabled.active,
.btn-setting[disabled].active,
fieldset[disabled] .btn-setting.active {
  color:#fff;
  background-color: #656565;
  border-color: #656565;
}


a.btn-collapse:after {
    font-family: 'FontAwesome';
    content: "\f078";
    float: right;
    color: grey;
}
a.btn-collapse.collapsed:after {
    content: "\f053";
}


.more {
  font-weight: 700;
}

section {
  /*margin-top: 20px;
  margin-bottom: 20px;*/
}

section#banner {
  background: #000;
  margin-top: 0;
  margin-bottom: 0;
}
section#nav {
  /*margin-bottom: 20px;*/
}
section#about {
  font-size:18px;
}
section#news {
  padding-top:15px;
  padding-bottom:15px;
}
section#gallery {
  padding-bottom:15px;
}
section#gifts {
  padding-bottom:15px;
}
section#panos {
  padding-bottom:15px;
}
section#newsletter {
  margin-bottom: 0;
  color: #fff;
}
section#social {
  margin-top: 20px;
  margin-bottom: 20px;
}

footer .container-fluid {
  color: #fff;
  background: #000;
  padding-top: 20px;
  padding-bottom: 20px;
}

/* Carousel */
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  width: 100%;
}
.carousel-indicators {
  bottom: 0px;
}
.carousel-indicators li {
  background: #fff;
  margin: 0;
  border: none;
}
.carousel-indicators .active {
  width: 10px;
  height: 10px;
  background-color: #605e5f;
  border: 1px solid #605e5f;
  border: none;
}
@media screen and (max-width: 767px) {
  .carousel-indicators {
    margin-bottom: 5px;
  }
}
@media screen and (min-width: 768px) {
  .carousel-indicators {
    bottom: 0px;
  }
}
.content-pointer {
  position: absolute;
  right: 10px;
  top: 0;
}

/* Nav */
.affix {
  top: 0;
  z-index: 999;
}
.affix-top {
  position:relative;
  z-index: 999;
}
.navbar-wrapper {
  background: #000;
  width: 100%;
}
.navbar-wrapper>.container {
  /*position:relative;
  z-index:999;*/
}
.navbar {
  margin-bottom: 0;
}
.navbar-header {
  border-bottom:1px solid #333;
}
.navbar-toggle {
  margin-right: 0;
}
.navbar-inverse {
  background-color: #000;
}
.navbar-inverse .navbar-brand {
  color: #fff;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #ddd;
  background-color: transparent;
}
.navbar-brand {
  float: none;
  font-weight: 700;
  padding-left: 0;
  padding-right: 0;
}
.navbar-brand > img {
  display: inline;
}
.navbar-search a:hover, .navbar-search a:focus {
  text-decoration: none;
}
.nav {
  text-transform: uppercase;
  padding-top: 10px;
  padding-bottom: 10px;
}
.nav > li {
  border-right: 1px solid #333;
}
.nav > li:last-child {
  border-right: none;
}
.nav > li > a {
  color: #fff;
}
.nav > li > a:hover,
.nav > li > a:focus {
  color: #000;
}

.input-group .form-control.search {
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}

#nav.affix {
  width: 100%;
}

@media (max-width:767px) {
  .navbar-brand {
    font-size: 20px;
    font-weight: light;
  }
  .navbar-brand > img {
    width: 45px;
  }
  .nav > li {
    border-right: none;
  }

}
@media (min-width: 768px) {
  .navbar {
    border-radius: 0;
  }
  .navbar-header {
    float: none;
    text-align: center;
  }
}
#footnote li {
  margin-bottom: 10px;
}
/*#footnote li > a:link {
  font-weight:700;
}*/
#footnote li > a:hover,
#footnote li > a:focus {
  /*color: #000;*/
}
#footnote h4, #footnote .h4 {
  margin-bottom: 0;
  font-weight: 700;
}

/* HOME */
.home #gallery .col-xs-50,.home #gallery .col-sm-50,.home #gallery .col-md-50,.home #gallery .col-lg-50 {
  padding-right: 0;
  padding-left: 0;
}
.home #gifts .col-xs-50,.home #gifts .col-sm-50,.home #gifts .col-md-50,.home #gifts .col-lg-50 {
  padding-right: 0;
  padding-left: 0;
}
.home #panos .col-xs-50,.home #panos .col-sm-50,.home #panos .col-md-50,.home #panos .col-lg-50 {
  padding-right: 0;
  padding-left: 0;
}

.home #gallery .thumbnail {
  padding: 0;
  border: none;
  border-radius: 0;
  -webkit-transition: border 0;
       -o-transition: border 0;
          transition: border 0;
  margin-bottom: 0;
}

.home #gifts .thumbnail-gifts {
    padding: 0;
    border: none;
    border-radius: 0;
    -webkit-transition: border 0;
    -o-transition: border 0;
    transition: border 0;
    margin-bottom: 0;
}

.home #panos .thumbnail-panos {
    padding: 0;
    border:none;
    border-radius: 0;
    -webkit-transition: border 0;
    -o-transition: border 0;
    transition: border 0;
    margin-bottom: 0;
}

.home #gallery .thumbnail > img, .home #gallery .thumbnail a > img {
    width: 100%;
    border: 0;
}
.home #gifts .thumbnail > img, .home #gallery .thumbnail a > img {
    width: 100%;
    border: 0;
}
.home #panos .thumbnail > img, .home #gallery .thumbnail a > img {
    width: 100%;
    border: 0;
}
.home .news-listing .item>.row {
  margin-bottom: 10px;
}
.home #gallery h4, .home #gallery .h4 {
  margin-top: 0;
}
.home #gifts h4, .home #gifts .h4 {
  margin-top: 0;
}
.home #panosh4, .home #panos .h4 {
  margin-top: 0;
}

.home #gallery .caption {
  text-align: center;
}
.home #gifts .caption {
  text-align: center;
}
.home #panos .caption {
  text-align: center;
}

/*
.home #gifts h4, .home #gifts .h4 {
  font-size: 14px;
  font-weight: bold;
  margin-top: 0;
}
*/

.home #newsletter .gradient {
  background: #a3a3a3;
  background: -moz-linear-gradient(left, #a3a3a3 0%, #5a5a5a 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #a3a3a3), color-stop(100%, #5a5a5a));
  background: -webkit-linear-gradient(left, #a3a3a3 0%, #5a5a5a 100%);
  background: -o-linear-gradient(left, #a3a3a3 0%, #5a5a5a 100%);
  background: -ms-linear-gradient(left, #a3a3a3 0%, #5a5a5a 100%);
  background: linear-gradient(to right, #a3a3a3 0%, #5a5a5a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a3a3a3', endColorstr='#5a5a5a', GradientType=1 );
}

.home #newsletter .map img {
  margin-right: -15px;
}

#banner .carousel-caption {
  left: 10%;
  right: 0;
  top: 25%;
  width: 40%;
  font-size: 68px;
  font-weight: 700;
  line-height: 1.2;
  text-align: left;
  padding-top: 0;
  padding-bottom: 0;
}
@media (min-width: 768px) and (max-width: 991px) {
  #banner .carousel-caption {
    font-size: 48px;
  }
}
@media (max-width:767px) {
  #banner .carousel-caption {
    font-size: 24px;
    width: 80%;
    top: 10%;
  }
}



/* Gallery */
.gallery #gallery .thumbnail {
  padding: 0;
  border: 0;
  border-radius: 0;
  -webkit-transition: border 0;
       -o-transition: border 0;
          transition: border 0;
}
.gifts #gifts .thumbnail {
    padding: 0;
    border: 0;
    border-radius: 0;
    -webkit-transition: border 0;
    -o-transition: border 0;
    transition: border 0;
    
}
.panos #panos .thumbnail {
    padding: 0;
    border: 0;
    border-radius: 0;
    -webkit-transition: border 0;
    -o-transition: border 0;
    transition: border 0;
    
}

.gallery-row div.row {
  margin-top: 10px;
}
.gifts-row div.row {
  margin-top: 10px;
}
.panos-row div.row {
    margin-top: 10px;
    padding: 0;
    margin: 0;
}

.gallery-detail #carousel-gallery {
  min-height: 1300px;
}
.gifts-detail #carousel-panos {    /* ????? */
  min-height: 1300px;
}
.panos-detail #carousel-gifts {    /* ????? */
  min-height: 1300px;
}

/* Gallery Details */
.gallery-detail .container {
  max-width: 1024px;
}
.gifts-detail .container {
  max-width: 1024px;
}
.panos-detail .container {
  max-width: 1024px;
}

.gallery-detail .panel-group .panel {
  border-radius: 0;
  border-left-color: transparent;
  border-right-color: transparent;
  box-shadow: none;
  padding: 0; margin: 0;
}
.gifts-detail .panel-group .panel {
  border-radius: 0;
  border-left-color: transparent;
  border-right-color: transparent;
  box-shadow: none;
}
.panos-detail .panel-group .panel {
  border-radius: 0;
  border-left-color: transparent;
  border-right-color: transparent;
  box-shadow: none;
}


.gallery-detail .panel-group .panel + .panel {
  margin-top: 0;
  border-top-color: transparent;
}
.gifts-detail .panel-group .panel + .panel {
  margin-top: 0;
  border-top-color: transparent;
}
.panos-detail .panel-group .panel + .panel {
  margin-top: 0;
  border-top-color: transparent;
}


.gallery-detail .panel-default > .panel-heading {
  background: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  padding: 10px 0;
}
.gifts-detail .panel-default > .panel-heading {
  background: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  padding: 10px 0;
}
.panos-detail .panel-default > .panel-heading {
  background: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  padding: 10px 0;
}


.gallery-detail .panel-body {
  padding: 0 0 15px;
}
.gifts-detail .panel-body {
  padding: 0 0 15px;
}
.panos-detail .panel-body {
  padding: 0 0 15px;
}


.gallery-detail .panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: transparent;
}
.gifts-detail .panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: transparent;
}
.panos-detail .panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: transparent;
}

.gallery-detail .panel-heading a:after {
  font-family: 'FontAwesome';
  content: "\f078";
  float: right;
  color: grey;
}
.gifts-detail .panel-heading a:after {
  font-family: 'FontAwesome';
  content: "\f078";
  float: right;
  color: grey;
}
.panos-detail .panel-heading a:after {
  font-family: 'FontAwesome';
  content: "\f078";
  float: right;
  color: grey;
}

.gallery-detail .panel-heading a.collapsed:after {
    content: "\f053";
}
.gifts-detail .panel-heading a.collapsed:after {
    content: "\f053";
}
.panos-detail .panel-heading a.collapsed:after {
    content: "\f053";
}


.gallery-detail h4, .gallery-detail .h4 {
  font-weight: 700;
}
.gifts-detail h4, .gallery-detail .h4 {
  font-weight: 700;
}
.panos-detail h4, .gallery-detail .h4 {
  font-weight: 700;
}

#info .carousel-caption {
  position: relative;
  left: auto;
  right: auto;
  bottom: auto;
  padding-top: 10px;
  padding-bottom: 0;
  color: #555;
  text-shadow: none;
}


#info h4, #info .h4 {
  font-weight: 700;
}
#info a {
  font-weight: 700;
}

#social ul.list-inline>li {
  min-width: 120px;
}

.signin h4, .joinnow h4, .checkout h4 {
  border-bottom: 1px solid #bbb5a6;
  padding-bottom: 10px;
  margin-top: 30px;
  font-weight: 700;
}







.order-summary {
  border: 1px solid #a1a1a1;
  padding-bottom: 20px;
}
.order-summary tbody > tr > td {
  border-top: none;
}
.order-summary tbody > tr.total > td {
  border-top: 1px solid #bbb5a6;
}
.order-summary tbody > tr.total > td.h4 {
  font-weight: 700;
}
.order-summary a {
  font-weight: 700;
}




.shoppingbag .form-group {
  margin-bottom: 0;
}
.shoppingbag tbody > tr > td {
  border-bottom: 1px solid #ddd;
}



.show-outer-container {
  width: 425px;
  /*height: 425px;*/
  margin: 0 auto;
}
.show-container {
  position: relative;
}
.show-mount, .show-art {
  position: absolute;
}
.potrait .show-mount {
  top: 69px;
  left: 98px;
  width: 228px;
  height: 289px;
}
.landscape .show-mount {
  top: 99px;
  left: 69px;
  width: 289px;
  height: 228px;
}
.potrait .show-art {
  top: 110px;
  left: 138px;
  width: 146px;
  height: 206px;
}
.landscape .show-art {
  top: 138px;
  left: 110px;
  width: 206px;
  height: 146px;
}

.mount-frame input[type=radio] {
  display:none;
}
.mount-frame input[type=radio] + label {
  margin-bottom: 0;
}
.mount-frame input[type=radio]:checked + label {
  border: 2px solid #000;
}
.mount-frame-text {
  line-height: 0.9;
  color: #fff;
  padding: 8px 0 8px 10px;
  background: #000;
}

.frame-info {
  font-size: 12px;
}
.frame-info em.instock{
  color: #39b54a;
  font-weight: 700;
}
.frame-info em.sold{
  color: #f00;
  font-weight: 700;
}

.frame-info .panel-group .panel {
  border-radius: 0;
  border-left-color: transparent;
  border-right-color: transparent;
  box-shadow: none;
}
.frame-info .panel-group .panel + .panel {
  margin-top: 0;
  border-top-color: transparent;
}

.frame-info .panel-default > .panel-heading {
  background: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  padding: 5px 0;
}
.frame-info .panel-body {
  padding: 0 0 15px;
}
.frame-info .panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: transparent;
}

.frame-info .panel-heading a:after {
  font-family: 'FontAwesome';
  content: "\f078";
  float: right;
  color: grey;
}
.frame-info .panel-heading a.collapsed:after {
    content: "\f053";
}
.frame-info h4, .frame-info .h4 {
  font-weight: 700;
}


.border-left {
  border-left: 1px solid #e5e5e5;
}
.signin a {
  font-weight: 700;
}




#carousel-news .col-xs-6.col-sm-3 {
  padding-left: 0;
  padding-right: 0;
}
#carousel-news .row {
  margin-left: 0;
  margin-right: 0;
}
#carousel-news .thumbnail {
  padding: 0;
  border: none;
  border-radius: 0;
  -webkit-transition: border 0;
       -o-transition: border 0;
          transition: border 0;
  margin-bottom: 0px;
}

/* Font and font-size*/
/* body 14px */
/*html {
  font-size: 100%;
}
body {
  font-size: 100%;
}*/

/*.carousel-caption {
  font-size:4.2857em;
}*/
@media (max-width: 767px) {


}
@media (min-width: 768px) and (max-width: 991px) {
  /* x0.75 */

}
@media (min-width: 992px) and (max-width: 1199px) {

}
@media (min-width: 1200px) {
  /* x1.1425 */

}



/* Backgrounds */
.bg-darker, .home section#news, .home .gallery-row>div:nth-child(odd), .gallery-row>div:nth-child(odd)>div>div.row,
.gallery-row .item>div:nth-child(odd)>div>div.row,
.news-row .item>div:nth-child(odd)>div
 {
  background: #eee;
}
.bg-lighter, .home section#gallery, .home .gallery-row>div:nth-child(even),  .gallery-row>div:nth-child(even)>div>div.row,
.gallery-row .item>div:nth-child(even)>div>div.row,
.news-row .item>div:nth-child(even)>div
 {
  background: #f4f4f4;
}
.thumbnail {
  background: none;
}


/* Paddings and Margins */

.pa-0 { padding: 0; }
.pa-5 { padding: 5px; }
.pa-10 { padding: 10px; }
.pa-15 { padding: 15px; }
.pa-20 { padding: 20px; }
.pa-25 { padding: 25px; }
.pa-30 { padding: 30px; }
.pa-35 { padding: 35px; }
.pa-40 { padding: 40px; }

.pt-0 { padding-top: 0; }
.pt-5 { padding-top: 5px; }
.pt-10 { padding-top: 10px; }
.pt-15 { padding-top: 15px; }
.pt-20 { padding-top: 20px; }
.pt-25 { padding-top: 25px; }
.pt-30 { padding-top: 30px; }
.pt-35 { padding-top: 35px; }
.pt-40 { padding-top: 40px; }

.pb-0 { padding-bottom: 0; }
.pb-5 { padding-bottom: 5px; }
.pb-10 { padding-bottom: 10px; }
.pb-15 { padding-bottom: 15px; }
.pb-20 { padding-bottom: 20px; }
.pb-25 { padding-bottom: 25px; }
.pb-30 { padding-bottom: 30px; }
.pb-35 { padding-bottom: 35px; }
.pb-40 { padding-bottom: 40px; }

.pl-0 { padding-left: 0; }
.pl-5 { padding-left: 5px; }
.pl-10 { padding-left: 10px; }
.pl-15 { padding-left: 15px; }
.pl-20 { padding-left: 20px; }
.pl-25 { padding-left: 25px; }
.pl-30 { padding-left: 30px; }
.pl-35 { padding-left: 35px; }
.pl-40 { padding-left: 40px; }

.pr-0 { padding-right: 0; }
.pr-5 { padding-right: 5px; }
.pr-10 { padding-right: 10px; }
.pr-15 { padding-right: 15px; }
.pr-20 { padding-right: 20px; }
.pr-25 { padding-right: 25px; }
.pr-30 { padding-right: 30px; }
.pr-35 { padding-right: 35px; }
.pr-40 { padding-right: 40px; }


.ma-0 { margin: 0; }
.ma-5 { margin: 5px; }
.ma-10 { margin: 10px; }
.ma-15 { margin: 15px; }
.ma-20 { margin: 20px; }
.ma-25 { margin: 25px; }
.ma-30 { margin: 30px; }
.ma-35 { margin: 35px; }
.ma-40 { margin: 40px; }

.mt-0 { margin-top: 0; }
.mt-5 { margin-top: 5px; }
.mt-10 { margin-top: 10px; }
.mt-15 { margin-top: 15px; }
.mt-20 { margin-top: 20px; }
.mt-25 { margin-top: 25px; }
.mt-30 { margin-top: 30px; }
.mt-35 { margin-top: 35px; }
.mt-40 { margin-top: 40px; }

.mb-0 { margin-bottom: 0; }
.mb-5 { margin-bottom: 5px; }
.mb-10 { margin-bottom: 10px; }
.mb-15 { margin-bottom: 15px; }
.mb-20 { margin-bottom: 20px; }
.mb-25 { margin-bottom: 25px; }
.mb-30 { margin-bottom: 30px; }
.mb-35 { margin-bottom: 35px; }
.mb-40 { margin-bottom: 40px; }

.ml-0 { margin-left: 0; }
.ml-5 { margin-left: 5px; }
.ml-10 { margin-left: 10px; }
.ml-15 { margin-left: 15px; }
.ml-20 { margin-left: 20px; }
.ml-25 { margin-left: 25px; }
.ml-30 { margin-left: 30px; }
.ml-35 { margin-left: 35px; }
.ml-40 { margin-left: 40px; }

.mr-0 { margin-right: 0; }
.mr-5 { margin-right: 5px; }
.mr-10 { margin-right: 10px; }
.mr-15 { margin-right: 15px; }
.mr-20 { margin-right: 20px; }
.mr-25 { margin-right: 25px; }
.mr-30 { margin-right: 30px; }
.mr-35 { margin-right: 35px; }
.mr-40 { margin-right: 40px; }

.ft-34 { font-size: 34px;}
.ft-36 { font-size: 36px;}
.ft-38 { font-size: 38px;}
.ft-40 { font-size: 40px;}


/* Magnific Popup */
.mfp-iframe-holder .mfp-content {
  max-width: 1024px;
}

 /*Vertical Align*/
.vertical-align {
  display: flex;
  flex-direction: row;
}
/*.vertical-align > [class^="col-"],
.vertical-align > [class*=" col-"] {
  display: flex;
  align-items: center;
  justify-content: center;
}*/
.vertical-align > .valign-middle {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width:767px) {
  .vertical-align {
    display: inline;
  }
  #nav .vertical-align {
    display: flex;
  }
  .vertical-align:before {
    content: "";
  }
}


/**
 *  Do NOT include this part into your stylesheet.
 *  "flex: 1" or "flex-grow: 1" is added to make the inner div
 *  - Which is also a flex-item - take up all the horizontal space
 *  available space inside the flex container (.col-* elements)
 */
.vertical-align > [class^="col-"] > div,
.vertical-align > [class*=" col-"] > div {
  /* flex: 1; */
  /*flex-grow: 1;*/
}






.img-wrapper {
    display: inline-block;
    overflow: hidden;
    width: 100%;
}

    .img-wrapper img {
        -webkit-transition: all .5s ease;
        -moz-transition: all .5s ease;
        -ms-transition: all .5s ease;
        -o-transition: all .5s ease;
        transition: all .5s ease;
        vertical-align: middle;
        /*-webkit-transition: all 0;
    -moz-transition: all 0;
    -ms-transition: all 0;
    -o-transition: all 0;
    transition: all 0;
    vertical-align: middle;*/
        width: 100%;
    }

.img-wrapper img:hover, .img-wrapper:hover > img {
	transform:scale(1.5);
    -ms-transform:scale(1.5);
    -moz-transform:scale(1.5);
    -webkit-transform:scale(1.5);
    -o-transform:scale(1.5);
}

.wrapper-overlay {
    display: none;
}
.icon-search {
  display: none;
}
.img-wrapper {
    position: relative;
}
.img-wrapper:hover > .wrapper-overlay {
  display: block;
  background: #000;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.40;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  filter: alpha(opacity=40);
}
.img-wrapper:hover > .icon-search {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  display: table-cell;
  vertical-align: middle;
  margin-right: -50%;
  transform: translate(-50%, -50%)
}
.img-wrapper:hover > .icon-search:after {
  font-family: 'FontAwesome';
  content: "\f002";
  color: #ccc;
  font-size: 40px;
}




.carousel-control {
  width: 50%;
}
.carousel-control.left {
  background-image: none;
}
.carousel-control.right {
  background-image: none;
}
.carousel-control.left:hover {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
  background-image:      -o-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .0001)));
  background-image:         linear-gradient(to right, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control.right:hover {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
  background-image:      -o-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .5)));
  background-image:         linear-gradient(to right, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control:hover,
.carousel-control:focus {
  color: #fff;
  text-decoration: none;
  filter: alpha(opacity=90);
  outline: 0;
  opacity: .9;
}
.carousel-control .glyphicon-menu-left {
  position: absolute;
  top: 50%;
  left: 10%;
}
.carousel-control .glyphicon-menu-right {
  position: absolute;
  top: 50%;
  right: 10%;
}

.setting-wrapper {
  position: relative;
}
.setting-container {
  position: absolute;
  top: 0;
  right: 0;
}
#setting {
  z-index: 799;
  position: relative;
  font-size: 30px;
}
.popover-setting {
  background: #eee;
  z-index: 798;
}

.popover-title {
  font-size: 24px;
  color: #fff;
  background: #ababab;
  border-radius: 0;
}
.popover-content {
  padding: 0 20px 20px;
  min-width: 300px;
  overflow: hidden;
}
.popover-content .h4 {
  border-bottom: 1px solid #ccc;
  padding-bottom: 5px;
}


.row.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.row.no-gutters > [class^="col-"],
.row.no-gutters > [class*=" col-"] {
  padding-right: 0;
  padding-left: 0;
}


@media (max-width: 767px) {
  .text-xs-left { text-align: left; }
  .text-xs-right { text-align: right; }
  .text-xs-center { text-align: center; }
  .text-xs-justify { text-align: justify; }
  .pull-xs-left { float: left; }
  .pull-xs-right { float: right; }
}

@media (min-width: 768px) {
  .text-sm-left { text-align: left; }
  .text-sm-right { text-align: right; }
  .text-sm-center { text-align: center; }
  .text-sm-justify { text-align: justify; }
  .pull-sm-left { float: left; }
  .pull-sm-right { float: right; }
}

@media (min-width: 992px) {
  .text-md-left { text-align: left; }
  .text-md-right { text-align: right; }
  .text-md-center { text-align: center; }
  .text-md-justify { text-align: justify; }
  .pull-md-left { float: left; }
  .pull-md-right { float: right; }
}

@media (min-width: 1200px) {
  .text-lg-left { text-align: left; }
  .text-lg-right { text-align: right; }
  .text-lg-center { text-align: center; }
  .text-lg-justify { text-align: justify; }
  .pull-lg-left { float: left; }
  .pull-lg-right { float: right; }
}




.form-inline.form-inline-xs .form-group
{
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0px;
}
.form-inline.form-inline-xs .form-group .input-group
{
    display: inline-table;
    vertical-align: middle;
}
.form-inline.form-inline-xs .form-control {
  display: inline-block;
  width: auto;
}

.slider-track {
  border: 1px solid #a7a7a7;
}
.slider-selection, .slider-selection.tick-slider-selection {
  background: #2f3436;
}
.slider-handle.custom {
  background: #2f3436;
  border-radius: 10px;
  padding: 1px 1px 0 2px;
}

/* Or display content like unicode characters or fontawesome icons */
.slider-handle.custom:before {
  font-family: 'FontAwesome';
  line-height: 20px;
  font-size: 19px;
  content: '\f192'; /*unicode star character*/
  color: #fff;
}
.slider .tooltip-inner {
  color: #2f3436;
  background: #e5e5e5;
  border: 1px solid #2f3436;
}

.slider .tooltip-arrow, .slider .tooltip-arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.slider .tooltip-arrow {
  border-width: 5px;
}
.slider .tooltip-arrow:after {
  content: "";
  border-width: 5px;
}

.slider .tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-top-color: #2f3436;
  border-bottom-width: 0;
}
.slider .tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-top-width: 0;
}
.slider .tooltip.top .tooltip-arrow:after {
  bottom: 1px;
  margin-left: -5px;
  content: " ";
  border-top-color: #e5e5e5;
  border-bottom-width: 0;
}
.slider .tooltip.bottom .tooltip-arrow:after {
  top: 1px;
  margin-left: -5px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #e5e5e5;
}
.slider-tick.custom {
  display:none;

}
