body {
	font-family: 'Roboto Condensed', sans-serif;
	margin: 0;
	background: #00b4c5;
	background: -webkit-linear-gradient(left,#14818c,#00b4c5,#00b4c5,#00b4c5,#00b4c5,#14818c);
	background: -o-linear-gradient(left,#14818c,#00b4c5,#00b4c5,#00b4c5,#00b4c5,#14818c);
	background: -moz-linear-gradient(left,#14818c,#00b4c5,#00b4c5,#00b4c5,#00b4c5,#14818c);
	background: linear-gradient(to right,#14818c,#00b4c5,#00b4c5,#00b4c5,#00b4c5,#14818c); 
}

img {
	border:0;
}

hr {
    border: 0;
    height: 2px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(255, 255, 255, 0.75), rgba(0, 0, 0, 0));
}

.clear {
	clear: both;
}

.red_asterisk {
	color: #ff0000;
}

#body_container {
	width: 1200px;
	margin: auto;
	background: #00b4c5;
}

#body_upper_container {
	position: relative;
	background: url(../img/bg_upper.jpg);
    background-size: 100% auto;
    background-repeat: no-repeat;
}

#body_middle_container {
	background: #00b4c5;
}

#body_page_content {
	margin-top: -20px;
	padding: 20px 40px 20px 40px;
	color: #fff;
	font-size: 105%;
	text-align: justify;
}

#body_page_content h1 {
	text-align: center;
	color: #ffcc40;
}

#body_page_content h2,
#body_page_content h3,
#body_page_content h4,
#body_page_content h5,
#body_page_content h6 {
	margin-top: 0;
	margin-bottom: 0;
	color: #ffcc40;
}

.fot_content a {
	color: #fff;
}

#header-image {
	margin: auto;
	padding-top: 10px;
	text-align: center;
	border-style: none;
}

#menu-container {
	margin: auto;
	text-align: center;
	line-height: 75px;
}

.menu-block {
    display: inline-block;
	vertical-align: middle;
    width: 140px;
    line-height: normal;
	font-weight: bold;
	font-size: 110%;
	font-stretch: ultra-condensed;
	color: #048791;
}

.menu-block a:hover, .menu-block a:active {
	color: #00b4c5 !important;
	text-decoration: none;
}

.menu-block a:link, .menu-block a:visited {
	color: #048791;
	text-decoration: none;
}

.dropdown {
	position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background: rgba(255, 255, 255, 0.7);
    min-width: 250px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 98;
}

.dropdown-content a {
    color: black;
	text-align: left;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.dropdown-content a:hover {
	background-color: #f1f1f1
}

.dropdown:hover .dropdown-content {
    display: block;
}

#status_marquee {
	border-radius: 15px;
	background: rgba(255, 204, 64, 1);
    /* background: rgba(4, 135, 145, 1); */
    width: 500px;
	position: absolute;
	right: 5px;
	top: 5px;
	z-index: 99;
}

#offer_marquee {
	border-radius: 15px;
    background: rgba(255, 204, 64, 1);
    width: 500px;
	position: absolute;
	left: 5px;
	top: 5px;
	z-index: 99;
}

#status_marquee p, #offer_marquee p {
	margin: 0;
	padding: 2px;
}

#status_marquee:hover, #offer_marquee:hover {
	cursor: pointer;
}

#to_show {
	display: none;
	overflow-x: hidden;
	overflow-y: scroll;
	height: 800px;
}

.td_header {
	font-weight: bold;
}

.tr_category td {
	padding-top: 15px;
}

.tr_section td {
	padding-top: 15px;
	text-align: center;
}

.td_first {
	width: 40%;
}

.td_second {
	width: 30%;
}

.td_third {
	width: 30%;
}

.text_green {
	color: #1ab62c;
}

.text_red {
	color: #ff3400;
}

.text_orange {
	color: #e57e19;
}

#master_table {
	margin: 2%;
	border-collapse: collapse;
}

.td_border_first {
	border-left: 1px solid #555;
	border-top: 1px solid #555;
	border-bottom: 1px solid #555;
}

