html.can-touch .ol-layertoggle:hover{ /* disable hover effect when input is touch */
  background: none;
}

/*@media screen and (min-width: 960px) {
  html {
      overflow-y: scroll;
  }
}*/

*:focus, *:active {
    outline: none;
}

body, h1, h2, h3, h4, h5, h6, p, .btn, .navbar-nav a, .form-control, .list-inline, small, #pricing, .ol-attribution li {
  font-family: 'Sintony', sans-serif;
}

h1 {
  text-shadow: 0px 0px 10px rgba(0,0,0,0.6);
}

h2 {
  font-size: 35px;
}

p {
  margin-top: 20px;
  margin-bottom: 40px;
}

.lead {
  color: #cccccc;

}

a {
  color: #ffffff;
  opacity: 1;
 }

a:hover, a:focus {
  color: #ffffff;
  opacity: 0.6 !important;
}

.a-light {
  color: #536DFE;
  opacity: 1;
}

.a-light:hover, .a-light:focus {
  color: #212121;
  color: #536DFE;
  opacity: 0.6 !important;
}

.s2Color {
  color: #455A64;
}

html, body {
  overflow-x: hidden;
}

header {
  background: none;
  width: 100%;
  padding: 0;
  height: 100vh;
  overflow: hidden;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}

.navbar-brand {
	color: #ffffff !important;
	font-size: 20px;
	padding-top: 10px;
}
.navbar-brand:hover {
  opacity: 0.6;
}

.map {
	height: 100vh;
	width: 100vw;
  background-color: #333;
  position: relative;
/*  cursor: move;*/
}

#swipe_handle {
  position: absolute;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  box-shadow: 0px 0px 3.1px #000031, 0px 0px 0px #00004b;
  border: 1.8px solid #ffffff;
  background: #455A64;
  top: 50%;
  left: 100%;
  transform: translateX(-25px);
}

#swipe:hover~#swipe_handle {
  background-color: #506C7A;
}

#swipe_handle_separator {
  position: absolute;
  top: 0;
  z-index: 0;
  width: 2px;
  height: 100%;
  background-color: #fff;
  box-shadow: 0px 0px 3.1px #000031, 0px 0px 0px #00004b;
  left: calc(50% - 1px);
}

#swipe {
  position: absolute;
  z-index: 10;
  width: 100%;
  top: 50%;
  display:none;
  opacity: 0;
}

#swipe_handle:after, #swipe_handle:before {
    display: block;
    position: absolute;
    top: 16px;
    color: white;
    font-size: 12px;
    transition: all 0.3s ease-in-out;
    background: none;
    border: none;
}
#swipe_handle:before {
    content: "\25C0";
    left: 7px;
}
#swipe_handle:after {
    content: "\25b6";
    right: 7px;
}

input[type=range] {
  -webkit-appearance: none;
  width: 100%;
  /*margin: 16.7px 0;*/
}
input[type=range]:focus {
  outline: none;
}
input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 0px;
  cursor: pointer;
  box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
  background: transparent;
  border-radius: 1.3px;
  border: 0.2px solid transparent;
}
input[type=range]::-webkit-slider-thumb {
  height: 70px;
  width: 70px;
  border-radius: 50%;
  background: transparent;
  cursor: ew-resize;
  -webkit-appearance: none;
  margin-top: -16.9px;
}
input[type=range]:focus::-webkit-slider-runnable-track {
  background: rgba(54, 126, 189, 0);
}
input[type=range]::-moz-range-track {
  width: 100%;
  height: 0px;
  cursor: pointer;
  box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
  background: transparent;
  border-radius: 1.3px;
  border: 0.2px solid transparent;
}
input[type=range]::-moz-range-thumb {
  height: 70px;
  width: 70px;
  border-radius: 50%;
  background: transparent;
  cursor: ew-resize;
  border: 0.2px solid transparent;
}
input[type=range]::-moz-focus-outer {
    border: 0;
}
input[type=range]::-ms-track {
  width: 100%;
  height: 0px;
  cursor: pointer;
  background: transparent;
  border-color: transparent;
  color: transparent;
}
input[type=range]::-ms-fill-lower {
  background: transparent;
  border: 0.2px solid transparent;
  border-radius: 2.6px;
  box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
}
input[type=range]::-ms-fill-upper {
  background: transparent;
  border: 0.2px solid transparent;
  border-radius: 2.6px;
  box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
}
input[type=range]::-ms-thumb {
  height: 70px;
  width: 70px;
  border-radius: 50%;
  background: transparent;
  cursor: ew-resize;
  height: 1.6px;
}
input[type=range]:focus::-ms-fill-lower {
  background: rgba(48, 113, 169, 0);
}
input[type=range]:focus::-ms-fill-upper {
  background: rgba(54, 126, 189, 0);
}

.swipeyear {
  position: absolute;
  top: 50%;
  background: #455A64;
  width: 150px;
  height: 66px;
  padding: 5px 10px;
  transform: translateY(-33px);
  font-size: 40px;
  font-weight: bold;
  color: #fff;
  text-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
  opacity: .5;
  display: none;
}

#swipeyear_left {
  left: 0;
  text-align: center;
  clip-path: inset(0px);
}

#swipeyear_right {
  right: 0;
  text-align: center;
  clip-path: inset(0px);
}

@media screen and (min-width: 768px) {
  .swipeyear {
    width: 300px;
    height: 76px;
    transform: translateY(-38px);
    font-size: 50px;
  }

  #swipeyear_left {
    text-align: right;
  }

  #swipeyear_right {
    text-align: left;
  }
}

#progress {
  position: absolute;
  top: 0;
  left: 0;
  height: 2px;
  background: #455A64;
  width: 0;
  -webkit-transition: width 250ms;
  -moz-transition: width 250ms;
  -o-transition: width 250ms;
  transition: width 250ms;
}

#description {
  position: absolute;
  bottom: 15%;
  left: 0;
  height: 20px;
  width: 100%;
  color: #fff;
  font-size: 30px;
  letter-spacing: 2px;
  -webkit-transition: all 250ms;
  -moz-transition: all 250ms;
  -o-transition: all 250ms;
  transition: all 250ms;
  opacity: 0;
  text-shadow: 0px 0px 3px rgba(0,0,0,1),
              1px 0px 6px rgba(0,0,0,1);
  pointer-events: none;
  }

  #hint{
    position: absolute;
    bottom: 15%;
    left: 0;
    height: 20px;
    width: 100%;
    color: #fff;
    font-size: 12px;
    letter-spacing: 2px;
    -webkit-transition: all 250ms;
    -moz-transition: all 250ms;
    -o-transition: all 250ms;
    transition: all 250ms;
    opacity: 0;
    text-shadow: 0px 0px 3px rgba(0,0,0,1),
                1px 0px 6px rgba(0,0,0,1);
    pointer-events: none;
  }

  @media screen and (min-width: 768px){
    #hint {
      font-size: 30px;
      }
  }

