body {
}
#content h1, .h1 {
    font-size: 25px;
    margin-top: 10px;
    margin-bottom: 10px;
}
#content h2, .h2 {
    font-size: 20px;
	margin-top: 30px;
    margin-bottom: 10px;
	font-weight: 600;
    color: #68adad;
}
#content h3, .h3 {
    font-size: 19px;
	margin-top: 30px;
    margin-bottom: 10px;
	font-weight: 600;
    color: #68adad;
}
#content h4, .h4 {
    font-size: 18px;
	margin-top: 30px;
    margin-bottom: 10px;
	font-weight: 600;
    color: #68adad;
}
#content p {
    font: 17px/1.4 'PT Sans','Open Sans',Helvetica,Arial,sans-serif;
	margin-bottom: 20px;
}
#content img {
    object-fit: contain;
}
.starter-template {
  padding: 40px 15px;
  text-align: center;
}
.video-banner {
    width: 100%;
    height: 740px;
    overflow: hidden;
    position: relative;
    margin-bottom: 0px;
}

.video-banner video {
    position: absolute;
    left: 0;
    top: 0px;
    min-width: 100%;
    min-height: 100%;
}

.video-banner .container {
  position: relative;
  z-index: 2;
}

.video-banner .searchbox {
    background: #000;
    opacity: .8;
    -ms-filter: "alpha(opacity=70)";
    filter: alpha(opacity=70);
    margin: 0 auto;
    margin-top: 8%;
	padding-bottom: 15px;
	max-width: 900px;
    border-radius: 20px;
    border: 1px solid #eee;
}

.video-banner .searchbox h1 {
    color: white;
    font-size: 50px;
    font-weight: 300;
    text-align: center;
    padding: 20px 0;
}
.video-banner .container-fluid {
    margin-top: 55px;
}
@media only screen and (max-width: 600px){
.video-banner {
    height: 560px;

}
.video-banner .container-fluid {
    margin-top: 0;
}
.video-banner .searchbox h1 {
    font-size: 35px;
}
#content h1 {
    font-size: 22px;
}
.video-banner .searchbox {
    margin-top: 30%;
}
}
.video-banner .searchbox ul.nav-bar {
    background: 0;
    margin-top: 0;
    margin-bottom: 5px;
    text-align: center;
}

.video-banner .searchbox ul.nav-bar>li {
    list-style: none;
    text-align: center;
    border: 0;
    box-shadow: none;
    padding: 0 10px;
    display: inline-block;
}

.button-transparent {
    padding: 4px;
    color: #fff;
    background-color: transparent;
    border: #ffffff solid 2px;
    /* border-radius: 16px; */
    font-size: 20px;
    margin: 10px;
}
.video-banner select option {
    color: black;
	background-color: transparent;
}
.video-banner select option selected {
    color: black;
	background-color: transparent;
}
.navbar-brand {
    padding: 9px 5px;
}

/* only apply sticky columns on wider screens */
@media (min-width: 1200px) {
  #sidebar {
 	margin-left:5px;
  }

  #content {
 	padding-right:5px;
  }

  #sidebar.affix-top {
      position: static;
  }
  
  #sidebar.affix {
      position: fixed !important;
      top: 20px;
      width:200px;
  }

  #midCol.affix-top {
      position: static;
  }

  #midCol.affix-bottom {
      padding-top:0;
  }
  
  #midCol.affix {
      position:fixed !important;
  	  top: 20px;
  	  width:292px;
  }
}

@media (min-width: 992px) {
  .no-gutter.row > div[class*='col-md'] {
    padding-left: 0;
    padding-right: 0;
  }
  .no-gutter.row > .col-md-12 {
    width: 99.99999999999999%;
    *width: 99.93055555555554%;
  }
  .no-gutter.row .col-md-11 {
    width: 91.66666666666666%;
    *width: 91.59722222222221%;
  }
  .no-gutter.row > .col-md-10 {
    width: 83.33333333333331%;
    *width: 83.26388888888887%;
  }
  .no-gutter.row > .col-md-9 {
    width: 74.99999999999999%;
    *width: 74.93055555555554%;
  }
  .no-gutter.row > .col-md-8 {
    width: 66.66666666666666%;
    *width: 66.59722222222221%;
  }
  .no-gutter.row > .col-md-7 {
    width: 58.33333333333333%;
    *width: 58.263888888888886%;
  }
  .no-gutter.row > .col-md-6 {
    width: 49.99999999999999%;
  }
  .no-gutter.row > .col-md-4 {
    width: 33.33333333333333%;
  }
  .no-gutter.row > .col-md-3 {
    width: 24.999999999999996%;
    *width: 24.930555555555554%;
  }
  .no-gutter.row > .col-md-2 {
    width: 16.666666666666664%;
    *width: 16.59722222222222%;
  }
  .no-gutter.row > .col-md-1 {
    width: 8.333333333333332%;
    *width: 8.263888888888888%;
  }
}
#left ul.nav ul li {
    list-style: none!important;
    list-style-type: none!important;
    margin-top: 1px;
    margin-bottom: 1px;
}
/* sign for parent item */
#left ul.nav li .sign {
    display: inline-block;
    padding: 4px 10px;
    background-color: transparent;
}
#left ul.nav li.parent>a>.sign{
    margin-left: 0px;
}
#left .glyphicon {
	font-size:15px;
}
.table-of-contents {
	font-size:16px;
}
.table-of-contents a {
    color: #68adad;
    text-decoration: none;
	font-weight: 600;
}
.table-of-contents a:hover {
    color: #000000;
}
.table-of-contents li {
    padding-bottom: 3px;
}
.rent {
	font-size:14px;
}
.rent a {
    color: #68adad;
    text-decoration: none;
	font-weight: 600;
}
.rent a:hover {
    color: #000000;
}
.rent li {
    padding-bottom: 3px;
}
#left a {
    color: #86dada;
    text-decoration: none;
}
#left a:hover {
    color: #000000;
}
.map iframe{
    width: 100%;
}
@media screen and (min-width: 991px){
.map {
    padding-right: 0px;
}
.information {
    padding-left: 5px;
}
}
.well-sm {
    padding-left: 20px;
}
footer .copyright {
    background-color: #86dada;
    padding: 20px 0;
	color: white;
}
@media only screen and (max-width: 500px){
#content h1, .h1, h2, .h2, h3, .h3, h4, .h4{
    text-align: center;
}
#content p, .information{
	text-align: center;
}
}
@media only screen and (max-width: 375px){
#content{
	padding-right: 5px;
    padding-left: 5px;
}
#content .panel-body{
	padding-left: 10px;
    padding-right: 10px;
}
#content h1, .h1 {
    font-size: 18px;
}
#content h2, .h2 {
    font-size: 17px;
}
#content h3, .h3 {
    font-size: 17px;

}
#content h4, .h4 {
    font-size: 18px;

}
#content p {
	font-size: 16px;
}

}
@media only screen and (max-width: 320px){
#content{
	padding-right: 5px;
    padding-left: 5px;
}
#content .panel-body{
	padding-left: 8px;
    padding-right: 8px;
}
#content h1, .h1 {
    font-size: 18px;
}
#content h2, .h2 {
    font-size: 17px;
}
#content h3, .h3 {
    font-size: 17px;

}
#content h4, .h4 {
    font-size: 18px;

}
#content p {
	font-size: 16px;
}

}
@keyframes fade-in {
    from {opacity: 0;}
    to {opacity: 1;}
}

.fade-in {
   animation: fade-in 1s ease;
}