body {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  color: #4a4a4a;
  background: #f6f5f5;
}
a {
  color: #00a9ce;
}
.modal-header {
  padding: 5px;
  border-bottom: none;
}
.modal-footer {
  padding: 5px;
  border-top: none;
}
.modal-body {
  padding: 0 15px 5px 15px;
  font-style: italic;
}
.modal-backdrop {
  opacity: 0.8!important;
}
.modal-header .close {
  padding: 10px 15px 0 0;
}
::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #95aac9;
}
::-moz-placeholder {
  /* Firefox 19+ */
  color: #95aac9;
}
:-ms-input-placeholder {
  /* IE 10+ */
  color: #95aac9;
}
:-moz-placeholder {
  /* Firefox 18- */
  color: #95aac9;
}
.has-search .form-control {
  padding-left: 2.375rem!important;
}
.has-search .form-control-feedback {
  position: absolute;
  z-index: 2;
  display: block;
  line-height: 2.375rem;
  text-align: center;
  pointer-events: none;
  color: #95aac9;
  font-size: 22px;
  left: 22px;
}
.form-group {
  margin-bottom: 0;
}
.custom-control-input:checked ~ .custom-control-label::before {
  margin-top: -2px;
  background-color: #009ca6;
  border-color: #009ca6;
}
.custom-control-label::before {
  margin-top: -2px;
  border: 2px solid #009ca6;
}
.custom-control-label::after {
  margin-top: -2px;
}
header .col.col-lg-5 {
  background: #fdfdfd;
  height: 60px;
  margin-bottom: 20px;
  -webkit-box-shadow: 10px 10px 16px -15px rgba(0, 0, 0, 0.42);
  -moz-box-shadow: 10px 10px 16px -15px rgba(0, 0, 0, 0.42);
  box-shadow: 10px 10px 16px -15px rgba(0, 0, 0, 0.42);
}
header .lnk-call {
  color: #8eab2a;
}
header .call-container {
  padding-top: 18px;
}
header .logo-small {
  width: 100%;
  height: 50px;
  background: url(../images/logo-small.jpg) center center no-repeat;
}
header .back-container {
  padding-top: 20px;
}
header .lnk-back {
  color: #727272;
}
#content .footer {
  background: #006ba6;
  padding: 20px 15px;
  color: #fff;
  font-size: 10px;
}
#content .logo {
  width: 100%;
  height: 173px;
  background: url(../images/logo.png) top center no-repeat;
}
#content .logo-slogan {
  font-weight: 700;
  text-align: center;
  font-size: 12px;
  padding-bottom: 30px;
  padding-top: 5px;
}
#content .btn-primary {
  width: 100%;
  background: #00a9ce;
  text-align: left;
  border: none;
  margin-bottom: 1px;
  padding: 10px 30px;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 10px;
}
#content .btn-small {
  text-align: center;
  padding: 5px 30px;
  margin-top: 5px;
}
#content .btn-small-icon {
  text-align: center;
  padding: 5px 10px;
  margin-top: -4px;
}
#content .title {
  font-size: 17px;
  font-weight: bold;
  color: #000;
  margin-bottom: 5px;
}
#content .panel-info {
  background: #fefefe;
  border: 1px solid #e4e4e4;
  border-radius: 10px;
  padding: 20px 18px 30px;
  margin-bottom: 25px;
}
#content .panel-info.small {
  padding: 10px 18px 10px;
  color: #00a9ce;
  margin-bottom: 5px;
}
#content .panel-info-small {
  background: #fefefe;
  border: 1px solid #e4e4e4;
  border-radius: 10px;
  padding: 10px 10px 0 10px;
  margin-bottom: 5px;
}
#content .panel-info-small:last-child {
  margin-bottom: 20px;
}
#content .panel-info-small-last {
  background: #fefefe;
  border: 1px solid #e4e4e4;
  border-radius: 10px;
  padding: 5px 10px;
  margin-bottom: 5px;
}
#content .panel-info-small-last:last-child {
  margin-bottom: 20px;
}
#content .panel-info-small-secondary {
  background: #00a9ce;
  border: 1px solid #00a9ce;
  border-radius: 10px;
  padding: 5px 10px;
  margin-bottom: 5px;
  margin-right: 5px;
  color: #fff;
}
#content .panel-info-small-secondary:last-child {
  margin-bottom: 20px;
}
#content input[type='text'] {
  background: transparent;
  border-top: none;
  border-right: none;
  border-left: none;
  border-bottom: 1px solid #009ca6;
  width: 100%;
  padding: 3px;
  font-size: 15px;
  height: 35px;
}
#content input[type='text']:focus {
  border-bottom: 1px solid #00a9ce;
  outline: none;
}
#content .control-search {
  padding-left: 30px;
}
#content .button-map {
  position: absolute;
  bottom: 28px;
  padding-left: 5px;
  z-index: 9999;
  padding-right: 35px;
  padding-left: 15px;
}
#content .custom-select {
  border: 1px solid #009ca6;
}
#content .note {
  font-size: 13px;
  font-style: italic;
}
#content .conditions-options {
  padding: 10px 0 0 0;
}
#content .conditions-options-show {
  padding: 10px 0 0 0;
  color: #00a9ce;
  line-height: 30px;
}
#content .conditions-panel {
  padding: 0;
  border-bottom: 1px solid #009ca6;
}
#content .conditions-panel:last-child {
  padding: 0;
  border-bottom: none;
}
#content .conditions-panel:nth-last-child(3) {
  margin-bottom: 20px;
  padding-bottom: 20px;
}
#content .conditions-panel:nth-last-child(2) {
  margin-bottom: 20px;
  padding-bottom: 20px;
}
#content .message {
  background: #00a9ce;
  padding: 30px;
  color: #fff;
  margin: 0;
  font-size: 30px;
  text-align: center;
}
#content .message a {
  text-decoration: none;
  color: #fff;
}
#content .message-small {
  background: #00a9ce;
  padding: 30px;
  color: #fff;
  margin: 0;
  font-size: 22px;
  text-align: center;
  margin-bottom: 15px;
}
#content .space-footer {
  height: 50px;
}
#content .message-patenente {
  text-align: center;
  margin: 0;
}
#content .number-passangers {
  width: 50px;
}
#content .text-big {
  text-align: right;
  font-size: 26px;
  color: #000;
  font-weight: 700;
  padding: 0;
  text-transform: uppercase;
}
#content .text-medium {
  text-align: right;
  font-size: 20px;
  color: #000;
  font-weight: 700;
  padding: 0;
}
#content .text-tag {
  color: #00a9ce;
  padding: 0;
}
#content .padding-site {
  padding-left: 25px;
  padding-right: 25px;
}
#content .button-mt {
  margin-top: -10px;
}
#content .fa-size {
  font-size: 36px;
}
#content .text-panel {
  font-weight: bold;
}
#content .compass {
  font-size: 15px;
  margin-top: 10px;
  padding-left: 8px;
  cursor: pointer;
}
#content .mr-button-home-1 {
  margin-right: 21px;
  margin-left: 4px;
}
#content .mr-button-home-2 {
  margin-right: 15px;
}
#content .mr-button-home-3 {
  margin-right: 18px;
  margin-left: 2px;
}
#content .text-danger {
  font-size: 11px;
}
#content .pb-panel-small {
  padding-bottom: 20px!important;
}
/* Always set the map height explicitly to define the size of the div
       * element that contains the map. */