/*::-webkit-scrollbar {
  width: 1px;
  height: 1px;
}

::-webkit-scrollbar-button {
  width: 1px;
  height: 1px;
}*/

.tour_timeline {
  display: none;
  position: absolute;
  width: 100%;
  height: 130px;
  bottom: 7%;
  padding: 20px 5px;
  background: none;
  overflow-x: scroll;
  overflow-y: hidden;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

.location_item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: 3px solid transparent;
  width: 170px;
  height: 100px;
  background: rgba(69, 90, 100, 0.4);
  margin: 0 5px;
  padding: 0px 15px;
  color: rgba(255, 255, 255, 0.4);
  font-family: 'Sintony', sans-serif;
  cursor: pointer;
  text-align: center;
  transition: all 350ms ease-in-out;
}

.location_item:hover {
  background: rgba(69, 90, 100, 0.6);
  color: rgba(255, 255, 255, 1);
  border: 3px solid rgba(255, 255, 255, 0.6);
}

.location_item_unhover {
  background: rgba(69, 90, 100, 0.4) !important;
  color: rgba(255, 255, 255, 0.4) !important;
  border: 3px solid transparent !important;
}

.location_item:first-child {
  margin-left: 5px;
}

.location_item:last-child {
  margin-right: 5px;
}

.location_name {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.location_coords {
  display: block;
  font-size: 8px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.location_item_current {
  background: rgba(69, 90, 100, 1);
  color: rgba(255, 255, 255, 1);
  border: 3px solid rgba(255, 255, 255, 0.6);
  transition: all 350ms ease-in-out;
}

.location_item_current:hover {
  background-color: #506C7A;
}

.draggable {
    cursor: move; /* fallback: no `url()` support or images disabled */
    cursor: url(img/grab.cur); /* fallback: Internet Explorer */
    cursor: -webkit-grab; /* Chrome 1-21, Safari 4+ */
    cursor:    -moz-grab; /* Firefox 1.5-26 */
    cursor:         grab; /* W3C standards syntax, should come least */
}
.draggable:active {
    cursor: url(img/grabbing.cur);
    cursor: -webkit-grabbing;
    cursor:    -moz-grabbing;
    cursor:         grabbing;
}

.btn-intro {
  min-width: 100px;
}

.btn-intro:hover {
  opacity: 1 !important;
}

.int-hide {
	opacity: 1;
	z-index: 5;
  -webkit-transition: visibility 0s, opacity 0.25s ease-in-out;
  -moz-transition: visibility 0s, opacity 0.25s ease-in-out;
  -o-transition: visibility 0s, opacity 0.25s ease-in-out;
  transition: visibility 0s, opacity 0.25s ease-in-out;
}

#drag-blocker {
  z-index: 5;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  display: block;
}

.ol-control {
    background-color: rgba(255,255,255,0);
    border-radius: 0;
    z-index: 1;
}

.ol-control button {
    display: block;
    float: right;
    margin: 1px;
    padding: 0;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
    text-align: center;
    height: 1.375em;
    width: 1.375em;
    line-height: .4em;
    background-color: #455A64;
    border: none;
    border-radius: 0 !important;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.ol-control button:focus, .ol-control button:hover {
    text-decoration: none;
    background-color: #506C7A;
}

.ol-zoom-in, .ol-zoom-out {
    float: none !important;
}

.ol-attribution {
    text-align: right;
    bottom: .5em !important;
    right: 2%;
    min-width: 58px;
    min-height: 58px;
    z-index: 15;
}

.ol-attribution ul {
  display: block;
  margin: 0;
  margin-right: 56px;
  padding: 1.5em 1em;
  font-size: .7rem;
  line-height: 2.375em;
  color: #000;
  text-shadow: 0 0 2px #fff;
  min-height: 54px;
}

.ol-attribution li {
  font-size: 20px;
  font-family: 'Open Sans', sans-serif;
}

@media screen and (max-width: 768px) {
  .ol-attribution {
    min-width: 36px;
    min-height: 36px;
}

  .ol-attribution ul {
    padding: .8em .5em;
    margin-right: 44px;
    min-height: 32px;
  }

  .ol-attribution li {
    font-size: 10px;
    font-family: 'Open Sans', sans-serif;
  }
}

.ol-attribution button {
  float:none;
  position: absolute;
  bottom: 0.1em;
  right: 0.1em;
}

.ol-attribution:not(.ol-collapsed) {
    background: rgba(255,255,255,.8);
}

.ol-layertoggle, .ol-layerswipetoggle, .ol-close, .ol-tour, .ol-download {
  position: absolute;
  z-index: 5;
  padding: 3px;
  margin: 1px;
}

.ol-layertoggle:hover, .ol-layerswipetoggle:hover, .ol-close:hover, .ol-tour:hover, .ol-download:hover {
  background-color: rgba(255,255,255,.6);
}

.ol-layertoggle {
  top: 5.5em;
  left: .4em;
}

.ol-layertoggle-active {
  background-color: rgba(255,255,255,.6) !important;
  color: #000;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

.ol-layerswipetoggle-active {
  background-color: rgba(255,255,255,.6) !important;
  color: #000;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

#layerToggle, #layerSwipeToggle {
  display:none;
}

.ol-close {
  top: .5em;
  right: .5em;
}

.ol-tour {
  bottom: .5em;
  left: .5em;
}

.ol-layerswipetoggle {
  top: 8.4em;
  left: .4em;
}

.ol-download {
  top: 11.3em;
  left: .4em;
}

#tourButton {
  height: 28.88px;
  width: 84px;
  padding-bottom: 1px;
}

#downloadButton {
/*  height: 1.375em;
  width: 1.375em;*/
    height: 28.88px;
    width: 28.88px;
}

.layerToggleButton {
  height: 28.88px !important;
  width: 28.88px !important;
}

.layerSwipeToggleButton {
  height: 28.88px !important;
  width: 28.88px !important;
}

#threedToggleButton {
  height: 28.88px !important;
  width: 28.88px !important;
}

#closeButton {
/*  height: 1.375em;
  width: 1.375em;*/
  height: 28.88px;
  width: 84px;
}

#tourButton {
/*  background-color: #536dfe;*/
}

#tourButton span, #closeButton span {
  font-size: 12px;
  position: relative;
  bottom: 3px;
}

.btn-icon {
  font-size: 16px;
  position: relative;
  bottom: -1px;
  left: -6px;
}

/* Hide when map is loading */
.ol-zoom, .ol-attribution, .ol-layertoggle, .ol-layerswipetoggle, .ol-close, .ol-tour, .ol-download, .header-info, .move-icon-div, .social-int, #swipe_handle_separator {
  display: none;
}

