/* test */
/*@import "foundation_grid5";*/
#wrap-masthead {
  background: #000;
  padding-top: 0.75em;
  padding-bottom: 0.5em; }
  #wrap-masthead #masthead {
    height: 65px;
    color: #fff; }
    #wrap-masthead #masthead p {
      margin: 0; }
    #wrap-masthead #masthead .company-logo {
      width: 292px; }
    #wrap-masthead #masthead .masthead-icons-large {
      color: #fff;
      text-transform: uppercase;
      font-size: 0.9em;
      margin-top: 2em;
      padding-right: 1em;
      white-space: nowrap;
      text-align: right; }
      #wrap-masthead #masthead .masthead-icons-large a {
        color: #fff; }
      #wrap-masthead #masthead .masthead-icons-large i.fa {
        margin-top: -2px;
        color: #000;
        color: rgba(255, 255, 255, 0.3); }
      #wrap-masthead #masthead .masthead-icons-large i.fa-inverse {
        color: #fff; }
  #wrap-masthead #search-form {
    margin: 0;
    position: relative;
    top: 1.5em; }
  @media only screen and (min-width: 1024px) {
    #wrap-masthead #masthead .masthead-icons-large {
      font-size: 1em;
      margin-top: 1.75em; } }
  @media only screen and (min-width: 767px) {
    #wrap-masthead p {
      margin-top: 1em;
      margin-bottom: 0; } }

.masthead-icons-small a {
  line-height: 3em;
  font-size: 0.875em;
  color: #fff; }
  .masthead-icons-small a i {
    margin-top: -2px; }
  .masthead-icons-small a .fa-inverse {
    color: #444; }
  .masthead-icons-small a .fa-stack {
    font-size: 16px; }
.masthead-icons-small .site-tagline {
  line-height: 2.6em;
  padding-left: 0.5em;
  text-transform: uppercase; }

#topnav {
  background: #333;
  /*
  .contain-to-grid, 
  .top-bar,
  .top-bar-section ul,
  .top-bar-section li a,
  li.has-form {
  	background: #333; 
  }
  .top-bar-section li a {
  	font-size: 1em;
  }
  .top-bar-section li a:hover {
  	background: #444; 
  }
  */
  	/*
  	.masthead-icons {
  		position: relative;
  		top: -0.25em;
  
  	}
  	*/ }
  #topnav a {
    font-weight: normal; }
  #topnav .top-bar-section .dropdown a {
    font-size: 0.9em; }
  #topnav .has-dropdown .has-dropdown > a {
    padding-right: 2.5em; }
  #topnav .top-bar-section > ul > li > a {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 0.875em; }

#wrap-bg-photo {
  height: 550px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden; }
  #wrap-bg-photo img {
    min-width: 900px; }


body .chosen-search {
  display: none; }
  
body.bg-photo {
  /*416
  .masthead-icons-small a {
  	
  	color: #000; 
  	i {
  		color: #444;
  	}
  	.fa-inverse {
  		color: #fff;
  	}
  }
  */
  /*
  .top-bar-section .dropdown li a {
  	background: #232323;
  }
  .top-bar-section .dropdown li.active a,
  .top-bar-section .dropdown li a:hover {
  }
  */
  	/*416
  
        .top-bar .name h1 a {
            color: #222222;
        }
        .top-bar .toggle-topbar a {
            color: #222222;
        }
        .top-bar .toggle-topbar.menu-icon a {
            color: #333333;
        }
        .top-bar .toggle-topbar.menu-icon a span {
            -webkit-box-shadow: 0 10px 0 1px #333333, 0 16px 0 1px #333333, 0 22px 0 1px #333333;
            box-shadow: 0 10px 0 1px #333333, 0 16px 0 1px #333333, 0 22px 0 1px #333333;
        }
        .top-bar.expanded {
            background: #ddd;
        }
        .top-bar.expanded .title-area {
            background: none;
        }
        .top-bar.expanded .toggle-topbar a {
            color: #333333;
        }
        .top-bar.expanded .toggle-topbar a span {
            -webkit-box-shadow: 0 10px 0 1px #333333, 0 16px 0 1px #333333, 0 22px 0 1px #333333;
            box-shadow: 0 10px 0 1px #333333, 0 16px 0 1px #333333, 0 22px 0 1px #333333;
        }
  
        .top-bar-section ul {
            background: none;
        }
        .top-bar-section ul ul 
            background: none;
        }
        .top-bar-section .divider,
        .top-bar-section [role="separator"] {
            border-bottom: 1px solid #fff;
            border-top: 1px solid #fff;
            border-bottom: solid 1px rgba(255, 255, 255, 0.2);
            border-top: solid 1px rgba(230, 230, 230, 0.2);
        }
        .top-bar-section ul li > a {
            color: #222222;
            background: none;
        }
        .top-bar-section ul ul li > a { 
            background: #fff;
            background: rgba(255, 255, 255, 0.2);
        }
  
        .top-bar-section ul li > a.button {
            background: #aa802c;
        }
        .top-bar-section ul li > a.button:hover {
            background: #816122;
        }
        .top-bar-section ul li > a.button.secondary {
            background: #e9e9e9;
        }
        .top-bar-section ul li > a.button.secondary:hover {
            background: #d0d0d0;
        }
        .top-bar-section ul li > a.button.success {
            background: #5da423;
        }
        .top-bar-section ul li > a.button.success:hover {
            background: #457a1a;
        }
        .top-bar-section ul li > a.button.alert {
            background: #c60f13;
        }
        .top-bar-section ul li > a.button.alert:hover {
            background: #970b0e;
        }
        .top-bar-section ul li:hover > a {
            background: white;
            color: black;
        }
        .top-bar-section ul li.active > a {
            background: white;
            color: #111111;
        }
        .top-bar-section .has-dropdown > a:after {
            border-color: #000;
            border-color: transparent transparent transparent rgba(0, 0, 0, 0.5);
        }
        .top-bar-section .dropdown li.title h5 a {
            color: #222222;
        }
        .top-bar-section .dropdown label {
            color: #555555;
        }
  
        .top-bar-section li.hover > a:not(.button) {
            background: white;
            color: black;
        }
        .top-bar-section li a:not(.button):hover {
            background: white;
        }
        .top-bar-section .has-dropdown > a:after {
            border-color: #000;
            border-color: rgba(0, 0, 0, 0.5) transparent transparent transparent;
        }
        .top-bar-section .dropdown {
            background: transparent;
        }
        .top-bar-section .dropdown li a {
            color: #222222;
            background: #fff;
            background: rgba(255, 255, 255, 0.8);
        }
        .top-bar-section .dropdown li label {
            background: white;
        }
        .top-bar-section > ul > .divider, .top-bar-section > ul > [role="separator"] {
            border-right: solid 1px rgba(255, 255, 255, 0.2);
            border-left: solid 1px rgba(230, 230, 230, 0.2);
        }
        .top-bar-section .has-form {
            background: none;
        }
        .no-js .top-bar-section ul li:hover > a {
            background: white;
            color: black;
        }
        .no-js .top-bar-section ul li:active > a {
            background: white;
            color: #111111;
        }
  
  
        .top-bar.expanded {
            .top-bar-section ul ul li > a { 
                background: #fff;
            }
            .top-bar-section .dropdown li a {
                color: #222222;
                background: #fff;
            }
        }
        
        */ }
  body.bg-photo #wrap-masthead {
    position: relative;
    z-index: 97;
    /*416
    background: rgba(0,0,0,0.4);
    */
    background: #232323; }
  body.bg-photo #topnav {
    position: relative;
    z-index: 98;
    /*416
    background: none;
    color: $text-color;
    */
    background: rgba(0, 0, 0, 0.4); }
    body.bg-photo #topnav .contain-to-grid {
      /*416
      color: $text-color;
      background: #fff;
      background: transparentize(#fff, 0.2);
      */
      background: rgba(0, 0, 0, 0.4); }
  body.bg-photo .basic-page-headline {
    /*
    min-height: 250px; 
    */
    padding-top: 15px; }
    @media only screen and (max-width: 767px) {
      body.bg-photo .basic-page-headline {
        min-height: 150px; } }
    @media only screen and (max-width: 500px) {
      body.bg-photo .basic-page-headline {
        min-height: 90px; } }
  body.bg-photo .top-bar {
    background: none; }
  body.bg-photo .top-bar-section > ul,
  body.bg-photo .top-bar-section > ul > li > a {
    background: none; }
  body.bg-photo .top-bar-section > ul > li > a {
    text-transform: uppercase; }
  body.bg-photo .top-bar-section > ul > li.active > a {
    background: #000; }

@media only screen and (min-width: 500px) {
  	/* 
   	 * Alignment classes active only when screen is big enough to make them practical.
   	 * In our case we've set 500px as our cutoff under which images no longer align,
   	 * but you may need to tweak that specific to your case.
   	 *
  
  	.align_left {
  		float: left;
  		margin: 0 1em 0.5em 0; 
  		position: relative;
  		top: 5px; 
  	}
  
  	.align_right {
  		float: right;
  		margin: 0 0 1em 1em; 
  		position: relative;
  		top: 5px; 
  	}
   	 */ }
@media only screen and (max-width: 940px) {
  #topnav .top-bar-section ul.right {
    display: none; } }

