@font-face {
  font-family: "stratum2_bold";
  src: url("fonts/stratum2-bold-webfont.eot");
  src: url("fonts/stratum2-bold-webfont.eot?#iefix") format("embedded-opentype"),
    url("fonts/stratum2-bold-webfont.woff") format("woff"),
    url("fonts/stratum2-bold-webfont.ttf") format("truetype"),
    url("fonts/stratum2-bold-webfont.svg#stratum2_bdbold") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "stratum2_black";
  src: url("fonts/stratum2-black-webfont.eot");
  src: url("fonts/stratum2-black-webfont.eot?#iefix")
      format("embedded-opentype"),
    url("fonts/stratum2-black-webfont.woff") format("woff"),
    url("fonts/stratum2-black-webfont.ttf") format("truetype"),
    url("fonts/stratum2-black-webfont.svg#stratum2black") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "tisa_italic";
  src: url("fonts/tisa-italic-webfont.eot");
  src: url("fonts/tisa-italic-webfont.eot?#iefix") format("embedded-opentype"),
    url("fonts/tisa-italic-webfont.woff") format("woff"),
    url("fonts/tisa-italic-webfont.ttf") format("truetype"),
    url("fonts/tisa-italic-webfont.svg#tisaitalic") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "gibson_semibold";
  src: url("fonts/gibson-semibold-webfont.eot");
  src: url("fonts/gibson-semibold-webfont.eot?#iefix")
      format("embedded-opentype"),
    url("fonts/gibson-semibold-webfont.woff") format("woff"),
    url("fonts/gibson-semibold-webfont.ttf") format("truetype"),
    url("fonts/gibson-semibold-webfont.svg#gibsonsemibold") format("svg");
  font-weight: normal;
  font-style: normal;
}

* {
  margin: 0;
  padding: 0;
  outline: 0;
}

body,
html {
  width: 100%;
  max-width: 100%;
  overflow-x: clip;
}

body {
  font-size: 18px;
  line-height: 30px;
  font-family: "tisa_italic", arial, sans-serif;
  color: #464647;
  background: #fff;
  min-width: 100%;
}

a {
  color: #a93338;
  text-decoration: none;
  cursor: pointer;
}
a:hover {
  color: #26396b;
}
a img {
  border: 0;
}

ul {
  list-style: none outside;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

input,
textarea,
select {
  font-size: 12px;
  font-family: arial, sans-serif;
}
textarea {
  overflow: auto;
}

.cl {
  display: block;
  height: 0;
  font-size: 0;
  line-height: 0;
  text-indent: -4000px;
  clear: both;
}
.clearfix {
  *zoom: 1;
}
.clearfix:after {
  width: 100%;
  content: "";
  font-size: 0;
  line-height: 0;
  text-indent: -4000px;
  clear: both;
  display: block;
}

.notext {
  font-size: 0;
  line-height: 0;
  text-indent: -4000px;
}
.left,
.alignleft {
  float: left;
  display: inline;
}
.right,
.alignright {
  float: right;
  display: inline;
}
.aligncenter {
  display: block;
  margin: 0 auto;
}

.shell {
  /* width: 1034px; */
  width: 100%;
  margin: 0 auto;
}

/*
    HEADER
    ======================================
*/

.header-nav {
  display: flex;
  width: 100%;
  max-width: 1200px;
  margin: auto;
}

.header-menu {
  width: 100%;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-wrap: wrap;
}

@media (max-width: 932px) {
  .header-menu {
    justify-content: space-between;
  }
}

h1#logo {
  width: 100%;
  height: 82px;
  max-height: 82px;
  max-width: 350px;
}

h1#logo a {
  height: 82px;
  width: 100%;
  display: block;
  background: url(images/logo.png) no-repeat 0 0;
  background-size: contain;
  font-size: 0;
  line-height: 0;
}

#logo a:not(.home-page) {
  width: 100%;
  height: 82px;
  max-height: 82px;
  max-width: 350px;
  display: block;
  background: url(images/logo.png) no-repeat 0 0;
  background-size: contain;
  font-size: 0;
  line-height: 0;
  text-indent: -4000px;
}

