
html {
	background-color: #eed0a4;
}

* {

  -webkit-transition: all 0.3s;
     -moz-transition: all 0.3s;
       -o-transition: all 0.3s;
      -ms-transition: all 0.3s;
          transition: all 0.3s;
	outline: none
}

#bg_container {
	background-color: #eed0a4;
	background: url(../img/paper_bg.jpg) no-repeat center center fixed;
	background-size: cover;
}

h1 {
	font-family: "Courier New";
	font-weight: 700;
	letter-spacing: -1px;
	text-align: center;
	color: #000000;
	margin:0;
	padding:0;
}

h2 {
	font-family: "Courier New";
	font-size: 1.5em;
	font-weight: 700;
	letter-spacing: -1px;
	text-align: center;
	color: #000000;
	margin:0;
	padding:0;
}

h3 {
	font-family: "Courier New";
	font-size: 1.25em;
	font-weight: 700;
}

p { margin-bottom: 25px; }

#mobile_logo { display:none; }

#large_logo {
	display:block;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	align-content:center;
	clear:both;
	float:none;
	margin-top:10px;
}

img.center_logo {
	display:block;
	margin-left:auto;
	margin-right:auto;
}

.img-float-left {
	float:left;
	margin-right:10px;
	margin-bottom:10px;
	border-radius:5px;
	-moz-box-shadow:    0px 0px 3px 2px #333;
  	-webkit-box-shadow: 0px 0px 3px 2px #333;
  	box-shadow:         0px 0px 3px 2px #333;
}

.img-float-right {
	float:right;
	margin-left:10px;
	margin-bottom:10px;
	border-radius:5px;
	-moz-box-shadow:    0px 0px 3px 2px #333;
  	-webkit-box-shadow: 0px 0px 3px 2px #333;
  	box-shadow:         0px 0px 3px 2px #333;
}

.btn {
	border-radius: 3px;
	font-family: "Courier New";
	font-size: 14px;
	font-weight: 900;
	letter-spacing: -1px;
	border: none;
	text-transform: uppercase;
}

