:root {
--main-color:#cdaa35;
--background-color:#a98577;
}
.nav-right .nav-img{
    margin-bottom: 20px
}
.nav-right .nav-img:first-child{
    margin-bottom: 0;
}
.nav-right h3{
    color: #ed6f23
}
/* styles for '...' */ 
.truncate {
  /* hide text if it more than N lines  */
  overflow: hidden;
  /* for set '...' in absolute position */
  position: relative; 
  /* use this value to count block height */
  line-height: 1.2em;
  /* max-height = line-height (1.2) * lines max number (3) */
  max-height: 2.4em; 
  /* fix problem when last visible word doesn't adjoin right side  */
  text-align: justify;
  
  /* */
  margin-right: -1em;
  padding-right: 1em;
}
.truncate:before {
  /* points in the end */
  content: '...';
  /* absolute position */
  position: absolute;
  /* set position to right bottom corner of block */
  right: 0;
  bottom: 0;
}
.truncate:after {
  /* points in the end */
  content: '';
  /* absolute position */
  position: absolute;
  /* set position to right bottom corner of text */
  right: 0;
  width: 1em;
  /* set width and height */
  height: 1em;
  margin-top: 0.2em;
  background: white;
}
.header-left{
    float: left;
}
.header__info__item {
    display: inline-block;
    margin: 0;
    padding-left: 1px;
    font-size: 1em;
    line-height: 35px;
}
.header-container{
    clear: both;
}

