@charset "UTF-8";
/* CSS Document */

element.style {
    display: none;
}


.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
	margin:0px;
}

input[type=radio]:checked + label.destination, input[type=radio]:checked + label.hourly {
    color: #ffffff !important;
    background-color: #212121 !important;
	text-shadow: none;
}

	input[type=radio]:checked + label, input[type=checkbox]:checked + label{
			border: solid 2px;
			border-color: #212121;
			margin-top: 18px;
		}


h1 {
    font-family: 'kozuka-mincho-pr6n';
    font-size: 65px;
    font-weight: 200;
    font-style: normal;
    letter-spacing: 1px;
    line-height: 1.15em;
}

h2 {
    font-family: 'kozuka-mincho-pr6n';
    font-size: 50px;
    font-weight: 200;
    font-style: normal;
    letter-spacing: 1px;
}

h3 {
	font-family: 'NimbusReg';
	font-size: 35px;
}

h4 {
	font-family: 'NimbusReg'; 
	font-weight: bold;
	letter-spacing: .15px;
}









input[type=radio] + label {
    display: inline-block;
    margin: 2px 0;
	color: #212121 !important;
    padding: 4px 12px;
    margin-bottom: 0;
    font-size: 15px;
    line-height: 24px;
    min-width: 100px;
    border-radius: 6px;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255,255,255,0.75);
    vertical-align: middle;
    cursor: pointer;
    background: #F5F5F5;
    border: solid 1px #212121;
    width: 49%;
}


input[type=submit] {
			background-color: #106DBE !important;
			width: 100% !important;
			border: solid 1px;
			margin: 2px 0 !important;
		}




.direct-form-control {
    display: block;
    width: 572px;
    height: 45px;
    padding: 10px;
    font-size: 15px;
    line-height: 1.428571429;
    color: #212121;
    vertical-align: middle;
    background-color: #000;
    background-image: none;
    border: 1px solid #fff;
    border-radius: 4px;
}


input[type=radio] + label {
    display: inline-block;
    margin: 2px 0;
    padding: 4px 12px;
    margin-top: 18px;
    font-size: 15px !important;
    line-height: 24px;
    min-width: 100px;
    border-radius: 6px;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255,255,255,0.75);
    vertical-align: middle;
    cursor: pointer;
    background: #eeecee;
    border: solid 1px #3a383a;
    width: 49%;
}


.selected {
    background-color: #4CAF50; /* Green background for selected button */
    color: white;
}

.trip_type_container {
	border: 2px solid #E5E5E5;
	padding-bottom: 9px;
	padding-left: 8px;
	margin-top: 20px;
	border-radius: 5px;
	width: 300px;
}

.blk-primary {
    color: #000;
    background-color: #ffffff;
    border-color: #357ebd;
}



.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 15px;
    font-weight: normal;
    line-height: 1.428571429;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

/* Hover effect */
.btn:hover {
    background-color: #F5F5F5;
    color: black;
}

/* Selected button style */
.selected {
    background-color: black;
    color: white;
}


.form-control {
    display: block;
    width: 100%;
    height: 45px !important;
    padding: 10px !important;
	margin-top: 20px !important;
    font-size: 15px !important;
    line-height: 1.428571429 !important;
    color: #717171 !important;
    vertical-align: middle !important;
    background-color: #F5F5F5 !important;
    background-image: none;
    border: 0px solid #fff !important;
    border-radius: 4px !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}



.form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #717171 !important;
    opacity: 1; /* Firefox */
}

.form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #717171 !important;
}

.form-control::-ms-input-placeholder { /* Microsoft Edge */
    color: #717171 !important;
}





@media only screen and (min-width: 480px) {
	
.trip_type_container {
	padding-top: 10px;
}
	
}



form label {
    text-align: left;
    width: 100%;
    margin: 10px 0 0 0;
    font-weight: normal;
}


form input[type="submit"], .btn-default {
    padding: 7px 10px !important;
    background: #E57B40 !important;
    border: 0 !important;
	margin-top: 18px !important;
	min-width: 100% !important;
    /* border-radius: 0; */
    color: #fff !important;
    font-weight: bold !important;
    text-shadow: none;
}

form input[type="submit"]:hover,
.btn-default:hover {
    opacity: 0.9;
    color: #fff !important;
	background: #000000;
}

label {
    display: inline-block;
    color: #212121;
    font-size: 15px;
    margin-bottom: 5px;
    font-weight: bold;
}



*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.overlay {
    /* position: fixed; */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #FFFFFF;
    z-index: 100;
    color: white;
    display: none;
    font-family: 'source_sans_proregular';
    line-height: 25px;
    -webkit-text-size-adjust: none;
    text-size-adjust: none;
}

form {
    background-color: #ffffff;
    color: #212121;
    padding-top: 20px;
    text-align: center;
	width: 100%;
	min-width: 400px;
    
}

html, body {
    margin: 0;
    padding: 0;
    vertical-align: top;
    /* max-height: 100%; */
    font-family: 'Roboto', 'Arial', sans-serif;
    /* overflow-x: hidden; */
    overflow-y: visible !important;
    /* min-height: 400px; */
    display: block;
}






html {
	font-size: 15px;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 7px;
}

::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(0,0,0,.5);
    -webkit-box-shadow: 0 0 1px rgba(255,255,255,.5);
}