body {
    background-color: #000;
    color: rgba(195, 195, 195, .75);
    line-height: 1.8;
    font-family: Nunito, sans-serif;
    -webkit-font-smoothing: antialiased!important;
    font-size: 13px;
    background-image: url(/themes/bespoke/img/img_bg.jpg);
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    background-position: center top;
    background-repeat: no-repeat;
}
a {
    color: #b9a98d;
}
a:active, a:focus, a:hover {
    color: #b9a98d;
    text-decoration: none;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: "Times New Roman", serif;
    color: #b9a98d;
    text-transform: uppercase;
}
.text-gold {
    color: #cfbd9d!important;
}
.clearfix {
    clear: both;
}
.text-bold {
	font-weight: bold;
}
.fc {
    float: left;
    width: 100%}
.byline {
    text-transform: uppercase;
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
    padding: 10px 0;
    border-top: 1px solid #000;
    position: relative;
}
.navbar .dropdown-menu>li>a, .navbar .navbar-nav>li>a, .navbar-toggle {
    text-transform: uppercase;
    font-family: Roboto, sans-serif;
}
.byline::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 1px;
    width: 100%;
    background-image: url(/themes/bespoke/img/gradient.jpg);
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%}
.byline p {
    margin: 0;
    line-height: 48px;
}
.byline img {
    padding-right: 10px;
}
.col-lg-5th, .col-md-5th, .col-sm-5th, .col-xs-5th {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.col-xs-5th {
    float: left;
    width: 20%}
.g-recaptcha>div {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
}
#main-logo {
    padding-top: 20px;
    padding-bottom: 20px;
}
.navbar>.container {
    border-top: 1px solid #b9a98d;
    border-bottom: 1px solid #b9a98d;
}
.navbar .navbar-nav>li>a {
    color: #fff;
    font-size: 13px;
    letter-spacing: 2px;
    font-weight: 500;
    position: relative;
    -webkit-transition: text-shadow .25s, color .25s;
    -o-transition: text-shadow .25s, color .25s;
    transition: text-shadow .25s, color .25s;
}
.navbar .navbar-nav>li>a:active, .navbar .navbar-nav>li>a:focus, .navbar .navbar-nav>li>a:hover {
    background-color: initial;
    text-shadow: 0 0 10px #fff;
}
.nav .open>a, .nav .open>a:active, .nav .open>a:focus, .nav .open>a:hover, .navbar .dropdown-menu {
    background-color: #b9a98d;
}
.navbar .navbar-nav>li>.text-gold:active, .navbar .navbar-nav>li>.text-gold:focus, .navbar .navbar-nav>li>.text-gold:hover {
    color: #fff!important;

}
/*
.navbar .navbar-nav>li>a:active::before, .navbar .navbar-nav>li>a:focus::before, .navbar .navbar-nav>li>a:hover::before {
    height: 100%;
    opacity: 1;
}*/
.navbar .dropdown-menu {
    -webkit-border-radius: 0;
    border-radius: 0;
    border: none;
    min-width: 0;
    left: 0;
    right: 0;
}
.navbar .dropdown-menu>li>a {
    color: #fff;
    text-align: center;
    font-size: 12px;
    letter-spacing: 1px;
    font-weight: 500;
    position: relative;
    white-space: normal;
    padding: 10px 0;
    -webkit-transition: background-color .25s, color .25s;
    -o-transition: background-color .25s, color .25s;
    transition: background-color .25s, color .25s;
    line-height: initial!important;
}
#employment-form input, #employment-form textarea, .navbar-toggle {
    line-height: 50px;
    letter-spacing: 2px;
    font-weight: 500;
    text-align: center;
}
.navbar .dropdown-menu>li:last-child>a {
    position: static;
}
/*
.navbar .dropdown-menu>li>a::after {
    content: "";
    position: absolute;
    height: 1px;
    width: 75%;
    background-color: #000;
    opacity: .1;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}*/
