/* No responsive */
/* Basic layout stuff */
.container {
  width: 1140px !important; }

@media (min-width: 1px) {
  .container {
    max-width: 1140px; }

  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left; }

  .col-lg-1 {
    width: 8.333333333333332%; }

  .col-lg-2 {
    width: 16.666666666666664%; }

  .col-lg-3 {
    width: 25%; }

  .col-lg-4 {
    width: 33.33333333333333%; }

  .col-lg-5 {
    width: 41.66666666666667%; }

  .col-lg-6 {
    width: 50%; }

  .col-lg-7 {
    width: 58.333333333333336%; }

  .col-lg-8 {
    width: 66.66666666666666%; }

  .col-lg-9 {
    width: 75%; }

  .col-lg-10 {
    width: 83.33333333333334%; }

  .col-lg-11 {
    width: 91.66666666666666%; }

  .col-lg-12 {
    width: 100%; }

  .col-lg-push-1 {
    left: 8.333333333333332%; }

  .col-lg-push-2 {
    left: 16.666666666666664%; }

  .col-lg-push-3 {
    left: 25%; }

  .col-lg-push-4 {
    left: 33.33333333333333%; }

  .col-lg-push-5 {
    left: 41.66666666666667%; }

  .col-lg-push-6 {
    left: 50%; }

  .col-lg-push-7 {
    left: 58.333333333333336%; }

  .col-lg-push-8 {
    left: 66.66666666666666%; }

  .col-lg-push-9 {
    left: 75%; }

  .col-lg-push-10 {
    left: 83.33333333333334%; }

  .col-lg-push-11 {
    left: 91.66666666666666%; }

  .col-lg-pull-1 {
    right: 8.333333333333332%; }

  .col-lg-pull-2 {
    right: 16.666666666666664%; }

  .col-lg-pull-3 {
    right: 25%; }

  .col-lg-pull-4 {
    right: 33.33333333333333%; }

  .col-lg-pull-5 {
    right: 41.66666666666667%; }

  .col-lg-pull-6 {
    right: 50%; }

  .col-lg-pull-7 {
    right: 58.333333333333336%; }

  .col-lg-pull-8 {
    right: 66.66666666666666%; }

  .col-lg-pull-9 {
    right: 75%; }

  .col-lg-pull-10 {
    right: 83.33333333333334%; }

  .col-lg-pull-11 {
    right: 91.66666666666666%; }

  .col-lg-offset-1 {
    margin-left: 8.333333333333332%; }

  .col-lg-offset-2 {
    margin-left: 16.666666666666664%; }

  .col-lg-offset-3 {
    margin-left: 25%; }

  .col-lg-offset-4 {
    margin-left: 33.33333333333333%; }

  .col-lg-offset-5 {
    margin-left: 41.66666666666667%; }

  .col-lg-offset-6 {
    margin-left: 50%; }

  .col-lg-offset-7 {
    margin-left: 58.333333333333336%; }

  .col-lg-offset-8 {
    margin-left: 66.66666666666666%; }

  .col-lg-offset-9 {
    margin-left: 75%; }

  .col-lg-offset-10 {
    margin-left: 83.33333333333334%; }

  .col-lg-offset-11 {
    margin-left: 91.66666666666666%; } }
/* Custom layout stuff */
body > div,
body > div#boxed-width,
body > div#full-width {
  width: 1280px !important;
  max-width: 1280px !important;
  min-width: 1280px !important; }

/* Search */
section#search.collapse {
  display: block !important; }

/* Specific template style */
@font-face {
  font-family: 'montserratbold';
  src: url("font/montserrat-bold-webfont.eot");
  src: url("font/montserrat-bold-webfont.eot@") format("embedded-opentype"), url("font/montserrat-bold-webfont.woff2") format("woff2"), url("font/montserrat-bold-webfont.woff") format("woff"), url("font/montserrat-bold-webfont.ttf") format("truetype"), url("font/montserrat-bold-webfont.svg") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'montserratregular';
  src: url("font/montserrat-regular-webfont.eot");
  src: url("font/montserrat-regular-webfont.eot@") format("embedded-opentype"), url("font/montserrat-regular-webfont.woff2") format("woff2"), url("font/montserrat-regular-webfont.woff") format("woff"), url("font/montserrat-regular-webfont.ttf") format("truetype"), url("font/montserrat-regular-webfont.svg") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'montserratsemi';
  src: url("font/montserrat-semibold-webfont.eot");
  src: url("font/montserrat-semibold-webfont.eot@") format("embedded-opentype"), url("font/montserrat-semibold-webfont.woff2") format("woff2"), url("font/montserrat-semibold-webfont.woff") format("woff"), url("font/montserrat-semibold-webfont.ttf") format("truetype"), url("font/montserrat-semibold-webfont.svg") format("svg");
  font-weight: normal;
  font-style: normal; }
.radio, .checkbox {
  margin: 0px; }

select {
  cursor: pointer; }

form .form-group .form-control {
  padding: 0.375rem 0.75rem 0.375rem 0.25rem; }
