.size-72 { font-size: 72px; }
.size-48, .size-48 * { font-size: 48px; }
.size-42, .size-42 * { font-size: 42px; }
.size-36{ font-size: 36px; }
.size-30{ font-size: 30px; }
.size-28{ font-size: 28px; }
.size-26{ font-size: 26px; }
.size-24{ font-size: 24px; }
.size-22{ font-size: 22px; }
.size-20{ font-size: 20px; }
.size-18{ font-size: 18px; }
.size-17{ font-size: 17px; }
.size-16{ font-size: 16px; }
.size-15{ font-size: 15px !important; }
.size-14{ font-size: 14px; }
.size-13{ font-size: 13px; }
.size-11{ font-size: 11px; }
.size-10{ font-size: 10px; }
.color-0{ color: #ffffff !important; }
.color-1{ color: #505050; }
.color-2{ color: #707070 !important; }
.color-3{ color: #799ca0; }
/* .color-4{ color: #e6a879; } */
.color-4{ color: #d79e7d; }
.color-5{ color: #f1f1f1; }
.color-6{ color: #b5b5b5; }
/* .font-noto, .font-noto *{ font-family: 'Noto Serif', serif !important; } */
.font-Commissioner, .font-Commissioner *{ font-family: 'Commissioner', sans-serif !important; }
.font-openSans{ font-family: 'Open Sans', sans-serif !important; }
.weight-bold{ font-weight: 700; }
.weight-semi{ font-weight: 600; }
.weight-medium{ font-weight: 500; }
.weight-regular{ font-weight: 400; }
.weight-light{ font-weight: 300; }

.pl-0-mine{
    padding-left: 0;
}
.pr-0-mine{
    padding-right: 0;
}
.more-btn{
    width: 190px;
    height: 45px;
    border: solid 1px #d79e7d;
    text-align: center;
    color: #707070 !important;
    text-decoration: none !important;
    background: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
}
.more-btn .content{
    display: flex;
    justify-content: center;
    align-items: center;
}
.more-btn.light-dark{
    border: solid 1px #909090;
/*    color: #fff !important; */
           
    vertical-align: middle;
}
.section-map .title{
    padding-bottom: 30px;
}
.section-map{
    padding-top: 80px;
}
.section-map .map-back{
    z-index: 0;
    margin-top: -250px;
    height: 500px;
    background: #c5a279;
    position: relative;
}
.section-map .map-wrap{
    padding-left: 60px;
    padding-right: 60px;
}
.section-map .map-list ul li::before {
    background: transparent url("../images/pointer.png") center left no-repeat;
    content: "";
    width: 15px;
    height: 20px;
    position: absolute;
    margin-left: -25px;
    top: 0;
}
.section-map .map-distance{
    margin-bottom: 26px;
    max-width: 225px;
}
.section-map .map-distance{
    vertical-align: middle;
}
.section-map .map-distance-wrap{
    padding-bottom: 54px;
}
.map-text{
    height: 115px;
    line-height: 115px;
    position: relative;
    background: #F2F2F2;
    z-index: 1;
}
.wap-shadow{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 15px;
    -webkit-box-shadow: 0 14px 32px rgba(29,15,77,.19);
    box-shadow: 0 14px 32px rgba(29,15,77,.19);
    z-index: 0;
}
#map{
    height: 500px;
    z-index: 2;
}
.underline {
    position: relative;
    width: 200px;
    height: 1px;
    margin: 28px auto 34px auto;
}
.underline .left{
    background: #e6a879a6;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 50%;
}
.underline .right{
    background: #e6a879a6;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    right: 0;
}
.underline.sm {
    background-color: rgba(197,162,121,1) !important;
    margin: 20px auto 40px 0;
    width: 100px;
}
.justify-center{
    text-align: justify;
    text-align-last: center;
}
.decoration-none{
    text-decoration: none !important;
}
.pulse-btn{
    position: relative;
}
.pulse-btn::before {
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    right: -1px;
    bottom: -1px;
    border:solid 1px #d79e7d;
    -webkit-transition: all 0.3s cubic-bezier(.5, .24, 0, 1);
    transition: all 0.3s cubic-bezier(.5, .24, 0, 1);
}
.light-dark.pulse-btn::before {
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    right: -1px;
    bottom: -1px;
    border:solid 1px #909090 !important;
    -webkit-transition: all 0.3s cubic-bezier(.5, .24, 0, 1);
    transition: all 0.3s cubic-bezier(.5, .24, 0, 1);
}
.pulse-btn:hover::before {
    top: -15px;
    left: -15px;
    right: -15px;
    bottom: -15px;
    opacity: 0.01;
}

/* WELCOME */
.welcome_01{
    height: 600px;
    background: url(../images/welcome_01.jpg) center center no-repeat;
    background-size: cover;
    position: relative;
    box-shadow: -20px -19px 0px 0px #e0e0e0;
}
.welcome_01 div{
   position: absolute;
    top: -35px;
    left: -35px;
    bottom: 35px;
    right: 35px;
    /* border: solid 2px #d79e7d; */
    border: solid 2px #967f7129;
}
#welcome .section-01_1 {
    padding-bottom: 100px;
}
#welcome .section-01_1 .text-wrap {
    margin-left: 30px;
}
.section_02_wrap_block{
    margin-top: 46px;
}
.section_02_block{
    background: #ffffff;
    height: 120px;
    margin-bottom: 28px;
    /* border-bottom: solid 2px #d79e7d; */
    border-bottom: solid 2px #a0b5c1;
}
.section_02_block .split{
    padding-left: 50px;
}
.section_02_block .split:before{
    content: '';
    position: absolute;
    width: 55px;
    height: 1px;
    /* background: #d79e7d; */
    background: #a0b5c1;
    top: 12px;
    left: -15px;
}
.welcome-more{
    margin-top: 30px;
}
#welcome .section-01 {
    padding-top: 145px;
    padding-bottom: 120px;
}
#welcome .section-01 .text {
    background: #fff;
    margin-top: 35px;
}
#welcome .section-01 .text .welcome_01_block{
    margin-bottom: 60px;
}
#welcome .section-01 .text-wrap{
    margin-left: 15px;
}
#welcome .section-02 {
    padding-top: 120px;
    padding-bottom: 120px;
