
@import url("//fonts.googleapis.com/css?family=Open+Sans:400,300,700");


/** FIX for Bootstrap and Google Maps Info window styes problem **/
img[src*="gstatic.com/"], img[src*="googleapis.com/"] {
    max-width: none;
}

/* GLOBAL STYLES -------------------------------------------------- */
/* Padding below the footer and lighter body text */

html, body {
    height:100%;
    font-family: "Open Sans", Arial, Helvetica, sans-serif !important;
    font-size: 12px;
}

body {
    margin-top: 30px;
    padding-bottom: 40px;
    color: #5a5a5a;
    background-image: url('../img/handmadepaper.png');
}

input, select {
    border: 1px solid #ccc;
    padding-left: 4px;
}
h1,h2,h3,h4,h5 {
    font-weight: lighter;
    letter-spacing: 1px;
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
}
.bold {
    font-weight: bold;
}
.btn-small {
    padding: 5px;
    border-radius: 0px;
    border: none;
}
.btn-default {
    background-color: rgb(200, 200, 200);
    background-image: none;
    border-radius: 0px;
    border:none;
    box-shadow: none;
    text-shadow: none;
    color: #fff;
}
.btn-primary {
    background-color: #298c2d;
    background-image: none;
    border-radius: 0px;
    border:none;
    box-shadow: none;
    text-shadow: none;
}
.btn-primary:hover {
    background-color: #399c3d;
    background-image: none;
}
.btn-group.open .btn-primary.dropdown-toggle {
    background-color: #399c3d;
}
.input-sm {
    border-radius: 0px;
}
.well {
    border: none;
    border-radius: 0px;
    box-shadow: none;
    padding:18px;
    background-color: rgb(220,220,220);
    background-color: rgba(210,210,210,0.2);
}
.text-justify {
    text-align: justify;
}
.container {
    /*position: relative;*/
}
.dropdown-menu {
    border-radius: 0px;
    z-index: 10000;
}
.dropdown-menu li > a:hover {
    background-color: #399c3d;
    background-image: none;
}
a {
    color: #298c2d;
}
a:hover {
    color: #399c3d
}
h3 {
    line-height: 38px;
}
.alert {
    padding: 8px;
    margin-bottom: 12px;
}
.input-group-addon {
    border-radius: 0px;
}
.form-control {
    border-radius: 0px;
}
.datepicker input[readonly] {
    cursor: pointer;
    background-color: #fff;
}
.hidden {
    display:none;
}
.nav {
    margin-bottom: 12px;
}
.nav li {
    border-bottom: 1px solid rgb(17, 70, 17)
}
/* HEADER STYLING */
.contact-info #skype-logo {
    width:70px;
    height:31px;
}
.contact-info .cc {
    width: 32px;
    height: 19px;
}
.site-search {
    display: inline-block;
}
.site-search input {
    height:30px;
    width:160px;
}
.nav-controls {
    margin-top:15px;
}
.navbar .nav {
    padding-left: 30px;
}
.logo {
    position: absolute;
    width:250px;
    top: -40px;
    -moz-box-shadow: 0px 0px 4px rgba(0,0,0,0.55);
    box-shadow: 0px 0px 4px rgba(0,0,0,0.55);
    border: 2px solid rgb(60,160,60);
    z-index: 1030;
}

.icon-inverse {
    color: white;
    background-color: rgb(17,70,17);
    padding: 12px;
    text-align: center;
    position: relative;
    width: 64px;
    height: 64px
}

#overlay, #loading-overlay {
    position: fixed;
    top: 0;
    left: 0;
    bottom:0;
    right:0;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.3);
    z-index: 1031;
}

#loading-overlay {
    z-index: 900;
    background-color: rgb(255,255,255);
    background-color: rgba(255,255,255,0.95);
    display:none;
}

#overlay>div, #loading-overlay>div {
    position:absolute;
    bottom:36px;
    top:40px;
    right:15%;
    left:15%;
    overflow: auto;
    padding: 10px;
    boder: solid 1px #000;
    background: #fff;
}

#loading-overlay>div {
    top:110px;
    border: none;
    background: none;
}

#overlay .close {
    position: absolute;
    left:20%;
    right:20%;
    float: none;
    text-align: right;
    opacity: 1.0;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    text-shadow:none;
    font-weight: bold;
}

#overlay .container {
    width: 100% !important;
}

