.top-header{
    height: 40px;
    background: #14213D;
}

.inner-header-left a:hover {
    text-decoration: none;
    color: #9BC53D;
}

nav .container{
    border-radius: 6px;
    background: #CE6346;
    height: 50px;
    margin: 0px auto;
}

.nav >li > a:focus, .nav> li > a:hover {
    background: #CE6346;
    color: #FFF;
}

.sections{
    height: 150px; 
    margin-top: -55px;
    background-attachment: fixed;
    margin-bottom: -20px;
}

.pages-title{
    position: absolute;
    bottom: 10px;
    color: #FFF;
}

.pages-title h1{
    font-size: 1.4rem;
    color: #FFF;
}

.pages-title p{
    color: #FFF;
}

.post-text p{
    font-size: 14px;
    line-height: 1.5;
}

/* ==================================
   	4. BUTTOMS.
   ==================================*/
.btn {
  border: 2px solid #CE6346;
  border-radius: 5px;
  letter-spacing: 1px;
}

.btn-custom {
  color: #FFF;
  background-color: #CE6346;
  transition: 0.3s;
  padding: 0.24rem 1.122rem;
  font-size: 0.60rem;
}


.btn-custom.disabled, .btn-custom:disabled {
  color: #fff;
  background-color: #CE6346;
  border-color: #CE6346;
}

.btn-slider {
  color: #FFF;
  background-color: #CE6346;
  transition: 0.3s;
  padding: 0.3rem 1.125rem;
  font-size: 0.60rem;
}

.btn-slider.disabled, .btn-slider:disabled {
  color: #fff;
  background-color: #CE6346;
  border-color: #CE6346;
}

.newsletter-box .button {
  	width: 30%;
  	height: 38px;
  	background-color: #CE6346;
}

.cd-top {
   background-color: #CE6346;
}

hr.center{
    width: 80px;
    border-top: 3px solid #CE6346;
    margin: 15px auto;
}

.icon-fa:hover{
    background: #CE6346;
	border: solid 1px #CE6346;
}

hr.left{
	width: 70px;
    border-top: 3px solid #CE6346;
    margin: 15px 0px 15px 0px;
}

h2.hh2 {
  font-size: 1.2rem;
  color: #fff;
  font-weight: bold;
}

@keyframes animate2 {
  0% {
    box-shadow: inset #14213D 0 0 0 17px;
    transform: rotate(-140deg);
  }
  50% {
    box-shadow: inset #CE6346 0 0 0 2px;
  }
  100% {
    box-shadow: inset #CE6346 0 0 0 17px;
    transform: rotate(140deg);
  }
}