/*  background-color: #fdfdfc; 
    background-color: #c0c0aa30; 
    background-color: #f2f7f8; */
    background-color: #dfe7e9;
}
#welcome .section-02 .welcome-room-elem {
    margin-bottom: 30px;
}
#welcome .section-02 .welcome-room-elem .back{
    background-size: cover !important;
    height: 550px;
}
.studio-navs{
    cursor: pointer;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
}
.studio-navs.carouselNextBtn{
    right: 15px;
}
.studio-navs.carouselPrevBtn{
    left: 15px;
}
#welcome .section-02 .welcome-room-elem .room-elem-border{
    border: solid 1px #c4c4c4;
    margin-left: 15px;
    margin-right: 15px;
    padding-left: 20px;
    padding-right: 20px;
}
#welcome .section-02 .welcome-room-elem .welcome-room-info{
    max-width: 450px;
}
#welcome .section-02 .welcome-room-elem .attributes ul{
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0;
    margin-top: 10px;
}
#welcome .section-02 .welcome-room-elem .text{
    margin-top: 30px;
    margin-bottom: 40px;
}
#welcome .section-02 .welcome-room-elem .book{
    position: relative;
    display: inline-block;
}
#welcome .section-02 .welcome-room-elem .book::after{
    content: '';
    position: absolute;
    height: 1px;
    background:#212529;
    left: 0;
    right: 0;
    bottom: 0;
}
#welcome .section-03.top{
    padding-top:150px;
    padding-bottom: 0px;
    background: #fcfcfc;
}
#welcome .section-03{
    padding-top: 100px;
    padding-bottom: 30px;
    background: #fcfcfc;
}
#welcome .section-03 .block {
    background: #fff;
    -webkit-box-shadow: 0 8px 16px rgba(0,0,0,.30);
    box-shadow: 0 8px 16px rgba(0,0,0,.30);
}
#welcome .section-03 .block .text{
    padding: 20px 25px 40px 25px;
    height: 190px;
}
#welcome .section-03 .block .text .title{
    margin-bottom: 10px;
}
#welcome .section-03 .mb-30{
    margin-bottom: 30px;
}
#welcome .section-04 {
    padding-top: 150px;
    padding-bottom: 150px;
