/* FONTS */
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700,300);
/* Newsletter font */
@font-face {
  font-family: 'newspaper';
  src: url('fonts/newspaper.eot?8');
  src: url('fonts/newspaper.eot?8#iefix') format('embedded-opentype'),
  url('fonts/newspaper.woff?8') format('woff'),
  url('fonts/newspaper.ttf?8') format('truetype'),
  url('fonts/newspaper.svg?7#newspaper') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Newsletter font */
/* COLORS */
/* line 3, ../../src/sass/style.scss */
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 11, ../../src/sass/style.scss */
html, body {
  height: 100%;
  font-family: "Open Sans", sans-serif;
}

/* line 16, ../../src/sass/style.scss */
img {
  max-width: 100%;
}

/* line 20, ../../src/sass/style.scss */
body {
  background-color: #e9eaed;
  color: #333;
}

figure {
    margin: 0px;
}

@media (min-width: 1320px) {
  /* line 3, ../../src/sass/core/_media-query.scss */
  .container {
    width: 1320px;
  }

    .sidebar-section .ad-box {
        width: auto;
        padding-left: 5px!important;
        padding-right: 5px!important;
    }

}
@media (max-width: 767px) {
  /* line 11, ../../src/sass/core/_media-query.scss */
  h1 {
    font-size: 26px;
  }

  /* line 15, ../../src/sass/core/_media-query.scss */
  article p {
    font-size: 16px !important;
    line-height: 1.4em !important;
  }

  /* line 20, ../../src/sass/core/_media-query.scss */
  p.lead {
    font-size: 18px !important;
  }

  /* line 25, ../../src/sass/core/_media-query.scss */
  .navbar-nav {
    margin: 7px 0;
  }
  /* line 27, ../../src/sass/core/_media-query.scss */
  .navbar-nav .open .dropdown-menu > li > a {
    color: #fff !important;
  }

  /* line 33, ../../src/sass/core/_media-query.scss */
  li.dropdown.featured > ul,
  li.dropdown.featured .caret {
    display: none;
  }

  /* line 38, ../../src/sass/core/_media-query.scss */
  .navbar-collapse {
    background-color: #333;
    border-color: transparent !important;
  }

  /* line 43, ../../src/sass/core/_media-query.scss */
  .navbar-default .navbar-toggle {
    background-color: #333;
    border-color: transparent !important;
  }

  /* line 48, ../../src/sass/core/_media-query.scss */
  .post-article {
    padding: 20px 1% !important;
  }
  /* line 50, ../../src/sass/core/_media-query.scss */
  .post-article .ad-box.pull-right {
    margin-left: auto !important;
    margin-right: auto !important;
    float: none !important;
  }

  /* line 58, ../../src/sass/core/_media-query.scss */
  .thumbnail.main {
    height: 250px !important;
  }
  /* line 60, ../../src/sass/core/_media-query.scss */
  .thumbnail.main .img {
    min-height: 150px !important;
  }
  /* line 64, ../../src/sass/core/_media-query.scss */
  .thumbnail.main .caption h3 {
    margin: 10px 0 0 0 !important;
    font-size: 16px !important;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  /* line 75, ../../src/sass/core/_media-query.scss */
  .post-article {
    padding: 20px 5% !important;
  }
}
@media (max-width: 1199px) {
  /* line 83, ../../src/sass/core/_media-query.scss */
  #header .navbar-right {
    top: -110px;
    width: auto;
    white-space: nowrap;
  }
  /* line 87, ../../src/sass/core/_media-query.scss */
  #header .navbar-right li {
    float: left;
  }
  /* line 91, ../../src/sass/core/_media-query.scss */
  #header .nav > li > a {
    padding: 15px 10px !important;
  }
}

@media (max-width: 768px) {
  #header .navbar-right {
    top: -7px;
    width: auto;
    white-space: nowrap;
  }

  .dropdown.search .input-group {
    margin: 0 5px!important;
    width: 150px!important;
  }

  .dropdown.social.open {
    z-index: 9999;
    background: #F09923;
  }

  .dropdown.social .dropdown-menu {
    max-width: 130px;
  }
}

@media (max-width: 1319px) {
  /* line 99, ../../src/sass/core/_media-query.scss */
  .color-box:before {
    width: 60px !important;
    height: 60px !important;
    line-height: 60px !important;
    font-size: 30px !important;
  }
  /* line 105, ../../src/sass/core/_media-query.scss */
  .color-box .lead {
    margin: 10px 0 0 70px !important;
    min-height: 50px !important;
  }
  /* line 108, ../../src/sass/core/_media-query.scss */
  .color-box .lead h3 {
    margin: 0 0 15px 0 !important;
    font-size: 16px !important;
  }
}
/* line 1, ../../src/sass/core/_header.scss */
.slogan {
  margin-top: 20px;
  color: #fff;
  text-align: center;
  float: right;
  min-width: 300px;
}
/* line 7, ../../src/sass/core/_header.scss */
.slogan i {
  font-size: 70px;
  float: left;
  margin-right: 10px;
}
/* line 12, ../../src/sass/core/_header.scss */
.slogan p {
  float: left;
  margin-top: 15px;
  font-size: 16px;
}

/* line 2, ../../src/sass/core/_navigation.scss */
#header .top {
  background-color: #333;
  height: 110px;
  width: 100%;
  position: relative;
}
/* line 8, ../../src/sass/core/_navigation.scss */
#header .top:after {
  content: "";
  width: 100%;
  height: 50px;
  background-color: #F09923;
  background-color: #F09923;
  position: absolute;
  top: 100%;
}
/* line 18, ../../src/sass/core/_navigation.scss */
#header .navbar-default {
  background-color: #F09923;
  background-color: #F09923;
  border-width: 0;
  margin-bottom: 10px;
}
/* line 25, ../../src/sass/core/_navigation.scss */
#header .navbar-header .navbar-brand {
  width: 50px;
}
/* line 27, ../../src/sass/core/_navigation.scss */
#header .navbar-header .navbar-brand img {
  max-width: 480px;
  width: auto;
  position: absolute;
  top: -75px;
  left: 0;
}

/* line 39, ../../src/sass/core/_navigation.scss */
.nav > li > a {
  text-transform: uppercase;
  color: #fff;
  font-weight: bold;
}
/* line 43, ../../src/sass/core/_navigation.scss */
.nav > li > a:hover {
  background-color: #cde6aa !important;
  color: #fff !important;
}
/* line 49, ../../src/sass/core/_navigation.scss */
.nav li.dropdown.featured {
  position: static;
}
/* line 53, ../../src/sass/core/_navigation.scss */
.nav li.dropdown.featured.open > a,
.nav li.dropdown.featured.open > a:focus,
.nav li.dropdown.featured.open > a:hover {
  background-color: #cde6aa !important;
  color: #333 !important;
}

/* line 63, ../../src/sass/core/_navigation.scss */
.navbar-default .navbar-nav > .open > a {
  background-color: #cde6aa;
  color: #fff;
}

/* line 67, ../../src/sass/core/_navigation.scss */
.navbar-default .navbar-nav > li > a {
  color: #fff;
}
/* line 69, ../../src/sass/core/_navigation.scss */
.navbar-default .navbar-nav > li > a > i {
  font-size: 18px;
}
/* line 73, ../../src/sass/core/_navigation.scss */
.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
  color: #333 !important;
}