ol#header-breadcrumbs {padding:0px; margin:0px; color: #999;}
ol#header-breadcrumbs li {display:inline-block; }
ol#header-breadcrumbs span {margin-right:5px; font-size:0.8em; line-height:1em; font-family: inherit;}
ol#header-breadcrumbs li.subhead {display:block;}
ol#header-breadcrumbs h1 {font-size: 2.5em;}

#headline p.breadcrumb {
  margin-top: 1.25em;
  margin-bottom: 0;
  text-transform: uppercase;
  color: #999;
  font-size: 1.2em; }
#headline h1 {
  font-weight: normal;
  text-transform: uppercase;
  margin: 0 0 0.25em 0;
  color: #aa802c; }
  #headline h1 small {
    color: rgba(170, 128, 44, 0.6); }

#wrap-headline {
  background: #fff; }

body.template-villas #wrap-content .top-links,
body.template-destinations #wrap-content .top-links,
body.template-specials #wrap-content .top-links,
body.template-destination #wrap-content .top-links,
body.template-villas-destination #wrap-content .top-links,
body.template-specials-destination #wrap-content .top-links {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0; }

body.template-villa .tab-links {
  margin-left: 0.5em;
  margin-right: 0.5em; }


#wrap-content {
  overflow: hidden;
  background: #efefef; }
  #wrap-content .tab-links {
    font-size: 0.875em; }
    #wrap-content .tab-links #tab-specials {
      background: #92252d;
      color: #fff; }
    #wrap-content .tab-links li {
      text-align: center;
      padding: 3px;
      padding-bottom: 0;
      max-width: 150px;
      margin-bottom: 0; }
    #wrap-content .tab-links i {
      font-size: 30px;
      display: block !important; }
    #wrap-content .tab-links a {
      display: block;
      padding-top: 0.5em;
      background: #C9C9C9;
      color: #454545;
      white-space: nowrap; }
    #wrap-content .tab-links a.on,
    #wrap-content .tab-links a:hover,
    #wrap-content .tab-links #tab-specials.on,
    #wrap-content .tab-links #tab-specials:hover {
      color: #9e822c;
      background: #EFEFEF; }

body.template-villa #wrap-content {
  background: #fff; }

body.template-locations #wrap-content,
body.template-location #wrap-content,
body.template-special #wrap-content {
  background: #EFEFEF; }
  body.template-locations #wrap-content #content,
  body.template-location #wrap-content #content,
  body.template-special #wrap-content #content {
    padding-top: 1em; }

.villa-search-pop .chosen-container, .chosen-container {width:100% !important;}
@media only screen and (min-width: 768px) { 
  body.template-idea #content .villas-serp-header form.search-filters .search-filter {
    width: 20%; }
}

body.template-basic-page #content,
body.template-villa-child #content,
body.template-basic-page-nav #content {
  padding-top: 1em;
  padding-bottom: 2em; }

ul.in,
ol.in {
  /* Foundation doesn't indent lists at all, so we fix that here... */
  margin-left: 1.25em; }

