html,
body {
  font-family: 'Open Sans', sans-serif;
  padding: 0 !important;
  margin: 0 !important;
  border: none
}

* {
  outline: 0 !important;
}

a {
  cursor: pointer;
}

.mobile-visible {
  display: none !important;
}

.modal-header h4 {
  font-family: 'Open Sans Bold', sans-serif;
}

.navbar-brand {
  z-index: 1500;
  position: relative;
}

.form-loading {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.75);
  background-image: url(../svg/loading.svg);
  -webkit-background-size: 80px;
  background-size: 80px;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 1000;
}

a.btn,
a.btn:active,
a.btn:focus,
button.btn,
button.btn:active,
button.btn:focus,
button.btn:disabled,
button.btn:disabled:hover {
  font-family: 'Nexa Bold', sans-serif;
  font-size: 12pt;
  color: #fff;
  background-color: #f1ac11;
  padding: 10px 15px;
  border: none;
  text-decoration: none;
  height: 44px;
  outline: 0;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}

a.btn:hover,
button.btn:hover {
  background-color: #000;
  border-color: #333;
  color: #fff !important;
}

.modal-content a {
  color: #000;
}

.modal-bottom-links {
  padding-bottom: 15px;
}

.transparent-btn {
  border: none !important;
  background-color: transparent;
  padding: 0;
  outline: 0;
}

.label-with-image img {
  position: absolute;
  top: 30px;
  right: 7px;
}

.transparent-btn:disabled {
  opacity: 0.5;
}

.btn-social {
  margin-bottom: 15px;
}

.btn-social img {
  position: absolute;
  left: 30px;
}

.form-group .form-control[type=text],
.form-group .form-control[type=number],
.form-group .form-control[type=password],
.form-group textarea.form-control {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border-left: 1px solid #ccc !important;
}

.landing-first-section-form-inner .form-group .form-control[type=text],
.landing-first-section-form-inner .form-group .form-control[type=number],
.landing-first-section-form-inner .form-group .form-control[type=password],
.landing-first-section-form-inner .form-group textarea.form-control {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.form-group-with-info small {
  min-height: 10px;
  display: block;
}

.form-group h4 {
  font-size: 13px !important;
}

.btn-social.btn-social-facebook {
  color: #fff;
  background-color: #3b5998;
}

.btn-social.btn-social-facebook:hover {
  color: #fff;
  background-color: #204598;
}

.landing-thirdy-section .carousel-indicators {
  bottom: -25px !important;
}

.position-relative {
  position: relative !important;
}

.full-height {
  height: 100%;
}

.full-width {
  width: 100%;
}

.display-table {
  display: table;
}

.display-block {
  display: block;
}

.display-none {
  display: none;
}

.middle-aligned {
  display: table-cell;
  vertical-align: middle;
}

nav.navbar {
  color: #4b4b4b;
  background-color: rgba(255, 255, 255, 0.95);
  padding: 1px 0 25px 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
}

nav.navbar-smaller {
  padding: 1px 0 8px 0
}

nav .navbar-brand img {
  max-height: 58px;
}

nav.navbar-smaller .navbar-brand img {
  max-height: 30px;
}

nav.navbar-smaller ul {
  padding-top: 13px;
}

.nav {
  padding-top: 25px;
}

.nav li a {
  font-family: 'Nexa Bold', sans-serif;
  background-color: transparent;
  color: #fff;
  padding: 8px 15px;
  border: none;
  margin: 0 5px;
  cursor: pointer;
}

.nav li a img {
  position: relative;
  top: -3px;
  left: -3px;
}

.nav li a:hover {
  background-color: #fcd020;
  color: #3a3b3c;
}

.navbar-toggle {
  top: 10px;
}

.navbar-toggle .icon-bar {
  background-color: #58595b;
}

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

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

.no-padding-right {
  padding-right: 0 !important;
}

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

.no-border-top {
  border-top-color: transparent !important;
}

.no-border-right {
  border-right-color: transparent !important;
}

.no-border-left {
  border-left-color: transparent !important;
}

.no-border-radius-right {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.no-border-radius-left {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.with-transition-all *,
.with-transition {
  transition: all .2s cubic-bezier(.25, .8, .25, 1) !important;
}

.with-shadow {
  -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.10);
  -moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.10);
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.10);
}

.with-shadow-hover:hover {
  -webkit-box-shadow: 0px 8px 15px 0px rgba(0, 0, 0, 0.50);
  -moz-box-shadow: 0px 8px 15px 0px rgba(0, 0, 0, 0.50);
  box-shadow: 0px 8px 15px 0px rgba(0, 0, 0, 0.50);
}

.account-screen-inner-image {
  /*background: #3b4c1a;
  background: -moz-linear-gradient(top, #3b4c1a 0%, #8a9b26 100%);
  background: -webkit-linear-gradient(top, #3b4c1a 0%,#8a9b26 100%);
  background: linear-gradient(to bottom, #3b4c1a 0%,#8a9b26 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3b4c1a', endColorstr='#8a9b26',GradientType=0 );*/
  padding-left: 60px;
  background-image: url(../img/account/account-bg.jpg);
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
}

.account-screen-inner-image h1 {
  font-weight: bold;
  font-size: 33pt;
  color: #fff;
}

.account-header {
  background-color: #627921;
  padding: 20px 30px;
}

.account-forgot-password {
  color: #999;
}

.account-forgot-password:hover {
  color: #333;
}

.account-inner .carousel-indicators {
  position: relative;
  bottom: 0;
  left: 0;
  z-index: 15;
  width: 100%;
  padding-left: 0;
  margin-left: 0;
  text-align: center;
  list-style: none;
}

.account-inner .carousel-indicators .active {
  width: auto;
  height: auto;
  margin: 0;
  background-color: transparent;
}

.account-inner .carousel-indicators li {
  width: auto;
  height: auto;
  margin: 0;
  text-indent: 0;
  border: 0;
  border-radius: 0;
}

.account-select-menu {
  margin: auto;
  padding: 20px 0 0 0;
  color: #aea5a5;
  border-bottom: 2px solid #aea5a5;
}

.account-select-menu li {
  display: inline-block;
  padding: 0 15px 0 15px;
  color: #aea5a5;
  list-style: none;
}