form .form-group .form-control:focus {
  border-color: #ccc;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none; }

.checkbox input[type="checkbox"]:focus + label::before {
  outline: none; }

.form-inline label {
  width: auto;
  margin-right: 7px;
  margin-bottom: .550rem;
  margin-top: .550rem; }

.colored input[type="checkbox"]:checked + label::before,
.colored input[type="radio"]:checked + label::before {
  background-color: #394de0;
  border-color: #394de0; }
.colored input[type="checkbox"]:checked + label::after,
.colored input[type="radio"]:checked + label::after {
  color: #ccc; }

/* basic */
body {
  background: #ccc;
  color: #555;
  font-family: "montserratregular";
  font-size: 14px; }

/* default full-width web with "boxed" content */
body > div {
  background: #fff; }

/* wrap content inside box */
body > div#boxed-width {
  position: relative;
  max-width: 1440px;
  margin: 0 auto;
  background: #fff; }

/* full-width content */
body > div#full-width {
  width: 100%;
  background: #fff; }
  body > div#full-width div.container {
    width: 96% !important;
    max-width: 96% !important; }

p {
  line-height: 24px; }

/* links */
a {
  color: #394de0; }
  a:hover {
    color: #394de0;
    text-decoration: underline; }

.btn-link {
  background: transparent;
  border: 1px solid #f6f6f6;
  padding: 6px 12px; }
  .btn-link:hover {
    background: #f6f6f6;
    text-decoration: none;
    -webkit-transition: background-color 150ms linear;
    -moz-transition: background-color 150ms linear;
    -o-transition: background-color 150ms linear;
    -ms-transition: background-color 150ms linear;
    transition: background-color 150ms linear; }

/* buttons */
button {
  background: transparent;
  border: 2px solid #394de0;
  padding: 6px 12px;
  color: #394de0;
  font-family: "montserratsemi";
  font-size: 0.9em;
  text-transform: uppercase;
  -webkit-transition: background-color 150ms linear;
  -moz-transition: background-color 150ms linear;
  -o-transition: background-color 150ms linear;
  -ms-transition: background-color 150ms linear;
  transition: background-color 150ms linear; }
  button:hover {
    background: #394de0;
    color: #ccc; }

/* buttons group */
div.btn-group {
  width: 100%; }
  div.btn-group label.btn {
    display: block;
    float: left;
    width: auto;
    color: #888;
    padding: 10px 16px 10px 15px;
    font-size: 0.8em;
    text-transform: uppercase;
    border: 1px solid #f6f6f6; }
    div.btn-group label.btn:before {
      display: inline;
      float: left;
      text-align: left;
      width: 18px;
      font-family: 'FontAwesome';
      content: '\f00d'; }
    div.btn-group label.btn.active {
      color: #394de0 !important;
      background: #f6f6f6; }
      div.btn-group label.btn.active:before {
        font-family: 'FontAwesome';
        content: '\f00c';
        color: #2abd5e; }
    div.btn-group label.btn:hover {
      z-index: 1; }

/* social icons */
a.social-icon {
  width: 26px;
  height: 26px;
  line-height: 28px;
  display: block;
  text-align: center; }
  a.social-icon i.fa {
    color: #fff;
    font-size: 14px !important;
    margin: 0px; }

a.social-icon.circle {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%; }

a.social-icon.facebook {
  background: #3b5998; }

a.social-icon.twitter {
  background: #4099FF; }

a.social-icon.gplus {
  background: #dd4b39; }

a.social-icon.youtube {
  background: #cc181e; }
  a.social-icon.youtube i.fa {
    font-size: 20px !important;
    margin: 3px 0 0 2px; }

/* tags */
.lxx05evzfv {
  position: absolute;
  top: 0px;
  z-index: 1; }
  .lxx05evzfv label.rgzvyk {
    font-family: "montserratsemi";
    text-transform: uppercase;
    text-align: center;
    font-size: 12px;
    letter-spacing: 1px;
    padding: 4px 12px;
    margin: 0px;
    display: block; }
  .lxx05evzfv label.lpkt2y {
    background: #a1a1a1;
    color: #fff; }
  .lxx05evzfv label.develo {
    background: #394de0;
    color: #fff; }
  .lxx05evzfv label.reserved {
    background: #a1a1a1;
    color: #fff; }
  .lxx05evzfv label.new {
    background: #394de0;
    color: #fff; }
  .lxx05evzfv label.sell {
    background: #2abd5e;
    color: #fff; }

/* modal windows */
.modal-sm .modal-header button.close, .modal-lg .modal-header button.close {
  margin-top: 0px;
  font-size: 18px; }
  .modal-sm .modal-header button.close:hover, .modal-lg .modal-header button.close:hover {
    background: transparent; }
.modal-sm .modal-body .form-group label, .modal-lg .modal-body .form-group label {
  padding: 0.5em 0;
  color: #1d1d1d;
  font-weight: bold; }
.modal-sm .modal-body .form-group textarea, .modal-lg .modal-body .form-group textarea {
  min-height: 100px; }
.modal-sm .modal-footer button, .modal-lg .modal-footer button {
  padding: 6px 24px;
  font-size: 0.9em; }
  .modal-sm .modal-footer button.btn-primary, .modal-lg .modal-footer button.btn-primary {
    background: #394de0;
    border: 2px solid #394de0;
    color: #fff;
    float: right; }
  .modal-sm .modal-footer button.btn-secondary, .modal-lg .modal-footer button.btn-secondary {
    background: transparent;
    border: 2px solid #394de0;
    color: #394de0;
    float: left; }

@media only screen and (min-width: 1px) {
  .modal-sm {
    width: 400px; } }

/* headings */
h1.scigeb {
  color: #1d1d1d;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 5px;
  font-size: 22px;
  margin-bottom: 60px; }
  h1.scigeb.left {
    text-align: left; }
    @media only screen and (max-width: 1px) {
      h1.scigeb.left {
        text-align: center; } }
  h1.scigeb.zugi8ho {
    text-align: left !important;
    text-transform: none;
    letter-spacing: 1px;
    margin-bottom: 0px; }

h4 {
  color: #1d1d1d;
  text-transform: uppercase;
  letter-spacing: 2px; }

p.u99kcjw {
  text-align: center;
  width: 80%;
  margin: 0 auto;
  margin-top: -20px;
  margin-bottom: 60px; }
  p.u99kcjw.left {
    text-align: left;
    width: 60%;
    margin: 0px;
    margin-top: -30px;
    margin-bottom: 30px; }
    @media only screen and (max-width: 1px) {
      p.u99kcjw.left {
        width: 100%;
        text-align: center; } }

/* forms */
.form-wrapper {
  padding: 30px 0; }
  .form-wrapper button {
    width: 100%; }

input, textarea {
  padding: 0.5em !important; }

input.g6uh7djk {
  width: 80px; }

.r94z4ywr {
  height: 34px; }

form label {
  color: #888;
  width: 100%; }
form span {
  color: #394de0; }
form textarea {
  min-height: 201px;
  overflow: hidden;
  resize: none; }
form button {
  padding: 10px 60px;
  float: right; }

/* submenu with head */
.uanwj8q h4 {
  margin-bottom: 30px; }
  @media only screen and (max-width: 1px) {
    .uanwj8q h4 {
      text-align: center; } }
.uanwj8q ul {
  list-style-type: none;
  padding: 0px;
  margin: 0px; }
  .uanwj8q ul li {
    margin-bottom: 10px; }
    .uanwj8q ul li a {
      color: #888; }
    @media only screen and (max-width: 1px) {
      .uanwj8q ul li {
        text-align: center; } }
    .uanwj8q ul li:last-child {
      margin-bottom: 0px; }
@media only screen and (max-width: 1px) {
  .uanwj8q {
    margin-bottom: 40px; }
    .uanwj8q h4 {
      margin-bottom: 20px; } }

/*  featured-offers section */
section#featured-offers {
  background: #f6f6f6;
  padding: 50px 0 60px 0; }

/* tabs */
ul.nav-tabs {
  border-bottom: 2px solid #dee0ef; }
  ul.nav-tabs .nav-link.active, ul.nav-tabs .nav-link.active:focus, ul.nav-tabs .nav-link.active:hover, ul.nav-tabs .nav-item.open .nav-link, ul.nav-tabs .nav-item.open .nav-link:focus, ul.nav-tabs .nav-item.open .nav-link:hover {
    border-color: #dee0ef; }
  ul.nav-tabs .nav-link.active, ul.nav-tabs .nav-link.active:focus, ul.nav-tabs .nav-link.active:hover {
    border-bottom: 1px solid transparent; }
  ul.nav-tabs .nav-link:hover {
    border: 1px solid #e9eaf1;
    border-bottom: none; }
  ul.nav-tabs li.nav-item {
    margin-bottom: -2px; }
    ul.nav-tabs li.nav-item a {
      padding: .75em 1.5em; }
      ul.nav-tabs li.nav-item a.active {
        font-family: "montserratsemi"; }
    @media only screen and (max-width: 1px) {
      ul.nav-tabs li.nav-item {
        width: 100%;
        margin-left: 0px !important; }
        ul.nav-tabs li.nav-item a {
          text-align: center;
          border: 1px solid #f6f6f6; }
          ul.nav-tabs li.nav-item a.active, ul.nav-tabs li.nav-item a.active:focus, ul.nav-tabs li.nav-item a.active:hover {
            border-bottom: 1px solid #dee0ef; } }

/* text section */
section#welcome {
  padding: 50px 0 0 0;
}

/* content section */
section#content {
  padding: 60px 0 50px 0;
  border-bottom: 2px solid #f6f6f6; }
  section#content .y5ultg4mdv {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    section#content .y5ultg4mdv section {
      padding-top: 0px; }
    section#content .y5ultg4mdv .main p.u99kcjw, section#content .y5ultg4mdv .me2eli p.u99kcjw {
      width: 90%; }
      @media only screen and (max-width: 1px) {
        section#content .y5ultg4mdv .main p.u99kcjw, section#content .y5ultg4mdv .me2eli p.u99kcjw {
          width: 100%; } }
    section#content .y5ultg4mdv .me2eli .uanwj8q {
      margin-bottom: 40px; }
      section#content .y5ultg4mdv .me2eli .uanwj8q h4 {
        text-align: left !important;
        margin-bottom: 20px; }
      section#content .y5ultg4mdv .me2eli .uanwj8q ul li {
        text-align: left !important; }
      section#content .y5ultg4mdv .me2eli .uanwj8q:first-child {
        margin-top: 7px; }
    section#content .y5ultg4mdv .me2eli.left {
      padding-right: 50px; }
    section#content .y5ultg4mdv .me2eli.right {
      padding-left: 50px; }
    @media only screen and (max-width: 1px) {
      section#content .y5ultg4mdv .me2eli.hide-sm-down {
        display: none; } }
    section#content .y5ultg4mdv .left {
      /* 1 = left, 2 = right */
      -ms-flex-order: 1;
      -webkit-order: 1;
      order: 1; }
    section#content .y5ultg4mdv .right {
      /* 1 = left, 2 = right */
      -ms-flex-order: 2;
      -webkit-order: 2;
      order: 2; }
    section#content .y5ultg4mdv.text {
      display: block !important; }
    @media only screen and (max-width: 1px) {
      section#content .y5ultg4mdv {
        -webkit-flex-direction: column;
        flex-direction: column; }
        section#content .y5ultg4mdv .me2eli {
          padding: 50px !important; } }

/* offers section */
section#offers {
  padding: 60px 0 50px 0;
  border-bottom: 2px solid #f6f6f6; }
  section#offers .dm9eem {
    margin-bottom: 15px; }
  section#offers .povr420xu1 {
    margin: 0 0 30px 0; }
    section#offers .povr420xu1 .offers-filter {
      width: auto;
      float: right; }
      section#offers .povr420xu1 .offers-filter label {
        margin: 0px;
        margin-left: 10px;
        padding: 8px 16px; }
      @media only screen and (max-width: 1px) {
        section#offers .povr420xu1 .offers-filter label {
          width: 100%;
          margin: 5px 0;
          text-align: left; } }
      @media only screen and (max-width: 1px) {
        section#offers .povr420xu1 .offers-filter {
          width: 100%;
          margin: 0px; } }
      @media only screen and (max-width: 1px) {
        section#offers .povr420xu1 .offers-filter {
          float: left;
          margin: 10px 0 0 0; }
          section#offers .povr420xu1 .offers-filter label:first-child {
            margin-left: 0px; } }
    section#offers .povr420xu1 .lxi8em41hq {
      float: right;
      margin-left: 20px; }
      section#offers .povr420xu1 .lxi8em41hq button {
        background: transparent;
        color: #888;
        border: none;
        text-align: right;
        padding: 10px 0px;
        margin-left: 10px;
        height: 34px;
        transition: color 250ms ease; }
        section#offers .povr420xu1 .lxi8em41hq button:hover {
          color: #394de0; }
      @media only screen and (max-width: 1px) {
        section#offers .povr420xu1 .lxi8em41hq {
          display: none; } }

.d0y9p3mldr {
  padding: 20px 0 60px 0;
  border-bottom: 2px solid #f6f6f6;
  }
  .d0y9p3mldr button {
    position: relative;
    background: transparent;
    border: 2px solid #394de0;
    display: block;
    width: 100%;
    color: #394de0;
    font-family: "montserratsemi";
    font-size: 16px;
    text-align: left;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 20px;
    padding-right: 130px;
    -webkit-transition: background-color 150ms linear;
    -moz-transition: background-color 150ms linear;
    -o-transition: background-color 150ms linear;
    -ms-transition: background-color 150ms linear;
    transition: background-color 150ms linear; }
    .d0y9p3mldr button:hover {
      background: #394de0;
      color: #fff; }
  .d0y9p3mldr button > i.fa {
    color: #394de0;
    position: absolute;
    right: 20px;
    top: calc(50% - 5px);
    font-size: 0.9em; }
    .d0y9p3mldr button > i.fa:hover > i.fa {
      color: #ccc; }
  @media only screen and (max-width: 1px) {
    .d0y9p3mldr button {
      margin-bottom: 10px !important; }
    .d0y9p3mldr .container .row div:last-child button {
      margin-bottom: 0px !important; } }

/* text section */
section#text {
  background: #f6f6f6;
  padding: 50px 0; }
  section#text .osa06f {
    margin-bottom: 30px; }
    section#text .osa06f h3 {
      color: #394de0;
      margin-bottom: 15px; }

