﻿@charset "UTF-8";
/* CSS Document */

/* logo home with h1 */
#logo_home h1 {
    margin: 0px 0 0 0;
    padding: 0;
}

#logo_home h1 a, header.sticky #logo_home h1 a, header#plain #logo_home h1 a, header#colored #logo_home h1 a {
    width: 270px;
    height: 50px;
    display: block;
    background-image: url(../img/logo/logo-zante.png);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 270px 50px;
    text-indent: -9999px;
}

header.sticky #logo_home h1 a {
    background-image: url(../img/logo/logo-zante.png);
}

header#plain #logo_home h1 a {
    background-image: url(../img/logo/logo-zante.png);
}

/*all hotel map listing*/

.content-left {
    height: 900px;
    min-height: 100%;
    overflow-y: scroll;
    padding-top: 30px;
}

.map-right #map {
    height: 900px;
}

.villa_address {
    position: relative;
    cursor: pointer;
    padding: 8px 10px 10px 30px;
    margin-left: -15px;
    margin-right: -15px;
    display: block;
    border-bottom: 1px solid #ededed;
    font-size: 13px;
}

.villa_address:before {
    font-style: normal;
    font-weight: normal;
    font-family: "fontello";
    font-size: 16px;
    content: "\ecea";
    color: #fc231b;
    position: absolute;
    left: 15px;
    top: 7px;
}

a.villa_address {
    color: #444;
    min-height: 39px;
}

a.villa_address:hover {
    text-decoration: underline;
}


#all_hotel_map_icons {
    margin-left: -15px;
    margin-right: -15px;
}


#all_hotel_map_icons ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: table;
    margin-bottom: 0px;
}

#all_hotel_map_icons ul li {
    display: table-cell;
    width: 1%;
    vertical-align: middle;
    text-align: center;
    padding: 12px 3px 10px 3px;
    /*white-space: nowrap;*/
    font-size: 11px;
    line-height: 1;
}

#all_hotel_map_icons ul li i {
    font-size: 30px;
    display: block;
    /*margin-bottom: 5px;*/
}

#price_text {
    font-size: 12px;
    font-weight: normal;
}

a.btn_map {
    border: none;
    font-family: inherit;
    font-size: inherit;
    color: #fff;
    /*background: #e04f67;*/
    cursor: pointer;
    padding: 12px 20px;
    display: inline-block;
    outline: none;
    font-size: 12px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-transform: uppercase;
    font-weight: bold;
    display: block;
    text-align: center;
}

a.btn_full, .btn_full {
    border: none;
    font-family: inherit;
    font-size: inherit;
    color: #fff;
    width: 100%;
    background: #85c99d;
    cursor: pointer;
    padding: 12px 20px;
    display: inline-block;
    outline: none;
    font-size: 12px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-transform: uppercase;
    font-weight: bold;
    display: block;
    text-align: center;
    margin-bottom: 10px;
}


/*single hotel page*/

.parallax-mirror::after {
    width: 100%;
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(to right,rgba(0,0,0,.50) 100%,rgba(255,255,255,0) 100%);
    height: 100%;
}

.single_villa_address {
    position: relative;
    cursor: pointer;
    padding: 8px 10px 10px 30px;
    margin-left: -15px;
    margin-right: -15px;
    display: block;
    font-size: 13px;
}

a.single_villa_address {
    position: relative;
    cursor: pointer;
    padding: 8px 10px 10px 30px;
    margin-left: -15px;
    margin-right: -15px;
    display: block;
    font-size: 13px;
    color: #fff !important;
}

a.single_villa_address:hover {
    text-decoration: underline;
}

a.villa_address {
    color: #444;
    min-height: 39px;
}

.single_villa_address:before {
    font-style: normal;
    font-weight: normal;
    font-family: "fontello";
    font-size: 16px;
    content: "\ecea";
    color: #e04f67;
    position: absolute;
    left: 15px;
    top: 7px;
}

/*read more-less*/

.read-more-container {
    position: relative;
    height: auto;
    border-top: 0;
}

.read-more-state {
    display: none;
}

.read-more-target {
    opacity: 0;
    max-height: 0;
    font-size: 0;
    transition: .25s ease;
}

.read-more-state:checked ~ .read-more-wrap .read-more-target {
    opacity: 1;
    font-size: inherit;
    max-height: 999em;
}


.read-more-state ~ .read-more-trigger:before {
    content: 'Read more about Aeolos Luxury Villas';
}

.icon-angle-down:before {
    content: '\e89d';
    font-weight: 600 !important;
    font-size: 15px !important;
}

.read-more-state ~ .read-more-trigger:after {
    font-family: "fontello";
    content: "\e89d";
    font-size: 16px;
    /*position: absolute;
	right: 15px;
	top: 15px;*/
    padding: 5px;
}


.read-more-state:checked ~ .read-more-trigger:before {
    content: 'Close';
}

.read-more-state:checked ~ .read-more-trigger:after {
    content: '\e89c';
    font-family: fontello;
    font-size: 16px;
    padding: 5px;
}


.read-more-trigger {
    line-height: 2;
    border: none;
    font-family: inherit;
    color: #1a7097;
    background: transparent;
    cursor: pointer;
    /*padding: 12px 20px;*/
    outline: none;
    font-size: 13px;
    /*border-radius: 3px;*/
    text-transform: uppercase;
    font-weight: bold;
    display: inline;
    text-align: center;
}



/*ream-more-less-villas desc*/

label#read-more-less-desc {
    background: #e4e3df;
    display: block;
    width: 46%;
    height: 40px;
    cursor: pointer;
    position: absolute;
    top: 0;
    transition: top .15s cubic-bezier(.44, .99, .48, 1);
    /*line-height: 2;*/
    border: none;
    font-family: inherit;
    color: #1a7097;
    background: transparent;
    outline: none;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
}



label#read-more-less-desc:before,
label#read-more-less-desc:after {
    position: absolute;
}

label#read-more-less-desc:before {
    content: 'Read more about Aeolos Luxury Villas';
    left: 0px;
}

label#read-more-less-desc:after {
    /*content: '⇣●';*/
    right: 10px;
    -webkit-animation: sudo .85s linear infinite alternate;
    animation: sudo .85s linear infinite alternate;
    font-family: "fontello";
    content: "\e89d";
    font-size: 16px;
}

@keyframes sudo {
    from {
        -webkit-transform: translateY(-2px);
        transform: translateY(-2px);
    }

    to {
        -webkit-transform: translateY(2px);
        transform: translateY(2px);
    }
}


[type="checkbox"]:checked + label#read-more-less-desc {
    top: 100%;
}

[type="checkbox"]:checked + label#read-more-less-desc:before {
    content: 'Read less about Aeolos Luxury Villas';
}

[type="checkbox"]:checked + label#read-more-less-desc:after {
    /*content: '⇡●';*/
    content: '\e89c';
    font-family: fontello;
    font-size: 16px;
}

/*test read more*/
.read-more-container {
    position: relative;
    height: auto;
    border-top: 0;
}

[type="checkbox"] {
    position: absolute;
    left: -9999px;
}

label#read-more-less {
    background: #e4e3df;
    display: block;
    width: 26%;
    height: 45px;
    cursor: pointer;
    position: absolute;
    top: 0;
    transition: top .15s cubic-bezier(.44, .99, .48, 1);
    /*line-height: 2;*/
    border: none;
    font-family: inherit;
    color: #fff;
    background: #1a7097;
    padding: 12px 20px;
    outline: none;
    font-size: 13px;
    border-radius: 3px;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
}



label#read-more-less:hover, label#read-more-less:active, input:hover + label#read-more-less, input:active + label#read-more-less {
    background: #1a7097 !important;
    display: block;
    width: 26%;
    height: 45px;
    cursor: pointer;
    position: absolute;
    top: 0;
    transition: top .15s cubic-bezier(.44, .99, .48, 1);
    /*line-height: 2;*/
    border: none;
    font-family: inherit;
    color: #fff;
    background: #1a7097;
    padding: 12px 20px;
    outline: none;
    font-size: 13px;
    border-radius: 3px;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
}

label#read-more-less:before,
label#read-more-less:after {
    position: absolute;
}

label#read-more-less:before {
    content: 'View More Details';
    left: 15px;
}

label#read-more-less:after {
    /* content: '⇣●';*/
    right: 15px;
    -webkit-animation: sudo .85s linear infinite alternate;
    animation: sudo .85s linear infinite alternate;
    font-family: "fontello";
    content: "\e89d";
    font-size: 16px;
    /*padding: 5px;*/
}

