/* RESET */
* {
  margin: 0;
  padding: 0;
}

ul {
  list-style: none;
}

a {
  cursor: pointer !important;
  color: inherit;
  text-decoration: none;
}

a:hover, a:focus {
  color: inherit;
  text-decoration: none;
  outline: none;
}

.nopadding {
  padding: 0;
}

/*** VARIABLES ***/
/* Colours */
/* Borders */
/* Fonts */
/* MIXINS */
@font-face {
  font-family: 'DINCondensed-Bold';
  src: url("../fonts/DINCondensed-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/DINCondensed-Bold.woff") format("woff"), url("../fonts/DINCondensed-Bold.ttf") format("truetype"), url("../fonts/DINCondensed-Bold.svg#DINCondensed-Bold") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Overpass-Light';
  src: url("../fonts/Overpass-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Overpass-Light.woff") format("woff"), url("../fonts/Overpass-Light.ttf") format("truetype"), url("../fonts/Overpass-Light.svg#Overpass-Light") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Overpass-Reg';
  src: url("../fonts/Overpass-Reg.eot?#iefix") format("embedded-opentype"), url("../fonts/Overpass-Reg.woff") format("woff"), url("../fonts/Overpass-Reg.ttf") format("truetype"), url("../fonts/Overpass-Reg.svg#Overpass-Reg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Overpass-Bold';
  src: url("../fonts/Overpass-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Overpass-Bold.woff") format("woff"), url("../fonts/Overpass-Bold.ttf") format("truetype"), url("../fonts/Overpass-Bold.svg#Overpass-Bold") format("svg");
  font-weight: normal;
  font-style: normal;
}
.contacts-icon {
  padding: 7px 30px 0px 30px;
  border-right: 2px dotted #9ad7e0;
  border-left: 2px dotted #9ad7e0;
  height: 41px;
}

#menu-social-top {
  display: inline;
  width: auto;
  height: 42px;
  top: 0;
  left: 0;
  float: right;
  position: static;
  right: 0;
  margin: 0 16px 0 28px;
  padding: 0 10px 0 28px;
  border-right: 2px dotted #9ad7e0;
  border-left: 2px dotted #9ad7e0;
}
#menu-social-top ul li {
  display: inline-block;
  line-height: 41px;
  margin: 0 25px 0 0;
  cursor: pointer;
}
#menu-social-top ul li i {
  color: #c6c6c6;
  font-size: 18px;
}
#menu-social-top ul li i:hover {
  color: #8a8c8c;
}
#menu-social-top ul .lang-bubble {
  position: absolute;
  width: 255px;
  height: 40px;
  background-image: url("../img/lang-bubble.png");
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
  right: 370px;
  top: 4px;
  color: #fff;
  line-height: 40px;
  text-transform: uppercase;
  padding-left: 20px;
  font-family: "DINCondensed-Bold";
  font-size: 20px;
}

#lang-menu {
  position: relative;
  width: 46px;
}
#lang-menu img {
  height: 22px;
  width: 22px;
}
#lang-menu::before {
  display: block;
  width: 7px;
  height: 7px;
  content: "";
  position: absolute;
  top: 15px;
  right: 0;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  transform: rotate(45deg);
}
#lang-menu:hover:before {
  opacity: 0.6;
}

#lang-sub-menu {
  border: none;
  border-radius: 3px;
  padding: 0 0 0 6px;
  background: #fff;
  display: none;
  position: absolute;
  z-index: 11;
  width: 56px;
}
#lang-sub-menu li {
  float: none;
  margin: 0;
}
#lang-sub-menu li:hover {
  opacity: 0.7;
  transition: .4s;
}
#lang-sub-menu a {
  color: inherit;
  text-decoration: none;
  font-size: 12px;
}
#lang-sub-menu li:last-of-type {
  padding: 0;
}

/* MAIN MENU */
#main-menu {
  line-height: 49px;
  float: right;
  margin: 0;
  height: 50px;
  margin-top: 8px;
}
#main-menu li a {
  font-size: 22px;
  font-family: "DINCondensed-Bold";
  text-transform: uppercase;
  padding: 5% 0;
}
#main-menu > li {
  display: inline-block;
  padding: 0 22px;
  margin-right: -4px;
}
#main-menu > li:hover {
  background: #009ab2;
  color: #fff;
}
#main-menu > li:last-of-type {
  margin: 0 20px 0 0;
}

.dada:hover .main-sub-menu {
  display: block;
  transition: 1s;
}

#main-nav .logo {
  position: absolute;
  top: 0;
  left: 40px;
  z-index: 11;
}
#main-nav .logo img {
  background: #fff;
  padding: -7px 0px 18px 20px;
  height: 201px;
}
#main-nav .logo-right {
  position: absolute;
  top: 0;
  right: 600px;
  z-index: 1;
}
#main-nav .logo-right img {
  background: #fff;
  padding: 35px 30px 14px 30px;
  height: 201px;
}

.main-sub-menu {
  text-align: right;
  display: none;
  position: absolute;
  width: 100%;
  left: 0;
  z-index: 1;
  margin-top: -2px;
  background: #009ab2;
}
.main-sub-menu center {
  float: right;
  margin: 0 100px;
}
.main-sub-menu li {
  display: inline-block;
  width: auto;
  height: 69px;
  padding: 0 25px;
  line-height: 80px;
}
.main-sub-menu li:hover a {
  color: #FFF;
  border-top: 1px dotted #FFF;
  border-bottom: 1px dotted #FFF;
}
.main-sub-menu li a {
  color: #fff;
}
.main-sub-menu li a.active-link {
  color: #fff;
  border-top: 1px dotted #FFF;
  border-bottom: 1px dotted #FFF;
}

#mobile-menu {
  display: none;
}

.active-li {
  background: #009ab2;
  color: #FFF;
}

.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform .3s linear;
  -o-transition: -o-transform .3s linear;
  transition: transform .3s linear;
  -webkit-transform: translateX(100px) !important;
  -ms-transform: translateX(100px) !important;
  -o-transform: translateX(100px) !important;
  transform: translateX(100px) !important;
}
.modal.in .modal-dialog {
  -webkit-transform: scale(1, 1) !important;
  -ms-transform: scale(1, 1) !important;
  -o-transform: scale(1, 1) !important;
  transform: scale(1, 1) !important;
}

/* MENU - BACK TO WORK NOW */
#main-menu-btwn {
  line-height: 49px;
  float: right;
  margin: 0;
  height: 50px;
}
#main-menu-btwn li a {
  font-size: 22px;
  font-family: "DINCondensed-Bold";
  text-transform: uppercase;
  padding: 5% 0;
}
#main-menu-btwn > li {
  display: inline-block;
  padding: 0 22px;
  margin-right: -4px;
}
#main-menu-btwn > li:hover {
  background: #009ab2;
  color: #fff;
}
#main-menu-btwn > li:last-of-type {
  margin: 0 20px 0 0;
}

.dada:hover .main-sub-menu-btwn {
  display: block;
  transition: 1s;
}

#main-nav-btwn .logo {
  position: absolute;
  top: 0;
  left: 40px;
  z-index: 1;
}
#main-nav-btwn .logo img {
  background: #fff;
  padding: -7px 0px 18px 20px;
  height: 180px;
}
#main-nav-btwn .logo-right {
  position: absolute;
  top: 15px;
  right: 600px;
  z-index: 1;
}
#main-nav-btwn .logo-right img {
  background: #fff;
  padding: 35px 30px 14px 30px;
  height: 165px;
}
#main-nav-btwn .logo-right-soz {
  position: absolute;
  top: 13px;
  right: 600px;
  z-index: 1;
}
#main-nav-btwn .logo-right-soz img {
  background: #fff;
  padding: 35px 30px 14px 30px;
  height: 185px;
}

.main-sub-menu-btwn {
  text-align: right;
  display: block;
  position: absolute;
  width: 100%;
  left: 0;
  z-index: 1;
  margin-top: -2px;
  background: #009ab2;
}
.main-sub-menu-btwn center {
  float: right;
  margin: 0 100px;
}
.main-sub-menu-btwn li {
  display: inline-block;
  width: auto;
  height: 69px;
  padding: 0 25px;
  line-height: 80px;
}
.main-sub-menu-btwn li:hover a {
  color: #FFF;
  border-top: 1px dotted #FFF;
  border-bottom: 1px dotted #FFF;
}
.main-sub-menu-btwn li a {
  color: #fff;
}

.lang-mobile {
  display: none;
}

.lang_option {
  margin: 0 !important;
}

@media screen and (min-width: 2000px) {
  header {
    width: 80%;
    margin: 0 auto;
  }

  #main-nav .logo {
    left: 12%;
  }
}
@media screen and (max-width: 1440px) {
  #main-nav-btwn .logo-right {
    right: 530px;
  }
}
/* HEADER */
@media screen and (min-width: 993px) {
  #myModal {
    display: none !important;
  }

  .modal-backdrop.fade.in {
    display: none;
  }
}
@media screen and (max-width: 1200px) {
  .main-sub-menu center {
    float: right;
    margin: 0 12px;
  }
  .main-sub-menu li {
    padding: 0 14px;
  }

  .logo-right {
    position: absolute;
  }
}
@media screen and (max-width: 1024px) {
  #main-nav-btwn .logo-right-soz {
    right: 420px;
  }
  #main-nav-btwn .logo-right {
    right: 350px;
  }
}
/* HEADER */
@media screen and (max-width: 992px) {
  .active-li {
    background: #009ab2;
    color: #000;
  }

  #main-menu {
    display: none;
  }
  #main-menu > li {
    padding: 0 10px;
  }
  #main-menu > li:last-of-type {
    margin: 0;
  }

  #menu-social-top {
    border-right: none;
    border-left: none;
    margin: 0;
    height: 100%;
    padding: 30px 10px 30px 28px;
  }
  #menu-social-top > ul {
    float: left;
    line-height: 60px;
    margin: 8px 20px 0 0;
  }
  #menu-social-top > ul .lang-bubble {
    display: none;
  }

  #mobile-menu {
    display: flex;
    width: auto;
    height: 63px;
    top: 0;
    left: 0;
    float: right;
    position: static;
    right: 0;
    margin: 0;
    line-height: 63px;
    border-left: 2px dotted #9ad7e0;
  }
  #mobile-menu img {
    margin: auto;
    margin-left: 38px;
  }

  #myModal {
    padding-right: 0 !important;
  }
  #myModal .col-md-4 {
    width: 100%;
  }
  #myModal .modal-cintent {
    border-radius: 0px;
    border: 0;
  }
  #myModal .modal-dialog {
    width: 400px;
    margin: 0px;
    float: right;
  }
  #myModal .modal {
    top: -1px;
    right: -1px;
  }
  #myModal .modal-body p {
    margin: 0 0 24px 50px;
  }
  #myModal .modal-body p a {
    font-size: 42px;
    color: #000;
    font-family: "DINCondensed-Bold";
    text-transform: uppercase;
  }
  #myModal .modal-header {
    border-bottom: 0;
    padding: 50px 50px 0 0;
  }
  #myModal .close {
    font-size: 40px;
    font-weight: 300;
    color: #000;
    opacity: 1;
    outline: none;
  }

  #soc-btns-mb-menu {
    padding: 0;
    margin: 0;
  }
  #soc-btns-mb-menu ul {
    margin: 0 0 80px 24px;
  }
  #soc-btns-mb-menu li {
    margin: 0 30px 0 0;
    display: inline-block;
  }
  #soc-btns-mb-menu li i {
    font-size: 32px;
    color: #c6c6c6;
  }

  #lang-menu img {
    height: 30px;
    width: 30px;
  }
  #lang-menu::before {
    right: -17%;
    width: 9px;
    height: 9px;
  }

  .logo::before {
    left: 104%;
  }

  .logo-right::before {
    left: 104%;
  }
}
@media screen and (max-width: 768px) {
  #main-nav-btwn .logo-right {
    top: 52px;
    right: 280px;
  }
  #main-nav-btwn .logo-right img {
    height: 130px;
    padding: 15px;
  }
  #main-nav-btwn .logo-right-soz {
    right: 265px;
  }
}
/* HEADER */
@media screen and (max-width: 767px) {
  #main-social-top {
    height: 100px;
    padding: 16px 10px 16px 28px;
  }
  #main-social-top > ul {
    margin: 0 26px 0 0;
  }
  #main-social-top > ul > lifirst-of-type {
    display: none;
  }
  #main-social-top > ul > li:nth-of-type(2) {
    display: none;
  }
  #main-social-top > ul > li:nth-of-type(3) {
    display: none;
  }
  #main-social-top #lang-sub-menu {
    width: 62px;
  }

  #lang-menu {
    border-left: none;
  }

  #header-sec #bg-header {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    transform: none;
  }

  .logo::before {
    font-size: 96px;
  }

  .logo-right {
    right: 80px;
  }
  .logo-right::before {
    font-size: 96px;
  }
}
/* HEADER */
@media screen and (max-width: 560px) {
  .active-li {
    background: #5f696b;
  }

  #main-nav .fa-angle-down {
    display: inline;
  }

  #menu-social-top {
    padding: 0px 0px 0 0px;
    margin: 0px -5px 0px 0;
    height: 70px;
  }
  #menu-social-top .contacts-icon {
    display: none;
  }
  #menu-social-top > ul {
    line-height: 70px;
    margin: 0 26px 0 0;
  }
  #menu-social-top > ul li a i {
    display: none;
  }
  #menu-social-top #lang-sub-menu {
    width: 64px;
  }

  #mobile-menu {
    margin: 7px 0 0 0;
    height: 55px;
    line-height: 55px;
  }
  #mobile-menu img {
    margin-left: 20px;
    width: 30px;
  }

  #main-nav .logo {
    left: 14px;
  }
  #main-nav .logo::before {
    top: 62px;
    color: #fff;
  }
  #main-nav .logo img {
    height: 120px !important;
    position: relative;
    top: 5px !important;
  }

  .logo-right {
    right: 40px;
  }
  .logo-right::before {
    top: 62px;
    color: #fff;
  }
  .logo-right img {
    height: 150px;
  }

  #myModal .modal-dialog {
    width: 230px;
  }
  #myModal .modal-header {
    padding: 20px 20px 0 0;
  }
  #myModal .close {
    font-size: 30px;
  }
  #myModal .modal-body p {
    margin: 0 0 12px 17px;
  }
  #myModal .modal-body p a {
    font-size: 30px;
  }

  #soc-btns-mb-menu ul {
    margin: 0 0 120px 0;
  }
  #soc-btns-mb-menu li {
    margin: 0 20px 0 0;
    display: inline;
  }
  #soc-btns-mb-menu li i {
    font-size: 26px;
  }

  .contacts-icon {
    padding: 6px 10px 0px 12px;
  }

  #main-nav-btwn .logo-right-soz {
    right: 235px;
    top: 61px;
  }
  #main-nav-btwn .logo-right-soz img {
    height: 130px;
    padding: 10px;
  }
  #main-nav-btwn .logo-right {
    top: 66px;
    right: 155px;
  }
  #main-nav-btwn .logo-right img {
    height: 110px;
    padding: 10px;
  }

  .lang-mobile {
    display: block;
  }
}
@media screen and (max-width: 500px) {
  #lang-menu {
    float: right;
    margin-top: 15px !important;
  }

  #menu-social-top > ul {
    margin: 0;
  }
}
@media screen and (max-width: 425px) {
  #main-nav-btwn .logo img {
    height: 180px;
    right: 30px;
  }
  #main-nav-btwn .logo-right-soz {
    top: 78px;
    right: 180px;
  }
  #main-nav-btwn .logo-right-soz img {
    height: 110px;
  }
  #main-nav-btwn li {
    padding: 0 10px;
  }
  #main-nav-btwn .logo-right {
    top: 86px;
    right: 102px;
  }
  #main-nav-btwn .logo-right img {
    height: 90px;
    padding: 10px;
  }

  #soc-btns-mb-menu {
    margin-top: 30px;
  }
  #soc-btns-mb-menu li i {
    font-size: 23px;
  }
}
@media screen and (max-width: 375px) {
  #main-nav-btwn .logo img {
    height: 150px;
    right: 30px;
    top: 22px;
  }
  #main-nav-btwn .logo-right-soz {
    top: 87px;
    right: 170px;
  }
  #main-nav-btwn .logo-right-soz img {
    height: 100px;
  }
  #main-nav-btwn .logo-right {
    top: 90px;
    right: 90px;
  }
  #main-nav-btwn .logo-right img {
    height: 84px;
    padding: 8px;
  }
}
@media screen and (max-width: 320px) {
  #main-nav-btwn .logo img {
    right: 42px;
  }
  #main-nav-btwn .logo-right-soz {
    right: 155px;
  }
  #main-nav-btwn li a {
    font-size: 20px;
  }
  #main-nav-btwn .logo-right {
    top: 93px;
    right: 76px;
  }
  #main-nav-btwn .logo-right img {
    height: 74px;
    padding: 5px;
  }
}
footer {
  padding: 90px 0 50px 0;
  /*border-top: 2px dotted #9ad7e0;*/
  background: #015865;
  margin-top: 30px;
}
footer h3 {
  font-size: 18px;
  color: #fff;
  text-align: left;
  font-family: "DINCondensed-Bold";
  line-height: normal;
  margin: 0;
  position: relative;
  text-transform: uppercase;
  padding: 0 0 20px 0;
}
footer h3::after {
  display: block;
  width: 82px;
  height: 1px;
  top: 0;
  left: 0;
  float: none;
  position: absolute;
  right: 0;
  margin: 37px 0 0 0;
  content: "";
  border-bottom: 2px dotted #9ad7e0;
}
footer ul {
  margin: 10px 0 50px 0;
}
footer ul li a {
  font-size: 12px;
  color: #fff;
  text-align: left;
  font-family: "Overpass-Light";
  line-height: 28px;
  margin: 24px 0 50px 0;
  font-weight: bold;
}
footer .col-sm-2 {
  width: 14.2%;
}
footer .col-sm-2:last-of-type {
  margin-top: -80px;
}

.menu-social-bottom {
  padding: 0;
}
.menu-social-bottom li {
  display: inline-block;
  margin: 0 21px 0 0;
  cursor: pointer;
}
.menu-social-bottom li i {
  color: #fff;
  font-size: 22px;
}
.menu-social-bottom li i:hover {
  color: #8a8c8c;
}

.dektop-footer img {
  display: block;
  width: 115px;
  height: 185px;
  margin-top: 34px;
}

.copy-r {
  font-size: 11px;
  font-family: "Overpass-Light";
  color: #fff;
  margin: -10px 0 60px 56px;
  display: block;
  /*color: #b7b8b8;*/
  padding: 0;
}

.mobile-footer {
  display: none;
}
.mobile-footer > div {
  float: left;
  width: 33%;
}
.mobile-footer > div:last-of-type {
  margin-bottom: 0;
}
.mobile-footer > div p {
  margin-bottom: 55px;
}
.mobile-footer > div p a {
  font-size: 28px;
  font-family: "DINCondensed-Bold";
  color: #fff;
  margin: 0 0 55px 0;
  text-transform: uppercase;
}
.mobile-footer .menu-social-bottom {
  padding: 0;
  margin-top: -60px;
}
.mobile-footer .menu-social-bottom li {
  margin: 40px 42px 0 0;
}
.mobile-footer .menu-social-bottom li i {
  font-size: 32px;
}
.mobile-footer .copy-r {
  font-size: 20px;
  margin: 8px 0 40px 0;
}

#footer-logo {
  display: block;
  width: auto;
  height: 260px;
}

@media screen and (min-width: 2000px) {
  footer .container-fluid {
    width: 80%;
  }
}
/* FOOTER */
@media screen and (max-width: 992px) {
  .dektop-footer {
    display: none;
  }

  .mobile-footer {
    display: block;
    margin-left: 50px;
  }
}
/* FOOTER */
@media screen and (max-width: 700px) {
  .mobile-footer {
    margin-left: 0px;
  }
  .mobile-footer .menu-social-bottom li {
    margin: 0px 26px 0 0;
  }
}
/* FOOTER */
@media screen and (max-width: 560px) {
  .mobile-footer > div {
    width: 50%;
    text-align: center;
  }
  .mobile-footer > div:last-of-type {
    width: 100%;
  }
  .mobile-footer > div p {
    margin-bottom: 20px;
  }
  .mobile-footer > div p a {
    font-size: 22px;
  }
  .mobile-footer .menu-social-bottom {
    margin-top: 0;
  }
  .mobile-footer .menu-social-bottom ul {
    text-align: center;
  }
  .mobile-footer .menu-social-bottom img {
    display: block;
    margin: 0 auto;
  }
  .mobile-footer .copy-r {
    font-size: 16px;
    color: #fff;
    text-align: center;
    font-family: "Overpass-Light";
    line-height: normal;
    margin: 0 30px 20px 0;
    padding: 0;
  }
}
/* HEADER SECTION */
body {
  overflow-x: hidden;
}

#header-sec #hd-img-wrap {
  position: relative;
  width: 100%;
  height: 500px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}
#header-sec #hd-img-wrap:after {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  display: block;
  opacity: 0.3;
}
#header-sec #hd-img-wrap h1 {
  font-size: 80px;
  color: #fff;
  text-align: left;
  font-family: "DINCondensed-Bold";
  line-height: 52px;
  margin: 280px 0 0 30px;
  position: relative;
  z-index: 1;
  display: inline-block;
  text-transform: uppercase;
}
#header-sec #hd-img-wrap h1 span {
  background: #009ab2;
  height: 55px;
  line-height: 40px;
  padding: 0 20px;
  display: inline-block;
}
#header-sec #bg-header {
  position: absolute;
  width: 100%;
  height: auto;
  top: 50%;
  bottom: 0;
  left: 50%;
  right: 0;
  transform: translate(-50%, -50%);
}

/*** SECOND SECTION ***/
#second-sec {
  padding: 60px 0 0 0;
  /* UNUSED (ERROR WHEN COMMENTED) */
}
#second-sec .col-sm-7 {
  overflow: hidden;
}
#second-sec > h2 {
  font-size: 40px;
  color: #000;
  text-align: left;
  font-family: "DINCondensed-Bold";
  line-height: normal;
  margin: 0 0 44px 0;
  text-transform: uppercase;
}
#second-sec .profile-pic {
  display: inline;
  width: 160px;
  height: 160px;
  top: 0;
  left: 0;
  float: left;
  position: relative;
  right: 0;
  margin: 0;
  overflow: hidden;
}
#second-sec .profile-pic::after {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  display: block;
  border-radius: 50%;
  z-index: 1;
  /* opacity: 0.3; 
  background: url(../img/filter_pic.png); */
}
#second-sec .profile-pic img {
  position: relative;
  display: block;
  top: 60%;
  left: 56%;
  transform: translate(-50%, -50%);
}

.what, .how {
  padding: 32px 0 29px 0;
  width: 100%;
  border-bottom: 2px dotted #c3e7ed;
  border-top: 2px dotted #c3e7ed;
}
.what p, .how p {
  font-size: 17px;
  color: #000;
  text-align: left;
  font-family: "Overpass-Light";
  line-height: 18px;
  margin: 0 0 0 20px;
  text-transform: uppercase;
  display: inline-block;
  width: 60%;
}
.what span, .how span {
  display: inline-block;
  margin: 0 0 3px 10px;
  width: 7px;
  height: 7px;
  border-bottom: 1px solid #009ab2;
  border-right: 1px solid #009ab2;
  transform: rotate(-45deg);
}
.what .box, .how .box {
  font-size: 30px;
  color: #fff;
  text-align: left;
  font-family: "DINCondensed-Bold";
  line-height: 53px;
  margin: 0;
  display: inline-block;
  width: 100px;
  height: 50px;
  top: 0;
  left: 0;
  float: left;
  position: static;
  right: 0;
  margin: 0;
  background: #009ab2;
  text-transform: uppercase;
  padding: 0 0 0 8px;
}
.what a:hover, .how a:hover {
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
}

.how {
  border-top: none;
  margin: 0 0 60px 0;
}

.subscribe > h2 {
  font-size: 30px;
  color: #000;
  text-align: left;
  font-family: "DINCondensed-Bold";
  line-height: normal;
  margin: 0 0 28px 0;
  text-transform: uppercase;
}
.subscribe > p {
  font-size: 18px;
  color: #000;
  text-align: left;
  font-family: "Overpass-Light";
  line-height: 24px;
  margin: 0 0 22px 0;
  float: left;
}
.subscribe img {
  display: block;
  width: 30px;
  height: 30px;
  top: 0;
  left: 0;
  float: left;
  position: static;
  right: 0;
  margin: 0 20px 0;
}

#email {
  font-size: 14px;
  color: #fff;
  text-align: left;
  font-family: "Overpass-Light";
  line-height: normal;
  margin: 0 0 10px 0;
  border: 1px solid #b2b4b4;
  padding: 0 0 0 8px;
}
#email #subscribe-submit {
  position: relative;
  width: 260px;
  height: 39px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  font-size: 22px;
  color: #fff;
  text-align: left;
  font-family: "DINCondensed-Bold";
  line-height: 21px;
  margin: 0;
  border: none;
  border-radius: 3px;
  padding: 0;
  background: #009ab2;
  display: block;
  text-transform: uppercase;
}
#email #subscribe-submit:hover {
  background: #018a9f;
}

/*** SECTION WITH VIDEO ***/
#video-sec {
  position: relative;
  padding: 0 0 169px 0;
  overflow: hidden;
}
#video-sec .bg {
  position: absolute;
  width: 100%;
  height: 400px;
  top: 0;
  bottom: 0;
  left: 124px;
  right: 0;
  margin: 0 0 60px 0;
  background: #f7f7f7;
}

#news {
  height: 80px;
  background: #009ab2;
  margin: 0 0 90px 0;
  border-left: 10px solid #fff;
  border-right: 10px solid #fff;
}
#news p {
  font-size: 40px;
  color: #fff;
  text-align: left;
  font-family: "DINCondensed-Bold";
  line-height: 80px;
  margin: 0;
  display: inline-block;
  text-transform: uppercase;
}
#news .container > span {
  font-size: 14px;
  color: #fff;
  text-align: left;
  font-family: "Overpass-Light";
  line-height: 80px;
  margin: 0;
  text-transform: capitalize;
  display: inline-block;
  float: right;
}
#news span > span {
  display: inline-block;
  width: 7px;
  height: 7px;
  top: 0;
  left: 0;
  float: inline;
  position: static;
  right: 0;
  margin: 0 0 3px 10px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(-45deg);
}

.subscribe-error {
  color: red;
}

.subscribe-success {
  color: #009ab2;
}

/* YOUTUBE code */
.youtube-player {
  display: inline-block;
  width: 100%;
  height: 0;
  top: 0;
  left: 0;
  float: left;
  position: relative;
  right: 0;
  margin: 0;
  padding-bottom: 392px;
  overflow: hidden;
  max-width: 62%;
  background: #000;
}
.youtube-player iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background: transparent;
}
.youtube-player img {
  position: absolute;
  width: 100%;
  height: atuo;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  margin: auto;
  max-width: 100%;
  border: none;
  cursor: pointer;
  -webkit-transition: .4s all;
  -moz-transition: .4s all;
  transition: .4s all;
}
.youtube-player img:hover {
  -webkit-filter: brightness(75%);
}
.youtube-player .play {
  position: absolute;
  width: 60px;
  height: 60px;
  top: 50%;
  bottom: 0;
  left: 50%;
  right: 0;
  margin-left: -36px;
  margin-top: -36px;
  background: url("../img/play_video.svg") no-repeat;
  cursor: pointer;
  z-index: 1;
}
.youtube-player::after {
  position: absolute;
  width: 72px;
  height: 72px;
  top: 50%;
  bottom: 0;
  left: 50%;
  right: 0;
  border: none;
  border-radius: 50%;
  padding: 5px;
  background: #009ab2;
  content: "";
  display: block;
  margin-left: -42px;
  margin-top: -42px;
}

#video-sec h2 {
  font-size: 80px;
  color: #fff;
  text-align: left;
  font-family: "DINCondensed-Bold";
  line-height: 52px;
  margin: 207px 0 0 60px;
  position: relative;
  z-index: 1;
  display: inline-block;
  text-transform: uppercase;
}
#video-sec h2 span {
  background: #009ab2;
  height: 55px;
  line-height: 40px;
  padding: 0 20px;
  display: inline-block;
}

/*** PROJECTS ***/
#projects {
  padding: 0 0 90px 0;
  background: url("../img/figure.png") no-repeat;
  background-position: -7% 20%;
}
#projects h2 {
  font-size: 22px;
  color: #c6c6c6;
  text-align: center;
  font-family: "DINCondensed-Bold";
  line-height: normal;
  margin: 0 0 60px 0;
  text-transform: uppercase;
}
#projects h3 {
  font-size: 30px;
  color: #36a9bd;
  text-align: center;
  font-family: "DINCondensed-Bold";
  line-height: normal;
  margin: 40px auto 26px;
  position: relative;
  padding: 0 0 20px 0;
  text-transform: uppercase;
  transition: .3s;
}
#projects h3:hover {
  opacity: .7;
}
#projects h3::after {
  position: absolute;
  width: 158px;
  height: auto;
  top: 0;
  bottom: 0;
  left: 50%;
  right: 0;
  content: "";
  display: block;
  transform: translateX(-50%);
  border-bottom: 2px dotted #9ad7e0;
}
#projects p {
  font-size: 18px;
  color: #000;
  text-align: center;
  font-family: "Overpass-Reg";
  line-height: 24px;
  margin: 0 auto;
  width: 78%;
}
#projects p span {
  display: inline-block;
  width: 7px;
  height: 7px;
  top: 0;
  left: 0;
  float: none;
  position: static;
  right: 0;
  margin: 0 0 3px 10px;
  border-bottom: 1px solid #21a7bc;
  border-right: 1px solid #21a7bc;
  transform: rotate(-45deg);
}

