.modal-open .datepicker {
    z-index: 1200 !important;
}
/*body.modal-open .datepicker {
    z-index: 1200 !important;
}*/
#teaser {
	background-image: url('../img/watersedge.jpg');
/*background: -webkit-linear-gradient(top, #303131 0%, #4d4f4f 50%, #303131 100%);
  background: linear-gradient(to bottom, #303131 0%, #4d4f4f 50%, #303131 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@mainColor', endColorstr='@mainColor', GradientType=0);
*/
}

.centerImage{
  margin-left: auto;
  margin-right: auto;
}

header.small .brand {
  margin: 5px 0 0 0 !important;
}
header.large .brand {
  margin: 30px 0 0 0 !important;
}
#teaser .title {
/*  color: #151053;
  background-color: white;*/
  text-align: center;
  color: black;
  text-transform: uppercase;
  font-size: 36px;
  font-weight: 900;
  margin: 0;
}
#teaser .subtitle {
  text-align: center;
  font-size: 24px;
  color: black;
/*  color: #151053;
*/  text-transform: none;
  display: block;
  font-weight: normal;
  margin-top: 10px;
}
#googleDiv {
  padding-top: 10px ;
  padding-left: 10px;
}
#services h1{
  /*font-size: .8em;*/
  text-align: center;
  font-style: italic;
  font-weight: 500;
  margin-bottom: 25px;
}
#services {
  margin-top: 20px;
}
#rates h2, th, tr {
    text-align: center;
}

#teaser .car-img {
  text-align: left;
}

#locations .title {
  text-align: center;
  font-size: 36px;
  font-weight: 900;
  margin: 0 0 30px 0;
  padding: 0;
}

#checkoutModal .car-alternatives {
  margin-top: 30px;
 padding: 0 30px 0 30px;
/*  float: left;
  width: 748px;
*/}

#checkoutModal .group-info-box {
  padding: 0 10px 0 10px;
  float: left;
  width: 11%;
  text-align: center;
}
#checkoutModal .group-info-box .group-info-box-title{
  font-weight: bold;
  margin: 0 0 3px;
}
#checkoutModal .checkout-address-info .arrival {
  float: left;
  width: 335px;
  margin-right: 7px;
}
#checkoutModal .checkout-address-info .departure {
  float: left;
  width: 335px;
  margin-left: 7px;
}

#checkoutModal .checkout-address-info .city {
  float: left;
  width: 335px;
  margin-right: 7px;
}
#checkoutModal .checkout-address-info .zip-code {
  float: left;
  width: 335px;
  margin-left: 7px;
}
  #vehicles .vehicle-img {
    margin: 100px 0;
  }
#teaser form .extras {
  margin-bottom: 11px;
}  
#teaser form .infant-seats.pull-left {
  width: 200px;
}
#teaser form .infant-seats.pull-right {
  width: 180px;
}

#teaser form .input-group-addon.italian{

    font-size: 14px;

}
#teaser form .styled-select-seat {
  border: 2px solid #efe9e9;
  height: 43px;
  position: relative;
}
#teaser form .styled-select-seat:after {
  content: '';
  background: #ffffff url('../img/dropdown-icon.png') no-repeat 5px 18px;
  right: 0px;
  top: 0px;
  width: 30px;
  height: 39px;
  position: absolute;
  pointer-events: none;
}
#teaser form .styled-select-seat select {
  border: none;
  font-size: 16px;
  width: 100%;
  background-image: none;
  background: #fff;
  -webkit-appearance: none;
  padding: 10px 10px;
  height: 39px;
  color: #ED1C24;
}

#vehicles .title {

    margin-bottom: 20px;
}
#vehicles h3 {
    text-align: left;
    font-style: italic;
    font-weight: 500;
    margin-bottom: 45px;
}

#checkoutModal .availability {
  font-size: 14px;
  font-weight: bold;
  margin: 0 0 3px 0px;
  text-align: left;
}
/*#checkoutModal .vehicle-info h4 {
    margin-top: 0px;
    margin-bottom: 0px;
}*/
@media (max-width: 660px) {
  #checkoutModal .group-info-box {
      width: 50%;
  }
}
@media (max-width: 480px) {
  #teaser form .styled-select-car select {
    font-size: 12px;
  }
  header  .navbar-brand {
      padding: 0;
      width: 50%;
    }  


  #information .wrapperfacebook iframe,
  #information .wrapperfacebook object,
  #information.wrapperfacebook embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}

#rentalError{
  margin-top: 30px;
 padding: 0 30px 0 30px;
 color: #ED1C24;
}

.centered {
  text-align: center;
}

#services .btn {
  font-size: 24px;
  font-weight: 900;
  background-color: #ED1C24;
  color: #fff;
  border-radius: 0;
  border: none;
  line-height: 47px;
  padding: 0 15px;
  box-shadow: 6px 6px 0 #efe9e9;
  margin-right: 15px;
  -webkit-transition: .2s;
  transition: .2s;
}

#motoringModal img{
    display: block;
    margin-left: auto;
    margin-right: auto }
}


/* myModal
--------------------------------------------*/
.myModal .modal-dialog {
  width: 748px;
}
.myModal .modal-content {
  border-radius: 0px;
  box-shadow: none;
  border: 2px solid #fff;
}
.myModal .modal-header {
  color: #fff;
  background-color: #ED1C24;
  border-bottom: none;
}
.myModal .modal-title {
  font-size: 24px;
  font-weight: 900;
  text-transform: uppercase;
}
.myModal .close {
  color: #fff;
  text-shadow: none;
  opacity: .6;
  font-size: 27px;
  margin: 1px 7px 0 0;
}
.myModal .close:hover,
.close:focus {
  text-decoration: none;
  cursor: pointer;
  opacity: 1;
}
.myModal .modal-body {
  padding: 10px 10px 0px 10px;
}
.myModal .modal-body h3 {
  margin: 10px;
  font-size: 18px;
  color: #ED1C24;
  font-weight: bold;
  margin-bottom: 20px;
}
.myModal .modal-body h3 {
  margin: 10px;
  font-size: 18px;
  color: #ED1C24;
  font-weight: bold;
  margin-bottom: 20px;
}
.myModal .modal-body h4 {
  margin: 10px;
  font-size: 16px;
  color: #ED1C24;
  font-weight: bold;
  margin-bottom: 20px;
}
.myModal .modal-body h5 {
  margin: 10px;
  font-size: 16px;
}
.myModal .modal-body p {
  margin: 10px;
  font-size: 14px;
  margin-bottom: 20px;
}

#lostBackground {
  background-image: url("../img/menorcaSea.jpg");
/*  height: 400px;*/
  width: 100%;
  background-size: cover;
}
#losttopRow{
  margin-top: 50px;
  text-align: center;
}
#lostLogo{
  margin: 0 auto;
}
/* Large devices (large desktops, 1200px and up)*/
@media (max-width: 1200px) {
}
/* Medium devices (desktops, 992px and up) */
@media (max-width: 992px) {
  .myModal .modal-dialog {
    width: 100%;
    margin: 0;
  }

  .myModal .modal-footer {
    text-align: center;
  }
} 

/* Small devices (660px and down) */
@media (max-width: 660px) {

}
/* Small devices (480px and down) */
@media (max-width: 480px) {  
}

