body {
  font-family: Poppins, sans-serif;
  -webkit-font-smoothing: subpixel-antialiased;
  margin: 0;
}

.top-head-line {
  min-height: 35px;
  background: #f2f2f2;
  text-align: right;
  padding: 2px;
}

.logo-container-line {
  padding-top: 25px;
  padding-bottom: 15px;
  border-bottom: 1px solid #b7b7b7;
}

.no-left-padding {
  padding-left: 0px !important;
}

.nav li {
  display: inline-block;
  vertical-align: middle;
}

.nav li:last-child {
  float: right;
}

.nav a {
  font-weight: bold;
}

.text-logo {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 24px;
}


.btn {
  border-radius: 0;
  transition: 0.3s;
  box-shadow: none;
}

.btn,
.btn:active,
.btn.active {
  box-shadow: none;
}

.btn:focus,
.btn.focus,
.btn:active:focus,
.btn:active.focus,
.btn.active:focus,
.btn.active.focus {
  outline: none;
}

.btn:hover,
.btn:focus,
.btn.focus {
  outline: none;
}

.btn:active,
.btn.active {
  box-shadow: none;
  outline: none;
}

.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
}

.btn-primary {
  background-color: #1c69d4;
  border-color: #1c69d4;
}


.btn-primary:hover {
  color: #fff;
  background-color: #000000;
  border-color: #000000;
}

.btn-primary:active,
.btn-primary.active,
.open>.btn-primary.dropdown-toggle {
  color: #fff;
}

.btn-primary:active:hover,
.btn-primary:active:focus,
.btn-primary:active.focus,
.btn-primary.active:hover,
.btn-primary.active:focus,
.btn-primary.active.focus {
  color: #fff;
}

.btn-primary-transparent {
  background-color: transparent;

}

.btn-transparent {
  border: 2px solid #fff;
  color: #fff;
}

.btn-transparent:hover,
.btn-transparent:focus,
.btn-transparent.focus {
  background-color: #b0293d;
  border-color: #b0293d;
}



.btn-md {
  padding: 9px 30px;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  border-width: 2px;
  letter-spacing: 0.96px;
}

.btn-lg,
.btn-group-lg>.btn {
  padding: 17px 45px;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 24px;
  letter-spacing: 1.44px;
  border-width: 2px;
}

.btn-link {
  font-size: 24px;
  font-weight: 700;
  color: #000;
}

.btn-link-primary {
  padding: 0;
  font-size: 18px;
  font-weight: 400;
  transition: .3s;
  border: none;
  background: transparent;

}

.btn-link-primary:focus {
  outline: none;
  color: #b0293d;
}

.btn-link-primary:hover {
  color: #b0293d;
}

.icon {
  display: inline-block;
  width: 25px;
}


@font-face {
  font-weight: normal;
  font-style: normal;
}


html {

  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}


.btn-group {
  min-width: 286px;
  max-width: 500px;
  text-align: left;
}

@media (min-width: 1200px) {
  .btn-group {
    display: table-cell;
  }
}



.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}

.btn-link:hover,
.btn-link:focus {
  text-decoration: none;
  background-color: transparent;
}

.btn-link[disabled]:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:hover,
fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}

.btn-lg,
.btn-group-lg>.btn {
  padding: 21.6px 46.8px;
  font-size: 23px;
  line-height: 1.33333;
  border-radius: 6px;
}



.btn-block {
  display: block;
  width: 100%;
}

.btn-block+.btn-block {
  margin-top: 5px;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.container:before,
.container:after {
  content: " ";
  display: table;
}

.container:after {
  clear: both;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}

@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1200px;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.container-fluid:before,
.container-fluid:after {
  content: " ";
  display: table;
}

.container-fluid:after {
  clear: both;
}


ul ul,
ul ol,
ol ul,
ol ol {
  padding-left: 0;
}


@media (min-width: 1200px) and (max-width: 1799px) {
  .inner-wrap {
    width: 1200px;
    margin: 0 auto;
  }
}


.swiper-container {
  height: 30vh;
  margin: 0 auto;
  position: relative;
  overflow: hidden;

  z-index: 1;
  min-height: 230px;
}

@media (min-width: 640px) {
  .swiper-container {
    height: 62vh;
  }
}

@media (min-width: 1200px) {
  .swiper-container {
    height: 69vh;
  }
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical>.swiper-wrapper {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  -moz-transform: translate3d(0px, 0, 0);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow>.swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-container-free-mode>.swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  background-position: center center;
}


.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}


.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}


.swiper-button-prev,
.swiper-button-next {
  display: none;
  position: absolute;
  top: 50%;
  width: 40px;
  height: 40px;
  line-height: 30px;
  font-size: 46px;
  text-align: center;
  margin-top: -23px;
  z-index: 10;
  cursor: pointer;
  opacity: 1;
  color: #fff;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
  opacity: 1;
}

@media (min-width: 768px) {

  .swiper-button-prev,
  .swiper-button-next {
    display: block;
  }
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev {
  left: -15px;
}

.swiper-button-next {
  right: -15px;
}


.swiper-pagination {
  display: none;
  position: absolute;
  text-align: center;
  transition: 300ms;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

@media (min-width: 768px) {
  .swiper-pagination {
    display: block;
  }
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  border-radius: 100%;
  background: #fff;
  opacity: 0.5;
  transition: 0.3s;
}

.swiper-pagination-bullet:hover {
  opacity: 1;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  width: 20px;
  height: 20px;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}

.swiper-container-vertical>.swiper-pagination {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  -moz-transform: translate3d(0px, -50%, 0);
  -o-transform: translate(0px, -50%);
  -ms-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical>.swiper-pagination .swiper-pagination-bullet {
  margin: 5px 0;
  display: block;
}

.swiper-container-horizontal>.swiper-pagination {
  bottom: 4%;
  vertical-align: middle;
  width: 100%;
}

@media (min-width: 1200px) {
  .swiper-container-horizontal>.swiper-pagination {
    bottom: 27%;
    right: 19%;
    width: auto;
  }
}

@media (min-width: 3000px) {
  .swiper-container-horizontal>.swiper-pagination {
    bottom: 16%;
    left: 50%;
    width: 25%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
  }
}

.swiper-container-horizontal>.swiper-pagination .swiper-pagination-bullet {
  margin: 0 12px;
}


.swiper-container-3d {
  -webkit-perspective: 1200px;
  -moz-perspective: 1200px;
  -o-perspective: 1200px;
  perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), transparent);
}


.swiper-container-coverflow .swiper-wrapper {

  -ms-perspective: 1200px;
}


.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

/* Cube */
.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next+.swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

/* Scrollbar */
.swiper-scrollbar {
  position: relative;
  -ms-touch-action: none;
}

.swiper-container-horizontal>.swiper-scrollbar {
  position: absolute;
  bottom: 0;
  z-index: 50;
  height: 3px;
  width: 100%;
}

.swiper-container-vertical>.swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;

  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -moz-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  -moz-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  -webkit-background-size: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}

.swiper-slide>.vide__body,
.swiper-slide>.parallax_cnt {
  height: 100%;
}

.swiper-slide {
  white-space: nowrap;
}

