@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: rgba(0, 0, 0, 0.6) !important;
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 99;
    padding: 2px 35px;
    box-shadow: rgba(0,0,0,0.1) 0px 5px 45px;
}
.navbar-dark .navbar-brand {
    margin-right: 0px;
    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: #fff;
    border-radius: 25px;
    padding-left: 15px;
    padding-right: 15px;
}
.navbar .nav-item > .nav-link:hover{
    color:#fff;
}
.navbar .socials .nav-item {
    margin-left: 10px;
}
.navbar .nav-item > .nav-link i {
    display: inline-block;
    vertical-align: middle;
    font-size: 24px;
}
.navbar .nav-item > .nav-link .info {
    display: inline-block;
    vertical-align: middle;
    padding-left: 10px;
    margin-left: 5px;
}
.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 0px 0px;
    height: auto;
    position: relative;
    background: url('../img/bg3.jpg') center no-repeat;
    background-size: cover;
}
.main .box {
    background: rgba(0, 0, 0, 0.5);
    padding: 40px 50px;
    border-radius: 5px;
    margin: auto;
    text-align: right;
}
.main:after {
    position: absolute;
    left: 0;
    margin-top:100;
    width: 100%;
    opacity: 1;
    z-index: 0;
    content: ' ';
    box-shadow: 0 0 150px 150px #fff, inset 0 -100px 90px -40px #fff, inset 0 0px 90px -40px #fff;
}
.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;
    padding-bottom: 300px;
}
.main h2 {
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    font-size: 3.8rem;
    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: 40px 0px 150px 0px;
    text-align: center;
    position: relative;
    margin-top:-100px;
}
.features h3 {
    line-height: 1.33333;
    font-weight: 300;
    font-size: 2rem;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 50px;
}

.features .box hr {
    width:30%;
    text-align: center;
    margin-bottom: 50px;
    margin-top: 20px;
    background: #fff;
    display: none;
}
.features .box hr:after {
    position: absolute;
    text-align: center;
    border:3px solid #eee;
    width: 15px;
    height: 15px;
    background: rgba(39, 60, 117, 1.0);
    z-index: 0;
    content: ' ';
    margin-top: -8px;
    margin-left: -9px;  
}

.features .box {
    background: rgba(39, 60, 117,1.0)!important;
    padding: 55px 35px 55px 35px;
    box-shadow: rgba(0,0,0,0.1) 0px 5px 45px;
    text-align: left;
    width: 100%;
    height: auto;
    border-radius: 10px;
}
.features .box .service {
    display: block;
    position: relative;
    padding-top: 10px;
    padding-bottom: 10px;
}
.features .box .service img {
    width: 32px;
    height: 32px;
}
.features .circle {
    text-align: center;
}
.features .box .service .info {
    vertical-align: middle;
    color:rgba(255, 255, 255, 0.8);
    text-align: center;
    margin-top: 10px;
}
.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;
}
.features .image-dots {
    z-index: 0;
    margin:auto;
    margin-top: 30%;
    margin-left: -50px;
    position: absolute;
}
.features .image-dots img {
    border-radius: 5px;
    box-shadow: 0px 0px 25px 1px rgba(0,0,0,0.5);
}

/* ICON FEATURES */
.icon-features {
    display: block;
    position: relative;
    padding: 80px 0px 80px 0px;
    background: url('../img/bg2.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.65;
}
.icon-features .container {
    position: relative;
    z-index: 1;
}
.icon-features .icon-feature .info {
    vertical-align: middle;
    margin: auto;
    width: calc(100% - 40px);
    margin-top: 20px;
}
.icon-features .icon-feature {
    text-align: center;
}
.icon-features .icon-feature img {
    width: 80px;
    height: 80px;
    vertical-align: middle;
    box-shadow: rgba(255,255,255,0.5) 0px 5px 45px;
    opacity: 1;
    margin: auto;
    border-radius: 100px;
    margin-bottom: 20px;
}
.icon-features hr {
    width: 30%;
    height: 2px;
    background: #fff;
    border: none;
    opacity: 0.3;
    margin-top: 10px;
}
.icon-features .icon-feature b {
    font-size: 1.1rem;
    font-weight: bold;
    display: block;
    color: #fff;
    margin: 0;
}
.icon-features .icon-feature span {
    font-size: 15px;
    margin-top: 20px;
    color: #fff;
    display: block;
}
.icon-features .fa-star {
    color:#eee;
    opacity: 0.8;
    margin-top: 10px;
}

/* PROPERTY INFO */
.property-info {
    position: relative;
    display: block;
    padding: 60px 0px 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: rgba(39, 60, 117,1);
    margin-bottom: 20px;
}
.property-info hr {
    display: none;
}
.property-info img {
    width: 100%;
    height: 200px;
    margin-top: 20px;
    border-radius: 5px;
}
.property-info .property-item {
    text-align: center;
}
.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;
}
.property-info .image img {
    width:50px;
    height: 50px;
    margin: 40px 0px 10px 0px;
}

