/*----------------------- SLIDER ---------------- */
html {
  font-family: 'Noto Serif', Serif;
}

#slider-container {
  padding-top: 10em;
}

.diy-slideshow{
  position: relative;
  display: block;
  overflow: hidden;
}
figure{
  position: absolute;
  opacity: 0;
  transition: 1s opacity;
}
figcaption{
  position: absolute;
  
  bottom: .75em;
  right: .35em;
  padding: .25em;
  color: #fff;
  background: rgba(0,0,0, .25);
  border-radius: 2px;
}
figcaption a{
  color: #fff;
}
figure.show{
  opacity: 1;
  position: static;
  transition: 1s opacity;
}
.next, .prev{
  color: #fff;
  position: absolute;
  background: rgba(0,0,0, .6);
  top: 50%;
  z-index: 1;
  font-size: 2em;
  margin-top: -.75em;
  opacity: .3;
  user-select: none;
}
.next:hover, .prev:hover{
  cursor: pointer;
  opacity: 1;
}
.next{
  right: 0;
  padding: 10px 5px 15px 10px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.prev{
  left: 0;
  padding: 10px 10px 15px 5px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

/*----------------------- SLIDER END---------------- */
#custom-bootstrap-menu {
    -webkit-font-smoothing: antialiased;
}

#custom-bootstrap-menu li {
    margin-left: 0;
    margin-right: 0;
}
#custom-bootstrap-menu.navbar-default .navbar-brand {
    color: rgba(179, 98, 98, 1);
}
#custom-bootstrap-menu.navbar-default {
    font-size: 1.25em;
    background-color: rgba(38,53,72,1);
    border-width: 0px;
    border-radius: 0px;
}

#custom-bootstrap-menu.large{
    height:100px;
    padding-top:25px;
}

#custom-bootstrap-menu,nav, a, img, li{
  transition: all 0.8s;
  -moz-transition: all 0.8s; /* Firefox 4 */
  -webkit-transition: all 0.8s; /* Safari and Chrome */
  -o-transition: all 0.8s; /* Opera */
}

#custom-bootstrap-menu.large>.container-fluid>.navbar-header>.navbar-brand{
    padding-top:8px;
}
#custom-bootstrap-menu.large>.container-fluid>.navbar-header>.navbar-brand>img{
    width:400px; !important
}

#custom-bootstrap-menu.navbar-default .dropdown-menu{
    text-align: center;
    min-width:87px;
    background-color: rgba(38,53,72,1);
    box-shadow: 0 0 0 0;
    -webkit-box-shadow: 0 0 0 0;
    border: 0;
}

.dropdown-menu {
    text-align: center;
    padding: 0;
}

#custom-bootstrap-menu.navbar-default .dropdown-menu a{
    height: 40px;
    padding-top: 9px;
}

#custom-bootstrap-menu.navbar-default .dropdown-menu a:hover {
    background-color: #2C4860;
      -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
       -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
          transition: all 0.5s ease;
}

#custom-bootstrap-menu.navbar-default .navbar-nav>li>a {
    min-width: 1px;
    color: rgba(255, 255, 255, 1);
    background-color: rgba(38,53,72,1);
    text-transform: uppercase;
      -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
       -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
          transition: all 0.5s ease;
}
#custom-bootstrap-menu.navbar-default .navbar-nav>li>a:hover,
#custom-bootstrap-menu.navbar-default .navbar-nav>li>a:focus {
    color: #288fce;
    background-color: #2C4860;
    border-radius: 3em;
}
#custom-bootstrap-menu.navbar-default .navbar-nav>.active>a,
#custom-bootstrap-menu.navbar-default .navbar-nav>.active>a:hover,
#custom-bootstrap-menu.navbar-default .navbar-nav>.active>a:focus {
    color: #288fce;
    background-color: rgba(233, 224, 214, 1);
}
#custom-bootstrap-menu.navbar-default .navbar-toggle {
    border-color: #e9e0d6;
}
#custom-bootstrap-menu.navbar-default .navbar-toggle:hover,
#custom-bootstrap-menu.navbar-default .navbar-toggle:focus {
    background-color: #e9e0d6;
}
#custom-bootstrap-menu.navbar-default .navbar-toggle .icon-bar {
    background-color: #e9e0d6;
}
#custom-bootstrap-menu.navbar-default .navbar-toggle:hover .icon-bar,
#custom-bootstrap-menu.navbar-default .navbar-toggle:focus .icon-bar {
    background-color: #2c4860;
}

