body, p, * {
    font-family: 'Roboto', sans-serif;
}
.container {
    max-width: 1440px;
    padding-left: 40px;
    padding-right: 40px;
}

a.logo-imperium-img img {
    max-width: 154px !important;
}
/*-------Top Header------*/
.sidenavs {
    width: 65%;
    position: relative;
    z-index: 1;
    top: 0px;
    right: 0;
    background: transparent;
    transition: 0.3s;
    display: block;
    margin: 0 auto;
} 
.sidenavs a {
	text-decoration: none;
	display: block;
	text-transform: capitalize;
	font-weight: 300;
	font-family: Roboto;
	font-size: 18px;
	color: rgba(255,255,255,0.5);
	white-space: nowrap;
	transition: 0.3s;
	padding: 25px 2px;
}
img.icon_down {
    width: 12px;
    opacity: 0.5;
}
ul.top_menu_navigation .dropdown-btn:hover img.icon_down {
    opacity: 1;
}
.header_navigation {
    display: flex;
    position: relative;
    width: 100%;
    height: 100%;
    justify-content: space-between;
    align-items: center;
}
.header_innr_st {
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
}
.top_menu_navigation {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: relative;
  overflow: visible;
}
.top_menu_navigation li {
    position: relative;
    white-space: nowrap;
    padding: 0px 15px;
}
.sidenavs a:hover {
  color: #fff;
}
.sidenavs .closebtn1 {
    position: relative;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
    display: none;
}
.top_menu_navigation a:hover {
    color: #fff;
}
.top_menu_navigation .dropdown-container a:hover {
    color: #fff;
}

span.toggles_menu {
    display: none;
}
.sidenav a:hover, ul.top_menu_navigation .dropdown-btn:hover {
    color: #fff;
}
.top_menu_navigation .dropdown-container {
	display: none;
	padding-left: 8px;
	position: absolute;
	background: #1A4349;
	z-index: 6999899 !important;
	min-width: 180px;
	left: 0;
	padding:0px;
}
.top_menu_navigation li:hover .dropdown-container a:hover {
	background: #4B6467;
}
.top_menu_navigation .dropdown-container a {
  padding: 3px 0;
  text-transform: capitalize;
  transition: 0.3s;
  white-space: pre;
  color: #fff;
  line-height: 36px;
  	padding-left: 15px !important;
	padding-right: 15px;
}
.top_menu_navigation li:hover .dropdown-container {
    display: block;
}
.header.sticky {
    background: #fff;
    box-shadow: 0px 0px 3px #ccc;
}
/*ul.top_menu_navigation .dropdown-container:after {
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 12px solid #cda274;
    position: absolute;
    content: "";
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
}*/
.top_menu_navigation {
    position: relative;
    padding: 0px 0;
    list-style: none;
    margin-bottom: 0;
}
.header_innr_st button.dropbtn:focus {
    outline: none;
}

.header_innr_st .dropdown-content {
    display: none;
    position: absolute;
    background-color: #fff;
    min-width: 200px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    opacity: 1;
    left: 0;
}

.header_innr_st li .dropdown a{
    color: rgba(0,0,0,0.87);
    display: block;
    font-size: 14px;
    font-weight: 500;
    height: 48px;
    line-height: 48px;
    padding: 0 32px;
}

