
#about {
  padding-top: 150px;
}

#extra-contact {
  display: none;
}



@media (max-width: 768px) {
  #about {
    padding-top: 60px;
  }
}

@media (max-width: 1200px) {
  .res-margin {
      margin-bottom: 15px;
  }
}


.home-section {
  padding: 50px 0;
}

.section-heading {
  margin-bottom: 50px;
}



#contact i.fa {
  min-width: 18px;
  margin-right: 10px;
}

@media (max-width: 768px) {
  .top-bar .contact-details li {
    display: block;
    margin: 5px 0;
    line-height: 20px;
    display: none;
  }

  #extra-contact {
    display: block;
    color: white;
    padding: 15px;
    margin-bottom: 20px;
  }

  #extra-contact ul {
    margin: 0;
    padding: 0;
    font-size: 12px;
    list-style: none;
  }

  #extra-contact ul i {
    min-width: 16px;
    text-align: center;
    margin-right: 10px;
  }

  #extra-contact li {
    display: block;
  }

  #extra-contact a {
    color: white;
  }

  #about {
    padding-top: 80px;
  }

  #about .paneltab {
    padding: 0 14px 25px 14px;
  }
}

@media (max-width: 1000px) {
  .top-bar .social-list {
    display: none;
  }
}

.bgscroll {
	background-image: url(../img/png_bg/heartpaws2.png),url(../img/png_bg/heartpaws.png);
	background-position: left,right;
	background-repeat: no-repeat;
	background-attachment:fixed;
	color:#fff;
}

#contact .form-control {
  border: 1px solid #ccc;
  box-shadow: none;
  padding: 0 10px;
}

#contact .form-control:focus {
  border-color: #888;
  box-shadow: none;
}

#contact textarea.form-control {
  padding-top: 5px;
}

.contact-details a {
  color: white !important;
}

.gallery-thumb:hover .overlay-mask {opacity: 0.5;}


.navbar-header h1, .navbar-header h2 {
  padding: 0;
  margin: 0;
  display: inline;
  font-weight: normal;
  color: #333;
  text-transform: uppercase;
  font-family: 'Bree Serif', serif;
}


.navbar-header h1 {

}


.navbar-header h2 {
  font-size: 13px;
  padding-left: 10px;
  position: relative;
  top: -2px;
}

@media (max-width: 600px) {
  .navbar-header h2 {
    display: none;
  }
}
