@import url('https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,400;0,600;0,700;1,400;1,600;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Passions+Conflict&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400;500;600;700&family=Passions+Conflict&display=swap');

/* 
body{
background-color: #009cde;
background-image: radial-gradient(circle farthest-side at center bottom,#F0CB35,#C02425 125%);
background: linear-gradient(320deg,#f27121,#e94057,#8a2387);
}
 */
 
html {

  color: #5a5959;
  
  font: normal 14px / 22px 'Arimo';

}

.uk-button {
  box-shadow: 0 0px 0px 0 rgba(19, 17, 53, 0.7);
  font-family: 'Work Sans', sans-serif;
  font-weight: 500;
  text-transform: capitalize;

}

.uk-navbar-toggle {
    font-size: 15px;
    color: #333 !important;
    text-decoration: none;
}


.uk-button:hover,
.uk-button:focus {
  background-color: #443e73;
  color: #ffffff;
  /* 2 */
  outline: none;
  /* 3 */
  text-decoration: none;
  border-color: rgba(0, 0, 0, 0);
  box-shadow: 0 0px 0px 0 rgba(12, 4, 39, 0.54);
  transform: translateY(0px);
}
/* Active */
.uk-button:active,
.uk-button.uk-active {
  background-color: #343058;
  color: #ffffff;
  border-color: rgba(0, 0, 0, 0);
  box-shadow: 0 0px 0px 0 rgba(12, 4, 39, 0.54);
  transform: translateY(0px);
}

.uk-navbar-nav > li > a {
  font-size: 14px;
  font-family: 'Work Sans', sans-serif;
  font-weight: 600;
  text-transform: capitalized;
  text-transform: uppercase !important;
  letter-spacing: -0.5px;
		color: #687480;
}

 .uk-navbar-nav > li > a[href="#"] {
  cursor: pointer;
}

.uk-navbar-nav > li > a::after {
  bottom: -27px;
  background: #fff;
}

.tm-navbar-muted .uk-navbar:not(.uk-active) .uk-navbar-nav > li > a::after {
  background: #fff;
}

.tm-navbar-muted .uk-navbar:not(.uk-active) .uk-navbar-nav > li.uk-active > a {
  color: #F89E35;
}

/*.uk-navbar-nav > li.uk-active > a {
  color: #ffbf00;
  background-image: linear-gradient(283.67deg,#E62EEF -5.05%,#F89E35 96.25%);
  background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent
}
*/

.uk-navbar-nav > li.uk-active > a {
  color: #F89E35;
}

.uk-dropdown {
  padding: 15px;
  border-radius: 0px;

}

.uk-dropdown-navbar {
  margin-top: 32px;
  background: #ef9502;
  background-image: none;
  color: #fff;
  background-image: none;
}

.uk-nav-navbar .uk-nav-header {
  color: #ffffff;
}

.uk-nav-navbar > li > a {
  color: #ffffff;
  font-family: 'Work Sans', sans-serif;
  font-weight: 500;
  font-size: 14px;
  border-bottom: dotted 1px rgba(255,255,255, 0.4);
}

.uk-navbar-nav > li:hover > a,
.uk-navbar-nav > li > a:focus,
.uk-navbar-nav > li.uk-open > a {
  background-color: rgba(0, 0, 0, 0);
  color: #F89E35;
  /* 3 */
  outline: none;
}

.uk-dropdown:not(.uk-dropdown-stack) > .uk-dropdown-grid > [class*="uk-width-"] {
  padding-left: 15px;
  padding-right: 15px;
}

.uk-block-default {
	/*background: url(../images/h1-background-1.png) top center repeat-x;*/
	background:#FFF;
}

.uk-block-default2 {
	background-color: #13202e;
	padding-top: 10px !important;
	padding-bottom: 10px !important;
	color: rgba(199, 213, 227, 0.5);
}

.uk-blockheader {
  padding-top: 120px;
  padding-bottom: 0px;
}

.uk-block-default3 {
	background-color: #13202e;
	padding-top: 0px !important;
	padding-bottom: 10px !important;
	color: rgba(199, 213, 227, 0.5);
}

.uk-block-default3 .uk-container {
	border-top: solid 1px rgba(255,255,255, 0.07);
	margin-bottom: 20px;
}

.uk-block {
  padding-top: 20px;
  padding-bottom: 60px;
}

.tm-navbar {
  padding-top: 0px;
  padding-bottom: 0px;
		  position: relative;
  z-index: 2;
  background-color: #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
		border-top: 15px solid #eee;
}


.uk-navbar-nav {
  float: right;
}


hr {

  border-top: 1px solid rgba(0, 0, 0, 0.07);
}