.header_innr_st li .dropdown a:hover{
  background-color: rgba(0,0,0,0.05);
}
.header_innr_st li .dropdown-content a {
    color: rgba(0,0,0,0.87);
    padding: 0 16px;
    text-decoration: none;
    display: block;
    text-transform: none;
    font-size: 1rem;
    height: 50px;  
    border: none;
}
.header_innr_st .dropdown:hover .dropdown-content {
    display: block;
}
.sidenavs a.dropdown-btn {
    cursor: pointer;
}
.header_section {
    background: #1A4349;
    transition: all 0.5s;
    z-index: 997;
    padding: 0px 0;
    top: 0;
    box-shadow: 0px 2px 15px rgb(0 0 0 / 10%);
    filter: drop-shadow(0px 11px 8px rgba(0, 0, 0, 0.25));
    position: relative;
}
.appointment-btn {
    color: #fff;
    white-space: nowrap;
    transition: 0.3s;
    font-size: 18px;
    display: inline-block;
    border: 1px solid #fff;
    width: 103px;
    height: 48px;
    text-align: center;
    line-height: 47px;
    /*font-weight: 700;*/
    font-family: 'Roboto';
    text-decoration: none;
}
.appointment-btn:hover {
	background: #548235;
	color: #fff;
	border-color: #548235;
}
.modal {
    background: rgba(0, 0, 0, 0.8);
}
.modal_cstm_body {
	position: relative;
	background-color: #1A4349;
	border-radius: 6px;
	border: none !important;
	padding: 30px 30px 20px !important;
	max-width: 400px;
	width: 100%;
}
.modal-content {
    height: 100%;
    background: rgba(0,0,0,0.4);
    align-items: center;
    justify-content: center;
}
.modal_cstm_body span.close {
	position: absolute;
	height: 26px;
	width: 26px;
	left: auto;
	right: 10px;
	bottom: auto;
	top: 10px;
	padding: 0px;
	color: rgba(255,255,255,1);
	font-family: Roboto;
	font-weight: 300;
	font-size: 24px;
	line-height: 20px;
	border: 2px solid rgba(255,255,255,1);
	border-radius: 26px;
	text-align: center;
	cursor: pointer;
} 
.modal_cstm_body span.close:hover {
	color: #548235;
	border: 2px solid #548235;
}
.modal_cstm_body h2 {
	text-align: center !important;
	color: #fff !important;
	font-size: 16px;
	font-style: normal;
	font-weight: 300;
	line-height: 27px;
	letter-spacing: 0px;
	/* font-family: "Baskervville" !important; */
	margin-bottom: 25px;
}
form.form input#page_password_protect, form.form input#page_username_protect {
	width: 100%;
	height: 43px;
	border-radius: 3px;
	padding: 0.5rem 1rem;
	border: 1px solid #666;
	margin-bottom: 15px;
	background: #fff;
}
#login_panama .input_classes, #login_bahamas .input_classes{
	width: 100%;
	height: 43px;
	border-radius: 3px;
	padding: 0.5rem 1rem;
	border: 1px solid #666;
	margin-bottom: 15px;
	background: #fff;
}
.modal_cstm_body form.form input[type="submit"] {
	font-family: Roboto !important;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: 21px;
	letter-spacing: 0px;
	text-align: center;
	margin: 0 auto !important;
	right: 0;
	left: 0;
	color: #fff;
	border-color: #fff !important;
	border-radius: 100px !important;
	padding: 15px 40px !important;
	background: transparent !important;
	border: 1px solid !important;
	/* max-width: 120px; */
	display: block;
	margin-top: 40px !important;
	margin-bottom: 30px !important;
}
#error_msg, #error_msg_panama, #error_msg_bahamas {
	display: block;
	width: 100%;
	text-align: center;
	color: rgba(255,0,0);
	margin-top: 10px;
}
.modal_cstm_body form.form input[type="submit"]:hover {
	color: #548235;
	border-color: #548235 !important;
}
/*---------24-06-----------*/
#inquire_model .modal_cstm_body {
    max-width: 980px;
}
form.inquire_form .form-control {
    width: 100%;
    height: 40px;
    border-radius: 3px;
    padding: 0.5rem 1rem;
    border: 1px solid #666;
    margin-bottom: 20px;
    background: #fff;
}
form.inquire_form .form-control:focus {
    outline: none;
    box-shadow: none;
}
form.inquire_form .form-control::-webkit-input-placeholder {
  color: #000000;
}
form.inquire_form .form-control::-moz-placeholder {
  color: #000000;
  opacity: 1;
}
form.inquire_form .form-control::-moz-placeholder {
  color: #000000;
  opacity: 1;
}
form.inquire_form .form-control::-ms-input-placeholder {
  color: #000000;
}
form.inquire_form .form-control::-ms-input-placeholder {
  color: #000000;
}
form.inquire_form .form-control::placeholder {
  color: #000000;
}
#inquire_model .modal_cstm_body h2 {
    font-size: 18px;
    text-transform: uppercase;
}
form.inquire_form textarea.form-control {
    min-height: 70px;
}
.btnfomm_sec input[type="submit"] {
    padding: 10px 20px;
    max-width: 160px;
    display: block;
    margin: 20px auto 0;
}
.custm_radio p {
    margin-bottom: 0;
    color: #fff;
}
.custm_radio {
    display: inline-flex;
    align-items: center;
    position: relative;
    width: 100%;
}
.radio_custom {
    position: relative;
    padding-left: 15px;
    color: #fff;
}
.cstm_label {
    padding: 0 5px;
}

/*-------Footer---------*/
#footer, .bg-pattern {
    color: #fff;
    font-size: 14px;
    background-image: url(../img/footer-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    font-family: 'Roboto';
}
/*.footer-content {*/
/*    font-family: 'Baskervville', serif;*/
/*}*/
.footer-content p {
	font-size: 17px;
	margin-bottom: 0;
	font-weight: 300;
}
.copy_right_txt {
    padding: 30px 0;
    position: relative;
}
#footer .bottom-links a {
    font-size: 14px;
    display: inline-block;
    color: #fff;
    line-height: 1;
    margin-right: 12px;
    text-align: center;
    transition: 0.3s;
    text-decoration: none;
}