@media (max-width: 932px) {
  #logo {
    max-width: 100vw !important;
    display: flex;
    justify-content: center;
    margin-top: 1rem;
  }
}

#navigation {
  padding-top: 60px;
  font-family: "stratum2_bold", arial, serif;
  font-size: 15px;
  line-height: 22px;
  text-transform: uppercase;
  -webkit-text-size-adjust: none;
  padding-left: 3rem;
  padding-right: 3rem;
  width: 100%;
}

@media (max-width: 932px) {
  #navigation {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

#navigation ul {
  border-bottom: 2px #041c2c solid;
  border-collapse: separate;
  border-spacing: 4px;
}

/* .menu-page #navigation ul  */
.home-page #navigation ul {
  border-bottom: 2px white solid;
}

/* #navigation ul li {
  float: left;
  padding-left: 18px;
  font-size: 17px;
}
#navigation ul li:first-child {
  padding-left: 0;
} */
/*#navigation ul li.right-side { float: right; padding-left: 45px;}*/
/* #navigation ul li.right-side {
  float: right;
  padding-left: 17px;
} */
#navigation ul li a {
  color: #041c2c;
}
#navigation ul li a:hover {
  color: #aa3539;
  text-decoration: none;
}
#navigation ul li.active a {
  color: #7d7d7d;
  text-decoration: none;
}

/*
    MAIN
    =====================================
*/

.main {
  padding-top: 72px;
}

.main h2 {
  font-family: "stratum2_black", arial, serif;
  font-size: 22px;
  line-height: 30px;
  color: #041c2c;
  text-transform: uppercase;
  padding-bottom: 28px;
  letter-spacing: 1px;
}

.container {
  padding-bottom: 32px;
  padding-left: 4px;
}

.about .main {
  padding: 2rem 1rem;
  max-width: 1030px;
  margin: auto;
}

.about .container {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: auto;
}

.person {
  *zoom: 1;
  padding-left: 2px;
  padding-bottom: 36px;
}
.person:after {
  width: 100%;
  content: "";
  font-size: 0;
  line-height: 0;
  text-indent: -4000px;
  clear: both;
  display: block;
}

.person-img {
  float: left;
  width: 170px;
  height: 170px;
  margin-right: 23px;
}
.person-img img {
  display: block;
}

.person-cnt h4 {
  font-family: "gibson_semibold", arial, serif;
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
  color: #081e2e;
  padding-top: 8px;
}
.person-cnt h4 a {
  color: #081e2e;
}
.person-cnt h4 a:hover {
  color: #26396b;
}

.main-content {
  display: flex;
  width: 100%;
}

/*  EVENTS  */

.events .main {
    width: 100%;
    display: flex;
    justify-content: center;
    max-width: 1030px;
    margin: auto;
}

.events .container {
    width: 100%;
}

.events-main-image {
    width: 100%;
    max-width: 500px;
    height: 100%;
}

.events-main-image img {
    width: 100%;
    height: 100%;
}

.events .main-content {
    display: flex;
    flex-direction: row-reverse;
    padding: 0 1rem;
    margin: auto;
    justify-content: space-between;
}

.events .main-content p {
  width: 100%;
  max-width: 350px;
}

.events-learn-more-btn {
  text-transform:uppercase;
  background:#041c2c;
  color:white;
  font-family: 'stratum2_black', arial, serif;
  font-weight:bold;
  justify-content:center;
  display:flex;
  align-items:center;
  padding: 10px 0;
  max-width:200px;
  width:100%;
  border: 1px solid transparent;
  transition: all 0.3s;
}

.events-learn-more-btn:hover {
  background-color: white;
  color:#041c2c;
  border: 1px solid #041c2c;
}

#tripleseat_embed_form {
  padding: 0 1rem;
}

