/*********** TABS CSS ***********/

.corp-tabs .sppb-addon-tab {
    transition: all 0.3s ease 0s;
}
.corp-tabs .sppb-addon-tab .sppb-nav > li > a:focus, .corp-tabs .sppb-addon-tab .sppb-nav > li > a:hover {
    border: medium none;
    color: #24252a;
}
.corp-tabs .sppb-addon-tab .sppb-nav-tabs > li > a {
    background: transparent none repeat scroll 0 0;
    border: medium none;
}
.corp-tabs .sppb-addon-tab ul.sppb-nav-tabs {
    background: transparent none repeat scroll 0 0;
    margin-bottom: 0;
    text-align: center;
    border: 0px !important;
}
.corp-tabs .sppb-addon-tab ul.sppb-nav-tabs > li {
    border: medium none;
    display: inline-block;
    float: inherit;
    position: relative;
    width: 130px;
}
@media screen and (max-width: 992px) {
  
  .corp-tabs .sppb-addon-tab ul.sppb-nav-tabs > li {
      height: 100px;
      margin-bottom: 10px;
      margin-right: 5px;
  }
  
}
.corp-tabs .sppb-addon-tab ul.sppb-nav-tabs > li:last-child {
    margin-right: 0;
}
.corp-tabs .sppb-addon-tab ul.sppb-nav-tabs > li > a {
    background: #ededed none repeat scroll 0 0;
    color: #24252a;
    display: block;
    font-family: "Domine",Georgia,Times,serif;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 18px;
    padding: 20px;
    text-transform: capitalize;
    transition: all 0.3s ease 0s;
}
.corp-tabs .sppb-addon-tab ul.sppb-nav-tabs > li > a i {
    color: #093253;
    display: block;
    font-size: 24px;
    line-height: 18px;
    margin-bottom: 20px;
    transition: all 0.3s ease 0s;
}
.corp-tabs .sppb-addon-tab ul.sppb-nav-tabs > li.active > a, .corp-tabs .sppb-addon-tab ul.sppb-nav-tabs > li.active a:focus, .corp-tabs .sppb-addon-tab ul.sppb-nav-tabs > li.active a:hover {
    background: #ffffff none repeat scroll 0 0;
    color: #24252a;
}
.corp-tabs .sppb-addon-tab .sppb-tab-content {
    background: #ffffff none repeat scroll 0 0;
    display: flex;
    margin-top: 5px;
    padding: 0;
    position: relative;
}
.corp-tabs .sppb-addon-tab .sppb-tab-content .sppb-tab-pane {
    padding: 50px 40px;
}
.corp-tabs .sppb-addon-tab .sppb-tab-content .sppb-tab-pane .content .single-tab-details > h6 {
    color: #24252a;
    font-family: "Domine",Georgia,Times,serif;
    font-size: 18px;
    margin: 15px 0;
}
.corp-tabs .sppb-addon-tab .sppb-tab-content .sppb-tab-pane .content .single-tab-details > h3 {
    color: #24252a;
    font-family: "Domine",Georgia,Times,serif;
    margin-bottom: 25px;
}
.corp-tabs .sppb-addon-tab .sppb-tab-content .sppb-tab-pane .content .single-tab-details > p {
    color: #616161;
    line-height: 25px;
    margin-bottom: 20px;
    margin-top: 0;
}
.corp-tabs .sppb-addon-tab .sppb-tab-content .sppb-tab-pane .content .single-tab-details .our_services {
    padding-top: 3px;
}
.corp-tabs .sppb-addon-tab .sppb-tab-content .sppb-tab-pane .content .single-tab-details .our_services > a {
    color: #bfa672;
    margin-right: 20px;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
}
.corp-tabs .sppb-addon-tab .sppb-tab-content .sppb-tab-pane .content .single-tab-details .our_services > a:hover {
    text-decoration: none;
}
.corp-tabs .sppb-addon-tab .sppb-tab-pane.active {
    display: block;
}

@media screen and (min-width: 993px){
  
  .corp-tabs .sppb-addon-tab ul.sppb-nav-tabs {
      background: transparent none repeat scroll 0 0;
      border: 0 none;
      display: inline-block;
      float: left;
      margin-bottom: 0;
      text-align: center;
      width: 130px;
  }
  .corp-tabs .sppb-addon-tab ul.sppb-nav-tabs > li {
      border: medium none;
      display: block;
      float: left;
      position: relative;
      width: 130px;
  }
  .corp-tabs .sppb-addon-tab .sppb-tab-content {
      background: #ffffff none repeat scroll 0 0;
      display: inline-block;
      float: left;
      margin-top: 0;
      padding: 0;
      position: relative;
      width: 85%;
      margin-left: 5px;
  }
  .corp-tabs .sppb-addon-tab .sppb-tab-pane.active {
      display: block;
      height: 380px;
  }
  .sppb-tab-pane .content {
      display: block;
      height: 100%;
      overflow: hidden;
  }
  .single-tab-details {
      overflow: hidden;
  }

}