/* breadcrumb */
.breadcrumb {
  height: 20px;
  padding: 0px;
  margin: 5px 0 40px 0;
  background: transparent; }
  .breadcrumb a {
    color: #a1a1a1;
    font-size: 0.9em; }
  .breadcrumb .active {
    color: #a1a1a1; }
  .breadcrumb li + li::before {
    color: #a1a1a1;
    font-size: 10px;
    padding: 0 15px;
    font-family: 'FontAwesome';
    content: '\f0da'; }

/* list-group */
.list-group {
  padding: 20px 0;
  border-top: 2px solid #f6f6f6; }
  .list-group .list-group-item {
    overflow: auto;
    padding: 0px;
    margin: 0px;
    background: transparent;
    border: none; }
    .list-group .list-group-item span {
      float: right;
      font-family: "montserratsemi"; }
  .list-group.ugzqzts {
    padding: 0px;
    border: none; }

/* interesting section */
section#interesting {
  padding: 50px 0; }
  section#interesting .dm9eem {
    width: 33%;
  }
  section#interesting .dm9eem .taiv9w0f8s {
    background: transparent;
  }
  section#interesting .dm9eem.center .taiv9w0f8s {
    margin: 0 auto;
    width: 100%;
    height: 100%;
    text-align: center;
  }

/* header */
header {
  position: relative; }
  header .navbar {
    background: #fff;
    color: #394de0;
    height: 100px;
    width: 100%;
    padding: 0px; }
    header .navbar .hzj1mb, header .navbar .raulw4, header .navbar .t75lr1o {
      display: block;
      float: right;
      height: 100px;
      line-height: 100px;
      margin-left: 60px; }
      header .navbar .hzj1mb i.fa, header .navbar .raulw4 i.fa, header .navbar .t75lr1o i.fa {
        color: #394de0;
        font-size: 2.15em;
        display: block;
        float: left;
        margin-top: 34.5px;
        margin-right: 15px; }
      header .navbar .hzj1mb strong, header .navbar .raulw4 strong, header .navbar .t75lr1o strong {
        display: block;
        float: right;
        font-size: 1.15em;
        letter-spacing: 1px;
        color: #1d1d1d;
        line-height: 100px; }
      @media only screen and (max-width: 2000px) {
        header .navbar .hzj1mb, header .navbar .raulw4, header .navbar .t75lr1o {
          margin-left: 40px; } }
      @media only screen and (max-width: 1px) {
        header .navbar .hzj1mb, header .navbar .raulw4, header .navbar .t75lr1o {
          display: none; } }
    header .navbar .hzj1mb strong {
      font-size: 1em; }
      header .navbar .hzj1mb strong a {
        color: #1d1d1d !important; }
    header .navbar .t75lr1o {
      font-size: 0.8em; }
      header .navbar .t75lr1o i.fa {
        font-size: 1.5em;
        margin-top: 40.5px; }
      header .navbar .t75lr1o a {
        color: #394de0 !important; }
      @media only screen and (max-width: 1px) {
        header .navbar .t75lr1o {
          display: none; } }
    header .navbar .social {
      float: right;
      margin-left: 45px;
      height: 100px;
      line-height: 100px; }
      header .navbar .social a {
        float: right;
        margin: 37px 0 37px 15px; }
      @media only screen and (max-width: 1px) {
        header .navbar .social {
          display: none; } }
    header .navbar .navbar-brand {
      background: transparent url("img/logo.svg") no-repeat center center;
      background-size: auto 50px;
      padding: 0;
      margin: auto;
      text-align: center;
      min-width: 200px;
      color: #fff !important;
      height: 100px;
      line-height: 100px; }
      header .navbar .navbar-brand span {
        display: none; }
      @media only screen and (max-width: 1px) {
        header .navbar .navbar-brand {
          background: #394de0;
          color: #fff;
          height: 50px;
          line-height: 50px;
          font-size: 18px;
          background: none; }
          header .navbar .navbar-brand span {
            display: block;
            text-align: left; } }
    header .navbar .navbar-toggler {
      height: 100px; }
      @media only screen and (max-width: 1px) {
        header .navbar .navbar-toggler {
          height: 50px; } }
    header .navbar button {
      color: #394de0;
      background: transparent;
      padding: 0px;
      color: #fff; }
      header .navbar button i.fa {
        font-weight: normal;
        font-size: 18px; }
      header .navbar button.pjxzdq4dh {
        color: #fff !important;
        background: transparent !important; }
      header .navbar button:hover {
        color: #fff !important;
        background: transparent !important; }
      header .navbar button.qc2d0z {
        display: none;
        float: right; }
      header .navbar button.n7xrg3 {
        display: none;
        float: right;
        margin-left: 15px; }
      @media only screen and (max-width: 1px) {
        header .navbar button {
          height: 50px; }
          header .navbar button.n7xrg3, header .navbar button.qc2d0z {
            display: block;
            color: #fff; } }
    @media only screen and (max-width: 1px) {
      header .navbar {
        background: #394de0;
        color: #fff;
        height: 50px;
        line-height: 50px;
        font-size: 18px;
        padding: 0px; } }
  header .menunavbar {
    height: 60px;
    line-height: 60px;
    padding: 0px;
    background: #394de0;
    color: #fff;
    text-align: justify; }
    header .menunavbar ul.nav {
      text-align: justify;
      text-align-last: justify;
      -moz-text-align-last: justify;
      padding: 0px;
      margin: 0px; }
      header .menunavbar ul.nav li {
        display: inline-block;
        float: none; }
        header .menunavbar ul.nav li a, header .menunavbar ul.nav li a:focus {
          color: #fff;
          padding: 0px;
          font-family: "montserratsemi";
          text-transform: uppercase; }
        header .menunavbar ul.nav li a:hover {
          color: #fff;
          text-decoration: underline; }
        header .menunavbar ul.nav li a.active, header .menunavbar ul.nav li a.active:hover, header .menunavbar ul.nav li a.active:focus {
          color: #fff;
          background: transparent;
          text-decoration: none; }
      header .menunavbar ul.nav li.open a.nav-link {
        color: #fff !important;
        background: transparent !important; }
      header .menunavbar ul.nav .dropdown-menu {
        min-width: 200px !important;
        position: absolute;
        left: 50%;
        top: 88%;
        -ms-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        padding: 6px; }
        header .menunavbar ul.nav .dropdown-menu a, header .menunavbar ul.nav .dropdown-menu a:hover, header .menunavbar ul.nav .dropdown-menu a:focus {
          color: #555 !important;
          text-align: center;
          white-space: pre;
          padding: 4px 6px;
          text-transform: none;
          font-size: 14px; }
        header .menunavbar ul.nav .dropdown-menu a:hover {
          color: #1d1d1d !important;
          background: #f6f6f6 !important; }
      header .menunavbar ul.nav:after {
        content: "";
        display: inline-block;
        width: 100%; }
    @media only screen and (max-width: 1px) {
      header .menunavbar {
        display: none; } }
  header #navbars-wrapper {
    position: absolute;
    top: 100px;
    z-index: 99999;
    width: 100%; }
    @media only screen and (max-width: 1px) {
      header #navbars-wrapper {
        top: 50px; } }
  header #menuNavbar {
    background: #fff; }
    header #menuNavbar nav {
      width: 100%;
      text-align: justify; }
      header #menuNavbar nav a {
        color: #394de0;
        padding: 22px 0 0 0;
        display: inline-block;
        text-align: center;
        font-family: "montserratsemi";
        font-size: 13px;
        letter-spacing: 1px;
        text-transform: uppercase; }
        @media only screen and (max-width: 1px) {
          header #menuNavbar nav a {
            display: block;
            text-align: left; } }
    header #menuNavbar nav:after {
      visibility: none;
      content: '';
      display: inline-block;
      width: 100%; }
  header #searchNavbar {
    background: #fff; }
    header #searchNavbar form {
      padding: 30px 0; }
      header #searchNavbar form fieldset label {
        color: #1d1d1d; }
      header #searchNavbar form fieldset.tokjp0 {
        margin-bottom: 0px; }
        header #searchNavbar form fieldset.tokjp0 label {
          margin-right: 10px;
          color: #888; }
      header #searchNavbar form fieldset.p8tul8 {
        margin-bottom: 0px; }
        header #searchNavbar form fieldset.p8tul8 button {
          padding: 8px;
          width: 100%; }
          header #searchNavbar form fieldset.p8tul8 button i.fa {
            margin-right: 10px; }

header.minimal .navbar {
  background: #fff; }
  header.minimal .navbar .social {
    margin-left: 0px;
    margin-right: 60px; }
    header.minimal .navbar .social a {
      font-size: 1.4em;
      margin: 0 5px; }
    @media only screen and (max-width: 2000px) {
      header.minimal .navbar .social {
        display: none; } }
  header.minimal .navbar .raulw4, header.minimal .navbar .hzj1mb {
    margin-left: 0px;
    margin-right: 60px; }
    header.minimal .navbar .raulw4 i.fa, header.minimal .navbar .hzj1mb i.fa {
      font-size: 1.85em;
      margin-top: 37.5px; }
    @media only screen and (max-width: 1px) {
      header.minimal .navbar .raulw4, header.minimal .navbar .hzj1mb {
        display: none; } }
  header.minimal .navbar .raulw4 strong {
    font-size: 1.1em; }
  header.minimal .navbar button {
    display: block; }

header.center-minimal .navbar {
  background: #fff;
  text-align: center; }
  header.center-minimal .navbar a.navbar-brand {
    display: inline-block;
    float: none; }
    @media only screen and (max-width: 1px) {
      header.center-minimal .navbar a.navbar-brand span {
        display: block;
        text-align: center; } }
  header.center-minimal .navbar button {
    display: block;
    margin: 0px; }
    header.center-minimal .navbar button.n7xrg3 {
      float: left; }
    header.center-minimal .navbar button.qc2d0z {
      float: right; }

@media only screen and (max-width: 1px) {
  header.horizontal .navbar button.n7xrg3 {
    display: block; } }
header.horizontal .menunavbar {
  height: 100px;
  line-height: 100px;
  float: right;
  width: 800px;
  background: transparent;
  border: none; }
  header.horizontal .menunavbar ul.nav li a {
    color: #fff; }
  @media only screen and (max-width: 2000px) {
    header.horizontal .menunavbar {
      width: 640px; } }
  @media only screen and (max-width: 1px) {
    header.horizontal .menunavbar {
      display: none; } }
@media only screen and (max-width: 1px) {
  header.horizontal #menuNavbar nav a {
    width: 50%;
    float: left;
    text-align: left; } }
@media only screen and (max-width: 1px) {
  header.horizontal #menuNavbar nav a {
    width: 100%;
    text-align: center; } }

