@font-face {
  font-family: MainFont-Bold;
  src: url('../fonts/palanquin-bold.ttf');
  font-weight: 800;
}
@font-face {
  font-family: MainFont-Reg;
  src: url('../fonts/palanquin-regular.ttf');
  font-weight: 600;
}
@font-face {
  font-family: MainFont-Light;
  src: url('../fonts/palanquin-light.ttf');
  font-weight: 400;
}
 @keyframes myanim {
           0% {
    transform: translatey(0px);
  }
  50% {
    transform: translatey(-20px);
  }
  100% {
    transform: translatey(0px);
  }

}
 @keyframes myanim2 {
           0% {
    transform: translatey(0px);
  }
  50% {
    transform: translatey(40px);
  }
  100% {
    transform: translatey(0px);
  }

}
 @keyframes myanim3 {
           0% {
    transform: translatey(0px);
  }
  50% {
    transform: translatey(-60px);
  }
  100% {
    transform: translatey(0px);
  }

}
body {
  font-family: MainFont-Reg;
}
h1, .h1 {
  font-size: 54px;
  line-height: 72px;
  font-family: MainFont-reg;
  letter-spacing: 3px;
}
h2 {
  font-size: 2em;
  font-family: MainFont-reg;
  line-height: 52px;
  letter-spacing: 3px;
}
h3,.h3 {
  font-size: 14px;
  line-height: 30px;
  font-family: MainFont-Reg;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: rgba(120, 123, 134, 0.6);
  margin-bottom: 5px;
}
p {
    font-size: 18px;
    font-family: MainFont-Reg;
    letter-spacing: 1px;
    line-height: 30px;
    color: #5a5a5a;
}
li {
  list-style: none;
}

/*NAV*/

a:hover {
  transition: 0.3s ease;
  color: #55b51a;
  text-decoration: none;
}
.active {
  color: #55b51a;
  border-bottom: 2px solid #55b51a;
  opacity: 1;
   -webkit-animation-name: active-a;
  -webkit-animation-duration: 4s;
  animation-name: active-a;
  animation-duration: 1s;
}
@-webkit-keyframes active-a {
  from {border-bottom: 2px solid #fff;}
  to {border-bottom: 2px solid #55b51a;}
}

/* Standard syntax */
@keyframes active-a {
  from {border-bottom: 2px solid #fff;}
  to {border-bottom: 2px solid #55b51a;}
}
.nav-con-third nav div.logo a div.logo-img {
  background: url('../logo-mini.png') no-repeat;
}
.logo-img {
  background: url('../logo.png') no-repeat;
  width: 100%;
  max-width: 120px;
  float: left;
  margin: 0 auto;
  height: 85px;
}
.nav-con-third nav div.logo a div.logo-img {
  transform: translate(0, -8px);
  height: 55px;
}
nav ul {
  float: right;
}
nav ul li {
  display: inline-block;
  float: left;
}
nav ul li:not(:first-child) {
  margin-left: 30px;
}
nav ul li:last-child {
  margin-right: 0px;
}
nav ul li a {
  display: inline-block;
  color: #000;
  outline: none;
  text-decoration: none;
  letter-spacing: 0.5px;
}
.menu-separ {
  border: 0;
  float: right;
  width: 950px;
  margin: 0;
}
nav {
  max-width: 1366px;
  margin: 0 auto;
}
.nav-con {
  position: fixed !important;
  top: 60px;
  max-width: 100%;
}
.nav-con-sec {
  position: fixed !important;
  top: 0;
  height: 120px;
  background-color: #fff;
  width: 100%;
  max-width: 100%;
}

.nav-con-third {
  position: fixed !important;
  top: 0;
  height: 80px;
  background-color: #fff;
  width: 100%;
  max-width: 100%;
}
.nav-con-third nav div.nav-wraper ul.sec-menu {
  display: none;
}
.nav-con-third nav div.nav-wraper ul.main-menu {
  border: none;
  padding-top: 0;
}
.nav-con-third nav div.logo {
  max-width: 80px;
}
.main-menu {
  padding-top: 10px;
  border-top: 1px solid #333;
}
.list-items-small a{
  font-family: MainFont-Reg;
  font-size: 1rem;
  text-align: right;
}
.list-items-main a{
  font-family: MainFont-Reg;
  font-size: 1.2rem;
  position: relative;
  z-index: 3;
}

.list-items-main {

  position: relative;

}

.shop_submenu {

  background: #ffffff;

  width: 200px;
  
  text-align: center;

  position: absolute;
  
  top: -10px;

  left: -11px;

  padding: 40px 0px 10px 0px;

  display: none;
  
  z-index: 1;

}

.shop_submenu a {

  padding: 4px 0px 4px 0px;

  overflow: hidden;

}

.shop_submenu_right {

  background: #ffffff;

  width: 240px;

  text-align: center;

  position: absolute;
  
  top: -10px;

  left: -10px;

  padding: 10px 0px 10px 0px;
  
  margin: 0px 0px 0px 200px;

  display: none;

}

.shop_submenu_right a {

  padding: 4px 0px 4px 0px;

}

.submenu_right {

    position: relative;

}

.list-items-main:hover .shop_submenu {

  display: block;

}

.shop_submenu .submenu_right:hover .shop_submenu_right {

  display: block;

}

#nav:checked + .nav-btn {
  transform: rotate(45deg);
}
#nav:checked + .nav-btn i {
  background: white;
  transition: transform 0.2s ease;
}
#nav:checked + .nav-btn i:nth-child(1) {
  transform: translateY(6px) rotate(180deg);
}
#nav:checked + .nav-btn i:nth-child(2) {
  opacity: 0;
}
#nav:checked + .nav-btn i:nth-child(3) {
  transform: translateY(-6px) rotate(90deg);
}
#nav:checked ~ .nav-wraper {

  display: block;
}
#nav:checked ~ .nav-wraper ul li a {
  opacity: 1;
}
.hidden {
  display: none;
}


