body
{
	font-family: 'Poppins';

}

main
{
	padding-bottom: 0px;
	margin-top: 0px;
}

html
{
	height: 100%;
}

a
{
	color: #ebebeb;
	text-decoration: none;
}

a:hover
{
	color: #fff;
	text-decoration: none;
}

.header
{
	/*background-repeat: no-repeat;
	background-image: url(background1.png);
	background-size: 100% 100%;
	*/
	background-position: center center;
	background-color: #092d74;
    -webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
  	padding:40px 20px;
}

.header_bg_homepage{
	background-image: url(background1.png);
	height: 60vh;
}

.header .vertical_separator {
	color: #fff; 
	display: inline-block;
	font-size: 22pt;
	padding-right: 10px;
}

.btn-blu-dyn
{
	background-color: #4682e2;
	border:1px solid #4682e2;
	color: white;
	padding: 0 30px;
}

.content-logo
{
	width: 100%;
}

.img-logo
{
	width: 100%;
}

.wrap-navbar
{
	position: relative;
}

ul.nav-stacked
{
	width: 48%;
	min-width: 82px;
	float: right;
}
.nav>li>a
{
   	padding: 0px 5px;
}
.nav-pills>li>a
{
	border-radius: 1px;
}
/*.disabled
{
	width: 100%;
	display: block;
	box-shadow: -10px 0px 0px 0px rgba(50, 77, 110, 0.7);
}


.datepicker .disabled
{
	width: auto !important;
	display: block;
	box-shadow: -10px 0px 0px 0px rgba(50, 77, 110, 0.7);
}
*/

.navbar .nav-link span, .navbar .button-item span{
	text-shadow:#474747 3px 3px 2px;
}

h5 {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 1rem;
    font-weight: 600;
    color: #002d74;
}

h5.modal-title:before,
h5.modal-title:after {
    content: '';
    border-top: 1px solid;
    margin: 0 20px 0 0;
    flex: 1 0 20px;
}

h5.modal-title:after {
    margin: 0 0 0 20px;
}

.btn-searchbar
{
	width: 100%;
    background-color: #2fa0e4;
    color: #fff;
    margin-top: 8px;
}

.label-tab
{
	font-size: 1rem;
	line-height: 2;
	text-align: left;
	padding-left: 0px;
	padding-top: 3px;
}

.wrapper-tour
{
	margin: 0vw 5vw;
}
.formcontrol-custom
{
	width: 60% !important;
	margin-top: 25px; 
}
.table-tour-detail
{
	border:2px solid #9c7b46;
	width: 100%;
}
.table-tour-detail tr td{
	padding: 5px;
}
.table-tour-inner
{
	width: 100%;
}
.title-tour-detail
{
	font-size: 18pt;
	color: #fff;
	padding: 10px;
}
.title-package
{
	font-size: 14pt;
	color: #092d74;
	font-weight: 600;
}
.label-room
{
	font-size: 16pt;
	color: #092d74;
	font-weight: 600;
	padding: 10px;
}
.label-totalpax
{
	font-size: 12pt;
	color: #092d74;
	font-weight: 600;
}
.value-totalpax
{
	font-size: 20pt;
	color: #092d74;
	font-weight: 600;
}
.btn-min-qty
{
	background-color: #b8e1f4;
	color: #fff;
	border-radius: 50%;
}
.btn-min-qty:hover
{
	background-color: #b8e1f4;
	color: #808080;
	border-radius: 50%;
}
.btn-plus-qty
{
	background-color: #082969;
	color: #fff;
	border-radius: 50%;
}
.btn-plus-qty:hover
{
	background-color: #082969;
	color: #808080;
	border-radius: 50%;
}
.input-title-label
{
	font-size: 14pt;
	color: #222222;
}
.input-subtitle-label
{
	font-size: 10pt;
	color:#808080;
}
.input-group
{
	/*display: block !important;*/
}
.roomtype
{
	font-size: 12pt;
	color: #222222;
	font-weight: 600;
}
.addroom
{
	font-size: 14pt;
	color:#1a3974;
	font-weight: 600;
	cursor: pointer;
}
.book-class
{
	font-weight: 600;
}
.total-prc
{
	font-size: 14pt;
	color: #1a3974;
	font-weight: 700;
}
.btn-book{
	width: 100%;
	padding: 5px;
	background-color: #1a3974;
	font-size: 18px;
	padding:15px;
	color: #fff;
	font-weight: 600;
	letter-spacing: 1px;
}
@media(max-width: 1440px){
	.btn-book{
		font-size: 12pt;
	}
	.btn-tour-details .btn-book{
		font-size: 13pt;
	}
	.btn-payment{
		font-size: 11pt;
	}
}
.table-book
{
	margin-top:0px;
}
.table-book tbody td
{
	border-top:none;
}
.table-book tfoot td
{
	border-top:1px solid #1a3974;
}
.helpinfo
{
	margin: 20px 0px;
}
.helpinfo-detail
{
	font-size: 14pt;
	font-weight: 600;
}
.helpinfo-contact
{
	font-size: 14pt;
}

.navbar{
	display: flex;
	align-items:flex-end;
}

/*
.navbar-nav
{
	background-color: transparent;
	position: relative;
	width: 100%;
}

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255,255,255,1);
}


.nav-item
{
	position: relative;
	width: 10vw;
	padding-left: 0;
	padding-right: 0;
}*/
/*
@media(min-width: 768px){

.navbar-expand-md .navbar-collapse{
	display:block !important;
}
.navbar-nav
{
	display: block;
	flex-direction:auto;
}

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255,255,255,1);
}


.nav-item
{
	position: relative;
	width: auto !important;
	padding-left: 6%;
	padding-right: 0;
	float:right;
}
}
*/


@media(min-width: 1100px){
	
	
	.ml-custom{
		margin-left: 0px;
	}
}

@media(min-width: 1100px){
	
	
	.ml-custom{
		margin-left: calc(8% - 55px);
	}
}

@media(min-width: 1300px){
	
	
	.ml-custom{
		margin-left: calc(9% - 55px);
	}
}

@media(min-width: 1600px){
	
	
	.ml-custom{
		margin-left: calc(10% - 55px);
	}
}


#newsearch .nav-item
{
	position: relative;
	width: auto;
	padding-left: 0;
	padding-right: 0;
}

.nav-item.tab-hp
{
	box-shadow: -10px 0px 0px 0px #324d6e;
	width: 20vw;
	margin:0;
}



.navbar-toggler
{
	background-color: #4d5156;
	position: absolute;
    right: 20px;
    top: 45px;
}

.nav-link
{
	font-size: 14pt;
	text-align: center;
}

.navbar-dark .navbar-nav .nav-link{
    color: rgba(255,255,255,1) !important;
    text-decoration: none;
}

.navbar-dark .navbar-nav .nav-link:focus span, .navbar-dark .navbar-nav .nav-link:hover span{
    border-bottom: 2px solid orange;
}

.navbar-dark .navbar-nav .nav-link.active span{
    border-bottom: 2px solid orange;
}

#collapsibleNavbar {
	margin-top: 0px;
}

.float-button
{
	top: 0;
	position: absolute;
	right: 0;
	display: block;
	padding:0px 14px;
}

.button-item
{
	display: inline-block;
	padding: 5px 7px;
	color: #fff;
}

.wrapper-header-content
{
	position: relative;
	height: 100%;
}

.header-content
{
	font-size: 36pt;
	color:#fff;
	text-align: center;
	position: absolute;
	bottom: 40%;
	width: 100%;
}

.content-search
{
	background-color: #043a7b;
	color: #ebebeb;
	min-height: 120px;
	padding: 5px 15px 20px 15px;
}

.content-search-item-wrap
{
	margin: 0vw 2vw;
	min-height: 58px;
	padding: 10px 25px;
}

.content-search-item
{
	font-size: 14pt;
	font-weight: 400;
	text-decoration: none;
	text-align: center;
}

.content-search-item:hover
{
	text-decoration: underline;
}

.content-search-item2
{
	font-size: 14pt;
	font-weight: 400;
	text-align: center;
}

.search-input
{
	position: relative; margin-top: 0px;
}

.img-placeholder {
    color: #002d74;
    font-style: italic;
    font-size: 12pt;
    position: absolute;
    top: 7px;
    left: 20px;
	font-weight: 600;
}

.search-destination
{
	margin:0px 25px;
}

.label-dest-search
{
	color: #fff;
	font-weight: 300;
	font-size: 16pt;
}
body .modal.modal-checkout, body .modal{
	z-index: 1000 !important
}
body .modal-backdrop{
	z-index: 999 !important;
}
.content-white
{
	background-color: #fff;
	padding: 25px 0px;
}

.content-white-title {
    color: #002d74;
    font-size: 40pt;
    font-weight: 300;
    text-align: center;
    line-height: 1;
}


.details_page .content-white
{
	background-color: #fff;
	padding: 25px 0px;
	margin: 2vw 5vw;
	position: relative;
}
.details_page .content-white-title {
    color: #002d74;
    font-size: 40pt;
    font-weight: 600;
    text-align: left;
    line-height: 1;
}


.details_page .content-white-title2 {
    color: #002d74;
    font-size: 40pt;
    font-weight: 400;
    text-align: left;
    line-height: 1;
}


.details_page .content-white-subtitle-label
{
	color: #002d74;
    font-size: 14pt;
    font-weight: 400;
    text-align: center;
    display: inline-block;
}

.details_page .content-white-subtitle {
    color: #002d74;
    font-size: 18pt;
    font-weight: 400;
    text-align: center;
    display: inline-block;
}

.details_page .content-white-subtitle2 {
    color: #787878;
    font-size: 18pt;
    font-weight: 400;
}

.details_page .tabmenu
{
	margin:10px 0px;
}

.details_page .tabmenu span
{
	color:#a27c2a;
	font-size: 14pt;
	border-bottom: none;
	cursor: pointer;
}

.details_page .tabmenu.active span
{
	color:#b9babb;
	font-size: 14pt;
	border-bottom: 3px solid #002d74;
	cursor: pointer;
	
}



.details_page .collapsible {
  background-color: #fff;
  color: #a27c2a;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 20pt;
  border-bottom: 1px solid #a27c2a;
}

.details_page .collapsible:hover
{
	color: #d3ab55;
}

.details_page .collapsible.active:hover
{
	color: #004ac2;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.details_page .collapsible.active  {
  background-color: #fff;
  color: #002d74;
}

/* Style the collapsible content. Note: hidden by default */
.details_page .content {
  padding: 0 18px;
  display: none;
  overflow: hidden;
  background-color: transparent;
}

.details_page .collapsible:after {
	font-family: "Font Awesome 5 Free";
	font-style: normal;
	font-weight: 900;
  	content: "\f078";
  	font-size: 18pt;
  	color: #a27c2a;
  	float: right;
  	margin-left: 5px;
  	margin-top: 10px;
}

.details_page .collapsible.active:after {
	font-family: "Font Awesome 5 Free";
  	content: "\f077";
  	color: #002d74;
  	font-weight: 900;
  	font-size: 18pt;
  	color: #002d74;
  	float: right;
  	margin-left: 5px;
  	margin-top: 10px;
}


.writerev
{
	position: absolute;
	right: 20px;
	top: 20px;
}

