@media screen and (max-width: 992px) {
  .au-button {
    line-height: 70px;
    font-weight: normal;
    border-bottom: 1px solid #e8e8e8;
    background-color: #fff;
    text-align: center !important;
    color: #000 !important;
  }
  .text p {
    text-align: center;
    line-height: 160%;
  }
  .text .button {
    margin-left: auto !important;
    margin-right: auto !important;
    color: #fff !important;
    border: 1px solid #fff !important;
  }
  .hidden-on-smartphone {
    display: none;
  }
}
.product_details {
  position: relative;
  background-image: url('/images/shared/dark-bg.png');
  padding: 30px 0;
  box-shadow: 0 0 10px 10px rgba(0, 0, 0, 0.2) inset;
}
.product_details,
.product_more,
.product_mbuttons {
  overflow: hidden;
}
.product_details_content,
.product_more_content,
.mbuttons_content {
  position: relative;
  width: 100%;
}
.product_details h2 {
  color: #fff;
  text-align: center;
  font-size: 22px;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.product_details .buttons,
.buttons.mobile {
  text-align: center;
}
.product_details .buttons a,
.buttons.mobile a {
  display: inline-block;
  margin: 0;
  font-size: 11px;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 11px;
  width: auto;
  padding: 8px;
}
.product_details .buttons a:nth-child(2),
.buttons.mobile a:nth-child(2) {
  margin-left: 10px;
}
.product-details {
  width: 800px;
  margin: auto;
  color: #fff;
  padding-top: 40px;
}
.product-details-entry {
  margin-bottom: 20px;
}
.product-details-entry::after {
  content: '';
  display: block;
  clear: both;
}
.product-details-entry .label {
  float: left;
  width: 30%;
  text-align: right;
  padding-right: 30px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  color: #6e6e6e;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.product-details-entry .info {
  float: left;
  width: 70%;
}
.dots {
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -20px;
  cursor: pointer;
  width: 40px;
}
.gallery {
  text-align: center;
  margin: 30px auto;
}
.gallery img {
  display: inline-block;
  margin: 8px;
  max-width: 90%;
  padding: 0;
}
.buttons.mobile {
  display: none;
}
@media screen and (max-width: 992px) {
  .product_details {
    overflow: hidden;
  }
  .product-details {
    width: 100%;
  }
  .product-details .label {
    float: none;
    width: 100%;
    margin: 0 0 10px 0;
    padding: 0;
    text-align: center;
  }
  .product-details .info {
    float: none;
    width: 100%;
    padding: 0 15px;
    text-align: center;
  }
  .dots {
    display: none;
  }
  .gallery {
    width: 100%;
    margin: 0;
    padding: 0;
    overflow-x: scroll;
  }
  .gallery .images {
    height: 100%;
  }
  .gallery img {
    display: block;
    float: left;
    margin: 0;
    max-width: 100%;
  }
  .buttons {
    display: none;
  }
  .buttons.mobile {
    display: block;
    background-image: url('/images/shared/dark-bg.png');
    box-shadow: 0 0 10px 10px rgba(0, 0, 0, 0.2) inset;
    padding: 15px 0;
  }
}
#portfolio-squares {
  overflow: hidden;
  min-width: 960px;
}
@media screen and (max-width: 992px) {
  #portfolio-squares {
    min-width: 0;
  }
}
#portfolio-squares .square {
  position: relative;
  background-size: cover;
  background-position: center;
  float: left;
}
@media screen and (max-width: 992px) {
  #portfolio-squares .square {
    width: 100%;
    float: none;
    display: block;
  }
}
#portfolio-squares .square .content-holder {
  position: relative;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  background-size: cover;
  background-position: center;
  color: #fff;
  opacity: 0;
  transition-duration: 0.2s;
}
#portfolio-squares .square .content-holder .content-box {
  display: table;
  width: 100%;
  height: 100%;
}
#portfolio-squares .square .content-holder .content-box .content {
  display: table-cell;
  vertical-align: middle;
}
#portfolio-squares .square .content-holder .content-box .content h2 {
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 22px;
  margin-bottom: 20px;
}
#portfolio-squares .square .content-holder .content-box .content p {
  text-align: center;
  width: 80%;
  margin: auto;
}
#portfolio-squares .square .content-holder .content-box .content div.button {
  margin: 20px auto auto auto;
  width: 200px;
  font-size: 14px;
  line-height: 30px;
}
@media screen and (min-width: 992px) {
  #portfolio-squares .square:hover .content-holder {
    opacity: 1;
  }
}
@media screen and (max-width: 992px) {
  li.spacer {
    display: none;
  }
}
.polityka h2 {
  font-size: 1.2em;
  padding-bottom: 30px;
}
.polityka h3 {
  padding-top: 30px;
  padding-bottom: 15px;
}
#content {
  background-color: #fff;
}
body {
  background-color: #2C2C2C;
  overflow-x: hidden;
}
a,
a:hover,
a:focus,
a:active {
  text-decoration: none;
}
html,
body {
  font-family: "proxima-nova", sans-serif;
}
a {
  text-decoration: none;
}
p + p {
  margin-top: 25px;
}
.relative {
  position: relative;
}
.margin-top-35px {
  margin-top: 35px;
}
.margin-top-50px {
  margin-top: 50px;
}
@media screen and (max-width: 992px) {
  .margin-top-35px,
  .margin-top-50px {
    margin: 0;
  }
}
.aligned-right h2,
.aligned-right p {
  text-align: right;
}
.img-to-right {
  display: block;
  margin-left: auto;
}
.arrow {
  position: absolute;
  width: 40px;
  height: 40px;
  top: 50%;
  margin-top: -20px;
  opacity: 0.7;
}
@media screen and (min-width: 992px) {
  .arrow:hover {
    opacity: 1;
    cursor: pointer;
  }
}
@media screen and (max-width: 992px) {
  .arrow {
    top: 45px;
  }
}
.arrow-left {
  left: 20px;
  background-image: url('/images/shared/arrow-left.png');
}
@media screen and (max-width: 992px) {
  .arrow-left {
    left: -10px;
  }
}
.arrow-right {
  right: 20px;
  background-image: url('/images/shared/arrow-right.png');
}
@media screen and (max-width: 992px) {
  .arrow-right {
    right: -10px;
  }
}
.badge-icon {
  width: 230px;
  height: 200px;
  margin: auto;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.badge-icon.nobg {
  background-color: transparent;
}
.badge-icon.smartphone {
  background-image: url(/images/icons/smartphone-icon2.png);
}
.badge-icon.graph {
  background-image: url(/images/icons/graph-icon2.png);
}
.badge-icon.shapes {
  background-image: url(/images/icons/shapes-icon2.png);
}
.badge-icon.web {
  background-image: url(/images/icons/web-icon2.png);
}
.badge-icon.gears {
  background-image: url(/images/icons/gears-icon.png);
}
.badge-icon.gears-red {
  background-image: url(/images/icons/gears-icon-red.png);
}
.badge-icon.pen {
  background-image: url(/images/icons/pen-icon.png);
}
.badge-icon.pen-red {
  background-image: url(/images/icons/pen-icon-red.png);
}
.badge-icon.chat {
  background-image: url(/images/icons/chat-icon.png);
}
.badge-icon.chat-red {
  background-image: url(/images/icons/chat-icon-red.png);
}
.badge-icon.loupe {
  background-image: url(/images/icons/loupe-icon.png);
}
.badge-icon.loupe-red {
  background-image: url(/images/icons/loupe-icon-red.png);
}
.badge-icon.programmers {
  background-image: url(/images/icons/programmers-icon.png);
}
.badge-icon.designers {
  background-image: url(/images/icons/designers-icon.png);
}
.badge-icon.support {
  background-image: url(/images/icons/support-icon.png);
}
.badge-icon.passionate {
  background-image: url(/images/icons/passionate-icon.png);
}
#banner.index {
  min-height: 100vh;
  background: url('/images/index/banner-background.jpg') center bottom #2c2666;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#banner.index .inner p {
    width: 100%;
}



