
body > img {
    width: 100%;
    height: auto;
}

.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-5ths {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}

body .kenburns {
    position: relative;
    z-index: 1;
    height: 500px;
    width: 100%;
    overflow: hidden;
}

body .kenburns .loader {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}

body .kenburns .overlay {
    background-color: rgba(255, 255, 255, 0.85);
    border-radius: 4px;
    bottom: 20%;
    left: 16.5%;
    overflow-x: hidden;
    overflow-y: hidden;
    padding: 15px 30px;
    position: absolute;
    right: 50%;
    top: 20%;
    z-index: 99999;
}

body .kenburns h1 {
    font-size: 30px;
    color: #148daa;
    font-weight: bold;
    margin: 0 0 15px;
}

body .kenburns p {
    color: #464646;
    font-weight: bold;
    font-size: 16px;
    line-height: 1.2;
    margin: 0 0 10px;
}

body .kenburns .btn {
    background-color: #148daa;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
}

body .kenburns .btn:hover {
    background-color: #444;
}


body .h1, body .h2, body .h3, body h1, body h2, body h3 {
    font-weight: bold;
    color: #0c85a6;
    margin-bottom: 20px;
    margin-top: 20px;
}

body p {
    margin: 0 0 20px;
}

.btn-orange,
.btn-orange:link,
.btn-orange:visited {
    background-color: #ea572d;
    color: #fff;
}

.btn-orange:hover,
.btn-orange:focus,
.btn-orange:active {
    background-color: #d14c28;
    color: #fff;
}

.btn-orange:active {
    color: #f4f4f4;
}

.text-orange {
    color: #ea572d;
}

.btn-teal,
.btn-teal:link,
.btn-teal:visited {
    background-color: #0c85a6;
    color: #fff;
}

.btn-teal:hover,
.btn-teal:focus,
.btn-teal:active {
    background-color: #0a708c;
    color: #fff;
}

.btn-teal:active {
    color: #f4f4f4;
}

.text-teal {
    color: #0c85a6;
}

.btn-white,
.btn-white:link,
.btn-white:visited {
    background-color: #fff;
    color: #0c85a6;
}

.btn-white:hover,
.btn-white:focus,
.btn-white:active {
    background-color: #e5e5e5;
    color: #0c85a6;
}

.btn-white:active {
    color: #0e7699;
}

.text-white {
    color: #fff;
}

img.fit {
    max-width: 100%;
}

img.rounded {
    border-radius: 1%;
}

body .shadow {
    position: relative;
}
body div.shadow {
    display: inline-block;
}
body .shadow::after  {
    background: url("../images/shadow.png") no-repeat scroll center center / 100% 100%;
    bottom: auto;
    content: "";
    height: auto;
    left: 0;
    padding: 5% 0;
    position: absolute;
    right: 0;
    top: 100%;
    z-index: 999;
}

@media (min-width: 768px) {
    .equal-height {
        display: flex;
        flex-wrap: wrap;
    }
    .equal-height > [class*="col-"] {
        -moz-box-flex: 1;
        display: flex;
        flex: 1 1 0;
        flex-direction: column;
        padding-bottom: 40px;
    }
    .equal-height > [class*="col-"] > .btn {
        bottom: 0;
        position: absolute;
    }
}

.dropdown-menu.hover .sub-menu {
    left: 100%;
    margin-top: -1px;
    position: absolute;
    top: 0;
    visibility: hidden;
}
.dropdown-menu.hover li:hover .sub-menu {
    visibility: visible;
}
.dropdown:hover .dropdown-menu.hover {
    display: block;
}
.nav-tabs .dropdown-menu.hover, .nav-pills .dropdown-menu.hover, .navbar .dropdown-menu.hover {
    margin-top: 0;
}

body .btn {
    font-weight: bold;
}

