/*!
Theme Name: Make Work Better
Author: PLAWINET
Author URI: http://plawinet.pl/
Version: 1.0
*/
/* =Global styles
----------------------------------------------- */
html, body {
  height: 100%;
}

body {
  display: table;
  table-layout: fixed;
  width: 100%;
}

#wrap {
  display: table-row;
  height: 100%;
}

footer {
  display: table-row;
  height: 1px;
}

html {
  font-size: 16px;
}

body {
  padding-top: 100px;
  color: #5d6771;
  font-family: "Catamaran", sans-serif;
  font-weight: 400;
}
body * {
  outline: none !important;
}

#footer {
  padding: 43px 0 42px;
  background: #c4c4c4 url("images/footer-bg.png") no-repeat 61% -37px;
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
}
#footer .logo {
  margin-top: -20px !important;
}
#footer .nav {
  text-transform: uppercase;
}
#footer .nav > li > a {
  display: block;
  padding: 4px 0;
}
#footer .nav > li > a:hover {
  text-decoration: underline;
}
#footer .society {
  margin-top: 8px;
}
#footer a {
  color: #ffffff;
}
#footer a:hover {
  color: #ffffff;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
}

.h2, h2 {
  font-size: 50px;
}

.h3, h3 {
  font-size: 40px;
}

b, strong {
  font-weight: 700;
}

a {
  color: #3f999f;
  transition: all 0.3s ease-in-out;
}
a:hover {
  color: #3f999f;
  text-decoration: none;
}

p {
  margin-bottom: 20px;
  line-height: 19px;
}

.collapsing {
  transition: height 0.3s ease-in-out;
}

.navbar {
  padding-top: 0;
  padding-bottom: 0;
  min-height: 100px;
  background: #ffffff;
}
.navbar::after {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  box-shadow: 0 3px 13px 0 rgba(0, 0, 0, 0.1);
}
.navbar a {
  font-size: 14px;
  color: #5d6771;
  text-transform: uppercase;
}
.navbar a:hover {
  color: #3f999f;
}
.navbar .lang > li {
  position: relative;
}
.navbar .lang > li + li::before {
  content: "";
  position: relative;
  top: 3px;
  display: inline-block;
  margin: 0 1px 0 4px;
  width: 1px;
  height: 17px;
  background: #c9c9c9;
}
.navbar .lang > li.active > a, .navbar .lang > li.current-lang > a {
  color: #3f999f;
  font-weight: 700;
}
.navbar .society {
  margin-left: 32px;
}

