/*
Theme Name: SouthBank
Theme URI: http://www.realdigi.com.au
Description: Offical Theme for SouthBank
Author: RealDIgi
Author URI: http://www.realdigi.com.au
Version: 1.1
Date: 11 Dec 2017
*/

body {
  padding-bottom: 0px;
  font-family: 'Montserrat', sans-serif;
}

.btn-primary {
  border: 0 !important;
  background-color: #F25D6F;
  padding-left: 30px;
  padding-right: 30px;
}
.btn-primary:hover {
  background-color: rgba(242, 93, 111, 0.9);
}
.btn-primary.focus, .btn-primary:focus, .btn-primary.active, .btn-primary:active, .btn-primary:active:hover {
  background-color: rgba(242, 93, 111, 0.9);
  border-color: rgba(242, 93, 111, 0.9);
}
.logo img {
  width: 300px;
}
@media screen and (max-width:767px) {
  .logo {
    margin-left: 15px;
    margin-top: 5px;
    display: inline-block;
  }
  .logo img {
    width: 220px;
  }
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #F15D6F;
    z-index: 1000;
    height: 110px;
    overflow: hidden;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    /* line-height:160px; */

}
.header.shrink {
    height: 70px;
    /* line-height:80px; */
}

.navbar {
  margin-bottom: -2px;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.header.shrink .navbar {
  padding-top: 5px;
  padding-bottom: 5px;
}
.navbar-default {
    background-color: #FFF;
    border: 0 !important;
    /* border-bottom: 40px solid #F15D6F !important; */
}
@media screen and (max-width:767px) {
  .header {
    height: auto;
  }
  .navbar-default {
    border-bottom: 10px solid #F15D6F !important;
  }
}
.navbar a, .navbar-default .navbar-nav>li>a {
  color: #000 !important;
}
.navbar-default .navbar-nav {
  margin-top: 5px;
}
.navbar-default .navbar-nav>li>a {
  font-size: 16px;
  font-weight: 400;
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.navbar a:hover, .navbar-default .navbar-nav>li>a:hover {
  color: #AAA !important;
}

@media screen and (min-width:768px) {
  .navbar-default .navbar-nav>li.btn-reservations>a {
    background-color: #F9BD08;
    color: #FFF !important;
    border-radius: 5px;
  }
  .navbar-default .navbar-nav>li.btn-reservations>a:hover {
    background-color: rgba(249, 189, 8, 0.9);
  }
}

@media screen and (min-width:768px) and (max-width:991px) {
  .logo {
    display: inline-block;
    margin-top: 5px;
  }
  .logo img {
    width: 220px;
  }
  .navbar-default .navbar-nav>li>a {
    font-size: 14px;
    padding-left: 13px;
    padding-right: 13px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .navbar-default .navbar-nav>li.btn-reservations>a {
    margin-right: 15px
  }
}

#intro {
  padding-top: 100px;
  padding-bottom: 100px;
  background-image: url(img/intro_bg.jpg);
  background-size: 500px;
  background-repeat: no-repeat;
  background-position: left 50px;
}
#intro h1 {
  text-transform: uppercase;
  font-weight: 900;
  color: #F25D6F;
  font-size: 48px;
  margin-top: 0;
}
#intro h2 {
  text-transform: none;
  font-weight: bold;
  font-size: 19px;
  line-height: 1.6em;
  margin-top: 20px;
  margin-bottom: 25px;
}
#intro p {
  font-size: 14px;
  margin-bottom: 25px;
}
#intro .btn {
  font-weight: 800;
}

.intro-img {
  margin-top: 30px;
}
.intro-img .col-xs-7 {
  padding-left: 0;
}
.intro-img-left-top, .intro-img-left-bottom, .intro-img-right {
  background-size: cover;
  background-position: center;
}
.intro-img-left-top {
  height: 200px;
  margin-bottom: 15px;
  margin-left: 15%;
}
@media screen and (max-width:991px) {
  .intro-img {
    margin-top: 60px;
  }
  .intro-img-left-top {
    margin-left: 0;
  }
}
.intro-img-left-bottom {
  height: 250px;
}
.intro-img-right {
  height: 465px;
}
@media screen and (max-width:767px) {
  .intro-img-left-top {
    height: 150px;
  }
  .intro-img-left-bottom {
    height: 180px;
  }
  .intro-img-right {
    height: 345px;
  }
}
@media screen and (min-width:991px) {
  .row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
  }
}