.img-cont {
  width: 224px;
  height: 224px;
  border-radius: 50%;
  overflow: hidden;
  margin: auto;
}
.img-cont img {
  display: block;
  width: auto;
  height: auto;
  top: 50%;
  left: 50%;
  float: none;
  position: relative;
  right: 0;
  margin: 0;
  transform: translate(-50%, -50%);
  transition: .3s;
}
.img-cont img:hover {
  opacity: .7;
}

.slick-slide {
  outline: none;
}

.slick-next, .slick-prev {
  position: absolute;
  width: 16px;
  height: 16px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 30px;
  z-index: 1;
  border-bottom: 3px solid #19a4ba;
  border-right: 3px solid #19a4ba;
  transform: rotate(-45deg);
}
.slick-next:before, .slick-prev:before {
  font-size: 0;
}

.slick-prev {
  z-index: 1;
  left: 30px;
  right: 0px;
  transform: rotate(130deg);
}
.slick-prev:before {
  font-size: 0;
}

.what.mobile, .how.mobile {
  display: none;
}

/* Second Section */
#news-sec {
  background: #009ab2;
  padding: 10px;
  margin-bottom: 20px;
}
#news-sec h3 {
  font-size: 30px;
  color: #fff;
  text-align: center;
  font-family: "DINCondensed-Bold";
  line-height: normal;
  margin: 0;
  text-transform: uppercase;
}
#news-sec iframe {
  background: #fff;
  font-weight: bold;
  padding: 5px;
}
#news-sec img {
  margin-bottom: 30px;
}

/* Third Section */
#third-sec {
  background-size: 100%;
  background-position: 0% 0%;
  background-repeat: no-repeat;
  background-image: url("../img/bg-second-sec.png");
}
#third-sec .third-sec-row {
  width: 100%;
}
#third-sec h2 span {
  font-size: 40px;
  font-family: "DINCondensed-Bold";
  color: #009ab2;
  margin: 0;
  text-transform: uppercase;
  background-color: #fff;
  padding: 0 15px 0 10px;
  position: relative;
  left: -10px;
}
#third-sec p {
  margin: 1em 0 1em 0;
  position: relative;
  z-index: 1;
  line-height: 24px;
  color: #fff;
}
#third-sec .col-md-5 {
  margin-top: 20px;
}

#improve h2 {
  margin-bottom: 30px;
}

/* Fourth Section */
#fourth-sec {
  padding: 50px 50px 60px 125px;
}
#fourth-sec h2 {
  margin-bottom: 30px;
}
#fourth-sec .paragraph-sm {
  font-size: 18px;
  padding-right: 40px;
}
#fourth-sec .section-right {
  padding-top: 57px;
}
#fourth-sec #video-showcase {
  margin: 0 0 10px 0;
}
#fourth-sec .border-top {
  border-top: 2px dotted #9ad7e0;
}
#fourth-sec .video-element {
  padding: 30px 0 5px 0;
  border-bottom: 2px dotted #9ad7e0;
  cursor: pointer;
  min-height: 122px;
}
#fourth-sec .video-element img {
  float: left;
  margin-top: -15px;
}
#fourth-sec .video-element p {
  font-size: 14px;
  color: #000;
  text-align: left;
  font-family: "Overpass-Light";
  line-height: 24px;
  margin: 0 0 12px 140px;
}

.nutshell-text h2 {
  margin-bottom: 1em;
}

/* FRONT PAGE */
@media screen and (min-width: 1201px) and (max-width: 1440px) {
  #second-sec {
    padding: 60px 100px 40px 100px;
  }

  .nutshell-text {
    padding-right: 150px;
  }
}
@media screen and (max-width: 1280px) {
  #fourth-sec .section-right {
    margin-left: 0px;
  }
}
@media screen and (max-width: 1315px) {
  #fourth-sec .video-element p {
    margin: -20px 0 10px 140px;
  }
}
@media screen and (max-width: 1392px) {
  #third-sec .third-sec-row {
    width: auto;
  }

  #fourth-sec {
    padding: 50px 0 60px 70px;
  }
}
@media screen and (min-width: 1441px) {
  #second-sec {
    padding: 60px 175px 40px 175px;
  }

  .nutshell-text {
    padding-right: 130px;
  }

  #fourth-sec .video-element p {
    margin: 0 0 15px 130px;
  }
}
/* FRONT PAGE */
@media screen and (max-width: 1200px) {
  #project-btns button {
    width: 285px;
  }
  #project-btns button img {
    margin: 0 14px 0 14px;
    width: 37px;
    height: 60px;
  }
  #project-btns button:last-of-type img {
    margin: 0px 12px 0 12px;
  }
  #project-btns button a {
    font-size: 16px;
  }

  .how p {
    width: 58%;
  }

  .what p {
    width: 58%;
  }

  #video-sec h2 {
    margin: 207px 0 0 29px;
  }

  #news .container > span {
    margin-right: 20px;
  }

  #projects {
    background: none;
  }

  #fourth-sec {
    padding: 50px 0 60px 30px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1200px) {
  #second-sec {
    padding: 60px 25px 40px 25px;
  }

  .nutshell-text {
    padding-right: 90px;
  }

  #fourth-sec .video-element p {
    margin: -10px 0 50px 140px;
  }
  #fourth-sec .section-right {
    padding-top: 58px;
  }
}
@media screen and (max-width: 1140px) {
  #fourth-sec .video-element p {
    margin: -10px 0 26px 140px;
  }
}
@media screen and (max-width: 1024px) {
  #third-sec {
    background-image: none;
    background-color: #009ab2;
  }

  .nutshell-text {
    padding-right: 50px;
  }

  #fourth-sec #video-showcase {
    height: 280px;
  }
  #fourth-sec .section-right {
    padding-top: 0px;
  }
  #fourth-sec .video-element {
    padding: 30px 0 1px 0;
  }
  #fourth-sec .video-element p {
    margin: -15px 0 26px 140px;
  }
}
@media screen and (max-width: 992px) {
  #header-sec #bg-header {
    display: none;
  }
  #header-sec #hd-img-wrap {
    height: 600px;
    background: url("../img/header-img-t.png") no-repeat;
    background-size: cover;
    background-position-y: -86px;
  }

  #project-btns {
    height: 356px;
    padding: 20px 30px 25px 30px;
  }
  #project-btns div {
    height: 100%;
    width: 100%;
    margin: 0 auto;
  }
  #project-btns button {
    width: 100%;
    height: 90px;
    margin: 0;
  }
  #project-btns button:nth-of-type(2) {
    margin: 20px 0;
  }
  #project-btns button a {
    font-size: 46px;
    line-height: 90px;
    color: #000;
  }
  #project-btns button a:before {
    width: 14px;
    height: 14px;
    border-bottom: 2px solid #000;
    border-right: 2px solid #000;
  }

  #hd-img-wrap h1 {
    font-size: 90px;
    margin: 279px 0 0 30px;
  }

  #improve h2 {
    font-size: 52px;
    margin-top: 0;
    margin-bottom: 36px;
  }
  #improve p {
    font-size: 32px;
    line-height: 36px;
  }
  #improve p:last-of-type::after {
    width: 102%;
    top: 10%;
    left: -8px;
  }

  .what {
    display: none;
  }
  .what .mobile {
    display: block;
    margin-top: 60px;
  }
  .what .box {
    font-size: 42px;
    line-height: 73px;
    width: 120px;
    height: 73px;
  }
  .what p {
    font-size: 30px;
    line-height: 32px;
    width: 73%;
  }
  .what span {
    width: 12px;
    height: 12px;
    border-bottom: 2px solid #009ab2;
    border-right: 2px solid #009ab2;
  }

  .how {
    display: none;
  }
  .how .mobile {
    display: block;
  }
  .how .box {
    font-size: 42px;
    line-height: 73px;
    width: 120px;
    height: 73px;
  }
  .how p {
    font-size: 30px;
    line-height: 32px;
    width: 73%;
  }
  .how span {
    width: 12px;
    height: 12px;
    border-bottom: 2px solid #009ab2;
    border-right: 2px solid #009ab2;
  }

  #pic-info h3 {
    font-size: 42px;
  }
  #pic-info p {
    font-size: 28px;
  }
  #pic-info #pic-desk {
    font-size: 26px;
    line-height: 26px;
  }

  .subscribe {
    border-top: 2px dotted #c3e7ed;
    margin: 0px 0 50px 0;
  }
  .subscribe img {
    margin: 66px 20px 0;
  }
  .subscribe > h2 {
    margin: 60px 0 28px 0;
    font-size: 42px;
    float: left;
    width: 84%;
  }
  .subscribe > p {
    font-size: 30px;
    line-height: 36px;
  }

  #email {
    font-size: 26px;
    width: 100%;
    height: 80px;
  }

  #subscribe-submit {
    font-size: 44px;
    width: 100%;
    height: 80px;
  }

  #video-sec {
    padding: 0 0 60px 0;
  }
  #video-sec .bg {
    top: 11%;
    left: 86px;
    height: 250px;
  }
  #video-sec #news {
    display: none;
  }
  #video-sec h2 {
    font-size: 52px;
    line-height: 36px;
    margin: 124px 0 0 14px;
  }
  #video-sec h2 span {
    height: 38px;
    line-height: 28px;
  }

  .youtube-player {
    padding-bottom: 250px;
    max-width: 800px;
  }

  #third-sec {
    background-image: url("../img/bg-second-sec-m-v.png");
  }

  .nutshell-text {
    padding-left: 50px;
  }

  #second-sec {
    padding: 0 0 0 0;
  }

  #fourth-sec {
    padding: 50px 15px 60px 30px;
  }
  #fourth-sec #video-showcase {
    width: 850px;
    height: 477px;
  }
  #fourth-sec p {
    margin-top: 10px;
  }
  #fourth-sec .border-top {
    border-top: none;
  }
  #fourth-sec .video-element {
    border-bottom: none;
  }
  #fourth-sec .video-element p {
    margin: -10px 0 -15px 140px;
  }
}
/* FRONT PAGE */
@media screen and (max-width: 768px) {
  #news-sec {
    position: relative;
    left: 0px;
  }

  .nutshell-text {
    padding-left: 50px;
  }

  .head-menu-item h2 {
    text-align: center;
  }

  #fourth-sec {
    padding: 50px;
  }
  #fourth-sec #video-showcase {
    height: 350px;
  }
}
/* FRONT PAGE */
@media screen and (max-width: 700px) {
  #project-btns button a {
    font-size: 40px;
  }

  .how p {
    width: 69%;
  }

  .what p {
    width: 69%;
  }

  #second-sec .profile-pic {
    width: 153px;
    height: 153px;
  }

  .youtube-player {
    padding-bottom: 280px;
    max-width: 100%;
    float: none;
  }

  #video-sec h2 {
    margin: 0;
  }
  #video-sec .bg {
    position: absolute;
    top: 38%;
    margin: 0;
    left: 7px;
  }
}
/* FRONT PAGE */
@media screen and (max-width: 560px) {
  #header-sec #hd-img-wrap {
    height: 400px;
  }
  #header-sec #hd-img-wrap h1 {
    font-size: 42px !important;
    line-height: 38px;
    margin: 148px 0 0 4px;
  }
  #header-sec #hd-img-wrap h1 span {
    height: 38px;
    line-height: 29px;
    padding: 0 12px;
  }

  #project-btns {
    height: 229px;
    padding: 14px 10px 19px 10px;
  }
  #project-btns button {
    height: auto;
  }
  #project-btns button:nth-of-type(2) {
    margin: 4px 0 10px 0;
  }
  #project-btns button a {
    font-size: 21px;
    line-height: 60px;
    height: 60px;
  }
  #project-btns button a:before {
    width: 10px;
    height: 10px;
  }
  #project-btns button:last-of-type a {
    padding: 0 13px 0 0;
  }

  #improve h2 {
    font-size: 28px;
    margin-bottom: 24px;
  }
  #improve h2 p {
    font-size: 22px;
    line-height: 24px;
  }

  .what .box {
    font-size: 24px;
    line-height: 50px;
    width: 80px;
    height: 46px;
  }
  .what p {
    font-size: 18px;
    line-height: 18px;
    width: 63%;
  }
  .what span {
    width: 9px;
    height: 9px;
    margin: 0 0 1px 10px;
  }

  .how .box {
    font-size: 24px;
    line-height: 50px;
    width: 80px;
    height: 46px;
  }
  .how p {
    font-size: 18px;
    line-height: 18px;
    width: 63%;
  }
  .how span {
    width: 9px;
    height: 9px;
    margin: 0 0 1px 10px;
  }

  #second-sec .profile-pic {
    margin: 0 auto;
    float: none;
    position: relative;
    top: -45px;
  }

  #pic-info {
    width: 100%;
    float: none;
    padding: 0;
  }
  #pic-info h3 {
    font-size: 28px;
    text-align: center;
  }
  #pic-info p {
    font-size: 18px;
    text-align: center;
  }
  #pic-info #pic-desk {
    font-size: 20px;
    line-height: 22px;
  }
  #pic-info #pic-desk::after {
    font-size: 60px;
    margin-top: 12px;
  }
  #pic-info::before {
    font-size: 60px;
    top: -60px;
    right: 0px;
  }

  .subscribe img {
    margin: 30px 20px 0;
  }
  .subscribe > h2 {
    margin: 28px 0 28px 0;
    font-size: 28px;
    float: left;
    width: 70%;
  }
  .subscribe > p {
    font-size: 22px;
    line-height: 22px;
  }

  #email {
    font-size: 18px;
  }
  #email #subscribe-submit {
    width: 100%;
    height: 60px;
    font-size: 34px;
  }

  .youtube-player {
    padding-bottom: 200px;
    margin-bottom: 5%;
  }

  #video-sec h2 {
    font-size: 50px;
    line-height: 48px;
  }
  #video-sec h2 span {
    height: 36px;
    line-height: 28px;
  }

  #projects {
    padding-top: 60px;
  }
  #projects h3 {
    width: 80%;
  }

  #pic-info #pic-desk::after {
    margin-left: 0px;
  }

  .second-sec {
    position: relative;
    top: -50px;
  }

  #fourth-sec {
    padding: 20px;
  }
  #fourth-sec #video-showcase {
    height: 300px;
  }
}
@media screen and (max-width: 500px) {
  #fourth-sec #video-showcase {
    height: 250px;
  }
}
@media screen and (max-width: 425px) {
  #fourth-sec #video-showcase {
    height: 220px;
  }
}
@media screen and (max-width: 320px) {
  #fourth-sex #video-showcase {
    height: 150px;
  }
}
.content-what-we-are {
  margin-top: 70px;
  text-align: left;
}

.breadcrumps {
  margin-top: 150px;
}
.breadcrumps span {
  font-size: 12px;
  color: #c6c6c6;
  text-align: left;
  font-family: "Overpass-Reg";
  line-height: normal;
  margin: 0;
  text-transform: uppercase;
  display: inline-block;
}
.breadcrumps span:nth-of-type(2) {
  padding: 0 10px;
}
.breadcrumps spanhover:nth-of-type(1) {
  color: #989a9a;
}
.breadcrumps spanhover:nth-of-type(3) {
  color: #989a9a;
}

#what-we-are h1 {
  font-size: 32px;
  color: #c6c6c6;
  text-align: right;
  font-family: "DINCondensed-Bold";
  line-height: normal;
  margin: 0;
  text-transform: uppercase;
  display: inline-block;
  padding: 0 28px 0 0;
  float: left;
}
#what-we-are .gala-header h2 {
  font-family: "DINCondensed-Bold";
  font-size: 45px;
  line-height: 45px;
  margin-bottom: 0;
}
#what-we-are .gala-header h2 .grey {
  color: #8e8e8e;
}
#what-we-are .gala-header h2 .blue {
  color: #009ab2;
}
#what-we-are .gala-header p {
  font-family: "DINCondensed-Bold";
  font-size: 30px;
  text-transform: uppercase;
}
#what-we-are #desc {
  border-left: 2px dotted #c3e7ed;
  padding: 0 0 0 28px;
  width: 60%;
  display: inline-block;
}
#what-we-are #desc h2 {
  font-size: 60px;
  color: #000;
  text-align: left;
  font-family: "Overpass-Bold";
  line-height: 54px;
  margin: 20px 0 10px 0;
}
#what-we-are #desc p {
  font-size: 20px;
  color: #000;
  text-align: left;
  font-family: "Overpass-Light";
  line-height: 24px;
  margin: 0 0 12px 0;
}
#what-we-are .col-md-8 {
  margin: 0 0 80px 0;
}
#what-we-are #posts {
  position: relative;
  border-top: 2px dotted #c3e7ed;
  border-bottom: 2px dotted #c3e7ed;
  margin: 40px 0 0 0;
  padding: 40px 0 60px 0;
  width: 100%;
}
#what-we-are .btwn-text {
  margin: 45px 0 0 0 !important;
}

.post-img {
  display: inline-block;
  width: 260px;
  height: 260px;
  top: 0;
  left: 0;
  float: left;
  position: relative;
  right: 0;
  margin: 0 30px 50px 0;
  overflow: hidden;
}
.post-img::before {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  z-index: 1;
  /* opacity: .3;
  background: url(../images/filter_pic.png); */
}
.post-img img {
  position: absolute;
  width: auto;
  height: auto;
  top: 50%;
  bottom: 0;
  left: 50%;
  right: 0;
  transform: translate(-50%, -50%);
}

#copy {
  font-size: medium;
  font-family: "Overpass-Light";
  color: #bdbfbf;
  margin: 11px 0 35px 0;
  position: absolute;
  width: auto;
  height: auto;
  top: 19%;
  bottom: 0;
  left: 0;
  right: 0;
  transform: translateY(-50%);
}

#posts .text {
  font-size: 18px;
  color: #000;
  text-align: left;
  font-family: "Overpass-Light";
  line-height: 24px;
  margin: 0 0 0 100px;
  width: 73%;
}
#posts .bottom-img {
  margin-top: 50px;
}

.btwn-text .text {
  margin: 0 0 0 30px !important;
}

#post-img-2 {
  width: 100%;
  margin: 0 0 60px 0;
  overflow: hidden;
  position: relative;
}
#post-img-2 img {
  width: 100%;
  display: block;
}
#post-img-2::before {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  z-index: 1;
  /* opacity: .3;
  background: url(../images/filter_pic.png); */
}

#post-text-2 p {
  font-size: 18px;
  color: #000;
  text-align: left;
  font-family: "Overpass-Light";
  line-height: 24px;
  margin: 0;
  width: 90%;
  float: right;
}
#post-text-2 p:nth-of-type(2) {
  width: 60%;
  float: right;
}
#post-text-2 h3 {
  font-size: 30px;
  color: #282b34;
  text-align: left;
  font-family: "DINCondensed-Bold";
  line-height: 33px;
  margin: 56px 44px 66px 0;
  text-transform: uppercase;
  display: inline-block;
  width: 34%;
}

.previous, .next {
  float: left;
  text-align: left;
  width: 32%;
  display: inline-block;
}

.next {
  float: right;
  text-align: right;
}

.posts-pagination {
  border-bottom: 2px dotted #c3e7ed;
  padding: 22px 0 20px 0;
}

#prev-btn, #next-btn {
  font-size: 18px;
  font-family: "DINCondensed-Bold";
  color: #009ab2;
  margin: 0;
  text-transform: uppercase;
  transition: .3s;
}
#prev-btn:hover, #next-btn:hover {
  opacity: .7;
}
#prev-btn a > span, #next-btn a > span {
  display: inline-block;
  width: 7px;
  height: 7px;
  top: 0;
  left: 0;
  float: none;
  position: static;
  right: 0;
  margin: 0 10px 3px 0;
  border-bottom: 1px solid #21a7bc;
  border-right: 1px solid #21a7bc;
  transform: rotate(133deg);
}

#next-btn a > span {
  margin: 0 0 3px 10px;
  transform: rotate(-45deg);
}

.post-title {
  font-size: 22px;
  font-family: "DINCondensed-Bold";
  color: #282b34;
  margin: 0;
  text-transform: uppercase;
  transition: .3s;
}
.post-title:hover {
  opacity: .7;
}

.date-post {
  font-size: 14px;
  font-family: inherit;
  color: #c8caca;
  margin: 0 0 30px 0;
  display: inline-block;
}

.post-desc-pagin {
  font-size: 16px;
  font-family: "Overpass-Light";
  color: #000;
  margin: 0;
}

.gala-page .gala-header-img {
  margin-bottom: 50px;
}
.gala-page #what-we-are .content-what-we-are .row {
  margin-top: 160px;
}
.gala-page #what-we-are .logos-top {
  padding-bottom: 70px;
}
.gala-page #what-we-are #posts {
  padding: 30px 0 0 0;
  margin: 20px 0 0 0;
  border-bottom: none;
}
.gala-page #what-we-are #posts .text {
  margin: 0;
}
.gala-page #what-we-are #posts .ticket-btn {
  text-transform: uppercase;
  margin: 30px 0 20px 0;
  text-transform: uppercase;
}
.gala-page .sidebar-contact-info-de {
  margin: 333px 0 0 0;
}

.hearts-minds #what-we-are .col-md-8 {
  margin-bottom: 50px;
}
.hearts-minds #what-we-are .row {
  margin-top: 200px;
}
.hearts-minds #what-we-are .header-img {
  width: 40%;
  float: left;
}
.hearts-minds #what-we-are #desc {
  border-left: none;
}
.hearts-minds #what-we-are #desc h2 {
  font-size: 30px;
  line-height: 30px;
}
.hearts-minds #what-we-are #desc p {
  font-family: "Overpass-Bold";
  color: #20578d;
  font-size: 23px;
}
.hearts-minds #what-we-are #desc::after {
  content: "";
  clear: both;
  display: table;
}
.hearts-minds #what-we-are #posts {
  border-top: none;
  border-bottom: none;
}
.hearts-minds #what-we-are #posts .text li {
  margin-top: 10px;
}
.hearts-minds #what-we-are #posts .text li::before {
  content: '';
  display: inline-block;
  width: 13px;
  height: 13px;
  background-color: #1b5587;
  border-radius: 50%;
  margin-right: 10px;
}
.hearts-minds #what-we-are #posts .bold {
  font-family: "Overpass-Bold";
}
.hearts-minds #what-we-are #posts .ticket-btn {
  text-transform: uppercase;
  margin: 30px 0 20px 30px;
}
.hearts-minds #what-we-are #posts .logos {
  margin-top: 30px;
}
.hearts-minds .sidebar-contact-info-de {
  margin: 259px 0 0 0;
}
.hearts-minds .sidebar-contact-info-de a {
  color: #1b5587;
  transition: all 0.2s ease-in-out;
}
.hearts-minds .sidebar-contact-info-de a:hover {
  color: #009ab2;
}

/* WHAT ARE WE LOOKING FOR */
@media screen and (max-width: 1200px) {
  #post-text-2 h3 {
    width: 30%;
  }

  #posts .text {
    margin-bottom: 5px;
  }
}
/* WHAT ARE WE LOOKING FOR */
@media screen and (max-width: 992px) {
  .breadcrumps {
    display: none;
  }

  #what-we-are h1 {
    font-size: 50px;
    text-align: left;
    width: 100%;
    font-family: "DINCondensed-Bold";
    display: block;
    padding: 0 28px 0 0;
    float: none;
  }
  #what-we-are h1 br {
    display: none;
  }
  #what-we-are #desc {
    border-left: none;
    width: 100%;
    display: block;
    padding: 0;
  }
  #what-we-are #desc h2 {
    font-size: 72px;
    line-height: 66px;
  }
  #what-we-are #desc p {
    font-size: 32px;
    line-height: 36px;
    width: 90%;
  }
  #what-we-are #posts {
    margin: 129px 0 0 0;
  }
  #what-we-are #posts .text {
    font-size: 22px;
    line-height: 30px;
    width: 87%;
    margin: 0 0 0 30px;
  }

  #post-text-2 h3 {
    text-align: left;
    font-size: 42px;
    width: 40%;
  }
  #post-text-2 p {
    font-size: 24px;
    line-height: 28px;
  }
  #post-text-2 p:nth-of-type(2) {
    width: 50%;
  }

  #copy {
    top: 15%;
    font-size: 22px;
  }

  .previous, .next {
    width: 40%;
  }

  .next {
    width: 40%;
  }

  #prev-btn, #next-btn {
    font-size: 30px;
  }
  #prev-btn a > span, #next-btn a > span {
    width: 12px;
    height: 12px;
    border-bottom: 2px solid #21a7bc;
    border-right: 2px solid #21a7bc;
  }

  #next-btn {
    font-size: 30px;
  }
  #next-btn a > span {
    width: 12px;
    height: 12px;
    border-bottom: 2px solid #21a7bc;
    border-right: 2px solid #21a7bc;
  }

  .post-title {
    font-size: 34px;
    line-height: 34px;
  }

  .date-post {
    font-size: 26px;
  }

  .post-desc-pagin {
    font-size: 22px;
    line-height: 24px;
  }

  #news {
    height: auto;
    padding: 40px 0;
  }
  #news p {
    font-size: 52px;
    line-height: 52px;
    display: block;
  }
  #news .container > span {
    font-size: 26px;
    line-height: 0;
    float: none;
    margin: 20px 0 0 0;
  }
  #news span > span {
    width: 12px;
    height: 12px;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
  }

  .posts-pagination {
    border-bottom: none;
  }

  .gala-page #what-we-are .content-what-we-are .row {
    margin-top: 135px;
  }
  .gala-page #what-we-are .logos-top {
    padding-bottom: 30px;
  }
  .gala-page #what-we-are .gala-header h2 {
    font-size: 40px;
  }
  .gala-page #what-we-are .gala-header p {
    font-size: 28px;
  }
  .gala-page #what-we-are #posts {
    padding: 20px 0 0 0;
    margin: 30px 0 0 0;
  }
  .gala-page #what-we-are #posts .gala-img {
    margin: 0;
  }
  .gala-page #what-we-are #posts .text {
    margin: 0;
  }
  .gala-page .sidebar-contact-info-de {
    margin: 50px 0 0 0;
  }

  .hearts-minds #what-we-are .row {
    margin-top: 150px;
  }
  .hearts-minds .sidebar-contact-info-de {
    margin: 50px 0;
  }
}
/* WHAT ARE WE LOOKING FOR */
@media screen and (max-width: 767px) {
  .container-fluid .what-we-page::after {
    position: absolute;
    width: 100%;
    height: 56px;
    top: 110px;
    bottom: 0;
    left: 0;
    right: 0;
    content: "";
    display: block;
    background: #009ab2;
    z-index: 1;
  }

  #copy {
    top: 296px;
  }

  #what-we-are h1 {
    font-size: 40px;
    margin-top: 40px;
  }
  #what-we-are #desc h2 {
    font-size: 56px;
    line-height: 44px;
    width: 80%;
    margin-bottom: 30px;
  }
  #what-we-are #desc p {
    font-size: 24px;
    line-height: 25px;
    width: 79%;
  }

  #posts .text {
    font-size: 24px;
    line-height: 25px;
    width: 80%;
    text-align: left;
  }

  #post-text-2 p {
    font-size: 26px;
    line-height: 28px;
  }
  #post-text-2 h3 {
    font-size: 40px;
    line-height: 40px;
    width: 42%;
    margin: 56px 10px 66px 0;
  }

  #prev-btn, #next-btn {
    font-size: 18px;
  }

  #next-btn {
    font-size: 18px;
  }

  .post-title {
    font-size: 22px;
    line-height: 22px;
  }

  .date-post {
    font-size: 14px;
  }

  .post-desc-pagin {
    font-size: 16px;
  }

  #news {
    padding: 26px 10px;
  }
  #news p {
    font-size: 36px;
    line-height: 32px;
  }
  #news .container > span {
    font-size: 20px;
  }
  #news span > span {
    width: 8px;
    height: 8px;
  }
}
/* WHAT ARE WE LOOKING FOR */
@media screen and (max-width: 560px) {
  .container-fluid .what-we-page::after {
    height: 40px;
  }

  #what-we-are h1 {
    font-size: 30px;
  }
  #what-we-are #desc h2 {
    font-size: 39px;
    line-height: 33px;
    margin-bottom: 25px;
  }
  #what-we-are #desc p {
    font-size: 18px;
    line-height: 19px;
  }
  #what-we-are #posts {
    margin: 38px 0 0 0;
  }
  #what-we-are #posts .text {
    font-size: 18px;
    line-height: 22px;
    width: 100%;
    text-align: left;
    margin: 40px 0 0 0;
    margin-top: 0px;
  }
  #what-we-are .col-md-8 {
    margin: 0px 0 30px 0;
  }

  .post-img {
    margin: 22px 0 0 0;
    float: none;
    width: 100%;
  }

  #post-text-2 p {
    font-size: 18px;
    line-height: 22px;
    float: none;
    width: 100%;
  }
  #post-text-2 p:nth-of-type(2) {
    width: 100%;
    float: none;
  }
  #post-text-2 h3 {
    font-size: 42px;
    width: 81%;
    margin: 56px 0px 66px 0;
  }

  #prev-btn, #next-btn {
    font-size: 20px;
    height: 60px;
    display: block;
  }
  #prev-btn a > span, #next-btn a > span {
    width: 8px;
    height: 8px;
  }

  #next-btn {
    font-size: 20px;
    height: 60px;
    display: block;
  }
  #next-btn a > span {
    width: 8px;
    height: 8px;
  }

  .post-title {
    font-size: 24px;
    line-height: 20px;
  }

  .post-desc-pagin {
    font-size: 16px;
    line-height: 20px;
  }

  .date-post {
    font-size: 15px;
    margin: 0 0 30px 0;
  }

  .posts-pagination .previous, .posts-pagination .next {
    width: 49%;
  }
  .posts-pagination .next {
    width: 49%;
  }

  #news p {
    font-size: 28px;
    line-height: 24px;
  }
  #news .container > span {
    font-size: 15px;
  }

  #copy {
    top: 315px;
    font-size: 16px;
  }

  .btwn-text .text {
    margin: 0 !important;
  }

  .gala-page #what-we-are .content-what-we-are .row {
    margin-top: 70px;
  }
  .gala-page #what-we-are .gala-header h2 {
    font-size: 35px;
    line-height: 37px;
  }
  .gala-page #what-we-are .gala-header p {
    font-size: 25px;
  }

  .hearts-minds #what-we-are .row {
    margin-top: 100px;
  }
  .hearts-minds #what-we-are .header-img {
    width: 70%;
    float: none;
    display: block;
    margin: 0 auto;
  }
  .hearts-minds #what-we-are #posts .ticket-btn {
    margin: 30px 0 20px 0;
  }
}
.process-olist {
  padding-left: 5%;
}
.process-olist li {
  padding-bottom: 5%;
}
.process-olist:last-child li {
  padding-bottom: 0;
}

