/* main.less! - prezentacni soubor main casti */
/* mainConfig.less! - konfiguracni soubor main casti */
/* frontendConfig.less! - konfiguracni soubor frontend casti */
/* commonConfig.less! - konfiguracni soubor common casti */
/***************************
    DEFAULT VARIABLES
****************************/
/***************************
****************************
    FOOTER MIXIN PRESENTER
****************************
****************************/
/****************************
    FOOTER MIXIN END
****************************/
/* prezencni soubor pro formulare main divize */
/* prezencni soubor pro tabulky main divize */
table li {
  list-style-type: none;
}
/* prezencni soubor pro tlacitka main divize */
.btn:focus,
.btn:active {
  outline: 0 !important;
}
.btn,
.btn-default {
  font-weight: bold;
  font-size: 10pt;
  border: none;
  text-decoration: none;
  -webkit-transition: background, border, 0.175s ease;
  -moz-transition: background, border, 0.175s ease;
  -ms-transition: background, border, 0.175s ease;
  -o-transition: background, border, 0.175s ease;
  transition: background, border, 0.175s ease;
}
.btn:hover,
.btn-default:hover,
.btn:active,
.btn-default:active,
.btn:focus,
.btn-default:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn.btn-purple,
.btn-default.btn-purple {
  background: #893496;
  color: white;
  padding: 12px 18px 10px;
}
.btn.btn-purple:hover,
.btn-default.btn-purple:hover,
.btn.btn-purple:active,
.btn-default.btn-purple:active {
  background: rgba(137, 52, 150, 0.8);
  color: white;
}
.btn.btn-hosting,
.btn-default.btn-hosting {
  background: #7aca0f;
  color: white;
  padding: 12px 18px 10px;
}
.btn.btn-hosting:hover,
.btn-default.btn-hosting:hover,
.btn.btn-hosting:active,
.btn-default.btn-hosting:active {
  background: rgba(117, 209, 20, 0.8);
  color: white;
}
.btn.btn-transfer,
.btn-default.btn-transfer {
  background: #01aaeb;
  color: white;
  padding: 12px 18px 10px;
}
.btn.btn-transfer:hover,
.btn-default.btn-transfer:hover,
.btn.btn-transfer:active,
.btn-default.btn-transfer:active {
  background: rgba(1, 170, 235, 0.8);
  color: white;
}
.btn.btn-orange,
.btn-default.btn-orange {
  background: #f6921e;
  color: white;
  padding: 12px 18px 10px;
}
.btn.btn-orange:hover,
.btn-default.btn-orange:hover,
.btn.btn-orange:active,
.btn-default.btn-orange:active,
.btn.btn-orange:focus,
.btn-default.btn-orange:focus {
  background: rgba(246, 146, 30, 0.8);
  color: white;
}
.btn.btn-transparent,
.btn-default.btn-transparent {
  -webkit-transition: background, color, 0.175s ease;
  -moz-transition: background, color, 0.175s ease;
  -ms-transition: background, color, 0.175s ease;
  -o-transition: background, color, 0.175s ease;
  transition: background, color, 0.175s ease;
  color: #ffffff;
  border-radius: 5px;
  background: transparent;
  padding: 19px 30px 17px;
  border: 2px solid #ffffff;
}
.btn.btn-transparent .glyphicon,
.btn-default.btn-transparent .glyphicon {
  position: relative;
  top: 0;
  color: #ffed00;
  margin-left: 10px;
  -webkit-transition: color 0.175s ease;
  -moz-transition: color 0.175s ease;
  -ms-transition: color 0.175s ease;
  -o-transition: color 0.175s ease;
  transition: color 0.175s ease;
}
.btn.btn-transparent:hover,
.btn-default.btn-transparent:hover,
.btn.btn-transparent:active,
.btn-default.btn-transparent:active {
  border-color: #ffffff;
  background: #ffffff;
  color: #893496;
}
.btn.btn-transparent:hover .glyphicon,
.btn-default.btn-transparent:hover .glyphicon,
.btn.btn-transparent:active .glyphicon,
.btn-default.btn-transparent:active .glyphicon {
  color: #893496;
}
/* prezencni soubor pro formulare main divize */
@media (max-width: 1200px) {
  .noChrome section.reference_slider .bx-viewport {
    height: 505px !important;
  }
  .noChrome section.reference_slider .header-bottom .header-picture {
    margin: 0 !important;
  }
}
@media (max-width: 991px) {
  .noChrome section.reference_slider .bx-viewport {
    height: 442px !important;
  }
  .noChrome section.reference_slider .header-bottom .header-picture {
    -webkit-transform: scale(0.75) translateX(-50%);
    -sand-transform: scale(0.75) translateX(-50%);
    -moz-transform: scale(0.75) translateX(-50%);
    -ms-transform: scale(0.75) translateX(-50%);
    -o-transform: scale(0.75) translateX(-50%);
    transform: scale(0.75) translateX(-50%);
    -webkit-transform-origin: left top;
    -moz-transform-origin: left top;
    -ms-transform-origin: left top;
    -o-transform-origin: left top;
    transform-origin: left top;
    left: 50% !important;
  }
}
@media (max-width: 867px) {
  .noChrome section.reference_slider .bx-viewport {
    height: 428px !important;
  }
  .noChrome section.reference_slider .header-bottom .header-picture {
    -webkit-transform: scale(0.7) translateX(-50%);
    -sand-transform: scale(0.7) translateX(-50%);
    -moz-transform: scale(0.7) translateX(-50%);
    -ms-transform: scale(0.7) translateX(-50%);
    -o-transform: scale(0.7) translateX(-50%);
    transform: scale(0.7) translateX(-50%);
    -webkit-transform-origin: left top;
    -moz-transform-origin: left top;
    -ms-transform-origin: left top;
    -o-transform-origin: left top;
    transform-origin: left top;
  }
}
@media (max-width: 808px) {
  .noChrome section.reference_slider .header-bottom .header-picture {
    -webkit-transform: scale(0.6) translateX(-50%);
    -sand-transform: scale(0.6) translateX(-50%);
    -moz-transform: scale(0.6) translateX(-50%);
    -ms-transform: scale(0.6) translateX(-50%);
    -o-transform: scale(0.6) translateX(-50%);
    transform: scale(0.6) translateX(-50%);
    -webkit-transform-origin: left top;
    -moz-transform-origin: left top;
    -ms-transform-origin: left top;
    -o-transform-origin: left top;
    transform-origin: left top;
  }
}
@media (max-width: 780px) {
  .noChrome section.reference_slider .bx-viewport {
    height: 440px !important;
  }
}
@media (max-width: 767px) {
  .noChrome section.reference_slider .bx-viewport {
    height: 580px !important;
  }
}
@media (max-width: 640px) {
  .noChrome section.reference_slider .header-bottom {
    margin: 0 auto;
  }
  .noChrome section.reference_slider .header-bottom .header-text {
    width: auto;
  }
  .noChrome section.reference_slider .header-bottom .header-picture {
    -webkit-transform: scale(0.5) translateX(-50%);
    -sand-transform: scale(0.5) translateX(-50%);
    -moz-transform: scale(0.5) translateX(-50%);
    -ms-transform: scale(0.5) translateX(-50%);
    -o-transform: scale(0.5) translateX(-50%);
    transform: scale(0.5) translateX(-50%);
    -webkit-transform-origin: left top;
    -moz-transform-origin: left top;
    -ms-transform-origin: left top;
    -o-transform-origin: left top;
    transform-origin: left top;
  }
}
@media (max-width: 480px) {
  .noChrome section.reference_slider .header-bottom .header-picture {
    -webkit-transform: scale(0.4) translateX(-50%);
    -sand-transform: scale(0.4) translateX(-50%);
    -moz-transform: scale(0.4) translateX(-50%);
    -ms-transform: scale(0.4) translateX(-50%);
    -o-transform: scale(0.4) translateX(-50%);
    transform: scale(0.4) translateX(-50%);
    -webkit-transform-origin: left top;
    -moz-transform-origin: left top;
    -ms-transform-origin: left top;
    -o-transform-origin: left top;
    transform-origin: left top;
  }
}
section.reference_slider .real-smart .bx-viewport {
  height: 420px !important;
}
section.reference_slider .acenter {
  text-align: center;
}
section.reference_slider .aleft {
  text-align: left;
}
section.reference_slider .aright {
  text-align: right;
}
section.reference_slider #left-arrow,
section.reference_slider #right-arrow {
  z-index: 10;
}
section.reference_slider .btn-menu .glyphicon {
  font-weight: 500;
}
section.reference_slider .btn-style1,
section.reference_slider a.bx-prev,
section.reference_slider a.bx-next {
  font-weight: bold;
  background: rgba(255, 255, 255, 0.12);
  color: #ffffff;
  outline: none;
  border-radius: 19px;
  border: 0;
  z-index: 10;
}
section.reference_slider .btn-style1 .arrow,
section.reference_slider a.bx-prev .arrow,
section.reference_slider a.bx-next .arrow {
  font-size: 30px;
}
@media (max-width: 767px) {
  section.reference_slider a.bx-prev .fa {
    margin-left: -4px;
    padding-right: 4px;
  }
}
section.reference_slider .fa {
  font-size: 1.4em;
  vertical-align: middle;
  font-weight: 200;
}
section.reference_slider .bx-wrapper ul li {
  padding-bottom: 60px;
}
section.reference_slider .bx-wrapper {
  clear: both;
  margin: 0 auto 0px !important;
  z-index: 5;
}
section.reference_slider .bx-wrapper .bx-viewport {
  border: 0 !important;
  box-shadow: 0 !important;
  left: 0 !important;
  box-shadow: none !important;
  background: none !important;
  z-index: 5;
}
section.reference_slider .bxslider {
  margin: 0 !important;
  padding: 0 !important;
}
.white-stripe {
  width: auto;
  height: 20px;
  background-color: #ffffff;
  position: relative;
  margin-top: -22px;
  z-index: 4;
}
.real-smart .white-stripe {
  margin-top: -45px;
}
.top-buttons {
  width: 950px;
  margin: 0 auto;
  position: relative;
  text-align: center;
}
.top-buttons a {
  padding: 13px 15px 13px 20px;
  text-decoration: none;
  color: #ffffff;
  -webkit-transition: none 100ms ease;
  -moz-transition: none 100ms ease;
  -ms-transition: none 100ms ease;
  -o-transition: none 100ms ease;
  transition: none 100ms ease;
  transition-property: opacity;
}
.top-buttons a.btn-menu {
  margin-top: -13px;
  padding: 14px 15px 13px;
}
.top-buttons .btn:hover {
  color: white;
}
.top-buttons a:hover {
  opacity: 0.8;
  color: white;
}
.top-buttons span {
  font-weight: 600;
}
.top-buttons > span:nth-child(1) {
  position: absolute;
  left: 5px;
}
.top-buttons > span:nth-child(2) .glyphicon {
  top: -2px;
  left: 1px;
}
.top-buttons > span:last-child {
  position: absolute;
  right: 5px;
}
.wrapper section {
  padding-top: 80px;
  padding-bottom: 40px;
  margin: auto;
}
.wrapper section .header-small {
  width: 980px;
  margin: auto;
}
@media (min-width: 991px) and (max-width: 1016px) {
  .wrapper section .header-small {
    padding-left: 15px;
  }
}
@media (min-width: 991px) {
  .wrapper section .header-small > .col-md-7,
  .wrapper section .header-small > .column:first-of-type {
    padding-left: 0;
  }
}
.wrapper section .header-small.minutovy-networking {
  padding-left: 0;
}
.wrapper section .header-small.minutovy-networking .mn-title {
  background-image: url("/frontend/web/dg_main/img/reference/mn-title.png");
  height: 100px;
  width: auto;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
@media (max-width: 991px) {
  .wrapper section .header-small.minutovy-networking .mn-title {
    zoom: 0.8;
    -ms-zoom: 0.8;
    -webkit-zoom: 0.8;
    -moz-transform: scale(0.8);
    -moz-transform-origin: left top;
  }
}
@media (max-width: 767px) {
  .wrapper section .header-small.minutovy-networking .mn-title {
    -webkit-transform: scale(0.6) translateX(-50%);
    -sand-transform: scale(0.6) translateX(-50%);
    -moz-transform: scale(0.6) translateX(-50%);
    -ms-transform: scale(0.6) translateX(-50%);
    -o-transform: scale(0.6) translateX(-50%);
    transform: scale(0.6) translateX(-50%);
    zoom: 1;
    -webkit-transform-origin: left top;
    -moz-transform-origin: left top;
    -ms-transform-origin: left top;
    -o-transform-origin: left top;
    transform-origin: left top;
    margin: auto;
    left: 50%;
    position: relative;
  }
}
.wrapper .header {
  -webkit-transition: height 1.5s ease;
  -moz-transition: height 1.5s ease;
  -ms-transition: height 1.5s ease;
  -o-transition: height 1.5s ease;
  transition: height 1.5s ease;
  background: url("/frontend/web/dg_main/img/reference/top-background.png") center top no-repeat;
  padding-bottom: 0;
}
.wrapper .header.minutovy-networking {
  background-image: url("/frontend/web/dg_main/img/reference/mnbg.png");
}
.wrapper .header.minutovy-networking .top-buttons > span:nth-child(2) {
  margin-top: -3px;
}
.wrapper .header.minutovy-networking .header-text {
  color: #000000;
}
.wrapper .header.minutovy-networking .btn-style1,
.wrapper .header.minutovy-networking a.bx-prev,
.wrapper .header.minutovy-networking a.bx-next {
  background-color: #aeadab;
}
.wrapper .header.real-smart {
  background-image: url("/frontend/web/dg_main/img/reference/topbg-rs.png");
}
.wrapper .header.real-smart .top-buttons > span:nth-child(2) {
  margin-top: -3px;
}
.wrapper .header.real-smart .btn-style1,
.wrapper .header.real-smart a.bx-prev,
.wrapper .header.real-smart a.bx-next {
  background-color: rgba(26, 47, 94, 0.6);
}
.wrapper .header.real-smart .header-small {
  padding-left: 0;
}
.wrapper .header.real-smart .rs-logo {
  background-image: url("/frontend/web/dg_main/img/reference/rs-logo.png");
  width: 169px;
  height: 97px;
  margin: auto;
  margin-top: 32px;
}
.wrapper .header.real-smart h1 {
  font-weight: 200;
  margin-top: 55px;
  margin-bottom: 30px;
}
.wrapper .header.real-smart h1 a,
.wrapper .header.real-smart h1 a:hover {
  color: inherit;
  text-decoration: none;
  font-weight: inherit;
}
.wrapper .header.real-smart p {
  font-size: 1em;
  font-weight: 200;
  max-width: 600px;
  margin: auto;
  margin-bottom: 56px;
}
.wrapper .header.real-smart .white-stripe {
  background: transparent;
}
@media (max-width: 767px) {
  .wrapper .header.real-smart .bx-viewport {
    height: 386px !important;
  }
}
.wrapper .header.sky-picker {
  background-image: url("/frontend/web/dg_main/img/reference/skypicker-bg.png");
  background-size: cover;
}
@media (max-width: 767px) {
  .wrapper .header.sky-picker {
    background: #568ed1;
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .wrapper .header.sky-picker .header-small {
    padding-left: 0;
  }
}
.wrapper .header.sky-picker .btn-style1,
.wrapper .header.sky-picker a.bx-prev,
.wrapper .header.sky-picker a.bx-next {
  background-color: #4572a7;
}
.wrapper .header.sky-picker .header-bottom .header-text {
  font-size: 1em;
}
.wrapper .header.sky-picker .header-bottom .header-text strong {
  font-size: 1.5em;
  font-weight: 600;
}
.wrapper .header.sky-picker .header-bottom .header-text span {
  font-size: 1.4em;
}
.wrapper .header.sky-picker .bx-wrapper img {
  max-width: 73%;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .wrapper .header.sky-picker .bx-wrapper img {
    margin: auto;
    margin-bottom: 40px;
  }
}
.wrapper .header.sky-picker .bx-wrapper .bx-viewport {
  height: auto !important;
  min-height: 650px;
}
@media (max-width: 767px) {
  .wrapper .header.sky-picker .bx-wrapper .bx-viewport {
    min-height: 0;
  }
}
.wrapper .header.sky-picker .bx-wrapper .bx-viewport .header-text {
  padding-top: 45px;
  padding-left: 0;
  margin-right: 0;
  margin: auto;
}
@media (max-width: 767px) {
  .wrapper .header.sky-picker .bx-wrapper .bx-viewport ul li {
    padding-bottom: 100px !important;
  }
}
@media (max-width: 1200px) {
  .wrapper .header.sky-picker .bx-wrapper .bx-viewport {
    height: 505px !important;
  }
}
.wrapper .header.sky-picker .white-stripe {
  display: none;
}
.wrapper .header.gym-radio {
  background-image: url("/frontend/web/dg_main/img/reference/gymradio-bg.png");
  background-size: cover;
}
.wrapper .header.gym-radio .bx-wrapper ul li {
  padding-bottom: 19px;
}
@media (max-width: 866px) {
  .wrapper .header.gym-radio .bx-wrapper ul li {
    padding-bottom: 60px;
  }
}
.wrapper .header.gym-radio .bx-viewport {
  height: auto !important;
}
@media (min-width: 767px) {
  .wrapper .header.gym-radio .stores {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .wrapper .header.gym-radio {
    margin: auto;
    text-align: center;
  }
  .wrapper .header.gym-radio img {
    margin: auto;
    float: none !important;
  }
  .wrapper .header.gym-radio .bottom-text {
    font-size: 15px !important;
    margin: auto;
    line-height: 20px !important;
  }
  .wrapper .header.gym-radio .gymradio-logo {
    padding-top: 0 !important;
  }
  .wrapper .header.gym-radio .top-text {
    padding-bottom: 30px;
  }
  .wrapper .header.gym-radio .stores {
    max-width: 291px;
    margin: auto;
  }
  .wrapper .header.gym-radio .app-store,
  .wrapper .header.gym-radio .google-play {
    margin: auto;
  }
}
@media (max-width: 337px) {
  .wrapper .header.gym-radio .stores {
    max-width: 138px;
    margin: auto;
  }
  .wrapper .header.gym-radio .stores .app-store {
    margin-bottom: 10px;
  }
}
.wrapper .header.gym-radio .btn-style1,
.wrapper .header.gym-radio a.bx-prev,
.wrapper .header.gym-radio a.bx-next {
  background-color: #2e2e2e;
}
.wrapper .header.gym-radio .header-small {
  padding-left: 0;
  padding-top: 60px;
}
@media (min-width: 991px) and (max-width: 1016px) {
  .wrapper .header.gym-radio .header-small {
    padding-left: 15px;
  }
}
@media (min-width: 991px) {
  .wrapper .header.gym-radio .header-small > .col-md-7 {
    padding-left: 0;
  }
}
.wrapper .header.gym-radio .top-text {
  font-size: 1.4em;
  font-weight: 100;
  padding-top: 50px;
}
.wrapper .header.gym-radio .bottom-text {
  font-size: 1em;
  font-weight: 400;
  line-height: 29px;
}
.wrapper .header.gym-radio .bottom-text:first-of-type {
  padding-top: 50px;
}
@media (max-width: 767px) {
  .wrapper .header.gym-radio .bottom-text:first-of-type {
    padding-top: 15px;
  }
}
.wrapper .header.gym-radio .app-store,
.wrapper .header.gym-radio .google-play {
  background-image: url("/frontend/web/dg_main/img/reference/store.png");
  height: 45px;
  width: 135px;
  background-size: 100%;
  display: block;
  background-repeat: no-repeat;
  float: left;
  margin-right: 10px;
}
.wrapper .header.gym-radio .google-play {
  background-image: url("/frontend/web/dg_main/img/reference/google.png");
  height: 45px;
  width: 136px;
}
.wrapper .header.gym-radio img {
  max-width: 70%;
}
.wrapper .header.gym-radio .gymradio-logo {
  padding-top: 40px;
}
.wrapper .header.gym-radio .gymradio-m1,
.wrapper .header.gym-radio .gymradio-m2 {
  max-width: 88%;
}
.wrapper .header.gym-radio .gymradio-m2 {
  float: right;
}
.wrapper .header.gym-radio .white-stripe {
  display: none;
}
.wrapper .header .header-small {
  color: #f6f6f6;
}
.wrapper .header .header-bottom .header-text {
  font-size: 1em;
  width: 110%;
  padding-top: 90px;
  margin-right: 10px;
  font-weight: 200;
}
.wrapper .header .header-bottom .header-text h1 {
  font-size: 26pt;
  font-weight: 200;
}
.wrapper .header .header-bottom .header-picture {
  position: relative;
  height: 488px;
  bottom: -68px;
  width: 639px;
  margin: 0 auto;
  left: 64px;
}
.wrapper .header .header-bottom .header-picture .monitor {
  position: absolute;
  left: 46px;
}
.wrapper .header .header-bottom .header-picture .monitor .monitor-bottom {
  overflow: hidden;
  position: absolute;
  background: url("/frontend/web/dg_main/img/reference/monitor-content.png") center top no-repeat;
  width: 539px;
  height: 303px;
  background-size: cover;
  left: 25px;
  top: 28px;
}
.wrapper .header .header-bottom .header-picture .monitor .monitor-top {
  background: url("/frontend/web/dg_main/img/reference/monitor-frame1.png") center top no-repeat;
  width: 593px;
  height: 477px;
  background-size: cover;
  background-position: -63px;
}
.wrapper .header .header-bottom .header-picture .tablet {
  position: absolute;
  left: 0;
  top: 133px;
}
.wrapper .header .header-bottom .header-picture .tablet .tablet-bottom {
  overflow: hidden;
  position: absolute;
  background: url("/frontend/web/dg_main/img/reference/tablet-content.png") center top no-repeat;
  width: 205px;
  height: 273px;
  background-size: cover;
  /* background-size: 180%; */
  /* background-position: -37px -168px; */
  left: 24px;
  top: 40px;
}
.wrapper .header .header-bottom .header-picture .tablet .tablet-top {
  background: url("/frontend/web/dg_main/img/reference/tablet-frame3.png") center top no-repeat;
  width: 252px;
  height: 358px;
  background-size: 104%;
  /* background-position: -21px -130px; */
  left: -38px;
  top: 138px;
}
.wrapper .header .header-bottom .header-picture .mobile {
  position: absolute;
  left: 159px;
  top: 248px;
}
.wrapper .header .header-bottom .header-picture .mobile .mobile-bottom {
  overflow: hidden;
  position: absolute;
  background: url("/frontend/web/dg_main/img/reference/mobile-content.png") center top no-repeat;
  width: 89px;
  height: 156px;
  background-size: cover;
  /* background-position: -224px -287px; */
  left: 45px;
  top: 45px;
}
.wrapper .header .header-bottom .header-picture .mobile .mobile-top {
  background: url("/frontend/web/dg_main/img/reference/mobile-frame2.png") center top no-repeat;
  width: 163px;
  height: 269px;
  background-size: 100%;
  left: 130px;
  top: 248px;
}
.wrapper .header .header-bottom .header-picture.minutovy-networking .monitor .monitor-bottom {
  background-image: url("/frontend/web/dg_main/img/reference/mn-monitor-content.png");
}
.wrapper .header .header-bottom .header-picture.minutovy-networking .tablet .tablet-bottom {
  background-image: url("/frontend/web/dg_main/img/reference/mn-tablet-content.png");
}
.wrapper .header .header-bottom .header-picture.minutovy-networking .mobile .mobile-bottom {
  background-image: url("/frontend/web/dg_main/img/reference/mn-mobile-content.png");
}
.services {
  width: 980px;
  padding-bottom: 60px;
}
.services .block {
  margin: 0 auto;
  padding-top: 0px;
}
.services .block .services-text {
  font-size: 15px;
}
.services .block h2 {
  text-align: center;
  padding-bottom: 24px;
  margin-top: 0;
}
.services .text {
  text-align: center;
  margin: 0 auto;
  font-weight: bold;
  line-height: 122px;
  color: #a03350;
  font-size: 15px;
}
.services .text.text2 {
  line-height: 16px;
  padding-top: 46px;
}
.services .text.text3 {
  line-height: 16px;
  padding-top: 24px;
}
.services .float-l {
  width: 134px;
  float: left;
  margin-left: 14px;
  margin-right: 14px;
}
.services .float-l .circle {
  border-radius: 50%;
  border: 3px solid #dedede;
  width: 122px;
  height: 122px;
  margin: 0 auto;
  margin-top: 15px;
  margin-bottom: 15px;
  background-color: white;
  -webkit-transition: border 200ms ease-in;
  -moz-transition: border 200ms ease-in;
  -ms-transition: border 200ms ease-in;
  -o-transition: border 200ms ease-in;
  transition: border 200ms ease-in;
}
.services .float-l .circle .circle-behind {
  background: url("/frontend/web/dg_main/img/reference/icon-coding.png") center no-repeat;
  background-color: #a03350;
  width: 56px;
  height: 56px;
  margin: 0 auto;
  top: 50%;
  margin-top: -29px;
  position: relative;
}
.services .float-l .circle .circle-behind.programming {
  background: url("/frontend/web/dg_main/img/reference/icon-programming.png") center no-repeat;
  background-color: #a03350;
}
.services .float-l .circle .circle-behind.administration {
  background: url("/frontend/web/dg_main/img/reference/icon-administration.png") center no-repeat;
  background-color: #a03350;
}
.services .float-l .circle .circle-behind.hosting {
  background: url("/frontend/web/dg_main/img/reference/icon-hosting.png") center no-repeat;
  background-color: #a03350;
}
.services .float-l .circle .circle-behind.design {
  background: url("/frontend/web/dg_main/img/reference/icon-design.png") center no-repeat;
  background-color: #a03350;
}
.services .float-l .circle .circle-behind.api {
  background: url("/frontend/web/dg_main/img/reference/icon-api.png") center no-repeat;
  background-color: #a03350;
}
.services .float-l .circle .circle-behind.email {
  background: url("/frontend/web/dg_main/img/reference/mail.png") center no-repeat;
  background-color: #a03350;
}
.services .float-l .circle .circle-behind.graphics {
  background: url("/frontend/web/dg_main/img/reference/graphics.png") center no-repeat;
  background-color: #a03350;
}
.services .minutovy-networking .float-l .circle .circle-behind {
  background-color: #11843d;
}
.services .minutovy-networking .float-l .circle:hover {
  border-color: #11843d;
}
.services .real-smart .float-l .circle .circle-behind {
  background-color: #29427c;
}
.services .real-smart .float-l .circle:hover {
  border-color: #29427c;
}
.services .real-smart .float-l .circle:focus {
  border-color: #29427c;
}
.services .circle:hover {
  border-color: #a03350;
}
.services.real-smart > .block > .row {
  max-width: 810px;
  margin: auto;
}
@media (max-width: 991px) {
  .services.real-smart > .block > .row {
    margin-right: -15px;
    margin-left: -15px;
  }
}
@media (max-width: 500px) {
  .services.real-smart > .block > .row .float-l {
    width: auto;
    float: none;
  }
}
.android-app {
  background-color: #e6e6e6;
  padding-bottom: 20px !important;
}
@media (max-width: 991px) {
  .android-app {
    padding-bottom: 60px !important;
  }
}
.android-app .row {
  max-width: 980px;
  margin: auto;
}
@media (max-width: 991px) {
  .android-app .row .sm {
    padding-right: 0;
    padding-left: 0;
  }
}
.android-app .row .sm .mobiles {
  background-size: 95%;
  background-repeat: no-repeat;
  height: 417px;
  width: 443px;
  margin-top: -95px;
}
@media (max-width: 991px) {
  .android-app .row .sm .mobiles {
    margin: auto;
    background-size: 80%;
    height: 334px;
    margin-top: -105px;
    width: 420px;
    background-position: top;
  }
}
@media (max-width: 767px) {
  .android-app .row .sm .mobiles {
    background-size: 90%;
    height: 256px;
    max-width: 290px;
    width: 100%;
  }
}
.android-app .row .google-play {
  background-image: url("/frontend/web/dg_main/img/reference/google.png");
  background-size: contain;
  height: 45px;
  width: 136px;
  margin-left: 20px;
  display: block;
  background-repeat: no-repeat;
}
@media (max-width: 991px) {
  .android-app .row .google-play {
    margin: auto;
  }
}
.android-app .row p {
  margin: 42px 20px 30px;
  line-height: 28px;
}
@media (max-width: 991px) {
  .android-app .row p {
    text-align: center;
    margin: 15px 20px 30px;
  }
}
@media (max-width: 767px) {
  .android-app .row p {
    line-height: 20px;
    font-size: 15px;
  }
}
.client {
  text-align: center;
  background: url("/frontend/web/dg_main/img/reference/clientbg.png") center center no-repeat;
  color: #ffffff;
  padding-top: 25px;
  padding-bottom: 55px;
  background-size: cover;
}
.client .client1 {
  max-width: 700px;
  margin: auto;
  font-size: 1em;
  font-weight: 200;
  line-height: 29px;
}
@media (max-width: 767px) {
  .client .client1 {
    line-height: 20px;
    font-size: 15px;
  }
}
.client .client1 .client-pic {
  padding-top: 24px;
}
.client .client1 .circle-text {
  padding-top: 0;
  line-height: 0px;
}
.client .client1 .circle-text h2 {
  font-size: 1em;
  padding-top: 10px;
}
.client .client1 .circle-text p {
  font-size: 0.9em;
  color: #C7C3C3;
  margin-top: 5px;
  margin-bottom: 0;
}
.client h2 {
  font-weight: 600;
  margin-top: 0;
}
.client .circle {
  margin: auto;
  border-radius: 50%;
  border: 3px solid #dedede;
  width: 150px;
  height: 150px;
  background: #000000 url("/frontend/web/dg_main/img/reference/man.png") center center no-repeat;
  -webkit-transition: none 300ms ease-in-out;
  -moz-transition: none 300ms ease-in-out;
  -ms-transition: none 300ms ease-in-out;
  -o-transition: none 300ms ease-in-out;
  transition: none 300ms ease-in-out;
  transition-property: opacity;
}
.client .circle:hover {
  opacity: 0.7;
}
.client.real-smart {
  background-size: cover;
}
.client.real-smart .client1 {
  max-width: 930px;
  line-height: 31px;
}
@media (max-width: 767px) {
  .client.real-smart .client1 {
    line-height: 20px;
  }
}
.client.minutovy-networking {
  background-size: cover;
}
.client.minutovy-networking .circle {
  background: #000000 url("/frontend/web/dg_main/img/reference/bejci.jpg") center center no-repeat;
}
.client.sky-picker {
  margin-left: 0;
  margin-right: 0;
  padding-top: 55px;
  padding-bottom: 65px;
  background-size: cover;
}
.client.sky-picker .client1 {
  max-width: 730px;
}
.client.gym-radio {
  margin-left: 0;
  margin-right: 0;
  padding-top: 55px;
  padding-bottom: 65px;
  background-size: cover;
}
.client.gym-radio .client1 {
  max-width: 730px;
}
section.project {
  padding-top: 70px;
  padding-bottom: 70px;
}
@media (max-width: 991px) {
  section.project.sky-picker {
    padding-top: 50px;
  }
}
@media (max-width: 991px) and (min-width: 780px) {
  section.project.gym-radio {
    padding-top: 55px;
  }
}
@media (max-width: 767px) {
  section.project.gym-radio {
    padding-top: 75px;
  }
}
.project {
  box-shadow: 0px 5px 10px rgba(148, 138, 138, 0.18);
}
.project .add-project {
  text-align: center;
}
.project div.site-width {
  max-width: 980px;
  margin: 0 auto;
  position: relative;
  line-height: 30px;
}
.project div.site-width span {
  font-size: 1.5em;
  font-weight: 600;
  color: #000;
  display: block;
  float: left;
  padding-top: 16px;
}
@media (max-width: 991px) {
  .project div.site-width span {
    float: none;
    padding-top: 0;
  }
}
.project div.site-width .btn {
  padding: 18px 35px 16px;
  font-size: 14pt;
}
@media (max-width: 991px) {
  .project div.site-width .project-text {
    min-height: 50px;
  }
  .project div.site-width .add-project {
    padding-top: 30px;
  }
}
.project .bg1 {
  margin-left: 20px;
  margin-right: 20px;
}
.project.sky-picker {
  margin-left: 0;
  margin-right: 0;
}
.bottom {
  width: 1016px;
  margin: auto;
  padding-top: 15px;
  padding-bottom: 15px;
}
.bottom .reference-section {
  margin-left: 15px;
  margin-right: 15px;
  padding-top: 15px;
}
.bottom .reference-section .top-text {
  font-weight: 600;
  font-size: 1em;
}
.bottom .reference-section .bottom-text {
  color: #767676;
}
.bottom .reference-section .big-circle {
  margin: 10px 28px;
  border: 3px solid #dedede;
  width: 370px;
  height: 370px;
  border-radius: 50%;
  overflow: hidden;
  opacity: 0.99;
  position: relative;
}
.bottom .reference-section .big-circle .circleImage {
  position: absolute;
  left: 0;
  top: 0;
  width: 1184px;
  height: 610px;
  -webkit-transition: none 600ms ease;
  -moz-transition: none 600ms ease;
  -ms-transition: none 600ms ease;
  -o-transition: none 600ms ease;
  transition: none 600ms ease;
  transition-property: transform, opacity;
}
.bottom .reference-section .big-circle .circleImage.circleImage1 {
  left: -247px;
  top: 0px;
}
.bottom .reference-section .big-circle .circleImage.circleImage2 {
  width: 1044px;
  height: 550px;
  left: -210px;
  top: 0px;
}
.bottom .reference-section .big-circle .circleImage.circleImage3 {
  width: 977px;
  height: 504px;
  left: -233px;
  top: 0px;
}
.bottom .reference-section .big-circle .circleImage.circleImage4 {
  width: 983px;
  height: 506px;
  left: -360px;
  top: 0px;
}
.bottom .reference-section .big-circle .circleImage.circleImage5 {
  width: 1202px;
  height: 617px;
  left: -482px;
  top: 0;
}
.bottom .text {
  margin: 0 auto;
  padding-top: 65px;
  padding-bottom: 15px;
  padding-left: 56px;
}
.bottom .text h2 {
  font-weight: 300;
}
.bottom.real-smart > .column > .row {
  padding-bottom: 40px;
}
@media (max-width: 991px) {
  .bottom.real-smart > .column > .row {
    max-width: 450px;
    margin: auto;
  }
}
.bottom.real-smart h2 {
  line-height: 42px;
  text-align: center;
  max-width: 730px;
  margin: auto;
  padding-top: 80px;
  padding-bottom: 57px;
}
@media (max-width: 767px) {
  .bottom.real-smart h2 {
    line-height: 1.2;
  }
}
.bottom.real-smart ul {
  font-size: 16px;
  font-weight: 100;
  color: #893496;
}
@media (max-width: 991px) {
  .bottom.real-smart ul {
    font-size: 15px;
    margin-left: -20px;
  }
}
.bottom.real-smart ul li {
  line-height: 32px;
}
@media (max-width: 991px) {
  .bottom.real-smart ul li {
    line-height: 22px;
  }
}
.bottom.real-smart ul li span {
  color: black;
}
.adjust-circle {
  opacity: 0.8;
  -webkit-transform: scale(1.2);
  -sand-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
.left-fixed {
  padding: 20px 0px;
  z-index: 20;
  right: 0px;
  top: 190px;
  position: absolute;
  width: 132px;
  height: 164px;
  background: #ffed00;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  box-shadow: -4px 0px 25px rgba(88, 77, 80, 0.63);
}
.left-fixed .telescope {
  margin: 0 auto;
  background: url("/frontend/web/dg_main/img/reference/telescope.png");
  width: 91px;
  height: 64px;
}
.left-fixed h2 {
  font-size: 1.125em;
  text-align: center;
}
.left-fixed h2 span {
  font-weight: 700;
}
@media (max-width: 1200px) {
  .header-picture {
    zoom: 0.85;
    -ms-zoom: 0.85;
    -webkit-zoom: 0.85;
    -moz-transform: scale(0.85);
    -moz-transform-origin: left top;
  }
  .white-stripe {
    margin-top: -52px;
  }
}
@media (max-width: 991px) {
  body {
    font-size: 15px;
  }
  .project div.site-width {
    width: 100%;
  }
  .services .block {
    max-width: 486px;
  }
  .white-stripe {
    margin-top: -36px;
  }
  .top-buttons {
    width: auto;
  }
  .wrapper .header .header-top {
    width: 100%;
  }
  .wrapper .header .header-bottom .header-text {
    font-size: 1em;
    padding-left: 20px;
    width: 95%;
  }
  .wrapper .header .header-bottom .header-picture.wk {
    zoom: 0.75;
    left: 0;
  }
  .wrapper .header .header-small {
    width: auto;
  }
  .services {
    width: auto;
  }
  .project .bg1 .site-width {
    text-align: center;
  }
  .bottom {
    width: auto;
  }
  .bottom .reference-section .big-circle {
    zoom: 0.8;
    -ms-zoom: 0.8;
    -webkit-zoom: 0.8;
    -moz-transform: scale(0.8);
    -moz-transform-origin: left top;
    margin: 0 auto;
  }
}
@media (max-width: 867px) {
  .project div.site-width {
    text-align: center;
  }
  .project div.site-width span {
    float: none;
    line-height: 22px;
  }
  .white-stripe {
    margin-top: -42px;
  }
  .wrapper .header .header-bottom .header-picture.wk {
    zoom: 0.7;
  }
}
@media (max-width: 808px) {
  body {
    font-size: 15px;
  }
  .bx-wrapper {
    margin: 0 auto -20px !important;
  }
  .bottom .text {
    text-align: center;
  }
  .white-stripe {
    margin-top: -48px;
  }
  .project div.site-width {
    text-align: center;
  }
  .project div.site-width span {
    float: none;
  }
  .wrapper .header .header-bottom .header-picture.wk {
    zoom: 0.6;
  }
  .bottom .reference-section .big-circle {
    zoom: 1;
    -ms-zoom: 1;
    -webkit-zoom: 1;
    -moz-transform: scale(1);
    -moz-transform-origin: left top;
    width: 277.5px;
    height: 277.5px;
  }
}
@media (max-width: 767px) {
  .wrapper .header .header-bottom .header-text {
    text-align: center;
    margin: auto;
    padding: 20px 0 0 0;
  }
  .bottom .text {
    padding-left: 0px;
  }
  .bottom .reference-section {
    padding-top: 25px;
  }
}
@media (max-width: 640px) {
  body {
    font-size: 15px;
  }
  .wrapper .header .header-bottom {
    margin: 0 auto;
  }
  .wrapper .header .header-bottom .header-text {
    width: auto;
  }
  .wrapper .header .header-bottom .header-picture.wk {
    zoom: 0.5;
  }
  .bottom .reference-section .big-circle {
    zoom: 1;
    -ms-zoom: 1;
    -webkit-zoom: 1;
    -moz-transform: scale(1);
    -moz-transform-origin: left top;
    width: 240.5px;
    height: 240.5px;
  }
}
@media (max-width: 520px) {
  .services .block {
    max-width: 324px;
  }
}
@media (max-width: 480px) {
  body {
    font-size: 15px;
  }
  .services .block {
    max-width: 324px;
  }
  .wrapper .header .header-bottom .header-picture.wk {
    zoom: 0.4;
  }
  .left-fixed {
    padding: 20px 0px;
    z-index: 20;
    right: 0px;
    top: 130px;
    position: absolute;
    width: 92.4px;
    height: 114.8px;
    background: #ffed00;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    -webkit-box-shadow: -4px 0px 25px rgba(88, 77, 80, 0.63);
    -moz-box-shadow: -4px 0px 25px rgba(88, 77, 80, 0.63);
    box-shadow: -4px 0px 25px rgba(88, 77, 80, 0.63);
  }
  .left-fixed .telescope {
    margin: 0 auto;
    background: url("/frontend/web/dg_main/img/reference/telescope.png");
    background-size: 100%;
    width: 63.7px;
    height: 44.8px;
  }
  .left-fixed h2 {
    font-size: 1em;
    text-align: center;
  }
  .left-fixed h2 span {
    font-weight: 600;
  }
  .bottom .reference-section .big-circle {
    zoom: 1;
    -ms-zoom: 1;
    -webkit-zoom: 1;
    -moz-transform: scale(1);
    -moz-transform-origin: left top;
    width: 203.5px;
    height: 203.5px;
  }
}
@media (max-width: 340px) {
  .services .float-l {
    margin: 0 auto;
    float: none;
  }
}
.animate-in {
  opacity: 1;
  -webkit-transition: all 0.6s ease-in-out 0s;
  -moz-transition: all 0.6s ease-in-out 0s;
  -ms-transition: all 0.6s ease-in-out 0s;
  -o-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
  -webkit-transform: translateZ(0);
  -sand-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
}
.pre-animate {
  opacity: 0;
  -webkit-transform: translateX(25px);
  -sand-transform: translateX(25px);
  -moz-transform: translateX(25px);
  -ms-transform: translateX(25px);
  -o-transform: translateX(25px);
  transform: translateX(25px);
}
.pre-animate {
  -webkit-transform: scale(0.8);
  -sand-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
}
/*  Animace loadingu. Smazat az budou nove :) */
.loader {
  position: fixed;
  top: 50%;
  left: 50%;
  display: flex;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.gama {
  position: fixed;
  height: 100%;
  width: 100%;
  background: #f6f6f6 url('/frontend/web/dg_main/img/refMask.png');
  background-size: cover;
  z-index: 150;
}
.cssload-container {
  position: relative;
}
.cssload-loader {
  width: 125px;
  height: 125px;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  background: #893496;
}
.cssload-loader,
.cssload-loader:before,
.cssload-loader:after {
  animation: 1.15s infinite ease-in-out;
  -o-animation: 1.15s infinite ease-in-out;
  -ms-animation: 1.15s infinite ease-in-out;
  -webkit-animation: 1.15s infinite ease-in-out;
  -moz-animation: 1.15s infinite ease-in-out;
}
.cssload-loader:before,
.cssload-loader:after {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
}
.cssload-loader {
  animation-name: cssload-loader;
  -o-animation-name: cssload-loader;
  -ms-animation-name: cssload-loader;
  -webkit-animation-name: cssload-loader;
  -moz-animation-name: cssload-loader;
}
@keyframes cssload-loader {
  from {
    transform: scale(0);
    opacity: 1;
  }
  to {
    transform: scale(1);
    opacity: 0;
  }
}
@-o-keyframes cssload-loader {
  from {
    -o-transform: scale(0);
    opacity: 1;
  }
  to {
    -o-transform: scale(1);
    opacity: 0;
  }
}
@-ms-keyframes cssload-loader {
  from {
    -ms-transform: scale(0);
    opacity: 1;
  }
  to {
    -ms-transform: scale(1);
    opacity: 0;
  }
}
@-webkit-keyframes cssload-loader {
  from {
    -webkit-transform: scale(0);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}
@-moz-keyframes cssload-loader {
  from {
    -moz-transform: scale(0);
    opacity: 1;
  }
  to {
    -moz-transform: scale(1);
    opacity: 0;
  }
}
#top {
  background: url("/frontend/web/dg_main/img/reference/bg-top-reference.png");
  background-size: cover;
}
#top #topText h1 {
  color: white;
  padding-top: 40px;
  text-transform: uppercase;
}
#top #topText p {
  color: white;
  margin-top: 10px;
}
#top #topText p a {
  color: white;
}
@media (max-width: 493px) {
  #top #topText {
    text-align: center;
  }
}
#top #navMenu {
  margin: 10px 0px 20px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
#top #navMenu .btn-menu {
  margin: 10px 16px;
  padding: 0px;
}
#top #navMenu .btn-menu i {
  font-size: 20px;
  line-height: 9px;
}
#top #navMenu .btn-menu,
#top #navMenu .button {
  width: 200px;
  line-height: 25px;
}
#top #bg {
  position: fixed;
  z-index: -1;
  top: 0;
}
.sector .col-md-6 {
  padding-left: 0;
  padding-right: 0;
}
.sector .titleAndText {
  margin-bottom: 35px;
}
.sector .titleAndText p {
  margin-bottom: 30px;
}
.sector .titleAndText p a {
  text-decoration: none;
  color: black;
}
@media (max-width: 493px) {
  .sector .titleAndText {
    text-align: center;
    padding-left: 40px;
  }
}
.sector .showMore {
  cursor: pointer;
  background-color: #893496;
  color: #ffffff;
  height: 60px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  line-height: 60px;
  text-align: center;
  margin: 0 10px 0 10px;
}
.sector .showMore:hover,
.sector .showMore:active {
  background-color: rgba(137, 52, 150, 0.8);
  color: white;
}
.sector span.noHeight {
  display: block;
  height: 0;
}
.livebox-content {
  height: 70% !important;
  width: 70% !important;
  top: 0px !important;
  bottom: 0px !important;
  left: 0px !important;
  right: 0px !important;
  display: flex !important;
  position: absolute !important;
  margin: auto !important;
  border-radius: 10px !important;
}
.livebox-content img {
  max-width: 85%;
  margin: auto;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
}
@media (max-width: 480px) {
  .livebox-content {
    height: 40% !important;
    width: 90% !important;
  }
}
.hide {
  display: none;
}
#space {
  margin-bottom: 70px;
}
#citation {
  margin: 20px 0 50px 0;
}
#apostrophe {
  height: 120px;
  font-size: 200px;
  float: left;
  color: #F5921F;
  position: absolute;
  bottom: 50px;
  text-align: right;
  padding-left: 0px;
}
@media (max-width: 991px) {
  #apostrophe {
    top: 0;
    font-size: 100px;
  }
}
#text {
  border-left: 10px solid #F5921F;
}
body {
  font-family: 'Exo', sans-serif;
  font-size: 16px;
}
body a {
  -webkit-transition: color 0.175s ease 0s;
  -moz-transition: color 0.175s ease 0s;
  -ms-transition: color 0.175s ease 0s;
  -o-transition: color 0.175s ease 0s;
  transition: color 0.175s ease 0s;
  text-decoration: none;
  color: #893496;
}
body a:hover {
  color: rgba(137, 52, 150, 0.8);
}
body .nicescroll-cursors {
  background-color: #893496 !important;
}
.acenter {
  text-align: center;
}
.aleft {
  text-align: left;
}
.aright {
  text-align: right;
}
@media (max-width: 840px) {
  body {
    font-size: 15px;
  }
}
@media (max-width: 720px) {
  body {
    font-size: 13px;
  }
}
@media (max-width: 640px) {
  body {
    font-size: 12px;
  }
}
.triangle {
  -webkit-transform: rotate(0.0001deg);
  -sand-transform: rotate(0.0001deg);
  -moz-transform: rotate(0.0001deg);
  -ms-transform: rotate(0.0001deg);
  -o-transform: rotate(0.0001deg);
  transform: rotate(0.0001deg);
}
/**********************************************
 *
 *  Vlastni styly pro ruzne stranky
 *
 *************************************************/
