html {
  position: relative;
  min-height: 100%; }

body {
  font-family: Open Sans, sans-serif;
  font-size: 100%;
  color: #383e47;
  width: 100%;
  /*footer height plus padding*/
  margin-bottom: 170px; }

/*Overwriting Bootstrap*/
.container-fluid {
  padding-right: 0px;
  padding-left: 0px; }

.row {
  margin-right: 0px;
  margin-left: 0px; }

a {
  color: inherit;
  text-decoration: none; }
  a:link {
    text-decoration: none; }
  a.dotted {
    /*for links*/
    color: #4b444d;
    border-bottom: 2px dotted #cccccc; }
  a:hover {
    color: #FAA61A; }

h1 {
  font-size: 3.5em;
  line-height: 2.3em;
  font-weight: bold;
  color: #383e47;
  margin-bottom: 1em; }
  @media (max-width: 768px) {
    h1 {
      font-size: 2em; } }
  h1 span {
    padding: 7px;
    color: #fff;
    background: #F77A52; }

h2 {
  font-size: 2em;
  line-height: 1.8em;
  font-weight: bold;
  margin-bottom: 1em; }
  @media (max-width: 768px) {
    h2 {
      font-size: 1.5em; } }
  h2 span {
    padding: 7px;
    color: #fff;
    background: #F77A52; }

h3 {
  font-size: 1.8em;
  line-height: 2.2em;
  font-weight: normal;
  color: #fff; }
  @media (max-width: 768px) {
    h3 {
      font-size: 1.4em; } }

p {
  font-size: 1.6em;
  line-height: 1.9em;
  padding-bottom: 1em; }
  p span {
    padding: 1px;
    color: #383e47;
    background: rgba(247, 122, 82, 0.5); }
  p.first-paragraph::first-letter {
    float: left;
    margin: 0 20px 0 0;
    font-size: 52px;
    font-weight: bold;
    padding: 10px;
    line-height: 1; }
  @media (max-width: 768px) {
    p {
      font-size: 1.3em; } }

li {
  font-size: 1.6em;
  line-height: 1.9em; }
  li span {
    padding: 1px;
    color: #383e47;
    background: rgba(247, 122, 82, 0.5); }
  @media (max-width: 768px) {
    li {
      font-size: 1.3em; } }

.credits {
  margin-top: 3em;
  font-size: 1em; }
  .credits span {
    font-weight: bold; }
  @media (max-width: 768px) {
    .credits {
      margin-top: 2em; } }

/*citation block*/
.citation {
  font-size: 3em;
  line-height: 1.2em;
  font-weight: normal;
  color: #F77A52;
  font-family: 'Open Sans Condensed', sans-serif;
  margin-top: 2em; }
  @media (max-width: 480px) {
    .citation {
      font-size: 2.2em;
      margin: 1.5em; } }

/*Default button style*/
.button {
  outline: none;
  box-shadow: none;
  border: 2px solid #383e47;
  background: #fff;
  font-size: 1.3em;
  color: #383e47;
  padding: 0.5em 2em;
  margin-bottom: 2em;
  margin-top: 1em;
  border-radius: 0px; }
  .button:hover {
    outline: none;
    box-shadow: none;
    border: 2px solid #F77A52;
    background: #fff;
    font-size: 1.3em;
    color: #F77A52;
    padding: 0.5em 2em;
    margin-bottom: 2em;
    margin-top: 1em;
    border-radius: 0px; }

/*Default filter style*/
.filter {
  outline: none;
  box-shadow: none;
  border: none;
  background: #eee;
  font-size: 1.3em;
  color: #383e47;
  padding: 0.5em 1em;
  margin-bottom: 2em;
  margin-top: 1em;
  border-radius: 30px; }
  .filter:hover {
    outline: none;
    box-shadow: none;
    border: none;
    background: #F77A52;
    font-size: 1.3em;
    color: #fff;
    padding: 0.5em 1em;
    margin-bottom: 2em;
    margin-top: 1em;
    border-radius: 30px; }

/* ======== HEADER ======== */
.logo {
  float: left;
  margin: 15px 10px 0px 0px; }

.lang-btn {
  margin: 20px 0px 0px 0px;
  display: block;
  font-weight: bold;
  float: left;
  font-size: 14px;
  padding: 1px; }
  @media (max-width: 480px) {
    .lang-btn {
      font-size: 11px; } }

.lang-unactive {
  color: #ddd; }

.social-icons {
  position: fixed;
  padding-top: 10px;
  z-index: 1000; }

.fa-twitter,
.fa-facebook {
  background-color: rgba(187, 189, 192, 0.9);
  padding: 5px;
  color: #5b5b5b;
  float: right;
  margin: 5px 10px 0px 0px;
  cursor: pointer; }
  .fa-twitter:hover,
  .fa-facebook:hover {
    color: #FAA61A; }

/* ======== Footer ======== */
#footer {
  position: relative;
  bottom: 0;
  width: 100%;
  height: 170px;
  background: #1c2124 none repeat scroll 0 0;
  text-align: left;
  font-size: 14px;
  padding: 0;
  display: block; }

#footer-wraper {
  padding-top: 20px;
  margin-left: 5%;
  margin-left: 5%; }

.links li {
  color: #fff;
  font-size: 0.7em; }
  @media (max-width: 768px) {
    .links li {
      display: none; } }

.copyright {
  float: left;
  font-size: 0.7em;
  color: #fff; }
  @media (max-width: 768px) {
    .copyright {
      font-size: 0.6em; } }
  .copyright p {
    padding-bottom: 0px; }

.copying-info {
  padding-top: 20px;
  font-size: 0.7em;
  line-height: 15px;
  color: #888c91; }
  @media (max-width: 768px) {
    .copying-info {
      padding-top: 10px;
      font-size: 0.6em; } }
  @media (max-width: 480px) {
    .copying-info {
      padding-top: 10px; } }

.support-site:link,
.support-site:visited {
  color: #FAA61A; }

/* @import "components/loader" */
/*Include table styles or other if needed*/
h1 {
  font-size: 4.5em;
  line-height: 2.3em;
  font-weight: bold;
  color: #383e47;
  margin-bottom: 0px; }
  @media (max-width: 768px) {
    h1 {
      font-size: 3.3em; } }

h2 {
  width: 100%; }
  h2 span {
    background: rgba(33, 26, 35, 0.9);
    padding: 7px;
    color: #fff; }
    @media (max-width: 768px) {
      h2 span {
        padding: 3px; } }
  @media (max-width: 768px) {
    h2 {
      font-size: 1.5em; } }

.desktop {
  display: block; }
  @media (max-width: 1024px) {
    .desktop {
      display: none; } }

.tablet {
  display: block; }
  @media (max-width: 768px) {
    .tablet {
      display: none; } }

.mobile {
  display: none; }
  @media (max-width: 1024px) {
    .mobile {
      display: block; } }

.mobile-only {
  display: none; }
  @media (max-width: 480px) {
    .mobile-only {
      display: block; } }

.subtitle {
  font-size: 1.7em;
  line-height: 1.5em;
  font-weight: 300;
  color: #383e47; }

.cover {
  margin-bottom: 10em; }

.header-title {
  margin-top: 17%; }
  @media (max-width: 480px) {
    .header-title {
      margin-top: -120%; } }

.credits {
  color: #383e47;
  font-size: 1.3em;
  line-height: 1.5em; }
  .credits span {
    font-weight: bold; }
  .credits.date {
    margin-top: 1em;
    font-size: 1.1em;
    font-weight: 300; }

p.first, li.first {
  margin-top: 3.5em; }
  p.first::first-letter, li.first::first-letter {
    float: left;
    margin: 0 20px 0 0;
    font-size: 52px;
    font-weight: bold;
    padding: 10px;
    line-height: 1; }
p span, li span {
  background: rgba(123, 152, 173, 0.3);
  padding: 1px; }
p span.itallic, li span.itallic {
  background: none;
  font-style: italic; }

ul {
  list-style-type: none; }

.space-on-top {
  margin-top: 3em; }
  @media (max-width: 480px) {
    .space-on-top {
      margin-top: 0.5em; } }

.quote {
  font-size: 2.3em;
  font-family: 'Open Sans Condensed', sans-serif;
  color: #211A23; }
  .quote::before {
    font-family: Arial;
    content: "\201C";
    font-size: 7em;
    position: relative;
    left: 0em;
    top: 0.5em; }
    @media (max-width: 480px) {
      .quote::before {
        font-size: 7em; } }
  @media (max-width: 480px) {
    .quote {
      font-size: 1.7em;
      margin-top: -1em; } }
  @media (max-width: 1024px) {
    .quote {
      font-size: 1.9em;
      margin-top: -1em; } }

.caption {
  font-size: 1.2em;
  font-style: italic; }

.network-visualization {
  margin-top: 3em; }

.network-btns {
  margin: 0px 0px 0px 10px;
  z-index: 20;
  position: relative; }

.btns {
  font-size: 12px;
  float: left;
  margin-right: 10px;
  margin-top: 10px; }
  .btns span {
    background: rgba(123, 152, 173, 0.3);
    padding: 5px; }

.unactive {
  color: #ccc; }

.graph {
  margin-bottom: 5em; }

.new-section {
  margin-top: 5em; }

.avatar-container {
  padding-left: 0px;
  padding-bottom: 2em; }

.text-right {
  text-aligh: right; }

.table {
  font-size: 1.2em; }

.table > thead > tr > th {
  border-bottom: 1px solid #858585; }

.disclaimer p,
.disclaimer li {
  font-size: 1.2em;
  padding-bottom: 0.5em;
  font-weight: 300; }

.disclaimer h4 {
  font-weight: 600;
  border-top: 3px solid #383e47;
  padding-top: 0.5em;
  width: 15%; }

p.subtitle {
  font-weight: bold; }

.table-responsive {
  border: 1px solid #fff; }

.sigma-parent {
  position: relative;
  height: 95%; }
  @media (max-width: 1024px) {
    .sigma-parent {
      height: 0px; } }

/* Trolls */
.troll {
  opacity: 1; }

.svg-container {
  display: block;
  position: relative;
  max-height: 200px;
  width: 100%;
  margin: auto;
  padding-bottom: 100%;
  vertical-align: middle;
  overflow: hidden; }

.svg-content {
  position: absolute;
  top: 0;
  left: 0; }

.after-network {
  margin-top: 50%; }
  @media (max-width: 1024px) {
    .after-network {
      margin-top: 0px; } }

.before-network {
  margin-bottom: 5em; }

.network-pic {
  display: none; }
  @media (max-width: 1024px) {
    .network-pic {
      display: block; } }
  @media (max-width: 480px) {
    .network-pic {
      display: none; } }

.typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite; }

@keyframes blink {
  0% {
    opacity: 1; }
  50% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-webkit-keyframes blink {
  0% {
    opacity: 1; }
  50% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-moz-keyframes blink {
  0% {
    opacity: 1; }
  50% {
    opacity: 0; }
  100% {
    opacity: 1; } }
.before-troll {
  margin-bottom: -70px; }
  @media (max-width: 1024px) {
    .before-troll {
      margin-bottom: 0px; } }

/* Speech bubble */
.jr-speechbubble,
.jr-speechbubble-left {
  background: #D4DADD;
  border-radius: 0px;
  max-width: 350px;
  padding: 1rem;
  position: relative;
  float: right;
  top: 7em; }
  @media (max-width: 768px) {
    .jr-speechbubble,
    .jr-speechbubble-left {
      top: 3em; } }
  @media (max-width: 480px) {
    .jr-speechbubble,
    .jr-speechbubble-left {
      top: 1em; } }

.jr-speechbubble-left {
  float: left; }

.jr-speechbubble:after {
  content: ' ';
  position: absolute;
  width: 0;
  height: 0;
  right: 5px;
  top: 25px;
  bottom: auto;
  border: 12px solid;
  border-color: #D4DADD #D4DADD transparent transparent; }

.jr-speechbubble-left:after {
  content: ' ';
  position: absolute;
  width: 0;
  height: 0;
  left: 0px;
  right: auto;
  top: auto;
  bottom: -10px;
  border: 12px solid;
  border-color: transparent transparent transparent #D4DADD; }

.jr-speechbubble span,
.jr-speechbubble-left span {
  color: #383e47;
  font-size: 1.5em; }

/* SVG animation */
.zrada {
  transform: translateY(0px);
  animation: fillit 3s 3s forwards infinite;
  /* forwards instructs the browser to end the animation on its final keyframe and it's better to use it for line animation, so when it ends, it won't reset back to the start value*/ }

/* keyframes to animate the color */
@keyframes fillit {
  0% {
    fill: #333333; }
  50% {
    fill: #F45363; }
  100% {
    fill: #333333; } }
@keyframes popup {
  0% {
    transform: translateY(0px); }
  50% {
    transform: translateY(5px); }
  100% {
    transform: translateY(0px); } }
#eyeball-left {
  -webkit-animation-name: trollBlink 5s infinite;
  -webkit-transform-origin: 50% 50%;
  animation: trollBlink 5s infinite; }

.mouth {
  transform: translateX(0px);
  -moz-animation: smallTalkWrinkle 1.5s ease infinite;
  animation: smallTalk 1.5s ease infinite; }

.mouth-troll2 {
  transform: translateY(0px);
  -moz-animation: smallTalkWrinkle 1.5s ease infinite;
  animation: smallTalkY 1.5s ease infinite; }

@keyframes smallTalk {
  0% {
    transform: translateX(0px); }
  50% {
    transform: translateX(3px); }
  75% {
    transform: translateX(5px); }
  100% {
    transform: translateX(0px); } }
@keyframes smallTalkY {
  0% {
    transform: translateY(0px); }
  50% {
    transform: translateY(3px); }
  75% {
    transform: translateY(5px); }
  100% {
    transform: translateY(0px); } }
@-webkit-keyframes trollBlink {
  0% {
    -webkit-transform: scaleX(1) scaleY(1); }
  1% {
    -webkit-transform: scaleX(1.1) scaleY(0.1); }
  2% {
    -webkit-transform: scaleX(1) scaleY(1); }
  24% {
    -webkit-transform: scaleX(1) scaleY(1); }
  25% {
    -webkit-transform: scaleX(1.1) scaleY(0.1); }
  26% {
    -webkit-transform: scaleX(1) scaleY(1); }
  50% {
    -webkit-transform: scaleX(1) scaleY(1); }
  74% {
    -webkit-transform: scaleX(1) scaleY(1); }
  75% {
    -webkit-transform: scaleX(1.1) scaleY(0.1); }
  76% {
    -webkit-transform: scaleX(1) scaleY(1); }
  100% {
    -webkit-transform: scaleX(1) scaleY(1); } }
#eye-left-troll2 {
  transform-origin: 45px 65px;
  animation: hypnotize 15s ease infinite; }

#eye-right-troll2 {
  transform-origin: 115px 65px;
  animation: hypnotize 15s ease infinite; }

@keyframes hypnotize {
  from {
    transform: rotateZ(0deg); }
  to {
    transform: rotateZ(-720deg); } }
#chin-troll2,
#chin-2-troll2 {
  transform: translateY(0px);
  animation: chin 1.5s ease infinite; }

@keyframes chin {
  0% {
    transform: translateY(0px); }
  50% {
    transform: translateY(1px); }
  75% {
    transform: translateY(2px); }
  100% {
    transform: translateY(0px); } }
#face-troll3,
#body-troll3,
#ear-right-troll3,
#ear-left-troll3 {
  animation: fade 8s ease infinite; }

@keyframes fade {
  0% {
    fill: #e1ecef; }
  40% {
    fill: rgba(225, 236, 239, 0); }
  70% {
    fill: rgba(225, 236, 239, 0); }
  100% {
    fill: #e1ecef; } }
.cursing1,
.cursing2 {
  animation: angry 3s ease infinite; }

@keyframes angry {
  0% {
    fill: #333333;
    transform: scale(0.9); }
  40% {
    fill: #F21636;
    transform: scale(1); }
  70% {
    fill: #F21636;
    transform: scale(1); }
  100% {
    fill: #333333;
    transform: scale(0.9); } }

/*# sourceMappingURL=application.css.map */