#content {
  	/*
  	form.inquire {
  		padding: 0.75em; 
  		padding-bottom: 0; 
  		border: 3px solid #e6c38b; 
  		margin: 1em 0;
  		width: 100%; 
  
  		.row {
  			margin-bottom: 0.3em; 
  		}
  
  		button {
  			width: 100%; 
  		}
  
  		textarea {
  			height: 6em; 
  		}
  
  		#message {
  			display: none; 
  		}
  	}
  	*/ }
  #content blockquote {
    border: none;
    border-top: 1px solid #ccc; }
    #content blockquote p {
      font-size: 1em;
      color: #222; }
    #content blockquote cite {
      margin-top: -1em;
      text-align: right; }
  #content .big-type p,
  #content .big-type li {
    font-size: 1.3em;
    color: #555; }
    @media only screen and (max-width: 767px) {
      #content .big-type p,
      #content .big-type li {
        font-size: 1em; } }
  #content .big-type h4 {
    font-size: 1.8em; }
  #content #bodycopy > h4:first-child {
    margin-top: 0.75em; }
  #content ul.nav li {
    list-style: none;
    border-top: 1px solid #ddd;
    padding: 0.25em 0 0.5em 0; }
    #content ul.nav li h4, #content ul.nav li p {
      margin-bottom: 0; }
  #content ul.specials {
    list-style: none; }
    #content ul.specials a.button {
      margin-top: 0.75em; }
  #content ul.side-nav ul {
    margin-top: 0.5em; }
  #content table {
    border-spacing: 0;
    width: 100%; }
    #content table thead {
      background: none; }
    #content table th {
      font-size: 1.2em;
      color: #9e822c;
      font-weight: normal;
      border-left: 1px solid #ddd;
      border-bottom: 1px solid #ddd;
      background: none; }
    #content table th:first-child {
      border-left: none; }
    #content table td {
      font-size: 1em; }
    #content table tr.even td {
      background: #eee; }
  #content h2,
  #content h2 strong {
    color: #646464;
    text-transform: none;
    font-weight: normal; }
    #content h2 b,
    #content h2 strong b {
      font-weight: normal;
      color: #9e822c; }
  #content h2 em,
  #content em h2 {
    font-family: Georgia, serif;
    font-style: italic;
    color: #9e822c; }
	#content h2.villa-overview-header {
		color: #9e822c;
		text-transform: uppercase;
		font-weight: normal;
		border-bottom: 1px solid #9e822c;
		font-size: 1.6875em;
	}
  #content #villa-reviews .review-postreview,
  #content #villa-info h5,
  #content h3,
  #content h3 strong {
    color: #9e822c;
    text-transform: uppercase;
    font-weight: normal; }
  #content #villa-reviews .review-postreview,
  #content #villa-info h5,
  #content h3 {
    border-bottom: 1px solid #9e822c; }
  #content #villa-reviews .review-postreview,
  #content #villa-info h5 {	
	font-size: 1.6875em;
	line-height: 1.4;
	margin-top: 0.2em;
    margin-bottom: 0.5em;
  }
  #content h2 + h3,
  #content h2 + h4
  h3 + h4 {
    margin-top: 0; }
  #content h4 {
    font-weight: normal; }
    #content h4 b {
      font-weight: normal;
      color: #9e822c; }
  #content a h4 {
    color: #9e822c; }
  #content .info-table {
    line-height: 1.3em;
    color: #555; }
    #content .info-table div.row {
      border-bottom: 1px solid #ccc;
      text-align: center; }
      #content .info-table div.row:first-child {
        border-top: 1px solid #ccc; }
    #content .info-table p {
      margin: 0; }
    #content .info-table a {
      color: #333333; }
    #content .info-table strong {
      font-size: 1.4em;
      font-family: Georgia, serif;
      font-weight: normal;
      color: #222; }
    #content .info-table div.columns {
      padding-top: 0.75em;
      padding-bottom: 0.75em; }
    #content .info-table div.columns + div.columns {
      border-left: 1px solid #ccc; }
    #content .info-table div.columns.social-links {
      padding: 0; }
    #content .info-table div.columns.social-links p i {
      font-size: 1.8em; }
  #content .sidebar-form {
    /* inquiry form, etc. */
    padding: 0.75em;
    padding-bottom: 0;
    border: 3px solid #e6c38b;
    margin: 1em 0;
    width: 100%; }
    #content .sidebar-form h3 {
      margin-top: 0;
      text-transform: none;
      line-height: 1.1em;
      padding-bottom: 0.25em; }
    #content .sidebar-form h3 span {
        text-transform: uppercase;
        color: #777; }
		
	body.template-villa #content .sidebar-form div.inquiry-title {
	    text-transform: uppercase;
    	color: #777;
	    line-height: 1.1em;
		font-weight: normal;
	    font-family: "Avenir LT W01 55 Roman",sans-serif;
		font-size: 1.6875em;
	}
	body.template-villa #content .sidebar-form div.inquiry-subtitle {
	    text-transform: none;
    	color: #9e822c;
	    line-height: 1.1em;
		font-weight: normal;
	    font-family: "Avenir LT W01 55 Roman",sans-serif;
		font-size: 1.6875em;
		margin-top: 0;
		text-transform: none;
		padding-bottom: .25em;
		border-bottom: 1px solid #9e822c;
	}
	body.template-villa #content .sidebar-form p#inquiry-phone {
	    text-transform: none;
    	color: #9e822c;
	    line-height: 1.1em;
		font-weight: normal;
	    font-family: "Avenir LT W01 55 Roman",sans-serif;
		font-size: 1.6875em;
		margin-top: 0;
		text-transform: none;
		padding: .75em 0 .25em 0;
	}
  #content form label {
    text-transform: uppercase;
    font-size: 1em;
    color: #111;
    margin-bottom: 0.5em; }
  #content .social-links .email {
    color: #ad7f2a; }
  #content .social-links .facebook {
    color: #3c5a9a; }
  #content .social-links .twitter {
    color: #0989ba; }
  #content .social-links .pinterest {
    color: #9e1c1a; }
  #content #sort-widget h5 {
    position: relative;
    top: 0.35em;
    text-align: right; }
    @media only screen and (max-width: 767px) {
      #content #sort-widget h5 {
        top: 0;
        text-align: left;
        margin-bottom: 0; } }
  #content #sort-widget form {
    width: 100%; }
  #content .villas {
    margin-top: 1em; }
    #content .villas .destination-villas-item > p {
      height: 4.5em;
      overflow: hidden; }
    #content .villas .destination-villas-item .villas-item {
      margin-bottom: 1em; }
    #content .villas .villas-item {
      padding: 1em;
      padding-bottom: 0.5em;
      margin-left: auto;
      margin-right: auto;
      background: #fff;
      border: 1px solid #e3e3e3;
      max-width: 530px;
      /* photo listing size + 2em */
      overflow: hidden; }
      #content .villas .villas-item > p {
        height: 4.5em;
        overflow: hidden; }
      #content .villas .villas-item .special {
        float: right;
        font-weight: normal;
        border-bottom: none; }
        @media only screen and (max-width: 500px) {
          #content .villas .villas-item .special {
            float: none;
            display: block; } }
      #content .villas .villas-item .view-details {
        float: right; }
      #content .villas .villas-item h4 {
        margin-top: 0;
        margin-bottom: 0;
        /* white-space: nowrap;*/ }
      #content .villas .villas-item h5 {
        margin-top: 0;
        margin-bottom: 0.5em; }
      #content .villas .villas-item .info-table {
        margin-left: 0.5em;
        margin-right: 0.5em;
        font-size: 0.875em;
        line-height: 1.2em; }
        #content .villas .villas-item .info-table div.row {
          border-bottom: none; }
        #content .villas .villas-item .info-table strong {
          font-size: 1.2em; }
        #content .villas .villas-item .info-table div.columns {
          padding-top: 0.35em;
          padding-bottom: 0.25em; }
      #content .villas .villas-item .primary-photo {
        display: inline-block;
        position: relative;
        width: 100%;
        overflow: hidden;
        background: #eee; }
        #content .villas .villas-item .primary-photo:after {
          content: '';
          display: block;
          margin-top: 60%;
          /* height of image relative to width */ }
        #content .villas .villas-item .primary-photo div {
          position: absolute;
          top: 0;
          bottom: 0;
          left: 0;
          right: 0; }
        #content .villas .villas-item .primary-photo .tagline {
          position: absolute;
          bottom: 0;
          right: 0;
          background: #000;
          background: rgba(0, 0, 0, 0.6);
          color: #fff;
          width: auto;
          text-align: left;
          padding: 0.25em 1em 0.25em 1em; }
    #content .villas a.button.full-width {
      max-width: 530px;
      margin-left: auto;
      margin-right: auto;
      margin-top: 0.75em;
      display: block; }
  #content .villas-serp-header {
    margin-top: 1em; }
    #content .villas-serp-header h4 {
      margin-bottom: 1.5em; }
    #content .villas-serp-header h3 {
      border: none;
      margin: 0; }
      #content .villas-serp-header h3 small {
        text-transform: none;
        color: #333333;
        white-space: nowrap; }
    #content .villas-serp-header h5 {
      margin-top: 1em;
      margin-bottom: 0;
      position: relative;
      top: 1em; }
      @media only screen and (max-width: 767px) {
        #content .villas-serp-header h5 {
          top: 0;
          margin-bottom: 1em; } }
    #content .villas-serp-header .pagination {
      float: right; }
      @media only screen and (max-width: 767px) {
        #content .villas-serp-header .pagination {
          margin-top: 1em;
          float: none; } }
    #content .villas-serp-header form.villa-sort {
      margin-top: 1em;
      margin-bottom: 0;
      float: right; }
      #content .villas-serp-header form.villa-sort select,
      #content .villas-serp-header form.villa-sort .dropdown {
        margin-bottom: 1em; }
      @media only screen and (max-width: 767px) {
        #content .villas-serp-header form.villa-sort {
          float: none; } }
    #content .villas-serp-header form.search-filters {
      margin-top: 0;
      margin-bottom: 0;
      border-bottom: 1px solid #333; }
      #content .villas-serp-header form.search-filters label {
        margin: 0;
        font-size: 0.875em;
        text-transform: none; }
  #content .villas-serp-footer {
    margin-top: 1em; }
    #content .villas-serp-footer .pagination {
      margin-left: auto;
      margin-right: auto;
      /*
      float: right;
      @media only screen and (max-width: $break-medium) {
      	float: none;
      }
      */ }
  #content .villas-serp .villas-serp-item {
    position: relative;
    background: #fff;
    border: 1px solid #ddd;
    padding: 1em;
    margin: 0.5em 0; }
    #content .villas-serp .villas-serp-item h4 {
      margin: 0; }
    #content .villas-serp .villas-serp-item h5 {
      margin: 0; }
    #content .villas-serp .villas-serp-item p {
      margin-top: 1em;
      margin-bottom: 0; }
    #content .villas-serp .villas-serp-item a.button {
      position: absolute;
      bottom: 1em;
      right: 1em;
      margin: 0;
      width: 15%; }
    #content .villas-serp .villas-serp-item .info-table > .row {
      border-top: none;
      border-bottom: none; }
    #content .villas-serp .villas-serp-item .info-table div.columns {
      padding-top: 0;
      padding-bottom: 0; }
    #content .villas-serp .villas-serp-item .info-table .qty0 {
      display: none !important; }
    #content .villas-serp .villas-serp-item img {
      width: 93%; }
    #content .villas-serp .villas-serp-item .photo,
    #content .villas-serp .villas-serp-item .details {
      position: relative; }
    #content .villas-serp .villas-serp-item .tagline {
      position: absolute;
      bottom: 0;
      left: 0;
      background: #000;
      background: rgba(0, 0, 0, 0.7);
      color: #fff;
      width: 93%;
      text-align: center; }
  @media only screen and (max-width: 767px) {
    #content .villas-serp .villas-serp-item {
      padding-bottom: 0; }
      #content .villas-serp .villas-serp-item h4 {
        margin-top: 1em;
        font-weight: bold; }
      #content .villas-serp .villas-serp-item h5 {
        margin-bottom: 1em; }
      #content .villas-serp .villas-serp-item p.summary {
        padding-right: 0;
        width: 100%; }
      #content .villas-serp .villas-serp-item a.button {
        position: static;
        margin: 1em 0;
        width: 100%; }
      #content .villas-serp .villas-serp-item img,
      #content .villas-serp .villas-serp-item .tagline {
        width: 100%; }
      #content .villas-serp .villas-serp-item .specials-small {
        position: absolute;
        width: 30;
        text-align: right;
        top: 0;
        right: 0;
        z-index: 100; } }
  #content .climate {
    margin: 1em 0;
    font-size: 1.2em;
    padding-bottom: 1em; }
    #content .climate .temperatures {
      padding-left: 1em;
      border-left: 1px solid #eee;
      position: relative;
      padding-top: 0.5em;
      padding-bottom: 1em; }
    #content .climate .temperature {
      font-size: 2.3em;
      line-height: 1.1em;
      position: relative;
      top: 0.35em;
      padding-left: 0.25em;
      padding-right: 0.25em; }
    #content .climate p, #content .climate h5 {
      margin: 0; }
    #content .climate .row {
      padding-bottom: 0;
      padding-top: 0; }
    #content .climate h4 {
      border-bottom: 1px solid #eee;
      margin: 0;
      padding-bottom: 0.25em; }
    #content .climate h5 {
      text-transform: none;
      font-size: 1em;
      color: #444; }
    #content .climate img {
      margin-top: 1em; }
  #content .map-destinations .map-destinations-list {
    list-style: none; }
    #content .map-destinations .map-destinations-list li {
      list-style: none;
      padding: 0.75em 0.5em 0.75em 2.5em;
      border-bottom: 1px solid #eee;
      display: block;
      margin: 0;
      background: white url(images/map-marker.png) 10px 10px no-repeat; }
      #content .map-destinations .map-destinations-list li a.title {
        font-weight: bold;
        color: #333333; }
      #content .map-destinations .map-destinations-list li a.title:hover {
        text-decoration: underline; }
      #content .map-destinations .map-destinations-list li small {
        font-size: 0.7em;
        float: right; }
      #content .map-destinations .map-destinations-list li a.special {
        font-size: 0.875em; }
  #content #sidebar h2.subheader {
    margin-bottom: 0; }

