/**
* Load Bootstrap First
*/
/**
* Base
*/
/**
* Base colors
*/
::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #a2b6c5; }

::-moz-placeholder {
  /* Firefox 19+ */
  color: #a2b6c5; }

:-ms-input-placeholder {
  /* IE 10+ */
  color: #a2b6c5; }

:-moz-placeholder {
  /* Firefox 18- */
  color: #a2b6c5; }

.input-group {
  width: 100%;
  position: relative; }
  .input-group input {
    padding-right: 80px; }

.input-group-email .next-btn {
  cursor: not-allowed; }

.input-group-email .next-btn:hover {
  background: none !important;
  color: #0067b3 !important; }

.input-group-email.success .next-btn:hover {
  background: #0067b3 !important;
  color: white !important; }

.input-group-email.success .next-btn {
  cursor: pointer; }

.error-message {
  opacity: 0;
  visibility: hidden;
  height: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  color: #e63b3b; }

.email-error .email-error-message,
.email-exists .email-exists-message {
  opacity: 1;
  height: auto;
  visibility: visible;
  padding-top: 10px; }

.text-input {
  font-size: 16px;
  font-size: 1.6rem;
  color: #0067b3;
  height: 60px;
  width: 100%;
  background: transparent;
  border: 0;
  padding: 0 25px;
  outline: 0;
  border: 1px solid #0067b3;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px; }

.radio {
  width: 100%;
  padding: 18px 20px;
  background: white;
  position: relative;
  margin: 13px 0;
  display: table;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }
  .radio:hover {
    -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
    background: #26b77f; }
    .radio:hover label {
      color: white; }
  @media (max-width: 480px) {
    .radio {
      padding: 16px; } }
  .radio input {
    opacity: 0;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    cursor: pointer;
    height: 100%; }
  .radio label {
    color: #0067b3;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 18px;
    vertical-align: middle;
    width: 100%;
    padding-left: 10px;
    display: table;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
  .radio .slovo,
  .radio .odgovor {
    display: table-cell;
    vertical-align: middle; }
  .radio .slovo {
    width: 35px;
    font-size: 24px;
    font-size: 2.4rem; }
  .radio .odgovor {
    padding-right: 25px; }
  .radio .fi {
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -12px;
    color: white;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
    .radio .fi:before {
      font-size: 23px;
      font-size: 2.3rem; }
  .radio.active {
    background: #26b77f; }
    .radio.active label {
      color: white; }
    .radio.active .fi {
      opacity: 1;
      visibility: visible; }

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  *:focus {
    outline: none; }

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-size: 10px;
  -webkit-tap-highlight-color: transparent; }

button, input, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
  font-size: inherit;
  line-height: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

a {
  text-decoration: none; }

*:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

div {
  display: block; }

body {
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: fixed;
  width: 100%;
  height: 100%;
  margin: 0;
  -webkit-transition: background 0.3s;
  -moz-transition: background 0.3s;
  -ms-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s; }
  @media (max-width: 480px) {
    body {
      background: #e8eff9 !important; } }

h1,
h2,
h3 {
  margin: 0; }

hr {
  margin: 15px 0;
  border-color: #d8d7d7; }
  hr.-short {
    margin-top: 0;
    width: 130px; }
  hr.-green {
    border-color: #26b77f; }

a:hover {
  text-decoration: none; }

.clear {
  clear: both; }

label {
  font-size: 14px;
  font-size: 1.4rem;
  color: #615f5f;
  font-weight: 400;
  line-height: 14px;
  margin: 0; }

a {
  color: #26b77f; }
  a:hover {
    color: #26b77f; }

p {
  margin: 0; }

.icon:before {
  font-size: 22px; }

.uc {
  text-transform: uppercase; }

.content {
  padding-top: 88px; }
  @media (max-width: 992px) {
    .content {
      padding-top: 60px; }
      .content .px3 {
        padding-left: 10px;
        padding-right: 10px; } }

.dtable {
  display: table; }

.dblock {
  display: block; }

.dinline {
  display: inline-block; }

.dhidden {
  display: none; }

.nopadding {
  padding: 0; }

@media (min-width: 992px) {
  .pull-right-laptop {
    float: right !important; } }

.pull-init {
  float: initial; }

.relative {
  position: relative; }

.full-width {
  width: 100%; }

.full-height {
  height: 100%; }

body {
  font-family: 'Arial', sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: normal;
  color: #615f5f; }

.text-medium {
  font-weight: 500; }

.text-semibold {
  font-weight: 600; }

.text-white {
  color: white; }

.text-black {
  color: black; }

.text-green {
  color: #26b77f; }

.text-blue {
  color: #0067b3; }

.text-grey {
  color: #615f5f; }

.text-center {
  text-align: center; }

.text {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.6; }

.heading {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.3;
  font-weight: 400; }
  .heading.-big {
    font-size: 32px;
    font-size: 3.2rem; }
  @media (max-width: 480px) {
    .heading {
      font-size: 19px;
      font-size: 1.9rem;
      line-height: 1.2; }
      .heading.my3 {
        margin-top: 10px; } }

.next-btn {
  padding: 20px;
  width: 80%;
  left: 10%;
  position: relative;
  background: #0067b3;
  border: 0;
  color: white;
  text-align: center;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }
  .next-btn:hover {
    color: white;
    background: #005696; }
    .next-btn:hover .right-arrow {
      -webkit-transform: translateX(5px);
      -ms-transform: translateX(5px);
      transform: translateX(5px); }
  .next-btn.fixbot {
    position: absolute;
    bottom: 50px; }
    @media (max-width: 480px) {
      .next-btn.fixbot {
        bottom: 0;
        position: relative;
        margin: 40px 0 0;
        width: 100%;
        left: 0; } }
  .next-btn .right-arrow {
    position: absolute;
    right: 15px;
    top: 16px;
    color: #084a7b;
    -webkit-transition: transform 0.3s;
    -moz-transition: transform 0.3s;
    -ms-transition: transform 0.3s;
    -o-transition: transform 0.3s;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s; }
    .next-btn .right-arrow:before {
      font-size: 24px;
      font-size: 2.4rem; }

.fb-btn {
  width: 100%;
  left: 0;
  background: #3b5998; }
  .fb-btn:hover {
    background: #314f8e; }

.input-group .next-btn {
  position: absolute;
  right: 1px;
  top: 1px;
  left: auto;
  width: auto;
  display: table;
  background: #e8eff9;
  height: 58px;
  color: #0067b3; }
  .input-group .next-btn:after {
    display: none; }
  .input-group .next-btn:hover {
    color: white;
    background: #0067b3; }

.input-group.success .next-btn {
  background: #0067b3;
  color: white; }

.mauto {
  margin-left: auto;
  margin-right: auto; }

.mtop05 {
  margin-top: 5px; }

.mright05 {
  margin-right: 5px; }

.mbot05 {
  margin-bottom: 5px; }

.mleft05 {
  margin-left: 5px; }

.my05 {
  margin-top: 5px;
  margin-bottom: 5px; }

.mx05 {
  margin-left: 5px;
  margin-right: 5px; }

.mtop1 {
  margin-top: 10px; }

.mright1 {
  margin-right: 10px; }

.mbot1 {
  margin-bottom: 10px; }

.mleft1 {
  margin-left: 10px; }

.my1 {
  margin-top: 10px;
  margin-bottom: 10px; }

.mx1 {
  margin-left: 10px;
  margin-right: 10px; }

.mtop15 {
  margin-top: 15px; }

.mright15 {
  margin-right: 15px; }

.mbot15 {
  margin-bottom: 15px; }

.mleft15 {
  margin-left: 15px; }

.my15 {
  margin-top: 15px;
  margin-bottom: 15px; }

.mx15 {
  margin-left: 15px;
  margin-right: 15px; }

.mtop2 {
  margin-top: 20px; }

.mright2 {
  margin-right: 20px; }

.mbot2 {
  margin-bottom: 20px; }

.mleft2 {
  margin-left: 20px; }

.my2 {
  margin-top: 20px;
  margin-bottom: 20px; }

.mx2 {
  margin-left: 20px;
  margin-right: 20px; }

.mozilla .mtop-moz {
  margin-top: 40px; }

.mtop3 {
  margin-top: 30px; }

.mright3 {
  margin-right: 30px; }

.mbot3 {
  margin-bottom: 30px; }

.mleft3 {
  margin-left: 30px; }

.my3 {
  margin-top: 30px;
  margin-bottom: 30px; }

.mx3 {
  margin-left: 30px;
  margin-right: 30px; }

.mtop4 {
  margin-top: 40px; }

.mright4 {
  margin-right: 40px; }

.mbot4 {
  margin-bottom: 40px; }

.mleft4 {
  margin-left: 40px; }

.my4 {
  margin-top: 40px;
  margin-bottom: 40px; }

.mx4 {
  margin-left: 40px;
  margin-right: 40px; }

@media (max-width: 992px) {
  .mbotsmall2 {
    margin-bottom: 20px; } }

.ptop1 {
  padding-top: 10px; }

.pright1 {
  padding-right: 10px; }

.pbot1 {
  padding-bottom: 10px; }

.pleft1 {
  padding-left: 10px; }

.py1 {
  padding-top: 10px;
  padding-bottom: 10px; }

.px1 {
  padding-left: 10px;
  padding-right: 10px; }

.pxy1 {
  padding: 10px; }

.ptop15 {
  padding-top: 15px; }

.pright15 {
  padding-right: 15px; }

.pbot15 {
  padding-bottom: 15px; }

.pleft15 {
  padding-left: 15px; }

.py15 {
  padding-top: 15px;
  padding-bottom: 15px; }

.px15 {
  padding-left: 15px;
  padding-right: 15px; }

.pxy15 {
  padding: 15px; }

.ptop2 {
  padding-top: 20px; }

.pright2 {
  padding-right: 20px; }

.pbot2 {
  padding-bottom: 20px; }

.pleft2 {
  padding-left: 20px; }

.py2 {
  padding-top: 20px;
  padding-bottom: 20px; }

.px2 {
  padding-left: 20px;
  padding-right: 20px; }

.pxy2 {
  padding: 20px; }

.ptop3 {
  padding-top: 30px; }

.pright3 {
  padding-right: 30px; }

.pbot3 {
  padding-bottom: 30px; }

.pleft3 {
  padding-left: 30px; }

.py3 {
  padding-top: 30px;
  padding-bottom: 30px; }

.px3 {
  padding-left: 30px;
  padding-right: 30px; }

.pxy3 {
  padding: 30px; }

.ptop4 {
  padding-top: 40px; }

.pright4 {
  padding-right: 40px; }

.pbot4 {
  padding-bottom: 40px; }

.pleft4 {
  padding-left: 40px; }

.py4 {
  padding-top: 40px;
  padding-bottom: 40px; }

.px4 {
  padding-left: 40px;
  padding-right: 40px; }

.pxy4 {
  padding: 40px; }

.ptop5 {
  padding-top: 50px; }
  @media (max-width: 992px) {
    .ptop5 {
      padding-top: 30px; } }

.pright5 {
  padding-right: 50px; }

.pbot5 {
  padding-bottom: 50px; }

.pleft5 {
  padding-left: 50px; }

.py5 {
  padding-top: 50px;
  padding-bottom: 50px; }
  @media (max-width: 992px) {
    .py5 {
      padding-top: 30px;
      padding-bottom: 30px; } }

.px5 {
  padding-left: 50px;
  padding-right: 50px; }

.pxy5 {
  padding: 50px; }

.py-big {
  padding-top: 100px;
  padding-bottom: 100px; }
  @media (max-width: 992px) {
    .py-big {
      padding-top: 50px;
      padding-bottom: 50px; } }

@media (max-width: 992px) {
  .noptablet {
    padding: 0 !important; } }

.bg-cover {
  background-size: cover;
  background-position: 50%; }

.bg-white {
  background: white; }

.bg-black {
  background: black; }

/**
* Helpers
*/
/*
    Flaticon icon font: Flaticon
    Creation date: 15/08/2017 23:55
    */
@font-face {
  font-family: "Flaticon";
  src: url("../fonts/flaticon/Flaticon.eot");
  src: url("../fonts/flaticon/Flaticon.eot?#iefix") format("embedded-opentype"), url("../fonts/flaticon/Flaticon.woff") format("woff"), url("../fonts/flaticon/Flaticon.ttf") format("truetype"), url("../fonts/flaticon/Flaticon.svg#Flaticon") format("svg");
  font-weight: normal;
  font-style: normal; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: "Flaticon";
    src: url("../fonts/flaticon/Flaticon.svg#Flaticon") format("svg"); } }

.fi:before {
  display: inline-block;
  font-family: "Flaticon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased; }

.flaticon-paper-plane:before {
  content: "\f100"; }

.flaticon-facebook:before {
  content: "\f101"; }

.flaticon-tick:before {
  content: "\f102"; }

.flaticon-round:before {
  content: "\f103"; }

.flaticon-arrow-point-to-right:before {
  content: "\f104"; }

.flaticon-credit-card:before {
  content: "\f105"; }

.vertical-content {
  height: 100%;
  display: table; }
  @media (max-width: 992px) {
    .vertical-content {
      width: 100%;
      padding: 30px 0; } }
  .vertical-content .vertical-content-inner {
    display: table-cell;
    vertical-align: middle; }

/**
* Components
*/
.navbar {
  margin: 0;
  position: fixed;
  top: 0;
  left: 0;
  background: white;
  width: 100%;
  z-index: 3; }
  @media (max-width: 992px) {
    .navbar .container {
      padding: 0; } }
  @media (min-width: 992px) {
    .navbar .navbar-height {
      height: 85px; } }
  .navbar .navbar-brand {
    padding: 22px 15px;
    height: auto; }
    @media (max-width: 1200px) {
      .navbar .navbar-brand {
        padding: 12px 15px;
        margin-left: 15px; }
        .navbar .navbar-brand img {
          height: 33px; } }
  .navbar .navbar-toggle {
    margin-right: 25px;
    margin-top: 10px; }
  .navbar .icon-bar {
    background: #26b77f; }
  @media (min-width: 992px) {
    .navbar .nav-wrapper {
      display: table;
      height: 100%;
      float: right; } }
  .navbar .nav-wrapper #navbar {
    padding-right: 80px;
    overflow-x: hidden; }
    @media (max-width: 1200px) {
      .navbar .nav-wrapper #navbar {
        padding-right: 0; } }
  .navbar .nav-wrapper .col ul li a:hover {
    background: none; }
  @media (max-width: 992px) {
    .navbar .nav-wrapper .col ul {
      margin: 0 -15px; }
      .navbar .nav-wrapper .col ul li a {
        color: #615f5f;
        text-transform: uppercase;
        border-top: 1px solid #d8d7d7;
        padding: 16px 20px; } }
  @media (min-width: 992px) {
    .navbar .nav-wrapper .col {
      display: table-cell;
      vertical-align: middle; }
      .navbar .nav-wrapper .col ul {
        margin: 0;
        list-style: none; }
        .navbar .nav-wrapper .col ul li {
          display: inline-block; }
          .navbar .nav-wrapper .col ul li a {
            color: #615f5f;
            text-transform: uppercase;
            -webkit-transition: color 0.2s;
            -moz-transition: color 0.2s;
            -ms-transition: color 0.2s;
            -o-transition: color 0.2s;
            transition: color 0.2s;
            border: 0; }
            .navbar .nav-wrapper .col ul li a:hover {
              color: #26b77f; }
          .navbar .nav-wrapper .col ul li.active a {
            color: #26b77f; } }
  .navbar .nav-wrapper .nav-language ul {
    padding-left: 15px; }
  .navbar .nav-wrapper .nav-language a {
    padding: 0 8px; }
  .navbar .nav-wrapper .nav-social ul {
    padding-left: 25px; }
  .navbar .nav-wrapper .nav-social a span:before {
    font-size: 21px; }
  .navbar .nav-wrapper .nav-social a.twitter {
    margin-left: 22px; }

@media (min-width: 992px) {
  #navbar.collapse {
    display: table-cell !important; } }

.bg-nav {
  background: white;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  pointer-events: auto;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -ms-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms; }
  .bg-nav footer {
    position: absolute;
    bottom: 0;
    width: 100%; }

.nav-opened .bg-nav {
  pointer-events: auto;
  opacity: 1;
  visibility: visible; }

.box-content-wrapper {
  width: 100%;
  height: 100%;
  position: relative; }

.box-content {
  background: url(../images/box-content-bg.jpg) no-repeat center center;
  background-size: cover;
  width: 475px;
  height: 710px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 500ms;
  -moz-transition: all 500ms;
  -ms-transition: all 500ms;
  -o-transition: all 500ms;
  transition: all 500ms;
  -webkit-box-shadow: 0px 0px 65px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 65px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 65px rgba(0, 0, 0, 0.3); }
  .box-content.results-step {
    height: auto;
    display: table; }
    @media (max-width: 480px) {
      .box-content.results-step {
        display: block; } }
  @media (max-width: 480px) {
    .box-content {
      width: 100%;
      overflow-y: scroll;
      -webkit-overflow-scrolling: touch; } }

.fadeOutLeft .box-content {
  opacity: 0;
  visibility: hidden; }
  @media (max-width: 480px) {
    .fadeOutLeft .box-content {
      -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
      transform: translateX(0); } }

.box-content-inner {
  padding: 45px; }
  .box-content-inner .card-icon:before {
    font-size: 86px;
    color: #0067b3;
    margin: 0 auto;
    display: table; }

.slide,
.slide-child {
  display: none; }

.slide-top {
  margin-top: 30px; }

.slide-child .next-btn {
  visibility: hidden;
  opacity: 0; }

.slide-child.active .next-btn {
  visibility: visible;
  opacity: 1; }

.language-select {
  padding: 0;
  margin: 0;
  list-style: none;
  margin: 0 auto;
  margin-bottom: 30px;
  display: table; }
  .language-select li {
    display: inline-block;
    color: #0067b3;
    font-weight: 600; }
    .language-select li:before {
      content: '/';
      position: relative;
      right: 3px;
      padding-left: 8px; }
    .language-select li:nth-child(1):before {
      content: ''; }
    .language-select li a {
      color: #0067b3;
      font-weight: 600;
      font-size: 18px;
      font-size: 1.8rem;
      -webkit-transition: color 0.3s;
      -moz-transition: color 0.3s;
      -ms-transition: color 0.3s;
      -o-transition: color 0.3s;
      transition: color 0.3s; }
      .language-select li a:hover {
        color: #26b77f; }
    .language-select li.active a {
      color: #26b77f; }

.questions-progress {
  display: block;
  margin-bottom: 40px; }
  @media (max-width: 480px) {
    .questions-progress {
      margin-bottom: 0; } }
  .questions-progress .bar {
    width: 100%;
    height: 10px;
    background: white;
    display: block; }
    .questions-progress .bar .fill {
      background: #26b77f;
      display: block;
      height: 10px;
      -webkit-transition: width 0.6s cubic-bezier(0.28, 1, 0.26, 1);
      -moz-transition: width 0.6s cubic-bezier(0.28, 1, 0.26, 1);
      -ms-transition: width 0.6s cubic-bezier(0.28, 1, 0.26, 1);
      -o-transition: width 0.6s cubic-bezier(0.28, 1, 0.26, 1);
      transition: width 0.6s cubic-bezier(0.28, 1, 0.26, 1); }
    .questions-progress .bar, .questions-progress .bar .fill {
      -webkit-border-radius: 30px;
      -moz-border-radius: 30px;
      -ms-border-radius: 30px;
      border-radius: 30px; }
  .questions-progress p {
    color: #26b77f;
    text-align: center;
    margin: 20px 0; }

.line-divider {
  width: 100%;
  text-align: center;
  position: relative; }
  .line-divider .line {
    width: 100%;
    height: 1px;
    background: #a2b6c5;
    position: absolute;
    top: 50%;
    z-index: 1; }
  .line-divider .line-text {
    display: table;
    margin: 22px auto;
    padding: 0 25px;
    color: #a2b6c5;
    background: #e8eff9;
    z-index: 2;
    position: relative; }

.results-footer {
  margin: 45px -45px -45px; }
  .results-footer .result-logo {
    position: relative;
    overflow: hidden;
  }
.results-footer .result-logo .helper-wrapper{
  height: 152px;
  background-image: url("../images/kartica.png");
  background-repeat: no-repeat;
  background-position: center top;
  position: relative;
  z-index: 1;
}
.results-footer .result-logo:after {
  position: absolute;
  left:0;
  bottom: 0;
  right: 0;
  height: 106px;
  display: block;
  content: '';
  background-color: #1767b3;
  border-top: 4px solid #ffffff;
}
.results-footer .result-logo .read-more-footer {
  display: inline-block;
  background-color: #15b579;
  border-radius: 3px;
  text-transform: uppercase;
  color: #ffffff;
  font-size: 16px;
  padding: 9px 21px;
  position: absolute;
  bottom: 31px;
  left: 20px;
  font-weight: 500;
  font-family: 'Roboto', sans-serif;
  letter-spacing: 0.4px;
}
.results-footer .result-logo .buy-online-footer {
  position: absolute;
  top: 31px;
  right: 13px;
}
    .results-footer .result-logo .hover {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      opacity: 0;
      visibility: hidden;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s;
      pointer-events: none; }
    .results-footer .result-logo:hover .hover {
      opacity: 1;
      visibility: visible; }
  .results-footer img {
    display: table;
    width: 100%; }
