@import url('https://fonts.googleapis.com/css?family=Open+Sans');
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400');
@import url('https://fonts.googleapis.com/css?family=Comfortaa');
img.img-responsive {
  display: inline;
}
/* make keyframes that tell the start state and the end state of our object */
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fade-in {
  opacity: 0;
  -webkit-animation: fadeIn ease-in 1;
  -moz-animation: fadeIn ease-in 1;
  animation: fadeIn ease-in 1;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  animation-duration: 1s;
}
.delay {
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  animation-delay: 1s;
}
p {
  color: color3;
}
p a:link {
  color: #ca6f3a;
  text-decoration: none;
}
p a:visited {
  color: #ca6f3a;
}
p a:hover {
  color: #ca6f3a;
  text-decoration: none;
}
.col-header {
  background-color: rgba(177, 96, 49, 0.9);
  width: 100%;
  z-index: 1;
  min-height: 50px;
}
@media (min-width: 768px) {
  .col-header {
    position: absolute;
    z-index: 999;
    background-color: transparent;
  }
}
.col-header .col-logo {
  padding: 20px 0px;
  text-align: center;
  display: inherit;
}
.col-header .col-logo img {
  display: inline;
}
@media (min-width: 768px) {
  .col-header .col-logo {
    text-align: left;
    position: absolute;
    padding: 20px 0px 20px 5%;
  }
}
@media (min-width: 1200px) {
  .col-header .col-logo {
    padding: 20px 0px 20px 7%;
  }
}
@media (min-width: 1500px) {
  .col-header .col-logo {
    padding: 20px 0px 20px 15%;
  }
}
.col-header .col-social {
  z-index: 1900;
  margin-top: 10px;
  padding: 0px 0px 5px;
  text-align: center;
  float: none;
}
@media (min-width: 992px) {
  .col-header .col-social {
    text-align: right;
    padding: 0px 0px 5px;
    float: right;
    margin-top: 0px;
  }
}
@media (min-width: 1200px) {
  .col-header .col-social {
    padding: 0px 5% 0px 0px;
  }
}
@media (min-width: 1500px) {
  .col-header .col-social {
    padding: 0px 10% 0px 0px;
  }
}
#first-slider .carousel-indicators {
  bottom: 2%;
}
@media (min-width: 1200px) {
  #first-slider .carousel-indicators {
    bottom: 5%;
  }
}
#first-slider .carousel-control.right,
#first-slider .carousel-control.left {
  background-image: none;
}
#first-slider .carousel .item {
  min-height: 200px;
  height: 100%;
  width: 100%;
}
@media (min-width: 560px) {
  #first-slider .carousel .item {
    min-height: 250px;
  }
}
@media (min-width: 768px) {
  #first-slider .carousel .item {
    min-height: 400px;
  }
}
@media (min-width: 1200px) {
  #first-slider .carousel .item {
    min-height: 575px;
  }
}
@media (min-width: 1500px) {
  #first-slider .carousel .item {
    min-height: 725px;
  }
}
#first-slider .carousel .item-sm {
  min-height: 200px !important;
  height: 100%;
  width: 100%;
}
@media (min-width: 560px) {
  #first-slider .carousel .item-sm {
    min-height: 250px !important;
  }
}
@media (min-width: 768px) {
  #first-slider .carousel .item-sm {
    min-height: 300px !important;
  }
}
@media (min-width: 1200px) {
  #first-slider .carousel .item-sm {
    min-height: 350px !important;
  }
}
@media (min-width: 1500px) {
  #first-slider .carousel .item-sm {
    min-height: 450px !important;
  }
}
.carousel-inner h1 {
  text-align: center;
  font-family: 'Comfortaa', cursive;
}
.carousel-inner .item .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}
#first-slider h3 {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  font-family: 'Comfortaa', cursive;
  font-size: 100%;
  color: #fff;
  text-align: center;
  position: relative;
  background-color: rgba(177, 96, 49, 0.67);
  display: inline-block;
  padding: 10px;
  top: 40px;
}
@media (min-width: 560px) {
  #first-slider h3 {
    top: 60px;
  }
}
@media (min-width: 768px) {
  #first-slider h3 {
    font-size: 130%;
    top: 120px;
    padding: 15px;
  }
}
@media (min-width: 992px) {
  #first-slider h3 {
    font-size: 140%;
    top: 120px;
  }
}
@media (min-width: 1200px) {
  #first-slider h3 {
    font-size: 200%;
    top: 180px;
  }
}
@media (min-width: 1500px) {
  #first-slider h3 {
    top: 250px;
  }
}
#first-slider .carousel-control {
  width: 30%;
}
#first-slider .carousel-indicators li {
  width: 14px;
  height: 14px;
  background-color: rgba(255, 255, 255, 0.5);
  border: solid 2px #fff;
}
#first-slider .carousel-indicators .active {
  width: 14px;
  height: 14px;
  background-color: #ca6f3a;
  border: none;
}
.carousel-fade .carousel-inner .item {
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
  z-index: 2;
}
.carousel-control .fa-angle-right,
.carousel-control .fa-angle-left {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}
.carousel-control .fa-angle-left {
  left: 50%;
  width: 38px;
  height: 38px;
  margin-top: -15px;
  font-size: 30px;
  color: #fff;
  border: 3px solid #ffffff;
  -webkit-border-radius: 23px;
  -moz-border-radius: 23px;
  border-radius: 53px;
}
.carousel-control .fa-angle-right {
  right: 50%;
  width: 38px;
  height: 38px;
  margin-top: -15px;
  font-size: 30px;
  color: #fff;
  border: 3px solid #ffffff;
  -webkit-border-radius: 23px;
  -moz-border-radius: 23px;
  border-radius: 53px;
}
.carousel-control {
  opacity: 1;
  filter: alpha(opacity=100);
}
/********************************/
/*       Slides backgrounds     */
/********************************/
#first-slider .slide1 {
  background-image: url(../img/hero-001.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
#first-slider .slide2 {
  background-image: url(../img/hero-002.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
@media (min-width: 768px) and (max-width: 900px) {
  #first-slider .slide2 {
    background-position: -50px;
  }
}
#first-slider .slide3 {
  background-image: url(../img/hero-003.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
#first-slider .slide4 {
  background-image: url(../img/hero-004.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
@media (min-width: 768px) and (max-width: 900px) {
  #first-slider .slide4 {
    background-position: -50px;
  }
}
#first-slider .slide5 {
  background-image: url(../img/hero-sm001.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  #first-slider .slide5 {
    background-position: -150px;
  }
}
#first-slider .slide6 {
  background-image: url(../img/hero-005.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 560px) {
  #first-slider .slide6 {
    background-position: -50px;
  }
}
#first-slider .slide7 {
  background-image: url(../img/hero-006.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
#first-slider .slide8 {
  background-image: url(../img/hero-007.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
#first-slider .slide9 {
  background-image: url(../img/hero-008.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
#first-slider .slide10 {
  background-image: url(../img/hero-009.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
#first-slider .slide11 {
  background-image: url(../img/hero-010.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
#first-slider .slide12 {
  background-image: url(../img/hero-011.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
#first-slider .slide13 {
  background-image: url(../img/hero-sm002.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  #first-slider .slide13 {
    background-position: -200px;
  }
}
#first-slider .slide14 {
  background-image: url(../img/hero-sm003.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  #first-slider .slide14 {
    background-position: -250px;
  }
}
.affix {
  position: relative;
}
@media (min-width: 768px) {
  .affix {
    top: 0;
    width: 100%;
    position: fixed;
    background-color: rgba(177, 96, 49, 0.9);
  }
}
.affix + .container-fluid {
  padding-top: 70px;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 0px;
    clear: both;
  }
}
.navbar-default {
  background: none;
  border: 0px;
  margin: 0px;
  z-index: 500;
  border-radius: 0px;
  padding: 5px 0px;
  border-top: solid #ddd 1px;
}
@media (min-width: 768px) {
  .navbar-default {
    border-top: 0 !important;
  }
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #000;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #fff;
  background-color: #000;
}
.navbar-default .navbar-nav > li,
.navbar-default .navbar-nav > li > a {
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.navbar-nav {
  padding-left: 0px;
}
@media (min-width: 992px) {
  .navbar-nav {
    width: 100.1%;
    display: table;
  }
}
@media (min-width: 992px) {
  .navbar-nav > li {
    float: left;
    display: table-cell;
  }
}
.navbar-default .navbar-nav > li > a {
  color: #777;
  padding: 18px;
  font-family: 'Roboto', sans-serif;
  color: #fff;
  font-size: 18px;
  text-align: center;
  font-weight: 300;
}
@media (min-width: 768px) {
  .navbar-default .navbar-nav > li > a {
    padding: 15px 10px;
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  .navbar-default .navbar-nav > li > a {
    padding: 10px 14px;
    font-size: 14px;
    margin-top: 10px;
  }
}
@media (min-width: 1200px) {
  .navbar-default .navbar-nav > li > a {
    padding: 10px 14px;
    font-size: 15px;
  }
}
@media (min-width: 1500px) {
  .navbar-default .navbar-nav > li > a {
    padding: 10px 30px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .navbar-default .navbar-nav > li:first-child.active > a,
  .navbar-default .navbar-nav > li:first-child > a:hover,
  .navbar-default .navbar-nav > li:first-child > a:focus {
    border-radius: 0px 0 0 0px;
  }
  .navbar-default .navbar-nav > li:last-child.active > a,
  .navbar-default .navbar-nav > li:last-child > a:hover,
  .navbar-default .navbar-nav > li:last-child > a:focus {
    border-radius: 0 0px 0px 0;
  }
}
.navbar-collapse,
.navbar-form {
  order-color: none;
  border: 0px;
  -webkit-box-shadow: inset 0 0px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 0px 0 rgba(255, 255, 255, 0.1);
}
.navbar-toggle {
  margin-right: 0;
  width: 100%;
  border: none;
  margin-top: 0;
  margin-bottom: 0;
  padding: 15px 10px;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background: none;
  color: #fff;
}
.fa {
  color: #fff;
}
.fa .menu {
  font-family: 'Roboto', sans-serif;
}
@media (max-width: 991px) {
  .navbar-header {
    float: none;
  }
  .navbar-toggle {
    display: block;
  }
  .navbar-collapse {
    border-top: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  }
  .navbar-collapse.collapse {
    display: none!important;
  }
  .navbar-nav {
    float: none!important;
    margin: 0px -15px 10px;
  }
  .navbar-nav > li {
    float: none;
  }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .navbar-text {
    float: none;
    margin: 15px 0;
  }
  /* since 3.1.0 */
  .navbar-collapse.collapse.in {
    display: block!important;
  }
  .collapsing {
    overflow: hidden!important;
  }
}
#col-featured {
  background-color: rgba(177, 96, 49, 0.67);
  padding-top: 15px;
  padding-bottom: 25px;
  position: relative;
  min-height: 160px;
}
@media (min-width: 768px) and (max-width: 991px) {
  #col-featured {
    min-height: 120px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #col-featured {
    min-height: 140px;
  }
}
@media (min-width: 1200px) {
  #col-featured {
    min-height: 160px;
  }
}
#col-featured .container {
  position: relative;
  z-index: 1;
}
#col-featured a {
  text-decoration: none;
}
#col-featured #bottom-right-image {
  position: absolute;
  bottom: -39px;
  right: 0;
  z-index: 0;
}
.content-bottom .row {
  margin-bottom: 70px;
  padding: 25px;
}
.container.hero.nogap {
  margin-bottom: 0px;
}
.content-main {
  margin-bottom: -100px;
}
.content-main .row {
  padding: 40px 0px;
}
.hovereffect {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: pointer;
  background: #ca6f3a;
  -webkit-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.75);
}
.hovereffect .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  padding: 50px 20px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .hovereffect .overlay {
    padding: 10px 15px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hovereffect .overlay {
    padding: 30px 20px;
  }
}
.hovereffect img {
  display: block;
  position: relative;
  max-width: none;
  width: calc(105%);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  -webkit-transition: opacity 0.55s, -webkit-transform 0.55s;
  transition: opacity 0.55s, -webkit-transform 0.55s;
  -o-transition: opacity 0.55s, transform 0.55s;
  transition: opacity 0.55s, transform 0.55s;
  transition: opacity 0.55s, transform 0.55s, -webkit-transform 0.55s;
  -webkit-transform: translate3d(-10px, 0, 0);
  transform: translate3d(-10px, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.hovereffect:hover img {
  opacity: 0.2;
  filter: alpha(opacity=20);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.hovereffect a,
.hovereffect h2 {
  color: #fff;
  text-align: center;
  position: relative;
  font-size: 24px;
  overflow: hidden;
  padding: 0.5em 0;
  background-color: transparent;
  opacity: 0;
}
@media (min-width: 768px) and (max-width: 991px) {
  .hovereffect a,
  .hovereffect h2 {
    font-size: 20px;
  }
}
.hovereffect a,
.hovereffect:hover h2 {
  color: #fff;
  text-align: center;
  position: relative;
  font-size: 24px;
  font-family: 'Roboto', sans-serif;
  font-weight: 200;
  overflow: hidden;
  padding: 0.5em 0;
  background-color: transparent;
  opacity: 1;
}
@media (min-width: 768px) and (max-width: 991px) {
  .hovereffect a,
  .hovereffect:hover h2 {
    font-size: 20px;
  }
}
.hovereffect h2:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #fff;
  content: '';
  -webkit-transition: -webkit-transform 0.35s;
  transition: -webkit-transform 0.35s;
  -o-transition: transform 0.35s;
  transition: transform 0.35s;
  transition: transform 0.35s, -webkit-transform 0.35s;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.hovereffect:hover h2:after {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.hovereffect a,
.hovereffect p {
  color: #FFF;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, -webkit-transform 0.35s;
  -o-transition: opacity 0.35s, transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  text-transform: uppercase;
  font-size: 15px;
  font-family: 'Roboto', sans-serif;
  font-weight: 200;
}
.hovereffect:hover a,
.hovereffect:hover p {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.feature-box {
  margin-bottom: 10px;
}
@media (min-width: 480px) and (max-width: 767px) {
  .feature-box {
    width: 64%;
    margin-left: 18%;
  }
}
.feature-box figure {
  height: 195px;
  overflow: hidden;
}
.feature-box figure img {
  width: 100%;
  height: auto;
}
.feature-box .feature-details {
  text-align: center;
  font-family: 'Comfortaa', cursive;
  font-weight: 200;
}
@media (max-width: 992px) {
  .feature-box .feature-details {
    height: auto;
  }
}
.feature-box .feature-details p {
  color: #fff;
  font-size: 12px;
  line-height: 19px;
}
.feature-box .feature-details h4 {
  font-size: 20px;
  padding: 10px 15px;
  color: #fff;
  font-weight: 200;
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px) {
  .feature-box .feature-details h4 {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .feature-box {
    margin-bottom: 20px;
  }
}
.col-content {
  background-image: url(../img/content-bg.jpg);
  background-repeat: repeat;
  padding: 80px 0px 70px 0px;
  background-color: #fff;
}
@media (min-width: 992px) {
  .col-content {
    padding: 120px 0px 100px 0px;
  }
}
.col-content h1,
.col-content h2,
.col-content h3,
.col-content h4,
.col-content h5 {
  color: #ca6f3a;
  font-family: 'Comfortaa', cursive;
  font-weight: 800;
}
.col-content h1 small,
.col-content h2 small,
.col-content h3 small,
.col-content h4 small,
.col-content h5 small {
  font-size: 60%;
  font-weight: 400;
  font-family: 'Open Sans', sans-serif;
  color: #ca6f3a;
}
.col-content h1 {
  font-size: 34px;
  margin-bottom: 20px;
  line-height: 1.2;
  margin-top: 0;
}
.col-content h2 {
  font-size: 28px;
}
.col-content h3 {
  font-size: 24px;
}
.col-content h4 {
  font-size: 20px;
}
.col-content p,
.col-content ul li {
  color: #cfcccb;
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
  line-height: 1.6;
}
.col-content li a {
  color: #79452d;
}
.col-content p {
  margin-bottom: 26px;
}
.col-content p a:link,
.col-content p a:visited,
.col-content p a:active {
  color: rgba(177, 96, 49, 0.9);
}
.col-content p a:hover {
  color: #79452d;
}
.col-content ul {
  margin-bottom: 0;
  list-style-image: url(../img/bullet.png);
}
.col-content .alert-success {
  padding: 10px 30px 30px 30px;
  border-radius: 5px;
  background-color: #d8ebfe;
  border: 0px solid #ca6f3a;
  border-left-width: 5px;
  border-radius: 3px;
}
.col-content .gap {
  padding: 32px 0px;
}
.col-content .container {
  padding: 15px 30px;
}
@media (min-width: 768px) {
  .col-content .container {
    padding: 0px 40px;
  }
}
.col-content .gallery img {
  margin-bottom: 10px;
  margin-right: 10px;
}
@media (min-width: 320px) and (max-width: 479px) {
  .col-content .gallery img {
    width: 45%;
  }
}
.col-content ul li .small {
  font-size: 11px;
}
.col-content .well {
  background-color: rgba(255, 255, 255, 0.16);
  border: 2px solid rgba(255, 255, 255, 0.54);
}
@media (min-width: 992px) {
  .col-content .log-const {
    padding-right: 65px;
  }
}
.col-content tbody > tr > td img {
  padding: 5px;
}
.col-content .btn-custom {
  border-radius: 2px;
  background: none;
  border: 1px solid #ca6f3a;
  color: #ca6f3a;
  font-size: 12px;
  font-family: 'Open Sans', sans-serif;
  padding: 10px 18px;
}
.col-content .btn-custom:hover {
  border: 1px solid #d2cfa6;
  color: #d2cfa6;
}
.col-content .sideimage {
  padding-right: 40px;
}
.col-content .interior-img {
  padding-top: 20px;
}
.col-content .tn {
  margin: 8px 8px;
}
@media (min-width: 1px) and (max-width: 560px) {
  .col-content .tn {
    width: 44% !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .col-content .tn {
    width: 150px;
  }
}
.card {
  padding: 20px 10px;
}
hr {
  border: 0;
  height: 1px;
  background-color: #5c4c4a;
  text-align: center;
}
hr.hr2 {
  border: 0;
  height: 1px;
  background-color: #5c4c4a;
  text-align: center;
  margin: 50px 0;
}
.col-testimonial {
  background-image: url(../img/bg_testimonial.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 60px 0px;
}
.col-testimonial .fb {
  color: #fff;
}
.col-testimonial h4 {
  color: #ca6f3a;
  font-family: 'Comfortaa', cursive;
  font-weight: 800;
  font-size: 24px;
}
.col-testimonial p,
.col-testimonial ul li {
  color: #cfcccb;
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
  line-height: 1.6;
}
.col-testimonial li a {
  color: #79452d;
}
.col-testimonial p {
  margin-bottom: 26px;
}
.col-testimonial p a:link,
.col-testimonial p a:hover,
.col-testimonial p a:visited,
.col-testimonial p a:active {
  color: #79452d;
}
.col-testimonial ul {
  margin-bottom: 0;
  list-style-image: url(../img/bullet.png);
}
#testimonial4 {
  overflow: hidden;
  min-height: 275px;
  position: relative;
}
#testimonial4 .carousel-inner {
  width: 95%;
  margin: auto;
}
#testimonial4 .carousel-inner:hover {
  cursor: -moz-grab;
  cursor: -webkit-grab;
}
#testimonial4 .carousel-inner:active {
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing;
}
#testimonial4 .carousel-inner .item {
  overflow: hidden;
}
.testimonial4_indicators .carousel-indicators {
  left: 0;
  margin: 0;
  width: 100%;
  font-size: 0;
  height: 20px;
  bottom: 0px;
  padding: 0 5px;
  cursor: e-resize;
  overflow-x: auto;
  overflow-y: hidden;
  position: absolute;
  text-align: center;
  white-space: nowrap;
}
.testimonial4_indicators .carousel-indicators li {
  padding: 0;
  width: 10px;
  height: 10px;
  border: none;
  text-indent: 0;
  margin: 2px 3px;
  cursor: pointer;
  display: inline-block;
  background: #ffffff;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.testimonial4_indicators .carousel-indicators .active {
  padding: 0;
  width: 10px;
  height: 10px;
  border: none;
  margin: 2px 3px;
  background-color: #000;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.testimonial4_indicators .carousel-indicators::-webkit-scrollbar {
  height: 3px;
}
.testimonial4_indicators .carousel-indicators::-webkit-scrollbar-thumb {
  background: #eeeeee;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.testimonial4_control_button .carousel-control {
  top: 175px;
  opacity: 1;
  width: 40px;
  bottom: auto;
  height: 40px;
  font-size: 10px;
  cursor: pointer;
  font-weight: 700;
  overflow: hidden;
  line-height: 38px;
  text-shadow: none;
  text-align: center;
  position: absolute;
  background: transparent;
  border: 2px solid #ffffff;
  text-transform: uppercase;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.6s cubic-bezier(0.3, 1, 0, 1);
  -o-transition: all 0.6s cubic-bezier(0.3, 1, 0, 1);
  transition: all 0.6s cubic-bezier(0.3, 1, 0, 1);
}
.testimonial4_control_button .carousel-control.left {
  left: 7%;
  right: auto;
}
.testimonial4_control_button .carousel-control.right {
  right: 7%;
  left: auto;
}
.testimonial4_control_button .carousel-control.left:hover,
.testimonial4_control_button .carousel-control.right:hover {
  color: #000;
  background: #fff;
  border: 2px solid #fff;
}
.testimonial4_header {
  top: 0;
  left: 0;
  bottom: 0;
  width: 550px;
  display: block;
  margin: 20px auto;
  text-align: center;
  position: relative;
  margin-bottom: 0px;
}
.testimonial4_header h4 {
  color: #ffffff;
  font-size: 30px;
  font-weight: 600;
  position: relative;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.testimonial4_slide {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 90%;
  margin: auto;
  padding: 20px;
  position: relative;
  text-align: center;
}
@media (min-width: 992px) {
  .testimonial4_slide {
    width: 80%;
  }
}
.testimonial4_slide img {
  top: 0;
  left: 0;
  right: 0;
  width: 50px;
  height: 50px;
  margin: auto;
  display: block;
  color: #f2f2f2;
  font-size: 18px;
  line-height: 46px;
  text-align: center;
  position: relative;
}
.testimonial4_slide p {
  color: #fff;
  font-size: 16px;
  margin: 0px 0 20px 0;
  font-family: 'Comfortaa', cursive;
  line-height: 1.7;
}
.testimonial4_slide h4 {
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  font-family: 'Comfortaa', cursive;
}
.testimonial4_header h4 {
  font-family: 'Comfortaa', cursive;
  text-transform: none;
  font-size: 30px;
  font-weight: normal;
  font-style: italic;
  letter-spacing: 2px;
  color: #160401;
}
@media only screen and (max-width: 480px) {
  .testimonial4_control_button .carousel-control {
    display: none;
  }
  .testimonial4_header {
    width: 95%;
  }
  .testimonial4_header h4 {
    font-size: 20px;
  }
  .testimonial4_slide {
    width: 98%;
    padding: 5px;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  .testimonial4_control_button .carousel-control.left {
    left: 2%;
  }
  .testimonial4_control_button .carousel-control.right {
    right: 2%;
  }
  .testimonial4_header {
    width: 95%;
  }
  .testimonial4_slide {
    width: 98%;
    padding: 5px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .testimonial4_control_button .carousel-control.left {
    left: 5%;
  }
  .testimonial4_control_button .carousel-control.right {
    right: 5%;
  }
}
@-webkit-keyframes psBoxShadowEffect_2 {
  0% {
    opacity: 0.3;
  }
  40% {
    opacity: 0.5;
    -webkit-box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #ffffff, 0 0 0 10px rgba(255, 255, 255, 0.5);
  }
  100% {
    -webkit-box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 5px 5px #ffffff, 0 0 0 5px rgba(255, 255, 255, 0.5);
    -webkit-transform: scale(1.5);
    opacity: 0;
  }
}
@keyframes psBoxShadowEffect_2 {
  0% {
    opacity: 0.3;
  }
  40% {
    opacity: 0.5;
    -webkit-box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #ffffff, 0 0 0 10px rgba(255, 255, 255, 0.5);
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #ffffff, 0 0 0 10px rgba(255, 255, 255, 0.5);
  }
  100% {
    -webkit-box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 5px 5px #ffffff, 0 0 0 5px rgba(255, 255, 255, 0.5);
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 5px 5px #ffffff, 0 0 0 5px rgba(255, 255, 255, 0.5);
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}
footer {
  padding: 52px 0px;
  background-color: #160401;
  color: #928e8d;
}
footer .copyright {
  text-align: center;
  color: #928e8d;
  font-size: 12px;
  font-weight: 400;
  font-family: 'Open Sans', sans-serif;
}
@media (min-width: 992px) {
  footer .copyright {
    text-align: left;
  }
}
footer .copyright a:link {
  color: #928e8d;
  text-decoration: none;
}
footer .copyright a:visited {
  color: #928e8d;
}
footer .copyright a:hover {
  color: #fff;
}
footer .footerNav {
  padding: 20px 0px;
  margin: 20px 0px;
  text-align: center;
  border-top: solid #5c4c4a 1px;
  border-bottom: solid #5c4c4a 1px;
  color: #928e8d;
  font-size: 13px;
  font-weight: 400;
  font-family: 'Open Sans', sans-serif;
}
@media (min-width: 992px) {
  footer .footerNav {
    text-align: left;
  }
}
footer .footerNav a:link {
  color: #928e8d;
  padding: 0 6px;
  text-decoration: none;
}
footer .footerNav a:visited {
  color: #928e8d;
}
footer .footerNav a:hover {
  color: #fff;
}
.google-maps {
  position: relative;
  padding-bottom: 40%;
  height: 0;
  overflow: hidden;
}
@media (min-width: 768px) and (max-width: 991px) {
  .google-maps {
    padding-bottom: 30%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .google-maps {
    padding-bottom: 25%;
  }
}
@media (min-width: 1200px) {
  .google-maps {
    padding-bottom: 20%;
  }
}
.google-maps iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
  border-radius: 0px;
  opacity: .2;
  margin-top: 15px;
  -webkit-transition-duration: .7s;
  -o-transition-duration: .7s;
  transition-duration: .7s;
}
@media (min-width: 992px) {
  .google-maps iframe {
    width: 90% !important;
    margin-top: 0;
  }
}
.google-maps iframe:hover {
  opacity: 1;
}
.nopadding {
  padding: 0px!important;
}
.noleftpadding {
  padding-left: 0px!important;
}
.norightpadding {
  padding-right: 0px!important;
}
.btn-primary {
  background-color: #ca6f3a;
  border-color: #ca6f3a;
}
.btn-primary:hover {
  background-color: #d2cfa6;
  border-color: #d2cfa6;
}
.btn-primary:focus,
.btn-primary:active,
.btn-primaryvisited {
  background-color: #ca6f3a;
  border-color: #ca6f3a;
}
.center-text {
  text-align: center;
}