.swiper-slide-caption {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  white-space: normal;
  height: 100%;
}

@media (min-width: 1200px) {
  .swiper-slide-caption {
    padding-top: 0;
    height: auto;
    max-height: 100%;
    min-height: 420px;
  }
}

@media (min-width: 1800px) {
  .swiper-slide-caption {
    padding-top: 51px;
  }
}

.swiper-slide-caption .container {
  text-align: center;
}

@media (min-width: 800px) {
  .swiper-slide-caption .container {
    text-align: left;
  }
}

.swiper-slide-caption .h1+.h5 {
  margin-top: 13px;
}

.swiper-slide-caption .h5+.price {
  margin-top: 23px;
}

.swiper-slide-caption .price+.btn {
  margin-top: 10px;
}

.swiper-slide-caption .price {
  font-size: 22px;
  font-weight: 700;
}

@media (min-width: 768px) {
  .swiper-slide-caption .price {
    font-size: 31px;
  }
}

.swiper-slide-caption .price span {
  font-size: 18px;
}

.swiper-slide-caption h4 {
  margin-top: 0;
}

.swiper-slide-caption * {
  color: #fff;
}

.swiper-slide-caption p.h1 {
  margin-top: -10px;
}

@media (min-width: 768px) {
  .swiper-slide-caption p.h1 {
    margin-top: 0;
  }
}

.swiper-slide-caption p.h5 {
  display: none;
}

@media (min-width: 768px) {
  .swiper-slide-caption p.h5 {
    display: block;
  }
}

@media (min-width: 768px) {
  .swiper-slide-caption p {
    display: block;
  }
}

.swiper-button {
  width: 60px;
  height: 100px;
  cursor: pointer;
  position: absolute;
  top: calc(50% + 48px);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 9;
}

.swiper-button.swiper-button-next {
  right: -3px;
}

.swiper-button.swiper-button-next .swiper-button__arrow {
  right: 0;
}

.swiper-button.swiper-button-next .swiper-button__arrow:after {
  right: calc(100% - 10px);
}

.swiper-button.swiper-button-next .preview {
  right: 40px;
}

.swiper-button.swiper-button-next .preview:after {
  content: 'Next';
  text-align: right;
  -webkit-transform: translateX(-125%);
  transform: translateX(-125%);
}

.swiper-button.swiper-button-prev .swiper-button__arrow::after {
  left: calc(100% - 10px);
}

.swiper-button.swiper-button-prev .preview {
  left: 40px;
}

.swiper-button.swiper-button-prev .preview:after {
  content: 'Previous';
  -webkit-transform: translateX(125%);
  transform: translateX(125%);
}

.swiper-button.swiper-button-prev .preview__img {
  float: left;
}

.swiper-button.swiper-button-prev .preview__img:first-child {
  width: 32px;
  height: 32px;
}

.swiper-button.swiper-button-prev .preview__img:nth-child(2) {
  width: 48px;
  height: 48px;
}

.swiper-button.swiper-button-prev .preview__img:nth-child(3) {
  width: 64px;
  height: 64px;
}

.swiper-button .swiper-button__arrow {
  position: absolute;
  top: 50%;
  display: block;
  width: 32px;
  height: 32px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.swiper-button .swiper-button__arrow:after {
  position: absolute;
  top: calc(50% - 1px);
  width: 20px;
  height: 1px;
  background: #fff;
  content: '';
  -webkit-transition: width 0.3s 0.2s;
  transition: width 0.3s 0.2s;
  -webkit-backface-visibility: hidden;
  /* needed because of Chrome bug with prefixed calc */
  backface-visibility: hidden;
}

.swiper-button .swiper-button__arrow svg {
  fill: #fff;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.swiper-button .preview {
  position: absolute;
  top: -25%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  width: 170px;
  pointer-events: none;
}

.desktop .swiper-button:hover {
  width: 200px;
}

.desktop .swiper-button:hover .swiper-button__arrow:after {
  width: 200px;
  transition-delay: 0s;
}

.desktop .swiper-button:hover .preview {
  pointer-events: auto;
}

.desktop .swiper-button:hover .preview:after {
  opacity: 1;
  transition-delay: 0.2s;
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}

.desktop .swiper-button:hover .preview__img {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-background-size: cover;
  background-size: cover;
  float: left;
}

.desktop .swiper-button:hover .preview__img:first-child {
  transition-delay: 0.3s;
}

.desktop .swiper-button:hover .preview__img:nth-child(2) {
  transition-delay: 0.35s;
}

.desktop .swiper-button:hover .preview__img:nth-child(3) {
  transition-delay: 0.4s;
}

.mobile .preview,
.tablet .preview {
  display: none;
}

.swiper-button-next:before,
.swiper-button-prev:before {
  display: inline-block;
  font-size: 20px;

}

.swiper-button-next .swiper-button-disabled,
.swiper-button-prev .swiper-button-disabled {
  opacity: .5;
}

.swiper-button-next:before {
  content: "\f054";
}

.swiper-button-prev:before {
  content: "\f053";
}

.swiper-vert-mid .swiper-slide-caption {
  padding-top: 0;
  height: 100%;
}

.swiper-vert-mid .swiper-pagination {
  bottom: 10%;
}

.ui-to-top {
  width: 50px;
  height: 50px;
  font-size: 24px;
  line-height: 46px;
  color: #FFF;

  position: fixed;
  right: 15px;
  bottom: 15px;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  z-index: 20;
  transition: .3s all ease;
  -webkit-transform: translateY(100px);
  transform: translateY(100px);
}

.ui-to-top:hover,
.ui-to-top:focus {
  color: #FFF;
  background: #b0293d;
  text-decoration: none;
}

.ui-to-top.active {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.mobile .ui-to-top,
.tablet .ui-to-top {
  display: none !important;
}




.search-form-wrap {
  padding: 15px;
}

@media (min-width: 768px) {
  .search-form-wrap {
    padding: 30px;
  }
}



@media (min-width: 1200px) {
  .section-xs {
    padding-top: 9px;
    padding-bottom: 12px;
  }
}

.section-sm {
  padding-top: 60px;
  padding-bottom: 60px;
}

@media (min-width: 1200px) {
  .section-sm {
    padding-top: 71px;
    padding-bottom: 84px;
  }

  .section-sm-mod-1 {
    padding-bottom: 19px;
  }
}

.section-sm-mod-2 {
  padding-bottom: 0;
}

.section-sm-mod-3 {
  padding-top: 0;
}

@media (min-width: 992px) {
  .section-sm-mod-3 {
    padding-top: 71px;
  }
}

.section-md {
  padding-top: 60px;
  padding-bottom: 55px;
}

@media (min-width: 1200px) {
  .section-md {
    padding-top: 97px;
    padding-bottom: 93px;
  }
}

.section-md-mod-1 {
  padding-top: 0;
}

@media (min-width: 1200px) {
  .section-md-mod-2 {
    padding-bottom: 30px;
  }
}

.section-md-mod-3 {
  padding-top: 0;
}

@media (min-width: 1200px) {
  .section-md-mod-3 {
    padding-top: 97px;
  }
}

.section-md-mod-4 {
  padding-bottom: 0;
}

@media (min-width: 768px) {
  .section-md-mod-5 {
    padding-bottom: 0;
  }
}

@media (min-width: 1200px) {
  .section-md-mod-5 {
    padding-bottom: 30px;
  }
}


.bg-dark {
  background-color: #f2f2f2;
}

.bg-gray {
  background-color: #282e3e;
  color: #fff;
}

.bg-gray h1,
.bg-gray h2,
.bg-gray h3,
.bg-gray h4,
.bg-gray h5,
.bg-gray h6,
.bg-gray .h1,
.bg-gray .h2,
.bg-gray .h3,
.bg-gray .h4,
.bg-gray .h5,
.bg-gray .h6 {
  color: #fff;
}

.bg-white {
  background-color: #fff;
  color: #000;
}

.container-shadow {
  box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.22);
}





.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;
  }
}