.account-select-menu li button {
  background-color: transparent;
  border: none;
  outline: none;
  padding-bottom: 5px;
  position: relative;
  bottom: -3px;
}

.account-select-menu li.active button {
  border-bottom: 4px solid #f1ac11;
}

.landing-first-section-form-inner .input-group-addon {
  border-left: 1px solid #ccc !important;
  background-color: transparent !important;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.account-form .input-group-addon {
  padding: 0 18px !important;
  border-right: 1px solid #ccc !important;
}

.account-forgot-password-link {
  display: inline-block;
  color: #aea5a5;
  text-decoration: underline;
  text-underline-position: under;
  margin-bottom: 15px;
}

.account-forgot-password-link:hover {
  color: #8f8888;
}

.account-social-separator-wrapper .account-social-separator {
  width: 100%;
  border-bottom: 1px solid #8f8888;
  overflow: visible;
}

.account-social-separator-wrapper .account-social-separator-value {
  background-color: #fff;
  padding: 10px;
  position: relative;
  top: -20px;
  display: inline-block;
}

.account-social-buttons img {
  position: relative;
  right: 10px;
  top: 0;
}

.account-social-buttons button {
  font-size: 12pt !important;
}

.account-social-buttons-facebook {
  background-color: #48629b !important;
}

.account-social-buttons-facebook:hover {
  background-color: #3d4b7a !important;
}

.account-social-buttons-google {
  background-color: #dc4b38 !important;
}

.account-social-buttons-google:hover {
  background-color: #c34232 !important;
}

.account-inner .item {
  min-height: 440px;
}

.space-item-single__active {
  border: 4px solid #000 !important;
}

.space-item-single__active .space-item-single-top-item-chosen {
  display: block !important;
}

.space-item-single__inactive {
  -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.10);
  -moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.10);
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.10);
  opacity: 0.5;
}

.button-with-shadow {
  -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.31);
  -moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.31);
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.31);
}

/* SECTIONS */

.landing-section {
  padding: 30px 0;
}

.landing-first-section {
  padding-bottom: 0;
  background-image: url(../img/landing/landing-header-bg.jpg);
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
}

.landing-first-section-subtitle {
  font-family: 'Nexa Bold', sans-serif;
  text-shadow: 2px 2px 9px rgba(0, 0, 0, 0.4);
  position: relative;
  color: #fff;
  padding-bottom: 30px;
}

.landing-first-section-subtitle h2 {
  font-size: 40pt;
}

.landing-first-section-subtitle h3 {
  font-family: 'Nexa Light', sans-serif;
  font-size: 18pt;
}

.landing-first-section-form {
  position: absolute;
  right: 0;
  bottom: 260px;
  left: 0;
  margin: auto;
  width: 100%;
}

.landing-first-section-form-input-item {
  font-size: 15pt;
  border: none;
  background-color: #fff;
  color: #666;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  width: 100%;
  height: 64px;
  position: relative;
  top: 1px;
}

.landing-first-section-form-input-item-location {
  height: 64px;
  position: relative;
  top: 1px;
}

select.landing-first-section-form-input-item {
  padding-left: 15px;
}

.dropdown-toggle {
  width: 100%;
  height: 100%;
  padding: 15px 10px 15px 20px !important;
}

.dropdown-menu ul {
  padding: 0 !important;
  margin-bottom: 0 !important;
}

.dropdown-menu ul li {
  border-left: 4px solid #fdd021;
  border-bottom: 1px solid #666;
  padding: 5px;
  min-height: 80px;
}

.dropdown-menu ul li:last-child {
  border-bottom: 1px solid transparent !important;
}

.landing-first-section-form-input-with-image {
  height: 100%;
}

.landing-first-section-form-input-with-image input {
  padding-left: 60px;
}

.landing-first-section-form-input-with-image img {
  position: absolute;
  top: 50%;
  left: 20px;
  margin-top: -14px;
  z-index: 500;
}

.landing-first-section-cta {
  width: 100%;
}

.landing-first-section-form-inner {
  padding: 20px 0 15px 0;
}

select.landing-first-section-form-input-item {
  padding-left: 15px;
}

.landing-first-section-form-input {
  padding: 0 0 0 2px;
}

.landing-first-section-form-input-button {
  font-family: 'Nexa Bold';
  font-size: 14pt;
  color: #4b4b4b;
  background-color: #ffd021;
  display: block;
  width: 100%;
  padding: 15px;
  border: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  height: 65px;
}

.landing-first-section-form-input-button:hover {
  color: #ffd021;
  background-color: #4b4b4b;
}