header.transparent {
  position: absolute;
  width: 100%; }
  header.transparent #navbars-wrapper {
    position: relative;
    z-index: 9999;
    width: 100%;
    top: 0px; }
  header.transparent .navbar {
    background: transparent !important; }

header.boxed {
  width: 96%;
  position: absolute;
  top: 30px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 0 0.9375rem; }
  header.boxed #navbars-wrapper {
    left: 0px;
    padding: 0 0.9375rem; }
  header.boxed .container {
    padding: 0 30px; }
    @media only screen and (max-width: 1px) {
      header.boxed .container {
        padding: 0 15px; } }
  @media only screen and (max-width: 2000px) {
    header.boxed {
      max-width: 940px; } }
  @media only screen and (max-width: 1px) {
    header.boxed {
      max-width: 720px; } }
  @media only screen and (max-width: 1px) {
    header.boxed {
      max-width: 576px;
      top: 0px; } }
  @media only screen and (min-width: 2000px) {
    header.boxed {
      max-width: 1140px; } }

header.b5cs1ay8ai {
  max-width: 100% !important;
  padding: 0px !important; }
  header.b5cs1ay8ai #navbars-wrapper {
    padding: 0px !important; }

header.full-width-content {
  max-width: 100%;
  padding: 0px !important; }
  header.full-width-content .container {
    max-width: 100% !important;
    padding: 0 30px !important; }
  header.full-width-content #navbars-wrapper {
    padding: 0px !important; }

div#full-width header.b5cs1ay8ai, div#full-width header.full-width-content {
  padding: 0 0.9375rem !important; }

/* carousel */
#carousel .carousel-inner {
  overflow: hidden;
  height: 400px; }
  #carousel .carousel-inner .carousel-item {
    height: 100%;
    width: 100%;
    margin: 0 auto;
    overflow: hidden; }
    #carousel .carousel-inner .carousel-item img {
      max-width: 2000px;
      position: relative;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      display: block; }
      @media only screen and (max-width: 1px) {
        #carousel .carousel-inner .carousel-item img {
          height: 120%; } }
  @media only screen and (max-width: 1px) {
    #carousel .carousel-inner {
      height: 400px; } }
  @media only screen and (max-width: 1px) {
    #carousel .carousel-inner {
      height: 300px; } }
#carousel a.left > span {
  left: 50%;
  margin-top: -30px; }
#carousel a.right > span {
  right: 50%;
  margin-top: -30px; }
#carousel a.carousel-control {
  width: 5%;
  z-index: 9999;
  display: none; }
  #carousel a.carousel-control > span > i.fa {
    font-size: 14px; }
#carousel:hover a.carousel-control {
  display: block; }

/* multicarousel */
.ba6er9qj3j button {
  visibility: hidden;
  opacity: 0;
  color: #a1a1a1;
  background: transparent;
  border: none;
  height: 40px;
  width: 40px;
  overflow: hidden;
  font-size: 14px !important;
  -webkit-transition: opacity 150ms linear;
  -moz-transition: opacity 150ms linear;
  -o-transition: opacity 150ms linear;
  -ms-transition: opacity 150ms linear;
  transition: opacity 150ms linear; }
.ba6er9qj3j button.prev {
  position: absolute;
  left: 3%;
  top: calc(50% - 20px); }
.ba6er9qj3j button.next {
  position: absolute;
  right: 3%;
  top: calc(50% - 20px); }

.ba6er9qj3j:hover button {
  visibility: visible;
  opacity: 1; }

/* search */
section#search {
  display: block;
  background: #fff;
  color: #555;
  padding: 30px 0 25px 0;
  border-bottom: 2px solid #eaeaea; }
  section#search fieldset {
    width: 100%; }
    section#search fieldset label {
      color: #1d1d1d;
      width: 100%;
      font-weight: bold; }
    section#search fieldset.checkboxes {
      margin-top: 13px; }
      section#search fieldset.checkboxes div.checkbox {
        display: inline-block;
        float: left;
        margin-top: 6px;
        margin-right: 25px; }
        section#search fieldset.checkboxes div.checkbox label {
          text-transform: none; }
    section#search fieldset.price-input {
      width: 50%;
      float: left; }
    section#search fieldset.tokjp0 {
      margin-bottom: 0px;
      margin-top: 10px; }
      section#search fieldset.tokjp0 label {
        color: #888;
        width: auto;
        margin-right: 10px;
        font-weight: bold;
        padding: 10px;
        }
      @media only screen and (max-width: 1px) {
        section#search fieldset.tokjp0 {
          margin: 10px 0; } }
    section#search fieldset.p8tul8 label {
      text-align: right; }
      section#search fieldset.p8tul8 label a {
        text-transform: none !important; }
        section#search fieldset.p8tul8 label a i {
          margin-right: 3px; }
    section#search fieldset.p8tul8 button {
      float: right;
      padding: 8px;
      width: 255px;
      margin-top: 10px;
      }
      section#search fieldset.p8tul8 button i {
        margin-right: 10px; }
      section#search fieldset.p8tul8 button.qc2d0z {
        background: #394de0;
        color: #fff; }
        section#search fieldset.p8tul8 button.qc2d0z span {
          color: #fff;
        }
      section#search fieldset.p8tul8 button.h66xn5:hover {
        background: transparent;
        color: #394de0; }
      @media only screen and (max-width: 1px) {
        section#search fieldset.p8tul8 button.h66xn5 {
          margin-top: 0px; } }
      @media only screen and (max-width: 1px) {
        section#search fieldset.p8tul8 button {
          margin: 0px !important; } }
      @media only screen and (max-width: 1px) {
        section#search fieldset.p8tul8 button {
          width: 100%; }
          section#search fieldset.p8tul8 button.h66xn5 {
            margin: 0px;
            margin-top: 10px; } }
  @media only screen and (max-width: 1px) {
    section#search {
      position: absolute;
      top: 50px;
      z-index: 9999;
      width: 100%; } }
  section#search.boxed {
    position: absolute;
    top: 360px;
    background: none;
    border-bottom: none;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    padding: 0 0.9375rem; }
    section#search.boxed form {
      background: #fff;
      padding: 20px 5px 3px 5px; }
    @media only screen and (max-width: 1px) {
      section#search.boxed {
        top: 215px; }
        section#search.boxed form {
          padding: 15px 0; } }
    @media only screen and (min-width: 1px) and (max-width: 2000px) {
      section#search.boxed {
        top: 304px; }
        section#search.boxed form {
          padding: 15px 0; } }
    @media only screen and (max-width: 1px) {
      section#search.boxed {
        top: 50px !important; }
        section#search.boxed form {
          padding: 15px 0; } }
  section#search.left, section#search.right {
    position: absolute;
    top: 115px;
    background: none;
    border-bottom: none; }
    section#search.left form, section#search.right form {
      width: 360px;
      padding: 16px 0 7px 0; }
      section#search.left form fieldset, section#search.right form fieldset {
        margin-bottom: 15px; }
        section#search.left form fieldset label, section#search.right form fieldset label {
          margin-bottom: 4px; }
        section#search.left form fieldset.tokjp0, section#search.right form fieldset.tokjp0 {
          margin: 10px 0 15px 0; }
          section#search.left form fieldset.tokjp0 label, section#search.right form fieldset.tokjp0 label {
            padding: 8px 12px; }
        section#search.left form fieldset.p8tul8, section#search.right form fieldset.p8tul8 {
          margin: 0px;
          margin-bottom: 10px; }
          section#search.left form fieldset.p8tul8 button, section#search.right form fieldset.p8tul8 button {
            width: 100%;
            margin: 0px; }
    @media only screen and (max-width: 1px) {
      section#search.left, section#search.right {
        background: #fff !important; }
        section#search.left .container, section#search.right .container {
          padding: 0px; }
          section#search.left .container form, section#search.right .container form {
            width: 100%;
            margin: 0px; } }
  section#search.left form {
    float: left; }
  section#search.right form {
    float: right; }
  section#search.collapse {
    display: none; }
  section#search.collapse.in {
    display: block; }

/* price slider */
.nstSlider {
  clear: both;
  background: #dee0ef !important;
  width: 100% !important;
  height: 12px !important; }
  .nstSlider .bar {
    background: #394de0 !important;
    height: 6px !important;
    top: 3px !important; }
  .nstSlider .leftGrip, .nstSlider .rightGrip {
    background: #394de0 !important;
    width: 12px !important;
    height: 12px !important; }

fieldset.gh8is3 div.tvpg3110j, fieldset.gh8is3 div.k3t3l15v08 {
  width: 50%;
  display: inline-block;
  color: #888;
  font-size: 13px;
  margin-bottom: 4px; }
fieldset.gh8is3 div.tvpg3110j {
  float: left;
  text-align: left; }
fieldset.gh8is3 div.k3t3l15v08 {
  float: right;
  text-align: right; }

