/*
Theme Name: Shoal Bay iOnline Theme
Author: iOnline Development Team
Author URI: https://ionline.com.au
Version: 1.0
*/
.psgal {
    opacity:1!important
}
html {
    padding: 0;
    margin: 0;
}

/* BASE - Base styles */
body {
    font-family: 'GothamRounded-Book', sans-serif;
    font-size: 14px;
    line-height: 1.7em;
    color: #404040;
    font-weight: 400;
}

/*ul, li {
  list-style: none; }
ul {
    margin: 0;
    padding: 0;
}*/

p {
    font-size: 18px;
}

.nopadding {
    padding: 0 !important;
    margin: 0 !important;
}

.vertical-align {
    display: flex;
    align-items: center;
}

input, textarea, button {
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
}

h1, h2, h3, h4, h5 {
    margin-top: 0;
}

.no-pad-top {
    padding-top: 0;
}

.no-pad {
    padding: 0;
}

.extra-pad {
    padding-top: 40px;
    padding-bottom: 40px;
}

.p-top10 {
    padding-top: 10px;
}

.p-top20 {
    padding-top: 20px;
}

.p-top30 {
    padding-top: 30px;
}

.p-top40 {
    padding-top: 40px;
}

.p-bottom10 {
    padding-bottom: 10px;
}

.p-bottom20 {
    padding-bottom: 20px;
}

.p-bottom30 {
    padding-bottom: 30px;
}

.p-bottom40 {
    padding-bottom: 40px;
}

.m-top20 {
    margin-top: 20px;
}

.m-top30 {
    margin-top: 30px;
}

.m-top40 {
    margin-top: 40px;
}

.m-top50 {
    margin-top: 50px;
}

.clearfix {
    clear: both;
}

.img-responsive {
    width: 100%;
}

.margin-auto {
    margin: 0 auto;
}

/* Fonts */
@font-face {
    font-family: 'GothamRounded-Book';
    src: url('./fonts/GothamRounded-Book.eot');
    src: url('./fonts/GothamRounded-Book.eot?#iefix') format('embedded-opentype'),
        url('./fonts/GothamRounded-Book.woff') format('woff'),
        url('./fonts/GothamRounded-Book.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

h1, h2, h3, h4, h5 {
   /* font-family: 'Sanchez', serif;*/
    font-weight: normal;
    font-style: normal;
}

h1 {
    font-size: 48px;
}

h2 {
    font-size: 36px;
}

h3 {
    font-size: 28px;
}

h4 {
    font-size: 24px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 14px;
}

p.small {
    font-size: 12px;
}

p.large {
    font-size: 16px;
}

.cap-txt-sm {
    font-size: 16px;
}

.cap-txt-lg {
    font-size: 18px;
}

.btn.sm {
    font-size: 12px;
}

.btn.lg {
    font-size: 14px;
}

/* Color */
h1, h2, h3, h4, h5 {
    color: #4b4b49;
}

a {
    color: #d21243;
}

a:focus, a:hover {
    color: #404040;

}

footer a {
    color: #fff;
}

footer a:focus, footer a:hover {
    color: #fff;
}

.wht-txt {
    color: #fff;
}

.black-txt {
    color: #000;
}

/* Buttons */
.btn-grp .btn {
    margin: 0 24px;
}

.btn-primary {
    background-color: #d21243;
    border-color: #d21243;
}

.btn.lg {
    height: 48px;
    padding: 0 30px;
    line-height: 46px;
}

.btn-primary:hover, .btn-primary.active, .btn-primary:active, .open > .dropdown-toggle.btn-primary, .btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open > .dropdown-toggle.btn-primary.focus, .open > .dropdown-toggle.btn-primary:focus, .open > .dropdown-toggle.btn-primary:hover, .btn-primary.focus, .btn-primary:focus {
    background-color: #fff;
    border: 1px solid #d21243;
    color: #d21243;
    outline: none;
}

.btn-default {
    background-color: transparent;
    color: #fff;
    border-color: #fff;
}

.btn.sm {
    height: 30px;
    padding: 0 30px;
    line-height: 28px;
}

.btn-default:hover, .btn-default.active.focus, .btn-default.active:focus, .btn-default.active:hover, .btn-default:active.focus, .btn-default:active:focus, .btn-default:active:hover, .open > .dropdown-toggle.btn-default.focus, .open > .dropdown-toggle.btn-default:focus, .open > .dropdown-toggle.btn-default:hover, .btn-default.active, .btn-default:active, .open > .dropdown-toggle.btn-default, .btn-default.focus, .btn-default:focus {
    background-color: #fff;
    color: #d21243;
    border-color: #fff;
    outline: none;
}

.btn-white {
    background-color: #ffffff;
    color: #d21243;
}

/* Header css */
header {
    border-bottom: 1px solid rgba(204, 204, 204, 0.2);
}

.home header {
    border-bottom: 0px;
}

.navbar-default {
    background-color: #ffffff;
    border: none;
    margin: 0;
    width:100%;
}

.navbar > .container .navbar-brand {
    padding: 28px 0;
    height: auto;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
    background-color: #d21243;
    color: #fff;
    /*border-bottom: 1px solid #fff;*/
}

.navbar-default .navbar-nav > li > a {
    padding: 36px 15px;
    font-size: 14px;
    color: #000;
    text-transform: uppercase;
}

.full-block {
    display: block;
    text-align: center;
    font-size: 15px !important;
}

.sp-nav li {
    color: #fff;
    border-left: 1px solid #fff;
    padding-left: 10px;
    padding-right: 10px;
}

ul.nav.navbar-nav.sp-nav li a {
    padding: 0;
}

.weather img {
    width: 32px;
    float: left;
}

span.temp {
    font-size: 12px;
    line-height: 18px;
    position: relative;
    bottom: -7px;
}

span.temp:after {
    content: "\f22d";
    position: absolute;
    top: -7px;
    font-family: FontAwesome;
    font-size: 8px;
    right: -7px;
}

li.event-tab .fa {
    font-size: 20px;
}

.sp-nav li span.sp-text {
    line-height: 12px;
    font-size: 10px;
    margin-top: 4px;
    text-transform: capitalize;
}

li.wyn .btn-xs {
    background-color: #464646;
    margin: 13px 4px 0 !important;
    width: 65px;
    border-radius: 8px !important;
    font-size: 8px;
    line-height: 16px;
    color: #fff;
}

a.btn.btn-xs:hover {
    background-color: #fff;
    color: #464646;
    border: 1px solid #fff !important;
}

ul.nav.navbar-nav.sp-nav {
    padding: 0;
    display: flex;
}
ul.nav.navbar-nav.sp-nav li.book{
    background-color: transparent;
/*    padding: 0;*/
    position: relative;
    width: auto;
    background: linear-gradient(to right, #f2f2f4, #efeff0, #e5e3e4);

}
ul.nav.navbar-nav.sp-nav li.book .btn-primary {
	
    color:#fff;
    padding: 6px 10px;

}

.nav.navbar-nav.sp-nav li.book .btn-primary:hover {
    color: #d21243;
    border:solid 1px #d21243;
    background-color:#fff;
}
ul.nav.navbar-nav.sp-nav li.wyn {
    background-color: transparent;
    padding: 0;
    position: relative;
    width:auto;
    background: linear-gradient(to right, #f2f2f4, #efeff0, #e5e3e4);
}

li.event-tab {
    background-color: #d21243;
    color: #d21243;
}

ul.nav.navbar-nav.sp-nav li.weather {
    background-color: #f7f7f7;
    color: #d21243;
    padding: 20px
}

ul.nav.navbar-nav.sp-nav li.wyn img {
    /*position: absolute;
    left: 0;*/
}

ul.nav.navbar-nav.sp-nav li.event-tab a {
    color: #fff;
}

li.sp-social .fa {
    margin: 10px 3px;
    font-size: 16px;
    color: #fff;
}

li.sp-social a {
    display: inline-block
}

li.sp-social .sp-text {
    color: #fff !important;
}

li.sp-book-now .btn-xs {
    background-color: #b7b7b7;
    color: #000;
    font-size: 8px;
    width: 80px;
    border-radius: 5px;
    margin: 8px 0;
    line-height: 17px;
}

ul.nav.navbar-nav {
    padding: 0px 0;
}

li.sp-book-now {
    border-right: 1px solid #fff;
}

ul.nav.navbar-nav.sp-nav a:hover {
    border: none;
}

/* Banner */

#bannerCarousel {

}

#banner {
    position: relative;
}

#banner .carousel-inner > .item {
    height: calc(100vh - 97.69px);
    min-height: 650px;
    background-size: cover;
    background-position: center;

}

.banner-txt {
    /* position: absolute; */
    /* top: 0; */
    /* right: 0; */
    text-align: center;
    background-color: transparent;
    /* padding: 50px 10px 60px; */
    /* left: 0; */
    /* bottom: 0; */

}

.darken-overlay .container {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.25);
}