/*    background: #fdf9f7; */
    background: url(/images/logo_background1.png) top right no-repeat;
}
#welcome .section-04 .welcome_05{
    background: url(../slider/yposkafon-concept001.jpg) center center no-repeat;
    background-size: cover;
    position: relative;
    height: 420px;
    border-radius: 19%;
    border-bottom: 18px solid #f4f1f0;
    border-top: 18px solid #f4f1f0;
}
#welcome .section-04 .block{
/*  margin-bottom: 35px; */
    margin-bottom: 16px;
}
#welcome .section-04 .block .title{
    margin-top: 10px;
    margin-bottom: 10px;
}


#welcome .section-05{
    /*  background: #def0f6; */
    background: #fcfcfc;
    padding-top: 80px;
    padding-bottom: 80px;
    box-shadow: 0px 1px 14px 0px rgb(0 0 0 / 20%);
}
#welcome .section-05 .info-wrap{
    max-width: 490px;
}
#welcome .section-05 .info-elem{
    display: flex;
    align-items: center;
    margin-top: 10px;
    margin-bottom: 10px;
}
#welcome .section-05 .info-elem .img{
    width: 20px;
    justify-content: center;
    align-items: center;
    display: flex;
}
#welcome .section-05 .info-elem .text{
    padding-left: 5px;
}
#welcome .section-05 .map-btns{
    margin-top: 55px;
}
#welcome .section-05 .map-btns a{
    text-decoration: none !important;
    display: inline-block;
    background: #fff;  
    /* border: solid 1px #d79e7d; */
    border: solid 1px #a0b5c1;
    height: 50px;
    line-height: 48px;
    padding-left: 15px;
    padding-right: 15px;
    color: #707070;
    font-size: 15px;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
}
#welcome .section-05 .map-btns a:hover{
    /* background: #d79e7d; */
    background: #a0b5c1;
    color: #fff;
    border: solid 1px #fff;
}
.map-wrap{
    -webkit-box-shadow: 0 8px 16px rgba(0,0,0,.30);
    box-shadow: 0 8px 16px rgba(0,0,0,.30);
}
#welcome .section-05 .title{
    margin-top: 20px;
    margin-bottom: 50px;
}

/* WELCOME GALLERY */
.hoverEvent{
    position: relative;
}
.hoverEvent:hover > a .enlarge{
    opacity: 1 !important;
}
.hoverEvent .enlarge div img{
    width: auto !important;
}
.hoverEvent .enlarge{
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,.3);
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    -webkit-transition: all 0.5s cubic-bezier(.5, .24, 0, 1);
    transition: all 0.5s cubic-bezier(.5, .24, 0, 1);
}
#welcome .section-07{
    padding-top: 100px;
    padding-bottom: 200px;
  /*  box-shadow: 0px 1px 20px 0px rgb(0 0 0 / 20%); */
}
#welcome .section-07 .height{
    height: 160px;
}
#welcome .section-07 .title {
    width: 430px;
}
#welcome .section-07 .title{
    height: 150px;
}
#welcome .section-07 .container-absolute {
    position: absolute !important;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
#welcome .section-07 .nav-btns{
    width: 412px;
    position: absolute;
    top: -70px;
    bottom: -70px;
    background: #f4f1f0;
    left: 15px;
}
#welcome .section-07 .nav-control{
    position: absolute;
    width: 120px;
    height: 70px;
    top: 0;
    right: 75px;
}
#welcome .section-08 {
    padding-bottom: 150px;
}
#welcome .section-08 .overflow-wrap {
    position: relative;
    z-index: 1;
}
#welcome .section-08 .title {
    margin-bottom: 20px;
}
#welcome .section-08 .text {
    background: #f4f1f0;
    width: 412px;
    height: 270px;
    padding-left: 35px;
    padding-right: 35px;
    border-right: solid 5px #fff;
    border-bottom: solid 5px #fff;
}
#welcome .section-08 .divider{
    height: 2px;
    /* background: #d79e7d; */
    background: #a0b5c1;
    margin-top: 20px;
    margin-bottom: 10px;
    max-width: 200px;
}
#welcome .section-08 .more-info{
    /* color: #d79e7d; */
    color: #a0b5c1;
    display:block;
    text-decoration: none;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
}
#welcome .section-08 .more-info:hover{
    color: #707070;
}



