#mobile-menu-button {
  background: #ee3128;
  display: none;
  position: absolute;
  overflow: hidden;
  top: 12px;
  right: 36px;
  padding: 0;
  width: 60px;
  height: 48px;
  font-size: 0;
  text-indent: -9999px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: none;
  border-radius: none;
  border: none;
  cursor: pointer;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
#mobile-menu-button:focus {
  outline: none;
}
#mobile-menu-button span {
  display: block;
  position: absolute;
  top: 23px;
  left: 10px;
  right: 10px;
  height: 3px;
  background: white;
  -webkit-box-shadow: 0 1px 0 #555;
  -moz-box-shadow: 0 1px 0 #555;
  box-shadow: 0 1px 0 #555;
  -webkit-transition: background 0 0.3s;
  transition: background 0 0.3s;
}
#mobile-menu-button span:before,
#mobile-menu-button span:after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #fff;
  content: "";
  -webkit-box-shadow: 0 1px 0 #555;
  -moz-box-shadow: 0 1px 0 #555;
  box-shadow: 0 1px 0 #555;
  -webkit-transition-duration: 0.3s, 0.3s;
  transition-duration: 0.3s, 0.3s;
  -webkit-transition-delay: 0.3s, 0;
  transition-delay: 0.3s, 0;
}
#mobile-menu-button span:before {
  top: -12px;
  -webkit-transition-property: top, -webkit-transform;
  transition-property: top, transform;
}
#mobile-menu-button span:after {
  bottom: -12px;
  -webkit-transition-property: bottom, -webkit-transform;
  transition-property: bottom, transform;
}
#mobile-menu-button.active {
  background: #ee3128;
}
#mobile-menu-button.active span {
  background: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#mobile-menu-button.active span:before {
  top: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition-delay: 0, 0.3s;
  transition-delay: 0, 0.3s;
}
#mobile-menu-button.active span:after {
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition-delay: 0, 0.3s;
  transition-delay: 0, 0.3s;
}
#mobile-menu {
  display: none;
  background: #eeeeee;
}
#mobile-menu .main-nav,
#mobile-menu .demo-nav {
  margin: 0;
}
#mobile-menu .main-nav ul,
#mobile-menu .demo-nav ul {
  padding: 0;
}
#mobile-menu .main-nav li,
#mobile-menu .demo-nav li,
#mobile-menu .main-nav a,
#mobile-menu .demo-nav a {
  display: block;
  float: none;
  margin-left: 0;
  text-align: center;
  font-size: 17px;
}
#mobile-menu .main-nav li,
#mobile-menu .demo-nav li {
  border-bottom: 1px solid #cccccc;
}
#mobile-menu .main-nav li:first-child,
#mobile-menu .demo-nav li:first-child {
  border-top: 1px solid #cccccc;
}
#mobile-menu .main-nav li img,
#mobile-menu .demo-nav li img {
  display: none;
}
#mobile-menu .main-nav li a,
#mobile-menu .demo-nav li a {
  padding: 12px 0;
}
#mobile-menu .main-nav li > ul.menu,
#mobile-menu .demo-nav li > ul.menu {
  background: #dddddd;
  display: none;
}
#mobile-menu .demo-nav li {
  padding: 0;
}
#mobile-menu .demo-nav a {
  font-weight: bold;
  background: #ee3128;
  color: #ffffff;
  text-transform: uppercase;
  padding: 12px 0;
}
#mobile-menu .demo-nav a:hover {
  text-decoration: none;
}
@media screen and (max-width: 1440px) {
  .container-large {
    width: 100%;
  }
  .main-nav {
    margin-left: 120px;
  }
  .main-nav li {
    margin-left: 18px;
  }
}
@media screen and (max-width: 1320px) {
  .customers-intro .customers-list {
    width: 990px;
  }
  .customers-intro .customers-list li {
    width: 330px;
    height: 330px;
  }
  #logo {
    left: 16px;
  }
  .main-nav {
    margin-left: 168px;
  }
  #demo {
    width: 100px;
  }
  .main-nav li {
    margin-left: 14px;
  }
}
@media screen and (max-width: 1170px) {
  .container {
    width: 100%;
    padding: 0 15px 42px;
  }
  header .container {
    padding: 0;
  }
  .home-slider-container .home-slider-item .home-slider-item-content,
  .page-cloud-slider-container .home-slider-item .home-slider-item-content {
    width: 100%;
    margin-left: 0;
    left: 0;
    font-size: 16px;
    padding: 0 1em;
  }
  .home-products-callout,
  .page-template-page-demo .products-callout {
    margin-left: 0;
    left: 0;
  }
  .appstore-download {
    padding: 40px;
  }
  .product-presentation .cycle-item {
    display: block;
    width: 100%;
  }
  .product-presentation .cycle-slideshow .cycle-item .cycle-image,
  .product-presentation .cycle-slideshow .cycle-item .cycle-description {
    display: block;
    width: 100%;
    float: none;
    padding-bottom: 0;
  }
  .product-presentation .cycle-slideshow .cycle-item .cycle-image:before,
  .product-presentation .cycle-slideshow .cycle-item .cycle-description:before,
  .product-presentation .cycle-slideshow .cycle-item .cycle-image:after,
  .product-presentation .cycle-slideshow .cycle-item .cycle-description:after {
    content: " ";
    display: table;
  }
  .product-presentation .cycle-slideshow .cycle-item .cycle-image:after,
  .product-presentation .cycle-slideshow .cycle-item .cycle-description:after {
    clear: both;
  }
  .product-presentation .cycle-slideshow .cycle-item .cycle-image > img,
  .product-presentation .cycle-slideshow .cycle-item .cycle-description > img {
    width: 100%;
  }
  .product-presentation .cycle-slideshow .cycle-item .cycle-image .cycle-description-content,
  .product-presentation .cycle-slideshow .cycle-item .cycle-description .cycle-description-content {
    position: static;
    padding-left: 0;
  }
  .product-presentation .cycle-slideshow .cycle-item .cycle-image .cycle-nav,
  .product-presentation .cycle-slideshow .cycle-item .cycle-description .cycle-nav {
    margin-top: 16px;
    position: static;
    float: right;
  }
  .about-us-our-offices > .container {
    padding: 0;
  }
  .about-us-our-offices .about-us-our-offices-intro {
    padding: 0 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .about-us-our-offices .about-us-map {
    width: 780px;
  }
  .about-us-our-offices .pin.london {
    left: 352px;
    top: 108px;
  }
  .about-us-our-offices .pin.prague {
    left: 385px;
    top: 114px;
  }
  .about-us-our-offices .pin.dublin {
    left: 339px;
    top: 104px;
  }
  .about-us-our-offices .pin.us-stowe {
    left: 203px;
    top: 125px;
  }
  .about-us-our-offices .pin-popup.prague-popup {
    left: 450px;
    top: 101px;
  }
  .about-us-our-offices .pin-popup.london-popup {
    left: 416px;
    top: 97px;
  }
  .about-us-our-offices .pin.dublin-popup {
    left: 401px;
    top: 88px;
  }
  .about-us-our-offices .pin-popup.us-stowe-popup {
    left: 260px;
    top: 112px;
  }
  .app-demo-link {
    position: static;
    display: block;
    margin: 0 auto;
  }
}
@media screen and (max-width: 1170px) {
  .delivery-offices-list .delivery-offices-block ul li:first-child,
  .delivery-offices-list .delivery-offices-block ul li:first-child + li,
  .delivery-offices-list .delivery-offices-block ul li:first-child + li + li {
    margin-top: 0;
  }
  .delivery-offices-list .delivery-offices-block ul li:first-child + li + li + li {
    margin-top: 48px;
  }
  .hero-image-detail .hero-image h2 {
    font-size: 40px;
  }
  .hero-image-detail .hero-image img {
    top: 0 !important;
  }
}
@media screen and (max-width: 1080px) {
  .category-row {
    display: block;
  }
  .category-row:first-child .category-item.odd {
    border-top: 0;
  }
  .category-item {
    display: block;
    padding: 0 0 0 0;
    width: 100%;
  }
  .category-item.odd {
    border-right: 0 none;
    border-top: 1px solid #cccccc;
    margin-bottom: 32px;
    padding: 32px 0 0 0;
  }
  .category-item.even {
    padding: 32px 0 0 0;
    margin-bottom: 32px;
    border-top: 1px solid #cccccc;
  }
  .category-item.even.empty {
    border-top: 0;
  }
  .category-item h2,
  .category-item p.meta {
    text-align: center;
  }
  .spacer-56 {
    display: none;
  }
}
@media screen and (max-width: 990px) {
  .customers-intro .customers-list {
    width: 660px;
  }
  .customers-intro .customers-list li {
    width: 330px;
    height: 330px;
  }
}
@media screen and (max-width: 920px) {
  .delivery-offices-list .delivery-offices-block ul li:first-child,
  .delivery-offices-list .delivery-offices-block ul li:first-child + li {
    margin-top: 0;
  }
  .delivery-offices-list .delivery-offices-block ul li:first-child + li + li,
  .delivery-offices-list .delivery-offices-block ul li:first-child + li + li + li {
    margin-top: 48px;
  }
}
@media screen and (max-width: 1180px) {
  #mobile-menu-button {
    display: block;
  }
  #main-nav {
    display: none;
  }
  #demo {
    display: none;
  }
}
@media screen and (max-width: 1000px) {
  .subnav-content .tab-content.centered .tab-heading,
  .subnav-content .tab-content.centered .tab-text {
    padding: 0;
  }
  .home-statistics > .container > div .icon {
    width: 100px;
  }
  .home-statistics > .container > div .icon img {
    width: 100%;
  }
  .home-statistics > .container > div.countries-serving .icon {
    width: 64px;
  }
  .home-statistics > .container > div .number {
    font-size: 68px;
  }
}
@media screen and (max-width: 960px) {
  .home-slider-container .home-slider-item .home-slider-item-content,
  .page-cloud-slider-container .home-slider-item .home-slider-item-content {
    font-size: 15px;
    top: 11em;
  }
  .home-slider-container .home-slider-item .home-slider-item-content {
    top: 5em;
  }
  .page-cloud-slider-container .home-slider-item .home-slider-item-content {
    top: 7em;
  }
  .home-products-callout,
  .page-template-page-demo .products-callout {
    position: static;
    bottom: 0;
    margin-bottom: 68px;
  }
  .product-detail {
    height: auto;
  }
  .product-detail .col-left .product-detail-detail .product-detail-text {
    padding-right: 60px;
  }
  #w-960-helper {
    display: block;
  }
  .page-template-page-ourcustomer .hero-image {
    height: 396px;
  }
  .segmentchars-casestudies-detail .segmentchars {
    width: 100%;
    float: none;
    padding-bottom: 64px;
  }
  .segmentchars-casestudies-detail .casestudies {
    width: 100%;
    float: none;
    overflow: hidden;
    padding-bottom: 40px;
  }
  .sector-pains-detail h3 {
    margin-bottom: 68px;
  }
  .sector-pains-detail ul {
    display: table;
    margin: 0 auto;
  }
  .sector-pains-detail ul li {
    display: list-item;
    width: auto;
    float: none;
  }
  .sector-pains-detail ul li.odd {
    padding-left: 60px;
    background-position: top left;
    padding-right: 0;
  }
  .sector-pains-detail ul li.even {
    padding-right: 0;
  }
  .advantages-detail h3 {
    margin-bottom: 68px;
  }
  .advantages-detail ul {
    display: table;
    margin: 0 auto;
  }
  .advantages-detail ul li {
    display: list-item;
    width: auto;
    float: none;
  }
  .advantages-detail ul li.odd {
    padding-left: 60px;
    background-position: top left;
    padding-right: 0;
  }
  .advantages-detail ul li.even {
    padding-right: 0;
  }
}
@media screen and (max-width: 920px) {
  #w-920-helper {
    display: block;
  }
  #frontpage-lightbox.demo-lightbox .demo-lightbox-inner .lightbox-videobox {
    max-width: 100%;
    display: block;
  }
  .demo-lightbox .demo-lightbox-inner .lightbox-videobox {
    max-width: 480px;
    display: table;
    width: auto;
    margin: 24px auto 0;
    float: none;
  }
  .demo-lightbox .demo-lightbox-inner .lightbox-content {
    margin-top: 24px;
    width: 100%;
    float: none;
  }
  .page-template-page-about-us .hero-image-detail .hero-image h1 {
    font-size: 32px;
  }
  .hero-image-detail .hero-image img {
    top: 0 !important;
  }
  .page-template-page-cloud2 .cloud-calltoaction-buttons .attachment-post-thumbnail {
    display: none;
  }
  .page-template-page-cloud2 .cloud-calltoaction-buttons .cloud-button-container {
    display: table;
    margin: 12px auto;
  }
  .page-template-page-cloud2 .cloud-calltoaction-buttons .button {
    float: none;
    display: table-cell;
    vertical-align: middle;
    line-height: normal;
    height: auto;
    padding-top: 16px;
    padding-bottom: 16px;
  }
}
@media screen and (max-width: 896px) {
  .integration-detail {
    padding-top: 114px;
  }
  .home-statistics > .container > div .icon {
    width: 84px;
  }
  .home-statistics > .container > div .icon img {
    width: 100%;
  }
  .home-statistics > .container > div.countries-serving .icon {
    width: 63px;
  }
  .home-statistics > .container > div .description {
    font-size: 13px;
  }
  .contact-contacts {
    height: 326px;
    overflow: hidden;
  }
  .contact-contacts .contacts-overlay {
    width: 100%;
  }
  .contact-contacts .contacts-overlay .contacts-address {
    width: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    position: relative;
  }
  .contact-contacts .contacts-overlay .contacts-phones {
    width: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: right;
    margin-top: 0;
    position: relative;
  }
}
@media screen and (max-width: 880px) {
  .deliver-hero .container,
  .delivery-reseller .container {
    width: 100%;
  }
  .deliver-hero.c2-cloud {
    padding: 96px 0 24px;
  }
  .deliver-on-premise .deliver-on-premise-right,
  .cloud-solution .deliver-on-premise-right {
    padding-right: 0;
  }
  .home-products-callout .home-product-callout-item {
    float: none;
    width: 100%;
    border: 1px solid #cbcbcb;
    height: auto;
    padding-bottom: 156px;
  }
  .home-products-callout .home-product-callout-item:first-child {
    border: 1px solid #cbcbcb;
  }
  .home-products-callout .home-product-callout-item:first-child + .home-product-callout-item {
    border: 1px solid #cbcbcb;
  }
  .video-section .video-overlay {
    height: 120px;
  }
  .video-section .video-overlay-text {
    font-size: 15px;
  }
  .video-section .video-navigation,
  .video-section .flex-direction-nav {
    height: 120px;
  }
  .about-us-eight-measures .about-us-eight-measures-left {
    width: 100%;
    float: none;
  }
  .about-us-eight-measures .about-us-eight-measures-left img {
    max-width: 100%;
  }
  .about-us-eight-measures .about-us-eight-measures-right {
    width: 100%;
    float: none;
    text-align: center;
  }
  .about-us-eight-measures .about-us-eight-measures-right h3 {
    font-size: 30px;
  }
  .page-template-page-appdemo .products-callout.appdemo .product-callout-item {
    width: 100%;
    display: block;
  }
  .page-template-page-demo .products-callout .product-callout-item {
    display: block;
    float: none;
    width: 100%;
    border: 1px solid #cbcbcb;
    height: auto;
    padding-bottom: 156px;
  }
  .page-template-page-demo .products-callout .product-callout-item .product-callout-read-more-button {
    bottom: 60px;
  }
  .page-template-page-demo .products-callout .product-callout-item .mobile-app-demo-button {
    bottom: 24px;
  }
  .page-template-page-demo .products-callout .product-callout-item:first-child {
    border: 1px solid #cbcbcb;
  }
  .page-template-page-demo .products-callout .product-callout-item:first-child + .home-product-callout-item {
    border: 1px solid #cbcbcb;
  }
  .page-template-page-demo .products-callout.appdemo .product-callout-item {
    width: 100%;
  }
}
@media screen and (max-width: 840px) {
  .who-we-are .container {
    width: 100%;
  }
  .page-template-page-cloud1 .home-slider .tabs {
    display: none;
  }
}
@media screen and (max-width: 818px) {
  .subnav {
    display: none;
  }
  .home-quotes .home-quotes-container {
    width: 100%;
    height: auto;
    padding: 36px 0;
  }
  .home-quotes .home-quotes-item p {
    font-size: 16px;
  }
  .home-quotes .home-quotes-tabs .quote-tab-container {
    font-size: 13px;
  }
  .home-technology-integration .home-technology-integration-image {
    width: 100%;
    text-align: right;
  }
  .home-technology-integration .home-technology-integration-image.fl-right {
    float: none;
  }
  .home-technology-integration .home-technology-integration-image img {
    display: inline-block;
    width: 75%;
  }
  .home-technology-integration .home-technology-integration-desc {
    text-align: center;
  }
  .home-how-we-deliver .home-how-we-deliver-img {
    width: 100%;
    text-align: center;
    margin-bottom: 24px;
  }
  .home-how-we-deliver .home-how-we-deliver-img.fl-left {
    float: none;
  }
  .home-how-we-deliver .home-how-we-deliver-img img {
    display: inline-block;
    width: 50%;
  }
  .home-how-we-deliver .home-how-we-deliver-desc {
    width: 100%;
    text-align: center;
  }
  .home-how-we-deliver .home-how-we-deliver-desc.fl-right {
    float: none;
  }
  .page-template-page-about-us .hero-image-detail .container-medium-xp {
    top: 18%;
  }
  .page-template-page-about-us .hero-image-detail .container-medium-xp h1 {
    font-size: 32px;
  }
}
@media screen and (max-width: 800px) {
  .about-us-our-offices .about-us-our-offices-intro {
    width: 100%;
    padding: 0 15px;
  }
}
@media screen and (max-width: 780px) {
  .about-us-our-offices .about-us-map {
    width: 390px;
  }
  .about-us-our-offices .pin {
    width: 22px;
    height: 30px;
    background-size: cover;
  }
  .about-us-our-offices .pin.london {
    left: 175px;
    top: 50px;
  }
  .about-us-our-offices .pin.prague {
    left: 191px;
    top: 52px;
  }
  .about-us-our-offices .pin.us-stowe {
    left: 102px;
    top: 56px;
  }
  .about-us-our-offices .pin.dublin {
    left: 168px;
    top: 48px;
  }
  .about-us-our-offices .pin-popup.prague-popup {
    left: 228px;
    top: 30px;
  }
  .about-us-our-offices .pin-popup.london-popup {
    left: 212px;
    top: 29px;
  }
  .about-us-our-offices .pin-popup.us-stowe-popup {
    left: 144px;
    top: 34px;
  }
  .about-us-our-offices .pin-popup.dublin-popup {
    left: 209px;
    top: 28px;
  }
  .single-container h1 {
    font-size: 42px;
  }
}
@media screen and (max-width: 740px) {
  .container-740 {
    width: 100%;
    padding: 0 15px;
  }
  .table-cols-5,
  .table-cols-6 {
    display: none;
  }
  .table-cols-5 + p,
  .table-cols-6 + p {
    display: block;
  }
  .table-cols-5 + p + p,
  .table-cols-6 + p + p {
    display: none;
  }
}
@media screen and (max-width: 722px) {
  .container-722 {
    width: 100%;
    padding: 0 15px;
  }
  .home-slider-container .home-slider-item .home-slider-item-content,
  .page-cloud-slider-container .home-slider-item .home-slider-item-content {
    font-size: 14px;
    top: 10em;
  }
  .home-slider-container .home-slider-item .home-slider-item-content h2,
  .page-cloud-slider-container .home-slider-item .home-slider-item-content h2,
  .home-slider-container .home-slider-item .home-slider-item-content h1,
  .page-cloud-slider-container .home-slider-item .home-slider-item-content h1 {
    font-size: 2.46em;
  }
  .home-slider-container .home-slider-item .home-slider-item-content {
    top: 7em;
  }
  .home-slider-container .home-slider-item .home-slider-item-content h1 {
    font-size: 1.72em;
  }
}
@media screen and (max-width: 768px) {
  .subnav-content .tab-content.centered .tab-heading,
  .subnav-content .tab-content.centered .tab-text {
    padding: 0;
  }
  .developmentphilosophy-detail .col-right,
  .developmentphilosophy-detail .col-left {
    float: none;
    width: 100%;
    padding: 0;
    text-align: left;
  }
  .developmentphilosophy-detail .col-right > ul,
  .developmentphilosophy-detail .col-left > ul {
    padding-left: 10%;
    margin: 0 auto;
  }
  .technicalinfrastucture-detail .usedtechnics ul li {
    margin: 24px 75px;
  }
  .deliver-on-premise .fl-right,
  .cloud-solution .fl-right,
  .deliver-on-premise .fl-left,
  .cloud-solution .fl-left {
    float: none;
    width: 100%;
    text-align: center;
  }
  .deliver-on-premise .fl-right img,
  .cloud-solution .fl-right img,
  .deliver-on-premise .fl-left img,
  .cloud-solution .fl-left img {
    display: block;
    max-width: 100%;
    height: auto;
  }
  .deliver-on-premise .fl-right,
  .cloud-solution .fl-right {
    margin-top: 24px;
  }
  .our-customers .slider {
    display: table;
    margin: 0 auto;
    text-align: center;
  }
  .our-customers .slider .col-5,
  .our-customers .slider .col-6,
  .our-customers .slider .col-7 {
    width: auto;
    margin-left: 12px;
    margin-right: 12px;
    margin-bottom: 36px;
    float: none;
    display: inline-block;
  }
  .our-customers .button {
    margin-top: 44px;
  }
  .home-statistics > .container > div .icon {
    width: 68px;
  }
  .home-statistics > .container > div .icon img {
    width: 100%;
  }
  .home-statistics > .container > div.countries-serving .icon {
    width: 45px;
  }
  .home-statistics > .container > div .number {
    font-size: 48px;
  }
  .home-statistics > .container > div .description {
    font-size: 11px;
  }
  .home .video-section .video-overlay,
  .video-section .video-overlay {
    height: 90px;
    padding: 0 60px 0 60px;
  }
  .home .video-section .video-overlay .video-overlay-logo,
  .video-section .video-overlay .video-overlay-logo {
    width: 180px;
  }
  .home .video-section .video-overlay .video-overlay-logo img,
  .video-section .video-overlay .video-overlay-logo img {
    width: 80%;
  }
  .home .video-section .video-overlay .video-overlay-text,
  .video-section .video-overlay .video-overlay-text {
    font-size: 14px;
    line-height: 1em;
  }
  .home .video-section .video-navigation,
  .video-section .video-navigation,
  .home .video-section .flex-direction-nav,
  .video-section .flex-direction-nav {
    height: 90px;
  }
  .home .video-section .video-play,
  .video-section .video-play {
    width: 80px;
    height: 80px;
    margin-top: -40px;
    left: 50%;
    margin-left: -40px;
  }
  .home .video-section .video-play:after,
  .video-section .video-play:after {
    margin-left: -8px;
  }
  .page-template-page-product .video-section .video-overlay {
    padding: 0 60px;
  }
  .product-detail .col-left {
    float: none;
    width: 100%;
  }
  .product-detail .col-right {
    float: none;
    width: 100%;
  }
  .page-template-page-ourcustomer .hero-image {
    height: 396px;
  }
  .page-template-page-ourcustomer .hero-image h2 {
    font-size: 36px;
  }
}
@media screen and (max-width: 700px) {
  .container-medium-xp {
    width: 100%;
    padding: 0 15px;
  }
  .appstore-download span {
    width: 100%;
    float: none;
  }
  .appstore-download a {
    float: none;
    display: block;
    text-align: center;
    margin-top: 24px;
  }
  .home-news .container {
    display: block;
  }
  .home-news .home-news-item {
    display: block;
    float: none;
    border-left: 0;
    border-right: 0;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 56px;
    padding-bottom: 56px;
    border-top: 1px solid #cccccc;
    min-height: 0;
  }
  .home-news .home-news-item:first-child {
    border-top: 0 none;
    padding-top: 0;
  }
}
@media screen and (max-width: 680px) {
  .contact-contacts {
    height: 430px;
    overflow: hidden;
  }
  .contact-contacts .contacts-overlay {
    padding: 56px 6% 58px;
    width: 100%;
  }
  .contact-contacts .contacts-overlay .contacts-address {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: none;
    position: relative;
  }
  .contact-contacts .contacts-overlay .contacts-phones {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: none;
    margin-top: 38px;
    position: relative;
  }
  .single-container h1 {
    margin: 60px 0 15px 0;
    font-size: 36px;
  }
  .single-container p.meta {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 660px) {
  .customers-intro .customers-list {
    width: 480px;
  }
  .customers-intro .customers-list li {
    width: 240px;
    height: 240px;
  }
  .customers-intro .customers-list li a {
    line-height: 236px;
    padding: 0 6%;
  }
  .customers-intro .customers-list li a h2 {
    font-size: 16px !important;
  }
}
@media screen and (max-width: 640px) {
  .delivery-offices-list .delivery-offices-logos.fl-left,
  .delivery-offices-list .delivery-offices-content.fl-right {
    float: none;
    overflow: hidden;
    width: 100%;
  }
  .delivery-offices-list .delivery-offices-logos li {
    float: none;
    margin: 17px 0;
  }
  .delivery-offices-list .delivery-offices-block {
    padding: 27px 0 32px;
  }
  .delivery-offices-list .delivery-offices-block h4 {
    margin-bottom: 34px;
  }
  .delivery-offices-list .delivery-offices-content ul {
    margin-top: 0;
  }
  .delivery-offices-list .delivery-offices-content ul li {
    margin-top: 0;
    height: 84px;
    width: 50%;
  }
  .delivery-offices-list .delivery-offices-content ul li:first-child,
  .delivery-offices-list .delivery-offices-content ul li:first-child + li {
    margin-top: 0;
  }
  .delivery-offices-list .delivery-offices-content ul li:first-child + li + li,
  .delivery-offices-list .delivery-offices-content ul li:first-child + li + li + li {
    margin-top: 0;
  }
  .home .video-section .video-overlay,
  .video-section .video-overlay {
    height: 90px;
    padding: 0 60px 0 70px;
  }
  .home .video-section .video-overlay .video-overlay-logo,
  .video-section .video-overlay .video-overlay-logo {
    width: 160px;
    padding-right: 26px;
  }
  .home .video-section .video-overlay .video-overlay-logo img,
  .video-section .video-overlay .video-overlay-logo img {
    width: 100%;
  }
  .home .video-section .video-overlay .video-overlay-text,
  .video-section .video-overlay .video-overlay-text {
    font-size: 13px;
    line-height: 1.246em;
  }
  .home .video-section .video-navigation,
  .video-section .video-navigation,
  .home .video-section .flex-direction-nav,
  .video-section .flex-direction-nav {
    height: 90px;
  }
  .who-we-are {
    padding: 56px 0 63px;
  }
  .page-template-page-about-us .hero-image-detail .container-medium-xp {
    top: 12%;
  }
  .page-template-page-about-us .hero-image-detail .container-medium-xp h1 {
    font-size: 32px;
  }
  .deliver-hero.c2-cloud h2,
  .deliver-hero.c2-cloud h1,
  .deliver-hero.c6-cloud h2,
  .deliver-hero.c6-cloud h1 {
    font-size: 36px;
  }
}
@media screen and (max-width: 620px) {
  .home header {
    position: relative;
  }
  .home-slider-container .home-slider-item .home-slider-item-content,
  .page-cloud-slider-container .home-slider-item .home-slider-item-content {
    font-size: 14px;
    top: 5em;
  }
  .home-slider-container .home-slider-item .home-slider-item-content h2,
  .page-cloud-slider-container .home-slider-item .home-slider-item-content h2,
  .home-slider-container .home-slider-item .home-slider-item-content h1,
  .page-cloud-slider-container .home-slider-item .home-slider-item-content h1 {
    font-size: 2.36em;
  }
  .home-slider-container .home-slider-item .home-slider-item-content p,
  .page-cloud-slider-container .home-slider-item .home-slider-item-content p {
    line-height: 1.412em;
  }
  .home-slider-container .home-slider-item .home-slider-item-content {
    top: 2em;
  }
  .home-slider-container .home-slider-item .home-slider-item-content h1 {
    font-size: 1.72em;
  }
  .home-statistics > .container > div .icon {
    width: 54px;
    margin-right: 16px;
  }
  .home-statistics > .container > div .icon img {
    width: 100%;
  }
  .home-statistics > .container > div.countries-serving .icon {
    width: 35px;
  }
  .home-statistics > .container > div .number {
    font-size: 36px;
  }
  .home-statistics > .container > div .description {
    font-size: 9px;
  }
  .home-quotes .home-quotes-container {
    width: 100%;
    height: auto;
    padding: 36px 0;
  }
  .home-quotes .home-quotes-item p {
    font-size: 16px;
  }
  .home-quotes .home-quotes-tabs {
    height: auto;
    padding: 18px 0;
  }
  .home-quotes .home-quotes-tabs .quote-tab-container {
    font-size: 11px;
  }
  .subnav-content .tab-content .tab-heading {
    font-size: 40px;
  }
  .subnav-content .tab-content .tab-heading br {
    display: none;
  }
  .subnav-content .tab-content .tab-text {
    font-size: 16px;
  }
  .subnav-content .tab-content .tab-text br {
    display: none;
  }
  .delivery-map .delivery-map-intro {
    width: 100%;
  }
  footer .col-4 {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: none;
    text-align: center;
  }
}
@media screen and (max-width: 585px) {
  .container-medium {
    width: 100%;
    padding: 0 15px;
  }
  .home-quotes .home-quotes-container {
    width: 100%;
    height: auto;
    padding: 36px 0;
  }
  .home-quotes .home-quotes-item p {
    font-size: 16px;
  }
  .home-quotes .home-quotes-tabs {
    height: auto;
    padding: 18px 0;
  }
  .home-quotes .home-quotes-tabs .quote-tab-container {
    font-size: 11px;
  }
  .home-quotes .home-quotes-tabs .quote-tab-container .quote-position {
    display: none;
  }
  .page-template-page-product .video-section .video-overlay {
    padding: 0 30px;
  }
  .about-us-leaders > ul > li {
    display: block;
    float: none;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 20%;
  }
}
@media screen and (max-width: 540px) {
  .home-slider-container .home-slider-item .home-slider-item-content,
  .page-cloud-slider-container .home-slider-item .home-slider-item-content {
    font-size: 14px;
    top: 3.4em;
  }
  .home-slider-container .home-slider-item .home-slider-item-content h2,
  .page-cloud-slider-container .home-slider-item .home-slider-item-content h2,
  .home-slider-container .home-slider-item .home-slider-item-content h1,
  .page-cloud-slider-container .home-slider-item .home-slider-item-content h1 {
    font-size: 2em;
  }
  .home-slider-container .home-slider-item .home-slider-item-content p,
  .page-cloud-slider-container .home-slider-item .home-slider-item-content p {
    line-height: 1.412em;
  }
  .home-slider-container .home-slider-item .home-slider-item-content {
    top: 1.4em;
  }
  .home-slider-container .home-slider-item > img {
    width: auto;
    max-width: 10000px;
    height: 420px;
  }
  .home .video-section .video-play,
  .video-section .video-play {
    width: 46px;
    height: 46px;
    margin-top: -23px;
    left: 50%;
    margin-left: -23px;
  }
  .home .video-section .video-play:after,
  .video-section .video-play:after {
    margin-left: -8px;
  }
  .home .video-section .video-overlay,
  .video-section .video-overlay {
    height: 44px;
    padding: 0 60px 0 60px;
  }
  .home .video-section .video-overlay > div,
  .video-section .video-overlay > div {
    text-align: center;
  }
  .home .video-section .video-overlay .video-overlay-content-inside,
  .video-section .video-overlay .video-overlay-content-inside {
    width: 80%;
    margin: 0 auto;
  }
  .home .video-section .video-overlay .video-overlay-logo,
  .video-section .video-overlay .video-overlay-logo {
    width: auto;
    padding: 0;
    text-align: center;
  }
  .home .video-section .video-overlay .video-overlay-logo img,
  .video-section .video-overlay .video-overlay-logo img {
    width: 80%;
    display: inline-block;
  }
  .home .video-section .video-overlay .video-overlay-text,
  .video-section .video-overlay .video-overlay-text {
    font-size: 14px;
    line-height: 1.246em;
    display: none;
  }
  .home .video-section .video-navigation,
  .video-section .video-navigation,
  .home .video-section .flex-direction-nav,
  .video-section .flex-direction-nav {
    height: 44px;
  }
  .page-template-page-product .video-section .video-overlay-logo {
    width: 150px;
    text-align: left;
  }
  .page-template-page-product .video-section .video-overlay-logo img {
    width: 50%;
    display: inline;
  }
  .page-template-page-about-us .hero-image-detail .container-medium-xp {
    top: 12%;
  }
  .page-template-page-about-us .hero-image-detail .container-medium-xp h1 {
    font-size: 28px;
    margin-bottom: 18px;
  }
  .page-template-page-about-us .hero-image-detail .container-medium-xp p {
    font-size: 15px;
  }
  .page-template-page-appdemo .demo-heading h1 {
    font-size: 32px;
  }
}
@media screen and (max-width: 480px) {
  .contact-contacts .contacts-overlay h4 {
    font-size: 19px;
  }
  .contact-contacts .contacts-overlay p {
    font-size: 15px;
  }
  .page-template-page-ourcustomer .hero-image {
    height: 290px;
  }
  .page-template-page-ourcustomer .hero-image img {
    top: 0 !important;
  }
  .page-template-page-ourcustomer .hero-image h2 {
    font-size: 28px;
  }
  .page-template-page-ourcustomer .hero-image .breadcrumbs-nav {
    height: 60px;
    position: relative;
  }
  .page-template-page-ourcustomer .hero-image .breadcrumbs-nav .breadcrumbs.container-large {
    padding-left: 24px;
  }
  .segmentchars-casestudies-detail .segmentchars {
    padding-top: 62px;
  }
  .segmentchars-casestudies-detail .segmentchars h3 {
    font-size: 28px;
  }
  .sector-pains-detail h3,
  .advantages-detail h3 {
    font-size: 28px;
  }
  .customers-intro .customers-list {
    width: 320px;
  }
  .customers-intro .customers-list li {
    width: 160px;
    height: 160px;
  }
  .customers-intro .customers-list li a {
    line-height: 156px;
    padding: 0 6%;
  }
  .customers-intro .customers-list li a h2 {
    font-size: 15px !important;
  }
  .sales-offices .sales-offices-bottom .col {
    width: 100%;
    float: none;
  }
  .technicalinfrastucture-detail .usedtechnics ul li {
    margin: 24px 0;
  }
  .technicalinfrastucture-detail .usedtechnics ul li img {
    max-width: 100%;
  }
  .bottom-nav-section .container {
    padding: 0;
  }
  .bottom-nav-section .bottom-nav li:first-child a {
    padding-left: 22px;
    padding-right: 0;
  }
  .bottom-nav-section .bottom-nav li:first-child a img {
    width: 75%;
    padding-top: 3px;
  }
  .bottom-nav-section .bottom-nav li a {
    padding-right: 22px;
    padding-left: 0;
  }
  .bottom-nav-section .bottom-nav li a img {
    width: 75%;
    padding-top: 3px;
  }
  .tryoutourproducts-detail,
  .callout-segment {
    padding: 70px 0 76px;
  }
  .home-slider-container .home-slider-item .home-slider-item-content,
  .page-cloud-slider-container .home-slider-item .home-slider-item-content {
    font-size: 12px;
    top: 1.4em;
  }
  .home-slider-container .home-slider-item .home-slider-item-content h2,
  .page-cloud-slider-container .home-slider-item .home-slider-item-content h2,
  .home-slider-container .home-slider-item .home-slider-item-content h1,
  .page-cloud-slider-container .home-slider-item .home-slider-item-content h1 {
    font-size: 2em;
  }
  .home-slider-container .home-slider-item .home-slider-item-content p,
  .page-cloud-slider-container .home-slider-item .home-slider-item-content p {
    line-height: 1.2em;
  }
  .home-slider-container .home-slider-item > img {
    height: 340px;
  }
  .home-statistics > .container {
    height: 60px;
    margin-top: -43px;
  }
  .home-statistics > .container > div {
    text-align: center;
  }
  .home-statistics > .container > div .icon {
    width: 44px;
    margin: 0 auto;
    float: none;
    max-height: 36px;
  }
  .home-statistics > .container > div .icon img {
    width: 100%;
    max-height: 100%;
  }
  .home-statistics > .container > div.countries-serving .icon {
    width: 28px;
  }
  .home-statistics > .container > div .number {
    font-size: 36px;
    top: 0;
  }
  .subnav-content .tab-content .tab-heading {
    font-size: 30px;
  }
  .subnav-content .tab-content .tab-heading br {
    display: none;
  }
  .subnav-content .tab-content .tab-text {
    font-size: 14px;
  }
  .subnav-content .tab-content .tab-text br {
    display: none;
  }
  .page-template-page-product .video-section .video-overlay-logo {
    width: 120px;
    text-align: center;
  }
  .page-template-page-product .video-section .video-overlay-logo img {
    width: 50%;
  }
  .page-template-page-product .video-section .video-overlay {
    height: 44px;
  }
  .page-template-page-product .video-section .video-overlay > div:first-child {
    text-align: center;
  }
  .page-template-page-product .video-section .video-overlay .video-overlay-action {
    display: none;
  }
  .page-template-page-product .video-section .mobile-all-videos {
    display: table;
  }
  .page-template-page-product .video-section .video-navigation,
  .page-template-page-product .video-section .flex-direction-nav {
    height: 44px;
  }
  .page-template-page-about-us .hero-image-detail .container-medium-xp {
    top: 10%;
  }
  .page-template-page-about-us .hero-image-detail .container-medium-xp h1 {
    font-size: 18px;
    margin-bottom: 12px;
  }
  .page-template-page-about-us .hero-image-detail .container-medium-xp p {
    font-size: 14px;
  }
  .single-container h1 {
    font-size: 32px;
  }
  .page-template-page-cloud2 .cloud-calltoaction-buttons .cloud-button-container {
    width: 100%;
  }
}
@media screen and (max-width: 390px) {
  .about-us-our-offices .about-us-map {
    width: 320px;
  }
  .about-us-our-offices .pin-popup {
    -webkit-box-shadow: 0 0 3px #ccc;
    -moz-box-shadow: 0 0 3px #ccc;
    box-shadow: 0 0 3px #ccc;
  }
  .about-us-our-offices .pin {
    width: 22px;
    height: 30px;
    background-size: cover;
  }
  .about-us-our-offices .pin.london {
    left: 141px;
    top: 35px;
  }
  .about-us-our-offices .pin.prague {
    left: 155px;
    top: 38px;
  }
  .about-us-our-offices .pin.us-stowe {
    left: 82px;
    top: 42px;
  }
  .about-us-our-offices .pin.dublin {
    left: 136px;
    top: 34px;
  }
  .about-us-our-offices .pin-popup.prague-popup {
    left: 56px;
    top: 70px;
  }
  .about-us-our-offices .pin-popup.prague-popup:before {
    display: none;
  }
  .about-us-our-offices .pin-popup.london-popup {
    left: 50px;
    top: 68px;
  }
  .about-us-our-offices .pin-popup.london-popup:before {
    display: none;
  }
  .about-us-our-offices .pin-popup.us-stowe-popup {
    left: 30px;
    top: 75px;
  }
  .about-us-our-offices .pin-popup.us-stowe-popup:before {
    display: none;
  }
  .about-us-our-offices .pin-popup.dublin-popup {
    left: 33px;
    top: 70px;
  }
  .about-us-our-offices .pin-popup.dublin-popup:before {
    display: none;
  }
}
@media screen and (max-width: 380px) {
  .home-slider-container .home-slider-item .home-slider-item-content,
  .page-cloud-slider-container .home-slider-item .home-slider-item-content {
    font-size: 12px;
    top: 1em;
  }
  .home-slider-container .home-slider-item .home-slider-item-content h2,
  .page-cloud-slider-container .home-slider-item .home-slider-item-content h2,
  .home-slider-container .home-slider-item .home-slider-item-content h1,
  .page-cloud-slider-container .home-slider-item .home-slider-item-content h1 {
    font-size: 1.6em;
  }
  .home-slider-container .home-slider-item .home-slider-item-content p,
  .page-cloud-slider-container .home-slider-item .home-slider-item-content p {
    margin-top: 8px;
  }
  .home-slider-container .home-slider-item > img {
    height: 340px;
  }
}
@media screen and (max-width: 920px) {
  .demo-lightbox.page-cloud-lightbox .demo-lightbox-inner {
    position: relative;
    max-height: none;
    top: 0;
    padding: 40px 20px;
  }
  .demo-lightbox.page-cloud-lightbox .demo-lightbox-inner .lightbox-videobox {
    display: block;
    margin: 0;
  }
  .demo-lightbox.page-cloud-lightbox .lightbox-content-top {
    max-height: none;
  }
  .demo-lightbox.page-cloud-lightbox .lightbox-right {
    width: 100%;
    float: none;
  }
}
/*# sourceMappingURL=systemsatwork-mobile.css.map */