#banner.about_us {
  height: 350px;
  background: url('/images/about_us/about-bg.jpg') center center;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#banner.what_we_do {
  height: 350px;
  background: url('/images/what_we_do/bg-whatwedo.jpg') center center;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#banner.contact {
  height: 350px;
  background: url('/images/contact/contact-bg.jpg') center center;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.breadcrumb {
  min-width: 960px;
  height: 45px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  background: url('/images/product/breadcrumb-bg.jpg') no-repeat center center;
  background-size: cover;
  padding-left: 50px;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 300;
  color: #4d4c48;
  letter-spacing: 3px;
}
@media screen and (max-width: 992px) {
  .breadcrumb .breadcrumb {
    display: none;
  }
}
.breadcrumb a {
  color: #4d4c48;
}
.button {
  position: relative;
  display: block;
  width: 150px;
  line-height: 50px;
  text-align: center;
  color: #fff;
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 5px;
  margin-top: 20px;
  margin-left: 160px;
  text-transform: uppercase;
  overflow: hidden;
  border: 1px solid #fff;
  transition-duration: 0.2s;
  z-index: 10;
  border-radius: 25px;
}
.button.centred {
  margin-left: auto;
  margin-right: auto;
}
.button.toright {
  margin-left: auto;
  margin-right: 0;
}
.button.toleft {
  margin-left: 0;
  margin-right: auto;
}
.button.red {
  border: 1px solid #e8503f;
  color: #e8503f;
}
.button::before {
  transition-duration: 0.2s;
  position: absolute;
  top: 100%;
  left: 0;
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAP7//wAAACH5BAAAAAAALAAAAAABAAEAAAICRAEAOw==);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}
@media screen and (min-width: 992px) {
  .button:hover {
    color: #000 !important;
  }
  .button:hover::before {
    top: 0;
    color: #000;
  }
}
.button.inverted {
  background: #332f4b;
  color: #fff;
  border-color: #332f4b;
}
footer {
  height: 200px;
  padding: 90px 0 70px 0;
  background: url('/images/shared/footer-bg.jpg') no-repeat center center #332f4b;
  background-size: cover;
  display: table;
  width: 100%;
  text-align: center;
  color: #f4f4f4;
}
footer .footer-logo-compact {
  display: none;
}
footer .column-logo {
  vertical-align: middle !important;
}
footer .column-logo .title-with-logo {
  color: #fff;
}
footer .column-info .footer-logo {
  margin-bottom: 40px;
}
footer .column-info h6 {
  font-weight: 900;
  font-size: 16px;
  margin-bottom: 3px;
}
footer .column-info p {
  font-weight: 400;
  font-size: 16px;
  margin: 0 0 3px 0;
}
footer .column-info p.copyrights {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 200;
  margin-top: 40px;
}
footer .column-info a {
  text-decoration: none;
  color: #f4f4f4;
}
footer .column-info a:hover {
  color: #dbdbdb;
}
footer .column-info .separator {
  width: 50%;
  display: block;
  clear: both;
  margin: 40px auto;
  border-top: 1px solid rgba(255, 255, 255, 0.11);
}
footer .column-info ul.social-icons {
  margin: 40px 0 0 0;
  display: inline-block;
  padding: 0;
  list-style: none;
}
footer .column-info ul.social-icons li {
  display: block;
  float: left;
  width: 65px;
}
footer.compact {
  padding: 65px 0;
  text-align: left;
  background-image: none;
}
@media all and (max-width: 992px) {
  footer.compact .container {
    width: 100%;
  }
}
footer.compact .footer-logo-compact {
  display: inline-block;
}
footer.compact .footer-logo {
  display: none;
}
footer.compact .column-logo {
  display: none !important;
}
footer.compact .separator {
  display: none;
}
footer.compact ul.social-icons {
  margin: -15px 0 0 0;
}
@media all and (max-width: 992px) {
  footer.compact ul.social-icons {
    margin: 0 auto 10px auto;
    width: auto;
    display: table;
  }
}
footer.compact ul.social-icons li {
  width: 25%;
  float: left;
}
footer.compact p.copyrights {
  margin: -10px 0 0 0;
  letter-spacing: 0;
  text-align: center;
}
@media all and (max-width: 992px) {
  footer:not(.compact) {
    padding: 65px 0;
  }
  footer:not(.compact) .column-logo .title-with-logo {
    display: none;
  }
}
.row-equal {
  display: table;
  table-layout: fixed;
  width: 100%;
  max-width: 100vw;
}
.row-equal > div[class*='col-'] {
  float: none;
  display: table-cell;
  vertical-align: top;
}
.row-equal > div[class*='col-'].column-v-middle {
  vertical-align: middle;
}
.row-equal > div[class*='col-'].column-h-middle {
  text-align: center;
}
.row-no-padding [class*="col-"] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.col-xs-1-5,
.col-sm-1-5,
.col-md-1-5,
.col-lg-1-5 {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}
.col-xs-1-5 {
  width: 20%;
  float: left;
}
@media (min-width: 768px) {
  .col-sm-1-5 {
    width: 20%;
    float: left;
  }
}
@media (min-width: 992px) {
  .col-md-1-5 {
    width: 20%;
    float: left;
  }
}
@media (min-width: 1200px) {
  .col-lg-1-5 {
    width: 20%;
    float: left;
  }
}
.col-xs-2-5,
.col-sm-2-5,
.col-md-2-5,
.col-lg-2-5 {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}
.col-xs-2-5 {
  width: 40%;
  float: left;
}
@media (min-width: 768px) {
  .col-sm-2-5 {
    width: 40%;
    float: left;
  }
}
@media (min-width: 992px) {
  .col-md-2-5 {
    width: 40%;
    float: left;
  }
}
@media (min-width: 1200px) {
  .col-lg-2-5 {
    width: 40%;
    float: left;
  }
}
.flexslider {
  position: relative;
  overflow: hidden;
}


.swiper-nav-prev {
  display: block;
  position: absolute;
  width: 37px;
  height: 37px;
  top: 50%;
  left: 15%;
  margin-top: -20px;
  background-image: url('/images/shared/arrow-left.png');
  opacity: 0.5;
  display: none;
  z-index: 9999;
  cursor: pointer;
}
.swiper-nav-next {
  display: block;
  position: absolute;
  width: 37px;
  height: 37px;
  top: 50%;
  right: 0%;
  margin-top: -20px;
  background-image: url('/images/shared/arrow-right.png');
  opacity: 0.5;
  display: none;
  z-index: 9999;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .swiper-nav-prev {
    left: 3%;
    display: block;
  }
  .swiper-nav-next {
    right: 3%;
    display: block;
  }
}



@media screen and (min-width: 992px) {
  .swiper-nav-prev:hover {
    opacity: 1;
  }
  .swiper-nav-next:hover {
    opacity: 1;
  }
}
.swiper-slide {
  position: relative;
  padding-bottom: 50px;
}
.slides {
  list-style: none;
  width: 100%;
}
.slides li {
  color: #fff;
}
.slides li .content {
  position: relative;
}
.slides li .badge-icon,
.slides li img {
  margin-bottom: 20px;
}
.slides li h2 {
  text-align: center;
  text-transform: uppercase;
  font-size: 22px;
  margin-bottom: 20px;
  letter-spacing: 2px;
}
.slides li p {
  max-width: 350px;
  padding: 0 15px;
  margin: auto;
  text-align: center;
  line-height: 22px;
}
.slides li a.button {
  margin-top: 30px;
}
@media screen and (max-width: 992px) {
  .slides li {
    padding-top: 0;
    vertical-align: middle;
  }
  .slides li .content {
    padding: 50px 0;
    height: 100%;
  }
  .slides li .badge-icon {
    display: none;
  }
  .swiper-slide a.button {
    bottom: -20px;
  }
}
.title-badge {
  position: absolute;
  background-image: url('/images/shared/title-badge-background.png');
  top: 50%;
  left: 50%;
  width: 300px;
  height: 160px;
  margin-top: -80px;
  margin-left: -150px;
  line-height: 160px;
  text-align: center;
  color: #fff;
  text-transform: lowercase;
  font-size: 35px;
  font-weight: bold;
  font-style: italic;
  font-family: 'lexia', sans-serif;
}
.title-with-logo {
  position: relative;
  display: inline-block;
  font-size: 28px;
  color: #332f4b;
  font-weight: bold;
}
.title-with-logo::before {
  content: " ";
  display: block;
  position: absolute;
  bottom: 10px;
  right: -72px;
  background: url('/images/shared/title-with-logo.png') no-repeat;
  width: 72px;
  height: 72px;
}
.title-with-logo.inverted::before {
  background-image: url('/images/shared/title-with-logo-inverted.png');
}
#top-bar {
  top: 0;
  left: 0;
  width: 100%;
  height: 70px;
  margin: auto;
  background-color: #332f4b;
  overflow: hidden;
  z-index: 999;
}
#top-bar.absolute {
  position: absolute;
  z-index: 1000;
