._blue-box {
  background: #e6e6e6;
  padding: 16px 24px 4px;
  margin-bottom: 12px;
}

._green-box {
  background: #d4e5db;
  padding: 16px 24px 4px;
  margin-bottom: 12px;
}

._pink-box {
  background: #fddddd;
  padding: 16px 24px 4px;
  margin-bottom: 12px;
}

._yellow-box {
  background: #ffff66;
  padding: 16px 24px 4px;
  margin-bottom: 12px;
}

._grey-box {
  background: #eee;
  padding: 16px 24px 4px;
  margin-bottom: 12px;
}



._figure-140 {
    max-width: 140%; margin-left: -20%; margin-right: -20%;  height: auto; vertical-align: top;
    }

._figure-160 {
   max-width: 160%; margin-left: -30%; margin-right: -30%;  height: auto; vertical-align: top;
}


._figure-160 img, ._figure-140 img {
    width: 100%;  height: auto; vertical-align: top;
}

._vid-160 {
   max-width: 160%; margin-left: -30%; margin-right: -30%;  height: auto; vertical-align: top;
}


._vid-160 img, ._figure-140 img {
    width: 100%;  height: auto; vertical-align: top;
}

._image-140 {}
._image-160 {}


._image-140 img {
max-width: 140%; margin-left: -20%; margin-right: -20%;  height: auto; vertical-align: top;
}

._image-160 img {
max-width: 160%; margin-left: -30%; margin-right: -30%;  height: auto; vertical-align: top;
}



@media (max-width: 767.9px) {

    .pfshort-item {
        padding: 0 12px 24px;
        width: 100%;
    }
    ._figure-140 {
        max-width: calc(100vw); margin-left: -40px; margin-right: -40px;  height: auto; vertical-align: top;
        }

    ._figure-160 {
        max-width: calc(100vw); margin-left: -40px; margin-right: -40px;  height: auto; vertical-align: top;
    }


    ._figure-160 img, ._figure-140 img {
        width: 100%;  height: auto; vertical-align: top;
    }

    ._vid-160 {
        width: 100%; max-width: 100%;  height: auto; vertical-align: top; margin-left: 0; margin-right: 0;
    }


    ._vid-160 img, ._vid-160 video {
        width: 100%;  height: auto; vertical-align: top ; 
    }

    ._image-140 {}
    ._image-160 {}


    ._image-140 img {
        max-width: calc(100vw); margin-left: -40px; margin-right: -40px;  height: auto; vertical-align: top;
    }

    ._image-160 img {
        max-width: calc(100vw); margin-left: -40px; margin-right: -40px;  height: auto; vertical-align: top;
    }

    ._figure-160 figcaption, ._figure-140 figcaption {
        padding: 8px 24px 8px 10px;
    }
}



.container {
  max-width: 1025px;
  margin: 0 auto;
  padding: 0 14px;
}

.container.xl {
  max-width: 1231px;
}

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


.two-text-cols {
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
  margin: 0 0 30px;
}

.two-text-cols p {
  margin: 0 0 24px;
  color: #FFF;
}

.detail-info {
  margin: 0;
  font-size: 18px;
  line-height: 27px;
  border-bottom: 1px solid rgba(255, 255, 255, .4);
  padding: 0 0 40px;
}

.detail-info dt {
  margin: 0;
}

.detail-info dd {
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  margin: 0 0 22px;
}

.detail-info dd a {
  color: inherit;
}

.detail-info dd a:hover {
  opacity: .9;
}

.section-wrap {
  padding: 24px 0;
}

.contributors-block {
  margin: 0 0 18px;
}

.contributors-block h2 {
  text-align: center;
  margin: 0 0 30px;
  font-size: 32px;
  line-height: 40px;
}

.more-block {
  padding: 16px 0 0;
  margin: 0 0 94px;
}

.more-block .post-category time, .meer-block .post-category time {
    text-transform: none;
    color: #a6a6b7;
}
.more-block .post-category, .meer-block .post-category {
    font-family: "Ubuntu";
    text-transform: uppercase;
    color: #2438f6;
    font-size: 13px;
    line-height: 15px;
    font-weight: 800;
}

.title_more {
    margin: 0 0 20px;
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    color: #FFF;
    display: block;
}


.short-list {
  margin: 0 0 6px;
}

.short-item {
  padding-bottom: 24px;
  -webkit-transition: opacity .2s linear;
  transition: opacity .2s linear;
}

.pfshort-item {
  padding-bottom: 24px;
  -webkit-transition: opacity .2s linear;
  transition: opacity .2s linear;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;   
  box-sizing: border-box;        
}

.pflong-item {
  padding-bottom: 24px;
  -webkit-transition: opacity .2s linear;
  transition: opacity .2s linear;
  transition: opacity .2s linear;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;   
  box-sizing: border-box;    
  overflow: hidden;    
}

.short-holder {
  background: #f0eade;
  color: #0d1317;
  height: 100%;
  text-align: left;
  font-size: 14px;
  line-height: 19px;
  display: block;
}

.contributors-list {
  margin: 0 0 6px;
}

.contributors-item {
  padding-bottom: 24px;
  -webkit-transition: opacity .2s linear;
  transition: opacity .2s linear;
}

.zcontributors-holder {
  background: #f0eade;
  color: #0d1317;
  height: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 19px;
  display: block;
}

.contributors-holder {
  background: #f0eade;
  border-radius: 6px;
  padding: 32px 40px 34px;
  color: #0d1317;
  height: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 19px;
  display: block;
  -webkit-transition: opacity .2s linear, -webkit-transform .2s linear;
  transition: opacity .2s linear, -webkit-transform .2s linear;
  transition: transform .2s linear, opacity .2s linear;
  transition: transform .2s linear, opacity .2s linear, -webkit-transform .2s linear;
}

.contributors-holder:hover {
  -webkit-transform: translateY(-4px);
  -ms-transform: translateY(-4px);
  transform: translateY(-4px);
}

.contributors-holder:hover .text-top {
  opacity: 0;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}

.contributors-holder:hover .text-bottom {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.contributors-holder:active {
  -webkit-transform: translateY(2px);
  -ms-transform: translateY(2px);
  transform: translateY(2px);
}

.contributors-holder .designation {
  color: #003;
}

.contributors-holder .name {
  color: #003;
  display: block;
  margin-bottom: 8px;
}

.contributors-holder .name a {
  text-decoration: none;
  color: #003;
}

.short-holder .text-wrap {
  padding: 30px 15px 30px;
  position: relative;
  overflow: hidden;
  margin: 0 0 1em;
  min-height: 57px;
  font-size: 15px;
  line-height: 22.5px;
  font-weight: 300;
}

.short-holder .text-wrap p {
}

.short-holder .text-wrap h3 {
    font-size: 18px;
}

.contributors-holder .text-wrap {
  position: relative;
  overflow: hidden;
  margin: 0 0 1em;
  min-height: 57px;
}

.contributors-holder .text-wrap p {
  margin: 0;
}

.contributors-holder .text-top {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  -webkit-transition: opacity .2s ease-in-out, -webkit-transform .2s ease-in-out;
  transition: opacity .2s ease-in-out, -webkit-transform .2s ease-in-out;
  transition: transform .2s ease-in-out, opacity .2s ease-in-out;
  transition: transform .2s ease-in-out, opacity .2s ease-in-out, -webkit-transform .2s ease-in-out;
}

.contributors-holder .text-bottom {
  text-align: center;
  opacity: 0;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: opacity .2s ease-in-out, -webkit-transform .2s ease-in-out;
  transition: opacity .2s ease-in-out, -webkit-transform .2s ease-in-out;
  transition: transform .2s ease-in-out, opacity .2s ease-in-out;
  transition: transform .2s ease-in-out, opacity .2s ease-in-out, -webkit-transform .2s ease-in-out;
  padding: 10px 0;
}

.contributors-holder .view {
  display: inline-block;
  vertical-align: top;
  position: relative;
  font-size: 16px;
  line-height: 24px;
  font-weight: 800;
  color: #007df9;
  padding: 10px 44px 10px 0;
}

.contributors-holder .view .icon-hold {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #007df9;
  color: #fff;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.contributors-holder .view .icon-hold .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  line-height: 1;
  font-size: 18px;
  color: #fff;
}

.contributors-holder .designation {
  display: block;
  color: #003;
  margin-bottom: 22px;
  font-style: italic;
}

.contributors-holder .img {
  width: 128px;
  height: 128px;
  margin: 0 auto 16px;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
}

.contributors-holder .img img {
  border-radius: 50%;
}

.contributors-holder .img .bg-stretch {
  background-position: top center;
}

.text-block {
  margin-bottom: 32px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
}

.text-block .text-wrap {
  max-width: 795px;
}

.info-text {
  text-align: center;
  color: #fff;
  display: block;
  font-size: 18px;
  line-height: 27px;
  font-weight: 300;
  margin: 0 0 32px;
}

.info-text a {
  color: #fff;
  text-decoration: underline;
}

.info-text a:hover {
  opacity: .9;
}

.subscribe-form {
  text-align: center;
  padding: 66px 0 54px;
  max-width: 789px;
  margin: 0 auto;
}

.download-form {
  padding: 0;
  margin: 0 0 30px;
  max-width: 480px;
}

.download-form .form-wrap {
  max-width: none;
  margin: 0;
}

.download-form .hbspt-form #label-email-a106ae72-1ac5-4111-95c7-b43288fb62a1,
.download-form .hbspt-form #label-email-ab827a39-5597-4a37-8b71-46d02ee3a25a {
  display: none !important;
}

.form-wrap {
  position: relative;
  max-width: 481px;
  margin: 0 auto;
}

.form-wrap input[type="submit"] {
  display: block;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  font-weight: 800;
  height: 56px;
  width: 120px;
  position: absolute;
  right: 0;
  top: 0;
  border: none;
  background: #007df9;
  padding: 10px 4px;
  -webkit-transition: background .2s linear;
  transition: background .2s linear;
  border-radius: 0 6px 6px 0;
  outline: none;
}

.form-wrap input[type="submit"]:hover {
  background: #2491ff;
}

.form-wrap input[type="submit"]:active {
  background: #0075eb;
}

.message {
  text-align: center;
  color: #f06449;
  font-size: 14px;
  line-height: 18px;
  font-weight: 800;
  display: block;
  padding: 14px 10px;
}

.message.success {
  color: #fff;
}

.download-section h1 {
  margin: 0 0 14px;
  font-size: 24px;
  line-height: 36px;
}

.title {
  display: block;
  margin: 0 0 24px;
  font-size: 20px;
  line-height: 26px;
  font-weight: 300;
}

.download-block {
  border-top: 1px solid rgba(255, 255, 255, .4);
  border-bottom: 1px solid rgba(255, 255, 255, .4);
  padding: 24px 0;
  font-size: 16px;
  line-height: 24px;
}

.download-block h2 {
  margin: 0 0 4px;
  color: #007df9;
  font-size: 32px;
  line-height: 40px;
}

.download-block p {
  margin: 0 0 32px;
}

.download-block .img-holder {
  margin: 0 0 24px;
  border-radius: 3px;
  position: relative;
  max-width: 160px;
  box-shadow: 0 16px 16px rgba(0, 0, 0, .2);
}

.download-block .img-holder img {
  width: 100%;
  max-width: none;
}

.download-block .img {
  background-size: cover;
  background-position: center;
  height: 0;
  padding-top: 130%;
  position: relative;
}

.box {
  border-radius: 6px;
  border: 1px solid rgba(255, 255, 255, .3);
  overflow: hidden;
  margin: 0 0 22px;
}

.box .box-title {
  display: block;
  margin: 0;
  font-size: 16px;
  line-height: 22.5px;
  font-weight: 700;
  border-bottom: 1px solid rgba(255, 255, 255, .3);
  padding: 12px 14px;
}

.box .box-content {
  padding: 10px 8px 10px 14px;
  font-size: 14px;
  line-height: 21px;
  font-weight: 300;
}

ul:not([class]) li {
  position: relative;
  padding: 0 0 0 14px;
  margin: 0 0 8px;
}