.writerev_span
{
	font-size: 10pt;
	color: #002d74;
	cursor: pointer;
}

.content-white-title2 {
    color: #002d74;
    font-size: 40pt;
    font-weight: 300;
    text-align: left;
    line-height: 1;
}

.content-white-subtitle {
    color: #787878;
    font-size: 18pt;
    font-weight: 300;
    text-align: center;
}

.content-white-title-insta
{
	color: #002d74;
	font-size: 22pt;
    font-weight: 600;
    text-align: center;
    line-height: 1;
}

.content-white-subtitle-insta {
    color: #787878;
    font-size: 12pt;
    font-weight: 600;
    text-align: center;
}

.insta-tag
{
	position: absolute;
	top: 10px;
	right: 10px;
	width: 25px;
	height: 25px;
}


.tab-menu-white
{
	display: block;
	margin-top: 50px;
	margin-left: 3vw;
	margin-right: 3vw;
	display: flex;
	flex-wrap: wrap;
	border-bottom: none;
}



.list-tab-item {
    display: inline-block;
    color: #b9babb;
    font-size: 11pt;
    font-weight: 600;
    padding: 0px 20px;
    width: auto;
    float: none;
}

.list-tab-item>a {
    color: #b9babb;
}

.list-tab-item>a:hover
{
	color: #525050;
}

.list-tab-item.active {
    display: inline-block;
    color: #002d74;
    font-size: 11pt;
    font-weight: 700;
}


.list-tab-item>a.active
{
	color: #002d74 !important;
}

.list-tab-item.active>a:hover
{
	color: #2671cc;
}

.owl-carousel .owl-item img.main_image {
    display: block;
    width: 100% !important;
}

.owl-carousel .owl-item img.owl-d-inline {
    display: inline-block !important;
    width: auto !important;
}

.owl-country >.owl-nav
{
	display: block !important;
}

.owl-country> .owl-prev, .owl-country >.owl-next
{
	display: block !important;
}

.owl-country .owl-nav button.owl-prev
{
	position: absolute;
	left: 1%;
	bottom: 50%;
}

.owl-country .owl-nav button.owl-next
{
	position: absolute;
	right: 1%;
	bottom: 50%;
}

.owl-full-width >.owl-nav
{
	display: block !important;
}

.owl-full-width> .owl-prev, .owl-full-width >.owl-next
{
	display: block !important;
}

.owl-full-width .owl-nav button.owl-prev
{
	position: absolute;
	left: -3%;
	bottom: 50%;
}

.owl-full-width .owl-nav button.owl-next
{
	position: absolute;
	right: -3%;
	bottom: 50%;
}

.owl-same-height .owl-stage {
    display: flex !important;
}
.owl-same-height .owl-item img.main_image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-width: initial;
}

#owl-country2 >.owl-nav, .custom_owl >.owl-nav
{
	display: block !important;
}

#owl-country2> .owl-prev, #owl-country2 >.owl-next,#owl-country> .owl-prev, #owl-country >.owl-next,.custom_owl> .owl-prev, .custom_owl >.owl-next
{
	display: block !important;
}

#owl-country2 .owl-nav button.owl-prev,.custom_owl .owl-nav button.owl-prev
{
	position: absolute;
	left: 1%;
	bottom: 50%;
}

#owl-country2 .owl-nav button.owl-next,.custom_owl .owl-nav button.owl-next
{
	position: absolute;
	right: 1%;
	bottom: 50%;
}

#owl-insta >.owl-nav
{
	display: block !important;
}

#owl-insta> .owl-prev, #owl-insta >.owl-next
{
	display: block !important;
}

#owl-insta .owl-nav button.owl-prev
{
	position: absolute;
	left: 1%;
	bottom: 50%;
}

#owl-insta .owl-nav button.owl-next
{
	position: absolute;
	right: 1%;
	bottom: 50%;
}

.img-dest
{
	height: 400px; width: 100%; opacity:1; position: relative;
}

.img-dest2 {
    /*height: 170px;*/
    height: 100%;
    width: 100%;
    opacity: 1;
    position: relative;
}

.img-dest3
{
    height: 350px;
    width: 100%;
    opacity: 1;
    position: relative;
}

.content-owl-bottom
{
	position: absolute;
	width: 100%;
    bottom: 0;
    padding: 10px 20px;
    background-image: linear-gradient(rgba(0, 0, 0, 0.36), rgba(0, 0, 0, 0.56));
}

.owl-bottom-p {
    position: absolute;
    width: 100%;
    bottom: 45px;
    padding: 20px;
    color: #fff;
    line-height: 1.2;
    font-size: 11pt;
    text-align: justify;
}

.owl-bottom-city {
    color: #fff;
    font-size: 22pt;
    font-weight: 700;
}

.book-sign
{
	position: absolute;
	right:20px;
	bottom: 20px;
	font-size: 11pt;
	color:#fff;
}

.gallery-item
{
	position: relative;
}

.gallery-item-img
{
	width: 100%;
	height: 320px;
}

.gallery-item-label {
    position: absolute;
    width: 100%;
    text-align: center;
    top: 40%;
    left: 0%;
    font-size: 24pt;
    color: #fff;
    font-weight: 600;
    text-shadow: 4px 4px rgba(0, 0, 0, 0.3);
    height: 100%;
}

.us-img
{
	height: 150px;
	width: 150px;
}

.content-us
{
	margin: 0px 50px;
}

.backtotop
{
	position: fixed;
	bottom: 20px;
	right: 20px;
	display: none;
	z-index: 9999;
}

.us-info-title
{
	font-size: 11pt;
	color: #1e1f24;
	font-weight: 700;
	margin:5px 0px;
}

.us-info {
    min-height: 150px;
 	height:auto;
    max-height: 300px;
    max-width: 250px;
    padding: 5px 10px;
    font-size: 9pt;
    color: #1e1f24;
    line-height: 1.4;
    font-weight: 600;
}

.owl-tag {
    position: absolute;
    right: 0;
    top: 8%;
    color: #fff;
    padding: 0px 8px;
    font-size: 15pt;
}

.owl-tag1
{
	background-color: #072ce4;
}

.owl-tag2
{
	background-color: #300594;
}

.owl-tag3
{
	background-color: #e407d5;
}

.owl-tag4
{
	background-color: #987734;
}

.itin-info-title {
    font-size: 10pt;
    padding-top: 10px;
    color: #002d74;
    font-weight: 700;
    line-height: 1.2;
}

.itin-info-code {
    color: #404248;
    font-size: 8pt;
    font-weight: 700;
}

.label-pre-price {
    font-size: 8pt;
    font-weight: 700;
    color: #404248;
}

.label-price
{
	font-size: 16pt;
	color: #002d74;
	font-weight: 700;
}

.label-tax {
     color: #404248;
    font-size: 8pt;
    font-weight: 700
}

.img-itin
{
	margin-top: 70px;
}
.img-dest-itin-info
{
	position: relative;
	background-color: #fff;
	bottom: 0;
	width: 100%;
	display: none;
}

.img-responsive
{
	max-width: 100%;
	height: auto;
	display: block;
}

.img-responsive-tr
{
	width: 100%;
	max-width: 100%;
	height: 250px;
	display: block;
}

.img-responsive-award
{
	max-width: 120%;
	height: auto;
	display: block;
}


hr
{
	border-top: 1px solid #c3c3c3;
}

hr.gray-hr
{
	border-top: 1px solid #c3c3c3;
	margin:2rem 0;
}

hr.gray-hr2
{
	border-top: 1px solid #c3c3c3;
	margin-left:-1rem;
	margin-right:-1rem;
	margin-top: 2rem;
	margin-bottom: 2rem;
}

a.footer-a {
    color: #58595b;
    font-weight: 600;
    text-decoration: none;
    line-height: 2.2;
    font-size: 10pt;
}

.container-footer
{
	margin:0px 50px 25px 50px;
	position: relative;
}
@media (max-width: 767px){
	.content-search .container-footer
	{
		margin:0px;
	}
}


.container-copyright {
    padding: 15px 40px;
    background: #f1f1f2;
}

.copyright-label {
    color: #002d74;
    font-weight: 700;
    font-size: 9pt;
    position: relative;
    top: 40%;
    text-align: left;
}

.label-footer {
    font-weight: 700;
    color: #58595b;
    font-size: 10pt;
    line-height: 2.4;
}

.no-footer
{
    font-size: 10pt;
    font-weight: 600;
    color: #58595b !important;
    line-height: 2.4;
}

.wrap-award
{
	min-height: 150px;
	height: auto;
	top: 30%;
	position: relative;
}

.img-store-app
{
	max-width: 75%;
}

.reward_top_area{
	margin-bottom: 35px;
}

.reward_mid_area{
	margin: 40px 0;
}

@media(max-width: 1199px)
{

}

@media(max-width: 991px)
{
	.navbar-expand-md {
		-ms-flex-flow: wrap !important;
		flex-flow: wrap !important;
		-ms-flex-pack: wrap !important;
		justify-content: flex-start;
	}

	.nav-item {
	    width: 12vw;
	}

	.nav-link
	{
		font-size: 12pt;
		text-align: center;
	}

	#collapsibleNavbar {
		margin-top: 0px;
		width: 100%;
	}
}

@media (width: 768px)
{
	.navbar-expand-md .navbar-toggler {
	    display: block;
	    right: 3%;
	}

	.navbar-expand-md > .navbar-collapse > .navbar-nav {
	    -ms-flex-direction: row;
	    flex-direction: column;
	    /*top: 25px;*/
	    display: none;
	}

	.navbar-expand-md > .navbar-collapse.show > .navbar-nav {
	    -ms-flex-direction: row;
	    flex-direction: column;
	    /*top: 25px;*/
	    display: block;
	}
}

.modal.show{
	box-shadow: none;
}

.valign-top{
	vertical-align: top;
}
.valign-middle{
	vertical-align: middle;
}

.btn-add-cart {
    font-size: 9pt;
    color: #fff;
    background-color: #002d74;
    padding: 5px 20px;
    border: 1px solid #002d74;
    border-radius: 10px;
    margin: 10px;
}

