/*==========================================================================
  AMBULANCE CSS
==========================================================================*/
/*==========  ==========*/
/*-----  -----*/

/*========== COMMON ==========*/

*:focus {
  outline: none;
}

a:hover img {
  opacity: .7;
}

.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

.ambulance-container {
  width: 775px;
}

/*========== SLIDER ==========*/

.ambulance-slider {
  position: relative;
  width: 775px;
  height: 445px;
  margin-bottom: 15px;
  box-shadow: rgba(0, 0, 0, 0.5) 5px 5px 15px 0px;
}

/*========== BUTTON ==========*/

.button-container {
  margin-top: 10px;
  margin-bottom: 30px;
  text-align: center;
}

.button-inner {
  position: relative;
  width: 775px;
  height: 180px;
  background-repeat: no-repeat;
  box-shadow: rgba(0, 0, 0, 0.5) 5px 5px 15px 0px;
  margin-bottom: 10px;
}

.button-inner:first-child {
  margin-right: 10px;
}

.button-inner-alt {
  /*float: left;*/
  display: inline-block;
  width: 330px;
  height: 80px;
  margin-top: 15px;
  box-shadow: rgba(0, 0, 0, 0.5) 5px 5px 15px 0px;
}

.button-inner-alt:last-child {
  margin-left: 10px;
}

.button-inner:nth-child(1) {
  background-image: url(../img/ambulance/amb_btn_basic.jpg);
}

.button-inner:nth-child(2) {
  background-image: url(../img/ambulance/amb_btn_highstandard.jpg);
}

.button-inner:nth-child(3) {
  background-image: url(../img/ambulance/amb_btn_standardized.jpg);
}

.button-inner a.btn-used {
  position: absolute;
  top: 130px;
  right: 180px;
  box-shadow: rgba(0, 0, 0, 0.3) 2px 2px 10px 0px;
  z-index: 10;
}

.button-inner a.btn-new {
  position: absolute;
  top: 130px;
  right: 20px;
  box-shadow: rgba(0, 0, 0, 0.3) 2px 2px 10px 0px;
  z-index: 10;
}

.button-inner .a-button-inner {
  display: block;
  width: 100%;
  height: 100%;
}

/*========== BASIC ==========*/

.basic-container {
  margin-bottom: 50px;
}

.basic-container h4 {
  margin-bottom: 10px;
}

/*----- VIDEO -----*/

.basic-video-container {
  margin-bottom: 20px;
}

.basic-video-container iframe {
  float: left;
  margin-bottom: 10px;
}

/*----- PHOTO -----*/

.basic-photo-container {
  margin-bottom: 30px;
  text-align: center;
}

.basic-photo-container img {
  display: inline-block;
  /*float: left;*/
}

.basic-photo-container img:first-child {
  margin-bottom: 30px;
}

.basic-photo-container img:nth-child(even) {
  margin-right: 30px;
}

.basic-photo-container img:nth-child(n+2) {
  margin-bottom: 20px;
}

.basic-photo-container img:nth-child(6),
.basic-photo-container img:nth-child(7) {
  margin-bottom: 0;
}

/*----- PROCESS -----*/

.process-container {
/*  background-image: url(../img/ambulance/amb_bg_process.jpg);
  background-position: right top;
  background-repeat: no-repeat;*/
  text-align: center;
}

.process-container-txt {
  /*margin-bottom: 20px;*/
}

.process-container-txt .left-div {
  float: left;
  width: calc(100% - 275px);
  text-align: left;
}

.process-container-txt .right-div {
  float: right;
  width: 265px;
}

.process-container h5 {
  margin-bottom: 20px;
}

.process-container p {
  margin-bottom: 20px;
  font-size: 15px;
  line-height: 1.5em;
}

.process-container img {
  display: inline-block;
  /*float: left;*/
}

.process-container img:nth-child(odd) {
  margin-right: 25px;
}

.process-container img:nth-child(1),
.process-container img:nth-child(2) {
  margin-bottom: 20px;
}

/*========== HIGHSTANDARD ==========*/

.highstand-container {
  margin-bottom: 20px;
  /*text-align: center;*/
}

.highstand-container h4 {
  margin-bottom: 10px;
}

.highstand-photo-container {
  margin-bottom: 10px;
}

.highstand-photo-container img {
  width: 100%;
}

.highstand-photo-container img:nth-child(1) {
  margin-bottom: 10px;
}

.highstand-container p {
  font-size: 15px;
  line-height: 1.5em;
}

/*========== STANDARDIZED ==========*/

.standardized-container {
  margin-bottom: 50px;
  text-align: center;
}

.standardized-container h4 {
  margin-bottom: 10px;
}

/*----- PHOTO -----*/

.standardized-photo-container {
  margin-bottom: 10px;
}

.standardized-photo-container img {
  /*float: left;*/
}

.standardized-photo-container img:nth-child(odd) {
  margin-right: 30px;
}

.standardized-photo-container img:nth-child(n+3) {
  margin-top: 10px;
}

/*========== CUSTOMER'S VOICE ==========*/

.customer-container {
  margin-bottom: 20px;
}

.customer-container h4 {
  margin-bottom: 10px;
}

.customer-inner {
  width: 100%;
  height: auto;
  padding: 20px;
  background-color: #f2efd8;
  box-sizing: border-box;
}

.customer-inner:last-child {
  margin-top: 10px;
}

.customer-inner h5 {
  margin-bottom: 10px;
}

.customer-inner img:nth-child(2) {
  float: left;
  margin-right: 10px;
}

.customer-inner-alt {
  float: right;
  width: calc(100% - 370px);
}

.customer-inner p {
  float: right;
  width: 100%;
  font-size: 14px;
  line-height: 2em;
  letter-spacing: -0.5px;
}

.customer-inner .customer-name {
  margin-top: 20px;
  color: #036;
  text-align: right;
}

/*========== DISABLED PEOPLE ==========*/

.disable-container {
  margin-bottom: 20px;
}

.disable-inner {
  float: left;
  width: 460px;
  height: 155px;
  margin-right: 10px;
  padding: 8px;
  border: 5px solid #97ad9b;
  background-color: #e6eddd;
  box-sizing: border-box;
}

.disable-inner img:first-child {
  float: left;
  margin-right: 10px;
}

.disable-inner p {
  margin-bottom: 15px;
  font-size: 12px;
  line-height: 2em;
}

/*========== PAPERA MEDICAL PLUS ==========*/

.medicalplus-container {
  margin-bottom: 20px;
}

.medicalplus-container img {
  width: 100%;
}

/*========== CONTACT ==========*/

.contact-container {
  position: relative;
  width: 775px;
  height: 180px;
  background-image: url(../img/ambulance/amb_bg_contact.jpg);
  background-repeat: no-repeat;
  background-size: 100% auto;
}

.contact-container p {
  position: absolute;
  top: 153px;
  right: 45px;
}

.contact-container a {
  display: block;
  width: 100%;
  height: 100%;
}