.td_border_second {
	border-top: 1px solid #555;
	border-bottom: 1px solid #555;
}

.td_border_third {
	border-top: 1px solid #555;
	border-bottom: 1px solid #555;
	border-right: 1px solid #555;
}

#welcome_quote_container {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	text-align: center;
	padding-left: 30px;
	padding-right: 30px;
}

.welcome_quote_line {
	display: inline-block;
	vertical-align: middle;
	width: 46%;
	height: 3px;
	background-color: #00b4c5;
}

.welcome_quote_img {
	display: inline-block;
	vertical-align: middle;
	width: 5%;
	height: 28px;
	background: url(../img/welcome_quote_img.png);
	background-repeat: no-repeat;
}

#welcome_quote {
	padding: 2%;
	color: #00b4c5;
	font-size: 600%;
	font-weight: bold;
	text-shadow:
   -3px -3px 0 #fff,  
    3px -3px 0 #fff,
    -3px 3px 0 #fff,
     3px 3px 0 #fff;
}

#etiquette_container {
	margin-left: 30px;
	margin-right: 30px;
}

.area_category {
	text-align: center;
	font-size: 20pt;
	font-weight: bold;
	padding-bottom: 40px;
}

.area_category a:hover, .area_category a:active {
	color: #ffffff !important;
	text-decoration: none;
}

.area_category a:link, .area_category a:visited {
	color: #00b4c5;
	text-decoration: none;
}

.etiquette_middle_container {
	float: left;
	width: 50%;
}

.etiquette_side_container {
	float: left;
	width: 25%;
}

.etiquette_bus_side_container {
	float: left;
	width: 25%;
}

.etiquette_bus_side_container_double {
	float: left;
	width: 50%;
}

.etiquette_icon_holder, .etiquette_bus_icon_holder {
	text-align: center;
	margin-bottom: -40px;
	position: relative;
}

.etiquette_middle_holder {
	width: 500px;
	margin: auto;
}

.etiquette_middle_holder_content {
	background-color: #ffcc40;
	margin-top: -5px;
	height: 300px;
}

.etiquette_side_holder, .etiquette_bus_side_holder  {
	width: 260px;
	margin: auto;
}

.etiquette_side_holder_content {
	position: relative;
	background-color: #ffcc40;
	margin-top: -5px;
	height: 300px;
	text-align: center;
}

.etiquette_bus_side_holder_content {
	position: relative;
	background-color: #ffcc40;
	margin-top: -5px;
	height: 140px;
	text-align: center;
}

.etiquette_side_holder_content > h1, .etiquette_bus_side_holder_content h1 {
	margin-top: 0;
	color: #ffffff;
}

.etiquette_bus_side_holder_content a {
	text-decoration: none;
}

.etiquette_side_holder_content > p {
	color: #ffffff;
	padding-left: 20px;
	padding-right: 20px;
	text-align: center;
}

.etiquette_more_holder {
	position: absolute;
	bottom: 20px;
	left: 50%;
}

.etiquette_more {
	font-size: 130%;
	color: #00b4c5;
	position: relative;
	left: -50%;
}

.etiquette_more a:hover, .etiquette_more a:active {
	color: #ffffff !important;
	text-decoration: none;
}

.etiquette_more a:link, .etiquette_more a:visited {
	color: #048791;
	text-decoration: none;
}

.block-middle-1, .block-middle-2, .block-side-1, .block-side-2, .block-map-1, .block-map-2, .block-side-bus-1, .block-side-bus-2, .block-centbus-1, .block-centbus-2 {
	display: inline-block;
}

.block-middle-1 > img, .block-middle-2 > img {
	width: 250px;
	height: 100px;
}

.block-side-1 > img, .block-side-2 > img, .block-side-bus-1 > img, .block-side-bus-2 > img {
	width: 130px;
	height: 100px;
}

#phone_support_container {
	margin-top: 40px;
	margin-left: 42px;
	margin-right: 42px;
}

#phone_support_container_inner {
	margin: auto;
}