ul:not([class]) li:before {
  background: transparent url("/img/bullet.gif");
  content:"";
  width: 7px;
  height: 7px;
  position: absolute;
  left: 0;
  top: 8px;
}

.post-block {
  padding: 16px 0 0;
  margin: 0 0 94px;
}

.post-block.style-2 {
  margin: 0 0 64px;
}

.post-block.style-2 .title {
  font-size: 18px;
  line-height: 22.5px;
}

.post-block .title {
  font-size: 24px;
  line-height: 30px;
  margin: 0 0 12px;
  font-weight: 700;
  color: #FFF;
}

.post-list .post-wrap {
  margin: 0 0 24px;
}

.post-list:hover .post {
  opacity: 1;
}

.post-list .post:hover {
  opacity: 1;
}

.bg-stretch {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.post {
  position: relative;
  background: #f0eade;
  overflow: hidden;
  color: #003;
  display: block;
  -webkit-transition: opacity .2s linear, -webkit-transform .2s linear;
  transition: opacity .2s linear, -webkit-transform .2s linear;
  transition: transform .2s linear, opacity .2s linear;
  transition: transform .2s linear, opacity .2s linear, -webkit-transform .2s linear;
}

.post:hover {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.post:active {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.post .img-holder {
  height: 0;
  padding-top: 80%;
  background: #2438f6;
  position: relative;
}

.post .text-holder {
  font-size: 17px;
  line-height: 23.5px;
  font-weight: 300;
  font-family: "Ubuntu";
  padding: 22px 22px 16px;
}

.post h2 {
  color: #003;
  margin: 0 0 8px;
}

.post .post-category {
  font-family: "Ubuntu";
  display: block;
  text-transform: uppercase;
  color: #2438f6;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 15px;
  font-weight: 800;
}

.post .post-category time {
  text-transform: none;
  color: #a6a6b7;
}

.post .text-holder p {
    font-family: "Ubuntu";
}

.loading-text {
  display: block;
  text-align: center;
  font-weight: 800;
  font-size: 13px;
  line-height: 15px;
  text-transform: uppercase;
  margin: -10px 0 0;
}

[data-href] {
  cursor: pointer;
}

[data-href]:hover {
  text-decoration: underline;
}

.theme-block {
  margin: 0 0 32px;
}

.theme-block h2 {
  text-align: center;
  margin: 0 0 30px;
  font-size: 32px;
  line-height: 40px;
}

.theme-block h2.smaller {
  font-size: 32px;
  line-height: 40px;
}

.theme-list .theme-col {
  margin: 0 0 22px;
}

.theme {
  border: 1px solid #2438f6;
  border-radius: 6px;
  padding: 24px 30px 90px;
  position: relative;
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
  height: 100%;
  display: block;
  color: #fff;
}

.theme.yellow {
  border-color: #fabc3c;
}

.theme.yellow .link .icon-hold {
  background: #fabc3c;
}

.theme.yellow h3 {
  color: #fabc3c;
}

.theme.yellow:hover {
  background: #fabc3c;
}

.theme.yellow:hover h3 {
  color: #fff;
}

.theme.yellow:hover .icon-hold {
  background: #f0eade;
  color: #fabc3c;
}

.theme.green {
  border-color: #25ccb4;
}

.theme.green .link .icon-hold {
  background: #25ccb4;
}

.theme.green h3 {
  color: #25ccb4;
}

.theme.green:hover {
  background: #25ccb4;
}

.theme.green:hover h3 {
  color: #fff;
}

.theme.green:hover .icon-hold {
  background: #f0eade;
  color: #25ccb4;
}

.theme.orange {
  border-color: #f06449;
}

.theme.orange .link .icon-hold {
  background: #f06449;
}

.theme.orange h3 {
  color: #f06449;
}

.theme.orange:hover {
  background: #f06449;
}

.theme.orange:hover h3 {
  color: #fff;
}

.theme.orange:hover .icon-hold {
  background: #f0eade;
  color: #f06449;
}

.theme:hover {
  background: #2438f6;
}

.theme:hover h3 {
  color: #fff;
}

.theme:hover .icon-hold {
  background: #f0eade;
  color: #2438f6;
}

.theme .bottom-align {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  text-align: right;
  padding: 0 22px 18px;
}

.theme h3 {
  margin: 0 0 6px;
  color: #2438f6;
  font-size: 28px;
  line-height: 35px;
  font-weight: 700;
  -webkit-transition: color .2s linear;
  transition: color .2s linear;
}

.link {
  display: inline-block;
  vertical-align: top;
  position: relative;
  pointer-events: none;
  padding: 10px 48px 10px 0;
  color: #fff;
}

.link .text {
  pointer-events: auto;
  font-weight: 800;
  line-height: 24px;
  font-size: 16px;
}

.link .icon-hold {
  pointer-events: auto;
  border-radius: 50%;
  background: #2438f6;
  color: #fff;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 36px;
  height: 36px;
  -webkit-transition: background .2s linear, color .2s linear;
  transition: background .2s linear, color .2s linear;
}

.link .icon-hold span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  line-height: 1;
  font-size: 16px;
}

.profile-block {
  margin: 0 0 42px;
}

.profile-block .img-holder {
  margin: 0 0 32px;
}

.profile-block .img-wrap {
  width: 160px;
  height: 160px;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 50%;
  position: relative;
}

.profile-block .text-holder {
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
}

.profile-block h1 {
  margin: 0 0 10px;
  text-align: center;
  font-size: 32px;
  line-height: 40px;
}

.profile-block .profile-title {
  text-align: center;
  font-weight: 500;
  font-size: 18px;
  line-height: 25.5px;
  display: block;
  margin: 0 0 48px;
}

.profile-block p {
  margin: 0 0 26px;
}

.profile-block p a {
  color: #2438f6;
  text-decoration: underline;
}

.profile-block p a:hover {
  opacity: .9;
}

.profile-details .heading {
  display: block;
  text-align: center;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 5px;
  text-transform: uppercase;
  margin: 0;
}

.profile-details .logo-holder {
  text-align: center;
}

.profile-details .logo-holder a:hover {
  opacity: .9;
}

.contact-list {
  font-size: 14px;
  line-height: 21px;
}

.contact-list li {
  margin: 0 0 6px;
  position: relative;
  padding: 7px 0 8px 34px;
}

.contact-list a {
  color: inherit;
}

.contact-list a:hover {
  opacity: .9;
}

.contact-list .icon {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 25px;
  line-height: 1;
  margin: -2px 0 0;
}

.contact-list .icon.icon-twitter-square,
.contact-list .icon.icon-linkedin-square {
  font-size: 28px;
}

.theme-block-holder {
  padding: 16px 0 0;
  margin: 0 0 48px;
}

.theme-block-holder .container {
  max-width: 1229px;
}

.theme-block-holder .theme-row {
  padding: 48px 0;
  position: relative;
}

.theme-block-holder .theme-row + .theme-row {
  border-top: 1px solid rgba(255, 255, 255, .4);
}

.theme-block-holder .theme-row:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, .4);
}

.theme-block-holder .theme-row.yellow .row-text-holder h2 {
  color: #fabc3c;
}

.theme-block-holder .theme-row.yellow .view-more .decor {
  background: #fabc3c;
}

.theme-block-holder .theme-row.yellow .post-slider .post-title {
  color: #fabc3c;
}

.theme-block-holder .theme-row.yellow .post-slider.style-2 .img-holder {
  background: #fabc3c;
}

.theme-block-holder .theme-row.yellow .slick-dots li.slick-active button {
  background: #fabc3c;
}

.theme-block-holder .theme-row.yellow .slick-dots button:hover {
  background: #fabc3c;
}

.theme-block-holder .theme-row.green .row-text-holder h2 {
  color: #25ccb4;
}

.theme-block-holder .theme-row.green .view-more .decor {
  background: #25ccb4;
}

.theme-block-holder .theme-row.green .post-slider .post-title {
  color: #25ccb4;
}

.theme-block-holder .theme-row.green .post-slider.style-2 .img-holder {
  background: #25ccb4;
}

.theme-block-holder .theme-row.green .slick-dots li.slick-active button {
  background: #25ccb4;
}

.theme-block-holder .theme-row.green .slick-dots button:hover {
  background: #25ccb4;
}

.theme-block-holder .theme-row.orange .row-text-holder h2 {
  color: #f06449;
}

.theme-block-holder .theme-row.orange .view-more .decor {
  background: #f06449;
}

.theme-block-holder .theme-row.orange .post-slider .post-title {
  color: #f06449;
}

.theme-block-holder .theme-row.orange .post-slider.style-2 .img-holder {
  background: #f06449;
}

.theme-block-holder .theme-row.orange .slick-dots li.slick-active button {
  background: #f06449;
}

.theme-block-holder .theme-row.orange .slick-dots button:hover {
  background: #f06449;
}

.theme-block-holder .head {
  display: block;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1px;
  line-height: 15px;
  text-transform: uppercase;
  margin: 0 0 4px;
}

.theme-block-holder .row-text-holder {
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  margin: 0 0 86px;
}

.theme-block-holder .row-text-holder h2 {
  margin: 0 0 12px;
  color: #2438f6;
  font-size: 40px;
  font-weight: 900;
  line-height: 50px;
}

.theme-block-holder .row-text-holder p {
  margin: 0 0 24px;
}

.slider-block {
  padding: 38px 0 0;
  margin: 0 0 46px;
}

.slider-block h2 {
  text-align: center;
  margin: 0 0 30px;
  font-size: 32px;
  line-height: 40px;
}

.post-slider {
  margin: 0 -4px;
}

.post-slider.style-2 {
  margin-bottom: 46px;
}

.post-slider.style-2 .img-holder {
  background: #2438f6;
}

.post-slider:hover .slide {
  opacity: .8;
}

.post-slider .slide-head {
  display: block;
  font-size: 18px;
  font-weight: 700;
  line-height: 22.5px;
  margin: 0 0 8px;
  color: #fff;
}

.post-slider .slide-head time {
  font-size: 14px;
  font-weight: 300;
}

.post-slider .slick-list {
  overflow: visible;
  margin: 0 0 24px;
}

.post-slider .slide {
  padding: 0 4px;
  opacity: .5;
  -webkit-transition: opacity .2s linear;
  transition: opacity .2s linear;
}

.post-slider .slide.slick-active {
  opacity: 1;
}

.post-slider .slick-prev,
.post-slider .slick-next {
  display: none !important;
}

.post-slider .post-article {
  overflow: hidden;
  background: #f0eade;
  color: #003;
  border-radius: 6px;
  display: block;
  -webkit-transition: -webkit-transform .2s linear;
  transition: -webkit-transform .2s linear;
  transition: transform .2s linear;
  transition: transform .2s linear, -webkit-transform .2s linear;
}

.post-slider .post-article:hover {
  -webkit-transform: translateY(-4px);
  -ms-transform: translateY(-4px);
  transform: translateY(-4px);
}

.post-slider .post-article:active {
  -webkit-transform: translateY(2px);
  -ms-transform: translateY(2px);
  transform: translateY(2px);
}

.post-slider .post-article.yellow .img-holder {
  background: #fabc3c;
}

.post-slider .post-article.green .img-holder {
  background: #25ccb4;
}

.post-slider .post-article.orange .img-holder {
  background: #f06449;
}

.post-slider .img-holder {
  position: relative;
  height: 0;
  padding-top: 60%;
  background: #2438f6;
}

.post-slider .text-holder {
  padding: 22px 20px 20px 22px;
  display: table;
  width: 100%;
  table-layout: fixed;
}

.post-slider .text-bottom {
  display: table-footer-group;
  height: 1%;
  overflow: hidden;
}

.post-slider .img-icon {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  margin-left: auto;
}

.post-slider .post-title {
  display: block;
  color: #2438f6;
  font-size: 13px;
  line-height: 15px;
  text-transform: uppercase;
  font-weight: 800;
  margin: 0 0 10px;
}

.post-slider .post-title time {
  color: #a6a6b7;
  text-transform: none;
}