.navbar .dropdown-menu>li>a:active, .navbar .dropdown-menu>li>a:focus, .navbar .dropdown-menu>li>a:hover {
    background-color: #cfbea1;
    color: #fff;
}
.navbar .navbar-nav>li>a:hover {
	background-color: #b9a98d;
}
.navbar .dropdown-menu img {
    max-width: 25px;
    height: auto;
    margin-bottom: 5px;
    -webkit-transition: -webkit-transform .75s ease-in-out;
    -o-transition: transform .75s ease-in-out;
    transition: transform .75s ease-in-out;
    transition: transform .75s ease-in-out, -webkit-transform .75s ease-in-out;
}
.navbar .dropdown-menu>li>a:hover img {
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
}
.navbar .navbar-nav>li>a::before {
    position: absolute;
    height: 0;
    -webkit-transition: height .25s, opacity .4s;
    -o-transition: height .25s, opacity .4s;
    transition: height .25s, opacity .4s;
}
.navbar .navbar-nav {
    display: inline-block;
    float: none;
    vertical-align: top;
}
.navbar .navbar-collapse {
    text-align: center;
}
.navbar-toggle {
    border: none;
    margin: 0;
    padding: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    width: 100%;
    height: 50px;
    color: #fff;
    font-size: 13px;
    position: relative;
}
.navbar-toggle::before {
    position: absolute;
    height: 0;
    -webkit-transition: height .25s, opacity .4s;
    -o-transition: height .25s, opacity .4s;
    transition: height .25s, opacity .4s;
}
.navbar-toggle:active, .navbar-toggle:focus, .navbar-toggle:hover {
    text-shadow: 0 0 10px #fff;
}
.navbar-toggle:active::before, .navbar-toggle:focus::before, .navbar-toggle:hover::before {
    height: 100%;
    opacity: 1;
}
#home-news::before, #home-testimonials::after, #home-testimonials::before {
    position: absolute;
    height: 1px;
    width: 100%;
    left: 0;
    background-image: url(/themes/bespoke/img/gradient.jpg);
    content: ""}
#home-main {
    margin-bottom: 150px;
}
#home-usp {
    margin-bottom: 75px;
}
.usp {
    margin-top: 30px;
    margin-bottom: 30px;
}
.usp--big {
    font-size: 22px;
}
.usp img {
    margin-bottom: 15px;
    -webkit-transition: -webkit-transform .75s ease-in-out;
    -o-transition: transform .75s ease-in-out;
    transition: transform .75s ease-in-out;
    transition: transform .75s ease-in-out, -webkit-transform .75s ease-in-out;
}
.usp img:hover {
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
}
#home-testimonials {
    background-color: #1b1b1b;
    position: relative;
    padding-top: 50px;
    padding-bottom: 50px;
    margin-bottom: 75px;
}
#home-testimonials::after, #home-testimonials::before {
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%}
#home-testimonials::before {
    top: 0;
}
#home-testimonials::after {
    bottom: 0;
}
.testimonial-content {
    font-family: Satisfy, cursive;
    font-size: 20px;
}
.testimonial-name {
    margin-top: 0;
    margin-bottom: 0;
}
#home-reviews {
    margin-bottom: 75px;
}
.home-review-holder {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px;
}
.home-review-holder .home-review-inner {
    padding: 10px;
    -webkit-transition: background-color .25s;
    -o-transition: background-color .25s;
    transition: background-color .25s;
	border-radius: 10px;
}
.home-review-holder>a:hover .home-review-inner {
    background-color: rgba(185, 169, 141, .25);
}
.home-review-holder .home-review-text p {
    color: rgba(195, 195, 195, .75);
}
.home-review-holder img {
    max-width: 40%;
    display: inline;
    float: left;
    margin-right: 10px;
}
#home-news {
    background-color: #1b1b1b;
    padding-top: 50px;
    padding-bottom: 75px;
    position: relative;
    margin-bottom: -40px;
}
#home-news::before {
    top: 0;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%}
