/**
 * Main classes and styles for vacavilla 2012 website
 * (c)2012 Saverio Vigni <s.vigni@hor-net.com>
 */

* {
  margin: 0px;
  padding: 0px;
  font-weight: normal;
  font-family: 'Helvetica Neue', Helvetica, sans-serif;
}

body {
  text-align: center;
  background-color: #EAEAEA;
  font-size: 14px;
  color: #555;
}

a {
  color: #000;
  font-weight: bold;
  text-decoration: none;
}

li {
  margin-bottom: 8px;
  margin-left: 16px;
}

p {
  margin-bottom: 16px;
}

a:hover {
  text-decoration: underline;
}

h1,h2,h3,h4,h5 {
  margin-bottom:24px;
}

strong, b {
  font-weight: bold;
}

#page {
  text-align: left;
  width: 970px;
  margin-left: auto;
  margin-right: auto;
  background-color: #FFF;
}

#header {
  margin-top: 32px;
  background-color: #114611;
  height: 98px;
  -moz-box-shadow: 0px 5px 5px #777;
  -webkit-box-shadow: 0px 5px 5px #777;
  box-shadow: 0px 5px 5px #777;
  /* For IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=8, Direction=180, Color='#777777')";
}

#vacavilla_logo {
  margin-top: 8px;
  margin-left: 8px;
}

#contact_info {
  color:#FFF;
  float:right;
  font-size: 14px;
  margin:8px;
  padding-left: 59px;
  background-image: url('images/white_phone_icon.png');
  background-repeat: no-repeat;
  background-position: left;
  position:relative;
  left: -220px;
  width: 300px
}

#contact_info a {
  color: #FFF;
  font-size: 14px;
}

#langMenu {
  list-style: none;
  float:right;
  margin-top: -26px;
  position:relative;
}

#langMenu li img{
  margin:4px;
  border: none;
}

#slogan {
  position:relative;
  margin-top:36px;
  text-align: center;
  font-size: 26px;
}

#main-menu {
  margin-top: -28px;
  margin-left:200px;
  text-align:center;
}

#main-menu li {
  margin-right: 16px;
  font-size: 23px;
  text-align: center;
  padding-left:5px;
  padding-right:5px;
  display: inline;
}

#main-menu li a {
  font-size: 20px;
  text-transform: uppercase;
  color: #FFF;
  font-weight: normal;
  text-decoration: none;
  margin:auto;
}

#footer {
  clear: both;
  border-top: 1px solid #ccc;
}
#footer .menu-item{
  float: left;
  margin-left:24px;
  margin-top:24px;
}

#footer ul {
    /*margin-right:32px;*/
}
#footer li {
    margin-top:2px;
    margin-left:4px;
}
#footer .menu-item a{
    font-weight: bold;
}
#footer .sub-menu-item a{
    font-weight: normal;
    font-size:12px;
}

#copyright {
  /*position:relative;*/
  /*left: 670px;*/
  float:right;
  /*color: #4d4d4d;*/
  color: #fff;
  background-image: url('images/logo_footer.png');
  background-repeat: no-repeat;
  background-position: left top;
  width: 300px;
  padding-left: 24px;
  padding-top: 168px;
  padding-bottom: 16px;
  font-size: 12px;
  margin-top: -73px;
  margin-right: -24px;
}

#copyright a {
  color: #fff;
}

.green_button {
  background-color: #008000;
  background-image: url('images/button_highlight.png');
  background-position: top;
  background-repeat: repeat-x;
  border: 1px #008000 solid;
  display:inline-block;
  padding-left: 18px;
  padding-right: 18px;
  padding-top:8px;
  padding-bottom:8px;
  margin-top: 16px;
  margin-bottom:16px;
  margin-left:auto;
  margin-right:auto;
  border-radius: 5px;
}

.green_button a {
  color:#FFF;
  text-transform:uppercase;
  font-size: 22px;
}

.green_button p {
  margin:0px;
}

.reverse-highlight {
  background-image: url('images/button_highlight_reverse.png');
  background-position: bottom;
  background-repeat: repeat-x;
}