#layouts-single-feat {
  background-color: #3E3E40;
  color: #FFF;
}
.layouts-single-feat-img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
#layouts-single-feat h2 {
  margin-bottom: 50px;
  margin-top: 40px;
  font-weight: 800;
}
#layouts-single-feat .col-md-6 {
  padding: 40px 100px;
}
#layouts-single-feat ul {
  padding-left: 0;
}
.home #layouts-single-feat ul li {
  margin-left: 17px;
  margin-bottom: 15px;
  list-style-type: none;
}
.home #layouts-single-feat ul {
  margin-bottom: 40px;
}
.home #layouts-single-feat ul li:before {
  content: "\f00c";
  font-family: 'FontAwesome';
  margin-left: -17px;
  margin-right: 10px;
}
#layouts-single-feat ul li strong {
  display: block;
  font-size: 20px;
  font-weight: normal;
}
#layouts-single-feat ul li i {
  float: left;
  width: 50px;
  /* background-color: #333; */
  text-align: center;
  margin-right: 20px;
  height: 70px;
  color: #F15D6F;
  margin-top: 5px;
}
#layouts-single-feat ul li i:before {
  display: inline-block;
}
@media screen and (max-width:991px) {
  .layouts-single-feat-img {
    height: 300px;
  }
  #layouts-single-feat .col-md-6 {
    padding: 15px;
  }
}

#layouts, #layouts-white {
  background-color: #3D3D3F;
  color: #FFF;
  padding-top: 100px;
  padding-bottom: 100px;
}
#layouts-white {
  background-color: #FFF;
}
#layouts h3, #layouts-white h3 {
  text-transform: none;
  color: #FFF;
  font-size: 19px;
  margin-bottom: 50px;
  font-weight: 900;
}
#layouts.layouts-archive {
  margin-bottom: 0;
}
#layouts-white h3 {
  color: #333;
}
#layouts h3.last {
  margin-top: 100px;
}
#layouts h3.last-apartments {
  margin-top: 0px;
  margin-bottom: 50px;
}
#layouts p {
  color: #FFF;
  font-size: 14px;
  margin-bottom: 25px;
}
#layouts-white p {
  color: #333;;
}
.layout-block {
  margin-bottom: 30px;
}

#banner {
  margin-top: 110px;
}

#banner-page {
  height: 540px;
  background-color: #555;
  background-size: cover;
  margin-top: 110px;
  display: table;
  width: 100%;
}
.container-align {
  display: table-cell;
    vertical-align: middle;
}
#banner-page h2 {
  /* padding-top: 100px; */
  color: #FFF;
  font-weight: 900;
  font-size: 48px;
  padding-left: 30px;
  padding-right: 30px;
  max-width: 660px;
  display: inline-block;
  margin-top: -15px
}
@media screen and (max-width:767px) {
  #banner-page {
    height: 350px;
    margin-top: 78px;
  }
  #banner-page h2 {
    font-size: 32px;
  }
}

