
/* New Point Realty */
/*++++++++++++ unavailable ++++++++++++++
#unavailable {
  background-color: #fff;
  color: #333;
  padding-top: 100px;
  width: 100%;
  height: auto;
}
#unavailable h3 {
  font-family: open sans;
  font-weight: 300;
}
+++++++++++++++++++ */

#lll {
  background-color: #990000;
  border-radius: 5px;
  color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  width: 200px;
}
#lll a {
    color: #333;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    text-decoration: underline;
}

#lll a:hover,
#lll a:focus {
    text-decoration: underline;
    color: #000;
}
#dropdown-menu {
  background-color: #E3F2FD;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  border: 2px solid #0277BD;
  border-radius: 5px;
  color: #000;
  width: auto;
 }
.fa-bars {
  color: #0277bd;
}
.fa-envelope {
  color: #0277bd;
}
.fa-mobile {
  color: #0277bd;
}
.fa-map-marker {
  color: #0277bd;
}
.fa-envelope-o {
  color: #fff;
}
.fa-paper-plane {
  color: #fff;
}

/*++++++++++++ Open House +++++++++++++*/
#open-house {
  width: 100%;
  height: auto;
  padding-top: 50px;
  padding-bottom: 80px;
  background-color: #f5f5f5;
}
#open-house h2 {
  font-family: artifika;
  font-weight: 400;
  color: #0277bd;
  text-align: center;
}
#open-house h2 small {
  font-family: artifika;
  font-weight: 400;
  color: #0277bd;
  text-align: center;
}
#open-house h3 {
  font-family: artifika;
  font-weight: 400;
  color: #333;
  text-align: center;
}

#open-house p {
  font-family: open sans;
  font-weight: 400;
  color: #333;
  text-align: left;
}

/*++++++++++++ HOME Header +++++++++++++*/
#main-text {
  background-color: rgb(109, 150, 218, 0.6) ;
  padding-left: 15px;
  padding-bottom:10px;
  padding-top: 10px;
  border-radius: 10px;
  margin-bottom:10px;
}
#home-header {
  width: 100%;
  height: auto;
  padding-top: 140px;
  padding-bottom: 50px;
   background: /*url(../img/orange.jpg) no-repeat center center scroll*/;
}
@media (max-aspect-ratio: 16/9) {
  #home-header {
    padding-top: 100px;
    margin-top: 0px;
      
  }
}
#home-header h2 {
  font-family: artifika;
  font-weight: 400;
  color: #fff;
  text-align: left;
}
#home-header p {
  font-family: open sans;
  font-weight: 500;
  color: #fff;
  text-align: left;
  margin-bottom:0px;
  
}
@media (max-aspect-ratio: 16/9) {
  #home-header img {
    width: 60%;
    height:auto;
   padding-top: 0px;
    margin-top: 0px;
      margin-bottom: 20px;
      
  }
}
.fullscreen-bg {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
z-index: -100;
}

.fullscreen-bg__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (min-aspect-ratio: 16/9) {
  .fullscreen-bg__video {
    height: 300%;
    top: -100%;
  }
}

@media (max-aspect-ratio: 16/9) {
  .fullscreen-bg__video {
    width: 300%;
    left: -100%;
  }
}


/*++++++++++++ Header +++++++++++++*/
#header {
  width: 100%;
  height: auto;
  padding-top: 140px;
  padding-bottom: 50px;
   background: url(../img/orange.jpg) no-repeat center center scroll;
  -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

#header h2 {
  font-family: artifika;
  font-weight: 400;
  color: #fff;
  text-align: left;
}
#header p {
  font-family: open sans;
  font-weight: 500;
  color: #fff;
  text-align: left;
}



/*++++++++++++ About +++++++++++++*/
#about {
  width: 100%;
  height: auto;
  padding-top: 80px;
  padding-bottom: 50px;
  background-color: #fff;
}
#about h2 {
  font-family: artifika;
  font-weight: 400;
  color: #0277bd;
  text-align: left;
}
#about p {
  font-family: open sans;
  font-weight: 400;
  color: #333;
  text-align: left;
}
.videoWrapper {
position: relative;
padding-bottom: 56.25%; /* 16:9 */
padding-top: 25px;
height: 0;
}
.videoWrapper iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
/*++++++++++++ listings +++++++++++++*/
#listings {
  width: 100%;
  height: auto;
  padding-top: 80px;
  padding-bottom: 0px;
  background-color: #e3f2fd;
}
#listings h2 {
  font-family: artifika;
  font-weight: 400;
  color: #0277bd;
  text-align: center;
}
#listings h2 small {
  font-family: artifika;
  font-weight: 400;
  color: #0d0d0d;
  text-align: center;
}
#listings p {
  font-family: open sans;
  font-weight: 300;
  color: #333;
  text-align: left;
}