.post-slider h3 {
  margin: 0 22px 12px 0;
  color: #003;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
  font-family: "PT Serif", Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.post-slider .team-info .img-ico-holder {
  width: 36px;
  height: 36px;
  position: relative;
  border-radius: 50%;
  overflow: hidden;
  margin-left: auto;
}

.post-slider .team-info .text-ico-holder {
  display: none;
}

.post-slider .team-info .text-ico-holder p {
  margin: 0;
}

.post-slider .team-info .text-ico-holder p a {
  color: inherit;
}

.post-slider .team-info .text-ico-holder p a:hover {
  opacity: .9;
}

.post-slider .team-info .text-ico-holder p em {
  font-weight: 300;
}

.view-more-holder {
  text-align: center;
}

.view-more {
  display: inline-block;
  vertical-align: top;
  color: #fff;
  font-size: 16px;
  font-weight: 800;
  line-height: 24px;
  pointer-events: none;
  position: relative;
  padding: 10px 50px 10px 0;
  -webkit-transition: -webkit-transform .2s linear;
  transition: -webkit-transform .2s linear;
  transition: transform .2s linear;
  transition: transform .2s linear, -webkit-transform .2s linear;
}

.view-more > * {
  pointer-events: auto;
}

.view-more .decor {
  width: 36px;
  height: 36px;
  background: #007df9;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: background .2s linear;
  transition: background .2s linear;
}

.view-more .decor span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  line-height: 1;
  font-size: 18px;
}

.view-more:hover {
  -webkit-transform: translateY(-4px);
  -ms-transform: translateY(-4px);
  transform: translateY(-4px);
}

.view-more:hover .decor {
  background: #0063c6;
}

.view-more:active {
  -webkit-transform: translateY(2px);
  -ms-transform: translateY(2px);
  transform: translateY(2px);
}

.slick-dots {
  text-align: center;
  font-size: 0;
  line-height: 0;
}

.slick-dots li {
  display: inline-block;
  vertical-align: top;
  margin: 0 6px;
  font-size: 14px;
  line-height: 16px;
}

.slick-dots li.slick-active button {
  background: #2438f6;
}

.slick-dots button {
  border: none;
  width: 12px;
  height: 12px;
  background: rgba(255, 255, 255, .35);
  overflow: hidden;
  text-indent: -9999px;
  border-radius: 50%;
  padding: 0;
  margin: 0;
}

.slick-dots button:hover {
  background: #2438f6;
}

.white-section {
  background: #f0eade;
  color: #003;
  padding: 40px 0 28px;
}

.white-section h1,
.white-section h2,
.white-section h3 {
  color: #003;
}

.img-banner {
  position: relative;
  height: 268px;
}

.text-section-holder h1 {
  text-align: center;
  margin: 0 0 22px;
  font-size: 32px;
  line-height: 40px;
  color: #003;
}

.title-head {
  display: block;
  text-align: center;
  margin: 0 0 22px;
  font-weight: 700;
  color: #2438f6;
  font-size: 13px;
  line-height: 14px;
  text-transform: uppercase;
}

.title-head time {
  color: #9999a5;
  font-weight: 500;
  text-transform: none;
  position: relative;
  padding-left: 14px;
  margin-left: 10px;
}

.title-head time:before {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #9999a5;
  position: absolute;
  top: 6px;
  left: 0;
}

.text-section {
  margin: 0 0 32px;
  font-size: 16px;
  line-height: 28px;
  font-weight: 300;
}

.text-section .big-text {
  text-align: center;
  color: #003;
  font-family: "Nunito", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 27px;
}

.text-section .text-wrap .letter-box {
  float: left;
  margin: 8px 12px 0 0;
  position: relative;
  width: 40px;
  height: 40px;
  border: 2px solid #000;
  color: #000;
}