.header-info {
  top: 40%;
}

/* Overlay for 3d Widget */

@font-face {
    font-family: Birdman;
    src: url(../fonts/birdman.ttf);
}

.payment-form-fs-overlay, .ol-download-info-container {
  display: none;
  position: absolute;
  width: 100vw;
  height: 100vh;
  background: rgba(30,30,30,.7);
  z-index: 20;
  cursor: default;
}

.ol-download-info-modal {
  position: relative;
  width: 92%;
  height: 94vh;
  margin: 3vh auto;
  background: #455A64;
  overflow: auto;
  -webkit-box-shadow: 0px 8px 29px 0px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 8px 29px 0px rgba(0,0,0,0.75);
  box-shadow: 0px 8px 29px 0px rgba(0,0,0,0.75);
}

.ol-download-info-modal {
  background: whitesmoke;
}

.ol-download-info-header, .historyModal-header {
  width: 100%;
  z-index: 25;
  background: whitesmoke;
  position: sticky;
  top: 0;
  padding: 10px 30px;
  background: #455A64;
  color: #fff;
}

.ol-download-info-header h2, .historyModal-header h2 {
  font-size: 20px;
  line-height: 25px;
}

#ol-download-info-Close, #historyModal-Close {
  position: absolute;
  top: 7px;
  right: 0px;
  background: none;
  border: none;
}

@media screen and (min-width: 1024px) {
  .ol-download-info-header h2, .historyModal-header h2 {
    font-size: 35px;
    line-height: 40px;
  }

  #ol-download-info-Close, #historyModal-Close {
    top: 10px;
    right: 10px;
  }
}

.ol-download-info-modal .panel {
  margin-top: 20px;
  border-radius: 0px;
}

.ol-download-info-modal .panel p, #historyModal p {
  margin-bottom: 15px;
  margin-top: 0px;
}

.ol-download-info-modal .panel-heading {
  border-radius: 0px;
}

.ol-download-info-modal .panel-title {
  font-size: 17px;
}

.ol-download-info-modal p, #historyModal p, #historyModal i {
  font-size: 15px;
}

#historyModal p {
  margin-bottom: 15px;
  margin-top: 15px;
}

.panel-option {
  font-weight: bold;
  color: #455A64;
  background: #fff;
  padding: 2px 6px;
  margin-right: 5px;
  border-radius: 4px;
}

.panel-option-light {
  font-weight: bold;
  color: #fff;
  background: #455A64;
  padding: 2px 6px;
  margin-right: 5px;
  border-radius: 4px;
}

.ol-download-info-modal .panel-default > .panel-heading, .ol-download-info-modal .panel-body {
  border: 1px solid #455A64;
}

@media screen and (min-width: 1200px) {
  .ol-download-info-modal .panel-body-img {
    margin-top: 10px;
  }
}

.download-info-option {
  background: whitesmoke;
  height: auto;
}

.download-service-option .panel-heading, .download-full-option .panel-heading {
  background-color: #455A64;
  color: #fff;
}

.download-service-option button, .download-full-option button {
  line-height: 30px;
  margin-top: 15px;
  white-space: normal;
  font-size: 17px;
}

.download-service-option .btn-icon, .download-full-option .btn-icon {
  bottom: -1px;
}

@media screen and (min-width: 1024px) {
  .download-service-option .btn-icon, .download-full-option .btn-icon {
    bottom: -6px;
  }
}

.card-list {
  margin-top: 15px;
  padding-left: 0;
  text-align: center;
}

.card-list li {
    display: inline-block;
    background-image: url(/img/payments/card-brands.svg);
    height: 25px;
    margin: 8px 5px 8px 0;
    overflow: hidden;
    text-indent: -500px;
}

.cardBrand-visa {
    width: 44px;
}
.cardBrand-masterCard {
    background-position: -48px 0;
    width: 84px;
}
.cardBrand-americanExpress {
    background-position: -138px 0;
    width: 52px;
}
.cardBrand-discover {
    background-position: -274px 0;
    width: 56px;
}
.cardBrand-jcb {
    background-position: -357px 0;
    width: 28px;
}
.cardBrand-dinersClub {
    background-position: -217px 0;
    width: 29px;
}
.cardBrand-3ds {
    background-image: url(/img/payments/3ds-logo.svg);
    background-repeat: no-repeat;
    width: 23px;
}
.cardBrand-chinaUnion {
    background-position: -408px 0;
    width: 31px;
}

.payment-form-modal {
  position: relative;
  width: 92%;
  height: 94vh;
  margin: 3vh auto;
  overflow-y: auto;
  overflow-x: hidden;
  background: #455A64;
  -webkit-box-shadow: 0px 8px 29px 0px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 8px 29px 0px rgba(0,0,0,0.75);
  box-shadow: 0px 8px 29px 0px rgba(0,0,0,0.75);
}

.imgGenerator-loading {
  background: rgba(0,0,0,.85);
  position: absolute;
  z-index: 30;
  width: 100%;
  height: 100%;
  display: none;
}

.imgGenerator-loading .la-ball-atom {
    left: 50%;
    top: 45%;
    margin-top: -48px;
    margin-left: -48px;
}

.imgGenerator-loading-details {
  color: #fff;
  position: absolute;
  width: 200px;
  height: 200px;
  left: 50%;
  top: 75%;
  margin-top: -100px;
  margin-left: -100px;
  text-align: center;
  line-height: 30px;
}

@media screen and (min-width: 1024px) {
  .imgGenerator-loading-details {
    top: 65%;
  }
}


.overlay-warning {
  color: indianred;
  font-weight: bold;
  display: none;
}

#modalClose, #formModalClose {
  position: absolute;
  right: 0.5em;
  top: 1em;
  background: transparent;
  border: none;
  color: #fff;
  opacity: .8;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  z-index: 1000;
}

#modalClose:hover, #formModalClose:hover {
  opacity: 1;
}

#modalClose > .btn-icon, #formModalClose > .btn-icon {
  font-size: 25px;
}

#ml-widgetSection, #ml-formSection {
  min-height: 300px;
  padding: 60px 12px 30px;
}

#ml-widgetSection {
  text-align: center;
}

#ml-widgetSection iframe {
  width: 300px;
  height: 300px;
  border: 1px solid #fff !important;
  -webkit-box-shadow: 0px 8px 29px 0px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 8px 29px 0px rgba(0,0,0,0.75);
  box-shadow: 0px 8px 29px 0px rgba(0,0,0,0.75);
}

#ml-codeSection {
  min-height: 70px;
  cursor: select;
  padding: 20px;
  text-align: center;
}

#ml-infoSection {
  background: #fff;
  padding: 50px 20px;
}

