/*
	Theme Name: Wonderful Properties
	Version: 1.0.0
	Author: Wonderful Co.
	Author URI: http://letsgetwonderful.com
	
	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */

*,
*:after,
*:before {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

/* html element 62.5% font-size for REM use */

html {
    font-size: 62.5%;
}

body {
    font: 300 11px/1.4 'Futura', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: #444;
}

/* clear */

.clear:before,
.clear:after {
    content: ' ';
    display: table;
}

.clear:after {
    clear: both;
}

.clear {
    *zoom: 1;
}

img {
    max-width: 100%;
    vertical-align: bottom;
}

a {
    color: #444;
    text-decoration: none;
}

a:hover {
    color: #444;
}

a:focus {
    outline: 0;
}

a:hover,
a:active {
    outline: 0;
}

input:focus {
    outline: 0;
    border: 1px solid #04A4CC;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrapper */

.wrapper {
    max-width: 1280px;
    width: 90%;
    margin: 0 auto;
    position: relative;
}

/* header */

.header {}

/* logo */

.logo {}

.logo-img {}

/* nav */

.nav {}

/* sidebar */

.sidebar {}

/* footer */

.footer {}

/*------------------------------------*\
    PAGES
\*------------------------------------*/

.default-contact-content {
    font-size: 16px;
    width: 38%;
    float: right;
}

.default-contact-error {
    border-top: 1px #dc645b solid;
    background-color: #cb2e22;
    color: #fff;
    font-size: 18px;
    text-shadow: 0 1px 0 #56211d;
    margin-bottom: 20px;
    padding: 10px 20px;
    text-align: center;
    -webkit-box-shadow: 0px 1px 3px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0px 1px 3px rgba(50, 50, 50, 0.75);
    box-shadow: 0px 1px 3px rgba(50, 50, 50, 0.75);
    display: none;
}

.default-contact-form {
    width: 60%;
    float: left;
}

.default-contact-form .form-item {
    margin-bottom: 10px;
}

.default-contact-form .form-item input[type=text],
.default-contact-form .form-item textarea {
    border: 0;
    background-color: transparent;
    font-size: 16px;
    display: block;
    width: 100%;
    padding: 0;
    outline: none;
}

.default-contact-form .form-item label {
    font-size: 16px;
    text-shadow: 0 1px 0 #fff;
    margin-bottom: 3px;
    display: block;
}

.default-contact-form .form-item textarea {
    height: 200px;
}

.default-contact-form .form-item .text,
.default-contact-form .form-item .textarea {
    background-color: #fff;
    padding: 10px;
    -webkit-box-shadow: 0px 1px 3px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0px 1px 3px rgba(50, 50, 50, 0.75);
    box-shadow: 0px 1px 3px rgba(50, 50, 50, 0.75);
}

.default-contact-success {
    border-top: 1px #6caf6c solid;
    background-color: #398f39;
    color: #fff;
    font-size: 18px;
    text-shadow: 0 1px 0 #185118;
    margin-bottom: 20px;
    padding: 10px 20px;
    text-align: center;
    -webkit-box-shadow: 0px 1px 3px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0px 1px 3px rgba(50, 50, 50, 0.75);
    box-shadow: 0px 1px 3px rgba(50, 50, 50, 0.75);
    display: none;
}

.default-content-block {
    margin-top: 40px;
}

.default-content-block:first-child {
    margin-top: 0;
}

.default-content-block .block-image {
    border: 10px #fff solid;
    -webkit-box-shadow: 0px 1px 3px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0px 1px 3px rgba(50, 50, 50, 0.75);
    box-shadow: 0px 1px 3px rgba(50, 50, 50, 0.75);
}

.default-content-block .block-image img {
    width: 100%;
}

.default-content-block.col-2-image-text .block-image {
    width: 66.6666%;
    float: left;
}

.default-content-block.col-2-image-text .block-text {
    width: 30%;
    float: right;
}

.default-content-block.col-2-text-image .block-image {
    width: 66.6666%;
    float: right;
}

.default-content-block.col-2-text-image .block-text {
    width: 30%;
    float: left;
}

.default-details-column {
    width: 48%;
    float: left;
}

.default-details-column:first-child {
    margin-right: 2%;
}

.default-details-column table {
    border: 1px #666 solid;
    background-color: #fff;
    width: 100%;
}

.default-details-column td {
    font-size: 14px;
    padding: 5px 10px;
}

.default-details-column td:first-child {
    background-color: #f4f4f4;
}

.default-details-column td .na {
    color: #999;
    font-style: italic;
}

.default-details-column tr {
    border-top: 1px #666 solid;
}

.default-details-column tr:first-child {
    border-top: 0;
}

.default-editorial-price {
    font-family: 'MissionScript';
    font-size: 35px;
    font-weight: normal;
    text-shadow: 0 1px 0 #fff;
    margin: 40px 0 20px 0;
    padding: 0;
}

.default-footer {
    border-top: 1px #cbcaca solid;
    background-color: #444444;
    background-image: url('img/templates/default/grain-pattern.png');
    padding: 40px 0;
    -webkit-box-shadow: 0px 0px 5px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0px 0px 5px rgba(50, 50, 50, 0.75);
    box-shadow: 0px 0px 5px rgba(50, 50, 50, 0.75);
    position: relative;
    z-index: 150;
}

.default-footer .copyright {
    color: #fff;
    font-size: 16px;
    text-shadow: 0 -1px 0 #000;
    text-align: center;
}

.default-gallery-image {
    border: 10px #fff solid;
    background-position: center center;
    background-size: cover;
    height: 250px;
    margin: 5px;
    opacity: 0.9;
    position: relative;
    -webkit-box-shadow: 0px 1px 3px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0px 1px 3px rgba(50, 50, 50, 0.75);
    box-shadow: 0px 1px 3px rgba(50, 50, 50, 0.75);
}

.default-gallery-image:hover {
    opacity: 1;
}

.default-gallery-image a {
    width: 100%;
    height: 100%;
    opacity: 0;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}

.default-gallery-image a:hover {
    background-image: url('img/templates/default/zoom-in.png');
    background-repeat: no-repeat;
    background-position: center center;
    opacity: 1;
}

.default-gallery-image-container {
    width: 33.3333%;
    float: left;
}

.default-gallery-section {
    padding: 5px;
}

.default-local-amenities {
    width: 48%;
    float: left;
}

.default-lower-section {
    background-color: #b2b4bc;
    background-image: url('img/templates/default/grain-pattern.png');
}

.default-lower-section h2 {
    font-family: 'MissionScript';
    font-size: 35px;
    font-weight: normal;
    text-shadow: 0 1px 0 #fff;
    margin: 0 0 20px 0;
    padding: 0;
}

.default-main-content {
    margin-left: 185px;
    position: relative;
    z-index: 501;
    -webkit-box-shadow: 0px 1px 3px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0px 1px 3px rgba(50, 50, 50, 0.75);
    box-shadow: 0px 1px 3px rgba(50, 50, 50, 0.75);
}

.default-main-nav {
    border-top: 1px #48484e solid;
    border-bottom: 1px #afafba solid;
    list-style: none;
    width: 185px;
    padding: 0;
    margin: 40px 0 0 0;
}

.default-main-nav.collapsed {
    width: auto;
}

.default-main-nav a {
    background-repeat: no-repeat;
    background-position: 10px center;
    display: block;
    height: 60px;
    min-width: 45px;
}

.default-main-nav a:hover {
    background-color: rgba(0, 0, 0, 0.2);
}

.default-main-nav a.about {
    background-image: url('img/templates/default/nav-icon-about.png');
}

.default-main-nav a.contact {
    background-image: url('img/templates/default/nav-icon-contact.png');
}

.default-main-nav a.details {
    background-image: url('img/templates/default/nav-icon-details.png');
}

.default-main-nav a.gallery {
    background-image: url('img/templates/default/nav-icon-gallery.png');
}

.default-main-nav a.home {
    background-image: url('img/templates/default/nav-icon-home.png');
}

.default-main-nav a.local {
    background-image: url('img/templates/default/nav-icon-local.png');
}

.default-main-nav a span {
    color: #f0f0f7;
    font-size: 16px;
    line-height: 60px;
    text-shadow: 0 1px 0 #414550;
    text-transform: uppercase;
    margin-left: 45px;
}

.default-main-nav a:hover span {
    color: #fff;
}

.default-main-nav.collapsed a {}

.default-main-nav.collapsed a span {
    display: none;
}

.default-main-nav li {
    border-top: 1px #afafba solid;
    border-bottom: 1px #48484e solid;
}

.default-main-nav-bar {
    background-color: #4f5359;
    background-image: url('img/templates/default/linen-pattern.jpg');
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 500;
}

.default-main-nav-bar.solid {
    background-color: #fff;
}

.default-main-nav-bar a.collapse {
    background-image: url('img/templates/default/nav-icon-collapse.png');
    background-repeat: no-repeat;
    background-position: 10px center;
    height: 60px;
    display: block;
    padding-left: 45px;
    position: absolute;
    bottom: 0;
    left: 0;
}

.default-main-nav-bar a.collapse span {
    color: #f0f0f7;
    font-size: 16px;
    text-shadow: 0 1px 0 #414550;
    text-transform: normal;
    line-height: 60px;
}

.default-main-nav-bar a.collapse.noresize {
    display: none;
}

.default-main-nav-bar a.uncollapse {
    background-image: url('img/templates/default/nav-icon-expand.png');
    background-repeat: no-repeat;
    background-position: 10px center;
    height: 60px;
    display: block;
    padding-left: 45px;
    position: absolute;
    bottom: 0;
    display: none;
}

.default-main-nav-bar a.uncollapse.noresize {
    display: none;
}

.default-main-nav-bar .main-nav-open {
    color: #fff;
    font-size: 16px;
    padding: 20px;
    text-align: center;
    text-transform: uppercase;
    display: none;
}

.default-main-nav-bar .main-nav-open:hover {
    text-decoration: underline;
}

.default-map {
    border: 10px #fff solid;
    width: 100%;
    height: 400px;
    -webkit-box-shadow: 0px 1px 3px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0px 1px 3px rgba(50, 50, 50, 0.75);
    box-shadow: 0px 1px 3px rgba(50, 50, 50, 0.75);
}

.default-map-frame {
    width: 50%;
    float: right;
}

.default-related-property-details {
    margin-top: 10px;
    text-align: center;
}

.default-related-property-details a {
    font-size: 18px;
    color: #444;
    text-shadow: 0 1px 0 #fff;
    white-space: nowrap;
}

.default-related-property-details a.sub {
    font-size: 16px;
}

.default-related-property-thumb {
    border: 10px #fff solid;
    background-position: center center;
    background-size: cover;
    height: 250px;
    display: block;
    position: relative;
    -webkit-box-shadow: 0px 1px 3px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0px 1px 3px rgba(50, 50, 50, 0.75);
    box-shadow: 0px 1px 3px rgba(50, 50, 50, 0.75);
}

.default-related-property-container {
    width: 33.3333%;
    float: left;
}

.default-related-property-content {
    border-top: 1px #fff solid;
    background-image: url('img/templates/default/trans-white.png');
    height: 350px;
    padding: 10px;
    margin: 5px;
    -webkit-box-shadow: 0px 1px 3px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0px 1px 3px rgba(50, 50, 50, 0.75);
    box-shadow: 0px 1px 3px rgba(50, 50, 50, 0.75);
}

.default-related-section {
    padding: 40px 0;
}

.default-slideshow {
    position: absolute !important;
    top: 0;
    left: 0;
    opacity: 0;
}

.default-slideshow,
.default-slideshow .default-slideshow-slide {
    width: 100%;
    height: 100%;
    z-index: 100;
}

.default-slideshow .default-slideshow-slide {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.default-slideshow-branding {
    background-image: url('img/templates/default/black-crisscross.png');
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 100;
    -webkit-box-shadow: 0px 1px 3px rgba(50, 50, 50, 0.5);
    -moz-box-shadow: 0px 1px 3px rgba(50, 50, 50, 0.5);
    box-shadow: 0px 1px 3px rgba(50, 50, 50, 0.5);
}

.default-slideshow-branding-image {
    display: table-cell;
    vertical-align: middle;
}

.default-slideshow-branding-image img {
    height: 50px;
}

.default-slideshow-branding-content {
    color: #fff;
    font-size: 16px;
    min-width: 300px;
    padding: 10px;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}

.default-slideshow-button {
    background-repeat: no-repeat;
    background-position: center center;
    width: 60px;
    height: 100%;
    display: none;
    position: absolute;
    top: 0;
    opacity: 0.7;
    display: none;
}

.default-slideshow-button:hover {
    opacity: 1;
}

.default-slideshow-button.next {
    background-image: url('img/templates/default/slideshow-next-button.png');
    right: 0;
}

.default-slideshow-button.prev {
    background-image: url('img/templates/default/slideshow-prev-button.png');
    left: 0;
}

.default-slideshow-content {
    width: 100%;
    padding: 190px 0 190px 0;
    position: relative;
    z-index: 101;
    text-align: center;
}

.default-slideshow-dimmer {
    background-color: rgba(0, 0, 0, 0.3);
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 101;
}

.default-slideshow-manual-button {
    background-image: url('img/templates/default/slideshow-manual-button.png');
    background-position: center center;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    margin: 0 3px;
    display: inline-block;
    opacity: 0.6;
}

.default-slideshow-manual-button.active {
    opacity: 1;
}

.default-slideshow-manual-buttons {
    width: 300px;
    margin-left: -150px;
    text-align: center;
    position: absolute;
    bottom: 20px;
    left: 50%;
    z-index: 501;
}

.default-slideshow-section {
    background-color: #ccc;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

.default-title {
    display: inline-block;
    position: relative;
}

.default-title h1 {
    color: #fff;
    font-family: 'MissionScript';
    font-size: 90px;
    font-weight: normal;
    text-align: center;
    text-shadow: 0 1px 3px #000;
    line-height: 100%;
    white-space: nowrap;
    padding: 0;
    margin: 0;
    position: relative;
    z-index: 101;
}

.default-title span {
    color: #fff;
    font-size: 30px;
    text-align: left;
    text-shadow: 0 1px 3px #000;
    text-transform: uppercase;
    white-space: nowrap;
    display: block;
    position: absolute;
    bottom: 100%;
    right: 0;
}

.default-title-container {
    margin: 0 auto;
    width: 70%;
}

.default-ui-button {
    border: 1px #fff solid;
    background: #e2e2e2;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2UyZTJlMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2RiZGJkYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iI2QxZDFkMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZWZlZmUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #e2e2e2 0%, #dbdbdb 50%, #d1d1d1 51%, #fefefe 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e2e2e2), color-stop(50%, #dbdbdb), color-stop(51%, #d1d1d1), color-stop(100%, #fefefe));
    background: -webkit-linear-gradient(top, #e2e2e2 0%, #dbdbdb 50%, #d1d1d1 51%, #fefefe 100%);
    background: -o-linear-gradient(top, #e2e2e2 0%, #dbdbdb 50%, #d1d1d1 51%, #fefefe 100%);
    background: -ms-linear-gradient(top, #e2e2e2 0%, #dbdbdb 50%, #d1d1d1 51%, #fefefe 100%);
    background: linear-gradient(to bottom, #e2e2e2 0%, #dbdbdb 50%, #d1d1d1 51%, #fefefe 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#fefefe', GradientType=0);
    color: #444;
    font-family: 'Futura';
    font-size: 16px;
    text-shadow: 0 1px 0 #fff;
    padding: 10px 20px;
    -webkit-box-shadow: 0px 1px 3px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0px 1px 3px rgba(50, 50, 50, 0.75);
    box-shadow: 0px 1px 3px rgba(50, 50, 50, 0.75);
}

.default-upper-section {
    border-top: 1px #fff solid;
    background-color: #e6e8ec;
    background-image: url('img/templates/default/grain-pattern.png');
    padding: 40px 0;
    -webkit-box-shadow: 0px 0px 5px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0px 0px 5px rgba(50, 50, 50, 0.75);
    box-shadow: 0px 0px 5px rgba(50, 50, 50, 0.75);
    position: relative;
    z-index: 150;
}

.default-upper-section.dark {
    border-top: 1px #e3e2e2 solid;
    background-color: #b2b4bc;
    background-image: url('img/templates/default/grain-pattern.png');
}

.default-upper-section h2 {
    font-family: 'MissionScript';
    font-size: 55px;
    font-weight: normal;
    text-shadow: 0 -1px 0 #d4d4d5, 0 1px 2px #999;
    margin: 0 0 40px 0;
    padding: 0;
}

.default-upper-section,
.default-upper-section p {
    font-size: 20px;
    font-weight: 300;
    line-height: 30px;
    text-shadow: 0 1px 0 #fff;
    margin: 0;
}

.home-contact-blurb {
    width: 300px;
    float: right;
}

.home-contact-blurb h2 {
    font-size: 25px;
    margin-top: 0;
}

.home-contact-blurb p {
    font-size: 16px;
    line-height: 24px;
}

.home-contact-form {
    width: 640px;
    float: left;
}

.home-content {
    border-top: 2px #fff solid;
    background-color: #f4f4f4;
    padding: 0 0 60px 0;
    -webkit-box-shadow: 0px 1px 10px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0px 1px 10px 0px rgba(50, 50, 50, 0.75);
    box-shadow: 0px 1px 10px 0px rgba(50, 50, 50, 0.75);
    position: relative;
    z-index: 1;
}

.home-content-slide {
    width: 100%;
    height: 1900px;
    position: absolute;
    top: 0;
    display: none;
}

.home-content-slides {
    height: 1900px;
    margin-top: 30px;
    overflow: hidden;
    position: relative;
}

.home-feature {
    padding: 40px 0;
}

.home-feature-desc {
    background-image: url('img/home/diagram-bars-r.png');
    background-repeat: no-repeat;
    background-position: center right;
    width: 335px;
    height: 360px;
    margin-top: 20px;
    float: left;
}

.home-feature.right .home-feature-desc {
    background-image: url('img/home/diagram-bars-l.png');
    background-position: center left;
    float: right;
}

.home-feature-desc-content {
    font-size: 20px;
    font-weight: 300;
    line-height: 31px;
    padding-right: 40px;
}

.home-feature.right .home-feature-desc-content {
    padding-left: 40px;
}

.home-feature-desc-header {
    border-bottom: 1px #4c4a4a solid;
    font-size: 20px;
    font-weight: bold;
    line-height: 31px;
    padding: 5px 0;
    margin: 0 20px 10px 0;
}

.home-feature.right .home-feature-desc-header {
    margin: 0 0 10px 20px;
    padding-left: 20px;
}

.home-feature-diagram {
    width: 615px;
    float: right;
}

.home-feature.right .home-feature-diagram {
    float: left;
}

.home-feature-gallery {
    font-size: 0;
    line-height: 0;
    text-align: left;
}

.home-feature-gallery a {
    border: 10px #fff solid;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    display: inline-block;
    width: 195px;
    height: 195px;
    margin: 10px 10px 0 0;
    position: relative;
    -webkit-box-shadow: 0px 1px 3px 0px rgba(50, 50, 50, 0.5);
    -moz-box-shadow: 0px 1px 3px 0px rgba(50, 50, 50, 0.5);
    box-shadow: 0px 1px 3px 0px rgba(50, 50, 50, 0.5);
}

.home-feature-gallery a.photo-1 {
    background-image: url('img/home/gallery-1.jpg');
}

.home-feature-gallery a.photo-2 {
    background-image: url('img/home/gallery-2.jpg');
}

.home-feature-gallery a.photo-3 {
    background-image: url('img/home/gallery-3.jpg');
}

.home-feature-gallery a.photo-4 {
    background-image: url('img/home/gallery-4.jpg');
}

.home-feature-gallery a.photo-5 {
    background-image: url('img/home/gallery-5.jpg');
}

.home-feature-gallery a.photo-6 {
    background-image: url('img/home/gallery-6.jpg');
}

.home-feature-gallery a span {
    background-image: url('img/home/zoom-in.png');
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}

.home-feature-gallery a:hover span {
    display: block;
}

.home-feature-safari {
    background-image: url('img/home/safari-screen.jpg');
    background-repeat: no-repeat;
    background-position: top center;
    width: 615px;
    height: 470px;
}

.home-feature-safari-click {
    margin-top: 20px;
}

.home-feature-safari-click a {
    color: #666;
    font-size: 14px;
    text-align: center;
    text-decoration: underline;
}

.home-feature-tour img {
    border: 10px #fff solid;
    -webkit-box-shadow: 0px 1px 3px 0px rgba(50, 50, 50, 0.5);
    -moz-box-shadow: 0px 1px 3px 0px rgba(50, 50, 50, 0.5);
    box-shadow: 0px 1px 3px 0px rgba(50, 50, 50, 0.5);
}

.home-features-header {
    font-size: 23px;
    line-height: 32px;
    text-align: center;
}

.home-features-header .bold {
    font-weight: bold;
}

.home-footer {
    background-image: url('img/home/linen-pattern.jpg');
    color: #fff;
    font-size: 14px;
    text-shadow: 0 1px 0 #333;
    text-align: center;
    height: 300px;
    padding: 30px 0 0 0;
    position: relative;
    z-index: 0;
}

.home-form-item {
    margin-top: 20px;
}

.home-form-item:first-child {
    margin-top: 0;
}

.home-form-item label {
    color: #423f3f;
    font-size: 16px;
    text-transform: uppercase;
    display: block;
    margin-bottom: 3px;
}

.home-intro {
    background-image: url('img/home/intro-bg.jpg');
    background-position: top center;
    background-size: cover;
}

.home-intro-content {
    height: 550px;
    position: relative;
}

.home-ipad {
    background-image: url('img/home/ipad.png');
    background-position: top center;
    background-repeat: no-repeat;
    width: 540px;
    height: 460px;
    position: absolute;
    bottom: 0;
    right: 0;
}

.home-ipad-screen {
    background-color: #ccc;
    width: 410px;
    height: 393px;
    position: absolute;
    top: 67px;
    left: 67px;
}

.home-ipad-screen-slide {
    background-repeat: no-repeat;
    background-position: top left;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.home-ipad-screen-slide.slide-1 {
    background-image: url('img/home/ipad-slide-1.jpg');
}

.home-ipad-screen-slide.slide-2 {
    background-image: url('img/home/ipad-slide-2.jpg');
}

.home-ipad-screen-slide.slide-3 {
    background-image: url('img/home/ipad-slide-3.jpg');
}

.home-ipad-screen-slide.slide-4 {
    background-image: url('img/home/ipad-slide-4.jpg');
}

.home-logo-action {
    border-top: 1px #fff solid;
    background-color: rgba(255, 255, 255, 0.49);
    width: 310px;
    padding: 10px;
    margin: 20px auto 0 auto;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    -webkit-box-shadow: 0px 1px 3px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0px 1px 3px 0px rgba(50, 50, 50, 0.75);
    box-shadow: 0px 1px 3px 0px rgba(50, 50, 50, 0.75);
}

.home-logo-action a {
    border-top: 1px #a4d4d9 solid;
    background-color: #60b5be;
    background-image: url('img/home/top-action-bg.png');
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.64);
    text-transform: uppercase;
    display: block;
    padding: 15px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0px 1px 3px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0px 1px 3px 0px rgba(50, 50, 50, 0.75);
    box-shadow: 0px 1px 3px 0px rgba(50, 50, 50, 0.75);
}

.home-logo-section {
    width: 418px;
    height: 350px;
    position: absolute;
    bottom: 100px;
    left: 0;
}

.home-logo-tagline {
    color: #fff;
    font-size: 23px;
    font-weight: bold;
    line-height: 31px;
    text-align: center;
    text-shadow: 0 1px 3px #000;
}

.home-nav {
    background-image: url('img/home/nav-bar-line.png');
    background-repeat: repeat-x;
    background-position: bottom left;
    position: relative;
}

.home-nav a {
    color: #423f3f;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    display: block;
    margin-bottom: 2px;
    padding: 20px 0;
}

.home-nav a.active span {
    color: #28858f;
}

.home-nav a span {
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 50px;
    -webkit-transition: all 0.7s ease-in-out;
    -moz-transition: all 0.7s ease-in-out;
    -o-transition: all 0.7s ease-in-out;
    -ms-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out;
}

.home-nav a.contact span {
    background-image: url('img/home/contact-glyph.png');
}

.home-nav a.contact.active span {
    background-image: url('img/home/contact-glyph-active.png');
}

.home-nav a.features span {
    background-image: url('img/home/features-glyph.png');
}

.home-nav a.features.active span {
    background-image: url('img/home/features-glyph-active.png');
}

.home-nav a.pricing span {
    background-image: url('img/home/pricing-glyph.png');
}

.home-nav a.pricing.active span {
    background-image: url('img/home/pricing-glyph-active.png');
}

.home-nav li {
    list-style: none;
    width: 33.3333%;
    float: left;
}

.home-nav ul {
    margin: 0;
    padding: 0;
}

.home-nav-tail {
    background-image: url('img/home/nav-tail.png');
    background-repeat: no-repeat;
    background-position: top center;
    width: 30px;
    height: 12px;
    position: absolute;
    bottom: -10px;
    left: 100%;
}

.home-pricing table {
    border: 1px #423f3f solid;
    width: 600px;
    margin: 20px auto 0 auto;
    -webkit-box-shadow: 0px 1px 3px 0px rgba(50, 50, 50, 0.5);
    -moz-box-shadow: 0px 1px 3px 0px rgba(50, 50, 50, 0.5);
    box-shadow: 0px 1px 3px 0px rgba(50, 50, 50, 0.5);
}

.home-pricing td {
    font-size: 14px;
    padding: 10px 20px;
}

.home-pricing td.check {
    background-image: url('img/home/white-check.png');
    background-position: center center;
    background-repeat: no-repeat;
}

.home-pricing td.label {
    background-color: #fff;
    font-weight: bold;
    width: 400px;
}

.home-pricing td.sub {
    font-weight: normal;
    padding-left: 80px;
}

.home-pricing td.value {
    background-color: #60b5be;
    color: #fff;
    text-align: center;
}

.home-pricing tr {
    border-top: 1px #423f3f solid;
}

.home-text-input {
    border: 1px #423f3f solid;
    background: #fff;
    padding: 5px;
}

.home-text-input input,
.home-text-input textarea {
    border: 0;
    background: transparent;
    font-size: 18px;
    line-height: 24px;
    outline: none;
}

.home-text-input textarea {
    height: 150px;
}

.home-top-logo {
    background-image: url('img/home/top-logo.png');
    background-repeat: no-repeat;
    background-position: center center;
    display: block;
    width: 350px;
    height: 130px;
    margin: 30px auto 10px auto;
}

.home-ui-button {
    border: 1px #a4d4d9 solid;
    background-color: #60b5be;
    background-image: url('img/home/top-action-bg.png');
    background-position: center center;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.50);
    text-transform: uppercase;
    display: block;
    padding: 10px 25px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0px 1px 3px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0px 1px 3px 0px rgba(50, 50, 50, 0.75);
    box-shadow: 0px 1px 3px 0px rgba(50, 50, 50, 0.75);
}

.home-wrapper {
    width: 960px;
    margin: 0 auto;
}

/*------------------------------------*\
    IMAGES
\*------------------------------------*/

/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

@font-face {
    font-family: 'MissionGothic';
    src: url('fonts/mission_gothic_regular-webfont.eot');
    src: url('fonts/mission_gothic_regular-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/mission_gothic_regular-webfont.woff') format('woff'), url('fonts/mission_gothic_regular-webfont.ttf') format('truetype'), url('fonts/mission_gothic_regular-webfont.svg#font-name') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'MissionScript';
    src: url('fonts/mission-script-webfont.eot');
    src: url('fonts/mission-script-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/mission-script-webfont.woff') format('woff'), url('fonts/mission-script-webfont.ttf') format('truetype'), url('fonts/mission-script-webfont.svg#font-name') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

/* Smartphones (portrait and landscape) ----------- */

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
    /* Styles */
}

/* Smartphones (landscape) ----------- */

@media only screen and (min-width: 321px) {
    /* Styles */
}

/* Smartphones (portrait) ----------- */

@media only screen and (max-width: 320px) {
    /* Styles */
}

/* iPads (portrait and landscape) ----------- */

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    /* Styles */
}

/* iPads (landscape) ----------- */

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
    /* Styles */
}

/* iPads (portrait) ----------- */

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    /* Styles */
}

/* Small Screens ----------- */

@media only screen and (max-width: 768px) {
    .default-gallery-image-container {
        width: 100%;
    }
    .default-local-amenities {
        width: 100%;
        float: none;
    }
    .default-main-content {
        margin-left: 45px;
    }
    .default-main-nav-bar a.collapse,
    .default-main-nav-bar a.uncollapse {
        display: none;
    }
    .default-map {
        height: 200px;
    }
    .default-map-frame {
        width: 100%;
        margin-bottom: 20px;
        float: none;
    }
    .default-slideshow-button {
        display: none !important;
    }
    .default-slideshow-content {
        display: none;
    }
    .default-slideshow-manual-button {
        width: 40px;
    }
    .default-slideshow-manual-buttons {
        display: none;
    }
    .default-slideshow-section {
        height: 150px;
    }
    .default-title {
        margin-bottom: 0;
    }
    .default-title h1 {
        font-size: 30px;
        line-height: 30px;
        text-align: center;
    }
    .default-upper-section,
    .default-upper-section p {
        font-size: 16px;
        line-height: 22px;
    }
    .default-upper-section h2 {
        font-family: 'Futura', 'Helvetica Neue', Helvetica, Arial, sans-serif;
        font-size: 18px;
        line-height: 20px;
    }
}

/* Medium Screens ----------- */

@media only screen and (min-width: 768px) and (max-width: 960px) {
    .default-gallery-image-container {
        width: 50%;
    }
    .default-local-amenities {
        width: 100%;
        float: none;
    }
    .default-main-content {
        margin-left: 45px;
    }
    .default-main-nav-bar a.collapse {
        display: none;
    }
    .default-main-nav-bar a.uncollapse {
        display: block;
    }
    .default-map-frame {
        width: 100%;
        margin-bottom: 20px;
        float: none;
    }
    .default-slideshow-content {
        padding-top: 150px;
    }
    .default-slideshow-section {
        height: 450px;
    }
    .default-title span {
        font-size: 20px;
    }
}

/* Desktops and laptops ----------- */

@media only screen and (min-width: 1224px) {
    /* Styles */
}

/* Large screens ----------- */

@media only screen and (min-width: 1824px) {
    /* Styles */
}

/* iPhone 4 ----------- */

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
    /* Styles */
}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
    background: #04A4CC;
    color: #FFF;
    text-shadow: none;
}

::-webkit-selection {
    background: #04A4CC;
    color: #FFF;
    text-shadow: none;
}

::-moz-selection {
    background: #04A4CC;
    color: #FFF;
    text-shadow: none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: #FFF;
    border: 1px solid #F0F0F0;
    max-width: 96%;
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption .wp-caption-text,
.gallery-caption {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

.sticky {}

.bypostauthor {}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
    * {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }
    a,
    a:visited {
        text-decoration: underline;
    }
    a[href]:after {
        content: " (" attr(href) ")";
    }
    abbr[title]:after {
        content: " (" attr(title) ")";
    }
    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }
    thead {
        display: table-header-group;
    }
    tr,
    img {
        page-break-inside: avoid;
    }
    img {
        max-width: 100% !important;
    }
    @page {
        margin: 0.5cm;
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
}