.content-wrap {
  padding-top: 50px;
  padding-bottom: 50px;
}
.content-wrap h1  {
  text-transform: none;
  margin: 15px 0 0 0;
  font-size: 19px;
  font-weight: bold;
  margin-bottom: 40px;
}
.content-wrap h5  {
  text-transform: none;
  margin: 15px 0 0 0;
  font-weight: bold;
  margin-bottom: 40px;
}
.content-wrap p {
  font-size: 14px;
  color: #000;
  margin-bottom: 25px;
}
.content-wrap ul {
  color: #000;
  margin: 0 0 40px 0;
  padding: 0 0 0 18px;
}
.entry-single .panel-body ul {
  margin: 0 0 10px 0;
}
.content-wrap ul li {
  margin-bottom: 10px;
  list-style-type: none;
}
.content-wrap ul li:before {
  content: "\f00c";
  font-family: 'FontAwesome';
  margin-left: -17px;
  margin-right: 10px;
}
/* .entry-single h3 {
  font-size: 16px;
  font-weight: bold;
} */
.entry-single .panel-default>.panel-heading {
    color: #555;
    background-color: transparent;
    border: 0;
    padding: 0;
}
.entry-single .panel-default>.panel-heading h4 {
  font-weight: bold;
  padding-bottom: 15px;
}
.entry-single .panel-default>.panel-heading+.panel-collapse>.panel-body {
    border: 0;
}
.entry-single .panel-group .panel-heading+.panel-collapse>.list-group, .entry-single .panel-group .panel-heading+.panel-collapse>.panel-body {
    border: 0;
}
.entry-single .panel-body {
    padding: 0;
}
.entry-single .panel-group .panel {
    margin-bottom: 20px;
    border-radius: 0;
    box-shadow: none;
}
.entry-single .panel-default {
    border: 0;
}
/* .entry-single .panel-title .collapsed::after {
  content: "\f103";
  margin-left: 10px;
  font-family:'FontAwesome';
} */
.panel-title-wrap {
  display: inline-block;
  float: left;
}
.downArrow{
	display: inline-block;
  margin-left: 10px;
  margin-top: -7px;
}
.downArrow i {
  display: none;
}
.collapsed .downArrow i {
  display: inline-block;
}
.bounce {
	-moz-animation: bounce 3s infinite;
	-webkit-animation: bounce 3s infinite;
	animation: bounce 3s infinite;
}
@-moz-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  60% {
    -moz-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}
@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  60% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  60% {
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}

#layouts-single .layout-block {
  margin: 0;
  padding: 5px;
}
#layouts-single .layout-block img {
  width: 100%;
}
/*@media screen and (min-width:768px) {
  #layouts-single .layout-block:nth-child(3n+1) {
    clear: both;
  }
}
@media screen and (max-width:767px) {
  #layouts-single .layout-block:nth-child(2n+1) {
    clear: both;
  }
}*/

#sync1 .item {
  text-align: center;
  margin: 5px;
}
#sync2 .item {
  margin: 5px;
  text-align: center;
  cursor: pointer;
}
#sync1 .item img, #sync2 .item img {
  width: 100%;
  height: auto;
}
.page-gallery {
  padding-left: 10px;
  text-align: center;
}
.page-gallery .btn {
  display: inline-block;
  margin-top: 30px;
  margin-bottom: 30px;
}

#testimonials {
  padding-bottom: 40px;
}
#testimonials h3 {
  text-align: left;
  font-size: 19px;
  font-weight: bold;
  color: #000;
  margin-top: 100px;
}
#testimonials h4 {
  font-size: 24px;
  text-shadow: none;
  font-weight: 300;
}

.carousel {
  height: 320px;
}
.carousel .item {
  background-color: transparent;
  height: 300px;
}
.carousel-caption {
  margin-bottom: 0px;
  right: 0%;
  left: 0%;
  text-align: left;
}
.carousel-caption p {
  width: 100%;
  display: block;
  padding: 30px 100px 0 100px;
  font-size: 14px;
  margin-bottom: 120px;
  text-shadow: none;
  color: #737373;
  background-image: url("img/quote.jpg");
  background-repeat: no-repeat;
  background-size: 80px;
  line-height: 1.8em;
}

@media screen and (max-width:991px) {
  .carousel-caption p {
    margin-bottom: 90px;
  }
}

@media screen and (max-width:767px) {
  .carousel-caption p {
    font-size: 13px;
    line-height: 1.5em;
    padding: 30px 80px 0 60px;
    margin-bottom: 130px;
    background-size: 50px;
  }
}
@media screen and (min-width:280px) and (max-width:480px) {
  .carousel {
    height: 500px;
  }
  .carousel .item {
    background-color: transparent;
    height: 480px;
  }
}
@media screen and (min-width:481px) and (max-width:767px) {
  .carousel {
    height: 380px;
  }
  .carousel .item {
    background-color: transparent;
    height: 360px;
  }
}

.carousel-indicators li {
    background-color: #F15D6F !important;
}
.carousel-caption img {
  width: 120px;
  height: 120px;
  position: absolute;
  right: 0;
  bottom: 30px;
}

.page-facilities-gallery {
  margin-top: 50px;
}

@media screen and (max-width:767px) {
  .page-facilities-gallery .layout-block:nth-child(2n+1) {
    clear: both;
  }
}

