@import "tabac-sans.css";
.notext {
  text-indent: -10000px;
}
#tracy-debug .tracy-mode-peek .tracy-inner,
#tracy-debug .tracy-mode-float .tracy-inner {
  max-width: 1200px !important;
}
body {
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  border-top: 2px solid #494441;
  font-size: 15px;
}
html,
body {
  height: 100%;
  font-family: 'tabac_sans', sans-serif;
  min-height: 568px;
  display: block;
  position: relative;
}
.homepage {
  background: url(/images/bg2.jpg) center center no-repeat;
  background-size: cover;
}
.homepage #logo {
  position: absolute;
  left: 50%;
  top: 10px;
  margin-left: -162px;
  width: 325px;
}
.homepage #logo img {
  width: 100%;
}
.homepage h1 {
  text-shadow: 0 0 30px #363e46;
  font-size: 60px;
  font-weight: 700;
  line-height: 60px;
  text-transform: uppercase;
  color: #e60812;
  text-align: center;
  margin-top: 40px;
}
.homepage h1 span {
  color: #fff;
}
.homepage .navbar {
  padding-top: 30px;
  border: 0px none;
  margin: 0px;
}
.homepage .navbar .navbar-header {
  position: relative;
}
.homepage .navbar #navbar {
  position: relative;
}
.homepage .navbar #navbar .navbar-right {
  margin-right: 0;
}
.homepage .navbar .navbar-nav > li > a {
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 30px;
  font-size: 15px;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
}
.homepage .navbar .navbar-nav > li > a:hover,
.homepage .navbar .navbar-nav > li > a:focus {
  background: none;
}
.homepage .navbar .navbar-nav > li.flag > a {
  padding: 15px 5px;
  opacity: .5;
  -webkit-transition: .3s all;
  transition: .3s all;
}
.homepage .navbar .navbar-nav > li.flag > a:hover {
  opacity: 1;
}
.homepage .navbar .navbar-nav > li.flag > a.active {
  opacity: 1;
}
.homepage .navbar .navbar-nav > li.flag.last > a {
  margin-right: 10px;
}
.homepage .navbar .navbar-nav > li.flag.first > a {
  margin-left: 15px;
}
.homepage .navbar .navbar-nav.navbar-right {
  position: absolute;
  right: 10px;
  top: 0;
}
.homepage .alert {
  text-align: center;
  position: absolute;
  left: 50%;
  max-width: 460px;
  top: 30%;
  background: #e60812;
  color: #fff;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.homepage .alert hr {
  border-top: 1px solid #cd0710;
  height: 1px;
}
.homepage .location-search {
  position: absolute;
  left: 50%;
  top: 50%;
  max-width: 300px;
  width: 90%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.homepage .location-search h2 {
  color: #fff;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 32px;
  text-align: center;
  margin-top: 0px;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
  margin-bottom: 20px;
}
.homepage .location-search h2 strong {
  font-weight: 700;
}
.homepage .location-search .input-group {
  border-radius: 4px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  margin-bottom: 10px;
}
.homepage .location-search .input-group .input-group-addon {
  background: #fff;
  border: 0px none;
  color: #e60812;
  font-size: 25px;
  height: 50px;
  line-height: 50px;
  padding: 0 15px;
  margin-right: -1px;
}
.homepage .location-search .input-group .form-control {
  height: 50px;
  line-height: 50px;
  padding: 0;
  border: 0px none;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin-left: -1px;
  font-size: 20px;
}
.homepage .location-search .btn {
  padding: 0 30px;
  background: #494441;
  border: 0px none;
  font-weight: 900;
  font-size: 18px;
  color: #fff;
  height: 50px;
  width: 100%;
  text-transform: uppercase;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: .3s all;
  transition: .3s all;
}
.homepage .location-search .btn:hover,
.homepage .location-search .btn:focus {
  border: 0px none;
  background: #3c3735;
  outline: none !important;
}
.homepage .location-search .btn:focus {
  -webkit-box-shadow: inset -3 -3 0px rgba(0, 0, 0, 0.5);
          box-shadow: inset -3 -3 0px rgba(0, 0, 0, 0.5);
}
.homepage .pobocky {
  background: rgba(54, 62, 70, 0.8);
  height: 150px;
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  text-align: center;
  color: #a7aaad;
  padding: 45px 0;
}
.homepage .pobocky h3 {
  color: #fff;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 20px;
  margin-top: 0px;
}
.homepage .pobocky a {
  color: #a7aaad;
  display: inline-block;
  margin: 0 10px;
}
html:lang(en) .homepage .location-search {
  max-width: 367px;
}
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
}
.flex .promotions {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: calc(50% - 90px);
  background-color: rgba(255, 255, 255, 0.9);
  margin: 45px;
  padding: 45px;
}
.flex .promotions .freaking {
  position: absolute;
  left: -15px;
  top: 50%;
  width: 0px;
  height: 0px;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-right: 15px solid rgba(255, 255, 255, 0.9);
}
.flex .promotions h1 {
  text-shadow: none;
  font-size: 48px;
  margin-top: 10px;
  margin-bottom: 40px;
}
.flex .promotions img {
  margin-bottom: 30px;
}
.flex .promotions img:last-child {
  margin-bottom: 0;
}
.flex .location-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 50%;
  position: relative;
  top: auto;
  left: auto;
  max-width: 9999px !important;
  -webkit-transform: none;
          transform: none;
  height: calc(100vh - 152px);
}
.flex .location-search .navbar {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  padding-right: 40px;
}
.flex .location-search .h {
  max-width: 380px;
  margin: 0 auto;
  padding-bottom: 50px;
}
.flex .location-search #logox {
  width: 325px;
}
.flex .location-search #logox img {
  width: 100%;
  margin-bottom: 50px;
}
@media only screen and (min-width: 1200px) {
  .navbar-header {
    width: 100%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .homepage h1 {
    font-size: 40px;
    line-height: 40px;
  }
  .navbar-header {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .homepage h1 {
    font-size: 40px;
    line-height: 40px;
  }
  .navbar-header {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .alert {
    top: 20% !important;
    width: 90%;
  }
  .homepage {
    background: url(/images/bg-phone.jpg) center center no-repeat;
    background-size: cover;
  }
  .homepage h1 {
    font-size: 40px;
    line-height: 40px;
    position: relative;
    top: -40px;
    margin-top: 0;
  }
  .homepage #navbar {
    position: absolute !important;
  }
  .homepage #navbar .navbar-nav {
    position: relative !important;
    right: 0;
  }
  .homepage .navbar {
    padding-top: 0px;
    z-index: 900;
    position: relative;
  }
  .homepage .navbar .navbar-nav > li.flag.first > a {
    margin-left: 0px;
  }
  .homepage .navbar .navbar-nav > li.flag.last > a {
    margin-right: 0px;
    padding-bottom: 5px;
  }
  .homepage .navbar .navbar-nav > li.flag > a {
    padding: 0px 5px;
  }
  .homepage .navbar-nav {
    margin: 0px;
  }
  .homepage .navbar-top .navbar-collapse {
    max-height: 340px;
    position: absolute;
    right: 23px;
    padding: 0;
    border-radius: 4px;
    top: 50px;
    background: rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
            box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  }
  .homepage .navbar-top .navbar-collapse a {
    text-align: center;
  }
  .homepage .navbar-top .navbar-collapse a img {
    display: inline-block;
  }
  .homepage .navbar-toggle {
    margin-top: 13px;
    padding-top: 10px;
    margin-right: 5px;
  }
  .homepage .navbar-toggle .icon-bar {
    background: #fff;
    -webkit-transition: .5s all;
    transition: .5s all;
    position: relative;
    left: 0px;
    top: 0px;
    -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
            box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
  }
  .homepage .navbar-toggle:not(.collapsed) .icon-bar.s1 {
    width: 50%;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    top: 2px;
    left: 1px;
  }
  .homepage .navbar-toggle:not(.collapsed) .icon-bar.s2 {
    -webkit-transform: rotate(315deg);
            transform: rotate(315deg);
  }
  .homepage .navbar-toggle:not(.collapsed) .icon-bar.s3 {
    width: 50%;
    left: 43%;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    top: -2px;
  }
  .homepage .location-search h2 {
    font-size: 26px;
  }
  .homepage .location-search h2 strong {
    display: block;
    font-size: 50px;
  }
}
@media only screen and (max-width: 400px) {
  .alert {
    width: 90%;
  }
  .homepage h1 {
    font-size: 25px;
    line-height: 25px;
    position: relative;
    top: -20px;
  }
  .homepage #logo {
    top: 70px;
    left: 50%;
    margin-left: -150px;
  }
  .homepage #logo img {
    width: 300px;
  }
  .homepage .location-search h2 {
    font-size: 21px;
  }
  .homepage .location-search h2 strong {
    display: block;
    font-size: 35px;
  }
}
@media only screen and (max-width: 767px) {
  .homepage #logo {
    top: 50px;
  }
}
.col-xxs-1,
.col-xxs-2,
.col-xxs-3,
.col-xxs-4,
.col-xxs-5,
.col-xxs-6,
.col-xxs-7,
.col-xxs-8,
.col-xxs-9,
.col-xxs-10,
.col-xxs-11,
.col-xxs-12 {
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}
.row.row-5 {
  margin-left: -5px;
  margin-right: -5px;
}
.row.row-5 div[class^='col-'],
.row.row-30 div[class*=' col-'] {
  padding-left: 5px;
  padding-right: 5px;
}
@media (max-width: 450px) {
  .col-xxs-1,
  .col-xxs-2,
  .col-xxs-3,
  .col-xxs-4,
  .col-xxs-5,
  .col-xxs-6,
  .col-xxs-7,
  .col-xxs-8,
  .col-xxs-9,
  .col-xxs-10,
  .col-xxs-11 {
    float: left;
  }
  .col-xxs-1 {
    width: 8.333333333333332%;
  }
  .col-xxs-2 {
    width: 16.666666666666664%;
  }
  .col-xxs-3 {
    width: 25%;
  }
  .col-xxs-4 {
    width: 33.33333333333333%;
  }
  .col-xxs-5 {
    width: 41.66666666666667%;
  }
  .col-xxs-6 {
    width: 50%;
  }
  .col-xxs-7 {
    width: 58.333333333333336%;
  }
  .col-xxs-8 {
    width: 66.66666666666666%;
  }
  .col-xxs-9 {
    width: 75%;
  }
  .col-xxs-10 {
    width: 83.33333333333334%;
  }
  .col-xxs-11 {
    width: 91.66666666666666%;
  }
  .col-xxs-12 {
    width: 100%;
  }
  .col-xxs-push-1 {
    left: 8.333333333333332%;
  }
  .col-xxs-push-2 {
    left: 16.666666666666664%;
  }
  .col-xxs-push-3 {
    left: 25%;
  }
  .col-xss-push-4 {
    left: 33.33333333333333%;
  }
  .col-xxs-push-5 {
    left: 41.66666666666667%;
  }
  .col-xxs-push-6 {
    left: 50%;
  }
  .col-xxs-push-7 {
    left: 58.333333333333336%;
  }
  .col-xxs-push-8 {
    left: 66.66666666666666%;
  }
  .col-xxs-push-9 {
    left: 75%;
  }
  .col-xxs-push-10 {
    left: 83.33333333333334%;
  }
  .col-xxs-push-11 {
    left: 91.66666666666666%;
  }
  .col-xxs-pull-1 {
    right: 8.333333333333332%;
  }
  .col-xxs-pull-2 {
    right: 16.666666666666664%;
  }
  .col-xxs-pull-3 {
    right: 25%;
  }
  .col-xxs-pull-4 {
    right: 33.33333333333333%;
  }
  .col-xxs-pull-5 {
    right: 41.66666666666667%;
  }
  .col-xxs-pull-6 {
    right: 50%;
  }
  .col-xxs-pull-7 {
    right: 58.333333333333336%;
  }
  .col-xxs-pull-8 {
    right: 66.66666666666666%;
  }
  .col-xxs-pull-9 {
    right: 75%;
  }
  .col-xxs-pull-10 {
    right: 83.33333333333334%;
  }
  .col-xxs-pull-11 {
    right: 91.66666666666666%;
  }
  .col-xxs-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .col-xxs-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-xxs-offset-3 {
    margin-left: 25%;
  }
  .col-xxs-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-xxs-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-xxs-offset-6 {
    margin-left: 50%;
  }
  .col-xxs-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-xxs-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-xxs-offset-9 {
    margin-left: 75%;
  }
  .col-xxs-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-xxs-offset-11 {
    margin-left: 91.66666666666666%;
  }
}
@media (min-width: 768px) {
  .navbar .navbar-center {
    display: inline-block;
    float: none;
    vertical-align: top;
  }
  .navbar .navbar-collapse {
    text-align: center;
  }
}
.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xs-5ths {
  width: 20%;
  float: left;
}
@media (min-width: 768px) {
  .col-sm-5ths {
    width: 20%;
    float: left;
  }
}
@media (min-width: 992px) {
  .col-md-5ths {
    width: 20%;
    float: left;
  }
}
@media (min-width: 1200px) {
  .col-lg-5ths {
    width: 20%;
    float: left;
  }
}
.col-xs-7ths,
.col-sm-7ths,
.col-md-7ths,
.col-lg-7ths {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xs-7ths {
  width: 14.28571428571429%;
  float: left;
}
@media (min-width: 768px) {
  .col-sm-7ths {
    width: 14.28571428571429%;
    float: left;
  }
}
@media (min-width: 992px) {
  .col-md-7ths {
    width: 14.28571428571429%;
    float: left;
  }
}
@media (min-width: 1200px) {
  .col-lg-7ths {
    width: 14.28571428571429%;
    float: left;
  }
}
.row.row-5 {
  margin-left: -5px;
  margin-right: -5px;
}
.row.row-5 div[class^='col-'],
.row.row-5 div[class*=' col-'] {
  padding-left: 5px;
  padding-right: 5px;
}
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
  display: none;
}
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}
.mfp-ajax-cur {
  cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}
.mfp-loading.mfp-figure {
  display: none;
}
.mfp-hide {
  display: none !important;
}
.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #CCC;
}
.mfp-preloader a:hover {
  color: #FFF;
}
.mfp-s-ready .mfp-preloader {
  display: none;
}
.mfp-s-error .mfp-content {
  display: none;
}
button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}
.mfp-close:active {
  top: 1px;
}
.mfp-close-btn-in .mfp-close {
  color: #333;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}
.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after,
.mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before,
.mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}
.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}
.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}
.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}
.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
  border-left: 27px solid #3F3F3F;
}
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}
/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}
/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}
.mfp-image-holder .mfp-content {
  max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
         * Remove all paddings around the image on small screen
         */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.mfp-ie7 .mfp-img {
  padding: 0;
}
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}
.mfp-ie7 .mfp-container {
  padding: 0;
}
.mfp-ie7 .mfp-content {
  padding-top: 44px;
}
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}
/*# sourceMappingURL=style-search.css.map */