/*++++++++++++ listings 2 +++++++++++++*/
#listings2 {
  width: 100%;
  height: auto;
  padding-top: 50px;
  padding-bottom: 80px;
  background-color: #fff;
}
#listings2 h2 {
  font-family: artifika;
  font-weight: 400;
  color: #0277bd;
  text-align: center;
}
#listings2 h2 small {
  font-family: artifika;
  font-weight: 400;
  color: #0d0d0d;
  text-align: center;
}
#listings2 p {
  font-family: open sans;
  font-weight: 300;
  color: #333;
  text-align: left;
}
/*++++++++++++ listings 2 +++++++++++++*/
#listings3 {
  width: 100%;
  height: auto;
  padding-top: 50px;
  padding-bottom: 80px;
  background-color: #e3f2fd;
}
#listings3 h2 {
  font-family: artifika;
  font-weight: 400;
  color: #0277bd;
  text-align: center;
}
#listings3 h2 small {
  font-family: artifika;
  font-weight: 400;
  color: #0d0d0d;
  text-align: center;
}
#listings3 p {
  font-family: open sans;
  font-weight: 300;
  color: #333;
  text-align: left;
}


/*--------------- NEW CARD ------------*/
#new-card {
  background-color: transparent;
  padding-bottom: 20px;
}
#new-card h3 {
  color: #000;
  padding-top: 10px;
  margin-bottom:0px;
}
#new-card p {
  font-weight: 500;
  margin-bottom:20px;
}

/*+++++++++++ homecard 2 +++++*/
#homecard2 {
  border-radius: 10px;
  background-color: #fff;
  padding-top: 15px;
  border: 5px solid #f2f2f2;
}
#homecard2 h3 {
  padding-top: 5px;
  font-family: open sans;
  color: #0277bd;
  font-weight: 400;
  text-align: center;
}
#homecard2 p {
  font-family: open sans;
  color: #333;
  font-weight: 400;
  text-align: center;
}
#homecard h4 {
  text-align: center;
  padding-bottom: 5px;  
}



/*+++++++++++ homecard +++++*/
#homecard {
  border: 5px solid #e3f2fd;
  border-radius: 10px;
  background-color: #fff;
  padding-top: 15px;
}
#homecard h3 {
  padding-top: 5px;
  font-family: open sans;
  color: #0277bd;
  font-weight: 400;
  text-align: center;
}
#homecard p {
  font-family: open sans;
  color: #333;
  font-weight: 400;
  text-align: center;
}
#homecard h4 {
  text-align: center;
  padding-bottom: 5px;
}

/*++++++++++++ Rentals Section +++++++++++++*/
#rentals {
  width: 100%;
  height: auto;
  padding-top: 25px;
  padding-bottom: 0px;
  background-color: #0277BD;
  
}
#rentals h2 {
  font-family: artifika;
  font-weight: 400;
  color: #fff;
  text-align: center;
}
#rentals h3 {
  font-family: artifika;
  font-weight: 400;
  color: #fff;
  text-align: center;
  text-transform: none;
}
#rentals p {
  font-family: open sans;
  font-weight: 400;
  color: #fff;
  text-align: center;
}

/* ---------------- FAQ Section --------------------*/
/*++++++++++++ contact +++++++++++++*/
#faq {
  width: 100%;
  height: auto;
  padding-top: 80px;
  padding-bottom: 100px;
  background-color: #f5f5f5;
}
#faq h1 {
  font-family: artifika;
  font-weight: 400;
  color: #0277bd;
  text-align: center;
  padding-bottom: 20px;
}
#faq h2 {
  font-family: artifika;
  font-weight: 400;
  color: #0277bd;
  text-align: left;
}
#faq h1 small {
  font-family: open sans;
  font-weight: 400;
  color: #0d0d0d;
  text-align: center;
  font-size: 16px;
  text-transform: none;
}
#faq h4 {
  font-family: artifika;
  font-weight: 400;
  font-size: 20px;
  color: #0277bd;
  text-align: left;
}
#faq p {
  font-family: open sans;
  font-weight: 300;
  color: #333;
  text-align: left;
}

