/* Modules */
.m-hotel-book-form__content {
  font-size: 0;
  padding: 100px 0 140px 0;
  position: relative;
  overflow:hidden;
}
.m-hotel-book-form__title--form {
  font-size: 50px;
  font-family: "ITCModern", serif;
  font-weight:300;
  line-height: 0.9;
  letter-spacing: -0.3px;
  color:#B18F6E;
}
.m-hotel-book-form__subtitle,
.m-hotel-book-form__title--options {
  font-size: 15px;
  font-family: "CircularStd", sans-serif;
    font-weight:500;
  text-transform: uppercase;
  line-height: 1.2;
  letter-spacing: 0.6px;
  color:#303030;
}
.m-hotel-book-form__subtitle.puroexp-book{
	font-size:16px;
	padding: 25px 0 25px 0;
}
.m-hotel-book-form__title--options {
  padding: 35px 0;
  text-align: center;
}
.m-hotel-book-form__link {
  font-size: 20px;
  font-family: "CircularStd", sans-serif;
  text-transform: uppercase;
  line-height: 1.2;
  font-weight:700;
  letter-spacing: 0.3px;
  color: #636365;
  line-height: 63px;
  text-align:left;
  display: block;
  border-bottom: 1px solid #cbcbcb;
  vertical-align: middle;
  position: relative;
}
.m-hotel-book-form__item--options:nth-child(1) .m-hotel-book-form__link{
    border-top:1px solid #cbcbcb;
}
.m-hotel-book-form__link:before{
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\e916';
    display: block;
    position: absolute;
    width: 22px;
    height: 22px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    line-height: 20px;
    text-align: center;
    border: 1px solid #272729;
    font-size: 10px;
    right: 0;
    top: calc(50% - 11px);
}
.m-hotel-book-form__link padding,
.m-hotel-book-form__link:after {
  content: '';
  display: none;
  position: absolute;
  width: 0%;
  height: 2px;
  background-color: #272729;
  bottom: -4px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
  -moz-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
  -o-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
  -ms-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
  transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
}
.m-hotel-book-form__link:hover,
.m-hotel-book-form__link:focus {
  color: #272729;
}
@media (min-width: 970px) {
  .m-hotel-book-form__link:hover:after,
  .m-hotel-book-form__link:focus:after {
    width: 100%;
  }
}
.m-hotel-book-form__wrap-title--form {
  position: relative;
  padding-bottom:10px;
  text-align:center;
}
.m-hotel-book-form__wrap-list--form {
  padding-top: 25px;
}
.m-hotel-book-form__wrap-form {
  max-width: 560px;
  margin: 0 auto;
  padding-bottom: 20px;
}
.m-hotel-book-form__wrap-btn {
  text-align: center;
  padding: 22px 0;
}
.m-hotel-book-form__item {
  display: inline-block;
  vertical-align: top;
}
.m-hotel-book-form__list--form {
  margin: -10px;
}
.m-hotel-book-form__item--form {
  width: calc(100% / 3);
  padding: 10px;
}
.m-hotel-book-form__item--form:nth-child(1),
.m-hotel-book-form__item--form:nth-child(2) {
  width: 50%;
}
.m-hotel-book-form__wrap-options {
  text-align: center;
}
.m-hotel-book-form__list--options:hover .m-hotel-book-form__item--options:not(:hover),
.m-hotel-book-form__list--options:focus .m-hotel-book-form__item--options:not(:hover) {
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
}
.m-hotel-book-form__item--options {
  padding:0;
  -webkit-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
  -moz-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
  -o-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
  -ms-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
  transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
}
.m-hotel-book-form__wrap-btn-close {
  position: absolute;
  right: 0;
  top: 30px;
  z-index:2;
}
@media (max-width: 969px) {
  .m-hotel-book-form__wrap-options {
    text-align: left;
    max-width: 470px;
    margin: 0 auto;
  }
  .m-hotel-book-form__list--options {
    text-align: left;
    margin: 0 -25px;
  }
  .m-hotel-book-form__item--options {
    padding: 0 25px;
    width: 50%;
  }
  .m-hotel-book-form__item--options:nth-child(1) .m-hotel-book-form__link {
    border-top: 1px solid #cbcbcb;
  }
  .m-hotel-book-form__link {
    line-height: 63px;
    display: block;
    border-bottom: 1px solid #cbcbcb;
  }
  .m-hotel-book-form__link:before {
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\e916';
    display: block;
    position: absolute;
    width: 22px;
    height: 22px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    line-height: 20px;
    text-align: center;
    border: 1px solid #272729;
    font-size: 10px;
    right: 0;
    top: calc(50% - 11px);
  }
  .m-hotel-book-form .c-btn-main {
    background-color: #272729;
    border-color: #272729;
  }
  .m-hotel-book-form .c-btn-main__text {
    color: #fff;
  }
}
@media (max-width: 767px) {
  .m-hotel-book-form__content {
    padding: 40px 0 30px 0;
  }
  .m-hotel-book-form__wrap-options {
    max-width: 560px;
  }
  .c-book-decoration.c-book-decoration--hotel-book{
      position:relative;
      height:150px;
  }
}
@media (max-width: 599px) {
  .m-hotel-book-form__content {
    padding: 50px 0 30px 0;
  }
  .m-hotel-book-form__title--form {
    font-size: 36px;
  }
  .m-hotel-book-form__item--form {
    width: 100%;
  }
  .m-hotel-book-form__item--form:nth-child(1),
  .m-hotel-book-form__item--form:nth-child(2) {
    width: 100%;
  }
  .m-hotel-book-form__item--form:nth-child(3),
  .m-hotel-book-form__item--form:nth-child(4) {
    width: 50%;
  }
  .m-hotel-book-form__item--options {
    width: 100%;
  }
  .m-hotel-book-form__item--options:nth-child(2) .m-hotel-book-form__link {
    border-top: 0;
  }
}
.m-hotel-book-form{
    position: absolute;
    width: 100%;
    top: 67px;
    height: 100%;
    left: 50%;
    transform: translateX(-50%);
}
@media (max-width: 1259px) {
	.m-hotel-book-form{
		top:20px;
	}
}
.wrap-zone1-book{
    position:relative;
    float: left;
    width: 50%;
}
.m-hotel-book-form__wrap-btn-close.inform-hotel{
    right:50px;
    top:100px;
}
.wrap-zone1-book .line-book-hotel{
    position:absolute;
    width:1px;
    height:195px;
    background-color:#CBCBCB;
    right:0;
    top:50%;
    transform:translateY(-50%);
    -webkit-transform:translateY(-50%);
    -moz-transform:translateY(-50%);
    -ms-transform:translateY(-50%);
    -o-transform:translateY(-50%);
}
.wrap-zone1-book .line-book-hotel:before{
    content:'';
    position:absolute;
    top:0;
    width:5px;
    height:30px;
    background-image:url('../svg/line-deg.html');
    background-size:contain;
    background-repeat:no-repeat;
}
.wrap-zone1-book .line-book-hotel:after{
    content:'';
    position:absolute;
    bottom:0;
    width:5px;
    height:30px;
    background-image:url('../svg/line-deg.html');
    background-size:contain;
    background-repeat:no-repeat;
    transform:rotate(180deg);
    -webkit-transform:rotate(180deg);
    -moz-transform:rotate(180deg);
    -ms-transform:rotate(180deg);
    -o-transform:rotate(180deg);
}
.c-book-decoration.c-book-decoration--hotel-book{
    position:absolute;
    bottom:0;
    left:calc(50% - 192px);
    width:385px;
    height:160px;
}
.c-book-decoration.c-book-decoration--hotel-book:after{
    font-size: 385px;
}
.m-hotel-book-form__subtitle, .m-hotel-book-form__title--options{
    font-size:20px;
}
.m-hotel-book-form__subtitle.puroexp-book{
    padding:10px 0 15px;
}
.m-hotel-book-form__wrap-list--form{
    padding-top:0;
}
.m-hotel-book-form__wrap-options.mobile-book2{
    float: left;
    width: 50%;
}
.m-hotel-book-form__wrap-form{
    max-width:330px;
}
.m-hotel-book-form__item--form{
    width: calc(100% / 2);
    padding: 8px 5px;
}
.m-hotel-book-form__item--form:nth-child(1), .m-hotel-book-form__item--form:nth-child(2){
    width:100%;
}
.m-hotel-book-form__wrap-list.m-hotel-book-form__wrap-list--options{
    max-width:270px;
    margin:0 auto;
}
.m-hotel-book-form__list.m-hotel-book-form__list--options{
    overflow:hidden;
}
.m-hotel-book-form__item--options{
    float:left;
    width:100%;
}
.m-hotel-book-form__item--form:last-child{
    width:100%;
}
.m-hotel-book-form__link.linkrestaurant:hover, .m-hotel-book-form__link.linkrestaurant:focus{
    color:#CA0243;
}
.m-hotel-book-form__link.linkspa:hover, .m-hotel-book-form__link.linkspa:focus{
    color:#6F8CC2;
}
.m-hotel-book-form__link.linkrestaurant:hover:before, .m-hotel-book-form__link.linkrestaurant:focus:before{
    border-color:#CA0243;
}
.m-hotel-book-form__link.linkspa:hover:before, .m-hotel-book-form__link.linkspa:focus:before{
    border-color:#6F8CC2;
}
.c-book-decoration.c-book-decoration--hotel-book{
    display:block;
}
@media (max-width: 1389px) {
    .c-book-decoration.c-book-decoration--hotel-book{
        width:300px;
        height:125px;
        left:calc(50% - 150px);
    }
    .c-book-decoration.c-book-decoration--hotel-book:after{
        font-size: 300px;
    }
}
@media (max-width: 1259px) {
    .m-hotel-book-form__wrap-form{
        max-width: 240px;
    }
    .m-hotel-book-form__wrap-list.m-hotel-book-form__wrap-list--options{
        max-width: 265px;
    }
}
@media (max-width: 969px) {
    .wrap-zone1-book .line-book-hotel{
        display:none;
    }
    .m-hotel-book-form{
        left:auto;
        top:70px;
        transform:none;
        position:relative;
    }
    .wrap-zone1-book{
        float: initial;
        width: 100%;
    }
    .m-hotel-book-form__wrap-options.mobile-book2{
        float: initial;
        width: 100%;
    }
    .c-book-decoration.c-book-decoration--hotel-book{
        position:fixed;
        left:-150px;
        bottom:-150px;
        width: 300px;
        height: 300px;
    }
    .m-hotel-book-form__content{
        padding: 60px 0;
    }
    .m-hotel-book-form__wrap-form{
        padding-bottom:60px;
    }
    .m-hotel-book-form__wrap-btn{
        padding-bottom:0;
    }
    .m-hotel-book-form__wrap-options.mobile-book2{
        position:relative;
        padding-top:60px;
    }
    .m-hotel-book-form__wrap-options.mobile-book2:after{
        content:'';
        position:absolute;
        top:0;
        left:calc(50% - 70px);
        width:140px;
        height:1px;
        background-color:#CBCBCB;
    }
    .m-hotel-book-form__wrap-btn-close.inform-hotel{
        right: 45px;
        top: 90px;
    }
}
@media (max-width: 767px) {
    .m-hotel-book-form__wrap-btn-close.inform-hotel{
        right: 25px;
        top: 90px;
    }
    .c-book-decoration.c-book-decoration--hotel-book{
        position: relative;
        left: auto;
        bottom: auto;
        width: 300px;
        height: 125px;
    }
}
@media (max-width:616px){
    .reserve-onmobile .mobile-book1{
        padding-top:20px;
    }
    .m-hotel-book-form__wrap-options.mobile-book2:after{
        display:none;
    }
}