.navbar {
    box-shadow: 0px 0px 7px #000000;
}

body {
    padding: 0;
    margin: 0;
    
    -webkit-font-smoothing: antialiased;
    


    
}

h1 {
    
    text-transform: uppercase;
    font-size: 1.8em;
     
     -webkit-font-smoothing: antialiased;

}

h2 {
    
    text-transform: uppercase;
    font-size: 1.5em;
     
     -webkit-font-smoothing: antialiased;

}

p {
     
     -webkit-font-smoothing: antialiased;
    line-height: 120%;
    font-size: 1.1em;
    
}


.no-padding {
    padding: 0;
    margin: 0;
}

.left {
    float: left;
}

.right {
    float: right;
}

.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

/* background colors */
.color-a {
    background-color: rgba(127,143,166,1);
    color: white;
}

.color-b {
    background-color: rgba(111,126,148,1);
    color: white;
}

.color-c {
    background-color: rgba(76,91,112,1);
    color: white;
}

.color-d {
    background-color: rgba(53,68,88,1);
    color: white;
}

.color-e {
    background-color: rgba(38,53,72,1);
    color: white;
}

/* centered columns styles */
.row-centered {
    text-align:center;
    padding: 0;
}
.col-centered {
    display:inline-block;
    float:none;
    /* reset the text-align */
    text-align:left;
    /* inline-block space fix */
    margin-right:-4px;
    vertical-align: top;
}

.part-title hr {
    border-top-width: 2px;
    border-color: white;
    width: 25%;

}

#index-hdr {
    
    background-image: url('../images/textures/diagonal.png');
    text-align: center;
    padding-bottom: 3em;

    
}

#moto {
  position: relative;
  color: white;
  text-align: center;
  background-image: url("../images/slider/1.jpg");
    background-size: 100%;
    background: cover;
    margin: 0;
    padding: 0;
 }

#moto hr {
    padding: 0;
    margin: 0;
    position: relative;
    border-color: white;
    border-top-width: 2px;
    border-style: solid;
    width: 25em;
    left: 50%;
    transform: translate(-50%, -50%);
}

#moto h1 {
    font-size: 3em;
    padding-top: 0.1em;
    padding-bottom: 0.1em;
    margin: 0;
}

#moto p {
    margin-top: 0.1em;
}

#expo {
    margin: 0;
    padding: 0;

}

#expo-left {
    float: left;
}

#expo-right {
    float: right;
}

/* ------------------------------------- Container for the first expo, and expo ----------------------------------------------*/
.part-2 {
    border-width: 0;
    padding: 2em;
    margin: 0;
    position: relative;
    text-align: center;
    /* Adds shadow to the top of the section */
    -webkit-box-shadow: 0px 0px 10px 0px #000000;
    -moz-box-shadow: 0px 0px 10px 0px #000000;
    box-shadow: 0px 0px 10px 0px #000000;
}



.part-2 h2 {
    font-size: 1.8em; 
}

.part-2 hr {
    padding: 0;
    margin: 0;
    position: relative;
    border-color: white;
    border-top-width: 2px;
    border-style: solid;
    width: 25em;
    left: 50%;
    transform: translate(-50%, -50%);
}


/*--------------------------------- EFFECT ---------------------------------------*/

.morph {
  -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
       -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
          transition: all 0.5s ease;
}