/*REFERENCE*/

ul.filters {
  display: block;
  width: 100%;
  margin: 0;
  padding: 30px 0;
}
ul.filters > li {
  list-style: none;
  display: inline-block;
}
ul.filters > li > a {
  font-family: MainFont-Reg;
  display: block;
  color: #56b51a;
  text-decoration: none;
  padding: 5px 20px;
}
ul.filters > li > a:hover {
  background-color: rgba(19, 19, 19, 0.1);
}
ul.filters > li.active > a {
  color: #fff;
  background-color: #56b51a;
}
.card {
  position: relative;
  margin-bottom: 50px;
  color: #000;
  border-radius: 0;
  border: 1px solid #eee;
  background-color: #fff;
  box-shadow: 1px 1px 1.5px rgba(0, 0, 0, 0.075);
}
.card-head {
  position: relative;
  overflow: hidden;
}
.card-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
  background-color: rgba(19, 19, 19, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(250, 250, 250, 0.5);
  -webkit-transition: ease-in-out 0.2s;
  -moz-transition: ease-in-out 0.2s;
  -ms-transition: ease-in-out 0.2s;
  transition: ease-in-out 0.2s;
}
.card-hover {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(86, 181, 26, 1.0);
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  flex-direction: column;
  box-sizing: border-box;
  padding: 30px;
  -webkit-transition: ease-in-out 0.2s;
  -moz-transition: ease-in-out 0.2s;
  -ms-transition: ease-in-out 0.2s;
  transition: ease-in-out 0.2s;
}
.card-body {
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
}
h4.title {
  font-family: MainFont-Reg;
  color: #434e5e;
  font-size: 1.2rem;
  margin-bottom: 0;
}
.card-btn {
  margin-bottom: -40px;
  font-size: 0.7rem;
  background-color: #fff;
  color: #222;
  border: 1px solid #eee;
  border-radius: 0;
  padding-left: 50px;
  padding-right: 50px;
}
.card-btn:hover {
  background-color: #56b51a;
  color: #fff;
}
.box-ref {
  margin-top: 6.25em;
  max-width: 900px;
}

/*ABOUT*/
.about-text  {
  margin: 0 auto;
  font-size: 18px;
}
.img-center {
  margin: 0 auto;
  flex: 0 0 50%;
}
.img-card-about {
  max-width: 120px;
  margin: 0 auto;
}
.deck-space {
  margin-top: 150px;
}
.card-no-border {
  border: 0;
  box-shadow: none;
}
.about-space {
  margin-top: 150px;
}



/* HEADER - VIDEO */
.por {
  z-index: 99;
  height: 75vh;
  min-height: 75vh;
  background-image: url('../images/banner-poradenstvo.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}
.nobg {
  z-index: 99;
  height: 20vh;
  min-height: 20vh;
  background-color: #fff;
}
.tvorba-www {
  height: 0;
  min-height: 0;
}
header {
  position: relative;
  background-color: black;
  height: 75vh;
  min-height: 60.5rem;
  width: 100%;
  overflow: hidden;
}

header video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
header video#firm-vidva {
  width: 100%;
}
header .container {
  transition: 0.5s ease-in-out;
  position: relative;
  z-index: 2;
}

header .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
}
#firm-vidva {
  display: none;
}

.kontakt {
  margin-top: 50px;
}
.kontakt-sekcie {
  float: left;
  width: 40%;
  margin: 25px;
}
.kontakt-form {
  background-color: #55b51a;
  padding: 50px;
  border-radius: 15px;
  -webkit-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.2);
-moz-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.2);
box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.2);
}
.kontakt-right {
  background-color: #f4f4f4;
}
.kontakt-left, .kontakt-right {
  padding: 150px;
  width: 50%;
  float: left;
}
.kontakt-left {
  background-color: #fff;
  padding-bottom: 100px;
}
.messages h2 {
  margin-bottom: 50px;
  color: white;
  text-align: center;
  line-height: 54px;
}
.messages p {
  color: white;
  text-align: center;
  line-height: 36px;
  margin-bottom: 0;
}
.form-group label {
  color: white;
}
.form-group input::placeholder {
  color: #55b51a;
  opacity: 0.6;
}
.form-group textarea::placeholder {
  color: #55b51a;
  opacity: 0.6;
}
.form-control {
  padding: 0;
  padding-left: 10px;
}