.contact-intro {
  margin-bottom: 50px;
}
.contact-block span {
  display: inline-block;
  float: left;
  width: 80px;
}
.contact-block {
  margin-bottom: 25px;
}
.contact-block p {
  padding-top: 7px;
}
.contact-block-phone p, .contact-block-email p {
  padding-top: 20px;
}
.contact-block-email {
  margin-bottom: 50px;
}

@media screen and (max-width:767px) {
  .contact-block span {
    width: 55px;
  }
  .contact-block span i {
    font-size: 46px;
  }
}

@media screen and (min-width:768px) {
  .content-wrap-reservation {
    padding-bottom: 600px;
  }
}
.content-wrap-reservation .label-above b {
  font-size: 17px;
  color: #5A5A5A;
}
.content-wrap-reservation .label-above p {
  margin-bottom: 0;
  margin-top: 25px;
}
.content-wrap-reservation .label-above p+p {
  margin-top: 5px;
  margin-bottom: -25px;
}
.content-wrap-reservation #nf-field-43-container.label-above p+p {
  margin-bottom: -5px;
}
.content-wrap-reservation .nf-form-wrap .nf-field-element select {
  height: 42px;
  border-radius: 0;
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  background-color: #ebebeb;
  border: 0;
  box-shadow: none;
}
.list-select-wrap .nf-field-element::after {
  content: "\f078";
  font-family: 'FontAwesome';
  color: #333
  position: absolute;
  float: right;
  margin-top: -29px;
  margin-right: 10px;
  font-size: 12px
}
.content-wrap-reservation .nf-field-element input {
  color: #5A5A5A;
}

/* .content-wrap-reservation .nf-after-form-content, .content-wrap-reservation .nf-form-content  {
  display: block;
  clear: both;
} */

@media screen and (max-width:767px) {
  .content-wrap-reservation .nf-form-cont .one-half, .content-wrap-reservation .nf-form-cont .one-fourth {
    width: 100%;
    margin-left: 0;
  }
}

.layouts-single-apartments {
  margin-bottom: 100px;
  margin-top: 100px;
}
@media screen and (max-width:767px) {
  .layouts-single-apartments {
    margin-top: 0px;
  }
}
.layouts-single-apartments h2 {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 50px;
  margin-top: 90px;
  color: #333;
  margin-left: 5px;
  margin-right: 5px;
}
.layouts-single-apartments .layout-block {
  position: relative;
}
.layouts-single-apartments .price-tag {
  display: inline-block;
  position: absolute;
  right: 5px;
  bottom: 5px;
  background-color: rgba(241, 93, 111, 0.7);
  color: #FFF;
  font-size: 24px;
  padding: 10px 20px;
}
.layouts-single-feat-apartments .btn {
  margin-bottom: 50px;
  font-weight: 800;
  text-transform: capitalize;
}
.layouts-single-feat-apartments ul {
  margin-bottom: 60px;
}
.layouts-single-feat-apartments ul li {
  margin-left: 17px;
  margin-bottom: 15px;
  list-style-type: none;
}
.layouts-single-feat-apartments ul li:before {
  content: "\f00c";
  font-family: 'FontAwesome';
  margin-left: -17px;
  margin-right: 10px;
}
.content-wrap-single {
  margin-top: 50px;
}
.row-details h3 {
  font-weight: bold;
  color: #333;
  margin-bottom: 20px;
  margin-top: 70px;
}
.row-intro .col-md-5 {
  background-color: #3E3E40;
  color: #FFF;
  border-top: 5px solid #FFF;
  padding: 0 0 40px 0;
}
.row-intro .col-md-5 ul {
  margin-top: 30px;
  margin-left: 30px;
  margin-top: 50px;
}
@media screen and (min-width:1200px) {
  .row-intro .col-md-5 ul {
    margin-left: 90px;
    margin-right: 80px;
  }
}
.row-intro .col-md-5 ul li {
  color: #FFF;
  list-style-type: none;
  margin-bottom: 15px;
  font-size: 17px;
}
.row-intro .col-md-5 ul li:before {
    content: "\f00c";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #F15D6F;
    margin-right: 15px;
}
.price-wrap {
  background-color: #F15D6F;
  margin-top: 0px;
  padding: 20px;
  text-align: center;
}
.price-wrap span {
  font-size: 72px;
  font-weight: bold;
}
.cus-link .btn {
  background-color: #FABE08;
  font-weight: 800;
}
@media screen and (max-width:767px) {
  .row-intro .col-md-5 {
    border-left: 15px solid #FFF;
    border-right: 15px solid #FFF;
    margin-top: 50px;
  }
  .price-wrap span {
    font-size: 56px;
  }
}