#ml-infoSection textarea {
  background: #455A64;
  outline: none;
  width: 100%;
  height: 70px;
  color: #fff;
  padding: 5px;
  resize: none;
  margin-top: -15px;
  margin-bottom: 10px;
}

.ol-download-selection-container {
  display: none;
}

.ol-download-selection-area {
  /*display: none;*/
  position: absolute;
  top: 0vh;
  left: 50vw;
  /*background: rgba(30,30,30,.7);*/
  z-index: 20;
  cursor: default;
  pointer-events: none;
  -webkit-box-shadow: 10px 10px 5px 2000px rgba(0,0,0,0.75);
  -moz-box-shadow: 10px 10px 5px 2000px rgba(0,0,0,0.75);
  box-shadow: 10px 10px 5px 2000px rgba(0,0,0,0.75);
  width: 90vw;
  height: 90vw;
  margin-top: 45px;
  margin-left: -45vw;
  border: 1px dashed rgba(255,255,255,.7);
}

@media screen and (min-width: 1024px) {
  .ol-download-selection-area {
    top: 50vh;
    width: 600px;
    height: 600px;
    margin-top: -300px;
    margin-left: -300px;
  }
}

@media screen and (max-width: 480px) {
  .ol-download-selection-area {
    width: 200px;
    height: 200px;
    margin-top: 10px;
    margin-left: -100px;
  }
}

@media screen and (max-width: 320px) {
  .ol-download-selection-area {
    width: 150px;
    height: 150px;
    margin-top: 10px;
    margin-left: -75px;
  }
}

@media screen and (max-height: 480px) {
  .ol-download-selection-area {
    width: 200px;
    height: 200px;
    margin-top: 10px;
    margin-left: -100px;
  }
}

@media screen and (max-height: 320px) {
  .ol-download-selection-area {
    width: 150px;
    height: 150px;
    margin-top: 10px;
    margin-left: -75px;
  }

}

@media screen and (max-width: 1024px) and (max-height: 768px) {
  .ol-download-selection-area {
    width: 400px;
    height: 400px;
    margin-top: 10px;
    margin-left: -200px;
  }

}

.ol-download-selection-area-header {
  color: #fff;
  margin-top: -29px;
}

.ol-download-selection-area-ratio {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 50px;
    height: 40px;
    border: none;
    color: #fff;
    /*background: rgba(255,255,255,.2);*/
    background: #455A64;
    pointer-events: auto;
    z-index: 1000;
    text-shadow: 0px 0px 3px rgba(0,0,0,1),
              1px 0px 6px rgba(0,0,0,1);
}

.ratio-hint {
  position: absolute;
  pointer-events: none;
}

.ratio-hint span {
  position: absolute;
  width: 90px;
  font-size: 12px;
  font-family: 'Kalam', cursive;
  top: 80px;
  left: -40px;
  transform: rotate(-10deg);
}

@media screen and (min-width: 400px) {
  .ratio-hint span {
    top: 37px;
    left: -80px;
    transform: rotate(-38deg);
  }

}

.ratio-hint img {
    width: 50px;
    height: 50px;
    margin-top: 20px;
    margin-left: -20px;
}

@media screen and (min-width: 480px) and (max-height: 750px) {
  .ratio-hint span {
    top: -90px;
    left: 50px;
    transform: rotate(-38deg);
  }

  .ratio-hint img {
    width: 50px;
    height: 50px;
    margin-top: -80px;
    margin-left: 55px;
    -moz-transform: scaleX(-1) rotate(90deg);
    -o-transform: scaleX(-1) rotate(90deg);
    -webkit-transform: scaleX(-1) rotate(90deg);
    transform: scaleX(-1) rotate(90deg);
    filter: FlipH;
    -ms-filter: "FlipH";
  }

}

.ol-download-selection-cancel, .ol-download-selection-confirm {
  position: inline-block;
  width: 50px;
  pointer-events: auto;
  margin: 5px;
}

.ol-download-confirm-container {
  position: absolute;
  bottom: 5px;
  width: 100%;
  text-align: center;
  z-index: 1000;
}


.ol-download-selection-cancel, .form-cancel {
  background-color: indianred !important;
  height: 40px;
}

.form-cancel {

}

@media screen and (max-width: 480px) {
  .form-confirm, .form-cancel {
    width: 100%;
  }
  .form-confirm i, .form-cancel i {
    bottom: -3px;
  }
}

@media screen and (min-width: 1024px) {
  .form-cancel {
    padding: 6px 12px; height: 52px; margin-left: 10px;
  }
}

.ol-download-selection-confirm {
  height: 40px;
}

.ol-download-modal-choose {
  width: 100%;
  height: auto;
  background: #fff;
  position: relative;
  z-index: 1001;
  padding: 0px 5px 30px 5px;
  text-align: left;
  outline: 2px solid #fff;
  pointer-events: auto;
  display: none;
  text-align: center;
}

.ol-download-modal-choose h5 {
  margin-top: -60px;
  margin-left: -5px;
  color: #fff;
}

.ol-download-modal-choose ul{
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: auto;
  height: auto;
  /*border-bottom: 1px solid lightgrey;*/
}

.form-container .col-md-4, .form-container .col-md-8 {
  padding: 0;
}

.agb-group {
  margin-top: -20px;
  text-align: center;
}

@media screen and (min-width: 360px) {
  .ol-download-modal-choose ul{
    height: auto;
  }
}

@media screen and (min-width: 400px) {
  .ol-download-modal-choose ul{
    height: auto;
  }
}

.ol-download-modal-choose ul li{
  color: #666;
  display: block;
  position: relative;
  float: left;
  width: 100%;
  height: 70px;
  border-bottom: 1px solid #333;
}

.ol-download-modal-choose ul li input[type=radio]{
  position: absolute;
  visibility: hidden;
}

.ol-download-modal-choose ul li label{
  display: block;
  position: relative;
  font-weight: 300;
  font-size: 1.35em;
  padding: 3px;
  margin: 0px auto;
  margin-top: 0px;
  height: 70px;
  z-index: 9;
  cursor: pointer;
  -webkit-transition: all 0.25s linear;
  text-align: left;
}

.ol-download-modal-choose ul li:hover {
  background: whitesmoke;
}

.ol-download-modal-choose ul li:hover label{
  color: #777;
}

.ol-download-modal-choose ul li .option-pricetag {
  float: left;
  margin-top: -40px;
  margin-left: 40px;
  font-size: 15px;
  color: green;
  background: transparent;
  font-weight: 100;
  border: 1px solid green;
  padding: 3px 5px;
}

.option-span-pricetag {
  color: green;
  font-size: 14px;
  border: 1px solid green;
  padding: 1px 4px;
}