@media (max-width: 768px) {
 .events .main {
     justify-content: flex-start;
 }

  .events .main-content {
    flex-direction: column-reverse;
  }
  .events .main-content p {
    padding-bottom: 1rem;
  }
  #tripleseat_embed_form {
    width: 100% !important;
    max-width: 500px;
    display: flex;
    flex-direction: column;
    padding: 0;
    justify-content: center;
  }
  .slider-nav, .slider-holder {
    float: none !important;
  }
  .events .slider-holder {
      margin-left: 0 !important;
  }
  .events-learn-more-btn {
    margin-bottom: 40px;
  }
}

.main-content #sidebar {
  width: 100%;
}

@media (max-width: 930px) {
  .main-content {
    display: flex;
    flex-direction: column;
  }
}

@media (max-width: 985px) {
  .person {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .person-img {
    width: 100%;
    max-width: 300px;
    min-width: 300px;
    height: 300px;
  }
  .person-cnt {
    margin-top: 12px;
  }
}

.content {
  width: 100%;
  max-width: 1030px;
  display: flex;
  flex-direction: column;
  margin: auto;
}

.about .content {
  margin: 0;
}

.contact-page__top-contact-info {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 800px;
  justify-content: space-between;
  margin-bottom: 3rem;
  padding: 0 1rem;
}

.contact-page .content {
  align-items: center;
}

@media (max-width: 986px) {
  .col {
    max-width: 100% !important;
  }
  .col p {
    margin-right: 2rem;
  }
}

@media (max-width: 768px) {
  .contact-page__top-contact-info {
    justify-content: flex-start;
  }
}

.map-image {
  padding: 0 0 0 17px;
}

.slider-holder {
  float: right;
  width: 490px;
  position: relative;
  margin-right: 4px;
}
.carousel {
  width: 490px;
  height: 329px;
  overflow: hidden;
  position: relative;
}
.slide {
  float: left;
  width: 490px;
  height: 329px;
}
.slide img {
  display: block;
  width: 482px;
  height: 321px;
}

@media (max-width: 985px) {
  .content {
    float: none;
    width: 100%;
    max-width: 590px;
  }
  .slider-holder {
    width: 100%;
    max-width: 490px;
  }
  .carousel {
    width: 100%;
    max-width: 490px;
    height: 329px;
  }
  .slide {
    float: left;
    width: 100%;
    max-width: 490px;
    height: 329px;
  }

  .slide img {
    width: 100%;
    max-width: 482px;
    height: 321px;
  }

  .slide__single-event-slide {
    width: 100%;
    max-width: 490px;
    height: 310px;
  }
}

.slide__single-event-slide {
  display: block;
  width: 490px;
  height: 325px;
}

.slider-nav {
  padding-top: 17px;
  float: right;
  font-size: 12px;
  font-family: "gibson_semibold", arial, serif;
  line-height: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.slider-nav a {
  float: left;
  background: url(images/slide-nav-sep.png) no-repeat 0 3px;
  padding: 0 0px 0 8px;
}

.slider-nav a:hover {
  text-decoration: none;
}

.slider-nav a:first-child {
  background: transparent;
  padding-right: 4px;
}

.policies {
  background: url(images/lines-top.png) no-repeat 0 0;
  background-position: top;
  padding: 87px 56px 101px 8px;
}

.policies p {
  padding-bottom: 12px;
}

/*
    FOOTER
    =============================
*/

.home-page .social-icon {
  filter: invert(1);
}

.footer-mfg-links {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding: 0 1rem;
}

.footer-mfg-links__legal {
  display: flex;
  padding-right: 1rem;
}

.footer-mfg-links__legal a {
  display: flex;
}

.footer-mfg-links__legal a:first-child {
  padding-right: 8px;
}

.footer-mfg-links__legal a:not(:first-child) {
  padding: 0 0.5rem;
}

.social-media {
  display: flex;
  padding-right: 1rem;
  padding-bottom: 8px;
}

@media (max-width: 450px) {
  .footer-mfg-links {
    align-items: flex-end;
  }

  .footer-mfg-links__legal {
    flex-direction: column;
  }

  .footer-mfg-links__legal a {
    padding: 0 !important;
  }

  #mfg_footer {
    flex-direction: column-reverse;
    align-items: flex-end !important;
  }
  .social-media {
    padding: 0;
    padding-bottom: 8px;
  }
}

#footer a {
  color: #041c2c;
}