#main_house_spot {
  width: 613px;
  height: 305px;
  -moz-box-shadow: 0px 5px 5px #777;
  -webkit-box-shadow: 0px 5px 5px #777;
  box-shadow: 0px 5px 5px #777;
  /* For IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=8, Direction=180, Color='#777777')";
  background-color:#fff;
  margin-bottom: 32px;
  text-align: center;
}

#main_house_spot .ajaxloadericon {
  display:block;
  margin:auto;
  padding-top:100px;
}

#main_house_spot img {
  border: none;
  margin: 0px;
  padding: 0px;
}

#main_house_spot p {
  /*display: block;*/
  height: 32px;
  background-color: #ccc;
  color: #333;
  font-size: 16px;
  line-height: 32px;
  margin: 0px;
  padding: 0px;
  padding-left: 8px;
  text-align: left;
}

#offers_body .shadow_box{
  float: right;
  width: 375px;
  margin-top: 0px;
}

#home_text {
  clear:both;
  text-align: justify;
  margin-right: 24px;
  margin-top:16px;
}

#home_icons {
  list-style: none;
  text-align: left;
  width: 95%;
  margin-left:auto;
  margin-right:auto;
  margin-top: 64px;
  color: #4d4d4d;
}

#home_icons li {
  height: 64px;
  margin-left:0px;
  margin-bottom:16px;
}

#home_icons li img {
  float: left;
  margin: 8px;
  margin-top: 0px;
}

#home_icons a {
  font-size: 20px;
  text-transform: uppercase;
  color: #4d4d4d;
}

#home_icons h4 {
  margin-bottom: 4px;
}

#main-menu .current {
  background-color:#808080;
}

#bookForm, .bookingConfirmBox {
  text-align: left;
  width: 80%;
  margin-left:auto;
  margin-right:auto;
}

#bookFormCCicons img{
  margin:8px;
  vertical-align:middle;
}

#bookForm input[type=text] {
  width: 300px;
  font-size: 16px;
  width:auto;
}

#bookForm #dayInput,
#bookForm #monthInput,
#bookForm #yearInput,
#bookForm #dayInput1,
#bookForm #monthInput1,
#bookForm #yearInput1,
#bookForm #stayLenght {
  width: auto;
}

#bookForm textarea {
  width:400px;
  font-size: 16px;
}

#bookForm .generic_error_message {
  width: 100%;
  text-align:left;
  padding:16px;
  margin:24px;
  border:1px solid red;
}

#bookForm .generic_error_message dt {
  font-size: 18px;
  font-weight: bold;
  color: red;
}

#backbtn a {
  font-size:16px;
}

.bookingCode {
  font-size:22px;
}

.bookingConfirmBox span {
  margin-right:32px;
}

.bookingData {
  margin-left: 24px;
  margin-bottom: 32px;
  font-size: 18px;
}

.highlight {
  width: 100%;
  text-align:center;
  padding:16px;
  margin:24px;
  border:1px solid red;
  color: red;
}

.clearer {
  clear:both;
}

.lettingConditions {
  margin-top:12px;
  text-align: left;
  margin-bottom:24px;
  padding:12px;
  border: 1px #808080 solid;
  font-size:12px;
  overflow: auto;
  height: 300px;
}

.csc-default {
  width:95%;
  text-align:left;
  margin-left:auto;
  margin-right:auto;
  clear:both;
  margin-bottom:32px;
}

.inline-menu li{
  display: inline;
}

.block-menu li{
    display: block;
}

.tabbed-header {
  font-size:14px;
  padding: 4px;
  padding-left:6px;
  padding-right:6px;
  background-color: #4D4D4D;
  display:inline-block;
  color:#FFF;
  margin-left: 16px;
}

.shadow_box {
  text-align: center;
  border: 1px solid #4D4D4D;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 24px;
  margin-bottom: 24px;
  -moz-box-shadow: 0px 5px 5px #777;
  -webkit-box-shadow: 0px 5px 5px #777;
  box-shadow: 0px 5px 5px #777;
  /* For IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=8, Direction=180, Color='#777777')";
  background-color: #fff;
}

.shadow_box h2{
  font-weight: bold;
  font-size: 20px;
  background-color: #CCC;
  width: 80%;
  padding:8px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 8px;
  margin-bottom: 8px;
}

.shadow_box img {
  margin:8px;
}

.shadow_box p {
  margin:16px;
  /*text-align: justify;*/
}