#welcome .section-08 .back_1{
    width: 100%;
    height: 520px;
    background: url(../images/santorini01.jpg) center center no-repeat;
    background-size: auto;
    background-size: cover;
    margin-left: 10px;
}
#welcome .section-08 .back_2{
    width: 100%;
    height: 520px;
    background: url(../images/santorini02.jpg) center center no-repeat;
    background-size: auto;
    background-size: cover;
}
.navBtn{
    position: relative;
    width: 40px;
    height: 15px;
    cursor: pointer;
    display: flex;
    align-items: end;
}
.navBtn:hover > div {
    background: #d79e7de6 !important;
}
.navBtn:hover .prev:before {
    background: #d79e7de6 !important;
}
.navBtn:hover .next:before {
    background: #d79e7de6 !important;
}
.navBtn div{
    width: 40px;
    height: 3px;
    background: #999999b3;
}
.navBtn .prev:before{
    content: '';
    position: absolute;
    width: 15px;
    height: 3px;
    background: #999999b3;
    transform: rotate(-45deg);
    left: -1px;
    bottom: 6px;
}
.navBtn .next:before{
    content: '';
    position: absolute;
    width: 15px;
    height: 3px;
    background: #999999b3;
    transform: rotate(45deg);
    right: -1px;
    bottom: 6px;
}
#welcome .section-07 .nav-control:before{
    content: '';
    position: absolute;
}
#welcome .section-07 .nav-btns .more{
    position: absolute;
    bottom: 0;
    right: -205px;
}
.item img{
    width: 100%;
    height: 100%;
}
.item .m-bottom{
    margin-bottom: 20px;
}
.item .m-right{
    margin-right: 20px;
}
.item .height{
    max-height: 315px;
}
.item-1{
    width: 875px;
    height: 650px;
}
.item-2{
    width: 500px;
    height: 650px;
}
.item-3{
    width: 500px;
    height: 650px;
}
.more-btn.light-dark .arrow {
    background: #2825257a;
}
.more-btn .arrow {
    display: inline-block;
    position: relative;
    width: 35px;
    height: 2px;
    background: #fff;
    top: 0;
    border-radius: 15px;
    margin-bottom: 4px;
    margin-left: 5px;
}
.more-btn .arrow::before {
    content: '';
    position: absolute;
    display: inline-block;
    border: solid #2825257a;
    border-width: 0 2px 2px 0;
    padding: 3px;
    transform: rotate(-45deg);
    top: -3px;
    right: 0;
}

/* ACCOMMODATION */
#accommodation .section-01 {
    padding-top: 60px;
    padding-bottom: 100px;
}
#accommodation .section-02 {
    padding-bottom: 80px;
}
#accommodation .section-02 .feature-elem .elem:before{
    content: '\2022';
    position: absolute;
    left: -14px;
}
#accommodation .section-02 .feature-elem .elem{
    position: relative;
    margin-bottom: 20px;
    min-width: 190px;
}
#accommodation .section-02 .facilities{
    position: relative;
}
#accommodation .section-02 .facilities::after{
    content: '';
    position: absolute;
    top: -40px;
    height: 1px;
    
    
    /* EDW */
    left: 0;
    right: 0;
    /* EDW */
    
    /*width: 100px;*/
    /*left: 50%;*/
    /*-ms-transform: translateX(-50%);*/
    /*-webkit-transform: translateX(-50%);*/
    /*transform: translateX(-50%);*/
    
    background-color: #d0d0d0;
}
#accommodation .section-02 .facilities::before{
    content: '';
    position: absolute;
    bottom: -40px;
    height: 1px;
    
    
    /* EDW */
    left: 0;
    right: 0;
    /* EDW */
    
    /*width: 100px;*/
    /*left: 50%;*/
    /*-ms-transform: translateX(-50%);*/
    /*-webkit-transform: translateX(-50%);*/
    /*transform: translateX(-50%);*/
    
    background-color: #d0d0d0;
}
#accommodation .section-03 {
    padding-bottom: 70px;
}
#accommodation .section-03 .wrap{
    background: #f4f4f4;
    padding-top: 40px;
    padding-bottom: 50px;
}
#accommodation .section-03 .amenities-elem {
    margin-bottom: 20px;
}
#accommodation .section-03 .amenities-elem .content {
    min-width: 220px;
}
#accommodation .section-04 {
    padding-top: 80px;
    padding-bottom: 10px;
    background: #fcfcfc;
}
#accommodation .section-04 .accommodation-back{
    position: relative;
    background-size: cover !important;
    height: 500px;
}
#accommodation .section-04 .spaces{
    margin-bottom: 80px;
    -webkit-box-shadow: 0 8px 16px rgba(0,0,0,.30);
    box-shadow: 0 8px 16px rgba(0,0,0,.30);
    background: #ffffff;
}
#accommodation .section-04 .space-img{
    padding: 20px !important;   
    margin-top: -40px;
}
#accommodation .section-04 .space-text{
    padding-top: 30px;
    padding-bottom: 40px;
    margin-bottom: 35px;
    margin-left: 20px;
    margin-right: 20px;
}
#accommodation .section-04 .space-text .title{
    position:relative;
    margin-bottom: 30px;
}
#accommodation .section-04 .space-text .title:after{
    content: '';
    position: absolute;
    bottom: -10px;
    height: 1px;
    left:0;
    /* background-color: #d79e7d9c; */
    background-color: #a0b5c1cc;
    width: 250px;
}
#accommodation .section-04 .text-right.space-text .title:after{ 
    left:auto;
    right: 0;
}
#accommodation .section-04 .spaces .cover{
    position: absolute;
    left: 0;
    bottom: 0;
    top: 0;
    right: 0;
    z-index: 1;
    background: url(../images/enlarge.png) center center no-repeat, rgba(0,0,0, .2);
    opacity: 0;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
}
#accommodation .section-04 .cover:hover{
    opacity: 1;
}