.landing-first-section-bottom-message {
  background-color: #252525;
  position: absolute;
  bottom: 98px;
  left: 0;
  width: 100%;
  padding: 20px 15px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.landing-first-section-bottom-message a {
  font-size: 12pt;
  color: #9c9c9c;
  text-decoration: none;
  display: block;
  width: 100%;
}

.landing-first-section-bottom-message button {
  font-size: 10pt;
  font-weight: bold;
  position: absolute;
  top: 19px;
  right: 15px;
  background-color: #fdd021;
  color: #252525;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 23px;
  height: 23px;
  border: none;
  padding-top: 0px;
}

.landing-first-section-bottom-branding {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background-color: #ededed;
}

.landing-first-section-bottom-branding-items {
  padding: 0;
}

.landing-first-section-bottom-branding-items img {
  max-height: 100px;
  margin-right: 105px;
}

.landing-first-section-bottom-branding-items img:last-child {
  margin-right: 0;
}

.landing-first-section-bottom-branding-items .slick-slide {
  width: auto !important;
}

.landing-first-section-bottom-branding-items .slick-list,
.landing-first-section-bottom-branding-items .slick-track {
  height: 125px;
}

.landing-first-section-bottom-branding h4 {
  color: #666;
  padding-top: 30px;
}

.landing-first-section-bottom-branding ul
.landing-first-section-bottom-branding ul li {
  margin: 0;
  padding: 0;
}

.landing-first-section-bottom-branding ul li {
  list-style: none;
  display: inline-block;
  width: 155px;
  height: auto;
  padding-top: 13px;
}

.landing-second-section {
  padding-top: 75px;
}

.form-group label {
  width: 100%;
}

.form-group label.auto-width {
  width: auto !important;
}

.form-group-with-image img {
  position: absolute;
  z-index: 500;
  top: 14px;
  right: 20px
}

.form-control {
  padding: 5px 15px;
  height: 50px;
}

.form-control,
.input-group-addon {
  border: 1px solid #ccc;
  border-radius: 0;
}

.form-group-with-image .form-control {
  padding-right: 30px;
}

.form-group-image {
  position: relative;
  top: -3px;
}

.form-group button {
  font-size: 15pt;
  background-color: #8eb936;
  color: #fff;
  border: none;
  outline: none;
  width: 100%;
  padding: 13px;
}

.form-group button:hover {
  background-color: #75992d;
}

.form-group-message {
  color: #939598;
  padding: 15px 0;
}

.landing-title h3 {
  font-family: 'Nexa Bold', sans-serif;
  font-size: 20pt;
  margin-bottom: 5px;
}

.landing-title h4 {
  font-size: 18pt;
  margin-top: 0;
}

.landing-second-section .landing-title h4 {
  margin-bottom: 50px;
}

/*.landing-featured-space-single {
  width: 100%;
  height: 350px;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  display: block;
  margin-top: 30px;
  cursor: pointer;
}

.landing-featured-space-single-mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 400;
  background-color: rgba(0, 0, 0, 0.7);
}

.landing-featured-space-single-value {
  color: #fff;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  margin: -80px auto 0 auto;
}

.landing-featured-space-single-value-inner {
  margin: auto;
}

.landing-featured-space-single-value img {
  width: auto;
  height: 80px;
  margin-right: -20px;
}

.landing-featured-space-single-value strong {
  font-family: 'Nexa Bold', sans-serif;
  font-size: 13pt;
  margin-left: -20px;
  position: relative;
  top: 3px;
}

.landing-featured-space-single-value h4 {
  font-size: 16pt;
  margin-bottom: 15px;
}

.landing-featured-space-single:hover img {
  margin-right: 10px;
}

.landing-featured-space-single:hover .landing-featured-space-single-mask {
  background-color: rgba(0, 0, 0, 0.5);
}

.landing-featured-space-single-see-more {
  color: #fff;
  position: absolute;
  right: 0;
  bottom: -25px;
  left: 0;
  display: block;
  width: 100%;
  z-index: 500;
}

.landing-featured-space-single-see-more img {
  position: relative;
  top: -2px;
  left: 2px;
}

.landing-featured-space-single:hover .landing-featured-space-single-see-more {
  bottom: 50px;
  margin-left: 0;
}*/

.landing-featured-space-single {
  width: 100%;
  height: 330px;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  display: block;
  cursor: pointer;
  z-index: 300;
}

.landing-featured-space-single-mask,
.landing-featured-space-single-mask-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 400;
}

.landing-featured-space-single:hover .landing-featured-space-single-mask-inner {
  background-color: rgba(0, 0, 0, 0.7);
}

.landing-video-modal-close-btn {
  position: fixed;
  top: 15px;
  right: 15px;
  z-index: 1200;
}

.video-modal,
.video-modal iframe {
  position: fixed;
  width: 65%;
  height: 73%;
  margin: 0;
  z-index: 1100;
  margin: auto;
  right: 0;
  left: 0;
  top: 10%;
  z-index: 1100;
}

.landing-thirdy-section-inner .landing-thirdy-section-inner-items,
.landing-featured-space-single-mask-inner .landing-featured-space-single-mask-inner-items {
  position: absolute;
  top: -70px;
  right: 0;
  left: 0;
  margin: auto;
  color: #fff;
  opacity: 0;
}

.landing-thirdy-section-inner .landing-thirdy-section-inner-items img,
.landing-featured-space-single-mask-inner .landing-featured-space-single-mask-inner-items img {
  margin-bottom: 10px;
}

.landing-thirdy-section-inner-single .landing-thirdy-section-inner-items,
.landing-featured-space-single:hover .landing-featured-space-single-mask-inner .landing-featured-space-single-mask-inner-items {
  top: 30%;
  z-index: 500;
  opacity: 1;
}

.landing-thirdy-section-inner-single .landing-thirdy-section-inner-items {
  top: 20%;
}

.landing-thirdy-section-inner-single .landing-thirdy-section-inner-items img {
  cursor: pointer;
}

.landing-second-section .carousel-inner [class*=col],
.landing-thirdy-section-inner .carousel-inner [class*=col] {
  padding: 5px !important;
}

.landing-thirdy-section-inner .carousel-indicators {
  margin-bottom: 35px !important;
}

.landing-thirdy-section-inner-single .row {
  cursor: pointer;
}

.landing-featured-space-single-mask-half {
  width: 50%;
}

.landing-featured-space-single-value {
  color: #fff;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
}

.landing-featured-space-single-value-inner {
  margin: 15px;
  border: 2px solid #fff;
  padding: 10px 10px 4px 10px;
}

.landing-featured-space-single-value img {
  width: auto;
  height: 80px;
  margin-right: -20px;
}

.landing-featured-space-single-value strong {
  font-family: 'Nexa Bold', sans-serif;
  font-size: 13pt;
  position: relative;
}

.landing-featured-space-single-value h4 {
  font-family: 'Nexa Light', sans-serif !important;
  font-weight: 400 !important;
  font-size: 15pt;
  margin: 0 15px 2px 0px;
}

.landing-featured-space-single-see-more {
  color: #fff;
  position: absolute;
  right: 0;
  bottom: -25px;
  left: 0;
  display: block;
  width: 100%;
  z-index: 500;
}

.landing-featured-space-single-see-more img {
  position: relative;
  top: -2px;
  left: 2px;
}

.landing-thirdy-section {
  padding: 83px 0 35px 0;
}

.landing-thirdy-section-title {
  font-family: 'Nexa Bold', sans-serif;
  background-color: #fdd021;
  color: #000;
  display: inline-block;
  width: auto;
  padding: 15px 25px;
  position: relative;
  left: 0;
  right: 0;
  z-index: 300;
  margin: auto auto 37px auto;
}

.landing-thirdy-section-title h3 {
  font-size: 20pt;
  color: #4b4b4b;
  margin-bottom: 0;
}

.landing-thirdy-section-inner .item {
  width: 100%;
  height: 320px;
  padding: 0;
  margin: 0 !important;
}

.landing-thirdy-section-value {
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
}