.banner-txt h1 {
    font-size: 48px;
    color: #fff;
    line-height: 58px;
}

.banner-txt p {
    color: #fff;
    font-weight: 100;
    font-size: 18px;
    line-height: 24px;
    margin: 30px 0 40px;
}

.banner-txt h1, .banner-txt p {
    text-shadow: 2px 2px 6px #000000;
}

.banner-txt-main {
    position: relative;
    display: flex;
    justify-content: center;
    height: calc(100vh - 112px);
    align-items: center;

}

.sp-social i.fa {
    font-size: 40px;
    margin: 10px 4px;
    color: #fff;
}

.sp-social {
    color: #fff;
    /*  margin-top: 15px;*/
}

/* Check Availability */
#banner-form .col-md-10 {
    padding-right: 0;
}

#banner-form form.form-inline {
    background-color: #fff;
    padding: 24px 28px 24px;
    border-radius: 0px;
}

#banner-form form.form-inline input.form-control, #banner-form form.form-inline select.form-control {
    border-radius: 50px;
    padding: 10px 16px;
    height: 44px;
    font-size: 14px;
    border: 0px;
    box-shadow: none;
    border: 1px solid #eee;
}

.home-button {
    height: 41px;
    line-height: 29px;
    width: 100%;
    text-align: center;
}

.b-select-wrap {
    overflow: hidden;
    position: relative;
}

.b-select-wrap:after {
    content: "\f078";
    font-family: FontAwesome;
    background-color: #ccc;
    padding: 0px 0px;
    position: absolute;
    right: 7px;
    top: 12px;
    z-index: 1;
    text-align: center;
    width: 15px;
    height: 15px;
    pointer-events: none;
    border-radius: 20px;
    line-height: 15px;
    font-size: 8px;
    color: #fff;
}

.b-select {
    outline: none;
}

/* remove default caret for ie */
.b-select::-ms-expand {
    display: none;
}

span.input-group-addon {
    position: absolute;
    color: #afafaf;
    border: 0;
    background: none;
    right: 0;
    z-index: 11;
    top: 6px;
    pointer-events: none;
}

#banner-form form.form-inline label {
    color: #fff;
    text-align: left;
    padding-left: 20px;
    font-size: 14px;
    font-weight: normal;
}

#banner-form form.form-inline .form-group {
    /* margin: 0 6px;*/
    position: relative;
}

#banner-form form.form-inline .form-group:after {
    content: "";
    position: absolute;
    top: 50%;
    width: 1px;
    height: 20px;
    background-color: #ccc;
    margin: 0 0px 0px -7px;
    bottom: 0;
    margin-top: -10px;
}

#banner-form form.form-inline .form-group:first-child:after,
#banner-form form.form-inline .form-group:last-child:after {
    background: transparent;
}

.btn.btn-dark {
    background-color: #d21243;
    border-radius: 5px;
    height: 44px;
    padding: 10px 15px;
    color: #fff;
}

.btn-group.custom-btn-group a.btn {
    border-radius: 10px !important;
    margin: 50px 40px 0;
}

/* Home Luxury rooms*/
#luxury-rooms .row {
    margin: 0;
}

#luxury-rooms .col-md-5, #luxury-rooms .col-md-7 {
    padding: 0;
}

#luxury-rooms .col-md-5 {
    margin-top: 40px;
}

.room-text {
    padding-left: 40px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    position: relative;
}

.nav-room-main, .nav-room-main2 {
    padding-left: 10%;
}

.nav-room-main2 {
    display: flex;
}

.nav-room-main h6 {
    letter-spacing: 1.5px;
    margin-top: 24px;
}

ul.nav-room {
    padding: 0 !important;
    margin: 0 !important;
}

ul.nav-room li {
    padding: 25px 0;
    list-style: none;
    height: 271px;
}

ul.nav-room li.active {
    background-color: #e5e5e5;
}