.gray-box {
  border: 1px solid #4d4d4d;
  background-color: #CCC;
  margin-bottom: 16px;
  font-size: 16px;
  color: #4d4d4d;
}

.gray-box h4 {
  margin-bottom: 8px;
}

.gray-box p {
  padding: 8px;
  margin-bottom:0px;
}

.gray-box a {
  font-weight: normal;
  font-size: 14px;
  color: #4d4d4d;
}

.gray-box-small {
  width: 202px;
}

.prop_list, .prop_details {
  width: 100%;
  margin-top: 32px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
}

.prop_details{
  width:100%;
}

.found_label {
  font-size: 14px;
  margin-bottom: 8px;
}

.prop_list_item {
  margin-top:8px;
  margin-bottom:40px;
  width: 100%;
  border: 1px solid #114611;
}

.list_main_pic {
  margin-right: 16px;
  margin-left: 8px;
  margin-top: 8px;
  margin-bottom: 8px;
  vertical-align: top;
  width:225px;
  height:225px;
}

.list_prop_data {
  display: inline-block;
  width: 50%;
  vertical-align: top;
  margin-top: 8px;
}

.list_prop_actions {
  display: inline-block;
  width: 20%;
  vertical-align: top;
  margin-top: 8px;
  height: 100%;
}

/*.list_prop_actions .green_button{
  margin-top: 86px;
}*/



.prop_name {
  margin-bottom: 0px;
}

.prop_name a {
  font-size: 24px;
  font-weight: bold;
  color: #114611;
}

.prop_code {
  color: #4d4d4d;
  font-size: 12px;
  display: inline;
  margin-right: 8px;
}

.prop_main_data {
  font-size: 12px;
  color: #4d4d4d;
  margin-top: 8px;
  margin-bottom: 8px;
}

.prop_price {
  font-size: 16px;
  font-weight: bold;
  color: #4d4d4d;
  margin-bottom: 16px;
}

.prop_price .price {
  font-weight: bold;
  font-size: 20px;
}

.priceEur {
  font-size: 14px;
  color: #777;
  font-style: italic;
}

.prop_services_header, .prop_attractions_header {
  font-size: 14px;
  color: #333;
  margin-bottom: 2px;
}

.prop_services, .prop_attractions {
  font-size: 12px;
  color: #000;
  margin-left: 8px;
  margin-bottom: 14px;
}

.prop_zone {
  font-size: 12px;
  margin-bottom: 14px;
}

.prevnext a{
  font-size: 18px;
}

.details_main_pic {
  /*width: 600px;*/
  margin: 0px;
  padding: 0px;
}

.prop_details_menu {
  width: 600px;
  text-align: center;
  background-color: #ccc;
  margin: 0px;
  padding-top:6px;
  padding-bottom:6px;
  margin-bottom: 32px;
  font-size: 20px;
}

.prop_details_menu a {
  font-weight: normal;
  font-size: 20px;
  text-transform: uppercase;
}

.prop_pic_container {
  float: left;
  margin-right:20px;
  margin-bottom:32px;
}

.prop_details_data {
  float: right;
  width: 32%;
}

.prop_details_data .prop_zone {
  margin-top: 8px;
  margin-bottom: 16px;
}

.prop_details_data .prop_map {
  margin-bottom: 20px;
}

.prop_details_book {
  text-align: center;
}

.prop_details h2 {
  font-size: 24px;
  font-weight: bold;
  margin-top: 8px;
}

.pic_thumb {
  margin: 8px;
  display: inline;
}

.prop_details_prices, .prop_details_extracost {
  display: inline-block;
  width:45%;
  text-align: center;
  vertical-align: top;
}

.prop_details_prices table, .amenities-list {
  vertical-align: top;
  width:90%;
  border-spacing:4px;
  margin-bottom: 32px;
}

.prop_details_prices table th {
  background-color: #CCC;
  font-size: 18px;
  color: #000;
  padding:4px;
}

.prop_details_prices table td, .amenities-list td {
  background-color: #E6E6E6;
  font-size: 18px;
  color: #4D4D4D;
  padding:4px;
}

.amenities-list td {
  font-size: 14px;
}

.prop_details_extracost {
  text-align:left;
}