#map {
  height: 300px;
  width: 100%;
}
#description {
  font-family: Roboto;
  font-size: 15px;
  font-weight: 300;
}
#infowindow-content .title {
  font-weight: bold;
}
#infowindow-content {
  display: none;
}
#map #infowindow-content {
  display: inline;
}
.pac-card {
  margin: 10px 10px 0 0;
  border-radius: 2px 0 0 2px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  outline: none;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
  background-color: #fff;
  font-family: Roboto;
}
#pac-container {
  padding-bottom: 12px;
  margin-right: 12px;
}
.pac-controls {
  display: inline-block;
  padding: 5px 11px;
}
.pac-controls label {
  font-family: Roboto;
  font-size: 13px;
  font-weight: 300;
}
#pac-input {
  background-color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  font-weight: 300;
  padding: 0 15px 0 30px!important;
  text-overflow: ellipsis;
}
#pac-input:focus {
  border-color: #4d90fe;
}
#title {
  color: #fff;
  background-color: #4d90fe;
  font-size: 25px;
  font-weight: 500;
  padding: 6px 12px;
}
#target {
  width: 345px;
}
.gm-fullscreen-control {
    display: none;
}

.gm-control-active {
    width: 30px;
    height: 30px;
}
.gm-style-mtc {
  display: none;
}
.gmnoprint {
  display: none;
}
.validation-summary-errors {
  padding-left: 0;
}
.validation-summary-errors ul {
  margin-bottom: 0;
  list-style: none;
  padding-left: 5px;
}
/* Optional: Makes the sample page fill the window. */
/*html, body {
        height: 100%;
        margin: 0;
        padding: 0;
    }*/

/* carrousel
=================================================================== */
.carousel-caption {
    bottom: 0;
    line-height: 12px;
    padding-bottom: 0;
}

    .carousel-caption p {
        margin-bottom: 5px;
    }

.img-carrousel {
    width: 300px;
    height: 82px;
}

.content-carrousel {
    width: 300px;
    height: 82px;
    margin-right: auto;
    margin-left: auto;
}