@keyframes sudo {
    from {
        -webkit-transform: translateY(-2px);
        transform: translateY(-2px);
    }

    to {
        -webkit-transform: translateY(2px);
        transform: translateY(2px);
    }
}

input[type="checkbox"] ~ div {
    display: none;
    /*width: 100%;
  overflow: hidden;
  max-height: 0;
  transition: max-height .45s cubic-bezier(.44, .99, .48, 1);*/
}
/* CHECKED STATE STYLES
–––––––––––––––––––––––––––––––––––––––––––––––––– */

[type="checkbox"]:checked ~ div {
    /**
   * the value of the `max-height` property specifies the transition speed
   * set a very big value (e.g. 9999px) to see the difference
   */
    display: block;
    /*max-height: 300px;*/
}

[type="checkbox"]:checked + label#read-more-less {
    top: 100%;
}

[type="checkbox"]:checked + label#read-more-less:before {
    content: 'View Less Details';
}

[type="checkbox"]:checked + label#read-more-less:after {
    /*content: '⇡●';*/
    content: '\e89c';
    font-family: fontello;
    font-size: 16px;
}


/*read more-less type room*/

.read-more-state-type {
    display: none;
}

.read-more-target-type {
    opacity: 0;
    max-height: 0;
    font-size: 0;
    transition: .25s ease;
}

.read-more-state-type:checked ~ .read-more-wrap-type .read-more-target-type {
    opacity: 1;
    font-size: inherit;
    max-height: 999em;
}

.read-more-state-type ~ .read-more-trigger-type:before {
    content: 'View more details';
}

.icon-angle-down:before {
    content: '\e89d';
    font-weight: 600 !important;
    font-size: 15px !important;
}

.read-more-state-type ~ .read-more-trigger-type:after {
    font-family: "fontello";
    content: "\e89d";
    font-size: 16px;
    /*position: absolute;
	right: 15px;
	top: 15px;*/
    padding: 5px;
}


.read-more-state-type:checked ~ .read-more-trigger-type:before {
    content: 'View less details';
}

.read-more-state-type:checked ~ .read-more-trigger-type:after {
    content: '\e89c';
    font-family: fontello;
    font-size: 16px;
    padding: 5px;
}


.read-more-trigger-type {
    line-height: 2;
    border: none;
    font-family: inherit;
    color: #fff;
    background: #1a7097;
    cursor: pointer;
    padding: 12px 20px;
    outline: none;
    font-size: 13px;
    border-radius: 3px;
    text-transform: uppercase;
    font-weight: bold;
    display: inline;
    text-align: center;
}

/*divider*/

hr {
    margin-top: 35px !important;
    margin-bottom: 35px !important;
    border: 0;
    border-top: 1px solid #ddd;
}

/*single hotel icons list*/

/*ul.list_icons.align_center {
    text-align: center;
	background: #f1f1f1;
    padding: 15px 25px 20px 25px;
}

.col-md-3.less-padding {
    padding-right: 5px !important;
    padding-left: 5px !important;
}*/

/*sleeping arrangements*/

#single_hotel_sleep ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: table;
    border: 1px solid #d1d1d1;
    padding-bottom: 30px;
    padding-top: 30px;
    margin-bottom: 0px;
    border-radius: 3px;
    margin: 0 0 20px 0;
}

#single_hotel_sleep ul li:last-child {
    margin-right: 0;
}

#single_hotel_sleep ul li {
    display: table-cell;
    width: 1%;
    vertical-align: middle;
    text-align: center;
    padding: 0 10px 20px 10px;
    white-space: nowrap;
}

#single_hotel_sleep ul li i {
    font-size: 36px;
    display: block;
    margin-bottom: 10px;
}

/*colors btn*/
a.btn_map {
    /*background-image: linear-gradient(to top,#1a7097,#10cbbf);*/
    background: #14abb1;
}

a.btn_map:hover {
    /*background-image: linear-gradient(to top,#2395c9,#17d5d7);*/
    background: #42bbc0;
}

a.btn_map.properties {
    background: #1a7097;
}

a.btn_map.properties:hover {
    background: #1694a7;
}

a.btn_full, .btn_full {
    /*background-image: linear-gradient(to top,#0083c8,#88dcff);*/
    background: #00a5ea;
}

a.btn_full:hover, .btn_full:hover {
    /*background-image: linear-gradient(to top,#00a5ea,#88dcff);*/
    background: #33b7ee;
}

.btn_infobox_get_directions {
    color: #fc231b !important;
}

.btn_infobox_get_directions:hover {
    color: #1a7097 !important;
}

a.btn_infobox_phone {
    color: #fc231b !important;
}

a.btn_infobox_phone:hover {
    color: #1a7097 !important;
}

a.btn_infobox, .btn_infobox {
    background: #14abb1 !important;
    /*background-image: linear-gradient(to top,#1a7097,#10cbbf);*/
}

a.btn_infobox:hover, .btn_infobox:hover {
    background: #42bbc0 !important;
}

.view_on_map:before {
    color: #fc231b;
}

.tooltip-back {
    background: #fc231b;
}

.tooltip-content-flip .tooltip-back::after {
    left: 45%;
    border-top: 10px solid #fc231b;
    border-right: 10px solid transparent;
}

.box_style_1 h3.inner {
    background-color: #1a7499 !important;
}

a.btn_full_outline {
    color: #1a7499 !important;
    border: 2px solid #1a7499 !important;
}

a.btn_full_outline:hover {
    color: #1a7499 !important;
    border: 2px solid #1a7499 !important;
}

.switch-ios.switch-light input:checked ~ span:before {
    border-color: #0083c8 !important;
    box-shadow: inset 0 0 0 30px #0083c8 !important;
}

.btn_1 {
    background: #1a7097 !important;
}

.btn_1:hover {
    background: #1694a7 !important;
}

a.phone {
    color: #0083c8 !important;
}

a.phone:hover {
    color: #1a7097 !important;
}

td.normal:hover {
    /*border:2px solid #ccc !important;*/
    background-color: #1a7097;
    color: #fff;
    font-weight: 600;
    font-size: 15px;
}
/*price*/
#price_single_main span {
    color: #ffffff !important;
}

/*calendar*/


.group:after {
    content: "";
    display: table;
    clear: both;
}


img {
    max-width: 100%;
    height: auto;
    vertical-align: baseline;
}


.calendar-wrapper {
    /*width:360px;*/
    margin-top: 2em;
    /*margin:2em auto;*/
    padding: 2em;
    border: 1px solid #ccc;
    border-radius: 3px;
    background: #fff;
    border-radius: 3px;
}

table {
    clear: both;
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 3px;
    border-collapse: collapse;
    color: #444;
}

td {
    height: 48px;
    text-align: center;
    vertical-align: middle;
    border-right: 1px solid #ddd;
    border-top: 1px solid #ddd;
    /*width:100% / 7;*/
}

td.not-current {
    color: #c0c0c0;
}

td.normal {
    background: #abdfff !important;
}

td.today {
    font-weight: 600;
    font-size: 15px;
    color: #fff;
    background: #1a7097 !important;
    border-radius: 7px;
    border: 2px solid rgb(255, 255, 255);
}

thead td {
    border: none;
    color: rgb(40,40,59);
    text-transform: none !important;
    font-size: 1.5em;
}

#btnPrev {
    float: left;
    margin-bottom: 20px;
}

#btnPrev:before {
    padding-right: 4px;
}

#btnNext {
    float: right;
    margin-bottom: 20px;
}

#btnPrev, #btnNext {
    background: transparent;
    border: none;
    outline: none;
    font-size: 1em;
    color: #c0c0c0;
    cursor: pointer;
    font-family: "Roboto Condensed", sans-serif;
    text-transform: uppercase;
    transition: all 0.3s ease;
    font-size: 20px;
    border: 1px solid #ccc;
    border-radius: 3px;
}

#btnPrev:hover, #btnNext:hover {
    color: rgb(40,40,59);
    font-weight: bold;
}

/*calendar 2*/
#btnPrev2 {
    float: left;
    margin-bottom: 20px;
}

#btnPrev2:before {
    padding-right: 4px;
}

#btnNext2 {
    float: right;
    margin-bottom: 20px;
}

#btnPrev2, #btnNext2 {
    background: transparent;
    border: none;
    outline: none;
    font-size: 1em;
    color: #c0c0c0;
    cursor: pointer;
    font-family: "Roboto Condensed", sans-serif;
    text-transform: uppercase;
    transition: all 0.3s ease;
    font-size: 20px;
    border: 1px solid #ccc;
    border-radius: 3px;
}