@media (max-width: 767px) {

  .thumbnail.media.s-result-2 .media-body,
  .thumbnail.media.s-result-2 .media-left,
  .thumbnail.media.s-result-2 .media-right {
    width: 100%;
    display: block;
    padding-top: 15px;
    padding-left: 0;
    text-align: center;
  }
}

.thumbnail.media.s-result-2 .media-left {
  padding-right: 0;
}

@media (min-width: 768px) {
  .thumbnail.media.s-result-2 .media-left {
    padding-right: 30px;
  }
}

@media (max-width: 767px) {

  .s-result-2 .media-body,
  .s-result-2 .media-left,
  .s-result-2 .media-right {
    width: 100%;
    display: block;
    padding-top: 15px;
    padding-left: 0;
    text-align: center;
  }
}

.s-result-2 .media-body img,
.s-result-2 .media-left img,
.s-result-2 .media-right img {
  display: inline-block;
  width: auto;
  height: auto;
}

@media (min-width: 768px) {

  .s-result-2 .media-body img,
  .s-result-2 .media-left img,
  .s-result-2 .media-right img {
    width: auto;
    max-width: none;
  }
}

.s-result-2 .media-left {
  padding-right: 0;
}

@media (min-width: 768px) {
  .s-result-2 .media-left {
    padding-right: 30px;
  }
}








.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;
}


.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;

  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;

  -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;
  width: 100%;
  will-change: transform;
}


.owl-carousel .owl-item-content {
  position: absolute;
  left: 16px;
  bottom: -38px;
  transition: .3s;
}

@media (min-width: 768px) {
  .owl-carousel .owl-item-content {
    left: 38px;
  }
}

.owl-carousel .owl-item-content * {
  color: #fff;
}

.owl-carousel .owl-item-content h4+p {
  margin-top: 0;
}

.owl-carousel .owl-item-content .btn {
  visibility: hidden;
  margin-top: 19px;
  opacity: 0;
  transition: .6s;
  -webkit-transform: translate(0, 50px);
  transform: translate(0, 50px);
}

.owl-carousel .owl-item:hover .owl-item-content {
  margin-top: -160px;
  bottom: 31px;
}

.owl-carousel .owl-item:hover .owl-item-content .btn {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

.no-js .owl-carousel {
  display: block;
}


.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;
}



.tablet .owl-nav,
.mobile .owl-nav {
  display: none;
}

.owl-prev,
.owl-next {
  position: absolute;
  top: 40%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);

  line-height: 20px;
  transition: .3s;
  opacity: 1;
  color: #fff;
}

@media (min-width: 768px) {

  .owl-prev,
  .owl-next {
    top: 50%;
  }
}

.owl-prev {
  left: 40px;
}

.owl-prev:before {
  content: '\f053';
  margin-left: -4px;
}

.owl-next {
  right: 40px;
}

.owl-next:before {
  content: '\f054';
  margin-right: -3px;
}

.owl-nav-md .owl-prev,
.owl-nav-md .owl-next {
  display: none !important;
}

@media (min-width: 992px) {

  .owl-nav-md .owl-prev,
  .owl-nav-md .owl-next {
    display: block !important;
  }
}

/*
 * Owl Pagination
 */
.owl-dots {
  text-align: center;
  margin-top: 0;
  visibility: hidden;
}

@media (min-width: 768px) {
  .owl-dots {
    visibility: visible;
    margin-top: 56px;
  }
}

.owl-dot {
  display: inline-block;
  text-align: center;
  position: relative;
  width: 12px;
  height: 12px;
  outline: none;
  cursor: pointer;
  border-radius: 50%;
  background-color: #b7b7b7;
  transition: 0.3s ease;
  vertical-align: middle;
}

.owl-dot+.owl-dot {
  margin-left: 25px;
}

.owl-dot.active {
  width: 21px;
  height: 21px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .owl-dot:last-child {
    display: none;
  }
}


.bg-jungle-green .owl-dot:after {
  background-color: #212121;
}

.owl-custom-pagination {
  margin-top: 53px;
  margin-bottom: 26px;
}

.owl-custom-pagination .owl-dot-custom {
  display: inline-block;
  width: 43px;
  height: 43px;
  border: 2px solid #fff;
  box-shadow: 8px 8px 21px 0 rgba(0, 0, 0, 0.25);
  font-size: 0;
  cursor: pointer;
  transition: .3s;
}

.owl-custom-pagination .owl-dot-custom.active {
  -webkit-transform: scale(1.28);
  transform: scale(1.28);
}

.owl-custom-pagination .owl-dot-custom+.owl-dot-custom {
  margin-left: 12px;
}

.owl-carousel[data-dots-custom] .owl-dots {
  display: none !important;
}

@media (min-width: 480px) {
  .owl-custom-pagination {
    margin-top: 53px;
    margin-bottom: 26px;
  }

  .owl-custom-pagination .owl-dot-custom {
    width: 50px;
    height: 50px;
  }

  .owl-custom-pagination .owl-dot-custom+.owl-dot-custom {
    margin-left: 18px;
  }
}

@media (min-width: 768px) {
  .owl-custom-pagination {
    margin-top: 63px;
    margin-bottom: 36px;
  }

  .owl-custom-pagination .owl-dot-custom {
    width: 70px;
    height: 70px;
  }
}

.owl-dots-mobile .owl-dots {
  display: block !important;
}

@media (min-width: 1200px) {
  .owl-dots-mobile .owl-dots {
    display: none !important;
  }
}






























.bottom-nav-menu {
  list-style: none !important;
}

.bottom-nav-menu li {
  display: inline !important;
  margin-right: 20px;
}



.page-wrap {
  padding-top: 40px;
}


.s-page-wrap {
  padding-top: 30px;
}


#main-login-form {
  -webkit-box-shadow: 0 3px 10px #aaa;
  -moz-box-shadow: 0 3px 10px #aaa;
  box-shadow: 0 3px 10px #aaa;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  border-radius: 3px;
  line-height: 1.1em;
  float: right;
  width: 450px;
  height: 240px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -100px;
  margin-left: -250px;
  z-index: 6001;
  border: 4px solid #999999;
  background: #f3f3f3;
  margin-bottom: 40px;
  padding: 5px 20px 10px;

  display: none;
}

