/* Beach Clubs */
@media (min-width: 1262px) {
  .g-container.inner {
    height: 100%;
  }
}

.master_map {
	position: relative;
	height: 100%;
  margin-bottom: 50px;
}
.master_map:after {
	content: '';
	position: absolute;
	left: 50%;
	bottom: -50px;
	height: 1px;
	width: 100%;
	max-width: 1340px;
	-webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
	display: block;
	background-color: #C5C5C6;
}
.master_map .box-map {
  width: 50%;
  float: right;
  position: absolute;
  right: 0;
  height: 100%;
  top: 0px;
}
.master_map .box-map .contact-map {
  height: 100%;
  width: 100%;
}
.m-box-map__title {
  display: none;
  font-size: 20px;
  font-family: 'TradeGothic18', sans-serif;
  color: #636365;
  text-transform: uppercase;
  line-height: 1.2;
  letter-spacing: 1.1px;
  padding: 4px 0;
}
.m-box-map__title .m-box-map__icon--location:after {
    content: '\e904';
    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;
    display: inline-block;
    font-size: 14px;
    color: #a78653;
}

.box-destinos {
  display: inline-block;
  width: 100%;
  position: relative;
  height: 100%;
}
.box-destinos .inner-destinos {
  width: 50%;
  display: inline-block;
  position: relative;
  padding: 20px 0px 40px 50px;
  float: left;
  height: 100%;
}
.box-destinos .inner-destinos .scrollbar-inner {
  height: 100%;
  overflow: auto;
  padding-right: 60px;

}
.box-destinos .inner-destinos .m-dropdown {
	min-width: 150px;
}

.box-destinos .m-beachclub-welcome__title {
  display: inline-block;
  vertical-align: baseline;
}
.box-destinos .m-beachclub-welcome__subtitle {
  display: inline-block;
  vertical-align: baseline;
  padding: 0 15px;
}

/*.pag-destinos .wrapper {
  overflow: hidden;
}*/

/*.wrapper {
  text-align: center;
}*/
.row_destinos {
  margin-left: -15px;
  margin-right: -15px;  
}
.box-destinos .inner-destinos .listado-destinos {
  width: 100%;
  display: inline-block;
  position: relative;
  padding-bottom: 20px;
}
.box-destinos .inner-destinos .listado-destinos .destinos-item {
  width: 50%;
  display: inline-block;
  vertical-align: top;
  padding: 20px 15px 0 15px;
  float: left;
  position: relative;
}

/* PISADO */
.s-main-title .container.static_position {
  position: static;
}
.g-container.inner .master_map .wrapper {
  height: 100%;
}


/* Destinos */
.box-destinos .inner-destinos-bis {
	width: 100%;
  position: relative;
  padding: 20px 0 40px 0px;
  float: left;
  border-bottom: solid 1px #C5C5C6;
  height: 100%;
}
.box-destinos .inner-destinos-bis .listado-destinos {	
  margin-left: -10px;
  margin-right: -10px;
}
.box-destinos .inner-destinos-bis .destinos-item {
	width: 25%;
	float: left;
	padding: 10px;
}

/* Experiences */
.box-destinos .inner-experiences {
	width: 100%;
  position: relative;
  padding: 20px 0 40px 0px;
  float: left;
  border-bottom: solid 1px #C5C5C6;
  height: 100%;
}
.box-destinos .inner-experiences .listado-destinos {	
  margin-left: -10px;
  margin-right: -10px;
}
.box-destinos .inner-experiences .destinos-item {
	width: 25%;
	float: left;
	text-align: center;
	padding: 10px;
}
.box-destinos .inner-experief.m-gallery-events-list__albumes__text bnces .destinos-item .rounded_wrap-img {
	width: 251px;
	height: 251px;
	padding: 0;
	display: inline-block;
}
.rounded_wrap-img {
	overflow: hidden;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
  border-radius: 100%;
}

/* Gallery */
.s-gallery-header {
  background-color: #efefef;
}
.s-gallery-header.s-inner-beachclub {
  padding-top: 60px;  
}
.s-gallery-header.s-inner-beachclub.nopad {
  padding-top: 0;
}
.s-gallery-header .m-breadcrumbs {
  padding-top: 20px;
  padding-bottom: 20px;
}




.m-gallery-events-list__header {  
  padding: 25px 0 0 0;
}
.m-gallery-events-list__header .m-gallery-event-list__subtitle {
  float: left;
  font-size: 20px;
  font-family: 'TradeGothic18', sans-serif;
  text-transform: uppercase;
  line-height: 1.2;
  letter-spacing: 1px;
  color: #636365;
  padding: 7px 0;
  position: relative;
}
.m-gallery-events-list__header .m-gallery-event-list__subtitle:after {
  content: '';
  display: block;
  position: absolute;
  width: 20px;
  height: 1px;
  background-color: #CBCBCB;
  left: 0;
  bottom: -5px;
}
.m-gallery-events-list__header .m-gallery-event-list__years {
  float: right;
}
.m-gallery-events-list__header .m-gallery-event-list__years .m-dropdown {
  display: inline-block;  
  width: 160px;
  margin-left: 20px;
  vertical-align: middle;
}

.m-gallery-events-list__albumes {
  padding: 25px 0;
}
.m-gallery-events-list__albumes__text {
  float: right;  
}
.m-gallery-events-list__albumes__text span {
  font-size: 14px;
  font-family: 'TradeGothic18', sans-serif;
  text-transform: uppercase;
  line-height: 1.2;
  letter-spacing: 1px;
  color: #636365;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.m-gallery-events-list__albumes__text span:after {
  content: '';
  font-size: 26px;
  width: 1px;
  height: 18px;
  margin: 0 10px;
  background-color: #636365;
  display: inline-block;
  vertical-align: middle;
}
.m-gallery-events-list__albumes__text b {
  font-size: 26px;
  font-family: 'TradeGothic18', sans-serif;
  text-transform: uppercase;
  line-height: 1.2;
  letter-spacing: 1px;
  color: #272729;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -2px;
}

.m-gallery-events-list__albumes__video {
  float: left;
  padding: 0 20px;
}


.s-gallery-event-list .gallery-list {
  margin-left: -6px;
  margin-right: -6px;
}
.s-gallery-event-list .gallery-list-item {
  width: 20%;
  float: left;
  padding-left: 6px;
  padding-right: 6px;
}

.s-gallery-event .gallery-list {
  margin-left: -2px;
  margin-right: -2px;
}
.s-gallery-event .gallery-list-item {
  width: 20%;
  float: left;
  padding-left: 2px;
  padding-right: 2px;
}
.s-gallery-event .gallery-list-item .m-list-item__content {
  padding-bottom: 4px;
}
.s-gallery-event .gallery-list-item .m-list-item__content .m-list-item__link:before {
  display: none;
}

.s-gallery-event .gallery-list-item .m-list-item__content .m-list-item__link: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%;
  right: 0px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #444444;
  -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-gallery-events__header {
  border-bottom: solid 1px #CBCBCB;
  padding: 35px 0 25px 0;
}
.m-gallery-event__subtitle {
  float: left;
}
.m-gallery-event__subtitle .m-gallery-event__subtitle__title {
  font-size: 26px;
  font-family: 'DIN Next LT Pro Condensed', sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1.2;
  letter-spacing: 0.3px;
  color: #444444;
}
.m-gallery-event__subtitle .m-gallery-event__subtitle__subtitle {
  font-size: 15px;
  font-family: 'TradeGothic18', sans-serif;
  text-transform: uppercase;
  line-height: 1.3;
  letter-spacing: 0.5px;
  color: #636365;
}
.m-gallery-event__subtitle .m-gallery-event__subtitle__subtitle span {
  font-size: 14px;
}
.m-gallery-event-back {
  float: right;

}

/* Franquicia */
.m-card-aside-franquicia__wrap-download {
  padding-bottom: 10px;
  padding-top: 25px;
}
.m-purogroup-contact {
  padding: 30px 0;
  border-top: solid 1px #CBCBCB;
  border-bottom: solid 1px #CBCBCB;
}
.m-purogroup-contact .m-purogroup-contact__wrap-title .m-purogroup-contact__title {
  font-size: 26px;
  color: #636365;
  font-family: 'DIN Next LT Pro Condensed', sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1.2;
  letter-spacing: 0.6px;
}
.m-purogroup-contact .m-purogroup-contact__wrap-title .m-purogroup-contact__subtitle {
  font-size: 26px;
  color: #636365;
  font-family: 'DIN Next LT Pro Condensed', sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1.2;
  letter-spacing: 0.6px;
}

.m-purogroup-contact .m-purogroup-contact__wrap-subtitle .m-purogroup-contact__title {
  font-size: 15px;
  color: #636365;
  font-family: 'TradeGothic18', sans-serif;
  text-transform: uppercase;
  line-height: 1.2;
  letter-spacing: 0.6px;
}
.m-purogroup-data:before {
  content: '';
  width: 18px;
  height: 1px;
  margin: 15px 0;
  background-color: #C5C5C6;
  display: block;
}
.m-purogroup-data li {
  padding-left: 34px;
  padding-bottom: 15px;
}
.m-purogroup-data li:last-child {
  padding-bottom: 0px;
}
.m-purogroup-data span {
  font-size: 16px;
  color: #636365;
  font-family: 'Helvetica Neue', sans-serif;
  line-height: 1.2;
  letter-spacing: 0.6px;
  position: relative;
}
.location_item:before {
  content: '\e904';
  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;
  width: 21px;
  height: 20px;
  font-size: 13px;
  pointer-events: none;
  text-align: center;
  display: block;
  position: absolute;
  top: 0;
  left: -34px;
  -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: 20px;
  background-color: transparent;
  color: #636365;
}
.tel_item:before {
  content: '\e938';
  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;
  width: 21px;
  height: 20px;
  font-size: 13px;
  pointer-events: none;
  text-align: center;
  display: block;
  position: absolute;
  top: 0;
  left: -34px;
  -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: 20px;
  background-color: transparent;
  color: #636365;
}

.m-nuestra-historia {
  padding: 20px 50px 20px 60px;
  position: relative;
}
.m-welcome-text__wrap-main-title {
  margin-bottom: 40px;
}
.m-accordeon {
  border-bottom: solid 1px #CBCBCB;
}
.m-accordeon_item {
  border-top: solid 1px #CBCBCB;
}
.m-accordeon__title {
  color: #636365;
  cursor: pointer;
  font-family: 'DIN Next LT Pro Condensed', sans-serif;
  font-weight: 500;
  font-size: 26px;
  margin-bottom: 5px;
  position: relative;
  padding: 20px 0 20px 60px;
  line-height: 26px;
}
.m-accordeon__title span {
  display: inline-block;
  vertical-align: middle;  
}
.m-accordeon__title .point-accordeon {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #3C3C3E;
  width: 5px;
  height: 5px;
}
.m-accordeon__title:before {
  content: '\e931';
  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;
  width: 38px;
  height: 38px;
  font-size: 20px;
  pointer-events: none;
  text-align: center;
  display: block;
  position: absolute;
  top: 18px;
  left: 0px;
  -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: #C9C9CA;
}
.m-accordeon__title:after {
  border-top: solid 3px transparent;
  content: '\e313';
  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;
  width: 70px;
  height: 72px;
  font-size: 16px;
  pointer-events: none;
  text-align: center;
  display: block;
  position: absolute;
  top: -1px;
  right: 0px;
  -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: 72px;
  background-color: transparent;
  color: rgba(108,108,113,0.7);
}
.m-accordeon__img img {
  width: 100%;
}
.m-accordeon_item .m-accordeon__content {
  display: none;
}
/*.m-accordeon_item.activo .m-accordeon__content {
  display: block;
}*/
.m-accordeon__subcontent {
  margin-top: -58px;
  padding: 0 50px;
}
.m-accordeon__content .m-pb-description__wrap-title {
  background-color: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 40px 30px 0 30px;
  position: relative;
}
.m-accordeon__content .m-pb-description__wrap-text {
  margin-left: 30px;
  padding-bottom: 50px;
}