#gallery img:hover {
    -webkit-filter: grayscale(0%);
    border-radius: 50%;
    border: 1em solid #112133;
}

.ease {
    background-color: #d55e4e;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -o-transition: .3s ease;
    -ms-transition: .3s ease;
    transition: .3s ease;
}

/*----------------------------------------------------------------------*/

#gallery {
    padding-top: 0em;
}

#gallery div {
    padding: 2em;
}

#gallery img {
  height: 220px;
  width: 220px;
  overflow: hidden;
  border: 1em solid #e9e0d6;
  border-radius: 50%;
  -webkit-filter: grayscale(100%);
  
  
}


#gallery hr {
    padding: 0;
    margin: 0;
    position: relative;
    border-color: white;
    border-top-width: 2px;
    border-style: solid;
    width: 12em;
    left: 50%;
    transform: translate(-50%, -50%);
}

#gallery h3 {
    margin-top: 1em;
}

#gallery p {
    height: 3.5em;
    margin-top: 1em;
    
}

#gallery a {
    text-decoration: none;
    color: white;
    font-size: 1.1em;
}

#gallery button {
    background: #112133;
    border: 0;
    margin-top: 1em;
    padding: 0.8em;
    border-radius: 5em;
    padding-right: 1.5em;
    padding-left: 1.5em;

}

#gallery button:hover {
    background: #00857f;
}

/* --------------------------------------------- Theestates.html Specific Styles ------------------------------- */

#the-estates {
    
}



#estates-first-text {
    padding-top: 12em;
    padding-bottom: 5em;
    -webkit-box-shadow: 0px 0px 20px -20px #000000;
    -moz-box-shadow: 0px 0px 20px -20px #000000;
    box-shadow: 0px 0px 20px -20px #000000;
}

#the-estates h1 {
    text-align: center;
}

#the-estates p {
  text-align: justify;
  text-align-last: center;
}

p>br {
    line-height: 200%;
} 



#estates-second-text {
    padding-top: 5em;
    padding-bottom: 5em;
    color: white;
}

#estates-third-text {
    padding-top: 5em;
    padding-bottom: 5em;
}

#estates-fourth-text {
    padding-top: 5em;
    padding-bottom: 5em;
}




/* -------------------------------------------Estates Gallery ----------------------------------*/



#estates-gallery div {
    text-align: center;
    width: 250px;
    margin: 2em;
    color: #354458
}

#estates-gallery hr {
    border-color: rgba(127,143,166,1);
}

#estates-gallery img {
  height: 220px;
  width: 220px;
  overflow: hidden;
  
}

#estates-gallery img:hover {
    border: 1em solid #b99e68;
} 

#estates-gallery a {
    text-decoration: none;
    color: white;
    font-size: 1.1em;
}

#estates-gallery button {
    background: rgba(127,143,166,1);
    border: 0;
    margin-top: 1em;
    padding: 0.8em 2.5em 0.8em 2.5em;
    border-radius: 5em;

}

#estates-gallery button:hover {
    background-color: #b99e68
}

.estates-gallery-item {
    min-width: 100px;
    vertical-align: middle;
    
}

.estates-gallery-item img {
  margin-top: 2em;
    padding: 2em;
    width: 100%;
    border: 1em solid rgba(127,143,166,1);
    
}

/* Styles the lightbox */

.modal-content {
    border-radius: 0;
}
.modal-header {
  border:0px;
  padding-bottom:0px;
}

/* --------------------------------------------- Floorplans.html Specific Styles -----------------------------------*/

.#estate-2 {
  text-align: center;
}

.floorplans-section {
  text-align: center;
  padding-bottom: 4em;
  padding-top: 3em;
  font-size: 1.1em;
  padding-right: 2em;
}

.floorplans-section img {
  width: 90%;
  border-radius: 1em;
}

.floorplans-section-2 {
  text-align: center;
  padding-bottom: 4em;
  padding-top: 3em;
  font-size: 1.1em;
}