/* LOCATION */
#location .section-01 {
    padding-top: 60px;
    padding-bottom: 90px;
}
#location .section-02 {
    padding-top: 70px;
    background: #f1f0f0;
}
#location .section-02 .this-line img{
    position: relative;
    z-index: 1;
    padding-left: 20px;
    padding-right: 20px;
    background: #fff;
}
#location .section-02 .this-line{
    display: block;
    position: relative;
    margin-bottom: 30px;
}
#location .section-02 .location-title{
    background: #f1f0f0;
    padding-left: 30px;
    padding-right: 30px;
    z-index: 1;
    position: relative;
    display: inline-block;
}
#location .section-02 .this-line:after {
    content: '';
    position: absolute;
    top: 22px;
    height: 1px;
    left: 0;
    right: 0;
    background-color: #d0d0d0;
}
#location .section-02 .distance {
    margin-top: 60px;
    margin-bottom: 80px;
}
#location .section-02 .how_to_block {
    -webkit-box-shadow: 0px 5px 16px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 5px 16px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 5px 16px 0px rgba(0,0,0,0.2);
    margin-bottom: 30px;
    background: #ffffff;
}
#location .section-02 .how_to_block .info{
    padding: 30px 20px;
}

/* SIGHTSEEING */
#sightseeing .section-01 {
    padding-top: 60px;
    padding-bottom: 100px;
}
#sightseeing .section-02 {
    padding-bottom: 120px;
    background: #fcfcfc;
}
#sightseeing .section-02 .list-elem{
    max-width: 850px;
    margin-bottom: 50px;
    padding-top: 50px;
}
#sightseeing .section-02 .divider{
    height: 1px;
    background: #d0d0d0;
}
#sightseeing .section-02 .divider:last-child{
    border-bottom: none !important;
}
#sightseeing .section-02 .title{

}
#sightseeing .section-02 .text{

}
#sightseeing .section-03{
    padding-top: 60px;
    padding-bottom: 80px;
    background: #f7f7f7;
}
#sightseeing .section-03 .santorini-text{
    max-width: 475px;
    height: 340px;
}
#sightseeing .section-03 .santorini-text div{
    margin-bottom: 34px;
}
#sightseeing .section-03 .santorini-text ul{
    padding-left: 0;
}
#sightseeing .section-03 .santorini-text li{
    margin-bottom: 35px;
}
#sightseeing .section-03 .santorini-text li{
    margin-bottom: 28px;
    list-style-type: none;
}
#sightseeing .section-03 .santorini-text li::before {
    content: "• ";
    color: #707070;
    margin-right: 11px;
}
#sightseeing .section-03 .santorini-img-txt {
    font-size: 30px;
    font-weight: 400;
    color: #707070;
    position: absolute;
    bottom: 0;
    text-align: center;
    line-height: 34px;
}
#sightseeing .section-03 .page-title-md {
    max-width: 690px;
}
#sightseeing .section-03 .glance-block {
    margin-bottom: 50px;
}
#sightseeing .section-03 .icon-wrap {
    height: 60px;
    margin-bottom: 12px;
}
#sightseeing .section-03 .activities-list {
    margin-top: 50px;
}

