/*
Theme Resava 
Author: Matteo Di Mauro - Vestibule Marketing
Version: 1.0
*/


/* Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */


.logo {
    width: 150px;
    margin: -15px auto 0;
    display: block;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;

}

body {
    margin-top: 78px;
}

.flex-active .logo {
    margin-top: -20px;
}

.mainBody table td, .mainBody table th {
    color: #2b2b2b;
    padding: 5px;
    text-indent: 0;
    vertical-align: top;
    margin: 0;
    border: 0;
}

.mainBody table tr:nth-child(odd) {
    background: #edf3fa;
}

.mainBody table p {
    /* margin: 0; */
}

.mainBody table {
    width: 100%;
    margin-bottom: 20px;
}

table, th, td {
    /*border-collapse: collapse;*/

}

div.tooltip {
    font: 13px 'open sans', Helvetica, Arial, Geneva, sans-serif;
}

p {
    color: #777777;
    font: 14px/1.4em 'open sans', Helvetica, Arial, Geneva, sans-serif;
    margin-bottom: 1em;
    margin-top: 0.5em;
}

label {
    font-size: 1em;
}

.smallest {
    text-align: left;
    font-size: 0.8em;
}

input {
    color: #2b2b2b;
    font: 15px 'Oxygen', Helvetica, Arial, Geneva, sans-serif;
    margin: 0.5em 0;
}

.bookingElement input {
	text-indent: 10px;
}

p a, li a {
    text-decoration: none;
}

div.persons p {
    margin: 0;
    font-size: 13px;
    color: #445374;
    line-height: 1em;
}

div.persons p img {
    min-height: inherit;
}

div#mainContent {
    width: 75%;
    float: left;
}

div#centralContent.wrapper {
    overflow: hidden;
    min-height: 600px;
    background: #fff;
    width: 96%;
    padding: 1% 2%;
}

li {
    color: #686868;
    font: 14px 'open sans', Helvetica, Arial, Geneva, sans-serif;
    list-style-position: inside;
    list-style-type: square;
}

div.wrapper {
    width: 96%;
    margin: 0 auto;

}

#topLangSelector div.wrapper {
    width: 96%;
    margin: 0 auto;
    overflow: hidden;
}

#headerMobile {
    display: none;
}

.Homepage #bookingEngine {
    position: absolute;
    z-index: 49;
    left: 0;
    right: 0;
    height: 0;
    overflow: visible;
    top: 20px;
}

.noPicture #bookingEngine {
    display: none;
}

#topSelector li a img.logo {
    width: 110px;
}

#bookingEngine div.smallWrapper {
    width: 170px;
    padding: 15px 15px;
    background-color: #fffeff;
    padding-top: 90px;

    text-align: center;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.9) 60%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0.9)), color-stop(60%, rgba(255, 255, 255, 0.9)), color-stop(100%, rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.9) 60%, rgba(255, 255, 255, 0) 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.9) 60%, rgba(255, 255, 255, 0) 100%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.9) 60%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.9) 60%, rgba(255, 255, 255, 0) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#e6ffffff', endColorstr='#00ffffff', GradientType=0 );
    position: relative !important;
}

.HomePage #bookingEngine div.smallWrapper {
    padding-top: 160px;
}

#bookingEngine div.smallWrapper .refin.right {
    position: absolute;
    background: #fff;
    width: 10px;
    height: 10px;
    top: 45px;
    right: -5px;
    border-radius: 0 0 5px 0;
    display: block;
    z-index: 999;
}

#bookingEngine div.smallWrapper .refin.left {
    position: absolute;
    background: #fff;
    width: 10px;
    height: 10px;
    top: 45px;
    left: -5px;
    border-radius: 0 0 0 5px;
    display: block;
    z-index: 999;
}

#bookingEngine h2 {
    font-size: 18px;
    color: #1a3a6c;
}

#bookingEngine input, #bookingEngine select {
    width: 99%;
    border: 1px solid #c5c5c5;
    border-radius: 3px;
}

.btn:hover {
    opacity: 0.8;
}

#bookingEngine select {
    height: 40px;
}

#bookingEngine div.bookingElement {
    padding-bottom: 1em;
    border-bottom: 1px solid #fff;
    position: relative;
}

#topPage #topSelector > li:first-child {
    width: 180px;
}

ul#topSelector {
    height: 55px;
    position: relative;
    z-index: 50;
}

#topSelector li {
    float: left;
    font: 14px 'open sans', Helvetica, Arial, sans-serif;
    color: #244881;
    list-style: none;
    padding-top: 10px;
    padding-right: 10px;
    padding-left: 10px;
    height: 100%;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 15;
    /*position: relative;*/

}

#topSelector li a {
    /* position: relative; */
    /* height: 100%; */
    width: 100%;
    font: 14px 'open sans', Helvetica, Arial, sans-serif;
    text-decoration: none;
    color: #244881;
    /* display: block; */
}

#topSelector li.selected a, #topSelector li a:hover {
    color: #ddc66b;
}

#topSelector li ul.internalMenu {
    height: 0;
    overflow: hidden;
    position: absolute;
    top: 100%;
    z-index: 9999;
    min-width: 150px;
    background-color: #00b2c3;
    border-top: 0px solid #fff;
    -webkit-transition: height 500ms ease;
    -moz-transition: height 500ms ease;
    -ms-transition: height 500ms ease;
    -o-transition: height 500ms ease;
    transition: height 500ms ease;
    padding: 0;
}

#topSelector li:hover ul.internalMenu, #topSelector li ul.internalMenu:hover {
    height: auto;
}

#topSelector li ul.internalMenu li {
    padding: 5px 10px;
    background: none;
    float: none;
}

#topSelector li ul.internalMenu li:hover {
    background: #25c4df;
}

#topSelector li ul.internalMenu li a {
    color: #fff;
    font-size: 16px;
}

/*#presentation.flexslider {
	position: fixed;
}*/

div.flexslider {
    margin: 0;
    padding: 0;
    border: 0;
    position: relative;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: -1;
    zoom: 1;
    /* min-height: 500px; */

}

div.flex-viewport {
    height: 100%;
    overflow: hidden;
}

ul.slides {
    height: 100%;
    list-style: none;
    /* height:800px; */
}

