/* LOADING ICON */
@import url('https://unpkg.com/ionicons@4.5.10-0/dist/css/ionicons.min.css');
.spinner {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -15px;
  margin-left: -15px;
  border: 3px solid #b99b25;
  border-radius: 50%;
}
.spinner:before,
.spinner:after {
  content: "";
  position: absolute;
  display: block;
  width: 3px;
  background-color: #b99b25;
  border-radius: 1.5px;
  -webkit-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
}
.spinner:before {
  height: 9px;
  left: 13.5px;
  top: 50%;
  -webkit-animation: spin 2000ms linear infinite;
  animation: spin 2000ms linear infinite;
}
.spinner:after {
  height: 12px;
  left: 13.5px;
  top: 50%;
  -webkit-animation: spin 500ms linear infinite;
  animation: spin 500ms linear infinite;
}
@-webkit-keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* GLOBAL CSS */
.jarallax {
  position: relative;
  z-index: 0;
}
.jarallax > .jarallax-img {
  position: absolute;
  object-fit: cover;
  /* support for plugin https://github.com/bfred-it/object-fit-images */
  font-family: 'object-fit: cover;';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.half-sep {
  width: 40%;
  height: 7px;
  background: white;
}
.btn {
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 2px;
  padding: 1rem 1.5rem;
}
h1 {
  font-size: 3.1rem;
  font-weight: 400;
  letter-spacing: -0.18rem;
  color: #163262;
}
h3 {
  font-size: 1.2rem;
  font-weight: 700;
  color: #2d4267;
  margin-bottom: 1.2rem;
}
h3 {
  margin-top: 2.2rem;
  font-weight: 600;
}
h4 {
  font-weight: 500;
  margin-top: 1.5rem;
  line-height: 1.3;
  margin-bottom: 1.5rem;
  color: #325eac;
}
p {
  line-height: 1.7;
}
p a {
  color: #ff8300;
  text-decoration: none;
  border-bottom: 1px dotted #ff8300;
}
hr.double {
  height: 6px;
  background: url(../img/hr-double.png) repeat-x 0 0;
  border: 0;
}
hr.jagged {
  height: 6px;
  background: url(../img/hr-jagged.png) repeat-x 0 0;
  border: 0;
}
body {
  padding: 0;
  margin: 0;
  position: relative;
  font-family: neue-haas-unica, sans-serif;
  font-weight: 300;
  font-size: 1rem;
  overflow-x: hidden;
}
h1,
h2,
h3,
h4,
h5 {
  font-family: neue-haas-unica, sans-serif;
  font-weight: 700;
}
p {
  color: #2d4267;
  letter-spacing: 1px;
  line-height: 1.5;
}
nav.navbar {
  -webkit-box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.2);
}
@media only screen and (max-width: 767px) {
  nav.navbar {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  nav.navbar #plastik_nav {
    margin-top: 1rem !important;
  }
}
nav.navbar.bg-light {
  background-color: #011942 !important;
}
@media only screen and (max-width: 767px) {
  nav.navbar.bg-light {
    background-color: #011942 !important;
  }
}
@media only screen and (max-width: 767px) {
  nav.navbar.bg-light .navbar-brand {
    max-width: 275px;
    padding-left: 1.2rem;
    margin-right: 0;
  }
}
nav.navbar.bg-light .navbar-toggler {
  height: 100%;
  border-color: white;
  border-radius: 0;
  font-size: 2.1rem;
  color: white;
  border: none;
  border-left: 1px solid #ffffff63;
  padding-left: 1.2rem;
  padding-right: 1.2rem;
  outline: none !important;
}
nav.navbar.bg-light .navbar-nav a {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.9rem;
  padding-right: 1.3rem;
  padding-left: 1.3rem;
  font-family: neue-haas-unica, sans-serif;
  font-weight: 700;
  font-weight: 400;
  text-transform: uppercase;
}
nav.navbar.bg-light .navbar-nav a.active,
nav.navbar.bg-light .navbar-nav a:active,
nav.navbar.bg-light .navbar-nav a:focus,
nav.navbar.bg-light .navbar-nav a:hover {
  color: white;
  outline: none !important;
}
@media only screen and (max-width: 767px) {
  nav.navbar.bg-light .navbar-nav a {
    text-align: center;
    border-bottom: 1px solid #254680;
    border-top: 1px solid #091d40;
    line-height: 2.5;
    color: white;
    text-transform: uppercase;
    letter-spacing: 1px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  nav.navbar.bg-light .navbar-nav a {
    padding-left: 0px;
  }
}
nav.navbar.bg-light .navbar-nav .lang img {
  padding-right: 7px;
}
nav.navbar.bg-light .navbar-nav .show > .nav-link {
  color: white;
}
nav.navbar.bg-light .navbar-nav .social-links {
  padding-left: 1rem;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  nav.navbar.bg-light .navbar-nav .social-links {
    display: none;
  }
}
nav.navbar.bg-light .navbar-nav .social-links a.social-link {
  font-size: 1.3rem;
  padding-left: 0.2rem;
  padding-right: 0.2rem;
  line-height: 1.8;
  color: rgba(137, 181, 228, 0.7);
}
nav.navbar.bg-light .navbar-nav .social-links a.social-link.active,
nav.navbar.bg-light .navbar-nav .social-links a.social-link:active,
nav.navbar.bg-light .navbar-nav .social-links a.social-link:focus,
nav.navbar.bg-light .navbar-nav .social-links a.social-link:hover {
  color: white;
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 1024px) {
  nav.navbar.bg-light .navbar-nav .social-links a.social-link {
    border-bottom: none;
    display: inline-block;
    width: 60px;
    height: 55px;
    line-height: 55px;
    /* background: #325eac; */
    font-size: 1.8rem;
    border-radius: 7px;
    margin: 0 8px;
  }
}
@media only screen and (max-width: 767px) {
  nav.navbar.bg-light .navbar-nav .social-links {
    text-align: center;
    padding-left: 0;
    margin-top: 10px;
  }
}
nav.navbar.bg-light .navbar-nav .dropdown-menu {
  background: rgba(255, 255, 255, 0.8);
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
}
nav.navbar.bg-light .navbar-nav .dropdown-menu a {
  color: #163262;
  font-size: 0.9rem;
  padding-top: 0.35rem;
  padding-bottom: 0.35rem;
}
nav.navbar.bg-light .navbar-nav .dropdown-menu a:hover {
  background: #325eac;
  color: white;
}
#home_main {
  width: 100%;
  -lh-property: 0;
height:-webkit-calc(100vh + 60px);
height:-moz-calc(100vh + 60px);
height:calc(100vh + 60px);
;
  position: relative;
  background: url("../img/bg-bot.jpg") no-repeat right bottom;
  background-size: cover;
  background-blend-mode: darken;
  margin-top: -100px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
#home_main .hero-txt {
  color: white;
  font-family: neue-haas-unica, sans-serif;
  font-weight: 700;
  font-size: 3rem;
  position: absolute;
  top: 55%;
  left: 3%;
  line-height: 1;
  z-index: 2;
  text-transform: uppercase;
}
#home_main .hero-txt h1 {
  color: white;
  font-size: 4rem;
  -webkit-filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.6));
  -moz-filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.6));
  -ms-filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.6));
  filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.6));
}
#home_main .hero-txt h2 {
  font-size: 1.5rem;
  -webkit-filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.6));
  -moz-filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.6));
  -ms-filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.6));
  filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.6));
}
#home_main .hero-txt .highlight {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMzAlIiBzdG9wLWNvbG9yPSIjMDExOTQyIiBzdG9wLW9wYWNpdHk9IjEiLz48c3RvcCBvZmZzZXQ9IjMwJSIgc3RvcC1jb2xvcj0icmdiKDI1NSwgMjU1LCAyNTUpIiBzdG9wLW9wYWNpdHk9IjAiLz48L2xpbmVhckdyYWRpZW50PjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjbGVzc2hhdC1nZW5lcmF0ZWQpIiAvPjwvc3ZnPg==);
  background-image: -webkit-linear-gradient(-90deg, rgba(255, 255, 255, 0) 30%, #011942 30%);
  background-image: -moz-linear-gradient(-90deg, rgba(255, 255, 255, 0) 30%, #011942 30%);
  background-image: -o-linear-gradient(-90deg, rgba(255, 255, 255, 0) 30%, #011942 30%);
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 30%, #011942 30%);
  display: inline-block;
}
#home_main .hero-txt .highlight span {
  -webkit-filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.6));
  -moz-filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.6));
  -ms-filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.6));
  filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.6));
}
#home_main img {
  width: 300px;
  position: absolute;
  bottom: 0;
  margin-bottom: -200px;
  left: 50%;
  margin-left: -150px;
  z-index: 3;
}
@media only screen and (max-width: 767px) {
  #home_main {
    margin-top: -40px;
    height: 100vh;
    background: url("../img/bgs/main-mobile.jpg") no-repeat center center;
    background-size: cover;
    background-blend-mode: none;
  }
  #home_main .hero-txt {
    font-size: 1.8rem;
    bottom: 80px;
    left: 0;
    padding: 0 2rem;
    top: auto;
    text-align: center;
  }
  #home_main .hero-txt h1 {
    font-size: 2.8rem;
  }
  #home_main .hero-txt h1 span {
    display: block;
    font-size: 3.5rem;
  }
  #home_main .hero-txt h2 {
    text-transform: none;
    font-weight: 500;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #home_main {
    height: 100vh;
    background: url("../img/bgs/main-mobile.jpg") no-repeat center center;
    background-size: cover;
    background-blend-mode: none;
  }
  #home_main .hero-txt {
    text-align: center;
    left: 0;
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  #home_main .hero-txt {
    max-width: 450px;
  }
  #home_main .hero-txt h2 {
    font-size: 1.8rem;
    font-weight: 400;
    text-transform: none;
    font-style: italic;
    line-height: 1.5;
  }
}
#home_main .scroll {
  position: relative;
  color: white;
  padding-top: 70px;
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.5);
}
#home_main .scroll span {
  position: absolute;
  bottom: 10px;
  left: 50%;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: sdb05 1.5s infinite;
  animation: sdb05 1.5s infinite;
  box-sizing: border-box;
}
@-webkit-keyframes sdb05 {
  0% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}
