@import url('https://fonts.googleapis.com/css?family=Libre+Franklin:300,400,700,900');

body {
  font-family: 'Libre Franklin', sans-serif;
  overflow-x: hidden;
}
p {
  font-size: 15px;
}
p.small {
  font-size: 12px;
}
a,
a:hover,
a:focus,
a:active,
a.active {
  color: #000;
  outline: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Libre Franklin', sans-serif;
  font-weight: 700;
  
}
h4 {
  line-height: 24px;
  
}

hr.star-light,
hr.star-primary {
  padding: 0;
  border: none;
  border-top: solid 5px;
  text-align: center;
  max-width: 250px;
  margin: 25px auto 30px;
}
hr.star-light:after,
hr.star-primary:after {
  content: "\f005";
  font-family: FontAwesome;
  display: inline-block;
  position: relative;
  top: -0.8em;
  font-size: 2em;
  padding: 0 0.25em;
}
hr.star-light {
  border-color: white;
}
hr.star-light:after {
  background-color: #18BC9C;
  color: white;
}
hr.star-primary {
  border-color: #C19351;
}
hr.star-primary:after {
  background-color: white;
  color: #C19351;
}
.img-centered {
  margin: 0 auto;
}
.brown {
 color: #955101;
}
.light-brown {
 color: #C19351;
}
.bg-white {
 background-color: #FFF !important;
}
.pad-right {
 padding-right:90px;
}
.border-brown {
  border: thin solid #C19351;
}
.image-mobile {
  display: block;
}

/* Home Page Carousel */

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */
/* Carousel base class */

.carousel {
  height: 500px;
}
/* Since positioning the image, we need to help out the caption */

.carousel-caption {
  z-index: 10;
  position: relative;
}
/* Declare heights because of positioning of img element */

.carousel .item {
  height: 500px;
  background-color: #777;
  background-position: center center;
  background-repeat: none;
  background-size: 100%;
  background-size: cover;
}

.carousel .item .carousel-caption .row > .bigText.tripleBorder {
  border-right: 5px solid #f00;
}

.carousel .item .carousel-caption .row > .bigText.tripleBorder:before {
  border-right: 5px solid #fff;
  position: absolute;
  content: "";
  top: 0;
  right: 17px;
  bottom: 0;
  left: 0;
}

.carousel .item .carousel-caption .row > .bigText.tripleBorder:after {
  border-right: 5px solid #aeaeae;
  position: absolute;
  content: "";
  top: 0;
  right: 6px;
  bottom: 0;
  left: 0;
}

.carousel .item .carousel-caption .mediumText {
  line-height: 1;
  font-size: 35px !important;
  text-align: left;
  padding-top: 5px;
}