#btnPrev2:hover, #btnNext2:hover {
    color: rgb(40,40,59);
    font-weight: bold;
}

/*calendar 3*/
#btnPrev3 {
    float: left;
    margin-bottom: 20px;
}

#btnPrev3:before {
    padding-right: 4px;
}

#btnNext3 {
    float: right;
    margin-bottom: 20px;
}

#btnNext3:after {
    content: '\f105';
    font-family: FontAwesome;
    padding-left: 4px;
}

#btnPrev3, #btnNext3 {
    background: transparent;
    border: none;
    outline: none;
    font-size: 1em;
    color: #c0c0c0;
    cursor: pointer;
    font-family: "Roboto Condensed", sans-serif;
    text-transform: uppercase;
    transition: all 0.3s ease;
    font-size: 20px;
    border: 1px solid #ccc;
    border-radius: 3px;
}

#btnPrev3:hover, #btnNext3:hover {
    color: rgb(40,40,59);
    font-weight: bold;
}

/*calendar 4*/
#btnPrev4 {
    float: left;
    margin-bottom: 20px;
}

    #btnPrev4:before {
        padding-right: 4px;
    }

#btnNext4 {
    float: right;
    margin-bottom: 20px;
}

    #btnNext4:after {
        content: '\f105';
        font-family: FontAwesome;
        padding-left: 4px;
    }

#btnPrev4, #btnNext4 {
    background: transparent;
    border: none;
    outline: none;
    font-size: 1em;
    color: #c0c0c0;
    cursor: pointer;
    font-family: "Roboto Condensed", sans-serif;
    text-transform: uppercase;
    transition: all 0.3s ease;
    font-size: 20px;
    border: 1px solid #ccc;
    border-radius: 3px;
}

    #btnPrev4:hover, #btnNext4:hover {
        color: rgb(40,40,59);
        font-weight: bold;
    }

#map_contact.contact_2 {
    margin-top: 30px !important;
}

/*h4 facilities*/

h4#facilities {
    margin-bottom: 1.5rem;
    margin-top: 0.5rem
}

/*form h3*/
.form_title h3 strong {
    /*background-image: linear-gradient(to top,#1a7097,#10cbbf);*/
    background: #14abb1;
}

/*datepicker*/
.datepicker table tr td.active.active {
    color: #fff;
    background-color: #1a7097 !important;
    border-color: #1a7097 !important;
}

/*show photos btn*/

.top-right {
    position: absolute;
    bottom: 370px;
    right: 5px
}

button.btn_map {
    border: none;
    font-family: inherit;
    font-size: inherit;
    color: #fff;
    background: #14abb1;
    /*background-image: linear-gradient(to top,#1a7097,#10cbbf);*/
    cursor: pointer;
    padding: 12px 20px;
    display: inline-block;
    outline: none;
    font-size: 12px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-transform: uppercase;
    font-weight: bold;
    display: block;
    text-align: center;
}

button.btn_map:hover {
    color: #fff;
    /*background-image: linear-gradient(to top,#2698d8,#42c2c4);*/
    background: #42bbc0;
}

.single_villa_address:before {
    color: #fc231b !important;
}

.ekko-lightbox-nav-overlay a {
    color: #444 !important;
}

/*modal photo, map*/

.modal-open {
    padding-right: 0px !important;
    margin-bottom: 0px !important;
}

.modal-open .modal {
    margin-bottom: 0px !important;
    padding-left: 0px;
    padding-right: 0px !important;
    z-index: 9999999 !important;
    margin: 0 auto;
    width: 85%;
}

.datepicker.dropdown-menu {
    z-index: 99999999 !important;
}

.modal-dialog {
    z-index: 9999999 !important;
    /*margin-top: 10px;*/
    margin: 0px;
}

.mfp-wrap {
    position: fixed;
    z-index: 999999999;
}

.mfp-bg {
    z-index: 99999999 !important;
}

.modal-body > .col-md-3, .modal-body > .col-sm-6 {
    padding-right: 10px;
    padding-left: 10px;
}

.magnific-gallery > .col-md-3, .magnific-gallery > .col-sm-6 {
    padding-right: 5px;
    padding-left: 5px;
}

.add_bottom_30 {
    margin-bottom: 30px !important;
}

.add_bottom_20 {
    margin-bottom: 20px;
}

.form_title h3 {
    margin-bottom: 10px !important;
}

div.magnific-gallery.add_bottom_30 div.col-md-3.col-sm-6:nth-of-type(1n+9) {
    display: none;
}

.img_wrapper_gallery {
    line-height: 0px;
}


/*availability*/
td.not-current {
    color: #c0c0c0;
    width: 40px;
    height: 39px;
    background: repeating-linear-gradient(-45deg, rgb(255, 255, 255), rgb(255, 255, 255) 3px, rgb(235, 235, 235) 3px, rgb(235, 235, 235) 4px);
    color: rgb(0, 0, 0);
    border: 2px solid rgb(255, 255, 255);
    border-radius: 7px;
    padding: 0px;
}

td.normal {
    height: 48px;
    text-align: center;
    vertical-align: middle;
    border-right: 1px solid #ccc;
    border-top: 1px solid #ccc;
    width: 40px;
    height: 39px;
    background: #fdeff3;
    color: #444444;
    border: 2px solid rgb(255, 255, 255);
    border-radius: 7px;
    padding: 0px;
}

/*slider*/

.owl-nav {
    background: transparent !important;
    color: #fff !important;
    /*position:absolute;*/
    bottom: 25px;
    width: 100%;
    margin: 10px auto !important;
}

.owl-carousel .owl-nav button {
    background-color: rgba(255,255,255,1) !important;
    border-radius: 50% !important;
    border: 1px solid #444 !important;
    color: #444 !important;
    width: 32px;
    height: 32px;
    display: inline-block;
    text-align: center;
    outline: none;
    transition: all 300ms ease;
    display: inline-block !important;
    cursor: pointer !important;
    text-align: center !important;
    line-height: 1 !important;
    touch-action: manipulation !important;
    box-shadow: rgba(0, 0, 0, 0.14) 0px 1px 1px 1px !important;
    border-width: 2px !important;
    border-style: solid !important;
    border-color: transparent !important;
}

.owl-carousel .owl-nav button:hover {
    background-color: #1a7097 !important;
    border: none;
}

.owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    top: 30%;
    left: -18px;
}

.owl-carousel .owl-nav button.owl-next {
    position: absolute;
    top: 30%;
    right: -18px;
}

.owl-theme .owl-nav .disabled {
    opacity: 0 !important;
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: #869791;
    color: #FFF !important;
    text-decoration: none;
}

.owl-nav button span {
    font-size: 22px !important;
    display: inline-block;
}

/*all hotel map icons single*/

#all_hotel_map_icons_single {
    margin-left: -15px;
    margin-right: -15px;
}


#all_hotel_map_icons_single ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: table;
    margin-bottom: 0px;
    margin-right: 22px;
    margin-left: 22px;
}

#all_hotel_map_icons_single ul li {
    display: table-cell;
    width: 1%;
    vertical-align: middle;
    text-align: center;
    padding: 10px 10px 10px 10px;
    white-space: nowrap;
    font-size: 11px;
}

#all_hotel_map_icons_single ul li i {
    font-size: 30px;
    display: block;
    margin-bottom: 5px;
}

.container_full {
    max-width: 100%;
}

.margin_bottom_60 {
    padding: 0px 45px 60px 45px;
}

/*button size*/

.properties {
    font-size: 13px !important;
}

.location_map_btn {
    display: inline-block !important;
    background-image: linear-gradient(to top,#1a7097,#10cbbf);
}

a.btn_map.location_map_btn.properties {
    /*background-image: linear-gradient(to top,#1a7097,#10cbbf);*/
    background: #14abb1;
}

a.btn_map.location_map_btn.properties:hover {
    /*background-image: linear-gradient(to top,#2698d8,#42c2c4);*/
    background: #42bbc0;
}

/*owl carousel*/
.hid {
    display: none;
}

.owl-carousel {
    margin: 0px !important;
}


/*modal map*/
.modal-dialog {
    max-width: 100% !important;
}

/*map search*/
#map_search {
    width: 100%;
    height: 450px !important;
}

#map_modal {
    width: 100%;
    height: 600px !important;
}

#map_location {
    width: 100%;
    height: 500px !important;
}


#map_single_location {
    width: 100%;
    height: 500px !important;
}

#map_single {
    width: 100%;
    height: 450px !important;
}