/* line 81, ../../src/sass/core/_navigation.scss */
.dropdown-menu > li:hover {
  background: #cde6aa;
}
/* line 84, ../../src/sass/core/_navigation.scss */
.dropdown-menu > li > a {
  color: #F09923;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 12px;
  padding: 5px 20px;
}
/* line 90, ../../src/sass/core/_navigation.scss */
.dropdown-menu > li > a:hover {
  background: #cde6aa;
}

/* line 98, ../../src/sass/core/_navigation.scss */
.navbar-nav li .dropdown-menu {
  border: 0 solid #F09923;
  border-width: 0 0 8px 0;
  border-radius: 0;
}

/* line 106, ../../src/sass/core/_navigation.scss */
.navbar-right {
  position: absolute;
  top: 0;
  right: 0;
}

/* line 113, ../../src/sass/core/_navigation.scss */
.dropdown.featured .dropdown-menu {
  width: 100%;
  border: 0 solid #F09923;
  border-width: 0 0 8px 0;
  border-radius: 0;
}
/* line 120, ../../src/sass/core/_navigation.scss */
.dropdown.featured .dropdown-menu > li > .dropdown-menu {
  width: auto;
  background: #cde6aa;
  border: 0;
  box-shadow: 0 0 0 transparent;
  left: 200px;
  margin: 0;
  padding: 0;
  top: 0;
  min-height: 100%;
}
/* line 131, ../../src/sass/core/_navigation.scss */
.dropdown.featured .dropdown-menu > li > .dropdown-menu > li {
  float: left;
}
/* line 137, ../../src/sass/core/_navigation.scss */
.dropdown.featured li.dropdown-submenu {
  width: 200px;
}
/* line 139, ../../src/sass/core/_navigation.scss */
.dropdown.featured li.dropdown-submenu > a {
  color: #F09923;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 12px;
  padding: 5px 20px;
}
/* line 146, ../../src/sass/core/_navigation.scss */
.dropdown.featured li.dropdown-submenu > a:hover {
  background-color: transparent;
}
/* line 148, ../../src/sass/core/_navigation.scss */
.dropdown.featured li.dropdown-submenu > a:hover:after {
  opacity: 1;
  margin-right: -10px;
}
/* line 154, ../../src/sass/core/_navigation.scss */
.dropdown.featured li.dropdown-submenu > a:after {
  margin-top: 4px;
  margin-right: 0;
  opacity: 0;
  border-left-color: #333 !important;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
/* line 162, ../../src/sass/core/_navigation.scss */
.dropdown.featured li.dropdown-submenu.active, .dropdown.featured li.dropdown-submenu:hover {
  background-color: #cde6aa !important;
}
/* line 165, ../../src/sass/core/_navigation.scss */
.dropdown.featured li.dropdown-submenu.active > a, .dropdown.featured li.dropdown-submenu:hover > a {
  color: #333;
  background-color: transparent !important;
}
/* line 168, ../../src/sass/core/_navigation.scss */
.dropdown.featured li.dropdown-submenu.active > a:after, .dropdown.featured li.dropdown-submenu:hover > a:after {
  opacity: 1;
  margin-right: -10px;
}

/* line 178, ../../src/sass/core/_navigation.scss */
.dropdown.search .dropdown-menu {
  background-color: #cde6aa;
}
/* line 181, ../../src/sass/core/_navigation.scss */
.dropdown.search .input-group {
  margin: 0 10px;
  width: 300px;
}

/* line 188, ../../src/sass/core/_navigation.scss */
.dropdown.social .social-media-box {
  padding: 0 10px;
}
/* line 190, ../../src/sass/core/_navigation.scss */
.dropdown.social .social-media-box h3 {
  display: none;
}
/* line 193, ../../src/sass/core/_navigation.scss */
.dropdown.social .social-media-box ul {
  margin: 0;
  padding: 0;
}
/* line 198, ../../src/sass/core/_navigation.scss */
.dropdown.social .dropdown-menu {
  min-width: 128px;
}

/* line 204, ../../src/sass/core/_navigation.scss */
.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px;
  border-radius: 0 6px 6px 6px;
}
/* line 213, ../../src/sass/core/_navigation.scss */
.dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #ccc;
  margin-top: 5px;
  margin-right: -10px;
}
/* line 228, ../../src/sass/core/_navigation.scss */
.featured .dropdown-submenu:first-child > .dropdown-menu, .dropdown-submenu:hover > .dropdown-menu {
  display: block;
}
/* line 232, ../../src/sass/core/_navigation.scss */
.dropdown-submenu.pull-left {
  float: none;
}
/* line 234, ../../src/sass/core/_navigation.scss */
.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}

/* line 2, ../../src/sass/core/_posts.scss */
.featured .featured-post {
  margin-top: 15px;
}
/* line 4, ../../src/sass/core/_posts.scss */
.featured .featured-post figure {
  height: 110px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
}
/* line 11, ../../src/sass/core/_posts.scss */
.featured .featured-post figure img {
  display: none !important;
}
/* line 16, ../../src/sass/core/_posts.scss */
.featured .featured-post a p {
  color: #333;
}
/* line 19, ../../src/sass/core/_posts.scss */
.featured .featured-post a:hover {
  text-decoration: none;
}
/* line 21, ../../src/sass/core/_posts.scss */
.featured .featured-post a:hover p {
  color: #F09923;
}
/* line 26, ../../src/sass/core/_posts.scss */
.featured .featured-post p {
  text-decoration: none;
  text-transform: none;
  font-weight: bold;
  padding-top: 10px;
  font-size: 16px;
}

/* line 37, ../../src/sass/core/_posts.scss */
.post-group {
  background-color: #fff;
  padding: 20px 10px 0 10px;
  display: inline-block;
  margin-top: 40px;
  margin-bottom: 20px;
  position: relative;
  width: 100%;
  float: left;
}
/* line 46, ../../src/sass/core/_posts.scss */
.post-group .group-title {
  float: left;
  margin: 0;
  background-color: #F09923;
  padding: 4px 10px;
  position: absolute;
  z-index: 9;
  left: 0;
  top: -28px;
}
/* line 55, ../../src/sass/core/_posts.scss */
.post-group .group-title h2 {
  font-size: 16px;
  text-transform: uppercase;
  color: #fff;
  line-height: 20px;
  margin: 0;
  padding: 0;
  font-weight: bold;
}
/* line 65, ../../src/sass/core/_posts.scss */
.post-group .btn.see-more {
  position: absolute;
  bottom: -25px;
  right: 0px;
}
/* line 70, ../../src/sass/core/_posts.scss */
.post-group.partners {
  width: 100%;
  text-align: center;
  line-height: 100px;
  vertical-align: middle;
  padding-bottom: 20px;
}

