/* dela-gothic-one-regular - greek_latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Dela Gothic One';
    font-style: normal;
    font-weight: 400;
    src: url('fonts/dela-gothic-one-v10-greek_latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }

/* roboto-regular - greek_latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url('fonts/roboto-v30-greek_latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  /* roboto-500 - greek_latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    src: url('fonts/roboto-v30-greek_latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  /* roboto-700 - greek_latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: url('fonts/roboto-v30-greek_latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  /* roboto-900 - greek_latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 900;
    src: url('fonts/roboto-v30-greek_latin-900.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }

*{
    margin: 0px;
    padding: 0px;
}
html, body{
    margin: 0px;
    padding: 0px;
    height: 100%!important;
    background-color: #000!important;
    position: relative;
}
.text-inside::-webkit-scrollbar{
    display: none;
}
.text-inside{
    -ms-overflow-style: none;
    scrollbar-width: none;
}

#pagewrap{height: 100%;}

.header{
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 40;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    padding: 20px 24px;
    border-right: 2px solid #fff;
}
#button-menu{
    position: relative;
    width: 50px;
    font-size: 12px;
    background: transparent;
    color: #fff;
    font-weight: 600;
    cursor: pointer;
    float: left;
    z-index: 100;
    transition: opacity .25s ease;
    height: 45px;
    cursor: pointer;
}
#button-menu span{
    background: #fff;
    border: none;
    height: 3px;
    width: 0px;
    position: absolute;
    transition: all .35s ease;
    cursor: pointer;
    z-index: 100;
}
#button-menu span:nth-child(1){
    width: 40px;
    top: 10px;
}
#button-menu span:nth-child(2){
    width: 40px;
    top: 20px;
}
#button-menu span:nth-child(3){
    width: 40px;
    top: 30px;
}
#header-footer{
    color: #fff;
}
.page_home{
    position: relative;
    height: 100%;
}

.page_top {
    position: fixed;
    top: 20px;
    left: 120px;
    right: 38px;
    z-index: 10;
    color: #fff;
}

.page_top .left {
    float: left;
}
.page_top a{
    text-decoration: none;
}
.page_top .left a{
    font-family: 'Dela Gothic One';
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    line-height: 46px;
    color: #FFFFFF;
}
.page_top .right a{
    font-family: 'Dela Gothic One';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    text-align: right;
    color: #FFFFFF;
}

.page_top .right {
    float: right;
}

.swiper {
    width: 100%;
    height: 100%;
  }

  .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .swiper-slide a{
    position: fixed;
    z-index: 3;
    color: #fff;
    right: 65px;
    top: 55%;
    text-decoration: none;
    font-family: 'Dela Gothic One';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    text-align: right;
    color: #FFFFFF;
  }
  .swiper-slide a:hover{
    color: #fff;
    text-decoration: none;
    border-bottom: 1px solid #fff;
  }
  .swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
    color: #000;
    opacity: 1;
    background: rgba(0, 0, 0, 0.2);
  }

  .swiper-pagination-bullet-active {
    color: #fff;
    background: #007aff;
  }
  .top-bar{
      position: fixed;
      z-index: 2;
      top: 25px;
      left: 100px;
  }
  
  .swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal{
      bottom:var(--swiper-pagination-bottom,50%)!important;
      text-align: right!important;
      right:56px;
      width: 95%;
  }
  .swiper-pagination-bullet{
      font-family: 'Dela Gothic One';
      font-style: normal;
      font-weight: 400;
      font-size: 60px;
      width: 96px!important;
      height: 96px!important;
      background-color: transparent!important;
      border-bottom: 2px solid #fff;
      border-radius: 0%!important;
      margin: 0px!important;
      line-height: 80px!important;
      opacity: 1!important;
      position: relative;
      right: 50px;
      padding-right: 30px!important;
      display: inline!important;
  }
  .swiper-pagination-bullet:last-child{
    padding-right: 0px!important;
  }
  .swiper-pagination-bullet-active{
      color: #fff;
  }
  .swiper-pagination-1 .swiper-pagination-bullet{
    color: rgba(255, 255, 255, 0.3)!important;
  }
  .swiper-pagination-1 .swiper-pagination-bullet-active{color: #fff!important;}

.swiper-slide::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    opacity: 0.2;
}
@media only screen and (max-width:1116px) and (min-width:837px){
    .swiper-pagination-bullet{font-size: 40px;}
    .swiper-slide a{top: 52%;}
}

.text{
    position: fixed;
    z-index: 2;
    max-width: 100%;
    padding-left: 119px;
    padding-right: 38px;
    bottom: 20px;
}
.text p{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    line-height: 38px;
    color: #FFFFFF;
}  

.footer {
    position: fixed;
    right: 38px;
    z-index: 20;
    color: #fff;
    bottom: 20px;
}

.footer a {
    color: #fff;
    text-decoration: none;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 11px;
    line-height: 13px;

    color: #FFFFFF;
}
.footer a:hover{
    color: darkgrey;
}

#block-suites a{color: #fff;text-decoration: none;}
#block-suites a:hover{opacity: 0.7;}

/*overlay code starts*/
.overlay {
    position: fixed;
    background: #000 !important;
    color: #fff !important;
    top: 0;
    left: 0;
    right: 0;
    height: 0%;
    transition: opacity .35s, visibility .35s, height .35s;
    overflow: auto;
    z-index: 99;
    display: flex;
    justify-content: space-between;
}