.btn-success {
	color:#3d6f23;
	text-shadow: 1px 1px #89cc6c;
	background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(0, #82D344),
		color-stop(1, #51AF34)
	);
	background-image: -o-linear-gradient(bottom, #82D344 0%, #51AF34 100%);
	background-image: -moz-linear-gradient(bottom, #82D344 0%, #51AF34 100%);
	background-image: -webkit-linear-gradient(bottom, #82D344 0%, #51AF34 100%);
	background-image: -ms-linear-gradient(bottom, #82D344 0%, #51AF34 100%);
	background-image: linear-gradient(to bottom, #82D344 0%, #51AF34 100%);
}

.btn-success:hover {
	text-shadow: 1px 1px #35661c;
}

.btn-primary {
	color: #22619f;
	text-shadow: 1px 1px #5196da;
	background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(0, #57ABFF),
		color-stop(1, #1D81E5)
	);
	background-image: -o-linear-gradient(bottom, #57ABFF 0%, #1D81E5 100%);
	background-image: -moz-linear-gradient(bottom, #57ABFF 0%, #1D81E5 100%);
	background-image: -webkit-linear-gradient(bottom, #57ABFF 0%, #1D81E5 100%);
	background-image: -ms-linear-gradient(bottom, #57ABFF 0%, #1D81E5 100%);
	background-image: linear-gradient(to bottom, #57ABFF 0%, #1D81E5 100%);
}

.pattern {
	background: url(../img/pattern.png) repeat;
}

/* [01] Top Navigation */
	.topnav {
		width: 100%;
		position: absolute;
		top: 50px;
	}

	.topnav .navbar-custom {
		min-height: 90px;
		line-height: 90px;
		margin-bottom: 0px;
		background: rgba(0,0,0, 0.7);
	}
	
	.topnav .navbar-custom .navbar-brand {
		padding: 0 15px;
		line-height: 80px;
	}
	
	.topnav .navbar-custom .navbar-nav {
		margin: 23px 0 0 0
	}
	
	.topnav .navbar-custom .navbar-nav li a {
		font-family: "Courier New";
		font-size: 20px;
		font-weight: 300;
		letter-spacing: -1px;
		color:#ffffff;
		border: 1px solid transparent;
		border-radius: 5px;
		padding: 8px 12px;
	}
	
	.topnav .navbar-custom .navbar-nav li a:hover {
		background: transparent;
		color:#37A03E;
		border: 1px solid #ffffff;
	}
	
	.topnav .navbar-custom .navbar-nav li a:active {
		background: transparent;
		color:#ffffff;
		border: 1px solid #ffffff;
	}
	
	.topnav .navbar-custom .navbar-nav li a:focus {
		background: transparent;
		color:#37A03E;
		border: 1px solid #ffffff;
	}

	.topnav .top-nav-collapse {
		background-color: rgba(0,0,0, 1);
		border-bottom: 3px solid #ffffff
	}
	
	.topnav .navbar-custom .navbar-toggle .icon-bar {
		background:#ffffff;
	}
	
	.topnav .navbar-header {
		height: 90px;
	}
	
	.topnav .navbar-header .navbar-toggle {
		margin-top: 28px;
		border: 1px solid #ffffff;
	}
	
/* [02] Slider */
	.slider {
		position: relative;
		-webkit-box-shadow: 0px 0px 8px 2px #000000;
       -moz-box-shadow: 0px 0px 8px 2px #000000;
            box-shadow: 0px 0px 8px 2px #000000;
	}
	
	.slider .item a:after {
		content: attr(data-text);
		text-align: center;
		width: 100%;
		margin: 0 auto;
		padding: 4px 8px;
		position: absolute;
		top: 50%;
		white-space: nowrap; 
		z-index: 20;
		font-family: "Courier New";
		font-size: 50px;
		font-weight: 300;
		color: #ffffff;
		letter-spacing: -4px;
		text-shadow: 1px 1px rgba(0,0,0,0.5);
	}

	.slider .slider-arrows {
		position: absolute;
		bottom:0;
		width: 100%;
		height: 55px;
		text-align: center;
	}

	.slider .slider-arrows i {
		color:#ffffff;
		font-size: 30px;
		cursor: pointer;
	}

	.slider .slider-arrows i:hover {
		color#37A03E;
	}

	.top_contact {
		font-family: "Courier New";
		font-size: 18px;
		font-weight: 500;
		letter-spacing: 0;
		color: #000000;
		text-shadow: 1px 1px #999999;
	}

/* [03] About Us */
	.about_section {
		padding: 60px 0 80px 0
	}
	
	.about_section h1 {
		margin-bottom: 50px;
		text-shadow: 1px 1px #ffffff;
	}

	
	.about_section h3 {
	font-family: "Courier New";
	font-size: 1.25em;
	font-weight: 700;
	color: #000000;
	}

	
	.about_section .desc {
		padding-top: 30px;
		font-family: "Courier New";
		font-size: 18px;
		font-weight: 500;
		letter-spacing: 0;
		color: #000000;
		text-shadow: 1px 1px #999999;
	}


/* [04] Last Minute Deal */
	.last-minute {
		background-color: rgba(0,0,0, 1);
		background-image: url(../img/train.jpg);
		background-repeat: no-repeat;
		background-position: center center;
		background-attachment: fixed;
		padding: 30px 0
	}
	
	.last-minute h1 {
		color: #CCC;
	}
	
	.last-minute h3 {
		text-align: center;
		color: #CCC;
	}
	
	.last-minute .last-deal {
		padding: 5px 0;
		font-family: "Courier New";
		font-size: 20px;
		font-weight: 300;
		letter-spacing: -1px;
		text-align: left;
		color: #CCC
	}

	.last-minute .stars {
		text-align: center
	}

/* [05] Tours */
	.tours {
		padding: 120px 0 80px 0;
		font-family: "Courier New";
		font-size: 18px;
		font-weight: 500;
		letter-spacing: 0;
		color: #000000;
		text-shadow: 1px 1px #999999;
	}
	
	.tours h1 {
		margin-bottom: 50px;
		text-shadow: 1px 1px #ffffff;
	}

	.tours .item {
		position: relative;
		margin: 0 15px
	}
	
	.tours .item img {
		border-radius: 3px 3px 0 0
	}
	
	.tours .item:hover > .badge {
		top: 40px;
	}
	
	.tours .item:hover > .tour-title {
		background: #ef2700;
	}
	
	.tours .item:hover > .tour-title a {
		color: #fff;
	}
	
	.tours .item .badge {
		background: none;
		position: absolute;
		top: 30px;
		right: -14px
	}
	
	.tours .item .tour-title {
		padding: 15px 0;
		background: #102a5d;
		text-align: center;
	}
	
	.tours .item .tour-title .title {
		font-family: "Courier New";
		font-size: 18px;
		font-weight: 700;
		color: #ffffff;
		margin: 0 0 -3px 0;
	}
	
	.tours .item .tour-title a {
		font-family: "Courier New";
		font-size: 14px;
		font-weight: 300;
		color#37A03E;
		text-decoration: none;
	}
	
	.tours .item .tour-title a:hover {
		color: #ffffff
	}
	
	.tours .item .tour-details {
		padding: 25px;
		background:#ffffff;
		font-family: "Courier New";
		font-size: 14px;
		font-weight: 500;
		text-align: center;
		color: #777777;
		border-radius: 0 0 3px 3px
	}

	.tour-detail {
		position: relative;
		background:#ffffff;
		padding: 20px;
		border-radius: 5px;
	}
	
	.tour-detail .loading {
		padding: 200px 0;
		text-align: center;
		font-family: "Courier New";
		font-size: 14px;
		font-weight: 300;
		color#37A03E;
	}
	
	.tour-detail h1 {
		text-align: left;
		margin: 0 0 10px 0;
	}
	
	.tour-detail .stars {
		margin-bottom: 20px
	}
	
	.tour-detail .desc {
		font-family: "Courier New";
		font-size: 16px;
		font-weight: 300;
		letter-spacing: -1px;
		color: #999999
	}
	
	.tour-detail img {
		border-radius: 3px;
	}
	
	.tour-detail .close {
		position: absolute;
		top: 20px;
		right: 20px;
		font-size: 30px;
	}
	
/* [06] Banner */
	.banner {
		background-color: rgba(0,0,0, 1);
		background-image: url(../img/train.jpg);
		background-repeat: no-repeat;
		background-position: center center;
		background-attachment: fixed;
		padding: 30px 0
	}

	.banner .banner-slogan {
		padding-top: 40px;
		font-family: "Courier New";
		font-size: 18px;
		font-weight: 300;
		color:#ffffff;
	}
	
	.banner .banner-slogan b {
		font-size: 36px;
		font-weight: 600;
		letter-spacing: -2px;
	}

/* Store */
	.store {
		padding: 120px 0 80px 0;
		font-family: "Courier New";
		font-size: 18px;
		font-weight: 500;
		letter-spacing: 0;
		color: #000000;
		text-shadow: 1px 1px #999999;
	}
	
	.store h1 {
		margin-bottom: 50px;
		text-shadow: 1px 1px #ffffff;
	}

/* [11] Contact (Footer) */
	.contact {
		padding: 50px 0 80px 0;
		color: #000000;
	}

	.contact h1 {
		text-shadow: 1px 1px #999999;
		color: #000000;
		margin-bottom: 30px
	}
	
	.contact h2 {
		text-align: left;
		text-shadow: 1px 1px #999999;
		color: #000000;
		margin-bottom: 30px
	}
	
	.contact #map {
		height: 185px;
		border-radius: 5px;
		-webkit-box-shadow: 0 0 5px 2px #999999;
    	-moz-box-shadow: 0 0 5px 2px #999999;
   		 box-shadow: 0 0 5px 2px #999999;
	}
	
	.contact .footer-text {
		font-family: "Courier New";
		font-size: 16px;
		font-weight: 500;
		color:#000000;
		text-shadow: 1px 1px rgba(0,0,0,0.5);
	}
	
	.contact .social-icons {
		margin-top: 15px;
		margin-bottom: 20px;
	}
	
	.contact .social-icons a {
		font-size: 26px;
		color:#000000;
		text-decoration: none;
	}
	
	.contact .social-icons a:hover {
		color:#37A03E;
	}
	
	.contact .form {
		margin-bottom: 20px;
	}
	
	.contact .form input {
		display: inline-block;
		width: 100%;
		border: 1px solid #999999;
		padding: 4px 10px;
		border-radius: 3px;
		font-family: "Courier New";
		font-size: 14px;
		font-weight: 400;
		margin-bottom: 5px;
	}
	
	.contact .form textarea {
		display: inline-block;
		width: 100%;
		height: 80px;
		border: 1px solid #999999;
		padding: 4px 10px;
		border-radius: 3px;
		font-family: "Courier New";
		font-size: 14px;
		font-weight: 400;
		margin-bottom: 5px;
	}
	
	#tour_gallery {
		display:block;
		margin-left:auto;
		margin-right:auto;
		text-align:center;
		padding: 80px 0 80px 0;
		font-family: "Courier New";
		font-size: 18px;
		font-weight: 500;
		letter-spacing: 0;
		color: #000000;
		text-shadow: 1px 1px #999999;
	}
	
	#tour_gallery h1 {
		margin-bottom: 50px;
		text-shadow: 1px 1px #ffffff;
	}
	
	#tour_gallery img  {
		border-radius:5px;
		margin: 10px;
		margin-left: auto;
		margin-right: auto;
	}
	
	.hr-divider-black {
		margin-top:40px;
		background-image: url(../img/black-divider.svg);
		background-position:center;
		background-size:cover;
		background-repeat: no-repeat;
		min-width:400px;
		min-height: 80px;
		width:100%;
		max-height:100%;
		max-width:100%;
	}
	
	.hr-divider-white {
		margin-top:40px;
		background-image: url(../img/white-divider.svg);
		background-position:center;
		background-size:cover;
		background-repeat: no-repeat;
		min-width:400px;
		min-height: 80px;
		width:100%;
		max-height:100%;
		max-width:100%;
	}
	
	#kilo3-footer {
		display:block;
		font-size:14px;
		text-align:center; 
		font-family: Consolas, 'Andale Mono', 'Lucida Console', 'Lucida Sans Typewriter', Monaco, 'Courier New', monospace;
		margin-left:auto;
		margin-right:auto;
	}

@media screen and(max-device-width: 1024px) {
	.topnav { top:0px; }
	.slider {
		margin-top:91px;
	}
	
	.slider .item a:after {
		font-size: 25px;
		letter-spacing: -1px;
		top: 30%;
	}
	
	#bg_container { 
		overflow:hidden;
		background: url(../img/paper_bg.jpg) no-repeat center center fixed;
		background-size: 100% 100%;
	}
}

@media screen and(max-device-width: 780px) {
	.topnav {
		top: 0px;
	}
	
	.slider {
		margin-top:91px;
	}
	
	.slider .item a:after {
		font-size: 25px;
		letter-spacing: -1px;
		top: 30%;
	}
	 #bg_container { 
	 	overflow:hidden;
	 	background: url(../img/paper_bg.jpg) no-repeat center center fixed;
		background-size: 100% 100%;
	}
}

@media screen and(max-device-width: 460px) {
	#large_logo { display:none; }
	#mobile_logo {display:block; }
	.navbar-brand { display:none; }
	.top_contact { display:none; }
	
	#bg_container { 
		overflow:hidden; 
		background: url(../img/paper_bg.jpg) no-repeat center center fixed;
		background-size: 100% 100%;
	}
}