/* line 78, ../../src/sass/core/_posts.scss */
.thumbnail {
  padding: 0;
  border: 0;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
  border-radius: 0;
  height: 250px;
/*   overflow: hidden; */ /** bugged middle column tiny white space **/
  position: relative;
  margin-bottom: 20px;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
/* line 89, ../../src/sass/core/_posts.scss */
.thumbnail .share-content {
  opacity: 0;
  float: right;
  margin-right: 10px;
  padding: 0 10px;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.thumbnail .share-content-title {
    opacity: 0;
    background: transparent!important;
    background-color: transparent!important;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
/* line 97, ../../src/sass/core/_posts.scss */
.thumbnail:hover {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}
/* line 100, ../../src/sass/core/_posts.scss */
.thumbnail:hover a h3 {
  color: #F09923;
}
/* line 104, ../../src/sass/core/_posts.scss */
.thumbnail:hover .share-content {
  opacity: 1;
  margin-right: 0;
}

.thumbnail:hover .share-content-title {
  opacity: 1;
  margin-right: 0;
}
/* line 113, ../../src/sass/core/_posts.scss */
.thumbnail a:hover {
  text-decoration: none;
}
/* line 118, ../../src/sass/core/_posts.scss */
.thumbnail .img {
  height: 150px;
  width: 100%;
  background-size: cover;
}
/* line 122, ../../src/sass/core/_posts.scss */
.thumbnail .img img {
  display: none;
}
/* line 127, ../../src/sass/core/_posts.scss */
.thumbnail .caption {
  padding: 1% 4% 2% 4%;
}
/* line 129, ../../src/sass/core/_posts.scss */
.thumbnail .caption h3 {
  margin: 10px 0 0 0;
  font-size: 16px;
  font-weight: bold;
  max-height: 60px;
  overflow: hidden;
  line-height: 19px;
}

.thumbnail.main .caption h3 {
    line-height: 28px;
}
/* line 136, ../../src/sass/core/_posts.scss */
.thumbnail .article-meta {
  background-color: #F09923;
  padding: 4px 10px;
  font-size: 12px;
  text-transform: uppercase;
  line-height: 16px;
  margin-top: -24px;
  color: #fff;
  position: relative;
  float: left;
}
/* line 148, ../../src/sass/core/_posts.scss */
.thumbnail .article-share {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 26px;
  line-height: 26px;
}
/* line 156, ../../src/sass/core/_posts.scss */
.thumbnail .article-share .share-label {
  font-size: 10px;
  float: left;
}
/* line 159, ../../src/sass/core/_posts.scss */
.thumbnail .article-share .share-label span {
  width: 26px;
  height: 26px;
  background-color: #F09923;
  float: left;
  margin-right: 10px;
  text-align: center;
}
/* line 166, ../../src/sass/core/_posts.scss */
.thumbnail .article-share .share-label span i {
  font-size: 16px;
  color: #fff;
  vertical-align: middle;
}
/* line 174, ../../src/sass/core/_posts.scss */
.thumbnail.main {
  height: 520px;
}
/* line 177, ../../src/sass/core/_posts.scss */
.thumbnail.main .img {
  min-height: 350px;
  width: auto;
}
/* line 182, ../../src/sass/core/_posts.scss */
.thumbnail.main .caption h3 {
  margin: 20px 0 0 0;
  font-size: 28px;
}
/* line 187, ../../src/sass/core/_posts.scss */
.thumbnail.main .article-share {
  height: 35px;
  line-height: 35px;
}
/* line 192, ../../src/sass/core/_posts.scss */
.thumbnail.main .article-share .share-label span {
  width: 35px;
  height: 35px;
}
/* line 199, ../../src/sass/core/_posts.scss */
.thumbnail.small {
  background-color: transparent;
  box-shadow: none;
  height: 190px;
  margin-top: 15px;
}
/* line 204, ../../src/sass/core/_posts.scss */
.thumbnail.small .img {
  height: 110px;
}
/* line 207, ../../src/sass/core/_posts.scss */
.thumbnail.small h3 {
  font-size: 16px;
  text-transform: none;
  line-height: 15px;
}

.navbar-nav .thumbnail.small h3 {
    line-height: 20px;
}

/* line 1, ../../src/sass/core/_boxes.scss */
.color-box {
  background-color: #F09923;
  border-radius: 2px;
  padding: 15px;
  font-size: 16px;
  float: left;
  width: 100%;
  position: relative;
  text-align: center;
  margin-top: 20px;
}
/* line 11, ../../src/sass/core/_boxes.scss */
.color-box:before {
  font-family: FontAwesome;
  position: absolute;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.4);
  color: #fff;
  font-size: 40px;
  text-align: center;
  line-height: 70px;
  vertical-align: middle;
  width: 70px;
  height: 70px;
  left: 12px;
  top: 20px;
}
/* line 27, ../../src/sass/core/_boxes.scss */
.color-box .form-control {
  border: 1px solid #aaa;
}
/* line 32, ../../src/sass/core/_boxes.scss */
.color-box.check-events:before {
  content: "\f073";
}
/* line 35, ../../src/sass/core/_boxes.scss */
.color-box.check-events button {
  min-width: 80%;
}
/* line 40, ../../src/sass/core/_boxes.scss */
.color-box.news-watch:before {
  content: "\f1ea";
}
/* line 43, ../../src/sass/core/_boxes.scss */
.color-box.news-watch button {
  min-width: 80%;
}
/* line 48, ../../src/sass/core/_boxes.scss */
.color-box.subscribe:before {
  content: "\f0e0";
}
/* line 53, ../../src/sass/core/_boxes.scss */
.color-box.plant-map:before {
  content: "\f275";
}
/* line 56, ../../src/sass/core/_boxes.scss */
.color-box.plant-map button {
  min-width: 80%;
}
/* line 61, ../../src/sass/core/_boxes.scss */
.color-box .lead {
  margin: 10px 0 0 80px;
  text-align: left;
  min-height: 70px;
}
/* line 65, ../../src/sass/core/_boxes.scss */
.color-box .lead h3 {
  margin: 0 0 15px 0;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  padding-top: 7px;
}

.color-box .lead h3.simple {
  margin: 0 0 15px 0;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  padding-top: 0px;
}
/* line 71, ../../src/sass/core/_boxes.scss */
.color-box .lead p {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  line-height: 100%;
  margin-bottom: 15px;
}

/* line 81, ../../src/sass/core/_boxes.scss */
.twitter-box {
  position: relative;
  /*background: #fff;*/
  width: 100%;
  min-height: 400px;
  float: left;
  margin-top: 20px;
}
/* line 88, ../../src/sass/core/_boxes.scss */
.out-twitter-box:before {
  content: "Twitter Box";
  width: 100%;
  color: #55acee;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  height: 30px;
  line-height: 30px;
  position: absolute;
  top: 50%;
  margin-top: -15px;
}

/* line 105, ../../src/sass/core/_boxes.scss */
.social-media-box ul {
  list-style: none;
  display: inline-block;
  padding: 0;
}
/* line 109, ../../src/sass/core/_boxes.scss */
.social-media-box ul li {
  margin: 2px;
  float: left;
}
/* line 113, ../../src/sass/core/_boxes.scss */
.social-media-box ul li a {
  width: 50px;
  height: 30px;
  line-height: 30px;
}

/* line 122, ../../src/sass/core/_boxes.scss */
.events-box {
  position: relative;
  background: transparent;
  background-color: transparent;
  width: 100%;
  min-height: 90px;
  float: left;
}
/* line 128, ../../src/sass/core/_boxes.scss */
.out-events-box:before {
  content: "Event Box";
  width: 100%;
  color: #aaa;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  height: 30px;
  line-height: 30px;
  position: absolute;
  top: 50%;
  margin-top: -15px;
}

/* line 143, ../../src/sass/core/_boxes.scss */
.social-share-box {
  margin: 20px 0;
  position: relative;
  background: #f1f1f1;
  width: 100%;
  min-height: 90px;
}
/* line 149, ../../src/sass/core/_boxes.scss */
.out-social-share-box:before {
  content: "Social Share Box";
  width: 100%;
  color: #aaa;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  height: 30px;
  line-height: 30px;
  position: absolute;
  top: 50%;
  margin-top: -15px;
}

/* line 1, ../../src/sass/core/_ads.scss */
.ad-box {
  position: relative;
  background: transparent;
  /*width: auto;*/
  height: auto;
  /*float: left;*/
  margin-top: 20px;
  text-align: center;
}
/* line 9, ../../src/sass/core/_ads.scss */
.removed-ad-box:before {
  content: "";
  width: 100%;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  height: 30px;
  line-height: 30px;
  position: absolute;
  top: 50%;
  margin-top: -15px;
  left: 0;
}
/* line 24, ../../src/sass/core/_ads.scss */
.post-article .ad-box.pull-right {
  margin-bottom: 40px;
  margin-left: 40px;
}

/* line 1, ../../src/sass/core/_others.scss */
.trending {
  margin-top: 10px;
  display: block;
  width: 100%;
  float: left;
}
/* line 6, ../../src/sass/core/_others.scss */
.trending .box {
  float: left;
  background-color: #333;
  color: #fff;
  line-height: 16px;
  padding: 4px 12px;
}
/* line 13, ../../src/sass/core/_others.scss */
.trending p {
  float: left;
  line-height: 16px;
  padding: 4px 0;
  margin: 0 10px;
  font-size: 14px;
}

/* line 21, ../../src/sass/core/_others.scss */
.clearfix {
  margin: 15px 0;
}
/* line 23, ../../src/sass/core/_others.scss */
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
/* line 28, ../../src/sass/core/_others.scss */
.clearfix:after {
  clear: both;
}

/* line 33, ../../src/sass/core/_others.scss */
.auto-width {
  width: auto !important;
}

/* line 1, ../../src/sass/core/_buttons.scss */
.btn-default {
  background-color: #F09923;
  border: 0;
  color: #fff;
  font-size: 16px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
/* line 8, ../../src/sass/core/_buttons.scss */
.btn-default.small {
  background-color: #F09923;
  padding: 4px 12px;
  text-transform: uppercase;
  font-size: 12px;
  border-radius: 0;
}
/* line 15, ../../src/sass/core/_buttons.scss */
.btn-default.invert {
  background-color: #f19814;
}
/* line 19, ../../src/sass/core/_buttons.scss */
.btn-default:hover {
  background-color: #F09923;
  color: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.4);
}
/* line 24, ../../src/sass/core/_buttons.scss */
.btn-default:hover.invert {
  background-color: #f19814;
}

/* line 30, ../../src/sass/core/_buttons.scss */
.input-lg {
  padding: 6px 20px;
}

/* line 34, ../../src/sass/core/_buttons.scss */
.btn-social {
  display: block;
  color: #fff;
  font-size: 18px;
  text-align: center;
  vertical-align: middle;
  border-radius: 2px;
}
/* line 42, ../../src/sass/core/_buttons.scss */
.btn-social:hover {
  color: #fff;
  opacity: .8;
}
/* line 47, ../../src/sass/core/_buttons.scss */
.btn-social.btn-facebook {
  background-color: #3b5998;
}
/* line 50, ../../src/sass/core/_buttons.scss */
.btn-social.btn-twitter {
  background-color: #00aced;
}
/* line 53, ../../src/sass/core/_buttons.scss */
.btn-social.btn-google-plus {
  background-color: #dd4b39;
}
/* line 56, ../../src/sass/core/_buttons.scss */
.btn-social.btn-youtube-play {
  background-color: #e52d27;
}
/* line 59, ../../src/sass/core/_buttons.scss */
.btn-social.btn-instagram {
  background-color: #9b6954;
}
/* line 62, ../../src/sass/core/_buttons.scss */
.btn-social.btn-tumblr {
  background-color: #32506d;
}
/* line 65, ../../src/sass/core/_buttons.scss */
.btn-social.btn-pinterest-p {
  background-color: #cb2027;
}
/* line 68, ../../src/sass/core/_buttons.scss */
.btn-social.btn-linkedin {
  background-color: #007bb5;
}

/* line 2, ../../src/sass/core/_layout.scss */
.sidebar-section {
  padding-top: 20px;
}

/* line 6, ../../src/sass/core/_layout.scss */
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
  padding-left: 10px;
  padding-right: 10px;
}

/* line 10, ../../src/sass/core/_layout.scss */
.row {
  margin-left: -10px;
  margin-right: -10px;
}

/* line 1, ../../src/sass/core/_featured-news.scss */
.featured-news {
  background-color: #fff;
  padding: 10px 0 0 0;
  margin-top: 20px;
  margin-bottom: 0;
}
/* line 6, ../../src/sass/core/_featured-news.scss */
.featured-news .post-group {
  display: block;
  padding-left: 30px;
  padding-right: 30px;
  width: auto;
}
/* line 11, ../../src/sass/core/_featured-news.scss */
.featured-news .post-group .group-title {
  width: 100%;
  background-color: transparent;
  border-bottom: 4px solid #F09923;
  text-align: center;
  padding: 0;
  margin-bottom: 20px;
  margin-left: 0;
}
/* line 19, ../../src/sass/core/_featured-news.scss */
.featured-news .post-group .group-title h2 {
  display: inline-block;
  margin: auto;
  width: auto;
  background-color: #F09923;
  padding: 4px 10px;
}
/* line 28, ../../src/sass/core/_featured-news.scss */
.featured-news .nav-prev {
  position: absolute;
  font-size: 60px;
  color: #777;
  left: -10px;
  top: 50%;
  margin-top: -50px;
}
/* line 36, ../../src/sass/core/_featured-news.scss */
.featured-news .nav-next {
  position: absolute;
  font-size: 60px;
  color: #777;
  right: -10px;
  top: 50%;
  margin-top: -50px;
}
/* line 44, ../../src/sass/core/_featured-news.scss */
.featured-news ul.bullets {
  display: block;
  height: 30px;
  padding: 5px 0;
  margin: 0 auto;
  list-style: none;
  text-align: center;
}
/* line 51, ../../src/sass/core/_featured-news.scss */
.featured-news ul.bullets li {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: 0 10px;
  position: relative;
}
/* line 57, ../../src/sass/core/_featured-news.scss */
.featured-news ul.bullets li:before {
  content: "";
  position: absolute;
  top: 11px;
  left: 11px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #cde6aa;
}
/* line 68, ../../src/sass/core/_featured-news.scss */
.featured-news ul.bullets li.active:before {
  background-color: #F09923;
}
/* line 72, ../../src/sass/core/_featured-news.scss */
.featured-news ul.bullets li:hover {
  cursor: pointer;
}
/* line 74, ../../src/sass/core/_featured-news.scss */
.featured-news ul.bullets li:hover:before {
  background-color: #F09923;
}
/* line 81, ../../src/sass/core/_featured-news.scss */
.featured-news.latest-news {
  padding-bottom: 0;
  margin-bottom: 40px;
}
/* line 84, ../../src/sass/core/_featured-news.scss */
.featured-news.latest-news .post-group {
  margin-bottom: 0;
}

/* line 1, ../../src/sass/core/_forms.scss */
#newsletter-form {
  max-width: 500px;
  margin: 0 auto;
  text-align: center;
  padding: 15px 0;
}