.process-ulist {
  padding-left: 5%;
  font-size: 18px;
  color: #000;
  text-align: left;
  font-family: "Overpass-Light";
  line-height: 24px;
  width: 73%;
}
.process-ulist li {
  list-style: initial;
  padding-bottom: 5px;
}

.summary-ulist {
  width: 80%;
  margin-left: 20%;
}
.summary-ulist li {
  list-style: initial;
}

.project-text ul li {
  list-style: initial;
}

#posts h2 {
  font-family: "DINCondensed-Bold";
  font-size: 30px;
  color: #000;
  text-transform: uppercase;
  margin: 20px 0 0 0;
}
#posts .col-lg-6 {
  width: 47%;
  background: #f7f7f7;
  padding: 30px 30px 20px 30px;
  margin: 0 20px 20px 0;
}
#posts .col-lg-6 div {
  height: 160px;
}
#posts .col-lg-6 .title {
  font-family: "Overpass-Bold";
  font-size: 20px;
  line-height: 26px;
  color: #000;
  margin-bottom: 2px;
}
#posts .col-lg-6 .date {
  font-family: "Overpass-Light";
  font-size: 16px;
  color: #b2b4b4;
  margin-bottom: 30px;
}
#posts .col-lg-6 .download {
  font-family: "DINCondensed-Bold";
  font-size: 20px;
  text-transform: uppercase;
  color: #009ab2;
}
#posts .col-lg-6 .download img {
  margin: -10px 0 0 10px;
}

.content-what-we-are #posts h2 {
  widows: 73%;
  margin: 20px 0 20px 100px;
}

#what-we-are.press-releases #posts {
  border-bottom: none;
  padding: 40px 0 0 0;
}

.page-links {
  color: #009ab2;
}

.criteria-desc {
  width: 100% !important;
  border-left: 0px !important;
  padding-left: 0px !important;
}

.long {
  height: 550px !important;
}

.content-criteria .row .col-md-8 h1 {
  font-size: 30px !important;
}

.center {
  text-align: center;
}

.categories .col-sm-5 {
  border-top: 2px dotted #c3e7ed;
  padding-top: 5%;
}
.categories .row:first-child .col-sm-5 {
  border-top: 0px;
}

.criteria-desc h2 {
  text-transform: uppercase !important;
  font-size: 30px !important;
}

/*summary*/
.post-img-summary {
  width: 160px;
  height: 160px;
}

.summary-header {
  margin-bottom: 40px !important;
}

.summary-header-bottom {
  margin-top: 40px !important;
}

/*blog*/
.blog-sidebar {
  margin-top: 2.5% !important;
}

.person-quote {
  margin-bottom: 80px;
}

.check label {
  font-size: 21px;
  padding-left: 45px;
  font-weight: normal;
}

#showcase-img {
  margin: 0 0 30px 100px;
}
#showcase-img img {
  width: 80%;
}

/* OTHER */
@media screen and (max-width: 1600px) {
  #header-sec #bg-header {
    width: 160%;
  }
}
/* OTHER */
@media screen and (max-width: 1200px) {
  #posts .col-lg-6 {
    width: 45%;
  }
  #posts .col-lg-6 div {
    height: 150px;
  }
  #posts .col-lg-6 .title {
    font-size: 18px;
    line-height: 22px;
  }
}
@media screen and (min-width: 549px) and (max-width: 1024px) {
  #titles .page-links {
    font-size: 9px;
  }
}
/* OTHER */
@media screen and (max-width: 767px) {
  #posts h2 {
    display: block;
    text-align: center;
    margin: 20px 0px 10px 40px;
    font-weight: 700;
  }

  .criteria-desc h2 {
    margin-left: 0px;
  }
}
@media screen and (min-width: 550px) and (max-width: 768px) {
  .long {
    height: 600px !important;
  }
}
@media screen and (min-width: 767px) {
  .criteria-rows .row {
    margin-left: 5%;
  }

  #posts h2 {
    text-align: left;
  }
}
@media screen and (max-width: 992px) {
  #posts .row {
    margin: 0;
  }
  #posts .col-lg-6 {
    width: 100%;
    margin: 0 0 20px 0;
  }
  #posts .col-lg-6 div {
    height: auto;
  }
  #posts h2 {
    margin: 30px !important;
  }

  #showcase-img {
    margin: 0 0 30px 30px;
  }
}
/* OTHER */
@media screen and (max-width: 549px) {
  .long {
    height: 500px !important;
    margin-bottom: 20px !important;
  }

  #titles {
    text-align: center;
  }

  #posts h2 {
    text-align: left;
    margin-left: 21px !important;
    font-size: 25px;
  }

  #showcase-img {
    margin: 0 0 15px 0;
  }
}
@media screen and (max-width: 425px) {
  #posts .col-lg-6 {
    padding: 20px 20px 10px 20px;
  }
}
@media screen and (max-width: 320px) {
  #posts .col-lg-6 .title {
    font-size: 17px;
    line-height: 20px;
    margin-bottom: 5px;
  }
  #posts .col-lg-6 .date {
    font-size: 15px;
    margin-bottom: 25px;
  }
}
.content-categories {
  margin-top: 70px;
  text-align: center;
}

.breadcrumps {
  margin-top: 150px;
}
.breadcrumps span {
  font-size: 12px;
  color: #c6c6c6;
  text-align: left;
  font-family: "Overpass-Reg";
  line-height: normal;
  margin: 0;
  text-transform: uppercase;
  display: inline-block;
}
.breadcrumps span:hover:nth-of-type(1) {
  color: #989a9a;
}
.breadcrumps span:hover:nth-of-type(1) {
  color: #989a9a;
}

#categories h1 {
  font-size: 31px;
  color: #c6c6c6;
  text-align: right;
  font-family: "DINCondensed-Bold";
  line-height: normal;
  margin: 20px 0 10px 0;
  text-transform: uppercase;
  display: inline-block;
  padding: 0 28px 0 0;
  float: left;
}
#categories #desc {
  border-left: 2px dotted #c3e7ed;
  padding: 0 0 0 28px;
  width: 60%;
  display: inline-block;
}
#categories #desc h2 {
  font-size: 60px;
  color: #000;
  text-align: left;
  font-family: "Overpass-Bold";
  line-height: 54px;
  margin: 20px 0 10px 0;
  text-transform: capitalize;
}
#categories #desc p {
  font-size: 20px;
  color: #000;
  text-align: left;
  font-family: "Overpass-Light";
  line-height: 24px;
  margin: 0 0 12px 0;
}

.pdf {
  margin: 38px 0 42px 0;
  position: relative;
}
.pdf p {
  font-size: 18px;
  color: #000;
  text-align: left;
  font-family: "Overpass-Reg";
  line-height: 24px;
  margin: 0 0 10px 0;
  display: inline;
}
.pdf p a {
  font-size: 16px;
  font-family: "Overpass-Light";
  color: #009ab2;
  margin: 0;
  transition: .3s;
}
.pdf p a:hover {
  opacity: .7;
}
.pdf p::after {
  font-size: medium;
  font-family: "FontAwesome";
  color: #009ab2;
  margin: 0 0 0 35px;
  content: '\f105';
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  transition: .3s;
}
.pdf p:hover::after {
  opacity: .7;
}
.pdf::after {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 19%;
  bottom: 0;
  left: -2%;
  right: 0;
  content: "";
  display: block;
  z-index: -1;
  background: #f7f7f7;
}
.pdf div {
  display: flex;
  width: 53px;
  height: 53px;
  top: 0;
  left: 0;
  float: left;
  position: static;
  right: 0;
  margin: 0 30px 0 0;
  background: #009ab2;
}
.pdf div img {
  margin: auto;
}

.categories {
  margin: 42px 0 0 0;
  border-top: 2px dotted #c3e7ed;
  padding: 40px 0 0 0;
}
.categories .col-sm-5 {
  margin: 0 0 71px 0;
  position: relative;
}
.categories .col-sm-5::before {
  position: absolute;
  width: 100%;
  height: 2px;
  top: -12%;
  bottom: 0;
  left: 50%;
  right: 0;
  content: "";
  display: block;
  transform: translate(-50%, -50%);
}
.categories .row:first-of-type .col-sm-5:nth-of-type(2)::before {
  display: none;
}
.categories .row:first-of-type .col-sm-5:first-of-type::before {
  display: none;
}
.categories h2 {
  font-size: 30px;
  font-family: "DINCondensed-Bold";
  color: #000;
  margin: 20px 0 29px 0;
  text-transform: uppercase;
  text-align: left;
}

.cat-number {
  display: inline-block;
  width: auto;
  height: auto;
  top: 0;
  left: 0;
  float: left;
  position: relative;
  right: 0;
  margin: 0;
  font-size: 60px !important;
  font-family: "DINCondensed-Bold" !important;
  color: #009ab2;
  margin: 0 16px 0 0;
}
.cat-number::after {
  display: block;
  width: 120px;
  height: 120px;
  top: 47%;
  left: 16%;
  float: none;
  position: absolute;
  right: 0;
  margin: 0;
  content: "";
  z-index: -1;
  transform: translate(-50%, -50%);
  background: #f7f7f7;
  border-radius: 50%;
}

.cat-tags, .category-desk {
  font-size: 18px;
  color: #8c8c8c;
  text-align: left;
  font-family: "Overpass-Light";
  line-height: 24px;
  margin: 0 0 37px 0;
  float: right;
  width: 87%;
}

.category-desk {
  color: #000;
  margin: 0;
}

/* THE CATEGORIES */
@media screen and (max-width: 992px) {
  .breadcrumps {
    display: none;
  }

  #categories h1 {
    font-size: 50px;
    font-family: "DINCondensed-Bold";
    color: #c6c6c6;
    margin: 90px 0 10px 0;
    display: block;
    width: 100%;
    height: auto;
    text-align: left;
    padding: 0 28px 0 0;
    float: none;
  }
  #categories h1 br {
    display: none;
  }
  #categories #desc {
    display: block;
    width: 100%;
    height: auto;
    border-left: none;
    padding: 0;
  }
  #categories #desc h2 {
    font-size: 72px;
    line-height: 66px;
  }
  #categories #desc p {
    font-size: 32px;
    line-height: 36px;
    width: 90%;
  }

  .pdf p {
    display: block;
    width: 90%;
    height: auto;
    font-size: 26px;
  }
  .pdf p a {
    font-size: 22px;
  }
  .pdf p::after {
    font-size: 24px;
  }
  .pdf div {
    margin: 0 30px 30px 0;
  }
  .pdf::after {
    width: 90%;
    left: -1%;
  }
  .pdf > p br {
    display: block;
  }
}
/* THE CATEGORIES */
@media screen and (max-width: 767px) {
  .container-fluid.cat-page::after {
    position: absolute;
    width: 100%;
    height: 56px;
    top: 110px;
    bottom: 0;
    left: 0;
    right: 0;
    content: "";
    display: block;
    background: #009ab2;
    z-index: 1;
  }

  #categories h1 {
    font-size: 40px;
    margin-top: 40px;
  }
  #categories #desc h2 {
    font-size: 56px;
    line-height: 44px;
    width: 80%;
    margin-bottom: 30px;
  }
  #categories #desc p {
    @inlcude text-resize(24px, 25px);
    width: 79%;
  }

  .pdf p {
    font-size: 22px;
    line-height: 24px;
    @inlcude display(block, 90%, auto);
  }
  .pdf p a {
    font-size: 18px;
  }
  .pdf .div {
    margin: 0 30px 50px 0;
  }

  .categories h2 {
    font-size: 42px;
    line-height: 96px;
    display: inline;
    width: 90%;
    height: 60px;
    margin: 0 0 0 61px;
  }
  .categories .row .pull-right {
    float: none !important;
  }
  .categories .col-sm-5 {
    margin: 0 auto;
    width: 90%;
    margin-bottom: 90px;
  }
  .categories .col-sm-5::before {
    display: none;
  }

  .cat-tags, .category-desk {
    font-size: 26px;
    line-height: 30px;
    margin: 34px 0 40px 0;
  }

  .category-desk {
    font-size: 26px;
    line-height: 30px;
  }

  .cat-number {
    margin: 0;
    padding: 0 0 0 30px;
  }
  .cat-number::after {
    left: 60%;
  }
}
/* THE CATEROGIES */
@media screen and (max-width: 560px) {
  .container-fluid .cat-page::after {
    height: 40px;
  }

  #categories h1 {
    font-size: 30px;
  }
  #categories #desc h2 {
    font-size: 39px;
    line-height: 33px;
    margin-bottom: 25px;
  }
  #categories #desc p {
    font-size: 18px;
    line-height: 19px;
  }

  .pdf p {
    font-size: 16px;
    line-height: 17px;
    width: 100%;
  }
  .pdf p::after {
    font-size: 20px;
    margin: 0px 0px 0px 13px;
  }
  .pdf p a {
    font-size: 15px;
  }
  .pdf::after {
    width: 100%;
    top: 8%;
  }
  .pdf div {
    width: 40px;
    height: 40px;
    margin: 0 14px 70px 0;
  }

  .category-desk {
    font-size: 18px;
    line-height: 20px;
  }

  .cat-tags, .category-desk {
    font-size: 18px;
    line-height: 20px;
    margin: 20px 0 20px 0;
  }

  .categories .col-sm-5 {
    width: 74%;
    margin-bottom: 46px;
    padding: 0;
  }
  .categories h2 {
    font-size: 36px;
    line-height: 90px;
    margin: 0;
    margin-bottom: 15%;
  }

  .cat-number {
    font-size: 50px;
    padding: 30px 0 0 30px;
  }
  .cat-number::after {
    width: 100px;
    height: 100px;
    top: 60%;
  }
}
.content-theaward {
  text-align: center;
}

.award-info .award-content-box {
  width: 80%;
  position: relative;
  display: inline-block;
  float: left;
  background: #fff;
  margin: -75px 0 0 0;
  padding: 5px 25px 60px 0;
}
.award-info .award-content-box h3 {
  font-size: 40px;
  font-family: "DINCondensed-Bold";
  color: #000;
  margin: 15px 0;
  text-align: left;
  text-transform: uppercase;
}
.award-info .award-content-box p {
  font-size: 18px;
  font-family: "Overpass-Light";
  color: #000;
  margin: 0;
  text-align: left;
  line-height: 24px;
}
.award-info .award-content-box.content-left {
  float: right;
  padding-left: 25px;
  padding-right: 0;
}

.read-more {
  display: block;
  font-size: 20px;
  font-family: "DINCondensed-Bold";
  color: #009ab2;
  margin: 15px 0 0 0;
  text-transform: uppercase;
  transition: .3s;
}
.read-more:hover {
  opacity: .7;
  color: #009ab2 !important;
}
.read-more::after {
  content: '\f105';
  font-size: 20px;
  font-family: "FontAwesome";
  color: #009ab2 !important;
  margin: 0 0 0 10px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
}

.input_email_blue {
  color: #009ab2 !important;
}

#the-award {
  padding: 150px 0 0 0;
}
#the-award .sidebar ul {
  border-top: none;
}

.news-sec {
  position: relative;
  padding: 0 0 0px 0 !important;
  overflow: hidden;
}

.news {
  margin: 0 0 0px 0 !important;
}

.subpage-hero {
  position: relative;
  padding-top: 100px;
}
.subpage-hero .hero-img {
  width: 45%;
  position: absolute;
  top: 0;
}
.subpage-hero h1 {
  position: absolute;
  top: 0;
  right: 25%;
  font-family: "DINCondensed-Bold";
  font-size: 80px;
  color: #f0f0f0;
  text-transform: uppercase;
}
.subpage-hero .hero-bg {
  position: absolute;
  top: 105px;
  right: 0;
  height: 435px;
  width: 1280px;
  background: #f7f7f7;
  z-index: -10;
}

#the-award.media-subpage .subpage-hero h1 {
  right: 35%;
}
#the-award.media-subpage .subpage-hero .hero-bg {
  height: 410px;
}

@media screen and (min-width: 2000px) {
  .subpage-hero {
    padding-top: 160px;
  }
  .subpage-hero .hero-bg {
    width: 75%;
    height: 495px;
  }

  .subpage-hero .hero-img img {
    width: 73%;
  }

  #the-award .iip-text-link {
    font-size: 26px;
  }

  #the-award.services-subpage .subpage-hero .hero-bg,
  #the-award.awards-subpage .subpage-hero .hero-bg {
    height: 450px;
  }

  #the-award.services-subpage .subpage-hero .hero-bg {
    height: 510px;
  }

  #the-award.awards-subpage .subpage-hero {
    padding-top: 160px;
  }

  #the-award.media-subpage .subpage-hero {
    padding-top: 160px;
  }
  #the-award.media-subpage .subpage-hero .hero-bg {
    height: 475px;
  }
}
@media screen and (max-width: 1280px) {
  #the-award .subpage-hero .hero-img {
    width: 55%;
    top: 10%;
  }
  #the-award .subpage-hero h1 {
    right: 15%;
  }

  #the-award.media-subpage .subpage-hero h1 {
    right: 15%;
  }
}
/* THE AWARD */
@media screen and (max-width: 1200px) {
  .award-info h3 {
    font-size: 34px;
  }

  #the-award {
    padding: 150px 0 0 0;
    background: none;
    background-position: 0 87%;
  }

  #the-award.media-subpage .subpage-hero h1 {
    right: 25%;
  }
}
@media screen and (max-width: 1024px) {
  #the-award .subpage-hero .hero-bg {
    top: 125px;
  }
  #the-award .subpage-hero h1 {
    right: 7%;
  }

  #the-award.awards-subpage .subpage-hero .hero-bg {
    height: 460px;
  }

  .award-info .award-content-box {
    margin: -60px 0 0 0;
  }
  .award-info .award-content-box h3 {
    font-size: 35px;
  }
  .award-info .award-content-box p {
    font-size: 15px;
    line-height: 22px;
  }

  #the-award.services-subpage .person {
    margin-left: -15px;
  }
}
/* THE AWARD */
@media screen and (max-width: 992px) {
  #the-award {
    padding: 30px 0 0 0;
  }
  #the-award .col-sm-6 {
    width: 43%;
  }
  #the-award .subpage-hero .hero-img {
    position: static;
    width: 90%;
  }

  .award-info {
    margin-bottom: 0;
  }
  .award-info .award-content-box {
    width: 90%;
    top: 25%;
  }
  .award-info .award-content-box h3 {
    font-size: 32px;
  }
  .award-info .award-content-box p {
    font-size: 15px;
  }

  .subpage-hero .hero-bg {
    height: 410px;
  }
}
@media screen and (max-width: 768px) {
  .award-info {
    height: 400px;
  }
  .award-info .award-content-box {
    top: 35%;
  }

  #the-award .subpage-hero {
    padding-top: 25px;
  }
  #the-award .subpage-hero h1 {
    display: none;
  }
  #the-award .subpage-hero .hero-img {
    position: static;
    width: 90%;
  }
  #the-award .subpage-hero .hero-bg {
    height: 510px;
  }

  #the-award.services-subpage .subpage-hero {
    padding-top: 25px;
  }

  #the-award.awards-subpage .subpage-hero .hero-img img {
    margin-bottom: 30px;
  }
  #the-award.awards-subpage .subpage-hero .hero-bg {
    height: 640px;
  }

  #the-award.media-subpage .subpage-hero .hero-bg {
    height: 510px;
  }
}
/* THE AWARD */
@media screen and (max-width: 767px) {
  .container-fluid .award-page::after {
    position: absolute;
    width: 100%;
    height: 56px;
    top: 110px;
    bottom: 0;
    left: 0;
    right: 0;
    content: "";
    display: block;
    background: #009ab2;
    z-index: 1;
  }

  #the-award .col-sm-6 {
    width: 70%;
    margin: 0 auto;
  }

  .award-info .award-content-box {
    width: 60%;
  }
  .award-info .award-content-box.content-left {
    float: left;
    padding-left: 0;
  }
  .award-info h3 {
    font-size: 52px;
  }
  .award-info p {
    font-size: 30px;
  }

  .read-more {
    font-size: 26px;
  }
}
@media screen and (max-width: 580px) {
  .award-info .award-content-box {
    width: 85%;
  }
}
/* THE AWARD */
@media screen and (max-width: 560px) {
  .container-fluid .award-page::after {
    height: 40px;
  }

  #the-award {
    padding: 50px 0 0 0;
  }
  #the-award .col-sm-6 {
    width: 100%;
  }

  .award-info {
    margin-bottom: 50px;
  }
  .award-info .award-content-box p {
    font-size: 17px;
  }
  .award-info img {
    display: block;
    margin: 0 auto;
    width: 100%;
  }
  .award-info h3 {
    margin: 20px auto;
    font-size: 28px;
    width: 60%;
  }

  .read-more {
    font-size: 18px;
  }

  .subpage-hero .hero-bg {
    height: 500px;
  }
}
@media screen and (max-width: 500px) {
  .award-info {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 425px) {
  .award-info {
    margin-bottom: 0;
  }

  .subpage-hero .hero-bg {
    height: 480px;
  }

  #the-award.media-subpage .subpage-hero .hero-bg {
    height: 480px;
  }
}
@media screen and (max-width: 320px) {
  #the-award .subpage-hero .hero-bg {
    height: 530px;
  }

  #the-award.services-subpage .subpage-hero .hero-bg {
    height: 560px;
  }

  #the-award.awards-subpage .subpage-hero .hero-bg {
    height: 680px;
  }

  #the-award.media-subpage .subpage-hero .hero-bg {
    height: 520px;
  }
}
.content {
  display: block;
  height: 100%;
}

.sidebar .juror-submit-mobile {
  display: none;
}
.sidebar li {
  font-size: 24px;
  color: #009ab2;
  text-align: left;
  font-family: "DINCondensed-Bold";
  line-height: 82px;
  margin: 0;
  display: block;
  /*min-width: 355px;*/
  height: 80px;
  border-bottom: 2px dotted #9ad7e0;
  text-transform: uppercase;
  white-space: nowrap;
}
.sidebar li::after {
  content: '\f105';
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  color: #009ab2;
  margin: 0px 0px 0px 10px;
  text-decoration: none;
}
.sidebar ul {
  border-top: 2px dotted #9ad7e0;
}
.sidebar .iip-info-col {
  margin-top: 0;
}

#become-juror::before {
  display: block;
  width: 47px;
  height: 38px;
  top: 27px;
  left: 2px;
  float: left;
  position: relative;
  right: 15px;
  margin: 0 35px 0 0;
  content: "";
  background: url(../img/2_become_juror.svg) no-repeat;
}

#nominate-project::before {
  display: block;
  width: 47px;
  height: 36px;
  top: 27px;
  left: 2px;
  float: left;
  position: relative;
  right: 15px;
  margin: 0 35px 0 0;
  content: "";
  background: url(../img/2_nominate_project.svg) no-repeat;
}

#submit-project::before {
  display: block;
  width: 47px;
  height: 41px;
  top: 20px;
  left: 2px;
  float: left;
  position: relative;
  right: 15px;
  margin: 0 35px 0 0;
  content: "";
  background: url(../img/2_submit_project.svg) no-repeat;
}

#example-project::before {
  display: block;
  width: 47px;
  height: 41px;
  top: 22px;
  left: 2px;
  float: left;
  position: relative;
  right: 15px;
  margin: 0 35px 0 0;
  content: "";
  background: url(../img/2_example_projects.svg) no-repeat;
}

.person {
  position: relative;
  height: 100%;
}

.person-info {
  position: relative;
  text-align: center;
}
.person-info::after {
  content: '';
  display: block;
  height: 40px;
  width: 80%;
  position: absolute;
  bottom: 0;
  left: 11%;
  background: #f0f0f0;
  z-index: -1;
}
.person-info img {
  margin-top: 40px;
  border-radius: 50%;
}
.person-info h3 {
  font-size: 30px;
  font-family: "DINCondensed-Bold";
  color: #000;
  margin: 10px 0 0 0;
  text-transform: uppercase;
}
.person-info h6 {
  font-size: 16px;
  font-family: "Overpass-Reg";
  color: #000;
  margin: 0;
}

.person-quote p {
  font-size: 18px;
  color: #000;
  text-align: left;
  font-family: "Overpass-Light";
  line-height: 20px;
  margin: 20px 0 0 0;
}
.person-quote p::before {
  font-size: 70px;
  font-family: "Overpass-Reg";
  color: #009ab2;
  margin: 0 10px 0 0;
  position: relative;
  width: auto;
  height: auto;
  top: -15px;
  bottom: 0;
  left: 0;
  right: 0;
  content: "\201E";
}
.person-quote p:after {
  font-size: 70px;
  font-family: "Overpass-Reg";
  color: #009ab2;
  margin: 20px 0 0 15px;
  content: "\201C";
  position: absolute;
}

.sidebar-contact-info {
  font-size: 18px;
  font-family: "Overpass-Light";
  color: #000;
  margin: 625px 0 0 0;
  text-align: left;
}
.sidebar-contact-info p {
  margin-bottom: 0;
}

.sidebar-contact-info-de {
  font-size: 18px;
  font-family: "Overpass-Light";
  color: #000;
  margin: 274px 0 0 0;
  text-align: left;
}
.sidebar-contact-info-de p {
  margin-bottom: 0;
}