#home-news .h3 {
    margin-top: 0;
    margin-bottom: 50px;
}
-{
    margin-bottom: 30px;
}
.home-news-image {
    background-color: #fff;
    margin-bottom: 10px;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
}
.home-news-text {
    background-color: #b9a98d;
	border-radius: 10px;
    color: #fff;
    padding: 20px;
    -webkit-transition: background-color .25s;
    -o-transition: background-color .25s;
    transition: background-color .25s;
}
.home-news-text .h4 {
    color: #000;
    text-transform: lowercase;
    font-family: Nunito, sans-serif;
    font-size: 20px;
    letter-spacing: 2px;
}
.home-news-holder>a:hover .home-news-text {
    background-color: #cfbd9d;
}
#blog-images {
    padding-top: 30px;
}
#blog-images a {
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
}
.blog-image {
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    margin-bottom: 30px;
}
#profile-title, .page-content {
    margin-bottom: 40px;
}
#employment-form input, #employment-form textarea {
    width: 100%;
    background-color: #363636;
    border: none;
    min-height: 50px;
    margin-bottom: 20px;
    font-family: Roboto, sans-serif;
    color: #b9a98d;
    -webkit-border-radius: 0;
    border-radius: 0;
    height: auto;
}
#employment-form input[type=file] {
    min-height: 0;
    line-height: initial;
}
#employment-form input[type=submit] {
    width: -webkit-calc(100% - 30px);
    width: calc(100% - 30px);
}
#employment-form input::-moz-input-placeholder, #employment-form textarea::-moz-input-placeholder {
    color: #b9a98d;
}
#employment-form input:-moz-input-placeholder, #employment-form textarea:-moz-input-placeholder {
    color: #b9a98d;
}
#employment-form input:-ms-input-placeholder, #employment-form textarea:-ms-input-placeholder {
    color: #b9a98d;
}
#employment-form input::-webkit-input-placeholder, #employment-form textarea::-webkit-input-placeholder {
    color: #b9a98d;
}
#employment-form input::-moz-placeholder, #employment-form textarea::-moz-placeholder {
    color: #b9a98d;
}
#employment-form input::-ms-input-placeholder, #employment-form textarea::-ms-input-placeholder {
    color: #b9a98d;
}
#employment-form input::placeholder, #employment-form textarea::placeholder {
    color: #b9a98d;
}
#employment-form input[type=submit], #employment-form textarea[type=submit] {
    text-transform: uppercase;
}
.faq-holder {
    text-align: center;
    position: relative;
    padding-top: 20px;
    padding-bottom: 20px;
}
.faq-holder::before, .faq-holder:last-child::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-image: url(/themes/bespoke/img/gradient.jpg);
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%}
.faq-holder:last-child::after {
    top: 100%}
.faq-holder p {
    margin-top: 10px;
    margin-bottom: 0;
}
.faq-holder p:last-child, .gallery-holder {
    margin-bottom: 10px;
}
#location-map {
    margin-top: 30px;
}
.gallery-holder {
    padding-left: 5px;
    padding-right: 5px;
}
.gallery-holder .gallery-inner {
    background-color: #212121;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    padding: 10px;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24);
    box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24);
}
.gallery-holder .gallery-image-holder {
    -webkit-border-radius: 7.5px;
    border-radius: 7.5px;
    overflow: hidden;
    margin-bottom: 10px;
    position: relative;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24);
    box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24);
}
.gallery-holder .gallery-image-holder::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: -webkit-calc(100% - 25px);
    width: calc(100% - 25px);
    height: -webkit-calc(100% - 25px);
    height: calc(100% - 25px);
    opacity: 0;
    background-color: #b9a98d;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: opacity .25s, width .25s, height .25s;
    -o-transition: opacity .25s, width .25s, height .25s;
    transition: opacity .25s, width .25s, height .25s;
    z-index: 9999;
}
.gallery-holder .gallery-image-holder::after {
    content: "View More";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #fff;
    font-family: Nunito, serif;
    text-transform: uppercase;
    white-space: nowrap;
    opacity: 0;
    -webkit-transition: opacity .5s, text-shadow .5s;
    -o-transition: opacity .5s, text-shadow .5s;
    transition: opacity .5s, text-shadow .5s;
    -webkit-backface-visibility: hidden;
    z-index: 99999;
}
#footer-links::before, #groups-container::before, footer::before {
    top: 0;
    background-image: url(/themes/bespoke/img/gradient.jpg);
}
.gallery-holder img {
    width: 100%;
    height: auto;
    -webkit-transition: -webkit-transform .5s;
    -o-transition: transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s;
}
.gallery-holder>a:hover .gallery-image-holder img {
    -webkit-transform: scale(1.05, 1.05);
    -ms-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
}
.gallery-holder>a:hover .gallery-image-holder::before {
    opacity: .75;
    width: 100%;
    height: 100%}