/* GALLERY */
#mobile-gallery{
    display:none;
}
#gallery .section-01{
    padding-top: 200px;
    text-align: center;
}
#gallery .section-02{
    padding-top: 50px;
    padding-bottom: 50px;
}
#gallery .section-02 .cover{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0;
    z-index: 1;
    background: rgba(0,0,0,.3);
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
}
#gallery .section-02 .room-gallery-elem {
   margin-bottom: 14px;
    padding-left: 7px;
    padding-right: 7px;
    
}
#gallery .section-02 .room-gallery-elem a{
    position: relative;
}
#gallery .section-02 .room-gallery-elem:hover .cover{
    opacity: 1;
    z-index: 1;
}

/* CONTACT */
#contact .section-01{
    padding-top: 70px;
}
#contact .section-02{
    padding-top: 60px;
    padding-bottom: 50px;
}
#contact .section-02 .contact-info-wrap .title,
#contact .section-02 .contact-form .title{
    margin-bottom: 35px;
}
#contact .section-02 .icon-wrap{
    min-width: 30px;
    text-align: center;
}
#contact .section-02 .contact-elem{
    margin-top: 18px;
    margin-bottom: 18px;
}
#contact .section-02 .social-elem-img{
    min-width: 30px;
    text-align: center;
}
#contact .section-02 .social-elem-text{
    text-decoration: none;
}
#contact .section-02 .contact-info-wrap a:hover div{
    color: #d79e7d;
}
#contact .input, #contact .textarea {
    width: 100%;
    background: transparent;
    padding-left: 10px;
}
#contact .input{
    border: none;
    border-bottom: solid 1px #99999991;
    margin-bottom: 25px;
    color: #707070;
}
#contact .textarea {
    border: solid 1px #99999991;
    margin-bottom: 25px;
    height: 200px;
    padding-top: 5px;
    color: #707070;
}
#contact .form {
    background: #fcfcfc;
    padding: 45px 90px;
    /*border-radius: 5%;*/
/*    border-top: 18px solid #d79e7d85;
    border-bottom: 18px solid #e9cbba; */
    /*border-top: 12px solid #e2dede;*/
    /*border-bottom: 12px solid #e2dede;*/
    -webkit-box-shadow: 0 8px 16px rgba(0,0,0,.20);
    box-shadow: 0 8px 16px rgba(0,0,0,.20);
}
#contact .lbl {
    margin-bottom: 5px;
    font-size: 16px;
    color: #707070;
}
#contact-submit{
    padding: 10px 15px;
    float: right;
    border: none;
    background: transparent;
    position: relative;
    -webkit-transition: all 0.3s cubic-bezier(.5, .24, 0, 1);
    transition: all 0.3s cubic-bezier(.5, .24, 0, 1);
}
#contact-submit:after{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    width: 100%;
    background: #99999991;
}
#contact-submit:hover{

}
#captcha{
    margin-bottom: 0 !important;
    background: url(../captcha/captcha.php) center right no-repeat !important;
    height: 37px;
}
#contact .section-03{
    padding-top: 80px;
    padding-bottom: 80px;
}
#contact .section-03 .this-line{
    display: block;
    position: relative;
    margin-bottom: 30px;
}
#contact .section-03 .title{
    background: #fff;
    padding-left: 30px;
    padding-right: 30px;
    z-index: 1;
    position: relative;
    display: inline-block;
}
#contact .section-03 .this-line:after {
    content: '';
    position: absolute;
    top: 50%;
    height: 1px;
    left: 0;
    right: 0;
    background: #d0d0d0;
}
#contact .section-03 .text-wrap {
    padding-right: 70px;
}
#contact .section-03 .contact-back {
    -webkit-box-shadow: 0 8px 16px rgba(0,0,0,.30);
    box-shadow: 0 8px 16px rgba(0,0,0,.30);
    height: 400px;
    background: url(../images/kampanario.jpg) center center no-repeat;
    background-size: cover;
}

