@import url("https://use.typekit.net/uxr7cqd.css");
.color-primary {
  color: #000 !important;
}
.color-secondary {
  color: #000 !important;
}
.color-tertiary {
  color: #000 !important;
}
.no-margin {
  margin: 0px !important;
}
.no-padding {
  padding: 0px !important;
}
.uppercase {
  text-transform: uppercase;
}
.lowercase {
  text-transform: lowercase;
}
a {
  color: #000;
}
a:hover,
a:focus {
  text-decoration: underline;
  color: #000;
}
a.thumbnail:active,
a.thumbnail:hover {
  border-color: #000;
}
b {
  font-weight: 600;
}
h1,
.h1 {
  margin: 0 0 25px 0;
  color: #000;
  font-size: 2.5em;
  font-weight: 600;
  text-align: center;
}
h2,
.h2 {
  margin: 25px 0 15px 0;
  color: #000;
  font-size: 1.875em;
  font-weight: 600;
  text-align: center;
}
body {
  font-family: sans-serif;
  color: #000;
  font-weight: 400;
  font-size: 16px;
}
@media (min-width: 768px) {
  body {
    font-family: 'futura-pt', sans-serif;
  }
}
.modal-backdrop {
  z-index: 9999;
}
.modal {
  z-index: 99999;
  text-align: left;
  color: #000 !important;
}
.overlay {
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  right: 100%;
  bottom: 100%;
  z-index: 999;
}
.overlay .fa {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -15px;
  margin-top: -15px;
  color: #000;
  font-size: 30px;
}
#header > .container > .row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
#header > .container > .row:before,
#header > .container > .row:after {
  display: none;
}
#header button {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 100%;
  max-width: 280px;
  min-height: 50px;
  background-color: transparent;
  padding: 5px 0;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-size: 1.125em;
  text-align: center;
  text-transform: uppercase;
  border: 1px solid #f0e0af;
}
#header button > b {
  color: #f0e0af;
}
#header button:hover,
#header button:focus,
#header button:active {
  text-decoration: none;
  background-color: #f0e0af;
  color: #000;
}
#header button:hover > b,
#header button:focus > b,
#header button:active > b {
  color: #000;
}
#header button + a,
#header button + button {
  margin: 15px 0 0 0;
}
@media (min-width: 768px) {
  #header button + a,
  #header button + button {
    margin: 0 0 0 30px;
  }
}
#header button.phone {
  font-size: 2.1875em;
  border: 0px none;
}
#header button.colored {
  background-color: #f0e0af;
  color: #000;
}
#header button.colored:hover,
#header button.colored:focus,
#header button.colored:active {
  background-color: #d5b553;
}
#header .mainButtons {
  text-align: right;
}
#header .mainButtons > a {
  display: inline-block;
  text-transform: uppercase;
}
#header .mainButtons > a + a {
  margin-left: 20px;
}
#header .logo {
  width: 100%;
  max-width: 150px;
  margin: 20px auto;
}
#header .locales {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: flex-end;
}
#header .locales:before,
#header .locales:after {
  display: none;
}
#header .locales > a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 50px;
  height: 50px;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  border: 1px solid #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