ul.nav-room li:hover {
    background-color: #c4c4c4 !important;
    transition: all 0.3s ease-in;

}

ul.nav-room li img {
    max-width: 200px;
    display: inline-block;
    object-fit: cover;
    max-height: 200px;
}

ul.nav-room li.active img {
    border: 5px solid #d21243;
}

ul.nav-room li h4:before {
    content: "";
    color: #d21243;
    position: absolute;
    bottom: -10px;
    height: 3px;
    width: 24px;
    background-color: #d21243;
}

ul.nav-room li h4 {
    position: relative;
}

ul.nav-room li p {
    margin-top: 10px;
    padding-right: 14px;
    font-size: 14px;
}

ul.nav-room li a {
    color: #4b4b49;
}

ul.nav-room li a:hover, ul.nav-room li a:focus {
    text-decoration: none;
}

.hotel-icon i.fa {
    margin-right: 15px;
}

.tab-content.tab-room-content img {
    /*height: 483px;*/
    height: 512px;
    object-fit: cover;
    display: inline-block;
}

section#specials-band {
    padding: 40px 0px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.red_container {
    text-align: center;
    padding: 10px;
    margin: 50px 0px;
    width: 100%;
    border-radius: 10px;
    background-color: #cb103c;
}

.red_container p {
    color: white;
}

.black_container {
    text-align: center;
    padding: 10px;
    margin: 50px 0px;
    width: 100%;
    min-height: 150px;
    border-radius: 10px;
    background-color: #000;
}

.black_container p {
    color: white;
}

/* Country Club*/
section#country-club {
    background-image: url(./images/shoalbay-club-bg.jpg);
    padding: 0 0 0px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.side-box {
    position: relative;
    background-color: rgba(206, 5, 56, .9);
    float: right;
    color: #fff;
    padding: 60px 40px 40px 60px;
    margin: 10px 0px;
}

.side-box img {
    width: 100% !important;
}

.side-box-img {
    padding: 60px 40px 40px 60px;
}

.side-box-img img {
    width: 90%;
    margin: 0 auto;
    text-align: center;
    display: table;
}

.side-box p {
    padding: 35px 35px 35px 0px;
    display: inline-block;
    margin: 0;
}

#reward-save {
    /*background: url(./images/offer-trip.jpg);
        height: 377px;
    background-size: cover;
    background-repeat: no-repeat;
        background-position: center;*/
}

/* Full Strap */
#full-strap {
    background-color: #d21243;
    padding: 20px 0;
}

#full-strap h4 {
    color: #fff;
    margin: 0;
    line-height: 58px;
}

.trip-contain {
    display: flex;
    justify-content: center;
}

.trip-contain h4 {
    padding-right: 40px;
}

#full-strap a.btn.btn-default.btn-lg {
    padding: 16px 50px;
}

/* Home Gallery */
#home-gallery {
    padding: 70px 0;
    background-color: #e5e5e5;
}

#home-gallery h2 {
    margin-bottom: 40px;
}

#home-gallery p {
    margin-bottom: 60px;
}

#home-gallery img {
    max-width: 100%;
}

/* Bootom Boxs */
#bottom-boxs {
    padding: 70px 0;
}

#bottom-boxs .col-md-4 {
    padding: 0 55px;
}

#bottom-boxs img {
    margin: 40px 0px;
    border: 4px solid #fff;
    /*   width:200px;
       height:170px;*/
}

#bottom-boxs img:hover {
    border: 4px solid #d21243;
}

#bottom-boxs h4 {
    margin-bottom: 0;
}

#bottom-boxs h6 {
    letter-spacing: 2px;
    margin-bottom: 5px;
}

#bottom-boxs p {
    font-size: 12px;
    padding: 0 10px;
}

/* Map */
#map-address {
    position: relative;
}

.locality-box {
    width: 100%;
    float: right;
    border: 1px solid #d11241;
    background-color: hsla(0,0%,100%,.8);
}
.locality-box table {
    margin:0 !important;
}


.l-head {
    background-color: #d21243;
    color: #fff;
    padding: 15px;
    border-radius: 9px 9px 0px 0px;
    font-size: 20px;
}

.l-head i {
    margin-right: 5px;
}

.l-footer .btn-group.custom-btn-group a.btn {
    margin: 10px;
}

.l-footer {
    text-align: center;
    padding-bottom: 20px;
}

a.btn.btn-default.btn-pink {
    border-color: #d21243;
    color: #d21243;
}

.l-body {
    padding:  0;
}
.footer-contact{
	margin-bottom:30px;
}
.map-container {
    filter: grayscale(100%);
}

.l-body span {
    font-weight: 600;
    color: #404040;
    font-size: 16px;
}

.l-body ul {
    padding: 0;
    margin: 10px 0 0;
    text-align: left;
}

.l-body ul li {
    font-size: 12px;
    color: #d21243;
    width: 75%;
    margin: 8px auto;
    display: block;
}

.l-body ul li strong {
    margin-right: 5px;
    min-width: 25%;
    display: inline-block;
    line-height: 17px;
    color: #333;
}

.l-body ul li strong:before {
    font-family: FontAwesome;
    content: "\f017";
    font-weight: normal;
    font-size: 18px;
    margin-right: 8px;
    vertical-align: middle;
}

.l-body ul li span {
    color: #d21243;
    font-weight: normal;
    width: 72%;
    display: inline-block;
    line-height: 17px;
    font-size: 12px;
}

#map-address .locality {
    position: absolute;
    top: 20%;
    right: 0;
    left: 0;
}

#wyn-group {
    background-color: #404040;
    padding: 50px 0;
}

footer {
    background-color: #242021;
    padding: 60px 0 0;
}

ul#menu-footer-menu li a {
    text-transform: uppercase;
}

footer {
    background-color: #bd0237;

}

footer li.event-tab {
    background-color: #BD0237 !important;
}

footer ul {
    padding: 0;
    margin: 0;
}

footer ul li {
    width: 25%;
    float: left;
    margin-bottom: 15px;
    list-style: none;
}

footer .fa {
    font-size: 20px;
    margin-left: 20px;
}

footer .sp-text .fa {
    font-size: 36px;
    margin-left: 20px;
}

footer .full-block {
    text-align: right;
    font-size: 20px;
    color: #fff;
    line-height: 31px;
}

footer p {
    color: #fff;
    margin: 0;
}

footer .footer-bottom ul li {
    width: auto;
    margin-left: 35px;
    margin-bottom: 0;
}

