/* ==============================
   Global Styles
============================== */
body {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 300;
  color: #000000;
  text-align: left;
}

strong {
  font-weight: 500;
}

a,
a:hover,
a:focus {
  color: #ffffff;
  text-decoration: none;
  transition: all 0.3s;
}

/* ==============================
   Typography
============================== */
h1, h2 {
  margin-top: 10px;
  font-size: 38px;
  font-weight: 100;
  color: #555;
  line-height: 50px;
}

h3 {
  font-size: 22px;
  font-weight: 300;
  color: #555;
  line-height: 30px;
}

img {
  max-width: 100%;
}

.medium-paragraph {
  font-size: 18px;
  line-height: 32px;
}

.blue {
  color: #009900;
}

/* ==============================
   Buttons
============================== */
.btn-link-1,
.btn-link-2 {
  display: inline-block;
  height: 50px;
  margin: 0 5px;
  font-size: 16px;
  font-weight: 300;
  line-height: 16px;
  border-radius: 4px;
  transition: all 0.3s;
}

.btn-link-1 {
  padding: 16px 20px 0;
  background: #009900;
  color: #009900;
}

.btn-link-1:hover,
.btn-link-1:focus,
.btn-link-1:active {
  outline: none;
  opacity: 0.6;
}

.btn-link-2 {
  padding: 15px 20px 0;
  background: rgba(0, 0, 0, 0.3);
  border: 1px solid #009900;
  color: #009900;
}

.btn-link-2:hover,
.btn-link-2:focus,
.btn-link-2:active {
  outline: none;
  opacity: 0.6;
  background: rgba(0, 0, 0, 0.3);
}

/* ==============================
   Navbar
============================== */
.navbar {
  padding-top: 10px;
  background: rgba(51, 51, 51, 0.3);
  border: none;
  transition: all 0.3s;
  margin-bottom: 0 !important;
}

.navbar.navbar-no-bg {
  background: none;
}

ul.navbar-nav {
  font-size: 16px;
  color: #009900;
}

.navbar-inverse ul.navbar-nav li {
  padding: 8px 0;
}

.navbar-inverse ul.navbar-nav li a {
  display: inline;
  padding: 0;
  color: #009900;
}

.navbar-inverse ul.navbar-nav li a:hover,
.navbar-inverse ul.navbar-nav li a:focus {
  color: #009900;
  opacity: 1;
  border-bottom: 1px dotted #009900;
}

.navbar-inverse ul.navbar-nav li .li-social a {
  margin: 0 5px;
  font-size: 28px;
  vertical-align: middle;
}

.navbar-inverse ul.navbar-nav li .li-social a:hover,
.navbar-inverse ul.navbar-nav li .li-social a:focus {
  border: 0;
  color: #009900;
}

.navbar-brand {
  width: 100%;
  height: auto !important;
  margin-top: 0;
  color: #009900 !important;
}

.navbar-brand h3 {
  margin-top: 0;
  color: #009900 !important;
}

/* ==============================
   Top Content
============================== */

.top-content .text {
  padding-top: 120px;
  color: #009900;
}

.top-content .text h1 {
  color: #009900;
}

.top-content .description {
  margin: 20px 0 10px;
}

.top-content .description p {
  opacity: 0.8;
}

.top-content .description a {
  color: #009900;
}

.top-content .description a:hover,
.top-content .description a:focus {
  border-bottom: 1px dotted #009900;
}

.top-content .top-big-link {
  margin-top: 35px;
}

/* ==============================
   Forms
============================== */
.form-top {
  overflow: hidden;
  padding: 0 25px 15px;
  background: #009900;
  border-radius: 4px 4px 0 0;
  text-align: left;
}

.form-top-left {
  float: left;
  width: 75%;
  padding-top: 25px;
}

.form-top-right {
  float: left;
  width: 25%;
  padding-top: 5px;
  font-size: 66px;
  color: #ddd;
  line-height: 100px;
  text-align: right;
}

.form-bottom {
  padding: 25px;
  background: #eee;
  border-radius: 0 0 4px 4px;
  text-align: left;
}

.form-bottom form textarea {
  height: 100px;
}

.form-bottom form .input-error {
  border-color: #009900;
}

/* ==============================
   Misc Utility Classes
============================== */
.classWithPad { padding: 10px; }
.classWithPad2 { margin: 2px; padding: 5px; }

.modal-header,
.modal-footer,
.modal-body {
  padding: 10px;
}

.vehicleThumbnail {
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #ccc;
  background: #fff;
  text-align: center;
  margin: 5px;
}

.vehicleThumbnail img {
  display: inline;
}

.vehicle-title {
  font-size: 16px;
  font-weight: 400;
}

.results-price {
  background: #cce4f3;
  border-radius: 5px;
  padding: 5px 10px;
  line-height: 1;
  font-size: 14px;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
}

ol, ul {
  margin-bottom: 2px;
  line-height: 16px !important;
}

.RemovePadding_p {
  margin: 0 !important;
}

.verticalMiddle {
  margin-top: 5%;
}

.topdiv {
  border-radius: 5px;
}

.topdiv:nth-child(odd) {
  background-color: #e5f7fd;
}

.topdiv:nth-child(even) {
  background-color: #fff;
}

.TopPad {
  margin-top: 10px;
}

.DescText {
  color: #2E785C;
}

#logo {
  margin-top: -20px;
  max-width: 100%;
  height: auto !important;
}

.margin0 {
  padding-right: 0 !important;
  padding-left: 4px !important;
  text-wrap: avoid !important;
}

button.btn {
  margin-top: 5px !important;
}

.caldispl select {
  padding: 5px;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 3px;
  margin-right: 8px;
}

.form-box .row {
  padding-top: 2px;
}

/* ==============================
   Responsive
============================== */
@media (max-width: 767px) {
  .navbar { padding-top: 0; }
  .navbar.navbar-no-bg { background: transparent; }
  .navbar-inverse .navbar-toggle { background-color: #333; }
  .navbar-collapse { border: 0; }
  .navbar-toggle { margin-top: 12px; }

  #slider1_container,
  #dvEmailLbl { visibility: hidden; }

  #dvEmailtxt:before { content: 'Email : '; }

  .progress-bar-step {
    padding: 10px 13px 62px;
    width: 20%;
    height: 72px;
  }

  .progress-bar-step .step_name { width: 0 !important; }

  .top-content .text { padding: 0 0 60px; }
  .top-content .top-big-link { margin-top: 25px; }
  .top-content .top-big-link a.btn { margin-top: 10px; }

  #divPickup,
  #divReturn,
  #divDriver,
  #divDesc { text-align: left; }

  .dashboard-panel-8 { width: 100% !important; margin-top: 5px; }

  #totalCostFinal,
  #dvbooknow {
    text-align: left !important;
    padding-bottom: 5px;
  }
}

@media (max-width: 415px) {
  h1, h2 { font-size: 32px; }
}

@media (min-width: 768px) {
  #dvbooknow { padding-top: 5px; }
}
