﻿@charset "utf-8";
/* CSS Document */

.container-fluid {
	padding: 0;
}

.row {
	margin: 0;
	padding: 0;
}

.menu {
	display: none;
}

body
{
    font-family: 'Segoe UI', Verdana, Arial, sans-serif;
}

.header {
	background: #ff0;
	padding: .6em 0;
}

.header a {
	color: #039;
}

.header .col-md-4 {
	padding: 0;
}

.header .col-md-4 h3 {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
}

.header .col-md-4 a:hover {
	text-decoration: none;
}

.header .col-md-8 ul {
	float: right;
}

.header .col-md-8 ul li {
	display: inline;
}

.header .col-md-8 ul li a {
	padding: 1.35em 1.4em;
}

.header .col-md-8 ul li a:hover {
	background: #00549a;
	color: #eee;
	text-decoration: none;
}

.header .col-md-8 ul li a.air {
    background: url(../images/air-icon-f.png) no-repeat 0 22px;
}

.header .col-md-8 ul li a.air:hover {
    background: url(../images/air-icon.png) no-repeat 0 22px;
	color: #1f77ed;
}

.header .col-md-8 ul li a.reserve {
    background: url(../images/reserve-f.png) no-repeat 0 22px;
}

.header .col-md-8 ul li a.reserve:hover {
    background: url(../images/reserve.png) no-repeat 0 22px;
	color: #1f77ed;
}

.header .col-md-8 ul li a.dir {
    background: url(../images/location-f.png) no-repeat 0 22px;
}

.header .col-md-8 ul li a.dir:hover {
    background: url(../images/location.png) no-repeat 0 22px;
	color: #1f77ed;
}

.header .col-md-8 ul li a.account {
    background: url(../images/account-f.png) no-repeat 0 20px;
}

.header .col-md-8 ul li a.account:hover {
    background: url(../images/account.png) no-repeat 0 20px;
	color: #1f77ed;
}

.slide .pas {
	position: relative;
}

.slide .pos {
	background: rgba(0, 0, 0, .4);
	color: #fff;
	font-size: 24px;
	margin: 0 auto;
	padding: .5em .6em;
	position: absolute;
	text-align: center;
	width: 100%;
    z-index: 100;
}

.slide .pos h3 {
	font-size: 24px;
}

.slide .pos p {
	font-size: 18px;
	margin: 0 auto;
	width: 60%;
}

.form {
	padding: .6em 0;
}

.form .wrapper .col-md-12 .col-md-12 {
	padding: 0;
}

.form .wrapper .col-md-12 .col-md-12 h3 {
	color: #00549a;
	font-size: 18px;
}

.form-element form .row .col-md-12 {
	padding: 0;
}

.form form .row {
    display: inline;
    margin: .5em auto;
}

.form form .row .col-md-12 {
    display: inline;
    float: left;
    margin: .5em 0;
    width: 100%
}

.form form h4 {
    color: #ffd800;
    float: left;
    margin: 0;
}

.form form span.input {
    display: block;
    clear: none;
    float: left;
    margin: auto .4em 1em 0;
    position: relative;
}

.form form span input {
    border: none;
    border-radius: 5px;
    background: #000;
    font-size: 14px;
    max-width: 255px;
    padding: .5em .4em;
}

.form form span.departure {
    clear: left;
}

.form form span input[name="arrivaldate"] {
    background: #000;
    color: #fff;
    font-size: 14px;
    width: 100%;
}

.form form span input[name="returndate"] {
    background: #000;
    color: #fff;
    font-size: 14px;
    width: 100%;
}

.form form span.airport {
    float: left;
    width: 28%;
}

.form form span span#ui-id-1-button {
    background: #000;
    border: none;
    color: #fff;
    font-family: 'Segoe UI', Arial;
    font-weight: normal;
    max-width: 100%;
    width: 100%;
    margin-right: 0;
}

.form form span span#ui-id-2-button {
    background: #000;
    font-family: 'Segoe UI', Arial;
    font-weight: normal;
    width: 100%;
}

span.ui-selectmenu-button {
    background: #000;
}

span.ui-selectmenu-button {
    background: #000;
    border: none;
    color: #fff;
    font-weight: normal;
    max-width: 100%;
    width: 100%;
    margin-right: 0;
}

.ui-selectmenu-menu ul {
    border: none;
    background: #000;
    color: #fff;
    font-family: 'Segoe UI', Arial;
    font-size: 14px;
    height: 200px;
}

.ui-selectmenu-menu ul li:hover{
    border: none;
    background: #00549a;
    font-family: 'Segoe UI', Arial;
    font-weight: normal;
    color: #fff;
}


.ui-state-hover {
    border: none;
    background: #00549a;
    color: #fff;
}

.ui-state-default {
    border: none;
    background: #00549a;
    color: #fff;
}

span.ui-icon, span#ui-id-1-button {
    position: absolute;
}

.form form span.ui-icon {
    background: url(../images/btn.png) no-repeat;
    top: 1em;
    right: 3px;
}

.form form span input[name="airport"] {
    display: none;
    width: 100%;
}