.overlay-left {
    width: 49%;
    float: left;
    background-color: #000;
}

.open {
    height: 100vh;
}

.overlay nav {
    max-width: 100%;
    margin: 200px 100px 0 20%;
}

.overlay ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
    display: block;
    position: relative;

}

.overlay ul li {
    display: block;
    position: relative;
	text-align:left;
    opacity: 1;
}

.overlay ul li a {
    display: block;
    position: relative;
    font-family: 'Dela Gothic One';
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    line-height: 46px;
    color: #FFFFFF;
    padding-bottom: 40px;
    transition: all 1s ease;
    text-transform: uppercase;
}

#button-menu.active .top{
    transform: translateY(12px) translateX(0) rotate(45deg);
    background: #fff !important;
}
#button-menu.active .middle{
    display: none;
}
#button-menu.active .bottom{
    transform: translateY(-8px) translateX(0) rotate(-45deg);
    background: #fff !important;
}
#footer-menu{border-bottom: 2px solid #fff;}
#footer-info{margin-top: 40px;text-align:left;}
#footer-info p, #footer-info p a{font-size: 20px;}
#footer-info p a:hover{color: #fff;}
@media only screen and (max-width:500px) and (min-width:200px){
    .overlay nav{margin: 100px 80px 0 20%;}
}
@media only screen and (max-width:835px) and (min-width:200px){
    #button-menu.active{
        position: fixed;
    }
}
/*overlay code ends*/

/*page-about starts*/
#page_about {
    position: relative;
    z-index: 20;
}

.scroll_container {
    position: relative;
    z-index: 4;
    padding-top: 150px;
    padding-left: 120px;
    width: 100%;
    display: flex;
}

.scroll_container .image {
    opacity: 1;
    overflow-x: hidden;
}

.scroll_container .image img {
    max-width: 100%;
}

.scroll_container .text {
    color: #fff;
    position: relative;
    top: -100px;
    padding: 0px;
}

.scroll_container .text p {
    padding-bottom: 20px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    line-height: 38px;
    color: #FFFFFF;
}

.image-about{width: 50%;}
.image-about img{width: 100%;}

.page_about{height: 100%;}
#about-left{max-width:100%;width: 50%;float: left;}
#about-right{max-width:100%;width: 50%;float: right;color: #fff;padding: 0px 24px 24px 24px;margin: auto;}
#about-right p{font-size: 20px;line-height: normal;}
@media only screen and (max-width:1224px) and (min-width:200px){
    .scroll_container{width: 100%;display: block;padding-right: 40px;}
    #about-left, #about-right{width: 100%;padding-left: 0px;}
    #about-left{margin-bottom: 40px;}
    #about-right{padding: 0px;}
}
@media only screen and (max-width:836px) and (min-width:650px){
    .scroll_container{padding: 50px 20px 0px 20px;}
    .menuholder-pagewrap{margin: 0px 20px;}
}
@media only screen and (max-width:649px) and (min-width:200px){
    .scroll_container{padding: 50px 20px 0px 10px;}
    .menuholder-pagewrap{margin: 0px 10px;}
}
/*page-about ends*/

/*page-suites starts*/