footer .footer-bottom ul {
    float: right;
}

.footer-bottom {
    margin-top: 30px;
    padding: 10px 0;
}

.footer_brands {
    margin: 0px auto;
    width: 60%;
}

/* Inner pages */
.site-content {
    padding: 40px 0;
}

span.full-block.sp-text a {
    color: #fff;
}

.nav-pills h4 {
    padding: 10px 15px;
    text-align: center;
    background-color: #d21243;
    color: #fff;
    margin-bottom: 0;
    border-bottom: 1px solid #ddd;
    font-weight: bold;
    line-height: 21px;
}
.nav-pills{
    border:solid 1px #ccc !important;
    margin-bottom: 20px;

}
.nav-pills h4{
    text-align: center !important;
    background-color:#ce1242 !important; 
    color:#fff !important;
    font-size: 16px;
    font-family: 'GothamRounded-Book', sans-serif;

}
.nav-pills li a {

    border-top: solid 1px #ccc;
    border-radius: 0;
    font-weight: 700;
    color:#333;
}
.nav-stacked>li+li{
    margin-top: 0px !important;
}
.nav-pills li a:hover,.nav-pills li a.active{

   
    background-color: #ce1242 !important;
    border-radius: 0px !important;
    border-left: 1px solid #ce1242 !important;
    border-right: 1px solid #ce1242 !important;
 
    color:#fff;
}
.nav-pills > li.active > a,.side-column .nav-pills > li.active > a:hover{
    color: #fff !important;
    background-color: #ce1242 !important;
    border-radius: 0px !important;
    border-left: 1px solid #ce1242 !important;
  
 
}
#facilities .table-bordered > thead > tr > th,
.side-column .nav-pills h4 {
    font-size: 16px;
}
#facilities > table > tbody > tr > td > fieldset > label {
    width: 90%;
    display: inline-block;
    float: right;
}
#facilities > table > tbody > tr > td > fieldset input {
    width: 10%;
    display: inline-block;
    float: left;
    margin: 4px 0px 9px 0;
}
#facilities  table{
    margin-bottom: 0px;
}
.table-responsive{
    position: relative;
    overflow: hidden;
}
.loading-filter{

    content: " ";
    height: 100%;
    width: 100%;
    position: absolute;

    background-color: rgba(234, 206, 213,0.65);
    display: none;

}

.side-column .nav-pills > li.active > a,
.side-column .nav-pills > li.active > a:focus,
.side-column .nav-pills > li.active > a:hover,
.side-column .nav > li > a:focus,
.side-column .nav > li > a:hover {
    color: #fff;
    background-color: #d21243;
    border-radius: 0px;
    border-left: 1px solid #d21243;
    border-right: 1px solid #d21243;
}

.side-column .nav-pills {
    background-color: #f9f9f9;
    border-radius: 0px;
}

.side-column .nav-pills li a {
    border-bottom: 1px solid #ddd;
    border-radius: 0px;
    text-transform: uppercase;
    font-size: 12px;
    border-left: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
    color: #404040;
    line-height: 19px;
}

.side-column .nav-stacked > li + li {
    margin: 0;
}

#facilities .table-bordered > thead > tr > th {
    background-color: #d21243;
    color: #fff;
    border-top: 1px solid #d21243;
    border-left: 1px solid #d21243;
    border-right: 1px solid #d21243;
}

#facilities .table-bordered > tbody > tr > td {
    font-size: 15px;
    font-weight: bold;
}

#facilities .table-bordered > thead > tr > th {
    padding: 10px 12px;
    font-size: 16px;
}

span.caption {
    display: block;
    font-weight: normal;
    font-size: 80%;
}

.card {
    position: relative;
    margin-top: 20px;
    border: 1px solid #ddd;
}

.card a.btn {
    position: absolute;
    left: 15px;
    right: 15px;
    bottom: 15px;
    padding: 15px;
    font-size: 14px;

}

.card-block {
    padding: 0 15px 20px;
}

.card-block h4 {
    margin-top: 20px;
    font-size: 22px;
}

p.card-text {
    padding-bottom: 60px;
}

.site-content iframe {
    width: 100%;
}

.site-content img {
    max-width: 100%;
}

.caption {
    padding-top: 10px;
}

h2.title {
    margin-bottom: 20px;
}

.side-column {
    margin-top: 8px;
}

.side-column .nav-pills li a::after {
    content: "\f0da";
    position: absolute;
    right: 15px;
    font-family: FontAwesome;
}

/* -------------------*/

/*-----------------------*/
/*----- TESTIMONIAL -----*/
/*-----------------------*/

.testimonial {
    padding: 30px 15px 30px 30px;
    border-style: solid;
    border-width: 5px 1px 1px;
    margin: 0 0 30px;
    border-color: #636363 #ddd #ddd;
    min-height: 316px;
}

.testimonial img {
    border: 1px solid #ddd;
    margin: auto auto 15px;
    width: 100%;
}

.testimonial blockquote {
    font-family: "source sans pro";
    font-size: 16px;
    font-weight: 300;
}

.testimonial blockquote:before {
    color: #ccc;
    content: open-quote;
    font-size: 5em;
    line-height: 0em;
    margin-right: 0.1em;
    vertical-align: -0.4em;
}

.testimonial blockquote:after {
    content: close-quote;
    visibility: hidden;
}

.col-md-3 .testimonial {
    padding: 30px;
}

.col-md-4 .testimonial .col-md-5,
.col-md-3 .testimonial .col-md-5,
.col-md-2 .testimonial .col-md-5,
.col-md-1 .testimonial .col-md-5 {
    width: 100%;
    margin: 0 0 15px;
}

.col-md-4 .testimonial .col-md-7,
.col-md-3 .testimonial .col-md-7,
.col-md-2 .testimonial .col-md-7,
.col-md-1 .testimonial .col-md-7 {
    padding: 0;
    width: 100%;
}

.testimonial blockquote cite {
    float: left;
    font-weight: 600;
    margin-top: 10px;
    width: 100%;
}

@media (min-width: 992px) {
    .testimonial img {
        max-width: 200px;
    }

    footer ul li:nth-child(4), footer ul li:nth-child(8), footer ul li:nth-child(12) {
        width: auto;
    }

    ul#menu-footer-menu li a {
        font-size: 12px;
    }

}