@media screen and (max-width: 479px) {
  .option-span-pricetag {
    position: absolute;
    left: 37px;
    top: 34px;
  }
}

@media screen and (max-width: 374px) {
  .option-span-pricetag {
    position: absolute;
    left: 30px;
    top: 34px;
  }
}

@media screen and (min-width: 1024px) {
  .option-span-pricetag {
    margin-left: 10px;
  }
}


.ol-download-modal-choose ul li .option-description {
  float: right;
  font-size: 11px;
  margin-top: -45px;
  margin-right: 5px;
  text-align: right;
  line-height: 1.3;
  color: #777;
}

@media screen and (min-width: 400px) {
  .ol-download-modal-choose ul li .option-description {
    font-size: 14px;
    margin-top: -64px;
  }
}

.resolution-warning {
  color: indianred !important;
}
.resolution-warning::before {
  content: "warning";
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  position: absolute;
  color: indianred;
  font-size: 150%;
  width: 60px;
  right: 130px;
  top: 1px;
  text-align: center;
  cursor: pointer;
  padding: 2px 3px;
}

.resolution-success {
  color: green !important;
}
.resolution-success::before {
  content: "check";
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  position: absolute;
  color: green;
  font-size: 150%;
  width: 60px;
  right: 130px;
  top: 1px;
  text-align: center;
  cursor: pointer;
  padding: 2px 3px;
}

.dl-warnings {
  color: indianred;
  font-size: 14px;
  text-align: left;
  margin-bottom: 0px;
}

/*.resolution-warning-mobile {
  color: indianred !important;
}
.resolution-warning-mobile::before {
  content: "* Warning! Some selectable sizes have larger resolution larger than original (Sentinel-2 resolution: 10m/px)! Image will be scaled up artificially!";
  position: absolute;
  color: indianred;
  font-size: 60%;
  width: 90%;
  left: 5%;
  bottom: 11px;
  text-align: left;
  border: 1px solid indianred;
  padding: 5px;
}

.resolution-warning-mobile2 {
  color: indianred !important;
}
.resolution-warning-mobile2::before {
  content: "* Warning! Some selectable sizes have larger resolution larger than original (Sentinel-2 resolution: 10m/px)! Image will be scaled up artificially!";
  position: absolute;
  color: indianred;
  font-size: 60%;
  width: 90%;
  left: 5%;
  bottom: 11px;
  text-align: left;
  border: 1px solid indianred;
  padding: 5px;
}*/

.ol-download-modal-choose ul li .check{
  display: block;
  position: absolute;
  border: 5px solid #777;
  border-radius: 100%;
  height: 25px;
  width: 25px;
  top: 33px;
  left: 3px;
  z-index: 5;
  transition: border .25s linear;
  -webkit-transition: border .25s linear;
}

.ol-download-modal-choose ul li:hover .check {
  border: 5px solid #777;
}

.ol-download-modal-choose ul li .check::before {
  display: block;
  position: absolute;
  content: '';
  border-radius: 100%;
  height: 11px;
  width: 11px;
  top: 2px;
  left: 2px;
  margin: auto;
  transition: background 0.25s linear;
  -webkit-transition: background 0.25s linear;
}

input[type=radio]:checked ~ .check {
  border: 5px solid #455A64;
}

input[type=radio]:checked ~ .check::before{
  background: #455A64;
}

input[type=radio]:checked ~ label{
  color: #455A64;
}

.options-choose, .options-cancel, .options-checkout, .info-cancel {
  /*position: absolute;*/
  /*bottom: -65px;*/
  /*left: 50%;*/
  width: 100%;
  /*margin-left: -150px;*/
  margin-bottom: 5px;
  /*-webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;*/
  line-height: 30px;
  display: block;
}

.ol-download-selection-confirm .confirmIcon, .ol-download-selection-cancel .cancelIcon {
  font-size: 24px;
  left: 0px;
}

.options-checkout {
  border-radius: 0px !important;
  padding: 6px 12px !important;
  font-family: 'Sintony', sans-serif !important;
  font-size: 14px !important;
}

.options-choose .downloadIcon, .options-cancel .cancelIcon, .options-checkout .cancelIcon, .info-cancel .cancelIcon {
  top: 7px;
  font-size: 24px;
}

.dl-attribution {
  /*margin-top: -20px;*/
  /*font-size: xx-small;*/
  /*line-height: 150%;*/
  text-align: left;
  font-size: 14px;
}


@media screen and (min-width: 768px) {
  .dl-attribution {
    /*margin-top: -100px;*/
  }
}