/* NEW-FEATURES */
.new-features {
    display: block;
    padding: 0px 0px 100px 0px;
    text-align: center;
    position: relative;
    background: #fff;
}
.new-features h3 {
    line-height: 1.33333;
    font-weight: 300;
    font-size: 2rem;
    color: rgba(39, 60, 117,1.0);
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 50px;
}
.new-features .box {
    background: rgba(255, 255, 255,1.0)!important;
    padding: 60px 35px 60px 35px;
    box-shadow: rgba(0,0,0,0.1) 0px 5px 45px;
    text-align: left;
    width: 100%;
    height: auto;
    border-radius: 10px;
    margin-top: -350px;
}
.new-features .box hr {
    width:30%;
    text-align: center;
    margin-bottom: 50px;
    margin-top: 20px;
    display: none;
}
.new-features .box hr:after {
    position: absolute;
    text-align: center;
    border:3px solid #eee;
    width: 15px;
    height: 15px;
    background: rgba(0, 0, 0,1.0);
    z-index: 0;
    content: ' ';
    margin-top: -9px;
    margin-left: -9px;  
}
.new-features li {
    margin: 20px 0px;
    font-size: 18px;
}
.new-features .image-dots {
    z-index: 0;
    margin-top: 30%;
    margin-left: -150px;
    position: absolute;
    margin-top: -200px;
}
.new-features .image-dots img {
    border-radius: 5px;
    width: 70%;
}
.new-features .image-dots .second {
    margin-top: -100px;
    margin-left: 150px;
}

/* 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: rgba(39, 60, 117,1.0);
    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: 150px 0px 30px 0px;
}
.meet hr {
    margin: 0px 0px 80px 0px;
}
.meet h4 {
    color:#000;
    font-size: 19px;
    font-weight: 600;
    opacity: 0.65;
}
.meet h3 {
    letter-spacing: -.025em;
    line-height: 1.33333;
    font-weight: 600;
    font-size: 2.571rem;
    color: #273c75; 
}
.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.4rem;
    color: #000;
    opacity: 1;
}
.meet .image-dots {
    position: relative;
    z-index: 0;
}
.meet .image-dots img {
    border-radius: 5px;
    margin-bottom: 10px;
}
.meet .image-dots .dots {
    position: absolute;
    z-index: -1;
    right: -25%;
    bottom: -19%;
    width: 101%;
    top: 50%;
    opacity: 0.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: #273c75;
    color: #fff;
    font-weight: bold;
    padding: 10px 25px;
    border-color: #273c75;
    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: rgba(39, 60, 117,1.0);
}

/* 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-top: 250px!important;
    }
    .main .container {
        padding-bottom: 250px;
    }
    .main .box {
        padding: 30px 40px;
        text-align: left;
    }
    .main h2 {
        font-size: 2.2rem;
        line-height: 3.8rem;
        text-align:left;
    }
    .main:after {
        position: absolute;
        left: 0;
        margin-top:40px;
        width: 100%;
        opacity: 1;
        z-index: 0;
        content: ' ';
        box-shadow: 0 0 150px 150px #fff, inset 0 -100px 90px -40px #fff, inset 0 0px 90px -40px #fff;
    }
    .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 h3 {
        margin-bottom: 20px;
    }
    .features .box {
        padding: 55px 35px 55px 35px;
        width: 90%;
        margin: auto;
    }
    .features .box hr {
        width: 30%;
        text-align: center;
        margin-bottom: 20px;
        margin-top: 20px;
    }
    .features .shadow-images {
        margin-top: 0!important;
    }
    .features .box .service img {
        width: 40px;
        height: 40px;
        margin: 13px 0px 0px 0px;
    }
    .features ul {
        float: none;
        width: 100%;
        margin-top: 0px;
    }
    .features .image-dots {
        position: relative;
        margin-top: -30px;
        width: 80%;
        margin-left: auto;
        margin-right: auto;
    }
    .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: 50px;
        margin-bottom: 0px;
    }
    .property-info .image img{
        margin: 20px 0px 10px 0px;
    }
    .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;
    }
    .property-info .col-6{
        padding: 0px 5px!important;
    }
    .property-info img {
        height: auto;
        margin-top: 5px;
        margin-bottom: 5px;
        width: 100%;
    }
    .new {
        height: 300px!important;
    }
    .new-features .box {
        margin-top: -50px;
        padding: 50px 0px;
    }
    .new-features h3 {
        margin-bottom: 20px;
    }
    .new-features li {
        font-size: 15px;
        margin: 15px 0px;
    }
    .new-features .image-dots {
        margin:0;
        margin-left: auto;
        margin-right: auto;
        margin-top: -40px;
    }
    .new-features .image-dots img {
        width:90%;
    }
    .new-features .image-dots .second {
        display: none;
    }
    .gallery {
        padding: 50px 0px;
    }
    .gallery .custom-slider {
        padding: 0px;
    }
    .gallery .control {
        top: 0px;
        width:40px;
        height: 40px;
        line-height: 0;
    }
    .meet {
        padding: auto;
        margin: auto;
        text-align: center;
    }
    .meet .info {
        text-align: left;
    }
    .meet hr {
        margin-bottom: 40px;
    }
    .meet .image-dots img {
        margin: auto;
        width: 80%;
        margin-bottom: 20px;
    }
    .gallery {
        padding-top: 0;
        padding-bottom: 40px;
    }
    .icon-features hr {
        display: none;
    }
    .icon-features b {
        text-align: center!important;
        margin-top: 10px;
    }
    .icon-features {
        padding: 80px 0px 40px 0px;
        text-align: center;
    }
    .icon-features .icon-feature img {
        margin-bottom: 0;
    }
    .icon-features .icon-feature .info {
        display: block;
        width: 100%;
        padding-left: 0;
        margin: 0px 0px 40px 0px;
    }
    .icon-features .icon-feature span {
        margin-top: 5px;
    }
    .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;
    }
}