#content-foot {
  /* similar villas you might also like */
  background: #fff;
  padding-top: 1em;
  margin-top: 1em;
  padding-bottom: 2em;
  box-shadow: 0 -2px 3px rgba(0, 0, 0, 0.2); }
  #content-foot h4 {
    color: #9e822c;
    font-weight: normal;
    margin: 0.25em 0 0 0; }
  #content-foot h5 {
    margin: 0 0 2em 0;
    color: #333333; }
  #content-foot .view-more p,
  #content-foot .view-more div {
    border-bottom: 1px solid #ddd;
    margin: 0;
    padding: 0.75em 0; }
  #content-foot .view-more p:first-child,
  #content-foot .view-more div:first-child {
    border-top: 1px solid #ddd; }

.pages-block-grid li {
  padding-top: 0;
  padding-bottom: 0; }

body.template-villa #content-foot {
  background: #efefef; }

.content {
  padding-left: 1em;
  padding-right: 1em;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  background: #fff; }
  @media only screen and (max-width: 767px) {
    .content {
      padding: 0;
      background: none; } }

.nobg {
  background: none; }

.content.nobg {
  padding-bottom: 0;
  padding-top: 0; }
  @media only screen and (max-width: 767px) {
    .content.nobg {
      padding-left: 0;
      padding-right: 0; } }

.content.bordered {
  border: 2px solid #e4e4e4; }

.align-right {
  text-align: right; }

.align-center {
  text-align: center; }

.border-top {
  border-top: 1px solid #9e822c; }

.border-bottom {
  border-bottom: 1px solid #9e822c; }

.disclaimer {
  font-family: Georgia, serif;
  font-style: italic;
  font-size: 0.875em;
  color: #777; }

.centered-text {
  text-align: center; }

.full-width {
  width: 100%; }

.special {
  color: #92252d; }

.MarkupGoogleMap img {
  /* fixes issue with Google Maps and Foundation max-width setting */
  max-width: none; }

@media only screen and (max-width: 767px) {
  /* ensures the map can be scrolled without zooming at mobile res */
  .wrap-map {
    border: 1em solid #fff; } }
.qty,
.qty0 {
  display: none; }

.body-nav a {
  font-size: 1.6em; }

/*************************************************/
body.bg-photo {
  background: #efefef; }

body.bg-photo #wrap-content {
  position: relative;
  background: none;
  z-index: 96; }
  body.bg-photo #wrap-content #content {
    background: #efefef;
    /*padding-top: 1em;*/ }
  body.bg-photo #wrap-content #headline {
    background: none;
    min-height: 419px; }
    @media only screen and (max-width: 767px) {
      body.bg-photo #wrap-content #headline {
        min-height: 0; } }
    body.bg-photo #wrap-content #headline h1 {
      margin-top: 10px;
      color: #fff;
      font-size: 4em;
      text-align: center;
      text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3); }
      @media only screen and (max-width: 767px) {
        body.bg-photo #wrap-content #headline h1 {
          font-size: 3em; } }
      @media only screen and (max-width: 500px) {
        body.bg-photo #wrap-content #headline h1 {
          font-size: 2em; } }
    body.bg-photo #wrap-content #headline form.villa-search-pop {
      position: relative;
      z-index: 96;
      margin: 0 auto;
      width: 325px;
      min-width: 250px;
      max-width: 400px;
      min-height: 205px;
      /*
      background: #fff;
      background: rgba(255,255,255,0.90);
      */
      background: #000;
      background: rgba(0, 0, 0, 0.6);
      padding: 5px 25px 0 25px;
      border-top: 45px solid #232323;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      border-radius: 3px;
      box-shadow: 0 0 10px rgba(255, 255, 255, 0.4); }
      @media only screen and (max-width: 767px) {
        body.bg-photo #wrap-content #headline form.villa-search-pop {
          box-shadow: none; } }
      body.bg-photo #wrap-content #headline form.villa-search-pop h4 {
        /*
        color: $link-color;
        text-shadow: 1px 1px 3px #fff;
        */
        color: #fff;
        text-transform: uppercase;
        letter-spacing: 2px;
        font-weight: normal;
        white-space: nowrap;
        margin-top: -40px;
        margin-bottom: 0.5em;
        padding-bottom: 0.35em;
        text-align: center;
        font-size: 1.3em; }
      body.bg-photo #wrap-content #headline form.villa-search-pop .dropdown {
        margin: 0.5em 0; }
      body.bg-photo #wrap-content #headline form.villa-search-pop button {
        width: 100%;
        width: 273px;
        font-size: 22px;
        height: 35px;
        padding: 0; }
      body.bg-photo #wrap-content #headline form.villa-search-pop select {
        -webkit-appearance: menulist-button;
        margin: 0 0 10px 0; }
    body.bg-photo #wrap-content #headline form.villa-search-pop.closed h4 {
      color: #4d4d4d; }
    body.bg-photo #wrap-content #headline .tab-links {
      margin-top: 0; }
  body.bg-photo #wrap-content .subhead h2 {
    margin: 0; }
  body.bg-photo #wrap-content .subhead p {
    margin: 0; }