#map_location_hotels {
    width: 100%;
    height: 500px !important;
}

/*main slider single hotel*/
/*.parallax-content-2 {
    bottom: 460px !important;
}

@media only screen and (width:1366px){
	.parallax-content-2 {
    bottom: 150px !important;
}
}*/

/*sidebar span*/
h4 span {
    color: #1a7097 !important;
}

/*similar properties ribbon*/

.item > .hotel_container > .ribbon_3 {
    left: -5px !important;
}

#divCal2 > table > tbody > tr > td.today {
    background: #1a7097 !important;
    color: #fff !important;
    font-weight: 300 !important;
    font-size: 12px;
}

/*single location infobox h3*/

h3#infobox_h3 {
    font-size: 16px !important;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 0px 10px 0px 10px;
}

h3#infobox_h3:hover {
    overflow: visible !important;
    white-space: pre-wrap;
    padding: 0px 10px 0px 10px;
}


#single_villa_icons ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: table;
    border-bottom: 0px solid #555;
    margin-top: 25px;
    margin-bottom: 15px;
}

#single_villa_icons ul li {
    display: table-cell;
    width: 1%;
    vertical-align: middle;
    text-align: center;
    padding: 0 10px 10px 10px;
    white-space: nowrap;
}

#single_villa_icons ul li i {
    font-size: 25px;
    display: block;
}


/*test*/

.daterangepicker {
    position: absolute;
    color: inherit;
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid #ddd;
    width: 278px;
    max-width: none;
    padding: 0;
    margin-top: 7px;
    top: 100px;
    left: 20px;
    z-index: 3001;
    display: none;
    font-size: 15px;
    line-height: 1em
}

    .daterangepicker:after, .daterangepicker:before {
        position: absolute;
        display: inline-block;
        content: ''
    }

    .daterangepicker:before {
        top: -7px;
        border-right: 7px solid transparent;
        border-left: 7px solid transparent;
        border-bottom: 7px solid #ccc
    }

    .daterangepicker:after {
        top: -6px;
        border-right: 6px solid transparent;
        border-bottom: 6px solid #fff;
        border-left: 6px solid transparent
    }

    .daterangepicker.opensleft:before {
        right: 9px
    }

    .daterangepicker.opensleft:after {
        right: 10px
    }

    .daterangepicker.openscenter:after, .daterangepicker.openscenter:before {
        left: 0;
        right: 0;
        width: 0;
        margin-left: auto;
        margin-right: auto
    }

    .daterangepicker.opensright:before {
        left: 9px
    }

    .daterangepicker.opensright:after {
        left: 10px
    }

    .daterangepicker.drop-up {
        margin-top: -7px
    }

    .daterangepicker.drop-up:before {
        top: initial;
        bottom: -7px;
        border-bottom: initial;
        border-top: 7px solid #ccc
    }

    .daterangepicker.drop-up:after {
        top: initial;
        bottom: -6px;
        border-bottom: initial;
        border-top: 6px solid #fff
    }

    .daterangepicker.single .calendar, .daterangepicker.single .daterangepicker .ranges {
        float: none
    }

    .daterangepicker.single .drp-selected {
        display: none
    }

    .daterangepicker.show-calendar .calendar, .daterangepicker.show-calendar .drp-buttons {
        display: block
    }

    .daterangepicker.auto-apply .drp-buttons {
        display: none
    }

    .daterangepicker .calendar {
        display: none;
        max-width: 270px
    }

        .daterangepicker .calendar.left {
            padding: 8px 0 8px 8px
        }

        .daterangepicker .calendar.right {
            padding: 8px
        }

        .daterangepicker .calendar.single .calendar-table {
            border: none
        }

    .daterangepicker .calendar-table .next span, .daterangepicker .calendar-table .prev span {
        color: #fff;
        border: solid #000;
        border-width: 0 2px 2px 0;
        border-radius: 0;
        display: inline-block;
        padding: 3px
    }

    .daterangepicker .calendar-table .next span {
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg)
    }

    .daterangepicker .calendar-table .prev span {
        transform: rotate(135deg);
        -webkit-transform: rotate(135deg)
    }

    .daterangepicker .calendar-table td, .daterangepicker .calendar-table th {
        text-align: center;
        vertical-align: middle;
        min-width: 32px;
        width: 32px;
        height: 24px;
        line-height: 24px;
        font-size: 12px;
        border-radius: 4px;
        border: 1px solid transparent;
        white-space: nowrap;
        cursor: pointer
    }

    .daterangepicker .calendar-table {
        border: 1px solid #fff;
        border-radius: 4px;
        background-color: #fff
    }

    .daterangepicker .calendar-table table {
        width: 100%;
        margin: 0;
        border-spacing: 0;
        border-collapse: collapse
    }

    .daterangepicker td.available:hover, .daterangepicker th.available:hover {
        background-color: #eee;
        border-color: transparent;
        color: inherit
    }

    .daterangepicker td.week, .daterangepicker th.week {
        font-size: 80%;
        color: #ccc
    }

    .daterangepicker td.off, .daterangepicker td.off.end-date, .daterangepicker td.off.in-range, .daterangepicker td.off.start-date {
        background-color: #fff;
        border-color: transparent;
        color: #999
    }

    .daterangepicker td.in-range {
        background-color: #ebf4f8;
        border-color: transparent;
        color: #000;
        border-radius: 0
    }

    .daterangepicker td.start-date {
        border-radius: 4px 0 0 4px
    }

    .daterangepicker td.end-date {
        border-radius: 0 4px 4px 0
    }

    .daterangepicker td.start-date.end-date {
        border-radius: 4px
    }

    .daterangepicker td.active, .daterangepicker td.active:hover {
        background-color: #357ebd;
        border-color: transparent;
        color: #fff
    }

    .daterangepicker th.month {
        width: auto
    }

    .daterangepicker option.disabled, .daterangepicker td.disabled {
        color: #999;
        cursor: not-allowed;
        text-decoration: line-through
    }

    .daterangepicker select.monthselect, .daterangepicker select.yearselect {
        font-size: 12px;
        padding: 1px;
        height: auto;
        margin: 0;
        cursor: default
    }

    .daterangepicker select.monthselect {
        margin-right: 2%;
        width: 56%
    }

    .daterangepicker select.yearselect {
        width: 40%
    }

    .daterangepicker select.ampmselect, .daterangepicker select.hourselect, .daterangepicker select.minuteselect, .daterangepicker select.secondselect {
        width: 50px;
        margin: 0 auto;
        background: #eee;
        border: 1px solid #eee;
        padding: 2px;
        outline: 0;
        font-size: 12px
    }

    .daterangepicker .calendar-time {
        text-align: center;
        margin: 4px auto 0;
        line-height: 30px;
        position: relative
    }

    .daterangepicker .calendar-time select.disabled {
        color: #ccc;
        cursor: not-allowed
    }

    .daterangepicker .drp-buttons {
        clear: both;
        text-align: right;
        padding: 8px;
        border-top: 1px solid #ddd;
        display: none;
        line-height: 12px;
        vertical-align: middle
    }

    .daterangepicker .drp-selected {
        display: inline-block;
        font-size: 12px;
        padding-right: 8px
    }

    .daterangepicker .drp-buttons .btn {
        margin-left: 8px;
        font-size: 12px;
        font-weight: 700;
        padding: 4px 8px
    }

    .daterangepicker.show-ranges .calendar.left {
        border-left: 1px solid #ddd
    }

    .daterangepicker .ranges {
        float: none;
        text-align: left;
        margin: 0
    }

    .daterangepicker.show-calendar .ranges {
        margin-top: 8px
    }

    .daterangepicker .ranges ul {
        list-style: none;
        margin: 0 auto;
        padding: 0;
        width: 100%
    }

    .daterangepicker .ranges li {
        font-size: 12px;
        padding: 8px 12px;
        cursor: pointer
    }

    .daterangepicker .ranges li:hover {
        background-color: #eee
    }

    .daterangepicker .ranges li.active {
        background-color: #08c;
        color: #fff
    }