div.flexslider .slides > li {
    min-height: 100%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

@media (min-width: 1400px) {

    div.flexslider .slides > li {
        background-size: 100% auto;

    }
}

li div.containerBox {
    position: absolute;
    bottom: 0%;
    right: 10%;
    z-index: 100;
    width: 60%;
    opacity: 0;
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 2000ms ease;
    -ms-transition: all 2000ms ease;
    -o-transition: all 2000ms ease;
    transition: all 1000ms ease;
}

li.flex-active-slide div.containerBox {
    opacity: 1;
    bottom: 20%;
}

div.intContainer {
    padding: 2%;
    float: left;
    width: 96%;
    text-align: right;
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 2000ms ease;
    -ms-transition: all 2000ms ease;
    -o-transition: all 2000ms ease;
    transition: all 1000ms ease;
    border-radius: 3px;
}

div.intContainer:hover {
    background-color: rgba(36, 72, 129, 0.84);
}

.containerBox div.row {
    overflow: hidden;
    position: relative;
}

a.intContainerLink {
    position: absolute;
    height: 100%;
    right: 0;
    width: 10%;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background-image: url(/img/arrowBright.png);
    background-repeat: no-repeat;
    background-position: center center;
    font: 40px 'open sans', helvetica, arail, Times, sans-serif;
    display: none;
}

ul.subItems {
    margin-top: 2%;
    text-align: right;
    border-top: 1px solid #fff;
    padding-top: 3%;
}

ul.subItems li {
    list-style: none;
    position: relative;
    margin-bottom: 10px;
    display: inline-block;
    margin-right: 1%;

}

ul.subItems li a.intListLink {
    background-color: rgba(36, 72, 129, 0.84);
    margin-right: 10px;
    padding: 4px 10px;
    font-size: 13px;
    color: #fff;
    text-decoration: none;
    text-align: right;
    border-radius: 3px;
    position: relative;
    font-weight: normal;

}

ul.subItems li a.intContainerLink {
    background-color: rgba(172, 177, 189, 0.9);
    background-size: 20%;
}

div.containerBox p {
    margin: 0;
    color: #fff;
    text-shadow: rgba(0, 0, 0, 0.9) 1px 1px 0;
    font-size: 18px;
    line-height: 1.4em;
}

div.intContainer h2 {
    color: #fff;
    text-shadow: rgba(0, 0, 0, 0.9) 1px 1px 0;
    font-size: 60px;
}

#spotlightPictureGallery {
    position: relative;
    height: 450px;
}

#spotlightPictureGallery h1 {
    text-align: left;
    font-size: 21px;
    line-height: 1.2;
}

.ApartmentsList #spotlightPictureGallery {
    -webkit-transition: all 1000ms ease-in-out;
    -moz-transition: all 1000ms ease-in-out;
    -ms-transition: all 1000ms ease-in-out;
    -o-transition: all 1000ms ease-in-out;
    transition: all 1000ms ease-in-out;
}

#spotlightPictureGallery.mapIsOpen {
    position: relative;
    height: 630px;
    overflow: hidden;
}

.wrapperTop {
    position: absolute;
    width: 96%;
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: 0;
    height: 0;
    z-index: 51;
}

#seeOnMap {
    cursor: pointer;
    position: absolute;
    z-index: 52;
    right: 0;
    bottom: 0;
    width: 21%;
    padding: 50px 1%;
    text-align: right;
    font: normal 17px/1.1em 'open sans', Helvetica, Arial, Geneva, sans-serif;
    color: #2a3a67;
    text-transform: uppercase;
    background-size: 800px;
    -webkit-transition: all 1000ms ease-in-out;
    -moz-transition: all 1000ms ease-in-out;
    -ms-transition: all 1000ms ease-in-out;
    -o-transition: all 1000ms ease-in-out;
    transition: all 1000ms ease-in-out;
    background-image: url(/img/dunasMap.jpg);
    background-position: -500px;
}

#closeTheMap {
    cursor: pointer;
    position: absolute;
    z-index: 50;
    right: 0;
    left: 0;
    margin: 0 auto;
    bottom: 0;
    width: 21%;
    padding: 10px 1%;
    text-align: center;
    font: 17px/1.1em 'open sans', Helvetica, Arial, Geneva, sans-serif;
    color: #fff !important;
    -webkit-transition: all 1000ms ease-in-out;
    -moz-transition: all 1000ms ease-in-out;
    -ms-transition: all 1000ms ease-in-out;
    -o-transition: all 1000ms ease-in-out;
    transition: all 1000ms ease-in-out;
    background: #000 !important;
}

div.areaSelector {
    position: absolute;
    z-index: 0;
    cursor: pointer;
}

.shape1, .shape2, .shape3 {
    position: absolute;
    z-index: 2;
}

#PinheirosArea {
    width: 127px;
    height: 140px;
    top: 30px;
    left: 317px;
}

#PraiaArea {
    width: 45%;
    height: 90px;
    top: 361px;
    left: 290px;
    -moz-transform: rotate(28deg);
    -webkit-transform: rotate(28deg);
    -o-transform: rotate(28deg);
    -ms-transform: rotate(28deg);
    transform: rotate(28deg);
}

#DunasArea {
    width: 25%;
    height: 65px;
    top: 259px;
    left: 346px;
    -moz-transform: rotate(25deg);
    -webkit-transform: rotate(25deg);
    -o-transform: rotate(25deg);
    -ms-transform: rotate(25deg);
    transform: rotate(25deg);
}

#VistaArea {
    height: 177px;
    top: 110px;
    left: 167px;
    width: 168px;
}

#LagoaArea {
    height: 177px;
    top: 296px;
    right: 227px;
    width: 188px;
    -moz-transform: rotate(28deg);
    -webkit-transform: rotate(28deg);
    -o-transform: rotate(28deg);
    -ms-transform: rotate(28deg);
    transform: rotate(28deg);
}

#LagoaArea div.containerArea {
    -moz-transform: rotate(-28deg);
    -webkit-transform: rotate(-28deg);
    -o-transform: rotate(-28deg);
    -ms-transform: rotate(-28deg);
    transform: rotate(-28deg);
}

#LagoaArea .shape1 {
    bottom: 0px;
    left: 0px;
    width: 46%;
    height: 79%;
}

#LagoaArea h2, .Lagoa, span.lagoa {
    color: #5b94b3;
}

#VistaArea h2, .Vista, span.vista {
    color: #b62c2d;
}

#JardimArea h2, .Jardim, span.jardim {
    color: #d9b86b;
}

#PinheirosArea h2, .Pinheiros, span.pinheiros {
    color: #768ca2;
}

#PraiaArea h2, .Praia, span.praia {
    color: #a4ab72;
}

#DunasArea h2, .Dunas , span.dunas {
    color: #da9d67;

}

#LagoaArea .shape2 {
    bottom: 0px;
    right: 0px;
    width: 30%;
    height: 29%;
}

#LagoaArea .shape3 {
    top: 0px;
    left: 74px;
    width: 30%;
    height: 33%;
}

#VistaArea .shape1 {
    top: 0px;
    left: 0px;
    width: 89%;
    height: 100%;
}

#VistaArea .shape2 {
    bottom: 11px;
    right: 0px;
    width: 14%;
    height: 30%;
}

#DunasArea .shape1 {
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

#DunasArea div.containerArea {
    -moz-transform: rotate(-25deg);
    -webkit-transform: rotate(-25deg);
    -o-transform: rotate(-25deg);
    -ms-transform: rotate(-25deg);
    transform: rotate(-25deg);
}

#PraiaArea .shape1 {
    top: 0px;
    left: 0px;
    width: 53%;
    height: 100%;
}

#PraiaArea .shape2 {
    bottom: 0;
    right: 0;
    width: 40%;
    height: 56%;
}

#PraiaArea div.containerArea {
    top: 0%;
    left: 0%;
    -moz-transform: rotate(-28deg);
    -webkit-transform: rotate(-28deg);
    -o-transform: rotate(-28deg);
    -ms-transform: rotate(-28deg);
    transform: rotate(-28deg);
}

#PinheirosArea .shape1 {
    top: 0px;
    left: 0px;
    width: 100%;
    height: 49%;
}

#PinheirosArea .shape2 {
    top: 0px;
    left: 0px;
    width: 55%;
    height: 100%;
}

#JardimArea {
    width: 197px;
    height: 180px;
    top: 80px;
    left: 397px;
}

#JardimArea .shape1 {
    width: 187px;
    height: 80px;
    top: 20px;
}