.landing-thirdy-section-value iframe {
  position: absolute;
  width: 100%;
}

.landing-thirdy-section-inner-value {
  font-size: 13pt;
  width: 100%;
  height: auto;
  color: #fff;
  padding: 10px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
}

.landing-thirdy-section-inner-value div {
  font-size: 13pt;
  border: 2px solid #fff;
  padding: 7px 11px;
}

.landing-fourty-section {
  background-color: #ebebeb;
  padding: 73px 0 50px 0;
}

.landing-about-single {
  width: 100%;
  height: 380px;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
}

.landing-about-single-inner h4 {
  font-family: 'Nexa Bold', sans-serif;
  font-size: 15pt;
  color: #4b4b4b;
}

.landing-fifty-section-inner .carousel-inner .item {
  height: 500px;
}

.landing-fifty-section-inner .carousel-inner .item .item-inner {
  width: 100%;
  height: 380px;
}

.landing-fifty-section-inner .carousel-indicators {
  bottom: 60px;
}

.landing-fifty-section-inner .carousel-indicators li {
  border-color: #4b4b4b !important;
}

.landing-fifty-section-inner .carousel-indicators li.active {
  border-color: #ffd021 !important;
}

.landing-fifty-section-inner-value {
  font-size: 15pt;
  line-height: 20pt;
  position: absolute;
  bottom: -73px;
  left: -70px;
  color: #4b4b4b;
  display: inline-block;
  width: 320px;
  height: auto;
  border: 5px solid #4b4b4b;
  padding: 10px 15px;
}

.landing-fifty-section-cta {
  padding: 100px 0 50px 0;
}

.landing-fifty-section-cta a {
  font-family: 'Nexa Bold', sans-serif;
  font-size: 20pt;
  color: #4b4b4b;
  background-color: #ffd021;
  padding: 28px 25px;
  border: none;
  height: 89px;
  margin: 0 5px;
  text-decoration: none;
}

.landing-fifty-section-cta a:hover {
  color: #ffd021;
  background-color: #4b4b4b;
}

.landing-six-section .landing-fifty-section-cta {
  padding-top: 40px;
  padding-bottom: 30px;
}

.landing-six-section .landing-fifty-section-cta a {
  padding: 28px 50px;
}

/* SIX SECION */
.landing-six-section {
  background-color: #ededed;
  color: #4b4b4b !important;
  padding: 75px 0 60px 0;
}

.landing-six-section .landing-six-section-title h3 {
  font-family: 'Nexa Bold', sans-serif;
  font-size: 19pt;
}

.landing-six-section p {
  font-size: 17pt;
}

/* FOOTER */

footer {
  background-color: #4b4b4b;
  color: #fff;
  display: block;
  width: 100%;
  padding: 50px 0;
  margin-bottom: -30px;
}

.footer-menu {
  margin: 0;
  padding: 0 0 15px 0;
}

.footer-menu li {
  display: block;
  padding-bottom: 15px;
}

.footer-menu li a {
  transition: all .2s cubic-bezier(.25, .8, .25, 1) !important;
  font-size: 11pt;
  color: #fff;
  text-decoration: none;
  padding: 5px 5px 0 5px;
  border-bottom: 1px solid #fcd020;
}

.footer-menu li a:hover {
  color: #4b4b4b;
  background-color: #fcd020;
}

.footer-social-menu {
  padding: 0 !important;
  margin-top: 10px;
}

.footer-social-menu li {
  display: inline-block;
  list-style: none;
  padding-right: 10px;
}

.footer-social-menu li:last-child {
  padding-right: 0;
}

.footer-search-form .control-label {
  color: #fff;
}