/* line 1, ../../src/sass/core/_footer.scss */
#footer {
  background-color: #fff;
  border-top: 4px solid #c9c9c9;
  margin-top: 10px;
}
/* line 6, ../../src/sass/core/_footer.scss */
#footer h3 {
  font-size: 16px;
  color: #aaa;
  margin-top: 20px;
  margin-bottom: 10px;
}
/* line 14, ../../src/sass/core/_footer.scss */
#footer .right-side .btn-default.invert {
  background-color: #F09923;
}
/* line 18, ../../src/sass/core/_footer.scss */
#footer .subscribe-form {
  padding-top: 30px;
}
/* line 20, ../../src/sass/core/_footer.scss */
#footer .subscribe-form .form-group {
  width: 60%;
  margin-right: 10px;
  margin-bottom: 0;
  float: left;
}
/* line 28, ../../src/sass/core/_footer.scss */
#footer .language ul {
  list-style: none;
  display: inline;
  margin: 0;
  padding: 0;
}
/* line 33, ../../src/sass/core/_footer.scss */
#footer .language ul li {
  margin-right: 20px;
  float: left;
}
/* line 36, ../../src/sass/core/_footer.scss */
#footer .language ul li a {
  color: #ccc;
}
/* line 38, ../../src/sass/core/_footer.scss */
#footer .language ul li a:hover {
  color: #333;
}