/* SERVICES */
.services.section-02 {
    padding-top: 30px;
    padding-bottom: 120px;
}
.services.section-02 .img-wrap {
   min-height: 50px;
   display: flex;
    flex-direction: column;
    margin-bottom: 10px;
    align-items: center;
    justify-content: center;
}
.services.section-02 .service-elem {
    margin-bottom: 30px;
}



@media (max-width: 1470px) {
    #welcome .section-05 .map-btns a {
        min-width: 157px;
        margin-bottom: 4px;
    }
}

@media (max-width: 1200px) {
    #welcome .section-02 .section_02_block{
        margin-bottom: 30px;
    }
}
@media (max-width: 992px) {
    #sightseeing .section-03 .santorini-img {
        width: 270px;
    }
    #welcome .section-03.top {
    padding-top: 60px;
    }
    #welcome .section-03 .block .text {
    height: 210px;
    }
}


@media (max-width: 767px) {
    .welcome_01{
        display:none;
        height: auto;
        background: none !important;
    }
    .welcome_01 div{
        display: none;
    }
    .welcome_01 img{
        margin: 0 auto 50px auto;
        max-width: 600px;
        display: block !important;
    }
}

@media (max-width: 768px) {
    #desktop-gallery{
        display:none;
    }
    #mobile-gallery a {
      display: block;
position: relative;
    }
    #mobile-gallery .hoverEvent {
      margin-bottom: 14px;
