body{
  background: #edefed;
}

/*.homebg{
  background-image: url('../img/photo1.png');
  background-size: cover;
  background-position: top left;
  display: table;
  width: 100%;
  min-height: 600px;
}*/

.videobg, .imgbg{
  height: 500px;
  width: 100%;
  object-fit: cover;
}

.content{
  position: relative;
}

.container-fluid{
  padding: 0px;
}

.content-center{
    display: flex;
    vertical-align: middle;
    text-align: center;
    position: absolute;
    top: 0;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    flex-direction: column;
}

.title{
  font-size: 36px;
  color: #fff;
}

.home-search-location{
  background: rgba(0,0,0,.5);
  padding: 20px 10px;
  text-align: center;
  margin-top: -76px;
  height: 76px;
}

.searchfields{
  padding: 5px;
  font-size: 16px;
  color: #9C9898;
}

.search-submit{
  background: #E04D4D;
  border: none;
  color: #fff;
  text-transform: uppercase;
  padding: 7px 35px;
}

.sub-content-gallery{
  overflow: hidden;
  position: relative;
}

.padding-border{
  padding: 40px 0px;
}

.sub-content-gallery img{
  height: 300px;
}

.gallery-content{
  display: table;
  height: 300px;
  width: 100%;
  position: absolute;
  top: 0;
}

.gallery-title{
  color: #fff;
  font-size: 14px;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}

.learn-more{
  background: #968F8F;
  color: #fff;
  padding: 10px 20px;
  font-size: 18px;
}

.text-center{
  text-align: center;
}

.row{
  margin: 0px !important;
}

.container-footer{
  background: #ccc;
}

.authreg{
  float: right;
  position: absolute;
  right: 20px;
  top: 20px;
  font-size: 20px;
  color: #fff;
  z-index: 10;
}

.authreg a{
  font-size: 18px;
  color: #fff;
}

.subcontent{
  color:#fff;
  width: 50%;
  margin:0 auto;
}

.navbar-fixed-top{
  width: 100%;
  background: rgba(0,0,0,0.6);
}
.navbar-toggle{
  float: left;
  margin-left:15px;
}

.navbar-toggle .icon-bar{
  background: #fff;
}

.navbar-collapse{
  border: none;
  box-shadow: none;
}

.nopadding{
  padding-right: 0px;
}

.navbar-nav > li > a{
  text-align: left !important;
}

.main-content{
  background: #fff;
  padding: 50px;
}

.main-nav{
  background: #777;
  padding: 10px 50px;
}

.content-title{
    font-weight: bold;
    font-size: 24px;
    padding-bottom: 10px;
}