.prop_details_extracost h3 {
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: bold;
}

.prop_details_extracost ul {
  list-style: none;
  margin-bottom: 24px;
}

.prop_details_calendar {
  display: inline-block;
  width:66%;
  overflow:auto;
  height:320px;
}

.calendar_container {
  display: inline-block;
  width: 45%;
  text-align: center;
}

#popupCalendar .popup_content .calendar_container {
  width:100%;
}

.calendar_container h4{
  font-size: 24px;
  color: #686868;
  font-weight: bold;
}

.calendar_container table {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.calendar_container table th {
  color: #909090;
  font-size: 12px;
}

.calendar_container table td {
  font-size: 14px;
}

.dayOccupied, .dayOption, .dayBlocked {
  background: #C3C3C3;
  text-decoration: line-through;
}

.prop_details_bookingform {
  display: inline-block;
  width: 30%;
  vertical-align: top;
  margin-left: 24px;
}

.activeDay{
    background:#009900;
    color:#fff;
    cursor:pointer;
  border: 1px solid #FFF;
  padding:2px;
  background-image: url('images/button_highlight.png');
}

.activeDay:hover {
  text-decoration: underline;
}

.prop_details #flash_search_map {
  left: 0px;
  float:left;
  margin-right: 8px;
}

.csc-mailform {
    border:medium none;
}

.csc-mailform label {
    float:none;
    display:block;
    margin-bottom:2px;
}

.csc-mailform label[for="mailformnewsletter"],
.csc-mailform label[for="mailformprivacy"]{
    display:inline;
    margin-right:8px;
}

.csc-mailform label[for="mailformnewsletter"],
.csc-mailform label[for="mailformprivacy"]{
    display:inline;
    margin-right:8px;
}

.csc-mailform-field {
    margin-bottom:16px;
}

.csc-mailform input[type="text"],
.csc-mailform textarea
{
    width: 400px;
    color:#000000;
    padding:2px;
    font-size:14px;
}

.csc-mailform input[type="submit"]{
    padding:4px;
    font-size:18px;
    margin-top:8px;
    margin-left:150px;
}

.addthis_toolbox {
  display: inline-block;
  margin-bottom: 16px;
  margin-left:24px;
}

/* these are for showing alignment in RTE on the backend */
.align-left { text-align: left; }
.align-center { text-align: center; }
.align-right { text-align: right; }
.align-justify { text-align: justify; }

/* Search box on top green bar */
form#fulltextsearch{
  float: right;
  display: block;
  margin-top: -88px;
  margin-right: 8px;
}

.csc-fulltextsearch-field {
  display: inline;
}
.csc-fulltextsearch-field input{
  width: 150px;
  height: 18px;
}
.csc-fulltextsearch-field input[type="submit"] {
  width:24px;
  height:24px;
  padding:0px;
  background-image: url('graph/icons/arrow_search_icon.png');
  background-color: transparent;
  border:none;
  color: transparent;
  text-indent: -1000px;
  cursor: pointer
}

.cc_icons {
  float: right;
  vertical-align: middle;
}

#sortbyform {
  float: right;
  margin-top: -28px;
}

#sortbyform fieldset {
  border: none;
}

#sortbyform fieldset label {
  margin-right: 8px;
}

.landing-fixed-box{
  position:fixed;
  -moz-box-shadow: 0px 5px 5px #777;
  -webkit-box-shadow: 0px 5px 5px #777;
  box-shadow: 0px 5px 5px #777;
  /* For IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=8, Direction=180, Color='#777777')";
  background-color:#EEE;
  padding:8px;
  border:1px solid #555;
  max-width:50%;
}

.tx-felogin-pi1 {
  padding:4px;
}

.tx-felogin-pi1 h3{
  display:none;
}

.tx-felogin-pi1 div{
  display:none;
}

.tx-felogin-pi1 form div{
  display:block;
}

.tx-felogin-pi1 input {
  margin:8px;
  padding:4px;
  width:250px;
}

.tx-felogin-pi1 input[type=submit] {
  margin-left:30%;
  font-size:14px;
  padding:4px;
  width:auto;
}

.tx-felogin-pi1 fieldset {
  border: none;
}

.tx-felogin-pi1 legend {
  display: none;
}

.tx-felogin-pi1 label {
  float:none;
  width:auto;
  display:inline;
  font-weight:normal;
}

.tx-felogin-pi1 fieldset div{
  /*width:20%;*/
  /*margin-right:12px;*/
  font-weight:normal;
  margin:4px;
  padding:4px;
  font-size:120%;
}