.carousel .item .carousel-caption .bigText {
  line-height: 1;
  font-size: 80px !important;
  text-align: left;
  position: relative;
  padding-top: 5px;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.carousel .item .carousel-caption .bigText p {
  color: #ffffff;
}

.carousel .item .carousel-caption .bigText p:nth-of-type(1) {
  margin-top: 10px;
}

.carousel .item .carousel-caption .bigText p:nth-of-type(2) {
  color: #858585;
}

.carousel .item .carousel-caption .bigText p:nth-of-type(3) {
  color: #f00;
}

.carousel .item .carousel-caption .bigText a.btn {
  position: absolute;
  bottom: 30px;
  right: 10px;
  font-size: 30px;
}

.carousel .item .carousel-caption blockquote {
  border-left: none;
  font-size: 60px;
  position: absolute;
  top: 50%;
  margin-top: 8%;
}

.carousel .item .carousel-caption blockquote footer {
  color: #f00;
}

.navbar-custom {
  background: #EDE6B6;
  font-family: 'Libre Franklin', sans-serif;
  text-transform: uppercase;
  font-weight: 900;
  border: none;
  background-image:url(../images/banda-new.png);
  background-position:bottom;
  background-repeat: repeat-x;
  background-size: auto;
  height: 130px;
  padding: 25px 0;
    -webkit-transition: padding 0.3s;
    -moz-transition: padding 0.3s;
    transition: padding 0.3s;
}
.navbar-custom a:focus {
  outline: none;
}
.navbar-brand img {
  width: 250px;
  margin-top: -5px;
}

.navbar-custom .navbar-nav {
  letter-spacing: 1px;
  background-color: #EDE6B6;
  
}
.navbar-custom .navbar-nav li a {
  color: #955101;
  font-size: 12px;
  margin-top: 10px;
 
}
.navbar-custom .navbar-nav li a:hover {
  color: #000;
  outline: none;
   -webkit-transition: padding 0.3s;
    -moz-transition: padding 0.3s;
    transition: padding 0.3s;
}
.navbar-custom .navbar-nav li a:focus,
.navbar-custom .navbar-nav li a:active {
  color: #000;
  -webkit-transition: padding 0.3s;
    -moz-transition: padding 0.3s;
    transition: padding 0.3s;
}
.navbar-custom .navbar-nav li.active a {
  color: #000;
  background: none;
 
}
.navbar-custom .navbar-nav li.active a:hover,
.navbar-custom .navbar-nav li.active a:focus,
.navbar-custom .navbar-nav li.active a:active {
  color: #000;
  background: none;
   -webkit-transition: padding 0.3s;
    -moz-transition: padding 0.3s;
    transition: padding 0.3s;
}
.navbar-custom .navbar-toggle {
  color: #955101;
  text-transform: uppercase;
  font-size: 10px;
  border-color: #955101;
}
.navbar-custom .navbar-toggle:hover,
.navbar-custom .navbar-toggle:focus {
  background-color: #955101;
  color: #FFF;
  border-color: #955101;
   -webkit-transition: padding 0.3s;
    -moz-transition: padding 0.3s;
    transition: padding 0.3s;
}

section {
  padding: 15px 0 80px;
}
section h2 {
  margin: 0;
  font-size: 3em;
}
section.interior {
  background: #F0DED5;
  padding: 190px 0 200px;
}

#portfolio .portfolio-item {
  margin: 0 0 15px;
  right: 0;
}
#portfolio .portfolio-item .portfolio-link {
  display: block;
  position: relative;
  max-width: 400px;
  margin: 0 auto;
}
#portfolio .portfolio-item .portfolio-link .caption {
  background: rgba(24, 188, 156, 0.9);
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
}
#portfolio .portfolio-item .portfolio-link .caption:hover {
  opacity: 1;
}
#portfolio .portfolio-item .portfolio-link .caption .caption-content {
  position: absolute;
  width: 100%;
  height: 20px;
  font-size: 20px;
  text-align: center;
  top: 50%;
  margin-top: -12px;
  color: white;
}
#portfolio .portfolio-item .portfolio-link .caption .caption-content i {
  margin-top: -12px;
}
#portfolio .portfolio-item .portfolio-link .caption .caption-content h3,
#portfolio .portfolio-item .portfolio-link .caption .caption-content h4 {
  margin: 0;
}
#portfolio * {
  z-index: 2;
}

.floating-label-form-group {
  position: relative;
  margin-bottom: 0;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #eeeeee;
}
.floating-label-form-group input,
.floating-label-form-group textarea {
  z-index: 1;
  position: relative;
  padding-right: 0;
  padding-left: 0;
  border: none;
  border-radius: 0;
  font-size: 1.5em;
  background: none;
  box-shadow: none !important;
  resize: none;
}
.floating-label-form-group label {
  display: block;
  z-index: 0;
  position: relative;
  top: 2em;
  margin: 0;
  font-size: 0.85em;
  line-height: 1.764705882em;
  vertical-align: middle;
  vertical-align: baseline;
  opacity: 0;
  -webkit-transition: top 0.3s ease,opacity 0.3s ease;
  -moz-transition: top 0.3s ease,opacity 0.3s ease;
  -ms-transition: top 0.3s ease,opacity 0.3s ease;
  transition: top 0.3s ease,opacity 0.3s ease;
}
.floating-label-form-group:not(:first-child) {
  padding-left: 14px;
  border-left: 1px solid #eeeeee;
}
.floating-label-form-group-with-value label {
  top: 0;
  opacity: 1;
}
.floating-label-form-group-with-focus label {
  color: #18BC9C;
}