/*---------------Testimonials Section ------------------*/
#testimonials {
  width: 100%;
  height: auto;
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #f5f5f5;
  background: url(../img/testimonials.jpg) no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
#testimonials h2 {
  font-family: artifika;
  font-weight: 400;
  color: #fff;
  text-align: center;
}
#testimonials h3 {
  font-family: artifika;
  font-weight: 400;
  color: #fff;
  text-align: left;
}
#testimonials p {
  font-family: open sans;
  font-weight: 400;
  color: #fff;
  text-align: left;
}


/*-------------- Testimonials Slider ------------------*/
#quote-carousel {
    padding: 0 10px 30px 10px;
    margin-top: 60px;
}
#quote-carousel .carousel-control {
    background: none;
    color: #fff;
    font-size: 2.3em;
    text-shadow: none;
    margin-top: 30px;
}
#quote-carousel .carousel-indicators {
    position: relative;
    right: 50%;
    top: auto;
    bottom: 0px;
    margin-top: 20px;
    margin-right: -19px;
}
#quote-carousel .carousel-indicators li {
    width: 50px;
    height: 50px;
    cursor: pointer;
    border: ;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    opacity: 0.4;
    overflow: hidden;
    transition: all .4s ease-in;
    vertical-align: middle;
}
#quote-carousel .carousel-indicators .active {
    width: 128px;
    height: 128px;
    opacity: 1;
    transition: all .2s;
}
.item blockquote {
    border-left: none;
    margin: 0;
}
.item blockquote p:before {
    content: "\f10d";
    font-family: 'Fontawesome';
    float: left;
    margin-right: 10px;
}



/*----------- Categories Accordion -------------*/

/* Style the buttons that are used to open and close the accordion panel */
button.accordion {
    background-color: #1367A7;
    color: #fff;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    text-align: left;
    border: 1px solid #eee;
  border-radius: 5px;
    outline: none;
    transition: 1.4s;
  font-size: 18px;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
button.accordion.active, button.accordion:hover {
    background-color: #03a9f4;
}

/* Style the accordion panel. Note: hidden by default */
div.panel {
    padding: 0 18px;
    background-color: white;
    display: none;
}

/* The "show" class is added to the accordion panel when the user clicks on one of the buttons. This will show the panel content */
div.panel.show {
    display: block;
}
div.panel {
    padding: 0 18px;
    background-color: #EBF7FD;
    max-height: 0;
    overflow: hidden;
    transition: 1.6s ease-in-out;
    opacity: 0;
  border: 1px solid #1367A7;
}


div.panel.show {
    opacity: 1;
    max-height: 100%; /* Whatever you like, as long as its more than the height of the content (on all screen sizes) */
}
button.accordion:after {
    content: '\02795'; /* Unicode character for "plus" sign (+) */
    font-size: 13px;
    color: #777;
    float: right;
    margin-left: 5px;
}

button.accordion.active:after {
    content: "\2796"; /* Unicode character for "minus" sign (-) */
}
/*++++++++++++ Agents +++++++++++++*/
#agents {
  width: 100%;
  height: auto;
  padding-top: 80px;
  padding-bottom: 20px;
  background-color: #fff;
}
#agents h2 {
  font-family: artifika;
  font-weight: 400;
  color: #0277bd;
  text-align: center;
}
#agents h3 {
  padding-top: 5px;
  font-family: open sans;
  color: #0277bd;
  font-weight: 400;
  text-align: center;
}
#agents p {
  font-family: open sans;
  font-weight: 300;
  color: #333;
  text-align: left;
}
#agents img {
  padding-top: 20px;
}
/*++++++++++++ Agents 2 +++++++++++++*/
#agents2 {
  width: 100%;
  height: auto;
  padding-top: 10px;
  padding-bottom: 50px;
  background-color: #fff;
}
#agents2 h2 {
  font-family: artifika;
  font-weight: 400;
  color: #0277bd;
  text-align: center;
}
#agents2 h3 {
  padding-top: 5px;
  font-family: open sans;
  color: #0277bd;
  font-weight: 400;
  text-align: center;
}
#agents2 p {
  font-family: open sans;
  font-weight: 300;
  color: #333;
  text-align: left;
}
#agents2 img {
  padding-top: 20px;
}
/*++++++++++++ contact +++++++++++++*/
#contact {
  width: 100%;
  height: auto;
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #58b3f3;
}
#contact h2 {
  font-family: artifika;
  font-weight: 400;
  color: #0d0d0d;
  text-align: center;
}
#contact p {
  font-family: open sans;
  font-weight: 600;
  color: #0d0d0d;
  text-align: center;
}