@media only screen and (max-width: 1024px) {
.sidenavs {
    width: 0;
    position: fixed;
    background: #1a4349;
    top: 0;
    right: 0;
    height: 100vh;
    z-index: 99;
    overflow-x: hidden;
}
.top_menu_navigation li {
    padding: 0px;
    border-top: 1px solid rgba(255, 255, 255, 0.30);
	margin-left: 10px;
	margin-right: 10px;
}
.top_menu_navigation li:last-child {
	border-bottom: 1px solid rgba(255, 255, 255, 0.30);
}
.top_menu_navigation a:hover {
	background: #4B6467;
}

.header_navigation {
    justify-content: flex-end;
    padding: 0 !important;
}
span.toggles_menu {
    display: inline-block;
    color: #fff;
    font-size: 30px;
    position: relative;
    right: 0;
    top: 0px;
    margin-left: 30px;
}
.top_menu_navigation {
    display: block;
    padding-top: 30px;
}
.sidenavs .closebtn1 {
    line-height: 25px;
    right: 0;
    z-index: 99;
    color: #fff;
    text-align: right;
    display: block;
}
.toggle_mobile_menu {
    display: block;
}
.sidenavs a {
    padding: 15px 15px !important;
	color: #fff;
	font-weight: 400;
}
.sidenavs a i.fa.fa-angle-down {
    color: #fff;
    float: right;
}
ul.top_menu_navigation .dropdown-container {
    background: #1a4349;
    position: relative;
    padding-top: 0;
    padding-bottom: 0;
}

ul.top_menu_navigation .dropdown-container a {
    background: #4b64674d;
    margin: 3px 0px;
    padding: 7px 15px !important;
}
ul.top_menu_navigation .dropdown-container a:last-child {
    margin: 0px;
}
ul.top_menu_navigation .dropdown-container:after {
    display: none;
}
.top_menu_navigation .dropdown-container a:hover {
	color: #fff;
	transition: all 0.4s ease-in-out;
}
.top_menu_navigation .dropdown-container a{
	padding-left: 35px !important;
}
.top_menu_navigation .dropdown-container a {
    padding: 5px 0;
    white-space: nowrap;
}
.toggle_mobile_menu span.fa.fa-bars {
    font-size: 30px;
    color: #286566;
}
.sidenavs .closebtn:hover {
  color: #fff;
}
span.toggles_menu img {
    width: 25px;
}
.restaurant_bar_slider .slick-dots {
    z-index: 9;
}

.mid_menu_header .row {
    margin-left: 0;
    margin-right: 0;
}
span.text_cls {
    font-size: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: space-around;
}
span.text_cls span {
    font-size: 30px;
	padding-left: 10px;
}
.header_section {
    z-index: 99999;
}
body.header_menu_mobile {
    overflow: hidden;
}
.header_section {
	padding-top: 10px;
	padding-bottom: 10px;
}  


.top_menu_navigation li:hover .dropdown-container {
    display: none;
}
header  ul.top_menu_navigation svg {
    width: 14px;
    margin-left: 3px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    z-index: 5;
}
a.dropdown-btn {
    position: relative;
}

}

@media only screen and (max-width: 991px) {
#inquire_model .modal_cstm_body {
    max-width: 760px;
}
.custm_radio {
    flex-wrap: wrap;
    justify-content: flex-start;
}
.radio_custom {
    padding-left: 0px;
}
#inquire_model .modal-content {
	justify-content: flex-start;
}
.model_active.modal {
	z-index: 999999;
}
.model_active.modal.modal_coun_login {
    z-index: 999999;
}

}

@media only screen and (max-width: 767px) {
.footer-content {
	padding-left: 10px;
	padding-right: 10px;
	font-size: 20px;
}

.container {
    padding-left: 10px;
    padding-right: 10px;
}
#inquire_model .modal_cstm_body {
    max-width: 95%;
}
form.inquire_form .form-control {
	margin-bottom: 10px;
}
.modal_cstm_body form.form input[type="submit"] {
    font-size: 16px;
    padding: 10px 30px !important;
    margin-top: 15px !important;
    margin-bottom: 20px !important;
} 
.modal_coun_login .modal-content {
    justify-content: space-evenly;
    /*top: 60px;*/
}
#footer .pt-3 {
    padding-top: 0.5rem!important;
}
.modal_cstm_body {
    border-radius: 0;
}
.modal_cstm_body h2 {
    margin-bottom: 10px;
}
.bg-pattern {
    background-repeat: repeat-y;
    background-size: auto;
} 
.modal_coun_login .modal_cstm_body span.close {
    font-size: 22px;
    line-height: 22px;
}   
}
@media only screen and (max-width: 575px) {
.modal_cstm_body {
    padding: 30px 20px!important;
    max-width: 320px;
} 
#inquire_model .modal_cstm_body {
    max-width: 100%;
}
span.toggles_menu {
    margin-left: 20px;
}
.appointment-btn {
    font-size: 16px;
    height: 40px;
    line-height: 40px;
	width: 90px;
} 
.row.rowcstms {
    flex-direction: column-reverse;
}
.spntxtsdt p span.d-block {
    max-width: 260px;
    margin: 0 auto;
}
#footer, .bg-pattern {
    background-repeat: repeat-y;
    background-size: auto;
}
} 
@media only screen and (max-width: 430px) {

.header_logo img {
    width: 100%;
}
}
@media only screen and (max-width: 374px) {

.header_logo img {
    width: 100%;
}
} 