/*!
 * Start Bootstrap - Clean Blog v3.3.7+1 (http://startbootstrap.com/template-overviews/clean-blog)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */


td {
  font-size: 16px;
}
h1,
h2,
h3,
h4,
h5,

a {
  color: #333333;
}

blockquote {
  color: #777777;
  font-style: italic;
}
hr.small {
  max-width: 100px;
  margin: 15px auto;
  border-width: 4px;
  border-color: white;
}


.outer_badge {
  display: inline-block; /* Inline elements with width and height. TL;DR they make the icon buttons stack from left-to-right instead of top-to-bottom */
  position: relative; /* All 'absolute'ly positioned elements are relative to this one */
  padding: 2px 5px; /* Add some padding so it looks nice */
}

.button_badge {
  background-color: #fa3e3e;
  border-radius: 2px;
  color: white;
 
  padding: 1px 3px;
  font-size: 10px;
  
  position: absolute; /* Position the badge within the relatively positioned button */
  top: 0;
  right: 0;
}

span.step {
  background: #f39c12;
  border-radius: 0.9em;
  -moz-border-radius: 0.9em;
  -webkit-border-radius: 0.9em;
  color: #ffffff;
  display: inline-block;
  font-weight: bold;
  line-height: 1.8em;
  margin-left: 5px;
  text-align: center;
  width: 1.8em;
  font-size: 12px; 
}

.small-box-footer {
    position: relative;
    text-align: center;
    padding: 3px 0;
    color: #fff;
    color: rgba(255, 255, 255, 0.8);
    display: block;
    z-index: 10;
    background: rgba(0, 0, 0, 0.1);
    text-decoration: none;
  }
/* importing from all  templates */


/*######################## end importing from all  templates ################ */
.error-action {
  
  margin-top:15px;
  margin-bottom:15px;
}
/*.error-actions .btn { margin-right:10px; }*/


.navbar-custom {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 3;
}
.navbar-custom .navbar-brand {
  font-weight: 800;
}
.navbar-custom .navbar-header .navbar-toggle {
  color: #777777;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 12px;
}
.navbar-custom .nav li a {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1px;
}

  

    p{
        font-weight: 400;
        font-style: normal;
        font-size: 21px;
        line-height: 1.58;
        letter-spacing: -.003em;
        margin-top: 29px;
        color: rgba(0,0,0,.8);
        padding-top: 0px;
        margin-bottom: 0px;
    }
    .description-p {
      font-size: 14px;
        line-height: 1.1;
        margin:0px;
    }
    h2,h3 {
        margin-bottom: 0px;
        margin-top: 30px;
        font-weight: 550;
    }
    article ul li {
        font-size: 21px;
    line-height: 1.58;
    margin-top: 5px;
    letter-spacing: -.003em;
    }

    article ol li {
        font-size: 21px;
    line-height: 1.58;
    margin-top: 5px;
    letter-spacing: -.003em;
    }
    .food-list li {
      font-size: 21px;
    line-height: 1.58;
    margin-top: 5px;
    letter-spacing: -.003em;  
    }
.question-margin{
  margin-top: 29px;
  padding-top: 0px;
  margin-bottom: 0px;
  /*background-color: #fff;*/
}

.question-margin2{
  margin-top: 16px;
  padding-top: 0px;
  margin-bottom: 0px;
  background-color: #fff;
}
.right_goal{
  font-weight: 500;
  font-size: 21px;
  line-height: 1.58;
  letter-spacing: -.003em;
  
}

.right_goal{
  font-weight: 500;
  font-size: 18px;
  line-height: 1.58;
  letter-spacing: -.003em;
  
}

.right_goal span {
  display:block;
  overflow:hidden;
  
}

.right_goal2 span {
  display:block;
  overflow:hidden;
  
}

article {
  padding-bottom: 50px;
}


@media only screen and (max-width: 768px) {


.right_goal{
  font-weight: 700;
  font-style: normal;
  font-size: 18px;
  line-height: 1.58;
  letter-spacing: -.004em;
}

h1 {
  font-size: 28px !important;
  text-align: center;
}

#home-h1{
font-weight: bold;
}
 
p{
        font-weight: 400;
        font-style: normal;
        font-size: 18px;
        line-height: 1.58;
        letter-spacing: -.004em;
        margin-top: 21px;
        color: rgba(0,0,0,.8);
        padding-top: 0px;
        margin-bottom: 0px;
    }
.description-p {
      font-size: 10px;
        line-height: 1.1;
        margin:0px;
    }
    h2,h3 {
        margin-bottom: 0px;
        margin-top: 30px;
        font-weight: 550;
    }
    article ul li {
        font-size: 18px;
    line-height: 1.58;
    letter-spacing: -.004em;
    margin-top: 5px;
    }

    article ol li {
        font-size: 18px;
    line-height: 1.58;
    letter-spacing: -.004em;
    margin-top: 5px;
    }
    .food-list li {
      font-size: 18px;
    line-height: 1.58;
    letter-spacing: -.004em;
    margin-top: 5px;
      
    }
}