body.template-destination #wrap-content .subhead {
  padding-bottom: 1em; }

.bg-photo h1.primary {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-size: 4em;
  font-weight: normal; }

button.small,
.button.small {
  font-size: 1em;
  padding-top: 0.3em;
  padding-bottom: 0.3em; }

button.prefix,
button.postfix {
  padding: 0; }

a.button.agent-notes-button {
  float: right;
  margin: 2em 0 1em 0;
  color: #173d62;
  background: #9ac5e8;
  border: none; }

ul.fixed-tabs {
  position: fixed;
  bottom: 153px;
  top: auto;
  right: 0;
  z-index: 9999;
  display: none;
  /*
  body.desktop.template-villas-destination,
  body.desktop.template-destination,
  body.desktop.template-specials-destination,
  body.desktop.template-villas-region,
  */ }
  body.desktop ul.fixed-tabs {
    display: block;
    top: 55%; }
  body.template-home ul.fixed-tabs, body.template-villa ul.fixed-tabs {
    display: none; }
  ul.fixed-tabs #fixed-tab-top {
    display: none; }
  ul.fixed-tabs li {
    list-style: none;
    text-align: center;
    padding: 0;
    width: 100px;
    max-width: 100px;
    display: block;
    font-size: 0.875em;
    line-height: 1.2em;
    margin-bottom: 0.5em; }
  ul.fixed-tabs i {
    font-size: 30px;
    display: block; }
  ul.fixed-tabs a {
    display: block;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    background: #ac822a;
    background: rgba(173, 130, 42, 0.9);
    color: #fff;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.5); }
    ul.fixed-tabs a:hover {
      background: #ac822a; }
  ul.fixed-tabs a.fixed-tab-top {
    background: #989898; }
    ul.fixed-tabs a.fixed-tab-top:hover {
      background: #777; }

body.template-special #wrap-headline {
  background: #efefef; }
  body.template-special #wrap-headline h1 {
    border-bottom: 1px solid #9e822c; }

/*
body.desktop.template-villa,
body.desktop.template-special {
	ul.fixed-tabs {
		display: bloc/k;
	}
}
*/
.inline-nav small {
  color: #999;
  padding-left: 0.25em;
  padding-right: 0.25em; }

.agent-content {
  border: 10px solid #9ac5e8;
  margin-bottom: 2em;
  padding: 0.5em; }
  .agent-content h1, .agent-content h2, .agent-content h3, .agent-content h4 {
    color: #173d62; }
  .agent-content h3 {
    color: #70addf;
    border-bottom: 1px solid #9ac5e8; }

ul.pagination li a {
  /* foundation doesn't provide this, so we added it here */
  background: #bbb; }

ul.pagination .arrow a {
  background: none;
  color: #9e822c;
  font-size: 28px;
  line-height: 28px; }
  ul.pagination .arrow a:hover {
    color: #fff; }

#modal-form {
  border: 3px solid #e6c38b; }

#modal-subscribe-form {
  width: 600px;
  height: 440px;
  background: #00125A url(/site/templates/styles/images/Email_Overlay_BG.jpg) no-repeat center top;
  border: none;
  padding: 35px; }
  #modal-subscribe-form h3 {
    border: none;
    color: #fff;
    font-size: 38px;
    line-height: 40px;
    letter-spacing: 3px;
    text-align: center;
    text-shadow: 0px 0px 2px rgba(0, 0, 0, .75); }
  #modal-subscribe-form #content {
    max-width: 470px;
    margin: 0 auto; }
  #modal-subscribe-form #content p {
    color: #fff;
    font-size: 16px;
    line-height: 22px;
    text-shadow: 0px 0px 2px rgba(0, 0, 0, .75); }
  #modal-subscribe-form #wrap_Inputfield_agent, 
  #modal-subscribe-form #wrap_Inputfield_agent label {
    color: #fff;
    font-size: 16px;
    line-height: 22px;
    text-shadow: 0px 0px 2px rgba(0, 0, 0, .75); }
    #modal-subscribe-form #wrap_Inputfield_agent label  {
      text-transform: uppercase; }
    #modal-subscribe-form #wrap_Inputfield_agent .InputfieldContent {
      font-size: 14px; }

#modal-interstitial {
  padding: 0;
  width: 650px; }