#JardimArea .shape2 {
    width: 167px;
    height: 60px;
    top: 100px;
    -moz-transform: rotate(15deg);
    -webkit-transform: rotate(15deg);
    -o-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    transform: rotate(15deg);
}

#JardimArea .shape3 {
    width: 67px;
    height: 20px;
    top: 0;
    left: 60px;
}

#VillasArea {
    width: 197px;
    height: 200px;
    top: 90px;
    right: 190px;
}

#VillasArea div.containerArea {
    top: 0%;
    left: 0%;
}

#VillasArea .shape1 {
    width: 100%;
    height: 100%;
}

div.areaSelector .containerArea {
    display: none;
    position: absolute;
    top: 50%;
    left: -50%;
    right: -50%;
    background-color: rgba(255, 255, 255, 0.90);
    width: 300px;
    padding: 10px;
    z-index: 999;
    box-shadow: rgba(0, 0, 0, 0.20) 0 0 10px;
    border-radius: 4px;
    opacity: 0;
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
    background-position: right top;
    background-repeat: no-repeat;

}

div.areaSelector .containerArea.stick {
    background-image: url(/media/189641/pinMap.png);
}

li.list_entry div.areas span::after {
    content: ", ";
}

span.Jardim {}

li.list_entry div.areas span:last-child::after {
    content: "";
}

div.areaSelector .containerArea.appear, div.areaSelector .containerArea.stick {
    opacity: 1;
    display: block;
}

div.containerArea p {
    font-size: 13px;
    margin: 0;
}

div.containerArea div.accommodations h3 {
    font-size: 15px;
}

div.containerArea div.accommodations a {
    text-decoration: none;

}

div.containerArea div.accommodations a h3 {
    text-transform: uppercase;
    font-size: 11px;
    color: #144e79;
}

div.containerArea div.accommodations a {
    float: left;
    padding-right: 10px;
}

#seeOnMap:hover {
    background-size: 1000px;
}

div.breadcrumb ul li {
    list-style: none;
    display: inline-block;
    color: #b5b5b5;
    font-size: 11px;
}

div.breadcrumb ul li a {
    color: #7e7e7e;
    text-decoration: none;
}

#spotlightPictureGallery h1, #spotlightPictureGallery div.asTitle {
    position: absolute;
    z-index: 51;
    display: block;
    width: 98%;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 0;
    color: #fff;
    font-size: 70px;
    text-shadow: rgba(0, 0, 0, 0.9) 1px 1px 0px;

}

#spotlightPictureGallery div.asTitle {
    font-size: 2.5em;
    text-transform: uppercase;
}

#spotlightPictureGallery.mapIsOpen h1 {
    display: none;
}

div#sidebar {
    width: 23%;
    float: right;
    background-color: #ffc36f;
    position: relative;
}

div.sidebarFooter {
    width: 23%;
    float: right;
}

div.sidebarFooter p {
    text-align: right;
    color: #c5c5c5;
    font: 11px 'open sans', "Helvetica", Arial, Helvetica, sans-serif;
}

div#sidebar .row {
    padding: 5%;
    border-bottom: 1px dotted #fff;
}

div#sidebar .row:last-child {
    border-bottom: 0;
}

div#sidebar .row.internalChildren {
    background-color: #f3f3f3;
    position: relative;
    padding-bottom: 30px;
}

div.row.socialLinks {
    text-align: center;
}

div#sidebar .row.internalChildren:after {
    content: "";
    width: 50px;
    height: 50px;
    display: block;
    border-radius: 100%;
    background: #fcc66d;
    position: absolute;
    bottom: -35px;
    z-index: 0;
    right: 0;
    left: 0;
    margin: 0 auto;

}

#sidebar div.row.internalChildren ul li {
    list-style: none;
}

#sidebar div.row.internalChildren ul li a::before {
    content: "> ";
}

#sidebar div.row.internalChildren ul li a {
    text-decoration: none;
    color: #144e79;
}

body.noPicture div#spotlightPictureGallery {
    height: 1px;
    border-bottom: 1px solid #dbdbdb;
    display: none;
}

div#sidebar .row.awards {
    text-align: center;
    background: url(/img/assets/awards.png) no-repeat center center;
    min-height: 180px;
}

div#sidebar .row.awards p {
    line-height: 1em;
    color: #fff;
    font-size: 20px;
    margin: 0 auto;
    max-width: 70%;

}

div#sidebar .row.awards p.darker {
    color: #293b63;
}

div#footer {
    background-color: #f0f0f0;
    overflow: hidden;
    padding: 20px 0;
    padding-bottom: 0;
}

.bottomFooter {
    background-color: #f0f0f0;
    padding: 15px 0;
	    clear: both;
}

#footer div.container div.row div.col-md-3.blog ul {
    padding: 0;
}

div.relatedContainer {
    overflow: hidden;
    margin: 10px 0;
    position: relative;
}

#sidebar div.relatedContainer h2 {
    font-size: 14px;
}

#sidebar div.relatedContainer {
    margin: 10px;
}

div.itemBlock:hover {
    opacity: 0.8;
}

#sidebar div.relatedContainer div.itemBlock {
    height: 150px;
    margin: 10px 0px;
}

#mainContent div.row div.mainBody.leftClm {
    float: left;
    width: 50%;
    margin-right: 3%;
}

.AccommodationPage #mainContent div.row {
    clear: both;
}

div#featuresBox.rightClm {
    float: right;
    width: 41%;
    background-color: #144e79;
    padding: 2%;
    margin: 0;
    margin-left: 2%;
    margin-bottom: 2%;
}

div#featuresBoxSmaller {
    width: auto;
    background-color: #144e79;
    padding: 2%;
    margin: 0;
    margin-bottom: 2%;
    display: none;
}

#featuresBox h2, #featuresBoxSmaller h2 {
    color: #537699;
}

div.row.bookingElementAccommodation {
    text-align: center;
}

.saleAcc div.row.bookingElementAccommodation {
    display: none;
}

div.row.bookingElementAccommodation input {
    width: 90%;
    max-width: 250px;
    border-radius: 3px;
    border: 1px solid #1d4c79;

}

div.row.bookingElementAccommodation input.hasDatepicker {
    background-position: 95%;
}

#featuresBox div.row.bookingElementAccommodation h2 {
    color: #fbc56e;
    font-size: 29px;
    margin-bottom: 1em;
}

#container div.item, #styleContainer div.item {
    margin-right: 0.5%;
    margin-left: 0.5%;
    margin-bottom: 1%;
    width: 32%;
    overflow: hidden;
}

/*li.list_entry {
	width: 47%;
	float: left;
	margin-right: 2%;
	margin-bottom: 2%;	
	list-style: none;
}*/

.saleList li.list_entry {
    list-style: none;
}

div.internalItemTitle div.areas {
    font-size: 14px;
    font: 12px/1.4em 'open sans', Helvetica, Arial, Geneva, sans-serif;
}

li.list_entry div.itemBlock {
    height: 230px;
}

div.itemBlock {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

/*div.entries-all {
	overflow: hidden;
	width: 65%;
	float: right;
}*/

#filter_wrapper ul.filters li label {
    color: #fff;
    font-weight: bold;
    cursor: pointer;
    overflow: hidden;
}

#filter_wrapper ul.filters li {
    list-style: none;
}

#filter_wrapper ul.filters li span {
    float: right;
    color: #fbc56e;
    background: #fff;
    width: 20px;
    vertical-align: middle;
    text-align: center;
    font-weight: 600;
    border-radius: 100%;
}