.uk-grid-divider:empty {
  margin-top: 25px;
  margin-bottom: 25px;
   border-top: 1px solid rgba(0, 0, 0, 0.07);
}

.uk-block-nobg {
background-color: rgba(255,255,255, 0);
/* background-image: radial-gradient(circle farthest-side at center bottom,#F0CB35,#C02425 125%); */
background: rgba(255,255,255, 0);
  padding-top: 180px;
  padding-bottom: 60px;
}

.glass {
background: rgba(255, 255, 255, 0.2) !important;
border-radius: 5px;
box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
backdrop-filter: blur(5px);
-webkit-backdrop-filter: blur(5px);
border: 1px solid rgba(255, 255, 255, 0.3);
padding: 15px;
}

.tm-toolbar {
  height: 25px;
  padding: 5px 0;
  background: #2f3b8a;
  /* background-image: linear-gradient(150deg,#2f3b8a 0,#60165e 20%,#de2867 70%,#f4d000 100%); 
  background-image: linear-gradient(150deg,#2f3b8a 0,#60165e 20%,#de2867 70%); */
  color:#ffffff;
  font-size: 12px;
}

.tm-toolbar a,
.uk-link {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.tm-toolbar a:hover,
.uk-link:hover {
  color: #ffffff;
  text-decoration: none;
}

.uk-block-large2 {
  padding-top: 180px;
  padding-bottom: 60px;
}



.uk-panel-box {
  box-shadow: 0 3px 20px rgba(43,43,43,0.1);
  border-radius: 5px;
}


.uk-panel-box2 {
  box-shadow: 0 3px 20px rgba(43,43,43,0.1);
  border-radius: 5px;
  margin-top: -80px;
}


.uk-panel-box2 .uk-panel-title {
  margin-top: 0;
  padding-bottom: 0px !important;
  margin-bottom: 0px;
  font-size: 26px;
  line-height: normal;
  font-weight: 700;
  color: #999;
  font-family: 'Dancing Script', cursive !important;
  color: #036 !important;
}



.uk-panel-header2 {
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
  border-radius: 3px;
  background:#fff;
  padding: 20px;
  padding-top: 0px;
  border: 1px solid #ccc;
}

.uk-panel-header2 h3{
color: #fff;
margin-bottom: 10px;
margin-right: -20px;
margin-left: -20px;
margin-top: -20px;
padding: 8px;
padding-left: 20px;
font-size: 16px;
font-weight: 600;
-webkit-border-top-left-radius: 3px;
-webkit-border-top-right-radius: 3px;
-moz-border-radius-topleft: 3px;
-moz-border-radius-topright: 3px;
border-top-left-radius: 3px;
border-top-right-radius: 3px;
background: #003087;
color: #fff;
}



/*.hasbackground{
   background: url(../images/header-image4.jpg) top center no-repeat;
   background-attachment:fixed;
    -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='.myBackground.jpg', sizingMethod='scale');
-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='myBackground.jpg', sizingMethod='scale')";
  padding-top: 130px;
  padding-bottom: 40px; 

}*/

.hasbackground{
  	background-image: url(../images/belowimage.JPG), url(../images/header-image2.jpg);
	background-position:center bottom, center top;
	background-size: auto, cover;
	background-repeat:repeat-x, no-repeat ;
    padding-top: 0px;
  	padding-bottom: 00px;
	background-attachment: scroll, fixed;

}


/*.hasbackground::before {
   background: rgba(0, 0, 0, 0) linear-gradient(90deg, rgba(22, 46, 118, 0.95), rgba(32, 134, 159, 0.95)) repeat scroll 0 0;
   /*background: rgba(0, 0, 0, 0.3);
    content: "";
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
}
*/



.double{
    /* background: url(../images/the-firm3.jpg) top center repeat; */	
	background-color: #009cde;
	background-image: radial-gradient(circle farthest-side at center bottom,#009cde,#003087 125%);
    color: #ffffff;
    box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.03);
	padding: 35px;
	padding-top: 130px;
	padding-bottom: 60px;
}

.uk-blockheader{
	background: url(../images/img1.jpg) top center no-repeat;
	/* background-color: #009cde; */
	/* background-image: radial-gradient(circle farthest-side at center bottom,#009cde,#003087 125%); */
    padding-top: 20px;
  	padding-bottom: 10px;

}



.uk-block-default + .uk-block-default:not(.tm-footer), .uk-block-muted + .uk-block-muted:not(.tm-footer), .uk-block-primary + .uk-block-primary:not(.tm-footer), .uk-block-secondary + .uk-block-secondary:not(.tm-footer) {
 padding-top: 40px;
}

.tm-logo img{ padding: 5px; padding-left: 10px; padding-right: 10px; margin-top: 0px; }

.sini2 {border-bottom: solid 1px rgba(255,255,255, 0.4);}

.tm-footer {
  padding: 10px 0 !important;
  background: #0f1823 !important;
  font-size: 13px;
}

.uk-contrast h2 {
  color: #111111;
}


.uk-article-title {
  font-size: 28px;
  line-height: 48px;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 20px;
  color: #222;
  /*
  background-image:  linear-gradient(150deg,#2f3b8a 0,#60165e 20%,#de2867 70%,#f4d000 100%); 
  background-color: #ec2178;
  color: transparent !important;
  -webkit-background-clip: text;
  background-clip: text;
    -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  */
  font-family: 'Work Sans', sans-serif;
  border-bottom: solid 1px #ccc;
}

.uk-article > :last-child {
  margin-bottom: 20px;
}

.tm-blog-single > .uk-article-title, .tm-blog-single > .uk-article-meta {
  text-align: left;
}
.tm-content { padding: 20px; background: #fff; box-shadow: 0 0px 0px rgba(43,43,43,0.1); justify-content: center; border-radius: 0px; border: solid 0px #ccc; box-shadow: inset 0 0 0px #eee; margin-top: 0px; padding-top:5px;}


/*h1, h2, h4, h5, h6 {
  margin: 0 0 15px 0;
    margin-top: 0px;
    margin-bottom: 15px;
	font-family: 'Work Sans', sans-serif;
  font-weight: 600;
    background-image:  linear-gradient(150deg,#2f3b8a 0,#60165e 20%,#de2867 70%,#f4d000 100%); 
  background-color: #ec2178;
  color: transparent !important;
  -webkit-background-clip: text;
  background-clip: text;
    -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

}*/

h1, h2, h4, h5, h6 {
  margin: 0 0 15px 0;
    margin-top: 0px;
    margin-bottom: 15px;
	font-family: 'Work Sans', sans-serif;
  font-weight: 600;
  color:#222;

}

h2, .uk-h2 {
  font-size: 24px;
  line-height: 30px;

}

.tm-sidebar-b {margin-top: 0px;}

.uk-panel-box .uk-panel-title {
  margin-bottom: 5px;
  font-family: 'Work Sans', sans-serif;
}

.uk-h5 {
  font-size: 15px;
  font-family: 'Work Sans', sans-serif;
  font-weight: 600;
  text-transform: capitalize;
  letter-spacing: 0px;
  color:#222;
		line-height: normal;
}

.uk-dotnav > * > * {
  background: #ccc;
}

.uk-dotnav > .uk-active > * {
  background: #22b986;
}


.home-topdestination .uk-panel-teaser {
  margin-bottom: 10px;
}

.home-topdestination h3 {
  margin-bottom: 1px;
  border-bottom: solid 1px #eee;
		padding-bottom: 5px;
}

.home-topdestination .uk-margin {
  margin-top: 1px !important;
}

.home-topdestination .uk-panel-box {
	border: 1px solid #eee;	
	padding: 25px;
	
}


.home-topdestination .uk-badge {
  padding: 0 10px;
  background: #22b986;
  font-size: 12px;
  color: #ffffff;
  border-radius: 5px;
  font-family: 'Work Sans', sans-serif;
}

.home-topdestination .uk-panel-box .uk-panel-teaser > .uk-overlay {
  border-radius: 5px 5px 0 0;
}





.featured-destination .uk-panel-header {
  padding-bottom: 0px !important;
  border-bottom: 0px solid rgba(255, 255, 255, 0.07);
  color: #000;
}

.featured-destination .uk-panel-title {
  margin-top: 0;
  padding-bottom: 0px !important;
  margin-bottom: 0px;
  font-size: 26px;
  line-height: normal;
  font-weight: 700;
  color: #333;
  font-family: 'Dancing Script', cursive !important;
  color: #036 !important;
}

.reachbox {margin-top: 0px; padding-bottom: 20px; background: none !important; box-shadow: 0 0px 10px rgba(0,0,0,0) !important; }
.tm-bottom-d { padding-top: 30px;}


.home-latest {
  padding-top: 40px;
  padding-bottom: 60px;
  background: #ecf4ff;
  /*background: url(../images/h1-background-1.png) bottom center repeat-x #ffffff;*/
}



.uk-destination {
  padding-top: 40px;
  padding-bottom: 30px;
  background: url(../images/h5-bckg-img-02_center.jpg) bottom center repeat-x #edeae1;
}

.uk-destination2 {
  padding-top: 40px;
  padding-bottom: 120px;
  background:  #ffffff;
}

.uk-destination2 .uk-container{
 border-top: solid 0px rgba(0,0,0, 0.2); padding-top: 10px;
}

/*.uk-destination2  .uk-panel-header .uk-panel-title {
  padding-bottom: 3px;
  border-bottom: 0px solid rgba(255, 255, 255, 0.07);
  color: #fff;
  background-image: linear-gradient(150deg,#2f3b8a 0,#60165e 20%,#de2867 70%);
  font-size: 14px;
  font-weight: 600;
}
*/
.uk-destination2  .uk-panel-header .uk-panel-title {
  padding-bottom: 6px;
  padding-top: 6px;
  border-bottom: 0px solid rgba(255, 255, 255, 0.07);
  color: #fff;
  background: #fd8204;
  font-size: 20px;
  font-weight: 600;
}


.home-topdestination2 .uk-overlay-background {
  /*background: rgba(0, 0, 0, 0) linear-gradient(90deg, rgba(249, 75, 113, 0.7), rgba(120, 112, 232, 0.7)) repeat scroll 0 0;	*/
  background: rgba(0, 0, 0, 0.5);
  border-radius: 5px;
}


.home-topdestination2 .uk-overlay {
  border-radius: 5px;
}

.home-topdestination2 .uk-h3 {
  font-size: 18px;
  line-height: normal;
  font-weight: 600;
  font-family: 'Work Sans', sans-serif;
}

.home-topdestination2 .uk-panel-teaser {
  margin-bottom: 10px;
}

.home-topdestination2 h3 {
  margin-bottom: 1px;
}

.home-topdestination2 .uk-margin {
  margin-top: 1px !important;
}

.home-topdestination2 i { color:#FC3;}

.uk-button-primary {
color: #fff;
  background: #00a796;
/*background-image: linear-gradient(320deg,#ec215d,#ec2123);*/
border-radius: 5px;
}


.Harga {  font-size: 15px !important;
  line-height: normal !important;
  font-family: 'Work Sans', sans-serif !important;
  text-align:center; 
	background-color: #e0136b;
color: #fff;
background-image: linear-gradient(320deg,#ec215d,#ec2123);
border-radius: 500px;

 }
 
 
 
.Harga2 .uk-panel-teaser {
  margin-bottom: 10px;
}

.Harga2 h3 {margin-top: 10px;}
.Harga2 .uk-h4{
font-size: 15px;
font-weight:600;
line-height: normal;
font-family: 'Work Sans', sans-serif !important;
text-align: center;
text-transform: capitalize;
letter-spacing: 0px;
color: #fff;

}

.Harga2 .uk-panel-box .uk-panel-teaser > .uk-overlay {
  border-radius: 5px 5px 0 0;
}

.Harga2 .uk-panel-box {
  padding: 25px;
}


.Harga2 .uk-overlay-panel {
    position: absolute;
    top: 100px;
    bottom: 0px;
    left: 0;
    right: 0;
    padding: 20px;
    color: #ffffff;
}

.Harga2 .uk-overlay-background {
    background: rgba(0, 0, 0, 0.6) !important;
}


.achievements .uk-panel-box {
  box-shadow: 0 3px 20px rgba(43,43,43,0.1);
  border-radius: 5px;
   border: dashed 1px #ffc600;
  border-top: solid 5px #ffc600;
  padding: 20px;
  background: #fffbef;
}


.airlines .uk-overlay-background {
  background: rgba(0, 0, 0, 0.6);
}

.airlines .uk-overlay {


  border-radius: 5px;
}


.uk-subnav > * > * {
  display: inline-block;
  color: #a2a2a2;
  font-size: 16px;
  font-family: 'Work Sans', sans-serif !important;
  font-weight: 500;
  text-transform: capitalize;
  letter-spacing: -1px;
}

.uk-subnav-line > :nth-child(n+2)::before {
  margin-right: 15px;
  border-left: 1px solid #444444;
}

.uk-subnav > .uk-active > * {
    background-image:  linear-gradient(150deg,#2f3b8a 0,#60165e 20%,#de2867 70%,#f4d000 100%); 
  background-color: #ec2178;
  color: transparent !important;
  -webkit-background-clip: text;
  background-clip: text;
    -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}





.international-tours .uk-panel-teaser {
  margin-bottom: 10px;
}

.international-tours .uk-h5 {
  font-size: 15px;
  font-family: 'Work Sans', sans-serif;
  font-weight: 600;
  text-transform: capitalize;
  letter-spacing: 0px;
  color: #555;
}

.international-tours h3 {
  margin-bottom: 1px;
  border-bottom: solid 1px #eee;
}

.international-tours .uk-margin {
  margin-top: 1px !important;
}

.international-tours .uk-panel-box {
	border: 1px solid #ddd;	
	padding: 25px;
}

.international-tours .uk-badge {
  padding: 0 10px;
  background:rgba(255,255,255,0.4);
  border: 1px solid #fff;
  font-size: 12px;
  color: #ffffff;
  border-radius: 5px;
  font-family: 'Work Sans', sans-serif;
}

.international-tours .uk-panel-box .uk-panel-teaser > .uk-overlay {
  border-radius: 5px 5px 0 0;
}

.international-tours .uk-margin {
  margin-bottom: 15px;
}

.international-tours .category { padding: 2px 10px;
font-size: 12px;
border-radius: 3px;
font-family: 'Work Sans', sans-serif;
font-weight: normal;
line-height: 22px;
background: #fff1f0;
color: #d85030;
border: 1px solid rgba(216,80,48,.3);
}

.international-tours .category2 { padding: 2px 10px;
font-size: 12px;
border-radius: 3px;
font-family: 'Work Sans', sans-serif;
font-weight: normal;
line-height: 22px;
background: #fffceb;
color: #e28327;
border: 1px solid rgba(226,131,39,.3);
}

.international-tours .uk-subnav {

  margin-bottom: 20px !important;
  border-bottom: solid 1px #ddd !important;
  padding-bottom: 10px !important;
}


.price {
  font-size: 15px;
  font-family: 'Work Sans', sans-serif;
  font-weight: 600;
  text-transform: capitalize;
  letter-spacing: 0px;
  color: #777;
}


.home-topdestination .category { padding: 2px 10px;
font-size: 12px;
border-radius: 3px;
font-family: 'Work Sans', sans-serif;
font-weight: normal;
line-height: 22px;
background: #fff1f0;
color: #d85030;
border: 1px solid rgba(216,80,48,.3);
}

.home-topdestination .category2 { padding: 2px 10px;
font-size: 12px;
border-radius: 3px;
font-family: 'Work Sans', sans-serif;
font-weight: normal;
line-height: 22px;
background: #fffceb;
color: #e28327;
border: 1px solid rgba(226,131,39,.3);
}

.home-topdestination .uk-panel-box {
	border: 1px solid #ddd;	
	padding: 25px;
}

/* K2 CSS */
div.itemAttachmentsBlock {
  padding: 4px;
  padding-left: 20px;
  border-bottom: 0px solid #ccc;
  background: #ddd;
}
div.itemFullText {
  padding: 4px;
}

div.itemFullText img{
 border-radius: 3px;
 padding: 10px;
border: solid 1px #ddd;
}

div.itemExtraFields h3 {
  margin: 0;
  padding: 3px 0 3px 20px;
  font-family: 'Work Sans', sans-serif;  
  font-weight: 600 !important;
  font-size: 18px;
  background: #009cde;
color: #ffffff;
margin-bottom: 20px;
}

div.itemHeader h2.itemTitle {
  padding: 3px 0 4px 0;
  margin: 0;
  border-bottom: solid 1px #ccc;
  margin-bottom: 20px;
}
div.itemHeader h2.itemTitle {
  font-size: 28px;
  
  
}

div.itemExtraFields ul {
  margin: 0;
  padding: 15px;
  list-style: none;
  background: #ffffff;
  border-radius: 3px;
  border: 0px solid #ddd;
}

div.itemExtraFields ul li {
  display: block;
  border-bottom: solid 1px #ddd;
  padding-bottom: 3px;
  
}

div.itemExtraFields ul li span.itemExtraFieldsLabel {

  margin: 0 0px 0 0;
  width: 30%;
}

div.itemAttachmentsBlock ul.itemAttachments li a {
	color: #000;
	font-weight: 600;
}



.aliasPricePerPersonRM {font-size: 18px; font-weight: 600; color:#222; font-family: 'Work Sans', sans-serif;   }

.aliasDurations::before {
	content: '\f017';
	font-family: FontAwesome;
	float: left;
	margin-left: 0em;
	margin-right: 0.5em;
	font-weight: normal;
	font-size: 14px;
	color:#C03;
}

.aliasCountry::before {
	content: '\f0ac';
	font-family: FontAwesome;
	float: left;
	margin-left: 0em;
	margin-right: 0.5em;
	font-weight: normal;
	font-size: 14px;
	color:#C03;
}

.aliasTourCategory::before {
	content: '\f06b';
	font-family: FontAwesome;
	float: left;
	margin-left: 0em;
	margin-right: 0.5em;
	font-weight: normal;
	font-size: 14px;
	color:#C03;
}

.aliasBookingValidity::before {
	content: '\f133';
	font-family: FontAwesome;
	float: left;
	margin-left: 0em;
	margin-right: 0.5em;
	font-weight: normal;
	font-size: 14px;
	color:#C03;
}

.aliasTravelValidity::before {
	content: '\f1d8';
	font-family: FontAwesome;
	float: left;
	margin-left: 0em;
	margin-right: 0.5em;
	font-weight: normal;
	font-size: 14px;
	color:#C03;
}

.aliasValidUntil::before {
	content: '\f133';
	font-family: FontAwesome;
	float: left;
	margin-left: 0em;
	margin-right: 0.5em;
	font-weight: normal;
	font-size: 14px;
	color:#C03;
}




div.itemBackToTop {
  text-align: right;
  display: none;
}
/* END OF K2 CSS */

.chronoforms6_credits { display: none !important}

.ui.form input[type="text"], .ui.form input[type="time"], .ui.form input[type="url"] {
  font-family: Arimo,'Helvetica Neue',Arial,Helvetica,sans-serif;
  font-size: 14px;

}

.ui.form .field > label {
  display: block;
  margin: 0 0 4.00000006px 0;
  color: rgba(0,0,0,.87);
  font-size: .92857143em;
  font-weight: 600;
  text-transform: none;
  font-family: Arimo,'Helvetica Neue',Arial,Helvetica,sans-serif;
}

.railpage h3 {
	  font-family: 'Work Sans', sans-serif;  
  font-weight: 600 !important;
  font-size: 20px;
  color: #036;
}

.railpage img {
	padding: 10px;
	border: solid 1px #ddd;
	  border-radius: 3px;
	  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}







.europepass .uk-panel-teaser {
  margin-bottom: 10px;
}

.europepass .uk-h5 {
  font-size: 15px;
  font-family: 'Work Sans', sans-serif;
  font-weight: 600;
  text-transform: capitalize;
  letter-spacing: 0px;
  color: #036;
}

.europepass h3 {
  margin-bottom: 1px;
  border-bottom: solid 1px #eee;
  color: #036;
}

.europepass .uk-panel-title {
	  font-family: 'Work Sans', sans-serif;  
  font-weight: 600 !important;
  font-size: 20px;
  color: #036;
  padding-bottom: 5px;
}

.europepass .uk-margin {
  margin-top: 1px !important;
}

.europepass .uk-panel-box {
	border: 1px solid #ddd;	
	padding: 25px;
}

.europepass .uk-badge {
  padding: 0 10px;
  background:rgba(255,255,255,0.4);
  border: 1px solid #fff;
  font-size: 12px;
  color: #ffffff;
  border-radius: 5px;
  font-family: 'Work Sans', sans-serif;
}

.europepass .uk-panel-box .uk-panel-teaser > .uk-overlay {
  border-radius: 5px 5px 0 0;
}

.europepass .uk-margin {
  margin-bottom: 15px;
}

.japanrailpass img{ 	padding: 10px;
	border: solid 1px #ddd;
	  border-radius: 3px;
	  box-shadow: 0 2px 4px rgba(0,0,0,0.1);}
	  
	  
	  
/* K2 FILTER */
input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
  background-color: #fff;
}

select:focus,
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  /* Reset */
  box-shadow: none;
  /* Overrides */
  border-color: rgba(0, 0, 0, 0.3);
  outline: 0;
  background: #fff;
  background-image: none;
}
  select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
  border-radius: 0;
  box-shadow: none;
  height: 35px;
  line-height: 35px;
  color: #a2a2a2;
  border-radius: 3px;
  background-image: none;
  font-size: 13px;
  font-family: 'Arimo';
  font-weight: normal;
  letter-spacing: 0px;
  border: solid 1px #ccc;
  border-radius: 3px;
}

.ja-filter-wrapper .filter-content .block-subtitle {
  border-bottom: 1px solid #d7d7d7;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0px;
  margin: 0 0 20px;
  padding: 0 0 10px;
  text-transform: capitalize;
  font-family: 'Work Sans', sans-serif;
  color: #036;
}

.btn {
  /* Reset */
  border: none;
  /* Todo */
  border-radius: 0;
  border-color: transparent;
  box-shadow: none;
  text-shadow: none;
  /* Overrides */
  line-height: 25px;
  width: 100%;
  background: #3a3562;
  color: #fff;
  border: 0 solid rgba(0, 0, 0, 0);
  border-radius: 3px;
  background-image: none;
  box-shadow: 0 0px 0px 0 rgba(19, 17, 53, 0.7);
  font-family: 'Arimo';
  font-weight: 300;
  text-transform: capitalize;
  letter-spacing: 0px;
  -webkit-transition: transform 0.2s cubic-bezier(0, 0, 0, 0), background 0.15s cubic-bezier(0, 0, 0, 0);
  transition: transform 0.2s cubic-bezier(0, 0, 0, 0), background 0.15s cubic-bezier(0, 0, 0, 0);
}
.btn:hover,
.btn:focus {
  /* Reset */
  background-position: 0 0;
  -webkit-transition: none;
  transition: none;
  /* Overrides */
  background-color: #443e73;
  color: #ffffff;
  border-color: rgba(0, 0, 0, 0);
  box-shadow: 0 0px 0px 0 rgba(12, 4, 39, 0.54);
  transform: translateY(0px);
}
.btn.active,
.btn:active {
  /* Reset */
  box-shadow: none;
  /* Overrides */
  background-color: #343058;
  color: #ffffff;
  border-color: rgba(0, 0, 0, 0);
  box-shadow: 0 17px 17px 0 rgba(12, 4, 39, 0.54);
  transform: translateY(-3px);
}

.ja-filter-wrapper .filter-content {
  background-color: #fff;
  padding: 20px;
  border: 1px solid #ddd;
  box-shadow: 0 3px 20px rgba(43,43,43,0.1);
border-radius: 5px;
}

.ja-products-wrapper .product-item .product-item-info {
  background: #fff;
  border: 1px solid #ddd;
  box-shadow: 0 3px 20px rgba(43,43,43,0.1);
border-radius: 5px;
}

.ja-products-wrapper .product-item .product-item-name {
  font-size: 120%;
  font-weight: 600;
  margin: 0;
  line-height: 1.3;
}
.ja-products-wrapper .product-item .name {
  margin-bottom: 0px;
}

.ja-filter-wrapper .filter-content .filter-options-title span {
  background-color: #e1e1e1;
  border-radius: 2px;
  display: inline-block;
  font-size: 12px;
  letter-spacing: 0px;
  padding: 5px 10px 5px 28px;
  position: relative;
  text-transform: capitalize;
  font-family: 'Work Sans', sans-serif;
}

.ja-products-wrapper .product-item-details {
  line-height: normal;
}

.ja-products-wrapper .product-item-photo {
  margin-bottom: 10px;
  margin-right: -7px;
  margin-left: -7px;
  margin-top: -7px;
}

.product-item-actions .btn {
background-color: #e0136b;
color: #fff;
background-image: linear-gradient(320deg,#ec215d,#ec2123);
border-radius: 500px;	
	
}
.ct6 { margin-bottom: 15px; }
.ct6 .field-value-full { color:#555; font-weight: 600; font-family: 'Work Sans', sans-serif; border-bottom: solid #ccc 1px; padding-bottom: 5px; }
.ct4 .field-value {font-size: 20px; font-weight: 600;  }
.ct4 .field-label {font-size: 12px;   }

/* END OF MEGAFILTER */



/* ACCORDION */
.faq .uk-accordion-title {
  margin-top: 0;
  margin-bottom: 10px;
  padding: 5px 10px;
background: #2f3b8a;
color: #ffffff;
  font-family: 'Work Sans', sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  cursor: pointer;
  text-transform: capitalize;
  letter-spacing: 0px;
  border-bottom: 0px solid rgba(255, 255, 255, 0.07);
  transition: border-color 0.2s ease;
  border-radius: 5px;
}

.faq .uk-accordion-title:hover, .uk-accordion-title:active, .uk-accordion-title.uk-active {
  border-bottom-color: #a2a2a2;
  background: #4250ae;
color: #ffffff;
}

.faq .uk-accordion-content {
  padding: 15px 15px 15px 15px;
}


.uk-offcanvas-bar {
  background: #003087;
}

.uk-nav > li > a {
  font-family: 'Work Sans', sans-serif;
  font-weight: 300;
  font-size: 13px;
  text-transform: capitalize;
  letter-spacing: 0px;
}
.uk-nav-offcanvas > li > a {
  color: #ffffff;
  
  padding: 5px 15px;
border-bottom: dotted 1px rgba(255,255,255, 0.4);
font-weight: 600;
  
}

.uk-nav-offcanvas ul a {
  color: rgba(255,255,255,0.5);
}

.uk-nav-offcanvas ul {
  padding-left: 35px;
}

.uk-navbar-toggle {
  font-size: 15px;
  color: #fff;
  text-decoration: none;
}

.product-item-link a {color: #036 !important;}
.product-item-name a {color: #036 !important;}



.uk-nav-header {
  padding: 3px 20px;
  text-transform: capitalize;
  font-weight: 600;
  font-size: 14px;
  font-family: 'Work Sans', sans-serif;
  letter-spacing: 0px;
}

.uk-nav ul > li > a {
  font-size: 13px;
  font-weight: normal;
}
.uk-nav-navbar ul a {
  color: rgba(255,255,255,0.6);
  border-bottom: dotted 1px rgba(255,255,255,0.6);
}

html:not(.uk-touch) .uk-nav-offcanvas ul a:hover {
  color: rgba(255,255,255,1);
}
.uk-nav-dropdown > li.uk-active > a {
  color: rgba(255,255,255,1);
}
.uk-nav-navbar > li.uk-active > a {
  color: rgba(255,255,255,1);
}

.uk-nav-navbar ul a:hover {
  color: rgba(255,255,255,1);
}


.uk-nav-navbar ul a:hover {
   color: rgba(255,255,255,1);
}

.uk-dropdown:not(.uk-dropdown-stack) > .uk-dropdown-grid > [class*="uk-width-"]:nth-child(n+2) {
  border-left: 1px solid rgba(255, 255, 255, 0.3);
}

ul.uk-nav-sub {
  padding: 0px 0 0px 0px;
}


.cruise h3 {
  color: #003087;
  font-weight: 600;
  border-bottom: solid 1px #ccc;
  padding-bottom: 10px;
  font-family: 'Work Sans', sans-serif;
}

.cruise .uk-panel-box {
  box-shadow: 0 3px 20px rgba(43,43,43,0.1);
  border-radius: 5px;
  border: 1px solid #ddd;
}




.cruisebox .uk-panel-teaser {
  margin-bottom: 10px;
}

.cruisebox .uk-h5 {
  font-size: 15px;
  font-family: 'Work Sans', sans-serif;
  font-weight: 600;
  text-transform: capitalize;
  letter-spacing: 0px;
  color: #555;
}

.cruisebox h3 {
  margin-bottom: 1px;
  border-bottom: solid 1px #eee;
}

.cruisebox .uk-margin {
  margin-top: 1px !important;
}

.cruisebox .uk-panel-box {
	border: 1px solid #ddd;	
	padding: 25px;
}

.cruisebox .uk-badge {
  padding: 0 10px;
  background:#36af86;
  border: 1px solid #36af86;
  font-size: 12px;
  color: #ffffff;
  border-radius: 5px;
  font-family: 'Work Sans', sans-serif;
}

.cruisebox .uk-panel-box .uk-panel-teaser > .uk-overlay {
  border-radius: 5px 5px 0 0;
}

.cruisebox .uk-margin {
  margin-bottom: 15px;
}

.cruisebox .category { padding: 2px 10px;
font-size: 12px;
border-radius: 3px;
font-family: 'Work Sans', sans-serif;
font-weight: normal;
line-height: 22px;
background: #fff1f0;
color: #d85030;
border: 1px solid rgba(216,80,48,.3);
}

.cruisebox .category2 { padding: 2px 10px;
font-size: 12px;
border-radius: 3px;
font-family: 'Work Sans', sans-serif;
font-weight: normal;
line-height: 22px;
background: #fffceb;
color: #e28327;
border: 1px solid rgba(226,131,39,.3);
}

.cruisebox .uk-subnav {

  margin-bottom: 20px !important;
  border-bottom: solid 1px #ddd !important;
  padding-bottom: 10px !important;
}

.travel_validity {font-size: 12px;}


.frontpage-best .uk-overlay-panel {
  bottom: 0px;
  color: #ffffff;
  left: 0;
  padding: 20px;
  padding-top: 20px;
  position: absolute;
  right: 0;
  top: 120px;
  text-shadow: 1px 1px 5px #000;
}

.frontpage-best .inilah {
  text-align: left;
}

.frontpage-best .inilah {
  left: 15px;
  float: left;
  display: block;
  position: absolute;
  text-align: left;
}

.frontpage-best .uk-overlay {
  box-shadow: 0px 0px 6px rgba(0,0,0,0.05);
  border: 1px solid rgba(0,0,0,0.15);
  border-radius: 4px;
  text-shadow: 0 0px 0px rgba(0, 0, 0, 0.20);
}

.frontpage-best .uk-overlay-background {
  background: rgba(0, 193, 249, 0.9);
  content: "";
  background: linear-gradient(0deg, rgba(40, 184, 220, 0.9) 50%, rgba(40, 184, 220, 0) 90%) transparent;
  mix-blend-mode: multiply;
}

.frontpage-best h3 {
  font-size: 18px;
  font-family: 'Work Sans', sans-serif;
  font-weight: 600;
  text-transform: capitalize;
  letter-spacing: 0px;
  color: #fff !important;
  border-bottom: solid 0px #eee !important;
  margin-bottom: 0px !important;
  background: none !important;
  padding: 0px !important;
}

.frontpage-best .front-price {
  font-size: 16px;
  font-family: 'Work Sans', sans-serif;
  font-weight: 600;
  line-height: 5px;
  color: #ffc000;
}

.frontpage-best .front-durations {
  font-size: 12px;
  font-family: 'Work Sans', sans-serif;
}

.tm-text-lead {
  font-family: 'Work Sans', sans-serif;
  letter-spacing: 0px;
  font-size: 12px;
  text-transform: capitalize;
  margin-top: -10px;
}
