@charset "utf-8";
/*
	Author: Filip Todorov - www.filiptodorov.com
	Project: Beach Point
	All rights reserved
*/
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700');

body, html {
    font-family: 'Open Sans', sans-serif;
    position: relative;
    font-size: 14px;
    line-height: 1.42857143; 
}

/* NAVIGATION */
.navbar-dark {
    background: #fff !important;
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 99;
    padding: 5px 35px;
    box-shadow: rgba(0,0,0,0.1) 0px 5px 45px;
}
.navbar-dark .navbar-brand {
    margin-right: 0px;
    border-bottom: 2px solid rgba(255,255,255,0.25);
    padding: 20px 20px 20px 0px;
}
.navbar .navbar-brand img {
    height: 60px;
}
.navbar .nav-item > .nav-link {
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: .025em;
    font-weight: 600;
    color: #000;
    border: 2px solid #fff;
    border-radius: 25px;
    padding-left: 15px;
    padding-right: 15px;
}
.navbar .nav-item > .nav-link:hover{
    color:#000;
}
.navbar .socials .nav-item {
    margin-left: 10px;
}
.navbar .socials .nav-item > a {
    color: #454545;
    font-size: 1.35rem;
}
.navbar .nav-item > .nav-link i {
    display: inline-block;
    vertical-align: middle;
    font-size: 24px;
    color: #e74c3c;
}
.navbar .nav-item > .nav-link .info {
    display: inline-block;
    vertical-align: middle;
    padding-left: 10px;
    margin-left: 5px;
    border-left: 1px solid #ddd;
}
.navbar .nav-item > .nav-link span {
    display: block;
    font-size: 0.95rem;
    font-weight: 400;
    font-family: sans-serif;
    color: #7a7a7a;
}
.navbar .nav-item > .nav-link b {
    font-weight: bold;
    margin-top: -3px;
    display: block;
}

/* MAIN */
.main {
    margin: auto;
    padding: 250px 0px 200px 0px;
    height: auto;
    position: relative;
    background: url('../img/bg3.jpg') center no-repeat;
    background-size: cover;
}
.main .box {
    background: rgba(0, 0, 0, 0.6);
    padding: 40px 50px;
    border-radius: 5px;
}
.main:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.05;
    z-index: 0;
    content: ' ';
}
.main:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    content: ' ';
    background: -moz-linear-gradient(top, rgba(0,0,0,0.33) 0%, rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.33) 0%,rgba(0,0,0,0) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0.33) 0%,rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 );
}
.main .container {
    position: relative;
    z-index: 2;
}
.main h2 {
    font-weight: 600;
    color: #fff;
    font-size: 2.5rem;
    line-height: 1.1;
    display: block;
    margin: auto;
    position: relative;
    margin-bottom: 15px;
}
.main h2 span {
    display: block;
}
.main h2 .colored {
    color: #B5F44A;
}
.main p {
    color: rgba(255,255,255,0.85);
    font-size: 1.2rem;
    line-height: 1.5;
    margin-top: 5px;
}

/* FEATURES */
.features {
    display: block;
    padding: 80px 0px;
    text-align: center;
}
.features h3 {
    line-height: 1.33333;
    font-weight: 300;
    font-size: 2.571rem;
    color: #000;
    text-align: center;
}
.features .image-dots {
    position: relative;
    z-index: 0;
    box-shadow: rgba(0,0,0,0.1) 0px 5px 35px;
    height: 290px;
    width:300px;
    margin:auto;
}
.features .image-dots img {
    border-radius: 5px;
}
.features .image-dots .dots {
    position: absolute;
    z-index: -1;
    left: -10%;
    bottom: 10%;
    width: 90%;
    top: 17%;
    height: 200px;
    background: #eee;
    border-radius: 5px;
}