div.reloadPage {
    text-align: right;
    font: bold 12px/1em 'open sans', Helvetica, Arial, Geneva, sans-serif;
    cursor: pointer;
    color: #fff;
}

#filter_wrapper div.filter_entry h3 {
    font-size: 14px;
    line-height: 1em;
    margin-bottom: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #e5b460;
    color: #2c3767;
}

div#pinehirosArea.areaSelector {
    position: absolute;
    background-color: rgba(117, 138, 166, 0.85);
    left: 320px;
    top: 20px;
    height: 150px;
    width: 120px;
    z-index: 0;
}

#interactiveMap div.wrapper {
    position: relative;
    width: 1000px;
}

ul.filters {
    margin-bottom: 20px;
}

#sidebar div.row h2 {
    font-size: 30px;
    margin-bottom: 10px;
}

/*#currentTemp {
	position: absolute;
	right: 5%;
	bottom: 30%;
	text-align: left;
}*/

.HomePage #currentTemp {
    position: relative;
    text-align: right;
    float: right;
}

div#weatherDescription {
    position: absolute;
    right: 5%;
    bottom: 0;
}

body.pt div#weatherDescription {
    display: none;
}

div#weatherDescription p {
    color: #2c3767;
    text-align: left;
}

div#weatherMod {
    position: relative;
}

/*.HomePage .weather {
	position: absolute;
	bottom: -10px;
	width: 160px;
	right: 150px;
	 left: 1%; 
	opacity: 0.7;
}*/

.HomePage div#weatherDescription {
    display: none;
}

.HomePage #weatherImage img {
    width: 50px;
}

.HomePage div#weatherImage {
    position: relative;

}

.HomePage #weatherContainer * {
    color: #fff;
}

#weatherImage img {
    width: 40px;
}

#sidebar div.row p a {
    color: #646464;
}

#sidebar div.row.small * {
    font-size: 12px;
    padding-left: 0;

}

.villasList div.itemBlock {
    height: 200px;

}

div.internalitemBlock img {
    min-height: 100%;
    width: auto !important;

}

div.internalitemBlock > img {
    min-width: 100%;
}

#mainContent div.row div.mainBody div.villasList div.itemBlock.clm_33x a div.internalitemBlock div.internalItemTitle h2 {
    font-size: 18px;
}

p.pricesFrom {
    margin: 0;
    color: #6d6d6d;
    line-height: 1.1em;
    display: none;
}

#featuresBox p, #featuresBoxSmaller p {
    color: #fff;
    margin: 10px 0;
}

#featuresBox div.areas p a:last-child::after {
    content: ".";
}

#featuresBox ul li, #featuresBoxSmaller ul li {
    color: #fff;
    list-style: none;
    line-height: 1em;
}

#featuresBox ul li::before, #featuresBoxSmaller ul li::before {
    content: "> ";
    color: #567498;
}

#featuresBox div.areas p a {
    text-decoration: none;
}

#featuresBox div.areas p a::after {
    content: ",";
}

li.list_entry h2 {
    margin-bottom: 5px;
    font-size: 20px;
}

li.list_entry a {
    text-decoration: none;
}

div.itemBlock.clm_33x {
    width: 31%;
    float: left;
    margin-right: 2%;
    margin-bottom: 2%;
}

/*.clm_33x {
	width: 31%;
	float: left;
	margin-right: 2%;		
}*/

.table-layout {
    overflow: hidden;
}

.table-layout .clm25 {
    width: 21%;
    float: left;
    padding: 1% 2%;
    text-align: center;
    overflow: hidden;
}

.imageWrapper {
    overflow: hidden;
    width: 100%;
    border-radius: 5px;
    margin: 10px 0;
}

.imageWrapper.pictureItself {
    height: 350px;
    /* background-repeat: no-repeat; */
    background-position: center center;
    background-size: cover;
    /* background-attachment: fixed; */
}

.imageWrapper img {
    min-width: 100%;
    border: 0;
    vertical-align: middle;
}

/*div.villasList {
	overflow: hidden;
	float: right;
	width: 63%;
	padding-left: 2%;
}*/

/*div.mainBody.accommodationList {
	float: left;
	width: 31%;
	margin-right: 2%;
}*/

div.bodyVilla.clm_33x p {
    margin: 0;
    font-size: 13px;
}

div.internalitemBlock {
    height: 100%;
}

div.internalitemBlock a.spacer {
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 100%;
}

div.internalitemBlockimg {
    height: 100%;
}

input.dynamicFilterInput {
    margin-right: 10px;
}

#sidebar div.internalitemBlock div.internalItemTitle {
    position: absolute;
    top: 100px;
    padding: 5px 10px;
    color: #2a3a67;
}

#sidebar div.relatedContainer div.itemBlock a div.internalitemBlock div.internalItemTitle {
    top: 10px;
}

div#footer #sitemap {
    width: 75%;
    overflow: hidden;
    float: left;
}

div#footer #sitemap ul li {
    list-style: none;
}

div#footer #sitemap ul li a {
    color: #344668;
    font-size: 10px;
}

div#footer #sitemap ul > li {
    float: left;
    width: 14%;
}

div#footer #sitemap ul > li ul li {
    float: none;
    display: block;
    width: 100%;
}

div#footer #sitemap ul > li ul li a {
    color: #969696;
    text-decoration: none;
}

div#footer #sitemap ul li ul li ul {
    display: none;
}

.amenitiesWrapper {
    position: absolute;
    z-index: 50;
    top: 20%;
    width: 1000px;
    margin: 0 auto;
    left: 0;
    right: 0;
}

div.row.inbetween {
    margin-bottom: 10px;
}

div.amenitiesContainer {
    width: 19%;
    position: absolute;
    right: 0;
    padding: 2%;
    background-color: #ffa653;
}

div.amenitiesContainer ul li, div.amenitiesContainer p {
    font-size: 13px;
    list-style: none;
    color: #213257;
}

#interactiveMap {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 14;
    background: #f2f0db url(/img/dunasMap.jpg) repeat-x center center;
}

li.list_entry div.itemBlock.clm50x div.internalitemBlock div.internalItemTitle div.areas > span {
    position: relative;
    cursor: pointer;
    font-weight: 600;
}

li.list_entry div.itemBlock.clm50x div.internalitemBlock div.internalItemTitle div.areas > span > div.containerAreaOnMap {
    opacity: 0;
    position: absolute;
    z-index: 9999999;
    background: #144e79;
    text-transform: none;
    font-size: 12px;
    cursor: pointer;
    padding: 5px;

    left: -50%;
    right: -50%;
    bottom: 150%;

    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    text-align: center;
    border-radius: 3px;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

li.list_entry div.itemBlock.clm50x div.internalitemBlock div.internalItemTitle div.areas > span:hover > div.containerAreaOnMap {
    display: block;
    bottom: 100%;
    opacity: 1;
}

li.list_entry div.itemBlock.clm50x div.internalitemBlock div.internalItemTitle div.areas > span > div.containerAreaOnMap span {
    color: #fff;
}

li.list_entry div.itemBlock.clm50x div.internalitemBlock div.internalItemTitle div.areas > span > div.containerAreaOnMap div.arrow {
    width: 10px;
    height: 10px;
    display: block;
    background: #144e79;
    position: absolute;
    bottom: -5px;
    left: 0;
    right: 0;
    margin: 0 auto;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.errorBox a.btn-secondary {
    color: #1d4c79;
    padding: 10px;
    display: block;
    border: 1px solid #1d4c79;
    border-radius: 3px;
    max-width: 80%;
    margin: 5px auto;
    text-decoration: none;
    font: 15px 'Oxygen', Helvetica, Arial, Geneva, sans-serif;

}

input.hasDatepicker {
    background: #fff url(/img/assets/calendar.png) no-repeat 140px center;
}

#ui-datepicker-div {
    z-index: 99999999 !important;
}

#bookingEngine div.smallWrapper div.loginElement a {
    font: 14px 'open sans', Helvetica, Arial, Geneva, sans-serif;
    text-decoration: none;
    background: #acb1bc url(/img/assets/key_icon.png) no-repeat 40px center;
    display: block;
    text-indent: 40px;
    width: 99%;
    border: 1px solid #c5c5c5;
    border-radius: 3px;
    margin-top: 2em;
}