.numcart_mobile{
	display: none !important;
}
@media(max-width: 768px)
{	

	.copyright-label{
		top: 0px !important;
	}

	#order-checkout .jrpass_num p{
		margin-top: 0px !important;
	}

	.numcart_mobile{
		display: inline-block !important;
	}

	.checkout-right-area{
		margin-top: 40px;
	}
	.table-countdown{
		border-top:1px solid #dee2e6;
	}

	#order-checkout .w-80,#tour-checkout .room-wrapper .w-80{
		width: 60% !important;
	}
	#order-checkout .w-20,#tour-checkout .room-wrapper .w-20{
		width: 40% !important;
	}

	#tour-checkout form h1{
		font-size: 20px;
	}	

	#jrpass-checkout .ico-delete,#store-checkout .ico-delete{
	    position: relative;
	    margin: 20px auto;
	    top: auto;
	    right: auto;
	    display: block;
	}
	#tour-checkout .ico-delete{
	    position: relative;
	    margin: 10px;
	    top: -10px;
	    right: auto;
	    display: block;
	}

	.label-tab{
		font-size: 13px;
	}

	.owl-full-width .owl-nav button.owl-next{
		right:0px;
	}

	.owl-carousel .owl-item{
		padding:0 20px;
	}
	.header_bg_homepage {
		height: 30vh;
		padding: 0px;
	}

	.header-content {
		bottom: 50%;
		font-size: 10px;
		letter-spacing: 8px;
	}

	h1.big_title{
		font-size: 25px !important;
	}


	.reward_top_area{
		margin-bottom: 15px;
	}

	.reward_mid_area{
		margin: 20px 0;
	}

	#collapsibleNavbar {
	    position: absolute;
	    top: 80px;
	    margin-top: 0px;
	    right: 0px;
	}
	
	.header{
		padding:20px;
	}

	.content-white-title{
		font-size: 30px;
		line-height: 36px;
	}

	.navbar-nav {
	    height: auto;
	    background-color: rgba(46, 46, 46, 0.9);
	    position: relative;
	    width: 30% !important;
	    min-width: 180px !important;
	    right: 20px;
	    top:5px;
	    z-index: 999;
	    position: absolute;
		  display: flex;
		  flex-direction: column;
	}

	.nav-item
	{
		position:relative;
		width: 100%;
		padding-left: 10px;
		padding-right: 10px;
	}

	.nav-link
	{
		font-size: 12pt;
		text-align: right;
	}

	#collapsibleNavbar {
		margin-top: 0px;
	}

	.navbar-collapse{
			-ms-flex-preferred-size: 100%;
			flex-basis: 100%;
			-ms-flex-positive: 1;
			flex-grow: 1; 
			-ms-flex-align: center;
			align-items: center;
			position: absolute;
			top: 8.5vh;
			right: 0;
		}
}

@media(max-width: 699px)
{
	.content-search-item
	{
		font-size: 10pt;
		font-weight: 400;
		text-decoration: none;
	}

	.content-search-item2
	{
		font-size: 12pt;
		font-weight: 300;
		text-align: center;
	}

	.content-logo
	{
		width: 80%;
	}

	.list-tab-item {
	    display: block;
	    color: #b9babb;
	    font-size: 11pt;
	    font-weight: 600;
	    padding-left: 20px;
	    padding-top: 5px;
	    width: 50%;
	    float: left;
	}

	#collapsibleNavbar {
		margin-top: 0px;
	}


}

@media(max-width: 768px)
{
	.header_bg_homepage {
		height: 30vh;
		padding: 0px;
	}

	.header-content {
		bottom: 50%;
		font-size: 10px;
		letter-spacing: 8px;
	}
}

@media(max-width: 599px)
{
	.navbar-brand
	{
		/*padding-top: 3rem;*/
		padding-top: 0px;
	}

	.navbar-toggler {
		right: 20px;
		top: 50px;
	}

	.header_bg_homepage {
		height: 30vh;
		padding: 0px;
	}

	.header .button_text {
		display: none;
	}



	.button-item {
		padding: 0px;
		margin-right: 0px;
	}

	.header-content {
		bottom: 50%;
		font-size: 10px;
		letter-spacing: 8px;
	}

	.search-input
	{
		position: relative; margin-top: 10px;
	}

	.content-search-item2 {
	    font-size: 10pt;
	    font-weight: 300;
	    text-align: center;
	}

	#owl-country .owl-nav button.owl-next
	{
		position: absolute;
		right: -6%;
		bottom: 50%;
	}

	#owl-itin .owl-nav button.owl-next
	{
		position: absolute;
		right: -6%;
		bottom: 50%;
	}

	#owl-country > .owl-nav {
		display: none !important;
	}

	#owl-country2 > .owl-nav {
		display: none !important;
	}

	#owl-insta > .owl-nav {
		display: none !important;
	}

	#collapsibleNavbar {
		margin-top: 0px;
	}


}

@media(max-width:399px)
{
	.header {
		height: 30vh;
		padding: 0px;
	}

	.header-content {
		bottom: 50%;
		font-size: 22px;
		letter-spacing: 8px;
	}

	.content-search-item
	{
		font-size: 9pt;
		font-weight: 400;
		text-decoration: none;
		text-align: center;
	}

	.content-search-item-wrap
	{
		margin-left: 5px;
		min-height: 58px;
		padding: 10px 5px;
	}

	.nav-link
	{
		font-size: 8pt;
		text-align: right;
	}
}

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) 
{ 
	.header {
		height: 75vh;
		padding: 0px;
	}

	.nav-item
	{
		width: 12.5%;
	}

	.nav-link
	{
		font-size: 12pt;
	}

	.wrapper-header-content
	{
		position: relative;
		height: 100%;
	}
}


/* YNT:20190408 - Search Content */
.content-search
{
	background-color: #2d3f57;
	color: #ebebeb;
	min-height: 120px;
	padding:40px 15px 40px 15px;
}

#newsearch .nav-item{
	margin:0 20px 0 0;
}
@media (max-width: 991px){
	#newsearch .nav-item{
		margin:0 10px 0 0;
	}
}

#newsearch .nav-pills .nav-link, 
#newsearch .nav-pills > li.disabled .nav-link {
    color: #fff;
    background-color: #1a3457;
}

#newsearch .nav-pills .nav-link.active, 
#newsearch .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #E4BA3C;
    position: relative;	
}

#newsearch .nav-pills .nav-link.active p{
	color:#0A2447;
}

#newsearch .nav-pills .nav-link.active:after,
#newsearch .nav-pills .nav-link.active:before
{
	left: 45%;
	top: 120%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

#newsearch .nav-pills .nav-link.active:after {
	border-color: rgba(229, 187, 60, 0);
	border-top-color: #E4BA3C;
	border-width: 6px;
	margin-top: -10px;
	z-index: 99;
}

#newsearch .nav-pills>li.disabled .nav-link:after {
	border-color: transparent;
	border-top-color: transparent;
	border-width: 6px;
	margin-top: -7px;
	z-index: 99;
}

#newsearch .nav-pills .nav-link {
     border-radius: 4px; 
}

#newsearch .nav-pills>li.active>a, 
#newsearch .nav-pills>li.active>a:focus, 
#newsearch .nav-pills>li.active>a:hover {
    color: #fff;
    background-color: #f6c633;
}

#newsearch .tab-content{
	margin-top:20px;
	background-color: #102747;
	border-radius: 5px;	
	color: white;
}
#newsearch .content-tab-pane{
	padding:40px 20px 20px;
}
#newsearch #flight_tab .content-tab-pane{
	padding:20px 20px;
}

@media(max-width: 991px){
	#newsearch .nav-item{
		width: auto;
	}
	#newsearch .nav-pills .nav-link, 
	#newsearch .nav-pills>li.disabled .nav-link {
	    color: #fff;
	    background-color: #324d6e;
	    box-shadow:none;
	}

	#newsearch .nav-pills .nav-link.active, 
	#newsearch .nav-pills .show>.nav-link {
	    color: #fff;
	    background-color: #E4BA3C;
	    position: relative;
	    box-shadow: none;
	}

	/*#newsearch .nav-pills .nav-link.active:after {
		border-color: transparent;
		border-left-color: transparent;
		border-width: 6px;
		margin-top: -7px;
		z-index: 99;
	}	*/
}
@media(max-width: 768px){
	
	#newsearch .nav-pills .nav-link.active:after {
		border-color: rgba(229, 187, 60, 0);
		border-top-color: #E4BA3C;
		border-width: 6px;
		margin-top: -13px;
		z-index: 99;
	}
	.menu-tab p{
		padding:0px;
		line-height: 1.3;
	}

	#newsearch .nav-item {
		width: auto;
	    margin: 0 20px 0 0;
	    padding-left: 0px;
	    padding-right: 0px;
	}

	#newsearch .nav>li>a{
		padding: 5px 25px !important;
	}
}

@media(max-width: 767px){

	#newsearch .nav-pills .nav-link.active:after {
		border-color: rgba(229, 187, 60, 0);
		border-top-color: #E4BA3C;
		border-width: 6px;
		margin-top: -13px;
		z-index: 99;
	}
	.menu-tab p{
		padding:0px;
		line-height: 1.3;
	}

	#newsearch .nav-item {
		width: auto;
	    margin: 0 8px 0 0;
	    padding-left: 0px;
	    padding-right: 0px;
	}

	#newsearch .nav>li>a{
		padding: 5px 20px !important;
	}
}
@media(max-width: 736px){
	#newsearch .nav-item {
		width: auto;
	    margin: 0 10px 0 0;
	    padding-left: 0px;
	    padding-right: 0px;
	}

	#newsearch .nav>li>a{
		padding: 5px 18px !important;
	}
}

@media(max-width: 667px){
	#newsearch .nav-item {
		width: auto;
	    margin: 0 10px 0 0;
	    padding-left: 0px;
	    padding-right: 0px;
	}

	#newsearch .nav>li>a{
		padding: 5px 18px !important;
	}
}
@media(max-width: 564px){
	#newsearch .nav>li>a{
		padding: 5px 18px !important;
	}
}
@media(max-width: 568px){
	#newsearch .nav>li>a{
		padding: 5px 17px !important;
	}
}

@media(max-width: 544px){
	#newsearch .nav>li>a{
		padding: 5px 15px !important;
	}
}

@media(max-width: 480px){
	#newsearch .nav>li>a{
		padding: 5px 9px !important;
	}
}

@media(max-width: 425px){
	#newsearch .nav-item {
	    width: auto;
	    margin: 0 6px 0 0;
	    padding-left: 0px;
	    padding-right: 0px;
	}
	#newsearch .nav>li>a {
	    padding: 5px 7px !important;
	}
}

@media(max-width: 414px){
	#newsearch .nav-item {
	    width: auto;
	    margin: 0 5px 0 0;
	    padding-left: 0px;
	    padding-right: 0px;
	}
	#newsearch .nav>li>a {
	    padding: 5px 5px !important;
	}
}

@media(max-width: 375px){
	#newsearch .nav-item {
	    width: auto;
	    margin: 0 4px 0 0;
	    padding-left: 0px;
	    padding-right: 0px;
	}
	#newsearch .nav>li>a {
	    padding: 5px 5px !important;
	}
	.menu-tab .label-tab{
		font-size:10pt;
	}
}

@media(max-width: 360px){
	#newsearch .nav-item {
	    width: auto;
	    margin: 0 3px 0 0;
	    padding-left: 0px;
	    padding-right: 0px;
	}
	#newsearch .nav>li>a {
	    padding: 5px 4px !important;
	}
	.menu-tab .label-tab{
		font-size:10pt;
	}
}

@media(max-width: 320px){
	#newsearch .nav-item {
	    width: auto;
	    margin: 0 3px 0 0;
	    padding-left: 0px;
	    padding-right: 0px;
	}
	#newsearch .nav>li>a {
	    padding: 5px 2px !important;
	}
	.menu-tab .label-tab{
		font-size:9pt;
	}
}

#personflight .nav>li{
	padding:10px 5px;
	border-right:1px solid #D8D8D8;
}
#personflight .nav>li:last-child{
	border-right: 0px;
}

