body
{
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 19px;
    color: #001441;
    background-color: #e6d293;
}
:focus {
  outline: none;
}
body.login{
    background:#fff;
    margin-top:100px;
}
.login-box {
    border-radius: 5px;
    border: 1px solid #C9C9C9;
    box-shadow: 0 1px 2px rgba(0,0,0,.21);
    padding:20px;
}
.login h4{
  font-size:20px;
  font-weight:normal;
}
.main-text-section a
{
    color: #001441;
    font-weight: bold;
}
.video-library h2 {
    font-family: 'Noto Serif', serif;
    font-weight: 800;
    font-size: 1.25rem;
    line-height: 1.5rem;
    padding-top: 8px;
}
.video-library .intro {
    margin-bottom: 40px;
}
a:hover
{
    border-bottom: none;
}

p
{
    color: #001441;
    font-size: 15px;
}

h1
{
    font-family: 'Noto Serif', serif;
    color: #001441;
    font-weight: 800;
    line-height: 29px;
    font-size: 18px;
}

.page-title h1
{
    text-align: center;
    color: rgba(255, 255, 255, 0.95);
    font-style: italic;
    padding-top: 30px;
    line-height: 38px;
    font-size: 28px;
}
h3 {
    font-size: 1.2rem;
    font-family: 'Noto Serif', serif;
    font-weight: bold;
}
h4{
    font-family: 'Open Sans', sans-serif;
    font-size:14px;
    font-weight:600;
    padding-top:30px;
}
.footer h4
{
    font-family: 'Noto Serif', serif;
    color: #adb0aa;
    font-weight: 800;
    font-size: 14px;
    text-transform: uppercase;
    padding-bottom: 20px;
}
.contact-info .address
{
    padding-top: 30px;
}

ul
{
    font-size: 14px;
    font-weight: 600;
    margin-left: 40px;
}

ul.slick-dots
{
    margin-left: 0;
    position: relative;
    z-index: 20;
    top: -23px;
}

.slick-dots li button:before
{
    content: "";
}

.slick-dots li button
{
    border-radius: 6px;
    background: rgba(123, 123, 123, 0.48);
    height: 10px;
    width: 10px;
}

li.slick-active button
{
    background: #FFF;
}

.top-bar
{
    font-family: 'Noto Serif', serif;
    padding: 0;
}

.mobile-logo
{
    width: 140px;
    position: absolute;
    z-index: 5;
    display: inline-block;
    top: -10px;
    left: 10px;
    -webkit-box-shadow: 0px 2px 13px -2px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 2px 13px -2px rgba(0,0,0,0.75);
    box-shadow: 0px 2px 13px -2px rgba(0,0,0,0.75);
}

.title-bar
{
    background: #fffde9;
    padding: 6px;
    height: 60px;
    border-top: 10px solid #334255;
    position:relative;
    z-index:999;
}

.top-bar ul
{
    background: #fffde9;
}

.top-bar ul li
{
    background: #334255;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 18px;
    text-align: center;
}

.top-bar ul li a
{
    color: #fff;
    border-bottom: 1px solid #6a7182;
}

.top-bar ul li a.button
{
    color: #fff;
}

.menu-text
{
    color: #fff;
}

.dropdown.menu .submenu
{
    border: none;
}

.dropdown.menu .is-dropdown-submenu-parent.is-right-arrow > a::after
{
    border-color: #fff transparent transparent;
}

.is-drilldown-submenu-parent > a::after
{
    border-color: transparent transparent transparent #7d7d7d;
}

.is-drilldown-submenu-parent > a::before
{
    border-color: transparent transparent transparent #7d7d7d;
}

.js-drilldown-back::before
{
    border-color: transparent #fff transparent transparent;
}

.button
{
    background-color: #334255;
    color: #fff;
    font-size: 12px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    padding: 10px 10px;
    text-transform: uppercase;
    border: none;
}

.social
{
    font-size: 20px;
}

.social .columns
{
    border-right: 1px solid rgba(255, 255, 255, 0.32);
    padding: 5px 0;
}