section > .header-top {
  background: url("/frontend/web/dg_main/img/landing-first-bg.jpg");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  color: #fff;
  height: 520px;
  overflow: hidden;
  padding: 55px 15px 0;
}
section > .header-top .top h1 {
  margin-bottom: 45px;
  font-size: 32pt;
  font-weight: normal;
  padding-left: 25px;
  padding-top: 7px;
}
@media (max-width: 1300px) {
  section > .header-top .top h1 {
    font-size: 30pt;
  }
}
@media (max-width: 1100px) {
  section > .header-top .top h1 {
    font-size: 28pt;
  }
}
@media (max-width: 991px) {
  section > .header-top .top h1 {
    white-space: nowrap;
    text-align: center;
    padding-left: 0;
  }
}
@media (max-width: 950px) {
  section > .header-top .top h1 {
    font-size: 25pt;
  }
}
@media (max-width: 767px) {
  section > .header-top .top h1 {
    font-size: 21pt;
  }
}
section > .header-bot {
  background-color: #ffffff;
  padding: 30px 15px;
}
section > .header-bot .person {
  height: 240px;
}
section > .header-bot .person .bg-img {
  height: 230px;
  top: 225px;
  z-index: 4;
  position: relative;
  overflow: visible;
  background-position: top center;
  background-repeat: no-repeat;
}
section > .header-bot .person .bg-img.sebastian {
  background-image: url("/frontend/web/dg_main/img/sebko.png");
}
section > .header-bot .person .bg-img.milan {
  background-image: url("/frontend/web/dg_main/img/milan.png");
}
section > .header-bot .person .bg-img.martin {
  background-image: url("/frontend/web/dg_main/img/kerky.png");
}
section > .row {
  margin: 0 auto;
  width: 965px;
}
section > .row .block {
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 15px;
}
section > .row .block .about {
  width: 72%;
  margin: auto;
  left: 20px;
  top: -10px;
  height: auto;
}
section > .row .block .about h2 {
  color: black;
  font-size: 14pt;
  margin-bottom: -15px;
  font-weight: bold;
}
section > .row .block .about .mail {
  font-size: 11pt;
}
section > .row .block .about .work {
  color: #a99f9c;
  font-size: 11pt;
}
section > .row .block .about .number {
  color: #000000;
  font-size: 1em;
}
@media (max-width: 991px) {
  section > .row .block .about {
    padding-left: 0;
    width: 235px;
  }
}
@media (max-width: 991px) {
  section > .row .block {
    width: 235px;
  }
}
section > .row > .person {
  top: 320px;
  height: 360px;
  font-size: 2.6em;
}
section > .row > .person > .sebastian {
  position: absolute;
  top: 46px;
  z-index: 4;
}
section > .row > .person > .milan {
  position: absolute;
  top: 45px;
  z-index: 3;
}
section > .row > .person > .martin {
  position: absolute;
  top: 44px;
  z-index: 1;
}
@media (max-width: 991px) {
  section.main-section-top {
    background: url("/frontend/web/dg_main/img/landing-first-bg.jpg");
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
  }
  section > .row {
    width: auto;
  }
  section .header-top {
    height: 160px;
    background: none;
  }
  section .header-bot {
    background: none;
  }
  section .header-bot .person .bg-img {
    height: 224px;
  }
  section .header-bot .person .bg-img.sebastian {
    background-size: 100%;
  }
  section .header-bot .person .bg-img.milan {
    background-size: 105%;
  }
  section .header-bot .person .bg-img.ondrej {
    background-size: 92%;
  }
  section .header-bot .person .bg-img.martin {
    background-size: 100%;
  }
  section .header-bot .person .bg-foto {
    overflow: hidden;
    border-bottom: 2px solid #893496;
  }
  section .header-bot .person .bg-foto:after {
    content: "";
    position: absolute;
    z-index: -1;
    top: 100%;
    bottom: 0;
    width: 180%;
    height: 42px;
    left: -40%;
    background: -webkit-radial-gradient(50% -3%, ellipse cover, rgba(0, 0, 0, 0.5), rgba(97, 97, 97, 0) 40%);
    background: radial-gradient(ellipse at 50% -3%, rgba(0, 0, 0, 0.5), rgba(97, 97, 97, 0) 40%);
  }
  section .header-bot .about,
  section .header-bot h2,
  section .header-bot span {
    color: #ffffff !important;
  }
  section .header-bot .about a,
  section .header-bot h2 a,
  section .header-bot span a {
    color: rgba(218, 92, 237, 0.8);
  }
}
@media (max-width: 991px) and (max-width: 610px) {
  section .header-bot .person .bg-foto:after {
    left: 0;
    width: 100%;
    background: -webkit-radial-gradient(50% -3%, ellipse cover, rgba(0, 0, 0, 0.5), rgba(97, 97, 97, 0) 60%);
    background: radial-gradient(ellipse at 50% -3%, rgba(0, 0, 0, 0.5), rgba(97, 97, 97, 0) 60%);
  }
}
.head-section {
  color: #fff;
  background: url("/frontend/web/dg_main/img/landing-first-bg.jpg");
  background-size: cover;
  background-position: center top;
  background-attachment: fixed;
}
.head-section .row {
  margin-right: auto;
  margin-left: auto;
}
.head-section .row .col-sm-7 {
  padding: 0;
}
.head-section .header-small {
  color: #f6f6f6;
}
@media (min-width: 991px) {
  .head-section .header-small {
    padding-top: 55px;
  }
}
.head-section .header-bottom .header-text {
  width: 100%;
  padding-top: 7px;
  padding-left: 10px;
  font-weight: normal;
}
.head-section .header-bottom .header-text h1 {
  font-size: 32pt;
  font-weight: normal;
}
@media (max-width: 1300px) {
  .head-section .header-bottom .header-text h1 {
    font-size: 30pt;
  }
}
@media (max-width: 1100px) {
  .head-section .header-bottom .header-text h1 {
    font-size: 28pt;
  }
}
@media (max-width: 950px) {
  .head-section .header-bottom .header-text h1 {
    font-size: 25pt;
  }
}
@media (max-width: 767px) {
  .head-section .header-bottom .header-text h1 {
    font-size: 21pt;
    white-space: nowrap;
  }
}
.head-section .header-bottom .header-text p {
  padding-top: 25px;
  padding-bottom: 25px;
  font-size: 12pt;
  line-height: 150%;
}
@media (max-width: 767px) {
  .head-section .header-bottom .header-text p {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.head-section .header-bottom .header-text p a {
  color: #ffed00;
  text-decoration: underline;
}
.head-section .header-bottom .header-text p a:hover {
  text-decoration: underline;
}
.head-section .header-bottom .header-text .btn-group {
  display: flex;
  justify-content: center;
  margin-top: 20px;
  margin-bottom: 33px;
}
.head-section .header-bottom .header-text .btn-group button {
  width: 155px;
}
@media (max-width: 767px) {
  .head-section .header-bottom .header-text .btn-group {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .head-section .header-bottom .header-text {
    text-align: center;
    padding-left: 0;
  }
}
.head-section .header-bottom img {
  margin: 30px auto;
  display: block;
  width: 110%;
}
@media (max-width: 1400px) {
  .head-section .header-bottom img {
    width: 103%;
  }
}
@media (max-width: 1100px) {
  .head-section .header-bottom img {
    width: 80%;
  }
}
@media (min-width: 990px) {
  .head-section .header-bottom img {
    margin: 45px auto;
  }
}
@media (min-width: 800px) and (max-width: 989px) {
  .head-section .header-bottom img {
    margin: 80px auto;
  }
}
@media (min-width: 768px) and (max-width: 799px) {
  .head-section .header-bottom img {
    margin: 100px auto;
  }
}
.links .row .col-md-6 {
  padding: 40px;
  position: relative;
  border-bottom: none;
}
.links .row .col-md-6 p {
  color: #888888;
  font-size: 13px;
  margin-right: 80px;
  z-index: 3;
  -webkit-transition: color 0.45s ease;
  -moz-transition: color 0.45s ease;
  -ms-transition: color 0.45s ease;
  -o-transition: color 0.45s ease;
  transition: color 0.45s ease;
}
@media (max-width: 991px) {
  .links .row .col-md-6 p {
    margin-right: 20px;
  }
}
.links .row .col-md-6 img {
  margin-bottom: 15px;
  width: 142px;
}
.links .row .col-md-6 .triangle {
  height: 56px;
  width: 56px;
  position: absolute;
  right: 0;
  bottom: 0;
}
.links .row .col-md-6 .triangle span {
  position: relative;
  top: 26px;
  left: 28px;
  font-size: 11pt;
  color: #ffffff;
}
.links .row .section-left {
  border: 3px solid #f6f6f6;
  border-right: none;
  border-bottom: none;
  min-height: 265px;
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #ffffff 0%, #ffffff 45.5%, #8ac53e 45.5%, #8ac53e 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #ffffff), color-stop(20%, #ffffff), color-stop(20%, #8ac53e), color-stop(100%, #8ac53e));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(-45deg, #ffffff 0%, #ffffff 45.5%, #8ac53e 45.5%, #8ac53e 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(-45deg, #ffffff 0%, #ffffff 45.5%, #8ac53e 45.5%, #8ac53e 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(-45deg, #ffffff 0%, #ffffff 45.5%, #8ac53e 45.5%, #8ac53e 100%);
  /* IE10+ */
  background: linear-gradient(135deg, #ffffff 0%, #ffffff 45.5%, #8ac53e 45.5%, #8ac53e 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#8ac53e', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
  background-size: 200% 200%;
  background-position: 0 0;
  -webkit-transition: background-position 0.35s ease-in-out;
  -moz-transition: background-position 0.35s ease-in-out;
  -ms-transition: background-position 0.35s ease-in-out;
  -o-transition: background-position 0.35s ease-in-out;
  transition: background-position 0.35s ease-in-out;
}
.links .row .section-left.full {
  background-position: 92% 92%;
}
.links .row .section-left.full p {
  color: #fff;
}
.links .row .section-left.full::before {
  color: #fff;
  -webkit-transition: color 0.45s ease 0.1s;
  -moz-transition: color 0.45s ease 0.1s;
  -ms-transition: color 0.45s ease 0.1s;
  -o-transition: color 0.45s ease 0.1s;
  transition: color 0.45s ease 0.1s;
}
.links .row .section-left::before {
  content: "Mobile";
  font-size: 11pt;
  color: #7aca0f;
  margin-left: 120px;
  position: absolute;
  -webkit-transition: color 0.45s ease;
  -moz-transition: color 0.45s ease;
  -ms-transition: color 0.45s ease;
  -o-transition: color 0.45s ease;
  transition: color 0.45s ease;
}
.links .row .section-right {
  border: 3px solid #f6f6f6;
  border-bottom: none;
  min-height: 265px;
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #ffffff 0%, #ffffff 45.5%, #f6921e 45.5%, #f6921e 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #ffffff), color-stop(20%, #ffffff), color-stop(20%, #f6921e), color-stop(100%, #f6921e));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(-45deg, #ffffff 0%, #ffffff 45.5%, #f6921e 45.5%, #f6921e 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(-45deg, #ffffff 0%, #ffffff 45.5%, #f6921e 45.5%, #f6921e 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(-45deg, #ffffff 0%, #ffffff 45.5%, #f6921e 45.5%, #f6921e 100%);
  /* IE10+ */
  background: linear-gradient(135deg, #ffffff 0%, #ffffff 45.5%, #f6921e 45.5%, #f6921e 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F6921E', endColorstr='#F6921E', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
  background-size: 200% 200%;
  background-position: 0 0;
  -webkit-transition: background-position 0.35s ease-in-out;
  -moz-transition: background-position 0.35s ease-in-out;
  -ms-transition: background-position 0.35s ease-in-out;
  -o-transition: background-position 0.35s ease-in-out;
  transition: background-position 0.35s ease-in-out;
}
.links .row .section-right.full {
  background-position: 92% 92%;
}
.links .row .section-right.full p {
  color: #fff;
}
.links .row .section-right.full::before {
  color: #fff;
  -webkit-transition: color 0.45s ease 0.1s;
  -moz-transition: color 0.45s ease 0.1s;
  -ms-transition: color 0.45s ease 0.1s;
  -o-transition: color 0.45s ease 0.1s;
  transition: color 0.45s ease 0.1s;
}
.links .row .section-right::before {
  content: "Hosting";
  font-size: 11pt;
  color: #f6921e;
  margin-left: 115px;
  position: absolute;
  -webkit-transition: color 0.45s ease;
  -moz-transition: color 0.45s ease;
  -ms-transition: color 0.45s ease;
  -o-transition: color 0.45s ease;
  transition: color 0.45s ease;
}
@media (max-width: 991px) {
  .links .row .section-left {
    max-width: 472px;
    border: 3px solid #f6f6f6;
    border-bottom: none;
  }
  .links .row .section-right {
    max-width: 472px;
  }
}
@media (max-width: 991px) {
  .links .row-width {
    max-width: 474px;
  }
}
@media (max-width: 450px) {
  .text-center .col-xxs-12 {
    width: 100%;
  }
}
.believers {
  border-top: 3px solid #f6f6f6;
  border-bottom: 3px solid #f6f6f6;
  padding-bottom: 12px;
}
.believers h1 {
  margin-top: 55px;
  margin-bottom: 35px;
  font-weight: 300;
}
.believers .believers-left {
  padding-right: 0px;
}
.believers .believers-right {
  padding-left: 0px;
}
@media (max-width: 993px) {
  .believers .believers-left {
    padding-right: 15px;
  }
  .believers .believers-right {
    padding-left: 15px;
  }
}
.believers .col-sm-6 {
  height: 98px;
  margin-bottom: 18px;
}
.partners {
  background: #fff;
}
.partners h1 {
  margin-top: 55px;
  font-weight: 300;
  margin-bottom: 28px;
}
.partners .col-sm-3 {
  height: 110px;
  margin-bottom: 55px;
}
@media (max-width: 450px) {
  .partners .col-sm-3 {
    margin-bottom: 10px;
  }
}
.grayscale {
  width: 150px;
  height: 68px;
  margin: auto;
  position: relative;
  -webkit-transition: opacity 0.175s ease;
  -moz-transition: opacity 0.175s ease;
  -ms-transition: opacity 0.175s ease;
  -o-transition: opacity 0.175s ease;
  transition: opacity 0.175s ease;
  background-size: contain;
}
.grayscale.top {
  bottom: 68px;
}
.partner {
  padding: 0;
}
.believer {
  padding: 15px;
  align-content: center;
}
@media (max-width: 763px) {
  .btn-group button .glyphicon-arrow-right {
    top: 16px;
  }
}
@-webkit-keyframes shaked {
  20% {
    background-size: 200% 200%;
  }
  25% {
    background-size: 196% 196%;
  }
  30% {
    background-size: 200% 200%;
  }
  65% {
    background-size: 200% 200%;
  }
  70% {
    background-size: 196% 196%;
  }
  75% {
    background-size: 200% 200%;
  }
  80% {
    background-size: 196% 196%;
  }
  85% {
    background-size: 200% 200%;
  }
}
@-ms-keyframes shaked {
  20% {
    background-size: 200% 200%;
  }
  25% {
    background-size: 196% 196%;
  }
  30% {
    background-size: 200% 200%;
  }
  65% {
    background-size: 200% 200%;
  }
  70% {
    background-size: 196% 196%;
  }
  75% {
    background-size: 200% 200%;
  }
  80% {
    background-size: 196% 196%;
  }
  85% {
    background-size: 200% 200%;
  }
}
@keyframes shaked {
  20% {
    background-size: 200% 200%;
  }
  25% {
    background-size: 196% 196%;
  }
  30% {
    background-size: 200% 200%;
  }
  65% {
    background-size: 200% 200%;
  }
  70% {
    background-size: 196% 196%;
  }
  75% {
    background-size: 200% 200%;
  }
  80% {
    background-size: 196% 196%;
  }
  85% {
    background-size: 200% 200%;
  }
}
/********************************
    FOOTER MIXIN CALL
*********************************/
body footer {
  padding-bottom: 60px;
  background: #1c1c1c;
  color: #8c8c8c;
  font-size: 12pt;
}
body footer .col-md-3 {
  min-height: 300px;
}
body footer a {
  -webkit-transition: color 0.175s ease;
  -moz-transition: color 0.175s ease;
  -ms-transition: color 0.175s ease;
  -o-transition: color 0.175s ease;
  transition: color 0.175s ease;
  color: #8c8c8c;
  line-height: 33px;
  padding-left: 10px;
  text-decoration: none;
}
body footer a:hover,
body footer a:focus {
  color: #ffffff;
  text-decoration: underline;
  outline: none;
  outline-offset: 0;
}
body footer span {
  line-height: 33px;
  color: #8c8c8c;
  padding-left: 10px;
}
body footer .container {
  width: 978px;
}
@media (max-width: 991px) {
  body footer .container {
    width: 700px;
  }
}
@media (max-width: 700px) {
  body footer .container {
    width: 320px;
  }
}
body footer .kontakt {
  margin-left: 30px;
  padding-left: 20px;
  padding-bottom: 15px;
  list-style: none;
  text-align: left;
}
body footer .text-left {
  padding-left: 20px;
  padding-bottom: 15px;
  list-style: none;
  margin-left: 21%;
}
@media (min-width: 700px) {
  body footer .text-left {
    margin-left: 5%;
  }
}
body footer .links li {
  text-decoration: none;
}
body footer .links li::before {
  content: "■";
  color: #893496;
  font-size: 10px;
}
@media (max-width: 991px) {
  body footer .links {
    padding: 0;
    margin: 0 auto;
    display: inline-block;
  }
  body footer .links li {
    margin-bottom: 10px;
  }
  body footer .links li a {
    text-align: left;
  }
}
body footer h3 {
  color: #ffffff;
  font-size: 14pt;
  padding-top: 40px;
  font-weight: normal;
  text-align: center;
}
@media (max-width: 991px) {
  body footer h3 {
    text-align: center;
    font-size: 13pt;
    margin-left: 0;
  }
}
@media (max-width: 768px) {
  body footer h3 {
    font-size: 12pt;
    margin-left: 0;
  }
}
body footer .year {
  position: absolute;
  margin-left: 136px;
  font-size: 11pt;
}
@media (max-width: 991px) {
  body footer .year {
    position: relative;
    text-align: center;
    font-size: 12px;
    margin-left: 90px;
  }
}
body footer .line {
  background: #000000;
  width: 90%;
  height: 2px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  margin: 20px auto 30px auto;
  background: -moz-linear-gradient(left, rgba(213, 206, 166, 0) 0%, rgba(214, 207, 168, 0) 1%, #fefefd 50%, rgba(255, 255, 255, 0.98) 51%, rgba(201, 193, 144, 0) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(213, 206, 166, 0)), color-stop(1%, rgba(214, 207, 168, 0)), color-stop(50%, #fefefd), color-stop(51%, rgba(255, 255, 255, 0.98)), color-stop(100%, rgba(201, 193, 144, 0)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, rgba(213, 206, 166, 0) 0%, rgba(214, 207, 168, 0) 1%, #fefefd 50%, rgba(255, 255, 255, 0.98) 51%, rgba(201, 193, 144, 0) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, rgba(213, 206, 166, 0) 0%, rgba(214, 207, 168, 0) 1%, #fefefd 50%, rgba(255, 255, 255, 0.98) 51%, rgba(201, 193, 144, 0) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, rgba(213, 206, 166, 0) 0%, rgba(214, 207, 168, 0) 1%, #fefefd 50%, rgba(255, 255, 255, 0.98) 51%, rgba(201, 193, 144, 0) 100%);
  /* IE10+ */
  background: linear-gradient(to right, rgba(213, 206, 166, 0) 0%, rgba(214, 207, 168, 0) 1%, #fefefd 50%, rgba(255, 255, 255, 0.98) 51%, rgba(201, 193, 144, 0) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00d5cea6', endColorstr='#00c9c190', GradientType=1);
  /* IE6-9 */
  opacity: 0.2;
}
body footer .social-icons {
  list-style-type: none;
}
@media (max-width: 991px) {
  body footer .social-icons {
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
body footer .social-icons li {
  text-decoration: none;
}
body footer .social-icons li a {
  padding-left: 10px;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat !important;
  padding-top: 5px;
}
body footer .social-icons li a div {
  margin-top: 5px;
  float: left;
  width: 22px;
  height: 22px;
  overflow: hidden;
  background-size: 200% auto !important;
  background-repeat: no-repeat !important;
  -webkit-transition: background-position 0.23s ease;
  -moz-transition: background-position 0.23s ease;
  -ms-transition: background-position 0.23s ease;
  -o-transition: background-position 0.23s ease;
  transition: background-position 0.23s ease;
}
body footer .social-icons li a:hover div {
  background-position: 100% 0;
}
body footer .social-icons li .facebook {
  background: url("/frontend/web/dg_main/img/f-contact-facebook.png");
}
body footer .social-icons li .twitter {
  background: url("/frontend/web/dg_main/img/f-contact-twitter.png");
}
body footer .social-icons li .google {
  background: url("/frontend/web/dg_main/img/f-contact-google.png");
}
body footer .social-icons li .linked-in {
  background: url("/frontend/web/dg_main/img/f-contact-linked.png");
}
body footer .social-icons li .blog {
  background: url("/frontend/web/dg_main/img/f-contact-blog.png");
}
body footer .social-icons li .youtube {
  background: url("/frontend/web/dg_main/img/f-contact-youtube.png");
}
body footer .social-icons li .freelancer {
  background: url("/frontend/web/dg_main/img/f-contact-freelancer.png");
}
body footer .social-icons li .instagram {
  background: url("/frontend/web/dg_main/img/f-contact-instagram.png");
}
@media (max-width: 991px) {
  body footer .social-icons li {
    width: 165px;
    margin: 10px auto;
  }
}
@media (min-width: 992px) {
  body footer .logo-contain {
    text-align: left;
  }
}
body footer .logo-contain .logo {
  -webkit-transition: opacity 0.175s ease;
  -moz-transition: opacity 0.175s ease;
  -ms-transition: opacity 0.175s ease;
  -o-transition: opacity 0.175s ease;
  transition: opacity 0.175s ease;
  display: block;
  margin-left: 36px;
  margin-top: 50px;
}
body footer .logo-contain .logo:hover {
  -webkit-opacity: 0.6;
  -moz-opacity: 0.6;
  opacity: 0.6;
}
@media (max-width: 768px) {
  body footer li {
    font-size: 11pt;
  }
}