.form form span.arrival {
	color: #fff;
    /*width: 12.2%;*/
}

.form form span.arrival input {
    width: 120px;
}

.form form span.arrival-time {
    border-radius: 4px;
    background: #000;
    width: 15%;
    margin-bottom:50px;
}

#ui-id-2-button {
    width: 100%;
}

.form form span.departure {
    clear: none;
	color: #fff;
	/*width: 14.4%;*/
}

.form form span.departure input {
	width: 140px;
}

.form form span input[name="arrival-time"] {
    width: 100%;
}

.form form span.departure-time {
    background: #000;
    border-radius: 4px;
    width: 15%;
}

.form form span input[name="departure-time"] {
    width: 100%;
}

.form form span.submit {
    margin: 0 auto .3em;
    text-align: center;
}

.form form span input[type="submit"] {
    background: #00549a url(../images/search-icon.png) no-repeat 6px 13px;
    color: #fff;
    text-align: right;
    padding: .5em .6em;
    width: 68px;
}

.form form select.select-option {
    background: #000;
    color: #fff;
}

.form form ul.selectable {
    background: #000;
    cursor: pointer;
    display: none;
    list-style: none;
    height: 220px;
    padding: 0;
    position: absolute;
    right: 0;
    top: 32px;
    overflow: scroll;
    overflow-x: hidden;
    width: 100%;
    z-index: 100;
}

.form form ul.starttime {
    width: 100%;
}

#intro .form form ul.endtime {
    width: 100%;
}

.form form ul.selectable li {
    clear: left;
    float: left;
    font-size: 14px;
    padding: .4em 0 .4em .6em;
    width: 100%;
}

.form form ul.selectable li:hover {
    background: #00549a;
    color: #fff;
}

.form form span i.calendar-icon {
    background: url(../images/calendar.png) no-repeat;
    cursor: pointer;
    height: 13px;
    position: absolute;
    top: 13px;
	right: 8px;
    width: 11px;
    z-index: 12;
}

.form form span i.select-arrow {
    background: url(../images/btn.png) no-repeat;
    cursor: pointer;
    height: 9px;
    position: absolute;
    top: 14px;
    right: 8px;
    width: 12px;
    z-index: 12;
}

.about {
	background: #fbfbfb;
	margin: .9em 0 0;
}

.about h3, .about h4, .about h2 {
	color: #039;
}

.about .col-md-6 {
	padding-left: 0;
}

.about .col-md-6 .col-md-12 {
	padding-left: 0;
}

.about ul {
	padding-left: 18px;
}

.footer {
    background: #039;
    padding: 2em 0;
}

.footer .col-md-10 ul {
   padding: 0;
}

.footer .col-md-10 ul li {
    display: inline;
    list-style: none;
    margin: 0 .5em;
}

.footer .col-md-10 ul li a {
	color: #ffd800;
}

.footer .col-md-10 ul li:first-child {
	margin-left: 0;
}

.footer .col-md-10 ul li a:hover {
    color: #ffd800;
}

.footer .col-md-2 #social-icons {
    margin: .4em 0;
}

.footer .col-md-2 #social-icons img {
    margin: 0 .3em;
}

.copy {
    color: #888;
}

.copy .col-md-12 {
	padding: 0;
}


@media screen and (min-width: 1025px) {
    .wrapper {
        margin: auto auto; 
        width: 980px;
    }
}

@media screen and (max-width: 991px) {
	.header .col-md-4 {
		float: left;
		width: 30%;
	}
	
	.header .col-md-8 {
		float: left;
		width: 70%;
	}
	
	.about .facility .col-md-6 {
		float: left;
		width: 50%;
	}
}

@media screen and (max-width: 880px) {
	.form form span.submit {
		clear: none;
		float: none;
		margin: 0 auto;
		width: 120px;
	}

	
}

@media screen and (max-width: 840px) {
	.intro .form form span.airport {
		border-radius: 4px;
		background: #000;
        width: 40%;
    }
}

@media screen and (max-width: 800px) {

    .header .wrapper .col-md-4 {
        display: inline;
        float: left;
    }

    .header .wrapper {
        position: relative;
    }

    .header .menu {
        display: none;
        float: right;
        margin: .3em 1em;
        right: 0;
        position: absolute;
        width: 40%;
        z-index: 100;
    }

    .header .menu .nav-bg {
        float: left;
        width: 100%;
    }

    .header .menu #new-menu {
        background: #00549a;
        clear: left;
        float: left;
        margin: .4em 0 1em;
        width: 100%;
    }

    .header .menu #new-menu ul {
        float: left;
        list-style: none;
        margin: 0;
        padding: 0;
        width: 100%;
    }

    .header .menu #new-menu ul li {
        display: block;
        clear: left;
        float: left;
        width: 100%;
    }

    .header .menu #new-menu ul li a {
		color: #fff;
        display: block;
        padding: .6em .4em;
        text-align: center;
    }

    .header .menu #new-menu ul li a:hover {
        background: #ff0;
        color: #00549a;
        text-decoration: none;
    }

    .header .menu .nav-bg img {
        cursor: pointer;
        float: right;
	}

}