/* select2 multiselect */
.select2-container {
  width: 100% !important;
  z-index: 9999; }
  .select2-container .select2-search--inline {
    float: none !important; }
  .select2-container .select2-selection {
    border-radius: 0px !important;
    border: 1px solid #ccc !important;
    line-height: 1;
    min-height: 36px !important; }
    .select2-container .select2-selection .select2-selection__clear {
      margin-top: 10px !important;
      margin-right: 5px !important; }
    .select2-container .select2-selection .select2-selection__choice {
      padding: 3px !important; }
    .select2-container .select2-selection input {
      width: 100% !important;
      margin-top: 0px !important;
      font-family: "montserratregular";
      padding-left: 6px !important; }
  .select2-container .select2-dropdown {
    border: 1px solid #aaa !important; }
  .select2-container .select2-results__option--highlighted[aria-selected] {
    background-color: #F0F1F2 !important;
    color: #393A3B !important; }
  .select2-container .oedyvr {
    font-weight: bold;
    color: #555; }
  .select2-container .me2eli {
    padding-left: 7px; }

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: 1px solid #aaa !important; }

/* section#top-offers */

section#top-offers {
  position: absolute;
  z-index: 101;
  margin-top: -100px;
  height: 100px;
  width: 100%;
  padding: 20px 0;
  background: rgba(255, 255, 255, 0.8); }
  section#top-offers .dm9eem .taiv9w0f8s {
    width: 62px;
    height: 47px;
    float: left;
    margin-top: 3px;
    margin-right: 20px;
    margin-bottom: 15px; }
  section#top-offers .dm9eem .text-wrapper a h2 {
    font-size: 0.9em; }
  section#top-offers .dm9eem .text-wrapper a label.gh8is3 {
    font-size: 0.9em; }
  @media only screen and (min-width: 992px) and (max-width: 1200px) {
    section#top-offers {
      height: 118px;
      margin-top: -118px; } }
  @media only screen and (max-width: 768px) {
    section#top-offers {
      display: none; } }

/* offer - full, minimal, gridview, listview */
.dm9eem .taiv9w0f8s {
  background: #f6f6f6;
  opacity: 1;
  -webkit-transition: opacity .15s ease-in-out;
  -moz-transition: opacity .15s ease-in-out;
  -ms-transition: opacity .15s ease-in-out;
  -o-transition: opacity .15s ease-in-out;
  transition: opacity .15s ease-in-out;
  }
  .dm9eem .taiv9w0f8s a {
    display: block;
    height: 100%;
    }
    .dm9eem .taiv9w0f8s a span.noimage {
      display: block;
      width: 100%;
      height: 100%;
      background: #f6f6f6; }
      .dm9eem .taiv9w0f8s a span.noimage:after {
        display: block;
        text-align: center;
        font-family: "FontAwesome";
        content: '\f03e';
        color: #d6d6d6;
        font-size: 64px;
        line-height: 225px; }
        @media only screen and (min-width: 1px) and (max-width: 2000px) {
          .dm9eem .taiv9w0f8s a span.noimage:after {
            line-height: 200px; } }
        @media only screen and (min-width: 1px) and (max-width: 1px) {
          .dm9eem .taiv9w0f8s a span.noimage:after {
            line-height: 200px; } }
    .dm9eem .taiv9w0f8s a:hover {
      color: transparent; }
.dm9eem .text-wrapper a {
  color: #1d1d1d; }
  .dm9eem .text-wrapper a:hover {
    text-decoration: none; }
.dm9eem .text-wrapper a h2 {
  font-size: 15px;
  margin-bottom: 10px; }
.dm9eem .text-wrapper p.t75lr1o {
  display: none;
  color: #888;
  margin-bottom: 15px;
  height: 20px;
  overflow: hidden; }
  .dm9eem .text-wrapper p.t75lr1o i.fa {
    margin-right: 5px; }
.dm9eem .text-wrapper label.gh8is3 {
  font-size: 15px;
  color: #394de0;
  font-family: "montserratsemi";
  display: block;
  margin: 0px; }
.dm9eem:hover .taiv9w0f8s {
  opacity: .75; }

/* offer in grid view */
.dm9eem.vzl4xdk1c .taiv9w0f8s {
  position: relative;
  width: 100%;
  height: 225px;
  overflow: hidden; }
  .dm9eem.vzl4xdk1c .taiv9w0f8s img {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  @media only screen and (min-width: 1px) and (max-width: 2000px) {
    .dm9eem.vzl4xdk1c .taiv9w0f8s {
      height: 200px; } }
  @media only screen and (min-width: 1px) and (max-width: 1px) {
    .dm9eem.vzl4xdk1c .taiv9w0f8s {
      height: 200px; } }
.dm9eem.vzl4xdk1c .text-wrapper {
  padding: 15px 0;
  min-height: 130px; }
  .dm9eem.vzl4xdk1c .text-wrapper a h2 {
    text-align: center; }
  .dm9eem.vzl4xdk1c .text-wrapper p.jdn0z8 {
    display: none; }
  .dm9eem.vzl4xdk1c .text-wrapper label:not(price) {
    display: none; }
  .dm9eem.vzl4xdk1c .text-wrapper label.gh8is3 {
    display: block;
    text-align: center; }

/* offer in list view */
.dm9eem.list-view {
  width: 100%;
  float: none;
  clear: both;
  overflow: auto;
  margin-bottom: 30px !important; }
  .dm9eem.list-view .taiv9w0f8s {
    position: relative;
    float: left;
    width: 33%;
    height: 200px;
    overflow: hidden; }
    .dm9eem.list-view .taiv9w0f8s img {
      width: auto;
      height: 200px; }
    @media only screen and (max-width: 1px) {
      .dm9eem.list-view .taiv9w0f8s {
        width: 100%;
        height: 250px;
        margin-bottom: 15px; }
        .dm9eem.list-view .taiv9w0f8s img {
          height: 250px; } }
  .dm9eem.list-view .text-wrapper {
    float: left;
    margin-left: 20px;
    width: calc(67% - 20px);
    min-height: 200px !important; }
    .dm9eem.list-view .text-wrapper a h2 {
      font-size: 16px;
      margin-bottom: 1rem; }
    .dm9eem.list-view .text-wrapper p.t75lr1o {
      display: block; }
    .dm9eem.list-view .text-wrapper p.jdn0z8 {
      font-size: 13px;
      line-height: 22px;
      margin-bottom: 10px; }
    .dm9eem.list-view .text-wrapper label {
      float: left;
      width: auto !important;
      margin-right: 3em;
      margin-bottom: 10px !important; }
      .dm9eem.list-view .text-wrapper label strong {
        float: none !important;
        margin-left: 7px; }
      .dm9eem.list-view .text-wrapper label.gh8is3 {
        clear: left;
        margin-top: 10px !important; }
    @media only screen and (max-width: 1px) {
      .dm9eem.list-view .text-wrapper {
        width: 100%;
        margin: 0px; } }

.dm9eem.full .text-wrapper {
  min-height: 250px; }
  .dm9eem.full .text-wrapper a h2 {
    text-align: left !important;
    margin-bottom: 2px; }
  .dm9eem.full .text-wrapper p.t75lr1o {
    display: block; }
  .dm9eem.full .text-wrapper label {
    display: block !important;
    width: 100%;
    color: #888;
    margin-bottom: 5px; }
    .dm9eem.full .text-wrapper label strong {
      float: right;
      color: #555; }
    .dm9eem.full .text-wrapper label.gh8is3 {
      font-size: 15px;
      text-align: left !important;
      color: #394de0;
      font-family: "montserratsemi";
      margin-top: 15px; }

.dm9eem.full .text-wrapper {
  min-height: 250px; }
  .dm9eem.full .text-wrapper a h2 {
    text-align: left !important;
    margin-bottom: 2px; }
  .dm9eem.full .text-wrapper p.t75lr1o {
    display: block; }
  .dm9eem.full .text-wrapper label {
    display: block !important;
    width: 100%;
    color: #888;
    margin-bottom: 5px; }
    .dm9eem.full .text-wrapper label strong {
      float: right;
      color: #555; }
    .dm9eem.full .text-wrapper label.gh8is3 {
      font-size: 15px;
      text-align: left !important;
      color: #394de0;
      font-family: "montserratsemi";
      margin-top: 15px; }

.dm9eem.eqxub9vjm9 .text-wrapper {
  min-height: 150px; }
  .dm9eem.eqxub9vjm9 .text-wrapper a h2 {
    text-align: left !important;
    margin-bottom: 2px; }
  .dm9eem.eqxub9vjm9 .text-wrapper p.t75lr1o {
    display: block; }
  .dm9eem.eqxub9vjm9 .text-wrapper label:not(price) {
    display: none; }
  .dm9eem.eqxub9vjm9 .text-wrapper label.gh8is3 {
    display: block !important;
    font-size: 15px;
    text-align: left !important;
    color: #394de0;
    font-family: "montserratsemi";
    margin-top: 15px; }

.dm9eem.minimal .taiv9w0f8s {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none; }
.dm9eem.minimal .text-wrapper {
  width: 70%;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 0px;
  min-height: 10px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }
  .dm9eem.minimal .text-wrapper a h2 {
    display: block;
    margin-bottom: 15px; }
  .dm9eem.minimal .text-wrapper label {
    display: none;
    width: 90%;
    margin-left: 5%;
    cursor: pointer; }
    .dm9eem.minimal .text-wrapper label.gh8is3 {
      color: #394de0;
      font-family: "montserratsemi";
      font-size: 15px;
      margin-top: 15px; }
    .dm9eem.minimal .text-wrapper label strong {
      float: right;
      color: #1d1d1d; }
.dm9eem.minimal:hover > .taiv9w0f8s {
  background: #ccc; }
  .dm9eem.minimal:hover > .taiv9w0f8s .lxx05evzfv {
    opacity: 0; }
  .dm9eem.minimal:hover > .taiv9w0f8s a img {
    opacity: 0.15; }
.dm9eem.minimal:hover > .text-wrapper {
  opacity: 1; }

/* offer in section#interesting */
section#interesting .dm9eem .taiv9w0f8s {
  width: 100px;
  height: 80px;
  float: left;
  margin: 5px 20px 10px 0;
  }
section#interesting .dm9eem .text-wrapper {
  padding: 0px; }
  section#interesting .dm9eem .text-wrapper h3 {
    margin-bottom: 15px; }
  section#interesting .dm9eem .text-wrapper p.jdn0z8 {
    display: block;
    font-size: 0.9em;
    line-height: 20px; }
  section#interesting .dm9eem .text-wrapper ul {
    display: block;
    overflow: hidden;
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    font-size: 0.9em;
    line-height: 22px;
    margin-bottom: 15px; }
    section#interesting .dm9eem .text-wrapper ul li {
      width: 50%;
      float: left; }
      section#interesting .dm9eem .text-wrapper ul li:before {
        font-family: "FontAwesome";
        content: '\f111';
        color: #2abd5e;
        font-size: 5px;
        float: left;
        position: relative;
        top: 1px;
        margin-right: 10px; }