#header .locales > a:hover,
#header .locales > a:focus,
#header .locales > a:active,
#header .locales > a.active {
  text-decoration: none;
  color: #f0e0af;
  border-color: #f0e0af;
}
#header .locales > a + a {
  margin-left: 15px;
}
#header .triggerMenu {
  display: inline-block;
  background-color: transparent;
  border: 0px none;
  line-height: 1;
  font-size: 1.875em;
  color: #f0e0af;
}
#header .triggerMenu:before {
  font-family: 'HelfiFont';
  content: '\f0c9';
}
@media (min-width: 768px) {
  #header .triggerMenu {
    display: none;
  }
}
#header nav {
  display: none;
  margin-bottom: 15px;
}
#header.navOpened .triggerMenu:before {
  font-family: 'HelfiFont';
  content: '\f00d';
}
@media (max-width: 767px) {
  #header.navOpened nav {
    display: block;
  }
}
.header-container {
  background-color: #000;
  background-image: url(/images/front/bg-header-md.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  color: #fff;
}
.header-container a {
  color: #fff;
}
.header-container .logo.small {
  display: block;
}
.header-container .logo.large {
  display: none;
}
.header-container.large {
  background-image: url(/images/front/bg-header-large-md.jpg);
}
@media (min-width: 768px) {
  .header-container.large .logo.small {
    display: none;
  }
}
@media (min-width: 768px) {
  .header-container.large .logo.large {
    display: block;
  }
}
.header-content {
  margin-top: 40px;
}
.header-content .title {
  text-align: center;
  font-weight: 600;
  font-size: 2.1875em;
}
@media (min-width: 768px) {
  .header-content .title {
    font-size: 3.125em;
  }
}
.header-content .text {
  width: 100%;
  max-width: 600px;
  margin: 50px auto;
  text-align: center;
}
@media (max-width: 767px) {
  .header-content .text {
    display: none;
  }
}
.header-content .mainButtons {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  margin: 40px auto;
  justify-content: center;
}
.header-content .mainButtons > a,
.header-content .mainButtons > button {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 100%;
  max-width: 280px;
  min-height: 50px;
  background-color: transparent;
  padding: 5px 0;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-size: 1.125em;
  text-align: center;
  text-transform: uppercase;
  border: 1px solid #f0e0af;
}
.header-content .mainButtons > a > b,
.header-content .mainButtons > button > b {
  color: #f0e0af;
}
.header-content .mainButtons > a:hover,
.header-content .mainButtons > button:hover,
.header-content .mainButtons > a:focus,
.header-content .mainButtons > button:focus,
.header-content .mainButtons > a:active,
.header-content .mainButtons > button:active {
  text-decoration: none;
  background-color: #f0e0af;
  color: #000;
}
.header-content .mainButtons > a:hover > b,
.header-content .mainButtons > button:hover > b,
.header-content .mainButtons > a:focus > b,
.header-content .mainButtons > button:focus > b,
.header-content .mainButtons > a:active > b,
.header-content .mainButtons > button:active > b {
  color: #000;
}
.header-content .mainButtons > a + a,
.header-content .mainButtons > button + a,
.header-content .mainButtons > a + button,
.header-content .mainButtons > button + button {
  margin: 15px 0 0 0;
}
@media (min-width: 768px) {
  .header-content .mainButtons > a + a,
  .header-content .mainButtons > button + a,
  .header-content .mainButtons > a + button,
  .header-content .mainButtons > button + button {
    margin: 0 0 0 30px;
  }
}
.header-content .mainButtons > a.phone,
.header-content .mainButtons > button.phone {
  font-size: 2.1875em;
  border: 0px none;
}
.header-content .mainButtons > a.colored,
.header-content .mainButtons > button.colored {
  background-color: #f0e0af;
  color: #000;
}
.header-content .mainButtons > a.colored:hover,
.header-content .mainButtons > button.colored:hover,
.header-content .mainButtons > a.colored:focus,
.header-content .mainButtons > button.colored:focus,
.header-content .mainButtons > a.colored:active,
.header-content .mainButtons > button.colored:active {
  background-color: #d5b553;
}
.header-content .branches {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  margin-top: 50px;
  margin-bottom: 50px;
}
.header-content .branches > div {
  /*@media (min-width: @screen-lg-min) {
					margin: 0;
				}*/
}
@media (min-width: 768px) {
  .header-content .branches > div {
    margin: 15px 0;
  }
}
@media (max-width: 767px) {
  .header-content .branches {
    display: none;
  }
}
.header-content .branches .item {
  height: 100%;
  background-color: rgba(255, 255, 255, 0.1);
  font-size: 1em;
}
.header-content .branches .item > a > .location {
  margin: 0 0 10px 0;
  padding: 10px 0;
  background-color: #f0e0af;
  color: #000;
  font-weight: 600;
  font-size: 1.25em;
  text-align: center;
}
.header-content .branches .item > a > .address {
  margin: 10px 0;
  padding: 0 10px;
}
.header-content .branches .item > a > .openingHours {
  margin: 10px 0;
  padding: 0 10px;
}
.header-content .branches .item > a:hover,
.header-content .branches .item > a:focus,
.header-content .branches .item > a:active {
  text-decoration: none;
}
.header-content .branches .item > a.other {
  display: block;
  margin: 10px 0;
  padding: 0 10px;
  color: #f0e0af;
}
.header-content .branches .item > a.other[href^="tel"]:before {
  display: inline-block;
  width: 16px;
  margin-right: 5px;
  font-family: 'HelfiFont';
  text-align: center;
}
.header-content .branches .item > a.other[href^="tel"]:before {
  content: '\f095';
}
.header-content .branches .item > a.other:hover,
.header-content .branches .item > a.other:focus,
.header-content .branches .item > a.other:active {
  text-decoration: underline;
}
#footer {
  background-color: #000;
  color: #fff;
  padding: 10px 0;
}
#footer a {
  color: #f0e0af;
}
#footer > .container > .row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
#footer > .container > .row:before,
#footer > .container > .row:after {
  display: none;
}
#footer .logo {
  display: block;
  width: 100%;
  max-width: 150px;
  margin: 20px auto;
}
@media (min-width: 768px) {
  #footer .logo {
    margin: 20px auto 20px 0;
  }
}
#footer .copy {
  text-align: center;
}
#footer .copy2 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
  text-align: center;
}
#footer .copy2 img {
  height: 30px;
  margin: 0 0 0 10px;
}
#footer .socials {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  margin: 20px 0 0 0;
}
#footer .socials:before,
#footer .socials:after {
  display: none;
}
@media (min-width: 768px) {
  #footer .socials {
    margin: 0;
    justify-content: flex-end;
  }
}
#footer .socials > a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 50px;
  height: 50px;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  border: 1px solid #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #fff;
}
#footer .socials > a:hover,
#footer .socials > a:focus,
#footer .socials > a:active,
#footer .socials > a.active {
  text-decoration: none;
  color: #f0e0af;
  border-color: #f0e0af;
}
#footer .socials > a + a {
  margin-left: 15px;
}
.navigation {
  list-style: none;
  margin: 0;
  padding: 0;
  background-color: #eaeaea;
}
.navigation > li > a {
  display: block;
  padding: 10px 20px;
  color: #000;
}
.navigation > li > a:hover,
.navigation > li > a:focus,
.navigation > li > a:active,
.navigation > li > a.active {
  text-decoration: none;
  background-color: #000;
  color: #f0e0af;
}
.navigation > li:not(:first-of-type) {
  border-top: 1px solid #fff;
}
.htmlContent {
  margin-top: 30px;
  margin-bottom: 30px;
}
.htmlContent nav {
  display: none;
}
@media (min-width: 768px) {
  .htmlContent nav {
    display: block;
  }
}
.gallery {
  margin-top: 30px;
  margin-bottom: 30px;
}
.gallery > div {
  margin: 15px 0;
}
.gallery .img {
  display: block;
  width: 100%;
  height: 0;
  margin: 0;
  padding-top: 56.25%;
  position: relative;
  overflow: hidden;
}
.gallery .img img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  /*.transition-duration(0.5s);

			&.no-image {
				.opacity(0.15);
			}*/
}
.gallery .img.video a:before {
  display: block;
  width: 20px;
  height: 20px;
  margin: auto;
  background-color: #f0e0af;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 9;
}
.gallery .img.video a:after {
  display: block;
  width: 60px;
  height: 40px;
  margin: auto;
  font-family: 'HelfiFont';
  content: '\f16a';
  text-align: center;
  font-size: 2.5em;
  color: #fff;
  line-height: 1;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 99;
}
.gallery .img.video a:hover:before,
.gallery .img.video a:focus:before,
.gallery .img.video a:active:before {
  background-color: #fff;
}
.gallery .img.video a:hover:after,
.gallery .img.video a:focus:after,
.gallery .img.video a:active:after {
  color: #f0e0af;
}
.gallery .img.video a > span {
  display: inline-block;
  padding: 3px 7px;
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  font-size: 0.875em;
  position: absolute;
  left: 0;
  top: 0;
}
.gallery a:hover .plus,
.gallery a:focus .plus,
.gallery a:active .plus {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  width: 100%;
  height: 100%;
}
.documents {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
.documents:before,
.documents:after {
  display: none;
}
.documents > div {
  margin-bottom: 15px;
}
.documents .btn {
  height: 100%;
  white-space: normal;
}
.needItems {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
.needItems:before,
.needItems:after {
  display: none;
}
.needItems .item {
  margin: 20px 0;
  font-size: 1em;
  text-align: center;
}
.needItems .item > .ssg {
  display: block;
  margin: 0 0 20px 0;
  font-size: 4.5em;
}
.needItems .item .title {
  display: block;
  margin: 0 0 10px 0;
  font-size: 1.25em;
  font-weight: 600;
}
.needItems .item .title:after {
  content: '';
  display: block;
  width: 50px;
  height: 5px;
  background-color: #f0e0af;
  margin: 15px auto 0 auto;
}
.product-categories {
  padding: 0 15px;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
.product-categories:before,
.product-categories:after {
  display: none;
}
.product-categories > div {
  padding: 0;
}
.product-categories > div > button {
  display: block;
  width: 100%;
  height: 100%;
  padding: 5px 10px;
  color: #000;
  background-color: #eaeaea;
  border: 1px solid #fff;
}
.product-categories > div > button:hover,
.product-categories > div > button:focus,
.product-categories > div > button:active,
.product-categories > div > button.active {
  text-decoration: none;
  background-color: #000;
  color: #f0e0af;
}
.products-list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
.products-list:before,
.products-list:after {
  display: none;
}
.products-list > div {
  margin: 15px 0;
}
.products-list .item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 0 0 10px 0;
  background-color: #eaeaea;
  position: relative;
}
.products-list .item:before,
.products-list .item:after {
  display: none;
}
.products-list .item .img {
  display: block;
  width: 100%;
  height: 0;
  margin: 0;
  padding-top: 75%;
  position: relative;
  overflow: hidden;
}
.products-list .item .img img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  /*.transition-duration(0.5s);

					&.no-image {
						.opacity(0.15);
					}*/
}
.products-list .item .info {
  flex-grow: 2;
  padding: 10px;
}
.products-list .item .info .title {
  font-size: 1.25em;
  font-weight: 700;
}
.products-list .item .price {
  padding: 0 10px;
  font-size: 1.25em;
  font-weight: 700;
}
.products-list .item .category {
  display: inline-block;
  background-color: #000;
  color: #fff;
  padding: 3px 10px;
  font-size: 0.875em;
  position: absolute;
  right: 0;
  top: 0;
}
.contact-buttons {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
  margin-bottom: 30px;
}
.contact-buttons:before,
.contact-buttons:after {
  display: none;
}
.contact-buttons > div {
  margin: 15px 0;
}
@media (min-width: 768px) {
  .contact-buttons > div {
    margin: 0;
  }
}
.contact-buttons a,
.contact-buttons button {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  height: 100%;
  padding: 15px;
  background-color: transparent;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-size: 1em;
  text-align: center;
  text-transform: uppercase;
  border: 1px solid #000;
}

@media (min-width: 768px) and (max-width: 991px) {
  .contact-buttons a,
  .contact-buttons button {
    font-size: 0.6em;
  }
}

@media (min-width: 992px) and (max-width: 1099px) {
  .contact-buttons a,
  .contact-buttons button {
    font-size: 0.8em;
  }
}

.contact-buttons a > .ssg,
.contact-buttons button > .ssg {
  display: block;
  margin: 0 0 10px 0;
  color: #d5b553;
  font-size: 2em;
}
.contact-buttons a:hover,
.contact-buttons button:hover,
.contact-buttons a:focus,
.contact-buttons button:focus,
.contact-buttons a:active,
.contact-buttons button:active {
  text-decoration: none;
  background-color: #f0e0af;
  color: #000;
}
.contact-buttons a:hover > b,
.contact-buttons button:hover > b,
.contact-buttons a:focus > b,
.contact-buttons button:focus > b,
.contact-buttons a:active > b,
.contact-buttons button:active > b {
  color: #000;
}
.contact-buttons button {
  border-color: transparent;
  background-color: #f0e0af;
}
.contact-buttons button:hover,
.contact-buttons button:focus,
.contact-buttons button:active {
  background-color: #d5b553;
}
.contact-branches {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  margin-top: 50px;
  margin-bottom: 50px;
}
.contact-branches:before,
.contact-branches:after {
  display: none;
}
.contact-branches > div {
  margin: 10px 0;
}
.contact-branches .item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  background-color: #eaeaea;
  font-size: 1em;
}
.contact-branches .item > .location {
  margin: 0 0 10px 0;
  padding: 10px 0;
  background-color: #f0e0af;
  color: #000;
  font-weight: 600;
  font-size: 1.25em;
  text-align: center;
}
.contact-branches .item > .address {
  margin: 10px 0;
  padding: 0 10px;
}
.contact-branches .item > .openingHours {
  margin: 10px 0;
  padding: 0 10px;
}
.contact-branches .item > a {
  display: block;
  margin: 10px 0;
  padding: 0 10px;
  color: #000;
  font-weight: 700;
}
.contact-branches .item > a[href^="tel"]:before,
.contact-branches .item > a.map:before {
  display: inline-block;
  width: 16px;
  margin-right: 5px;
  font-family: 'HelfiFont';
  text-align: center;
}
.contact-branches .item > a[href^="tel"]:before {
  content: '\f095';
}
.contact-branches .item > a.map:before {
  content: '\f041';
}
.contact-branches .item .creditCard {
  background-color: #f0e0af;
  text-align: center;
  padding: 5px 10px;
  font-weight: 700;
}
.contact-branch {
  background-color: #eaeaea;
  padding: 30px 15px;
}
.contact-branch .address {
  font-weight: 700;
  font-size: 1.5625em;
}
.contact-branch h2 {
  margin: 0 0 5px 0;
  text-align: left;
  font-size: 1.5625em;
  line-height: 1.42857143;
}
.contact-branch .info > a {
  color: #000;
  font-weight: 700;
}
.contact-branch .info > a[href^="tel"]:before,
.contact-branch .info > a.map:before {
  display: inline-block;
  width: 16px;
  margin-right: 5px;
  font-family: 'HelfiFont';
  text-align: center;
}
.contact-branch .info > a[href^="tel"]:before {
  content: '\f095';
}
.contact-branch .info > a.map:before {
  content: '\f041';
}
.headerMessage {
  width: 100%;
  padding: 30px 15px;
  background-color: #f0e0af;
  color: #000;
  text-align: center;
  font-size: 18px;
  border-bottom: 2px solid #d5b553;
}
.headerMessage > a {
  color: #000;
}
.news-list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
.news-list > div {
  margin: 15px 0;
}
.news-list .item {
  display: block;
  height: 100%;
  background-color: #f0e0af;
  border: 1px solid transparent;
  -webkit-box-shadow: 0 10px 25px 0 rgba(234, 234, 234, 0.2);
  -moz-box-shadow: 0 10px 25px 0 rgba(234, 234, 234, 0.2);
  box-shadow: 0 10px 25px 0 rgba(234, 234, 234, 0.2);
}
.news-list .item > img {
  display: block;
  width: 100%;
}
.news-list .item > .title {
  margin: 15px 0;
  padding: 0 15px;
  color: #000;
  font-size: 1.25em;
  font-style: italic;
  font-weight: 700;
}
.news-list .item > .perex {
  margin: 15px 0;
  padding: 0 15px;
}
.news-list .item:hover,
.news-list .item:focus,
.news-list .item:active {
  text-decoration: none;
  border-color: #d5b553;
}
.news-detail .perex {
  margin: 0 0 15px 0;
  font-style: italic;
  font-weight: 700;
}
.news-detail > img {
  margin: 15px auto;
}
.btn.btn-gold {
  background-color: #f0e0af;
  border-color: #f0e0af;
  color: #000;
}
.btn.btn-gold:hover,
.btn.btn-gold:focus,
.btn.btn-gold:active {
  background-color: #f8f1da !important;
  border-color: #f4e8c4;
  text-decoration: none !important;
  color: #000;
}
.btn.btn-gold:hover:focus,
.btn.btn-gold:focus:focus,
.btn.btn-gold:active:focus {
  background-color: #f8f1da !important;
  border-color: #f4e8c4;
  text-decoration: none !important;
  color: #000;
}
.btn.btn-gold.btn-transparent {
  background-color: transparent;
  color: #f0e0af;
  border-color: transparent;
}
.btn.btn-gold.btn-transparent:hover,
.btn.btn-gold.btn-transparent:focus,
.btn.btn-gold.btn-transparent:active {
  background-color: #f8f1da;
  border-color: #f4e8c4;
  text-decoration: none !important;
  color: #000;
}
.btn.btn-gold.btn-transparent:hover:focus,
.btn.btn-gold.btn-transparent:focus:focus,
.btn.btn-gold.btn-transparent:active:focus {
  background-color: #f8f1da;
  border-color: #f4e8c4;
  text-decoration: none !important;
  color: #000;
}
.btn.btn-gold.btn-outline {
  background-color: transparent;
  color: #f0e0af;
  border-color: #f0e0af;
}
.btn.btn-gold.btn-outline:hover,
.btn.btn-gold.btn-outline:focus,
.btn.btn-gold.btn-outline:active {
  background-color: #f0e0af !important;
  color: #000;
}
.btn.btn-gold.btn-outline:hover:focus,
.btn.btn-gold.btn-outline:focus:focus,
.btn.btn-gold.btn-outline:active:focus {
  background-color: #f0e0af !important;
  color: #000;
}
.btn.btn-gold.btn-shadow {
  -webkit-box-shadow: 0 10px 25px 0 rgba(240, 224, 175, 0.3);
  -moz-box-shadow: 0 10px 25px 0 rgba(240, 224, 175, 0.3);
  box-shadow: 0 10px 25px 0 rgba(240, 224, 175, 0.3);
}
/*!
 * Lightbox for Bootstrap 3 by @ashleydw
 * https://github.com/ashleydw/lightbox
 *
 * License: https://github.com/ashleydw/lightbox/blob/master/LICENSE
 */