.home-page #footer a {
  color: white;
}

.footer-address {
  margin-top: 1rem;
  padding-top: 2rem;
  font-size: 24px;
  letter-spacing: 2px;
}

.footer-address img {
  width: auto;
  height: 80px;
}

#footer {
  color: #041c2c;
  text-align: center;
  background: url(images/footer-top.png) no-repeat 0 0;
  /* padding: 74px 0; */
  text-transform: uppercase;
  font-family: "stratum2_black", arial, serif;
  font-size: 16px;
  margin-top: 1rem;
  padding-top: 120px;
  background-position: top;
}

.footer-links-ctn {
  display: flex;
  margin: auto;
  justify-content: space-evenly;
  width: 100%;
  background: url(images/small-lines.png) no-repeat 0 0;
  padding-top: 80px;
  text-align: center;
  background-position: top;
  margin-top: 4rem;
  padding-top: 4rem;
}

.footer-links a {
  display: flex;
  flex-direction: column;
  margin: 1rem 0.5rem;
}

.carbone-logo {
  font-size: 18px;
  font-family: "tisa_italic", arial, serif;
}

.logo-state {
  font-size: 0.865rem;
  line-height: 15px;
}

#footer #mfg_footer {
  /* border-top: 1px solid #000; */
  margin-top: 90px;
  display: flex;
  align-items: baseline;
}

#footer #mfg_footer a {
  display: block;
  text-align: right;
  padding-top: 30px;
}

.sticky-footer {
  z-index: 101;
}

.sticky-footer button {
  text-transform: uppercase;
  letter-spacing: 2px;
}

.home-page .sticky-footer {
  /* .menu-page .sticky-footer, */
  position: sticky;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.5rem;
  width: 100%;
  background-color: white !important;
  bottom: 0;
}

.sticky-footer:not(.home-page) {
  position: sticky;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.5rem;
  width: 100%;
  bottom: 0;
  background-color: #041c2c;
}

.home-page .sticky-footer button {
  /* .menu-page .sticky-footer button, */
  width: 100%;
  color: #041c2c !important;
  font-family: "stratum2_black", arial, serif;
  font-weight: bold;
  font-size: 30px;
  border: none;
  background-color: transparent;
  cursor: pointer;
}

.sticky-footer:not(.home-page) button {
  color: white;
  width: 100%;
  font-family: "stratum2_black", arial, serif;
  font-weight: bold;
  font-size: 30px;
  border: none;
  background-color: transparent;
  cursor: pointer;
}

.home-page .sticky-footer:hover {
  /* .menu-page .sticky-footer:hover, */
  background-color: #041c2c !important;
  transition: all 0.3s;
}

.sticky-footer:not(.home-page):hover {
  background-color: white;
  transition: all 0.3s;
}

.sticky-footer button:not(.home-page):hover {
  color: #041c2c !important;
}

.home-page .sticky-footer button:hover {
  /* .menu-page .sticky-footer button:hover, */
  color: white !important;
  transition: all 0.3s;
}

/*
    CONTACT-PAGE
    ========================================
*/

.contact-page .contact-holder h2 {
  padding-bottom: 22px;
}

.contact-holder {
  padding-bottom: 49px;
}

.col {
  width: 100%;
  max-width: 263px;
  float: left;
  padding: 0 0 0 17px;
}

.col.right-col {
  float: right;
}

.col p {
  padding-bottom: 12px;
}

a.reservation-link {
  margin-top: 14px;
  border: 2px solid #a83438;
  width: 204px;
  display: block;
  padding: 8px 0 9px 0;
  font-family: "gibson_semibold", arial, serif;
  text-transform: uppercase;
  color: #aa3539;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  letter-spacing: 0.5px;
}

a.reservation-link:hover {
  color: #7b2427;
}