/* SIDEBAR */
@media screen and (max-width: 992px) {
  .sidebar-mobile-menu ul {
    border-top: 2px dotted #9ad7e0;
    width: 94%;
    margin: 0 auto;
  }
  .sidebar-mobile-menu li {
    font-size: 24px;
    color: #009ab2;
    text-align: left;
    font-family: "DINCondensed-Bold";
    line-height: 82px;
    margin: 0;
    display: block;
    height: 80px;
    border-bottom: 2px dotted #9ad7e0;
    text-transform: uppercase;
  }
  .sidebar-mobile-menu li:after {
    content: '\f105';
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    color: #009ab2;
    margin: 0px 0px 0px 10px;
    text-decoration: none;
  }
  .sidebar-mobile-menu #submit-project::before {
    display: block;
    width: 47px;
    height: 41px;
    top: 55%;
    left: 8%;
    float: left;
    position: relative;
    right: 0;
    margin: 0 24px 0 0;
    content: "";
    background: url("../img/2_submit_project.svg") no-repeat;
    transform: translate(-50%, -50%);
  }
  .sidebar-mobile-menu #nominate-project::before {
    display: block;
    width: 47px;
    height: 41px;
    top: 55%;
    left: 8%;
    float: left;
    position: relative;
    right: 0;
    margin: 0 24px 0 0;
    content: "";
    background: url("../img/2_nominate_project.svg") no-repeat;
    transform: translate(-50%, -50%);
  }
  .sidebar-mobile-menu #nominate-project #become-juror::before {
    display: block;
    width: 47px;
    height: 41px;
    top: 55%;
    left: 8%;
    float: left;
    position: relative;
    right: 0;
    margin: 0 24px 0 0;
    content: "";
    background: url("../img/2_become_juror.svg") no-repeat;
    transform: translate(-50%, -50%);
  }
  .sidebar-mobile-menu #nominate-project #example-project::before {
    display: block;
    width: 47px;
    height: 41px;
    top: 55%;
    left: 8%;
    float: left;
    position: relative;
    right: 0;
    margin: 0 24px 0 0;
    content: "";
    background: url("../img/2_example_projects.svg") no-repeat;
    transform: translate(-50%, -50%);
  }
  .sidebar-mobile-menu .sidebar-contact-info {
    margin-top: 0;
  }
  .sidebar-mobile-menu .sidebar-contact-info-de {
    margin-top: 0;
  }
  .sidebar-mobile-menu .col-md-4 .sidebar {
    position: absolute;
    top: 20%;
    right: 0;
    padding: 0;
  }
  .sidebar-mobile-menu .person {
    display: none;
  }
  .sidebar-mobile-menu .sidebar ul {
    border-top: none;
  }
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  .sidebar li {
    font-size: 17px;
    margin-left: 0;
  }

  #nominate-project::before {
    margin: 0 15px 0 0;
  }

  #become-juror::before {
    margin: 0 15px 0 0;
  }

  #submit-project::before {
    margin: 0 15px 0 0;
  }

  #example-project::before {
    margin: 0 15px 0 0;
  }
}
/* SIDEBAR */
@media screen and (max-width: 992px) {
  .sidebar-contact-info {
    margin: 0;
  }

  .sidebar-contact-info-de {
    margin: 50px 0 0 0;
  }

  .person {
    margin-left: -50px;
  }
}
@media screen and (max-width: 768px) {
  .person {
    margin-left: 0;
  }
  .person .person-info::after {
    height: 45px;
  }

  .sidebar-mobile-menu .juror-submit-mobile {
    margin: 30px 0;
  }
  .sidebar-mobile-menu .juror-submit-mobile .iip-border {
    width: 100%;
  }

  #the-award.services-subpage .person {
    margin-left: 0;
  }
}
/* SIDEBAR */
@media screen and (max-width: 767px) {
  .sidebar li {
    height: 90px;
    margin-bottom: 6px;
  }
  .sidebar .iip-info-col {
    display: none;
  }

  .person-quote {
    padding: 20px;
  }
  .person-quote p {
    margin: 20px -20px 0 0;
  }
}
/* SIDEBAR */
@media screen and (max-width: 560px) {
  .col-md-4 .sidebar {
    top: 29%;
  }
  .col-md-4 .sidebar li {
    height: 66px;
    width: 66px;
  }

  #submit-project::before {
    left: 8%;
    margin-left: -20px;
  }

  #nominate-project::before {
    left: 8%;
    margin-left: -20px;
  }

  #become-juror::before {
    left: 8%;
    margin-left: -20px;
  }

  #example-project::before {
    left: 8%;
    margin-left: -20px;
  }

  #myModal .modal-dialog {
    width: 350px;
  }
  #myModal .modal-body .col-md-4 {
    padding: 0;
  }

  .sidebar-mobile-menu ul {
    width: 100%;
  }
  .sidebar-mobile-menu li {
    font-size: 15px;
    line-height: 67px;
    height: 64px;
  }
  .sidebar-mobile-menu #become-juror::before {
    height: 24px;
    margin-right: 0;
  }
  .sidebar-mobile-menu #example-project::before {
    height: 24px;
    margin-right: 0;
  }
  .sidebar-mobile-menu #become-juror::before {
    height: 24px;
    margin-right: 0;
  }
  .sidebar-mobile-menu #nominate-project::before {
    height: 24px;
    margin-right: 0;
  }

  .person {
    margin-left: -15px;
  }
}
@media screen and (min-width: 425px) and (max-width: 560px) {
  #submit-project::before {
    left: 5%;
  }

  #example-project::before {
    left: 5%;
  }

  #become-juror::before {
    left: 5%;
  }

  #nominate-project::before {
    left: 5%;
  }
}
@media screen and (max-width: 425px) {
  #the-award.media-subpage .person {
    margin-left: 0;
  }
}
@media screen and (max-width: 375px) {
  #myModal .modal-dialog {
    width: 310px;
  }

  .person-quote p {
    font-size: 16px;
    margin: 20px 0 0 0;
  }
}
@media screen and (max-width: 320px) {
  #myModal .modal-dialog {
    width: 270px;
  }
}
.flag-icon-background {
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}

.flag-icon {
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
  top: 5px;
  left: 0;
  float: none;
  position: relative;
  right: 0;
  margin: 0;
  line-height: 20px;
  border-radius: 50%;
  border: 1px solid #ccc;
}

.lang_option span:last-of-type {
  font-size: 12px;
  display: inline-block;
  height: 24px;
}

.flag-icon.flag-icon-squared {
  width: 22px;
  height: 22px;
}

.flag-icon-bg {
  background-image: url(../img/flags/bg.svg);
}

.flag-icon-de {
  background-image: url(../img/flags/de.svg);
}

.flag-icon-gr {
  background-image: url(../img/flags/gr.svg);
}

.flag-icon-en {
  background-image: url(../img/flags/en.svg);
}

.flag-icon-pl {
  background-image: url(../img/flags/pl.svg);
}

.flag-icon-sv {
  background-image: url(../img/flags/sv.svg);
}

.flag-icon-at {
  background-image: url(../img/flags/at.svg);
}

.flag-icon-it {
  background-image: url(../img/flags/it.svg);
}

.flag-icon-fr {
  background-image: url(../img/flags/fr.svg);
}

.flag-icon-lt {
  background-image: url(../img/flags/lt.svg);
}

.flag-icon-ie {
  background-image: url(../img/flags/ie.svg);
}

.flag-icon-be {
  background-image: url(../img/flags/be.svg);
}

.flag-icon-ch {
  background-image: url(../img/flags/ch.svg);
}

.flag-icon-fi {
  background-image: url(../img/flags/fi.svg);
}

.cookie-popover {
  z-index: 9999;
  width: 100%;
  background-color: #009ab2;
  color: white;
  height: 60px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cookie-popover p {
  display: inline-block;
  margin: 0;
}
.cookie-popover a {
  font-weight: bold;
}

.cookie-popover-close {
  cursor: pointer;
  margin: 0 0 0 20px;
}

.third-sec-pic img {
  position: relative;
  width: 80%;
  height: auto;
  top: 0;
  bottom: 0;
  left: 20px;
  right: 0;
  margin: 30px 0px;
}

.form_submit_messages {
  font-size: 14px;
  font-family: "Overpass-Reg";
  color: red;
  margin: 0 0 10px 0;
  margin-bottom: 10px;
  color: red;
}

.margin-top-10 {
  margin-top: 10px;
}

.margin-top-20 {
  margin-top: 20px;
}

.margin-bottom-20 {
  margin-top: 20px;
}

.margin-bottom-40 {
  margin-bottom: 40px;
}

.margin-top-40 {
  margin-top: 40px;
}

.title-mid, .title-small {
  font-size: 30px;
  font-family: "DINCondensed-Bold";
  color: #000;
  margin: 0 0 25px 0;
  text-transform: uppercase;
}

.title-small {
  font-size: 20px;
}

.paragraph-lg {
  font-size: 20px;
  color: #000;
  text-align: left;
  font-family: "Overpass-Light";
  line-height: 24px;
  margin: 0 0 12px 0;
}

.paragraph-mid {
  font-size: 18px;
  color: #000;
  text-align: left;
  font-family: "Overpass-Reg";
  line-height: 24px;
  margin: 0 0 12px 0;
}

.paragraph-sm {
  font-size: 16px;
  color: #000;
  text-align: left;
  font-family: "Overpass-Light";
  line-height: 24px;
  margin: 0 0 12px 0;
}

.bold {
  font-weight: bold;
}

.border-dotted-top {
  padding-top: 30px;
  border-top: 2px dotted #9ad7e0;
}

.head-menu-item {
  padding: 2em;
  width: 90%;
  background: #f7f7f7;
  margin-bottom: 20px;
  min-height: 460px;
}
.head-menu-item h2 {
  font-size: 30px;
  font-family: "DINCondensed-Bold";
  color: #c6c6c6;
  margin: -10px 0 25px 0;
  text-transform: uppercase;
}

.padding-right-35 {
  padding-right: 35px;
}

/* STYLE */
@media screen and (max-width: 1200px) {
  .cookie-popover p {
    margin: 0 0 0 17vw;
    text-align: center;
  }
}
/* STYLE */
@media screen and (max-width: 992px) {
  .cookie-popover p {
    margin: 0 0 0 24vw;
  }
}
/* STYLE */
@media screen and (max-width: 767px) {
  .cookie-popover {
    position: relative;
    padding: 10px;
  }
  .cookie-popover p {
    margin: 0;
  }
}
@media screen and (max-width: 768px) {
  .third-sec-pic img {
    display: block;
    margin: 0 auto;
    margin-bottom: 40px;
  }

  .head-menu-item {
    margin-left: 25px;
    margin-bottom: 40px;
  }
  .head-menu-item h2 {
    text-align: center;
  }
  .head-menu-item .img-responsive img {
    padding: 10px 30px 0 30px;
  }

  .title-mid, .title-small {
    margin: 15px 0 15px 0;
  }

  .title-small {
    margin: 0 0 10px 0;
  }

  .padding-right-35 {
    padding-bottom: 20px;
  }
}
/* STYLE */
@media screen and (max-width: 560px) {
  .cookie-popover {
    height: auto;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .cookie-popover p {
    font-size: 12px;
  }

  .head-menu-item h2 {
    text-align: center;
  }
}
@media screen and (max-width: 425px) {
  .third-sec-pic img {
    position: relative;
    left: 0px;
  }
}
@media screen and (max-width: 450px) {
  footer {
    height: 700px;
  }
}
#showroom {
  padding: 150px 0 0 0;
}
#showroom h1 {
  font-size: 33px;
  font-family: "DINCondensed-Bold";
  color: #c6c6c6;
  margin: 20px 0 10px 0;
  text-transform: uppercase;
  text-align: right;
  display: inline-block;
  padding: 0 28px 0 0;
  float: left;
}
#showroom #desc {
  border-left: 2px dotted #c3e7ed;
  padding: 0 0 0 28px;
  width: 60%;
  display: inline-block;
}
#showroom #desc h2 {
  font-size: 60px;
  color: #000;
  text-align: left;
  font-family: "Overpass-Bold";
  line-height: 54px;
  margin: 20px 0 10px 0;
}
#showroom #desc p {
  font-size: 20px;
  color: #000;
  text-align: left;
  font-family: "Overpass-Reg";
  line-height: 24px;
  margin: 0 0 12px 0;
}
#showroom .col-md-8 {
  margin: 53px 0 80px 0;
}

.project-container {
  border-top: 2px dotted #9ad7e0;
  border-bottom: 2px dotted #9ad7e0;
  padding: 40px 0 40px 0;
  margin: 99px 0 0 0;
}

.project-top {
  background: url(../img/project-background.png) no-repeat;
  background-position-y: 20px;
}

.project-image {
  margin: 0 auto;
}

.project-title {
  margin-top: 50px;
  background: #f7f7f7;
  position: relative;
}
.project-title h2 {
  font-size: 40px;
  color: #000;
  text-align: center;
  font-family: "DINCondensed-Bold";
  line-height: normal;
  margin: 0 auto;
  position: relative;
  width: 40%;
  height: auto;
  top: -20px;
  bottom: 0;
  left: 0;
  right: 0;
  text-transform: uppercase;
}
.project-title p {
  font-size: 20px;
  color: #000;
  text-align: center;
  font-family: "Overpass-Light";
  line-height: normal;
  margin: 0 auto;
  position: relative;
  width: 50%;
  height: auto;
  top: -10px;
  bottom: 0;
  left: 0;
  right: 0;
}

.arrow-left, .arrow-right {
  position: absolute;
  top: 40%;
  bottom: 0;
  left: 20px;
  right: 0;
  font-size: 40px;
  color: #009ab2;
}

.project-text p {
  font-size: 18px;
  color: #000;
  text-align: left;
  font-family: "Overpass-Reg";
  line-height: normal;
  margin: 40px auto 40px auto;
  width: 75%;
}
.project-text ul {
  font-family: 'Overpass-Reg';
  font-size: 18px;
  text-align: left;
  margin: 0 auto;
  width: 75%;
}
.project-text ul li {
  color: #000;
}

.category {
  font-size: 18px;
  color: #c6c6c6;
  text-align: left;
  font-family: "DINCondensed-Bold";
  line-height: normal;
  margin: 0;
}
.category span {
  font-size: 18px;
  font-family: "DINCondensed-Bold";
  color: #009ab2;
  margin: 0;
}
.category h6 {
  font-size: 18px;
  font-family: "DINCondensed-Bold";
  color: #c6c6c6;
  margin: 0 auto;
  display: inline-block;
  padding-right: 15px;
}

.small-arrow-left {
  color: #c6c6c6;
  font-size: 18px;
  margin: 0 15px 0 15px;
}

.small-arrow-right {
  color: #009ab2;
  font-size: 18px;
  margin: 0 15px 0 15px;
}

.page-counter {
  position: relative;
  width: 100%;
  height: auto;
  top: 15px;
  bottom: 0;
  left: 0;
  right: 0;
  display: inline-block;
  text-align: center;
}
.page-counter p {
  font-size: 18px;
  color: #c6c6c6;
  display: inline;
}
.page-counter ul {
  display: inline;
}
.page-counter ul li {
  font-size: 18px;
  font-family: "DINCondensed-Bold";
  color: #c6c6c6;
  margin: 0 15px 0 15px;
  display: inline;
}

.active {
  color: #009ab2 !important;
}

/* SHOWROOM */
@media screen and (max-width: 992px) {
  #showroom {
    padding: 110px 0 0 0;
  }
  #showroom h1 {
    font-size: 50px;
    color: #c6c6c6;
    text-align: left;
    font-family: "DINCondensed-Bold";
    line-height: normal;
    margin: 20px 0 10px 0;
    display: block;
    width: 100%;
    height: auto;
    padding: 0 28px 0 0;
    float: none;
  }
  #showroom h1 br {
    display: none;
  }
  #showroom #desc {
    border-left: none;
    width: 100%;
    display: block;
    padding: 0;
  }
  #showroom #desc h2 {
    font-size: 72px;
    line-height: 66px;
  }
  #showroom #desc p {
    font-size: 32px;
    line-height: 36px;
    width: 90%;
  }
}
/* SHOWROOM */
@media screen and (max-width: 767px) {
  #showroom {
    padding: 50px 0 0 0;
  }
  #showroom h1 {
    font-size: 40px;
    margin-top: 40px;
  }
  #showroom #desc h2 {
    font-size: 56px;
    line-height: 44px;
    width: 80%;
    margin-bottom: 30px;
  }
  #showroom #desc p {
    font-size: 24px;
    line-height: 25px;
    width: 79%;
  }

  .container-fluid .showroom-page::after {
    position: absolute;
    width: 100%;
    height: 56px;
    top: 110px;
    bottom: 0;
    left: 0;
    right: 0;
    content: "";
    display: block;
    background: #009ab2;
    z-index: 1;
  }

  .project-title h2 {
    width: 60%;
    text-align: center;
  }
  .project-title p {
    width: 60%;
    line-height: 24px;
  }
}
/* SHOWROOM */
@media screen and (max-width: 560px) {
  .container-fluid .showroom-page::after {
    height: 40px;
  }

  #showroom h1 {
    font-size: 30px;
  }
  #showroom #desc h2 {
    font-size: 39px;
    margin-bottom: 25px;
  }
  #showroom #desc p {
    font-size: 18px;
    line-height: 19px;
  }

  .project-container {
    margin: 50px 0 0 0;
  }

  .project-top {
    background: none;
  }

  .project-title {
    padding: 20px 0;
  }
  .project-title h2 {
    font-size: 28px;
    line-height: 24px;
    width: 100%;
  }
  .project-title p {
    font-size: 16px;
    line-height: 20px;
    width: 80%;
  }

  .arrow-right {
    right: 0px;
  }

  .arrow-left, .arrow-right {
    left: 0;
  }

  .project-text p {
    width: 100%;
  }
  .project-text ul {
    font-size: 16px;
    width: 100%;
  }
}
.content-team-office {
  margin-top: 60px;
}

#team-and-offices h1 {
  font-size: 32px;
  color: #c6c6c6;
  text-align: right;
  font-family: "DINCondensed-Bold";
  line-height: normal;
  margin: 20px 0 10px 0;
  text-transform: uppercase;
  display: inline-block;
  padding: 0 28px 0 0;
  float: left;
}
#team-and-offices #desc {
  border-left: 2px dotted #c3e7ed;
  padding: 0 0 0 28px;
  width: 60%;
  display: inline-block;
}
#team-and-offices #desc h2 {
  font-size: 60px;
  color: #000;
  text-align: left;
  font-family: "Overpass-Bold";
  line-height: 54px;
  margin: 20px 0 10px 0;
}
#team-and-offices #desc p {
  font-size: 20px;
  color: #000;
  text-align: left;
  font-family: "Overpass-Reg";
  line-height: 24px;
  margin: 0 0 12px 0;
}
#team-and-offices .col-md-8 {
  margin: 0 0 80px 0;
}
#team-and-offices .profile-pic {
  position: relative;
  float: left;
  border-radius: 50%;
  width: 130px;
  height: 130px;
  overflow: hidden;
  margin: 10px;
}
#team-and-offices .profile-pic::after {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  display: block;
  border-radius: 50%;
  z-index: 1;
}
#team-and-offices .profile-pic img {
  position: relative;
  display: block;
}

.dotted-border {
  border-bottom: 2px dotted #c3e7ed;
  margin: 40px 0;
}

.title-team {
  font-size: 30px;
  color: #009ab2;
  text-align: left;
  font-family: "DINCondensed-Bold";
  line-height: normal;
  margin: 40px 0 0 0;
  text-transform: uppercase;
}

.head-office #titles {
  margin: 43px 0 0 22px;
  float: left;
  width: 38%;
  line-height: 100px;
}
.head-office h4 {
  font-size: 23px;
  font-family: "Overpass-Bold";
  color: #000;
  margin: 40px 0;
  text-transform: uppercase;
  letter-spacing: -2px;
  text-align: left;
}
.head-office h5 {
  font-size: 16px;
  font-family: "Overpass-Bold";
  color: #8b8b8b;
  margin: 3px 0 100px 0;
  text-transform: uppercase;
  letter-spacing: -1px;
  text-align: left;
}
.head-office p {
  font-size: 18px;
  color: #000;
  text-align: left;
  font-family: "Overpass-Light";
  line-height: 24px;
  margin: 0 0 30px 75px;
}

.head-office.ceo h4 {
  margin: 60px 0 0 0;
}
.head-office.ceo .profile-pic {
  margin: 40px 10px 10px 10px !important;
}

#heads {
  /* border-top: $dotted-border-lightblue; */
}
#heads h4 {
  font-size: 19px;
  font-family: "Overpass-Bold";
  color: #000;
  margin: 10px 0;
  text-transform: uppercase;
  letter-spacing: -2px;
  text-align: left;
}
#heads h5 {
  font-size: 14px;
  font-family: "Overpass-Bold";
  color: #8b8b8b;
  margin: 5px 0 0 0;
  text-transform: uppercase;
  letter-spacing: -1px;
  text-align: left;
}
#heads > .col-sm-5 {
  padding: 31px 0 0 0;
  width: 48%;
  border-bottom: 2px dotted #9ad7e0;
  height: 200px;
  margin-right: 10px;
}
#heads > .col-sm-4 {
  padding: 31px 0 0 0;
  width: 32%;
  border-bottom: 2px dotted #9ad7e0;
  height: 240px;
  margin-right: 10px;
}
#heads > .col-sm-4 .profile-pic {
  float: none;
  display: block;
  margin: 0 auto;
}
#heads > .col-sm-4 h4 {
  text-align: center;
}
#heads > .col-sm-4 h5 {
  text-align: center;
}
#heads > .partners {
  padding: 31px 0 0 0;
  width: 48%;
  border-bottom: 2px dotted #9ad7e0;
  height: 240px;
  margin-right: 10px;
}
#heads > .partners h4, #heads > .partners h5 {
  text-align: center;
}
#heads .profile-pic {
  margin: 0 18px 0 0;
}

.country-item:first-of-type .title-team {
  border: 0;
}

.head-office .second h4 {
  font-size: 30px;
  height: 110px;
}

.hide-line {
  border-top: 0;
  margin: 0;
}

/* TEAM AND OFFICES */
@media screen and (max-width: 1200px) {
  #heads > .col-sm-5 {
    width: 48%;
  }
  #heads > .col-sm-5 h4 {
    font-size: 14px;
    margin: 41px 0 0 21px;
  }
  #heads > .col-sm-5 h5 {
    font-size: 12px;
    margin: 7px 0 0 0;
  }
}
@media screen and (max-width: 1024px) {
  #heads > .col-sm-4 {
    width: 48%;
  }
}
/* TEAM AND OFFICES */
@media screen and (max-width: 992px) {
  #heads > .col-sm-5 {
    width: 48%;
  }
}
/* TEAM AND OFFICES */
@media screen and (max-width: 767px) {
  .hide-item {
    display: none;
  }

  #team-and-offices #desc {
    border-left: none;
    display: block;
    padding: 0;
    width: 76%;
  }
  #team-and-offices #desc p {
    font-size: 32px;
    line-height: 36px;
  }
  #team-and-offices #desc h2 {
    font-size: 72px;
    margin: 63px 0 62px 0;
    line-height: 64px;
    width: 100%;
  }
  #team-and-offices h1 {
    font-size: 50px;
    text-align: left;
    width: 100%;
    font-family: 'DINCondensed-Bold';
    display: block;
    padding: 0 28px 0 0;
    float: none;
  }
  #team-and-offices h1 br {
    display: none;
  }
  #team-and-offices h2 br {
    display: none;
  }

  .title-team {
    font-size: 42px;
  }

  .head-office #titles {
    float: right;
    width: 66%;
    margin: 43px 0 0 7px;
  }
  .head-office h4 {
    font-size: 30px;
    display: block;
  }
  .head-office h5 {
    font-size: 30px;
    text-align: left;
  }
  .head-office p {
    font-size: 30px;
    line-height: 36px;
    font-weight: normal;
    margin: 0 auto 30px;
    width: 80%;
  }

  .col-md-8 .country-item:nth-of-type(4) .title-team {
    margin: 0;
  }

  #heads > .col-sm-4 {
    width: 100%;
    height: auto;
    padding: 35px 0;
  }
}
/* TEAM AND OFFICES */
@media screen and (max-width: 560px) {
  #team-and-offices h1 {
    font-size: 30px;
  }
  #team-and-offices #desc {
    width: 73%;
  }
  #team-and-offices #desc h2 {
    font-size: 39px;
    line-height: 33px;
    margin: 0 0 25px 0;
  }
  #team-and-offices #desc p {
    font-size: 18px;
    line-height: 19px;
  }
  #team-and-offices .profile-pic {
    float: none;
    margin: 0 auto;
  }
  #team-and-offices h4 {
    font-size: 21px;
    width: 100%;
    margin: 10px 0;
    text-align: center;
  }
  #team-and-offices #heads .profile-pic {
    margin: 0 auto;
  }
  #team-and-offices #heads h4 {
    font-size: 22px;
    width: 100%;
    margin: 30px auto 7px;
    text-align: center;
  }
  #team-and-offices #heads h5 {
    font-size: 17px;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 30px;
  }
  #team-and-offices #heads > .col-sm-5 {
    height: auto;
  }
  #team-and-offices #heads > .col-sm-4 h5 {
    margin-bottom: 0;
  }

  .title-team {
    font-size: 32px;
    text-align: center;
    padding: 20px 0 15px 0;
    margin: 30px auto 0;
  }

  .head-office #titles {
    height: 100px;
    margin: 30px auto 0;
    width: 100%;
  }
  .head-office p {
    font-size: 18px;
    line-height: 22px;
    width: 100%;
    padding-top: 25px;
  }
  .head-office h5 {
    font-size: 24px;
    width: 100%;
    float: none;
    text-align: center;
    margin: 0px 0 20px 0;
  }

  .head-office.ceo .profile-pic {
    margin: 0 auto !important;
  }

  .profile-pic {
    top: 0px;
  }

  .titles {
    text-align: center;
  }
}
@media screen and (max-width: 320px) {
  #heads > .col-sm-5 {
    height: 220px;
  }
}
.content-team {
  margin-top: 60px;
}

#team h1 {
  font-size: 32px;
  color: #c6c6c6;
  text-align: right;
  font-family: "DINCondensed-Bold";
  line-height: 36px;
  margin: 20px 0 10px;
  text-transform: uppercase;
  display: inline-block;
  padding: 0 28px 0 0;
  float: left;
}
#team #desc {
  border-left: 2px dotted #c3e7ed;
  padding: 0 0 0 28px;
  width: 60%;
  display: inline-block;
}
#team #desc h2 {
  font-size: 60px;
  color: #000;
  text-align: left;
  font-family: "Overpass-Bold";
  line-height: 54px;
  margin: 20px 0 10px 0;
}
#team #desc p {
  font-size: 20px;
  color: #000;
  text-align: left;
  font-family: "Overpass-Reg";
  line-height: 24px;
  margin: 0 0 12px 0;
}
#team .col-md-8 {
  margin: 0px 0 80px 0;
}
#team .profile-pic {
  position: relative;
  border-radius: 50%;
  width: 130px;
  height: 130px;
  overflow: hidden;
}
#team .profile-pic::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  top: 0;
  right: 0;
  z-index: -1;
}
#team .profile-pic img {
  position: relative;
  display: block;
}
#team #heads {
  border: none;
}
#team #heads .profile-pic {
  display: block;
  margin: 0 auto;
}
#team #heads .profile-pic.contact-img {
  display: block;
  margin: 0 18px 0 0;
}

.team-text {
  margin: 40px auto 0;
  padding: 40px 0 10px 0;
  border-top: 2px dotted #c3e7ed;
}
.team-text p {
  font-size: 18px;
  color: #000;
  text-align: left;
  font-family: "Overpass-Light";
  line-height: 24px;
  margin: 0;
  width: 80%;
}
.team-text span {
  text-transform: uppercase;
  color: #009ab2;
}

#team-text-tl {
  font-size: 30px;
  color: #009ab2;
  text-align: center;
  font-family: "Overpass-Bold";
  line-height: 33px;
  margin: 80px 0 0 0;
  text-transform: uppercase;
  letter-spacing: -2px;
}

#team-text-tl-left {
  font-size: 30px;
  color: #009ab2;
  text-align: left;
  font-family: "Overpass-Bold";
  line-height: 33px;
  margin: 80px 0 0 0;
  text-transform: uppercase;
  letter-spacing: -2px;
}

.contacts .profile-pic {
  position: relative;
  float: left;
  border-radius: 50%;
  width: 130px;
  height: 130px;
  overflow: hidden;
}
.contacts .page-links {
  display: block;
  text-align: center;
  margin-top: 5px;
}

/* WHO WE ARE */
@media screen and (max-width: 767px) {
  #team #desc {
    border-left: none;
    display: block;
    padding: 0;
    width: 76%;
  }
  #team #desc h2 {
    font-size: 72px;
    line-height: 44px;
    margin: 63px 0 62px 0;
    width: 100%;
  }
  #team #desc h2 br {
    display: none;
  }
  #team #desc p {
    font-size: 32px;
    line-height: 36px;
  }
  #team h1 {
    font-size: 50px;
    color: #c6c6c6;
    text-align: left;
    font-family: "DINCondensed-Bold";
    line-height: normal;
    margin: 20px 0 10px 0;
    width: 100%;
    display: block;
    padding: 0 28px 0 0;
    float: none;
  }
  #team h1 br {
    display: none;
  }

  .team-text p {
    font-size: 32px;
    line-height: 36px;
    width: 100%;
    font-weight: normal;
  }

  #team-text-tl {
    font-size: 43px;
    line-height: 45px;
    margin: 20px;
  }

  #heads > .col-sm-5 {
    width: 95%;
  }
  #heads > .pullright {
    float: none !important;
  }
  #heads h4 {
    font-size: 35px;
  }
  #heads h5 {
    font-size: 30px;
  }
}
@media screen and (min-width: 560px) and (max-width: 767px) {
  #heads h4 {
    margin: 10px 0 0 21px;
  }
}
/* WHO WE ARE */
@media screen and (max-width: 560px) {
  #team h1 {
    font-size: 30px;
  }
  #team #desc {
    width: 73%;
  }
  #team #desc h2 {
    font-size: 39px;
    line-height: 33px;
    margin: 0 0 25px 0;
  }
  #team #desc p {
    font-size: 18px;
    line-height: 19px;
  }
  #team #heads h4 {
    font-size: 20px;
    width: 100%;
    margin: 20px auto 7px;
    text-align: center;
  }
  #team #heads h5 {
    font-size: 20px;
    margin: 0 auto;
    text-align: center;
  }

  .team-text {
    margin: 40px auto 0;
    padding: 30px 0 10px 0;
  }
  .team-text p {
    font-size: 18px;
    line-height: 22px;
  }

  #team-text-tl {
    font-size: 26px;
    line-height: 32px;
    margin: 30px 0 0 0;
  }
}
@media screen and (max-width: 375px) {
  #team #heads h4 {
    font-size: 17px;
  }
}
@media screen and (max-width: 360px) {
  #team #heads h4 {
    font-size: 18px;
  }
  #team #heads h5 {
    font-size: 15px;
  }
}
@media screen and (max-width: 320px) {
  #team #heads > .col-sm-5 {
    padding: 15px 0 31px 0;
  }
  #team #heads .profile-pic {
    display: block;
    margin: 0 auto;
    float: none;
  }
  #team #heads h4 {
    margin: 7px auto 7px;
  }
}
.content-blog-archive {
  margin-top: 70px;
}

.blog-archive {
  background: #f7f7f7;
}
.blog-archive .col-md-4 {
  width: 31.333333%;
}
.blog-archive .col-md-7 {
  margin: 90px 0 80px 0;
}