.gallery-holder>a:hover .gallery-image-holder::after {
    opacity: 1;
    text-shadow: 0 0 10px #fff;
}
.gallery-holder .gallery-text-holder>div {
    text-align: center;
    line-height: 1;
    text-transform: uppercase;
}
.gallery-holder .gallery-text-holder>div:first-child {
    font-family: "Times New Roman", serif;
    font-size: 17px;
}
.gallery-holder .gallery-text-holder>div:nth-child(2) {
    font-family: Nunito, sans-serif;
    color: #fff;
    font-size: 11px;
    letter-spacing: 1px;
}
.profile-category>a, .stat {
    font-size: 12px;
}
.profile-banner {
    background-color: #b9a98d;
    color: #333;
    margin-left: -10px;
    margin-right: -10px;
    -webkit-border-bottom-left-radius: 10px;
    border-bottom-left-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    border-bottom-right-radius: 10px;
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
    line-height: 30px!important;
}
#profile-number>a, .profile-box {
    background-color: rgba(0, 0, 0, .69);
}
#profile-column>p, .profile-category>a, .stat {
    color: #fff;
    letter-spacing: 2px;
    font-family: Roboto, sans-serif;
    font-weight: 500;
    text-transform: uppercase;
}
.profile-image-holder {
    margin-bottom: 30px;
}
.profile-image-holder img {
    width: 100%;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24);
    box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24);
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
}
#profile-column>.row {
    padding-left: 15px;
    padding-right: 15px;
}
#profile-column>.h3 {
    margin-bottom: 0;
    margin-top: 10px;
}
#profile-column>p {
    margin-top: 0;
}
.profile-box {
    padding-top: 15px;
    padding-bottom: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    margin-bottom: 30px;
}
#profile-massages {
    padding-bottom: 0;
}
.profile-category {
    margin-bottom: 15px;
}
.profile-category img {
    width: 55px;
    height: auto;
    margin-bottom: 5px;
    -webkit-transition: -webkit-transform .75s ease-in-out;
    -o-transition: transform .75s ease-in-out;
    transition: transform .75s ease-in-out;
    transition: transform .75s ease-in-out, -webkit-transform .75s ease-in-out;
}
.profile-category>a:hover img {
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
}
.stat {
    margin-bottom: 5px;
}
#profile-number {
    padding: 0;
}
#profile-number>a {
    display: block;
    border: 1px solid #b9a98d;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    padding: 20px 0;
    font-family: Roboto, sans-serif;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 500;
    -webkit-transition: background-color .25s, color .25s;
    -o-transition: background-color .25s, color .25s;
    transition: background-color .25s, color .25s;
}
#profile-number>a:hover {
    background-color: #b9a98d;
    color: #000;
}
.profile-bottom>.row {
    padding-left: 15px;
    padding-right: 15px;
}
.profile-bottom>.row>div {
    background-color: #b9a98d;
    min-height: 50px;
    margin-top: 30px;
	border-radius:10px;
}
.profile-bottom .h3 {
    color: #000;
    margin-top: 15px;
    margin-bottom: 15px;
}
#profile-reviews input, #profile-reviews textarea {
    width: 100%;
    background-color: #363636;
    border: none;
    text-align: center;
    min-height: 50px;
    line-height: 50px;
    margin-bottom: 15px;
    letter-spacing: 2px;
    font-family: Roboto, sans-serif;
    font-weight: 500;
    color: #b9a98d;
    -webkit-border-radius: 0;
    border-radius: 0;
    height: auto;
}
#profile-reviews input::-moz-input-placeholder, #profile-reviews textarea::-moz-input-placeholder {
    color: #b9a98d;
}
#profile-reviews input:-moz-input-placeholder, #profile-reviews textarea:-moz-input-placeholder {
    color: #b9a98d;
}
#profile-reviews input:-ms-input-placeholder, #profile-reviews textarea:-ms-input-placeholder {
    color: #b9a98d;
}
#profile-reviews input::-webkit-input-placeholder, #profile-reviews textarea::-webkit-input-placeholder {
    color: #b9a98d;
}
#profile-reviews input::-moz-placeholder, #profile-reviews textarea::-moz-placeholder {
    color: #b9a98d;
}
#profile-reviews input::-ms-input-placeholder, #profile-reviews textarea::-ms-input-placeholder {
    color: #b9a98d;
}
#profile-reviews input::placeholder, #profile-reviews textarea::placeholder {
    color: #b9a98d;
}
#profile-reviews input[type=submit] {
    text-transform: uppercase;
}
.review-holder {
    background-color: rgba(0, 0, 0, .25);
    margin-bottom: 15px;
    padding: 15px;
	border-radius: 10px;
}
#groups-container {
    background-color: #000;
    padding-top: 20px;
    margin-top: 40px;
    padding-bottom: 40px;
    margin-bottom: -40px;
    position: relative;
}
#groups-container::before {
    content: "";
    position: absolute;
    left: 0;
    height: 1px;
    width: 100%;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%}
