@import "font-awesome.min.css";
@font-face {
  font-family: 'Gil';
  src: url("../fonts/Gil/Gil.eot");
  src: local(""), url("../fonts/Gil/Gil.woff") format("woff"), url("../fonts/Gil/Gil.ttf") format("truetype"), url("../fonts/Gil/Gil.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Gil';
  src: url("../fonts/GilBold/GilBold.eot");
  src: local(""), url("../fonts/GilBold/GilBold.woff") format("woff"), url("../fonts/GilBold/GilBold.ttf") format("truetype"), url("../fonts/GilBold/GilBold.svg") format("svg");
  font-weight: bold;
  font-style: normal;
}


@font-face {
    font-family: 'Gil';
    src: url('../fonts/Gilroy-Black.woff2') format('woff2'),
        url('/fonts/Gilroy-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Gil';
    src: url('../fonts/Gilroy-Extrabold.woff2') format('woff2'),
        url('../fonts/Gilroy-Extrabold.woff') format('woff');
    font-weight: 800;
    font-style: normal;
}
.col-md-4.col-xs-6.item img{width:100%;}
#popup-call {background: #0055aa;color:#fff;}

#popup-call input{color:#777;}
.popup-title{color:#fff !important;}
.popup {background: #0055aa !important;color:#fff;}
@font-face {
    font-family: 'Gil';
    src: url('../fonts/Gilroy-Regular.woff2') format('woff2'),
        url('../fonts/Gilroy-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Gil';
    src: url('../fonts/Gilroy-Medium.woff2') format('woff2'),
        url('../fonts/Gilroy-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Gil';
    src: url('../fonts/Gilroy-Semibold.woff2') format('woff2'),
        url('../fonts/Gilroy-Semibold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Gil';
    src: url('../fonts/Gilroy-Bold.woff2') format('woff2'),
        url('../fonts/Gilroy-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}


 



/* ==========================================================================
   Author's custom styles
   ========================================================================== */
.transition {
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
a {
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}
a:focus,
input:focus,
button:focus,
textarea:focus {
  outline: none;
}
body {
  font-size: 16px;
  font-family: 'Gil', sans-serif;
  color: #000;
  background: #fff;
}
html,
body {
  overflow-x: hidden;
}
.container-fluid {
  position: relative;
  margin: 0 auto;
  max-width: 990px;
}
.header {
  background: url('../img/header.jpg') center center no-repeat;
  background-size: cover;
}
.header-top {
  padding: 50px 0 30px 0;
}
.header-top .container-fluid {
  max-width: 1175px;
}
@media only screen and (max-width: 768px) {
  .header-top {
    padding: 20px 0;
  }
}
.header-top-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .header-top-inner {
    display: block;
    text-align: center;
  }
}
.logo {
  display: inline-block;
  text-decoration: none;
  color: #000;
}
.logo img {
  display: block;
  float: left;
}
.logo div {
  margin-left: 50px;
  line-height: 1.3;
}
.logo div span {
  text-transform: uppercase;
  font-family: 'Gil';
  font-weight: bold;
  font-size: 18px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.35);
}
.main-menu {
  text-align: center;
  margin-left: 15px;
  margin-right: 15px;
}
.main-menu a {
  display: inline-block;
  vertical-align: middle;
  text-transform: uppercase;
  font-family: 'Gil';
  color: #000;
  font-weight: bold;
  font-size: 14px;
  text-decoration: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.35);
  line-height: 1.2;
  margin: 0 8px;
}
.main-menu a:hover,
.main-menu a.active {
  color: #fb2805;
  border-bottom: 1px solid #db8588;
}
@media only screen and (max-width: 768px) {
  .main-menu a {
    margin-bottom: 8px;
  }
}
@media only screen and (max-width: 768px) {
  .main-menu {
    margin: 20px 0 12px 0;
  }
}
.header-top-right {
  text-align: right;
}
.header-top-right .phone {
  font-family: 'Gil';
  font-weight: bold;
  font-size: 30px;
  line-height: 1;
  white-space: nowrap;
}
.header-top-right .get-call {
  margin-top: 8px;
  height: 40px;
  white-space: nowrap;
}
.header-top-right .get-call span {
  font-size: 15px;
}
@media only screen and (max-width: 768px) {
  .header-top-right {
    text-align: center;
  }
}
.worktime {
  text-transform: uppercase;
  font-family: 'Gil';
  font-weight: bold;
  font-size: 15px;
}
.btn-red {
  display: inline-block;
  color: #fff;
  border: none;
  background: #c90000;
  border-top: 1px solid #e09397;
  border-bottom: 2px solid #7d0000;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  height: 45px;
  padding: 0 25px;
}
.btn-red:hover {
  -webkit-filter: brightness(1.1);
  filter: brightness(1.1);
}
.btn-red span {
  border-bottom: 1px solid rgba(255, 255, 255, 0.35);
  /* text-transform: uppercase; */
  font-family: 'Gil';
  font-weight: bold;
  font-size: 18px;
}
.btn-orange {
  display: inline-block;
  color: #fff;
  border: none;
  background: #ed7000;
  border-top: 1px solid #f7c292;
  border-bottom: 2px solid #aa5000;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  height: 45px;
  padding: 0 25px;
}
.btn-orange:hover {
  -webkit-filter: brightness(1.1);
  filter: brightness(1.1);
}
.btn-orange img {
  margin-right: 15px;
}
.btn-orange span {
  border-bottom: 1px solid rgba(255, 255, 255, 0.35);
  /* text-transform: uppercase; */
  font-family: 'Gil';
  font-weight: bold;
  font-size: 18px;
}
.btn-orange i {
  font-size: 24px;
  margin-right: 15px;
}
.header-bottom {
  padding-bottom: 80px;
}
@media only screen and (max-width: 768px) {
  .header-bottom {
    padding-bottom: 30px;
  }
}
.site-title {
  text-transform: uppercase;
  font-family: 'Gil';
  font-weight: bold;
  font-size: 30px;
  text-align: center;
  line-height: 1.2;
}
.site-title span {
  color: #fb2805;
  border-bottom: 1px solid #fb2805;
}
.site-title b {
  display: block;
}
@media only screen and (max-width: 768px) {
  .site-title {
    font-size: 26px;
  }
}
.head-features {
  text-align: center;
  margin: 20px 0 25px 0;
}
.head-features span,
.head-features .del {
  display: inline-block;
  vertical-align: middle;
}
@media only screen and (max-width: 768px) {
  .head-features span,
  .head-features .del {
    display: block;
    margin: 5px 0;
  }
}
.head-features span {
  text-transform: uppercase;
  font-family: 'Gil';
  font-weight: bold;
  font-size: 15px;
  margin-right: -3px;
}
.head-features .del {
  width: 4px;
  height: 4px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #000;
  margin: 0 10px;
}
@media only screen and (max-width: 768px) {
  .head-features .del {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .head-features br {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .get-reg {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.select-ifns {
  padding-bottom: 35px;
}
.ifns-section-title {
  text-align: center;
  margin: 25px 0;
  font-weight: bold;
  font-family: 'Gil';
  text-transform: uppercase;
  font-size: 30px;
}
@media only screen and (max-width: 768px) {
  .ifns-section-title {
    font-size: 24px;
  }
}
.ifns-select {
  text-align: center;
  max-width: 745px;
  margin-left: auto;
  margin-right: auto;
}
.ifns-select a {
  display: inline-block;
  width: 41px;
  height: 41px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-decoration: none;
  color: #fff;
  text-align: center;
  line-height: 41px;
  font-family: 'Gil';
  font-weight: bold;
  font-size: 25px;
  vertical-align: middle;
  margin-right: 4px;
  margin-left: 4px;
  margin-bottom: 8px;
  background: #06a7ea;
}
.ifns-select a.empty {
  background: #b7d4e0;
}
.ifns-select a.empty:hover {
  background: #b7d4e0;
}
.ifns-select a.active,
.ifns-select a:hover {
  background-color: #0055aa;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#006bd3), to(#0055aa));
  /* Konqueror */
  background-image: -moz-linear-gradient(#006bd3, #0055aa);
  /* FF 3.6+ */
  background-image: -ms-linear-gradient(#006bd3, #0055aa);
  /* IE10 */
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #006bd3), color-stop(100%, #0055aa));
  /* Safari 4+, Chrome 2+ */
  background-image: -webkit-linear-gradient(#006bd3, #0055aa);
  /* Safari 5.1+, Chrome 10+ */
  background-image: -o-linear-gradient(#006bd3, #0055aa);
  /* Opera 11.10 */
  background-image: -ms-linear-gradient(top, #006bd3 0%, #0055aa 100%);
  /* IE10+ */
  background-image: linear-gradient(#006bd3, #0055aa);
  /* the standard */
}
.adresa-filters-inner {
  text-align: center;
  margin-top: 20px;
}
.adresa-filters-inner .select-wrapper {
  display: inline-block;
  vertical-align: middle;
}
.adresa-filters-inner .lbl {
  display: inline-block;
  vertical-align: middle;
  line-height: 41px;
  margin: 0 10px;
  text-transform: uppercase;
  font-weight: bold;
  font-family: 'Gil';
}
.adresa-filters-inner .lbl.smaller {
  margin: 0 5px;
}
.adresa-filters-inner input {
  width: 64px;
  height: 41px;
  padding: 0 10px;
  text-transform: uppercase;
  font-family: 'Gil';
  font-weight: bold;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #bebebe;
}
.select-wrapper {
  height: 43px;
  border: 1px solid #bebebe;
  overflow: hidden;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background: url('../img/down.png') right center no-repeat;
  margin: 0 10px;
}
.select-wrapper select {
  padding-left: 10px;
  height: 41px;
  border: none;
  background: none;
  width: 110%;
  text-transform: uppercase;
  font-family: 'Gil';
  font-weight: bold;
}
.select-wrapper select:focus {
  outline: none;
}
@media only screen and (max-width: 768px) {
  .select-wrapper {
    margin: 0 0 10px 0;
    width: 100% !important;
    max-width: 320px;
    display: block !important;
    margin-left: auto;
    margin-right: auto;
  }
}
.select-okrug {
  width: 165px;
}
.select-appartment {
  width: 200px;
}
.adresa-filters button {
  width: 215px;
  margin-top: 25px;
}
.balloon-content {
  max-width: 320px;
  padding: 10px;
}
.balloon-content .balloon-title {
  font-weight: bold;
  margin-bottom: 15px;
}
.balloon-content .balloon-buttons {
  text-align: center;
}
.objects {
  margin-top: 40px;
  background: url('../img/bg-objects.jpg') right center no-repeat;
}
#objects2 {
  margin-top: 40px;
  background: url('../img/bg-objects2.jpg') left center no-repeat;
}
.objects-list .col {
  margin-bottom: 20px;
}
.object {
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  max-width: 285px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #bebebe;
  padding-bottom: 15px;
  height:412px
}
.object .object-thumb img {
  display: block;
  width: 283px;
  height: 162px;
}
.object .object-title {
  background-color: #007fb4;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#06a7ea), to(#007fb4));
  /* Konqueror */
  background-image: -moz-linear-gradient(#06a7ea, #007fb4);
  /* FF 3.6+ */
  background-image: -ms-linear-gradient(#06a7ea, #007fb4);
  /* IE10 */
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #06a7ea), color-stop(100%, #007fb4));
  /* Safari 4+, Chrome 2+ */
  background-image: -webkit-linear-gradient(#06a7ea, #007fb4);
  /* Safari 5.1+, Chrome 10+ */
  background-image: -o-linear-gradient(#06a7ea, #007fb4);
  /* Opera 11.10 */
  background-image: -ms-linear-gradient(top, #06a7ea 0%, #007fb4 100%);
  /* IE10+ */
  background-image: linear-gradient(#06a7ea, #007fb4);
  /* the standard */
  color: #fff;
  overflow: hidden;
  height:72px
}
.object .object-ifns {
  float: left;
  height: 100%;
  background-color: #0054a6;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#006dd7), to(#0054a6));
  /* Konqueror */
  background-image: -moz-linear-gradient(#006dd7, #0054a6);
  /* FF 3.6+ */
  background-image: -ms-linear-gradient(#006dd7, #0054a6);
  /* IE10 */
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #006dd7), color-stop(100%, #0054a6));
  /* Safari 4+, Chrome 2+ */
  background-image: -webkit-linear-gradient(#006dd7, #0054a6);
  /* Safari 5.1+, Chrome 10+ */
  background-image: -o-linear-gradient(#006dd7, #0054a6);
  /* Opera 11.10 */
  background-image: -ms-linear-gradient(top, #006dd7 0%, #0054a6 100%);
  /* IE10+ */
  background-image: linear-gradient(#006dd7, #0054a6);
  /* the standard */
  width: 55px;
  text-align: center;
  line-height: 60px;
  font-size: 9px;
}
.object .object-address {
  margin-left: 70px;
  line-height: 1.2;
  padding-top: 10px;
}
.object .object-specs {
  text-align: center;
  margin: 10px 0;
  font-size: 13px;
  height: 70px;
}
.object .object-buttons button {
  width: 205px;
}
.need-address-title {
  text-transform: uppercase;
  font-family: 'Gil';
  text-align: center;
  font-weight: bold;
  font-size: 25px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.or-call {
  text-align: center;
  font-size: 14px;
  margin-top: 10px;
}
.del {
  height: 2px;
  background: #cccccc;
  margin: 30px 0 0 0;
}
.section-title {
  text-transform: uppercase;
  font-family: 'Gil';
  text-align: center;
  font-weight: bold;
  font-size: 25px;
  margin: 20px 0;
  line-height: 1.2;
}
@media only screen and (max-width: 768px) {
  .section-title {
    font-size: 24px;
  }
}
.row-docs .col {
  margin-bottom: 35px;
}
@media only screen and (max-width: 768px) {
  .row-docs .col {
    margin-bottom: 20px;
  }
}
.doc {
  overflow: hidden;
  display: block;
  color: #000;
  text-decoration: none;
}
.doc .doc-thumb {
  width: 65px;
  height: 89px;
  border: 1px solid #ccc;
  text-align: center;
  line-height: 87px;
  display: block;
  float: left;
}
.doc .doc-thumb:hover {
  -webkit-filter: brightness(1.1);
  filter: brightness(1.1);
}
.doc .doc-title {
  display: block;
  margin-left: 80px;
  line-height: 1.2;
  margin-top: 8px;
  font-size: 14px;
  color: #000;
}
.doc .doc-title span {
  text-decoration: underline;
}
.doc:hover {
  color: #000;
}
.doc:hover span {
  text-decoration: none;
}
.docs-subtitle {
  text-align: center;
  font-family: 'Gil';
  font-weight: bold;
  font-size: 20px;
  line-height: 1.2;
  margin-bottom: 10px;
}
.risk {
  background: url('../img/bg-risk.jpg') center center no-repeat;
  background-size: cover;
  margin-top: 30px;
}
.risk .section-title {
  color: #ffcc00;
  margin: 30px 0 20px 0;
}
.risk article {
  text-align: center;
  color: #fff;
}
.risk article p {
  font-family: 'Gil';
  font-size: 20px;
  margin-bottom: 30px;
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.main {
  padding-bottom: 30px;
}
.page-title {
  font-size: 30px;
  margin: 30px 0;
  text-transform: uppercase;
  font-family: 'Gil';
}
.gallery-big {
  display: block;
}
.gallery-big:hover {
  -webkit-filter: brightness(1.1);
  filter: brightness(1.1);
}
.gallery-big img {
  max-width: 100%;
}
.gallery-thumbs-slider-wrapper {
  position: relative;
  padding: 0 20px;
  margin-top: 30px;
}
.gallery-thumbs-slider-wrapper .nav {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  background: none;
  border: none;
  font-size: 24px;
}
.gallery-thumbs-slider-wrapper .nav.prev {
  left: 0;
}
.gallery-thumbs-slider-wrapper .nav.next {
  right: 0;
}
.gallery-thumbs-slider-wrapper .nav:hover {
  opacity: .5;
}
#gallery-thumbs-slider {
  overflow: hidden;
}
#gallery-thumbs-slider a {
  display: block;
  float: left;
  margin: 0 5px;
}
#gallery-thumbs-slider a:hover {
  -webkit-filter: brightness(1.1);
  filter: brightness(1.1);
}
#gallery-thumbs-slider a img {
  height: 55px;
}
@media only screen and (max-width: 768px) {
  .object-map {
    margin-top: 30px;
  }
}
.object-okrug {
  color: #666;
  text-transform: uppercase;
  font-weight: bold;
  font-family: 'Gil';
  font-size: 20px;
  margin-top: 20px;
}
.object-specs {
  margin-top: 20px;
  width: 100%;
}
.object-specs th,
.object-specs td {
  padding: 5px 10px;
  font-size: 14px;
  border: 1px solid #ccc;
}
.object-specs th {
  background: #ebebeb;
}
.object-buttons {
  margin-top: 30px;
}
.object-desc {
  margin-top: 30px;
  font-size: 14px;
}
.footer {
  padding-bottom: 30px;
  border-top: 2px solid #ccc;
}
.footer .section-title {
  margin: 30px 0 20px 0;
}
.footer article {
  font-family: 'Gil';
  text-align: center;
  font-size: 20px;
}
.popup {
  padding: 30px;
  color: #000;
  width: 450px;
  display: none;
  background: #fff;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.popup .popup-title {
  text-transform: uppercase;
  font-weight: bold;
  font-family: 'Gil';
  text-align: center;
  margin-bottom: 20px;
  font-size: 24px;
  color: #000;
}
.popup input {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  height: 50px;
  margin-bottom: 15px;
  border: 1px solid #ccc;
  padding: 0 15px;
  display: block;
  width: 100%;
  font-family: 'Gil';
  font-weight: bold;
}
.popup button {
  font-size: 20px;
  padding-left: 40px;
  padding-right: 40px;
}
@media only screen and (max-width: 768px) {
  .popup {
    width: 100%;
    padding: 15px;
  }
}
#popup-thanks .popup-title {
  margin-bottom: 0;
}
.bright:hover {
  -webkit-filter: brightness(1.1);
  filter: brightness(1.1);
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  opacity: 1 !important;
}
::-webkit-input-placeholder {
  color: #828181;
  opacity: 1;
}
:-moz-placeholder {
  color: #828181;
  opacity: 1;
}
::-moz-placeholder {
  color: #828181;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #828181;
  opacity: 1;
}
/*! fancyBox v2.1.4 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}
.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}
.fancybox-skin {
  position: relative;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  background: #fff;
}
.fancybox-opened {
  z-index: 8030;
}
.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}
.fancybox-outer,
.fancybox-inner {
  position: relative;
}
.fancybox-inner {
  overflow: hidden;
}
.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}
.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue", Helvetica, Gil, sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}
.fancybox-image,
.fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}
.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}
#fancybox-loading,
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
  background-image: url('../img/fancybox/fancybox_sprite.png');
}
#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}
#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url('../img/fancybox/fancybox_loading.gif') center center no-repeat;
}
.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
}
.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url('../img/fancybox/blank.gif');
  /* helps IE */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 8040;
}
.fancybox-prev {
  left: 0;
}
.fancybox-next {
  right: 0;
}
.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}
.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}
.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}
.fancybox-nav:hover span {
  visibility: visible;
}
.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}
/* Overlay helper */
.fancybox-lock {
  overflow-x: hidden;
  margin: 0 !important;
}
.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: rgba(0, 0, 0, 0.5);
}
.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}
.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow: hidden;
}
/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue", Helvetica, Gil, sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}
.fancybox-opened .fancybox-title {
  visibility: visible;
}
.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}
.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}
.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}
.fancybox-title-inside-wrap {
  padding-top: 10px;
}
.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}


@media only screen and (min-width: 768px) {
   .offset-30{
	   
	       margin-left: 31%;
	   
	   
   }
}