/*Navbar*/
.top-nav{
  margin-bottom:-1px;
  background-color: #fff;
  height:155px;
  border-radius: 0;
  /*border-bottom:5px solid;*/
}
/* .top-nav:after{
      content:"";
    background: -webkit-linear-gradient(left, rgb(28, 44, 133) 0%, rgba(28, 44, 133) 12%,  rgb(96, 160, 227) 47%, rgba(28, 44, 133) 100%);
    display: block;
    height:4px;
    width: 100%;
    position: absolute;
    bottom: 0;
    margin-bottom:-10px;
} */

.showcase-btn{
  background-color: #203089;
  padding-top: 5px;
  padding-bottom:5px;
  padding-left:20px;
  padding-right:20px;
  border:none;
  border-radius:5px;
  margin-bottom:10px;
  text-align: end;
  margin-left: 493px;
}

#id-number{
 margin-bottom: 10px;
}

.id-number-text{
  
  font-size:14px;
}

.top-nav a{
  color:#61a0e3;
}

.navbar-left{
  margin-left:25%;
}

.nav > li > a:hover{
  background:none;
}

.navbar-default .navbar-nav > li > a,.navbar-nav > li > a,
.top-nav h3{
  font-family:'Montserrat', sans-serif;
}


.navbar-default li a{
  line-height:41px;
}

.navbar-default  .navbar-right{
  margin-right:-30px;
}


.navbar-default{
  background-color:#fff;
  border-color:#fff;
}


.logo-overlay{
  margin-top:-55px;
  width:40%;
}

.logo-overlay img{
  margin-top:0.4%;
  width:25%;
  display:inline;
}

.logo-overlay .img2{
  margin-top:-0%;
  margin-left:3.5%;
  width:55%;
  display:inline;
}



.bottom-nav{
  background-color:#153873;
}
.bottom-nav .navbar-nav > li > a{
  color:#fff;
}

.bottom-nav{
  margin-bottom:0;
}
.bottom-nav .right-nav a{
  margin-right:-15px;
}

.top-nav h3{
  font-size:16px;
  margin-top:15px;
}

.bottom-nav .active{
  
  background-color:#fff;
}
.bottom-nav .navbar-nav > li > .active{
  color:#61a0e3;
}
.navbar-right li a{
  font-weight:600;
  /* color:#61a0e3; */
  color: #365a80;
}
.navbar-default .navbar-nav > li > a:hover{
  transition: color 0.2s linear 0s, background 0.2s linear 0s;
  background:#fff;
  color:#61a0e3;
}
.navbar-nav li a {
  color: #585858!important;
}
.navbar-right .dropdown-menu li a{
  font-weight:400;
  /* color: #777; */
  color: #585858;
}

.navbar-default .navbar-menu > .item {
  position: relative;
  text-align: center;
  transition-duration: 0.25s;
}
.navbar-default .navbar-menu > .item::after {
  background-color: #61a0e3;
  bottom: 0;
  height: 4px;
  left: 0;
  position: absolute;
  transition-duration: 0.25s;
  width: 100%;
}
.navbar-default .navbar-menu > .item > .link {
  cursor: pointer;
  display: inline-block;
  padding: 8px;
}

.navbar-default .navbar-menu.-twitter > .item:hover::after,
.navbar-default .navbar-menu.-twitter > .item.-active::after {
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
}
.navbar-default .navbar-menu.-twitter > .item::after {
  content: '';
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
}



div#mainTxt {
  min-height: 369px;
  padding-top: 18px;
  padding-bottom: 28px;
}


/********************BANNER UNDER NAVBAR*********************/
#under-nav-banner-bg{
  background-color: #1B3B6F;
  border-top: 4px solid; 
   border-image: linear-gradient(to right,rgb(28, 44, 133),rgb(96, 160, 227),rgba(28, 44, 133)) 1 0 0 0;
  padding-top:5px;
  
}


#under-nav-banner p{
  color:#f0f0f0;
  text-align: center;
  font-size: 12px;
  margin:auto;
  padding-bottom:6px;
  /* padding:10px; */
}

.banner3{
  width:96%;  
}


@media screen and (max-width:428px){
  #under-nav-banner p{
    font-size:11px;
  }
}




/*========================================================*/

/*Slideshow*/


.carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity;
    overflow:hidden;
}

.carousel-fade .carousel-inner .item img{
  width:100%;
}