.hours {
  background: url(images/small-lines.png) no-repeat 0 0;
  background-position: top;
  padding-top: 62px;
  text-align: center;
  padding-bottom: 39px;
  min-width: 100%;
}

.hours h2 {
  padding-bottom: 26px;
}

.hours p {
  padding-bottom: 17px;
}

.hours p span {
  display: block;
  font-variant: small-caps;
  letter-spacing: 1px;
}

.hours-inner {
  width: 400px;
  margin: 0 auto;
}

.small-col {
  width: 200px;
  float: left;
  line-height: 29px;
}

/* MENUS PAGE */

.menus {
  background: url(images/menus-big-img.jpg) no-repeat center 58px;
  min-height: 1145px;
  letter-spacing: 2px;
}

.menus ul {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
  max-width: 640px;
  margin: auto;
  font-family: "stratum2_black", arial, serif;
  font-size: 24px;
  line-height: 42px;
  text-transform: uppercase;
}

.menus ul li {
  width: 100%;
  max-width: 232px;
  margin: auto;
  height: 105px;
  text-align: center;
  background: url(images/menus-nav-bg.png) no-repeat 0 0;
  margin-bottom: 2rem;
}

.menus ul li a {
  display: block;
  color: black;
  text-align: center;
  /* background-color: rgba(255, 255, 255, 0.5); */
}

.menus ul li a:hover {
  text-decoration: none;
  color: #aa3539;
}

.menus ul.menus_second {
  text-align: center;
}

.menus ul.menus_second li {
  float: none;
  margin: 0 auto;
  position: relative;
  right: 45px;
}

/* PRESS PAGE */

.press .container {
  min-height: 483px;
  padding-top: 8px;
}

.press div.press-list {
  /* width: 870px;
    overflow: hidden; */
  width: 100%;
  max-width: 870px;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  padding-bottom: 55px;
  justify-content: center;
}

.press div.press-list div {
  /* float: left;
    padding-left: 120px; */
  padding: 20px 32px;
  text-align: center;
  width: 33%;
  text-align: center;
  max-width: 200px;
}

@media (max-width: 640px) {
  .press div.press-list div {
    width: 100%;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}

/* .press div.press-list div:first-child {
  padding-left: 0;
} */

.press div.press-list div a {
  display: block;
  height: 230px;
  width: 200px;
  overflow: hidden;
  border: 2px solid #000;
  margin-bottom: 25px;
}

.press div.press-list div img {
  height: 230px;
  width: 200px;
}

.press div.press-list div a {
  display: block;
  position: relative;
}

.press div.press-list div a:hover {
  border-color: #a83538;
  position: relative;
}

.press div.press-list a span {
  background: #a83538;
  bottom: 0;
  display: block;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

.press div.press-list div a:hover span {
  opacity: 0.75;
}

.press div.press-list div h2 {
  padding-bottom: 0;
}

.press div.press-list div h3 {
  font-size: 14px;
  color: #000;
}

p.msg {
  background: url(images/menus-nav-bg.png) no-repeat 0 0;
  text-align: center;
  padding-top: 61px;
  line-height: 42px;
  font-size: 24px;
  font-family: "stratum2_black", arial, serif;
  color: #000;
  width: 238px;
  margin: 0 auto;
  height: 106px;
  letter-spacing: 2px;
}

/*
    HOME-PAGE
    ================================
*/

body.home-page {
  background: #041c2c;
}

.home-page .header {
  border-bottom-color: #fff;
}
.home-page h1#logo a {
  background: url(images/home-logo.png) no-repeat 0 0;
  background-size: contain;
}

.home-page #navigation ul li a {
  color: #fff;
}
.home-page #navigation ul li a:hover {
  color: #aa3539;
}

.home-page .main {
  padding-top: 33px;
  padding-bottom: 20px;
}

.home-page-image {
  width: 100%;
  max-width: 500px;
}

.home-page #footer {
  background: url(images/home-footer-top.png) no-repeat 0 0;
  background-position: top;
}

