@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,400italic,600,600italic,700,700italic);

body {
  background:#fff;
  font-family: 'Open Sans', sans-serif;
  color:#000;
  font-size: 16px;
  line-height: 22px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal; 
  font-family: 'Open Sans', sans-serif;
  margin-top: 0px;
}


a {
  color: #1eafbf;
  -webkit-transition: color 300ms, background-color 300ms;
  -moz-transition: color 300ms, background-color 300ms;
  -o-transition:  color 300ms, background-color 300ms;
  transition:  color 300ms, background-color 300ms;
}

a:hover, a:focus {
  color: #d43133;
}

p:last-child {
  margin-bottom: 0px;
}

section {
  padding: 35px 0;
}

hr {
  border-top: 3px solid #efaf54;
}

hr.title {
  border-top: 3px solid #efaf54;
  margin-top: 0px;
  margin-bottom: 10px;
}

hr.break {
  border-top: 3px solid #1f4583;
  margin-top: 0px;
  margin-bottom: 10px;
}

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

.btn-primary {
  padding: 0 0 0 20px;
  color: #fff;
  text-transform: uppercase;
  background-color: #1e4483;
  margin-top: 5px;
  font-size: 18px;
  font-weight: bold;
  border-radius: 0px;
  border: none;
  line-height: 22px;
}
.btn-primary i {
  background-color: rgba(255,255,255,0.15);
  padding: 17px 10px 11px 10px;
  font-size: 10px;
  line-height: 5px;
  margin-left: 20px;
}

.btn-primary:hover, 
.btn-primary:focus{
  background-color: #000000;
  outline: none;
  box-shadow: none;
} 

.btn-slidercta {
  padding: 0 0 0 10px;
  color: #fff;
  text-transform: uppercase;
  background-color: #1e4483;
  position: absolute;
  bottom: 4px;
  right: 4px;
  font-size: 18px;
  font-weight: bold;
  border-radius: 0px;
  border: none;
  line-height: 22px;
}
.btn-slidercta i {
  background-color: rgba(255,255,255,0.15);
  padding: 17px 10px 11px 10px;
  font-size: 10px;
  line-height: 5px;
  margin-left: 5px;
}

.btn-slidercta:hover, 
.btn-slidercta:focus{
  background-color: #000000;
  color: #fff;
  outline: none;
  box-shadow: none;
}

.btn-flexcta {
  padding: 0 0 0 10px;
  color: #fff;
  text-transform: uppercase;
  background-color: #1e4483;
  position: absolute;
  bottom: 4px;
  right: 19px;
  font-size: 18px;
  font-weight: bold;
  border-radius: 0px;
  border: none;
  line-height: 22px;
}
.btn-flexcta i {
  background-color: rgba(255,255,255,0.15);
  padding: 17px 10px 11px 10px;
  font-size: 10px;
  line-height: 5px;
  margin-left: 5px;
}

.btn-flexcta:hover, 
.btn-flexcta:focus{
  background-color: #000000;
  color: #fff;
  outline: none;
  box-shadow: none;
} 

.btn-transparent {
  border: 3px solid #fff;
  background: transparent;
  color: #fff;
}

.btn-transparent:hover {
  border-color: rgba(255, 255, 255, 0.5);
}

.btn-action {
  padding: 18px 23px;
  color: #000;
  background: transparent;
  border:2px solid #356320;
  margin-top: 10px;
  font-size: 18px;
  font-weight: bold;
  border-radius: 0px;
}
.btn-action:hover, 
.btn-action:focus{
  color: #fff;
  background-color: #356320;
} 

.btn-slider {
  padding: 18px 23px;
  color: #fff;
  background: transparent;
  border:2px solid #fff;
  text-transform: uppercase;
  margin-top: 10px;
  font-size: 18px;
  font-weight: bold;
  border-radius: 0px;
}

.btn-slider:hover, 
.btn-slider:focus{
  color: #333;
  border-color: #ccc;
  background-color: #ccc;
} 

a:hover,
a:focus {
  color: #111;
  text-decoration: none;
  outline: none;
}

ul.regular {
  list-style: none;
}

ul.regular .fa {
  color: #1f4583;
}

ul.regular li {
  margin-bottom: 13px;
}