.text-section .text-wrap .letter-box .letter {
  text-transform: uppercase;
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 25px;
  line-height: 29px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.text-section .title {
  display: block;
  margin: 0 0 12px;
  font-weight: 700;
  font-size: 22px;
  line-height: 31px;
}

.text-section p {
  margin: 0 0 24px;
}

.text-section .popup-holder > p {
  margin: 0;
}

.text-section .popup-holder .popup-wrap {
  padding-top: 24px;
}

.popup-opener {
  color: #3e90f4;
  font-weight: 500;
}

.popup-opener:hover {
  color: #4096ff;
}

.popup-opener:hover .dot {
  background: #4096ff;
}

.popup-holder {
  margin: 0 0 48px;
}

.dot {
  width: 8px;
  height: 8px;
  display: inline-block;
  vertical-align: middle;
  border-radius: 50%;
  background: #2438f6;
  margin: 0 3px;
  -webkit-transition: background .2s linear;
  transition: background .2s linear;
  margin: -2px 0 0;
}

.share-img {
  margin: 0 0 46px;
  display: block;
  position: relative;
}

.share-img a {
  display: block;
}

.share-img a:hover {
  opacity: .9;
}

.share-img .img-holder {
  position: relative;
  height: 0;
  padding-top: 66.9%;
}

.share-img .img-holder img {
  width: 100%;
  max-width: none;
}

.share-popup-holder {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 32px;
  height: 32px;
}

.share-popup-holder.popup-active .icon-forward {
  color: #007df9;
}

.share-popup-holder.popup-active .share-popup-drop {
  opacity: 1;
  visibility: visible;
}

.share-popup-holder .icon-forward {
  line-height: 1;
  font-size: 17px;
  color: #9999a5;
  position: absolute;
  bottom: 8px;
  right: 8px;
  display: block;
}

.share-popup-holder .icon-forward:hover {
  color: #007df9;
}

.share-popup-holder .share-popup-drop {
  display: block !important;
  width: 128px;
  border: 1px solid #e1e1f2;
  z-index: 1;
  background: #f0eade;
  border-radius: 6px;
  position: absolute;
  top: 100%;
  right: 0;
  margin: 4px 0 0;
  opacity: 0;
  visibility: hidden;
}

.share-popup-holder .share-popup-drop:before {
  content: "";
  height: 0;
  width: 0;
  border-bottom: 10px solid #e1e1f2;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  position: absolute;
  bottom: 100%;
  right: 8px;
}

.share-popup-holder .share-popup-drop:after {
  content: "";
  height: 0;
  width: 0;
  border-bottom: 9px solid #fff;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  position: absolute;
  bottom: 100%;
  right: 9px;
  z-index: 1;
}

.share-opt-list {
  font-size: 15px;
  line-height: 24px;
  font-weight: 800;
  padding: 4px 0;
}

.share-opt-list:hover li a {
  opacity: .4;
}

.share-opt-list li a {
  position: relative;
  display: block;
  padding: 4px 10px 4px 40px;
  color: #38a1f3;
}

.share-opt-list li a:hover {
  opacity: 1;
}

.share-opt-list li a.linkedin {
  color: #0077b5;
}

.share-opt-list li a .icon {
  position: absolute;
  top: 50%;
  left: 15px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: -1px 0 0;
  font-size: 18px;
  line-height: 1;
}

figure { 
}

figcaption { 
    color: #9999a5;
    font-size: 12px;
    font-weight: 300;
    line-height: 14px;
    padding: 8px 24px 8px 0;
    position: relative;
    margin: 0 0 32px;
}

.img-caption {
  color: #9999a5;
  font-size: 12px;
  font-weight: 300;
  line-height: 14px;
  padding: 8px 24px 8px 0;
  position: relative;
  margin: 0 10px;
  display: inline-block !important;
}


.blue-box {
  background: #e6e6e6;
  padding: 16px 24px 2px;
}

.blue-box p {
  margin: 0 0 14px !important;
}

.blue-box p a {
  text-decoration: underline;
}

.quote {
  display: block;
  padding: 18px 22px 12px;
  margin: 0 0 32px;
  text-align: center;
  border-left: 3px solid #e6e6e6;
  border-right: 3px solid #e6e6e6;
  color: #2438f6;
  font-size: 25px;
  font-weight: 300;
  line-height: 37.5px;
  font-family: "PT Serif", Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.quote q {
  quotes: none;
  display: block;
  margin: 0 0 12px;
  font-style: italic;
}

.quote cite {
  display: block;
  margin: 0;
  font-style: normal;
  font-family: "Avenir", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 14px;
  line-height: 31px;
  color: #2438f6;
}

.quote cite a {
  color: inherit;
}

.quote cite a:hover {
  opacity: .9;
}

.info-box {
  border-top: 1px solid #e1e1f2;
  border-bottom: 1px solid #e1e1f2;
  padding: 14px 0;
  margin: 0 0 48px;
}

.info-box .img-holder {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 6px 0 0;
  float: left;
  position: relative;
}

.info-box .img-holder img {
  width: 100%;
  max-width: none;
}

.info-box .img-holder .bg-stretch {
  background-position: top center;
}

.info-box .text-holder {
  overflow: hidden;
  font-family: "PT Serif", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  color: #003;
}

.info-box .text-holder a {
  color: inherit;
}

.info-box .text-holder a:hover {
  opacity: .9;
}

.info-box .name {
  display: block;
}

.info-box .designation {
  display: block;
  font-style: italic;
  font-size: 15px;
  font-weight: 300;
  line-height: 22.5px;
}

.share-section {
  text-align: center;
  font-size: 15px;
  font-weight: 300;
  line-height: 24px;
  color: #0d1317;
}

.share-section p {
  margin: 0 0 24px !important;
}

.share-btn-list li {
  margin: 0 0 8px;
}

.share-btn-list .btn {
  display: block;
  width: 100%;
  color: #fff;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
  line-height: 24px;
  font-family: "Ubuntu", Arial, "Helvetica Neue", Helvetica, sans-serif;
  padding: 12px 0;
}

.share-btn-list .btn .icon {
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
  line-height: 24px;
  margin: -2px 10px 0 0;
}

.share-btn-list .btn .icon.icon-linkedin-square {
  font-size: 24px;
}

.info-bar {
  border-bottom: 1px solid #e1e1f2;
  padding: 10px 0 15px;
  margin: 0 0 46px;
}

.info-bar .left {
  float: left;
  width: 50%;
}

.info-bar .right {
  float: right;
  width: 50%;
  text-align: right;
}

.info-bar .info-link {
  font-size: 0;
  line-height: 0;
  display: inline-block;
  vertical-align: top;
}

.info-bar .info-link:hover .default-text {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  opacity: 0;
}

.info-bar .info-link:hover .hover-text {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.info-bar .img-holder {
  display: inline-block;
  vertical-align: middle;
  width: 48px;
  height: 48px;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 10px 0 0;
  position: relative;
}

.info-bar .img-holder .bg-stretch {
  background-position: top center;
}

.info-bar .text-holder {
  display: inline-block;
  vertical-align: middle;
  font-family: "PT Serif", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 14px;
  line-height: 21px;
  font-weight: 700;
  color: #003;
  width: calc(100% - 59px);
  position: relative;
  min-width: 85px;
}

.info-bar .text-holder p {
  margin: 0;
}

.info-bar .text-holder a {
  color: inherit;
}

.info-bar .text-holder a:hover {
  opacity: .9;
}

.info-bar .text-holder em {
  font-weight: 400;
}

.info-bar .default-text {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  -webkit-transition: opacity .2s ease-in-out, -webkit-transform .2s ease-in-out;
  transition: opacity .2s ease-in-out, -webkit-transform .2s ease-in-out;
  transition: transform .2s ease-in-out, opacity .2s ease-in-out;
  transition: transform .2s ease-in-out, opacity .2s ease-in-out, -webkit-transform .2s ease-in-out;
}

.info-bar .hover-text {
  color: #2438f6;
  line-height: 24px;
  opacity: 0;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: opacity .2s ease-in-out, -webkit-transform .2s ease-in-out;
  transition: opacity .2s ease-in-out, -webkit-transform .2s ease-in-out;
  transition: transform .2s ease-in-out, opacity .2s ease-in-out;
  transition: transform .2s ease-in-out, opacity .2s ease-in-out, -webkit-transform .2s ease-in-out;
  padding: 10px 0;
  font-family: "Ubuntu", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 800;
}

.share-list {
  line-height: 0;
  padding: 10px 0 0;
}

.share-list li {
  font-weight: 500;
  font-size: 13px;
  line-height: 24px;
  color: #9999a5;
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 14px;
}

.share-list a {
  color: #9999a5;
  display: inline-block;
  vertical-align: top;
}

.share-list a .icon {
  font-size: 23px;
  line-height: 24px;
  margin: 2px 0 0;
  display: inline-block;
  vertical-align: top;
}

.share-list a.linkedin:hover {
  color: #0077b5;
}

.share-list a:hover {
  color: #38a1f3;
}

.intro-block {
  padding: 112px 0 34px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
  background-image: -webkit-linear-gradient(top, #0100ad 0%, #03028f 100%);
  background-image: linear-gradient(180deg, #0100ad 0%, #03028f 100%);
}

.intro-block .container {
  max-width: 1229px;
}

.intro-block h1 {
  margin: 0 0 12px;
  font-size: 32px;
  line-height: 40px;
}

.intro-block p {
  margin: 0 0 32px;
}

.intro-block .subscribe-form {
  padding: 0;
  margin: 0 0 64px;
  max-width: none;
  overflow: hidden;
  border-radius: 6px;
}

.intro-block .subscribe-form .hbspt-form .input {
  box-shadow: 0 16px 16px rgba(0, 0, 0, .2);
}

.intro-block .subscribe-form .form-wrap {
  margin: 0;
  max-width: none;
}

.intro-block .subscribe-form input[type=email] {
  height: 56px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 800;
}

.intro-block .subscribe-form input[type=submit] {
  height: 56px;
  background: #000034;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  font-weight: 800;
}

.intro-block .subscribe-form input[type=submit]:hover {
  background: #000001;
}

.two-cols {
  margin: 0 0 48px;
}

.post-holder .post-head {
  display: block;
  font-weight: 700;
  font-size: 18px;
  line-height: 22.5px;
  font-family: "PT Serif", Arial, "Helvetica Neue", Helvetica, sans-serif;
  margin: 0 0 8px;
}

.post-holder .post-head time {
  font-size: 14px;
  line-height: 22.5px;
  font-weight: 300;
}

.article {
  overflow: hidden;
  border-radius: 6px;
  background: #f0eade;
  box-shadow: 0 16px 16px rgba(0, 0, 0, .2);
  color: #003;
  margin: 0;
  display: block;
  -webkit-transition: -webkit-transform .2s linear;
  transition: -webkit-transform .2s linear;
  transition: transform .2s linear;
  transition: transform .2s linear, -webkit-transform .2s linear;
}

.article:hover {
  -webkit-transform: translateY(-4px);
  -ms-transform: translateY(-4px);
  transform: translateY(-4px);
}

.article:active {
  -webkit-transform: translateY(2px);
  -ms-transform: translateY(2px);
  transform: translateY(2px);
}

.article .img-holder {
  position: relative;
  height: 0;
  padding-top: 60%;
}

.article .text-holder {
  padding: 24px 24px 24px;
}

.article .article-category {
  display: block;
  text-transform: uppercase;
  margin: 0 0 12px;
  font-size: 13px;
  font-weight: 800;
  line-height: 12px;
  color: #2438f6;
}

.article .article-category time {
  text-transform: none;
  color: #a6a6b7;
}

.article h2 {
  margin: 0 20px 0 0;
  color: #003;
  font-family: "PT Serif", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

.btns-block {
  text-align: center;
  font-size: 18px;
  font-weight: 300;
  line-height: 25.5px;
}

.btns-block p {
  margin: 0 0 32px;
}

.btns-block p strong {
  font-weight: 800;
}

.btn-list {
  text-align: center;
  font-size: 0;
  line-height: 0;
}

.btn-list li {
  margin: 0 0 24px;
}

.btn-list .btn {
  box-shadow: 0 16px 16px rgba(0, 0, 0, .2);
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
  padding: 16px 20px 16px;
}

.ad-block {
  margin: 0 0 32px;
}

.ad-block .title {
  font-family: "PT Serif", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  display: block;
  margin: 0 0 22px;
}

.ad-box {
  overflow: hidden;
  border-radius: 6px;
  background: #f0eade;
  color: #0d1317;
  position: relative;
  display: block;
  -webkit-transition: -webkit-transform .2s linear;
  transition: -webkit-transform .2s linear;
  transition: transform .2s linear;
  transition: transform .2s linear, -webkit-transform .2s linear;
}

.ad-box:hover {
  -webkit-transform: translateY(-4px);
  -ms-transform: translateY(-4px);
  transform: translateY(-4px);
}

.ad-box:active {
  -webkit-transform: translateY(2px);
  -ms-transform: translateY(2px);
  transform: translateY(2px);
}

.ad-box .img-holder {
  background: #007df9;
  padding: 32px 10px;
}

.ad-box .img-holder .img-align {
  width: 100%;
}

.ad-box .img-wrap {
  width: 152px;
  border-left: 5px solid #488fcd;
  border-right: 5px solid #488fcd;
  margin: 0 auto;
  border-radius: 3px;
  box-shadow: 0 16px 16px rgba(0, 0, 0, .2);
}

.ad-box .img-wrap img {
  width: 100%;
  max-width: none;
}

.ad-box .img {
  background-size: cover;
  background-position: center;
  height: 0;
  padding-top: 132.5%;
  position: relative;
}

.ad-box .text-holder {
  padding: 16px 24px 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}

.ad-box h2 {
  color: #007df9;
  margin: 0 0 5px;
  font-size: 40px;
  font-weight: 700;
  line-height: 50px;
}

.ad-box p {
  margin: 0 0 32px;
}

.ad-box .sub-head {
  display: block;
  margin: 0 0 30px;
  color: #003;
  font-size: 20px;
  line-height: 25px;
  font-family: "PT Serif", Arial, "Helvetica Neue", Helvetica, sans-serif;
  opacity: .76;
  font-weight: 500;
}

.ad-box .link-holder {
  text-align: right;
}

.ad-box .view-more {
  color: #007df9;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.ad-box .view-more .decor {
  color: #fff;
}

.slider-section {
  margin: 0 0 98px;
}

.slider-section h2 {
  text-align: center;
  margin: 0 0 32px;
  font-size: 32px;
  line-height: 40px;
}

.team-slider {
  position: relative;
  padding: 0 14px;
}

.team-slider .slick-next,
.team-slider .slick-prev {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 25px;
  z-index: 5;
  border: none;
  border-radius: 50%;
  background: #007df9;
  width: 48px;
  height: 48px;
  padding: 0;
  margin: 0;
  -webkit-transition: background .2s linear, -webkit-transform .2s linear;
  transition: background .2s linear, -webkit-transform .2s linear;
  transition: transform .2s linear, background .2s linear;
  transition: transform .2s linear, background .2s linear, -webkit-transform .2s linear;
  outline: none;
}

.team-slider .slick-next .icon,
.team-slider .slick-prev .icon {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 22px;
  line-height: 1;
}

.team-slider .slick-next:hover,
.team-slider .slick-prev:hover {
  background: #0080ff;
  -webkit-transform: translateY(calc(-50% - 2px));
  -ms-transform: translateY(calc(-50% - 2px));
  transform: translateY(calc(-50% - 2px));
}

.team-slider .slick-next:active,
.team-slider .slick-prev:active {
  background: #0070e0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.team-slider .slick-next {
  left: auto;
  right: 25px;
}

.team-slider .slick-list {
  overflow: visible;
}

.team-slider .slide {
  padding: 0 6px;
  pointer-events: none;
}

.team-slider .slide.slick-active {
  pointer-events: auto;
  position: relative;
  z-index: 2;
}

.team-slider .slide > a {
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.team-slider .contributors-holder {
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
  padding: 32px 24px 16px;
}

.team-slider .contributors-holder .name {
  margin-bottom: 10px;
}

.team-slider .contributors-holder .designation {
  font-size: 18px;
}


@media (min-width: 375px) {
  #header .container,
  .header .container {
    padding: 0 24px;
  }

  .header {
    padding: 14px 24px 14px 0;
  }

  #nav ul li a {
    padding: 12px 74px 12px 24px;
  }

  #nav ul li a:before {
    left: 24px;
    right: 24px;
  }

  .nav-text {
    margin-right: 24px;
  }

  .nav-opener {
    right: 24px;
  }

  .container {
    padding: 0 24px;
  }

  .contributors-list {
    padding: 0 8px;
  }

  .team-slider {
    padding: 0 11.5%;
  }
}

@media (min-width: 768px) {
  .tilter__deco--lines {
    left: -5px;
    right: -5px;
    top: -5px;
    bottom: -5px;
    border: 10px solid #488fcd;
  }

  .header {
    padding: 14px 24px 20px 0;
    margin: 0 0 31px;
  }

  .nav-drop {
    width: 400px;
    right: -400px;
  }

  .nav-drop .logo {
    width: 103px;
  }

  .nav-drop .nav-opener {
    font-size: 15px;
    line-height: 20px;
  }

  #nav {
    margin: 0 0 24px;
  }

  #nav ul li a {
    padding: 12px 74px 12px 24px;
  }

  .nav-text .img {
    margin: 0 0 8px auto;
  }

  .logo {
    width: 132px;
  }

  .nav-active .page-hold {
    left: -400px;
    right: 400px;
  }

  .container {
    padding: 0 14px;
  }

  h1,
  .h1 {
    font-size: 54px;
    line-height: 60px;
    margin: 0 0 10px;
  }

  h1.smaller,
  .h1.smaller {
    font-size: 34px;
    line-height: 44px;
    text-align: center;
    margin: 0 auto 66px;
    max-width: 925px;
  }

  h1.blue-text,
  .h1.blue-text {
    margin: 0 0 20px;
    color: #FFF !important;
  }

  h1.blue-text,
  .h1.blue-text {
    color: #FFF !important;
  }


  h2,
  .h2 {
    font-size: 28px;
    line-height: 36px;
  }

  .two-text-cols {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -14px 38px;
    font-size: 18px;
    line-height: 27px;
  }

  .two-text-cols .col {
    width: 50%;
    padding: 0 14px;
  }

  .two-text-cols p {
    margin: 0 0 26px;
  }

  .detail-info {
    border-bottom: none;
    padding: 0;
  }

  .detail-info dt {
    width: 50%;
    float: left;
    text-align: right;
    padding: 0 14px 0 0;
    font-weight: 700;
  }

  .detail-info dd {
    float: left;
    margin: 0 0 16px;
    width: 50%;
    padding: 0 0 0 14px;
    font-size: 18px;
    line-height: 27px;
  }

  .detail-info dd a {
    text-decoration: underline;
  }

  .section-wrap {
    padding: 30px 0;
  }

  .contributors-block h2 {
    font-size: 44px;
    line-height: 54px;
    margin: 0 0 32px;
  }

  .short-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -12px 14px;
    padding: 0;
  }

  .short-item {
    padding: 0 12px 24px;
    width: 50%;
  }

  .pfshort-item {
    padding: 0 12px 24px;
    width: 50%;
  }

  .contributors-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -12px 14px;
    padding: 0;
  }

  .contributors-item {
    padding: 0 12px 24px;
    width: 50%;
  }

  .text-block {
    font-size: 18px;
    line-height: 27px;
    margin-bottom: 56px;
  }

  .info-text a {
    color: #007df9;
  }

  .download-form {
    margin: 0 auto;
  }

  .download-form .form-wrap input[type="submit"] {
    width: 168px;
  }

  .download-form .hbspt-form .input {
    padding: 0 168px 0 0;
  }

  .download-section h1 {
    margin: 0 0 18px;
  }

  .title {
    font-size: 22px;
    line-height: 30px;
    margin: 0 0 10px;
  }

  .download-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-color: rgba(211, 226, 241, .25);
    padding: 46px 0 38px;
  }

  .download-block .col {
    width: 50%;
    padding: 0 14px 0 0;
  }

  .download-block .col + .col {
    padding: 0 0 0 14px;
  }

  .download-block h2 {
    font-size: 42px;
    line-height: 48px;
    margin: 0 0 10px;
  }

  .download-block p {
    margin: 0 0 42px;
  }

  .download-block .text-holder {
    max-width: 448px;
    margin: 0 auto;
  }

  .download-block .img-holder {
    max-width: 262px;
    margin: 0 auto 52px;
  }

  .box {
    margin: 0 0 10px;
  }

  .box .box-title {
    font-size: 18px;
    line-height: 23px;
    padding: 12px 20px 10px;
  }

  .box .box-content {
    font-size: 16px;
    line-height: 27px;
    padding: 12px 18px 6px;
  }

  ul:not([class]) li {
    padding: 0 0 0 20px;
  }

  ul:not([class]) li:before {
    width: 8px;
    height: 8px;
    top: 10px;
  }

  .post-block {
    padding: 0;
    margin: 0 0 100px;
  }

  .post-block.style-2 {
    margin: 0 0 100px;
  }

  .post-block.style-2 .title {
    font-size: 24px;
    line-height: 22.5px;
    margin: 0 0 24px;
  }

  .post-block .title {
    margin: 0 0 20px;
  }

  .post {
    padding: 0 0 0 38%;
  }

  .post .img-holder {
    padding-top: 0;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 38%;
    height: auto;
  }

  .post .text-holder {
    font-size: 17px;
    line-height: 25.5px;
    padding: 30px 24px 34px;
  }

  .loading-text {
    margin: 0;
    padding: 6px 0 0;
  }

  .theme-block h2 {
    font-size: 44px;
    line-height: 54px;
    margin: 0 0 32px;
  }

  .theme-block h2.smaller {
    margin: 0 0 48px;
  }

  .theme-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -14px;
  }

  .theme-list .theme-col {
    width: 50%;
    padding: 0 14px;
    margin: 0 0 30px;
  }

  .theme {
    padding: 22px 30px 80px;
    min-height: 300px;
  }

  .theme .bottom-align {
    padding: 0 22px 22px;
  }

  .theme h3 {
    font-size: 32px;
    line-height: 38px;
    margin: 0 0 12px;
  }

  .link {
    padding: 12px 60px 12px 0;
  }

  .link .text {
    font-size: 14px;
  }

  .link .icon-hold {
    width: 48px;
    height: 48px;
  }

  .link .icon-hold span {
    font-size: 20px;
  }

  .profile-block .img-wrap {
    width: 250px;
    height: 250px;
  }

  .profile-block .text-holder {
    font-size: 18px;
    line-height: 27px;
  }

  .profile-block h1 {
    font-size: 48px;
    line-height: 55px;
    margin: 0 0 10px;
  }

  .profile-block .profile-title {
    margin: 0 0 32px;
  }

  .profile-details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .profile-details .col {
    width: 50%;
    padding: 0 30px;
    margin: 0 0 30px;
  }

  .profile-details .col:nth-child(2n) {
    border-left: 1px solid rgba(255, 255, 255, .3);
  }

  .profile-details .heading {
    padding: 20px 0 0;
    margin: 0 0 30px;
  }

  .contact-list {
    font-size: 16px;
    line-height: 27px;
  }

  .contact-list li {
    padding: 5px 0 4px 34px;
    margin: 0;
  }

  .contact-list li + li {
    margin: 14px 0 0;
  }

  .contact-list .icon {
    margin: 0;
  }

  .theme-block-holder {
    margin: 0;
  }

  .theme-block-holder .theme-row:last-child {
    border-bottom: none;
  }

  .theme-block-holder .row-text-holder {
    margin: 0 0 50px;
  }

  .slider-block {
    padding: 50px 0 0;
  }

  .slider-block h2 {
    font-size: 44px;
    line-height: 54px;
    margin: 0 0 32px;
  }

  .post-slider {
    margin: 0 -14px 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .post-slider.style-2 {
    margin: 0 -8px;
  }

  .post-slider.style-2 .slide {
    padding: 0 8px;
  }

  .post-slider.style-2 .text-holder {
    padding: 24px 18px 12px;
  }

  .post-slider .slide {
    padding: 0 14px;
    width: 50%;
    margin: 0 0 30px;
    opacity: 1;
  }

  .post-slider .slide:hover {
    opacity: 1;
  }

  .post-slider .img-holder {
    padding-top: 69%;
  }

  .post-slider .text-holder {
    padding: 24px 18px 42px;
  }

  .post-slider .img-icon {
    display: none;
  }

  .post-slider .post-title {
    font-size: 11px;
    line-height: 13px;
    color: #3e87df;
    margin: 0 0 8px;
  }

  .post-slider h3 {
    margin: 0 4px 12px 0;
  }

  .post-slider .team-info {
    padding: 34px 0 8px;
  }

  .post-slider .team-info .img-ico-holder {
    margin: 2px 12px 0 0;
    float: left;
  }

  .post-slider .team-info .text-ico-holder {
    display: block;
    overflow: hidden;
    color: #003;
    font-family: "PT Serif", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 21px;
  }

  .white-section {
    padding: 6px 0 100px;
  }

  .img-banner {
    height: 400px;
    margin: 0 0 50px;
  }

  .text-section-holder {
    max-width: 782px;
    margin: 0 auto;
  }

  .text-section-holder h1 {
    font-size: 50px;
    line-height: 60px;
    margin: 0 0 24px;
  }

  .title-head {
    font-weight: 800;
  }

  .title-head time {
    margin-left: 6px;
  }

  .text-section {
    margin: 0 auto 36px;
    max-width: 586px;
    font-size: 19px;
    line-height: 29px;
  }

  .text-section .big-text {
    font-size: 22px;
    line-height: 34px;
  }

  .text-section .big-text p {
    margin: 0;
  }

  .text-section .text-wrap .letter-box {
    font-weight: 300;
    width: 100px;
    height: 100px;
    margin: 0 24px 0 0;
  }

  .text-section .text-wrap .letter-box .letter {
    font-size: 50px;
    line-height: 60px;
  }

  .text-section p {
    margin: 0 0 34px;
  }

  .text-section .popup-holder .popup-wrap {
    padding-top: 34px;
  }

  .popup-opener {
    font-weight: 800;
  }

  .popup-holder {
    margin: 0 0 62px;
  }

  .dot {
    width: 12px;
    height: 12px;
  }

  .share-img .img-holder {
    padding-top: 64.9%;
  }

  .blue-box {
    background: #2438f6;
    color: #fff;
    font-size: 17px;
    line-height: 30px;
    padding: 16px 20px 2px;
  }

  .quote {
    padding: 16px 0 0;
    border: none;
    font-size: 25px;
    line-height: 44px;
    margin: 0 auto 80px;
    max-width: 765px;
  }

  .quote q {
    margin: 0 0 14px;
  }

  .quote cite {
    font-size: 17px;
    line-height: 31px;
  }

  .info-box {
    padding: 22px 0;
    margin: 0 0 62px;
  }

  .info-box .img-holder {
    width: 64px;
    height: 64px;
    margin: 0 16px 0 0;
  }

  .info-box .text-holder {
    font-size: 18px;
    line-height: 27px;
    padding: 6px 0 0;
  }

  .info-box .designation {
    font-size: 16px;
    line-height: 24px;
  }

  .share-btn-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -4px;
  }

  .share-btn-list li {
    width: 33.33%;
    padding: 0 4px;
  }

  .intro-block {
    font-size: 18px;
    line-height: 27px;
    padding: 116px 0 44px;
  }

  .intro-block h1 {
    font-size: 35px;
    line-height: 40px;
  }

  .intro-block .subscribe-form {
    max-width: 480px;
  }

  .two-cols {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -14px 50px;
  }

  .two-cols .col {
    width: 50%;
    padding: 0 14px;
  }

  .article .img-holder {
    padding-top: 51%;
  }

  .article .text-holder {
    padding: 30px 32px 33px;
  }

  .article h2 {
    margin: 0;
    font-size: 30px;
    line-height: 37.5px;
  }

  .btns-block p {
    margin: 0 0 12px;
  }

  .btn-list li {
    display: inline-block;
    vertical-align: top;
    margin: 0 10px 20px;
  }

  .btn-list .btn {
    font-size: 17px;
    line-height: 21px;
  }

  .ad-block {
    margin: 0 0 80px;
  }

  .ad-block .title {
    margin: 0 0 18px;
  }

  .ad-box {
    padding-left: 250px;
    color: rgba(0, 0, 51, .5);
  }

  .ad-box .img-holder {
    width: 250px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .ad-box .img-wrap {
    width: 164px;
  }

  .ad-box .text {
    max-width: 470px;
  }

  .ad-box .text-holder {
    font-weight: 400;
    padding: 32px 24px 24px 24px;
    min-height: 275px;
  }

  .ad-box h2 {
    margin: 0 0 8px;
  }

  .ad-box p {
    margin: 0 0 20px;
  }

  .ad-box .sub-head {
    margin: 0 0 12px;
  }

  .slider-section {
    margin: 0 0 120px;
  }

  .slider-section h2 {
    font-size: 36px;
    line-height: 44px;
  }

  .team-slider {
    padding: 0 20%;
  }

  .team-slider .slide {
    padding: 0 14px;
  }

  .team-slider .left-slide > a {
    opacity: .2;
  }

  .team-slider .right-slide > a {
    opacity: .2;
  }

  .team-slider .contributors-holder {
    font-size: 14px;
    line-height: 19px;
    padding: 32px 38px 34px;
  }

  .team-slider .contributors-holder .name {
    margin-bottom: 8px;
  }

  .team-slider .contributors-holder .designation {
    font-size: 16px;
  }

  #footer {
    font-size: 16px;
    line-height: 24px;
    padding: 62px 0 0 0;
  }

  #footer p {
    margin: 0 0 24px;
  }

  #footer .btn-holder {
    padding: 6px 0 0;
  }

  #footer .btn {
    padding: 12px 22px;
  }

  .footer-logo {
    margin: 0 auto 16px;
  }
}