#spotlightPictureGallery video {
    width: 100%;
    position: absolute;
    z-index: 10;
    top: -16%;
    min-width: 1400px;
}

.HomePage .socialLinks {
    position: absolute;
    z-index: 999;
    bottom: 2%;
    right: 0;
    opacity: 0.7;
}

.HomePage .socialLinks:hover {
    opacity: 1;
}

div#weatherContainer {
    max-width: 200px;
    margin: 0 auto;
}

#footer div.wrapper div.sidebarFooter ul.langselect {
    text-align: right;
}

#footer div.wrapper div.sidebarFooter ul.langselect li {
    display: inline-block;
}

div#PliableForm {
    border: 1px solid #23b5cb;
    padding: 10px;
    display: block;
    overflow: hidden;
    width: 100%;
}

#PliableForm p label {
    clear: both;
    display: block;
}

textarea.pText {
    width: 90%;
    min-height: 50px;
}

div.newsItem {
    width: 43%;
    float: left;
    margin-right: 11px;
    padding: 2%;
    overflow: hidden;
    border: 1px solid #d8d8d8;
    margin-bottom: 20px;
    position: relative;
    box-shadow: rgba(0, 0, 0, 0.1) 3px 3px 0;
}

div.news {
    overflow: hidden;
}

div.newsItem:hover {
    border: 1px solid #bababa;
    box-shadow: rgba(0, 0, 0, 0.2) 3px 3px 0;
}

div.news div.newsItem div.textBlock h3 {
    padding: 0 !important;
    font-size: 12px;
}

div#sidebar.ownersection {
    background-color: #e9e9e9;
}

div.newsItem.big {
    width: 91.5%;
    margin-right: 0;
}

div.news div.newsItem div.textBlock h2 a {
    text-decoration: none;
    font-size: 18px;
    padding-bottom: 5px;
    display: block;
    margin-bottom: 5px;
    border-bottom: 1px solid #d8d8d8;
}

div.calendar {
    border: 3px solid #4867b2;
    background-color: #fff;
    text-align: center;
    width: 50%;
    margin: 10px auto;
    box-shadow: rgba(0, 0, 0, 0.1) 3px 3px 0;
    font-family: 'open sans', Helvetica, Arial, Geneva, sans-serif;

}

span.day {
    display: block;
    color: #4c63b3;
    font-size: 33px;
    line-height: 1.5em;
}

#sidebar div.row ul li {
    list-style-position: inside;
}

div.row.hasDownloads, div.row.hasMoreinformation {
    background-color: #414b6a;
}

#sidebar div.row.hasDownloads h2, div.row.hasMoreinformation h2 {
    color: #fff;
}

#sidebar.ownersection h2 {
    margin-bottom: 10px;
    color: #929292;
    margin-top: 0px;
    padding-left: 25px;
    padding-bottom: 5px;
}

#sidebar.ownersection div.row.awards h2 {
    padding: inherit;
}

#mainContent div.row div.mainBody a.printThis {
    position: absolute;
    right: 0;
    top: 5px;
    opacity: 0.5;
}

h3.publishingDate {
    position: absolute;
    right: 0;
    top: 19px;
    opacity: 0.5;
    font-size: 12px !important;
    margin: 0;
}

.container-fluid {
    max-width: 1900px;
}

body, * {
    font-family: 'Open Sans', sans-serif;
}

h1, h2, h3, h4, h5 {
    font-family: 'Open Sans', sans-serif;
    line-height: 2em;
    margin-top: 0;
    margin-bottom: 0;
    text-shadow: rgba(0, 0, 0, 0.1) 0 0px 1px;
}

.fa {
    display: inline-block;
    font-family: FontAwesome !important;
}

p {
    line-height: 1.7em;
    font-size: 16px;
}

a {
    color: #00b2c3;
    text-decoration: none;
}

a:hover {
    color: #00b2c3;
    text-decoration: none;
}

ol, ul {
    margin-top: 0;
    margin-bottom: 0px;
    padding-left: 15px;
    line-height: 2.5em;
}

#framewrapper ul, #galleryMain ul, #framewrapper ol, #galleryMain ol,
.villasList ul, .villasList ol, ul.subItems {
    padding-left: 0px;
}

div#mainContent {
    width: 100%;
    float: none;
}

div#footer {
    clear: both;
}

h1 {
    font-size: 28px;
    color: #00b5cb;
    margin-bottom: 15px;
    text-transform: uppercase;
}

h2 {
    font-size: 24px;
    font-weight: 100;

}

h3 {
    font-size: 20px;
    font-weight: 100;
}

#galleryMain ul li {
    list-style: none;
}

#galleryMain ul li a span.slideItem {
    display: block;
    margin-bottom: 15px;
    height: 200px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    text-decoration: none;
}

#sidebarAmeni h2 {
    color: #fff;
    text-align: center;
    margin-bottom: 40px;
    font-size: 28px;
    text-transform: uppercase;
}

#sidebarAmeni ul li {
    list-style: none;
    color: #fff;
    padding-bottom: 10px;
    font-size: 14px;
    line-height: 1.7em;
    width: 47%;
    margin: 1%;
    float: left;
    min-height: 50px;
	margin-bottom:0;
}

.blog #sidebarAmeni ul li {
    width: 99%;
}

#sidebarAmeni ul li:before {
    content: '\f00c';
    font-family: fontAwesome;
    font-size: 16px;
    margin-right: 5px;
    margin-left: 0px;
}

#sidebarAmeni ul {
    padding-left: 0px;
    overflow: hidden;
}

#bookingEngine {
    background: rgba(252, 177, 52, 0.5);
    background-image: -webkit-gradient(
    linear, left top, left bottom, from(rgba(252, 177, 52, 0.9)),
    to(rgba(240, 185, 71, 0.4)), color-stop(0, #f9b731)
    );
    background-image: -moz-linear-gradient(
    rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0) 95%
    );
}

#bookingEngine.top_page {
    position: absolute !important;
}

.fieldElina {
    margin-bottom: 8px;

}

#bookingEngine label {
    display: none;
}

#bookingEngine input {
    border-radius: 5px;
    height: 40px;

    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-bottom: 5px;
}

#bookingEngine .bookPeopleElina label {
    display: block;
    width: 50%;
    margin-top: 10px;
    float: left;
    color: #fff;
    text-shadow: rgba(0, 0, 0, 0.2) 0 1px 1px;
}