.home-page p.announcement,
.home-page p.gift-card-announcement {
  text-align: center;
  padding: 50px 0 0;
  color: #fff;
  font-size: 18px;
  font-family: "stratum2_bold", arial, serif;
  line-height: 22px;
  text-transform: uppercase;
}

.home-page p.gift-card-announcement {
  padding: 0px 0 18px;
}

.gift-cards p {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-bottom: 1em;
}

.gift-cards h2 {
  clear: both;
  padding-top: 28px;
}

.gift-cards h2 em {
  font-style: normal;
  text-decoration: underline;
}

.gift-cards pre#receipt {
  font-size: 12px;
}

.gift-cards form#payment_form input#amount,
.gift-cards form#payment_form input#email,
.gift-cards form button {
  padding: 5px;
  font-size: 15px;
}

.gift-cards form p.holder_first_name,
.gift-cards form p.holder_fname,
.gift-cards form p.holder_zip,
.gift-cards form p.holder_state,
.gift-cards form p.holder_city {
  float: left;
}

.gift-cards form p {
  font-size: 13px;
}

.gift-cards form p input {
  font-size: 14px;
  padding: 5px;
  width: 250px;
}

.gift-cards form p.holder_first_name,
.gift-cards form p.holder_fname,
.gift-cards form p.holder_last_name,
.gift-cards form p.holder_lname,
.gift-cards form p.holder_state,
.gift-cards form p.holder_city {
  padding-right: 20px;
}

.gift-cards form input.zip,
.gift-cards form input.state {
  width: 150px;
}

.gift-cards form #x_description {
  width: 350px;
  height: 200px;
}

.gift-cards p.gift_card_policies {
  font-size: 14px;
  margin-top: 20px;
  margin-bottom: 5px;
}

/*
    EVENTS PAGE
    ================================
*/

.events .slider-holder {
  margin-left: 20px;
}

.events .main h1 {
  margin-top: 40px;
}

#tripleseat_embed_form {
  margin-top: 40px;
  width: 500px;
}

#tripleseat_embed_form table {
  width: 100%;
}

#tripleseat_embed_form table td {
  padding: 0px !important;
}

#tripleseat_embed_form input,
#tripleseat_embed_form input#lead_phone_number,
#tripleseat_embed_form textarea {
  border: solid 1px #464647;
  padding: 8px 10px;
  font-size: 15px;
  -webkit-box-sizing: border-box;
  -mox-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  max-width: 240px;
  margin-bottom: 10px;
}

#tripleseat_embed_form textarea#lead_additional_information {
  max-width: 100%;
}

#tripleseat_embed_form h2 {
  margin-top: 20px;
  padding-bottom: 10px;
}

div.timeselect a {
  padding: 5px 10px !important;
}

#lead_event_date,
#lead_start_time,
#lead_end_time {
  padding-left: 23px !important;
}

#tripleseat_embed_form #lead_submit {
  max-width: 100px;
}

#errorExplanation {
  margin: 40px 0pt 0px;
}

#lead_form_submit a {
  display: none;
}

#fancybox-title-float-main a,
#fancybox-title-float-main a:hover {
  color: inherit;
}

/*#fancybox-wrap {
    background: #fff;
    padding: 30px!important;
}*/


@media (max-width: 768px) {
  
  #fancybox-bg-w {
    left: 0 !important;
  }
  
  #fancybox-wrap {
    width: 100% !important;
    max-width: 300px !important;
    padding-right: 0 !important;
    padding-bottom: 35px !important;
  }
  
  #fancybox-content {
    border-width: 15px !important;
    width: 100% !important;
    max-width: 300px !important;
    height: 420px !important;
  }
  #fancybox-content > div {
    width: 100% !important;
    max-width: 350px !important;
    height: 450px !important;
    
  }
  #fancybox-content > div > div {
    padding: 0 25px !important;
  }
}

@media (max-width: 375px) {
  #fancybox-content {
    border-width: 10px !important;
  }
  #fancybox-wrap {
    padding: 0 !important;
  }

}