.features .box hr {
    width:30%;
    text-align: center;
    margin-bottom: 50px;
    margin-top: 20px;
}
.features .box hr:after {
    position: absolute;
    text-align: center;
    border:3px solid #eee;
    border-radius: 50px;
    width: 23px;
    height: 23px;
    background: #E74C3C;
    z-index: 0;
    content: ' ';
    margin-top: -13px;
    margin-left: -13px;  
}
.features {
    display: block;
    position: relative;
}
.features .box {
    background: none!important;
    padding: 55px 35px 90px 35px;
    box-shadow: rgba(0,0,0,0.1) 0px 5px 45px;
    text-align: left;
}
.features .box .service {
    display: block;
    position: relative;
    padding-top: 10px;
    padding-bottom: 10px;
}
.features .box .service img {
    display: inline-block;
    width: 32px;
    height: 32px;
    opacity: 0.8;
    margin: 15px;
}
.features .circle {
    background:#fff;
    border-radius: 100px;
    display: inline-block;
    border: 4px solid #eee;
}
.features .box .service .info {
    display: inline-block;
    vertical-align: middle;
    padding-left: 15px;
}
.features .box .service .info span {
    display: block;
    font-weight: normal;
    font-size: 1rem;
}
.features .box .service .info b {
    display: block;
    font-size: 1.15rem;
    font-weight: bold;
}

/* ICON FEATURES */
.icon-features {
    display: block;
    position: relative;
    padding: 70px 0px 70px 0px;
    background: url('../img/bg1.jpg') center no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
.icon-features:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    content: ' ';
    z-index: 0;
    opacity: 0.75;
}
.icon-features .container {
    position: relative;
    z-index: 1;
}
.icon-features .icon-feature {
    position: relative;
    display: block;
    margin-top: 15px;
    margin-bottom: 15px;
    background: #fff;
    padding: 15px;
    border-radius: 4px;
}
.icon-features .col-md:not(:first-child) .icon-feature:before {
    position: absolute;
    top: 0;
    left: -15px;
    width: 2px;
    height: 80%;
    bottom: 0;
    margin: auto;
    content: ' ';
    background: #fff;
    opacity: 0.2;
}
.icon-features .icon-feature .info {
    display: inline-block;
    vertical-align: middle;
    padding-left: 10px;
    width: calc(100% - 60px);
}
.icon-features .icon-feature img {
    width: 60px;
    height: 60px;
    display: inline-block;
    vertical-align: middle;
    margin: auto;
    box-shadow: rgba(0,0,0,0.1) 0px 5px 45px;
    filter: brightness(0);
    opacity: 0.25;
}
.icon-features .icon-feature b {
    font-size: 1.1rem;
    font-weight: bold;
    text-align: left;
    display: block;
    color: #333;
}
.icon-features .icon-feature span {
    font-size: 12px;
    color: #999;
    display: block;
}
.icon-features hr {
    width: 100%;
    height: 2px;
    background: #fff;
    border: none;
    opacity: 0.2;
}

/* PROPERTY INFO */
.property-info {
    position: relative;
    display: block;
    padding: 80px 0px;
    text-align: center;
}
.property-info:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #f2f3f4;
    content: ' ';
    z-index: 0;
}
.property-info .container {
    position: relative;
    z-index: 1;
}
.property-info h3 {
    line-height: 1.33333;
    font-weight: 500;
    font-size: 2rem;
    text-align: left;
    color: #e74c3c;
    margin-bottom: 20px;
}
.property-info hr {
    display: none;
}
.property-info img {
    box-shadow: 2px 2px 6px rgba(255, 51, 51, 0.25);
}
.property-info .property-item {
    display: block;
    text-align: left;
    margin: 15px 0px;
}
.property-info .property-item b {
    font-size: 1.1rem;
    font-weight: bold;
    color: #222;
    display: block;
    line-height: 1;
}
.property-info .property-item span {
    display: block;
    font-size: 1rem;
    font-weight: 400;
    color: #000;
    letter-spacing: 0.05rem;
    margin-top: 0px;
}

/* NEW FEATURES */
.new-features {
    display: block;
    padding: 80px 0px 0px 0px;
}
.new-features h3 {
    line-height: 1.33333;
    font-weight: 300;
    font-size: 2.571rem;
    color: #000;
    text-align: center;
}
.new-features hr {
    width:20%;
    text-align: center;
    margin-bottom: 50px;
    margin-top: 20px;
}
.new-features hr:after {
    position: absolute;
    text-align: center;
    border:3px solid #eee;
    border-radius: 50px;
    width: 23px;
    height: 23px;
    background: #E74C3C;
    z-index: 0;
    content: ' ';
    margin-top: -13px;
    margin-left: -13px;  
}
.new-features .box {
    display: block;
    background: #fff;
    border: 2px solid #eee;
    color: #000;
    border-radius: 10px;
}
.new-features .box h3 {
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
    padding-bottom: 20px;
    margin-bottom: 10px;
    padding-top: 20px;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    border-radius: 5px;
    background: #E74C3C;
    color:#fff;
}
.new-features .box ul {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0px 20px 10px 20px;
}
.new-features .box ul li {
    display: block;
    position: relative;
    padding: 10px 0px;
}
.new-features .box ul li span {
    float: left;
}
.new-features .box ul li b {
    float: right;
}

