/* ACTIVITY 1 */

#image-1, #image-2, #image-3, .map {
  margin-left: auto;
  margin-right: auto;
}

/* ACTIVITY 2 */

.image-page-2 {
  width: 100%;
}

.labels-container img, .labels-container span {
  display: inline-block;
  cursor: pointer;
  vertical-align: bottom;
}

.labels-container .green-box, .labels-container .red-box {
  min-width: 100px;
  min-height: 50px;
  margin-right: 20px;
}

.rotation-arrow-container {
  position: absolute;
  z-index: 10;
  bottom: 160px;
  left: 270px;
  display: none;
}

.ui-rotatable-handle {
  background-color: red;
  width: 15px;
  height: 15px;
  left: 32px;
  border-radius: 100%;
}

#section-2 .statementStack {
  text-align: left;
}

.statementStack .green-box, .statementStack .red-box {
  min-width: 98px;
  min-height: 52px;
  border-radius: 0px !important;
}

.statementStack .green-box, .statementStack .red-box, .statementStack .camera {
  position: absolute;
  z-index: 10;
  display: none;
}

.statementStack .camera {
  left: 140px;
  bottom: 190px;
}

.statementStack .green-box {
  left: 136px;
  bottom: 204px;
}

.statementStack .red-box {
  left: 180px;
  bottom: 142px;
}

.green-box {
  border: solid 2px green;
}

.red-box {
  border: solid 2px red;
}

/* ACTIVITY 3 */

#image-2 {
  width: 100%;
}

.dropZone {
  margin-bottom: 20px;
}

.statementStack {
  text-align: center;
  margin-top: 1em;
  margin-bottom: 50px;
}

.statementStack .draggable-label {
  margin: 5px;
  padding: 10px;
  font-size: 16px;
  cursor: move;
  border-radius: 3px;
  text-align: center;
  white-space: nowrap;
}

#section-3 .statementStack .draggable-label, #section-4 .statementStack .draggable-label {
  display: inline-block;
}

#section-3 .statementStack .draggable-label, #section-4 .statementStack .draggable-label {
  background: #219eab;
  color: #FFF;
}

/* ACTIVITY 4 */

#image-3 {
  width: 75%;
}

.blue-label {
  background-color: #21323c !important;
}

.light-blue-label {
  background-color: #436579 !important;
}

.location-container .camera {
  position: absolute;
}

/* ACTIVITY 5 */

.labels-image {
  z-index: 10;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  display: none;
}

.carousel-fade .carousel-inner .item {
  transition-property: opacity;
}

.carousel-inner>.item>img {
  margin-left: auto;
  margin-right: auto;
}

.carousel-indicators {
  left: 50.5%;
  padding: 5px;
  width: 100%;
  margin-left: -50%;
  bottom: -80px;
}

.carousel-inner {
  margin-bottom: 80px;
}

.carousel-indicators li {
  width: 40px;
  height: 40px;
  background-color: #D2D2D2;
  border-radius: 50%;
  font-weight: bold;
  text-indent: 0px;
  border: none;
  text-align: center;
  -webkit-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.75);
  -moz-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.75);
  box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.75);
  font-size: 20px;
  padding-top: 5px;
  margin: 5px;
}

.carousel-indicators .active {
  width: 40px;
  height: 40px;
  margin: 0;
  background-color: #21323c;
  color: #FFF;
}

.first-btn {
  display: none !important;
}

.process-holder {
  margin-top: 40px;
}

.number {
  display: inline-block;
  margin-right: 10px;
  font-weight: bold;
  color: #219eab;
}

.number, .process {
  font-size: 20px;
}

.eye-container {
  width: 28px;
  margin-right: 20px;
  font-size: 16px;
}

@media (min-width: 768px){

  .process-holder {
    margin-top: 0px;
  }

  .statementStack {
    margin-bottom: 0;
  }

  .rotation-arrow-container {
    bottom: 124px;
    left: 325px;
  }

  .statementStack .red-box {
    bottom: 120px;
    left: 186px;
  }

  .statementStack .green-box {
    left: 130px;
    bottom: 162px;
  }

  .statementStack .camera {
    left: 125px;
    bottom: 145px;
  }

  .statementStack .red-box, .statementStack .green-box {
    min-width: 80px;
    min-height: 48px;
  }

  .location-container .camera {
    top: 4px;
    left: 30px;
  }
}

@media (min-width: 992px) {

  .rotation-arrow-container {
    bottom: 160px;
    left: 445px;
  }

  .statementStack .camera {
    left: 190px;
    bottom: 240px;
  }

  .statementStack .green-box {
    left: 165px;
    bottom: 243px;
  }

  .statementStack .red-box {
    left: 300px;
    bottom: 190px;
  }

  .statementStack .red-box, .statementStack .green-box {
    min-width: 140px;
    min-height: 70px;
  }

  .location-container .camera {
    top: 14px;
    left: 42px;
  }
}

@media (min-width: 1200px) {
  .rotation-arrow-container {
    left: 560px;
    bottom: 185px;
  }
}