@media (min-width: 564px) {
    .daterangepicker.ltr .calendar.right .calendar-table, .daterangepicker.rtl .calendar.left .calendar-table {
        border-left: none;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0
    }

    .daterangepicker.ltr .calendar.left .calendar-table, .daterangepicker.rtl .calendar.right .calendar-table {
        border-right: none;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0
    }

    .daterangepicker {
        width: auto
    }

    .daterangepicker .ranges ul {
        width: 140px
    }

    .daterangepicker.single .ranges ul {
        width: 100%
    }

    .daterangepicker.single .calendar.left {
        clear: none
    }

    .daterangepicker.single.ltr .calendar, .daterangepicker.single.ltr .ranges {
        float: left
    }

    .daterangepicker.single.rtl .calendar, .daterangepicker.single.rtl .ranges {
        float: right
    }

    .daterangepicker.ltr {
        direction: ltr;
        text-align: left
    }

    .daterangepicker.ltr .calendar.left {
        clear: left;
        margin-right: 0
    }

    .daterangepicker.ltr .calendar.left .calendar-table {
        padding-right: 8px
    }

    .daterangepicker.ltr .calendar.right {
        margin-left: 0
    }

    .daterangepicker.ltr .calendar, .daterangepicker.ltr .ranges {
        float: left
    }

    .daterangepicker.rtl {
        direction: rtl;
        text-align: right
    }

    .daterangepicker.rtl .calendar.left {
        clear: right;
        margin-left: 0
    }

        .daterangepicker.rtl .calendar.left .calendar-table {
            padding-left: 12px
        }

    .daterangepicker.rtl .calendar.right {
        margin-right: 0
    }

    .daterangepicker.rtl .calendar, .daterangepicker.rtl .ranges {
        text-align: right;
        float: right
    }
}

@media (min-width: 730px) {
    .daterangepicker .ranges {
        width: auto
    }

    .daterangepicker.ltr .ranges {
        float: left
    }

    .daterangepicker.rtl .ranges {
        float: right
    }

    .daterangepicker .calendar.left {
        clear: none !important
    }
}

a.btn_infobox, .btn_infobox {
    margin-left: 4px !important;
    margin-right: 4px !important;
}

/*index*/


#hero {
    background: #4d536d url(../img/index/index_slider.png) no-repeat center center;
    background-size: cover;
    color: #fff;
    width: 100%;
    font-size: 16px;
    display: table;
    z-index: 99;
    text-align: center;
    text-transform: uppercase;
}

.villa_address_home {
    position: relative;
    cursor: pointer;
    padding: 8px 10px 1px 30px;
    margin-left: -15px;
    margin-right: -15px;
    display: block;
    font-size: 13px;
}

.villa_address_home:before {
    font-style: normal;
    font-weight: normal;
    font-family: "fontello";
    font-size: 16px;
    content: "\ecea";
    color: #fc231b;
    position: absolute;
    left: 15px;
    top: 7px;
}

a.villa_address_home {
    color: #444;
    min-height: 39px;
}

    a.villa_address_home:hover {
        text-decoration: underline;
    }

a#index_btn.btn_map.medium, #index_btn.btn_map.medium {
    padding: 10px 30px;
    font-size: 14px;
    display: initial;
}

a.btn_1.outline:hover {
    color: #1694a7 !important;
    background: none !important;
    border: 2px solid #1694a7 !important;
    padding: 5px 18px;
}

h2 span {
    color: #14abb1 !important;
}

h3 span {
    color: #fc231b !important;
}

h4 span {
    color: #fc231b !important;
}

h5 span {
    color: #14abb1 !important;
}

h6 span {
    color: #1a7097 !important;
}


a.button_intro, .button_intro {
    background-image: linear-gradient(to top,#1a7097,#10cbbf);
    background: #14abb1 !important;
}


a.button_intro.outilne, .button_intro.outline {
    border: 2px solid #fff;
    color: #fff;
    background: none !important;
    padding: 6px 23px;
}

a.button_intro:hover, .button_intro:hover {
    background: #fff !important;
    color: #42bbc0 !important;
}

a.btn_1.white, .btn_1.white {
    background: #fff !important;
    color: #fc231b !important;
}

.banner.colored {
    background: #0083c8 url(../img/banner_bg_colored.png) no-repeat center bottom !important;
    color: #fff;
}

.white_pink {
    background: #eef8f8 !important;
}

a.btn_1.outline, .btn_1.outiline, input .btn_1.outiline {
    color: #1a7097;
    background: none !important;
    border: 2px solid #1a7097;
    padding: 5px 18px;
}

.banner {
    margin-bottom: 0px !important;
}


/*business list map page*/

.business_address:before {
    font-style: normal;
    font-weight: normal;
    font-family: "fontello";
    font-size: 16px;
    content: "\ecea";
    color: #fc231b;
    position: absolute;
    left: 15px;
    top: 7px;
}

.business_address {
    position: relative;
    cursor: pointer;
    padding: 8px 10px 10px 30px;
    margin-left: -15px;
    margin-right: -15px;
    display: block;
    font-size: 13px;
}

body {
    background: #fff !important;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
}

/*beaches*/
a.btn_map {
    margin-bottom: 10px;
}

/*all beaches*/
.other_beaches ul {
    list-style: none;
    padding: 0;
    margin: 0 0 0 0;
}

.other_beaches ul li a {
    border-bottom: 1px solid #ededed;
    padding: 8px 0 8px 0;
    display: block;
    color: #333;
}

.other_beaches ul li a:hover {
    background-color: #f9f9f9;
    color: #fc231b;
}


.other_beaches ul li a i {
    font-size: 22px;
    margin-right: 5px;
    margin-left: 2px;
    position: relative;
    top: 5px;
    color: #555;
}

/*header margin bottom*/
h1, h2, h3 { /* margin-top: 20px; */
    margin-bottom: 20px;
}

.ribbon_4 {
    position: absolute;
    left: 0px;
    top: -5px;
    z-index: 1;
    overflow: hidden;
    width: 75px;
    height: 75px;
    text-align: right;
}

.ribbon_4 span {
    font-size: 9px;
    font-weight: bold;
    color: #FFF;
    text-transform: uppercase;
    text-align: center;
    line-height: 20px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    width: 100px;
    display: block;
    background: #79A70A;
    background: linear-gradient(#9BC90D 0%, #79A70A 100%);
    box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.25);
    position: absolute;
    top: 19px;
    left: -21px;
}

/*distances table*/

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0,0,0,.02);
}
/*.table-striped tbody tr:nth-of-type(even){
    background-color: rgba(0,0,0,.02);
}*/

.table.confirm th {
    text-transform: uppercase;
    text-align: center;
    border: 1px solid #ddd;
}

.parallax-content-1 {
    background: rgba(0, 0, 0, 0.1);
}

.tour_container .tour_title h3 {
    margin: 0 0 3px 0;
    font-size: 14px !important;
    text-transform: uppercase !important;
}

.marker_info_2 h3 {
    font-size: 18px !important;
    line-height: 18px !important;
    text-transform: uppercase !important;
    margin-bottom: 10px;
    margin-top: 10px !important;
}

/*accommodation page-distance table*/
.table.table-striped.confirm thead th {
    text-transform: uppercase;
    background: #1a7097;
    color: #fff;
    text-align: center;
}

/*cut word*/
.cut-text {
    float: left;
    margin-top: 8px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

/*facilities list*/
ul.list_ok li {
    position: relative;
    padding-left: 35px;
    float: left;
    margin-top: 5px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    min-height: 44px;
}

ul.list_ok li:before {
    padding-left: 15px;
    padding-right: 15px;
    color: #fc231b;
    font-size: 12px;
}

ul.list_ok li:hover {
    overflow: visible !important;
}

/*buttons on hotel listing*/
#left-btn {
    padding-left: 0px
}

#right-btn {
    padding-right: 0px;
}

/*top bar,menu,new btn colors*/

#top_line {
    /*background-image: linear-gradient( 329deg,#1a7097,#10cbbf);*/
    background: #14abb1;
    height: 100%;
    padding: 8px 0px 8px 0px;
    margin-bottom: 10px;
}

header {
    background: #fff;
    padding: 0px 0px 10px 0px;
}

.main-menu > ul > li > a {
    color: #333333;
}

ul#top_tools a {
    color: #444444;
}

a.cart_bt strong {
    background-color: #fc231b;
}

ul#top_tools a:hover {
    color: #fc231b;
}

.dropdown-cart .dropdown-menu {
    border-top: 2px solid #fc231b;
}

.main-menu > ul > li:hover > a {
    color: #fc231b;
}

.main-menu ul ul li a:hover {
    color: #fc231b;
}

.main-menu ul ul:before {
    border-bottom-color: #fc231b;
}


.main-menu ul ul, .main-menu ul li .menu-wrapper {
    border-top: 2px solid #fc231b;
}

.other_tours ul li a:hover {
    background-color: #f9f9f9;
    color: #fc231b;
}

ul#top_links a:hover {
    color: #fc231b;
}