/* GALLERY */
.gallery {
    display: block;
    position: relative;
    background: #fff;
    padding: 80px 0px 0px 0px;
}
.gallery .custom-slider {
    position: relative;
    padding: 0px 5px;
}
.gallery .custom-slider .slide-item {
    display: block;
    position: relative;
    width: 100%;
    height: 300px;
    overflow: hidden;
}
.gallery .custom-slider .slide-item:after {
    position: absolute;
    top: 10px;
    left: 5px;
    width: calc(100% - 10px);
    height: calc(100% - 20px);
    z-index: 1;
    content: '\f002';
    font-family: 'FontAwesome';
    background: rgba(0,0,0,0.3);
    padding: 15px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #fff;
    font-size: 2rem;
    justify-content: center;
    opacity: 0;
    -webkit-transition: 0.3s ease all;
    -o-transition: 0.3s ease all;
    transition: 0.3s ease all;
}
.gallery .custom-slider .slide-item img {
    position: absolute;
    top: 10px;
    left: 5px;
    width: calc(100% - 10px);
    height: calc(100% - 20px);
    object-fit: cover;
    -webkit-transition: 0.3s ease all;
    -o-transition: 0.3s ease all;
    transition: 0.3s ease all;
}
.gallery .custom-slider .slide-item:hover {
    cursor: pointer;
}
.gallery .custom-slider .slide-item:hover:after {
    opacity: 1;
}
.gallery .control {
    position: absolute;
    top: 0;
    left: 30px;
    bottom: 0;
    margin: auto;
    width: 50px;
    height: 50px;
    background: #e74c3c;
    color: #fff;
    text-align: center;
    line-height: 50px;
    font-size: 28px;
    margin: auto;
    z-index: 3;
    opacity: 0.5;
}
.gallery .control:hover,
.gallery .control:focus {
    opacity: 1;
}
.gallery .control.right {
    left: auto;
    right: 30px;
}

/* MEET */
.meet {
    display: block;
    padding: 80px 0px 0px 0px;
}
.meet .box {
    background: #fff;
}
.meet hr {
    margin: 0px 0px 80px 0px;
}
.meet h4 {
    opacity: 0.5;
}
.meet h3 {
    letter-spacing: -.025em;
    line-height: 1.33333;
    font-weight: 600;
    font-size: 2.571rem;
    color: #e74c3c; 
}
.meet p:not(.lead) {
    font-size: 1rem;
    line-height: 1.714;
    color: #000;
}
.meet p.v2 {
    letter-spacing: 0px;
}
.meet p.lead {
    font-size: 1.45rem;
    color: #000;
}
.meet .image-dots {
    position: relative;
    z-index: 0;
}
.meet .image-dots img{
    border:15px solid #eee;
    border-radius: 2px;
    margin-bottom: 10px;
}
.meet .image-dots .dots {
    position: absolute;
    z-index: -1;
    right: -25%;
    bottom: -19%;
    width: 101%;
    top: 50%;
    opacity: .8;
    background: url(../img/dots.png) 0 0 repeat;
}
.meet .image-dots .numbers {
    position: absolute;
    bottom: -75px;
    left: 15px;
    z-index: 9;
    text-align: right;
}
.meet .image-dots .numbers span {
    font-size: 6rem;
    letter-spacing: -0.2rem;
    font-weight: bold;
    color: #000;
    display: block;
    line-height: 1;
}
.meet .image-dots .numbers b {
    font-size: 1.5rem;
    text-transform: uppercase;
    font-weight: bold;
    color: #000;
    display: block;
    margin-top: -15px;
    margin-right: 5px;
}