.entry-facilities {
  margin-top: 50px;
}

footer {
  background: #3D3D3F;
  padding-top: 15px;
  color: #FFF;
}
footer h5 {
  margin-top: 25px;
}
footer .container {
  padding-bottom: 40px;
}
footer ul {
  margin: 0;
  padding: 0;
}
footer ul li {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 2px;
}
footer ul li a {
  color: #FFF !important;
  font-weight: 300;
  font-size: 13px;
  text-decoration: none !important;
}
footer ul li a:hover {
  color: #FFF !important;
  text-decoration: underline !important;
}
footer p {
  color: #FFF;
  margin-bottom: 25px;
}
footer p span {
  margin-bottom: 10px;
  display: inline-block;
}

@media screen and (max-width:767px) {
  footer ul li a {
    font-size: 13px;
  }
  footer ul {
    /*margin-left: -15px;*/
  }
}
.footer-social {
  padding-left: 60px;
}
.footer-social a {
  color: #FFF;
  display: inline-block;
  margin-bottom: 10px;
}

@media screen and (max-width:991px) {
  .footer-social {
    padding-left: 15px;
  }
  /* .footer-social a {
    color: #FFF;
    display: block;
    clear: none;
    margin-bottom: 10px;
    float: left;
  } */
}

@media screen and (min-width:768px) {
    .footer-col-content {
        display: block !important;
    }
}
@media screen and (max-width:767px) {
    footer h5 {
        display: block;
        cursor: pointer;
        border-bottom: 1px solid #FFF;
        padding-bottom: 10px;
    }
    footer h5:hover {
        color: #000;
        border-bottom: 1px solid #000;
    }
    footer span.toggle {
        float: right;
        margin-top: -3px;
    }
    footer span.toggle:before {
        content: "+";
        font-weight: normal;
        font-size: 24px;
    }
    footer span.toggle.opened:before {
        content: "-";
    }
    .footer-col-content {
        padding-bottom: 25px;
    }
    .row-footer .col-md-3 {
      margin-bottom: -10px;
    }
}

.social-instagram {
  display: inline-block;
  margin-top: 7px;
  float: left;
  margin-right: 15px;
  margin-left: 5px;
}
.social-instagram i {
  font-size: 38px;
}
/* @media screen and (max-width:767px) {
  .social-instagram {
    margin-left: -5px;
    margin-right: 5px;
  }
} */
.social-fb, .social-tw {
  background-color: #FFF;
  display: inline-block;
  height: 32px;
  width: 32px;
  border-radius: 6px;
  text-align: center;
  float: left;
  margin-top: 10px;
  margin-right: 10px;
}
.social-fb i, .social-tw i {
  color: #3D3D3F;
  font-size: 22px;
  display: inline-block;
  margin-top: 6px;
}

.copyright-block {
  background: #333;
  font-size: 13px;
  padding: 15px;
}

.nf-before-form-content {
  display: none;
}

@media screen and (min-width:768px) {
  .nf-form-layout {
    position: relative;
    height: 600px
  }
  #nf-field-1-container, #nf-field-2-container, #nf-field-5-container {
    width: 31%;
    position: absolute;
    height: 50px;
  }
  #nf-field-5-container {
    right: 0;
  }
  #nf-field-2-container {
    left: 34.5%;
  }
  #nf-field-3-container {
    position: absolute;
    width: 100%;
    top: 90px
  }
  #nf-field-4-container {
    position: absolute;
    width: 100%;
    top: 400px
  }
  /* .nf-after-form-content {
    position: absolute;
    width: 100%;
    top: 480px
  } */
}

@media screen and (max-width:767px) {
  .nf-after-form-content {
    margin-bottom: 80px;
  }
}

