@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');
@import url('https://fonts.googleapis.com/css?family=Raleway:300,400,500,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: #3399cc;
}
.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: 100vh;
    position: relative;
    background: url('../img/bg3.jpg') center no-repeat;
    background-size: cover;
}
.main .box {
    background: #fff;
    padding: 40px 50px;
    border-radius: 5px;
    color:#000;
}
.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;
    font-size: 2.5rem;
    line-height: 1.1;
    display: block;
    margin: auto;
    position: relative;
    margin-bottom: 25px;
}
.main h2:before {
    position: absolute;
    top: -85%;
    left: -30px;
    width: 15px;
    height: 70px;
    background: #3f85ce;
    content: "";
}
.main h2 span {
    display: block;
}
.main h2 .colored {
    color: #B5F44A;
}
.main p {
    font-size: 1.2rem;
    line-height: 1.5;
    margin-top: 5px;
}

/* PROPERTY INFO */
.property-info {
    position: relative;
    display: block;
    padding: 20px 0px 60px 0px;
}
.property-info .text{
    position: relative;
    display: block;
    padding: 60px 40px;
    border-radius: 10px;
}
.property-info .container {
    position: relative;
    z-index: 1;
}
.property-info h3 {
    line-height: normal;
    font-weight: 500;
    font-size: 3rem;
    text-align: left;
    margin-bottom: 20px;
    font-family: Raleway;
}
.property-info p {
    line-height: 26px;
    color: #797979;
    margin-top: 20px;
    font-weight: 400;
}
.property-info hr {
    display: inline-block;
    width: 96px;
    height: 1.5px;
    background: #3f85ce;
    margin: 0 0 15px 0;
}
.property-info .box {
    background: #fff!important;
    text-align: center;
    box-shadow: rgba(0,0,0,0.1) 0px 5px 45px;
    padding: 30px 15px 20px 15px;
    margin-top: 55px;
}
.property-info .image {
    display: block;
    vertical-align: middle;
}
.property-info .property-item {
    display: block;
    margin: 15px 0px;
}
.property-info .property-item b {
    font-weight: bold;
    display: block;
    line-height: 1;
    font-size: 18px;
    margin: 10px 0 5px 0;
    color: #212121;
    font-family: Raleway;
}
.property-info .property-item span {
    display: block;
    font-size: 0.9rem;
    font-weight: 400;
    color: #212121;
    letter-spacing: 0.05rem;
    margin-top: 0px;
        font-family: Raleway;
}
.property-info img {
    box-shadow: 2px 2px 6px rgba(255, 255, 255, 0.25);
    margin: auto;
}
.property-info .dots {
    position: absolute;
    z-index: -1;
    left: -5%;
    bottom: 10%;
    width: 90%;
    top: 25%;
    height: 300px;
    background: none;
    border:3px solid #3f85ce;
}

/* FEATURES */
.features {
    display: block;
    position: relative;
    padding: 40px 0px;
    background: url('../img/bg1.jpg') center no-repeat;
    background-size: cover;
    background-attachment: fixed;
    color:#fff!important;
}
.features:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    content: ' ';
    z-index: 0;
    opacity: 0.8;
}
.features .container {
    position: relative;
    z-index: 1;
}
.features h3 {
    line-height: 1.33333;
    font-weight: 300;
    font-size: 2.571rem;
    color: #fff;
    text-align: center;
    margin-bottom: 25px;
}
.features .box hr {
    position: absolute;
    left: 50%;
    height: 2px;
    border: none;
    margin-top: -10px;
    background: #3f85ce;
    content: "";
    display: inline-block;
    width: 95px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.features .box .title:after {
    position: absolute;
    left: 50%;
    height: 2px;
    background: #3f85ce;
    content: "";
    display: inline-block;
    width: 95px;
    transform: translateX(-50%);
    margin-left: 40px;
}
.features .elements {
    margin-top: 80px;
}
.features .box {
    background: none;
    padding: 55px 35px 55px 35px;
    box-shadow: rgba(0,0,0,0.1) 0px 5px 45px;
    text-align: left;
}
.features .box .service {
    display: block;
    position: relative;
    padding-top: 20px;
    padding-bottom: 10px;
}
.features .box .service img {
    display: inline-block;
    width: 32px;
    height: 32px;
    opacity: 0.8;
    margin: 20px;
}
.features .circle {
    display: inline-block;
    border: 1px solid #fff;
    margin-right: 15px;
}
.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;
}

/* NEW-FEATURES */
.new-features {
    padding: 80px 0px;
}
.new-features .box {
    border: 1px solid #ededed;
    margin: auto;
    width: 500px;
    position: relative;
    z-index:1;
    padding: 50px;
    background: #fff;
}
.new-features .box-second {
    border: 1px solid #ededed;
    margin: auto;
    width: 500px;
    position: relative;
    z-index:1;
    padding: 50px;
    background: #fff;
    margin-left: -160px;
}
.new-features hr {
    height: 2px;
    border: none;
    margin-top: 5px;
    background: #3f85ce;
    content: "";
    display: inline-block;
    width: 95px;
    margin-bottom: 20px;
}
.new-features img {
    width: 100%;
    height: auto;
    display: block;
}
.new-features .circle {
    border: 2px solid #3f85ce;
    height: 10px;
    width: 10px;
    border-radius: 50px;
    display: inline-block;
}
.new-features h5 {
    margin: 0px 0px 35px 0px;
    color: #797979;
    font-family: 'Lato',sans-serif;
    font-weight: 400;
}
.new-features p {
    margin-bottom: 10px;
    display: inline-block;
}