@media (min-width: 1024px) {
  h1,
  .h1 {
    font-size: 48px;
    line-height: 56px;
  }

  h1.smaller,
  .h1.smaller {
    font-size: 36px;
    line-height: 54px;
  }

  h1.blue-text,
  .h1.blue-text {
    margin: 0 0 40px;
  }

  h2,
  .h2 {
    font-size: 32px;
    line-height: 48px;
  }

  .short-list {
    margin: 0 -16px 14px;
  }

  .short-item {
    padding: 0 16px 32px;
    width: 33.33%;
  }

  .pflong-item {
    padding: 0 8px 16px;
    width: 66.66%;
    height: 343px;
  }

  .pfshort-item {
    padding: 0 8px 16px;
    width: 33.33%;
  }

  .contributors-list {
    margin: 0 -16px 14px;
  }

  .contributors-item {
    padding: 0 16px 32px;
    width: 33.33%;
  }

  .info-text {
    margin: 0 0 80px;
  }

  .subscribe-form {
    padding: 110px 0 100px;
  }

  .download-block h2 {
    font-size: 52px;
    line-height: 54px;
    margin: 0 0 12px;
  }

  .post-block {
    margin: 0 0 124px;
  }

  .post-block.style-2 {
    margin: 0 0 144px;
  }

  .post .text-holder {
    padding: 30px 36px 56px;
  }

  .post h2 {
    line-height: 40px;
    margin: 0 0 12px;
  }

  .theme-block {
    margin: 0 0 50px;
  }

  .theme h3 {
    font-size: 36px;
    line-height: 46px;
    font-weight: 900;
  }

  .profile-block {
    color: #FFF;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 0 76px;
  }

  .profile-block .img-holder {
    margin: 10px 0 0;
    width: 30%;
  }

  .profile-block .img-wrap {
    width: 277px;
    height: 277px;
    margin: 0;
  }

  .profile-block .text-holder {
    padding: 0 0 0 14px;
    width: 70%;
  }

  .profile-block h1 {
    text-align: left;
    font-size: 64px;
    line-height: 70px;
  }

  .profile-block .profile-title {
    text-align: left;
  }

  .profile-details .col {
    border-left: 1px solid rgba(255, 255, 255, .3);
    padding: 0 20px;
    width: 35%;
  }

  .profile-details .col:nth-child(2n) {
    width: 65%;
  }

  .theme-block-holder .theme-row {
    padding: 50px 0 30px;
  }

  .theme-block-holder .row-text-holder {
    float: left;
    width: 33.33%;
    padding: 0 16px 0 0;
  }

  .theme-block-holder .card-holder {
    width: 66.66%;
    float: right;
  }

  .slider-block {
    padding: 98px 0 0;
  }

  .slider-block h2 {
    margin: 0 0 64px;
  }

  .post-slider {
    margin: 0 -14px 162px;
  }

  .post-slider.style-2 .slide {
    width: 50%;
  }

  .post-slider.style-2 .img-holder {
    padding-top: 72%;
  }

  .post-slider .slide {
    width: 33.33%;
  }

  .view-more-holder {
    clear: both;
  }

  .white-section {
    padding: 6px 0 210px;
  }

  .img-banner {
    height: 523px;
    margin: 0 0 50px;
  }

  .text-section-holder h1 {
    font-size: 56px;
    line-height: 70px;
  }

  .text-section .big-text {
    font-size: 26px;
    line-height: 39px;
  }

  .text-section .text-wrap .letter-box {
    width: 120px;
    height: 120px;
    margin: 0 32px 0 0;
  }

  .text-section .text-wrap .letter-box .letter {
    font-size: 80px;
    line-height: 88px;
  }

  .text-section .text-wrap .text {
    overflow: hidden;
  }

  .text-section p {
    margin: 0 0 32px;
  }

  .text-section .popup-holder .popup-wrap {
    padding-top: 62px;
  }

  .intro-block h1 {
    font-size: 40px;
    line-height: 50px;
    margin: 0 0 16px;
  }

  .two-cols {
    margin: 0 -20px 26px;
  }

  .two-cols .col {
    padding: 0 20px;
  }

  .btn-list li {
    margin: 0 12px 20px;
  }

  .ad-box {
    padding-left: 308px;
  }

  .ad-box .img-holder {
    width: 308px;
  }

  .ad-box .text-holder {
    padding: 32px 24px 24px 46px;
  }

  .slider-section {
    margin: 0 0 164px;
  }

  .slider-section h2 {
    font-size: 40px;
    line-height: 50px;
  }

  .team-slider {
    padding: 0 14.5%;
  }

  .team-slider .slick-next,
  .team-slider .slick-prev {
    margin: 14px 0 0;
  }
}