.archives {
  border-bottom: 2px dotted #c3e7ed;
  padding: 0 0 28px 0;
}
.archives h1 {
  font-size: 30px;
  font-family: "DINCondensed-Bold";
  color: #000;
  margin: 0 0 30px 0;
  text-transform: uppercase;
}

.archive {
  background: #fff;
  padding: 20px;
  margin: 0 0 11px 0;
}
.archive:last-of-type {
  margin: 0 0 0 0;
}
.archive .ar-date {
  line-height: 2;
  color: #c6c6c6;
}
.archive .ar-date-buttons {
  display: none;
}

.ar-title {
  font-size: 22px;
  font-family: "DINCondensed-Bold";
  color: #000;
  margin: 0 0 0 0;
  text-transform: uppercase;
}
.ar-title .ar-date {
  font-size: 14px;
  font-family: "Overpass-Light";
  color: #c6c6c6;
  margin: 5px 0 24px 0;
  display: block;
}
.ar-title .ar-desc {
  font-size: 16px;
  font-family: "Overpass-Light";
  color: #000;
  margin: 0;
}
.ar-title .ar-read-more {
  display: block;
  font-family: "Overpass-Light";
  font-size: 16px;
  color: #009ab2;
}
.ar-title .ar-read-more:hover {
  opacity: .7;
}
.ar-title .ar-read-more::after {
  content: '\f105';
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  color: #009ab2;
  margin: 0 0 0 10px;
  text-decoration: none;
}

#recent-posts .page-counter {
  display: none;
}
#recent-posts .ar-date-buttons {
  display: none;
}

#pinned-posts .page-counter {
  display: none;
}
#pinned-posts .ar-date-buttons {
  display: none;
}

.ar-date-buttons {
  display: none;
}

/* BLOG ARCHIVE */
@media screen and (max-width: 1200px) {
  #blog-archive .col-md-4 {
    float: left !important;
  }
  #blog-archive .col-md-8 {
    width: 64.666667%;
  }
}
/* BLOG ARCHIVE */
@media screen and (max-width: 992px) {
  .content-blog-archive {
    margin-top: 0;
  }

  #blog .col-md-7:first-of-type {
    margin: 80px 0 0 31px;
  }

  #blog-archive .col-md-8 {
    width: auto;
  }
  #blog-archive .col-md-4 {
    width: auto;
  }
  #blog-archive #pinned-posts {
    width: 100%;
  }
  #blog-archive #recent-posts {
    width: 100%;
  }
  #blog-archive .page-counter {
    display: block;
  }
}
/* BLOG ARCHIVE */
@media screen and (max-width: 767px) {
  #blog-archive .col-md-8 {
    margin: 100px 0 80px 0;
  }

  .archives h1 {
    font-size: 46px;
  }

  .ar-title {
    font-size: 34px;
  }

  .ar-date {
    font-size: 26px;
    margin: -8px 0 24px 0;
  }

  .ar-desc {
    font-size: 26px;
    line-height: 28px;
    width: 87%;
  }
  .ar-desc br {
    display: none;
  }

  .ar-read-more {
    display: inline;
    font-size: 26px;
  }

  .page-counter ul li {
    font-size: 32px;
    margin: 0 26px 0 26px;
  }

  .small-arrow-left {
    font-size: 32px;
  }

  .small-arrow-right {
    font-size: 32px;
  }

  #blog-archive #pinned-posts h3 {
    margin: 0 0 50px 0;
  }
  #blog-archive #pinned-posts h3:nth-of-type(2) {
    margin: 50px 0 50px;
  }
  #blog-archive #recent-posts h3 {
    margin: 0 0 50px 0;
  }
  #blog-archive #recent-posts h3:nth-of-type(2) {
    margin: 50px 0 50px 0;
  }
}
/* BLOG ARCHIVE */
@media screen and (max-width: 560px) {
  .archive {
    padding: 10px;
  }

  .archives h1 {
    font-size: 32px;
  }

  .ar-title {
    font-size: 26px;
  }

  .ar-date {
    font-size: 20px;
    margin: 0px 0 24px 0;
  }

  .ar-desc {
    font-size: 18px;
    line-height: 24px;
    width: 95%;
  }

  .ar-read-more {
    font-size: 18px;
  }

  .page-counter ul li {
    font-size: 18px;
    margin: 0 15px 0 15px;
  }

  .small-arrow-left {
    font-size: 22px;
  }

  .small-arrow-right {
    font-size: 22px;
  }
}
.blog {
  background: #f7f7f7;
}

.content-blog {
  margin-top: 70px;
  padding: 0 0 80px 0;
}

#blog label {
  display: block;
}
#blog #category_filter {
  display: inline-block;
  width: 200px;
  height: 40px;
  padding: 0 0 0 10px;
  float: left;
  margin: 0 10px 40px 0;
  border: 1px solid #b2b4b4;
  font-size: 16px;
  color: #8b8b8b;
  font-family: "Overpass-Light";
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  background: url(../img/select-arrow.png) no-repeat 96% 50% #fff;
}
#blog h2 {
  font-size: 40px;
  color: #000;
  text-align: right;
  font-family: "DINCondensed-Bold";
  line-height: normal;
  margin: 0 0 30px 0;
  text-transform: uppercase;
  display: inline-block;
  padding: 0 28px 0 0;
  float: left;
}
#blog .title-sec {
  width: 100%;
  float: left;
  padding: 20px 20px 0 0;
  margin-bottom: 20px;
  border-bottom: 2px dotted #c3e7ed;
}
#blog .subscribe {
  background: #fff;
  margin: 0 0 30px 0;
  padding: 20px;
}
#blog h1 {
  font-size: 40px;
  color: #000;
  text-align: left;
  font-family: "DINCondensed-Bold";
  line-height: 36px;
  margin: 0;
  text-transform: uppercase;
}
#blog .blog-pagination {
  border-top: none;
}
#blog .sidebar {
  display: none;
}

.blog-date {
  font-size: 16px;
  color: #c6c6c6;
  font-family: "Overpass-Light";
}

.blog-desc {
  font-size: 18px;
  line-height: 20px;
  font-family: "Overpass-Reg";
  margin: 18px 0 20px 0;
  color: #000;
}

.blog-soc-btns {
  width: 10%;
  float: right;
}
.blog-soc-btns > ul li {
  display: inline-block;
}
.blog-soc-btns i {
  display: block;
  color: #c6c6c6;
  font-size: 18px;
}
.blog-soc-btns i:first-of-type {
  margin: 0 20px 0 0;
}
.blog-soc-btns i:hover {
  opacity: .7;
}

#blog .col-md-7:first-of-type {
  padding: 10px 20px 60px 20px;
  margin: 70px 0 0 90px;
}
#blog .col-md-7 .news-content img {
  max-width: 100%;
  height: auto;
}
#blog .col-md-7 .news-content h1, #blog .col-md-7 .news-content h2, #blog .col-md-7 .news-content h3, #blog .col-md-7 .news-content h4, #blog .col-md-7 .news-content h5, #blog .col-md-7 .news-content h6 {
  font-family: "Overpass-Light";
}
#blog .col-md-7 .news-content p, #blog .col-md-7 .news-content ol, #blog .col-md-7 .news-content ul, #blog .col-md-7 .news-content li, #blog .col-md-7 .news-content span {
  font-family: "Overpass-Light";
  font-size: 17px;
}
#blog .col-md-7 .news-content li {
  list-style: disc inside;
}
#blog #posts {
  position: relative;
  padding: 30px 0 0 0;
  border-top: 2px dotted #c3e7ed;
  width: 100%;
}
#blog .post-img {
  position: relative;
  width: 260px;
  height: 260px;
  overflow: hidden;
  display: inline-block;
  margin: 0 30px 50px 0;
  float: left;
}
#blog .post-img::before {
  content: "";
  width: 100%;
  position: absolute;
  z-index: 1;
  left: 0;
  height: 100%;
  opacity: .3;
  background: url(../images/filter_pic.png);
}
#blog .post-img img {
  position: absolute;
  top: 50%;
  bottom: 0;
  left: 50%;
  right: 0;
  transform: translate(-50%, -50%);
}
#blog #copy {
  position: absolute;
  top: 21%;
  bottom: 0;
  left: 0;
  right: 0;
  color: #bdbfbf;
  font-family: "Overpass-Light";
  transform: translateY(-50%);
}
#blog .text {
  font-size: 18px;
  color: #000;
  text-align: left;
  font-family: "Overpass-Light";
  line-height: 24px;
  margin: -15px 0 0 100px;
  width: 73%;
}
#blog #post-img-2 {
  position: relative;
  width: 100%;
  height: 278px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 0 60px 0;
  overflow: hidden;
}
#blog #post-img-2 img {
  position: absolute;
  width: 100%;
  height: auto;
  top: 50%;
  bottom: 0;
  left: 50%;
  right: 0;
  display: block;
  transform: translate(-50%, -50%);
}
#blog #post-img-2::before {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  z-index: 1;
  opacity: .3;
  background: url(../images/filter_pic.png);
}
#blog #post-img-2 p {
  font-size: 18px;
  color: #000;
  text-align: left;
  font-family: "Overpass-Light";
  line-height: 24px;
  margin: 0;
  width: 90%;
  float: right;
  padding: 0 80px 0 0;
}
#blog #post-img-2 p:nth-of-type(2) {
  width: 60%;
  float: right;
}
#blog #post-img-2 h3 {
  font-size: 30px;
  color: #282b34;
  text-align: left;
  font-family: "DINCondensed-Bold";
  line-height: 33px;
  margin: 56px 44px 66px 0;
  text-transform: uppercase;
  display: inline-block;
  width: 32%;
}

.blog-pagination {
  border-top: 2px dotted #c3e7ed;
  border-bottom: 2px dotted #c3e7ed;
  padding: 22px 0 20px 0;
  margin: 0 0 80px 0;
}

.previous, .next {
  float: left;
  text-align: left;
  width: 32%;
  display: inline-block;
}

.next {
  float: right;
  text-align: right;
}

#prev-btn, #next-btn {
  font-size: 18px;
  font-family: "DINCondensed-Bold";
  text-transform: uppercase;
  color: #009ab2;
  transition: .3s;
  margin-bottom: 20px !important;
}
#prev-btn:hover, #next-btn:hover {
  opacity: .7;
}
#prev-btn a > span, #next-btn a > span {
  display: inline-block;
  margin: 0 10px 3px 0;
  width: 7px;
  height: 7px;
  border-bottom: 1px solid #21a7bc;
  border-right: 1px solid #21a7bc;
  transform: rotate(133deg);
}

#next-btn {
  font-size: 18px;
  font-family: "DINCondensed-Bold";
  text-transform: uppercase;
  color: #009ab2;
  transition: .3s;
}
#next-btn:hover {
  opacity: .7;
}
#next-btn a > span {
  display: inline-block;
  margin: 0 0 3px 10px;
  width: 7px;
  height: 7px;
  border-bottom: 1px solid #21a7bc;
  border-right: 1px solid #21a7bc;
  transform: rotate(313deg);
}

#blog .post-title {
  font-size: 22px;
  font-family: "DINCondensed-Bold";
  color: #282b34;
  margin: 0;
  text-transform: uppercase;
  transition: .3s;
  margin-top: 15px;
}
#blog .post-title:hover {
  opacity: .7;
}
#blog .date-post {
  font-size: 14px;
  color: #c8caca;
  margin: 0 0 30px 0;
  display: inline-block;
}
#blog .post-desc-pagin {
  font-size: 16px;
  font-family: 'Overpass-Light';
  color: #000;
}
#blog .margin-top {
  margin-top: 55px;
}
#blog .content-blog {
  padding: 0 15px 80px;
}

#recent-posts h3 {
  font-size: 22px;
  font-family: "DINCondensed-Bold";
  color: #c6c6c6;
  margin: 50px 0 22px 0;
  text-transform: uppercase;
}
#recent-posts .title {
  font-size: 22px;
  font-family: "DINCondensed-Bold";
  color: #282b34;
  margin: 0;
}
#recent-posts .date {
  font-size: 14px;
  font-family: "Overpass-Light";
  color: #c6c6c6;
  margin: 0 0 30px 0;
  display: block;
}
#recent-posts .desc {
  font-size: 16px;
  font-family: "Overpass-Light";
  color: #000;
  margin: 0 0 30px 0;
  line-height: 20px;
  padding: 0 0 30px 0;
  border-bottom: 2px dotted #9ad7e0;
}
#recent-posts .desc::after {
  content: '\f105';
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  color: #009ab2;
  margin: 0px 0px 0px 10px;
  text-decoration: none;
}
#recent-posts .blog-archive p {
  margin: 0;
}
#recent-posts .blog-archive p:last-of-type::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -30px;
  width: 260px;
  border-bottom: 2px dotted #9ad7e0;
}
#recent-posts .blog-archive a {
  font-size: 30px;
  font-family: "DINCondensed-Bold";
  color: #fff;
  margin: 0 10px 0 0px;
  background: #009ab2;
  text-transform: uppercase;
  padding: 0 10px;
}
#recent-posts .blog-archive a::after {
  content: '\f105';
  font-family: FontAwesome;
  color: #fff;
  margin: 0 0 0 10px;
  font-size: 18px;
  vertical-align: middle;
}

#pinned-posts h3 {
  font-size: 22px;
  font-family: "DINCondensed-Bold";
  color: #c6c6c6;
  margin: 60px 0 22px 0;
  text-transform: uppercase;
}
#pinned-posts .title {
  font-size: 22px;
  font-family: "DINCondensed-Bold";
  color: #282b34;
  margin: 0;
}
#pinned-posts .date {
  font-size: 14px;
  font-family: "Overpass-Light";
  color: #c6c6c6;
  margin: 0 0 30px 0;
  display: block;
}
#pinned-posts .desc {
  font-size: 16px;
  font-family: "Overpass-Light";
  color: #000;
  margin: 0 0 30px 0;
  line-height: 20px;
  padding: 0 0 30px 0;
  border-bottom: 2px dotted #9ad7e0;
}
#pinned-posts .desc::after {
  content: '\f105';
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  color: #009ab2;
  margin: 0px 0px 0px 10px;
  text-decoration: none;
}
#pinned-posts .blog-archive p {
  margin: 0;
}
#pinned-posts .blog-archive p:last-of-type::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -30px;
  width: 260px;
  border-bottom: 2px dotted #9ad7e0;
}
#pinned-posts .blog-archive a {
  font-size: 30px;
  font-family: "DINCondensed-Bold";
  color: #fff;
  margin: 0 10px 0 0px;
  background: #009ab2;
  text-transform: uppercase;
  padding: 0 10px;
}
#pinned-posts .blog-archive a::after {
  content: '\f105';
  font-family: FontAwesome;
  color: #fff;
  margin: 0 0 0 10px;
  font-size: 18px;
  vertical-align: middle;
}

#notes .circle-title {
  width: 476px;
  float: right;
  font-size: 24px;
  color: #333;
  font-family: "DINCondensed-Bold";
  margin: 15px -15px 0 0;
}

/* BLOG */
@media screen and (max-width: 1200px) {
  #blog h2 {
    padding: 0;
  }
  #blog #post-text-2 h3 {
    width: 30%;
  }
  #blog .col-md-7:first-of-type {
    margin: 80px 0 0 90px;
  }
  #blog #copy {
    top: 15%;
  }
  #blog .margin-top {
    margin-top: 95px;
  }

  .blog-soc-btns {
    width: 13%;
  }

  #notes .circle-title {
    font-size: 26px;
  }
  #notes .circle {
    margin: 0 0 0 24px;
  }
}
/* BLOG */
@media screen and (max-width: 992px) {
  .content-blog {
    margin-top: 0;
  }

  .blog .col-md-8:first-of-type {
    margin: 90px 0 0 0;
  }

  .blog-pagination {
    order: 2;
    width: 92%;
    margin: 30px auto 60px;
  }

  #pinned-posts {
    order: 3;
    margin: 0 auto 30px;
  }
  #pinned-posts .blog-archive p:last-of-type {
    display: none;
  }

  #recent-posts {
    order: 3;
    margin: 0 auto 30px;
  }
  #recent-posts .blog-archive p:last-of-type {
    display: none;
  }

  #blog .col-md-7:first-of-type {
    margin: 80px 0 0 31px;
  }
  #blog #posts .text {
    font-size: 18px;
    line-height: 24px;
    width: 80%;
  }
  #blog #copy {
    top: 20%;
  }
  #blog #post-text-2 h3 {
    text-align: left;
    font-size: 42px;
    width: 40%;
  }
  #blog #post-text-2 p:nth-of-type(2) {
    width: 58%;
  }
  #blog .post-title {
    font-size: 24px;
    line-height: 34px;
  }
  #blog .date-post {
    font-size: 18px;
  }
  #blog .post-desc-pagin {
    font-size: 22px;
    line-height: 24px;
  }

  .previous, .next {
    width: 30%;
  }

  .next {
    width: 30%;
  }

  #prev-btn, #next-btn {
    font-size: 24px;
  }
  #prev-btn a > span, #next-btn a > span {
    width: 12px;
    height: 12px;
    border-bottom: 2px solid #21a7bc;
    border-right: 2px solid #21a7bc;
  }

  #next-btn {
    font-size: 24px;
  }
  #next-btn a > span {
    width: 12px;
    height: 12px;
    border-bottom: 2px solid #21a7bc;
    border-right: 2px solid #21a7bc;
  }

  #notes .circle-title {
    font-size: 30px;
  }
}
/* BLOG */
@media screen and (max-width: 768px) {
  #blog .title-sec {
    width: 82%;
  }
  #blog .col-md-7:first-of-type {
    margin: 90px auto 0;
  }
  #blog h1 {
    font-size: 60px;
    line-height: 60px;
    width: 87%;
  }
  #blog #post .text {
    font-size: 26px;
    line-height: 28px;
    width: 90%;
    margin: 0 0 0 50px;
  }
  #blog #copy {
    top: 296px;
    font-size: 22px;
  }
  #blog #post-text-2 {
    height: 258px;
  }
  #blog #post-text-2 p {
    font-size: 26px;
    line-height: 28px;
    padding: 0;
  }
  #blog #post-text-2 h3 {
    font-size: 40px;
    line-height: 40px;
    width: 42%;
    margin: 56px 0px 66px 0;
  }
  #blog .post-title {
    font-size: 21px;
  }
  #blog date-post {
    font-size: 22px;
  }
  #blog .post-desc-pagin {
    font-size: 22px;
    line-height: 24px;
  }
  #blog .margin-top {
    margin-top: 0;
  }

  .blog-soc-btns {
    width: 18%;
  }
  .blog-soc-btns i:first-of-type {
    margin: 0 14px 0 0;
    font-size: 26px;
  }

  .blog-date {
    font-size: 28px;
  }

  .blog-desc {
    font-size: 28px;
    line-height: 34px;
  }

  .previous, .next {
    width: 20%;
  }

  .next {
    width: 20%;
  }

  .blog-pagination .previous, .blog-pagination .next {
    width: 20%;
  }
  .blog-pagination #prev-btn, .blog-pagination #next-btn {
    font-size: 28px;
  }
  .blog-pagination #prev-btn a > span, .blog-pagination #next-btn a > span {
    width: 12px;
    height: 12px;
    border-bottom: 2px solid #21a7bc;
    border-right: 2px solid #21a7bc;
  }
  .blog-pagination .next {
    width: 20%;
  }
  .blog-pagination #next-btn {
    font-size: 28px;
  }
  .blog-pagination #next-btn a > span {
    width: 12px;
    height: 12px;
    border-bottom: 2px solid #21a7bc;
    border-right: 2px solid #21a7bc;
  }

  #pinned-posts {
    width: auto;
    padding-top: 50px;
  }
  #pinned-posts h3 {
    margin: 0 0 50px 0;
    font-size: 44px;
  }
  #pinned-posts .title {
    font-size: 34px;
  }
  #pinned-posts .date {
    font-size: 26px;
  }
  #pinned-posts .desc {
    font-size: 28px;
    line-height: 30px;
  }

  #recent-posts {
    width: auto;
    padding-top: 50px;
  }
  #recent-posts h3 {
    margin: 0 0 50px 0;
    font-size: 44px;
  }
  #recent-posts .title {
    font-size: 34px;
  }
  #recent-posts .date {
    font-size: 26px;
  }
  #recent-posts .desc {
    font-size: 28px;
    line-height: 30px;
  }

  #notes .circle-title {
    width: 80%;
  }
}
/* BLOG */
@media screen and (max-width: 560px) {
  #blog .col-md-7:first-of-type {
    margin: 80px 0 0 14px;
  }
  #blog h1 {
    font-size: 31px;
    line-height: 33px;
    width: 87%;
  }
  #blog h2 {
    text-align: left;
  }
  #blog #copy {
    top: 296px;
    font-size: 16px;
  }
  #blog #posts .text {
    font-size: 18px;
    line-height: 22px;
    width: 100%;
    margin: 20px 0 0 0;
  }
  #blog .post-title {
    font-size: 24px;
  }
  #blog .date-post {
    font-size: 15px;
  }
  #blog .post-desc-pagin {
    font-size: 16px;
    line-height: 20px;
  }
  #blog #post-img-2 {
    height: 194px;
  }
  #blog #post-img-2 img {
    width: auto;
  }
  #blog #post-img-2 p {
    font-size: 18px;
    line-height: 24px;
    width: 100%;
  }
  #blog #post-img-2 p:nth-of-type(2) {
    width: 100%;
  }
  #blog #post-img-2 h3 {
    font-size: 42px;
    line-height: 38px;
    width: 100%;
    margin: 50px 0px 50px 0;
  }
  #blog .post-img {
    /*width: 237px;
    height: 237px;*/
    overflow: hidden;
    float: none;
  }

  .blog-date {
    font-size: 18px;
  }

  .blog-desc {
    font-size: 20px;
    line-height: 24px;
  }

  .blog-soc-btns i:first-of-type {
    margin: 0 4px 0 0;
    font-size: 20px;
  }

  .blog-pagination .previous, .blog-pagination .next {
    width: 49%;
  }
  .blog-pagination .next {
    width: 49%;
  }
  .blog-pagination #prev-btn, .blog-pagination #next-btn {
    font-size: 30px;
    line-height: 38px;
    display: block;
  }
  .blog-pagination #next-btn {
    font-size: 30px;
    line-height: 38px;
    display: block;
  }

  #pinned-posts {
    width: 100%;
  }
  #pinned-posts h3 {
    margin: 0 0 30px 0;
    font-size: 32px;
  }
  #pinned-posts .title {
    font-size: 26px;
  }
  #pinned-posts .date {
    font-size: 20px;
  }
  #pinned-posts .desc {
    font-size: 18px;
    line-height: 24px;
  }

  #recent-posts {
    width: 100%;
  }
  #recent-posts h3 {
    margin: 0 0 30px 0;
    font-size: 32px;
  }
  #recent-posts .title {
    font-size: 26px;
  }
  #recent-posts .date {
    font-size: 20px;
  }
  #recent-posts .desc {
    font-size: 18px;
    line-height: 24px;
  }

  #notes .circle-title {
    width: 76%;
  }
}
@media screen and (max-width: 425px) {
  #prev-btn, #next-btn {
    margin-bottom: 30px;
  }

  #next-btn {
    margin-bottom: 30px;
  }
}
#project_submit .breadcrumps {
  margin: 20px 0 20px 0;
}
#project_submit .line {
  width: 100%;
  margin: 58px 0 0 0;
  height: 69px;
  background: #009ab2;
  border-left: 9px solid #fff;
  border-right: 9px solid #fff;
}
#project_submit .submit-icon {
  width: 30%;
  float: left;
}
#project_submit .submit-icon img {
  display: block;
  width: 80px;
  height: auto;
  margin: 26px 30px 0 auto;
}
#project_submit #desc {
  display: inline-block;
  width: 60%;
  height: auto;
  border-left: 2px dotted #c3e7ed;
  padding: 0 0 0 28px;
  margin: 0 0 25px 0;
}
#project_submit #desc p {
  font-size: 20px;
  color: #000;
  text-align: left;
  font-family: "Overpass-Light";
  line-height: 24px;
  margin: 0 0 12px 0;
}
#project_submit h5 {
  font-size: 60px;
  color: #000;
  text-align: left;
  font-family: "Overpass-Bold";
  line-height: 54px;
  margin: 20px 0 10px 0;
  text-transform: capitalize;
}
#project_submit .pdf {
  margin: 0;
  padding: 0 0 30px 0;
  height: 86px;
  position: relative;
  border-bottom: 2px dotted #009ab2;
}
#project_submit .pdf::after {
  position: absolute;
  width: 100%;
  height: 53px;
  top: 12%;
  bottom: 0;
  left: -2%;
  right: 0;
  content: "";
  display: block;
  z-index: -1;
  background: #f7f7f7;
}
#project_submit .pdf div {
  display: inline-blockm;
  width: 53px;
  height: 53px;
  background: #009ab2;
  float: left;
  margin: 0 30px 0 0;
}
#project_submit .pdf div img {
  margin: 7px auto 0;
  display: block;
  line-height: 53px;
}
#project_submit .pdf p {
  font-size: 18px;
  color: #000;
  text-align: left;
  font-family: "Overpass-Reg";
  line-height: 24px;
  margin: 0;
  display: block;
}
#project_submit .pdf p::after {
  content: '\f105';
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  color: #009ab2;
  margin: 0px 0px 0px 35px;
  text-decoration: none;
  transition: .3s;
}
#project_submit .pdf a {
  font-size: 14px;
  font-family: "Overpass-Reg";
  color: #009ab2;
  margin: 0;
  display: inline;
  transition: .3s;
}
#project_submit .information_bubble {
  cursor: pointer;
}
#project_submit .information_bubble::before {
  font-size: 22px;
  color: #fff;
  text-align: center;
  font-family: "Roboto Condensed";
  line-height: 31px;
  margin: 0;
  position: absolute;
  width: 30px;
  height: 30px;
  top: 49%;
  bottom: 0;
  left: -39px;
  right: 0;
  content: "!";
  display: block;
  border-radius: 50%;
  background: #009ab2;
  transform: translate(-50%, -50%);
}
#project_submit .information_bubble::after {
  position: absolute;
  width: 2px;
  height: 100%;
  top: -1px;
  bottom: 0;
  left: -40px;
  right: 0;
  content: "";
  display: block;
  border-left: 2px solid #b2b4b4;
  z-index: -1;
}
#project_submit .information_bubble h2::before {
  position: absolute;
  width: 20px;
  height: 20px;
  top: 50%;
  bottom: 0;
  left: -11px;
  right: 0;
  content: "";
  display: block;
  background: #fff;
  transform: rotate(45deg) translate(-50%, -50%);
  border-left: 1px solid #75d7e6;
  border-bottom: 1px solid #75d7e6;
}
#project_submit form {
  position: relative;
}
#project_submit .content_bubble::after {
  position: absolute;
  width: 2px;
  height: 130%;
  top: 0;
  bottom: 0;
  left: -40px;
  right: 0;
  content: "";
  display: block;
  border-left: 2px solid #c6c6c6;
  z-index: -1;
}
#project_submit .content_bubble:nth-of-type(6)::after {
  height: 100%;
}
#project_submit .content_bubble:nth-of-type(13)::after {
  height: 100%;
}
#project_submit .content_bubble:nth-of-type(15)::after {
  height: 100%;
}
#project_submit .content_bubble:nth-of-type(7) {
  margin: 0 auto 25px 80px;
}
#project_submit #form_submit {
  margin: 30px 0 50px 0;
}

#project-nominate .breadcrums {
  margin: 20px 0 20px 0;
}

.label-categories {
  vertical-align: -webkit-baseline-middle;
  padding-left: 2.2em;
  padding-top: 5px;
  display: inline-block;
}

.information_bubble::after {
  height: 100%;
}

.information_bubble_inactive {
  border-color: #009ab2;
  box-shadow: 0 0 3px #009ab2;
}

.information_bubble_active {
  background: #e6fcff;
  border: 1px solid #b2b4b4;
  box-shadow: 0 0 2px #009ab2;
}

.information_bubble_content {
  display: none;
}

.information_bubble_content_row_number {
  font-family: "DINCondensed-Bold";
  font-size: 60px;
  float: left;
  color: #009ab2;
}

.information_bubble_content_row_text {
  font-size: 18px;
  width: 93%;
  float: left;
  margin: 23px 0 0 19px !important;
}

.substantial {
  padding: 30px 0;
  margin: 30px 0 0 0;
  border-top: 2px dotted #009ab2;
  position: relative;
  z-index: 1;
  background: #fff;
}
.substantial h3 {
  margin: 0 0 26px 0;
  font-family: "DINCondensed-Bold";
  font-size: 30px;
  text-transform: uppercase;
}
.substantial p {
  font-size: 18px;
  line-height: 24px;
  margin: 0;
  font-family: "Overpass-Light";
}

.supl-info {
  padding: 30px 0 10px 0;
  margin: 30px 0 0 0;
  border-top: 2px dotted #009ab2;
  position: relative;
  z-index: 1;
  background: #fff;
}
.supl-info h3 {
  margin: 0 0 26px 0;
  font-family: "DINCondensed-Bold";
  font-size: 30px;
  text-transform: uppercase;
}
.supl-info ul {
  margin: 0 0 0 14px;
  font-family: "Overpass-Light";
  list-style-image: url(../img/bullet.png);
}
.supl-info ul li {
  font-size: 18px;
}