#personflight ul.nav>li>a{
	color: gray;
    padding:5px 6px !important;
    border-radius: 5px;
    font-style: 12px;
}
#personflight ul.nav>li>a:hover{
	color: black;
}
#personflight ul.nav>li>a.active{
	color: black;
}
#personflight .tab-content{
	margin-top:0px;
	background-color: white;
	padding:10px;
	color:black;
}
.iconfield img{
	position: absolute;
    top: 9px;
	left: 25px;
	z-index: 9999;
}
.iconfield select.form-control{
	text-indent: 30px;
}
.iconfield input.form-control{
	padding-left: 50px;
}

.bootstrap-select.form-control-lg .dropdown-toggle{
	padding-left:3.3em !important;
	padding-top:0.8em;
	padding-bottom:0.8em;
}

li.month_dp.disabled-month {
	color: #b8b8b8 !important;
    cursor: not-allowed;
}
.pointer{
	cursor: pointer;
}
.hide{
	display: none;
}
.show_month{
	display: block;
}
.hide_month{
	display:none;
}
.popover-datepicker{
	position: absolute;
	z-index: 999;
	margin-top:10px;
	width: calc(100% - 30px);
}
.tooltip-datepicker{
    -webkit-box-shadow: 0 4px 6px -4px grey;
    box-shadow: 0 4px 6px -4px grey;
    background: #FFF;
    border: 1px solid #d7d7d7;
    padding: 15px;
    max-width: 250px;
}
.tooltip-datepicker{
  max-width: inherit;
  width: 100%;
}
.tooltip-datepicker .box-minicalendar{
  position: relative;
}
.tooltip-datepicker .box-minicalendar:before {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  /*top:-33px;*/
  top:-30px;
  width: 0;
  height: 0;
  border: 7px solid transparent;
  border-bottom-color: #d7d7d7;
}
.tooltip-datepicker .box-minicalendar:after {
  content: '';
  display: block;
  position: absolute;
  left: calc(50% + 1px);
  /*top:-31px;*/ 
  top:-27px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-bottom-color: white;
}
.tooltip-datepicker .box-minicalendar .year ul,
.tooltip-datepicker .box-minicalendar .month ul{
  list-style-type: none;
  display: flex;
  justify-content: center;
  border-bottom: 0.5px solid #D7D7D7;
  padding-bottom: 18px;
}
.tooltip-datepicker .box-minicalendar .year li{
  list-style-type: none;
  margin:0;
  padding-right: 40px;
  color: #000;
}
.tooltip-datepicker .box-minicalendar .year li:last-child{
  padding-right: 0;
}
.tooltip-datepicker .box-minicalendar .month li.current,
.tooltip-datepicker .box-minicalendar .year li.current {
  font-weight: bold;
  color: #004182;
}
.tooltip-datepicker .box-minicalendar .month ul{
  border:0;
  padding-bottom: 0;
  padding-top: 18px;
}
.tooltip-datepicker .box-minicalendar .month li{
 list-style-type: none;
 margin:0;
 letter-spacing: 2px;
 padding: 0 18px;
 text-transform: uppercase;
 color: #000;
}
.tooltip-datepicker .box-minicalendar .year li.selected_year{
	font-weight: bold;
	color: #004182;
	text-decoration: underline;
}

[data-style=datepickerpopup] + .popover{
  box-shadow: none;
  background: transparent;
  border: 0;
  width: 50px;
}
[data-style=datepickerpopup] + .popover.bottom>.arrow{
  display: none;
}

.li-date-tour .popover{
  left:0px !important;
}
#newsearch .dropdown-item:first-child,
#newsearch .dropdown-item:last-child{
	border-radius: 0px;
}
#newsearch .dropdown-menu{
	padding-top:0px;
	padding-bottom:0px;
	top:5px !important;
	z-index: 99999;
}

.bootstrap-select.show-menu-arrow.open > .dropdown-toggle .filter-option:before, 
.bootstrap-select.show-menu-arrow.show > .dropdown-toggle .filter-option:before{
	bottom:-9px;
	border-bottom-color: #b3afaf;
}
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle .filter-option:after, 
.bootstrap-select.show-menu-arrow.show > .dropdown-toggle .filter-option:after{
	bottom:-10px;
}
.bootstrap-select .dropdown-toggle .filter-option{
	padding-right: 0;
}
.bootstrap-select > .dropdown-toggle:after{
	border-top: 0px !important;
}
.nomarbot{
	margin-bottom: 0px;
}
.marbot{
	margin-bottom:15px;
}

#newsearch dl, ol, ul {
    margin-top: 0;
    margin-bottom: 0.2rem;
}
#newsearch label{
	color: white;
	display: inline-block;
    /*margin-bottom: .1rem;*/
}
.btn-light:hover{
	background-color: #f4f5f8;
	border-color: #f4f5f8;
}
.show>.btn-light.dropdown-toggle{
	background-color: #f4f5f8;
	border-color: #f4f5f8;
}
.list-unstyled li{
	cursor: pointer;
}
.form-control-lg{
	font-size: 1rem;
	padding: 1.6rem;
}
@media (min-width: 768px){

}

.bootstrap-select > .dropdown-toggle.bs-placeholder, 
.bootstrap-select > .dropdown-toggle.bs-placeholder:hover, 
.bootstrap-select > .dropdown-toggle.bs-placeholder:focus, 
.bootstrap-select > .dropdown-toggle.bs-placeholder:active{
	color: black;
}


#newsearch .nav>li>a
{
    padding:5px 14px;
    border-radius: 5px;
}

.hdate_result{
	background: blue;
	border-radius:4px;
	cursor: pointer;
}
.hdate_result p{
	margin-bottom:0px;
}


#roomhotel{
	background:white; 
	z-index:9999; 
	position:absolute; 
	min-width: 460px; 	
    margin-top: 10px;
	left:-2%;
	border:1px solid #d7d7d7;
}
#roomhotel> .content-tab:before {
  content: '';
  display: block;
  position: absolute;
  left: 30px;
  top:-14px;
  width: 0;
  height: 0;
  border: 7px solid transparent;
  border-bottom-color: #d7d7d7;
}
#roomhotel> .content-tab:after {
  content: '';
  display: block;
  position: absolute;
  left: 31px;
  top:-12px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-bottom-color: white;
}

#personflight{
	background: white; 
	z-index:9999; 
	position:absolute; 
	min-width: 500px; 	
    margin-top: 10px;
	left:-2%;
	border:1px solid #d7d7d7;
}
#personflight> .content-tab:before {
  content: '';
  display: block;
  position: absolute;
  left: 50px;
  top:-14px;
  width: 0;
  height: 0;
  border: 7px solid transparent;
  border-bottom-color: #d7d7d7;
}
#personflight> .content-tab:after {
  content: '';
  display: block;
  position: absolute;
  left: 51px;
  top:-12px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-bottom-color: white;
}

.content-tab {
    text-align: left;
    padding: 20px 21px;
    color:black;
}

#personflight > .content-tab{
	padding:0px;
}

.content-tab .heading {
    display: block;
}
.content-tab hr {
    margin-top: 0.5rem;
    margin-bottom: 1rem;
}
.content-tab p {
    display: inline-block;
    padding-right: 10px;
    min-width: 72px;
    font-size: 14px;
}
.md-plus-minus {
    height: 42px;
    display: inline-block;
}
.md-plus-minus .btn-gr {
    cursor: pointer;
    position: relative;
    width: 30px;
    height: 30px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
}
.content-tab .md-plus-minus input {
    width: 40px !important;
    border:0px;
    text-align: center;
}

#rooms-result, #person-result{
	cursor: pointer;
	background-color: #314D6E;
	width: 100%;
	border-radius: 5px;
}
.big_total{
	font-size: 28px;
    margin-top: 8px;
    margin-bottom: 2px;
    line-height: 0.9;
    font-weight: bold;
}
.text_total{
	font-size: 12px;
    margin-bottom: 5px;
    line-height: 1;
}

.btn-no-padding{
	padding: 0px;
}
.btn-no-padding img{
	margin:0 auto;
}

.form-check-input{
	cursor: pointer;	
}
.form-check-label{
	margin-bottom: 0px;
	cursor: pointer;
}
input.rdoFlight[type='radio']:after {
    width: 20px;
    height: 20px;
    border-radius: 20px;
    top: -2px;
    left: -1px;
    position: relative;
    background-color: white;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 2px solid white;
}
input.rdoFlight[type='radio']:before {
	border:5px solid red;
}
input.rdoFlight[type='radio']:checked:after {
    width: 20px;
    height: 20px;
    border-radius: 20px;
    top: -2px;
    left: -1px;
    position: relative;
    background-color: #ffa500;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 4px solid white;
}
.form-check-inline .form-check-input{
	margin-right: 15px;
}


.flight_search div.destination:first-child{
	padding-right: 4px;
}
.flight_search div.destination:last-child{
	padding-left: 4px;
}
.flight_search div.destination:last-child img{
	left:12px;
}
.exchange{
	cursor: pointer;
	position: absolute;
	left: auto;
    right: 38px;
    top: 15%;
}
@media(max-width: 736px){
	.flight_search div.destination:first-child{
		padding-right: 15px;
	}
	.flight_search div.destination:last-child{
		padding-left: 15px;
	}
	.flight_search div.destination:last-child img{
		left:25px;
	}
	.exchange{
		right:70px;
	}
}

#person-result p{
	margin-bottom:0px;
	line-height: 1.2;
}
p.tiny{
	font-size:14px;
}

.tab {
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
}

.gray{
	color:gray;
}
.gold{
	color:#a27c2a;
}
.blue{
	color:#082D74;
}
.marcenter{
	margin:auto 0;
}
.martop-20{
	margin-top:20px;
}
.martop-30{
	margin-top:30px;
}
.martop-40{
	margin-top:40px;
}

.marbot-30{
	margin-bottom:30px;
}

.menu-tab{
	display: none;
}
.icon-inline{
	display: flex;
}
@media (max-width: 768px){
	.icon-inline{
		display: none;
	}
	.menu-tab{
		display: block;
	}	
	.menu-tab img{
		margin: 0 auto;
	}
}
.hotel_star{
    display: block;
    width: 30%;
}
.hotel_star img{
	display: inline-block !important;
	width: auto !important;
}

@media (min-width: 768px){
	.section_title{
		font-size:3rem;
	}
	.jrpass_title{
		font-size:50pt;
	}

	.pagesection_title{
		font-size:3rem;
	}
}
.section_title,
.jrpass_title{
	text-align:center; 
	color:#082D74; 
	font-weight: 300;
	
}
.pagesection_title{
	color:#082D74; 
	font-weight: 300;
	
}
.slider_section{
	margin-top:40px;
}
.package{
	width: 99%;
	border:1px solid gray;
}
.package .package_detail{
	padding:10px 20px;
}
.package_detail .title h3{
	font-size: 1.3rem;
    color: #082D74;
    font-weight: 400;
}
.package_detail .from{
	font-size:15px;
}
.package_detail .price{
	color: #082D74;
	font-size:26px;
	font-weight: 400;
}
.package_detail .taxes{
	font-size:14px;
}
.package_price{
	color: #082D74;
	font-size: 50px;
	font-weight: 400;
}
.package_spec{
	cursor: pointer;
    font-weight: 400;
    font-size: 25px;
}
.package_spec:hover{
	color:gray;
	text-decoration: underline;
}

h1.blue{
	margin-bottom: .5rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    font-size:2.5rem;
}
.showhide a
{
	font-size: 12pt;
	color: #002d74;
}