/* IH Interstitial Modal */
#ih-interstitial-modal {
  position: relative;
  width: 100%;
  height: 595px;
  background: #075BA5 url(/site/templates/styles/images/IH_Interstitial_BGimage.jpg) no-repeat center top;
  text-align: center;
  border-color: #BBB; }
  #ih-interstitial-modal #interstitial-vodlogo {
    width: 100%;
    padding-top: 25px; }
  #ih-interstitial-modal #content {
    margin: 0 auto;
    padding: 1em 0;
    background-color: transparent;
    color: #FFF;
    font-size: .9em;
    line-height: 1.3em;
    font-family: Helvetica, Arial, sans-serif; }
  #ih-interstitial-modal #content,  #ih-interstitial-modal #interstitial-bottom {
    width: 70%; }
  #ih-interstitial-modal #interstitial-intro {
    border-bottom: 1px solid #FFF;
    margin: 1.2em 1em;
    font-size: 1.2em;
    font-family: 'Avenir LT', Helvetica, Arial, sans-serif;
    font-weight: bold;
    line-height: 1.4em; }
  #ih-interstitial-modal #content p {
    color: #FFF;
    font-size: 0.99em;
    font-family: Helvetica, Arial, sans-serif;
    line-height: 1.3em;
    text-align: left; }
  #ih-interstitial-modal #interstitial-ihlogo {
    margin: 0.75em 0 1em 0; }
  #ih-interstitial-modal #interstitial-bottom {
    position: absolute;
    bottom: 1.75em;
    font-size: 1em; }
    #ih-interstitial-modal #interstitial-bottom #interstitial-bottom-copy {
      margin: 0 auto; }
  #ih-interstitial-modal #interstitial-close a {
    position: relative;
    top: 1em;
    left: 0;
    right: 0;
    padding-left: 40px;
    padding-right: 40px;
    height: 37px;
    background-color: #aa802c;
    color: #FFF;
    font-size: 1.125em; }
  #ih-interstitial-modal #interstitial-close a:hover {
    background-color: #816122; }
  #ih-interstitial-modal .close-reveal-modal {
    font-size: 2em;
    right: 0.2em; }

  @media only screen and (max-width: 649px) {
    #modal-subscribe-form {
      padding: 35px;
      width: auto;
      height: auto; }
    #modal-interstitial {
      padding: inherit;
      width: auto; }
      #ih-interstitial-modal {
        background-image: none;
        height: auto;
        padding: 10px 0 1em 0; }
      #ih-interstitial-modal #interstitial-vodlogo {
        border-top: 5px solid #075BA4;
        padding: 15px 0;
        background-color: #333333; }
      #ih-interstitial-modal #content,  #ih-interstitial-modal #interstitial-bottom {
        width: auto; }
      #ih-interstitial-modal #content {
        padding: 0 15px !important; }
      #ih-interstitial-modal #interstitial-bottom {
        position: inherit;
        padding-top: 5px; }
        #ih-interstitial-modal #interstitial-bottom #interstitial-bottom-copy {
          width: auto; }
  }

.page-2013 #subscribe-no-thanks {display:none;}

body.template-villa #content h4,
body.template-villa #content h4 strong,
body.template-villa p.villa-tagline {
  font-family: Georgia, serif;
  font-style: italic;
  font-weight: normal;
  text-transform: none;
  color: #777; }
body.template-villa p.villa-tagline {
    font-size: 1.4375em;
	line-height: 1.4;
	margin-top: 0.2em;
    margin-bottom: 0.5em;	
}
body.template-villa h2.villa-location-link {
	font-size:1em;
	line-height:1em;
	color:#333;
	font-weight:normal;
	text-decoration: none;
	
}
.tab-content {
  padding: 1em;
  background: #EFEFEF;
  margin-bottom: 2em;
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2); }

body.mobile .tab-content {
  background: #fff;
  padding: 0;
  box-shadow: none;
  margin-top: 6px; }

#wrap-content .tab-links li {
  max-width: 300px; }

table.rates {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  padding: 0.5em;
  border: 7px solid #fff; }
  table.rates th {
    padding-top: 1em;
    padding-bottom: 1em;
    vertical-align: bottom; }
    table.rates th select {
      margin: 0; }
  table.rates td {
    vertical-align: middle;
    padding-top: 1em;
    padding-bottom: 1em; }
    table.rates td a.button {
      margin: 0; }
  table.rates .cost {
    font-size: 1.1em;
    font-family: Georgia, serif; }
  table.rates .currency-other {
    display: none; }
  table.rates tr.new-date td {
    border-top: 1px solid #ccc; }

html.js .fotorama a img {
  /* prevent tall stacked grid of photos in an FOUC */
  display: none; }

#content .info-table div.columns + div.social-links {
  padding-top: 5px;
  border-left: none;
  text-align: left; }

#content .fotorama__caption__wrap {
  background: #000;
  background: rgba(0, 0, 0, 0.7);
  font-family: "Avenir LT W01 55 Roman", sans-serif;
  color: #fff; }

.Caption {
  /* jquerycollageplus */
  display: none !important; }

#CommentForm {
  display: none; }

#footer-search {
  background: #ccc;
  margin: 0;
  padding-top: 1em; }

footer {
  margin: 0;
  background: #292929;
  color: #fff;
  padding-top: 2em; }
  footer #footer {
    padding-top: 1em;
    border-top: 1px solid #aa802c;
    border-bottom: 1px solid #aa802c; }
    footer #footer p {
      font-size: 1.1em; }
  footer a {
    color: #fff; }
  footer p {
    margin: 0.5em 0; }
  footer h5 {
    color: #ccc;
    text-transform: uppercase;
    font-weight: bold; }
  footer p.footer_column_heading {
  	color: #ccc;
    text-transform: uppercase;
    font-weight: bold;
	font-size:1em !important; 
	line-height:21px;
	padding:0;
	margin:0;
	text-rendering: optimizeLegibility;
	font-family: "Avenir LT W01 55 Roman", sans-serif;	
  }
  footer .social,
  footer .contact {
    padding-bottom: 2em;
    /*
    i {
    	font-size: 25px; 
    	position: relative;
    	top: 6px; 
    	margin-right: 0.25em; 
    	color: #999; 
    }
    */ }
  footer i.fa {
    color: #999; }
  footer i.fa-inverse {
    color: #222; }
  footer #copyright {
    text-align: center; }
    footer #copyright span {
      color: #777;
      margin-left: 0.5em;
      margin-right: 0.5em; }

body.template-home form.villa-search-pop {
  z-index: 10; }
body.template-home h1.centered-text {
  color: #777; }
body.template-home #wrap-bg-photo {
  position: absolute;
  height: 650px; }
  body.template-home #wrap-bg-photo img {
    min-width: auto; }
body.template-home #headline {
  position: relative;
  z-index: 0;
  padding-top: 100px;
  height: 524px; }
body.template-home .bg-label,
body.template-home #bg-label {
  position: absolute;
  /*bottom: 1em;*/
  top: 550px;
  right: 0;
  white-space: nowrap;
  background: #000;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  padding: 0.5em 1em 0.7em 1em;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  z-index: 9999999; }
  body.template-home .bg-label i,
  body.template-home #bg-label i {
    float: right;
    margin-left: 2em;
    position: relative;
    top: 0.7em; }
body.template-home .bg-nav,
body.template-home #bg-nav {
  position: absolute;
  bottom: 1em;
  left: 0;
  white-space: nowrap;
  background: #fff;
  background: rgba(255, 255, 255, 0.4);
  color: #fff;
  padding: 0.5em 1em;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  font-size: 1.4em; }
  body.template-home .bg-nav a,
  body.template-home #bg-nav a {
    color: #fff; }
  body.template-home .bg-nav a + a,
  body.template-home #bg-nav a + a {
    padding-left: 0.5em; }
  body.template-home .bg-nav i,
  body.template-home #bg-nav i {
    color: rgba(255, 255, 255, 0.3); }
  body.template-home .bg-nav i.on,
  body.template-home #bg-nav i.on {
    color: #fff; }