.tx-felogin-pi1 fieldset div {
  font-weight:bold;
}


#searchResult .bookingCode {
  font-size:18px;
}

#searchResult .property-box{
    position:relative;
}

#searchResult .property-box ul {
  float:left;
}

#searchResult .property-box .property-info{
  overflow:auto;
  width:40%;
  margin-left: 16px;
  margin-top: -12px;
  float:right;
}

#searchResult .property-box .booking-data{
  margin-top:16px;
}

#searchResult .property-box .property-thumb{

}


#searchResult .property-box .property-name{
    float:left;
    width:20%;
    text-align:center;
    margin-right:10px;
    margin-bottom:5px;
}

#searchResult .property-box .property-name a{
    font-size:14px;
    color:#88aa00;
}

#searchResult .property-box .property-mini-gallery{
  float:left;
  clear:left;
  width:20%;
  background-color:#ccc;
  text-align:center;
  margin-right:10px;
  line-height:0px;
}

#searchResult .property-box .property-place,
#searchResult .property-box .property-inside,
#searchResult .property-box .property-amenities,
#searchResult .property-box .property-price,
#searchResult .property-box .property-price .normal-price,
#searchResult .property-box .property-price .price{
  color:#ff6600;
}

#searchResult .property-box .property-place{
  font-weight:bold;
}

#searchResult .property-box .property-price{
  margin-top:8px;
  font-size:12px;
}

#searchResult .property-box .property-price .special-price{
  color:#aa0000;
  font-weight:bold;
}

#searchResult .property-box .property-inside,
#searchResult .property-box .property-amenities
{
  font-size:10px;

}

#searchResult .property-box .property-link{
  float:right;
  clear:both;
  margin-top:10px;
  text-align:center;
}

#searchResult .property-box .property-link li{
  display:inline;
  margin: 0px 15px;
}

#searchResult .property-box .property-action{
  position:absolute;
  right:5px;
  top:5px;
}

#searchResult .property-box .property-action li{
  margin-bottom:8px;
}

.house-list ul{
list-style:none;
}

.house-list .property-box{
overflow:auto;
}

.house-list .property-box .property-thumb{

}

.house-list .property-box .property-name a{
    font-weight:bold;
}

.house-list .property-box .property-price .normal-price{
    text-decoration:line-through;
}

fieldset {
    border:none;
}

#paybooking label {
    margin-right:16px;
}

#paybooking input {
    font-size: 14px;
}

#paybooking div {
    margin-bottom: 16px;
}

#paybooking input[type=submit] {
    font-size:16px;
    font-weight:bold;
}

#currencyMenu {
    position:absolute;
    top:14px;
    right:360px;
    text-align:center;
}

#currencyMenuCurrent {
    border: 1px solid #555;
    color: #555;
    cursor: pointer;
    font-size:12px;
    width: 36px;
    padding: 2px;
    margin-top:-6px;
    text-align:center;
}

#currencyMenuList {
    position:absolute;
    display:none;
    background-color: #fff;
    border: 1px solid #ccc;
    list-style: none;
    left: -2px;
    top: -6px;
    -moz-box-shadow: 0px 5px 5px #777;
    -webkit-box-shadow: 0px 5px 5px #777;
    box-shadow: 0px 5px 5px #777;
    /* For IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=8, Direction=180, Color='#777777')";
}

#currencyMenuList li {
    margin:10px;
}

#currencyMenuList li a{
    font-weight:normal;
}

#currencyMenuCurrent:hover ul#currencyMenuList{
    display:block;
}

.normal_price, .normal-price {
    text-decoration: line-through;
    font-size: 80%;
    margin-right:8px;
}

.normal_price b {
    font-weight: normal;
}

.special_price, .special-price, .special_price b {
    color: #FF0000;
    font-family: 'Rosarivo', serif;
    font-style: Italic;
}

.special-price {
    font-weight: bold;
    font-size:20px;
}