/* offer-detail */
i.cp3xqj {
  color: #2abd5e; }

i.no {
  color: #888; }

section#offer-detail {
  padding: 60px 0 50px 0;
  border-bottom: 2px solid #f6f6f6; }
  section#offer-detail .k1cgjcac5a {
    overflow: auto; }
    section#offer-detail .k1cgjcac5a h1, section#offer-detail .k1cgjcac5a .breadcrumb {
      width: 70%;
      float: left; }
      @media only screen and (max-width: 1px) {
        section#offer-detail .k1cgjcac5a h1, section#offer-detail .k1cgjcac5a .breadcrumb {
          width: 100%; } }
    section#offer-detail .k1cgjcac5a label.gh8is3 {
      float: right;
      text-align: right;
      color: #1d1d1d;
      font-size: 22px;
      line-height: 32px; }
      section#offer-detail .k1cgjcac5a label.gh8is3 small {
        display: block;
        color: #a1a1a1;
        font-size: 14px; }
      @media only screen and (max-width: 1px) {
        section#offer-detail .k1cgjcac5a label.gh8is3 {
          float: left;
          text-align: left;
          font-size: 18px;
          margin-top: 10px; }
          section#offer-detail .k1cgjcac5a label.gh8is3 small {
            display: inline;
            font-size: 13px; } }
  section#offer-detail .y5ultg4mdv {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    section#offer-detail .y5ultg4mdv .main h3 {
      color: #1d1d1d;
      margin-bottom: 20px; }
    section#offer-detail .y5ultg4mdv .main p {
      text-align: justify; }
      @media only screen and (max-width: 1px) {
        section#offer-detail .y5ultg4mdv .main p {
          text-align: left; } }
    section#offer-detail .y5ultg4mdv .main .lprft23slr {
      background: #f6f6f6;
      position: relative;
      width: 100%;
      height: 480px;
      overflow: hidden;
      margin-bottom: 30px; }
      section#offer-detail .y5ultg4mdv .main .lprft23slr a {
        cursor: -moz-zoom-in;
        cursor: -webkit-zoom-in;
        cursor: zoom-in; }
        section#offer-detail .y5ultg4mdv .main .lprft23slr a img {
          position: absolute;
          left: 50%;
          top: 50%;
          -ms-transform: translate(-50%, -50%);
          -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }
          @media only screen and (max-width: 1px) {
            section#offer-detail .y5ultg4mdv .main .lprft23slr a img {
              height: auto;
              width: 100%; } }
      section#offer-detail .y5ultg4mdv .main .lprft23slr .ugzqzts {
        position: absolute;
        bottom: 15px;
        right: 15px; }
        section#offer-detail .y5ultg4mdv .main .lprft23slr .ugzqzts .dsy90q, section#offer-detail .y5ultg4mdv .main .lprft23slr .ugzqzts .video {
          display: block;
          float: right;
          background: #fff; }
          section#offer-detail .y5ultg4mdv .main .lprft23slr .ugzqzts .dsy90q a, section#offer-detail .y5ultg4mdv .main .lprft23slr .ugzqzts .video a {
            display: block;
            padding: 8px 12px;
            color: #1d1d1d;
            cursor: pointer;
            font-size: 0.8em;
            text-transform: uppercase; }
            section#offer-detail .y5ultg4mdv .main .lprft23slr .ugzqzts .dsy90q a strong, section#offer-detail .y5ultg4mdv .main .lprft23slr .ugzqzts .video a strong {
              font-family: "montserratsemi"; }
            section#offer-detail .y5ultg4mdv .main .lprft23slr .ugzqzts .dsy90q a i.fa, section#offer-detail .y5ultg4mdv .main .lprft23slr .ugzqzts .video a i.fa {
              color: #394de0;
              margin-right: 10px; }
            section#offer-detail .y5ultg4mdv .main .lprft23slr .ugzqzts .dsy90q a.hidden, section#offer-detail .y5ultg4mdv .main .lprft23slr .ugzqzts .video a.hidden {
              display: none; }
          section#offer-detail .y5ultg4mdv .main .lprft23slr .ugzqzts .dsy90q:hover a, section#offer-detail .y5ultg4mdv .main .lprft23slr .ugzqzts .video:hover a {
            text-decoration: none; }
        section#offer-detail .y5ultg4mdv .main .lprft23slr .ugzqzts .video {
          border-left: 1px solid black;
          border-left: 1px solid rgba(0, 0, 0, 0.1); }
      @media only screen and (max-width: 1px) {
        section#offer-detail .y5ultg4mdv .main .lprft23slr {
          height: 285px; } }
      @media only screen and (max-width: 1px) {
        section#offer-detail .y5ultg4mdv .main .lprft23slr {
          height: 300px; } }
    section#offer-detail .y5ultg4mdv .main .x7ztcb {
      margin-bottom: 60px;
      overflow: hidden;
      clear: both; }
      section#offer-detail .y5ultg4mdv .main .x7ztcb p {
        margin-bottom: 0px; }
    section#offer-detail .y5ultg4mdv .main .x7ztcb.sc3i3x3jeb {
      border-bottom: none; }
      section#offer-detail .y5ultg4mdv .main .x7ztcb.sc3i3x3jeb .osa06f {
        color: #888;
        height: 40px;
        line-height: 38px;
        border-top: 2px solid #f6f6f6; }
        section#offer-detail .y5ultg4mdv .main .x7ztcb.sc3i3x3jeb .osa06f strong {
          color: #555;
          float: right; }
        section#offer-detail .y5ultg4mdv .main .x7ztcb.sc3i3x3jeb .osa06f i {
          margin-right: 3px; }
        section#offer-detail .y5ultg4mdv .main .x7ztcb.sc3i3x3jeb .osa06f i.cp3xqj {
          color: #2abd5e; }
        section#offer-detail .y5ultg4mdv .main .x7ztcb.sc3i3x3jeb .osa06f i.no {
          color: #888; }
        @media only screen and (min-width: 1px) {
          section#offer-detail .y5ultg4mdv .main .x7ztcb.sc3i3x3jeb .osa06f:nth-child(-n+2) {
            border-top: none; } }
        @media only screen and (max-width: 1px) {
          section#offer-detail .y5ultg4mdv .main .x7ztcb.sc3i3x3jeb .osa06f:nth-child(-n+1) {
            border-top: none; } }
    section#offer-detail .y5ultg4mdv .main .x7ztcb.tabs .tab-content {
      position: relative;
      margin-top: -2px;
      padding: 1.5em;
      border: 1px solid #dee0ef;
      border-top: 1px solid transparent; }
      section#offer-detail .y5ultg4mdv .main .x7ztcb.tabs .tab-content p {
        font-size: 13px;
        line-height: 26px; }
      @media only screen and (max-width: 1px) {
        section#offer-detail .y5ultg4mdv .main .x7ztcb.tabs .tab-content {
          border: 1px solid #f6f6f6;
          border-top: 1px solid transparent; } }
    section#offer-detail .y5ultg4mdv .main .x7ztcb.offers table th {
      font-size: 0.85em; }
    section#offer-detail .y5ultg4mdv .main .x7ztcb.offers table tr {
      cursor: pointer; }
      section#offer-detail .y5ultg4mdv .main .x7ztcb.offers table tr td {
        font-size: 0.9em; }
      section#offer-detail .y5ultg4mdv .main .x7ztcb.offers table tr.reserved {
        color: #888;
        cursor: not-allowed; }
    section#offer-detail .y5ultg4mdv .main .x7ztcb.offers table th, section#offer-detail .y5ultg4mdv .main .x7ztcb.offers table td {
      text-align: center; }
    @media only screen and (max-width: 1px) {
      section#offer-detail .y5ultg4mdv .main .x7ztcb.offers {
        display: none; } }
    section#offer-detail .y5ultg4mdv .main .x7ztcb.jus9kbvd p.t75lr1o {
      margin-bottom: 10px;
      color: #888; }
      section#offer-detail .y5ultg4mdv .main .x7ztcb.jus9kbvd p.t75lr1o i {
        color: #394de0;
        margin-right: 5px; }
      section#offer-detail .y5ultg4mdv .main .x7ztcb.jus9kbvd p.t75lr1o strong {
        color: #1d1d1d; }
    section#offer-detail .y5ultg4mdv .main .x7ztcb.jus9kbvd .map-wrapper {
      width: 100%;
      height: 400px;
      background: #f6f6f6; }
    section#offer-detail .y5ultg4mdv .main .x7ztcb.jus9kbvd .map-filter {
      padding: 15px 0 0 0; }
      section#offer-detail .y5ultg4mdv .main .x7ztcb.jus9kbvd .map-filter div.checkbox {
        float: left;
        margin: 0 15px 0 0; }
    section#offer-detail .y5ultg4mdv .main .x7ztcb.ec0g6m {
      display: none; }
      @media only screen and (max-width: 1px) {
        section#offer-detail .y5ultg4mdv .main .x7ztcb.ec0g6m {
          display: block; } }
    section#offer-detail .y5ultg4mdv .main .x7ztcb.bvtivq5 .button-wrapper {
      margin-top: 40px;
      margin-bottom: 10px; }
      section#offer-detail .y5ultg4mdv .main .x7ztcb.bvtivq5 .button-wrapper button {
        position: relative;
        background: #394de0;
        color: #fff;
        padding: 15px 20px;
        padding-right: 100px;
        width: 100%;
        text-align: left;
        font-size: 14px;
        text-transform: uppercase;
        letter-spacing: 2px;
        font-family: "montserratbold"; }
        section#offer-detail .y5ultg4mdv .main .x7ztcb.bvtivq5 .button-wrapper button i {
          display: none; }
        @media only screen and (max-width: 1px) {
          section#offer-detail .y5ultg4mdv .main .x7ztcb.bvtivq5 .button-wrapper button {
            margin-bottom: 10px; } }
      section#offer-detail .y5ultg4mdv .main .x7ztcb.bvtivq5 .button-wrapper button.pjxzdq4dh {
        background: transparent;
        color: #394de0; }
        section#offer-detail .y5ultg4mdv .main .x7ztcb.bvtivq5 .button-wrapper button.pjxzdq4dh i {
          display: block;
          position: absolute;
          right: 20px;
          top: calc(50% - 5px);
          font-size: 0.9em; }
    section#offer-detail .y5ultg4mdv .main .x7ztcb.bvtivq5 form .g6uh7djk span {
      color: #394de0; }
    section#offer-detail .y5ultg4mdv .main .x7ztcb.bvtivq5 form button {
      margin-top: 15px;
      padding: 10px 60px; }
      @media only screen and (max-width: 1px) {
        section#offer-detail .y5ultg4mdv .main .x7ztcb.bvtivq5 form button {
          width: 100%; } }
    section#offer-detail .y5ultg4mdv .main .x7ztcb.a4lhw4 {
      border-top: 2px solid #f6f6f6;
      padding-top: 50px;
      margin-bottom: 0px;
      padding-bottom: 0px; }
      section#offer-detail .y5ultg4mdv .main .x7ztcb.a4lhw4 a {
        display: inline-block;
        margin-bottom: 5px;
        background: #f6f6f6;
        padding: 4px 10px;
        font-size: 0.8em;
        font-family: "montserratsemi";
        letter-spacing: 0.05em;
        color: #888; }
    section#offer-detail .y5ultg4mdv .me2eli .bpps9vjdw {
      color: #888;
      margin-bottom: 30px; }
      section#offer-detail .y5ultg4mdv .me2eli .bpps9vjdw ul {
        line-height: 33px; }
        section#offer-detail .y5ultg4mdv .me2eli .bpps9vjdw ul li span {
          color: #1d1d1d; }
          @media only screen and (max-width: 1px) {
            section#offer-detail .y5ultg4mdv .me2eli .bpps9vjdw ul li span {
              width: 100%;
              margin-top: -5px; } }
        @media only screen and (max-width: 1px) {
          section#offer-detail .y5ultg4mdv .me2eli .bpps9vjdw ul li {
            overflow: auto;
            margin: 3px 0; } }
        section#offer-detail .y5ultg4mdv .me2eli .bpps9vjdw ul.ugzqzts {
          border: none;
          padding: 10px 0 30px 0; }
          section#offer-detail .y5ultg4mdv .me2eli .bpps9vjdw ul.ugzqzts li button {
            color: #1d1d1d;
            padding: 7px 15px;
            width: 100%;
            text-align: left; }
            section#offer-detail .y5ultg4mdv .me2eli .bpps9vjdw ul.ugzqzts li button i.fa {
              color: #394de0;
              margin-right: 15px; }
            section#offer-detail .y5ultg4mdv .me2eli .bpps9vjdw ul.ugzqzts li button:first-child button {
              border-bottom: none; }
        section#offer-detail .y5ultg4mdv .me2eli .bpps9vjdw ul.social {
          border: none;
          margin-top: 0px;
          padding: 0px;
          margin-bottom: -3px; }
          section#offer-detail .y5ultg4mdv .me2eli .bpps9vjdw ul.social span.label {
            margin-top: 3px; }
            section#offer-detail .y5ultg4mdv .me2eli .bpps9vjdw ul.social span.label a {
              display: block;
              float: right;
              margin-left: 10px; }
            @media only screen and (max-width: 1px) {
              section#offer-detail .y5ultg4mdv .me2eli .bpps9vjdw ul.social span.label {
                width: auto; } }
      section#offer-detail .y5ultg4mdv .me2eli .bpps9vjdw:last-child {
        border-bottom: none;
        padding-bottom: 0px; }
    section#offer-detail .y5ultg4mdv .me2eli .bx00fl {
      background: #394de0; }
      section#offer-detail .y5ultg4mdv .me2eli .bx00fl button {
        background: #394de0;
        color: #fff;
        padding: 15px;
        font-family: "montserratsemi";
        text-transform: uppercase !important;
        text-transform: none;
        border-radius: 0px;
        border-bottom: 1px solid black;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        -webkit-background-clip: padding-box;
        /* for Safari */
        background-clip: padding-box;
        /* for IE9+, Firefox 4+, Opera, Chrome */ }
        section#offer-detail .y5ultg4mdv .me2eli .bx00fl button i.fa {
          margin-right: 15px; }
        @media only screen and (max-width: 1px) {
          section#offer-detail .y5ultg4mdv .me2eli .bx00fl button i.fa {
            margin: 0px;
            margin-bottom: 10px;
            width: 100%; } }
      section#offer-detail .y5ultg4mdv .me2eli .bx00fl button:last-child {
        border-bottom: none; }
      section#offer-detail .y5ultg4mdv .me2eli .bx00fl button:hover {
        background: rgba(0, 0, 0, 0.05); }
    @media only screen and (max-width: 1px) {
      section#offer-detail .y5ultg4mdv .me2eli {
        display: none; } }
    section#offer-detail .y5ultg4mdv .me2eli .ec0g6m {
      margin-top: 30px; }
      section#offer-detail .y5ultg4mdv .me2eli .ec0g6m h3 {
        color: #1d1d1d; }
    section#offer-detail .y5ultg4mdv .me2eli .rk {
      border-top: 2px solid #f6f6f6;
      margin-top: 30px;
      padding-top: 30px; }
    section#offer-detail .y5ultg4mdv .me2eli.left {
      padding-right: 50px; }
      @media only screen and (max-width: 1px) {
        section#offer-detail .y5ultg4mdv .me2eli.left {
          padding-right: 20px; } }
    section#offer-detail .y5ultg4mdv .me2eli.right {
      padding-left: 50px; }
      @media only screen and (max-width: 1px) {
        section#offer-detail .y5ultg4mdv .me2eli.right {
          padding-left: 20px; } }
    section#offer-detail .y5ultg4mdv .left {
      /* 1 = left, 2 = right */
      -ms-flex-order: 1;
      -webkit-order: 1;
      order: 1; }
    section#offer-detail .y5ultg4mdv .right {
      /* 1 = left, 2 = right */
      -ms-flex-order: 2;
      -webkit-order: 2;
      order: 2; }