#spotlightPictureGallery h1 {
    text-align: left;
    font-size: 40px;
    color: #fff;
    margin-bottom: 15px;
    font-weight: 100;
}

#bookingEngine #bookingInputButton {
    background: #00b2c3;
    color: #fff;
}

#bookingEngine #bookingInputButton:hover {
    background: #0493a1;
}

.container {
    position: relative;
}

.container.bookElm {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 20;
}

#bookingEngine .bookingElement h2 {
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    font-weight: 100;
    font-size: 24px;
    padding-bottom: 10px;
    padding-top: 10px;
    line-height: 1em;
    text-shadow: rgba(0, 0, 0, 0.2) 0 1px 1px;
}

#bookingEngine .bookingElement h3 {
    text-align: center;
    color: #fff;
    font-weight: 100;
    line-height: 1em;
    text-shadow: rgba(0, 0, 0, 0.2) 0 1px 1px;
}

/*#bookingEngine .bookingElement h3:before {
    content: '\f023';
    font-family: fontAwesome;
    font-size: 26px;
    margin-right: 15px;
    vertical-align:middle;
}*/


#DigiCertClickID_Oqv1XgQd a {
    color: #fff!important;
    margin-top: 5px!important;
    display: block!important;
}

#DigiCertClickID_Oqv1XgQd a:before{
color:#fff!important;
content: '\f023';
    font-family: fontAwesome;
    font-size: 18px;
    margin-right: 8px;
vertical-align:middle;}

input.hasDatepicker {
    background: #fff url(/media/255380/calendar.png) no-repeat right 10px center;
}

#bookingEngine input, #bookingEngine select {
    color: #898989;
    font-size: 16px;
}

#bookingInputButton{
margin-top:0;}

#bookingEngine select {
    background: #fff url(/media/255374/arrow.png) no-repeat 95%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 5px;
    text-indent: 15px;
    height: 40px;
    text-align: left;
}

/*Reviews Container*/

.reviews {
    min-height: 450px;
    background: #f0f0f0;
    padding: 0 20px;
    padding-bottom: 30px;
}

.reviews . single_review {
    margin: 20px 0;
}

.reviews h2 {
    color: #00b2c3 !important;
}

.reviews p {
    color: #777777 !important;
}

.reviews textarea, .reviews input[type="button"], .reviews select {
    display: block;
    margin: 5px 0;
}

#topSelector li a img.logo {
    width: 100%;
}

#header {

    background: #fff;
    padding: 5px 0 0;
}

#topSelector li a {
    color: #00b2c3;
    font-size: 15px;
    text-shadow: rgba(0, 0, 0, 0.1) 0 0px 1px;
}

#topSelector li.selected a, #topSelector li a:hover {
    color: #fcb134;
}

div#top_menu {
    min-width: 100%;
}

.social {
    margin-top: 30px;
}

.social i {
    color: #00b2c3;
    font-size: 21px;
    margin-right: 15px;
}

ul#topSelector {
    margin-top: 18px;
}

.logo a img {
    display: block;
    margin-top: 20px;
}

.social, .weather {
    width: 50%;
    float: left;
}

.social  {
    float: right;
}

.weather {
    color: #fcb134;
    text-align: center;
    margin-top: 10px;
}

div#weatherContainer {
    max-width: 120px;
}

.weather h3 {
    font-size: 16px;
    line-height: 1em;
}

#bookingEngine div.bookingElement {
    border-bottom: none;
	overflow:hidden;
}

div#bookingEngine.accPage {
    z-index: 50;
    right: 0;
    top: 50px;

}

.titleCont {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
}

.HomePage #weatherImage img {
    width: 40px;
}

#bookingEngine div.bookingElement:after {
    content: none;
}

#topSelector li:first-child {

    display: block;
    padding-bottom: 10px;
}

#topPage #topSelector > li:first-child {
    width: auto;
}

#topPage #topLangSelector {
    display: none !important;
}

#bookingEngine #bookingInputButton {
    background: #00b2c3;
    color: #fff;
    /*margin-top: 20px;*/
    text-transform: uppercase;
    font-weight: 100;
    border: none;
}

div.intContainer h2 {

    padding-bottom: 10px;
}

.short_description {
    padding-bottom: 30px;
}

div#footer {
    text-align: center;
    background-color: #fff;
}

#footer .twitter-bird, #footer .blog, #footer .facebook {
    padding-bottom: 50px;
}

#footer .blog ul li {
    list-style: none;
}

#footer .twitter-bird .fa {
    font-size: 28px;
    color: #00b2c3;
}

div.uBlogsy_breadcrumb {
    padding: 10px;
    margin-bottom: 10px;
    background-color: #f8f8f8;
}

#footer .facebook .fa {
    font-size: 28px;
    color: #00b2c3;
    margin-bottom: 10px;
}

#footer .facebook span {
    display: block;
}

#footer .blog h3 {
    color: #00b2c3;
}

#footer .copy-right p {
    color: #808080;
}

#sidebarAmeni p {
    color: #fff;
}

div.itemBlock {
    position: relative;
    /*padding-top:20px;*/
    height: 320px;
    border-radius: 0;
    opacity: 1;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    margin-bottom: 15px;
}

div.internalitemBlock div.internalItemTitle {
    position: absolute;
    overflow: hidden;
    bottom: 0%;
    width: 100%;
    padding: 8px 0px;
    background-color: #00b2c3;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    font-size: 21px;
    font-weight: 100;
    text-shadow: rgba(0, 0, 0, 0.2) 0 1px 1px;
}

div.internalitemBlock div.internalItemTitle a {
    color: #fff;
    font-size: 0.7em;
}

div.internalitemBlock div.internalItemTitle h2 {
    font-size: 21px;
}

.villasList div.internalitemBlock div.internalItemTitle h2 {
    line-height: 1.3em;
}

.similar_accomodation h1 {
    text-align: center;
    color: #00b2c3;
}

li.list_entry h2 {
    color: #fff;
    line-height: 1.4em;
    margin: 0;
}

#Prefooter {
    text-align: center;
    background: #fcb134;
    color: #fff;
    margin-top: 50px;
    margin-bottom: 50px;
    padding: 40px 0 0 0;
}

#Prefooter h3 {
    padding-top: 25px;
    font-size: 24px;
}

.promo1, .promo2, .promo3 {
    margin-bottom: 20px;
}

#Prefooter * {
    padding-bottom: 20px;
}

#Prefooter p {
    color: #fff;
    font-weight: 100;
}

#Prefooter .fa {
    font-size: 58px;
}

#mainBody {
    margin-top: 20px;
    margin-bottom: 30px;
}

li.list_entry {
    list-style: none;
}

#twitter-widget-0 .EmbeddedTweet-tweet {
    border: none !important;
    text-align: center !important;
}

blockquote.twitter-tweet {
    display: inline-block;
    padding: 16px;
    margin: 10px 0;
    max-width: 468px;
    border: #ddd 1px solid;
    border-top-color: #eee;
    border-bottom-color: #bbb;
    border-radius: 5px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
    font: bold 14px/18px Helvetica, Arial, sans-serif;
    color: #000;
}

blockquote.twitter-tweet p {
    font: normal 18px/24px Georgia, "Times New Roman", Palatino, serif;
    margin: 0 5px 10px 0;
}

blockquote.twitter-tweet a[href^="https://twitter.com"] {
    font-weight: normal;
    color: #666;
    font-size: 12px;
}