.row{
    margin: 0!important;
}
.row .col-md-6{
    padding-bottom: 30px;
}
.col-md-6:nth-child(2n){
    padding-top: 100px;
}
#page_suites{
    height: 100%;
    position: relative;
    z-index: 2;
}
.parousiasi {
    width: 100%;
    text-align: center;
    padding-top: 100px;
}
#image-parousiasi{
    position: relative;
}
#image-parousiasi p{
    position: absolute; 
    top: 50%;
    left: 50%;
    align-items: center; /* vertical centering if flex-direction: row */
    justify-content: center; /* horizontal centering if flex-direction: row */
    transform: translate(-50%, -50%);
    font-family: 'Dela Gothic One';
    font-style: normal;
    font-weight: 400;
    font-size: 96px;
    line-height: 139px;
    text-align: center;
    color: #FFFFFF;
}
#image-parousiasi img{
    width: 70%;
}
.bottom-text{
    width: 70%;
    margin: 0 auto;
}
.bottom-text{
    padding-top: 15px;
}
.bottom-text .left{
    float: left;
}
.bottom-text .right{
    float: right;
}
.bottom-text p a{
    text-decoration: none;
    color: #fff;
}
@media only screen and (max-width:600px) and (min-width:200px){
    .image-parousiasi{height: 600px!important;}
}
/*page-suites ends*/

/*page-suites-inside starts*/
.swiper-pagination{
    position: absolute;
    bottom: 53%!important;
    text-align: right!important;
    width: 99%!important;
    color: #fff!important;
    font-size: 30px!important;
}
.swiper-pagination span{color: #fff!important;}
.page_suites_inside{
    position: relative;
    z-index: 2;
    height: 100%;
}
.swiper-button-prev{
    right: 250px!important;
    left: auto!important;
}
.swiper-button-prev, .swiper-button-next{z-index: 98;}
.swiper-button-next::after, .swiper-rtl .swiper-button-prev::after{
    content: ' '!important;
}
.swiper-button-prev::after, .swiper-rtl .swiper-button-next::after{
    content: ' '!important;
}
.swiper-button-next{
    right: 35px!important;
}

.text-inside{
    position: fixed;
    z-index: 2;
    color: #fff;
    bottom: 20px;
    height: 90%;
    padding-left: 120px;
    padding-top: 600px;
    background: transparent;
    overflow-y: scroll;
    max-width: 80%;
}

#accordion h3{
	font-family:'Roboto';
	font-size:21px;
	color:#000!important;
}
#accordion p{
	font-family:'Roboto';
	font-size:16px;
	color:#000!important;
}
#accordion ul li{
	font-family:'Roboto';
	font-size:16px;
	color:#000!important;
}
.text-inside .header-inside-left{
    float: left;
    font-family: 'Dela Gothic One';
    font-style: normal;
    font-weight: 400;
    font-size: 96px;
    line-height: 139px;
    color: #FFFFFF;
}
.text-inside .header-inside-right{
    float: right;
    position: relative;
    top: 60px;
}
.text-inside .header-inside-right a{
    font-family: 'Dela Gothic One';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 29px;
    text-align: right;
    color: #FFFFFF;
    text-decoration: none;
    background-color: #000;
    padding: 10px 25px;
    cursor: pointer;
    border-radius: 33px;
}
.text-inside .header-inside-right a:hover{
    background-color: #fff;
    color: #000;
}
#keimeno-suites p{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    line-height: 38px;
    color: #FFFFFF;
    padding-bottom: 20px;
}
.accordion, .accordion-1 {
    background-color: #000;
	border:1px solid #fff!important;
    color: #fff;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    text-align: left;
    outline: none;
    font-family: 'Dela Gothic One';
    font-size: 20px;
    transition: 0.4s;
}
.accordion:nth-child(1){
	margin-top:20px;
}
  
.accordion .active, .accordion:hover, .accordion-1 .active, .accordion-1:hover {
    background-color: #000;
}
  