.ekko-lightbox-container {
  position: relative;
}
.ekko-lightbox-container > div.ekko-lightbox-item {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
}
.ekko-lightbox iframe {
  width: 100%;
  height: 100%;
}
.ekko-lightbox-nav-overlay {
  z-index: 100;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
}
.ekko-lightbox-nav-overlay a {
  flex: 1;
  display: flex;
  align-items: center;
  opacity: 0;
  transition: opacity 0.5s;
  color: #fff;
  font-size: 30px;
  z-index: 100;
}
.ekko-lightbox-nav-overlay a > * {
  flex-grow: 1;
}
.ekko-lightbox-nav-overlay a > *:focus {
  outline: none;
}
.ekko-lightbox-nav-overlay a span {
  padding: 0 30px;
}
.ekko-lightbox-nav-overlay a:last-child span {
  text-align: right;
}
.ekko-lightbox-nav-overlay a:hover {
  text-decoration: none;
}
.ekko-lightbox-nav-overlay a:focus {
  outline: none;
}
.ekko-lightbox a:hover {
  opacity: 1;
  text-decoration: none;
}
.ekko-lightbox .modal-dialog {
  display: none;
}
.ekko-lightbox .modal-footer {
  text-align: left;
}
.ekko-lightbox-loader {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  display: flex;
  /* establish flex container */
  flex-direction: column;
  /* make main axis vertical */
  justify-content: center;
  /* center items vertically, in this case */
  align-items: center;
}
.ekko-lightbox-loader > div {
  width: 40px;
  height: 40px;
  position: relative;
  text-align: center;
}
.ekko-lightbox-loader > div > div {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #fff;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  animation: sk-bounce 2s infinite ease-in-out;
}
.ekko-lightbox-loader > div > div:last-child {
  animation-delay: -1s;
}
.modal-dialog .ekko-lightbox-loader > div > div {
  background-color: #333;
}
@-webkit-keyframes sk-bounce {
  0%,
  100% {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
  }
}
@-webkit-keyframes sk-bounce {
  0%,
  100% {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
  }
}
@keyframes sk-bounce {
  from {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
  to {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
}
/*# sourceMappingURL=layout.css.map */