@import url("https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700");
.bg-white {
  background-color: white;
}

.bg-devider-dark {
  background-color: #EDE8D0;
}

.bg-devider {
  background-color:  #C9C5B1;
}

/*STYLE.CSS*/
/*-------------------------------------------------------------------------------------------------------*/
/*This is main CSS file that contains custom style rules used in this template*/
/*-------------------------------------------------------------------------------------------------------*/
/* Template Name: PRAGUE LANDING */
/* Version: 1.0 Initial Release*/
/* Build Date: */
/* Author:  */
/* Website: */
/* Copyright: (C) */
/*------------------------------------------------------------------------------------------------------*/
/* -------------------------------------------------------- */
/* TABLE OF CONTENTS: */
/* -------------------------------------------------------- */
/*
  1. Text settings
  2. Global settings
  3. Global class
  4. Custom paddings/margins
*/
/* ------------------------------------------------------- */
/* TEXT SETTING */
/* ------------------------------------------------------- */
/*-------------------------------------------------------*/
/* GLOBAL SETTING */
/*-------------------------------------------------------*/
* {
  font-family: 'Roboto', sans-serif;
}

html,
body {
  height: 100%;
}

body {
  position: relative;
  margin: 0;
  padding: 0;
  color: #111111;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
  overflow-x: hidden;
  box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #111111;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
}

h1 {
  font-size: 54px;
  line-height: 56px;
}

h2 {
  font-size: 40px;
  line-height: 44px;
}

h3 {
  font-size: 33px;
  line-height: 33px;
}

h4 {
  font-size: 20px;
  line-height: 32px;
}

h5 {
  font-size: 18px;
  line-height: 24px;
}

h6 {
  font-size: 14px;
  line-height: 18px;
}

p {
  color: #7e7d7d;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
}