#highlight .collapsible {
  background-color: #fff;
  color: #a27c2a;
  cursor: pointer;
  padding: 8px 0px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 20pt;
  border-bottom:1px solid #a27c2a;
}

#highlight .collapsible:hover
{
	color: #d3ab55;
}

#highlight .collapsible.active:hover
{
	color: #004ac2;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
#highlight .collapsible.active  {
  background-color: #fff;
  color: #002d74;
}

/* Style the collapsible content. Note: hidden by default */
#highlight .content {
  padding:10px;
  display: none;
  overflow: hidden;
}

#highlight .collapsible:after {
	font-family: "Font Awesome 5 Free";
	font-style: normal;
	font-weight: 900;
  	content: "\f078";
  	font-size: 18pt;
  	color: #a27c2a;
  	float: right;
  	margin-left: 5px;
  	margin-top: 10px;
}

#highlight .collapsible.active:after {
	font-family: "Font Awesome 5 Free";
  	content: "\f077";
  	color: #002d74;
  	font-weight: 900;
  	font-size: 18pt;
  	color: #002d74;
  	float: right;
  	margin-left: 5px;
  	margin-top: 10px;
}
.btn-blue{
	background-color: #082D74;
    border-color: #082D74;
}


#terms .content {
  padding:10px;
  display: none;
  overflow: hidden;
}
#terms .collapsible {
    background-color: #fff;
    color: black;
    cursor: pointer;
    padding: 8px 0px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 20pt;
    border-bottom: 1px solid #a27c2a;
}
#terms .collapsible:after {
	font-family: "Font Awesome 5 Free";
	font-style: normal;
	font-weight: 900;
  	content: "\f067";
  	font-size: 18pt;
  	color: black;
  	float: right;
  	margin-left: 5px;
  	margin-top: 10px;
}

#terms .collapsible.active:after {
	font-family: "Font Awesome 5 Free";
  	content: "\f068";
  	font-weight: 900;
  	font-size: 18pt;
  	color: black;
  	float: right;
  	margin-left: 5px;
  	margin-top: 10px;
}


.holidayplan{
	margin-top:30px;
	padding:25px;
	border:1px solid black;
}


.tab-links {
  margin-bottom: 58px;
  text-align: center;
}
.tab-links .wrapper-nav-tabs {
  text-align: center;
  border-bottom: 1px solid #dcd8bd;
}
.tab-links .nav-tabs {
  padding-bottom: 60px;
  display: inline-block;
}
.tab-links .nav-tabs li {
  font-size: 14px;
  text-transform: uppercase;
  position: relative;
  margin: 0px 35px;
}
.tab-links .nav-tabs li:last-child:before {
  display: none;
}
.tab-links .nav-tabs li a {
  color: #272828;
}
.tab-links .nav-tabs li.active a {
  font-weight: 600;
}
.tab-links .nav-tabs li:before {
  content: "";
  width: 10px;
  height: 10px;
  background: #b2a96d;
  border-radius: 50%;
  position: absolute;
  right: -40%;
  top: 5px;
}

@media screen and (min-width: 700px) and (max-width: 992px) {
  .tab-links {
    margin-bottom: 58px;
    text-align: center;
    border-bottom: 2px solid #dad6bb;
  }
  .tab-links .nav-tabs {
    padding-bottom: 60px;
  }
  .tab-links .nav-tabs li {
    font-size: 14px;
    margin: 0px 10px 0px 10px;
  }
  .tab-links .nav-tabs li:before {
    display: none;
  }
}
@media screen and (min-width: 0px) and (max-width: 699px) {
  .tab-links {
    margin-bottom: 58px;
    text-align: center;
    border-bottom: 2px solid #dad6bb;
  }
  .tab-links .nav-tabs {
    padding-bottom: 60px;
    text-align: center;
  }
  .tab-links .nav-tabs li {
    display: inline-block;
    float: none;
    font-size: 14px;
    margin: 0px 10px 10px 10px;
  }
  .tab-links .nav-tabs li:before {
    display: none;
  }
}
.tab-redeem-rewards {
  background: #FFFF;
  padding: 25px 0px 22px 0px;
  text-align: center;
  border-bottom: 1px solid #dad6bb;
}
.tab-redeem-rewards span {
  display: block;
  font-size: 16px;
}
.tab-redeem-rewards .points {
  font-size: 18px;
}
.tab-redeem-rewards .number {
  color: #B1AA64;
  font-size: 40px;
}


/* ==========================================================================
module minus plus js
========================================================================== */
.md-arow-tooltip:before {
  content: '';
  display: block;
  position: absolute;
  left: 30px;
  bottom: 100%;
  width: 0;
  height: 0;
  border: 7px solid transparent;
  border-bottom-color: #d7d7d7;
}
.md-arow-tooltip:after {
  content: '';
  display: block;
  position: absolute;
  left: 31px;
  bottom: 100%;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-bottom-color: white;
}

.md-plus-minus-item {
  display: inline-block;
}
.md-plus-minus-item .inner {
  padding: 15px 0px;
  position: relative;
}
.md-plus-minus-item .inner .btn-gr-item {
  cursor: pointer;
  position: relative;
  width: 30px;
  height: 30px;
  display: inline-block;
  vertical-align: middle;
}
.md-plus-minus-item .inner .btn-gr-item img {
  width: 100%;
}
.md-plus-minus-item .inner input[type="text"] {
  width: 106px;
  height: 42px;
  float: none;
  border-radius: 5px;
  text-align: center;
  padding: 0px 5px;
  margin: 0px 7px;
  color: #272828;
  font-size: 16px;
  border: 1px solid #d7d7d7;
  border-radius: 100px;
}

.md-plus-minus {
  height: 42px;
  display: inline-block;
}
.md-plus-minus .btn-gr {
  cursor: pointer;
  position: relative;
  width: 30px;
  height: 30px;
  display: inline-block;
  vertical-align: middle;
}
.md-plus-minus .btn-gr img {
  width: 100%;
}
.md-plus-minus input[type="text"] {
  width: 48px;
  height: 32px;
  border-radius: 5px;
  text-align: center;
  padding: 0px 5px;
  border: 1px solid #d7d7d7;
  margin: 0px 7px;
  color: #272828;
  font-size: 16px;
}

.md-ping {
  background: #f6f4e8;
}

 /* ==========================================================================
module info price
========================================================================== */
.md-info-price {
  background: #fbf9e7;
  padding-left: 10px;
  padding-right: 10px;
  display: inline-block;
}
.md-info-price .inner {
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
}
.md-info-price .inner span {
  display: block;
  color: #1D1E1E;
  color: #000;
  font-weight: 600;
  margin-bottom: 2px;
}
.md-info-price .inner .price {
  font-size: 34px;
  line-height: 34px;
  margin-bottom: 5px;
}
.md-info-price .inner span.fr,
.md-info-price .inner span.prx {
  display: block;
  font-weight: normal;
}
/* ==========================================================================
module btn goup
========================================================================== */
.datepicker-form {
  position: relative;
}
.datepicker-form .icon {
  position: absolute;
  right: 20px;
  top: 10px;
}

.md-btn-group {
  display: block;
  width: 100%;
  text-align: center;
}
.md-btn-group.btn-single a {
  background: #00489f;
}
.md-btn-group .inner {
  display: inline-block;
}
.md-btn-group a {
  height: 40px;
  display: inline-block;
  background: #234ba0;
  border-radius: 25px;
  color: #FFF;
  margin-right: 40px;
  min-width: 140px;
}
.md-btn-group a:last-child {
  margin-right: 0px;
}
.md-btn-group a.btn-blue {
  background: #0b2961;
}
.md-btn-group .btn-blue {
  background: #0b2961;
}
.md-btn-group button {
  border: none;
}

.btn-blue {
  /*min-width: 200px;*/
  background: #0b2961;
  color: #FFF;
  border-radius: 100px;
  height: 40px;
  display: inline-block;
  line-height: 40px;
  padding: 0px 20px;
  color: #FFF;
  cursor: pointer;
}

input[type="submit"]:hover {
  color: #FFF;
}

.btn-green {
  min-width: 200px;
  background: #234ba0;
  color: #FFF;
  border-radius: 100px;
  height: 40px;
  display: inline-block;
  line-height: 40px;
  padding: 0px 20px;
  color: #FFF;
  cursor: pointer;
}

 /* ==========================================================================
btn view
========================================================================== */
.md-btn-view {
  cursor: pointer;
  background: #0b2961;
  width: 100%;
  height: 40px;
  display: inline-block;
  color: #FFF;
  padding: 8px 10px 0px 10px;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  border-bottom-left-radius: 11px;
  border-bottom-right-radius: 11px;
}
.md-btn-view a {
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 2px;
  line-height: 14px;
  text-align: center;
}

/* ==========================================================================
module rating item
========================================================================== */
.md-rating-item {
  padding: 35px 10px 0px 20px;
}
.md-rating-item h3 {
  font-size: 24px;
  font-weight: 600;
  color: #1D1E1E;
  margin: 0px 0px 0px;
}
.md-rating-item .duration {
  display: block;
  color: #1D1E1E;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px;
}

.width-5 {
  width: 5%;
}

.width-10 {
  width: 10%;
}

.width-15 {
  width: 15%;
}

.width-20 {
  width: 20%;
}

.width-25 {
  width: 25%;
}

.width-30 {
  width: 30%;
}

.width-35 {
  width: 35%;
}

.width-40 {
  width: 40%;
}

.width-45 {
  width: 45%;
}

.width-50 {
  width: 50%;
}

.width-55 {
  width: 55%;
}

/* ==========================================================================
page Travel Store
========================================================================== */
.page-main.page-Travel-Store-Cart-Notification {
  overflow: hidden;
  padding-bottom: 120px;
  position: relative;
}

.voucher {
  margin-bottom: 25px;
  border: 2px solid #eeeeee;
  border-radius: 10px;
  overflow: hidden;
}
.voucher .thumb-nail {
  border-bottom: 2px solid #c2bc8f;
  padding: 30px 22px 17px 22px;
}
.voucher .thumb-nail img {
  max-width: 100%;
  max-height: 200px;
  margin: 0 auto;
}
.voucher .info {
  color: #272828;
  padding: 25px 22px 20px 22px;
  margin-bottom: 12px;
}
.voucher .info.tow-col {
  padding: 0px;
  height: 134px;
}
.voucher .info .left {
  text-align: left;
  padding-left: 3%;
  padding-right: 3%;
  display: inline-block;
  float: left;
  width: 70%;
  height: 100%;
  line-height: 134px;
}
.voucher .info .left .inner {
  margin-top: 0px;
  line-height: 1em;
  display: inline-block;
  vertical-align: middle;
}
.voucher .info .left .inner h3 {
  margin-bottom: 5px;
  letter-spacing: -1px;
  line-height: 1.2em;
  margin-bottom: 5px;
}
.voucher .info .points {
  text-align: center;
  display: inline-block;
  float: right;
  width: 29%;
  height: 100%;
  line-height: 134px;
}
.voucher .info .points .inner {
  vertical-align: middle;
  display: inline-block;
  line-height: 1.4em;
}
.voucher .info .points .inner span {
  display: block;
  font-family: "Open Sans";
  font-size: 14px;
}
.voucher .info .points .inner .number {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 5px;
}
.voucher .info h3 {
  font-size: 18px;
  font-weight: 600;
}
.voucher .info .code {
  font-size: 12px;
}
.voucher .quantity {
  text-align: center;
  margin-bottom: 12px;
}
.voucher .btn-addtocart {
  background-color: #0B2961;
  height: 40px;
  line-height: 40px;
  display: block;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 2px;
  text-align: center;
  cursor: pointer;
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
  .voucher .info .left .inner h3 {
    font-size: 22px;
  }
}

