html,
body {
  font-family: "PT Sans", sans-serif;
  color: #333f31;
}

#rca-map {
  width: 100%;
  height: 400px;
}

.sl-form-box {
}
.sl-form-box .sl-b-header {
  background: #eaeaea;
  text-align: center;
  padding: 25px 15px;
}
.sl-form-box .sl-b-header .sl-b-call {
  font-weight: bold;
  color: #333333;
  font-size: 37px;
  margin: 0 0 5px;
}
.sl-form-box .sl-b-header .sl-b-call > span {
  color: #333f31;
}
.sl-form-box .sl-b-header .sl-b-ofit {
  margin: 0;
}
.sl-form-box .sl-b-body {
  background: rgba(255, 255, 255, 0.7);
  padding: 25px 15px;
  position: relative;
}
.sl-form-box .sl-b-body .f-message {
  position: absolute;
  bottom: 90px;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  display: none;
  text-shadow: 0px 0px 20px #fff;
  padding: 0 5px;
}
.sl-form-box .sl-b-body .f-success > h3 {
  color: #8bc34a;
  font-size: 22px;
}
.sl-form-box .sl-b-body .f-error > h3 {
  color: #f44336;
  font-size: 22px;
}

ul.rca-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
ul.rca-list li {
  background: url(../img/check.png) no-repeat 0 center;
  padding-left: 25px;
  margin-bottom: 8px;
}

header.rca-header {
  background: url(../img/dots.png) repeat-x 0 bottom;
  padding-bottom: 5px;
  border-bottom: 2px solid #333f31;
}
header.rca-header .navbar {
  background-color: #fff;
  margin-bottom: 0;
  border: 0;
}
header.rca-header .navbar .navbar-brand {
  height: auto;
}
header.rca-header .navbar .navbar-brand > img {
  float: left;
  -webkit-transition: -webkit-transform 0.8s ease-in-out;
  transition: transform 0.8s ease-in-out;
}
header.rca-header .navbar .navbar-brand > img:hover {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}
header.rca-header .navbar .rfi {
  color: #333f31;
  font-weight: bold;
  font-size: 30px;
  margin-top: 30px;
  display: inline-block;
}
header.rca-header .navbar ul.nav {
  margin-top: 30px;
  font-size: 18px; /*18*/
}
header.rca-header .navbar ul.nav li {
}
header.rca-header .navbar ul.nav > li > a {
  color: #d9a812;
  padding-left: 0;
  padding-right: 0;
  margin-left: 15px;
  margin-right: 15px;
}
header.rca-header .navbar ul.nav > li > a:hover,
header.rca-header .navbar ul.nav > li > a:focus,
header.rca-header .navbar ul.nav > li > a.active {
  color: #ca9908;
}
header.rca-header .navbar ul.nav > li.open > a {
  background-color: #fff;
}

section.rca-slider {
  background-image: url(../img/dots2.png), url(../img/slide-1.jpg); /* ../img/index-sl.png */
  background-repeat: repeat-x, no-repeat;
  background-position: 0 bottom, center 0;
  background-size: auto, cover;
  padding: 30px 0;
  -webkit-transition: background-image 0.4s ease-in-out;
  transition: background-image 0.4s ease-in-out;
}

#rca-slider-form .form-control {
  border-radius: 0;
  height: 50px;
}
#rca-slider-form .form-control.error {
  background: #f0f0f0;
  border-color: #ff1313;
}
#rca-slider-form label.error {
  color: #ff6454;
  margin: 0;
  font-weight: normal;
  font-size: 12px;
}
#rca-slider-form .btn-subm {
  width: 100%;
  color: #fff;
  font-size: 24px;
  border-radius: 0;
  background: #333f31;
}
#rca-slider-form .btn-subm:hover {
  background-color: #495c46;
}
#carousel-rca-slider {
  padding: 30px 0;
}
#carousel-rca-slider .item {
  padding: 0 80px;
}
#carousel-rca-slider .item .slide-text {
  margin: 0;
  text-align: center;
  color: #fff;
  font-family: "PT Serif", serif;
  font-size: 46px;
  line-height: 50px;
}
#carousel-rca-slider .sl-control {
  padding: 40px 30px;
  background: rgba(255, 255, 255, 0.6);
  position: absolute;
  top: calc(50% - 54px);
}
#carousel-rca-slider .sl-control:hover {
  background-color: rgba(255, 255, 255, 0.8);
}
#carousel-rca-slider .sl-control.sl-right {
  right: 0;
}
.carousel-indicators {
  bottom: -35px;
}

section.under-slider {
  background: #333f31;
  padding: 30px 0;
}
section.under-slider > .container {
  height: 100%;
  position: relative;
}
section.under-slider .ur {
  background: #333f31;
  height: 100px;
  width: 100%;
  border-radius: 50%;
  position: absolute;
  bottom: -60px;
  left: 0;
  right: 0;
  z-index: -1;
}