ul.hip-tenants {
  list-style: none;
  padding-left: 0px;
}

ul.hip-tenants .fa {
  color: #1f4583;
}

ul.hip-tenants li {
  margin-bottom: 25px;
}

.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:focus, .navbar-inverse .navbar-nav>.open>a:hover {
  background-color: #fff;
  color: #1f4583;
}

.dropdown:hover .dropdown-menu {
  display: block;
}

.dropdown-menu {
  margin-top: -1px;
  min-width: 220px;
  border-color: #edc35d;
}

.dropdown-menu>li>a {
  padding: 10px 20px;
}

.center h2{
  font-size: 36px;
  margin-top: 0;
  margin-bottom: 20px;
}

.media>.pull-left{
  margin-right: 20px;
}

.media>.pull-right{
  margin-left: 20px;
}

.center {
  text-align: center;
  padding-bottom: 55px;
}

.scaleIn {
  -webkit-animation-name: scaleIn;
  animation-name: scaleIn;
}

.lead{
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.transparent-bg {
  background-color: transparent !important;
  margin-bottom: 0;
}

@-webkit-keyframes scaleIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }

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

@keyframes scaleIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
.semibold {
	font-weight: 600;
}
.center-block {
	float: none;
}
.navbar-inverse .navbar-nav>li>a {
	font-size: 16px;
	color: #000;
	text-transform: uppercase;
	font-weight: 600;
}

.navbar-inverse .navbar-nav>li.xsub-menu>a {
  font-size:15px;
  padding-top:5px;
  padding-bottom:5px;
  color: #000;
  text-transform: uppercase;
  font-weight: 600;
}

.navbar-inverse .navbar-nav>li>a:hover {
	color: #1e4483;
}
.blue {
  color:#1f4583;
}
blockquote {
  border: none;
}
blockquote:before{
  color: #efaf54;content: "\201C";
  font-family: Georgia, serif;
  font-size: 4em;
  line-height: 0.8em;
  vertical-align: -0.4em;
  float:left;
}
blockquote:after{
  color: #efaf54;content: "\201D";
  font-family: Georgia, serif;
  font-size: 4em;
  line-height: 0em;
  vertical-align: -0.4em;
  float: right;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color:#f19d4b;
}
.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover, {
  background-color: #1f4583;
}
.navbar-inverse .navbar-toggle {
  border-color: #1f4583;
  background-color: #1f4583;
}
.navbar-toggle {
  margin-top: 35px;
}
.navbar {
  margin-bottom: 0px;
}
/*************************
*******Homepage******
**************************/
#header .fa {
	font-size: 22px;
	vertical-align: middle;
	padding: 0 8px;
}
#header {
  padding-top: 20px;
}
#header h4 a {
  color: #000;
}
#header a.facebook {
  color: #3b5998;
}
#header a.instagram {
  color: #8a3ab9;
}
#header a.twitter {
  color: #00aced;
}
#header a.google-plus {
  color: #FF0000;
}
#header a.video-camera {
  color: #276f03;
}
#parallax1 {
  background: url(../images/slides/welcome3.jpg) 50% 0 fixed;
  height: auto;
  padding:207px 0;
  width: 100%;
  position: relative;
}
#slider {
  position: relative;
  padding-bottom: 4px;
  padding-top: 0px;
}
#owl-example h1 {
  text-shadow: 1px 1px 2px #000;
  font-size: 48px;
}
#owl-example h2 {
  text-shadow: 1px 1px 2px #000;
}
#owl-example .item {
  position: relative;
}
#slider .overlay {
  width:100%;
  height:100%;
  color: #fff;
  background-color: rgba(0,0,0,0.3);
  position:absolute;
  overflow:hidden;
  top:0;
  left:0;
  -webkit-transition:all .4s ease-in-out;
  transition:all .4s ease-in-out;
  padding-top: 5%;
  z-index: 5;
}