/* .j4fipj in offer detail */
.j4fipj {
  overflow: auto;
  margin: 30px 0;
  padding-bottom: 20px;
  border-bottom: 2px solid #f6f6f6; }
  .j4fipj .qvqtafk8ow {
    background: #f6f6f6;
    position: relative;
    float: left;
    width: 70px;
    height: 70px;
    overflow: hidden;
    margin-right: 15px;
    margin-bottom: 15px; }
    .j4fipj .qvqtafk8ow:after {
      font-family: 'FontAwesome';
      content: '\f007';
      font-size: 24px;
      display: block;
      text-align: center;
      height: 70px;
      line-height: 70px;
      color: #888; }
    .j4fipj .qvqtafk8ow img {
      width: 100%;
      height: auto; }
    .j4fipj .qvqtafk8ow h4 {
      float: left;
      font-size: 1em; }
  .j4fipj h4 {
    margin-bottom: 0px;
    color: #1d1d1d;
    text-transform: none;
    letter-spacing: 0.05em; }
  .j4fipj small {
    color: #a1a1a1;
    letter-spacing: 0.05em;
    font-size: 0.9em;
    margin: 0px; }
  .j4fipj p.rtxeo6 {
    margin: 0px;
    margin-top: 4px; }
    .j4fipj p.rtxeo6 img {
      margin-right: 3px; }
  .j4fipj p.raulw4 {
    clear: both;
    margin: 0px;
    font-family: "montserratsemi"; }
  .j4fipj p.a2u6lk {
    width: 90%;
    font-size: 12px;
    line-height: 20px;
    float: left;
    clear: both; }
    @media only screen and (max-width: 1px) {
      .j4fipj p.a2u6lk {
        width: 100% !important; } }
  .j4fipj a.hzj1mb {
    float: left;
    clear: left;
    display: inline-block;
    margin: 0px;
    margin-bottom: 15px;
    font-size: 1em; }
  .j4fipj a.dsy90q {
    float: left;
    clear: both;
    text-transform: uppercase;
    font-size: 0.88em;
    color: #1d1d1d; }
    .j4fipj a.dsy90q i.fa {
      color: #394de0;
      position: relative;
      top: -1px;
      font-size: 10px;
      margin-right: 7px; }
  .j4fipj:nth-child(2) {
    margin-top: 25px; }
  .j4fipj:last-child {
    border-bottom: none;
    padding-bottom: 0px;
    margin-bottom: 0px; }

/* .j4fipj in .oz1bzyhxs0 */
.oz1bzyhxs0 {
  padding: 30px 0; }
  .oz1bzyhxs0 .j4fipj {
    min-height: 230px;
    position: relative;
    overflow: auto;
    margin: 0px;
    padding-bottom: 40px;
    margin-bottom: 50px;
    border-bottom: 2px solid #f6f6f6; }
    .oz1bzyhxs0 .j4fipj .qvqtafk8ow {
      background: #f6f6f6;
      width: 300px;
      height: 180px;
      margin-right: 30px;
      margin-bottom: 0px; }
      .oz1bzyhxs0 .j4fipj .qvqtafk8ow:after {
        font-family: 'FontAwesome';
        content: '\f007';
        font-size: 50px;
        display: block;
        text-align: center;
        height: 180px;
        line-height: 180px;
        color: #888; }
      @media only screen and (max-width: 1px) {
        .oz1bzyhxs0 .j4fipj .qvqtafk8ow {
          width: 80%;
          height: 250px;
          margin: 0 auto;
          margin-bottom: 20px;
          float: none; } }
      @media only screen and (max-width: 1px) {
        .oz1bzyhxs0 .j4fipj .qvqtafk8ow {
          width: 100%; } }
    .oz1bzyhxs0 .j4fipj .text-wrapper {
      overflow: auto; }
      .oz1bzyhxs0 .j4fipj .text-wrapper h4 {
        font-size: 1.17em; }
      .oz1bzyhxs0 .j4fipj .text-wrapper p.raulw4 {
        clear: none;
        margin-top: 20px; }
      .oz1bzyhxs0 .j4fipj .text-wrapper p.a2u6lk {
        width: 90%;
        float: left;
        clear: left; }
        @media only screen and (max-width: 1px) {
          .oz1bzyhxs0 .j4fipj .text-wrapper p.a2u6lk {
            width: 100% !important; } }
      @media only screen and (max-width: 1px) {
        .oz1bzyhxs0 .j4fipj .text-wrapper a.hzj1mb {
          float: none; } }
      .oz1bzyhxs0 .j4fipj .text-wrapper a.dsy90q {
        float: none;
        width: auto;
        display: block; }
        @media only screen and (max-width: 1px) {
          .oz1bzyhxs0 .j4fipj .text-wrapper a.dsy90q {
            width: 100%;
            text-align: center; } }
      @media only screen and (max-width: 1px) {
        .oz1bzyhxs0 .j4fipj .text-wrapper {
          text-align: center; } }
    .oz1bzyhxs0 .j4fipj.bw7zb5 {
      height: auto;
      min-height: auto;
      border-bottom: none;
      margin-bottom: 10px; }
      .oz1bzyhxs0 .j4fipj.bw7zb5 .qvqtafk8ow {
        width: 100%;
        height: 250px;
        margin: 0px;
        margin-bottom: 20px;
        padding: 0px; }
        .oz1bzyhxs0 .j4fipj.bw7zb5 .qvqtafk8ow:after {
          height: 250px;
          line-height: 250px; }
      .oz1bzyhxs0 .j4fipj.bw7zb5 .text-wrapper {
        overflow: initial;
        text-align: center; }
        .oz1bzyhxs0 .j4fipj.bw7zb5 .text-wrapper a.hzj1mb {
          float: none; }
        .oz1bzyhxs0 .j4fipj.bw7zb5 .text-wrapper p.a2u6lk {
          display: none; }
    .oz1bzyhxs0 .j4fipj:last-child {
      border-bottom: none;
      margin-bottom: 0px;
      padding-bottom: 0px; }

/* agents in sub panel */
.me2eli .oz1bzyhxs0 .j4fipj .qvqtafk8ow {
  height: 200px; }
  .me2eli .oz1bzyhxs0 .j4fipj .qvqtafk8ow:after {
    height: 200px;
    line-height: 200px; }
.me2eli .oz1bzyhxs0 .j4fipj .text-wrapper p.a2u6lk {
  display: none; }
.me2eli .oz1bzyhxs0 .j4fipj .text-wrapper a.hzj1mb {
  float: none; }

.rk img {
  margin-bottom: 30px;
  max-width: 150px; }
.rk h4 {
  margin-bottom: 2px;
  color: #1d1d1d;
  text-transform: none;
  letter-spacing: 0.05em; }
.rk small {
  display: block;
  color: #a1a1a1;
  letter-spacing: 0.05em;
  font-size: 0.9em;
  margin: 0px;
  margin-bottom: 10px; }
.rk p.a2u6lk {
  font-size: 12px;
  line-height: 20px;
  float: left;
  clear: both;
  margin: 20px 0 30px 0; }
.rk p.raulw4 {
  clear: both;
  margin: 0px;
  font-family: "montserratsemi"; }
.rk a.hzj1mb {
  display: block;
  margin: 0px;
  margin-top: 10px;
  font-size: 1em; }
.rk a.dsy90q {
  display: inline-block;
  margin-top: 30px; }
  .rk a.dsy90q i.fa {
    position: relative;
    top: -1px;
    font-size: 10px;
    margin-right: 3px; }

/* contact */
.ivlkuygggj {
  margin: 60px 0;
  border-bottom: 2px solid #f6f6f6; }
  .ivlkuygggj .rk {
    overflow: auto;
    margin-bottom: 50px; }
    .ivlkuygggj .rk .map-wrapper {
      background: #f6f6f6;
      width: 100%;
      height: 360px;
      clear: both; }
    .ivlkuygggj .rk .t75lr1o, .ivlkuygggj .rk .bvtivq5 {
      padding: 0px;
      margin-bottom: 15px; }
    .ivlkuygggj .rk .t75lr1o h3 {
      margin-bottom: 15px; }
    .ivlkuygggj .rk .t75lr1o address {
      line-height: 24px; }
    .ivlkuygggj .rk .bvtivq5 p {
      line-height: 20px;
      margin-bottom: 0px;
      clear: both;
      font-weight: bold; }
      .ivlkuygggj .rk .bvtivq5 p label {
        float: left;
        width: 100px;
        font-weight: normal; }
    .ivlkuygggj .rk:last-child {
      margin-bottom: 0px;
      border-bottom: none; }

/* pagination */
.pagination-wrapper {
  border-top: 2px solid #f6f6f6;
  margin-top: 30px;
  overflow: auto;
  text-align: center; }
  .pagination-wrapper .pagination {
    margin: 0px;
    padding: 30px 0;
    display: inline-block; }
    .pagination-wrapper .pagination .page-item .page-link {
      border: none;
      background: #ccc;
      color: #394de0;
      font-family: "montserratsemi";
      font-size: 13px;
      text-transform: uppercase; }
      .pagination-wrapper .pagination .page-item .page-link:hover {
        background: #f6f6f6; }
    .pagination-wrapper .pagination .page-item.active > a, .pagination-wrapper .pagination .page-item.active:hover > a, .pagination-wrapper .pagination .page-item.active:focus > a, .pagination-wrapper .pagination .page-item.active > a:hover, .pagination-wrapper .pagination .page-item.active > a:focus {
      color: #a1a1a1;
      background: #ccc; }
    @media only screen and (max-width: 1px) {
      .pagination-wrapper .pagination {
        display: none; } }
  .pagination-wrapper .prev, .pagination-wrapper .next {
    margin: 30px 0;
    padding-left: 0px;
    padding-right: 0px;
    border: none;
    background: #ccc;
    color: #394de0;
    font-family: "montserratsemi";
    font-size: 13px;
    text-transform: uppercase; }
  .pagination-wrapper .prev {
    float: left; }
    .pagination-wrapper .prev i {
      margin-right: 5px; }
  .pagination-wrapper .next {
    float: right; }
    .pagination-wrapper .next i {
      margin-left: 5px; }

/* pagination and section update */
div.main section {
  padding-bottom: 30px !important;
  border-bottom: none !important; }
  div.main section .prev, div.main section .next {
    margin: 30px 0 0 0; }
  div.main section ul.pagination {
    padding: 30px 0 0 0; }

/* section submenu-footer */
section#submenu-footer {
  background: #f6f6f6;
  padding: 60px 0 0 0;
  }
  section#submenu-footer h4 {
    margin-bottom: 30px; }
    @media only screen and (max-width: 1px) {
      section#submenu-footer h4 {
        text-align: center; } }
  section#submenu-footer p {
    font-size: 13px;
    line-height: 22px;
    color: #888;
    margin-bottom: 30px;
    }
    @media only screen and (max-width: 1px) {
      section#submenu-footer p {
        text-align: center; } }
  @media only screen and (max-width: 2000px) {
    section#submenu-footer .t1x52ag8lq {
      margin-bottom: 70px; } }
  section#submenu-footer .social {
    margin-top: 30px; }
    section#submenu-footer .social a {
      float: left;
      margin-right: 10px; }
    @media only screen and (max-width: 1px) {
      section#submenu-footer .social {
        text-align: center; }
        section#submenu-footer .social a {
          display: inline-block;
          float: none; } }
  section#submenu-footer.t6cb4c1ile .t1x52ag8lq {
    text-align: center; }
    section#submenu-footer.t6cb4c1ile .t1x52ag8lq .social {
      margin: 30px 0 60px 0; }
      section#submenu-footer.t6cb4c1ile .t1x52ag8lq .social a {
        float: none;
        display: inline-block;
        margin: 0 5px; }
  section#submenu-footer.t6cb4c1ile .uanwj8q {
    text-align: center; }