@media screen and (min-width: 992px) {
  .form-container .col-md-4, .form-container .col-md-8 {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.options-cancel, .info-cancel {
  bottom: -120px;
  background-color: indianred !important;
}

@media screen and (max-height: 415px) {
  .ol-download-modal-choose ul{
    height: auto;
  }
}

@media screen and (max-height: 361px) {
  .ol-download-modal-choose ul{
    height: auto;
  }
  .options-choose, .options-cancel, .options-checkout, .info-cancel {
    bottom: -20px;
  }
  .options-cancel, .info-cancel {
    margin-left: 0px;
  }
}


@media screen and (min-width: 768px) {
  #octo {
    /*height: 550px;*/
  }

  .ol-download-selection-area-header {
    margin-top: -29px;
  }

  .ol-download-selection-area-ratio {
      width: 50px;
      height: 40px;
  }

  .ol-download-selection-cancel, .ol-download-selection-confirm {
    width: 50px;
    margin: 5px;
  }

  .ol-download-confirm-container {
    bottom: 20px;
    width: 100%;
  }

  .ol-download-modal-choose {
    padding: 30px;
    height: auto;
  }

  .ol-download-modal-choose h5 {
    margin-left: -30px;
  }

  .ol-download-modal-choose ul{
    height: auto;
    /*margin-bottom: 100px;*/
  }

  .ol-download-modal-choose ul li{
    width: 100%;
    height: 75px;
  }

  .ol-download-modal-choose ul li label{
    font-size: 1.35em;
    padding: 15px 25px 25px 80px;
    margin: 10px auto;
    margin-top: 5px;
    height: 30px;
  }

  .ol-download-modal-choose ul li .option-pricetag {
    margin-top: -35px;
    margin-left: 145px;
    font-size: 17px;
    padding: 2px 5px;
  }

  .ol-download-modal-choose ul li .option-description {
    margin-top: -45px;
    margin-right: 20px;
    line-height: 1.3;
  }

  .ol-download-modal-choose ul li .check{
    height: 25px;
    width: 25px;
    top: 25px;
    left: 20px;
  }

  .ol-download-modal-choose ul li .check::before {
    height: 11px;
    width: 11px;
    top: 2px;
    left: 2px;
  }

  .options-choose, .options-cancel, .options-checkout, .info-cancel {
    bottom: 60px;
    left: 50%;
    margin-left: 0px;
    line-height: 30px;
  }

  .options-choose .downloadIcon, .options-cancel .cancelIcon, .options-checkout .downloadIcon, .info-cancel .downloadIcon {
    top: 5px;
  }

  .options-cancel, .info-cancel {
    bottom: 5px;
  }

  .agb-group {
    margin-top: -30px;
    text-align: center;
  }
}

@media screen and (max-height: 480px) {
  .ol-download-confirm-container {
    bottom: 5px;
  }

  .ol-download-modal-choose {
    height: auto;
    overflow: auto;
  }

}

@media screen and (min-width: 1200px) {
  .form-container {
    padding: 0 100px;
  }
}

/* ml-brand: Instead of having to type and format the mapalupa-brand each time,
 just use a span with the .ml-brand class */
.ml-brand {
  font-family: 'Birdman' !important;
  font-weight: 400 !important;
}

.ml-brand:before {
  content: "MAPA";
  color: #4d4e54 !important;
}
.ml-brand:after {
  content: "LUPA";
  color: #ea5a00 !important;
}
/* ml-brand END*/

.h5, h5 {
    font-size: 20px;
}

.ml-logo {
  max-width: 200px;
}
/* END: Overlay for 3d Widget */

@media screen and (min-width: 1024px) {
  .ol-control button {
    height: 48.88px;
    width: 48.88px;
    font-size: 30px !important;
  }

  .ol-layertoggle {
    top:8.5em;
  }

  .ol-layerswipetoggle {
    top:13em;
  }

  .ol-download {
    top: 17.5em;
  }

  .ol-attribution {
    /*right: .5em;*/
    /*left: 94%;*/
  }

  #downloadButton {
      height: 48.88px;
      width: 48.88px;
  }

  #tourButton, #closeButton {
    height: 48.88px;
    width: 114px;
  }

  .layerToggleButton {
    height: 48.88px !important;
    width: 48.88px !important;
  }

  .layerSwipeToggleButton {
    height: 48.88px !important;
    width: 48.88px !important;
  }

  #threedToggleButton {
    height: 48.88px !important;
    width: 48.88px !important;
  }

  .btn-icon {
    font-size: 26px;
    bottom: -3px;
    left: -2px;
  }

  .layerToggleButton .btn-icon {
    bottom: -5px;
  }

  .layerSwipeToggleButton .btn-icon {
    bottom: -5px;
  }

  #tourButton span, #closeButton span {
    font-size: 20px;
  }

  .ol-download-info-modal {
  width: 80%;
  height: 80vh;
  margin: 10vh auto;
  }

  #modalClose {
    right: 0.7em;
    top: 0.7em;
  }

  #ml-widgetSection {
    padding: 50px;
  }

  #ml-widgetSection iframe {
    width: 300px;
    height: 300px;
    border: 3px solid #fff !important;
  }

  #ml-infoSection {
    background: #fff;
    padding: 50px 80px;
  }

}

@media screen and (max-width: 1024px) {
  .header-info {
    top: 40%;
  }
}

@media screen and (max-width: 480px) {
  .header-info {
    top: 35%;
  }

  .pad-xl {
    padding: 100px 0px 70px 0px;
  }

  .pad-sm {
    padding: 50px 0px;
  }
}

@media screen and (max-width: 320px) {
  h2 {
    font-size: 30px;
  }

  .header-info {
    top: 27%;
  }

  .pad-lg {
    padding: 94px 0px;
  }
}

@media screen and (max-height: 480px) {
  .header-info {
    top: 15%;
  }

  h1 {
    font-size: 45px;
    line-height: 30px;
    letter-spacing: -1px;
    color: #ffffff;
    font-weight: 700;
  }
  .pad-xl {
    padding: 100px 0px;
  }
  .pad-lg {
    padding: 100px 0px;
  }
}

@media screen and (max-height: 320px) {
  .header-info {
  	top: 13%;
  }

}

.btn {
	border-radius: 0;
  opacity: 1;
}

#introExploreButton {
  min-width: 120px;
  margin-top: 30px;
  margin-bottom: 50px;
  font-size: 17px;
  padding: 22px 40px;
  letter-spacing: 3px;
  border: solid 3px #fff;
  position: relative;
}

#be-the-first {
  background: #455A64;
  min-height: 300px;
  /* Hacky fix for the address bar gap */
  -webkit-box-shadow: 0px -100px 0px 0px rgba(69,90,100,1);
  -moz-box-shadow: 0px -100px 0px 0px rgba(69,90,100,1);
  box-shadow: 0px -100px 0px 0px rgba(69,90,100,1);
}

.infoCol {
  margin-bottom: 60px;
}

.count {
  max-width:80%;
}

.image-presenter {
    position: relative;
    height: 200px;
}

.image-presenter img {
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    max-width: 640px;
    border: 1px solid #212121;
}

.infa {
	color: #929496;
	font-size: 42px;
}

.infa-light {
	color: #FFFFFF;
	font-size: 170%;
	margin-left: 20px;
	margin-right: 20px;
  margin-bottom: 20px;
}

#contact {
  background: #607D8B;
}

.fa-envelope-o {
    color: #ffffff;
    font-size: 22px;
    display: block;
    padding-top: 15px;
    width: 60px;
    height: 60px;
    border: 2px solid #ffffff;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -o-border-radius: 30px;
    border-radius: 30px;
    margin: auto;
}

.no-point {
	pointer-events: none;
}

.point {
	pointer-events: auto;
}

#main-info {
  padding-bottom: 50px;
}
#press {
  padding-top: 30px;
}

@media screen and (max-width: 480px) {
  .footer-xs-left {
    text-align: left;
  }
}

div.checkbox:first-child {
    margin-bottom: 15px;
}

.comment-group {
  display: none;
}

.time-group {
  display: none;
}



/*-----------------Colors------------------*/

.black {
  color: #212121;
}
a p.black:hover, a p.black:focus {
  color: #231f20;
  opacity: 0.6 !important;
}

.blue {
  color: #536DFE;
}

.white {
  color: #ffffff;
}

.dark-white {
 color: #cccccc;
}

.grey {
  color: #888888;
}

.black-bg {
  background: #231f20;
}

.blue-bg {
  background: #70cbce;
}

.white-bg {
  background: #ffffff;
}

.purple-bg {
	background: #6d3f96;
}

.btn-primary {
	background-color: #455A64;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active {
  background-color: #506C7A;
  color: #ffffff;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

.btn-secondary {
  background-color: #ffffff;
  color: #231f20;
  -webkit-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.5);
  -moz-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.5);
  box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.5);
}