/*********** /TABS CSS ***********/

call-to-action {
    position: relative;
}
.call-to-action .sppb-container {
    position: relative;
    z-index: 1;
}
.call-to-action .sppb-cta-title {
    display: block;
    font-family: "Domine",Georgia,Times,serif;
    font-weight: 600;
    margin-top: 0;
}
.call-to-action .sppb-lead.sppb-cta-subtitle {
    color: #ffffff;
    display: block;
    font-family: "Open Sans",Helvetica,Arial,sans-serif;
    font-weight: 300;
    margin-bottom: 40px;
    text-transform: uppercase;
}
.call-to-action .sppb-lead.sppb-cta-subtitle strong {
    font-family: "Domine",Georgia,Times,serif;
    font-weight: 700;
}
.call-to-action .sppb-cta-text {
    color: #ededed;
}
.call-to-action .sppb-addon-cta .sppb-row {
    display: table;
    width: 100%;
}
.call-to-action .sppb-addon-cta .sppb-row .sppb-btn {
    display: inline-block;
    letter-spacing: 1.2px;
    margin-top: -40px;
    text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  
  .call-to-action .sppb-addon-cta .sppb-row .sppb-btn {
      float: left;
      margin: 40px auto 0;
  }
  
}

.about .sppb-addon-title {
    font-family: "Playball";
    font-weight: 400;
    margin: 0;
    text-align: left;
}
.about .sppb-addon-content h4 {
    font-family: "Open Sans",Helvetica,Arial,sans-serif;
    font-weight: 400;
    letter-spacing: 2px;
    line-height: 120%;
    margin: 0 0 25px;
    text-align: left;
}

@media screen and (max-width: 768px) {
.about .sppb-addon-content h4 {
    line-height: 150%;
}
}

.about .sppb-addon-content p {
    margin: 0;
}

.sppb-addon-feature.sp-contact-info {
    background: #ffffff none repeat scroll 0 0;
    padding: 60px 40px;
    position: relative;
    transition: all 0.3s ease 0s;
}

@media screen and (max-width: 768px) {
.sppb-addon-feature.sp-contact-info {
    padding: 60px 20px;
}
}