/* ==========================================================================
JR Nationwide Pass
========================================================================== */
.page-jr .md-title {
  margin-bottom: 165px;
}

@media screen and (max-width: 992px) {
  .page-jr .md-title {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 767px) {
  .page-jr .md-title {
    margin-bottom: 80px;
  }
}

.jr-nationwide {
  margin-bottom: 180px;
  position: relative;
}
.jr-nationwide .list-of-passes {
  min-width: 190px;
  float: left;
  z-index: 10;
  position: relative;
  border: 1px solid #dcdcdc;
  background: #FFF;
  width: 19%;
  display: block;
  border-radius: 8px;
  padding: 16px 30px 16px 30px;
}
.jr-nationwide .list-of-passes ul li {
  position: relative;
  cursor: pointer;
  border-bottom: 2px solid #e5e5e5;
  margin: 0px 0px 0px 0px;
  padding: 12px 0px;
  display: block;
  text-align: center;
  font-size: 14px;
}
.jr-nationwide .list-of-passes ul li:last-child {
  border-bottom: none;
}
.jr-nationwide .list-of-passes ul li.active {
  color: #00489F;
  font-weight: 700;
  text-transform: uppercase;
}
.jr-nationwide .list-of-passes ul li.active .sub-list {
  display: block;
}
.jr-nationwide .list-of-passes ul li .sub-list {
  display: none;
  position: absolute;
  right: -391px;
  /*bottom: -20px;*/ top: 35px;
  padding: 0px 30px;
  border-radius: 8px;
  z-index: 9999;
  border: 1px solid #dcdcdc;
  background: #FFF;
  width: 360px;
}
.jr-nationwide .list-of-passes ul li .sub-list ul {
  position: relative;
  width: 100%;
}
.jr-nationwide .list-of-passes ul li .sub-list ul:before {
  content: '';
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  left: -40px;
  /*bottom: 40px;*/ top: 0px;
  border: 5px solid transparent;
  border-right-color: #d7d7d7;
}
.jr-nationwide .list-of-passes ul li .sub-list ul:after {
  content: '';
  display: block;
  position: absolute;
  left: -38px;
  /*bottom: 41px;*/ top: 0px;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-right-color: white;
}
.jr-nationwide .list-of-passes ul li .sub-list ul li {
  text-transform: initial;
  font-weight: normal;
  color: #272828;
  padding: 11px 0px;
}
.jr-nationwide .list-of-passes ul li .sub-list ul li.active {
  color: #00489F;
  font-weight: 700;
  text-transform: uppercase;
}
.jr-nationwide .list-of-passes ul li .sub-list-of-west {
  bottom: auto;
  top: -63px;
  background: #FFF;
}
.jr-nationwide .list-of-passes ul li .sub-list-of-west ul:before {
  content: '';
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  left: -40px;
  bottom: auto;
  top: 70px;
  border: 5px solid transparent;
  border-right-color: #d7d7d7;
}
.jr-nationwide .list-of-passes ul li .sub-list-of-west ul:after {
  content: '';
  display: block;
  position: absolute;
  left: -38px;
  bottom: auto;
  top: 71px;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-right-color: white;
}
.jr-nationwide #chartdiv {
  width: 550px;
  height: 700px;
  position: absolute;
  top: 50px;
  left: 0%;
  z-index: 1;
}
.jr-nationwide .jr-nationwide-pass {
  overflow: hidden;
  
  position: relative;
  z-index: 10;
  border: 1px solid #9a7842;
 
  border-radius: 0px;
  background-color: #FFF;
  /*padding: 20px 3% 0px 3%;*/
  padding: 0px;
}
.jr-nationwide .jr-nationwide-pass .title {
  text-align: center;
  margin-bottom: 25px;
  padding:20px 3% 0px 3%;
}
.jr-nationwide .jr-nationwide-pass .title h2 {
  display: block;
  text-align: center;
  font-size: 28pt;
  margin-bottom: 5px;
}
.jr-nationwide .jr-nationwide-pass .title p#level3 {
	font-size:16pt;
}

.jr-nationwide .jr-nationwide-pass .tab-links {
  padding-bottom: 40px;
  margin-bottom: 0px;
  background: #FFF;
}
.jr-nationwide .jr-nationwide-pass .tab-links .container-fluid{
	background-color: #f6f4e8;
	padding:10px 0px 3px 0px;
}
.jr-nationwide .jr-nationwide-pass .tab-links .nav-tabs {
  padding-bottom: 0px;
  margin-bottom: 0px;
  border:0px;
}
.jr-nationwide .jr-nationwide-pass .tab-links .nav-tabs li:before {
  width: 7px;
  height: 7px;
  top: 7px;
}

.jr-nationwide .jr-nationwide-pass .tab-links .nav-tabs li > a{
	font-size: 13pt;
}
.jr-nationwide .jr-nationwide-pass .tab-links .tab-content{
	padding: 20px 3% 0;
}
.jr-nationwide .jr-nationwide-pass .tab-links .tab-content .number-day .ordinary-pass .group {
  overflow: hidden;
  width: 48%;
  display: block;
  border: 1px solid #e9e9e9;
  border-radius: 0px;
  border: 1px solid gray;
  float: left;
  margin-left: 4%;
  background: white;
  margin-bottom: 18px;
}
.jr-nationwide .jr-nationwide-pass .tab-links .tab-content .number-day .ordinary-pass .group.own-group {
  width: 100%;
  border-top: 0px;
}
.jr-nationwide .jr-nationwide-pass .tab-links .tab-content .number-day .ordinary-pass .group:first-child {
  margin-left: 0px;
}
.jr-nationwide .jr-nationwide-pass .tab-links .tab-content .number-day .ordinary-pass .group h3 {
  padding: 15px 0px;
  background: white;
  font-size: 20pt;
  font-weight: 400;
  margin-bottom:0px;
}
.jr-nationwide .jr-nationwide-pass .tab-links .tab-content .number-day .ordinary-pass .group .voucher {
  border: none;
  border-top: 0px;
  margin-bottom: 19px;
  border-radius: 0px;
}
.jr-nationwide .jr-nationwide-pass .tab-links .tab-content .number-day .ordinary-pass .group .voucher:last-child {
  margin-bottom: 0px;
}
.jr-nationwide .jr-nationwide-pass .tab-links .tab-content .number-day .ordinary-pass .group .voucher .info {
  background: #FFF;
  height: 111px;
  border-radius: 0px;
  margin-bottom: 0px;
  border-bottom:0px;
}
.jr-nationwide .jr-nationwide-pass .tab-links .tab-content .number-day .ordinary-pass .group .voucher .info .left {
  height: 110px;
  line-height: 110px;
  width: 50%;
  border-right: 2px solid #c3c3c3;
}
.jr-nationwide .jr-nationwide-pass .tab-links .tab-content .number-day .ordinary-pass .group .voucher .info .left .inner span {
  display: block;
  line-height: 1.4em;
}
.jr-nationwide .jr-nationwide-pass .tab-links .tab-content .number-day .ordinary-pass .group .voucher .info .left .inner .peple {
  font-size: 20pt;
  font-weight: 400;
  text-align: center;
}
.jr-nationwide .jr-nationwide-pass .tab-links .tab-content .number-day .ordinary-pass .group .voucher .info .left .inner .age {
  font-size: 14pt;
  text-align: center;
}
.jr-nationwide .jr-nationwide-pass .tab-links .tab-content .number-day .ordinary-pass .group .voucher .info .points {
  height: 110px;
  line-height: 110px;
  width: 50%;
}
.jr-nationwide .jr-nationwide-pass .tab-links .tab-content .number-day .ordinary-pass .group .voucher .info .points .price {
  font-size: 24pt;
}
.jr-nationwide .jr-nationwide-pass .tab-links .tab-content .number-day .ordinary-pass .group .voucher .quantity {
  background: #FFF;
  margin-bottom: 0px;
  padding: 12px 0px;
}
.jr-nationwide .jr-nationwide-pass .tab-links .tab-content .number-day .btn-addtocart {
  position: absolute;
  bottom: 0px;
  border-radius: 0px;
  left: 0px;
  cursor: pointer;
  background: #132d61;
  color: #FFF;
  height: 40px;
  line-height: 40px;
  display: block;
  width: 100%;
  border:0px;
}

@media screen and (max-width: 1250px) {
  .jr-nationwide .list-of-passes ul li .sub-list {
    width: 260px;
    right: -291px;
  }
}
@media screen and (max-width: 992px) {
  .jr-nationwide {
    margin-bottom: 80px;
  }
  .jr-nationwide .list-of-passes {
    float: none;
    display: block;
    width: 260px;
    margin-bottom: 390px;
  }
  .jr-nationwide .jr-nationwide-pass {
    float: none;
    width: 100%;
    display: block;
  }
  .jr-nationwide #chartdiv {
    left: 10%;
  }
}