.m-accordeon_item.activo .m-accordeon__title,
.m-accordeon_item .m-accordeon__title:hover {  
  color: #3C3C3E; 
}
.m-accordeon_item.activo .m-accordeon__title:before,
.m-accordeon_item .m-accordeon__title:hover:before {    
  color: rgba(108,108,113,0.8);
}
.m-accordeon_item.activo .m-accordeon__title:after {
  content: '\e91b';
  color: #3C3C3E;
}
.m-accordeon_item .m-accordeon__title:hover:after { 
  color: #636365;
  border-top-color: #636365;
}
.m-accordeon_item .m-pb-description__button {
  margin-top: 30px;
}

.m-mas-info {
  margin-top: 30px;
  padding-right: 200px;
  position: relative;
}
.m-mas-info .c-btn-main {
  position: absolute;
  right: 15px;
  top: 15px;
}

/* Organiza tu evento */
.m-organiza__img img {
  width: 100%;
}
.m-atuda-evento {
  padding: 20px 50px 20px 60px;
  position: relative;
}
.m-eventos-realizados {
  margin-top: 30px;
  border-top: 1px solid #cbcbcb;
}
.linea_inferior {
  border-bottom: 1px solid #cbcbcb;
}
.m-list-eventos-realizados__title {
  font-size: 26px;
  font-family: 'DIN Next LT Pro Condensed', sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  color: #444444;
}
.m-list-eventos-realizados__wrap-title {
  padding: 35px 0;
}
.m-list-eventos-realizados__wrap-slider {
  padding: 0px;
  overflow: hidden;
}
.m-list-eventos-realizados__slider {
  padding: 0 40px;
}
.m-list-eventos-realizados__item {
  padding: 0 6px;
}
.m-list-eventos-realizados .c-btn-slider-services {
  position: absolute;
  z-index: 1;
  top: calc(50% - 76px);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.m-list-eventos-realizados .c-btn-slider-services--prev {
  left: -22px;
}
.m-list-eventos-realizados .c-btn-slider-services--next {
  right: -22px;
}


.m-card-organiza-evento__wrap-download {
  padding-bottom: 0px;
  padding-top: 30px;
}

/* Como llegar */
.s-main-como-llegar .m-breadcrumbs {
  padding: 25px 0;
}
.s_main-como-llegar .m-beachclub-description__content {
  padding-top: 20px;
}
.s_main-como-llegar .m-beachclub-description__col--info {
  float: right;
  padding:0;
}
.s_main-como-llegar .m-welcome-text__main-title {
  font-size: 26px;
}
.m-como-llegar-description .m-accordeon__subcontent {
  margin-top: 0;
}
.s_main-como-llegar .m-welcome-text__main-title{
	color:#636365;
}
.m-distancias {
  padding: 50px 0;
}
.m-distancias-list {
  margin-left: -20px;
  margin-right: -20px;
}
.m-distancias-list .m-distancias-list__item {
  width: 33.333333%;
  padding: 0 20px;
  float: left;
}
.m-distancias-list .m-distancias-list__item article {
  border-top: solid 1px #CBCBCB;
  padding: 40px 5px;
  font-size: 18px;
  font-family: 'TradeGothic18', sans-serif;
  color: #636365;
  text-transform: uppercase;
  line-height: 1.2;
  position: relative;
}
.m-distancias-list .m-distancias-list__item article:after {
  content: '';
  width: 54px;
  height: 54px;
  background-image: url(../img/ico-distancias.png);
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  right: 5px;
  top: 30px;
}
.m-distancias-list .m-distancias-list__item article span {
  display: block;
  font-size: 16px;
}

.m-contact-box {
  border-top: solid 1px #CBCBCB;
}
.m-contact-box .m-purogroup-contact {
  border-top: 0px;
}
.m-contact-box .m-purogroup-contact b {
  color: #3C3C3E;
  font-family: 'TradeGothic18', sans-serif;
}
.m-contact-box .m-purogroup-contact li {
  position: relative;
}
.m-contact-box .m-purogroup-contact li .m-purogroup__wrap-m-tip {
  position: absolute;
  right: -16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.m-contact-box .m-mas-info {
  padding-right: 0;
  padding-left: 34px;
  margin-top: 0;
}
.m-contact-box .m-mas-info .c-btn-main {
  position: relative;
  margin-top: 15px;
  right: auto;
  top: auto;
}
.m-contact-box .m-pb-description__wrap-text:after {
  display: none;
}



/*************** SCROLLBAR BASE CSS ***************/
 
.scroll-wrapper {
    overflow: hidden !important;
    padding: 0 !important;
    position: relative;
}
 
.scroll-wrapper > .scroll-content {
    border: none !important;
    box-sizing: content-box !important;
    height: auto;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none !important;
    overflow: scroll !important;
    padding: 0;
    position: relative !important;
    top: 0;
    width: auto !important;
}
 
.scroll-wrapper > .scroll-content::-webkit-scrollbar {
    height: 0;
    width: 0;
}
 
.scroll-element {
    display: none;
}
.scroll-element, .scroll-element div {
    box-sizing: content-box;
}
 
.scroll-element.scroll-x.scroll-scrollx_visible,
.scroll-element.scroll-y.scroll-scrolly_visible {
    display: block;
}
 
.scroll-element .scroll-bar,
.scroll-element .scroll-arrow {
    cursor: default;
}
 
.scroll-textarea {
    border: 1px solid #cccccc;
    border-top-color: #999999;
}
.scroll-textarea > .scroll-content {
    overflow: hidden !important;
}
.scroll-textarea > .scroll-content > textarea {
    border: none !important;
    box-sizing: border-box;
    height: 100% !important;
    margin: 0;
    max-height: none !important;
    max-width: none !important;
    overflow: scroll !important;
    outline: none;
    padding: 2px;
    position: relative !important;
    top: 0;
    width: 100% !important;
}
.scroll-textarea > .scroll-content > textarea::-webkit-scrollbar {
    height: 0;
    width: 0;
}
 
 
 
 
/*************** SIMPLE INNER SCROLLBAR ***************/
 
.scrollbar-inner > .scroll-element,
.scrollbar-inner > .scroll-element div
{
    border: none;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 10;
}
 
.scrollbar-inner > .scroll-element div {
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
}
 
.scrollbar-inner > .scroll-element.scroll-x {
    bottom: 2px;
    height: 8px;
    left: 0;
    width: 100%;
}
 
.scrollbar-inner > .scroll-element.scroll-y {
    height: 100%;
    right: 2px;
    top: 0;
    width: 8px;
}
 
.scrollbar-inner > .scroll-element .scroll-element_outer {
    overflow: hidden;
}
 
.scrollbar-inner > .scroll-element .scroll-element_outer,
.scrollbar-inner > .scroll-element .scroll-element_track,
.scrollbar-inner > .scroll-element .scroll-bar {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}
 
.scrollbar-inner > .scroll-element .scroll-element_track,
.scrollbar-inner > .scroll-element .scroll-bar {
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    filter: alpha(opacity=40);
    opacity: 0.4;
}
 
.scrollbar-inner > .scroll-element .scroll-element_track { background-color: #e0e0e0; }
.scrollbar-inner > .scroll-element .scroll-bar { background-color: #c2c2c2; }
.scrollbar-inner > .scroll-element:hover .scroll-bar { background-color: #919191; }
.scrollbar-inner > .scroll-element.scroll-draggable .scroll-bar { background-color: #919191; }
 
 
/* update scrollbar offset if both scrolls are visible */
 
.scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track { left: -12px; }
.scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track { top: -12px; }
 
 
.scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size { left: -12px; }
.scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size { top: -12px; }

/* Gallery markup */
.mfp-arrows {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  border: 0;
  height: 110px;
  background-color: transparent;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  .mfp-arrows:active {
    margin-top: -54px; }
  .mfp-arrows:hover, .mfp-arrows:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-arrows:before {
    color: #fff;
    font-size: 22px;
    opacity: 0.7; }

.icon-keyboard_arrow_left {
  left: 0; }

.icon-keyboard_arrow_right {
  right: 0; }


.mfp-image-holder .mfp-content {
  width: 100%;
}
.mfp-image-holder .mfp-content,
.mfp-image-holder .mfp-figure {
  pointer-events: none;
}
.mfp-image-holder .mfp-figure:after {
  box-shadow: none;
  background: transparent;
}
button.mfp-close {
  text-indent: -999999px;
  display: none;
}
.mfp-image-holder .mfp-close {
  pointer-events: all;
  width: 40px;
  height: 40px;
  display: block;
  position: absolute;
  right: 10px;
  top: 10px;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -webkit-transition: cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
  -moz-transition: cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
  -o-transition: cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
  -ms-transition: cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
  transition: cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
  cursor: pointer;
}
.mfp-image-holder .mfp-close: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';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=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: #fff;
  font-size: 16px;
  cursor: pointer;
}
.mfp-image-holder .mfp-close:hover:after,
.mfp-image-holder .mfp-close:focus:after,
.mfp-image-holder .mfp-close .redes a:hover {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.mfp-image-holder .redes {
  position: absolute;
  right: 100%;
  top: 0;
  width: 120px;
  display:none;
}
.mfp-image-holder .redes li {
  display: inline-block;
  width: 30px;
  text-align: center;
}
.mfp-image-holder .redes li a {
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
}
.mfp-image-holder .redes li i {
  color: #fff;
  font-size: 14px;
  top: -4px;
  position: relative;
}

.mfp-image-holder img.mfp-img {
  padding-top: 70px;
}

.mfp-image-holder .mfp-bottom-bar {
  margin-top: 0;
  position: absolute;
  top: 0;
  left: 0;
  padding: 15px 0px 0px 22px;
  width: auto;
  cursor: auto;
}
.mfp-title {
  font-size: 26px;
  font-family: 'DIN Next LT Pro Condensed', sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1.2;
  letter-spacing: 0.3px;
  color: #fff;
}
.mfp-counter {
  font-size: 16px;
  font-family: 'TradeGothic18', sans-serif;
  text-transform: uppercase;
  line-height: 1.3;
  letter-spacing: 0.5px;
  position: static;
  color: #fff;
}



/* Responsive */
@media (max-width: 1499px) {

}
@media (max-width: 1391px) {
  
}
@media (max-width: 1261px) {

  .box-destinos .inner-destinos-bis .destinos-item,
  .box-destinos .inner-experiences .destinos-item {
    width: 33.333333%;
  }

  .master_map .wrapper {
    width: 100%;
    float: none;
  }
  .box-destinos .inner-destinos {
    width: 100%;
  }
  .box-destinos .inner-destinos .listado-destinos .destinos-item {
    width: 33.333333%;
  }
  .box-destinos .inner-destinos .scrollbar-inner {
    height: auto !important;
    overflow: initial !important;
  }
  .master_map .box-map {
    width: 100%;
    float: none;
    height: 520px;
    position: static;
  }
  .m-box-map__title {
    display: block;
    margin-bottom: 40px;
  }
  .master_map .s-divider.just-movil {
    display: block !important;
    margin-bottom: 50px;
  }

  .s-gallery-event-list .gallery-list-item {
    width: 25%;
  }
  .s-gallery-event .gallery-list-item {
    width: 25%;
  }

  .m-beachclub-description__col--text {
    width: 100%;
    padding-right: 0px;
  }
  .m-beachclub-description--no-top-space .m-beachclub-description__col--info {
    margin-top: 0px;
    width: 100%;
  }
  .m-pb-infobox {
    max-width: 100%;
  }

  
  .m-beachclub-description--no-top-space .m-purogroup-contact {
    border-bottom: 0;
  }
  .m-beachclub-description--no-top-space .m-purogroup-contact .m-purogroup-contact__wrapper {
    float: left;
    width: 33.333333%;
  }
  .m-beachclub-description--no-top-space .m-purogroup-contact .m-purogroup-data {
    float: left;
    width: 66.666666%;
  }
  .m-beachclub-description--no-top-space .m-purogroup-contact .m-purogroup-data li {
    width: 50%;
    float: left;
  }
  .m-beachclub-description--no-top-space .m-purogroup-data:before {
    display: none;
  }
  .m-beachclub-description--no-top-space .m-purogroup-contact .m-purogroup-contact__wrap-subtitle {
    width: 100%;
    float: none;
  }
  .m-beachclub-description--no-top-space .m-contact-box .m-mas-info {
    padding-left: 0;
  }
  .m-beachclub-description--no-top-space .m-mas-info .m-pb-description__text {
    max-width: 100%;
  }
  .m-beachclub-description--no-top-space .m-contact-box .m-mas-info .c-btn-main {
    margin-top: 10px;
  } 

  .m-distancias-list .m-distancias-list__item {
    width: 50%;
  }
}
@media (min-width: 970px) {
  .just-movil {
    display: none;
  }
}
@media (max-width: 969px) {
  .box-destinos .inner-destinos-bis .destinos-item,
  .box-destinos .inner-experiences .destinos-item {
    width: 50%;
  }

  .box-destinos .inner-destinos .listado-destinos .destinos-item {
    width: 50%;
  }
  .m-oasis-item__wrap-btn {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    bottom: 0;
  }

  .s-gallery-event-list .gallery-list-item {
    width: 33.333333%;
  }
  .s-gallery-event .gallery-list-item {
    width: 33.333333%;
  }
  .m-list-item__link {
    bottom: 0;
  }

  .s-gallery-event.s-gallery-event-variante .m-list-item__link {
    background-color: rgba(0,0,0,0.2);
    right: 0;
    left: auto;
    padding: 0;
    height: 28px;
    width: 28px;
  }
  .s-gallery-event.s-gallery-event-variante .m-list-item__link span {
    display: none;
  }
  .s-gallery-event.s-gallery-event-variante .gallery-list-item .m-list-item__content .m-list-item__link:after {
    width: 28px;
    color: #fff;
  }

  .m-list-eventos-realizados__title {
    text-align: center;
  }

  .m-beachclub-description--no-top-space .m-purogroup-contact .m-purogroup-contact__wrapper {
    float: none;
    width: 100%;
  }
  .m-beachclub-description--no-top-space .m-purogroup-contact .m-purogroup-data {
    float: none;
    width: 100%;
  }

  .m-beachclub-description--no-top-space .m-purogroup-data:before {
    display: block;
  }

  .s_main-como-llegar .m-beachclub-description__col--info {
    width: 100%;
    float: none;
  }
  .s_main-como-llegar .m-pb-infobox {
    max-width: 100%;
  }
  .s_main-como-llegar .m-beachclub-description__col--text {
    width: 100%;
    padding-right: 0;
  }

  .m-distancias-list .m-distancias-list__item {
    width: 33.333333%;
  }

  .m-purogroup-contact .m-purogroup-contact__wrapper {
    float: left;
    width: 33.333333%;
  }
  .m-purogroup-contact .m-purogroup-data {
    float: left;
    width: 66.666666%;
  }
  .m-purogroup-contact .m-purogroup-data li {
    width: 50%;
    float: left;
  }
  .m-purogroup-data:before {
    display: none;
  }
  .m-purogroup-contact .m-purogroup-contact__wrap-subtitle {
    width: 33.333333%;
    float: left;
  }
  .m-contact-box .m-mas-info {
    padding-left: 0;
	padding-top:40px;
  }
  .m-mas-info .m-pb-description__text {
    max-width: 50%;
    display: block;
    vertical-align: top;
  }
  .m-contact-box .m-mas-info .c-btn-main {
    margin-top: 10px;
  } 
  .just-movil {
    display: block;
  }
  .s-divider.just-movil {
    margin: 40px 0;
  }
}
@media (max-width: 767px) {
  .s-gallery-event-list .gallery-list-item {
    width: 50%;
  }
  .s-gallery-event .gallery-list-item {
    width: 50%;
  }

  .m-pb-description__wrap-text,
  .m-nuestra-historia {
    padding-left: 0;
    padding-right: 0;
  }
  .m-mas-info.m-pb-description__wrap-text {
    padding-right: 180px;
    padding-left: 40px;
  }
  .m-mas-info.m-pb-description__wrap-text:after {
    top: 30px;
  }

  .m-purogroup-contact .m-purogroup-contact__wrapper,
  .m-purogroup-contact .m-purogroup-data,
  .m-purogroup-contact .m-purogroup-contact__wrap-subtitle {
    width: 50%;
  }
  .m-purogroup-contact .m-purogroup-data li {
    width: 100%;
    float: none;
  }
  .m-accordeon__title {
    padding-left: 45px;
  }
  .m-accordeon__content .m-pb-description__wrap-text {
    padding-left: 0;
    margin-left: 0px;
  }
  .m-pb-description__wrap-text:after {
    top: 0;
  }
  .m-distancias-list .m-distancias-list__item {
    width: 50%;
  }
  .m-contact-box .m-mas-info {
    padding-right: 180px;
    position: relative;
    padding-bottom: 40px;
  }
  .m-mas-info .m-pb-description__text {
    max-width: initial;
    display: block;
  }
  .m-contact-box .m-mas-info .c-btn-main {
    position: absolute;
    right: 0;
    top: 30px;
  } 
}
@media (max-width: 567px) {
  .box-destinos .inner-destinos-bis .destinos-item,
  .box-destinos .inner-experiences .destinos-item {
    width: 100%;
  }

  .master_map .box-map {
    display: none;
  }

  .box-destinos .inner-destinos .listado-destinos .destinos-item {
    width: 100%;
  }

  .s-gallery-event-list .gallery-list-item {
    width: 100%;
  }
  .s-gallery-event .gallery-list-item {
    width: 100%;
  }
  .s-gallery-event.s-gallery-event-variante .m-list-item__link {
    display: none;
  }

  .m-mas-info.m-pb-description__wrap-text {
    padding-right: 0;
  }
  .m-mas-info.m-pb-description__wrap-text .c-btn-main {
    position: static;
    margin-top: 25px;
  }
  .m-beachclub-description--no-top-space .m-purogroup-contact .m-purogroup-data li {
    width: 100%;
    float: none;
  }

  .m-purogroup-contact .m-purogroup-contact__wrapper,
  .m-purogroup-contact .m-purogroup-data,
  .m-purogroup-contact .m-purogroup-contact__wrap-subtitle {
    width: 100%;
  }
  .m-purogroup-data:before {
    display: block;
  }
  .m-contact-box .m-mas-info {
    padding-right: 0px;
    position: relative;
    padding-bottom: 40px;
  }
  .m-contact-box .m-mas-info .c-btn-main {
    position: static;
    margin-top: 25px;
  } 
  .m-distancias-list .m-distancias-list__item {
    width: 100%;
  }
  .m-distancias-list .m-distancias-list__item article {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .m-distancias-list .m-distancias-list__item article:after {
    top: 25px;
  }
}
.m-submenu-reservar-content{
	width:100%;
	padding:60px 0;
}
.m-submenu-reservar-header{
	text-align:center;
}
.m-submenu-reservar-title{
	font-family:"TradeGothic20", sans-serif;
	font-size:50px;
	font-weight:bold;
	color:#636365;
	text-transform:uppercase;
}
.m-submenu-reservar-subtitle{
	font-family:"TradeGothic18", sans-serif;
	font-size:15px;
	font-weight:400;
	color:#636365;
	text-transform:uppercase;
	margin:10px 0;
}
.m-submenu-reservar-subtitle:after{
	content:'';
	position:relative;
	display:block;
	margin:auto;
	width:20px;
	height:1px;
	background-color:#CBCBCB;
	margin:15px auto 20px;
}
.m-submenu-reservar-form{
	max-width:640px;
	margin:auto;
}
.m-form__wrap-options.subnav-reserve{
	padding:30px 0 60px;
	text-align:center;
}
.m-form__wrap-btn.subnav-reserve{
	width:auto;
}
.m-form-reserve-sec2{
	display:flex;
	display:-webkit-flex;
}
.m-form-reserve-sec2 .m-form__item{
	margin:0 10px;
	width:33%;
}
.m-form-reserve-sec1{
	display:flex;
	display:-webkit-flex;
}
.m-form-reserve-sec1 .m-form__item{
	margin:0 10px;
	width:50%;
}
.hotel-resp-title{
	font-family:'TradeGothic18', sans-serif;
	font-size:17px;
	color:#fff;
	font-weight:normal;
	text-transform:uppercase;
}
.m-nav__submenu--basic.subin-hotel{
	top:130px;
}
.inhotel-hab .m-submenu__wrap-title{
	padding:20px 40px 15px;
}
.activeit{
	top:130px;
	display:block;
}
.sub-hotel-title{
	width: calc(50% - 80px);
    display: inline-block;
    border-bottom: 1px solid #CBCBCB;
    margin: 0 40px;
	position:relative;
}
.sub-hotel-title:after{
	background-color: #1a1a1a;
    width: 0%;
    height: 1px;
    z-index: 1;
	content: '';
    display: block;
    position: absolute;
    bottom: -1px;
    left: 0;
	-webkit-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 1s;
    -moz-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 1s;
    -o-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 1s;
    -ms-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 1s;
    transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 1s;
}
.sub-hotel-title:hover:after{
	width:100%;
}
.inhotel-hab .m-submenu__wrap-text{
	padding-top:calc(50% - 205px);
}
.inhotel-hab .m-submenu__wrap-btn{
	padding:20px 40px;
}
.sub-hotel-title .c-link-submenu-simple__text{
	font-size:22px;
	letter-spacing:0;
}
.hot-rooms .m-list-album-item__wrap-img, .hot-rooms .m-list-album-item{
	max-width:300px;
}
.hot-rooms .m-list-album-item__title{
	min-height:initial;
}
.hot-rooms .m-list-album-section__wrapper{
	padding-top:20px;
}
.hot-rooms .m-list-album__item{
	width: calc(100% / 4);
}
.inhot-rooms.s-breadcrumbs.tan{
	background-color:transparent;
	margin-top:0;
}
.hot-rooms .m-list-album-item__title{
	font-size:30px;
}
#option{display:none;}
.m-pb-infobox-list__icon.icon-users:before{
	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%);
    font-size: 14px;
    color: #444446;
}
.m-pb-infobox-list__icon.icon-info:before{
	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%);
    font-size: 14px;
    color: #444446;
}
.m-contact-address-logo__logo.purobeach:after{
	color:#444446;
}
.m-pb-description__wrap-msg.inroom-hotel{
	padding-bottom:50px;
	padding-left:0;
}
.hotel-room-slider .gallery-list-item{
	padding:0 5px;
}
.m-pb-description-icons__content{
	position:relative;
}
.m-hotelroom__cover{
	position:absolute;
	width:100%;
	top:50%;
	transform:translateY(-50%);
	height: 60px;
}
.hotel-room-slider .c-btn-slider-services--prev{
	left:0;
	position:absolute;
	background-color:#fff;
	border-radius:50%;
	opacity:1;
	width:50px;
	top:50%;
	transform:translateY(-50%) translateX(-50%);
	-webkit-transform:translateY(-50%) translateX(-50%);
	-moz-transform:translateY(-50%) translateX(-50%);
	-o-transform:translateY(-50%) translateX(-50%);
	-ms-transform:translateY(-50%) translateX(-50%);
	-webkit-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.6s;
  -moz-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.6s;
  -o-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.6s;
  -ms-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.6s;
  transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.6s;
	z-index:1;
}
.hotel-room-slider .c-btn-slider-services--next{
	right:0;
	position:absolute;
	background-color:#fff;
	border-radius:50%;
	opacity:1;
	width:50px;
	top:50%;
	transform:translateY(-50%) translateX(50%);
	-webkit-transform:translateY(-50%) translateX(50%);
	-moz-transform:translateY(-50%) translateX(50%);
	-o-transform:translateY(-50%) translateX(50%);
	-ms-transform:translateY(-50%) translateX(50%);
	-webkit-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 1s;
  -moz-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 1s;
  -o-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 1s;
  -ms-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 1s;
  transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 1s;
	z-index:1;
}
.hotel-room-slider .c-btn-slider-services--next:hover{
	right:5px;
}
.hotel-room-slider .c-btn-slider-services--prev:hover{
	left:5px;
}
.s-services.hotel-room{
	background-color:#EFEFEF;
	margin:30px 0;
}
.ourrooms .m-music-cover__wrap-img{
	box-shadow:none;
}
.m-pb-slider-text__wrap-title.inroom-hotel{
	max-width:400px;
}
.m-beachclub-description__wrap-icons.hotel-room{
	padding-top:0;
}
.hotel-room-slider .c-btn-slider-services__icon{
	opacity:0.5;
}
.hotel-room-slider .c-btn-slider-services__icon:after{
	font-size:16px;
}
.hotel-room-slider .c-btn-slider-services--next .c-btn-slider-services__icon:after{
	left:auto;
	right:40%;
}
.hotel-room-slider .c-btn-slider-services--prev .c-btn-slider-services__icon:after{
	left:70%;
}
.m-music-cover__img .rooms-card{
	position:absolute;
	display:inline-block;
	top:0;
	left:0;
	background-color:#444444;
	font-family:'Open Sans', sans-serif;
	font-weight:800;
	font-size:10px;
	padding:5px 0;
	line-height:1;
	text-transform:uppercase;
	color:#fff;
	min-width:130px;
}
.hotel-room-slider{
	clear:both;
}
.hotel-room-header{
	padding:30px 0;
}
.hotel-room-header .m-submenu__wrap-btn{
	display:inline-block;
	padding:0;
	padding-right:20px;
	float:right;
}
.gallery-room-title{
	font-size: 20px;
    font-family: 'TradeGothic18', sans-serif;
    text-transform: uppercase;
    line-height: 1.2;
    letter-spacing: 0.5px;
    color: #636365;
    padding: 0;
	display:inline-block;
}
.m-pb-infobox-list__item.nohover-room:hover .m-pb-infobox-list__text:after, .m-pb-infobox-list__item.nohover-room:focus .m-pb-infobox-list__text:after{
	display:none;
}
.m-pb-infobox-list__item.nohover-room:hover .m-pb-infobox-list__text:before, .m-pb-infobox-list__item.nohover-room:focus .m-pb-infobox-list__text:before{
	display:none;
}
.m-pb-infobox-list__item.nohover-room:hover .m-pb-infobox-list__text, .m-pb-infobox-list__item.nohover-room:focus .m-pb-infobox-list__text{
	color:#636365;
}
.m-pb-infobox-img.inpuro{
	max-width:200px;
}
.inpuro .noback .m-pb-infobox-img__wrap-img:after{
	display:none;
}
.m-pb-infobox-img.outart{
	max-width: 300px;
    margin: -60px auto 0 auto;
}
.full-reserve-form{
	height:100%;
}
.full-reserve-form .container{
	height:100%;
}
.full-reserve-form .wrapper{
	height:100%;
}
.m-breadcrumbs.reservas{
	padding:20px 0;
}
.reserve-head{
	width:12%;
	height:100%;
	min-height:600px;
	display:inline-block;
	float:left;
}
.reserve-title{
	display:inline-block;
	font-size: 124px;
    font-family: 'TradeGothic20', sans-serif;
    color: #ddd;
	text-transform:uppercase;
	line-height: 0.7;
	transform: rotate(-90deg) translateX(-470px);
	transform-origin: left top 0;
	float:left;
}
.reserve-iframe{
	width:88%;
	height:100%;
	display:inline-block;
}
.s-breadcrumbs.tan.ingallery{
	margin-top:0;
}
.gallery-inpuro-header{
	padding:0 25px;
}
.m-header-tabs__logo.ingallery{
	font-size: 46px;
    font-family: 'TradeGothic20', sans-serif;
	font-weight:bold;
    text-transform: uppercase;
    color: #444446;
	margin-bottom:10px;
}
.gallery-inpuro-count{
	float:right;
	display:inline-block;
	padding: 40px 0 10px;
}
.m-submenu__wrap-btn.inpuro{
	display:inline-block;
	padding: 40px 0 10px;
}
.title-count{
	display:inline-block;
	font-size: 14px;
    font-family: 'TradeGothic18', sans-serif;
	color:#636365;
    text-transform: uppercase;
	position:relative;
	letter-spacing:2px;
	padding:0 15px;
	vertical-align:middle;
}
.title-count:after{
	content:'';
	display:inline-block;
	right:0;
	top:-2px;
	position:absolute;
	height:18px;
	width:1px;
	background-color:#CBCBCB;
}
.number-count{
	display:inline-block;
	font-size: 26px;
    font-family: 'DIN Next LT Pro Condensed', sans-serif;
	font-weight:300;
	color:#444446;
	vertical-align:middle;
	padding:0 15px;
}
.m-header-tabs__text.inpuro{
	font-size:18px;
}
.m-header-tabs__link.inpuro{
	padding: 0 32px;
}
.m-list-album-section__wrap-list.ingallery{
	clear:both;
}
.ingallery .m-music-cover__wrap-img{
	box-shadow:none;
	overflow:hidden;
	transition:all 0.5s ease-in-out;
	-webkit-transition:all 0.5s ease-in-out;
	-moz-transition:all 0.5s ease-in-out;
	-ms-transition:all 0.5s ease-in-out;
	-o-transition:all 0.5s ease-in-out;
}
.ingallery .m-list-album-item{
	max-width:400px;
}
.ingallery .m-list-album-item__wrap-img{
	max-width:400px;
}
.ingallery .m-list-album__item{
	padding:3px 3px;
}
.g-container.full.ingallery{
	height:auto;;
}
.gallery-inpuro{
	padding-bottom:70px;
}
.ingallery .m-list-album-item:hover .m-list-album-item__wrap-img, .ingallery .m-list-album-item:focus .m-list-album-item__wrap-img{
	    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.ingallery .m-list-item__link:after{
	content:'\e93e';
}
.ingallery .m-list-item__link{
	opacity:0;
}
.ingallery .m-list-album-item .m-music-cover{
	border:none;
}
.m-list-album-item.gallery-item:hover .m-list-item__link, .m-list-album-item.gallery-item:focus .m-list-item__link{
		bottom:0;
		opacity:1;
}
.m-submenu-rooms{
	padding-top:60px;
	display:none;
}
.m-submenu-rooms.active{
	display:block;
	position:relative;
}
.m-rooms-content{
	padding:10px 30px;
	border:1px solid #CBCBCB;
	border-radius:5px;
	display:flex;
	display:-webkit-flex;
	-webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.m-rooms-tab{
	width:calc(100%/6);
	text-align:center;
	padding: 0 15px;
}
.m-rooms-link{
	padding: 15px 0;
	display:block;
	width:100%;
	height:100%;
	font-family:'TradeGothic18', sans-serif;
	font-size:16px;
	font-weight:normal;
	color:#636365;
	line-height: 40px;
    letter-spacing: 0.6px;
	text-transform:uppercase;
	-webkit-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 1s;
  -moz-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 1s;
  -o-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 1s;
  -ms-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 1s;
  transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 1s;
}
.m-rooms-link:after{
	content:'';
	display:block;
	margin:auto;
	width: 0; 
	height: 0; 
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid #272729;
	-webkit-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 1s;
  -moz-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 1s;
  -o-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 1s;
  -ms-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 1s;
  transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 1s;
	transform:translateY(-5px);
	-webkit-transform:translateY(-5px);
	-moz-transform:translateY(-5px);
	-o-transform:translateY(-5px);
	-ms-transform:translateY(-5px);
	opacity:0;
}
.m-rooms-link:hover:after{
	opacity:1;
	transform:translateY(0px);
	-webkit-transform:translateY(0px);
	-moz-transform:translateY(0px);
	-o-transform:translateY(0px);
	-ms-transform:translateY(0px);
}
.m-rooms-link:hover{
	color:#272729;
}
.m-rooms-tab.checkimg.active .m-rooms-link:after{
	content:'';
	display:block;
	margin:auto;
	width: 0; 
	height: 0; 
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid #272729;
	opacity:1;
	transform:translateY(0px);
	-webkit-transform:translateY(0px);
	-moz-transform:translateY(0px);
	-o-transform:translateY(0px);
	-ms-transform:translateY(0px);
}
.m-rooms-title{
	display:none;
	font-family:'TradeGothic18', sans-serif;
	font-size:20px;
	color:#636365;
	text-transform:uppercase;
	text-align:center;
}
.ingallery .m-hotel-book-form__wrap-btn-close{
	right: 45px;
    top: -40px;
}
.m-submenu-rooms.active .container{
	position:relative;
}
.m-pb-infobox-list__icon.icon-infohab:before{
	content:'';
	width: 30px;
    height: 30px;
	display:inline-block;
	background-image:url("/static/img/hab.svg");
	background-size:contain;
	background-repeat:no-repeat;
}
.m-card-aside-event__wrap-download .m-footer-info-item__cover{
	height:150px;
}
.m-card-aside-event__wrap-download .m-slider-partners__wrap-slide-cound{
	top:-30px;
}
.m-slider-colaboradores__wrap-slide-cound{
	position: absolute;
    z-index: 1;
    top: -30px;
    right: 12px;
}
.m-slider-colaboradores__slide-cound{
	font-size: 14px;
    font-family: 'TradeGothic18', sans-serif;
    text-transform: uppercase;
    line-height: 1.2;
    letter-spacing: 0.5px;
    color: #636365;
}
.s-contac-map.inpurohotel{
	  margin-top:0;
  }
  ..m-contact-map{
	  -webkit-filter: grayscale(100%);
       -moz-filter: grayscale(100%);
        -ms-filter: grayscale(100%);
         -o-filter: grayscale(100%);
            filter: grayscale(100%);
  }
  .m-beachclub-description__wrap-icons.hotel-room{
	  padding-left:0;
  }
  .hover-submenu{
	  opacity:0.25;
  }
  .m-card-event__wrap-share-btns.event-resp{
	  display:none;
  }
  .ingallery .m-list-album__item{
	  display:none;
  }
  .hideit{
	  display:none;
  }
  .ingallery .m-list-album__item.showit{
	  display:inline-block;
  }
  .nohover-room .m-pb-infobox-list__link{
	  pointer-events:none;
  }
  .reserve-iframe{
	  background-color:grey;
  }
  .no-back-img.m-pb-infobox-img__wrap-img:after{
	  display:none;
  }
  .ingallery .m-list-item__link:before{
	  display:none;
  }
  .g-container.inner.ingallery.inof{
	  padding-top:140px;
  }
  .globalorgevents .m-accordeon .m-pb-description__wrap-title:after{
		left: 30px;
		top: 87px;
  }
  .m-beachclub-description__content:after{
	  display:none;
  }

.m-main-video{
  position: relative;
  overflow: hidden;
  height:100%;
  pointer-events:none;
}
.video-box{
	position:absolute;
	left:0;
	top:0;
	right:0;
	bottom:0;
	width:100%;
	height:100%;
}
.video-box:after{
	content:'';
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	background-color:rgba(0,0,0, 0.08);
}
.video_element{
	width:125%;
	height:120%;
	margin-left:-12.5%;
	margin-top:-5%;
}
.btn-video-box{
	position:absolute;
	left:calc(50% - 85px);
	bottom:210px;
	z-index:2;
	text-align:center;
}
.btn-home-video{
	position:relative;
	font-family: 'TradeGothic18', sans-serif;
    font-size: 14px;
	line-height: 30px;
	color:#fff;
	border:1px solid #fff;
	border-radius:5px;
	text-transform:uppercase;
	min-width:170px;
	margin:0 auto;
	margin-bottom:20px;
}
.btn-home-video:after{
	content:'';
	position:absolute;
	bottom:-30px;
	display:block;
	height:15px;
	width:1px;
	margin-left:50%;
	background-color:#fff;
}
.btn-home-video:hover{
    background-color:#fff;
    color:#444446;
}
.c-toggle-event-main-slider__icon.playit:after{
	content:'';
	width: 0; 
	height: 0; 
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 5px solid #fff;
}
.playhome{
	padding-right: 5px;
}
.g-container.full.beachclubgallerypage{
	height:auto;
}
.m-book-services__sublogo{
	max-width:160px;
	margin:0 auto;
	padding:10px 0;
}
.m-book-services__sublogo.onspa{
	max-width:200px;
}
.m-book-services__sublogo img{
	width:100%;
	object-fit:contain;
}
.mfp-content{
	position:initial;
}
.m-video-popup-content__content{
	position:initial
}
.m-video-popup-content__wrap-title{
	position:absolute;
	top:20px;
}
.c-btn-share--pinterest{
	background-image:url("/static/img/pinterest.svg");
	background-repeat:no-repeat;
	background-size:80%;
	background-position: 50% 50%;
}
.c-btn-share--pinterest:hover{
	background-image:url("/static/img/pinterestH.svg");
	background-color:#CB2027;
	border-color:#fff;
}
.m-social-links__item{
	padding:5px 7px;
}
@media (max-width:1366px){
	.video_element{
		width: 160%;
		/* height: 160%; */
		margin-left: -27.5%;
		/* margin-top: -27%; */
	}
}
@media (min-width:1025px){
	.m-main-video {
		display:block;
	}
}
@media (max-width:1024px){
	.m-main-video {
		display:none;
	}
	.btn-video-box{
		bottom:170px;
	}
}
@media (max-width: 767px) {
	.m-social-links__item{
		padding:5px 5px!important;
	}
}
@media (min-width: 600px) {
	.c-toggle-event-main-slider.playhome{
		display:none;
	}
}
@media (max-width: 599px) {
	.btn-video-box{
		bottom:130px;
	}
}

@media (max-width:1500px){
	.m-nav-inner .nav > li > a, .m-nav-inner__link{
		padding:7px 15px 0;
	}
	.m-header-tabs__link.inpuro {
		padding: 0px 23px;
	}
}
@media (min-width:1392px){
	.ingallery .m-hotel-book-form__wrap-btn-close{
		right: 70px;
	}
}
@media (max-width:1392px){
	.m-nav-inner .nav > li > a, .m-nav-inner__link{
		padding:7px 10px 0;
	}
	.activeit{
	top:120px;
	}
	.m-header-tabs__link.inpuro {
        padding: 0px 5px;
	}
}
@media (max-width:1259px){
	.m-card-event.two-cols .m-card-event__item:nth-child(1){
		width:50%;
		padding:0;
		padding-right:35px;
	}
	.m-card-event.two-cols .m-card-event__item:nth-child(1) .m-card-share-btns{
		display:inline-block;
		width:100%;
	}
	.m-card-event.two-cols .m-card-share-btns__wrap-list{
		width:auto;
		display:block;
	}
	.m-card-event.two-cols .m-card-share-btns__wrap-title{
		width:100%;
	}
	.m-card-event.two-cols .m-img-album-card{
		padding-top:125%;;
	}
	.m-card-event.two-cols .m-card-share-btns__wrap-list{
		max-width:480px;
	}
	.m-card-event.two-cols .m-card-event__item:nth-child(2){
		width:50%;
		padding:0;
		padding-left:35px;
	}
	.m-header-tabs__text.inpuro{
		font-size:16px;
	}
	.m-header-tabs__link.inpuro{
		padding: 0px 8px;
	}
	.m-contact-box .m-mas-info{
		padding-left:0;
		padding-bottom:40px;
	}
	.m-welcome-text__wrap-main-title{
		clear:both;
	}
	.chgevent .m-card-event-img-n-map__content{
		position:relative;
	}
	.chgevent .m-card-event-img-n-map__wrap-tabs{
		position: absolute;
		z-index: 2;
		top: 100%;
	}
	.hot-rooms .m-list-album__item{
	width: calc(100% / 4);
	}
	.ingallery .m-header-tabs__item{
		padding: 0 11px;
		min-width:initial;
	}
	.m-rooms-tab{
		width: calc(100%/5);
	}
	.m-rooms-content .m-rooms-tab:nth-child(-n+5) .m-rooms-link{
		border-bottom:1px solid #CBCBCB;
	}
	.m-card-event{
		clear:both;
	}
	.m-card-event-img-n-map{
		clear:both;
	}
	.m-img-album-card.inpuroevent{
		padding-top: 320px;
	}
	.m-card-event__item.puroevent:nth-child(1){
		width: 260px;
		height: 390px;
		float: right;
		vertical-align: top;
		display: inline-block;
		padding-bottom: 40px;
	}
	.m-card-event__item.puroevent:nth-child(2){
		float:left;
	}
	.m-card-event__item.puroevent:nth-child(3){
		float:right;
	}
	.chgevent .m-card-share-btns__content{
		border-top:none;
		clear:both;
	}
	.chgevent .m-card-share-btns__wrap-title{
		display:inline;
	}
	.chgevent .m-card-content-event{
		max-width:initial;
	}
	.divider-event{
		border-bottom:1px solid #cbcbcb;
		width:100%;
	}
	.chgevent .m-card-share-btns__title{
		padding-bottom:10px;
	}
	.chgevent .m-card-event__content{
		border-bottom:none;
	}
	.chgevent .m-card-share-btns{
		margin-top:0;
		border-top: 1px solid #CBCBCB;
	}
	.chgevent .m-card-event__wrap-share-btns{
		float: left;
		margin: 0 auto;
		width: calc(100% - 260px);
	}
	.m-card-title-event__wrap-title{
		padding-bottom: 30px;
	}
	.m-card-title-event__head {
		min-height: 170px;
	}
}
@media (max-width:969px){
	.g-container.inner.ingallery.inof{
	  padding-top:180px;
  }
  .mask-back{
	background-color:#000;
	opacity:0.7;
	position:fixed;
	left:0;
	right:0;
	top:0;
	bottom:0;
	width:100%;
	height:100%;
	z-index:2;
	display:none;
}
.mask-back.active{
	display:block;
}
	.m-breadcrumbs.reservas{
		display:none;
	}
	.reserve-head{
		padding:20px;
	}
	  .nohover-room .m-pb-infobox-list__text:after{
	  display:none;
  }
	.c-btn-main--transparent .c-btn-main__text.white-resp{
		color:#fff;
	}
	.s-beachclub-description.s_main-como-llegar{
		padding-top:30px;
	}
	.s-gallery-event-list .m-list-item__wrap-link{
		display:none;
	}
	.m-breadcrumbs.gallery-event{
		display:none;
	}
	.m-contact-box .m-mas-info{
		padding-bottom:0;
	}
	.m-header-tabs.ingallery.active .m-header-tabs__wrap-toggle:after{
		display:none;
	}
	.m-header-tabs.ingallery.active .m-header-tabs__list li:first-child,
	.m-header-tabs.ingallery.active .m-header-tabs__list li:nth-child(2){
		border-top: 1px solid #cbcbcb;
	}
	.chgevent .m-card-event__wrap-btn{
		display:none;
	}
	.s-main-como-llegar .m-breadcrumbs{
		display:none;
	}
	.m-rooms-title{
		display:block;
		padding-top: 40px;
		padding-bottom: 20px;
		font-weight:bold;
	}
	.m-submenu-rooms.active .container{
		padding:0;
	}
	.g-container.full.ingallery:before{
		display:none;
		content:'';
		position:fixed;
		width:100%;
		height:100%;
		top:0;
		left:0;
		bottom:0;
		right:0;
		background-color:#1A1A1A;
		opacity:0.85;
		z-index:99;
	}
	.m-rooms-content .m-rooms-tab .m-rooms-link{
		border-bottom:1px solid #CBCBCB;
	}
	.g-container.full.ingallery.active:before{
		display:block;
	}
	.m-submenu-rooms .m-hotel-book-form__wrap-btn-close{
		right:15px;
		top:0;
	}
	.m-rooms-content .m-rooms-tab:nth-child(-n+2) .m-rooms-link{
		border-top:1px solid #CBCBCB;
	}
	.m-submenu-rooms.active {
		position: fixed;
		z-index: 100;
		top: 10%;
		background-color: #fff;
		max-width: 700px;
		width: 100%;
		margin-left: 50%;
		transform: translateX(-50%);
		padding: 15px;
		border-radius: 5px;
		max-height: 400px;
		overflow-y: scroll;
		width: 90%;
		max-height: 80%;
	}
	.m-rooms-content{
		border:none;
		padding: 10px 0px;
	}
	.m-rooms-tab {
		width: calc(100%/2);
	}
	.m-list-album-item.gallery-item .m-list-item__link{
		bottom:0;
		opacity:1;
	}
	.m-header-tabs__logo.ingallery{
		margin-bottom: -45px;
	}
	.ingallery .m-header-tabs__item.active:after{
		bottom: 4px;
	}
	.ingallery .m-header-tabs.active .m-header-tabs__toggle--open{
		display:none;
	}
	.ingallery .m-header-tabs.active .m-header-tabs__toggle--close{
		display:block;
	}
	.ingallery .m-header-tabs__item:before{
		display:none;
	}
	.ingallery .m-header-tabs.active .m-header-tabs__wrap-tabs{
		display:block;
	}
	.ingallery .m-header-tabs__wrap-logo{
		text-align:left;
	}
	.ingallery .m-header-tabs__wrap-logo{
		padding: 40px 0 18px 0;
	}
	.ingallery .m-header-tabs__list{
		padding: 40px 20px 0;
		width: 100%;
		margin: 0 auto;
	}
	.ingallery .m-header-tabs__item{
		-webkit-border-radius: 0;
		border-radius: 0;
		display: inline-block;
		width: 40%;
		margin: 0 20px;
		border-bottom: 1px solid #cbcbcb;
	}
	.ingallery .m-header-tabs__text{
		line-height: 55px;
	}
	.ingallery .m-header-tabs__wrap-tabs{
		display: none;
		margin: 0 -50px;
		width: auto;
		background-color: #fff;
	}
	.ingallery .m-header-tabs__wrap-toggle{
		display:inline-block;
		text-align:center;
	}
	.hot-rooms .m-list-album__item{
		width: calc(100% / 3);
	}
	.m-nav-inner__name{
		padding:0;
	}
	.m-nav-inner__wrap-name:after{
		display:none;
	}
	.m-nav-inner__wrap-toggle{
	  position:relative;
	  width:90%;
	  margin:auto;
	  border-top:1px solid rgba(255, 255, 255, 0.2);
	  right:auto;
  }
  .m-nav-inner__icon--toggle{
	  position:relative;
	  width:100%;
  }
  .reserve-head{
	width:100%;
	height:auto;
	min-height:initial;
	display:block;
	float:initial;
}
.reserve-title{
	display:inline-block;
	font-size: 90px;
    font-family: 'TradeGothic20', sans-serif;
    color: #ddd;
	text-transform:uppercase;
	line-height: 0.7;
	transform: rotate(0deg) translateX(0px);
	float:initial;
}
.reserve-iframe{
	width:100%;
	height:100%;
	display:block;
}
.chgevent .c-btn-main--small .c-btn-main__text{
	display:none;
}
.chgevent .c-btn-main.c-btn-main--small.c-btn-main--app{
	padding: 20px;
	min-width: 110px;
}
.chgevent .m-card-share-btns__wrap-list{
	width:370px;
}
.chgevent .m-card-share-btns__title{
	padding: 10px 0 25px;
}
.chgevent .m-card-share-btns__item{
	max-width:125px;
}
.chgevent .c-btn-main--app:after{
	right:50%;
	transform:translateX(50%);
}
.m-card-event.two-cols .m-card-share-btns__item .c-btn-main__text{
	display:none;
}
.m-card-event.two-cols .m-card-share-btns__item .c-btn-main.c-btn-main--small.c-btn-main--app{
	height:30px;
}
.m-card-event.two-cols .c-btn-main--app:after{
	right:50%;
	transform:translateX(50%);
	-webkit-transform:translateX(50%);
	-moz-transform:translateX(50%);
	-ms-transform:translateX(50%);
	-o-transform:translateX(50%);
}
.s-contac-map.inpurohotel{
	margin-top:0px;
}
.m-breadcrumbs{
	display:none;
}
.m-atuda-evento{
	    padding: 20px 0 60px;
}
.globalorgevents .m-list-item__wrap-link{
	display:none;
}
.s-gallery-header.s-inner-beachclub.morepad{
	padding-top:120px;
}
.globalorgevents .m-beachclub-description__content{
	padding-top: 60px;
}
}
@media (max-width:767px){
	.m-nav-inner__wrap-toggle{
	  border-top:none;
  }
	.globalorgevents .m-accordeon__content .m-pb-description__wrap-text {
		padding-left: 40px;
	}
	.globalorgevents .m-accordeon__content .m-pb-description__wrap-title {
		border-radius: 0;
		padding-left: 0;
		padding-bottom: 10px;
	}
	.globalorgevents .m-accordeon__subcontent {
		padding: 0;
	}
	.globalorgevents .m-accordeon .m-pb-description__wrap-title:after {
		left: 0;
		top: 97px;
	}
	.m-card-event.two-cols .m-card-event__list{
		display: -webkit-flex;
		display: flex;
		-webkit-flex-direction: column;
		flex-direction: column;
	}
	.m-card-event.two-cols .m-card-event__wrap-btn{
		text-align:center;
	}
	.m-card-event.two-cols .m-card-share-btns__wrap-list{
		margin:auto;
	}
	.m-card-event.two-cols .m-card-share-btns__wrap-title{
		text-align:center;
	}
	.m-card-event.two-cols .m-img-album-card{
		padding-top:100%;
	}
	.m-card-event.two-cols .m-card-event__item:nth-child(2){
		order:1;
	}
	.m-card-event.two-cols .m-card-event__item:nth-child(1){
		order:2;
	}
	.m-card-event.two-cols .m-card-event__item:nth-child(2){
		width:100%;
		padding:0;
	}
	.m-card-event.two-cols .m-card-event__item:nth-child(1){
		width:100%;
		padding:0;
	}
	.g-container.inner.ingallery.outof{
	  padding-top:120px;
  }
	.g-container.inner.ingallery.inof{
	  padding-top:130px;
  }
	.ingallery.outof .m-nav__wrap-btn-book{
		width:100%;
	}
	.m-card-event__item.puroevent.event-lessmarg{
		margin-top: -130px;
	}
	.chgevent .m-card-event__wrap-share-btns{
		width: auto;
	}
	.m-card-dj-slider__title{
		text-align:center;
	}
	.m-gallery-events-list__header .m-gallery-event-list__subtitle{
		float: initial;
		display: block;
		text-align: center;
		padding: 10px 0;
	}
	.m-nav-inner.active .m-nav-inner__wrap-name:after{
		display:none;
	}
	.m-gallery-events-list__albumes{
		text-align:center;
	}
	.m-gallery-events-list__header .m-gallery-event-list__subtitle:after{
		left:50%;
		transform:translateX(-50%);
		-webkit-transform:translateX(-50%);
		-moz-transform:translateX(-50%);
		-o-transform:translateX(-50%);
		-ms-transform:translateX(-50%);
	}
	.m-gallery-events-list__header .m-gallery-event-list__years{
		margin-top:30px;
		float: initial;
		display: block;
		text-align: center;
	}
	.chgevent .m-card-event__wrap-btn{
		display:block;
	}
	.m-card-event__item:nth-child(3){
		border-top:none;
	}
	.m-design-description__item:nth-child(3){
		padding-top:40px;
	}
	.m-card-event__wrap-share-btns.event-resp{
	  display:block;
    }
	.chgevent .event-resp .m-card-share-btns__item{
		max-width: 190px;
	}
	.chgevent .event-resp .m-card-share-btns__wrap-list{
		width: 100%;
	}
	.m-card-event__wrap-share-btns.event-resp .m-card-share-btns{
		display:block;
	}
	.chgevent .event-resp .c-btn-main--small .c-btn-main__text{
		display:inline-block;
	}
	.chgevent .m-card-event__item:nth-child(2){
		padding-bottom:0;
	}
	.chgevent .event-resp .c-btn-main.c-btn-main--small.c-btn-main--app{
		padding: 5px 10px;
		width: 100%;
	}
	.chgevent .event-resp .c-btn-main--app:after{
		right:20px;
	}
	.chgevent .event-resp .m-card-share-btns{
		border-top:none;
	}
	.m-card-event__wrap-share-btns.inevent-noresp{
		display:none;
	}
	.m-nav-inner__wrap-toggle{
		display: inline-block;
		width: 40px;
		height: auto;
		position: relative;
		top: auto;
		right: auto;
  }
  .m-card-aside-event__wrap-download.centerit .m-slider-partners__wrap-img, .m-card-aside-event__wrap-download.centerit .m-slider-partners-contact__wrap-img{
	    width: 250px;
		height: 150px;
  }
  .m-card-aside-event__wrap-download.centerit .m-footer-info-item__cover{
	  width:100%;
  }
  .m-pb-description__wrap-msg.inroom-hotel.nowrap{
	  display:block!important;
  }
  .s-contac-map.inpurohotel{
	  margin-top:0px;
  }
  .m-card-aside-event__wrap-download.centerit .m-footer-info-item{
	  max-width:initial;
	  margin: auto;
  }
  .m-card-aside-event__wrap-download.centerit{
	  text-align:center;
  }
  .g-container.inner.ingallery{
	  padding-top:0;
  }
  .chgevent .m-card-content-event__wrap-text{
	  border-bottom:1px solid #cbcbcb;
  }
  .ingallery .m-nav__wrap-btn-book{
	  width:50%;
  }
  .chgevent .m-card-share-btns__title{
	  padding:15px 0;
  }
  .chgevent .m-card-event__wrap-share-btns{
	  max-width: 100%;
      margin-top: 20px;
	  float:initial;
  }
  .chgevent .m-card-event__list{
	  display:flex;
	  flex-direction: column;
  }
  .chgevent .m-card-event__list li:first-child{
	  order:2;
  }
  .inpuroevent .m-img-album-card__img{
	  background-position:center center;
  }
  .m-card-event__item.puroevent:nth-child(1){
	  margin: auto;
	  width: 100%;
	  max-width: 500px;
      height: 785px;
	  padding-top:40px;
  }
  .m-aside-download--menu .m-aside-download__wrap-img{
	  max-width:170px;
  }
  .m-img-album-card.inpuroevent{
	  padding-top: 675px;
  }
  .chgevent .m-card-event__list li:nth-child(2){
	  order:1;
  }
  .chgevent .m-card-event__list li:nth-child(3){
	  order:3;
  }
  .ingallery .m-list-album-item{
	  max-width:330px;
  }
  .ingallery .m-list-album-item__wrap-img{
	  max-width:400px;
  }
  .ingallery .m-list-album__item{
	    width: calc(100%/2);
  }
  .m-nav-inner__wrap-name:after{
	  content: none;
    display: inline-block;
    position: absolute;
    width: 1px;
    height: 10px;
	top:calc(50% - 5px);
    background-color: rgba(255,255,255,0.5);
    right: 0;
  }
  .reserve-title{
	font-size: 70px;
}
  .hot-rooms .m-list-album__item{
	width: calc(100% / 2);
}
  .hotel-resp-title{
	  font-size:0;
  }
  .m-nav-inner__icon--toggle:after{
	  margin-left:0;
  }
  .m-nav-inner__icon--toggle:after{
	  font-size:16px;
  }
  .m-nav-inner .nav > li, .m-nav-inner__item{
	  width:calc(100% - 80px);
  }
  .m-beachclub-description__wrap-icons.hotel-room{
	  padding-left:0;
  }
  .s-gallery-header .m-header-tabs__link{
	  padding:3px 10px;
  }
  .globalorgevents .m-accordeon__subcontent{
	  margin-top:0;
  }
}
@media (max-width: 599px) {
	.m-img-album-card.inpuroevent{
		padding-top:450px;
	}
	.chgevent .m-card-event-img-n-map__wrap-tabs{
		max-width: 333px!important;
		left: 50%;
		transform: translateX(-50%);
	}
	.m-card-event__item.puroevent:nth-child(1){
		height: 570px;
	}
	.m-card-title-event__wrap-title{
		padding-bottom: 20px;
    padding-right: 50px;
	}
	.globalorgevents .m-accordeon__title .evn-title{
		padding-right:30px;
	}
	.globalorgevents .m-accordeon__title:after{
		width: 50px;
		height: 60px;
	}
	.centernum .m-gallery-events-list__albumes__text{
		float:initial;
	}
	.globalorgevents .m-accordeon__content .m-pb-description__wrap-text{
		padding-left:0;
	}
	.gallery-list.clearfix .m-list-item__head{
		width: 100%;
	}
	.s-contac-map.inpurohotel{
	  margin-top:0px;
  }
	.g-container.inner.ingallery.outof{
	  padding-top:70px;
  }
	.g-container.inner.ingallery.inof{
	  padding-top:80px;
  }
	.m-banner-2 .c-btn-main__text{
		color:#444444;
	}
	.c-btn-main__text.white-resp{
		color:#fff;
	}
	.reserve-head{
		text-align:center;
	}
	.ph-room .m-pb-description__title{
		display:none;
	}
	.c-btn-main--transparent .c-btn-main__text.white-resp{
		color:#fff;
	}
	.gallery-list.clearfix .m-list-item__head{
		max-width: 300px;
		margin:auto;
	}
	.m-gallery-events-list__header .m-gallery-event-list__years .m-dropdown{
		padding:10px 0;
	}
	.s-gallery-event-list .gallery-list-item{
		padding-bottom:30px;
	}
	.m-list-item__content:before{
		display:none;
	}
	.gallery-list.clearfix .m-list-item__content{
		text-align:center;
	}
	.m-pb-slider-text__title.purospa:after, .m-design-slider-text__title.purospa:after,.m-pb-slider-text__title.purorest:after, .m-design-slider-text__title.purorest:after{
		margin-left:0;
	}
	.m-locations__wrap-top-btn{
		right:5px;
	}
	.chgevent .m-card-event-img-n-map__wrap-tabs{
		width:100%;
	}
	.m-welcome-text__wrap-main-title{
		margin-bottom:5px;
	}
	.chgevent .c-btn-main.c-btn-main--small.c-btn-main--app{
		min-width:80px;
	}
	.chgevent .event-resp .c-btn-main--small .c-btn-main__text{
		display:none;
	}
	.m-header-tabs.ingallery.active .m-header-tabs__list li:nth-child(2){
		border-top: none;
	}
	.m-rooms-tab {
		width: calc(100%);
	}
	.m-rooms-content .m-rooms-tab:nth-child(2) .m-rooms-link{
		border-top:none;
	}
	  .reserve-title{
	font-size: 60px;
	}
	.ingallery .m-header-tabs__item{
		width: 80%;
		margin: auto;
	}
	.m-header-tabs__logo.ingallery{
		margin-bottom:0;
		text-align:center;
	}
}
@media (max-width:569px){
	  .ingallery .m-list-album__item{
	    width: calc(100%);
  }
}
@media (max-width:512px){
	.hot-rooms .m-list-album__item{
		width: calc(100%);
	}
}
@media (max-width:469px){
.hotel-room-slider .m-list-item__wrap-link,
  .hotel-room-slider .m-list-item__wrap-btn{
	  display:none;
  }
  .gallery-list.clearfix .m-list-item__head{
		max-width: 400px;
	}
    .reserve-title{
	font-size: 30px;
	}
}
@media (max-width:400px){
	.m-nav-inner__wrap-toggle{
		right:0;
	}
}
.m-beachclub-description--wellness .m-pb-infobox-img__wrap-img: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: '\e907';
  font-size: 254px;
  position: absolute;
  top: calc(50% - 5px);
  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%);
  z-index: -1;
  display: block;
  color:#6F8CC2;
  opacity:0.15;
}
.s-design-more-text.restaurant .m-pb-infobox-img__wrap-img:after{
	color: #D9262E;
    opacity: 0.1;
}
.s-spa-more-text .m-pb-infobox-img__img: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: '\e907';
    font-size: 254px;
    position: absolute;
    top: calc(50% - 5px);
    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%);
    z-index: -1;
	color:#6F8CC2;
	opacity:0.2;
}
.c-book-decoration.inrestaurant:after{
	color: #D9262E;
    opacity: 0.2;
}
.c-book-decoration.inspa:after{
	color: #6F8CC2;
    opacity: 0.3;
}
.newsletter-btn{
	display:none;
	position:fixed;
	bottom:0;
	right:50px;
	z-index: 1;
}
.home .newsletter-btn{
	display:none!important;
}
.newsletter-btn .newsletter-link{
	display:block;
	padding:0 20px;
	text-decoration: none;
	background-color:#272729;
}
.newsletter-btn .newsletter-link .newsletter-title{
	font-size: 13px;
    font-family: 'TradeGothic18', sans-serif;
    line-height: 34px;
    text-transform: uppercase;
    letter-spacing: 0.4px;
    color: #fff;
    display: block;
}
.newsletter-btn .newsletter-link .newsletter-title:after{
	content: '\e92f';
    font-size: 16px;
    top: -1px;
	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;
    display: inline-block;
    vertical-align: middle;
    margin-left: 8px;
    font-size: 13px;
    position: relative;
    -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 (max-width:969px){
	.newsletter-btn{
		display:block;
	}
}
@media (max-width:767px){
	.newsletter-btn{
		right:35px;
	}
}
@media (max-width:599px){
	.newsletter-btn{
		right:25px;
	}
}
.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: 30px 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{
	position:fixed;
	z-index:1;
	top:70px;
	left:0;
	right:0;
	width:100%;
	background-color:#272729;
	padding: 20px 0;
}
.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;
}
.inbook-form .m-datepicker-input__content{
	border:1px solid #fff;
}
.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:#fff;
}
.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;
}
.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;
}

.shop-module {
    padding-top: 30px;
    padding-bottom: 40px;
    min-height: 100vh; }
.shop-module .wrap-module {
    margin: 0 auto;
    max-width: 1680px;
    padding: 0 170px; }
.shop-module .wrap-module .module-content .wrap-content .content-head {
    text-align:center;
    padding-bottom: 30px; }
.shop-module .wrap-module .module-content .wrap-content .content-head .logo-shop {
    width: 210px;
    margin-bottom:25px;
    height: auto; }
.shop-module .wrap-module .module-content .wrap-content .content-head .intro-shop {
    max-width: 900px;
    margin:0 auto; }
.shop-module .wrap-module .module-content .wrap-content .content-head .intro-shop .intro-text{
    padding:20px 0 0;
    font-family:'TradeGothic18', sans-serif;
    font-size:20px;
    color:#272729;
    letter-spacing:0.06em;
    line-height:1.2;
    border-top:1px solid rgba(112, 112, 112, 0.5);
}
.shop-module .wrap-module .module-content .wrap-content .content-body .wrap-body .shop-list {
    font-size: 0;
    margin: 0 -10px; }
.shop-module .wrap-module .module-content .wrap-content .content-body .wrap-body .shop-list .shop-element {
    display: inline-block;
    vertical-align: top;
    width: 25%;
    padding: 9px; }
.shop-module .wrap-module .module-content .wrap-content .content-body .wrap-body .shop-list .shop-element .wrap-element {
    position: relative;
    overflow: hidden;
    border-radius: 4px; }
.shop-module .wrap-module .module-content .wrap-content .content-body .wrap-body .shop-list .shop-element .wrap-element .element-image {
    width: 100%;
    height: auto; }
.shop-module .wrap-module .module-content .wrap-content .content-body .wrap-body .shop-list .shop-element .wrap-element .hover-content {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
    background-color: rgba(16, 16, 16, 0.65);
    -webkit-perspective:300px;
    perspective:300px;
    transform:rotateY(90deg) translateZ(0) scale(1);
    -webkit-transform:rotateY(90deg) translateZ(0) scale(1);
    -moz-transform:rotateY(90deg) translateZ(0) scale(1);
    -o-transform:rotateY(90deg) translateZ(0) scale(1);
    -ms-transform:rotateY(90deg) translateZ(0) scale(1);
    -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;}
.shop-module .wrap-module .module-content .wrap-content .content-body .wrap-body .shop-list .shop-element .wrap-element .hover-content .wrap-hover {
    opacity:0;
    height: 100%;
    width: 100%;
    -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;}
.shop-module .wrap-module .module-content .wrap-content .content-body .wrap-body .shop-list .shop-element .wrap-element .hover-content .wrap-hover .close-info{
    display:none;
    position:absolute;
    top:10px;
    right:10px;
    width:24px;
    height:24px;
    border:1px solid #fff;
    border-radius:50%;
}
.shop-module .wrap-module .module-content .wrap-content .content-body .wrap-body .shop-list .shop-element .wrap-element .hover-content .wrap-hover .close-info:before{
    content:'\e91b';
    position:absolute;
    top:50%;
    left:52%;
    transform:translateY(-50%) translateX(-50%);
    -webkit-transform:translateY(-50%) translateX(-50%);
    -moz-transform:translateY(-50%) translateX(-50%);
    -ms-transform:translateY(-50%) translateX(-50%);
    -o-transform:translateY(-50%) translateX(-50%);
    font-family:'icomoon';
    font-size:9px;
    color:#fff;
}
.shop-module .wrap-module .module-content .wrap-content .content-body .wrap-body .shop-list .shop-element .wrap-element .hover-content .wrap-hover .element-tag {
    position: absolute;
    top: 0;
    left: 25px;
    background-color: #fff;
    padding: 4px 15px;
    font-family: 'Open Sans', sans-serif;
    font-weight:700;
    font-size: 10px;
    color: #101010;
    text-transform: uppercase;
    letter-spacing: 0.05em; }
.shop-module .wrap-module .module-content .wrap-content .content-body .wrap-body .shop-list .shop-element .wrap-element .show-resp{
    display:none;
    position:absolute;
    bottom:0;
    left:0;
    width:100%;
    text-align:center;
    background-color: rgba(16, 16, 16, 0.65);
    -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;
    transform(translateZ(0));
    -webkit-transform(translateZ(0));
    -moz-transform(translateZ(0));
    -ms-transform(translateZ(0));
    -o-transform(translateZ(0));
}
.shop-module .wrap-module .module-content .wrap-content .content-body .wrap-body .shop-list .shop-element .wrap-element .show-resp .show-text{
    display:block;
    padding:11px 0 9px;
    font-family:'TradeGothic18', sans-serif;
    font-size:18px;
    font-weight:300;
    letter-spacing: 0.07em;
    color:#fff;
    text-transform:uppercase;
}
.shop-module .wrap-module .module-content .wrap-content .content-body .wrap-body .shop-list .shop-element .wrap-element .show-resp .show-icon{
    position:absolute;
    top:50%;
    right:15px;
    border-radius:50%;
    border:1px solid #fff;
    width:18px;
    height:18px;
    transform:translateY(-50%);
    -webkit-transform:translateY(-50%);
    -moz-transform:translateY(-50%);
    -ms-transform:translateY(-50%);
    -o-transform:translateY(-50%);
}
.shop-module .wrap-module .module-content .wrap-content .content-body .wrap-body .shop-list .shop-element .wrap-element .show-resp .show-icon:before{
    content:'\e316';
    position:absolute;
    top:45%;
    left:50%;
    font-family:'icomoon';
    font-size:7px;
    color:#fff;
    transform:translateX(-50%) translateY(-50%);
    -webkit-transform:translateX(-50%) translateY(-50%);
    -moz-transform:translateX(-50%) translateY(-50%);
    -ms-transform:translateX(-50%) translateY(-50%);
    -o-transform:translateX(-50%) translateY(-50%);
}
.shop-module .wrap-module .module-content .wrap-content .content-body .wrap-body .shop-list .shop-element .wrap-element .hover-content .wrap-hover .product-info {
    position: absolute;
    top: calc(50% - 30px);
    left: 20px;
    width: calc(100% - 40px);
    -webkit-transform: translateY(-50%) translateZ(0);
    -moz-transform: translateY(-50%) translateZ(0);
    -ms-transform: translateY(-50%) translateZ(0);
    -o-transform: translateY(-50%) translateZ(0);
    transform: translateY(-50%) translateZ(0); }
.shop-module .wrap-module .module-content .wrap-content .content-body .wrap-body .shop-list .shop-element .wrap-element .hover-content .wrap-hover .product-info .product-title{
      font-family: 'DIN Next LT Pro Condensed', sans-serif;
      font-size: 28px;
      font-weight: 500;
      color: #fff;
      border-bottom: 1px solid #fff;
      letter-spacing: 0.02em;
      text-transform: uppercase;
      padding-bottom: 10px; }
.shop-module .wrap-module .module-content .wrap-content .content-body .wrap-body .shop-list .shop-element .wrap-element .hover-content .wrap-hover .product-info .product-size {
      overflow: hidden;
      padding: 10px 0;
      border-bottom: 1px solid #fff; }
.shop-module .wrap-module .module-content .wrap-content .content-body .wrap-body .shop-list .shop-element .wrap-element .hover-content .wrap-hover .product-info .product-size .size-text {
      float: left;
      font-family: 'TradeGothic18', sans-serif;
      font-size: 12px;
      color: #fff;
      letter-spacing: 0.05em;
      text-transform: uppercase; }
.shop-module .wrap-module .module-content .wrap-content .content-body .wrap-body .shop-list .shop-element .wrap-element .hover-content .wrap-hover .product-info .product-size .sizes-box {
      float: right; }
.shop-module .wrap-module .module-content .wrap-content .content-body .wrap-body .shop-list .shop-element .wrap-element .hover-content .wrap-hover .product-info .product-size .sizes-box .sizes-tag {
      position: relative;
      padding: 0 10px;
      display: inline-block;
      vertical-align: center;
      font-family: 'TradeGothic18', sans-serif;
      font-size: 16px;
      color: #fff;
      letter-spacing: 0.05em; }
.shop-module .wrap-module .module-content .wrap-content .content-body .wrap-body .shop-list .shop-element .wrap-element .hover-content .wrap-hover .product-info .product-size .sizes-box .sizes-tag:before {
      content: '';
      position: absolute;
      right: 0;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
      width: 1px;
      height: 6px;
      background-color: #fff; }
.shop-module .wrap-module .module-content .wrap-content .content-body .wrap-body .shop-list .shop-element .wrap-element .hover-content .wrap-hover .product-info .product-size .sizes-box .sizes-tag:last-child:before {
      display: none; }
.shop-module .wrap-module .module-content .wrap-content .content-body .wrap-body .shop-list .shop-element .wrap-element .hover-content .wrap-hover .product-info .product-detail {
      overflow: hidden;
      padding: 10px 0; }
.shop-module .wrap-module .module-content .wrap-content .content-body .wrap-body .shop-list .shop-element .wrap-element .hover-content .wrap-hover .product-info .product-detail .detail-title {
      float: left;
      font-family: 'TradeGothic18', sans-serif;
      font-size: 12px;
      color: #fff;
      letter-spacing: 0.05em;
      text-transform: uppercase; }
.shop-module .wrap-module .module-content .wrap-content .content-body .wrap-body .shop-list .shop-element .wrap-element .hover-content .wrap-hover .product-info .product-detail .colors-box {
      float: right;
      padding-right: 5px; }
.shop-module .wrap-module .module-content .wrap-content .content-body .wrap-body .shop-list .shop-element .wrap-element .hover-content .wrap-hover .product-info .product-detail .colors-box .colors-tag {
      display: inline-block;
      vertical-align: center;
      margin: 0 5px;
      border-radius: 50%;
      width: 10px;
      height: 10px; }
.shop-module .wrap-module .module-content .wrap-content .content-body .wrap-body .shop-list .shop-element .wrap-element .hover-content .wrap-hover .product-info .product-text {
      padding: 20px 0;
      border-top: 1px solid #fff;
      border-bottom: 1px solid #fff; }
.shop-module .wrap-module .module-content .wrap-content .content-body .wrap-body .shop-list .shop-element .wrap-element .hover-content .wrap-hover .product-info .product-text .text-info {
      font-size: 14px;
      font-family: 'Helvetica Neue', sans-serif;
      font-weight: 300;
      letter-spacing: 0.04em;
      line-height: 157.1428571429%;
      color: #fff; }
.shop-module .wrap-module .module-content .wrap-content .content-body .wrap-body .shop-list .shop-element .wrap-element .hover-content .wrap-hover .price-box {
      position: absolute;
      bottom: 10px;
      right: 20px; }
.shop-module .wrap-module .module-content .wrap-content .content-body .wrap-body .shop-list .shop-element .wrap-element .hover-content .wrap-hover .price-box .product-price {
      display: inline-block;
      vertical-align: middle;
      font-family: 'DIN Next LT Pro Condensed', sans-serif;
      font-size: 55px;
      color: #fff;
      font-weight: 700;
      letter-spacing: 0.03em; }
.shop-module .wrap-module .module-content .wrap-content .content-body .wrap-body .shop-list .shop-element .wrap-element .hover-content .wrap-hover .price-box .product-coin {
      display: inline-block;
      vertical-align: middle;
      font-family: 'DIN Next LT Pro Condensed', sans-serif;
      font-size: 32px;
      color: #fff;
      font-weight: 700; }
@media (min-width: 1024px) {
.shop-module .wrap-module .module-content .wrap-content .content-body .wrap-body .shop-list .shop-element:hover .hover-content{
    transform:rotateY(0deg) translateZ(0);
    -webkit-transform:rotateY(0deg) translateZ(0);
    -moz-transform:rotateY(0deg) translateZ(0);
    -ms-transform:rotateY(0deg) translateZ(0);
    -o-transform:rotateY(0deg) translateZ(0);
}
.shop-module .wrap-module .module-content .wrap-content .content-body .wrap-body .shop-list .shop-element:hover .hover-content .wrap-hover{
    opacity:1;
}
}
@media (max-width: 1023px) {
.shop-module .wrap-module .module-content .wrap-content .content-body .wrap-body .shop-list .shop-element.active .hover-content{
    transform:rotateY(0deg) translateZ(0);
    -webkit-transform:rotateY(0deg) translateZ(0);
    -moz-transform:rotateY(0deg) translateZ(0);
    -ms-transform:rotateY(0deg) translateZ(0);
    -o-transform:rotateY(0deg) translateZ(0);
}
.shop-module .wrap-module .module-content .wrap-content .content-head .intro-shop .intro-text{
    font-size:18px;
}
.shop-module .wrap-module .module-content .wrap-content .content-body .wrap-body .shop-list .shop-element.active .hover-content .wrap-hover{
    opacity:1;
}
.shop-module .wrap-module .module-content .wrap-content .content-body .wrap-body .shop-list .shop-element .wrap-element .show-resp{
    display:block;
}
.shop-module .wrap-module .module-content .wrap-content .content-body .wrap-body .shop-list .shop-element.active .wrap-element .show-resp{
    transform:translateZ(0) translateY(100%);
    -webkit-transform:translateZ(0) translateY(100%);
    -moz-transform:translateZ(0) translateY(100%);
    -ms-transform:translateZ(0) translateY(100%);
    -o-transform:translateZ(0) translateY(100%);
}
}
@media (max-width: 1679px) {
.shop-module .wrap-module {
    padding:0 190px; }
.shop-module .wrap-module .module-content .wrap-content .content-body .wrap-body .shop-list .shop-element {
    width: 33%; }
.activeit{
	top:125px;
}
}

@media (max-width: 1365px) {
.shop-module .wrap-module {
    padding: 0 140px; } 
.activeit{
	top:120px;
}
}

@media (max-width: 1279px) {
.shop-module .wrap-module {
    max-width: 1025px;
    padding: 0 50px; } }

@media (max-width: 1023px) {
.shop-module .wrap-module .module-content .wrap-content .content-head{
    text-align:center;
}
.shop-module .wrap-module .module-content .wrap-content .content-head{
    padding-top:30px;
}
.shop-module .wrap-module .module-content .wrap-content .content-body .wrap-body .shop-list .shop-element .wrap-element .hover-content .wrap-hover .close-info{
    display:block;
}
.shop-module{
    padding-top:10px;
}
.shop-module .wrap-module .breadcrumbs{
    display:none;
}
.shop-module .wrap-module {
    padding: 0 80px; }
.shop-module .wrap-module .module-content .wrap-content .content-body .wrap-body .shop-list .shop-element {
    width: 50%; } }

@media (max-width: 767px) {
.shop-module .wrap-module {
    max-width: 530px;
    padding: 0 50px; }
.shop-module .wrap-module .module-content .wrap-content .content-body .wrap-body .shop-list {
    margin: 0; }
.shop-module .wrap-module .module-content .wrap-content .content-body .wrap-body .shop-list .shop-element {
    width: 100%;
    padding: 10px 0; } }

@media (max-width: 539px) {
.shop-module .wrap-module {
    padding: 0 40px; } 
.shop-module .wrap-module .module-content .wrap-content .content-head .intro-shop .intro-text{
    font-size:16px;
}
}

@media (max-width: 374px) {
.shop-module .wrap-module {
    padding: 0 25px; }
.shop-module .wrap-module .module-content .wrap-content .content-body .wrap-body .shop-list .shop-element .wrap-element .hover-content .wrap-hover .price-box .product-price{
    font-size:47px;
    }
.shop-module .wrap-module .module-content .wrap-content .content-body .wrap-body .shop-list .shop-element .wrap-element .hover-content .wrap-hover .product-info .product-text .text-info{
    font-size:13px;
}
.shop-module .wrap-module .module-content .wrap-content .content-body .wrap-body .shop-list .shop-element .wrap-element .hover-content .wrap-hover .product-info .product-title{
    font-size:26px;
}
.shop-module .wrap-module .module-content .wrap-content .content-body .wrap-body .shop-list .shop-element .wrap-element .hover-content .wrap-hover .product-info{
    top: calc(50% - 20px);
}
}

.s-footer-links.shop-page .wrapper{
    max-width: 1680px;
}
.s-footer-links.shop-page .container{
    padding: 0 170px;
}

@media (max-width: 1679px) {
.s-footer-links.shop-page .container{
    padding:0 190px;
}
.s-footer-links.shop-page .m-footer-links__item{
    width: calc(100% / 5);
}
}
@media (max-width: 1365px) {
.s-footer-links.shop-page .container{
    padding: 0 140px;
}
}
@media (max-width: 1279px) {
.s-footer-links.shop-page .wrapper{
    max-width: 1025px;
}
.s-footer-links.shop-page .container{
    padding: 0 50px;
}
}
@media (max-width: 1023px) {
.s-footer-links.shop-page .container{
    padding: 0 80px;
}
}
@media (max-width:969px){
.s-footer-links.shop-page .m-footer-links__item{
    width: calc(100% / 3);
}
}
@media (max-width: 767px) {
.s-footer-links.shop-page .wrapper{
    max-width: 530px;
}
.s-footer-links.shop-page .container{
    padding: 0 50px;
}
.s-footer-links.shop-page .m-footer-links__item{
    width: calc(100% / 2);
}
}
@media (max-width: 539px) {
.s-footer-links.shop-page .container{
    padding: 0 40px;
}
.s-footer-links.shop-page .m-footer-links__item{
    width: calc(100% / 1);
}
}
@media (max-width: 374px) {
.s-footer-links.shop-page .container{
    padding: 0 25px;
}
}

.popup-module {
  position: fixed;
  z-index: 99999999999;
  top: 0;
  left: 0;
  height: 0;
  width: 100%;
  -webkit-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 1s;
  -moz-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 1s;
  -ms-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 1s;
  -o-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 1s;
  transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 1s;
  overflow: hidden; }
  .popup-module.active {
    height: 100%; }
  .popup-module .popup-mask {
    content: '';
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    cursor: zoom-out; }
  .popup-module .wrap-popup {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%) translateZ(0);
    -moz-transform: translateY(-50%) translateX(-50%) translateZ(0);
    -ms-transform: translateY(-50%) translateX(-50%) translateZ(0);
    -o-transform: translateY(-50%) translateX(-50%) translateZ(0);
    transform: translateY(-50%) translateX(-50%) translateZ(0); }
    .popup-module .wrap-popup .close-popup {
      position: absolute;
      bottom: calc(100% + 10px);
      right: 0;
      width: 25px;
      height: 25px;
      background-color: #444446;
      border-radius: 50%;
      cursor: pointer; }
      .popup-module .wrap-popup .close-popup:before {
        content:'\e91b';
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translateY(-50%) translateX(-50%);
        -moz-transform: translateY(-50%) translateX(-50%);
        -ms-transform: translateY(-50%) translateX(-50%);
        -o-transform: translateY(-50%) translateX(-50%);
        transform: translateY(-50%) translateX(-50%);
        font-family:'icomoon';
        font-size: 9px;
        color: #fff; }
    .popup-module .wrap-popup .popup-content {
      position: relative;
      width: 640px;
      background-color: #fff;
      overflow: hidden;
      border-radius: 6px; }
      .popup-module .wrap-popup .popup-content .popup-img {
        position: absolute;
        top: 0;
        left: 0;
        width: 275px;
        height: 100%;
        overflow: hidden; }
        .popup-module .wrap-popup .popup-content .popup-img img {
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translateY(-50%) translateX(-50%);
          -moz-transform: translateY(-50%) translateX(-50%);
          -ms-transform: translateY(-50%) translateX(-50%);
          -o-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
          height: 100%;
          width: auto; }
      .popup-module .wrap-popup .popup-content .popup-info {
        padding-left: 275px;
        text-align: center; }
        .popup-module .wrap-popup .popup-content .popup-info .info-header {
          background-color: #444446;
          padding: 20px 20px 5px; }
          .popup-module .wrap-popup .popup-content .popup-info .info-header .header-title {
            font-family: "DIN Next LT Pro", sans-serif;
            font-size: 22px;
            font-weight: 400;
            color: #fff;
            letter-spacing: -0.02em;
            line-height: 90.9090909091%; }
          .popup-module .wrap-popup .popup-content .popup-info .info-header .header-price {
            font-size: 0;
            padding-top: 15px; }
            .popup-module .wrap-popup .popup-content .popup-info .info-header .header-price .price {
              display: inline-block;
              font-family: "DIN Next LT Pro", sans-serif;
              font-size: 70px;
              font-weight: 700;
              color: #fff;
              letter-spacing: -0.05em; }
            .popup-module .wrap-popup .popup-content .popup-info .info-header .header-price .coin {
              display: inline-block;
              font-family: "DIN Next LT Pro", sans-serif;
              font-size: 40px;
              font-weight: 700;
              color: #fff;
              letter-spacing: -0.05em; }
        .popup-module .wrap-popup .popup-content .popup-info .info-content {
          padding: 20px; }
          .popup-module .wrap-popup .popup-content .popup-info .info-content .info-text {
            font-family: 'Helvetica Neue', sans-serif;
            font-size: 18px;
            font-weight: 300;
            color: #707070;
            letter-spacing: 0.02em;
            line-height: 131.5789473684%; }
          .popup-module .wrap-popup .popup-content .popup-info .info-content .info-exclusive {
            padding: 15px 0;
            display: inline-block;
            font-family: "DIN Next LT Pro", sans-serif;
            font-size: 20px;
            font-weight: 500;
            color: #444444;
            letter-spacing: 0.01em;
            line-height: 125%; }
          .popup-module .wrap-popup .popup-content .popup-info .info-content .info-btn .btn-corp-link {
            background-color: #444446;
            border-color: transparent;
            color: #fff; }
  @media (max-width: 1023px) {
    .popup-module .wrap-popup .popup-content {
      width: 365px; }
      .popup-module .wrap-popup .popup-content .popup-img {
        position: relative;
        padding-top:69%;
        width: 100%; }
      .popup-module .wrap-popup .popup-content .popup-img img{
          height:auto;
          width:100%;
      }
      .popup-module .wrap-popup .popup-content .popup-info {
        padding-left: 0; } }
  @media (max-width: 539px) {
    .popup-module .wrap-popup .popup-content {
      width: 280px; }
      .popup-module .wrap-popup .popup-content .popup-img {
        display: none; }
      .popup-module .wrap-popup .popup-content .popup-info .info-header .header-title {
        font-size: 18px; }
      .popup-module .wrap-popup .popup-content .popup-info .info-header .header-price .price {
        font-size: 60px; }
      .popup-module .wrap-popup .popup-content .popup-info .info-header .header-price .coin {
        font-size: 30px; }
      .popup-module .wrap-popup .popup-content .popup-info .info-content .info-text {
        font-size: 16px; } }