/* Media query */
@media (max-width: 767px) {
    h1 {
        font-size: 48px;
    }

    h2 {
        font-size: 36px;
    }

    h3 {
        font-size: 30px;
    }

    h4 {
        font-size: 24px;
    }

    h5 {
        font-size: 18px;
    }

    ul.nav-room li img, ul.nav-room li p, .hotel-icon, br {
        display: none;
    }

    .navbar .navbar-brand {
        max-width: 200px;
        padding: 15px 0;
        height: auto;
    }

    .navbar-default .navbar-toggle {
        border-color: #404040;
        margin: 28px 0 0;
    }

    .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
        background-color: #404040;
    }

    .navbar-toggle {
        background-color: #404040;
    }

    .navbar-default .navbar-toggle .icon-bar {
        background-color: #fff;
    }

    .container-fluid > .navbar-collapse, .container-fluid > .navbar-header, .container > .navbar-collapse, .container > .navbar-header {
        margin: 0;
        padding: 0;
    }

    #banner .carousel-inner > .item {

        max-height: 100px;
    }

    .banner-txt-main,
    #banner-form form.form-inline .form-group:after,
    .sp-nav li.wyn {
        display: block;
    }

    #banner-form {
        bottom: 80px;
    }

    ul.nav-room {
        display: -webkit-inline-box
    }

    ul.nav-room li {

        font-size: 16px;
        text-align: center;
        float: left !important;
    }

    ul.nav-room li.active {
        background-color: #c4c4c4 !important
    }
	
	ul.nav-room li.active .nav-room-main2 .room-text h4{
		border-bottom:solid 2px #fff !important;
	}

    ul.nav-room li {

        text-align: center;
        float: left !important;
    }

    .nav-room-main2, .room-text {
        font-size: 15px !important;
        letter-spacing: 2px;
    }

    .banner-txt-main .banner-txt h1 {
        font-size: 16px;
    }

    #banner-form .col-md-10 {
        padding-right: 15px;
    }

    #banner-form form.form-inline input.form-control, #banner-form form.form-inline select.form-control {
        max-width: 100%;
    }

    #banner-form form.form-inline {
        padding: 10px 10px 20px;
    }

    h2.icon-title {
        margin-bottom: 20px;

    }

    .btn-group.custom-btn-group a.btn {
        margin: 10px;
    }

    #full-strap {
        text-align: center;
    }

    #full-strap h4 {
        color: #fff;
        margin: 0 0 15px 0;
        line-height: 30px;
    }

    .trip-contain {
        display: block;
        text-align: center;
    }

    .trip-contain h4 {
        padding-right: 0px;
    }

    section#country-club {
        background-image: none !important;
        padding: 15px 0 15px;
        min-height: auto;
        height: auto;
    }

    .side-box {
        width: 100%;
        float: unset;
        padding: 20px;
        text-align: center;
    }

    .side-box p {
        padding: 20px 10px 25px 10px;
    }

    .side-box img {
        width: 100%;
    }

    .side-column .nav-pills {
        margin-bottom: 20px;
    }

    #bottom-boxs .col-md-4 {
        padding: 0 15px;
        margin-bottom: 30px;
        border-bottom: 1px solid #ddd;
        padding-bottom: 30px;
    }

    #bottom-boxs img {
        margin: 20px 0px;
    }

    #bottom-boxs .col-md-4:last-child {
        border: none;
        margin: 0;
        padding-bottom: 0;
    }

    #home-gallery {
        padding: 50px 0;
    }

    #home-gallery h2 {
        margin-bottom: 20px;
    }

    #home-gallery p {
        margin-bottom: 40px;
    }

    #home-gallery img {
        width: 100%;
    }

    .nav-room-main, .nav-room-main2 {
        padding-left: 0%;
        text-align: center;
    }

    ul.nav-room {
        margin: 0;
		background-color: #cb103c;
    }

    ul.nav-room li {
        padding: 15px 0px;
        display: inline-block;
        width: 32.55%;
        text-align: center;
    }

    ul.nav-room li h4 {
        position: relative;
        font-size: 14px;
		color:#fff!important
    }

    .tab-content.tab-room-content img {
        height: 200px;
    }

    .nav-room-main2 {
        display: block;
        padding: 0;
	
		background-color: #cb103c;
	
		height: 100px;
    }
	.room-text{
			padding: 10px;
		
	}


    .btn-lg {
        padding: 10px 20px !important;
        font-size: 14px;
    }

    #map-address .locality {
        position: relative;
    }

    #map-address .locality .container {
        padding: 0;
    }

    .locality-box {
        width: 100%;
        border: none;
        border-radius: 0;
    }

    .l-head {
        border-radius: 0;
    }

    footer {
        text-align: center;
        padding: 0;
    }

    .footer-bottom {
        margin: 0;
    }

    ul.footer-manu {
        /* display: none;*/
    }

    footer .full-block {
        text-align: center;
        font-size: 12px;
        line-height: 24px;
    }

    footer .footer-bottom ul li {
        margin: 0px 0px;
        width: 100%;
    }

    footer .footer-bottom ul {
        float: unset;
        margin-top: 0px;
    }

    footer p {
        font-size: 10px;
    }

    footer .footer-bottom ul li a {
        font-size: 10px;
        text-decoration: underline;
    }

    footer .fa {
        margin-bottom: 20px;
        margin: 0 12px 20px;
    }

    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
        border: none;
    }

    ul.nav.navbar-nav {
        text-align: center;
        padding: 20px 0 0;
    }

    .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
        border: none;
    }

    .navbar-nav > li {
        border-top: 1px solid #404040;
    }

    .navbar-default .navbar-nav > li > a {
        font-size: 16px;
        padding: 15px 15px;
    }

    ul.nav.navbar-nav.sp-nav {
        display: flex;
        flex-direction: column;
    }

    .sp-nav li {
        border-left: none;
        border-right: none;
        padding: 24px 0;
    }

    span.full-block.btn-group {
        margin: auto;
        text-align: center;
        width: 68px;
    }

    li.sp-social .fa {
        margin-top: 0;
        font-size: 24px;
        margin-bottom: 20px;
    }

    .sp-nav li span.sp-text br {
        display: none;
    }

    .sp-nav li span.sp-text {
        font-size: 18px;
    }

    button.btn.btn-dark {
        width: 100%;
    }

    #banner-form form.form-inline .form-group {
        margin-top: 8px;
    }

    .input-group {
        width: 100%;
    }

    span.input-group-addon {
        right: 16px;
        top: 5px;
        font-size: 20px;
        background-color: #fff;
    }

    .b-select-wrap:after {
        right: 7px;
        top: 12px;
        width: 20px;
        height: 20px;
        line-height: 18px;
    }

    .logo_size {
        width: 100% !important;
    }

}

