.address {
  display: none;
}
.no-scroll {
  box-sizing: content-box;
  overflow: hidden;
}
.frame {
  display: block;
  width: 95%;
  max-width: 1100px;
  margin: 0 auto;
}
.video-pop-up {
  position: fixed;
  display: none;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.85);
  align-items: center;
  justify-content: center;
  z-index: 11;
}
.video-pop-up .video-container {
  position: relative;
  display: block;
}
.video-pop-up .video-container .icon-close {
  position: absolute;
  display: block;
  top: -15px;
  right: -15px;
  width: 30px;
  height: 30px;
  background-image: url(../images/icons/icon_close.svg);
  background-repeat: no-repeat;
  cursor: pointer;
}
.main-background {
  position: relative;
  display: block;
}
.main-background .main-background-image {
  display: block;
  width: 100%;
  background-image: url(../images/background.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.main-background .main-background-image.fix-page {
  display: flex;
  align-items: center;
}
.main-background .main-background-image.fix-page .main-background-text {
  padding: 0 0 0 0;
}
.main-background .main-background-image .main-background-text {
  display: block;
  padding: 170px 0 170px 0;
  color: white;
  font-size: 40px;
  font-weight: bold;
  text-align: center;
}
.main-background .main-background-image .main-background-text .sub-title {
  display: block;
  color: white;
  font-size: 16px;
  font-weight: normal;
}
.main-background .scroll-down-button {
  position: absolute;
  display: block;
  bottom: -30px;
  left: calc(50% - 30px);
  width: 60px;
  height: 60px;
  background-color: white;
  background-image: url(../images/icons/icon_arrow_down.svg);
  background-position: center center;
  background-size: 20px 12px;
  background-repeat: no-repeat;
  border-radius: 50px;
  box-shadow: 0 2px 5px rgba(32, 48, 60, 0.2);
  cursor: pointer;
}
.main-background.sub-page-look .main-background-image.komer {
  background-image: linear-gradient(to right, #1ABC9C, #0075D3);
}
.main-background.sub-page-look .main-background-image.crm {
  background-image: linear-gradient(to right, #E8AA20, #0075D3);
}
.main-background.sub-page-look .main-background-image .frame .lookout {
  margin: 0 0 0 0;
  padding: 170px 0 100px 0;
}
.main-background.sub-page-look .main-background-image .frame .lookout .lookout-mock-up {
  flex: 1;
}
.main-background.sub-page-look .main-background-image .frame .lookout .lookout-text {
  flex: 2;
}
.main-background.sub-page-look .main-background-image .frame .lookout .lookout-text .lookout-title {
  color: white;
}
.main-background.sub-page-look .main-background-image .frame .lookout .lookout-text .lookout-description {
  color: white;
}
.main-background.sub-page-look .main-background-image .frame .lookout .lookout-text .button-default {
  margin: 20px 20px 0 0;
}
.title-container {
  display: block;
  text-align: center;
}
.title-container .main-title {
  display: block;
  color: #142C38;
  font-size: 50px;
  font-weight: bold;
}
.title-container .sub-title {
  display: block;
  color: #142C38;
  font-size: 20px;
}
.title-container .sub-title .blue {
  color: #1DA0FF;
}
.title-container.padding-top {
  padding: 100px 0 0 0;
}
.lookout {
  display: flex;
  margin: 100px 0 0 0;
  align-items: center;
}
.lookout.inverted .lookout-text {
  margin: 0 50px 0 0;
  text-align: right;
}
.lookout.inverted .lookout-text .lookout-title.logo-title {
  margin: 0 0 0 auto;
}
.lookout.inverted .lookout-text .lookout-description {
  text-align: right;
}
.lookout.bottom-padding {
  padding: 0 0 100px 0;
}
.lookout .lookout-picture {
  display: inline-block;
  height: 313px;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  border-radius: 5px;
  box-shadow: -12px 12px 20px rgba(32, 48, 60, 0.2);
  cursor: pointer;
  overflow: hidden;
  flex: 1;
  transition: ease 0.2s;
}
.lookout .lookout-picture img {
  display: none;
}
.lookout .lookout-picture.exalon {
  background-image: url(../images/screenshots/websites/website_exalon.png);
}
.lookout .lookout-picture.iooo {
  background-image: url(../images/screenshots/websites/website_iooo.png);
}
.lookout .lookout-picture.megsemmisites {
  background-image: url(../images/screenshots/websites/website_megsemmisites.png);
}
.lookout .lookout-picture.enduro {
  background-image: url(../images/screenshots/websites/website_enduro.png);
}
.lookout .lookout-picture.olcsokuka {
  background-image: url(../images/screenshots/websites/website_olcsokuka.png);
}
.lookout .lookout-picture.fix-yachting {
  background-image: url(../images/screenshots/websites/website_fix-yachting.png);
}
.lookout .lookout-picture.szerzodnek {
  background-image: url(../images/screenshots/websites/website_szerzodnek.png);
}
.lookout .lookout-picture.jagerkontener {
  background-image: url(../images/screenshots/websites/website_jagerkontener.png);
}
.lookout .lookout-picture.superenduro {
  background-image: url(../images/screenshots/marketing/marketing_super_enduro.png);
}
.lookout .lookout-picture.htf {
  background-image: url(../images/screenshots/marketing/marketing_hungarian_truck_fest.png);
}
.lookout .lookout-picture.lead-management {
  background-image: url(../images/screenshots/admin_customer_profile.png);
}
.lookout .lookout-picture.calls {
  background-image: url(../images/screenshots/admin_workspace.png);
}
.lookout .lookout-picture.partners {
  background-image: url(../images/screenshots/admin_customers.png);
}
.lookout .lookout-picture.statistics {
  background-image: url(../images/screenshots/admin_statistic.png);
}
.lookout .lookout-picture.content {
  background-image: url(../images/screenshots/admin_landing_edit.png);
}
.lookout .lookout-picture.calendar {
  background-image: url(../images/screenshots/komer/komer_calendar.png);
}
.lookout .lookout-picture.mobile {
  background-image: url(../images/screenshots/komer/komer_mobile.png);
}
.lookout .lookout-picture.map {
  background-image: url(../images/screenshots/komer/komer_map.png);
}
.lookout .lookout-picture.billing {
  background-image: url(../images/screenshots/komer/komer_billing.png);
}
.lookout .lookout-picture.container {
  background-image: url(../images/screenshots/komer/komer_containers.png);
}
.lookout .lookout-picture.cash-register {
  background-image: url(../images/screenshots/komer/komer_cash_register.png);
}
.lookout .lookout-picture.kont-statistics {
  background-image: url(../images/screenshots/komer/komer_statistics.png);
}
.lookout .lookout-picture:hover {
  transition: ease 0.2s;
  transform: scale(1.03);
}
.lookout .lookout-mock-up {
  display: inline-block;
  height: 313px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  flex: 1;
  transition: ease 0.2s;
}
.lookout .lookout-mock-up.crm {
  background-image: url(../images/mock-ups/mock_up_kuka_right.png);
}
.lookout .lookout-mock-up.crm-left {
  background-image: url(../images/mock-ups/mock_up_kuka_left.png);
}
.lookout .lookout-mock-up.komer {
  background-image: url(../images/mock-ups/mock_up_komer_left.png);
}
.lookout .lookout-mock-up:hover {
  transition: ease 0.2s;
  transform: scale(1.03);
}
.lookout .lookout-text {
  display: inline-block;
  margin: 0 0 0 50px;
  text-align: left;
  flex: 1;
}
.lookout .lookout-text .lookout-title {
  display: inline-block;
  color: #142C38;
  font-size: 25px;
  font-weight: bold;
  text-decoration: none;
}
.lookout .lookout-text .lookout-title.no-pointer {
  cursor: default;
}
.lookout .lookout-text .lookout-title.logo-title {
  height: 55px;
  background-size: contain;
  background-repeat: no-repeat;
}
.lookout .lookout-text .lookout-title.logo-title.manageasy {
  width: 236px;
  background-image: url(../images/logos/logo_manageasy.svg);
}
.lookout .lookout-text .lookout-title.logo-title.exalon {
  width: 210px;
  background-image: url(../images/logos/logo_exalon.svg);
}
.lookout .lookout-text .lookout-title.logo-title.iooo {
  width: 164px;
  height: 45px;
  background-image: url(../images/logos/logo_iooo.svg);
}
.lookout .lookout-text .lookout-title.logo-title.megsemmisites {
  width: 270px;
  height: 45px;
  background-image: url(../images/logos/logo_megsemmisites.svg);
}
.lookout .lookout-text .lookout-title.logo-title.enduro {
  width: 155px;
  height: 85px;
  background-image: url(../images/logos/logo_enduro.svg);
}
.lookout .lookout-text .lookout-title.logo-title.superenduro {
  width: 159px;
  height: 85px;
  background-image: url(../images/logos/logo_super_enduro.svg);
}
.lookout .lookout-text .lookout-title.logo-title.olcsokuka {
  width: 231px;
  height: 40px;
  background-image: url(../images/logos/logo_olcsokuka.svg);
}
.lookout .lookout-text .lookout-title.logo-title.fix-yachting {
  width: 164px;
  height: 75px;
  background-image: url(../images/logos/logo_fixyachting.svg);
}
.lookout .lookout-text .lookout-title.logo-title.szerzodnek {
  width: 250px;
  height: 30px;
  background-image: url(../images/logos/logo_szerzodnek.svg);
}
.lookout .lookout-text .lookout-title.logo-title.jager {
  width: 75px;
  height: 75px;
  background-image: url(../images/logos/logo_jager.svg);
}
.lookout .lookout-text .lookout-title.logo-title.htf {
  width: 180px;
  height: 60px;
  background-image: url(../images/logos/logo_hungarian_truck_fest.svg);
}
.lookout .lookout-text .lookout-description {
  position: relative;
  display: block;
  margin: 10px 0 0 0;
  color: #142C38;
  font-size: 15px;
  text-align: justify;
}
.lookout .lookout-text .lookout-description .link {
  display: inline-block;
  color: #1DA0FF;
  cursor: pointer;
}
.lookout .lookout-text .lookout-description .link:hover + .lookout-hidden-description {
  visibility: visible;
  opacity: 1;
  transition: ease 0.2s;
}
.lookout .lookout-text .lookout-description .lookout-hidden-description {
  position: absolute;
  display: block;
  left: 0;
  top: 44px;
  padding: 20px 20px 20px 20px;
  background-color: white;
  color: #142C38;
  font-size: 14px;
  border-radius: 5px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
  text-align: left;
  z-index: 2;
  visibility: hidden;
  opacity: 0;
  cursor: default;
  transition: ease 0.2s;
}
.lookout .lookout-text .lookout-description .lookout-hidden-description.right {
  right: 0;
  left: unset;
  text-align: right;
}
.lookout .lookout-text .lookout-description .lookout-hidden-description .lookout-hidden-description-element {
  display: block;
  padding: 10px 0 10px 0;
  border-bottom: 1px solid #E7E7EF;
}
.lookout .lookout-text .lookout-description .lookout-hidden-description .lookout-hidden-description-element:first-child {
  padding: 0 0 10px 0;
}
.lookout .lookout-text .lookout-description .lookout-hidden-description .lookout-hidden-description-element:last-child {
  padding: 10px 0 0 0;
  border: none;
}
.lookout .lookout-text.no-margin {
  margin: 0 0 0 0;
}
.button-default {
  position: relative;
  display: inline-block;
  margin: 10px 0 0 0;
  padding: 15px 20px 15px 20px;
  color: white;
  font-size: 16px;
  border-radius: 5px;
  border: none;
  cursor: pointer;
  text-decoration: none;
  transition: ease 0.2s;
}
.button-default.blue {
  background-color: #1DA0FF;
}
.button-default.turquoise {
  background-color: #1ABC9C;
}
.button-default.white {
  padding: 13px 20px 13px 20px;
  border: 2px solid white;
  color: white;
}
.button-default.white:hover {
  background-color: white;
  color: #142C38;
  transition: ease 0.2s;
}
.button-default.youtube {
  display: inline-flex;
  background-color: white;
  color: #142C38;
  align-items: center;
}
.button-default.youtube .button-icon {
  display: inline-block;
  width: 20px;
  height: 14px;
  margin: 0 5px 0 0;
  background-image: url(../images/icons/icon_youtube.svg);
  background-repeat: no-repeat;
}
.button-default.youtube.red {
  background-color: #FF0000;
  color: white;
}
.button-default.youtube.red .button-icon {
  background-image: url(../images/icons/icon_youtube_white.svg);
}
.button-default.youtube.red:hover {
  opacity: 0.8;
  transition: ease 0.2s;
}
.button-default.youtube:hover {
  background-color: #FF0000;
  color: white;
  transition: ease 0.2s;
}
.button-default.youtube:hover .button-icon {
  background-image: url(../images/icons/icon_youtube_white.svg);
}
.button-default:hover {
  filter: brightness(110%);
  transition: ease 0.2s;
}
.contact-us {
  position: relative;
  display: block;
  width: 100%;
}
.contact-us .cu-bg {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 500px;
  background-color: #E7E7EF;
  z-index: -1;
}
.contact-us .content-container {
  text-align: center;
}
.contact-us .content-container .contact-us-box {
  display: inline-block;
  margin: 100px auto 100px auto;
  padding: 50px 50px 50px 50px;
  width: 100%;
  max-width: 890px;
  background-color: white;
  border-radius: 5px;
  box-shadow: -12px 12px 20px rgba(32, 48, 60, 0.2);
  box-sizing: border-box;
  text-align: center;
}
.contact-us .content-container .contact-us-box .cu-title {
  display: block;
  margin: 0 0 50px 0;
  color: #142C38;
  font-size: 20px;
  text-align: center;
}
.contact-us .content-container .contact-us-box .cu-inputs-container {
  display: inline-block;
  width: 100%;
}
.contact-us .content-container .contact-us-box .cu-inputs-container .cu-inputs-row {
  display: flex;
  align-items: flex-end;
}
.contact-us .content-container .contact-us-box .cu-inputs-container .cu-inputs-row .cu-input {
  position: relative;
  display: inline-block;
  text-align: left;
  flex: 1;
}
.contact-us .content-container .contact-us-box .cu-inputs-container .cu-inputs-row .cu-input .input-title {
  position: absolute;
  display: block;
  top: 10px;
  left: 15px;
  color: #142C38;
  font-size: 18px;
  pointer-events: none;
  transition: ease 0.2s;
}
.contact-us .content-container .contact-us-box .cu-inputs-container .cu-inputs-row .cu-input .input-title.minimalize {
  padding: 0 5px 0 5px;
  top: -9px;
  left: 7px;
  font-size: 13px;
  background-color: white;
  color: #1DA0FF;
  transition: ease 0.2s;
}
.contact-us .content-container .contact-us-box .cu-inputs-container .cu-inputs-row .cu-input .input {
  display: block;
  width: 100%;
  height: 45px;
  padding: 0 0 0 18px;
  color: #142C38;
  font-size: 18px;
  border: 1px solid #DDE2E6;
  border-radius: 5px;
  box-sizing: border-box;
  resize: none;
  transition: ease 0.5s;
}
.contact-us .content-container .contact-us-box .cu-inputs-container .cu-inputs-row .cu-input .input:focus {
  outline-width: 0;
  border: 2px solid #1DA0FF;
  transition: ease 0.5s;
}
.contact-us .content-container .contact-us-box .cu-inputs-container .cu-inputs-row .cu-input .input.input-message {
  width: 100%;
  height: 45px;
  padding: 7px 0 0 10px;
  transition: ease 0.2s;
}
.contact-us .content-container .contact-us-box .cu-inputs-container .cu-inputs-row .cu-input .input.input-message.extra-hight {
  height: 100px;
  transition: ease 0.2s;
}
.contact-us .content-container .contact-us-box .cu-inputs-container .cu-inputs-row .cu-input.margin-right {
  margin: 0 50px 0 0;
}
.contact-us .content-container .contact-us-box .cu-inputs-container .cu-inputs-row .cu-input.margin-top {
  margin: 35px 50px 0 0;
}
.contact-us .content-container .contact-us-box .cu-inputs-container .cu-inputs-row .cu-input.cu-input-message {
  margin: 35px 0 0 0;
}
.contact-us .content-container .contact-us-box .cu-inputs-container .cu-inputs-row .cu-input.error .input-title {
  color: #E74C3C;
}
.contact-us .content-container .contact-us-box .cu-inputs-container .cu-inputs-row .cu-input.error .input {
  border: 1px solid #E74C3C;
}
.contact-us .content-container .contact-us-box .cu-inputs-container .cu-submit-button-container {
  display: block;
  width: 100%;
  margin: 35px auto 0 auto;
}
.contact-us .content-container .contact-us-box .cu-inputs-container .cu-submit-button-container .cu-submit-button {
  display: flex;
  width: 100%;
  margin: 0 0 0 0;
  text-align: center;
  box-sizing: border-box;
  align-items: baseline;
  justify-content: center;
}
.contact-us .content-container .contact-us-box .cu-inputs-container .cu-submit-button-container .cu-submit-button .icon-paperplane {
  display: inline-block;
  width: 18px;
  height: 13px;
  margin: 0 5px 0 0;
  background-image: url(../images/icons/icon_paper_plane.svg);
  background-repeat: no-repeat;
  vertical-align: middle;
}
.contact-us .content-container .contact-us-box .cu-inputs-container.lock .cu-submit-button-container .cu-submit-button {
  align-items: end;
}
.contact-us .content-container .contact-us-box .cu-inputs-container.lock .cu-submit-button-container .cu-submit-button .icon-paperplane {
  display: inline-block;
  width: 13px;
  height: 13px;
  background-image: none;
  border: 2px solid transparent;
  border-top: 2px solid white;
  border-right: 2px solid white;
  border-radius: 50%;
  animation: spin 2s linear infinite;
  -webkit-animation: spin 2s linear infinite;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
.draw {
  display: block;
  margin: 100px 0 0 0;
  padding: 0 0 100px 0;
}
body {
  margin: 0;
  padding: 0;
  font-family: Roboto, sans-serif;
  font-size: 0;
}
body .header {
  position: fixed;
  display: block;
  top: 0;
  width: 100%;
  z-index: 10;
  transition: ease 0.2s;
}
body .header .header-content-container {
  display: flex;
  height: 70px;
  align-items: center;
}
body .header .header-content-container .logo-container {
  display: inline-block;
  height: auto;
  flex: 1;
}
body .header .header-content-container .logo-container .logo {
  display: block;
  background-image: url(../images/logos/logo_peaksoft_white.svg);
  background-repeat: no-repeat;
  width: 189px;
  height: 50px;
  cursor: pointer;
}
body .header .header-content-container .navigation-container {
  display: inline-block;
}
body .header .header-content-container .navigation-container .navigation {
  display: inline-block;
  margin: 0 0 0 30px;
  color: white;
  font-size: 16px;
  cursor: pointer;
  overflow: hidden;
  transition: ease 0.2s;
}
body .header .header-content-container .navigation-container .navigation:first-child {
  margin: 0 0 0 0;
}
body .header .header-content-container .navigation-container .navigation span {
  position: relative;
  display: inline-block;
  -webkit-transition: -webkit-transform 0.2s;
  -moz-transition: -moz-transform 0.2s;
  transition: transform 0.2s;
}
body .header .header-content-container .navigation-container .navigation span::before {
  position: absolute;
  display: inline-block;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  color: #1DA0FF;
  content: attr(data-hover);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
body .header .header-content-container .navigation-container .navigation:hover span {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  transform: translateY(-100%);
}
body .header .header-content-container .mobile-menu {
  position: relative;
  display: none;
  width: 35px;
  height: 25px;
  cursor: pointer;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
}
body .header .header-content-container .mobile-menu span {
  position: absolute;
  display: block;
  left: 0;
  width: 35px;
  height: 5px;
  background-color: white;
  border-radius: 5px;
  opacity: 1;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
}
body .header .header-content-container .mobile-menu span:nth-child(1) {
  top: 0;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
body .header .header-content-container .mobile-menu span:nth-child(2) {
  top: 10px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
body .header .header-content-container .mobile-menu span:nth-child(3) {
  top: 20px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
body .header .header-content-container .mobile-menu.animate span:nth-child(1) {
  top: -3px;
  left: 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
body .header .header-content-container .mobile-menu.animate span:nth-child(2) {
  width: 0;
  opacity: 0;
}
body .header .header-content-container .mobile-menu.animate span:nth-child(3) {
  top: 22px;
  left: 0;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
body .header.scrolled,
body .header.bg-for-mobile-menu {
  background-color: white;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
}
body .header.scrolled .header-content-container .logo-container .logo,
body .header.bg-for-mobile-menu .header-content-container .logo-container .logo {
  background-image: url(../images/logos/logo_peaksoft.svg);
}
body .header.scrolled .header-content-container .navigation-container .navigation,
body .header.bg-for-mobile-menu .header-content-container .navigation-container .navigation {
  color: #142C38;
}
body .header.scrolled .header-content-container .mobile-menu span,
body .header.bg-for-mobile-menu .header-content-container .mobile-menu span {
  background-color: #1DA0FF;
}
body .main-page .services {
  background-color: #E7E7EF;
}
body .main-page .services .services-container {
  display: flex;
  margin: 100px 0 0 0;
  padding: 0 0 100px 0;
  width: 100%;
}
body .main-page .services .services-container .service {
  display: inline-block;
  margin: 0 50px 0 0;
  text-align: center;
  flex: 1;
}
body .main-page .services .services-container .service:last-child {
  margin: 0 0 0 0;
}
body .main-page .services .services-container .service .service-icon {
  display: block;
  width: 60px;
  height: 60px;
  margin: 0 auto 20px auto;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
body .main-page .services .services-container .service .service-icon.developement {
  background-image: url(../images/icons/icon_development.svg);
}
body .main-page .services .services-container .service .service-icon.design {
  background-image: url(../images/icons/icon_design.svg);
}
body .main-page .services .services-container .service .service-icon.hosting {
  background-image: url(../images/icons/icon_hosting.svg);
}
body .main-page .services .services-container .service .service-icon.marketing {
  background-image: url(../images/icons/icon_marketing.svg);
}
body .main-page .services .services-container .service .service-title {
  display: block;
  margin: 0 0 10px 0;
  font-size: 20px;
  color: #1DA0FF;
}
body .main-page .services .services-container .service .service-description {
  display: block;
  font-size: 15px;
  color: #142C38;
}
body .page-websites .content-container .title-container.padding-top,
body .page-marketing .content-container .title-container.padding-top {
  padding: 170px 0 0 0;
}
body .footer {
  display: block;
  width: 100%;
  background-color: #142C38;
  color: white;
}
body .footer .footer-content-container {
  display: flex;
  height: 80px;
  font-size: 14px;
  align-items: center;
}
body .footer .footer-content-container .footer-left {
  display: inline-flex;
  align-items: center;
  opacity: 0.7;
  flex: 1;
}
body .footer .footer-content-container .footer-right {
  display: inline-flex;
  align-items: center;
  opacity: 0.7;
  flex: none;
}
body .footer .footer-content-container .footer-right .logo {
  display: inline-block;
  width: 95px;
  height: 25px;
  margin: 0 0 0 10px;
  background-image: url(../images/logos/logo_peaksoft_footer.svg);
  background-repeat: no-repeat;
}
body .lg-outer #lg-share,
body .lg-outer #lg-actual-size,
body .lg-outer #lg-download,
body .lg-outer .lg-autoplay-button {
  display: none;
}
@media only screen and (max-width: 830px) {
  body .main-page .services .services-container {
    display: block;
  }
  body .main-page .services .services-container .service {
    margin: 0 0 50px 0;
    flex-direction: column;
  }
  body .main-page .services .services-container .service .service-description {
    width: 80%;
    margin: 0 auto 0 auto;
  }
}
@media only screen and (max-width: 800px) {
  body .header .header-content-container .navigation-container {
    position: absolute;
    display: none;
    top: 70px;
    right: 0;
    width: 100%;
    height: 100vh;
    background-color: white;
  }
  body .header .header-content-container .navigation-container .navigation {
    display: block;
    margin: 0 0 0 0;
    padding: 25px 0 25px 0;
    color: #142C38;
    text-align: center;
  }
  body .header .header-content-container .navigation-container .navigation span:before {
    display: none;
  }
  body .header .header-content-container .navigation-container .navigation:hover {
    background-color: #1DA0FF;
  }
  body .header .header-content-container .navigation-container .navigation:hover span {
    color: white;
    transform: none;
  }
  body .header .header-content-container .mobile-menu {
    display: block;
  }
}
@media only screen and (max-width: 700px) {
  body .footer .footer-content-container {
    flex-direction: column;
    justify-content: center;
  }
  body .footer .footer-content-container .footer-left {
    flex: none;
  }
}
@media only screen and (max-width: 650px) {
  body .page-komer .main-background .main-background-image .content-container .lookout .lookout-text .lookout-description {
    font-size: 13px;
  }
}
@media only screen and (max-width: 565px) {
  body .main-page .contact-us .content-container .contact-us-box .cu-title {
    font-size: 18px;
  }
  body .main-page .contact-us .content-container .contact-us-box .cu-inputs-container .cu-inputs-row {
    flex-direction: column;
  }
  body .main-page .contact-us .content-container .contact-us-box .cu-inputs-container .cu-inputs-row .cu-input {
    width: 100%;
    margin: 0 0 35px 0;
  }
  body .main-page .contact-us .content-container .contact-us-box .cu-inputs-container .cu-inputs-row .cu-input.margin-right,
  body .main-page .contact-us .content-container .contact-us-box .cu-inputs-container .cu-inputs-row .cu-input.margin-top {
    margin: 0 0 35px 0;
  }
  body .main-page .contact-us .content-container .contact-us-box .cu-inputs-container .cu-inputs-row .cu-input.cu-input-message {
    margin: 0 0 0 0;
  }
}
@media only screen and (max-width: 690px) {
  .main-background .main-background-image .main-background-text {
    font-size: 30px;
  }
  .title-container .main-title {
    font-size: 40px;
  }
  .title-container .sub-title {
    font-size: 18px;
  }
}
@media only screen and (max-width: 650px) {
  .main-background.sub-page-look .main-background-image .frame .lookout:before {
    display: none;
  }
  .main-background.sub-page-look .main-background-image .frame .lookout .lookout-mock-up {
    flex: none;
  }
  .lookout {
    position: relative;
    flex-direction: column;
    padding: 0 0 100px;
  }
  .lookout:before {
    content: "";
    position: absolute;
    bottom: 0;
    height: 1px;
    width: 300px;
    border-bottom: 1px solid #D6D6D6;
  }
  .lookout .lookout-mock-up {
    width: 100%;
    height: 250px;
    flex: none;
  }
  .lookout .lookout-picture {
    width: 100%;
    height: 235px;
    margin: 0 0 30px 0;
    flex: none;
  }
  .lookout .lookout-text {
    margin: 10px 0 0 0;
    text-align: center;
  }
  .lookout .lookout-text.no-margin {
    margin: 10px 0 0 0;
  }
  .lookout.inverted .lookout-mock-up {
    order: 1;
  }
  .lookout.inverted .lookout-mock-up.komer {
    background-image: url(../images/mock-ups/mock_up_komer_left.png);
  }
  .lookout.inverted .lookout-text {
    margin: 10px 0 0 0;
    text-align: center;
    order: 2;
  }
  .lookout.inverted .lookout-text .lookout-description {
    text-align: justify;
  }
  .lookout.bottom-padding:before {
    display: none;
  }
}
@media only screen and (max-width: 511px) {
  .main-background.sub-page-look .main-background-image .frame .lookout .lookout-text .button-default {
    margin: 20px 0 0 0;
  }
  .main-background.sub-page-look .main-background-image .frame .lookout .lookout-text .button-default.youtube {
    display: flex;
    margin: 20px auto 0 auto;
    text-align: center;
    justify-content: center;
  }
  .main-background.sub-page-look .main-background-image .frame .lookout .lookout-text .button-default.white {
    display: block;
  }
}