body .parallax {
    background-attachment: fixed;
}
body .img-row {
    background-color: transparent;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    padding-bottom: 3%;
    padding-top: 3%;
    position: relative;
}
body .faded-row {
    background-color: #fff;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 3%;
    padding-top: 3%;
    position: relative;
}
body .faded-dark-row {
    background-color: #0c85a6;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    padding-bottom: 3%;
    padding-top: 3%;
    position: relative;
}
/*body .faded-row::before {
    background-color: rgba(0, 0, 0, 0.7);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}*/
body .white-row {
    background-color: #fff;
    padding-bottom: 3%;
    padding-top: 3%;
}
body .grey-row {
    background-color: #f7f7f7;
    padding-bottom: 3%;
    padding-top: 3%;
}
body .img-row .overlay {
    background-color: rgba(255, 255, 255, 0.85);
    border-radius: 4px;
    overflow: hidden;
    padding: 15px 30px;
    margin: 5% 50% 5% 16.5%;
    z-index: 99999;
}
body .img-row .overlay p {
    color: #464646;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.2;
}

html {
    font-size: 14px;
}

body.page {
    color: #979797;
    font-family: Arial,sans-serif;
    line-height: 1.5;
}

body > .header {
    background: #fff url("../images/headerbg.png") repeat-x center top;
    padding-top: 25px;
}

body > .header .logo {
    background-image: url("../images/logo-top.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    height: 100%;
    line-height: 1;
    margin: 10px 0 0;
    min-height: 80px;
    min-width: 250px;
    overflow: hidden;
    padding: 0;
    text-indent: -999em;
    width: 100%;
}
body > .header .top-menu {
    padding: 15px 0;
}
body > .header .nav.top {
    padding: 15px 0;
}
body > .header .nav.top .btn-primary {
    color: #fff;
}
body > .header .top-menu > div {
    line-height: 1;
    padding: 0;
    width: auto;
}
body > .header .top-menu > div.phone span {
    border-right: 1px solid #a1a1a1;
    display: block;
    font-weight: bold;
    margin: 5px 0;
    padding: 0 12px;
}
body > .header .top-menu > div.email a {
    color: #a1a1a1;
    display: block;
    margin: 5px 0;
    padding: 0 12px;
}
body > .header .top-menu > div.login {
    padding-bottom: 0;
    padding-top: 0;
}
body > .header .top-menu > div a {
    color: #a1a1a1;
}
body > .header .top-menu > div .btn {
    color: #fff;
    padding: 2px 15px;
}
body > .header #navbar {
    float: none;
    display: block;
    color: #fff;
}
body > .header .navbar.main {
    background-color: #0c85a6;
}
body > .header .nav.main {
    float: none;
    display: block;
    margin-bottom: 0;
}
body > .header .nav.main .dropdown-menu {
    background-color: #f7f7f7;
    border-left: none;
    border-right: none;
    border-bottom: none;
    border-top: 2px solid #0c85a6;
    box-shadow: none;
    left: 0;
    margin-top: 0;
    min-height: 250px;
    padding: 25px;
    right: auto;
    width: 600px;
}
body > .header .nav.main .dropdown-menu h3 {
    margin: 0 0 5px;
}
body > .header .nav.main .dropdown-menu p {
    color: #464646;
    font-size: 14px;
    line-height: 1.2;
    margin: 0 0 10px;
}
body > .header .nav.main .dropdown-menu ul {
    padding: 0;
}
body > .header .nav.main .dropdown-menu ul li a {
    color: #0c85a6;
    font-size: 14px;
    line-height: 1.4;
    padding: 0;
}
body > .header .nav.main .dropdown-menu ul li a:hover {
    background-color: #0c85a6;
    color: #fff;
    text-decoration: none;
}
body > .header .navbar {
    background-color: inherit;
    border: medium none;
    border-radius: 0;
    margin-bottom: 0;
    min-height: 0;
}
body > .header .navbar.main a {
    color: #fff;
    display: block;
    font-size: 13px;
    font-weight: bold;
    line-height: 1;
    margin: 0;
    padding: 10px 30px;
    vertical-align: middle;
}
body > .header .navbar.main a.btn {
    height: auto;
    margin: 4px 8px 0;
    padding: 5px 15px;
}
body > .header .navbar.main a:hover {
    background-color: #5ebcd2;
}
body > .header .navbar.main li.active > a:hover,
body > .header .navbar.main li.active > a {
    background-color: #ea572d;
    color: #fff;
}
body > .header .navbar.main .dropdown-menu a {
    color: #333;
}
body > .header .navbar.main .dropdown-menu li.active > a:hover,
body > .header .navbar.main .dropdown-menu li.active > a {
    background-color: transparent;
    color: #ea572d;
}
body > .header .navbar .tel {
    color: #0c85a6;
    display: block;
    font-size: 18px;
    font-weight: bold;
    text-align: right;
}
body > .header #navbartop a {
    font-size: 18px;
    font-weight: bold;
    color: #0c85a6;
}
body > .header #navbartop a:hover {
    color: #0c85a6;
    text-decoration: underline;
}
body > .header #navbartop li.active > a:hover,
body > .header #navbartop li.active > a {
    background-color: transparent;
    color: #ea572d;
    text-decoration: none;
}
body > .header #navbartop .social {
    padding: 8px 0 8px 15px;
}
body > .header #navbartop .social a {
    background-color: #0c85a6;
    border-radius: 6px;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    font-weight: normal;
    margin: 0 2px;
    padding: 6px 8px;
}
body > .header #navbartop .social a.facebook {
    background-color: #325390;
}
body > .header #navbartop .social a.linkedin {
    background-color: #276a9e;
}
body > .header #navbartop .social a.youtube {
    background-color: #ca2d37;
}
body > .header #navbartop .social a:hover {
    color: #fff;
    background-color: #0a708c;
    text-decoration: none;
}