.no-margin {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

.red-font {
  font-style: italic;
  color: red;
}

.close-login-icon {
  float: right;
  position: relative;
  top: -4px;
  left: 19px;
}



.form-field {
  border: 1px solid #aaaaaa;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
  border-radius: 2px;
  min-height: 30px;
  min-width: 180px;
  font-size: 14px;
}



.top-link {
  margin-right: 12px;
  font-size: 13px !important;
}

.top-right-link {
  margin-left: 10px;
  font-size: 13px !important;
}

.top-link:hover {
  text-decoration: underline !important;
}

.underline-link {
  text-decoration: underline !important;
}


sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

i mg {
  border: 0;
}



figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}


button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

@media print {

  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }

  .navbar {
    display: none;
  }

  .btn>.caret,
  .dropup>.btn>.caret {
    border-top-color: #000 !important;
  }

  .label {
    border: 1px solid #000;
  }

  .table {
    border-collapse: collapse !important;
  }

  .table td,
  .table th {
    background-color: #fff !important;
  }

  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent;
}


body {

  font-size: 18px;
  line-height: 1.55556;
  color: #000;
  background-color: #fff;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  text-decoration: none;
}

a:hover,
a:focus {
  text-decoration: none;
}

a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 6px;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.55556;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 28px;
  margin-bottom: 28px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

[role="button"] {
  cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 700;
  line-height: 1.1;
  color: inherit;
}


h1 small,
h1 .small,
h2 small,
h2 .small,
h3 small,
h3 .small,
h4 small,
h4 .small,
h5 small,
h5 .small,
h6 small,
h6 .small,
.h1 small,
.h1 .small,
.h2 small,
.h2 .small,
.h3 small,
.h3 .small,
.h4 small,
.h4 .small,
.h5 small,
.h5 .small,
.h6 small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 28px;
  margin-bottom: 14px;
}






p {
  margin: 0 0 14px;
}

.lead {
  margin-bottom: 28px;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.4;
}

@media (min-width: 768px) {
  .lead {
    font-size: 27px;
  }
}

small,
.small {
  font-size: 77%;
}

mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase,
.initialism {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-muted {
  color: #777777;
}

a.text-primary:hover,
a.text-primary:focus {
  color: #d91632;
}

.text-success {
  color: #3c763d;
}

a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}

.text-info {
  color: #31708f;
}

a.text-info:hover,
a.text-info:focus {
  color: #245269;
}

.text-warning {
  color: #8a6d3b;
}

a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}

.text-danger {
  color: #a94442;
}

a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}

.bg-primary {
  color: #fff;
}

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #d91632;
}

.bg-success {
  background-color: #dff0d8;
}

a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}

.bg-info {
  background-color: #d9edf7;
}

a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}

.bg-warning {
  background-color: #fcf8e3;
}

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}


.bg-danger {
  background-color: #f2dede;
}

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}

a {
  color: #000;
  transition: .3s;
}

a:focus,
a:active {
  outline: none;
}


.page-foot {
  padding-top: 40px;
  padding-bottom: 25px;
  border-top: 1px solid #b7b7b7;
}

@media (min-width: 1500px) {
  .page-foot {
    padding: 55px 76px;
  }
}

.page-foot.bg-gray {
  border-top: none;
}

.page-foot.bg-gray p,
.page-foot.bg-gray address,
.page-foot.bg-gray time {
  color: #b7b7b7;
}

.page-foot.bg-gray h4 {
  color: #fff;
}

.page-foot.bg-gray a.text-primary:hover {
  color: #f2f2f2;
}

.page-foot.bg-gray .list-marked li a:hover {
  color: #f2f2f2;
}

.page-foot.bg-gray a:hover {
  color: #fff;
}

.page-foot.bg-gray a.brand-name:hover {
  color: #b7b7b7;
}

.page-foot.bg-gray .list-inline a:hover {
  color: #fff;
}

.page-foot a {
  color: #b7b7b7;
}

.page-foot a.text-primary:hover {
  color: #b0293d;
}

.page-foot .copyright {
  color: #b7b7b7;
  font-size: 14px;
}