.navbar-brand {
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.navbar-toggler {
  margin: 15px 0 15px -8px;
  padding: 0;
  width: 36px;
  height: 30px;
  border: none;
  border-radius: 0;
  transform: rotate(0deg);
  cursor: pointer;
}
.navbar-toggler .icon-bar {
  display: block;
  position: absolute;
  height: 2px;
  width: 20px;
  background: #5d6771;
  opacity: 1;
  left: 8px;
  margin-top: 0 !important;
  transform: rotate(0deg);
  transition: all 0.3s ease-in-out;
}
.navbar-toggler .icon-bar:nth-child(1) {
  top: 8px;
  transform-origin: left center;
}
.navbar-toggler .icon-bar:nth-child(2) {
  top: 14px;
  transform-origin: left center;
}
.navbar-toggler .icon-bar:nth-child(3) {
  top: 20px;
  transform-origin: left center;
}
.navbar-toggler:not(.collapsed) .icon-bar {
  background: #3f999f;
  width: 26px;
}
.navbar-toggler:not(.collapsed) .icon-bar:nth-child(1) {
  transform: rotate(45deg);
  top: 5px;
}
.navbar-toggler:not(.collapsed) .icon-bar:nth-child(2) {
  width: 0;
  opacity: 0;
}
.navbar-toggler:not(.collapsed) .icon-bar:nth-child(3) {
  transform: rotate(-45deg);
  top: 23px;
}

.navbar-nav > li > a {
  display: block;
  position: relative;
  padding: 42px 16px 37px;
  text-align: center;
}
.navbar-nav > li > a:hover::before {
  opacity: 1;
  visibility: visible;
}
.navbar-nav > li > a::before {
  content: "/";
  position: absolute;
  top: 14px;
  left: 0;
  right: 0;
  margin: auto;
  color: #3f999f;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}
.navbar-nav > li.current-menu-item > a, .navbar-nav li.current-menu-parent > a, .navbar-nav li.current-menu-parent li.current-menu-item > a {
  color: #3f999f;
}
.navbar-nav > li.current-menu-item > a::before, .navbar-nav li.current-menu-parent > a::before, .navbar-nav li.current-menu-parent li.current-menu-item > a::before {
  opacity: 1;
  visibility: visible;
}
.navbar-nav > li.dropdown > a::after {
  content: "";
  position: absolute;
  top: -2px;
  right: 5px;
  bottom: 0;
  margin: auto;
  width: 6px;
  height: 6px;
  border-width: 0 1px 1px 0;
  border-style: solid;
  border-color: inherit;
  transform: rotate(45deg);
  transition: all 0.3s ease-in-out;
}
.navbar-nav > li.dropdown.show > a {
  color: #3f999f;
}
.navbar-nav > li.dropdown.show a::before {
  opacity: 1;
  visibility: visible;
}
.navbar-nav > li.dropdown.show a::after {
  top: 6px;
  transform: rotate(-135deg);
}
.navbar-nav .dropdown-menu {
  min-width: 176px;
  width: 100%;
  left: -100%;
  right: -100%;
  margin: auto;
}
.navbar-nav .dropdown-menu::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 73px;
  height: 3px;
  background: #3f999f;
}

.dropdown-menu {
  z-index: -1;
  min-width: 176px;
  width: 100%;
  left: -100%;
  right: -100%;
  margin: auto;
  padding: 20px 0 17px;
  border: none;
  border-radius: 0;
  box-shadow: 0 3px 13px 0 rgba(0, 0, 0, 0.1);
}
.dropdown-menu > li > a {
  display: block;
  position: relative;
  padding: 6px 16px;
  color: #5d6771;
  text-align: center;
}
.dropdown-menu::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 73px;
  height: 3px;
  background: #3f999f;
}

/* =Helper classes
----------------------------------------------- */
.gutters-sm {
  margin-right: -9px;
  margin-left: -9px;
}
.gutters-sm > .col,
.gutters-sm > [class*="col-"] {
  padding-right: 9px;
  padding-left: 9px;
}

.h-styled {
  position: relative;
}
.h-styled::before {
  content: "/ ";
  color: #3f999f;
  font-weight: 300;
}

.lead {
  font-size: 25px;
}

.border {
  border: 1px solid #3f999f !important;
}

.border-top {
  border-top: 1px solid #3f999f !important;
}

.img-area {
  overflow: hidden;
}
.img-area img {
  transition: all 0.3s ease-in-out;
}

.text-primary {
  color: #3f999f !important;
}

.buttons {
  margin-bottom: 68px;
}

/* =UI
----------------------------------------------- */
.btn {
  position: relative;
  padding: 10px 24px 7px;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  text-decoration: none !important;
  border-radius: 0;
  box-shadow: none !important;
  transition: all 0.3s ease-in-out;
}

.btn-arrow:not(.btn-arrow-reverse) {
  padding-right: 38px;
}
.btn-arrow:not(.btn-arrow-reverse)::after {
  right: 24px;
  transform: rotate(-45deg);
}
.btn-arrow::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 6px;
  height: 6px;
  border-width: 0 1px 1px 0;
  border-style: solid;
  transition: border-color 0.3s ease-in-out;
}
.btn-arrow.btn-arrow-reverse {
  padding-left: 38px;
}
.btn-arrow.btn-arrow-reverse::after {
  left: 24px;
  transform: rotate(135deg);
}