body.template-home h1.butt {
  background: #000;
  color: #fff;
  margin: 0;
  padding: 0.5em 0;
  /*
  font-size: 1em; 
  font-family: Georgia, serif;
  font-style: italic;
  */
  font-size: 12px;
  font-weight: normal;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px; }
  body.template-home h1.butt a {
    color: #9e822c; }
    body.template-home h1.butt a:hover {
      text-decoration: underline; }
body.template-home .carousel {
  margin: 1em 0; }
  body.template-home .carousel .carousel-item .carousel-img {
    position: relative;
    display: block; }
    body.template-home .carousel .carousel-item .carousel-img .special {
      position: absolute;
      top: 1em;
      right: 1em; }
    body.template-home .carousel .carousel-item .carousel-img img {
      width: 100%; }
  body.template-home .carousel .carousel-item .carousel-img-bordered {
    padding: 6px;
    border: 1px solid #ccc;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    background: #fff; }
  body.template-home .carousel .carousel-item h2 {
    font-family: Georgia, serif;
    color: #9e822c;
    font-size: 1.6em;
    line-height: 1.2em; }
  body.template-home .carousel .carousel-item p {
    line-height: 1.2em; }
    body.template-home .carousel .carousel-item p em {
      color: #9e822c;
      font-family: Georgia, serif;
      font-style: italic; }
  body.template-home .carousel .carousel-item .button {
    width: 100%; }
body.template-home .carousel-headline {
  padding-left: 0.25em;
  padding-right: 0.25em; }
body.template-home .carousel-nav {
  margin: 0 0.25em 0 0.25em;
  color: #aaa; }
  body.template-home .carousel-nav:hover {
    color: #9e822c; }
  body.template-home .carousel-nav:active {
    color: #333333; }
body.template-home #wrap-secondary-carousel {
  margin-top: 2em;
  padding-bottom: 2em;
  background: #ddd; }
  body.template-home #wrap-secondary-carousel h1 {
    margin: 0.75em 0 0.5em 0; }
body.template-home #secondary-carousel .carousel-item {
  position: relative;
  background: #fff;
  padding: 0.75em;
  border: 1px solid #ccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding-bottom: 3em; }
  body.template-home #secondary-carousel .carousel-item a.button {
    /*position: absolute;*/
    width: 80%;
    /*bottom: 1em;
    left: 10%;*/
    margin-bottom: 0; }
body.template-home #secondary-carousel #secondary-carousel-large {
  width: 100%; }
body.template-home #secondary-carousel #secondary-carousel-small {
  margin-left: auto;
  margin-right: auto;
  width: 97%; }
  body.template-home #secondary-carousel #secondary-carousel-small .carousel-row,
  body.template-home #secondary-carousel #secondary-carousel-small .carousel-item {
    width: 100%; }
body.template-home #experience {
  background: #454545;
  padding-top: 1em;
  padding-bottom: 1em; }
  body.template-home #experience img {
    width: 50%;
    max-width: 165px;
    display: block;
    margin: 1em auto 3em auto; }
  body.template-home #experience h1 {
    margin-bottom: 0; }
  body.template-home #experience h2 {
    margin-top: 0; }
  body.template-home #experience h1, body.template-home #experience h2, body.template-home #experience h3, body.template-home #experience h4, body.template-home #experience h5 {
    color: #99c4e7; }
  body.template-home #experience h2 {
    font-size: 1.6em;
    color: #ddd; }
  body.template-home #experience h2, body.template-home #experience h3 {
    font-family: Georgia, serif; }
  body.template-home #experience h3 {
    font-style: italic;
    font-size: 2em; }
  body.template-home #experience h4 {
    margin-bottom: 0;
    padding-right: 16px;
    padding-left: 16px; }
  body.template-home #experience p {
    margin-top: 0;
    color: #fff;
    padding-right: 16px;
    padding-left: 16px;
    line-height: 1.3em; }
  body.template-home #experience a {
    color: #ebb23f; }
    body.template-home #experience a:hover {
      text-decoration: underline; }
body.template-home .contentSlider {
  width: 100%;
  background: none;
  color: #333333; }
  body.template-home .contentSlider .rsOverflow,
  body.template-home .contentSlider .rsSlide,
  body.template-home .contentSlider .rsVideoFrameHolder,
  body.template-home .contentSlider .rsThumbs {
    background: none;
    color: #333333; }
  body.template-home .contentSlider img {
    max-width: 100%;
    height: auto;
    display: block; }
  body.template-home .contentSlider .rsNav {
    position: absolute;
    top: -0.5em;
    bottom: auto; }
  body.template-home .contentSlider .rsBullets {
    background: none; }
  body.template-home .contentSlider .rsBullet {
    height: 16px; }
  body.template-home .contentSlider .rsBullet span {
    background: rgba(0, 0, 0, 0.25); }
  body.template-home .contentSlider .rsNavSelected span {
    background: rgba(0, 0, 0, 0.9); }
body.template-home .content-slider-bg {
  width: 86%;
  padding: 24px 7%;
  background: none; }
body.template-home #primary-carousel .rsArrowLeft {
  left: 1em; }
  body.template-home #primary-carousel .rsArrowLeft .rsArrowIcn {
    top: 8.5em; }
body.template-home #primary-carousel .rsArrowRight {
  left: 3.5em;
  right: auto; }
  body.template-home #primary-carousel .rsArrowRight .rsArrowIcn {
    top: 8.5em;
    right: auto; }
body.template-home #secondary-carousel .rsNav {
  top: -2em; }
body.template-home #secondary-carousel .rsArrowLeft {
  left: 1em; }
  body.template-home #secondary-carousel .rsArrowLeft .rsArrowIcn {
    top: 3em; }
body.template-home #secondary-carousel .rsArrowRight {
  left: 3.5em;
  right: auto; }
  body.template-home #secondary-carousel .rsArrowRight .rsArrowIcn {
    top: 3em;
    right: auto; }
body.template-home #wrap-bg-photo {
  width: 100%;
  color: #333333; }
  body.template-home #wrap-bg-photo .coloredBlock {
    padding: 12px;
    background: rgba(255, 0, 0, 0.6);
    color: #FFF;
    width: 200px;
    left: 20%;
    top: 5%; }
  body.template-home #wrap-bg-photo .infoBlock {
    position: absolute;
    bottom: 4em;
    top: auto;
    right: 0;
    left: auto;
    max-width: 25%;
    padding-bottom: 0;
    background: #FFF;
    background: rgba(255, 255, 255, 0.8);
    overflow: hidden;
    padding: 10px; }
  body.template-home #wrap-bg-photo .infoBlockRightBlack {
    color: #FFF;
    background: #000;
    background: rgba(0, 0, 0, 0.75);
    padding-right: 1em;
    padding-left: 1em; }
  body.template-home #wrap-bg-photo .infoBlock h4 {
    color: #fff;
    margin: 0;
    line-height: 1.2em; }
  body.template-home #wrap-bg-photo .infoBlock p {
    font-size: 14px;
    margin: 0; }
  body.template-home #wrap-bg-photo .infoBlock a {
    color: #FFF;
    text-decoration: underline; }
  body.template-home #wrap-bg-photo .photosBy {
    position: absolute;
    line-height: 24px;
    font-size: 12px;
    background: #FFF;
    color: #000;
    padding: 0px 10px;
    position: absolute;
    left: 12px;
    bottom: 12px;
    top: auto;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    z-index: 25; }
  body.template-home #wrap-bg-photo .photosBy a {
    color: #000; }
  body.template-home #wrap-bg-photo .fullWidth {
    max-width: 1600px;
    margin: 0 auto 24px; }
  body.template-home #wrap-bg-photo .rsBullets {
    bottom: 25px; }
  body.template-home #wrap-bg-photo .rsArrowIcn {
    top: auto;
    bottom: 18px; }
  body.template-home #wrap-bg-photo .rsArrowLeft {
    left: auto;
    right: 45px; }
  body.template-home #wrap-bg-photo .rsArrowRight {
    right: 5px; }
  body.template-home #wrap-bg-photo .rsNav {
    background: none;
    text-align: left;
    padding: 0.25em;
    padding-left: 20px;
    line-height: 20px;
    width: 30%; }
body.template-home #wrap-bg-photo-large,
body.template-home #wrap-bg-photo-small {
  background: #000; }