.robot-block img {
  max-width: 70px;
}
.robot-block {
  width: 25%;
  margin: 30px;
  display: inline-block;
  position: relative;
}
.robot-block p {
  margin-top: 25px;
  text-align: center;
  color: #787b86;
  font-size: 14px;
  font-family: MainFont-reg;
  line-height: 30px;
  letter-spacing: 2px;
}
.wrap-robot {
  padding-top: 150px;
  text-align: center;
}
.wrap-robot h2 {
  margin-bottom: 100px;
  font-size: 2em;
  font-family: MainFont-Reg;
  letter-spacing: 2px;
  line-height: 60px;
  color: #191a1e;
}
.section {
  float: left;
  width: 100%;
  position: relative;
}
.sub-header {
  padding-top: 250px;
}
.eshop-info {
  background: #fff;
  background-size: contain;
}
.webpages {
  padding-top: 250px;
}
.webpages h1 {
  margin-bottom: 150px;
}
.eshop-bottom-bar {
  background: linear-gradient(270deg, rgba(85,181,26,0.3169642857142857) 0%, rgba(226,226,226,0.6446953781512605) 100%);
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 120px;
}
.funkcie-table {
  background: #f1f1f2;
}
.funkcie-ceny {
  text-align: left;
}
.wrap-full {
  position: relative;
  width: 100%;
}
.btn-ponuka {
  margin-top: 50px;
}
.block-prace {
  padding: 50px;
  width: 50%;
  float: left;
}
.block-prace-img {
  background: url('../images/uzivatelia.jpg') center no-repeat;
  padding: 250px;
  width: 50%;
  float: left;
}
.block-prace h2 {
  font-size: 50px;
  font-family: MainFont-Reg;
  letter-spacing: 2px;
  line-height: 60px;
  color: #191a1e;
}
.block-prace p {
  text-align: left;
  color: #787b86;
  font-size: 18px;
  font-family: MainFont-reg;
  line-height: 30px;
  letter-spacing: 2px;
}
.wrap {
  position: relative;
  max-width: 900px;
  margin: 0 auto;
}
.section.reasons .wrap {
    max-width: 1340px;
}
.section.orig .wrap,
.section.trh .wrap {
    max-width: 1000px;
}
.df-w {
  display: flex;
  flex-wrap: wrap;
}
.eshop-info h1 {
  margin-bottom: 150px;
}
.green {
  color: #55b51a;
}
.color-g {
  margin-left: -20px;
  font-family: monospace;
  font-size: 52px;
  color: #55b51a;
}
.wrap-wide {
  height: 100%;
  position: relative;
  max-width: 1366px;
  margin: 0 auto;
}
.spravny-eshop, .copywriting {
  margin-top: 150px;
  margin-bottom: 150px;
}
.spravny-eshop {
  margin-bottom: 0;
}
.eshop-info-block {
  width: 50%;
  float: left;
  position: relative;
  overflow: hidden;
}
.eshop-info-left {
  background: url('../images/eshop-box.jpg') center center;
  background-size: cover;
  height: 492px;
}
.eshop-info-right {
  background: #1f1d1d;
}
.block {
  float: left;
  position: relative;
  height: 100%;
  width: 100%;
  top: 0;
  padding: 80px;
}
.block-box {
  float: left;
  width: 100%;
}
.arrow {
  text-align: center;
  padding: 49px;
}