#slider .item img {
	position: relative;
    display: block;
    width: 100%;
    height: auto;  
}
#slider .moving-top {
  margin-top: -100px;
  z-index: 2;
}
#slider-cta {
  margin-top: -100px;
}
#slider-cta hr {
  border-top: 3px solid #edc35d;
  margin: 10px 0; 
}
#slider-cta h4 {
  margin-top: 0px;
}
#slider-cta p {
  font-size: 14px;
  line-height: normal;
}
#slider-cta .imgbox, #flexcta .flexctabox {
  position: relative;
}
#slider-cta img {
  border: 4px solid #fff;
}
.flexctabox img {
  border: 4px solid #1e4483;
}
.unitcta img {
  border: 2px solid #1e4483;
}
#testimonials {
  background: url(../images/slides/parallax2.jpg) 50% 0 fixed;
  height: auto;
  width: 100%;
  padding-top: 75px;
  padding-bottom: 75px;
  position: relative;  
  color:#fff;
}
#testimonials h2 {
  margin-top: 0px;
}
#testimonials h4 {
  margin-bottom: 0px;
}
#testimonials hr {
  border-top: 3px solid #efaf54;
  margin: 5px auto; 
}
#homecta .icons .fa {
  color: #f19d4b;
  font-size:30px;
  text-align: center;
  border: 2px solid #f19d4b;
  border-radius: 50%;
  width: 86px;
  padding-top: 28px;
  height: 86px;
  margin-bottom: 15px;
}
#homecta p {
  font-size: 14px;
}
#coming-soon {
  color:#fff;
  background: url(../images/slides/the-suites-parallax.jpg) 50% 0 fixed;
  height: auto;
  width: 100%;
  position: relative;  
}
#nopadding {
  padding-top: 0px;
  padding-bottom: 0px;
  font-size: 14px;
}
.oddsection {
  background-color: #1f4583;
  color: #fff;
}
.oddsection a {
  color: #efaf54;
  font-weight: bold;
  -webkit-transition: color 300ms, background-color 300ms;
  -moz-transition: color 300ms, background-color 300ms;
  -o-transition:  color 300ms, background-color 300ms;
  transition:  color 300ms, background-color 300ms;
}
#flexcta .flexctabox {
  margin-bottom: 35px;
}
#nopadding a:hover,
#nopadding a:focus {
  color: #ccc;
}
#footer {
  background-color: #1f4583;
  padding: 15px 0;
  color: #fff;
}
#footer p {
  margin-bottom: 0px;
}
.cd-top {
    display: inline-block;
    height: 40px;
    width: 40px;
    position: fixed;
    bottom: 40px;
    right: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .07);
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background: url(../images/cd-top-arrow.svg) center 50% no-repeat rgba(140, 140, 140, .9);
    visibility: hidden;
    opacity: 0;
    z-index: 9;
    -webkit-transition: opacity .3s 0s, visibility 0s .3s;
    -moz-transition: opacity .3s 0s, visibility 0s .3s;
    transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-top.cd-fade-out, .cd-top.cd-is-visible, .no-touch .cd-top:hover {
    -webkit-transition: opacity .3s 0s, visibility 0s 0s;
    -moz-transition: opacity .3s 0s, visibility 0s 0s;
    transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
    visibility: visible;
    opacity: 1;
}
.cd-top.cd-fade-out {
    opacity: .5;
}
.no-touch .cd-top:hover {
    background-color: #e86256;
    opacity: 1;
}
@media only screen and (min-width:768px) {
    .cd-top {
      right: 20px;
      bottom: 20px;
  }
}
@media only screen and (min-width:1024px) {
  .cd-top {
      height: 60px;
      width: 60px;
      right: 30px;
      bottom: 30px;
  }
}
#single-units img {
  border: 2px solid #1f4583;
}
#single-units ul {
  padding-left: 0px;
}
#the-suites h4 {
  padding: 10px 0 0;
}
#the-suites p:last-child {
  margin-bottom: 10px;
}

/*************************
*******Contact Us Page******
**************************/
#contact-info {
  padding-bottom: 0px;
}
.gmap-area {
  background-image: url("../images/map.jpg");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 35px 0 10px;
}

.gmap-area .gmap iframe {
  border-radius: 50%;
  height: 280px;
  width: 300px;
}

.gmap{
    border: 10px solid #f6f5f0;
    border-radius: 50%;
    height: 300px;
    width: 300px;
    box-shadow: 0px 0px 3px 3px #e7e4dc;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
}

.gmap-area .map-content ul {
  list-style: none; 
  padding: 0px;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
  border: none;
}