#result-map {
    height: 100%;
    width: 100%;
}

#result-carousel {
    height: 300px;
    overflow: hidden;
}

.inline {
    display: inline;
}

/* CUSTOMIZE THE NAVBAR -------------------------------------------------- */
.vv-navbar {
    margin-left: 220px !important;
    padding: 0px;
}

.navbar {
    -moz-box-shadow: 0px 0px 4px rgba(0,0,0,0.55);
    box-shadow: 0px 0px 4px rgba(0,0,0,0.55);
    margin-bottom: 0px;
    color: #fff;
}
.navbar-default {
    /*background: rgb(17, 70, 17);*/
    background: #298c2d;
    border: none;
    border-radius: 0px;
}
.navbar .nav {
    margin-bottom: 0px;
}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus{
    color: white;
    background: #399c3d;
}

.navbar .nav li {
    border: none;
}

.navbar .nav > li > a:hover {
    color: white;
    background: #399c3d;
}
.contact-info {
    display:inline-block;
    vertical-align: middle;
    line-height: 25px;
    font-size: 14px;
}

.navbar .nav > li > a {
    padding: 15px 8px;
    line-height:20px;
    font-size:14px;
    color: #fff;
    border: none;
}

.navbar-form .icon-search {
    vertical-align: middle;
    padding: 7px 12px;
}

.navbar-form .form-control {
    width:120px;
}



#searchform select, #searchform div.date {
    width: 14.28%;
    min-width: 70px;
    display: inline-block;
    vertical-align: middle;
}


#searchform button {
    text-transform: lowercase;
}

#searchform button:first-letter {
    text-transform: uppercase;
}
#searchform select {
    margin-right:4px;
}
#searchform input {
    width:100%;
}
#searchform input[type="checkbox"] {
    width:auto;
    margin:8px;
}
#searchform .input-group-addon {
    color: #000;
    text-shadow: none;
}
#searchfilter {
    font-size: 14px;
}
/* CUSTOMIZE THE CAROUSEL -------------------------------------------------- */
/* Carousel base class */

.carousel {
    position:relative;
    margin-bottom: 20px;
}




.carousel-caption {
    /*background-color: rgb(0,0,0);*/
    background-color: rgba(0,0,0,0.3);
    /* this is just for IE */
    background-image: url(../img/bg-home-search.png)\9;
    color:white;
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 1.0);
    right: 3% !important;
    left: 3% !important;
    bottom: 64px;
    font-weight: normal;
    font-size: 14px;
    padding-bottom: 10px;
}

.carousel-caption .row {
    margin-bottom:8px;
}

.carousel-caption h1, .carousel-caption .lead {
    margin: 0;
    margin-bottom:12px;
    line-height: 1.25;
    color: #fff;
    /*text-shadow: 0px 0px 1px rgba(0, 0, 0, 1.0);*/
    font-weight: lighter;
    letter-spacing: 2px;
}

.carousel-caption h1 {
    font-size: 26px;
}

.carousel-caption p {
    font-size: 12px;
}

#home-carousel {
    position: relative;
    width:100%;
    overflow:hidden;
}

#home-carousel .carousel-caption h1 {
    font-size: 24px;
    letter-spacing: -1px;
}

#searchform label {
    font-weight: normal;
}
/*.carousel-caption h1 {
  font-size: 70px;
  display: inline-block;
  padding: 8px;
}*/

.carousel-caption p, .carousel-content p {
    margin-bottom: 0px;
    font-weight: bold;
}

.carousel-caption .prop-zone {
    margin-bottom: 10px;
    font-size: 11px;
}

.carousel-fade .carousel-inner .item {
    opacity: 0;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
    opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    opacity: 0;
    z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}
.carousel-fade .carousel-control {
    z-index: 2;
}
html,

#featurette-carousel {
    min-height: 425px;
}

#featurette-carousel .carousel-indicators {
    position:relative;
    left:20px;
    top: 10px;
}
#featurette-carousel .carousel-indicators li {
    border-color: #555;
    border-radius: 0px;
}
#featurette-carousel .carousel-indicators li.active {
    background-color: #555;
}

#home-main-picture {
    position: relative;
}

#home-main-picture img{
    display: inline-block;
    margin-right: 2px;
}

#home-main-picture {
    width: 100%;
    overflow: hidden;
}

