﻿@import url('animations.css');
@import url('responsiveslides.css');
@import url('Avenir.css');
@import url('STD_Web.css');
.section-padding {
  padding: 85px 15px 90px 15px;
}
@media screen and (min-width: 1920px) {
  div.news > .news-item:nth-child(n+3) {
    display: block;
  }
}
@media screen and (max-width: 1700px) {
  div.work-offset {
    margin: 0;
  }
}
@media screen and (max-width: 1620px) {
  /*div.header .main-menu-wrapper,
    div.header .categories-wrapper{
        max-width:600px;
        width:auto;
        margin:0 auto;
        float: none;
        display: inline-block;
        text-align:center;
    }*/
}
@media screen and (max-width: 1200px) {
  div#lightbox-container-image-data-box {
    right: 0!important;
  }
  div#lightbox-container-image-box {
    height: auto !important;
  }
  div#lightbox-container-image-data-box,
  div#lightbox-container-image-box,
  div#lightbox-container-image,
  div#lightbox-container-image img {
    width: 100% !important;
  }
  div.navigation-wrapper .col-md-4 {
    padding: 0;
  }
  div.navigation-wrapper .main-menu ul li {
    padding: 0 4px;
  }
  div.sub-pages .theme-images .theme-description-wrapper {
    padding: 10px 15px 0 15px;
  }
}
@media screen and (max-width: 990px) {
  html body {
    padding-top: 0;
  }
  div.header {
    /*position:static;
        height:auto;*/
    padding: 30px 10px 20px 10px;
    /*responsive-menu*/
  }
  div.header .logo,
  div.header .main-menu {
    margin: 30px 0 !important;
    text-align: left;
  }
  div.header .logo {
    margin-top: 70px;
    max-width: 300px;
  }
  div.header .logo img {
    height: auto;
  }
  div.header .col-md-3,
  div.header .col-md-9 {
    text-align: center !important;
    margin: 0;
  }
  div.header .navigation-wrapper {
    margin-top: 0;
  }
  div.header .navigation-wrapper .main-menu {
    display: none;
  }
  div.header div.responsive-menu {
    display: block;
  }
  div.header div.responsive-menu .hamburger-menu {
    position: absolute;
    right: 15px;
    top: 0;
    max-width: 45px;
    cursor: pointer;
  }
  div.header div.responsive-menu .menu-toogle {
    text-align: center;
  }
  div.header div.responsive-menu .menu-toogle ul {
    margin-bottom: 0;
    padding: 0;
  }
  div.header div.responsive-menu .menu-toogle ul li {
    float: none;
    margin: 0;
    list-style-type: none;
    padding: 4px 0 5px 0;
  }
  div.header div.responsive-menu .menu-toogle ul li a {
    line-height: 40px;
    text-transform: uppercase;
    font-size: 18px;
    color: #aaaaab;
  }
  div.header div.responsive-menu .menu-toogle ul li:hover a,
  div.header div.responsive-menu .menu-toogle ul li.active a {
    color: black;
  }
  div.header.show-categories .categories-wrapper {
    text-align: center !important;
    margin-top: 20px;
  }
  div.header.show-categories .categories-wrapper .category-align {
    margin-right: 0;
  }
  div.header.show-text .home-header-text {
    margin-top: 20px;
  }
  div.container-fluid {
    padding: 0;
  }
  .section-padding {
    padding: 40px 15px;
  }
  div.welcome-text {
    font-size: 17px;
    line-height: 25px;
  }
  div.theme-description-wwrapper {
    display: none;
  }
  div.footer,
  div.footer .main-menu {
    text-align: center !important;
  }
  div.footer .col-md-6,
  div.footer .main-menu .col-md-6 {
    margin: 10px 0;
  }
  div.sub-pages .work-content {
    margin: 75px auto 95px auto;
  }
}
@media screen and (max-width: 767px) {
  body h1 {
    font-size: 27px;
  }
  body p {
    font-size: 17px;
    line-height: 26px;
  }
  div.work .work-item {
    height: 70vw;
    margin: 1.5vw;
  }
  ul.rslides {
    max-height: 265px !important;
  }
  ul.rslides li {
    height: 300px !important;
  }
  ul.rslides_tabs.rslides1_tabs {
    list-style-type: none;
    position: static;
    margin: 10px 0 0 0;
    padding: 0;
    text-align: center;
  }
  ul.rslides1_tabs li {
    height: 18px;
    display: inline-block;
    margin: 3px;
  }
  div.header {
    padding-bottom: 0;
  }
  div.header .navigation-wrapper {
    margin-top: 20px;
  }
  div.header .col-md-9 {
    padding: 0;
  }
  div.header .logo img {
    max-width: 200px;
  }
  div.work-categories {
    padding: 0;
  }
  div.work-categories ul li {
    padding: 0 5px;
  }
  div.work-categories ul li a {
    font-size: 10px;
  }
}
* {
  box-sizing: border-box;
}
/* ---- grid ---- */
.grid-wrapper .tile-thumbnail {
  background-size: cover;
  background-repeat: no-repeat;
}
.grid {
  max-width: 100%;
}
/* clearfix */
.grid:after {
  content: '';
  display: block;
  clear: both;
}
/* ---- grid-item ---- */
.grid-sizer,
.grid-item {
  width: 25%;
}
.grid-item {
  height: 120px;
  float: left;
  /*background: gray;*/
  border: 8px solid white;
  position: relative;
  overflow: hidden;
}
.grid-item .grid-caption {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  color: #aaaaab;
  height: 100%;
  margin: auto;
  width: 200px;
  max-height: 50px;
  font-size: 24px;
}
.grid-item--width-1 {
  width: 25%;
}
.grid-item--width-2 {
  width: 50%;
}
.grid-item--width-3 {
  width: 75%;
}
.grid-item--height-1 {
  height: 280px;
}
.grid-item--height-2 {
  height: 560px;
}
.grid-item--height-3 {
  height: 1120px;
}
@media screen and (max-width: 990px) {
  .grid-sizer,
  .grid-item {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .grid-sizer,
  .grid-item {
    width: 100%;
  }
}
html {
  -webkit-font-smoothing: antialiased;
}
body {
  color: black;
  font-size: 13px;
  font-family: 'AvenirNextLTPro-Regular';
  font-style: normal;
  font-weight: 300;
  /*padding-top:183px;*/
}
.main {
  min-height: 600px;
  margin-top: 182px;
}
.main.push-nav {
  margin-top: 182px;
}
a {
  color: black;
  text-decoration: none;
}
a:hover,
a:active,
a:focus,
a.selected {
  color: black;
  text-decoration: none;
}
.header-links {
  font-family: 'AvenirNextLTPro-Medium';
  text-transform: uppercase;
  letter-spacing: 1px;
}
h1,
h2 {
  margin: 0;
  padding: 0;
  font-weight: 300;
}
h1 {
  font-size: 33px;
  margin-bottom: 20px;
}
p {
  font-size: 22px;
  line-height: 32px;
  letter-spacing: 0.2px;
}
.container-fluid {
  width: 100%;
  /*max-width:1820px;*/
  max-width: 100%;
  padding: 0 30px;
}
.container-fluid .row {
  margin-left: 0;
  margin-right: 0;
}
.font-Sagona-Book {
  font-family: 'Sagona-Book';
}
.home-header-text {
  display: none;
}
.no-padding {
  padding: 0;
}
/*navigation*/
.main-menu ul li {
  display: inline-block;
  padding: 0 10px;
}
.main-menu ul li:hover a,
.main-menu ul li.active a {
  color: black;
}
.responsive-menu {
  display: none;
}
/*************************/
/*header*/
.header {
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  padding: 45px 0 22px 0;
  width: 100%;
  background-color: white;
  z-index: 5;
  /*-webkit-transition: top 0.6s;
    -moz-transition: top 0.6s;
    -o-transition: top 0.6s;
    transition: top 0.6s;*/
  -o-transition: all  0.6s;
  -moz-transition: all  0.6s;
  -webkit-transition: all  0.6s;
  transition: all  0.6s;
}
.header .logo {
  margin-top: 70px;
}
.header .logo img {
  max-width: 437px;
  width: 100%;
}
.header .navigation-wrapper {
  margin-top: 85px;
}
.header .navigation-wrapper a {
  color: #aaaaab;
}
/*stickyHeader*/
/*.header.off-canvas {
     top: -183px;

}*/
.header.fixed {
  top: 0 !important;
  position: fixed;
}
.header.header-hidden {
  -webkit-transform: translate(0, -100%) !important;
  -moz-transform: translate(0, -100%) !important;
  -ms-transform: translate(0, -100%) !important;
  -o-transform: translate(0, -100%) !important;
  transform: translate(0, -100%) !important;
}
.header.header-hidden.w-s-m {
  -webkit-transform: translate(0, 0) !important;
  -moz-transform: translate(0, 0) !important;
  -ms-transform: translate(0, 0) !important;
  -o-transform: translate(0, 0) !important;
  transform: translate(0, 0) !important;
}
/*show home header text*/
.header.show-text .home-header-text {
  display: block;
  margin-top: 63px;
}
/************************************************/
/*category menu*/
.work-categories ul {
  display: none;
}
.work-categories ul li {
  display: inline-block;
  padding: 0 10px;
}
.work-categories ul a:hover,
.work-categories ul a.selected {
  color: black;
}
.show-categories .work-categories ul {
  display: block;
}
/*image-gallery*/
.image-gallery {
  position: relative;
  padding-left: 40px;
  padding-right: 40px;
}
/*welcome-text*/
.welcome-text {
  max-width: 970px;
}
/*Work*/
.work-wrapper-landingpage {
  margin-top: -9px;
}
.work .no-padding {
  padding: 0;
}
.work .work-item-wrapper {
  position: relative;
}
.work .work-item {
  height: 20vw;
  /*margin: 25px;*/
  margin: 0.45vw;
  position: relative;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  -webkit-transition: all 1s;
  transition: all 1s;
}
.work .work-item-hover {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  -webkit-transition: all 1s;
  transition: all 1s;
}
.work .work-item:hover .work-item-hover {
  opacity: 1;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  -webkit-transition: all 1s;
  transition: all 1s;
}
.work .caption-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: -60px;
  right: 0;
  background: rgba(0, 0, 0, 0);
}
.work .caption-overlay .caption-text {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: white;
  padding: 15px 0 0 0;
  opacity: 0;
}
.work .caption-overlay .caption-text h1 {
  /*text-transform:uppercase;*/
  letter-spacing: 1px;
  font-size: 13px;
}
.work .caption-overlay .caption-text h1 span {
  text-transform: uppercase;
  display: inline-block;
  margin-right: 8px;
}
.work .caption-overlay .caption-text h2 {
  margin: 5px 0 0 0 !important;
  /*display:none;*/
}
.work .caption-overlay .caption-text h1,
.work .caption-overlay .caption-text h2 {
  margin: 0;
  padding: 0;
  opacity: 0;
}
.work .caption-overlay:hover {
  bottom: 0;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  -webkit-transition: all 1s;
  transition: all 1s;
  display: block;
}
.work .caption-overlay:hover .caption-text,
.work .caption-overlay:hover h1,
.work .caption-overlay:hover h2 {
  opacity: 1;
  -o-transition: all 1s;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  transition: all 1s;
}
/*news*/
.news .image-wrapper {
  max-height: 195px;
  overflow: hidden;
}
.news h2 {
  text-transform: uppercase;
  margin: 25px 0 20px 0;
  font-size: 1.2em;
}
.news h2 a {
  color: #3bbed1;
}
.news a {
  color: white;
}
.news .read-more {
  margin-top: 20px;
}
.news hr {
  border-top-color: rgba(0, 0, 0, 0.7);
  border-bottom-color: rgba(151, 151, 151, 0.7);
}
.news.feeds .news-item {
  margin-bottom: 50px;
}
.news > .news-item:nth-child(n+4) {
  display: none;
}
/*sub-pages*/
.sub-pages {
  position: relative;
  height: 100%;
  font-size: 23px;
  line-height: 36px;
}
.sub-pages .case-description {
  padding-top: 0;
  letter-spacing: 1px;
  font-size: 13px;
  text-transform: uppercase;
}
.sub-pages .theme-images {
  color: #aaaaab;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.sub-pages .theme-images .theme-description-wrapper {
  padding: 10px 55px 0 55px;
}
.sub-pages .theme-images .image-description {
  float: left;
  color: black;
}
.sub-pages .theme-images .awards-thumbnail {
  float: right;
  position: relative;
}
.sub-pages .theme-images .awards-thumbnail img {
  max-width: 25px;
}
.sub-pages .theme-images .awards-thumbnail .awards-icons-wrapper {
  position: relative;
}
.sub-pages .theme-images .awards-thumbnail .awardThumbnail {
  position: absolute;
  opacity: 1;
  z-index: 3;
  -moz-transition: opacity 0.15s ease-in-out;
  -o-transition: opacity 0.15s ease-in-out;
  -webkit-transition: opacity 0.15s ease-in-out;
  transition: opacity 0.15s ease-in-out;
  cursor: pointer;
}
.sub-pages .theme-images .awards-thumbnail .awardThumbnail.mouseOver {
  opacity: 1;
  z-index: 1;
}
.sub-pages .theme-images .awards-thumbnail .awardThumbnail:hover {
  opacity: 0;
}
.sub-pages .theme-images .awards-thumbnail ul {
  margin-bottom: 0;
}
.sub-pages .theme-images .awards-thumbnail ul li {
  float: left;
  width: 32px;
  margin-left: 10px;
}
.sub-pages .theme-images .awards-thumbnail ul li .vertical-text {
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -moz-transform-origin: 5px 40px;
  -ms-transform-origin: 5px 40px;
  -o-transform-origin: 5px 40px;
  -webkit-transform-origin: 14px 20px;
  /*transform-origin: 14px 20px;*/
  transform-origin: 5px 40px;
  font-size: 11px;
}
.sub-pages .theme-images .awards-thumbnail ul li:first-child {
  width: auto;
}
.sub-pages .work-content {
  max-width: 970px;
  margin: 35px auto 105px auto;
}
.sub-pages .news-content {
  max-width: 920px;
  margin: 0 auto 50px auto;
}
.sub-pages .news-content .share-news {
  padding: 45px 0 15px 0;
  margin-bottom: 15px;
  border-bottom: 1px solid #999;
}
.sub-pages .grid-images .no-padding {
  padding: 0 10px;
}
.sub-pages .grid-images .no-padding img {
  margin-bottom: 20px;
}
.sub-pages .grid-images .image-list {
  margin-bottom: 20px;
}
/*contact employees*/
.employees {
  max-width: 980px;
}
.employees .contact-header {
  padding: 70px 0;
}
.employees .employee-item {
  letter-spacing: 1px;
  padding-bottom: 60px;
  font-size: 10px;
  font-weight: 400;
}
.employees .employee-item .e-image img {
  max-width: 100px;
}
.employees .employee-item .name {
  margin: 25px 0 5px 0;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 16px;
}
.employees .employee-item .skills {
  padding-bottom: 7px;
  margin-bottom: 17px;
}
.employees .employee-item .email {
  margin-top: 5px;
  margin-bottom: 30px;
  text-decoration: underline;
  font-size: 14px;
}
.employees .employee-item .telephone {
  margin-top: 5px;
  font-size: 14px;
}
.employees .contact-info {
  padding-bottom: 80px;
}
.employees .contact-info .main-email {
  margin-bottom: 40px;
}
.employees .contact-info label {
  font-size: 14px;
  text-transform: uppercase;
  display: block;
  font-weight: 400;
  margin: 10px 0;
}
.employees .contact-info a {
  font-size: 23px;
}
/*locate us*/
.locate-us {
  height: 385px;
  width: 100%;
}
/*news-letter*/
.news-letter {
  font-size: 13px;
  max-width: 360px;
  margin: 0 auto;
  padding: 60px 0;
}
.news-letter h2 {
  text-transform: uppercase;
  font-weight: 400;
  font-size: 28px;
}
.news-letter .text {
  padding: 20px 0 40px 0;
}
.news-letter input {
  display: block;
  width: 100%;
  font-size: 16px;
  border: 1px solid #cccccc;
  padding: 10px;
  padding-top: 12px;
  text-align: center;
  margin-bottom: 20px;
}
.news-letter input[type=submit] {
  padding: 15px 20px;
  background-color: black;
  color: white;
  border: 0;
  text-transform: uppercase;
  width: auto;
  margin: 0 auto;
}
/*footer*/
.footer {
  padding: 40px 30px;
  font-weight: 400;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: #aaaaab;
}
.footer a {
  color: #aaaaab;
}
.footer a:hover {
  color: black;
}
.footer .footer-navigation {
  padding: 20px 0 25px 0;
  text-transform: none;
  letter-spacing: 1px;
}
.footer .footer-navigation img {
  width: 39px;
}
.footer .footer-navigation a {
  display: inline-block;
  padding: 5px 30px;
  font-family: 'AvenirNextLTPro-Medium';
  text-transform: uppercase;
}
.footer .footer-navigation .previous-case,
.footer .footer-navigation .next-case {
  display: none;
}
.footer .footer-navigation a.img-to-top {
  padding-top: 0;
  position: relative;
}
.footer .footer-navigation a.img-to-top .toTopBg {
  /*background-image: url('Images/Pil_Grey.svg');*/
  width: 32px;
  height: 32px;
  line-height: 32px;
  background-repeat: no-repeat;
  position: absolute;
  left: 15px;
  top: -17px;
  right: 0;
  border: 1px solid #aaaaab;
  border-radius: 50%;
}
.footer .footer-navigation a.img-to-top .toTopBg .up {
  display: inline-block;
  margin-left: 1px;
  margin-top: 1px;
}
.footer .footer-navigation a.img-to-top .toTopBg:hover {
  /*background-image: url('Images/Pil.svg');*/
  border: 1px solid black;
}
.footer .footer-content {
  font-size: 11px;
}
.footer .footer-content .social-media a {
  display: inline-block;
  padding: 0 9px;
}
.footer.show-work-navigation .previous-case,
.footer.show-work-navigation .next-case {
  display: inline-block;
}