/*  height: 2000px;*/
  background-color: rgba(0, 0, 0, 0.2);
}
#top-bar.absolute #nav-holder ul li.lang a {
  color: white;
}
#top-bar #logo-holder a {
  position: relative;
  display: block;
  height: 70px;
  padding: 0 12px;
  line-height: 70px;
  float: left;
  z-index: 100;
}
#top-bar #logo-holder a img {
  display: inline-block;
  vertical-align: middle;
  margin-top: -4px;
}
@media screen and (max-width: 992px) {
  #top-bar #nav-holder nav {
    opacity: 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: rgba(7, 7, 7, 0.9);
    padding-top: 70px;
    z-index: 99;
    height: 100%;
    transition-duration: 0.2s;
    pointer-events: none;
  }
  #top-bar #nav-holder nav.displayed {
    left: 0;
    opacity: 1;
    pointer-events: inherit;
  }
}
@media screen and (max-width: 992px) {
  #top-bar #nav-holder ul.langs li.lang {
    float: left;
    width: 33.3%;
  }
}
#top-bar #nav-holder ul {
  margin-right: 0;
  text-align: right;
  font-size: 0;
}
@media screen and (max-width: 992px) {
  #top-bar #nav-holder ul {
    float: none;
    margin-right: 0;
  }
}
#top-bar #nav-holder ul li {
  display: inline-block;
  vertical-align: middle;
}
@media screen and (max-width: 992px) {
  #top-bar #nav-holder ul li {
    display: block;
  }
}
#top-bar #nav-holder ul li a {
  display: block;
  padding: 0 18px;
  line-height: 70px;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 1px;
  color: #fff;
  text-transform: uppercase;
}
@media screen and (max-width: 992px) {
  #top-bar #nav-holder ul li a {
    border-top: 1px solid #3f3d3d;
    text-align: center;
    font-size: 22px;
  }
}
#top-bar #nav-holder ul li.lang a {
  display: block;
  padding: 0 10px;
  line-height: 70px;
  font-weight: 400;
  color: #fff;
  text-transform: none;
  font-style: italic;
}
@media screen and (max-width: 992px) {
  #top-bar #nav-holder ul li.lang a {
    opacity: 1;
  }
}
#top-bar #nav-holder ul li.lang a.active {
  pointer-events: none;
  cursor: default;
  background-color: #403a60;
  color: #fff;
}
#top-bar #nav-holder ul li.spacer {
  width: 20px;
}
#top-bar #nav-holder ul li:not(.langs):not(.spacer) {
  position: relative;
  z-index: 10;
  overflow: hidden;
}
#top-bar #nav-holder ul li:not(.langs):not(.spacer) a {
  transition-duration: 0s;
}
#top-bar #nav-holder ul li:not(.langs):not(.spacer) a::before {
  transition-duration: 0.2s;
  position: absolute;
  top: 100%;
  left: 0;
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAP7//wAAACH5BAAAAAAALAAAAAABAAEAAAICRAEAOw==);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}
@media screen and (min-width: 992px) {
  #top-bar #nav-holder ul li:not(.langs):not(.spacer) a:not(.active):hover {
    color: #000;
  }
}
@media screen and (min-width: 992px) {
  #top-bar #nav-holder ul li:not(.langs):not(.spacer) a:not(.active):hover::before {
    top: 0;
  }
}
#top-bar #nav-holder #menu-button {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 100;
  cursor: pointer;
  display: none;
}

