/*
Theme Name: Revujenator
Author: Ondrej Krobot
*/
/* =========================================
   MIXINS
============================================ */
.border {
  border: solid 1px #000;
}
/* =========================================
   CLEARFIX
============================================ */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.clearfix {
  display: inline-block;
}
html[xmlns] .clearfix {
  display: block;
}
* html .clearfix {
  height: 1%;
}
/* =========================================
   TYPOGRAPHY
============================================ */
html,
body {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 16px;
  font: 16px/1.6;
  color: #706c86;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Source Sans Pro', sans-serif;
  color: #29305b;
}
h1 {
  font-size: 5.06em;
  line-height: 1.28em;
  padding-top: 0.296em;
  margin-bottom: 0.0247em;
}
h2 {
  font-size: 3.38em;
  line-height: 1.44em;
  padding-top: 0.389em;
  margin-bottom: 0.0926em;
}
h3 {
  font-size: 2.25em;
  line-height: 1.44em;
  padding-top: 0.389em;
  margin-bottom: 0.333em;
}
h4 {
  font-size: 1.50em;
  line-height: 1.08em;
  padding-top: 0.208em;
  margin-bottom: 0.875em;
}
p {
  font-size: 1.00em;
  line-height: 1.63em;
  padding-top: 0.500em;
  margin-bottom: 1.13em;
  color: #706c86;
  text-align: justify;
}
a {
  color: #3498db;
}
ul,
ol {
  margin: 1em 0;
}
ul li,
ol li {
  margin-bottom: 0.500em;
}
/* =========================================
   BODY
============================================ */
.container {
  max-width: 1070px;
  margin: 0 auto;
}
.row {
  margin-left: 0;
  margin-right: 0;
}
article {
  max-width: 700px;
  margin: 0 auto;
}
/* =========================================
   HEADER
============================================ */
header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 80px;
  background: #FFF;
  padding: 0 40px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  border-bottom: solid 1px #CCC;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 25, 0.05);
          box-shadow: 0 5px 15px rgba(0, 0, 25, 0.05);
}
header .logo a {
  font-weight: bolder;
  color: #29305b;
  text-transform: uppercase;
  font-size: 1.250em;
}
header .logo a:hover {
  text-decoration: none;
}
header ul {
  padding: 0;
  list-style: none;
}
header ul li {
  float: left;
}
header ul li a {
  display: block;
  padding: 10px 20px;
  text-decoration: none;
  color: #9996aa;
}
header ul li a.active {
  color: #29305b;
  font-weight: 600;
}
header ul li a:hover {
  color: #706c86;
  text-decoration: none;
}
header .header-btn {
  display: inline-block;
  padding: 10px 25px;
  background: #3498db;
  color: #FFF;
  text-decoration: none;
  font-weight: bold;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  -webkit-transition: all 0.3s ease;
          transition: all 0.3s ease;
  text-transform: uppercase;
}
header .header-btn:hover {
  background: #55a9e1;
  color: #FFF;
  text-decoration: none;
}
header .responsive-btn {
  display: none;
  width: 32px;
  height: auto;
  cursor: pointer;
}
header .responsive-btn img {
  width: 32px;
}
/* =========================================
   SLIDER
============================================ */
.slider {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  background: #ffffff url(../img/bg_1.png) no-repeat center center;
  -webkit-background-size: cover;
          background-size: cover;
  text-align: center;
  padding: 0 20px;
}
.slider .slider__container {
  padding: 280px 0 200px 0;
}
.slider .slider__container h1 {
  font-size: 6.06em;
  padding: 0;
  margin: 20px 0 50px 0;
  font-weight: 800;
  color: #FFF;
}
.slider .slider__container p {
  color: #FFF;
  font-size: 1.200em;
  letter-spacing: 4px;
  text-align: center;
}
.slider .slider__container .btn {
  font-size: 16px;
}
/* =========================================
  SMALL SLIDER
============================================ */
.small-slider {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  background: #ffffff url(../img/bg_1.png) no-repeat center bottom;
  -webkit-background-size: cover;
          background-size: cover;
  text-align: center;
  padding: 0 20px;
}
.small-slider .small-slider__container {
  padding: 100px 0 20px 0;
}
.small-slider .small-slider__container h1 {
  font-size: 3.50em;
  padding: 0;
  margin: 50px 0 50px 0;
  font-weight: 800;
  color: #FFF;
}
/* =========================================
   MAIN Content
============================================ */
.main-content {
  padding: 80px 0;
}
.main-content h1 {
  font-size: 3.50em;
  padding: 0;
  margin: 50px 0 50px 0;
  font-weight: 800;
}
.main-content article {
  max-width: 700px;
  margin: 0 auto;
}
.main-content article ul {
  font-size: 18px;
}
.main-content article p {
  font-size: 18px;
  line-height: 32px;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
.main-content article .small {
  font-size: 14px;
  color: #9996aa;
}
/* =========================================
   HOW TO DO IT
============================================ */
.how-to-do-it {
  padding: 100px 0;
  max-width: 800px;
  margin: 0 auto;
}
.how-to-do-it h2,
.how-to-do-it h3,
.how-to-do-it h4 {
  text-align: center;
  font-weight: 800;
  text-transform: uppercase;
}
.how-to-do-it p {
  font-size: 18px;
  margin-bottom: 50px;
  text-align: center;
}
/* =========================================
   HERE WE GO
============================================ */
.here-we-go {
  padding: 100px 0;
  background: #dbedf9;
}
.here-we-go .container {
  max-width: 1200px;
}
.here-we-go h2 {
  text-align: center;
  font-weight: 800;
  text-transform: uppercase;
}
.here-we-go p {
  font-size: 18px;
  margin-bottom: 50px;
  text-align: center;
}
.here-we-go .here-we-go__form {
  margin-bottom: 50px;
}
.here-we-go .here-we-go__form .here-we-go__form__section {
  margin-bottom: 25px;
}
.here-we-go .here-we-go__form .here-we-go__form__section .here-we-go__form__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}
.here-we-go .here-we-go__form .here-we-go__form__section .here-we-go__form__item label {
  font-weight: normal;
  color: #29305b;
}
.here-we-go .here-we-go__form .here-we-go__form__section .here-we-go__form__item input[type="text"] {
  width: 100px;
  text-align: center;
}
.here-we-go .here-we-go__form .here-we-go__form__section .here-we-go__form__item input[type="text"]:focus {
  border: solid 1px #3498db;
  outline: none;
}
.here-we-go .here-we-go__form .here-we-go__form__section .here-we-go__form__item .select-style {
  padding: 10px;
  margin: 0;
  border: 1px solid #ccc;
  width: 220px;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  overflow: hidden;
  background-color: #fff;
  background: #fff;
  position: relative;
  cursor: pointer;
}
.here-we-go .here-we-go__form .here-we-go__form__section .here-we-go__form__item .select-style:after {
  top: 50%;
  right: 20px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(0, 0, 0, 0);
  border-top-color: #000000;
  border-width: 5px;
  margin-top: -2px;
  z-index: 100;
}
.here-we-go .here-we-go__form .here-we-go__form__section .here-we-go__form__item .select-style select {
  cursor: pointer;
  width: 130%;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: transparent;
  background-image: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.here-we-go .here-we-go__form .here-we-go__form__section .here-we-go__form__item .select-style select:focus {
  outline: none;
}
.here-we-go .here-we-go__graph {
  width: 100%;
  min-height: 550px;
  background: #FFF;
  margin-bottom: 50px;
}
.here-we-go .protocol__button {
  margin-bottom: 50px;
}
.here-we-go .protocol__message p {
  font-size: 16px;
  margin-bottom: 0;
}
/* =========================================
   PROTOCOL
============================================ */
.protocol {
  padding: 0 0 80px 0;
}
.protocol .protocol__title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 50px;
}
.protocol .protocol__title h1 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 3.50em;
  padding: 0;
  margin: 50px 0 50px 0;
  font-weight: 800;
}
.protocol .protocol__title ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.protocol .protocol__title ul li {
  display: inline-block;
}
.protocol .protocol__title ul li a {
  display: inline-block;
  padding: 10px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  -webkit-transition: all 0.3s ease;
          transition: all 0.3s ease;
}
.protocol .protocol__title ul li a img {
  width: 24px;
  height: 24px;
  color: #3498db;
}
.protocol .protocol__title ul li a:hover {
  background: #dbedf9;
  -webkit-border-radius: 50%;
          border-radius: 50%;
}
.protocol .protocol__title ul li:last-child {
  margin-right: 0;
}
.protocol .protocol__title .actions {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: left;
}
.protocol .protocol__title .back {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: right;
}
.protocol .protocol__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-align-content: stretch;
      -ms-flex-line-pack: stretch;
          align-content: stretch;
  max-width: 768px;
  margin: 0 auto;
  margin-bottom: 50px;
}
.protocol .protocol__content h4 {
  margin-top: 0;
  margin-bottom: 25px;
}
.protocol .protocol__content .protocol__content__box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: auto;
  margin-bottom: 15px;
}
.protocol .protocol__content .protocol__content__box .protocol__content__box__label {
  text-align: left;
  color: #29305b;
}
.protocol .protocol__content .protocol__content__box .protocol__content__box__value {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: left;
  font-size: 18px;
  color: #29305b;
  font-weight: 600;
}
.protocol .protocol__content .protocol__content__box .protocol__content__box__value span {
  font-weight: normal;
  margin-left: 5px;
  font-size: 16px;
}
.protocol .protocol__content .protocol__content__box:last-child {
  margin-bottom: 0;
}
.protocol .protocol__graph {
  width: 600px;
  height: auto;
  background: #F8F8F8;
  margin: auto auto 50px 0;
  margin-left: auto;
  margin-right: auto;
  border: solid 1px #CCC;
}
.protocol .protocol__actions {
  width: 100%;
  min-height: auto;
  margin-bottom: 100px;
}
.protocol .protocol__actions ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}
.protocol .protocol__actions ul li {
  margin-right: 50px;
  display: inline-block;
}
.protocol .protocol__actions ul li a img {
  position: relative;
  left: -10px;
}
.protocol .protocol__actions ul li:last-child {
  margin-right: 0;
}
/* =========================================
   CONTACT
============================================ */
.contact {
  padding: 100px 0;
  text-align: center;
}
.contact p {
  text-align: center;
}
.contact h2 {
  text-align: center;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 50px;
}
/* =========================================
   FOOTER
============================================ */
footer {
  position: relative;
  min-height: 10px;
  background: #FFF;
  color: #FFF;
  padding: 20px;
  border-top: solid 1px #CCC;
}
footer p {
  text-align: center;
  color: #9996aa;
}
footer a {
  color: #9996aa;
}
/* =========================================
   RESPONSIVE MENU
============================================ */
.responsive-menu .sb-slidebar {
  background: #29305b;
  padding: 30px;
}
.responsive-menu .sb-slidebar ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.responsive-menu .sb-slidebar ul li a {
  display: inline-block;
  color: #FFF;
  text-decoration: none;
  padding: 10px;
}
.responsive-menu .sb-slidebar .responsive-menu__button {
  display: inline-block;
  width: 100%;
  padding: 10px 25px;
  margin-top: 30px;
  background: #3498db;
  color: #FFF;
  text-decoration: none;
  font-weight: bold;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  -webkit-transition: all 0.3s ease;
          transition: all 0.3s ease;
  text-transform: uppercase;
  text-align: center;
}
/* =========================================
   COMPONENTS
============================================ */
input[type="text"] {
  padding: 10px;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  border: solid 1px #CCC;
}
.btn {
  display: inline-block;
  padding: 20px 40px;
  background: #3498db;
  color: #FFF;
  text-decoration: none;
  font-weight: bold;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  -webkit-transition: all 0.3s ease;
          transition: all 0.3s ease;
  text-transform: uppercase;
  font-size: 16px;
}
.btn-outline {
  display: inline-block;
  padding: 20px 40px;
  background: #FFF;
  color: #706c86;
  border: solid 2px #3498db;
  text-decoration: none;
  font-weight: bold;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  -webkit-transition: all 0.3s ease;
          transition: all 0.3s ease;
  text-transform: uppercase;
  font-size: 16px;
}
.btn-full-width {
  width: 100%;
}
.btn:hover {
  background: #55a9e1;
  color: #FFF;
  text-decoration: none;
}
.btn-outline:hover {
  color: #3498db;
  text-decoration: none;
}
.margin-bottom-none {
  margin-bottom: 0;
}
/* =========================================
   RESPONSIVE PART
============================================ */
/* MENU */
@media only screen and (max-width: 920px) {
  header ul {
    display: none;
  }
  header .header-btn {
    display: none;
  }
  header .responsive-btn {
    display: inline-block;
  }
}
@media only screen and (max-width: 768px) {
  h2 {
    font-size: 2.50em;
  }
  .slider .slider__container {
    padding: 180px 0 100px 0;
  }
  .slider .slider__container h1 {
    font-size: 5.00em;
    margin: 0 0 20px 0;
  }
  .small-slider .small-slider__container h1 {
    font-size: 3.00em;
    padding: 0;
    margin: 50px 0 50px 0;
    font-weight: 800;
    color: #FFF;
  }
}
@media only screen and (max-width: 703px) {
  .protocol .protocol__actions ul li {
    width: 100%;
    margin-right: 0;
  }
  .protocol .protocol__actions ul li a {
    width: 100%;
  }
}
@media only screen and (max-width: 600px) {
  .slider .slider__container h1 {
    font-size: 4.00em;
    margin: 0 0 20px 0;
  }
  .small-slider .small-slider__container h1 {
    font-size: 2.50em;
    padding: 0;
    margin: 50px 0 50px 0;
    font-weight: 800;
    color: #FFF;
  }
  .protocol .protocol__title h1 {
    font-size: 2.50em;
  }
  .protocol .protocol__content .protocol__content__box {
    width: 100%;
    margin-right: 0;
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 450px) {
  .slider .slider__container p {
    font-size: 1.000em;
  }
  .slider .slider__container h1 {
    font-size: 3.00em;
    margin: 0 0 20px 0;
  }
}
/* =========================================
   PRINT PART
============================================ */
@media print {
  .protocol {
    margin: 0;
  }
  .protocol .protocol__title h1 {
    width: 100%;
    font-size: 2.50em;
    text-align: center;
  }
  .protocol .page-break {
    display: block;
    page-break-before: always;
  }
  .protocol .protocol__title {
    margin-bottom: 0;
  }
  .protocol .protocol__title .actions {
    display: none;
  }
  .protocol .protocol__title .back {
    display: none;
  }
  .protocol .protocol__actions {
    display: none;
  }
  footer {
    display: none;
  }
}