.btn-outline-primary {
  background: transparent;
  border-color: #3f999f;
  color: #3f999f;
}
.btn-outline-primary:hover, .btn-outline-primary:focus, .btn-outline-primary:not([disabled]):not(.disabled).active, .btn-outline-primary:not([disabled]):not(.disabled):active, .show > .btn-outline-primary.dropdown-toggle {
  background: #3f999f;
  border-color: #3f999f;
  color: #ffffff;
}

.form-group {
  margin-bottom: 20px;
}

.form-control {
  padding: 12px 20px;
  background: #f7f7f7 !important;
  color: #5d6771;
  border-color: #f7f7f7 !important;
  border-radius: 0;
  box-shadow: none !important;
}
.form-control::-webkit-input-placeholder {
  color: #c4c4c4;
}
.form-control::-moz-placeholder {
  color: #c4c4c4;
}
.form-control:-ms-input-placeholder {
  color: #c4c4c4;
}
.form-control:-moz-placeholder {
  color: #c4c4c4;
}

textarea {
  min-height: 222px;
}

div.wpcf7 .ajax-loader {
  position: absolute;
  margin: auto 15px;
  top: 0;
  bottom: 0;
  right: 110px;
  background: url("images/ajax-loader.gif") no-repeat scroll center/30px auto;
  width: 30px;
  height: 30px;
}

.wpcf7-not-valid-tip {
  display: none !important;
}

.wpcf7-not-valid {
  border-color: #9f3f3f !important;
}

.wpcf7-response-output {
  margin: 20px 0 !important;
  padding: 0 !important;
  border: none !important;
}

.p-relative {
  position: relative;
}

.society > li:not(:last-child) {
  margin-right: 15px;
}
.society > li > a {
  display: block;
  position: relative;
  padding: 0 !important;
}
.society > li > a img {
  display: block;
  transition: all 0.3s ease-in-out;
}

.society > li > a img:last-child {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
}
.society > li > a:hover img:first-child {
  opacity: 0;
  visibility: hidden;
}
.society > li > a:hover img:last-child {
  opacity: 1;
  visibility: visible;
}

/* =Page modules
----------------------------------------------- */
#hero {
  position: relative;
  background: no-repeat center top / cover;
}
#hero .h1, #hero h1 {
  margin-bottom: 0;
  font-size: 70px;
  line-height: 1.2;
}
#hero .hero-content {
  margin: auto;
  padding: 144px 0 132px;
  max-width: 700px;
}
#hero.slider {
  overflow: hidden;
  position: relative;
  height: auto;
}
#hero .slider-item img {
  width: 100%;
}
#hero .slider-item .content, #hero .slider-item .item {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
#hero .slider-item .content-inner {
  margin-bottom: 188px;
}
#hero .slider-item .h1, #hero .slider-item h1 {
  margin-bottom: 0;
}
#hero .slider-item .h1, #hero .slider-item h1, #hero .slider-item .lead {
  font-size: 70px;
  line-height: 1.2;
}
#hero .slider-item .lead {
  margin-top: 6px;
}
#hero .slider-item .btn {
  margin-top: 79px;
}
#hero .slider-item .item {
  transition: all 1.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
#hero .slider-item.loaded .item {
  transform: none !important;
  opacity: 1 !important;
}
#hero .slider-item .item-1 {
  transform: rotate(15deg) translate(-10%, -50%);
  transform-origin: top left;
}
#hero .slider-item .item-2 {
  transform: rotate(-15deg) translate(-10%, 10%);
  transform-origin: bottom left;
  transition-delay: .4s;
  transition-duration: 1s;
}
#hero .slider-item .item-3 {
  transform: rotate(20deg) translate(20%, -30%);
  transform-origin: top right;
}
#hero .slider-item .item-4 {
  opacity: 0;
  transform: rotate(-2deg) translate(-15%, 40%);
  transform-origin: bottom right;
  transition-delay: .4s;
}
#hero .slider-item .item-5 {
  transform: rotate(20deg) translate(20%, -30%);
  transform-origin: top right;
  transition-delay: .4s;
}
#hero .scroll-down {
  position: absolute;
  bottom: 60px;
  left: 0;
  right: 0;
  margin: auto;
  width: 18px;
}
#hero .scroll-down img {
  display: block;
}