body > .footer {
    background: #0a708c url("../images/footer.jpg") no-repeat center center / cover;
    color: #add9e2;
    padding: 100px 0;
    margin-top: 100px;
}

body > .footer .logo {
    background-image: url("../images/logo.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    height: auto;
    line-height: 1;
    min-height: 80px;
    overflow: hidden;
    padding: 0;
    text-indent: -999em;
    width: 100%;
}

body > .footer .separators {
    padding-bottom: 100px;
}

body > .footer .separators > div {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 18px;
    font-weight: bold;
    border-right: 2px solid #add9e2;
    justify-content: center;
}

body > .footer .separators > div:last-child {
    border-right: none;
}

body > .footer a {
    color: #add9e2;
    text-decoration: none;
}

body > .footer a:hover {
    color: #fff;
    text-decoration: none;
}

body > .footer .navbar-default {
    background-color: transparent;
    border: medium none;
    border-radius: 0;
    min-height: 10px;
}
body > .footer .navbar {
    text-align: center;
    margin-bottom: 0;
}
body > .footer .navbar > .bottom {
    display: block;
}
body > .footer .navbar > .bottom li {
    display: inline-block;
    float: none;
}
body > .footer .navbar-nav {
    float: none;
    display: inline-block;
}
body > .footer .navbar-nav a {
    color: #add9e2;
    font-weight: bold;
}
body > .footer .navbar-nav a:hover {
    color: #fff;
}
body > .footer .navbar-nav li.active a:hover,
body > .footer .navbar-nav li.active a {
    background-color: transparent;
    color: #fff;
}
body > .footer .social {
    padding: 8px 0;
}
body > .footer .social a {
    background-color: #63b5c7;
    border-radius: 6px;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    font-weight: normal;
    margin: 0 2px;
    padding: 6px 8px;
}
body > .footer .social a:hover {
    color: #fff;
    background-color: #85c5d3;
    text-decoration: none;
}
body > .footer .copyright {
    font-weight: bold;
}

body .tabs {
    border: 1px solid #ddd;
    border-radius: 0;
    padding: 0;
}

body .tabs .ui-widget-header {
    border-left: none;
    border-top: none;
    border-right: none;
    border-bottom: 1px solid #ddd;
    background-color: #fff;
    background-image: none;
    color: #0a708c;
    padding: 0;
}

body .tabs .ui-widget-header .ui-tab {
    border-left: none;
    border-top: none;
    border-bottom: none;
    border-right: 1px solid #ddd;
    background-color: #fff;
    background-image: none;
    color: #0a708c;
    width: 33.3333%;
    margin: 0;
    padding: 0;
}

body .tabs .ui-widget-header .ui-tab:last-child {
    border-right: none;
}

body .tabs .ui-widget-header .ui-state-active {
    background-color: #f9f9f9;
    background-image: none;
    color: #0a708c;
}

body .tabs .ui-widget-header .ui-tab a {
    border: none;
    background-image: none;
    color: #0a708c;
    font-weight: bold;
    font-size: 20px;
    padding: 10px;
    text-align: center;
    display: block;
    width: 100%;
}

body .tabs .ui-tabs-panel {
    padding: 0;
    border: none;
}

body .tabs .ui-tabs-panel > h3 {
    margin: 0;
    padding: 3% 0;
    background-color: #f9f9f9;
    text-align: center;
    color: #979797;
    font-size: 20px;
    border-bottom: 1px solid #ddd;
}

body .tabs .ui-tabs-panel .table {
    margin: 0;
    padding: 0;
}

body .tabs .ui-tabs-panel .table th,
body .tabs .ui-tabs-panel .table td {
    border: 1px solid #ddd;
    text-align: center;
    vertical-align: middle;
}

body .tabs .ui-tabs-panel .table td img {
    margin: 5%;
}

body .table .bg {
    background-color: #f9f9f9;
}

body .kenburns.marquee.inner {
    border-bottom: 4px solid #0a708c;
    height: 400px;
}

body .kenburns.marquee.inner > h1 {
    color: #fff;
    text-shadow: 0 0 1px #444;
    position: absolute;
    left: 12%;
    top: auto;
    right: auto;
    bottom: 20%;
    z-index: 9999;
}


/* Home */

body.home #marquee-home {
    border-bottom: 4px solid #0a708c;
}