/* CLIENTS */
.clients {
    display: block;
    position: relative;
    padding: 60px 0px 20px 0px;
    background: url('../img/bg.jpg') center no-repeat;
    background-size: cover;
    background-attachment: fixed;
    color:#fff!important;
}
.clients:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    content: ' ';
    z-index: 0;
    opacity: 0.8;
}
.clients .container {
    position: relative;
    z-index: 1;
}
.clients h3 {
    line-height: 1.33333;
    font-weight: 300;
    font-size: 2.571rem;
    color: #fff;
    text-align: center;
    margin-bottom: 25px;
}
.clients .box hr {
    position: absolute;
    left: 50%;
    height: 2px;
    border: none;
    margin-top: -10px;
    background: #3f85ce;
    content: "";
    display: inline-block;
    width: 95px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.clients .box .title:after {
    position: absolute;
    left: 50%;
    height: 2px;
    background: #3f85ce;
    content: "";
    display: inline-block;
    width: 95px;
    transform: translateX(-50%);
    margin-left: 40px;
}
.clients .box {
    background: none;
    padding: 55px 35px 55px 35px;
    box-shadow: rgba(0,0,0,0.1) 0px 5px 45px;
    text-align: left;
}
.clients .say {
    margin-top: 80px;
}
.clients .cloud-left {
    background: #3f85ce;
    padding: 30px 50px;
    float: left;
    width: 100%;
    border-radius: 8px;
    position: relative;
}
.clients .client-left {
    float: left;
    margin-right: -5%;
    position: relative;
    top: -30px;
    border-radius: 8px;
    z-index: 1;
}
.clients .client-left:before {
    position: absolute;
    background: url('../img//icons2/say-left.png') no-repeat 0 0;
    width: 65px;
    height: 30px;
    background-size: 65px 30px;
    content: "";
    left: 20%;
    bottom: -30px;
}
.say-info-left {
    float: left;
    width: auto;
    margin: 35px 0 0 0;
    padding-left: 10%;
}
.say-info-left img {
    width: 60px !important;
    height: 60px !important;
    display: inline-block !important;
}
.say-info-left h4 {
    display: inline-block;
    padding-left: 20px;
    font-size: 16px;
    font-weight: 600;
}
.clients .cloud-right {
    background: #5093d3;
    padding: 30px 50px;
    border-radius: 8px;
    position: relative;
    float: left;
    width: 100%;
}
.clients .client-right {
    float: left;
    position: relative;
    margin-left: -5%;
}
.clients .client-right:before {
    position: absolute;
    background: url('../img//icons2/say-right.png') no-repeat 0 0;
    width: 65px;
    height: 30px;
    background-size: 65px 30px;
    content: "";
    right: 20%;
    bottom: -30px;
}
.say-info-right {
    float: right;
    width: auto;
    margin: 35px 0 0 0;
    padding-right: 10%;
}
.say-info-right img {
    width: 60px !important;
    height: 60px !important;
    display: inline-block !important;
}
.say-info-right h4 {
    display: inline-block;
    padding-left: 20px;
    font-size: 16px;
    font-weight: 600;
}

/* GALLERY */
.gallery h3 {
    line-height: 1.33333;
    font-weight: 300;
    font-size: 2.571rem;
    color: #000;
    text-align: center;
    margin-bottom: 25px;
}
.gallery .box hr {
    position: absolute;
    left: 50%;
    height: 2px;
    border: none;
    margin-top: -10px;
    background: #3f85ce;
    content: "";
    display: inline-block;
    width: 95px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.gallery .box .title:after {
    position: absolute;
    left: 50%;
    height: 2px;
    background: #3f85ce;
    content: "";
    display: inline-block;
    width: 95px;
    transform: translateX(-50%);
    margin-left: 40px;
}
.gallery {
    display: block;
    position: relative;
    background: #fff;
    padding: 80px 0px 0px 0px;
}
.gallery .custom-slider {
    position: relative;
    padding: 0px 5px;
    margin-top: 80px;
}
.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: #3399cc;
    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 h3 {
    line-height: 1.33333;
    font-weight: 300;
    font-size: 2.571rem;
    color: #000;
    text-align: center;
    margin-bottom: 25px;
}
.meet .box hr {
    position: absolute;
    left: 50%;
    height: 2px;
    border: none;
    margin-top: -10px;
    background: #3f85ce;
    content: "";
    display: inline-block;
    width: 95px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.meet .box .title:after {
    position: absolute;
    left: 50%;
    height: 2px;
    background: #3f85ce;
    content: "";
    display: inline-block;
    width: 95px;
    transform: translateX(-50%);
    margin-left: 40px;
}
.meet {
    display: block;
    padding: 80px 0px 0px 0px;
}
.meet .text {
    margin-top: 80px;
}
.meet .box {
    background: #fff;
}
.meet hr {
    margin: 0px 0px 80px 0px;
}
.broker-name {
    display: inline-block;
    width: 100%;
    font-size: 18px;
    color: #c1c2c4;
    margin: 40px 0 50px 0;
}
.meet .broker-name h4 {
    color:#212121;
    font-family: Raleway;
    margin-bottom: 10px;
    font-size: 28px;
    font-weight: 700;
    line-height: normal;
}
.meet .broker-name h4:before {
    position: absolute;
    top: 15%;
    left: -80px;
    width: 60px;
    height: 1.5px;
    background: #3f85ce;
    content: "";
}
.meet .broker-name i {
    color: #3f85ce;
}
.contact-broker-left {
    float: left;
    width: 100%;
    text-align: center;
    border: 1px solid #ececec;
    position: relative;
    border-bottom: 0;
}
.contact-broker-left img {
    position: relative;
    z-index: 1;
}
.broker-path {
    position: absolute;
    left: -1px;
    background: #3399cc;
    bottom: 0;
    width: 100.4%;
    height: 50px;
    border-top: 1px solid #ececec;
}


/* BUTTONS */
.btn-primary {
    background: #3399cc;
    color: #fff;
    font-weight: bold;
    padding: 13px 25px;
    border-color: #3399cc;
    text-shadow: rgba(0,0,0,0.35) 0px 1px 1px;
    border-radius: 2px;
    text-transform: uppercase;
    margin-top: 40px;
}
.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: #3399cc;
}

/* FOOTER */
footer {
    display: block;
    padding: 30px 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: 250px 0px 100px 0px;
        height: 90vh;
    }
    .main .box {
        padding: 30px 40px;
    }
    .main h2 {
        font-size: 3rem;
        line-height: 3.8rem;
    }
    .hidden-mobile {
        display: none !important;
    }
    .navbar-dark .navbar-brand {
        margin: auto;
    }
    .navbar-nav {
        width: auto;
        display: none;
        position: absolute;
        top: 15px;
        right: 15px;
    }
    .socials{
        display: none;
    }
    .property-info .dots {
        position: absolute;
        z-index: -1;
        left: 1.5%;
        bottom: 10%;
        width: 90%;
        top: 20%;
        height: 250px;
        background: none;
        border: 3px solid #3f85ce;
    }
    .navbar .nav-item > .nav-link i {
        width: 19px;
    }
    .features {
        padding: 0;
    }
    .features .box {
        padding: 55px 35px 55px 35px;
    }
    .features .shadow-images {
        margin-top: 0!important;
    }
    .features .box .service img {
        width: 30px;
        height: 30px;
        margin: 20px;
    }
    .features .circle {
        margin-right: 20px;
    }
    .features .box .service .info {
        padding-left: 0px;
    }
    .features .box .service .info span {
        font-size: 1.2rem;
    }
    .features .box .service .info b {
        font-size: 1.5rem;
    }
    .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: 20px 0px 20px 0px;
    }
    .property-info .text {
        padding-bottom: 40px;
    }
    .property-info h3 {
        text-align: center;
    }
    .property-info p {
        font-size: 12px;
        margin-top: 10px;
    }
    .property-info .box {
        margin-top: 40px;
    }
    .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: 20px 0px 0px 0px;
    }
    .new-features hr {
        width: 40%;
    }
    .new-features .box {
        margin-bottom: 20px;
        width: 100%;
    }
    .new-features .box-second {
        margin-left: 0px;
        margin: 20px 0px 20px 0px;
        width: 100%;
    }
    .new-features .box ul li {
        padding: 8px 0px;
        font-size: 12px;
    }
    .clients {
        padding: 40px 0px;
    }
    .clients .box {
        padding: 45px 35px 45px 35px;
    }
    .clients p {
        font-size: 1.2rem;
    }
    .say-info-left{
        margin: 0;
        margin-bottom: 50px;
    }
    .say-info-left img {
        width: 50px !important;
        height: 50px !important;
    }
    .say-info-left h4{
        margin-top: -90px;
    }
    .say-info-right{
        margin: 0;
        margin-top: 20px;
    }
    .say-info-right img {
        width: 50px !important;
        height: 50px !important;
    }
    .say-info-right h4{
        margin-top: -90px;
    }
    .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-top: 50px;
        padding-bottom: 20px;
    }
    .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;
    }
    .broker-name {
        margin-bottom: 20px!important;
    }
    .btn-primary {
        margin-top: 20px;
    }
    footer {
        padding: 0px;
        text-align: left;
    }
    footer .logo {
        height: 50px;
        margin: auto;
        text-align: center;
    }
    footer col-md-12 {
        text-align: center;
    }
    footer p {
        display: none;
    }
    footer .socials {
        text-align: center;
    }
    footer .col-12 {
        text-align: center;
    }
    footer .fa-fw {
        font-size: 20px;
    }
}