@font-face {
    font-family: 'Futura PT Book';
    src: url('../fonts/FuturaPT-Book.eot');
    src: url('../fonts/FuturaPT-Book.eot?#iefix') format('embedded-opentype'),
        url('../fonts/FuturaPT-Book.woff2') format('woff2'),
        url('../fonts/FuturaPT-Book.woff') format('woff'),
        url('../fonts/FuturaPT-Book.ttf') format('truetype'),
        url('../fonts/FuturaPT-Book.svg#FuturaPT-Book') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Futura PT';
    src: url('../fonts/FuturaPT-Heavy.eot');
    src: url('../fonts/FuturaPT-Heavy.eot?#iefix') format('embedded-opentype'),
        url('../fonts/FuturaPT-Heavy.woff2') format('woff2'),
        url('../fonts/FuturaPT-Heavy.woff') format('woff'),
        url('../fonts/FuturaPT-Heavy.ttf') format('truetype'),
        url('../fonts/FuturaPT-Heavy.svg#FuturaPT-Heavy') format('svg');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
body{
    margin:0;
    padding:0;
    font-size:16px;
    color: #000000;
    font-family: 'Futura PT Book';
    font-style: normal;
    background-color: #f9f8eb;
}
p {
    color: #000000;
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 16px;
    font-family: 'Futura PT Book';
    font-style: normal;
}
h1, h2, h3, h4, h5, h6{
     color: #000000;
     margin-top: 10px;
     font-family: 'Futura PT';
     font-weight: 900;
}
a{
    color: #032745 ;
}
a:focus, a:hover{
	text-decoration:none;
    color: #bc5027;
}
.top_header{
    background-color: #f9f8eb;
}
.top_header_col{
    padding: 0px;
}
.top_header_list ul {
    margin: 0px;
}
.header_menu li:last-child {
    padding: 0px;
    margin-right: 145px;
}
.top_header_list ul li a {
    margin: 15px 15px;
    text-transform: uppercase;
    font-size: 14px;
    display: inline-block;
}
.top_header_list a.book-now-btn {
    margin: 0px;
    width: 200px;
}
.book-now-btn {
    background-color: #bc5027;
    border-color: #bc5027;
    color: #ffffff;
    padding: 14px 20px;
    display: inline-block;
    width: 175px;
    text-align: center;
    text-transform: uppercase;
    margin: 0px;
    transition: all 0.3s linear;
}
.book-now-btn:hover{
    background-color: #cbb778;
    border-color: #cbb778;
    color: #032745;
}
.book_now_btn {
    position: fixed;
    right: 0px;
    z-index: 99;
}
.navbar-brand img {
    margin: 0px auto;
    padding: 0px;
}
.navbar-default .navbar-brand {
    position: absolute;
    bottom:-45px;
    left: 0;
    right: 0;
    margin: 0px auto;
    float: none;
    height: auto;
    text-align: center;
    padding: 0px;
    width: 150px;
}
.navbar>.container .navbar-brand{
    margin: 0px auto;
}
.wrap-sticky nav.navbar.bootsnav.sticked .navbar-brand {
    bottom: 0px;
}
nav.navbar.bootsnav{
    background-color: #032745;
}
nav.navbar.bootsnav .navbar-nav > li > a{
    font-weight: normal !important;
    text-transform: uppercase;
    padding: 20px 10px;
    margin: 0px 18px;
    font-family: 'Futura PT Book';
}
nav.navbar.bootsnav ul.navbar-right li.dropdown ul.dropdown-menu li a{
    background-color:#032745;
    color: #ffffff;
    text-transform: uppercase;
}
nav.navbar.bootsnav ul.navbar-right li.dropdown ul.dropdown-menu li a:hover{
    background-color:#bc5027;
    color: #ffffff;
}
nav.navbar.bootsnav li.dropdown ul.dropdown-menu{
    border: none;
}
.navbar-nav > li:nth-child(3) {
    margin-right: 160px;
}
.wrap-sticky nav.navbar.bootsnav.sticked .navbar-nav > li:nth-child(3) {
    margin-right: 50px;
}
.navbar-nav > li:nth-child(4) {
    margin-left: 120px;
}
.wrap-sticky nav.navbar.bootsnav.sticked .navbar-nav > li:nth-child(4) {
    margin-left: 50px;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus, nav.navbar.bootsnav .navbar-toggle {
    background-color: #bc5027;
    color: #fff;
    padding: 5px 10px;
    top: 0px;
}
.navbar-brand .logo2{
    display: none;
}
.wrap-sticky nav.navbar.bootsnav.sticked .navbar-brand .logo2{
    display: block;
    width: 50px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.wrap-sticky nav.navbar.bootsnav.sticked .navbar-brand .logo{
    display: none;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.wrap-sticky nav.navbar.bootsnav.sticked .nav > li > a{
    padding: 15px 20px;
}

.welcome_block {
    background-color: #f9f8eb;
    padding: 90px 0px 50px;
    position: relative;
}
.future_title {
    text-align: center;
    position: absolute;
    right: 0;
    left: 0;
    top: -41px;
    width: 100%;
    float: left;
}
.future_title img {
    width: 500px;
}
.future_title h2 {
    text-align: center;
    display: block;
    border: 2px solid #032745;
    padding: 15px;
    width: 500px;
    margin: 0px auto;
    background-color: #f9f8eb;
    position: relative;
}
.brew_titles {
    padding-bottom: 20px;
}
.welcome_content .brew_titles {
    padding-bottom: 0px;
}
.brew_titles h5 {
    font-size: 24px;
    color: #bc5027;
    margin-top: 0px;
}
.brew_titles h3 {
    color: #032745;
    font-size: 36px;
    text-transform: uppercase;
    line-height: 44px;
}
.brew_titles .inn_text {
    display: block;
    text-align: right;
}
.welcome_content hr, .history_content hr {
    border-color: #032745;
    margin-bottom: 15px;
    margin-top: 20px;
}
.accom_block {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}
.owl-pagination {
    display: none;
}
.accom_content .brew_titles h5, .accom_content .brew_titles h3, .accom_content p {
    color: #ffffff;
}
.accom_rates_info h4 {
    color: #ffffff;
    font-size: 30px;
    border-bottom: 1px solid #fff;
    padding-bottom: 10px;
    margin-bottom: 35px;
}
.accom_rates_info {
    padding-top: 20px;
    padding-bottom: 20px;
}
.accom_rates_info .book-now-btn, .welcome_info .book-now-btn{
    width: 170px;
    height: 45px;
    line-height: 45px;
    padding: 0px;
}
.accom_rates_info .learn_btn {
    background-color: transparent;
    border: 1px solid #ffffff;
    margin-right: 20px !important;
}
.accom_rates_info .book-now-btn:hover{
    background-color: #cbb778;
    border-color: #cbb778;
    color: #032745;
}
.accom_bg_info {
    background-image: url(../images/accom_bg2.jpg);
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 50px;
}
#owl-demo, #gather-owl-demo {
    padding-top: 50px;
    padding-bottom: 50px;
}
.accom_content{
    padding-top: 80px;
    padding-bottom: 35px;
}
#owl-demo .item img, #gather-owl-demo .item img {
    height: 500px;
    object-fit: cover;
}
.our_offers_block{
    padding-top: 100px;
}
/* Common style */
.grid {
	position: relative;
	margin: 0 auto;
	padding: 0em 0 4em;
	max-width: 1000px;
	list-style: none;
	text-align: center;
}

.grid figure {
	position: relative;
	float: left;
	overflow: hidden;
	background: #000000;
	text-align: center;
	cursor: pointer;
}
.grid figure img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
    height: 100%;
}
.grid figure figcaption {
    display: flex;
    justify-content: center;
    align-items: center;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure h2,
.grid figure p {
	margin: 0;
}
/*---------------*/
/***** Chico *****/
/*---------------*/

figure.effect-chico img {
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale(1.12);
	transform: scale(1.12);
}
figure.effect-chico:hover img {
	opacity: 0.5;
	-webkit-transform: scale(1);
	transform: scale(1);
}
figure.effect-chico figcaption::before {
	position: absolute;
	top: 30px;
	right: 30px;
	bottom: 30px;
	left: 30px;
	border: 1px solid #fff;
	content: '';
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
figure.effect-chico figcaption::before,
figure.effect-chico p {
	opacity: 1;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}
figure.effect-chico h2 {
    color: #ffffff;
    font-size: 48px;
    line-height: 46px;
}
figure.effect-chico h2 a{
    color: #ffffff;
}
figure.effect-chico:hover figcaption::before,
figure.effect-chico:hover p {
	-webkit-transform: scale(1);
	transform: scale(1);
}
.our_text {
    color: #ffffff;
    font-size: 20px;
    padding-bottom: 10px;
    display: inline-block;
}
.history_block{
    padding: 60px 0px;
}
.welcome_info .book-now-btn {
    margin-top: 20px !important;
}
.customNavigation a {
    background-color: #032745;
    color: #ffffff;
    width: 45px;
    height: 45px;
    display: inline-block;
    font-size: 24px;
    text-align: center;
    padding: 6px 0px;
    margin-right: 6px;
    cursor: pointer;
    transition: all 0.3s linear;
}
.customNavigation a:hover{
    background-color: #bc5027;
    color: #ffffff;
}
.customNavigation a.prev {
    padding-left: 5px;
}
.customNavigation a.next {
    padding-left: 7px;
}
.history-right .owl-controls {
    margin: 0px;
}
.map_block {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 50px 0px;
}
.map_content {
    background-color: #f9f8eb;
    width: 40%;
    padding: 30px;
    float: right;
    border: 1px solid #032745;
}
.map_content_info .book-now-btn {
    background-color: transparent;
    color: #032745;
    border: 1px solid #032745;
    margin-top: 10px !important;
    width: 170px;
}
footer {
    border: none;
}
.top_footer {
    background-color: #032745;
    padding: 15px 0px;
}
.footer_menu {
    margin: 0px;
}
.footer_menu li a, .social_icons a{
    color: #ffffff;
}
.footer_menu li a {
    color: #ffffff;
    text-transform: uppercase;
    padding-right: 20px;
    border-bottom: 1px solid #ffffff;
    padding-bottom: 5px;
    margin-right: 20px;
    font-size: 16px;
    font-family: 'Futura PT Book';
}
#newsletterForm .form-control {
    border-radius: 0px;
}
.input-group-btn .btn {
    background-color: #bc5027;
    border-color: #bc5027;
    border-radius: 0px;
}
.input-group-btn .fa-envelope {
    margin-right: 5px;
}
.social_icons a {
    margin: 0px 6px;
}
.social_icons {
    margin-top: 7px;
}
.footer_menu {
    margin: 4px 0px 0px;
}
.bottom_footer {
    background-color: #f9f8eb;
    padding-top: 40px;
    padding-bottom: 40px;
}
.the_daimond_logo {
    text-align: center;
    margin-top: 25px;
}
.footer_awards ul li img {
    width: 110px;
}
.footer_awards ul li a img {
    width: 110px;
}
.footer_awards ul li {
    margin-right: 0px;
    padding-right: 6px;
}
/*----faq-page--*/
.faq_page_block, .stay_page_block{
    padding: 50px 0px;
}
.faq_heading .brew_titles hr {
    border-color: #032745;
    margin-top: 30px;
}
.faq_list h4 {
    color: #bc5027;
    font-size: 22px;
    margin: 0px;
    padding-bottom: 15px;
}
.faq_list p {
    margin-bottom: 0px;
}
.faq_list {
    padding-bottom: 40px;
}
.faq_heading .brew_titles h3 {
    padding-bottom: 20px;
    margin-top: 0px;
}
.career_heading .book-now-btn {
    width: 200px;
}
/*--stay--page--*/
.suites_carousel .owl-pagination {
    display: block;
}
#suites_slider .item {
    border: 1px solid #032745;
    margin: 0px 10px;
    height: 660px;
}
.suites_content {
    padding: 20px;
}
.suites_content h3 {
    color: #bc5027;
    margin-top: 0px;
    margin-bottom: 15px;
    margin-top: 20px;
}
.suites_content .book-now-btn {
    width: 175px;
}
.owl-theme .owl-controls .owl-page.active span{
    background:#032745;
}
#suites_slider .owl-controls{
    margin-top: 30px;
}
.suites_carousel .customNavigation a {
    background-color: #ffffff;
    color: #527a8c;
    font-size: 20px;
    width: 40px;
    height: 40px;
    line-height: 30px;
    border: 1px solid #e6e6e6;
    position: absolute;
    top: 50%;
}
.suites_carousel .customNavigation a.prev{
    left: -30px;
}
.suites_carousel .customNavigation a.next{
    right: -37px;
}
.suites_carousel {
    position: relative;
}
.room_amenties_block {
    padding-bottom: 50px;
}
.amenties_list li {
    margin-bottom: 15px;
    text-align: center;
    font-size: 17px;
}
.ament_heading {
    color: #bc5027;
    padding-bottom: 30px;
    font-size: 30px;
    margin-top: 0px;
}
.amenties_list li {
    margin-bottom: 15px;
    text-align: center;
    font-size: 17px;
    border-bottom: 1px solid #d7d7d7;
    padding-bottom: 15px;
    position: relative;
}
.amenties_list li:last-child{
    border-bottom: 0px;
}
.amenties_list img {
    width: 40px;
}
.amenties_list .amen_icon {
    position: absolute;
    left: 20px;
    top: 40%;
    transform: translate(-50%, -50%);
}
.amenties_list .amenties_text {
    max-width: 400px;
    display: inline-block;
}
.amenties_col:first-child {
    border-right: 1px solid #d7d7d7;
}
.amenties_col{
    padding: 0px 30px;
}
/*--sick-slider--*/
.item-slick.slick-slide.slick-current.slick-active {
    outline: none !important;
    color: #bc5027;
    border: 2px solid #bc5027;
    padding: 0px 15px;
    border-radius: 5px;
  }
  .slider-for {
    margin-bottom: 15px;
    padding-top: 50px;
    padding-bottom: 50px;
}
  .slider-nav {
    margin: auto;
  }
  .slider-nav .item-slick {
    max-width: 240px;
    outline: none !important;
    cursor: pointer;
    color: #ffffff;
    font-size: 36px;
    border-right: 1px solid #414445;
    padding: 0px 15px;
}
  .slider-nav .item-slick img {
    max-width: 100%;
    background-size: cover;
    background-position: center;
  }
  
  .slick-arrow {
    position: absolute;
    top: 50%;
    z-index: 50;
    margin-top: -12px;
    display: none !important;
  }
  .slick-prev {
    left: 0;
  }
  .slick-next {
    right: 0;
  }
  .history_years_block {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}
  .history_years_block:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgb(19 19 19 / 90%);
}
.history_years_content p {
    color: #ffffff;
}
.slider-nav {
    background: #032745;
    padding-top: 20px;
    padding-bottom: 20px;
}
.history_row {
    padding: 0px;
}
.slick_col {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50vh;
}
.history_years_content p {
    color: #ffffff;
    font-size: 20px;
    line-height: 28px;
}
/*--meetings--page--*/
.events_grids {
    padding-top: 30px;
}
.careers_page_block{
    padding: 20px 0px 80px;
}
/*--gather-page--*/
.gather_heading_info .book-now-btn {
    margin-right: 15px;
    width: 175px;
}
.gather_heading_info .brew_titles p {
    margin: 30px 10px;
}
.gather_grids_block {
    border: 1px solid #000000;
    margin-bottom: 50px;
}
.gather_grid_content {
    text-align: center;
    padding: 25px 30px;
}
.gather_grid_content h3{
    margin-top: 0px;
}
.gather_grid_content h3, .seamless_tools h3{
    color: #bc5027;
    font-size: 24px;
}
.gather_grid_row {
    margin-top: 25px;
    display: flex;
    flex-wrap: wrap;
}
.gather_grid_col {
    flex-direction: inherit;
    display: flex;
}
.featurs_list {
    padding-left: 20px;
}
.featurs_list li {
    color: #ffffff;
    margin-bottom: 6px;
}
.seamless_block {
    padding-top: 60px;
}
.seamless_tools {
    text-align: center;
}
.email_btns .book-now-btn:first-child {
    border: 1px solid #032745;
    background-color: transparent;
    color: #032745;
    margin-right: 15px;
}
/*--event-space-page-*/
.event_space_tab .nav-tabs>li {
    float: none;
    display: block;
}
.event_space_tab {
    border: 1px solid #032745;
    width: 100%;
    float: left;
}
.e_tab_col {
    padding: 0px;
}
.event_space_tab .nav > li > a {
    color: #032745;
    text-transform: uppercase;
    font-weight: 900;
    border: 1px solid #032745;
    border-left: 0px;
    border-right: 0px;
    border-radius: 0px;
}
.event_space_tab .nav > li > a:first-child{
    border-top: 0px;
}
.event_space_tab .nav-tabs>li.active>a, .event_space_tab .nav-tabs>li.active>a:focus, .event_space_tab .nav-tabs>li.active>a:hover {
    background-color: transparent;
    color: #032745;
    border: 1px solid #032745;
    border-left: 0px;
    border-right: 0px;
    border-radius: 0px;
    border-top: 0px;
}
.event_space_tab_content h3 {
    color: #bc5027;
    padding-top: 25px;
    padding-bottom: 20px;
    margin: 0px;
    font-size: 24px;
}
.event_space_tab_content {
    padding-bottom: 30px;
}
.event_space_heading .book-now-btn {
    margin-top: 15px;
    width: 175px;
}
.location_heading iframe {
    margin: 20px 0px;
}
.location_page_address strong {
    font-size: 20px;
}
.address_one strong{
    display: inline-block;
    margin-bottom: 10px; 
}
.address_two .book-now-btn {
    width: 175px;
    margin-top: 20px;
}
.address_one a {
    color: #bc5027;
    font-size: 18px;
}
.direction_tab {
    width: 100%;
    float: left;
    margin-top: 20px;
}
.direction_tab .nav-tabs {
    text-align: center;
    border: 0px;
}
.direction_tab .nav-tabs li {
    display: inline-block;
    float: none;
}
.direction_tab .nav-tabs li a {
    border: none;
    background: transparent;
    font-size: 30px;
    font-weight: 900;
    font-family: 'Futura PT';
    color: #032745;
}
.direction_tab .nav-tabs>li.active>a{
    background-color: transparent;
    border: 0px;
    color: #bc5027;
}
.direction_tab .tab-content {
    padding-top: 20px;
}
/*--contact-page--*/
.contact-heading {
    color: #bc5027;
    font-size: 30px;
    margin-top: 0px;
    margin-bottom: 20px;
}
.contact_heading p {
    font-size: 20px;
    line-height: 28px;
}
.contact_form_block {
    padding-bottom: 40px;
}