/*++++++++++++ Employment Section +++++++++++++*/
#employment {
  width: 100%;
  height: auto;
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #1367A7;
  
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
#employment h2 {
  font-family: artifika;
  font-weight: 400;
  color: #fff;
  text-align: center;
}
#employment h3 {
  font-family: artifika;
  font-weight: 400;
  color: #fff;
  text-align: left;
}
#employment p {
  font-family: open sans;
  font-weight: 400;
  color: #fff;
  text-align: left;
}
/*++++++++++++ home-page +++++++++++++*/
#home-page {
  width: 100%;
  height: auto;
  padding-top: 80px;
  padding-bottom: 50px;
  background-color: #fff;
}
#home-page h2 {
  font-family: artifika;
  font-weight: 400;
  color: #0277bd;
  text-align: center;
}
#home-page h4 {
  font-family: artifika;
  font-weight: 400;
  color: #0277bd;
  text-align: center;
}
#home-page p {
  padding-top: 20px;
  font-family: open sans;
  font-weight: 400;
  color: #333;
  text-align: center;
}
#home-page img {
  padding-bottom: 10px;
}

/*++++++++++++ Contact Page+++++++++++++*/
#contact-page {
  width: 100%;
  height: auto;
  padding-top: 80px;
  padding-bottom: 50px;
  background-color: #fff;
}
#contact-page h2 {
  font-family: artifika;
  font-weight: 400;
  color: #0277bd;
  text-align: center;
}



body {
    width: 100%;
    height: 100%;
    font-family: open sans;
    color: #fff;
    background-color: #fff;
}

html {
    width: 100%;
    height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 35px;
    text-transform: uppercase;
    font-family: open sans;
    font-weight: 700;
    letter-spacing: 1px;
}

p {
    margin: 0 0 25px;
    font-size: 18px;
    line-height: 1.5;
}

@media(min-width:768px) {
    p {
        margin: 0 0 35px;
        font-size: 20px;
        line-height: 1.6;
    }
}