#home-main-picture .carousel-items span{
    margin: 0px;
}

#home-main-picture .carousel-caption {
    position: absolute;
    left: auto !important;
    right: 0px !important;
    /*width: 30.9%;*/
    min-width: 300px;
    top: 0px;
    bottom:0px;
    background-color: #FFF;
    background-image: none;
    background-color: rgba(255,255,255,0.95);
    padding-right:20px;
    padding-left: 20px;
    color: #555;
    text-shadow: none;
    text-align: left;
    font-size: 12px;
}

#home-main-picture .carousel-caption h1 {
    color: #555;
}

.special-offer-box h2{
    margin-top: 10px;
}

.house-thumbnails li img {
    cursor: pointer;
}

.house-thumbnail {
    margin-top: 8px;
    margin-bottom: 8px;

}

.description {
    text-align: justify;
}

.things-to-do.scrollable {
    max-height: 300px;
    overflow: auto;
}


.feedEkList {
    list-style: none;
}

.feedEkList a {
    font-size: 16px;
}


.datepicker[readonly]{
    cursor: pointer;
}

.lead.price {
    margin-bottom: 0px;
}

.label.price {
    font-size: 16px;
    color: #5a5a5a;
    font-weight: normal;
}

.result-item-preview {
    height: 350px;
    overflow-y: auto;
}

.result-item-header {
    /*line-height: 40px;*/
    vertical-align: middle;
    margin-bottom: 16px;
    position: relative;
}

.result-item-header .header-meta {
    position: absolute;
    top: 0px;
    right: 0px;
}

.result-item-header span {
    display: inline-block;
    margin-bottom: 8px;
}

.result-item-header h2 a {
    font-size: 30px !important;
}

.result-item-header p.label {
    margin-top: 10px;
}

.result-item-subitem:nth-child(odd)
{
    background:rgba(240,240,240,0.4);
    padding:4px;
}
.result-item-subitem:nth-child(even)
{
    /*background:rgba(220,220,220,0.4);*/
    background:transparent;
    padding:4px;
}

.list-thumb img, .house-thumbnail img {
    left:0px !important;
}

.list-thumb, .house-thumbnail, .carousel-items>span {
    background-image: url('../img/loader.gif');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 80px,80px;
    padding:0px;
}

.progress {
    max-height: 8px;
    background-color: #AAA;
}
.progress-bar {
    background-color: #ffc40d;
    borer-radius: 3px;
}

.result-item-subitem .label {
    font-size: 16px;
    margin-left: 20px;
    margin-right: 20px;
}

.result-item .scrollable, .property .result-item .scrollable  {
    max-height: 200px;
    overflow-y: auto;
    overflow-x: hidden;
}

.btn-next, .btn-prev {
    margin-left:8px;
}

.property .scrollable {
    height: 80%;
    overflow-y: auto;
    overflow-x: hidden;
}

.property nav.scrollable {
    height: 50%;
}

.group-description.scrollable {
    height: 70%;
}

.map-popup .modal-body {
    overflow: visible;
    padding:0px;
    background-image: url('../img/loader.gif');
    background-position: center;
    background-repeat: no-repeat;
}

.modal {
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    background-color: transparent;
}

.modal-body {
    background-color: #FFF;
    max-height: 420px;
    overflow: auto;
}

.modal-footer {
    background-color: rgba(17, 70, 17, 0.6);
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
}

.affix {
    right: auto;
    width: 285px;
    top: 0px !important;
}

.affix-bottom {
    width: 285px;
    position: fixed;
    top: auto !important;
    bottom: 222px !important;
    right:auto;
}

.affix-top {
    top:auto !important;
}


/* MARKETING CONTENT -------------------------------------------------- */

/* Featurettes ------------------------- */

/* Give some space on the sides of the floated elements so text doesn't run right into it. */
.featurette-image.pull-left {
    margin-right: 10px;
}
.featurette-image.pull-right {
    margin-left: 10px;
}
/* Thin out the marketing headings */
.featurette h2 {
    font-size: 40px;
    font-weight: 300;
    line-height: 1;
    letter-spacing: -1px;
}
img.special-offer {
    /*width:50%;*/
    margin-right: 16px;
    margin-bottom: 16px;
    float: left;
}
footer {
    margin-top: 15px;
    background:#EAEAEA;
    border-top: 1px solid #ccc;

}

