@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:200,300,400,700|Open+Sans+Condensed:300,300italic,700);
/* Variables
===============================*/
/* Changes of general web site's styles
===============================================*/
body {
  background-image: none;
  background-color: #000;
}
#channelWrapper {
  min-width: 100% !important;
}
#site_wrapper {
  padding-top: 0;
}
#site_wrapper,
#page_content {
  width: 100% !important;
  background: none;
  margin-top: 0;
}
.topnav {
  z-index: 99999;
}
.topnav.fix-nav {
  position: fixed !important;
  top: -155px !important;
  left: 50%;
}
div#topNavigation {
  position: absolute;
  top: 30px;
  left: 50%;
  margin-left: -480px;
}
@media (max-width: 960px) {
  div#topNavigation {
    display: none;
  }
}
div#topNavigation .nav-arrow {
  display: none;
  position: absolute;
  top: 145px;
  left: 50%;
  margin-left: -9px;
  width: 18px;
  height: 11px;
  background: url('../images/btn-nav-arrow.png') no-repeat bottom;
}
div#topNavigation .nav-arrow.open {
  background: url('../images/btn-nav-arrow.png') no-repeat top;
}
#main_content {
  margin: 0;
  background: none !important;
  float: none;
}
.transcript {
  padding: 0;
}
div.spacer {
  height: 0;
}
.footer,
#footer {
  display: none;
  position: relative;
  z-index: 999;
}
.mobilenav,
.ie8-show {
  display: none;
}
.section ul li {
  list-style-type: none;
  background: none;
  height: auto;
  border-top: none;
  font-size: 100%;
  width: auto;
}
/* END OF Changes of general web site's styles
===============================================*/
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}
.table {
  display: table;
}
.table-cell {
  display: table-cell;
  vertical-align: middle;
}
#loaderMask {
  text-align: center;
  padding-top: 20%;
}
#loaderMask span {
  font-size: 28px;
  width: 128px;
  height: 128px;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -64px;
  margin-left: -64px;
  background: url('../images/loader.gif') center no-repeat;
  color: #fff;
  line-height: 128px;
}
#reserve-journey-wrap {
  position: relative;
  margin-top: 0;
  color: #fff;
  min-width: 320px;
  font-family: 'Source Sans Pro', sans-serif;
}
#reserve-journey-wrap a {
  color: #fff;
  margin: 0;
  padding: 0;
  text-decoration: none;
}
#reserve-journey-wrap #soldier-content {
  position: relative;
  z-index: 999;
}
@media (max-width: 640px) {
  #reserve-journey-wrap .hide-sm {
    display: none;
  }
}
@media (max-width: 860px) {
  #reserve-journey-wrap .hide-md {
    display: none;
  }
}
@media (min-width: 641px) {
  #reserve-journey-wrap .hide-lg {
    display: none;
  }
}
#reserve-journey-wrap .section .scroll-more {
  position: absolute;
  width: 97px;
  height: 105px;
  bottom: 100px;
  left: 50%;
  margin-left: -49px;
  background: url('../images/soldiers/scroll_for_more.png') center no-repeat;
}
@media (max-width: 640px) {
  #reserve-journey-wrap .section .scroll-more {
    display: none;
  }
}
#reserve-journey-wrap .main-line,
#reserve-journey-wrap .line,
#reserve-journey-wrap .left-line,
#reserve-journey-wrap .right-line,
#reserve-journey-wrap .lines {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
}
.mobile-close {
  display: block;
  position: fixed;
  top: 35px;
  right: 35px;
  width: 40px;
  height: 40px;
  background: url('../images/btn-close-panel.png') center no-repeat;
  opacity: 0;
  z-index: -1;
}
.mobile-close.vertical {
  top: 15px;
  right: 15px;
  width: 40px;
  height: 40px;
}
#gallery-mobile {
  position: fixed;
  opacity: 0;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
}
#gallery-mobile .image-cont {
  position: absolute;
  top: 50%;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  -o-text-size-adjust: none;
  text-size-adjust: none;
}
#gallery-mobile .slide {
  position: relative;
  float: left;
}
@media all and (max-height: 400px) {
  #gallery-mobile .slide {
    height: 85%;
  }
}
#gallery-mobile .slide img {
  display: block;
  width: 100%;
  margin: 0 auto;
}
@media all and (max-height: 400px) {
  #gallery-mobile .slide img {
    height: 90%;
    width: auto;
  }
}
#gallery-mobile .slide .caption {
  display: block;
  position: absolute;
  text-align: center;
  width: 100%;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  padding: 1%;
  padding-bottom: 5px;
  padding-right: 5%;
  font-size: 14px;
  font-family: 'Source Sans Pro', sans-serif;
  line-height: 1.2em;
  letter-spacing: 0.2px;
  color: #fff;
  box-sizing: border-box;
}
@media (max-width: 475px) {
  #gallery-mobile .slide .caption {
    padding-bottom: 1%;
  }
}
#gallery-mobile.vertical {
  overflow-x: hidden;
  overflow-y: auto;
  height: 95%;
}
#gallery-mobile.vertical .image-cont {
  top: 0;
  margin-top: 0 !important;
}
#gallery-mobile.vertical .slide {
  padding: 20px;
  box-sizing: border-box;
}
#gallery-mobile.vertical .slide img {
  width: auto;
  height: 130px;
  float: left;
  margin-right: 20px;
}
@media (min-width: 475px) {
  #gallery-mobile.vertical .slide img {
    height: 230px;
  }
}
#gallery-mobile.vertical .slide .caption {
  position: relative;
  background: none;
  text-align: left;
  padding-top: 0;
  padding-right: 15px;
}
#gallery-mobile.vertical .slide .caption .caption-title {
  display: block;
  padding-bottom: 0;
  margin-bottom: 0;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 1.2em;
  font-weight: 700;
  letter-spacing: 1px;
}
#gallery-mobile.vertical .slide .caption .caption-title span {
  display: block;
  font-style: italic;
  font-size: 16px;
  margin-top: 25px;
  margin-bottom: 5px;
  font-weight: 200;
}
.vertical-dots {
  opacity: 0;
  height: 5%;
  background-color: black;
  bottom: 0;
  position: fixed;
  width: 100%;
  z-index: 9999;
}
#gallery-mobile-indicator {
  position: fixed;
  left: 50%;
  display: inline-block;
  list-style: none;
  padding: 0;
  z-index: 99999;
  bottom: 0;
  opacity: 0;
}
@media all and (max-height: 400px) {
  #gallery-mobile-indicator {
    bottom: 0;
  }
}
#gallery-mobile-indicator li {
  position: relative;
  float: left;
  margin: 0 10px 0 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  text-indent: -9999px;
}
#gallery-mobile-indicator li.active {
  background: rgba(255, 255, 255, 0.3);
}
#gallery-mobile-indicator li:last-child {
  margin-right: 0;
}
#gallery-mobile-indicator li span {
  position: absolute;
  top: 4px;
  left: 4px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #fff;
  text-indent: -9999px;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}
#reserve-journey-wrap ul#rj-main-menu {
  list-style-type: none;
  position: fixed;
  top: 50%;
  left: -45px;
  z-index: 9999;
  width: 40px;
  margin-top: -170px;
  padding: 0;
}
@media (max-width: 640px) {
  #reserve-journey-wrap ul#rj-main-menu {
    left: -45px !important;
  }
}
#reserve-journey-wrap ul#rj-main-menu li {
  position: relative;
  margin: 0;
  padding: 0;
}
#reserve-journey-wrap ul#rj-main-menu li span.slide {
  position: absolute;
  height: 36px;
  top: 0;
  left: 0;
}
#reserve-journey-wrap ul#rj-main-menu li.home-intro a {
  background: url('../images/side-nav.png') 0 0;
}
#reserve-journey-wrap ul#rj-main-menu li.home-intro span.hover {
  background: url('../images/side-nav.png') 41px 0;
}
#reserve-journey-wrap ul#rj-main-menu li.home-intro span.slide {
  background: url('../images/side-nav-slide.png') 0 0;
  width: 111px;
  left: -111px;
}
#reserve-journey-wrap ul#rj-main-menu li.chapter-link.one a {
  background: url('../images/side-nav.png') 0 -38px;
}
#reserve-journey-wrap ul#rj-main-menu li.chapter-link.one span.hover {
  background: url('../images/side-nav.png') 41px -38px;
}
#reserve-journey-wrap ul#rj-main-menu li.chapter-link.one span.slide {
  background: url('../images/side-nav-slide.png') 0 -38px;
  width: 234px;
  left: -234px;
}
#reserve-journey-wrap ul#rj-main-menu li.chapter-link.two a {
  background: url('../images/side-nav.png') 0 -76px;
}
#reserve-journey-wrap ul#rj-main-menu li.chapter-link.two span.hover {
  background: url('../images/side-nav.png') 41px -76px;
}
#reserve-journey-wrap ul#rj-main-menu li.chapter-link.two span.slide {
  background: url('../images/side-nav-slide.png') 0 -76px;
  width: 205px;
  left: -205px;
}
#reserve-journey-wrap ul#rj-main-menu li.chapter-link.three a {
  background: url('../images/side-nav.png') 0 -114px;
}
#reserve-journey-wrap ul#rj-main-menu li.chapter-link.three span.hover {
  background: url('../images/side-nav.png') 41px -114px;
}
#reserve-journey-wrap ul#rj-main-menu li.chapter-link.three span.slide {
  background: url('../images/side-nav-slide.png') 0 -114px;
  width: 241px;
  left: -241px;
}
#reserve-journey-wrap ul#rj-main-menu li.chapter-link.four a {
  background: url('../images/side-nav.png') 0 -152px;
}
#reserve-journey-wrap ul#rj-main-menu li.chapter-link.four span.hover {
  background: url('../images/side-nav.png') 41px -152px;
}
#reserve-journey-wrap ul#rj-main-menu li.chapter-link.four span.slide {
  background: url('../images/side-nav-slide.png') 0 -152px;
  width: 188px;
  left: -188px;
}
#reserve-journey-wrap ul#rj-main-menu li.info a {
  background: url('../images/side-nav.png') 0 -190px;
}
#reserve-journey-wrap ul#rj-main-menu li.info span.hover {
  background: url('../images/side-nav.png') 41px -190px;
}
#reserve-journey-wrap ul#rj-main-menu li.info span.slide {
  background: url('../images/side-nav-slide.png') 0 -190px;
  width: 173px;
  left: -173px;
}
#reserve-journey-wrap ul#rj-main-menu li.soldiers a {
  background: url('../images/side-nav.png') 0 -228px;
}
#reserve-journey-wrap ul#rj-main-menu li.soldiers span.hover {
  background: url('../images/side-nav.png') 41px -228px;
}
#reserve-journey-wrap ul#rj-main-menu li.soldiers span.slide {
  background: url('../images/side-nav-slide.png') 0 -228px;
  width: 227px;
  left: -227px;
}
#reserve-journey-wrap ul#rj-main-menu li.contact a {
  background: url('../images/side-nav.png') 0 -266px;
}
#reserve-journey-wrap ul#rj-main-menu li.contact span.hover {
  background: url('../images/side-nav.png') 41px -266px;
}
#reserve-journey-wrap ul#rj-main-menu li.contact span.slide {
  background: url('../images/side-nav-slide.png') 0 -266px;
  width: 165px;
  left: -165px;
}
#reserve-journey-wrap ul#rj-main-menu li.share a {
  background: url('../images/side-nav.png') 0 -304px;
}
#reserve-journey-wrap ul#rj-main-menu li.share span.hover {
  background: url('../images/side-nav.png') 41px -304px;
  height: 36px;
}
#reserve-journey-wrap ul#rj-main-menu li.share span.slide {
  background: url('../images/side-nav-slide.png') 0 -304px;
  width: 121px;
  left: -121px;
  height: 35px;
}
#reserve-journey-wrap ul#rj-main-menu li.share a {
  height: 36px;
}
#reserve-journey-wrap ul#rj-main-menu a {
  position: relative;
  margin: 0;
  padding: 0;
  display: block;
  width: 40px;
  height: 38px;
  z-index: 5;
}
#reserve-journey-wrap ul#rj-main-menu a span.hover {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  position: absolute;
  width: 40px;
  height: 38px;
  top: 0;
  left: 0;
  z-index: 10;
}
#reserve-journey-wrap ul#rj-main-menu a span.hover.active-nav {
  opacity: 1 !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)" !important;
  filter: alpha(opacity=100) !important;
}
#reserve-journey-wrap #nav-panel {
  position: fixed;
  top: 0;
  bottom: 0;
  left: -100%;
  width: 100%;
  background: #60614d;
  border: 1px solid #ffd530;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  z-index: 9999;
  letter-spacing: 0.8px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
}
#reserve-journey-wrap #nav-panel.opened {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  -ms-transform: translateX(100%);
}
#reserve-journey-wrap #nav-panel.opened-ie8 {
  left: 0;
}
@media (max-width: 740px) {
  #reserve-journey-wrap #nav-panel {
    border: none;
    border-right: 1px solid #ffd530;
  }
}
#reserve-journey-wrap #nav-panel .close-panel {
  position: absolute;
  top: 35px;
  right: 35px;
  width: 40px;
  height: 40px;
  background: url('../images/btn-close-panel.png') center no-repeat;
}
@media (max-width: 740px) {
  #reserve-journey-wrap #nav-panel .close-panel {
    width: 21px;
    height: 20px;
    top: 15px;
    right: 20px;
    background: url('../images/mobile/btn-close.png') no-repeat center;
    background-size: cover;
  }
}
#reserve-journey-wrap #nav-panel .panel-mask {
  position: absolute;
  top: 10%;
  bottom: 10%;
  left: 150px;
  right: 10%;
  font-family: 'Source Sans Pro', sans-serif;
  overflow-x: hidden;
}
@media (max-width: 740px) {
  #reserve-journey-wrap #nav-panel .panel-mask {
    top: 50px;
    left: 0;
    right: 0;
    border-top: 1px solid #727365;
  }
}
#reserve-journey-wrap #nav-panel .panel {
  position: absolute;
  left: 0;
  top: 0;
  display: none;
}
#reserve-journey-wrap #nav-panel .panel.active {
  display: block;
}
@media (max-width: 740px) {
  #reserve-journey-wrap #nav-panel .panel {
    padding: 0 20px 0 40px;
  }
}
#reserve-journey-wrap #nav-panel .panel a:hover {
  color: #ffd530;
}
#reserve-journey-wrap #nav-panel .panel h1 {
  width: 100%;
  max-width: 910px;
  text-transform: uppercase;
  font-size: 60px;
  line-height: 1em;
  border-bottom: 2px solid #727365;
  padding-bottom: 20px;
}
@media (max-width: 740px) {
  #reserve-journey-wrap #nav-panel .panel h1 {
    width: 110%;
    margin: 0 0 0 -5%;
    padding: 25px 0 25px 5%;
    font-size: 30px;
    border-bottom: none;
  }
}
#reserve-journey-wrap #nav-panel .panel h3 {
  font-size: 25px;
  text-transform: uppercase;
  color: #9e9f8b;
  line-height: 1em;
  margin: 30px 0 15px 0;
}
@media (max-width: 740px) {
  #reserve-journey-wrap #nav-panel .panel h3 {
    font-size: 16px;
  }
}
#reserve-journey-wrap #nav-panel .panel p {
  font-size: 14px;
  font-weight: 200;
  line-height: 1.3em;
}
@media (max-width: 740px) {
  #reserve-journey-wrap #nav-panel .panel p {
    font-size: 12px;
  }
}
#reserve-journey-wrap #nav-panel .panel.info .sec {
  position: relative;
  width: 50%;
  max-width: 490px;
  float: left;
  margin-top: -30px;
}
#reserve-journey-wrap #nav-panel .panel.info .sec.right {
  padding-left: 10%;
  width: 40%;
}
@media (max-width: 740px) {
  #reserve-journey-wrap #nav-panel .panel.info .sec.right {
    margin: 0;
    width: 100%;
    padding-left: 0;
  }
}
@media (max-width: 740px) {
  #reserve-journey-wrap #nav-panel .panel.info .sec {
    width: 100%;
  }
}
#reserve-journey-wrap #nav-panel .panel.info p {
  margin-bottom: 15px;
}
#reserve-journey-wrap #nav-panel .panel.info a {
  display: inline-block;
  width: 207px;
  height: 32px;
}
@media (max-width: 740px) {
  #reserve-journey-wrap #nav-panel .panel.info a {
    margin-bottom: 10px;
  }
}
#reserve-journey-wrap #nav-panel .panel.info a span {
  position: absolute;
  width: 207px;
  height: 32px;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)" !important;
  filter: alpha(opacity=0) !important;
}
#reserve-journey-wrap #nav-panel .panel.info a.btn-career {
  background: url('../images/btn-footer-links.png') 0 0;
}
#reserve-journey-wrap #nav-panel .panel.info a.btn-career span {
  background: url('../images/btn-footer-links.png') 207px 0;
}
#reserve-journey-wrap #nav-panel .panel.info a.btn-career.hover-effect {
  background: url('../images/btn-footer-links.png') 207px 0;
}
#reserve-journey-wrap #nav-panel .panel.info a.btn-reserve {
  background: url('../images/btn-footer-links.png') 0 -64px;
}
#reserve-journey-wrap #nav-panel .panel.info a.btn-reserve span {
  background: url('../images/btn-footer-links.png') 207px -63px;
}
#reserve-journey-wrap #nav-panel .panel.info a.btn-reserve.hover-effect {
  background: url('../images/btn-footer-links.png') 207px -63px;
}
#reserve-journey-wrap #nav-panel .panel.info a.btn-related {
  background: url('../images/btn-footer-links.png') 0 -32px;
}
#reserve-journey-wrap #nav-panel .panel.info a.btn-related span {
  background: url('../images/btn-footer-links.png') 207px -32px;
}
#reserve-journey-wrap #nav-panel .panel.info a.btn-related.hover-effect {
  background: url('../images/btn-footer-links.png') 207px -32px;
}
#reserve-journey-wrap #nav-panel .panel.info .line-hor {
  width: 80%;
  border-bottom: 1px solid #494e40;
  margin-top: 40px;
}
@media (max-width: 740px) {
  #reserve-journey-wrap #nav-panel .panel.info .line-hor {
    display: none;
  }
}
#reserve-journey-wrap #nav-panel .panel.info .line-ver {
  height: 310px;
  border-right: 1px solid #494e40;
  position: absolute;
  top: 40px;
  right: -10%;
}
@media (max-width: 740px) {
  #reserve-journey-wrap #nav-panel .panel.info .line-ver {
    display: none;
  }
}
#reserve-journey-wrap #nav-panel .panel.soldiers {
  max-width: 890px;
}
#reserve-journey-wrap #nav-panel .panel.soldiers .soldiers-faces {
  margin: 0;
  margin-top: 30px;
  float: left;
}
#reserve-journey-wrap #nav-panel .panel.soldiers .soldier-face {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)" !important;
  filter: alpha(opacity=100) !important;
}
#reserve-journey-wrap #nav-panel .panel.soldiers .bottom-lines {
  bottom: 0;
  left: 0;
  margin-left: 0;
  position: relative;
}
#reserve-journey-wrap #nav-panel .panel.soldiers .bottom-lines .line {
  width: 100%;
  max-width: 310px;
}
#reserve-journey-wrap #nav-panel .panel.soldiers .bottom-lines .line.left {
  left: 0;
}
#reserve-journey-wrap #nav-panel .panel.soldiers .bottom-lines .line.right {
  right: 0;
}
#reserve-journey-wrap #nav-panel .panel.soldiers .bottom-lines a.filter-btn {
  width: 258px;
  margin-right: -130px;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)" !important;
  filter: alpha(opacity=100) !important;
}
#reserve-journey-wrap #nav-panel .panel.soldiers .advisor-filter {
  margin-top: -121px;
}
#reserve-journey-wrap #nav-panel .panel.soldiers .advisor-filter a.close {
  position: absolute;
  top: 10px;
  right: 15px;
  width: 11px;
  height: 11px;
  background: url('../images/btn-close-filter.png') no-repeat center;
  text-indent: -9999px;
}
#reserve-journey-wrap #nav-panel .panel.contact {
  max-width: 940px;
}
@media (max-width: 740px) {
  #reserve-journey-wrap #nav-panel .panel.contact h3 {
    margin-top: 0;
  }
}
#reserve-journey-wrap #nav-panel .panel.contact p {
  margin-bottom: 40px;
}
#reserve-journey-wrap #nav-panel .panel.contact ul {
  width: 100%;
  max-width: 600px;
  padding: 0;
}
#reserve-journey-wrap #nav-panel .panel.contact ul li {
  float: left;
  width: 50%;
  margin-bottom: 30px;
}
@media (max-width: 740px) {
  #reserve-journey-wrap #nav-panel .panel.contact ul li {
    width: 100%;
  }
}
#reserve-journey-wrap #nav-panel .panel.contact ul li a {
  position: relative;
  display: inline-block;
  height: 58px;
  line-height: 58px;
  font-size: 15px;
  font-weight: 200;
  text-transform: uppercase;
  text-indent: 75px;
}
#reserve-journey-wrap #nav-panel .panel.contact ul li a.hover-effect span.locate {
  background: url('../images/btn-social.png') -58px -58px;
}
#reserve-journey-wrap #nav-panel .panel.contact ul li a.hover-effect span.info-icon {
  background: url('../images/btn-social.png') -58px -174px;
}
#reserve-journey-wrap #nav-panel .panel.contact ul li a.hover-effect span.phone {
  background: url('../images/btn-social.png') -58px -116px;
}
#reserve-journey-wrap #nav-panel .panel.contact ul li a.hover-effect span.email {
  background: url('../images/btn-social.png') -58px 0;
}
#reserve-journey-wrap #nav-panel .panel.contact ul li a span {
  display: inline-block;
  position: absolute;
  width: 58px;
  height: 58px;
  left: 0;
  top: 0;
}
#reserve-journey-wrap #nav-panel .panel.contact ul li a span.locate {
  padding: 0;
  margin: 0;
  border: none;
  background: url('../images/btn-social.png') 0 -58px;
}
#reserve-journey-wrap #nav-panel .panel.contact ul li a span.locate span {
  background: url('../images/btn-social.png') -58px -58px;
  left: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)" !important;
  filter: alpha(opacity=0) !important;
}
#reserve-journey-wrap #nav-panel .panel.contact ul li a span.info-icon {
  background: url('../images/btn-social.png') 0 -174px;
}
#reserve-journey-wrap #nav-panel .panel.contact ul li a span.info-icon span {
  background: url('../images/btn-social.png') -58px -174px;
  left: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)" !important;
  filter: alpha(opacity=0) !important;
}
#reserve-journey-wrap #nav-panel .panel.contact ul li a span.phone {
  background: url('../images/btn-social.png') 0 -116px;
}
#reserve-journey-wrap #nav-panel .panel.contact ul li a span.phone span {
  background: url('../images/btn-social.png') -58px -116px;
  left: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)" !important;
  filter: alpha(opacity=0) !important;
}
#reserve-journey-wrap #nav-panel .panel.contact ul li a span.email {
  background: url('../images/btn-social.png') 0 0;
}
#reserve-journey-wrap #nav-panel .panel.contact ul li a span.email span {
  background: url('../images/btn-social.png') -58px 0;
  left: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)" !important;
  filter: alpha(opacity=0) !important;
}
#reserve-journey-wrap #nav-panel .panel.share h3 {
  margin-bottom: 40px;
}
@media (max-width: 740px) {
  #reserve-journey-wrap #nav-panel .panel.share h3 {
    margin: 0 0 25px 0;
  }
}
#reserve-journey-wrap #nav-panel .panel.share ul {
  padding: 0;
}
#reserve-journey-wrap #nav-panel .panel.share ul li {
  float: left;
  width: 100%;
  margin-bottom: 30px;
}
#reserve-journey-wrap #nav-panel .panel.share ul li a {
  position: relative;
  display: inline-block;
  height: 58px;
  line-height: 58px;
  font-size: 15px;
  font-weight: 200;
  text-transform: uppercase;
  text-indent: 75px;
}
#reserve-journey-wrap #nav-panel .panel.share ul li a.hover-effect span.fb {
  background: url('../images/btn-social.png') -58px -232px;
}
#reserve-journey-wrap #nav-panel .panel.share ul li a.hover-effect span.tw {
  background: url('../images/btn-social.png') -58px -348px;
}
#reserve-journey-wrap #nav-panel .panel.share ul li a.hover-effect span.email {
  background: url('../images/btn-social.png') -58px 0;
}
#reserve-journey-wrap #nav-panel .panel.share ul li a span {
  display: inline-block;
  position: absolute;
  width: 58px;
  height: 58px;
  left: 0;
  top: 0;
}
#reserve-journey-wrap #nav-panel .panel.share ul li a span.fb {
  background: url('../images/btn-social.png') 0 -232px;
}
#reserve-journey-wrap #nav-panel .panel.share ul li a span.fb span {
  background: url('../images/btn-social.png') -58px -232px;
  left: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)" !important;
  filter: alpha(opacity=0) !important;
}
#reserve-journey-wrap #nav-panel .panel.share ul li a span.tw {
  background: url('../images/btn-social.png') 0 -348px;
}
#reserve-journey-wrap #nav-panel .panel.share ul li a span.tw span {
  background: url('../images/btn-social.png') -58px -348px;
  left: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)" !important;
  filter: alpha(opacity=0) !important;
}
#reserve-journey-wrap #nav-panel .panel.share ul li a span.email {
  background: url('../images/btn-social.png') 0 0;
}
#reserve-journey-wrap #nav-panel .panel.share ul li a span.email span {
  background: url('../images/btn-social.png') -58px 0;
  left: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)" !important;
  filter: alpha(opacity=0) !important;
}
#reserve-journey-wrap #mobile-nav {
  display: none;
  position: fixed;
  top: 0;
  width: 100%;
  min-width: 320px;
  height: 50px;
  padding: 0 20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: url('../images/mobile/bg-mobile-nav.jpg') repeat-x;
  z-index: 8888;
}
#reserve-journey-wrap #mobile-nav .army-logo {
  position: relative;
  float: left;
  top: 5px;
  width: 32px;
  height: 40px;
  margin-right: 10px;
  background: url('../images/mobile/army-logo.png') no-repeat center;
  background-size: cover;
}
#reserve-journey-wrap #mobile-nav .title {
  position: relative;
  top: 17px;
  float: left;
  text-transform: uppercase;
}
#reserve-journey-wrap #mobile-nav .title h1 {
  color: #fff;
  font-size: 14px;
  margin: 0;
  font-weight: 400;
}
#reserve-journey-wrap #mobile-nav .ham {
  position: relative;
  float: right;
  top: 17px;
  width: 24px;
  height: 14px;
  background: url('../images/mobile/btn-ham.png') no-repeat center;
  background-size: cover;
}
#reserve-journey-wrap #mobile-nav .chapters-nav {
  display: none;
  position: absolute;
  left: 0;
  top: 50px;
  width: 100%;
  height: 30px;
  background: #71746a;
  border-bottom: 1px solid #656461;
  line-height: 30px;
  color: #adb1ad;
  text-transform: uppercase;
}
#reserve-journey-wrap #mobile-nav .chapters-nav.show {
  display: block;
}
@media (min-width: 640px) {
  #reserve-journey-wrap #mobile-nav .chapters-nav.show {
    display: block;
  }
}
#reserve-journey-wrap #mobile-nav .chapters-nav div {
  width: 18%;
  float: left;
  text-align: center;
  border-right: 1px solid #656461;
  box-sizing: border-box;
  cursor: pointer;
}
#reserve-journey-wrap #mobile-nav .chapters-nav div.active-nav {
  color: #ffd530;
}
#reserve-journey-wrap #mobile-nav .chapters-nav div:first-child {
  width: 28%;
  cursor: default;
}
#reserve-journey-wrap #mobile-nav-panel {
  opacity: 0;
  visibility: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: -1;
  width: 100%;
}
#reserve-journey-wrap #mobile-nav-panel .panel {
  position: absolute;
  top: 0;
  right: -200px;
  bottom: 0;
  width: 200px;
  background: #60614d;
  border-left: 1px solid #ffd530;
}
#reserve-journey-wrap #mobile-nav-panel .panel .close {
  position: absolute;
  text-indent: -9999px;
  width: 21px;
  height: 20px;
  top: 15px;
  right: 20px;
  background: url('../images/mobile/btn-close.png') no-repeat center;
  background-size: cover;
}
#reserve-journey-wrap #mobile-nav-panel .panel ul {
  position: relative;
  top: 50px;
  left: 0;
  padding: 0;
  margin: 0;
}
#reserve-journey-wrap #mobile-nav-panel .panel ul li {
  margin: 0;
  background: none;
  /* overwrites styles from mobile.css */
  height: auto;
  /* overwrites styles from mobile.css */
  border-top: none;
  /* overwrites styles from mobile.css */
}
#reserve-journey-wrap #mobile-nav-panel .panel ul a {
  display: none;
  color: #9e9f8b;
  text-transform: uppercase;
  font-size: 12px;
  width: 100%;
  padding: 10px 0 10px 20px;
  border-top: 1px solid #7d7b7b;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
#reserve-journey-wrap #mobile-nav-panel .panel ul a.share,
#reserve-journey-wrap #mobile-nav-panel .panel ul a.contact {
  display: block;
}
#reserve-journey-wrap #mobile-nav-panel .panel ul a.share {
  border-bottom: 1px solid #7d7b7b;
}
#reserve-journey-wrap #mobile-nav-panel .panel ul a.hover-effect {
  background: #ffd530;
  color: #333c33;
}
#reserve-journey-wrap #mobile-nav-panel .panel ul a.hover-effect.home:before {
  background: url('../images/mobile/btn-nav-icons.png') 15px 0px;
}
#reserve-journey-wrap #mobile-nav-panel .panel ul a.hover-effect.info:before {
  background: url('../images/mobile/btn-nav-icons.png') 15px -12px;
}
#reserve-journey-wrap #mobile-nav-panel .panel ul a.hover-effect.contact:before {
  background: url('../images/mobile/btn-nav-icons.png') 15px -24px;
}
#reserve-journey-wrap #mobile-nav-panel .panel ul a.hover-effect.share:before {
  background: url('../images/mobile/btn-nav-icons.png') 15px -35px;
}
#reserve-journey-wrap #mobile-nav-panel .panel ul a.hover-effect.soldiers:before {
  background: url('../images/mobile/btn-nav-icons.png') 15px -46px;
}
#reserve-journey-wrap #mobile-nav-panel .panel ul li:last-child a {
  border-bottom: 1px solid #7d7b7b;
}
#reserve-journey-wrap #mobile-nav-panel .panel ul a:before {
  display: inline-block;
  content: "";
  position: relative;
  left: -10px;
  width: 15px;
  height: 11px;
  background-size: cover;
}
#reserve-journey-wrap #mobile-nav-panel .panel ul a.home:before {
  background: url('../images/mobile/btn-nav-icons.png') 0 0px;
}
#reserve-journey-wrap #mobile-nav-panel .panel ul a.info:before {
  background: url('../images/mobile/btn-nav-icons.png') 0 -12px;
}
#reserve-journey-wrap #mobile-nav-panel .panel ul a.contact:before {
  background: url('../images/mobile/btn-nav-icons.png') 0 -24px;
}
#reserve-journey-wrap #mobile-nav-panel .panel ul a.share:before {
  background: url('../images/mobile/btn-nav-icons.png') 0 -35px;
}
#reserve-journey-wrap #mobile-nav-panel .panel ul a.soldiers:before {
  background: url('../images/mobile/btn-nav-icons.png') 0 -46px;
}
#reserve-journey-wrap .section-start {
  z-index: 1 !important;
  min-height: 720px !important;
}
#reserve-journey-wrap .section-start.fixed {
  position: fixed;
  top: 0;
  left: 0;
}
#reserve-journey-wrap .section-start video#bgvid {
  position: absolute;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  background-size: cover;
  z-index: -1;
}
@media (max-width: 960px) {
  #reserve-journey-wrap .section-start {
    min-height: 1250px !important;
  }
}
#reserve-journey-wrap .filter-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
}
#reserve-journey-wrap .filter-overlay .close-panel {
  display: none;
  position: absolute;
  top: 35px;
  right: 35px;
  width: 40px;
  height: 40px;
  background: url('../images/btn-close-panel.png') center no-repeat;
}
#reserve-journey-wrap .filter-overlay.opened {
  overflow-y: scroll;
}
#reserve-journey-wrap .filter-cont {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -445px;
  margin-top: -60px;
  width: 890px;
}
@media (max-width: 960px) {
  #reserve-journey-wrap .filter-cont {
    margin-left: -175px;
    width: 350px;
    margin-top: 0 !important;
    top: 240px;
    -webkit-transform: matrix(1, 0, 0, 1, 0, -10) !important;
    -moz-transform: matrix(1, 0, 0, 1, 0, -10) !important;
    transform: matrix(1, 0, 0, 1, 0, -10) !important;
  }
}
#reserve-journey-wrap .manifesto {
  position: absolute;
  top: 50%;
  width: 100%;
  height: 140px;
  margin: -70px auto 0 auto;
  text-align: center;
  color: #fff;
  font-family: 'Source Sans Pro', sans-serif;
}
@media (max-width: 960px) {
  #reserve-journey-wrap .manifesto {
    display: block !important;
    max-height: 115px;
    margin-top: 0 !important;
    top: 100px !important;
    -webkit-transform: matrix(1, 0, 0, 1, 0, -10) !important;
    -moz-transform: matrix(1, 0, 0, 1, 0, -10) !important;
    transform: matrix(1, 0, 0, 1, 0, -10) !important;
  }
}
@media (max-width: 520px) {
  #reserve-journey-wrap .manifesto {
    padding: 0 20px;
    box-sizing: border-box;
  }
}
@media (min-width: 960px) {
  #reserve-journey-wrap .manifesto.no-animation {
    top: 50% !important;
    margin-top: -260px !important;
  }
}
#reserve-journey-wrap .manifesto h2 {
  opacity: 0;
  font-size: 26px;
  text-transform: uppercase;
  max-width: 480px;
  margin: 0 auto;
  margin-top: -7px;
  font-family: 'Open Sans Condensed', sans-serif;
}
@media (max-width: 960px) {
  #reserve-journey-wrap .manifesto h2 {
    font-size: 22px;
  }
}
@media (max-width: 470px) {
  #reserve-journey-wrap .manifesto h2 {
    font-size: 18px;
  }
}
#reserve-journey-wrap .manifesto h2 .line-right,
#reserve-journey-wrap .manifesto h2 .line-left {
  width: 125px;
  height: 1px;
  margin-top: 10px;
  border-bottom: 1px solid #fff;
}
@media (max-width: 960px) {
  #reserve-journey-wrap .manifesto h2 .line-right,
  #reserve-journey-wrap .manifesto h2 .line-left {
    max-width: 125px;
  }
}
@media (max-width: 960px) {
  #reserve-journey-wrap .manifesto h2 .line-right,
  #reserve-journey-wrap .manifesto h2 .line-left {
    max-width: 150px;
    width: 150px;
  }
}
@media (max-width: 520px) {
  #reserve-journey-wrap .manifesto h2 .line-right,
  #reserve-journey-wrap .manifesto h2 .line-left {
    width: 28%;
    height: 2px;
    border-top: 2px solid #fff;
    margin-top: 6px;
  }
}
#reserve-journey-wrap .manifesto h2 .line-right {
  float: right;
}
#reserve-journey-wrap .manifesto h2 .line-left {
  float: left;
}
#reserve-journey-wrap .manifesto h1 {
  opacity: 0;
  font-size: 68px;
  text-transform: uppercase;
  font-family: 'Source Sans Pro', sans-serif;
}
@media (max-width: 960px) {
  #reserve-journey-wrap .manifesto h1 {
    font-size: 42px;
  }
}
#reserve-journey-wrap .manifesto h4 {
  opacity: 0;
  font-size: 24px;
  font-style: italic;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: normal;
  line-height: 1.1em;
}
@media (max-width: 960px) {
  #reserve-journey-wrap .manifesto h4 {
    font-size: 14px;
  }
}
#reserve-journey-wrap .manifesto p {
  position: absolute;
  font-size: 40px;
  padding: 0;
  margin: 0;
  top: 50%;
  width: 100%;
  font-style: italic;
  text-align: center;
  line-height: 1em;
  -webkit-transform: translateZ(0);
}
@media (max-width: 960px) {
  #reserve-journey-wrap .manifesto p {
    font-size: 32px;
  }
}
#reserve-journey-wrap .manifesto .top-lines,
#reserve-journey-wrap .manifesto .bottom-lines {
  width: 480px;
  position: absolute;
}
@media (max-width: 960px) {
  #reserve-journey-wrap .manifesto .top-lines,
  #reserve-journey-wrap .manifesto .bottom-lines {
    width: 100%;
    max-width: 480px;
  }
}
#reserve-journey-wrap .manifesto .bottom-lines {
  width: 480px;
  margin-left: -240px;
}
@media (max-width: 960px) {
  #reserve-journey-wrap .manifesto .bottom-lines {
    margin-left: -240px !important;
  }
}
@media (max-width: 520px) {
  #reserve-journey-wrap .manifesto .bottom-lines {
    width: 100% !important;
    position: relative;
    left: 0 !important;
    margin-left: 0 !important;
  }
}
@media (max-width: 520px) {
  #reserve-journey-wrap .manifesto .bottom-lines .line.left {
    width: 100% !important;
  }
}
@media (max-width: 520px) {
  #reserve-journey-wrap .manifesto .bottom-lines .line.right {
    width: 100% !important;
  }
}
#reserve-journey-wrap .manifesto .top-lines {
  top: -2px;
  left: 50%;
  margin-left: -240px;
}
@media (max-width: 520px) {
  #reserve-journey-wrap .manifesto .top-lines {
    display: none;
  }
}
#reserve-journey-wrap .manifesto .top-lines .line {
  position: absolute;
  width: 0px;
  height: 2px;
  background: #fff;
}
#reserve-journey-wrap .manifesto .top-lines .line.left {
  left: 50%;
}
@media (max-width: 960px) {
  #reserve-journey-wrap .manifesto .top-lines .line.left {
    width: 150px !important;
  }
}
@media (max-width: 520px) {
  #reserve-journey-wrap .manifesto .top-lines .line.left {
    width: 28% !important;
  }
}
#reserve-journey-wrap .manifesto .top-lines .line.right {
  right: 50%;
}
@media (max-width: 960px) {
  #reserve-journey-wrap .manifesto .top-lines .line.right {
    width: 150px !important;
  }
}
@media (max-width: 520px) {
  #reserve-journey-wrap .manifesto .top-lines .line.right {
    width: 28% !important;
  }
}
#reserve-journey-wrap .skip-btn {
  position: absolute;
  bottom: 15px;
  left: 50%;
  width: 94px;
  height: 38px;
  margin-left: -47px;
  background: url('../images/btn-skip.png') no-repeat center;
}
#reserve-journey-wrap .start-journey {
  opacity: 1;
  position: absolute;
  bottom: -35px;
  left: 50%;
  width: 140px;
  height: 24px;
  margin-left: -70px;
  background: url('../images/btn-start-journey.png') no-repeat center;
}
#reserve-journey-wrap .start-journey span {
  position: absolute;
  height: 13px;
  width: 27px;
  bottom: -22px;
  left: 50%;
  margin-left: -13px;
  background: url('../images/btn-yellow-arrow-2.png') no-repeat center;
}
#reserve-journey-wrap .mute-btn {
  position: absolute;
  bottom: 15px;
  left: 15px;
  width: 27px;
  height: 21px;
  background: url('../images/btn-mute.png') no-repeat right center;
  opacity: 0.7;
}
#reserve-journey-wrap .mute-btn.muted {
  background: url('../images/btn-mute.png') no-repeat left center;
}
#reserve-journey-wrap .mute-btn:hover {
  opacity: 1;
}
#reserve-journey-wrap span.share {
  position: absolute;
  bottom: 15px;
  right: 15px;
  width: 20px;
  height: 20px;
}
@media (max-width: 640px) {
  #reserve-journey-wrap span.share {
    display: none;
  }
}
#reserve-journey-wrap span.share a {
  display: block;
  width: 20px;
  height: 20px;
  background: url('../images/btn-share.png') no-repeat right center;
  opacity: 0.7;
}
#reserve-journey-wrap span.share a:hover {
  opacity: 1;
}
#reserve-journey-wrap .soldiers-faces {
  max-width: 890px;
  width: 100%;
  height: 200px;
  margin: 0 auto;
}
@media (max-width: 960px) {
  #reserve-journey-wrap .soldiers-faces {
    width: 350px;
  }
}
#reserve-journey-wrap .soldiers-faces .row {
  margin: 0 -5px;
}
#reserve-journey-wrap .soldiers-faces .soldier-face {
  position: relative;
  float: left;
  width: 168px;
  height: 168px;
  background: #fff;
  margin: 5px;
  border: 1px solid #c0bbb8;
  cursor: pointer;
  /*&.augustineMarceil {
				.desc {
					h2 {
						margin-top: 26px;
					}
				}
			}*/
}
#reserve-journey-wrap .soldiers-faces .soldier-face.mute {
  border: 1px solid #000;
}
#reserve-journey-wrap .soldiers-faces .soldier-face.mute .desc {
  opacity: 1 !important;
}
#reserve-journey-wrap .soldiers-faces .soldier-face img {
  position: absolute;
  width: 168px;
  height: 168px;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1, 1);
}
#reserve-journey-wrap .soldiers-faces .soldier-face img.seq {
  display: none;
  -webkit-transition: 1.3s;
  -moz-transition: 1.3s;
  -o-transition: 1.3s;
  transition: 1.3s;
}
#reserve-journey-wrap .soldiers-faces .soldier-face.mute .desc {
  background: rgba(0, 0, 0, 0.7);
}
#reserve-journey-wrap .soldiers-faces .desc {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  position: absolute;
  width: 100%;
  height: 100%;
  text-align: center;
  z-index: 200;
  background: rgba(0, 0, 0, 0.3);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
#reserve-journey-wrap .soldiers-faces .desc h2 {
  opacity: 0;
  margin-top: 42px;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 17px;
  text-transform: uppercase;
  line-height: 1em;
  text-shadow: none;
}
#reserve-journey-wrap .soldiers-faces .desc p {
  opacity: 0;
  text-transform: uppercase;
  font-size: 11px;
}
#reserve-journey-wrap .soldiers-faces .desc .lines {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin-top: -1px;
}
#reserve-journey-wrap .soldiers-faces .desc .lines .line {
  position: absolute;
  top: 0;
  width: 0;
  height: 1px;
  background: #fff;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
}
#reserve-journey-wrap .soldiers-faces .desc .lines .line.left {
  left: 50%;
}
#reserve-journey-wrap .soldiers-faces .desc .lines .line.right {
  right: 50%;
}
#reserve-journey-wrap .soldiers-faces .desc .lines .yellow-star {
  opacity: 0;
  position: absolute;
  width: 12px;
  height: 11px;
  top: -6px;
  left: 50%;
  margin-left: -6px;
  background: url('../images/soldiers/star-yellow.png') no-repeat center;
}
#reserve-journey-wrap .soldiers-faces .field {
  position: absolute;
  width: 100%;
  text-align: center;
  bottom: 6px;
  text-transform: uppercase;
  font-size: 12px;
  z-index: 9999;
  text-shadow: 0px 0px 10px #000000;
}
line #reserve-journey-wrap .soldiers-faces .field.two-lines {
  bottom: 3px;
}
#reserve-journey-wrap .advisor-filter {
  display: none;
  position: absolute;
  background: #4e4e3e;
  height: 150px;
  width: 890px;
  margin: 0 auto;
  margin-top: -155px;
  padding: 30px 25px 30px 40px;
  text-shadow: none;
  border-radius: 5px;
  text-transform: uppercase;
  box-sizing: border-box;
}
@media (max-width: 960px) {
  #reserve-journey-wrap .advisor-filter {
    display: none !important;
  }
}
#reserve-journey-wrap .advisor-filter ul.categories,
#reserve-journey-wrap .advisor-filter ul.skills,
#reserve-journey-wrap .advisor-filter ul.interests {
  display: none;
  padding: 0;
  /*li:before {
				content: "";
				width: 12px;
				height: 13px;
				display: inline-block;
				background: url('@{base-url}/check.png') no-repeat left;
				position: absolute;
				top: 0;
				left: 0;
			}
			li.active:before {background: url('@{base-url}/check.png') no-repeat right;}*/
}
#reserve-journey-wrap .advisor-filter ul.categories.active,
#reserve-journey-wrap .advisor-filter ul.skills.active,
#reserve-journey-wrap .advisor-filter ul.interests.active {
  display: block;
}
#reserve-journey-wrap .advisor-filter ul.categories li,
#reserve-journey-wrap .advisor-filter ul.skills li,
#reserve-journey-wrap .advisor-filter ul.interests li {
  position: relative;
  width: 25%;
  height: 22px;
  margin: 0 0 5px 0;
  float: left;
  cursor: pointer;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 10px;
  font-weight: 400;
  line-height: 12px;
  letter-spacing: 0.6px;
  padding-left: 18px;
  box-sizing: border-box;
  background: url('../images/check.png') no-repeat left 0;
}
#reserve-journey-wrap .advisor-filter ul.categories li.active,
#reserve-journey-wrap .advisor-filter ul.skills li.active,
#reserve-journey-wrap .advisor-filter ul.interests li.active {
  color: #ffd530;
  background: url('../images/checked.png') no-repeat left 0;
}
#reserve-journey-wrap .advisor-filter ul.categories li.two-lines,
#reserve-journey-wrap .advisor-filter ul.skills li.two-lines,
#reserve-journey-wrap .advisor-filter ul.interests li.two-lines {
  margin: -5px 0 10px 0;
  background-position: left 5px;
}
#reserve-journey-wrap .advisor-filter ul.categories li.two-lines:before,
#reserve-journey-wrap .advisor-filter ul.skills li.two-lines:before,
#reserve-journey-wrap .advisor-filter ul.interests li.two-lines:before {
  top: 6px;
}
#reserve-journey-wrap .advisor-filter ul.filter-nav {
  display: block;
  position: absolute;
  top: -40px;
  left: 50%;
  width: 430px;
  margin-left: -215px;
  padding: 0;
}
#reserve-journey-wrap .advisor-filter ul.filter-nav li {
  margin: 0 1px 0 0;
  float: left;
}
#reserve-journey-wrap .advisor-filter ul.filter-nav li:last-child {
  margin-right: 0;
}
#reserve-journey-wrap .advisor-filter ul.filter-nav a {
  display: inline-block;
  width: 142px;
  height: 40px;
  background: #424235;
  text-align: center;
  border-radius: 5px 5px 0 0;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 12px;
  line-height: 40px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
#reserve-journey-wrap .advisor-filter ul.filter-nav a.active-tab {
  background: #4e4e3e;
  color: #ffd530;
}
#reserve-journey-wrap .advisor-filter ul.filter-nav a:hover {
  color: #fff;
}
#reserve-journey-wrap .advisor-filter ul.filter-nav a.active-tab:hover {
  color: #ffd530;
}
#reserve-journey-wrap .advisor-filter a.close {
  position: absolute;
  top: 10px;
  right: 15px;
  width: 11px;
  height: 11px;
  background: url('../images/btn-close-filter.png') no-repeat center;
  text-indent: -9999px;
}
#reserve-journey-wrap .advisor-filter a.reset {
  position: absolute;
  bottom: 10px;
  right: 15px;
  width: 48px;
  height: 20px;
  border: 1px solid #ffd530;
  border-radius: 5px;
  font-size: 11px;
  text-align: center;
  line-height: 20px;
  z-index: 999;
}
#reserve-journey-wrap .filter-overlay .bottom-lines {
  bottom: 0;
  left: 50%;
}
#reserve-journey-wrap .filter-overlay .bottom-lines a.filter-btn {
  position: absolute;
  top: 0;
  right: 50%;
  margin-right: -243px;
  height: 25px;
  width: 480px;
  opacity: 0;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 12px;
  margin-top: -20px !important;
  padding-top: 14px;
  font-style: normal;
  text-transform: uppercase;
  background: url('../images/btn-advisor.png') no-repeat 48.8% center;
}
@media (max-width: 960px) {
  #reserve-journey-wrap .filter-overlay .bottom-lines a.filter-btn {
    pointer-events: none;
    display: block !important;
    text-indent: -9999px;
    background-image: url('../images/soldiers/star-white.png') !important;
    background-size: contain !important;
    height: 7px !important;
    top: 8px !important;
    width: 320px;
    margin-right: -165px;
  }
}
#reserve-journey-wrap .filter-overlay .bottom-lines a.filter-btn span {
  padding: 0 15px;
}
#reserve-journey-wrap .filter-overlay .bottom-lines a.filter-btn:hover {
  color: #ffd530;
  background: url('../images/btn-advisor-hover.png') no-repeat 48.8% center;
}
#reserve-journey-wrap .filter-overlay .bottom-lines .line {
  position: absolute;
  width: 0px;
  height: 2px;
  background: #fff;
}
#reserve-journey-wrap .filter-overlay .bottom-lines .line.left {
  left: 50%;
}
#reserve-journey-wrap .filter-overlay .bottom-lines .line.right {
  right: 50%;
}
@media (max-width: 960px) {
  #reserve-journey-wrap .filter-overlay .bottom-lines .line.left,
  #reserve-journey-wrap .filter-overlay .bottom-lines .line.right {
    width: 45% !important;
  }
}
#reserve-journey-wrap .section:not(.section-start, .locked-micro ) {
  min-height: 600px !important;
}
#reserve-journey-wrap .section {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  padding: 0 40px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
}
@media (max-width: 640px) {
  #reserve-journey-wrap .section {
    min-height: 500px !important;
    padding: 0;
  }
}
@media (max-width: 640px) {
  #reserve-journey-wrap .section.gallery {
    min-height: 100% !important;
  }
}
#reserve-journey-wrap .section.locked-micro {
  padding: 0;
  min-height: 500px;
}
@media (max-width: 640px) {
  #reserve-journey-wrap .section.locked-micro {
    height: 500px !important;
  }
}
@media (max-width: 640px) {
  #reserve-journey-wrap .section.locked-micro .micro:not(.gallery) {
    position: absolute !important;
  }
}
#reserve-journey-wrap .section.locked-micro .micro:not(.gallery).overlay:before {
  content: "";
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
#reserve-journey-wrap .section.locked-micro .micro:not(.gallery).overlay > * {
  z-index: 10;
}
#reserve-journey-wrap .section-intro {
  position: relative;
  font-family: 'Source Sans Pro', sans-serif;
}
@media (max-width: 640px) {
  #reserve-journey-wrap .section-intro {
    height: 700px !important;
  }
}
@media (max-width: 400px) {
  #reserve-journey-wrap .section-intro {
    height: 600px !important;
  }
}
#reserve-journey-wrap .section-intro .intro-cont {
  position: absolute;
  top: 75px;
  height: 485px;
  text-align: center;
  text-transform: uppercase;
}
@media (max-width: 960px) {
  #reserve-journey-wrap .section-intro .intro-cont {
    width: 500px !important;
    height: 400px;
  }
}
@media (max-width: 640px) {
  #reserve-journey-wrap .section-intro .intro-cont {
    top: 40px;
    width: 100% !important;
    position: relative;
  }
}
#reserve-journey-wrap .section-intro .intro-cont img {
  opacity: 1;
}
@media (max-width: 640px) {
  #reserve-journey-wrap .section-intro .intro-cont img {
    display: none;
  }
}
#reserve-journey-wrap .section-intro .intro-cont h3 {
  position: relative;
  font-size: 29px;
  font-family: 'Open Sans Condensed', sans-serif;
  font-weight: bold;
  margin-bottom: 10px;
}
@media (max-width: 960px) {
  #reserve-journey-wrap .section-intro .intro-cont h3 {
    font-size: 22px;
  }
}
@media (max-width: 640px) {
  #reserve-journey-wrap .section-intro .intro-cont h3 {
    font-size: 15px;
    line-height: 15px;
    margin-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
#reserve-journey-wrap .section-intro .intro-cont h3 .text {
  opacity: 1;
}
#reserve-journey-wrap .section-intro .intro-cont h3 .line-left,
#reserve-journey-wrap .section-intro .intro-cont h3 .line-right {
  position: absolute;
  top: 5px;
  height: 3px;
  border-top: 2px solid #5c635c;
  border-bottom: 1px solid #5c635c;
}
#reserve-journey-wrap .section-intro .intro-cont h3 .line-left {
  left: 50%;
}
#reserve-journey-wrap .section-intro .intro-cont h3 .line-right {
  right: 50%;
}
#reserve-journey-wrap .section-intro .intro-cont h1 {
  opacity: 1;
  font-size: 68px;
  line-height: 1em;
  margin: 0;
}
@media (max-width: 960px) {
  #reserve-journey-wrap .section-intro .intro-cont h1 {
    font-size: 46px;
  }
}
@media (max-width: 640px) {
  #reserve-journey-wrap .section-intro .intro-cont h1 {
    font-size: 34px;
  }
}
#reserve-journey-wrap .section-intro .intro-cont h2 {
  opacity: 1;
  font-size: 30px;
  font-weight: 400;
  margin-top: 10px;
  margin-bottom: 10px;
  line-height: 1em;
}
@media (max-width: 960px) {
  #reserve-journey-wrap .section-intro .intro-cont h2 {
    font-size: 22px;
  }
}
@media (max-width: 640px) {
  #reserve-journey-wrap .section-intro .intro-cont h2 {
    margin: 5px 0;
    font-size: 15px;
  }
}
#reserve-journey-wrap .section-intro .intro-cont .star-lines {
  position: relative;
  height: 30px;
  max-width: 490px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 640px) {
  #reserve-journey-wrap .section-intro .intro-cont .star-lines {
    height: 20px;
  }
}
#reserve-journey-wrap .section-intro .intro-cont .star-lines .line-left,
#reserve-journey-wrap .section-intro .intro-cont .star-lines .line-right {
  position: absolute;
  top: 15px;
  width: 245px;
  border-top: 2px solid #5c635c;
}
@media (max-width: 640px) {
  #reserve-journey-wrap .section-intro .intro-cont .star-lines .line-left,
  #reserve-journey-wrap .section-intro .intro-cont .star-lines .line-right {
    top: 8px;
  }
}
#reserve-journey-wrap .section-intro .intro-cont .star-lines .line-left {
  left: 50%;
  margin-left: 20px;
}
#reserve-journey-wrap .section-intro .intro-cont .star-lines .line-right {
  right: 50%;
  margin-right: 20px;
}
#reserve-journey-wrap .section-intro .intro-cont .star-lines .star {
  opacity: 1;
  width: 27px;
  height: 27px;
  margin: 0 auto;
  background-size: contain;
}
#reserve-journey-wrap .section-intro .intro-cont .star-lines .star.green-star {
  background-image: url('../images/soldiers/star-green.png');
}
#reserve-journey-wrap .section-intro .intro-cont .star-lines .star.white-star {
  background-image: url('../images/soldiers/star-white.png');
}
@media (max-width: 640px) {
  #reserve-journey-wrap .section-intro .intro-cont .star-lines .star {
    width: 15px;
    height: 15px;
  }
}
#reserve-journey-wrap .section-intro .intro-cont p {
  opacity: 1;
  font-size: 21px;
  font-style: italic;
  line-height: 1.2em;
  margin-top: 5px;
}
@media (max-width: 960px) {
  #reserve-journey-wrap .section-intro .intro-cont p {
    font-size: 16px;
  }
}
@media (max-width: 640px) {
  #reserve-journey-wrap .section-intro .intro-cont p {
    font-size: 12px;
    margin-top: 0;
  }
}
#reserve-journey-wrap .section-intro .intro-cont .exp-journey {
  opacity: 1;
  position: absolute;
  bottom: 35px;
  left: 50%;
  width: 175px;
  height: 31px;
  margin-left: -88px;
}
@media (max-width: 640px) {
  #reserve-journey-wrap .section-intro .intro-cont .exp-journey {
    display: none;
  }
}
#reserve-journey-wrap .section-intro .intro-cont .exp-journey span {
  position: absolute;
  height: 13px;
  width: 27px;
  bottom: -22px;
  left: 50%;
  margin-left: -13px;
  background: url('../images/btn-yellow-arrow-2.png') no-repeat center;
}
#reserve-journey-wrap .section.chapter {
  text-align: center;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}
#reserve-journey-wrap .section.chapter.locked {
  position: fixed;
  top: 0;
  left: 0;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
}
#reserve-journey-wrap .section.chapter h2 {
  position: relative;
  font-size: 30px;
  font-family: 'Open Sans Condensed', sans-serif;
  text-transform: uppercase;
}
@media (max-width: 860px) {
  #reserve-journey-wrap .section.chapter h2 {
    font-size: 26px;
  }
}
#reserve-journey-wrap .section.chapter h2 .text {
  opacity: 1;
}
#reserve-journey-wrap .section.chapter h2 .line-left,
#reserve-journey-wrap .section.chapter h2 .line-right {
  position: absolute;
  top: 4px;
  width: 90px;
  height: 3px;
  border-top: 2px solid #fff;
  border-bottom: 1px solid #fff;
}
#reserve-journey-wrap .section.chapter h2 .line-left {
  left: 50%;
  margin-left: 70px;
}
#reserve-journey-wrap .section.chapter h2 .line-right {
  right: 50%;
  margin-right: 70px;
}
#reserve-journey-wrap .section.chapter h1 {
  opacity: 1;
  font-size: 68px;
  font-family: 'Source Sans Pro', sans-serif;
  text-transform: uppercase;
}
@media (max-width: 860px) {
  #reserve-journey-wrap .section.chapter h1 {
    font-size: 34px;
  }
}
@media (max-width: 460px) {
  #reserve-journey-wrap .section.chapter h1 {
    font-size: 24px;
  }
}
#reserve-journey-wrap .quote {
  position: relative;
  width: 100%;
  height: 250px;
  text-align: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  z-index: 999;
}
@media (max-width: 960px) {
  #reserve-journey-wrap .quote {
    height: 150px;
  }
}
@media (max-width: 640px) {
  #reserve-journey-wrap .quote {
    height: 125px;
  }
}
#reserve-journey-wrap .quote .table-cell-quote {
  display: table-cell;
  height: 250px;
  vertical-align: middle;
}
@media (max-width: 960px) {
  #reserve-journey-wrap .quote .table-cell-quote {
    height: 150px;
  }
}
@media (max-width: 640px) {
  #reserve-journey-wrap .quote .table-cell-quote {
    height: 125px;
  }
}
#reserve-journey-wrap .quote p {
  max-width: 960px;
  font-size: 44px;
  color: #fff;
  margin: 0 auto;
  padding: 20px 40px;
  line-height: 1em;
  text-transform: uppercase;
  font-family: 'Open Sans Condensed', sans-serif;
  font-style: italic;
  font-weight: bold;
  opacity: 0;
  text-shadow: none;
}
@media (max-width: 960px) {
  #reserve-journey-wrap .quote p {
    opacity: 1 !important;
    font-size: 24px;
  }
}
@media (max-width: 580px) {
  #reserve-journey-wrap .quote p {
    font-size: 20px;
  }
}
#reserve-journey-wrap .section.micro {
  position: relative;
  text-align: center;
}
#reserve-journey-wrap .section.micro.animating-now {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
}
#reserve-journey-wrap .section.micro.locked {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
}
#reserve-journey-wrap .section.micro.stick-to-bottom {
  position: absolute;
  bottom: 0;
}
@media (max-width: 640px) {
  #reserve-journey-wrap .section.micro:not(#gallery) {
    height: 500px !important;
  }
}
@media (max-width: 640px) {
  #reserve-journey-wrap .section.micro:not(#gallery) .animation {
    display: none;
  }
}
#reserve-journey-wrap .section.video {
  padding: 0 10px;
  box-sizing: border-box;
}
#reserve-journey-wrap .section.video .video-cont,
#reserve-journey-wrap .section.video .video-js:not(.vjs-fullscreen),
#reserve-journey-wrap .section.video .video-js:not(.vjs-fullscreen) video {
  width: 100%;
  height: auto !important;
  /*@media (min-width: 640px) {
				height: 500px !important;	
			}*/
}
@media (min-width: 640px) {
  #reserve-journey-wrap .section.video .video-js:not(.vjs-fullscreen),
  #reserve-journey-wrap .section.video .video-js:not(.vjs-fullscreen) video {
    height: 484px !important;
    background: #000;
  }
}
#reserve-journey-wrap .section.video .video-cont:before,
#reserve-journey-wrap .section.video .video-js:before,
#reserve-journey-wrap .section.video .video-js video:before {
  content: "";
  display: block;
  padding-top: 57%;
}
#reserve-journey-wrap .section.video .video-cont {
  position: relative;
  width: 100%;
  max-width: 878px;
  margin: 0 auto;
  top: 50%;
  margin-top: -250px;
}
#reserve-journey-wrap .section.video .video-cont .top-left-line,
#reserve-journey-wrap .section.video .video-cont .top-right-line {
  position: absolute;
  top: 0;
  height: 8px;
  background: #fff;
  width: 439px;
}
#reserve-journey-wrap .section.video .video-cont .top-left-line {
  left: 50%;
}
#reserve-journey-wrap .section.video .video-cont .top-right-line {
  right: 50%;
}
#reserve-journey-wrap .section.video .video-cont .left-line,
#reserve-journey-wrap .section.video .video-cont .right-line {
  position: absolute;
  top: 0;
  width: 8px;
  background: #fff;
  height: 500px;
}
#reserve-journey-wrap .section.video .video-cont .left-line,
#reserve-journey-wrap .section.video .video-cont .bottom-left-line {
  left: 0;
}
#reserve-journey-wrap .section.video .video-cont .right-line,
#reserve-journey-wrap .section.video .video-cont .bottom-right-line {
  right: 0;
}
#reserve-journey-wrap .section.video .video-cont .bottom-left-line,
#reserve-journey-wrap .section.video .video-cont .bottom-right-line {
  position: absolute;
  bottom: 0;
  height: 8px;
  background: #fff;
  width: 439px;
}
#reserve-journey-wrap .section.video .video-cont .top-left-line,
#reserve-journey-wrap .section.video .video-cont .top-right-line,
#reserve-journey-wrap .section.video .video-cont .left-line,
#reserve-journey-wrap .section.video .video-cont .right-line,
#reserve-journey-wrap .section.video .video-cont .bottom-left-line,
#reserve-journey-wrap .section.video .video-cont .bottom-right-line {
  z-index: 9;
}
@media (max-width: 940px) {
  #reserve-journey-wrap .section.video .video-cont .top-left-line,
  #reserve-journey-wrap .section.video .video-cont .top-right-line,
  #reserve-journey-wrap .section.video .video-cont .left-line,
  #reserve-journey-wrap .section.video .video-cont .right-line,
  #reserve-journey-wrap .section.video .video-cont .bottom-left-line,
  #reserve-journey-wrap .section.video .video-cont .bottom-right-line {
    opacity: 0;
  }
}
#reserve-journey-wrap .section.video .video-cont a {
  opacity: 1;
  position: absolute;
  width: 148px;
  height: 148px;
  top: 50%;
  left: 50%;
  margin-left: -74px;
  margin-top: -74px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
#reserve-journey-wrap .section.video .video-cont a img {
  width: 100%;
  height: 100%;
}
#reserve-journey-wrap .section.video .video-cont a:hover {
  width: 158px;
  height: 158px;
  margin-left: -79px;
  margin-top: -79px;
}
#reserve-journey-wrap .section.video .video-cont .vid-player.active {
  position: absolute;
  top: 8px;
  bottom: 8px;
  left: 8px;
  right: 8px;
}
#reserve-journey-wrap .section.video .video-cont .vid-player .video-js {
  background-color: transparent;
}
#reserve-journey-wrap .section.video .video-cont .vid-player .vjs-fullscreen video {
  width: 100%;
  height: 100%;
}
#reserve-journey-wrap .section.gallery {
  padding: 0;
}
@media (max-width: 670px) {
  #reserve-journey-wrap .section.gallery {
    position: relative !important;
    height: auto !important;
  }
}
#reserve-journey-wrap .section.gallery h2 {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 54px;
  color: #fff;
  text-transform: uppercase;
}
@media (max-width: 960px) {
  #reserve-journey-wrap .section.gallery h2 {
    font-size: 42px;
  }
}
#reserve-journey-wrap .section.gallery p {
  font-size: 26px;
  color: #fff;
  line-height: 32px;
  font-family: 'Source Sans Pro', sans-serif;
  font-style: italic;
  margin-top: 10px;
  font-weight: 400;
}
@media (max-width: 960px) {
  #reserve-journey-wrap .section.gallery p {
    font-size: 22px;
  }
}
@media (max-width: 670px) {
  #reserve-journey-wrap .section.gallery .stick-to-bottom {
    bottom: auto;
  }
}
#reserve-journey-wrap .section.gallery .animation-1 {
  position: relative;
  top: 50%;
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}
#reserve-journey-wrap .section.gallery .animation-1 h2,
#reserve-journey-wrap .section.gallery .animation-1 p {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  text-align: center;
}
#reserve-journey-wrap .section.gallery .animation-1 h2 {
  top: -90px;
  font-size: 58px;
}
@media (max-width: 960px) {
  #reserve-journey-wrap .section.gallery .animation-1 h2 {
    top: -70px;
    font-size: 42px;
  }
}
#reserve-journey-wrap .section.gallery .animation-1 .line {
  max-width: 750px;
  width: 0;
  height: 2px;
  margin: 0 auto;
  background: #fff;
}
@media (max-width: 670px) {
  #reserve-journey-wrap .section.gallery .animation-1 {
    position: absolute;
    top: 200px;
  }
  #reserve-journey-wrap .section.gallery .animation-1 h2,
  #reserve-journey-wrap .section.gallery .animation-1 p {
    opacity: 1  !important;
  }
  #reserve-journey-wrap .section.gallery .animation-1 h2 {
    top: -45px;
    font-size: 27px;
  }
  #reserve-journey-wrap .section.gallery .animation-1 p {
    font-size: 14px;
    line-height: 1em;
  }
  #reserve-journey-wrap .section.gallery .animation-1 .line {
    width: 80%  !important;
    height: 1px;
  }
}
#reserve-journey-wrap .section.gallery .animation-2 {
  position: relative;
  top: 50%;
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  margin-top: -250px;
}
@media (max-width: 670px) {
  #reserve-journey-wrap .section.gallery .animation-2 {
    top: 0;
    margin-top: 0;
    padding: 450px 0 40px 0;
  }
}
@media (max-width: 540px) {
  #reserve-journey-wrap .section.gallery .animation-2 {
    padding: 450px 0 40px 0;
  }
}
#reserve-journey-wrap .section.gallery .animation-2 .row {
  position: relative;
  width: 100%;
}
#reserve-journey-wrap .section.gallery .animation-2 .gallery-thumbs {
  position: relative;
  z-index: 100;
}
#reserve-journey-wrap .section.gallery .animation-2 .gallery-thumbs div.thumb {
  position: relative;
  width: 30.5%;
  float: left;
  padding: 7px;
  cursor: pointer;
}
@media (max-width: 670px) {
  #reserve-journey-wrap .section.gallery .animation-2 .gallery-thumbs div.thumb {
    width: 45.5%;
    padding: 2%;
  }
}
#reserve-journey-wrap .section.gallery .animation-2 .gallery-thumbs div.thumb.center {
  text-align: center;
  cursor: default;
}
@media (max-width: 670px) {
  #reserve-journey-wrap .section.gallery .animation-2 .gallery-thumbs div.thumb.center {
    opacity: 1;
    position: absolute;
    top: -80px;
    width: 100%;
    box-sizing: border-box;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  }
}
#reserve-journey-wrap .section.gallery .animation-2 .gallery-thumbs div.thumb.center .table-cell-p {
  display: table-cell;
  vertical-align: middle;
  background: rgba(0, 0, 0, 0.5);
}
@media (max-width: 670px) {
  #reserve-journey-wrap .section.gallery .animation-2 .gallery-thumbs div.thumb.center .table-cell-p {
    background: none;
    height: auto !important;
  }
}
#reserve-journey-wrap .section.gallery .animation-2 .gallery-thumbs div.thumb.center .table-cell-p p {
  padding: 0 10px;
  font-size: 18px;
  line-height: 1.1em;
}
@media (max-width: 850px) {
  #reserve-journey-wrap .section.gallery .animation-2 .gallery-thumbs div.thumb.center .table-cell-p p {
    font-size: 14px;
  }
}
@media (max-width: 670px) {
  #reserve-journey-wrap .section.gallery .animation-2 .gallery-thumbs div.thumb.center .table-cell-p p {
    font-size: 18px;
  }
}
#reserve-journey-wrap .section.gallery .animation-2 .gallery-thumbs div.thumb .overlay {
  opacity: 0;
  position: absolute;
  top: 7px;
  right: 5px;
  bottom: 7px;
  left: 7px;
  background: rgba(0, 0, 0, 0.5);
}
#reserve-journey-wrap .section.gallery .animation-2 .gallery-thumbs div.thumb img {
  width: 100%;
  height: auto;
  border: 1px solid #fff;
  transition: 0.3s;
}
#reserve-journey-wrap .section.gallery .animation-2 .gallery-thumbs div.thumb:not(.center):hover .overlay {
  transition: 0.3s;
  opacity: 0 !important;
}
#reserve-journey-wrap .section.gallery .animation-2 .gallery-slider {
  width: 100%;
  position: absolute;
  opacity: 0;
  border: 8px solid #fff;
  -webkit-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.75);
}
@media (max-width: 1100px), (max-height: 700px) {
  #reserve-journey-wrap .section.gallery .animation-2 .gallery-slider {
    width: 70%;
    position: absolute;
    left: 50%;
    margin-left: -35%;
    top: 50%;
    margin-top: -18%;
  }
}
#reserve-journey-wrap .section.gallery .animation-2 .gallery-slider .gallery-mask {
  width: 100%;
  overflow: hidden;
}
#reserve-journey-wrap .section.gallery .animation-2 .gallery-slider .gallery-mask .mobile-close {
  display: none;
}
#reserve-journey-wrap .section.gallery .animation-2 .gallery-slider .image-cont {
  position: relative;
}
#reserve-journey-wrap .section.gallery .animation-2 .gallery-slider .image-cont .slide {
  float: left;
  position: relative;
}
#reserve-journey-wrap .section.gallery .animation-2 .gallery-slider .image-cont .slide img {
  width: 100%;
  height: auto;
  pointer-events: none;
}
#reserve-journey-wrap .section.gallery .animation-2 .gallery-slider .image-cont .slide .caption {
  position: absolute;
  text-align: center;
  width: 100%;
  display: block;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  padding: 1%;
  font-size: 14px;
  font-family: 'Source Sans Pro', sans-serif;
  line-height: 1.2em;
  letter-spacing: 0.2px;
  box-sizing: border-box;
}
#reserve-journey-wrap .section.gallery .animation-2 .gallery-slider .counter {
  position: absolute;
  top: -33px;
  right: 0;
  font-size: 14px;
}
#reserve-journey-wrap .section.gallery .animation-2 .gallery-slider .close-btn {
  position: absolute;
  top: -150px;
  right: -150px;
  width: 50px;
  height: 50px;
  background: url('../images/soldiers/btn-gallery-close.png') no-repeat center;
  cursor: pointer;
  opacity: 0;
}
#reserve-journey-wrap .section.gallery .animation-2 .gallery-slider .arrow {
  position: absolute;
  width: 60px;
  height: 60px;
  top: 50%;
  margin-top: -30px;
  cursor: pointer;
  opacity: 0;
}
#reserve-journey-wrap .section.gallery .animation-2 .gallery-slider .arrow.left {
  left: -200px;
  background: url('../images/soldiers/btn-gallery-arrow.png') no-repeat left;
}
#reserve-journey-wrap .section.gallery .animation-2 .gallery-slider .arrow.right {
  right: -200px;
  background: url('../images/soldiers/btn-gallery-arrow.png') no-repeat right;
}
#reserve-journey-wrap .section.achievements {
  box-sizing: border-box;
}
#reserve-journey-wrap .section.achievements .animation {
  position: relative;
  max-width: 1010px;
  width: 100%;
  margin: 0 auto;
}
#reserve-journey-wrap .section.achievements .animation h2 {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 54px;
  color: #fff;
  text-transform: uppercase;
}
@media (max-width: 960px) {
  #reserve-journey-wrap .section.achievements .animation h2 {
    font-size: 42px;
  }
}
#reserve-journey-wrap .section.achievements .animation p {
  font-size: 26px;
  color: #fff;
  line-height: 1em;
  font-family: 'Source Sans Pro', sans-serif;
  font-style: italic;
  margin-top: 10px;
  line-height: 32px;
  font-weight: 400;
}
@media (max-width: 960px) {
  #reserve-journey-wrap .section.achievements .animation p {
    font-size: 22px;
  }
}
@media (max-width: 760px) {
  #reserve-journey-wrap .section.achievements .animation p {
    font-size: 16px;
  }
}
#reserve-journey-wrap .section.achievements .animation-1 {
  top: 50%;
}
@media (max-width: 640px) {
  #reserve-journey-wrap .section.achievements .animation-1 {
    display: none;
  }
}
#reserve-journey-wrap .section.achievements .animation-1 .badge-box {
  position: absolute;
  width: 170px;
  height: 170px;
  top: -260px;
  left: 50%;
  margin-left: -85px;
}
#reserve-journey-wrap .section.achievements .animation-1 .badge-box img {
  width: 100%;
  height: 100%;
}
#reserve-journey-wrap .section.achievements .animation-1 .badge-box .badge-graphic {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 122px;
  height: 122px;
  margin-top: -61px;
  margin-left: -61px;
  background-repeat: no-repeat;
}
#reserve-journey-wrap .section.achievements .animation-1 .badge-box .hidden {
  display: none;
}
#reserve-journey-wrap .section.achievements .animation-1 h2,
#reserve-journey-wrap .section.achievements .animation-1 p {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  text-align: center;
}
#reserve-journey-wrap .section.achievements .animation-1 h2 {
  top: -90px;
  font-size: 54px;
}
@media (max-width: 960px) {
  #reserve-journey-wrap .section.achievements .animation-1 h2 {
    font-size: 42px;
    top: -70px;
  }
}
@media (max-width: 760px) {
  #reserve-journey-wrap .section.achievements .animation-1 h2 {
    font-size: 36px;
    top: -60px;
  }
}
#reserve-journey-wrap .section.achievements .animation-1 .line {
  max-width: 640px;
  width: 0;
  height: 2px;
  margin: 0 auto;
  background: #fff;
}
#reserve-journey-wrap .mobile-micro {
  height: 440px;
  position: relative;
}
@media (min-width: 641px) {
  #reserve-journey-wrap .mobile-micro {
    display: none;
    height: 700px;
  }
}
#reserve-journey-wrap .mobile-micro ul {
  position: relative;
  top: 13px;
  display: inline-block;
  list-style: none;
  padding: 0;
}
#reserve-journey-wrap .mobile-micro ul li {
  position: relative;
  float: left;
  margin: 0 10px 0 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  text-indent: -9999px;
}
#reserve-journey-wrap .mobile-micro ul li.active {
  background: rgba(255, 255, 255, 0.3);
}
#reserve-journey-wrap .mobile-micro ul li:last-child {
  margin-right: 0;
}
#reserve-journey-wrap .mobile-micro ul li span {
  position: absolute;
  top: 4px;
  left: 4px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #fff;
  text-indent: -9999px;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}
#reserve-journey-wrap .mobile-micro .slide {
  position: relative;
  float: left;
  height: 440px;
  box-sizing: border-box;
  text-align: center;
  letter-spacing: 0.8px;
}
@media (min-width: 641px) {
  #reserve-journey-wrap .mobile-micro .slide {
    height: 640px;
  }
}
#reserve-journey-wrap .mobile-micro .swipe {
  position: absolute;
  width: 150px;
  height: 35px;
  background: url('../images/mobile/btn-swipe.png') center no-repeat;
  background-size: contain;
  bottom: 20px;
  left: 50%;
  margin-left: -75px;
}
#reserve-journey-wrap .rj-footer {
  position: relative;
  width: 100%;
  background: #6a6b59;
  z-index: 999;
  padding: 60px 0;
}
@media (max-width: 768px) {
  #reserve-journey-wrap .rj-footer {
    padding: 40px 0;
  }
}
#reserve-journey-wrap .rj-footer h1 {
  text-align: center;
  font-size: 27px;
  font-family: 'Source Sans Pro', sans-serif;
  text-transform: uppercase;
  margin: 0;
  color: #bfb8ab;
  letter-spacing: 1px;
  line-height: 1em;
  padding: 0 40px;
}
@media (max-width: 768px) {
  #reserve-journey-wrap .rj-footer h1 {
    font-size: 22px;
  }
}
@media (max-width: 470px) {
  #reserve-journey-wrap .rj-footer h1 {
    font-size: 18px;
  }
}
#reserve-journey-wrap .rj-footer ul.links {
  width: 100%;
  max-width: 960px;
  padding: 0;
  margin: 0 auto;
  list-style-type: none;
  margin-top: 30px;
  height: 90px;
  border-bottom: 1px solid #474f47;
}
@media (max-width: 1000px) {
  #reserve-journey-wrap .rj-footer ul.links {
    max-width: 435px;
    height: 120px;
  }
}
@media (max-width: 470px) {
  #reserve-journey-wrap .rj-footer ul.links {
    max-width: 207px;
    height: 170px;
    border-bottom: none;
  }
}
#reserve-journey-wrap .rj-footer ul.links li {
  float: left;
  padding: 0 20px;
  border-right: 1px solid #474f47;
  margin-bottom: 0;
}
@media (max-width: 1000px) {
  #reserve-journey-wrap .rj-footer ul.links li {
    border: none;
    padding: 0;
    margin-right: 20px;
    margin-bottom: 10px;
  }
}
#reserve-journey-wrap .rj-footer ul.links li:last-child {
  padding-right: 0;
  border-right: none;
}
@media (max-width: 1000px) {
  #reserve-journey-wrap .rj-footer ul.links li:last-child {
    margin-right: 0;
  }
}
#reserve-journey-wrap .rj-footer ul.links li:first-child {
  padding-left: 0;
}
@media (max-width: 1000px) {
  #reserve-journey-wrap .rj-footer ul.links li:nth-child(2) {
    margin-right: 0;
  }
}
#reserve-journey-wrap .rj-footer ul.links a {
  display: inline-block;
  width: 207px;
  height: 32px;
}
#reserve-journey-wrap .rj-footer ul.links a span {
  position: absolute;
  width: 207px;
  height: 32px;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
#reserve-journey-wrap .rj-footer ul.links a.btn-career {
  background: url('../images/btn-footer-links.png') 0 0;
}
#reserve-journey-wrap .rj-footer ul.links a.btn-career span {
  background: url('../images/btn-footer-links.png') 207px 0;
}
#reserve-journey-wrap .rj-footer ul.links a.btn-related {
  background: url('../images/btn-footer-links.png') 0 -32px;
}
#reserve-journey-wrap .rj-footer ul.links a.btn-related span {
  background: url('../images/btn-footer-links.png') 207px -32px;
}
#reserve-journey-wrap .rj-footer ul.links a.btn-info {
  background: url('../images/btn-footer-links.png') 0 -128px;
}
#reserve-journey-wrap .rj-footer ul.links a.btn-info span {
  background: url('../images/btn-footer-links.png') 207px -128px;
}
#reserve-journey-wrap .rj-footer ul.links a.btn-locate {
  background: url('../images/btn-footer-links.png') 0 -96px;
}
#reserve-journey-wrap .rj-footer ul.links a.btn-locate span {
  background: url('../images/btn-footer-links.png') 207px -96px;
}
#reserve-journey-wrap .rj-footer ul.social {
  width: 330px;
  margin: 45px auto 0 auto;
}
@media (max-width: 470px) {
  #reserve-journey-wrap .rj-footer ul.social {
    width: 285px;
    margin: 35px auto 0 auto;
  }
}
#reserve-journey-wrap .rj-footer ul.social li {
  float: left;
  margin-right: 10px;
  margin-bottom: 0;
}
#reserve-journey-wrap .rj-footer ul.social li a {
  position: relative;
  display: inline-block;
  width: 58px;
  height: 58px;
}
#reserve-journey-wrap .rj-footer ul.social li a span {
  position: absolute;
  width: 58px;
  height: 58px;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
#reserve-journey-wrap .rj-footer ul.social li a.soldiers {
  background: url('../images/btn-social.png') 0 -290px;
}
#reserve-journey-wrap .rj-footer ul.social li a.soldiers span {
  background: url('../images/btn-social.png') -58px -290px;
}
#reserve-journey-wrap .rj-footer ul.social li a.fb {
  background: url('../images/btn-social.png') 0 -232px;
}
#reserve-journey-wrap .rj-footer ul.social li a.fb span {
  background: url('../images/btn-social.png') -58px -232px;
}
#reserve-journey-wrap .rj-footer ul.social li a.tw {
  background: url('../images/btn-social.png') 0 -348px;
}
#reserve-journey-wrap .rj-footer ul.social li a.tw span {
  background: url('../images/btn-social.png') -58px -348px;
}
#reserve-journey-wrap .rj-footer ul.social li a.email {
  background: url('../images/btn-social.png') 0 0;
}
#reserve-journey-wrap .rj-footer ul.social li a.email span {
  background: url('../images/btn-social.png') -58px 0;
}
#reserve-journey-wrap .rj-footer ul.social li:first-child {
  margin-right: 30px;
  padding-right: 30px;
  border-right: 1px solid #474f47;
}
@media (max-width: 470px) {
  #reserve-journey-wrap .rj-footer ul.social li:first-child {
    margin-right: 10px;
    padding-right: 0;
    border-right: none;
  }
}
@media (max-width: 470px) {
  #reserve-journey-wrap .rj-footer ul.social li:last-child {
    margin-right: 0;
  }
}
/*!
Video.js Default Styles (http://videojs.com)
Version 4.1.0
*/
/*
REQUIRED STYLES (be careful overriding)
================================================================================ */
/* When loading the player, the video tag is replaced with a DIV,
   that will hold the video tag or object tag for other playback methods.
   The div contains the video playback element (Flash or HTML5) and controls, and sets the width and height of the video.

   ** If you want to add some kind of border/padding (e.g. a frame), or special positioning, use another containing element.
   Otherwise you risk messing up control positioning and full window mode. **
*/
.video-js {
  background-color: #000;
  position: relative;
  padding: 0;
  /* Start with 10px for base font size so other dimensions can be em based and easily calculable. */
  font-size: 10px;
  /* Allow poster to be vertially aligned. */
  vertical-align: middle;
  /*  display: table-cell; */
  /*This works in Safari but not Firefox.*/
  /* Turn off user selection (text highlighting) by default.
     The majority of player components will not be text blocks.
     Text areas will need to turn user selection back on. */
  -webkit-user-select: none;
  /* Chrome all / Safari all */
  -moz-user-select: none;
  /* Firefox all */
  -ms-user-select: none;
  /* IE 10+ */
  -o-user-select: none;
  user-select: none;
}
/* Playback technology elements expand to the width/height of the containing div.
    <video> or <object> */
.video-js .vjs-tech {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* Fix for Firefox 9 fullscreen (only if it is enabled). Not needed when checking fullScreenEnabled. */
.video-js:-moz-full-screen {
  position: absolute;
}
/* Fullscreen Styles */
body.vjs-full-window {
  padding: 0;
  margin: 0;
  height: 100%;
  overflow-y: auto;
  /* Fix for IE6 full-window. http://www.cssplay.co.uk/layouts/fixed.html */
}
.video-js.vjs-fullscreen {
  position: fixed;
  overflow: hidden;
  z-index: 1000;
  left: 0 !important;
  top: 0 !important;
  bottom: 0;
  right: 0;
  /* bottom: -50px\9;
  right: -50px\9;*/
  width: 100% !important;
  height: 100% !important;
  _position: absolute;
  /* IE6 Full-window (underscore hack) */
  z-index: 99999;
}
.video-js:-webkit-full-screen {
  width: 100% !important;
  height: 100% !important;
}
/* Poster Styles */
.vjs-poster {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  cursor: pointer;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  width: 100%;
}
.vjs-poster img {
  display: block;
  margin: 0 auto;
  max-height: 100%;
  padding: 0;
  width: 100%;
}
/* Text Track Styles */
/* Overall track holder for both captions and subtitles */
.video-js .vjs-text-track-display {
  text-align: center;
  position: absolute;
  bottom: 4em;
  left: 1em;
  /* Leave padding on left and right */
  right: 1em;
  font-family: Arial, sans-serif;
}
/* Individual tracks */
.video-js .vjs-text-track {
  display: none;
  font-size: 1.4em;
  text-align: center;
  margin-bottom: 0.1em;
  /* Transparent black background, or fallback to all black (oldIE) */
  background: #000000;
  background: rgba(0, 0, 0, 0.5);
}
.video-js .vjs-subtitles {
  color: #fff;
}
/* Subtitles are white */
.video-js .vjs-captions {
  color: #fc6;
}
/* Captions are yellow */
.vjs-tt-cue {
  display: block;
}
/* Fading sytles, used to fade control bar. */
.vjs-fade-in {
  display: block !important;
  visibility: visible;
  /* Needed to make sure things hide in older browsers too. */
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -webkit-transition: visibility 0.1s, opacity 0.1s;
  -moz-transition: visibility 0.1s, opacity 0.1s;
  -ms-transition: visibility 0.1s, opacity 0.1s;
  -o-transition: visibility 0.1s, opacity 0.1s;
  transition: visibility 0.1s, opacity 0.1s;
}
.vjs-fade-out {
  display: block !important;
  visibility: hidden;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: visibility 1.5s, opacity 1.5s;
  -moz-transition: visibility 1.5s, opacity 1.5s;
  -ms-transition: visibility 1.5s, opacity 1.5s;
  -o-transition: visibility 1.5s, opacity 1.5s;
  transition: visibility 1.5s, opacity 1.5s;
  /* Wait a moment before fading out the control bar */
  -webkit-transition-delay: 2s;
  -moz-transition-delay: 2s;
  -ms-transition-delay: 2s;
  -o-transition-delay: 2s;
  transition-delay: 2s;
}
/* Hide disabled or unsupported controls */
.vjs-timeline-skin .vjs-hidden {
  display: none;
}
.vjs-lock-showing {
  display: block !important;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  visibility: visible;
}
/* DEFAULT SKIN (override in another file to create new skins)
================================================================================
Instead of editing this file, I recommend creating your own skin CSS file to be included after this file,
so you can upgrade to newer versions easier. You can remove all these styles by removing the 'vjs-default-skin' class from the tag. */
/* Base UI Component Classes
-------------------------------------------------------------------------------- */
@font-face {
  font-family: 'VideoJS';
  src: url('font/vjs.html');
  src: url('font/vjsd41d.html?#iefix') format('embedded-opentype'), url('font/vjs-2.html') format('woff'), url('font/vjs-3.html') format('truetype');
  font-weight: normal;
  font-style: normal;
}
.vjs-timeline-skin {
  color: #ccc;
}
/* Slider - used for Volume bar and Seek bar */
.vjs-timeline-skin .vjs-slider {
  outline: 0;
  /* Replace browser focus hightlight with handle highlight */
  position: relative;
  cursor: pointer;
  padding: 0;
  background: #323232;
  /* IE8- Fallback */
  background: rgba(100, 100, 100, 0.5);
}
.vjs-timeline-skin .vjs-slider:focus {
  background: #464646;
  /* IE8- Fallback */
  background: rgba(100, 100, 100, 0.7);
  -webkit-box-shadow: 0 0 2em #ffffff;
  -moz-box-shadow: 0 0 2em #ffffff;
  box-shadow: 0 0 2em #ffffff;
}
/* Control Bar
-------------------------------------------------------------------------------- */
/* The default control bar. Created by controls.js */
.vjs-timeline-skin .vjs-control-bar {
  display: none;
  /* Start hidden */
  position: absolute;
  width: 86%;
  width: 96%\9;
  /* Distance from the bottom of the box/video. Keep 0. Use height to add more bottom margin. */
  bottom: 15px;
  right: 2%;
  /* Controls are absolutely position, so no padding necessary */
  padding: 0;
  margin: 0;
  /* Height includes any margin you want above or below control items */
  height: 3.0em;
  background: url(../images/soldiers/controls-bg.png) repeat;
  /* Default font settings */
  font-style: normal;
  font-weight: normal;
  font-family: Arial, sans-serif;
  border-radius: 5px;
  overflow: visible;
}
/* General styles for individual controls. */
.vjs-timeline-skin .vjs-control {
  outline: none;
  position: relative;
  float: left;
  text-align: center;
  margin: 0;
  padding: 0;
  height: 3.0em;
  width: 4em;
}
/* FontAwsome button icons */
.vjs-timeline-skin .vjs-control:before {
  font-family: VideoJS;
  font-size: 1.5em;
  line-height: 2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}
/* Replacement for focus outline */
.vjs-timeline-skin .vjs-control:focus:before,
.vjs-timeline-skin .vjs-control:hover:before {
  text-shadow: 0em 0em 1em #ffffff;
}
.vjs-timeline-skin .vjs-control:focus {
  /*  outline: 0; */
  /* keyboard-only users cannot see the focus on several of the UI elements when this is set to 0 */
}
/* Hide control text visually, but have it available for screenreaders: h5bp.com/v */
.vjs-timeline-skin .vjs-control-text {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
/* Play/Pause
-------------------------------------------------------------------------------- */
.vjs-timeline-skin .vjs-play-control {
  width: 5em;
  cursor: pointer;
  left: -12%;
  left: 0\9;
  width: 10%;
  width: 7%\9;
  height: 30px;
  background: url(../images/soldiers/play-btn.png) center -30px no-repeat;
  zoom: 1;
  position: relative;
  border-radius: 5px;
}
.vjs-timeline-skin.vjs-playing .vjs-play-control {
  background: url(../images/soldiers/play-btn.png) center 0 no-repeat;
}
/* Rewind
-------------------------------------------------------------------------------- */
/*.vjs-timeline-skin .vjs-rewind-control { width: 5em; cursor: pointer !important; }
.vjs-timeline-skin .vjs-rewind-control div { width: 19px; height: 16px; background: url('video-js.png'); margin: 0.5em auto 0; }
*/
/* Volume/Mute
-------------------------------------------------------------------------------- */
.vjs-timeline-skin .vjs-mute-control,
.vjs-timeline-skin .vjs-volume-menu-button {
  position: absolute;
  top: 7px;
  right: 35px;
  cursor: pointer;
  width: 14px;
  height: 15px;
  background: url(../images/soldiers/controls.png) left no-repeat;
}
.vjs-timeline-skin .vjs-volume-control {
  display: none;
  position: absolute;
  width: 100px;
  height: 45px;
  top: -25px;
  padding-top: 10px;
  right: 5px;
}
.vjs-timeline-skin .vjs-volume-bar {
  width: 100px;
  margin: 0 auto;
  height: 15px;
  background: url(../images/soldiers/controls-bg.png) repeat;
  cursor: pointer;
  border-radius: 5px 5px 0 0;
}
.vjs-timeline-skin .vjs-volume-menu-button .vjs-menu-content {
  height: 2.9em;
}
.vjs-timeline-skin .vjs-volume-level {
  position: absolute;
  top: 7px;
  left: 10px;
  max-width: 80px;
  height: 6px;
  background: #fff;
}
.vjs-timeline-skin .vjs-volume-bar .vjs-volume-handle {
  width: 0.5em;
  height: 0.5em;
}
.vjs-timeline-skin .vjs-volume-handle:before {
  font-size: 0.9em;
  top: -0.2em;
  left: -0.2em;
  width: 1em;
  height: 1em;
}
.vjs-timeline-skin .vjs-volume-menu-button .vjs-menu .vjs-menu-content {
  width: 6em;
  left: -4em;
}
/*.vjs-timeline-skin .vjs-menu-button .vjs-volume-control {
  height: 1.5em;
}*/
/* Progress
-------------------------------------------------------------------------------- */
.vjs-timeline-skin .vjs-progress-control {
  position: absolute;
  left: 10px;
  left: 45px\9;
  right: 0;
  width: 70%;
  font-size: 0.3em;
  height: 1em;
  /* Set above the rest of the controls. */
  top: 12px;
}
@media (max-width: 575px) {
  .vjs-timeline-skin .vjs-progress-control {
    width: 65%;
  }
}
@media (max-width: 525px) {
  .vjs-timeline-skin .vjs-progress-control {
    width: 60%;
  }
}
@media (max-width: 475px) {
  .vjs-timeline-skin .vjs-progress-control {
    width: 57%;
  }
}
@media (max-width: 425px) {
  .vjs-timeline-skin .vjs-progress-control {
    width: 53%;
  }
}
@media (max-width: 375px) {
  .vjs-timeline-skin .vjs-progress-control {
    width: 48%;
  }
}
@media (max-width: 325px) {
  .vjs-timeline-skin .vjs-progress-control {
    width: 48%;
  }
}
@media screen and (min-width:0\0) and (max-width: 585px) {
  .vjs-timeline-skin .vjs-progress-control {
    width: 62%;
  }
}
@media screen and (min-width:0\0) and (max-width: 535px) {
  .vjs-timeline-skin .vjs-progress-control {
    width: 57%;
  }
}
@media screen and (min-width:0\0) and (max-width: 485px) {
  .vjs-timeline-skin .vjs-progress-control {
    width: 54%;
  }
}
@media screen and (min-width:0\0) and (max-width: 435px) {
  .vjs-timeline-skin .vjs-progress-control {
    width: 50%;
  }
}
@media screen and (min-width:0\0) and (max-width: 385px) {
  .vjs-timeline-skin .vjs-progress-control {
    width: 45%;
  }
}
@media screen and (min-width:0\0) and (max-width: 345px) {
  .vjs-timeline-skin .vjs-progress-control {
    width: 42%;
  }
}
@media screen and (min-width:0\0) and (max-width: 300px) {
  .vjs-timeline-skin .vjs-progress-control {
    width: 40%;
  }
}
/* Box containing play and load progresses. Also acts as seek scrubber. */
.vjs-timeline-skin .vjs-progress-holder {
  /* Placement within the progress control item */
  height: 5px;
  width: 100%;
}
/* Progress Bars */
.vjs-timeline-skin .vjs-progress-holder .vjs-play-progress,
.vjs-timeline-skin .vjs-progress-holder .vjs-load-progress {
  position: absolute;
  display: block;
  height: 100%;
  margin: 0;
  padding: 0;
  /* Needed for IE6 */
  left: 0;
  top: 0;
}
.vjs-timeline-skin .vjs-play-progress {
  background: #ffd530;
}
.vjs-timeline-skin .vjs-load-progress {
  background: #626262;
}
.vjs-timeline-skin .vjs-seek-handle {
  width: 1.5em;
  height: 100%;
}
.vjs-seek-handle.vjs-slider-handle {
  display: none;
}
.vjs-timeline-skin .vjs-seek-handle:before {
  padding-top: 0.1em;
  /* Minor adjustment */
}
/* Time Display
-------------------------------------------------------------------------------- */
.vjs-timeline-skin .vjs-time-controls {
  font-size: 1em;
  /* Align vertically by making the line height the same as the control bar */
  line-height: 3em;
}
.vjs-timeline-skin .vjs-current-time {
  position: absolute;
  top: 0;
  right: 85px;
}
.vjs-timeline-skin .vjs-duration {
  position: absolute;
  right: 50px;
  top: 0;
}
/* Remaining time is in the HTML, but not included in default design */
.vjs-timeline-skin .vjs-remaining-time {
  display: none;
  position: absolute;
  top: 0;
  right: 60px;
}
.vjs-time-divider {
  position: absolute;
  top: 0;
  right: 85px;
  line-height: 3em;
}
/* Fullscreen
-------------------------------------------------------------------------------- */
.fullscreen-ie {
  z-index: 9 !important;
}
.vjs-fullscreen {
  z-index: 99999;
}
.vjs-timeline-skin .vjs-fullscreen-control {
  position: absolute;
  width: 3.8em;
  cursor: pointer;
  right: 10px;
  top: 8px;
  width: 12px;
  height: 12px;
  background: url(../images/soldiers/controls.png) right no-repeat;
  z-index: 10;
}
.vjs-timeline-skin.vjs-fullscreen .vjs-control-bar {
  bottom: 20px;
  width: 100%;
  right: 10px;
}
.vjs-timeline-skin.vjs-fullscreen .vjs-control-bar .vjs-progress-control {
  left: 60px;
  width: 100%;
  padding-right: 200px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.vjs-timeline-skin.vjs-fullscreen .vjs-control-bar .vjs-play-control {
  left: 0;
  width: 60px;
}
/* Big Play Button (at start)
---------------------------------------------------------*/
.vjs-timeline-skin .vjs-big-play-button {
  display: none;
  z-index: 2;
  position: absolute;
  top: 2em;
  left: 2em;
  width: 12.0em;
  height: 8.0em;
  margin: 0;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  /* Need a slightly gray bg so it can be seen on black backgrounds */
  background-color: #282828;
  background-color: rgba(7, 40, 50, 0.7);
  border: 0.3em solid #323232;
  border-color: rgba(255, 255, 255, 0.25);
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  -webkit-box-shadow: 0px 0px 1em rgba(255, 255, 255, 0.25);
  -moz-box-shadow: 0px 0px 1em rgba(255, 255, 255, 0.25);
  box-shadow: 0px 0px 1em rgba(255, 255, 255, 0.25);
  -webkit-transition: border 0.4s, -webkit-box-shadow 0.4s, -webkit-transform 0.4s;
  -moz-transition: border 0.4s, -moz-box-shadow 0.4s, -moz-transform 0.4s;
  -o-transition: border 0.4s, -o-box-shadow 0.4s, -o-transform 0.4s;
  transition: border 0.4s, box-shadow 0.4s, transform 0.4s;
}
.vjs-timeline-skin:hover .vjs-big-play-button,
.vjs-timeline-skin .vjs-big-play-button:focus {
  outline: 0;
  border-color: #ffffff;
  /* IE8 needs a non-glow hover state */
  background-color: #505050;
  background-color: rgba(50, 50, 50, 0.75);
  -webkit-box-shadow: 0 0 3em #fff;
  -moz-box-shadow: 0 0 3em #fff;
  box-shadow: 0 0 3em #fff;
  -webkit-transition: border 0s, -webkit-box-shadow 0s, -webkit-transform 0s;
  -moz-transition: border 0s, -moz-box-shadow 0s, -moz-transform 0s;
  -o-transition: border 0s, -o-box-shadow 0s, -o-transform 0s;
  transition: border 0s, box-shadow 0s, transform 0s;
}
.vjs-timeline-skin .vjs-big-play-button:before {
  content: "\e001";
  /* Play icon */
  font-family: VideoJS;
  font-size: 3em;
  line-height: 2.66;
  text-shadow: 0.05em 0.05em 0.1em #000;
  text-align: center;
  /* Needed for IE8 */
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
}
/* Loading Spinner
---------------------------------------------------------*/
.vjs-loading-spinner {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 41px;
  height: 41px;
  margin-left: -20px;
  margin-top: -20px;
  background: url(../images/soldiers/loading.gif);
  opacity: 0.75;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
  filter: alpha(opacity=75);
}
/* Menu Buttons (Captions/Subtitles/etc.)
-------------------------------------------------------------------------------- */
.vjs-timeline-skin .vjs-menu-button {
  float: right;
  cursor: pointer;
}
.vjs-timeline-skin .vjs-menu {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0em;
  /* (Width of vjs-menu - width of button) / 2 */
  width: 0em;
  height: 0em;
  margin-bottom: 3em;
  border-left: 2em solid transparent;
  border-right: 2em solid transparent;
  border-top: 1.55em solid #000000;
  /* Same top as ul bottom */
  border-top-color: rgba(7, 40, 50, 0.5);
  /* Same as ul background */
}
/* Button Pop-up Menu */
.vjs-timeline-skin .vjs-menu-button .vjs-menu .vjs-menu-content {
  display: block;
  padding: 0;
  margin: 0;
  position: absolute;
  width: 10em;
  bottom: 1.5em;
  /* Same bottom as vjs-menu border-top */
  max-height: 15em;
  overflow: auto;
  left: -5em;
  /* Width of menu - width of button / 2 */
  background-color: #000000;
  background-color: rgba(7, 40, 50, 0.7);
  -webkit-box-shadow: -20px -20px 0px rgba(255, 255, 255, 0.5);
  -moz-box-shadow: 0 0 1em rgba(255, 255, 255, 0.5);
  box-shadow: -0.2em -0.2em 0.3em rgba(255, 255, 255, 0.2);
}
/*.vjs-timeline-skin .vjs-menu-button:focus ul,*/
/* This is not needed because keyboard accessibility for the caption button is not handled with the focus any more. */
.vjs-timeline-skin .vjs-menu-button:hover .vjs-menu {
  display: block;
}
.vjs-timeline-skin .vjs-menu-button ul li {
  list-style: none;
  margin: 0;
  padding: 0.3em 0 0.3em 0;
  line-height: 1.4em;
  font-size: 1.2em;
  font-weight: normal;
  text-align: center;
  text-transform: lowercase;
}
.vjs-timeline-skin .vjs-menu-button ul li.vjs-selected {
  background-color: #000;
}
.vjs-timeline-skin .vjs-menu-button ul li:focus,
.vjs-timeline-skin .vjs-menu-button ul li:hover,
.vjs-timeline-skin .vjs-menu-button ul li.vjs-selected:focus,
.vjs-timeline-skin .vjs-menu-button ul li.vjs-selected:hover {
  background-color: #ffffff;
  background-color: rgba(255, 255, 255, 0.75);
  color: #111;
  outline: 0;
  -webkit-box-shadow: 0 0 1em #ffffff;
  -moz-box-shadow: 0 0 1em #ffffff;
  box-shadow: 0 0 1em #ffffff;
}
.vjs-timeline-skin .vjs-menu-button ul li.vjs-menu-title {
  text-align: center;
  text-transform: uppercase;
  font-size: 1em;
  line-height: 2em;
  padding: 0;
  margin: 0 0 0.3em 0;
  font-weight: bold;
  cursor: default;
}
/* Subtitles Button */
.vjs-timeline-skin .vjs-subtitles-button:before {
  content: "\e00c";
}
/* There's unfortunately no CC button in FontAwesome, so we need
    to use another font. Please +1 the fontawesome request.
    https://github.com/FortAwesome/Font-Awesome/issues/968 */
.vjs-timeline-skin .vjs-captions-button:before {
  content: "\e008";
}
/* Replacement for focus outline */
.vjs-timeline-skin .vjs-captions-button:focus .vjs-control-content:before,
.vjs-timeline-skin .vjs-captions-button:hover .vjs-control-content:before {
  -webkit-box-shadow: 0 0 1em #ffffff;
  -moz-box-shadow: 0 0 1em #ffffff;
  box-shadow: 0 0 1em #ffffff;
}
/* Soldier Styles: Munoz
==========================================*/
#munoz.tall .intro-cont {
  top: 175px;
}
@media all and (min-width: 641px) {
  #munoz.tall .section-intro {
    background-image: url('../images/soldiers/1-munoz/bg-intro-tall.jpg');
  }
}
@media all and (max-width: 640px) {
  #munoz.tall .section-intro {
    background-image: url('../images/soldiers/1-munoz/mobile/bg-intro.jpg');
  }
}
@media all and (min-width: 641px) {
  #munoz .section-intro {
    background-image: url('../images/soldiers/1-munoz/bg-intro.jpg');
  }
}
@media all and (max-width: 640px) {
  #munoz .section-intro {
    background-image: url('../images/soldiers/1-munoz/mobile/bg-intro.jpg');
  }
}
@media all and (min-width: 641px) {
  #munoz .section-chapter-1 {
    background-image: url('../images/soldiers/1-munoz/bg-chapter-1.jpg');
  }
}
@media all and (max-width: 640px) {
  #munoz .section-chapter-1 {
    background-image: url('../images/soldiers/1-munoz/mobile/bg-chapter-1.jpg');
  }
}
@media all and (min-width: 641px) {
  #munoz .section-chapter-2 {
    background-image: url('../images/soldiers/1-munoz/bg-chapter-2.jpg');
  }
}
@media all and (max-width: 640px) {
  #munoz .section-chapter-2 {
    background-image: url('../images/soldiers/1-munoz/mobile/bg-chapter-2.jpg');
  }
}
@media all and (min-width: 641px) {
  #munoz .section-chapter-3 {
    background-image: url('../images/soldiers/1-munoz/bg-chapter-3.jpg');
  }
}
@media all and (max-width: 640px) {
  #munoz .section-chapter-3 {
    background-image: url('../images/soldiers/1-munoz/mobile/bg-chapter-3.jpg');
  }
}
@media all and (min-width: 641px) {
  #munoz .section-chapter-4 {
    background-image: url('../images/soldiers/1-munoz/bg-chapter-4.jpg');
  }
}
@media all and (max-width: 640px) {
  #munoz .section-chapter-4 {
    background-image: url('../images/soldiers/1-munoz/mobile/bg-chapter-4.jpg');
  }
}
@media all and (min-width: 641px) {
  #munoz .section-video-1 {
    background-image: url('../images/soldiers/1-munoz/bg-video-1.jpg');
  }
}
@media all and (max-width: 640px) {
  #munoz .section-video-1 {
    background-image: url('../images/soldiers/1-munoz/mobile/bg-video-1.jpg');
  }
}
@media all and (min-width: 641px) {
  #munoz .section-video-2 {
    background-image: url('../images/soldiers/1-munoz/bg-video-2.jpg');
  }
}
@media all and (max-width: 640px) {
  #munoz .section-video-2 {
    background-image: url('../images/soldiers/1-munoz/mobile/bg-video-2.jpg');
  }
}
@media all and (min-width: 641px) {
  #munoz .section-video-3 {
    background-image: url('../images/soldiers/1-munoz/bg-video-3.jpg');
  }
}
@media all and (max-width: 640px) {
  #munoz .section-video-3 {
    background-image: url('../images/soldiers/1-munoz/mobile/bg-video-3.jpg');
  }
}
@media all and (min-width: 641px) {
  #munoz #munoz-micro-1 {
    background-image: url('../images/soldiers/1-munoz/bg-micro-1.jpg');
  }
}
@media all and (max-width: 640px) {
  #munoz #munoz-micro-1 {
    background-image: url('../images/soldiers/1-munoz/mobile/bg-micro-1.jpg');
  }
}
@media all and (min-width: 641px) {
  #munoz #munoz-micro-2 {
    background-image: url('../images/soldiers/1-munoz/bg-micro-2.jpg');
  }
}
@media all and (max-width: 640px) {
  #munoz #munoz-micro-2 {
    background-image: url('../images/soldiers/1-munoz/mobile/bg-micro-2.jpg');
  }
}
@media all and (min-width: 641px) {
  #munoz .quote {
    background-image: url('../images/soldiers/1-munoz/bg-quote.jpg');
  }
}
@media all and (max-width: 640px) {
  #munoz .quote {
    background-image: url('../images/soldiers/1-munoz/mobile/bg-quote.jpg');
  }
}
@media all and (min-width: 641px) {
  #munoz .section.gallery {
    background-image: url('../images/soldiers/1-munoz/bg-gallery.jpg');
  }
}
@media all and (max-width: 640px) {
  #munoz .section.gallery {
    background-image: url('../images/soldiers/1-munoz/mobile/bg-gallery.jpg');
  }
}
@media all and (min-width: 641px) {
  #munoz .section.achievements {
    background-image: url('../images/soldiers/1-munoz/bg-achievement.jpg');
  }
}
@media all and (max-width: 640px) {
  #munoz .section.achievements {
    background-image: url('../images/soldiers/1-munoz/mobile/bg-achievement.jpg');
  }
}
#munoz .section-intro .intro-cont {
  width: 100%;
  max-width: 565px;
  right: 115px;
}
@media (max-width: 960px) {
  #munoz .section-intro .intro-cont {
    right: 0;
  }
}
@media (max-width: 640px) {
  #munoz .section-intro .intro-cont {
    max-width: 100%;
  }
}
#munoz .section-intro .intro-cont h1,
#munoz .section-intro .intro-cont p {
  color: #333c33;
}
#munoz .section-intro .intro-cont h3,
#munoz .section-intro .intro-cont h2 {
  color: #5c635c;
}
#munoz .section-intro .intro-cont p {
  text-transform: none;
}
#munoz .section-intro .intro-cont .line-right,
#munoz .section-intro .intro-cont .line-left {
  width: 160px;
}
@media (max-width: 960px) {
  #munoz .section-intro .intro-cont .line-right,
  #munoz .section-intro .intro-cont .line-left {
    width: 65px !important;
  }
}
@media (max-width: 640px) {
  #munoz .section-intro .intro-cont .line-right,
  #munoz .section-intro .intro-cont .line-left {
    height: 2px !important;
    width: 70px !important;
  }
}
#munoz .section-intro .intro-cont .line-right {
  margin-right: 150px;
}
@media (max-width: 960px) {
  #munoz .section-intro .intro-cont .line-right {
    margin-right: 115px !important;
  }
}
@media (max-width: 640px) {
  #munoz .section-intro .intro-cont .line-right {
    margin-right: 80px !important;
  }
}
#munoz .section-intro .intro-cont .line-left {
  margin-left: 150px;
}
@media (max-width: 960px) {
  #munoz .section-intro .intro-cont .line-left {
    margin-left: 115px !important;
  }
}
@media (max-width: 640px) {
  #munoz .section-intro .intro-cont .line-left {
    margin-left: 80px !important;
  }
}
@media (max-width: 960px) {
  #munoz .section-intro .intro-cont .star-lines .line-right,
  #munoz .section-intro .intro-cont .star-lines .line-left {
    width: 120px !important;
  }
}
@media (max-width: 640px) {
  #munoz .section-intro .intro-cont .star-lines .line-right,
  #munoz .section-intro .intro-cont .star-lines .line-left {
    border-top: 1px solid #5c635c;
    width: 120px !important;
  }
}
@media (max-width: 960px) {
  #munoz .section-intro .intro-cont .star-lines .line-right {
    margin-right: 25px !important;
  }
}
@media (max-width: 640px) {
  #munoz .section-intro .intro-cont .star-lines .line-right {
    margin-right: 13px !important;
  }
}
@media (max-width: 960px) {
  #munoz .section-intro .intro-cont .star-lines .line-left {
    margin-left: 25px !important;
  }
}
@media (max-width: 640px) {
  #munoz .section-intro .intro-cont .star-lines .line-left {
    margin-left: 13px !important;
  }
}
#munoz .section-intro .exp-journey {
  background-image: url('../images/soldiers/exp-her-journey.png');
}
@media (max-width: 640px) {
  #munoz #munoz-micro-1 {
    min-height: 500px !important;
  }
}
#munoz #munoz-micro-1 img {
  pointer-events: none;
}
#munoz #munoz-micro-1 .animation {
  position: relative;
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}
#munoz #munoz-micro-1 .animation h2 {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 54px;
  color: #fff;
  text-transform: uppercase;
}
@media (max-width: 960px) {
  #munoz #munoz-micro-1 .animation h2 {
    font-size: 42px;
  }
}
#munoz #munoz-micro-1 .animation p {
  font-size: 26px;
  color: #fff;
  line-height: 1em;
  font-family: 'Source Sans Pro', sans-serif;
  font-style: italic;
  margin-top: 10px;
  line-height: 32px;
  font-weight: 400;
}
@media (max-width: 960px) {
  #munoz #munoz-micro-1 .animation p {
    font-size: 22px;
  }
}
#munoz #munoz-micro-1 .animation-1 {
  top: 50%;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}
#munoz #munoz-micro-1 .animation-1 h2,
#munoz #munoz-micro-1 .animation-1 p {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  text-align: center;
}
#munoz #munoz-micro-1 .animation-1 h2 {
  top: -90px;
  font-size: 58px;
}
@media (max-width: 960px) {
  #munoz #munoz-micro-1 .animation-1 h2 {
    font-size: 42px;
    top: -70px;
  }
}
#munoz #munoz-micro-1 .animation-1 h2.two-lines {
  line-height: 1em;
  top: -175px;
}
#munoz #munoz-micro-1 .animation-1 .line {
  max-width: 510px;
  width: 0;
  height: 2px;
  margin: 0 auto;
  background: #fff;
}
#munoz #munoz-micro-1 .animation-2 {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 471px;
  height: 238px;
  margin-left: -235px;
  margin-top: -60px;
}
#munoz #munoz-micro-1 .animation-2 .flag {
  width: 100%;
  height: 100%;
}
#munoz #munoz-micro-1 .animation-2 .flag img.flag-img {
  width: 100%;
  height: 100%;
  opacity: 0;
}
#munoz #munoz-micro-1 .animation-2 .flag .lines,
#munoz #munoz-micro-1 .animation-2 .flag .stars {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#munoz #munoz-micro-1 .animation-2 .flag .lines img,
#munoz #munoz-micro-1 .animation-2 .flag .stars img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
#munoz #munoz-micro-1 .animation-2 .flag .bottom-line-1,
#munoz #munoz-micro-1 .animation-2 .flag .bottom-line-2,
#munoz #munoz-micro-1 .animation-2 .flag .bottom-line-3,
#munoz #munoz-micro-1 .animation-2 .flag .bottom-line-4 {
  opacity: 0;
  height: 3px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 4px;
  background: #fff;
}
#munoz #munoz-micro-1 .animation-2 .flag .bottom-line-2 {
  max-width: 90%;
}
#munoz #munoz-micro-1 .animation-2 .flag .bottom-line-3 {
  max-width: 80%;
}
#munoz #munoz-micro-1 .animation-2 .flag .bottom-line-4 {
  max-width: 70%;
}
#munoz #munoz-micro-1 .animation-3 {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 800px;
  height: 350px;
  margin-left: -400px;
  margin-top: -80px;
}
#munoz #munoz-micro-1 .animation-3 .chart-cont {
  position: relative;
  width: 508px;
  height: 289px;
  margin: 0 auto;
}
#munoz #munoz-micro-1 .animation-3 .chart-cont .mask {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 289px;
  overflow: hidden;
}
#munoz #munoz-micro-1 .animation-3 .chart-cont .mask .progress-line {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 508px;
  height: 289px;
  background: url('../images/soldiers/1-munoz/micro-1/anim-3/full-line.png') no-repeat center;
}
#munoz #munoz-micro-1 .animation-3 .chart-cont .circle {
  opacity: 0;
  position: absolute;
  width: 26px;
  height: 26px;
  background: url('../images/soldiers/1-munoz/micro-1/anim-3/chart-circle.png') no-repeat center;
}
#munoz #munoz-micro-1 .animation-3 .chart-cont .circle.circle-1 {
  left: 0;
  bottom: -1px;
}
#munoz #munoz-micro-1 .animation-3 .chart-cont .circle.circle-2 {
  left: 120px;
  bottom: 65px;
}
#munoz #munoz-micro-1 .animation-3 .chart-cont .circle.circle-3 {
  left: 242px;
  bottom: 131px;
}
#munoz #munoz-micro-1 .animation-3 .chart-cont .circle.circle-4 {
  top: 66px;
  right: 121px;
}
#munoz #munoz-micro-1 .animation-3 .chart-cont .circle.circle-5 {
  top: 0;
  right: 0;
}
#munoz #munoz-micro-1 .animation-3 .chart-cont .label-left,
#munoz #munoz-micro-1 .animation-3 .chart-cont .label-right {
  opacity: 0;
  position: absolute;
  height: 33px;
  background: #fff;
  width: 0;
}
#munoz #munoz-micro-1 .animation-3 .chart-cont .label-left p,
#munoz #munoz-micro-1 .animation-3 .chart-cont .label-right p {
  margin-top: 11px;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  text-transform: uppercase;
  color: #4f4f42;
  font-size: 13px;
  font-style: normal;
  line-height: 1em;
  text-shadow: none;
}
#munoz #munoz-micro-1 .animation-3 .chart-cont .label-right p {
  left: 10px;
}
#munoz #munoz-micro-1 .animation-3 .chart-cont .label-left:before {
  content: "";
  display: block;
  width: 25px;
  height: 33px;
  margin-left: -25px;
  background: url('../images/soldiers/1-munoz/micro-1/anim-3/label.png') no-repeat left;
}
#munoz #munoz-micro-1 .animation-3 .chart-cont .label-right:after {
  content: "";
  display: block;
  width: 25px;
  height: 33px;
  float: right;
  margin-right: -25px;
  background: url('../images/soldiers/1-munoz/micro-1/anim-3/label.png') no-repeat right;
}
#munoz #munoz-micro-1 .animation-3 .chart-cont .label-1 {
  bottom: 105px;
  right: 375px;
}
#munoz #munoz-micro-1 .animation-3 .chart-cont .label-2 {
  bottom: 238px;
  right: 133px;
}
#munoz #munoz-micro-1 .animation-3 .chart-cont .label-3 {
  bottom: -50px;
  left: 11px;
}
#munoz #munoz-micro-1 .animation-3 .chart-cont .label-4 {
  bottom: 85px;
  left: 259px;
}
#munoz #munoz-micro-1 .animation-3 .chart-cont .label-5 {
  bottom: 215px;
  left: 496px;
}
#munoz #munoz-micro-1 .animation-4 {
  width: 405px;
  height: 202px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -202px;
  margin-top: -60px;
}
#munoz #munoz-micro-1 .animation-4 img {
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
#munoz #munoz-micro-1 .animation-4 .bill-cont {
  position: absolute;
  top: 0;
  right: 0;
  width: 371px;
  height: 170px;
}
#munoz #munoz-micro-1 .animation-4 .bill-cont .cover-top-1,
#munoz #munoz-micro-1 .animation-4 .bill-cont .cover-top-2,
#munoz #munoz-micro-1 .animation-4 .bill-cont .cover-left,
#munoz #munoz-micro-1 .animation-4 .bill-cont .cover-right,
#munoz #munoz-micro-1 .animation-4 .bill-cont .cover-left-corner,
#munoz #munoz-micro-1 .animation-4 .bill-cont .cover-right-corner,
#munoz #munoz-micro-1 .animation-4 .bill-cont .cover-bottom {
  opacity: 0;
  position: absolute;
  height: 35px;
  background: #fff;
}
#munoz #munoz-micro-1 .animation-4 .bill-cont .cover-left,
#munoz #munoz-micro-1 .animation-4 .bill-cont .cover-right {
  height: 96px;
  width: 20px;
  bottom: 37px;
}
#munoz #munoz-micro-1 .animation-4 .bill-cont .cover-left {
  left: 0;
}
#munoz #munoz-micro-1 .animation-4 .bill-cont .cover-right {
  right: 2px;
}
#munoz #munoz-micro-1 .animation-4 .bill-cont .cover-top-1,
#munoz #munoz-micro-1 .animation-4 .bill-cont .cover-top-2 {
  top: 0;
  width: 154px;
}
#munoz #munoz-micro-1 .animation-4 .bill-cont .cover-top-1 {
  left: 0;
}
#munoz #munoz-micro-1 .animation-4 .bill-cont .cover-top-2 {
  right: 2px;
}
#munoz #munoz-micro-1 .animation-4 .bill-cont .cover-left-corner,
#munoz #munoz-micro-1 .animation-4 .bill-cont .cover-right-corner {
  width: 35px;
  height: 35px;
  bottom: 0;
}
#munoz #munoz-micro-1 .animation-4 .bill-cont .cover-left-corner {
  left: 0;
}
#munoz #munoz-micro-1 .animation-4 .bill-cont .cover-right-corner {
  right: 2px;
}
#munoz #munoz-micro-1 .animation-4 .bill-cont .cover-bottom {
  width: 296px;
  left: 37px;
  bottom: 0;
}
#munoz #munoz-micro-1 .animation-4 .bg {
  top: 0;
  right: 0;
}
#munoz #munoz-micro-1 .animation-4 .bg-1 {
  top: 10px;
  right: 10px;
}
#munoz #munoz-micro-1 .animation-4 .bg-2 {
  top: 20px;
  right: 20px;
}
#munoz .section.mob-fix {
  padding: 0;
}
@media (max-width: 640px) {
  #munoz .section.mob-fix {
    height: 500px !important;
  }
  #munoz .section.mob-fix #munoz-micro-2 {
    position: absolute;
  }
}
#munoz #munoz-micro-2 {
  text-align: center;
}
#munoz #munoz-micro-2 .title-box {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 52%;
}
#munoz #munoz-micro-2 .title-box h1 {
  opacity: 0;
  font-size: 54px;
  text-transform: uppercase;
  font-family: 'Source Sans Pro', sans-serif;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  margin-bottom: -30px;
}
@media (max-width: 1100px) {
  #munoz #munoz-micro-2 .title-box h1 {
    font-size: 42px;
    margin-bottom: -40px;
  }
}
@media (max-width: 860px) {
  #munoz #munoz-micro-2 .title-box h1 {
    font-size: 36px;
    margin-bottom: -50px;
  }
}
#munoz #munoz-micro-2 .title-box .main-line {
  max-width: 840px;
  width: 0;
  height: 2px;
  background: #fff;
  margin: 0 auto;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
}
#munoz #munoz-micro-2 .title-box h4 {
  opacity: 0;
  font-size: 26px;
  font-family: 'Source Sans Pro', sans-serif;
  font-style: italic;
  font-weight: 400;
}
#munoz #munoz-micro-2 .title-box h4.title1 {
  margin-top: 20px;
}
@media (max-width: 1100px) {
  #munoz #munoz-micro-2 .title-box h4.title1 {
    font-size: 20px;
    margin-top: 15px;
  }
}
@media (max-width: 860px) {
  #munoz #munoz-micro-2 .title-box h4.title1 {
    font-size: 16px;
    margin-top: 25px;
  }
}
#munoz #munoz-micro-2 .title-box h4.title2 {
  text-transform: uppercase;
  margin-bottom: 20px;
  font-style: normal;
}
#munoz #munoz-micro-2 .title-box h3 {
  opacity: 0;
  font-size: 31px;
  font-family: 'Source Sans Pro', sans-serif;
  text-transform: uppercase;
  margin-top: -40px;
  line-height: 1em;
}
#munoz #munoz-micro-2 .title-box .bottom-lines {
  position: relative;
  max-width: 480px;
  width: 100%;
  margin: 0 auto;
}
#munoz #munoz-micro-2 .title-box .bottom-lines .line {
  position: absolute;
  top: 0;
  width: 0;
  height: 2px;
  background: #fff;
}
#munoz #munoz-micro-2 .title-box .bottom-lines .line.left {
  left: 50%;
}
#munoz #munoz-micro-2 .title-box .bottom-lines .line.right {
  right: 50%;
}
#munoz #munoz-micro-2 .title-box .bottom-lines #hosp-star {
  opacity: 0;
  position: absolute;
  width: 26px;
  height: 27px;
  top: -15px;
  left: 50%;
  margin-left: -13px;
  background: url('../images/soldiers/1-munoz/micro-2/star.png') no-repeat center;
}
#munoz #munoz-micro-2 .spot {
  opacity: 0;
  position: absolute;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
#munoz #munoz-micro-2 .spot.size-1 {
  width: 55px;
  height: 55px;
}
#munoz #munoz-micro-2 .spot.size-2 {
  width: 35px;
  height: 35px;
}
#munoz #munoz-micro-2 .spot.size-3 {
  width: 25px;
  height: 25px;
}
#munoz #munoz-micro-2 .spot.zoomed {
  width: 195px;
  height: 195px;
  margin-left: -100px;
  margin-bottom: -20px;
  z-index: 999;
  cursor: default;
}
#munoz #munoz-micro-2 .spot.zoomed .plus {
  display: none;
}
@media (max-width: 860px) {
  #munoz #munoz-micro-2 .spot.zoomed {
    width: 160px;
    height: 160px;
  }
}
#munoz #munoz-micro-2 .spot img {
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
}
#munoz #munoz-micro-2 .spot .content {
  opacity: 0;
  position: absolute;
  text-align: center;
  color: #000;
  width: 150px;
  left: 50%;
  margin-left: -75px;
  top: 50%;
  margin-top: -65px;
  font-family: 'Source Sans Pro', sans-serif;
}
@media (max-width: 860px) {
  #munoz #munoz-micro-2 .spot .content {
    width: 130px !important;
    margin-left: -65px !important;
  }
}
#munoz #munoz-micro-2 .spot .content h2 {
  font-size: 20px;
  line-height: 1em;
  text-transform: uppercase;
  margin: 5px 0;
}
@media (max-width: 860px) {
  #munoz #munoz-micro-2 .spot .content h2 {
    font-size: 16px;
  }
}
#munoz #munoz-micro-2 .spot .content h3 {
  font-size: 16px;
  font-style: italic;
  margin: 5px 0;
}
@media (max-width: 860px) {
  #munoz #munoz-micro-2 .spot .content h3 {
    font-size: 14px;
  }
}
#munoz #munoz-micro-2 .spot .content p {
  font-size: 13px;
  margin: 5px 0;
}
@media (max-width: 860px) {
  #munoz #munoz-micro-2 .spot .content p {
    font-size: 10px;
  }
}
#munoz #munoz-micro-2 .spot.size-1:hover {
  width: 65px;
  height: 65px;
  margin-left: -5px;
  margin-bottom: -5px;
}
#munoz #munoz-micro-2 .spot.size-2:hover {
  width: 45px;
  height: 45px;
  margin-left: -5px;
  margin-bottom: -5px;
}
#munoz #munoz-micro-2 .spot.size-3:hover {
  width: 35px;
  height: 35px;
  margin-left: -5px;
  margin-bottom: -5px;
}
#munoz #munoz-micro-2 .spot.zoomed:hover {
  width: 195px;
  height: 195px;
  margin-left: -100px;
  margin-bottom: -20px;
}
#munoz #munoz-micro-2 #line-root {
  position: absolute;
  top: 36.5%;
  left: 50%;
  margin-left: -1px;
  width: 2px;
  height: 0;
  background: url('../images/soldiers/1-munoz/micro-2/line-root.png') repeat-y center;
}
#munoz #munoz-micro-2 #center {
  width: 0px;
  height: 0px;
  position: absolute;
  top: 52%;
  left: 50%;
  background: #fff;
}
#munoz #munoz-micro-2 #spot-1 {
  bottom: 43%;
  left: 10%;
}
#munoz #munoz-micro-2 #spot-2 {
  bottom: 47%;
  left: 25%;
}
#munoz #munoz-micro-2 #spot-2 .content {
  margin-top: -57px;
}
#munoz #munoz-micro-2 #spot-3 {
  bottom: 38%;
  left: 62%;
}
#munoz #munoz-micro-2 #spot-3 .content {
  margin-top: -60px;
}
#munoz #munoz-micro-2 #spot-4 {
  bottom: 35%;
  left: 75%;
}
#munoz #munoz-micro-2 #spot-4 .content {
  width: 140px;
  margin-left: -70px;
}
#munoz #munoz-micro-2 #spot-4 .content p {
  margin: 5px 3px;
}
#munoz #munoz-micro-2 #spot-5 {
  bottom: 20%;
  left: 16%;
}
@media (max-width: 860px) {
  #munoz #munoz-micro-2 #spot-5 {
    left: 21%;
  }
}
#munoz #munoz-micro-2 #spot-5 .content {
  margin-top: -57px;
}
#munoz #munoz-micro-2 #spot-5 .content p {
  margin: 5px 5px;
}
#munoz #munoz-micro-2 #spot-6 {
  bottom: 19%;
  left: 30%;
}
@media (max-width: 860px) {
  #munoz #munoz-micro-2 #spot-6 {
    left: 36%;
  }
}
#munoz #munoz-micro-2 #spot-6 .content {
  margin-top: -50px;
}
#munoz #munoz-micro-2 #spot-7 {
  bottom: 10%;
  left: 85%;
}
#munoz #munoz-micro-2 #spot-7 .content {
  margin-top: -55px;
}
#munoz #achievements h2 span {
  margin-right: -5px;
}
#munoz #munoz-mob-slider-two h1 {
  text-transform: uppercase;
  line-height: 1em;
}
#munoz #munoz-mob-slider-two .hospital {
  display: none;
  position: absolute;
  top: 50px;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  padding: 0 10px;
  box-sizing: border-box;
  letter-spacing: 0.8px;
}
#munoz #munoz-mob-slider-two .hospital h2 {
  margin: 0 auto;
  border-bottom: 1px solid #fff;
  font-size: 12px;
  padding-bottom: 5px;
  font-weight: 400;
  max-width: 320px;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}
#munoz #munoz-mob-slider-two .hospital h1 {
  font-size: 16px;
  margin: 10px 0;
}
#munoz #munoz-mob-slider-two .hospital .star-cont {
  position: relative;
  max-width: 300px;
  margin: 0 auto;
}
#munoz #munoz-mob-slider-two .hospital .star-cont .star {
  width: 15px;
  height: 15px;
  background: url('../images/soldiers/star-white.png') center no-repeat;
  background-size: contain;
  position: absolute;
  left: 50%;
  margin-left: -7px;
  top: -8px;
}
#munoz #munoz-mob-slider-two .hospital .star-cont .line {
  border-bottom: 1px solid #fff;
  width: 45%;
}
#munoz #munoz-mob-slider-two .hospital .star-cont .line.left {
  float: left;
}
#munoz #munoz-mob-slider-two .hospital .star-cont .line.right {
  float: right;
}
#munoz #munoz-mob-slider-two .hospital.show {
  display: block;
}
#munoz #munoz-mob-slider-two .first-slide {
  display: none;
  position: absolute;
  top: 50px;
  width: 100%;
  text-align: center;
  padding: 0 10px;
  box-sizing: border-box;
  letter-spacing: 0.8px;
}
#munoz #munoz-mob-slider-two .first-slide h1 {
  position: relative;
  font-size: 27px;
  border-bottom: 1px solid #fff;
  margin: 0 auto;
  padding-bottom: 3px;
  max-width: 520px;
}
#munoz #munoz-mob-slider-two .first-slide p {
  position: relative;
  font-size: 14px;
  margin-top: 5px;
  font-weight: 400;
  font-style: italic;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}
#munoz #munoz-mob-slider-two .first-slide.show {
  display: block;
}
#munoz #munoz-mob-slider-two .slide .hot-spot {
  width: 190px;
  height: 190px;
  border-radius: 50%;
  border: 12px solid #ffd530;
  background: #fff;
  color: #000;
  margin: 0 auto;
  padding: 15px;
  box-sizing: border-box;
  position: relative;
  top: 185px;
}
#munoz #munoz-mob-slider-two .slide .hot-spot h1 {
  line-height: 1em;
  margin: 5px 0;
  border-bottom: none;
  font-size: 17px;
  top: 0;
}
#munoz #munoz-mob-slider-two .slide .hot-spot h3 {
  margin: 0;
  font-style: italic;
}
#munoz #munoz-mob-slider-two .slide .hot-spot p {
  font-size: 12px;
  margin-top: 5px;
  font-style: normal;
  top: 0;
}
#munoz #munoz-mob-achievements {
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}
#munoz #munoz-mob-achievements .slide h1,
#munoz #munoz-mob-achievements .slide p {
  top: 25%;
  max-width: 640px;
  margin: 0 auto;
}
#munoz #munoz-mob-achievements .slide h1 {
  position: relative;
  text-transform: uppercase;
  border-bottom: 1px solid #fff;
  padding-bottom: 5px;
  font-size: 27px;
  margin-bottom: 5px;
  line-height: 1em;
}
#munoz #munoz-mob-achievements .slide p {
  position: relative;
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
  margin-top: 0;
}
#munoz #munoz-mob-achievements .slide .badge-graphic-mob {
  position: relative;
  width: 100px;
  height: 100px;
  margin: 0 auto;
  top: 100px;
}
#munoz #munoz-mob-achievements .badge-graphic-mob.one {
  background: url('../images/soldiers/badges/mobile/female-officer.png') center no-repeat;
  background-size: contain;
}
#munoz #munoz-mob-achievements .badge-graphic-mob.two {
  background: url('../images/soldiers/badges/mobile/nurse.png') center no-repeat;
  background-size: contain;
}
#munoz #munoz-mob-achievements .badge-graphic-mob.three {
  background: url('../images/soldiers/badges/mobile/certification.png') center no-repeat;
  background-size: contain;
}
/* Soldier Styles: Munoz
==========================================*/
#augustine.tall .intro-cont {
  top: 175px;
}
@media all and (min-width: 641px) {
  #augustine.tall .section-intro {
    background-image: url('../images/soldiers/2-augustine/bg-intro-tall.jpg');
  }
}
@media all and (max-width: 640px) {
  #augustine.tall .section-intro {
    background-image: url('../images/soldiers/2-augustine/mobile/bg-intro.jpg');
  }
}
@media all and (min-width: 641px) {
  #augustine .section-intro {
    background-image: url('../images/soldiers/2-augustine/bg-intro.jpg');
  }
}
@media all and (max-width: 640px) {
  #augustine .section-intro {
    background-image: url('../images/soldiers/2-augustine/mobile/bg-intro.jpg');
  }
}
@media all and (min-width: 641px) {
  #augustine .section-chapter-1 {
    background-image: url('../images/soldiers/2-augustine/bg-chapter-1.jpg');
  }
}
@media all and (max-width: 640px) {
  #augustine .section-chapter-1 {
    background-image: url('../images/soldiers/2-augustine/mobile/bg-chapter-1.jpg');
  }
}
@media all and (min-width: 641px) {
  #augustine .section-chapter-2 {
    background-image: url('../images/soldiers/2-augustine/bg-chapter-2.jpg');
  }
}
@media all and (max-width: 640px) {
  #augustine .section-chapter-2 {
    background-image: url('../images/soldiers/2-augustine/mobile/bg-chapter-2.jpg');
  }
}
@media all and (min-width: 641px) {
  #augustine .section-chapter-3 {
    background-image: url('../images/soldiers/2-augustine/bg-chapter-3.jpg');
  }
}
@media all and (max-width: 640px) {
  #augustine .section-chapter-3 {
    background-image: url('../images/soldiers/2-augustine/mobile/bg-chapter-3.jpg');
  }
}
@media all and (min-width: 641px) {
  #augustine .section-chapter-4 {
    background-image: url('../images/soldiers/2-augustine/bg-chapter-4.jpg');
  }
}
@media all and (max-width: 640px) {
  #augustine .section-chapter-4 {
    background-image: url('../images/soldiers/2-augustine/mobile/bg-chapter-4.jpg');
  }
}
@media all and (min-width: 641px) {
  #augustine .section-video-1 {
    background-image: url('../images/soldiers/2-augustine/bg-video-1.jpg');
  }
}
@media all and (max-width: 640px) {
  #augustine .section-video-1 {
    background-image: url('../images/soldiers/2-augustine/mobile/bg-video-1.jpg');
  }
}
@media all and (min-width: 641px) {
  #augustine .section-video-2 {
    background-image: url('../images/soldiers/2-augustine/bg-video-2.jpg');
  }
}
@media all and (max-width: 640px) {
  #augustine .section-video-2 {
    background-image: url('../images/soldiers/2-augustine/mobile/bg-video-2.jpg');
  }
}
@media all and (min-width: 641px) {
  #augustine .section-video-3 {
    background-image: url('../images/soldiers/2-augustine/bg-video-3.jpg');
  }
}
@media all and (max-width: 640px) {
  #augustine .section-video-3 {
    background-image: url('../images/soldiers/2-augustine/mobile/bg-video-3.jpg');
  }
}
@media all and (min-width: 641px) {
  #augustine #augustine-micro-1 {
    background-image: url('../images/soldiers/2-augustine/bg-micro-1.jpg');
  }
}
@media all and (max-width: 640px) {
  #augustine #augustine-micro-1 {
    background-image: url('../images/soldiers/2-augustine/mobile/bg-micro-1.jpg');
  }
}
@media all and (min-width: 641px) {
  #augustine #augustine-micro-2 {
    background-image: url('../images/soldiers/2-augustine/bg-micro-2.jpg');
  }
}
@media all and (max-width: 640px) {
  #augustine #augustine-micro-2 {
    background-image: url('../images/soldiers/2-augustine/mobile/bg-micro-2.jpg');
  }
}
@media all and (min-width: 641px) {
  #augustine .quote {
    background-image: url('../images/soldiers/2-augustine/bg-quote.jpg');
  }
}
@media all and (max-width: 640px) {
  #augustine .quote {
    background-image: url('../images/soldiers/2-augustine/mobile/bg-quote.jpg');
  }
}
@media all and (min-width: 641px) {
  #augustine .section.gallery {
    background-image: url('../images/soldiers/2-augustine/bg-gallery.jpg');
  }
}
@media all and (max-width: 640px) {
  #augustine .section.gallery {
    background-image: url('../images/soldiers/2-augustine/mobile/bg-gallery.jpg');
  }
}
@media all and (min-width: 641px) {
  #augustine .section.achievements {
    background-image: url('../images/soldiers/2-augustine/bg-achievement.jpg');
  }
}
@media all and (max-width: 640px) {
  #augustine .section.achievements {
    background-image: url('../images/soldiers/2-augustine/mobile/bg-achievement.jpg');
  }
}
#augustine .section-intro .intro-cont {
  width: 725px;
  left: 100px;
  background: url('../images/soldiers/2-augustine/intro-white.png') no-repeat center;
  background-size: contain;
}
@media (max-width: 1190px) {
  #augustine .section-intro .intro-cont {
    left: 25px;
  }
}
@media (max-width: 960px) {
  #augustine .section-intro .intro-cont {
    left: 50px;
  }
}
@media (max-width: 640px) {
  #augustine .section-intro .intro-cont {
    left: 0;
    max-width: 100%;
    background: none;
  }
}
#augustine .section-intro .intro-cont h1 {
  font-size: 49px;
}
@media (max-width: 960px) {
  #augustine .section-intro .intro-cont h1 {
    font-size: 28px;
  }
}
@media (max-width: 640px) {
  #augustine .section-intro .intro-cont h1 {
    font-size: 21px;
  }
}
#augustine .section-intro .intro-cont h1,
#augustine .section-intro .intro-cont p {
  color: #333c33;
}
#augustine .section-intro .intro-cont h3,
#augustine .section-intro .intro-cont h2 {
  color: #5c635c;
}
#augustine .section-intro .intro-cont p {
  text-transform: none;
}
#augustine .section-intro .intro-cont .line-left,
#augustine .section-intro .intro-cont .line-right {
  width: 120px;
}
@media (max-width: 960px) {
  #augustine .section-intro .intro-cont .line-left,
  #augustine .section-intro .intro-cont .line-right {
    width: 50px !important;
  }
}
@media (max-width: 640px) {
  #augustine .section-intro .intro-cont .line-left,
  #augustine .section-intro .intro-cont .line-right {
    height: 2px !important;
    width: 40px !important;
  }
}
#augustine .section-intro .intro-cont .line-left {
  margin-left: 200px;
}
@media (max-width: 960px) {
  #augustine .section-intro .intro-cont .line-left {
    margin-left: 155px !important;
  }
}
@media (max-width: 640px) {
  #augustine .section-intro .intro-cont .line-left {
    margin-left: 110px !important;
  }
}
#augustine .section-intro .intro-cont .line-right {
  margin-right: 200px;
}
@media (max-width: 960px) {
  #augustine .section-intro .intro-cont .line-right {
    margin-right: 155px !important;
  }
}
@media (max-width: 640px) {
  #augustine .section-intro .intro-cont .line-right {
    margin-right: 110px !important;
  }
}
@media (max-width: 960px) {
  #augustine .section-intro .intro-cont .star-lines .line-right,
  #augustine .section-intro .intro-cont .star-lines .line-left {
    width: 100px !important;
  }
}
@media (max-width: 640px) {
  #augustine .section-intro .intro-cont .star-lines .line-right,
  #augustine .section-intro .intro-cont .star-lines .line-left {
    border-top: 1px solid #5c635c;
    width: 120px !important;
  }
}
@media (max-width: 960px) {
  #augustine .section-intro .intro-cont .star-lines .line-right {
    margin-right: 25px !important;
  }
}
@media (max-width: 640px) {
  #augustine .section-intro .intro-cont .star-lines .line-right {
    margin-right: 13px !important;
  }
}
@media (max-width: 960px) {
  #augustine .section-intro .intro-cont .star-lines .line-left {
    margin-left: 25px !important;
  }
}
@media (max-width: 640px) {
  #augustine .section-intro .intro-cont .star-lines .line-left {
    margin-left: 13px !important;
  }
}
#augustine .section-intro .intro-cont .exp-journey {
  background: url('../images/soldiers/exp-his-journey.png') no-repeat;
}
#augustine .section.gallery .test {
  width: 200px;
  height: 300px;
  overflow: scroll;
}
#augustine .section.gallery .gallery-slider {
  border: none !important;
}
#augustine .section.gallery .gallery-slider .slide img {
  width: 50% !important;
  float: left;
  border: 8px solid #fff;
  box-sizing: border-box;
}
#augustine .section.gallery .gallery-slider .slide .caption {
  display: inline-block;
  width: auto !important;
  position: absolute;
  top: 0;
  right: 0;
  left: 50%;
  padding: 15px !important;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.4) !important;
  text-align: left !important;
  font-weight: 200;
}
#augustine .section.gallery .gallery-slider .slide .caption .caption-inside {
  position: absolute;
  top: 15px;
  right: 0;
  left: 15px;
  bottom: 0;
  display: inline-block;
  overflow-y: auto;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 15px;
}
#augustine .section.gallery .gallery-slider .slide .caption .caption-title {
  display: block;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #a49d99;
  text-transform: uppercase;
  font-size: 22px;
  line-height: 1.2em;
  font-weight: 700;
  letter-spacing: 1px;
}
#augustine .section.gallery .gallery-slider .slide .caption .caption-title span {
  display: block;
  font-style: italic;
  font-size: 20px;
  margin-bottom: 5px;
  font-weight: 200;
}
#augustine .section.gallery .gallery-slider .slide .caption p {
  font-size: 14px;
  font-style: normal;
  line-height: 1.3em;
  letter-spacing: 1px;
}
#augustine .section.gallery .gallery-slider .slide .caption-inside::-webkit-scrollbar {
  width: 9px;
}
#augustine .section.gallery .gallery-slider .slide .caption-inside::-webkit-scrollbar-track {
  background: #000;
  border: thin solid #000;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1) inset;
}
#augustine .section.gallery .gallery-slider .slide .caption-inside::-webkit-scrollbar-thumb {
  background: #e0e0e0;
  border: thin solid #e0e0e0;
}
#augustine .section.gallery .gallery-slider .slide .caption-inside::scrollbar {
  width: 9px;
}
#augustine .section.gallery .gallery-slider .slide .caption-inside::scrollbar-track {
  background: #000;
  border: thin solid #000;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1) inset;
}
#augustine .section.gallery .gallery-slider .slide .caption-inside::scrollbar-thumb {
  background: #e0e0e0;
  border: thin solid #e0e0e0;
}
#augustine #augustine-micro-1 img {
  pointer-events: none;
}
#augustine #augustine-micro-1 .animation {
  position: relative;
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}
#augustine #augustine-micro-1 .animation h2 {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 54px;
  color: #fff;
  text-transform: uppercase;
}
@media (max-width: 960px) {
  #augustine #augustine-micro-1 .animation h2 {
    font-size: 42px;
  }
}
#augustine #augustine-micro-1 .animation p {
  font-size: 26px;
  color: #fff;
  line-height: 1em;
  font-family: 'Source Sans Pro', sans-serif;
  font-style: italic;
  margin-top: 10px;
  line-height: 32px;
  font-weight: 400;
}
@media (max-width: 960px) {
  #augustine #augustine-micro-1 .animation p {
    font-size: 22px;
  }
}
#augustine #augustine-micro-1 .animation-1 {
  top: 50%;
}
#augustine #augustine-micro-1 .animation-1 h2,
#augustine #augustine-micro-1 .animation-1 p {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  text-align: center;
}
#augustine #augustine-micro-1 .animation-1 h2 {
  top: -90px;
  font-size: 58px;
}
@media (max-width: 960px) {
  #augustine #augustine-micro-1 .animation-1 h2 {
    font-size: 42px;
    top: -70px;
  }
}
#augustine #augustine-micro-1 .animation-1 h2.two-lines {
  line-height: 1em;
  top: -175px;
}
#augustine #augustine-micro-1 .animation-1 .line {
  max-width: 510px;
  width: 0;
  height: 2px;
  margin: 0 auto;
  background: #fff;
}
#augustine #augustine-micro-1 .animation-2 {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 530px;
  height: 238px;
  margin-left: -265px;
  margin-top: -60px;
}
#augustine #augustine-micro-1 .animation-2 .clock-cont {
  width: 50%;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
}
#augustine #augustine-micro-1 .animation-2 .clock-cont .clock {
  position: relative;
  width: 200px;
  height: 200px;
  background: url('../images/soldiers/2-augustine/micro-1/clock.png') center no-repeat;
  margin: 0 auto;
}
#augustine #augustine-micro-1 .animation-2 .clock-cont .clock .arrow-1 {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -2px;
  width: 40px;
  height: 4px;
  background: #fff;
  border-radius: 4px;
}
#augustine #augustine-micro-1 .animation-2 .clock-cont .clock .arrow-2 {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -2px;
  width: 60px;
  height: 4px;
  background: #fff;
  border-radius: 4px;
}
#augustine #augustine-micro-1 .animation-2 .clock-cont p {
  text-transform: uppercase;
  font-size: 14px;
  font-style: normal;
  letter-spacing: 2px;
  margin: 20px 0 30px 0;
}
#augustine #augustine-micro-1 .animation-2 .clock-cont span {
  font-size: 40px;
  font-family: 'Source Sans Pro', sans-serif;
}
#augustine #augustine-micro-1 .animation-3 {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 589px;
  height: 364px;
  margin-left: -260px;
  margin-top: -110px;
}
#augustine #augustine-micro-1 .animation-3 #hud-cont {
  position: relative;
  top: 20%;
}
#augustine #augustine-micro-1 .animation-3 #hud-cont .hud {
  position: relative;
  width: 589px;
  height: 364px;
  background: url('../images/soldiers/2-augustine/micro-1/hud.png') center no-repeat;
}
#augustine #augustine-micro-1 .animation-3 #hud-cont .hud .arrow-left {
  position: absolute;
  left: -15px;
  top: 190px;
  width: 8px;
  height: 14px;
  background: url('../images/soldiers/2-augustine/micro-1/hud-arrow-left.png') center no-repeat;
}
#augustine #augustine-micro-1 .animation-3 #hud-cont .hud .arrow-right {
  position: absolute;
  right: 40px;
  top: 150px;
  width: 34px;
  height: 15px;
  background: url('../images/soldiers/2-augustine/micro-1/hud-arrow-right.png') center no-repeat;
}
#augustine #augustine-micro-1 .animation-3 #hud-cont .hud .circle-mask {
  width: 140px;
  height: 40px;
  position: absolute;
  top: 315px;
  left: 190px;
  overflow: hidden;
}
#augustine #augustine-micro-1 .animation-3 #hud-cont .hud .circle-mask .circle {
  width: 140px;
  height: 140px;
  background: url('../images/soldiers/2-augustine/micro-1/hud-circle.png') center no-repeat;
}
#augustine #augustine-micro-1 .animation-3 #hud-cont .hud .num-left {
  position: absolute;
  left: 0;
  top: 250px;
  width: 25px;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  writing-mode: tb-rl;
}
#augustine #augustine-micro-1 .animation-3 #hud-cont .hud .num-right {
  position: absolute;
  right: -30px;
  top: 160px;
  width: 25px;
}
#augustine #augustine-micro-1 .animation-3 #hud-cont .hud-mask {
  position: absolute;
  overflow: hidden;
  top: 45px;
  left: 45px;
  width: 430px;
  height: 260px;
}
#augustine #augustine-micro-1 .animation-3 #hud-cont .hud-copy {
  position: absolute;
  width: 754px;
  height: 284px;
  top: 0;
  left: 0;
}
#augustine #augustine-micro-1 .animation-3 #hud-cont .hud-copy .init {
  position: absolute;
  width: 100%;
  height: 100%;
  background: url('../images/soldiers/2-augustine/micro-1/hud-copy-1.png') no-repeat center;
  background-size: cover;
}
#augustine #augustine-micro-1 .animation-3 #hud-cont .hud-copy .final {
  position: absolute;
  opacity: 0;
  width: 100%;
  height: 100%;
  background: url('../images/soldiers/2-augustine/micro-1/hud-copy-2.png') no-repeat center;
  background-size: cover;
}
#augustine #augustine-micro-1 .animation-4 {
  opacity: 0;
  width: 315px;
  height: 315px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -124px;
  margin-top: -100px;
}
#augustine #augustine-micro-1 .animation-4 .globe {
  position: relative;
  width: 315px;
  height: 315px;
}
#augustine #augustine-micro-1 .animation-4 .globe img {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}
#augustine #augustine-micro-1 .animation-4 .globe img.show {
  opacity: 1;
}
#augustine #augustine-micro-1 .animation-4 .globe .afghan-label {
  opacity: 1;
  position: absolute;
  height: 41px;
  width: 183px;
  top: 78px;
  left: 100px;
  background: url('../images/soldiers/2-augustine/micro-1/globe/afghan-label.png') no-repeat left;
}
#augustine #augustine-micro-1 .animation-4 .globe .afghan-label:after {
  position: absolute;
  content: "";
  width: 31px;
  height: 41px;
  right: -31px;
  background: url('../images/soldiers/2-augustine/micro-1/globe/afghan-arrow.png') no-repeat center;
}
#augustine #augustine-micro-1 .animation-4 p {
  opacity: 0;
  position: absolute;
  top: 120px;
  left: 260px;
  text-align: left;
  line-height: 1.2em;
  font-size: 16px;
  width: 210px;
}
#augustine #augustine-micro-2 {
  width: 120%;
  text-align: center;
}
@media all and (max-width: 640px) {
  #augustine #augustine-micro-2 {
    left: 0 !important;
  }
  #augustine #augustine-micro-2 br {
    display: none;
  }
}
#augustine #augustine-micro-2 .headings,
#augustine #augustine-micro-2 .skills {
  float: left;
  position: relative;
  width: 50%;
}
#augustine #augustine-micro-2 .headings {
  top: 50%;
  left: 0;
  text-transform: uppercase;
  font-family: 'Source Sans Pro', sans-serif;
  margin-top: -110px;
}
#augustine #augustine-micro-2 .headings h2 {
  opacity: 0;
  font-size: 40px;
  font-weight: bold;
  line-height: 34px;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}
@media all and (max-width: 820px) {
  #augustine #augustine-micro-2 .headings h2 {
    font-size: 28px;
    margin: 5px 0;
  }
}
#augustine #augustine-micro-2 .headings h3 {
  position: relative;
}
#augustine #augustine-micro-2 .headings h3 .text,
#augustine #augustine-micro-2 .headings h3 .line {
  opacity: 0;
}
#augustine #augustine-micro-2 .headings h3 .text {
  font-size: 20px;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  font-style: italic;
  font-weight: 400;
}
@media all and (max-width: 820px) {
  #augustine #augustine-micro-2 .headings h3 .text {
    font-size: 16px;
    margin: 10px 0;
  }
}
#augustine #augustine-micro-2 .headings h3 .line-left,
#augustine #augustine-micro-2 .headings h3 .line-right {
  position: absolute;
  top: 5px;
  width: 50px;
  border-top: 2px solid #fff;
}
#augustine #augustine-micro-2 .headings h3 .line-left {
  left: 50%;
  margin-left: 85px;
}
#augustine #augustine-micro-2 .headings h3 .line-right {
  right: 50%;
  margin-right: 85px;
}
#augustine #augustine-micro-2 .skills {
  position: relative;
  height: 688px;
  top: 50%;
  right: -3%;
  margin-top: -364px;
  font-family: 'Source Sans Pro', sans-serif;
}
#augustine #augustine-micro-2 .skills .soldier-skill {
  display: inline-block;
  position: relative;
  opacity: 0;
  text-transform: uppercase;
  font-size: 20px;
  padding: 22px;
}
@media all and (max-width: 820px) {
  #augustine #augustine-micro-2 .skills .soldier-skill {
    font-size: 16px;
  }
}
#augustine #augustine-micro-2 .skills .soldier-skill .line-left,
#augustine #augustine-micro-2 .skills .soldier-skill .line-right {
  position: absolute;
  top: 26px;
  width: 33px;
  border-top: 2px solid #fff;
}
#augustine #augustine-micro-2 .skills .soldier-skill .line-left {
  left: 100%;
  margin-left: -14px;
}
#augustine #augustine-micro-2 .skills .soldier-skill .line-right {
  right: 100%;
  margin-right: -14px;
}
#augustine #augustine-micro-2 .skills .star {
  opacity: 0;
  background: url('../images/soldiers/2-augustine/anim-2/star.png') no-repeat center;
  background-size: contain;
  height: 18px;
}
#augustine #augustine-micro-2 .skills .civilian-skill {
  opacity: 0;
  font-size: 15px;
  font-style: italic;
  line-height: 1.2em;
  padding-bottom: 22px;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
}
@media all and (max-width: 820px) {
  #augustine #augustine-micro-2 .skills .civilian-skill {
    font-size: 12px;
  }
}
#augustine #augustine-micro-2 .title-box {
  position: absolute;
  left: 40px;
  right: 40px;
  bottom: 45%;
}
#augustine #augustine-micro-2 .title-box h1 {
  font-size: 54px;
  text-transform: uppercase;
  font-family: 'Source Sans Pro', sans-serif;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  margin-bottom: 28px;
}
#augustine #augustine-micro-2 .title-box .main-line {
  max-width: 735px;
  width: 100%;
  height: 2px;
  background: #fff;
  margin: 0 auto;
}
#augustine #augustine-micro-2 .title-box h4 {
  font-size: 28px;
  font-family: 'Source Sans Pro', sans-serif;
  font-style: italic;
  font-weight: 400;
  line-height: 24px;
  margin-top: 10px;
  line-height: 32px;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}
#augustine #augustine-micro-2 .dark {
  position: absolute;
  width: 70%;
  top: 0;
  bottom: 0;
  right: -70%;
  background: url('../images/soldiers/2-augustine/anim-2/dark.png') no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
}
#augustine #augustine-micro-2 .title-box {
  width: 100%;
  left: -10%;
  right: auto;
}
#augustine #augustine-micro-2 .scroll-more {
  left: 42.5%;
}
@media (max-width: 540px) {
  #augustine #augustine-micro-2 .soldier-skill {
    font-size: 13px !important;
  }
  #augustine #augustine-micro-2 .soldier-skill .line-left,
  #augustine #augustine-micro-2 .soldier-skill .line-right {
    top: 15px !important;
  }
}
#augustine .section.achievements .animation-1 .badge-box .badge-graphic {
  background: url('../images/soldiers/badges/fingerprint.png') no-repeat center;
}
#augustine #augustine-mob-achievements {
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}
#augustine #augustine-mob-achievements .slide h1,
#augustine #augustine-mob-achievements .slide p {
  top: 25%;
  max-width: 640px;
  margin: 0 auto;
}
#augustine #augustine-mob-achievements .slide h1 {
  position: relative;
  text-transform: uppercase;
  border-bottom: 1px solid #fff;
  padding-bottom: 5px;
  font-size: 27px;
  margin-bottom: 5px;
  line-height: 1em;
}
#augustine #augustine-mob-achievements .slide p {
  position: relative;
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
  margin-top: 0;
}
#augustine #augustine-mob-achievements .slide .badge-graphic-mob {
  position: relative;
  width: 100px;
  height: 100px;
  margin: 0 auto;
  top: 100px;
}
#augustine #augustine-mob-achievements .badge-graphic-mob.one {
  background: url('../images/soldiers/badges/mobile/fingerprint.png') center no-repeat;
  background-size: contain;
}
#augustine #augustine-mob-achievements .badge-graphic-mob.two {
  background: url('../images/soldiers/badges/mobile/male-officer.png') center no-repeat;
  background-size: contain;
}
#augustine #augustine-mob-achievements .badge-graphic-mob.three {
  background: url('../images/soldiers/badges/mobile/handshake.png') center no-repeat;
  background-size: contain;
}
/* Soldier Styles: Lopez
==========================================*/
#lopez.tall .intro-cont {
  top: 175px;
}
@media all and (min-width: 641px) {
  #lopez.tall .section-intro {
    background-image: url('../images/soldiers/3-lopez/bg-intro-tall.jpg');
  }
}
@media all and (max-width: 640px) {
  #lopez.tall .section-intro {
    background-image: url('../images/soldiers/3-lopez/mobile/bg-intro.jpg');
  }
}
@media all and (min-width: 641px) {
  #lopez .section-intro {
    background-image: url('../images/soldiers/3-lopez/bg-intro.jpg');
  }
}
@media all and (max-width: 640px) {
  #lopez .section-intro {
    background-image: url('../images/soldiers/3-lopez/mobile/bg-intro.jpg');
  }
}
@media all and (min-width: 641px) {
  #lopez .section-chapter-1 {
    background-image: url('../images/soldiers/3-lopez/bg-chapter-1.jpg');
  }
}
@media all and (max-width: 640px) {
  #lopez .section-chapter-1 {
    background-image: url('../images/soldiers/3-lopez/mobile/bg-chapter-1.jpg');
  }
}
@media all and (min-width: 641px) {
  #lopez .section-chapter-2 {
    background-image: url('../images/soldiers/3-lopez/bg-chapter-2.jpg');
  }
}
@media all and (max-width: 640px) {
  #lopez .section-chapter-2 {
    background-image: url('../images/soldiers/3-lopez/mobile/bg-chapter-2.jpg');
  }
}
@media all and (min-width: 641px) {
  #lopez .section-chapter-3 {
    background-image: url('../images/soldiers/3-lopez/bg-chapter-3.jpg');
  }
}
@media all and (max-width: 640px) {
  #lopez .section-chapter-3 {
    background-image: url('../images/soldiers/3-lopez/mobile/bg-chapter-3.jpg');
  }
}
@media all and (min-width: 641px) {
  #lopez .section-chapter-4 {
    background-image: url('../images/soldiers/3-lopez/bg-chapter-4.jpg');
  }
}
@media all and (max-width: 640px) {
  #lopez .section-chapter-4 {
    background-image: url('../images/soldiers/3-lopez/mobile/bg-chapter-4.jpg');
  }
}
@media all and (min-width: 641px) {
  #lopez .section-video-1 {
    background-image: url('../images/soldiers/3-lopez/bg-video-1.jpg');
  }
}
@media all and (max-width: 640px) {
  #lopez .section-video-1 {
    background-image: url('../images/soldiers/3-lopez/mobile/bg-video-1.jpg');
  }
}
@media all and (min-width: 641px) {
  #lopez .section-video-2 {
    background-image: url('../images/soldiers/3-lopez/bg-video-2.jpg');
  }
}
@media all and (max-width: 640px) {
  #lopez .section-video-2 {
    background-image: url('../images/soldiers/3-lopez/mobile/bg-video-2.jpg');
  }
}
@media all and (min-width: 641px) {
  #lopez .section-video-3 {
    background-image: url('../images/soldiers/3-lopez/bg-video-3.jpg');
  }
}
@media all and (max-width: 640px) {
  #lopez .section-video-3 {
    background-image: url('../images/soldiers/3-lopez/mobile/bg-video-3.jpg');
  }
}
@media all and (min-width: 641px) {
  #lopez #lopez-micro-1 {
    background-image: url('../images/soldiers/3-lopez/bg-micro-1.jpg');
  }
}
@media all and (max-width: 640px) {
  #lopez #lopez-micro-1 {
    background-image: url('../images/soldiers/3-lopez/mobile/bg-micro-1.jpg');
  }
}
@media all and (min-width: 641px) {
  #lopez #gallery {
    background-image: url('../images/soldiers/3-lopez/bg-micro-2.jpg');
    background-position: left center;
  }
}
@media all and (min-width: 641px) {
  #lopez #lopez-micro-3 {
    background-image: url('../images/soldiers/3-lopez/bg-micro-3.jpg');
  }
}
@media all and (max-width: 640px) {
  #lopez #lopez-micro-3 {
    background-image: url('../images/soldiers/3-lopez/mobile/bg-micro-3.jpg');
  }
}
@media all and (min-width: 641px) {
  #lopez .quote {
    background-image: url('../images/soldiers/3-lopez/bg-quote.jpg');
  }
}
@media all and (max-width: 640px) {
  #lopez .quote {
    background-image: url('../images/soldiers/3-lopez/mobile/bg-quote.jpg');
  }
}
@media all and (min-width: 641px) {
  #lopez .section.achievements {
    background-image: url('../images/soldiers/3-lopez/bg-achievement.jpg');
  }
}
@media all and (max-width: 640px) {
  #lopez .section.achievements {
    background-image: url('../images/soldiers/3-lopez/mobile/bg-achievement.jpg');
  }
}
#lopez .section-intro .intro-cont {
  width: 625px;
  left: 100px;
  background: url('../images/soldiers/2-augustine/intro-white.png') no-repeat center;
  background-size: contain;
}
@media (max-width: 1190px) {
  #lopez .section-intro .intro-cont {
    left: 25px;
  }
}
@media (max-width: 960px) {
  #lopez .section-intro .intro-cont {
    left: 50px;
    width: 425px;
  }
}
@media (max-width: 640px) {
  #lopez .section-intro .intro-cont {
    left: 0;
    max-width: 100%;
    background: none;
  }
}
#lopez .section-intro .intro-cont h1,
#lopez .section-intro .intro-cont p {
  color: #333c33;
}
#lopez .section-intro .intro-cont h3,
#lopez .section-intro .intro-cont h2 {
  color: #5c635c;
}
#lopez .section-intro .intro-cont p {
  text-transform: none;
}
@media (max-width: 640px) {
  #lopez .section-intro .intro-cont p {
    padding: 0 10px;
  }
  #lopez .section-intro .intro-cont p br {
    display: none;
  }
}
#lopez .section-intro .intro-cont .line-left,
#lopez .section-intro .intro-cont .line-right {
  width: 115px;
}
@media (max-width: 960px) {
  #lopez .section-intro .intro-cont .line-left,
  #lopez .section-intro .intro-cont .line-right {
    width: 85px !important;
  }
}
@media (max-width: 640px) {
  #lopez .section-intro .intro-cont .line-left,
  #lopez .section-intro .intro-cont .line-right {
    height: 2px !important;
    width: 65px !important;
  }
}
#lopez .section-intro .intro-cont .line-left {
  margin-left: 180px;
}
@media (max-width: 960px) {
  #lopez .section-intro .intro-cont .line-left {
    margin-left: 137px !important;
  }
}
@media (max-width: 640px) {
  #lopez .section-intro .intro-cont .line-left {
    margin-left: 95px !important;
  }
}
#lopez .section-intro .intro-cont .line-right {
  margin-right: 180px;
}
@media (max-width: 960px) {
  #lopez .section-intro .intro-cont .line-right {
    margin-right: 137px !important;
  }
}
@media (max-width: 640px) {
  #lopez .section-intro .intro-cont .line-right {
    margin-right: 95px !important;
  }
}
@media (max-width: 960px) {
  #lopez .section-intro .intro-cont .star-lines .line-right,
  #lopez .section-intro .intro-cont .star-lines .line-left {
    width: 145px !important;
  }
}
@media (max-width: 640px) {
  #lopez .section-intro .intro-cont .star-lines .line-right,
  #lopez .section-intro .intro-cont .star-lines .line-left {
    border-top: 1px solid #5c635c;
    width: 120px !important;
  }
}
@media (max-width: 960px) {
  #lopez .section-intro .intro-cont .star-lines .line-right {
    margin-right: 25px !important;
  }
}
@media (max-width: 640px) {
  #lopez .section-intro .intro-cont .star-lines .line-right {
    margin-right: 13px !important;
  }
}
@media (max-width: 960px) {
  #lopez .section-intro .intro-cont .star-lines .line-left {
    margin-left: 25px !important;
  }
}
@media (max-width: 640px) {
  #lopez .section-intro .intro-cont .star-lines .line-left {
    margin-left: 13px !important;
  }
}
#lopez .section-intro .intro-cont .exp-journey {
  background: url('../images/soldiers/exp-his-journey.png') no-repeat;
}
#lopez .section.achievements .animation-1 .badge-box .badge-graphic {
  background: url('../images/soldiers/badges/male-leader.png') no-repeat center;
}
@media (max-width: 640px) {
  #lopez #lopez-micro-1 {
    min-height: 500px !important;
  }
}
#lopez #lopez-micro-1 img {
  pointer-events: none;
}
#lopez #lopez-micro-1 .animation {
  position: relative;
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}
#lopez #lopez-micro-1 .animation h2 {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 54px;
  color: #fff;
  text-transform: uppercase;
}
@media (max-width: 960px) {
  #lopez #lopez-micro-1 .animation h2 {
    font-size: 42px;
  }
}
#lopez #lopez-micro-1 .animation p {
  font-size: 26px;
  color: #fff;
  line-height: 1em;
  font-family: 'Source Sans Pro', sans-serif;
  font-style: italic;
  margin-top: 10px;
  line-height: 32px;
  font-weight: 400;
}
@media (max-width: 960px) {
  #lopez #lopez-micro-1 .animation p {
    font-size: 22px;
  }
}
#lopez #lopez-micro-1 .animation-1 {
  top: 50%;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}
#lopez #lopez-micro-1 .animation-1 h2,
#lopez #lopez-micro-1 .animation-1 p {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  text-align: center;
}
#lopez #lopez-micro-1 .animation-1 h2 {
  top: -90px;
  font-size: 58px;
}
@media (max-width: 960px) {
  #lopez #lopez-micro-1 .animation-1 h2 {
    font-size: 42px;
    top: -70px;
  }
}
#lopez #lopez-micro-1 .animation-1 h2.two-lines {
  line-height: 1em;
  top: -175px;
}
#lopez #lopez-micro-1 .animation-1 .line {
  max-width: 510px;
  width: 0;
  height: 2px;
  margin: 0 auto;
  background: #fff;
}
#lopez #lopez-micro-1 .animation-2 {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 471px;
  height: 238px;
  margin-left: -235px;
  margin-top: -60px;
}
#lopez #lopez-micro-1 .animation-2 .flag {
  width: 100%;
  height: 100%;
}
#lopez #lopez-micro-1 .animation-2 .flag img.flag-img {
  width: 100%;
  height: 100%;
  opacity: 0;
}
#lopez #lopez-micro-1 .animation-2 .flag .lines,
#lopez #lopez-micro-1 .animation-2 .flag .stars {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#lopez #lopez-micro-1 .animation-2 .flag .lines img,
#lopez #lopez-micro-1 .animation-2 .flag .stars img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
#lopez #lopez-micro-1 .animation-2 .flag .bottom-line-1,
#lopez #lopez-micro-1 .animation-2 .flag .bottom-line-2,
#lopez #lopez-micro-1 .animation-2 .flag .bottom-line-3,
#lopez #lopez-micro-1 .animation-2 .flag .bottom-line-4 {
  opacity: 0;
  height: 3px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 4px;
  background: #fff;
}
#lopez #lopez-micro-1 .animation-2 .flag .bottom-line-2 {
  max-width: 90%;
}
#lopez #lopez-micro-1 .animation-2 .flag .bottom-line-3 {
  max-width: 80%;
}
#lopez #lopez-micro-1 .animation-2 .flag .bottom-line-4 {
  max-width: 70%;
}
#lopez #lopez-micro-1 .animation-3 {
  width: 680px;
  height: 180px;
  top: 40%;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
#lopez #lopez-micro-1 .animation-3 .coin-cont {
  width: 33%;
  float: left;
}
#lopez #lopez-micro-1 .animation-3 .coin-cont .coin-frame {
  position: relative;
  width: 144px;
  height: 144px;
  margin: 0 auto;
  background: url('../images/soldiers/3-lopez/micro-1/coin-frame.png') no-repeat center;
}
#lopez #lopez-micro-1 .animation-3 .coin-cont .coin-frame .coin {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('../images/soldiers/3-lopez/micro-1/coin-tail.png') no-repeat center;
}
#lopez #lopez-micro-1 .animation-3 .coin-cont .coin-frame .coin.one.head {
  background: url('../images/soldiers/3-lopez/micro-1/coin-1.png') no-repeat center;
}
#lopez #lopez-micro-1 .animation-3 .coin-cont .coin-frame .coin.two.head {
  background: url('../images/soldiers/3-lopez/micro-1/coin-2.png') no-repeat center;
}
#lopez #lopez-micro-1 .animation-3 .coin-cont .coin-frame .coin.three.head {
  background: url('../images/soldiers/3-lopez/micro-1/coin-3.png') no-repeat center;
}
#lopez #lopez-micro-1 .animation-3 .coin-cont p {
  opacity: 0;
  text-transform: uppercase;
  font-size: 16px;
  font-style: normal;
  line-height: 1em;
  margin-top: 40px;
  font-weight: normal;
}
#lopez #lopez-micro-1 .animation-4 {
  width: 860px;
  height: 220px;
  top: 23%;
}
@media (max-width: 860px) {
  #lopez #lopez-micro-1 .animation-4 {
    width: 640px;
  }
}
#lopez #lopez-micro-1 .animation-4 .chopper-cont .copy {
  width: 320px;
  text-transform: uppercase;
  margin: 0 auto;
  position: relative;
  bottom: -110px;
}
#lopez #lopez-micro-1 .animation-4 .chopper-cont .copy .line {
  width: 100%;
  height: 3px;
  background: #fff;
  margin: 0 auto;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
}
#lopez #lopez-micro-1 .animation-4 .chopper-cont .copy p {
  font-size: 16px;
  font-style: normal;
  letter-spacing: 1px;
  margin: 0 0 10px 0;
}
#lopez #lopez-micro-1 .animation-4 .chopper-cont .copy h3 {
  position: relative;
  font-size: 34px;
  font-family: 'Source Sans Pro', sans-serif;
  margin: 0;
}
#lopez #lopez-micro-1 .animation-4 .chopper-cont .copy h3 span {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 20px;
}
#lopez #lopez-micro-1 .animation-4 .chopper-cont.army {
  position: relative;
  float: left;
  width: 470px;
  height: 220px;
}
@media (max-width: 860px) {
  #lopez #lopez-micro-1 .animation-4 .chopper-cont.army {
    float: none;
    width: 460px;
    margin: 0 auto;
  }
}
#lopez #lopez-micro-1 .animation-4 .chopper-cont.army h3 span {
  left: 43%;
}
#lopez #lopez-micro-1 .animation-4 .chopper-cont.army .chopper {
  position: absolute;
  top: -2px;
  left: 55px;
  width: 365px;
  height: 105px;
}
#lopez #lopez-micro-1 .animation-4 .chopper-cont.army .chopper .body {
  position: absolute;
  top: 0;
  left: 0;
  width: 365px;
  height: 105px;
  background: url('../images/soldiers/3-lopez/micro-1/chopper-army.png') no-repeat center;
}
#lopez #lopez-micro-1 .animation-4 .chopper-cont.army .chopper .prop-1 {
  position: absolute;
  top: 10px;
  left: -69px;
  width: 360px;
  height: 9px;
  background: url('../images/soldiers/3-lopez/micro-1/chopper-army-prop-1.png') no-repeat center;
}
#lopez #lopez-micro-1 .animation-4 .chopper-cont.army .chopper .prop-2 {
  position: absolute;
  top: -40px;
  right: -37px;
  width: 104px;
  height: 104px;
  background: url('../images/soldiers/3-lopez/micro-1/chopper-army-prop-2.png') no-repeat center;
}
#lopez #lopez-micro-1 .animation-4 .chopper-cont.civil {
  position: relative;
  float: left;
  height: 220px;
  width: 340px;
}
@media (max-width: 860px) {
  #lopez #lopez-micro-1 .animation-4 .chopper-cont.civil {
    float: none;
    width: 330px;
    margin: 0 auto;
  }
}
#lopez #lopez-micro-1 .animation-4 .chopper-cont.civil h3 span {
  left: 28%;
}
#lopez #lopez-micro-1 .animation-4 .chopper-cont.civil .chopper {
  position: absolute;
  top: -2px;
  left: 55px;
  width: 212px;
  height: 96px;
}
#lopez #lopez-micro-1 .animation-4 .chopper-cont.civil .chopper .body {
  position: absolute;
  top: 0;
  left: 0;
  width: 212px;
  height: 96px;
  background: url('../images/soldiers/3-lopez/micro-1/chopper-civil.png') no-repeat center;
}
#lopez #lopez-micro-1 .animation-4 .chopper-cont.civil .chopper .prop-1 {
  position: absolute;
  top: 1px;
  left: -43px;
  width: 197px;
  height: 7px;
  background: url('../images/soldiers/3-lopez/micro-1/chopper-civil-prop-1.png') no-repeat center;
}
#lopez #lopez-micro-1 .animation-4 .chopper-cont.civil .chopper .prop-2 {
  position: absolute;
  top: 7px;
  right: -24px;
  width: 56px;
  height: 56px;
  background: url('../images/soldiers/3-lopez/micro-1/chopper-civil-prop-2.png') no-repeat center;
}
#lopez .section.gallery {
  padding: 0;
}
@media (max-width: 640px) {
  #lopez #gallery {
    min-height: 500px !important;
    position: absolute !important;
  }
}
@media (max-width: 640px) {
  #lopez #gallery .animation,
  #lopez #gallery .row {
    display: none !important;
  }
}
#lopez #gallery .animation-1 {
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}
#lopez #gallery .animation-2 {
  height: 500px;
  top: 40%;
}
#lopez #gallery .animation-2 .title {
  opacity: 0;
  color: #5c635c;
  font-size: 18px;
  font-style: italic;
  line-height: 20px;
  font-weight: 400;
  position: relative;
  margin-bottom: 65px;
}
@media (max-width: 960px) {
  #lopez #gallery .animation-2 .title {
    font-size: 16px;
    top: 10%;
    margin: 0;
  }
}
@media (max-width: 640px) {
  #lopez #gallery .animation-2 .title {
    display: none;
  }
}
#lopez #gallery .animation-2 .gallery-slider {
  border: none !important;
}
#lopez #gallery .animation-2 .gallery-slider .slide img {
  width: 50% !important;
  float: left;
  border: 8px solid #fff;
  box-sizing: border-box;
}
#lopez #gallery .animation-2 .gallery-slider .slide .caption {
  display: inline-block;
  width: auto !important;
  position: absolute;
  top: 0;
  right: 0;
  left: 50%;
  padding: 15px !important;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #000000 !important;
  text-align: left !important;
  font-weight: 200;
}
#lopez #gallery .animation-2 .gallery-slider .slide .caption .caption-inside {
  display: inline-block;
  position: absolute;
  top: 15px;
  right: 0;
  left: 15px;
  bottom: 0;
  overflow-y: auto;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 15px;
}
#lopez #gallery .animation-2 .gallery-slider .slide .caption .caption-title {
  display: block;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #a49d99;
  text-transform: uppercase;
  font-size: 22px;
  line-height: 1.2em;
  font-weight: 700;
  letter-spacing: 1px;
}
#lopez #gallery .animation-2 .gallery-slider .slide .caption .caption-title span {
  display: block;
  font-style: italic;
  font-size: 20px;
  margin-bottom: 5px;
  font-weight: 200;
}
#lopez #gallery .animation-2 .gallery-slider .slide .caption p {
  font-size: 14px;
  font-style: normal;
  line-height: 1.3em;
  letter-spacing: 1px;
}
#lopez #gallery .animation-2 .gallery-slider .slide .caption ul li {
  position: relative;
  margin-bottom: 20px;
  font-size: 16px;
}
#lopez #gallery .animation-2 .gallery-slider .slide .caption ul li:before {
  content: "";
  display: block;
  position: absolute;
  left: -30px;
  width: 18px;
  height: 18px;
  background: url("../images/soldiers/3-lopez/micro-2/checkbox.png") no-repeat center;
}
#lopez #gallery .animation-2 .gallery-slider .slide .caption-inside::-webkit-scrollbar {
  width: 9px;
}
#lopez #gallery .animation-2 .gallery-slider .slide .caption-inside::-webkit-scrollbar-track {
  background: #000;
  border: thin solid #000;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1) inset;
}
#lopez #gallery .animation-2 .gallery-slider .slide .caption-inside::-webkit-scrollbar-thumb {
  background: #e0e0e0;
  border: thin solid #e0e0e0;
}
#lopez #gallery .animation-2 .gallery-slider .slide .caption-inside::scrollbar {
  width: 9px;
}
#lopez #gallery .animation-2 .gallery-slider .slide .caption-inside::scrollbar-track {
  background: #000;
  border: thin solid #000;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1) inset;
}
#lopez #gallery .animation-2 .gallery-slider .slide .caption-inside::scrollbar-thumb {
  background: #e0e0e0;
  border: thin solid #e0e0e0;
}
#lopez #gallery .spot {
  position: absolute;
  width: 30px;
  height: 30px;
  background: url('../images/soldiers/3-lopez/micro-2/plus.png') no-repeat center;
  background-size: cover;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
#lopez #gallery .spot.sp5 {
  right: 20%;
  bottom: 33%;
}
#lopez #gallery .spot.sp6 {
  right: 10%;
  bottom: 33%;
}
#lopez #gallery .spot:hover {
  width: 40px;
  height: 40px;
  margin-left: -5px;
  margin-top: -5px;
}
#lopez #gallery .spot:hover.sp5,
#lopez #gallery .spot:hover.sp6 {
  margin-right: -5px;
  margin-bottom: -5px;
}
#lopez #lopez-micro-3 .day-night-bg {
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
}
#lopez #lopez-micro-3 .day-night-bg.one {
  background-image: url('../images/soldiers/3-lopez/micro-3/700.jpg');
}
#lopez #lopez-micro-3 .day-night-bg.two {
  background-image: url('../images/soldiers/3-lopez/micro-3/730.jpg');
}
#lopez #lopez-micro-3 .day-night-bg.three {
  background-image: url('../images/soldiers/3-lopez/micro-3/800.jpg');
}
#lopez #lopez-micro-3 .day-night-bg.four {
  background-image: url('../images/soldiers/3-lopez/micro-3/900.jpg');
}
#lopez #lopez-micro-3 .day-night-bg.five {
  background-image: url('../images/soldiers/3-lopez/micro-3/1000.jpg');
}
#lopez #lopez-micro-3 .day-night-bg.six {
  background-image: url('../images/soldiers/3-lopez/micro-3/1200.jpg');
}
#lopez #lopez-micro-3 .day-night-bg.seven {
  background-image: url('../images/soldiers/3-lopez/micro-3/1300.jpg');
}
#lopez #lopez-micro-3 .day-night-bg.eight {
  background-image: url('../images/soldiers/3-lopez/micro-3/1500.jpg');
}
#lopez #lopez-micro-3 .day-night-bg.nine {
  background-image: url('../images/soldiers/3-lopez/micro-3/1600.jpg');
}
#lopez #lopez-micro-3 .day-night-bg.ten {
  background-image: url('../images/soldiers/3-lopez/micro-3/1700.jpg');
}
#lopez #lopez-micro-3 .day-night-bg.eleven {
  background-image: url('../images/soldiers/3-lopez/micro-3/1820.jpg');
}
#lopez #lopez-micro-3 .day-night-bg.twelve {
  background-image: url('../images/soldiers/3-lopez/micro-3/2000.jpg');
}
#lopez #lopez-micro-3 .animation {
  position: relative;
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}
#lopez #lopez-micro-3 .animation h2 {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 54px;
  color: #fff;
  text-transform: uppercase;
}
@media (max-width: 960px) {
  #lopez #lopez-micro-3 .animation h2 {
    font-size: 42px;
  }
}
#lopez #lopez-micro-3 .animation p {
  font-size: 26px;
  color: #fff;
  line-height: 1em;
  font-family: 'Source Sans Pro', sans-serif;
  font-style: italic;
  margin-top: 10px;
  line-height: 32px;
  font-weight: 400;
}
@media (max-width: 960px) {
  #lopez #lopez-micro-3 .animation p {
    font-size: 22px;
  }
}
#lopez #lopez-micro-3 .animation-1 {
  top: 50%;
}
#lopez #lopez-micro-3 .animation-1 h2,
#lopez #lopez-micro-3 .animation-1 p {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  text-align: center;
}
#lopez #lopez-micro-3 .animation-1 h2 {
  top: -90px;
  font-size: 58px;
}
@media (max-width: 960px) {
  #lopez #lopez-micro-3 .animation-1 h2 {
    font-size: 42px;
    top: -70px;
  }
}
#lopez #lopez-micro-3 .animation-1 h2.two-lines {
  line-height: 1em;
  top: -175px;
}
#lopez #lopez-micro-3 .animation-1 .line {
  max-width: 510px;
  width: 0;
  height: 2px;
  margin: 0 auto;
  background: #fff;
}
#lopez #lopez-micro-3 .animation-1 .line {
  max-width: 710px;
}
#lopez #lopez-micro-3 .animation-2 {
  opacity: 0;
  position: absolute;
  top: 150px;
  left: 50%;
  width: 928px;
  height: 476px;
  margin-left: -464px;
}
#lopez #lopez-micro-3 .animation-2 .time-scale {
  position: absolute;
  top: 0;
  left: 0;
  width: 928px;
  height: 476px;
  background: url('../images/soldiers/3-lopez/micro-3/time-scale.png') no-repeat center;
}
#lopez #lopez-micro-3 .animation-2 .time-scale .time {
  font-size: 15px;
  position: absolute;
  font-family: 'Source Sans Pro', sans-serif;
  letter-spacing: 1px;
}
#lopez #lopez-micro-3 .animation-2 .time-scale .time.t1 {
  left: 13px;
  bottom: 115px;
}
#lopez #lopez-micro-3 .animation-2 .time-scale .time.t2 {
  left: 46px;
  bottom: 206px;
}
#lopez #lopez-micro-3 .animation-2 .time-scale .time.t3 {
  left: 96px;
  bottom: 286px;
}
#lopez #lopez-micro-3 .animation-2 .time-scale .time.t4 {
  left: 165px;
  bottom: 352px;
}
#lopez #lopez-micro-3 .animation-2 .time-scale .time.t5 {
  left: 247px;
  bottom: 403px;
}
#lopez #lopez-micro-3 .animation-2 .time-scale .time.t6 {
  left: 344px;
  bottom: 436px;
}
#lopez #lopez-micro-3 .animation-2 .time-scale .time.t7 {
  left: 452px;
  bottom: 448px;
}
#lopez #lopez-micro-3 .animation-2 .time-scale .time.t8 {
  left: 558px;
  bottom: 435px;
}
#lopez #lopez-micro-3 .animation-2 .time-scale .time.t9 {
  left: 651px;
  bottom: 401px;
}
#lopez #lopez-micro-3 .animation-2 .time-scale .time.t10 {
  left: 730px;
  bottom: 352px;
}
#lopez #lopez-micro-3 .animation-2 .time-scale .time.t11 {
  left: 799px;
  bottom: 286px;
}
#lopez #lopez-micro-3 .animation-2 .time-scale .time.t12 {
  left: 851px;
  bottom: 206px;
}
#lopez #lopez-micro-3 .animation-2 .time-scale .time.t13 {
  left: 887px;
  bottom: 115px;
}
#lopez #lopez-micro-3 .animation-2 .time-scale .icon {
  position: absolute;
  bottom: -14px;
  left: 20px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 2px solid #ffd530;
  overflow: hidden;
  -webkit-transform: matrix(0.95715, 0.28959, -0.28959, 0.95715, 0, 0);
  -webkit-transform-origin: 445px center;
  -ms-transform: matrix(0.95715, 0.28959, -0.28959, 0.95715, 0, 0);
  -ms-transform-origin: 445px center;
  transform: matrix(0.95715, 0.28959, -0.28959, 0.95715, 0, 0);
  transform-origin: 445px center;
}
#lopez #lopez-micro-3 .animation-2 .time-scale .icon .sun-cont {
  position: absolute;
  width: 60px;
  height: 60px;
  left: 0;
  top: 0;
  -webkit-transform: matrix(0.95715, -0.28959, 0.28959, 0.95715, 0, 0);
  -ms-transform: matrix(0.95715, -0.28959, 0.28959, 0.95715, 0, 0);
  transform: matrix(0.95715, -0.28959, 0.28959, 0.95715, 0, 0);
}
#lopez #lopez-micro-3 .animation-2 .time-scale .icon .sun-cont .horizon {
  position: absolute;
  width: 40px;
  height: 60px;
  left: 10px;
  top: -28px;
  overflow: hidden;
}
#lopez #lopez-micro-3 .animation-2 .time-scale .icon .sun-cont .horizon .line {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40px;
  height: 2px;
  background: #fff;
}
#lopez #lopez-micro-3 .animation-2 .time-scale .icon .sun-cont .sun {
  position: absolute;
  width: 60px;
  height: 60px;
  left: -10px;
  top: 40px;
  background: url('../images/soldiers/3-lopez/micro-3/sun.png') no-repeat center;
}
#lopez #lopez-micro-3 .animation-2 .time-scale .icon .sun-cont .sun.moon {
  background: url('../images/soldiers/3-lopez/micro-3/moon.png') no-repeat center;
}
#lopez #lopez-micro-3 .animation-2 .time-copy {
  position: relative;
  top: 290px;
}
#lopez #lopez-micro-3 .animation-2 .time-copy h1,
#lopez #lopez-micro-3 .animation-2 .time-copy h2,
#lopez #lopez-micro-3 .animation-2 .time-copy p {
  opacity: 0;
  width: 100%;
  position: absolute;
}
#lopez #lopez-micro-3 .animation-2 .time-copy h2 {
  top: -137px;
  font-size: 40px;
  font-family: 'Source Sans Pro', sans-serif;
}
#lopez #lopez-micro-3 .animation-2 .time-copy h2.two-lines {
  top: -187px;
}
#lopez #lopez-micro-3 .animation-2 .time-copy h1 {
  top: -110px;
  font-size: 55px;
  font-family: 'Source Sans Pro', sans-serif;
  text-transform: uppercase;
  line-height: 1em;
}
#lopez #lopez-micro-3 .animation-2 .time-copy h1.two-lines {
  top: -160px;
}
#lopez #lopez-micro-3 .animation-2 .time-copy p {
  font-size: 16px;
  width: 450px;
  left: 50%;
  top: 12px;
  margin-left: -225px;
  line-height: 18px;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}
#lopez #lopez-micro-3 .animation-2 .time-copy .star-lines {
  position: relative;
  height: 30px;
  max-width: 765px;
  width: 100%;
  margin: 0 auto;
  bottom: 15px;
}
#lopez #lopez-micro-3 .animation-2 .time-copy .star-lines .line-left,
#lopez #lopez-micro-3 .animation-2 .time-copy .star-lines .line-right {
  position: absolute;
  top: 15px;
  width: 245px;
  border-top: 2px solid #fff;
}
#lopez #lopez-micro-3 .animation-2 .time-copy .star-lines .line-left {
  left: 50%;
  margin-left: 20px;
}
#lopez #lopez-micro-3 .animation-2 .time-copy .star-lines .line-right {
  right: 50%;
  margin-right: 20px;
}
#lopez #lopez-micro-3 .animation-2 .time-copy .star-lines .star {
  opacity: 0;
  width: 27px;
  height: 27px;
  margin: 0 auto;
  background-size: cover;
}
#lopez #lopez-micro-3 .animation-2 .time-copy .star-lines .star.yellow-star {
  background: url('../images/soldiers/star-yellow-big.png') no-repeat center;
}
#lopez #lopez-mob-slider-two {
  height: 600px;
}
#lopez #lopez-mob-slider-two .hospital {
  display: none;
  position: absolute;
  top: 20px;
  text-align: center;
  border-bottom: 1px solid #fff;
  margin: 0 20px;
  padding-bottom: 10px;
  font-style: italic;
  letter-spacing: 1px;
}
#lopez #lopez-mob-slider-two .hospital.show {
  display: block;
}
#lopez #lopez-mob-slider-two ul.nav {
  bottom: 40px;
  top: auto;
}
#lopez #lopez-mob-slider-two .swipe {
  bottom: 60px;
}
#lopez #lopez-mob-slider-two .slide {
  height: 600px;
}
#lopez #lopez-mob-slider-two .slide h1,
#lopez #lopez-mob-slider-two .slide p {
  display: none;
}
#lopez #lopez-mob-slider-two .slide.show h1,
#lopez #lopez-mob-slider-two .slide.show p {
  display: block;
}
#lopez #lopez-mob-slider-two .slide .caption-title {
  display: block;
  text-transform: uppercase;
  font-size: 22px;
  line-height: 1.2em;
  font-weight: 400;
  letter-spacing: 1px;
  margin-top: 170px;
}
#lopez #lopez-mob-slider-two .slide .caption-title span {
  display: block;
  font-style: italic;
  font-size: 12px;
  font-weight: 200;
}
#lopez #lopez-mob-slider-two .slide p {
  font-size: 16px;
  font-style: normal;
  line-height: 1.3em;
  letter-spacing: 1px;
}
#lopez #lopez-mob-slider-two .slide ul {
  padding-left: 15px;
}
#lopez #lopez-mob-slider-two .slide ul li {
  float: none;
  position: relative;
  margin-bottom: 15px;
  font-size: 11px;
  text-indent: 0;
  width: 100%;
  text-align: left;
  line-height: 1em;
}
#lopez #lopez-mob-slider-two .slide ul li:before {
  content: "";
  display: block;
  position: absolute;
  left: -20px;
  width: 17px;
  height: 16px;
  background: url("../images/soldiers/3-lopez/micro-2/checkbox.png") no-repeat center;
  background-size: cover;
}
#lopez #lopez-mob-slider-two .slide.s1 {
  background: url('../images/soldiers/3-lopez/mobile/micro-2/1.jpg') no-repeat center;
  background-size: cover;
}
#lopez #lopez-mob-slider-two .slide.s1 h1,
#lopez #lopez-mob-slider-two .slide.s1 p {
  top: 10%;
  line-height: 1em;
}
#lopez #lopez-mob-slider-two .slide.s1 p {
  font-style: italic;
}
#lopez #lopez-mob-slider-two .slide.s2 {
  background: url('../images/soldiers/3-lopez/mobile/micro-2/2.jpg') no-repeat center;
  background-size: cover;
}
#lopez #lopez-mob-slider-two .slide.s3 {
  background: url('../images/soldiers/3-lopez/mobile/micro-2/3.jpg') no-repeat center;
  background-size: cover;
}
#lopez #lopez-mob-slider-two .slide.s4 {
  background: url('../images/soldiers/3-lopez/mobile/micro-2/4.jpg') no-repeat center;
  background-size: cover;
}
#lopez #lopez-mob-slider-two .slide.s5 {
  background: url('../images/soldiers/3-lopez/mobile/micro-2/5.html') no-repeat center;
  background-size: cover;
}
#lopez #lopez-mob-slider-two .slide.s6 {
  background: url('../images/soldiers/3-lopez/mobile/micro-2/6.jpg') no-repeat center;
  background-size: cover;
}
#lopez #lopez-mob-slider-two .slide.s7 {
  background: url('../images/soldiers/3-lopez/mobile/micro-2/7.jpg') no-repeat center;
  background-size: cover;
}
#lopez #lopez-mob-slider-three .slide.content {
  padding-top: 100px;
}
#lopez #lopez-mob-slider-three .slide.content h1,
#lopez #lopez-mob-slider-three .slide.content p {
  border: none;
  top: 0;
}
#lopez #lopez-mob-slider-three .slide.content h1 {
  padding-bottom: 8px;
}
#lopez #lopez-mob-slider-three .slide.content h3 {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 22px;
  margin: 10px;
  font-weight: 400;
}
#lopez #lopez-mob-slider-three .slide.content .star-lines {
  position: relative;
  height: 12px;
  max-width: 565px;
  width: 100%;
  margin: 0 auto;
  bottom: 15px;
}
#lopez #lopez-mob-slider-three .slide.content .star-lines .line-left,
#lopez #lopez-mob-slider-three .slide.content .star-lines .line-right {
  position: absolute;
  top: 10px;
  width: 43%;
  max-width: 240px;
  border-top: 1px solid #fff;
}
#lopez #lopez-mob-slider-three .slide.content .star-lines .line-left {
  left: 50%;
  margin-left: 15px;
}
#lopez #lopez-mob-slider-three .slide.content .star-lines .line-right {
  right: 50%;
  margin-right: 15px;
}
#lopez #lopez-mob-slider-three .slide.content .star-lines .star {
  width: 18px;
  height: 18px;
  margin: 0 auto;
}
#lopez #lopez-mob-slider-three .slide.content .star-lines .star.yellow-star {
  background: url('../images/soldiers/star-yellow-big.png') no-repeat center;
  background-size: contain;
}
#lopez #lopez-mob-slider-three ul li {
  width: 12px;
  height: 12px;
}
#lopez #lopez-mob-slider-three ul li.active {
  background-color: yellow;
}
#lopez #lopez-mob-slider-three ul li span {
  width: 8px;
  height: 8px;
  top: 2px;
  left: 2px;
}
#lopez #lopez-mob-achievements {
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}
#lopez #lopez-mob-achievements .slide h1,
#lopez #lopez-mob-achievements .slide p {
  top: 25%;
  max-width: 640px;
  margin: 0 auto;
}
#lopez #lopez-mob-achievements .slide h1 {
  position: relative;
  text-transform: uppercase;
  border-bottom: 1px solid #fff;
  padding-bottom: 5px;
  font-size: 27px;
  margin-bottom: 5px;
  line-height: 1em;
}
#lopez #lopez-mob-achievements .slide p {
  position: relative;
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
  margin-top: 0;
}
#lopez #lopez-mob-achievements .slide .badge-graphic-mob {
  position: relative;
  width: 100px;
  height: 100px;
  margin: 0 auto;
  top: 100px;
}
#lopez #lopez-mob-achievements .badge-graphic-mob.one {
  background: url('../images/soldiers/badges/mobile/male-leader.png') center no-repeat;
  background-size: contain;
}
#lopez #lopez-mob-achievements .badge-graphic-mob.two {
  background: url('../images/soldiers/badges/mobile/degree.png') center no-repeat;
  background-size: contain;
}
#lopez #lopez-mob-achievements .badge-graphic-mob.three {
  background: url('../images/soldiers/badges/mobile/pilot.png') center no-repeat;
  background-size: contain;
}
/* Soldier Styles: melgoza
==========================================*/
#melgoza.tall .intro-cont {
  top: 175px;
}
@media all and (min-width: 641px) {
  #melgoza.tall .section-intro {
    background-image: url('../images/soldiers/4-melgoza/bg-intro-tall.jpg');
  }
}
@media all and (max-width: 640px) {
  #melgoza.tall .section-intro {
    background-image: url('../images/soldiers/4-melgoza/mobile/bg-intro.jpg');
  }
}
@media all and (min-width: 641px) {
  #melgoza .section-intro {
    background-image: url('../images/soldiers/4-melgoza/bg-intro.jpg');
  }
  #melgoza .section-chapter-1 {
    background-image: url('../images/soldiers/4-melgoza/bg-chapter-1.jpg');
  }
  #melgoza .section-chapter-2 {
    background-image: url('../images/soldiers/4-melgoza/bg-chapter-2.jpg');
  }
  #melgoza .section-chapter-3 {
    background-image: url('../images/soldiers/4-melgoza/bg-chapter-3.jpg');
  }
  #melgoza .section-chapter-4 {
    background-image: url('../images/soldiers/4-melgoza/bg-chapter-4.jpg');
  }
  #melgoza .section-video-1 {
    background-image: url('../images/soldiers/4-melgoza/bg-video-1.jpg');
  }
  #melgoza .section-video-2 {
    background-image: url('../images/soldiers/4-melgoza/bg-video-2.jpg');
  }
  #melgoza .section-video-3 {
    background-image: url('../images/soldiers/4-melgoza/bg-video-3.jpg');
  }
  #melgoza #melgoza-micro-1 {
    background-image: url('../images/soldiers/4-melgoza/bg-micro-1.jpg');
  }
  #melgoza #melgoza-micro-2 {
    background-image: url('../images/soldiers/4-melgoza/bg-micro-2.jpg');
  }
  #melgoza #melgoza-micro-3 {
    background-image: url('../images/soldiers/4-melgoza/bg-micro-3.jpg');
  }
  #melgoza .quote {
    background-image: url('../images/soldiers/4-melgoza/bg-quote.jpg');
  }
  #melgoza .section.achievements {
    background-image: url('../images/soldiers/4-melgoza/bg-achievement.jpg');
  }
}
@media all and (max-width: 640px) {
  #melgoza .section-intro {
    background-image: url('../images/soldiers/4-melgoza/mobile/bg-intro.jpg');
  }
  #melgoza .section-chapter-1 {
    background-image: url('../images/soldiers/4-melgoza/mobile/bg-chapter-1.jpg');
  }
  #melgoza .section-chapter-2 {
    background-image: url('../images/soldiers/4-melgoza/mobile/bg-chapter-2.jpg');
  }
  #melgoza .section-chapter-3 {
    background-image: url('../images/soldiers/4-melgoza/mobile/bg-chapter-3.jpg');
  }
  #melgoza .section-chapter-4 {
    background-image: url('../images/soldiers/4-melgoza/mobile/bg-chapter-4.jpg');
  }
  #melgoza .section-video-1 {
    background-image: url('../images/soldiers/4-melgoza/mobile/bg-video-1.jpg');
  }
  #melgoza .section-video-2 {
    background-image: url('../images/soldiers/4-melgoza/mobile/bg-video-2.jpg');
  }
  #melgoza .section-video-3 {
    background-image: url('../images/soldiers/4-melgoza/mobile/bg-video-3.jpg');
  }
  #melgoza #melgoza-micro-1 {
    background-image: url('../images/soldiers/4-melgoza/mobile/bg-micro-1.jpg');
  }
  #melgoza #melgoza-micro-2 {
    background-image: url('../images/soldiers/4-melgoza/mobile/bg-micro-2.jpg');
  }
  #melgoza #melgoza-micro-3 {
    background-image: url('../images/soldiers/4-melgoza/mobile/bg-micro-3.jpg');
  }
  #melgoza .quote {
    background-image: url('../images/soldiers/4-melgoza/mobile/bg-quote.jpg');
  }
  #melgoza .section.achievements {
    background-image: url('../images/soldiers/4-melgoza/mobile/bg-achievement.jpg');
  }
}
#melgoza .section-intro .intro-cont {
  width: 685px;
  left: 115px;
}
@media (max-width: 1190px) {
  #melgoza .section-intro .intro-cont {
    left: 25px;
  }
}
@media (max-width: 960px) {
  #melgoza .section-intro .intro-cont {
    left: 100px;
  }
}
@media (max-width: 640px) {
  #melgoza .section-intro .intro-cont {
    left: 0;
    max-width: 100%;
    background: none;
  }
}
#melgoza .section-intro .intro-cont h1 {
  font-size: 62px;
  color: #fff;
}
@media (max-width: 960px) {
  #melgoza .section-intro .intro-cont h1 {
    font-size: 28px;
  }
}
@media (max-width: 640px) {
  #melgoza .section-intro .intro-cont h1 {
    font-size: 21px;
  }
}
#melgoza .section-intro .intro-cont h3,
#melgoza .section-intro .intro-cont h2 {
  color: #ccc6bc;
}
#melgoza .section-intro .intro-cont p {
  text-transform: none;
  color: #fefffe;
}
@media (max-width: 640px) {
  #melgoza .section-intro .intro-cont p {
    max-width: 350px;
    margin: 0 auto;
    padding: 0 10px;
  }
}
#melgoza .section-intro .intro-cont .line-left,
#melgoza .section-intro .intro-cont .line-right {
  width: 120px;
  border-color: #ccc6bc !important;
}
@media (max-width: 960px) {
  #melgoza .section-intro .intro-cont .line-left,
  #melgoza .section-intro .intro-cont .line-right {
    width: 85px !important;
  }
}
@media (max-width: 640px) {
  #melgoza .section-intro .intro-cont .line-left,
  #melgoza .section-intro .intro-cont .line-right {
    height: 2px !important;
    width: 65px !important;
  }
}
#melgoza .section-intro .intro-cont .line-left {
  margin-left: 168px;
}
@media (max-width: 960px) {
  #melgoza .section-intro .intro-cont .line-left {
    margin-left: 128px !important;
  }
}
@media (max-width: 640px) {
  #melgoza .section-intro .intro-cont .line-left {
    margin-left: 87px !important;
  }
}
#melgoza .section-intro .intro-cont .line-right {
  margin-right: 168px;
}
@media (max-width: 960px) {
  #melgoza .section-intro .intro-cont .line-right {
    margin-right: 128px !important;
  }
}
@media (max-width: 640px) {
  #melgoza .section-intro .intro-cont .line-right {
    margin-right: 87px !important;
  }
}
#melgoza .section-intro .intro-cont .star-lines .line-right,
#melgoza .section-intro .intro-cont .star-lines .line-left {
  width: 325px;
}
@media (max-width: 960px) {
  #melgoza .section-intro .intro-cont .star-lines .line-right,
  #melgoza .section-intro .intro-cont .star-lines .line-left {
    width: 230px !important;
  }
}
@media (max-width: 640px) {
  #melgoza .section-intro .intro-cont .star-lines .line-right,
  #melgoza .section-intro .intro-cont .star-lines .line-left {
    border-top: 1px solid #5c635c;
    width: 120px !important;
  }
}
@media (max-width: 960px) {
  #melgoza .section-intro .intro-cont .star-lines .line-right {
    margin-right: 25px !important;
  }
}
@media (max-width: 640px) {
  #melgoza .section-intro .intro-cont .star-lines .line-right {
    margin-right: 13px !important;
  }
}
@media (max-width: 960px) {
  #melgoza .section-intro .intro-cont .star-lines .line-left {
    margin-left: 25px !important;
  }
}
@media (max-width: 640px) {
  #melgoza .section-intro .intro-cont .star-lines .line-left {
    margin-left: 13px !important;
  }
}
#melgoza .section-intro .intro-cont .exp-journey {
  background: url('../images/soldiers/exp-her-journey.png') no-repeat;
}
#melgoza #melgoza-micro-1 img {
  pointer-events: none;
}
#melgoza #melgoza-micro-1 .animation {
  position: relative;
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}
#melgoza #melgoza-micro-1 .animation h2 {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 54px;
  color: #fff;
  text-transform: uppercase;
}
@media (max-width: 960px) {
  #melgoza #melgoza-micro-1 .animation h2 {
    font-size: 42px;
  }
}
#melgoza #melgoza-micro-1 .animation p {
  font-size: 26px;
  color: #fff;
  line-height: 1em;
  font-family: 'Source Sans Pro', sans-serif;
  font-style: italic;
  margin-top: 10px;
  line-height: 32px;
  font-weight: 400;
}
@media (max-width: 960px) {
  #melgoza #melgoza-micro-1 .animation p {
    font-size: 22px;
  }
}
#melgoza #melgoza-micro-1 .animation-1 {
  top: 50%;
}
#melgoza #melgoza-micro-1 .animation-1 h2,
#melgoza #melgoza-micro-1 .animation-1 p {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  text-align: center;
}
#melgoza #melgoza-micro-1 .animation-1 h2 {
  top: -90px;
  font-size: 58px;
}
@media (max-width: 960px) {
  #melgoza #melgoza-micro-1 .animation-1 h2 {
    font-size: 42px;
    top: -70px;
  }
}
#melgoza #melgoza-micro-1 .animation-1 h2.two-lines {
  line-height: 1em;
  top: -175px;
}
#melgoza #melgoza-micro-1 .animation-1 .line {
  max-width: 510px;
  width: 0;
  height: 2px;
  margin: 0 auto;
  background: #fff;
}
#melgoza #melgoza-micro-1 .animation-2 {
  width: 405px;
  height: 202px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -202px;
  margin-top: -60px;
}
#melgoza #melgoza-micro-1 .animation-2 img {
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
#melgoza #melgoza-micro-1 .animation-2 .bill-cont {
  position: absolute;
  top: 0;
  right: 0;
  width: 371px;
  height: 170px;
}
#melgoza #melgoza-micro-1 .animation-2 .bill-cont .cover-top-1,
#melgoza #melgoza-micro-1 .animation-2 .bill-cont .cover-top-2,
#melgoza #melgoza-micro-1 .animation-2 .bill-cont .cover-left,
#melgoza #melgoza-micro-1 .animation-2 .bill-cont .cover-right,
#melgoza #melgoza-micro-1 .animation-2 .bill-cont .cover-left-corner,
#melgoza #melgoza-micro-1 .animation-2 .bill-cont .cover-right-corner,
#melgoza #melgoza-micro-1 .animation-2 .bill-cont .cover-bottom {
  opacity: 0;
  position: absolute;
  height: 35px;
  background: #fff;
}
#melgoza #melgoza-micro-1 .animation-2 .bill-cont .cover-left,
#melgoza #melgoza-micro-1 .animation-2 .bill-cont .cover-right {
  height: 96px;
  width: 20px;
  bottom: 37px;
}
#melgoza #melgoza-micro-1 .animation-2 .bill-cont .cover-left {
  left: 0;
}
#melgoza #melgoza-micro-1 .animation-2 .bill-cont .cover-right {
  right: 2px;
}
#melgoza #melgoza-micro-1 .animation-2 .bill-cont .cover-top-1,
#melgoza #melgoza-micro-1 .animation-2 .bill-cont .cover-top-2 {
  top: 0;
  width: 154px;
}
#melgoza #melgoza-micro-1 .animation-2 .bill-cont .cover-top-1 {
  left: 0;
}
#melgoza #melgoza-micro-1 .animation-2 .bill-cont .cover-top-2 {
  right: 2px;
}
#melgoza #melgoza-micro-1 .animation-2 .bill-cont .cover-left-corner,
#melgoza #melgoza-micro-1 .animation-2 .bill-cont .cover-right-corner {
  width: 35px;
  height: 35px;
  bottom: 0;
}
#melgoza #melgoza-micro-1 .animation-2 .bill-cont .cover-left-corner {
  left: 0;
}
#melgoza #melgoza-micro-1 .animation-2 .bill-cont .cover-right-corner {
  right: 2px;
}
#melgoza #melgoza-micro-1 .animation-2 .bill-cont .cover-bottom {
  width: 296px;
  left: 37px;
  bottom: 0;
}
#melgoza #melgoza-micro-1 .animation-2 .bg {
  top: 0;
  right: 0;
}
#melgoza #melgoza-micro-1 .animation-2 .bg-1 {
  top: 10px;
  right: 10px;
}
#melgoza #melgoza-micro-1 .animation-2 .bg-2 {
  top: 20px;
  right: 20px;
}
#melgoza #melgoza-micro-1 .animation-2 p {
  position: relative;
  text-transform: uppercase;
  font-style: normal;
  font-size: 22px;
  bottom: -200px;
  font-weight: 400;
}
#melgoza #melgoza-micro-1 .animation-3 {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 530px;
  height: 238px;
  margin-left: -265px;
  margin-top: -60px;
}
#melgoza #melgoza-micro-1 .animation-3 .clock-cont {
  width: 50%;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
}
#melgoza #melgoza-micro-1 .animation-3 .clock-cont .clock {
  position: relative;
  width: 200px;
  height: 200px;
  background: url('../images/soldiers/2-augustine/micro-1/clock.png') center no-repeat;
  margin: 0 auto;
}
#melgoza #melgoza-micro-1 .animation-3 .clock-cont .clock .arrow-1 {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -2px;
  width: 40px;
  height: 4px;
  background: #fff;
  border-radius: 4px;
}
#melgoza #melgoza-micro-1 .animation-3 .clock-cont .clock .arrow-2 {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -2px;
  width: 60px;
  height: 4px;
  background: #fff;
  border-radius: 4px;
}
#melgoza #melgoza-micro-1 .animation-3 .clock-cont p {
  text-transform: uppercase;
  font-size: 14px;
  font-style: normal;
  letter-spacing: 2px;
  margin: 20px 0 30px 0;
}
#melgoza #melgoza-micro-1 .animation-3 .clock-cont span {
  font-size: 40px;
  font-family: 'Source Sans Pro', sans-serif;
}
#melgoza #melgoza-micro-1 .animation-4 {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 589px;
  height: 364px;
  margin-left: -260px;
  margin-top: -110px;
}
#melgoza #melgoza-micro-1 .animation-4 #hud-cont {
  position: relative;
  top: 20%;
}
#melgoza #melgoza-micro-1 .animation-4 #hud-cont .hud {
  position: relative;
  width: 589px;
  height: 364px;
  background: url('../images/soldiers/2-augustine/micro-1/hud.png') center no-repeat;
}
#melgoza #melgoza-micro-1 .animation-4 #hud-cont .hud .arrow-left {
  position: absolute;
  left: -15px;
  top: 190px;
  width: 8px;
  height: 14px;
  background: url('../images/soldiers/2-augustine/micro-1/hud-arrow-left.png') center no-repeat;
}
#melgoza #melgoza-micro-1 .animation-4 #hud-cont .hud .arrow-right {
  position: absolute;
  right: 40px;
  top: 150px;
  width: 34px;
  height: 15px;
  background: url('../images/soldiers/2-augustine/micro-1/hud-arrow-right.png') center no-repeat;
}
#melgoza #melgoza-micro-1 .animation-4 #hud-cont .hud .circle-mask {
  width: 140px;
  height: 40px;
  position: absolute;
  top: 315px;
  left: 190px;
  overflow: hidden;
}
#melgoza #melgoza-micro-1 .animation-4 #hud-cont .hud .circle-mask .circle {
  width: 140px;
  height: 140px;
  background: url('../images/soldiers/2-augustine/micro-1/hud-circle.png') center no-repeat;
}
#melgoza #melgoza-micro-1 .animation-4 #hud-cont .hud .num-left {
  position: absolute;
  left: 0;
  top: 250px;
  width: 25px;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  writing-mode: tb-rl;
}
#melgoza #melgoza-micro-1 .animation-4 #hud-cont .hud .num-right {
  position: absolute;
  right: -30px;
  top: 160px;
  width: 25px;
}
#melgoza #melgoza-micro-1 .animation-4 #hud-cont .hud-mask {
  position: absolute;
  overflow: hidden;
  top: 45px;
  left: 45px;
  width: 430px;
  height: 260px;
}
#melgoza #melgoza-micro-1 .animation-4 #hud-cont .hud-copy {
  position: absolute;
  width: 754px;
  height: 284px;
  top: 0;
  left: 0;
}
#melgoza #melgoza-micro-1 .animation-4 #hud-cont .hud-copy .init {
  position: absolute;
  width: 100%;
  height: 100%;
  background: url('../images/soldiers/2-augustine/micro-1/hud-copy-1.png') no-repeat center;
  background-size: cover;
}
#melgoza #melgoza-micro-1 .animation-4 #hud-cont .hud-copy .final {
  position: absolute;
  opacity: 0;
  width: 100%;
  height: 100%;
  background: url('../images/soldiers/2-augustine/micro-1/hud-copy-2.png') no-repeat center;
  background-size: cover;
}
#melgoza #melgoza-micro-1 .animation-4 .hud-copy .init {
  background: url('../images/soldiers/4-melgoza/micro-1/hud-copy-1.png') no-repeat center !important;
  background-size: cover !important;
}
#melgoza #melgoza-micro-1 .animation-4 .hud-copy .final {
  background: url('../images/soldiers/4-melgoza/micro-1/hud-copy-2.png') no-repeat center !important;
  background-size: cover !important;
}
#melgoza #melgoza-micro-2 {
  width: 120%;
  text-align: center;
  width: 100%;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}
@media all and (max-width: 640px) {
  #melgoza #melgoza-micro-2 {
    left: 0 !important;
  }
  #melgoza #melgoza-micro-2 br {
    display: none;
  }
}
#melgoza #melgoza-micro-2 .headings,
#melgoza #melgoza-micro-2 .skills {
  float: left;
  position: relative;
  width: 40%;
}
#melgoza #melgoza-micro-2 .headings {
  top: 50%;
  left: 0;
  text-transform: uppercase;
  font-family: 'Source Sans Pro', sans-serif;
  margin-top: -110px;
}
#melgoza #melgoza-micro-2 .headings h2 {
  opacity: 0;
  font-size: 40px;
  font-weight: bold;
  line-height: 34px;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}
@media all and (max-width: 820px) {
  #melgoza #melgoza-micro-2 .headings h2 {
    font-size: 28px;
    margin: 5px 0;
  }
}
#melgoza #melgoza-micro-2 .headings h3 {
  position: relative;
}
#melgoza #melgoza-micro-2 .headings h3 .text,
#melgoza #melgoza-micro-2 .headings h3 .line {
  opacity: 0;
}
#melgoza #melgoza-micro-2 .headings h3 .text {
  font-size: 20px;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  font-style: italic;
  font-weight: 400;
}
@media all and (max-width: 820px) {
  #melgoza #melgoza-micro-2 .headings h3 .text {
    font-size: 16px;
    margin: 10px 0;
  }
}
#melgoza #melgoza-micro-2 .headings h3 .line-left,
#melgoza #melgoza-micro-2 .headings h3 .line-right {
  position: absolute;
  top: 5px;
  width: 50px;
  border-top: 2px solid #fff;
}
#melgoza #melgoza-micro-2 .headings h3 .line-left {
  left: 50%;
  margin-left: 85px;
}
#melgoza #melgoza-micro-2 .headings h3 .line-right {
  right: 50%;
  margin-right: 85px;
}
#melgoza #melgoza-micro-2 .skills {
  position: relative;
  height: 688px;
  top: 50%;
  right: -3%;
  margin-top: -364px;
  font-family: 'Source Sans Pro', sans-serif;
}
#melgoza #melgoza-micro-2 .skills .soldier-skill {
  display: inline-block;
  position: relative;
  opacity: 0;
  text-transform: uppercase;
  font-size: 20px;
  padding: 22px;
}
@media all and (max-width: 820px) {
  #melgoza #melgoza-micro-2 .skills .soldier-skill {
    font-size: 16px;
  }
}
#melgoza #melgoza-micro-2 .skills .soldier-skill .line-left,
#melgoza #melgoza-micro-2 .skills .soldier-skill .line-right {
  position: absolute;
  top: 26px;
  width: 33px;
  border-top: 2px solid #fff;
}
#melgoza #melgoza-micro-2 .skills .soldier-skill .line-left {
  left: 100%;
  margin-left: -14px;
}
#melgoza #melgoza-micro-2 .skills .soldier-skill .line-right {
  right: 100%;
  margin-right: -14px;
}
#melgoza #melgoza-micro-2 .skills .star {
  opacity: 0;
  background: url('../images/soldiers/2-augustine/anim-2/star.png') no-repeat center;
  background-size: contain;
  height: 18px;
}
#melgoza #melgoza-micro-2 .skills .civilian-skill {
  opacity: 0;
  font-size: 15px;
  font-style: italic;
  line-height: 1.2em;
  padding-bottom: 22px;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
}
@media all and (max-width: 820px) {
  #melgoza #melgoza-micro-2 .skills .civilian-skill {
    font-size: 12px;
  }
}
#melgoza #melgoza-micro-2 .title-box {
  position: absolute;
  left: 40px;
  right: 40px;
  bottom: 45%;
}
#melgoza #melgoza-micro-2 .title-box h1 {
  font-size: 54px;
  text-transform: uppercase;
  font-family: 'Source Sans Pro', sans-serif;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  margin-bottom: 28px;
}
#melgoza #melgoza-micro-2 .title-box .main-line {
  max-width: 735px;
  width: 100%;
  height: 2px;
  background: #fff;
  margin: 0 auto;
}
#melgoza #melgoza-micro-2 .title-box h4 {
  font-size: 28px;
  font-family: 'Source Sans Pro', sans-serif;
  font-style: italic;
  font-weight: 400;
  line-height: 24px;
  margin-top: 10px;
  line-height: 32px;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}
#melgoza #melgoza-micro-2 .dark {
  position: absolute;
  width: 70%;
  top: 0;
  bottom: 0;
  right: -70%;
  background: url('../images/soldiers/4-melgoza/anim-2/dark.png') no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
}
#melgoza #melgoza-micro-2 .dark {
  opacity: 1;
  right: auto;
  width: 100%;
  left: -100%;
}
#melgoza #melgoza-micro-3 .animation {
  position: relative;
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}
#melgoza #melgoza-micro-3 .animation h2 {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 54px;
  color: #fff;
  text-transform: uppercase;
}
@media (max-width: 960px) {
  #melgoza #melgoza-micro-3 .animation h2 {
    font-size: 42px;
  }
}
#melgoza #melgoza-micro-3 .animation p {
  font-size: 26px;
  color: #fff;
  line-height: 1em;
  font-family: 'Source Sans Pro', sans-serif;
  font-style: italic;
  margin-top: 10px;
  line-height: 32px;
  font-weight: 400;
}
@media (max-width: 960px) {
  #melgoza #melgoza-micro-3 .animation p {
    font-size: 22px;
  }
}
#melgoza #melgoza-micro-3 .animation-1 {
  top: 50%;
}
#melgoza #melgoza-micro-3 .animation-1 h2,
#melgoza #melgoza-micro-3 .animation-1 p {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  text-align: center;
}
#melgoza #melgoza-micro-3 .animation-1 h2 {
  top: -90px;
  font-size: 58px;
}
@media (max-width: 960px) {
  #melgoza #melgoza-micro-3 .animation-1 h2 {
    font-size: 42px;
    top: -70px;
  }
}
#melgoza #melgoza-micro-3 .animation-1 h2.two-lines {
  line-height: 1em;
  top: -175px;
}
#melgoza #melgoza-micro-3 .animation-1 .line {
  max-width: 510px;
  width: 0;
  height: 2px;
  margin: 0 auto;
  background: #fff;
}
#melgoza #melgoza-micro-3 .animation-1 .line {
  max-width: 710px;
}
#melgoza #melgoza-micro-3 .animation-2 {
  opacity: 0;
  position: absolute;
  top: 150px;
  left: 50%;
  width: 928px;
  height: 476px;
  margin-left: -464px;
}
#melgoza #melgoza-micro-3 .animation-2 .time-scale {
  position: absolute;
  top: 0;
  left: 0;
  width: 928px;
  height: 476px;
  background: url('../images/soldiers/3-lopez/micro-3/time-scale.png') no-repeat center;
}
#melgoza #melgoza-micro-3 .animation-2 .time-scale .time {
  font-size: 15px;
  position: absolute;
  font-family: 'Source Sans Pro', sans-serif;
  letter-spacing: 1px;
}
#melgoza #melgoza-micro-3 .animation-2 .time-scale .time.t1 {
  left: 13px;
  bottom: 115px;
}
#melgoza #melgoza-micro-3 .animation-2 .time-scale .time.t2 {
  left: 46px;
  bottom: 206px;
}
#melgoza #melgoza-micro-3 .animation-2 .time-scale .time.t3 {
  left: 96px;
  bottom: 286px;
}
#melgoza #melgoza-micro-3 .animation-2 .time-scale .time.t4 {
  left: 165px;
  bottom: 352px;
}
#melgoza #melgoza-micro-3 .animation-2 .time-scale .time.t5 {
  left: 247px;
  bottom: 403px;
}
#melgoza #melgoza-micro-3 .animation-2 .time-scale .time.t6 {
  left: 344px;
  bottom: 436px;
}
#melgoza #melgoza-micro-3 .animation-2 .time-scale .time.t7 {
  left: 452px;
  bottom: 448px;
}
#melgoza #melgoza-micro-3 .animation-2 .time-scale .time.t8 {
  left: 558px;
  bottom: 435px;
}
#melgoza #melgoza-micro-3 .animation-2 .time-scale .time.t9 {
  left: 651px;
  bottom: 401px;
}
#melgoza #melgoza-micro-3 .animation-2 .time-scale .time.t10 {
  left: 730px;
  bottom: 352px;
}
#melgoza #melgoza-micro-3 .animation-2 .time-scale .time.t11 {
  left: 799px;
  bottom: 286px;
}
#melgoza #melgoza-micro-3 .animation-2 .time-scale .time.t12 {
  left: 851px;
  bottom: 206px;
}
#melgoza #melgoza-micro-3 .animation-2 .time-scale .time.t13 {
  left: 887px;
  bottom: 115px;
}
#melgoza #melgoza-micro-3 .animation-2 .time-scale .icon {
  position: absolute;
  bottom: -14px;
  left: 20px;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  border: 2px solid #ffd530;
  overflow: hidden;
  -webkit-transform: matrix(0.95715, 0.25959, -0.25959, 0.95715, 0, 0);
  -webkit-transform-origin: 450px  40%;
  -ms-transform: matrix(0.95715, 0.25959, -0.25959, 0.95715, 0, 0);
  -ms-transform-origin: 450px 40%;
  transform: matrix(0.95715, 0.25959, -0.25959, 0.95715, 0, 0);
  transform-origin: 450px 40%;
}
#melgoza #melgoza-micro-3 .animation-2 .time-scale .icon.chrome-fix {
  -webkit-transform-origin: 445px 40% 1px !important;
}
#melgoza #melgoza-micro-3 .animation-2 .time-scale .icon .pic-cont {
  position: absolute;
  height: 85px;
  width: 85px;
  top: 2px;
  left: 2px;
  -webkit-transform: matrix(0.95715, -0.25959, 0.25959, 0.95715, 0, 0);
  -ms-transform: matrix(0.95715, -0.25959, 0.25959, 0.95715, 0, 0);
  transform: matrix(0.95715, -0.25959, 0.25959, 0.95715, 0, 0);
}
#melgoza #melgoza-micro-3 .animation-2 .time-scale .icon .pic-cont .pic {
  position: absolute;
  height: 85px;
  width: 85px;
  opacity: 0;
}
#melgoza #melgoza-micro-3 .animation-2 .time-scale .icon .pic-cont .pic.t1 {
  background: url('../images/soldiers/4-melgoza/micro-3/0430.png') no-repeat center;
}
#melgoza #melgoza-micro-3 .animation-2 .time-scale .icon .pic-cont .pic.t2 {
  background: url('../images/soldiers/4-melgoza/micro-3/0500.png') no-repeat center;
}
#melgoza #melgoza-micro-3 .animation-2 .time-scale .icon .pic-cont .pic.t3 {
  background: url('../images/soldiers/4-melgoza/micro-3/0600.png') no-repeat center;
}
#melgoza #melgoza-micro-3 .animation-2 .time-scale .icon .pic-cont .pic.t4 {
  background: url('../images/soldiers/4-melgoza/micro-3/0700.png') no-repeat center;
}
#melgoza #melgoza-micro-3 .animation-2 .time-scale .icon .pic-cont .pic.t5 {
  background: url('../images/soldiers/4-melgoza/micro-3/0800.png') no-repeat center;
}
#melgoza #melgoza-micro-3 .animation-2 .time-scale .icon .pic-cont .pic.t6 {
  background: url('../images/soldiers/4-melgoza/micro-3/1000.png') no-repeat center;
}
#melgoza #melgoza-micro-3 .animation-2 .time-scale .icon .pic-cont .pic.t7 {
  background: url('../images/soldiers/4-melgoza/micro-3/1200.png') no-repeat center;
}
#melgoza #melgoza-micro-3 .animation-2 .time-scale .icon .pic-cont .pic.t8 {
  background: url('../images/soldiers/4-melgoza/micro-3/1300.png') no-repeat center;
}
#melgoza #melgoza-micro-3 .animation-2 .time-scale .icon .pic-cont .pic.t9 {
  background: url('../images/soldiers/4-melgoza/micro-3/1330.png') no-repeat center;
}
#melgoza #melgoza-micro-3 .animation-2 .time-scale .icon .pic-cont .pic.t10 {
  background: url('../images/soldiers/4-melgoza/micro-3/1500.png') no-repeat center;
}
#melgoza #melgoza-micro-3 .animation-2 .time-scale .icon .pic-cont .pic.t11 {
  background: url('../images/soldiers/4-melgoza/micro-3/1630.png') no-repeat center;
}
#melgoza #melgoza-micro-3 .animation-2 .time-scale .icon .pic-cont .pic.t12 {
  background: url('../images/soldiers/4-melgoza/micro-3/1800.png') no-repeat center;
}
#melgoza #melgoza-micro-3 .animation-2 .time-scale .icon .pic-cont .pic.t13 {
  background: url('../images/soldiers/4-melgoza/micro-3/2230.png') no-repeat center;
}
#melgoza #melgoza-micro-3 .animation-2 .time-copy {
  position: relative;
  top: 290px;
}
#melgoza #melgoza-micro-3 .animation-2 .time-copy h1,
#melgoza #melgoza-micro-3 .animation-2 .time-copy h2,
#melgoza #melgoza-micro-3 .animation-2 .time-copy p {
  opacity: 0;
  width: 100%;
  position: absolute;
}
#melgoza #melgoza-micro-3 .animation-2 .time-copy h2 {
  top: -137px;
  font-size: 40px;
  font-family: 'Source Sans Pro', sans-serif;
}
#melgoza #melgoza-micro-3 .animation-2 .time-copy h2.two-lines {
  top: -187px;
}
#melgoza #melgoza-micro-3 .animation-2 .time-copy h1 {
  top: -110px;
  font-size: 55px;
  font-family: 'Source Sans Pro', sans-serif;
  text-transform: uppercase;
  line-height: 1em;
}
#melgoza #melgoza-micro-3 .animation-2 .time-copy h1.two-lines {
  top: -160px;
}
#melgoza #melgoza-micro-3 .animation-2 .time-copy p {
  font-size: 16px;
  width: 450px;
  left: 50%;
  top: 12px;
  margin-left: -225px;
  line-height: 18px;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}
#melgoza #melgoza-micro-3 .animation-2 .time-copy .star-lines {
  position: relative;
  height: 30px;
  max-width: 765px;
  width: 100%;
  margin: 0 auto;
  bottom: 15px;
}
#melgoza #melgoza-micro-3 .animation-2 .time-copy .star-lines .line-left,
#melgoza #melgoza-micro-3 .animation-2 .time-copy .star-lines .line-right {
  position: absolute;
  top: 15px;
  width: 245px;
  border-top: 2px solid #fff;
}
#melgoza #melgoza-micro-3 .animation-2 .time-copy .star-lines .line-left {
  left: 50%;
  margin-left: 20px;
}
#melgoza #melgoza-micro-3 .animation-2 .time-copy .star-lines .line-right {
  right: 50%;
  margin-right: 20px;
}
#melgoza #melgoza-micro-3 .animation-2 .time-copy .star-lines .star {
  opacity: 0;
  width: 27px;
  height: 27px;
  margin: 0 auto;
  background-size: cover;
}
#melgoza #melgoza-micro-3 .animation-2 .time-copy .star-lines .star.yellow-star {
  background: url('../images/soldiers/star-yellow-big.png') no-repeat center;
}
#melgoza .section.achievements .animation-1 .badge-box .badge-graphic {
  background: url('../images/soldiers/badges/female-leader.png') no-repeat center;
}
#melgoza #melgoza-mob-slider-three .slide.content {
  padding-top: 100px;
}
#melgoza #melgoza-mob-slider-three .slide.content h1,
#melgoza #melgoza-mob-slider-three .slide.content p {
  border: none;
  top: 0;
}
#melgoza #melgoza-mob-slider-three .slide.content h1 {
  padding-bottom: 8px;
}
#melgoza #melgoza-mob-slider-three .slide.content h3 {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 22px;
  margin: 10px;
  font-weight: 400;
}
#melgoza #melgoza-mob-slider-three .slide.content .star-lines {
  position: relative;
  height: 12px;
  max-width: 565px;
  width: 100%;
  margin: 0 auto;
  bottom: 15px;
}
#melgoza #melgoza-mob-slider-three .slide.content .star-lines .line-left,
#melgoza #melgoza-mob-slider-three .slide.content .star-lines .line-right {
  position: absolute;
  top: 10px;
  width: 43%;
  max-width: 240px;
  border-top: 1px solid #fff;
}
#melgoza #melgoza-mob-slider-three .slide.content .star-lines .line-left {
  left: 50%;
  margin-left: 15px;
}
#melgoza #melgoza-mob-slider-three .slide.content .star-lines .line-right {
  right: 50%;
  margin-right: 15px;
}
#melgoza #melgoza-mob-slider-three .slide.content .star-lines .star {
  width: 18px;
  height: 18px;
  margin: 0 auto;
}
#melgoza #melgoza-mob-slider-three .slide.content .star-lines .star.yellow-star {
  background: url('../images/soldiers/star-yellow-big.png') no-repeat center;
  background-size: contain;
}
#melgoza #melgoza-mob-slider-three ul li {
  width: 12px;
  height: 12px;
}
#melgoza #melgoza-mob-slider-three ul li.active {
  background-color: yellow;
}
#melgoza #melgoza-mob-slider-three ul li span {
  width: 8px;
  height: 8px;
  top: 2px;
  left: 2px;
}
#melgoza #melgoza-mob-slider-three .slide.content {
  padding-top: 40px !important;
}
#melgoza #melgoza-mob-slider-three .icon {
  position: relative;
  margin: 50px auto 0 auto;
  border-radius: 50%;
  overflow: hidden;
  height: 250px;
  width: 250px;
}
@media (max-width: 640px) {
  #melgoza #melgoza-mob-slider-three .icon {
    height: 150px;
    width: 150px;
    margin: 25px auto 0 auto;
  }
}
#melgoza #melgoza-mob-slider-three .icon.chrome-fix {
  -webkit-transform-origin: 445px 50% 1px !important;
}
#melgoza #melgoza-mob-slider-three .icon .pic {
  height: 100%;
  width: 100%;
  background-size: contain;
}
#melgoza #melgoza-mob-slider-three .icon .pic.t1 {
  background-image: url('../images/soldiers/4-melgoza/mobile/micro-3/0430.png');
}
#melgoza #melgoza-mob-slider-three .icon .pic.t2 {
  background-image: url('../images/soldiers/4-melgoza/mobile/micro-3/0500.png');
}
#melgoza #melgoza-mob-slider-three .icon .pic.t3 {
  background-image: url('../images/soldiers/4-melgoza/mobile/micro-3/0600.png');
}
#melgoza #melgoza-mob-slider-three .icon .pic.t4 {
  background-image: url('../images/soldiers/4-melgoza/mobile/micro-3/0700.png');
}
#melgoza #melgoza-mob-slider-three .icon .pic.t5 {
  background-image: url('../images/soldiers/4-melgoza/mobile/micro-3/0800.png');
}
#melgoza #melgoza-mob-slider-three .icon .pic.t6 {
  background-image: url('../images/soldiers/4-melgoza/mobile/micro-3/1000.png');
}
#melgoza #melgoza-mob-slider-three .icon .pic.t7 {
  background-image: url('../images/soldiers/4-melgoza/mobile/micro-3/1200.png');
}
#melgoza #melgoza-mob-slider-three .icon .pic.t8 {
  background-image: url('../images/soldiers/4-melgoza/mobile/micro-3/1300.png');
}
#melgoza #melgoza-mob-slider-three .icon .pic.t9 {
  background-image: url('../images/soldiers/4-melgoza/mobile/micro-3/1330.png');
}
#melgoza #melgoza-mob-slider-three .icon .pic.t10 {
  background-image: url('../images/soldiers/4-melgoza/mobile/micro-3/1500.png');
}
#melgoza #melgoza-mob-slider-three .icon .pic.t11 {
  background-image: url('../images/soldiers/4-melgoza/mobile/micro-3/1630.png');
}
#melgoza #melgoza-mob-slider-three .icon .pic.t12 {
  background-image: url('../images/soldiers/4-melgoza/mobile/micro-3/1800.png');
}
#melgoza #melgoza-mob-slider-three .icon .pic.t13 {
  background-image: url('../images/soldiers/4-melgoza/mobile/micro-3/2230.png');
}
#melgoza #melgoza-mob-achievements {
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}
#melgoza #melgoza-mob-achievements .slide h1,
#melgoza #melgoza-mob-achievements .slide p {
  top: 25%;
  max-width: 640px;
  margin: 0 auto;
}
#melgoza #melgoza-mob-achievements .slide h1 {
  position: relative;
  text-transform: uppercase;
  border-bottom: 1px solid #fff;
  padding-bottom: 5px;
  font-size: 27px;
  margin-bottom: 5px;
  line-height: 1em;
}
#melgoza #melgoza-mob-achievements .slide p {
  position: relative;
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
  margin-top: 0;
}
#melgoza #melgoza-mob-achievements .slide .badge-graphic-mob {
  position: relative;
  width: 100px;
  height: 100px;
  margin: 0 auto;
  top: 100px;
}
#melgoza #melgoza-mob-achievements .badge-graphic-mob.one {
  background: url('../images/soldiers/badges/mobile/female-leader.png') center no-repeat;
  background-size: contain;
}
#melgoza #melgoza-mob-achievements .badge-graphic-mob.two {
  background: url('../images/soldiers/badges/mobile/legal.png') center no-repeat;
  background-size: contain;
}
#melgoza #melgoza-mob-achievements .badge-graphic-mob.three {
  background: url('../images/soldiers/badges/mobile/paid.png') center no-repeat;
  background-size: contain;
}
/* Soldier Styles: Kim
==========================================*/
#kim.tall .intro-cont {
  top: 175px;
}
@media all and (min-width: 641px) {
  #kim.tall .section-intro {
    background-image: url('../images/soldiers/5-kim/bg-intro-tall.jpg');
  }
}
@media all and (max-width: 640px) {
  #kim.tall .section-intro {
    background-image: url('../images/soldiers/5-kim/mobile/bg-intro.jpg');
  }
}
@media all and (min-width: 641px) {
  #kim .section-intro {
    background-image: url('../images/soldiers/5-kim/bg-intro.jpg');
  }
  #kim .section-chapter-1 {
    background-image: url('../images/soldiers/5-kim/bg-chapter-1.jpg');
  }
  #kim .section-chapter-2 {
    background-image: url('../images/soldiers/5-kim/bg-chapter-2.jpg');
  }
  #kim .section-chapter-3 {
    background-image: url('../images/soldiers/5-kim/bg-chapter-3.jpg');
  }
  #kim .section-chapter-4 {
    background-image: url('../images/soldiers/5-kim/bg-chapter-4.jpg');
  }
  #kim .section-video-1 {
    background-image: url('../images/soldiers/5-kim/bg-video-1.jpg');
  }
  #kim .section-video-2 {
    background-image: url('../images/soldiers/5-kim/bg-video-2.jpg');
  }
  #kim .section-video-3 {
    background-image: url('../images/soldiers/5-kim/bg-video-3.jpg');
  }
  #kim #kim-micro-1 {
    background-image: url('../images/soldiers/5-kim/bg-micro-1.jpg');
  }
  #kim #kim-micro-2 {
    background-image: url('../images/soldiers/5-kim/bg-micro-2.jpg');
  }
  #kim #kim-micro-3 {
    background-image: url('../images/soldiers/5-kim/bg-micro-3.jpg');
  }
  #kim .quote {
    background-image: url('../images/soldiers/5-kim/bg-quote.jpg');
  }
  #kim .section.gallery {
    background-image: url('../images/soldiers/5-kim/bg-gallery.html');
  }
  #kim .section.achievements {
    background-image: url('../images/soldiers/5-kim/bg-achievement.jpg');
  }
}
@media all and (max-width: 640px) {
  #kim .section-intro {
    background-image: url('../images/soldiers/5-kim/mobile/bg-intro.jpg');
  }
  #kim .section-chapter-1 {
    background-image: url('../images/soldiers/5-kim/mobile/bg-chapter-1.jpg');
  }
  #kim .section-chapter-2 {
    background-image: url('../images/soldiers/5-kim/mobile/bg-chapter-2.jpg');
  }
  #kim .section-chapter-3 {
    background-image: url('../images/soldiers/5-kim/mobile/bg-chapter-3.jpg');
  }
  #kim .section-chapter-4 {
    background-image: url('../images/soldiers/5-kim/mobile/bg-chapter-4.jpg');
  }
  #kim .section-video-1 {
    background-image: url('../images/soldiers/5-kim/mobile/bg-video-1.jpg');
  }
  #kim .section-video-2 {
    background-image: url('../images/soldiers/5-kim/mobile/bg-video-2.jpg');
  }
  #kim .section-video-3 {
    background-image: url('../images/soldiers/5-kim/mobile/bg-video-3.jpg');
  }
  #kim #kim-micro-1 {
    background-image: url('../images/soldiers/5-kim/mobile/bg-micro-1.jpg');
  }
  #kim #kim-micro-2 {
    background-image: url('../images/soldiers/5-kim/mobile/bg-micro-2.jpg');
  }
  #kim #kim-mobile-micro-3 {
    background-image: url('../images/soldiers/5-kim/mobile/bg-micro-3.jpg');
  }
  #kim .quote {
    background-image: url('../images/soldiers/5-kim/mobile/bg-quote.jpg');
  }
  #kim .section.achievements {
    background-image: url('../images/soldiers/5-kim/mobile/bg-achievement.jpg');
  }
}
#kim .section-intro .intro-cont {
  width: 100%;
  right: 90px;
  max-width: 650px;
}
@media (max-width: 350px) {
  #kim .section-intro .intro-cont br {
    display: none;
  }
}
@media (max-width: 960px) {
  #kim .section-intro .intro-cont {
    right: 30px;
  }
}
@media (max-width: 640px) {
  #kim .section-intro .intro-cont {
    right: 0;
    max-width: 100%;
  }
}
#kim .section-intro .intro-cont h1,
#kim .section-intro .intro-cont p {
  color: #fff;
}
#kim .section-intro .intro-cont h3,
#kim .section-intro .intro-cont h2 {
  color: #ccc6bc;
}
#kim .section-intro .intro-cont p {
  text-transform: none;
  color: #fff;
}
#kim .section-intro .intro-cont .line-right,
#kim .section-intro .intro-cont .line-left {
  width: 160px;
  border-color: #ccc6bc !important;
}
@media (max-width: 960px) {
  #kim .section-intro .intro-cont .line-right,
  #kim .section-intro .intro-cont .line-left {
    width: 75px !important;
  }
}
@media (max-width: 640px) {
  #kim .section-intro .intro-cont .line-right,
  #kim .section-intro .intro-cont .line-left {
    height: 2px !important;
    width: 70px !important;
  }
}
#kim .section-intro .intro-cont .line-right {
  margin-right: 160px;
}
@media (max-width: 960px) {
  #kim .section-intro .intro-cont .line-right {
    margin-right: 125px !important;
  }
}
@media (max-width: 640px) {
  #kim .section-intro .intro-cont .line-right {
    margin-right: 80px !important;
  }
}
#kim .section-intro .intro-cont .line-left {
  margin-left: 160px;
}
@media (max-width: 960px) {
  #kim .section-intro .intro-cont .line-left {
    margin-left: 125px !important;
  }
}
@media (max-width: 640px) {
  #kim .section-intro .intro-cont .line-left {
    margin-left: 80px !important;
  }
}
@media (max-width: 960px) {
  #kim .section-intro .intro-cont .star-lines .line-right,
  #kim .section-intro .intro-cont .star-lines .line-left {
    width: 140px !important;
  }
}
@media (max-width: 640px) {
  #kim .section-intro .intro-cont .star-lines .line-right,
  #kim .section-intro .intro-cont .star-lines .line-left {
    width: 120px !important;
  }
}
@media (max-width: 960px) {
  #kim .section-intro .intro-cont .star-lines .line-right {
    margin-right: 25px !important;
  }
}
@media (max-width: 640px) {
  #kim .section-intro .intro-cont .star-lines .line-right {
    margin-right: 13px !important;
  }
}
@media (max-width: 960px) {
  #kim .section-intro .intro-cont .star-lines .line-left {
    margin-left: 25px !important;
  }
}
@media (max-width: 640px) {
  #kim .section-intro .intro-cont .star-lines .line-left {
    margin-left: 13px !important;
  }
}
#kim .section-intro .exp-journey {
  background: url('../images/soldiers/exp-her-journey.png') no-repeat;
}
@media (max-width: 640px) {
  #kim .quote br {
    display: none;
  }
}
@media (max-width: 640px) {
  #kim #kim-micro-1 {
    min-height: 500px !important;
  }
}
#kim #kim-micro-1 img {
  pointer-events: none;
}
#kim #kim-micro-1 .animation {
  position: relative;
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}
#kim #kim-micro-1 .animation h2 {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 54px;
  color: #fff;
  text-transform: uppercase;
}
@media (max-width: 960px) {
  #kim #kim-micro-1 .animation h2 {
    font-size: 42px;
  }
}
#kim #kim-micro-1 .animation p {
  font-size: 26px;
  color: #fff;
  line-height: 1em;
  font-family: 'Source Sans Pro', sans-serif;
  font-style: italic;
  margin-top: 10px;
  line-height: 32px;
  font-weight: 400;
}
@media (max-width: 960px) {
  #kim #kim-micro-1 .animation p {
    font-size: 22px;
  }
}
#kim #kim-micro-1 .animation-1 {
  top: 50%;
}
#kim #kim-micro-1 .animation-1 h2,
#kim #kim-micro-1 .animation-1 p {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  text-align: center;
}
#kim #kim-micro-1 .animation-1 h2 {
  top: -90px;
  font-size: 58px;
}
@media (max-width: 960px) {
  #kim #kim-micro-1 .animation-1 h2 {
    font-size: 42px;
    top: -70px;
  }
}
#kim #kim-micro-1 .animation-1 h2.two-lines {
  line-height: 1em;
  top: -175px;
}
#kim #kim-micro-1 .animation-1 .line {
  max-width: 510px;
  width: 0;
  height: 2px;
  margin: 0 auto;
  background: #fff;
}
#kim #kim-micro-1 .animation-2 {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 471px;
  height: 238px;
  margin-left: -235px;
  margin-top: -60px;
}
#kim #kim-micro-1 .animation-2 .flag {
  width: 100%;
  height: 100%;
}
#kim #kim-micro-1 .animation-2 .flag img.flag-img {
  width: 100%;
  height: 100%;
  opacity: 0;
}
#kim #kim-micro-1 .animation-2 .flag .lines,
#kim #kim-micro-1 .animation-2 .flag .stars {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#kim #kim-micro-1 .animation-2 .flag .lines img,
#kim #kim-micro-1 .animation-2 .flag .stars img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
#kim #kim-micro-1 .animation-2 .flag .bottom-line-1,
#kim #kim-micro-1 .animation-2 .flag .bottom-line-2,
#kim #kim-micro-1 .animation-2 .flag .bottom-line-3,
#kim #kim-micro-1 .animation-2 .flag .bottom-line-4 {
  opacity: 0;
  height: 3px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 4px;
  background: #fff;
}
#kim #kim-micro-1 .animation-2 .flag .bottom-line-2 {
  max-width: 90%;
}
#kim #kim-micro-1 .animation-2 .flag .bottom-line-3 {
  max-width: 80%;
}
#kim #kim-micro-1 .animation-2 .flag .bottom-line-4 {
  max-width: 70%;
}
#kim #kim-micro-1 .animation-3 {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 520px;
  height: 238px;
  margin-left: -260px;
  margin-top: -60px;
}
#kim #kim-micro-1 .animation-3 .odometer .digit {
  position: relative;
  float: left;
  margin-right: 12px;
  width: 94px;
  height: 120px;
  background: url('../images/soldiers/5-kim/micro-1/anim-3/frame.png') no-repeat center;
  background-size: contain;
}
#kim #kim-micro-1 .animation-3 .odometer .digit .mask {
  position: absolute;
  top: 8px;
  left: 9px;
  width: 76px;
  height: 105px;
  border-radius: 5px;
  overflow: hidden;
  background: url('../images/soldiers/5-kim/micro-1/anim-3/numbers.png') repeat 0 0;
}
#kim #kim-micro-1 .animation-3 .odometer .digit:last-child {
  margin-right: 0;
}
#kim #kim-micro-1 .animation-4 {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 580px;
  margin-left: -290px;
  margin-top: -100px;
}
#kim #kim-micro-1 .animation-4 p {
  font-size: 20px;
  text-transform: uppercase;
  font-style: normal;
  letter-spacing: 1px;
  margin: 5px 0;
  line-height: 22px;
}
#kim #kim-micro-1 .animation-4 p.hide {
  opacity: 0;
}
#kim #kim-micro-1 .animation-4 .degree {
  position: relative;
  width: 300px;
  height: 220px;
  top: 0;
  left: 50%;
  margin-left: -150px;
}
#kim #kim-micro-1 .animation-4 .degree .diploma {
  position: absolute;
  top: 0;
  left: 0;
  width: 141px;
  height: 132px;
  background: url('../images/soldiers/5-kim/micro-1/anim-4/diploma.png') repeat center;
}
#kim #kim-micro-1 .animation-4 .degree .tag {
  opacity: 0;
  position: absolute;
  top: 71px;
  left: 95px;
  width: 179px;
  height: 126px;
}
#kim #kim-micro-1 .animation-4 .degree .tag .rope {
  position: absolute;
  top: 0;
  left: 0;
  width: 70px;
  height: 47px;
  background: url('../images/soldiers/5-kim/micro-1/anim-4/rope.png') no-repeat center;
}
#kim #kim-micro-1 .animation-4 .degree .tag .price {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 133px;
  height: 112px;
}
#kim #kim-micro-1 .animation-4 .degree .tag .price span.one {
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 133px;
  height: 112px;
  background: url('../images/soldiers/5-kim/micro-1/anim-4/tag-2.png') no-repeat center;
}
#kim #kim-micro-1 .animation-4 .degree .tag .price span.two {
  opacity: 0;
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 133px;
  height: 112px;
  background: url('../images/soldiers/5-kim/micro-1/anim-4/tag-1.png') no-repeat center;
}
#kim #kim-micro-2 {
  padding: 0 40px;
  box-sizing: border-box;
}
#kim #kim-micro-2 img {
  pointer-events: none;
}
#kim #kim-micro-2 .animation {
  position: relative;
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}
#kim #kim-micro-2 .animation h2 {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 54px;
  color: #fff;
  text-transform: uppercase;
}
@media (max-width: 960px) {
  #kim #kim-micro-2 .animation h2 {
    font-size: 42px;
  }
}
#kim #kim-micro-2 .animation p {
  font-size: 26px;
  color: #fff;
  line-height: 1em;
  font-family: 'Source Sans Pro', sans-serif;
  font-style: italic;
  margin-top: 10px;
  line-height: 32px;
  font-weight: 400;
}
@media (max-width: 960px) {
  #kim #kim-micro-2 .animation p {
    font-size: 22px;
  }
}
#kim #kim-micro-2 .animation-1 {
  top: 50%;
}
#kim #kim-micro-2 .animation-1 h2,
#kim #kim-micro-2 .animation-1 p {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  text-align: center;
}
#kim #kim-micro-2 .animation-1 h2 {
  top: -90px;
  font-size: 58px;
}
@media (max-width: 960px) {
  #kim #kim-micro-2 .animation-1 h2 {
    font-size: 42px;
    top: -70px;
  }
}
#kim #kim-micro-2 .animation-1 h2.two-lines {
  line-height: 1em;
  top: -175px;
}
#kim #kim-micro-2 .animation-1 .line {
  max-width: 510px;
  width: 0;
  height: 2px;
  margin: 0 auto;
  background: #fff;
}
#kim #kim-micro-2 .animation-1 h2 {
  margin-left: 80px;
}
#kim #kim-micro-2 .animation-1 h2 span {
  opacity: 0;
}
#kim #kim-micro-2 .animation-1 h1 {
  position: absolute;
  width: 100%;
  text-transform: uppercase;
  font-size: 68px;
  top: -100px;
  opacity: 0;
}
#kim #kim-micro-2 .animation-1 .star-lines {
  position: relative;
  height: 30px;
  max-width: 765px;
  width: 100%;
  margin: 0 auto;
  bottom: 15px;
}
#kim #kim-micro-2 .animation-1 .star-lines .line-left,
#kim #kim-micro-2 .animation-1 .star-lines .line-right {
  position: absolute;
  top: 15px;
  width: 245px;
  border-top: 2px solid #fff;
}
#kim #kim-micro-2 .animation-1 .star-lines .line-left {
  left: 50%;
  margin-left: 20px;
}
#kim #kim-micro-2 .animation-1 .star-lines .line-right {
  right: 50%;
  margin-right: 20px;
}
#kim #kim-micro-2 .animation-1 .star-lines .star {
  opacity: 0;
  width: 27px;
  height: 27px;
  margin: 0 auto;
  background-size: cover;
}
#kim #kim-micro-2 .animation-1 .star-lines .star.white-star {
  background: url('../images/soldiers/star-white.png') no-repeat center;
}
#kim #kim-micro-2 .animation-1 .boxes {
  position: absolute;
  width: 100%;
}
#kim #kim-micro-2 .animation-1 .boxes .row-1,
#kim #kim-micro-2 .animation-1 .boxes .row-2 {
  position: relative;
  width: 100%;
  margin: 40px 0;
}
#kim #kim-micro-2 .animation-1 .boxes .box {
  position: relative;
  opacity: 0;
  display: inline-block;
  font-size: 22px;
  font-style: italic;
  font-weight: 400;
  padding: 10px;
  border: 2px solid #ffd530;
  background: rgba(0, 0, 0, 0.3);
}
#kim #kim-micro-2 .animation-1 .boxes-1 .box.box1,
#kim #kim-micro-2 .animation-1 .boxes-4 .box.box1 {
  position: absolute;
  left: 0;
}
#kim #kim-micro-2 .animation-1 .boxes-1 .box.box3,
#kim #kim-micro-2 .animation-1 .boxes-4 .box.box3 {
  position: absolute;
  right: 0;
}
#kim #kim-micro-2 .animation-1 .boxes-1 .row-2 .box.box1,
#kim #kim-micro-2 .animation-1 .boxes-4 .row-2 .box.box1 {
  margin-left: 20px;
}
#kim #kim-micro-2 .animation-1 .boxes-1 .row-2 .box.box3,
#kim #kim-micro-2 .animation-1 .boxes-4 .row-2 .box.box3 {
  margin-right: 20px;
}
#kim #kim-micro-2 .animation-1 .boxes-2 .box.box1 {
  position: absolute;
  left: 0;
}
#kim #kim-micro-2 .animation-1 .boxes-2 .box.box3 {
  position: absolute;
  right: 0;
}
#kim #kim-micro-2 .animation-1 .boxes-2 .row-2 .box.box1 {
  position: relative;
  float: none;
}
#kim #kim-micro-2 .animation-1 .boxes-4 .row-2 {
  width: 530px !important;
  margin: 0 auto !important;
}
#kim #kim-micro-2 .animation-2 {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 530px;
  height: 238px;
  margin-left: -265px;
  margin-top: -60px;
}
#kim #kim-micro-3 .animation-1,
#kim #kim-mobile-micro-3 .animation-1 {
  position: relative;
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  top: 50%;
}
#kim #kim-micro-3 .animation-1 h2,
#kim #kim-mobile-micro-3 .animation-1 h2 {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 54px;
  color: #fff;
  text-transform: uppercase;
}
@media (max-width: 960px) {
  #kim #kim-micro-3 .animation-1 h2,
  #kim #kim-mobile-micro-3 .animation-1 h2 {
    font-size: 42px;
  }
}
#kim #kim-micro-3 .animation-1 p,
#kim #kim-mobile-micro-3 .animation-1 p {
  font-size: 26px;
  color: #fff;
  line-height: 1em;
  font-family: 'Source Sans Pro', sans-serif;
  font-style: italic;
  margin-top: 10px;
  line-height: 32px;
  font-weight: 400;
}
@media (max-width: 960px) {
  #kim #kim-micro-3 .animation-1 p,
  #kim #kim-mobile-micro-3 .animation-1 p {
    font-size: 22px;
  }
}
#kim #kim-micro-3 .animation-1 h2,
#kim #kim-mobile-micro-3 .animation-1 h2,
#kim #kim-micro-3 .animation-1 p,
#kim #kim-mobile-micro-3 .animation-1 p {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  text-align: center;
}
#kim #kim-micro-3 .animation-1 h2,
#kim #kim-mobile-micro-3 .animation-1 h2 {
  top: -90px;
  font-size: 58px;
}
@media (max-width: 960px) {
  #kim #kim-micro-3 .animation-1 h2,
  #kim #kim-mobile-micro-3 .animation-1 h2 {
    font-size: 42px;
    top: -70px;
  }
}
#kim #kim-micro-3 .animation-1 h2.two-lines,
#kim #kim-mobile-micro-3 .animation-1 h2.two-lines {
  line-height: 1em;
  top: -175px;
}
#kim #kim-micro-3 .animation-1 .line,
#kim #kim-mobile-micro-3 .animation-1 .line {
  max-width: 510px;
  width: 0;
  height: 2px;
  margin: 0 auto;
  background: #fff;
}
#kim #kim-micro-3 .animation-1 .line,
#kim #kim-mobile-micro-3 .animation-1 .line {
  max-width: 950px;
}
#kim #kim-micro-3 .animation-2,
#kim #kim-mobile-micro-3 .animation-2 {
  position: absolute;
  top: 15%;
  right: 10%;
  width: 630px;
  height: 480px;
}
@media (max-width: 960px) {
  #kim #kim-micro-3 .animation-2,
  #kim #kim-mobile-micro-3 .animation-2 {
    position: relative;
    margin: 0 auto;
    right: auto;
  }
}
#kim #kim-micro-3 .animation-2 h2,
#kim #kim-mobile-micro-3 .animation-2 h2 {
  opacity: 0;
  text-transform: uppercase;
  font-size: 24px;
  top: 0px;
  position: relative;
  font-weight: 400;
}
#kim #kim-micro-3 .animation-2 h2.left,
#kim #kim-mobile-micro-3 .animation-2 h2.left {
  float: left;
  margin-left: 15px;
}
#kim #kim-micro-3 .animation-2 h2.right,
#kim #kim-mobile-micro-3 .animation-2 h2.right {
  float: right;
  margin-right: 15px;
}
#kim #kim-micro-3 .animation-2 p.mobile,
#kim #kim-mobile-micro-3 .animation-2 p.mobile {
  display: none;
  font-size: 18px;
  font-style: italic;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  margin-top: 40px;
}
#kim #kim-micro-3 .animation-2 .q-row,
#kim #kim-mobile-micro-3 .animation-2 .q-row {
  position: relative;
  width: 100%;
  height: 60px;
  margin-bottom: 40px;
}
#kim #kim-micro-3 .animation-2 .qm-cont,
#kim #kim-mobile-micro-3 .animation-2 .qm-cont {
  position: relative;
  width: 60px;
  height: 60px;
  left: 50%;
  margin-left: 0;
  z-index: 100;
}
#kim #kim-micro-3 .animation-2 .qm-cont .qm,
#kim #kim-mobile-micro-3 .animation-2 .qm-cont .qm {
  opacity: 0;
  position: absolute;
  left: 9px;
  top: 9px;
  border-radius: 50%;
  width: 22px;
  height: 22px;
  background: url('../images/soldiers/5-kim/micro-3/qm.png') no-repeat center;
  padding: 10px;
}
#kim #kim-micro-3 .animation-2 .qm-cont .qm p,
#kim #kim-mobile-micro-3 .animation-2 .qm-cont .qm p {
  margin: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  font-size: 16px;
  line-height: 21px;
  color: #000;
  font-family: 'Source Sans Pro', sans-serif;
}
#kim #kim-micro-3 .animation-2 .qm-cont .qm.three,
#kim #kim-mobile-micro-3 .animation-2 .qm-cont .qm.three {
  padding: 9px 10px;
}
#kim #kim-micro-3 .animation-2 .qm-cont .qm.three p,
#kim #kim-mobile-micro-3 .animation-2 .qm-cont .qm.three p {
  line-height: 18px;
}
#kim #kim-micro-3 .animation-2 .qm-cont .circle-mask,
#kim #kim-mobile-micro-3 .animation-2 .qm-cont .circle-mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 60px;
  overflow: hidden;
}
#kim #kim-micro-3 .animation-2 .qm-cont .circle-mask .circle,
#kim #kim-mobile-micro-3 .animation-2 .qm-cont .circle-mask .circle {
  position: absolute;
  top: 0;
  left: -30px;
  width: 56px;
  height: 56px;
  border: 2px solid #ffd530;
  border-radius: 50%;
}
#kim #kim-micro-3 .animation-2 .dot-line,
#kim #kim-mobile-micro-3 .animation-2 .dot-line {
  position: absolute;
  top: 50%;
  width: 0;
  height: 2px;
  border-top: 2px dotted #fff;
}
#kim #kim-micro-3 .animation-2 .dot-line.left,
#kim #kim-mobile-micro-3 .animation-2 .dot-line.left {
  right: 50%;
  margin-right: 34px;
}
#kim #kim-micro-3 .animation-2 .dot-line.right,
#kim #kim-mobile-micro-3 .animation-2 .dot-line.right {
  left: 50%;
  margin-left: 34px;
}
#kim #kim-micro-3 .animation-2 .box,
#kim #kim-mobile-micro-3 .animation-2 .box {
  position: absolute;
  top: 0;
  width: 180px;
  height: 55px;
  padding: 20px 0 0 0;
  border: 2px solid #ffd530;
  text-transform: uppercase;
  text-align: center;
  font-size: 14px;
  font-weight: 200;
  letter-spacing: 1px;
  box-sizing: border-box;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.3);
}
#kim #kim-micro-3 .animation-2 .box.left,
#kim #kim-mobile-micro-3 .animation-2 .box.left {
  right: 70%;
}
#kim #kim-micro-3 .animation-2 .box.right,
#kim #kim-mobile-micro-3 .animation-2 .box.right {
  left: 70%;
}
@media (min-width: 641px) {
  #kim #kim-micro-3 .qm-cont .qm p {
    position: relative;
    top: 8px;
  }
}
@media (min-width: 641px) {
  #kim #kim-mobile-micro-3 {
    display: none;
  }
}
#kim #kim-mob-slider-one .micro-img {
  margin-bottom: 30px;
}
@media (min-width: 641px) {
  #kim #kim-mob-slider-one .micro-img {
    margin-bottom: 130px;
  }
}
#kim #kim-mob-slider-one .desc {
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  max-width: 320px;
  margin: 0 auto;
}
#kim #kim-mob-slider-two .slide h1,
#kim #kim-mob-slider-two .slide h2 {
  max-width: 640px;
  top: 46%;
  margin: 0 auto;
  position: relative;
  text-transform: uppercase;
}
#kim #kim-mob-slider-two .slide.content h1,
#kim #kim-mob-slider-two .slide.content h2 {
  top: 10%;
  border: none;
}
#kim #kim-mob-slider-two .slide p {
  top: 46%;
  position: relative;
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
  margin-top: 0;
}
#kim #kim-mob-slider-two .slide h1 {
  border-bottom: 1px solid #fff;
  padding-bottom: 5px;
  font-size: 33px;
  margin-bottom: 5px;
  line-height: 1em;
}
#kim #kim-mob-slider-two .slide.content h1 {
  font-size: 42px;
}
#kim #kim-mob-slider-two .slide h2 {
  font-size: 20px;
  font-weight: normal;
  padding-bottom: 6px;
}
#kim #kim-mob-slider-two .slide .star-cont {
  position: relative;
  max-width: 300px;
  margin: 0 auto;
  top: 10%;
}
#kim #kim-mob-slider-two .slide .star-cont .star {
  width: 15px;
  height: 15px;
  background: url('../images/soldiers/star-white.png') center no-repeat;
  background-size: contain;
  position: absolute;
  left: 50%;
  margin-left: -7px;
  top: -8px;
}
#kim #kim-mob-slider-two .slide .star-cont .line {
  border-bottom: 1px solid #fff;
  width: 45%;
}
#kim #kim-mob-slider-two .slide .star-cont .line.left {
  float: left;
}
#kim #kim-mob-slider-two .slide .star-cont .line.right {
  float: right;
}
#kim #kim-mob-slider-two .slide .help-boxes {
  position: relative;
  top: 15%;
}
#kim #kim-mob-slider-two .slide .box {
  font-size: 22px;
  font-style: italic;
  font-weight: 200;
}
#kim #kim-mob-slider-two .slide .box p {
  display: inline-block;
  padding: 5px 8px;
  border: 2px solid #ffd530;
  background: rgba(0, 0, 0, 0.3);
  margin-bottom: 15px;
}
#kim #kim-mob-slider-two #kim-mob-slider-two-indicator {
  float: left;
}
#kim #kim-mob-achievements {
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}
#kim #kim-mob-achievements .slide h1,
#kim #kim-mob-achievements .slide p {
  top: 25%;
  max-width: 640px;
  margin: 0 auto;
}
#kim #kim-mob-achievements .slide h1 {
  position: relative;
  text-transform: uppercase;
  border-bottom: 1px solid #fff;
  padding-bottom: 5px;
  font-size: 27px;
  margin-bottom: 5px;
  line-height: 1em;
}
#kim #kim-mob-achievements .slide p {
  position: relative;
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
  margin-top: 0;
}
#kim #kim-mob-achievements .slide .badge-graphic-mob {
  position: relative;
  width: 100px;
  height: 100px;
  margin: 0 auto;
  top: 100px;
}
#kim #kim-mob-achievements .badge-graphic-mob.one {
  background: url('../images/soldiers/badges/mobile/female-officer.png') center no-repeat;
  background-size: contain;
}
#kim #kim-mob-achievements .badge-graphic-mob.two {
  background: url('../images/soldiers/badges/mobile/female-leader.png') center no-repeat;
  background-size: contain;
}
#kim #kim-mob-achievements .badge-graphic-mob.three {
  background: url('../images/soldiers/badges/mobile/degree.png') center no-repeat;
  background-size: contain;
}
/* Soldier Styles: Kim
==========================================*/
#vahovick.tall .intro-cont {
  top: 175px;
}
@media all and (min-width: 641px) {
  #vahovick.tall .section-intro {
    background-image: url('../images/soldiers/6-vahovick/bg-intro-tall.jpg');
  }
}
@media all and (max-width: 640px) {
  #vahovick.tall .section-intro {
    background-image: url('../images/soldiers/6-vahovick/mobile/bg-intro.jpg');
  }
}
@media all and (min-width: 641px) {
  #vahovick .section-intro {
    background-image: url('../images/soldiers/6-vahovick/bg-intro.jpg');
  }
  #vahovick .section-chapter-1 {
    background-image: url('../images/soldiers/6-vahovick/bg-chapter-1.jpg');
  }
  #vahovick .section-chapter-2 {
    background-image: url('../images/soldiers/6-vahovick/bg-chapter-2.jpg');
  }
  #vahovick .section-chapter-3 {
    background-image: url('../images/soldiers/6-vahovick/bg-chapter-3.jpg');
  }
  #vahovick .section-chapter-4 {
    background-image: url('../images/soldiers/6-vahovick/bg-chapter-4.jpg');
  }
  #vahovick .section-video-1 {
    background-image: url('../images/soldiers/6-vahovick/bg-video-1.jpg');
  }
  #vahovick .section-video-2 {
    background-image: url('../images/soldiers/6-vahovick/bg-video-2.jpg');
  }
  #vahovick .section-video-3 {
    background-image: url('../images/soldiers/6-vahovick/bg-video-3.jpg');
  }
  #vahovick #vahovick-micro-1 {
    background-image: url('../images/soldiers/6-vahovick/bg-micro-1.jpg');
  }
  #vahovick #vahovick-micro-2 {
    background-image: url('../images/soldiers/6-vahovick/bg-micro-2.jpg');
  }
  #vahovick #vahovick-micro-3 {
    background-image: url('../images/soldiers/6-vahovick/bg-micro-3.jpg');
  }
  #vahovick #vahovick-mobile-micro-2 {
    background-image: url('../images/soldiers/6-vahovick/mobile/bg-micro-2.jpg');
  }
  #vahovick .quote {
    background-image: url('../images/soldiers/6-vahovick/bg-quote.jpg');
  }
  #vahovick .section.gallery {
    background-image: url('../images/soldiers/6-vahovick/bg-gallery.html');
  }
  #vahovick .section.achievements {
    background-image: url('../images/soldiers/6-vahovick/bg-achievement.jpg');
  }
}
@media all and (max-width: 640px) {
  #vahovick .section-intro {
    background-image: url('../images/soldiers/6-vahovick/mobile/bg-intro.jpg');
  }
  #vahovick .section-chapter-1 {
    background-image: url('../images/soldiers/6-vahovick/mobile/bg-chapter-1.jpg');
  }
  #vahovick .section-chapter-2 {
    background-image: url('../images/soldiers/6-vahovick/mobile/bg-chapter-2.jpg');
  }
  #vahovick .section-chapter-3 {
    background-image: url('../images/soldiers/6-vahovick/mobile/bg-chapter-3.jpg');
  }
  #vahovick .section-chapter-4 {
    background-image: url('../images/soldiers/6-vahovick/mobile/bg-chapter-4.jpg');
  }
  #vahovick .section-video-1 {
    background-image: url('../images/soldiers/6-vahovick/mobile/bg-video-1.jpg');
  }
  #vahovick .section-video-2 {
    background-image: url('../images/soldiers/6-vahovick/mobile/bg-video-2.jpg');
  }
  #vahovick .section-video-3 {
    background-image: url('../images/soldiers/6-vahovick/mobile/bg-video-3.jpg');
  }
  #vahovick #vahovick-micro-1 {
    background-image: url('../images/soldiers/6-vahovick/mobile/bg-micro-1.jpg');
  }
  #vahovick #vahovick-mobile-micro-2 {
    background-image: url('../images/soldiers/6-vahovick/mobile/bg-micro-2.jpg');
  }
  #vahovick #vahovick-micro-3 {
    background-image: url('../images/soldiers/6-vahovick/mobile/bg-micro-3.jpg');
  }
  #vahovick .quote {
    background-image: url('../images/soldiers/6-vahovick/mobile/bg-quote.jpg');
  }
  #vahovick .section.achievements {
    background-image: url('../images/soldiers/6-vahovick/mobile/bg-achievement.jpg');
  }
}
#vahovick .section-intro .intro-cont {
  width: 100%;
  right: 90px;
  max-width: 750px;
}
@media (max-width: 350px) {
  #vahovick .section-intro .intro-cont br {
    display: none;
  }
}
@media (max-width: 960px) {
  #vahovick .section-intro .intro-cont {
    right: 30px;
  }
}
@media (max-width: 640px) {
  #vahovick .section-intro .intro-cont {
    right: 0;
    max-width: 100%;
  }
}
#vahovick .section-intro .intro-cont h1,
#vahovick .section-intro .intro-cont p {
  color: #fff;
}
#vahovick .section-intro .intro-cont h3,
#vahovick .section-intro .intro-cont h2 {
  color: #fff;
}
#vahovick .section-intro .intro-cont p {
  text-transform: none;
  color: #fff;
}
#vahovick .section-intro .intro-cont .line-right,
#vahovick .section-intro .intro-cont .line-left {
  width: 160px;
  border-color: #fff !important;
}
@media (max-width: 960px) {
  #vahovick .section-intro .intro-cont .line-right,
  #vahovick .section-intro .intro-cont .line-left {
    width: 75px !important;
  }
}
@media (max-width: 640px) {
  #vahovick .section-intro .intro-cont .line-right,
  #vahovick .section-intro .intro-cont .line-left {
    height: 2px !important;
    width: 65px !important;
  }
}
#vahovick .section-intro .intro-cont .line-right {
  margin-right: 160px;
}
@media (max-width: 960px) {
  #vahovick .section-intro .intro-cont .line-right {
    margin-right: 125px !important;
  }
}
@media (max-width: 640px) {
  #vahovick .section-intro .intro-cont .line-right {
    margin-right: 85px !important;
  }
}
#vahovick .section-intro .intro-cont .line-left {
  margin-left: 160px;
}
@media (max-width: 960px) {
  #vahovick .section-intro .intro-cont .line-left {
    margin-left: 125px !important;
  }
}
@media (max-width: 640px) {
  #vahovick .section-intro .intro-cont .line-left {
    margin-left: 85px !important;
  }
}
@media (max-width: 960px) {
  #vahovick .section-intro .intro-cont .star-lines .line-right,
  #vahovick .section-intro .intro-cont .star-lines .line-left {
    width: 140px !important;
  }
}
@media (max-width: 640px) {
  #vahovick .section-intro .intro-cont .star-lines .line-right,
  #vahovick .section-intro .intro-cont .star-lines .line-left {
    width: 120px !important;
  }
}
@media (max-width: 960px) {
  #vahovick .section-intro .intro-cont .star-lines .line-right {
    margin-right: 25px !important;
  }
}
@media (max-width: 640px) {
  #vahovick .section-intro .intro-cont .star-lines .line-right {
    margin-right: 13px !important;
  }
}
@media (max-width: 960px) {
  #vahovick .section-intro .intro-cont .star-lines .line-left {
    margin-left: 25px !important;
  }
}
@media (max-width: 640px) {
  #vahovick .section-intro .intro-cont .star-lines .line-left {
    margin-left: 13px !important;
  }
}
#vahovick .section-intro .exp-journey {
  background: url('../images/soldiers/exp-his-journey.png') no-repeat;
}
@media (max-width: 640px) {
  #vahovick .quote br {
    display: none;
  }
}
@media (max-width: 640px) {
  #vahovick #vahovick-micro-1 {
    min-height: 500px !important;
  }
}
#vahovick #vahovick-micro-1 img {
  pointer-events: none;
}
#vahovick #vahovick-micro-1 .animation {
  position: relative;
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}
#vahovick #vahovick-micro-1 .animation h2 {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 54px;
  color: #fff;
  text-transform: uppercase;
}
@media (max-width: 960px) {
  #vahovick #vahovick-micro-1 .animation h2 {
    font-size: 42px;
  }
}
#vahovick #vahovick-micro-1 .animation p {
  font-size: 26px;
  color: #fff;
  line-height: 1em;
  font-family: 'Source Sans Pro', sans-serif;
  font-style: italic;
  margin-top: 10px;
  line-height: 32px;
  font-weight: 400;
}
@media (max-width: 960px) {
  #vahovick #vahovick-micro-1 .animation p {
    font-size: 22px;
  }
}
#vahovick #vahovick-micro-1 .animation-1 {
  top: 50%;
}
#vahovick #vahovick-micro-1 .animation-1 h2,
#vahovick #vahovick-micro-1 .animation-1 p {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  text-align: center;
}
#vahovick #vahovick-micro-1 .animation-1 h2 {
  top: -90px;
  font-size: 58px;
}
@media (max-width: 960px) {
  #vahovick #vahovick-micro-1 .animation-1 h2 {
    font-size: 42px;
    top: -70px;
  }
}
#vahovick #vahovick-micro-1 .animation-1 h2.two-lines {
  line-height: 1em;
  top: -175px;
}
#vahovick #vahovick-micro-1 .animation-1 .line {
  max-width: 510px;
  width: 0;
  height: 2px;
  margin: 0 auto;
  background: #fff;
}
#vahovick #vahovick-micro-1 .animation-2 {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 589px;
  height: 364px;
  margin-left: -260px;
  margin-top: -110px;
}
#vahovick #vahovick-micro-1 .animation-2 #hud-cont {
  position: relative;
  top: 20%;
}
#vahovick #vahovick-micro-1 .animation-2 #hud-cont .hud {
  position: relative;
  width: 589px;
  height: 364px;
  background: url('../images/soldiers/2-augustine/micro-1/hud.png') center no-repeat;
}
#vahovick #vahovick-micro-1 .animation-2 #hud-cont .hud .arrow-left {
  position: absolute;
  left: -15px;
  top: 190px;
  width: 8px;
  height: 14px;
  background: url('../images/soldiers/2-augustine/micro-1/hud-arrow-left.png') center no-repeat;
}
#vahovick #vahovick-micro-1 .animation-2 #hud-cont .hud .arrow-right {
  position: absolute;
  right: 40px;
  top: 150px;
  width: 34px;
  height: 15px;
  background: url('../images/soldiers/2-augustine/micro-1/hud-arrow-right.png') center no-repeat;
}
#vahovick #vahovick-micro-1 .animation-2 #hud-cont .hud .circle-mask {
  width: 140px;
  height: 40px;
  position: absolute;
  top: 315px;
  left: 190px;
  overflow: hidden;
}
#vahovick #vahovick-micro-1 .animation-2 #hud-cont .hud .circle-mask .circle {
  width: 140px;
  height: 140px;
  background: url('../images/soldiers/2-augustine/micro-1/hud-circle.png') center no-repeat;
}
#vahovick #vahovick-micro-1 .animation-2 #hud-cont .hud .num-left {
  position: absolute;
  left: 0;
  top: 250px;
  width: 25px;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  writing-mode: tb-rl;
}
#vahovick #vahovick-micro-1 .animation-2 #hud-cont .hud .num-right {
  position: absolute;
  right: -30px;
  top: 160px;
  width: 25px;
}
#vahovick #vahovick-micro-1 .animation-2 #hud-cont .hud-mask {
  position: absolute;
  overflow: hidden;
  top: 45px;
  left: 45px;
  width: 430px;
  height: 260px;
}
#vahovick #vahovick-micro-1 .animation-2 #hud-cont .hud-copy {
  position: absolute;
  width: 754px;
  height: 284px;
  top: 0;
  left: 0;
}
#vahovick #vahovick-micro-1 .animation-2 #hud-cont .hud-copy .init {
  position: absolute;
  width: 100%;
  height: 100%;
  background: url('../images/soldiers/2-augustine/micro-1/hud-copy-1.png') no-repeat center;
  background-size: cover;
}
#vahovick #vahovick-micro-1 .animation-2 #hud-cont .hud-copy .final {
  position: absolute;
  opacity: 0;
  width: 100%;
  height: 100%;
  background: url('../images/soldiers/2-augustine/micro-1/hud-copy-2.png') no-repeat center;
  background-size: cover;
}
#vahovick #vahovick-micro-1 .animation-2 .hud-copy .init {
  background: url('../images/soldiers/6-vahovick/micro-1/hud-copy-1.png') no-repeat center !important;
  background-size: cover !important;
}
#vahovick #vahovick-micro-1 .animation-2 .hud-copy .final {
  background: url('../images/soldiers/6-vahovick/micro-1/hud-copy-2.png') no-repeat center !important;
  background-size: cover !important;
}
#vahovick #vahovick-micro-1 .animation-3 {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 520px;
  height: 238px;
  margin-left: -260px;
  margin-top: -60px;
}
#vahovick #vahovick-micro-1 .animation-3 .odometer .digit {
  position: relative;
  float: left;
  margin-right: 12px;
  width: 94px;
  height: 120px;
  background: url('../images/soldiers/5-kim/micro-1/anim-3/frame.png') no-repeat center;
  background-size: contain;
}
#vahovick #vahovick-micro-1 .animation-3 .odometer .digit .mask {
  position: absolute;
  top: 8px;
  left: 9px;
  width: 76px;
  height: 105px;
  border-radius: 5px;
  overflow: hidden;
  background: url('../images/soldiers/5-kim/micro-1/anim-3/numbers.png') repeat 0 0;
}
#vahovick #vahovick-micro-1 .animation-3 .odometer .digit:last-child {
  margin-right: 0;
}
#vahovick #vahovick-micro-1 .animation-4 {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 640px;
  height: 500px;
  margin-left: -320px;
  margin-top: -200px;
}
#vahovick #vahovick-micro-1 .animation-4 .family {
  width: 390px;
  margin: 0 auto;
  margin-top: 150px;
}
#vahovick #vahovick-micro-1 .animation-4 .family .man {
  display: inline-block;
  width: 110px;
  height: 133px;
  margin: 0 auto;
  background: url('../images/soldiers/6-vahovick/micro-1/man.png') no-repeat 0 0;
}
#vahovick #vahovick-micro-1 .animation-4 .family .wife {
  display: inline-block;
  position: relative;
  left: 0;
  width: 97px;
  height: 124px;
  background: url('../images/soldiers/6-vahovick/micro-1/wife.png') no-repeat 0 0;
}
#vahovick #vahovick-micro-1 .animation-4 .family .girl {
  display: inline-block;
  position: relative;
  right: 0;
  width: 80px;
  height: 97px;
  background: url('../images/soldiers/6-vahovick/micro-1/girl.png') no-repeat 0 0;
}
#vahovick #vahovick-micro-1 .animation-4 .family .line1 {
  position: relative;
  bottom: 3px;
  width: 390px;
  height: 3px;
  background: #fff;
  margin: 0 auto;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
}
#vahovick #vahovick-micro-1 .animation-4 .family .line2 {
  position: relative;
  bottom: 0;
  width: 340px;
  height: 3px;
  background: #fff;
  margin: 0 auto;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
}
#vahovick #vahovick-micro-1 .animation-4 .family .insur {
  position: relative;
  bottom: 0;
  width: 388px;
  margin: 0 auto;
}
#vahovick #vahovick-micro-1 .animation-4 .family .insur .medical,
#vahovick #vahovick-micro-1 .animation-4 .family .insur .dental,
#vahovick #vahovick-micro-1 .animation-4 .family .insur .life {
  width: 388px;
  height: 34px;
  position: relative;
  margin: 10px 0;
}
#vahovick #vahovick-micro-1 .animation-4 .family .insur .medical {
  background: url('../images/soldiers/6-vahovick/micro-1/insurance-copy.png') no-repeat 0 0;
}
#vahovick #vahovick-micro-1 .animation-4 .family .insur .dental {
  background: url('../images/soldiers/6-vahovick/micro-1/insurance-copy.png') no-repeat 0 -40px;
}
#vahovick #vahovick-micro-1 .animation-4 .family .insur .life {
  background: url('../images/soldiers/6-vahovick/micro-1/insurance-copy.png') no-repeat 0 -80px;
}
@media (max-width: 960px) {
  #vahovick #vahovick-micro-2 {
    height: 600px  !important;
  }
}
#vahovick #vahovick-micro-2 .animation {
  position: relative;
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}
#vahovick #vahovick-micro-2 .animation h2 {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 54px;
  color: #fff;
  text-transform: uppercase;
}
@media (max-width: 960px) {
  #vahovick #vahovick-micro-2 .animation h2 {
    font-size: 42px;
  }
}
#vahovick #vahovick-micro-2 .animation p {
  font-size: 26px;
  color: #fff;
  line-height: 1em;
  font-family: 'Source Sans Pro', sans-serif;
  font-style: italic;
  margin-top: 10px;
  line-height: 32px;
  font-weight: 400;
}
@media (max-width: 960px) {
  #vahovick #vahovick-micro-2 .animation p {
    font-size: 22px;
  }
}
#vahovick #vahovick-micro-2 .animation-1 {
  top: 50%;
}
#vahovick #vahovick-micro-2 .animation-1 h2,
#vahovick #vahovick-micro-2 .animation-1 p {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  text-align: center;
}
#vahovick #vahovick-micro-2 .animation-1 h2 {
  top: -90px;
  font-size: 58px;
}
@media (max-width: 960px) {
  #vahovick #vahovick-micro-2 .animation-1 h2 {
    font-size: 42px;
    top: -70px;
  }
}
#vahovick #vahovick-micro-2 .animation-1 h2.two-lines {
  line-height: 1em;
  top: -175px;
}
#vahovick #vahovick-micro-2 .animation-1 .line {
  max-width: 510px;
  width: 0;
  height: 2px;
  margin: 0 auto;
  background: #fff;
}
#vahovick #vahovick-micro-2 .animation-1 h2 {
  top: -168px;
  line-height: 1em;
}
@media (max-width: 960px) {
  #vahovick #vahovick-micro-2 .animation-1 h2 {
    top: -130px;
  }
}
#vahovick #vahovick-micro-2 .animation-1 .line {
  max-width: 800px;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
}
#vahovick #vahovick-micro-2 .animation-2 {
  position: absolute;
  max-width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('../images/soldiers/6-vahovick/micro-2/overlay.png') no-repeat;
  background-size: cover;
}
#vahovick #vahovick-micro-2 .animation-2 p {
  font-size: 18px;
  line-height: 24px;
  margin-top: 30px;
}
#vahovick #vahovick-micro-2 .animation-2 .field {
  position: relative;
  width: 920px;
  height: 552px;
  margin: 0 auto;
  top: 25px;
}
#vahovick #vahovick-micro-2 .animation-2 .field .line-mask {
  position: absolute;
  overflow: hidden;
  top: 100%;
  left: 0;
  right: 100%;
  bottom: 0;
}
#vahovick #vahovick-micro-2 .animation-2 .field .line-mask .line {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 921px;
  height: 552px;
  background: url('../images/soldiers/6-vahovick/micro-2/line.png') no-repeat;
}
#vahovick #vahovick-micro-2 .animation-2 .field .lines-2-mask {
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 595px;
  bottom: 100%;
}
#vahovick #vahovick-micro-2 .animation-2 .field .lines-2-mask .lines-2 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('../images/soldiers/6-vahovick/micro-2/lines-2.png') no-repeat;
}
#vahovick #vahovick-micro-2 .animation-2 .field .hotspot {
  opacity: 0;
  position: absolute;
  width: 21px;
  height: 21px;
  background: url('../images/soldiers/6-vahovick/micro-2/hotspot.png') no-repeat;
}
#vahovick #vahovick-micro-2 .animation-2 .field .hotspot.hp1 {
  left: 55px;
  bottom: 215px;
}
#vahovick #vahovick-micro-2 .animation-2 .field .hotspot.hp2 {
  left: 316px;
  bottom: 118px;
}
#vahovick #vahovick-micro-2 .animation-2 .field .hotspot.hp3 {
  left: 449px;
  bottom: 240px;
}
#vahovick #vahovick-micro-2 .animation-2 .field .hotspot.hp4 {
  left: 640px;
  bottom: 110px;
}
#vahovick #vahovick-micro-2 .animation-2 .field .hotspot.hp5 {
  left: 840px;
  bottom: 253px;
}
#vahovick #vahovick-micro-2 .animation-2 .field .hotspot.hp6 {
  left: 730px;
  bottom: 438px;
}
#vahovick #vahovick-micro-2 .animation-2 .field .comcenter {
  position: absolute;
  left: 122px;
  bottom: 160px;
  width: 206px;
  height: 99px;
  background: url('../images/soldiers/6-vahovick/micro-2/comcenter.png') no-repeat;
}
#vahovick #vahovick-micro-2 .animation-2 .field .jnn {
  position: absolute;
  left: 0;
  bottom: 115px;
  width: 224px;
  height: 105px;
  background: url('../images/soldiers/6-vahovick/micro-2/jnn.png') no-repeat;
}
#vahovick #vahovick-micro-2 .animation-2 .field .satellite {
  position: absolute;
  left: 380px;
  top: 0;
  width: 147px;
  height: 69px;
  background: url('../images/soldiers/6-vahovick/micro-2/satellite.png') no-repeat;
}
#vahovick #vahovick-micro-2 .animation-2 .field .satellite .plate {
  position: absolute;
  width: 47px;
  height: 30px;
  left: 53px;
  bottom: 5px;
  background: url('../images/soldiers/6-vahovick/micro-2/satellite-plate.png') no-repeat;
}
#vahovick #vahovick-micro-2 .animation-2 .field .aircraft {
  position: absolute;
  right: 0;
  top: 100px;
  width: 195px;
  height: 72px;
  background: url('../images/soldiers/6-vahovick/micro-2/aircraft.png') no-repeat;
}
#vahovick #vahovick-micro-2 .animation-2 .field .vehicle {
  position: absolute;
  left: 320px;
  bottom: 0;
  width: 145px;
  height: 108px;
  background: url('../images/soldiers/6-vahovick/micro-2/vehicle.png') no-repeat;
}
#vahovick #vahovick-micro-2 .animation-2 .field .soldiers {
  position: absolute;
  left: 420px;
  bottom: 160px;
  width: 82px;
  height: 74px;
  background: url('../images/soldiers/6-vahovick/micro-2/soldiers.png') no-repeat;
}
#vahovick #vahovick-micro-2 .animation-2 .field .armor {
  position: absolute;
  right: 0;
  bottom: 170px;
  width: 114px;
  height: 77px;
  background: url('../images/soldiers/6-vahovick/micro-2/armor.png') no-repeat;
}
#vahovick #vahovick-micro-2 .animation-2 .field .base {
  position: absolute;
  right: 50px;
  bottom: 0;
  width: 189px;
  height: 130px;
  background: url('../images/soldiers/6-vahovick/micro-2/base.png') no-repeat;
}
#vahovick #vahovick-micro-2 .animation-2 .field .base-truck {
  position: absolute;
  right: 210px;
  bottom: 20px;
  width: 93px;
  height: 111px;
  background: url('../images/soldiers/6-vahovick/micro-2/base-truck.png') no-repeat;
}
@media (min-width: 961px) {
  #vahovick #vahovick-mobile-micro-2 {
    display: none;
  }
}
@media (min-width: 961px) {
  #vahovick .section.lock-height {
    height: 930px !important;
  }
  #vahovick .section.lock-height .micro {
    height: 930px !important;
  }
}
@media (max-width: 960px) {
  #vahovick #vahovick-micro-3 {
    position: absolute;
  }
  #vahovick #vahovick-micro-3 .animation {
    display: none;
  }
}
#vahovick #vahovick-micro-3 .animation-1 {
  position: relative;
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  top: 50%;
}
#vahovick #vahovick-micro-3 .animation-1 h2 {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 54px;
  color: #fff;
  text-transform: uppercase;
}
@media (max-width: 960px) {
  #vahovick #vahovick-micro-3 .animation-1 h2 {
    font-size: 42px;
  }
}
#vahovick #vahovick-micro-3 .animation-1 p {
  font-size: 26px;
  color: #fff;
  line-height: 1em;
  font-family: 'Source Sans Pro', sans-serif;
  font-style: italic;
  margin-top: 10px;
  line-height: 32px;
  font-weight: 400;
}
@media (max-width: 960px) {
  #vahovick #vahovick-micro-3 .animation-1 p {
    font-size: 22px;
  }
}
#vahovick #vahovick-micro-3 .animation-1 h2,
#vahovick #vahovick-micro-3 .animation-1 p {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  text-align: center;
}
#vahovick #vahovick-micro-3 .animation-1 h2 {
  top: -90px;
  font-size: 58px;
}
@media (max-width: 960px) {
  #vahovick #vahovick-micro-3 .animation-1 h2 {
    font-size: 42px;
    top: -70px;
  }
}
#vahovick #vahovick-micro-3 .animation-1 h2.two-lines {
  line-height: 1em;
  top: -175px;
}
#vahovick #vahovick-micro-3 .animation-1 .line {
  max-width: 510px;
  width: 0;
  height: 2px;
  margin: 0 auto;
  background: #fff;
}
#vahovick #vahovick-micro-3 .animation-1 h2 {
  top: -168px;
  line-height: 1em;
}
@media (max-width: 960px) {
  #vahovick #vahovick-micro-3 .animation-1 h2 {
    top: -130px;
  }
}
#vahovick #vahovick-micro-3 .animation-1 .line {
  max-width: 700px;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
}
#vahovick #vahovick-micro-3 .animation-2 {
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
#vahovick #vahovick-micro-3 .animation-2 h2 {
  font-weight: 400;
  font-style: italic;
  font-size: 18px;
  position: relative;
  top: 20px;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
}
#vahovick #vahovick-micro-3 .animation-2 .core {
  width: 220px;
  height: 220px;
  border: 2px solid #fff;
  border-radius: 50%;
  background: #597598;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -110px;
  margin-left: -110px;
}
#vahovick #vahovick-micro-3 .animation-2 .core h3 {
  position: relative;
  top: 50px;
  font-size: 22px;
  text-transform: uppercase;
  line-height: 1em;
  font-family: 'Open Sans Condensed', sans-serif;
  font-weight: 400;
}
#vahovick #vahovick-micro-3 .animation-2 .core .star-lines {
  position: relative;
  top: 30px;
  height: 30px;
  max-width: 490px;
  width: 100%;
  margin: 0 auto;
}
#vahovick #vahovick-micro-3 .animation-2 .core .star-lines .line-left,
#vahovick #vahovick-micro-3 .animation-2 .core .star-lines .line-right {
  position: absolute;
  top: 8px;
  width: 85px;
  border-top: 1px solid #fff;
}
#vahovick #vahovick-micro-3 .animation-2 .core .star-lines .line-left {
  left: 50%;
  margin-left: 10px;
}
#vahovick #vahovick-micro-3 .animation-2 .core .star-lines .line-right {
  right: 50%;
  margin-right: 10px;
}
#vahovick #vahovick-micro-3 .animation-2 .core .star-lines .star {
  opacity: 1;
  width: 15px;
  height: 15px;
  margin: 0 auto;
  background-size: contain;
  background-image: url('../images/soldiers/star-yellow.png');
  background-repeat: no-repeat;
}
#vahovick #vahovick-micro-3 .animation-2 .branch {
  height: 300px;
  width: 100px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -300px;
  margin-left: -50px;
  -webkit-transform-origin: center 300px;
  -ms-transform-origin: center 300px;
  transform-origin: center 300px;
}
#vahovick #vahovick-micro-3 .animation-2 .branch p {
  position: absolute;
  text-transform: uppercase;
  font-size: 11px;
  width: 80px;
  height: 80px;
  top: -3px;
  left: 8px;
  box-sizing: border-box;
  padding-top: 25px;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
}
#vahovick #vahovick-micro-3 .animation-2 .branch.b1 {
  -webkit-transform: rotate(72deg);
  -ms-transform: rotate(72deg);
  transform: rotate(72deg);
}
#vahovick #vahovick-micro-3 .animation-2 .branch.b1 p {
  -webkit-transform: rotate(-72deg);
  -ms-transform: rotate(-72deg);
  transform: rotate(-72deg);
}
#vahovick #vahovick-micro-3 .animation-2 .branch.b2 {
  -webkit-transform: rotate(144deg);
  -ms-transform: rotate(144deg);
  transform: rotate(144deg);
}
#vahovick #vahovick-micro-3 .animation-2 .branch.b2 p {
  -webkit-transform: rotate(-144deg);
  -ms-transform: rotate(-144deg);
  transform: rotate(-144deg);
}
#vahovick #vahovick-micro-3 .animation-2 .branch.b3 {
  -webkit-transform: rotate(216deg);
  -ms-transform: rotate(216deg);
  transform: rotate(216deg);
}
#vahovick #vahovick-micro-3 .animation-2 .branch.b3 p {
  -webkit-transform: rotate(-216deg);
  -ms-transform: rotate(-216deg);
  transform: rotate(-216deg);
}
#vahovick #vahovick-micro-3 .animation-2 .branch.b4 {
  -webkit-transform: rotate(288deg);
  -ms-transform: rotate(288deg);
  transform: rotate(288deg);
}
#vahovick #vahovick-micro-3 .animation-2 .branch.b4 p {
  -webkit-transform: rotate(-288deg);
  -ms-transform: rotate(-288deg);
  transform: rotate(-288deg);
}
#vahovick #vahovick-micro-3 .animation-2 .circle {
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -55px;
  width: 100px;
  height: 100px;
  border: 2px solid #ffd530;
  border-radius: 50%;
  box-sizing: border-box;
}
#vahovick #vahovick-micro-3 .animation-2 .circle.animOver {
  cursor: pointer;
}
#vahovick #vahovick-micro-3 .animation-2 .circle.active {
  width: 110px;
  height: 110px;
  cursor: default;
}
#vahovick #vahovick-micro-3 .animation-2 .circle.active p {
  background: #fff;
  border-radius: 50%;
  color: #000;
  width: 90px;
  height: 90px;
  top: -3px;
  left: 8px;
  box-sizing: border-box;
  padding-top: 30px;
}
#vahovick #vahovick-micro-3 .animation-2 .circle:after {
  content: "";
  display: block;
  position: relative;
  height: 105px;
  width: 1px;
  border-left: 2px dotted #fff;
  left: 50%;
  margin-left: -1px;
  top: 100px;
}
#vahovick #vahovick-micro-3 .animation-2 .circle.active:after {
  top: 110px;
}
#vahovick #vahovick-micro-3 .animation-2 .sub-molecule .sub-branch {
  height: 150px;
  width: 74px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -150px;
  margin-left: -37px;
  pointer-events: none;
}
#vahovick #vahovick-micro-3 .animation-2 .sub-molecule .sub-circle {
  opacity: 0;
  position: absolute;
  left: 50%;
  top: 113px;
  margin-left: -39px;
  width: 78px;
  height: 78px;
  border-radius: 50%;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.3);
}
#vahovick #vahovick-micro-3 .animation-2 .sub-molecule .sub-circle p {
  width: 62px;
  height: 60px;
  padding-top: 15px;
  background: none;
  font-size: 10px;
  top: -1px;
  color: #fff;
  letter-spacing: 0.5px;
  line-height: 10px;
}
#vahovick #vahovick-micro-3 .animation-2 .sub-molecule .sub-circle p.p1 {
  -webkit-transform-origin: 52%  51%;
}
#vahovick #vahovick-micro-3 .animation-2 .sub-molecule .sub-circle p.p2,
#vahovick #vahovick-micro-3 .animation-2 .sub-molecule .sub-circle p.p10,
#vahovick #vahovick-micro-3 .animation-2 .sub-molecule .sub-circle p.p8,
#vahovick #vahovick-micro-3 .animation-2 .sub-molecule .sub-circle p.p14,
#vahovick #vahovick-micro-3 .animation-2 .sub-molecule .sub-circle p.p23 {
  -webkit-transform-origin: 51%  50%;
}
#vahovick #vahovick-micro-3 .animation-2 .sub-molecule .sub-circle p.p4 {
  -webkit-transform-origin: 48%  52%;
}
#vahovick #vahovick-micro-3 .animation-2 .sub-molecule .sub-circle p.p6,
#vahovick #vahovick-micro-3 .animation-2 .sub-molecule .sub-circle p.p17,
#vahovick #vahovick-micro-3 .animation-2 .sub-molecule .sub-circle p.p24 {
  -webkit-transform-origin: 52%  50%;
}
#vahovick #vahovick-micro-3 .animation-2 .sub-molecule .sub-circle p.p12 {
  -webkit-transform-origin: 51%  50%;
}
#vahovick #vahovick-micro-3 .animation-2 .sub-molecule .sub-circle.two p {
  padding-top: 18px;
}
#vahovick #vahovick-micro-3 .animation-2 .sub-molecule .sub-circle.four p {
  padding-top: 9px;
}
#vahovick #vahovick-micro-3 .animation-2 .sub-molecule .sub-circle:after {
  content: "";
  display: block;
  position: relative;
  height: 17px;
  width: 1px;
  border-left: 2px solid #fff;
  left: 50%;
  margin-left: -1px;
  top: 78px;
}
#vahovick #vahovick-mobile-micro-2 {
  width: 100%;
  height: auto !important;
  position: relative !important;
  padding: 0 20px;
  box-sizing: border-box;
}
@media (max-width: 960px) {
  #vahovick #vahovick-mobile-micro-2 {
    height: 600px  !important;
  }
}
#vahovick #vahovick-mobile-micro-2 h2,
#vahovick #vahovick-mobile-micro-2 p {
  max-width: 640px;
  top: 0;
  margin: 0 auto;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  text-align: center;
}
#vahovick #vahovick-mobile-micro-2 h2 {
  position: relative;
  text-transform: uppercase;
  border-bottom: 1px solid #fff;
  padding-bottom: 5px;
  font-size: 27px;
  margin-bottom: 5px;
  margin-top: 30px;
  line-height: 1em;
}
@media (min-width: 641px) {
  #vahovick #vahovick-mobile-micro-2 h2 {
    font-size: 32px;
  }
}
#vahovick #vahovick-mobile-micro-2 p {
  position: relative;
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
  margin-top: 0;
}
@media (min-width: 641px) {
  #vahovick #vahovick-mobile-micro-2 p {
    font-size: 18px;
    line-height: 18px;
  }
}
#vahovick #vahovick-mobile-micro-2 .jnn-img {
  padding-top: 30px;
  padding-bottom: 30px;
}
#vahovick #vahovick-mobile-micro-2 .jnn-img img {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 460px;
  height: auto;
}
#vahovick #vahovick-mob-slider-three .slide .s1 h1 {
  font-size: 45px;
}
#vahovick #vahovick-mob-slider-three .slide .s1 p {
  font-size: 16px;
}
#vahovick #vahovick-mob-slider-three .slide img {
  pointer-events: none;
}
#vahovick #vahovick-mob-slider-three .slide img.molecule {
  margin-top: 10px;
  margin-bottom: 10px;
  height: 80%;
  vertical-align: middle;
  margin-top: 50px;
}
@media (max-width: 420px) {
  #vahovick #vahovick-mob-slider-three .slide img.molecule {
    height: auto;
    width: 90%;
  }
}
#vahovick #vahovick-mob-achievements {
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}
#vahovick #vahovick-mob-achievements .slide h1,
#vahovick #vahovick-mob-achievements .slide p {
  top: 25%;
  max-width: 640px;
  margin: 0 auto;
}
#vahovick #vahovick-mob-achievements .slide h1 {
  position: relative;
  text-transform: uppercase;
  border-bottom: 1px solid #fff;
  padding-bottom: 5px;
  font-size: 27px;
  margin-bottom: 5px;
  line-height: 1em;
}
#vahovick #vahovick-mob-achievements .slide p {
  position: relative;
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
  margin-top: 0;
}
#vahovick #vahovick-mob-achievements .slide .badge-graphic-mob {
  position: relative;
  width: 100px;
  height: 100px;
  margin: 0 auto;
  top: 100px;
}
#vahovick #vahovick-mob-achievements .badge-graphic-mob.one {
  background: url('../images/soldiers/badges/mobile/sattelite.png') center no-repeat;
  background-size: contain;
}
#vahovick #vahovick-mob-achievements .badge-graphic-mob.two {
  background: url('../images/soldiers/badges/mobile/computer.png') center no-repeat;
  background-size: contain;
}
#vahovick #vahovick-mob-achievements .badge-graphic-mob.three {
  background: url('../images/soldiers/badges/mobile/diploma.png') center no-repeat;
  background-size: contain;
}
/* Soldier Styles: Kim
==========================================*/
#altamirano.tall .intro-cont {
  top: 175px;
}
@media all and (min-width: 641px) {
  #altamirano.tall .section-intro {
    background-image: url('../images/soldiers/7-altamirano/bg-intro-tall.jpg');
  }
}
@media all and (max-width: 640px) {
  #altamirano.tall .section-intro {
    background-image: url('../images/soldiers/7-altamirano/mobile/bg-intro.jpg');
  }
}
@media all and (min-width: 641px) {
  #altamirano .section-intro {
    background-image: url('../images/soldiers/7-altamirano/bg-intro.jpg');
  }
  #altamirano .section-chapter-1 {
    background-image: url('../images/soldiers/7-altamirano/bg-chapter-1.jpg');
  }
  #altamirano .section-chapter-2 {
    background-image: url('../images/soldiers/7-altamirano/bg-chapter-2.jpg');
  }
  #altamirano .section-chapter-3 {
    background-image: url('../images/soldiers/7-altamirano/bg-chapter-3.jpg');
  }
  #altamirano .section-chapter-4 {
    background-image: url('../images/soldiers/7-altamirano/bg-chapter-4.jpg');
  }
  #altamirano .section-video-1 {
    background-image: url('../images/soldiers/7-altamirano/bg-video-1.jpg');
  }
  #altamirano .section-video-2 {
    background-image: url('../images/soldiers/7-altamirano/bg-video-2.jpg');
  }
  #altamirano .section-video-3 {
    background-image: url('../images/soldiers/7-altamirano/bg-video-3.jpg');
  }
  #altamirano #altamirano-micro-1 {
    background-image: url('../images/soldiers/7-altamirano/bg-micro-1.jpg');
  }
  #altamirano #gallery {
    background-image: url('../images/soldiers/7-altamirano/bg-gallery.jpg');
  }
  #altamirano #altamirano-micro-3 {
    background-image: url('../images/soldiers/7-altamirano/bg-micro-3.jpg');
  }
  #altamirano .quote {
    background-image: url('../images/soldiers/7-altamirano/bg-quote.jpg');
  }
  #altamirano .section.gallery {
    background-image: url('../images/soldiers/7-altamirano/bg-gallery.jpg');
  }
  #altamirano .section.achievements {
    background-image: url('../images/soldiers/7-altamirano/bg-achievement.jpg');
  }
}
@media all and (max-width: 640px) {
  #altamirano .section-intro {
    background-image: url('../images/soldiers/7-altamirano/mobile/bg-intro.jpg');
  }
  #altamirano .section-chapter-1 {
    background-image: url('../images/soldiers/7-altamirano/mobile/bg-chapter-1.jpg');
  }
  #altamirano .section-chapter-2 {
    background-image: url('../images/soldiers/7-altamirano/mobile/bg-chapter-2.jpg');
  }
  #altamirano .section-chapter-3 {
    background-image: url('../images/soldiers/7-altamirano/mobile/bg-chapter-3.jpg');
  }
  #altamirano .section-chapter-4 {
    background-image: url('../images/soldiers/7-altamirano/mobile/bg-chapter-4.jpg');
  }
  #altamirano .section-video-1 {
    background-image: url('../images/soldiers/7-altamirano/mobile/bg-video-1.jpg');
  }
  #altamirano .section-video-2 {
    background-image: url('../images/soldiers/7-altamirano/mobile/bg-video-2.jpg');
  }
  #altamirano .section-video-3 {
    background-image: url('../images/soldiers/7-altamirano/mobile/bg-video-3.jpg');
  }
  #altamirano #altamirano-micro-1 {
    background-image: url('../images/soldiers/7-altamirano/mobile/bg-micro-1.jpg');
  }
  #altamirano #gallery {
    background-image: url('../images/soldiers/7-altamirano/mobile/bg-gallery.jpg');
  }
  #altamirano #altamirano-micro-3 {
    background-image: url('../images/soldiers/7-altamirano/mobile/bg-micro-3.jpg');
  }
  #altamirano .quote {
    background-image: url('../images/soldiers/7-altamirano/mobile/bg-quote.jpg');
  }
  #altamirano .section.achievements {
    background-image: url('../images/soldiers/7-altamirano/mobile/bg-achievement.jpg');
  }
}
#altamirano .section-intro .intro-cont {
  width: 100%;
  left: 90px;
  max-width: 670px;
}
@media (max-width: 350px) {
  #altamirano .section-intro .intro-cont br {
    display: none;
  }
}
@media (max-width: 960px) {
  #altamirano .section-intro .intro-cont {
    right: 30px;
  }
}
@media (max-width: 640px) {
  #altamirano .section-intro .intro-cont {
    left: 0;
    max-width: 100%;
    top: 30px !important;
  }
}
#altamirano .section-intro .intro-cont h1,
#altamirano .section-intro .intro-cont p {
  color: #fff;
}
#altamirano .section-intro .intro-cont h3,
#altamirano .section-intro .intro-cont h2 {
  color: #ccc6bc;
}
#altamirano .section-intro .intro-cont p {
  text-transform: none;
  color: #fff;
}
@media (max-width: 640px) {
  #altamirano .section-intro .intro-cont p {
    padding: 0 10px;
  }
}
#altamirano .section-intro .intro-cont h1 {
  font-size: 54px;
}
@media (max-width: 960px) {
  #altamirano .section-intro .intro-cont h1 {
    font-size: 40px;
  }
}
@media (max-width: 640px) {
  #altamirano .section-intro .intro-cont h1 {
    font-size: 22px;
  }
}
#altamirano .section-intro .intro-cont .line-right,
#altamirano .section-intro .intro-cont .line-left {
  width: 240px;
  border-color: #ccc6bc !important;
}
@media (max-width: 960px) {
  #altamirano .section-intro .intro-cont .line-right,
  #altamirano .section-intro .intro-cont .line-left {
    width: 165px !important;
  }
}
@media (max-width: 640px) {
  #altamirano .section-intro .intro-cont .line-right,
  #altamirano .section-intro .intro-cont .line-left {
    height: 2px !important;
    width: 95px !important;
  }
}
#altamirano .section-intro .intro-cont .line-right {
  margin-right: 90px;
}
@media (max-width: 960px) {
  #altamirano .section-intro .intro-cont .line-right {
    margin-right: 70px !important;
  }
}
@media (max-width: 640px) {
  #altamirano .section-intro .intro-cont .line-right {
    margin-right: 50px !important;
  }
}
#altamirano .section-intro .intro-cont .line-left {
  margin-left: 90px;
}
@media (max-width: 960px) {
  #altamirano .section-intro .intro-cont .line-left {
    margin-left: 70px !important;
  }
}
@media (max-width: 640px) {
  #altamirano .section-intro .intro-cont .line-left {
    margin-left: 50px !important;
  }
}
#altamirano .section-intro .intro-cont .star-lines {
  border-color: #ccc6bc;
}
@media (max-width: 960px) {
  #altamirano .section-intro .intro-cont .star-lines .line-right,
  #altamirano .section-intro .intro-cont .star-lines .line-left {
    width: 140px !important;
  }
}
@media (max-width: 640px) {
  #altamirano .section-intro .intro-cont .star-lines .line-right,
  #altamirano .section-intro .intro-cont .star-lines .line-left {
    width: 120px !important;
  }
}
@media (max-width: 960px) {
  #altamirano .section-intro .intro-cont .star-lines .line-right {
    margin-right: 25px !important;
  }
}
@media (max-width: 640px) {
  #altamirano .section-intro .intro-cont .star-lines .line-right {
    margin-right: 13px !important;
  }
}
@media (max-width: 960px) {
  #altamirano .section-intro .intro-cont .star-lines .line-left {
    margin-left: 25px !important;
  }
}
@media (max-width: 640px) {
  #altamirano .section-intro .intro-cont .star-lines .line-left {
    margin-left: 13px !important;
  }
}
#altamirano .section-intro .exp-journey {
  background: url('../images/soldiers/exp-her-journey.png') no-repeat;
}
@media (max-width: 640px) {
  #altamirano .quote br {
    display: none;
  }
}
@media (max-width: 640px) {
  #altamirano #altamirano-micro-1 {
    min-height: 500px !important;
  }
}
#altamirano #altamirano-micro-1 img {
  pointer-events: none;
}
#altamirano #altamirano-micro-1 .animation {
  position: relative;
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}
#altamirano #altamirano-micro-1 .animation h2 {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 54px;
  color: #fff;
  text-transform: uppercase;
}
@media (max-width: 960px) {
  #altamirano #altamirano-micro-1 .animation h2 {
    font-size: 42px;
  }
}
#altamirano #altamirano-micro-1 .animation p {
  font-size: 26px;
  color: #fff;
  line-height: 1em;
  font-family: 'Source Sans Pro', sans-serif;
  font-style: italic;
  margin-top: 10px;
  line-height: 32px;
  font-weight: 400;
}
@media (max-width: 960px) {
  #altamirano #altamirano-micro-1 .animation p {
    font-size: 22px;
  }
}
#altamirano #altamirano-micro-1 .animation-1 {
  top: 50%;
}
#altamirano #altamirano-micro-1 .animation-1 h2,
#altamirano #altamirano-micro-1 .animation-1 p {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  text-align: center;
}
#altamirano #altamirano-micro-1 .animation-1 h2 {
  top: -90px;
  font-size: 58px;
}
@media (max-width: 960px) {
  #altamirano #altamirano-micro-1 .animation-1 h2 {
    font-size: 42px;
    top: -70px;
  }
}
#altamirano #altamirano-micro-1 .animation-1 h2.two-lines {
  line-height: 1em;
  top: -175px;
}
#altamirano #altamirano-micro-1 .animation-1 .line {
  max-width: 510px;
  width: 0;
  height: 2px;
  margin: 0 auto;
  background: #fff;
}
@media (max-width: 750px) {
  #altamirano #altamirano-micro-1 .animation-1 br {
    display: none;
  }
}
@media (max-width: 960px) {
  #altamirano #altamirano-micro-1 .animation-1 {
    margin-top: -50px;
  }
}
#altamirano #altamirano-micro-1 .animation-2 {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 580px;
  margin-left: -290px;
  margin-top: -100px;
}
#altamirano #altamirano-micro-1 .animation-2 p {
  font-size: 20px;
  text-transform: uppercase;
  font-style: normal;
  letter-spacing: 1px;
  margin: 5px 0;
  line-height: 22px;
}
#altamirano #altamirano-micro-1 .animation-2 p.hide {
  opacity: 0;
}
#altamirano #altamirano-micro-1 .animation-2 .degree {
  position: relative;
  width: 300px;
  height: 220px;
  top: 0;
  left: 50%;
  margin-left: -150px;
}
#altamirano #altamirano-micro-1 .animation-2 .degree .diploma {
  position: absolute;
  top: 0;
  left: 0;
  width: 141px;
  height: 132px;
  background: url('../images/soldiers/5-kim/micro-1/anim-4/diploma.png') repeat center;
}
#altamirano #altamirano-micro-1 .animation-2 .degree .tag {
  opacity: 0;
  position: absolute;
  top: 71px;
  left: 95px;
  width: 179px;
  height: 126px;
}
#altamirano #altamirano-micro-1 .animation-2 .degree .tag .rope {
  position: absolute;
  top: 0;
  left: 0;
  width: 70px;
  height: 47px;
  background: url('../images/soldiers/5-kim/micro-1/anim-4/rope.png') no-repeat center;
}
#altamirano #altamirano-micro-1 .animation-2 .degree .tag .price {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 133px;
  height: 112px;
}
#altamirano #altamirano-micro-1 .animation-2 .degree .tag .price span.one {
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 133px;
  height: 112px;
  background: url('../images/soldiers/5-kim/micro-1/anim-4/tag-2.png') no-repeat center;
}
#altamirano #altamirano-micro-1 .animation-2 .degree .tag .price span.two {
  opacity: 0;
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 133px;
  height: 112px;
  background: url('../images/soldiers/5-kim/micro-1/anim-4/tag-1.png') no-repeat center;
}
#altamirano #altamirano-micro-1 .animation-3 {
  position: absolute;
  width: 852px;
  height: 240px;
  top: 50%;
  left: 50%;
  margin-top: -70px;
  margin-left: -426px;
}
@media (max-width: 960px) {
  #altamirano #altamirano-micro-1 .animation-3 {
    margin-top: -120px;
  }
}
#altamirano #altamirano-micro-1 .animation-3 .tv-cont,
#altamirano #altamirano-micro-1 .animation-3 .mic-cont,
#altamirano #altamirano-micro-1 .animation-3 .cam-cont {
  position: relative;
  float: left;
  height: 270px;
}
#altamirano #altamirano-micro-1 .animation-3 .tv-cont p,
#altamirano #altamirano-micro-1 .animation-3 .mic-cont p,
#altamirano #altamirano-micro-1 .animation-3 .cam-cont p {
  bottom: 0;
  left: 0;
  width: 100%;
  position: absolute;
  text-transform: uppercase;
  font-size: 20px;
  font-style: normal;
  border: 2px solid #fff;
  border-radius: 5px;
  padding: 0 20px;
  display: inline-block;
  box-sizing: border-box;
}
#altamirano #altamirano-micro-1 .animation-3 .tv-cont {
  width: 210px;
}
@media (max-width: 960px) {
  #altamirano #altamirano-micro-1 .animation-3 .tv-cont {
    width: 100%;
  }
  #altamirano #altamirano-micro-1 .animation-3 .tv-cont p {
    width: 200px;
    left: 50%;
    margin-left: -100px;
  }
}
#altamirano #altamirano-micro-1 .animation-3 .tv-cont .tv {
  position: relative;
  width: 177px;
  height: 162px;
  margin: 0 auto;
  background: url('../images/soldiers/7-altamirano/micro-1/tv.png') no-repeat center;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
}
#altamirano #altamirano-micro-1 .animation-3 .tv-cont .tv .soldier {
  position: absolute;
  width: 177px;
  height: 83px;
  top: 15px;
  left: 0;
  background: url('../images/soldiers/7-altamirano/micro-1/tv-soldier.png') no-repeat center;
}
#altamirano #altamirano-micro-1 .animation-3 .tv-cont .tv .film-cont {
  position: absolute;
  width: 135px;
  height: 14px;
  top: 98px;
  left: 20px;
  border: 1px solid #fff;
  border-bottom: 1px solid #fff;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
}
#altamirano #altamirano-micro-1 .animation-3 .tv-cont .tv .film-cont .film {
  width: 280px;
  height: 8px;
  position: absolute;
  left: 0;
  top: 3px;
  background: url('../images/soldiers/7-altamirano/micro-1/tv-film.png') no-repeat center;
}
#altamirano #altamirano-micro-1 .animation-3 .mic-cont {
  width: 320px;
  margin-left: 40px;
}
@media (max-width: 960px) {
  #altamirano #altamirano-micro-1 .animation-3 .mic-cont {
    width: 50%;
    margin: 0;
  }
  #altamirano #altamirano-micro-1 .animation-3 .mic-cont p {
    width: 300px;
    left: 50%;
    margin-left: -150px;
  }
}
#altamirano #altamirano-micro-1 .animation-3 .mic-cont .mic {
  position: relative;
  width: 57px;
  height: 125px;
  top: 40px;
  margin: 0 auto;
  opacity: 0;
}
#altamirano #altamirano-micro-1 .animation-3 .mic-cont .mic .stand {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 57px;
  height: 123px;
  background: url('../images/soldiers/7-altamirano/micro-1/mic-stand.png') no-repeat center;
}
#altamirano #altamirano-micro-1 .animation-3 .mic-cont .mic .head {
  position: absolute;
  top: 0;
  left: 0;
  width: 57px;
  height: 60px;
  background: url('../images/soldiers/7-altamirano/micro-1/mic-head.png') no-repeat center;
}
#altamirano #altamirano-micro-1 .animation-3 .cam-cont {
  width: 240px;
  margin-left: 40px;
}
@media (max-width: 960px) {
  #altamirano #altamirano-micro-1 .animation-3 .cam-cont {
    width: 50%;
    margin: 0;
  }
  #altamirano #altamirano-micro-1 .animation-3 .cam-cont p {
    width: 260px;
    left: 50%;
    margin-left: -130px;
  }
}
#altamirano #altamirano-micro-1 .animation-3 .cam-cont .cam {
  position: relative;
  bottom: 20px;
  width: 126px;
  height: 195px;
  margin: 0 auto;
  background: url('../images/soldiers/7-altamirano/micro-1/cam-stand.png') no-repeat bottom;
}
#altamirano #altamirano-micro-1 .animation-3 .cam-cont .cam .head {
  position: absolute;
  width: 126px;
  height: 92px;
  top: 5px;
  left: 0;
  background: url('../images/soldiers/7-altamirano/micro-1/cam-head.png') no-repeat bottom;
}
#altamirano #altamirano-micro-1 .animation-4 {
  position: absolute;
  width: 290px;
  height: 219px;
  top: 50%;
  left: 50%;
  margin-top: -110px;
  margin-left: -145px;
}
#altamirano #altamirano-micro-1 .animation-4 .family {
  width: 183px;
  height: 203px;
  margin: 0 auto;
  background: url('../images/soldiers/7-altamirano/micro-1/family.png') no-repeat center;
}
#altamirano #altamirano-micro-1 .animation-4 .top-line,
#altamirano #altamirano-micro-1 .animation-4 .bottom-line {
  width: 290px;
  margin: 0 auto;
  height: 3px;
  background: #fff;
  margin-bottom: 3px;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
}
#altamirano #altamirano-micro-1 .animation-4 .bottom-line {
  width: 250px;
}
@media (max-width: 640px) {
  #altamirano #gallery .animation-1 h2 {
    top: -83px;
    line-height: 1em;
  }
}
@media (max-width: 380px) {
  #altamirano #gallery .animation-2 .gallery-thumbs div.thumb.center {
    top: -95px;
  }
}
#altamirano #altamirano-mob-slider-one .micro-img {
  margin-bottom: 30px;
}
@media (min-width: 641px) {
  #altamirano #altamirano-mob-slider-one .micro-img {
    margin-bottom: 130px;
  }
}
#altamirano #altamirano-mob-slider-one .desc {
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  max-width: 320px;
  margin: 0 auto;
}
#altamirano #altamirano-micro-3 .animation-1 {
  position: relative;
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  top: 50%;
}
#altamirano #altamirano-micro-3 .animation-1 h2 {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 54px;
  color: #fff;
  text-transform: uppercase;
}
@media (max-width: 960px) {
  #altamirano #altamirano-micro-3 .animation-1 h2 {
    font-size: 42px;
  }
}
#altamirano #altamirano-micro-3 .animation-1 p {
  font-size: 26px;
  color: #fff;
  line-height: 1em;
  font-family: 'Source Sans Pro', sans-serif;
  font-style: italic;
  margin-top: 10px;
  line-height: 32px;
  font-weight: 400;
}
@media (max-width: 960px) {
  #altamirano #altamirano-micro-3 .animation-1 p {
    font-size: 22px;
  }
}
#altamirano #altamirano-micro-3 .animation-1 h2,
#altamirano #altamirano-micro-3 .animation-1 p {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  text-align: center;
}
#altamirano #altamirano-micro-3 .animation-1 h2 {
  top: -90px;
  font-size: 58px;
}
@media (max-width: 960px) {
  #altamirano #altamirano-micro-3 .animation-1 h2 {
    font-size: 42px;
    top: -70px;
  }
}
#altamirano #altamirano-micro-3 .animation-1 h2.two-lines {
  line-height: 1em;
  top: -175px;
}
#altamirano #altamirano-micro-3 .animation-1 .line {
  max-width: 510px;
  width: 0;
  height: 2px;
  margin: 0 auto;
  background: #fff;
}
#altamirano #altamirano-micro-3 .animation-1 h2 {
  top: -115px;
  line-height: 1em;
}
@media (max-width: 960px) {
  #altamirano #altamirano-micro-3 .animation-1 h2 {
    top: -130px;
  }
}
#altamirano #altamirano-micro-3 .animation-1 .line {
  max-width: 700px;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
}
#altamirano #altamirano-micro-3 .animation-2 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#altamirano #altamirano-micro-3 .animation-2 .house {
  position: absolute;
  width: 560px;
  height: 526px;
  top: 50%;
  left: 50%;
  margin-top: -363px;
  margin-left: -280px;
}
@media (max-height: 690px) {
  #altamirano #altamirano-micro-3 .animation-2 .house {
    width: 360px;
    height: 337px;
    margin-top: -240px;
    margin-left: -165px;
  }
}
#altamirano #altamirano-micro-3 .animation-2 .house img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
}
#altamirano #altamirano-micro-3 .animation-2 .house-copy {
  position: absolute;
  bottom: 120px;
  left: 0;
  width: 100%;
  text-transform: uppercase;
}
#altamirano #altamirano-micro-3 .animation-2 .house-copy h3 {
  font-size: 21px;
  width: 60%;
  margin: 0 auto;
  border-bottom: 2px solid #fff;
  font-style: italic;
  font-weight: 400;
  padding-bottom: 15px;
}
#altamirano #altamirano-micro-3 .animation-2 .house-copy h2 {
  opacity: 0;
  position: absolute;
  width: 100%;
  font-size: 42px;
  line-height: 1em;
  margin-top: 50px;
}
#altamirano #altamirano-mob-slider-three .slide.content h1,
#altamirano #altamirano-mob-slider-three .slide.content p {
  top: 130px;
}
@media (max-width: 640px) {
  #altamirano #altamirano-mob-slider-three .slide.content h1,
  #altamirano #altamirano-mob-slider-three .slide.content p {
    top: 0;
  }
}
#altamirano #altamirano-mob-slider-three .slide.content h1 {
  font-size: 12px;
  font-style: italic;
  font-weight: 400;
  max-width: 340px;
  padding-bottom: 7px;
}
#altamirano #altamirano-mob-slider-three .slide.content p {
  font-size: 22px;
  font-style: normal;
  text-transform: uppercase;
  padding-top: 5px;
  line-height: 1em;
}
#altamirano #altamirano-mob-slider-three .slide.content .micro-img {
  margin-top: 20px;
}
#altamirano #altamirano-mob-slider-three .slide.content .micro-img.house-1 {
  background: url('../images/soldiers/7-altamirano/mobile/micro-3/house-1.png') no-repeat center;
  background-size: contain;
}
#altamirano #altamirano-mob-slider-three .slide.content .micro-img.house-2 {
  background: url('../images/soldiers/7-altamirano/mobile/micro-3/house-2.png') no-repeat center;
  background-size: contain;
}
#altamirano #altamirano-mob-slider-three .slide.content .micro-img.house-3 {
  background: url('../images/soldiers/7-altamirano/mobile/micro-3/house-3.png') no-repeat center;
  background-size: contain;
}
#altamirano #altamirano-mob-slider-three .slide.content .micro-img.house-4 {
  background: url('../images/soldiers/7-altamirano/mobile/micro-3/house-4.png') no-repeat center;
  background-size: contain;
}
#altamirano #altamirano-mob-achievements {
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}
#altamirano #altamirano-mob-achievements .slide h1,
#altamirano #altamirano-mob-achievements .slide p {
  top: 25%;
  max-width: 640px;
  margin: 0 auto;
}
#altamirano #altamirano-mob-achievements .slide h1 {
  position: relative;
  text-transform: uppercase;
  border-bottom: 1px solid #fff;
  padding-bottom: 5px;
  font-size: 27px;
  margin-bottom: 5px;
  line-height: 1em;
}
#altamirano #altamirano-mob-achievements .slide p {
  position: relative;
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
  margin-top: 0;
}
#altamirano #altamirano-mob-achievements .slide .badge-graphic-mob {
  position: relative;
  width: 100px;
  height: 100px;
  margin: 0 auto;
  top: 100px;
}
#altamirano #altamirano-mob-achievements .badge-graphic-mob.one {
  background: url('../images/soldiers/badges/mobile/female-officer.png') center no-repeat;
  background-size: contain;
}
#altamirano #altamirano-mob-achievements .badge-graphic-mob.two {
  background: url('../images/soldiers/badges/mobile/degree.png') center no-repeat;
  background-size: contain;
}
#altamirano #altamirano-mob-achievements .badge-graphic-mob.three {
  background: url('../images/soldiers/badges/mobile/camera.png') center no-repeat;
  background-size: contain;
}
/* Soldier Styles: Kim
==========================================*/
#gonzalez.tall .intro-cont {
  top: 175px;
}
@media all and (min-width: 641px) {
  #gonzalez.tall .section-intro {
    background-image: url('../images/soldiers/9-gonzalez/bg-intro-tall.jpg');
  }
}
@media all and (max-width: 640px) {
  #gonzalez.tall .section-intro {
    background-image: url('../images/soldiers/9-gonzalez/mobile/bg-intro.jpg');
  }
}
@media all and (min-width: 641px) {
  #gonzalez .section-intro {
    background-image: url('../images/soldiers/9-gonzalez/bg-intro.jpg');
  }
  #gonzalez .section-chapter-1 {
    background-image: url('../images/soldiers/9-gonzalez/bg-chapter-1.jpg');
  }
  #gonzalez .section-chapter-2 {
    background-image: url('../images/soldiers/9-gonzalez/bg-chapter-2.jpg');
  }
  #gonzalez .section-chapter-3 {
    background-image: url('../images/soldiers/9-gonzalez/bg-chapter-3.jpg');
  }
  #gonzalez .section-chapter-4 {
    background-image: url('../images/soldiers/9-gonzalez/bg-chapter-4.jpg');
  }
  #gonzalez .section-video-1 {
    background-image: url('../images/soldiers/9-gonzalez/bg-video-1.jpg');
  }
  #gonzalez .section-video-2 {
    background-image: url('../images/soldiers/9-gonzalez/bg-video-2.jpg');
  }
  #gonzalez .section-video-3 {
    background-image: url('../images/soldiers/9-gonzalez/bg-video-3.jpg');
  }
  #gonzalez #gonzalez-micro-1 {
    background-image: url('../images/soldiers/9-gonzalez/bg-micro-1.jpg');
  }
  #gonzalez #gonzalez-micro-2 {
    background-image: url('../images/soldiers/9-gonzalez/bg-micro-2.jpg');
  }
  #gonzalez #gonzalez-micro-3 {
    background-image: url('../images/soldiers/9-gonzalez/bg-micro-3.jpg');
  }
  #gonzalez .quote {
    background-image: url('../images/soldiers/9-gonzalez/bg-quote.jpg');
  }
  #gonzalez .section.achievements {
    background-image: url('../images/soldiers/9-gonzalez/bg-achievement.jpg');
  }
}
@media all and (max-width: 640px) {
  #gonzalez .section-intro {
    background-image: url('../images/soldiers/9-gonzalez/mobile/bg-intro.jpg');
  }
  #gonzalez .section-chapter-1 {
    background-image: url('../images/soldiers/9-gonzalez/mobile/bg-chapter-1.jpg');
  }
  #gonzalez .section-chapter-2 {
    background-image: url('../images/soldiers/9-gonzalez/mobile/bg-chapter-2.jpg');
  }
  #gonzalez .section-chapter-3 {
    background-image: url('../images/soldiers/9-gonzalez/mobile/bg-chapter-3.jpg');
  }
  #gonzalez .section-chapter-4 {
    background-image: url('../images/soldiers/9-gonzalez/mobile/bg-chapter-4.jpg');
  }
  #gonzalez .section-video-1 {
    background-image: url('../images/soldiers/9-gonzalez/mobile/bg-video-1.jpg');
  }
  #gonzalez .section-video-2 {
    background-image: url('../images/soldiers/9-gonzalez/mobile/bg-video-2.jpg');
  }
  #gonzalez .section-video-3 {
    background-image: url('../images/soldiers/9-gonzalez/mobile/bg-video-3.jpg');
  }
  #gonzalez #gonzalez-micro-1 {
    background-image: url('../images/soldiers/9-gonzalez/mobile/bg-micro-1.jpg');
  }
  #gonzalez #gonzalez-micro-2 {
    background-image: url('../images/soldiers/9-gonzalez/mobile/bg-micro-2.jpg');
  }
  #gonzalez #gonzalez-mobile-micro-3 {
    background-image: url('../images/soldiers/9-gonzalez/mobile/bg-micro-3.jpg');
  }
  #gonzalez .quote {
    background-image: url('../images/soldiers/9-gonzalez/mobile/bg-quote.jpg');
  }
  #gonzalez .section.achievements {
    background-image: url('../images/soldiers/9-gonzalez/mobile/bg-achievement.jpg');
  }
}
#gonzalez .section-intro .intro-cont {
  width: 725px;
  left: 100px;
  background: url('../images/soldiers/2-augustine/intro-white.png') no-repeat center;
  background-size: contain;
}
@media (max-width: 1190px) {
  #gonzalez .section-intro .intro-cont {
    left: 25px;
  }
}
@media (max-width: 960px) {
  #gonzalez .section-intro .intro-cont {
    left: 50px;
  }
}
@media (max-width: 640px) {
  #gonzalez .section-intro .intro-cont {
    left: 0;
    max-width: 100%;
    background: none;
  }
}
#gonzalez .section-intro .intro-cont h1 {
  font-size: 49px;
}
@media (max-width: 960px) {
  #gonzalez .section-intro .intro-cont h1 {
    font-size: 28px;
  }
}
@media (max-width: 640px) {
  #gonzalez .section-intro .intro-cont h1 {
    font-size: 21px;
  }
}
#gonzalez .section-intro .intro-cont h1,
#gonzalez .section-intro .intro-cont p {
  color: #333c33;
}
#gonzalez .section-intro .intro-cont h3,
#gonzalez .section-intro .intro-cont h2 {
  color: #5c635c;
}
#gonzalez .section-intro .intro-cont p {
  text-transform: none;
}
#gonzalez .section-intro .intro-cont .line-left,
#gonzalez .section-intro .intro-cont .line-right {
  width: 120px;
}
@media (max-width: 960px) {
  #gonzalez .section-intro .intro-cont .line-left,
  #gonzalez .section-intro .intro-cont .line-right {
    width: 50px !important;
  }
}
@media (max-width: 640px) {
  #gonzalez .section-intro .intro-cont .line-left,
  #gonzalez .section-intro .intro-cont .line-right {
    height: 2px !important;
    width: 40px !important;
  }
}
#gonzalez .section-intro .intro-cont .line-left {
  margin-left: 200px;
}
@media (max-width: 960px) {
  #gonzalez .section-intro .intro-cont .line-left {
    margin-left: 155px !important;
  }
}
@media (max-width: 640px) {
  #gonzalez .section-intro .intro-cont .line-left {
    margin-left: 110px !important;
  }
}
#gonzalez .section-intro .intro-cont .line-right {
  margin-right: 200px;
}
@media (max-width: 960px) {
  #gonzalez .section-intro .intro-cont .line-right {
    margin-right: 155px !important;
  }
}
@media (max-width: 640px) {
  #gonzalez .section-intro .intro-cont .line-right {
    margin-right: 110px !important;
  }
}
@media (max-width: 960px) {
  #gonzalez .section-intro .intro-cont .star-lines .line-right,
  #gonzalez .section-intro .intro-cont .star-lines .line-left {
    width: 100px !important;
  }
}
@media (max-width: 640px) {
  #gonzalez .section-intro .intro-cont .star-lines .line-right,
  #gonzalez .section-intro .intro-cont .star-lines .line-left {
    border-top: 1px solid #5c635c;
    width: 120px !important;
  }
}
@media (max-width: 960px) {
  #gonzalez .section-intro .intro-cont .star-lines .line-right {
    margin-right: 25px !important;
  }
}
@media (max-width: 640px) {
  #gonzalez .section-intro .intro-cont .star-lines .line-right {
    margin-right: 13px !important;
  }
}
@media (max-width: 960px) {
  #gonzalez .section-intro .intro-cont .star-lines .line-left {
    margin-left: 25px !important;
  }
}
@media (max-width: 640px) {
  #gonzalez .section-intro .intro-cont .star-lines .line-left {
    margin-left: 13px !important;
  }
}
#gonzalez .section-intro .intro-cont .exp-journey {
  background: url('../images/soldiers/exp-his-journey.png') no-repeat;
}
@media (max-width: 640px) {
  #gonzalez .quote br {
    display: none;
  }
}
@media (max-width: 640px) {
  #gonzalez #gonzalez-micro-1 {
    min-height: 500px !important;
  }
}
#gonzalez #gonzalez-micro-1 img {
  pointer-events: none;
}
#gonzalez #gonzalez-micro-1 .animation {
  position: relative;
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}
#gonzalez #gonzalez-micro-1 .animation h2 {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 54px;
  color: #fff;
  text-transform: uppercase;
}
@media (max-width: 960px) {
  #gonzalez #gonzalez-micro-1 .animation h2 {
    font-size: 42px;
  }
}
#gonzalez #gonzalez-micro-1 .animation p {
  font-size: 26px;
  color: #fff;
  line-height: 1em;
  font-family: 'Source Sans Pro', sans-serif;
  font-style: italic;
  margin-top: 10px;
  line-height: 32px;
  font-weight: 400;
}
@media (max-width: 960px) {
  #gonzalez #gonzalez-micro-1 .animation p {
    font-size: 22px;
  }
}
#gonzalez #gonzalez-micro-1 .animation-1 {
  top: 50%;
}
#gonzalez #gonzalez-micro-1 .animation-1 h2,
#gonzalez #gonzalez-micro-1 .animation-1 p {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  text-align: center;
}
#gonzalez #gonzalez-micro-1 .animation-1 h2 {
  top: -90px;
  font-size: 58px;
}
@media (max-width: 960px) {
  #gonzalez #gonzalez-micro-1 .animation-1 h2 {
    font-size: 42px;
    top: -70px;
  }
}
#gonzalez #gonzalez-micro-1 .animation-1 h2.two-lines {
  line-height: 1em;
  top: -175px;
}
#gonzalez #gonzalez-micro-1 .animation-1 .line {
  max-width: 510px;
  width: 0;
  height: 2px;
  margin: 0 auto;
  background: #fff;
}
#gonzalez #gonzalez-micro-1 .animation-2 {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 580px;
  margin-left: -290px;
  margin-top: -100px;
  margin-top: -50px;
}
#gonzalez #gonzalez-micro-1 .animation-2 p {
  font-size: 20px;
  text-transform: uppercase;
  font-style: normal;
  letter-spacing: 1px;
  margin: 5px 0;
  line-height: 22px;
}
#gonzalez #gonzalez-micro-1 .animation-2 p.hide {
  opacity: 0;
}
#gonzalez #gonzalez-micro-1 .animation-2 .degree {
  position: relative;
  width: 300px;
  height: 220px;
  top: 0;
  left: 50%;
  margin-left: -150px;
}
#gonzalez #gonzalez-micro-1 .animation-2 .degree .diploma {
  position: absolute;
  top: 0;
  left: 0;
  width: 141px;
  height: 132px;
  background: url('../images/soldiers/5-kim/micro-1/anim-4/diploma.png') repeat center;
}
#gonzalez #gonzalez-micro-1 .animation-2 .degree .tag {
  opacity: 0;
  position: absolute;
  top: 71px;
  left: 95px;
  width: 179px;
  height: 126px;
}
#gonzalez #gonzalez-micro-1 .animation-2 .degree .tag .rope {
  position: absolute;
  top: 0;
  left: 0;
  width: 70px;
  height: 47px;
  background: url('../images/soldiers/5-kim/micro-1/anim-4/rope.png') no-repeat center;
}
#gonzalez #gonzalez-micro-1 .animation-2 .degree .tag .price {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 133px;
  height: 112px;
}
#gonzalez #gonzalez-micro-1 .animation-2 .degree .tag .price span.one {
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 133px;
  height: 112px;
  background: url('../images/soldiers/5-kim/micro-1/anim-4/tag-2.png') no-repeat center;
}
#gonzalez #gonzalez-micro-1 .animation-2 .degree .tag .price span.two {
  opacity: 0;
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 133px;
  height: 112px;
  background: url('../images/soldiers/5-kim/micro-1/anim-4/tag-1.png') no-repeat center;
}
#gonzalez #gonzalez-micro-1 .animation-3 {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 800px;
  height: 350px;
  margin-left: -400px;
  margin-top: -80px;
  margin-left: -450px;
}
#gonzalez #gonzalez-micro-1 .animation-3 .chart-cont {
  position: relative;
  width: 508px;
  height: 289px;
  margin: 0 auto;
}
#gonzalez #gonzalez-micro-1 .animation-3 .chart-cont .mask {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 289px;
  overflow: hidden;
}
#gonzalez #gonzalez-micro-1 .animation-3 .chart-cont .mask .progress-line {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 508px;
  height: 289px;
  background: url('../images/soldiers/1-munoz/micro-1/anim-3/full-line.png') no-repeat center;
}
#gonzalez #gonzalez-micro-1 .animation-3 .chart-cont .circle {
  opacity: 0;
  position: absolute;
  width: 26px;
  height: 26px;
  background: url('../images/soldiers/1-munoz/micro-1/anim-3/chart-circle.png') no-repeat center;
}
#gonzalez #gonzalez-micro-1 .animation-3 .chart-cont .circle.circle-1 {
  left: 0;
  bottom: -1px;
}
#gonzalez #gonzalez-micro-1 .animation-3 .chart-cont .circle.circle-2 {
  left: 120px;
  bottom: 65px;
}
#gonzalez #gonzalez-micro-1 .animation-3 .chart-cont .circle.circle-3 {
  left: 242px;
  bottom: 131px;
}
#gonzalez #gonzalez-micro-1 .animation-3 .chart-cont .circle.circle-4 {
  top: 66px;
  right: 121px;
}
#gonzalez #gonzalez-micro-1 .animation-3 .chart-cont .circle.circle-5 {
  top: 0;
  right: 0;
}
#gonzalez #gonzalez-micro-1 .animation-3 .chart-cont .label-left,
#gonzalez #gonzalez-micro-1 .animation-3 .chart-cont .label-right {
  opacity: 0;
  position: absolute;
  height: 33px;
  background: #fff;
  width: 0;
}
#gonzalez #gonzalez-micro-1 .animation-3 .chart-cont .label-left p,
#gonzalez #gonzalez-micro-1 .animation-3 .chart-cont .label-right p {
  margin-top: 11px;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  text-transform: uppercase;
  color: #4f4f42;
  font-size: 13px;
  font-style: normal;
  line-height: 1em;
  text-shadow: none;
}
#gonzalez #gonzalez-micro-1 .animation-3 .chart-cont .label-right p {
  left: 10px;
}
#gonzalez #gonzalez-micro-1 .animation-3 .chart-cont .label-left:before {
  content: "";
  display: block;
  width: 25px;
  height: 33px;
  margin-left: -25px;
  background: url('../images/soldiers/1-munoz/micro-1/anim-3/label.png') no-repeat left;
}
#gonzalez #gonzalez-micro-1 .animation-3 .chart-cont .label-right:after {
  content: "";
  display: block;
  width: 25px;
  height: 33px;
  float: right;
  margin-right: -25px;
  background: url('../images/soldiers/1-munoz/micro-1/anim-3/label.png') no-repeat right;
}
#gonzalez #gonzalez-micro-1 .animation-3 .chart-cont .label-1 {
  bottom: 105px;
  right: 375px;
}
#gonzalez #gonzalez-micro-1 .animation-3 .chart-cont .label-2 {
  bottom: 238px;
  right: 133px;
}
#gonzalez #gonzalez-micro-1 .animation-3 .chart-cont .label-3 {
  bottom: -50px;
  left: 11px;
}
#gonzalez #gonzalez-micro-1 .animation-3 .chart-cont .label-4 {
  bottom: 85px;
  left: 259px;
}
#gonzalez #gonzalez-micro-1 .animation-3 .chart-cont .label-5 {
  bottom: 215px;
  left: 496px;
}
#gonzalez #gonzalez-micro-1 .animation-4 {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 640px;
  height: 500px;
  margin-left: -320px;
  margin-top: -250px;
  margin-top: -200px;
}
#gonzalez #gonzalez-micro-1 .animation-4 .family {
  width: 390px;
  margin: 0 auto;
  margin-top: 25%;
}
#gonzalez #gonzalez-micro-1 .animation-4 .family .man {
  display: inline-block;
  width: 110px;
  height: 133px;
  margin: 0 auto;
  background: url('../images/soldiers/6-vahovick/micro-1/man.png') no-repeat 0 0;
}
#gonzalez #gonzalez-micro-1 .animation-4 .family .wife {
  display: inline-block;
  position: relative;
  left: 0;
  width: 97px;
  height: 124px;
  background: url('../images/soldiers/6-vahovick/micro-1/wife.png') no-repeat 0 0;
  -webkit-transform: translateZ(0);
}
#gonzalez #gonzalez-micro-1 .animation-4 .family .girl {
  display: inline-block;
  position: relative;
  right: 0;
  width: 80px;
  height: 97px;
  background: url('../images/soldiers/6-vahovick/micro-1/girl.png') no-repeat 0 0;
  -webkit-transform: translateZ(0);
}
#gonzalez #gonzalez-micro-1 .animation-4 .family .line1 {
  position: relative;
  bottom: 3px;
  width: 390px;
  height: 3px;
  background: #fff;
  margin: 0 auto;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
}
#gonzalez #gonzalez-micro-1 .animation-4 .family .line2 {
  position: relative;
  bottom: 0;
  width: 340px;
  height: 3px;
  background: #fff;
  margin: 0 auto;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
}
#gonzalez #gonzalez-micro-1 .animation-4 .family .insur {
  position: relative;
  bottom: 0;
  width: 388px;
  margin: 0 auto;
}
#gonzalez #gonzalez-micro-1 .animation-4 .family .insur .medical,
#gonzalez #gonzalez-micro-1 .animation-4 .family .insur .dental,
#gonzalez #gonzalez-micro-1 .animation-4 .family .insur .life {
  width: 388px;
  height: 34px;
  position: relative;
  margin: 10px 0;
}
#gonzalez #gonzalez-micro-1 .animation-4 .family .insur .medical {
  background: url('../images/soldiers/6-vahovick/micro-1/insurance-copy.png') no-repeat 0 0;
}
#gonzalez #gonzalez-micro-1 .animation-4 .family .insur .dental {
  background: url('../images/soldiers/6-vahovick/micro-1/insurance-copy.png') no-repeat 0 -40px;
}
#gonzalez #gonzalez-micro-1 .animation-4 .family .insur .life {
  background: url('../images/soldiers/6-vahovick/micro-1/insurance-copy.png') no-repeat 0 -80px;
}
#gonzalez #gonzalez-micro-2 .animation {
  position: relative;
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}
#gonzalez #gonzalez-micro-2 .animation h2 {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 54px;
  color: #fff;
  text-transform: uppercase;
}
@media (max-width: 960px) {
  #gonzalez #gonzalez-micro-2 .animation h2 {
    font-size: 42px;
  }
}
#gonzalez #gonzalez-micro-2 .animation p {
  font-size: 26px;
  color: #fff;
  line-height: 1em;
  font-family: 'Source Sans Pro', sans-serif;
  font-style: italic;
  margin-top: 10px;
  line-height: 32px;
  font-weight: 400;
}
@media (max-width: 960px) {
  #gonzalez #gonzalez-micro-2 .animation p {
    font-size: 22px;
  }
}
#gonzalez #gonzalez-micro-2 .animation-1 {
  top: 50%;
}
#gonzalez #gonzalez-micro-2 .animation-1 h2,
#gonzalez #gonzalez-micro-2 .animation-1 p {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  text-align: center;
}
#gonzalez #gonzalez-micro-2 .animation-1 h2 {
  top: -90px;
  font-size: 58px;
}
@media (max-width: 960px) {
  #gonzalez #gonzalez-micro-2 .animation-1 h2 {
    font-size: 42px;
    top: -70px;
  }
}
#gonzalez #gonzalez-micro-2 .animation-1 h2.two-lines {
  line-height: 1em;
  top: -175px;
}
#gonzalez #gonzalez-micro-2 .animation-1 .line {
  max-width: 510px;
  width: 0;
  height: 2px;
  margin: 0 auto;
  background: #fff;
}
#gonzalez #gonzalez-micro-2 .animation-1 .line {
  max-width: 710px;
}
#gonzalez #gonzalez-micro-2 .animation-2 {
  opacity: 0;
  position: absolute;
  top: 150px;
  left: 50%;
  width: 928px;
  height: 476px;
  margin-left: -464px;
}
#gonzalez #gonzalez-micro-2 .animation-2 .time-scale {
  position: absolute;
  top: 0;
  left: 0;
  width: 928px;
  height: 476px;
  background: url('../images/soldiers/9-gonzalez/micro-2/time-scale.png') no-repeat center;
}
#gonzalez #gonzalez-micro-2 .animation-2 .time-scale .time {
  font-size: 15px;
  position: absolute;
  font-family: 'Source Sans Pro', sans-serif;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-align: left;
  font-weight: bold;
}
#gonzalez #gonzalez-micro-2 .animation-2 .time-scale .time.t1 {
  left: 5px;
  bottom: 141px;
}
#gonzalez #gonzalez-micro-2 .animation-2 .time-scale .time.t2 {
  left: 92px;
  bottom: 293px;
}
#gonzalez #gonzalez-micro-2 .animation-2 .time-scale .time.t3 {
  left: 157px;
  bottom: 414px;
}
#gonzalez #gonzalez-micro-2 .animation-2 .time-scale .time.t4 {
  left: 406px;
  bottom: 454px;
}
#gonzalez #gonzalez-micro-2 .animation-2 .time-scale .time.t5 {
  left: 638px;
  bottom: 414px;
}
#gonzalez #gonzalez-micro-2 .animation-2 .time-scale .time.t6 {
  left: 786px;
  bottom: 293px;
}
#gonzalez #gonzalez-micro-2 .animation-2 .time-scale .time.t7 {
  left: 870px;
  bottom: 133px;
}
#gonzalez #gonzalez-micro-2 .animation-2 .time-scale .icon {
  position: absolute;
  bottom: -14px;
  left: 20px;
  width: 146px;
  height: 146px;
  border-radius: 50%;
  border: 2px solid #ffd530;
  overflow: hidden;
  -webkit-transform: matrix(0.95715, 0.25959, -0.25959, 0.95715, 0, 0);
  -webkit-transform-origin: 450px  40%;
  -ms-transform: matrix(0.95715, 0.25959, -0.25959, 0.95715, 0, 0);
  -ms-transform-origin: 450px 40%;
  transform: matrix(0.95715, 0.25959, -0.25959, 0.95715, 0, 0);
  transform-origin: 450px 40%;
}
#gonzalez #gonzalez-micro-2 .animation-2 .time-scale .icon.chrome-fix {
  -webkit-transform-origin: 445px 40% 1px !important;
}
#gonzalez #gonzalez-micro-2 .animation-2 .time-scale .icon .pic-cont {
  position: absolute;
  height: 141px;
  width: 141px;
  top: 2px;
  left: 3px;
  -webkit-transform: matrix(0.95715, -0.25959, 0.25959, 0.95715, 0, 0);
  -ms-transform: matrix(0.95715, -0.25959, 0.25959, 0.95715, 0, 0);
  transform: matrix(0.95715, -0.25959, 0.25959, 0.95715, 0, 0);
}
#gonzalez #gonzalez-micro-2 .animation-2 .time-scale .icon .pic-cont .pic {
  position: absolute;
  height: 141px;
  width: 141px;
  opacity: 0;
}
#gonzalez #gonzalez-micro-2 .animation-2 .time-scale .icon .pic-cont .pic.t1 {
  background: url('../images/soldiers/9-gonzalez/micro-2/training.png') no-repeat center;
}
#gonzalez #gonzalez-micro-2 .animation-2 .time-scale .icon .pic-cont .pic.t2 {
  background: url('../images/soldiers/9-gonzalez/micro-2/sapper.png') no-repeat center;
}
#gonzalez #gonzalez-micro-2 .animation-2 .time-scale .icon .pic-cont .pic.t3 {
  background: url('../images/soldiers/9-gonzalez/micro-2/combat-support.png') no-repeat center;
}
#gonzalez #gonzalez-micro-2 .animation-2 .time-scale .icon .pic-cont .pic.t4 {
  background: url('../images/soldiers/9-gonzalez/micro-2/construction.png') no-repeat center;
}
#gonzalez #gonzalez-micro-2 .animation-2 .time-scale .icon .pic-cont .pic.t5 {
  background: url('../images/soldiers/9-gonzalez/micro-2/engineering.png') no-repeat center;
}
#gonzalez #gonzalez-micro-2 .animation-2 .time-scale .icon .pic-cont .pic.t6 {
  background: url('../images/soldiers/9-gonzalez/micro-2/rescue.png') no-repeat center;
}
#gonzalez #gonzalez-micro-2 .animation-2 .time-scale .icon .pic-cont .pic.t7 {
  background: url('../images/soldiers/9-gonzalez/micro-2/mine-detection.png') no-repeat center;
}
#gonzalez #gonzalez-micro-2 .animation-2 .time-copy {
  position: relative;
  top: 290px;
}
#gonzalez #gonzalez-micro-2 .animation-2 .time-copy h1,
#gonzalez #gonzalez-micro-2 .animation-2 .time-copy h2,
#gonzalez #gonzalez-micro-2 .animation-2 .time-copy p {
  opacity: 0;
  width: 100%;
  position: absolute;
}
#gonzalez #gonzalez-micro-2 .animation-2 .time-copy h2 {
  top: -137px;
  font-size: 40px;
  font-family: 'Source Sans Pro', sans-serif;
}
#gonzalez #gonzalez-micro-2 .animation-2 .time-copy h2.two-lines {
  top: -187px;
}
#gonzalez #gonzalez-micro-2 .animation-2 .time-copy h1 {
  top: -110px;
  font-size: 55px;
  font-family: 'Source Sans Pro', sans-serif;
  text-transform: uppercase;
  line-height: 1em;
}
#gonzalez #gonzalez-micro-2 .animation-2 .time-copy h1.two-lines {
  top: -160px;
}
#gonzalez #gonzalez-micro-2 .animation-2 .time-copy p {
  font-size: 16px;
  width: 450px;
  left: 50%;
  top: 12px;
  margin-left: -225px;
  line-height: 18px;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}
#gonzalez #gonzalez-micro-2 .animation-2 .time-copy .star-lines {
  position: relative;
  height: 30px;
  max-width: 765px;
  width: 100%;
  margin: 0 auto;
  bottom: 15px;
}
#gonzalez #gonzalez-micro-2 .animation-2 .time-copy .star-lines .line-left,
#gonzalez #gonzalez-micro-2 .animation-2 .time-copy .star-lines .line-right {
  position: absolute;
  top: 15px;
  width: 245px;
  border-top: 2px solid #fff;
}
#gonzalez #gonzalez-micro-2 .animation-2 .time-copy .star-lines .line-left {
  left: 50%;
  margin-left: 20px;
}
#gonzalez #gonzalez-micro-2 .animation-2 .time-copy .star-lines .line-right {
  right: 50%;
  margin-right: 20px;
}
#gonzalez #gonzalez-micro-2 .animation-2 .time-copy .star-lines .star {
  opacity: 0;
  width: 27px;
  height: 27px;
  margin: 0 auto;
  background-size: cover;
}
#gonzalez #gonzalez-micro-2 .animation-2 .time-copy .star-lines .star.yellow-star {
  background: url('../images/soldiers/star-yellow-big.png') no-repeat center;
}
#gonzalez .section.lock-height {
  height: 930px !important;
}
#gonzalez .section.lock-height .micro {
  height: 930px !important;
}
@media (min-width: 641px) {
  #gonzalez #gonzalez-mobile-micro-3 {
    display: none;
  }
}
#gonzalez #gonzalez-micro-3 .animation-1,
#gonzalez #gonzalez-mobile-micro-3 .animation-1 {
  position: relative;
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  top: 50%;
}
#gonzalez #gonzalez-micro-3 .animation-1 h2,
#gonzalez #gonzalez-mobile-micro-3 .animation-1 h2 {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 54px;
  color: #fff;
  text-transform: uppercase;
}
@media (max-width: 960px) {
  #gonzalez #gonzalez-micro-3 .animation-1 h2,
  #gonzalez #gonzalez-mobile-micro-3 .animation-1 h2 {
    font-size: 42px;
  }
}
#gonzalez #gonzalez-micro-3 .animation-1 p,
#gonzalez #gonzalez-mobile-micro-3 .animation-1 p {
  font-size: 26px;
  color: #fff;
  line-height: 1em;
  font-family: 'Source Sans Pro', sans-serif;
  font-style: italic;
  margin-top: 10px;
  line-height: 32px;
  font-weight: 400;
}
@media (max-width: 960px) {
  #gonzalez #gonzalez-micro-3 .animation-1 p,
  #gonzalez #gonzalez-mobile-micro-3 .animation-1 p {
    font-size: 22px;
  }
}
#gonzalez #gonzalez-micro-3 .animation-1 h2,
#gonzalez #gonzalez-mobile-micro-3 .animation-1 h2,
#gonzalez #gonzalez-micro-3 .animation-1 p,
#gonzalez #gonzalez-mobile-micro-3 .animation-1 p {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  text-align: center;
}
#gonzalez #gonzalez-micro-3 .animation-1 h2,
#gonzalez #gonzalez-mobile-micro-3 .animation-1 h2 {
  top: -90px;
  font-size: 58px;
}
@media (max-width: 960px) {
  #gonzalez #gonzalez-micro-3 .animation-1 h2,
  #gonzalez #gonzalez-mobile-micro-3 .animation-1 h2 {
    font-size: 42px;
    top: -70px;
  }
}
#gonzalez #gonzalez-micro-3 .animation-1 h2.two-lines,
#gonzalez #gonzalez-mobile-micro-3 .animation-1 h2.two-lines {
  line-height: 1em;
  top: -175px;
}
#gonzalez #gonzalez-micro-3 .animation-1 .line,
#gonzalez #gonzalez-mobile-micro-3 .animation-1 .line {
  max-width: 510px;
  width: 0;
  height: 2px;
  margin: 0 auto;
  background: #fff;
}
#gonzalez #gonzalez-micro-3 .animation-1 .line,
#gonzalez #gonzalez-mobile-micro-3 .animation-1 .line {
  max-width: 950px;
}
#gonzalez #gonzalez-micro-3 .animation-2,
#gonzalez #gonzalez-mobile-micro-3 .animation-2 {
  position: absolute;
  top: 15%;
  right: 10%;
  width: 630px;
  height: 480px;
  left: 10%;
}
@media (max-width: 960px) {
  #gonzalez #gonzalez-micro-3 .animation-2,
  #gonzalez #gonzalez-mobile-micro-3 .animation-2 {
    position: relative;
    margin: 0 auto;
    right: auto;
  }
}
#gonzalez #gonzalez-micro-3 .animation-2 h2,
#gonzalez #gonzalez-mobile-micro-3 .animation-2 h2 {
  opacity: 0;
  text-transform: uppercase;
  font-size: 24px;
  top: 0px;
  position: relative;
  font-weight: 400;
}
#gonzalez #gonzalez-micro-3 .animation-2 h2.left,
#gonzalez #gonzalez-mobile-micro-3 .animation-2 h2.left {
  float: left;
  margin-left: 15px;
}
#gonzalez #gonzalez-micro-3 .animation-2 h2.right,
#gonzalez #gonzalez-mobile-micro-3 .animation-2 h2.right {
  float: right;
  margin-right: 15px;
}
#gonzalez #gonzalez-micro-3 .animation-2 p.mobile,
#gonzalez #gonzalez-mobile-micro-3 .animation-2 p.mobile {
  display: none;
  font-size: 18px;
  font-style: italic;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  margin-top: 40px;
}
#gonzalez #gonzalez-micro-3 .animation-2 .q-row,
#gonzalez #gonzalez-mobile-micro-3 .animation-2 .q-row {
  position: relative;
  width: 100%;
  height: 60px;
  margin-bottom: 40px;
}
#gonzalez #gonzalez-micro-3 .animation-2 .qm-cont,
#gonzalez #gonzalez-mobile-micro-3 .animation-2 .qm-cont {
  position: relative;
  width: 60px;
  height: 60px;
  left: 50%;
  margin-left: 0;
  z-index: 100;
}
#gonzalez #gonzalez-micro-3 .animation-2 .qm-cont .qm,
#gonzalez #gonzalez-mobile-micro-3 .animation-2 .qm-cont .qm {
  opacity: 0;
  position: absolute;
  left: 9px;
  top: 9px;
  border-radius: 50%;
  width: 22px;
  height: 22px;
  background: url('../images/soldiers/5-kim/micro-3/qm.png') no-repeat center;
  padding: 10px;
}
#gonzalez #gonzalez-micro-3 .animation-2 .qm-cont .qm p,
#gonzalez #gonzalez-mobile-micro-3 .animation-2 .qm-cont .qm p {
  margin: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  font-size: 16px;
  line-height: 21px;
  color: #000;
  font-family: 'Source Sans Pro', sans-serif;
}
#gonzalez #gonzalez-micro-3 .animation-2 .qm-cont .qm.three,
#gonzalez #gonzalez-mobile-micro-3 .animation-2 .qm-cont .qm.three {
  padding: 9px 10px;
}
#gonzalez #gonzalez-micro-3 .animation-2 .qm-cont .qm.three p,
#gonzalez #gonzalez-mobile-micro-3 .animation-2 .qm-cont .qm.three p {
  line-height: 18px;
}
#gonzalez #gonzalez-micro-3 .animation-2 .qm-cont .circle-mask,
#gonzalez #gonzalez-mobile-micro-3 .animation-2 .qm-cont .circle-mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 60px;
  overflow: hidden;
}
#gonzalez #gonzalez-micro-3 .animation-2 .qm-cont .circle-mask .circle,
#gonzalez #gonzalez-mobile-micro-3 .animation-2 .qm-cont .circle-mask .circle {
  position: absolute;
  top: 0;
  left: -30px;
  width: 56px;
  height: 56px;
  border: 2px solid #ffd530;
  border-radius: 50%;
}
#gonzalez #gonzalez-micro-3 .animation-2 .dot-line,
#gonzalez #gonzalez-mobile-micro-3 .animation-2 .dot-line {
  position: absolute;
  top: 50%;
  width: 0;
  height: 2px;
  border-top: 2px dotted #fff;
}
#gonzalez #gonzalez-micro-3 .animation-2 .dot-line.left,
#gonzalez #gonzalez-mobile-micro-3 .animation-2 .dot-line.left {
  right: 50%;
  margin-right: 34px;
}
#gonzalez #gonzalez-micro-3 .animation-2 .dot-line.right,
#gonzalez #gonzalez-mobile-micro-3 .animation-2 .dot-line.right {
  left: 50%;
  margin-left: 34px;
}
#gonzalez #gonzalez-micro-3 .animation-2 .box,
#gonzalez #gonzalez-mobile-micro-3 .animation-2 .box {
  position: absolute;
  top: 0;
  width: 180px;
  height: 55px;
  padding: 20px 0 0 0;
  border: 2px solid #ffd530;
  text-transform: uppercase;
  text-align: center;
  font-size: 14px;
  font-weight: 200;
  letter-spacing: 1px;
  box-sizing: border-box;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.3);
}
#gonzalez #gonzalez-micro-3 .animation-2 .box.left,
#gonzalez #gonzalez-mobile-micro-3 .animation-2 .box.left {
  right: 70%;
}
#gonzalez #gonzalez-micro-3 .animation-2 .box.right,
#gonzalez #gonzalez-mobile-micro-3 .animation-2 .box.right {
  left: 70%;
}
@media all and (max-width: 750px) {
  #gonzalez #gonzalez-micro-3 .animation-2,
  #gonzalez #gonzalez-mobile-micro-3 .animation-2 {
    left: -40px;
  }
}
#gonzalez #gonzalez-micro-3 .animation-2 .box,
#gonzalez #gonzalez-mobile-micro-3 .animation-2 .box {
  font-weight: 400;
}
@media (min-width: 641px) {
  #gonzalez #gonzalez-micro-3 .animation-2 .qm-cont .qm p,
  #gonzalez #gonzalez-mobile-micro-3 .animation-2 .qm-cont .qm p {
    position: relative;
    top: 8px;
  }
}
@media (min-width: 641px) {
  #gonzalez #gonzalez-micro-3 .animation-2 .qm-cont .qm,
  #gonzalez #gonzalez-mobile-micro-3 .animation-2 .qm-cont .qm {
    padding: 9px;
    top: 10px;
    left: 10px;
  }
}
#gonzalez .section.achievements .animation-1 .badge-box .badge-graphic {
  background: url('../images/soldiers/badges/sapper.png') no-repeat center;
}
#gonzalez #gonzalez-mob-slider-one .micro-img {
  margin-bottom: 30px;
}
@media (min-width: 641px) {
  #gonzalez #gonzalez-mob-slider-one .micro-img {
    margin-bottom: 130px;
  }
}
#gonzalez #gonzalez-mob-slider-one .desc {
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  max-width: 320px;
  margin: 0 auto;
}
@media (max-width: 450px) {
  #gonzalez #gonzalez-mob-slider-one .slide.content.line .micro-img {
    height: 55%;
  }
}
#gonzalez #gonzalez-mob-slider-two .slide.content {
  padding-top: 100px;
}
#gonzalez #gonzalez-mob-slider-two .slide.content h1,
#gonzalez #gonzalez-mob-slider-two .slide.content p {
  border: none;
  top: 0;
}
#gonzalez #gonzalez-mob-slider-two .slide.content h1 {
  padding-bottom: 8px;
}
#gonzalez #gonzalez-mob-slider-two .slide.content h3 {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 22px;
  margin: 10px;
  font-weight: 400;
}
#gonzalez #gonzalez-mob-slider-two .slide.content .star-lines {
  position: relative;
  height: 12px;
  max-width: 565px;
  width: 100%;
  margin: 0 auto;
  bottom: 15px;
}
#gonzalez #gonzalez-mob-slider-two .slide.content .star-lines .line-left,
#gonzalez #gonzalez-mob-slider-two .slide.content .star-lines .line-right {
  position: absolute;
  top: 10px;
  width: 43%;
  max-width: 240px;
  border-top: 1px solid #fff;
}
#gonzalez #gonzalez-mob-slider-two .slide.content .star-lines .line-left {
  left: 50%;
  margin-left: 15px;
}
#gonzalez #gonzalez-mob-slider-two .slide.content .star-lines .line-right {
  right: 50%;
  margin-right: 15px;
}
#gonzalez #gonzalez-mob-slider-two .slide.content .star-lines .star {
  width: 18px;
  height: 18px;
  margin: 0 auto;
}
#gonzalez #gonzalez-mob-slider-two .slide.content .star-lines .star.yellow-star {
  background: url('../images/soldiers/star-yellow-big.png') no-repeat center;
  background-size: contain;
}
#gonzalez #gonzalez-mob-slider-two ul li {
  width: 12px;
  height: 12px;
}
#gonzalez #gonzalez-mob-slider-two ul li.active {
  background-color: yellow;
}
#gonzalez #gonzalez-mob-slider-two ul li span {
  width: 8px;
  height: 8px;
  top: 2px;
  left: 2px;
}
#gonzalez #gonzalez-mob-slider-two .slide.content {
  padding-top: 40px !important;
}
#gonzalez #gonzalez-mob-slider-two .slide.content p {
  font-weight: 400;
}
#gonzalez #gonzalez-mob-slider-two .icon {
  position: relative;
  margin: 50px auto 0 auto;
  border-radius: 50%;
  overflow: hidden;
  height: 250px;
  width: 250px;
}
@media (max-width: 640px) {
  #gonzalez #gonzalez-mob-slider-two .icon {
    height: 150px;
    width: 150px;
    margin: 25px auto 0 auto;
  }
}
#gonzalez #gonzalez-mob-slider-two .icon.chrome-fix {
  -webkit-transform-origin: 445px 50% 1px !important;
}
#gonzalez #gonzalez-mob-slider-two .icon .pic {
  height: 100%;
  width: 100%;
  background-size: contain;
}
#gonzalez #gonzalez-mob-slider-two .icon .pic.t1 {
  background-image: url('../images/soldiers/9-gonzalez/mobile/micro-2/training.png');
}
#gonzalez #gonzalez-mob-slider-two .icon .pic.t2 {
  background-image: url('../images/soldiers/9-gonzalez/mobile/micro-2/sapper.png');
}
#gonzalez #gonzalez-mob-slider-two .icon .pic.t3 {
  background-image: url('../images/soldiers/9-gonzalez/mobile/micro-2/combat-support.png');
}
#gonzalez #gonzalez-mob-slider-two .icon .pic.t4 {
  background-image: url('../images/soldiers/9-gonzalez/mobile/micro-2/construction.png');
}
#gonzalez #gonzalez-mob-slider-two .icon .pic.t5 {
  background-image: url('../images/soldiers/9-gonzalez/mobile/micro-2/engineering.png');
}
#gonzalez #gonzalez-mob-slider-two .icon .pic.t6 {
  background-image: url('../images/soldiers/9-gonzalez/mobile/micro-2/rescue.png');
}
#gonzalez #gonzalez-mob-slider-two .icon .pic.t7 {
  background-image: url('../images/soldiers/9-gonzalez/mobile/micro-2/mine-detection.png');
}
#gonzalez #gonzalez-mob-achievements {
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}
#gonzalez #gonzalez-mob-achievements .slide h1,
#gonzalez #gonzalez-mob-achievements .slide p {
  top: 25%;
  max-width: 640px;
  margin: 0 auto;
}
#gonzalez #gonzalez-mob-achievements .slide h1 {
  position: relative;
  text-transform: uppercase;
  border-bottom: 1px solid #fff;
  padding-bottom: 5px;
  font-size: 27px;
  margin-bottom: 5px;
  line-height: 1em;
}
#gonzalez #gonzalez-mob-achievements .slide p {
  position: relative;
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
  margin-top: 0;
}
#gonzalez #gonzalez-mob-achievements .slide .badge-graphic-mob {
  position: relative;
  width: 100px;
  height: 100px;
  margin: 0 auto;
  top: 100px;
}
#gonzalez #gonzalez-mob-achievements .badge-graphic-mob.one {
  background: url('../images/soldiers/badges/mobile/sapper.png') center no-repeat;
  background-size: contain;
}
#gonzalez #gonzalez-mob-achievements .badge-graphic-mob.two {
  background: url('../images/soldiers/badges/mobile/two-degrees.png') center no-repeat;
  background-size: contain;
}
#gonzalez #gonzalez-mob-achievements .badge-graphic-mob.three {
  background: url('../images/soldiers/badges/mobile/stars.png') center no-repeat;
  background-size: contain;
}
/* Soldier Styles: Kim
==========================================*/
#smalls.tall .intro-cont {
  top: 175px;
}
@media all and (min-width: 641px) {
  #smalls.tall .section-intro {
    background-image: url('../images/soldiers/0-smalls/bg-intro-tall.jpg');
  }
}
@media all and (max-width: 640px) {
  #smalls.tall .section-intro {
    background-image: url('../images/soldiers/0-smalls/mobile/bg-intro.jpg');
  }
}
@media all and (min-width: 641px) {
  #smalls .section-intro {
    background-image: url('../images/soldiers/0-smalls/bg-intro.jpg');
  }
  #smalls .section-chapter-1 {
    background-image: url('../images/soldiers/0-smalls/bg-chapter-1.jpg');
  }
  #smalls .section-chapter-2 {
    background-image: url('../images/soldiers/0-smalls/bg-chapter-2.jpg');
  }
  #smalls .section-chapter-3 {
    background-image: url('../images/soldiers/0-smalls/bg-chapter-3.jpg');
  }
  #smalls .section-chapter-4 {
    background-image: url('../images/soldiers/0-smalls/bg-chapter-4.jpg');
  }
  #smalls .section-video-1 {
    background-image: url('../images/soldiers/0-smalls/bg-video-1.jpg');
  }
  #smalls .section-video-2 {
    background-image: url('../images/soldiers/0-smalls/bg-video-2.jpg');
  }
  #smalls .section-video-3 {
    background-image: url('../images/soldiers/0-smalls/bg-video-3.jpg');
  }
  #smalls #smalls-micro-1 {
    background-image: url('../images/soldiers/0-smalls/bg-micro-1.jpg');
  }
  #smalls #smalls-micro-2 {
    background-image: url('../images/soldiers/0-smalls/bg-micro-2.jpg');
  }
  #smalls #smalls-micro-3 {
    background-image: url('../images/soldiers/0-smalls/bg-micro-3.jpg');
  }
  #smalls .quote {
    background-image: url('../images/soldiers/0-smalls/bg-quote.jpg');
  }
  #smalls .section.gallery {
    background-image: url('../images/soldiers/0-smalls/bg-gallery.html');
  }
  #smalls .section.achievements {
    background-image: url('../images/soldiers/0-smalls/bg-achievement.jpg');
  }
}
@media all and (max-width: 640px) {
  #smalls .section-intro {
    background-image: url('../images/soldiers/0-smalls/mobile/bg-intro.jpg');
  }
  #smalls .section-chapter-1 {
    background-image: url('../images/soldiers/0-smalls/mobile/bg-chapter-1.jpg');
  }
  #smalls .section-chapter-2 {
    background-image: url('../images/soldiers/0-smalls/mobile/bg-chapter-2.jpg');
  }
  #smalls .section-chapter-3 {
    background-image: url('../images/soldiers/0-smalls/mobile/bg-chapter-3.jpg');
  }
  #smalls .section-chapter-4 {
    background-image: url('../images/soldiers/0-smalls/mobile/bg-chapter-4.jpg');
  }
  #smalls .section-video-1 {
    background-image: url('../images/soldiers/0-smalls/mobile/bg-video-1.jpg');
  }
  #smalls .section-video-2 {
    background-image: url('../images/soldiers/0-smalls/mobile/bg-video-2.jpg');
  }
  #smalls .section-video-3 {
    background-image: url('../images/soldiers/0-smalls/mobile/bg-video-3.jpg');
  }
  #smalls #smalls-micro-1 {
    background-image: url('../images/soldiers/0-smalls/mobile/bg-micro-1.jpg');
  }
  #smalls #smalls-micro-2 {
    background-image: url('../images/soldiers/0-smalls/mobile/bg-micro-2.jpg');
  }
  #smalls #smalls-micro-3 {
    background-image: url('../images/soldiers/0-smalls/mobile/bg-micro-3.jpg');
  }
  #smalls .quote {
    background-image: url('../images/soldiers/0-smalls/mobile/bg-quote.jpg');
  }
  #smalls .section.achievements {
    background-image: url('../images/soldiers/0-smalls/mobile/bg-achievement.jpg');
  }
}
#smalls .section-intro .intro-cont {
  width: 100%;
  left: 90px;
  max-width: 670px;
}
@media (max-width: 350px) {
  #smalls .section-intro .intro-cont br {
    display: none;
  }
}
@media (max-width: 960px) {
  #smalls .section-intro .intro-cont {
    right: 30px;
  }
}
@media (max-width: 640px) {
  #smalls .section-intro .intro-cont {
    left: 0;
    max-width: 100%;
    top: 30px !important;
  }
}
#smalls .section-intro .intro-cont h1,
#smalls .section-intro .intro-cont p {
  color: #fff;
}
#smalls .section-intro .intro-cont h3,
#smalls .section-intro .intro-cont h2 {
  color: #ccc6bc;
}
#smalls .section-intro .intro-cont p {
  text-transform: none;
  color: #fff;
}
@media (max-width: 640px) {
  #smalls .section-intro .intro-cont p {
    padding: 0 10px;
  }
}
#smalls .section-intro .intro-cont h1 {
  font-size: 64px;
}
@media (max-width: 960px) {
  #smalls .section-intro .intro-cont h1 {
    font-size: 48px;
  }
}
@media (max-width: 640px) {
  #smalls .section-intro .intro-cont h1 {
    font-size: 22px;
  }
}
#smalls .section-intro .intro-cont .line-right,
#smalls .section-intro .intro-cont .line-left {
  width: 160px;
  border-color: #ccc6bc !important;
}
@media (max-width: 960px) {
  #smalls .section-intro .intro-cont .line-right,
  #smalls .section-intro .intro-cont .line-left {
    width: 85px !important;
  }
}
@media (max-width: 640px) {
  #smalls .section-intro .intro-cont .line-right,
  #smalls .section-intro .intro-cont .line-left {
    height: 2px !important;
    width: 65px !important;
  }
}
#smalls .section-intro .intro-cont .line-right {
  margin-right: 165px;
}
@media (max-width: 960px) {
  #smalls .section-intro .intro-cont .line-right {
    margin-right: 125px !important;
  }
}
@media (max-width: 640px) {
  #smalls .section-intro .intro-cont .line-right {
    margin-right: 85px !important;
  }
}
#smalls .section-intro .intro-cont .line-left {
  margin-left: 165px;
}
@media (max-width: 960px) {
  #smalls .section-intro .intro-cont .line-left {
    margin-left: 125px !important;
  }
}
@media (max-width: 640px) {
  #smalls .section-intro .intro-cont .line-left {
    margin-left: 85px !important;
  }
}
#smalls .section-intro .intro-cont .star-lines {
  border-color: #ccc6bc;
}
@media (max-width: 960px) {
  #smalls .section-intro .intro-cont .star-lines .line-right,
  #smalls .section-intro .intro-cont .star-lines .line-left {
    width: 140px !important;
  }
}
@media (max-width: 640px) {
  #smalls .section-intro .intro-cont .star-lines .line-right,
  #smalls .section-intro .intro-cont .star-lines .line-left {
    width: 120px !important;
  }
}
@media (max-width: 960px) {
  #smalls .section-intro .intro-cont .star-lines .line-right {
    margin-right: 25px !important;
  }
}
@media (max-width: 640px) {
  #smalls .section-intro .intro-cont .star-lines .line-right {
    margin-right: 13px !important;
  }
}
@media (max-width: 960px) {
  #smalls .section-intro .intro-cont .star-lines .line-left {
    margin-left: 25px !important;
  }
}
@media (max-width: 640px) {
  #smalls .section-intro .intro-cont .star-lines .line-left {
    margin-left: 13px !important;
  }
}
#smalls .section-intro .exp-journey {
  background: url('../images/soldiers/exp-his-journey.png') no-repeat;
}
@media (max-width: 640px) {
  #smalls .quote br {
    display: none;
  }
}
@media (max-width: 640px) {
  #smalls #smalls-micro-1 {
    min-height: 500px !important;
  }
}
#smalls #smalls-micro-1 img {
  pointer-events: none;
}
#smalls #smalls-micro-1 .animation {
  position: relative;
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}
#smalls #smalls-micro-1 .animation h2 {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 54px;
  color: #fff;
  text-transform: uppercase;
}
@media (max-width: 960px) {
  #smalls #smalls-micro-1 .animation h2 {
    font-size: 42px;
  }
}
#smalls #smalls-micro-1 .animation p {
  font-size: 26px;
  color: #fff;
  line-height: 1em;
  font-family: 'Source Sans Pro', sans-serif;
  font-style: italic;
  margin-top: 10px;
  line-height: 32px;
  font-weight: 400;
}
@media (max-width: 960px) {
  #smalls #smalls-micro-1 .animation p {
    font-size: 22px;
  }
}
#smalls #smalls-micro-1 .animation-1 {
  top: 50%;
}
#smalls #smalls-micro-1 .animation-1 h2,
#smalls #smalls-micro-1 .animation-1 p {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  text-align: center;
}
#smalls #smalls-micro-1 .animation-1 h2 {
  top: -90px;
  font-size: 58px;
}
@media (max-width: 960px) {
  #smalls #smalls-micro-1 .animation-1 h2 {
    font-size: 42px;
    top: -70px;
  }
}
#smalls #smalls-micro-1 .animation-1 h2.two-lines {
  line-height: 1em;
  top: -175px;
}
#smalls #smalls-micro-1 .animation-1 .line {
  max-width: 510px;
  width: 0;
  height: 2px;
  margin: 0 auto;
  background: #fff;
}
#smalls #smalls-micro-1 .animation-1 h2 {
  line-height: 1em;
  top: -112px;
  margin-bottom: 0;
}
@media (max-width: 960px) {
  #smalls #smalls-micro-1 .animation-1 h2 {
    top: -90px;
  }
}
#smalls #smalls-micro-1 .animation-1 h2.h2-1 {
  top: -170px;
}
@media (max-width: 960px) {
  #smalls #smalls-micro-1 .animation-1 h2.h2-1 {
    top: -130px;
  }
}
@media (max-width: 960px) {
  #smalls #smalls-micro-1 .animation-1 p br {
    display: none;
  }
}
#smalls #smalls-micro-1 .animation-2 {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
#smalls #smalls-micro-1 .animation-2 .calendar {
  width: 218px;
  height: 272px;
  border: 4px solid #fff;
  border-radius: 15px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -70px;
  margin-left: -110px;
}
#smalls #smalls-micro-1 .animation-2 .calendar .twenty-four-months {
  background: url('../images/soldiers/0-smalls/micro-1/calendar/24-months.png') no-repeat center;
  background-size: contain;
  opacity: 0;
}
#smalls #smalls-micro-1 .animation-2 .calendar .month,
#smalls #smalls-micro-1 .animation-2 .calendar .twenty-four-months {
  position: absolute;
  top: 6px;
  right: 4px;
  bottom: 6px;
  left: 4px;
  border-radius: 12px;
}
#smalls #smalls-micro-1 .animation-2 .calendar .month .top,
#smalls #smalls-micro-1 .animation-2 .calendar .twenty-four-months .top,
#smalls #smalls-micro-1 .animation-2 .calendar .month .bottom,
#smalls #smalls-micro-1 .animation-2 .calendar .twenty-four-months .bottom {
  position: absolute;
  width: 210px;
  height: 128px;
  top: 0;
  left: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
#smalls #smalls-micro-1 .animation-2 .calendar .month .bottom,
#smalls #smalls-micro-1 .animation-2 .calendar .twenty-four-months .bottom {
  top: auto;
  bottom: 0;
}
#smalls #smalls-micro-1 .animation-2 .calendar .month.m1 .top,
#smalls #smalls-micro-1 .animation-2 .calendar .twenty-four-months.m1 .top {
  background: url('../images/soldiers/0-smalls/micro-1/calendar/1-top.png') no-repeat center;
  background-size: contain;
}
#smalls #smalls-micro-1 .animation-2 .calendar .month.m1 .bottom,
#smalls #smalls-micro-1 .animation-2 .calendar .twenty-four-months.m1 .bottom {
  background: url('../images/soldiers/0-smalls/micro-1/calendar/1-bottom.png') no-repeat center;
  background-size: contain;
  z-index: -10;
}
#smalls #smalls-micro-1 .animation-2 .calendar .month.m2 .top,
#smalls #smalls-micro-1 .animation-2 .calendar .twenty-four-months.m2 .top {
  background: url('../images/soldiers/0-smalls/micro-1/calendar/2-top.png') no-repeat center;
  background-size: contain;
}
#smalls #smalls-micro-1 .animation-2 .calendar .month.m2 .bottom,
#smalls #smalls-micro-1 .animation-2 .calendar .twenty-four-months.m2 .bottom {
  background: url('../images/soldiers/0-smalls/micro-1/calendar/2-bottom.png') no-repeat center;
  background-size: contain;
  z-index: -9;
}
#smalls #smalls-micro-1 .animation-2 .calendar .month.m3 .top,
#smalls #smalls-micro-1 .animation-2 .calendar .twenty-four-months.m3 .top {
  background: url('../images/soldiers/0-smalls/micro-1/calendar/3-top.png') no-repeat center;
  background-size: contain;
}
#smalls #smalls-micro-1 .animation-2 .calendar .month.m3 .bottom,
#smalls #smalls-micro-1 .animation-2 .calendar .twenty-four-months.m3 .bottom {
  background: url('../images/soldiers/0-smalls/micro-1/calendar/3-bottom.png') no-repeat center;
  background-size: contain;
  z-index: -8;
}
#smalls #smalls-micro-1 .animation-2 .calendar .month.m4 .top,
#smalls #smalls-micro-1 .animation-2 .calendar .twenty-four-months.m4 .top {
  background: url('../images/soldiers/0-smalls/micro-1/calendar/4-top.png') no-repeat center;
  background-size: contain;
}
#smalls #smalls-micro-1 .animation-2 .calendar .month.m4 .bottom,
#smalls #smalls-micro-1 .animation-2 .calendar .twenty-four-months.m4 .bottom {
  background: url('../images/soldiers/0-smalls/micro-1/calendar/4-bottom.png') no-repeat center;
  background-size: contain;
  z-index: -7;
}
#smalls #smalls-micro-1 .animation-3 {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
#smalls #smalls-micro-1 .animation-3 .network {
  position: absolute;
  width: 400px;
  height: 400px;
  top: 50%;
  left: 50%;
  margin-top: -75px;
  margin-left: -200px;
}
#smalls #smalls-micro-1 .animation-3 .network .net {
  position: absolute;
  width: 234px;
  height: 250px;
  top: 50%;
  left: 50%;
  margin-top: -117px;
  margin-left: -117px;
  background: url('../images/soldiers/0-smalls/micro-1/network/lines.png') no-repeat center;
  background-size: contain;
}
#smalls #smalls-micro-1 .animation-3 .network .sgt-smalls {
  position: absolute;
  width: 98px;
  height: 98px;
  top: 50%;
  left: 50%;
  margin-top: -49px;
  margin-left: -49px;
  background: url('../images/soldiers/0-smalls/micro-1/network/sgt-smalls.png') no-repeat center;
  background-size: contain;
}
#smalls #smalls-micro-1 .animation-3 .network .person {
  position: absolute;
  width: 122px;
  height: 122px;
}
#smalls #smalls-micro-1 .animation-3 .network .person.p1 {
  top: 10px;
  left: 140px;
  background: url('../images/soldiers/0-smalls/micro-1/network/person-1.png') no-repeat center;
  background-size: contain;
}
#smalls #smalls-micro-1 .animation-3 .network .person.p2 {
  top: 105px;
  left: 277px;
  background: url('../images/soldiers/0-smalls/micro-1/network/person-2.png') no-repeat center;
  background-size: contain;
}
#smalls #smalls-micro-1 .animation-3 .network .person.p3 {
  top: 262px;
  left: 224px;
  background: url('../images/soldiers/0-smalls/micro-1/network/person-3.png') no-repeat center;
  background-size: contain;
}
#smalls #smalls-micro-1 .animation-3 .network .person.p4 {
  top: 260px;
  left: 58px;
  background: url('../images/soldiers/0-smalls/micro-1/network/person-4.png') no-repeat center;
  background-size: contain;
}
#smalls #smalls-micro-1 .animation-3 .network .person.p5 {
  top: 103px;
  left: 5px;
  background: url('../images/soldiers/0-smalls/micro-1/network/person-5.png') no-repeat center;
  background-size: contain;
}
#smalls #smalls-micro-1 .animation-4 {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 520px;
  height: 238px;
  margin-left: -260px;
  margin-top: -60px;
}
#smalls #smalls-micro-1 .animation-4 .odometer .digit {
  position: relative;
  float: left;
  margin-right: 12px;
  width: 94px;
  height: 120px;
  background: url('../images/soldiers/5-kim/micro-1/anim-3/frame.png') no-repeat center;
  background-size: contain;
}
#smalls #smalls-micro-1 .animation-4 .odometer .digit .mask {
  position: absolute;
  top: 8px;
  left: 9px;
  width: 76px;
  height: 105px;
  border-radius: 5px;
  overflow: hidden;
  background: url('../images/soldiers/5-kim/micro-1/anim-3/numbers.png') repeat 0 0;
}
#smalls #smalls-micro-1 .animation-4 .odometer .digit:last-child {
  margin-right: 0;
}
@media (max-width: 640px) {
  #smalls #smalls-micro-2 {
    min-height: 500px !important;
  }
}
#smalls #smalls-micro-2 img {
  pointer-events: none;
}
#smalls #smalls-micro-2 .animation {
  position: relative;
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}
#smalls #smalls-micro-2 .animation h2 {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 54px;
  color: #fff;
  text-transform: uppercase;
}
@media (max-width: 960px) {
  #smalls #smalls-micro-2 .animation h2 {
    font-size: 42px;
  }
}
#smalls #smalls-micro-2 .animation p {
  font-size: 26px;
  color: #fff;
  line-height: 1em;
  font-family: 'Source Sans Pro', sans-serif;
  font-style: italic;
  margin-top: 10px;
  line-height: 32px;
  font-weight: 400;
}
@media (max-width: 960px) {
  #smalls #smalls-micro-2 .animation p {
    font-size: 22px;
  }
}
#smalls #smalls-micro-2 .animation-1 {
  top: 50%;
}
#smalls #smalls-micro-2 .animation-1 h2,
#smalls #smalls-micro-2 .animation-1 p {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  text-align: center;
}
#smalls #smalls-micro-2 .animation-1 h2 {
  top: -90px;
  font-size: 58px;
}
@media (max-width: 960px) {
  #smalls #smalls-micro-2 .animation-1 h2 {
    font-size: 42px;
    top: -70px;
  }
}
#smalls #smalls-micro-2 .animation-1 h2.two-lines {
  line-height: 1em;
  top: -175px;
}
#smalls #smalls-micro-2 .animation-1 .line {
  max-width: 510px;
  width: 0;
  height: 2px;
  margin: 0 auto;
  background: #fff;
}
#smalls #smalls-micro-2 .animation-1 .line {
  max-width: 670px;
}
#smalls #smalls-micro-2 .animation-2 {
  opacity: 0;
  position: absolute;
  top: 150px;
  left: 50%;
  width: 928px;
  height: 476px;
  margin-left: -464px;
}
#smalls #smalls-micro-2 .animation-2 .time-scale {
  position: absolute;
  top: 0;
  left: 0;
  width: 928px;
  height: 476px;
  background: url('../images/soldiers/0-smalls/micro-2/time-scale.png') no-repeat center;
}
#smalls #smalls-micro-2 .animation-2 .time-scale .time {
  font-size: 15px;
  position: absolute;
  font-family: 'Source Sans Pro', sans-serif;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-align: center;
}
#smalls #smalls-micro-2 .animation-2 .time-scale .time.t1 {
  left: 0;
  bottom: 122px;
}
#smalls #smalls-micro-2 .animation-2 .time-scale .time.t2 {
  left: 64px;
  bottom: 315px;
}
#smalls #smalls-micro-2 .animation-2 .time-scale .time.t3 {
  left: 270px;
  bottom: 426px;
}
#smalls #smalls-micro-2 .animation-2 .time-scale .time.t4 {
  left: 590px;
  bottom: 420px;
}
#smalls #smalls-micro-2 .animation-2 .time-scale .time.t5 {
  left: 765px;
  bottom: 317px;
}
#smalls #smalls-micro-2 .animation-2 .time-scale .time.t6 {
  left: 860px;
  bottom: 130px;
}
#smalls #smalls-micro-2 .animation-2 .time-scale .icon {
  position: absolute;
  bottom: -14px;
  left: 20px;
  width: 146px;
  height: 146px;
  border-radius: 50%;
  border: 2px solid #ffd530;
  overflow: hidden;
  -webkit-transform: matrix(0.95715, 0.25959, -0.25959, 0.95715, 0, 0);
  -webkit-transform-origin: 450px  40%;
  -ms-transform: matrix(0.95715, 0.25959, -0.25959, 0.95715, 0, 0);
  -ms-transform-origin: 450px 40%;
  transform: matrix(0.95715, 0.25959, -0.25959, 0.95715, 0, 0);
  transform-origin: 450px 40%;
}
#smalls #smalls-micro-2 .animation-2 .time-scale .icon.chrome-fix {
  -webkit-transform-origin: 445px 40% 1px !important;
}
#smalls #smalls-micro-2 .animation-2 .time-scale .icon .pic-cont {
  position: absolute;
  height: 141px;
  width: 141px;
  top: 2px;
  left: 3px;
  -webkit-transform: matrix(0.95715, -0.25959, 0.25959, 0.95715, 0, 0);
  -ms-transform: matrix(0.95715, -0.25959, 0.25959, 0.95715, 0, 0);
  transform: matrix(0.95715, -0.25959, 0.25959, 0.95715, 0, 0);
}
#smalls #smalls-micro-2 .animation-2 .time-scale .icon .pic-cont .pic {
  position: absolute;
  height: 141px;
  width: 141px;
  opacity: 0;
}
#smalls #smalls-micro-2 .animation-2 .time-scale .icon .pic-cont .pic.t1 {
  background: url('../images/soldiers/0-smalls/micro-2/vehicle.png') no-repeat center;
}
#smalls #smalls-micro-2 .animation-2 .time-scale .icon .pic-cont .pic.t2 {
  background: url('../images/soldiers/0-smalls/micro-2/MAINTENANCE.png') no-repeat center;
}
#smalls #smalls-micro-2 .animation-2 .time-scale .icon .pic-cont .pic.t3 {
  background: url('../images/soldiers/0-smalls/micro-2/network.png') no-repeat center;
}
#smalls #smalls-micro-2 .animation-2 .time-scale .icon .pic-cont .pic.t4 {
  background: url('../images/soldiers/0-smalls/micro-2/computer.png') no-repeat center;
}
#smalls #smalls-micro-2 .animation-2 .time-scale .icon .pic-cont .pic.t5 {
  background: url('../images/soldiers/0-smalls/micro-2/wiring.png') no-repeat center;
}
#smalls #smalls-micro-2 .animation-2 .time-scale .icon .pic-cont .pic.t6 {
  background: url('../images/soldiers/0-smalls/micro-2/security.png') no-repeat center;
}
#smalls #smalls-micro-2 .animation-2 .time-copy {
  position: relative;
  top: 290px;
}
#smalls #smalls-micro-2 .animation-2 .time-copy h1,
#smalls #smalls-micro-2 .animation-2 .time-copy h2,
#smalls #smalls-micro-2 .animation-2 .time-copy p {
  opacity: 0;
  width: 100%;
  position: absolute;
}
#smalls #smalls-micro-2 .animation-2 .time-copy h2 {
  top: -137px;
  font-size: 40px;
  font-family: 'Source Sans Pro', sans-serif;
}
#smalls #smalls-micro-2 .animation-2 .time-copy h2.two-lines {
  top: -187px;
}
#smalls #smalls-micro-2 .animation-2 .time-copy h1 {
  top: -110px;
  font-size: 55px;
  font-family: 'Source Sans Pro', sans-serif;
  text-transform: uppercase;
  line-height: 1em;
}
#smalls #smalls-micro-2 .animation-2 .time-copy h1.two-lines {
  top: -160px;
}
#smalls #smalls-micro-2 .animation-2 .time-copy p {
  font-size: 16px;
  width: 450px;
  left: 50%;
  top: 12px;
  margin-left: -225px;
  line-height: 18px;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}
#smalls #smalls-micro-2 .animation-2 .time-copy .star-lines {
  position: relative;
  height: 30px;
  max-width: 765px;
  width: 100%;
  margin: 0 auto;
  bottom: 15px;
}
#smalls #smalls-micro-2 .animation-2 .time-copy .star-lines .line-left,
#smalls #smalls-micro-2 .animation-2 .time-copy .star-lines .line-right {
  position: absolute;
  top: 15px;
  width: 245px;
  border-top: 2px solid #fff;
}
#smalls #smalls-micro-2 .animation-2 .time-copy .star-lines .line-left {
  left: 50%;
  margin-left: 20px;
}
#smalls #smalls-micro-2 .animation-2 .time-copy .star-lines .line-right {
  right: 50%;
  margin-right: 20px;
}
#smalls #smalls-micro-2 .animation-2 .time-copy .star-lines .star {
  opacity: 0;
  width: 27px;
  height: 27px;
  margin: 0 auto;
  background-size: cover;
}
#smalls #smalls-micro-2 .animation-2 .time-copy .star-lines .star.yellow-star {
  background: url('../images/soldiers/star-yellow-big.png') no-repeat center;
}
#smalls .smalls-micro-3.lock-height {
  height: 850px !important;
  transition: 0.2s;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
}
#smalls .smalls-micro-3.lock-height .micro {
  height: 850px !important;
  transition: 0.2s;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
}
@media (max-width: 640px) {
  #smalls .smalls-micro-3.lock-height {
    height: 500px !important;
  }
  #smalls .smalls-micro-3.lock-height .micro {
    position: absolute;
    height: 500px !important;
  }
}
#smalls #smalls-micro-3 .animation-1 {
  position: relative;
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  top: 50%;
}
#smalls #smalls-micro-3 .animation-1 h2 {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 54px;
  color: #fff;
  text-transform: uppercase;
}
@media (max-width: 960px) {
  #smalls #smalls-micro-3 .animation-1 h2 {
    font-size: 42px;
  }
}
#smalls #smalls-micro-3 .animation-1 p {
  font-size: 26px;
  color: #fff;
  line-height: 1em;
  font-family: 'Source Sans Pro', sans-serif;
  font-style: italic;
  margin-top: 10px;
  line-height: 32px;
  font-weight: 400;
}
@media (max-width: 960px) {
  #smalls #smalls-micro-3 .animation-1 p {
    font-size: 22px;
  }
}
#smalls #smalls-micro-3 .animation-1 h2,
#smalls #smalls-micro-3 .animation-1 p {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  text-align: center;
}
#smalls #smalls-micro-3 .animation-1 h2 {
  top: -90px;
  font-size: 58px;
}
@media (max-width: 960px) {
  #smalls #smalls-micro-3 .animation-1 h2 {
    font-size: 42px;
    top: -70px;
  }
}
#smalls #smalls-micro-3 .animation-1 h2.two-lines {
  line-height: 1em;
  top: -175px;
}
#smalls #smalls-micro-3 .animation-1 .line {
  max-width: 510px;
  width: 0;
  height: 2px;
  margin: 0 auto;
  background: #fff;
}
#smalls #smalls-micro-3 .animation-1 h2 {
  top: -170px;
  line-height: 1em;
}
@media (max-width: 960px) {
  #smalls #smalls-micro-3 .animation-1 h2 {
    top: -130px;
  }
}
#smalls #smalls-micro-3 .animation-1 .line {
  max-width: 700px;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
}
#smalls #smalls-micro-3 .animation-2 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#smalls #smalls-micro-3 .animation-2 .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
}
#smalls #smalls-micro-3 .animation-2 .core {
  width: 224px;
  height: 224px;
  border: 2px solid #fff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -112px;
  margin-left: -112px;
  cursor: pointer;
}
#smalls #smalls-micro-3 .animation-2 .core.clicked {
  cursor: default;
}
#smalls #smalls-micro-3 .animation-2 .core h3 {
  position: relative;
  font-size: 22px;
  text-transform: uppercase;
  line-height: 1em;
  font-family: 'Open Sans Condensed', sans-serif;
  font-weight: 400;
  margin: 0 0 20px 0;
}
#smalls #smalls-micro-3 .animation-2 .core h3 span {
  display: inline-block;
}
#smalls #smalls-micro-3 .animation-2 .core .star-lines {
  position: relative;
  height: 30px;
  max-width: 490px;
  width: 100%;
  margin: 0 auto;
}
#smalls #smalls-micro-3 .animation-2 .core .star-lines.top {
  margin-top: 35px;
}
#smalls #smalls-micro-3 .animation-2 .core .star-lines .line-left,
#smalls #smalls-micro-3 .animation-2 .core .star-lines .line-right {
  position: absolute;
  top: 8px;
  width: 45px;
  border-top: 1px solid #fff;
}
#smalls #smalls-micro-3 .animation-2 .core .star-lines .line-left {
  left: 50%;
  margin-left: 10px;
}
#smalls #smalls-micro-3 .animation-2 .core .star-lines .line-right {
  right: 50%;
  margin-right: 10px;
}
#smalls #smalls-micro-3 .animation-2 .core .star-lines .star {
  opacity: 1;
  width: 15px;
  height: 15px;
  margin: 0 auto;
  background-size: contain;
  background-image: url('../images/soldiers/star-yellow.png');
  background-repeat: no-repeat;
}
#smalls #smalls-micro-3 .animation-2 .branch {
  height: 300px;
  width: 100px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -300px;
  margin-left: -50px;
  -webkit-transform-origin: center 300px;
  -ms-transform-origin: center 300px;
  transform-origin: center 300px;
}
#smalls #smalls-micro-3 .animation-2 .branch.b1 {
  -webkit-transform: rotate(42deg);
  -ms-transform: rotate(42deg);
  transform: rotate(42deg);
}
#smalls #smalls-micro-3 .animation-2 .branch.b1 .circle {
  top: -50px;
}
#smalls #smalls-micro-3 .animation-2 .branch.b1 .line {
  top: -25px;
  height: 210px;
}
#smalls #smalls-micro-3 .animation-2 .branch.b2 {
  -webkit-transform: rotate(62deg);
  -ms-transform: rotate(62deg);
  transform: rotate(62deg);
}
#smalls #smalls-micro-3 .animation-2 .branch.b2 .circle {
  top: 40px;
}
#smalls #smalls-micro-3 .animation-2 .branch.b2 .line {
  top: 65px;
  height: 120px;
}
#smalls #smalls-micro-3 .animation-2 .branch.b3 {
  -webkit-transform: rotate(95deg);
  -ms-transform: rotate(95deg);
  transform: rotate(95deg);
}
#smalls #smalls-micro-3 .animation-2 .branch.b4 {
  -webkit-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  transform: rotate(120deg);
}
#smalls #smalls-micro-3 .animation-2 .branch.b4 .circle {
  top: 50px;
}
#smalls #smalls-micro-3 .animation-2 .branch.b4 .line {
  top: 75px;
  height: 110px;
}
#smalls #smalls-micro-3 .animation-2 .branch.b5 {
  -webkit-transform: rotate(150deg);
  -ms-transform: rotate(150deg);
  transform: rotate(150deg);
}
#smalls #smalls-micro-3 .animation-2 .branch.b6 {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
#smalls #smalls-micro-3 .animation-2 .branch.b6 .circle {
  top: 80px;
}
#smalls #smalls-micro-3 .animation-2 .branch.b6 .line {
  top: 105px;
  height: 80px;
}
#smalls #smalls-micro-3 .animation-2 .branch.b7 {
  -webkit-transform: rotate(210deg);
  -ms-transform: rotate(210deg);
  transform: rotate(210deg);
}
#smalls #smalls-micro-3 .animation-2 .branch.b7 .circle {
  top: -10px;
}
#smalls #smalls-micro-3 .animation-2 .branch.b7 .line {
  top: 15px;
  height: 170px;
}
#smalls #smalls-micro-3 .animation-2 .branch.b8 {
  -webkit-transform: rotate(245deg);
  -ms-transform: rotate(245deg);
  transform: rotate(245deg);
}
#smalls #smalls-micro-3 .animation-2 .branch.b8 .circle {
  top: -60px;
}
#smalls #smalls-micro-3 .animation-2 .branch.b8 .line {
  top: -35px;
  height: 220px;
}
#smalls #smalls-micro-3 .animation-2 .branch.b9 {
  -webkit-transform: rotate(260deg);
  -ms-transform: rotate(260deg);
  transform: rotate(260deg);
}
#smalls #smalls-micro-3 .animation-2 .branch.b9 .circle {
  top: 40px;
}
#smalls #smalls-micro-3 .animation-2 .branch.b9 .line {
  top: 65px;
  height: 120px;
}
#smalls #smalls-micro-3 .animation-2 .branch.b10 {
  -webkit-transform: rotate(285deg);
  -ms-transform: rotate(285deg);
  transform: rotate(285deg);
}
#smalls #smalls-micro-3 .animation-2 .branch.b10 .circle {
  top: 80px;
}
#smalls #smalls-micro-3 .animation-2 .branch.b10 .line {
  top: 105px;
  height: 85px;
}
#smalls #smalls-micro-3 .animation-2 .branch.b11 {
  -webkit-transform: rotate(305deg);
  -ms-transform: rotate(305deg);
  transform: rotate(305deg);
}
#smalls #smalls-micro-3 .animation-2 .branch.b12 {
  -webkit-transform: rotate(340deg);
  -ms-transform: rotate(340deg);
  transform: rotate(340deg);
}
#smalls #smalls-micro-3 .animation-2 .branch.b12 .circle {
  top: 60px;
}
#smalls #smalls-micro-3 .animation-2 .branch.b12 .line {
  top: 85px;
  height: 105px;
}
#smalls #smalls-micro-3 .animation-2 .branch .circle {
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -10px;
  width: 21px;
  height: 21px;
  background: url('../images/soldiers/6-vahovick/micro-2/hotspot.png') no-repeat;
}
#smalls #smalls-micro-3 .animation-2 .branch .line {
  display: block;
  position: relative;
  height: 160px;
  width: 1px;
  border-left: 2px dotted #fff;
  left: 50%;
  margin-left: -1px;
  top: 25px;
}
#smalls #smalls-micro-3 .animation-2 .label {
  position: absolute;
  left: 50%;
  top: 50%;
  display: inline-block;
  text-align: left;
  color: #ffd530;
  text-transform: uppercase;
  font-size: 12px;
}
@media (max-width: 960px) {
  #smalls #smalls-micro-3 .animation-2 .label {
    font-size: 10px;
  }
}
#smalls #smalls-micro-3 .animation-2 .label.l13 {
  margin-top: -300px;
  margin-left: 20px;
}
#smalls #smalls-micro-3 .animation-2 .label.l1 {
  margin-top: -265px;
  margin-left: 245px;
}
#smalls #smalls-micro-3 .animation-2 .label.l2 {
  margin-top: -130px;
  margin-left: 240px;
}
#smalls #smalls-micro-3 .animation-2 .label.l3 {
  margin-top: 15px;
  margin-left: 310px;
}
#smalls #smalls-micro-3 .animation-2 .label.l4 {
  margin-top: 115px;
  margin-left: 230px;
}
#smalls #smalls-micro-3 .animation-2 .label.l5 {
  margin-top: 240px;
  margin-left: 160px;
}
#smalls #smalls-micro-3 .animation-2 .label.l6 {
  margin-top: 200px;
  margin-left: 20px;
}
#smalls #smalls-micro-3 .animation-2 .label.l7 {
  margin-top: 250px;
  margin-left: -130px;
}
#smalls #smalls-micro-3 .animation-2 .label.l8 {
  margin-top: 150px;
  margin-left: -300px;
}
#smalls #smalls-micro-3 .animation-2 .label.l9 {
  margin-top: 30px;
  margin-left: -390px;
  text-align: right;
}
#smalls #smalls-micro-3 .animation-2 .label.l10 {
  margin-top: -65px;
  margin-left: -380px;
  text-align: right;
}
#smalls #smalls-micro-3 .animation-2 .label.l11 {
  margin-top: -180px;
  margin-left: -370px;
  text-align: right;
}
#smalls #smalls-micro-3 .animation-2 .label.l12 {
  margin-top: -230px;
  margin-left: -270px;
  text-align: right;
}
@media (max-width: 960px) {
  #smalls #smalls-micro-3 .animation-2 .label {
    font-size: 10px;
  }
  #smalls #smalls-micro-3 .animation-2 .label.l9 {
    margin-left: -360px;
  }
  #smalls #smalls-micro-3 .animation-2 .label.l10 {
    margin-left: -350px;
  }
  #smalls #smalls-micro-3 .animation-2 .label.l11 {
    margin-left: -350px;
  }
  #smalls #smalls-micro-3 .animation-2 .label.l12 {
    margin-left: -245px;
  }
}
@media (max-width: 800px) {
  #smalls #smalls-micro-3 .animation-2 .label {
    font-size: 10px;
  }
  #smalls #smalls-micro-3 .animation-2 .label.l9 {
    margin-top: 4px;
    margin-left: -303px;
  }
  #smalls #smalls-micro-3 .animation-2 .label.l10 {
    margin-top: -98px;
    margin-left: -295px;
  }
  #smalls #smalls-micro-3 .animation-2 .label.l11 {
    margin-top: -210px;
    margin-left: -303px;
  }
  #smalls #smalls-micro-3 .animation-2 .label.l12 {
    margin-top: -277px;
    margin-left: -223px;
  }
}
#smalls #smalls-mob-slider-one .micro-img {
  margin-bottom: 30px;
}
@media (min-width: 641px) {
  #smalls #smalls-mob-slider-one .micro-img {
    margin-bottom: 130px;
  }
}
#smalls #smalls-mob-slider-one .desc {
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  max-width: 320px;
  margin: 0 auto;
}
#smalls #smalls-mob-slider-two .slide.content {
  padding-top: 100px;
}
#smalls #smalls-mob-slider-two .slide.content h1,
#smalls #smalls-mob-slider-two .slide.content p {
  border: none;
  top: 0;
}
#smalls #smalls-mob-slider-two .slide.content h1 {
  padding-bottom: 8px;
}
#smalls #smalls-mob-slider-two .slide.content h3 {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 22px;
  margin: 10px;
  font-weight: 400;
}
#smalls #smalls-mob-slider-two .slide.content .star-lines {
  position: relative;
  height: 12px;
  max-width: 565px;
  width: 100%;
  margin: 0 auto;
  bottom: 15px;
}
#smalls #smalls-mob-slider-two .slide.content .star-lines .line-left,
#smalls #smalls-mob-slider-two .slide.content .star-lines .line-right {
  position: absolute;
  top: 10px;
  width: 43%;
  max-width: 240px;
  border-top: 1px solid #fff;
}
#smalls #smalls-mob-slider-two .slide.content .star-lines .line-left {
  left: 50%;
  margin-left: 15px;
}
#smalls #smalls-mob-slider-two .slide.content .star-lines .line-right {
  right: 50%;
  margin-right: 15px;
}
#smalls #smalls-mob-slider-two .slide.content .star-lines .star {
  width: 18px;
  height: 18px;
  margin: 0 auto;
}
#smalls #smalls-mob-slider-two .slide.content .star-lines .star.yellow-star {
  background: url('../images/soldiers/star-yellow-big.png') no-repeat center;
  background-size: contain;
}
#smalls #smalls-mob-slider-two ul li {
  width: 12px;
  height: 12px;
}
#smalls #smalls-mob-slider-two ul li.active {
  background-color: yellow;
}
#smalls #smalls-mob-slider-two ul li span {
  width: 8px;
  height: 8px;
  top: 2px;
  left: 2px;
}
#smalls #smalls-mob-slider-two .slide.content {
  padding-top: 40px !important;
}
#smalls #smalls-mob-slider-two .icon {
  position: relative;
  margin: 50px auto 0 auto;
  border-radius: 50%;
  overflow: hidden;
  height: 250px;
  width: 250px;
}
@media (max-width: 640px) {
  #smalls #smalls-mob-slider-two .icon {
    height: 150px;
    width: 150px;
    margin: 75px auto 0 auto;
  }
}
#smalls #smalls-mob-slider-two .icon.chrome-fix {
  -webkit-transform-origin: 445px 50% 1px !important;
}
#smalls #smalls-mob-slider-two .icon .pic {
  height: 100%;
  width: 100%;
}
#smalls #smalls-mob-slider-two .icon .pic.t1 {
  background: url('../images/soldiers/0-smalls/mobile/micro-2/army-vehicles.png') no-repeat center;
  background-size: contain;
}
#smalls #smalls-mob-slider-two .icon .pic.t2 {
  background: url('../images/soldiers/0-smalls/mobile/micro-2/maintenance.png') no-repeat center;
  background-size: contain;
}
#smalls #smalls-mob-slider-two .icon .pic.t3 {
  background: url('../images/soldiers/0-smalls/mobile/micro-2/networks.png') no-repeat center;
  background-size: contain;
}
#smalls #smalls-mob-slider-two .icon .pic.t4 {
  background: url('../images/soldiers/0-smalls/mobile/micro-2/computers.png') no-repeat center;
  background-size: contain;
}
#smalls #smalls-mob-slider-two .icon .pic.t5 {
  background: url('../images/soldiers/0-smalls/mobile/micro-2/wiring.png') no-repeat center;
  background-size: contain;
}
#smalls #smalls-mob-slider-two .icon .pic.t6 {
  background: url('../images/soldiers/0-smalls/mobile/micro-2/security.png') no-repeat center;
  background-size: contain;
}
#smalls #smalls-mob-slider-three .slide .micro-img {
  height: 420px;
  margin-top: 30px;
}
#smalls #smalls-mob-slider-three .slide .micro-img.g1 {
  background: url('../images/soldiers/0-smalls/mobile/micro-3/group-1.png') no-repeat center;
  background-size: contain;
}
#smalls #smalls-mob-slider-three .slide .micro-img.g2 {
  background: url('../images/soldiers/0-smalls/mobile/micro-3/group-2.png') no-repeat center;
  background-size: contain;
}
#smalls #smalls-mob-slider-three .slide .micro-img.g3 {
  background: url('../images/soldiers/0-smalls/mobile/micro-3/group-3.png') no-repeat center;
  background-size: contain;
}
#smalls #smalls-mob-achievements {
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}
#smalls #smalls-mob-achievements .slide h1,
#smalls #smalls-mob-achievements .slide p {
  top: 25%;
  max-width: 640px;
  margin: 0 auto;
}
#smalls #smalls-mob-achievements .slide h1 {
  position: relative;
  text-transform: uppercase;
  border-bottom: 1px solid #fff;
  padding-bottom: 5px;
  font-size: 27px;
  margin-bottom: 5px;
  line-height: 1em;
}
#smalls #smalls-mob-achievements .slide p {
  position: relative;
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
  margin-top: 0;
}
#smalls #smalls-mob-achievements .slide .badge-graphic-mob {
  position: relative;
  width: 100px;
  height: 100px;
  margin: 0 auto;
  top: 100px;
}
#smalls #smalls-mob-achievements .badge-graphic-mob.one {
  background: url('../images/soldiers/badges/mobile/male-officer.png') center no-repeat;
  background-size: contain;
}
#smalls #smalls-mob-achievements .badge-graphic-mob.two {
  background: url('../images/soldiers/badges/mobile/teacher.png') center no-repeat;
  background-size: contain;
}
#smalls #smalls-mob-achievements .badge-graphic-mob.three {
  background: url('../images/soldiers/badges/mobile/certification.png') center no-repeat;
  background-size: contain;
}
/* Soldier Styles: Kim
==========================================*/
#catanach.tall .intro-cont {
  top: 175px;
}
@media all and (min-width: 641px) {
  #catanach.tall .section-intro {
    background-image: url('../images/soldiers/8-catanach/bg-intro-tall.jpg');
  }
}
@media all and (max-width: 640px) {
  #catanach.tall .section-intro {
    background-image: url('../images/soldiers/8-catanach/mobile/bg-intro.jpg');
  }
}
@media all and (min-width: 641px) {
  #catanach .section-intro {
    background-image: url('../images/soldiers/8-catanach/bg-intro.jpg');
  }
  #catanach .section-chapter-1 {
    background-image: url('../images/soldiers/8-catanach/bg-chapter-1.jpg');
  }
  #catanach .section-chapter-2 {
    background-image: url('../images/soldiers/8-catanach/bg-chapter-2.jpg');
  }
  #catanach .section-chapter-3 {
    background-image: url('../images/soldiers/8-catanach/bg-chapter-3.jpg');
  }
  #catanach .section-chapter-4 {
    background-image: url('../images/soldiers/8-catanach/bg-chapter-4.jpg');
  }
  #catanach .section-video-1 {
    background-image: url('../images/soldiers/8-catanach/bg-video-1.jpg');
  }
  #catanach .section-video-2 {
    background-image: url('../images/soldiers/8-catanach/bg-video-2.jpg');
  }
  #catanach .section-video-3 {
    background-image: url('../images/soldiers/8-catanach/bg-video-3.jpg');
  }
  #catanach #catanach-micro-1 {
    background-image: url('../images/soldiers/8-catanach/bg-micro-1.jpg');
  }
  #catanach #catanach-micro-2 {
    background-image: url('../images/soldiers/8-catanach/bg-micro-2.jpg');
  }
  #catanach #catanach-micro-3 {
    background-image: url('../images/soldiers/8-catanach/bg-micro-3.jpg');
  }
  #catanach .quote {
    background-image: url('../images/soldiers/8-catanach/bg-quote.jpg');
  }
  #catanach .section.gallery {
    background-image: url('../images/soldiers/8-catanach/bg-gallery.html');
  }
  #catanach .section.achievements {
    background-image: url('../images/soldiers/8-catanach/bg-achievement.jpg');
  }
}
@media all and (max-width: 640px) {
  #catanach .section-intro {
    background-image: url('../images/soldiers/8-catanach/mobile/bg-intro.jpg');
  }
  #catanach .section-chapter-1 {
    background-image: url('../images/soldiers/8-catanach/mobile/bg-chapter-1.jpg');
  }
  #catanach .section-chapter-2 {
    background-image: url('../images/soldiers/8-catanach/mobile/bg-chapter-2.jpg');
  }
  #catanach .section-chapter-3 {
    background-image: url('../images/soldiers/8-catanach/mobile/bg-chapter-3.jpg');
  }
  #catanach .section-chapter-4 {
    background-image: url('../images/soldiers/8-catanach/mobile/bg-chapter-4.jpg');
  }
  #catanach .section-video-1 {
    background-image: url('../images/soldiers/8-catanach/mobile/bg-video-1.jpg');
  }
  #catanach .section-video-2 {
    background-image: url('../images/soldiers/8-catanach/mobile/bg-video-2.jpg');
  }
  #catanach .section-video-3 {
    background-image: url('../images/soldiers/8-catanach/mobile/bg-video-3.jpg');
  }
  #catanach #catanach-micro-1 {
    background-image: url('../images/soldiers/8-catanach/mobile/bg-micro-1.jpg');
  }
  #catanach #catanach-micro-2 {
    background-image: url('../images/soldiers/8-catanach/mobile/bg-micro-2.jpg');
  }
  #catanach #catanach-micro-3 {
    background-image: url('../images/soldiers/8-catanach/mobile/bg-micro-3.jpg');
  }
  #catanach .quote {
    background-image: url('../images/soldiers/8-catanach/mobile/bg-quote.jpg');
  }
  #catanach .section.achievements {
    background-image: url('../images/soldiers/8-catanach/mobile/bg-achievement.jpg');
  }
}
#catanach .section-intro .intro-cont {
  width: 100%;
  left: 90px;
  max-width: 685px;
}
@media (max-width: 350px) {
  #catanach .section-intro .intro-cont br {
    display: none;
  }
}
@media (max-width: 960px) {
  #catanach .section-intro .intro-cont {
    right: 30px;
  }
}
@media (max-width: 640px) {
  #catanach .section-intro .intro-cont {
    left: 0;
    max-width: 100%;
    top: 30px !important;
  }
}
#catanach .section-intro .intro-cont h1,
#catanach .section-intro .intro-cont p {
  color: #fff;
}
#catanach .section-intro .intro-cont h3,
#catanach .section-intro .intro-cont h2 {
  color: #ccc6bc;
}
#catanach .section-intro .intro-cont p {
  text-transform: none;
  color: #fff;
}
@media (max-width: 640px) {
  #catanach .section-intro .intro-cont p {
    padding: 0 10px;
  }
}
#catanach .section-intro .intro-cont h1 {
  font-size: 64px;
}
@media (max-width: 960px) {
  #catanach .section-intro .intro-cont h1 {
    font-size: 44px;
  }
}
@media (max-width: 640px) {
  #catanach .section-intro .intro-cont h1 {
    font-size: 22px;
  }
}
#catanach .section-intro .intro-cont .line-right,
#catanach .section-intro .intro-cont .line-left {
  width: 160px;
  border-color: #ccc6bc !important;
}
@media (max-width: 960px) {
  #catanach .section-intro .intro-cont .line-right,
  #catanach .section-intro .intro-cont .line-left {
    width: 85px !important;
  }
}
@media (max-width: 640px) {
  #catanach .section-intro .intro-cont .line-right,
  #catanach .section-intro .intro-cont .line-left {
    height: 2px !important;
    width: 45px !important;
  }
}
#catanach .section-intro .intro-cont .line-right {
  margin-right: 200px;
}
@media (max-width: 960px) {
  #catanach .section-intro .intro-cont .line-right {
    margin-right: 155px !important;
  }
}
@media (max-width: 640px) {
  #catanach .section-intro .intro-cont .line-right {
    margin-right: 105px !important;
  }
}
#catanach .section-intro .intro-cont .line-left {
  margin-left: 200px;
}
@media (max-width: 960px) {
  #catanach .section-intro .intro-cont .line-left {
    margin-left: 155px !important;
  }
}
@media (max-width: 640px) {
  #catanach .section-intro .intro-cont .line-left {
    margin-left: 105px !important;
  }
}
#catanach .section-intro .intro-cont .star-lines {
  border-color: #ccc6bc;
}
@media (max-width: 960px) {
  #catanach .section-intro .intro-cont .star-lines .line-right,
  #catanach .section-intro .intro-cont .star-lines .line-left {
    width: 140px !important;
  }
}
@media (max-width: 640px) {
  #catanach .section-intro .intro-cont .star-lines .line-right,
  #catanach .section-intro .intro-cont .star-lines .line-left {
    width: 120px !important;
  }
}
@media (max-width: 960px) {
  #catanach .section-intro .intro-cont .star-lines .line-right {
    margin-right: 25px !important;
  }
}
@media (max-width: 640px) {
  #catanach .section-intro .intro-cont .star-lines .line-right {
    margin-right: 13px !important;
  }
}
@media (max-width: 960px) {
  #catanach .section-intro .intro-cont .star-lines .line-left {
    margin-left: 25px !important;
  }
}
@media (max-width: 640px) {
  #catanach .section-intro .intro-cont .star-lines .line-left {
    margin-left: 13px !important;
  }
}
#catanach .section-intro .exp-journey {
  background: url('../images/soldiers/exp-his-journey.png') no-repeat;
}
@media (max-width: 640px) {
  #catanach #catanach-micro-1 {
    min-height: 500px !important;
  }
}
#catanach #catanach-micro-1 img {
  pointer-events: none;
}
#catanach #catanach-micro-1 .animation {
  position: relative;
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}
#catanach #catanach-micro-1 .animation h2 {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 54px;
  color: #fff;
  text-transform: uppercase;
}
@media (max-width: 960px) {
  #catanach #catanach-micro-1 .animation h2 {
    font-size: 42px;
  }
}
#catanach #catanach-micro-1 .animation p {
  font-size: 26px;
  color: #fff;
  line-height: 1em;
  font-family: 'Source Sans Pro', sans-serif;
  font-style: italic;
  margin-top: 10px;
  line-height: 32px;
  font-weight: 400;
}
@media (max-width: 960px) {
  #catanach #catanach-micro-1 .animation p {
    font-size: 22px;
  }
}
#catanach #catanach-micro-1 .animation-1 {
  top: 50%;
}
#catanach #catanach-micro-1 .animation-1 h2,
#catanach #catanach-micro-1 .animation-1 p {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  text-align: center;
}
#catanach #catanach-micro-1 .animation-1 h2 {
  top: -90px;
  font-size: 58px;
}
@media (max-width: 960px) {
  #catanach #catanach-micro-1 .animation-1 h2 {
    font-size: 42px;
    top: -70px;
  }
}
#catanach #catanach-micro-1 .animation-1 h2.two-lines {
  line-height: 1em;
  top: -175px;
}
#catanach #catanach-micro-1 .animation-1 .line {
  max-width: 510px;
  width: 0;
  height: 2px;
  margin: 0 auto;
  background: #fff;
}
#catanach #catanach-micro-1 .animation-2 {
  opacity: 0;
  width: 315px;
  height: 315px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -200px;
  margin-top: -100px;
}
#catanach #catanach-micro-1 .animation-2 .globe {
  position: relative;
  width: 315px;
  height: 315px;
}
#catanach #catanach-micro-1 .animation-2 .globe img {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}
#catanach #catanach-micro-1 .animation-2 .globe img.show {
  opacity: 1;
}
#catanach #catanach-micro-1 .animation-2 .globe .afghan-label {
  opacity: 1;
  position: absolute;
  height: 35px;
  width: 108px;
  top: 95px;
  left: 173px;
  background: url('../images/soldiers/8-catanach/micro-1/globe/afghan-label.png') no-repeat left;
}
#catanach #catanach-micro-1 .animation-2 .globe .afghan-label:after {
  position: absolute;
  content: "";
  width: 31px;
  height: 33px;
  right: -31px;
  top: 1px;
  background: url('../images/soldiers/8-catanach/micro-1/globe/afghan-arrow.png') no-repeat center;
}
#catanach #catanach-micro-1 .animation-2 p {
  opacity: 0;
  position: absolute;
  top: 130px;
  left: 305px;
  text-align: left;
  line-height: 1.2em;
  font-size: 16px;
  width: 210px;
}
#catanach #catanach-micro-1 .animation-3 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#catanach #catanach-micro-1 .animation-3 .badge-box {
  position: absolute;
  width: 272px;
  height: 272px;
  top: 50%;
  left: 50%;
  margin-top: -80px;
  margin-left: -136px;
}
#catanach #catanach-micro-1 .animation-3 .badge-box img.badge {
  position: absolute;
  width: 196px;
  height: 196px;
  left: 50%;
  top: 50%;
  margin-top: -98px;
  margin-left: -98px;
}
#catanach #catanach-micro-1 .animation-3 .badge-box .hidden {
  display: none;
}
#catanach #catanach-micro-1 .animation-4 {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 640px;
  height: 500px;
  margin-left: -320px;
  margin-top: -250px;
}
#catanach #catanach-micro-1 .animation-4 .family {
  width: 390px;
  margin: 0 auto;
  margin-top: 100px;
}
#catanach #catanach-micro-1 .animation-4 .family .man {
  display: inline-block;
  width: 110px;
  height: 133px;
  margin: 0 auto;
  background: url('../images/soldiers/6-vahovick/micro-1/man.png') no-repeat 0 0;
}
#catanach #catanach-micro-1 .animation-4 .family .wife {
  display: inline-block;
  position: relative;
  left: 0;
  width: 97px;
  height: 124px;
  background: url('../images/soldiers/6-vahovick/micro-1/wife.png') no-repeat 0 0;
}
#catanach #catanach-micro-1 .animation-4 .family .girl {
  display: inline-block;
  position: relative;
  right: 0;
  width: 80px;
  height: 97px;
  background: url('../images/soldiers/6-vahovick/micro-1/girl.png') no-repeat 0 0;
}
#catanach #catanach-micro-1 .animation-4 .family .line1 {
  position: relative;
  bottom: 3px;
  width: 390px;
  height: 3px;
  background: #fff;
  margin: 0 auto;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
}
#catanach #catanach-micro-1 .animation-4 .family .line2 {
  position: relative;
  bottom: 0;
  width: 340px;
  height: 3px;
  background: #fff;
  margin: 0 auto;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
}
#catanach #catanach-micro-1 .animation-4 .family .insur {
  position: relative;
  bottom: 0;
  width: 388px;
  margin: 0 auto;
}
#catanach #catanach-micro-1 .animation-4 .family .insur .medical,
#catanach #catanach-micro-1 .animation-4 .family .insur .dental,
#catanach #catanach-micro-1 .animation-4 .family .insur .life {
  width: 388px;
  height: 34px;
  position: relative;
  margin: 10px 0;
}
#catanach #catanach-micro-1 .animation-4 .family .insur .medical {
  background: url('../images/soldiers/6-vahovick/micro-1/insurance-copy.png') no-repeat 0 0;
}
#catanach #catanach-micro-1 .animation-4 .family .insur .dental {
  background: url('../images/soldiers/6-vahovick/micro-1/insurance-copy.png') no-repeat 0 -40px;
}
#catanach #catanach-micro-1 .animation-4 .family .insur .life {
  background: url('../images/soldiers/6-vahovick/micro-1/insurance-copy.png') no-repeat 0 -80px;
}
#catanach #catanach-micro-2 .animation {
  position: relative;
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}
#catanach #catanach-micro-2 .animation h2 {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 54px;
  color: #fff;
  text-transform: uppercase;
}
@media (max-width: 960px) {
  #catanach #catanach-micro-2 .animation h2 {
    font-size: 42px;
  }
}
#catanach #catanach-micro-2 .animation p {
  font-size: 26px;
  color: #fff;
  line-height: 1em;
  font-family: 'Source Sans Pro', sans-serif;
  font-style: italic;
  margin-top: 10px;
  line-height: 32px;
  font-weight: 400;
}
@media (max-width: 960px) {
  #catanach #catanach-micro-2 .animation p {
    font-size: 22px;
  }
}
#catanach #catanach-micro-2 .animation-1 {
  top: 50%;
}
#catanach #catanach-micro-2 .animation-1 h2,
#catanach #catanach-micro-2 .animation-1 p {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  text-align: center;
}
#catanach #catanach-micro-2 .animation-1 h2 {
  top: -90px;
  font-size: 58px;
}
@media (max-width: 960px) {
  #catanach #catanach-micro-2 .animation-1 h2 {
    font-size: 42px;
    top: -70px;
  }
}
#catanach #catanach-micro-2 .animation-1 h2.two-lines {
  line-height: 1em;
  top: -175px;
}
#catanach #catanach-micro-2 .animation-1 .line {
  max-width: 510px;
  width: 0;
  height: 2px;
  margin: 0 auto;
  background: #fff;
}
#catanach #catanach-micro-2 .animation-1 .line {
  max-width: 670px;
}
@media (max-width: 640px) {
  #catanach #catanach-micro-2 .animation-1 {
    display: block !important;
  }
  #catanach #catanach-micro-2 .animation-1 h2,
  #catanach #catanach-micro-2 .animation-1 p {
    position: relative;
    opacity: 1 !important;
    top: auto;
  }
  #catanach #catanach-micro-2 .animation-1 h2 {
    font-size: 48px;
    line-height: 1em;
    font-weight: 400;
    margin-bottom: 10px;
  }
  #catanach #catanach-micro-2 .animation-1 p {
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 60px;
  }
  #catanach #catanach-micro-2 .animation-1 .line {
    max-width: 100% !important;
    width: 100%;
  }
}
#catanach #catanach-micro-2 .animation-2 {
  position: absolute;
  max-width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 0 80px;
  box-sizing: border-box;
}
@media (max-width: 640px) {
  #catanach #catanach-micro-2 .animation-2 {
    display: block !important;
    position: relative;
    padding: 0;
  }
}
#catanach #catanach-micro-2 .animation-2 .overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.65);
}
@media (max-width: 640px) {
  #catanach #catanach-micro-2 .animation-2 .overlay {
    display: none;
  }
}
#catanach #catanach-micro-2 .animation-2 .circle-cont {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 176px;
  height: 176px;
  margin-left: -88px;
  margin-top: -88px;
  overflow: hidden;
}
@media (max-width: 840px) {
  #catanach #catanach-micro-2 .animation-2 .circle-cont {
    display: none;
  }
}
#catanach #catanach-micro-2 .animation-2 .circle-cont .circle {
  width: 176px;
  height: 176px;
  border: 2px solid #ffd530;
  border-radius: 50%;
  box-sizing: border-box;
}
#catanach #catanach-micro-2 .animation-2 .circle-cont p {
  text-transform: uppercase;
  font-size: 21px;
  letter-spacing: 1px;
  font-style: normal;
  line-height: 50px;
  margin-top: 37px;
}
#catanach #catanach-micro-2 .animation-2 .circle-cont .star-lines {
  position: absolute;
  top: 50%;
  height: 30px;
  width: 490px;
  width: 100%;
  margin-top: -8px;
}
#catanach #catanach-micro-2 .animation-2 .circle-cont .star-lines .line-left,
#catanach #catanach-micro-2 .animation-2 .circle-cont .star-lines .line-right {
  position: absolute;
  top: 8px;
  width: 65px;
  border-top: 1px solid #fff;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
}
#catanach #catanach-micro-2 .animation-2 .circle-cont .star-lines .line-left {
  left: 50%;
  margin-left: 10px;
}
#catanach #catanach-micro-2 .animation-2 .circle-cont .star-lines .line-right {
  right: 50%;
  margin-right: 10px;
}
#catanach #catanach-micro-2 .animation-2 .circle-cont .star-lines .star {
  opacity: 1;
  width: 17px;
  height: 17px;
  margin: 0 auto;
  background-size: contain;
  background-image: url('../images/soldiers/star-white.png');
  background-repeat: no-repeat;
}
#catanach #catanach-micro-2 .animation-2 .column {
  position: absolute;
  max-width: 320px;
  height: 580px;
  top: 50%;
  margin-top: -260px;
}
#catanach #catanach-micro-2 .animation-2 .column.left {
  left: 80px;
}
@media (max-width: 640px) {
  #catanach #catanach-micro-2 .animation-2 .column.left {
    left: auto;
  }
  #catanach #catanach-micro-2 .animation-2 .column.left .star.bottom {
    display: none;
  }
}
#catanach #catanach-micro-2 .animation-2 .column.right {
  right: 80px;
}
@media (max-width: 640px) {
  #catanach #catanach-micro-2 .animation-2 .column.right {
    right: auto;
  }
}
@media (max-width: 1030px) {
  #catanach #catanach-micro-2 .animation-2 .column {
    margin-top: -300px;
    width: 240px;
  }
}
@media (max-width: 640px) {
  #catanach #catanach-micro-2 .animation-2 .column {
    position: relative;
    margin-top: 0;
    top: auto;
    height: auto;
    width: 100%;
    max-width: 640px;
  }
}
#catanach #catanach-micro-2 .animation-2 .column .skill h1 {
  text-transform: uppercase;
  font-size: 19px;
  letter-spacing: 1px;
}
#catanach #catanach-micro-2 .animation-2 .column .skill p {
  font-size: 15px;
  line-height: 18px;
  letter-spacing: 1px;
  margin-bottom: 10px;
}
#catanach #catanach-micro-2 .animation-2 .column .skill .line {
  width: 230px;
  height: 1px;
  background: #fff;
  margin: 0 auto;
}
@media (max-width: 1030px) {
  #catanach #catanach-micro-2 .animation-2 .column .skill h1 {
    font-size: 16px;
  }
  #catanach #catanach-micro-2 .animation-2 .column .skill p {
    font-size: 12px;
  }
}
#catanach #catanach-micro-2 .animation-2 .column .star {
  width: 100%;
  height: 35px;
  margin: 0 auto;
  background-size: contain;
  background: url('../images/soldiers/2-augustine/anim-2/star.png') no-repeat center;
}
@media (max-width: 640px) {
  #catanach #catanach-micro-2 .animation-2 .column .star {
    margin: 20px 0;
  }
}
#catanach #catanach-micro-3 .animation-1,
#catanach #catanach-mobile-micro-3 .animation-1 {
  position: relative;
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  top: 50%;
}
#catanach #catanach-micro-3 .animation-1 h2,
#catanach #catanach-mobile-micro-3 .animation-1 h2 {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 54px;
  color: #fff;
  text-transform: uppercase;
}
@media (max-width: 960px) {
  #catanach #catanach-micro-3 .animation-1 h2,
  #catanach #catanach-mobile-micro-3 .animation-1 h2 {
    font-size: 42px;
  }
}
#catanach #catanach-micro-3 .animation-1 p,
#catanach #catanach-mobile-micro-3 .animation-1 p {
  font-size: 26px;
  color: #fff;
  line-height: 1em;
  font-family: 'Source Sans Pro', sans-serif;
  font-style: italic;
  margin-top: 10px;
  line-height: 32px;
  font-weight: 400;
}
@media (max-width: 960px) {
  #catanach #catanach-micro-3 .animation-1 p,
  #catanach #catanach-mobile-micro-3 .animation-1 p {
    font-size: 22px;
  }
}
#catanach #catanach-micro-3 .animation-1 h2,
#catanach #catanach-mobile-micro-3 .animation-1 h2,
#catanach #catanach-micro-3 .animation-1 p,
#catanach #catanach-mobile-micro-3 .animation-1 p {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  text-align: center;
}
#catanach #catanach-micro-3 .animation-1 h2,
#catanach #catanach-mobile-micro-3 .animation-1 h2 {
  top: -90px;
  font-size: 58px;
}
@media (max-width: 960px) {
  #catanach #catanach-micro-3 .animation-1 h2,
  #catanach #catanach-mobile-micro-3 .animation-1 h2 {
    font-size: 42px;
    top: -70px;
  }
}
#catanach #catanach-micro-3 .animation-1 h2.two-lines,
#catanach #catanach-mobile-micro-3 .animation-1 h2.two-lines {
  line-height: 1em;
  top: -175px;
}
#catanach #catanach-micro-3 .animation-1 .line,
#catanach #catanach-mobile-micro-3 .animation-1 .line {
  max-width: 510px;
  width: 0;
  height: 2px;
  margin: 0 auto;
  background: #fff;
}
#catanach #catanach-micro-3 .animation-1 .line,
#catanach #catanach-mobile-micro-3 .animation-1 .line {
  max-width: 950px;
}
#catanach #catanach-micro-3 .animation-2,
#catanach #catanach-mobile-micro-3 .animation-2 {
  position: absolute;
  top: 15%;
  right: 10%;
  width: 630px;
  height: 480px;
}
@media (max-width: 960px) {
  #catanach #catanach-micro-3 .animation-2,
  #catanach #catanach-mobile-micro-3 .animation-2 {
    position: relative;
    margin: 0 auto;
    right: auto;
  }
}
#catanach #catanach-micro-3 .animation-2 h2,
#catanach #catanach-mobile-micro-3 .animation-2 h2 {
  opacity: 0;
  text-transform: uppercase;
  font-size: 24px;
  top: 0px;
  position: relative;
  font-weight: 400;
}
#catanach #catanach-micro-3 .animation-2 h2.left,
#catanach #catanach-mobile-micro-3 .animation-2 h2.left {
  float: left;
  margin-left: 15px;
}
#catanach #catanach-micro-3 .animation-2 h2.right,
#catanach #catanach-mobile-micro-3 .animation-2 h2.right {
  float: right;
  margin-right: 15px;
}
#catanach #catanach-micro-3 .animation-2 p.mobile,
#catanach #catanach-mobile-micro-3 .animation-2 p.mobile {
  display: none;
  font-size: 18px;
  font-style: italic;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  margin-top: 40px;
}
#catanach #catanach-micro-3 .animation-2 .q-row,
#catanach #catanach-mobile-micro-3 .animation-2 .q-row {
  position: relative;
  width: 100%;
  height: 60px;
  margin-bottom: 40px;
}
#catanach #catanach-micro-3 .animation-2 .qm-cont,
#catanach #catanach-mobile-micro-3 .animation-2 .qm-cont {
  position: relative;
  width: 60px;
  height: 60px;
  left: 50%;
  margin-left: 0;
  z-index: 100;
}
#catanach #catanach-micro-3 .animation-2 .qm-cont .qm,
#catanach #catanach-mobile-micro-3 .animation-2 .qm-cont .qm {
  opacity: 0;
  position: absolute;
  left: 9px;
  top: 9px;
  border-radius: 50%;
  width: 22px;
  height: 22px;
  background: url('../images/soldiers/5-kim/micro-3/qm.png') no-repeat center;
  padding: 10px;
}
#catanach #catanach-micro-3 .animation-2 .qm-cont .qm p,
#catanach #catanach-mobile-micro-3 .animation-2 .qm-cont .qm p {
  margin: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  font-size: 16px;
  line-height: 21px;
  color: #000;
  font-family: 'Source Sans Pro', sans-serif;
}
#catanach #catanach-micro-3 .animation-2 .qm-cont .qm.three,
#catanach #catanach-mobile-micro-3 .animation-2 .qm-cont .qm.three {
  padding: 9px 10px;
}
#catanach #catanach-micro-3 .animation-2 .qm-cont .qm.three p,
#catanach #catanach-mobile-micro-3 .animation-2 .qm-cont .qm.three p {
  line-height: 18px;
}
#catanach #catanach-micro-3 .animation-2 .qm-cont .circle-mask,
#catanach #catanach-mobile-micro-3 .animation-2 .qm-cont .circle-mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 60px;
  overflow: hidden;
}
#catanach #catanach-micro-3 .animation-2 .qm-cont .circle-mask .circle,
#catanach #catanach-mobile-micro-3 .animation-2 .qm-cont .circle-mask .circle {
  position: absolute;
  top: 0;
  left: -30px;
  width: 56px;
  height: 56px;
  border: 2px solid #ffd530;
  border-radius: 50%;
}
#catanach #catanach-micro-3 .animation-2 .dot-line,
#catanach #catanach-mobile-micro-3 .animation-2 .dot-line {
  position: absolute;
  top: 50%;
  width: 0;
  height: 2px;
  border-top: 2px dotted #fff;
}
#catanach #catanach-micro-3 .animation-2 .dot-line.left,
#catanach #catanach-mobile-micro-3 .animation-2 .dot-line.left {
  right: 50%;
  margin-right: 34px;
}
#catanach #catanach-micro-3 .animation-2 .dot-line.right,
#catanach #catanach-mobile-micro-3 .animation-2 .dot-line.right {
  left: 50%;
  margin-left: 34px;
}
#catanach #catanach-micro-3 .animation-2 .box,
#catanach #catanach-mobile-micro-3 .animation-2 .box {
  position: absolute;
  top: 0;
  width: 180px;
  height: 55px;
  padding: 20px 0 0 0;
  border: 2px solid #ffd530;
  text-transform: uppercase;
  text-align: center;
  font-size: 14px;
  font-weight: 200;
  letter-spacing: 1px;
  box-sizing: border-box;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.3);
}
#catanach #catanach-micro-3 .animation-2 .box.left,
#catanach #catanach-mobile-micro-3 .animation-2 .box.left {
  right: 70%;
}
#catanach #catanach-micro-3 .animation-2 .box.right,
#catanach #catanach-mobile-micro-3 .animation-2 .box.right {
  left: 70%;
}
#catanach #catanach-micro-3 .animation-2 .box,
#catanach #catanach-mobile-micro-3 .animation-2 .box {
  font-weight: 400;
}
@media (min-width: 641px) {
  #catanach #catanach-micro-3 .qm-cont .qm:not(.three) p {
    position: relative;
    top: 8px;
  }
}
@media (min-width: 641px) {
  #catanach #catanach-mobile-micro-3 {
    display: none;
  }
}
#catanach #catanach-mob-slider-one .micro-img {
  margin-bottom: 30px;
}
@media (min-width: 641px) {
  #catanach #catanach-mob-slider-one .micro-img {
    margin-bottom: 130px;
  }
}
#catanach #catanach-mob-slider-one .desc {
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  max-width: 320px;
  margin: 0 auto;
}
#catanach #catanach-mob-slider-two .slide.content {
  padding-top: 100px;
}
#catanach #catanach-mob-slider-two .slide.content h1,
#catanach #catanach-mob-slider-two .slide.content p {
  border: none;
  top: 0;
}
#catanach #catanach-mob-slider-two .slide.content h1 {
  padding-bottom: 8px;
}
#catanach #catanach-mob-slider-two .slide.content h3 {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 22px;
  margin: 10px;
  font-weight: 400;
}
#catanach #catanach-mob-slider-two .slide.content .star-lines {
  position: relative;
  height: 12px;
  max-width: 565px;
  width: 100%;
  margin: 0 auto;
  bottom: 15px;
}
#catanach #catanach-mob-slider-two .slide.content .star-lines .line-left,
#catanach #catanach-mob-slider-two .slide.content .star-lines .line-right {
  position: absolute;
  top: 10px;
  width: 43%;
  max-width: 240px;
  border-top: 1px solid #fff;
}
#catanach #catanach-mob-slider-two .slide.content .star-lines .line-left {
  left: 50%;
  margin-left: 15px;
}
#catanach #catanach-mob-slider-two .slide.content .star-lines .line-right {
  right: 50%;
  margin-right: 15px;
}
#catanach #catanach-mob-slider-two .slide.content .star-lines .star {
  width: 18px;
  height: 18px;
  margin: 0 auto;
}
#catanach #catanach-mob-slider-two .slide.content .star-lines .star.yellow-star {
  background: url('../images/soldiers/star-yellow-big.png') no-repeat center;
  background-size: contain;
}
#catanach #catanach-mob-slider-two ul li {
  width: 12px;
  height: 12px;
}
#catanach #catanach-mob-slider-two ul li.active {
  background-color: yellow;
}
#catanach #catanach-mob-slider-two ul li span {
  width: 8px;
  height: 8px;
  top: 2px;
  left: 2px;
}
#catanach #catanach-mob-slider-two .slide.content {
  padding-top: 40px !important;
}
#catanach #catanach-mob-slider-two .icon {
  position: relative;
  margin: 50px auto 0 auto;
  border-radius: 50%;
  overflow: hidden;
  height: 250px;
  width: 250px;
}
@media (max-width: 640px) {
  #catanach #catanach-mob-slider-two .icon {
    height: 150px;
    width: 150px;
    margin: 75px auto 0 auto;
  }
}
#catanach #catanach-mob-slider-two .icon.chrome-fix {
  -webkit-transform-origin: 445px 50% 1px !important;
}
#catanach #catanach-mob-slider-two .icon .pic {
  height: 100%;
  width: 100%;
}
#catanach #catanach-mob-slider-two .icon .pic.t1 {
  background: url('../images/soldiers/8-catanach/mobile/micro-2/army-vehicles.html') no-repeat center;
  background-size: contain;
}
#catanach #catanach-mob-slider-two .icon .pic.t2 {
  background: url('../images/soldiers/8-catanach/mobile/micro-2/maintenance.html') no-repeat center;
  background-size: contain;
}
#catanach #catanach-mob-slider-two .icon .pic.t3 {
  background: url('../images/soldiers/8-catanach/mobile/micro-2/networks.html') no-repeat center;
  background-size: contain;
}
#catanach #catanach-mob-slider-two .icon .pic.t4 {
  background: url('../images/soldiers/8-catanach/mobile/micro-2/computers.html') no-repeat center;
  background-size: contain;
}
#catanach #catanach-mob-slider-two .icon .pic.t5 {
  background: url('../images/soldiers/8-catanach/mobile/micro-2/wiring.html') no-repeat center;
  background-size: contain;
}
#catanach #catanach-mob-slider-two .icon .pic.t6 {
  background: url('../images/soldiers/8-catanach/mobile/micro-2/security.html') no-repeat center;
  background-size: contain;
}
#catanach #catanach-mobile-micro-3 .animation-2 .qm-cont .qm p {
  font-size: 14px !important;
  line-height: 14px !important;
}
@media (max-width: 520px) {
  #catanach #catanach-mobile-micro-3 .animation-2 .qm-cont .qm p {
    font-size: 12px !important;
    line-height: 12px !important;
  }
}
@media (max-width: 520px) {
  #catanach #catanach-mobile-micro-3 .animation-2 .qm-cont .qm.three {
    padding: 10px !important;
  }
}
#catanach #catanach-mob-achievements {
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}
#catanach #catanach-mob-achievements .slide h1,
#catanach #catanach-mob-achievements .slide p {
  top: 25%;
  max-width: 640px;
  margin: 0 auto;
}
#catanach #catanach-mob-achievements .slide h1 {
  position: relative;
  text-transform: uppercase;
  border-bottom: 1px solid #fff;
  padding-bottom: 5px;
  font-size: 27px;
  margin-bottom: 5px;
  line-height: 1em;
}
#catanach #catanach-mob-achievements .slide p {
  position: relative;
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
  margin-top: 0;
}
#catanach #catanach-mob-achievements .slide .badge-graphic-mob {
  position: relative;
  width: 100px;
  height: 100px;
  margin: 0 auto;
  top: 100px;
}
#catanach #catanach-mob-achievements .badge-graphic-mob.one {
  background: url('../images/soldiers/badges/mobile/advancement.png') center no-repeat;
  background-size: contain;
}
#catanach #catanach-mob-achievements .badge-graphic-mob.two {
  background: url('../images/soldiers/badges/mobile/award.png') center no-repeat;
  background-size: contain;
}
#catanach #catanach-mob-achievements .badge-graphic-mob.three {
  background: url('../images/soldiers/badges/mobile/diploma.png') center no-repeat;
  background-size: contain;
}
.mobileBattleAssembly .slide.content {
  padding-top: 100px;
}
.mobileBattleAssembly .slide.content h1,
.mobileBattleAssembly .slide.content p {
  border: none;
  top: 0;
}
.mobileBattleAssembly .slide.content h1 {
  padding-bottom: 8px;
}
.mobileBattleAssembly .slide.content h3 {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 22px;
  margin: 10px;
  font-weight: 400;
}
.mobileBattleAssembly .slide.content .star-lines {
  position: relative;
  height: 12px;
  max-width: 565px;
  width: 100%;
  margin: 0 auto;
  bottom: 15px;
}
.mobileBattleAssembly .slide.content .star-lines .line-left,
.mobileBattleAssembly .slide.content .star-lines .line-right {
  position: absolute;
  top: 10px;
  width: 43%;
  max-width: 240px;
  border-top: 1px solid #fff;
}
.mobileBattleAssembly .slide.content .star-lines .line-left {
  left: 50%;
  margin-left: 15px;
}
.mobileBattleAssembly .slide.content .star-lines .line-right {
  right: 50%;
  margin-right: 15px;
}
.mobileBattleAssembly .slide.content .star-lines .star {
  width: 18px;
  height: 18px;
  margin: 0 auto;
}
.mobileBattleAssembly .slide.content .star-lines .star.yellow-star {
  background: url('../images/soldiers/star-yellow-big.png') no-repeat center;
  background-size: contain;
}
.mobileBattleAssembly ul li {
  width: 12px;
  height: 12px;
}
.mobileBattleAssembly ul li.active {
  background-color: yellow;
}
.mobileBattleAssembly ul li span {
  width: 8px;
  height: 8px;
  top: 2px;
  left: 2px;
}
@media (max-width: 960px) {
  .section.locked-micro.arc-anim,
  .section.arc-anim.vahovick-arc,
  .section.locked-micro.jnn {
    min-height: 600px !important;
    height: 600px !important;
  }
  .section.locked-micro #lopez-micro-3.micro,
  .section.locked-micro #melgoza-micro-3.micro,
  .section.locked-micro #smalls-micro-2.micro,
  .section.locked-micro #vahovick-micro-3.micro,
  .section.locked-micro #vahovick-micro-2.micro,
  .section.locked-micro #gonzalez-micro-2.micro {
    position: absolute !important;
    z-index: 0;
  }
  .section.locked-micro #lopez-micro-3.micro .animation,
  .section.locked-micro #melgoza-micro-3.micro .animation,
  .section.locked-micro #smalls-micro-2.micro .animation,
  .section.locked-micro #vahovick-micro-3.micro .animation,
  .section.locked-micro #vahovick-micro-2.micro .animation,
  .section.locked-micro #gonzalez-micro-2.micro .animation {
    display: none;
  }
  #lopez-mob-slider-three.mobile-micro,
  #melgoza-mob-slider-three.mobile-micro,
  #gonzalez-mob-slider-two.mobile-micro,
  #smalls-mob-slider-two.mobile-micro,
  #vahovick-mob-slider-three.mobile-micro,
  #vahovick-mob-slider-three.mobile-micro-noslider {
    display: block;
  }
  #lopez-mob-slider-three.mobile-micro .slide,
  #melgoza-mob-slider-three.mobile-micro .slide,
  #gonzalez-mob-slider-two.mobile-micro .slide,
  #smalls-mob-slider-two.mobile-micro .slide,
  #vahovick-mob-slider-three.mobile-micro .slide,
  #vahovick-mob-slider-three.mobile-micro-noslider .slide {
    height: 540px;
  }
  #lopez-mob-slider-three.mobile-micro .slide h1,
  #melgoza-mob-slider-three.mobile-micro .slide h1,
  #gonzalez-mob-slider-two.mobile-micro .slide h1,
  #smalls-mob-slider-two.mobile-micro .slide h1,
  #vahovick-mob-slider-three.mobile-micro .slide h1,
  #vahovick-mob-slider-three.mobile-micro-noslider .slide h1,
  #lopez-mob-slider-three.mobile-micro .slide p,
  #melgoza-mob-slider-three.mobile-micro .slide p,
  #gonzalez-mob-slider-two.mobile-micro .slide p,
  #smalls-mob-slider-two.mobile-micro .slide p,
  #vahovick-mob-slider-three.mobile-micro .slide p,
  #vahovick-mob-slider-three.mobile-micro-noslider .slide p {
    max-width: 640px;
    top: 40%;
    margin: 0 auto;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  }
  #lopez-mob-slider-three.mobile-micro .slide h1,
  #melgoza-mob-slider-three.mobile-micro .slide h1,
  #gonzalez-mob-slider-two.mobile-micro .slide h1,
  #smalls-mob-slider-two.mobile-micro .slide h1,
  #vahovick-mob-slider-three.mobile-micro .slide h1,
  #vahovick-mob-slider-three.mobile-micro-noslider .slide h1 {
    position: relative;
    text-transform: uppercase;
    border-bottom: 1px solid #fff;
    padding-bottom: 5px;
    font-size: 27px;
    margin-bottom: 5px;
    line-height: 1em;
  }
  #lopez-mob-slider-three.mobile-micro .slide p,
  #melgoza-mob-slider-three.mobile-micro .slide p,
  #gonzalez-mob-slider-two.mobile-micro .slide p,
  #smalls-mob-slider-two.mobile-micro .slide p,
  #vahovick-mob-slider-three.mobile-micro .slide p,
  #vahovick-mob-slider-three.mobile-micro-noslider .slide p {
    position: relative;
    font-size: 14px;
    font-style: italic;
    font-weight: 400;
    margin-top: 0;
  }
}
@media (max-width: 960px) and (min-width: 641px) {
  #lopez-mob-slider-three.mobile-micro .slide,
  #melgoza-mob-slider-three.mobile-micro .slide,
  #gonzalez-mob-slider-two.mobile-micro .slide,
  #smalls-mob-slider-two.mobile-micro .slide,
  #vahovick-mob-slider-three.mobile-micro .slide,
  #vahovick-mob-slider-three.mobile-micro-noslider .slide {
    padding-top: 200px !important;
  }
}
@media (max-width: 960px) and (min-width: 641px) {
  #lopez-mob-slider-three.mobile-micro .slide.s1,
  #melgoza-mob-slider-three.mobile-micro .slide.s1,
  #gonzalez-mob-slider-two.mobile-micro .slide.s1,
  #smalls-mob-slider-two.mobile-micro .slide.s1,
  #vahovick-mob-slider-three.mobile-micro .slide.s1,
  #vahovick-mob-slider-three.mobile-micro-noslider .slide.s1 {
    padding-top: 50px !important;
  }
}
@media (max-width: 960px) and (max-width: 640px) {
  #lopez-mob-slider-three.mobile-micro .slide,
  #melgoza-mob-slider-three.mobile-micro .slide,
  #gonzalez-mob-slider-two.mobile-micro .slide,
  #smalls-mob-slider-two.mobile-micro .slide,
  #vahovick-mob-slider-three.mobile-micro .slide,
  #vahovick-mob-slider-three.mobile-micro-noslider .slide {
    height: 440px;
  }
}
@media (max-width: 960px) and (min-width: 641px) {
  #lopez-mob-slider-three.mobile-micro .slide h1,
  #melgoza-mob-slider-three.mobile-micro .slide h1,
  #gonzalez-mob-slider-two.mobile-micro .slide h1,
  #smalls-mob-slider-two.mobile-micro .slide h1,
  #vahovick-mob-slider-three.mobile-micro .slide h1,
  #vahovick-mob-slider-three.mobile-micro-noslider .slide h1 {
    font-size: 32px;
  }
}
@media (max-width: 960px) and (min-width: 641px) {
  #lopez-mob-slider-three.mobile-micro .slide p,
  #melgoza-mob-slider-three.mobile-micro .slide p,
  #gonzalez-mob-slider-two.mobile-micro .slide p,
  #smalls-mob-slider-two.mobile-micro .slide p,
  #vahovick-mob-slider-three.mobile-micro .slide p,
  #vahovick-mob-slider-three.mobile-micro-noslider .slide p {
    font-size: 18px;
    line-height: 18px;
  }
}
@media (max-width: 960px) and (min-width: 641px) {
  #vahovick-mob-slider-three.mobile-micro .slide {
    padding-top: 0 !important;
  }
}
#reserve-journey-wrap.mobile,
#reserve-journey-wrap.ie8 {
  /*
		INTRO
	*********************************************/
  /*
		Section Intro
	*********************************************/
  /*
		Quote
	*********************************************/
  /*
		CHAPTERS
	*********************************************/
  /*
		QUOTE
	*********************************************/
  /*
		VIDEO
	*********************************************/
  /*
		Gallery
	*********************************************/
  /*
		MICRO animations
	*********************************************/
  /*
		Soldier Skills
	*********************************************/
  /*
		QnA
	*********************************************/
  /*
		Achievements
	*********************************************/
  /*
		Melgoza
	*********************************************/
}
#reserve-journey-wrap.mobile span.share,
#reserve-journey-wrap.ie8 span.share {
  display: none;
}
#reserve-journey-wrap.mobile h3,
#reserve-journey-wrap.ie8 h3 {
  padding-top: 0;
}
#reserve-journey-wrap.mobile .section,
#reserve-journey-wrap.ie8 .section {
  min-height: 600px !important;
}
#reserve-journey-wrap.mobile .section.locked-micro,
#reserve-journey-wrap.ie8 .section.locked-micro {
  min-height: 500px !important;
}
#reserve-journey-wrap.mobile .section-start,
#reserve-journey-wrap.ie8 .section-start {
  background-image: url('../images/mobile/bg-intro.jpg');
  background-position: center bottom;
  height: 1450px !important;
}
#reserve-journey-wrap.mobile .section-start video,
#reserve-journey-wrap.ie8 .section-start video {
  opacity: 0;
}
#reserve-journey-wrap.mobile .section-intro .intro-cont,
#reserve-journey-wrap.ie8 .section-intro .intro-cont {
  top: 40px !important;
}
#reserve-journey-wrap.mobile #gonzalez .section-intro .intro-cont,
#reserve-journey-wrap.ie8 #gonzalez .section-intro .intro-cont,
#reserve-journey-wrap.mobile #smalls .section-intro .intro-cont,
#reserve-journey-wrap.ie8 #smalls .section-intro .intro-cont {
  top: 20px !important;
}
#reserve-journey-wrap.mobile #vahovick .section-intro .intro-cont,
#reserve-journey-wrap.ie8 #vahovick .section-intro .intro-cont {
  top: 10px !important;
}
#reserve-journey-wrap.mobile #vahovick .section-intro .intro-cont h2,
#reserve-journey-wrap.ie8 #vahovick .section-intro .intro-cont h2 {
  line-height: 1em;
}
@media (min-width: 960px) {
  #reserve-journey-wrap.mobile .section-intro .intro-cont,
  #reserve-journey-wrap.ie8 .section-intro .intro-cont {
    top: 50px !important;
    width: 540px !important;
    height: 400px;
  }
  #reserve-journey-wrap.mobile .section-intro .intro-cont h1,
  #reserve-journey-wrap.ie8 .section-intro .intro-cont h1 {
    font-size: 46px;
  }
  #reserve-journey-wrap.mobile .section-intro .intro-cont h3,
  #reserve-journey-wrap.ie8 .section-intro .intro-cont h3 {
    font-size: 22px;
  }
  #reserve-journey-wrap.mobile .section-intro .intro-cont h2,
  #reserve-journey-wrap.ie8 .section-intro .intro-cont h2 {
    font-size: 22px;
  }
  #reserve-journey-wrap.mobile .section-intro .intro-cont p,
  #reserve-journey-wrap.ie8 .section-intro .intro-cont p {
    font-size: 16px;
  }
  #reserve-journey-wrap.mobile #melgoza .section-intro .intro-cont,
  #reserve-journey-wrap.ie8 #melgoza .section-intro .intro-cont {
    left: 50px !important;
  }
  #reserve-journey-wrap.mobile #melgoza .section-intro .intro-cont h1,
  #reserve-journey-wrap.ie8 #melgoza .section-intro .intro-cont h1 {
    font-size: 28px;
  }
  #reserve-journey-wrap.mobile #melgoza .section-intro .intro-cont .line-left,
  #reserve-journey-wrap.ie8 #melgoza .section-intro .intro-cont .line-left,
  #reserve-journey-wrap.mobile #melgoza .section-intro .intro-cont .line-right,
  #reserve-journey-wrap.ie8 #melgoza .section-intro .intro-cont .line-right {
    width: 85px !important;
  }
  #reserve-journey-wrap.mobile #melgoza .section-intro .intro-cont .line-left,
  #reserve-journey-wrap.ie8 #melgoza .section-intro .intro-cont .line-left {
    margin-left: 128px !important;
  }
  #reserve-journey-wrap.mobile #melgoza .section-intro .intro-cont .line-right,
  #reserve-journey-wrap.ie8 #melgoza .section-intro .intro-cont .line-right {
    margin-right: 128px !important;
  }
  #reserve-journey-wrap.mobile #melgoza .section-intro .intro-cont .star-lines .line-right,
  #reserve-journey-wrap.ie8 #melgoza .section-intro .intro-cont .star-lines .line-right,
  #reserve-journey-wrap.mobile #melgoza .section-intro .intro-cont .star-lines .line-left,
  #reserve-journey-wrap.ie8 #melgoza .section-intro .intro-cont .star-lines .line-left {
    width: 230px !important;
  }
  #reserve-journey-wrap.mobile #melgoza .section-intro .intro-cont .star-lines .line-right,
  #reserve-journey-wrap.ie8 #melgoza .section-intro .intro-cont .star-lines .line-right {
    margin-right: 25px !important;
  }
  #reserve-journey-wrap.mobile #melgoza .section-intro .intro-cont .star-lines .line-left,
  #reserve-journey-wrap.ie8 #melgoza .section-intro .intro-cont .star-lines .line-left {
    margin-left: 25px !important;
  }
  #reserve-journey-wrap.mobile #munoz .section-intro .intro-cont,
  #reserve-journey-wrap.ie8 #munoz .section-intro .intro-cont {
    right: 0 !important;
  }
  #reserve-journey-wrap.mobile #munoz .section-intro .intro-cont .line-left,
  #reserve-journey-wrap.ie8 #munoz .section-intro .intro-cont .line-left,
  #reserve-journey-wrap.mobile #munoz .section-intro .intro-cont .line-right,
  #reserve-journey-wrap.ie8 #munoz .section-intro .intro-cont .line-right {
    width: 65px !important;
  }
  #reserve-journey-wrap.mobile #munoz .section-intro .intro-cont .line-left,
  #reserve-journey-wrap.ie8 #munoz .section-intro .intro-cont .line-left {
    margin-left: 115px !important;
  }
  #reserve-journey-wrap.mobile #munoz .section-intro .intro-cont .line-right,
  #reserve-journey-wrap.ie8 #munoz .section-intro .intro-cont .line-right {
    margin-right: 115px !important;
  }
  #reserve-journey-wrap.mobile #munoz .section-intro .intro-cont .star-lines .line-right,
  #reserve-journey-wrap.ie8 #munoz .section-intro .intro-cont .star-lines .line-right,
  #reserve-journey-wrap.mobile #munoz .section-intro .intro-cont .star-lines .line-left,
  #reserve-journey-wrap.ie8 #munoz .section-intro .intro-cont .star-lines .line-left {
    width: 120px !important;
  }
  #reserve-journey-wrap.mobile #munoz .section-intro .intro-cont .star-lines .line-right,
  #reserve-journey-wrap.ie8 #munoz .section-intro .intro-cont .star-lines .line-right {
    margin-right: 13px !important;
  }
  #reserve-journey-wrap.mobile #munoz .section-intro .intro-cont .star-lines .line-left,
  #reserve-journey-wrap.ie8 #munoz .section-intro .intro-cont .star-lines .line-left {
    margin-left: 13px !important;
  }
  #reserve-journey-wrap.mobile #augustine .section-intro .intro-cont,
  #reserve-journey-wrap.ie8 #augustine .section-intro .intro-cont {
    left: 50px !important;
  }
  #reserve-journey-wrap.mobile #augustine .section-intro .intro-cont h1,
  #reserve-journey-wrap.ie8 #augustine .section-intro .intro-cont h1 {
    font-size: 28px;
  }
  #reserve-journey-wrap.mobile #augustine .section-intro .intro-cont .line-left,
  #reserve-journey-wrap.ie8 #augustine .section-intro .intro-cont .line-left,
  #reserve-journey-wrap.mobile #augustine .section-intro .intro-cont .line-right,
  #reserve-journey-wrap.ie8 #augustine .section-intro .intro-cont .line-right {
    width: 50px !important;
  }
  #reserve-journey-wrap.mobile #augustine .section-intro .intro-cont .line-left,
  #reserve-journey-wrap.ie8 #augustine .section-intro .intro-cont .line-left {
    margin-left: 155px !important;
  }
  #reserve-journey-wrap.mobile #augustine .section-intro .intro-cont .line-right,
  #reserve-journey-wrap.ie8 #augustine .section-intro .intro-cont .line-right {
    margin-right: 155px !important;
  }
  #reserve-journey-wrap.mobile #augustine .section-intro .intro-cont .star-lines .line-right,
  #reserve-journey-wrap.ie8 #augustine .section-intro .intro-cont .star-lines .line-right,
  #reserve-journey-wrap.mobile #augustine .section-intro .intro-cont .star-lines .line-left,
  #reserve-journey-wrap.ie8 #augustine .section-intro .intro-cont .star-lines .line-left {
    width: 100px !important;
  }
  #reserve-journey-wrap.mobile #augustine .section-intro .intro-cont .star-lines .line-right,
  #reserve-journey-wrap.ie8 #augustine .section-intro .intro-cont .star-lines .line-right {
    margin-right: 25px !important;
  }
  #reserve-journey-wrap.mobile #augustine .section-intro .intro-cont .star-lines .line-left,
  #reserve-journey-wrap.ie8 #augustine .section-intro .intro-cont .star-lines .line-left {
    margin-left: 25px !important;
  }
  #reserve-journey-wrap.mobile #lopez .section-intro .intro-cont,
  #reserve-journey-wrap.ie8 #lopez .section-intro .intro-cont {
    left: 50px !important;
  }
  #reserve-journey-wrap.mobile #lopez .section-intro .intro-cont .line-left,
  #reserve-journey-wrap.ie8 #lopez .section-intro .intro-cont .line-left,
  #reserve-journey-wrap.mobile #lopez .section-intro .intro-cont .line-right,
  #reserve-journey-wrap.ie8 #lopez .section-intro .intro-cont .line-right {
    width: 85px !important;
  }
  #reserve-journey-wrap.mobile #lopez .section-intro .intro-cont .line-left,
  #reserve-journey-wrap.ie8 #lopez .section-intro .intro-cont .line-left {
    margin-left: 115px !important;
  }
  #reserve-journey-wrap.mobile #lopez .section-intro .intro-cont .line-right,
  #reserve-journey-wrap.ie8 #lopez .section-intro .intro-cont .line-right {
    margin-right: 115px !important;
  }
  #reserve-journey-wrap.mobile #lopez .section-intro .intro-cont .star-lines .line-right,
  #reserve-journey-wrap.ie8 #lopez .section-intro .intro-cont .star-lines .line-right,
  #reserve-journey-wrap.mobile #lopez .section-intro .intro-cont .star-lines .line-left,
  #reserve-journey-wrap.ie8 #lopez .section-intro .intro-cont .star-lines .line-left {
    width: 145px !important;
  }
  #reserve-journey-wrap.mobile #lopez .section-intro .intro-cont .star-lines .line-right,
  #reserve-journey-wrap.ie8 #lopez .section-intro .intro-cont .star-lines .line-right {
    margin-right: 25px !important;
  }
  #reserve-journey-wrap.mobile #lopez .section-intro .intro-cont .star-lines .line-left,
  #reserve-journey-wrap.ie8 #lopez .section-intro .intro-cont .star-lines .line-left {
    margin-left: 25px !important;
  }
  #reserve-journey-wrap.mobile #kim .section-intro .intro-cont,
  #reserve-journey-wrap.ie8 #kim .section-intro .intro-cont {
    right: 30px !important;
  }
  #reserve-journey-wrap.mobile #kim .section-intro .intro-cont .line-left,
  #reserve-journey-wrap.ie8 #kim .section-intro .intro-cont .line-left,
  #reserve-journey-wrap.mobile #kim .section-intro .intro-cont .line-right,
  #reserve-journey-wrap.ie8 #kim .section-intro .intro-cont .line-right {
    width: 75px !important;
  }
  #reserve-journey-wrap.mobile #kim .section-intro .intro-cont .line-left,
  #reserve-journey-wrap.ie8 #kim .section-intro .intro-cont .line-left {
    margin-left: 125px !important;
  }
  #reserve-journey-wrap.mobile #kim .section-intro .intro-cont .line-right,
  #reserve-journey-wrap.ie8 #kim .section-intro .intro-cont .line-right {
    margin-right: 125px !important;
  }
  #reserve-journey-wrap.mobile #kim .section-intro .intro-cont .star-lines .line-right,
  #reserve-journey-wrap.ie8 #kim .section-intro .intro-cont .star-lines .line-right,
  #reserve-journey-wrap.mobile #kim .section-intro .intro-cont .star-lines .line-left,
  #reserve-journey-wrap.ie8 #kim .section-intro .intro-cont .star-lines .line-left {
    width: 140px !important;
  }
  #reserve-journey-wrap.mobile #kim .section-intro .intro-cont .star-lines .line-right,
  #reserve-journey-wrap.ie8 #kim .section-intro .intro-cont .star-lines .line-right {
    margin-right: 25px !important;
  }
  #reserve-journey-wrap.mobile #kim .section-intro .intro-cont .star-lines .line-left,
  #reserve-journey-wrap.ie8 #kim .section-intro .intro-cont .star-lines .line-left {
    margin-left: 25px !important;
  }
  #reserve-journey-wrap.mobile #kim #kim-mob-slider-one .zero .desc,
  #reserve-journey-wrap.ie8 #kim #kim-mob-slider-one .zero .desc,
  #reserve-journey-wrap.mobile #kim #kim-mob-slider-one .one-twenty .desc,
  #reserve-journey-wrap.ie8 #kim #kim-mob-slider-one .one-twenty .desc {
    position: relative;
    height: 30px;
    padding-top: 40px;
  }
  #reserve-journey-wrap.mobile #vahovick .section-intro .intro-cont,
  #reserve-journey-wrap.ie8 #vahovick .section-intro .intro-cont {
    right: 30px !important;
  }
  #reserve-journey-wrap.mobile #vahovick .section-intro .intro-cont .line-left,
  #reserve-journey-wrap.ie8 #vahovick .section-intro .intro-cont .line-left,
  #reserve-journey-wrap.mobile #vahovick .section-intro .intro-cont .line-right,
  #reserve-journey-wrap.ie8 #vahovick .section-intro .intro-cont .line-right {
    width: 75px !important;
  }
  #reserve-journey-wrap.mobile #vahovick .section-intro .intro-cont .line-left,
  #reserve-journey-wrap.ie8 #vahovick .section-intro .intro-cont .line-left {
    margin-left: 125px !important;
  }
  #reserve-journey-wrap.mobile #vahovick .section-intro .intro-cont .line-right,
  #reserve-journey-wrap.ie8 #vahovick .section-intro .intro-cont .line-right {
    margin-right: 125px !important;
  }
  #reserve-journey-wrap.mobile #vahovick .section-intro .intro-cont .star-lines .line-right,
  #reserve-journey-wrap.ie8 #vahovick .section-intro .intro-cont .star-lines .line-right,
  #reserve-journey-wrap.mobile #vahovick .section-intro .intro-cont .star-lines .line-left,
  #reserve-journey-wrap.ie8 #vahovick .section-intro .intro-cont .star-lines .line-left {
    width: 140px !important;
  }
  #reserve-journey-wrap.mobile #vahovick .section-intro .intro-cont .star-lines .line-right,
  #reserve-journey-wrap.ie8 #vahovick .section-intro .intro-cont .star-lines .line-right {
    margin-right: 25px !important;
  }
  #reserve-journey-wrap.mobile #vahovick .section-intro .intro-cont .star-lines .line-left,
  #reserve-journey-wrap.ie8 #vahovick .section-intro .intro-cont .star-lines .line-left {
    margin-left: 25px !important;
  }
  #reserve-journey-wrap.mobile #vahovick .section-intro .intro-cont h2,
  #reserve-journey-wrap.ie8 #vahovick .section-intro .intro-cont h2 {
    font-size: 18px;
  }
  #reserve-journey-wrap.mobile #smalls .section-intro .intro-cont,
  #reserve-journey-wrap.ie8 #smalls .section-intro .intro-cont {
    right: 30px !important;
  }
  #reserve-journey-wrap.mobile #smalls .section-intro .intro-cont .line-left,
  #reserve-journey-wrap.ie8 #smalls .section-intro .intro-cont .line-left,
  #reserve-journey-wrap.mobile #smalls .section-intro .intro-cont .line-right,
  #reserve-journey-wrap.ie8 #smalls .section-intro .intro-cont .line-right {
    width: 95px !important;
  }
  #reserve-journey-wrap.mobile #smalls .section-intro .intro-cont .line-left,
  #reserve-journey-wrap.ie8 #smalls .section-intro .intro-cont .line-left {
    margin-left: 125px !important;
  }
  #reserve-journey-wrap.mobile #smalls .section-intro .intro-cont .line-right,
  #reserve-journey-wrap.ie8 #smalls .section-intro .intro-cont .line-right {
    margin-right: 125px !important;
  }
  #reserve-journey-wrap.mobile #smalls .section-intro .intro-cont .star-lines .line-right,
  #reserve-journey-wrap.ie8 #smalls .section-intro .intro-cont .star-lines .line-right,
  #reserve-journey-wrap.mobile #smalls .section-intro .intro-cont .star-lines .line-left,
  #reserve-journey-wrap.ie8 #smalls .section-intro .intro-cont .star-lines .line-left {
    width: 140px !important;
  }
  #reserve-journey-wrap.mobile #smalls .section-intro .intro-cont .star-lines .line-right,
  #reserve-journey-wrap.ie8 #smalls .section-intro .intro-cont .star-lines .line-right {
    margin-right: 25px !important;
  }
  #reserve-journey-wrap.mobile #smalls .section-intro .intro-cont .star-lines .line-left,
  #reserve-journey-wrap.ie8 #smalls .section-intro .intro-cont .star-lines .line-left {
    margin-left: 25px !important;
  }
  #reserve-journey-wrap.mobile #smalls .section-intro .intro-cont h2,
  #reserve-journey-wrap.ie8 #smalls .section-intro .intro-cont h2 {
    font-size: 18px;
  }
}
#reserve-journey-wrap.mobile #kim .quote,
#reserve-journey-wrap.ie8 #kim .quote {
  background-position: 0 60%;
}
#reserve-journey-wrap.mobile .chapter,
#reserve-journey-wrap.ie8 .chapter {
  height: 360px !important;
  position: relative !important;
  margin-top: 0 !important;
}
#reserve-journey-wrap.mobile .chapter h2,
#reserve-journey-wrap.ie8 .chapter h2 {
  font-size: 16px;
  line-height: 1em;
}
#reserve-journey-wrap.mobile .chapter .text,
#reserve-journey-wrap.ie8 .chapter .text,
#reserve-journey-wrap.mobile .chapter h1,
#reserve-journey-wrap.ie8 .chapter h1 {
  opacity: 1 !important;
}
#reserve-journey-wrap.mobile .chapter .line-left,
#reserve-journey-wrap.ie8 .chapter .line-left,
#reserve-journey-wrap.mobile .chapter .line-right,
#reserve-journey-wrap.ie8 .chapter .line-right {
  width: 40px !important;
}
#reserve-journey-wrap.mobile .chapter .line-left,
#reserve-journey-wrap.ie8 .chapter .line-left {
  margin-left: 45px !important;
}
#reserve-journey-wrap.mobile .chapter .line-right,
#reserve-journey-wrap.ie8 .chapter .line-right {
  margin-right: 45px !important;
}
#reserve-journey-wrap.mobile .quote,
#reserve-journey-wrap.ie8 .quote {
  margin-bottom: 0 !important;
}
@media (min-width: 960px) {
  #reserve-journey-wrap.mobile .quote p,
  #reserve-journey-wrap.ie8 .quote p {
    opacity: 1;
  }
}
#reserve-journey-wrap.mobile .video,
#reserve-journey-wrap.ie8 .video {
  height: 360px !important;
}
#reserve-journey-wrap.mobile .video .vid-play-btn,
#reserve-journey-wrap.ie8 .video .vid-play-btn {
  opacity: 1 !important;
}
#reserve-journey-wrap.mobile .section.gallery,
#reserve-journey-wrap.ie8 .section.gallery {
  height: auto !important;
}
#reserve-journey-wrap.mobile .section.gallery .animation-2 .gallery-thumbs,
#reserve-journey-wrap.ie8 .section.gallery .animation-2 .gallery-thumbs {
  padding: 0 10px;
}
@media (min-width: 640px) {
  #reserve-journey-wrap.mobile .section.gallery .animation-2,
  #reserve-journey-wrap.ie8 .section.gallery .animation-2 {
    margin-top: 0 !important;
    position: relative !important;
    padding: 200px 0 50px 0;
  }
}
#reserve-journey-wrap.mobile .section.gallery .animation-1,
#reserve-journey-wrap.ie8 .section.gallery .animation-1 {
  position: absolute;
  top: 200px;
}
#reserve-journey-wrap.mobile .section.gallery .animation-1 h2,
#reserve-journey-wrap.ie8 .section.gallery .animation-1 h2,
#reserve-journey-wrap.mobile .section.gallery .animation-1 p,
#reserve-journey-wrap.ie8 .section.gallery .animation-1 p {
  opacity: 1 !important;
}
#reserve-journey-wrap.mobile .section.gallery .animation-1 h2,
#reserve-journey-wrap.ie8 .section.gallery .animation-1 h2 {
  top: -45px;
  font-size: 27px;
}
#reserve-journey-wrap.mobile .section.gallery .animation-1 p,
#reserve-journey-wrap.ie8 .section.gallery .animation-1 p {
  font-size: 14px;
  padding: 0 20px;
  line-height: 1em;
  box-sizing: border-box;
}
#reserve-journey-wrap.mobile .section.gallery .animation-1 .line,
#reserve-journey-wrap.ie8 .section.gallery .animation-1 .line {
  width: 80%  !important;
  height: 1px;
}
@media (min-width: 640px) {
  #reserve-journey-wrap.mobile .section.gallery .animation-1,
  #reserve-journey-wrap.ie8 .section.gallery .animation-1 {
    position: relative;
    max-width: 590px;
    top: 110px;
  }
  #reserve-journey-wrap.mobile .section.gallery .animation-1 h2,
  #reserve-journey-wrap.ie8 .section.gallery .animation-1 h2 {
    top: -58px;
    font-size: 36px;
  }
  #reserve-journey-wrap.mobile .section.gallery .animation-1 p,
  #reserve-journey-wrap.ie8 .section.gallery .animation-1 p {
    font-size: 20px;
  }
}
#reserve-journey-wrap.mobile #lopez #gallery,
#reserve-journey-wrap.ie8 #lopez #gallery {
  display: none;
  min-height: 500px !important;
}
#reserve-journey-wrap.mobile #lopez .gallery,
#reserve-journey-wrap.ie8 #lopez .gallery {
  min-height: 500px !important;
}
#reserve-journey-wrap.mobile .section.locked-micro .micro:not(.gallery),
#reserve-journey-wrap.ie8 .section.locked-micro .micro:not(.gallery) {
  position: absolute !important;
  z-index: 0;
}
#reserve-journey-wrap.mobile .section.locked-micro .micro:not(.gallery) .animation,
#reserve-journey-wrap.ie8 .section.locked-micro .micro:not(.gallery) .animation {
  display: none;
}
#reserve-journey-wrap.mobile .mobile-micro,
#reserve-journey-wrap.ie8 .mobile-micro,
#reserve-journey-wrap.mobile .mobile-micro-noslider,
#reserve-journey-wrap.ie8 .mobile-micro-noslider {
  display: block;
}
#reserve-journey-wrap.mobile .why-i-joined-slider .slide h1,
#reserve-journey-wrap.ie8 .why-i-joined-slider .slide h1,
#reserve-journey-wrap.mobile .why-i-joined-slider .slide p,
#reserve-journey-wrap.ie8 .why-i-joined-slider .slide p {
  max-width: 640px;
  top: 40%;
  margin: 0 auto;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}
#reserve-journey-wrap.mobile .why-i-joined-slider .slide h1,
#reserve-journey-wrap.ie8 .why-i-joined-slider .slide h1 {
  position: relative;
  text-transform: uppercase;
  border-bottom: 1px solid #fff;
  padding-bottom: 5px;
  font-size: 27px;
  margin-bottom: 5px;
  line-height: 1em;
}
#reserve-journey-wrap.mobile .why-i-joined-slider .slide p,
#reserve-journey-wrap.ie8 .why-i-joined-slider .slide p {
  position: relative;
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
  margin-top: 0;
}
#reserve-journey-wrap.mobile .why-i-joined-slider .slide .micro-img,
#reserve-journey-wrap.ie8 .why-i-joined-slider .slide .micro-img {
  width: 100%;
  max-width: 640px;
  height: 340px;
  margin: 0 auto;
}
@media (max-width: 650px) {
  #reserve-journey-wrap.mobile .why-i-joined-slider .slide .micro-img,
  #reserve-journey-wrap.ie8 .why-i-joined-slider .slide .micro-img {
    max-width: 340px;
  }
}
@media (min-width: 650px) {
  #reserve-journey-wrap.mobile .why-i-joined-slider .slide .micro-img,
  #reserve-journey-wrap.ie8 .why-i-joined-slider .slide .micro-img {
    top: 100px;
    position: relative;
  }
}
#reserve-journey-wrap.mobile .why-i-joined-slider .slide.content h1,
#reserve-journey-wrap.ie8 .why-i-joined-slider .slide.content h1,
#reserve-journey-wrap.mobile .why-i-joined-slider .slide.content p,
#reserve-journey-wrap.ie8 .why-i-joined-slider .slide.content p {
  top: 50px;
}
#reserve-journey-wrap.mobile .why-i-joined-slider .slide.content .desc,
#reserve-journey-wrap.ie8 .why-i-joined-slider .slide.content .desc {
  text-transform: uppercase;
  font-size: 18px;
  line-height: 20px;
  font-weight: 600;
}
#reserve-journey-wrap.mobile .why-i-joined-slider .slide.flag .micro-img,
#reserve-journey-wrap.ie8 .why-i-joined-slider .slide.flag .micro-img {
  background: url('../images/soldiers/1-munoz/mobile/micro-1/flag.png') center no-repeat;
  background-size: contain;
}
#reserve-journey-wrap.mobile .why-i-joined-slider .slide.chart .micro-img,
#reserve-journey-wrap.ie8 .why-i-joined-slider .slide.chart .micro-img {
  background: url('../images/soldiers/1-munoz/mobile/micro-1/chart.png') center no-repeat;
  background-size: contain;
}
#reserve-journey-wrap.mobile .why-i-joined-slider .slide.bills .micro-img,
#reserve-journey-wrap.ie8 .why-i-joined-slider .slide.bills .micro-img {
  background: url('../images/soldiers/1-munoz/mobile/micro-1/bills.png') center no-repeat;
  background-size: contain;
}
#reserve-journey-wrap.mobile .why-i-joined-slider .slide.big-bills .micro-img,
#reserve-journey-wrap.ie8 .why-i-joined-slider .slide.big-bills .micro-img {
  background: url('../images/soldiers/4-melgoza/mobile/micro-1/bills.png') center no-repeat;
  background-size: contain;
  height: 180px;
  margin: 40px auto;
}
#reserve-journey-wrap.mobile .why-i-joined-slider .slide.big-bills .desc,
#reserve-journey-wrap.ie8 .why-i-joined-slider .slide.big-bills .desc {
  margin-top: -20px;
  font-size: 14px;
}
#reserve-journey-wrap.mobile .why-i-joined-slider .slide.hud1 .micro-img,
#reserve-journey-wrap.ie8 .why-i-joined-slider .slide.hud1 .micro-img {
  background: url('../images/soldiers/4-melgoza/mobile/micro-1/hud.png') center no-repeat;
  background-size: contain;
  height: 291px;
  margin: 60px auto;
}
#reserve-journey-wrap.mobile .why-i-joined-slider .slide.clocks .left,
#reserve-journey-wrap.ie8 .why-i-joined-slider .slide.clocks .left,
#reserve-journey-wrap.mobile .why-i-joined-slider .slide.clocks .right,
#reserve-journey-wrap.ie8 .why-i-joined-slider .slide.clocks .right {
  width: 50%;
  font-style: plain;
}
#reserve-journey-wrap.mobile .why-i-joined-slider .slide.clocks .left p.text,
#reserve-journey-wrap.ie8 .why-i-joined-slider .slide.clocks .left p.text,
#reserve-journey-wrap.mobile .why-i-joined-slider .slide.clocks .right p.text,
#reserve-journey-wrap.ie8 .why-i-joined-slider .slide.clocks .right p.text {
  font-size: 12px;
  text-transform: uppercase;
}
#reserve-journey-wrap.mobile .why-i-joined-slider .slide.clocks .left p.hours,
#reserve-journey-wrap.ie8 .why-i-joined-slider .slide.clocks .left p.hours,
#reserve-journey-wrap.mobile .why-i-joined-slider .slide.clocks .right p.hours,
#reserve-journey-wrap.ie8 .why-i-joined-slider .slide.clocks .right p.hours {
  font-size: 20px;
  font-weight: bold;
}
#reserve-journey-wrap.mobile .why-i-joined-slider .slide.clocks .left,
#reserve-journey-wrap.ie8 .why-i-joined-slider .slide.clocks .left {
  left: 0;
}
#reserve-journey-wrap.mobile .why-i-joined-slider .slide.clocks .left .micro-img,
#reserve-journey-wrap.ie8 .why-i-joined-slider .slide.clocks .left .micro-img {
  background: url('../images/soldiers/4-melgoza/mobile/micro-1/clock-left.html') center no-repeat;
  background-size: contain;
  height: 150px;
  margin: 75px auto -20px auto;
}
#reserve-journey-wrap.mobile .why-i-joined-slider .slide.clocks .right,
#reserve-journey-wrap.ie8 .why-i-joined-slider .slide.clocks .right {
  right: 0;
}
#reserve-journey-wrap.mobile .why-i-joined-slider .slide.clocks .right .micro-img,
#reserve-journey-wrap.ie8 .why-i-joined-slider .slide.clocks .right .micro-img {
  background: url('../images/soldiers/4-melgoza/mobile/micro-1/clock-right.html') center no-repeat;
  background-size: contain;
  height: 150px;
  margin: 75px auto -20px auto;
}
#reserve-journey-wrap.mobile .why-i-joined-slider .slide.odometer .micro-img,
#reserve-journey-wrap.ie8 .why-i-joined-slider .slide.odometer .micro-img {
  background: url('../images/soldiers/5-kim/mobile/micro-1/odometer.png') center no-repeat;
  background-size: contain;
}
#reserve-journey-wrap.mobile .why-i-joined-slider .slide.one-twenty .micro-img,
#reserve-journey-wrap.ie8 .why-i-joined-slider .slide.one-twenty .micro-img {
  background: url('../images/soldiers/5-kim/mobile/micro-1/120.png') center no-repeat;
  background-size: contain;
  height: 195px;
  margin: 60px auto;
}
#reserve-journey-wrap.mobile .why-i-joined-slider .slide.zero .micro-img,
#reserve-journey-wrap.ie8 .why-i-joined-slider .slide.zero .micro-img {
  background: url('../images/soldiers/5-kim/mobile/micro-1/0.png') center no-repeat;
  background-size: contain;
  height: 195px;
  margin: 60px auto;
}
#reserve-journey-wrap.mobile .why-i-joined-slider .slide.hours .micro-img,
#reserve-journey-wrap.ie8 .why-i-joined-slider .slide.hours .micro-img {
  background: url('../images/soldiers/2-augustine/mobile/micro-1/hours.png') center no-repeat;
  background-size: contain;
  margin: 30px auto;
}
#reserve-journey-wrap.mobile .why-i-joined-slider .slide.hud .micro-img,
#reserve-journey-wrap.ie8 .why-i-joined-slider .slide.hud .micro-img {
  background: url('../images/soldiers/2-augustine/mobile/micro-1/hud.png') center no-repeat;
  background-size: contain;
  margin: 30px auto;
}
#reserve-journey-wrap.mobile .why-i-joined-slider .slide.hud.melgoza .micro-img,
#reserve-journey-wrap.ie8 .why-i-joined-slider .slide.hud.melgoza .micro-img {
  background: url('../images/soldiers/4-melgoza/mobile/micro-1/hud.png') center no-repeat;
  background-size: contain;
  margin: 30px auto;
}
#reserve-journey-wrap.mobile .why-i-joined-slider .slide.hud.vahovick .micro-img,
#reserve-journey-wrap.ie8 .why-i-joined-slider .slide.hud.vahovick .micro-img {
  background: url('../images/soldiers/6-vahovick/mobile/micro-1/hud.png') center no-repeat;
  background-size: contain;
  margin: 10px auto;
}
#reserve-journey-wrap.mobile .why-i-joined-slider .slide.globe .micro-img,
#reserve-journey-wrap.ie8 .why-i-joined-slider .slide.globe .micro-img {
  background: url('../images/soldiers/2-augustine/mobile/micro-1/globe.png') center no-repeat;
  background-size: contain;
}
#reserve-journey-wrap.mobile .why-i-joined-slider .slide.benefits .micro-img,
#reserve-journey-wrap.ie8 .why-i-joined-slider .slide.benefits .micro-img {
  background: url('../images/soldiers/3-lopez/mobile/micro-1/benefits.png') center no-repeat;
  background-size: contain;
}
#reserve-journey-wrap.mobile .why-i-joined-slider .slide.helicopters .micro-img,
#reserve-journey-wrap.ie8 .why-i-joined-slider .slide.helicopters .micro-img {
  background: url('../images/soldiers/3-lopez/mobile/micro-1/helicopters.png') center no-repeat;
  background-size: contain;
  margin: 15px auto;
}
#reserve-journey-wrap.mobile .why-i-joined-slider .slide.tv-career .micro-img,
#reserve-journey-wrap.ie8 .why-i-joined-slider .slide.tv-career .micro-img {
  background: url('../images/soldiers/7-altamirano/mobile/micro-1/career.png') center no-repeat;
  background-size: contain;
  margin: 15px auto;
}
#reserve-journey-wrap.mobile .why-i-joined-slider .slide.family-1 .micro-img,
#reserve-journey-wrap.ie8 .why-i-joined-slider .slide.family-1 .micro-img {
  background: url('../images/soldiers/7-altamirano/mobile/micro-1/family.png') center no-repeat;
  background-size: contain;
  margin: 15px auto;
}
#reserve-journey-wrap.mobile .why-i-joined-slider .slide.family .micro-img,
#reserve-journey-wrap.ie8 .why-i-joined-slider .slide.family .micro-img {
  background: url('../images/soldiers/6-vahovick/mobile/micro-1/benefits.png') center no-repeat;
  background-size: contain;
  margin: 30px auto;
}
#reserve-journey-wrap.mobile .why-i-joined-slider .slide.line .micro-img,
#reserve-journey-wrap.ie8 .why-i-joined-slider .slide.line .micro-img {
  background: url('../images/soldiers/9-gonzalez/mobile/micro-1/line.png') center no-repeat;
  background-size: contain;
  height: 280px;
  margin: 70px auto;
}
#reserve-journey-wrap.mobile .why-i-joined-slider .slide.calendar .micro-img,
#reserve-journey-wrap.ie8 .why-i-joined-slider .slide.calendar .micro-img {
  background: url('../images/soldiers/0-smalls/mobile/micro-1/24.png') center no-repeat;
  background-size: contain;
  height: 280px;
  margin: 60px auto;
}
#reserve-journey-wrap.mobile .why-i-joined-slider .slide.network .micro-img,
#reserve-journey-wrap.ie8 .why-i-joined-slider .slide.network .micro-img {
  background: url('../images/soldiers/0-smalls/mobile/micro-1/network.png') center no-repeat;
  background-size: contain;
  height: 280px;
  margin: 60px auto;
}
#reserve-journey-wrap.mobile .why-i-joined-slider .slide.globe-iraq .micro-img,
#reserve-journey-wrap.ie8 .why-i-joined-slider .slide.globe-iraq .micro-img {
  background: url('../images/soldiers/8-catanach/mobile/micro-1/globe.png') center no-repeat;
  background-size: contain;
  height: 280px;
  margin: 60px auto;
}
#reserve-journey-wrap.mobile .why-i-joined-slider .slide.coins .micro-img,
#reserve-journey-wrap.ie8 .why-i-joined-slider .slide.coins .micro-img {
  background: url('../images/soldiers/8-catanach/mobile/micro-1/coins.png') center no-repeat;
  background-size: contain;
  height: 280px;
  margin: 60px auto;
}
@media (min-width: 641px) {
  #reserve-journey-wrap.mobile #melgoza-micro-2 .title-box,
  #reserve-journey-wrap.ie8 #melgoza-micro-2 .title-box {
    display: none;
  }
  #reserve-journey-wrap.mobile #melgoza-micro-2 .skills,
  #reserve-journey-wrap.ie8 #melgoza-micro-2 .skills {
    float: left !important;
    margin-left: 40px !important;
  }
  #reserve-journey-wrap.mobile #melgoza-micro-2 .dark,
  #reserve-journey-wrap.ie8 #melgoza-micro-2 .dark {
    left: 0;
  }
}
@media (max-width: 1030px) and (min-width: 641px) {
  #reserve-journey-wrap.mobile #catanach .section.soldier-skills,
  #reserve-journey-wrap.ie8 #catanach .section.soldier-skills {
    min-height: 900px !important;
  }
}
@media (max-width: 1030px) and (min-width: 641px) {
  #reserve-journey-wrap.mobile #catanach #catanach-micro-2,
  #reserve-journey-wrap.ie8 #catanach #catanach-micro-2 {
    min-height: 900px !important;
  }
}
@media (min-width: 641px) {
  #reserve-journey-wrap.mobile #catanach #catanach-micro-2 .animation-1 p,
  #reserve-journey-wrap.ie8 #catanach #catanach-micro-2 .animation-1 p {
    opacity: 1;
    z-index: 9;
    width: 200px;
    margin: 0 auto;
    font-size: 16px;
    position: relative;
    line-height: 1.2em;
    margin-top: 250px;
  }
}
@media (max-width: 1030px) and (min-width: 641px) {
  #reserve-journey-wrap.mobile #catanach #catanach-micro-2 .animation-1 p,
  #reserve-journey-wrap.ie8 #catanach #catanach-micro-2 .animation-1 p {
    width: 300px;
  }
}
#reserve-journey-wrap.mobile #catanach #catanach-micro-2 .circle-cont,
#reserve-journey-wrap.ie8 #catanach #catanach-micro-2 .circle-cont {
  top: 50px;
  margin-top: 0;
}
@media (min-width: 641px) {
  #reserve-journey-wrap.mobile #catanach #catanach-micro-2 .circle-cont,
  #reserve-journey-wrap.ie8 #catanach #catanach-micro-2 .circle-cont {
    display: block;
  }
}
@media (max-width: 1030px) and (min-width: 641px) {
  #reserve-journey-wrap.mobile #catanach #catanach-micro-2 .column,
  #reserve-journey-wrap.ie8 #catanach #catanach-micro-2 .column {
    margin-top: -80px;
  }
}
@media (max-width: 1030px) and (min-width: 780px) {
  #reserve-journey-wrap.mobile #catanach #catanach-micro-2 .column,
  #reserve-journey-wrap.ie8 #catanach #catanach-micro-2 .column {
    width: 320px;
  }
}
#reserve-journey-wrap.mobile .section.qna,
#reserve-journey-wrap.ie8 .section.qna,
#reserve-journey-wrap.mobile .section.qna #kim-micro-3.section.micro,
#reserve-journey-wrap.ie8 .section.qna #kim-micro-3.section.micro,
#reserve-journey-wrap.mobile #gonzalez-micro-3.section.micro,
#reserve-journey-wrap.ie8 #gonzalez-micro-3.section.micro,
#reserve-journey-wrap.mobile #catanach-micro-3.section.micro,
#reserve-journey-wrap.ie8 #catanach-micro-3.section.micro {
  height: 700px !important;
}
#reserve-journey-wrap.mobile #kim #kim-mobile-micro-3,
#reserve-journey-wrap.ie8 #kim #kim-mobile-micro-3,
#reserve-journey-wrap.mobile #gonzalez #gonzalez-mobile-micro-3,
#reserve-journey-wrap.ie8 #gonzalez #gonzalez-mobile-micro-3,
#reserve-journey-wrap.mobile #catanach #catanach-mobile-micro-3,
#reserve-journey-wrap.ie8 #catanach #catanach-mobile-micro-3 {
  padding: 0 20px;
  box-sizing: border-box;
}
#reserve-journey-wrap.mobile #kim #kim-mobile-micro-3 .animation-1,
#reserve-journey-wrap.ie8 #kim #kim-mobile-micro-3 .animation-1,
#reserve-journey-wrap.mobile #gonzalez #gonzalez-mobile-micro-3 .animation-1,
#reserve-journey-wrap.ie8 #gonzalez #gonzalez-mobile-micro-3 .animation-1,
#reserve-journey-wrap.mobile #catanach #catanach-mobile-micro-3 .animation-1,
#reserve-journey-wrap.ie8 #catanach #catanach-mobile-micro-3 .animation-1 {
  opacity: 1 !important;
  display: block !important;
  top: 5%;
  box-sizing: border-box;
  max-width: 450px;
}
@media (max-width: 520px) {
  #reserve-journey-wrap.mobile #kim #kim-mobile-micro-3 .animation-1,
  #reserve-journey-wrap.ie8 #kim #kim-mobile-micro-3 .animation-1,
  #reserve-journey-wrap.mobile #gonzalez #gonzalez-mobile-micro-3 .animation-1,
  #reserve-journey-wrap.ie8 #gonzalez #gonzalez-mobile-micro-3 .animation-1,
  #reserve-journey-wrap.mobile #catanach #catanach-mobile-micro-3 .animation-1,
  #reserve-journey-wrap.ie8 #catanach #catanach-mobile-micro-3 .animation-1 {
    max-width: 100%;
  }
}
#reserve-journey-wrap.mobile #kim #kim-mobile-micro-3 .animation-1 h2,
#reserve-journey-wrap.ie8 #kim #kim-mobile-micro-3 .animation-1 h2,
#reserve-journey-wrap.mobile #gonzalez #gonzalez-mobile-micro-3 .animation-1 h2,
#reserve-journey-wrap.ie8 #gonzalez #gonzalez-mobile-micro-3 .animation-1 h2,
#reserve-journey-wrap.mobile #catanach #catanach-mobile-micro-3 .animation-1 h2,
#reserve-journey-wrap.ie8 #catanach #catanach-mobile-micro-3 .animation-1 h2,
#reserve-journey-wrap.mobile #kim #kim-mobile-micro-3 .animation-1 p,
#reserve-journey-wrap.ie8 #kim #kim-mobile-micro-3 .animation-1 p,
#reserve-journey-wrap.mobile #gonzalez #gonzalez-mobile-micro-3 .animation-1 p,
#reserve-journey-wrap.ie8 #gonzalez #gonzalez-mobile-micro-3 .animation-1 p,
#reserve-journey-wrap.mobile #catanach #catanach-mobile-micro-3 .animation-1 p,
#reserve-journey-wrap.ie8 #catanach #catanach-mobile-micro-3 .animation-1 p {
  opacity: 1 !important;
  top: 0;
  position: relative;
}
#reserve-journey-wrap.mobile #kim #kim-mobile-micro-3 .animation-1 h2,
#reserve-journey-wrap.ie8 #kim #kim-mobile-micro-3 .animation-1 h2,
#reserve-journey-wrap.mobile #gonzalez #gonzalez-mobile-micro-3 .animation-1 h2,
#reserve-journey-wrap.ie8 #gonzalez #gonzalez-mobile-micro-3 .animation-1 h2,
#reserve-journey-wrap.mobile #catanach #catanach-mobile-micro-3 .animation-1 h2,
#reserve-journey-wrap.ie8 #catanach #catanach-mobile-micro-3 .animation-1 h2 {
  border-bottom: 2px solid #fff;
  padding-bottom: 13px;
  font-size: 30px;
  margin-bottom: 0;
  font-weight: 400;
}
@media (max-width: 520px) {
  #reserve-journey-wrap.mobile #kim #kim-mobile-micro-3 .animation-1 h2,
  #reserve-journey-wrap.ie8 #kim #kim-mobile-micro-3 .animation-1 h2,
  #reserve-journey-wrap.mobile #gonzalez #gonzalez-mobile-micro-3 .animation-1 h2,
  #reserve-journey-wrap.ie8 #gonzalez #gonzalez-mobile-micro-3 .animation-1 h2,
  #reserve-journey-wrap.mobile #catanach #catanach-mobile-micro-3 .animation-1 h2,
  #reserve-journey-wrap.ie8 #catanach #catanach-mobile-micro-3 .animation-1 h2 {
    font-size: 19px;
  }
}
#reserve-journey-wrap.mobile #kim #kim-mobile-micro-3 .animation-1 p,
#reserve-journey-wrap.ie8 #kim #kim-mobile-micro-3 .animation-1 p,
#reserve-journey-wrap.mobile #gonzalez #gonzalez-mobile-micro-3 .animation-1 p,
#reserve-journey-wrap.ie8 #gonzalez #gonzalez-mobile-micro-3 .animation-1 p,
#reserve-journey-wrap.mobile #catanach #catanach-mobile-micro-3 .animation-1 p,
#reserve-journey-wrap.ie8 #catanach #catanach-mobile-micro-3 .animation-1 p {
  font-size: 17px;
  line-height: 1em;
}
@media (max-width: 520px) {
  #reserve-journey-wrap.mobile #kim #kim-mobile-micro-3 .animation-1 p,
  #reserve-journey-wrap.ie8 #kim #kim-mobile-micro-3 .animation-1 p,
  #reserve-journey-wrap.mobile #gonzalez #gonzalez-mobile-micro-3 .animation-1 p,
  #reserve-journey-wrap.ie8 #gonzalez #gonzalez-mobile-micro-3 .animation-1 p,
  #reserve-journey-wrap.mobile #catanach #catanach-mobile-micro-3 .animation-1 p,
  #reserve-journey-wrap.ie8 #catanach #catanach-mobile-micro-3 .animation-1 p {
    font-size: 14px;
  }
}
#reserve-journey-wrap.mobile #kim #kim-mobile-micro-3 .animation-1 .line,
#reserve-journey-wrap.ie8 #kim #kim-mobile-micro-3 .animation-1 .line,
#reserve-journey-wrap.mobile #gonzalez #gonzalez-mobile-micro-3 .animation-1 .line,
#reserve-journey-wrap.ie8 #gonzalez #gonzalez-mobile-micro-3 .animation-1 .line,
#reserve-journey-wrap.mobile #catanach #catanach-mobile-micro-3 .animation-1 .line,
#reserve-journey-wrap.ie8 #catanach #catanach-mobile-micro-3 .animation-1 .line {
  display: none;
}
#reserve-journey-wrap.mobile #kim #kim-mobile-micro-3 .animation-2,
#reserve-journey-wrap.ie8 #kim #kim-mobile-micro-3 .animation-2,
#reserve-journey-wrap.mobile #gonzalez #gonzalez-mobile-micro-3 .animation-2,
#reserve-journey-wrap.ie8 #gonzalez #gonzalez-mobile-micro-3 .animation-2,
#reserve-journey-wrap.mobile #catanach #catanach-mobile-micro-3 .animation-2,
#reserve-journey-wrap.ie8 #catanach #catanach-mobile-micro-3 .animation-2 {
  display: block !important;
  opacity: 1;
  width: 430px;
  position: relative;
  top: 17%;
  right: auto;
  left: auto;
  margin: 0 auto;
}
#reserve-journey-wrap.mobile #kim #kim-mobile-micro-3 .animation-2 p.mobile,
#reserve-journey-wrap.ie8 #kim #kim-mobile-micro-3 .animation-2 p.mobile,
#reserve-journey-wrap.mobile #gonzalez #gonzalez-mobile-micro-3 .animation-2 p.mobile,
#reserve-journey-wrap.ie8 #gonzalez #gonzalez-mobile-micro-3 .animation-2 p.mobile,
#reserve-journey-wrap.mobile #catanach #catanach-mobile-micro-3 .animation-2 p.mobile,
#reserve-journey-wrap.ie8 #catanach #catanach-mobile-micro-3 .animation-2 p.mobile {
  display: block;
  text-align: center;
}
@media (max-width: 520px) {
  #reserve-journey-wrap.mobile #kim #kim-mobile-micro-3 .animation-2 p.mobile,
  #reserve-journey-wrap.ie8 #kim #kim-mobile-micro-3 .animation-2 p.mobile,
  #reserve-journey-wrap.mobile #gonzalez #gonzalez-mobile-micro-3 .animation-2 p.mobile,
  #reserve-journey-wrap.ie8 #gonzalez #gonzalez-mobile-micro-3 .animation-2 p.mobile,
  #reserve-journey-wrap.mobile #catanach #catanach-mobile-micro-3 .animation-2 p.mobile,
  #reserve-journey-wrap.ie8 #catanach #catanach-mobile-micro-3 .animation-2 p.mobile {
    font-size: 16px;
  }
}
@media (max-width: 520px) {
  #reserve-journey-wrap.mobile #kim #kim-mobile-micro-3 .animation-2,
  #reserve-journey-wrap.ie8 #kim #kim-mobile-micro-3 .animation-2,
  #reserve-journey-wrap.mobile #gonzalez #gonzalez-mobile-micro-3 .animation-2,
  #reserve-journey-wrap.ie8 #gonzalez #gonzalez-mobile-micro-3 .animation-2,
  #reserve-journey-wrap.mobile #catanach #catanach-mobile-micro-3 .animation-2,
  #reserve-journey-wrap.ie8 #catanach #catanach-mobile-micro-3 .animation-2 {
    width: 284px;
  }
}
#reserve-journey-wrap.mobile #kim #kim-mobile-micro-3 .animation-2 h2,
#reserve-journey-wrap.ie8 #kim #kim-mobile-micro-3 .animation-2 h2,
#reserve-journey-wrap.mobile #gonzalez #gonzalez-mobile-micro-3 .animation-2 h2,
#reserve-journey-wrap.ie8 #gonzalez #gonzalez-mobile-micro-3 .animation-2 h2,
#reserve-journey-wrap.mobile #catanach #catanach-mobile-micro-3 .animation-2 h2,
#reserve-journey-wrap.ie8 #catanach #catanach-mobile-micro-3 .animation-2 h2 {
  opacity: 1;
  font-size: 18px;
}
@media (max-width: 520px) {
  #reserve-journey-wrap.mobile #kim #kim-mobile-micro-3 .animation-2 h2,
  #reserve-journey-wrap.ie8 #kim #kim-mobile-micro-3 .animation-2 h2,
  #reserve-journey-wrap.mobile #gonzalez #gonzalez-mobile-micro-3 .animation-2 h2,
  #reserve-journey-wrap.ie8 #gonzalez #gonzalez-mobile-micro-3 .animation-2 h2,
  #reserve-journey-wrap.mobile #catanach #catanach-mobile-micro-3 .animation-2 h2,
  #reserve-journey-wrap.ie8 #catanach #catanach-mobile-micro-3 .animation-2 h2 {
    font-size: 14px;
  }
}
#reserve-journey-wrap.mobile #kim #kim-mobile-micro-3 .animation-2 h2.left,
#reserve-journey-wrap.ie8 #kim #kim-mobile-micro-3 .animation-2 h2.left,
#reserve-journey-wrap.mobile #gonzalez #gonzalez-mobile-micro-3 .animation-2 h2.left,
#reserve-journey-wrap.ie8 #gonzalez #gonzalez-mobile-micro-3 .animation-2 h2.left,
#reserve-journey-wrap.mobile #catanach #catanach-mobile-micro-3 .animation-2 h2.left,
#reserve-journey-wrap.ie8 #catanach #catanach-mobile-micro-3 .animation-2 h2.left,
#reserve-journey-wrap.mobile #kim #kim-mobile-micro-3 .animation-2 h2.right,
#reserve-journey-wrap.ie8 #kim #kim-mobile-micro-3 .animation-2 h2.right,
#reserve-journey-wrap.mobile #gonzalez #gonzalez-mobile-micro-3 .animation-2 h2.right,
#reserve-journey-wrap.ie8 #gonzalez #gonzalez-mobile-micro-3 .animation-2 h2.right,
#reserve-journey-wrap.mobile #catanach #catanach-mobile-micro-3 .animation-2 h2.right,
#reserve-journey-wrap.ie8 #catanach #catanach-mobile-micro-3 .animation-2 h2.right {
  float: none;
  display: inline-block;
  position: absolute;
  top: -60px !important;
}
@media (max-width: 520px) {
  #reserve-journey-wrap.mobile #kim #kim-mobile-micro-3 .animation-2 h2.left,
  #reserve-journey-wrap.ie8 #kim #kim-mobile-micro-3 .animation-2 h2.left,
  #reserve-journey-wrap.mobile #gonzalez #gonzalez-mobile-micro-3 .animation-2 h2.left,
  #reserve-journey-wrap.ie8 #gonzalez #gonzalez-mobile-micro-3 .animation-2 h2.left,
  #reserve-journey-wrap.mobile #catanach #catanach-mobile-micro-3 .animation-2 h2.left,
  #reserve-journey-wrap.ie8 #catanach #catanach-mobile-micro-3 .animation-2 h2.left,
  #reserve-journey-wrap.mobile #kim #kim-mobile-micro-3 .animation-2 h2.right,
  #reserve-journey-wrap.ie8 #kim #kim-mobile-micro-3 .animation-2 h2.right,
  #reserve-journey-wrap.mobile #gonzalez #gonzalez-mobile-micro-3 .animation-2 h2.right,
  #reserve-journey-wrap.ie8 #gonzalez #gonzalez-mobile-micro-3 .animation-2 h2.right,
  #reserve-journey-wrap.mobile #catanach #catanach-mobile-micro-3 .animation-2 h2.right,
  #reserve-journey-wrap.ie8 #catanach #catanach-mobile-micro-3 .animation-2 h2.right {
    margin: 0;
    top: -30px !important;
  }
}
#reserve-journey-wrap.mobile #kim #kim-mobile-micro-3 .animation-2 h2.left,
#reserve-journey-wrap.ie8 #kim #kim-mobile-micro-3 .animation-2 h2.left,
#reserve-journey-wrap.mobile #gonzalez #gonzalez-mobile-micro-3 .animation-2 h2.left,
#reserve-journey-wrap.ie8 #gonzalez #gonzalez-mobile-micro-3 .animation-2 h2.left,
#reserve-journey-wrap.mobile #catanach #catanach-mobile-micro-3 .animation-2 h2.left,
#reserve-journey-wrap.ie8 #catanach #catanach-mobile-micro-3 .animation-2 h2.left {
  left: 0;
}
#reserve-journey-wrap.mobile #kim #kim-mobile-micro-3 .animation-2 h2.right,
#reserve-journey-wrap.ie8 #kim #kim-mobile-micro-3 .animation-2 h2.right,
#reserve-journey-wrap.mobile #gonzalez #gonzalez-mobile-micro-3 .animation-2 h2.right,
#reserve-journey-wrap.ie8 #gonzalez #gonzalez-mobile-micro-3 .animation-2 h2.right,
#reserve-journey-wrap.mobile #catanach #catanach-mobile-micro-3 .animation-2 h2.right,
#reserve-journey-wrap.ie8 #catanach #catanach-mobile-micro-3 .animation-2 h2.right {
  right: 0;
}
#reserve-journey-wrap.mobile #kim #kim-mobile-micro-3 .animation-2 .q-row,
#reserve-journey-wrap.ie8 #kim #kim-mobile-micro-3 .animation-2 .q-row,
#reserve-journey-wrap.mobile #gonzalez #gonzalez-mobile-micro-3 .animation-2 .q-row,
#reserve-journey-wrap.ie8 #gonzalez #gonzalez-mobile-micro-3 .animation-2 .q-row,
#reserve-journey-wrap.mobile #catanach #catanach-mobile-micro-3 .animation-2 .q-row,
#reserve-journey-wrap.ie8 #catanach #catanach-mobile-micro-3 .animation-2 .q-row {
  margin-bottom: 10px;
}
#reserve-journey-wrap.mobile #kim #kim-mobile-micro-3 .animation-2 .qm-cont,
#reserve-journey-wrap.ie8 #kim #kim-mobile-micro-3 .animation-2 .qm-cont,
#reserve-journey-wrap.mobile #gonzalez #gonzalez-mobile-micro-3 .animation-2 .qm-cont,
#reserve-journey-wrap.ie8 #gonzalez #gonzalez-mobile-micro-3 .animation-2 .qm-cont,
#reserve-journey-wrap.mobile #catanach #catanach-mobile-micro-3 .animation-2 .qm-cont,
#reserve-journey-wrap.ie8 #catanach #catanach-mobile-micro-3 .animation-2 .qm-cont {
  margin-left: -30px;
}
#reserve-journey-wrap.mobile #kim #kim-mobile-micro-3 .animation-2 .qm-cont .qm,
#reserve-journey-wrap.ie8 #kim #kim-mobile-micro-3 .animation-2 .qm-cont .qm,
#reserve-journey-wrap.mobile #gonzalez #gonzalez-mobile-micro-3 .animation-2 .qm-cont .qm,
#reserve-journey-wrap.ie8 #gonzalez #gonzalez-mobile-micro-3 .animation-2 .qm-cont .qm,
#reserve-journey-wrap.mobile #catanach #catanach-mobile-micro-3 .animation-2 .qm-cont .qm,
#reserve-journey-wrap.ie8 #catanach #catanach-mobile-micro-3 .animation-2 .qm-cont .qm {
  left: 50%;
  top: 17px;
  width: 26px !important;
  height: 26px !important;
  margin-left: -13px;
  background-size: contain;
  opacity: 1 !important;
  box-sizing: border-box;
}
#reserve-journey-wrap.mobile #kim #kim-mobile-micro-3 .animation-2 .qm-cont .qm p,
#reserve-journey-wrap.ie8 #kim #kim-mobile-micro-3 .animation-2 .qm-cont .qm p,
#reserve-journey-wrap.mobile #gonzalez #gonzalez-mobile-micro-3 .animation-2 .qm-cont .qm p,
#reserve-journey-wrap.ie8 #gonzalez #gonzalez-mobile-micro-3 .animation-2 .qm-cont .qm p,
#reserve-journey-wrap.mobile #catanach #catanach-mobile-micro-3 .animation-2 .qm-cont .qm p,
#reserve-journey-wrap.ie8 #catanach #catanach-mobile-micro-3 .animation-2 .qm-cont .qm p {
  position: relative;
  z-index: -1;
}
#reserve-journey-wrap.mobile #kim #kim-mobile-micro-3 .animation-2 .qm-cont .circle-mask,
#reserve-journey-wrap.ie8 #kim #kim-mobile-micro-3 .animation-2 .qm-cont .circle-mask,
#reserve-journey-wrap.mobile #gonzalez #gonzalez-mobile-micro-3 .animation-2 .qm-cont .circle-mask,
#reserve-journey-wrap.ie8 #gonzalez #gonzalez-mobile-micro-3 .animation-2 .qm-cont .circle-mask,
#reserve-journey-wrap.mobile #catanach #catanach-mobile-micro-3 .animation-2 .qm-cont .circle-mask,
#reserve-journey-wrap.ie8 #catanach #catanach-mobile-micro-3 .animation-2 .qm-cont .circle-mask {
  width: 34px !important;
  height: 34px !important;
  left: 50%;
  overflow: visible;
  top: 13px;
  margin-left: -17px;
}
#reserve-journey-wrap.mobile #kim #kim-mobile-micro-3 .animation-2 .qm-cont .circle-mask .circle,
#reserve-journey-wrap.ie8 #kim #kim-mobile-micro-3 .animation-2 .qm-cont .circle-mask .circle,
#reserve-journey-wrap.mobile #gonzalez #gonzalez-mobile-micro-3 .animation-2 .qm-cont .circle-mask .circle,
#reserve-journey-wrap.ie8 #gonzalez #gonzalez-mobile-micro-3 .animation-2 .qm-cont .circle-mask .circle,
#reserve-journey-wrap.mobile #catanach #catanach-mobile-micro-3 .animation-2 .qm-cont .circle-mask .circle,
#reserve-journey-wrap.ie8 #catanach #catanach-mobile-micro-3 .animation-2 .qm-cont .circle-mask .circle {
  width: 30px !important;
  height: 30px !important;
  left: 0 !important;
}
#reserve-journey-wrap.mobile #kim #kim-mobile-micro-3 .animation-2 .qm-cont.show,
#reserve-journey-wrap.ie8 #kim #kim-mobile-micro-3 .animation-2 .qm-cont.show,
#reserve-journey-wrap.mobile #gonzalez #gonzalez-mobile-micro-3 .animation-2 .qm-cont.show,
#reserve-journey-wrap.ie8 #gonzalez #gonzalez-mobile-micro-3 .animation-2 .qm-cont.show,
#reserve-journey-wrap.mobile #catanach #catanach-mobile-micro-3 .animation-2 .qm-cont.show,
#reserve-journey-wrap.ie8 #catanach #catanach-mobile-micro-3 .animation-2 .qm-cont.show {
  left: 0;
  width: 90%;
}
#reserve-journey-wrap.mobile #kim #kim-mobile-micro-3 .animation-2 .qm-cont.show .qm,
#reserve-journey-wrap.ie8 #kim #kim-mobile-micro-3 .animation-2 .qm-cont.show .qm,
#reserve-journey-wrap.mobile #gonzalez #gonzalez-mobile-micro-3 .animation-2 .qm-cont.show .qm,
#reserve-journey-wrap.ie8 #gonzalez #gonzalez-mobile-micro-3 .animation-2 .qm-cont.show .qm,
#reserve-journey-wrap.mobile #catanach #catanach-mobile-micro-3 .animation-2 .qm-cont.show .qm,
#reserve-journey-wrap.ie8 #catanach #catanach-mobile-micro-3 .animation-2 .qm-cont.show .qm {
  background: none;
  background-color: #fff;
  width: 430px !important;
  height: 78px !important;
  border-radius: 0;
  left: 38px;
  top: -11px;
  padding: 10px 18px;
  opacity: 1 !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)" !important;
  filter: alpha(opacity=100) !important;
}
@media (max-width: 520px) {
  #reserve-journey-wrap.mobile #kim #kim-mobile-micro-3 .animation-2 .qm-cont.show .qm,
  #reserve-journey-wrap.ie8 #kim #kim-mobile-micro-3 .animation-2 .qm-cont.show .qm,
  #reserve-journey-wrap.mobile #gonzalez #gonzalez-mobile-micro-3 .animation-2 .qm-cont.show .qm,
  #reserve-journey-wrap.ie8 #gonzalez #gonzalez-mobile-micro-3 .animation-2 .qm-cont.show .qm,
  #reserve-journey-wrap.mobile #catanach #catanach-mobile-micro-3 .animation-2 .qm-cont.show .qm,
  #reserve-journey-wrap.ie8 #catanach #catanach-mobile-micro-3 .animation-2 .qm-cont.show .qm {
    left: 37px;
    width: 297px !important;
    padding: 18px;
  }
}
#reserve-journey-wrap.mobile #kim #kim-mobile-micro-3 .animation-2 .qm-cont.show .qm p,
#reserve-journey-wrap.ie8 #kim #kim-mobile-micro-3 .animation-2 .qm-cont.show .qm p,
#reserve-journey-wrap.mobile #gonzalez #gonzalez-mobile-micro-3 .animation-2 .qm-cont.show .qm p,
#reserve-journey-wrap.ie8 #gonzalez #gonzalez-mobile-micro-3 .animation-2 .qm-cont.show .qm p,
#reserve-journey-wrap.mobile #catanach #catanach-mobile-micro-3 .animation-2 .qm-cont.show .qm p,
#reserve-journey-wrap.ie8 #catanach #catanach-mobile-micro-3 .animation-2 .qm-cont.show .qm p {
  opacity: 1 !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)" !important;
  filter: alpha(opacity=100) !important;
  z-index: 0;
  position: static;
  text-align: center;
}
@media (max-width: 520px) {
  #reserve-journey-wrap.mobile #kim #kim-mobile-micro-3 .animation-2 .qm-cont.show .qm p,
  #reserve-journey-wrap.ie8 #kim #kim-mobile-micro-3 .animation-2 .qm-cont.show .qm p,
  #reserve-journey-wrap.mobile #gonzalez #gonzalez-mobile-micro-3 .animation-2 .qm-cont.show .qm p,
  #reserve-journey-wrap.ie8 #gonzalez #gonzalez-mobile-micro-3 .animation-2 .qm-cont.show .qm p,
  #reserve-journey-wrap.mobile #catanach #catanach-mobile-micro-3 .animation-2 .qm-cont.show .qm p,
  #reserve-journey-wrap.ie8 #catanach #catanach-mobile-micro-3 .animation-2 .qm-cont.show .qm p {
    font-size: 12px;
    line-height: 14px;
  }
}
#reserve-journey-wrap.mobile #kim #kim-mobile-micro-3 .animation-2 .qm-cont.show .circle-mask,
#reserve-journey-wrap.ie8 #kim #kim-mobile-micro-3 .animation-2 .qm-cont.show .circle-mask,
#reserve-journey-wrap.mobile #gonzalez #gonzalez-mobile-micro-3 .animation-2 .qm-cont.show .circle-mask,
#reserve-journey-wrap.ie8 #gonzalez #gonzalez-mobile-micro-3 .animation-2 .qm-cont.show .circle-mask,
#reserve-journey-wrap.mobile #catanach #catanach-mobile-micro-3 .animation-2 .qm-cont.show .circle-mask,
#reserve-journey-wrap.ie8 #catanach #catanach-mobile-micro-3 .animation-2 .qm-cont.show .circle-mask {
  overflow: visible;
  top: -11px;
  left: 40px;
}
#reserve-journey-wrap.mobile #kim #kim-mobile-micro-3 .animation-2 .qm-cont.show .circle-mask .circle,
#reserve-journey-wrap.ie8 #kim #kim-mobile-micro-3 .animation-2 .qm-cont.show .circle-mask .circle,
#reserve-journey-wrap.mobile #gonzalez #gonzalez-mobile-micro-3 .animation-2 .qm-cont.show .circle-mask .circle,
#reserve-journey-wrap.ie8 #gonzalez #gonzalez-mobile-micro-3 .animation-2 .qm-cont.show .circle-mask .circle,
#reserve-journey-wrap.mobile #catanach #catanach-mobile-micro-3 .animation-2 .qm-cont.show .circle-mask .circle,
#reserve-journey-wrap.ie8 #catanach #catanach-mobile-micro-3 .animation-2 .qm-cont.show .circle-mask .circle {
  border-radius: 0;
  width: 430px !important;
  height: 75px !important;
  left: 0 !important;
}
@media (max-width: 520px) {
  #reserve-journey-wrap.mobile #kim #kim-mobile-micro-3 .animation-2 .qm-cont.show .circle-mask .circle,
  #reserve-journey-wrap.ie8 #kim #kim-mobile-micro-3 .animation-2 .qm-cont.show .circle-mask .circle,
  #reserve-journey-wrap.mobile #gonzalez #gonzalez-mobile-micro-3 .animation-2 .qm-cont.show .circle-mask .circle,
  #reserve-journey-wrap.ie8 #gonzalez #gonzalez-mobile-micro-3 .animation-2 .qm-cont.show .circle-mask .circle,
  #reserve-journey-wrap.mobile #catanach #catanach-mobile-micro-3 .animation-2 .qm-cont.show .circle-mask .circle,
  #reserve-journey-wrap.ie8 #catanach #catanach-mobile-micro-3 .animation-2 .qm-cont.show .circle-mask .circle {
    left: -1px !important;
    width: 297px !important;
  }
}
#reserve-journey-wrap.mobile #kim #kim-mobile-micro-3 .animation-2 .dot-line,
#reserve-journey-wrap.ie8 #kim #kim-mobile-micro-3 .animation-2 .dot-line,
#reserve-journey-wrap.mobile #gonzalez #gonzalez-mobile-micro-3 .animation-2 .dot-line,
#reserve-journey-wrap.ie8 #gonzalez #gonzalez-mobile-micro-3 .animation-2 .dot-line,
#reserve-journey-wrap.mobile #catanach #catanach-mobile-micro-3 .animation-2 .dot-line,
#reserve-journey-wrap.ie8 #catanach #catanach-mobile-micro-3 .animation-2 .dot-line {
  width: 50px !important;
}
@media (max-width: 520px) {
  #reserve-journey-wrap.mobile #kim #kim-mobile-micro-3 .animation-2 .dot-line,
  #reserve-journey-wrap.ie8 #kim #kim-mobile-micro-3 .animation-2 .dot-line,
  #reserve-journey-wrap.mobile #gonzalez #gonzalez-mobile-micro-3 .animation-2 .dot-line,
  #reserve-journey-wrap.ie8 #gonzalez #gonzalez-mobile-micro-3 .animation-2 .dot-line,
  #reserve-journey-wrap.mobile #catanach #catanach-mobile-micro-3 .animation-2 .dot-line,
  #reserve-journey-wrap.ie8 #catanach #catanach-mobile-micro-3 .animation-2 .dot-line {
    width: 20px !important;
  }
}
#reserve-journey-wrap.mobile #kim #kim-mobile-micro-3 .animation-2 .dot-line.left,
#reserve-journey-wrap.ie8 #kim #kim-mobile-micro-3 .animation-2 .dot-line.left,
#reserve-journey-wrap.mobile #gonzalez #gonzalez-mobile-micro-3 .animation-2 .dot-line.left,
#reserve-journey-wrap.ie8 #gonzalez #gonzalez-mobile-micro-3 .animation-2 .dot-line.left,
#reserve-journey-wrap.mobile #catanach #catanach-mobile-micro-3 .animation-2 .dot-line.left,
#reserve-journey-wrap.ie8 #catanach #catanach-mobile-micro-3 .animation-2 .dot-line.left {
  right: auto;
  left: 50%;
  margin: 0 0 0 18px;
}
#reserve-journey-wrap.mobile #kim #kim-mobile-micro-3 .animation-2 .dot-line.right,
#reserve-journey-wrap.ie8 #kim #kim-mobile-micro-3 .animation-2 .dot-line.right,
#reserve-journey-wrap.mobile #gonzalez #gonzalez-mobile-micro-3 .animation-2 .dot-line.right,
#reserve-journey-wrap.ie8 #gonzalez #gonzalez-mobile-micro-3 .animation-2 .dot-line.right,
#reserve-journey-wrap.mobile #catanach #catanach-mobile-micro-3 .animation-2 .dot-line.right,
#reserve-journey-wrap.ie8 #catanach #catanach-mobile-micro-3 .animation-2 .dot-line.right {
  left: auto;
  right: 50%;
  margin: 0 18px 0 0;
}
#reserve-journey-wrap.mobile #kim #kim-mobile-micro-3 .animation-2 .box,
#reserve-journey-wrap.ie8 #kim #kim-mobile-micro-3 .animation-2 .box,
#reserve-journey-wrap.mobile #gonzalez #gonzalez-mobile-micro-3 .animation-2 .box,
#reserve-journey-wrap.ie8 #gonzalez #gonzalez-mobile-micro-3 .animation-2 .box,
#reserve-journey-wrap.mobile #catanach #catanach-mobile-micro-3 .animation-2 .box,
#reserve-journey-wrap.ie8 #catanach #catanach-mobile-micro-3 .animation-2 .box {
  width: 140px !important;
  height: 42px !important;
  padding: 5px 12px !important;
  font-size: 11px;
  top: 8px !important;
  line-height: 30px;
  font-weight: 400;
}
@media (max-width: 520px) {
  #reserve-journey-wrap.mobile #kim #kim-mobile-micro-3 .animation-2 .box,
  #reserve-journey-wrap.ie8 #kim #kim-mobile-micro-3 .animation-2 .box,
  #reserve-journey-wrap.mobile #gonzalez #gonzalez-mobile-micro-3 .animation-2 .box,
  #reserve-journey-wrap.ie8 #gonzalez #gonzalez-mobile-micro-3 .animation-2 .box,
  #reserve-journey-wrap.mobile #catanach #catanach-mobile-micro-3 .animation-2 .box,
  #reserve-journey-wrap.ie8 #catanach #catanach-mobile-micro-3 .animation-2 .box {
    width: 110px !important;
    padding: 5px !important;
  }
}
#reserve-journey-wrap.mobile #kim #kim-mobile-micro-3 .animation-2 .box.left,
#reserve-journey-wrap.ie8 #kim #kim-mobile-micro-3 .animation-2 .box.left,
#reserve-journey-wrap.mobile #gonzalez #gonzalez-mobile-micro-3 .animation-2 .box.left,
#reserve-journey-wrap.ie8 #gonzalez #gonzalez-mobile-micro-3 .animation-2 .box.left,
#reserve-journey-wrap.mobile #catanach #catanach-mobile-micro-3 .animation-2 .box.left,
#reserve-journey-wrap.ie8 #catanach #catanach-mobile-micro-3 .animation-2 .box.left {
  right: auto;
  right: 50%;
  margin-right: 66px;
}
@media (max-width: 520px) {
  #reserve-journey-wrap.mobile #kim #kim-mobile-micro-3 .animation-2 .box.left,
  #reserve-journey-wrap.ie8 #kim #kim-mobile-micro-3 .animation-2 .box.left,
  #reserve-journey-wrap.mobile #gonzalez #gonzalez-mobile-micro-3 .animation-2 .box.left,
  #reserve-journey-wrap.ie8 #gonzalez #gonzalez-mobile-micro-3 .animation-2 .box.left,
  #reserve-journey-wrap.mobile #catanach #catanach-mobile-micro-3 .animation-2 .box.left,
  #reserve-journey-wrap.ie8 #catanach #catanach-mobile-micro-3 .animation-2 .box.left {
    margin-right: 40px;
  }
}
#reserve-journey-wrap.mobile #kim #kim-mobile-micro-3 .animation-2 .box.right,
#reserve-journey-wrap.ie8 #kim #kim-mobile-micro-3 .animation-2 .box.right,
#reserve-journey-wrap.mobile #gonzalez #gonzalez-mobile-micro-3 .animation-2 .box.right,
#reserve-journey-wrap.ie8 #gonzalez #gonzalez-mobile-micro-3 .animation-2 .box.right,
#reserve-journey-wrap.mobile #catanach #catanach-mobile-micro-3 .animation-2 .box.right,
#reserve-journey-wrap.ie8 #catanach #catanach-mobile-micro-3 .animation-2 .box.right {
  left: auto;
  left: 50%;
  margin-left: 66px;
}
@media (max-width: 520px) {
  #reserve-journey-wrap.mobile #kim #kim-mobile-micro-3 .animation-2 .box.right,
  #reserve-journey-wrap.ie8 #kim #kim-mobile-micro-3 .animation-2 .box.right,
  #reserve-journey-wrap.mobile #gonzalez #gonzalez-mobile-micro-3 .animation-2 .box.right,
  #reserve-journey-wrap.ie8 #gonzalez #gonzalez-mobile-micro-3 .animation-2 .box.right,
  #reserve-journey-wrap.mobile #catanach #catanach-mobile-micro-3 .animation-2 .box.right,
  #reserve-journey-wrap.ie8 #catanach #catanach-mobile-micro-3 .animation-2 .box.right {
    margin-left: 40px;
  }
}
#reserve-journey-wrap.mobile #kim #kim-mobile-micro-3 .animation-2 .box.two-lines,
#reserve-journey-wrap.ie8 #kim #kim-mobile-micro-3 .animation-2 .box.two-lines,
#reserve-journey-wrap.mobile #gonzalez #gonzalez-mobile-micro-3 .animation-2 .box.two-lines,
#reserve-journey-wrap.ie8 #gonzalez #gonzalez-mobile-micro-3 .animation-2 .box.two-lines,
#reserve-journey-wrap.mobile #catanach #catanach-mobile-micro-3 .animation-2 .box.two-lines,
#reserve-journey-wrap.ie8 #catanach #catanach-mobile-micro-3 .animation-2 .box.two-lines {
  line-height: 15px;
}
#reserve-journey-wrap.mobile .mobile-micro-noslider,
#reserve-journey-wrap.ie8 .mobile-micro-noslider {
  display: block !important;
}
#reserve-journey-wrap.mobile #achievements .badge-box,
#reserve-journey-wrap.ie8 #achievements .badge-box {
  display: none;
}
#reserve-journey-wrap.mobile #melgoza #melgoza-micro-2 .title-box,
#reserve-journey-wrap.ie8 #melgoza #melgoza-micro-2 .title-box {
  display: block !important;
  left: 40px;
  top: 1%;
}
@media (min-width: 780px) {
  #reserve-journey-wrap.mobile #melgoza #melgoza-micro-2 .title-box,
  #reserve-journey-wrap.ie8 #melgoza #melgoza-micro-2 .title-box {
    width: 375px;
  }
}
#reserve-journey-wrap.mobile #melgoza #melgoza-micro-2 .title-box h1,
#reserve-journey-wrap.ie8 #melgoza #melgoza-micro-2 .title-box h1,
#reserve-journey-wrap.mobile #melgoza #melgoza-micro-2 .title-box h4,
#reserve-journey-wrap.ie8 #melgoza #melgoza-micro-2 .title-box h4 {
  opacity: 1 !important;
}
#reserve-journey-wrap.mobile #melgoza #melgoza-micro-2 .title-box h4,
#reserve-journey-wrap.ie8 #melgoza #melgoza-micro-2 .title-box h4 {
  padding: 0 20px !important;
}
#reserve-journey-wrap.mobile #melgoza #melgoza-micro-2 .title-box h1,
#reserve-journey-wrap.ie8 #melgoza #melgoza-micro-2 .title-box h1 {
  line-height: 1em;
  margin-bottom: 10px;
}
#reserve-journey-wrap.mobile #melgoza #melgoza-micro-2 .title-box .main-line,
#reserve-journey-wrap.ie8 #melgoza #melgoza-micro-2 .title-box .main-line {
  width: 80% !important;
}
@media (min-width: 641px) {
  #reserve-journey-wrap.mobile #melgoza #melgoza-mob-slider-one .big-bills .desc,
  #reserve-journey-wrap.ie8 #melgoza #melgoza-mob-slider-one .big-bills .desc {
    position: relative;
    top: 100px;
    margin-top: 0;
  }
}
#reserve-journey-wrap.mobile #mobile-nav {
  display: block;
}
#reserve-journey-wrap.mobile ul#rj-main-menu {
  left: -45px !important;
}
#reserve-journey-wrap.mobile #soldier-content {
  padding-top: 80px !important;
}
#reserve-journey-wrap.mobile .manifesto {
  height: auto !important;
  text-shadow: none;
}
#reserve-journey-wrap.mobile .manifesto.no-animation {
  top: 100px !important;
  margin-top: 0px !important;
}
@media (min-width: 961px) {
  #reserve-journey-wrap.mobile .manifesto {
    max-height: 160px;
  }
}
#reserve-journey-wrap.mobile .manifesto h1 {
  margin-top: 10px;
  margin-bottom: 10px;
  line-height: 1em;
}
@media (max-width: 520px) {
  #reserve-journey-wrap.mobile .manifesto h1 {
    font-size: 36px;
  }
}
@media (max-width: 470px) {
  #reserve-journey-wrap.mobile .manifesto h1 {
    font-size: 30px;
    margin-bottom: 10px;
  }
}
@media (max-width: 400px) {
  #reserve-journey-wrap.mobile .manifesto h1 {
    font-size: 23px;
  }
}
#reserve-journey-wrap.mobile .manifesto h2 {
  line-height: 1em;
  margin-top: -10px;
}
#reserve-journey-wrap.mobile .manifesto h2 span {
  margin-top: 13px;
}
@media (max-width: 520px) {
  #reserve-journey-wrap.mobile .manifesto h2 span {
    margin-top: 8px;
  }
}
@media (max-width: 380px) {
  #reserve-journey-wrap.mobile .manifesto h2 {
    font-size: 14px;
  }
  #reserve-journey-wrap.mobile .manifesto h2 .line-left,
  #reserve-journey-wrap.mobile .manifesto h2 .line-right {
    margin-top: 4px;
  }
}
#reserve-journey-wrap.mobile .manifesto p {
  display: none;
}
#reserve-journey-wrap.mobile .manifesto h4 {
  margin: 15px 0 25px 15px;
  padding-top: 0;
}
@media (min-width: 961px) {
  #reserve-journey-wrap.mobile .manifesto h4 {
    margin: 20px 0;
  }
}
#reserve-journey-wrap.mobile .filter-overlay .filter-cont {
  position: relative;
  width: 100%;
  max-width: 505px;
  left: auto;
  top: 250px;
  margin: 0 auto;
  padding: 0 25px;
  box-sizing: border-box;
}
@media (min-width: 961px) {
  #reserve-journey-wrap.mobile .filter-overlay .filter-cont {
    top: 300px;
  }
}
#reserve-journey-wrap.mobile .filter-overlay .mute-btn {
  display: none;
}
#reserve-journey-wrap.mobile .filter-overlay .bottom-lines a.filter-btn {
  display: block !important;
  text-indent: -9999px;
  background-image: url('../images/soldiers/star-white.png') !important;
  background-size: contain !important;
  height: 7px !important;
  top: 8px !important;
  width: 320px;
  margin-right: -164px;
}
#reserve-journey-wrap.mobile .filter-overlay .bottom-lines .line.left,
#reserve-journey-wrap.mobile .filter-overlay .bottom-lines .line.right {
  width: 48% !important;
}
@media (max-width: 961px) {
  #reserve-journey-wrap.mobile .filter-overlay .bottom-lines .line.left,
  #reserve-journey-wrap.mobile .filter-overlay .bottom-lines .line.right {
    width: 45% !important;
  }
}
#reserve-journey-wrap.mobile .soldiers-faces {
  width: 100%;
}
#reserve-journey-wrap.mobile .soldier-face {
  width: 100%;
  height: 100px;
  background: #37535c;
  margin: 0 0 15px 0;
}
#reserve-journey-wrap.mobile .soldier-face img {
  width: 100px;
  height: 100px;
}
#reserve-journey-wrap.mobile .soldier-face.melgoza,
#reserve-journey-wrap.mobile .soldier-face.lopez {
  margin-left: 0;
}
#reserve-journey-wrap.mobile .soldier-face.augustineMarceil .desc h2 {
  margin-top: 23px;
}
@media (max-width: 434px) {
  #reserve-journey-wrap.mobile .soldier-face.augustineMarceil .desc h2 {
    margin-top: 15px;
  }
}
#reserve-journey-wrap.mobile .soldier-face .desc {
  opacity: 1 !important;
  filter: alpha(opacity=100);
  background: none;
  left: 100px;
  right: 0;
  width: auto;
  padding: 0 10px;
  letter-spacing: 0.8px;
}
#reserve-journey-wrap.mobile .soldier-face .desc br {
  display: none;
}
#reserve-journey-wrap.mobile .soldier-face .desc h2 {
  font-size: 20px;
  margin: 23px 0 5px 0;
  font-family: 'Open Sans Condensed', sans-serif;
}
@media (max-width: 380px) {
  #reserve-journey-wrap.mobile .soldier-face .desc h2 {
    font-size: 16px;
  }
}
#reserve-journey-wrap.mobile .soldier-face .desc h2,
#reserve-journey-wrap.mobile .soldier-face .desc .yellow-star,
#reserve-journey-wrap.mobile .soldier-face .desc p,
#reserve-journey-wrap.mobile .soldier-face .desc .lines {
  position: relative;
  top: 0;
  opacity: 1 !important;
}
#reserve-journey-wrap.mobile .soldier-face .desc p {
  margin-top: 5px;
  text-shadow: none;
  line-height: 10px;
}
@media (max-width: 380px) {
  #reserve-journey-wrap.mobile .soldier-face .desc p {
    font-size: 10px;
  }
}
#reserve-journey-wrap.mobile .soldier-face .desc .line.left,
#reserve-journey-wrap.mobile .soldier-face .desc .line.right {
  width: 60px !important;
  top: 5px;
}
#reserve-journey-wrap.mobile .soldier-face .desc .line.left {
  margin-left: -70px !important;
}
#reserve-journey-wrap.mobile .soldier-face .desc .line.right {
  margin-right: -70px !important;
}
#reserve-journey-wrap.mobile .soldier-face .field {
  display: none !important;
}
#reserve-journey-wrap.mobile .start-journey {
  bottom: -45px;
}
#reserve-journey-wrap.mobile .jnn {
  height: auto !important;
}
#reserve-journey-wrap.mobile .jnn #vahovick-micro-2 {
  display: none;
}
#reserve-journey-wrap.mobile .soldier-skills {
  height: auto !important;
}
#reserve-journey-wrap.mobile .soldier-skills .title-box {
  opacity: 0;
}
#reserve-journey-wrap.mobile .soldier-skills #melgoza-micro-2 .title-box {
  opacity: 1;
  top: 5%;
  left: 0;
}
#reserve-journey-wrap.mobile .soldier-skills #melgoza-micro-2 .title-box h1 {
  font-size: 34px;
}
#reserve-journey-wrap.mobile .soldier-skills #melgoza-micro-2 .title-box h4 {
  font-size: 16px;
  line-height: 16px;
}
#reserve-journey-wrap.mobile .soldier-skills #melgoza-micro-2 .title-box .main-line {
  width: 92%;
}
#reserve-journey-wrap.mobile .soldier-skills #melgoza-micro-2 .skills {
  margin: 200px 0 40px 0 !important;
}
@media (min-width: 780px) {
  #reserve-journey-wrap.mobile .soldier-skills #melgoza-micro-2 .skills {
    margin: 200px 0 40px 40px !important;
  }
}
#reserve-journey-wrap.mobile .soldier-skills .skills {
  height: auto !important;
  width: 100% !important;
  right: auto !important;
  top: auto !important;
  margin: 200px 0 40px 0 !important;
}
@media (min-width: 780px) {
  #reserve-journey-wrap.mobile .soldier-skills .skills {
    width: auto !important;
    float: right !important;
    margin: 40px 0 !important;
  }
}
#reserve-journey-wrap.mobile .soldier-skills #augustine-micro-2,
#reserve-journey-wrap.mobile .soldier-skills #melgoza-micro-2,
#reserve-journey-wrap.mobile .soldier-skills #catanach-micro-2 {
  width: 100%;
  height: auto !important;
  position: relative !important;
  padding: 0 20px;
  box-sizing: border-box;
}
#reserve-journey-wrap.mobile .soldier-skills #augustine-micro-2 .animation,
#reserve-journey-wrap.mobile .soldier-skills #melgoza-micro-2 .animation,
#reserve-journey-wrap.mobile .soldier-skills #catanach-micro-2 .animation {
  display: block;
}
#reserve-journey-wrap.mobile .soldier-skills .star {
  opacity: 1 !important;
  height: 16px !important;
  margin-bottom: 10px;
}
#reserve-journey-wrap.mobile .soldier-skills .soldier-skill {
  opacity: 1 !important;
  font-size: 16px !important;
  padding: 10px 22px !important;
}
#reserve-journey-wrap.mobile .soldier-skills .soldier-skill .line-left,
#reserve-journey-wrap.mobile .soldier-skills .soldier-skill .line-right {
  top: 17px !important;
}
#reserve-journey-wrap.mobile .soldier-skills .civilian-skill {
  opacity: 1 !important;
  font-size: 14px !important;
  font-weight: 400;
}
@media (min-width: 640px) {
  #reserve-journey-wrap.mobile .soldier-skills .dark {
    right: 0 !important;
  }
}
#reserve-journey-wrap.mobile .soldier-skills .headings {
  top: 0 !important;
  left: auto !important;
  margin-top: 0 !important;
  margin: 40px auto 0 auto !important;
  float: none !important;
  width: 100% !important;
}
@media (min-width: 780px) {
  #reserve-journey-wrap.mobile .soldier-skills .headings {
    position: absolute !important;
    width: 250px !important;
    top: 50% !important;
    left: 70px !important;
    margin-top: -50px !important;
  }
}
#reserve-journey-wrap.mobile .soldier-skills .headings h2 {
  margin: 5px 0;
  opacity: 1 !important;
  font-size: 30px !important;
}
#reserve-journey-wrap.mobile .soldier-skills .headings h3 {
  margin: 0;
}
#reserve-journey-wrap.mobile .soldier-skills .headings h3 .text {
  opacity: 1 !important;
  font-size: 14px !important;
}
#reserve-journey-wrap.mobile .soldier-skills .headings h3 .line-left {
  margin-left: 55px !important;
}
#reserve-journey-wrap.mobile .soldier-skills .headings h3 .line-right {
  margin-right: 55px !important;
}
#reserve-journey-wrap.mobile .section.chapter {
  height: 500px !important;
  min-height: 340px !important;
}
@media (min-width: 641px) {
  #reserve-journey-wrap.mobile .section.chapter {
    height: 700px !important;
  }
}
@media (min-width: 641px) {
  #reserve-journey-wrap.safari .section.locked-micro {
    -webkit-background-attachment: fixed;
    background-attachment: fixed;
  }
}
#reserve-journey-wrap.safari #augustine #augustine-micro-1 {
  background-image: none;
}
@media all and (min-width: 641px) {
  #reserve-journey-wrap.safari #augustine .augustine-micro-1 {
    background-image: url('../images/soldiers/2-augustine/bg-micro-1.jpg');
  }
}
@media all and (max-width: 640px) {
  #reserve-journey-wrap.safari #augustine .augustine-micro-1 {
    background-image: url('../images/soldiers/2-augustine/mobile/bg-micro-1.jpg');
  }
}
#reserve-journey-wrap.safari #augustine .gallery.micro {
  background-image: none;
}
#reserve-journey-wrap.safari #augustine #augustine-micro-2 {
  background-image: none;
}
@media all and (min-width: 641px) {
  #reserve-journey-wrap.safari #augustine .augustine-micro-2.locked-micro {
    background-image: url('../images/soldiers/2-augustine/bg-micro-2.jpg');
  }
}
@media all and (max-width: 640px) {
  #reserve-journey-wrap.safari #augustine .augustine-micro-2.locked-micro {
    background-image: url('../images/soldiers/2-augustine/mobile/bg-micro-2.jpg');
  }
}
#reserve-journey-wrap.safari #augustine #achievements {
  background-image: none;
}
@media all and (min-width: 641px) {
  #reserve-journey-wrap.safari #augustine .achievements.locked-micro {
    background-image: url('../images/soldiers/2-augustine/bg-achievement.jpg');
  }
}
@media all and (max-width: 640px) {
  #reserve-journey-wrap.safari #augustine .achievements.locked-micro {
    background-image: url('../images/soldiers/2-augustine/mobile/bg-achievement.jpg');
  }
}
#reserve-journey-wrap.safari #munoz #munoz-micro-1 {
  background-image: none;
}
@media all and (min-width: 641px) {
  #reserve-journey-wrap.safari #munoz .munoz-micro-1 {
    background-image: url('../images/soldiers/1-munoz/bg-micro-1.jpg');
  }
}
@media all and (max-width: 640px) {
  #reserve-journey-wrap.safari #munoz .munoz-micro-1 {
    background-image: url('../images/soldiers/1-munoz/mobile/bg-micro-1.jpg');
  }
}
#reserve-journey-wrap.safari #munoz .gallery.micro {
  background-image: none;
}
#reserve-journey-wrap.safari #munoz #munoz-micro-2 {
  background-image: none;
}
@media all and (min-width: 641px) {
  #reserve-journey-wrap.safari #munoz .munoz-micro-2.nav-section {
    background-image: url('../images/soldiers/1-munoz/bg-micro-2.jpg');
  }
}
@media all and (max-width: 640px) {
  #reserve-journey-wrap.safari #munoz .munoz-micro-2.nav-section {
    background-image: url('../images/soldiers/1-munoz/mobile/bg-micro-2.jpg');
  }
}
#reserve-journey-wrap.safari #munoz #achievements {
  background-image: none;
}
@media all and (min-width: 641px) {
  #reserve-journey-wrap.safari #munoz .achievements.locked-micro {
    background-image: url('../images/soldiers/1-munoz/bg-achievement.jpg');
  }
}
@media all and (max-width: 640px) {
  #reserve-journey-wrap.safari #munoz .achievements.locked-micro {
    background-image: url('../images/soldiers/1-munoz/mobile/bg-achievement.jpg');
  }
}
#reserve-journey-wrap.safari #kim #kim-micro-1 {
  background-image: none;
}
@media all and (min-width: 641px) {
  #reserve-journey-wrap.safari #kim .kim-micro-1 {
    background-image: url('../images/soldiers/5-kim/bg-micro-1.jpg');
  }
}
@media all and (max-width: 640px) {
  #reserve-journey-wrap.safari #kim .kim-micro-1 {
    background-image: url('../images/soldiers/5-kim/mobile/bg-micro-1.jpg');
  }
}
#reserve-journey-wrap.safari #kim #kim-micro-2 {
  background-image: none;
}
@media all and (min-width: 641px) {
  #reserve-journey-wrap.safari #kim .kim-micro-2 {
    background-image: url('../images/soldiers/5-kim/bg-micro-2.jpg');
  }
}
@media all and (max-width: 640px) {
  #reserve-journey-wrap.safari #kim .kim-micro-2 {
    background-image: url('../images/soldiers/5-kim/mobile/bg-micro-2.jpg');
  }
}
#reserve-journey-wrap.safari #kim #kim-micro-3 {
  background-image: none;
}
@media all and (min-width: 641px) {
  #reserve-journey-wrap.safari #kim .kim-micro-3.nav-section {
    background-image: url('../images/soldiers/5-kim/bg-micro-3.jpg');
  }
}
@media all and (max-width: 640px) {
  #reserve-journey-wrap.safari #kim .kim-micro-3.nav-section {
    background-image: url('../images/soldiers/5-kim/mobile/bg-micro-3.jpg');
  }
}
#reserve-journey-wrap.safari #kim #achievements {
  background-image: none;
}
@media all and (min-width: 641px) {
  #reserve-journey-wrap.safari #kim .achievements.locked-micro {
    background-image: url('../images/soldiers/5-kim/bg-achievement.jpg');
  }
}
@media all and (max-width: 640px) {
  #reserve-journey-wrap.safari #kim .achievements.locked-micro {
    background-image: url('../images/soldiers/5-kim/mobile/bg-achievement.jpg');
  }
}
#reserve-journey-wrap.safari #lopez #lopez-micro-1 {
  background-image: none;
}
@media all and (min-width: 641px) {
  #reserve-journey-wrap.safari #lopez .lopez-micro-1 {
    background-image: url('../images/soldiers/3-lopez/bg-micro-1.jpg');
  }
}
@media all and (max-width: 640px) {
  #reserve-journey-wrap.safari #lopez .lopez-micro-1 {
    background-image: url('../images/soldiers/3-lopez/mobile/bg-micro-1.jpg');
  }
}
#reserve-journey-wrap.safari #lopez .gallery.micro {
  background-image: none;
}
@media all and (min-width: 641px) {
  #reserve-journey-wrap.safari #lopez .gallery.nav-section {
    background-image: url('../images/soldiers/3-lopez/bg-micro-2.jpg');
    background-position: left center;
  }
}
#reserve-journey-wrap.safari #lopez #lopez-micro-3 {
  background-image: none;
}
@media all and (min-width: 641px) {
  #reserve-journey-wrap.safari #lopez .lopez-micro-3 {
    background-image: url('../images/soldiers/3-lopez/bg-micro-3.jpg');
  }
}
@media all and (max-width: 640px) {
  #reserve-journey-wrap.safari #lopez .lopez-micro-3 {
    background-image: url('../images/soldiers/3-lopez/mobile/bg-micro-3.jpg');
  }
}
#reserve-journey-wrap.safari #lopez #achievements {
  background-image: none;
}
@media all and (min-width: 641px) {
  #reserve-journey-wrap.safari #lopez .achievements.locked-micro {
    background-image: url('../images/soldiers/3-lopez/bg-achievement.jpg');
  }
}
@media all and (max-width: 640px) {
  #reserve-journey-wrap.safari #lopez .achievements.locked-micro {
    background-image: url('../images/soldiers/3-lopez/mobile/bg-achievement.jpg');
  }
}
#reserve-journey-wrap.safari #melgoza #melgoza-micro-1 {
  background-image: none;
}
@media all and (min-width: 641px) {
  #reserve-journey-wrap.safari #melgoza .melgoza-micro-1 {
    background-image: url('../images/soldiers/4-melgoza/bg-micro-1.jpg');
  }
}
@media all and (max-width: 640px) {
  #reserve-journey-wrap.safari #melgoza .melgoza-micro-1 {
    background-image: url('../images/soldiers/4-melgoza/mobile/bg-micro-1.jpg');
  }
}
#reserve-journey-wrap.safari #melgoza #melgoza-micro-2 {
  background-image: none;
}
@media all and (min-width: 641px) {
  #reserve-journey-wrap.safari #melgoza .melgoza-micro-2 {
    background-image: url('../images/soldiers/4-melgoza/bg-micro-2.jpg');
  }
}
@media all and (max-width: 640px) {
  #reserve-journey-wrap.safari #melgoza .melgoza-micro-2 {
    background-image: url('../images/soldiers/4-melgoza/mobile/bg-micro-2.jpg');
  }
}
#reserve-journey-wrap.safari #melgoza #melgoza-micro-3 {
  background-image: none;
}
@media all and (min-width: 641px) {
  #reserve-journey-wrap.safari #melgoza .arc-anim.nav-section {
    background-image: url('../images/soldiers/4-melgoza/bg-micro-3.jpg');
  }
}
@media all and (max-width: 640px) {
  #reserve-journey-wrap.safari #melgoza .arc-anim.nav-section {
    background-image: url('../images/soldiers/4-melgoza/mobile/bg-micro-3.jpg');
  }
}
#reserve-journey-wrap.safari #melgoza #achievements {
  background-image: none;
}
@media all and (min-width: 641px) {
  #reserve-journey-wrap.safari #melgoza .achievements.locked-micro {
    background-image: url('../images/soldiers/4-melgoza/bg-achievement.jpg');
  }
}
@media all and (max-width: 640px) {
  #reserve-journey-wrap.safari #melgoza .achievements.locked-micro {
    background-image: url('../images/soldiers/4-melgoza/mobile/bg-achievement.jpg');
  }
}
#reserve-journey-wrap.safari #catanach #catanach-micro-1 {
  background-image: none;
}
@media all and (min-width: 641px) {
  #reserve-journey-wrap.safari #catanach .catanach-micro-1 {
    background-image: url('../images/soldiers/8-catanach/bg-micro-1.jpg');
  }
}
@media all and (max-width: 640px) {
  #reserve-journey-wrap.safari #catanach .catanach-micro-1 {
    background-image: url('../images/soldiers/8-catanach/mobile/bg-micro-1.jpg');
  }
}
#reserve-journey-wrap.safari #catanach #catanach-micro-2 {
  background-image: none;
}
@media all and (min-width: 641px) {
  #reserve-journey-wrap.safari #catanach .catanach-micro-2 {
    background-image: url('../images/soldiers/8-catanach/bg-micro-2.jpg');
  }
}
@media all and (max-width: 640px) {
  #reserve-journey-wrap.safari #catanach .catanach-micro-2 {
    background-image: url('../images/soldiers/8-catanach/mobile/bg-micro-2.jpg');
  }
}
#reserve-journey-wrap.safari #catanach #catanach-micro-3 {
  background-image: none;
}
@media all and (min-width: 641px) {
  #reserve-journey-wrap.safari #catanach .catanach-micro-3.nav-section {
    background-image: url('../images/soldiers/8-catanach/bg-micro-3.jpg');
  }
}
@media all and (max-width: 640px) {
  #reserve-journey-wrap.safari #catanach .catanach-micro-3.nav-section {
    background-image: url('../images/soldiers/8-catanach/mobile/bg-micro-3.jpg');
  }
}
#reserve-journey-wrap.safari #catanach #achievements {
  background-image: none;
}
@media all and (min-width: 641px) {
  #reserve-journey-wrap.safari #catanach .achievements.locked-micro {
    background-image: url('../images/soldiers/8-catanach/bg-achievement.jpg');
  }
}
@media all and (max-width: 640px) {
  #reserve-journey-wrap.safari #catanach .achievements.locked-micro {
    background-image: url('../images/soldiers/8-catanach/mobile/bg-achievement.jpg');
  }
}
#reserve-journey-wrap.safari #smalls #smalls-micro-1 {
  background-image: none;
}
@media all and (min-width: 641px) {
  #reserve-journey-wrap.safari #smalls .smalls-micro-1 {
    background-image: url('../images/soldiers/0-smalls/bg-micro-1.jpg');
  }
}
@media all and (max-width: 640px) {
  #reserve-journey-wrap.safari #smalls .smalls-micro-1 {
    background-image: url('../images/soldiers/0-smalls/mobile/bg-micro-1.jpg');
  }
}
#reserve-journey-wrap.safari #smalls #smalls-micro-2 {
  background-image: none;
}
@media all and (min-width: 641px) {
  #reserve-journey-wrap.safari #smalls .smalls-micro-2 {
    background-image: url('../images/soldiers/0-smalls/bg-micro-2.jpg');
  }
}
@media all and (max-width: 640px) {
  #reserve-journey-wrap.safari #smalls .smalls-micro-2 {
    background-image: url('../images/soldiers/0-smalls/mobile/bg-micro-2.jpg');
  }
}
#reserve-journey-wrap.safari #smalls #smalls-micro-3 {
  background-image: none;
}
@media all and (min-width: 641px) {
  #reserve-journey-wrap.safari #smalls .smalls-micro-3.nav-section {
    background-image: url('../images/soldiers/0-smalls/bg-micro-3.jpg');
  }
}
@media all and (max-width: 640px) {
  #reserve-journey-wrap.safari #smalls .smalls-micro-3.nav-section {
    background-image: url('../images/soldiers/0-smalls/mobile/bg-micro-3.jpg');
  }
}
#reserve-journey-wrap.safari #smalls #achievements {
  background-image: none;
}
@media all and (min-width: 641px) {
  #reserve-journey-wrap.safari #smalls .achievements.locked-micro {
    background-image: url('../images/soldiers/0-smalls/bg-achievement.jpg');
  }
}
@media all and (max-width: 640px) {
  #reserve-journey-wrap.safari #smalls .achievements.locked-micro {
    background-image: url('../images/soldiers/0-smalls/mobile/bg-achievement.jpg');
  }
}
#reserve-journey-wrap.safari #altamirano #altamirano-micro-1 {
  background-image: none;
}
@media all and (min-width: 641px) {
  #reserve-journey-wrap.safari #altamirano .altamirano-micro-1 {
    background-image: url('../images/soldiers/7-altamirano/bg-micro-1.jpg');
  }
}
@media all and (max-width: 640px) {
  #reserve-journey-wrap.safari #altamirano .altamirano-micro-1 {
    background-image: url('../images/soldiers/7-altamirano/mobile/bg-micro-1.jpg');
  }
}
#reserve-journey-wrap.safari #altamirano .gallery.micro {
  background-image: none;
}
@media all and (min-width: 641px) {
  #reserve-journey-wrap.safari #altamirano .gallery.nav-section {
    background-image: url('../images/soldiers/7-altamirano/bg-gallery.jpg');
  }
}
@media all and (max-width: 640px) {
  #reserve-journey-wrap.safari #altamirano .gallery.nav-section {
    background-image: url('../images/soldiers/7-altamirano/mobile/bg-gallery.jpg');
  }
}
#reserve-journey-wrap.safari #altamirano #altamirano-micro-3 {
  background-image: none;
}
@media all and (min-width: 641px) {
  #reserve-journey-wrap.safari #altamirano .altamirano-micro-3.nav-section {
    background-image: url('../images/soldiers/7-altamirano/bg-micro-3.jpg');
  }
}
@media all and (max-width: 640px) {
  #reserve-journey-wrap.safari #altamirano .altamirano-micro-3.nav-section {
    background-image: url('../images/soldiers/7-altamirano/mobile/bg-micro-3.jpg');
  }
}
#reserve-journey-wrap.safari #altamirano #achievements {
  background-image: none;
}
@media all and (min-width: 641px) {
  #reserve-journey-wrap.safari #altamirano .achievements.locked-micro {
    background-image: url('../images/soldiers/7-altamirano/bg-achievement.jpg');
  }
}
@media all and (max-width: 640px) {
  #reserve-journey-wrap.safari #altamirano .achievements.locked-micro {
    background-image: url('../images/soldiers/7-altamirano/mobile/bg-achievement.jpg');
  }
}
#reserve-journey-wrap.safari #gonzalez #gonzalez-micro-1 {
  background-image: none;
}
@media all and (min-width: 641px) {
  #reserve-journey-wrap.safari #gonzalez .gonzalez-micro-1 {
    background-image: url('../images/soldiers/9-gonzalez/bg-micro-1.jpg');
  }
}
@media all and (max-width: 640px) {
  #reserve-journey-wrap.safari #gonzalez .gonzalez-micro-1 {
    background-image: url('../images/soldiers/9-gonzalez/mobile/bg-micro-1.jpg');
  }
}
#reserve-journey-wrap.safari #gonzalez #gonzalez-micro-2 {
  background-image: none;
}
@media all and (min-width: 641px) {
  #reserve-journey-wrap.safari #gonzalez .gonzalez-micro-2 {
    background-image: url('../images/soldiers/9-gonzalez/bg-micro-2.jpg');
  }
}
@media all and (max-width: 640px) {
  #reserve-journey-wrap.safari #gonzalez .gonzalez-micro-2 {
    background-image: url('../images/soldiers/9-gonzalez/mobile/bg-micro-2.jpg');
  }
}
#reserve-journey-wrap.safari #gonzalez #gonzalez-micro-3 {
  background-image: none;
}
@media all and (min-width: 641px) {
  #reserve-journey-wrap.safari #gonzalez .gonzalez-micro-3.nav-section {
    background-image: url('../images/soldiers/9-gonzalez/bg-micro-3.jpg');
  }
}
@media all and (max-width: 640px) {
  #reserve-journey-wrap.safari #gonzalez .gonzalez-micro-3.nav-section {
    background-image: url('../images/soldiers/9-gonzalez/mobile/bg-micro-3.jpg');
  }
}
#reserve-journey-wrap.safari #gonzalez #achievements {
  background-image: none;
}
@media all and (min-width: 641px) {
  #reserve-journey-wrap.safari #gonzalez .achievements.locked-micro {
    background-image: url('../images/soldiers/9-gonzalez/bg-achievement.jpg');
  }
}
@media all and (max-width: 640px) {
  #reserve-journey-wrap.safari #gonzalez .achievements.locked-micro {
    background-image: url('../images/soldiers/9-gonzalez/mobile/bg-achievement.jpg');
  }
}
#reserve-journey-wrap.safari #vahovick #vahovick-micro-1 {
  background-image: none;
}
@media all and (min-width: 641px) {
  #reserve-journey-wrap.safari #vahovick .vahovick-micro-1 {
    background-image: url('../images/soldiers/6-vahovick/bg-micro-1.jpg');
  }
}
@media all and (max-width: 640px) {
  #reserve-journey-wrap.safari #vahovick .vahovick-micro-1 {
    background-image: url('../images/soldiers/6-vahovick/mobile/bg-micro-1.jpg');
  }
}
#reserve-journey-wrap.safari #vahovick #vahovick-micro-2 {
  background-image: none;
}
@media all and (min-width: 641px) {
  #reserve-journey-wrap.safari #vahovick .vahovick-micro-2 {
    background-image: url('../images/soldiers/6-vahovick/bg-micro-2.jpg');
  }
}
@media all and (max-width: 640px) {
  #reserve-journey-wrap.safari #vahovick .vahovick-micro-2 {
    background-image: url('../images/soldiers/6-vahovick/mobile/bg-micro-2.jpg');
  }
}
#reserve-journey-wrap.safari #vahovick #vahovick-micro-3 {
  background-image: none;
}
@media all and (min-width: 641px) {
  #reserve-journey-wrap.safari #vahovick .vahovick-micro-3.nav-section {
    background-image: url('../images/soldiers/6-vahovick/bg-micro-3.jpg');
  }
}
@media all and (max-width: 640px) {
  #reserve-journey-wrap.safari #vahovick .vahovick-micro-3.nav-section {
    background-image: url('../images/soldiers/6-vahovick/mobile/bg-micro-3.jpg');
  }
}
#reserve-journey-wrap.safari #vahovick #achievements {
  background-image: none;
}
@media all and (min-width: 641px) {
  #reserve-journey-wrap.safari #vahovick .achievements.locked-micro {
    background-image: url('../images/soldiers/6-vahovick/bg-achievement.jpg');
  }
}
@media all and (max-width: 640px) {
  #reserve-journey-wrap.safari #vahovick .achievements.locked-micro {
    background-image: url('../images/soldiers/6-vahovick/mobile/bg-achievement.jpg');
  }
}