input[type=checkbox], input[type=radio] {
    margin: 0;
    margin-right: 15px;
}

#filter_wrapper ul.filters li label {
    margin: 0;
    display: inline;
}

#filter_wrapper div.filter_entry h4 {
    margin-bottom: 15px;
    padding-bottom: 8px;
    border-bottom: 1px solid #4fb6cc;
    color: inherit;
    font-size: 1em;
    font-weight: 100;
}

.mainBody {
    padding: 0 1%;
}

.itemImg {
    height: 320px;
    width: 100%;
    background-size: cover;
}

#sidebarAmeni li a {
    color: #fff;
}

#sidebarAmeni .blog li a {
    color: #21b2c3;
}

#sidebarAmeni .blog h2, #sidebarAmeni .blog h3 {
    color: #000;
    text-align: left;
    text-transform: none;
    font-size: 1.3em;
    margin-bottom: 10px;
}

#uBlogsy_pagination {
    overflow: hidden;
    padding: 10px 0;
}

div.intPost img {
    max-width: 100%;
    height: auto;
}

#uBlogsy_pagination li {
    float: left;
    list-style: none;
    padding: 5px 10px;
    background-color: #f8f8f8;
    margin: 1px;
}

#sidebarFilter {
    background-color: #f8f8f8;
}

#topSelector li a {}

.mainHome {
    text-align: center;
    padding-top: 50px;
}

.mainHome h2, .similar_accomodation h2 {
    color: #00b2c3;
    font-size: 32px;
    padding-bottom: 35px;
    text-align: center;
}

.similar_accomodation h2 {
    padding-bottom: 25px;
}

li.intslide {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;

}

div.intContainer {
    text-align: left;
}

li div.containerBox {
    left: 10%;
}

ul.subItems li {
    list-style: none;
    position: relative;
    margin-bottom: 10px;
    display: inline-block;
    margin-right: 1%;
}

ul.subItems li a.intListLink {
    background-color: none;
    background: none;
    margin-right: 10px;
    padding: 4px 10px;
    font-size: 13px;
    color: #fff;
    text-decoration: none;
    text-align: right;
    border-radius: 3px;
    position: relative;
    font-weight: normal;
    border: 1px solid #fff;
    padding: 8px 10px;
    font-weight: bold;
}

ul.subItems {
    text-shadow: rgba(0, 0, 0, 0.63) 0 1px 1px;
    margin-top: 1%;
    text-align: left;
    border-top: none;
    padding-top: 0%;
}

.logo {
    margin-left: 0;
}

.btn {
    background: none;
    border: 1px solid #fff;
    color: #fff;
    width: 250px;
    text-align: center;
    padding: 8px 0;
    font-weight: bold;
    text-shadow: rgba(0, 0, 0, 0.2) 0 1px 1px;
}

button.btn {
    background-color: #21b2c3;
    width: 100%;
    border: 1px solid #fff;
}

.offerText h3 {
    font-size: 25px;
    font-weight: 100;
    color: #00b2c3;
}

.btn-groupModal a {
    margin-top: 10px;
    display: block;
    cursor: pointer;
}

.btn-groupModal a.dismissModal:hover {
    text-decoration:underline;
}

.modal button.btn {
	width: 100%;
    display: block;
    background: #00b2c3;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    border: none;}

.modal .form-group {
    width: 100%;
}

.modal .form-group label{
    width: 30%;
	color:#777777;
}

.modal .form-group input[type="text"], .modal .form-group select{
    width: 60%;
    line-height: 3em;
    color: #777;
    border-radius: 5px;
    border: 1px solid #d7d7d7;
}

.modal .form-group select{
height:45px;
    margin: 0.5em 0;
}

.modal-content{
padding-bottom:20px;}

.modal-header .close {
    margin-top: -7px;
}
.pictOffer{
min-height: 400px;
    width: 100%;
    background-position: right 0px top!important;
    background-size: cover!important;
background-repeat:no-repeat;}

@media (min-width: 768px){
.modal-dialog {
    width: 600px;
    margin: 30px auto;
	}}

.modal-content {
    min-height: 500px;
    overflow: hidden;
}
.offerImage{
margin-top:10px;}

.btn:hover {
    background-color: #24d2e8;
    opacity: 1;
    border: 1px solid #fff;
}

button.btn.btn-default {
    width: initial;
    padding: 5px;
    background-color: #c5c5c5;
    font-weight: inherit;
    text-shadow: transparent 0px 0px 0px;
    text-transform: uppercase;
}

#enquiryForm div.modal-dialog {
    margin-top: 100px;
}

div.intContainer h2 {
    color: #fff;
    text-shadow: none;
    font-size: 48px;
    text-transform: uppercase;
    line-height: 1em;
    text-shadow: rgba(0, 0, 0, 0.63) 0 1px 1px;
}

div.flexslider .slides > li {
    background-size: cover;
    list-style: none;
    /* background-position: 10% 85%;*/
}

div.intContainer p {
    margin: 0;
    color: #fff;
    text-shadow: none ;
    font-size: 18px;
    line-height: 1.4em;
    font-weight: 100;
    text-shadow: rgba(0, 0, 0, 0.63) 0 1px 1px;
}

div.intContainer {
    padding: 2% 0;
}

.similar_accomodation {
    margin-top: 15px;
}

.dark_gradient {
    position: absolute;
    width: 100%;
    height: 25%;
    z-index: 1;
    bottom: 0;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.1)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000', GradientType=0 );
}

.flexslider {
    box-shadow: none !important;
}

li div.containerBox {
    position: absolute;
    bottom: 2%;
}

#topBarNav2 {
    display: none;
}

#currentTemp {
    float: right;
}

.villasList ul li {
    list-style: none;
}

#sidebarAmeni .backgroundImg {
    height: 300px;
    background-repeat: no-repeat;
    background-size: cover;
}

.HomePage #weatherContainer * {
    color: #fcb134;
}

div#weatherDescription p {
    display: none;
}

.internalChildren, .sideBarWrap {
    background: #fcb134;
    padding: 1px 15px 30px;
    min-height: 450px;
}

#PliableForm p input.pSubmit {
    background: #00b2c3;
    color: #fff;
    margin-top: 20px;
    text-transform: uppercase;
    font-weight: 100;
    border: none;
    border-radius: 5px;
    height: 40px;
    width: 94%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-bottom: 5px;
}

#PliableForm p input.pSubmit:hover {
    background: #0493a1;
}

#sidebarAmeni #bookingEngine {
    min-height: 270px;
    width: 100% !important;
}

#sidebarAmeni #bookingEngine #bookingInputButton {
    margin-top: 0;
}

#sidebarAmeni #bookingEngine .bookingElement h2 {
    margin-bottom: 0;
}

#sidebarAmeni #bookingEngine .bookingElement h3 {
    margin-top: 0;
    padding-top: 10px;
    font-size: 18px;
}

#sidebarAmeni #bookingEngine div.bookingElement {
    margin-top: 0;
    width: 98%;
    padding: 1%;
}

#sidebarAmeni #bookingEngine {
    margin-right: 0px;
}

.review_nav span {

    padding: 10px 0px 10px 10px;
    width: 50%;
}

.reviewStars.stars5:before {
    content: "\f005\f005\f005\f005\f005";
    font-family: FontAwesome;
    color: #fcb134 !important;
}

.reviewStars.stars4:before {
    content: "\f005\f005\f005\f005";
    font-family: FontAwesome;
    color: #fcb134 !important;
}