#top-bar #nav-holder #menu-button img {
  width: 100px;
  position: relative;
  top: -17px;
}
@media screen and (max-width: 992px) {
  #top-bar #nav-holder #menu-button {
    display: block;
  }
}
#top-bar-logo {
  width: 160px;
}
#page-about_us .entry {
  margin-bottom: 80px;
}
@media screen and (max-width: 992px) {
  #page-about_us .entry {
    margin-bottom: 60px;
  }
}
#page-about_us .entry h2 {
  font-size: 22px;
  font-weight: bold;
  color: #332f4b;
}
#page-about_us .entry p {
  font-size: 15px;
  color: #332f4b;
}
#page-about_us .entry img {
  margin: 0 auto;
  display: block;
  max-width: 100%;
  height: auto;
}
#page-about_us .about_us-content {
  padding-top: 65px;
  max-width: 325px;
  margin: auto;
}

#page-about_us .image-holder {
  height: 365px;
}

@media screen and (max-width: 992px) {
  #page-about_us .about_us-content {
    padding-top: 0;
    max-width: 100%;
  }
}
#page-about_us h2 {
  text-align: center;
  font-size: 22px;
  text-transform: uppercase;
}
@media screen and (max-width: 992px) {
  #page-about_us h2 {
    line-height: 70px;
    font-weight: normal;
    border-bottom: 1px solid #e8e8e8;
  }
}
#page-about_us h3 {
  font-weight: 300;
  letter-spacing: 5px;
  text-align: center;
  font-size: 18px;
  margin-bottom: 10px;
  text-transform: uppercase;
}
@media screen and (max-width: 992px) {
  #page-about_us h3 {
    display: none;
  }
}
#page-about_us .badge-icon {
  margin-bottom: 20px;
}
@media screen and (max-width: 992px) {
  #page-about_us .badge-icon {
    display: none;
  }
}
@media screen and (max-width: 992px) {
  #page-about_us .text {
    background-color: #2c2c2c;
    color: #fff;
    padding: 15px;
  }
}
@media screen and (max-width: 992px) {
  #page-about_us .text p {
    max-width: 325px;
    margin-left: auto;
    margin-right: auto;
  }
}
#page-about_us p {
  text-align: justify;
}
#page-about_us #who-we-are-info {
  display: none;
  padding: 30px 15px;
  background-color: #b6aa97;
  color: #fff;
}
@media screen and (max-width: 992px) {
  #page-about_us #who-we-are-info {
    display: block;
  }
}
#page-about_us #who-we-are-info h2 {
  text-align: center;
  text-transform: uppercase;
  font-size: 24px;
  margin-bottom: 20px;
}
#page-about_us #who-we-are-info p {
  text-align: center;
  font-size: 18px;
}
#contact_page {
  background: white;
  height: 490px;
  padding: 110px 0 90px;
  color: #4b4b4b;
}
#contact_page .column {
  text-align: center;
}
#contact_page h2 {
  font-size: 22px;
  color: #4b4b4b;
  text-transform: uppercase;
  padding-top: 5px;
  font-weight: bold;
}
#contact_page p {
  font-size: 15px;
  text-align: justify;
  padding: 20px 5%;
}
#contact_page textarea {
  background: #FDFDFD;
  resize: none;
  width: 400px;
  padding: 10px;
  height: 130px;
  border: 1px solid #161756;
  color: #161756;
  -webkit-border-radius: 7px;
  -webkit-border-top-right-radius: 0;
  -moz-border-radius: 7px;
  -moz-border-radius-topright: 0;
  border-radius: 7px;
  border-top-right-radius: 0;
}
#contact_page input[type=text] {
  background: #FDFDFD;
  width: 400px;
  height: 35px;
  line-height: 35px;
  border: 1px solid #2C2C2C;
  -webkit-border-radius: 7px;
  -webkit-border-top-right-radius: 0;
  -moz-border-radius: 7px;
  -moz-border-radius-topright: 0;
  border-radius: 7px;
  border-top-right-radius: 0;
}
#contact_page button {
  position: relative;
  background: #332f4b;
  border: 1px solid #332f4b;
  padding: 10px 25px;
  font-size: 14px;
  letter-spacing: 2px;
  color: #ffffff;
  text-transform: uppercase;
  font-family: 'proxima-nova', sans-serif;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  margin-top: 20px;

  overflow: hidden;
  transition-duration: 0.2s;
  z-index: 10;
}