.nf-field-label label {
  color: #939598;
  font-weight: 400 !important;
  font-size: 17px;
  margin-bottom: -10px !important
}
.ninja-forms-req-symbol {
    color: #939598 !important;
    margin-left: -4px;
}
.nf-field-element input, .nf-field-element textarea {
  border: 1px solid #ebebeb;
  background-color: #ebebeb;
  padding: 10px;
  color: #FFF;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  outline:none !important;
}
.nf-field-element input:focus, .nf-field-element textarea:focus {
  border: 1px solid #939598;
  background-color: #939598;
}
.nf-field-element textarea {
  height: 250px !important;
}
.field-wrap input[type=button] {
  background-color: #F25D6F;
  border: 0;
  /* padding: 15px 30px; */
  padding-left: 30px;
  padding-right: 30px;
  color: #FFF;
  font-size: 20px;
  font-weight: 800;
  /* text-transform: uppercase; */
}
.field-wrap input[type=button]:hover {
  background-color: rgba(242, 93, 111, 0.9);
}

.loop {
  background-color: #ACACAC;
  padding-top: 25px;
}
.loop .item {
  position: relative;
  color: #FFF;
}
.loop .owl-item {

}
.loop .item h4 {
  text-transform: uppercase;
  font-weight: 300;
  margin-top: 20px;
  margin-bottom: 5px;
}
.loop .item p {
  color: #FFF;
  font-weight: 300;
  font-size: 14px;
  margin-bottom: 20px;
}
.loop .item .slide-caption {
  display: none;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  position: absolute;
  top: 40%;
  left: 40px;
  right: 50px;
  background: rgba(0, 0, 0, 0.4);
  padding-left: 20px;
  padding-right: 20px;
}
.loop .item:hover .slide-caption {
  display: inherit;
}
.fa-alt {
  -moz-transform: scale(-1, 1);
  -webkit-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.owl-theme .owl-nav {
  margin-top: 0;
}
.owl-theme .owl-nav [class*=owl-] {
    color: #FFF;
    font-size: 14px;
    margin: 7px 0;
    padding: 7px;
    background: transparent !important;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px;
    border-radius: 0;
}
.owl-nav .owl-next {
  border-left: 1px solid #FFF;
}
.owl-nav .owl-prev {
  border-right: 1px solid #FFF;
}

.navbar-default .navbar-toggle {
    border-color: transparent !important;
    background-color: transparent !important;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #F15D6F;
}
.navbar-default .navbar-toggle:hover .icon-bar {
  background-color: #000;
}
.navbar-default .navbar-toggle:hover {
  background-color: transparent;
}
.owl-banner .owl-dots {
  position: absolute;
  bottom: 20px;
  z-index: 999;
  width: 100%;
  text-align: center;
}
.owl-banner .owl-dots .owl-dot {
  display: inline-block;
  margin: 0 2px
}
.owl-banner .owl-dots .owl-dot span {
  background-color: #333;
  width: 15px;
  height: 15px;
  display: inline-block;
  border-radius: 100%;
}
.owl-banner .owl-dots .owl-dot.active span {
  background-color: #FFF;
}
.contact-marker{
  color: #F15D6F;
  padding-right: 20px;
  font-size: 4em;
}

.owl-sliders {
  margin-bottom: 50px
}
.owl-sliders img {
  height: auto;
}
.owl-sliders .owl-nav {
  position: absolute;
  width: 100%;
  top: 47%
}
.owl-sliders .owl-prev {
  float: left;
  margin-left: 20px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  padding: 10px;
  color: rgba(255, 255, 255, 0.7);
}
.owl-sliders .owl-next {
  float: right;
  margin-right: 20px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  padding: 10px;
  color: rgba(255, 255, 255, 0.7);
}
.owl-sliders .owl-prev:hover, .owl-sliders .owl-next:hover {
  border: 1px solid rgba(255, 255, 255, 1);
  color: rgba(255, 255, 255, 1);
}

.nf-error-wrap.nf-error {
  position: absolute;
  margin-top: -5px;
  font-size: 13px;
}


.layouts-single-rates a {
  color: #F15D6F;
  text-decoration: none !important;
  display: block;
}
.layouts-single-rates a:hover {
  color: #333;
}