.reviewStars.stars3:before {
    content: "\f005\f005\f005";
    font-family: FontAwesome;
    color: #fcb134 !important;
}

.reviewStars.stars2:before {
    content: "\f005\f005";
    font-family: FontAwesome;
    color: #fcb134 !important;
}

.reviewStars.stars1:before {
    content: "\f005";
    font-family: FontAwesome;
    color: #fcb134 !important;
}

.name_review span {
    display: inline- block;
    width: 100%;
}

.reviewAuthor {
    font-size: 16px;
}

.reviewCountry {
    color: #6a696b;
}

.review_nav {
    margin-left: 10px;
}

#reviewsCustomersInternal .reviewSingle {
    margin-bottom: 40px;
}

#reviewsCustomersInternal {
    margin-top: 30px;
}

.reviewAuthor {
    color: #00b2c3;
    text-transform: uppercase;
}

blockquote {
    padding: 0px 20px 0px 20px;
}

#reviewsCustomersInternal .reviewStars {}

h1 div {
    font-size: 0.5em;
    line-height: 1.5em;
}

.StarRating .reviewStar.stars5 {
    display: block;
    opacity: 0;
}

#sidebarAmeni .reviewSingle .bodyReview {
    color: #777777;
}

blockquote {
    margin: 0px;
}

#sidebarAmeni .reviewSingle {
    margin-bottom: 20px;
}

#reviewsCustomers {
    overflow: hidden;
    background: #f9f9f9;
    padding-bottom: 30px;
}

#reviewsCustomers h3 {
    text-align: center;
    padding: 20px 0;
    text-transform: uppercase;
    color: #777777;
}

.write_review a {
    position: relative;
}

.write_review a {
    clear: both;
    text-align: center;
    margin-right: auto;
    margin-left: auto;
    width: 50%;
    /*	overflow:hidden;*/
    display: block;
    padding: 10px 10px;
    border-radius: 4px;
    border: 1px solid #00b2c3;
}

span.fa.fa-comment-o {
    font-size: 18px;
    position: absolute;
    vertical-align: middle;
    left: 25px;
    top: 10px;
}

div.relatedContainer {
    margin-top: 0;
}

#mainBody .relatedContainer div.itemBlock {
    height: 250px;
}

.ApartmentsList .sideBarWrap {
    background: #f9f9f9;
    color: #777777;
}

#filter_wrapper ul.filters li label {
    font-weight: normal;
    color: #777777;
}

#filter_wrapper ul.filters li span {
    float: right;
    color: #777777;
    background: none;
    width: 20px;
    vertical-align: middle;
    text-align: center;
    font-weight: 600;
    border-radius: 0;
}

.AGenericPage.noPicture #bookingEngine {
    display: block;
}

.contact {

    background: #f9f9f9;
    padding-bottom: 40px;
    margin-bottom: 10px;
}

#sidebarAmeni {
    background: #f9f9f9;
}

.contact .email:before {
    font-family: fontAwesome;
    font-size: 24px;
    vertical-align: middle;
    color: #00b2c3;

}

.contact .email, .contact .tel_no {
    font-size: 16px;
    line-height: 2em;
}

.contact .email:before {
    content: '\f0e0';
}

.ApartmentsList #spotlightPictureGallery, .VillasList #spotlightPictureGallery {
    display: none;
}

div#topPage {
    width: 100%;
    z-index: 150;
    box-shadow: 0px 1px 6px rgba(0, 0, 0, .7);
    position: fixed;
    top: 0;
}



#PliableForm label {
    display: block;
    margin: 0px 0px 5px;
}

#PliableForm label {
    color: #969696;
    font-weight: normal;
}

#PliableForm input[type="text"], #PliableForm input[type="email"],
#PliableForm textarea {
    color: #555;
    padding: 3px 0px 3px 5px;
    margin-top: 2px;
    margin-right: 6px;
	width: 90%;
    border: 1px solid #e5e5e5;
    background: #fbfbfb;
    height: 25px;
    line-height: 15px;
    outline: 0;
    -webkit-box-shadow: inset 1px 1px 2px rgba(200, 200, 200, 0.2);
    box-shadow: inset 1px 1px 2px rgba(200, 200, 200, 0.2);
}

#PliableForm textarea {
    height: 100px;
    padding: 5px 0px 0px 5px;
}

#PliableForm .button:active {
    position: relative;
    top: 1px;
}

#PliableForm select {
	width: 90%;
	color: #777;
}

.ReviewsList #PliableForm p input.pSubmit {
    clear: both;
    text-align: center;
    margin-right: auto;
    margin-left: auto;
    width: 50%;
    /* overflow: hidden; */
    display: block;
    border-radius: 4px;
    border: 1px solid #00b2c3;
    background: none;
    color: #00b2c3;
	text-indent: 0;
}

#PliableForm .pText {
    border: 1px solid #e5e5e5 !important;
    text-indent: 0;
}

#mainSpotlight .overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 20%;
    z-index: 10;
}

#mainSpotlight .overlay .overlaidBox * {
    color: #fff;
    text-shadow: rgba(0, 0, 0, 0.9) 1px 1px 0px;
    line-height: 1.5em;
}

#mainSpotlight .overlay .overlaidBox {
    top: 150px;
}

#mainSpotlight .overlay .overlaidBox a {
    border: 1px solid #ffffff;
    display: inline-block;
    margin: 5px;
    margin-left: 0;
    border-radius: 5px;
    padding: 5px;
    font-weight: 600;
    text-shadow: rgba(0, 0, 0, 0) 1px 1px 0px;
}

#mainSpotlight.container-fluid {
    position: relative;
}

#mainSpotlight .flexslider .slides > li {
    height: 780px;
}

#mainSpotlight.container-fluid .gradient {
    position: absolute;
    bottom: 0;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    width: calc(100% - 30px);
    height: 40%;
    z-index: 1;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijk4JSIgc3RvcC1jb2xvcj0iIzAwMTEzOCIgc3RvcC1vcGFjaXR5PSIwLjY0Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDExMzgiIHN0b3Atb3BhY2l0eT0iMC42NSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 17, 56, 0.64) 98%, rgba(0, 17, 56, 0.65) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(98%, rgba(0, 17, 56, 0.64)), color-stop(100%, rgba(0, 17, 56, 0.65)));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 17, 56, 0.64) 98%, rgba(0, 17, 56, 0.65) 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 17, 56, 0.64) 98%, rgba(0, 17, 56, 0.65) 100%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 17, 56, 0.64) 98%, rgba(0, 17, 56, 0.65) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(0, 17, 56, 0.64) 98%, rgba(0, 17, 56, 0.65) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#a6001138', GradientType=0 );
    opacity: 0.9;
}

.ApartmentsList .similar_accomodation.container {
    padding-top: 40px;
    border-top: 1px solid #21b2c3;
}

.shortDesc p {
    display: inline;
}

/*#bookingEngine .fieldElina #discountElina{
width:96%;}*/


.AccommodationPage .fieldElina.bookPeopleElina{
margin-top:8px;}

.instagram{
display:none;}


#topSelector li:hover ul.internalMenu, #topSelector li ul.internalMenu:hover {
    height: auto;
overflow: visible;
}


.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year{
	color:#000;
	font-weight:normal;
}

#bookingEngine select{
	color:#5b5b5b;
	font-weight:normal;
}















































/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
