@charset "utf-8";
/* CSS Document */
/*===========================================================================================================*/
/*=========================================== GENERAL SETTINGS ==============================================*/
/*===========================================================================================================*/
body {
  margin: 0;
  padding: 0;
  font-size: 10px;
  background-color: #282828;
  -webkit-font-smoothing: antialiased;
  font-family: droid-sans, sans-serif;
  /*font-family: playfair-display, serif;*/
}
.back-to-top {
  display: none;
  padding-top: 12px;
  text-align: center;
  position: fixed;
  z-index: 5;
  bottom: 45px;
  right: 25px;
  font-size: 22px;
  color: #b0b0b0;
  line-height: 52px;
  width: 50px;
  height: 50px;
  border: solid 2px #e8e8e8;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  background-color: transparent;
}
.back-to-top .fa {
  display: block;
}
.back-to-top:focus {
  color: #b0b0b0;
  border-color: #e8e8e8;
  background-color: transparent;
}
.back-to-top:hover {
  color: #b0b0b0;
  border-color: #e8e8e8;
  background-color: #e8e8e8;
}
strong.stronger {
  font-weight: 900;
}
* {
  margin: 0;
}
big {
  font-size: 1.14em;
}
.break-word {
  -webkit-word-wrap: break-word;
  -moz-word-wrap: break-word;
  -ms-word-wrap: break-word;
  -o-word-wrap: break-word;
  word-wrap: break-word;
}
p, .section-white {
  font-size: 21px;
  line-height: 31px;
  color: #282828;
  font-weight: 400;
}
p {
  margin: 0 0 30px;
}
.list-unstyled {
  list-style: none;
}
.list-unstyled li {
  display: block;
  margin: 0!important;
}
ul, ol {
  margin: 0 0 30px;
}
ul *, ol * {
  /* vertical-align: top; */
}
li {
  font-size: 21px;
  line-height: 30px;
  color: #282828;
  font-weight: 400;
}
span.fa-li {
  color: #383838;
  top: .45em;
}
td, th {
  font-size: 20px;
  line-height: 24px;
  color: #282828;
  font-weight: 400;
}
a {
  color: #c13616;
  text-decoration: none;
  display: inline-block;
  -o-transition: color 0.2s ease-out, background 0.2s ease-in;
  -ms-transition: color 0.2s ease-out, background 0.2s ease-in;
  -moz-transition: color 0.2s ease-out, background 0.2s ease-in;
  -webkit-transition: color 0.2s ease-out, background 0.2s ease-in;
  transition: color 0.2s ease-out, background 0.2s ease-in;
  /* ...and now for the proper property */
}
a:hover, a:focus {
  color: #671e0d;
  text-decoration: none;
}
a img {
  border: none;
}
img {
  max-width: 100%;
  width: auto;
}
h1, .h1-style {
  font-family: playfair-display, serif;
  font-size: 58px;
  line-height: 1.2em;
  color: #282828;
  text-transform: capitalize;
  font-weight: 400;
  letter-spacing: 0;
  margin: 30px 0;
}
h2 {
  font-family: playfair-display, serif;
  font-size: 35px;
  line-height: 1.2em;
  color: #282828;
  text-transform: capitalize;
  font-weight: 400;
  letter-spacing: 0;
  margin: 30px 0;
}
h3 {
  font-family: playfair-display, serif;
  font-size: 28px;
  line-height: 1.2em;
  color: #282828;
  text-transform: capitalize;
  font-weight: 400;
  letter-spacing: 0;
  margin: 30px 0;
}
h4 {
  font-family: playfair-display, serif;
  font-size: 20px;
  line-height: 1.2em;
  color: #282828;
  text-transform: capitalize;
  font-weight: 400;
  letter-spacing: 0;
  margin: 30px 0;
}
/* Blog Default titles */
.news-right-column h2,
.news-right-column h3 {
  font-family: playfair-display, serif;
  font-size: 28px;
  line-height: 1.2em;
  color: #282828;
  text-transform: capitalize;
  font-weight: 400;
  letter-spacing: 0;
  margin: 30px 0;
}
/*===========================================================================================================*/
/*=========================================== TOP ===========================================================*/
/*===========================================================================================================*/
.menu {
  display: block;
  position: fixed;
  z-index: 4;
  top: -50%;
  left: 0;
  right: 0;
  opacity: 0;
  padding: 15px 25px 0;
  background-color: transparent;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.menu.ready {
  top: 0;
  opacity: 1;
}
.menu.actived {padding: 5px 25px;background-color: rgb(40 40 40 / 95%);z-index: 11;}
.menu.behaved {
  background-color: rgba(0, 0, 0, 0);
  border: none;
  padding: 15px 5px 0 25px;
  z-index: 11;
}
.customize-support .menu {
  top: 32px;
}
.menu > div a.liked-button {
  display: block;
  position: absolute;
  top: 0;
  right: 109px;
  margin: 33px 0 0;
  margin-right: 5px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.menu > div a.liked-button:hover {
  top: 3px;
}
.menu.actived > div a.liked-button {
  display: block;
  margin: 12px 0 0;
  margin-right: 12px;
}
.menu.behaved > div a.liked-button {
  margin: 12px 0 0;
  margin-right: 5px;
}
.menu > div a > .liked {
  display: block;
  position: relative;
  background-color: #c13616;
  color: #fff;
  font-size: 17px;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  padding: 9px 0 0;
  text-align: center;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.menu > div a > .liked:hover {
  background-color: #ce482a;
}
.menu.behaved > div a > .liked {
  background-color: #ff7152;
}
.menu.behaved > div a > .liked:hover {
  background-color: #651300;
}
.menu > div a > .liked > span {
  position: absolute;
  top: 2px;
  right: -10px;
  font-size: 10px;
  width: 17px;
  height: 17px;
  color: #fff;
  background-color: #ff3000;
  text-align: center;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
.menu > div .navigation {
  display: inline-block;
  color: #fff;
  font-size: 21px;
  letter-spacing: 0px;
  font-weight: 400;
  line-height: .7em;
  text-transform: uppercase;
  position: relative;
  padding-left: 23px;
  text-decoration: none;
  float: right;
  margin: 42px 0;
  /* margin-right: 10px; */
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.menu > div .navigation:before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  border: solid 1px #fff;
  position: absolute;
  left: -3px;
  top: -3px;
  border-radius: 3px;
  opacity: 0;
  -webkit-transition: opacity .3s ease;
  -moz-transition: opacity .3s ease;
  -ms-transition: opacity .3s ease;
  -o-transition: opacity .3s ease;
  transition: opacity .3s ease;
}
.menu.behaved > div .navigation:before {
  opacity: 1;
}
.menu > div .navigation:hover, .menu > div .navigation:focus {
  text-decoration: none;
}
.menu.actived > div .navigation {
  margin: 22px 0;
  margin-right: 10px;
}
.menu.behaved > div .navigation {
  color: #fff;
  position: absolute;
  right: 12px;
  margin: 23px 0;
  padding-left: 13px;
}
.menu > div .navigation .txt:before {
  content: ' Menu';
}
.menu.behaved > div .navigation .txt:before {
  content: ' Close';
}
.menu > div a > .bar {
  position: absolute;
  left: 0;
  width: 22px;
  height: 2px;
  border-radius: 0;
  border: mone;
  background-color: #fff;
  -webkit-transition: top .3s ease, transform .4s ease, opacity .3s ease;
  -moz-transition: top .3s ease, transform .4s ease, opacity .3s ease;


  -ms-transition: top .3s ease, transform .4s ease, opacity .3s ease;
  -o-transition: top .3s ease, transform .4s ease, opacity .3s ease;
  transition: top .3s ease, transform .4s ease, opacity .3s ease;
}
.menu.behaved > div a > .bar {
  background-color: #fff;
}
.menu > div a > span:first-child {
  top: 0px;
}
.menu > div a > span:nth-child(2) {
  top: 7px;
}
.menu > div a > span:nth-child(3) {
  top: 14px;
}
.menu > div a:hover > span:first-child {
  top: -3px;
}
.menu > div a:hover > span:nth-child(3) {
  top: 17px;
}
.menu > div a.behaved > span:first-child {
  top: 6px;
  width: 14px;
  transform: rotate(135deg);
}
.menu > div a.behaved > span:nth-child(2) {
  display: none;
}
.menu > div a.behaved > span:nth-child(3) {
  top: 6px;
  width: 14px;
  transform: rotate(-135deg);
}
.menu .logo-nav {
  position: absolute;
  display: block;
  max-width: 359px;
  margin-top: 20px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.menu .logo-nav img {
  display: block;
  width: 100%;
}
.menu.actived .logo-nav {
  max-width: 159px;
  height: 55px;
  overflow: hidden;
  margin-top: 1px;
}
.menu.behaved .logo-nav {
  /* position: absolute; */
  /* overflow: hidden; */
  /* max-width: 159px; */
  /* height: 55px; */
  /* margin-top: 1px; */
}
.menu div > ul > li ul {
  display: none;
  background-color: rgb(255 255 255);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.10);
  position: absolute;
  top: 100%;
  left: 0;


  right: auto;
  z-index: 5;

  padding: 5px 0;
  width: 210px;
  margin-top: 0 !important;
}

.menu div > ul >:last-child li > ul {
  left: auto;
  right: 0;
}
.menu div > ul > li > ul > li > ul {
  left: 100%;
  top: 0;
}
.menu div > ul > li > ul li {
  position: relative;
  padding: 0;
  font-size: 16px;
  text-align: left;
  font-weight: 400;
  text-transform: uppercase;
  margin: 0;
  text-shadow: none;
}
.menu div > ul > li > ul > li a {
  display: block;
  padding: 4px 10px;
  color: #05356b;
}
.menu div > ul > li > ul > li a:focus {
  color: #05356b;
  text-decoration: none;
}
.menu div > ul > li > ul > li a:hover,
.menu div > ul > li.current-menu-ancestor > ul > li.current-menu-item a {
  color: #05356b;
  background-color: rgb(235 241 249);
}
.menu ul.main-menu {
  float: right;
  padding: 0;
  margin: 25px 0;
  -webkit-transition: padding .3s ease, margin .3s ease;
  -moz-transition: padding .3s ease, margin .3s ease;
  -ms-transition: padding .3s ease, margin .3s ease;
  -o-transition: padding .3s ease, margin .3s ease;
  transition: padding .3s ease, margin .3s ease;
}
.menu.actived ul.main-menu {margin: 17px 0;}
.menu > div {
  position: relative;

  max-width: 100%;
  padding: 0;
}
.menu.behaved > div {
  background-color: transparent;
  border-color: transparent;
}
.menu div > ul > li {
  text-align: center;
  padding: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.1em;
  text-transform: uppercase;
}
.menu div > ul > li {

}
.menu div > ul > li.list-inline-item:not(:last-child) {
  margin-right: 2vw;
}
.menu div > ul > li.dad {
  position: relative;
}
.menu div > ul > li > a,
.menu div > ul > li > a:focus {
  color: #05356b;
  position: relative;
  text-decoration: none;
  padding: 8px 0 6px;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
}
.menu div > ul > li > a:hover,
.menu div > ul > li.current-menu-item > a,
.menu div > ul > li.current-menu-ancestor > a {
  color: #05356b;
  text-decoration: none;
}

.navigation-overlay {
  position: fixed;
  z-index: 10;
  top: 0;
  right: -325px;
  bottom: 0;
  width: 325px;
  background-color: rgb(193 54 22 / 95%);
  padding-top: 100px;
  padding-bottom: 70px;
  overflow-x: hidden;
  overflow-y: auto;
  transition: right .2s ease;
  -webkit-transition: right .2s ease;
  -moz-transition: right .2s ease;
  -o-transition: right .2s ease;
}
.navigation-overlay.behaved {
  right: 0;
}


.navigation-overlay > ul {
  text-align: right;
  opacity: 0;
  margin: 0;
  padding: 0;
  -webkit-transition: transform 500ms cubic-bezier(0.77, 0, 0.175, 1), opacity .4s ease;
  -moz-transition: transform 500ms cubic-bezier(0.77, 0, 0.175, 1), opacity .4s ease;
  -ms-transition: transform 500ms cubic-bezier(0.77, 0, 0.175, 1), opacity .4s ease;
  -o-transition: transform 500ms cubic-bezier(0.77, 0, 0.175, 1), opacity .4s ease;
  transition: transform 500ms cubic-bezier(0.77, 0, 0.175, 1), opacity .4s ease;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.navigation-overlay.behaved > ul {
  -webkit-transition-delay: 200ms;
  -moz-transition-delay: 200ms;
  -ms-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  transition-delay: 200ms;
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.navigation-overlay > ul > li {
}
.navigation-overlay > ul > li > a {
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  text-transform: capitalize;
  font-style: normal;
  color: #fff;
  font-size: 21px;
  font-weight: 300;
  letter-spacing: 1px;
  line-height: 1.1em;
  margin: 15px 0;
  padding: 5px 17px;
  display: block;
  -webkit-transition: border-bottom .4s ease;
  -moz-transition: border-bottom .4s ease;
  -ms-transition: border-bottom .4s ease;
  -o-transition: border-bottom .4s ease;
  transition: border-bottom .4s ease;
}
.navigation-overlay > ul > li > a:focus {
  color: #fff;
  text-decoration: none;
}
.navigation-overlay > ul > li > a i {
  float: right;
}
.navigation-overlay > ul > li > a:hover,
.navigation-overlay > ul > li.current-menu-item > a,
.navigation-overlay > ul > li.current-menu-ancestor > a {
  text-decoration: none;
  color: #ffadad;
}
.navigation-overlay > ul.social-nav {
  margin-top: 50px;
  text-align: left;
}
.navigation-overlay > ul.social-nav li {
  margin: 0;
}
.navigation-overlay > ul.social-nav li a {
  margin: 0 10px;
  padding: 0;
  font-size: 26px;
  line-height: 1.4em;
}
.navigation-overlay > ul > li ul {
  background-color: rgba(80, 80, 80, 0.7);
  display: none;
  padding: 5px 0;
}
.navigation-overlay > ul > li > ul li {
  padding: 0;
}
.navigation-overlay > ul > li > ul li a {
  text-transform: capitalize;
  font-weight: 400;
  font-style: normal;
  color: #fff;
  padding: 10px 17px;
  font-size: 12px;
  letter-spacing: 0px;
  line-height: 1.1em;
}
.navigation-overlay > ul > li > ul li a:focus {
  text-decoration: none;
  color: #fff;
}
.navigation-overlay > ul > li > ul li a:hover,
.navigation-overlay > ul > li.current-menu-ancestor > ul li.current-menu-item a {
  text-decoration: none;
  color: #C0C0C0;
}
.navigation-overlay > ul > li > ul .fal  {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}
.navigation-overlay .social-nav {
  position: relative;
  margin-top: 20px;
  text-align: center;
  padding: 0 15px;
}
.navigation-overlay .social-nav li {}
.navigation-overlay .social-nav li a {
  text-decoration: none;
  color: #fff;
  font-size: 32px;
  font-weight: normal;
}
.navigation-overlay .social-nav li a:hover {
  text-decoration: none;
  color: #C0C0C0;
}
.navigation-overlay .btns-top {
  display: block;
  margin: 0;
  position: relative;
}
.navigation-overlay .btns-top a {
  display: block;
  padding: 10px;
  margin: 0 15px 15px!important;
}
body.behaved {
  overflow: hidden;
}
body.actived {
  overflow: hidden;
}
.page {
  /*background-color: #fff;*/
  position: relative;

  overflow: hidden;
  -webkit-transition: transform 500ms cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: transform 500ms cubic-bezier(0.77, 0, 0.175, 1);
  -ms-transition: transform 500ms cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: transform 500ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: transform 500ms cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
@media screen and (max-width: 1500px) {
  /*.menu:before {
      top: -50px;
  }
  .menu.actived:before {
      top: -60px;
  }
  .menu div > ul > li {font-size: 18px;}
  .menu .logo-nav {
  }
  .menu.actived .logo-nav {
      max-width: 90px;
  }*/
}
@media screen and (min-width: 991px) {
  /*============== TOP ================
  .menu .navigation,
  .navigation-overlay {
    display: none !important;
  }*/
}
@media screen and (max-width: 991px) {
  /*============== TOP ================*/
  .menu .btns-top .btn-layout {display: none}
  body.actived {
    overflow: auto !important;
  }
  .products-dropdown {
    display: none !important;
  }
  .menu {
    /* height: auto; */
    /* position: fixed; */
    top: 0;
    /* margin: 0; */
    /* padding: 15px; */
  }
  .menu.actived {padding: 6px 15px}
  .menu.behaved,
  .menu.behaved:before {
    background-image: none;
  }
  .menu.behaved:after {
    background-color: transparent;
  }
  .menu > div {
    padding: 0;
    width: 100%;
  }
  .menu > .navigation {
    display: inline-block;
  }
  .menu div > ul {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .menu .logo-nav {
    max-width: 250px;
  }
}
@media screen and (max-width: 650px) {
  /*============== TOP NAV ================*/
  .menu div > a > .txt {
    display: none;
  }
  .menu > div a.liked-button {
    right: 40px;
  }
  .navigation-overlay > ul > li > a {
    font-size: 17px;
    margin-top: 0;
    margin: 16px 0;
  }
  .navigation-overlay > ul > li > ul > li a {
    font-size: 16px;
  }
  .menu > div .navigation {
    margin: 42px 0 0;
  }
  .menu.actived > div .navigation {
    margin: 20px 0;
  }
  .menu .logo-nav {
    max-width: 170px;
  }
  .menu.actived .logo-nav {
    max-width: 154px;
    margin: 1px auto;
  }
}
@media screen and (max-width: 600px) {
  .menu.behaved .logo-nav {
    opacity: 0;
  }
  .customize-support .menu {
    top: 46px;
  }
  .customize-support .menu.actived {
    top: 0;
  }
}

/*=========================================== AGENT AFIX ======================================================*/
.agent-afix {
  display: block;
  position: fixed;
  z-index: 5;
  top: 250px;
  right: 0;
  padding: 30px 50px;
  padding-left: 220px;
  height: 200px;
  background: #fff;
  border-radius: 105px 0 0 105px;
  box-shadow: -2px 2px 3px rgb(0 0 0 / 30%);
  transition: all .4s ease;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
}
.agent-afix.actived {
  top: 120px;
}
.agent-afix.closed {
  right: -390px;
}
.agent-afix.closed:hover {
  right: -380px;
}
.agent-afix .agent-close {
  color: #60a5d1;
  font-size: 16px;
  position: absolute;
  top: 27px;
  right: 5px;
}
.agent-afix .agent-close:hover {
  color: #7cccff;
}
.agent-afix .agent-open {
  display: none;
  position: absolute;
  z-index: 2;
  left: 10px;
  top: 50%;
  color: #fff;
  font-size: 16px;
  transform: translate(0, -50%);
}
.agent-afix.closed .agent-open {
  display: block;
}
.agent-afix .bnn {
  display: block;
  background-size: cover;
  background-position: center;
  background-color: #e0ad63;
  position: absolute;
  left: 3px;
  top: 3px;
  bottom: 3px;
  width: 200px;
  border-radius: 50%;
}
.agent-afix .bnn:after {
  content: '';
  background-color: transparent;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 200px;
  border-radius: 50%;
  transition: all .4s ease;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
}
.agent-afix.closed .bnn:after {
  background-color: #e0ad63;
}
.agent-afix .agent-name {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2em;
  color: #000;
  margin-bottom: 18px;
}
.agent-afix .agent-name span {
  display: block;
  font-size: 16px;
  font-weight: 400;
  color: #7a7a7a;
  line-height: 1em;
}
.agent-afix .agent-links {
  position: relative;
  font-size: 22px;
  line-height: 1em;
  padding-left: 35px;
  margin-bottom: 12px;
}
.agent-afix .agent-links .fas {
  font-size: 30px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}
.agent-afix .agent-links span {

  display: block;
  font-size: 13px;
  line-height: 1em;
}
.agent-afix .agent-links a {
  color: #60a5d1;
}
.agent-afix .agent-links a:hover {
  color: #7cccff;
}

/*=========================================== BANNER TOP ======================================================*/
.banner-top {
  padding-top: 0;
  padding-bottom: 0;
  min-height: 220px;
  overflow: hidden;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.banner-top:before {
  content: '';
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.banner-top > .container {
  position: absolute;
  max-width: 100%;
  z-index: 3;
  top: 80px;
  opacity: 0;
  filter: alpha(opacity=0);
  transform: translate(0, -50%);
}
.banner-top.ready > .container {
  top: 55%;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: opacity 1.2s ease 0s, top 0.8s ease 0s;
  -moz-transition: opacity 1.2s ease 0s, top 0.8s ease 0s;
  -o-transition: opacity 1.2s ease 0s, top 0.8s ease 0s;
  -webkit-backface-visibility: hidden;
}
.banner-top > .container h1 {
  display: block;
  text-align: center;
  color: #fff;
  font-size: 50px;
  text-transform: capitalize;
  letter-spacing: 0px;
  line-height: 1em;
}
.banner-top > .container h1 > span {
  font-family: 'Droid Sans', sans-serif;
  font-size: 27px;
  line-height: 1.4em;
  font-weight: 400;
  display: block;
  margin: 7px 0;
}
.banner-top > .container .subheading {
  display: block;
  text-align: center;
  color: #fff;
  font-size: 30px;
}
.banner-top span.parallax {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 180%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.banner-top .banner-video-iframe {
  width: 104%;
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
.banner-top .banner-video-iframe .iframe-holder {
  width: 104%;
  padding-bottom: 56.25%;
  position: relative;
}
.banner-top .banner-video-iframe .iframe-holder iframe {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 1200px) {
  .banner-top {
    padding-top: 0;
  }
  .banner-top > .container h1 {
    text-align: right;
    margin: 50px 0 0;
    font-size: 36px;
  }
  .banner-top > .container h1 span {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .banner-top .banner-video-iframe {
    display: none;
  }
  .banner-top {
    min-height: 268px;
    padding-top: 140px;
  }
  .banner-top > .container {
    position: relative;
  }
  .banner-top > .container h1 {
    font-size: 32px;
    text-align: center;
  }
  .banner-top > .container .subheading {
    font-size: 20px;
  }
}
@media screen and (max-width: 650px) {
  .banner-top > .container h1 {
    font-size: 28px;
    margin-bottom: 15px;
  }
  .banner-top > .container .subheading {
    font-size: 18px;
  }
}

/*===========================================================================================================*/
/*=========================================== SEARCH ========================================================*/
/*===========================================================================================================*/

.form-check {
  padding: 0;
}
.form-check input[type=checkbox],
.form-check input[type=radio] {
  font-family: 'Font Awesome 5 Pro';
  display: none;
}
.form-check label {
  position: relative;
  padding-left: 30px;
  font-size: 18px;
  cursor: pointer;
}
.form-check label:before {
  font-family: 'Font Awesome 5 Pro';
  font-size: 23px;
  font-weight: 100;
  line-height: 1em;
  position: absolute;
  left: 1px;
  top: 0px;
  display: block;
  width: 18px;
  height: 18px;
  color: #f96442;
}
.form-check input[type="checkbox"] + label:before {
  content: '\f04d';
}
.form-check input[type="checkbox"]:checked + label:before {
  content: '\f14a';
  font-weight: 600;
}
.form-check input[type="radio"] + label:before {
  content: '\f111';
}
.form-check input[type="radio"]:checked + label:before {
  content: '\f192';
  font-weight: 600;
}

.search-section {
  padding: 10px 0 0;
  background-color: #c13616;
}
.search-section .container {
  position: relative;
  top: 20px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.search-section.ready .container {
  top: 0;
  opacity: 1;
  filter: alpha(opacity=100);
  transition: opacity 1.2s ease 0s, top 0.8s ease 0s;
  -webkit-transition: opacity 1.2s ease 0s, top 0.8s ease 0s;
  -moz-transition: opacity 1.2s ease 0s, top 0.8s ease 0s;
  -o-transition: opacity 1.2s ease 0s, top 0.8s ease 0s;
  -webkit-backface-visibility: hidden;
}
.search-section h2 {
  color: #fff;
}
.search-section .form-group {
  position: relative;
  margin-bottom: 30px;
}
.search-section .search-field {
  height: 78px;
  border: none;
  border-radius: 4px;
  padding: 15px;
  padding-right: 47px;
}
.search-section .form-group > .fal {
  position: absolute;
  top: 50%;
  right: 15px;
  color: #c13616;
  font-size: 22px;
  transform: translate(0,-50%);
  -webkit-transform: translate(0,-50%);
  -moz-transform: translate(0,-50%);
  -o-transform: translate(0,-50%);
}
.search-section .btn-layout {
  text-transform: capitalize;
  letter-spacing: 0;
  padding: 25px 15px;
  width: 100%;
}
.search-section .btn-save-search {
  background-color: #81230e;
  border-color: #81230e;
}
.search-section .btn-save-search:hover {
  background-color: #59190b;
  border-color: #59190b;
  color: #fff;
}
.search-section .btn-search {
  background-color: #ff6643;
  border-color: #ff6643;
}
.search-section .btn-search:hover {
  background-color: #e34e2c;
  border-color: #e34e2c;
  color: #fff;
}

.search-section .noUiGroup .noUi-connect {
  background: #f96442;
}
.search-section .noUiGroup {
  margin-top: 14px;
}
.search-section .noUiGroup p {
  font-size: 14px;
  color: #887172;
  margin: 3px 0 0;
}
.search-section .noUiGroup .noUi-target {
  padding: 0 15px;
}
.search-section .noUiGroup .hidden-inputs {
  overflow: hidden;
  height: 0;
  opacity: 0;
}
.search-section .noUi-horizontal .noUi-handle {
  width: 16px;
  left: -7px;
}
.search-section .noUi-horizontal .noUi-handle:before {
  left: 5px;
}
.search-section .noUi-horizontal .noUi-handle:after {
  left: 8px
}

.search-section .dropdown-menu {
  width: 200px;
  padding: 18px 15px 10px;
  z-index: 9;
}
.search-section .dropdown-menu label {
  font-size: 16px;
  line-height: 1.5em;
}
.search-section .dropdown-menu label:not(.form-check-label) {
  font-weight: 600;
}
.search-section .dropdown-menu label.form-check-label {
  margin-bottom: 10px;
}
.search-section .dropdown-menu.dropdown-location {
  width: 400px;
}
.search-section .dropdown-menu.dropdown-price {
  margin-left: -170px;
  width: 500px;
  padding: 10px 15px;
}
.search-section .dropdown-menu.dropdown-price .noUiGroup {
  margin-bottom: 0;
}
.search-section .dropdown-menu.dropdown-more {
  width: 1110px;
  padding: 20px 15px 5px;
}

.search-section input.select2-search__field {
  height: 66px;
  padding: 0 10px!important;
}

.search-section span.select2-selection.select2-selection--multiple {
  border-color: #fff!important;
}
@media (max-width: 1200px) {
  .search-section .dropdown-menu.dropdown-more {

    width: 930px;
  }
}
@media (max-width: 991px) {
  .search-section .dropdown-menu.dropdown-more {
    width: 690px;
  }
}
@media (max-width: 768px) {
  .search-section .dropdown-menu.dropdown-more {
    width: 510px;
  }
  .search-section .dropdown-menu.dropdown-price {
    margin-left: 0;
    width: 212%;
  }
}
@media (max-width: 576px) {
  .search-section .dropdown-menu.dropdown-more {
    width: 100%;
  }
}
@media (max-width: 576px) {
  .search-section .dropdown-menu{
    width: 100%!important;
  }
}

/*=========================================== CONTROLS SECTION ======================================================*/
.controls-section {
  padding: 40px 0 10px;
  background-color: #fff;
  text-align: center;
}
.controls-section .container-fluid {
  position: relative;
  top: 20px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.controls-section.ready .container-fluid {
  top: 0;
  opacity: 1;
  filter: alpha(opacity=100);
  transition: opacity 1.2s ease 0s, top 0.8s ease 0s;
  -webkit-transition: opacity 1.2s ease 0s, top 0.8s ease 0s;
  -moz-transition: opacity 1.2s ease 0s, top 0.8s ease 0s;
  -o-transition: opacity 1.2s ease 0s, top 0.8s ease 0s;
  -webkit-backface-visibility: hidden;
}

.controls-section ul:not(.page-numbers) {
  margin: 0;
}
.controls-section ul:not(.page-numbers) li:not(:last-child) {
  margin-right: 20px;
}
.controls-section ul:not(.page-numbers) li {
  margin: 0 0 20px;
  text-align: left;
}
.controls-section ul:not(.page-numbers) li > span {
  font-size: 20px;
  line-height: 1em;
  display: inline-block;
  margin-top: 11px;
  margin-right: 3px;
}
.controls-section ul:not(.page-numbers) li > span small {
  display: block;
  font-size: 12px;
}
.controls-section ul:not(.page-numbers) li.found {
  margin-top: 10px;
  font-size: 20px;
}
.controls-section ul:not(.page-numbers) li.found span {
  color: #c13616;
}
.controls-section ul:not(.page-numbers) li.view {}
.controls-section ul:not(.page-numbers) li.sort {}
.controls-section ul:not(.page-numbers) li.sort select {
  width: 120px;
}
.controls-section ul:not(.page-numbers) li.records span {
  margin-top: 2px;
}
.controls-section ul:not(.page-numbers) li.records select {
  width: 60px;
}
.controls-section ul:not(.page-numbers) li.page {}
.controls-section ul:not(.page-numbers) li select {
  color: #c13616;
}
.controls-section .btn {
  padding: 8px 11px;
  color: #c13616;
  background-color: #fff;
  border: solid 1px #a4a4a4;
}
.controls-section .btn:active {
  color: #fff;
  background-color: #c13616;
}
.controls-section .btn .fal {
  margin-top: 4px;
}

/*===========================================================================================================*/
/*=========================================== INTERIOR ======================================================*/
/*===========================================================================================================*/
.section-white {
  background-color: #fff;
  width: 100%;
  padding: 40px 0;
}
.section-white > .container,
.section-white > .container-fluid {
  /*position: relative;*/
  z-index: 2;
  top: 40px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.section-white.ready > .container,
.section-white.ready > .container-fluid {
  top: 0;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: opacity 1.2s ease 0s, top 0.8s ease 0s;
  -moz-transition: opacity 1.2s ease 0s, top 0.8s ease 0s;
  -o-transition: opacity 1.2s ease 0s, top 0.8s ease 0s;
  -webkit-backface-visibility: hidden;
}
.event-date {
  font-style: italic;
  display: block;
  color: #00163c;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 10px;
}