#contact_page button:hover {
      color: #332f4b;
}
#contact_page button:hover::before {
    top: 0;
    color: #332f4b;
  }

#contact_page button::before {
  transition-duration: 0.2s;
  position: absolute;
  top: 100%;
  left: 0;
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAP7//wAAACH5BAAAAAAALAAAAAABAAEAAAICRAEAOw==);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
  color: #332f4b;
}

#contact_page form div {
  padding: 10px;
}
#contact_page form div.input {
  padding: 15px 0 0 0;
  position: relative;
}
#contact_page form div.input input,
#contact_page form div.input textarea {
  padding: 10px;
  font-size: 14px;
  font-family: 'proxima-nova', sans-serif;
}
#contact_page form div.input span {
  position: absolute;
  top: 17px;
  left: 10px;
  pointer-events: none;
  font-size: 14px;
}
#contact_page form label.error {
  color: #F26454;
  font-size: 12px;
  clear: both;
  width: 100%;
  display: inline-block;
  margin-top: 5px;
}
#contact_page .msg-send {
  font-weight: 700;
  font-size: 18px;
  padding-top: 100px;
}
#contact_page .msg-send ~ form {
  display: none;
}
#contact_page form div.input input:focus ~ span,
#contact_page form div.input textarea:focus ~ span {
  display: none;
}
#contact_page form div.input input.active ~ span,
#contact_page form div.input textarea.active ~ span {
  display: none;
}
#contact_page form div * {
  display: inline-block;
  vertical-align: middle;
  padding: 0 5px;
}
@media screen and (max-width: 992px) {
  #contact_page {
    padding: 10px 0;
  }
  #contact_page img {
    display: none;
  }
  #contact_page form div.input {
    display: inline-block;
    width: 90%;
  }
  #contact_page form div.input input,
  #contact_page form div.input textarea {
    width: 100%;
  }
}
#index-banner-content {
  padding: 0;
  color: #fff;
  text-align: center;
  position: relative;
}
#index-banner-content .inner {
  display: inline-block;
  margin: 0 auto;
  position: relative;
}
#index-banner-content img {
    margin: 70px 0;
    position: relative;
    right: -40px;
}
#index-banner-content p {
  font-size: 22px;
  font-weight: 200;
  margin-bottom: 50px;
}
#index-banner-content a.button {
  display: inline-block;
  margin: 0 0 30px 0;
}
#our-team {
  background: #fff;
  padding: 80px 0;
  text-align: center;
}
#our-team .title-with-logo {
  color: #332f4b;
}
#our-team .flexslider .swiper-slide {
  color: #332f4b;
}
#our-team .flexslider .slides li {
  color: #332f4b;
}
#our-team .flexslider .slides li p {
  text-align: justify;
  font-size: 15px;
  line-height: 1.3;
}
#what-we-do {
  background: url('/images/index/what-we-do.jpg') center center;
  background-size: cover;
  padding: 80px 0;
  text-align: center;
}