.accordion:after, .accordion-1:after {
    content: '\002B';
    color: #fff;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}
  
.accordion.active:after, .accordion-1.active:after {
    content: "\2212";
}
  
.panel {
    padding: 0 18px;
    background-color: #fff;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}
.panel p{
    color: #000;
}

@media only screen and (max-width:1400px) and (min-width:837px){
    .swiper-button-prev{right: 120px!important;}
}
.page_suites_inside .swiper-slide:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    opacity: 0.2;
}

/*page-suites-inside ends*/

/*page_home_mobile starts*/
@media only screen and (min-width:837px){
    .page_home_mobile{display: none;}
    .page_suites_mobile{display: none;}
    .page_suites_inside_mobile{display: none;}
    #menuholder{display: none;}
}

@media only screen and (max-width:836px) and (min-width:200px){
    .header{display: none;}
    .page_home{display: none;}
    .page_home_mobile{display: block;}
    .page_suites{display: none;}
    .page_suites_mobile{display: block;}
    .page_suites_inside{display: none;}
    .page_suites_inside_mobile{display: block;}
    .page_top{display: none;}
    
    #section-swiper{
        margin: 50px 0px;
        
    }
    #section-swiper .swiper-button-next, #section-swiper .swiper-button-prev{
        width: 90px!important;
        /*top: 95%;*/
    }
    #section-swiper .swiper-button-next{
        right: 0%!important;
    }
    #section-swiper .swiper-button-prev{
        left: 0%!important;
    }
	
	.page_suites_inside_mobile .swiper-slide img{height:70vw;}
	
    #section-keimeno-arxikis{
        padding: 40px 0px;
        border-top: 2px solid #fff;
    }
    #section-keimeno-arxikis p{
        color: #fff;
        font-family: 'Roboto';
        font-style: normal;
        font-weight: 400;
        font-size: 22px;
    }
    #section-show-rooms{
        border-top: 2px solid #fff;
    }
    #section-show-rooms .parousiasi-rooms{
        padding: 30px 0px 20px 0px;
    }
    
}
@media only screen and (max-width:836px) and (min-width:768px){
    .image-parousiasi{height: 700px!important;}
}



@media only screen and (max-width:836px) and (min-width:768px){
    #block-suites{
        padding-bottom: 20px;
    }
    .suite-image{
        display: block;
        padding: 270px 0px;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: 50% 0;
        font-family: 'Dela Gothic One';
        font-style: normal;
        font-weight: 400;
        font-size: 96px;
        line-height: 139px;
        text-align: center;
        color: #FFFFFF;
        text-decoration: none;
    }
    .suite-image a{
        color: #fff;
        text-decoration: none;
    }
    .suite-image a:hover{
        opacity: 0.7;
        color: #fff;
    }
}
.suite-image{background-position: center center;background-repeat: no-repeat;background-size: cover;}
@media only screen and (max-width:767px) and (min-width:200px){
    #block-suites{
        padding-bottom: 40px;
    }
    .suite-image a{
        display: block;
        padding: 300px 0px;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: 50% 0;
        font-family: 'Dela Gothic One';
        font-style: normal;
        font-weight: 400;
        font-size: 96px;
        line-height: 139px;
        text-align: center;
        color: #FFFFFF;
        text-decoration: none;
    }
    .suite-image a:hover{
        opacity: 0.7;
        color: #fff;
    }
    .col-md-6:nth-child(2n) {
        padding-top: 0px;
    }
}

@media only screen and (max-width:836px) and (min-width:650px){
    #menuholder{width: 100%;border-bottom: 2px solid #fff;}
    .content_mobile{margin: 0px 20px;}
    .menuholder-left{width: 20%;float: left;}
    .menuholder-center{width:60%;float:left;text-align: center;}
    .menuholder-right{width: 20%;float: right;text-align: right;}
    .menuholder-center h1 a{
        text-decoration: none;
        font-family: 'Dela Gothic One';
        font-style: normal;
        font-weight: 400;
        font-size: 32px;
        line-height: 46px;
        color: #FFFFFF;
    }
    .menuholder-right h1 a{
        text-decoration: none;
        font-family: 'Dela Gothic One';
        font-style: normal;
        font-weight: 400;
        font-size: 20px;
        line-height: 46px;
        color: #fff;
    }
}
@media only screen and (max-width:649px) and (min-width:200px){
    #menuholder{width: 100%;border-bottom: 2px solid #fff;}
    .content_mobile{margin: 0px 10px;}
    .menuholder-left{width: 10%;float: left;}
    #button-menu span:nth-child(1), #button-menu span:nth-child(2), #button-menu span:nth-child(3){width: 30px;}
    .menuholder-center{width: 60%;float:left;text-align: left;}
    .menuholder-right{width: 30%;float: right;text-align: right;}
    .menuholder-center h1 a{
        text-decoration: none;
        font-family: 'Dela Gothic One';
        font-style: normal;
        font-weight: 400;
        font-size: 26px;
        line-height: 46px;
        color: #FFFFFF;
    }
    .menuholder-right h1 a{
        text-decoration: none;
        font-family: 'Dela Gothic One';
        font-style: normal;
        font-weight: 400;
        font-size: 15px;
        line-height: 46px;
        color: #fff;
    }
    #section-show-rooms .parousiasi-rooms h1 a{
        font-family: 'Dela Gothic One';
        font-style: normal;
        font-weight: 400;
        font-size: 66px;
        line-height: 139px;
        color: #FFFFFF;
        text-decoration: none;
        margin: 0 auto;
    }
}
/*page_home_mobile ends*/