.floorplans-section-2 img {
  width: 100%;
}

.floorplans-section-2 hr{
  width: 7%5;
}

.floorplans-section-2 p {
  font-size: 1em;
  text-align: justify;
}

.floorplans-section-2 ul {
  text-align: justify;
  margin-left: 2em;
  list-style: circle;
  margin-right: 3em;
}

.floorplans-section-2 img {
  padding-bottom: 1.5em;
}

.floor {
  text-align: center;
}

.coming-soon {
    min-height: 100vh;
    background-image: url('../images/textures/diagonal.png');
}

#coming-soon-text {
    vertical-align: middle;
    font-size: 3em;
    color: rgba(38,53,72,1);
    text-transform: uppercase;
    padding-top: 46vh;
    text-align: center;
}

#coming-soon-text hr {
    position: relative;
    width: 50%;
    border-width: 1px 0 0 0;
    border-color: rgba(38,53,72,1);
}

.floorplan {
    text-align: center;
    display: inline-block;
    margin-top: 120px;

}

.floorplan ul {
  text-align: justify;
  margin-left: auto;
  list-style: circle;
  margin-right: auto;
}


.floorplan-2 {
    text-align: center;
    display: inline-block;
    padding-left: 3em;
    padding-right: 3em;
}

/* --------------------------------------------- Locality.html Specific Styles -----------------------------------*/

#locality h1 {
    text-align: center;
}

#google-maps {
    padding-top: 100px;
}

.locality-text {
    padding: 2em 2em 5em 2em;

    text-align: justify;
}

.overlay {
   background:transparent; 
   position:relative; 
   width:100%;
   height:430px; /* your iframe height */
   top:430px;  /* your iframe height */
   margin-top:-430px;  /* your iframe height */
}
/* --------------------------------------------- Contact.html Specific Styles -----------------------------------*/
.map-embed-container {
    margin-bottom: 8px;
}

.contact {
  padding: 200px 0 450px 0;
  background-color: rgba(76,91,112,1);
  
}

.contact i {
  padding: 0 20px;
  font-size: 0.8em;
}

.contact h2 {
  
  font-size: 1.8em;
  border: 1px solid #555;
  
  padding-top: 20px;
  height: 75px;
  color: #ffffff;
  font-weight: 500;
  line-height: 40px;
  padding-left: 50px;
  text-align: center;
}

#comments {
  margin-top: 0;
}

#contactform {
  height: 215px;
}

#contactform .right {
  float: right;
}

#contactform input,
#contactform textarea {
  margin-bottom: 14px;
  width: 100%;
  outline: none;
  border: none;
  
  letter-spacing: 2px;
  font-size: 1.1em;
}

#contactform input {
  padding-left: 15px;
  height: 44px;
  border-radius: 0;
}

#contactform textarea {
  padding: 15px;
  height: 218px;
  border-radius: 0;
}

#contactform .btn {
  width: 100%;
  height: 50px;
  border-radius: 0;
  border: 0;
  
}

#contactform .btn:hover {
    color: white;
  background: #00857f;
  -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -o-transition: .3s ease;
    -ms-transition: .3s ease;
    transition: .3s ease;
}

#map-canvas {
  width: 100%;
  height: 135px;
  margin-bottom: 15px;
  border: 2px solid #fff;
}




/* -------------------------------------- Footer -------------------------------------*/
 footer {
    background-color: #e9e0d6;
    width: 100%;
    position: relative;
    color: #354458;
    padding-top: 3em;
    padding-bottom: 3em;
    font-size: 70%;
 }

 footer h1 {
    margin: 0;
    font-weight: bold;
    font-size: 2.3em;
 }

 footer h2 {
    margin: 0;
 }

footer p {
    margin: 0;
    font-size: 1.8em;
 }

footer div {padding: 1em}

#footer-contact {
    text-align: right;
}