/* Generated by less 2.5.1 */
.font-brand {
  font-family: 'Montserrat', sans-serif;
}
.font-body {
  font-family: 'Roboto', sans-serif;
}
.font-body-cnd {
  font-family: 'Roboto Condensed', sans-serif;
}
.txt-alt {
  color: #004888;
}
.txt-highlight {
  color: #0074c8;
}
.txt-cta {
  color: #80bd01;
}
.alpha {
  padding-left: 0 !important;
}
.omega {
  padding-right: 0 !important;
}
body {
  background-color: #004888;
  font-family: 'Roboto', sans-serif;
  color: #585858;
  font-weight: 400;
}
b {
  font-weight: 500;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: initial;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
}
ul.null {
  list-style: none;
  padding: 0;
}
ul.null li {
  padding: 0;
}
.button,
.btn,
button {
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
  transition: all 2s;
  border-radius: 3px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
}
.button:focus,
.btn:focus,
button:focus,
.button:active,
.btn:active,
button:active {
  outline: none !important;
}
.button:hover,
.btn:hover,
button:hover {
  box-shadow: 0 8px 8px rgba(0, 0, 0, 0.25);
}
.button.btn-lg,
.btn.btn-lg,
button.btn-lg {
  font-size: 15px;
  min-width: 125px;
  width: auto;
}
.button.cta,
.btn.cta,
button.cta,
.button.main,
.btn.main,
button.main {
  background-color: #80bd01;
  color: white;
  transition: all 0.5s;
  height: 42px;
}
.button.cta:hover,
.btn.cta:hover,
button.cta:hover,
.button.main:hover,
.btn.main:hover,
button.main:hover {
  background-color: #86c603;
}
.button.cta:disabled,
.btn.cta:disabled,
button.cta:disabled,
.button.main:disabled,
.btn.main:disabled,
button.main:disabled {
  color: rgba(255, 255, 255, 0.1);
  background-color: rgba(0, 0, 0, 0.25);
  box-shadow: none;
}
.button.alt,
.btn.alt,
button.alt {
  background-color: transparent;
  box-shadow: none;
  font-weight: bold;
}
.button.alt.main,
.btn.alt.main,
button.alt.main,
.button.alt.cta,
.btn.alt.cta,
button.alt.cta {
  color: #80bd01;
}
.button.alt.main:hover,
.btn.alt.main:hover,
button.alt.main:hover,
.button.alt.cta:hover,
.btn.alt.cta:hover,
button.alt.cta:hover {
  background-color: #efefef;
}
input,
textarea {
  height: 42px;
  border-radius: 5px;
  border: solid 1px #dddddd;
  background-color: #fdfdfd;
  padding: 7px;
  width: 100%;
}
input:active,
textarea:active,
input:focus,
textarea:focus {
  outline: none;
  border: solid 2px #0074c8;
}
input.has-error,
textarea.has-error {
  border: solid 1px #c7002e;
}
input:disabled,
textarea:disabled {
  background-color: #efefef;
}
textarea {
  height: auto;
  resize: vertical;
}
.checkbox-ui input[type="checkbox"] {
  display: none;
}
.checkbox-ui input[type="checkbox"]:checked + label::before {
  content: 'x';
  line-height: 15px;
  border: solid 2px #0074c8;
  background-color: #0074c8;
  color: white;
}
.checkbox-ui label {
  padding: 5px;
  padding-left: 32px;
  width: 100%;
  font-weight: 400;
  font-size: 15px;
  color: #999999;
}
.checkbox-ui label:hover::before {
  border: solid 2px #0074c8;
  background-color: #fdfdfd;
}
.checkbox-ui label::before {
  content: '';
  text-align: center;
  line-height: 16px;
  color: #dddddd;
  font-weight: bold;
  display: inline-block;
  height: 21px;
  width: 21px;
  border: solid 2px #dddddd;
  margin-right: 5px;
  position: absolute;
  left: 5px;
  border-radius: 5px;
  transition: all 0.3s;
}
.radio-ui input[type="radio"] {
  display: none;
}
.radio-ui input[type="radio"]:checked + label::before {
  content: '';
  line-height: 15px;
  color: white;
  border: solid 6px #0074c8;
}
.radio-ui label {
  padding: 5px;
  padding-left: 32px;
  width: 100%;
  font-weight: 400;
  font-size: 15px;
  color: #999999;
}
.radio-ui label:hover::before {
  border: solid 2px #0074c8;
  background-color: #fdfdfd;
}
.radio-ui label::before {
  content: '';
  line-height: 16px;
  color: #dddddd;
  font-weight: bold;
  display: inline-block;
  height: 21px;
  width: 21px;
  border: solid 2px #dddddd;
  margin-right: 5px;
  position: absolute;
  left: 5px;
  border-radius: 50%;
  transition: all 0.1s;
  text-align: center;
  padding-top: 2px;
  text-align: left;
  font-size: 72px;
}
.input-label {
  color: #004888;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 16px;
}
a {
  color: #80bd01;
  font-weight: bold;
  transition: all: 0.5s;
}
a:hover {
  color: #86c603;
  border-bottom: solid 1px;
  text-decoration: none;
}
header {
  padding: 15px;
  margin-bottom: 15px;
}
header .brand h1 {
  color: white;
  font-size: 20px;
  font-family: 'Montserrat', sans-serif;
  display: inline-block;
}
.helper {
  width: 100%;
  display: none;
}
.helper img {
  margin-bottom: 25px;
}
.zanahoria {
  width: auto;
  position: relative;
  display: inline-block;
}
header .zanahoria {
  float: right;
  margin-top: 20px;
}
.zanahoria .bar {
  width: 75%;
  height: 1px;
  position: absolute;
  top: 50%;
  background-color: #efefef;
}
.zanahoria ul {
  list-style: none;
}
.zanahoria ul li {
  text-align: center;
  display: inline-block;
  background-color: #efefef;
  width: 24px;
  height: 24px;
  line-height: 20px;
  border-radius: 50%;
  margin-left: 16px;
  float: left;
  position: relative;
  top: 10px;
}
.zanahoria ul li.reward {
  width: 42px;
  height: 42px;
  line-height: 42px;
  top: 0 !important;
}
.zanahoria ul li:first-of-type {
  margin: 0 !important;
}
.zanahoria ul li.xl {
  width: 42px;
  height: 42px;
  line-height: 40px;
  margin-left: 30px;
  top: 15px;
}
.zanahoria ul li.xl.reward {
  width: 72px;
  height: 72px;
  line-height: 72px;
}
.ch-item {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: relative;
  cursor: default;
  box-shadow: inset 0 0 0 0 #0074c8, inset 0 0 0 16px #efefef, 0 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  /*
        .animated{
            animation-duration: 4s;
           //animation-iteration-count: infinite;
            //animation-direction: alternate;
        }
        &.animated-1{
            .animated;
            animation-name: ch-item-animated;
            animation-delay: 0.2s;
            .ch-info{
                i{
                    .animated;
                    animation-name: ch-info-i-animated;
                    animation-delay:0.5s;
                }
            }
        }
        &.animated-2{
            .animated;
            animation-name: ch-item-animated;
            animation-delay: 0.7s;
            .ch-info{
                i{
                    .animated;
                    animation-name: ch-info-i-animated;
                    animation-delay:1s;
                }
            }
        }
        &.animated-3{
            .animated;
            animation-name: ch-item-animated;
            animation-delay: 1.2s;
            .ch-info{
                i{
                    .animated;
                    animation-name: ch-info-i-animated;
                    animation-delay:1.5s;
                }
            }
        }
        &.animated-4{
            .animated;
            animation-name: ch-item-animated-xl;
            animation-delay: 1.7s;
            .ch-info{
                i{
                    .animated;
                    animation-name: ch-info-i-animated;
                    animation-delay:2s;
                }
            }
        }
        */
}
.ch-item.checked {
  box-shadow: inset 0 0 0 12px #0074c8, inset 0 0 0 1px #004888, 0 1px 2px rgba(0, 0, 0, 0.1);
}
.ch-item.checked .ch-info i {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.ch-item.checked .ch-info span {
  position: absolute;
  opacity: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-backface-visibility: hidden;
}
.reward .ch-item.checked,
.xl .ch-item.checked {
  box-shadow: inset 0 0 0 24px #0074c8, inset 0 0 0 5px #004888, 0 1px 2px rgba(0, 0, 0, 0.1);
}
.xl.reward .ch-item.checked {
  box-shadow: inset 0 0 0 120px #0074c8, inset 0 0 0 30px #004888, 0 1px 2px rgba(0, 0, 0, 0.1);
}
.ch-info {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  padding-top: 2px;
}
.ch-info i {
  color: white;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-backface-visibility: hidden;
}
.ch-info span {
  color: #999999;
  font-size: 10px;
  position: absolute;
  text-align: center;
  width: 100%;
  left: 0;
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.form-group {
  position: relative;
  margin-bottom: 18px;
}
.form-group .has-spinner {
  position: relative
}
.form-group .has-spinner .spinner {
  position: absolute;
  right: 7px;
  top: 7px;
  animation: spin 2s linear infinite;
}
.form-group .main-task {
  color: #004888;
  font-size: 18px;
  margin: 0;
  margin-bottom: 7px;
}
.form-group .about-task {
  font-size: 12px;
  color: #999999;
  margin: 0;
  margin-bottom: 7px;
  font-weight: 300;
}
.form-group .sub-task {
  font-size: 15px;
  color: #004888;
  margin: 0;
  margin-bottom: 7px;
}
.form-group .hints {
  color: #999999;
  padding-bottom: 7px;
  line-height: 1.2em;
}
.form-group .hints .pull-right {
  text-align: right;
}
.form-group .hints .radio-ui label {
  width: 25px;
  height: 25px;
  line-height: 25px;
  border-radius: 8px;
  font-size: 10px;
}
.form-group .hints .radio-ui label:hover {
  background-color: white;
  box-shadow: none;
  padding: 0;
  border: solid 1px #efefef;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
  color: #efefef;
  margin: 0;
  float: left;
  cursor: pointer;
}
@media (max-width: 767px) {
  .form-group .hints table.visible-xs {
    display: inline-block !important;
  }
}
.form-group.input-has-button button,
.form-group.input-has-button .button,
.form-group.input-has-button .btn {
  bottom: 0;
  right: 0;
  position: absolute;
  height: 42px;
  width: 42px;
  box-shadow: none;
  padding: 0;
}
.is-scale {
  margin-bottom: 14px;
}
.is-scale table {
  width: 100%;
  table-layout: fixed;
  display: table;
}
.is-scale .radio-ui {
  display: inline-block;
  display: table-cell;
  margin: 1px;
}
.is-scale .radio-ui input {
  display: none;
}
.is-scale .radio-ui input:checked + label {
  background-color: #80bd01;
  color: white;
  border-color: transparent;
}
.is-scale .radio-ui input:checked + label:hover {
  background-color: #80bd01;
  color: white;
}
.is-scale .radio-ui input:checked + label::before {
  content: none;
}
.is-scale .radio-ui label {
  padding: 0;
  border: solid 1px #efefef;
  max-width: 42px;
  width: 100%;
  height: 42px;
  line-height: 42px;
  border-radius: 15px;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
  color: #efefef;
  margin: 0;
  float: left;
  transition: all 0.5s;
  cursor: pointer;
}
.is-scale .radio-ui label::before {
  content: none;
}
.is-scale:hover label {
  background-color: rgba(221, 221, 221, 0.15);
  color: #80bd01;
  border-color: transparent;
}
.is-scale:hover label:hover {
  background-color: rgba(221, 221, 221, 0.45);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
}
.is-tabla.portlet {
  margin-bottom: 0;
}
.is-tabla.portlet:last-of-type {
  padding-bottom: 20px;
}
.is-tabla .content {
  padding: 0 30px;
}
.is-checkbox-options .checkbox-ui {
  transition: all 0.5s;
}
.is-checkbox-options .checkbox-ui:hover {
  background-color: #efefef;
}
.is-checkbox-options .checkbox-ui:hover input[type="checkbox"] + label::before {
  border-color: #80bd01;
}
.is-checkbox-options .checkbox-ui input[type="checkbox"]:checked + label::before {
  background-color: #80bd01;
  border-color: #80bd01;
}
.is-checkbox-options .checkbox-ui.otros label {
  margin-bottom: 0;
}
.is-checkbox-options .checkbox-ui.otros .input {
  display: none;
}
.is-checkbox-options .checkbox-ui.otros .input-container {
  margin-left: 40px;
  padding: 5px;
}
.is-checkbox-options .checkbox-ui.otros .input-container input:active,
.is-checkbox-options .checkbox-ui.otros .input-container input:focus {
  border-color: #80bd01;
}
.is-radio-options .radio-ui {
  transition: all 0.5s;
}
.is-radio-options .radio-ui:hover {
  background-color: #efefef;
}
.is-radio-options .radio-ui:hover input[type="radio"] + label::before {
  border-color: #80bd01;
}
.is-radio-options .radio-ui input[type="radio"]:checked + label::before {
  border-color: #80bd01;
}
.is-radio-options .radio-ui.otros label {
  margin-bottom: 0;
}
.is-radio-options .radio-ui.otros .input {
  display: none;
}
.is-radio-options .radio-ui.otros .input-container {
  margin-left: 40px;
  padding: 5px;
}
.is-dropdown .user-actions {
  border-radius: 5px;
  border: solid 1px #dddddd;
  background-color: #fdfdfd;
  padding: 0;
  width: 100%;
}
.is-dropdown .user-actions .toggle-dropdown {
  z-index: 999 !important;
  padding: 7px;
  width: 100% !important;
  height: 100% !important;
  cursor: pointer;
  height: 42px;
}
.is-dropdown .user-actions .toggle-dropdown i {
  float: right;
  right: 7px;
  width: 15px;
}
.is-dropdown .user-actions ul {
  height: 0;
  margin: 0;
  overflow: hidden;
  position: relative;
}
.is-dropdown .user-actions ul li {
  position: absolute;
  top: 0;
  height: auto;
  padding-right: 12px;
}
.is-dropdown .user-actions ul li:hover {
  background-color: #efefef;
}
.is-dropdown .checkbox-ui {
  background-color: white;
  box-shadow: 0 2px 2px rgba(221, 221, 221, 0.005);
  width: 100%;
  height: 100%;
  transition: all 1s;
}
.is-dropdown .checkbox-ui.select-all {
  z-index: 10;
}
.is-switch .switcher {
  position: relative;
  width: 100%;
  height: 100%;
}
.is-switch .switcher .the-switch {
  width: 60px;
  float: right;
  right: 0;
  top: 50%;
  margin-top: -16px;
  position: absolute;
}
.is-switch .switcher .the-switch .onoffswitch {
  position: relative;
  width: 60px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.is-switch .switcher .the-switch .onoffswitch-checkbox {
  display: none;
}
.is-switch .switcher .the-switch .onoffswitch-label {
  display: block;
  overflow: hidden;
  cursor: pointer;
  border-radius: 20px;
  height: 32px;
}
.is-switch .switcher .the-switch .onoffswitch-inner {
  display: block;
  width: 200%;
  margin-left: -100%;
  transition: margin 0.3s ease-in 0s;
}
.is-switch .switcher .the-switch .onoffswitch-inner:before,
.is-switch .switcher .the-switch .onoffswitch-inner:after {
  display: block;
  float: left;
  width: 50%;
  height: 32px;
  padding: 0;
  line-height: 32px;
  color: white;
  font-weight: bold;
  box-sizing: border-box;
}
.is-switch .switcher .the-switch .onoffswitch-inner:before {
  content: 'Si';
  padding-left: 10px;
  background-color: #80bd01;
  text-align: left;
}
.is-switch .switcher .the-switch .onoffswitch-inner:after {
  content: '';
  padding-right: 7px;
  background-color: #dddddd;
  text-align: right;
  color: #999999;
}
.is-switch .switcher .the-switch .onoffswitch-switch {
  display: block;
  width: 28px;
  height: 28px;
  margin: 2px;
  background: #FFFFFF;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 28px;
  border-radius: 20px;
  transition: all 0.3s ease-in 0s;
}
.is-switch .switcher .the-switch .onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
  margin-left: 0;
}
.is-switch .switcher .the-switch .onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
  right: 0px;
}
.is-switch .switcher .the-task {
  width: 100%;
  padding-right: 70px;
  line-height: 32px;
}
.is-switch .switcher .the-task p {
  margin: 0;
}
.is-open input:focus,
.is-open textarea:focus,
.is-open input:active,
.is-open textarea:active {
  border-color: #80bd01;
}
.is-grid .item {
  width: 100px;
  height: 100px;
  float: left;
  margin: 5px;
  position: relative;
  padding: 0;
  transition: all 0.2s;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
}
.is-grid .item i {
  position: absolute;
  width: 100%;
  text-align: center;
  font-size: 7em;
}
.is-grid .item label {
  padding: 5px;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  padding-top: 30%;
  text-align: center;
  color: white;
  position: relative;
  transition: all 0.5s;
}
.is-grid .item label span {
  font-size: 0.6em;
}
.is-grid .item label span.about-task {
  display: none;
}
.is-grid .item label::before {
  float: right;
  left: auto;
  right: 5px;
  top: 5px;
  margin-right: 0;
}
.is-grid .item label span {
  opacity: 0;
}
.is-grid .item:hover {
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.25);
}
.is-grid .item:hover label {
  background-color: #80bd01;
}
.is-grid .item:hover label:before {
  border-color: #80bd01;
}
.is-grid .item:hover label span {
  opacity: 1;
}
.is-grid .item.active {
  background-color: #80bd01;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
}
.is-grid .item.active input[type="checkbox"] + label::before {
  border-color: #80bd01;
  background-color: #80bd01;
}
.is-grid .item.active:hover label {
  z-index: 9;
  background-color: rgba(128, 189, 1, 0.5);
}
.is-grid .item.active i {
  z-index: 9;
  color: white;
}
.is-multiple-input .the-icon {
  color: #0074c8;
  margin-top: 5px;
  width: 57px;
  display: inline-block;
  text-align: center;
}
.is-multiple-input .input-has-button {
  max-width: 230px;
  text-align: left;
}
.is-multiple-input .input-has-button input {
  width: 120px;
}
.is-multiple-input .input-has-button input:hover,
.is-multiple-input .input-has-button input:active {
  border-color: #80bd01;
  border-width: 2px;
}
.is-multiple-input .input-has-button button.remove,
.is-multiple-input .input-has-button .button.remove,
.is-multiple-input .input-has-button .btn.remove {
  background-color: #efefef;
  color: #999999;
}
.is-multiple-input .input-has-button button.remove:hover,
.is-multiple-input .input-has-button .button.remove:hover,
.is-multiple-input .input-has-button .btn.remove:hover {
  background-color: #c7002e;
  color: white;
}
.is-multiple-input .agregar {
  max-width: 230px;
}
.is-multiple-input .agregar .the-icon {
  color: #dddddd;
}
.is-multiple-input .agregar .agregar-input {
  display: inline-block;
  width: 169px;
  padding-left: 12px;
  transition: all 0.5s;
}
.is-multiple-input .agregar .agregar-input:hover {
  background-color: #80bd01;
  color: white;
  border-color: #80bd01;
}
.will-fix {
  width: 100%;
  left: 0;
  top: 0;
  z-index: 99;
}
.will-fix.is-fixed {
  position: fixed;
}
.will-fix.is-fixed .portlet {
  background-color: rgba(255, 255, 255, 0.95);
}
.will-fix.is-fixed .portlet .content {
  padding-bottom: 0;
}
.will-fix.is-fixed .form-group {
  margin-bottom: 0;
}
.portlet {
  background: white;
  z-index: 10;
  position: relative;
  margin-bottom: 5px;
  box-shadow: 0 -15px 0 0 white, 0 0px 15px rgba(0, 0, 0, 0.5);
  margin-bottom: 20px;
}
.portlet .content {
  padding: 10px 30px;
  width: 100%;
  max-width: 500px;
  display: inline-block;
}
.portlet .content.is-inicio {
  max-width: 400px;
}
@media (max-width: 400px) {
  .portlet .content {
    padding: 10px 15px;
  }
}
.portlet .steps {
  width: 100%;
  position: absolute;
  z-index: -1;
  height: 12px;
  top: -12px;
}
.portlet .steps ul {
  width: 100%;
  display: table;
}
.portlet .steps ul li {
  display: table-cell;
  background-color: #dddddd;
  height: 12px;
  border: solid 1px #004888;
  border-bottom: 0;
}
.page-user-actions {
  padding-right: 25px;
  margin-bottom: 32px;
  margin-top: 15px;
}
.page-user-actions label,
.page-user-actions p {
  color: rgba(255, 255, 255, 0.5);
  font-weight: 400;
}
.page-user-actions input {
  margin-left: 15px;
}
.indicaciones.is-fixed {
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  z-index: 99;
  height: 200px;
  background-color: rgba(255, 255, 255, 0.9);
}
.scrollable.push {
  padding-top: 200px;
}
/*loader*/
.capa-loader {
  position: fixed;
  text-align: center;
  z-index: 9999;
  width: 100%;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 72, 136, 0.9);
}
.capa-loader p {
  color: white;
  font-size: 1.5em;
  font-weight: 100;
}
.loader,
.loader:before,
.loader:after {
  background: #ffffff;
  -webkit-animation: load1 1.2s infinite ease-in-out;
  animation: load1 1.2s infinite ease-in-out;
  width: 1.2em;
  height: 4em;
}
.loader:before,
.loader:after {
  position: absolute;
  top: 0;
  content: '';
}
.loader:before {
  left: -1.7em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.loader {
  display: inline-block;
  color: #ffffff;
  text-indent: -9999em;
  margin: 88px auto;
  position: relative;
  font-size: 11px;
  margin-top: 20%;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
.loader.lt-ie10 {
  margin: 0 0 -2px;
  background: url("http://i2.wp.com/www.thegreatnovelingadventure.com/wp-content/plugins/wp-polls/images/loading.gif") center center no-repeat;
  border: none;
  width: 16px;
  height: 16px;
}
.loader:after {
  left: 1.7em;
}
@-webkit-keyframes load1 {
  0%,
  10%,
  80%,
  100% {
    box-shadow: 0 0;
    height: 4em;
  }
  40% {
    box-shadow: 0 -2em;
    height: 5em;
  }
}
@keyframes load1 {
  0%,
  10%,
  80%,
  100% {
    box-shadow: 0 0;
    height: 4em;
  }
  40% {
    box-shadow: 0 -2em;
    height: 5em;
  }
}
@media screen and (max-width: 768px) {
  .visible-xs-inline {
    display: inline-block !important;
  }
}
@media screen and (min-width: 768px) {
  .visible-xs-inline {
    display: none !important;
  }
}
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}