footer a {
    color: #5a5a5a;
}
footer .row {
    padding-top:12px;
    padding-bottom:12px;
}

.footer-logo {
    width: 164px;
    margin-bottom: 10px;
}

/* CALENDAR STYLES */
.calendar-list .calendar-container {
    display: inline-block;
    width: 33%;
    text-align: center;
}

.calendar-list .weekday,
.calendar-list .satday,
.calendar-list .sunday {
    font-weight: normal;
    font-size: 12px;
}

.calendar-list .calendar {
    width: 90%;
}

/*.ui-state-default, .ui-widget-content .ui-state-default{
  background: #fff;
}*/

.ui-state-disabled {
    /*opacity: 1 !important;*/
    background-color: #fff;
}

.ui-datepicker-unselectable {
    background-color: #fff; /*#d0e9c6;*/
    text-decoration: none;
}


.ui-state-disabled.dayOccupied {
    opacity:1 !important;
}

.dayOccupied .ui-state-default {
    background: #C3C3C3 !important;
    /*background: #e671b8;*/
    text-decoration: line-through;
}

/*.ui-state-disabled.day-available .ui-state-default {
  opacity: 1;
  background-color: #fff;
}*/

.ui-state-default {
    background-color: #d0e9c6;
    text-decoration: none;
}

.ui-state-disabled.lastDay {
    opacity: 1;
    text-decoration: line-through;
}

.ui-state-disabled.lastDay .ui-state-default {
    /*background-image: url('http://www.vacavilla.com/fileadmin/templates/vacavilla2012/graph/bg/cal_end.png');
    background-size: cover;*/
    background: rgb(208,233,198) !important; /* Old browsers */
    background: -moz-linear-gradient(-45deg,  rgba(195,195,195,1) 50%, rgba(208,233,198,0.3) 50%) !important; /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right bottom, color-stop(50%,rgba(195,195,195,0.3)), color-stop(50%,rgba(208,233,198,1))) !important; /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(-45deg,  rgba(195,195,195,1) 50%,rgba(208,233,198,0.3) 50%) !important; /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(-45deg,  rgba(195,195,195,1) 50%,rgba(208,233,198,0.3) 50%) !important; /* Opera 11.10+ */
    background: -ms-linear-gradient(-45deg,  rgba(195,195,195,1) 50%,rgba(208,233,198,0.3) 50%) !important; /* IE10+ */
    background: linear-gradient(135deg,  rgba(195,195,195,1) 50%,rgba(208,233,198,0.3q) 50%) !important; /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c3c3c3', endColorstr='#ffffff',GradientType=1 ) !important; /* IE6-9 fallback on horizontal gradient */
}

.lastDay .ui-state-default {
    /*background-image: url('http://www.vacavilla.com/fileadmin/templates/vacavilla2012/graph/bg/cal_end.png');
    background-size: cover;*/
    background: rgb(208,233,198) !important; /* Old browsers */
    background: -moz-linear-gradient(-45deg,  rgba(195,195,195,1) 50%, rgba(208,233,198,1) 50%) !important; /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right bottom, color-stop(50%,rgba(195,195,195,1)), color-stop(50%,rgba(208,233,198,1))) !important; /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(-45deg,  rgba(195,195,195,1) 50%,rgba(208,233,198,1) 50%) !important; /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(-45deg,  rgba(195,195,195,1) 50%,rgba(208,233,198,1) 50%) !important; /* Opera 11.10+ */
    background: -ms-linear-gradient(-45deg,  rgba(195,195,195,1) 50%,rgba(208,233,198,1) 50%) !important; /* IE10+ */
    background: linear-gradient(135deg,  rgba(195,195,195,1) 50%,rgba(208,233,198,1) 50%) !important; /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c3c3c3', endColorstr='#ffffff',GradientType=1 ) !important; /* IE6-9 fallback on horizontal gradient */
}

.day-available.lastDay .ui-state-default.ui-state-hover,
.firstDay .ui-state-default.ui-state-hover {
    background: #67b021 !important;
}