/* line 47, ../../src/sass/core/_footer.scss */
.footer-nav {
  margin-top: 30px;
  float: left;
  width: 90%;
  border-right: 1px solid #f1f1f1;
}
/* line 52, ../../src/sass/core/_footer.scss */
.footer-nav h3 {
  margin-top: 0;
  margin-bottom: 15px;
}
/* line 56, ../../src/sass/core/_footer.scss */
.footer-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
  line-height: 15px;
}
/* line 62, ../../src/sass/core/_footer.scss */
.footer-nav ul li {
  margin-bottom: 10px;
}
/* line 65, ../../src/sass/core/_footer.scss */
.footer-nav ul a {
  color: #F09923;
}
/* line 67, ../../src/sass/core/_footer.scss */
.footer-nav ul a:hover {
  color: #333;
}

/* line 74, ../../src/sass/core/_footer.scss */
.copyright {
  margin-top: 30px;
  text-align: center;
}
/* line 77, ../../src/sass/core/_footer.scss */
.copyright .logo {
  width: 200px;
  max-width: 140px;
  display: inline-block;
}
/* line 82, ../../src/sass/core/_footer.scss */
.copyright p {
  margin-top: 10px;
  color: #ccc;
  font-size: 14px;
}
/* line 86, ../../src/sass/core/_footer.scss */
.copyright p a {
  color: #ccc;
}
/* line 88, ../../src/sass/core/_footer.scss */
.copyright p a:hover {
  color: #333;
}

/* line 1, ../../src/sass/core/_typography.scss */
a {
  color: #F09923;
}
/* line 3, ../../src/sass/core/_typography.scss */
a:hover {
  text-decoration: none;
  color: inherit;
}

/* line 8, ../../src/sass/core/_typography.scss */
mark {
  background-color: transparent;
  color: #F09923;
}

/* line 12, ../../src/sass/core/_typography.scss */
p {
  font-size: 18px;
}
/* line 14, ../../src/sass/core/_typography.scss */
article p {
  line-height: 1.7em;
  letter-spacing: .02em;
  margin: 20px 0;
  color: #555;
}
/* line 20, ../../src/sass/core/_typography.scss */
p.lead {
  font-weight: bold;
  margin: 40px 0;
  color: #111;
  font-size: 22px;
  line-height: 1.5em;
}

/* line 28, ../../src/sass/core/_typography.scss */
.caption {
  font-size: 12px;
  color: #aaa;
  float: right;
}

/* line 33, ../../src/sass/core/_typography.scss */
h1 {
  font-weight: 600;
}

/* line 3, ../../src/sass/core/_single.scss */
.single-page .main-section {
  margin-top: 20px;
}

.single-page .main-section > .post-group:first-child {
  margin-top: 20px;
}

/* line 8, ../../src/sass/core/_single.scss */
.post-article {
  padding: 20px 11%;
}
/* line 10, ../../src/sass/core/_single.scss */
.post-article .article-header {
  display: inline-block;
  width: 100%;
}
/* line 14, ../../src/sass/core/_single.scss */
.post-article h1 {
  margin: 20px 0;
}
/* line 17, ../../src/sass/core/_single.scss */
.post-article figure {
  padding: 20px 0;
  float: left;
  text-align: center;
}
/* line 21, ../../src/sass/core/_single.scss */
.post-article figure .caption {
  padding: 10px 0;
  float: none;
  display: inline-block;
}

/* line 28, ../../src/sass/core/_single.scss */
.author {
  margin-bottom: 15px;
  text-align: left;
}
/* line 31, ../../src/sass/core/_single.scss */
.author .avatar {
  max-width: 64px;
  height: auto;
  display: table-cell;
}
.author .avatar-author-6 {
    max-width: 64px;
    height: auto;
}

.author .author-link {
    display: block;
    margin:5px 0px 0px 0px;
    clear: both;
}
/* line 35, ../../src/sass/core/_single.scss */
.author .caption {
  float: none;
  display: table-cell;
  padding-left: 10px;
  vertical-align: middle;
}
/* line 40, ../../src/sass/core/_single.scss */
.author .caption span {
  display: block;
}
/* line 44, ../../src/sass/core/_single.scss */
.author a {
  color: #F09923;
}
/* line 46, ../../src/sass/core/_single.scss */
.author a:hover {
  color: #333;
}
/* line 50, ../../src/sass/core/_single.scss */
.single-page .author img {
  border-radius: 50%;
}