@media (min-width: 1200px) {
  .theme-list .theme-col {
    width: 25%;
  }

  .theme {
    min-height: 397px;
  }

  .profile-block .img-holder {
    width: 40%;
  }

  .profile-block .text-holder {
    width: 60%;
  }

  .profile-details .col {
    padding: 0 30px;
  }

  .theme-block-holder {
    padding: 14px 0 0;
  }

  .theme-block-holder .theme-row {
    padding: 80px 142px 50px 0;
  }

  .theme-block-holder .row-text-holder {
    width: 41.8%;
    max-width: 385px;
  }

  .theme-block-holder .row-text-holder h2 {
    margin: 0 0 24px;
  }

  .theme-block-holder .card-holder {
    width: 58.2%;
  }

  .view-more-holder {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    width: 115px;
    padding: 0;
  }

  .view-more {
    padding: 58px 0 0;
    font-size: 14px;
    line-height: 24px;
  }

  .view-more .decor {
    top: 0;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    right: auto;
    left: 50%;
    width: 48px;
    height: 48px;
  }

  .view-more .decor span {
    font-size: 22px;
  }

  .intro-block h1 {
    font-size: 48px;
    line-height: 60px;
  }

  .two-cols {
    margin: 0 -48px 26px;
  }

  .two-cols .col {
    padding: 0 48px;
  }

  .ad-box p {
    margin: 0;
  }

  .ad-box .view-more {
    padding-top: 56px;
  }
}

@media (max-width: 767px) {
  .view-desktop {
    display: none !important;
  }

  .profile-details .col:first-child {
    display: none;
  }

  .team-slider .slick-next,
  .team-slider .slick-prev {
    display: none !important;
  }
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@-webkit-keyframes fadeInSlideUp {
  0% {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate3d(0, 100px, 0);
    transform: translate3d(0, 100px, 0);
  }

  100% {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0px, 0);
    transform: translate3d(0, 0px, 0);
  }
}

@keyframes fadeInSlideUp {
  0% {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate3d(0, 100px, 0);
    transform: translate3d(0, 100px, 0);
  }

  100% {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0px, 0);
    transform: translate3d(0, 0px, 0);
  }
}

/* Thumb Info */
.thumb-info {
	display: block;
	position: relative;
	text-decoration: none;
	max-width: 100%;
	background-color: #FFF;
	border-radius: 4px;
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.thumb-info .thumb-info-wrapper {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	border-radius: 4px;
	margin: 0;
	overflow: hidden;
	display: block;
	position: relative;
}

.thumb-info .thumb-info-wrapper.thumb-info-wrapper-demos {
	max-height: 330px;
}

.thumb-info .thumb-info-wrapper:after {
	content: "";
	background: rgba(33, 37, 41, 0.8);
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	border-radius: 4px;
	bottom: -4px;
	color: #FFF;
	left: -4px;
	position: absolute;
	right: -4px;
	top: -4px;
	display: block;
	opacity: 0;
	z-index: 1;
}

.thumb-info .thumb-info-wrapper-opacity-0:after {
	opacity: 0.0;
}

.thumb-info .thumb-info-wrapper-opacity-1:after {
	opacity: 0.1;
}

.thumb-info .thumb-info-wrapper-opacity-2:after {
	opacity: 0.2;
}

.thumb-info .thumb-info-wrapper-opacity-3:after {
	opacity: 0.3;
}

.thumb-info .thumb-info-wrapper-opacity-4:after {
	opacity: 0.4;
}

.thumb-info .thumb-info-wrapper-opacity-5:after {
	opacity: 0.5;
}

.thumb-info .thumb-info-wrapper-opacity-6:after {
	opacity: 0.6;
}

.thumb-info .thumb-info-wrapper-opacity-7:after {
	opacity: 0.7;
}

.thumb-info .thumb-info-wrapper-opacity-8:after {
	opacity: 0.8;
}

.thumb-info .thumb-info-wrapper-opacity-9:after {
	opacity: 0.9;
}

.thumb-info .thumb-info-action-icon {
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	background: #CCC;
	border-radius: 0 0 0 4px;
	display: inline-block;
	font-size: 25px;
	height: 50px;
	line-height: 50px;
	position: absolute;
	right: -100px;
	text-align: center;
	top: -100px;
	width: 50px;
	z-index: 2;
}

.thumb-info .thumb-info-action-icon i {
	font-size: 14px;
	right: 50%;
	position: absolute;
	top: 50%;
	color: #FFF;
	-webkit-transform: translate(50%, -50%);
	transform: translate(50%, -50%);
	margin: -2px -1px 0 0px;
}

.thumb-info .thumb-info-inner {
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	display: block;
}

.thumb-info .thumb-info-inner em {
	display: block;
	font-size: 0.8em;
	font-style: normal;
	font-weight: normal;
}

.thumb-info .thumb-info-title {
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	background: rgba(33, 37, 41, 0.8);
	color: #FFF;
	font-weight: 600;
	left: 0;
	letter-spacing: -.05em;
	position: absolute;
	z-index: 2;
	max-width: 90%;
	font-size: 17px;
	padding: 13px 21px 2px;
	bottom: 13%;
}

.thumb-info .thumb-info-type {
	background-color: #000033;
	border-radius: 2px;
	display: inline-block;
	float: left;
	font-size: 0.6em;
	font-weight: 600;
	letter-spacing: 0;
	margin: 8px -2px -15px 0px;
	padding: 2px 12px;
	text-transform: uppercase;
	z-index: 2;
	line-height: 2.3;
}

.thumb-info .owl-carousel {
	z-index: auto;
}

.thumb-info .owl-carousel .owl-dots {
	z-index: 2;
}

.thumb-info img {
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	border-radius: 3px;
	position: relative;
	width: 100%;
}

.thumb-info:hover .thumb-info-wrapper:after {
	opacity: 1;
}

.thumb-info:hover .thumb-info-action-icon {
	right: 0;
	top: 0;
}

.thumb-info:hover .thumb-info-title {
	background: rgba(33, 37, 41, 0.9);
}

.thumb-info:hover img {
	-webkit-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}

.thumb-info.thumb-info-no-zoom img {
	-webkit-transition: none;
	transition: none;
}

.thumb-info.thumb-info-no-zoom:hover img {
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
}

.thumb-info.thumb-info-lighten .thumb-info-wrapper:after {
	background: rgba(23, 23, 23, 0.25);
}

.thumb-info.thumb-info-hide-wrapper-bg .thumb-info-wrapper:after {
	display: none;
}

.thumb-info.thumb-info-centered-icons .thumb-info-action {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: absolute;
	top: 50%;
	left: 0;
	right: auto;
	bottom: auto;
	width: 100%;
	height: 45px;
	text-align: center;
	opacity: 0;
	-webkit-transition: opacity .2s ease-out, -webkit-transform .2s ease-out;
	transition: opacity .2s ease-out, -webkit-transform .2s ease-out;
	transition: transform .2s ease-out, opacity .2s ease-out;
	transition: transform .2s ease-out, opacity .2s ease-out, -webkit-transform .2s ease-out;
	-webkit-transform: translate3d(0, -70%, 0);
	transform: translate3d(0, -70%, 0);
	z-index: 2;
}

.thumb-info.thumb-info-centered-icons .thumb-info-action a {
	text-decoration: none;
}

.thumb-info.thumb-info-centered-icons .thumb-info-action-icon {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
	left: auto;
	right: auto;
	top: auto;
	bottom: auto;
	width: 35px;
	height: 35px;
	font-size: 14px;
	border-radius: 50%;
	margin-right: 5px;
	-webkit-transition: all 0.1s ease;
	transition: all 0.1s ease;
	z-index: 2;
}

.thumb-info.thumb-info-centered-icons .thumb-info-action-icon i {
	margin: 0;
}

.thumb-info.thumb-info-centered-icons .thumb-info-action-icon:hover {
	-webkit-transform: scale(1.15, 1.15);
	transform: scale(1.15, 1.15);
}

.thumb-info:hover.thumb-info-centered-icons .thumb-info-action {
	opacity: 1;
	-webkit-transform: translate3d(0, -50%, 0);
	transform: translate3d(0, -50%, 0);
}

.thumb-info:hover.thumb-info-centered-icons .thumb-info-action-icon {
	position: relative;
}

.thumb-info.thumb-info-centered-info .thumb-info-title {
	background: transparent;
	left: 5%;
	width: 90%;
	-webkit-transition: opacity .2s ease-out, -webkit-transform .2s ease-out;
	transition: opacity .2s ease-out, -webkit-transform .2s ease-out;
	transition: transform .2s ease-out, opacity .2s ease-out;
	transition: transform .2s ease-out, opacity .2s ease-out, -webkit-transform .2s ease-out;
	-webkit-transform: translate(0%, -50%);
	transform: translate(0%, -50%);
	top: 50%;
	bottom: auto;
	opacity: 0;
	text-align: center;
	padding: 0;
	position: absolute;
}

.thumb-info.thumb-info-centered-info .thumb-info-type {
	float: none;
}

.thumb-info.thumb-info-centered-info:hover .thumb-info-title {
	opacity: 1;
	-webkit-transform: translate(0%, -50%);
	transform: translate(0%, -50%);
}

.thumb-info.thumb-info-bottom-info .thumb-info-title {
	background: #f0eade;
	left: 0;
	width: 100%;
	max-width: 100%;
	-webkit-transition: opacity .2s ease-out, -webkit-transform .2s ease-out;
	transition: opacity .2s ease-out, -webkit-transform .2s ease-out;
	transition: transform .2s ease-out, opacity .2s ease-out;
	transition: transform .2s ease-out, opacity .2s ease-out, -webkit-transform .2s ease-out;
	-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0);
	top: auto;
	bottom: 0;
	opacity: 0;
	padding: 15px;
	text-shadow: none;
	color: #777;
}

.thumb-info.thumb-info-bottom-info .thumb-info-type {
	float: none;
	background: none;
	padding: 0;
	margin: 0;
}

.thumb-info.thumb-info-bottom-info:hover .thumb-info-title {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	opacity: 1;
}