body.home #covered {
    background-image: url("../images/faded1.jpg");
    background-position-y: bottom;
    border-bottom: 4px solid #0a708c;
}

body.home #covered h1 {
    margin-bottom: 50px;
}

body.home #covered img {
    margin-bottom: 15px;
}

body.home #covered .btn {
    margin-top: 25px;
}

body.home #why-choose-coastal {
    border-bottom: 15px solid #0a708c;
    text-align: center;
}

body.home #why-choose-coastal img {
    margin: 50px auto;
    max-width: 100%;
}

body.home #why-choose-coastal .btn {
    margin-top: 25px;
}

body.home #modifications {
    background-image: url("../images/home/5.jpg");
}

body.home #locations {
    background-image: url("../images/home/map.jpg");
    text-align: center;
}

body.home #locations > .container {
    max-width: 800px;
}

body.home #locations a,
body.home #locations h1 {
    color: #fff;
}

body.home #locations .btn-white {
    color: #0a708c;
    margin-top: 50px;
}

body.home #locations .city {
    text-align: center;
}

body.home #locations .city a {
    display: block;
    padding: 20px;
}

body.home #locations .fa-star {
    font-size: 24px;
    margin-right: 10px;
}

body.home #buying h1 {
    margin-bottom: 100px;
}



/* Containers > Sales */

body.sales #marquee-sales {
    background-image: url("../images/gallery/25.jpg");
    border-bottom: 4px solid #0a708c;
}

body.sales #marquee-sales h1 {
    color: #fff;
    text-shadow: 0 0 1px #444;
    padding: 8% 0 0 15%;
}

body.sales #for-sale {
    border-bottom: 4px solid #0a708c;
}

body.sales #for-sale h2 {
    margin-top: 50px;
}

body.sales #for-sale .tabs {
    margin-top: 30px;
}

body.sales #what-kind {
    background-image: url("../images/faded1.jpg");
    background-position-y: bottom;
}

body.sales #what-kind h3 {
    margin-bottom: 5px;
}

body.sales #what-kind > .container > .row:first-child {
    margin-bottom: 50px;
}

body.sales #gallery {
    background-image: url("../images/home/map.jpg");
    padding-bottom: 5%;
}