/* BUTTONS */
.btn-primary {
    background: #e74c3c;
    color: #fff;
    font-weight: bold;
    padding: 10px 25px;
    border-color: #e74c3c;
    text-shadow: rgba(0,0,0,0.35) 0px 1px 1px;
    border-radius: 2px;
    text-transform: uppercase;
}
.btn-primary:hover,
.btn-primary:focus {
    box-shadow: rgba(0,0,0,0.1) 0px 5px 35px;
    color: #fff;
    background: #000;
    border-color: #000;
}


.fa-fw {
    color: #e74c3c;
}

/* FOOTER */
footer {
    display: block;
    padding: 20px 0px;
}
footer hr {
    margin-top: 0px;
    margin-bottom: 20px;
}
footer .logo {
    height: 50px;
    display:inline-block;
    vertical-align:middle;
}
footer p {
    line-height: 25px;
    margin: 0px;
    padding-left: 15px;
    color: #666;
    display:inline-block;
    vertical-align:middle;
}

footer .socials {
    display: block;
    text-align: right;
    list-style: none;
    margin: 0;
    padding: 0;
    line-height: 25px;
    padding: 12.5px 0px;
}

footer .socials li {
    display: inline-block;
}
footer .socials li a {
    font-size: 1.4rem;
    color: #000;
}

@media (max-width:768px) {
    body {
        overflow-x: hidden;
    }
    body, html {
        font-size: 11px;
    }
    .main {
        padding: 190px 0px 100px 0px;
    }
    .main .box {
        padding: 30px 40px;
    }
    .main h2 {
        font-size: 3rem;
        line-height: 3.8rem;
    }
    .hidden-mobile {
        display: none !important;
    }
    .navbar-nav {
        width: auto;
        display: inline-block;
        position: absolute;
        top: 15px;
        right: 15px;
    }
    .socials{
        display: none;
    }
    .navbar .nav-item > .nav-link i {
        width: 19px;
    }
    .features {
        padding: 0;
        padding-bottom: 50px;
    }
    .features .box {
        padding: 55px 35px 55px 35px;
    }
    .features .shadow-images {
        margin-top: 0!important;
    }
    .features .box .service img {
        width: 25px;
        height: 25px;
        margin: 13px;
    }
    .features .box .service .info {
        padding-left: 10px;
    }
    .features ul {
        float: none;
        width: 100%;
        margin-top: 0px;
    }
    .features .image-dots {
        margin-top: 30px;
    }
    .features .image-dots .numbers b {
        margin-top: -10px;
    }
    .features .image-dots .numbers {
        bottom: -60px;
    }
    .property-info .property-item {
        padding-bottom: 5px;
        margin-top: 15px;
        text-align: center;
    }
    .property-info {
        padding: 40px 0px 20px 0px;
    }
    .property-info h3 {
        text-align: center;
        margin-top: 20px;
    }
    .property-info .property-item b {
        font-size: 1.5rem !important;
    }
    .property-info .property-item span {
        font-size: 1rem !important;
    }
    .property-info .image {
        margin: 10px 0px 10px 0px;
    }
    .new-features {
        padding: 50px 0px 0px 0px;
    }
    .new-features hr {
        width: 40%;
    }
    .new-features .box {
        margin-bottom: 20px;
    }
    .new-features .box ul li {
        padding: 8px 0px;
        font-size: 12px;
    }
    .gallery {
        padding: 50px 0px;
    }
    .gallery .custom-slider {
        padding: 0px;
    }
    .gallery .control {
        top: 0px;
        width:40px;
        height: 40px;
        line-height: 0;
    }
    .meet {
        padding: 20px 0px 50px 0px;
    }
    .meet hr {
        margin-bottom: 40px;
    }
    .gallery {
        padding-bottom: 40px;
    }
    .icon-features hr {
        display: none;
    }
    .icon-features b {
        text-align: center!important;
        margin-top: 10px;
    }
    .icon-features {
        padding: 30px 0px;
        text-align: center;
    }
    .icon-features .icon-feature .info {
        display: block;
        width: 100%;
        padding-left: 0;
    }
    .meet .box .info {
        padding: 0px;
    }
    footer {
        padding-top: 0px;
        text-align: left;
    }
    footer .logo {
        height: 50px;
    }
    footer .logo,
    footer p {
        float: none;
        text-align: left;
    }
    footer p {
        margin: 0px;
        padding: 0px;
    }
    footer .socials {
        text-align: left;
    }
}