.phone_support_left_container {
	float: left;
	width: 6%;
	height: 60px;
}

.phone_support_right_container {
	float: left;
	width: 94%;
}

.img_block_holder {
	float: left;
	width: 1.5%;
	height: 60px;
}

.phone_support_right_holder_content {
	float: left;
	text-indent: 10px;
	width: 98.5%;
	height: 60px;
	line-height: 60px;
	background-color: #ffcc40;
	font-family: 'Roboto', sans-serif;
	font-weight: bold;
	font-size: 200%;
}

.tri_column_container {
	margin-top: 40px;
	margin-left: 42px;
}

.tri_column_holder {
	position: relative;
	float: left;
	margin-right: 4.2%;
	width: 29.3%;
	height: 500px;
	color: #ffffff;
}

.tri_column_holder > h1 {
	margin-top: 0;
}

.tri_column_holder > p {
	text-align: justify;
}

.tri_column_more_holder {
	position: absolute;
	bottom: 20px;
	left: 50%;
}

.tri_column_more {
	font-size: 130%;
	color: #ffcc40;
	position: relative;
	left: -50%;
}

.tri_column_more a:hover, .tri_column_more a:active {
	color: #ffffff !important;
	text-decoration: none;
}

.tri_column_more a:link, .tri_column_more a:visited {
	color: #ffcc40;
	text-decoration: none;
}

.tri_column_news_entry {
	padding-bottom: 5%;
}

.tri_column_news_img {
	float: left;
	width: 30%;
}

.tri_column_news_content {
	float: left;
	width: 65%;
	padding-left: 4%;
}

.tri_column_news_content p {
	height: 2.6em;
    line-height: 1.3em;
    overflow: hidden;
}

.tri_column_news_content_title {
	font-size: 140%;
	height: 1em;
    line-height: 1em;
    overflow: hidden;
}

.tri_column_news_content_title a {
	color: #fff;
	text-decoration: none;
}

.tri_column_news_content_date {
	font-size: 80%;
	color: #ffcc40;
}

#body_map_container {
	background: url(../img/bg_lower.jpg);
    background-size: 100% auto;
    background-repeat: no-repeat;
	margin-top: 40px;
}

.etiquette_map_container, .etiquette_centbus_container {
	margin-left: auto;
	margin-right: auto;
	width: 1100px;
}

.etiquette_map_holder, .etiquette_centbus_holder {
	padding-top: 35px;
	padding-bottom: 45px;
	width: 1100px;
}

.etiquette_map_holder_content {
	text-align: center;
	background-color: #ffcc40;
	margin-top: -5px;
}

.etiquette_map_holder_content > h1 {
	margin-top: 0;
	color: #ffffff;
}

.etiquette_map_holder_content > img {
	padding-bottom: 45px;
}

.block-map-1 > img, .block-map-2 > img, .block-centbus-1 > img, .block-centbus-2 > img {
	width: 550px;
	height: 100px;
}

.etiquette_centbus_holder_content {
	background-color: #ffcc40;
	margin-top: -5px;
}

.etiquette_centbus_holder_content p {
	margin-top: 0;
}

#body_footer_container {
	margin-top: 40px;
}

.dual_column_container {
	margin-top: 40px;
	margin-left: 42px;
}

.dual_left_column_holder {
	float: left;
	width: 41%;
	color: #ffffff;
}

.dual_left_column_holder > h1 {
	margin-top: 0;
	color: #ffffff;
}

.dual_left_column_holder > h1 > a {
	color: #ffffff;
	text-decoration: none;
}

.dual_left_column_holder img {
	padding-bottom: 2%;
	padding-right: 2%;
}

.dual_right_column_holder {
	float: left;
	width: 55%;
	margin-right: 42px;
	text-align: right;
	color: #ffffff;
}

.dual_right_column_holder > h1 {
	margin-top: 0;
	color: #ffffff;
}

.dual_right_column_holder img {
	padding-left: 2%;
}

#footer_quote_container {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: -20px;
	text-align: center;
	padding-left: 30px;
	padding-right: 30px;
}