/*new font-sizes for p,h3 tag */
p {
    font-size: 15px;
    line-height: 22px;
}

#single_tour_desc h3 {
    font-size: 23px;
    font-weight: 600;
}

/*List distances*/
ul.list_distances {
    list-style: none;
    margin: 0 0 20px 0;
    padding: 0;
    line-height: 22px;
}

ul.list_distances li {
    position: relative;
    padding-left: 25px;
    float: left;
    margin-top: 10px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

ul.list_distances li:before {
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    position: absolute;
    left: 0;
    top: 0;
}

.other_tours ul {
    list-style: none;
    padding: 0;
    margin: 0 0 0 0;
}

.other_tours ul li a {
    border-bottom: 1px solid #ededed;
    padding: 5px 0 10px 0;
    display: block;
    color: #333;
    cursor: default;
}

.other_tours ul li a:hover {
    background-color: #f9f9f9;
    color: #333 !important;
    cursor: default;
}


.other_tours ul li a i {
    font-size: 22px;
    margin-right: 5px;
    margin-left: 2px;
    position: relative;
    top: 5px;
    color: #555;
}

ul.list_distances li:nth-child(odd) {
    padding-left: 0px;
    padding-right: 25px;
}

ul.list_distances li:nth-child(even) {
    padding-left: 25px;
    padding-right: 0px;
}

/*telephone sidebar*/

.box_style_4 small {
    font-size: 105%;
    margin-bottom: .5rem;
}

.box_style_4 a.phone {
    margin-bottom: .4rem;
    margin-top: 0.9rem;
    font-size: 25px;
}

.box_style_4 h4 {
    margin-bottom: .6rem
}

.add-top-30 {
    margin-top: 30px;
}

/*map info box*/
.marker_info > .villa_address:before {
    left: 0px;
    top: 0px;
    border-bottom: 0px;
    position: relative;
    padding-right: 0px;
    content: "";
}

.marker_info > .villa_address {
    border-bottom: 0px;
    cursor: grab;
    padding: 8px 10px 8px 10px;
    margin: 0px;
    min-height: 35px;
}

.marker_info h3 {
    margin-top: 20px !important;
    margin-bottom: 0px;
    min-height: 18px;
    text-transform: capitalize;
}

.marker_info {
    width: 280px;
    /*height: 285px;*/
    height: 300px;
    font-family: 'Open Sans', sans-serif;
    background: #fff;
}

.marker_info > img {
    max-width: 100%;
    min-height: 125px;
    border-bottom: 1px solid #f7f7f7;
}

a.btn_infobox, .btn_infobox {
    padding: 8px 25px;
}

.marker_tools {
    margin: 0px 0 20px 0;
    min-height: 16px
}

/*div.marker_tools a[href^="tel://"] {
    visibility: hidden;
}*/

.btn_infobox_get_directions:before {
    color: #fc231b !important;
}

.btn_infobox_get_directions:hover:before {
    color: #1a7097 !important;
}

.btn_infobox_get_directions {
    color: #444 !important;
}

.btn_infobox_get_directions:before {
    top: 0px;
}

/*hotel listing*/

div#left-btn > a.btn_map {
    padding: 12px 0px;
}

div#left-btn > a.btn_full {
    padding: 12px 0px;
}

div#right-btn > a.btn_full {
    padding: 12px 0px;
}

div#center-btn > a.btn_full {
    padding: 12px 0px;
    background: #0083c8;
}

div#center-btn > a.btn_full:hover {
    background: #009def;
}


div#left-btn {
    padding-right: 0px;
    padding-left: 0px;
    flex: 1 1 auto;
}

div#right-btn {
    padding-right: 0px;
    padding-left: 5px;
    flex: 1 1 auto;
}

div#center-btn {
    padding-left: 5px;
    /*padding-right: 5px;*/
    flex: 1 1 auto;
}

.flex_r {
    display: flex;
    flex-flow: row nowrap;
}

section#list > .parallax-content-1 {
    height: 330px;
}

section#list.parallax-window {
    min-height: 330px;
}

section#single-page.parallax-window {
    min-height: 570px;
}

.parallax-content-1 div h1 {
    padding-top: 100px;
}

/*Accommodation list, no image container*/

.img_container {
    /*background-color:#f7f7f7;*/
    min-height: 240px;
    border-bottom: 1px solid #ededed;
}

.img-fluid {
    margin: 0 auto;
    display: block;
}

.img_container a:hover img.no_image {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}

.img_container a:hover img {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}

#all_hotel_map_icons {
    /*min-height: 77px;*/
    min-height: 64px; /* 83*/
}

/*#all_hotel_map_icons > ul > li:nth-of-type(1n+5) {
    display:none;
}
*/
.hotel_title > a:empty::before {
    content: "";
    display: inline-block;
}

.hotel_container .hotel_title h3 {
    min-height: 16px;
    text-transform: capitalize;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}


.hotel_container .hotel_title h3:hover {
    overflow: visible !important;
    white-space: pre-wrap;
}

.parallax-content-2 div h1 {
    text-transform: capitalize;
}

.upper-titles {
    text-transform: uppercase !important;
}

#btn-row.row {
    min-height: 54px;
}

.hotel_title > a:empty::before {
    content: "";
    display: inline-block;
}

/*home page*/
.main_title p {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 20px;
}

/*ribbons*/

.ribbon_3.new span {
    background: #fc231b;
}

.ribbon_3.new span::before {
    border-left: 3px solid #fc231b;
    border-right: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #fc231b;
}

.ribbon_3.new span::after {
    border-left: 3px solid transparent;
    border-right: 3px solid #fc231b;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #fc231b;
}

.ribbon_3.offer span {
    background: #10cbbf;
}

.ribbon_3.offer span::before {
    border-left: 3px solid #10cbbf;
    border-right: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #10cbbf;
}

.ribbon_3.offer span::after {
    border-left: 3px solid transparent;
    border-right: 3px solid #10cbbf;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #10cbbf;
}

.ribbon_3.popular span {
    background: #cd00cd;
}

.ribbon_3.popular span::before {
    border-left: 3px solid #cd00cd;
    border-right: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #cd00cd;
}

.ribbon_3.popular span::after {
    border-left: 3px solid transparent;
    border-right: 3px solid #cd00cd;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #cd00cd;
}

.ribbon_3.last_minute span {
    background: #0083c8;
}


.ribbon_3.last_minute span::before {
    border-left: 3px solid #0083c8;
    border-right: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #0083c8;
}

.ribbon_3.last_minute span::after {
    border-left: 3px solid transparent;
    border-right: 3px solid #0083c8;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #0083c8;
}

.ribbon_3.unique span {
    background: #000000;
}

.ribbon_3.unique span::before {
    border-left: 3px solid #000000;
    border-right: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #000000;
}

.ribbon_3.unique span::after {
    border-left: 3px solid transparent;
    border-right: 3px solid #000000;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #000000;
}

.ribbon_3.xlvilla span {
    background: #000000;
}

.ribbon_3.xlvilla span::before {
    border-left: 3px solid #000000;
    border-right: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #000000;
}

.ribbon_3.xlvilla span::after {
    border-left: 3px solid transparent;
    border-right: 3px solid #000000;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #000000;
}

.ribbon_3.vipvilla span {
    background: #c2a81d;
}

.ribbon_3.vipvilla span::before {
    border-left: 3px solid #c2a81d;
    border-right: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #c2a81d;
}

.ribbon_3.vipvilla span::after {
    border-left: 3px solid transparent;
    border-right: 3px solid #c2a81d;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #c2a81d;
}

/*business list*/

.padding-top-15 {
    padding-top: 15px;
}

a.btn_full:not([href]):not([tabindex]), a.btn_map:not([href]):not([tabindex]) {
    color: #fff;
    text-decoration: none;
}

.smaller_br {
    display: block;
    line-height: 14px;
}

.box_style_1.info-box {
    padding: 40px 30px;
}

.box_style_1.info-box > .row > .col-md-6 > a {
    font-size: 15px;
}

/*home page*/

a#white_link {
    color: #ffffff;
    font-size: 13px;
}

    a#white_link:hover {
        color: #fc231b;
    }

.main_title.padding_lr_20 {
    margin-bottom: 60px;
}

/*.padding_lr_20 {
    padding: 0 20%;
}*/

.short_info {
    font-weight: 700;
    font-size: 1.3125rem;
    color: #ffffff;
    padding: 45px 10px 15px 5px;
}

.main_title h2 {
    margin-bottom: 10px;
}

p {
    line-height: 24px;
}