ul,
ol,
li {
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover, a:focus {
  text-decoration: none;
}

@media only screen and (max-width: 991px) {
  h1 {
    font-size: 34px;
    line-height: 38px;
  }
  h2 {
    font-size: 30px;
    line-height: 34px;
  }
  h3 {
    font-size: 26px;
    line-height: 30px;
  }
}

/*-------------------------------------------------------*/
/* GLOBAL CLASS */
/*-------------------------------------------------------*/
.s-back-switch {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.s-back-sibling-switch {
  position: relative;
}

.s-back-sibling-switch .s-sibling-switch {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.enable_overlay, .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.7);
}

.vertical-align {
  position: absolute;
  width: 100%;
  left: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.no-scroll {
  overflow-y: hidden !important;
}

.a-btn {
  font-family: "Roboto",sans-serif;
  font-size: 11px;
  line-height: 18px;
  letter-spacing: 2px;
  font-weight: 500;
  display: inline-block;
  text-decoration: none;
  position: relative;
  box-sizing: border-box;
  padding: 15px 46px;
  background-color: transparent;
  border: none;
  color: white;
  -webkit-transition: color 0.3s ease-in, background-color 0.3s ease-in;
  transition: color 0.3s ease-in, background-color 0.3s ease-in;
}

.a-btn:after, .a-btn:before {
  content: '';
  display: block;
  position: absolute;
  box-sizing: border-box;
}

.a-btn:after {
  top: 0;
  left: 0;
}

.a-btn:before {
  bottom: 0;
  right: 0;
}

.a-btn .a-btn-line {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 20;
}

.a-btn .a-btn-line:after, .a-btn .a-btn-line:before {
  content: '';
  display: block;
  position: absolute;
  box-sizing: border-box;
  top: 50%;
  height: 1px;
  background-color: white;
}

.a-btn .a-btn-line:before {
  left: -11px;
}

.a-btn .a-btn-line:after {
  right: -11px;
}

.a-btn.simple:after, .a-btn.simple:before {
  border: 1px solid white;
  width: 100%;
  height: 100%;
}

.a-btn.simple .a-btn-line:after, .a-btn.simple .a-btn-line:before {
  width: 22px;
  -webkit-transition: background-color 0.3s ease-in;
  transition: background-color 0.3s ease-in;
}

.a-btn.creative:after, .a-btn.creative:before {
  border: 1px solid transparent;
  width: 0;
  height: 0;
}

.a-btn.creative:after {
  -webkit-transition: border-color 0s ease-in 1.5s, width 0.3s ease-in 1.2s, height 0.3s ease-in 0.9s;
  transition: border-color 0s ease-in 1.5s, width 0.3s ease-in 1.2s, height 0.3s ease-in 0.9s;
}

.a-btn.creative:before {
  -webkit-transition: border-color 0s ease-in 0.9s, width 0.3s ease-in 0.6s, height 0.3s ease-in 0.3s;
  transition: border-color 0s ease-in 0.9s, width 0.3s ease-in 0.6s, height 0.3s ease-in 0.3s;
}

.a-btn.creative .a-btn-line:after, .a-btn.creative .a-btn-line:before {
  width: 0;
  -webkit-transition: width 0.3s ease-in 0s, background-color 0.3s ease-in;
  transition: width 0.3s ease-in 0s, background-color 0.3s ease-in;
}

.a-btn.creative.anima:after, .a-btn.creative.anima:before {
  width: 100%;
  height: 100%;
}

.a-btn.creative.anima:after {
  border-top-color: white;
  border-right-color: white;
  -webkit-transition: width 0.3s ease-out, height 0.3s ease-out 0.3s;
  transition: width 0.3s ease-out, height 0.3s ease-out 0.3s;
}

.a-btn.creative.anima:before {
  border-bottom-color: white;
  border-left-color: white;
  -webkit-transition: border-color 0s ease-out 0.4s, width 0.3s ease-out 0.6s, height 0.3s ease-out 0.9s;
  transition: border-color 0s ease-out 0.4s, width 0.3s ease-out 0.6s, height 0.3s ease-out 0.9s;
}

.a-btn.creative.anima .a-btn-line:after, .a-btn.creative.anima .a-btn-line:before {
  width: 22px;
  -webkit-transition: width 0.3s ease-out 1.2s, background-color 0.3s ease-in;
  transition: width 0.3s ease-out 1.2s, background-color 0.3s ease-in;
}

.a-btn:hover, .a-btn:focus {
  color: #111111;
  background-color: white;
  text-decoration: none;
}

.a-btn:hover .a-btn-line:after, .a-btn:hover .a-btn-line:before, .a-btn:focus .a-btn-line:after, .a-btn:focus .a-btn-line:before {
  background-color: #111111;
}

.a-btn-2 {
  font-family: "Roboto",sans-serif;
  font-size: 11px;
  line-height: 18px;
  letter-spacing: 2px;
  font-weight: 500;
  display: inline-block;
  text-decoration: none;
  position: relative;
  box-sizing: border-box;
  padding: 15px 46px;
  background-color: transparent;
  border: none;
  color: #111111;
  -webkit-transition: color 0.3s ease-in, background-color 0.3s ease-in;
  transition: color 0.3s ease-in, background-color 0.3s ease-in;
}

.a-btn-2:after, .a-btn-2:before {
  content: '';
  display: block;
  position: absolute;
  box-sizing: border-box;
}

.a-btn-2:after {
  top: 0;
  left: 0;
}

.a-btn-2:before {
  bottom: 0;
  right: 0;
}

.a-btn-2 .a-btn-line {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 20;
}

.a-btn-2 .a-btn-line:after, .a-btn-2 .a-btn-line:before {
  content: '';
  display: block;
  position: absolute;
  box-sizing: border-box;
  top: 50%;
  height: 1px;
  background-color: #111111;
}

.a-btn-2 .a-btn-line:before {
  left: -11px;
}

.a-btn-2 .a-btn-line:after {
  right: -11px;
}

.a-btn-2.simple:after, .a-btn-2.simple:before {
  border: 1px solid #111111;
  width: 100%;
  height: 100%;
}

.a-btn-2.simple .a-btn-line:after, .a-btn-2.simple .a-btn-line:before {
  width: 22px;
  -webkit-transition: background-color 0.3s ease-in;
  transition: background-color 0.3s ease-in;
}

.a-btn-2.creative:after, .a-btn-2.creative:before {
  border: 1px solid transparent;
  width: 0;
  height: 0;
}

.a-btn-2.creative:after {
  -webkit-transition: border-color 0s ease-in 1.5s, width 0.3s ease-in 1.2s, height 0.3s ease-in 0.9s;
  transition: border-color 0s ease-in 1.5s, width 0.3s ease-in 1.2s, height 0.3s ease-in 0.9s;
}

.a-btn-2.creative:before {
  -webkit-transition: border-color 0s ease-in 0.9s, width 0.3s ease-in 0.6s, height 0.3s ease-in 0.3s;
  transition: border-color 0s ease-in 0.9s, width 0.3s ease-in 0.6s, height 0.3s ease-in 0.3s;
}

.a-btn-2.creative .a-btn-line:after, .a-btn-2.creative .a-btn-line:before {
  width: 0;
  -webkit-transition: width 0.3s ease-in 0s, background-color 0.3s ease-in;
  transition: width 0.3s ease-in 0s, background-color 0.3s ease-in;
}

.a-btn-2.creative.anima:after, .a-btn-2.creative.anima:before {
  width: 100%;
  height: 100%;
}

.a-btn-2.creative.anima:after {
  border-top-color: #111111;
  border-right-color: #111111;
  -webkit-transition: width 0.3s ease-out, height 0.3s ease-out 0.3s;
  transition: width 0.3s ease-out, height 0.3s ease-out 0.3s;
}

.a-btn-2.creative.anima:before {
  border-bottom-color: #111111;
  border-left-color: #111111;
  -webkit-transition: border-color 0s ease-out 0.4s, width 0.3s ease-out 0.6s, height 0.3s ease-out 0.9s;
  transition: border-color 0s ease-out 0.4s, width 0.3s ease-out 0.6s, height 0.3s ease-out 0.9s;
}

.a-btn-2.creative.anima .a-btn-line:after, .a-btn-2.creative.anima .a-btn-line:before {
  width: 22px;
  -webkit-transition: width 0.3s ease-out 1.2s, background-color 0.3s ease-in;
  transition: width 0.3s ease-out 1.2s, background-color 0.3s ease-in;
}

.a-btn-2:hover, .a-btn-2:focus {
  color: white;
  background-color: #111111;
  text-decoration: none;
  outline-color: transparent;
}

.a-btn-2:hover .a-btn-line:after, .a-btn-2:hover .a-btn-line:before, .a-btn-2:focus .a-btn-line:after, .a-btn-2:focus .a-btn-line:before {
  background-color: white;
}

.a-btn-arrow {
  position: relative;
  display: inline-block;
  font-family: 'Roboto', sans-serif;
  font-size: 11px;
  line-height: 30px;
  letter-spacing: 2px;
  font-weight: 500;
  text-decoration: none;
  padding-right: 50px;
  color: white;
}

.a-btn-arrow .arrow-right {
  background-color: white;
}

.a-btn-arrow .arrow-right:before, .a-btn-arrow .arrow-right:after {
  background-color: white;
}

.a-btn-arrow:hover, .a-btn-arrow:focus {
  text-decoration: none;
  outline-color: transparent;
  color: white;
}

.a-btn-arrow:hover .arrow-right, .a-btn-arrow:focus .arrow-right {
  right: 0;
}

.a-btn-arrow-2 {
  position: relative;
  display: inline-block;
  font-family: 'Roboto', sans-serif;
  font-size: 11px;
  line-height: 30px;
  letter-spacing: 2px;
  font-weight: 500;
  text-decoration: none;
  padding-right: 50px;
  color: #111111;
}

.a-btn-arrow-2 .arrow-right {
  background-color: #111111;
}

.a-btn-arrow-2 .arrow-right:before, .a-btn-arrow-2 .arrow-right:after {
  background-color: #111111;
}

.a-btn-arrow-2:hover, .a-btn-arrow-2:focus {
  text-decoration: none;
  outline-color: transparent;
  color: #111111;
}

.a-btn-arrow-2:hover .arrow-right, .a-btn-arrow-2:focus .arrow-right {
  right: 0;
}

.arrow-right {
  display: inline-block;
  position: absolute;
  top: 50%;
  margin-top: -1px;
  right: 10px;
  width: 31px;
  height: 1px;
  -webkit-transition: right 0.3s ease-in;
  transition: right 0.3s ease-in;
}

.arrow-right:before, .arrow-right:after {
  position: absolute;
  display: block;
  right: 0;
  width: 6px;
  height: 1px;
  content: '';
}

.arrow-right:before {
  bottom: 1px;
  -webkit-transform: translateX(0px) translateY(3px) rotate(-45deg);
          transform: translateX(0px) translateY(3px) rotate(-45deg);
}

.arrow-right:after {
  top: 1px;
  -webkit-transform: translateX(0px) translateY(-3px) rotate(45deg);
          transform: translateX(0px) translateY(-3px) rotate(45deg);
}

.arrow-right.grey {
  background-color: #7e7d7d;
}

.arrow-right.grey:before, .arrow-right.grey:after {
  background-color: #7e7d7d;
}

/*-------------------------------------------------------*/
/* CUSTOM PADDINGS/MARGINS */
/*-------------------------------------------------------*/
.no-padd {
  padding-left: 0;
  padding-right: 0;
}

.padd-only-xs {
  padding-right: 0;
  padding-left: 0;
}

@media screen and (max-width: 767px) {
  .padd-only-xs {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.margin-lg-t0 {
  margin-top: 0px;
}

.margin-lg-t5 {
  margin-top: 5px;
}

.margin-lg-t10 {
  margin-top: 10px;
}

.margin-lg-t15 {
  margin-top: 15px;
}

.margin-lg-t20 {
  margin-top: 20px;
}

.margin-lg-t25 {
  margin-top: 25px;
}

.margin-lg-t30 {
  margin-top: 30px;
}

.margin-lg-t35 {
  margin-top: 35px;
}

.margin-lg-t40 {
  margin-top: 40px;
}

.margin-lg-t45 {
  margin-top: 45px;
}

.margin-lg-t50 {
  margin-top: 50px;
}

.margin-lg-t55 {
  margin-top: 55px;
}

.margin-lg-t60 {
  margin-top: 60px;
}

.margin-lg-t65 {
  margin-top: 65px;
}

.margin-lg-t70 {
  margin-top: 70px;
}

.margin-lg-t75 {
  margin-top: 75px;
}

.margin-lg-t80 {
  margin-top: 80px;
}

.margin-lg-t85 {
  margin-top: 85px;
}

.margin-lg-t90 {
  margin-top: 90px;
}

.margin-lg-t95 {
  margin-top: 95px;
}

.margin-lg-t100 {
  margin-top: 100px;
}

.margin-lg-t105 {
  margin-top: 105px;
}

.margin-lg-t110 {
  margin-top: 110px;
}

.margin-lg-t115 {
  margin-top: 115px;
}

.margin-lg-t120 {
  margin-top: 120px;
}

.margin-lg-t125 {
  margin-top: 125px;
}

.margin-lg-t130 {
  margin-top: 130px;
}

.margin-lg-t135 {
  margin-top: 135px;
}

.margin-lg-t140 {
  margin-top: 140px;
}

.margin-lg-t145 {
  margin-top: 145px;
}

.margin-lg-t150 {
  margin-top: 150px;
}

.margin-lg-t155 {
  margin-top: 155px;
}

.margin-lg-t160 {
  margin-top: 160px;
}

.margin-lg-t165 {
  margin-top: 165px;
}

.margin-lg-t170 {
  margin-top: 170px;
}

.margin-lg-t175 {
  margin-top: 175px;
}

.margin-lg-t180 {
  margin-top: 180px;
}

.margin-lg-t185 {
  margin-top: 185px;
}

.margin-lg-t190 {
  margin-top: 190px;
}

.margin-lg-t195 {
  margin-top: 195px;
}

.margin-lg-t200 {
  margin-top: 200px;
}

.margin-lg-b0 {
  margin-bottom: 0px;
}

.margin-lg-b5 {
  margin-bottom: 5px;
}

.margin-lg-b10 {
  margin-bottom: 10px;
}

.margin-lg-b15 {
  margin-bottom: 15px;
}

.margin-lg-b20 {
  margin-bottom: 20px;
}

.margin-lg-b25 {
  margin-bottom: 25px;
}

.margin-lg-b30 {
  margin-bottom: 30px;
}

.margin-lg-b35 {
  margin-bottom: 35px;
}

.margin-lg-b40 {
  margin-bottom: 40px;
}

.margin-lg-b45 {
  margin-bottom: 45px;
}

.margin-lg-b50 {
  margin-bottom: 50px;
}

.margin-lg-b55 {
  margin-bottom: 55px;
}

.margin-lg-b60 {
  margin-bottom: 60px;
}

.margin-lg-b65 {
  margin-bottom: 65px;
}

.margin-lg-b70 {
  margin-bottom: 70px;
}

.margin-lg-b75 {
  margin-bottom: 75px;
}

.margin-lg-b80 {
  margin-bottom: 80px;
}

.margin-lg-b85 {
  margin-bottom: 85px;
}

.margin-lg-b90 {
  margin-bottom: 90px;
}

.margin-lg-b95 {
  margin-bottom: 95px;
}

.margin-lg-b100 {
  margin-bottom: 100px;
}

.margin-lg-b105 {
  margin-bottom: 105px;
}

.margin-lg-b110 {
  margin-bottom: 110px;
}

.margin-lg-b115 {
  margin-bottom: 115px;
}

.margin-lg-b120 {
  margin-bottom: 120px;
}

.margin-lg-b125 {
  margin-bottom: 125px;
}

.margin-lg-b130 {
  margin-bottom: 130px;
}

.margin-lg-b135 {
  margin-bottom: 135px;
}

.margin-lg-b140 {
  margin-bottom: 140px;
}

.margin-lg-b145 {
  margin-bottom: 145px;
}

.margin-lg-b150 {
  margin-bottom: 150px;
}

.margin-lg-b155 {
  margin-bottom: 155px;
}

.margin-lg-b160 {
  margin-bottom: 160px;
}

.margin-lg-b165 {
  margin-bottom: 165px;
}

.margin-lg-b170 {
  margin-bottom: 170px;
}

.margin-lg-b175 {
  margin-bottom: 175px;
}

.margin-lg-b180 {
  margin-bottom: 180px;
}

.margin-lg-b185 {
  margin-bottom: 185px;
}

.margin-lg-b190 {
  margin-bottom: 190px;
}

.margin-lg-b195 {
  margin-bottom: 195px;
}

.margin-lg-b200 {
  margin-bottom: 200px;
}

.padding-lg-t0 {
  padding-top: 0px;
}

.padding-lg-t5 {
  padding-top: 5px;
}

.padding-lg-t10 {
  padding-top: 10px;
}

.padding-lg-t15 {
  padding-top: 15px;
}

.padding-lg-t20 {
  padding-top: 20px;
}

.padding-lg-t25 {
  padding-top: 25px;
}

.padding-lg-t30 {
  padding-top: 30px;
}

.padding-lg-t35 {
  padding-top: 35px;
}

.padding-lg-t40 {
  padding-top: 40px;
}

.padding-lg-t45 {
  padding-top: 45px;
}

.padding-lg-t50 {
  padding-top: 50px;
}

.padding-lg-t55 {
  padding-top: 55px;
}

.padding-lg-t60 {
  padding-top: 60px;
}

.padding-lg-t65 {
  padding-top: 65px;
}

.padding-lg-t70 {
  padding-top: 70px;
}

.padding-lg-t75 {
  padding-top: 75px;
}

.padding-lg-t80 {
  padding-top: 80px;
}

.padding-lg-t85 {
  padding-top: 85px;
}

.padding-lg-t90 {
  padding-top: 90px;
}

.padding-lg-t95 {
  padding-top: 95px;
}

.padding-lg-t100 {
  padding-top: 100px;
}

.padding-lg-t105 {
  padding-top: 105px;
}

.padding-lg-t110 {
  padding-top: 110px;
}

.padding-lg-t115 {
  padding-top: 115px;
}

.padding-lg-t120 {
  padding-top: 120px;
}

.padding-lg-t125 {
  padding-top: 125px;
}

.padding-lg-t130 {
  padding-top: 130px;
}

.padding-lg-t135 {
  padding-top: 135px;
}

.padding-lg-t140 {
  padding-top: 140px;
}

.padding-lg-t145 {
  padding-top: 145px;
}

.padding-lg-t150 {
  padding-top: 150px;
}

.padding-lg-t155 {
  padding-top: 155px;
}

.padding-lg-t160 {
  padding-top: 160px;
}

.padding-lg-t165 {
  padding-top: 165px;
}

.padding-lg-t170 {
  padding-top: 170px;
}

.padding-lg-t175 {
  padding-top: 175px;
}

.padding-lg-t180 {
  padding-top: 180px;
}

.padding-lg-t185 {
  padding-top: 185px;
}

.padding-lg-t190 {
  padding-top: 190px;
}

.padding-lg-t195 {
  padding-top: 195px;
}

.padding-lg-t200 {
  padding-top: 200px;
}

.padding-lg-b0 {
  padding-bottom: 0px;
}

.padding-lg-b5 {
  padding-bottom: 5px;
}

.padding-lg-b10 {
  padding-bottom: 10px;
}

.padding-lg-b15 {
  padding-bottom: 15px;
}

.padding-lg-b20 {
  padding-bottom: 20px;
}

.padding-lg-b25 {
  padding-bottom: 25px;
}

.padding-lg-b30 {
  padding-bottom: 30px;
}

.padding-lg-b35 {
  padding-bottom: 35px;
}

.padding-lg-b40 {
  padding-bottom: 40px;
}

.padding-lg-b45 {
  padding-bottom: 45px;
}

.padding-lg-b50 {
  padding-bottom: 50px;
}

.padding-lg-b55 {
  padding-bottom: 55px;
}

.padding-lg-b60 {
  padding-bottom: 60px;
}

.padding-lg-b65 {
  padding-bottom: 65px;
}

.padding-lg-b70 {
  padding-bottom: 70px;
}

.padding-lg-b75 {
  padding-bottom: 75px;
}

.padding-lg-b80 {
  padding-bottom: 80px;
}

.padding-lg-b85 {
  padding-bottom: 85px;
}

.padding-lg-b90 {
  padding-bottom: 90px;
}

.padding-lg-b95 {
  padding-bottom: 95px;
}

.padding-lg-b100 {
  padding-bottom: 100px;
}

.padding-lg-b105 {
  padding-bottom: 105px;
}

.padding-lg-b110 {
  padding-bottom: 110px;
}

.padding-lg-b115 {
  padding-bottom: 115px;
}

.padding-lg-b120 {
  padding-bottom: 120px;
}

.padding-lg-b125 {
  padding-bottom: 125px;
}

.padding-lg-b130 {
  padding-bottom: 130px;
}

.padding-lg-b135 {
  padding-bottom: 135px;
}

.padding-lg-b140 {
  padding-bottom: 140px;
}

.padding-lg-b145 {
  padding-bottom: 145px;
}

.padding-lg-b150 {
  padding-bottom: 150px;
}

.padding-lg-b155 {
  padding-bottom: 155px;
}

.padding-lg-b160 {
  padding-bottom: 160px;
}

.padding-lg-b165 {
  padding-bottom: 165px;
}

.padding-lg-b170 {
  padding-bottom: 170px;
}

.padding-lg-b175 {
  padding-bottom: 175px;
}

.padding-lg-b180 {
  padding-bottom: 180px;
}

.padding-lg-b185 {
  padding-bottom: 185px;
}

.padding-lg-b190 {
  padding-bottom: 190px;
}

.padding-lg-b195 {
  padding-bottom: 195px;
}

.padding-lg-b200 {
  padding-bottom: 200px;
}

@media screen and (max-width: 1199px) {
  .margin-md-t0 {
    margin-top: 0px;
  }
  .margin-md-t5 {
    margin-top: 5px;
  }
  .margin-md-t10 {
    margin-top: 10px;
  }
  .margin-md-t15 {
    margin-top: 15px;
  }
  .margin-md-t20 {
    margin-top: 20px;
  }
  .margin-md-t25 {
    margin-top: 25px;
  }
  .margin-md-t30 {
    margin-top: 30px;
  }
  .margin-md-t35 {
    margin-top: 35px;
  }
  .margin-md-t40 {
    margin-top: 40px;
  }
  .margin-md-t45 {
    margin-top: 45px;
  }
  .margin-md-t50 {
    margin-top: 50px;
  }
  .margin-md-t55 {
    margin-top: 55px;
  }
  .margin-md-t60 {
    margin-top: 60px;
  }
  .margin-md-t65 {
    margin-top: 65px;
  }
  .margin-md-t70 {
    margin-top: 70px;
  }
  .margin-md-t75 {
    margin-top: 75px;
  }
  .margin-md-t80 {
    margin-top: 80px;
  }
  .margin-md-t85 {
    margin-top: 85px;
  }
  .margin-md-t90 {
    margin-top: 90px;
  }
  .margin-md-t95 {
    margin-top: 95px;
  }
  .margin-md-t100 {
    margin-top: 100px;
  }
  .margin-md-t105 {
    margin-top: 105px;
  }
  .margin-md-t110 {
    margin-top: 110px;
  }
  .margin-md-t115 {
    margin-top: 115px;
  }
  .margin-md-t120 {
    margin-top: 120px;
  }
  .margin-md-t125 {
    margin-top: 125px;
  }
  .margin-md-t130 {
    margin-top: 130px;
  }
  .margin-md-t135 {
    margin-top: 135px;
  }
  .margin-md-t140 {
    margin-top: 140px;
  }
  .margin-md-t145 {
    margin-top: 145px;
  }
  .margin-md-t150 {
    margin-top: 150px;
  }
  .margin-md-t155 {
    margin-top: 155px;
  }
  .margin-md-t160 {
    margin-top: 160px;
  }
  .margin-md-t165 {
    margin-top: 165px;
  }
  .margin-md-t170 {
    margin-top: 170px;
  }
  .margin-md-t175 {
    margin-top: 175px;
  }
  .margin-md-t180 {
    margin-top: 180px;
  }
  .margin-md-t185 {
    margin-top: 185px;
  }
  .margin-md-t190 {
    margin-top: 190px;
  }
  .margin-md-t195 {
    margin-top: 195px;
  }
  .margin-md-t200 {
    margin-top: 200px;
  }
  .margin-md-b0 {
    margin-bottom: 0px;
  }
  .margin-md-b5 {
    margin-bottom: 5px;
  }
  .margin-md-b10 {
    margin-bottom: 10px;
  }
  .margin-md-b15 {
    margin-bottom: 15px;
  }
  .margin-md-b20 {
    margin-bottom: 20px;
  }
  .margin-md-b25 {
    margin-bottom: 25px;
  }
  .margin-md-b30 {
    margin-bottom: 30px;
  }
  .margin-md-b35 {
    margin-bottom: 35px;
  }
  .margin-md-b40 {
    margin-bottom: 40px;
  }
  .margin-md-b45 {
    margin-bottom: 45px;
  }
  .margin-md-b50 {
    margin-bottom: 50px;
  }
  .margin-md-b55 {
    margin-bottom: 55px;
  }
  .margin-md-b60 {
    margin-bottom: 60px;
  }
  .margin-md-b65 {
    margin-bottom: 65px;
  }
  .margin-md-b70 {
    margin-bottom: 70px;
  }
  .margin-md-b75 {
    margin-bottom: 75px;
  }
  .margin-md-b80 {
    margin-bottom: 80px;
  }
  .margin-md-b85 {
    margin-bottom: 85px;
  }
  .margin-md-b90 {
    margin-bottom: 90px;
  }
  .margin-md-b95 {
    margin-bottom: 95px;
  }
  .margin-md-b100 {
    margin-bottom: 100px;
  }
  .margin-md-b105 {
    margin-bottom: 105px;
  }
  .margin-md-b110 {
    margin-bottom: 110px;
  }
  .margin-md-b115 {
    margin-bottom: 115px;
  }
  .margin-md-b120 {
    margin-bottom: 120px;
  }
  .margin-md-b125 {
    margin-bottom: 125px;
  }
  .margin-md-b130 {
    margin-bottom: 130px;
  }
  .margin-md-b135 {
    margin-bottom: 135px;
  }
  .margin-md-b140 {
    margin-bottom: 140px;
  }
  .margin-md-b145 {
    margin-bottom: 145px;
  }
  .margin-md-b150 {
    margin-bottom: 150px;
  }
  .margin-md-b155 {
    margin-bottom: 155px;
  }
  .margin-md-b160 {
    margin-bottom: 160px;
  }
  .margin-md-b165 {
    margin-bottom: 165px;
  }
  .margin-md-b170 {
    margin-bottom: 170px;
  }
  .margin-md-b175 {
    margin-bottom: 175px;
  }
  .margin-md-b180 {
    margin-bottom: 180px;
  }
  .margin-md-b185 {
    margin-bottom: 185px;
  }
  .margin-md-b190 {
    margin-bottom: 190px;
  }
  .margin-md-b195 {
    margin-bottom: 195px;
  }
  .margin-md-b200 {
    margin-bottom: 200px;
  }
  .padding-md-t0 {
    padding-top: 0px;
  }
  .padding-md-t5 {
    padding-top: 5px;
  }
  .padding-md-t10 {
    padding-top: 10px;
  }
  .padding-md-t15 {
    padding-top: 15px;
  }
  .padding-md-t20 {
    padding-top: 20px;
  }
  .padding-md-t25 {
    padding-top: 25px;
  }
  .padding-md-t30 {
    padding-top: 30px;
  }
  .padding-md-t35 {
    padding-top: 35px;
  }
  .padding-md-t40 {
    padding-top: 40px;
  }
  .padding-md-t45 {
    padding-top: 45px;
  }
  .padding-md-t50 {
    padding-top: 50px;
  }
  .padding-md-t55 {
    padding-top: 55px;
  }
  .padding-md-t60 {
    padding-top: 60px;
  }
  .padding-md-t65 {
    padding-top: 65px;
  }
  .padding-md-t70 {
    padding-top: 70px;
  }
  .padding-md-t75 {
    padding-top: 75px;
  }
  .padding-md-t80 {
    padding-top: 80px;
  }
  .padding-md-t85 {
    padding-top: 85px;
  }
  .padding-md-t90 {
    padding-top: 90px;
  }
  .padding-md-t95 {
    padding-top: 95px;
  }
  .padding-md-t100 {
    padding-top: 100px;
  }
  .padding-md-t105 {
    padding-top: 105px;
  }
  .padding-md-t110 {
    padding-top: 110px;
  }
  .padding-md-t115 {
    padding-top: 115px;
  }
  .padding-md-t120 {
    padding-top: 120px;
  }
  .padding-md-t125 {
    padding-top: 125px;
  }
  .padding-md-t130 {
    padding-top: 130px;
  }
  .padding-md-t135 {
    padding-top: 135px;
  }
  .padding-md-t140 {
    padding-top: 140px;
  }
  .padding-md-t145 {
    padding-top: 145px;
  }
  .padding-md-t150 {
    padding-top: 150px;
  }
  .padding-md-t155 {
    padding-top: 155px;
  }
  .padding-md-t160 {
    padding-top: 160px;
  }
  .padding-md-t165 {
    padding-top: 165px;
  }
  .padding-md-t170 {
    padding-top: 170px;
  }
  .padding-md-t175 {
    padding-top: 175px;
  }
  .padding-md-t180 {
    padding-top: 180px;
  }
  .padding-md-t185 {
    padding-top: 185px;
  }
  .padding-md-t190 {
    padding-top: 190px;
  }
  .padding-md-t195 {
    padding-top: 195px;
  }
  .padding-md-t200 {
    padding-top: 200px;
  }
  .padding-md-b0 {
    padding-bottom: 0px;
  }
  .padding-md-b5 {
    padding-bottom: 5px;
  }
  .padding-md-b10 {
    padding-bottom: 10px;
  }
  .padding-md-b15 {
    padding-bottom: 15px;
  }
  .padding-md-b20 {
    padding-bottom: 20px;
  }
  .padding-md-b25 {
    padding-bottom: 25px;
  }
  .padding-md-b30 {
    padding-bottom: 30px;
  }
  .padding-md-b35 {
    padding-bottom: 35px;
  }
  .padding-md-b40 {
    padding-bottom: 40px;
  }
  .padding-md-b45 {
    padding-bottom: 45px;
  }
  .padding-md-b50 {
    padding-bottom: 50px;
  }
  .padding-md-b55 {
    padding-bottom: 55px;
  }
  .padding-md-b60 {
    padding-bottom: 60px;
  }
  .padding-md-b65 {
    padding-bottom: 65px;
  }
  .padding-md-b70 {
    padding-bottom: 70px;
  }
  .padding-md-b75 {
    padding-bottom: 75px;
  }
  .padding-md-b80 {
    padding-bottom: 80px;
  }
  .padding-md-b85 {
    padding-bottom: 85px;
  }
  .padding-md-b90 {
    padding-bottom: 90px;
  }
  .padding-md-b95 {
    padding-bottom: 95px;
  }
  .padding-md-b100 {
    padding-bottom: 100px;
  }
  .padding-md-b105 {
    padding-bottom: 105px;
  }
  .padding-md-b110 {
    padding-bottom: 110px;
  }
  .padding-md-b115 {
    padding-bottom: 115px;
  }
  .padding-md-b120 {
    padding-bottom: 120px;
  }
  .padding-md-b125 {
    padding-bottom: 125px;
  }
  .padding-md-b130 {
    padding-bottom: 130px;
  }
  .padding-md-b135 {
    padding-bottom: 135px;
  }
  .padding-md-b140 {
    padding-bottom: 140px;
  }
  .padding-md-b145 {
    padding-bottom: 145px;
  }
  .padding-md-b150 {
    padding-bottom: 150px;
  }
  .padding-md-b155 {
    padding-bottom: 155px;
  }
  .padding-md-b160 {
    padding-bottom: 160px;
  }
  .padding-md-b165 {
    padding-bottom: 165px;
  }
  .padding-md-b170 {
    padding-bottom: 170px;
  }
  .padding-md-b175 {
    padding-bottom: 175px;
  }
  .padding-md-b180 {
    padding-bottom: 180px;
  }
  .padding-md-b185 {
    padding-bottom: 185px;
  }
  .padding-md-b190 {
    padding-bottom: 190px;
  }
  .padding-md-b195 {
    padding-bottom: 195px;
  }
  .padding-md-b200 {
    padding-bottom: 200px;
  }
}

@media screen and (max-width: 991px) {
  .margin-sm-t0 {
    margin-top: 0px;
  }
  .margin-sm-t5 {
    margin-top: 5px;
  }
  .margin-sm-t10 {
    margin-top: 10px;
  }
  .margin-sm-t15 {
    margin-top: 15px;
  }
  .margin-sm-t20 {
    margin-top: 20px;
  }
  .margin-sm-t25 {
    margin-top: 25px;
  }
  .margin-sm-t30 {
    margin-top: 30px;
  }
  .margin-sm-t35 {
    margin-top: 35px;
  }
  .margin-sm-t40 {
    margin-top: 40px;
  }
  .margin-sm-t45 {
    margin-top: 45px;
  }
  .margin-sm-t50 {
    margin-top: 50px;
  }
  .margin-sm-t55 {
    margin-top: 55px;
  }
  .margin-sm-t60 {
    margin-top: 60px;
  }
  .margin-sm-t65 {
    margin-top: 65px;
  }
  .margin-sm-t70 {
    margin-top: 70px;
  }
  .margin-sm-t75 {
    margin-top: 75px;
  }
  .margin-sm-t80 {
    margin-top: 80px;
  }
  .margin-sm-t85 {
    margin-top: 85px;
  }
  .margin-sm-t90 {
    margin-top: 90px;
  }
  .margin-sm-t95 {
    margin-top: 95px;
  }
  .margin-sm-t100 {
    margin-top: 100px;
  }
  .margin-sm-t105 {
    margin-top: 105px;
  }
  .margin-sm-t110 {
    margin-top: 110px;
  }
  .margin-sm-t115 {
    margin-top: 115px;
  }
  .margin-sm-t120 {
    margin-top: 120px;
  }
  .margin-sm-t125 {
    margin-top: 125px;
  }
  .margin-sm-t130 {
    margin-top: 130px;
  }
  .margin-sm-t135 {
    margin-top: 135px;
  }
  .margin-sm-t140 {
    margin-top: 140px;
  }
  .margin-sm-t145 {
    margin-top: 145px;
  }
  .margin-sm-t150 {
    margin-top: 150px;
  }
  .margin-sm-t155 {
    margin-top: 155px;
  }
  .margin-sm-t160 {
    margin-top: 160px;
  }
  .margin-sm-t165 {
    margin-top: 165px;
  }
  .margin-sm-t170 {
    margin-top: 170px;
  }
  .margin-sm-t175 {
    margin-top: 175px;
  }
  .margin-sm-t180 {
    margin-top: 180px;
  }
  .margin-sm-t185 {
    margin-top: 185px;
  }
  .margin-sm-t190 {
    margin-top: 190px;
  }
  .margin-sm-t195 {
    margin-top: 195px;
  }
  .margin-sm-t200 {
    margin-top: 200px;
  }
  .margin-sm-b0 {
    margin-bottom: 0px;
  }
  .margin-sm-b5 {
    margin-bottom: 5px;
  }
  .margin-sm-b10 {
    margin-bottom: 10px;
  }
  .margin-sm-b15 {
    margin-bottom: 15px;
  }
  .margin-sm-b20 {
    margin-bottom: 20px;
  }
  .margin-sm-b25 {
    margin-bottom: 25px;
  }
  .margin-sm-b30 {
    margin-bottom: 30px;
  }
  .margin-sm-b35 {
    margin-bottom: 35px;
  }
  .margin-sm-b40 {
    margin-bottom: 40px;
  }
  .margin-sm-b45 {
    margin-bottom: 45px;
  }
  .margin-sm-b50 {
    margin-bottom: 50px;
  }
  .margin-sm-b55 {
    margin-bottom: 55px;
  }
  .margin-sm-b60 {
    margin-bottom: 60px;
  }
  .margin-sm-b65 {
    margin-bottom: 65px;
  }
  .margin-sm-b70 {
    margin-bottom: 70px;
  }
  .margin-sm-b75 {
    margin-bottom: 75px;
  }
  .margin-sm-b80 {
    margin-bottom: 80px;
  }
  .margin-sm-b85 {
    margin-bottom: 85px;
  }
  .margin-sm-b90 {
    margin-bottom: 90px;
  }
  .margin-sm-b95 {
    margin-bottom: 95px;
  }
  .margin-sm-b100 {
    margin-bottom: 100px;
  }
  .margin-sm-b105 {
    margin-bottom: 105px;
  }
  .margin-sm-b110 {
    margin-bottom: 110px;
  }
  .margin-sm-b115 {
    margin-bottom: 115px;
  }
  .margin-sm-b120 {
    margin-bottom: 120px;
  }
  .margin-sm-b125 {
    margin-bottom: 125px;
  }
  .margin-sm-b130 {
    margin-bottom: 130px;
  }
  .margin-sm-b135 {
    margin-bottom: 135px;
  }
  .margin-sm-b140 {
    margin-bottom: 140px;
  }
  .margin-sm-b145 {
    margin-bottom: 145px;
  }
  .margin-sm-b150 {
    margin-bottom: 150px;
  }
  .margin-sm-b155 {
    margin-bottom: 155px;
  }
  .margin-sm-b160 {
    margin-bottom: 160px;
  }
  .margin-sm-b165 {
    margin-bottom: 165px;
  }
  .margin-sm-b170 {
    margin-bottom: 170px;
  }
  .margin-sm-b175 {
    margin-bottom: 175px;
  }
  .margin-sm-b180 {
    margin-bottom: 180px;
  }
  .margin-sm-b185 {
    margin-bottom: 185px;
  }
  .margin-sm-b190 {
    margin-bottom: 190px;
  }
  .margin-sm-b195 {
    margin-bottom: 195px;
  }
  .margin-sm-b200 {
    margin-bottom: 200px;
  }
  .padding-sm-t0 {
    padding-top: 0px;
  }
  .padding-sm-t5 {
    padding-top: 5px;
  }
  .padding-sm-t10 {
    padding-top: 10px;
  }
  .padding-sm-t15 {
    padding-top: 15px;
  }
  .padding-sm-t20 {
    padding-top: 20px;
  }
  .padding-sm-t25 {
    padding-top: 25px;
  }
  .padding-sm-t30 {
    padding-top: 30px;
  }
  .padding-sm-t35 {
    padding-top: 35px;
  }
  .padding-sm-t40 {
    padding-top: 40px;
  }
  .padding-sm-t45 {
    padding-top: 45px;
  }
  .padding-sm-t50 {
    padding-top: 50px;
  }
  .padding-sm-t55 {
    padding-top: 55px;
  }
  .padding-sm-t60 {
    padding-top: 60px;
  }
  .padding-sm-t65 {
    padding-top: 65px;
  }
  .padding-sm-t70 {
    padding-top: 70px;
  }
  .padding-sm-t75 {
    padding-top: 75px;
  }
  .padding-sm-t80 {
    padding-top: 80px;
  }
  .padding-sm-t85 {
    padding-top: 85px;
  }
  .padding-sm-t90 {
    padding-top: 90px;
  }
  .padding-sm-t95 {
    padding-top: 95px;
  }
  .padding-sm-t100 {
    padding-top: 100px;
  }
  .padding-sm-t105 {
    padding-top: 105px;
  }
  .padding-sm-t110 {
    padding-top: 110px;
  }
  .padding-sm-t115 {
    padding-top: 115px;
  }
  .padding-sm-t120 {
    padding-top: 120px;
  }
  .padding-sm-t125 {
    padding-top: 125px;
  }
  .padding-sm-t130 {
    padding-top: 130px;
  }
  .padding-sm-t135 {
    padding-top: 135px;
  }
  .padding-sm-t140 {
    padding-top: 140px;
  }
  .padding-sm-t145 {
    padding-top: 145px;
  }
  .padding-sm-t150 {
    padding-top: 150px;
  }
  .padding-sm-t155 {
    padding-top: 155px;
  }
  .padding-sm-t160 {
    padding-top: 160px;
  }
  .padding-sm-t165 {
    padding-top: 165px;
  }
  .padding-sm-t170 {
    padding-top: 170px;
  }
  .padding-sm-t175 {
    padding-top: 175px;
  }
  .padding-sm-t180 {
    padding-top: 180px;
  }
  .padding-sm-t185 {
    padding-top: 185px;
  }
  .padding-sm-t190 {
    padding-top: 190px;
  }
  .padding-sm-t195 {
    padding-top: 195px;
  }
  .padding-sm-t200 {
    padding-top: 200px;
  }
  .padding-sm-b0 {
    padding-bottom: 0px;
  }
  .padding-sm-b5 {
    padding-bottom: 5px;
  }
  .padding-sm-b10 {
    padding-bottom: 10px;
  }
  .padding-sm-b15 {
    padding-bottom: 15px;
  }
  .padding-sm-b20 {
    padding-bottom: 20px;
  }
  .padding-sm-b25 {
    padding-bottom: 25px;
  }
  .padding-sm-b30 {
    padding-bottom: 30px;
  }
  .padding-sm-b35 {
    padding-bottom: 35px;
  }
  .padding-sm-b40 {
    padding-bottom: 40px;
  }
  .padding-sm-b45 {
    padding-bottom: 45px;
  }
  .padding-sm-b50 {
    padding-bottom: 50px;
  }
  .padding-sm-b55 {
    padding-bottom: 55px;
  }
  .padding-sm-b60 {
    padding-bottom: 60px;
  }
  .padding-sm-b65 {
    padding-bottom: 65px;
  }
  .padding-sm-b70 {
    padding-bottom: 70px;
  }
  .padding-sm-b75 {
    padding-bottom: 75px;
  }
  .padding-sm-b80 {
    padding-bottom: 80px;
  }
  .padding-sm-b85 {
    padding-bottom: 85px;
  }
  .padding-sm-b90 {
    padding-bottom: 90px;
  }
  .padding-sm-b95 {
    padding-bottom: 95px;
  }
  .padding-sm-b100 {
    padding-bottom: 100px;
  }
  .padding-sm-b105 {
    padding-bottom: 105px;
  }
  .padding-sm-b110 {
    padding-bottom: 110px;
  }
  .padding-sm-b115 {
    padding-bottom: 115px;
  }
  .padding-sm-b120 {
    padding-bottom: 120px;
  }
  .padding-sm-b125 {
    padding-bottom: 125px;
  }
  .padding-sm-b130 {
    padding-bottom: 130px;
  }
  .padding-sm-b135 {
    padding-bottom: 135px;
  }
  .padding-sm-b140 {
    padding-bottom: 140px;
  }
  .padding-sm-b145 {
    padding-bottom: 145px;
  }
  .padding-sm-b150 {
    padding-bottom: 150px;
  }
  .padding-sm-b155 {
    padding-bottom: 155px;
  }
  .padding-sm-b160 {
    padding-bottom: 160px;
  }
  .padding-sm-b165 {
    padding-bottom: 165px;
  }
  .padding-sm-b170 {
    padding-bottom: 170px;
  }
  .padding-sm-b175 {
    padding-bottom: 175px;
  }
  .padding-sm-b180 {
    padding-bottom: 180px;
  }
  .padding-sm-b185 {
    padding-bottom: 185px;
  }
  .padding-sm-b190 {
    padding-bottom: 190px;
  }
  .padding-sm-b195 {
    padding-bottom: 195px;
  }
  .padding-sm-b200 {
    padding-bottom: 200px;
  }
}

@media screen and (max-width: 767px) {
  .margin-xs-t0 {
    margin-top: 0px;
  }
  .margin-xs-t5 {
    margin-top: 5px;
  }
  .margin-xs-t10 {
    margin-top: 10px;
  }
  .margin-xs-t15 {
    margin-top: 15px;
  }
  .margin-xs-t20 {
    margin-top: 20px;
  }
  .margin-xs-t25 {
    margin-top: 25px;
  }
  .margin-xs-t30 {
    margin-top: 30px;
  }
  .margin-xs-t35 {
    margin-top: 35px;
  }
  .margin-xs-t40 {
    margin-top: 40px;
  }
  .margin-xs-t45 {
    margin-top: 45px;
  }
  .margin-xs-t50 {
    margin-top: 50px;
  }
  .margin-xs-t55 {
    margin-top: 55px;
  }
  .margin-xs-t60 {
    margin-top: 60px;
  }
  .margin-xs-t65 {
    margin-top: 65px;
  }
  .margin-xs-t70 {
    margin-top: 70px;
  }
  .margin-xs-t75 {
    margin-top: 75px;
  }
  .margin-xs-t80 {
    margin-top: 80px;
  }
  .margin-xs-t85 {
    margin-top: 85px;
  }
  .margin-xs-t90 {
    margin-top: 90px;
  }
  .margin-xs-t95 {
    margin-top: 95px;
  }
  .margin-xs-t100 {
    margin-top: 100px;
  }
  .margin-xs-t105 {
    margin-top: 105px;
  }
  .margin-xs-t110 {
    margin-top: 110px;
  }
  .margin-xs-t115 {
    margin-top: 115px;
  }
  .margin-xs-t120 {
    margin-top: 120px;
  }
  .margin-xs-t125 {
    margin-top: 125px;
  }
  .margin-xs-t130 {
    margin-top: 130px;
  }
  .margin-xs-t135 {
    margin-top: 135px;
  }
  .margin-xs-t140 {
    margin-top: 140px;
  }
  .margin-xs-t145 {
    margin-top: 145px;
  }
  .margin-xs-t150 {
    margin-top: 150px;
  }
  .margin-xs-t155 {
    margin-top: 155px;
  }
  .margin-xs-t160 {
    margin-top: 160px;
  }
  .margin-xs-t165 {
    margin-top: 165px;
  }
  .margin-xs-t170 {
    margin-top: 170px;
  }
  .margin-xs-t175 {
    margin-top: 175px;
  }
  .margin-xs-t180 {
    margin-top: 180px;
  }
  .margin-xs-t185 {
    margin-top: 185px;
  }
  .margin-xs-t190 {
    margin-top: 190px;
  }
  .margin-xs-t195 {
    margin-top: 195px;
  }
  .margin-xs-t200 {
    margin-top: 200px;
  }
  .margin-xs-b0 {
    margin-bottom: 0px;
  }
  .margin-xs-b5 {
    margin-bottom: 5px;
  }
  .margin-xs-b10 {
    margin-bottom: 10px;
  }
  .margin-xs-b15 {
    margin-bottom: 15px;
  }
  .margin-xs-b20 {
    margin-bottom: 20px;
  }
  .margin-xs-b25 {
    margin-bottom: 25px;
  }
  .margin-xs-b30 {
    margin-bottom: 30px;
  }
  .margin-xs-b35 {
    margin-bottom: 35px;
  }
  .margin-xs-b40 {
    margin-bottom: 40px;
  }
  .margin-xs-b45 {
    margin-bottom: 45px;
  }
  .margin-xs-b50 {
    margin-bottom: 50px;
  }
  .margin-xs-b55 {
    margin-bottom: 55px;
  }
  .margin-xs-b60 {
    margin-bottom: 60px;
  }
  .margin-xs-b65 {
    margin-bottom: 65px;
  }
  .margin-xs-b70 {
    margin-bottom: 70px;
  }
  .margin-xs-b75 {
    margin-bottom: 75px;
  }
  .margin-xs-b80 {
    margin-bottom: 80px;
  }
  .margin-xs-b85 {
    margin-bottom: 85px;
  }
  .margin-xs-b90 {
    margin-bottom: 90px;
  }
  .margin-xs-b95 {
    margin-bottom: 95px;
  }
  .margin-xs-b100 {
    margin-bottom: 100px;
  }
  .margin-xs-b105 {
    margin-bottom: 105px;
  }
  .margin-xs-b110 {
    margin-bottom: 110px;
  }
  .margin-xs-b115 {
    margin-bottom: 115px;
  }
  .margin-xs-b120 {
    margin-bottom: 120px;
  }
  .margin-xs-b125 {
    margin-bottom: 125px;
  }
  .margin-xs-b130 {
    margin-bottom: 130px;
  }
  .margin-xs-b135 {
    margin-bottom: 135px;
  }
  .margin-xs-b140 {
    margin-bottom: 140px;
  }
  .margin-xs-b145 {
    margin-bottom: 145px;
  }
  .margin-xs-b150 {
    margin-bottom: 150px;
  }
  .margin-xs-b155 {
    margin-bottom: 155px;
  }
  .margin-xs-b160 {
    margin-bottom: 160px;
  }
  .margin-xs-b165 {
    margin-bottom: 165px;
  }
  .margin-xs-b170 {
    margin-bottom: 170px;
  }
  .margin-xs-b175 {
    margin-bottom: 175px;
  }
  .margin-xs-b180 {
    margin-bottom: 180px;
  }
  .margin-xs-b185 {
    margin-bottom: 185px;
  }
  .margin-xs-b190 {
    margin-bottom: 190px;
  }
  .margin-xs-b195 {
    margin-bottom: 195px;
  }
  .margin-xs-b200 {
    margin-bottom: 200px;
  }
  .padding-xs-t0 {
    padding-top: 0px;
  }
  .padding-xs-t5 {
    padding-top: 5px;
  }
  .padding-xs-t10 {
    padding-top: 10px;
  }
  .padding-xs-t15 {
    padding-top: 15px;
  }
  .padding-xs-t20 {
    padding-top: 20px;
  }
  .padding-xs-t25 {
    padding-top: 25px;
  }
  .padding-xs-t30 {
    padding-top: 30px;
  }
  .padding-xs-t35 {
    padding-top: 35px;
  }
  .padding-xs-t40 {
    padding-top: 40px;
  }
  .padding-xs-t45 {
    padding-top: 45px;
  }
  .padding-xs-t50 {
    padding-top: 50px;
  }
  .padding-xs-t55 {
    padding-top: 55px;
  }
  .padding-xs-t60 {
    padding-top: 60px;
  }
  .padding-xs-t65 {
    padding-top: 65px;
  }
  .padding-xs-t70 {
    padding-top: 70px;
  }
  .padding-xs-t75 {
    padding-top: 75px;
  }
  .padding-xs-t80 {
    padding-top: 80px;
  }
  .padding-xs-t85 {
    padding-top: 85px;
  }
  .padding-xs-t90 {
    padding-top: 90px;
  }
  .padding-xs-t95 {
    padding-top: 95px;
  }
  .padding-xs-t100 {
    padding-top: 100px;
  }
  .padding-xs-t105 {
    padding-top: 105px;
  }
  .padding-xs-t110 {
    padding-top: 110px;
  }
  .padding-xs-t115 {
    padding-top: 115px;
  }
  .padding-xs-t120 {
    padding-top: 120px;
  }
  .padding-xs-t125 {
    padding-top: 125px;
  }
  .padding-xs-t130 {
    padding-top: 130px;
  }
  .padding-xs-t135 {
    padding-top: 135px;
  }
  .padding-xs-t140 {
    padding-top: 140px;
  }
  .padding-xs-t145 {
    padding-top: 145px;
  }
  .padding-xs-t150 {
    padding-top: 150px;
  }
  .padding-xs-t155 {
    padding-top: 155px;
  }
  .padding-xs-t160 {
    padding-top: 160px;
  }
  .padding-xs-t165 {
    padding-top: 165px;
  }
  .padding-xs-t170 {
    padding-top: 170px;
  }
  .padding-xs-t175 {
    padding-top: 175px;
  }
  .padding-xs-t180 {
    padding-top: 180px;
  }
  .padding-xs-t185 {
    padding-top: 185px;
  }
  .padding-xs-t190 {
    padding-top: 190px;
  }
  .padding-xs-t195 {
    padding-top: 195px;
  }
  .padding-xs-t200 {
    padding-top: 200px;
  }
  .padding-xs-b0 {
    padding-bottom: 0px;
  }
  .padding-xs-b5 {
    padding-bottom: 5px;
  }
  .padding-xs-b10 {
    padding-bottom: 10px;
  }
  .padding-xs-b15 {
    padding-bottom: 15px;
  }
  .padding-xs-b20 {
    padding-bottom: 20px;
  }
  .padding-xs-b25 {
    padding-bottom: 25px;
  }
  .padding-xs-b30 {
    padding-bottom: 30px;
  }
  .padding-xs-b35 {
    padding-bottom: 35px;
  }
  .padding-xs-b40 {
    padding-bottom: 40px;
  }
  .padding-xs-b45 {
    padding-bottom: 45px;
  }
  .padding-xs-b50 {
    padding-bottom: 50px;
  }
  .padding-xs-b55 {
    padding-bottom: 55px;
  }
  .padding-xs-b60 {
    padding-bottom: 60px;
  }
  .padding-xs-b65 {
    padding-bottom: 65px;
  }
  .padding-xs-b70 {
    padding-bottom: 70px;
  }
  .padding-xs-b75 {
    padding-bottom: 75px;
  }
  .padding-xs-b80 {
    padding-bottom: 80px;
  }
  .padding-xs-b85 {
    padding-bottom: 85px;
  }
  .padding-xs-b90 {
    padding-bottom: 90px;
  }
  .padding-xs-b95 {
    padding-bottom: 95px;
  }
  .padding-xs-b100 {
    padding-bottom: 100px;
  }
  .padding-xs-b105 {
    padding-bottom: 105px;
  }
  .padding-xs-b110 {
    padding-bottom: 110px;
  }
  .padding-xs-b115 {
    padding-bottom: 115px;
  }
  .padding-xs-b120 {
    padding-bottom: 120px;
  }
  .padding-xs-b125 {
    padding-bottom: 125px;
  }
  .padding-xs-b130 {
    padding-bottom: 130px;
  }
  .padding-xs-b135 {
    padding-bottom: 135px;
  }
  .padding-xs-b140 {
    padding-bottom: 140px;
  }
  .padding-xs-b145 {
    padding-bottom: 145px;
  }
  .padding-xs-b150 {
    padding-bottom: 150px;
  }
  .padding-xs-b155 {
    padding-bottom: 155px;
  }
  .padding-xs-b160 {
    padding-bottom: 160px;
  }
  .padding-xs-b165 {
    padding-bottom: 165px;
  }
  .padding-xs-b170 {
    padding-bottom: 170px;
  }
  .padding-xs-b175 {
    padding-bottom: 175px;
  }
  .padding-xs-b180 {
    padding-bottom: 180px;
  }
  .padding-xs-b185 {
    padding-bottom: 185px;
  }
  .padding-xs-b190 {
    padding-bottom: 190px;
  }
  .padding-xs-b195 {
    padding-bottom: 195px;
  }
  .padding-xs-b200 {
    padding-bottom: 200px;
  }
}

.page-calculate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.page-calculate .page-calculate-content {
  width: 100%;
}

/*-------------------------------------------------------*/
/* PRELOADER */
/*-------------------------------------------------------*/
.prague-loader {
  text-align: center;
  font-size: 0;
  white-space: nowrap;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3000;
  -webkit-transition: visibility 0s;
  transition: visibility 0s;
}

.prague-loader .prague-loader-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  background-color: white;
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
  -webkit-transition: -webkit-transform 0.6s linear;
  transition: -webkit-transform 0.6s linear;
  transition: transform 0.6s linear;
  transition: transform 0.6s linear, -webkit-transform 0.6s linear;
}

.prague-loader .prague-loader-bar {
  display: inline-block;
  position: relative;
  top: 50%;
  overflow: hidden;
  vertical-align: middle;
  width: 40%;
  height: 2em;
  font-size: 5em;
  line-height: 2em;
  font-weight: 700;
  color: white;
  -webkit-transition: -webkit-transform 0s linear;
  transition: -webkit-transform 0s linear;
  transition: transform 0s linear;
  transition: transform 0s linear, -webkit-transform 0s linear;
  -webkit-transform: scaleX(1) translateY(-50%);
          transform: scaleX(1) translateY(-50%);
  -webkit-transform-origin: center right;
          transform-origin: center right;
  z-index: 2;
}

.prague-loader .prague-loader-bar:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background-color: #111111;
  border-radius: 2px;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: center left;
          transform-origin: center left;
  -webkit-animation: loading 2s linear infinite forwards;
          animation: loading 2s linear infinite forwards;
}

.prague-loader.is-loaded {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
  visibility: hidden;
}

.prague-loader.is-loaded .prague-loader-wrapper {
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: center top;
          transform-origin: center top;
}

.prague-loader.is-loaded .prague-loader-bar {
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
}

@media only screen and (max-width: 991px) {
  .prague-loader .prague-loader-bar {
    width: 70%;
  }
}

@media only screen and (max-width: 767px) {
  .prague-loader .prague-loader-bar {
    font-size: 2em;
  }
}

@-webkit-keyframes loading {
  0% {
    -webkit-transform: translate(0) scaleX(0);
            transform: translate(0) scaleX(0);
  }
  30% {
    -webkit-transform: translate(0) scaleX(1);
            transform: translate(0) scaleX(1);
  }
  100%, 80% {
    -webkit-transform: translate(100%) scaleX(0);
            transform: translate(100%) scaleX(0);
  }
}

@keyframes loading {
  0% {
    -webkit-transform: translate(0) scaleX(0);
            transform: translate(0) scaleX(0);
  }
  30% {
    -webkit-transform: translate(0) scaleX(1);
            transform: translate(0) scaleX(1);
  }
  100%, 80% {
    -webkit-transform: translate(100%) scaleX(0);
            transform: translate(100%) scaleX(0);
  }
}

/* ------------------------------------------------------- */
/* BANNER */
/* ------------------------------------------------------- */
.top-banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}

.top-banner .content {
  position: relative;
  width: 100%;
  max-width: 1170px;
  text-align: center;
  z-index: 20;
}

.top-banner .content .subtitle {
  max-width: 970px;
  margin-right: auto;
  margin-left: auto;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 4.5px;
  line-height: 18px;
}

.top-banner .content .title {
  margin-top: 24px;
  margin-bottom: 0;
}

.top-banner .content .description {
  margin-top: 26px;
}

.top-banner .content .description p {
  margin-bottom: 0;
  color: inherit;
  opacity: 0.7;
}

.top-banner .content .a-btn {
  margin-top: 40px;
}

.top-banner .content .prague-svg-animation-text {
  position: absolute;
  top: -96px;
  right: 0;
  bottom: -27px;
  left: 0;
  z-index: -1;
}

.top-banner .content .prague-svg-animation-text .prague-svg {
  stroke: #f2f2f2;
  stroke-width: 2px;
  fill: transparent;
}

.top-banner iframe {
  position: absolute;
  top: 0;
  left: 0;
}

.top-banner .top-banner-cursor {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.top-banner.big .content {
  margin-top: 277px;
  margin-bottom: 277px;
}

.top-banner.big .top-banner-cursor {
  height: 277px;
}

.top-banner.simple .content {
  margin-top: 100px;
  margin-bottom: 100px;
}

.top-banner.simple .top-banner-cursor {
  height: 135px;
}

.top-banner.fullheight .content {
  margin-top: 140px;
  margin-bottom: 140px;
}

.top-banner.fullheight .top-banner-cursor {
  height: 33.333333%;
}

.top-banner.categories {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.top-banner.categories .content {
  margin-top: 130px;
  margin-bottom: 130px;
}

.top-banner.categories .top-banner-cursor {
  height: 0;
}

.top-banner.enable_column .content {
  margin-bottom: 0 !important;
}

.top-banner.enable_column .top-banner-cursor {
  height: 0;
}

.top-banner.js_wrapper_el_video {
  overflow: hidden;
}

.top-banner .banner-columns {
  max-width: 1170px;
  margin-top: 140px;
}

.top-banner .banner-columns .banner-col-item {
  display: inline-block;
  min-width: 200px;
  padding-bottom: 30px;
  padding-left: 15px;
  text-align: left;
}

.top-banner .banner-columns .banner-col-item.divider {
  position: relative;
}

.top-banner .banner-columns .banner-col-item.divider:before {
  position: absolute;
  top: 0;
  left: 15px;
  width: 70px;
  height: 1px;
  content: '';
}

.top-banner .banner-columns .banner-col-item .title {
  display: block;
  margin-top: 36px;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 2px;
  line-height: 18px;
}

.top-banner .banner-columns .banner-col-item .subtitle {
  display: block;
  margin-top: 22px;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 32px;
}

.top-banner.light .top-banner-cursor {
  cursor: url("../image/cursor.png"), auto;
}

.top-banner.light.categories {
  cursor: default;
}

.top-banner.light .content .subtitle,
.top-banner.light .content .title,
.top-banner.light .content .description {
  color: white;
}

.top-banner.light .content .a-btn {
  background-color: transparent;
  color: white;
}

.top-banner.light .content .a-btn .a-btn-line:after, .top-banner.light .content .a-btn .a-btn-line:before {
  background-color: white;
}

.top-banner.light .content .a-btn.simple:after, .top-banner.light .content .a-btn.simple:before {
  border: 1px solid white;
}

.top-banner.light .content .a-btn.creative:after, .top-banner.light .content .a-btn.creative:before {
  border: 1px solid transparent;
}

.top-banner.light .content .a-btn.creative.anima:after {
  border-top-color: white;
  border-right-color: white;
}

.top-banner.light .content .a-btn.creative.anima:before {
  border-bottom-color: white;
  border-left-color: white;
}

.top-banner.light .content .a-btn:hover, .top-banner.light .content .a-btn:focus {
  background-color: white;
  color: #111111;
  text-decoration: none;
}

.top-banner.light .content .a-btn:hover .a-btn-line:after, .top-banner.light .content .a-btn:hover .a-btn-line:before, .top-banner.light .content .a-btn:focus .a-btn-line:after, .top-banner.light .content .a-btn:focus .a-btn-line:before {
  background-color: #111111;
}

.top-banner.light .banner-columns .banner-col-item.divider:before {
  background-color: white;
}

.top-banner.light .banner-columns .banner-col-item .title,
.top-banner.light .banner-columns .banner-col-item .subtitle {
  color: white;
}

.top-banner.dark .top-banner-cursor {
  cursor: url("../image/cursor-dark.png"), auto;
}

.top-banner.dark .content .subtitle,
.top-banner.dark .content .title {
  color: #111111;
}

.top-banner.dark .content .description {
  color: #7e7d7d;
}

.top-banner.dark .content .a-btn {
  background-color: transparent;
  color: #111111;
}

.top-banner.dark .content .a-btn .a-btn-line:after, .top-banner.dark .content .a-btn .a-btn-line:before {
  background-color: #111111;
}

.top-banner.dark .content .a-btn.simple:after, .top-banner.dark .content .a-btn.simple:before {
  border: 1px solid #111111;
}

.top-banner.dark .content .a-btn.creative:after, .top-banner.dark .content .a-btn.creative:before {
  border: 1px solid transparent;
}

.top-banner.dark .content .a-btn.creative.anima:after {
  border-top-color: #111111;
  border-right-color: #111111;
}

.top-banner.dark .content .a-btn.creative.anima:before {
  border-bottom-color: #111111;
  border-left-color: #111111;
}

.top-banner.dark .content .a-btn:hover, .top-banner.dark .content .a-btn:focus {
  background-color: #111111;
  color: white;
  text-decoration: none;
}

.top-banner.dark .content .a-btn:hover .a-btn-line:after, .top-banner.dark .content .a-btn:hover .a-btn-line:before, .top-banner.dark .content .a-btn:focus .a-btn-line:after, .top-banner.dark .content .a-btn:focus .a-btn-line:before {
  background-color: white;
}

.top-banner.dark .banner-columns .banner-col-item.divider:before {
  background-color: #111111;
}

.top-banner.dark .banner-columns .banner-col-item .title,
.top-banner.dark .banner-columns .banner-col-item .subtitle {
  color: #111111;
}

@media only screen and (max-width: 1199px) {
  .top-banner .content {
    max-width: 970px;
  }
  .top-banner .banner-columns {
    max-width: 970px;
  }
}

@media only screen and (max-width: 991px) {
  .top-banner .content {
    max-width: 750px;
  }
  .top-banner .content .prague-svg-animation-text {
    top: -55px;
    bottom: -10px;
  }
  .top-banner .banner-columns {
    max-width: 750px;
    margin-top: 70px;
  }
  .top-banner.big .content {
    margin-top: 140px;
    margin-bottom: 140px;
  }
  .top-banner.big .top-banner-cursor {
    height: 140px;
  }
  .top-banner.simple .content {
    margin-top: 140px;
    margin-bottom: 90px;
  }
  .top-banner.simple .top-banner-cursor {
    height: 90px;
  }
}

@media only screen and (max-width: 768px) {
  .top-banner .banner-columns .banner-col-item {
    padding: 0 30px 15px;
    text-align: center;
  }
  .top-banner .banner-columns .banner-col-item.divider:before {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@media only screen and (max-width: 767px) {
  .top-banner .content {
    max-width: none;
    padding: 0 15px;
  }
  .top-banner .content .prague-svg-animation-text {
    top: -30px;
    right: 15px;
    bottom: 5px;
    left: 15px;
  }
  .top-banner .banner-columns {
    max-width: none;
    padding: 0 15px;
  }
  .top-banner.big .content, .top-banner.fullheight .content {
    margin-top: 120px;
    margin-bottom: 120px;
  }
  .top-banner.big .top-banner-cursor, .top-banner.fullheight .top-banner-cursor {
    height: 120px;
  }
  .top-banner.simple .content {
    margin-top: 120px;
    margin-bottom: 90px;
  }
  .top-banner.simple .top-banner-cursor {
    height: 90px;
  }
  .top-banner.categories .content {
    margin-top: 90px;
    margin-bottom: 90px;
  }
  .top-banner.categories .top-banner-cursor {
    height: 0;
  }
}

/* ------------------------------------------------------- */
/* HEADER */
/* ------------------------------------------------------- */
.prague-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  padding: 15px 30px;
  -webkit-transition: background-color 0.3s ease-in, top 0.6s linear;
  transition: background-color 0.3s ease-in, top 0.6s linear;
  background-color: white;
  z-index: 300;
}

.prague-header.sticky {
  position: fixed;
  top: 0;
}

.prague-header .prague-header-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.prague-header .prague-navigation {
  position: relative;
  vertical-align: middle;
}

.main-menu {
  margin: 0;
  padding: 0;
  text-align: center;
}

.main-menu > li {
  display: inline-block;
  position: relative;
  margin-right: 4px;
  margin-left: 4px;
}

.main-menu li {
  position: relative;
  font-size: initial;
  line-height: normal;
}

.main-menu li a {
  display: inline-block;
  padding: 5px 12px;
  -webkit-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in;
  color: #111111;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 18px;
  text-transform: uppercase;
  opacity: 0.7;
}

.main-menu li.active a {
  opacity: 1;
}

.main-menu li:hover a, .main-menu li.current-menu-parent a {
  opacity: 1;
}

@media only screen and (max-width: 767px) {
  .prague-header {
    padding: 15px;
  }
}

/*-------------------------------------------------------*/
/* HEADINGS */
/*-------------------------------------------------------*/
.heading {
  padding: 65px 0 30px;
  text-align: left;
}

.heading--no-padd {
  padding-bottom: 0 !important;
}

.heading .subtitle {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 4.5px;
  line-height: 18px;
}

.heading .subtitle.divider {
  display: inline-block;
  position: relative;
}

.heading .subtitle.divider:after {
  position: absolute;
  top: 50%;
  left: calc(100% + 15px);
  width: 85px;
  height: 4px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: '';
}

.heading .title {
  margin-top: 18px;
  margin-bottom: 0;
  letter-spacing: 0.9px;
}

.heading .content {
  margin-top: 15px;
}

.heading .content p {
  margin-bottom: 0;
}

.heading .content p a {
  -webkit-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in;
  color: #111111;
  font-size: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  text-decoration: underline;
  opacity: 1;
}

.heading .content p a:hover {
  text-decoration: underline;
  opacity: 0.7;
}

.heading .content p:not(:last-child) {
  margin-bottom: 32px;
}

.heading .content h6 {
  display: inline-block;
  position: relative;
  margin-top: 0;
  margin-bottom: 23px;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  letter-spacing: 4.5px;
  line-height: 18px;
}

.heading .content h6:after {
  position: absolute;
  top: 50%;
  left: calc(100% + 15px);
  width: 85px;
  height: 4px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: '';
}

.heading .content ul {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
  list-style: none;
}

.heading .content ul li {
  position: relative;
  padding-left: 20px;
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
}

.heading .content ul li:before {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 5px;
  height: 5px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 50%;
  content: '';
}

.heading .content.divider-content {
  position: relative;
  padding-left: 100px;
}

.heading .content.divider-content:after {
  position: absolute;
  top: 14px;
  left: 0;
  width: 85px;
  height: 4px;
  content: '';
}

.heading.Center {
  text-align: center;
}

.heading.Center .subtitle.divider {
  margin-bottom: 10px;
}

.heading.Center .subtitle.divider:after {
  top: calc(100% + 14px);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.heading.Center .content {
  max-width: 770px;
  margin-right: auto;
  margin-left: auto;
}

.heading.Center .content h6:after {
  top: calc(100% + 14px);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.heading.Center .content ul li {
  padding-right: 20px;
  padding-left: 20px;
}

.heading.Center .content ul li:before {
  position: static;
  top: 50%;
  left: auto;
  margin-right: 10px;
  content: '';
}

.heading.Center .content.divider-content {
  margin-top: 28px;
  padding-left: 0;
}

.heading.Center .content.divider-content:after {
  top: -14px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.heading.dark {
  color: #111111;
}

.heading.dark .subtitle {
  color: #111111;
}

.heading.dark .subtitle.divider:after {
  background-color: #f2f2f2;
}

.heading.dark .content {
  color: #7e7d7d;
}

.heading.dark .content p {
  color: inherit;
}

.heading.dark .content h6 {
  color: #111111;
}

.heading.dark .content h6:after {
  background-color: #f2f2f2;
}

.heading.dark .content ul {
  color: #111111;
}

.heading.dark .content ul li {
  color: #7e7d7d;
}

.heading.dark .content ul li:before {
  background-color: #111111;
}

.heading.dark .content.divider-content:after {
  background-color: #f2f2f2;
}

.heading.light {
  color: white;
}

.heading.light .subtitle {
  color: white;
}

.heading.light .subtitle.divider:after {
  background-color: rgba(255, 255, 255, 0.4);
}

.heading.light .title {
  color: white;
}

.heading.light .content {
  color: rgba(255, 255, 255, 0.7);
}

.heading.light .content p {
  color: inherit;
}

.heading.light .content h6 {
  color: white;
}

.heading.light .content h6:after {
  background-color: rgba(255, 255, 255, 0.4);
}

.heading.light .content ul {
  color: white;
}

.heading.light .content ul li {
  color: rgba(255, 255, 255, 0.7);
}

.heading.light .content ul li:before {
  background-color: white;
}

.heading.light .content.divider-content:after {
  background-color: rgba(255, 255, 255, 0.4);
}

@media only screen and (max-width: 991px) {
  .heading {
    padding: 30px 0;
  }
}

@media only screen and (max-width: 768px) {
  .heading {
    text-align: center;
  }
  .heading .subtitle.divider {
    margin-bottom: 10px;
  }
  .heading .subtitle.divider:after {
    top: calc(100% + 14px);
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .heading .content h6:after {
    top: calc(100% + 14px);
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .heading .content ul li {
    padding-right: 20px;
    padding-left: 20px;
  }
  .heading .content ul li:before {
    position: static;
    top: 50%;
    left: auto;
    margin-right: 10px;
    content: '';
  }
  .heading .content.divider-content {
    margin-top: 28px;
    padding-left: 0;
  }
  .heading .content.divider-content:after {
    top: -14px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

/*-------------------------------------------------------*/
/* PORTFOLIO COLUMNS */
/*-------------------------------------------------------*/
.portfolio-item {
  margin: 0 0 44px;
}

/*-------------------------------------------------------*/
/* PORTFOLIO COLUMNS */
/*-------------------------------------------------------*/
.prague_count_col1 .portfolio-item-wrapp {
  width: 100%;
}

.prague_count_col2 .portfolio-item-wrapp {
  width: 50%;
}

.prague_count_col3 .portfolio-item-wrapp {
  width: 33.333333%;
}

.prague_count_col4 .portfolio-item-wrapp {
  width: 25%;
}

.prague_count_col5 .portfolio-item-wrapp {
  width: 20%;
}

.prague_count_col6 .portfolio-item-wrapp {
  width: 16.666666%;
}

.prague_gap_col10 {
  margin-left: -10px;
  margin-right: -10px;
}

.prague_gap_col10 .portfolio-item {
  margin: 0 10px 44px;
}

.prague_gap_col15 {
  margin-left: -15px;
  margin-right: -15px;
}

.prague_gap_col15 .portfolio-item {
  margin: 0 15px 44px;
}

.prague_gap_col20 {
  margin-left: -20px;
  margin-right: -20px;
}

.prague_gap_col20 .portfolio-item {
  margin: 0 20px 44px;
}

.prague_gap_col25 {
  margin-left: -25px;
  margin-right: -25px;
}

.prague_gap_col25 .portfolio-item {
  margin: 0 25px 44px;
}

.prague_gap_col30 {
  margin-left: -30px;
  margin-right: -30px;
}

.prague_gap_col30 .portfolio-item {
  margin: 0 30px 44px;
}

.prague_gap_col35 {
  margin-left: -35px;
  margin-right: -35px;
}

.prague_gap_col35 .portfolio-item {
  margin: 0 35px 44px;
}

.prague_gap_col40 {
  margin-left: -40px;
  margin-right: -40px;
}

.prague_gap_col40 .portfolio-item {
  margin: 0 40px 44px;
}

.prague_masonry .portfolio-item {
  margin-bottom: 30px !important;
}

.prague_filmstrip .portfolio-item-wrapp {
  width: auto;
}

.prague_filmstrip .portfolio-item-wrapp .portfolio-item {
  margin: auto;
}

@media only screen and (max-width: 1199px) {
  .prague_count_col5 .portfolio-item-wrapp {
    width: 25% !important;
  }
  .prague_count_col6 .portfolio-item-wrapp {
    width: 25% !important;
  }
}

@media only screen and (max-width: 991px) {
  .prague_masonry.prague_count_col4 .portfolio-item-wrapp {
    width: 33.333333% !important;
  }
  .prague_count_col3 .portfolio-item-wrapp {
    width: 50% !important;
  }
  .prague_count_col4 .portfolio-item-wrapp {
    width: 50% !important;
  }
  .prague_count_col5 .portfolio-item-wrapp {
    width: 50% !important;
  }
  .prague_count_col6 .portfolio-item-wrapp {
    width: 50% !important;
  }
}

@media only screen and (max-width: 767px) {
  .prague_count_col2 .portfolio-item-wrapp {
    width: 100% !important;
  }
  .prague_count_col3 .portfolio-item-wrapp {
    width: 100% !important;
  }
  .prague_count_col4 .portfolio-item-wrapp, .prague_masonry.prague_count_col4 .portfolio-item-wrapp {
    width: 100% !important;
  }
  .prague_count_col5 .portfolio-item-wrapp {
    width: 100% !important;
  }
  .prague_count_col6 .portfolio-item-wrapp {
    width: 100% !important;
  }
}

/*-------------------------------------------------------*/
/* PROJECT GRID */
/*-------------------------------------------------------*/
.project-grid-wrapper {
  position: relative;
  width: 100%;
}

.project-grid-wrapper.new .desplazar-imagen .project-grid-item-overlay {
  background-color: rgba(255, 255, 255, 0.5);
}

.project-grid-wrapper.new:hover .project-grid-item-title {
  opacity: 1;
}

.project-grid-wrapper .desplazar-imagen {
  display: block;
  position: relative;
}

.project-grid-wrapper .desplazar-imagen:hover .diseño-imagen img {
  -webkit-transform: translateY(calc(-100% + 400px));
          transform: translateY(calc(-100% + 400px));
}

.project-grid-wrapper .desplazar-imagen:hover .diseño-imagen.full img {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.project-grid-wrapper .desplazar-imagen:hover .project-grid-item-overlay {
  background-color: rgba(255, 255, 255, 0.5);
}

.project-grid-wrapper .label-new {
  position: absolute;
  top: -12px;
  right: -12px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #e8474e;
  color: #fff;
  font-family: 'Roboto', sans-serif;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.025em;
  line-height: 44px;
  text-align: center;
  text-transform: uppercase;
  z-index: 2;
}

.project-grid-wrapper .diseño-imagen {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 450px;
  border: 25px solid #f7f7f7;
  border-radius: 10px;
  box-shadow: 0 0 45px 0 rgba(0, 0, 0, 0.15);
  cursor: pointer;
  overflow: hidden;
}
@media only screen and (max-width: 1199px) {
  .project-grid-wrapper .diseño-imagen {
    height: 300px;
  }
}
.project-grid-wrapper .diseño-imagen.full {
  height: auto;
  min-height: 150px;
}
.project-grid-wrapper .diseño-imagen img {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.project-grid-wrapper .diseño-imagen.full img {
  -webkit-transition: -webkit-transform 0s ease-in;
  transition: -webkit-transform 0s ease-in;
  transition: transform 0s ease-in;
  transition: transform 0s ease-in, -webkit-transform 0s ease-in;
}

.project-grid-wrapper .diseño-imagen.xs-small img {
  -webkit-transition: -webkit-transform 1s ease-in;
  transition: -webkit-transform 1s ease-in;
  transition: transform 1s ease-in;
  transition: transform 1s ease-in, -webkit-transform 1s ease-in;
}

.project-grid-wrapper .diseño-imagen.small img {
  -webkit-transition: -webkit-transform 2s ease-in;
  transition: -webkit-transform 2s ease-in;
  transition: transform 2s ease-in;
  transition: transform 2s ease-in, -webkit-transform 2s ease-in;
}

.project-grid-wrapper .diseño-imagen.medium img {
  -webkit-transition: -webkit-transform 3s ease-in;
  transition: -webkit-transform 3s ease-in;
  transition: transform 3s ease-in;
  transition: transform 3s ease-in, -webkit-transform 3s ease-in;
}

.project-grid-wrapper .diseño-imagen.lg-medium img {
  -webkit-transition: -webkit-transform 4s ease-in;
  transition: -webkit-transform 4s ease-in;
  transition: transform 4s ease-in;
  transition: transform 4s ease-in, -webkit-transform 4s ease-in;
}

.project-grid-wrapper .diseño-imagen.hight img {
  -webkit-transition: -webkit-transform 5s ease-in;
  transition: -webkit-transform 5s ease-in;
  transition: transform 5s ease-in;
  transition: transform 5s ease-in, -webkit-transform 5s ease-in;
}

.project-grid-wrapper .project-grid-item-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: background-color 0.3s ease-in;
  transition: background-color 0.3s ease-in;
  background-color: rgba(255, 255, 255, 0);
}

.project-grid-wrapper .project-grid-item-content {
  padding: 17px 0;
  text-align: center;
}

.project-grid-wrapper .project-grid-item-title {
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  color: #111111;
  font-weight: 500;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in;
}

.project-grid-wrapper .project-grid-item-title a {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
}

.project-grid-wrapper .project-grid-item-title a:hover {
  color: inherit;
}

.project-grid-wrapper .project-grid-item-title:hover {
  opacity: 0.7;
}

.project-grid-wrapper .project-grid-item-category {
  font-size: 12px;
  line-height: 26px;
  font-weight: 300;
  color: #111111;
}

@media only screen and (max-width: 767px) {
  .project-grid-wrapper {
    max-width: 370px;
    margin-right: auto;
    margin-left: auto;
  }
  .project-grid-wrapper .diseño-imagen {
    max-height: 400px;
    border: 0 solid #f7f7f7;
    border-radius: 0;
  }
}

@media only screen and (max-width: 400px) {
  .project-grid-wrapper {
    max-width: 290px;
    margin-left: auto;
    margin-right: auto;
  }
}

/*-------------------------------------------------------*/
/* SHORTCODE PARENT */
/*-------------------------------------------------------*/
.prague-shortcode-parent {
  position: relative;
  min-height: 468px;
  padding-top: 63px;
}

.prague-shortcode-parent .prague-shortcode-parent-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 468px;
  z-index: 20;
}

.prague-shortcode-parent .prague-shortcode-content-wrapp {
  position: relative;
  z-index: 30;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
}

.prague-shortcode-parent .prague-shortcode-heading {
  padding: 65px 0 30px 0;
  text-align: left;
}

.prague-shortcode-parent .prague-shortcode-heading .parent-subtitle {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 4.5px;
  font-weight: 300;
}

.prague-shortcode-parent .prague-shortcode-heading .parent-subtitle.divider {
  display: inline-block;
  position: relative;
}

.prague-shortcode-parent .prague-shortcode-heading .parent-subtitle.divider:after {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: calc(100% + 15px);
  width: 85px;
  height: 4px;
}

.prague-shortcode-parent .prague-shortcode-heading .parent-title {
  margin-top: 18px;
  margin-bottom: 0;
  letter-spacing: 0.9px;
}

.prague-shortcode-parent .prague-shortcode-heading.Center {
  text-align: center;
}

.prague-shortcode-parent .prague-shortcode-heading.Center .parent-subtitle.divider {
  margin-bottom: 10px;
}

.prague-shortcode-parent .prague-shortcode-heading.Center .parent-subtitle.divider:after {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: calc(100% + 14px);
}

.prague-shortcode-parent .prague-shortcode-heading.dark {
  color: #111111;
}

.prague-shortcode-parent .prague-shortcode-heading.dark .parent-subtitle {
  color: #111111;
}

.prague-shortcode-parent .prague-shortcode-heading.dark .parent-subtitle.divider:after {
  background-color: #f2f2f2;
}

.prague-shortcode-parent .prague-shortcode-heading.light {
  color: white;
}

.prague-shortcode-parent .prague-shortcode-heading.light .parent-subtitle {
  color: white;
}

.prague-shortcode-parent .prague-shortcode-heading.light .parent-subtitle.divider:after {
  background-color: rgba(255, 255, 255, 0.4);
}

.prague-shortcode-parent .prague-shortcode-heading.light .parent-title {
  color: white;
}

.prague-shortcode-parent .prague_services {
  margin-top: 32px;
}

.prague-shortcode-parent .vc_row.vc_inner {
  margin-left: -15px;
  margin-right: -15px;
  margin-top: 32px;
}

.prague-shortcode-parent .vc_row .vc_column_container > .vc_column-inner {
  padding-left: 15px;
  padding-right: 15px;
}

.prague-shortcode-parent .prague-clients-wrapper {
  min-height: 270px;
  background-color: white;
  box-shadow: 0 30px 50px rgba(0, 0, 0, 0.2);
  margin-bottom: 50px;
}

@media only screen and (max-width: 1199px) {
  .prague-shortcode-parent .prague-shortcode-content-wrapp {
    max-width: 970px;
  }
  .prague-shortcode-parent .prague_services .prague-services-wrapper {
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 991px) {
  .prague-shortcode-parent .prague-shortcode-content-wrapp {
    max-width: 750px;
  }
  .prague-shortcode-parent .prague-shortcode-heading {
    padding: 30px 0;
  }
}

@media only screen and (max-width: 768px) {
  .prague-shortcode-parent .prague-shortcode-heading {
    text-align: center;
  }
  .prague-shortcode-parent .prague-shortcode-heading .parent-subtitle.divider {
    margin-bottom: 10px;
  }
  .prague-shortcode-parent .prague-shortcode-heading .parent-subtitle.divider:after {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    top: calc(100% + 14px);
  }
}

@media only screen and (max-width: 767px) {
  .prague-shortcode-parent .prague-shortcode-content-wrapp {
    max-width: calc(100% - 30px);
  }
}

/*-------------------------------------------------------*/
/* SERVICES */
/*-------------------------------------------------------*/
.prague_services .portfolio-item {
  margin: 0;
}

.prague-services-wrapper.xs-right-b {
  border-right: 1px solid #cecece;
}

.prague-services-wrapper.xs-bottom-b {
  border-bottom: 1px solid #cecece;
}

.prague-services-wrapper.xs-left-b {
  border-left: 1px solid #cecece;
}

.prague-services-wrapper.xs-top-b {
  border-top: 1px solid #cecece;
}

@media only screen and (min-width: 768px) {
  .prague-services-wrapper.sm-right-b {
    border-right: 1px solid #cecece;
  }
  .prague-services-wrapper.sm-bottom-b {
    border-bottom: 1px solid #cecece;
  }
  .prague-services-wrapper.sm-left-b {
    border-left: 1px solid #cecece;
  }
  .prague-services-wrapper.sm-top-b {
    border-top: 1px solid #cecece;
  }
}

@media only screen and (min-width: 992px) {
  .prague-services-wrapper.md-right-b {
    border-right: 1px solid #cecece;
  }
  .prague-services-wrapper.md-bottom-b {
    border-bottom: 1px solid #cecece;
  }
  .prague-services-wrapper.md-left-b {
    border-left: 1px solid #cecece;
  }
  .prague-services-wrapper.md-top-b {
    border-top: 1px solid #cecece;
  }
  .prague-services-wrapper.hide-md-bottom-b {
    border-bottom: 0px solid #cecece;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .prague-services-wrapper.only-sm-right-b {
    border-right: 1px solid #cecece;
  }
}

.prague-services-wrapper {
  padding: 46px 53px 50px;
  text-align: center;
}

.prague-services-wrapper .services-item-icon {
  font-size: 48px;
  line-height: 48px;
  font-weight: 500;
  margin-bottom: 18px;
  color: #7e7d7d;
}

.prague-services-wrapper .services-item-title {
  margin-top: 0;
  margin-bottom: 0;
}

.prague-services-wrapper .services-item-description {
  margin-top: 13px;
  color: #7e7d7d;
}

.prague-services-wrapper .services-item-description p:last-child {
  margin-bottom: 0;
}

.prague-services-wrapper .prague-services-link {
  margin-top: 18px;
}

.prague_count_col4 .prague-services-wrapper,
.prague_count_col5 .prague-services-wrapper,
.prague_count_col6 .prague-services-wrapper {
  padding: 35px 15px;
}

@media only screen and (max-width: 1199px) {
  .prague-services-wrapper {
    padding: 46px 30px 50px 30px;
  }
}

@media only screen and (max-width: 767px) {
  .prague-services-wrapper {
    max-width: 370px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media only screen and (max-width: 400px) {
  .prague-services-wrapper {
    max-width: 290px;
    margin-left: auto;
    margin-right: auto;
  }
}

/* Lazyload */
.prague_grid,
.prague_services {
  display: flex;
  flex-wrap: wrap;
}

.preview__ribbon {
  position: absolute;
  left: -4px;
  top: -5px;
  z-index: 1;
  overflow: hidden;
  width: 75px;
  height: 75px;
  text-align: right;
  transform: rotate(270deg);
}

.preview__ribbon-text {
  font-size: 14px;
  line-height: 22px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  transform: rotate(45deg);
  width: 100px;
  display: block;
  background: #111;
  box-shadow: 0 3px 10px -5px rgba(0,0,0,1);
  position: absolute;
  top: 17px;
  right: -23px;
}

.preview__ribbon-text:after,
.preview__ribbon-text:before {
  content: '';
  position: absolute;
  top: 100%;
  z-index: -1;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #111;
}

.preview__ribbon-text:before {
  left: 0;
  border-left: 3px solid #111;
  border-right: 3px solid transparent;
}

.preview__ribbon-text:after {
  right: 0;
  border-right: 3px solid #111;
  border-left: 3px solid transparent;
}


.background-gray {
  background: #C9C5B1 !important;
}

@media screen and (max-width: 768px) {
  .main-menu li a {
    letter-spacing: 0 !important;
  }
}