/* Template-specific stuff
 *
 * Customizations just for the template; these are not necessary for anything
 * with disabling the responsiveness.
 */

/* Account for fixed navbar */
body {
	min-width: 1000px;
	background: url('../img/bg.jpg') top center no-repeat fixed;
	background-size: 100% 100%;
}
a:hover {
	text-decoration: none;
}
label {
	font-weight: normal;
}
.left {
	float: left;
	display: block;
}
.right {
	float: right;
	display: block;
}
.margin-0 {
	margin: 0;
}
.padding-0 {
	padding: 0;
}
.padding-bottom-8 {
	padding-bottom: 8px;
}
.padding-10 {
	padding: 10px;
}
.input-text {
	width: 250px;
	height: auto;
	padding: 2px;
	border: 1px solid #999;
}
.input-text-full {
	width: 100%;
	height: auto;
	padding: 2px;
	border: 1px solid #999;
}
.font-size-12 {
	font-size: 12px;
}
.font-size-14 {
	font-size: 14px;
}
.font-size-18 {
	font-size: 18px;
}
.font-size-20 {
	font-size: 21px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
}

/* Non-responsive overrides
 *
 * Utilitze the following CSS to disable the responsive-ness of the container,
 * grid system, and navbar.
 */

/* Reset the container */
.container {
	width: 1000px;
	height: auto;
	max-width: none !important;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 10px;
	background-color: #fff;
}
.title {
	font-family: 'Cabin', sans-serif;
	font-size: 24px;
	border-bottom: 1px solid #ccc;
	margin-top: 30px;
	padding-bottom: 10px;
}

.header {
	width: 100%;
	height: 229px;
	background: url('../img/header.jpg') top center;
	position: relative;
}
.logo {
	width: 325px;
	height: 110px;
	margin-top: 40px;
	margin-left: 55px;
	margin-bottom: 9px;
}
.logo img {
	width: 200px;
}
.paypal-top {
	width: 277px;
	height: 45px;
	margin-top: 75px;
	margin-right: 20px;
}
.like-fb {
	display: block;
	position: absolute;
	top: 15px;
	right: 15px;
}
.nav {
	width: 100%;
	height: 70px;
	font-family: 'Cabin', sans-serif;
}
.nav a {
	display: inline-block;
	width: auto;
	height: 70px;
	font-size: 24px;
	color: #fff;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	background: none;
	padding-top: 18px;
	padding-left: 21px;
	padding-right: 21px;
	margin-left: 10px;
	margin-right: 5px;
	transition: all 0.3s ease;
}
.nav a:hover {
	color: #000;
	background: #fff;
}
.contant {
	width: 100%;
	height: auto;
	margin-bottom: 20px;
}
.main-top {
	width: 100%;
	height: 375px;
	background: url('../img/van.png') top right no-repeat #f8f9fb;
	padding-top: 15px;
}
.booking-container {
	width: 360px;
	min-height: 330px;
	margin-left: 35px;
	box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.75);
	padding-bottom: 10px;
}
.title-book {
	font-family: 'Cabin', sans-serif;
	font-size: 24px;
	text-align: center;
}
.text-input {
	width: 185px;
	height: 25px;
	border: 1px solid #ccc;
}
.input-datepicker {
	width: 150px;
	height: 25px;
	border: 1px solid #ccc;
}
.ui-datepicker-trigger {
	border: 1px solid #ccc;
}
.spinner {
	width: 50px;
	height: 25px;
	padding-left: 8px;
}
.ui-spinner-input {
	margin: 0;
}
.ui-corner-all {
	border-radius: 0;
}
.ui-widget-content {
	border: 1px solid #ccc;
}
.ui-widget {
	font-size: 14px;
}
.booking {
	width: auto;
	min-width: 100px;
	font-weight: bold;
	color: #fff;
	background: #1fd2b0;
	border: 0;
	border-radius: 5px;
	padding: 5px;
}
.booking-con-detail {
	font-size: 18px;
	color: #ff2323;
	text-align: center;
}

.detail-container {
	width: 360px;
	height: auto;
	margin-right: 35px;
	box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.75);
	padding: 10px;
	background: rgba(255, 255, 255, 0.8);
}

.main-transfer-list {
	width: 100%;
	height: auto;
	font-size: 16px;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 50px;
	padding-right: 50px;
}
.main-transfer-list h1 {
	font-family: 'Cabin', sans-serif;
	text-align: center;
	margin-bottom: 20px;
}
.h-row {
	font-family: 'Cabin', sans-serif;
	font-weight: bold;
	border-bottom: 1px solid #32d4cf;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 14px;
	margin-top: 20px;
}
.odd-row {
	border-bottom: 1px solid #32d4cf;
	background: #e5fffc;
	padding-top: 5px;
	padding-bottom: 5px;
}
.even-row {
	border-bottom: 1px solid #32d4cf;
	padding-top: 5px;
	padding-bottom: 5px;
}

.footer {
	width: 100%;
	height: 110px;
	background: #e5fffc;
	padding-top: 20px;
}
.social {
	width: 200px;
	height: auto;
}
.nav-footer {
	margin-top: 8px;
	margin-left: 80px;
}
.nav-footer a {
	color: #454545;
	padding: 15px;
}
.nav-footer a:hover {
	color: #00c217;
}