.other_tours.fp ul {
    list-style-type: circle
}

    .other_tours.fp ul li::marker {
        color: #14abb1;
    }

/*language flag*/

.flag-icon-gr {
    background-image: url(/img/index/gr.svg);
}

.flag-icon-GB {
    background-image: url(/img/index/GB.svg);
}

.flag-icon:before {
    content: "\A0";
}

.flag-icon {
    background-size: contain;
    background-position: 53%;
    background-repeat: no-repeat;
    position: relative;
    display: inline-block;
    width: 1.33333em;
    line-height: 1em;
}

.icon-globe-1:before {
    font-size: 14px;
}

ul#top_links a.active {
    /*text-decoration: underline;*/
    display: none;
}

ul#top_links.footer_lang a.active {
    /*text-decoration: underline;*/
    display: none;
}

ul#top_links.footer_lang {
    float: none;
}

footer {
    background: #222 !important;
}

.parallax-content-1 div h3 {
    font-size: 48px;
    text-transform: none;
}

.parallax-content-1 div h1 {
    font-size: 26px;
    text-transform: none;
}

.feature i {
    color: #14abb1 !important;
}

footer ul li a:focus {
    color: #999;
}

#position ul li:after {
    content: "-";
    top: 0;
}

a.btn_infobox[href=""] {
    display: none !important;
}

a.btn_infobox[href="https://.reserve-online.net"] {
    display: none !important;
}

/*page zante history*/
.icon-info:before {
    color: #14abb1 !important;
}

ul#cat_nav li a.active {
    background: #f9f9f9;
    color: #fc231b !important;
}

ul#cat_nav li a:hover {
    background: #f9f9f9;
    color: #fc231b !important;
    padding-left: 14px;
}

ul#cat_nav li a {
    color: #444 !important;
}

.color-gr {
    color: #14abb1 !important;
    text-transform: capitalize;
}

.card-header a {
    display: block;
    color: #444 !important;
}

iframe#tickets {
    top: 200px !important;
    height: 70% !important;
}

button.Extended-FAB.Extended-FAB--big {
    color: #14abb1 !important;
    border-radius: 4px !important;
}

button.TextButton--accent {
    color: #fc231b !important;
}

svg.Decorator_Icon.error {
    color: #fc231b !important;
}

span.inner.departure-day::before {
    color: #fc231b !important;
}

.Extended-FAB {
    border-radius: 4px !important;
}

/*slider*/
.top-100 {
    top: 100px;
}

.padding-tb {
    padding-top: 170px;
    padding-bottom: 60px;
}
/*Map page*/
.map-container {
   padding-top:110px;
   padding-left:0;
   padding-right:0;
   /*display:flex;
   flex-direction:column;
   flex-wrap:wrap;*/
}

/*By pass the height that loads on style.css*/
#map {
    /*height: 100%;
    min-height: 450px;*/
    height: 100vh;
}

/*map filter*/
#map_filter {
    position: relative;
    background-color: rgba(255, 255, 255, 1);
    /*background-color: #f7f7f7;*/
    z-index: 2;
    width: 100%;
    height: 100%;
}

#map_filter ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
}

#map_filter ul li {
    text-align: center;
    display: inherit;
    border-top: 1px solid #ddd;
}

#map_filter ul li a {
    display: inline-block;
    padding: 15px;
    color: #444;
    /*min-width: 120px;*/
    width: 100%;
    margin: 0 -3px;
}

#map_filter ul li a:hover,
#map_filter ul li a.active {
    background-color: #f7f7f7;
    /*color: #14abb1;*/
    color: #fc231b;
    width: 100%;
}

#map_filter ul li a i {
    display: block;
    font-size: 36px;
    margin: 5px 0;
}

/* width */
::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #cdcdcd;
    border-radius: 5px;
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #b4b4b4;
    }

/*burger menu*/
.cmn-toggle-switch span::before, .cmn-toggle-switch span::after, .cmn-toggle-switch span {
    background-color: #000;
}

.other_tours.fp ul li a {
    cursor: pointer;
}

/*angle up & down on desktop*/
span#fac.pe-7s-angle-down:before {
    display: none;
}

span#fac.pe-7s-angle-up:before {
    display: none;
}

/*home slider*/
.tp-bgimg.defaultimg::after {
    width: 100%;
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(to right, rgba(0, 0, 0, .55) 100%, rgba(255, 255, 255, 0) 100%);
    height: 100%;
}

/*Input checkbox does not overflow*/
#contact-us input[name="FlexibleDates"] {
    position: relative;
    left: 0;
}

.btm-20{
    margin-bottom:20px
}

/*map footer*/

#social_footer.map-footer {
    text-align: center;
    border-top: none;
    padding-top: 0px;
    margin-top: 20px;
}

footer.map-footer {
    padding: 0px;
}

/*RESPONSIVE*/

/*bigger site width*/


@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 760px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 1090px;
    }
}

@media (min-width: 1200px) and (max-width: 1300px) {
    .container {
        max-width: 1200px;
    }
}

@media (min-width: 1301px) and (max-width: 1450px) {
    .container {
        max-width: 1250px;
    }
}

@media (min-width: 1451px) and (max-width: 1920px) {
    .container {
        max-width: 1350px;
    }
}

@media (min-width: 1921px) {
    .container {
        max-width: 1400px;
    }
}

/*list pages*/

@media (max-width: 280px) {
    .parallax-content-1 div h1 {
        font-size: 20px;
    }
}

@media (max-width: 370px) {
    .parallax-content-1 div h1:before, .parallax-content-1 div h1:after {
        display: none;
    }
}

@media (min-width: 580px) {
    #list.col-sm-6 {
        -ms-flex: 0 0 50% !important;
        flex: 0 0 50% !important;
        max-width: 50% !important;
    }

    .padding_lr_20 {
        padding: 0px !important;
    }

    .parallax-content-1 div h1 {
        font-size: 34px;
    }
}

@media (min-width: 990px) {
    #list.col-md-4 {
        -ms-flex: 0 0 33.333333% !important;
        flex: 0 0 33.333333% !important;
        max-width: 33.333333% !important;
    }

    .padding_lr_20 {
        padding: 0 14% !important;
    }

    .parallax-content-1 div h1 {
        font-size: 38px;
    }
}

@media (min-width: 1350px) {
    #list.col-lg-3 {
        -ms-flex: 0 0 25% !important;
        flex: 0 0 25% !important;
        max-width: 25% !important;
    }

    .padding_lr_20 {
        padding: 0 20% !important;
    }

    .parallax-content-1 div h1 {
        font-size: 42px;
    }
}

@media (min-width: 1920px) {
    #list.col-xl-2 {
        -ms-flex: 0 0 20% !important;
        flex: 0 0 20% !important;
        max-width: 20% !important;
    }

    .padding_lr_20 {
        padding: 0 20% !important;
    }

    .parallax-content-1 div h1 {
        font-size: 45px;
    }
}

@media (min-width: 2500px) {
    #list.col-xxl {
        -ms-flex: 0 0 16.666667% !important;
        flex: 0 0 16.666667% !important;
        max-width: 16.66667% !important;
    }

    .padding_lr_20 {
        padding: 0 20% !important;
    }

    .parallax-content-1 div h1 {
        font-size: 48px;
    }
}

/*image container*/

@media (min-width: 990px) and (max-width: 1165px) {
    .img_container {
        min-height: 200px !important;
        border-bottom: 1px solid #ededed;
    }
}

/* MEDIA QUERIES max-width 767px - MOBILE LANDSCAPE  */
/*4 facilities icons*/
/*@media (max-width: 767px) {
    #all_hotel_map_icons > ul > li:nth-of-type(1n+5) {
        display: none;
    }
}*/
/* MEDIA QUERIES max-width 575px - MOBILE PORTRAIT  */
@media (max-width: 575px) {

    #left-btn {
        float: none;
        padding-left: 15px;
    }

    #right-btn {
        float: none;
        padding-right: 15px;
    }

    .owl-carousel .owl-nav button.owl-next {
        position: absolute;
        top: 40%;
        right: -18px;
    }

    .owl-carousel .owl-nav button.owl-prev {
        position: absolute;
        top: 40%;
        left: -18px;
    }

    .content-left {
        height: auto !important;
        min-height: 100%;
        overflow-y: hidden;
    }

    /* #all_hotel_map_icons ul {
        margin-right: 10px;
        margin-left: 10px;
    }*/

    .map-right #map {
        height: 375px !important;
    }

    label#read-more-less-desc {
        width: 100%;
    }

    label#read-more-less {
        width: 60%;
    }
}