.groups-holder>a>div {
    background-color: #363636;
    padding: 15px 0;
    margin-top: 0;
    margin-bottom: 30px;
    position: relative;
    -webkit-transition: text-shadow .25s;
    -o-transition: text-shadow .25s;
    transition: text-shadow .25s;
}
#footer-links::before, .groups-holder>a>div::before, footer::before {
    content: "";
    position: absolute;
    left: 0;
}
.groups-holder>a>div img {
    max-width: 30px;
    height: auto;
    margin-bottom: 5px;
    -webkit-transition: -webkit-transform .75s ease-in-out;
    -o-transition: transform .75s ease-in-out;
    transition: transform .75s ease-in-out;
    transition: transform .75s ease-in-out, -webkit-transform .75s ease-in-out;
}
.groups-holder>a:hover>div {
    text-shadow: 0 0 10px #fff;
}
.groups-holder>a:hover>div img {
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
}
.groups-holder>a>div::before {
    bottom: 0;
    height: 0;
    width: 100%;
    background-color: #b9a98d;
    opacity: 0;
    -webkit-transition: height .25s, opacity .4s;
    -o-transition: height .25s, opacity .4s;
    transition: height .25s, opacity .4s;
}
.groups-holder>a:hover>div::before {
    height: 100%;
    opacity: .25;
}
.breadcrumb {
    background-color: #363636;
    -webkit-border-radius: 0;
    border-radius: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
}
#footer-form input, .footer-links>li>a {
    font-family: Roboto, sans-serif;
    letter-spacing: 2px;
    font-weight: 500;
}
.news-list-inner {
    padding: 15px;
}
.news-list-holder a:hover .news-list-inner {
    background-color: rgba(185, 169, 141, .25);
}
.news-list-holder .news-list-inner .h4 {
    margin-top: 0;
    margin-bottom: 5px;
}
.news-list-holder .news-list-inner div:last-child {
    line-height: 1.2;
    color: rgba(195, 195, 195, .75);
}
footer {
    position: relative;
    margin-top: 40px;
    background-color: #000;
}
footer::before {
    width: 100%;
    height: 1px;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%}