#what-we-do .column-title,
#our-team .column-title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100px;
}

#our-team .column-title {
  margin-top: 80px;
}

@media screen and (min-width: 768px) {
  #what-we-do .column-title,
  #our-team .column-title  {
    height: 450px;
    margin-top: 0;
  }
}

#what-we-do .title-with-logo {
  color: #332f4b;
}
#what-we-do .flexslider .swiper-slide {
  color: #332f4b;
}
#what-we-do .flexslider .slides li p {
  text-align: justify;
  font-size: 15px;
  line-height: 1.3;
}
#view-portfolio .entry {
  overflow: hidden;
  position: relative;
  background: transparent;
  z-index: 0;
}
#view-portfolio .entry::before {
  display: block;
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-size: cover;
  background-position: center center;
  transition: 0.3s all ease;
}
#view-portfolio .entry:hover::before {
  transform: scale(1.1);
  filter: brightness(90%);
}
@media screen and (max-width: 1200px) {
  #view-portfolio .entry:hover::before {
    filter: brightness(50%);
  }
}
@media screen and (max-width: 1200px) {
  #view-portfolio .entry {
    height: 180px !important;
  }
}
@media screen and (max-width: 768px) {
  #view-portfolio .entry {
    height: 140px !important;
  }
}
#view-portfolio .entry h2 {
  text-transform: uppercase;
  z-index: 1;
  font-size: 26px;
  font-weight: 900;
  letter-spacing: 5px;
  color: #fff;
  position: relative;
  text-shadow: 0 0 25px rgba(0, 0, 0, 0.4);
  margin: 0;
}
@media screen and (max-width: 1200px) {
  #view-portfolio .entry h2 {
    letter-spacing: 1px;
    display: block;
    width: 100%;
    text-align: center !important;
    float: none;
    position: static;
    line-height: 180px !important;
  }
  #view-portfolio .entry h2 br {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  #view-portfolio .entry h2 {
    line-height: 140px !important;
  }
}
#view-portfolio .entry a {
  display: block;
  width: 100%;
  height: 100%;
  float: left;
  outline: none;
}
#view-portfolio #all-projects {
  background: url('/images/portfolio/all-projects-bg.jpg') no-repeat center center;
  background-size: cover;
}
#view-portfolio #all-projects h2 {
  text-align: center;
  color: #35314d;
  text-shadow: none;
  line-height: 100px;
  margin: 0;
}
#view-portfolio #entry-systems {
  height: 480px;
}
#view-portfolio #entry-systems::before {
  background-image: url('/images/portfolio/laptop.png');
}
#view-portfolio #entry-systems h2 {
  top: 60px;
  left: 40px;
}
#view-portfolio #entry-www {
  height: 580px;
}
#view-portfolio #entry-www::before {
  background-image: url('/images/portfolio/desktop.png');
}
#view-portfolio #entry-www h2 {
  top: 40px;
  left: 40px;
  text-shadow: 0 0 25px rgba(0, 0, 0, 0.6);
}
#view-portfolio #entry-branding {
  height: 580px;
}
#view-portfolio #entry-branding::before {
  background-image: url('/images/portfolio/branding-bg.jpg');
}
#view-portfolio #entry-branding h2 {
  top: 40px;
  left: 40px;
}
#view-portfolio #entry-mobile-apps {
  height: 1060px;
}
#view-portfolio #entry-mobile-apps::before {
  background-image: url('/images/portfolio/mobile-apps-bg.jpg');
}
#view-portfolio #entry-mobile-apps h2 {
  top: 60px;
  right: 100px;
  text-align: right;
  text-shadow: none;
  color: #35314d;
  font-size: 30px;
}
@media screen and (max-width: 1200px) {
  #view-portfolio #entry-mobile-apps h2 {
    color: #fff;
    text-shadow: 0 0 25px rgba(0, 0, 0, 0.4);
  }
}
#view-what-we-do .section:nth-child(2n + 1) {
  background: #f4f4f4;
}
#view-what-we-do .section:nth-child(2n + 1) .col-image img {
  float: right;
}
#view-what-we-do .section:nth-child(2n + 1) .col-text .inner {
  padding: 20px 130px 20px 80px;
}
@media all and (max-width: 1200px) {
  #view-what-we-do .section:nth-child(2n + 1) .col-text .inner {
    padding-left: 40px;
    padding-right: 70px;
  }
}
@media all and (max-width: 992px) {
  #view-what-we-do .section:nth-child(2n + 1) .col-text .inner {
    padding: 0;
  }
}
#view-what-we-do .section:nth-child(2n + 2) .col-image img {
  float: left;
}
#view-what-we-do .section:nth-child(2n + 2) .col-text .inner {
  padding: 20px 80px 20px 130px;
}
@media all and (max-width: 1200px) {
  #view-what-we-do .section:nth-child(2n + 2) .col-text .inner {
    padding-left: 70px;
    padding-right: 40px;
  }
}
@media all and (max-width: 992px) {
  #view-what-we-do .section:nth-child(2n + 2) .col-text .inner {
    padding: 0;
  }
  #view-what-we-do .section:nth-child(2n + 2) .col-text .inner h2 {
    text-align: right;
  }
}
@media screen and (max-width: 992px) {
  #view-what-we-do .section .container {
    width: 100%;
  }
}
@media screen and (max-width: 1200px) {
  #view-what-we-do .section .hidden-on-smartphone {
    display: none;
  }
}
#view-what-we-do .section .col-image img {
  max-width: 100%;
}
#view-what-we-do .section .col-text .inner {
  display: table;
}
#view-what-we-do .section .button {
  margin: 0;
  float: left;
}
#view-what-we-do .section h2 {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 10px;
  text-transform: uppercase;
  color: #332f4b;
}
#view-what-we-do .section p {
  font-size: 15px;
  line-height: 1.2;
  margin: 0 0 20px 0;
  color: #332f4b;
}
@media all and (max-width: 992px) {
  #view-what-we-do .section p {
    display: none;
  }
}
#view-what-we-do #entry-header .inner {
  padding: 50px 50px;
  display: table;
  width: 100%;
}
@media all and (max-width: 992px) {
  #view-what-we-do #entry-header .inner {
    text-align: center;
  }
}
@media all and (max-width: 992px) {
  #view-what-we-do #entry-header .inner p {
    margin-bottom: 40px;
  }
}
#view-what-we-do .what-we-do-badges {
  text-align: center;
}
#view-what-we-do .what-we-do-badge {
  position: relative;
  display: inline-block;
  width: 137px;
  height: 137px;
  border-radius: 50%;
  border: 1px dashed black;
  margin: 0 -6px;
  z-index: 9;
  margin-bottom: 50px;
  cursor: pointer;
}
#view-what-we-do .what-we-do-badge.smartphone {
  background-image: url('/images/what_we_do/badges/phone.png');
}
@media screen and (min-width: 992px) {
  #view-what-we-do .what-we-do-badge.smartphone:hover {
    background-image: url('/images/what_we_do/badges/phone-white.png');
  }
}
#view-what-we-do .what-we-do-badge.graph {
  background-image: url('/images/what_we_do/badges/graph.png');
}
@media screen and (min-width: 992px) {
  #view-what-we-do .what-we-do-badge.graph:hover {
    background-image: url('/images/what_we_do/badges/graph-white.png');
  }
}
#view-what-we-do .what-we-do-badge.shapes {
  background-image: url('/images/what_we_do/badges/shapes.png');
}
@media screen and (min-width: 992px) {
  #view-what-we-do .what-we-do-badge.shapes:hover {
    background-image: url('/images/what_we_do/badges/shapes-white.png');
  }
}
#view-what-we-do .what-we-do-badge.web {
  background-image: url('/images/what_we_do/badges/web.png');
}
@media screen and (min-width: 992px) {
  #view-what-we-do .what-we-do-badge.web:hover {
    background-image: url('/images/what_we_do/badges/web-white.png');
  }
}
@media screen and (min-width: 992px) {
  #view-what-we-do .what-we-do-badge:hover {
    background-color: #04d9e3a0;
    z-index: 19;
  }
  #view-what-we-do .what-we-do-badge:hover .title {
    color: #04d9e3;
  }
}
#view-what-we-do .what-we-do-badge .title {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  margin-top: 20px;
  font-size: 13px;
  font-weight: bold;
}
#view-what-we-do .what-we-do-badge .title.line-height-200procent {
  line-height: 200%;
}