/*page_about_mobile starts*/
@media only screen and (max-width:836px) and (min-width:650px){
    #section-about-image{
        width: 100%;
        padding-top: 30px;
        text-align: center;
    }
    #section-about-image img{
        width: 50%;
    }
    #section-about-keimeno{
        padding-top: 30px;
        color: #fff;
    }
    #section-about-keimeno p{
        font-family: 'Roboto';
        font-style: normal;
        font-weight: 400;
        font-size: 22px;
        line-height: 38px;
        color: #FFFFFF;
    }
}
@media only screen and (max-width:649px) and (min-width:550px){
    #section-about-image img{
        width: 50%;
    }
}
@media only screen and (max-width:649px) and (min-width:200px){
    #section-about-image{
        width: 100%;
        padding-top: 30px;
        text-align: center;
    }
    #section-about-image img{
        width: 50%;
    }
    #section-about-keimeno{
        padding-top: 30px;
        color: #fff;
    }
    #section-about-keimeno p{
        font-family: 'Roboto';
        font-style: normal;
        font-weight: 400;
        font-size: 22px;
        line-height: 38px;
        color: #FFFFFF;
    }
}
@media only screen and (max-width:549px) and (min-width:200px){
    #section-about-image img{
        width: 80%;
    }
}
/*page_about_mobile ends*/

/*page_suites_mobile starts*/
@media only screen and (max-width:649px) and (min-width:200px){
    .parousiasi{padding-top: 50px;padding-bottom: 50px;}
    .row .col-md-6:nth-child(2){padding-top: 50px;}
    #block-suites{padding-top: 0px;}
    #image-parousiasi img{width: 100%;}
    .bottom-text{width: 100%;}
}
/*page_suites_mobile ends*/