/* line 54, ../../src/sass/core/_single.scss */
.references {
  font-size: 12px;
  line-height: 26px;
  margin-bottom: 5px;
  display: inline-block;
  width: 100%;
}
/* line 60, ../../src/sass/core/_single.scss */
.references .title {
  float: left;
  background-color: #333;
  color: #fff;
  text-transform: uppercase;
  height: 26px;
  margin-right: 15px;
  padding: 0 10px;
  text-align: center;
  min-width: 100px;
  margin-top: 5px;
}
/* line 72, ../../src/sass/core/_single.scss */
.references .source {
  margin-top: 5px;
  display: block;
  float: left;
}
/* line 77, ../../src/sass/core/_single.scss */
.references .tags {
  margin-top: 5px;
  display: block;
  float: left;
}
/* line 81, ../../src/sass/core/_single.scss */
.references .tags .tag {
  background-color: #cde6aa;
  background-color: transparent;
  color: #333;
  display: inline-block;
  padding: 0 10px;
  margin-right: 10px;
  border-radius: 2px;
  float: left;
}
.references .tags .tag:hover {
   background-color: #cde6aa;
  color: #333;
  display: inline-block;
  padding: 0 10px;
  margin-right: 10px;
  border-radius: 2px;
}

.references .tags .tag {
    border: 1px solid #e9eaed;
}
/* line 92, ../../src/sass/core/_single.scss */
.tge-list {
  font-size: 16px;
  list-style: none;
  padding: 0 15px;
}
/* line 96, ../../src/sass/core/_single.scss */
.tge-list li {
  margin-bottom: 10px;
  position: relative;
}
/* line 99, ../../src/sass/core/_single.scss */
.tge-list li:before {
  content: "";
  background-color: #F09923;
  width: 10px;
  height: 10px;
  display: block;
  border-radius: 50%;
  position: absolute;
  left: -20px;
  top: 7px;
}
/* line 111, ../../src/sass/core/_single.scss */
.tge-list li h3 a {
  color: #333;
}

/* line 117, ../../src/sass/core/_single.scss */
.tge-head {
  text-align: center;
  position: relative;
  text-transform: uppercase;
  margin: 30px 0;
}
/* line 122, ../../src/sass/core/_single.scss */
.tge-head:before {
  content: "";
  height: 1px;
  background-color: #eee;
  width: 100%;
  display: block;
  position: absolute;
  top: 30px;
}
/* line 131, ../../src/sass/core/_single.scss */
.tge-head h3 {
  width: auto;
  display: inline-block;
  margin: 0 auto;
  position: relative;
  background-color: #fff;
  padding: 0 10px;
  font-weight: bold;
}
/* line 140, ../../src/sass/core/_single.scss */
.tge-head h3 small {
  width: 100%;
  display: block;
}

/* line 146, ../../src/sass/core/_single.scss */
.team {
  text-align: center;
  position: relative;
}
/* line 150, ../../src/sass/core/_single.scss */
.team .member figure {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  overflow: hidden;
  float: none;
  padding: 0;
}
/* line 158, ../../src/sass/core/_single.scss */
.team .member figure.adapt img {
  margin: 0 10%;
  width: 80%;
}
/* line 164, ../../src/sass/core/_single.scss */
.team .member .linkedin-contact {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #007bb5;
  display: block;
  position: absolute;
  line-height: 40px;
  left: 50%;
  margin-left: 35px;
  top: 110px;
}
/* line 175, ../../src/sass/core/_single.scss */
.team .member .linkedin-contact i {
  color: #fff;
  font-size: 20px;
  vertical-align: middle;
}
/* line 180, ../../src/sass/core/_single.scss */
.team .member .linkedin-contact:hover {
  opacity: .8;
}
/* line 184, ../../src/sass/core/_single.scss */
.team .member p {
  font-size: 16px;
  padding: 0 15px;
}
/* line 189, ../../src/sass/core/_single.scss */
.team .name {
  margin: 15px 0;
}
/* line 191, ../../src/sass/core/_single.scss */
.team .name h3 {
  text-transform: uppercase;
  width: auto;
  display: inline-block;
  margin: 0 auto;
  position: relative;
  background-color: #fff;
  padding: 0 10px;
  font-weight: bold;
  font-size: 20px;
}
/* line 202, ../../src/sass/core/_single.scss */
.team .name h3 small {
  width: 100%;
  display: block;
}

/* line 209, ../../src/sass/core/_single.scss */
.how {
  text-align: center;
}

/* line 2, ../../src/sass/core/_events.scss */
.tge-title-tabs ul {
  list-style: none;
  margin: 0;
  padding: 0;
  background-color: #ddd;
  width: 100%;
  display: inline-block;
}
/* line 9, ../../src/sass/core/_events.scss */
.tge-title-tabs ul li {
  float: left;
}
/* line 11, ../../src/sass/core/_events.scss */
.tge-title-tabs ul li:first-child {
  background-color: #F09923;
  padding: 5px 10px;
}
/* line 14, ../../src/sass/core/_events.scss */
.tge-title-tabs ul li:first-child h2 {
  font-size: 16px;
  text-transform: uppercase;
  color: #fff;
  line-height: 20px;
  margin: 0;
  padding: 0;
  font-weight: bold;
}
/* line 24, ../../src/sass/core/_events.scss */
.tge-title-tabs ul li a {
  font-size: 14px;
  text-transform: uppercase;
  color: #999;
  line-height: 18px;
  padding: 5px 10px;
  float: left;
}
/* line 31, ../../src/sass/core/_events.scss */
.tge-title-tabs ul li a:hover {
  color: #333;
}
/* line 34, ../../src/sass/core/_events.scss */
.tge-title-tabs ul li a.active {
  border-bottom: 2px solid #F09923;
  color: #333;
}