.footer-search-form input {
  font-family: 'Nexa Light', sans-serif;
  font-size: 13pt;
  color: #4b4b4b;
  background-color: #fff;
  border: none;
  display: block;
  width: 100%;
  padding: 10px 15px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.footer-search-form button {
  font-family: 'Nexa Bold', sans-serif;
  font-size: 9pt;
  color: #4b4b4b;
  background-color: #ffd021;
  padding: 10px 15px;
  border: none;
  margin: 0 5px;
  text-decoration: none;
  height: 44px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  position: relative;
  top: 23px;
}

.footer-search-form button:disabled {
  opacity: 0.8;
  cursor: not-allowed;
}

.footer-search-form-message {
  display: block;
  margin-bottom: 5px;
}

.footer-search-form button:hover {
  color: #4b4b4b;
  background-color: #ffe70c;
}

.footer-search-form h3 {
  font-family: 'Nexa Bold', sans-serif;
  font-size: 16pt;
  line-height: 20pt;
  color: #ffd021;
  position: relative;
  top: 40px;
}

.footer-contact-infos h4 {
  font-family: 'Nexa Bold', sans-serif;
  color: #ffd021;
  margin-top: 30px;
}

.footer-contact-infos p {
  font-size: 11pt;
  line-height: 18pt;
}

.footer-contact-infos p a {
  color: #fff;
}

/* WIZARD */

.account-wizard-container h2 {
  font-size: 15pt;
  margin-bottom: 30px;
}

.account-wizard-container h3 {
  font-size: 13pt;
}

.account-wizard-container-form input[type=text]:not(.chosen-search-input),
.account-wizard-container-form input[type=number]:not(.chosen-search-input) {
  padding: 10px 15px;
}

.account-wizard-container-form-item-select {
  margin-top: 15px;
}

.account-wizard-container-form-item-select button,
.account-wizard-container-form-item-select label {
  font-size: 10pt;
  border: 1px solid #000;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: transparent;
  padding: 7px 10px;
  margin-bottom: 10px;
  outline: 0;
  cursor: pointer;
}

.account-wizard-container-form-item-select button:hover,
.account-wizard-container-form-item-select button.account-wizard-container-form-item-select-button-active,
.account-wizard-container-form-item-select label:hover,
.account-wizard-container-form-item-select label.account-wizard-container-form-item-select-button-active {
  background-color: #fdd021;
  color: #000;
}

/* WIZARD END */

.chosen-container {
  width: 100% !important;
  border-radius: 0;
  background-image: none;
  box-shadow: none;
  border: 1px solid #ccc;
}

.chosen-single,
.chosen-multi {
  border: none !important;
  background-image: none !important;
  box-shadow: none !important;
  padding: 13px !important;
  height: 50px !important;
  font-size: 14px !important
}

.chosen-drop {
  border-radius: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  border: 1px solid #666 !important;

}

.chosen-container .chosen-results li.highlighted {
  background-color: #333 !important;
  background-image: none !important;
}

.chosen-container-single .chosen-single div b,
.chosen-container-single .chosen-multi div b {
  display: none !important;
}

.filters-apply-btn {
  font-size: 9pt !important;
  border: none !important;
  height: auto !important;
  padding: 7px 15px !important;
}

.active-result {
  padding: 8px !important;
}

.slick-slide,
.slick-slide * {
  outline: none !important;
}

.slick-slide img {
  width: 180px !important;
  height: auto;
}

.slick-arrow {
  display: none !important;
}

.landing-slider-section {
  position: relative;
}

.landing-slider-section button {
  position: absolute;
  top: 40%;
  background-color: transparent;
  border: none;
  z-index: 500;
  outline: none;
}

.landing-slider-section .landing-slider-section-button-left {
  left: -30px;
}

.landing-slider-section .landing-slider-section-button-right {
  right: -30px;
}

.carousel-fade .carousel-inner .item {
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}

.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

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

/* SPACES */

.spaces-items {
  background-color: #f0f0f0;
  padding: 15px;
  overflow-y: scroll;
}

.spaces-container {
  padding-top: 65px;
}

.space-item-single {
  background-color: #fff;
  margin-bottom: 30px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border: 4px solid transparent;
}

.space-item-single-carousel {
  width: 100%;
  height: 180px;
  position: relative;
}

.space-item-single-carousel .carousel {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.space-item-single-carousel .carousel .item {
  -webkit-background-size: cover;
  background-size: cover;
  height: 180px;
  background-repeat: no-repeat;
  background-position: center center;
}

.space-item-single-carousel .carousel-control {
  cursor: pointer;
}

.space-item-single-carousel .carousel-control img {
  position: relative;
  top: 90px;

}

.space-item-single-inner {
  padding: 15px;
  display: block;
  width: 100%;
  color: #000 !important;
}

.space-item-single-inner:visited,
.space-item-single-inner:focus,
.space-item-single-inner:active,
.space-item-single-inner:hover {
  text-decoration: none;
}

.space-item-single-inner-title strong {
  display: block;
}

.space-item-single-like-amount {
  position: absolute;
  top: 15px;
  left: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 50%;
  border-radius: 15px;
  background-color: rgba(0, 0, 0, 0.6);
  padding: 7px 10px 5px 10px;
  color: #fff;
  z-index: 300;
}

.space-item-single-like-amount img {
  position: relative;
  top: -2px;
  left: 0;
}

.space-item-single-top-item {
  font-size: 8pt;
  position: absolute;
  top: 5px;
  right: -10px;
  color: #fff;
  z-index: 300 !important;
  padding: 6px;
  z-index: 600;

}

/*
.space-item-single-top-item:after {
  content: '';
  position: absolute;
  top: 27px;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 10px 0 0;
  -webkit-transform: rotate(120deg);
  -moz-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  -o-transform: rotate(120deg);
  transform: rotate(120deg);
  z-index: 500;
}*/

.space-item-single-top-item-chosen {
  display: none;
  background-color: #ffd021;
  color: #000;
}

.space-item-single-top-item-featured {
  background-color: #0f9d58;
}

.space-item-single-top-item-top {
  background-color: #4d59cd;
}

.space-item-single-top-item-featured:after {
  border-color: #0b7642 transparent transparent transparent;
}

.space-item-single-top-item-top:after {
  border-color: #003d7d transparent transparent transparent;
}

.space-item-single-inner-size {
  font-size: 10pt;
  color: #999;
  position: absolute;
  right: 15px;
  bottom: 15px;
}

.space-item-single-inner-size img {
  position: relative;
  top: -2px;
}

.space-item-single-inner-rating {
  position: absolute;
  top: 15px;
  right: 15px;
}

.space-item-single-inner-rating img {
  margin: 0 -2px;
}

.space-item-single-inner-location {
  font-size: 8pt;
  color: #999;
}

.space-item-single-inner-location img {
  position: relative;
  top: -1px;
  left: 0;
}

.space-item-single-inner-price {
  font-family: 'Nexa Bold', sans-serif;
  font-size: 14pt;
  padding-top: 10px;
}

.spaces-filter-none-find {
  padding-top: 30px;
}

.spaces-filter-none-find img {
  opacity: 0.2;
}

.spaces-filter-none-find h3 {
  font-family: 'Nexa Bold', sans-serif;
  font-size: 20pt;
  margin-top: 30px;
}

.gm-style-iw {
  width: 250px !important;
  height: 180px;
  background-color: #fff;
  box-shadow: 0 1px 6px rgba(178, 178, 178, 0.6);
  border-radius: 2px 2px 0 0;
}

.store-info-window-image {
  width: 250px;
  height: 80px;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

img[src="https://maps.gstatic.com/mapfiles/api-3/images/mapcnt6.png"] {
  display: none;
}

.store-info-window-inner {
  padding: 15px;
}

.space-items-filter-window {
  max-height: 0;
  height: 0;
  overflow: hidden;
}

.space-items-filter-window * {
  user-select: none;
}

.space-items-filter-window__visible {
  max-height: none;
  height: 100%;
}

.space-items-filter-window-row {
  border-bottom: 1px solid #ddd;
  padding: 15px 0;
}

.space-items-filter-window strong {
  font-family: 'Nexa Bold', sans-serif;
}

.space-items-filter-window small {
  position: relative;
  top: -5px;
}

.space-items-filter-window-type-single {
  font-family: 'Nexa Bold', sans-serif;
  font-size: 11pt;
}

.space-items-filter-window-type-single small {
  font-family: 'Nexa Light', sans-serif;
  font-size: 8pt;
  color: #999;
  display: block;
}

.space-items-filter-window-row-with-margin .space-items-filter-window-type-single .col-md-3 {
  padding-bottom: 13px !important;
}

.space-items-filter-window-type-single .checkbox-inline {
  margin: 0;
}

.btn-black,
.filter-apply-button {
  font-family: 'Nexa Bold', sans-serif;
  background-color: #000;
  color: #fff;
  border: none;
  padding: 10px 15px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin-top: 15px;
  outline: 0;
}

.btn-black {
  font-size: 11pt !important;
}

.btn-black:hover {
  color: #4b4b4b;
  background-color: #ffd021;
}

.btn-black:disabled {
  opacity: 0.3 !important;
}

.space-items-filter select {
  color: #777;
  background-color: transparent;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 9px 15px;
  outline: 0;
}

.filter-apply-button img {
  position: relative;
  top: -1px;
  right: -5px;
}

.space-items-filter__open .filter-apply-button img {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.space-items-filter {
  padding-bottom: 15px;
}

.space-items-filter select,
.space-items-filter button {
  margin-top: 0;
}

.space-items-filter-single,
.space-items-filter-single strong {
  display: block;
}

.space-items-filter-single .form-control {
  display: block;
  width: 100%;
}

.space-single-page-header {
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
}

.space-single-page-header-mask {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 180px;
  -webkit-box-shadow: inset 0px -125px 104px -53px rgba(255, 255, 255, 1);
  -moz-box-shadow: inset 0px -125px 104px -53px rgba(255, 255, 255, 1);
  box-shadow: inset 0px -125px 104px -53px rgba(255, 255, 255, 1);
  z-index: 300;
}

.space-single-page-header-pictures-button {
  position: absolute;
  bottom: 15px;
  left: 15px;
}

.space-single-page-header-pictures-button a {
  background-color: #fff;
  border: 1px solid #666;
  color: #666;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 5px 10px;
}

.space-single-page-header-pictures-button button:hover {
  background-color: #ffd021;
}

.space-single-title {
  padding: 30px 0;
}

.space-single-title {
  padding: 30px 0;
}

.space-single-title h2 {
  font-family: 'Nexa Bold', sans-serif;
  font-size: 22pt;
  color: #4a4a4a;
  margin-bottom: 20px;
}

.space-single-title strong {
  font-size: 11pt;
  color: #a0a0a0;
  display: block;
  margin-bottom: 30px;
}

.space-single-box {
  border: 1px solid #adadad;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 15px;
  margin-bottom: 15px;
  background-color: #fff;
}

.space-single-box-with-shadow {
  -webkit-box-shadow: 0px 8px 33px 0px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0px 8px 33px 0px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 8px 33px 0px rgba(0, 0, 0, 0.07);
}

.space-single-box-dark {
  background-color: #202020;
  color: #fff;
  padding: 30px 0
}

.space-single-box-dark span {
  font-family: 'Nexa Light', sans-serif !important;
  color: #ffd021;
}

.space-single-box-dark .space-single-box-inner-item {
  padding-bottom: 0;
}

.space-single-box-dark img {
  margin-right: 5px;
  position: relative;
  top: -2px;
}

.space-single-box h3 {
  font-family: 'Nexa Bold', sans-serif;
  font-size: 18pt;
  color: #4b4b4b;
  margin-bottom: 20px;
}

.space-single-box-inner-item {
  font-size: 12pt;
  padding-bottom: 15px;
}

.space-single-box-inner-item span {
  font-family: 'Nexa Bold', sans-serif;
  padding-left: 5px;
}

.space-single-box ul {
  padding: 0;
  margin: 0;
}

.space-single-box ul li {
  font-size: 13pt;
  text-align: center;
  padding: 0 40px 0 0;
  display: inline-block;
  list-style: none;
  margin-bottom: 15px;
}

.space-single-box-map {
  width: 100%;
  height: 600px;
  margin-bottom: 15px;
}

.space-single-box-pricing {
  margin-top: -115px;
}

.space-single-box-inner-item-button {
  padding: 15px 0 0 0;
}

.space-single-box-inner-item-share a,
.space-single-box-inner-item-button button {
  border: 1px solid #adadad;
  display: block;
  width: 100%;
  text-align: center;
  padding: 10px 0;
  color: #4f4f4f;
  background-color: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.space-single-box-inner-item-button button img {
  position: relative;
  top: -1px;
  margin-right: 15px;
}

.space-single-box-inner-item-button-send {
  font-family: 'Nexa Bold', sans-serif;
  border: 1px solid #b19528 !important;
  background-color: #ffd101 !important;
}

.space-single-box-inner-item-button-send:hover {
  font-family: 'Nexa Bold', sans-serif;
  border: 1px solid #b19528 !important;
  background-color: #4f4f4f !important;
  color: #ffd101 !important;
}

.space-single-box-inner-item-share a:hover {
  background-color: #ffd101 !important;
}

.space-single-box-inner-item-button-bookmark {
  background-image: url(../svg/heart-outline-dark.svg);
  background-position: 50px center;
  background-repeat: no-repeat;
}

.space-single-box-inner-item-button-bookmark:hover {
  background-color: #4f4f4f !important;
  color: #fff !important;
  background-image: url(../svg/heart.svg);
}

.space-single-box-inner-item small a {
  color: #ffd101;
}

.space-single-box-inner-item small a:hover {
  color: #4f4f4f;
}

.space-single-box-sharing button img {
  margin: auto !important;
}

.space-single-box-sharing button:hover {
  background-color: #ffd101;
}

.spaces-items-search {
  background-color: transparent;
  border: 1px solid rgb(169, 169, 169);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 9px 15px 8px 15px;
}

.spaces-items-search-img {
  position: absolute;
  top: 10px;
  right: 20px;
}

.space-single-page-header-link {
  position: absolute;
  right: 0;
  bottom: 30px;
  left: 0;
  margin: 0;
  z-index: 500;
}

.space-single-page-infos-sidebar {
  font-size: 17pt;
}

.account-credential-heading {
  padding-top: 30px;
}

.account-credential-heading h3 {
  margin-bottom: 0;
}

.account-credential-heading span {
  display: block;
  margin: auto;
  width: 30px;
  height: 4px;
  background-color: #f1ac11;
  position: relative;
  top: 10px;
}

.account-wizard-header {
  position: relative;
  margin-bottom: 30px;
}

.account-wizard-header button {
  font-size: 9pt !important;
  position: absolute;
  top: 0;
  right: 15px;
}

.account-wizard-container-action-buttons button.btn-black {
  margin-top: 0;
}

.account-wizard-container-action-buttons button:not(.btn-black) {
  position: relative;
  top: 0px;
}

.wizard-right-infos > div {
  padding-left: 30px;
  border-left: 1px solid #ebebeb;
}

.wizard-right-infos p {
  font-size: 11pt;
  padding-top: 20px;
}

.wizard-right-infos img {
  width: 90px;
  height: auto;
}

.fsp-picker__footer--visible,
.picker__footer {
  display: none !important;
  visibility: hidden !important;
}

.account-wizard-container-form-inner-image {
  width: 100px;
  height: 100px;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  margin-top: 15px;
  border: 1px solid #999;
  padding: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.account-wizard-container-form-inner-image-delete-btn {
  border: none;
  background-color: #ab1800;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  top: -10px;
  right: -10px;
  width: 25px;
  height: 25px;
  padding: 0;
  outline: 0;
}

.account-wizard-container-form-inner-image-delete-btn img {
  position: relative;
  top: -1px;
}

.btn-alert-active {
  background-color: #000 !important;
  color: #fff;
}

.btn-alert-active:hover {
  color: #4b4b4b !important;
  background-color: #ffd021 !important;
}

.ng-confirm-buttons button {
  width: 70px !important;
}

.modal-content a {
  cursor: pointer;
}

.navbar-search-input-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  width: 300px;
  height: 100%;
  background-color: #fff;
}

.form-group-with-chosen .chosen-container-multi .chosen-choices {
  padding: 6px 5px;
  background-image: none !important;
  border: none;
}

.form-group-with-chosen .chosen-single,
.form-group-with-chosen .chosen-multi {
  padding: 8px 10px !important;
  height: 40px !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
}

.form-group-with-chosen .chosen-container {
  height: 42px !important;
}

.form-group-with-chosen .chosen-disabled {
  opacity: 1 !important;
}

.form-group-with-chosen .chosen-disabled .chosen-multi,
.form-group-with-chosen .chosen-disabled .chosen-single {
  background-color: #eee !important;
  opacity: 1 !important;
  cursor: not-allowed !important;
}

.form-group-checkbox-right-foot {
  position: absolute;
  top: 52px;
  right: 23px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

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

.form-group-checkbox-right-foot input {
  position: relative;
  top: 1px;
}

.with-fade.ng-enter {
  transition: 0.2s linear all;
  opacity: 0;
}

.with-fade.ng-enter.ng-enter-active {
  opacity: 1;
}

.with-fade.ng-leave {
  transition: 0.2s linear all;
  opacity: 1;
}

.with-fade.ng-leave.ng-leave-active {
  opacity: 0;
}

.notyf {
  z-index: 999999999999;
}

.qq-gallery .qq-upload-button {
  padding: 0 !important;
  background: transparent !important;
  width: 100%;
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.qq-uploader-selector {
  margin-top: 30px;
}

.qq-total-progress-bar-container,
.qq-upload-list-selector.qq-upload-list {
  display: none !important;
}

.qq-gallery.qq-uploader {
  min-height: 110px;
}

.qq-alert-dialog-selector {
  border: none;
  display: block;
  width: 390px;
  padding: 15px;
  text-align: center;
  -webkit-box-shadow: 0px 0px 30px 5px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 0px 30px 5px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 0px 30px 5px rgba(0, 0, 0, 0.08);
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}

.qq-dialog-message-selector {
  font-size: 12pt;
  padding: 13px 0 0 0;
}

.wizard-step-indicator {
  display: block;
  margin: 10px 0;
}

.wizard-step-indicator strong {
  font-family: 'Nexa Bold', sans-serif;
}

textarea.form-control {
  padding: 15px !important
}

.space-details-carousel .item {
  height: 200px;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
}

.space-details-carousel .carousel-control img {
  position: absolute;
  top: 50%;
  margin-top: -16px;
}

.space-details-single-value {
  padding-top: 15px;
  border-bottom: 1px solid #ddd;
}

.space-details-single-value strong {
  font-family: 'Nexa Bold', sans-serif;
  display: block;
}

.space-details-single-value-opt span:not(:last-child):after {
  content: ', ';
  position: relative;
  left: -3px;
}

.lb-data .lb-close {
  position: fixed;
  top: 15px;
  right: 15px;
}

.input-group .control-label {
  text-align: right;
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 500;
}
@media all and (max-width: 1024px) {
  .mobile-hidden {
    display: none !important;
  }

  .mobile-visible {
    display: block !important;
  }

  .landing-first-section-form {
    padding: 0;
  }

  .form-group-select {
    padding: 15px 4px;
    background-color: transparent;
    border-radius: 0;
  }

  iframe {
    width: 100%;
    height: auto;
    margin-top: 20px;
  }

  .landing-third-section-items-title h1 {
    font-size: 20pt;
  }

  .landing-third-section-items-title h1 strong {
    bottom: -25px;
  }

  .landing-third-section-items-single h4 strong {
    padding: 15px 15px 0 15px;
  }

  .landing-four-section {
    padding-bottom: 90px;
  }

  footer {
    padding: 50px 0 10px 0;
  }

  footer .footer-right-info {
    padding-top: 30px;
    text-align: left !important;
  }

  .slick-slide img {
    margin: 30px auto 0 auto;
  }

  .landing-slider-section button {
    top: 50%;
  }

  .landing-slider-section .landing-slider-section-button-left {
    left: 0;
  }

  .landing-slider-section .landing-slider-section-button-right {
    right: 0;
  }

  .landing-four-section-showcase-button {
    display: block;
    width: 100%;
  }

  .navbar-nav {
    width: 100%;
    margin: auto;
  }

  .navbar-nav li a {
    font-size: 9pt !important;
  }

  .account-inner {
    padding: 25px;
  }

  .full-height {
    height: auto !important;
  }

  .account-header img {
    display: block;
    margin: auto;
  }

  .landing-first-section {
    background-image: url(../img/landing/landing-header-bg-mobile.jpg);
    background-position: top center;
    background-size: 100%;
    background-repeat: no-repeat;
  }

  .landing-first-section,
  .landing-first-section .full-height {
    min-height: 600px;
  }

  .landing-first-section-form-input {
    text-align: center;
  }

  .landing-first-section-form-input-item {
    width: 100% !important;
    margin: auto !important;
    -webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    border-radius: 5px !important;
  }

  .landing-first-section-form .no-padding-right {
    padding-right: 15px !important;
  }

  .landing-first-section-form .no-padding-left {
    padding-left: 15px !important;
  }

  .landing-featured-space-single {
    margin-top: 15px;
  }

  .landing-thirdy-section-inner-value {
    font-size: 11pt !important;
    width: auto !important;
  }

  .landing-fifty-section-cta a {
    display: block;
    width: 100%;
    margin-bottom: 15px;
  }

  .navbar-brand img {
    height: 30px;
  }

  nav.navbar {
    padding: 1px 0 10px 0;
  }

  .navbar-toggle {
    top: 3px;
  }

  .index-view {
    overflow: hidden;
  }

  .landing-featured-space-single-mask-half {
    width: 100%;
  }

  .landing-first-section-bottom-branding {
    position: relative;
    height: auto;
    text-align: center
  }

  .landing-first-section-bottom-branding ul {
    padding: 0;
  }

  .landing-first-section-bottom-branding ul li {
    display: block;
    margin: auto;
  }

  .landing-first-section-bottom-message {
    bottom: 0;
  }

  .landing-first-section-form-input {
    margin-bottom: 5px !important;
  }

  .custom-select > a.dropdown-toggle {
    -webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    border-radius: 5px !important;
  }

  .landing-first-section-form-input-button {
    margin: 0 15px !important;
    width: 100%;
    margin: 6px auto auto auto !important;
  }

  .landing-first-section-form-input-with-image img {
    left: 18px;
  }

  .landing-thirdy-section-inner .item.full-height,
  .landing-thirdy-section-inner .item .row.full-height {
    height: 680px !important;
    display: block;
  }

  .landing-thirdy-section-inner .full-height {
    height: 309px !important;
    display: block;
    margin-top: 15px;
  }

  .footer-contact-infos {
    margin-top: 75px;
  }

  footer .no-padding-right {
    padding-right: 15px !important;
  }

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

  .footer-search-form button {
    display: block;
    width: 100%;
    margin-left: 0;
  }

  .footer-mobile-img {
    margin-bottom: 30px;
  }

  .landing-section .carousel-inner .item .col-md-6,
  .landing-section .carousel-inner .item .col-md-3 {
    padding: 0 !important;
  }

  .landing-fifty-section-cta {
    padding: 55px 15px 0 15px;
  }

  .landing-fifty-section-cta a {
    margin: 15px 0;
    padding: 27px 10px;
  }

  .landing-thirdy-section {
    padding-top: 35px;
  }

  .landing-thirdy-section-inner-value {
    margin: 0 15px;
  }

  .landing-thirdy-section-value {
    margin-top: 15px;
  }

  .landing-thirdy-section-title {
    margin-bottom: 15px;
  }

  .landing-thirdy-section-title h3 {
    font-size: 15pt;
  }

  .landing-thirdy-section-inner .carousel-indicators {
    top: 25px !important;
  }

  .landing-thirdy-section-inner .item {
    height: 670px;
  }

  .account-wizard-header {
    margin-top: 30px;
  }

  .form-group-with-chosen select {
    display: block;
    width: 100%;
    height: 42px;
    padding: 0 10px;
    border: 1px solid #cccccc;
    color: #555;
  }

  .form-group-with-chosen select:disabled {
    background-color: #eeeeee;
  }

  .wizard-right-infos > div {
    border: none;
    padding: 0;
  }

  .wizard-right-infos p {
    padding-top: 0;
  }

  .account-wizard-container-action-buttons {
    padding-bottom: 30px;
  }

  .notyf {
    width: 90%;
    margin: 0 auto;
    display: block;
    right: 0;
    left: 0;
  }

  .modal-dialog {
    margin: 0;
    height: 100%;
  }

  .modal-content {
    height: 100%;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    overflow: scroll !important;
  }

  .modal-content p {
    padding: 15px;
  }

  .modal-content p a {
    display: block;
  }

  .form-group h4 {
    font-size: 11pt;
  }

  .form-group-checkbox-right-foot {
    top: 35px;
  }

  .account-wizard-header button {
    font-size: 9pt !important;
    position: relative;
    top: 0;
    left: 0;
  }

  .account-wizard-container-action-buttons button:not(.btn-black) {
    top: 7px;
  }

  .navbar-header {
    float: none !important;
  }

  .navbar-header .navbar-toggle {
    background-color: transparent;
    border: none;
    margin: 0;
    position: relative;
    top: 15px;
  }

  .custom-select > .dropdown-menu > ul > li > a strong {
    top: 0 !important;
  }

  .landing-first-section-bottom-branding-items img {
    margin-right: 15px;
    height: 55px;
  }

  .landing-first-section-form {
    bottom: 170px;
    padding: 0 15px;
  }

  .landing-first-section-subtitle {
    top: 0;
    padding: 0 15px;
  }

  .landing-first-section-subtitle h2 {
    font-size: 16pt;
  }

  .landing-first-section-subtitle h3 {
    font-size: 13pt;
  }

  .space-items-filter select,
  .space-items-filter input,
  .space-items-filter button {
    width: 100%;
    margin-bottom: 5px;
    display: block;
  }

  .space-single-box-pricing {
    margin-top: 0;
  }

  .space-single-page-header {
    min-height: 580px;
  }

  .lb-nav a {
    filter: alpha(Opacity=100) !important;
    opacity: 1 !important;
  }

  .space-single-box-map {
    height: 350px;
  }
}

@media all and (min-width: 1024px) and (max-width: 1200px) {

  .landing-first-section-bottom-branding {
    height: 53px;
  }

  .landing-first-section-bottom-branding h4 {
    padding-top: 15px;
  }

  .landing-first-section-bottom-branding-items img {
    max-height: 50px;
  }

  .footer-social-menu li a img {
    width: auto;
    height: 20px;
  }

  .footer-search-form button {
    top: 43px;
  }

  .footer-search-form h3 {
    top: 60px;
  }

}

@-moz-document url-prefix() {
  .display-table {
    display: block !important;
  }

  .middle-aligned {
    display: block !important;
    position: relative !important;
    top: 50% !important;
    -webkit-transform: translateY(-50%) !important;
    -moz-transform: translateY(-50%) !important;
    -ms-transform: translateY(-50%) !important;
    -o-transform: translateY(-50%) !important;
    transform: translateY(-50%) !important;
  }

}