.thumb-info.thumb-info-bottom-info:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.thumb-info.thumb-info-bottom-info-linear .thumb-info-title {
	background: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgba(255, 255, 255, 0.8)), to(transparent)) repeat scroll 0 0 rgba(255, 255, 255, 0);
	background: linear-gradient(to top, rgba(255, 255, 255, 0.8) 0, transparent 100%) repeat scroll 0 0 rgba(255, 255, 255, 0);
}

.thumb-info.thumb-info-bottom-info-dark .thumb-info-title {
	background: #212529;
	color: #FFF;
}

.thumb-info.thumb-info-bottom-info-dark-linear .thumb-info-title {
	background: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgba(33, 37, 41, 0.8)), to(transparent)) repeat scroll 0 0 rgba(0, 0, 0, 0);
	background: linear-gradient(to top, rgba(33, 37, 41, 0.8) 0, transparent 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
}

.thumb-info.thumb-info-bottom-info-show-more img {
	-webkit-transform: none !important;
	transform: none !important;
}

.thumb-info.thumb-info-bottom-info-show-more .thumb-info-title {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	opacity: 1;
}

.thumb-info.thumb-info-bottom-info-show-more .thumb-info-show-more-content {
	-webkit-transition: ease max-height 800ms;
	transition: ease max-height 800ms;
	overflow: hidden;
	max-height: 0;
	display: block;
}

.thumb-info.thumb-info-bottom-info-show-more:hover .thumb-info-show-more-content {
	max-height: 300px;
}

.thumb-info.thumb-info-push-hor img {
	-webkit-transform: translatex(-18px);
	transform: translatex(-18px);
	width: calc(100% + 19px);
	max-width: none;
}

.thumb-info.thumb-info-push-hor:hover img {
	-webkit-transform: translatex(0);
	transform: translatex(0);
}

.thumb-info.thumb-info-block .thumb-info-action-icon {
	top: 15px;
	right: 15px;
	opacity: 0;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.thumb-info.thumb-info-block .thumb-info-wrapper:before {
	content: "";
	background: rgba(255, 255, 255, 0.9);
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	border-radius: 0;
	bottom: 16px;
	bottom: 1rem;
	color: #FFF;
	left: 16px;
	left: 1rem;
	position: absolute;
	right: 16px;
	right: 1rem;
	top: 16px;
	top: 1rem;
	display: block;
	opacity: 0;
	z-index: 2;
}

.thumb-info.thumb-info-block:hover .thumb-info-wrapper:before {
	opacity: 1;
}

.thumb-info.thumb-info-block:hover .thumb-info-action-icon {
	opacity: 1;
}

.thumb-info.thumb-info-block.thumb-info-block-dark .thumb-info-wrapper:before {
	background: rgba(33, 37, 41, 0.9);
}

.thumb-info.thumb-info-hide-info-hover .thumb-info-wrapper:after {
	opacity: 0.65;
}

.thumb-info.thumb-info-hide-info-hover .thumb-info-title {
	opacity: 1;
	top: 50%;
}

.thumb-info.thumb-info-hide-info-hover .thumb-info-type {
	float: none;
}

.thumb-info.thumb-info-hide-info-hover:hover .thumb-info-wrapper:after {
	opacity: 0.1;
}

.thumb-info.thumb-info-hide-info-hover:hover .thumb-info-title {
	opacity: 0;
}

.thumb-info.thumb-info-slide-info-hover .thumb-info-wrapper:after {
	opacity: 0.65;
}

.thumb-info.thumb-info-slide-info-hover .thumb-info-wrapper-no-opacity:after {
	opacity: 1;
}

.thumb-info.thumb-info-slide-info-hover .thumb-info-title {
	opacity: 1;
	top: 0;
	height: 100%;
	top: 0;
	-webkit-transform: none !important;
	transform: none !important;
}

.thumb-info.thumb-info-slide-info-hover .thumb-info-type {
	float: none;
}

.thumb-info.thumb-info-slide-info-hover .thumb-info-slide-info-hover-1,
.thumb-info.thumb-info-slide-info-hover .thumb-info-slide-info-hover-2 {
	-webkit-transition: cubic-bezier(0.55, 0, 0.1, 1) top 500ms;
	transition: cubic-bezier(0.55, 0, 0.1, 1) top 500ms;
	position: absolute;
	left: 0;
	width: 100%;
	text-align: center;
	top: 50%;
	-webkit-transform: translate(0%, -50%);
	transform: translate(0%, -50%);
}

.thumb-info.thumb-info-slide-info-hover .thumb-info-slide-info-hover-2 {
	top: 150%;
}

.thumb-info.thumb-info-slide-info-hover:hover .thumb-info-slide-info-hover-1 {
	top: -50%;
}

.thumb-info.thumb-info-slide-info-hover:hover .thumb-info-slide-info-hover-2 {
	top: 50%;
}

.thumb-info.thumb-info-no-borders, .thumb-info.thumb-info-no-borders img {
	border: 0;
	padding: 0;
	margin: 0;
	border-radius: 0;
}

.thumb-info.thumb-info-no-borders .thumb-info-wrapper {
	border: 0;
	padding: 0;
	margin: 0;
	border-radius: 0;
}

.thumb-info.thumb-info-no-borders .thumb-info-wrapper:after {
	border-radius: 0;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
}

.thumb-info.thumb-info-no-borders.thumb-info-no-borders-rounded,
.thumb-info.thumb-info-no-borders.thumb-info-no-borders-rounded img,
.thumb-info.thumb-info-no-borders.thumb-info-no-borders-rounded .thumb-info-wrapper,
.thumb-info.thumb-info-no-borders.thumb-info-no-borders-rounded .thumb-info-wrapper:after {
	border-radius: 4px;
}

.thumb-info.thumb-info-preview .thumb-info-wrapper:after {
	display: none;
}

.thumb-info.thumb-info-preview .thumb-info-image {
	min-height: 232px;
	display: block;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 100% auto;
	position: relative;
	-webkit-transition: background-position 0.8s linear 0s;
	transition: background-position 0.8s linear 0s;
}

.thumb-info.thumb-info-preview:hover .thumb-info-image {
	-webkit-transition: background-position 2.5s linear 0s;
	transition: background-position 2.5s linear 0s;
	background-position: center bottom;
}

.thumb-info.thumb-info-preview.thumb-info-preview-short:hover .thumb-info-image {
	-webkit-transition: background-position 1s linear 0s;
	transition: background-position 1s linear 0s;
}

.thumb-info.thumb-info-preview.thumb-info-preview-long:hover .thumb-info-image {
	-webkit-transition: background-position 5s linear 0s;
	transition: background-position 5s linear 0s;
}

.thumb-info.thumb-info-no-overlay .thumb-info-wrapper:after {
	content: none;
}

.thumb-info.thumb-info-no-bg {
	background: transparent;
}

/* Thumb Info Ribbon */
.thumb-info-ribbon {
	background: #999;
	position: absolute;
	margin: -16px 0 0 0;
	padding: 5px 13px 6px;
	right: 15px;
	z-index: 1;
}

.thumb-info-ribbon:before {
	border-right: 10px solid #646464;
	border-top: 16px solid transparent;
	content: "";
	display: block;
	height: 0;
	left: -10px;
	position: absolute;
	top: 0;
	width: 7px;
}

.thumb-info-ribbon span {
	color: #FFF;
	font-size: 1.1em;
	font-family: "Shadows Into Light", cursive;
}

/* Thumb Info - Full Width */
.full-width .thumb-info img {
	border-radius: 0 !important;
}

/* Thumb Info Caption	*/
.thumb-info-caption {
	padding: 10px 0;
}

.thumb-info-caption .thumb-info-caption-text, .thumb-info-caption p {
	font-size: 0.9em;
	margin: 0;
	padding: 15px 0;
	display: block;
}

/* Thumb Info Side Image	*/
.thumb-info-side-image .thumb-info-side-image-wrapper {
	padding: 0;
	float: left;
	margin-right: 20px;
}

.thumb-info-side-image-right .thumb-info-side-image-wrapper {
	float: right;
	margin-left: 20px;
	margin-right: 0;
}

/* Thumb Info Social Icons */
.thumb-info-social-icons {
	margin: 0;
	padding: 0;
	display: block;
}

.thumb-info-social-icons a {
	background: #CCC;
	border-radius: 25px;
	display: inline-block;
	height: 30px;
	line-height: 30px;
	text-align: center;
	width: 30px;
}

.thumb-info-social-icons a:hover {
	text-decoration: none;
}

.thumb-info-social-icons a span {
	display: none;
}

.thumb-info-social-icons a i {
	color: #FFF;
	font-size: 0.9em;
	font-weight: normal;
}

/* Thumb Info Floating Caption */
.thumb-info-floating-caption-title {
	background: rgba(33, 37, 41, 0.8);
	color: #FFF;
	font-weight: 600;
	letter-spacing: -.05em;
	font-size: 17px;
	padding: 13px 21px;
}

.thumb-info-floating-caption-title .thumb-info-floating-caption-type {
	position: absolute;
	background-color: #CCC;
	border-radius: 2px;
	display: block;
	font-size: 0.6em;
	font-weight: 600;
	letter-spacing: 0;
	margin: 8px -2px -15px 0px;
	padding: 2px 12px;
	text-transform: uppercase;
	line-height: 2.3;
}

/* Responsive */
@media (max-width: 991px) {
	.thumb-info .thumb-info-title {
		font-size: 14px;
	}

	.thumb-info .thumb-info-more {
		font-size: 11px;
	}
}




.osmap-items ul {
 margin:0 0 9px 10px
}
.osmap-items ul li {
 white-space:pre-line;
 padding: 0px 5px 1px 20px;
 background: url(/images/bbullit.png) no-repeat top left;
}
.osmap-items ul.level_0.columns_2 {
 -moz-column-count:2;
 -webkit-column-count:2;
 column-count:2
}
.osmap-items ul.level_0.columns_3 {
 -moz-column-count:3;
 -webkit-column-count:3;
 column-count:3
}
.osmap-items ul.level_0.columns_4 {
 -moz-column-count:4;
 -webkit-column-count:4;
 column-count:4
}
@media(max-width:850px) {
 .osmap-items ul.level_0.columns_4 {
  -moz-column-count:3;
  -webkit-column-count:3;
  column-count:3
 }
}
@media(max-width:600px) {
 .osmap-items ul.level_0.columns_3,
 .osmap-items ul.level_0.columns_4 {
  -moz-column-count:2;
  -webkit-column-count:2;
  column-count:2
 }
}
@media(max-width:320px) {
 .osmap-items ul.level_0.columns_2,
 .osmap-items ul.level_0.columns_3,
 .osmap-items ul.level_0.columns_4 {
  -moz-column-count:1;
  -webkit-column-count:1;
  column-count:1
 }
}


[class^="icon-"],
[class*=" icon-"] {
  display: inline;
  width: auto!important;
  height: auto!important;
  line-height: normal;
  vertical-align: baseline;
  background-image: none;
  background-position: 0% 0%;
  background-repeat: repeat;
  margin-top: 0;
}
[class^="icon-line-"], [class*=" icon-line-"] { font-family: 'lined-icons'; }

#header .container-fluid, #content .container {
    padding-left: 0;
    padding-right: 0;
}

.side-header.open-header #header-trigger {
    font-size: 20px;
    padding-top: 5px;
}


.flex-prev i { margin-left: 9px; }

.flex-next i { margin-left: 11px; }

.px-12 {
    padding: 0 12px 24px;
}

.px-12b {
    padding: 0 12px 24px;
}

.px-12-0 {
    padding: 0 12px 24px;
    background: transparent;
}

.px-12-99 .entry {
    background: transparent;
}

.entry {
    background-color: #f0eade;
    padding: 0;
    vertical-align: top;
    border-bottom: 0;
    border-radius: 0px;
}

.entry:hover {
	box-shadow: none;
	-webkit-transform: none;
		-ms-transform: none;
			-o-transform: none;
				transform: none;
}

.entry-image, .entry-image > a, .entry-image .slide a, .entry-image img {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
}

.entry-image img {
    border-radius: 0;}