.social a
{
    margin: 0 10px;
    color: #fff;
    border: none;
}

.row
{
    max-width: 1400px;
}

.slideshow
{
    overflow: hidden;
}

.a-slide
{
    height: 100%;
    width: 100%;
    background-size: cover !important;
    min-height: 310px;
    position: relative;
    float: left;
}

.a-slide.page
{
    min-height: 200px;
}

.overlay {
    padding:140px 15px 80px 15px;
    position:absolute;
    bottom:0;
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 51%, rgba(0,0,0,0.65) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 51%,rgba(0,0,0,0.65) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 51%,rgba(0,0,0,0.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
    width:100%;
}

hr
{
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    margin: 6px 0;
}

.bt-foot
{
    padding: 10px 0 75px 0;
    overflow: auto;
    font-size: 14px;
    border-top: 20px solid #525f73;
    background-image: url('../img/footer-bg.png');
    background-repeat: no-repeat;
    background-color: #25354e;
    background-position: bottom;
}


.address
{
    padding-bottom: 30px;
}

.address a
{
    border: none;
}

.button-group
{
    margin-top: 15px;
}

.button-group .button
{
    font-size: 14px;
}

.button:focus
{
    background-color: #adb0aa;
}

.button:active
{
    background-color: #adb0aa;
}

h2.bold
{
    font-weight: 800;
    color: #333;
    font-size: 28px;
    letter-spacing: 1px;
}

.menus li
{
    list-style: none;
    font-size: 16px;
    line-height: 30px;
}

.menus li a
{
    font-weight: 600;
    color: #666;
    border-bottom: 1px solid #ccc;
}

.video-container
{
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 35px;
    height: 0;
    overflow: hidden;
}

.video-container iframe
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.desktop-logo
{
    display: none;
}

.top-dark-bar
{
    width: 100%;
    background: #001441;
    overflow: hidden;
    color: #adb0aa;
    font-weight: bold;
    font-size: 12px;
    padding: 6px 0;
}

.subnav
{
    font-size: 9px;
    padding: 15px 0 5px 0;
    font-weight: 400;
}

.subnav a
{
    color: #B5B5B5;
    border: none;
}

.menu-icon:after
{
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    background: #333;
    top: 0;
    left: 0;
    box-shadow: 0 7px 0 #333,0 14px 0 #333;
}

.menu-icon
{
    top: 10px;
}

.dropdown.menu>li.is-dropdown-submenu-parent>a:after
{
    border-color: #ccc transparent transparent;
}

.js-drilldown-back>a:before
{
    border-color: transparent #6a7182 transparent transparent;
}

.main-menu
{
    padding-top: 15px;
    background: #334255;
}

.words
{
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    z-index: 2;
    text-align: center;
}

.caption
{
    width: 285px;
    margin: 0 auto 30px;
    font-size: 12px;
    line-height: 16px;
    color: #faf7ef;
    position: relative;
    background: rgba(0, 0, 0, .6);
    padding:5px 10px 10px 10px;
}

.caption .button
{
    background-color: transparent;
    color: #fff;
    border: 1px solid #fff;
    margin: 0;
}

.caption .button:hover
{
    background-color: #fff;
    color: #001441;
}

.button:hover
{
    background-color: #adb0aa;
}

.main-text-section
{
    background-image: url('../img/main-background.png');
    background-repeat: repeat-x;
    position: relative;
    top: -89px;
    padding-top: 40px;
}

.light-content
{
    background: #fffde9;
    padding: 20px 10px;
    overflow: hidden;
    -webkit-box-shadow: 0px 2px 13px -2px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 2px 13px -2px rgba(0,0,0,0.75);
    box-shadow: 0px 2px 13px -2px rgba(0,0,0,0.75);
    margin: 0 10px;
}

.double-border
{
    border-top: 1px solid #e2c790;
    border-bottom: 5px solid #e2c790;
    padding-top: 4px;
    margin-top: 10px;
    margin-bottom: 20px;
    clear: both;
}

.button.home
{
    background: #848376;
    font-size: 12px;
    color:#fff;
}

.button.home:hover
{
    background: #4f5c70;
}

.top-light-bar
{
    padding-top: 6px;
    padding-bottom: 6px;
}

.top-dark-bar a
{
    color: #fffde9;
    padding-right: 15px;
    font-family: 'Noto Serif', serif;
}

.bottom-dark
{
    background: #697584;
    font-family: 'Open Sans', sans-serif;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 14px;
    font-weight: 600;
    color: #d5d5d5;
}

.bottom-dark a
{
    color: #001441;
}

.social i
{
    font-size: 20px;
    padding-right: 5px;
}

.social
{
    padding-top: 10px;
    padding-bottom: 15px;
}

.caption h2
{
    font-family: 'Noto Serif', serif;
    font-weight: 600;
    padding-bottom: 0;
    margin-bottom: 0;
}

.caption a
{
    color: #ffffff;
}

.caption .location a
{
    text-transform: uppercase;
    color: #d1b867;
    font-family: 'Noto Serif', serif;
}

.caption .price
{
    font-size: 16px;
    font-weight: 700;
    padding-bottom: 10px;
}

.caption .location
{
    margin-left: 0;
}

.caption .price
{
    margin-left: 0;
}

.footer .tagline
{
    padding-top: 6px;
    padding-bottom: 6px;
    color: #adb0aa;
    font-size: 12px;
}

.footer .copyright
{
    padding-top: 20px;
    color: #adb0aa;
    font-size: 12px;
    padding-bottom: 30px;
}

.footer .developer a
{
    color: #adb0aa;
}

.footer
{
    font-size: 12px;
    color: #adb0aa;
}

.footer .developer img
{
    width: 80px;
    padding-left: 8px;
}

.footer-logo
{
    width: 150px;
}

.footer a
{
    color: #fff;
    font-weight: bold;
}

.white
{
    color: #fff;
}

.site-links a
{
    font-family: 'Noto Serif', serif;
    font-weight: 200;
}

.site-links
{
    line-height: 28px;
}

.footer p
{
    color: #fff;
    font-size: 12px;
}

.footer .logos
{
    padding-top: 20px;
}

.logos .left
{
    width: 90%;
    float: left;
    padding-right: 10px;
}

.logos .right
{
    width: 30%;
}

.footer .border-left
{
    border-top: 1px solid #515d71;
    padding-top: 20px;
    margin-top: 20px;
}

.footer i
{
    font-size: 30px;
    padding-bottom: 15px;
}

.footer a:hover
{
    color: #adb0aa;
}

.page-title
{
    position: relative;
    top: -10px;
}

.a-slide.page .overlay
{
    bottom: 80px;
    padding: 20px;
}

.row.list-page
{
    max-width: 1000px;
}

.property-list-item
{
    -webkit-box-shadow: 0px 2px 13px -2px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 2px 13px -2px rgba(0,0,0,0.75);
    box-shadow: 0px 2px 13px -2px rgba(0,0,0,0.75);
    overflow: hidden;
    margin: 30px 10px;
}
.ns-ranches .property-list-item{
    box-shadow:none;
}
.property-list-item .columns
{
    padding-left: 0;
    padding-right: 0;
}

.list-content-area
{
    background: #fffde9;
    padding: 15px 0px 0 0px;
}

.property-list-item .button-group
{
    margin-top: 0;
    margin-bottom: 0;
    width: 100%;
}

.flag
{
    color: #fff;
    width: 120px;
    text-transform: uppercase;
    font-size: 12px;
    text-align: center;
    padding: 3px 2px;
    margin-bottom: 10px;
    margin-left: 15px;
}

.new-listing.flag
{
    background: #d1b867;
}

.price-reduced.flag
{
    background: #7a2727;
}
.sold.flag
{
    background: #868e9a;
}


.property-details .flag
{
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
    margin-top: 10px;
}

.list-content-area h2
{
    font-family: 'Noto Serif', serif;
    color: #001441;
    font-weight: 800;
    margin-left: 15px;
    margin-bottom: 0;
}

.location
{
    font-family: 'Noto Serif', serif;
    text-transform: uppercase;
    font-size: 14px;
    margin-left: 15px;
}
.ns-ranches .location{
    border-bottom: 1px solid #b3b3b3;
    padding-bottom:10px;
}
.price
{
    font-weight: 700;
    margin-left: 15px;
    padding-bottom: 20px;
}

.list-content-area .share
{
    padding-top: 8px;
    margin-left: 15px;
    padding-bottom: 8px;
}

.list-content-area p
{
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 5px;
    margin-top: 15px;
}

.property-list-item .button-group .button
{
    font-size: 12px;
    font-weight: 800;
}
.property-list-item .button-group .button.view
{
    color:#fff;
}

.button.download
{
    background-color: transparent;
    color: #334255;
    border: 1px solid #334255;
}

.button.view
{
    border: 1px solid #334255;
}

.button.download:hover
{
    background-color: #334255;
    color: #fff;
}

.slideshow.view-property
{
    background: #25354e;
}

.view-property .slick-slide.item
{
    opacity: 0.25;
    filter: alpha(opacity=25);
    min-height:176px;
}

.view-property .slick-slide.slick-active.item
{
    opacity: 1;
    filter: alpha(opacity=100);
}
.item.slick-slide img {
    display: block;
    width: 100%;
}
.slick-next:before
{
    font-family: FontAwesome;
    content: "\f0da";
    color: white;
    font-size: 15px;
    opacity: .85;
}

.slick-prev:before
{
    font-family: FontAwesome;
    content: "\f0d9";
    color: white;
    font-size: 15px;
    opacity: .85;
}

.slick-next
{
    right: 35px;
    top: 50%;
    background-color: transparent;
    height: 40px;
    width: 40px;
    border: 1px solid #fff;
}

.slick-prev
{
    top: 50%;
    background-color: transparent;
    height: 40px;
    width: 40px;
    left: 35px;
    border: 1px solid #fff;
}

.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus
{
    background-color: #001441;
}

.slick-lightbox .slick-next
{
    right: 15px;
    top: 50%;
}

.slick-lightbox .slick-prev
{
    right: 15px;
    top: 50%;
}

.property-details
{
    overflow: hidden;
    padding-top: 10px;
}

.property-details h1
{
    font-size: 32px;
    padding-top: 0;
    line-height: 40px;
}

.button.ghost
{
    clear: both;
    background-color: transparent;
    border: 1px solid #001441;
    color: #001441;
    font-size: 16px;
    margin-bottom: 15px;
}

.button.ghost:hover
{
    background-color: #001441;
    color: #fff;
}

.side-buttons .social
{
    margin-bottom: 15px;
    text-align: center;
}

.map
{
    margin: 0 10px;
}
.ns-map{
    margin-bottom:1rem;
}
.map iframe
{
    -webkit-box-shadow: 0px 4px 13px -2px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 4px 13px -2px rgba(0,0,0,0.75);
    box-shadow: 0px 4px 13px -2px rgba(0,0,0,0.75);
}
.main-text-section.home
{
    padding-top: 50px;
}

.main-text-section.page
{
    padding-top: 0;
}

.list-content-area .price
{
    font-size: 14px;
}
.thumbs {
    min-height: 260px;
}
.button.view-download
{
    font-weight: 800;
    padding-top: 15px;
    padding-bottom: 15px;
    color:#fff;
}
.reveal{
    margin: 0px !important;
    max-height:100px !important;
    -webkit-overflow-scrolling: touch !important;
   z-index: 1000 !important;
   position:fixed !important;
   overflow-y:scroll !important;
   top:-18px !important;
   padding-top: 2rem;
}
.reveal.entries {
    overflow-y: hidden !important;
    padding-top: 60px;
    width: 100%;
    background: none;
    border: none;
}
.close-button {
    color: #fff;
    top: 30px;
}
.reveal-overlay{
    background-color: rgba(10, 10, 10, 0.87);
}
.reveal-overlay p{
    padding-top:30px;
    font-size:14px;
}
/*========PAGINATION============*/
ul.pagination {
    font-size: 16px;
    margin: 20px 0 50px 0;
    clear:both;
    text-transform:uppercase;
}
.pagination .current {
    background: transparent;
}
ul.pagination li.current a, ul.pagination li.current button {
    background: #525f73;
    color: white;
    font-weight: bold;
}
ul.pagination li a, ul.pagination li button {
    display: block;
    color: #49535a;
    border-radius: 0px;
    font-weight: normal;
    font-size: 1em;
    transition: background-color 300ms ease-out;
}
ul.pagination li.current a:hover, ul.pagination li.current a:focus, ul.pagination li.current button:hover, ul.pagination li.current button:focus {
    background: #525f73;
    color:#fff;
}
ul.pagination li:hover a, ul.pagination li a:focus, ul.pagination li:hover button, ul.pagination li button:focus {
    background: #525f73;
    color:#fff;
}
.intro p{
    font-size:18px;
    font-family: 'Noto Serif', serif;
    color:#6e6d69;
    text-align:center;
}
.row.entry{
    padding:0 10px;
}
.page .entry h2{
    font-weight:400;
    text-transform:uppercase;
    font-family: 'Noto Serif', serif;
    color: #001441;
    font-size:28px;
    border-bottom:1px solid #b3b3b3;
    padding-bottom:6px;
    margin-bottom:10px;
    margin-top:20px;
}
.page .entry.about h2{
    border-bottom:none;
    margin-bottom:0;
    font-weight:700;
    padding-bottom:0;
}
.page .entry.about h3{
    border-bottom:1px solid #b3b3b3;
    margin-bottom:10px;
    padding-bottom:10px;
    font-size:16px;
    font-weight:600;
    font-family: 'Open Sans', sans-serif;
    color: #525f73;
}
.entry p{
    padding-top:10px;
}
.page .entry.about p{
   padding:0px;
   clear:both;
}
label{
    font-weight: 800;
    font-family: 'Open Sans', sans-serif;
    color: #001441;
}
input.submit{
    border:1px solid #001441;
    background:transparent;
    font-family: 'Noto Serif', serif;
    width:100%;
    text-transform: uppercase;
    font-weight:800;
    cursor:pointer;
    padding:10px;
}
input.submit:hover{
    background:#525f73;
    color:#fff;
    border:1px solid #525f73;
}
.contact-info span{
     font-family: 'Noto Serif', serif;
     font-weight:800;
     font-size:18px;
}
.contact-info .phone{
    padding-bottom:30px;
}
.contact-info a{
    color:#001441;
}
.contact-info .social{
    padding-bottom:30px;
}
.contact-info .social i{
   font-size:30px;
   border:1px solid;
   padding:10px;
   width: 50px;
    height: 50px;
}
.contact-info .social i:hover{
    background:#001441;
    color:#fff;
}
a.button.hollow {
    border: 1px solid #001441;
    color: #001441;
    font-weight:normal;
}
.map .instructions{
        background: #3887be;
        padding:5px 20px;
        font-size:12px;
        color:#fff;
        text-align:center;
}
.map .disclaimer{
        background: #3887be;
        padding:20px;
        font-size:10px;
        font-style: italic;
        color:#eee;
        text-align:center;
}
.pagination li {
    font-size:20px;
}
table tbody, table tfoot, table thead {
    border: 1px solid #e8e8e8;
    background-color: #fefefe;
}
table tbody tr:nth-child(even) {
    background-color: #e7eaef;
}
/*============These styles will apply to MEDIUM SIZE SCREENS AND BIGGER========== */

@media only screen and (min-width: 40.063em)
{
    .thumbs {
    min-height: 350px;
}
    h1
    {
        line-height: 50px;
        font-size: 26px;
    }
    .desktop-logo
    {
        width: 290px;
        position: absolute;
        z-index: 5;
        display: inline-block;
        top: -31px;
        left: 100px;
        -webkit-box-shadow: 0px 2px 13px -2px rgba(0,0,0,0.75);
        -moz-box-shadow: 0px 2px 13px -2px rgba(0,0,0,0.75);
        box-shadow: 0px 2px 13px -2px rgba(0,0,0,0.75);
    }
    .video-library h2 {
    font-size: 1.5rem;
    line-height: 2rem;
    }
    .menu:last-child
    {
        border-left: none;
    }
    .menu:first-child
    {
        border-left: none;
    }
    .menu li:not(:last-child)
    {
        border-right: none;
    }
    .menu-text
    {
        display: none !important;
    }
    .top-bar
    {
        padding: 15px 12px 15px 12px;
        position: relative;
        background: #fffde9;
    }
    .button.search
    {
        padding: 14px 0px;
        margin-top: 18px;
    }
    .a-slide
    {
        min-height: 560px;
    }
    .page .a-slide
    {
        min-height: 250px;
    }
    .row.large-slides
    {
        max-width: 1515px;
        position: relative;
    }
    .border
    {
        background: rgba(221, 210, 181, 0.7);
        height: 8px;
        position: absolute;
        width: 100%;
        bottom: -8px;
        z-index: 2;
    }
    .caption{
        margin:0 auto;
    }
    .credit
    {
        font-size: 13px;
    }
    .developed
    {
        text-align: center;
        margin-top: 30px;
    }
    .digital-designs
    {
        margin-top: 22px;
    }
    .subnav
    {
        font-size: 10px;
    }
    .dropdown.menu .submenu
    {
        border: 1px solid #ccc;
    }
    .dropdown.menu .submenu li
    {
        background: #fff;
        text-transform: none;
    }
    .top-bar .dropdown.menu .submenu li
    {
        background: #fffde9;
        text-transform: none;
        font-weight: 200;
        font-size: 14px;
        font-family: 'Open Sans', sans-serif;
        border-bottom:1px solid #dadada;
    }
    .top-bar .dropdown.menu .submenu li:hover{
        background:#001441;
    }
    .top-bar ul.dropdown.menu .submenu li:hover a{
        color:#fff;
    }
    .words
    {
        bottom: 50px;
        left: initial;
        right: 70px;
        z-index: 2;
        text-align: left;
    }
    .light-content
    {
        padding: 40px 115px;
        margin: 0;
    }
    .double-border
    {
        margin-top: 30px;
        margin-bottom: 15px;
    }
    .main-menu
    {
        background: #fffde9;
    }
    .top-bar ul li a
    {
        border-right: none;
        border-bottom: none;
        color: #001441;
    }
    .top-bar ul li
    {
        background: #fffde9;
    }
    .caption h2
    {
        font-size: 22px;
    }
    .footer .border-left
    {
        border-left: 1px solid #515d71;
        padding-top: 0;
        margin-top: 0;
        border-top: none;
    }
    .property-list-item .button-group
    {
        position: absolute;
        bottom: 0px;
        padding-left: 1px;
    }
    .ns-ranches .property-list-item .button-group {
    position:initial;
}
    .property-list-item .button-group .button.view
    {
        color:#fff;
    }
    .light-position
    {
        position: relative;
    }
    .page-title h1
    {
        font-size: 50px;
        padding-top: 75px;
        line-height: 50px;
    }
    .list-content-area h2
    {
        font-size: 30px;
    }
    .a-slide.page
    {
        min-height: 270px;
    }
    .property-details h1
    {
        font-size: 43px;
        padding-top: 0;
        position: relative;
        top: -10px;
        line-height: 55px;
    }
    .property-details .button
    {
        margin-top: 30px;
    }
    .property-details .location
    {
        padding: 0;
        position: relative;
        top: -15px;
        font-size: 18px;
        margin: 0;
    }
    .property-details .flag
    {
        margin-top: 10px;
        margin-left: 0;
        float: left;
        margin-right: 10px;
    }
    .property-details .price
    {
        float: right;
        font-size: 16px;
        margin-top: 40px;
        margin-left: 0;
    }
    .property-details .double-border
    {
        margin-top: 10px;
    }
    .bt-foot
    {
        padding-top: 23px;
    }
      .a-slide.page .overlay
    {
        padding: 90px;
    }
    .button.home{
        padding:15px;
    }
   .footer .border-left.disclaimer{
        padding-top:40px;
    }
.reveal {
margin: auto !important;
max-height: 910px !important;
position: initial !important;
margin-top: 50px !important;
height: 850px !important;
background-color: transparent;
padding: 0;
border: 0px;
}
    .reveal iframe{
        height:650px !important;
    }
    .intro p {
    font-size: 22px;
     }
    .columns.right-pad{
        padding-left:0;
        padding-bottom:20px;
    }
    .page .entry.about p{
       padding-top:0;
       clear:none;
    }
    .page .entry.about h3{
        border:none;
    }
    .row.entry.about{
        margin:30px 0;
        border-bottom:1px solid #b3b3b3;
    }
    .page .entry.about h2{
        padding:0;
        margin:0;
    }
    .row.collapse>.columns.inquire-button{
        padding-left:15px;
    }
    .ns-ranches .property-list-item{
    margin-bottom:40px;
}
}

/*============X-LARGE SCREENS AND BIGGER========== (this is the size of our monitors at full width)*/

@media only screen and (min-width: 90.063em)
{
    .a-slide
    {
        min-height: 690px;
    }
    .grid .flag
    {
        font-size: 26px;
    }
    .property-details .flag
    {
        margin-top: 40px;
    }
    .map
    {
        margin: 0;
    }
 
       .footer .border-left.disclaimer{
        padding-top:0px;
    }
    .item.slick-slide img {
      display: block;
      width: 100%;
    }
    .main-text-section {
    background-repeat-x:repeat;
    }
}

/*===========
============================= STYLES BELOW HERE ARE FOR SPECIFIC SCREEN SIZES ONLY and include a MIN and MAX
=============================
============*/

/*============Medium Only SCREENS==========*/

@media only screen and (min-width: 40.063em) and (max-width: 63.9em)
{
    .page h2
    {
        font-size: 25px;
    }
    .a-slide
    {
        min-height: 660px;
    }
    .desktop-logo
    {
        left: 16px;
    }
    .top-bar-section .main-menu a
    {
        margin: 0 5px;
        font-size: 12px;
    }
    .digital-designs
    {
        margin-top: 22px;
    }
    .lt-large
    {
        padding-top: 40px;
        padding-right: 40px;
        padding-bottom: 40px;
        padding-left: 40px;
    }
    .top-bar
    {
        background: #334255;
    }
    .top-bar .top-bar-right
    {
        width: 100%;
    }
    .main-menu
    {
        background: #334255;
    }
    .top-bar ul
    {
        background: #334255;
    }
    .top-bar ul li
    {
        background: #334255;
    }
    .top-bar ul li a
    {
        color: #fff;
    }
    .top-bar .dropdown.menu .submenu li a
    {
        color: #001441;
    }
    .property-details .flag
    {
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 0;
        margin-top: 10px;
        float: none;
    }
    .property-details .price
    {
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 0;
        margin-top: 0px;
        float: none;
        text-align: center;
    }

}

/*============IPAD Landscape ==========*/

@media only screen and (min-width: 64em) and (max-width: 90.000em)
{
    .desktop-logo
    {
        left: 10px;
    }
    .a-slide
    {
        min-height: 652px;
    }
    .light-position
    {
        position: relative;
    }
    .light-content
    {
        padding: 40px 50px;
        margin: 0 10px;
    }
    .property-details .price
    {
        float: left;
        margin-top: 8px;
    }
       .footer .border-left.disclaimer{
        padding-top:0px;
    }
}
/*============Phone ONLY ==========*/

@media only screen and (max-width: 50.000em)
{
.main-text-section{
    background-repeat:no-repeat;
}
.page-title {
    top: 25px;
}
.a-slide.page .overlay {
    padding: 50px;
}
}