@media (min-width: 992px) {
  .page-foot .footer-wrap {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.page-foot .copyright {
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
  margin-top: 30px;
}

@media (min-width: 992px) {
  .page-foot .copyright {
    margin-top: 0;
  }
}

.page-foot ul.list-inline {
  margin-top: 30px;
  -webkit-order: 3;
  -ms-flex-order: 3;
  order: 3;
}

@media (min-width: 768px) {
  .page-foot ul.list-inline {
    margin: 0;
  }
}

.page-foot h4+* {
  margin-top: 25px;
}


.page-foot .blog-post+.blog-post {
  margin-top: 20px;
}

.page-foot .list-marked li {
  padding-left: 25px;
}

.page-foot .list-marked li:before {
  left: 4px;
}

.page-foot .list-marked li a:hover {
  color: #b0293d;
}

.page-foot .subscribe {
  margin-top: 20px;
}

@media (min-width: 768px) {
  .page-foot .subscribe {
    text-align: left;
  }
}

.page-foot .subscribe .btn {
  margin-top: 20px;
}

.page-foot section.copyright {
  margin-top: 50px;
}

.page-foot section.copyright p {
  padding-top: 5px;
}

.page-foot section.copyright .list-inline li a {
  font-size: 18px;
}

.page-foot section.copyright .list-inline li a:hover {
  color: #b0293d;
}

.page-foot.footer-center *+.list-inline {
  margin-top: 25px;
}

.page-foot.footer-center *+.copyright {
  margin-top: 55px;
}

@media (min-width: 3000px) {
  .page-foot>* {
    max-width: 2560px;
    margin: 0 auto;
  }
}

@media (min-width: 560px) and (max-width: 767px) {

  .page-foot .col-xs-12:nth-child(2),
  .page-foot .col-xs-12:nth-child(3) {
    width: 50%;
  }
}

.section-full {
  padding-top: 72px;
  padding-bottom: 29px;
  background-image: url("../images/elements-1.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.section-full h1,
.section-full p {
  color: #fff;
}

.section-full h1+p {
  margin-top: 0;
}

.section-full p+.breadcrumb {
  margin-top: 51px;
}

.section-full-mod-1 {
  background-image: url("../images/elements-2.jpg");
}

@media (min-width: 1200px) {
  .section-full-mod-1 {
    padding-bottom: 180px;
  }
}


.bg-dark {
  background-color: #f2f2f2;
}

.bg-gray {
  background-color: #282e3e;
  color: #fff;
}

.bg-gray h1,
.bg-gray h2,
.bg-gray h3,
.bg-gray h4,
.bg-gray h5,
.bg-gray h6,
.bg-gray .h1,
.bg-gray .h2,
.bg-gray .h3,
.bg-gray .h4,
.bg-gray .h5,
.bg-gray .h6 {
  color: #fff;
}

.bg-white {
  background-color: #fff;
  color: #000;
}



@media (min-width: 1200px) {
  .position-margin-top {
    margin-top: -111px;
    position: relative;
    z-index: 1;
  }
}

@media (min-width: 1600px) {
  .position-margin-top {
    margin-top: -200px;
  }
}

@media (min-width: 1800px) {
  .position-margin-top-mod-1 {
    margin-top: -223px;
  }
}




.text-white {
  color: #fff;
}

.text-white * {
  color: #fff;
}

.text-bold {
  font-weight: 700;
}

.text-regular {
  font-weight: 400;
}


.small {
  font-size: 14px;
}


.section-height {
  padding-top: 30px;
  padding-bottom: 30px;
}

@media (min-height: 700px) {
  .section-height {
    height: 100vh;
  }
}

@media (min-width: 1200px) {
  .section-height {
    height: 130vh;
  }
}

@media (min-width: 1400px) {
  .section-height {
    height: 76vh;
    padding-top: 0;
  }
}

.section-height-1 {
  height: 74vh;
}

.section-height-mod-1 {
  padding-top: 90px;
  padding-bottom: 90px;
}

.z-index {
  position: relative;
  z-index: 1;
}

.cursor-pointer {
  cursor: pointer;
}

@media (min-width: 1200px) {
  .position-transform {
    -webkit-transform: translateX(-8.4%);
    transform: translateX(-8.4%);
  }
}

.round {
  border-radius: 50%;
}

.img-width-auto img {
  width: auto;
  height: auto;
}

.bg-image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}

.bg-image-1 {
  background-image: url("../images/extras-1.jpg");
}

.bg-image-1:after {
  content: '';
  position: absolute;
  display: inline-block;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 0;
  background-color: rgba(0, 0, 0, 0.5);
}

@media (min-width: 768px) {
  .bg-image-1:after {
    display: none;
  }
}

.section-middle {
  text-align: center;
  white-space: nowrap;
}

.section-middle:before {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  content: '';
  margin-left: -4px;
}

.section-middle .container {
  white-space: normal;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
}

@media (max-width: 991px) {
  .overflow-ellipsis [class*="col-"] p {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
}

@media (max-width: 991px) {
  .grid .col-xs-2 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .grid .col-xs-2:first-of-type {
    padding-left: 15px;
  }

  .grid .col-xs-2:last-of-type {
    padding-right: 15px;
  }
}

@media (max-width: 991px) {
  .grid h4 {
    font-size: 16px;
  }
}



/*List custom*/


/* Catalog sidebar */
@media (min-width: 1200px) {
  .catalog-sidebar {
    padding-left: 25px;
  }
}

.catalog-sidebar .sidebar-module {
  margin: 0 auto 60px;
}

.tablet .catalog-sidebar {
  padding-top: 25px;
}

.catalog-sidebar .list-unstyled li+li {
  margin-top: 7px;
}

@media (min-width: 1200px) {
  .catalog-sidebar .home-caption-text {
    margin-left: 50px;
  }
}


.details-wrap .form-group {
  display: inline-block;
}

.details-wrap .form-group *+.form-group {
  margin-left: 20px;
}

@media (min-width: 768px) {
  .details-wrap .input-width-1 {
    width: 30%;
  }
}

.details-wrap .input-width-2 {
  width: 80%;
}

@media (min-width: 665px) {
  .details-wrap .input-width-2 {
    width: 60%;
    margin-left: 20px;
  }
}

@media (min-width: 768px) {
  .details-wrap .input-width-2 {
    width: 56%;
  }
}

@media (min-width: 1200px) {
  .section-xs {
    padding-top: 9px;
    padding-bottom: 12px;
  }
}

.section-sm {
  padding-top: 60px;
  padding-bottom: 60px;
}

@media (min-width: 1200px) {
  .section-sm {
    padding-top: 71px;
    padding-bottom: 84px;
  }

  .section-sm-mod-1 {
    padding-bottom: 19px;
  }
}

.section-sm-mod-2 {
  padding-bottom: 0;
}

.section-sm-mod-3 {
  padding-top: 0;
}

@media (min-width: 992px) {
  .section-sm-mod-3 {
    padding-top: 71px;
  }
}

.section-md {
  padding-top: 40px;
  padding-bottom: 45px;
}

@media (min-width: 1200px) {
  .section-md {
    padding-top: 67px;
    padding-bottom: 63px;
  }
}

.section-md-mod-1 {
  padding-top: 0;
}

@media (min-width: 1200px) {
  .section-md-mod-2 {
    padding-bottom: 30px;
  }
}

.section-md-mod-3 {
  padding-top: 0;
}

@media (min-width: 1200px) {
  .section-md-mod-3 {
    padding-top: 97px;
  }
}

.section-md-mod-4 {
  padding-bottom: 0;
}

@media (min-width: 768px) {
  .section-md-mod-5 {
    padding-bottom: 0;
  }
}

@media (min-width: 1200px) {
  .section-md-mod-5 {
    padding-bottom: 30px;
  }
}

.section-lg {
  padding-top: 60px;
  padding-bottom: 60px;
}

@media (min-width: 1200px) {
  .section-lg {
    padding-top: 85px;
    padding-bottom: 94px;
  }
}


@media (min-width: 992px) {
  .pull-md-left .sidebar {
    padding-right: 30px;
    padding-left: 0;
  }
}

@media (min-width: 992px) {
  .sidebar {
    padding-left: 30px;
  }
}

.sidebar .sidebar-module {
  width: 100%;
}

@media (max-width: 709px) {
  .sidebar .sidebar-module {
    max-width: 370px;
    margin-right: auto;
  }
}

@media (min-width: 710px) and (max-width: 991px) {
  .sidebar .sidebar-module {
    float: left;
    width: 50%;
  }

  .sidebar .sidebar-module:nth-child(2n+1) {
    padding-right: 40px;
  }
}

.sidebar .sidebar-module:nth-child(n+2) {
  margin-top: 60px;
}

@media (min-width: 710px) and (max-width: 991px) {
  .sidebar .sidebar-module:nth-child(2) {
    margin-top: 0;
  }
}

@media (min-width: 710px) and (max-width: 991px) {
  .sidebar .sidebar-module:nth-child(3) {
    clear: left;
  }
}

@media (min-width: 710px) and (max-width: 991px) {
  .sidebar .sidebar-module:nth-child(4n) {
    padding-top: 52px;
  }
}

@media (min-width: 710px) and (max-width: 991px) {
  .sidebar .sidebar-module:nth-child(5n) {
    clear: left;
  }
}

.sidebar *+.list-marked {
  margin-top: 21px;
}


.form-group {
  margin-bottom: 20px;
}

.form-group input,
.form-group textarea,
.form-group select {
  display: inline-block;
  width: 100%;
  height: 40px;
  font-size: 16px;
  padding: 4px 9px;
  line-height: 34px;

  border: 2px solid d9d9d9;
}

.form-group input:focus,
.form-group textarea:focus,
.form-group select:focus {
  outline: none;
  border: none;
  box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.22);
}

.form-group label {

  margin-bottom: 0;
  font-size: 14px;
}

.form-group label+* {
  margin-top: 0px;
}

.form-group .form-control:focus {
  outline: none;
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.22);
}

.form-group select {
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: '';
}

.form-group select option {
  padding: 10px;
}

.form-group textarea {
  min-height: 150px;
  resize: none;
}

@media (min-width: 768px) {
  .form-group .input-width-1 {
    max-width: 374px;
  }

  .form-group .input-width-2 {
    max-width: 590px;
  }
}

.form-group-select {
  position: relative;
}

.form-group-select:after {
  position: absolute;
  right: 5px;
  top: 42px;
  content: '\f107';
  display: inline-block;
  vertical-align: middle;
  pointer-events: none;
  margin-right: 10px;

  font-size: 18px;
}

.form-mod-1 {
  display: inline-block;
  max-width: 400px;
  margin-top: 18px;
}

.form-group-mod-1 {
  position: relative;
}

.form-group-mod-1 input {
  width: 46%;
  display: inline-block;
}

.form-group-mod-1 input:last-of-type {
  margin-top: 9px;
}

.form-group-mod-1:before {
  content: '';
  position: absolute;
  display: inline-block;
  top: 55px;
  left: 48.5%;
  width: 10px;
  height: 1px;
  background-color: #b7b7b7;
}

.form-group-mod-2 {
  width: 46%;
  display: inline-block;
}

input[type="radio"],
input[type="checkbox"] {
  margin: 9px 0 0;
}

.search-form-wrap {
  padding: 15px;
}

@media (min-width: 768px) {
  .search-form-wrap {
    padding: 30px;
  }
}


@media (min-width: 768px) {
  h3+.form-variant-1 {
    margin-top: 20px;
  }
}

.form-variant-1 .form-group {
  display: inline-block;
  width: 100%;
  margin-top: 20px;
  outline: none;
  vertical-align: top;
}



@media (min-width: 768px) {
  .form-variant-1 .form-group {
    width: 48%;
    margin-top: 0;
  }

}

@media (min-width: 1200px) {
  .form-variant-1 .form-group {
    width: 23%;
    margin-right: 15px;
  }

}

@media (min-width: 1200px) {
  .form-variant-1 h3+* {
    margin-top: 30px;
  }
}



.form-variant-1 input:focus {
  box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.22);
}

.form-variant-1 .btn {
  margin-top: 20px;
  height: 49px;
  border-width: 0;
}

@media (min-width: 1200px) {
  .form-variant-1 .btn {
    margin-left: 26px;
    margin-top: 31px;
  }
}

.form-group.width-1 {
  position: relative;
}

.form-group.width-1:before {
  content: '';
  position: absolute;
  display: inline-block;
  top: 56px;
  left: 48%;
  width: 10px;
  height: 1px;
  background-color: #b7b7b7;
}

@media (min-width: 1200px) {
  .form-group.width-1 {
    width: 27%;
    margin-left: 0;
  }

  .form-group.width-1+.form-group.width-1 {
    margin-left: 16px;
  }
}

.form-group.width-1 input {
  width: 40%;
}

.form-group.width-1 input+input {
  margin-left: 10%;
}

@media (min-width: 1200px) {
  .form-group.width-1 input+input {
    margin-left: 30px;
  }
}

.form-variant-1 .width-2 {
  width: 48%;
}

@media (min-width: 1200px) {
  .form-variant-1 .width-2 {
    width: 10%;
  }
}

.form-variant-1 .features {
  margin-top: 20px;
}

@media (min-width: 1200px) {
  .form-variant-1 .features {
    margin-top: 0;
  }
}

.form-variant-1 .features label {
  padding-left: 0;
}

.form-variant-1 .features .btn-features {
  position: relative;

  vertical-align: bottom;
}

.form-variant-1 .features .btn-features:hover {
  cursor: pointer;
  color: #b0293d;
}

.form-variant-1 .features .btn-features span {
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  font-size: 21px;
  text-align: center;
  line-height: 16px;
  color: #fff;
  position: relative;
}

.form-variant-1 .features .btn-features span:before {
  position: absolute;
  top: 3px;
  left: 9px;
  content: '';
  display: inline-block;
  width: 2px;
  height: 14px;
  background-color: #fff;
  transition: 0.4s;
  opacity: 1;
}

.form-variant-1 .features .btn-features span:after {
  position: absolute;
  top: 9px;
  left: 3px;
  content: '';
  display: inline-block;
  width: 14px;
  height: 2px;
  background-color: #fff;
}



.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  opacity: 1;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

html:not(.lt-ie10) .not-animated {
  opacity: 0;
}

/**
* Bounce Keyframes Animation
*/
@-webkit-keyframes bounce {

  0%,
  20%,
  53%,
  80%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  40%,
  43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

/**
* FadeIn Keyframes Animation
*/
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}


@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

/**
* FadeInDownBig Keyframes Animation
*/
@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

/**
* FadeInLeft Keyframes Animation
*/
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

/**
* FadeInLeftBig Keyframes Animation
*/
@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

/**
* FadeInRight Keyframes Animation
*/
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

/**
* FadeInRightBig Keyframes Animation
*/
@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

/**
* FadeInUp Keyframes Animation
*/
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}