section.under-slider .us-box {
  text-align: center;
  padding: 25px 0;
}
section.under-slider .us-box .box-img:hover {
  /*-webkit-filter: grayscale(100%); 
    filter: grayscale(100%);*/
  opacity: 0.7;
}
section.under-slider .us-box .usb-title > a {
  font-family: "PT Serif", serif;
  font-weight: bold;
  color: #eaeaea;
}
section.under-slider .us-box .usb-text {
  font-size: 16px;
  margin-top: 10px;
}

section.rfs {
  padding: 50px 0 0;
}
section.rfs .rfs-bottom {
  height: 9px;
  margin-top: 50px;
  background: url(../img/dots3.png) repeat-x 0 bottom;
}
section.rfs .rfs-header {
  color: #333f31;
  font-family: "PT Serif", serif;
  font-weight: bold;
  margin-bottom: 25px;
}
section.rfs p {
  font-size: 16px;
}

footer.rca-footer {
}
footer.rca-footer .footer-links {
  background: #333f31;
  padding: 30px 0;
  font-size: 15px;
  color: #fff;
}
footer.rca-footer .footer-links .fl-title {
  font-family: "PT Serif", serif;
  color: #fff;
  margin-bottom: 25px;
  white-space: nowrap;
  font-size: 22px;
}
footer.rca-footer .footer-links ul.fl-ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  font-size: 15px;
  margin-bottom: 40px;
}
footer.rca-footer .footer-links ul.fl-ul li {
  background: url(../img/footer-arr.png) no-repeat 0 center;
  border-top: 1px solid #333f31;
  padding-left: 20px;
}
footer.rca-footer .footer-links ul.fl-ul li:last-child {
  border-bottom: 1px solid #333f31;
}
footer.rca-footer .footer-links ul.fl-ul li > a {
  color: #fff;
  display: block;
  padding: 11px 0;
}
footer.rca-footer .footer-links .dal {
  text-decoration: underline;
  color: #333f31;
}
footer.rca-footer .footer-links .dal:hover {
  color: #fff;
}
footer.rca-footer .footer-copy {
  background: #2a3828;
  padding: 30px 0;
}
footer.rca-footer .footer-copy .rfs {
  text-align: center;
  color: #fff;
  font-size: 15px;
  margin: 0;
}

section.single-page-header {
  position: relative;
}
section.single-page-header:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 5px;
  width: 100%;
  background: url(../img/dots2.png) repeat-x 0 bottom;
}

section.single-page-body {
  padding: 30px 0;
}
section.single-page-body .sp-left {
  font-size: 16px;
}
section.single-page-body .sp-right .sl-form-box {
  box-shadow: 0px 0px 3px 0px #919191;
  padding-bottom: 2px;
}
section.single-page-body .sp-right .sl-form-box .sl-b-body {
  background: #fafafa;
  margin: 0 2px;
}
section.single-page-body .sp-header {
  font-family: "PT Serif", serif;
  color: #333f31;
  font-weight: bold;
  margin-top: 0px;
}

section.contact-us {
  padding: 30px 0;
}
section.contact-us .cu-header {
  color: #333f31;
  font-family: "PT Serif", serif;
  margin-top: 0;
}
section.contact-us .fitf {
  font-size: 15px;
  margin-bottom: 25px;
}
section.contact-us #cont-page-form {
}
section.contact-us #cont-page-form .form-control {
  border-radius: 0;
}
section.contact-us #cont-page-form .form-control.error {
  background: #f0f0f0;
  border-color: #ff1313;
}
section.contact-us #cont-page-form label.error {
  color: #ff6454;
  margin: 0;
  font-weight: normal;
  font-size: 12px;
}
section.contact-us #cont-page-form .btn-subm {
  float: right;
  background: #333f31;
  color: #fff;
  border: 0;
  border-radius: 0;
  width: 100%;
  font-size: 20px;
  padding: 4px 0;
}
section.contact-us #cont-page-form .btn-subm:hover {
  background: #d7ab6f;
}
section.contact-us .col-address {
  font-size: 15px;
}
section.contact-us .col-address strong {
  color: #333f31;
}

/* RESPONSIVE MIN */

@media only screen and (min-width: 320px) {
}

@media only screen and (min-width: 480px) {
}