@media screen and (max-width: 700px) {
  .jr-nationwide .list-of-passes {
    float: none;
    display: block;
    width: 260px;
    margin-bottom: 390px;
  }
  .jr-nationwide .list-of-passes ul li .sub-list {
    width: 300px;
    right: -331px;
  }
  .jr-nationwide .jr-nationwide-pass {
    float: none;
    width: 100%;
    display: block;
  }
  .jr-nationwide .jr-nationwide-pass .tab-links {
    background: #FFF;
  }
  .jr-nationwide .jr-nationwide-pass .tab-links .nav-tabs {
    padding-bottom: 0px;
    margin-bottom: 0px;
  }
  .jr-nationwide .jr-nationwide-pass .tab-links .tab-content .number-day .ordinary-pass .group h3 {
    font-size: 20px;
  }
  .jr-nationwide .jr-nationwide-pass .tab-links .tab-content .number-day .ordinary-pass .group .voucher .info {
    background: #FFF;
    height: 111px;
    margin-bottom: 0px;
 	border-bottom: 1px solid #e9e9e9;
  }
  .jr-nationwide .jr-nationwide-pass .tab-links .tab-content .number-day .ordinary-pass .group .voucher .info .left {
    height: 110px;
    line-height: 110px;
    width: 50%;
    border-right: 2px solid #c3c3c3;
  }
  .jr-nationwide .jr-nationwide-pass .tab-links .tab-content .number-day .ordinary-pass .group .voucher .info .left .inner span {
    display: block;
    line-height: 1.4em;
  }
  .jr-nationwide .jr-nationwide-pass .tab-links .tab-content .number-day .ordinary-pass .group .voucher .info .left .inner .peple {
    font-size: 20px;
    font-weight: 600;
    text-align: center;
  }
  .jr-nationwide .jr-nationwide-pass .tab-links .tab-content .number-day .ordinary-pass .group .voucher .info .left .inner .age {
    font-size: 15px;
    text-align: center;
  }
  .jr-nationwide .jr-nationwide-pass .tab-links .tab-content .number-day .ordinary-pass .group .voucher .info .points {
    height: 110px;
    line-height: 110px;
    width: 50%;
  }
  .jr-nationwide .jr-nationwide-pass .tab-links .tab-content .number-day .ordinary-pass .group .voucher .info .points .price {
    font-size: 22pt;
  }
  .jr-nationwide .jr-nationwide-pass .tab-links .tab-content .number-day .ordinary-pass .group .voucher .quantity {
    background: #FFF;
    margin-bottom: 0px;
    padding: 12px 0px;
  }
  .jr-nationwide #chartdiv {
    left: 10%;
  }
}
@media screen and (max-width: 680px) {
  .jr-nationwide .list-of-passes {
    float: none;
    display: block;
    width: 230px;
    margin-bottom: 320px;
  }
  .jr-nationwide .list-of-passes ul li .sub-list {
    width: 260px;
    right: -291px;
  }
  .jr-nationwide .jr-nationwide-pass {
    float: none;
    width: 100%;
    display: block;
  }
  .jr-nationwide .jr-nationwide-pass .tab-links {
    background: #FFF;
  }
  .jr-nationwide .jr-nationwide-pass .tab-links .nav-tabs {
    padding-bottom: 0px;
    margin-bottom: 0px;
  }
  .jr-nationwide .jr-nationwide-pass .tab-links .tab-content .number-day .ordinary-pass .group h3 {
    font-size: 20px;
  }
  .jr-nationwide .jr-nationwide-pass .tab-links .tab-content .number-day .ordinary-pass .group .voucher .info {
    background: #FFF;
    height: 111px;
    margin-bottom: 0px;
  	border-bottom: 1px solid #e9e9e9;
  }
  .jr-nationwide .jr-nationwide-pass .tab-links .tab-content .number-day .ordinary-pass .group .voucher .info .left {
    height: 110px;
    line-height: 110px;
    width: 50%;
    border-right: 2px solid #c3c3c3;
  }
  .jr-nationwide .jr-nationwide-pass .tab-links .tab-content .number-day .ordinary-pass .group .voucher .info .left .inner span {
    display: block;
    line-height: 1.4em;
  }
  .jr-nationwide .jr-nationwide-pass .tab-links .tab-content .number-day .ordinary-pass .group .voucher .info .left .inner .peple {
    font-size: 18px;
    font-weight: 600;
    text-align: center;
  }
  .jr-nationwide .jr-nationwide-pass .tab-links .tab-content .number-day .ordinary-pass .group .voucher .info .left .inner .age {
    font-size: 13px;
    text-align: center;
  }
  .jr-nationwide .jr-nationwide-pass .tab-links .tab-content .number-day .ordinary-pass .group .voucher .info .points {
    height: 110px;
    line-height: 110px;
    width: 50%;
  }
  .jr-nationwide .jr-nationwide-pass .tab-links .tab-content .number-day .ordinary-pass .group .voucher .info .points .price {
    font-size: 20pt;
  }
  .jr-nationwide .jr-nationwide-pass .tab-links .tab-content .number-day .ordinary-pass .group .voucher .quantity {
    background: #FFF;
    margin-bottom: 0px;
    padding: 12px 0px;
  }
  .jr-nationwide #chartdiv {
    width: 450px;
    height: 700px;
    left: 10%;
  }
}
@media screen and (max-width: 550px) {
  .jr-nationwide .list-of-passes {
    float: none;
    display: block;
    width: 200px;
    margin-bottom: 320px;
  }
  .jr-nationwide .list-of-passes ul li .sub-list {
    width: 220px;
    right: -251px;
  }
  .jr-nationwide .jr-nationwide-pass {
    float: none;
    width: 100%;
    display: block;
  }
  .jr-nationwide .jr-nationwide-pass .tab-links {
    background: #FFF;
  }
  .jr-nationwide .jr-nationwide-pass .tab-links .nav-tabs {
    padding-bottom: 0px;
    margin-bottom: 0px;
  }
  .jr-nationwide .jr-nationwide-pass .tab-links .tab-content .number-day .ordinary-pass .group {
    display: block;
    width: 100%;
    border: 1px solid #e9e9e9;
    margin-bottom: 18px;
  }
  .jr-nationwide .jr-nationwide-pass .tab-links .tab-content .number-day .ordinary-pass .group:last-child {
    margin-left: 0px;
    margin-bottom: -2px;
    border-bottom: 0px;
  }
  .jr-nationwide .jr-nationwide-pass .tab-links .tab-content .number-day .ordinary-pass .group h3 {
    font-size: 20px;
  }
  .jr-nationwide .jr-nationwide-pass .tab-links .tab-content .number-day .ordinary-pass .group .voucher .info {
    background: #FFF;
    height: 111px;
    margin-bottom: 0px;
  	border-bottom: 1px solid #e9e9e9;
  }
  .jr-nationwide .jr-nationwide-pass .tab-links .tab-content .number-day .ordinary-pass .group .voucher .info .left {
    height: 110px;
    line-height: 110px;
    width: 50%;
    border-right: 2px solid #c3c3c3;
  }
  .jr-nationwide .jr-nationwide-pass .tab-links .tab-content .number-day .ordinary-pass .group .voucher .info .left .inner span {
    display: block;
    line-height: 1.4em;
  }
  .jr-nationwide .jr-nationwide-pass .tab-links .tab-content .number-day .ordinary-pass .group .voucher .info .left .inner .peple {
    font-size: 24px;
    font-weight: 600;
    text-align: center;
  }
  .jr-nationwide .jr-nationwide-pass .tab-links .tab-content .number-day .ordinary-pass .group .voucher .info .left .inner .age {
    font-size: 15px;
    text-align: center;
  }
  .jr-nationwide .jr-nationwide-pass .tab-links .tab-content .number-day .ordinary-pass .group .voucher .info .points {
    height: 110px;
    line-height: 110px;
    width: 50%;
  }
  .jr-nationwide .jr-nationwide-pass .tab-links .tab-content .number-day .ordinary-pass .group .voucher .info .points .price {
    font-size: 24pt;
  }
  .jr-nationwide .jr-nationwide-pass .tab-links .tab-content .number-day .ordinary-pass .group .voucher .quantity {
    background: #FFF;
    margin-bottom: 0px;
    padding: 12px 0px;
  }
  .jr-nationwide #chartdiv {
    width: 450px;
    height: 700px;
    left: 0%;
  }
}
@media screen and (max-width: 480px) {
  .jr-nationwide .list-of-passes {
    padding: 10px 20px 10px 20px;
    float: none;
    display: block;
    width: 180px;
    margin-bottom: 320px;
    min-width: 0px;
  }
  .jr-nationwide .list-of-passes ul li .sub-list {
    width: 180px;
    right: -201px;
    padding: 0px 10px;
  }
  .jr-nationwide .list-of-passes ul li .sub-list ul:before {
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    left: -20px;
    bottom: 31px;
    border: 5px solid transparent;
    border-right-color: #d7d7d7;
  }
  .jr-nationwide .list-of-passes ul li .sub-list ul:after {
    content: '';
    display: block;
    position: absolute;
    left: -18px;
    bottom: 32px;
    width: 0;
    height: 0;
    border: 4px solid transparent;
    border-right-color: white;
  }
  .jr-nationwide #chartdiv {
    width: 380px;
    height: 700px;
    left: 0%;
  }


}
@media screen and (max-width: 400px) {
  .jr-nationwide .list-of-passes {
    padding: 10px 20px 10px 20px;
    float: none;
    display: block;
    width: 50% !important;
    margin-bottom: 250px;
    min-width: 0px;
  }
  .jr-nationwide .list-of-passes ul li .sub-list {
    width: 160px;
    right: -181px;
    padding: 0px 10px;
  }
  .jr-nationwide .list-of-passes ul li .sub-list ul:before {
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    left: -20px;
    bottom: auto;
    top: 70px;
    border: 5px solid transparent;
    border-right-color: #d7d7d7;
  }
  .jr-nationwide .list-of-passes ul li .sub-list ul:after {
    content: '';
    display: block;
    position: absolute;
    left: -18px;
    bottom: auto;
    top: 71px;
    width: 0;
    height: 0;
    border: 4px solid transparent;
    border-right-color: white;
  }
  .jr-nationwide #chartdiv {
    width: 350px;
    height: 700px;
    left: 0%;
  }
}
@media screen and (max-width: 360px) {
  .jr-nationwide .list-of-passes {
    padding: 10px 20px 10px 20px;
    float: none;
    display: block;
    width: 140px;
    margin-bottom: 250px;
    min-width: 0px;
  }
  .jr-nationwide .list-of-passes ul li {
    font-size: 13px;
  }
  .jr-nationwide .list-of-passes ul li .sub-list {
    width: 140px;
    right: -161px;
    padding: 0px 10px;
  }
  .jr-nationwide .list-of-passes ul li .sub-list ul:before {
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    left: -20px;
    bottom: auto;
    top: 70px;
    border: 5px solid transparent;
    border-right-color: #d7d7d7;
  }
  .jr-nationwide .list-of-passes ul li .sub-list ul:after {
    content: '';
    display: block;
    position: absolute;
    left: -18px;
    bottom: auto;
    top: 71px;
    width: 0;
    height: 0;
    border: 4px solid transparent;
    border-right-color: white;
  }
  .jr-nationwide #chartdiv {
    width: 300px;
    height: 700px;
    left: 0%;
  }
}
@media screen and (max-width: 340px) {
  .jr-nationwide .list-of-passes {
    padding: 10px 20px 10px 20px;
    float: none;
    display: block;
    width: 140px;
    margin-bottom: 250px;
    min-width: 0px;
  }
  .jr-nationwide .list-of-passes ul li {
    font-size: 13px;
  }
  .jr-nationwide .list-of-passes ul li .sub-list {
    width: 140px;
    right: -161px;
    padding: 0px 10px;
  }
  .jr-nationwide .list-of-passes ul li .sub-list ul:before {
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    left: -20px;
    bottom: auto;
    top: 70px;
    border: 5px solid transparent;
    border-right-color: #d7d7d7;
  }
  .jr-nationwide .list-of-passes ul li .sub-list ul:after {
    content: '';
    display: block;
    position: absolute;
    left: -18px;
    bottom: auto;
    top: 71px;
    width: 0;
    height: 0;
    border: 4px solid transparent;
    border-right-color: white;
  }
  .jr-nationwide #chartdiv {
    width: 300px;
    height: 700px;
    left: 0%;
  }
}

.map-area-position{
	/*margin-left:-110px;*/
}
.jr_section{
	cursor: pointer;
	color: gray;
	font-size: 13.5pt;
}
.jr_section.active{
	color:#082D74;
	border-bottom: 1px solid #FCC021;
}
.jr_section:hover{
	color:#082D74;
	border-bottom: 1px© solid #FCC021;
}