.text-center {
  text-align: center !important;
}

#send {
    width: 710px;
    height: 550px;
    background: #1e173a;
    color: white;
    padding-top: 120px;
    text-align: center;
    font-family: "proxima-nova", sans-serif;
    font-size: 22px;
    font-weight: 400;
}

.fancybox-close {
    display: none;
}

#send .thanks {
    width: 400px;
    height: 180px;
    background: url('../images/contact/contact-thanks.jpg') no-repeat top center;
    display: inline-block;
}

#send .button {
  position: relative;
  background: #332f4b;
  border: 1px solid #332f4b;
  font-size: 14px;
  letter-spacing: 2px;
  color: #ffffff;
  padding: 0;
  text-transform: uppercase;
  font-family: 'proxima-nova', sans-serif;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  margin: 30px auto 0 auto;
  cursor: pointer;
  overflow: hidden;
  transition-duration: 0.2s;
  z-index: 10;
  display: inline-block;
  clear: both;
}

#send .button:hover {
      color: #332f4b;
}
#send .button:hover::before {
    top: 0;
    color: #332f4b;
  }

#send .button::before {
  transition-duration: 0.2s;
  position: absolute;
  top: 100%;
  left: 0;
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAP7//wAAACH5BAAAAAAALAAAAAABAAEAAAICRAEAOw==);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
  color: #332f4b;
}