#submit-form .check {
  border-top: 2px dotted #009ab2;
  border-bottom: 2px dotted #009ab2;
  margin: 0 0 -2px 0;
  padding: 28px 0 26px 0;
}
#submit-form .check:nth-of-type(1) {
  border-bottom: 10px;
}
#submit-form .check input[type="checkbox"] {
  margin: 0 0 0 29px;
  float: left;
}
#submit-form .check label {
  font-size: 18px;
  line-height: 24px;
  margin: 0 0 0 45px;
  width: 86%;
  font-weight: normal;
  font-family: "Overpass-Light";
}
#submit-form .check p {
  font-size: 18px;
  line-height: 24px;
  margin: 0 0 36px 0;
  width: 86%;
  font-weight: normal;
  font-family: "Overpass-Light";
}
#submit-form .check a {
  color: #009ab2;
  text-decoration: underline;
}
#submit-form .check .one {
  border-bottom: 0;
  padding-bottom: 0;
}

/****** Project nominate ******/
#project-nominate .line {
  width: 100%;
  margin: 58px 0 0 0;
  height: 69px;
  background: #009ab2;
  border-right: 9px solid #fff;
  border-left: 9px solid #fff;
}
#project-nominate .nominate-icon {
  width: 30%;
  float: left;
}
#project-nominate .nominate-icon img {
  display: block;
  width: 80px;
  height: auto;
  margin: 94px 30px 0 auto;
}
#project-nominate .prj-head {
  border-bottom: 2px dotted #009ab2;
}
#project-nominate #desc {
  display: inline-block;
  width: 60%;
  height: auto;
  border-left: 2px dotted #c3e7ed;
  padding: 0 0 0 28px;
  margin: 39px 0 70px 0;
}
#project-nominate #desc p {
  font-size: 20px;
  color: #000;
  text-align: left;
  font-family: "Overpass-Light";
  line-height: 24px;
  margin: 0 0 12px 0;
}
#project-nominate h5 {
  font-size: 60px;
  color: #000;
  text-align: left;
  font-family: "Overpass-Bold";
  line-height: 54px;
  margin: 20px 0 10px 0;
  text-transform: capitalize;
}

#notes {
  width: 550px;
  margin: 10px auto 0;
}
#notes p {
  font-size: 18px;
  line-height: 24px;
  margin: 0;
  font-family: "Overpass-Light";
}
#notes h3 {
  font-size: 18px;
  margin: 38px 0 12px 0;
  font-family: #font-reg;
}
#notes .circle {
  display: inline-block;
  width: 60px;
  height: 60px;
  position: relative;
  border-radius: 50%;
  background: #f7f7f7;
}
#notes .circle span {
  position: absolute;
  top: 50%;
  bottom: 0;
  left: 60%;
  right: 0;
  font-size: 30px;
  font-family: "Overpass-Bold";
  color: #009ab2;
  margin: 0;
  transform: translate(-50%, -50%);
}
#notes .note {
  margin: 0 0 30px 0;
}
#notes .note:nth-of-type(2) {
  margin: 0 0 8px 0;
}
#notes .desk-note {
  width: 476px;
  margin: 20px -15px 0 0;
  float: right;
}
#notes h4 {
  font-size: 18px;
  font-family: "Overpass-Reg";
  color: #009ab2;
  margin: 0 0 30px 30px;
  text-transform: uppercase;
}

.nominate-form {
  padding-top: 28px;
  border-top: 2px dotted #009ab2;
}
.nominate-form form {
  position: relative;
}
.nominate-form form::before {
  position: absolute;
  width: 2px;
  height: 75%;
  top: 0;
  bottom: 0;
  left: 40px;
  right: 0;
  content: "";
  display: block;
  border-left: 2px solid #c6c6c6;
}
.nominate-form .check {
  border-top: 2px dotted #009ab2;
  border-bottom: 2px dotted #009ab2;
  margin: 0 0 32px 0;
  padding: 28px 0 26px 0;
}
.nominate-form .check input[type="checkbox"] {
  margin: 0 0 0 29px;
  float: left;
}
.nominate-form .check label {
  margin: 0 0 0 45px;
  font-size: 18px;
  width: 86%;
  float: left;
  font-weight: normal;
  font-family: "Overpass-Reg";
}
.nominate-form .receive {
  border-bottom: 2px dotted #009ab2;
  margin: 0 0 28px 0;
}
.nominate-form .receive p {
  font-size: 18px;
  line-height: 24px;
  margin: 0 0 30px 0;
  font-family: "Overpass-Light";
}
.nominate-form #form-submit {
  margin: 0 0 50px 0;
}

/***** Juror Submit ******/
#header-juror #hd-img-wrap {
  position: relative;
  width: 100%;
  height: 500px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  border-right: 9px solid #fff;
  border-left: 9px solid #fff;
}
#header-juror #hd-img-wrap::after {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  display: block;
  opacity: 0.3;
  background: url(../img/filter_pic.png);
}
#header-juror #bg-header {
  position: absolute;
  width: 100%;
  height: auto;
  top: 50%;
  bottom: 0;
  left: 50%;
  right: 0;
  transform: translate(-50%, -50%);
}
#header-juror h1 {
  font-size: 80px;
  color: #fff;
  text-align: left;
  font-family: "DINCondensed-Bold";
  line-height: 70px;
  margin: 200px 0 0 30px;
  position: relative;
  z-index: 1;
  display: inline-block;
  text-transform: uppercase;
}

#juror-submit {
  padding: 60px 0;
  background: url(../img/figure.png) no-repeat;
  background-position: -50px 49%;
}

.juror-icon {
  width: 80px;
  display: block;
  margin: 0 auto;
}

.juror-head-desk {
  width: 530px;
  margin: 40px auto 0;
}
.juror-head-desk p {
  font-size: 40px;
  line-height: 40px;
  font-family: "Overpass-Bold";
  text-align: center;
}
.juror-head-desk p:nth-of-type(2) {
  font-family: "Overpass-Bold";
  font-size: 40px;
  color: #009ab2;
  margin: 30px 0 0 0;
  text-align: center;
}
.juror-head-desk p:nth-of-type(3) {
  font-family: "Overpass-Light";
  font-size: 20px;
  line-height: 24px;
  margin: 30px 0 0 0;
  text-align: left;
}
.juror-head-desk p:nth-of-type(3)::after {
  position: absolute;
  width: 100%;
  height: 134px;
  top: 334px;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  display: block;
  z-index: -1;
  background: #f7f7f7;
}

.duties {
  margin: 57px 0 0 0;
}
.duties .row {
  margin-right: 10px;
}
.duties h2 {
  font-size: 40px;
  color: #000;
  text-align: center;
  font-family: "DINCondensed-Bold";
  line-height: normal;
  margin: 30px 0;
  text-transform: uppercase;
}
.duties::before {
  display: block;
  width: 100%;
  height: auto;
  content: "";
  top: 0;
  left: 0;
  border-bottom: 2px dotted #009ab2;
}
.duties::after {
  display: block;
  width: 100%;
  height: auto;
  content: "";
  margin: 20px 0 30px 0;
  top: 0;
  left: 0;
  border-bottom: 2px dotted #009ab2;
}

.dut {
  width: 366px;
  height: 200px;
  background: #009ab2;
  padding: 40px 30px;
  margin: 0 0 10px 0;
  box-shadow: 2px 2px 10px #c7c7c7;
}
.dut p {
  font-size: 22px;
  line-height: 26px;
  font-family: "Overpass-Light";
  color: #fff;
  width: 240px;
  display: inline-block;
}
.dut span {
  font-family: "Overpass-Reg";
}
.dut img {
  display: block;
}

.duties .col-sm-6:nth-of-type(1) .dut p {
  margin: 0;
  text-align: right;
  float: left;
}
.duties .col-sm-6:nth-of-type(1) .dut img {
  margin-top: 9px;
  float: right;
}
.duties .col-sm-6:nth-of-type(3) .dut {
  padding: 27px 30px;
}
.duties .col-sm-6:nth-of-type(3) .dut p {
  margin: 0;
  text-align: right;
  float: left;
}
.duties .col-sm-6:nth-of-type(3) .dut img {
  margin-top: 29px;
  float: right;
}
.duties .col-sm-6:nth-of-type(2) .dut p {
  margin: 0;
  float: right;
}
.duties .col-sm-6:nth-of-type(2) .dut img {
  margin-top: 13px;
  float: left;
}
.duties .col-sm-6:nth-of-type(4) .dut {
  padding: 22px 30px;
}
.duties .col-sm-6:nth-of-type(4) .dut p {
  margin: 0;
  float: right;
}
.duties .col-sm-6:nth-of-type(4) .dut img {
  margin-top: 29px;
  float: left;
}

.rewards {
  border-top: 2px dotted #009ab2;
  margin-top: 30px;
  padding-top: 30px;
  border-bottom: 2px dotted #009ab2;
  margin-bottom: 30px;
}
.rewards h3 {
  font-size: 30px;
  color: #11a1b7;
  text-align: left;
  font-family: "DINCondensed-Bold";
  line-height: normal;
  margin: 0 0 40px 0;
  text-transform: uppercase;
}
.rewards ul {
  width: 306px;
  list-style-image: url(../img/bullet.png);
}
.rewards ul li {
  font-size: 18px;
  line-height: 24px;
  font-family: "Overpass-Light";
  margin: 0 0 38px 0;
}
.rewards ul li p {
  margin: 0;
}
.rewards ul li span {
  display: block;
  margin: 36px 0 0 0;
  font-family: "Overpass-Reg";
}
.rewards .col-sm-6:nth-of-type(2) h3 {
  font-size: 30px;
  color: #000;
  text-align: left;
  font-family: "DINCondensed-Bold";
  line-height: 34px;
  margin: 20px 0 10px 0;
}

.conditions > div {
  margin: 0 0 20px 0;
}
.conditions .circle {
  display: inline-block;
  width: 60px;
  height: 60px;
  top: 0;
  left: 0;
  float: left;
  position: relative;
  right: 0;
  margin: 0 12px 0 0;
  border-radius: 50%;
  background: #f7f7f7;
}
.conditions .circle span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 30px;
  color: #009ab2;
  font-family: "Overpass-Bold";
}

.circle-desk {
  font-family: "Overpass-Light";
  font-size: 18px;
  line-height: 24px;
  margin: 15px 0 0 0;
  width: 240px;
  display: inline-block;
  float: left;
}

/* FORM */
body {
  counter-reset: item;
}

.content {
  text-align: center;
  position: relative;
  margin-top: 200px;
  margin-bottom: 50px;
}

/*Hide placeholders on form element focus*/
input, textarea:focus::-webkit-input-placeholder {
  color: #c6c6c6;
}

input, textarea:focus:-moz-placeholder {
  color: transparent;
}

/* Firefox 18- */
input, textarea:focus::-moz-placeholder {
  color: transparent;
}

/* Firefox 19+ */
input, textarea:focus:-ms-input-placeholder {
  color: transparent;
}

/* oldIE ;) */
hr {
  border-top: none !important;
}
hr .hr-dotted {
  border: 0;
  border-bottom: 2px dotted #009ab2;
  background: #fff;
}

.clear {
  clear: both;
}

.juror-form h3 {
  font-family: "DINCondensed-Bold";
  font-size: 30px;
  text-align: left;
  text-transform: uppercase;
}
.juror-form form {
  position: relative;
  margin: 0 auto;
}
.juror-form form::before {
  position: absolute;
  width: 2px;
  height: 73%;
  top: 0;
  bottom: 0;
  left: 40px;
  right: 0;
  content: "";
  display: block;
  border-left: 2px solid #c6c6c6;
}

.content_bubble {
  position: relative;
  width: 667px;
  margin: 25px auto 25px 80px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 20px 20px 1px 20px;
}
.content_bubble::before {
  position: absolute;
  width: 30px;
  height: 30px;
  top: 49%;
  bottom: 0;
  left: -39px;
  right: 0;
  font-size: 22px;
  line-height: 31px;
  content: "?";
  display: block;
  border-radius: 50%;
  background: #b2b4b4;
  color: #fff;
  text-align: center;
  transform: translate(-50%, -50%);
}
.content_bubble select {
  display: inline-block;
  width: 332px;
  height: 40px;
  padding: 0 0 0 10px;
  margin: 0 10px 0 0;
  border: 1px solid #b2b4b4;
  font-size: 16px;
  color: #8b8b8b;
  font-family: "Overpass-Light";
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  background: url(../img/select-arrow.png) no-repeat 96% 50% #fff;
  margin-bottom: 15px;
}
.content_bubble h2 {
  color: #000;
  margin: 0.2em 0 0.2em 0;
  font-weight: bold;
  font-size: 20px;
  width: 96%;
}
.content_bubble h2::before {
  position: absolute;
  width: 20px;
  height: 20px;
  top: 50%;
  bottom: 0;
  left: -11px;
  right: 0;
  content: "";
  display: block;
  background: #f7f7f7;
  transform: rotate(45deg) translate(-50%, -50%);
  border-left: 1px solid #b2b4b4;
  border-bottom: 1px solid #b2b4b4;
}
.content_bubble h2 .active-tri::before {
  position: absolute;
  width: 20px;
  height: 20px;
  top: 53%;
  bottom: 0;
  left: -11px;
  right: 0;
  content: "";
  display: none;
  background: #f7f7f7;
  transform: rotate(45deg) translate(-50%, -50%);
  border-left: 1px solid #b2b4b4;
  border-bottom: 1px solid #b2b4b4;
}
.content_bubble h3 {
  color: #000;
  margin: 0.2em 0 0.5em 0;
  font-size: 18px;
}
.content_bubble textarea {
  color: #000;
  /* padding: 10px; */
  font-size: 16px;
  font-family: "Overpass-Light";
  resize: none;
  width: 100%;
  border: 1px solid #b2b4b4;
  margin: 10px auto 10px auto;
}
.content_bubble input {
  color: #000;
  /* padding: 10px; */
  font-size: 16px;
  font-family: "Overpass-Light";
}
.content_bubble input[type="text"] {
  resize: none;
  width: 100%;
  border: 1px solid #b2b4b4;
  margin: 10px auto 10px auto;
  padding: 0.3em;
}
.content_bubble .textarea_sm {
  height: 5em;
  padding: 10px;
}
.content_bubble .textarea_sm:first-of-type {
  height: 60px;
}
.content_bubble .textarea_md {
  height: 8em;
  padding: 10px;
}
.content_bubble .textarea_lg {
  height: 20em;
  padding: 10px;
}

select::-ms-expand {
  display: none;
}

.input_bubble_content_active {
  margin-bottom: 15px;
}
.input_bubble_content_active div {
  margin-bottom: 5px;
}
.input_bubble_content_active:first-of-type::after {
  position: absolute;
  width: 10%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 10px;
  content: '\f105';
  display: block;
  font-family: FontAwesome;
  padding: 12px 8px;
  z-index: 1;
  text-align: center;
  pointer-events: none;
  box-sizing: border-box;
}

.input_bubble_visited::before {
  font-size: 18px;
  font-family: FontAwesome;
  color: #fff;
  margin: 0;
  content: "\f00c";
  background: #009ab2;
}

.input_bubble_active::before {
  content: "?";
  background: #009ab2;
}

.content_bubble_btn_blue {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  width: 260px;
  height: 40px;
  color: #fff;
  background: #009ab2;
  border: none;
  font-family: "DINCondensed-Bold";
  font-size: 26px;
}

.content_bubble_btn_grey {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  width: 260px;
  height: 40px;
  color: #fff;
  background: #c6c6c6;
  border: none;
  font-family: "DINCondensed-Bold";
  font-size: 26px;
}

.protec-desk {
  margin: 30px 0;
  padding: 20px 0;
  border-bottom: 2px dotted #009ab2;
  border-top: 2px dotted #009ab2;
}
.protec-desk p {
  display: inline;
  font-size: 18px;
  font-family: "Overpass-Reg";
  margin: 30px 0;
  padding-left: 20px;
}

.checkbox-regular {
  display: inline-block;
  width: 25px;
  height: 25px;
  -webkit-appearance: none;
  background-color: #fff;
  border: 1px solid #b2b4b4;
  padding: 9px;
  position: absolute;
}
.checkbox-regular:active {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px 1px 3px rgba(0, 0, 0, 0.1);
}
.checkbox-regular:checked {
  background-color: #009ab2;
  border: 1px solid #adb8c0;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05), inset 15px 10px -12px rgba(255, 255, 255, 0.1);
  color: #fff;
}
.checkbox-regular:checked:after {
  content: '\2714';
  font-size: 18px;
  position: absolute;
  top: 0px;
  left: 4px;
  color: #fff;
}
.checkbox-regular:checked:active {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px 1px 3px rgba(0, 0, 0, 0.1);
}

.file_upload_btn {
  position: relative;
  overflow: hidden;
  margin: 10px;
}
.file_upload_btn .upload {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0;
  padding: 0;
  font-size: 20px;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
}

.content_bubble_btn_edit {
  width: auto;
  display: none;
  float: right;
  color: #009ab2;
  background: #fff;
  border: 2px solid #009ab2;
  padding: 0 0.8em 0 0.8em;
}

.input_bubble_inactive {
  background: #fff;
  border-color: #c6c6c6;
  box-shadow: 0 0 3px #616161;
  padding: 10px !important;
  clear: both;
  color: #c6c6c6;
}
.input_bubble_inactive h2 {
  color: #c6c6c6;
}

.input_bubble_visited {
  background: #fff;
  border-color: #c6c6c6;
  box-shadow: 0 0 3px #616161;
}
.input_bubble_visited h2 {
  color: #c6c6c6;
  margin-bottom: 15px;
}

.input_bubble_active {
  background: #f7f7f7;
  border-color: #c6c6c6;
  box-shadow: 0 0 3px #616161;
}

.input_bubble_inactive .input_bubble_content_active,
.input_bubble_visited .input_bubble_content_active,
.input_bubble_visited .input_bubble_subtitle,
.input_bubble_active .input_bubble_content_inactive,
.input_bubble_inactive .input_bubble_subtitle {
  display: none;
}

.input_bubble_active .input_bubble_content_active,
.input_bubble_visited .content_bubble_btn_edit,
.input_bubble_active .input_bubble_subtitle {
  display: block;
}

.input_bubble_title {
  float: left;
  width: 60%;
}

.input_errors {
  margin: 0.3em 0 1em 0;
  color: red;
}

.input_category {
  color: #fff;
  background: #c6c6c6;
  padding: 0.2em 0.8em 0.2em 0.8em;
  margin: 0 0.5em 0 0;
  border: 1px solid #b2b4b4;
  border-radius: 10px;
}

.mobile-msg {
  display: none;
}

#project-nominate .mobile-btns {
  display: none;
}

.upl-file p {
  font-size: 16px;
  line-height: 22px;
  float: left;
  width: 55%;
  padding: 0 0 0 30px;
  font-family: "Overpass-Light";
  color: #8b8b8b;
}
.upl-file img {
  display: block;
  margin: 50px auto 16px auto;
}

#project_submit .links {
  width: 100%;
}

.content_bubble #video-link {
  font-size: 16px;
  width: 100%;
  height: 40px;
  font-family: "Overpass-Light";
  border: 1px solid #b2b4b4;
}

.upl-button {
  border: 1px solid #b2b4b4;
  border-radius: 0;
  padding: 0;
  background: #fff;
  position: relative;
  text-align: center;
  float: left;
  height: 166px;
  width: 263px;
}

.list-unstyled {
  width: 100%;
  padding: 20px 0 10px 0;
}

.text-img {
  font-size: 18px;
}

.list-unstyled .fileList li {
  padding: 0 40px;
}
.list-unstyled .fileList li:first-of-type {
  padding: 10px 40px;
}
.list-unstyled .fileList li:last-of-type {
  padding: 10px 40px;
}

.fa.fa-trash-o {
  float: right;
  font-size: 26px;
  color: #8a8c8b;
}

.file-up-ch {
  padding-bottom: 30px;
}
.file-up-ch input {
  float: left;
  margin-right: 20px;
}
.file-up-ch label {
  width: 86%;
}

.btn-file {
  overflow: hidden;
  font-size: 16px;
  font-family: "Overpass-Light";
  color: #8b8b8b;
}
.btn-file input[type=file] {
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  outline: none;
  background: white;
  cursor: inherit;
  display: block;
}

ul .fileList .thumbs {
  clear: both;
  overflow: auto;
}
ul .fileList .thumbs li {
  float: left;
  position: relative;
  margin: 10px 10px 10px 0;
}
ul .fileList .thumbs li img {
  height: 100px;
}
ul .fileList .thumbs li img .icon {
  background-color: #ddd;
}
ul .fileList .thumbs li span .file-name {
  position: absolute;
  width: 56px;
  height: 60px;
  top: 22px;
  bottom: 0;
  left: 22px;
  right: 0;
  display: inline-block;
  overflow-wrap: break-word;
  font-size: 9px;
  color: #666;
}
ul .list-unstyled .fa.fa-info {
  color: #a94442;
  border-radius: 50%;
  border: 1px solid #a94442;
  width: 30px;
  margin: 0 20px 0 0;
  height: 30px;
  line-height: 30px;
  text-align: center;
}

.birthday-picker select {
  margin-bottom: 15px;
}

ul.fileList.thumbs li img:not(.icon) + span.file-name {
  display: none;
}

.input_bubble_content_inactive {
  color: #535353;
}

.initiator-form label {
  font-family: "Overpass-Reg";
  font-size: 16px;
}

.content_bubble_control {
  position: relative;
  top: -20px;
}

#what-we-are .reg-button {
  margin-left: 30px;
}

/* PROJECT SUBMIT */
@media screen and (max-width: 1600px) {
  #header-juror #bg-header {
    width: 160%;
  }
}
/* PROJECT SUBMIT */
@media screen and (max-width: 1200px) {
  .content_bubble {
    width: auto;
  }

  #submit-form .check label {
    font-size: 18px;
    line-height: 24px;
    margin: 0 0 0 45px;
    width: 80%;
    font-weight: normal;
    font-family: "Overpass-Reg";
  }
  #submit-form .check p {
    font-size: 18px;
    line-height: 24px;
    margin: 0 0 20px 45px;
    width: 80%;
    font-weight: normal;
    font-family: "Overpass-Reg";
  }

  #project_submit .col-md-4 {
    width: 31.333333%;
  }

  .dut {
    width: 300px;
  }
  .dut p {
    font-size: 18px;
    line-height: 22px;
    width: 190px;
  }

  .nominate-form .check label {
    width: 80%;
  }

  #notes .circle {
    margin: 0 0 0 24px;
  }
}
/* PROJECT SUBMIT */
@media screen and (max-width: 992px) {
  #notes {
    margin: 0;
  }
}
/* PROJECT SUBMIT */
@media screen and (max-width: 768px) {
  #project_submit .col-md-4,
  #project_submit .col-md-8 {
    display: none;
  }

  #juror-submit {
    background: none;
  }

  .mobile-msg {
    margin: 120px auto;
    display: block;
  }
  .mobile-msg p {
    text-align: center;
    font-size: 52px;
    font-family: "DINCondensed-Bold";
  }

  #project_submit .line,
  #project-nominate .line {
    margin: 0;
    height: 78px;
  }

  #header-juror #bg-header {
    position: absolute;
    width: auto;
    height: 100%;
    top: 50%;
    bottom: 0;
    left: 50%;
    right: 0;
    transform: translate(-50%, -50%);
  }

  .dut {
    width: 350px;
  }
  .dut p {
    line-height: 26px;
    width: 220px;
  }

  #juror-submit .col-md-4 .sidebar {
    top: 64%;
  }

  .input_category {
    display: inline-block;
    margin: 5px 0;
  }
}
@media screen and (max-width: 767px) {
  #header-juror #bg-header {
    position: absolute;
    width: auto;
    height: 100%;
    top: 50%;
    bottom: 0;
    left: 18%;
    right: 0;
    transform: translate(-50%, -50%);
  }

  .juror-icon {
    width: 90px;
  }

  .juror-head-desk p {
    font-size: 48px;
    line-height: 48px;
    width: 380px;
    margin: 0 auto;
  }
  .juror-head-desk p:nth-of-type(2) {
    font-size: 48px;
    margin: 50px auto 0;
  }
  .juror-head-desk p:nth-of-type(3) {
    font-size: 32px;
    line-height: 34px;
    width: 100%;
    position: relative;
    margin: 60px 0 0 0;
  }
  .juror-head-desk p:nth-of-type(3)::after {
    width: 100%;
    height: 219px;
    top: 5%;
    left: 0;
  }

  .duties .row {
    margin-right: -15px;
  }
  .duties h2 {
    font-size: 52px;
    margin: 60px 0;
  }
  .duties .col-sm-6:nth-of-type(1) .dut img {
    margin: 20px 40px 0 0px;
  }
  .duties .col-sm-6:nth-of-type(2) .dut img {
    margin: 48px 0px 0 2px;
  }
  .duties .col-sm-6:nth-of-type(3) .dut img {
    margin: 56px 0 0 0;
  }
  .duties .col-sm-6:nth-of-type(4) .dut img {
    margin: 53px 0 0 0;
  }

  .dut {
    padding: 60px 0;
    height: 220px;
    width: 100%;
  }
  .dut p {
    font-size: 34px;
    line-height: 38px;
    font-size: 34px;
    line-height: 38px;
    width: 365px;
  }
  .dut img {
    width: 60px;
  }

  .rewards h3 {
    font-size: 42px;
  }
  .rewards ul {
    width: auto;
    margin-bottom: 53px;
    border-bottom: 2px dotted #009ab2;
  }
  .rewards ul li {
    font-size: 30px;
    line-height: 34px;
    width: 90%;
    margin: 0 auto 38px auto;
  }
  .rewards .col-sm-6:nth-of-type(2) h3 {
    font-size: 42px;
    line-height: 46px;
  }

  .circle-desk {
    font-size: 30px;
    line-height: 33px;
    margin: 15px 0 0 0;
    width: 78%;
  }

  .condition .circle {
    margin: 0px 26px 0 0;
  }
  .condition > div:last-of-type {
    margin: 0 0 54px 0;
  }

  .juror-form h3 {
    font-size: 42px;
    margin: 60px 0;
  }
  .juror-form form::before {
    height: 70%;
    left: 15px;
  }

  .content_bubble {
    margin: 25px auto 25px 54px;
  }
  .content_bubble select {
    width: 100%;
    border-radius: 3px;
    height: 80px;
    font-size: 26px;
    margin-bottom: 20px;
  }
  .content_bubble h2 {
    font-size: 30px;
  }
  .content_bubble div {
    margin: 0;
  }

  .content_bubble_btn_blue {
    width: 100%;
    height: 86px;
    font-size: 44px;
  }

  .input_bubble_content_inactive {
    font-size: 18px;
  }

  .protec-desk {
    margin: 60px 0;
  }
  .protec-desk p {
    font-size: 30px;
    line-height: 36px;
    font-family: "Overpass-Reg";
    margin: 30px 0;
  }

  #project-nominate .line {
    margin: 0;
    height: 75px;
    border-right: 0;
    border-left: 0;
  }
  #project-nominate .nominate-icon {
    width: 24%;
    float: none;
  }
  #project-nominate #desc {
    border-left: 0;
    width: 86%;
    margin: 32px 0 30px 0;
  }
  #project-nominate #desc p {
    font-size: 30px;
    line-height: 32px;
  }
  #project-nominate h5 {
    font-size: 68px;
    line-height: 68px;
    margin-bottom: 56px;
  }
  #project-nominate .mobile-btns {
    display: block;
    margin-bottom: 32px;
  }
  #project-nominate .mobile-btns button {
    outline: none;
    width: 48%;
    height: 90px;
    background: transparent;
    font-size: 46px;
    font-family: "DINCondensed-Bold";
    border: 1px solid #d7d7d7;
    box-shadow: 1px 1px 5px #d7d7d7;
    border-radius: 3px;
    text-transform: uppercase;
    color: #000;
  }
  #project-nominate .mobile-btns button:last-of-type {
    float: right;
  }
  #project-nominate .mobile-btns button a {
    display: block;
    width: 100%;
    height: 100%;
    line-height: 90px;
  }
  #project-nominate .mobile-btns button a::after {
    content: '\f105';
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    color: #000;
    margin: 0px 0px 0px 10px;
    text-decoration: none;
  }
  #project-nominate .content_bubble .textarea_sm:first-of-type {
    height: 80px;
    border-radius: 3px;
  }

  #notes {
    width: auto;
    margin: 40px auto 0;
  }
  #notes p {
    font-size: 28px;
    line-height: 32px;
    width: 90%;
    margin: 0 auto 30px;
  }
  #notes h3 {
    font-size: 30px;
    width: 90%;
    margin: 40px auto 20px auto;
    font-family: "Overpass-Reg";
  }
  #notes .desc-note {
    font-size: 20px;
    line-height: 24px;
    width: 85%;
    margin: 20px 0 0 0;
    float: right;
  }
  #notes .circle span {
    font-size: 26px;
  }
  #notes h4 {
    font-size: 30px;
    width: 90%;
    margin: 40px auto 20px auto;
    font-family: "Overpass-Reg";
  }

  .nominate-form .check {
    margin: 0 0 40px 0;
  }
  .nominate-form .check label {
    font-size: 30px;
    line-height: 36px;
    margin: 0 0 0 24px;
    width: 84%;
  }
  .nominate-form form::before {
    height: 66%;
  }
  .nominate-form .recieve p {
    font-size: 30px;
    line-height: 32px;
  }
}
/* PROJECT SUBMIT */
@media screen and (max-width: 560px) {
  #header-juror #bg-header {
    left: -40%;
  }
  #header-juror h1 {
    font-size: 50px;
    line-height: 38px;
    margin: 200px 0 0 4px;
  }

  .mobile-msg p {
    font-size: 38px;
    line-height: 40px;
  }

  .juror-head-desk {
    width: auto;
  }
  .juror-head-desk p {
    font-size: 34px;
    line-height: 36px;
    width: auto;
  }
  .juror-head-desk p:nth-of-type(2) {
    font-size: 32px;
  }
  .juror-head-desk p:nth-of-type(3) {
    font-size: 24px;
    line-height: 28px;
    margin: 40px 0 0 0;
  }
  .juror-head-desk p:nth-of-type(3)::after {
    width: 104%;
    height: 300px;
    top: 5%;
    left: -7px;
  }

  .juror-icon {
    width: 80px;
  }

  .duties h2 {
    font-size: 34px;
    margin: 40px 0;
  }
  .duties .col-sm-6:nth-of-type(1) .dut img {
    margin: 10px auto;
    float: none;
  }
  .duties .col-sm-6:nth-of-type(1) .dut p {
    text-align: center;
    float: none;
  }
  .duties .col-sm-6:nth-of-type(2) .dut img {
    margin: 10px auto;
    float: none;
  }
  .duties .col-sm-6:nth-of-type(2) .dut p {
    float: none;
  }
  .duties .col-sm-6:nth-of-type(3) .dut img {
    margin: 10px auto;
    float: none;
  }
  .duties .col-sm-6:nth-of-type(3) .dut p {
    text-align: center;
    float: none;
  }
  .duties .col-sm-6:nth-of-type(4) .dut img {
    margin: 10px auto;
    float: none;
  }
  .duties .col-sm-6:nth-of-type(4) .dut p {
    float: none;
  }

  .dut {
    padding: 30px 10px;
    height: 100%;
    width: 100%;
  }
  .dut p {
    font-size: 24px;
    line-height: 28px;
    width: auto;
    float: none;
    text-align: center;
  }
  .dut img {
    width: auto;
  }

  .rewards h3 {
    font-size: 34px;
    margin: 0 0 30px 0;
  }
  .rewards ul li {
    font-size: 20px;
    line-height: 26px;
    width: 96%;
    margin: 0 auto 20px auto;
  }
  .rewards .col-sm-6:nth-of-type(2) h3 {
    font-size: 34px;
    line-height: 38px;
  }

  .conditions .circle {
    margin: 0px 10px 0 0;
  }
  .conditions .circle span {
    font-size: 26px;
  }

  .circle-desk {
    font-size: 20px;
    line-height: 24px;
    margin: 15px 0 0 0;
    width: 70%;
  }

  .juror-form h3 {
    font-size: 34px;
    margin: 40px 0;
  }
  .juror-form form::before {
    display: none;
  }

  .content_bubble {
    width: 98%;
    margin: 14px auto;
  }
  .content_bubble h2 {
    font-size: 20px;
  }
  .content_bubble select {
    height: 40px;
    font-size: 14px;
    margin-bottom: 10px;
  }
  .content_bubble .textarea_sm {
    font-size: 14px;
  }
  .content_bubble::before {
    display: none;
  }

  .content_bubble_btn_blue {
    width: 100%;
    height: 40px;
    font-size: 26px;
  }

  .protec-desk {
    margin: 40px 0;
  }
  .protec-desk p {
    font-size: 22px;
    line-height: 28px;
    margin: 20px 0;
  }

  #project-nominate #desc {
    width: 100%;
    padding: 0;
  }
  #project-nominate #desc p {
    font-size: 24px;
    line-height: 28px;
  }
  #project-nominate h5 {
    font-size: 50px;
    line-height: 60px;
    margin-bottom: 40px;
  }
  #project-nominate .mobile-btns button {
    width: 48%;
    height: 70px;
    font-size: 26px;
  }
  #project-nominate .mobile-btns button a {
    line-height: 70px;
  }
  #project-nominate .content_bubble .textarea_sm:first-of-type {
    height: 44px;
  }

  #notes p {
    font-size: 20px;
    line-height: 26px;
    width: 98%;
  }
  #notes .desk-note {
    width: 70%;
  }

  .nominate-form form::before {
    display: none;
  }
  .nominate-form .check label {
    font-size: 22px;
    line-height: 28px;
    margin: 0 0 0 24px;
    width: 70%;
  }
  .nominate-form .recieve p {
    font-size: 20px;
    line-height: 22px;
  }

  #what-we-are .reg-button {
    margin-left: 0;
  }
}
@media screen and (max-width: 425px) {
  #what-we-are .reg-button-de #subscribe-submit {
    height: auto;
    font-size: 35px;
  }
}
.cancel-icon {
  position: relative;
  float: left;
  margin: 26px 30px 0 auto;
  background: #f7f7f7;
  width: 160px;
  height: 160px;
  border-radius: 50%;
}
.cancel-icon img {
  display: block;
  margin: 46px auto 0;
}
.cancel-icon::after {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: -100px;
  left: 0;
  right: -119px;
  content: "";
  display: block;
  background: url("../img/x.png") no-repeat;
}