@media screen and (min-width: 0px) and (max-width: 767px) {
  body.template-home #wrap-content #wrap-bg-photo-small {
    height: 300px;
    overflow: hidden; }
  body.template-home #wrap-content #headline {
    padding-top: 0;
    margin-top: 175px;
    padding-top: 20px;
    padding-bottom: 1em;
    height: 235px;
    background: #333; }
    body.template-home #wrap-content #headline form.villa-search-pop {
      background: none;
      width: 100%;
      padding-left: 15px;
      padding-right: 15px; }
      body.template-home #wrap-content #headline form.villa-search-pop h4 {
        color: #fff;
        text-shadow: none;
        font-size: 1.4em;
        position: relative;
        top: -0.3em; }
      body.template-home #wrap-content #headline form.villa-search-pop select {
        margin-bottom: 0.5em; }
      body.template-home #wrap-content #headline form.villa-search-pop button {
        width: 100%; } }
    @media only screen and (min-width: 0px) and (max-width: 767px) and (max-width: 767px) {
      body.template-home #wrap-content #headline form.villa-search-pop {
        border-color: transparent; } }

body.template-home.desktop #wrap-content #headline form.villa-search-pop {
  margin-left: 4em;
  margin-right: 0; }

#bg-photo-next,
#bg-photo-prev {
  position: absolute;
  top: 477px;
  right: 12px;
  width: 30px;
  height: 30px;
  display: block;
  background: transparent; }

#bg-photo-prev {
  right: 52px; }

#bg-photo-link {
  position: absolute;
  top: 375px;
  right: 0;
  height: 90px;
  width: 300px;
  background: transparent; }

#bg-photo-bull {
  position: absolute;
  top: 477px;
  left: 0;
  width: 100px;
  height: 30px;
  background: transparent; }

/*
body.template-home.mobile {

	#bg-nav,
	#bg-label{
		display: none;
	}
}

body.mobile-nav-open {
	#headline,
	#primary-carousel,
	#wrap-secondary-carousel,
	#bg-label {
		display: none; 
	}

	h1.butt {
		margin-top: 0.2em; 
	}
	
}
*/
body {
  -webkit-text-size-adjust: 100%;
  background: #292929;
  color: #333333;
  font-size: 0.9375em; }

body,
h1, h2, h3, h4, h5, h6,
table, td, th {
  font-family: "Avenir LT W01 55 Roman", sans-serif;
  font-weight: normal; }

strong {
  font-family: "Avenir LT W01 55 Roman", sans-serif;
  font-weight: bold; }

h1 strong,
h2 strong,
h3 strong,
h4 strong,
h5 strong,
h6 strong {
  font-family: "Avenir LT W01 55 Roman", sans-serif;
  font-weight: normal; }

small {
  font-size: 0.875em; }

h5,
.info-table em,
body.template-villa p.villa-location,
body.template-villa p.villa-features {
  font-weight: normal;
  font-size: 1em;
  font-style: normal;
  color: #777;
  text-transform: uppercase;
  margin: 0; }
body.template-villa #content h3.villa-ammenities,
body.template-villa #content h4.villa-ammenities {
    font-family: inherit;
    font-weight: normal;
    font-size: 1em;
    line-height: 1.6;
    margin: 0;
    text-rendering: optimizeLegibility;
	color:#555;
	border:0;
	display:inline;
	text-transform:initial;
	font-style:initial;
}

p.subheader {
	font-family: "Avenir LT W01 55 Roman",sans-serif;
    font-weight: normal;
	font-size: 1.6875em;
}

p.similar-villas {
	font-family: "Avenir LT W01 55 Roman",sans-serif;
	font-size: 2.3125em;
}
#content-foot p.similar-villas-name {
    color: #9e822c;
    font-weight: normal;
    margin: 0.25em 0 0 0;
    font-family: "Avenir LT W01 55 Roman", sans-serif;
	font-size: 1.4375em;
	line-height: 1.4;
}
#content-foot p.similar-villas-location {
    color: #333;
    font-weight: normal;
    margin: 0 0 2em 0;
    font-family: "Avenir LT W01 55 Roman", sans-serif;
	font-size: 1em;
	line-height: 1.4;
	text-transform: uppercase;
}
#content-foot a h3.similar-villas-view-more {
	color: #9e822c;
    font-weight: normal;
    display:inline;
	font-size: 1em;
	line-height: 1.6;
    font-family: "Avenir LT W01 55 Roman", sans-serif;
}
#content-foot a h3.similar-villas-view-more small {
	font-size: 0.875em;
	color:inherit;
}

.review-headline {
	font-family: Georgia,serif;
    font-style: italic;
    font-weight: normal;
    text-transform: none;
    color: #777;
	font-size: 1.4375em;
	line-height: 1.4;
	margin-top: 0.2em;
}
.review-reviewer {
	
	line-height: 1.4;
	font-weight: normal;
    font-size: 1em;
    font-style: normal;
    color: #777;
    text-transform: uppercase;
    margin: 0;
}
.review-description {

}


/*
 * TinyMCE alignment styles, for images placed in bodycopy
 *
 */
.align_left,
.align_right {
  display: block;
  margin: 1em 0; }

.align-center,
.align_center {
  display: block;
  margin: 1em auto; }

@media only screen and (min-width: 500px) {
  	/* 
   	 * Alignment classes active only when screen is big enough to make them practical.
   	 * In our case we've set 500px as our cutoff under which images no longer align,
   	 * but you may need to tweak that specific to your case.
   	 *
   	 */
  .align_left {
    float: left;
    margin: 0 1em 0.5em 0;
    position: relative;
    top: 5px; }

  .align_right {
    float: right;
    margin: 0 0 1em 1em;
    position: relative;
    top: 5px; } }
@media only screen and (max-width: 640px) {
  #footer > div.columns {
    border-bottom: 1px solid #9e822c;
    margin-bottom: 1em; }

  footer #footer {
    border-bottom: none; } }
.image_caption small {
  display: block;
  color: #666; }

#PWPC {
  display: none; }

body.ProCache #PWPC {
  display: block;
  color: #444; }

/*
 * single select
 *
 */
#footer-search select,
#sort-widget select,
.search-filters select {
  margin-top: 0.4em; }

/*
 * Multiselect scrollbars forced for webkit
 *
 */
.ms-drop > ul::-webkit-scrollbar,
ul.map-destinations-list::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 7px; }

.ms-drop > ul::-webkit-scrollbar-thumb,
ul.map-destinations-list::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.5); }

/****** STUFF TO MOVE TO SEPARATE FILES *********/
button, .button {
  box-shadow: none;
  -webkit-box-shadow: none;
  border: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }

body.mobile-nav-open #wrap-bg-photo,
body.mobile-nav-open #wrap-content {
  display: none; }

/*
 * MVC custom styles
 *
 */
body.mvcowner footer #copyright #PWPC { 
  display: none !important; }
body.mvcowner #wrap-masthead #company-logo {
  width: 375px; }
body.mvcowner footer #copyright {
  padding: 0 1em 1em 1em; }
  body.mvcowner footer #copyright #MVClegal small {
    font-size: .75em; }

body.mvcowner #logo-container {width: 375px; height: 57px;}

/*
 * Travel Impressions custom styles
 *
 */
body.travimp #wrap-masthead #company-logo {
  width: 450px; }

body.travimp #logo-container {width: 450px; height: 53px;}
/*
 * Subdomain custom styles
 *
 */
body.subdomain .hideifsubdomain,
body.subdomain #inquiry-phone { 
  display: none !important; }