.footer_quote_line {
	display: inline-block;
	vertical-align: middle;
	width: 46%;
	height: 3px;
	background-color: #fff;
}

.footer_quote_img {
	display: inline-block;
	vertical-align: middle;
	width: 5%;
	height: 28px;
	background: url(../img/footer_quote_img.png);
	background-repeat: no-repeat;
}

.below_dual_column_container {
	margin-top: 60px;
	margin-left: 42px;
	margin-right: 42px;
}

.below_dual_column_left {
	float: left;
	width: 30%;
}

.below_dual_column_right {
	position: relative;
	float: right;
	text-align: right;
	width: 70%;
	height: 94px;
}

.below_dual_column_right > span {
	position: absolute;
	right: 0;
	bottom: 0;
	color: #fff;
	background-color: #048791;
	font-size: 95%;
	padding-left: 5px;
	padding-right: 5px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

#footer_terms {
	text-align: right;
	font-size: 75%;
	color: #fff;
	margin-top: 20px;
}

#footer_terms > a {
	text-decoration: none;
	color: #fff;
}

.copyright {
	margin-top: 20px;
	margin-bottom: 10px;
	font-size: 80%;
	font-weight: bold;
	color: #fff;
	text-align: center;
}

.fot_columns {
	text-align: justify;
    -webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
    -webkit-column-gap: 50px; /* Chrome, Safari, Opera */
    -moz-column-gap: 50px; /* Firefox */
    column-gap: 50px;
}

.fot_columns > p {
	margin-top: 0;
}

.cam_wrapper {
    border: 1px dashed #ddd;
	box-shadow: 0 0 0 5px #ddd, 0 0 2px 10px #eee;
	background-color: #ffffff;
}

#cont_table td.td_label {
	text-align: right;
	vertical-align: top;
}

#cont_table td.td_input {
	text-align: left;
	width: 280px;
	position: relative;
}

#cont_int_table {
	color: #fff;
}

#cont_int_table input[type="text"], #cont_int_table select {
	width: 330px;
}

#cont_int_table td.td_label {
	text-align: right;
	width: 600px;
	vertical-align: top;
}

#cont_int_table td.td_label_sub {
	text-align: right;
	width: 600px;
	vertical-align: top;
	padding-right: 70px;
	padding-bottom: 15px;
}

#cont_int_table td.td_input {
	text-align: left;
	width: 400px;
	position: relative;
	vertical-align: top;
}

.subm_btn {
	border: 1px solid #fff;
	/* background: #00b4c5; */
	background: #ffbb00;
	/* background-image: -webkit-linear-gradient(top, #00b4c5, #14818c);
	background-image: -moz-linear-gradient(top, #00b4c5, #14818c);
	background-image: -ms-linear-gradient(top, #00b4c5, #14818c);
	background-image: -o-linear-gradient(top, #00b4c5, #14818c);
	background-image: linear-gradient(to bottom, #00b4c5, #14818c); */
	color: #ffffff;
	padding: 20px;
	font-size: 1.3em;
	font-weight: bold;
	text-decoration: none;
}