.text-big-box {
  line-height: 68px;
  text-align: center;
  font-size: 46px;
  color: white;
  font-family: MainFont-bold;
  text-transform: uppercase;
}
.text-small-box {
  text-align: center;
  font-size: 20px;
  color: white;
  font-family: MainFont-reg;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.reasons {
  background: linear-gradient(-225deg, #DFFFCD 0%, #90F9C4 48%, #39F3BB 100%);
  padding: 120px 0 60px 0;
}
.sub-wrap {
  padding: 40px;
  width: calc(50% - 80px);
  float: left;
  position: relative;
  left: 80px;
}
.sub-wrap h2 {
  color: #191a1e;
  font-size: 26px;
  font-family: MainFont-reg;
  line-height: 30px;
  letter-spacing: 2px;
}
.sub-wrap p {
  color: #5a5a5a;
  font-size: 18px;
  font-family: MainFont-reg;
  line-height: 30px;
  letter-spacing: 2px;
}
.block-tvorime {
  width: 100%;
  float: left;
  margin-top: 50px;
}
.tvorime-text {
  padding-right: 10px;
  width: 50%;
  float: left;
}

.tvorime-img {
  margin-top: 32%;
  padding-left: 50px;
   width: 50%;
  float: left;
}
.tvorime-right-img {
  float: right;
}
.tvorime-text h1 {
  font-size: 50px;
  font-family: MainFont-Reg;
  letter-spacing: 2px;
  line-height: 50px;
  color: #191a1e;
}
.tvorime-text p {
  padding-top: 50px;
  font-size: 18px;
  font-family: MainFont-Reg;
  letter-spacing: 1px;
  line-height: 30px;
  color: #787b86;
}

.mid-btn-wrap {
  text-align: center;
}

.divider {
  margin: 0;
  height: 0;
  border-top: 1px solid #f1f1f2;
  width: 100%;
  float: left;
}
.logo-block {
  margin: 30px;
  display: inline-block;
  position: relative;
  opacity: 0.5;
}
.nad img {
  width: auto;
    height: auto;
    max-height: 136px;
}
.logo-block:hover {
  opacity: 1;
  transform: scale(1.2);
  transition: 0.3s ease;
}
.zoznamy p a {
  color: #787b86;
}
.zoznamy p a:hover {
  color: #55b51a;
}
.wrap-logo {
  padding-top: 100px;
  text-align: center;
}
.pb {
  padding-bottom: 150px;
}
.pb-50 {
  padding-bottom: 50px;
}
.www-info-block {
  width: 100%;
  text-align: center;
}
.www-bottom-bar {
  background: rgb(85,181,26);
background: linear-gradient(270deg, rgba(85,181,26,0.3169642857142857) 0%, rgba(226,226,226,0.6446953781512605) 100%);
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
.block-ponuka h1 {
  max-width:  1000px;
  margin: 0 auto;
  margin-bottom: 100px;
  text-align: center;
 font-size: 42px;
 text-align:  center;
    font-family: MainFont-Reg;
    letter-spacing: 3px;
    line-height: 56px;
    color: #191a1e;
}
.block-ponuka {
  width: 100%;
  float: left;
}
.block-reasons {
  background-color: #fff;
  width: 100%;
  float: left;
  -webkit-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.1);
-moz-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.1);
box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.1);
}
.reason-block {
  width: 50%;
  float: left;
}
.reason-block-a {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.reason-block-img {
  margin-top: 20%;
  width: 50%;
  float: left;
}

.reasons-p {
  text-align: left;
  width: 100%;
  float: left;
}
.reasons-p p {
  margin-bottom: 0;
}
.ponuka {
  background: linear-gradient(-225deg, #DFFFCD 0%, #90F9C4 48%, #39F3BB 100%);
  padding: 120px 0 60px 0;
}
.block-reasons .block p {
  text-align: left;
  color: #787b86;
  font-size: 14px;
  font-family: MainFont-reg;
  line-height: 30px;
  letter-spacing: 2px;
}

i.down {
  display: none;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.right {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
i.arrow {
  float: left;
  margin-top: 11px;
  margin-right: 20px;
  margin-bottom: 50px;
  border: 2px solid #55b51a;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
}
i.down {
  display: none;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.www-reasons-arrow {
  width: 100%;
  display: flex;
  margin-bottom: 15px;
}
.robot {
  text-align: right;
}
.block-reasons-mid {
  text-align: center;
  padding: 40px;
}
.marketing h3, .marketing .h3 {
  text-align: center;
}
.marketing h1 {
  text-align: center;
}
.trh {
  padding: 150px 0 150px 0;
}
.block-trh {
  width: 50%;
  float: left;
}
.block-trh h2 {
  font-size: 50px;
  font-family: MainFont-Reg;
  letter-spacing: 2px;
  line-height: 60px;
  color: #191a1e;
}
.block-trh p {
  text-align: left;
  color: #5a5a5a;
  font-size: 18px;
  font-family: MainFont-reg;
  line-height: 30px;
  letter-spacing: 2px;
}
.orig {
  background: linear-gradient(-225deg, #DFFFCD 0%, #90F9C4 48%, #39F3BB 100%);
  padding: 150px 0 150px 0;
}
.block-orig {
  margin: 0 auto;
  max-width: 1000px;
  text-align: center;
}
.block-orig h2 {
  font-size: 50px;
  font-family: MainFont-Reg;
  letter-spacing: 2px;
  line-height: 60px;
  color: #191a1e;
}
.block-orig p {
  text-align: center;
  color: #5a5a5a;
  font-size: 18px;
  font-family: MainFont-reg;
  line-height: 30px;
  letter-spacing: 2px;
}

.block-seo img {
  padding-top: 15vh;
  padding-right: 100px;
}
.block-seo h2 {
  padding-top: 15vh;
  padding-right: 100px;
  font-size: 50px;
  font-family: MainFont-Reg;
  letter-spacing: 2px;
  line-height: 60px;
  color: #191a1e;
}
.block-seo {
  width: 50%;
  float: right;
}
.block-seo p {
  text-align: left;
  color: #5a5a5a;
  font-size: 14px;
  font-family: MainFont-reg;
  line-height: 30px;
  letter-spacing: 2px;
}
.seo {
  background: linear-gradient(-225deg, #DFFFCD 0%, #90F9C4 48%, #39F3BB 100%);
  padding: 120px 0 120px 0;
}
.copy {
  text-align: center;
  margin: 0 auto;
}
.copy-text {
  margin: 0 auto;
  float: none;
  width: 60%;
}
.block-copy {
  width: 100%;
  float: left;
  margin-top: 200px;
}
.copy-text h2 {
  font-size: 50px;
  font-family: MainFont-Reg;
  letter-spacing: 2px;
  line-height: 60px;
  color: #191a1e;
}
.copy-text p {
    text-align: center;
    color: #5a5a5a;
    font-size: 14px;
    font-family: MainFont-reg;
    line-height: 30px;
    letter-spacing: 2px;
}
.btn-seo {
  margin: 50px;
}
.block-ppc {
  margin-top: 200px;
  margin-bottom: 200px;
  width: 50%;
  float: left;
}
.block-ppc p {
    text-align: left;
    color: #787b86;
    font-size: 14px;
    font-family: MainFont-reg;
    line-height: 30px;
    letter-spacing: 2px;
}
.block-ppc h1 {
  font-size: 50px;
  font-family: MainFont-Reg;
  letter-spacing: 2px;
  line-height: 60px;
  color: #191a1e;
}
.more-title {
  left: 50%;
    transform: translate(-50%, 0);
    position: relative;
    display: inline-block;
}
.more-case {
  width: 100%;
  float: left;
  padding-top: 60px;
}
.more {
  padding: 120px 0 140px 0;
}
.more-case-block {
  width: calc(32% - 20px);
  position: relative;
  overflow: hidden;
  background-color: #EEF0F0;
  float: left;
  color: #191A1E;
  transform: translate(0%, 10px);
  transition: .3s ease;
}
.more-case-block:first-child {
    margin-right: 40px;
}
.more-case-block:nth-child(2) {
    margin-right: 40px;
}
.more-case-block:hover {
  background-color: #fff;
  transform: scale(1);
    -webkit-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.1);
-moz-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.1);
box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.1);
}
.more-title h2 {
   font-size: 50px;
  font-family: MainFont-Reg;
  letter-spacing: 2px;
  line-height: 60px;
  color: #191a1e;
}
.case-title h3 {
  font-size: 24px;
  font-family: MainFont-Reg;
  letter-spacing: 1px;
  line-height: 30px;
  color: #191a1e;
}
.funkcie-table {
  text-align: left;
}
.case-title {
  position: absolute;
    top: 50%;
    left: 50px;
    transform: translate(0%, -50%);
    max-width: 100%;
}
.case-title a {
  color: #333;
}
.case-title h2 {
  line-height: 33px;
}
.more-case-block:before {
    content: "";
    display: block;
    padding-top: 75%;
}
.arrow-case {
  width: 26px;
    height: 17px;
    position: absolute;
    bottom: 40px;
    left: 50px;
    background: url(../arrow-big-dark.svg) center center no-repeat;
    opacity: .5;
}

.more-case img {
  width: 175px;
    position: absolute;
    top: 50%;
    left: calc(100% - 50px);
    transform: translate(-50%, -50%);
}

.reasons-dot::before {
  transform: translate(-20px, 26px);
    content: '';
   display: inline-block;
   width: 5px;
   height: 5px;
   -moz-border-radius: 7.5px;
   -webkit-border-radius: 7.5px;
   border-radius: 7.5px;
   background-color: #55b51a;
}
.reasons-dot-last::before {
  transform: translate(-150px, 26px);
    content: '';
   display: inline-block;
   width: 5px;
   height: 5px;
   -moz-border-radius: 7.5px;
   -webkit-border-radius: 7.5px;
   border-radius: 7.5px;
   background-color: #55b51a;
}
.vlajky {
  position: absolute;
    top: 20px;
    left: 20px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    transform: unset;
}

/* BUTTONS */
.btn-clean {
  height: 30px;
  display: inline-block;
  padding: 0;
  position: relative;
  border: none;
  line-height: 0px;
  text-transform: uppercase;
  font-family: MainFont-reg;
  font-size: 16px;
  color: #55b51a;
  text-decoration: none;
  letter-spacing: 1px;
}
.btn-clean:hover {
  background-color: none;
  height: 30px;
  display: inline-block;
  padding: 0;
  position: relative;
  line-height: 0px;
  text-transform: uppercase;
  font-family: MainFont-reg;
  font-size: 16px;
  color: #55b51a;
  text-decoration: none;
  letter-spacing: 1px;
  transition: 0.4s ease;
  border-bottom: 1px solid #55b51a;
}

.btn-outline-a {
  height: 60px;
  display: inline-block;
  padding: 30px 40px 30px 40px;
  position: relative;
  border: 1px solid #fff;
  border-radius: 20px;
  line-height: 0px;
  text-transform: uppercase;
  font-family: MainFont-reg;
  font-size: 16px;
  color: #fff;
  text-decoration: none;
  letter-spacing: 1px;
  transition: 0.4s ease-in-out;
}
.btn-outline-a:hover {
  background-color: #fff;
  height: 60px;
  display: inline-block;
  padding: 30px 50px 30px 50px;
  position: relative;
  border: 1px solid #fff;
  line-height: 0px;
  text-transform: uppercase;
  font-family: MainFont-bold;
  font-size: 16px;
  color: #55b51a;
  text-decoration: none;
  letter-spacing: 1px;
  transition: 0.4s ease-in-out;
}


.btn-outline {
  height: 60px;
  display: inline-block;
  padding: 30px 40px 30px 40px;
  position: relative;
  border: 1px solid #55b51a;
  border-radius: 20px;
  line-height: 0px;
  text-transform: uppercase;
  font-family: MainFont-reg;
  font-size: 16px;
  color: #55b51a;
  text-decoration: none;
  letter-spacing: 1px;
  transition: 0.4s ease-in-out;
}
.btn-outline:hover {
  background-color: #55b51a;
  height: 60px;
  display: inline-block;
  padding: 30px 50px 30px 50px;
  position: relative;
  border: 1px solid #55b51a;
  line-height: 0px;
  text-transform: uppercase;
  font-family: MainFont-bold;
  font-size: 16px;
  color: white;
  text-decoration: none;
  letter-spacing: 1px;
  transition: 0.4s ease-in-out;
}
.btn-full {
  background-color: #55b51a;
  height: 60px;
  display: inline-block;
  padding: 30px 40px 30px 40px;
  position: relative;
  border: 1px solid #55b51a;
  border-radius: 30px;
  line-height: 0px;
  text-transform: uppercase;
  font-family: MainFont-bold;
  font-size: 16px;
  color: white;
  text-decoration: none;
  letter-spacing: 1px;
  transition: 0.4s ease;
}
.btn-full:hover {
   height: 60px;
  display: inline-block;
  padding: 30px 40px 30px 40px;
  position: relative;
  border: 1px solid #55b51a;
  line-height: 0px;
  text-transform: uppercase;
  font-family: MainFont-bold;
  font-size: 16px;
  color: #55b51a;
  background-color:  white;
  text-decoration: none;
  letter-spacing: 1px;
}
.btn-full-white {
  background-color: #fff;
  height: 60px;
  display: inline-block;
  padding: 30px 40px 30px 40px;
  position: relative;
  border: 1px solid #55b51a;
  border-radius: 30px;
  line-height: 0px;
  text-transform: uppercase;
  font-family: MainFont-bold;
  font-size: 16px;
  color: #55b51a;
  text-decoration: none;
  letter-spacing: 1px;
  transition: 0.4s ease;
}
.btn-full-white:hover {
  background-color: #fff;
  height: 60px;
  display: inline-block;
  padding: 30px 60px 30px 60px;
  position: relative;
  border: 1px solid #55b51a;
  border-radius: 30px;
  line-height: 0px;
  text-transform: uppercase;
  font-family: MainFont-bold;
  font-size: 16px;
  color: #55b51a;
  text-decoration: none;
  letter-spacing: 1px;
  transition: 0.4s ease;
}
.btn-full-white:active {
  background-color: #fff !important;
  height: 60px;
  display: inline-block;
  padding: 30px 60px 30px 60px;
  position: relative;
  border: 1px solid #55b51a;
  border-radius: 30px;
  line-height: 0px;
  text-transform: uppercase;
  font-family: MainFont-bold;
  font-size: 16px;
  color: #55b51a !important;
  text-decoration: none;
  letter-spacing: 1px;
  transition: 0.4s ease;
}
.btn-funkcie {
  margin: 50px;
  margin-top: 100px;
}
.section.tvorime .btn-funkcie {
    margin: 50px 7px 100px 0px;
}
.btn-technologie {
  margin: 0 auto;
  margin-top: 50px;
}

.btn-wrap {
  margin-top: 50px;
  margin-bottom: 50px;
  width: 100%;
  float: left;
}
.btn-mid {
  text-align: center;
}

.btn-form {
  margin-top: 20px;
}



/*CONTENT*/
.no-margin {
  margin: 0;
}
.mb-250 {
  margin-bottom: 250px;
  float: none;
}
.home-page-padding {
  padding-top: 200px;
}
.ctdsgn {
  margin-bottom: 100px;
}

.text-small-form {
  text-align: center;
  color: white !important;
  font-size: 1em;
}
.webdesign {
  margin-bottom: 150px;
}
.poradenstvo-mar {
  margin-top: 100px;
}
.copywriting {
  padding-bottom: 50px;
  margin-top: 0;
  background-color: #f4f4f4;
}
.con-articles {
  max-width: 900px;
  padding: 0;
}
.article-img-home {
  max-width: 100%;
  margin-top: 80px;
}
.article-img {
  margin-top: 160px;
  width: 100%;
	height: auto;
}
.left-img-align {
	order: 2;
}
.box-text-home {
	margin-bottom: 50px;
	font-size: 2em;
	font-weight: 800;
  letter-spacing: 3px;
  line-height: 52px;
}
.box-text-article {
  margin-top: 50px;
  margin-bottom: 50px;
  letter-spacing: 3px;
  text-align: left;
  font-size: 3em;
}
.box-text-home-par {
	text-align: left;
    max-width: 630px;
}
.box-home {
  width: 100%;
	padding-top: 100px;
  padding-bottom: 100px;
  margin-left: 0;
  margin-right: 0;
}
.box-article {
  max-width: 1366px;
  margin: 0 auto;
}
.box-article-grey {
  max-width: 1366px;
  margin: 0 auto;
  margin-top: 100px;

}
.half-width-box {
  width: 50%;
  float: left;
  text-align: center;
}
.box-mar-home {
	margin-bottom: auto;
	margin-top: auto;
}
.st {
  order: 1;
}
.nt {
  order: 2;
}
.nth {
  margin: 0 auto;
  text-align: center;
  order: 3;
}
.copy-box {
  margin: 0 auto;
  width: 100%;
  background-color: #f4f4f4;
}
.right-text {
  text-align: right;
  float: right;
}

.table {
  background-color: #fff;
}

.table td, .table th {
  color: #55b51a;
}

th.green-table-bg {
  background-color: #55b51a;
  color: #fff;
  font-size: 20px;
}
.functions-and-price-list-special-action-class {
  background-color: #ffb004;
}
.functions-and-price-list-special-action-class:hover {
  background-color: #ffb004 !important;
}
.functions-and-price-list-special-action-class td {
  color: #fff;
  min-width: 112px;
}
.functions-and-price-list-special-action-class td:nth-child(n+2) {
    text-align: center;
}
.functions-and-price-list-middle-td-in-package-active {
  background: url(../images/td-in-package-active.png) no-repeat  center !important;
}
th.green-table-bg {
  padding-left: 0;
  padding-right: 0;
}
th.table-text-header {
  font-family: mainfont-bold;
  padding-left: 40px;
}
.fnkc {

}
.block-prez-sluzby {
  width: 50%;
  float: left;
  padding-left: 40px;
  padding-right: 40px;
}
.block-prez-sluzby a p:hover {
  color: #55b51a;
}
.pt-20 {
  padding-top: 20px;
}
.new-ref-index {
  border: 1px solid #d3d3d3;
  opacity: 0.6;
  background-color: #fff;
  width: calc(47% - 20px);
  margin-bottom: 100px;
}
.new-ref-index:first-child {
  margin-right: 100px;
}
.new-ref-index:nth-child(2) {
  margin: 0;
  margin-bottom: 100px;
}
.new-ref-index:nth-child(odd) {
  margin-right: 100px;
}
.new-ref-index:hover {
  opacity: 1;
  border: none;
}
.new-ref-index img {
  left: calc(100% - 230px);
  width: 80%;
}
.new-ref-title h3 {
  text-transform: uppercase;
  font-size: 34px;
}
.new-ref-title {
  top: 90%;
  left: 160px;
  z-index: 1;
}
.wrap-faq {
  display: flex;
  flex-wrap: wrap;
  max-width: 1000px;
}
.last-faq {
  width: 100%;
  text-align: center;
  margin-bottom: 50px;
}
.mb-200 {
  margin-bottom: 200px;
}
.clanok-nadpis {
  text-align: center;
  margin-bottom: 100px;
  margin-top: 0;
}
.clanok-popis {
  text-align: center;
}
.dotka-velka {
  position: absolute;
  top: 20%;
  left: 0%;
  height: 330px;
  width: 330px;
  border: 50px solid #55b51a;
  border-radius: 50%;
  display: inline-block;
}
.dotka-velka2 {
  width: 11%;
  right: 0%;
  height: 20%;
  margin: -5% 0 0 96%;
}
.dotka-velka:nth-child(1) {
  margin: -10% 0 0 -10%;
  animation: myanim  8s infinite;

}
.dotka-velka:nth-child(2) {
  width: 5%;
  height: 5%;
  margin: 85% 0 0 50%;

  animation: myanim2  12s infinite;
}
.dotka-velka:nth-child(3) {

  width: -15%;
  height: -15%;
  margin: 15% 0 0 70%;
  animation: myanim3  15s infinite;
  right: 0;
  left: auto;
  top: 200%;
}



.dotka {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 50%;
  height: 25px;
  width: 25px;
  border: 5px solid #55b51a;
  border-radius: 50%;
  display: inline-block;
}
.dotka:nth-child(1) {
  margin: -10% 0 0 -10%;
  animation: myanim  4s infinite;
}
.dotka:nth-child(2) {
  margin: -5% 0 0 -74%;
  width: 30px;
  height: 30px;
  animation: myanim2  6s infinite;
}
.dotka:nth-child(3) {
  border: 3px solid #55b51a;
  width: 15px;
  height: 15px;
  margin: 15% 0 0 70%;
  animation: myanim3  8s infinite;
}
.mt-100 {
  margin-top: 100px;
  float: left;
  text-align: center;
}
.no-m {
  margin: 0;
}
.clanok-nadpis-in {
  text-align: left;
}
.tal {
  text-align: left;
}
.tac {
  text-align: center;
}
.big-quote {
  color: #000;
  margin-top: 150px;
  margin-bottom: 150px;
  text-align: center;
  font-size: 3.5em;
  font-family: MainFont-bold;
  line-height: 68px;
}
.big-quote:before {
  color: #55b51a;
  position: absolute;
  content: ' \201D';
  font-size: 180px;
  transform: translate(-100px,10px);
}
.big-quote:after {
  color: #55b51a;
  position: absolute;
    content: '\201C';
    font-size: 180px;
    transform: translate(30px,80px);
}
.wrap-why {
  display: flex;
  flex-wrap: wrap;
}
.w-100 {
  width: 100%;
}
.upper {
  text-transform: uppercase;
}
.pr-30 {
  padding-right: 30px;
}
.video-text-box {
  text-align: center;
}
.video-text {
  margin-top: 30%;
  font-size: 54px;
  color: #212529;
}
@-webkit-keyframes downarrow {
  0% { -webkit-transform: translateY(0); opacity: 0.4 }
  100% { -webkit-transform: translateY(0.4em); opacity: 0.9 }
}
.arrow-video {
  border-color:transparent;
  border-style:solid;
  border-width:0 2em;
  display:block;
  height:0;
  margin:40px auto;
  opacity:0.4;
  text-indent:-9999px;
  transform-origin: 50% 50%;
  width:0;
}

.down {
  -webkit-animation: downarrow 0.6s infinite alternate ease-in-out;
  border-top:2em solid #55b51a;
}
.more-case .vlajky-ref {
  width: 100%;
  height: 100%;
  top: initial;
  left: initial;
  position: initial;
  transform: unset;
}

/*FOOTER*/
footer {
  width: 100%;
  float: left;
  position: relative;
}
.wrap-footer {
  padding-left: 0;
  padding-right: 0;
}
.logo-foot {
  padding-top: 50px;
  padding-left: 20px;
	width: 40%;
  float: left;
}
.text-foot {
  padding-top: 50px;
  width: 60%;
  float: right;
}
.footer-logo {
  max-width: 100px;
}
.footer-nav {
  float: right;
}
.footer-nav li {
  display: contents;
  float: right;
}
.footer-nav li a {
  color: #000;
  font-size: 1em;
  font-family: mainfont-reg;
  letter-spacing: 1px;
  line-height: 30px;
  padding-left: 10px;
  padding-right: 10px;
  text-transform: uppercase;
}
.footer-copyright {
  padding-top: 20px;
  padding-bottom: 20px;
  width: 100%;
  float: left;
}
.crosed {
  text-decoration: line-through;
  letter-spacing: 0;
  font-weight: bold;
  color: #fff;
}
.akciaa {
  letter-spacing: 0;
  font-weight: bold;
  color: #fff;
  text-align: center;
  margin: 0;
}

.footer-nav li:after {
    content: " ｜ ";
}
.footer-nav li:last-child::after {
    content: " ";
}

.side-menu-shop {
  position: fixed;
  z-index: 9;
  right: 0px;
  opacity: 0;
  transition: .5s;
  -webkit-box-shadow: 0px 0px 9px 0px rgba(0,0,0,0.14);
-moz-box-shadow: 0px 0px 9px 0px rgba(0,0,0,0.14);
box-shadow: 0px 0px 9px 0px rgba(0,0,0,0.14);
}
.side-menu-visible {
  opacity: 1;
}
.side-menu {
  margin: 10px;
  padding: 10px;
}
.list-side-menu a {
  color: #000;
  font-size: 18px;
}
.list-side-menu::before {
  content: '-';
  font-size: 18px;
  font-weight: bold;
  color: #333;
  padding-right: 5px;
}
.text-webstr {
  position: absolute;
  top: 30%;
  right: 50%;
}
.webpages-a {
  padding: 0;
}
.ponuka-a {
  background: #333;
}
.block-ponuka-a {
  padding: 100px 0 50px 0;
}
.block-ponuka-a h2 {
  font-size: 20px;
  line-height: 48px;
  color: #fff;
  text-align: center;
}
.reasons-p-a-a {
  padding: 10px 20px;
  background: #42cdc7;
  margin: 10px;
  width: 30%;
  min-height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
}
.reasons-p-a-a .material-icons {
  color: #fff;
  font-size: 26px;
  position: absolute;
  top: 10px;
}
.reasons-p-a-a p {
  color: #fff;
  margin: 0;
}
.reasons-p-a {
  text-align: center;
  width: 30%;
  float: left;
  padding: 20px 60px;
}
.zaujem-a {
  color: #fff;
}
.block-reasons-a {
  background-color: #fff;
    width: 100%;
    float: left;
    -webkit-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.1);
    padding: 30px 60px;
}
.block-reasons-a h2 {
  margin-bottom: 50px;
  width: 100%;
}
.tvorime-a {
  background: url(../images/www-design.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.block-tvorime-a {
  padding: 50px 0;
  width: 100%;
  float: left;
}
.tvorime-text-a {
  width: 75%;
}
.tvorime-text-a h2,
.tvorime-text-a p {
  color: #fff;
}
.wrap-1100 {
  max-width: 1100px;
}
.divider-a {
  width: 50%;
  float: initial;
  margin: 0 auto;
  border-top: 1px solid #4e4e4e;
}
.aaa {
  padding-top: 50px;
}
.controls .row {
  justify-content: center;
}
.statis {
  font-size: 22px;
  color: #55b51a;
  font-weight: bold;
  text-align: center;
  background: #fff;
  padding: 10px;
  text-transform: uppercase;
}
.demo-kontakt .kontakt-left,
.demo-kontakt .kontakt-right {
  padding: 0;
}
.demo-kontakt .kontakt-left {
  padding-right: 50px;
}
.demo-kontakt .wrap {
  display: flex;
  align-items: center;
  margin: 40px auto;
}
.demo-kontakt .kontakt-right {
  margin: 30px 0;
}
.demo-kontakt .kontakt-form {
  background-color: #ffffff;
}
.demo-kontakt .kontakt-form .col-md-6 {
  flex: 0 0 100%;
  max-width: 100%;
}
.demo-kontakt .kontakt-form .messages p,
.demo-kontakt .kontakt-form .form-group label,
.demo-kontakt .kontakt-form .form-group input::placeholder,
.demo-kontakt .kontakt-form .form-group textarea::placeholder {
  color: #212529;
}
.obje {
  padding-top: 170px;
}
#name-of-existing-eshop {
    display: none;
}
.wrap-kontakt h1 {
  font-size: 25px;
  line-height: 30px;
}
.wrap-kontakt h2 {
  font-size: 18px;
  line-height: 30px;
}