.detail {
	width: 100%;
	height: auto;
	margin-bottom: 10px;
}
.detail h2 {
	font-size: 20px;
}
.detail .table > tbody > tr > td {
	vertical-align: middle;
}
.detail .table > tbody > tr > td > a {
	font-size: 24px;
}

.transfer-rate {
	width: 100%;
	height: auto;
	border-collapse: collapse;
}
.transfer-rate .head-table {
	width: 100%;
	border-collapse: collapse;
}
.transfer-rate .head-table td {
	border-bottom: 1px solid #32d4cf;
	background: #a3f0e7;
	color: #000;
	padding: 8px 9px 8px 9px;
	border-style: none;
}
.transfer-rate h2 {
	font-size: 14pt;
	color: #000;
	font-family: 'Cabin', sans-serif;
}
.transfer-rate span {
	font-size: 28px;
}
.transfer-rate .head-tr td {
	font-family: 'Cabin', sans-serif;
	background-color: #1ed2bd !important;
	color: #fff;
	font-size: 18px;
}
.transfer-rate .table > tbody > tr > td {
	 vertical-align: middle;
}
.width-50 {
	width: 50%;
	height: auto;
}

.car-info {
	position: relative;
}
.car-info-show {
	position: absolute;
	width: 200px;
	height: auto;
	min-height: 100px;
	padding: 10px;
	background-color: #a3f0e7;
	z-index: 5;
	top: -100px;
	right: -150px;
}
.car-info-show img {
	max-width: 100%;
	margin-bottom: 10px;
}
.switch {
	width: 28px;
	height: 28px;
	text-indent: -9999px;
	background: url(../img/icon_switch.png) no-repeat;
	border: 0;
}

.booking-info {
	width: 100%;
	height: auto;
	margin-bottom: 10px;
}
.booking-info h3 {
	font-size: 20px;
}
.booking-info .table > tbody > tr > td {
	vertical-align: middle;
}
.booking-info .table > tbody > tr > td > .table-in > tbody > tr > td {
	padding-left: 5px;
	padding-right: 5px;
}

.transfer-box {
	width: 100%;
	height: auto;
	padding: 10px;
	border: 1px solid #ccc;
	margin-bottom: 20px;
}


/* TOURS */

.tours-tab .nav {
	height: auto;
	margin-bottom: 25px;
}
.tours-tab .nav a {
	font-size: 18px;
	color: #999;
	padding: 10px;
	height: auto;
}
.tours .table {
	background-color: rgba(25, 177, 162, 0.2);
	margin-bottom: 0;
}
.tours .table > thead > tr > th {
	color: #fff;
	background-color: #19B1A2;
}
.tours .table > tbody > tr:last-child  > td{
	padding-bottom: 20px;
}
.tours .table > tbody > tr > td > a {
	font-size: 14px;
	color: #19B1A2;
}
.tours .table > tbody > tr > td > a:hover {
	text-decoration: underline;
}
.tours .table > tbody > tr > td > a > span {
	font-size: 12px;
}


.tour-list {
	width: 100%;
	height: 380px;
	padding: 10px;
	margin-bottom: 25px;
	border: 1px solid #ddd;
	overflow: hidden;
	transition: all 0.2s ease-in-out;
}
.tour-list:hover {
	border: 1px solid #19B1A2;
	box-shadow: 0px 0px 10px 0px rgba(25, 177, 162, 0.75);
}
.tour-list > div {
	width: 100%;
	margin-bottom: 10px;
}
.tour-img {
	height: 160px;
	overflow: hidden;
}
.tour-img img {
	width: 100%;
	height: 100%;
}
.tour-title {
	height: 45px;
	overflow: hidden;
}
.tour-title a {
	font-size: 16px;
	font-weight: bold;
	color: #19B1A2
}
.tour-short {
	height: 80px;
	overflow: hidden;
}
.btn-tour {
	color: #fff;
	background-color: #19B1A2;
	border-color: #19B1A2;
}
.btn-tour:hover {
	color: #19B1A2;
	background-color: #fff;
	border-color: #19B1A2;
}

.tours-detail .tour-img {
	height: auto;
	text-align: center;
	margin-bottom: 20px;
}
.tours-detail .tour-img img {
	max-width: 100%;
	height: auto;
}
.tours-detail .tour-detail2 {
	height: auto;
	margin-bottom: 20px;
}
.tours-detail .tour-booking {
	width: 100%;
	height: auto;
	padding: 20px 150px;
	margin-bottom: 20px;
}
.tours-detail .tour-booking .form-group {
	position: relative;
}
.tours-detail .tour-booking .ui-datepicker-trigger {
	width: 34px;
	height: 34px;
	position: absolute;
	bottom: 0;
	right: 0;
}
.tour-price {
	width: 100%;
	padding: 0 250px;
}
.tour-info {
	width: 100%;
	padding: 0 200px;
}
.tour-info .table > tbody > tr > td {
	border-color: #fff;
}

.blog-list {
	padding: 15px 0;
	margin-bottom: 15px;
	border-bottom: 1px solid #ccc;
}
.blog-list h2 {
	margin-top: 0;
}
.blog-list a {
	color: #19B1A2;
}
.blog-list .col-xs-12 img {
	width: 100%;
}
.blog-detail {
	text-align: center;
	width: 100%;
}
.blog-detail img {
	max-width: 50%;
	margin-bottom: 20px;
}