.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active, .btn-secondary.active {
  background-color: #ededed;
  color: #231f20;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

.navbar {
	background:#455A64;
}

.accent {
	border-color: #536DFE;
	color: #536DFE;
}

.blue {
	border-color: #536DFE;
	color: #536DFE;
}

.yellow {
	border-color: #fdc05d;
	color: #fdc05d;
}

.green {
	border-color: #c4eb77;
	color: #c4eb77;
}

.red  {
  border-color: #d11d2e;
  color: #d11d2e;
}

.s2-grey {
  background-color: #A1A5AC;
}

.s2-brown {
  background-color: #504836;
}

.s2-grey-light {
  background-color: #C9C9CA;
}

.s2-white {
  background-color: #FFFFFF;
}

.s2-blue {
  background-color: #0D1528;
}

.ml-orange {
  background-color: #ea5a00;
  color: #ea5a00;
}



/*=========================
  Icons
 ================= */

 .social-int {
  position: absolute;
  bottom: .6em;
  left: 50vw;
  margin-left: -93px;
  width: 186px;
  tranform: translateX(-50%);
  text-align: center;
  z-index: 14;
 }

/* footer social icons */
ul.social-network {
  list-style: none;
  display: inline;
  margin-left:0 !important;
  padding: 0;
}
ul.social-network li {
  display: inline;
  margin: 0 5px;
}


/* footer social icons */
.social-network a.icoRss:hover {
  background-color: #F56505;
}
.social-network a.icoFacebook:hover {
  background-color:#3B5998;
}
.social-network a.icoTwitter:hover {
  background-color:#33ccff;
}
.social-network a.icoGoogle:hover {
  background-color:#BD3518;
}
.social-network a.icoVimeo:hover {
  background-color:#0590B8;
}
.social-network a.icoLinkedin:hover {
  background-color:#007bb7;
}
.social-network a.icoRss:hover i, .social-network a.icoFacebook:hover i, .social-network a.icoTwitter:hover i,
.social-network a.icoGoogle:hover i, .social-network a.icoVimeo:hover i, .social-network a.icoLinkedin:hover i {
  color:#fff;
}
a.socialIcon:hover, .socialHoverClass {
  color:#44BCDD;
}

.social-circle li a {
  display:inline-block;
  position:relative;
  margin:0 auto 0 auto;
  -moz-border-radius:50%;
  -webkit-border-radius:50%;
  border-radius:50%;
  text-align:center;
  width: 30.88px;
  height: 30.88px;
  margin-bottom: 1px;
  font-size:12px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}
.social-circle li i {
  margin:0;
  line-height:32px;
  text-align: center;
}

.social-circle li a:hover {
  -moz-border-radius:50%;
  -webkit-border-radius:50%;
  border-radius:50%;
}

.social-circle li a:hover i, .triggeredHover {
  -moz-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  -ms--transform: rotate(360deg);
  transform: rotate(360deg);
}
.social-circle i {
  color: #fff;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -o-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s;
}

.a-ico {
  background-color: #455A64;
  opacity: 1 !important;
}

.a-ico:hover, .a-ico:focus, .a-icon:visited {
  opacity: 1 !important;
}

@media screen and (min-width: 425px) {
 }

@media screen and (min-width: 1024px) {
  .social-circle li a {
    width: 48.88px;
    height: 48.88px;
    font-size:20px;
  }

  .social-circle li i {
    line-height:50px;
  }
}

.attention-badge-2 {
  position: absolute;
  width: 70px;
  height: 70px;
  letter-spacing: 0;
  font-size: 12px;
  line-height: 15px;
  background: indianred;
  border-radius: 50%;
  border: 3px solid #fff;
  color: #fff;
  text-align: center;
  padding: 11px 5px 11px 4px;
  z-index: 1000;
  top: -30px;
  right: -40px;
  animation: pulse 8s infinite;
}

.attention-badge-sm {
  position: absolute;
  width: 15px;
  height: 15px;
  letter-spacing: 0;
  font-size: 13px;
  line-height: 13px;
  background: indianred;
  border-radius: 50%;
  border: 2px solid #fff;
  color: #fff;
  text-align: center;
  padding: 2px 2px 2px 1px;
  z-index: 1000;
  top: -5px;
  right: -5px;
  animation: pulse 8s infinite;
}

@media screen and (min-width: 1024px) {
  .attention-badge-sm {
    width: 20px;
    height: 20px;
    top: -4px;
    right: -4px;
  }
}

@keyframes pulse {
  0% {
    transform: scale(1) rotate(25deg);
  }
  92% {
    transform: scale(1) rotate(25deg);
  }
  94% {
    transform: scale(1.4) rotate(25deg);
  }
  96% {
    transform: scale(.9) rotate(25deg);
  }
  98% {
    transform: scale(1.2) rotate(25deg);
  }
  100% {
    transform: scale(1) rotate(25deg);
  }
}

@keyframes pulse2 {
  0% {
    transform: scale(1);
  }
  92% {
    transform: scale(1);
  }
  94% {
    transform: scale(1.4);
  }
  96% {
    transform: scale(.9);
  }
  98% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}


/* HEAVY LOAD NOTE */
#note {
    position: absolute;
    z-index: 1001;
    top: 0;
    left: 0;
    right: 0;
    background: #ea5a00;
    color: #fff;
    font-weight: bold;
    text-align: center;
    height: auto;
    line-height: 1.5;
    padding: 10px;
    overflow: hidden;
    -webkit-box-shadow: 0 0 5px black;
    -moz-box-shadow:    0 0 5px black;
    box-shadow:         0 0 5px black;
}

@-webkit-keyframes slideDown {
    0% { -webkit-transform: translateY(-50px); }
    10%, 100% { -webkit-transform: translateY(0px); }
}
@-moz-keyframes slideDown {
    0% { -moz-transform: translateY(-50px); }
    10%, 100% { -moz-transform: translateY(0px); }
}

.cssanimations.csstransforms #note {
    -webkit-transform: translateY(-50px);
    -webkit-animation: slideDown 5.5s 1.0s 1 ease forwards;
    -moz-transform:    translateY(-50px);
    -moz-animation:    slideDown 5.5s 1.0s 1 ease forwards;
}

/*.cssanimations.csstransforms #close {
  display: none;
}*/

#close {
  cursor: pointer;
}


/*!
 * Load Awesome v1.1.0 (http://github.danielcardoso.net/load-awesome/)
 * Copyright 2015 Daniel Cardoso <@DanielCardoso>
 * Licensed under MIT
 */
.la-ball-atom,
.la-ball-atom > div {
    position: relative;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}