.sppb-addon-feature.sp-contact-info:hover {
    transform: scale(1.1);
}
.sppb-addon-feature.sp-contact-info:hover .sppb-addon-text, .sppb-addon-feature.sp-contact-info:hover .sppb-feature-box-tle, .sppb-addon-feature.sp-contact-info:hover .sppb-icon {
}
.sppb-addon-feature.sp-contact-info .sppb-addon-text, .sppb-addon-feature.sp-contact-info .sppb-feature-box-title, .sppb-addon-feature.sp-contact-info .sppb-icon {
    transition: all 0.3s ease 0s;
}
.sppb-addon-feature.sp-contact-info .sppb-feature-box-title {
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
}
.sppb-addon-feature.sp-contact-info .sppb-icon i {
    color: #eee;
}
.sppb-addon-feature.sp-contact-info .sppb-addon-text {
    color: #ffffff;
    font-weight: 500;
    margin-top: 30px;
}
.sppb-addon-feature.sp-contact-info .working-hours .time {
    float: right;
}
.sppb-addon-feature.sp-contact-info {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #bfa672;
    padding: 60px 40px;
    position: relative;
    transition: all 0.3s ease 0s;
    width: 100%;
}
.sppb-addon-feature.sp-contact-info:hover {
    background: #bfa672 none repeat scroll 0 0;
}
.sp-contact-info {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.sp-contact-info li {
    display: inline-block;
    margin: 0 5px 0 0;
}
.sp-contact-info li i {
    margin: 0 3px;
}


.btn-default, .sppb-btn-default {
  background: #bfa672 none repeat scroll 0 0;
  border: 0 none;
  border-radius: 0;
  color: #ffffff;
  font-family: "Open Sans",Helvetica,Arial,sans-serif;
  font-size: 14px;
  font-style: normal;
  letter-spacing: 0;
  line-height: 17px;
  margin: 0;
  padding: 12px 35px;
  text-shadow: none;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
}

.rooms-suits .sppb-cta-text {
  color: #6c6c6c;
  font-family: "Open Sans",Helvetica,Arial,sans-serif;
  font-size: 14px;
  line-height: 1.625;
  letter-spacing: 0.03em;
}

.seagull-c2a .sppb-addon-cta .sppb-addon-call-title {
    font-weight: 400;
}
.seagull-c2a .sppb-addon-cta p.sppb-cta-subtitle {
    font-family: "Playball",Menlo,Consolas,"Courier New",monospace;
    font-weight: 400;
    letter-spacing: -2px;
    margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
.seagull-c2a .sppb-addon-cta p.sppb-cta-subtitle {
    line-height: 150%;
}
}
.seagull-c2a .sppb-addon-cta .sppb-cta-text {
  color: #24252a;
  font-family: "Open Sans",Helvetica,Arial,sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.03em;
  margin-bottom: 30px;
}
.seagull-c2a2 .sppb-addon-cta .sppb-addon-call-title {
    font-family: "Playball",Menlo,Consolas,"Courier New",monospace;
    font-weight: 400;
    letter-spacing: -2px;
    margin-top: 0;
}
.seagull-c2a2 .sppb-addon-cta p.sppb-cta-subtitle {
    font-family: "Domine",Georgia,Times,serif;
    font-weight: 400;
    letter-spacing: 2px;
    line-height: 120%;
    margin-bottom: 25px;
    margin-top: 0;
}
@media screen and (max-width: 768px) {
.seagull-c2a2 .sppb-addon-cta p.sppb-cta-subtitle {
    line-height: 150%;
}
}
.seagull-c2a2 .sppb-addon-cta .sppb-cta-text {
    color: #ffffff;
    margin-bottom: 48px;
    text-align: center;
}
.seagull-c2a2 .sppb-addon-cta .sppb-btn {
    text-transform: capitalize;
} 
.seagull-c2a .sppb-btn-primary {
  background: #093253 none repeat scroll 0 0;
  border-radius: 0;
}
.seagull-c2a2 .sppb-addon-cta .sppb-btn:hover {
    background: #02080e none repeat scroll 0 0;
}
#white-text .sppb-cta-text {
    color: #ffffff;
}
.seagull-c2a3 .sppb-addon-cta .sppb-addon-call-title {
    font-family: "Domine",Georgia,Times,serif;
    font-weight: 600;
    letter-spacing: -1px;
    margin-top: 0;
    text-transform: uppercase;
}
.seagull-c2a3 .sppb-addon-cta p.sppb-cta-subtitle {
    font-family: "Open Sans",Helvetica,Arial,sans-serif;
    font-weight: 400;
    letter-spacing: 3px;
    line-height: 120%;
    margin-bottom: 25px;
    margin-top: 0;
}
@media screen and (max-width: 768px) {
.seagull-c2a3 .sppb-addon-cta p.sppb-cta-subtitle {
    line-height: 150%;
}
}
.seagull-c2a3 .sppb-addon-cta .sppb-btn {
    margin-top: 40px;
    text-transform: capitalize;
}
.seagull-c2a3 .sppb-addon-cta .sppb-btn:hover {
    background: #02080e none repeat scroll 0 0;
}

.corp-tabs .sppb-section-title.sppb-text-center::before {
  background: rgba(0, 0, 0, 0) url("../../../images/homepage/title-line.png") no-repeat scroll 0 0;
  content: "";
  display: inline-block;
  height: 45px;
  position: relative;
  text-align: center;
  width: 179px;
}
.contact-info img
{
display: inline-block;
}

.bfQuickMode input
{
max-width: 90% !important;
}
.bfQuickMode
{
margin-left: 10%;
}
.bfQuickMode textarea
{
max-width: 90% !important;
}
.bfQuickMode .input-append {
  display: inline-block;
  float: left;
}

.bfPage img {
  display: inline-block;
  float: left;
  margin: 0 10px 0 0;
}
.bfQuickMode button
{
 background-color: none !important;
 margin-right: 10% !important;
}
.bfPage br {
  display: none;
}

.room_num_row > div > div:nth-child(1) {
  font-style: unset !important;
  font-weight: 400 !important;
  text-align: center;
}