@media (max-width: 320px) {
    .navbar > .container .navbar-brand {
        max-width: 230px;
    }

    .btn-group.custom-btn-group a.btn {
        margin: 5px;
    }

    .l-body ul li {
        width: 46%;
        margin: 2% 0 0 4%;
    }

    #banner-form {
        top: 100px;
    }

    .logo_size {
        width: 100% !important;
    }

    footer ul li {
        width: 50%;
    }
}

@media (max-width: 480px) {
    .navbar > .container .navbar-brand {
        max-width: 230px;
    }

    .btn-group.custom-btn-group a.btn {
        margin: 5px;
    }

    .l-body ul li {
        width: 46%;
        margin: 2% 0 0 4%;
    }

    #banner-form {
        top: 100px;
    }

    .logo_size {
        width: 100% !important;
    }

    footer ul li {
        width: 50%;
    }
    ul.nav-room li{
        height:auto;
    }
    .tab-content.tab-room-content img{
        min-height:200px;

    }
}

@media only screen and (min-width: 768px) {
    .card {
        min-height: 875px;
    }

    footer ul li {
        width: 50%;
    }

}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .navbar-default .container-fluid {
        width: 766px;
    }

    .logo_size {

        width: 100% !important;
    }

    a.navbar-brand {
        padding-right: 0;
    }

    .navbar-default .col-md-10.col-sm-9.col-xs-12 {
        padding-left: 0;
    }

    .navbar-default .navbar-nav > li > a {
        padding: 26px 5px;
        font-size: 10px;
    }

    .sp-nav li.weather, .sp-nav li.event-tab, .sp-nav li.wyn {
        display: none;
    }

    #banner-form form.form-inline input.form-control, #banner-form form.form-inline select.form-control {
        width: 132px;
        font-size: 10px;
        height: 30px;
    }

    .btn.btn-dark {
        padding: 6px 12px;
        font-size: 12px;
        height: 30px;
    }

    #banner-form form.form-inline label {
        padding-left: 5px;
        font-size: 12px;
    }

    .banner-txt h1 {
        font-size: 26px;
        line-height: 34px;
    }

    .banner-txt p {
        font-size: 14px;
        margin: 20px;
        line-height: 21px;
    }

    .trip-contain {
        display: block;
        text-align: center;
    }

    #full-strap h3 {
        font-size: 24px;
    }

    #bottom-boxs .col-md-4 {
        padding: 0 15px;
    }

    #map-address .locality {
        position: relative;
        margin: 0px 0 30px;
    }

    ul.nav.navbar-nav.sp-nav {
        display: none;
    }

    #banner-form .col-md-10 {
        padding-right: 15px;
    }

    #banner-form form.form-inline .form-group {
        display: inline-block;
        margin: 10px 5px;
    }

    #banner-form form.form-inline input.form-control, #banner-form form.form-inline select.form-control {
        width: 100%;
    }

    #banner-form form.form-inline {
        text-align: center;
        padding: 5px 10px 10px;
    }

    #banner .carousel-inner > .item {
        height: calc(100vh - 110px);
    }

    .btn-group.custom-btn-group a.btn {
        margin: 35px 20px 20px;
    }

    .btn-lg {
        font-size: 14px;
        padding: 10px 20px;
    }

    .tile-text-box p {
        font-size: 12px;
        line-height: 15px;
        padding: 0 10px;
    }

    .banner-txt-main {
        padding: 0 50px
    }

    #full-strap a.btn.btn-default.btn-lg {
        padding: 12px;
    }

    #full-strap h3 {
        font-size: 18px;
        line-height: 44px;
    }

    #map-address {
        min-height: 380px;
    }

    .map img {
    }

    .locality-box {
        width: 100%;
        border-radius: 0;
        border: 0;
    }

    #map-address .locality .container {
        padding: 0;
        margin: 0;
        width: 100%;
    }

    .l-head {
        border-radius: 0;
    }

    footer ul li a {
        font-size: 12px;
    }

    footer .fa {
        font-size: 32px;
        margin-left: 10px;
    }

    footer .full-block {
        font-size: 14px;
        line-height: 34px;
    }

    footer p {
        font-size: 10px;
    }

    footer .footer-bottom ul li a {
        font-size: 10px;
    }

    .footer-bottom {
        margin-top: 5px;
    }

    footer .footer-bottom ul li {
        margin-left: 20px;
    }

    #banner-form form.form-inline input.form-control, #banner-form form.form-inline select.form-control {
        padding: 5px 20px;
    }

    .b-select-wrap:after {
        right: 5px;
        top: 8px;
    }

    span.input-group-addon {
        top: 1px;
    }

    footer ul li {
        width: 50%;
    }

    footer ul li:nth-child(4), footer ul li:nth-child(8), footer ul li:nth-child(12) {
        width: auto;
    }

    footer .container-fluid {
        max-width: 760px;
    }

    .logo_size {
        width: 80% !important;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .navbar-default .container-fluid {
        width: 990px;
    }

    .logo_size {

        width: 80% !important;
    }

    .navbar-header.col-md-2.col-sm-3.col-xs-12 {
        width: 20.666667%;
        padding-right: 0;
    }

    .navbar-default .col-md-10.col-sm-9.col-xs-12 {
        width: 79.333333%;
    }

    .navbar-default .navbar-nav > li > a {
        padding: 26px 10px;
        font-size: 12px;
    }

    #banner .carousel-inner > .item {
        height: calc(100vh - 112px);
        max-height: 350px;
    }

    .banner-txt-main {
        height: 400px;
    }

    .sp-nav li.weather, .sp-nav li.event-tab, ul.nav.navbar-nav.sp-nav li.wyn, ul.nav.navbar-nav.sp-nav li.book {
        display: none;
    }

    #banner-form form.form-inline {
        padding: 22px 15px 31px;
    }

    #banner-form form.form-inline input.form-control, #banner-form form.form-inline select.form-control {
        width: 132px;
        font-size: 10px;
        height: 30px;
    }

    #banner-form form.form-inline label {
        padding-left: 5px;
        font-size: 12px;
    }

    .btn.btn-dark {
        padding: 6px 12px;
        font-size: 12px;
        height: 30px;
    }

    .banner-txt h1 {
        font-size: 26px;
        line-height: 34px;
    }

    .banner-txt p {
        font-size: 14px;
        margin: 20px;
        line-height: 21px;
    }

    /* Luxury room Home */
    ul.nav-room li img {
        max-width: 150px;
        max-height: 150px;
    }

    .tab-content.tab-room-content img {
        /*height: 590px;*/
        height: 474px;
    }

    .nav-room-main, .nav-room-main2 {
        padding-left: 8%;
    }

    .side-box img {
        width: 600px;
    }

    #full-strap h3 {
        font-size: 24px;
    }

    #map-address .locality {
        top: 5%;
    }

    .testimonial {
        min-height: 577px;
    }

    #banner-form form.form-inline input.form-control, #banner-form form.form-inline select.form-control {
        padding: 5px 20px;
    }

    .b-select-wrap:after {
        right: 5px;
        top: 8px;
    }

    span.input-group-addon {
        top: 1px;
    }

    footer ul li, footer ul li:nth-child(4), footer ul li:nth-child(8), footer ul li:nth-child(12) {
        width: 33%;
    }

    footer .container-fluid {
        max-width: 90%;
    }

    .logo_size {
        width: 80% !important;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    /* Banner */
    #banner .carousel-inner > .item {
        height: calc(100vh - 81px);
    }

    .navbar-default .navbar-nav > li > a {
        padding: 30px 8px;
        font-size: 12px;
    }

    .navbar-nav > li {
        padding: 0px;
    }

    nav .col-md-10 {
        padding-left: 0;
    }

    ul.nav.navbar-nav.sp-nav li.weather {
        padding: 15px 10px;
	display:none;
    }

    .sp-nav li {
        padding: 15px 7.5px;
    }

    ul.nav.navbar-nav.sp-nav li.wyn {
        width: 138px;
    }

    ul.nav.navbar-nav.sp-nav li.wyn img {
        /*width: 137px;
        bottom: -15px;*/
    }

    li.sp-social .fa {
        margin: 10px 2px;
        font-size: 14px;
    }

    #banner .carousel-inner > .item {
        min-height: 579px;
    }

    #banner-form {
        bottom: 30px;
    }

    #banner-form form.form-inline input.form-control, #banner-form form.form-inline select.form-control {
        height: 40px;
        font-size: 12px;
        max-width: 158px;
    }

    #banner-form .btn.btn-dark {
        height: 40px;
        color: #fff;
        font-size: 12px;
    }

    .banner-txt {
        padding: 40px 10px 50px;
        max-width: 750px;
    }

    .banner-txt h1 {
        font-size: 42px;
        line-height: 52px;
    }

    .banner-txt p {
        font-size: 18px;
        line-height: 24px;
        margin: 24px 0 34px;
    }

    /* Luxury room Home */
    ul.nav-room li img {
        max-width: 200px;
        max-height: 170px;
    }

    .tab-content.tab-room-content img {
        height: 500px;
    }

    .nav-room-main, .nav-room-main2 {
        padding-left: 8%;
    }

    footer .fa {
        font-size: 32px;
        margin-left: 14px;
    }

    footer .full-block {
        font-size: 16px;
        line-height: 34px;
    }

    footer ul li {
        width: 50%;
    }

    footer .container-fluid {
        max-width: 90%;
    }

    .testimonial {
        min-height: 364px;
    }

    .logo_size {
        width: 100% !important;
    }
}