.item.active img {
    transition: transform 5000ms linear 0s;
    /* This should be based on your carousel setting. For bs, it should be 5second*/
    transform: scale(1.05, 1.05);
}
.carousel-fade .carousel-inner .active {
  opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-control {
  z-index: 2;
}

/*
WHAT IS NEW IN 3.3: "Added transforms to improve carousel performance in modern browsers."
now override the 3.3 new styles for modern browsers & apply opacity
*/
@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
}

/*======*/





/*Focus Area CSS*/
.services-container{
  background:#f2f2f2;
}


.services-section{
  padding:50px 15px 80px;
}

.card-base > .card-icon {
        text-align: center;
        position: relative;
    }

.imagecard { 
    z-index: 2;
    display: block;
    positioN: relative;
    width: 88px;
    height: 88px;
    border-radius: 50%;
    border: 5px solid white;
    box-shadow: 1px 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    margin: 0 auto;
    color: white;
}
.card-base > .card-icon > .card-data {
    min-height: 220px !important;
    margin-top: -50px;
    background: ghostwhite;
    border: 1px solid #e0e0e0;
    padding: 40px 0 10px 0;
     box-shadow: 1px 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    min-height: 215px;
    }
  #widgetCardIcon, #widgetCardIcon2, #widgetCardIcon3 {
      background: #60a0e3 !important;
      font-size: 28px;
      line-height: 78px;
  }

  .card-icon i{
    padding-top:17px;
    font-size:45px;
  }
  .card-icon .card-data h2 {
    font-size: 24px;
  }

/*About Us*/
.aboutus-section {
    padding: 90px 0;
    background:#fff;
}
.aboutus-title {
    font-size: 30px;
    letter-spacing: 0;
    line-height: 32px;
    margin: 0 0 39px;
    padding: 0 0 11px;
    position: relative;
    text-transform: uppercase;
    color: #666666;
}
.aboutus-title::after {
    background: #fff none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 54px;
}
.aboutus-text {
    color: #333;
    font-size: 15px;
    line-height: 23px;
    margin: 0 0 35px;
}

/*a:hover, a:active {
    color: #ffb901;
    text-decoration: none;
    outline: 0;
}*/
.aboutus-more {
    border: 1px solid #1B3B6F;
    border-radius: 25px;
    color: #fff;
    background:#60a0e3;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0;
    padding: 7px 20px;
    text-transform: uppercase;
    text-shadow:0px 1px 1px black;
}
.aboutus-more:hover{
  text-decoration: none;
  color:#60a0e3;
  background-color:#fff;
}




.feature .feature-box .iconset {
    background: #fff none repeat scroll 0 0;
    float: left;
    position: relative;
    width: 18%;
}
.feature .feature-box .iconset::after {
    background: #1B3B6F none repeat scroll 0 0;
    content: "";
    height: 150%;
    left: 43%;
    position: absolute;
    top: 100%;
    width: 1px;
}

.feature .feature-box .feature-content h3 {
    color: #0f0f0f;
    font-size: 18px;
    letter-spacing: 0;
    line-height: 22px;
    margin: 0 0 5px;
}


.feature .feature-box .feature-content {
    float: left;
    padding-left: 28px;
    width: 78%;
}
.feature .feature-box .feature-content h3 {
    color: #666666;
    font-size: 18px;
    letter-spacing: 0;
    line-height: 22px;
    margin: 0 0 5px;
}
.feature .feature-box .feature-content p {
    color: #606060;
    font-size: 14.5px;
    line-height: 22px;
}

.feature .feature-box{
  height:125px;
}

.icon {

    color : #1B3B6F;
    padding:0px;
    font-size:40px;
    border: 1px solid #1B3B6F;
    border-radius: 100px;
    color: #61a0e3;
    font-size: 28px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    width: 70px;
}

/*News & Events*/
.parallax{
      /* The image used */
    background-image: url(images/unsplash_beach5.jpg);

    /* Set a specific height */
    height: 500px; 

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.parallax-container{
  background:rgba(255,255,255,0.6);
  padding:30px;
  padding-bottom:50px;
  margin-top:65px;
}

/* Last Minute Page */
.last-min #lm-form input {
    background: #465a6b!important;
}



/*Testimonials*/

.testimonial_subtitle{
    color: #1B3B6F;
    font-size: 12px;
}
  .testimonial_btn{
    background-color: #373d4b !important;
    color: #fff !important;
 }
 .seprator {
    height: 2px;
    width: 56px;
    background-color: #1B3B6F;
    margin: 7px 0 10px 0;
}