.header__info{
    position: relative;
    background-color:#494949;
    max-height: 100px;
    transition: all 0.5s ease;
    overflow: hidden;
}
#footer {
    background: #494949;
}
.header-position.fixed-header .header__info{
    max-height: 0;

}
.header-position .header__info  a, .header-position .header__info  span{
    color: #fff;
}
.header-position{
    padding-top: 0;
}
.header__info .header-left, .header__info .header-right{
    padding: 0 15px;
}
.header-left .header__info__item{
    margin-right: 15px;
}
.header__info__item i {
    margin-right: 8px;
}
.nav-img .starting_price{
    font-size: 15px; 
    font-weight: normal;
    color: #afafaf;
}
.book-now{
    margin-top: 40px;
}
.hero-banner.slick-dotted.slick-slider{
    margin-bottom: 0;
}
a.prev, a.next {
    position: absolute;
    top: 50%;
    display: block;
    outline: none;
    text-align: left;
    z-index: 1000;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
a.prev {
    left: 20px;
}
a.next {
    right: 20px;
}
a.prev svg.icon, a.next svg.icon {
    fill: #fff;
}
.home-banner{
    position: relative;
}
a.slick-disabled, button.slick-disabled{
    visibility: hidden;
}
.slick-slide{
    position: relative;
}
.banner-container h2.big-text{
    font-size: 48px;
    font-weight: normal;
    display: block;
    font-family: FuturaNewMedium-Reg;
    color: #fff;
    text-transform: uppercase;
    text-shadow:rgba(0, 0, 0, 0.71) 1px 1px 3px;
    letter-spacing: 2px;
}

.banner-container h3.medium-text{
    font-size: 20px;
    font-family: 'montserratregular', sans-serif;
    display: inline-block;
    color: #fff;
}
.banner-container h4.small-text{
    color: #fff;
    text-decoration: underline;
}
.starting_price_banner {
    position: relative;
    display: block;
}
.starting_price_banner .price {
    position: relative;
    font-size: 100px;
    font-weight: 700;
    font-family: arial;
    letter-spacing: -7px;
    line-height: normal;
    display: inline-block;
    color: #fff;
}
.starting_price_banner .currency {
    position: absolute;
    top: 0;
    left: -54px;
    font-size: 20px;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: block;
    letter-spacing: 0;
}
.starting_price_banner .currency .content {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 15px;
    letter-spacing: 0;
    transform: translateX(-50%) translateY(-50%) rotate(-10deg);
}
.starting_price_banner .price_unit {
    position: absolute;
    font-size: 60px;
    top: 0;
    right: -10px;
    font-family: arial;
    letter-spacing: 0;
}
.starting_price_banner .plusplus {
    position: absolute;
    font-size: 42px;
    bottom: 13px;
    right: -56px;
    letter-spacing: 0;
}
.starting_price_banner .perpax{
    position: absolute;
    font-size: 30px;
    bottom: 0;
    right: -10px;
    letter-spacing: 0;
}
.starting_price_banner .perpax .perpax-content{
    position: absolute;
    bottom: 15px;
}
.starting_price_banner .promo {
    position: absolute;
    top: 0;
    right: -138px;
    font-size: 20px;
    border-radius: 50%;
    width: 70px;
    height: 70px;
    display: block;
    letter-spacing: 0;
    z-index: 2;
}
.starting_price_banner .promo .promo-content {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 14px;
    letter-spacing: 0;
    transform: translateX(-50%) translateY(-50%) rotate(10deg);
}
.hero-banner .banner-container{
    margin-top: 30px;
}
.list.text-left .banner-container{
    left: 100px;
    transform:translateX(0) translateY(-50%);
    text-align: left;
    width: calc( 100% - 200px );
    top:50%;
}
.list.text-right .banner-container{
     left: 100px;
    transform:translateX(0) translateY(-50%);
    text-align: left;
    width: calc( 100% - 200px );
    top:50%;
    text-align: right;
}
.banner-container .go-right{
    position: absolute;
    right: 0;
}
.starting_price_banner .currency:before{
    content: '';
    background: transparent;
}
.list.text-left .starting_price_banner{
    left: 50px;
}
.list.text-center .starting_price_banner{
    left: 0;
}
.list.text-right .starting_price_banner{
    right: 150px;
}
.endless-escape-grid .TallCarousel-slide {
    display: block;
    color: #fff;
    max-height: 520px;
    height: 69vw;
    position: relative;
}

.endless-escape-grid .TallCarousel-slide {
    height: 38vw;
    margin: 30px 0;
}
.endless-escape-grid .slick-slide {
    box-shadow: none;
    z-index: 10;
    transition: box-shadow 400ms ease, transform 400ms ease, z-index 400ms ease;
}

.endless-escape-grid .TallCarousel-slide:hover {
    z-index: 19;
    transform: scale(1.03);
    box-shadow: 0px 5px 14px -2px rgba(0,0,0, 0.44);
}
.endless-escape-grid .TallCarousel-slide > div {
    width: 100%;
    margin: initial;
}
.endless-escape-grid .TallCarousel-slide p {
    position: absolute;
    font-weight: 700;
    letter-spacing: -0.08px;
    font-size: 1.2rem;
    bottom: 1.6rem;
    left: 1.6rem;
}
.endless-escape-grid .TallCarousel-slide p {
    font-size: 1.6rem;
    bottom: 2.4rem;
    left: 3.2rem;
}
.TallCarousel-slide .HeroImageContainer{
    background-color:#3b444f;
    background-position:50%;
    background-repeat:no-repeat;
    background-size:cover;
    overflow:hidden;
    position:absolute;
    top:0;
    bottom:0;
    right:0;
    left:0;
}
.TallCarousel-slide .GradientOverlay{
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    opacity:0.45;
    z-index:1;
    background-image:linear-gradient(-180deg, rgba(0,0,0, 0) 53%, #000 100%);
}
.TallCarousel-slide p{
    color:#fff;
    z-index:10;
}
.PaginatorButton.prev{
    -moz-appearance: none;
    background-color: rgb(255, 255, 255);
    border: 0px none;
    border-radius: 50%;
    cursor: pointer;
    display: block;
    font-size: 9px;
    line-height: 1;
    transition: color 400ms ease 0s, box-shadow 400ms ease 0s;
    height: 4.44444em;
    width: 4.44444em;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0.222222em 0.888889em;
    position: absolute;
    bottom: 0px;
    margin-bottom: auto;
    margin-top: auto;
    top: 0px;
    left: -2.22222em;
}
.PaginatorButton.next{
    appearance:none;
    -webkit-appearance:none;
    background-color:#fff;
    border:0;
    border-radius:50%;
    cursor:pointer;
    display:block;
    font-size:9px;
    line-height:1;
    transition:color 400ms, box-shadow 400ms;
    height:4.444444444444445em;
    width:4.444444444444445em;
    box-shadow:0 0.2222222222222222em 0.8888888888888888em rgba(0,0,0, .1);
    position:absolute;
    bottom:0;
    margin-bottom:auto;
    margin-top:auto;
    top:0;
    right:-2.2222222222222223em;
}
.endless-escape-grid .PaginatorButton {
    z-index: 20;
}

.fileto__slider__slide .moz-background-picture {

    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    transition: all 4s ease;
    position: absolute;
    top: 0;
    left: 0;

}
.fileto__slider__holder {
    padding: 0 100px;
}
.fileto__slider__inner {
    left: 100px;
}
.fileto__slider__inner {

    position: absolute;
    left: 0;
    padding: 0 30px;
    bottom: 90px;

}
.fileto__slider__inner {

    padding: 0;
    left: 30px;
    bottom: 120px;

}
.moz-background-picture {

    display: inline-block;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;

}
.tab-slider__slide__caption {
    display: table-cell;
    vertical-align: middle;
    /*width: 100%;*/
    padding: 0 50px;
    text-align: center;
    height: 480px;
    z-index: 1;
    position: relative;
    font-family: 'Fedra Serif B Book';
}

.tab-slider__slide__title {
    overflow: hidden;
}
.tab-slider__slide__title {
    max-width: none;
    width: 100%;
    font-size: 3.2rem;
    line-height: 1.8em;
    color: #eddaab;
}
.tab-slider__slide__title span {
    white-space: nowrap;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    transition: -webkit-transform .4s cubic-bezier(.785,.135,.15,.86);
    transition: transform .4s cubic-bezier(.785,.135,.15,.86);
    transition: transform .4s cubic-bezier(.785,.135,.15,.86),-webkit-transform .4s cubic-bezier(.785,.135,.15,.86);
        transition-delay: 0s, 0s;
    transition-delay: .5s;
}
.tab-slider__slide.slick-current .tab-slider__slide__title span {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.tab-slider__slide__desc {
    opacity: 0;
    transition: opacity .3s ease;
    transition-delay: .9s;
    color: #fff;
}
.gallery__slider__content, .tab-slider__slide__desc {
    display: block;
}
.tab-slider__slide__desc {
    max-width: none;
    width: 100%;
    font-family: 'Fedra Serif B Book';
    color: #eddaab;
}
.hotel-country{
    color: #eddaab;
}
.hotel-country .price_unit{
    display: none;
}
.tab-slider__slide__button {
    opacity: 0;
    transition: opacity .3s ease;
    transition-delay: 1.3s;
}
.tab-slider__slide.slick-current .tab-slider__slide__button, .tab-slider__slide.slick-current .tab-slider__slide__desc {
    opacity: 1;
}
.btn--brown-light, .popup__app--newsletter .popup__app__container button {
    color: #736357;
    background-color: #eddaab;
}
.btn, .contact__field--file .file__button, .popup__app--newsletter .popup__app__container button {
    padding: 10px 20px;
    border: none;
    outline: none;
    display: inline-block;
    text-align: center;
    transition: all .3s ease;
    font-size: 13px;
    font-size: 1.3rem;
    font-family: Fedra Serif B Demi,Arial,Helvetica,sans-serif;
    position: relative;
}
.tab-slider__slider .moz-background-picture {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    transition: all .6s ease;
    -webkit-transform: scale(1.04);
    -ms-transform: scale(1.04);
    transform: scale(1.04);
}
.tab-slider__slider{

}
.tab-slider__slide {
    display: block;
    overflow: hidden;
    height: calc( 100% - 2px );
    position: relative;
}
.tab-slider__slide::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: '';
    background-color: rgba(0,0,0,.2);
    z-index: 1;
}
.moz-background-picture {
    display: inline-block;
    width: 100%;
    height: 100%;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    /*background-position: 50%;*/
    background-repeat: no-repeat;
}
.moz-background-picture.lazyloaded {
    opacity: 1;
}

.tab-slider__slide__title span {
    white-space: nowrap;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    transition: -webkit-transform .4s cubic-bezier(.785,.135,.15,.86);
    transition: transform .4s cubic-bezier(.785,.135,.15,.86);
    transition: transform .4s cubic-bezier(.785,.135,.15,.86),-webkit-transform .4s cubic-bezier(.785,.135,.15,.86);
        transition-delay: 0s, 0s;
    transition-delay: .5s;
    display: block;
}
.tab-slider__slide.slick-current .tab-slider__slide__title span {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
.tab-slider__controls {
    width: 100%;
    position: relative;
    z-index: 1;
}
.tab-slider__controls__holder {
    width: 110px;
    margin: -80px auto 0;
    position: relative;
    height: 80px;
}
.tab-slider__controls__holder::before {
    position: absolute;
    top: 0;
    left: 50%;
    content: '';
    width: 1px;
    height: 80px;
    background-color: #fff;
}
.tab-slider__controls__prev {
    float: left;
}
.tab-slider__controls__next {
    float: right;
}
.tab-slider__controls__next, .tab-slider__controls__prev {
    cursor: pointer;
    transition: opacity .3s ease,-webkit-transform .3s ease;
    transition: transform .3s ease,opacity .3s ease;
    transition: transform .3s ease,opacity .3s ease,-webkit-transform .3s ease;
    -webkit-transform: translateX(0) translateZ(0);
    transform: translateX(0) translateZ(0);
}
.tab-slider__controls__next svg, .tab-slider__controls__prev svg {
    width: 40px;
    height: 30px;
    fill : #fff;
}
.tab-slider__tab__title {
    position: relative;
    overflow: hidden;
    color: #fff;
    transition: color .3s ease;
    cursor: pointer;
    height: 100%;
}
.tab-slider__tab__title .moz-background-picture {
    -webkit-transform: scale(1) translateZ(0);
    transform: scale(1) translateZ(0);
    transition: all .3s ease;
}
.tab-slider__tab__title:hover .moz-background-picture {
    -webkit-transform: scale(1.05) translateZ(0);
    transform: scale(1.05) translateZ(0);
    opacity: 1;
}
.whats-on-grid .grid-item{
    padding: 0;
    overflow: hidden;
}
.grids_one-half .grid__item{
    height: 240px;
    padding: 0;
}
.hotels-list .hotel-info {
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    height: 100%;
    position: absolute;
    width: 100%;
    transition-property: all;
    transition-duration: 0.3s;
    transition-timing-function: ease;
    transition-delay: 0s;
}
.hotels-list .hotel-info .hotel-name, .hotels-list .hotel-info .hotel-country {
    color: #fff;
    font-family: "FuturaPT-Book";
    font-size: 18px;
    font-weight: normal;
    text-transform: uppercase;
}
.tab-slider__tab__title .moz-background-picture{
    z-index: 0;
}
.tab-slider__tab__caption {
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    display: table;
    width: 100%;
    height: 100%;
    text-align: center;
    font-size: 16px;
    font-size: 1.6rem;
    letter-spacing: 3px;
}
.tab-slider__tab__inner {
    display: table-cell;
    vertical-align: middle;
}
.tab-slider__tab__title:hover .tab-slider__tab__inner span::after {
    background-color: #fff;
}
.tab-slider__tab__inner > span:first-child::after {
    content: '';
    width: 100%;
    height: 1px;
    background-color: #fff;
    position: absolute;
    left: 0;
    bottom: -3px;
    transition: background-color .3s ease;
}
.tab-slider__tab__inner > span:first-child {
    display: inline-block;
    position: relative;
}
.tab-slider__tab__inner > .btn{
    display: inline-block;
    margin-top: 10px;
    letter-spacing: normal;
}
.tab-slider__tab__inner .starting-price{
    display: block;
    padding: 10px 0 5px 0;
}
.tab-slider__tab__title .moz-background-picture:after{
    content: '';
    position: absolute;
    z-index: 1;
    background-color: rgba(0,0,0,0.2);
    width: 100%;
    height:  100%;
    left: 0;
    top: 0;
}
.grids_one-half .grid__item{
    padding: 0 0 1px 1px;
}
.grids_one-half .grid__item:nth-child(3), .grids_one-half .grid__item:nth-child(4){
    padding-bottom: 0;
}
.endless-escape{
    margin: 0;
}
.whats-news-grid{
    height: 300px;
    margin-top: 30px;
}

.item-list-inner {
    position: relative;
}
.hotel-info {
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    height: 100%;
    position: absolute;
    width: 100%;
    transition-property: all;
    transition-duration: 0.3s;
    transition-timing-function: ease;
    transition-delay: 0s;
    top: 0;
    left: 0;
}
.hotel-info .hotel-name{
    padding: 0 30px;
}
.item-list-inner:hover .hotel-info {
    background: rgba(37,36,35,0.7);
}
.hotel-info .hotel-name, .hotel-info .hotel-country {
    color: #fff;
    font-size: 18px;
    font-weight: normal;
    text-transform: uppercase;
}
.hotel-info .hotel-name, .hotel-info .hotel-country {
    color: #fff;
    font-size: 18px;
    font-weight: normal;
    text-transform: uppercase;
}
.hotel-info .hotel-country {
    font-size: 14px;
    transition-property: all;
    transition-duration: 0.3s;
    transition-timing-function: ease;
    transition-delay: 0s;
    color: #eddaab;
    margin-top: 15px;
    text-decoration: underline;
}
.item-list-inner:hover .hotel-country {
    position: relative;
}
.item-list-inner:hover .hotel-country::after {
    content: "";
    background: url('../images/sprites-saae1a8b5b5.png') -207px 0;
        background-repeat: repeat;
    background-repeat: no-repeat;
    height: 13px;
    width: 17px;
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -8.5px;
    margin-top: 30px;
}
.resort-links-wrapper a {
    text-indent: -999em;
    white-space: nowrap;
    overflow: hidden;
    text-align: initial;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    color: transparent;
}
.resort-links-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    bottom: 0;
    right: 0;
    margin: auto;
}
.item-list-inner:hover .resort-links-wrapper {
    opacity: 1;
}
.resort-links-wrapper .draw {
    position: absolute;
    width: 90%;
    height: 90%;
    margin: auto;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    padding: 0;
    z-index: 10;
}
.item-list-inner:hover .draw {
    transition: color 0.25s;
}
.item-list-inner:hover .draw:hover {
    color: #fff;
}
.item-list-inner:hover .draw::after {
    bottom: 0;
    right: 0;
}
.resort-links-wrapper .draw::before, .resort-links-wrapper .draw::after {
    box-sizing: inherit;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
}
.item-list-inner:hover .draw::before, .item-list-inner:hover .draw::after {
    border: 1px solid transparent;
    width: 0;
    height: 0;
}
.item-list-inner:hover .draw::before {
    top: 0;
    left: 0;
}
.item-list-inner:hover .draw:hover::before, .item-list-inner:hover .draw:hover::after {
    width: 100%;
    height: 100%;
}
.item-list-inner:hover .draw:hover::before {
    border-top-color: #fff;
    border-right-color: #fff;
    transition: width 0.25s ease-out,height 0.25s ease-out 0.25s;
}
.item-list-inner:hover .draw:hover::after {
    border-bottom-color: #fff;
    border-left-color: #fff;
    transition: border-color 0s ease-out 0.5s,width 0.25s ease-out 0.5s,height 0.25s ease-out 0.75s;
}
.item-list-inner {
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
}
.grid-caption{
    position: relative;
    height: 400px;
}
.grid-caption .moz-background-picture{
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
}
.grid-caption h2 {
    color: #8c857b;
    font-size: 40px;
    font-weight: normal;
}
.grid-caption .description {
    background: #fff;
    font-size: 14px;
    font-weight: 400;
    color: #595959;
    line-height: 29px;
    margin-right: -32px;
    padding: 30px 50px 30px 0;
}
.grip-caption-wrapper{
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}
.whats-news-grid .grid-caption{
    overflow: hidden;
    display: block;
    padding: 0 0 0 1px;
}
.caption-content{
    padding: 20px;
}
.grid-caption.small{
    height: 200px;
    padding-bottom: 1px;
}
.whats-news-grid > .grid-caption.small:last-child, .whats-news-grid > .grid-caption.small.bottom{
    padding-bottom: 0;
}
.no-padding{
    padding: 0;
}
.title-description-wrapper{
    -webkit-order: 2;
    order: 2;
    width: -webkit-calc(30% + 55px);
    width: calc(30% + 55px);
    background: #fff;
    font-family: "Open Sans",sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #595959;
    line-height: 29px;
    margin-left: -55px;
    margin-top: 100px;
    padding: 30px 20px;
    position: relative;
    height: auto;
    overflow: hidden;
    z-index: 1;
}
.title-description-wrapper{
    -webkit-order: 1;
    order: 1;
    margin-right: -55px;
    margin-left: 0;
    width: 33%;
}
.title-description-wrapper .title{
    margin-bottom: 15px;
}
.title-description-wrapper .title a{
    color: #252423;
    font-size: 24px;
    font-weight: normal;
    line-height: 11px;
}
.title-description-wrapper .description{
    margin-bottom: 18px;
}
.title-description-wrapper .link-node a{
    background: #00b398;
    border-radius: 0;
    border: none;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    font-weight: normal;
    padding: 14px 50px 14px 25px;
    line-height: 1;
    text-transform: uppercase;
    position: relative;
}
.title-description-wrapper .link-node a::after{
    content: "";
    background: url('https://www.sunresortshotels.com/themes/sunresorts/css/../images/sprites-saae1a8b5b5.png') -275px 0;
    background-repeat: no-repeat;
    height: 14px;
    width: 7px;
    position: absolute;
    right: 14px;
    top: 14px;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.hightlight-item .image-wrapper{
    -webkit-order: 2;
    order: 2;
    width: 72%;
    position: relative;
}
.image-wrapper img{
    width: 100%;
}
.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}
.image-wrapper .img-content-link{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.hightlight-item{
    display: -webkit-box !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: -webkit-flex !important;
    display: flex !important;    
}
.highlights{
    margin-top: 30px;
}
.flex-direction-nav{
    left: 262px;
    right: auto;
    position: absolute;
    top: 415px;
    margin-right: -36px;
    z-index: 3;
}
.flex-direction-nav li{
    background: #252423;
    height: 35px;
    margin: 0 0.5px;
    width: 35px;
    display: -webkit-inline-flex;
    display: inline-flex;
    position: relative;
}
.flex-direction-nav a {
    text-decoration: none;
    display: block;
    width: 40px;
    height: 40px;
    margin: -20px 0 0;
    position: absolute;
    top: 50%;
    z-index: 10;
    overflow: hidden;
    opacity: 0;
    cursor: pointer;
    color: rgba(0,0,0,0.8);
    text-shadow: 1px 1px 0 rgba(255,255,255,0.3);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.flex-direction-nav li a{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    opacity: 1;
    color: transparent;
    text-shadow: none;
    text-indent: -999em;
    white-space: nowrap;
    overflow: hidden;
    text-align: initial;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
}
.flex-direction-nav li .flex-prev:before{
    background: url('https://www.sunresortshotels.com/themes/sunresorts/images/sprites-saae1a8b5b5.png') -287px 0;
    background-repeat: repeat;
    background-repeat: no-repeat;
    height: 14px;
    width: 7px;
    content: '';
}
.flex-direction-nav li .flex-next:before{
    background: url('https://www.sunresortshotels.com/themes/sunresorts/images/sprites-saae1a8b5b5.png') -275px 0;
    background-repeat: repeat;
    background-repeat: no-repeat;
    height: 14px;
    width: 7px;
    content: '';
}
.endless-escape .container{
    position: relative;
}
.footer-top {
    background-color: #8c857b;
}
.footer-top {
    padding: 40px 0 50px;
    height: 640px;
    background-repeat: repeat;
}
.region-footer-top {
    margin-left: auto;
    margin-right: auto;
}
section {
    display: block;
}
.clearfix::before {
    content: " ";
    display: table;
}
.social-feeds-block .icons-links {
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
}
.social-feeds-block .icons-links li {
    cursor: pointer;
    margin: 0 9px;
    text-indent: -999em;
    text-align: initial;
    overflow: hidden;
    display: block;
    outline: none;
}
.social-feeds-block .facebook-icon.active {
    background: url('../images/sprites-saae1a8b5b5.png') -1353px 0;
        background-repeat: repeat;
    background-repeat: no-repeat;
    height: 36px;
    width: 36px;
}
.social-feeds-block .feeds-list {
    margin-top: 45px;
    position: relative;
}
.social-feeds-block .feeds-list::after {
    clear: both;
}
.social-feeds-block .feeds-list::after {
    content: " ";
    display: table;
}
.social-feeds-block .feeds-list > div {
    -webkit-transition: opacity 1s ease;
    -o-transition: opacity 1s ease;
    transition: opacity 1s ease;
    position: absolute;
    top: 0;
    left: 0;
}
.social-feeds-block .left-wrapper {
    float: left;
    text-align: right;
    padding: 50px 45px 0 18px;
    width: 30%;
}
.social-feeds-block .left-wrapper .hotel-name {
    color: #f7f5f3;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.social-feeds-block .facebook-feed .feed-name {
    background: url('../images/sprites-saae1a8b5b5.png') -2729px 0;
        background-repeat: repeat;
    background-repeat: no-repeat;
    height: 54px;
    width: 263px;
}
.social-feeds-block .right-wrapper {
    float: left;
    width: 70%;
}
.facebook-feed-list.slides{
    margin: 0;
    padding: 0;
    list-style: none;
}
.social-feeds-block .facebook-feed-list::before{
    content: " ";
display: table;
}
.social-feeds-block .facebook-feed-list li {
    float: left;
    width: 25%;
}
.social-feeds-block .facebook-feed-list > li{
    border: 1px solid transparent;
}
.social-feeds-block .facebook-feed-details {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    position: relative;
}
.social-feeds-block .facebook-feed-details > div {
    float: left;
    width: 50%;
}
.social-feeds-block .facebook-feed-details .facebook-feed-img picture {
    -webkit-flex-grow: 1;
    flex-grow: 1;
}
.social-feeds-block .facebook-feed-details .facebook-feed-img img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}
.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}
.social-feeds-block .facebook-feed-details .facebook-feed-caption {
    background: #fff;
    font-size: 12px;
    font-weight: 400;
    line-height: 17px;
    padding: 28px 24px;
    height: 210px;
    overflow: hidden;
    overflow-wrap: break-word;
    word-wrap: break-word;
}
.social-feeds-block .facebook-feed-details > div {
    float: left;
    width: 100%;
}
.social-feeds-block .left-wrapper .feed-name {
    float: right;
    text-indent: -999em;
    text-align: initial;
    overflow: hidden;
    display: block;
    outline: none;
    margin-bottom: 35px;
}
.social-feeds-block .facebook-feed-list::after{
    clear: both;
    content: " ";
    display: table;
}
.social-feeds-block .feeds-list::before{
    content: " ";
    display: table;
}
.social-feeds-block .feeds-list::after {
    clear: both;
    content: " ";
    display: table;
}
.region-footer-top {
    margin-left: auto;
    margin-right: auto;
}
.home-banner .list{
    height: 100vh;
    overflow: hidden;
}
.home-banner .list > img{
    position: absolute;
    z-index: -2;
    left: 50%;
    top: 50%;
    transform: translate( -50%, -50% );
}
.home-banner .list.text-left:after{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 40%;
    height: 100%;
    z-index: -1;
    background: linear-gradient(to right,
        rgba(0,0,0, 0.6),
        rgba(0,0,0, 0)
    )
}
.home-banner .list.text-right:after{
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 40%;
    height: 100%;
    z-index: -1;
    background: linear-gradient(to right,
        rgba(0,0,0, 0),
        rgba(0,0,0, 0.6)
    )
}
.home-banner .list.text-center:after{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: linear-gradient(to right,
        rgba(0,0,0, 0),
        rgba(0,0,0, 0.6),
        rgba(0,0,0, 0)
    )
}
.footer-top .icons-networks svg{
    width: 50px;
    height: auto;
    margin: 0 auto;
    display: block;
}
.facebook-feed svg{
    max-width: 80%;
}

.home-banner.taxonomy .list, .home-banner.single-package .list, .home-banner.blog .list{
    height: 70vh;
    overflow: hidden;
}
.home-banner.taxonomy .list:after, .home-banner.single-package .list:after{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -2;
    background: linear-gradient(to right,
        rgba(0,0,0, 0),
        rgba(0,0,0, 0.6),
        rgba(0,0,0, 0)
    )
}
.hotel-highlights span img{
      width: 500px;
      height: 500px;
      object-fit: cover;
}
.hotel-highlights span{
    width: 210px;
    height: 210px
}
.hotel-highlights{
    margin-top: 30px;
}
.plan-even-desc h3 span a{
    min-height: 60px;
}

.taxonomy-pagination a.prev, .taxonomy-pagination  a.next{
    top: 30%;
}
.taxonomy-pagination{
    margin-bottom: 100px;
}
.plan-even-desc .price_unit{
    display: none;
}

.tab_contents.included-tab-content, .tab_contents.excluded-tab-content, .tab_contents.terms-n-conditions-tab-content{
    display: none;
}
.container.relative-div label{
    cursor: pointer;
    font-weight: 300;
}
 
#checkbox-included:checked ~ .container.relative-div li.included a, 
#checkbox-excluded:checked ~ .container.relative-div li.excluded a,
#checkbox-terms-n-conditions:checked ~ .container.relative-div li.terms-n-conditions a{
    border-bottom-color: #8c8380;
    color: #8c8380;
}

#checkbox-included:checked ~ .included-tab-content, #checkbox-excluded:checked ~ .excluded-tab-content, #checkbox-terms-n-conditions:checked ~ .terms-n-conditions-tab-content{
    display: block;
}
.booking-tab-content .filter{
    background: none;
}
#package-option .filter li a.checkbox.current{
    color: #01a8b8;
}
#package-guest-details input[type=text] {
    background-color: #ccc;
    text-align: center;
    padding: 10px 0;
}
#package-guest-details input[type=text] {
    background-color: #ccc;
    text-align: center;
    padding: 10px 0;
}
#package-guest-details input[name="coupon_code"]{
    text-align: left;
    padding: 10px 0 10px 20px!important;
}
.logo {
    max-width: 250px;
}
.footer-item.social-share{
    margin-top: 50px;
}
.nav-img img{
    max-width: 137px;
}
.nav-img .starting_price .price_unit{
    display: none;
}
.stay-container .stay-item img{
    max-height: 250px;
    width: 100%;
    object-fit: cover;
}
.pagination-blog a{
    background: #ed6f23;
    border-radius: 25px;
    color: #fff;
    font-size: 15px;
    padding: 15px 30px;
    margin: 18px 0;
    letter-spacing: 1px;
    margin-left: 20px;
    text-transform: none;
}
.pagination-blog{
    text-align: center;
}
.incentive .ui-datepicker-trigger{
    display: none;
}
.incentive .datepicker.form-control{
    width: 100%;
}
#wpadminbar{
    /*display: none;*/
}
#package-guest-details input[type=checkbox], #package-summary input[type=checkbox]{
-webkit-appearance: checkbox;
appearance: checkbox;
}
a {
    color: var(--main-color);
}
.fixed-header .menu-nav > li > a, .white-bg .menu-nav > li > a, .inn-white-bg .menu-nav > li > a {
    color: var(--main-color);
}
.wp-rides-ohrs-grid .openhrs-title{
    color: var(--main-color);
}
.copy-rights{
    border-top: 1px solid var(--main-color);
}
.btn-primary{
    background: var(--main-color);
}
.title-description-wrapper .link-node a{
    background: var(--main-color);
}
.flex-direction-nav li .flex-next::before {
    background: url('../images/arrow-next-white.svg');
    background-size: 100% auto;
    background-position: center;
    background-repeat: no-repeat;
    height: 20px;
    width: 13px;
}
.flex-direction-nav li .flex-prev::before {
    background: url('../images/arrow-prev-white.svg');
    background-size: 100% auto;
    background-position: center;
    background-repeat: no-repeat;
    height: 20px;
    width: 13px;
}
.footer-logo img{
    filter:brightness(0) invert(1);
}
#ui-datepicker-div div.ui-datepicker-header{
    background-color: #fff;
}
#ui-datepicker-div div.ui-datepicker-title{
    background-color: #fff!important;
}
.menu-nav > li > a {
    text-transform: uppercase;
    padding: 35px 19px 46px;
    display: block;
    margin-bottom: -1px;
    position: relative;
}
.contact-form input, .contact-form textarea{
    padding: 10px 20px;
}
.contact-form input.datepicker{
    min-width: 200px;
}
footer#footer .row .footer-item.customer-service{
    margin-top: 40px;
}
/*filter*/
.filter-options {
    background: #f7f7f7;
    font: 14px 'montserratsemibold';
    color: #8c837b;
    padding: 13px 10px 13px 30px;
    margin: 0 0 40px;
    position: relative;
}
.filter-options.list-tags.categories ul li {
    float: left;
    margin-right: 15px;
}
.filter-options li {
    letter-spacing: 1px;
    line-height: 26px;
    display: inline-block;
    margin-right: 11px;
    position: relative;
}
#package-option .filter-options li a.checkbox.current {
    color: #01a8b8;
}
.filter-options li > label, .filter-options li > a {
    color: #8c837b;
    display: inline-block;
    border: 1px solid #8c837b;
    border-radius: 8px;
    padding: 8px 22px;
    margin: 0;
    cursor: pointer;
    font-weight: normal;
}
.booking-tab-content .filter-options {
    background: none;
}
#package-option .filter-options > ul{
    display: flex;
    flex-direction: row;
    justify-content: center;
}
/*filter*/
.tab_contents.booking-tab-content .sect{
    margin-bottom: 5px;
}
.tab_contents.booking-tab-content .sect > ul{
    display: flex;
    flex-direction: row;
}
.tab_contents.booking-tab-content .sect > ul li:nth-child(2){
    align-items: center;
    display: flex;
    flex-direction: row;
}
.notesite > #slice > .pie {
    position: absolute;
    border: .1em solid #444;
    width: 1em!important;
    height: 1em!important;
    clip: rect(0em,0.5em,1em,0em);
    border-radius: .5em;
}
#package_query table.option-package tbody tr td:nth-child(1){
        padding-right: 10px;
}
.option_description .total{
    padding: 19px 0;
    color: var(--main-color);
    display: block;
}
.option_description .total::after {
    content: '';
    position: absolute;
    bottom: 12px;
    width: 80%;
    border-bottom: 1px solid #e1e1e1;
    display: block;
    left: 50%;
    transform: translateX(-50%);
}
td.column-nett, th.column-nett{
    display: none;
}
@media (max-width: 768px) {
    .tab_contents.booking-tab-content .sect > ul li:nth-child(2) h1{
        font-size: 28px;
        margin: 0;
        text-align: left;
    }
    #package_query table.option-package tbody tr td:nth-child(1){
        padding-right: 10px;
        vertical-align: top;
    }
    #package_query table.option-package tbody tr td:nth-child(2){
        text-align: left;
        display: flex;
        flex-wrap: wrap;
    }
    #package_query table.option-package tbody tr td:nth-child(2) a.view-site.book{
        margin-top: 10px!important;
        display: block;
    }
    .tab_contents.booking-tab-content .container .row .col-md-offset-2 .col-md-12{
        margin-bottom: 30px;
    }
    td.column-nett, th.column-nett{
        display: none;
    }
    .tab-content.package-content .container .row p, .included-tab-content .container .row p{
        text-align: justify;
    }
    .included-tab-content .container .row p, .excluded-tab-content .container .row p, .terms-n-conditions-tab-content .container .row p{
        padding: 0 25px;
        text-align: justify;
    }
    .package-terms{
        height: 62px;
        overflow: hidden;
    }
    .banner-container h2.big-text{
        font-size: 30px;
    }
    .home-banner .list > img {
        position: absolute;
        z-index: -2;
        left: 50%;
        top: 50%;
        transform: translate( -50%, -50% );
        max-width: none;
        height: 100%;
        width: auto;
    }
    .hero-banner ~ .slick-arrow{
        display: none!important;
    }
    .home-banner.taxonomy .list::after, .home-banner.single-package .list::after {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: -2;
        background: linear-gradient(to right, rgba(0,0,0, 0.3) 0%, rgba(0,0,0, 0.5) 20%, rgba(0,0,0, 0.5) 80%, rgba(0,0,0, 0.3) 90% );
    }
    .list.text-left .banner-container {
        left: 25px;
        transform: translateX(0) translateY(-50%);
        text-align: left;
        width: calc( 100% - 25px );
        top: 50%;
    }
    .list.text-right .banner-container {
        left: auto;
        right: 25px;
        transform: translateX(0) translateY(-50%);
        text-align: left;
        width: calc( 100% - 25px );
        top: 50%;
        text-align: right;
    }
    .starting_price_banner {
        position: relative;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        margin-top: 50px;
    }
    .starting_price_banner .price{
        position: relative;
        font-size: 52px;
        font-weight: 700;
        font-family: arial;
        letter-spacing: -2px;
        line-height: normal;
        display: inline-block;
        color: #fff;
    }
    .starting_price_banner .price_unit {
        position: absolute;
        font-size: 36px;
        top: 0;
        right: -10px;
        font-family: arial;
        letter-spacing: 0;
    }
    .starting_price_banner .promo {
        position: absolute;
        top: -12px;
        right: -106%;
        font-size: 20px;
        border-radius: 50%;
        width: 50px;
        height: 50px;
        display: block;
        letter-spacing: 0;
        z-index: 2;
    }
    .starting_price_banner .perpax {
        position: absolute;
        font-size: 30px;
        bottom: -23px;
        right: 0px;
        letter-spacing: 0;
    }
    .starting_price_banner .promo {
        position: absolute;
        top: -12px;
        right: -72px;
        font-size: 20px;
        border-radius: 50%;
        width: 50px;
        height: 50px;
        display: block;
        letter-spacing: 0;
        z-index: 2;
    }
    .starting_price_banner .promo .promo-content {
        position: absolute;
        top: 50%;
        left: 50%;
        font-size: 10px;
        letter-spacing: 0;
        transform: translateX(-50%) translateY(-50%) rotate(10deg);
    }
    .starting_price_banner .promo {
        position: absolute;
        top: -12px;
        right: -100px;
        font-size: 20px;
        border-radius: 50%;
        width: 50px;
        height: 50px;
        display: block;
        letter-spacing: 0;
        z-index: 2;
        transform: none!important;
    }
    .list.text-right .starting_price_banner {
        right: -12.5px;
    }
    .list.text-left .starting_price_banner {
        left: -12.5px;
    }
    .slick-dots{
        display: flex;
        flex-direction: row;
        justify-content: center;
        bottom: 0px;
    }
    .PaginatorButton.prev{
        left: 0.778em;
    }
    .PaginatorButton.next{
        right: 0.778em;   
    }
    .endless-escape-grid .TallCarousel-slide {
        height: 100vw;
        margin: 30px 0;
    }
    .highlights .title-description-wrapper .description{
        display: none;
    }
    .title-description-wrapper{
        position: absolute;
        padding: 20px;
    }
    .hightlight-item .image-wrapper{
        width: 100%;
    }
    .highlights .slick-dots{
        display: none!important;
    }
    .title-description-wrapper{
        width: 60vw;
    }
    .title-description-wrapper .title a {
        color: #252423;
        font-size: 15px;
        font-weight: normal;
        display: block;
        line-height: normal;
    }
    .title-description-wrapper .link-node a{
        display: block;
        padding: 20px;
    }
    .resort-links-wrapper a{
        font-size: 10px;
    }
    .hotel-info .hotel-name, .hotel-info .hotel-country{
        font-size: 11px;
    }
    .home-banner .list.text-center::after {
        background: linear-gradient(to right, rgba(0,0,0, 0.3) 0%, rgba(0,0,0, 0.6) 20%, rgba(0,0,0, 0.6) 80%, rgba(0,0,0, 0.3)100% );
    }
    table.summary-package thead{
        display: none;
    }
    table.summary-package > tbody > tr.item_prices{
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        border: 1px solid #e1e1e1;
        border-radius: 5px;
    }
    table.summary-package > tbody > tr.item_prices td:nth-child(1) {
        width: 100%;
        display: block;
        padding: 12px;
        text-align: center;
        font-weight: bold;
        font-size: 120% !important;
    }
    table.summary-package > tbody > tr.item_prices td:nth-child(2){
        width: 40%;
        display: flex;
        text-align: center;
        align-items: center;
        justify-content: center;
        border-right: 1px solid #e1e1e1;
        flex-direction: column;
    }
    table.summary-package > tbody > tr.item_prices td:nth-child(3){
        width: 60%;
        display: block;
        padding: 12px !important;
    }
    /*table.summary-package > tbody > tr.item_prices td:nth-child(4){
        width: 100%;
        display: block;
    }*/
    table.summary-package > tbody > tr.item_prices td:nth-child(5){
        width: 100%;
        display: block;
        padding: 12px !important;
        font-weight: bold;
        font-size: 120% !important;
        text-align: center!important;
    }
    table.summary-package > tbody > tr.item_prices ~ tr.item_prices{
        margin-top: 20px;
    }
    table.summary-package > tbody > tr.tr-hair{
        display: flex;
        padding: 2px;
    }
    tr.room-arrangement div.room-data{
        position: relative;
        flex-wrap: wrap;
    }
    tr.room-arrangement div.room-data > div{
        margin-right: 0!important;
        width: 100%;
        padding: 20px 0;
    }
    div.room-data a.delete-room-type{
        padding: 0;
        border: 1px solid #409f89;
        float: right;
        position: absolute;
        top: 0px;
        right: 0;
        border-radius: 50%;
        width: 25px;
        height: 25px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .grid-caption {
        position: relative;
        height: auto;
    }
    .whats-news-grid .col-md-2.grid-caption .item-list-inner{
        display: none;
    }
}
