/*
Theme Name: Yogyatourium
Theme URI: 
Description: Yogyatourium Theme
Version: 1.0.0
Author: Kelana
Author URI: kelana.id
*/

@import url('https://fonts.googleapis.com/css?family=Raleway:100,200,300,400,500,600,700,800,900');
@import url('fonts/knockout-48/style.css');
@import url('fonts/knockout-49/style.css');
@import url('fonts/Apercu/style.css');

*,
*:after,
*::before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin:0px;
	padding:0px;
}
html,body{
	height: 100%;
}
body{
	background: #fff;
	background-size: cover;
	font-family: 'apercu_regular', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color:#333;
    overflow: auto;
}
strong { 
	font-weight: 700; 
}
a, a:hover, a:focus {
	color: #111;
	text-decoration: none;
}
a:hover{
	color: #555;
	text-decoration: underline;
}
::-moz-selection { 
	background: #e8643e; 
	color: #fff; 
	text-shadow: none; 
}
::selection { 
	background: #e8643e; 
	color: #fff; 
	text-shadow: none; 
}
a:focus{
	outline: none!important;
}
.inline{
	display: inline-block;
}
.nomargin{
	margin:0px;
}
.nopadding{
	padding:0px;
}
.nomargin{
	margin:0;
}
.container{
	position: relative;
}
.norounded{
	border-radius: 0;
	border-color:transparent;
}
.font-knockout-48{
	font-family: 'KnockoutHTF48';
}
.font-knockout-49{
	font-family: 'KnockoutHTF49';
}
.flexbox{
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
}
.bg{
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.bg.black-opaque:before{
	content: "";
	position: absolute;
	top:0;
	left:0;
	bottom:0;
	right:0;
	background:rgba(0,0,0,0.6);
	z-index:10;
}
/* Navbar Section */
.navbar{
	height: 100px;
	margin: 0;
	border-radius: 0;
	-webkit-border-radius: 0;
	position: relative;
	z-index: 999;
	background: #fff;
	border: none;
	border-bottom: 1px solid #ddd;
}
.navbar-brand{
	margin-right: 30px;
}
.navbar-brand img{
	height: 50px;
}
.navbar-brand-home{
	display: none;
}
.navigation .navbar-nav{
	margin-top: 35px;
}
.navigation .navbar-nav li a{
	color: #333;
	font-family: 'KnockoutHTF49';
	font-size: 18px;
	text-transform: uppercase;
	padding: 10px 0;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	position: relative;
	margin: 0 15px 0 0;
}
.navigation .navbar-nav.navbar-right li a{
	margin: 0 0 0 15px;
}
.navigation .navbar-nav li a:before{
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	border-bottom: 2px solid #fff;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
}
.navigation .navbar-nav li a:hover{
	background: none;
	color: #555;
}
.navigation .navbar-nav li a:hover:before{
	width: 100%;
}
.navigation .navbar-nav li.visit-btn a{
	background: #fff;
	color: #111;
	padding: 10px 20px;
	border: 2px solid #333;
}
.navigation .navbar-nav li.visit-btn a:before{
	display: none;
}
.navigation .navbar-nav li.visit-btn a:hover{
	color: #fff;
	background: #111;
}
.navbar-home{
	background: linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0));
	border: none;
}
.navbar-home .navbar-brand{
	display: none;
}
.navbar-home .navbar-brand-home{
	display: block;
}
.navbar-home .navigation .navbar-nav li a{
	color: #fff;
}
.navbar-home .navigation .navbar-nav li a:hover{
	color: #fff;
}
.navbar-home .navigation .navbar-nav li.visit-btn a{
	border: none;
	color: #333;
}
.navbar-home .navigation .navbar-nav li.visit-btn a:hover{
	color: #fff;
}
/* Homepage */
.hero-section{
	background: #111;
	position: relative;
	margin-top: -100px;
	padding-top: 140px;
	color: #fff;
	height: 100%;
}
.hero-section.black-opaque:before{
	content: "";
	position: absolute;
	top:0;
	left:0;
	bottom:0;
	right:0;
	background:rgba(0,0,0,0.6);
	z-index:10;
}
.hero-section .container{
	position: relative;
	z-index: 99;
}
.caption{
	margin-bottom: 100px;
}
.caption .text{
	background: rgba(0,0,0,0.5);
	padding:30px;
	min-height: 50vh;
}
.caption h3{
	font-family: 'KnockoutHTF48';
	font-size: 70px;
	line-height: 60px;
	text-transform: uppercase;
	margin: 0 0 15px;
}
.caption p{
	font-size: 20px;
	text-shadow: 0px 1px 0px rgba(0,0,0,0.2);
}
.caption .btn-hero{
	background: #ffcf71;
	border: none;
	color: #222;
	font-size: 20px;
	text-transform: uppercase;
	font-family: 'KnockoutHTF49';
	padding: 10px 30px;
	border-radius: 0;
	-webkit-border-radius: 0;
	margin-top: 30px;
}
.promo-section{
	margin: 0;
}
.promo-section > div{
	padding: 0;
	text-align: center
}
.promo-section .box{
	background: #111;
	display: block;
	height: 100px;
	text-decoration: none;
}
.promo-section .box .bg:before{
	content: "";
	position: absolute;
	top: 0;left: 0;bottom: 0;right: 0;
	background: rgba(0,0,0,0.6);
	border:solid #fff;
	border-width: 2px 1px;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
}
.promo-section .box .title{
	position: absolute;
	top: 50%;left: 50%;
	display: block;
	padding: 10px 30px;
	border: 2px solid #fff;
	color: #fff;
	text-transform: uppercase;
	font-family: 'KnockoutHTF49';
	transform: translate(-50%, -50%);
	font-size: 16px;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	white-space: nowrap;
}
.promo-section .box:hover .bg:before{
	background: rgba(0,0,0,0);
}
.promo-section .box:hover .title{
	background: #fff;
	color: #111;
}
/* WRAPPER */
.section{
	position: relative;
}
.section-lg{
	padding: 50px 0;
}
.header-image{
	min-height: 300px;
	position: relative;
	overflow: hidden;
}
.header-image .bg:before{
	content: "";
	position: absolute;
	top: 0;left: 0;bottom: 0;right: 0;
	background: rgba(0,0,0,0.5);
}
.header-image .heading{
	position: relative;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	color: #fff;
}
.header-image .heading h1{
	font-size: 60px;
	font-weight: 200;
	font-family: 'KnockoutHTF48';
	text-transform: uppercase;
}
.social-link{
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
}
.social-link li{
	display: inline-block;
}
.social-link li a{
	color: #fff;
	font-size: 30px;
	display: block;
	margin: 10px;
}
.social-link li a:hover{
	color: red;
}
/* EVENT CARD */
.card{
	position: relative;
	margin: 0 0 30px;
	background: #fff;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	overflow: hidden;
	box-shadow: 0px 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0px 1px 1px rgba(0,0,0,0.1);
}
.card-header{
	padding: 10px 15px;
	border-bottom: 1px solid #f2f2f2;
	text-transform: uppercase;
	font-weight: bold;
	background: #509ECD;
	color: #fff;
}
.card-header.red{
	background: #DC443C;
	color: #fff;
}
.card-image{
	height: 150px;
	position: relative;
	margin: -1px -1px 0px;
}
.card-image .bg{
	background-position: center top;
}
.card-date{
	padding: 10px 15px;
	border-top: 1px solid #eee;
	font-size: 11px;
}
.card-body{
	padding: 15px;
}
.card-body .title{
	font-weight: bold;
	margin: 0 0 15px;
	display: block;
}
.card-body .media{
	padding: 0;
	margin: 0 0 5px;
	font-size: 12px;
	color: #aaa;
}
.card-body .media-body{
	vertical-align: middle;
}
/* LIST */
.list{
	list-style: none;
	margin: 0;
	padding: 0;
}
.list li a{
	display: block;
	padding: 10px 0;
	border-bottom: 1px solid #eee;
}
.list li:last-child a{
	border-bottom: none;
}
/* ICON IMAGE */
.icon{
	width: 20px;
	height: 20px;
	display: inline-block;
	vertical-align: middle;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.icon.icon-calendar{
	background-image: url('images/icon/small-calendar.png');
}
.icon.icon-marker{
	background-image: url('images/icon/location-gps.png');
}
/* VISIT MODAL */
#visit-modal .modal-dialog{
	width: 80%;
	border-radius: 0;
	-webkit-border-radius: 0;
	opacity: 0; transform: scale(.3);
    transition:all 200ms ease-in-out!important;
    -webkit-transition:all 200ms ease-in-out!important;
    overflow: auto;
}
#visit-modal.in .modal-dialog{
	opacity: 1; transform: scale(1);
}
#visit-modal .modal-content{
	border-radius: 0;
	-webkit-border-radius: 0;
	overflow: hidden;
}
#visit-modal .modal-content > .row > .col-sm-6{
	padding: 30px;
}
#visit-modal .bg{
	width: 50%;
	right: auto;
}
#visit-modal .info-modal{
	color: #fff;
	padding: 50px;
	position: relative;
	z-index: 10;
}
#visit-modal .info-modal h3{
	font-family: 'KnockoutHTF48';
	font-size: 40px;
	font-weight: normal;
}
#visit-modal .form .btn{
	background: #ffbe3e;
	color: #111;
	border-color: #ffbe3e!important;
}
#visit-modal button.close{
	font-size: 50px;
	font-family: arial;
	opacity: 1;
	color: #111;
	margin: 15px 30px 0 0;
	outline: none;
}
/* SUCCESS MODAL */
#success-modal{
    z-index: 9999!important;
    text-align: center;
}
#success-modal:before {
    display: inline-block;
    vertical-align: middle;
    content: " ";
    height: 100%;
}
#success-modal .modal-dialog{    
    display: inline-block;
    text-align: left;
    vertical-align: middle;
    border:none!important;
    overflow: visible!important;
    width: auto;
	opacity: 0; 
	transform: translateY(-100px);
	-webkit-transform: translateY(-100px);
    transition:all 400ms ease-in-out!important;
    -webkit-transition:all 400ms ease-in-out!important;
    overflow: auto;
}
#success-modal.in .modal-dialog{
	opacity: 1; 
	transform:translateY(0);
	-webkit-transform:translateY(0);
}
#success-modal .modal-content{
    border-radius: 3px!important;
    -webkit-border-radius: 0px!important;
    border:none!important;
    padding:15px;
    box-shadow: none!important;
    text-align: center;
    background: none!important;
    color: #fff!important;
}
#success-modal .close-btn{
	position: absolute;
	top: 0;
	right: 0;
	background: teal;
	color: #fff;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	font-size: 30px;
}