@media only screen and (min-width: 768px) {
  header.rca-header .navbar ul.nav > li:first-child > a {
    margin-left: 0;
  }
  header.rca-header .navbar ul.nav > li > a {
    padding-bottom: 5px;
  }
  header.rca-header .navbar ul.nav > li > a:hover,
  header.rca-header .navbar ul.nav > li > a:focus,
  header.rca-header .navbar ul.nav > li > a.active {
    border-bottom: 3px solid #d9a812;
  }
  header.rca-header .navbar ul.nav > li.enq {
    background-color: #d9a812;
    color: #fff;
  }
  header.rca-header .navbar ul.nav > li.enq:hover {
    background-color: #ca9908;
  }
  header.rca-header .navbar ul.nav > li.enq > a {
    color: #fff;
    padding: 15px 10px;
  }
  header.rca-header .navbar ul.nav > li.enq > a:hover,
  header.rca-header .navbar ul.nav > li.enq > a:focus {
    border: none;
  }
  header.rca-header .navbar ul.nav .dropdown-menu {
    right: auto;
    left: 15px;
  }

  #carousel-rca-slider {
    margin-top: 100px;
  }

  .carousel-indicators {
    bottom: -35px;
  }

  section.under-slider .us-col1 {
    border-right: 1px solid #b9bbbe;
  }
  section.under-slider .us-col3 {
    border-right: 1px solid #b9bbbe;
  }

  section.contact-us #cont-page-form .cu-col-left {
    padding-right: 7px;
  }
  section.contact-us #cont-page-form .cu-col-right {
    padding-left: 7px;
  }
  section.contact-us #cont-page-form input[type="text"],
  section.contact-us #cont-page-form input[type="email"] {
    height: 38px;
  }
}

@media only screen and (min-width: 992px) {
  section.under-slider .us-col2 {
    border-right: 1px solid #b9bbbe;
  }
}

@media only screen and (min-width: 1200px) {
}

/* RESPONSIVE MAX */

@media only screen and (max-width: 1199px) {
  /*footer.rca-footer .footer-links ul.fl-ul { margin-bottom: 40px; }*/
}

@media only screen and (max-width: 991px) {
  /*section.under-slider .us-box { margin-bottom: 50px; }*/

  section.under-slider .us-col1 {
    border-bottom: 1px solid #b9bbbe;
  }
  section.under-slider .us-col2 {
    border-bottom: 1px solid #b9bbbe;
  }
}

@media only screen and (max-width: 767px) {
  section.under-slider .us-col3 {
    border-bottom: 1px solid #b9bbbe;
  }

  section.contact-us .col-address {
    margin-top: 30px;
  }

  section.single-page-body .sp-left {
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 479px) {
  #carousel-rca-slider {
    padding: 0;
    margin-bottom: 30px;
  }
  #carousel-rca-slider .sl-control {
    padding: 5px;
    top: calc(50% - 19px);
  }
  #carousel-rca-slider .item {
    padding: 0 30px;
  }
  #carousel-rca-slider .item .slide-text {
    font-size: 20px;
    line-height: 25px;
  }

  .sl-form-box .sl-b-header .sl-b-call {
    font-size: 29px;
  }
  .sl-form-box .sl-b-header .sl-b-ofit {
    font-size: 11px;
  }
}

@media only screen and (max-width: 319px) {
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  header.rca-header .navbar ul.nav {
    float: left !important;
    margin-left: -15px;
    margin-top: 0;
  }

  #carousel-rca-slider {
    padding: 0;
    margin-bottom: 30px;
  }
  #carousel-rca-slider .sl-control {
    padding: 10px;
    top: calc(50% - 24px);
  }
  #carousel-rca-slider .item {
    padding: 0 30px;
  }
  #carousel-rca-slider .item .slide-text {
    font-size: 33px;
    line-height: 36px;
  }
}

@media only screen and (max-width: 360px) {
  header.rca-header .navbar .rfi {
    margin-top: 0px;
    font-size: 15px;
  }
}

@media only screen and (min-width: 361px) and (max-width: 550px) {
  header.rca-header .navbar .rfi {
    font-size: 15px;
    margin-top: 50px;
  }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  #carousel-rca-slider {
    padding: 0;
    margin-bottom: 30px;
  }
  #carousel-rca-slider .sl-control {
    padding: 10px;
    top: calc(50% - 24px);
  }
  #carousel-rca-slider .item {
    padding: 0 30px;
  }
  #carousel-rca-slider .item .slide-text {
    font-size: 25px;
    line-height: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sl-form-box .sl-b-header .sl-b-call {
    font-size: 21px;
  }
  .sl-form-box .sl-b-header .sl-b-ofit {
    font-size: 8px;
  }
  #rca-slider-form .form-control {
    height: 34px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sl-form-box .sl-b-header .sl-b-call {
    font-size: 29px;
  }
  .sl-form-box .sl-b-header .sl-b-ofit {
    font-size: 11px;
  }
}

/*
font-family: 'PT Sans', sans-serif;
font-family: 'PT Serif', serif;
*/