.col-sm-6 h3{
	text-transform: uppercase;
}



/*Information Form*/
#contact{
  background:#333333;
  color:#f4f4f4;
  padding-bottom:80px;
}

textarea.form-control{
    height:100px;
}

.contact-section{
  padding:40px;
  background-color:rgba(22,56,114,0.8);
}
.contact-section h2,.contact-section label{
  color:#fff;
}


/*Southern Living Banner*/
.southernLiving{
  width:55%;
}

/*Footer*/

.column-right{right:-35px;}
.column-left{left:-35px;}


footer { 
  background-color:#262626;
  /* min-height:350px; */
  font-family: 'Open Sans', sans-serif; 
}
.footerleft { margin-top:20px; padding:0 36px; }
.logofooter { margin-bottom:10px; font-size:25px; color:#fff; font-weight:700;}

.footerleft .about-text{color:#BFBFBF;}

.footerleft p { color:#fff; font-size:12px !important; font-family: 'Open Sans', sans-serif; margin-bottom:15px;}
.footerleft p i { width:20px; color:#fff;}


.paddingtop-bottom {  margin-top:50px;}
.footer-ul { list-style-type:none;padding-top:40px; margin-left:-40px;}
.footer-ul li { line-height:33px; font-size:16px;}
.footer-ul li a { color:#BFBFBF; transition: color 0.2s linear 0s, background 0.2s linear 0s; }
.footer-ul i { margin-right:10px;}
.footer-ul li a:hover {transition: color 0.2s linear 0s, background 0.2s linear 0s; color:#9ac2e6;text-decoration: none; }

.social:hover {
     -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
     -o-transform: scale(1.1);
 }
 
 .logos{
 	padding-top:40px;
 }

 .fb-xfbml-parse-ignore{
  margin-top:-40px;
 }

blockquote .footer-btn{
  background:none;
  color:#BFBFBF;
  border:3px solid #BFBFBF;
  border-radius:0;
}

blockquote{
  border-left:5px solid #999;
}


 
 .icon-ul { list-style-type:none !important; margin:0px; padding:0px;}
 .icon-ul li { line-height:75px; width:100%; float:left;}
 .icon { float:left; margin-right:5px;padding-top:20px;}
 
 .copyright p a{
  color:#969696;
 }
 


 .copyright { min-height:40px; background-color:#000;}
 .copyright p { text-align:center; color:#969696; padding:10px 0; margin-bottom:0px;}
 .heading7 { font-size:21px; font-weight:700; color:#d9d6d6; margin-bottom:22px;}
 .post p { font-size:12px; color:#FFF; line-height:20px;}
 .post p span { display:block; color:#8f8f8f;}
 .bottom_ul { list-style-type:none; float:right; margin-bottom:0px;}
 .bottom_ul li { float:left; line-height:40px;}
 .bottom_ul li:after { content:"/"; color:#FFF; margin-right:8px; margin-left:8px;}
 .bottom_ul li a { color:#FFF;  font-size:12px;}


/*SHOWCASE PROPERTIES*/

.property-box{
  background-color: #e9f3ff;
  /* border: solid 3px #1c2c85; */
  margin-bottom: 30px;
  box-shadow: 3px 3px 10px #d6d6d9;
  margin-left: 15px;
  margin-right: 15px;
}
#sc-main-img{
  text-align: center;
  /* padding-top: 30px; */
  height:200px;
  width:100%;
  overflow:hidden;
}

#sc-main-img img{
  /* border: solid 3px #1c2c85; */
  box-shadow: 1px 2px 5px #787879;
  min-height:100%;
  min-width:100%;
  object-fit: cover;
}

.detail{
  margin-left: 30px;
  padding-bottom: 30px;
  padding-top:20px;
  
}

#sc-price{
  background-color:#203089;
  color:#fff;
  margin-left:-30px;
  padding-left:30px;
  padding-bottom:5px;
  padding-top:5px;
  margin-top:-20px;
  font-size: 25px;
  font-weight: 300;
  
}

#sc-price a{
  text-decoration: none;
}




.plan-price{
  margin-top:-15px;
}

/*detail page*/
#sc-prop-img{
  width:100%;
}
/* #sc-prop-map .map {
  margin-left:30px;
  width: 1150px;
} */
#sc-prop-map iframe{
  width:90%;
  margin-top: 20px;
}

 .map{
  width:auto;
}

.sc-info{
  background-color: #e1dede;
  border-radius: 10px;
  padding: 30px;
  width: auto;
  margin:auto;
  margin-top:20px;
}

.house-info{
  margin-top:-120px;
}

.sc-learn-more p{
  font-size:30px;
}


.sc-logo{
  display: flex;
  flex-direction: column;
  align-items: end;
  /* margin-top:200px; */
}

.sc-logo img{
  width:200px;
  padding-bottom:20px;
}



#showcase-btns{
  display:flex;
  justify-content: space-between;
}

@media screen and (max-width:428px){
  #showcase-btns{
    flex-direction: column;
  }
  #sc-btns{
    margin-bottom:10px;
  }
  .sc-logo img{
    width:130px;
  }

  .sc-learn-more p{
    font-size: 22px;
  }
}

#sc-btns{
  background-color: #aec6f0;
  color:#000;
  padding-left:30px;
  padding-right: 30px;

}





/*====================================*/
/*Media Queries*/

@media(max-width:768px){
  .navbar-left{
    margin-left:49%;
  }
  .bottom-nav .navbar-nav > li > a{
    font-size:12px;
  }
  .logo-overlay img{
    margin-top:18px;
    width:35%;
  }
  .logo-overlay .img2{
    width:61%;
    margin-top:10%;
    /* margin-bottom:20px; */
  }
  .carousel-fade .carousel-inner .item img{
    width:auto;
  }
  .item.active img{
    transition:none;
    transform:none;
  }
  .parallax{
    height:auto;
  }
  .contact-section{
    padding: 40px 10px;
  }
  .navbar-default .navbar-menu > .item > .link{
    padding:10px;
  }
  .navbar-default .navbar-right{
    margin-top:10%;
  }
  .top-nav{
    height:auto;
  }
  .logo-overlay{
    margin-top:-100px;
    margin-bottom: 224px;
  }
  .navbar-default{
    margin-bottom:0;
  }
  .aboutus-section .col-sm-12{
    margin-top:10%;
  }
  .feature .feature-box .iconset::after{
    left:27%;
  }
  .feature{
    margin-left:15px;
  }
  .southernLiving{
    width:100%;
  }
}







@media(max-width: 375px){
  .logo-overlay{
    width:100%;
  }
  .social-links{
    margin:15px;
  }
  .navbar-left{
    margin-left:0;
  }
  .navbar-default .navbar-brand{
    height:37px;
  }
  .logo-overlay img{
    margin-top:-65px!important;
    width:65%;
  }
  .bottom-nav{
    background-color:#fff;
  }
  .top-nav{
    background-color:#f1f1f1;
  }
  .bottom-nav .navbar-nav > li > a{
    color:#333;
  }
  .services-section .col-md-4{
    margin-bottom:20px;
  }
  .aboutus-banner{
    margin-left:15%;
  }
  .parallax{
    height:auto;
  }
  .southernLiving{
    width:100%;
  }
  .fb-page{
    display:inline-block;
  }
  blockquote{
    border-left:0;
    display:inline-flex;
  }
  blockquote img, blockquote i{
    margin:30px;
  }
  .feature .feature-box .iconset::after{
    left:60%;
  }
  .logo-overlay img{
    display:none;
  }
  .logo-overlay .img2{
    display:inline;
    margin-left:0;
    width:75%;
    padding-top:5px;
  }

}


/* ------------------ PAGE STYLES --------------------- */
.navbar { border-bottom: none; }

h1 { 
  font-size: 36px;
}

h1#abt-header {
  border-bottom: 2px #9ac2e6 solid;
  padding-bottom: 6px;
  width: 38%;
}

h2 { font-size: 24px; color: #19277b; }
h3.coming-soon { font-size: 32px; color: #19277b; margin-top: 10%; }

a.link-no-underline { text-decoration: none !important; cursor: pointer; }

.title-strip {
  min-height:90px;color:white;
}

.title-strip#graphic-title-strip {
  background: linear-gradient(rgba(0,0,0,0.15),rgba(0,0,0,0.15)), url('images/fenwick_sky_header.jpg');
  background-size:cover;
}

.title-strip#solid-title-strip {
  background-color: #19277b;
}

h3#loc-sub-head { margin-top:0; font-size:20px; }

/* ----- Testimonials Page ----- */
p.testimonial-text {
  font-style:italic;
  font-size: 17px;
}

div.testimonial-entry, div.news-container {
  margin-bottom: 12px;
}

div.testimonial-entry a, div.news-container a {
  color: #5d9dd7;
  font-size:16px;
}
div.testimonial-entry a:hover, div.news-container a:hover {
  color: #9ac2e6;
}

span.testimonial-location { font-size:18px; font-weight: bold; }

img#abt-img { height:700px;width:100%; }


section#contactForm { margin-top:24px;padding-top: 75px; padding-bottom:75px; background-image: url("images/contact_bg.jpg"); background-size:cover; }
section#contactForm form { background-color:rgba(0,0,0,0.45);padding: 18px 24px;color:#9ac2e6; }
section#contactForm form input[type="text"], form#searchForm input[type="text"] { margin-bottom: 16px; }

h3#contact-response { margin-top: 10%; }

form#lm-form { margin-top:18px; }
form#lm-form input[type="text"] { background: #9ac2e6; margin-bottom: 14px; color:white; }
form#lm-form ::placeholder { color:white; }
form#lm-form input[type="submit"] { background-color: #19277b; color:white; }
form#lm-form input[type="submit"]:hover { background-color: #9ac2e6; }

section#search {
  background-image: url('images/search_bg.jpg');
  background-size:cover;
  min-height:369px;
}
div.searchForm { background-color: rgba(0,0,0,0.6); padding: 18px 24px; margin-top: 24px; width:100%; color: white; }
div.searchForm h2 { color: #5d9dd7; }
div.searchForm label { font-size: 18px; }
div.searchForm label.checkbox-label { font-weight: normal; margin-right:18px; font-size: 16px; width: 29%; }

div.searchForm label.checkbox-label#town-limit-label { width:32%;margin-right:5px; }
div.searchForm label.checkbox-label#water-access-label { width:28%; }

div.searchForm input[type="submit"] { margin-top:14px;background:none;color:white;font-weight: bold; }
div.searchForm input[type="submit"]:hover, div.searchForm input[type="submit"]:focus { background-color: white; color: black; }
div.searchForm input[type="text"] { background:none; border-color: white; color:white; font-size: 16px; font-weight: bold; }
div.searchForm input[type="text"]::placeholder { color:#E3E3E3; font-weight: normal; font-size:14px; }

#specSearch .searchForm { padding-top:14%;padding-bottom:14%; }
#specSearch { margin-top: 0; }

div.search-result { font-size:17px; padding: 18px 0; background-color: #F5F5F5; }
div.search-result:not(:first-child) { margin-top: 12px; }
div.search-result h2 { margin-top: 0; }

.btn.btn-tour { background-color: rgba(0,0,0,0); color: black; margin-top:8px; border-color: #5d9dd7; transition: all 0.4s; }
.btn.btn-tour:hover { background-color: #5d9dd7; transition: all 0.25s; }

img.rental-thumb { width:250px;max-height:175px;overflow-y:hidden;margin: 8px 4px; }
img.rental-thumb:first-child { margin-left: 0; }

div.iframe-col iframe { width: 100%; height: 315px; }

#accordion h5.ac-cat { font-size: 26px; padding-left: 24px; }
#accordion div.ac-cont h2:first-child { margin-top: 0; }
#accordion div.ac-cont p { font-size: 17px; }
#accordion .ui-accordion-header { background-color: #9ac2e6; color: #333 }
#accordion .ui-accordion-header-active { background-color: #9ac2e6; color: white; }

#accordion { font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important }

.receive-grid-row { padding:8px 0; border:1px solid black; border-top:none; background-color:white; }
.receive-grid-row.top-row { background-color:#19277b;color:white;font-weight:bold;border-radius:8px 8px 0 0;border-top: 1px solid black; }
.receive-grid-row.bot-row { border-radius: 0 0 8px 8px; }
.receive-grid-row.alt-row { background-color: #9ac2e6; }

.xs-show { display:none; }

div.login-container { width:40%;background-color:#F3F3F3;padding: 24px 16px; margin: 3% auto 0;font-size:17px; }

div.owner-nav-card { border-radius:8px;background-color:#F3F3F3;min-height:200px;padding-top:12%; }

.container > .navbar-collapse.mobile-nav:not(.in) { display:none !important; }

.dropdown-menu > li > a:hover {
  margin-left: 1px;
}