/* FORM */
.form-control{
	border-radius: 0;
	-webkit-border-radius: 0;
	border: 2px solid #ddd;
	box-shadow: none!important;
	-webkit-box-shadow: none!important;
	font-family: 'KnockoutHTF49';
	font-size: 14px;
}
.btn{
	border-radius: 0;
	-webkit-border-radius: 0;
	font-family: 'KnockoutHTF49';
	font-size: 18px;
}
.form-control:focus{
	border-color: #333;
}
.footer-section{
	padding: 40px 0;
}
.footer-section ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
.footer-section ul li a{
	padding: 5px 0;
	display: block;
}
.subscribe-box h4{
	margin-bottom: 15px;
}
.subscribe-box .form-control{
	border-radius: 0;
	-webkit-border-radius: 0;
	box-shadow: none;
	-webkit-box-shadow: none;
	border: 2px solid #ddd;
	height: 40px;
}

.widget_polylang select{
	border-radius: 0;
	-webkit-border-radius: 0;
	box-shadow: none;
	-webkit-box-shadow: none;
	border: 2px solid #ddd;
	height: 40px;
	width: 100%;
	font-family: 'KnockoutHTF49';
	padding: 0 5px;
	font-size: 14px;
}
.subscribe-box .btn,.subscribe-box .btn:hover,.subscribe-box .btn:focus,.subscribe-box .btn:active{
	background: #111;
	color: #fff;
	border-radius: 0;
	-webkit-border-radius: 0;
	border-color: #111;
	outline: none;
	font-family: 'KnockoutHTF49';
	font-size: 16px;
	padding: 0 15px;
	height: 40px;
}
#calendar-widget .ui-datepicker-inline{
	border-radius: 5px;
	-webkit-border-radius: 5px;
	overflow: hidden;
	background: #fff;
	border: none;
	box-shadow: 0px 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0px 1px 1px rgba(0,0,0,0.1);
}
#calendar-widget .ui-datepicker-header{
	background: #DC443C;
	padding: 30px;
	color: #fff;
	position: relative;
}
#calendar-widget .ui-datepicker-prev,
#calendar-widget .ui-datepicker-next{
	color: #fff;
	position: absolute;
	top: 15px;
	right: 15px;
	width: 30px;
	height: 30px;
	line-height: 30px;
	font-size: 20px;
	text-align: center;
	text-decoration: none;
	border-radius: 50%;
	cursor: pointer;
}
#calendar-widget .ui-datepicker-prev:hover,
#calendar-widget .ui-datepicker-next:hover{
	background: rgba(0,0,0,0.1);
}
#calendar-widget .ui-datepicker-prev{
	right: 50px;
}
#calendar-widget .ui-datepicker-prev:before{
	content: "\f104";
  	font-family: 'FontAwesome';
}
#calendar-widget .ui-datepicker-next:before{
	content: "\f105";
  	font-family: 'FontAwesome';
}
#calendar-widget .ui-datepicker-prev span,
#calendar-widget .ui-datepicker-next span{
	display: none;
}
#calendar-widget .ui-datepicker-month,
#calendar-widget .ui-datepicker-year{
	font-size: 20px;
	font-weight: 400;
	position: relative;
	margin-top: -30px;
}
#calendar-widget .date-today{
	display: block;
	font-size: 50px;
	font-weight: 200;
	position: relative;
	margin-top: -10px;
}
#calendar-widget .day-today{
	display: block;
	font-size: 30px;
	font-weight: 200;
	position: relative;
}
#calendar-widget .ui-datepicker-calendar{
	width: 100%;
	border-collapse: collapse;
}
#calendar-widget .ui-datepicker-calendar th,
#calendar-widget .ui-datepicker-calendar td{
	padding: 5px;
	border: 1px solid #eee;
	text-align: center;
}
#calendar-widget .ui-datepicker-calendar a{
	display: block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	text-decoration: none;
	border-radius: 50%;
	margin: 0 auto;
}
#calendar-widget .ui-datepicker-calendar a.ui-state-highlight{
	background: #0076BC;
	color: #fff;
}
#calendar-widget .ui-datepicker-calendar td.highlight a{
	background: #F8C301;
	color: #fff;
}
.footer{
	padding: 10px 0;
}
.footer .navbar-text{
	margin-left: 0px;
}
.footer .navbar-nav li a,.footer .navbar-nav li a:hover,.footer .navbar-nav li a:focus,.footer .navbar-nav li a:active{
	background: none;
}
.list-event-small{
	list-style: none;
	margin: 0;
	padding: 0;
}
.list-event-small li{
	overflow: hidden;
	position: relative;
	min-height: 80px;
	margin-bottom: 5px;
	background: #fff;
	border-radius: 5px;
	overflow: hidden;
	box-shadow: 0px 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0px 1px 1px rgba(0,0,0,0.1);
}
.list-event-small li .date{
	background: #DC443C;
	color: #fff;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 70px;
}
.list-event-small li .date .day{
	position: absolute;
	top: 0;left: 0;right: 0;
	padding:0 10px;
	height: 20px;
	line-height: 20px;
	font-size: 10px;
	text-align: center;
	background: rgba(0,0,0,0.1);
}
.list-event-small li .date .date{
	position: absolute;
	top: 20px;left: 0;right: 0;bottom: 0;
	padding: 5px;
	font-size: 30px;
	font-weight: 200;
	text-align: center;
}
.list-event-small li .info{
	margin-left: 80px;
	padding: 15px;
}
#intro-slider .slick-dots{
	list-style: none;
	margin:0;
	padding: 0;
	position: relative;
	top: -50px;
}
#intro-slider .slick-dots li{
	display: inline-block;
	margin-right: 15px;
}
#intro-slider .slick-dots li button{
	background: none;
	border: none;
	height: 5px;
	width: 30px;
	background: #fff;
	text-indent: -9999px;
	outline: none;
}
#intro-slider .slick-dots li.slick-active button{
	background: #FFCF71;
}
.venue-box{
	margin-bottom: 30px;
}
.venue-box h4{
	font-size: 16px;
	margin-bottom: 15px;
}
.venue-box h5{
	margin: 0!important;
}
.venue-box .media{
	margin: 0 0 10px;
}
.venue-box .media-left{
	padding-right: 15px;
}
.venue-box .media-left .fa{
	width: 30px;
	text-align: center;
}
.hero-slider{
	position: relative!important;
	height: 300px!important;
}
.hero-slider.big{
	height: 500px!important;
}
.hero-slider .slide{
	height: 100%;
	position: relative;
}
.hero-slider .slick-track,
.hero-slider .slick-list{
	height: 100%;
}
.hero-slider .slick-arrow{
	position: absolute;
	top:50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	z-index: 999;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	display: block;
	background:rgba(0,0,0,0.3);
	color:#fff;
	border:none;
	outline: none;
}
.hero-slider .slick-arrow.slick-prev{
	left:0;
}
.hero-slider .slick-arrow.slick-next{
	right:0;
}

