/*
	Этот файл создан автоматически из файла style.less
	Все ваши изменения в нём будут потеряны при следущей компиляции.
	Если вы хотите внести изменения, подключите отдельный css-файл
	или правьте файл style.less с последущей компиляцией.
*/
/* ----- Общее ----- */
html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  -webkit-font-smoothing: antialiased;
}
html {
  font-family: 'PT Sans Caption', sans-serif;
  font-size: 14px;
  color: #000;
  height: 100%;
  background: #fff;
}
::selection {
  color: #fff;
  background: #104579;
}
::-moz-selection {
  color: #fff;
  background: #104579;
}
img {
  border: 0;
  margin: 0;
}
a {
  text-decoration: underline;
  cursor: pointer;
  transition: all 0.1s ease-in-out;
  -webkit-transition: all 0.1s ease-in-out;
  color: #1c785f;
}
a:hover {
  transition: none ease-in-out;
  -webkit-transition: none ease-in-out;
  text-decoration: none;
}
p {
  line-height: 22px;
  margin: 22px 0;
}
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
input,
button,
textarea {
  font-family: inherit;
  font-size: 14px;
  color: #000;
  font-family: 'PT Sans Caption', sans-serif;
}
table {
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
}
[type=checkbox],
[type=radio] {
  cursor: pointer;
}
h2 {
  font-size: 30px;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
/* ----- UI ----- */
/* Кнопки */
.btn {
  display: inline-block;
  height: 47px;
  line-height: 47px;
  padding: 0 26px;
  margin: 0;
  border: 0;
  border-bottom: 3px solid #a73d3a;
  outline: 0;
  border-radius: 3px;
  background: #f1625e;
  color: #fff;
  text-shadow: 1px 2px 0 #c14e4b;
  text-transform: uppercase;
  white-space: nowrap;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.btn:hover {
  background: #f17d7a;
}
.btn:active {
  background: #f1625e;
  top: 3px;
  border-bottom: 0;
  height: 41px;
}
.btn--big {
  height: 54px;
  line-height: 54px;
  padding: 0 54px;
  font-size: 18px;
}
.btn--big:active {
  height: 51px;
}
/* инпуты */
input.input-text,
textarea {
  display: inline-block;
  height: 54px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 10px 12px;
  border: 1px solid #cacaca;
  border-radius: 3px;
  background: #fff;
  font-size: 14px;
  vertical-align: top;
}
input.input-text:disabled,
textarea:disabled {
  border: 1px solid #ccc;
  color: #999;
  pointer-events: none;
}
input.input-text.error,
textarea.error {
  border-color: #f1625e;
}
input.input-text:focus,
textarea:focus {
  border: 1px solid #000;
  outline: 0;
}
input.input-text[type=password],
textarea[type=password] {
  font-family: Arial, Helvetica, sans-serif;
}
.input-text--long {
  width: 380px;
}
textarea {
  height: 108px;
}
/* Диалог */
.dialog {
  position: relative;
  border: 4px solid #1c785f;
  border-radius: 6px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  background: #fff;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  padding: 38px 72px;
}
.dialog__close {
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 20px;
  right: 24px;
  text-align: center;
  text-decoration: none;
  color: #000;
}
.dialog__close:after {
  content: '×';
  font-size: 52px;
  line-height: 20px;
  display: block;
}
.dialog__close:hover {
  color: #f1625e;
}
.dialog__title {
  display: block;
  font-size: 30px;
  font-weight: bold;
  color: #1c785f;
  margin-bottom: 34px;
}
/* ----- Раскладка -----*/
.wrap {
  width: 980px;
  margin: 0 auto;
  position: relative;
  display: block;
}
.page {
  min-height: 100%;
  margin-bottom: -178px;
}
.page:after {
  content: '';
  display: block;
  height: 178px;
}
.page--map {
  margin-bottom: -598px;
}
.page--map:after {
  height: 598px;
}
.columns {
  font-size: 0;
  white-space: nowrap;
}
.column {
  display: inline-block;
  font-size: 14px;
  vertical-align: top;
  white-space: normal;
}
.column--30 {
  width: 330px;
  padding-right: 18px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.column--50 {
  width: 50%;
  padding-right: 48px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
/* ----- Хедер ----- */
.main-header {
  position: relative;
  z-index: 3;
  border-bottom: 6px solid #104579;
  background: #fff;
}
.logo_img {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 15px; /* 35px */
  text-decoration: none;
  color: #000;
  width: 81px;
}
.logo_text {
	font-family: PT Sans Caption;
	display: inline-block;
	position: absolute;
	left: 99px;
	top: 60px; /* 35px */
	font-size: 11px;
	font-weight: bold;
	
	text-decoration: none;
	color: #1794e7;
	width: 265px;

}
.logo_text.big_text{
	top: 73px;
	color: #000;
	font-size: 18px;
}
.logo_text:hover {
 /* color: #333333;*/
}
.main-header__top {
  min-height: 96px;
  padding-top: 1px;
}
.main-header__contacts {
  font-size: 18px;
  display: block;
  margin: 35px 0 0 330px;
  width: 430px;
}
.main-header__contacts a {
  color: #104579;
}
.main-header__call-me {
  position: absolute;
  top: 36px;
  right: 0;
}
.main-header__call-me:active {
  top: 40px;
}
/* ----- Главное меню ----- */
.main-menu,
.footer-menu {
  height: 47px;
  line-height: 47px;
  position: relative;
  white-space: nowrap;
}
.main-menu ul,
.footer-menu ul {
  display: inline-block;
  font-size: 0;
  margin-left: 320px;
}
.main-menu li,
.footer-menu li {
  display: inline-block;
  font-size: 14px;
  text-transform: uppercase;
  padding: 0 11px;
}
.main-menu a,
.footer-menu a {
  display: block;
  height: 47px;
  color: #104579;
  text-decoration: none;
  border-bottom: 6px solid transparent;
  font-weight: bold;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.main-menu .active > a,
.footer-menu .active > a,
.main-menu a:hover,
.footer-menu a:hover {
  border-color: #f1625e;
  color: #f1625e;
}
.main-menu__create-btn {
  float: right;
  margin-top: 7px;
}
/* ----- Сдайдер ----- */
.slider-wrap {
  height: 486px;
  background: #ededed;
  position: relative;
  overflow: hidden;
}
.slider {
  height: 486px;
  position: relative;
  z-index: 1;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.slide__block {
  position: relative;
  padding: 134px 0 0 412px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  height: 486px;
}
.slide__img {
  position: absolute;
  top: 87px;
  left: 0;
  width: 312px !important;
  height: 312px !important;
}
.slide__title {
  font-size: 48px;
  margin: 0;
  position: relative;
  font-weight: bold;
  text-shadow: 2px 2px 0 #bebebe;
  line-height: 57px;
}
.slide__title span {
  color: #1c785f;
}
.slide__text {
  position: relative;
}
.slider-prev,
.slider-next {
  display: block;
  position: absolute;
  top: 213px;
  left: 0;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background: #f1625e url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACoAAABECAYAAAD3PadxAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAYpJREFUeNrU2osJwjAQBuAanUNwEMHJCt3EUQT3sKR7SE2LgVr7yOMefwKnFKp8Ddomd1f1fV8px9nFy0W9dR4K0o8aETpHbmLRkKtYROQiFhX5h0VG/mBPlcw4u3i4uCR8thleDuO04iL96EwJSBc3UwLSRWtKQA4HpgQkB5QFSQ1lQ1JCWZFUUHYkBVQEmQsVQ+ZARZGpUHFkClQFGQtVQ8ZAVZGhUHVkCBQCuQeFQW5BoZBrUDjkEhQSOYfCIqdQaKSHwiN9AuKFjvQzeiT4njd3usV8Z6PLXEA/v++s0LYErP/Xw2On91Fo7PzJBItdetZDYtdWTwP2ioQ1OzdyGOzeCh8GG7JngsCG7kLVsTH7elVsbKZEDZuSe1LBpmbzxLE5+VFRbG7GWQxLkcMXwVJVRdixlHUmVix15Y4Ny1ELZcFyVZfJsdwdEBRLvPGipVo1srHcrRpUP4O7dDuRTWgnarQatGwsUrPlzcYgtZsIbSgSoS3ThiBRGl3tHhIBOsU2W+d9BBgAUFbrpsINJQsAAAAASUVORK5CYII=') no-repeat 18px center;
  background-size: 21px 34px;
  z-index: 2;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.slider-prev:hover,
.slider-next:hover {
  background-color: #f17d7a;
}
.slider-prev:active,
.slider-next:active {
  margin-top: 1px;
}
.slider-next {
  left: auto;
  right: 0;
  background: #f1625e url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACoAAABECAYAAAD3PadxAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAYVJREFUeNrU2omJwzAQBVDlFxJIIQupbEG1bCOB9JGw6WPxysaCEHzomON7YLBjBubJBuGYCcMwhI38TvlIed6pU889ZA53bAmSAluKdMfWIF2xtUg3bAvSBduKzPFrhT2NzUII59Aer5Rf81EtkPLa2WRc5L1zsUXQ5xGwmI/0WLydU2Px8ZsWi4VrlFisXH8KbDmiWCjvj2JYGGzmIlgU1FBgUVjnjkVFrSsWlfVuWDQ0csGisZE5Fh2NTLE9UFNsL9QMKwE1wUpB1bGSUFWsNFQNqwFVwZ6mrxB6IfGKNy1aGyqGRbCJP+03fIm7eUt56Xz0VxwBOf7ZxBGQWo9eHKkBVUFKQ9WQklBVpBRUHSkBNUH2Qs2QPVBTZCvUHNkCdUHWQt2QNVBXZCnUHVkCpUDuQWmQW1Aq5BqUDrkEpUR+QmmR71BqZIbSI/MnnQc7Mt/RH3bkFPMUTGyc0Ll4DGhFVuTSyFtkRK4NEUY25NZYZmRC7g26RhbkHjRj3ZFj/gswAFHweFbtj4afAAAAAElFTkSuQmCC') no-repeat 22px center;
  background-size: 21px 34px;
}
/* ----- Достижения ----- */
.achievs {
  display: block;
  font-size: 0;
  padding: 85px 0 44px 0;
}
.achievs__item {
  display: inline-block;
  vertical-align: top;
  width: 33.3%;
  height: 100px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  font-size: 18px;
  font-weight: bold;
  padding: 0 10px 0 124px;
  background: url('../images/achievs-1@2x.png') no-repeat 0 0;
  background-size: 100px 100px;
  margin-bottom: 43px;
}
.achievs__item span {
  display: table-cell;
  vertical-align: middle;
  height: 90px;
}
.achievs__item--2 {
  background-image: url('../images/achievs-2@2x.png');
}
.achievs__item--3 {
  background-image: url('../images/achievs-3@2x.png');
}
/* ----- Новости на главной ----- */
.main-page__news {
  background: #104579;
  padding: 41px 0 7px 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.main-page__news__title {
  color: #fff;
  font-size: 30px;
  margin: 0;
  font-weight: bold;
}
.main-page__news__title > a {
  color: #fff;
  text-decoration: none;
}
.main-page__news__title > a:hover {
  text-decoration: underline;
}
.news-slider .news-item--slider {
  padding: 32px 0 50px 0;
  min-height: 150px;
}
.news-item {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding-right: 30px;
}
.news-item__time {
  display: block;
}
.news-item--slider .news-item__time {
  color: #8499b6;
}
.news-item__title {
  font-weight: normal;
  font-size: 14px;
  margin: 9px 0 0 0;
  line-height: 22px;
}
.news-item--slider .news-item__title a {
  color: #ffffff;
}
.news-prev,
.news-next {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAoCAYAAADkDTpVAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAPpJREFUeNq0l00OgjAQhYuLJhzJG7j2QBo8kIkruYGJF3Jl6mAoIqFlft40eQtmmvf1h1KmSSkFUIukG+lBukzRAQBQJN3Tr51yzsP8D+JlPkF2gDU/VPrsvUaexnzraq7ZA5G5FCA2lwBU5lyA2pwDMJlvAczmNQDEvASAma8BoOZLANx8DnAxzwA38wxwMx/EvQ/e6ltjHB1nFlG7RK6Q+YMLZBmAQ9aCUEgpAYPUkhDI1hTNEM5GmSDc100NkRwaFUR69MUQzRdSBNH+/LIhltqABbHUBy/SkdRX+jwRJVRpJh2qRluDdDnXAMvYlnT9LksI5xz8CDAAiX/zqntmiSEAAAAASUVORK5CYII=') no-repeat center center;
  background-size: 12px 20px;
  cursor: pointer;
  margin-left: 4px;
  position: relative;
  top: 2px;
}
.news-prev:hover,
.news-next:hover {
  opacity: 0.9;
}
.news-prev:active,
.news-next:active {
  top: 3px;
}
.news-next {
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAoCAYAAADkDTpVAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAPtJREFUeNq0l1sKwjAQRWuRQjckuAP/BBdU6ZL8qmtwQ4IgcQoJhpKk87gzcOkjcE6TtAk9hBC6rCbKmXKlfDpErYKYKfxroQxZmzolOFRSg8MkfRzzWl0oD8pgmYMxPmnw6Ek6cZPkFy6S7Q24pHQTKqk1wCStRohkr4tmCWeiTBLu66aWSD4alUT66YslmhVSJNEuw2yJZTNhSXrDbvuV7smSDMwhGl3hmkkWwaUCMVwiUMG5AjWcIzDB9wRmeEsAgdcEMHhJAIVvBXB4LnCBJ4EbPAnc4On/4NVYzZ+UG+Vt/Ueb0U9eeotmNHzNMevMPR5P5mHJ6ifAAO5X8K5aFD9AAAAAAElFTkSuQmCC') no-repeat 0 0;
  background-size: 12px 20px;
}
/* ----- О мастерской на главной ----- */
.main-page__about {
  padding: 42px 0 51px 0;
}
.main-page__about__title {
  margin: 0;
  color: #000;
  font-size: 30px;
  font-weight: bold;
}
.main-page__about__title a {
  text-decoration: none;
  color: inherit;
}
.main-page__about__title a:hover {
  text-decoration: underline;
}
.main-page__about__title + p {
  margin-top: 14px;
}
/* ----- Форма консультации на главной ----- */
.main-page__consult-wrap {
  background: #ededed;
}
.main-page__consult {
  padding: 35px 0 32px 0;
}
.main-page__consult legend {
  font-weight: bold;
  font-size: 18px;
  display: block;
  margin-bottom: 15px;
}
.main-page__consult .btn {
  position: relative;
}
.main-page__consult__fields {
  white-space: nowrap;
  min-height: 94px;
}
.main-page__consult__fields .input-text {
  border-color: transparent;
}
.main-page__consult__name {
  width: 432px;
  margin-right: 12px;
}
.main-page__consult__phone {
  width: 290px;
  margin-right: 12px;
}
.main-page__consult__submit {
  width: 218px;
}
.main-page__consult__success {
  min-height: 94px;
  text-align: center;
}
.main-page__consult__success strong {
  display: block;
  font-size: 24px;
  color: #1c785f;
  margin: 18px 0 6px 0;
}
.main-page__consult__success span {
  display: block;
}
/* ----- Карта ----- */
.map {
  height: 420px;
  background: #ededed;
}
.map__balloon {
  width: 390px;
  text-align: center;
  padding: 20px 0;
}
.map__balloon b {
  display: block;
  text-transform: uppercase;
  font-size: 15px;
  margin: 5px 0;
}
/* ----- Футер ----- */
.main-footer {
  display: block;
  height: 178px;
  background: #104579;
  color: #fff;
}
.main-footer__top {
  height: 110px;
  position: relative;
  text-transform: uppercase;
  font-weight: bold;
  border-bottom: 2px solid #fff;
}
.copyright {
  position: absolute;
  top: 40px;
  left: 0;
  width: 300px;
}
.main-footer__email {
  position: absolute;
  top: 40px;
  left: 330px;
  width: 300px;
  color: #9eabbe;
}
.main-footer__email a {
  color: #ffffff;
}
.main-footer__phones {
  position: absolute;
  top: 40px;
  right: 0;
  width: 318px;
  color: #9eabbe;
}
.main-footer__phones__number {
  color: #fff;
  text-decoration: none;
}
.main-footer__bottom {
  position: relative;
  height: 66px;
}
.footer-menu a {
  color: #ffffff;
}
.footer-menu ul {
  margin: 10px 0 0 -10px;
}
.footer-menu .active a,
.footer-menu a:hover {
  color: #9eabbe;
  border-color: transparent;
}
.made-by {
  position: absolute;
  right: 0;
  top: 24px;
  color: #9eabbe;
  font-size: 13px;
}
.made-by__link {
  color: #ffffff;
}
/* ----- Перезвоните мне ----- */
.form__row {
  min-height: 54px;
  margin-top: 22px;
}
.form__row:first-child {
  margin-top: 30px;
}
p + .form__row {
  margin-top: 42px;
}
.form__row .input-text {
  margin-right: 16px;
  width: 380px;
}
.form__row__left-block {
  width: 164px;
  display: inline-block;
  min-height: 10px;
}
.form__row__right-block {
  display: inline-block;
}
.input-text.call-form__phone {
  width: 220px;
}
.call-form {
  width: 800px;
}
.call-form .btn {
  width: 220px;
}
.js-sendform-message, .js-consultmessage{
	display:none;
}
.js-sendform-message span{
	margin: auto;
	width: 380px;
	margin-bottom: 34px;
}
.js-sendform-message div{
	width: 300px;
	margin: auto;
}
.form__legend-text {
  display: inline-block;
  position: relative;
  top: 7px;
}
/* ----- Контент ----- */
.page-title {
  font-size: 30px;
  color: #fff;
  background: #104579;
  margin: 0;
  padding: 10px 0 16px 0;
  min-height: 66px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.content h2 {
  color: #1c785f;
  font-size: 18px;
  font-weight: bold;
  margin: 36px 0 18px 0;
}
.content h2 + p {
  margin-top: 18px;
}
.content a {
  color: #f1625e;
}
.text {
  padding: 16px 0 32px 0;
}
/* ----- Страница новостей ----- */
.news {
  font-size: 0;
  margin-top: 40px;
}
.news .news-item {
  display: inline-block;
  vertical-align: top;
  width: 490px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding-right: 20px;
  font-size: 14px;
  margin-bottom: 22px;
}
.news__title + .news {
  margin-top: 14px;
}
.content .news__title {
  font-size: 30px;
  margin: 16px 0 0 0;
}
/* ----- Продукция ----- */
.production {
  font-size: 0;
  width: 993px;
  margin: 19px 0 100px -490px;
  left: 50%;
  position: relative;
  overflow-x: hidden;
}
.production__item {
  display: inline-block;
  width: 312px;
  height: 312px;
  background: #fff;
  line-height: 312px;
  text-align: center;
  position: relative;
  font-size: 14px;
  margin: 0 19px 19px 0;
}
.production__image {
  vertical-align: middle;
  max-width: 264px;
  position: relative;
  z-index: 1;
}
.production__info {
  width: 262px;
  height: 262px;
  position: absolute;
  top: 25px;
  left: 25px;
  z-index: 2;
  line-height: normal;
  background: #1c785f;
  color: #fff;
  opacity: 0;
  transition: opacity 0.1s ease-in-out;
  -webkit-transition: opacity 0.1s ease-in-out;
}
.production__item:hover .production__info {
  opacity: 1;
  transition: none ease-in-out;
  -webkit-transition: none ease-in-out;
}
.production__info__cell {
  display: table-cell;
  vertical-align: middle;
  width: 262px;
  height: 262px;
  padding: 10px;
}
.production__info__title {
  display: block;
  margin: 20px 0;
  line-height: 22px;
}
.page--grey {
  background: #ededed;
}
/* ----- Макет ----- */
.slider-wrap--maquette {
  height: 520px;
}
.slider-wrap--maquette .slide {
  text-align: center;
  line-height: 520px;
  height: 520px;
}
.slider-wrap--maquette .owl-carousel .owl-item img {
  width: auto;
  display: inline;
  vertical-align: middle;
}
.page-subtitle,
.content .page-subtitle {
  width: 980px;
  margin: 32px auto 10px auto;
  font-size: 24px;
  color: #000;
}
.order-button-block {
  background: #ededed;
  padding-top: 57px;
  height: 103px;
  text-align: center;
}
.order-button-block .btn {
  position: relative;
}
/* ----- Заказ ----- */
.order-form-wrap {
  background: #ededed;
  margin-top: 63px;
}
.order-form { 
  width: 642px;
  margin: 0 auto;
  padding: 79px 0 43px 0;
}
.js-ordermessage{
	width: 980px;	
	position: relative;
	display: block;	
	margin: 0 auto;
	padding: 79px 0 43px 0;
	display: none;
}
.js-ordermessage span{
	color: #1c785f;
	font-size: 18px;
	font-weight: bold
}
.order-form .input-text {
  display: block;
  width: 100%;
  margin: 4px 0 39px 0;
}
.order-form label {
  font-weight: bold;
  font-size: 18px;
}
.order-form textarea {
  display: block;
  width: 100%;
  height: 222px;
  margin: 4px 0 34px 0;
  resize: vertical;
}
.order-form__footer {
  text-align: center;
  height: 54px;
}
.ie8 .achievs__item--1 {
  background-image: url('../images/achievs-1.png');
}
.ie8 .achievs__item--2 {
  background-image: url('../images/achievs-2.png');
}
.ie8 .achievs__item--3 {
  background-image: url('../images/achievs-3.png');
}
.ie8 .slider-prev {
  background-image: url('../images/arrow-left-big.png');
}
.ie8 .slider-next {
  background-image: url('../images/arrow-right-big.png');
}
.ie8 .news-prev {
  background-image: url('../images/arrow-left.png');
}
.ie8 .news-next {
  background-image: url('../images/arrow-right.png');
}
.ie8 .production__info {
  display: none;
}
.ie8 .production__item:hover .production__info {
  display: block;
}
.ie8 .page-title {
  min-height: 0;
}
.ie8 .fancybox-overlay {
  background: url('../libs/fancybox/fancybox_overlay.png') repeat 0 0 !important;
}
/* 
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/* 
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}
/* 
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
  display: none;
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}
.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
/* No Js */
.no-js .owl-carousel {
  display: block;
}
/* 
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
  transform-style: preserve-3d;
}
/* 
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}
/*! fancyBox v2.1.5 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;
  /* background: #f9f9f9; */
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.fancybox-opened {
  z-index: 8030;
}
.fancybox-opened .fancybox-skin {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
}
.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, Arial, 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('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('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('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: hidden !important;
  width: auto;
}
.fancybox-lock body {
  overflow: hidden !important;
}
.fancybox-lock-test {
  overflow-y: hidden !important;
}
.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url('fancybox_overlay.png');
}
.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}
.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}
/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, 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);
}
/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading,
  .fancybox-close,
  .fancybox-prev span,
  .fancybox-next span {
    background-image: url('fancybox_sprite@2x.png');
    background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image*/
  }
  #fancybox-loading div {
    background-image: url('fancybox_loading@2x.gif');
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/
  }
}