.n-listings-back {
  text-align: center;
  min-width: 115px;
  float: right;

  padding: 5px;
  color: #ffffff;

  background-color: #059b05;
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#27c027), to(#059b05));
  background-image: -webkit-linear-gradient(top, #27c027, #059b05);
  background-image: -moz-linear-gradient(top, #27c027, #059b05);
  background-image: -ms-linear-gradient(top, #27c027, #059b05);
  background-image: -o-linear-gradient(top, #27c027, #059b05);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#27c027, endColorstr=#059b05);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#27c027, endColorstr=#059b05)";

}



form#main fieldset {
  border: none;
  margin-bottom: 25px;

}

form#main fieldset:last-of-type {
  margin-bottom: 0;
}

form#main legend {

  font-size: 16px;
  font-weight: bold;
  padding-bottom: 10px;
}

form#main ol li {
  list-style: none;
}

@media (max-width: 767px) {
  form#main {
    padding: 20px;
    width: 100% !important;
    min-width: 300px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: #f8f8f8;
  }

  form#main input:not([type=radio]):not([type=checkbox]),
  form#main select,
  form#main textarea {
    background: #ffffff;
    border: 1px solid #eaeaea;
    outline: none;
    padding: 5px;
    clear: both !important;
    width: 100% !important;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
    min-height: 32px;
  }

  form#main label {

    font-size: 16px;
    margin-top: 10px;
  }

  #main-login-form {
    width: 320px !important;
    margin-left: -160px !important;
  }

  .login-form-field {
    width: 160px !important;
  }
}


@media (min-width: 768px) {

  .img-result {
    width: 300px !important;
  }

  .img-news {
    width: 260px !important;
    border-radius: 2px;
    margin-right: 20px;
  }

  form#main {

    padding: 20px;
    width: 95%;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: #eaeaea;
  }





  form#main ol li {
    background: #f4f4f4;
    border-color: #cccccc;
    border-style: solid;
    border-width: 1px;
    line-height: 30px;
    list-style: none;
    padding: 5px 10px;
    margin-bottom: 2px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
  }

  form#main ol ol li {
    background: none;
    border: none;
    float: left;
  }

  form#main label {
    float: left;

    width: 28%;
    font-weight: 400;
  }

  form#main input:not([type=radio]):not([type=checkbox]),
  form#main select,
  form#main textarea {
    background: #ffffff;
    border: none;
    font: italic 13px Georgia, "Times New Roman", Times, serif;
    outline: none;
    padding: 5px;
    width: 65%;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
    min-height: 32px;
  }

  form#main input:not([type=submit]):focus,
  form#main textarea:focus {
    background: #eaeaea;
  }

  form#main input[type=radio] {
    float: left;
    margin-right: 5px;
  }
}