@media (max-width: 992px){
	.container{
		width: 100%;
		max-width: 100%;
	}
}
@media (max-width: 767px){
	body{
		padding-top:60px;
	}
	.navbar .navbar-header{
		z-index: 9999;
	}
	.navbar{
		background:#fff;
		height: 60px!important;
		box-shadow: 0 8px 50px -20px rgba(14, 21, 47, 0.4);
		-webkit-box-shadow: 0 8px 50px -20px rgba(14, 21, 47, 0.4);
		position: fixed;
		top:0;
		left:0;
		right:0;
	}
	.navbar .navbar-brand{
		height: 50px!important;
		margin:5px 0!important;
		padding:0!important;
		text-align: center;
		position: absolute;
		top:0;
		left:0px;
		right:0;
		float: none;
	}
	.navbar-brand{
		display: block!important;
	}
	.navbar-brand-home{
		display: none!important;
	}
	.navbar .navbar-brand img{
		margin:0 auto!important;
		height: 40px;
		padding:0;
		text-align: center;
	}
	.navbar .navbar-toggle{
		position: absolute;
		top:15px;
		left:15px;
		z-index: 999;
		border:none!important;
		background: none!important;
		text-align: center;
		padding:0;
	}
	.navbar .navbar-toggle .icon-bar:nth-child(3){
		width: 15px!important;
	}
	.navigation{
		position: fixed;
		top:0px;
		left:0;
		bottom:0;
		right:0;
		max-height: none;
		height: auto!important;
		background:#fff;
		border:none;
		visibility: hidden;
		display: block!important;
		transform:translateX(-100%);
		-webkit-transform:translateX(-100%);
		transition: all 300ms ease;
		-webkit-transition: all 300ms ease;
		margin:0!important;
		padding:100px 0;
	}
	.navigation.in{
		transform: translateX(0);
		-webkit-transform: translateX(0);
		visibility: visible;
	}
	.navigation .navbar-nav,
	.navigation .navbar-nav.navbar-right{
		margin:0!important;
		padding:0!important;
	}
	.navigation > .navbar-nav > li{
		display: block;
	}
	.navigation > .navbar-nav > li > a{
		line-height: 120%!important;
		height: auto;
		padding:15px 30px;
		color:#333!important;
		font-size:20px;
		text-align: left;
		border-bottom:1px solid rgba(255,255,255,0.1);
		transition: all 300ms ease;
		-webkit-transition: all 300ms ease;
	}
	.navigation > .navbar-nav > li > a:hover,
	.navigation > .navbar-nav > li > a:active{
		background:rgba(0,0,0,0.1);
	}
	.navigation > .navbar-nav > li > a .fa-angle-down{
		float: right;
		margin:20px 0 0;
	}
	.navigation > .navbar-nav > li > ul{
		position: relative!important;
		top:auto!important;
		left:auto!important;
		right:auto!important;
		background:rgba(0,0,0,0.2)!important;
		border-radius: 0!important;
		-webkit-border-radius: 0!important;
		opacity: 1!important;
		visibility: visible!important;
		transform: translate(0,0)!important;
		-webkit-transform: translate(0,0)!important;
		background:#f5f5f5!important;
		box-shadow: none!important;
		-webkit-box-shadow: none!important;
	}
	.navigation > .navbar-nav > li > ul:before{
		display: none!important;
	}
	.navigation > .navbar-nav > li > ul > li > a{
		color:#333;
		padding-left:50px;
	}

	.nav-close-toggler{
		position: absolute;
		top:15px;
		right:15px;
		font-size:30px;
		width: 30px;
		height: 30px;
		line-height: 30px;
		text-align: center;
		text-decoration: none!important;
		background:red;
		border-radius: 50%;
		-webkit-border-radius: 50%;
		color:#fff!important;
		font-family: arial;
	}
	.footer-section{
		text-align: center;
	}
	.footer-section .col-sm-5{
		margin-top:30px;
	}
	.footer .pull-left,
	.footer .pull-right{
		display: block!important;
		float: none!important;
		text-align: center;
	}
	.footer .navbar-nav li{
		float: none;
		display: inline-block;	
	}
	#visit-modal .bg{
		display: none;
	}
	#visit-modal .info-modal{
		color:#333;
		position: relative;
		z-index: 99;
	}
	#visit-modal .modal-dialog{
		width: 95%!important;
		margin:15px auto;
	}
	.form-group.row > div{
		margin-bottom: 15px;
	}
	.form-group.row > div:last-child{
		margin-bottom: 0;
	}
	#visit-modal button.close{
		z-index: 99999!important;
		position: relative;
	}
	.event-list > div{
		width: 50%;
		float: left;
	}
	.event-list div:nth-child(2n+1){
		clear: both;
	}
}
@media (max-width: 480px){
	.event-list > div{
		width: 100%;
		float: none;
	}
	.caption h3{
		font-size:30px;
		line-height: 120%;
	}
	.caption p{
		font-size: 14px;
	}
	.caption .btn-hero{
		font-size:14px;
	}
}