@media only screen and (min-width: 768px) {
.itemid-101 #sp-top-bar {
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
}
#sp-top-bar {
    background-color: #493E3E;
	padding: 0;
}
.itemid-101 #sp-header.menu-fixed-out {
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 105px;
    z-index: 9 !important;
}
#sp-header.menu-fixed-out {
    background-color: #493E3E;
    z-index: 9 !important;
}
#sp-header .sp-megamenu-parent > li > a {
    color: #fff;
}
#sp-header .sp-megamenu-parent > li > a {
    color: #fff;
    line-height: 40px;
    transition: all 300ms ease 0s;
}
#sp-header.menu-fixed {
    background-color: rgba(0, 0, 0, 0.6) !important;
}
#sp-header {
  opacity: 1;
}
.sp-megamenu-parent > li,
#sp-header,
.sp-megamenu-wrapper {
	height: 40px;
}
.sp-megamenu-parent > li > a {
	font-weight: normal;
}

.sp-megamenu-parent > li > a:after {
	content: ' \f05b';
	font-family: FontAwesome;
}

.logo h1 {
  padding: 0;
  margin: 0;
}

.logo h1 img {
  margin: 0 auto;
  height: 100px;
}

.logo {
  margin-top: 5px;
  display: block;
}

.top-reservation {
  margin-top: 11%;
  display: inline-block;
  border: 1px solid #e1ad4f;
  padding: 5px 10px;
  font-size: 16px;
  float: right;
}

.top-reservation:hover {
  color: #fff;
  background-color: #e1ad4f;
}

#sp-top2 {
    font-size: 15px;
    font-weight: normal;
    line-height: 25px;
    margin-top: 3%;
}
#sp-top2 li {
    font-weight: normal;
}

.sp-page-title{
	margin-top: -7px;
}

.sp-megamenu-wrapper{
	text-align: center;
}

.sp-megamenu-parent {
  display: inline-block;
  float: none;
  text-align: center;
}
}
#sp-header .sp-megamenu-parent > li.active > a, #sp-header .sp-megamenu-parent > li:hover > a {
  color: #e1ad4f !important;
}
@media only screen and (max-width: 768px) {
.reservation_asset_item .wizard [class*="span"] {
  margin: 0;
	} 
  .reservation_asset_item .other-photos .sr-photo-wrapper {
  padding: 0;
}
}


.trariff-title-wrapper div span {
  margin: 0 3px;
}

.roomtype_name .label-default {
  font-size: 17px;
  vertical-align: 5px;
}

.resort-search {
  z-index: 99 !important;
}

.fax.reservation_asset_subinfo {
  display: none;
}

#bfElemWrap5 div {
    width: 100%;
}
#bfElemWrap5 div.input-append {
    width: 58% !important;
    margin-top: 10px;
}

#bfElemWrap5 div.input-append input {
  width: 90% !important;
}

.bfPage .form-actions {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 0 none;
}

@media screen and (min-width: 768px) {
.room_num_row > div > div:nth-child(1) {
  margin-top: 0 !important;
  
}
}

.sp-module.login {
    float: right;
    margin-right: 30px !important;
}
.sp-module.login a {
    color: #fff;
}

.sp-module.login div {
  float: right;
}

.jmodedit{
  display: none !important;
}

@media screen and (max-width: 700px) {
.itemid-101 #sp-top-bar {
  background-color: #000 !important;
  position: relative !important;
}
  
#sp-top1 {
  position: relative;
  top: 0;
}
  
.sp-module.login {
  float: right;
  display: inline-block !important;
  margin-right: 20px !important;
  margin-left: 0px !important;
}
}

/*@media screen and (max-width: 667px) {
.itemid-101 #sp-header.menu-fixed-out {
  top: 80px !important;
}
}*/

.itemid-112 div.icons {
  display: none !important;
}

.entry-header {
  margin-bottom: 0px !important;;
}

.places-to-see img {
  border-radius: 0;
}

.btp-detail-title {
  font-size: 20px !important;
  font-weight: bold;
}


.btp-item .detail {
    background: #e1ad4f none repeat scroll 0 0;
    color: white;
    padding: 5px 10px;
}
.btp-item .detail:hover {
    background: #db982e none repeat scroll 0 0;
}

.bmc-events .bt-category {
  font-size: 23px;
  font-weight: bold;
  padding-bottom:20px;
  line-height: 45px !important;
}

.other-photos a {
  display: inline-block;
  float: left;
  margin: 0 5px;
  width: 149px;
}

.bmc-events .readmore > a {
  background: #e1ad4f none repeat scroll 0 0;
  color: #fff;
  line-height: 40px;
  padding: 5px 10px;
}

.bmc-events .readmore > a:hover {
  background: #d89825 none repeat scroll 0 0;
}

.footer2 .footer-link {
  display: inline-block;
  margin: 0 10px;
  font-size: 16px;
}

#sp-footer .sp-copyright {
  font-size: 13px !important;
}

#sp-bottom {
  background: #1C1D1F !important;
  padding: 30px 0 !important;
  text-align: center;
}