/* footer */
footer {
  font-size: 13px;
  color: #888;
  padding: 20px 0; }
  footer p {
    line-height: 18px;
    margin: 10px 0; }
  footer a, footer strong {
    color: #1d1d1d;
    font-weight: bold; }
  footer .kdj7bmq9m {
    float: left;
    text-align: left; }
    @media only screen and (max-width: 1px) {
      footer .kdj7bmq9m {
        text-align: center; } }
  footer .bo {
    float: right;
    text-align: right; }
    @media only screen and (max-width: 1px) {
      footer .bo {
        text-align: center; } }
  footer.minimal .kdj7bmq9m p.bo-wrapper {
    margin-top: 30px; }
    @media only screen and (max-width: 1px) {
      footer.minimal .kdj7bmq9m p.bo-wrapper {
        margin-top: 0px;
        margin-bottom: 30px; } }
  footer.minimal ul {
    list-style-type: none;
    padding: 0px;
    margin: 10px 0;
    float: right; }
    footer.minimal ul li {
      display: block;
      float: left;
      margin-left: 30px; }
      footer.minimal ul li a {
        font-weight: normal;
        color: #888; }
      footer.minimal ul li:first-child {
        margin-left: 0px; }
    @media only screen and (max-width: 1px) {
      footer.minimal ul {
        float: none;
        display: inline-block;
        margin: 0 auto; } }
  footer.t6cb4c1ile .kdj7bmq9m, footer.t6cb4c1ile .bo {
    text-align: center; }
  @media only screen and (max-width: 1px) {
    footer {
      height: auto;
      line-height: 30px;
      text-align: center;
      padding: 30px 0; } }