#about {
  position: relative;
  z-index: 1;
  padding: 90px 0;
  margin-top: -98px;
}
#about .h2, #about h2 {
  margin-bottom: 0;
}
#about .img-shift {
  position: relative;
  z-index: -1;
  margin-top: -232px;
}
#about .lead {
  margin-bottom: 14px;
}
#about .content {
  margin-top: 18px;
}
#about .content .btn {
  margin-top: 15px;
}

#questionnaire {
  padding-bottom: 60px;
}
#questionnaire .content {
  padding: 39px 30px 49px;
}
#questionnaire .content .h3, #questionnaire .content h3 {
  margin-top: 14px;
  margin-bottom: 0px;
}
#questionnaire .content .btn {
  margin-top: 25px;
}

#offer {
  padding-top: 50px;
}
#offer .h2, #offer h2 {
  margin-bottom: 49px;
}
#offer .item {
  margin-bottom: 18px;
}
#offer .item .h3, #offer .item h3 {
  margin-top: 26px;
  margin-bottom: 0;
}
#offer .item .content {
  overflow: hidden;
  position: relative;
  display: block;
  padding: 20px;
  height: 322px;
  color: #5d6771;
  border: 1px solid #ededed;
  box-shadow: 0 3px 13px 0 rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease-in-out;
}
#offer .item .content .bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: no-repeat center top;
  background-size: auto 105.8%;
  transition: all 0.3s ease-in-out;
}
#offer .item .content .overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.9);
  transition: all 0.3s ease-in-out;
}
#offer .item .content .content-initial {
  position: relative;
  transition: all 0.3s ease-in-out;
}
#offer .item .content .content-hover {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  color: #ffffff;
  opacity: 0;
  visibility: hidden;
  transform: scaleY(0);
  transition: all 0.3s ease-in-out;
}
#offer .item .content:hover {
  box-shadow: 0px 3px 40px 0 rgba(0, 0, 0, 0.25);
}
#offer .item .content:hover .bg {
  background-size: auto 116%;
}
#offer .item .content:hover .overlay {
  background: rgba(63, 153, 159, 0.9);
}
#offer .item .content:hover .content-initial {
  opacity: 0;
  visibility: hidden;
  transform: scaleY(0);
}
#offer .item .content:hover .content-hover {
  opacity: 1;
  visibility: visible;
  transform: scaleY(1);
}

#publications {
  padding: 73px 0 55px;
}
#publications .h2, #publications h2 {
  margin-bottom: 47px;
}
#publications .item {
  margin-bottom: 18px;
}
#publications .item .content {
  overflow: hidden;
  position: relative;
  display: block;
  height: 100%;
  border: 1px solid #ededed;
  box-shadow: 0 3px 13px 0 rgba(0, 0, 0, 0.1);
}
#publications .item .content:hover {
  box-shadow: 0px 3px 40px 0 rgba(0, 0, 0, 0.25);
}
#publications .item .content:hover .img-area img {
  transform: scale(1.12);
}
#publications .item .content:hover .btn-outline-primary {
  background: #3f999f;
  border-color: #3f999f;
  color: #ffffff;
}
#publications .item .title {
  color: #5d6771;
  font-size: 25px;
  font-weight: 700;
}
#publications .item .excerpt {
  margin-top: 13px;
  color: #5d6771;
  line-height: 19px;
}
#publications .item .content-bottom {
  overflow: hidden;
  padding: 24px 21px 30px;
}
#publications .item .content-bottom .btn {
  margin-top: 30px;
}

#content + #publications {
  padding-top: 35px;
}