@media only screen and (min-width: 1280px)  and (max-width: 1399px) {
    .navbar-default .navbar-nav > li > a {
        padding: 30px 8px;
        font-size: 12px;
    }

    ul.nav.navbar-nav.sp-nav li.weather {
        padding: 22px 15px;
    }

    .logo_size {
        width: 100% !important;
    }
    ul.nav.navbar-nav.sp-nav li.weather{
	display:none;
    }
}

@media (min-width: 1400px) {
    .container {
        /*width: 1400px;*/
    }

    .navbar-default .col-md-2 {
        width: 20.666667%;
    }

    .navbar-default .col-md-10 {
        width: 79.333333%;
    }

    .navbar-default .navbar-nav > li > a {
        /*padding: 36px 24px;*/
        padding: 36px 15px;
        font-size: 15px;
    }

    .navbar-nav > li {
        padding: 0px 0px 0;
    }

    .navbar > .container .navbar-brand {
        padding: 5px 0;
    }

    .sp-nav li span.sp-text {
        font-size: 11px;
        line-height: 15px;
    }

    li.wyn .btn-xs {
        font-size: 10px;
    }

    li.sp-book-now .btn-xs {
        font-size: 10px;
        width: 90px;
    }

    .weather img {
        width: 42px;
    }

    span.temp {
        line-height: 30px;
        font-size: 20px;
	margin:10px;
    }

    li.event-tab .fa {
        font-size: 28px;
    }

    ul.nav.navbar-nav.sp-nav li {
        padding: 7px 5px 10px 5px !important;
    }

    li.sp-social .fa {
        font-size: 18px;
    }

    /* Banner */
    #banner .carousel-inner > .item {
        height: calc(100vh - 93px);
        min-height: 650px;
    }

    .banner-txt .btn-group-lg > .btn, .btn-lg {
        padding: 16px 28px;

    }

    /* newshaol */
    footer ul li:nth-child(4), footer ul li:nth-child(8), footer ul li:nth-child(12) {
        width: auto;
    }

    footer ul li {
        width: 28%;
    }

    footer .container-fluid {
        max-width: 90%;
    }

}

@media only screen and (min-width: 1400px) and (max-width: 1919px) {
    .navbar-brand {
        padding-right: 0;
    }

    .navbar-default .navbar-nav > li > a {
        padding: 36px 10px;
        font-size: 11px;
    }

    ul.nav.navbar-nav.sp-nav li.weather {
        /*padding: 15px 15px;*/
    }

    ul.nav.navbar-nav.sp-nav li.wyn {
        width:auto;
    }

    ul.nav.navbar-nav.sp-nav li.wyn img {
        /*width: 137px;
        bottom: -15px;*/
    }

}

@media only screen and (min-width: 1680px)  and (max-width: 1919px) {
    .navbar-default .navbar-nav > li > a {
        padding: 36px 12px;
        font-size: 14px;
    }

    ul.nav.navbar-nav.sp-nav li.wyn {
        width:auto;
    }

    ul.nav.navbar-nav.sp-nav li.wyn img {
        /*width: 100%;
        top: 0;*/
    }

    .nav-room-main, .nav-room-main2 {
        padding-left: 18%;
    }

    .hotel-icon {
        position: absolute;
        bottom: 0;
    }
}