padding-left: 7px;
padding-right: 7px;
    }
    #welcome .section-07 {
        padding-top: 40px;
      padding-bottom: 30px;
    }
    #welcome .section-08 {
    padding-bottom: 70px;
    }
    #accommodation .section-03 .wrap {
  background: #c0c0aa30;
  padding-top: 40px;
  padding-bottom: 40px;
}
    #contact .section-03 {
      padding-top: 40px;
      padding-bottom: 80px;
    }
    #contact .section-03 .more-btn{
        margin: 30px auto !important;
    }
    #contact .section-03 .text-wrap *{
        text-align:center !important;
    }
    #contact .section-03 .contact-back {
        height: 300px;
        margin-top: 40px;
    }
    #sightseeing .section-03 .santorini-text {
      height: auto;
    }
    #sightseeing .section-03{
        padding-top: 30px;
        padding-bottom: 40px;
    }
    #sightseeing .section-03 .santorini-img {
        margin: 0 auto;
        display: block;
    }
    #sightseeing .section-03 .santorini-img-txt {
        position: relative;
        left: auto;
        margin-top: 20px;
        margin-bottom: 20px;
        text-align: center !important;
    }
    #accommodation .section-01 {
        padding-top: 40px;
        padding-bottom: 10px;
    }
    #accommodation .section-04 {
        padding-top: 40px;
        padding-bottom: 10px;
    }
    .spaces *{
        text-align: center !important;
    }
    #contact .section-02 {
        padding-top: 0;
    }
    #contact .section-01 {
        padding-top: 40px;
    }
    #contact .section-02 .contact-info-wrap{
        text-align: center;
    }
    #contact .section-02 .contact-form{
        margin-top: 40px;
    }
    #contact .section-02 .contact-form .title{
        text-align: center;
    }
    #contact .section-02 .contact-info-wrap *{
        text-align: center;
    }
    #contact .section-02 a{
        display: flex !important;
        justify-content: center;
    }
    #sightseeing .section-01 {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    #sightseeing .section-02 {
        padding-bottom: 40px;
    }
    #sightseeing .section-02 .list-elem{
        margin-bottom: 30px;
        padding-top: 30px;
    }
    #gallery .section-01{
        padding-top: 70px;
    }
    #welcome .section-01_1 .text-wrap {
        text-align:center;
        margin-top: 30px;
    }
    #welcome .section-01_1 .cave-part {
        flex-direction:column !important;
    }
    #welcome .section-08 .title {
        text-align:center;
    }
    #welcome .section-08 .text {
        margin: 0 auto 30px auto;
        width: 100%;
        text-align: center;
        height: auto;
        padding-top: 30px;
        padding-bottom: 30px;
        border-right: solid 0px #fff;
        border-bottom: solid 0px #fff;
    }
    #welcome .section-08 .back_1{ 
        height: 300px;
        margin-bottom: 30px;
        margin-left:0px;
    }
    #welcome .section-08 .back_2{
        height: 300px;
        margin-bottom: 30px;
    }
    #welcome .section-01 .text-wrap{
        margin-left: 0;
    }
    #welcome .section-01 {
        padding-top: 50px;
        padding-bottom: 40px;
    }
    #welcome .section-01 * {
        text-align: center;
    }
    #welcome .section-02 {
        padding-top: 50px;
        padding-bottom: 40px;
    }
    #welcome .section-02 .section_02_block{
        max-width: 260px;
        margin-left: auto;
        margin-right: auto;
    }
    #welcome .section-03 {
        padding-top: 50px;
        padding-bottom: 40px;
    }
    #welcome .section-03 *{
        text-align: center;
    }
    #welcome .section-03 .block {
        /*margin-bottom: 30px;*/
    }
    #welcome .section-03 .mb-30 {
        
    }
    #welcome .section-04 *, #welcome .section-05 * {
        text-align: center;
    }
    #welcome .section-05 .info-elem {
        margin-left: auto;
        margin-right: auto;
        max-width: 260px;
    }
    #welcome .section-04 .welcome_05 {
        background: url(../slider/yposkafon-concept001.jpg) center center no-repeat;
        background-size: auto;
        background-size: cover;
        position: relative;
        height: 350px;
        margin-bottom: 30px;
    }
    #welcome .section-07 {
        padding-bottom: 0;
    }
    #welcome .section-07 .title {
      height: 50px;
      width: auto;
      text-align:center;
    }
    #welcome .section-07 .nav-btns .more {
        position: absolute;
        bottom: -70px;
        right: auto;
        left: 50%;
        -ms-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    .map-wrap {
        margin-top: 30px;
    }
    #map{
        height: 300px;
    }
    #welcome .section-05 {
        padding-top: 40px;
        padding-bottom: 30px;
    }
    #welcome .section-05 .info-wrap {
        max-width: none;
    }
    #welcome .section-04 {
        padding-top: 30px;
        padding-bottom: 50px;
    }
    #contact .section-03 .text-wrap {
        margin-top: 30px;
      padding-right: 0;
    }
    #contact .section-02 .contact-elem {
      flex-direction: column;
    }
    #contact .section-02 .social-wrap {
        display: flex;
        justify-content: left !important;
        flex-direction: column;
    }
    #contact .section-02 .social-elem {
      max-width: 128px;
      margin-left: auto;
      margin-right: auto;
    }
    #contact .section-02 .icon-wrap {
        margin-right: 0 !important;
    }
    #contact .section-02 a{
        display: flex !important;
        justify-content: left;
    }
    #accommodation .section-02 {
      margin-top: 80px;
    }
    #accommodation .section-04 .space-text .title::after,
    #accommodation .section-04 .text-right.space-text .title::after{
        left: 50%;
        -ms-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    #accommodation .section-04 .accommodation-back {
      height: 400px;
    }
    #accommodation .section-02 .feature-wrap{
        max-width: 280px;
        margin-right: auto;
        margin-left: auto;
    }
    #accommodation .section-02 .feature-elem{
        margin-left: auto;
        margin-right: auto;
        justify-content: start !important;
    }
    #mobile-gallery{
        display:block;
        padding-top: 40px;
        padding-bottom: 60px;
    }
}
@media (max-width: 500px) {
    .size-42, .size-42 * { font-size: 38px !important; }
    .size-36{ font-size: 32px; }
    #location .section-01 {
    padding-top: 60px;
    padding-bottom: 60px;
    }
    #location .section-02 .distance {
    margin-top: 40px;
    margin-bottom: 50px;
    }
    #accommodation .section-04 .space-text {
      padding-top: 22px;
      padding-bottom: 20px;
      margin-bottom: 5px;
    }
    #contact .form {
        padding: 20px 20px;
    }
    #welcome .section-07 .back {
        height: 250px;
    }
    #welcome .section-07 .back-text {
        margin-top: 0;
    }
}