@keyframes sdb05 {
  0% {
    transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}
#home_body .sec-1 {
  max-width: 600px;
  line-height: 2;
  font-size: 1rem;
  margin: 0 auto;
  padding: 70px 0 120px;
}
#home_body .sec-1 .btn {
  margin-top: 20px;
}
#home_body .sec-1 h1 {
  text-transform: uppercase;
  font-weight: 800;
  margin-top: 100px;
}
#home_body .sec-1 p {
  line-height: 2;
  font-size: 0.9rem;
  margin-top: 2rem;
  margin-bottom: 1rem;
}
#home_body .sec-1 .pl-icon {
  max-width: 50px;
}
@media only screen and (max-width: 767px) {
  #home_body .sec-1 {
    padding-top: 45px;
  }
  #home_body .sec-1 h1 {
    font-size: 1.7rem;
    font-weight: 600;
    margin-top: 40px;
  }
  #home_body .sec-1 p {
    padding-left: 15px;
    padding-right: 15px;
  }
}
#home_body .sec-2 {
  padding: 0;
}
#home_body .sec-2 .sec-camp {
  background: url("../img/bgs/refill-3.jpg");
  padding: 100px 100px 100px 50px;
}
#home_body .sec-2 .sec-camp p {
  font-weight: 300;
  letter-spacing: 1.2px;
  line-height: 2;
  font-size: 1rem;
}
#home_body .sec-2 .sec-boxes {
  padding: 50px 50px 20px;
  /*background: url("../img/bgs/cool-background.svg");
         background-size: cover;
         background-color: #e9ecef;*/
  background: url("../img/bgs/white-waves.png");
}
#home_body .sec-2 h2 {
  color: white;
  margin: 15px auto;
  text-transform: uppercase;
  font-size: 2.8rem;
  font-weight: 600;
  margin-bottom: 30px;
}
#home_body .sec-2 .p-white {
  color: white;
  font-family: neue-haas-unica, sans-serif;
  font-weight: 700;
  margin-top: 30px;
}
#home_body .sec-2 .box {
  text-align: left;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iNjAlIiBzdG9wLWNvbG9yPSJyZ2IoMCwwLDApIiBzdG9wLW9wYWNpdHk9IjAiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAiIHN0b3Atb3BhY2l0eT0iMSIvPjwvbGluZWFyR3JhZGllbnQ+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNsZXNzaGF0LWdlbmVyYXRlZCkiIC8+PC9zdmc+);
  background-image: -webkit-linear-gradient(top, transparent 60%, #000 100%);
  background-image: -moz-linear-gradient(top, transparent 60%, #000 100%);
  background-image: -o-linear-gradient(top, transparent 60%, #000 100%);
  background-image: linear-gradient(to bottom, transparent 60%, #000 100%);
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  min-height: 350px;
  margin-bottom: 27px;
  overflow: hidden;
  position: relative;
}
#home_body .sec-2 .box .box-content {
  padding: 15px;
  position: relative;
  position: absolute;
  left: 0;
  bottom: 0;
  margin-bottom: -10px;
  width: 100%;
}
#home_body .sec-2 .box .box-content h3 {
  font-size: 1.6rem;
  font-weight: 300;
  color: #fff;
}
#home_body .sec-2 .box .box-content p {
  font-size: 0.85rem;
  color: #fff;
  margin-bottom: -40px;
  height: 40px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
#home_body .sec-2 .pr-refill {
  background-image: url("../img/campaigns/camp-refill.jpg");
}
#home_body .sec-2 .sin-pop {
  background-image: url("../img/campaigns/camp-straws.jpg");
}
#home_body .sec-2 .eco-construction {
  background-image: url("../img/campaigns/camp-eco.jpg");
}
#home_body .sec-2 .embrace-good {
  background-image: url("../img/campaigns/camp-good.jpg");
}
#home_body .sec-2 .box-link {
  background-position: bottom center;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  z-index: 1;
  position: relative;
}
#home_body .sec-2 .box-link:hover {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  z-index: 100;
}
#home_body .sec-2 .box-link:hover .box {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMzAlIiBzdG9wLWNvbG9yPSJyZ2IoMCwwLDApIiBzdG9wLW9wYWNpdHk9IjAiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAiIHN0b3Atb3BhY2l0eT0iMSIvPjwvbGluZWFyR3JhZGllbnQ+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNsZXNzaGF0LWdlbmVyYXRlZCkiIC8+PC9zdmc+);
  background-image: -webkit-linear-gradient(top, transparent 30%, #000 100%);
  background-image: -moz-linear-gradient(top, transparent 30%, #000 100%);
  background-image: -o-linear-gradient(top, transparent 30%, #000 100%);
  background-image: linear-gradient(to bottom, transparent 30%, #000 100%);
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
#home_body .sec-2 .box-link:hover .box p {
  margin-bottom: 0;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
#home_body .sec-2 .sep-icon {
  display: none;
  font-size: 3rem;
  color: white;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #home_body .sec-2 {
    text-align: center;
  }
  #home_body .sec-2 .sec-camp {
    padding: 4rem 2rem;
  }
  #home_body .sec-2 .sec-boxes {
    padding: 0;
  }
  #home_body .sec-2 h2 {
    font-size: 2rem;
    font-weight: 600;
    margin: 4rem auto 2rem;
  }
  #home_body .sec-2 p {
    margin-bottom: 25px;
  }
  #home_body .sec-2 .half-sep {
    display: none;
  }
  #home_body .sec-2 .sep-icon {
    display: block;
  }
  #home_body .sec-2 .box {
    margin-bottom: 0;
  }
  #home_body .sec-2 .box .box-content {
    padding: 15px 30px;
    margin-bottom: unset;
  }
  #home_body .sec-2 .box .box-content h3 {
    font-size: 1.5rem;
  }
  #home_body .sec-2 .box .box-content p {
    margin-bottom: 0;
    font-size: 0.91rem;
  }
}
#main_quote {
  background: url("../img/bgs/cup.jpg");
  background-position: center top;
}
#main_quote .quote {
  max-width: 800px;
  margin: 0 auto;
  padding: 200px 20px;
  text-align: center;
}
#main_quote .quote h5 {
  font-size: 2.5rem;
  font-weight: 400;
  letter-spacing: -2.5px;
}
#main_quote .quote h6 {
  margin-bottom: 400px;
  font-size: 1.2rem;
  margin-top: 20px;
}
#main_quote .quote h6 span {
  font-size: 0.9rem;
}
#news_sec {
  background-color: #3c495b;
}
#news_sec #bio_card {
  margin-top: -250px;
  position: relative;
}
#news_sec #bio_card .card {
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
  border: none;
  margin-bottom: 0;
  -webkit-box-shadow: 0 0 8px 3px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 0 8px 3px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 8px 3px rgba(0, 0, 0, 0.4);
}
#news_sec #bio_card .card .card-body {
  padding: 80px;
}
@media only screen and (max-width: 767px) {
  #news_sec #bio_card .card .card-body {
    padding: 20px;
  }
}
#news_sec #bio_card .card .card-body h5.card-title {
  font-weight: 400;
  letter-spacing: -1px;
  color: rgba(45, 66, 103, 0.5);
}
#news_sec #bio_card .card .card-body h4.card-subtitle {
  letter-spacing: -0.05rem;
  font-size: 1.7rem;
  margin-bottom: 2rem;
  color: #163262;
}
#news_sec #bio_card .card .card-body a.highlight {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMzAlIiBzdG9wLWNvbG9yPSIjMzI1ZWFjIiBzdG9wLW9wYWNpdHk9IjEiLz48c3RvcCBvZmZzZXQ9IjMwJSIgc3RvcC1jb2xvcj0icmdiKDI1NSwgMjU1LCAyNTUpIiBzdG9wLW9wYWNpdHk9IjAiLz48L2xpbmVhckdyYWRpZW50PjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjbGVzc2hhdC1nZW5lcmF0ZWQpIiAvPjwvc3ZnPg==);
  background-image: -webkit-linear-gradient(-90deg, rgba(255, 255, 255, 0) 30%, #325eac 30%);
  background-image: -moz-linear-gradient(-90deg, rgba(255, 255, 255, 0) 30%, #325eac 30%);
  background-image: -o-linear-gradient(-90deg, rgba(255, 255, 255, 0) 30%, #325eac 30%);
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 30%, #325eac 30%);
  padding: 0px 7px;
  color: white;
  font-size: 1.5rem;
  font-weight: 600;
}
#news_sec #bio_card .card .card-body a.highlight span {
  -webkit-filter: drop-shadow(-3px -1px 1px rgba(0, 0, 0, 0.7));
  -moz-filter: drop-shadow(-3px -1px 1px rgba(0, 0, 0, 0.7));
  -ms-filter: drop-shadow(-3px -1px 1px rgba(0, 0, 0, 0.7));
  filter: drop-shadow(-3px -1px 1px rgba(0, 0, 0, 0.7));
}
#news_sec #bio_card .card .card-body a.highlight:hover {
  -webkit-filter: hue-rotate(80deg);
  -moz-filter: hue-rotate(80deg);
  -ms-filter: hue-rotate(80deg);
  filter: hue-rotate(80deg);
}
#news_sec #bio_card .card .card-body a.highlight:hover {
  text-decoration: none;
}
#partners {
  background-color: #3c495b;
  background: url("../img/bgs/partners.jpg") no-repeat center top;
  background-size: cover;
  padding-bottom: 6rem;
  padding-top: 8rem;
}
#partners .partner-logo {
  -webkit-border-radius: 50%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 50%;
  -moz-background-clip: padding;
  border-radius: 50%;
  background-clip: padding-box;
  overflow: hidden;
  border: 1px solid #ccc;
}
#partners h3 {
  text-align: center;
  padding-top: 12rem;
  letter-spacing: -0.04rem;
  font-weight: 400;
  color: white;
  font-size: 2rem;
  margin-bottom: 4rem;
  text-transform: uppercase;
}
#sign_up {
  background: url("../img/bgs/get-involved-2.jpg");
  background-size: cover;
}
#sign_up .container {
  max-width: 500px;
  margin: 0 auto;
  padding-top: 80px;
  padding-bottom: 80px;
  text-align: center;
}
#sign_up .container h6 {
  text-transform: uppercase;
  letter-spacing: 0.05rem;
  color: #163262;
}
#sign_up .container h2 {
  font-weight: 500;
  letter-spacing: -0.05rem;
  color: #011942;
  margin-bottom: 1.5rem;
}
#sign_up .container p {
  margin-bottom: 1.5rem;
  color: #163262;
}
#sign_up .container #sign_up_form {
  width: 100%;
}
#sign_up .container #sign_up_form .input {
  width: 100%;
}
#sign_up .container #sign_up_form .input input,
#sign_up .container #sign_up_form .input textarea {
  width: 100%;
  background: rgba(255, 255, 255, 0.88);
  border: none;
  padding: 10px;
  margin-bottom: 1.2rem;
  font-family: neue-haas-unica, sans-serif;
  font-weight: 700;
  font-weight: 300;
}
#sign_up .container #sign_up_form .input input::-webkit-input-placeholder,
#sign_up .container #sign_up_form .input textarea::-webkit-input-placeholder {
  color: #325eac;
}
#sign_up .container #sign_up_form .input input:-moz-placeholder,
#sign_up .container #sign_up_form .input textarea:-moz-placeholder {
  color: #325eac;
}
#sign_up .container #sign_up_form .input input::-moz-placeholder,
#sign_up .container #sign_up_form .input textarea::-moz-placeholder {
  color: #325eac;
}
#sign_up .container #sign_up_form .input input:-ms-input-placeholder,
#sign_up .container #sign_up_form .input textarea:-ms-input-placeholder {
  color: #325eac;
}
#sign_up .container #sign_up_form .input input:active,
#sign_up .container #sign_up_form .input textarea:active,
#sign_up .container #sign_up_form .input input:focus,
#sign_up .container #sign_up_form .input textarea:focus {
  -webkit-box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.3);
  border: none !important;
  outline: none !important;
}
#sign_up.eco {
  background: url('../img/bgs/eco.jpg');
}
#sign_up.eco .container #sign_up_form input,
#sign_up.eco .container #sign_up_form textarea {
  background: rgba(255, 255, 255, 0.8);
}
footer {
  color: #89b5e4;
  background: #011942;
}
footer a,
footer p {
  font-size: 0.9rem;
  color: rgba(137, 181, 228, 0.8);
}
footer p {
  padding-right: 2rem;
  font-size: 0.8rem;
}
footer h6 {
  margin-bottom: 2.5rem;
  position: relative;
  color: white;
  font-size: 1.2rem;
  margin-top: 1.5rem;
}
footer h6:after {
  position: absolute;
  content: "";
  background: #325eac;
  width: 12%;
  height: 1px;
  left: 0;
  bottom: -20px;
}
footer .foot-link {
  color: white;
  font-size: 0.85rem;
  text-decoration: none;
  border-bottom: 1px dotted rgba(255, 255, 255, 0.7);
  display: inline-block;
  margin-right: 15px;
}
footer .social-link {
  font-size: 1.3rem;
  padding: 4px 12px;
  background: rgba(255, 255, 255, 0.2);
  display: inline-block;
  margin-right: 4px;
  margin-top: 12px;
}
footer .logo-part {
  padding: 15px;
  padding-right: 35px;
  padding-left: 0px;
}
footer ul li {
  list-style: none;
  display: block;
}
footer ul {
  padding-left: 0;
}
footer ul li a {
  color: #89b5e4;
  text-decoration: none;
}
footer a:hover {
  text-decoration: none;
  color: #f5f5f5 !important;
}
footer #bottom_foot {
  background: #163262;
  text-align: center;
}
footer #bottom_foot p {
  color: rgba(255, 255, 255, 0.4);
}
footer #bottom_foot p a {
  font-size: inherit;
  color: inherit;
  border-bottom-color: rgba(45, 66, 103, 0.8);
}
@media only screen and (max-width: 767px) {
  footer #bottom_foot {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media only screen and (max-width: 767px) {
  footer {
    text-align: center;
  }
  footer .logo-part {
    padding: 15px;
    max-width: 75%;
    margin: 0 auto;
  }
  footer .foot-link {
    margin: 0.5rem;
    font-size: 0.9rem;
  }
  footer ul li a {
    line-height: 35px;
    border-bottom: 1px dotted rgba(137, 181, 228, 0.8);
  }
  footer .social-link {
    border-bottom: none;
    font-size: 1.7rem;
    padding: 8px 20px;
    margin-top: 1.5rem;
  }
  footer h6 {
    font-size: 1.5rem;
    margin-top: 3rem;
  }
  footer h6:after {
    width: 25%;
    height: 1px;
    left: 50%;
    margin-left: -12.5%;
    bottom: -20px;
  }
  footer p {
    padding-right: 0;
  }
}
.img-circle img {
  -webkit-border-radius: 50%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 50%;
  -moz-background-clip: padding;
  border-radius: 50%;
  background-clip: padding-box;
}
#about_page,
#bio_page,
#partners_page,
#contact_page,
#blog_pagee {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: url('../img/bgs/hexellence-trans.png') repeat-x center top;
}
#about_page h1,
#bio_page h1,
#partners_page h1,
#contact_page h1,
#blog_pagee h1 {
  font-size: 3.1rem;
  font-weight: 400;
  letter-spacing: -0.18rem;
  color: #163262;
}
#about_page h2,
#bio_page h2,
#partners_page h2,
#contact_page h2,
#blog_pagee h2,
#about_page h3,
#bio_page h3,
#partners_page h3,
#contact_page h3,
#blog_pagee h3 {
  font-size: 1.2rem;
  font-weight: 700;
  color: #2d4267;
  margin-bottom: 1.2rem;
}
#about_page h3,
#bio_page h3,
#partners_page h3,
#contact_page h3,
#blog_pagee h3 {
  margin-top: 2.2rem;
  font-weight: 600;
}
#about_page h4,
#bio_page h4,
#partners_page h4,
#contact_page h4,
#blog_pagee h4 {
  font-weight: 500;
  margin-top: 1.5rem;
  line-height: 1.3;
  margin-bottom: 1.5rem;
  color: #325eac;
}
#about_page p,
#bio_page p,
#partners_page p,
#contact_page p,
#blog_pagee p {
  line-height: 1.7;
}
#about_page p a,
#bio_page p a,
#partners_page p a,
#contact_page p a,
#blog_pagee p a {
  color: #ff8300;
  text-decoration: none;
  border-bottom: 1px dotted #ff8300;
}
@media only screen and (max-width: 767px) {
  #about_page,
  #bio_page,
  #partners_page,
  #contact_page,
  #blog_pagee {
    padding-top: 0.5rem;
    text-align: center;
  }
  #about_page .img-circle,
  #bio_page .img-circle,
  #partners_page .img-circle,
  #contact_page .img-circle,
  #blog_pagee .img-circle {
    text-align: center;
  }
  #about_page .img-circle img,
  #bio_page .img-circle img,
  #partners_page .img-circle img,
  #contact_page .img-circle img,
  #blog_pagee .img-circle img {
    max-width: 90%;
  }
  #about_page h1,
  #bio_page h1,
  #partners_page h1,
  #contact_page h1,
  #blog_pagee h1 {
    font-size: 2.8rem;
    letter-spacing: -0.16rem;
    background: rgba(255, 255, 255, 0.9);
    margin-top: -1.5rem;
    margin-bottom: 1.5rem;
  }
}
@media only screen and (max-width: 767px) {
  #blog_pagee {
    padding-top: 50px;
  }
}
#live_global {
  background: url('../img/bgs/about.jpg');
  padding: 8rem 0;
  text-align: center;
}
#live_global h5 {
  font-size: 3rem;
  font-weight: 500;
  letter-spacing: -0.05rem;
  display: inline-block;
  background: white;
  color: #011942;
  padding: 5px 15px;
  margin: 0 auto;
  -webkit-box-shadow: 0 0 15px 7px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 15px 7px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 15px 7px rgba(0, 0, 0, 0.5);
}
#bio_head {
  background: url('../img/bioplastic/main-lg.jpg') no-repeat top left #f7f8fa;
  background-size: cover;
  padding: 4rem;
  text-align: center;
}
#bio_head .clearfix {
  height: 1px;
  margin: 0;
  padding: 0;
}
#bio_head h3 {
  background: rgba(255, 255, 255, 0.92);
  display: inline-block;
  padding: .5rem 1rem;
  color: #011942;
  font-size: 2.8rem;
  margin: 0;
  font-weight: 600;
  letter-spacing: -0.1rem;
}
#bio_head h1,
#bio_head h4 {
  background: #325eac;
  font-size: 1.5rem;
  padding: .5rem 1rem;
  color: white;
  display: inline-block;
  letter-spacing: -0.05rem;
  text-transform: uppercase;
}
#bio_head h4 {
  background: #5a721a;
  color: #abce6b;
  margin-top: 0px;
  text-transform: none;
  font-weight: 400;
  letter-spacing: normal;
  font-size: 1.4rem;
}
#bio_head .btn {
  margin-top: 1rem;
  font-weight: 700;
  border-width: 3px;
  -webkit-filter: drop-shadow(0 3px 4px rgba(0, 0, 0, 0.6));
  -moz-filter: drop-shadow(0 3px 4px rgba(0, 0, 0, 0.6));
  -ms-filter: drop-shadow(0 3px 4px rgba(0, 0, 0, 0.6));
  filter: drop-shadow(0 3px 4px rgba(0, 0, 0, 0.6));
  font-size: 1.1rem;
  letter-spacing: 0.05rem;
}
@media only screen and (max-width: 767px) {
  #bio_head {
    background: url('../img/bioplastic/main-xs.jpg') no-repeat top center #f7f8fa;
    padding: 3rem 1.3rem;
  }
  #bio_head h1 {
    font-size: 1.3rem !important;
  }
  #bio_head h3 {
    letter-spacing: -0.15rem;
    font-size: 2.2rem;
  }
  #bio_head .btn {
    background: none;
    border: none;
    font-size: 1rem;
    font-weight: 600;
    color: white;
    letter-spacing: -0.05rem;
    text-decoration: underline;
  }
}
#bio_page {
  background: url('../img/bgs/white-waves.png') repeat;
  padding-top: 6rem;
  padding-bottom: 0;
}
#bio_page h2 {
  font-size: 3rem;
  font-weight: 300;
  letter-spacing: -0.05rem;
}
#bio_page h3.special {
  margin-top: 0px;
  font-size: 1.6rem;
  color: #325eac;
  letter-spacing: -0.05rem;
}
#bio_page .bio-row {
  background: #fff;
}
#bio_page .bio-row .col-sm-8 {
  padding: 2rem;
}
#bio_page .bio-row.bio-2 {
  background: none;
}
#bio_page .bio-row h3 {
  margin-top: 0;
  font-size: 1.8rem;
  font-weight: 400;
}
#bio_page .bio-row ul li {
  color: #2d4267;
  letter-spacing: 1px;
  line-height: 1.5;
  margin-bottom: 1rem;
}
#bio_page .bio-row .col-sm-4,
#bio_page .bio-row .jarallax,
#bio_page .bio-row .jarallax-img {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  #bio_page .bio-row .jarallax {
    min-height: 250px;
    width: 100%;
  }
}
#bio_page .more-space {
  margin-top: 7rem;
}
#process {
  background: url('../img/bgs/grunge-wall.png') repeat #5f4f2d;
  padding: 6rem 2rem;
  text-align: center;
}
#process h5 {
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 1.5;
  letter-spacing: -0.06rem;
  color: #ffffff;
}
#process .btn {
  margin: 1.5rem auto;
}
.img-gallery {
  max-width: 50%;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .img-gallery {
    max-width: 100%;
  }
}
.gallery {
  width: 100%;
  position: relative;
}
.gallery a img {
  float: left;
  width: 20%;
  height: auto;
  border: 2px solid #fff;
  -webkit-transition: -webkit-transform 0.15s ease;
  -moz-transition: -moz-transform 0.15s ease;
  -o-transition: -o-transform 0.15s ease;
  -ms-transition: -ms-transform 0.15s ease;
  transition: transform .15s ease;
  position: relative;
}
/* line 46, ../sass/demo.scss */
.gallery a:hover img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  z-index: 5;
}
/* line 57, ../sass/demo.scss */
.gallery a.big img {
  width: 30%;
}
@media only screen and (max-width: 767px) {
  .gallery a.big img {
    width: 50%;
  }
}
.gallery a.ex-big img {
  width: 90%;
}
@media only screen and (max-width: 767px) {
  .gallery a.ex-big img {
    width: 100%;
  }
}
#camp_head {
  padding: 4rem;
  min-height: 5rem;
  background-color: black;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: center center;
  position: relative;
}
#camp_head.refill {
  background-image: url('../img/campaigns/refill/bg.jpg');
}
@media only screen and (max-width: 767px) {
  #camp_head.refill {
    background-image: url('../img/campaigns/refill/bg-xs.jpg');
  }
}
#camp_head.embrace {
  background-image: url('../img/campaigns/embrace/bg.jpg');
}
@media only screen and (max-width: 767px) {
  #camp_head.embrace {
    background-image: url('../img/campaigns/embrace/bg-xs.jpg');
  }
}
#camp_head.eco-construction {
  background-image: url('../img/campaigns/eco-construction/bg.jpg');
}
@media only screen and (max-width: 767px) {
  #camp_head.eco-construction {
    background-image: url('../img/campaigns/eco-construction/bg-xs.jpg');
  }
}
#camp_head.sin-popotes {
  background-image: url('../img/campaigns/sin-popotes/bg.jpg');
}
@media only screen and (max-width: 767px) {
  #camp_head.sin-popotes {
    background-image: url('../img/campaigns/sin-popotes/bg-xs.jpg');
  }
}
#camp_head.recycle {
  background-image: url('../img/campaigns/recycle/head-bg.jpg');
}
@media only screen and (max-width: 767px) {
  #camp_head.recycle {
    background-image: url('../img/campaigns/recycle/head-xs.jpg');
  }
}
#camp_head h1 {
  position: fixed;
  z-index: 1;
  color: white;
  letter-spacing: -0.05rem;
}
@media only screen and (max-width: 767px) {
  #camp_head {
    min-height: 3rem;
    padding: 3rem;
  }
  #camp_head img {
    position: absolute;
    width: 150px;
    bottom: 0;
    left: 50%;
    margin-left: -75px;
  }
}
#camp_page {
  position: relative;
  z-index: 2;
  background: white;
  padding-top: 1.5rem;
}
#camp_page h2,
#camp_page h3 {
  line-height: 1.2;
  font-weight: 400;
  letter-spacing: -0.05rem;
  color: #2d4267;
}
#camp_page h3 {
  font-size: 1.5rem;
  margin-bottom: 5rem;
  color: #011942;
}
#camp_page p {
  line-height: 2;
}
#camp_page p strong {
  color: black;
}
#camp_page ul {
  padding-left: 1.5rem;
  letter-spacing: 1px;
  font-size: 0.85rem;
}
#camp_page ul li {
  margin-bottom: 0.8rem;
  color: #637da9;
}
@media only screen and (max-width: 767px) {
  #camp_page {
    text-align: center;
    padding-left: 1.2rem;
    padding-right: 1.2rem;
  }
  #camp_page h2 {
    font-size: 1.7rem;
  }
  #camp_page p {
    line-height: 1.5;
    font-size: 1.1rem;
  }
}
#more_camps {
  background: url('../img/bgs/ocean-blue.jpg') repeat;
  padding: 4rem;
  padding-top: 2rem;
}
#more_camps h3 {
  text-align: center;
  color: white;
  font-size: 1.8rem;
  letter-spacing: -0.05rem;
  font-weight: 200;
  margin-bottom: 3rem;
}
#more_camps .card {
  border: 2px solid transparent;
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
}
#more_camps .card h4 {
  font-size: 1.3rem;
  color: #163262;
  margin-top: 0;
}
#more_camps a {
  text-decoration: none;
}
#more_camps a:hover .card {
  border-color: white;
}
@media only screen and (max-width: 767px) {
  #more_camps {
    padding: 2.5rem 1.3rem;
  }
  #more_camps .card {
    margin-bottom: 2.5rem;
  }
}
.flex-even {
  flex: 1;
}
/* CONTACT PAGE */
#contact_page {
  background: url('../img/bgs/hexellence-trans.png'), url('../img/bg-con.jpg');
  background-position: top, bottom;
  background-repeat: repeat-x, no-repeat;
  background-size: auto, 100% auto;
}
#contact_page p i {
  display: inline-block;
  margin-right: 10px;
  font-size: 1.2rem;
}
#contact_page p a {
  display: block;
  color: #325eac;
  border-bottom: none;
}
#contact input[type="text"],
#contact input[type="email"],
#contact input[type="tel"],
#contact input[type="url"],
#contact textarea,
#contact button[type="submit"] {
  font: 400 12px/16px "Open Sans", Helvetica, Arial, sans-serif;
}
#contact {
  background: #F9F9F9;
  padding: 25px 40px 60px 40px;
  margin: 80px 0;
  -webkit-box-shadow: 0 0 9px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 9px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 9px 3px rgba(0, 0, 0, 0.3);
}
#contact h3 {
  color: #000;
  display: block;
  font-size: 30px;
  font-weight: 400;
}
#contact h4 {
  margin: 5px 0 15px;
  display: block;
  font-size: 13px;
}
fieldset {
  border: medium none !important;
  margin: 0 0 10px;
  min-width: 100%;
  padding: 0;
  width: 100%;
}
#contact input[type="text"],
#contact input[type="email"],
#contact input[type="tel"],
#contact input[type="url"],
#contact textarea {
  width: 100%;
  border: 1px solid #CCC;
  background: #FFF;
  margin: 0 0 5px;
  padding: 10px;
}
#contact input[type="text"]:hover,
#contact input[type="email"]:hover,
#contact input[type="tel"]:hover,
#contact input[type="url"]:hover,
#contact textarea:hover {
  -webkit-transition: border-color 0.3s ease-in-out;
  -moz-transition: border-color 0.3s ease-in-out;
  transition: border-color 0.3s ease-in-out;
  border: 1px solid #AAA;
}
#contact textarea {
  height: 100px;
  max-width: 100%;
  resize: none;
}
#contact button[type="submit"] {
  cursor: pointer;
  width: 100%;
  border: none;
  background: #000;
  color: #FFF;
  margin: 0 0 5px;
  padding: 25px 10px;
  font-size: 15px;
  text-transform: uppercase;
}
#contact button[type="submit"]:hover {
  background: #09C;
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}
#contact button[type="submit"]:active {
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.5);
}
#contact input:focus,
#contact textarea:focus {
  outline: 0;
  border: 1px solid #999;
}
::-webkit-input-placeholder {
  color: #888;
}
:-moz-placeholder {
  color: #888;
}
::-moz-placeholder {
  color: #888;
}
:-ms-input-placeholder {
  color: #888;
}
label.error {
  color: darkred;
  padding-left: 10px;
  font-weight: bold;
}
input.error {
  border-color: darkred !important;
}
/* CONTACT PAGE END */
/* BLOG LIST */
#blog_filters {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  padding-top: 20px;
  padding-bottom: 10px;
  margin-bottom: 1.25rem;
  z-index: 1001;
  position: relative;
  font-size: 0.85rem;
  /* Custom Select */
  /* Arrow */
  /* Transition */
  /* Transition */
}
#blog_filters select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  outline: 0;
  box-shadow: none;
  border: 0 !important;
  background: #f1f1f18a;
  background-image: none;
}
#blog_filters .select {
  position: relative;
  display: block;
  width: 100%;
  height: 2.5rem;
  line-height: 2.5;
  overflow: hidden;
  border: 1px solid #e6e6e6;
  z-index: 9;
  margin-bottom: 0.65rem;
}
#blog_filters select {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0 0 0 0.8em;
  color: #333;
  cursor: pointer;
}
#blog_filters select::-ms-expand {
  display: none;
}
#blog_filters .select::after {
  content: "\f3d0";
  font-family: 'ionicons';
  position: absolute;
  z-index: 10;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0.6em 0.7em;
  background: transparent;
  pointer-events: none;
  color: #999;
}
#blog_filters .select:hover::after {
  color: #325eac;
}
#blog_filters .select::after {
  -webkit-transition: 0.25s all ease;
  -o-transition: 0.25s all ease;
  transition: 0.25s all ease;
}
#blog_filters .select::before {
  content: "\f3d8";
  font-family: 'ionicons';
  position: absolute;
  z-index: 10;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0 0.7em;
  background: #f1f1f18a;
  pointer-events: none;
  color: #999;
}
#blog_filters .select:hover::before {
  color: #325eac;
}
#blog_filters .select::before {
  -webkit-transition: 0.25s all ease;
  -o-transition: 0.25s all ease;
  transition: 0.25s all ease;
}
#blog_filters #search_blog input {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C%21--%20Generator%3A%20Adobe%20Illustrator%2017.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200%29%20%20--%3E%0D%0A%3C%21DOCTYPE%20svg%20PUBLIC%20%22-//W3C//DTD%20SVG%201.1//EN%22%20%22http%3A//www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22icons%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2218px%22%20height%3D%2217.8px%22%20viewBox%3D%220%200%2018%2017.8%22%20style%3D%22enable-background%3Anew%200%200%2018%2017.8%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cstyle%20type%3D%22text/css%22%3E%0D%0A%09.st0%7Bfill%3A%239F9E9F%3B%7D%0D%0A%3C/style%3E%0D%0A%3Cpath%20class%3D%22st0%22%20d%3D%22M17.4%2C15.1l-3.8-3.8c0.7-1.1%2C1.2-2.5%2C1.2-3.9c0-4-3.3-7.3-7.3-7.3c-4%2C0-7.3%2C3.3-7.3%2C7.3c0%2C4%2C3.3%2C7.3%2C7.3%2C7.3%0D%0A%09c1.4%2C0%2C2.8-0.4%2C3.9-1.2l3.8%2C3.8c0.3%2C0.3%2C0.7%2C0.5%2C1.1%2C0.5c0.4%2C0%2C0.8-0.2%2C1.1-0.5C18%2C16.7%2C18%2C15.7%2C17.4%2C15.1z%20M2.2%2C7.4%0D%0A%09c0-2.9%2C2.3-5.2%2C5.2-5.2c2.9%2C0%2C5.2%2C2.3%2C5.2%2C5.2c0%2C2.9-2.3%2C5.2-5.2%2C5.2C4.6%2C12.6%2C2.2%2C10.2%2C2.2%2C7.4z%22/%3E%0D%0A%3C/svg%3E%0D%0A");
  background-position: 95% 50%;
  background-repeat: no-repeat;
  background-color: #f1f1f18a;
  border: none;
  font-weight: normal;
  padding: 10px 15px;
  position: relative;
  transition: 0.3s all ease-out;
  width: 100%;
  height: 2.5rem;
  line-height: 2.5;
  border: 1px solid #e6e6e6;
}
#blog_filters #search_blog input:active,
#blog_filters #search_blog input:focus {
  background-position: 3% 50%;
  color: #333;
  border-color: #163262;
  outline: 1px solid transparent;
  padding: 10px 10px 10px 40px;
  transition: 0.3s all ease-out;
}
#blog_filters #search_blog {
  margin-bottom: 0.65rem;
}
#dest_cloud a {
  color: #325eac;
  text-decoration: none;
  border-bottom: 1px dotted #325eac;
  font-size: 0.85rem;
}
#dest_cloud a:hover {
  border-bottom: 1px solid #325eac;
}
#filter_head {
  font-size: 0.7rem;
  text-transform: uppercase;
  font-weight: 600;
  color: #666;
  font-family: neue-haas-unica, sans-serif;
  font-weight: 700;
}
#filter_head span {
  font-size: 1.5rem;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  font-weight: normal;
}
@media only screen and (max-width: 767px) {
  #filter_head {
    font-size: 0.8rem;
    font-weight: 600;
    padding-left: 0.1rem;
    margin-bottom: 10px;
    color: #999;
  }
}
.bl-entry {
  display: block;
  text-decoration: none !important;
  color: inherit;
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .bl-entry {
    -ms-flex-wrap: wrap!important;
    flex-wrap: wrap!important;
  }
}
.bl-entry:hover {
  background: #eee;
}
.bl-entry .img-wrap {
  position: relative;
  width: 230px !important;
  height: 250px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #333;
}
.bl-entry .img-wrap .img-fake {
  width: 230px;
}
@media only screen and (max-width: 767px) {
  .bl-entry .img-wrap {
    width: 100% !important;
    display: block;
  }
  .bl-entry .img-wrap .img-fake {
    width: 400px;
  }
}
.bl-entry .img-wrap img {
  min-width: 200px;
  width: 100%;
}
.bl-entry .blog-txt {
  padding: 20px;
}
.bl-entry .blog-txt h3 {
  margin-bottom: 20px;
  font-size: 1.4rem;
}
.bl-entry .blog-txt h3 small {
  display: block;
  font-style: italic;
  font-size: 0.9rem;
  margin-top: 10px;
  color: #999;
}
.bl-entry .blog-txt .blog-date {
  color: #666;
  font-weight: 300;
  font-size: 14px;
  margin-bottom: 10px;
}
.bl-entry .blog-txt a {
  display: inline-block;
  padding: 8px 16px;
  border: 1.5px solid #163262;
  color: #163262;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1.3px;
  font-size: 13px;
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
  text-decoration: none;
  -webkit-transition: 0.2s ease;
  -moz-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
}
.bl-entry .blog-txt a:hover {
  background: #163262;
  color: white;
  -webkit-transition: 0.2s ease;
  -moz-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
}
@media only screen and (max-width: 767px) {
  .bl-entry .blog-txt {
    text-align: center;
  }
}
#list_pages {
  margin-top: 1.25rem;
}
#list_pages .l-page {
  display: none;
}
#list_pages .l-page.show-lpage {
  display: block;
}
.side-section {
  background: #f1f1f18a;
  border: 1px solid #e6e6e6;
  padding: 18px 10px;
  margin-bottom: 15px;
  margin-top: 1.25rem;
}
.side-section h5 {
  font-size: 0.9rem;
  color: #666;
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .side-section {
    font-size: 1.1rem;
  }
  .side-section #dest_cloud a {
    font-size: 1.1rem;
  }
  .side-section h5 {
    font-size: 1.3rem;
  }
}
#tag_cloud {
  margin-top: 20px;
}
#tag_cloud a {
  font-size: 0.85rem;
  display: inline-block;
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid #e6e6e6;
  color: #333;
  padding: 2px 5px;
  margin-bottom: 5px;
  -webkit-box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.1);
}
#tag_cloud a:hover {
  background: #163262;
  color: white;
  -webkit-box-shadow: 0 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 0 transparent;
  box-shadow: 0 0 0 0 transparent;
}
@media only screen and (max-width: 767px) {
  #tag_cloud a {
    padding: 10px 15px;
    font-size: 1rem;
    margin-bottom: 10px;
  }
}
#search_help {
  color: #999;
  font-size: 12px;
  display: none;
  position: absolute;
  letter-spacing: 0.5px;
}
.search-display,
.tag-display {
  background: #ffb0b0;
  padding: 2px 5px;
  color: #6c0808;
  display: inline-block;
}
.search-display span,
.tag-display span {
  color: #873131;
}
.search-display:hover,
.tag-display:hover {
  background: #6c0808;
  color: white;
  cursor: pointer;
}
.search-display:hover span,
.tag-display:hover span {
  color: rgba(255, 255, 255, 0.8);
}
.top-pg-bord {
  border-top: 1px solid #ccc;
  padding-top: 30px;
}
#blog_page h1 {
  margin-bottom: 6px;
  line-height: 1.2;
}
#blog_page h2 {
  font-size: 1.3rem;
  margin-top: 20px;
  font-weight: 600;
  color: #325eac;
  line-height: 1.5;
}
#blog_page .bl-date {
  text-transform: uppercase;
  color: #999;
  font-size: 0.9rem;
  letter-spacing: 1px;
  margin-bottom: 12px;
}
#blog_page .bl-author {
  margin-bottom: 10px;
}
#blog_page iframe {
  margin-bottom: 35px;
  width: 100%;
  min-height: 400px;
}
@media only screen and (max-width: 767px) {
  #blog_page iframe {
    min-height: 300px;
  }
}
#blog_pagee h3 {
  margin-top: 1rem;
}
.bl-tags {
  margin-bottom: 50px;
}
.bl-tags .btn {
  margin-bottom: 5px;
}
.blog-type {
  font-size: 0.75rem;
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
  letter-spacing: 1.1px;
  display: inline-block;
  background: #ff8507;
  padding: 5px 8px 3px;
  line-height: 0.7rem;
  border-radius: 3px;
}
.blog-type i {
  font-weight: normal;
}
.breadcrumb {
  padding: 5px 10px;
  font-size: 0.9rem;
  margin-bottom: 30px;
  background: #fff;
  border: 1px solid #e6e6e6;
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
}
@media only screen and (max-width: 767px) {
  .breadcrumb {
    font-size: 18px;
  }
}
.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "›";
}
#author_list {
  margin-bottom: 50px;
}
#author_list h4 {
  font-size: 1.5rem;
  margin-top: 35px;
  margin-bottom: 20px;
}
#author_list .blog-item {
  background: #f4f4f4;
  border: 1px solid #eee;
}
#author_list .bl-entry .blog-txt {
  padding: 20px;
}
#author_list .bl-entry .blog-txt h3 {
  font-size: 1.2rem;
  margin-bottom: 10px;
}
#author_list .bl-entry .blog-txt p {
  margin-bottom: 0;
  letter-spacing: normal;
  line-height: normal;
  font-size: 0.9rem;
}
#author_list .bl-entry:hover {
  border-color: #163262;
  color: #163262;
}
#auth_social {
  margin-top: 15px;
}
#auth_social a {
  display: inline-block;
  padding: 7px;
  background: #163262;
  color: white;
}
#auth_social a:hover {
  background: #333;
}
@media only screen and (max-width: 767px) {
  #auth_social a {
    padding: 12px 20px;
    font-size: 1.6rem;
  }
}
/* BLOG LIST END */