.dayOccupied.firstDay .ui-state-default {
    /*background-color: #d0e9c6;
    background-image: url('http://www.vacavilla.com/fileadmin/templates/vacavilla2012/graph/bg/cal_start.png');
    background-size: cover;*/
    background: rgb(208,233,198) !important; /* Old browsers */
    background: -moz-linear-gradient(-45deg,  rgba(208,233,198,0.3) 50%, rgba(195,195,195,1) 50%) !important; /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right bottom, color-stop(50%,rgba(208,233,198,0.3)), color-stop(50%,rgba(195,195,195,1))) !important; /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(-45deg,  rgba(208,233,198,0.3) 50%,rgba(195,195,195,1) 50%) !important; /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(-45deg,  rgba(208,233,198,0.3) 50%,rgba(195,195,195,1) 50%) !important; /* Opera 11.10+ */
    background: -ms-linear-gradient(-45deg,  rgba(208,233,198,0.3) 50%,rgba(195,195,195,1) 50%) !important; /* IE10+ */
    background: linear-gradient(135deg,  rgba(208,233,198,0.3) 50%,rgba(195,195,195,1) 50%) !important; /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#c3c3c3',GradientType=1 ) !important; /* IE6-9 fallback on horizontal gradient */
}

day-available.firstDay .ui-state-default {
    /*background-color: #d0e9c6;
    background-image: url('http://www.vacavilla.com/fileadmin/templates/vacavilla2012/graph/bg/cal_start.png');
    background-size: cover;*/
    background: rgb(208,233,198) !important; /* Old browsers */
    background: -moz-linear-gradient(-45deg,  rgba(208,233,198,1) 50%, rgba(195,195,195,1) 50%) !important; /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right bottom, color-stop(50%,rgba(208,233,198,1)), color-stop(50%,rgba(195,195,195,1))) !important; /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(-45deg,  rgba(208,233,198,1) 50%,rgba(195,195,195,1) 50%) !important; /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(-45deg,  rgba(208,233,198,1) 50%,rgba(195,195,195,1) 50%) !important; /* Opera 11.10+ */
    background: -ms-linear-gradient(-45deg,  rgba(208,233,198,1) 50%,rgba(195,195,195,1) 50%) !important; /* IE10+ */
    background: linear-gradient(135deg,  rgba(208,233,198,1) 50%,rgba(195,195,195,1) 50%) !important; /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#c3c3c3',GradientType=1 ) !important; /* IE6-9 fallback on horizontal gradient */
}

.features-overview {
    width:60%;
    float:right;
}

/* MAIN PROP PICTURE CONTAINER */
.main-prop-pic-container {
    width: 100%;
    /*max-height: 630px;*/
    /*max-height:95vh;*/
    overflow: hidden;
}

.prop-selected-price {
    /*display: none;*/
    /*z-index: 100;
    position: absolute;
    bottom: -30px;*/
    margin-bottom: 12px;
}

.prop-contact-us {
    margin-bottom:  12px;
}

.special-offer-tag {
    display: inline-block;
    height: 32px;
    width: 32px;
    background-color: #ccc;
    color: #fff;
    margin-right: 8px;
    margin-bottom: 0 !important;
    padding: 2px;
    /*line-height: 29px;*/
    overflow:hidden;
    text-align: center;
    font-weight: normal;
    font-style: normal;
    /*border-radius: 16px;*/
}
.special-offer-tag b {
    font-weight: normal;
}

.ui-datepicker {
    z-index: 100 !important;
}

.booking-form-header h1 {
    margin-top: 0px;
}

.booking-form-header .lead {
    font-size: 18px;
}

.booking-form-header {
    font-size: 36px;
}

.step-counter {
    font-size:14px;
    color: #ccc;
}

.step-counter b {
    font-size: 22px;
    border-radius: 16px;
    color: #fff;
    display:inline-block;
    width:32px;
    height: 32px;
    line-height: 30px;
    background-color: #ccc;
}

.step-counter .active {
    color:#298c2d;
}

.step-counter .active b {
    background-color: #298c2d;
}

.alternatives-list h2 a {
    font-size:24px !important;
}

.alternatives-list h3 a {
    font-size:18px !important;
}

.alternatives-list .result-item-subitem .label {
    font-size: 14px;
}

.alternatives-list .lead {
    font-size:16px;
}

.feedEkList .itemDate {
    display: none;
}

.feedEkList li {
    border-bottom: 1px solid #ccc;
    padding-bottom:4px;
    margin-bottom: 8px;
}

#search-filter-container {
    margin-top: 24px;
}

.tooltip {
    position: fixed;
}

.btn {
    margin-right: 8px;
}

.generic_error_message {
    min-height: 500px;
}