.white-font {
  color: white !important;
}

.white-font:hover {
  color: white !important;
}

.main-container {
  min-height: 400px;
}

.control-label {
  padding-right: 0px !important;
  font-size: 16px !important;
  font-weight: 300 !important;
  padding-top: 3px;
}

hr {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}

.margin-10 {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

.margin-top-10 {
  margin-top: 10px !important;
}

.margin-top-15 {
  margin-top: 15px !important;
}

.site-button {
  padding: 10px 12px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  border-width: 2px;
  letter-spacing: 0.84px;
  border-radius: 3px;
  color: white !important;
}

.no-top-margin {
  margin-top: 0px !important;
}






.thumbnail-block {
  display: block;
}

.thumbnail-block>img,
.thumbnail-block a>img {
  width: 100%;
  height: auto;
}

.thumbnail {
  padding: 0;
  border-style: none;

  margin: 0 auto;
}

@media (min-width: 768px) {
  .thumbnail {
    max-width: none;
  }
}

@media (min-width: 768px) {
  .thumbnail {
    margin: 0 auto 58px;
  }
}

.thumbnail .img-link {
  position: relative;
  display: block;
  overflow: hidden;
}

.thumbnail .img-link img {
  max-width: none;
  transition: 0.3s;
  will-change: transform;
  width: 107%;
  float: right;
}

.thumbnail .img-link:hover .thumbnail-price {
  padding: 1px 50px 3px 23px;
}

.thumbnail .img-link:hover img {
  -webkit-transform: translateX(4.5%);
  transform: translateX(4.5%);
}

.thumbnail .img-link .thumbnail-price {
  position: absolute;
  bottom: 24px;
  right: -8px;
  padding: 1px 23px 3px;
  color: #fff;
  font-weight: 700;
  background-color: #333333;
  transition: 0.3s;
}

.thumbnail .img-link .thumbnail-price .mon {
  font-size: 14px;
}

.thumbnail .img-link+.caption {
  margin-top: 14px;
}

.thumbnail .caption {
  padding: 3px;
}


@media (min-width: 768px) {
  .thumbnail .caption {
    padding: 3px 19px 3px 3px;
  }
}

.thumbnail .caption h4+p {
  margin-top: 9px;
}

@media (min-width: 1200px) {
  .thumbnail .caption h4+p {
    margin-top: 5px;
  }
}



.thumbnail+.pagination {
  margin-top: 45px;
}

@media (min-width: 768px) {
  .thumbnail+.pagination {
    margin-top: 50px;
  }
}

.padding-left-right-10 {
  padding-left: 10px;
  padding-right: 10px;
}

.feature-icon {
  margin-right: 5px;
}


.media-left,
.media>.pull-left {
  padding-right: 10px;
}

.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}

.media-middle {
  vertical-align: middle;
}

.media-bottom {
  vertical-align: bottom;
}

.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}


.s-result-2 {
  margin-bottom: 0px !important;
}

.rounded-borders {
  border-radius: 4px;
}

.black-font {
  color: #000000 !important;
}



.pricing-container {
  padding-left: 0px;
  padding-right: 0px;
}

.price-column {
  background: #fff;
  margin-top: 0;
  margin-bottom: 40px;
  -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
  margin-top: 20px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  position: relative;
  z-index: 1;
}

.price-column:hover {
  margin-top: -10px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  -webkit-box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.2);
}

.price-column h2 {
  background-color: #666666;
  color: #ffffff !important;
  font-size: 17px;
  text-align: center;
  margin-bottom: 0;
  padding: 30px 0;
}

.price-column h4 {
  color: #ffffff !important;
  text-align: center;
  font-size: 32px;
  background: #999999;
  margin-bottom: 0;
  padding: 30px 0;
  font-weight: bold;
}

.price-column h4 span {
  font-weight: 300;
  font-size: 18px;
}

.price-column h4 sup {
  font-size: 18px;
}

.price-column ul {
  margin: 25px 0;
}

.price-column li {
  border-top: 1px dotted #EFEFEF;
  padding: 15px 0;
  width: 75%;
  margin: 0 auto;
  color: #333;
  list-style: none !important;
}

.price-column li:first-child {
  border-top: none;
}

.price-column li i {
  float: right;
  color: #8FB73C;
}

.price-column li i.red-color {
  color: #CC0000;
}

.price-column li del {
  color: #aaa;
}

.price-bottom {
  background: #0F141A;
  padding: 25px 0;
  text-align: center;
}

.price-btn {
  background: transparent;
  padding: 12px 30px;
  border: 2px solid #FFF;
  border-radius: 0;
  color: #FFF;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 14px;
}

.price-btn:hover {
  background: #FFF;
  border: 2px solid #FFF;
}

.price-column p {
  padding: 20px;
  background: #F8F8F8;
}

.price-column.large {
  margin-top: -20px;
  position: relative;
  z-index: 2;
  -webkit-box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.2);
}

.price-column.large h2 {
  background-color: #1166A0;
}

.price-column.large h3 {
  padding: 45px 0;
  font-size: 38px;
}

.price-column.large .price-bottom {
  background-color: #0F141A;
}



#hours_display {
  min-height: 50px;

}

.line-custom {
  margin-bottom: 10px;
}

.hour-column {
  width: 90px;
  float: left;
  text-align: right;
}


.img-right-margin {
  margin-right: 12px;
  margin-top: 5px;
}

.img-shadow {

  -webkit-box-shadow: 0 3px 10px #aaa;
  -moz-box-shadow: 0 3px 10px #aaa;
  box-shadow: 0 3px 10px #aaa;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  border-radius: 3px;
}

.logout-icon {
  position: relative;
  top: -2px;
  left: -10px;
}

.small-field {
  width: 120px !important;
  display: inline !important;
}




.dealer-wrap {
  background: #000000;
  width: 100%;
  padding: 20px;
  color: #ffffff;
}


.dealer-company {
  color: #ffffff;
  font-size: 18px;
  margin-top: 15px;
}


.dealer-address {
  color: #aaaaaa;
  font-size: 14px;
}

.dealer-website {
  color: #ffffff !important;
  font-style: italic;
}


.italic {
  font-style: italic;
}


























.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}


.carousel-inner>.item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}

.carousel-inner>.item>img,
.carousel-inner>.item>a>img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1;
}

@media all and (transform-3d),
(-webkit-transform-3d) {
  .carousel-inner>.item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -moz-transition: -moz-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px;
  }

  .carousel-inner>.item.next,
  .carousel-inner>.item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }

  .carousel-inner>.item.prev,
  .carousel-inner>.item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }

  .carousel-inner>.item.next.left,
  .carousel-inner>.item.prev.right,
  .carousel-inner>.item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}

.carousel-inner>.active,
.carousel-inner>.next,
.carousel-inner>.prev {
  display: block;
}

.carousel-inner>.active {
  left: 0;
}

.carousel-inner>.next,
.carousel-inner>.prev {
  position: absolute;
  top: 0;
  width: 100%;
}

.carousel-inner>.next {
  left: 100%;
}

.carousel-inner>.prev {
  left: -100%;
}

.carousel-inner>.next.left,
.carousel-inner>.prev.right {
  left: 0;
}