/*page suite_inside starts*/
#suite-parousiasi .link{width: 70%;display: block;margin: 0 auto;}
#suite-parousiasi a{
    font-family: 'Dela Gothic One';
    text-decoration: none;
}
#suite-parousiasi a:hover{opacity: 0.7;}
.image-parousiasi{height: 900px;background-position: center center;background-repeat: no-repeat;background-size: cover;}
.image-parousiasi h1, .suite-image h1{
    position: relative;
    top: 50%;
    left: 50%;
    align-items: center; /* vertical centering if flex-direction: row */
    justify-content: center; /* horizontal centering if flex-direction: row */
    transform: translate(-50%, -50%);
    color: #fff;
    text-decoration: none;
    font-family: 'Dela Gothic One';
    font-style: normal;
    font-weight: 400;
    font-size: 96px;
    line-height: 139px;
    text-align: center;
}
.image-parousiasi h1:hover{text-decoration: none;}
@media only screen and (max-width:1382px) and (min-width:200px){
    #suite-parousiasi .link, .bottom-text{width: 100%;}
}
@media only screen and (max-width:836px) and (min-width:650px){
    #section-inside-title{
        border-top: 1px solid #fff;
        border-bottom: 1px solid #fff;
        width: 100%;
        display: flex;
    }
    #section-inside-title .inside-title-left{
        width: 50%;
        float: left;
    }
    #section-inside-title .inside-title-left h1{
        font-family: 'Dela Gothic One';
        font-style: normal;
        font-weight: 400;
        font-size: 96px;
        color: #FFFFFF;
    }
    #section-inside-title .inside-title-right{
        width: 50%;
        float: right;
        text-align: right;
        margin: auto;
    }
    
    #section-inside-title .inside-title-right h2 a{
        font-family: 'Dela Gothic One';
        font-style: normal;
        font-weight: 400;
        font-size: 20px;
        text-align: right;
        color: #FFFFFF;
        text-decoration: none;
    }
    #section-inside-keimeno-suites{
        padding-top: 50px;
    }
    #section-inside-keimeno-suites p{
        color: #fff;
        font-family: 'Roboto';
        font-style: normal;
        font-weight: 400;
        font-size: 22px;
        line-height: 32px;
    }
}
@media only screen and (max-width:649px) and (min-width:200px){
    #section-inside-title{
        border-top: 1px solid #fff;
        border-bottom: 1px solid #fff;
        width: 100%;
        display: flex;
    }
    #section-inside-title .inside-title-left{
        width: 50%;
        float: left;
    }
    #section-inside-title .inside-title-left h1{
        font-family: 'Dela Gothic One';
        font-style: normal;
        font-weight: 400;
        font-size: 56px;
        color: #FFFFFF;
    }
    #section-inside-title .inside-title-right{
        width: 50%;
        float: right;
        text-align: right;
        margin: auto;
    }
    
    #section-inside-title .inside-title-right h2 a{
        font-family: 'Dela Gothic One';
        font-style: normal;
        font-weight: 400;
        font-size: 20px;
        text-align: right;
        color: #FFFFFF;
        text-decoration: none;
    }
    #section-inside-keimeno-suites{
        padding-top: 50px;
    }
    #section-inside-keimeno-suites p{
        color: #fff;
        font-family: 'Roboto';
        font-style: normal;
        font-weight: 400;
        font-size: 22px;
        line-height: 32px;
    }
}

@media only screen and (max-width:836px) and (min-width:200px){
	 .content_mobile #accordion{padding:0px 20px;margin-bottom: 0px;}
	.content_mobile .accordion-1{margin-top: 20px;}
	.content_mobile .accordion-div{margin-bottom:50px;}
	.footer{position:relative;padding:30px 20px 21px 0px;right:0px;bottom:0px;text-align:right;}
}

/*page suite_inside ends*/

/*page contact starts*/
#pagewrap-contact{
    position: relative;
    padding: 100px 130px 0 120px;
}
.element-left{width: 50%;float: left;}
.element-right{width: 50%;float: right;}
#pagewrap-contact h1{
    font-family: 'Dela Gothic One';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    color: #FFFFFF;
}
#element-bottom ul{
    list-style: none;
}

#element-bottom li a{
    font-family: 'Dela Gothic One';
    font-style: normal;
    font-weight: 400;
    font-size: 80px;
    color: rgba(255, 255, 255, 0.3);
    text-decoration: none;
}
#element-bottom ul li a.active{
    color: #FFFFFF;
}
#element-bottom li a:hover{
    color: #fff;
}
#element-bottom, #right-bottom{padding-top:38px}
.fluentform .ff-el-form-control{color: #000!important;border-radius: 0!important;padding: 10px 12px!important;}
.ff-btn{
    width: 100%;border-radius: 30px!important;background-color: #000!important;border: 3px solid #fff!important;
    font-family: 'Dela Gothic One';
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 22px;
/* or 138% */
text-align: center;
letter-spacing: 0.2em;

color: #FFFFFF;
}
.ff-el-input--label{color: #fff!important;}

#element-bottom p{
    font-family: 'Roboto';
font-style: normal;
font-weight: 400;
font-size: 24px;
line-height: 28px;
color: #FFFFFF;
padding-bottom: 20px;
}

#element-bottom p a{color: #fff;text-decoration: none;}
/*page contact ends*/

/*page starts*/
.content-title{
    font-size: 40px!important;
}
.content{
    padding-top:40px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 25px;
    line-height: 38px;
    color: #FFFFFF;
}
/*page ends*/

/*media query starts*/
@media only screen and (max-width:830px) and (min-width:200px){
    #pagewrap-contact{padding: 40px 0 0 0;margin: 0px 20px;}
    #pagewrap-contact .element-left, #pagewrap-contact .element-right{width: 100%;}
    #pagewrap-contact .element-right{margin: 40px 0px;}
}
@media only screen and (max-width:766px) and (min-width:200px){
    .suite-image{height: 600px;}
}
/*media query ends*/