/* Success Juty*/
.jury-head #desc {
  @incude display(block, 72%, auto);
  padding: 0 0 0 28px;
  float: left;
  margin: 0 0 25px 0;
}
.jury-head #desc h5 {
  font-size: 40px;
  color: #000;
  text-align: left;
  font-family: "Overpass-Bold";
  line-height: 44px;
  margin: 20px 0 30px 0;
  text-transform: capitalize;
}
.jury-head #desc p {
  font-size: 20px;
  color: #000;
  text-align: left;
  font-family: "Overpass-Light";
  line-height: 24px;
  margin: 0 0 12px 0;
}

#success-jury .sbm-icon img {
  display: block;
  width: 80px;
  height: auto;
  margin: 50px auto 0;
}
#success-jury .team p {
  font-size: 18px;
  font-family: #000;
  color: "Overpass-Light";
  margin: 0;
}
#success-jury .team span {
  font-size: 14px;
  color: #009ab2;
}

.privacy-p {
  padding: 0 0 24px 0;
  border-bottom: 2px dotted #009ab2;
  /*-------------------------------------------------------*/
}
.privacy-p h4 {
  font-size: 18px;
  font-family: "Overpass-Bold";
  margin: 30px 0;
}
.privacy-p > div {
  margin: 0 0 20px 0;
}
.privacy-p .circle {
  display: inline-block;
  width: 60px;
  height: 60px;
  top: 0;
  left: 0;
  float: left;
  position: relative;
  right: 0;
  margin: 0 12px 0 0;
  border-radius: 50%;
  background: #f7f7f7;
}
.privacy-p .circle span {
  position: absolute;
  top: 50%;
  bottom: 0;
  left: 50%;
  right: 0;
  font-size: 30px;
  font-family: .privacy-p .circle span font-bold;
  color: #009ab2;
  margin: 0;
  transform: translate(-50%, -50%);
}
.privacy-p .circle-desk {
  font-family: 'Overpass-Light';
  font-size: 18px;
  line-height: 24px;
  margin: 15px 0 0 0;
  width: 90%;
  display: inline-block;
  float: left;
}

/* Success Nominate*/
.nominate-head #desc {
  padding: 0 0 0 28px;
  width: 72%;
  float: left;
  display: block;
  margin: 0 0 25px 0;
}

.nominate-head #desc h5 {
  font-size: 40px;
  line-height: 44px;
  color: #000;
  margin-bottom: 30px;
  text-align: left;
  font-family: 'Overpass-Bold';
  text-transform: capitalize;
}

.nominate-head #desc p {
  font-size: 20px;
  color: #000;
  text-align: left;
  font-family: 'Overpass-Light';
  line-height: 24px;
  margin: 0 0 12px 0;
}

.nominate-head #desc p:first-of-type {
  margin: 0 0 44px 0;
}

.nominate-head #desc p:nth-of-type(2) a {
  color: #009ab2;
  font-family: 'Overpass-Reg';
}

.nominate-head #desc p:nth-of-type(2) a span {
  display: inline-block;
  margin: 0 0 3px 10px;
  width: 7px;
  height: 7px;
  border-bottom: 1px solid #009ab2;
  border-right: 1px solid #009ab2;
  transform: rotate(-45deg);
}

#success-nominate .sbm-icon img {
  width: 80px;
  display: block;
  margin: 50px auto 0;
}

#success-nominate .team p {
  font-size: 18px;
  color: #000;
  font-family: 'Overpass-Light';
}

#success-nominate .team span {
  font-size: 14px;
  color: #009ab2;
  font-family: 'Overpass-Reg';
}

/* Success Submit*/
#success-submit .breadcrumps,
#success-nominate .breadcrumps,
#success-jury .breadcrumps {
  margin: 20px 0 20px 0;
}

.line {
  width: 100%;
  margin: 51px 0 0 0;
  height: 69px;
  background: #009ab2;
  border-right: 9px solid #fff;
  border-left: 9px solid #fff;
}

.sbm-icon {
  position: relative;
  float: left;
  margin: 26px 30px 0 auto;
  background: #f7f7f7;
  width: 160px;
  height: 160px;
  border-radius: 50%;
}

.sbm-icon::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -84px;
  right: -111px;
  width: 100%;
  height: 100%;
  background: url("../img/check.png") no-repeat;
}

.sbm-icon img {
  width: 80px;
  display: block;
  margin: 46px auto 0;
}

.success-head #desc {
  padding: 0 0 0 28px;
  width: 72%;
  float: left;
  display: block;
  margin: 0 0 25px 0;
}

.success-head #desc h5 {
  font-size: 40px;
  line-height: 44px;
  margin-bottom: 32px;
  color: #000;
  text-align: left;
  font-family: 'Overpass-Bold';
  text-transform: capitalize;
}

.success-head #desc p {
  font-size: 20px;
  color: #000;
  text-align: left;
  font-family: 'Overpass-Light';
  line-height: 24px;
  margin: 0 0 12px 0;
}

#success-submit .nx-stp {
  margin: 13px 0 0 0;
  padding: 0 0 45px 0;
  font-size: 18px;
  font-family: 'Overpass-Light';
  line-height: 24px;
  border-bottom: 2px dotted #009ab2;
}

#success-submit .what,
#success-submit .how {
  display: block;
  float: left;
  padding: 30px 0 0 0;
  width: 49%;
  border-bottom: 0;
  border-top: 0;
}

#success-submit .what .box,
#success-submit .how .box {
  width: 183px;
  height: 53px;
  float: left;
  background: #009ab2;
  font-size: 30px;
  text-transform: uppercase;
  font-family: 'DINCondensed-Bold';
  color: #fff;
  text-align: left;
  line-height: 53px;
  margin-bottom: 22px;
}

#success-submit .how p,
#success-submit .what p {
  font-size: 16px;
  color: #000;
  font-family: 'Overpass-Reg';
  text-transform: uppercase;
  display: inline-block;
  margin: 0;
  line-height: 22px;
  width: 94%;
}

#success-submit .how label {
  font-size: 14px;
  color: #009ab2;
  text-transform: initial;
  font-weight: normal;
}

#success-submit #news,
#success-nominate #news,
#success-jury #news {
  margin: 60px 0 0 0;
}

/* SUCCESS MESSAGES */
@media screen and (max-width: 992px) {
  .line {
    margin: -30px 0 0 0;
  }
}
/* SUCCESS MESSAGES */
@media screen and (max-width: 560px) {
  .line {
    height: 45px;
    margin-top: -5px;
  }
}
@media screen and (max-width: 360px) {
  .line {
    display: none;
  }
}
.section {
  margin: 0 0 0 100px;
  width: 73%;
}
.section h2 {
  font-weight: 700;
}
.section h2 span {
  font-size: 30px;
  font-family: "DINCondensed-Bold";
  color: #fff;
  margin: 0;
  background-color: #015865;
  text-transform: uppercase;
  padding: 0 35px 0 10px;
}
.section .text {
  font-size: 18px;
  color: #000;
  text-align: left;
  font-family: "Overpass-Light";
  line-height: 24px;
  margin: 20px 0 0 0;
  width: 73%;
}
.section .img-responsive img {
  width: 150%;
  margin: 30px 0 50px 0;
}

/* REFERENCES */
@media screen and (max-width: 992px) {
  .section {
    width: 87%;
    margin: 0 0 0 30px;
  }
}
/* REFERENCES */
@media screen and (max-width: 560px) {
  .section {
    margin: 0 0 0 10px;
  }
}
.section .winners-section p {
  margin-top: 15px;
}
.section .winners-section p:first-of-type {
  margin-top: 70px;
}

.winners-section {
  font-size: 18px;
  color: #000;
  text-align: left;
  font-family: "Overpass-Light";
  line-height: 24px;
}