.swap-books{
	display:none;
}
@media (max-width:616px){
	.reserve-onmobile{
		padding-bottom:30px;
	}
	.reserve-onmobile .hide-onmobile{
		display:none;
	}
	.reserve-onmobile .m-hotel-book-form__wrap-form{
		border-bottom:none;
	}
	.reserve-onmobile .mobile-book1{
		max-height:4000px;
		opacity:1;
		pointer-events:initial;
	}
	.reserve-onmobile .mobile-book2{
		max-height:4000px;
		opacity:1;
		pointer-events:initial;
		padding-top: 20px;
	}
	.reserve-onmobile .mobile-book2.drophide, .reserve-onmobile .mobile-book1.drophide{
		display:none;
	}
	.reserve-onmobile .m-hotel-book-form__content{
		padding: 50px 0 30px 0;
	}
	.reserve-onmobile .swap-books{
		display:block;
		margin: 20px auto 10px;
		text-align:center;
		cursor:pointer;
	}
	.reserve-onmobile .swap-books .swap-room{
		position:relative;
		display:inline-block;
		min-width:125px;
		border:1px solid #666668;
		border-right-color:#272729;
		border-top-left-radius:5px;
		border-bottom-left-radius:5px;
		text-align:center;
	}
	.reserve-onmobile .swap-books .swap-room .swap-text{
		font-family: 'TradeGothic18', sans-serif;
		font-size:14px;
		letter-spacing: 0.6px;
		text-transform:uppercase;
		color:#666666;
		padding:10px 6px;
	}
	.reserve-onmobile .swap-books .swap-room .swap-text:after{
		content:'';
		position:absolute;
		left:calc(50% - 5px);
		top:100%;
		width:0;
		height:0;
		border-left: 6px solid transparent;
		border-right: 6px solid transparent;
		border-top: 6px solid transparent;
	}
	.reserve-onmobile .swap-books .swap-exp{
		position:relative;
		display:inline-block;
		min-width:125px;
		border:1px solid #666668;
		border-left-color:#272729;
		border-top-right-radius:5px;
		border-bottom-right-radius:5px;
		text-align:center;
	}
	.reserve-onmobile .swap-books .swap-exp .swap-text{
		font-family: 'TradeGothic18', sans-serif;
		font-size:14px;
		letter-spacing: 0.6px;
		text-transform:uppercase;
		color:#666666;
		padding:10px 6px;
	}
	.reserve-onmobile .swap-books .swap-exp .swap-text:after{
		content:'';
		position:absolute;
		left:calc(50% - 5px);
		top:100%;
		width:0;
		height:0;
		border-left: 6px solid transparent;
		border-right: 6px solid transparent;
		border-top: 6px solid transparent;
	}
	.reserve-onmobile .swap-books .swap-room.active .swap-text, .reserve-onmobile .swap-books .swap-exp.active .swap-text{
		background-color:#272729;
	}
	.reserve-onmobile .swap-books .swap-room.active .swap-text, .reserve-onmobile .swap-books .swap-exp.active .swap-text{
		color:#fff;
	}
	.reserve-onmobile .swap-books .swap-room.active .swap-text:after, .reserve-onmobile .swap-books .swap-exp.active .swap-text:after{
		border-top: 6px solid #272729;
	}
}
.inbook-form-wrap{
	text-align:center;
}
.inbook-form .m-hotel-book-form__item--form:nth-child(1), .inbook-form .m-hotel-book-form__item--form:nth-child(2){
	width:220px;
}
.inbook-form .m-hotel-book-form__item--form{
	width:170px;
}
.inbook-form .m-hotel-book-form__wrap-btn{
	display:inline-block;
	vertical-align:top;
	padding: 10px;
}
.inbook-form .m-hotel-book-form__wrap-list--form{
	padding-top:0;
}
.m-dropdown__content {
  position: relative;
  border: 1px solid #B18F6E;
}
.m-dropdown__content:after {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e915';
  width: 38px;
  height: 38px;
  font-size: 12px;
  pointer-events: none;
  text-align: center;
  display: block;
  position: absolute;
  top: -1px;
  right: -1px;
  -webkit-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
  -moz-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
  -o-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
  -ms-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
  transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
  line-height: 38px;
  background-color: transparent;
  color:#B18F6E;
  -webkit-border-radius: 0 5px 5px 0;
  border-radius: 0 5px 5px 0;
}
.m-dropdown__content:before {
  content: '';
  display: block;
  position: absolute;
  width: 1px;
  height: 16px;
  background-color:#B18F6E;
  top: calc(50% - 8px);
  right: 36px;
  -webkit-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
  -moz-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
  -o-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
  -ms-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
  transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
}
.m-dropdown__input {
  cursor: pointer;
  background-color: transparent;
  -webkit-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
  -moz-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
  -o-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
  -ms-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
  transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
  height: 36px;
  padding: 0 14px;
  font-size: 13px;
  color: #B18F6E;
  font-weight:500;
  font-family: "CircularStd", sans-serif;
  line-height: 36px;
  letter-spacing: 0.6px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.m-dropdown:hover .m-dropdown__input,
.m-dropdown:focus .m-dropdown__input {
  background-color: #fff;
}
.m-dropdown:hover .m-dropdown__content:after,
.m-dropdown:focus .m-dropdown__content:after {
  background-color: #B18F6E;
  color: #fff;
}
.m-dropdown:hover .m-dropdown__content:before,
.m-dropdown:focus .m-dropdown__content:before {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.inbook-form .m-datepicker-input__content{
	border:1px solid #B18F6E;
}
.inbook-form .m-datepicker-input__text{
	color:#fff;
	text-align:left;
}
.inbook-form .m-textinput__input{
	color:#fff;
}
.inbook-form .m-textinput__input::-webkit-input-placeholder{
	color:#fff;
}
.inbook-form .m-textinput__input::-moz-placeholder{
	color:#fff;
}
.inbook-form .m-textinput__input:-ms-input-placeholder{
	color:#fff;
}
.inbook-form .m-textinput__input:-moz-placeholder{
	color:#fff;
}
.inbook-form .m-datepicker-input .m-textinput__content:before{
	background-color:#B18F6E;
}
.inbook-form .m-textinput--datepicker .m-textinput__content:after{
	color:#fff;
}
.inbook-form .m-dropdown__content{
	border-color:#fff;
}
.inbook-form .m-dropdown__input{
	color:#fff;
}
.inbook-form .m-dropdown__input option{
	color:#444444;
    font-weight:500;
}
.inbook-form .m-dropdown__content:before{
	background-color:#fff;
}
.inbook-form .m-dropdown__content:after{
	color:#fff;
}
.inbook-form .m-textinput__content{
	border-color:#fff;
}
.inbook-form .c-btn-main{
	border-color:#fff;
	padding:1px 0;
}
.inbook-form .c-btn-main__text{
	color:#fff;
}
.inbook-form .m-datepicker-input:hover .m-textinput__content:after, .inbook-form .m-datepicker-input:focus .m-textinput__content:after{
	background-color: #fff;
    color: #272729;
}
.inbook-form .m-dropdown:hover .m-dropdown__input, .inbook-form .m-dropdown:focus .m-dropdown__input{
	background-color: #272729;
}
.inbook-form .m-dropdown:hover .m-dropdown__input option, .inbook-form .m-dropdown:focus .m-dropdown__input option{
	color:#fff;
}
.inbook-form .m-dropdown:hover .m-dropdown__content:after, .inbook-form .m-dropdown:focus .m-dropdown__content:after{
	background-color: #fff;
    color: #272729;
}
.inbook-form .c-btn-main--right:hover:after, .inbook-form .c-btn-main--right:focus:after{
	color:#272729;
}
.inbook-form .c-btn-main--right:hover .c-btn-main__text, .inbook-form .c-btn-main--right:focus .c-btn-main__text{
	color:#272729;
	font-weight:600;
}
.inbook-form .c-btn-main--right:hover, .inbook-form .c-btn-main--right:focus{
	background-color:#fff;
}
.inwbooking .m-nav__wrap-btn-book{
	display:none;
}
@media (max-width: 1389px) {
	.inbook-form{
		top: 65px;
	}
}
@media (max-width: 1259px) {
	.inbook-form{
		display:none;
	}
	.inwbooking .m-nav__wrap-btn-book{
		display:block;
	}
}
.inwbooking .m-hotel-book-form__wrap-title--form{
	text-align:left;
	max-width:88%;
	margin:0 auto;
	padding-left:2%;
}
.inwbooking .m-hotel-book-form__title--form{
	display:inline-block;
	vertical-align:middle;
	font-size:38px;
}
.inwbooking .m-hotel-book-form__subtitle{
	display:inline-block;
	vertical-align:middle;
	font-size:18px;
}
.inwbooking .m-hotel-book-form__subtitle:before{
	content:'';
	display:inline-block;
	position:relative;
	width:1px;
	height:15px;
	background-color:#676769;
	margin:0 20px;
}
@media (max-width: 599px) {
  .inwbooking .m-hotel-book-form__wrap-title--form{
	  padding-left:0;
  }
  .inwbooking .m-hotel-book-form__title--form{
	  display:block;
	  text-align:center;
  }
  .inwbooking .m-hotel-book-form__subtitle{
	  display:block;
	  text-align:center;
  }
  .inwbooking .m-hotel-book-form__subtitle:before{
	  display:none;
  }
}
.inwbooking nav.navigation .linkContainer.active li{
	background-color:#272729 !important;
}
.m-datepicker-input__content {
  position: relative;
  border: 1px solid #B18F6E;
  font-size: 0;
}
.m-datepicker-input__text {
  font-size: 13px;
  font-family: "CircularStd", sans-serif;
  text-transform: uppercase;
  line-height: 36px;
  color: #B18F6E;
  font-weight:500;
  letter-spacing: 0.6px;
  display: inline-block;
  vertical-align: middle;
  width: 100px;
  padding-left: 14px;
}
.m-datepicker-input .m-textinput {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 100px);
}
.m-datepicker-input .m-textinput__content {
  border: 0;
}
.m-datepicker-input .m-textinput__content:before {
  content: '';
  display: block;
  position: absolute;
  width: 1px;
  height: 16px;
  background-color:#B18F6E;
  top: calc(50% - 8px);
  pointer-events:none;
  right: 36px;
  -webkit-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
  -moz-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
  -o-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
  -ms-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
  transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
}
.m-datepicker-input .m-textinput--icon .m-textinput__input {
  padding: 0 38px 0 0;
}
.m-datepicker-input:hover .m-textinput__content:after,
.m-datepicker-input:focus .m-textinput__content:after {
  background-color: #B18F6E;
  color: #fff;
}
.m-datepicker-input:hover .m-textinput__content:before,
.m-datepicker-input:focus .m-textinput__content:before {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.m-textinput__content {
  position: relative;
  border: 1px solid #B18F6E;
}
.m-textinput__content:after {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '';
  width: 38px;
  height: 38px;
  font-size: 14px;
  pointer-events: none;
  text-align: center;
  display: block;
  position: absolute;
  top: -1px;
  right: -1px;
  -webkit-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
  -moz-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
  -o-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
  -ms-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
  transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
  line-height: 38px;
  background-color: transparent;
  color: #B18F6E;
}
.m-textinput__input {
  cursor: pointer;
  background-color: transparent;
  -webkit-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
  -moz-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
  -o-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
  -ms-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
  transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
  height: 36px;
  padding: 0 14px;
  font-size: 13px;
  font-weight:500;
  width:100%;
  color: #B18F6E;
  font-family: "CircularStd", sans-serif;
  line-height: 36px;
  letter-spacing: 0.6px;
}
.m-textinput__input::-webkit-input-placeholder {
  color: #B18F6E;
  font-size: 13px;
  line-height: 36px;
  font-weight:500;
  font-family: "CircularStd", sans-serif;
  letter-spacing: 0.6px;
}
.m-textinput__input:-moz-placeholder {
  color: #B18F6E;
  font-size: 13px;
  font-weight:500;
  line-height: 36px;
  font-family: "CircularStd", sans-serif;
  letter-spacing: 0.6px;
}
.m-textinput__input::-moz-placeholder {
  color: #B18F6E;
  font-size: 13px;
  line-height: 36px;
  font-weight:500;
  font-family: "CircularStd", sans-serif;
  letter-spacing: 0.6px;
}
.m-textinput__input:-ms-input-placeholder {
  color: #B18F6E;
  font-size: 13px;
  line-height: 36px;
  font-weight:500;
  font-family: "CircularStd", sans-serif;
  letter-spacing: 0.6px;
}
.m-textinput--icon .m-textinput__input {
  padding: 0 38px 0 14px;
}
.m-textinput--user .m-textinput__content:after {
  content: '\e931';
}
.m-textinput--email .m-textinput__content:after {
  content: '\e923';
}
.m-textinput--phone .m-textinput__content:after {
  content: '\e938';
}
.m-textinput--captcha .m-textinput__content:after {
  content: '\e937';
}
.m-textinput--datepicker .m-textinput__content:after {
  font-size: 16px;
  content: '\e954';
}
.m-textinput-search__content {
  border: 1px solid #444446;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  font-size: 0;
}
.m-textinput-search__button {
  width: 36px;
  height: 36px;
  border: 0;
  padding: 0;
  margin: 0;
  display: inline-block;
  vertical-align: middle;
  -webkit-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
  position: relative;
  background-color: transparent;
  -webkit-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
  -moz-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
  -o-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
  -ms-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
  transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
}
.m-textinput-search__button:after {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e93e';
  font-size: 14px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #444446;
  -webkit-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
  -moz-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
  -o-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
  -ms-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
  transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
}
.m-textinput-search__button:before {
  content: '';
  display: block;
  position: absolute;
  width: 1px;
  height: 16px;
  background-color: #272729;
  top: calc(50% - 8px);
  left: -1px;
  -webkit-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
  -moz-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
  -o-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
  -ms-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
  transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
}
.m-textinput-search .m-textinput {
  width: calc(100% - 36px);
  display: inline-block;
  vertical-align: middle;
}
.m-textinput-search .m-textinput__content {
  border: 0;
}
.m-textinput-search:hover .m-textinput-search__button,
.m-textinput-search:focus .m-textinput-search__button {
  background-color: #272729;
}
.m-textinput-search:hover .m-textinput-search__button:after,
.m-textinput-search:focus .m-textinput-search__button:after {
  color: #fff;
}
.m-textinput-search:hover .m-textinput-search__button:before,
.m-textinput-search:focus .m-textinput-search__button:before {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.c-btn-close-submenu {
  display: inline-block;
  vertical-align: middle;
  border: none;
  padding: 0;
  background-color: transparent;
  cursor: pointer;
  position: relative;
}
.c-btn-close-submenu__text {
  font-size: 12px;
  color: #636365;
  font-family: "CircularStd", sans-serif;
  text-transform: uppercase;
  font-weight:500;
  letter-spacing: 0.8px;
  line-height: 30px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  position: absolute;
  right: 15px;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  max-width: 0;
  -webkit-transition: all 1.3s;
  -moz-transition: all 1.3s;
  -o-transition: all 1.3s;
  -ms-transition: all 1.3s;
  transition: all 1.3s;
}
.c-btn-close-submenu__text:after {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e91f';
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px 0 15px;
}
.c-btn-close-submenu__icon {
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  position: relative;
}
.c-btn-close-submenu__icon:after {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e91b';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #636365;
  font-size: 18px;
  -webkit-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
  -moz-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
  -o-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
  -ms-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
  transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
}
@media (min-width: 970px) {
  .c-btn-close-submenu:hover .c-btn-close-submenu__text,
  .c-btn-close-submenu:focus .c-btn-close-submenu__text {
    right: 30px;
    opacity: 1;
    -ms-filter: none;
    filter: none;
    max-width: 100px;
  }
  .c-btn-close-submenu:hover .c-btn-close-submenu__icon:after,
  .c-btn-close-submenu:focus .c-btn-close-submenu__icon:after {
    color: #444446;
  }
}
@media (max-width: 599px) {
  .c-btn-close-submenu__icon:after {
    font-size: 14px;
  }
}

.ui-widget-header{
    border:1px solid #B18F6E!important;
    background-color:#B18F6E!important;
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover{
    border: 1px solid #B18F6E!important;
    background-color: #B18F6E!important;
}
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight{
    color:#fff!important;
}
.ui-datepicker .ui-datepicker-title{
    font-family: "ITCModern", serif!important;
    font-size:16px!important;
}
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next{
    top:5px!important;
}

/* CAMBIOS PRE FULL UPLOAD */
.wrap-zone1-book{
    float:initial;
    width:100%;
}
.swap-books{
    display:none!important;
}
.m-hotel-book-form__wrap-options.mobile-book2{
    display:none;
}