@media (max-width:399px) {

    #all_hotel_map_icons_single {
        margin-left: 0px;
        margin-right: 0px;
    }

    #all_hotel_map_icons_single ul {
        margin-right: 0px;
        margin-left: 0px;
    }

    #all_hotel_map_icons_single ul li {
        width: 1%;
        padding: 10px 0px 10px 0px;
        font-size: 10px;
    }
}

@media (min-width: 400px) and (max-width: 480px) {

    #all_hotel_map_icons_single {
        margin-left: 0px;
        margin-right: 0px;
    }

    #all_hotel_map_icons_single ul {
        margin-right: 0px;
        margin-left: 0px;
    }

    #all_hotel_map_icons_single ul li {
        width: 1%;
        padding: 10px 6px 10px 6px;
        font-size: 10px;
    }
}

/*home page*/

@media (max-width: 1350px) {

    .p-lr-15 {
        padding: 0px 15px
    }
}

@media (max-width: 991px) {

    .sticky nav {
        margin-top: 16px;
    }

    nav {
        margin-top: 16px;
    }
}

@media (min-width: 586px) and (max-width: 720px) {

    .img_container {
        min-height: 191px;
    }
}

@media (min-width: 1350px) and (max-width: 1440px) {

    .img_container {
        min-height: 225px;
    }
}

@media (min-width: 990px) {

    nav.col-9 {
        text-align: right;
    }

    nav.col-9 > .main-menu > ul > li > ul > li {
        text-align: left;
    }
}

@media (min-width: 768px) and (max-width: 1090px) {
    .box_style_4 a.phone {
        font-size: 20px !important;
    }
}

@media (min-width: 1201px) and (max-width: 1450px) {
    #availability.col-md-6 {
        padding-right: 5px;
        padding-left: 5px;
    }
    #availability.col-6 {
        padding-right: 5px;
        padding-left: 5px;
    }
}

@media (max-width: 767px) {

    div.magnific-gallery.add_bottom_30 div.col-md-3.col-sm-6:nth-of-type(1n+5) {
        display: none !important;
    }

    #single_tour_feat > ul > li:nth-of-type(1n+5) {
        display: none !important;
    }

    .top-100 {
        top: 60px;
    }

    .padding-tb {
        padding-top: 110px;
    }

    .main_title.padding_lr_20 {
        margin-bottom: 45px;
    }

    .margin_60 {
        padding-top: 60px;
        padding-bottom: 50px;
    }

    ul.list_distances li:nth-child(even) {
        padding-left: 0px;
    }

    ul.list_distances li:nth-child(odd) {
        padding-right: 0px;
    }

    .step {
        padding: 20px 10px 20px 20px !important;
        margin: 0 0 0 10px !important;
    }

    .form_title h3 strong {
        font-size: 15px !important;
        line-height: 30px !important;
        width: 30px !important;
        height: 30px !important;
    }

    .form_title {
        padding-left: 40px !important;
        margin-bottom: 10px !important;
    }
    #top_line {
        display: block !important;
    }
    /*map*/
    .map-container {
        padding-top: 60px;
    }
    .mgt-40{
        margin-top:40px;
    }
}

@media screen and (max-width: 380px) {
    p#directions-p {
        display: none !important;
    }

    div.bottom-icons > a > i {
        font-size: 22px !important;
    }
}

@media screen and (min-width: 1201px) {
    div.bottom-icons {
        display: none;
    }

    .mbl-only {
        display: none;
    }

}

@media (width: 1200px) {
    #mbl.col-xl-10 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media screen and (max-width: 1200px) {


    /*Will not colide with sidebar*/
    .parallax-content-2 {
        z-index: 1;
    }
    /*An empty div needs to be added in order for it to work*/
    .sidebar-overlay {
        position: fixed;
        top: 0;
        right: 0;
        width: 100%;
        min-width: 100%;
        z-index: 100;
        min-height: 100%;
        background-color: #000;
        z-index: 99;
        background-color: rgba(0, 0, 0, 0.8);
        -webkit-transition: transform 0.3s ease 0s, opacity 0.3s ease 0s, visibility 0s ease 0.3s;
        -moz-transition: transform 0.3s ease 0s, opacity 0.3s ease 0s, visibility 0s ease 0.3s;
        -o-transition: transform 0.3s ease 0s, opacity 0.3s ease 0s, visibility 0s ease 0.3s;
        transition: transform 0.3s ease 0s, opacity 0.3s ease 0s, visibility 0s ease 0.3s;
        opacity: 0;
        visibility: hidden;
    }

    .sidebar-overlay.sideDraw {
        opacity: 1;
        visibility: visible;
        -webkit-transition: opacity 0.3s ease 0s, transform 0.3s ease 0s;
        -moz-transition: opacity 0.3s ease 0s, transform 0.3s ease 0s;
        -o-transition: opacity 0.3s ease 0s, transform 0.3s ease 0s;
        transition: opacity 0.3s ease 0s, transform 0.3s ease 0s;
    }

    /* The side navigation menu */
    #sideCategory {
        height: 100%;
        width: 250px;
        position: fixed;
        z-index: 99999999999;
        top: 107px;
        left: -250px;
        overflow-y: auto;
        overflow-x: hidden;
        padding-top: 0px;
        transition: 0.5s;
    }

    #sideCategory.sideDraw {
        left: 0px;
    }

    div.bottom-icons {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        overflow-x: auto;
        overflow-y: hidden;
        right: 0;
        bottom: 0;
        left: 0;
        position: fixed;
        bottom: 0;
        width: 100%;
        padding: 5px 0;
        /*background: rgba(1,1,1,.8);*/
        height: 78px;
        background: #14abb1;
        z-index: 99999999 !important;
        text-align: center;
        box-shadow: 0 0 9px rgb(0 0 0 / 12%);
    }

    a#directions-col, a#sideCategoriesBtn {
        padding-top: 10px;
        padding-bottom: 10px;
        flex-grow: 1;
    }

    a#directions-col:hover, a#sideCategoriesBtn:hover {
        color: rgba(51,51,51,.6);
    }

    a#directions-col:visited, a#sideCategoriesBtn:visited {
        color: rgba(51,51,51,.6);
    }

    p#directions-p {
        color: #fff;
        margin-bottom: 0px;
        font-weight: 600;
        font-size: 16px;
    }

    div.bottom-icons > a > i {
        color: #fff;
        font-size: 20px;
    }

    .mbl-only {
        display: table-column;
    }

    #desktop-only.box_style_4 {
        display: none;
    }

    .box_style_1, .box_style_4 {
        margin-bottom: 0px;
        border: 1px solid #e9ecef;
    }

    #sidebar:not(.business-sidebar) {
        display: none;
    }

    .box_style_4:after, .box_style_4:before {
        display: none;
    }

    h4#facilities {
        transition: all .25s ease;
        border-top: 1px solid #ededed;
        padding-top: 1.5rem;
    }

    #toTop {
        bottom: 75px;
    }

    #single_tour_feat ul {
        display: flex;
        flex-direction: row;
        margin-bottom: 35px;
    }

    #single_tour_feat ul li {
        flex: 1 2 20% !important; /*Over 768px last icon was overflow, making the page pushed on the left */
        padding: 0 5px 20px 5px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        line-height: 18px;
    }

    #single_tour_feat ul li:hover {
        overflow: visible;
        white-space: normal;
    }

    #single_tour_feat ul li i img {
        max-width: 80%;
    }

    span#fac.pe-7s-angle-down:before {
        content: "\e688";
        font-weight: 700;
        color: #333;
        display: block !important;
    }

    span#fac.pe-7s-angle-up:before {
        content: "\e682";
        font-weight: 700;
        color: #333;
        display: block !important;
    }

    span#fac.pe-7s-angle-up {
        position: absolute;
        right: 20px;
    }

    span#fac.pe-7s-angle-down {
        position: absolute;
        right: 20px;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    #single_tour_desc.col-lg-9 {
        -ms-flex: 0 0 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
}

@media (max-width: 576px) {
    .modal.fade.show {
        width: 95% !important;
    }
}

@media (min-width: 577px) and (max-width: 767px) {
    .modal.fade.show {
        width: 90% !important;
    }

    #myModalAvailability.modal.fade.show {
        width: 65% !important;
    }

    #myModalContact.modal.fade.show {
        width: 65% !important;
    }
}

@media (min-width: 768px) and (max-width: 1200px) {
    #myModalAvailability.modal.fade.show {
        width: 55% !important;
    }

    #myModalContact.modal.fade.show {
        width: 55% !important;
    }
}