.subm_btn:hover {
	border: 1px solid #ffbb00;
	background: #00c4d5;
	background-image: -webkit-linear-gradient(top, #00c4d5, #14919c);
	background-image: -moz-linear-gradient(top, #00c4d5, #14919c);
	background-image: -ms-linear-gradient(top, #00c4d5, #14919c);
	background-image: -o-linear-gradient(top, #00c4d5, #14919c);
	background-image: linear-gradient(to bottom, #00c4d5, #14919c);
	color: #ffbb00;
	text-decoration: none;
	cursor: pointer;
	cursor: hand;
}

.required_field {
	position: absolute;
	right: -10px;
}

table.pricelist, table.pricelist tr, table.pricelist td {
	border-collapse: collapse;
	border: 1px solid #ccc;
	text-align: center;
	font-size: 95%;
	padding: 4px;
}

td.header_td {
	background-color: #048791;
}

.feat_container {
	padding-bottom: 150px;
}

.feat_container_single_page {
	padding: 20px 20px 50px 20px;
	margin-bottom: 50px;
	color: #048791;
}

.feat_header {
	background-color: #fff;
	color: #048791;
	padding: 15px 50px 15px 50px;
}

.feat_header a {
	color: #048791;
	font-weight: bold;
}

.feat_header_left {
	width: 70%;
	float: left;
}

.feat_header_right {
	width: 30%;
	float: left;
}

.feat_header_holder {
  display: inline-block;
}

.feat_header_holder img {
  width: auto; 
  height: 100px;    
}

.feat_columns {
	line-height: 16pt;
	font-size: 90%;
	padding: 30px;
	color: #048791;
	text-align: justify;
    -webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
    -webkit-column-gap: 30px; /* Chrome, Safari, Opera */
    -moz-column-gap: 30px; /* Firefox */
    column-gap: 30px;
}

.feat_column_holder {
  display: inline-block;
}

.feat_column_holder img {
  width: 510px; 
  height: auto;    
}

.feat_triple_image {
	float: left;
	width: 32.5%;
	padding-left: 30px;
}

.feat_triple_image img {
	width: 325px;
	height: 230px; 
}

/* ============================================================
  Arrow Box
============================================================ */
#arrow_box {
	display: none;
	text-align: center;
	font-size: 16pt;
	color: #00b4c5;
	position: absolute;
	right: 120px;
	top: 65px;
	z-index: 98;
	width: 270px;
	background: #ffcc40;
	padding: 5px;
	border: 2px solid #ffbb00;
	text-shadow: 1px 1px #555;
}

#arrow_box:after, #arrow_box:before {
	bottom: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

#arrow_box:after {
	border-color: rgba(151, 164, 211, 0);
	border-bottom-color: #ffcc40;
	border-width: 30px;
	margin-left: -30px;
}

#arrow_box:before {
	border-color: rgba(83, 97, 171, 0);
	border-bottom-color: #ffbb00;
	border-width: 33px;
	margin-left: -33px;
}

/* ============================================================
  TollTip
============================================================ */

/* Tooltip container */
.tooltip {
    position: relative;
    display: inline-block;
}

/* Tooltip text */
.tooltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: #555;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;

    /* Position the tooltip text */
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -60px;

    /* Fade in tooltip */
    opacity: 0;
    transition: opacity 1s;
}

/* Tooltip arrow */
.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

/* ============================================================
  PageTop Arrow
============================================================ */
#return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.7);
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 16px;
    top: 13px;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#return-to-top:hover {
    background: rgba(0, 0, 0, 0.9);
}

#return-to-top:hover i {
    color: #fff;
    top: 5px;
}

/* ============================================================
  CUSTOM PAGINATION
============================================================ */
.custom-pagination span, .custom-pagination a {
  display: inline-block;
  padding: 2px 10px;
}

.custom-pagination a {
  background-color: #fff;
  color: #048791;
}

.custom-pagination a:hover {
  background-color: #048791;
  color: #fff;
}

.custom-pagination span.page-num {
  margin-right: 10px;
  padding: 0;
}

.custom-pagination span.dots {
  padding: 0;
  color: gainsboro;
}

.custom-pagination span.current {
  background-color: #048791;
  color: #fff;
}

.loop > h3 > a {
	text-decoration: none;
	color: #ffcc40;
}

.loop a {
	color: #ffcc40;
}

/* ============================================================
  GALLERY
============================================================ */

.format-gallery {
	font-size: 19px;
	font-size: 1.1875rem;
	line-height: 1.473684211;
	margin-bottom: 1.473684211em;
}

.gallery {
	margin: 0 -1.1666667% 1.75em;
}

.gallery-item {
	display: inline-block;
	max-width: 33.33%;
	padding: 0 1.1400652% 2.2801304%;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-1 .gallery-item {
	max-width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-icon img {
	margin: 0 auto;
}

.gallery-caption {
	color: #686868;
	display: block;
	font-size: 13px;
	font-size: 0.8125rem;
	font-style: italic;
	line-height: 1.6153846154;
	padding-top: 0.5384615385em;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}

/* ============================================================
  ORIGINAL THEME CSS
============================================================ */

html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}

/*stratos sidenavbar*/
#mySidenav {
	position: fixed;
}