body.sales #containers {
    background-image: url("../images/gallery/25.jpg");
    margin-bottom: -100px;
    padding: 40% 0 0;
}

/* Containers > Leases */

body.leases #marquee-leases {
    background-image: url("../images/gallery/7.jpg");
    border-bottom: 4px solid #0a708c;
}

body.leases #marquee-leases h1 {
    color: #fff;
    text-shadow: 0 0 1px #444;
    padding: 8% 0 0 15%;
}

body.leases #general h2 {
    margin-top: 50px;
}

body.leases #containers {
    background-image: url("../images/gallery/26.jpg");
    margin-bottom: -100px;
    padding: 40% 0 0;
}


/* Modifications > Architecture */

body.architecture #marquee-architecture {
    background-image: url("../images/home/5.jpg");
    border-bottom: 4px solid #0a708c;
}

body.architecture #marquee-architecture h1 {
    color: #fff;
    text-shadow: 0 0 1px #444;
    padding: 8% 0 0 15%;
}

body.architecture #general h2 {
    margin-top: 50px;
}

body.architecture #general h3.nav {
    margin-bottom: 50px;
}

body.architecture #containers {
    background-image: url("../images/home/5.jpg");
    margin-bottom: -100px;
    padding: 40% 0 0;
}

/* Modifications > Options */

body.options #marquee-options {
    background-image: url("../images/gallery/27.jpg");
    border-bottom: 4px solid #0a708c;
}

body.options #marquee-options h1 {
    color: #fff;
    text-shadow: 0 0 1px #444;
    padding: 8% 0 0 15%;
}

body.options #general h2 {
    margin-top: 50px;
}

body.options #gallery a {
    padding: 30% 0;
    margin: 15px 0;
    display: block;
    width: 100%;
    background-color: #d6d6d6;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    text-indent: -999em;
}

body.options #containers {
    background-image: url("../images/gallery/27.jpg");
    margin-bottom: -100px;
    padding: 40% 0 0;
}

/* Locations */

body.locations #marquee-locations {
    background-image: url("../images/gallery/27.jpg");
}

body.locations #marquee-locations h1 {
    color: #fff;
    text-shadow: 0 0 1px #444;
    padding: 8% 0 0 15%;
}

body.locations #locations {
    background-image: url("../images/home/map.jpg");
    text-align: center;
}

body.locations #locations > .container {
    max-width: 800px;
}

body.locations #locations a,
body.locations #locations h1 {
    color: #fff;
}

body.locations #locations .btn-white {
    color: #0a708c;
    margin-top: 50px;
}

body.locations #locations .city {
    text-align: center;
}

body.locations #locations .city a {
    display: block;
    padding: 20px;
}

body.locations #locations .fa-star {
    font-size: 24px;
    margin-right: 10px;
}


/* About */

body.about #marquee-about {
    background-image: url("../images/gallery/15.jpg");
}

body.about #marquee-about h1 {
    color: #fff;
    padding: 6% 0 6% 15%;
}


/* Contact */

body #map {
    width: 100%;
    height: 500px;
    background-color: #f9f9f9;
}

body.contact label {
    display: block;
}

body.contact select,
body.contact textarea,
body.contact input[type="text"],
body.contact input[type="tel"],
body.contact input[type="email"] {
    background-color: #f9f9f9;
    border: 1px solid #eee;
    border-radius: 2px;
    margin-bottom: 25px;
}

body.contact select:focus,
body.contact textarea:focus,
body.contact input[type="text"]:focus,
body.contact input[type="tel"]:focus,
body.contact input[type="email"]:focus {
    border: 1px solid #ccc;
    box-shadow: none;
}

body.contact select:hover,
body.contact textarea:hover,
body.contact input[type="text"]:hover,
body.contact input[type="tel"]:hover,
body.contact input[type="email"]:hover {
    background-color: #f7f7f7;
}

body.contact textarea {
    height: 100px;
}

body.contact .info {
    padding-left: 50px;
}

body.contact .info strong {
    font-size: 18px;
}