.publication .content {
  margin-top: 0 !important;
  padding: 42px 46px 62px;
}
.publication .content .btn {
  margin-top: 47px;
}
.publication .content .date {
  margin-bottom: 29px;
}
.publication .content .border-top {
  margin-top: 32px;
  padding-top: 22px;
}
.publication .buttons {
  margin-top: 50px;
  margin-bottom: 0;
}

#content {
  padding: 111px 0 64px;
}
#content .img-shift {
  margin-top: -64px;
}
#content a:hover {
  text-decoration: underline;
}
#content .h2 {
  margin-bottom: 27px;
}
#content .publication .h2 {
  text-align: left;
}

#content ul {
  margin-bottom: 20px;
  padding-left: 0;
  list-style: none;
}
#content ul li {
  position: relative;
  padding-left: 20px;
}
#content ul li::before {
  content: "/";
  position: absolute;
  top: 0;
  left: 0;
  color: #3f999f;
  font-weight: 700;
}
#content ul li + li {
  margin-top: 15px;
}
#content ol {
  margin-bottom: 20px;
  padding-left: 0;
  list-style-position: inside;
}
#content ol li + li {
  margin-top: 15px;
}
#content .ico {
  display: inline-block;
  position: relative;
  top: 7px;
  margin-left: 12px;
}
#content .ico img {
  display: block;
  width: 25px;
  transition: all 0.3s ease-in-out;
}
#content .ico img:last-child {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
}
#content .ico:hover img:first-child {
  opacity: 0;
  visibility: hidden;
}
#content .ico:hover img:last-child {
  opacity: 1;
  visibility: visible;
}
#content .contact-info {
  font-size: 20px;
}
#content .contact-info .lead {
  line-height: 31px;
}
#content .contact-info .h2 {
  margin-bottom: 30px;
}
#content .contact-info .nav > li > a {
  display: inline-block;
  padding: 0 !important;
  color: #5d6771;
}
#content .contact-info .nav > li > a:hover {
  color: #3f999f;
  text-decoration: none;
}
#content .contact-info .icon {
  padding-left: 40px;
  min-height: 20px;
  background: no-repeat 0 center;
}
#content .contact-info .phone {
  background-image: url("images/phone.png");
}
#content .contact-info .email {
  background-image: url("images/email.png");
}
#content .contact-info .address {
  background-image: url("images/address.png");
}
#content .contact-form form {
  padding-top: 7px;
}

#map {
  margin-top: 29px;
  height: 211px;
}

#additional {
  padding-top: 102px;
  padding-bottom: 17px;
  border-top: 1px solid #ededed;
}
#additional .h2, #additional h2 {
  margin-bottom: 81px;
}
#additional .item {
  margin-bottom: 68px;
}
#additional .item .content {
  display: block;
  position: relative;
  padding: 61px 21px 30px;
  height: 100%;
  color: #5d6771;
  border: 1px solid #ededed;
  box-shadow: 0 3px 13px 0 rgba(0, 0, 0, 0.1);
}
#additional .item .content:hover {
  box-shadow: 0px 3px 40px 0 rgba(0, 0, 0, 0.25);
}
#additional .item .content:hover .img-area img {
  transform: scale(1.12);
}
#additional .item .content:hover .btn-outline-primary {
  background: #3f999f;
  border-color: #3f999f;
  color: #ffffff;
}
#additional .item .content .number {
  position: absolute;
  top: -48px;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 60px;
  font-weight: 700;
}
#additional .item .content .number::before {
  content: "/ ";
  color: #3f999f;
  font-weight: 300;
}
#additional .item .content .title {
  font-size: 25px;
  font-weight: 700;
  text-transform: uppercase;
}
#additional .item .content .excerpt {
  margin-top: 14px;
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
}

body.error404 #hero .slider-item .content-inner {
  margin-bottom: 70px;
}
body.error404 #hero .slider-item .lead {
  font-weight: 400;
}