.form-group {
  margin-top: 20px;
  margin-bottom: 25px;
}
 .form-group input,
 .form-group textarea {
  padding: 20px;
  background-color: #FFF;
  border-radius: 0;
  border: none;
}
.form-group input.form-control {
  height: auto;
}
.form-group textarea.form-control {
  height: 236px;
}
 .form-control:focus {
  border-color: #dad6cf;
  box-shadow: none;
}
::-webkit-input-placeholder {
  text-transform: uppercase;
  font-weight: 500;
  color: #C19351;
}
 :-moz-placeholder {
  /* Firefox 18- */
  text-transform: uppercase;
  font-weight: 500;
  color: #C19351;
}
::-moz-placeholder {
  /* Firefox 19+ */
  text-transform: uppercase;
  font-weight: 500;
  color: #C19351;
}
 :-ms-input-placeholder {
  text-transform: uppercase;
  font-weight: 500;
  color: #C19351;
}
 .text-danger {
  color: #e74c3c;
}

.btn-primary {
  color: white;
  background-color: #C19351;
  border: none;
  text-transform: uppercase;
  font-weight: 700;
  border-radius: 0;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: white;
  background-color: #000;

}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}



footer {
  color: white;
  background-color: #955101;
}
footer h3 {
  margin-bottom: 30px;
}
footer .footer-above {
  padding-top: 50px;
  background-color: #EDE6B6;
}
footer .footer-col {
  margin-bottom: 50px;
}
footer .footer-below {
  padding: 25px 0;
  background-color: #955101;
}

.btn-social {
  display: inline-block;
  height: 50px;
  width: 50px;
  border: 2px solid white;
  border-radius: 100%;
  text-align: center;
  font-size: 20px;
  line-height: 45px;
}
.btn:focus,
.btn:active,
.btn.active {
  outline: none;
}
.scroll-top {
  position: fixed;
  right: 2%;
  bottom: 2%;
  width: 50px;
  height: 50px;
  z-index: 1049;
}
.scroll-top .btn {
  font-size: 20px;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  line-height: 28px;
}
.scroll-top .btn:focus {
  outline: none;
}
.portfolio-modal .modal-content {
  border-radius: 0;
  background-clip: border-box;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  min-height: 100%;
  padding: 100px 0;
  text-align: center;
}
.portfolio-modal .modal-content h2 {
  margin: 0;
  font-size: 3em;
}
.portfolio-modal .modal-content img {
  margin-bottom: 30px;
}
.portfolio-modal .modal-content .item-details {
  margin: 30px 0;
}
.portfolio-modal .close-modal {
  position: absolute;
  width: 75px;
  height: 75px;
  background-color: transparent;
  top: 25px;
  right: 25px;
  cursor: pointer;
}
.portfolio-modal .close-modal:hover {
  opacity: 0.3;
}
.portfolio-modal .close-modal .lr {
  height: 75px;
  width: 1px;
  margin-left: 35px;
  background-color: #EDE6B6;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  /* IE 9 */
  -webkit-transform: rotate(45deg);
  /* Safari and Chrome */
  z-index: 1051;
}
.portfolio-modal .close-modal .lr .rl {
  height: 75px;
  width: 1px;
  background-color: #EDE6B6;
  transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  /* IE 9 */
  -webkit-transform: rotate(90deg);
  /* Safari and Chrome */
  z-index: 1052;
}
.portfolio-modal .modal-backdrop {
  opacity: 0;
  display: none;
}

@media (max-width: 992px) {
.image-mobile {
  display: none;
}
section {
  padding: 5px 0 40px;
}
}


@media (max-width: 767px) {
	
  .navbar-custom .navbar-nav {
	  margin-top: 54px;
	  border: 0px;
	  
   }
   .navbar-default .navbar-collapse, .navbar-default .navbar-form {
	border:  none;
}
header.carousel {
	margin-top: 0px;
    height: 50%;
}

header.carousel .item,
header.carousel .item.active,
header.carousel .carousel-inner {
    height: 500px;
}


header.carousel .fill {
    height: 500px;
   background-repeat: no-repeat;
    background-position: 70% 50%; 
    background-size: cover;
}	
  section {
    padding: 75px 0;
  }
  section.first {
    padding-top: 75px;
  }
  .pad-right {
 padding-right:20px;
}
.navbar-brand img {
  width: 230px;
  
}

}