/* line 44, ../../src/sass/core/_events.scss */
.events-timeline .month {
  position: relative;
  display: inline-block;
  width: 100%;
}
/* line 50, ../../src/sass/core/_events.scss */
.events-timeline .month:first-child .pointer:before {
  display: none;
}
/* line 57, ../../src/sass/core/_events.scss */
.events-timeline .month:last-child .pointer:after {
  display: none;
}
/* line 61, ../../src/sass/core/_events.scss */
.events-timeline .month:last-child .time-bar {
  display: none;
}
/* line 65, ../../src/sass/core/_events.scss */
.events-timeline .month .timeline {
  display: inline-block;
  width: 100%;
}
/* line 68, ../../src/sass/core/_events.scss */
.events-timeline .month .timeline h3 {
  color: #F09923;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
}
/* line 74, ../../src/sass/core/_events.scss */
.events-timeline .month .timeline .time-bar {
  width: 2px;
  height: 1000px;
  position: absolute;
  top: 20px;
  left: -26px;
  background-color: #F09923;
  max-height: 100%;
}
/* line 83, ../../src/sass/core/_events.scss */
.events-timeline .month .timeline .pointer {
  content: "";
  position: absolute;
  left: -35px;
  top: 15px;
  width: 20px;
  height: 20px;
  background-color: #F09923;
  display: block;
  border-radius: 50%;
}
/* line 94, ../../src/sass/core/_events.scss */
.events-timeline .month .timeline .pointer:before {
  content: "";
  position: absolute;
  top: -10px;
  left: 0;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 18px solid #F09923;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
/* line 106, ../../src/sass/core/_events.scss */
.events-timeline .month .timeline .pointer:after {
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 18px solid #F09923;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
/* line 120, ../../src/sass/core/_events.scss */
.events-timeline .month .event {
  background-color: #fff;
  display: block;
  border: 1px solid #ddd;
  margin-bottom: 5px;
  border-top: 2px solid #F09923;
}
/* line 126, ../../src/sass/core/_events.scss */
.events-timeline .month .event .banner {
  background-color: #f9f9f9;
  padding: 10px;
  text-align: center;
}
/* line 131, ../../src/sass/core/_events.scss */
.events-timeline .month .event .date {
  padding: 20px 20px 0 20px;
  color: #aaa;
  font-size: 16px;
}
/* line 136, ../../src/sass/core/_events.scss */
.events-timeline .month .event h2 {
  font-size: 24px;
  margin: 0 20px 20px 20px;
  font-weight: bold;
}
/* line 140, ../../src/sass/core/_events.scss */
.events-timeline .month .event h2 a {
  color: #333;
}
/* line 142, ../../src/sass/core/_events.scss */
.events-timeline .month .event h2 a:hover {
  color: #F09923;
}

/* line 2, ../../src/sass/core/_modal.scss */
.modal .modal-header {
  min-height: 10px;
}
/* line 4, ../../src/sass/core/_modal.scss */
.modal .modal-header .colored-header {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}
/* line 9, ../../src/sass/core/_modal.scss */
.modal .modal-header .colored-header ul {
  list-style: none;
  display: inline-block;
  width: 100%;
}
/* line 13, ../../src/sass/core/_modal.scss */
.modal .modal-header .colored-header ul li {
  height: 10px;
  float: left;
  width: 25%;
}
/* line 17, ../../src/sass/core/_modal.scss */
.modal .modal-header .colored-header ul li.green {
  background-color: green;
}
/* line 20, ../../src/sass/core/_modal.scss */
.modal .modal-header .colored-header ul li.orange {
  background-color: orange;
}
/* line 23, ../../src/sass/core/_modal.scss */
.modal .modal-header .colored-header ul li.blue {
  background-color: blue;
}
/* line 26, ../../src/sass/core/_modal.scss */
.modal .modal-header .colored-header ul li.purple {
  background-color: purple;
}
/* line 32, ../../src/sass/core/_modal.scss */
.modal .modal-header button.close {
  background-color: #F09923;
  color: #fff;
}

/* line 1, ../../src/sass/core/_accordion.scss */
.panel.panel-default {
  background-color: transparent;
  border-width: 0 0 0 0;
  box-shadow: none;
}
/* line 5, ../../src/sass/core/_accordion.scss */
.panel.panel-default > .panel-heading {
  background-color: transparent;
  color: #777;
}
/* line 8, ../../src/sass/core/_accordion.scss */
.panel.panel-default > .panel-heading h4 {
  font-weight: bold;
}
/* line 10, ../../src/sass/core/_accordion.scss */
.panel.panel-default > .panel-heading h4 .caret {
  margin-right: 10px;
  transform: rotate(270deg);
}

/* line 1, ../../src/sass/core/_plantmap.scss */
#map {
  position: fixed;
  top: 160px;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(../img/map.png) left top no-repeat;
  background-size: cover;
}

/* line 10, ../../src/sass/core/_plantmap.scss */
.map-popup {
  width: 200px;
  background-color: #fff;
  position: absolute;
  top: 260px;
  left: 950px;
  z-index: 999;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.4);
}
/* line 18, ../../src/sass/core/_plantmap.scss */
.map-popup:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 10px solid #f5f5f5;
}
/* line 30, ../../src/sass/core/_plantmap.scss */
.map-popup .map-popup-footer {
  width: 100%;
  min-height: 40px;
  padding: 2%;
  display: inline-block;
  background-color: #eee;
  border-top: 1px solid #ccc;
  font-size: 13px;
}
/* line 39, ../../src/sass/core/_plantmap.scss */
.map-popup p {
  font-size: 12px;
  margin: 0;
  padding: 8px 8px 0 8px;
}
/* line 44, ../../src/sass/core/_plantmap.scss */
.map-popup h3 {
  margin: 0;
  font-size: 16px;
  font-weight: bold;
  padding: 0 8px 8px 8px;
}

/* line 51, ../../src/sass/core/_plantmap.scss */
.pin {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #F09923;
  display: inline-block;
  position: absolute;
  top: 473px;
  left: 1043px;
  z-index: 999;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.5);
}
/* line 62, ../../src/sass/core/_plantmap.scss */
.pin:before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.4);
  display: inline-block;
  position: absolute;
  top: 5px;
  left: 5px;
}
/* line 73, ../../src/sass/core/_plantmap.scss */
.pin:after {
  content: "";
  position: absolute;
  top: 82%;
  left: 50%;
  margin-left: -8px;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 13px solid #F09923;
}

@media (min-width: 1024px) {

    .is-page-content {
        padding-left: 80px;
        padding-right: 80px;
    }

}

#single_excerpt_page {
    margin-top: 10px;
    margin-bottom: 10px;
}

.breadcrumb {
    background: transparent;
    margin-bottom: 0px;
}

.navigation.pagination {
    margin:10px 0;
    padding: 0;
    display: block;
    float: left;
}

.navigation.pagination h2 {
    display: none;
}

.navigation.pagination a {
    background:#333;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    display:block;
    padding:4px 10px;
    color:#fff;
    float:left;
}

.navigation.pagination .current {
    background:#78962d;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    display:block;
    padding:4px 10px;
    color:#fff;
    float:left;

}


.navigation.pagination .page-numbers {
    float:left;
    margin-left:3px;
}

ul.paging  li a:hover {
    background:#000;
}

ul.paging li.selected a {
    background:#78962d;
}

small.paging {
    width:100%;
    clear:both;
    color:#ccc;
    display:block;
    margin-top:10px;
    float: left;
}

.bread-current {
    color: #F09923;
    font-weight: normal;
}


.page-id-9538 #header .navbar-default {
    margin-bottom: 0px;
}

.page-id-9538 #footer {
    margin-top: 0px;
}

.thumbnail.main .caption h3 {
    max-height: auto;
    overflow: inherit;
}
/** MISC **/
.subscribe .newsletter-sidebar-text {
	line-height: 1.3em;
}
.owl-theme .owl-controls .owl-page {
    display: inline-block;

}
.owl-theme .owl-pagination {
	text-align:center;
}
.owl-theme .owl-controls .owl-page span {
    background: none repeat scroll 0 0 #869791;
    border-radius: 20px;
    display: block;
    height: 8px;
    margin: 5px 14px;
    opacity: 0.5;
    width: 8px;
}

.owl-theme .owl-controls .owl-page.active span {
    background: none repeat scroll 0 0 #000000;
}
.events-timeline .month .event p {
	text-align:center;
}
.events-timeline .month .event ul {
    list-style-type: none;
    padding-left: 20px;
    padding-right: 20px;
}
.events-timeline .month .event li  {
    color: #aaa;
    font-size: 16px;
}


.events-timeline .month .event li a {
    color: #333;
    font-size: 16px;
    font-weight: bold;
}
.events-timeline .month .event li a:hover {
    color: #F09923;
}

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

.tge-ul li,
.is-page-content li,
.post-article li {
    font-size: 18px;
    color: #555;
    letter-spacing: .02em;
    line-height: 1.7em;
}


/* NEW */

#footer {
    padding-top: 20px;
}

#footer .d-flex {
    display: flex;
}

#footer .container {
    padding: 0px;
}

#footer .logo-holder {
    text-align: center;
}