/* =Media queries
----------------------------------------------- */
@media (max-width: 1199px) {
  .h2, h2 {
    font-size: 35px;
  }

  .h3, h3 {
    font-size: 35px;
    line-height: 40px;
  }

  .lead {
    font-size: 20px;
  }

  #hero .slider-item .content-inner {
    margin-bottom: 88px;
  }
  #hero .slider-item .h1, #hero .slider-item h1, #hero .slider-item .lead {
    font-size: 50px;
  }

  #hero .h1, #hero h1 {
    font-size: 50px;
  }

  #about .img-shift {
    margin-top: -190px;
  }
}
@media (max-width: 991px) {
  body {
    padding-top: 60px;
  }

  .container-mobile, .navbar {
    padding-left: 20px;
    padding-right: 20px;
  }

  .navbar {
    min-height: 60px;
  }
  .navbar a {
    font-size: 16px;
  }
  .navbar .society {
    margin: auto;
    padding: 20px 0 22px;
    border-top: 1px solid #e0e0e0;
  }

  .navbar-collapse {
    margin-left: -20px;
    margin-right: -20px;
  }

  .navbar-inner {
    margin-top: 47px;
    max-height: calc(100vh - 60px - 47px);
    overflow-y: auto;
  }

  .navbar-nav li {
    text-align: center;
  }
  .navbar-nav li a {
    display: inline-block;
  }
  .navbar-nav > li > a {
    padding-top: 7px;
    padding-bottom: 6px;
    font-size: 18px;
  }
  .navbar-nav > li > a::before {
    display: none;
  }
  .navbar-nav > li.dropdown > a::after {
    top: -5px;
    right: 3px;
    width: 7px;
    height: 7px;
  }
  .navbar-nav > li.dropdown.show a::after {
    top: 2px;
  }
  .navbar-nav .dropdown-menu {
    position: relative;
    top: 0;
    right: 0;
    left: 0;
  }

  .navbar-nav .dropdown-menu {
    display: block !important;
    height: auto !important;
    padding: 3px 0 !important;
  }

  .navbar-nav > li.dropdown > a::after, .navbar-nav .dropdown-menu::before {
    display: none;
  }

  .navbar-brand {
    overflow: hidden;
    position: absolute;
    top: 8px;
    right: 0;
    left: 0;
    margin: auto;
    width: 74px;
    height: 44px;
    transition: height 0.3s ease-in-out;
  }

  .navbar-toggler:not(.collapsed) + .navbar-brand {
    height: 70px;
  }

  .btn {
    font-size: 16px;
    padding-top: 9px;
    padding-bottom: 5px;
  }

  .dropdown-menu {
    z-index: 1;
    padding: 3px 0 2px;
    max-width: 300px;
    box-shadow: none;
  }
  .dropdown-menu > li > a {
    padding-top: 8px;
    padding-bottom: 6px;
    font-size: 14px;
  }

  div.wpcf7 .ajax-loader {
    right: unset;
  }

  #hero .scroll-down {
    width: 32px;
  }

  #about .img-shift {
    margin-top: -40px;
  }

  #offer .item .content {
    height: 254px;
  }

  .publication .content {
    padding: 15px 21px 23px;
  }
  .publication .content .btn {
    margin-top: 4px;
  }

  #content {
    padding: 39px 0 0;
  }
  #content .content {
    margin-top: 24px;
  }
  #content .img-shift {
    margin-top: 0;
  }
  #content .h2 {
    margin-bottom: 15px;
  }
  #content .ico img {
    width: 30px;
  }
  #content .h-styled {
    padding-left: 21px;
  }
  #content .h-styled::before {
    position: absolute;
    top: 0;
    left: 0;
  }
  #content .contact-info .nav > li {
    font-size: 22px;
    line-height: 26px;
  }
  #content .contact-form form {
    padding-top: 34px;
  }

  .contact-form {
    margin-top: 33px;
    margin-bottom: 39px;
  }

  #additional {
    padding-top: 10px;
    padding-bottom: 3px;
    border: none;
  }
  #additional .h2, #additional h2 {
    margin-bottom: 46px;
  }
  #additional .item {
    margin-bottom: 55px;
  }
  #additional .item .content .btn {
    margin-top: 25px;
  }
  #additional .h-styled {
    padding-left: 21px;
  }
  #additional .h-styled::before {
    position: absolute;
    top: 0;
    left: 0;
  }
}
@media (max-width: 767px) {
  #footer {
    padding: 20px 0 16px;
    background-position: right 20px bottom -43px;
    background-size: 180px auto;
  }
  #footer .society {
    margin-top: 19px;
    margin-bottom: 24px;
    padding-top: 21px;
    border-top: 1px solid #ffffff;
  }
  #footer .nav > li > a {
    padding: 7px 0 6px;
    font-size: 18px;
  }
  #footer .logo {
    display: block;
    margin: auto;
  }
  #footer .col-wrap {
    max-width: 320px;
    margin: 20px auto 0;
    -webkit-box-flex: auto;
    -ms-flex: auto;
    flex: auto;
  }

  body.error404 #hero .slider-item .content-inner {
    margin-bottom: 120px;
  }

  #about {
    padding-bottom: 50px;
  }
  #about .h2, #about h2 {
    margin-bottom: 13px;
  }
  #about .img-shift {
    margin-top: -31%;
  }
  #about .content {
    margin-top: 25px;
  }
  #about .content .btn {
    margin-top: 5px;
  }
  #about .lead {
    margin-bottom: 16px;
  }

  #questionnaire {
    padding-bottom: 22px;
  }
  #questionnaire .content {
    padding-top: 29px;
    padding-bottom: 29px;
  }
  #questionnaire .content .h3, #questionnaire .content h3 {
    margin-top: 26px;
  }
  #questionnaire .content .btn {
    margin-top: 30px;
  }

  #offer {
    padding-top: 20px;
  }
  #offer .h2, #offer h2 {
    margin-bottom: 25px;
  }

  #publications {
    padding-top: 26px;
  }
  #publications .h2, #publications h2 {
    margin-bottom: 17px;
  }
  #publications .item .content-bottom .btn {
    margin-top: 25px;
  }
}
@media (max-width: 575px) {
  .buttons .btn + .btn {
    margin-top: 20px;
  }

  #hero .slider-item .h1, #hero .slider-item h1 {
    font-size: 35px;
  }
  #hero .slider-item .lead {
    font-size: 25px;
  }

  #hero .hero-content {
    padding: 27px 0 122px;
  }
  #hero .h1, #hero h1 {
    font-size: 35px;
  }
}
@media (min-width: 767px) {
  #hero .slider-item .content-inner {
    transform: scaleY(0);
    opacity: 0;
    transition: all 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition-delay: 1s;
  }
  #hero .slider-item.loaded .content-inner {
    transform: none !important;
    opacity: 1 !important;
  }

  #footer .society img {
    width: 25px;
  }
}
@media (min-width: 992px) {
  .navbar .society img {
    width: 25px;
  }

  .scroll-down img {
    width: 18px;
  }

  #publications .item .content {
    padding-bottom: 70px;
  }
  #publications .item .content-bottom .btn {
    position: absolute;
    right: 21px;
    bottom: 30px;
  }

  /*.publication .content .columns {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
  }*/
  .publication .content .border-top {
    margin-bottom: -28px;
  }

  #additional .item .content {
    padding-bottom: 100px;
  }
  #additional .item .content .btn {
    position: absolute;
    right: 21px;
    bottom: 30px;
  }
}
@media (min-width: 1290px) {
  .container {
    max-width: 1230px;
  }

  #content .col-left {
    max-width: 46.2%;
    flex: 0 0 46.2%;
  }
  #content .col-right {
    max-width: 53.8%;
    flex: 0 0 53.8%;
  }

  .contact-form {
    padding-left: 85px;
  }
}
@media (max-width: 1199px) and (min-width: 992px) {
  .navbar a {
    font-size: 12px;
    text-transform: uppercase;
  }
}