.carousel-inner>.active.left {
  left: -100%;
}

.carousel-inner>.active.right {
  left: 100%;
}

.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.9;
  filter: alpha(opacity=90);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: transparent;
}

.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}

.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}

.carousel-control:hover,
.carousel-control:focus {
  outline: 0;
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  z-index: 5;
  display: inline-block;
}

.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}

.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}

.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  line-height: 1;
  font-family: serif;
}

.carousel-control .icon-prev:before {
  content: '\2039';
}

.carousel-control .icon-next:before {
  content: '\203a';
}

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}

.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: transparent;
}

.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
}

.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.carousel-caption .btn {
  text-shadow: none;
}

@media screen and (min-width: 768px) {

  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }

  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px;
  }

  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px;
  }

  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }

  .carousel-indicators {
    bottom: 20px;
  }
}












.ajax-file-upload-statusbar {

  margin-top: 10px;
  width: 420px;
  margin-right: 10px;
  margin: 5px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding: 5px 5px 5px 5px
}

.ajax-file-upload-filename {
  width: 100%;
  height: auto;
  margin: 0 5px 5px 10px;
  color: #807579
}

.ajax-file-upload-progress {
  margin: 0 10px 5px 10px;
  position: relative;
  width: 250px;
  border: 1px solid #ddd;
  padding: 1px;
  border-radius: 3px;
  display: inline-block
}

.ajax-file-upload-bar {
  background-color: #666666;
  width: 0;
  height: 20px;
  border-radius: 3px;
  color: #FFFFFF;
}

.ajax-file-upload-percent {
  position: absolute;
  display: inline-block;
  top: 3px;
  left: 48%
}

.ajax-file-upload {
  color: #ffffff;
  border-color: #0293aa;
  background: #666666;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  border-radius: 3px;
  padding: 10px;
  cursor: pointer;
  margin: 0 10px 10px 0;
  display: inline-block;
  vertical-align: middle;
}

.ajax-file-upload:hover {
  background: #333333;
}

.ajax-upload-dragdrop {

  border: 2px dotted #cccccc;
  width: 420px;
  color: #DADCE3;
  text-align: left;
  vertical-align: middle;
  padding: 10px 10px 0px 10px;
}

.img-wrap {
  padding: 10px;
  /* border:1px solid #cccccc; */
  background: #ffffff;
  margin-bottom: 20px;
  margin-right: 20px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  border-radius: 3px;

  width: 100%;
  height: 250px;
  text-align: center;
}

.img-wrap img {
  max-height: 150px !important;
  max-width: 90% !important;
  display: block;
  margin: 0 auto;
}

.min-height-50 {
  min-height: 50px !important;
}


.home-listing-description {
  font-size: 15px;
}



@media (max-width: 700px) {
  .article-slide .carousel-indicators {
    position: relative;
    top: 7px;
  }

}

.article-slide .carousel-indicators {
  bottom: 0;
  left: 0;
  margin-left: 5px;
  width: 100%;
}

.article-slide .carousel-indicators li {
  border: medium none;
  border-radius: 0;

  height: 45px;
  margin-bottom: 5px;
  margin-left: 0;
  margin-right: 5px !important;
  margin-top: 0;
  width: 80px;
}

/* Indicators images style */
.article-slide .carousel-indicators img {
  border: 2px solid #FFFFFF;
  float: left;
  height: 45px;
  left: 0;
  width: 80px;
}

.article-slide .carousel-indicators .active img {
  border: 2px solid #428BCA;
  opacity: 0.7;
}


.add-margin-10 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.right-margin-10 {
  margin-right: 15px;
}

.bottom-margin-15 {
  margin-bottom: 15px !important;
}


.home-image {

  height: 200px !important;
}


.padding-top-5 {
  padding-top: 5px !important;
}

.padding-top-10 {
  padding-top: 10px !important;
}

@media (max-width: 993px) {
  .home-image {
    height: auto !important;
  }


  .text-left-md {
    text-align: left !important;
    margin-bottom: 10px;
  }

  .main-navigation-menu li {
    padding-left: 0px !important;
  }

  .show-md {
    display: none !important;
  }

  .extra-bottom-margin-md {
    margin-bottom: 30px !important;
  }

  .hide-md {
    display: block !important;
  }

  .no-float-sm {
    float: none !important;
  }
}


@media (min-width: 993px) {
  .left-right-margin-md {
    margin-left: 12px;
    margin-right: 12px;
  }

  .show-md {
    display: block !important;
  }

  .hide-md {
    display: none !important;
  }
}



@media (max-width: 992px) {

  .hide-sm {
    display: none !important;
  }

  #nav_menu {

    width: 100%;

    text-align: center !important;
  }

  .main-navigation-menu li {
    border-bottom: 1px solid #dddddd;
    padding: 2px;
    clear: both !important;
    float: none !important;
    width: 100% !important;
  }

  .main-navigation-menu li:hover {
    background: #f5f5f5;
  }

  #nav_menu li a {
    font-size: 18px !important;
    float: none !important;
  }

}

.bold-font {
  font-weight: bold;
}


.width-100 {
  width: 100% !important;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}

.drop_down_menu {
  max-width: 200px !important;

}

.swiper-slide-caption p {
  text-shadow: 1px 1px #000000 !important;
}

.swiper-slide-caption .price {
  text-shadow: 1px 1px #000000 !important;
}

.small-font {
  font-size: 0.8em;
}

ul.nav li.dropdown:hover>ul.dropdown-menu {
  display: block !important;
}


@-moz-document url-prefix() {
  .form-group.width-1 {
    position: relative;
    top: -10px
  }

  .form-group.width-1:before {
    top: 66px !important;
  }
}

.vehicle-types {
  float: right;
}

.top-header {
  background: #8e8e8e;
}

.top-header a {
  color: #ffffff !important;
}

.results-container {
  padding-top: 15px;
}

#expand_search_img {
  position: relative;
  left: 8px;
  top: 4px;
}

.category_link {
  display: block;
  font-weight: bold;
}


.listing-details-price {
  color: #b3b2b0;
  font-size: 38px;
  float: right;
}


.gray-wrap {
  background: #f3f3f3;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 2px;
}

.add-padding {
  padding: 5px;
}

.margin-top-10 {
  margin-top: 10px;
}

.margin-top-bottom-10 {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

.margin-top-bottom-5 {
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}


.reviews-link {
  margin-left: 8px;
  position: relative;
  top: -5px;
}

.h1 {
  font-size: 42px;
}

.h5 {
  font-size: 18px;
  line-height: 25px;
}

.news-date {
  font-size: 15px;
  margin-top: 10px;
}

.padding-right-40 {
  padding-right: 40px;
}

.max-height-150 {
  max-height: 150px;
}

.social-icon {

  margin-left: 20px;
  border-radius: 2px;
  position: relative;
  top: -3px;
}

.small-footer-link {
  font-size: 12px;
  color: #999999;
}


.results-info {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 8px;
  padding-right: 8px;
  font-size: 13px;
  border-radius: 1px !important;
}

.logo img {
  max-height: 150px;
  max-width: 100%;
}

.ezapp-trigger-hidden {
  font-size: 0;
}