#footer .logo {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.footer-socials {
    text-align: right;
    padding: 0px 0px 15px 0px;
    /* align-items: right !important;
    justify-content: right !important; */
}

.footer-socials ul {
    padding-left: 0px;
    align-items: center;
    justify-content: center;
    padding-top: 20px;
}

.footer-second-row form {
    max-width: 100% !important;
    width: 100%;
}

#footer {
    background-color: #333;
    color: #b0b0b0;
}

.space50 {
    height: 50px !important;
}

.clear {
    clear: both;
    display: block;
}

.footer-socials {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}

.footer-socials ul {
    list-style: none;
    display: flex;
    flex-direction: row;
    margin-bottom: 0px;
}

.footer-second-row ul, .footer-third-row ul {
    list-style: none;
    display: flex;
    flex-direction: row;
    margin-bottom: 0px;
    padding-left: 0px;
    height: 100%;
    align-items: center;
}

.footer-socials ul li {
    padding-right: 5px;
}

.footer-second-row ul li, .footer-third-row ul li  {
    padding-right: 15px;
}

.footer-second-row ul li a, .footer-third-row ul li a {
    color: #b0b0b0;
}

.footer-socials ul li:last-child {
    padding-right: 0px;
}

.footer-socials ul li:first-child {
    display: block!important;
    padding-right: 20px;
}

.space30 {
    height: 30px !important;
}

.footer-second-row {
    border-top: 1px solid #b0b0b0;
    padding-top: 30px;
    padding-bottom: 20px;
}

#footer .subscribe-form {
    display: flex;
    padding-top: 0px;
    justify-content: flex-end;
    align-items: center;
}

#footer .subscribe-form h3 {
    margin: 0px;
    padding-right: 15px;
}

#footer .btn-default.invert {
    background-color: #F09923;
}

#footer .input-group .form-control {
    background-color: transparent;
}

.footer-third-row {
    padding-bottom: 60px;
}

.space10 {
  height: 10px !important;
}

.space15 {
    height: 15px !important;
}

.padding-0 {
    padding: 0px !important;
}

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

.navbar-nav .thumbnail.small h3 {
    line-height: 20px;
    max-width: 110px;
}


#header .navbar-header .navbar-brand img {
    top: -105px;
    max-width: 225px;
}

.nav > li > a:hover {
  background-color: transparent !important;
  color: initial !important;
}

@media (min-width: 1024px) {
    #header {
        position: sticky;
        top: 0px;
        z-index: 10;
    }

    .nav li.dropdown.featured.open > a, .nav li.dropdown.featured.open > a:focus, .nav li.dropdown.featured.open > a:hover {
        background-color: transparent !important;
        color: #F09923 !important;
    }

    .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
        background-color: transparent !important;
        color: #F09923 !important;
    }

    .topheader.collapse.navbar-collapse {
        position: absolute;
        top: -65px;
        left: 250px;
    }

    .rightlanguages.navbar-right {
        top: -65px;
        display: flex;
        flex-direction: row;
        text-align: center;
        justify-content: center;
    }

    .navbar-nav.navbar-right  li .dropdown-menu {
        border-width: 0px;
        top: 129%;
    }

    .navbar-default .navbar-nav > .open > a {
        background-color: transparent;
    }

    .ul-header-flex {
        position: absolute;
        display: flex;
        flex-direction: row;
        width:200px;
        padding: 0px;
        top: -35px;
        right: 15px;
        text-align: right;
        color: #b0b0b0;
        justify-content: flex-end;
        list-style: none;
        list-style-type: none;
    }

    .ul-header-flex li a {
        color: #b0b0b0;
    }

    .ul-header-flex li {
        padding-left: 10px;
    }
    .ul-header-flex li a:hover {
        color: #b0b0b0;
    }

    #header .navbar-default {
        height: 10px;
        min-height: 10px;
    }

    #header .top:after {
        height: 10px;
    }

    #header .navbar-header .navbar-brand img {
        top: -105px;
        max-width: 225px;
    }

    ul.navbar-right li {
        display: flex;
        align-items: center;
    }

    #header .dropdown-menu.multi-level {
        top: 149%;
        width: 750px;
    }
}

@media (max-width: 767px) {


    #footer {
        padding-top: 20px;
    }

    #footer .d-flex {
        flex-direction: column;
        align-items: center;
    }

    #footer .container {
        padding: 0px;
    }

    #footer .logo-holder {
        text-align: center;
    }

    #footer .logo {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    #footer .logo img {
        display: inline-block;
    }

    .footer-socials {
        text-align: center;
        padding: 0px 0px 15px 0px;
        align-items: center !important;
        justify-content: center !important;
    }

    .footer-socials ul {
        padding-left: 0px;
        align-items: center;
        justify-content: center;
        padding-top: 20px;
    }

    .footer-socials ul li:first-child {
        display: none!important;
    }

    .footer-second-row ul, .footer-third-row ul {
        flex-direction: column !important;
        align-items: center;
        justify-content: center;
    }

    .footer-second-row form {
        max-width: 100% !important;
        width: 100%;
    }

    #footer .text-right {
        text-align: center;
    }

    #footer .subscribe-form {
        display: flex;
        padding-top: 0px;
        justify-content: center;
        align-items: center;
    }

    .dropdown.social {
        min-width: 50px;
    }

    #header .nav > li.social > a.dropdown-toggle {
        padding: 10px!important;
    }

    #header .navbar-right .social-media-box li {
        float: initial;
        display: block;
    }

    .dropdown.social .dropdown-menu {
        min-width: 90px;
    }
}


.d-flex {
    display: flex;
}

a.box-link-homepage {
    color: #333;
}

.group.post-group.d-flex {
    display: flex;
}

@media (max-width: 767px) {

    .main-section .group.post-group.d-flex {
        display: block ;
    }

    .post-group .col-sm-6.col-md-4.col-lg-4 .group-title.normal {
        top: -28px;
    }

    .post-group .btn.btn-default.small.see-more.normal {
        bottom: 30px !important;
    }

    #footer {
        padding-top: 20px;
    }

    #footer .d-flex {
        flex-direction: column;
        align-items: center;
    }

    #footer .container {
        padding: 0px;
    }

    #footer .logo-holder {
        text-align: center;
    }

    #footer .logo {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    .footer-socials {
        text-align: center;
        padding: 0px 0px 15px 0px;
        align-items: center !important;
        justify-content: center !important;
    }

    .footer-socials ul {
        padding-left: 0px;
        align-items: center;
        justify-content: center;
        padding-top: 20px;
    }

    .footer-socials ul li:first-child {
        display: none;
    }

    .footer-second-row ul, .footer-third-row ul {
        flex-direction: column !important;
        align-items: center;
        justify-content: center;
    }

    .footer-second-row form {
        max-width: 100% !important;
        width: 100%;
    }

    #footer .footer-third-row .text-right {
        text-align: center;
    }

    .team-member {
      flex-direction: column;
    }

    .member-image {
      width: 100%;
    }

    .member-image img {
      width: 100%;
      height: auto;
    }

    .merber-description {
      width: 100%;
      padding-left: 0px;
      padding-top: 10px;
    }
}