#mySidenav a {
    position: absolute;
    left: -80px;
    transition: 0.3s;
	padding: 15px;
	padding-left: 90px;
	width: 150px;
	height: 70px;
    text-decoration: none;
    font-size: 12px;
    color: #00b2c4;
	border-radius: 0 15px 15px 0;
	text-align: center;
	z-index: 1 !important;
}

#mySidenav a:hover {
    left: 0;
}

#hotel {
    top: 50px;
	background-color: #00b2c4;
	border: 3px solid #b3f7ff;
}

#food {
    top: 130px;
	background-color: #00b2c4;
	border: 3px solid #b3f7ff;
}

#activity {
    top: 210px;
	background-color: #00b2c4;
	border: 3px solid #b3f7ff;
}

#other {
    top: 290px;
	background-color: #00b2c4;
	border: 3px solid #b3f7ff;
}

#gift_shop {
    top: 490px;
	background-color: #00b2c4;
	border: 3px solid #b3f7ff;
}
@media screen and (max-width: 1219px) {
	#mySidenav {
		display: none;
	}
}

/*gift shop*/
table.gift_shop_table {
	width: 100%;
	height: auto;
	border-collapse: collapse;
	text-align: center;
	font-size: 15px;
}

table.gift_shop_table th {
	color: #222;
	padding: 12px;
	border-top: 1px solid #9F9F9F;
	border-bottom: 1px solid #9F9F9F;
}

table.gift_shop_table td {
	color: #222;
	border-bottom: 1px solid #9F9F9F;
	padding: 10px;
	text-align: left;
}

table.gift_shop_table tr:nth-child(even) {
    background-color: #fff8e6;
}

table.gift_shop_table tr:nth-child(odd) {
    background-color: #ffe499;
}

/*announcement modal*/
#announcement {
    display: none;
    z-index: 999 !important;
	padding-top: 200px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
    cursor: default;
}

.modal-content {
	position: relative;
    margin: auto;
    width: 500px;
    height: 600px;
	background: url(../img/kaimak_popup.jpg);
	background-size: cover;
	/*text-shadow: 4px 4px 6px #000000;*/
	color: #515050;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
    border-radius: 5px 5px 5px 5px;
    padding: 20px 20px 30px 20px;
    z-index: 999 !important;
    -webkit-animation-name: slideIn;
    -webkit-animation-duration: 0.4s;
    animation-name: slideIn;
    animation-duration: 0.4s
}

.modal-content h2 {
    text-align: center;
}

.announcements_logo {
	margin-left: 25px;
	margin-right: 25px;
	vertical-align: middle;
}

/* The Close Button */
.close_black {
    color: #ffffff;
    float: right;
    height: 36px;
    width: 36px;
    font-size: 38px;
    font-weight: bold;
	text-align: right;
}

.close_black:hover,
.close_black:focus {
    color: #00b2c4;
    text-decoration: none;
    cursor: pointer;
}

/* Add Animation */
@-webkit-keyframes slideIn {
    from {opacity: 0} 
    to {opacity: 1}
}

@keyframes slideIn {
    from {opacity: 0} 
    to {opacity: 1}
}

@media screen and (max-width: 840px)  {
    .modal-content {
        top: 15%;
    }
}

.void {
	height: 40px;
}

#btn_covid {
	position: absolute;
	top: 20px;
	left: 280px;
	background-color: transparent;
	border: 2px solid #fff;
	border-radius: 5px;
	color: #fff;
	padding: 16px 32px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 18px;
	font-weight: bold;
	margin: 4px 2px;
	transition-duration: 0.4s;
	cursor: pointer;
}

#btn_covid:hover {
	background-color: #00b2c4;
	color: white;
}

.flex-container {
	display: flex;
}

.half-container {
	width: 50%;
	text-align: center;
}