#info_div h2 {
    color: #2a99f3;
    margin-top: 20px;
}

#info_div h3 {
    font-size: 1.1rem;
    line-height: 1.3em;
}

#info_div img {
    margin: 0 auto -25px auto;
    max-width: 465px;
}

#info_div p {
    margin: -15px 0 0 0;
    font-style: italic;
}

#info_div iframe {
    margin-top: 20px;
}

#info_div .fa {
    color: #283bf4;
    font-size: 1.6em;
    margin-left: 15px;
}

.fa {
    color: #283bf4;
    font-size: 2em;
    display: inline-block;
    vertical-align: middle;
    padding-right: 0.5em;
}

.fav {
    color: #888;
    font-size: 0.9em;
    float: right;
    margin-top: 30px;
}

.text-white {
    font-weight: 500;
}

.features h5 {
    font-size: 1.175rem;
    font-weight: 400;
}

.nav-link {
    padding: 0.5em 1.26em;
}

.nav-link-bar {
    border: 1px solid #283bf4;
    padding: 0.4em 1.1em;
}


#map{
	width: 73%;
    height: 700px;
    float: left;
    display: inline-block;
}

#info_div {
    background-color: #e4e4e4;
    height: 700px;
    overflow-y: auto;
    padding: 20px
}

#info_div::-webkit-scrollbar-track
{
	border-radius: 8px;
	background-color: #F5F5F5;
}

#info_div::-webkit-scrollbar
{
	width: 9px;
	background-color: #F5F5F5;
}

#info_div::-webkit-scrollbar-thumb
{
	border-radius: 8px;
	background-color: #9d9d9d;
}

.controls {
  margin-top: 10px;
  border: 1px solid transparent;
  border-radius: 2px 0 0 2px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  height: 32px;
  outline: none;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}

#origin-input,
#destination-input {
  background-color: #fff;
  font-family: Roboto;
  font-size: 15px;
  font-weight: 300;
  margin-left: 12px;
  padding: 0 11px 0 13px;
  text-overflow: ellipsis;
  width: 400px;
}

#origin-input:focus,
#destination-input:focus {
  border-color: #4d90fe;
}

#mode-selector {
  color: #fff;
  background-color: #4d90fe;
  margin-left: 12px;
  padding: 5px 11px 0px 11px;
}

#mode-selector label {
  font-family: Roboto;
  font-size: 13px;
  font-weight: 300;
}

dl, ol, ul {
    list-style-type: none;
}




























/********** common setting **********/
body::-webkit-scrollbar-track
{
	background-color: #000000;
}

body::-webkit-scrollbar
{
	width: 12px;
	background-color: #000000;
}

body::-webkit-scrollbar-thumb
{
	border-radius: 8px;
	background-color: #283bf4;
}


h2 {
    font-size: 2rem !important;
    font-weight: 700;
}

img {
    display: block;
    max-width: 100%;
}

a,
button {
    cursor: pointer;
}

.jumbotron {
    margin-bottom: 0 !important;
}

.atlas-cta {
    border-radius: 22px !important;
    padding: 12px 35px !important;
    font-weight: 700;
    transition: .3s ease-in-out !important;
}

.atlas-cta:hover {
    text-decoration: none;
    transform: translateY(-5px);
    background-position: right center;
}

.atlas-cta-wide {
    width: 100%;
}

.cta-blue {
    /*background-image: linear-gradient(to right, #289af4 0%, #283bf4 51%, #289af4 100%);*/
    background: #283bf4;
    background: linear-gradient(to right, rgb(40,154,244,1), rgba(40,59,244,1));
    color: #ffffff;
    border: 1px solid #eeeeee;
}

.cta-blue:hover {
    color: #ffffff;
    background-color: #283bf4;
}

.cta-ghost {
    border: 2px solid #192440 !important;
    color: #192440;
}

.cta-ghost:hover {
    color: #ffffff;
    background: #121a2e;
}

#banner {
    background-size: cover;
}

/********** banner **********/
#banner header {
    overflow: hidden;
}

#banner header img {
    max-width: 283px;
}

/********** feature (skew background) **********/
.feature img {
    width: 100%;
    max-width: 520px;
    float: left;
    margin-top: -12px;
}

#feature-map {
    width: 100%;
    background-color: #ffffff;
    padding: 0;
}

#feature-first {
    /*background: linear-gradient(168deg, #ffffff 55%, #00FFAD 0);*/
    background-color: #ffffff;
}

#feature-last {
    background: #00FFAD;
}

/********** suggest **********/
#suggest {
    background-size: cover;
}

#suggest ul li {
    padding: 3px 0;
}

#suggest form {
    color: #000000;
}

#suggest form input,
#suggest form textarea {
    background: #f3f3f3;
    color: #000000;
    border-radius: 0;
    border: 0;
}

#form0 #states:after {
    content: '\f078';
    font: normal normal normal 17px/1 FontAwesome;
    color: #283bf4;
    right: 30px;
    height: 36px;
    padding: 9px 0px 0px 8px;
    position: absolute;
    pointer-events: none;
}

#form0 select::-ms-expand {
display: none;
}

#form0 #states select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
    width: 100%;
    max-width: 320px;
    height: 36px;
    float: right;
    padding: .3rem .75rem;
    font-size: 16px;
    line-height: 1.75;
    color: #333;
    background-color: #f3f3f3;
    background-image: none;
    border: 0;
    -ms-word-break: normal;
    word-break: normal;
}

/* The container */
.barGenres {
    display: block;
    position: relative;
    padding-left: 25px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.barGenres input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 5px;
    left: 0;
    height: 15px;
    width: 15px;
    background-color: #eee;
}

/* On mouse-over, add a grey background color */
.barGenres:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.barGenres input:checked ~ .checkmark {
    background-color: #283bf4;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.barGenres input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.barGenres .checkmark:after {
    left: 6px;
    top: 2px;
    width: 4px;
    height: 9px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.suggest label {
    margin-bottom: .3rem;
}

.required {
    text-align: center;
    margin-top: -15px;
    font-size: 0.85em;
    color: #444444;
}

/********** contact **********/
#contact {
    background-size: cover;
}

#contact ul li {
    padding: 3px 0;
}

#contact form {
    color: #000000;
}

#contact form input,
#contact form textarea {
    background: #ffffff;
    color: #000000;
    border-radius: 0;
    border: 1px solid #e3e3e3;
}

#contact button {
    border: 1px solid #cccccc;
}

#form1 #states:after {
    content: '\f078';
    font: normal normal normal 17px/1 FontAwesome;
    color: #283bf4;
    right: 30px;
    top: 173px;
    position: absolute;
    pointer-events: none;
}

#form1 select::-ms-expand {
display: none;
}

#form1 #states select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
    width: 100%;
    padding: .3rem .75rem;
    font-size: 16px;
    line-height: 1.75;
    color: #333;
    background-image: none;
    border: 1px solid #e3e3e3;
    -ms-word-break: normal;
    word-break: normal;
}

/********** copyright **********/
#copyright {
    background: #000000;
    padding: 2rem 3rem;
}

#copyright #social-media a {
    width: 40px;
    height: 40px;
    border-radius: 99%;
    background: #ffffff;
    transition: .4s ease;
}

#copyright #social-media a i {
    color: #192440;
    font-size: 1.2rem;
    line-height: 40px;
}

#copyright #social-media a:hover {
    background: #00FFAD;
}

#copyright #social-media a:hover i {
    color: #ffffff;
}

/********** RWD **********/
@media (max-width: 575px) {
    #banner h1 {
        font-size: 3.6rem;
    }
}