.entry-category {
    color: #a6a6b7;
    font-size: 13px;
    line-height: 15px;
    font-family: 'Ubuntu';
    font-weight: 700;
    letter-spacing: normal;
    margin: 30px 0 .5em 0;
    padding: 0 15px;
}

.entry-title h3 {
    font-size: 18px;
    margin-bottom: 12px;
    font-family: 'Ubuntu';
    line-height: 29px;
    font-weight: 400;
    margin: 0;
    text-transform: none;
    letter-spacing: normal;
}

.entry-content {
    margin-top: 15px;
}

.entry-content p {
    font-family: 'Ubuntu';
    color: #0d1317;
    height: 100%;
    text-align: left;
    font-size: 15px;
    font-weight: 300;
    line-height: 22.5px;
	display: block;
}

.upper-text {
    text-transform: uppercase;
}


.blue-text {
    color: #2438f6;
}
  h1.blue-text,
  .h1.blue-text {
    color: #FFF !important;
  }



.xvisi {
	display: block;
}

.xhidi {
	display: none;
}
#primary-menu > ul.xvisi, #primary-menu > div > ul.xvisi {
	display: block;
}


#primary-menu > ul.xhidi, #primary-menu > div > ul.xhidi {
    display: none;
}

#primary-menu ul {
    list-style: none;
    margin: 0;
}

#primary-menu ul li > a {
    display: block;
    line-height: 22px;
    padding: 39px 15px;
    font-weight: bold;
    font-size: 13px;
    letter-spacing: 1px;
    text-transform: uppercase;
}
#footer .footer-widgets-wrap {
	padding: 20px 0 0 0;
}

.side-header .container, .hhome .container {
		padding-left: 14px;
		padding-right: 14px;
	}
.text-section-holder {
    max-width: 782px;
    margin: 0 auto;
}
.fright {
    float: right !important;
}
.actueelheading {
    padding-left: 50px;
    color: #FFF;

}

.small-logo img {
    width: 200px;
    height: auto;
}
.overlay-menu .primary-menu {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    padding: 0 !important;
    margin: 0 !important;
    border: 0 !important;
    width: 100%;
    height: 100%;
    height: calc(100vh);
    background-color: #bc6e59;
}

#primary-menu .container {
    overflow: auto; 
    height: 100%;
}









.overlay-menu:not(.top-search-open) #primary-menu-trigger-mobile,
.overlay-menu:not(.top-search-open) #primary-menu-trigger {
    display: -ms-flexbox;
    display: flex;
    opacity: 1;
    pointer-events: auto;
    line-height: 30px;
    font-size: 1rem;
    width: 32px;
    height: 32px;
    line-height: 32px;
    background-color: #FFF;
    text-align: center;
    border-radius: 2px;


}

.overlay-menu #primary-menu-trigger-mobile,
.overlay-menu #primary-menu-trigger {
    z-index: 599;
}

#page-menu-trigger, #primary-menu-trigger, #primary-menu-trigger-mobile {
    display: none;
    opacity: 0;
    pointer-events: none;
    z-index: 0;
}
#page-menu-trigger, #primary-menu-trigger, #primary-menu-trigger-mobile {
    display: -ms-flex;
    display: flex;
    opacity: 1;
    pointer-events: auto;
    z-index: 1;
    cursor: pointer;
    font-size: .875rem;
    width: 50px;
    height: 50px;
    line-height: 50px;
    justify-content: center;
    align-items: center;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
}

@media (min-width: 992px) {

    .stretched .full-header #header-wrap > .container {
        width: 1025px;
        max-width: none;
        padding: 0 10px;
    }

    .view-desktop {
      display: block !important;
    }
    .view-mobile {
      display: none !important;
    }
}

@media (max-width: 992px) {

    .view-desktop {
      display: none !important;
    }

    .view-mobile {
      display: block !important;
    }

    #slider {
        margin-bottom: 30px;
    }
}



#header-trigger {
}


@media (min-width: 992px) {

	#header { border-bottom: 0; }

	#slider {
		position: fixed;
		top: 0;
		right: auto;
		left: 0;
		width: 50% !important;
		height: 100%;
		background-repeat: no-repeat;
		background-attachment: fixed;
		background-position: center right;
		background-size: cover;
	}

	#header .container-fluid,
	#content .container {
		padding-left: 40px;
		padding-right: 80px;
	}

	#header-wrap #primary-menu-trigger {
		right: 40px;
		opacity: 1;
	}

	.sticky-header #header-wrap #primary-menu-trigger {
		opacity: 0;
		-webkit-transition: transform .2s ease, opacity .2s ease;
			-o-transition: transform .2s ease, opacity .2s ease;
				transition: transform .2s ease, opacity .2s ease;
		-webkit-transform: translateY(-25px);
			-ms-transform: translateY(-25px);
				-o-transform: translateY(-25px);
					transform: translateY(-25px);
		backface-visibility: hidden;
		z-index: -2;
	}

#top-bar + #header:not(.sticky-header) #header-wrap, #slider + #header:not(.sticky-header) #header-wrap, .floating-header:not(.sticky-header) #header-wrap, div + #header-wrap, .no-sticky #header-wrap, [data-sticky-offset]:not([data-sticky-offset="full"]):not(.sticky-header) #header-wrap, body:not(.stretched) #header:not(.sticky-header) #header-wrap {
    position: absolute;
}


}


.hhome #header {
}

.hhome #header-trigger { 
    display: block;
    position: fixed;
    cursor: pointer;
    top: 20px;
    right: 20px;
    z-index: 11;
    font-size: 1rem;
    width: 32px;
    height: 32px;
    line-height: 32px;
    background-color: #FFF;
    text-align: center;
    border-radius: 2px;
}

.noscroll { 
  height: 100%;
  overflow: hidden;
}

.myhidden {
    display: none !important;
}

#page-menu-logo {
  position: absolute;
  top: 20px;
  left: 40px;
}


ul#page-menu  li > a {
    display: block;
    font-weight: bold;
    font-size: 36px;
    line-height: 48px;
    letter-spacing: 180%;
    text-transform: uppercase;
    margin: 0;
    padding: 10px 0;
    color: #f0eade;
}

ul#page-menu  li.kurrent > a,
ul#page-menu  li > a:hover {
    color: #ff9999 !important;
    text-decoration: underline !important;
}

.overlay-menu .menu-container {
    max-width: 800px;
}


#primary-menu ul li > a:hover {
    color: #f8df51 !important;
}

.ccenter {
	-ms-flex-align: center;
	align-items: center;
	justify-content: center;
}

::-webkit-input-placeholder {
   text-align: center;
   color: #f8df51;
}

:-moz-placeholder { /* Firefox 18- */
   text-align: center;  
   color: #f8df51;
}

::-moz-placeholder {  /* Firefox 19+ */
   text-align: center;  
   color: #f8df51;
}

:-ms-input-placeholder {  
   text-align: center; 
   color: #f8df51;
}

::placeholder {
    color: #f8df51;
}



input#mod_search_searchword-102 {
background-color: #bc6e59; 
text-align: center;
color:  #f0eade;
border-color: #DAAFA5;
padding: 8px;
font-size: 24px;
}


input#mod_search_searchword-102:focus {
    outline: none !important;
    border:1px solid #fff;
    box-shadow: none;
}

.mod_flexiadvsearch input::-moz-placeholder {
    color: #eeeeee;
	opacity: 1;
	text-transform: uppercase;
}
.mod_flexiadvsearch input:-ms-input-placeholder {
    color: #eeeeee;
	text-transform: uppercase;
}
.mod_flexiadvsearch input::-webkit-input-placeholder {
    color: #eeeeee;
	text-transform: uppercase;
}



::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: pink;
}
::-moz-placeholder { /* Firefox 19+ */
  color: pink;
}
:-ms-input-placeholder { /* IE 10+ */
  color: pink;
}
:-moz-placeholder { /* Firefox 18- */
  color: pink;
}

.fc_search_result_title a {
 color: white;
}

h1.blue-text,
.h1.blue-text {
color: #FFF !important;
}



.search input::-moz-placeholder {
    color: #666;
	opacity: 1;
	text-transform: uppercase;
    text-align: left;
}
.search input:-ms-input-placeholder {
    color: #666;
	text-transform: uppercase;
    text-align: left;
}
.search input::-webkit-input-placeholder {
    color: #666;
	text-transform: uppercase;
    text-align: left;
}

input#mod_search_searchword-114 {
    text-align: left;
}

.pagination {
  display: inline-block;
}

.pagination a {
  color: black;
  float: left;
  padding: 8px 16px;
  text-decoration: none;
}


#content #morelink ul {
    color: #94B9DD;
    padding-left: 15px;
}

#content #morelink  ul li a {
    color: white;
}
.whitecontainer .two-text-cols {
    padding-top: 30px;
    padding-bottom: 30px;
}

.whitecontainer .two-text-cols p {
    color: #003 !important;
}

.lp-intro-text, .lp-intro-text p 
{
    font-size: 26px;
    line-height: 1.4;
    text-align: left;
    color: #003;
    font-family: "Nunito", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-weight: 300;
}

.story-box .story-box-info , .story-box .story-box-info p 
{
    font-size: 22px;
    line-height: 1.4;
    text-align: left;
    color: #003;
    font-weight: 300;
}

.story-box .story-box-info h3 
{
    font-size: 26px;
    line-height: 1.4;
    text-align: left;
    color: #003;
    font-weight: 600;
}

.lp-intro-title {
    text-align: center;
}


.lp-intro-title h2 {
    font-size: 48px;
    line-height: 56px;
}



.lp-text, .lp-intro-text 
{
    padding-top: 30px;
}

.lp-text, .lp-text p 
{
    font-size: 18px;
    line-height: 27px;
    text-align: left;
    color: #003;
    font-weight: 300;
}



#fc_filter_form_blocker {
    display: none;
}

#checkout-options {
    display: none;
}


.my-header-misc {
    position: absolute;
    right: 11px;
    top: 90px;
}

legend {
    border-bottom: none;
}


table.complete-table td {padding: 2px 5px 2px 2px;}

table.list {
    border: none;
}


#isotope a {
    color: #333;
}

#isotope .entry-title, #isotope .entry-meta, #isotope .entry-content {
    padding: 0 15px;
}


#isotope .entry-title h2, #isotope .entry-title h2 a {
    color: #333;
    font-size: 22px;
    text-transform: none;
    line-height: 28px;
}

#isotope .entry-content a {
    color: #2438f6;
    text-decoration: none;
    -webkit-transition: opacity .3s linear, color .3s linear, background .3s linear;
    transition: opacity .3s linear, color .3s linear, background .3s linear;
    font-family: 'Ubuntu';
    height: 100%;
    text-align: left;
    font-size: 18px;
    font-weight: 400;
    line-height: 22.5px;

}

#isotope p {
    font-family: "Ubuntu";
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 27px;
    margin-bottom: 26px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    text-align: left;
}

#isotope ul, #isotope ul {
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    color: #0d1317;
}



#lijst .default-text p {
    color: white !important;
}

#lijst .info-bar {
    border-bottom: 1px solid #CCC;
}

#lijst .text-section-holder h1 {
  color: #FFF;
}

#lijst .text-section .big-text {
  color: #FFF;
}

#lijst #content a, #lijst .sectie a {
    color: #2438f6;
}


#lijst ul.social li a {
    color: #FFF !important;
}
    

#lijst .text-section-holder {
    max-width: 886px;
}

#lijst .text-section {
    max-width: 886px;
}    

#lijst .content-wrap {
    padding: 20px 0 0 0;
}


#lijst .entry-content h3 {
    color: #444;
    font-weight: 500;
}

#lijst p.ldatum {
    font-family: "Ubuntu";
    color: #888;
    font-size: 15px;
    font-style: normal;
    font-weight: 300;
    line-height: 27px;
    margin-bottom: 26px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 12px;
    text-align: left;
}

#isotope ul, #isotope ul {
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    color: #0d1317;
}

#isotope ul li::before {
    width: 8px;
    height: 8px;
    top: 6px;
}

#isotope .entry-content  a.lijst_link {
  display: table;
  background: url("/img/bullet.gif") 0 10px no-repeat !important;
  padding-left: 15px  !important; /* change this to fit your needs */
  margin-bottom: 10px;
}