@media screen and (max-width: 767px) {

    #slided {
        height: 462px;
        max-height: 100%;
    }
}

@media screen and (max-width: 753px) {

    #slided {
        height: 462px;
        max-height: 100%;
    }
	
	.header .col-md-8 ul {
		display: none;
	}
	
	.header .menu {
		display: block;
	}

}

@media screen and (max-width: 715px) {

    .form form span.submit {
		float: left;
		margin: 0 0;
		width: 68px;
	}

}

@media screen and (max-width: 690px) {
	
	.pas .pos {
		display: none;
	}
}

@media screen and (max-width: 641px) {
	.header .col-md-8 ul {
		display: none;
	}
	
	.header .menu {
		display: block;
		margin-top: 0;
		top: 0;
	}
	
	.header .menu #new-menu {
		margin-top: 0;
		top: 0;
	}
	
	.form .wrapper .col-md-12 .col-md-12 h3 {
		font-size: 15px;
	}
	
	.form-element form .row .col-md-12 .input {
		float: left;
		width: 47%;
	}
	
	.form-element form .row .col-md-12 .airport {
		content: '';
		display: table;
		height: 34px;
	}
	
	.form-element form .row .col-md-12 .arrival input {
		max-width: 100%;
		width: 100%;
	}
	
	.form-element form .row .col-md-12 .departure input {
		max-width: 100%;
		width: 100%;
	}
	
	.about .facility .col-md-6 {
		width: 100%;
	}
	
	.copy {
		float: left;
		100%;
	}
	
	.copy .col-md-6 {
		float: left;
		padding-right: .6em;
	}
	
}

@media screen and (max-width: 639px) {
	
}


@media screen and (max-width: 600px) {
	
}

@media screen and (max-width: 639px) {

}

@media screen and (max-width: 520px) {

}

@media screen and (max-width: 506px) {
	.footer {
		float: left;
		width: 100%;
	}
	
	.footer .col-md-10 {
		float: left;
	}
	
	.footer .col-md-10 ul {
		float: left;
	}
	
	.footer .col-md-10 ul li {
		clear: left;
		float: left;
		margin-left: 0;
		margin-right: 0;
	}
	
	.footer .col-md-2 {
		float: right;
	}
}

@media screen and (max-width: 480px) {

    #intro {
        float: left;
        top: 10em;
        z-index: 15;
    }

    #div-1 {
        background: url('images/3.jpg') no-repeat;
        height: 462px;
        width: 100%;
    }
	
	.checkout .col-md-12 label {
		float: left;
		font-size: 16px;
		font-weight: normal;
		margin-right: .5em;
		width: 30%;
	}
	
	.checkout .col-md-12 label[for="card"] {
		width: 100%;
	}
	
	.checkout .col-md-12 label a {
		clear: left;
		float: left;
		font-size: 12px;
		font-weight: normal;
	}
	
	.checkout .col-md-12 input[type="text"] {
		border: 1px solid #ccc;
		border-radius: 4px;
		float: left;
		padding: .5em .4em;
		width: 60%;
	}
	
	.checkout .col-md-12 input[name="card"] {
		width: 73%;
	}
	
	.checkout .col-md-12 select {
		border: 1px solid #ccc;
		border-radius: 4px;
		margin-bottom: .4em;
		padding: .5em .4em;
		
	}
	
	.checkout .col-md-12 select.clear {
		float: left;
		width: 18%;
	}

}    

@media screen and (max-width: 460px) {
    
}
	
@media screen and (max-width: 641px) {
	.header .col-md-8 ul {
		display: none;
	}
	
	.header .menu {
		margin-top: 0;
		top: 0;
	}
	
	.header .menu #new-menu {
		margin-top: 0;
		top: 0;
	}
	
	.form .wrapper .col-md-12 .col-md-12 h3 {
		font-size: 15px;
	}
	
	.form-element form .row .col-md-12 .input {
		clear: left;
		float: left;
		width: 100%;
	}
	
	.form-element form .row .col-md-12 .airport {
		content: '';
		display: table;
		height: 34px;
	}
	
	.form-element form .row .col-md-12 .arrival input {
		max-width: 100%;
		width: 100%;
	}
	
	.form-element form .row .col-md-12 .departure input {
		max-width: 100%;
		width: 100%;
	}
}

@media screen and (max-width: 584px) {
	.about .tab-content #facility .facility p {
		margin: .4em 0 0;
		width: 100%;
	}
}

@media screen and (max-width: 536px) {
	#myTab li {
		clear: left;
		float: left;
		width: 200px;
	}
}

@media screen and (max-width: 433px) {
	#myTab li {
		clear: left;
		float: left;
		width: 200px;
	}
	
	.about .tab-content #facility .facility p {
		width: 100%;
	}
	
	.reason .col-md-12 .col-md-8 h2 {
		font-size: 20px;
		font-weight: bold;
	}
	
	.reason .col-md-12 .col-md-4 h2 {
		font-size: 20px;
		font-weight: bold;
	}
}

@media screen and (max-width: 392px) {
	
}

@media screen and (max-width: 339px) {

}

@media screen and (max-width: 368px) {

}