#footer-form {
    margin-bottom: 30px;
}
#footer-form .h3 {
    margin-top: 50px;
    margin-bottom: 50px;
}
#footer-form input, #footer-social {
    margin-bottom: 20px;
}
#footer-form input {
    width: 100%;
    background-color: #363636;
    border: none;
    text-align: center;
    min-height: 50px;
    line-height: 50px;
    color: #b9a98d;
    height: auto;
}
#footer-form input::-moz-input-placeholder {
    color: #b9a98d;
}
#footer-form input:-moz-input-placeholder {
    color: #b9a98d;
}
#footer-form input:-ms-input-placeholder {
    color: #b9a98d;
}
#footer-form input::-webkit-input-placeholder {
    color: #b9a98d;
}
#footer-form input::-moz-placeholder {
    color: #b9a98d;
}
#footer-form input::-ms-input-placeholder {
    color: #b9a98d;
}
#footer-form input::placeholder {
    color: #b9a98d;
}
#footer-form input[type=submit] {
    text-transform: uppercase;
}
.sm-icon {
    display: inline-block;
    width: 100px;
    height: 100px;
    line-height: 100px;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    border: 1px solid #2f2f2f;
    font-size: 32px;
    margin: 0 15px 30px;
    -webkit-transition: background-color .25s, border-color .25s, color .25s;
    -o-transition: background-color .25s, border-color .25s, color .25s;
    transition: background-color .25s, border-color .25s, color .25s;
}
.sm-icon:active, .sm-icon:focus, .sm-icon:hover {
    background-color: #b9a98d;
    border-color: #b9a98d;
    color: #fff;
}
#footer-links {
    position: relative;
    padding-top: 50px;
    padding-bottom: 50px;
}
#footer-links::before {
    height: 1px;
    width: 100%;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%}
.footer-links {
    list-style-type: none;
    padding-left: 0;
}
.footer-links>li {
    line-height: 1.5;
}
.footer-links>li>a {
    color: #fff;
    text-transform: uppercase;
}
#bookings-form .alert {
    display: none;
    -webkit-border-radius: 0;
    border-radius: 0;
}
.row.is-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.row.is-flex>[class*=col-] {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
@media (min-width:768px) {
    .col-sm-5th {
    float: left;
    width: 20%}
.main-gallery {
    margin-bottom: 30px;
}
}@media (min-width:992px) {
    .col-md-5th {
    float: left;
    width: 20%}
}@media (min-width:1200px) {
    .col-lg-5th {
    float: left;
    width: 20%}
}@media (max-width:991px) {
    .navbar .navbar-nav>li>a {
    padding: 10px 8px;
}
}@media (max-width:767px) {
    #footer-links, .byline p.pull-left, .byline p.pull-right {
    text-align: center;
}
.navbar .navbar-nav {
    width: 100%}
.navbar .navbar-nav>li>a {
    padding-top: 7px;
    padding-bottom: 7px;
}
.navbar .dropdown-menu {
    background-color: rgba(185, 169, 141, .25)!important;
}
#home-main {
    margin-bottom: 50px;
}
#home-usp {
    margin-bottom: 25px;
}
#home-news {
    padding-bottom: 25px;
}
.home-review-holder {
    margin-bottom: 10px;
}
#home-testimonials {
    margin-bottom: 35px;
}
#footer-form input, .groups-holder>a>div {
    margin-bottom: 15px;
}
#footer-links>div {
    margin-top: 10px;
    margin-bottom: 10px;
}
.profile-box {
    margin-bottom: 0;
}
.profile-bottom>.row>div {
    margin-top: 15px;
}
}

.profile-tagline  {
    height: 20px;
}

.profile-banner  {
    height: 30px;
    background-color: transparent;
}


#employment-form input  {
    min-height: 62px;
}


.home-news-text .h4  {
    text-transform: none;
}


.review-holder  {
    color: #000;
    font-size: 14px;
}


.navbar-nav > li > .dropdown-menu  {
    z-index:  10000000;
}


navbar .navbar-nav > li > a::before  {
    display: none;
}

navbar .navbar-nav > li > a:hover::before  {
    display: none;
}


.pagination>li:first-child>a, .pagination>li:first-child>span {

   border-top-left-radius: 0px;
   border-bottom-left-radius: 0px;
}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {

    background-color: #b9a98d;
    border-color: #b9a98d;
}

.pagination>li:last-child>a, .pagination>li:last-child>span {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

.pagination>li>a, .pagination>li>span {

    color: #b9a98d;

}

.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {
    color: #b9a98d;

}