.projects .hero {
  background: url("../img/projects-hero.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 50px 0 80px 0;
}
.projects .hero .row {
  position: relative;
  z-index: 1;
  margin: 0;
}
.projects .hero .col-lg-8 {
  padding: 0 300px;
}
.projects .hero .col-lg-8 .iip-h2 {
  position: relative;
  margin: 0 0 50px 0;
}
.projects .hero .col-lg-8 .iip-h2:after {
  position: absolute;
  width: 240px;
  height: 57%;
  top: auto;
  bottom: 4px;
  left: -20px;
  right: auto;
  content: '';
  background-color: #015865;
  z-index: -1;
}
.projects .hero .col-lg-8 p {
  font-size: 20px;
  font-family: "Overpass-Reg";
  color: #fff;
  margin: 0;
}
.projects .hero .iip-text-link {
  color: #fff;
}
.projects .hero .iip-border {
  border-top: 2px dotted #33aec1;
}
.projects .hero .iip-border:last-child {
  border-bottom: none;
}
.projects .hero .iip-border:first-child {
  border-top: none;
}
.projects .projects-sec {
  margin: 50px 14%;
}
.projects .projects-sec .project-item {
  display: inline-block;
  height: 385px;
  margin-bottom: 30px;
}
.projects .projects-sec .project-item .iip-col {
  height: 100%;
  margin-right: 0;
}
.projects .projects-sec .project-item img {
  margin-bottom: 20px;
}
.projects .pagination {
  display: block;
}
.projects .pagination ul {
  text-align: center;
}
.projects .pagination ul li {
  display: inline-block;
  margin-right: 30px;
}
.projects .pagination ul li:last-of-type {
  margin-right: 0;
}
.projects .pagination ul li a {
  font-size: 18px;
  font-family: "DINCondensed-Bold";
  color: #009ab2;
  margin: 0;
}
.projects .pagination ul li.active a {
  color: #b2b4b4;
}

@media screen and (min-width: 2450px) {
  .projects .hero .col-lg-8 {
    padding: 0 500px;
  }
  .projects .hero .col-lg-8 .iip-h2:after {
    width: 320px;
  }
  .projects .projects-sec .project-item {
    width: 400px;
  }
}
@media screen and (max-width: 1680px) {
  .projects .projects-sec .project-item {
    height: 400px;
  }
}
@media screen and (max-width: 1440px) {
  .projects .hero .col-lg-8 {
    padding: 0 225px;
  }
  .projects .projects-sec {
    margin: 50px 10%;
  }
}
@media screen and (max-width: 1366px) {
  .projects .projects-sec .project-item {
    height: 410px;
  }
}
@media screen and (max-width: 1200px) {
  .projects .hero .col-lg-8 p {
    font-size: 18px;
  }
  .projects .projects-sec .project-item {
    height: 320px;
  }
  .projects .projects-sec .project-item .iip-col {
    width: auto;
    margin-right: 0;
  }
}
@media screen and (max-width: 1024px) {
  .projects .hero .col-lg-8 {
    padding: 0 135px 0 210px;
  }
  .projects .hero .col-lg-8 .iip-h2 {
    font-size: 50px;
  }
  .projects .hero .col-lg-8 .iip-h2:after {
    width: 205px;
  }
}
@media screen and (max-width: 992px) {
  .projects .hero .col-lg-8 {
    padding: 0 110px 0 210px;
  }
}
@media screen and (max-width: 991px) {
  .projects .hero .col-lg-8 {
    padding: 0 230px 0 210px;
  }
  .projects .hero .col-lg-8 .iip-h2 {
    margin: 0 0 30px 0;
  }
  .projects .sidebar {
    display: none;
  }
  .projects .projects-sec {
    margin: 50px 5%;
  }
  .projects .projects-sec .juror-submit-mobile {
    display: block;
  }
  .projects .projects-sec .juror-submit-mobile .iip-border {
    width: 60%;
    background-color: #f7f7f7;
    border: 1px solid #d9d9d9;
    border-radius: 30px;
    box-shadow: 0 0 7px -2px black;
    padding: 10px !important;
    margin: 50px auto 20px auto;
  }
  .projects .projects-sec .juror-submit-mobile .iip-border .juror-submit-content {
    margin: 0 auto;
  }
  .projects .projects-sec .juror-submit-mobile .iip-border .iip-text-link {
    font-size: 25px;
  }
}
@media screen and (max-width: 768px) {
  .projects .projects-sec .project-item {
    display: block;
    width: 60%;
    height: auto;
    margin: 30px auto;
  }
  .projects .projects-sec .project-item .iip-col {
    display: block;
  }
  .projects .projects-sec .project-item .iip-col .iip-showroom-desc {
    height: auto;
  }
}
@media screen and (max-width: 700px) {
  .projects .hero {
    padding: 80px 0 60px;
  }
  .projects .hero .col-lg-8 {
    padding: 0 130px;
  }
}
@media screen and (max-width: 560px) {
  .projects .hero {
    padding: 40px 0 50px;
  }
  .projects .hero .col-lg-8 {
    padding: 0 70px 0 130px;
  }
  .projects .hero .col-lg-8 .iip-h2 {
    font-size: 45px;
  }
  .projects .hero .col-lg-8 .iip-h2:after {
    width: 190px;
  }
  .projects .hero .col-lg-8 p {
    font-size: 17px;
  }
  .projects .projects-sec {
    margin: 0 0 50px 0;
  }
  .projects .projects-sec .juror-submit-mobile {
    margin: 0 15px;
  }
  .projects .projects-sec .juror-submit-mobile .iip-border {
    width: 100%;
    padding: 10px 0 !important;
  }
}
@media screen and (max-width: 425px) {
  .projects .hero {
    padding: 80px 0 60px;
  }
  .projects .hero .col-lg-8 {
    padding: 0 50px;
  }
  .projects .projects-sec .project-item {
    width: 80%;
  }
  .projects .projects-sec .project-item .iip-col {
    padding: 30px 40px;
  }
  .projects .projects-sec .juror-submit-mobile .iip-border .iip-text-link {
    font-size: 21px;
  }
}
@media screen and (max-width: 320px) {
  .projects .hero .col-lg-8 {
    padding: 0 25px 0 30px;
  }
  .projects .projects-sec .juror-submit-mobile .iip-border .iip-text-link {
    font-size: 19px;
  }
  .projects .projects-sec .project-item {
    width: 100%;
  }
  .projects .projects-sec .project-item .iip-col {
    padding: 25px;
  }
}
.project-page {
  position: relative;
}
.project-page .main-sub-menu-btwn {
  height: 69px;
  top: -69px;
  margin-top: 0;
}
.project-page .main-sub-menu-btwn ul {
  margin-bottom: 0;
}
.project-page .main-sub-menu-btwn ul li {
  font-family: "DINCondensed-Bold";
  font-size: 22px;
  text-transform: uppercase;
}
.project-page .hero {
  background: url("../img/project-page-hero.png");
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  margin-top: 127px;
}
.project-page .hero .col-md-8 {
  padding: 125px 0 125px 225px;
}
.project-page .hero .col-md-8 h1 {
  max-width: 57%;
  display: inline;
  background: linear-gradient(0deg, #009ab2 67%, rgba(0, 0, 0, 0) 50%);
  font-size: 60px;
  font-family: "DINCondensed-Bold";
  color: #fff;
  margin: 0;
  text-transform: uppercase;
  padding: 0 15px;
}
.project-page .hero .col-md-8 p {
  font-size: 26px;
  font-family: "Overpass-Reg";
  color: #fff;
  margin: 0;
}
.project-page .project-content {
  max-width: 78%;
  padding: 50px 0;
}
.project-page .project-content .col-md-8 {
  padding-right: 65px;
}
.project-page .project-content .col-md-8 h2 {
  font-size: 30px;
  font-family: "DINCondensed-Bold";
  color: #000;
  margin: 0 0 30px 0;
  text-transform: uppercase;
}
.project-page .project-content .col-md-8 img {
  max-width: 100%;
  height: auto !important;
  margin: 0 30px 10px 0;
}
.project-page .project-content .col-md-8 img:not(.project-logo) {
  float: none;
}
.project-page .project-content .col-md-8 .project-logo {
  float: left;
  width: 50%;
}
.project-page .project-content .col-md-8 .text {
  font-size: 18px;
  font-family: "Overpass-Light";
  color: #000;
  margin: 0;
}
.project-page .project-content .col-md-8 .text:after {
  content: '';
  display: table;
  clear: both;
}
.project-page .project-content .col-md-8 .text p {
  margin-bottom: 25px;
}
.project-page .project-content .col-md-8 .text p span {
  font-family: "Overpass-Light";
}
.project-page .project-content .col-md-8 .text ul {
  margin-bottom: 40px;
}
.project-page .project-content .col-md-8 .text ul li {
  margin-bottom: 10px;
}
.project-page .project-content .col-md-8 .text ul li:before {
  position: relative;
  top: -3px;
  bottom: auto;
  left: auto;
  right: auto;
  display: inline-block;
  width: 6px;
  height: 6px;
  content: '';
  border-radius: 50%;
  background: #009ab2;
  margin: 0 12px 0 -18px;
}
.project-page .project-content .col-md-8 .quote {
  background: #e6f6f8;
  padding: 50px 0 50px 23%;
  margin: 0 0 30px -23%;
}
.project-page .project-content .col-md-8 .quote .col-lg-3 {
  border-right: 2px dotted #9ad7e0;
}
.project-page .project-content .col-md-8 .quote .col-lg-3 img {
  float: none;
  display: block;
  margin: 0 auto;
}
.project-page .project-content .col-md-8 .quote .col-lg-3 p {
  text-align: center;
  font-family: "Overpass-Light";
  font-size: 14px;
  color: #666666;
  margin: 10px 0 0 0;
}
.project-page .project-content .col-md-8 .quote .col-lg-3 .title {
  text-transform: uppercase;
}
.project-page .project-content .col-md-8 .quote .col-lg-9 {
  padding: 0 30% 0 45px;
}
.project-page .project-content .col-md-8 .quote .col-lg-9 h4 {
  position: relative;
  font-size: 40px;
  font-family: "DINCondensed-Bold";
  color: #000;
  margin: 0 0 30px 0;
  text-transform: uppercase;
}
.project-page .project-content .col-md-8 .quote .col-lg-9 h4:before {
  content: "\201E";
  position: absolute;
  top: -100px;
  bottom: auto;
  left: auto;
  right: -65%;
  font-size: 300px;
  font-family: "Overpass-Light";
  color: #009ab2;
  margin: 0 10px 0 0;
  line-height: 0.1;
}
.project-page .project-content .col-md-8 .quote .col-lg-9 .quote-text {
  font-size: 18px;
  font-family: "Overpass-Light";
  color: #000;
  margin: 0;
}
.project-page .project-content .col-md-8 .gallery {
  background: #f7f7f7;
  padding: 10px;
  margin-bottom: 50px;
}
.project-page .project-content .col-md-8 .gallery img {
  float: left;
  margin: 0 10px 0 0;
}
.project-page .project-content .col-md-8 .gallery p {
  font-size: 22px;
  font-family: "DINCondensed-Bold";
  color: #009ab2;
  margin: 0;
  text-transform: uppercase;
}
.project-page .project-content .col-md-8 .gallery p i {
  position: relative;
  top: -3px;
  bottom: auto;
  left: auto;
  right: auto;
  font-size: 17px;
  transform: rotate(-45deg);
  margin-left: 10px;
}
.project-page .project-content .col-md-8 .downloads {
  border-top: 2px dotted #9ad7e0;
  border-bottom: 2px dotted #9ad7e0;
  padding: 30px 0;
  margin: 30px 0;
}
.project-page .project-content .col-md-8 .downloads .row {
  margin: 0;
}
.project-page .project-content .col-md-8 .downloads h3 {
  font-size: 30px;
  font-family: "DINCondensed-Bold";
  color: #000;
  margin: 0 0 30px 0;
  text-transform: uppercase;
}
.project-page .project-content .col-md-8 .downloads .col-lg-6 {
  width: 45%;
  background: #f7f7f7;
  padding: 10px;
  margin: 0 30px 15px 0;
}
.project-page .project-content .col-md-8 .downloads .col-lg-6 h4 {
  font-size: 20px;
  font-family: "DINCondensed-Bold";
  color: #009ab2;
  margin: 0;
  text-transform: uppercase;
}
.project-page .project-content .col-md-8 .downloads .col-lg-6 img {
  float: right;
  margin: -15px 0 0 0;
}
.project-page .project-content .col-md-8 .downloads .col-lg-6 p {
  font-size: 16px;
  font-family: "Overpass-Reg";
  color: #000;
  margin: 0;
}
.project-page .project-content .col-md-8 .links {
  border-bottom: 2px dotted #9ad7e0;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.project-page .project-content .col-md-8 .links h3 {
  font-size: 30px;
  font-family: "DINCondensed-Bold";
  color: #000;
  margin: 0 0 30px 0;
  text-transform: uppercase;
}
.project-page .project-content .col-md-8 .links a {
  display: block;
  font-size: 16px;
  font-family: "Overpass-Reg";
  color: #009ab2;
  margin: 0 0 15px 0;
  opacity: 1;
  transition: all 0.2s ease-in-out;
}
.project-page .project-content .col-md-8 .links a:last-of-type {
  margin: 0;
}
.project-page .project-content .col-md-8 .links a:hover {
  opacity: 0.6;
}
.project-page .project-content .col-md-8 .links a i {
  font-size: 13px;
  transform: rotate(-45deg);
  margin-left: 10px;
}
.project-page .project-content .col-md-8 .partners img {
  float: none;
  margin: 0;
  width: 130px;
  margin-right: 50px;
  margin-bottom: 20px;
}
.project-page .sidebar .content_bubble_btn_blue {
  cursor: pointer;
  width: 100%;
}
.project-page .sidebar h3 {
  font-size: 30px;
  font-family: "DINCondensed-Bold";
  color: #000;
  margin: 0 0 20px 0;
  text-transform: uppercase;
}
.project-page .sidebar p {
  font-size: 18px;
  font-family: "Overpass-Light";
  color: #000;
  margin: 0;
}
.project-page .sidebar .sidebar-sec {
  background: #f7f7f7;
  padding: 30px;
  margin-bottom: 15px;
}
.project-page .sidebar .sidebar-sec span {
  color: #b2b4b4;
}
.project-page .sidebar .sidebar-sec a {
  color: #009ab2;
  opacity: 1;
  transition: all 0.2s ease-in-out;
}
.project-page .sidebar .sidebar-sec a:hover {
  opacity: 0.6;
}
.project-page .sidebar .date {
  background: #009ab2;
  padding: 20px 30px;
  margin-bottom: 15px;
}
.project-page .sidebar .date img {
  margin-top: 10px;
}
.project-page .sidebar .date h3 {
  font-size: 22px;
  font-family: "Overpass-Reg";
  color: #fff;
  margin: 0;
}
.project-page .sidebar .date h3 span {
  font-size: 50px;
  font-family: "DINCondensed-Bold";
  color: #fff;
  margin: 0;
}

@media screen and (min-width: 2450px) {
  .project-page .project-content .col-md-8 .project-logo {
    width: 35%;
  }
}
@media screen and (max-width: 1440px) {
  .project-page .hero .col-md-8 {
    padding: 125px 0 125px 160px;
  }
  .project-page .hero .col-md-8 h1 {
    max-width: 85%;
  }
}
@media screen and (max-width: 1200px) {
  .project-page .hero .col-md-8 {
    padding: 125px 0 125px 90px;
  }
  .project-page .hero .col-md-8 h1 {
    font-size: 50px;
  }
  .project-page .project-content {
    max-width: 85%;
  }
  .project-page .project-content .col-md-8 .downloads .col-lg-6 {
    width: 100%;
    margin: 0 0 15px 0;
  }
}
@media screen and (max-width: 1024px) {
  .project-page .project-content {
    max-width: 95%;
  }
  .project-page .project-content .col-md-8 {
    padding-right: 20px;
  }
  .project-page .sidebar .date {
    padding: 20px;
  }
  .project-page .sidebar .sidebar-sec {
    padding: 20px;
  }
}
@media screen and (max-width: 992px) {
  .project-page .hero {
    margin-top: 41px;
  }
}
@media screen and (max-width: 991px) {
  .project-page .project-content .col-md-8 {
    padding-right: 15px;
  }
  .project-page .project-content .col-md-8 .quote {
    padding: 50px;
    margin: 0 0 50px 0;
  }
  .project-page .project-content .col-md-8 .quote .col-lg-3 {
    border-right: none;
    margin-bottom: 30px;
  }
  .project-page .project-content .col-md-8 .quote .col-lg-9 {
    padding: 0 33% 0 0;
  }
  .project-page .project-content .col-md-8 .quote .col-lg-9 h4:before {
    top: -300px;
    right: -50%;
  }
  .project-page .sidebar {
    margin-top: 50px;
  }
}
@media screen and (max-width: 768px) {
  .project-page .hero {
    background-position: left;
  }
  .project-page .hero .col-md-8 {
    padding: 125px 15px;
  }
  .project-page .project-content .col-md-8 .quote .col-lg-9 h4:before {
    font-size: 235px;
  }
}
@media screen and (max-width: 560px) {
  .project-page .main-sub-menu-btwn {
    top: auto;
  }
  .project-page .hero {
    margin-top: 0;
  }
  .project-page .hero .col-md-8 h1 {
    font-size: 40px;
  }
  .project-page .hero .col-md-8 p {
    font-size: 20px;
  }
}
@media screen and (max-width: 425px) {
  .project-page .row {
    margin: 0;
  }
  .project-page .hero .col-md-8 {
    padding: 100px 0;
  }
  .project-page .hero .col-md-8 h1 {
    font-size: 32px;
  }
  .project-page .hero .col-md-8 p {
    font-size: 16px;
  }
  .project-page .project-content {
    max-width: 100%;
    padding: 30px 0;
  }
  .project-page .project-content .col-md-8 .text {
    font-size: 16px;
  }
  .project-page .project-content .col-md-8 img {
    margin: 0 15px 10px 0;
  }
  .project-page .project-content .col-md-8 .quote {
    padding: 25px;
  }
  .project-page .project-content .col-md-8 .quote .col-lg-9 {
    padding: 0;
  }
  .project-page .project-content .col-md-8 .quote .col-lg-9 h4 {
    font-size: 30px;
    margin: 0 0 15px 0;
  }
  .project-page .project-content .col-md-8 .quote .col-lg-9 h4:before {
    font-size: 100px;
    top: -255px;
    right: -6%;
  }
  .project-page .project-content .col-md-8 .quote .col-lg-9 .quote-text {
    font-size: 16px;
  }
  .project-page .sidebar h3 {
    font-size: 25px;
    margin: 0 0 15px 0;
  }
  .project-page .sidebar p {
    font-size: 16px;
  }
  .project-page .sidebar .date img {
    display: block;
    margin: 5px auto 0 auto;
  }
  .project-page .sidebar .date h3 {
    font-size: 19px;
  }
  .project-page .sidebar .date h3 span {
    font-size: 43px;
  }
  .project-page .sidebar .sidebar-sec img {
    display: block;
    margin: 3px auto 0 auto;
  }
}
@media screen and (max-width: 320px) {
  .project-page .hero .col-md-8 h1 {
    font-size: 26px;
  }
  .project-page .hero .col-md-8 p {
    font-size: 14px;
  }
  .project-page .project-content .col-md-8 h2 {
    font-size: 25px;
  }
  .project-page .project-content .col-md-8 .quote .col-lg-9 h4 {
    font-size: 23px;
  }
  .project-page .project-content .col-md-8 .downloads h3 {
    font-size: 26px;
    margin: 0 0 20px 0;
  }
  .project-page .project-content .col-md-8 .links h3 {
    font-size: 26px;
    margin: 0 0 20px 0;
  }
}
/* HOME PAGE */
.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

.relative {
  position: relative;
}

.iip-h2 {
  font-size: 60px;
  font-family: 'DINCondensed-Bold';
  text-transform: uppercase;
  color: white;
}

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

.iip-h4 {
  font-size: 30px;
  font-family: 'DINCondensed-Bold';
  text-transform: uppercase;
}

.iip-blue {
  position: relative;
  display: inline-block;
}

.iip-blue:after {
  background-color: #009ab2;
  position: absolute;
  content: '';
  width: 123%;
  height: 57%;
  z-index: -1;
  left: -20px;
  bottom: 4px;
}

.tac {
  text-align: center;
}

.iip-flex {
  display: flex;
}

.iip-flex.iip-wrap {
  flex-flow: row wrap;
}

.iip-flex.iip-space-between {
  justify-content: space-between;
}

.iip-flex .iip-col {
  flex: 1;
  position: relative;
}

.iip-flex .iip-flex-2 {
  flex: 2;
}

.iip-flex .iip-flex-3 {
  flex: 3;
}

.iip-flex .iip-flex-4 {
  flex: 4;
}

.iip-flex .iip-flex-5 {
  flex: 5;
}

.iip-flex .iip-flex-6 {
  flex: 6;
}

.iip-flex .iip-flex-7 {
  flex: 7;
}

.iip-flex .iip-flex-8 {
  flex: 8;
}

.iip-flex .iip-flex-9 {
  flex: 9;
}

.iip-flex .iip-flex-10 {
  flex: 10;
}

.iip-flex .iip-line-break {
  flex-basis: 100%;
  width: 0px;
  height: 0px;
  overflow: hidden;
}

.iip-flex-center {
  align-items: center;
}

.iip-flex-text-center {
  justify-content: center;
}

.iip-flex-bottom {
  align-items: flex-end;
}

.iip-flex-column {
  flex-direction: column;
}

.iip-flex-item-right {
  margin-left: auto;
}

.iip-flex-item-left {
  margin-right: auto;
}

.iip-cover {
  background-size: cover;
  background-position: 50%;
}

.iip-cover.main-center {
  background-image: url("../img/services2.png");
}

.iip-cover.right {
  background-image: url("../img/awards-image.png");
  background-size: cover;
  background-position: 50%;
}

.iip-container-header {
  position: relative;
  width: 1520px;
  margin-left: auto;
  margin-right: auto;
}

.iip-container {
  width: 1145px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 10;
  background: transparent;
}

.iip-container img {
  max-width: 100%;
}

.iip-button {
  font-family: 'DINCondensed-Bold';
  font-size: 22px;
  color: white;
  background-color: #009ab2;
  text-transform: uppercase;
  padding: 6px 90px;
  border-radius: 5px;
  display: inline-block;
  line-height: 34px;
}

.iip-button:hover {
  color: #fff;
}

.iip-text-link {
  position: relative;
  display: inline-block;
  font-family: 'DINCondensed-Bold';
  font-size: 20px;
  text-transform: uppercase;
  color: #009ab2;
  text-align: left;
  padding-right: 16px;
}

.iip-text-link.iip-news-link {
  display: none;
}

.iip-text-link:after {
  content: "\f105";
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 17px;
  position: relative;
  left: 10px;
  bottom: 2px;
}

.iip-main-section {
  width: 100%;
}

.iip-main-section .iip-col {
  padding-top: 31%;
  position: relative;
  z-index: 0;
  padding-left: 50px;
  padding-right: 50px;
}

.iip-main-section .iip-col .iip-box {
  width: 572px;
  position: absolute;
  bottom: 60px;
  background-color: transparent;
  padding-right: 172px;
}

.iip-main-section .iip-col .iip-box.left {
  padding-right: 172px;
}

.iip-main-section .iip-col .iip-box.right {
  text-align: right;
  right: 0;
  padding-right: 50px;
  padding-left: 80px;
}

.iip-main-section .iip-col .iip-box.center {
  text-align: left;
  right: 8%;
}

.iip-main-section .iip-col .iip-box .iip-h2 {
  margin-bottom: 30px;
  margin-left: 20px;
}

.iip-main-section .iip-col .iip-box .iip-box-desc {
  font-family: 'Overpass-Light';
  font-size: 26px;
  line-height: 30px;
  color: white;
  margin-bottom: 25px;
}

.iip-main-section .iip-col:nth-child(2) {
  margin-left: 2px;
}

.iip-news-section {
  padding: 60px 0px;
}

.juror-submit-mobile {
  display: none;
}

.iip-news-section .iip-h4 {
  margin-bottom: 25px;
}

.iip-border {
  border-top: 2px dotted #9ad7e0;
}

.iip-border:last-child {
  border-bottom: 2px dotted #9ad7e0;
}

.iip-news-section .iip-news-col {
  min-width: 430px;
  max-width: 430px;
  margin-right: 50px;
}

.iip-news-section .iip-news-col .iip-border {
  padding-top: 25px;
  padding-bottom: 15px;
}

.iip-news-section .iip-news-col .iip-news-subheading {
  font-family: 'Overpass-Reg';
  font-size: 16px;
}

.iip-news-section .iip-news-col .iip-news-title {
  font-family: 'DINCondensed-Bold';
  font-size: 26px;
  line-height: 32px;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.iip-news-section .iip-news-col .iip-text-link {
  margin-top: 25px;
}

.iip-news-section .iip-events-col .iip-border {
  padding: 10px 0px;
}

.iip-news-section .iip-events-col .iip-border.iip-active {
  border-bottom: none;
  background-color: #f7f7f7;
}

.iip-news-section .iip-events-col .iip-border.iip-active .iip-event-name p {
  color: #009ab2;
}

.iip-news-section .iip-events-col .iip-event-date {
  background-color: #f7f7f7;
  max-width: 65px;
  min-width: 65px;
  height: 65px;
  border-radius: 50%;
  text-align: center;
  margin-right: 30px;
}

.iip-news-section .iip-events-col .iip-event-date p {
  background-color: transparent;
}

.iip-news-section .iip-events-col .iip-event-date p.iip-day {
  font-size: 30px;
  line-height: 22px;
  font-family: 'DINCondensed-Bold';
  padding-top: 14px;
  margin-bottom: 0;
}

.iip-news-section .iip-events-col .iip-event-date p.iip-month {
  font-family: 'Overpass-Reg';
  text-transform: uppercase;
  font-size: 16px;
  line-height: normal;
  margin-bottom: 0;
  color: #8b8b8b;
}

.iip-news-section .iip-events-col .iip-event-name p {
  font-size: 20px;
  text-transform: uppercase;
  font-family: 'DINCondensed-Bold';
  margin-bottom: 0;
}

.iip-news-section .iip-events-col .iip-event-name span {
  font-size: 18px;
  color: #015865;
}

.iip-info-col {
  max-width: 280px;
}

.iip-info-col.sidebar {
  margin-top: 66px;
  margin-left: 50px;
}

.iip-info-col .iip-border {
  padding: 20px 0px;
}

.iip-info-col .iip-icon {
  min-width: 45px;
  margin: 0 10px;
}

.iip-info-col .iip-icon img {
  display: block;
}

.iip-rotate-text {
  font-size: 80px;
  color: #dbdbdb;
  font-family: 'DINCondensed-Bold';
  position: absolute;
  text-transform: uppercase;
}

.iip-awards-section {
  position: relative;
  overflow: hidden;
  text-align: center;
  padding-bottom: 60px;
}

.iip-awards-section .iip-awards-background {
  background-color: #f7f7f7;
  height: 470px;
  position: absolute;
  right: 0;
  left: 100px;
  width: 300%;
  top: 106px;
  z-index: -1;
}

.iip-awards-section .iip-video {
  width: 850px;
  height: 480px;
  border: 2px solid #d5d6d6;
  background-color: transparent;
}

.iip-awards-section .iip-video:hover .vjs-big-play-button {
  background-color: #fff;
}

.iip-awards-section .iip-video .vjs-big-play-button {
  cursor: pointer;
  display: block;
  width: 72px;
  height: 72px;
  position: absolute;
  top: 50%;
  left: 50%;
  border: 6px solid rgba(0, 154, 177, 0.8);
  border-radius: 50%;
  background-color: rgba(0, 154, 177, 0.8);
  box-shadow: inset 0px 0px 0px 1.5px #fff;
  transform: translateX(-50%) translateY(-50%);
  opacity: 1;
  padding: 0;
  transition: all 0.4s;
}

.iip-awards-section .iip-video .vjs-big-play-button .vjs-icon-placeholder:before {
  content: "\f105";
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 50px;
  line-height: 66px;
}

.iip-awards-section .iip-video .vjs-text-track-display,
.iip-awards-section .iip-video .vjs-big-play-centered {
  background-color: transparent;
}

.iip-awards-section p {
  font-family: 'Overpass-Reg';
  font-size: 22px;
  margin-top: 10px;
  margin-bottom: 25px;
}

.iip-awards-section p.title {
  padding: 0 10%;
  margin-bottom: 10px;
}

.iip-awards-section p.subtitle {
  font-size: 18px;
  padding: 0 10%;
  margin-top: 0;
}

.iip-awards-section .iip-rotate-text {
  left: 0;
  top: 58%;
  transform: rotate(-90deg) translateY(-50%);
}

.iip-projects-section {
  position: relative;
  padding-bottom: 60px;
}

.iip-projects-section .iip-project-image {
  background-image: url("../img/project-projects.jpg");
  height: 270px;
  width: calc(50% - 410px);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 100;
}

.iip-projects-section .iip-project-image.iip-second-project-image {
  background-image: url("../img/project-nutshell.jpg");
  left: unset;
  right: 0px;
}

.iip-projects-section .iip-first-project {
  background-color: #f7f7f7;
  padding-left: 200px;
  margin-right: 15px;
}

.iip-projects-section .iip-second-project {
  background-color: #f7f7f7;
  padding-left: 30px;
  margin-left: 15px;
  min-width: 50%;
}

.iip-projects-section .iip-h3 {
  display: inline-block;
  background: #009ab2;
  font-family: 'DINCondensed-Bold';
  line-height: 39px;
  color: white;
  text-transform: uppercase;
  padding: 0px 20px;
  margin-bottom: 20px;
}

.iip-projects-section .iip-project-box {
  width: 260px;
  padding-top: 36px;
  padding-bottom: 70px;
}

.iip-projects-section .iip-project-desc {
  font-family: 'Overpass-Light';
  font-size: 16px;
  margin-bottom: 20px;
  margin-left: 20px;
}

.iip-projects-section .iip-text-link {
  margin-left: 20px;
}

.iip-projects-section .iip-second-project-image-mobile {
  background-image: url("../img/project-nutshell.jpg");
  display: none;
  left: unset;
  right: -60px;
}

.iip-showroom-section {
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 60px;
  overflow: hidden;
}

.iip-showroom-section .iip-showroom-background {
  height: 370px;
  width: 300%;
  background-color: #f7f7f7;
  position: absolute;
  right: 100px;
  top: 90px;
  z-index: -1;
}

.iip-showroom-section .iip-col {
  background-color: white;
  border: 1px solid #eff1f4;
  margin-right: 28px;
  padding: 20px;
  display: block;
}

.iip-showroom-section .showroom-img {
  display: block;
  margin: 0 auto;
}

.iip-showroom-section .iip-shorwoom-last-col {
  margin-right: 0px;
  background-color: transparent;
  border: none;
  position: relative;
  padding: 0px;
}

.iip-showroom-section .iip-showroom-category-wrap {
  margin-top: 20px;
  margin-bottom: 20px;
}

.iip-showroom-section .iip-showroom-category-wrap img {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  vertical-align: middle;
  margin-right: 10px;
  border: 1px solid #eff1f4;
}

.iip-showroom-section .iip-showroom-category-wrap .iip-showroom-category {
  font-size: 12px;
  color: #009ab2;
  text-transform: uppercase;
  background-color: #ccebf0;
  border-radius: 10px;
  padding: 2px 10px;
  vertical-align: middle;
  font-weight: bold;
}

.iip-showroom-section .iip-showroom-title {
  font-family: 'DINCondensed-Bold';
  font-size: 26px;
  line-height: 30px;
  color: #009ab2;
  margin-bottom: 12px;
  text-transform: uppercase;
}

.iip-showroom-section .iip-showroom-desc {
  font-family: 'Overpass-Light';
  font-size: 16px;
  overflow: hidden;
  color: black;
}

.iip-showroom-section .iip-showroom-desc:after {
  content: "\f105";
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 17px;
  margin-left: 5px;
}

.iip-showroom-section .iip-button {
  display: block;
  padding-right: 0px;
  padding-left: 0px;
  text-align: center;
  position: absolute;
  bottom: 0;
  width: 100%;
}

.iip-showroom-section .iip-rotate-text {
  transform: rotate(-90deg);
  top: 100px;
  position: absolute;
  left: 50px;
}

/* HOME PAGE - Media Queries */
@media screen and (min-width: 2500px) {
  .iip-h2 {
    font-size: 75px;
  }

  .iip-main-section {
    width: 80%;
    margin: 0 auto;
  }

  .iip-main-section .iip-col .iip-box {
    width: 700px;
    padding-right: 100px;
  }

  .iip-main-section .iip-col .iip-box .iip-box-desc {
    font-size: 35px;
    line-height: 42px;
  }

  .iip-button {
    font-size: 40px;
  }

  .iip-news-section .iip-news-col {
    min-width: 520px;
  }

  .iip-news-section .iip-container {
    width: 60%;
  }

  .iip-h4 {
    font-size: 50px;
  }

  .iip-news-section .iip-news-col .iip-news-title {
    font-size: 38px;
    line-height: 40px;
  }

  .iip-news-section .iip-news-col .iip-news-subheading {
    font-size: 26px;
  }

  .iip-news-section .iip-news-col .iip-border {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .iip-text-link {
    font-size: 30px;
  }

  .iip-info-col {
    max-width: 420px;
  }

  .iip-news-section .iip-events-col .iip-border {
    padding: 20px 0;
  }

  .iip-news-section .iip-events-col .iip-event-name p {
    font-size: 32px;
  }

  .iip-news-section .iip-events-col .iip-event-name span {
    font-size: 25px;
  }

  .iip-news-section .iip-events-col .iip-event-date {
    height: 100px;
    min-width: 100px;
    max-width: 100px;
  }

  .iip-news-section .iip-events-col .iip-event-date p.iip-day {
    font-size: 42px;
    line-height: normal;
  }

  .iip-news-section .iip-events-col .iip-event-date p.iip-month {
    font-size: 24px;
    line-height: normal;
  }

  .iip-info-col .iip-border {
    padding: 40px 0px;
  }

  .iip-info-col {
    margin-top: 95px;
  }

  .iip-info-col.sidebar {
    margin-top: 94px;
  }

  .iip-awards-section {
    padding-bottom: 80px;
  }

  .iip-awards-section .iip-container {
    width: 2000px;
  }

  .iip-awards-section p {
    font-size: 38px;
  }

  .iip-awards-section .iip-video {
    width: 1250px;
    height: 700px;
  }

  .iip-awards-section .iip-awards-background {
    height: 740px;
    left: 250px;
  }

  .iip-awards-section .iip-rotate-text {
    left: 6%;
    top: 67%;
  }

  .iip-rotate-text {
    font-size: 125px;
  }

  .iip-projects-section {
    width: 80%;
    margin: 0 auto;
  }

  .iip-projects-section .iip-first-project {
    padding-left: 270px;
  }

  .iip-projects-section .iip-first-project .iip-project-box {
    width: 80%;
  }

  .iip-projects-section .iip-project-image {
    height: 350px;
    width: calc(35% - 410px);
  }

  .iip-projects-section .iip-container {
    width: 2000px;
  }

  .iip-projects-section .iip-project-box {
    width: 65%;
  }

  .iip-projects-section .iip-project-desc {
    font-size: 28px;
  }

  .iip-text-link {
    font-size: 35px;
  }

  .iip-projects-section .iip-h3 {
    height: 62px;
    line-height: 63px;
    padding: 0 35px;
  }

  .iip-h3 {
    font-size: 52px;
  }

  .iip-text-link:after {
    font-size: 35px;
    top: 45%;
    right: -10px;
  }

  .iip-showroom-section .iip-container {
    width: 60%;
  }

  .iip-showroom-section .iip-showroom-title {
    font-size: 37px;
    line-height: 45px;
  }

  .iip-showroom-section .iip-showroom-desc {
    font-size: 26px;
  }

  .iip-showroom-section .iip-showroom-background {
    height: 580px;
    right: 230px;
  }

  .iip-showroom-section .iip-col {
    padding: 50px;
  }

  .iip-showroom-section .iip-showroom-category-wrap .iip-showroom-category {
    font-size: 22px;
  }

  .iip-showroom-section .iip-rotate-text {
    top: 230px;
  }
}
@media screen and (max-width: 1440px) {
  .iip-main-section .iip-col .iip-box .iip-box-desc {
    font-size: 23px;
    line-height: 28px;
  }

  .iip-main-section .iip-col .iip-box .iip-h2 {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 1400px) {
  .iip-main-section .iip-col {
    padding: 0px;
  }

  .iip-main-section .iip-col .iip-box {
    width: auto;
    position: unset;
    padding: 90px 20px 30px 20px;
  }

  .iip-main-section .iip-col .iip-box.left {
    padding-right: 290px;
  }

  .iip-main-section .iip-col .iip-box.right {
    padding-right: 30px;
    padding-left: 290px;
  }

  .iip-main-section .iip-col .iip-box.center {
    padding-right: 145px;
    padding-left: 145px;
  }
}
@media screen and (max-width: 1280px) {
  .iip-main-section .iip-col .iip-box.left {
    padding-right: 250px;
  }

  .iip-main-section .iip-col .iip-box.right {
    padding-left: 250px;
  }

  .iip-main-section .iip-col .iip-box.center {
    padding-right: 120px;
    padding-left: 140px;
  }
}
@media screen and (max-width: 1200px) {
  .iip-break-tablet {
    display: block;
  }

  .iip-container {
    width: 700px;
  }

  .iip-news-section .iip-news-col {
    min-width: auto;
    max-width: none;
    margin-right: 0px;
    margin-bottom: 60px;
  }

  .iip-news-section .iip-info-col {
    max-width: none;
    margin-left: 0px;
  }

  .iip-rotate-text {
    display: none;
  }

  .iip-awards-section .iip-awards-background {
    height: 390px;
  }

  .iip-awards-section .iip-video-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
  }

  .iip-awards-section .iip-video {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }

  .iip-projects-section .iip-project-image {
    width: calc(50% - 190px);
    height: 230px;
  }

  .iip-projects-section .iip-project-image.iip-second-project-image {
    top: unset;
    bottom: 60px;
  }

  .iip-projects-section .iip-first-project {
    margin-right: 0px;
    margin-bottom: 40px;
  }

  .iip-projects-section .iip-second-project {
    margin-left: 0px;
  }

  .iip-projects-section .iip-second-project .iip-project-box {
    padding-right: 200px;
  }

  .iip-projects-section .iip-project-box {
    width: 100%;
    padding-right: 20px;
  }

  .iip-showroom-section .iip-showroom-background {
    right: -100px;
    height: 380px;
  }

  .iip-showroom-section .iip-flex {
    flex-flow: row wrap;
  }

  .iip-showroom-section .iip-col {
    flex: none;
    width: 30%;
    margin-right: 5%;
  }

  .iip-showroom-section .iip-third-shr {
    margin-right: 0px;
  }

  .iip-showroom-section .iip-shorwoom-last-col {
    width: 100%;
    text-align: center;
    margin-top: 5%;
  }

  .iip-showroom-section .iip-showroom-title {
    font-size: 20px;
  }

  .iip-showroom-section .iip-showroom-desc {
    font-size: 13px;
    height: 70px;
  }

  .iip-showroom-section .iip-button {
    position: unset;
    display: inline-block;
    width: auto;
    padding: 6px 90px;
  }
}
@media screen and (max-width: 1024px) {
  .iip-text-link {
    font-size: 18px;
  }

  .iip-main-section .iip-col .iip-box.left {
    padding-right: 150px;
  }

  .iip-main-section .iip-col .iip-box.right {
    padding-left: 150px;
  }

  .iip-main-section .iip-col .iip-box.center {
    padding-right: 80px;
    padding-left: 80px;
  }
}
@media screen and (max-width: 768px) {
  .iip-h2 {
    font-size: 40px;
  }

  .iip-blue:after {
    width: 137%;
  }

  .iip-break-mobile {
    display: block;
  }

  .iip-container {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .iip-main-section .iip-col {
    background-size: cover;
    border-bottom: 2px solid #fff;
  }

  .iip-main-section .iip-col .iip-box.left,
  .iip-main-section .iip-col .iip-box.right,
  .iip-main-section .iip-col .iip-box.center {
    padding: 90px 30px 30px 30px;
    text-align: left;
  }

  .iip-main-section .iip-col .iip-box .iip-h2 {
    margin-bottom: 10px;
  }

  .iip-main-section .iip-col .iip-box .iip-box-desc {
    font-size: 18px;
    margin-bottom: 20px;
  }

  .iip-main-section .iip-col:nth-child(2) {
    margin-left: 0px;
  }

  .iip-news-section {
    padding: 50px 0px;
  }

  .iip-news-section .iip-news-col .iip-news-subheading {
    display: none;
  }

  .juror-submit-mobile {
    display: block;
    margin-bottom: 30px;
  }

  .juror-submit-mobile .iip-border {
    width: 60%;
    background-color: #f7f7f7;
    border: 1px solid #d9d9d9;
    border-radius: 30px;
    box-shadow: 0 0 7px -2px black;
    padding: 10px !important;
    margin: 0 auto;
  }

  .juror-submit-mobile .iip-text-link {
    position: relative;
    display: inline-block;
    font-family: 'DINCondensed-Bold';
    font-size: 25px;
    text-transform: uppercase;
    color: #009ab2;
    padding-left: 15px;
    margin-top: 0 !important;
  }

  .juror-submit-mobile .juror-submit-content {
    margin: 0 auto;
  }

  .iip-news-section .iip-news-col .iip-border {
    padding-right: 40px;
  }

  .iip-news-section .iip-info-col {
    display: none;
    position: absolute;
    top: -25px;
    margin-top: 0px;
    right: 0px;
  }

  .iip-news-section .iip-info-col .iip-info-link {
    display: none;
  }

  .iip-news-section .iip-info-col .iip-border {
    padding: 10px;
    border: 1px solid #d9d9d9;
    background-color: white;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    margin-bottom: 2px;
    box-shadow: 0 0 7px -2px black;
  }

  .iip-news-section .iip-info-col .iip-icon {
    min-width: auto;
    margin-right: 0px;
  }

  .iip-news-section .iip-info-col .iip-icon img {
    display: block;
    max-width: 35px;
  }

  .iip-news-section .iip-events-col .iip-border.iip-active {
    display: none;
  }

  .iip-awards-section .iip-awards-background {
    height: 260px;
    left: 40px;
    top: 20px;
  }

  .iip-awards-section .iip-button {
    padding: 6px 60px;
  }

  .iip-awards-section .iip-video .vjs-big-play-button {
    width: 52px;
    height: 52px;
  }

  .iip-awards-section .iip-video .vjs-big-play-button .vjs-icon-placeholder:before {
    font-size: 30px;
    line-height: 46px;
  }

  .iip-projects-section {
    padding-bottom: 0;
  }

  .iip-projects-section .iip-container {
    padding-right: 0px;
    padding-left: 0px;
  }

  .iip-projects-section .iip-project-image {
    width: 130px;
    height: 150px;
  }

  .iip-projects-section .iip-project-image.iip-second-project-image {
    display: none;
  }

  .iip-projects-section .iip-first-project {
    padding-left: 90px;
    margin-left: 60px;
    margin-right: 0px;
  }

  .iip-projects-section .iip-second-project {
    padding-left: 20px;
    margin-right: 60px;
  }

  .iip-projects-section .iip-second-project .iip-project-box {
    padding-right: 80px;
  }

  .iip-projects-section .iip-h3 {
    font-size: 26px;
    padding: 0px 10px;
  }

  .iip-projects-section .iip-project-box {
    padding-bottom: 20px;
    padding-top: 20px;
  }

  .iip-projects-section .iip-project-desc {
    margin-left: 0px;
  }

  .iip-projects-section .iip-text-link {
    margin-left: 0px;
  }

  .iip-projects-section .iip-second-project-image-mobile {
    display: block;
  }

  .iip-showroom-section .iip-showroom-background {
    right: 20px;
  }

  .iip-showroom-section .iip-col {
    display: none;
  }

  .iip-showroom-section .iip-showroom-title {
    font-size: 20px;
  }

  .iip-showroom-section .iip-showroom-desc {
    font-size: 16px;
    height: 120px;
  }

  .iip-showroom-section .iip-button {
    padding: 6px 70px;
  }

  .iip-text-link.iip-news-link {
    display: inline;
    margin-top: 0;
  }
}
@media screen and (max-width: 580px) {
  .iip-main-section .iip-col .iip-box {
    width: 100%;
  }

  .juror-submit-mobile .iip-border {
    width: 100%;
  }

  .juror-submit-mobile .iip-text-link {
    top: 2px;
  }

  .iip-awards-section p.title {
    font-size: 20px;
    padding: 0;
    margin-bottom: 0;
  }

  .iip-awards-section p.subtitle {
    font-size: 16px;
    padding: 0;
  }

  .iip-cover.main-center {
    background-image: url("../img/services-mobile.png");
  }
}
@media screen and (max-width: 425px) {
  .juror-submit-mobile .iip-text-link {
    font-size: 21px;
  }

  .juror-submit-mobile img {
    width: 20%;
    margin-top: 5px;
  }

  .iip-awards-section p.title {
    font-size: 16px;
  }

  .iip-awards-section p.subtitle {
    font-size: 13px;
  }
}
@media screen and (max-width: 375px) {
  .iip-main-section .iip-col .iip-box.left,
  .iip-main-section .iip-col .iip-box.right,
  .iip-main-section .iip-col .iip-box.center {
    padding: 90px 10px 30px 10px;
  }
}
@media screen and (max-width: 320px) {
  .juror-submit-mobile .iip-text-link {
    font-size: 19px;
  }

  .juror-submit-mobile img {
    width: 18%;
  }
}