.la-ball-atom {
    display: block;
    font-size: 0;
    color: #fff;
}
.la-ball-atom.la-dark {
    color: #333;
}
.la-ball-atom > div {
    display: inline-block;
    float: none;
    background-color: currentColor;
    border: 0 solid currentColor;
}
.la-ball-atom {
    width: 32px;
    height: 32px;
}
.la-ball-atom > div:nth-child(1) {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    width: 60%;
    height: 60%;
    background: #aaa;
    border-radius: 100%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
         -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -webkit-animation: ball-atom-shrink 4.5s infinite linear;
       -moz-animation: ball-atom-shrink 4.5s infinite linear;
         -o-animation: ball-atom-shrink 4.5s infinite linear;
            animation: ball-atom-shrink 4.5s infinite linear;
}
.la-ball-atom > div:not(:nth-child(1)) {
    position: absolute;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    background: none;
    -webkit-animation: ball-atom-zindex 1.5s 0s infinite steps(2, end);
       -moz-animation: ball-atom-zindex 1.5s 0s infinite steps(2, end);
         -o-animation: ball-atom-zindex 1.5s 0s infinite steps(2, end);
            animation: ball-atom-zindex 1.5s 0s infinite steps(2, end);
}
.la-ball-atom > div:not(:nth-child(1)):before {
    position: absolute;
    top: 0;
    left: 0;
    width: 10px;
    height: 10px;
    margin-top: -5px;
    margin-left: -5px;
    content: "";
    background: currentColor;
    border-radius: 50%;
    opacity: .75;
    -webkit-animation: ball-atom-position 1.5s 0s infinite ease, ball-atom-size 1.5s 0s infinite ease;
       -moz-animation: ball-atom-position 1.5s 0s infinite ease, ball-atom-size 1.5s 0s infinite ease;
         -o-animation: ball-atom-position 1.5s 0s infinite ease, ball-atom-size 1.5s 0s infinite ease;
            animation: ball-atom-position 1.5s 0s infinite ease, ball-atom-size 1.5s 0s infinite ease;
}
.la-ball-atom > div:nth-child(2) {
    -webkit-animation-delay: .75s;
       -moz-animation-delay: .75s;
         -o-animation-delay: .75s;
            animation-delay: .75s;
}
.la-ball-atom > div:nth-child(2):before {
    -webkit-animation-delay: 0s, -1.125s;
       -moz-animation-delay: 0s, -1.125s;
         -o-animation-delay: 0s, -1.125s;
            animation-delay: 0s, -1.125s;
}
.la-ball-atom > div:nth-child(3) {
    -webkit-transform: rotate(120deg);
       -moz-transform: rotate(120deg);
        -ms-transform: rotate(120deg);
         -o-transform: rotate(120deg);
            transform: rotate(120deg);
    -webkit-animation-delay: -.25s;
       -moz-animation-delay: -.25s;
         -o-animation-delay: -.25s;
            animation-delay: -.25s;
}
.la-ball-atom > div:nth-child(3):before {
    -webkit-animation-delay: -1s, -.75s;
       -moz-animation-delay: -1s, -.75s;
         -o-animation-delay: -1s, -.75s;
            animation-delay: -1s, -.75s;
}
.la-ball-atom > div:nth-child(4) {
    -webkit-transform: rotate(240deg);
       -moz-transform: rotate(240deg);
        -ms-transform: rotate(240deg);
         -o-transform: rotate(240deg);
            transform: rotate(240deg);
    -webkit-animation-delay: .25s;
       -moz-animation-delay: .25s;
         -o-animation-delay: .25s;
            animation-delay: .25s;
}
.la-ball-atom > div:nth-child(4):before {
    -webkit-animation-delay: -.5s, -.125s;
       -moz-animation-delay: -.5s, -.125s;
         -o-animation-delay: -.5s, -.125s;
            animation-delay: -.5s, -.125s;
}
.la-ball-atom.la-sm {
    width: 16px;
    height: 16px;
}
.la-ball-atom.la-sm > div:not(:nth-child(1)):before {
    width: 4px;
    height: 4px;
    margin-top: -2px;
    margin-left: -2px;
}
.la-ball-atom.la-2x {
    width: 64px;
    height: 64px;
}
.la-ball-atom.la-2x > div:not(:nth-child(1)):before {
    width: 20px;
    height: 20px;
    margin-top: -10px;
    margin-left: -10px;
}
.la-ball-atom.la-3x {
    width: 96px;
    height: 96px;
}
.la-ball-atom.la-3x > div:not(:nth-child(1)):before {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-left: -15px;
}
/*
 * Animations
 */
@-webkit-keyframes ball-atom-position {
    50% {
        top: 100%;
        left: 100%;
    }
}
@-moz-keyframes ball-atom-position {
    50% {
        top: 100%;
        left: 100%;
    }
}
@-o-keyframes ball-atom-position {
    50% {
        top: 100%;
        left: 100%;
    }
}
@keyframes ball-atom-position {
    50% {
        top: 100%;
        left: 100%;
    }
}
@-webkit-keyframes ball-atom-size {
    50% {
        -webkit-transform: scale(.5, .5);
                transform: scale(.5, .5);
    }
}
@-moz-keyframes ball-atom-size {
    50% {
        -moz-transform: scale(.5, .5);
             transform: scale(.5, .5);
    }
}
@-o-keyframes ball-atom-size {
    50% {
        -o-transform: scale(.5, .5);
           transform: scale(.5, .5);
    }
}
@keyframes ball-atom-size {
    50% {
        -webkit-transform: scale(.5, .5);
           -moz-transform: scale(.5, .5);
             -o-transform: scale(.5, .5);
                transform: scale(.5, .5);
    }
}
@-webkit-keyframes ball-atom-zindex {
    50% {
        z-index: 10;
    }
}
@-moz-keyframes ball-atom-zindex {
    50% {
        z-index: 10;
    }
}
@-o-keyframes ball-atom-zindex {
    50% {
        z-index: 10;
    }
}
@keyframes ball-atom-zindex {
    50% {
        z-index: 10;
    }
}
@-webkit-keyframes ball-atom-shrink {
    50% {
        -webkit-transform: translate(-50%, -50%) scale(.8, .8);
                transform: translate(-50%, -50%) scale(.8, .8);
    }
}
@-moz-keyframes ball-atom-shrink {
    50% {
        -moz-transform: translate(-50%, -50%) scale(.8, .8);
             transform: translate(-50%, -50%) scale(.8, .8);
    }
}
@-o-keyframes ball-atom-shrink {
    50% {
        -o-transform: translate(-50%, -50%) scale(.8, .8);
           transform: translate(-50%, -50%) scale(.8, .8);
    }
}
@keyframes ball-atom-shrink {
    50% {
        -webkit-transform: translate(-50%, -50%) scale(.8, .8);
           -moz-transform: translate(-50%, -50%) scale(.8, .8);
             -o-transform: translate(-50%, -50%) scale(.8, .8);
                transform: translate(-50%, -50%) scale(.8, .8);
    }
}