a {
    color: #333;
  text-decoration: underline;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

a:hover,
a:focus {
    text-decoration: underline;
    color: #000;
}

.light {
    font-weight: 400;
}

.navbar-custom {
    margin-bottom: 0;
    border-bottom: 1px solid rgba(255,255,255,.3);
    text-transform: uppercase;
    font-family:open sans;
    background-color: #fff;
}

.navbar-custom .navbar-brand {
    font-weight: 400;
}

.navbar-custom .navbar-brand:focus {
    outline: 0;
}

.navbar-custom .navbar-brand .navbar-toggle {
    padding: 4px 6px;
    font-size: 16px;
    color: #fff;
}

.navbar-custom .navbar-brand .navbar-toggle:focus,
.navbar-custom .navbar-brand .navbar-toggle:active {
    outline: 0;
}

.navbar-custom a {
    color:#0277bd;
}

.navbar-custom .nav li a {
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.navbar-custom .nav li a:hover {
    outline: 0;
    color: #333;
    background-color: transparent;
}

.navbar-custom .nav li a:focus,
.navbar-custom .nav li a:active {
    outline: 0;
    background-color: transparent;
}

.navbar-custom .nav li.active {
    outline: 0;
}

.navbar-custom .nav li.active a {
    background-color: #e1f5fe;
}

.navbar-custom .nav li.active a:hover {
    color: #333;
}

@media(min-width:768px) {
    .navbar-custom {
        padding: 8px 0;
        border-bottom: 0;
        letter-spacing: 1px;
        background: #fff;
        -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
        transition: background .5s ease-in-out,padding .5s ease-in-out;
    }

    .navbar-custom.top-nav-collapse {
        padding: 0;
        border-bottom: 1px solid #0277bd;
        background: #fff;
    }
}

.intro {
    display: table;
    width: 100%;
    height: auto;
    padding: 100px 0;
    text-align: center;
    color: #fff;
    background: url(../img/header1.jpg) no-repeat center center scroll;
    background-color: #000;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.intro .intro-body {
    display: table-cell;
    vertical-align: middle;
}

.intro .intro-body .brand-heading {
    font-size: 40px;
}

.intro .intro-body .intro-text {
    font-size: 18px;
}

@media(min-width:768px) {
    .intro {
        height: 100%;
        padding: 0;
    }

    .intro .intro-body .brand-heading {
        font-size: 60px;
      color: blue;
    }

    .intro .intro-body .intro-text {
        font-size: 26px;
    }
}

.btn-circle {
    width: 70px;
    height: 70px;
    margin-top: 15px;
    padding: 7px 16px;
    border: 2px solid #fff;
    border-radius: 100%!important;
    font-size: 40px;
    color: #fff;
    background: 0 0;
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.btn-circle:hover,
.btn-circle:focus {
    outline: 0;
    color: #fff;
    background: rgba(255,255,255,.1);
}

.btn-circle i.animated {
    -webkit-transition-property: -webkit-transform;
    -webkit-transition-duration: 1s;
    -moz-transition-property: -moz-transform;
    -moz-transition-duration: 1s;
}

.btn-circle:hover i.animated {
    -webkit-animation-name: pulse;
    -moz-animation-name: pulse;
    -webkit-animation-duration: 1.5s;
    -moz-animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
}

@-webkit-keyframes pulse {    
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-moz-keyframes pulse {    
    0% {
        -moz-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -moz-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -moz-transform: scale(1);
        transform: scale(1);
    }
}

.content-section {
    padding-top: 100px;
}

.download-section {
    width: 100%;
    padding: 50px 0;
    color: #fff;
    background: url(../img/downloads-bg.jpg) no-repeat center center scroll;
    background-color: #000;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}



@media(min-width:767px) {
    .content-section {
        padding-top: 250px;
    }

    .download-section {
        padding: 100px 0;
    }

    #map {
        height: 400px;
        margin-top: 250px;
    }
}

.btn {
    border-radius: 8;
    text-transform: uppercase;
    font-family: afrika;
    font-weight: 400;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.btn-default {
    border: 1px solid #0277bd;
    color: #0277bd;
    background-color: transparent;
}

.btn-default:hover,
.btn-default:focus {
    border: 1px solid #0277bd;
    outline: 0;
    color: #fff;
    background-color: #0277bd;
}
.btn-1 {
    border: 1px solid #fff;
    color: #fff;
    background-color: transparent;
}

.btn-1:hover,
.btn-1:focus {
    border: 1px solid #0277bd;
    outline: 0;
    color: #fff;
    background-color: #0277bd;
}
.btn-rentals {
    border: 1px solid #fff;
    color: #fff;
    background-color: transparent;
}

.btn-rentals:hover,
.btn-rentals:focus {
    border: 1px solid #fff;
    outline: 0;
    color: #fff;
    background-color: #012032;
}

ul.banner-social-buttons {
    margin-top: 0;
}

@media(max-width:1199px) {
    ul.banner-social-buttons {
        margin-top: 15px;
    }
}

@media(max-width:767px) {
    ul.banner-social-buttons li {
        display: block;
        margin-bottom: 20px;
        padding: 0;
    }

    ul.banner-social-buttons li:last-child {
        margin-bottom: 0;
    }
}

footer {
    padding: 50px 0;
    background-color: #0277bd;
  color: #fff;
  font-family: open sans;
}

footer p {
    margin: 0;
  font-weight: 300;
  font-family: open sans;
}
footer a {
    color: #fafafa;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

footer a:hover,
        a:focus {
    text-decoration: underline;
    color: #000;
}

::-moz-selection {
    text-shadow: none;
    background: #fcfcfc;
    background: rgba(255,255,255,.2);
}

::selection {
    text-shadow: none;
    background: #fcfcfc;
    background: rgba(255,255,255,.2);
}

img::selection {
    background: 0 0;
}

img::-moz-selection {
    background: 0 0;
}

body {
    webkit-tap-highlight-color: rgba(255,255,255,.2);
}