.broken_link {
    text-decoration: underline !important;
}

.quick-form {
    background: #f3f3f3;
    margin: 0 auto;
  
    padding:15px;
    margin-bottom: 0px;
    margin-top: 0px;
}

.wpcf7 label {
    width: 100%;
    color: #555;
    display: block;
    font-size: 11px;
    text-transform: uppercase;
}
span.wpcf7-list-item{
	margin-left:0px !important;	
}
.wpcf7 input, textarea {
    width: 100%;
    border: 1px solid #c7c7c7;
    border-radius: 0;
    background-color: #fff;
    color: #777;
    font-size: 14px;
    font-family: Arial;
    padding: 5px 10px;
}
.wpcf7-form-control .wpcf7-list-item input[type=checkbox] {
    width: 13px;
    height: 13px;
    padding: 0;
    margin: 0;
    vertical-align: bottom;
    position: relative;
    top: -6px;
}
.wpcf7 .col-md-6, .wpcf7 .col-md-12 {
    margin-bottom: 5px;
}

.wpcf7 .wpcf7-submit {
    background-color: #d21243;
    color: #fff;
    width: 250px;
    float: right;
    line-height: 1.3333333;
    border-radius: 6px;
}

.wpcf7 .wpcf7-submit:hover {
    background-color: #fff;
    color: #d21243;
}

/* Desktop and Larger */
@media (min-width: 1200px) {
    .input-group {
        width: 100%;
    }

    #banner-form {
        position: absolute;
        bottom: 70px;
        right: 0;
        left: 0;
    }
}

/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 1024px) {
    #banner-form {
        position: absolute;
        bottom: 70px;
        right: 0;
        left: 0;
    }

    ul.nav-room li p {
        padding: 0;
        font-size: 14px;
    }

    ul.nav-room li h4 {
        font-size: 16px;
    }

    ul.nav-room li {
        height: auto;
    }

    .room-text {
        padding: 0 20px;
    }
}

/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
    #banner-form {
        position: absolute;
        top: 250px;
        right: 0;
        left: 0;
    }

    .red_container {
        margin: 20px 0px;
    }

    .black_container {
        margin: 20px 0px;
    }
    .promo_button{
        display: block !important;
    }
}

/* Landscape phones and down */
@media (max-width: 480px) {
    .banner-txt h1 {
        font-size: 2.5rem !important;
        line-height: 2.5rem;
        padding-top: 2rem;
    }

    .banner-txt p {
        font-size: 1.5rem !important;
        line-height: 1.5rem;
    }

    .input-group {
        margin-bottom: 1rem;
    }

    #banner-form {
        position: absolute;
        top: 250px;
        right: 0;
        left: 0;
    }

    .red_container {
        margin: 30px 0px 10px 0px;
    }

    .black_container {
        margin: 00px 0px 30px 0px;
    }

}

.tiny_room_text {
    font-size: 11px;
    text-align: center;
}

.special_container {
    border: 1px solid #eee;
    padding: 0;
    margin: 0;
}

.special_image {
    height: 150px;
    background-size: cover;
    width: 100%;
}

.card-small {
    padding: 0;
    margin: 0;
    padding-top: 10px;
    padding-bottom: 10px;
}

.fa-star {
    font-size: 2.5rem;
    padding-right: .5rem;
    color: #999;
}

.card-block-small {
    min-height: 350px;
}

/*instagram*/
.home-instagram {
    padding: 0 0 30px 0;
}

.logo_size {
    width: 205px;
}

.credits_text {
    font-size: 12px;
    text-align: left;
    padding: 0;
    margin: 0;
    margin-left: 14px;
}

.square_images {
    height: 250px;
}

.promo_icon {
    max-width: 50px;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.promo_title {
    padding: .5rem;
}

.promo_text {
    font-size: 14px;
    color: white !important;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    line-height: 15px;
}

.promo_button {
    background-color: transparent;
    border: 1px solid white;
    padding: 1rem;
    margin: 1rem;
    color: white;
    margin-bottom: 2rem;
    border-radius: 3px;
}

.promo_button:hover {
    background-color: white;
    border: 1px solid white;
    padding: 1rem;
    margin: 1rem;
    color: #C40E36;
    margin-bottom: 2rem;
    text-decoration: none;
    border-radius: 3px;
}

.big-fa {
    font-size: 16px;
}

.footer_padding_more {
    margin-top: 2rem;
    margin-bottom: 4rem;
}

.wyndham-logo {
    width:auto !important;
    padding-left:5px 0px;
}

.force-small-social-text {
    font-size: 11px !important;
}

.wyndham-header-link {
    background-color: #d21243;
    border-radius: 5px;
    padding: 2px 10px;
    width: auto;
    display: inline-block;
    margin: 10px 3px 0px 6px;
    text-align: center;
}

.wyndham-header-link:hover {
    background-color: white;
}

.wyndham-header-link a {
    color: white;
    padding: 0;
    margin: 0;
    text-decoration: none;
    font-size: 11px;
    display: block;
}

.wyndham-header-link a:hover {
    color: #d21243;
    padding: 0;
    margin: 0;
    text-decoration: none;
    font-size: 11px;
    display: block;
}

.alignright {
  float: right;
  padding-left: 10px;
  padding-bottom: 10px;
}

.alignleft {
  float: left;
  padding-right: 10px;
  padding-bottom: 10px;
}
@media (min-width: 1025px){
.red_container_box {
    box-shadow: inset 0 0 0 1000px rgba(191,5,51,.8);
    width: 320px;
    height: 205px;
    text-align: center;
    position: absolute;
    top: 0px;
    right: 150px;
    z-index: 10;
}
	}

.red_container_box p {
    text-align: center;
    color: white!important;
    font-weight: bold!important;
    font-size: 26px!important;
    padding: 0;
    margin: 0;
    padding-top: 30px;
    line-height: 39px;
    padding-left: 20px;
    padding-right: 20px;
}


@media (max-width: 480px){
	.red_container_box {
		display: none;
	}
}
@media (max-width: 767px){
	.red_container_box {
		display: none;
	}
	}
@media (max-width: 1026px){
	.red_container_box {
		display: none!important;
	}
}