@media only screen and (min-width: 768px) {



  .navbar-custom {
    background: transparent;
    border-bottom: 1px solid transparent;
  }
  .navbar-custom .navbar-brand {
    color: white;
    padding: 20px;
  }
  .navbar-custom .navbar-brand:hover,
  .navbar-custom .navbar-brand:focus {
    color: rgba(255, 255, 255, 0.8);
  }
  .navbar-custom .nav li a {
    color: white;
    padding: 20px;
  }
  .navbar-custom .nav li a:hover,
  .navbar-custom .nav li a:focus {
    color: rgba(255, 255, 255, 0.8);
  }
  .navbar-custom .nav li ul.dropdown-menu a {
    color: #333333;
  }
  .navbar-custom .nav li ul.dropdown-menu a:hover,
  .navbar-custom .nav li ul.dropdown-menu a:focus {
    color: #0085A1;
  }
}
@media only screen and (min-width: 1170px) {
  .navbar-custom {
    -webkit-transition: background-color 0.3s;
    -moz-transition: background-color 0.3s;
    transition: background-color 0.3s;
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .navbar-custom.is-fixed {
    /* when the user scrolls down, we hide the header right above the viewport */
    position: fixed;
    top: -61px;
    background-color: rgba(255, 255, 255, 0.9);
    border-bottom: 1px solid #f2f2f2;
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
  }
  .navbar-custom.is-fixed .navbar-brand {
    color: #333333;
  }
  .navbar-custom.is-fixed .navbar-brand:hover,
  .navbar-custom.is-fixed .navbar-brand:focus {
    color: #0085A1;
  }
  .navbar-custom.is-fixed .nav li a {
    color: #333333;
  }
  .navbar-custom.is-fixed .nav li a:hover,
  .navbar-custom.is-fixed .nav li a:focus {
    color: #0085A1;
  }
  .navbar-custom.is-visible {
    /* if the user changes the scrolling direction, we show the header */
    -webkit-transform: translate3d(0, 100%, 0);
    -moz-transform: translate3d(0, 100%, 0);
    -ms-transform: translate3d(0, 100%, 0);
    -o-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.intro-header {
  background-color: #777777;
  background: no-repeat center center;
  background-attachment: scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  margin-bottom: 50px;
}
.intro-header .site-heading,
.intro-header .post-heading,
.intro-header .page-heading {
  padding: 50px 0 25px;
  color: white;
}
@media only screen and (min-width: 768px) {
  .intro-header .site-heading,
  .intro-header .post-heading,
  .intro-header .page-heading {
    padding: 100px 0;
    min-height: 400px;
  }
}
.intro-header .site-heading,
.intro-header .page-heading {
  text-align: center;
}
.intro-header .site-heading h1,
.intro-header .page-heading h1 {
  margin-top: 0;
  font-size: 50px;
}
.intro-header .site-heading .subheading,
.intro-header .page-heading .subheading {
  font-size: 24px;
  line-height: 1.1;
  display: block;
  font-weight: 300;
  margin: 10px 0 0;
}
@media only screen and (min-width: 768px) {
  .intro-header .site-heading h1,
  .intro-header .page-heading h1 {
    font-size: 80px;
  }
}
.intro-header .post-heading h1 {
  font-size: 35px;
}
.intro-header .post-heading .subheading,
.intro-header .post-heading .meta {
  line-height: 1.1;
  display: block;
}
.intro-header .post-heading .subheading {
  font-size: 24px;
  margin: 10px 0 30px;
  font-weight: 600;
}
.intro-header .post-heading .meta {
  font-style: italic;
  font-weight: 300;
  font-size: 20px;
}
.intro-header .post-heading .meta a {
  color: white;
}
@media only screen and (min-width: 768px) {
  .intro-header .post-heading h1 {
    font-size: 55px;
  }
  .intro-header .post-heading .subheading {
    font-size: 30px;
  }
}
.post-preview > a {
  color: #333333;
}
.post-preview > a:hover,
.post-preview > a:focus {
  text-decoration: none;
  color: #0085A1;
}
.post-preview > a > .post-title {
  font-size: 30px;
  margin-top: 30px;
  margin-bottom: 10px;
}
.post-preview > a > .post-subtitle {
  margin: 0;
  font-weight: 300;
  margin-bottom: 10px;
}
.post-preview > .post-meta {
  color: #777777;
  font-size: 18px;
  font-style: italic;
  margin-top: 0;
}
.post-preview > .post-meta > a {
  text-decoration: none;
  color: #333333;
}
.post-preview > .post-meta > a:hover,
.post-preview > .post-meta > a:focus {
  color: #0085A1;
  text-decoration: underline;
}
@media only screen and (min-width: 768px) {
  .post-preview > a > .post-title {
    font-size: 36px;
  }
}
.section-heading {
  font-size: 36px;
  margin-top: 60px;
  font-weight: 700;
}
.caption {
  text-align: center;
  font-size: 14px;
  padding: 10px;
  font-style: italic;
  margin: 0;
  display: block;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
footer {
  padding: 50px 0 65px;
}
footer .list-inline {
  margin: 0;
  padding: 0;
}
footer .copyright {
  font-size: 14px;
  text-align: center;
  margin-bottom: 0;
}
.floating-label-form-group {
  font-size: 14px;
  position: relative;
  margin-bottom: 0;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #eeeeee;
}
.floating-label-form-group input,
.floating-label-form-group textarea {
  z-index: 1;
  position: relative;
  padding-right: 0;
  padding-left: 0;
  border: none;
  border-radius: 0;
  font-size: 1.5em;
  background: none;
  box-shadow: none !important;
  resize: none;
}
.floating-label-form-group label {
  display: block;
  z-index: 0;
  position: relative;
  top: 2em;
  margin: 0;
  font-size: 0.85em;
  line-height: 1.764705882em;
  vertical-align: middle;
  vertical-align: baseline;
  opacity: 0;
  -webkit-transition: top 0.3s ease,opacity 0.3s ease;
  -moz-transition: top 0.3s ease,opacity 0.3s ease;
  -ms-transition: top 0.3s ease,opacity 0.3s ease;
  transition: top 0.3s ease,opacity 0.3s ease;
}
.floating-label-form-group:not(:first-child) {
  padding-left: 14px;
  border-left: 1px solid #eeeeee;
}
.floating-label-form-group-with-value label {
  top: 0;
  opacity: 1;
}
.floating-label-form-group-with-focus label {
  color: #0085A1;
}
form .row:first-child .floating-label-form-group {
  border-top: 1px solid #eeeeee;
}
/*.btn {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 1px;
  border-radius: 0;
  padding: 15px 25px;
}
.btn-lg {
  font-size: 16px;
  padding: 25px 35px;
}
.btn-default:hover,
.btn-default:focus {
  background-color: #0085A1;
  border: 1px solid #0085A1;
  color: white;
}*/
.pager {
  margin: 20px 0 0;
}
.pager li > a,
.pager li > span {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 1px;
  padding: 15px 25px;
  background-color: white;
  border-radius: 0;
}
.pager li > a:hover,
.pager li > a:focus {
  color: white;
  background-color: #0085A1;
  border: 1px solid #0085A1;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777777;
  background-color: #333333;
  cursor: not-allowed;
}
::-moz-selection {
  color: white;
  text-shadow: none;
  background: #0085A1;
}
::selection {
  color: white;
  text-shadow: none;
  background: #0085A1;
}
img::selection {
  color: white;
  background: transparent;
}
img::-moz-selection {
  color: white;
  background: transparent;
}
body {
  -webkit-tap-highlight-color: #0085A1;
   /* ------------------- normal ---------------- */
  --n-one: #0a4c93;
  --n-two: #0c62af;
  --n-three: #138cd6;
  --n-four: #61ccf2;
  --n-five: #90e5fc;
  /* ------------------- danger --------------------- */
  --d-one: #b23d3b;
  --d-two: #dd2222;
  --d-three: #f34645;
  --d-four: #ff7a78;
  --d-five: #ffc8c8;
  /* ------------------- warning --------------------- */
  --w-one: #d85005;
  --w-two: #ea6f32;
  --w-three: #ea8428;
  --w-four: #efa66a;
  --w-five: #efc19e;
  /* ------------------- success --------------------- */
  --s-one: #007565;
  --s-two: #009f89;
  --s-three: #13cfb9;
  --s-four: #42d9c7;
  --s-five: #a9e9df;
  /* ------------------- hidden --------------------- */
  --h-one: #19242d;
  --h-two: #2b373f;
  --h-three: #474e51;
  --h-four: #7c7e7f;
  --h-five: #adadad;
  /* ------------------- active --------------------- */
  --a-one: var(--n-one);
  --a-two: var(--n-two);
  --a-three: var(--n-three);
  --a-four: var(--n-four);
  --a-five: var(--n-five);
  /* -----------------------   Actions   --------------------- */
  --main-width: 200px;
}

.layer {
    background-color: rgba(0, 0, 0, 0.7);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.recipe-image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.star-ratings {
  unicode-bidi: bidi-override;
  color: #c5c5c5;
  font-size: 50px;
  height: 50px;
  width: 250px;
  margin: 1em auto;
  position: relative;
  padding: 0;
}
  
  .star-ratings .star-ratings-top {
    color: gold;
    padding: 0;
    position: absolute;
    z-index: 1;
    display:block;
    left: 0px;
    overflow: hidden;
  }
 .star-ratings .star-ratings-bottom { z-index: 0; }

.block {
    display: inline-block;
    width: 157px;
}
.star-ratings-css {
  unicode-bidi: bidi-override;
  color: #c5c5c5;
  font-size: 25px;
  height: 25px;
  width: 125px;
  position: relative;
  padding: 0;
  text-shadow: 0px 1px 0 #a2a2a2;
  }
  .star-ratings-css .star-ratings-css-top {
    color: gold;
    padding: 0;
    position: absolute;
    z-index: 1;
    display: block;
    top: 0;
    left: 0;
    overflow: hidden;
  }
  .star-ratings-css .star-ratings-css-bottom {
    padding: 0;
    display: block;
    z-index: 0;
  }

  /* Start Navigation */
/*.navbar {
    background: white;
    border: none;
    border-radius: 0;
}

.navbar-brand img {
    height: 20px;
}*/

/*.navbar-nav>li>a {
    text-transform: uppercase;
    font-size: 0.65em;
    color: #111;
    padding: 10px 20px;
}
*/
/*.navbar-nav>li>a.btn {
    padding: 5px 10px;
    margin: 5px 17px;
}*/

@media (min-width: 768px) {
    /*.navbar-nav>li>a {
        padding-top: 20px;
        padding-bottom: 20px;
    }*/

    /*.navbar-nav>li>a.btn {
        margin-top: 15px;
        margin-bottom: 15px;
    }*/
}

.navbar-brand {
    float: left;
    height: 50px;
    padding: 20px 15px;
    font-size: 18px;
    line-height: 20px;
}

.flat-butt {
  display: inline-block;
  margin: 0 5px;
  border-radius: 6px;
  font-size: 16.5px;
  padding: 12px 20px;
  border: 0;
  background: #34495E;
  color: #FFF;
  cursor: pointer;
  outline: 0;
}
.flat-butt:hover {
  background: #005580;
}
.flat-primary-butt {
  background: #1abc9c;
}

.flat-warning-butt{
  background: #0275d8;
}
.flat-warning-butt:hover{
  background-color: #00b3db;
}
.flat-primary-butt:hover {
  background: #2fe2bf;
}

.overlay {
    position:absolute;
    left:0;
    top:0;
    background: rgba(255,255,255,.7);
    width:100%;
    height:100%;
    z-index: 999;

}

.overlay-object {
        display: inline-block;
        width:100%;
        text-align:center;
        vertical-align:middle;
        overflow:hidden;
        margin: 0 auto;
        position: relative;
        top: 10%;
        
}

.ingredients_class {
    width: 250px !important;
}

#ingredients td {
    max-width: 250px;
}

.unit_class {
    width:100px;
}

table {
  background: #f5f5f5;
  border-collapse: separate;
  box-shadow: inset 0 1px 0 #fff;
  line-height: 24px;
  border: 1px solid #38678f;
  background: white;
}

.table>thead>tr>th {
  background: steelblue;
  text-align: center;
  height: 54px;
  font-weight: lighter;
  text-shadow: 0 1px 0 #38678f;
  color: white;
  border: 1px solid #38678f;
  box-shadow: inset 0px 1px 2px #568ebd;
  transition: all 0.2s;
  font-size: 16px;
  font-weight: bold;
}

tr {
  border-bottom: 1px solid #fff;
}

tr:last-child {
  border-bottom: 0px;
}

.table-bordered>tbody>tr>td {
  border-right: 1px solid #fff;
  padding: 10px;
  transition: all 0.2s;
  background-color: #fff;
}
.table-bordered>tbody>tr>td:last-child {
  border-right: 0px;
}
.unindent {
    margin-left: 0px;
    padding-left: 0px;
}

.bot-box {
  width: var(--main-width);
  height: var(--main-width);
  max-width: var(--main-width);
  max-height: var(--main-width);
  overflow: hidden;
}

.spirabot {
  width: 100%;
  height: 100%;
  position: relative;
  /* border: 1px solid #000; */
}

.spirabot * {
  max-width: 100%;
  max-height: 100%;
}

/* =============================   DEFAULT   ============================== */

/* =============================   POSITIONS   ============================ */

.head {
  max-width: 40%;
  position: absolute;
  top: 15%;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 12;
}

.eyes-sad {
  position: absolute;
  top: 45%;
  left: 0;
  right: 0;
  margin: 0 auto;
  content: "";
  width: 55%;
  height: 6%;
  background-color: var(--a-five);
  z-index: 13;
}

.eyes-happy {
  position: absolute;
  top: 63%;
  left: 0;
  right: 0;
  margin: 0 auto;
  content: "";
  width: 55%;
  height: 6%;
  background-color: var(--a-five);
  z-index: 13;
}

.body {
  max-width: 48%;
  position: absolute;
  top: 38%;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 11;
}

.body-badge {
  max-width: 10%;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 12;
}

.rotator {
    max-width: 10%;
    position: absolute;
    top: 40%;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 11;
    padding: 0;
}

.rotator>img {
  width: 100%;
}

.right-hand {
  max-width: 14%;
  position: absolute;
  left: 0;
  right: 0;
  top: 46%;
  bottom: 0;
  margin-left: 20%;
  z-index: 12;
}

.left-hand {
  max-width: 14%;
  position: absolute;
  right: 0;
  top: 46%;
  bottom: 0;
  left: 0;
  z-index: 12;
  margin-left: 68%;
}

.right-fore-arm, .left-fore-arm {
  max-width: 80%;
}

.right-arm {
  position: absolute;
  top: 10%;
  left: -40%;
  right: 0;
}

.left-arm {
  position: absolute;
  top: 10%;
  right: -20%;
  left: 20%;
}

.thruster {
  max-width: 18%;
  position: absolute;
  right: 0;
  top: 60%;
  bottom: 0;
  left: 0;
  z-index: 10;
  margin: 0 auto;
}

.thruster>svg {
  max-width: 80%;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 10;
}

.controller {
  min-height: 10%;
  max-width: 60%;
  position: absolute;
  top: 13%;
  left: 0;
  right: 0;
  margin: 0 auto;
  /* background-color: #000; */
  overflow: hidden;
  border-bottom-left-radius: 2em;
  border-bottom-right-radius: 2em;
  z-index: 9;
}

.front-controller {
  position: absolute;
  width: 150%;
  max-width: 150%;
  z-index: 10;
  left: 0;
  right: auto;
}

.rear-controller {
  position: absolute;
  width: 140%;
  max-width: 140%;
  z-index: 10;
  left: 0;
  right: auto;
  z-index: 8;
}

.ball {
  max-width: 30%;
  border-radius: 50%;
  background-color: var(--a-five);
  position: absolute;
  top: -40%;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 10;
}

.shadow-box {
    position: absolute;
    left: 40px;
    top: calc( var(--main-width) - 30px);
    width: 150px !important;
    height: 50px !important;
    text-align: center;
}

.shadow {
  background-color: #000a;
  border-radius: 50%;
  width: 30px;
  height: 5px;
  margin: 0 auto;
  box-shadow: 0 0 10px #000;
}

/* =============================   POSITIONS   ============================ */

/* ==============================   @KEYFRAMES   =========================== */

@keyframes rotator {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes mehup {
  0% {
    transform: translatey(0);
  }
  10% {
    transform: translatey(80%);
  }
  90% {
    transform: translatey(80%);
  }
  100% {
    transform: translatey(0);
  }
}

@keyframes mehdown {
  0% {
    transform: translatey(0);
  }
  10% {
    transform: translatey(-80%);
  }
  90% {
    transform: translatey(-80%);
  }
  100% {
    transform: translatey(0);
  }
}

@keyframes blinkup {
  0% {
    transform: translatey(0);
  }
  50% {
    transform: translatey(0);
  }
  54% {
    transform: translatey(120%);
  }
  56% {
    transform: translatey(120%);
  }
  60% {
    transform: translatey(0);
  }
  100% {
    transform: translatey(0);
  }
}

@keyframes blinkdown {
  0% {
    transform: translatey(0);
  }
  50% {
    transform: translatey(0);
  }
  54% {
    transform: translatey(-120%);
  }
  56% {
    transform: translatey(-120%);
  }
  60% {
    transform: translatey(0);
  }
  100% {
    transform: translatey(0);
  }
}

@keyframes shutup {
  0% {
    transform: translatey(0);
  }
  100% {
    transform: translatey(120%);
  }
}

@keyframes shutdown {
  0% {
    transform: translatey(0);
  }
  100% {
    transform: translatey(-120%);
  }
}

@keyframes rhandraise {
  0% {
    transform: rotate(0);
    transform-origin: 60% 5%;
  }
  10% {
    transform: rotate(60deg);
    transform-origin: 60% 5%;
  }
  90% {
    transform: rotate(60deg);
    transform-origin: 60% 5%;
  }
  100% {
    transform: rotate(0);
    transform-origin: 60% 5%;
  }
}

@keyframes lhandraise {
  0% {
    transform: rotate(0);
    transform-origin: 18% 0%;
  }
  10% {
    transform: rotate(-60deg);
    transform-origin: 18% 0%;
  }
  90% {
    transform: rotate(-60deg);
    transform-origin: 18% 0%;
  }
  100% {
    transform: rotate(0);
    transform-origin: 18% 0%;
  }
}

@keyframes wave {
  0% {
    transform: rotate(0);
    transform-origin: 45% 20%;
  }
  10% {
    transform: rotate(140deg);
    transform-origin: 45% 20%;
  }
  50% {
    transform: rotate(100deg);
    transform-origin: 45% 20%;
  }
  90% {
    transform: rotate(140deg);
    transform-origin: 45% 20%;
  }
  100% {
    transform: rotate(0);
    transform-origin: 45% 20%;
  }
}

@keyframes ryay {
  0% {
    transform: rotate(0);
    transform-origin: 45% 20%;
  }
  10% {
    transform: rotate(100deg);
    transform-origin: 45% 20%;
  }
  90% {
    transform: rotate(100deg);
    transform-origin: 45% 20%;
  }
  100% {
    transform: rotate(0);
    transform-origin: 45% 20%;
  }
}

@keyframes lyay {
  0% {
    transform: rotate(0);
    transform-origin: 60% 20%;
  }
  10% {
    transform: rotate(-90deg);
    transform-origin: 60% 20%;
  }
  90% {
    transform: rotate(-90deg);
    transform-origin: 60% 20%;
  }
  100% {
    transform: rotate(0);
    transform-origin: 60% 20%;
  }
}

@keyframes danger {
  0% {
    /* --a-one: var(--n-one);
        --a-two: var(--n-two); */
    --a-three: var(--n-three);
    --a-four: var(--n-four);
    --a-five: var(--n-five);
  }
  5% {
    /* --a-one: var(--d-one);
        --a-two: var(--d-two); */
    --a-three: var(--d-three);
    --a-four: var(--d-four);
    --a-five: var(--d-five);
  }
  95% {
    /* --a-one: var(--d-one);
        --a-two: var(--d-two); */
    --a-three: var(--d-three);
    --a-four: var(--d-four);
    --a-five: var(--d-five);
  }
  100% {
    /* --a-one: var(--n-one);
        --a-two: var(--n-two); */
    --a-three: var(--n-three);
    --a-four: var(--n-four);
    --a-five: var(--n-five);
  }
}

@keyframes warning {
  0% {
    /* --a-one: var(--n-one);
        --a-two: var(--n-two); */
    --a-three: var(--n-three);
    --a-four: var(--n-four);
    --a-five: var(--n-five);
  }
  5% {
    /* --a-one: var(--w-one);
        --a-two: var(--w-two); */
    --a-three: var(--w-three);
    --a-four: var(--w-four);
    --a-five: var(--w-five);
  }
  95% {
    /* --a-one: var(--w-one);
        --a-two: var(--w-two); */
    --a-three: var(--w-three);
    --a-four: var(--w-four);
    --a-five: var(--w-five);
  }
  100% {
    /* --a-one: var(--n-one);
        --a-two: var(--n-two); */
    --a-three: var(--n-three);
    --a-four: var(--n-four);
    --a-five: var(--n-five);
  }
}

@keyframes success {
  0% {
    /* --a-one: var(--n-one);
        --a-two: var(--n-two); */
    --a-three: var(--n-three);
    --a-four: var(--n-four);
    --a-five: var(--n-five);
  }
  5% {
    /* --a-one: var(--s-one);
        --a-two: var(--s-two); */
    --a-three: var(--s-three);
    --a-four: var(--s-four);
    --a-five: var(--s-five);
  }
  95% {
    /* --a-one: var(--s-one);
        --a-two: var(--s-two); */
    --a-three: var(--s-three);
    --a-four: var(--s-four);
    --a-five: var(--s-five);
  }
  100% {
    /* --a-one: var(--n-one);
        --a-two: var(--n-two); */
    --a-three: var(--n-three);
    --a-four: var(--n-four);
    --a-five: var(--n-five);
  }
}

@keyframes stop {
  0% {
    /* --a-one: var(--n-one);
        --a-two: var(--n-two); */
    --a-three: var(--n-three);
    --a-four: var(--n-four);
    --a-five: var(--n-five);
  }
  100% {
    /* --a-one: var(--h-one);
        --a-two: var(--h-two); */
    --a-three: var(--h-three);
    --a-four: var(--h-four);
    --a-five: var(--h-five);
  }
}

@keyframes goright {
  0% {
    left: 0;
  }
  50% {
    left: -50%;
  }
  100% {
    left: 0;
  }
}

@keyframes floater {
  0% {
    margin-top: 0;
  }
  20% {
    margin-top: 8%;
  }
  50% {
    margin-top: 1%;
  }
  70% {
    margin-top: 5%;
  }
  100% {
    margin-top: 0;
  }
}

@keyframes shadows {
  0% {
    width: 30px;
    height: 5px;
    background-color: #0000;
    box-shadow: 0 0 10px #0000;
  }
  20% {
    width: 90px;
    height: 20px;
    background-color: #0008;
    box-shadow: 0 0 10px #0008;
  }
  50% {
    width: 40px;
    height: 10px;
    background-color: #0001;
    box-shadow: 0 0 10px #0001;
  }
  70% {
    width: 60px;
    height: 20px;
    background-color: #0005;
    box-shadow: 0 0 10px #0005;
  }
  100% {
    width: 30px;
    height: 5px;
    background-color: #0000;
    box-shadow: 0 0 10px #0000;
  }
}

@keyframes pusher {
  0% {
    top: -40%;
    max-width: 30%;
    background-color: var(--a-five);
  }
  20% {
    top: 11%;
    max-width: 80%;
    background-color: var(--a-two);
  }
  50% {
    top: -20%;
    max-width: 40%;
    background-color: var(--a-five);
  }
  70% {
    top: 5%;
    max-width: 70%;
    background-color: var(--a-two);
  }
  100% {
    top: -40%;
    max-width: 30%;
    background-color: var(--a-five);
  }
}

@keyframes rhlame {
  0% {
    transform-origin: 65% 2%;
    transform: rotate(0);
  }
  10% {
    transform-origin: 65% 2%;
    transform: rotate(-40deg);
  }
  90% {
    transform-origin: 65% 2%;
    transform: rotate(-40deg);
  }
  100% {
    transform-origin: 65% 2%;
    transform: rotate(0);
  }
}

@keyframes ralame {
  0% {
    transform-origin: 30% 22%;
    transform: rotate(0);
  }
  10% {
    transform-origin: 30% 22%;
    transform: rotate(45deg);
  }
  90% {
    transform-origin: 30% 22%;
    transform: rotate(45deg);
  }
  100% {
    transform-origin: 30% 22%;
    transform: rotate(0);
  }
}

@keyframes lhlame {
  0% {
    transform-origin: 25% 7%;
    transform: rotate(0);
  }
  10% {
    transform-origin: 25% 7%;
    transform: rotate(40deg);
  }
  90% {
    transform-origin: 25% 7%;
    transform: rotate(40deg);
  }
  100% {
    transform-origin: 25% 7%;
    transform: rotate(0);
  }
}

@keyframes lalame {
  0% {
    transform-origin: 70% 20%;
    transform: rotate(0);
  }
  10% {
    transform-origin: 70% 20%;
    transform: rotate(-45deg);
  }
  90% {
    transform-origin: 70% 20%;
    transform: rotate(-45deg);
  }
  100% {
    transform-origin: 70% 20%;
    transform: rotate(0);
  }
}

@keyframes rthink {
  0% {
    transform-origin: 71% 4%;
    transform: rotate(0);
  }
  10% {
    transform-origin: 71% 4%;
    transform: rotate(-118deg);
  }
  90% {
    transform-origin: 71% 4%;
    transform: rotate(-118deg);
  }
  100% {
    transform-origin: 71% 4%;
    transform: rotate(0);
  }
}

@keyframes rhin {
  0% {
    transform-origin: 70% 3%;
    transform: rotate(0deg);
    top: 46%;
  }
  100% {
    transform-origin: 70% 3%;
    transform: rotate(-90deg);
    top: 80%;
  }
}

@keyframes rain {
  0% {
    transform-origin: 45% 25%;
    transform: rotate(0deg);
  }
  100% {
    transform-origin: 45% 25%;
    transform: rotate(220deg);
  }
}

@keyframes lhin {
  0% {
    transform-origin: 20% 5%;
    transform: rotate(0deg);
    top: 46%;
  }
  100% {
    transform-origin: 20% 5%;
    transform: rotate(90deg);
    top: 80%;
  }
}

@keyframes lain {
  0% {
    transform-origin: 55% 25%;
    transform: rotate(0deg);
  }
  100% {
    transform-origin: 55% 25%;
    transform: rotate(-215deg);
  }
}

@keyframes rhout {
  0% {
    transform-origin: 70% 3%;
    transform: rotate(-90deg);
    top: 80%;
  }
  100% {
    transform-origin: 70% 3%;
    transform: rotate(0deg);
    top: 46%;
  }
}

@keyframes raout {
  0% {
    transform-origin: 45% 25%;
    transform: rotate(220deg);
  }
  100% {
    transform-origin: 45% 25%;
    transform: rotate(0deg);
  }
}

@keyframes lhout {
  0% {
    transform-origin: 20% 5%;
    transform: rotate(90deg);
    top: 80%;
  }
  100% {
    transform-origin: 20% 5%;
    transform: rotate(0deg);
    top: 46%;
  }
}

@keyframes laout {
  0% {
    transform-origin: 55% 25%;
    transform: rotate(-215deg);
  }
  100% {
    transform-origin: 55% 25%;
    transform: rotate(0deg);
  }
}

@keyframes land {
  0% {
    position: relative;
    bottom: auto;
  }
  100% {
    position: absolute;
    bottom: 0;
  }
}

@keyframes hud {
  0% {
    top: 15%;
  }
  100% {
    top: 55%;
  }
}

@keyframes bud {
  0% {
    top: 38%;
  }
  100% {
    top: 70%;
  }
}

@keyframes tud {
  0% {
    top: 60%;
  }
  100% {
    top: 90;
  }
}

@keyframes hdu {
  0% {
    top: 55%;
  }
  100% {
    top: 15%;
  }
}

@keyframes bdu {
  0% {
    top: 70%;
  }
  100% {
    top: 38%;
  }
}

@keyframes tdu {
  0% {
    top: 90%;
  }
  100% {
    top: 60%;
  }
}

/* ==============================   @KEYFRAMES   =========================== */

/* ==============================   ANIMATIONS   =========================== */

.rotator>svg {
  animation: rotator 1s infinite linear;
}

.eyes-sad {
  animation: blinkup 5s infinite;
}

.eyes-happy {
  animation: blinkdown 5s infinite;
}

.front-controller {
  animation: goright 5s infinite ease-in-out;
}

.rear-controller {
  animation: goright 5s 2.5s infinite ease-in-out;
}

.spirabot {
  animation: floater 10s infinite ease-in-out;
}

.shadow {
  animation: shadows 10s infinite ease-in-out;
}

.ball {
  animation: pusher 10s infinite ease-in-out;
}

.box1 {
  width: 350px;
  margin: 50px auto;
  border: 4px solid #00bfb6;
  padding: 20px;
  text-align: center;
  font-weight: 900;
  color: #00bfb6;
  font-family: arial;
  position: relative;
  font-size: 16px;
}


/* speech bubble 5 */

.sb5:before {
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  border-left: 10px solid #00bfb6;
  border-right: 10px solid transparent;
  border-top: 10px solid #00bfb6;
  border-bottom: 10px solid transparent;
  right: -21px;
  top: 6px;
}

.sb5:after {
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  border-left: 7px solid #fff;
  border-right: 7px solid transparent;
  border-top: 7px solid #fff;
  border-bottom: 7px solid transparent;
  right: -11px;
  top: 10px;
}


/* speech bubble 6 */

.sb6:before {
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  border-left: 10px solid transparent;
  border-right: 10px solid #00bfb6;
  border-top: 10px solid #00bfb6;
  border-bottom: 10px solid transparent;
  left: -21px;
  top: 6px;
}

.sb6:after {
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  border-left: 7px solid transparent;
  border-right: 7px solid #fff;
  border-top: 7px solid #fff;
  border-bottom: 7px solid transparent;
  left: -11px;
  top: 10px;
}


/* speech bubble 7 */

.sb7:before {
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  border-left: 10px solid #00bfb6;
  border-right: 10px solid transparent;
  border-top: 10px solid #00bfb6;
  border-bottom: 10px solid transparent;
  left: 20px;
  bottom: -23px;
}

.sb7:after {
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  border-left: 10px solid #fff;
  border-right: 10px solid transparent;
  border-top: 10px solid #fff;
  border-bottom: 10px solid transparent;
  left: 24px;
  bottom: -13px;
}


/* speech bubble 8 */

.sb8:before {
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  border-left: 10px solid transparent;
  border-right: 10px solid #00bfb6;
  border-top: 10px solid #00bfb6;
  border-bottom: 10px solid transparent;
  right: 20px;
  bottom: -23px;
}

.sb8:after {
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  border-left: 10px solid transparent;
  border-right: 10px solid #fff;
  border-top: 10px solid #fff;
  border-bottom: 10px solid transparent;
  right: 24px;
  bottom: -13px;
}

.img-comp-container {
  position: relative;
  height: 200px; /*should be the same height as the images*/
}

.img-comp-img {
  position: absolute;
  width: auto;
  height: auto;
  overflow:hidden;
}

.img-comp-img img {
  display:block;
  vertical-align:middle;
}

.img-comp-slider {
  position: absolute;
  z-index:9;
  cursor: ew-resize;
  /*set the appearance of the slider:*/
  width: 40px;
  height: 40px;
  background-color: #2196F3;
  opacity: 0.7;
  border-radius: 50%;
}

.content-header {
        display: none;
    }
    .content{
        padding: 0px;
    }

    #content{
        padding-top: 0px;
    }
    #masthead{
      display: none;
    }
    /* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

/* Hide default HTML checkbox */
.switch input {display:none;}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.likert {
  list-style:none;
  width:100%;
  margin-top:0px;
  padding:0 0 15px;
  display:block;
}
.likert:last-of-type {border-bottom:0;}
.likert:before {
  content: '';
  position:relative;
  top:13px;
  left:9.5%;
  display:block;
  background-color:#efefef;
  height:4px;
  width:65%;
}
.likert li {
  display:inline-block;
  width:32%;
  text-align:center;
  vertical-align: top;
}
.likert li input[type=radio] {
  display:block;
  position:relative;
  top:0;
  left:30%;
  margin-left:-6px;
  transform: scale(2);
  
}
.likert li label {width:51%; text-align: left; color:#555; margin-top: 10px;}
h3 {
    margin-bottom:0px;
    margin-top: 0px;
}
.start-message li {
  font-size: 16px;
}

.content2 {
    position: relative;
    animation: animatop 0.9s cubic-bezier(0.425, 1.14, 0.47, 1.125) forwards;
}

.card2 {
    width: 95%;
    /*height: 200px;*/
    padding: 0px;
    border-radius: 3px;
    background-color: white;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
    position: relative;
    overflow: hidden;
}

.card2:after {
    content: '';
    display: block;
    width: 190px;
    height: 300px;
    background: #00c88c;
    position: absolute;
    animation: rotatemagic 0.75s cubic-bezier(0.425, 1.04, 0.47, 1.105) 1s both;
}

.badgescard {
  margin-top: -10px;
    padding: 10px 20px;
    border-radius: 3px;
    
    color:#fff;
    
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
    /*position: absolute;*/
    z-index: 5;
    /*left: 10px;*/
    /*bottom: -20px;*/
    /*animation: animainfos 0.5s cubic-bezier(0.425, 1.04, 0.47, 1.105) 0.75s forwards;*/
}

.badgescard span {
    font-size: 1.6em;
    margin: 0px 6px;
}

.firstinfo {
    flex-direction: row;
    z-index: 2;
    position: relative;
}

.firstinfo img {
    border-radius: 50%;
    width: 120px;
    height: 120px;
}

.firstinfo .profileinfo {
    padding: 0px 20px;
}

.firstinfo .profileinfo h1 {
    font-size: 1.8em;
}

.firstinfo .profileinfo h3 {
    font-size: 1.2em;
    color: #00bcd4;
    font-style: italic;
}

.firstinfo .profileinfo p.bio {
    padding: 10px 0px;
    color: #5A5A5A;
    line-height: 1.2;
    font-style: initial;
}

@keyframes animatop {
    0% {
        opacity: 0;
        bottom: -500px;
    }
    100% {
        opacity: 1;
        bottom: 0px;
    }
}

@keyframes animainfos {
    0% {
        bottom: -20px;
    }
    100% {
        bottom: -42px;
    }
}

@keyframes rotatemagic {
    0% {
        opacity: 0;
        transform: rotate(0deg);
        top: -4px;
        left: -253px;
    }
    100% {
        transform: rotate(-30deg);
        top: -4px;
        left: -78px;
    }
}

.flexbox-container {
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
}