/*--event-calendar start--*/
.event-calendar-block {
    padding-top: 20px;
    padding-bottom: 15px;
}
.event-calendar-list ul li {
    color: #ffffff;
    font-size: 18px;
}
.ev-icons-list a {
    width: 40px;
    height: 40px;
    background: transparent;
    display: inline-block;
    font-size: 30px;
    text-align: center;
    line-height: 35px;
    margin-right: 5px;
    color: #032745;
    border: 1px solid #032745;
    transition: all 0.3s linear;
}
.ev-icons-list a:hover{
    background-color: #032745;
    border-color: #032745;
    color: #ffffff;
}
.ev-icons-list a.e-right .fa-angle-right {
    margin-left: 10px;
}
.event-calendar .form-control {
    width: 150px;
    border-radius: 0px;
    height: 40px;
    font-style: normal;
    color: #032745;
    background-color: transparent;
    border-color: #032745;
}
.event-calendar ul li {
    float: left;
}
.event-calendar-list {
    border-bottom: 1px solid #032745;
    margin-top: 14px;
}
.event-calendar-list ul li a {
    color: #032745;
    border: 1px solid #032745;
    padding: 10px 15px;
    border-bottom: 0px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.event-calendar-list ul li a.active {
    background-color: #032745;
    color: #ffffff;
}
.event-calendar-list .fa {
    margin-right: 2px;
}
.event-calendar-list .event-list-items {
    margin-bottom: 9px;
}
.tag-info {
    width: 100%;
    float: left;
}
.tag-info .contact_con_input_control {
    width: 30%;
    border-radius: 0px;
    height: 40px;
    color: #032745;
    background-color: transparent;
    border-color: #032745;
}
.tag-info .contact_con_input_control option, .event-calendar .contact_con_input_control option {
    color: #262626;
}
.tiles-content {
    box-shadow: 0 5px 15px rgb(0 0 0 / 30%);
    margin-bottom: 30px;
}
.tiles-block .tiles-row{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}
.tiles-block .tiles-col{
    display: flex;
    flex-direction: inherit;
}
.tiles-info h2 {
    font-size: 20px;
    padding-top: 10px;
    padding-left: 15px;
}
.tiles-info p {
    padding-left: 15px;
}
.tiles-info {
    padding-bottom: 10px;
}
.tiles-info .date {
    background-color: #032745;
    color: #ffffff;
    font-weight: 600;
    padding: 5px 10px;
    display: inline-block;
    margin-top: 20px;
}
.event-date .date-text {
    display: block;
    font-size: 42px;
    font-family: 'Modern-Regular';
}
.event-date .month-text {
    display: block;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.event-table .table {
    border-color: #4c4c4c;
}
.event-table .table tr td {
    border: 1px solid #343434;
    vertical-align: middle;
}
.event-date {
    text-align: center;
}
.event-table-list {
    padding-left: 20px;
}
.event-table-list li {
    margin-bottom: 10px;
}
.event-calendar {
    float: right;
    margin-top: 10px;
}
.event-calendar ul{
    margin: 0px;
}

.buffet-heading {
  display: none;
}

.modal-open{
    padding-right: 0px !important;
}
.popup-event .modal-title {
    font-size: 24px;
    color: #262626;
}
.popup-event .modal-header{
    padding: 10px;
}
.popup-event .modal-body p, .popup-event .modal-body p a{
   color: #262626; 
}
.pop-event{
    padding: 3px;
}
.col_content .desk-view {
    display: block;
    margin-bottom: 5px;
}
.single-post-block{
    width: 100%;
    float: left;
    margin-bottom: 30px;
    margin-top: 30px;
    padding: 30px 15px;
    border: 1px solid;
}
.single-post div img.img-responsive {
    width: 100%;
}

/*--event-calendar end--*/
.filter-container li.active {
    display: none;
}
.filter-container ul.filter > li > a {
    font-family: 'Futura PT';
    color: #032745;
    font-size: 36px;
}
.footer_contact address, .footer_contact p {
    color: #032745;
}
video {
  object-fit: cover;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
}
/*--press--page--*/
.attraction {
    text-align: center;
    padding: 30px;
}
.attraction .attraction__title {
    font-size: 24px;
    line-height: 32px;
    text-transform: uppercase;
    margin: 0px;
}
.attraction ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}
.attraction__details .attraction__item--address {
    font-size: 24px;
    color: #9d9d9d;
}
.attraction__details .attraction__item--phone{
    font-size: 24px;
}
.attraction__details .attraction__item--description{
    font-size: 19px;
    margin: 10px 10%;
    position: relative;
}
.attraction__item--description::before {
    content: "";
    display: block;
    background: #08072e;
    height: 2px;
    width: 48px;
    margin: 0.5em auto;
}
.things_year {
    text-align: center;
    margin: 0px;
    font-size: 42px;
    color: #032745;
    padding-top: 30px;
}
.things-row {
    border-color: #bc5027;
    max-width: 50px;
    border-width: 3px;
    margin-top: 10px;
}
.things_heading {
    text-transform: uppercase;
    color: #ffffff;
    font-size: 42px;
    margin-bottom: 20px;
    margin-top: 0px;
}
.press_tab .nav-tabs li a {
    font-size: 30px;
    color: #ffffff;
}
.contact-text {
    font-size: 20px;
    line-height: 32px;
    margin-top: 25px;
    margin-bottom: 0px;
}
.things_todo{
    background: #bc5027;
    padding: 30px;
    margin: 0px auto;
    border-radius: 10px;
    margin-top: 30px;
    margin-bottom: 30px;
    text-align: center;
}
.press_tab .nav-tabs>li.active>a {
    color: #fff;
    background-color: #032745;
    border: 0px;
    border-radius: 5px;
}
.press_tab .tab-content {
    border: 1px solid #032745;
    margin-top: 30px;
    border-radius: 5px;
}
.things_todo ul.nav.nav-tabs {
    border: 0px;
}
.things_todo ul.nav.nav-tabs li {
    float: none;
    display: inline-block;
}
.footer_awards ul li:first-child img {
    width: 110px;
}
.footer_awards ul li:nth-child(2) img {
    width: 130px;
}
/*--exp-milwakee--*/
.things_year_info img {
    display: block;
    margin: 40px auto 0px;
}
.exp_things_text {
    text-align: center;
    font-size: 16px;
    line-height: 25px;
}
.package_right_content h3 {
    margin: 0px;
    font-size: 36px;
    padding-bottom: 15px;
    color: #032745;
}
.package_right_content {
    margin-top: 35px;
}
.package_rule.blog_list {
    box-shadow: 0.2px 0.2px 10px rgb(3 39 69 / 24%);
    margin-bottom: 40px;
}
.package_left_image {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 5px;
}
.package_btn, .package_detials_content .btn-primary {
    font-weight: 600;
    color: #ffffff;
    background-color: #bc5027;
    padding: 6px 15px;
    display: inline-block;
    transition: all 0.3s linear;
    border: 0px;
}
.package_btn:hover, .package_detials_content .btn-primary:hover{
    background-color: #032745;
    color: #ffffff;
}
.package_offers_details .brew_titles .things-row {
    margin-top: 0px;
    border-color: #d2d2d2;
    max-width: 200px;
}
.package_page_details {
    width: 100%;
    float: left;
    margin-top: 20px;
}
.package_detials_content ul {
    margin-bottom: 25px;
    padding-left: 15px;
    list-style-type: none;
    position: relative;
}
.package_detials_content ul li {
    margin-bottom: 7px;
}
.package_detials_content ul li:before {
    content: "\f101";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
/*--adjust as necessary--*/
    color: #032745;
    font-size: 18px;
    padding-right: 0.5em;
    position: absolute;
    top: auto;
    left: 0;
}
.valid_text {
    margin-top: 50px;
}
.package_details_image img {
    width: 100%;
}
.package_detials_content .btn-primary {
    padding: 10px 25px;
    font-weight: 400;
    border-radius: 0px;
}
.press_tab .exp_todo .nav-tabs li a {
    font-size: 22px;
    padding: 8px 12px;
    border-radius: 5px;
}
.exp-row {
    border-color: #d2d2d2;
    max-width: 200px;
    border-width: 2px;
}
.del_space{
    display: none;
}
.contact_form_left .form-group, .newsletter_form .form-group {
    margin-left: 0px;
    margin-right: 0px;
}
.privacy_info {
    padding-top: 60px;
    padding-bottom: 20px;
}
.blog-read-more {
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0;
    opacity: 0;
    transition: all .4s ease-in-out;
}
figure.effect-chico:hover .blog-read-more{
    opacity: 1;
    bottom: 30%;
}
.blog-read-more a {
    background: #032745;
    color: #fff;
    padding: 10px 25px;
    font-size: 18px;
    text-transform: uppercase;
    display: inline-block;
    transition: all 0.3s linear;
}
.blog-read-more a:hover{
 background-color: #bc5027;   
}
.bh-blog-list-items{
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 30px;
}
.bh-blog-list-items figure.effect-chico h2 {
    font-size: 30px;
    line-height: 36px;
    font-family: 'Futura PT Book';
    font-weight: normal;
    padding: 0px 15px;
}
.bh-blog-list-items figure.effect-chico figcaption::before{
    border: 0px;
}
.bh-blog-list-items figure.effect-chico img{
    opacity: 0.5;
}
.blog_page_block, .blog_details_page_block{
    padding: 50px 0px;
}
.blog_details_bg {
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
    height: 500px;
    width: 100%;
}
.blog_details_info {
    padding-top: 25px;
}
.bh-blog-list-items .grid figure img {
    position: relative;
    display: block;
    min-height: 100%;
    max-width: 100%;
    height: 500px;
    object-fit: cover;
    object-position: center;
}
.blog-title {
    text-align: center;
    text-transform: uppercase;
    font-family: 'Futura PT Book';
    font-weight: normal;
    letter-spacing: 1px;
    font-size: 42px;
    margin: 0px;
    padding-bottom: 70px;
    padding-top: 20px;
}
.share_icon {
    float: left;
    margin-right: 20px;
    margin-top: 6px;
}
.share-this {
    margin-top: 30px;
}
.share_icon .fa-share-alt {
    margin-right: 5px;
}
.date-post {
    font-size: 18px;
    margin-bottom: 10px;
}
.blog_details_info h3 {
    font-family: 'Futura PT Book';
    font-weight: normal;
    font-size: 42px;
}
.deals_block {
    display: flex;
}
.d-flex {
    display: flex;
    justify-content: center;
    align-items: center;
}
.deals_email{
    background-color: #1a3966;
    padding: 10px;
}
.deals_form {
    margin-left: 30px;
}
.deals_form h4 {
    font-size: 24px;
    margin-top: 0px;
}
.deals_btn {
    width: auto;
    background-color: #032745;
    border-color: #032745;
    border-radius: 0px;
    position: fixed;
    left: 0px;
    bottom: 0px;
}
.deals_btn:hover{
    background-color: #bc5027;
    border-color: #bc5027;
}
.deals_email img {
    width: 120px;
}
.deals-modal .modal-header {
    border-bottom: 0px;
    padding: 0px;
}
.deals_form .btn-primary {
    background-color: #bc5027;
    border-color: #bc5027;
    color: #fff;
    font-size: 18px;
    padding: 8px 25px;
    transition: all 0.3s linear;
}
.deals_form .btn-primary:hover{
    background-color: #032745;
    border-color: #032745;
    color: #fff;
}
.modal-open {
    padding-right: 0px !important;
}

@media screen and (min-width:1200px){
    .brew_titles h3{
        font-size: 48px;
    }
    .planning_event h3 {
        font-size: 42px;
        margin-bottom: 0px;
    }
}
@media screen and (min-width:991px){
    .welcome_content {
        padding-right: 60px;
    }
    .meeting_page .welcome_content, .planning_event {
        padding-right: 50px;
    }
    .accom_content{
        padding-left: 100px;
    }
    .footer_contact {
        margin-left: 10px;
    }
    .gather_heading_info .brew_titles p, .location_heading .brew_titles p{
        margin: 30px 15%;
    }
    .pop-event{
        display: none;
    }
    .exp_things_text{
        margin: 0px 15%;
        font-size: 20px;
        line-height: 30px;
    }

}
@media screen and (max-width:991px){
    .suites_carousel .customNavigation a.prev {
        left: -10px;
    }
    .suites_carousel .customNavigation a.next {
        right: -15px;
    }
    .package_rule.blog_list{
        margin-left: 0px;
        margin-right: 0px;
    }
    .things_heading, .things_year{
        font-size: 36px;
    }
    .things_year_info img{
        margin-top: 0px;
    }
}
@media screen and (min-width:992px) and (max-width:1199px){
    nav.navbar.bootsnav .navbar-nav > li > a{
        margin: 0px 15px;
    }
    .top_header_list a.book-now-btn{
        width: 125px;
    }
    .navbar-default .navbar-brand{
        bottom: -65px;
    }
    .top_header_list .header_menu {
        margin-right: 30px;
    }
    .accom_content{
        padding-left: 85px;
    }
    .footer_menu li a{
        padding-right: 15px;
        margin-right: 0px;
    }
    .social_icons a {
        margin: 0px 4px;
    }
    .footer_awards ul li:first-child img {
        width: 120px;
    }
    .footer_awards ul li:nth-child(2) img {
        width: 110px;
    }
    .footer_awards ul li img {
        width: 90px;
    }
    .wrap-sticky nav.navbar.bootsnav.sticked .navbar-nav > li:nth-child(3) {
        margin-right: 0px;
    }
    .wrap-sticky nav.navbar.bootsnav.sticked .navbar-nav > li:nth-child(4) {
        margin-left: 55px;
    }
    .wrap-sticky nav.navbar.bootsnav.sticked .nav > li > a {
        padding: 15px 10px;
    }
    .amenties_list .amenties_text{
        max-width: 300px;
    }
    .event-calendar .form-control{
        width: 110px;
    }
}
@media screen and (min-width:768px) and (max-width:991px){
    nav.navbar.bootsnav .navbar-nav > li > a{
        margin: 0px 6px;
        padding: 20px 10px;
    }
    .navbar-nav > li:nth-child(3) {
        margin-right: 35px;
    }
    .navbar-default .navbar-brand{
        bottom: -68px;
    }
    .accom_content{
        padding-left: 60px;
    }
    .accom_content .brew_titles h3 {
        font-size: 30px;
        line-height: 32px;
    }
    .accom_rates_info h4{
        font-size: 20px;
    }
    .accom_rates_info .book-now-btn{
        width: 125px;
    }
    .map_content{
        width: 70%;
    }
    .footer_menu {
        margin-bottom: 20px;
    }
    .social_icons {
        float: none !important;
        text-align: center;
    }
    figure.effect-chico h2 {
        font-size: 30px;
        line-height: 30px;
    }
    .top_header_list ul {
        margin-right: 50px;
    }
    .wrap-sticky nav.navbar.bootsnav.sticked .navbar-nav > li:nth-child(3) {
        margin-right: 0px;
    }
    .wrap-sticky nav.navbar.bootsnav.sticked .navbar-nav > li:nth-child(4) {
        margin-left: 85px;
    }
    .wrap-sticky nav.navbar.bootsnav.sticked .nav > li > a {
        padding: 15px 0px;
    }
    .our_offers_block {
        padding-top: 50px;
    }
    .amenties_list .amenties_text{
        max-width: 200px;
    }
}
@media screen and (min-width:320px) and (max-width:767px){
    nav.navbar.bootsnav .navbar-brand {
        position: static;
    }
    .book_now_btn {
        position: absolute;
        left: 0px;
    }
    .navbar-brand img{
        padding: 10px;
    }
    .navbar-nav > li:nth-child(4){
        margin-left: 0px;
    }
    .navbar-nav > li:nth-child(3){
        margin-right: 0px;
    }
    nav.navbar.bootsnav .navbar-nav > li > a{
        margin: 0px;
        padding: 10px;
    }
    .wrap-sticky nav.navbar.bootsnav.sticked .nav > li > a {
        padding: 10px 10px;
    }
    .brew_titles .inn_text{
        text-align: center;
        margin-left: 0px;
        display: inline;
    }
    .accom_content {
        padding-top: 50px;
        padding-bottom: 35px;
    }
    .our_offers_block {
        padding-top: 50px;
    }
    .history_content {
        padding-bottom: 30px;
    }
    .map_content{
        width: 100%;
    }
    .footer_logo img {
        width: 170px;
    }
    .footer_logo {
        margin-bottom: 30px;
    }
    .accom_bg_info{
        left: 0px;
    }
    .footer_menu {
        text-align: center;
        margin-bottom: 25px;
    }
    .social_icons {
        margin-top: 20px;
        text-align: center;
        float: none !important;
    }
    video{
        height: auto;
    }
    .header_menu li:last-child{
        margin: 0px;
    }
    .wrap-sticky nav.navbar.bootsnav.sticked .navbar-nav > li:nth-child(4), .wrap-sticky nav.navbar.bootsnav.sticked .navbar-nav > li:nth-child(3){
        margin: 0px;
    }
    .contact_heading p {
        font-size: 16px;
        line-height: 25px;
    }
    .package_right_content{
        margin-top: 0px;
    }
    .package_left_image img {
        width: 100%;
    }
    .event_space_tab_content h3, .event_space_tab_content p, .event_space_tab_content ul {
        padding-left: 20px;
        padding-right: 20px;
    }
    .slick_col {
        height: auto;
    }
    .event-calendar-block {
        padding-top: 10px;
        padding-bottom: 20px;
    }
    .privacy_info {
        padding-top: 20px;
    }
    .contact_contact_form_fields{
        padding-left: 20px;
    }
    .welcome_content .brew_titles h3{
        text-align: center;
    }
    .welcome_content h5 {
        text-align: center;
    }
}
@media screen and (min-width:320px) and (max-width:540px){
    .book_now_btn{
        position: inherit;
    }
    .faq_heading .brew_titles h3{
        font-size: 28px;
        padding-bottom: 0px;
        line-height: 30px;
    }
    .faq_page_block, .stay_page_block{
        padding: 30px 0px;
    }
    .top_header_list ul {
        text-align: center;
        float: none !important;
    }
    .top_header_list ul li a{
        margin: 10px 3px;
    }
    .top_header_list a.book-now-btn {
        width: 100%;
        margin-top: 10px;
    }
    .header_menu li:last-child{
        width:auto;
    }
    .welcome_block, .history_block, #owl-demo {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .welcome_content .brew_titles h3 {
        line-height: 30px;
        font-size: 30px;
    }
    #owl-demo .item img{
        height: auto;
    }
    .accom_rates_info h4, .package_right_content h3{
        font-size: 24px;
    }
    .accom_rates_info .book-now-btn, .welcome_info .book-now-btn {
        width: 125px;
    }
    .grid figure img{
        height: auto;
    }
    figure.effect-chico h2, .things_heading, .things_year {
        font-size: 30px;
        line-height: 30px;
    }
    .brew_titles {
        padding-bottom: 0px;
    }
    .footer_menu li {
        display: block;
        margin-bottom: 15px;
    }
    .brew_titles h5{
        font-size: 24px;
    }
    .slider-nav .item-slick{
        font-size: 35px;
    }
    .slider-for {
        padding: 20px;
    }
    .history_years_content p{
        padding-top: 20px;
        text-align: center;
    }
    .welcome_image {
        margin-top: 10px;
    }
    .amenties_list .amenties_text{
        max-width: 200px;
    }
    .book-now-btn {
        width: 100%;
        padding: 10px;
    }
    .contact-heading{
        font-size: 24px;
    }
    .brew_titles h3{
        font-size: 30px;
        line-height: 30px;
    }
    .footer_awards ul li img {
        width: auto !important;
    }
    .footer_awards ul li{
        width: 48%;
    }
    .event-calendar-list ul li a{
        padding: 10px 8px;
    }
    .event-calendar .form-control{
        width: 135px;
    }
    .gather_heading_info .book-now-btn {
        margin-bottom: 20px;
        margin-right: 0px;
    }
    .things_todo{
        padding: 20px 10px;
        margin-bottom: 0px;
    }
    .press_tab .nav-tabs li a{
        font-size: 24px;
        padding: 10px 15px;
    }
    .things_todo ul.nav.nav-tabs li{
        float: none;
        display: block;
    }
    .attraction{
        padding: 10px 20px;
    }
    .attraction .attraction__title{
        font-size: 20px;
        line-height: 26px;
    }
    .accom_content {
        padding-top: 35px;
        padding-bottom: 20px;
    }
    .accom_rates_info{
        padding-top: 5px;
    }
}

@media screen and (min-width:320px) and (max-width:480px){
    .welcome_block{
        padding-top: 30px;
    }
    .footer_awards ul li {
        width: 100%;
        display: block;
    }
    .footer_awards ul li img, .footer_logo img{
        display: block;
        margin: 0px auto;
        width: 175px !important;
    }
    .footer_contact{
        text-align: center;
    }
}