.jr_section:before{
	content: "";
    width: 8px;
    height: 8px;
    background: #082D74;
    border-radius: 50%;
    position: absolute;
    left:0px;
    top: 7px;
}
.jr_subsection{
	display: none;
}
.jr_subsection{
	margin-top:20px;
	position: relative;
	border:1px solid #9a7842;
	width: 100%;
	margin-bottom:30px;
	padding:10px;
	border-radius: 3px;
}
.jr_subsection:before{
    position: absolute;
	left: 47%;
    bottom: -28px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    pointer-events: none;
    border-color: rgba(229, 187, 60, 0);
    border-top-color: #9a7842;
    border-width: 14px;
    z-index: 99;
}
.jr_subsection:after{
	position: absolute;
	left: 47.65%;
    bottom: -18px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    pointer-events: none;
    border-color: rgba(229, 187, 60, 0);
    border-top-color: white;
    border-width: 9px;
    z-index: 999;
}

.area{
	cursor: pointer;
	color: gray;
	font-size:13pt;
	font-weight: 400;
}
.area.active{
	color: #00499d;
	cursor: pointer;
	font-weight: 600;
}
.border-left{
	border-left:1px solid black;
}






.jr-nationwide .container {
  position: relative;
}

@media (max-width: 767px) {
  .jr-nationwide .container .list-of-passes {
    margin-bottom: 50px;
  }
}

@media (max-width: 767px) {
  .page-jr-nationwide-pass .md-title {
    margin-bottom: 30px;
  }
}

.map-area-position {
	padding-top:30px;
}

.map-area-position .map-area-outer {
	position: relative;
	width: 100%;
	margin:0 auto;
}

.map-area-position .map-area-outer .map-full img ,
.map-area-position .map-area-outer .map-area img {
  width: 100%;
}

.map-area-position .map-area-outer .map-full,
.map-area-position .map-area-outer .map-area  {
  position: absolute;
  left: 0%;
  top: 0;
  width: 550px;
}

.map-area-position,
.map-area-position .map-area-outer{
	height: 500px;
}

@media (min-width: 360px) {
	.map-area-position,
	.map-area-position .map-area-outer{
		height: 340px;
		padding-top:0px;
	}
	
	.map-area-position .map-area-outer .map-full,
	.map-area-position .map-area-outer .map-area  {
	  position: absolute;
	  left: 0%;
	  top: 0;
	  width: 320px;
	}
}

@media (min-width: 375px) {
	.map-area-position,
	.map-area-position .map-area-outer{
		height: 365px;
		padding-top:0px;
	}
	
	.map-area-position .map-area-outer .map-full,
	.map-area-position .map-area-outer .map-area  {
	  position: absolute;
	  left: 0%;
	  top: 0;
	  width: 340px;
	}
}

@media (min-width: 767px) {
	.map-area-position,
	.map-area-position .map-area-outer{
		height: 560px;
	}
	
	.map-area-position .map-area-outer .map-full,
	.map-area-position .map-area-outer .map-area  {
	  position: absolute;
	  left: 10%;
	  top: 0;
	  width: 500px;
	}
}


@media (min-width: 768px) {
	.map-area-position,
	.map-area-position .map-area-outer{
		height: 550px;
		padding-top:0px;
	}
	
	.map-area-position .map-area-outer .map-full,
	.map-area-position .map-area-outer .map-area  {
	  position: absolute;
	  left: 10%;
	  top: 0;
	  width: 520px;
	}
}

@media (min-width: 800px) {
	.map-area-position,
	.map-area-position .map-area-outer{
		height: 553px;
		padding-top:0px;
	}
}

@media (min-width: 834px) {
	.map-area-position .map-area-outer .map-full,
	.map-area-position .map-area-outer .map-area  {
	  position: absolute;
	  left: 10%;
	  top: 0;
	  width: 520px;
	}
}

@media (min-width: 992px) {
	.map-area-position .map-area-outer .map-full,
	.map-area-position .map-area-outer .map-area  {
	  position: absolute;
	  left: 0%;
	  top: 0;
	  width: 430px;
	}
}

@media (min-width: 1024px) {
	.map-area-position .map-area-outer .map-full,
	.map-area-position .map-area-outer .map-area  {
	  position: absolute;
	  left: 0%;
	  top: 0;
	  width: 440px;
	}
}


@media (min-width: 1200px) {
	.map-area-position .map-area-outer .map-full,
	.map-area-position .map-area-outer .map-area  {
	  position: absolute;
	  left: 0%;
	  top: 0;
	  width: 520px;
	}
}


@media (min-width: 1336px) {
	.map-area-position .map-area-outer .map-full,
	.map-area-position .map-area-outer .map-area  {
	  position: absolute;
	  left: 0%;
	  top: 0;
	  width: 580px;
	}
}

@media (min-width: 1378px) {
	.map-area-position .map-area-outer .map-full,
	.map-area-position .map-area-outer .map-area  {
	  position: absolute;
	  left: 0%;
	  top: 0;
	  width: 610px;
	}
}
@media (min-width: 1390px) {
	.map-area-position .map-area-outer .map-full,
	.map-area-position .map-area-outer .map-area  {
	  position: absolute;
	  left: 0%;
	  top: 0;
	  width: 620px;
	}
}

@media (min-width: 1400px) {
	.map-area-position .map-area-outer .map-full,
	.map-area-position .map-area-outer .map-area  {
	  position: absolute;
	  left: 0%;
	  top: 0;
	  width: 93%;
	}
}

@media (min-width: 1920px) {
	.map-area-position .map-area-outer .map-full,
	.map-area-position .map-area-outer .map-area  {
		left: 4%;
	}
}

.hr-gradien{
  position:relative;
}
.hr-gradien:before{
  content:"";
  width:100%;
  height:2px;
  left:0;
  top:0;
  position:absolute;
  z-index:9;
  background:linear-gradient(to right, #f7f4ef 10%, #c0aa88 90%);
}
.hr-gradien:after{
  content:"";
  width:100%;
  height:2px;
  left:0;
  bottom:0;
  position:absolute;
  z-index:9;
  background:linear-gradient(to right, #f7f4ef 10%, #c0aa88 90%);
}

.border-gradien{
	position:relative;
	margin-top:4px;
	margin-bottom:-4px;
}
.border-gradien:before{
  content:"";
  width:100%;
  height: 1px;
  left:0;
  top:0;
  position:absolute;
  z-index:9;
  background:linear-gradient(to right, #f7f4ef 10%, #c0aa88 90%);
}
.border-gradien:after{
  content:"";
  width:100%;
  height: 1px;
  left:0;
  bottom:0;
  position:absolute;
  z-index:9;
  background:linear-gradient(to right, #f7f4ef 10%, #c0aa88 90%);
}


.scrolling.dimmable.dimmed > .dimmer{
	z-index: 999999;
}
.modals.dimmer .ui.scrolling.modal {
    position: static !important;
    margin: 3.5rem auto !important;
}

.irs--round .irs-min, .irs--round .irs-max{
	color: white;
}





.nav-item{
	position: static !important;
}
.dropdown-content:before{
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
.dropdown-content:after{
	left:10%;
    top: -2.5%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
	border-color: rgba(229, 187, 60, 0);
    border-bottom-color: #1b3255;
    border-width: 6px;
    
    z-index: 9999999999;
}
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #1b3255;
  color:white;
  opacity: 0.9;
  width: 90%;
  left: 0;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  padding:20px;
  z-index: 9999999999999999;
}
.dropdown-content ul{
	padding-left: 0px;
	list-style-type: none;
}
.dropdown-content ul li{
	padding-bottom:5px;
}
.dropdown-content ul li a:hover{
	color: white;
}

.dropdown-content .row div{
	margin-bottom:5px;
}

.dropdown-menu-title{
	margin-top:5px;
	border-bottom: 1px solid #5f6f86;
	margin-bottom:10px;
	font-weight: bold;
	font-size:1.2rem;
}

.dropdown-list:hover .dropdown-content {
  display: block;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}	

.col-menu{
	border-right: 1px solid #5f6f86;
}
.col-menu:last-child{
	border-right: 0px;
}	
@media (max-width: 768px){
	.col-menu{
		border-right: 0px;
	}
}


.navbar-dark .navbar-nav .nav-link{
    text-align: right;
    padding: 7px !important;
}

.nav-link
{
	font-size: 18px;
}
.navbar{
	padding: 7px 14px;
}

@media(max-width: 1440px){
  .navbar-brand{
    margin-right: 1rem;
  }
  .navbar{
   /* padding: .5rem 1.77rem .5rem 1rem;*/
  }
}




/*CRUISE*/

.item_box{
    border:1px solid #081d3a;
    margin-top: 30px;
    position: relative;
}

.item_image{
    position: relative;
    height: 0;
    padding-bottom: 58.34%;
    overflow: hidden;
    display: block;
}
.item_image img{
        position: absolute;
    height: 100%;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    max-width: inherit !important;
    object-fit: cover;
}

.item_info{
    padding:20px;
}

.item_name{
    color:#1d3b71;
    font-weight: 600;
    font-size:20px;
    line-height: 24px;
    margin-bottom: 10px;
}

.item_price{
    font-size: 25px;
    line-height: 28px;
    font-weight: 600;
    color:#1d3b71;
}
.item_info_left{
    display: inline-block;
    width: calc(70% - 25px);
    margin-right:20px;
    font-size: 14px;
    line-height: 16px;
    color:#000;
}


.item_info_right{
    display: inline-block;
    width: 30%;
    padding-left:0px;
}

.item_info_right2{
    display: inline-block;
    width: 30%;
    padding-left:0px;
    text-align: right;
}

hr.gold_divider{

    border-image: linear-gradient(to right, #FFF 0%,#a1824f 100%);
    border-image-slice: 1;
    border-width: 1px;
    margin:15px 0;
}

.item_xtra_info{    
    margin:15px 0 0 0;
    font-size: 14px;
    line-height: 16px;
    padding-right: 70px;
}

.viewBtn{
    position: absolute;
    bottom:20px;
    right: 20px;
    cursor: pointer;
}

.open_sans{
    font-family: 'Open Sans';
}
.bold_text{
    font-weight: 600;
}

.light_text{
    font-weight: 500;
}

.blue_text{
    color:#1d3b71;
}


@media (max-width: 575px) {

}

@media (max-width: 767px) {

}

@media (min-width: 767px) and (max-width: 991px) {
    
    .item_name{
        font-size:16px;
        line-height: 20px;
    }

    .item_price{
        font-size: 20px;
        line-height: 22px;
    }
    .item_info_left{
        font-size: 12px;
        line-height: 14px;
    }
    .item_xtra_info{    
        font-size: 12px;
        line-height: 14px;
    }
}

@media (max-width: 1199px) {

}


.br-theme-fontawesome-stars .br-widget {
  height: 28px;
  white-space: nowrap;
  text-align: center;
  display: block;
  margin:20px auto;
}

.br-theme-fontawesome-stars .br-widget a {
  font: normal normal normal 20px/1;
  font-family: "Font Awesome 5 Free" !important;
  font-weight: 900 !important;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  margin-right: 2px;
}

.br-theme-fontawesome-stars .br-widget a:after {
  content: '\f005';
  color: #d2d2d2;
}

.br-theme-fontawesome-stars .br-widget a.br-active:after {
  color: #EDB867;
}

.br-theme-fontawesome-stars .br-widget a.br-selected:after {
  color: #EDB867;
}

.br-theme-fontawesome-stars .br-widget .br-current-rating {
  display: none;
}

.br-theme-fontawesome-stars .br-readonly a {
  cursor: default;
}
