/* WebConcern */
@import url("https://fonts.googleapis.com/css?family=Lato:100,300,400,700,900|Merriweather:300,400,700,900&display=swap");

body {
  margin-top: 0;
  font-family: "Lato", serif;
  font-size: 16px;
}

h1 {
  font-family: "Merriweather", sans-serif;
  font-size: 3em;
}

h2,
h3,
h4,
h5,
h6 {
  font-family: "Lato", sans-serif;
}

@media (max-width: 767px) {
  h1 {
    font-size: 2em;
  }

  h3.easyread {
    line-height: 44px;
    font-size: 16px;
  }
}

a {
  color: #ff4337;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
aside a,
ul li a,
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
aside a:hover,
ul li a:hover,
ol.breadcrumb li a,
.list-news ul li a,
.list-news ul li a:hover,
.article-view nav ul li a,
.article-view nav ul li a:hover {
  color: #373737;
}

aside ul li a,
aside ul li a:hover {
  color: #373737 !important;
}

.display-hidden {
  display: none;
}

.divide-nav {
  height: 50px;
  background-color: #428bca;
}

.divide-text {
  color: #fff;
  line-height: 20px;
  font-size: 20px;
  padding: 15px 0;
}

.affix {
  top: 0;
  width: 100%;
}

.filler {
  min-height: 2000px;
}

.navbar-form {
  padding-left: 0;
}

.navbar-collapse {
  padding-left: 0;
}

.navbar {
  margin-bottom: 0;
  z-index: 1000;
  background-color: transparent;
  border: 0;
  border-radius: 0;
}

.margin-bottom-0 {
  margin-bottom: 0 !important;
}

.margin-bottom-0 {
  margin-bottom: 0 !important;
}

.margin-bottom-10 {
  margin-bottom: 10px !important;
}

.margin-bottom-20 {
  margin-bottom: 20px !important;
}

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

.margin-bottom-50 {
  margin-bottom: 50px !important;
}

.margin-top-0 {
  margin-top: 0 !important;
}

.margin-top-5 {
  margin-top: 5px !important;
}

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

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

.margin-top-30 {
  margin-top: 20px !important;
}

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

.margin-top-50 {
  margin-top: 50px !important;
}

.padding-bottom-10 {
  padding-bottom: 10px !important;
}

.padding-bottom-20 {
  padding-bottom: 20px !important;
}

.padding-bottom-40 {
  padding-bottom: 40px !important;
}

.padding-bottom-50 {
  padding-bottom: 50px !important;
}

.padding-top-10 {
  padding-top: 10px !important;
}

.padding-top-20 {
  padding-top: 20px !important;
}

.padding-top-40 {
  padding-top: 40px !important;
}

.padding-top-50 {
  padding-top: 50px !important;
}

.margin-top-n70 {
  margin-top: -70px !important;
}

img.full-width {
  width: 100%;
}

/* BUTTONS */

.btn {
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-size: 1.4rem;
  height: 34px;
  line-height: 1.8rem;
  margin-bottom: 0.8rem;
  outline: none;
  /* padding: 1.4rem 2rem; */
  text-align: center;
  text-decoration: none;
  transition: background 0.1s linear;
  background-clip: padding-box;
  border-radius: 3px;
  cursor: pointer;
  display: inline-block;
}

.btn#coworker_email_div {
  margin-bottom: 0;
}

.btn-primary {
  background: #ff4337;
  border: 1px solid #d5382e;
  border-radius: 3px;
  box-shadow: inset 0 -2px 0 0 #d5382e;
  color: #fff;
}

a.btn-primary:focus,
button.btn-primary:focus,
input[type="submit"].btn-primary:focus,
a.btn-primary:hover,
button.btn-primary:hover,
button.btn-primary[disabled]:hover,
input[type="submit"].btn-primary:hover,
a.btn-primary:active,
button.btn-primary:active,
input[type="submit"].btn-primary:active,
.btn-primary:hover:active,
.btn-primary:active:focus {
  background: #d5382e;
  border-color: #d5382e;
  color: #fff !important;
  text-decoration: none;
}

.btn-default {
  background-clip: padding-box;
  border-radius: 3px;
  box-shadow: inset 0 -2px 0 0 #eee;
  color: #777;
  cursor: pointer;
  display: inline-block;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 1.4rem;
  height: 34px;
  line-height: 1.8rem;

  outline: none;
  /* padding: 1.4rem 2rem; */
  text-align: center;
  text-decoration: none;
  transition: background 0.1s linear;
}

a.btn-grey:focus,
button.btn-grey:focus,
input[type="submit"].btn-grey:focus,
a.btn-grey:hover,
button.btn-grey:hover,
input[type="submit"].btn-grey:hover,
a.btn-grey:active,
button.btn-grey:active,
input[type="submit"].btn-grey:active {
  background: #9b9b9b;
  border-color: #9b9b9b;
  color: #fff !important;
  text-decoration: none;
}

a.btn-grey {
  color: #fff !important;
}

.btn-grey {
  background: #a7a7a7;
  background-clip: padding-box;
  border: 1px solid #9b9b9b;
  border-radius: 3px;
  box-shadow: inset 0 -2px 0 0 #9b9b9b;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 1.4rem;
  height: 34px;
  line-height: 1.8rem;
  margin-bottom: 0.8rem;
  outline: none;
  /* padding: 1.4rem 2rem; */
  text-align: center;
  text-decoration: none;
  transition: background 0.1s linear;
}

/* FORMS */

.form-control {
  border-radius: 0;
}

.form-control:focus {
  border-color: #ff4337;
  outline: 0;
  box-shadow: none;
}

/* Header */

.navbar-default {
  background-color: transparent;
  border: 0;
  font-family: "Lato", sans-serif;
  letter-spacing: 0.5px;
  font-weight: bold;
}

.navbar-toggle {
  border: 0;
  margin-top: 14px;
  margin-bottom: 14px;
}

.navbar-brand {
  height: 60px;
}

.navbar-brand img {
  height: 35px;
}

.navbar-nav > li > a {
  line-height: 30px;
}

.navbar-nav > li.active > a {
  font-weight: bold;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
  color: #373737;
  background-color: transparent;
}

.navbar-default .navbar-nav > li > a {
  color: #373737;
  text-transform: lowercase;
}

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

.navbar-lower .navbar-nav > li > a {
  color: #737373;
  padding-left: 10px !important;
  padding-right: 10px !important;
  text-transform: lowercase;
  border-radius: 2px;
  letter-spacing: 0.4px;
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-size: 14px;
}

.navbar-lower ul li a.signup {
  color: #ff4337 !important;
}

.navbar-lower ul li a.signup:hover {
  background: #ff4337 !important;
  color: #fff !important;
  border-color: #fff !important;
}

.navbar-collapse {
  position: relative;
}

.navbar-collapse form[role="search"] {
  bottom: 0;
  right: 0;
  width: 100%;
  padding: 0;
  margin: 0;
  z-index: 0;
}

.navbar-collapse form[role="search"] .input-group-btn button:focus,
.navbar-collapse form[role="search"] .input-group-btn button:hover {
  background: #fff;
  outline: none;
}

.navbar-collapse form[role="search"] button,
.navbar-collapse form[role="search"] input {
  border-width: 0;
  box-shadow: none;
  outline: none;
  border-radius: 2px;
  padding: 0 5px;
  margin: 8px 0;
}

.navbar-collapse form[role="search"] input {
  padding: 16px 12px;
  color: #373737;
  box-shadow: none;
}

.navbar-collapse form[role="search"] button[type="reset"] {
  display: none;
}

@media (min-width: 768px) {
  .navbar-collapse {
    padding-top: 0 !important;
    padding-right: 40px !important;
  }

  .navbar-collapse form[role="search"] {
    width: 21px;
    position: absolute;
  }

  .navbar-collapse form[role="search"] button,
  .navbar-collapse form[role="search"] input {
    padding: 0 5px;
  }

  .navbar-collapse form[role="search"] input {
    font-size: 18pt;
    opacity: 0;
    display: none;
  }

  .navbar-collapse form[role="search"] .input-group,
  .navbar-collapse form[role="search"].active {
    width: 100%;
  }

  .navbar-collapse form[role="search"] .input-group .input-group-btn {
    width: 1%;
  }

  .navbar-collapse form[role="search"].active button,
  .navbar-collapse form[role="search"].active input {
    display: table-cell;
    opacity: 1;
  }

  .navbar-collapse form[role="search"].active input {
    width: 100%;
  }
}

/* menu fix */
@media (max-width: 767px) {
  .affix {
    position: static;
  }

  .navbar {
    min-height: 0;
  }

  .sitepicker {
    margin: 5px -15px;
  }

  .sitepicker > li {
    display: inline-block;
  }

  .sitepicker > li > a {
    margin-left: 15px !important;
    padding: 0 8px;
    border-radius: 2px;
  }

  .navbar-nav > li > a,
  .navbar-nav .open .dropdown-menu {
    margin-left: 35px;
  }

  .navbar-collapse form[role="search"] .input-group {
    margin-left: 10px;
    margin-right: 10px;
  }
}

/*
.navbar-lower .navbar-nav > li > a {
	padding-left: 0;
} */

@media (min-width: 768px) {
  .navbar-lower .navbar-nav > li > a {
    padding: 0;
    margin: 10px 0;
  }

  .navbar-lower .navbar-nav > .active > a,
  .navbar-lower .navbar-nav > .active > a:focus,
  .navbar-lower .navbar-nav > .active > a:hover {
    background: transparent;
    font-weight: 900;
  }

  .navbar-lower .navbar-nav > li:not(:first-child) {
    margin-left: 20px;
  }
}

.triangle-up {
  position: absolute;
  width: 0;
  height: 0;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  bottom: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 7px solid #fff;
}

.navbar-nav > li > .dropdown-menu {
  padding: 15px;
  border: 0;
  margin: 4px 0 0 0;
  min-width: 225px;
  font-family: "Lato", sans-serif;
}

.navbar-nav > li > .dropdown-menu-lg {
  width: 400px;
}

@media (min-width: 992px) {
  .navbar-nav > li > .dropdown-menu-lg {
    width: 800px;
  }
}

.dropdown-menu-login .form-group label,
.dropdown-menu-login .checkbox label,
.dropdown-menu-login p {
  font-family: "Lato", sans-serif;
}

.dropdown-menu-login .form-group label {
  font-weight: 700;
}

/* Articles */

.articles article div img {
  width: 100%;
}

.articles hr {
  margin-top: 10px;
  margin-bottom: 10px;
}

@media screen and (min-width: 992px) {
  .articles hr {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

article h2 {
  font-size: 1.5em;
  font-weight: bold;
}

article h1,
article h2 {
  padding-top: 0;
  margin-top: 0;
}

article h1 {
  margin-top: 4px;
  font-weight: bold;
}

article.article-view img {
  display: block;
  height: auto !important;
}

article.article-view h1 {
  margin: 15px 0;
}

article nav ul {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  color: #3f3f3f;
  border-left: 1px solid #3f3f3f;
  list-style-type: none;
  padding: 5px 10px;
  margin: 0;
}

article nav ul a.tag i,
article nav ul span.tag i {
  margin-right: 3px;
}

article nav ul li a {
  color: #3f3f3f !important;
}

article nav ul a.tag,
article nav ul span.tag,
article nav ul a.member {
  font-weight: 700;
  font-family: "Lato", sans-serif;
  font-size: 0.8em;
  border: 1px solid #3f3f3f;
  background: transparent;
  padding: 0 4px 0 4px;
  text-decoration: none !important;
  margin-bottom: 2px;
  display: inline-block;
}

article nav ul a.member {
  background-color: transparent !important;
  color: #d5382e !important;
  border: 1px solid #d5382e;
}

article nav ul a:hover {
  color: #373737;
}

article span.header {
  position: absolute;
  display: block;
  background-color: #3a61a4;
  border-radius: 2px;
  margin: 10px;
}

article span.header a img,
a article span.header img {
  padding: 7px;
  max-width: 110px;
}

article.headline {
  width: 100%;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

article.headline .fa-play-circle {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  margin-top: 25%;
  color: #fff;
}

article.headline a:hover .fa-play-circle {
  color: #ff4337;
}

article.headline-lg {
  height: 450px !important;
}

article.headline nav ul a:hover {
  color: #fff;
}

article.headline > div {
  padding: 10px;
  width: 100%;
}

article.headline-lg > div {
  padding-top: 50px;
  position: absolute;
  bottom: 0;
  background: -webkit-linear-gradient(to top, rgba(55, 55, 55, 1), rgba(55, 55, 55, 0)); /*Safari 5.1-6*/
  background: -o-linear-gradient(to top, rgba(55, 55, 55, 1), rgba(55, 55, 55, 0)); /*Opera 11.1-12*/
  background: -moz-linear-gradient(to top, rgba(55, 55, 55, 1), rgba(55, 55, 55, 0)); /*Fx 3.6-15*/
  background: linear-gradient(to top, rgba(55, 55, 55, 1), rgba(55, 55, 55, 0)); /*Standard*/
}

article.headline-sm > div {
  background: -webkit-linear-gradient(to top, rgba(55, 55, 55, 1), rgba(55, 55, 55, 0.5)); /*Safari 5.1-6*/
  background: -o-linear-gradient(to top, rgba(55, 55, 55, 1), rgba(55, 55, 55, 0.5)); /*Opera 11.1-12*/
  background: -moz-linear-gradient(to top, rgba(55, 55, 55, 1), rgba(55, 55, 55, 0.5)); /*Fx 3.6-15*/
  background: linear-gradient(to top, rgba(55, 55, 55, 1), rgba(55, 55, 55, 0.5)); /*Standard*/
}

article.headline-sm > div {
  min-height: 150px;
}

article.headline span.uitgelicht,
.web-alert .uitgelicht,
article span.uitgelicht {
  background-color: #ff4337;
  border-radius: 2px;
  padding: 3px 8px;
  color: #fff;
  font-family: "Lato", sans-serif;
  text-transform: lowercase;
  font-size: 14px;
  font-weight: bold;
  position: relative;
  display: inline-block;
}

article.headline span.uitgelicht a {
  color: #fff;
}

article.lairotrevda span.uitgelicht {
  background-color: #9b9b9b;
  border-radius: 2px;
  padding: 3px 8px;
  color: #fff;
  font-family: "Lato", sans-serif;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: bold;
}

article.lairotrevda h2 {
  margin-top: 5px;
}

@media screen and (min-width: 992px) {
  article.headline-lg > div > header,
  article.headline-lg > div > nav {
    width: 75%;
  }
}

article.headline h1,
article.headline h2 {
  font-weight: bold;
  margin-top: 5px;
}

a article.headline h1,
article.headline p,
a article.headline h2 {
  color: #fff;
}

article.headline p {
  -webkit-line-clamp: 6;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

article.article-view nav ul {
  margin-bottom: 10px;
}

article.article-view nav ul li {
  margin-bottom: 5px;
}

article .article-image-tags {
  position: absolute;
  bottom: 10px;
  margin-left: 10px;
}

.alert-warning {
  background-color: #fff;
  border-radius: 3px;
  color: #000;
  border: 1px solid #ff4337;
  margin-bottom: 0;
}

.alert-warning .uitgelicht {
  font-size: 12.6px;
  top: -10px;
  padding: 3px;
}

.alert p {
  font-family: "Lato", sans-serif;
}

.btn-loginwarning {
  width: 100%;
  margin-top: -3px;
}

/* Asides & sections */

aside {
  color: #373737;
}

aside ul li,
aside p,
aside p {
  font-family: "Lato", sans-serif;
}

aside > h3,
section > h3,
#my-subscriptions h3 {
  border-top: 2px solid #ff4337;
  color: #ff4337;
  font-family: "Lato", sans-serif;
  font-size: 18px;
  font-weight: 700;
  margin-top: 0;
  padding-top: 5px;
}

aside.large-icons .fa {
  font-size: 1.5em;
  margin-right: 25px;
  margin-left: 5px;
  vertical-align: -2px;
  width: 15px;
}

aside.case,
aside.mymagazine,
aside.subscribebox {
  padding: 10px;
  background-color: #f6f6f6;
}

aside.mymagazine ul {
  list-style-type: none;
  padding-left: 0;
}

aside.mymagazine ul li p {
  margin: 0;
  display: inline-block;
}

aside.mymagazine ul li p.tagwoord:first-letter {
  text-transform: uppercase;
}

aside.mymagazine ul li {
  padding: 8px 0;
  border-bottom: 1px solid #fff;
  cursor: pointer;
}

aside.case ul,
.subscription ul,
aside.vacancies ul,
.list-news ul,
.magazine ul,
.usps ul,
aside.popular ul {
  list-style-type: square;
  padding-left: 20px;
}

aside.case ul li,
.subscription ul li,
aside.vacancies ul li,
.list-news li,
.magazine ul li,
aside.whitepapers ul li,
.usps ul li,
aside.popular ul li {
  margin-bottom: 5px;
}

.magazines .magazine > div > img,
aside.magazine > div > img {
  width: 100%;
}

.calendar ul li {
  border-bottom: 1px solid #cfcfcf;
  padding-bottom: 4px;
  padding-top: 4px;
  overflow: auto;
}

.calendar ul li .date {
  min-width: 50px;
  display: inline-block;
  float: left;
  margin-right: 5px;
  position: relative;
  text-align: center;
  border: 1px solid #cfcfcf;
  padding: 0 10px 2px 10px;
  border-radius: 3px;
  line-height: 100%;
  border-top: 5px solid #cfcfcf;
  background-color: #fff;
}

.calendar ul li .date .day {
  font-family: "Lato", sans-serif;
  font-size: 1.5em;
  line-height: 100%;
  font-weight: bold;
  color: #373737;
}

.calendar ul li .date .month {
  font-family: "Lato", sans-serif;
  font-size: 1em;
  line-height: 80%;
  color: #ff4337;
}

.calendar .img-countdown {
  position: relative;
  min-height: 60px;
  background-color: #3a61a4;
}

.calendar .img-countdown div {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  min-height: 60px;
  background: -webkit-linear-gradient(to top, rgba(55, 55, 55, 1), rgba(55, 55, 55, 0));
  background: -o-linear-gradient(to top, rgba(55, 55, 55, 1), rgba(55, 55, 55, 0));
  background: -moz-linear-gradient(to top, rgba(55, 55, 55, 1), rgba(55, 55, 55, 0));
  background: linear-gradient(to top, rgba(55, 55, 55, 1), rgba(55, 55, 55, 0));
  display: table;
}

.calendar .img-countdown div span.timer {
  color: #fff;
  margin-left: 4px;
  display: table-cell;
  vertical-align: bottom;
}

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

/* span with a single countdown element eg 1 week*/
.calendar .countdown_section {
  display: inline-block;
  font-size: 10px;
  margin-right: 8px;
}

.calendar .countdown_section:last-child {
  margin-right: 0;
}

/* span with amount of countdown*/
.calendar .countdown_section .countdown_amount {
  font-size: 16px;
}

.video > a i {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  text-align: center;
  padding-top: 20%;
  color: #fff;
}

.video a:hover i,
.video > a:hover i {
  color: #ff4337;
}

.video a > img {
  width: 100%;
}

/* BREADCRUMBS */

ol.breadcrumb {
  background-color: #f6f6f6;
  border-radius: 3px;
  padding: 5px 15px;
  margin-bottom: 0;
}

ol.breadcrumb li a,
ol.breadcrumb > .active {
  font-family: "Lato", sans-serif;
  font-size: 0.8em;
}

ol.breadcrumb li a {
  font-weight: 700;
}

ol.breadcrumb > .active {
  font-weight: 300;
}

.breadcrumb > li {
  display: inline;
}

/* ADS */

.squarebuttons {
  border-top: 2px solid #373737;
}

.squarebuttons > div > div {
  margin-top: 20px;
}

.squarebuttons img.img-a-b,
.rectangle img.img-a-b {
  width: 100%;
}

ins {
  display: block;
  text-decoration: none !important;
}

.fullbanner ins a img.img-a-b {
  margin: 0 auto;
  border-top: 1px solid #3f3f3f;
  margin-top: 20px;
  padding-top: 20px;
  width: 100%;
}

.rectangle {
  margin: 10px 0;
  border-top: 2px solid #ff4337;
  padding-top: 20px;
}

@media (max-width: 991.98px) {
  .rectangle .img-a-b {
    max-width: 282px;
    margin: auto;
  }

  .squarebuttons .img-a-b {
    max-width: 130px;
    margin: auto;
  }
}

/* SHOP */

.shop > div > div > div {
  background-color: #f6f6f6;
  padding: 10px;
}

.shop > div > div > img {
  width: 100%;
}

.shop h3 {
  margin-top: 0;
  color: #373737;
  font-family: "Lato", sans-serif;
  font-size: 20px;
  padding-top: 5px;
}

.shop p {
  margin-top: 5px;
}

/* SUBSCRIBE */
.subscribebox section {
  padding: 20px;
  color: #000;
  background-color: #fff;
}

.subscribebox .section h3 {
  display: inline;
  border: 0;
}

.subscribebox a {
  text-decoration: none;
}

.bestchoice > div {
  background-color: #ff4337;
  text-align: center;
  height: 30px;
  border-radius: 3px;
  margin-bottom: -2px;
}

.bestchoice > div > p {
  color: #fff;
  margin: 0;
  font-weight: bold;
  line-height: 30px;
}

.bestchoice a section {
  padding-top: 22px;
}

.subscribebox section:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.bestchoice a section {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

/* MAGAZINES */

.magazine iframe {
  width: 100%;
  border: 0;
  height: 650px;
}

/* EVENTS */
a .event p,
a .event h4 {
  color: #373737;
  margin: 0;
}

.event .event-meta-data .date {
  margin: 0 10px 0 0;
}

.event .event-meta-data {
  margin: 10px 0;
  overflow: hidden;
}

.event {
  margin-bottom: 20px;
}

.event hr {
  border-top: 3px solid #eee;
}

.event h3 {
  border-top: 1px solid #eee;
  padding-top: 10px;
}

.event .date {
  min-width: 52px;
  margin-top: 20px;
  margin-bottom: 10px;
  display: inline-block;
  float: left;
  margin-right: 10px;
  position: relative;
  text-align: center;
  border: 1px solid #cfcfcf;
  padding: 0 12px 2px 12px;
  border-radius: 3px;
  line-height: 100%;
  border-top: 5px solid #cfcfcf;
}

.event .date .day {
  font-family: "Lato", sans-serif;
  font-size: 2em;
  line-height: 100%;
  font-weight: bold;
  color: #373737;
}

.event .date .month {
  font-family: "Lato", sans-serif;
  font-size: 1.5em;
  line-height: 80%;
  color: #ff4337;
}

.event-img-container {
  height: 200px;
  background-size: cover;
}

/* Subsites */

.subsites .subsite {
  border-radius: 4px;
  height: 400px;
  width: 100%;
  background-size: auto, cover;
  background-repeat: no-repeat, no-repeat;
  background-position: center, center;
  position: relative;
  color: #fff;
}

.subsites .subsite h4 {
  margin-left: 10px;
  padding-top: 10px;
  font-family: "Lato", sans-serif;
}

.subsites .subsite a {
  color: #fff;
}

.subsites .subsite .articles {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 0 10px;
}

.subsites .subsite .articles ul {
  list-style-type: none;
  padding: 0;
}

.subsites .subsite .articles ul li {
  padding: 5px 0;
  font-family: "Lato", sans-serif;
  font-weight: bold;
}

.subsites .subsite .articles ul li:not(:last-child) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
}

.subsites article span.header {
  position: relative;
  display: inline-block;
  background-color: #3a61a4;
  border-radius: 2px;
  margin: 0;
}

/* Footer */
.footer {
  border-top: 3px solid #ff4337;
  background-color: #373737;
  padding-top: 20px;
  padding-bottom: 40px;
  color: #fff;
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-size: 12px;
}

.footer h3,
.footer h4 {
  font-family: "Lato", sans-serif;
  font-weight: bold;
}

.footer h3 {
  font-size: 16px;
}

.footer h4 {
  margin-bottom: 0;
  font-size: 14px;
}

.footer a,
.footer a:hover {
  color: #fff;
  text-decoration: none;
}

.footer .socialicons ul li a.btn-social-icon {
  border: 1px solid #fff;
  background: transparent;
  margin-bottom: 5px;
  margin-right: 5px;
}

.footer .socialicons ul li a.btn-social-icon:hover,
.footer .socialicons ul li a.btn-social-icon:hover {
  color: #fff;
}

/* MENU ICON ANIMATION */

.navbar-toggle {
  border: none;
  background: transparent !important;
  margin-right: 0;
}

.navbar-toggle:hover {
  background: transparent !important;
}

.navbar-toggle .icon-bar {
  width: 22px;
  transition: all 0.2s;
  background-color: #ff4337;
}

.navbar-toggle .top-bar {
  transform: rotate(45deg);
  transform-origin: 10% 10%;
}

.navbar-toggle .middle-bar {
  opacity: 0;
}

.navbar-toggle .bottom-bar {
  transform: rotate(-45deg);
  transform-origin: 10% 90%;
}

.navbar-toggle.collapsed .top-bar {
  transform: rotate(0);
}

.navbar-toggle.collapsed .middle-bar {
  opacity: 1;
}

.navbar-toggle.collapsed .bottom-bar {
  transform: rotate(0);
}

/* SOCIAL MEDIA BTNS */

/*
 * Social Buttons for Bootstrap
 *
 * Copyright 2013-2016 Panayiotis Lipiridis
 * Licensed under the MIT License
 *
 * https://github.com/lipis/bootstrap-social
 */

.btn-social {
  position: relative;
  padding-left: 44px;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.btn-social > :first-child {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 32px;
  line-height: 34px;
  font-size: 1.6em;
  text-align: center;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
}

.btn-social.btn-lg {
  padding-left: 61px;
}

.btn-social.btn-lg > :first-child {
  line-height: 45px;
  width: 45px;
  font-size: 1.8em;
}

.btn-social.btn-sm {
  padding-left: 38px;
}

.btn-social.btn-sm > :first-child {
  line-height: 28px;
  width: 28px;
  font-size: 1.4em;
}

.btn-social.btn-xs {
  padding-left: 30px;
}

.btn-social.btn-xs > :first-child {
  line-height: 20px;
  width: 20px;
  font-size: 1.2em;
}

.btn-social-icon {
  position: relative;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 34px;
  width: 34px;
  padding: 0;
}

.btn-social-icon > :first-child {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 32px;
  line-height: 34px;
  font-size: 1.6em;
  text-align: center;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
}

.btn-social-icon.btn-lg {
  padding-left: 61px;
}

.btn-social-icon.btn-lg > :first-child {
  line-height: 45px;
  width: 45px;
  font-size: 1.8em;
}

.btn-social-icon.btn-sm {
  padding-left: 38px;
}

.btn-social-icon.btn-sm > :first-child {
  line-height: 28px;
  width: 28px;
  font-size: 1.4em;
}

.btn-social-icon.btn-xs {
  padding-left: 30px;
}

.btn-social-icon.btn-xs > :first-child {
  line-height: 20px;
  width: 20px;
  font-size: 1.2em;
}

.btn-social-icon > :first-child {
  border: none;
  text-align: center;
  width: 100% !important;
}

.btn-social-icon.btn-lg {
  height: 45px;
  width: 45px;
  padding-left: 0;
  padding-right: 0;
}

.btn-social-icon.btn-sm {
  height: 30px;
  width: 30px;
  padding-left: 0;
  padding-right: 0;
}

.btn-social-icon.btn-xs {
  height: 22px;
  width: 22px;
  padding-left: 0;
  padding-right: 0;
}

.btn-adn {
  color: #fff;
  background-color: #d87a68;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-adn:focus,
.btn-adn.focus {
  color: #fff;
  background-color: #ce563f;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-adn:hover {
  color: #fff;
  background-color: #ce563f;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-adn:active,
.btn-adn.active,
.open > .dropdown-toggle.btn-adn {
  color: #fff;
  background-color: #ce563f;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-adn:active:hover,
.btn-adn.active:hover,
.open > .dropdown-toggle.btn-adn:hover,
.btn-adn:active:focus,
.btn-adn.active:focus,
.open > .dropdown-toggle.btn-adn:focus,
.btn-adn:active.focus,
.btn-adn.active.focus,
.open > .dropdown-toggle.btn-adn.focus {
  color: #fff;
  background-color: #b94630;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-adn:active,
.btn-adn.active,
.open > .dropdown-toggle.btn-adn {
  background-image: none;
}

.btn-adn.disabled:hover,
.btn-adn[disabled]:hover,
fieldset[disabled] .btn-adn:hover,
.btn-adn.disabled:focus,
.btn-adn[disabled]:focus,
fieldset[disabled] .btn-adn:focus,
.btn-adn.disabled.focus,
.btn-adn[disabled].focus,
fieldset[disabled] .btn-adn.focus {
  background-color: #d87a68;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-adn .badge {
  color: #d87a68;
  background-color: #fff;
}

.btn-bitbucket {
  color: #fff;
  background-color: #205081;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-bitbucket:focus,
.btn-bitbucket.focus {
  color: #fff;
  background-color: #163758;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-bitbucket:hover {
  color: #fff;
  background-color: #163758;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-bitbucket:active,
.btn-bitbucket.active,
.open > .dropdown-toggle.btn-bitbucket {
  color: #fff;
  background-color: #163758;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-bitbucket:active:hover,
.btn-bitbucket.active:hover,
.open > .dropdown-toggle.btn-bitbucket:hover,
.btn-bitbucket:active:focus,
.btn-bitbucket.active:focus,
.open > .dropdown-toggle.btn-bitbucket:focus,
.btn-bitbucket:active.focus,
.btn-bitbucket.active.focus,
.open > .dropdown-toggle.btn-bitbucket.focus {
  color: #fff;
  background-color: #0f253c;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-bitbucket:active,
.btn-bitbucket.active,
.open > .dropdown-toggle.btn-bitbucket {
  background-image: none;
}

.btn-bitbucket.disabled:hover,
.btn-bitbucket[disabled]:hover,
fieldset[disabled] .btn-bitbucket:hover,
.btn-bitbucket.disabled:focus,
.btn-bitbucket[disabled]:focus,
fieldset[disabled] .btn-bitbucket:focus,
.btn-bitbucket.disabled.focus,
.btn-bitbucket[disabled].focus,
fieldset[disabled] .btn-bitbucket.focus {
  background-color: #205081;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-bitbucket .badge {
  color: #205081;
  background-color: #fff;
}

.btn-dropbox {
  color: #fff;
  background-color: #1087dd;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-dropbox:focus,
.btn-dropbox.focus {
  color: #fff;
  background-color: #0d6aad;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-dropbox:hover {
  color: #fff;
  background-color: #0d6aad;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-dropbox:active,
.btn-dropbox.active,
.open > .dropdown-toggle.btn-dropbox {
  color: #fff;
  background-color: #0d6aad;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-dropbox:active:hover,
.btn-dropbox.active:hover,
.open > .dropdown-toggle.btn-dropbox:hover,
.btn-dropbox:active:focus,
.btn-dropbox.active:focus,
.open > .dropdown-toggle.btn-dropbox:focus,
.btn-dropbox:active.focus,
.btn-dropbox.active.focus,
.open > .dropdown-toggle.btn-dropbox.focus {
  color: #fff;
  background-color: #0a568c;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-dropbox:active,
.btn-dropbox.active,
.open > .dropdown-toggle.btn-dropbox {
  background-image: none;
}

.btn-dropbox.disabled:hover,
.btn-dropbox[disabled]:hover,
fieldset[disabled] .btn-dropbox:hover,
.btn-dropbox.disabled:focus,
.btn-dropbox[disabled]:focus,
fieldset[disabled] .btn-dropbox:focus,
.btn-dropbox.disabled.focus,
.btn-dropbox[disabled].focus,
fieldset[disabled] .btn-dropbox.focus {
  background-color: #1087dd;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-dropbox .badge {
  color: #1087dd;
  background-color: #fff;
}

.btn-facebook {
  color: #fff !important;
  background-color: #3b5998;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-facebook:focus,
.btn-facebook.focus {
  color: #fff;
  background-color: #2d4373;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-facebook:hover {
  color: #fff;
  background-color: #2d4373;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-facebook:active,
.btn-facebook.active,
.open > .dropdown-toggle.btn-facebook {
  color: #fff;
  background-color: #2d4373;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-facebook:active:hover,
.btn-facebook.active:hover,
.open > .dropdown-toggle.btn-facebook:hover,
.btn-facebook:active:focus,
.btn-facebook.active:focus,
.open > .dropdown-toggle.btn-facebook:focus,
.btn-facebook:active.focus,
.btn-facebook.active.focus,
.open > .dropdown-toggle.btn-facebook.focus {
  color: #fff;
  background-color: #23345a;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-facebook:active,
.btn-facebook.active,
.open > .dropdown-toggle.btn-facebook {
  background-image: none;
}

.btn-facebook.disabled:hover,
.btn-facebook[disabled]:hover,
fieldset[disabled] .btn-facebook:hover,
.btn-facebook.disabled:focus,
.btn-facebook[disabled]:focus,
fieldset[disabled] .btn-facebook:focus,
.btn-facebook.disabled.focus,
.btn-facebook[disabled].focus,
fieldset[disabled] .btn-facebook.focus {
  background-color: #3b5998;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-facebook .badge {
  color: #3b5998;
  background-color: #fff;
}

.btn-flickr {
  color: #fff;
  background-color: #ff0084;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-flickr:focus,
.btn-flickr.focus {
  color: #fff;
  background-color: #cc006a;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-flickr:hover {
  color: #fff;
  background-color: #cc006a;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-flickr:active,
.btn-flickr.active,
.open > .dropdown-toggle.btn-flickr {
  color: #fff;
  background-color: #cc006a;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-flickr:active:hover,
.btn-flickr.active:hover,
.open > .dropdown-toggle.btn-flickr:hover,
.btn-flickr:active:focus,
.btn-flickr.active:focus,
.open > .dropdown-toggle.btn-flickr:focus,
.btn-flickr:active.focus,
.btn-flickr.active.focus,
.open > .dropdown-toggle.btn-flickr.focus {
  color: #fff;
  background-color: #a80057;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-flickr:active,
.btn-flickr.active,
.open > .dropdown-toggle.btn-flickr {
  background-image: none;
}

.btn-flickr.disabled:hover,
.btn-flickr[disabled]:hover,
fieldset[disabled] .btn-flickr:hover,
.btn-flickr.disabled:focus,
.btn-flickr[disabled]:focus,
fieldset[disabled] .btn-flickr:focus,
.btn-flickr.disabled.focus,
.btn-flickr[disabled].focus,
fieldset[disabled] .btn-flickr.focus {
  background-color: #ff0084;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-flickr .badge {
  color: #ff0084;
  background-color: #fff;
}

.btn-foursquare {
  color: #fff;
  background-color: #f94877;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-foursquare:focus,
.btn-foursquare.focus {
  color: #fff;
  background-color: #f71752;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-foursquare:hover {
  color: #fff;
  background-color: #f71752;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-foursquare:active,
.btn-foursquare.active,
.open > .dropdown-toggle.btn-foursquare {
  color: #fff;
  background-color: #f71752;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-foursquare:active:hover,
.btn-foursquare.active:hover,
.open > .dropdown-toggle.btn-foursquare:hover,
.btn-foursquare:active:focus,
.btn-foursquare.active:focus,
.open > .dropdown-toggle.btn-foursquare:focus,
.btn-foursquare:active.focus,
.btn-foursquare.active.focus,
.open > .dropdown-toggle.btn-foursquare.focus {
  color: #fff;
  background-color: #e30742;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-foursquare:active,
.btn-foursquare.active,
.open > .dropdown-toggle.btn-foursquare {
  background-image: none;
}

.btn-foursquare.disabled:hover,
.btn-foursquare[disabled]:hover,
fieldset[disabled] .btn-foursquare:hover,
.btn-foursquare.disabled:focus,
.btn-foursquare[disabled]:focus,
fieldset[disabled] .btn-foursquare:focus,
.btn-foursquare.disabled.focus,
.btn-foursquare[disabled].focus,
fieldset[disabled] .btn-foursquare.focus {
  background-color: #f94877;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-foursquare .badge {
  color: #f94877;
  background-color: #fff;
}

.btn-github {
  color: #fff;
  background-color: #444;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-github:focus,
.btn-github.focus {
  color: #fff;
  background-color: #2b2b2b;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-github:hover {
  color: #fff;
  background-color: #2b2b2b;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-github:active,
.btn-github.active,
.open > .dropdown-toggle.btn-github {
  color: #fff;
  background-color: #2b2b2b;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-github:active:hover,
.btn-github.active:hover,
.open > .dropdown-toggle.btn-github:hover,
.btn-github:active:focus,
.btn-github.active:focus,
.open > .dropdown-toggle.btn-github:focus,
.btn-github:active.focus,
.btn-github.active.focus,
.open > .dropdown-toggle.btn-github.focus {
  color: #fff;
  background-color: #191919;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-github:active,
.btn-github.active,
.open > .dropdown-toggle.btn-github {
  background-image: none;
}

.btn-github.disabled:hover,
.btn-github[disabled]:hover,
fieldset[disabled] .btn-github:hover,
.btn-github.disabled:focus,
.btn-github[disabled]:focus,
fieldset[disabled] .btn-github:focus,
.btn-github.disabled.focus,
.btn-github[disabled].focus,
fieldset[disabled] .btn-github.focus {
  background-color: #444;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-github .badge {
  color: #444;
  background-color: #fff;
}

.btn-google {
  color: #fff;
  background-color: #dd4b39;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-google:focus,
.btn-google.focus {
  color: #fff;
  background-color: #c23321;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-google:hover {
  color: #fff;
  background-color: #c23321;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-google:active,
.btn-google.active,
.open > .dropdown-toggle.btn-google {
  color: #fff;
  background-color: #c23321;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-google:active:hover,
.btn-google.active:hover,
.open > .dropdown-toggle.btn-google:hover,
.btn-google:active:focus,
.btn-google.active:focus,
.open > .dropdown-toggle.btn-google:focus,
.btn-google:active.focus,
.btn-google.active.focus,
.open > .dropdown-toggle.btn-google.focus {
  color: #fff;
  background-color: #a32b1c;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-google:active,
.btn-google.active,
.open > .dropdown-toggle.btn-google {
  background-image: none;
}

.btn-google.disabled:hover,
.btn-google[disabled]:hover,
fieldset[disabled] .btn-google:hover,
.btn-google.disabled:focus,
.btn-google[disabled]:focus,
fieldset[disabled] .btn-google:focus,
.btn-google.disabled.focus,
.btn-google[disabled].focus,
fieldset[disabled] .btn-google.focus {
  background-color: #dd4b39;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-google .badge {
  color: #dd4b39;
  background-color: #fff;
}

.btn-instagram {
  color: #fff;
  background-color: #3f729b;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-instagram:focus,
.btn-instagram.focus {
  color: #fff;
  background-color: #305777;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-instagram:hover {
  color: #fff;
  background-color: #305777;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-instagram:active,
.btn-instagram.active,
.open > .dropdown-toggle.btn-instagram {
  color: #fff;
  background-color: #305777;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-instagram:active:hover,
.btn-instagram.active:hover,
.open > .dropdown-toggle.btn-instagram:hover,
.btn-instagram:active:focus,
.btn-instagram.active:focus,
.open > .dropdown-toggle.btn-instagram:focus,
.btn-instagram:active.focus,
.btn-instagram.active.focus,
.open > .dropdown-toggle.btn-instagram.focus {
  color: #fff;
  background-color: #26455d;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-instagram:active,
.btn-instagram.active,
.open > .dropdown-toggle.btn-instagram {
  background-image: none;
}

.btn-instagram.disabled:hover,
.btn-instagram[disabled]:hover,
fieldset[disabled] .btn-instagram:hover,
.btn-instagram.disabled:focus,
.btn-instagram[disabled]:focus,
fieldset[disabled] .btn-instagram:focus,
.btn-instagram.disabled.focus,
.btn-instagram[disabled].focus,
fieldset[disabled] .btn-instagram.focus {
  background-color: #3f729b;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-instagram .badge {
  color: #3f729b;
  background-color: #fff;
}

.btn-linkedin {
  color: #fff !important;
  background-color: #007bb6;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-linkedin:focus,
.btn-linkedin.focus {
  color: #fff;
  background-color: #005983;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-linkedin:hover {
  color: #fff;
  background-color: #005983;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-linkedin:active,
.btn-linkedin.active,
.open > .dropdown-toggle.btn-linkedin {
  color: #fff;
  background-color: #005983;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-linkedin:active:hover,
.btn-linkedin.active:hover,
.open > .dropdown-toggle.btn-linkedin:hover,
.btn-linkedin:active:focus,
.btn-linkedin.active:focus,
.open > .dropdown-toggle.btn-linkedin:focus,
.btn-linkedin:active.focus,
.btn-linkedin.active.focus,
.open > .dropdown-toggle.btn-linkedin.focus {
  color: #fff;
  background-color: #00405f;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-linkedin:active,
.btn-linkedin.active,
.open > .dropdown-toggle.btn-linkedin {
  background-image: none;
}

.btn-linkedin.disabled:hover,
.btn-linkedin[disabled]:hover,
fieldset[disabled] .btn-linkedin:hover,
.btn-linkedin.disabled:focus,
.btn-linkedin[disabled]:focus,
fieldset[disabled] .btn-linkedin:focus,
.btn-linkedin.disabled.focus,
.btn-linkedin[disabled].focus,
fieldset[disabled] .btn-linkedin.focus {
  background-color: #007bb6;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-linkedin .badge {
  color: #007bb6;
  background-color: #fff;
}

.btn-microsoft {
  color: #fff;
  background-color: #2672ec;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-microsoft:focus,
.btn-microsoft.focus {
  color: #fff;
  background-color: #125acd;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-microsoft:hover {
  color: #fff;
  background-color: #125acd;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-microsoft:active,
.btn-microsoft.active,
.open > .dropdown-toggle.btn-microsoft {
  color: #fff;
  background-color: #125acd;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-microsoft:active:hover,
.btn-microsoft.active:hover,
.open > .dropdown-toggle.btn-microsoft:hover,
.btn-microsoft:active:focus,
.btn-microsoft.active:focus,
.open > .dropdown-toggle.btn-microsoft:focus,
.btn-microsoft:active.focus,
.btn-microsoft.active.focus,
.open > .dropdown-toggle.btn-microsoft.focus {
  color: #fff;
  background-color: #0f4bac;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-microsoft:active,
.btn-microsoft.active,
.open > .dropdown-toggle.btn-microsoft {
  background-image: none;
}

.btn-microsoft.disabled:hover,
.btn-microsoft[disabled]:hover,
fieldset[disabled] .btn-microsoft:hover,
.btn-microsoft.disabled:focus,
.btn-microsoft[disabled]:focus,
fieldset[disabled] .btn-microsoft:focus,
.btn-microsoft.disabled.focus,
.btn-microsoft[disabled].focus,
fieldset[disabled] .btn-microsoft.focus {
  background-color: #2672ec;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-microsoft .badge {
  color: #2672ec;
  background-color: #fff;
}

.btn-odnoklassniki {
  color: #fff;
  background-color: #f4731c;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-odnoklassniki:focus,
.btn-odnoklassniki.focus {
  color: #fff;
  background-color: #d35b0a;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-odnoklassniki:hover {
  color: #fff;
  background-color: #d35b0a;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-odnoklassniki:active,
.btn-odnoklassniki.active,
.open > .dropdown-toggle.btn-odnoklassniki {
  color: #fff;
  background-color: #d35b0a;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-odnoklassniki:active:hover,
.btn-odnoklassniki.active:hover,
.open > .dropdown-toggle.btn-odnoklassniki:hover,
.btn-odnoklassniki:active:focus,
.btn-odnoklassniki.active:focus,
.open > .dropdown-toggle.btn-odnoklassniki:focus,
.btn-odnoklassniki:active.focus,
.btn-odnoklassniki.active.focus,
.open > .dropdown-toggle.btn-odnoklassniki.focus {
  color: #fff;
  background-color: #b14c09;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-odnoklassniki:active,
.btn-odnoklassniki.active,
.open > .dropdown-toggle.btn-odnoklassniki {
  background-image: none;
}

.btn-odnoklassniki.disabled:hover,
.btn-odnoklassniki[disabled]:hover,
fieldset[disabled] .btn-odnoklassniki:hover,
.btn-odnoklassniki.disabled:focus,
.btn-odnoklassniki[disabled]:focus,
fieldset[disabled] .btn-odnoklassniki:focus,
.btn-odnoklassniki.disabled.focus,
.btn-odnoklassniki[disabled].focus,
fieldset[disabled] .btn-odnoklassniki.focus {
  background-color: #f4731c;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-odnoklassniki .badge {
  color: #f4731c;
  background-color: #fff;
}

.btn-openid {
  color: #fff;
  background-color: #f7931e;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-openid:focus,
.btn-openid.focus {
  color: #fff;
  background-color: #da7908;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-openid:hover {
  color: #fff;
  background-color: #da7908;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-openid:active,
.btn-openid.active,
.open > .dropdown-toggle.btn-openid {
  color: #fff;
  background-color: #da7908;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-openid:active:hover,
.btn-openid.active:hover,
.open > .dropdown-toggle.btn-openid:hover,
.btn-openid:active:focus,
.btn-openid.active:focus,
.open > .dropdown-toggle.btn-openid:focus,
.btn-openid:active.focus,
.btn-openid.active.focus,
.open > .dropdown-toggle.btn-openid.focus {
  color: #fff;
  background-color: #b86607;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-openid:active,
.btn-openid.active,
.open > .dropdown-toggle.btn-openid {
  background-image: none;
}

.btn-openid.disabled:hover,
.btn-openid[disabled]:hover,
fieldset[disabled] .btn-openid:hover,
.btn-openid.disabled:focus,
.btn-openid[disabled]:focus,
fieldset[disabled] .btn-openid:focus,
.btn-openid.disabled.focus,
.btn-openid[disabled].focus,
fieldset[disabled] .btn-openid.focus {
  background-color: #f7931e;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-openid .badge {
  color: #f7931e;
  background-color: #fff;
}

.btn-pinterest {
  color: #fff;
  background-color: #cb2027;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-pinterest:focus,
.btn-pinterest.focus {
  color: #fff;
  background-color: #9f191f;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-pinterest:hover {
  color: #fff;
  background-color: #9f191f;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-pinterest:active,
.btn-pinterest.active,
.open > .dropdown-toggle.btn-pinterest {
  color: #fff;
  background-color: #9f191f;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-pinterest:active:hover,
.btn-pinterest.active:hover,
.open > .dropdown-toggle.btn-pinterest:hover,
.btn-pinterest:active:focus,
.btn-pinterest.active:focus,
.open > .dropdown-toggle.btn-pinterest:focus,
.btn-pinterest:active.focus,
.btn-pinterest.active.focus,
.open > .dropdown-toggle.btn-pinterest.focus {
  color: #fff;
  background-color: #801419;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-pinterest:active,
.btn-pinterest.active,
.open > .dropdown-toggle.btn-pinterest {
  background-image: none;
}

.btn-pinterest.disabled:hover,
.btn-pinterest[disabled]:hover,
fieldset[disabled] .btn-pinterest:hover,
.btn-pinterest.disabled:focus,
.btn-pinterest[disabled]:focus,
fieldset[disabled] .btn-pinterest:focus,
.btn-pinterest.disabled.focus,
.btn-pinterest[disabled].focus,
fieldset[disabled] .btn-pinterest.focus {
  background-color: #cb2027;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-pinterest .badge {
  color: #cb2027;
  background-color: #fff;
}

.btn-reddit {
  color: #000;
  background-color: #eff7ff;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-reddit:focus,
.btn-reddit.focus {
  color: #000;
  background-color: #bcddff;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-reddit:hover {
  color: #000;
  background-color: #bcddff;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-reddit:active,
.btn-reddit.active,
.open > .dropdown-toggle.btn-reddit {
  color: #000;
  background-color: #bcddff;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-reddit:active:hover,
.btn-reddit.active:hover,
.open > .dropdown-toggle.btn-reddit:hover,
.btn-reddit:active:focus,
.btn-reddit.active:focus,
.open > .dropdown-toggle.btn-reddit:focus,
.btn-reddit:active.focus,
.btn-reddit.active.focus,
.open > .dropdown-toggle.btn-reddit.focus {
  color: #000;
  background-color: #98ccff;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-reddit:active,
.btn-reddit.active,
.open > .dropdown-toggle.btn-reddit {
  background-image: none;
}

.btn-reddit.disabled:hover,
.btn-reddit[disabled]:hover,
fieldset[disabled] .btn-reddit:hover,
.btn-reddit.disabled:focus,
.btn-reddit[disabled]:focus,
fieldset[disabled] .btn-reddit:focus,
.btn-reddit.disabled.focus,
.btn-reddit[disabled].focus,
fieldset[disabled] .btn-reddit.focus {
  background-color: #eff7ff;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-reddit .badge {
  color: #eff7ff;
  background-color: #000;
}

.btn-soundcloud {
  color: #fff;
  background-color: #f50;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-soundcloud:focus,
.btn-soundcloud.focus {
  color: #fff;
  background-color: #c40;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-soundcloud:hover {
  color: #fff;
  background-color: #c40;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-soundcloud:active,
.btn-soundcloud.active,
.open > .dropdown-toggle.btn-soundcloud {
  color: #fff;
  background-color: #c40;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-soundcloud:active:hover,
.btn-soundcloud.active:hover,
.open > .dropdown-toggle.btn-soundcloud:hover,
.btn-soundcloud:active:focus,
.btn-soundcloud.active:focus,
.open > .dropdown-toggle.btn-soundcloud:focus,
.btn-soundcloud:active.focus,
.btn-soundcloud.active.focus,
.open > .dropdown-toggle.btn-soundcloud.focus {
  color: #fff;
  background-color: #a83800;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-soundcloud:active,
.btn-soundcloud.active,
.open > .dropdown-toggle.btn-soundcloud {
  background-image: none;
}

.btn-soundcloud.disabled:hover,
.btn-soundcloud[disabled]:hover,
fieldset[disabled] .btn-soundcloud:hover,
.btn-soundcloud.disabled:focus,
.btn-soundcloud[disabled]:focus,
fieldset[disabled] .btn-soundcloud:focus,
.btn-soundcloud.disabled.focus,
.btn-soundcloud[disabled].focus,
fieldset[disabled] .btn-soundcloud.focus {
  background-color: #f50;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-soundcloud .badge {
  color: #f50;
  background-color: #fff;
}

.btn-tumblr {
  color: #fff;
  background-color: #2c4762;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-tumblr:focus,
.btn-tumblr.focus {
  color: #fff;
  background-color: #1c2d3f;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-tumblr:hover {
  color: #fff;
  background-color: #1c2d3f;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-tumblr:active,
.btn-tumblr.active,
.open > .dropdown-toggle.btn-tumblr {
  color: #fff;
  background-color: #1c2d3f;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-tumblr:active:hover,
.btn-tumblr.active:hover,
.open > .dropdown-toggle.btn-tumblr:hover,
.btn-tumblr:active:focus,
.btn-tumblr.active:focus,
.open > .dropdown-toggle.btn-tumblr:focus,
.btn-tumblr:active.focus,
.btn-tumblr.active.focus,
.open > .dropdown-toggle.btn-tumblr.focus {
  color: #fff;
  background-color: #111c26;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-tumblr:active,
.btn-tumblr.active,
.open > .dropdown-toggle.btn-tumblr {
  background-image: none;
}

.btn-tumblr.disabled:hover,
.btn-tumblr[disabled]:hover,
fieldset[disabled] .btn-tumblr:hover,
.btn-tumblr.disabled:focus,
.btn-tumblr[disabled]:focus,
fieldset[disabled] .btn-tumblr:focus,
.btn-tumblr.disabled.focus,
.btn-tumblr[disabled].focus,
fieldset[disabled] .btn-tumblr.focus {
  background-color: #2c4762;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-tumblr .badge {
  color: #2c4762;
  background-color: #fff;
}

.btn-twitter {
  color: #fff;
  background-color: #55acee;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-twitter:focus,
.btn-twitter.focus {
  color: #fff;
  background-color: #2795e9;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-twitter:hover {
  color: #fff;
  background-color: #2795e9;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-twitter:active,
.btn-twitter.active,
.open > .dropdown-toggle.btn-twitter {
  color: #fff;
  background-color: #2795e9;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-twitter:active:hover,
.btn-twitter.active:hover,
.open > .dropdown-toggle.btn-twitter:hover,
.btn-twitter:active:focus,
.btn-twitter.active:focus,
.open > .dropdown-toggle.btn-twitter:focus,
.btn-twitter:active.focus,
.btn-twitter.active.focus,
.open > .dropdown-toggle.btn-twitter.focus {
  color: #fff;
  background-color: #1583d7;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-twitter:active,
.btn-twitter.active,
.open > .dropdown-toggle.btn-twitter {
  background-image: none;
}

.btn-twitter.disabled:hover,
.btn-twitter[disabled]:hover,
fieldset[disabled] .btn-twitter:hover,
.btn-twitter.disabled:focus,
.btn-twitter[disabled]:focus,
fieldset[disabled] .btn-twitter:focus,
.btn-twitter.disabled.focus,
.btn-twitter[disabled].focus,
fieldset[disabled] .btn-twitter.focus {
  background-color: #55acee;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-twitter .badge {
  color: #55acee;
  background-color: #fff;
}

.btn-bluesky {
  color: #fff;
  background-color: #208bfe;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-bluesky:focus,
.btn-bluesky.focus {
  color: #fff;
  background-color: #1a75e8;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-bluesky:hover {
  color: #fff;
  background-color: #1a75e8;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-bluesky:active,
.btn-bluesky.active,
.open > .dropdown-toggle.btn-bluesky {
  color: #fff;
  background-color: #1a75e8;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-bluesky:active:hover,
.btn-bluesky.active:hover,
.open > .dropdown-toggle.btn-bluesky:hover,
.btn-bluesky:active:focus,
.btn-bluesky.active:focus,
.open > .dropdown-toggle.btn-bluesky:focus,
.btn-bluesky:active.focus,
.btn-bluesky.active.focus,
.open > .dropdown-toggle.btn-bluesky.focus {
  color: #fff;
  background-color: #1361d1;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-bluesky:active,
.btn-bluesky.active,
.open > .dropdown-toggle.btn-bluesky {
  background-image: none;
}

.btn-bluesky.disabled:hover,
.btn-bluesky[disabled]:hover,
fieldset[disabled] .btn-bluesky:hover,
.btn-bluesky.disabled:focus,
.btn-bluesky[disabled]:focus,
fieldset[disabled] .btn-bluesky:focus,
.btn-bluesky.disabled.focus,
.btn-bluesky[disabled].focus,
fieldset[disabled] .btn-bluesky.focus {
  background-color: #208bfe;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-bluesky .badge {
  color: #208bfe;
  background-color: #fff;
}

.btn-vimeo {
  color: #fff;
  background-color: #1ab7ea;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-vimeo:focus,
.btn-vimeo.focus {
  color: #fff;
  background-color: #1295bf;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-vimeo:hover {
  color: #fff;
  background-color: #1295bf;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-vimeo:active,
.btn-vimeo.active,
.open > .dropdown-toggle.btn-vimeo {
  color: #fff;
  background-color: #1295bf;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-vimeo:active:hover,
.btn-vimeo.active:hover,
.open > .dropdown-toggle.btn-vimeo:hover,
.btn-vimeo:active:focus,
.btn-vimeo.active:focus,
.open > .dropdown-toggle.btn-vimeo:focus,
.btn-vimeo:active.focus,
.btn-vimeo.active.focus,
.open > .dropdown-toggle.btn-vimeo.focus {
  color: #fff;
  background-color: #0f7b9f;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-vimeo:active,
.btn-vimeo.active,
.open > .dropdown-toggle.btn-vimeo {
  background-image: none;
}

.btn-vimeo.disabled:hover,
.btn-vimeo[disabled]:hover,
fieldset[disabled] .btn-vimeo:hover,
.btn-vimeo.disabled:focus,
.btn-vimeo[disabled]:focus,
fieldset[disabled] .btn-vimeo:focus,
.btn-vimeo.disabled.focus,
.btn-vimeo[disabled].focus,
fieldset[disabled] .btn-vimeo.focus {
  background-color: #1ab7ea;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-vimeo .badge {
  color: #1ab7ea;
  background-color: #fff;
}

.btn-vk {
  color: #fff;
  background-color: #587ea3;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-vk:focus,
.btn-vk.focus {
  color: #fff;
  background-color: #466482;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-vk:hover {
  color: #fff;
  background-color: #466482;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-vk:active,
.btn-vk.active,
.open > .dropdown-toggle.btn-vk {
  color: #fff;
  background-color: #466482;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-vk:active:hover,
.btn-vk.active:hover,
.open > .dropdown-toggle.btn-vk:hover,
.btn-vk:active:focus,
.btn-vk.active:focus,
.open > .dropdown-toggle.btn-vk:focus,
.btn-vk:active.focus,
.btn-vk.active.focus,
.open > .dropdown-toggle.btn-vk.focus {
  color: #fff;
  background-color: #3a526b;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-vk:active,
.btn-vk.active,
.open > .dropdown-toggle.btn-vk {
  background-image: none;
}

.btn-vk.disabled:hover,
.btn-vk[disabled]:hover,
fieldset[disabled] .btn-vk:hover,
.btn-vk.disabled:focus,
.btn-vk[disabled]:focus,
fieldset[disabled] .btn-vk:focus,
.btn-vk.disabled.focus,
.btn-vk[disabled].focus,
fieldset[disabled] .btn-vk.focus {
  background-color: #587ea3;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-vk .badge {
  color: #587ea3;
  background-color: #fff;
}

.btn-yahoo {
  color: #fff;
  background-color: #720e9e;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-yahoo:focus,
.btn-yahoo.focus {
  color: #fff;
  background-color: #500a6f;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-yahoo:hover {
  color: #fff;
  background-color: #500a6f;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-yahoo:active,
.btn-yahoo.active,
.open > .dropdown-toggle.btn-yahoo {
  color: #fff;
  background-color: #500a6f;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-yahoo:active:hover,
.btn-yahoo.active:hover,
.open > .dropdown-toggle.btn-yahoo:hover,
.btn-yahoo:active:focus,
.btn-yahoo.active:focus,
.open > .dropdown-toggle.btn-yahoo:focus,
.btn-yahoo:active.focus,
.btn-yahoo.active.focus,
.open > .dropdown-toggle.btn-yahoo.focus {
  color: #fff;
  background-color: #39074e;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-yahoo:active,
.btn-yahoo.active,
.open > .dropdown-toggle.btn-yahoo {
  background-image: none;
}

.btn-yahoo.disabled:hover,
.btn-yahoo[disabled]:hover,
fieldset[disabled] .btn-yahoo:hover,
.btn-yahoo.disabled:focus,
.btn-yahoo[disabled]:focus,
fieldset[disabled] .btn-yahoo:focus,
.btn-yahoo.disabled.focus,
.btn-yahoo[disabled].focus,
fieldset[disabled] .btn-yahoo.focus {
  background-color: #720e9e;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-yahoo .badge {
  color: #720e9e;
  background-color: #fff;
}

/* mymagazine */
div.mymagazine ul {
  list-style-type: none;
  padding-left: 0;
}

div.mymagazine ul li p {
  margin: 0;
  display: inline-block;
}

div.mymagazine ul li p.tagwoord:first-letter {
  text-transform: uppercase;
}

div.mymagazine ul li {
  padding: 8px 0;
  border-bottom: 1px solid #fff;
  cursor: pointer;
}

#heading-my-tags a:hover,
#heading-my-tags a:focus,
#heading-mymagazine a:hover,
#heading-mymagazine a:focus {
  text-decoration: none;
}

.popular-tags ul li {
  border-bottom: 0 !important;
  padding: 0 !important;
}

.popular-tags ul li a {
  background-color: #fff;
}

@media (max-width: 767px) {
  .popular-tags ul li a {
    padding: 8px;
  }
}

.popular-tags ul.list-inline {
  margin-left: 0;
}

#my-tags {
  margin-bottom: 0;
}

#my-tags .fa-lg {
  margin-right: 25px;
}

.mymagazine-border-sidebar-top {
  margin: 10px 0;
  border-bottom: 2px solid black;
}

#messages {
  position: absolute;
  margin: 10px 0 10px !important;
}

#tags_user_add .select2-selection__placeholder {
  color: #000;
}

a.navbar-brand {
  position: relative;
}

a.alt-site img {
  height: 15px;
  display: inline-block;
  vertical-align: text-bottom;
  transition: height 0.5s;
}

a.alt-site {
  padding: 17px;
  margin-left: 0 !important;
}

a.alt-site:hover,
a.alt-site:focus {
  background-color: rgba(255, 255, 255, 0.2) !important;
}

a.alt-site:hover img,
a.alt-site:focus img {
  height: 22px;
}

@media (max-width: 767px) {
  a.alt-site {
    padding-top: 0;
    padding-left: 18px;
    height: 30px;
  }

  a.alt-site img,
  a.alt-site:hover img,
  a.alt-site:focus img {
    height: 13px;
  }
}

#newsletter .form-group,
#form_newsletter .form-group {
  margin-bottom: 8px;
}

/* Button ajax */
.btn-ajax {
  position: relative;
}

.btn-animation {
  pointer-events: none;
  z-index: 2;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  animation-name: loading;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  transform-origin: left;
  display: none;
}

@keyframes loading {
  0% {
    transform: scale(0, 1);
    transform-origin: left;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: left;
  }
  50.001% {
    transform: scale(1, 1);
    transform-origin: right;
  }
  100% {
    transform: scale(0, 1);
    transform-origin: right;
  }
}

.alert h1 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 1.7em;
}

.alert h2 {
  margin-top: 0;
}

.alert a.btn {
  margin-bottom: 0;
}

/*EVENTS+*/

p.additionalcost-price,
p.additionalcost-price-name {
  margin: 10px 0 10px 0;
}

p.additionalcost-price {
  white-space: nowrap;
}

#additional-costs table td:nth-child(2),
#price-total table td:nth-child(2) {
  text-align: right;
}

#price-total table td h3,
.signup-text h3 {
  color: #373737;
  font-family: "Lato", sans-serif;
  font-size: 20px;
  margin-top: 0;
  padding-top: 5px;
  border: 0;
}

.signup-text h3 {
  border-top: 1px solid #eee;
  padding-top: 10px;
}

#price-total table td:first-child {
  padding-left: 0;
}

#additional-costs td {
  position: relative;
}

#additional-costs tr.strikeout td:before {
  content: " ";
  position: absolute;
  top: 38%;
  left: 0;
  border-bottom: 1px solid #333;
  width: 100%;
  pointer-events: none;
}

#additional-costs tr.strikeout td:after {
  content: "\00B7";
  font-size: 1px;
}

.not-eligible {
  text-decoration: line-through;
}

.tooltip-inner.events {
  width: 150px;
}

#extras select.form-control {
  display: inline-block;
  width: initial;
}

#event-registrations ul {
  list-style-type: square;
}

#event-registrations h3 {
  color: #373737;
  font-family: "Lato", sans-serif;
  font-size: 20px;
  margin-top: 0;
  padding-top: 5px;
  border: 0;
}

@media (max-width: 767px) {
  #ccb > h1 {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.grecaptcha-badge {
  display: none;
}

.modal-footer .btn {
  margin-bottom: 0 !important;
}

#nav-col {
  overflow: auto;
}

#highlighted-event-col {
  position: relative;
  overflow: auto;
}

#highlighted-event-col img {
  height: 60px;
  padding-top: 6px;
  padding-bottom: 6px;
}

#highlighted-event-col .highlighted-countdown {
  position: absolute;
  bottom: 20px;
  left: 74px;
  color: #fff;
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  pointer-events: none;
}

@media (max-width: 991px) {
  #highlighted-event-col img {
    padding-left: 3px;
  }

  #highlighted-event-col {
    width: initial;
    float: left;
  }
}

#news-album-images {
  transition: height 400ms;
}

@media (max-width: 767px) {
  #highlighted-event-col img {
    padding-left: 18px;
    height: 60px;
  }

  #highlighted-event-col .highlighted-countdown {
    left: 112px;
  }

  .modal-xl {
    max-width: 100%;
  }

  #news-album-images .news-album-description {
    margin-top: 20px;
  }

  #news-album-images .news-album-image img {
    padding-bottom: 20px;
    border-bottom: 1px #9b9b9b solid;
  }

  /*#news-album-images .slick-prev,
	#news-album-images .slick-next {
		top: 15% !important;
	}*/
  #news-album-images .slick-prev {
    left: -10px !important;
  }

  #news-album-images .slick-next {
    right: -10px !important;
  }

  #news-album-images .slick-prev,
  #news-album-images .slick-next {
    height: 22px !important;
    width: 22px !important;
  }

  #news-album-images .slick-prev:before,
  #news-album-images .slick-next:before {
    top: 6px !important;
    font-size: 12px !important;
  }

  #news-album-images .slick-prev:before {
    right: 8px !important;
  }

  #news-album-images .slick-next:before {
    left: 8px !important;
  }
}

@media (min-width: 768px) {
  .modal-xl {
    width: 90%;
    max-width: 1200px;
  }

  .modal-xl .modal-body {
    height: 80vh;
  }

  #news-album-images .news-album-description {
    border-left: 1px solid #9b9b9b;
  }

  #news-album-images .news-album-description {
    padding-right: 52px;
  }

  a#news-album-btn:hover {
    text-decoration: none;
  }

  /*#news-album-images .slick-slide {
		display: flex;
		align-items: stretch;
		min-height: 1px;
	}

	#news-album-images .slick-track {
		height: 100%;
		display: flex;
		min-height: 1px;
	}*/
}

a#news-album-btn {
  display: block;
}

#news-album-btn .alert {
  position: relative;
}

#news-album-btn .alert .img-container {
  position: relative;
}

#open-album {
  display: inline-block;
  position: absolute;
  top: 10px;
  right: 10px;
  color: #fff;
  background-color: #00000066;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  text-align: center;
}

#open-album i {
  position: absolute;
  top: 9px;
  left: 9px;
}

a:hover #open-album i:before {
  content: "\f115";
}

#news-album-images .slick-list {
  height: 100%;
}

#news-album-images .slick-prev:before,
#news-album-images .slick-next:before {
  font-family: "FontAwesome", sans-serif;
  position: absolute;
  top: 7px;
  color: #333;
}

#news-album-images .slick-prev:before {
  content: "\f053";
  right: 10px;
}

#news-album-images .slick-next:before {
  content: "\f054";
  left: 10px;
}

#news-album-images .slick-prev,
#news-album-images .slick-next {
  background-color: #fff;
  border-radius: 50%;
  font-weight: 700;
  height: 32px;
  width: 32px;
  z-index: 1;
  opacity: 0.7;
  transition: opacity 200ms;
  overflow: hidden;
}

#news-album-images .slick-prev:hover,
#news-album-images .slick-next:hover {
  opacity: 1;
}

#news-album-images .slick-prev {
  left: 5px;
}

#news-album-images .slick-next {
  right: 5px;
}

#news-album-images .slick-disabled {
  display: none !important;
}

.slick-slide:focus {
  outline: none;
}

#news-album-images .slick-slide {
  height: auto !important;
}

#news-album-images .slick-slide img {
  margin: auto;
  max-height: 100%;
}

#news-album-images .slick-track {
  height: 100%;
}

.modal-header {
  background-color: #ff4337;
  color: #fff;
}

#album-images-modal .modal-content {
  border-radius: 0;
}

#album-images-modal .modal-header .close {
  margin-top: 3px;
}

.btn-default.fileinput-remove.fileinput-remove-button {
  height: inherit;
  line-height: inherit;
}

.price-range.lease,
.price-range.buy {
  display: none;
}

/* SEARCH */
.min-height-zero {
  min-height: 0 !important;
}

.transition-margin-top {
  transition: margin-top 200ms;
}

#search-filters .slider-handle {
  width: 12px;
  border-radius: 3px;
  height: 24px;
  top: -2px;
  background-color: #ff4337;
  background-image: initial;
  box-shadow: 0 -2px 0 0 inset #d5382e;
  border: 1px solid #d5382e;
}

#search-filters .slider.slider-horizontal {
  margin-top: 10px;
  margin-left: 11px;
  width: 220px;
}

#search-filters .input-group-addon {
  width: 52px !important;
}

#search-results-header {
  overflow: hidden;
}

#search-results-header h3 {
  float: left;
}

#search-results-header select#sort-results {
  margin-top: 10px;
  float: right;
  width: auto;
}

#loading-box-container {
  position: fixed;
  left: 0;
  right: 0;
  top: 31%;
  text-align: center;
  z-index: 2;
  display: none;
}

#loading-box {
  border-radius: 10px;
  background-color: rgba(229, 229, 229, 0.75);
  font-size: 72px;
  padding: 72px;
  display: inline-block;
}

.label-primary {
  color: #666;
  background: #fff;
  border: 1px solid #666;
}

#popular a,
#personal a,
.tags a {
  color: #666;
  font-weight: 700;
  font-family: "Lato", sans-serif;
  font-size: 0.9em;
  border-radius: 2px;
  border: 1px solid #666;
  background: #fff;
  padding: 0 4px;
  text-decoration: none !important;
  margin-bottom: 2px;
  display: inline-block;
}

#popular .article-tags a .fa,
#personal .article-tags a .fa,
.tags .article-tags a .fa {
  color: #fff;
  margin-right: 3px;
}

#popular .article-tags a i.fa,
#personal .article-tags a i.fa,
.tags .article-tags a i.fa {
  background-color: #dadada;
  transition: 0.25s;
  padding: 7px;
  margin: 0 5px 0 -4px;
}

#popular .article-tags a.checked i.fa,
#personal .article-tags a.checked i.fa,
.tags .article-tags a.checked i.fa {
  color: #cd2626;
}

#popular .article-tags a:hover,
#personal .article-tags a:hover,
.tags .article-tags a:hover {
  border: 1px solid #cd2626;
  color: #cd2626;
}

#popular .article-tags a:hover:not(.checked) i.fa,
#personal .article-tags a:hover:not(.checked) i.fa,
.tags .article-tags a:hover:not(.checked) i.fa {
  background-color: #cd2626;
}

@media (min-width: 768px) {
  #search-filters {
    border-right: 1px solid #eee;
  }
}

#search-filters {
  line-height: 20px;
}

#remove-term-items {
  margin-top: 10px;
  min-height: 23px;
}

#remove-term-items li {
  float: left;
}

.pagination > li > a,
.pagination > li > span {
  color: #ff4337;
}

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  background-color: #ff4337;
  border-color: #ff4337;
}

.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
  color: #ff4337;
}

#search-results article nav ul a.member {
  border: 1px solid #9b9b9b;
  background-color: transparent !important;
  color: #9b9b9b !important;
}

a#filters-mobile {
  color: #333333;
}

@media (max-width: 991.98px) {
  #search-filters-container {
    display: none;
  }

  #search-filters h4 {
    margin-top: 0;
  }
}

@media (min-width: 992px) {
  #search-filters-container {
    display: block !important;
  }
}

.collapsed .panel-title {
  color: #333;
}

.collapsed .panel-title a {
  color: #333;
}

.collapsed .panel-title a:hover,
.collapsed .panel-title a:focus {
  text-decoration: none;
}

.collapsed .panel-title a:hover h4 {
  color: #333;
}

.notification {
  position: absolute;
  left: -12px;
  top: -8px;
  z-index: 2;

  display: flex;
  align-items: center;
  justify-content: center;

  background-color: #ff4337;
  width: 20px;
  height: 20px;
  min-height: 1px;

  border-radius: 50%;

  text-align: center;
  color: #fff;
  font-weight: bolder;
  font-size: 10px;
}

.notification.inside-menu {
  left: 0;
}

.position-relative {
  position: relative;
}

#cookie-notification {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  box-shadow: 0 -1px 5px -2px #333;
  background: #fff;
  padding: 15px;
}

#cookie-notification .btn {
  margin: 0;
}

#cookie-notification .alert {
  overflow: auto;
}

.cookie-notification-embed {
  position: relative;
}

unscript {
  display: none;
}

.panel.active-subscription h1,
.panel.active-subscription h2,
.panel.active-subscription h3,
.panel.active-subscription h4,
.panel.active-subscription h5,
.panel.active-subscription h6,
.panel.inactive-subscription h1,
.panel.inactive-subscription h2,
.panel.inactive-subscription h3,
.panel.inactive-subscription h4,
.panel.inactive-subscription h5,
.panel.inactive-subscription h6 {
  margin: 0 0 10px 0;
}

.panel.active-subscription {
  border: 1px solid #3a61a4;
}

.overflow-auto {
  overflow: auto;
}

#copy-successful {
  opacity: 0;
  transition: opacity 400ms;
}

@media (max-width: 1200px) {
  .navbar-header {
    float: none;
  }

  .navbar-brand img {
    height: 32px;
  }

  .navbar-left,
  .navbar-right {
    float: none !important;
  }

  .navbar-toggle {
    display: block;
  }

  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  }

  .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
  }

  .navbar-collapse.collapse {
    display: none !important;
  }

  .navbar-nav {
    float: none !important;
    margin-top: 7.5px;
  }

  .navbar-nav > li {
    float: none;
  }

  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .collapse.in {
    display: block !important;
  }

  .navbar {
    min-height: 0;
  }
}

@media (min-width: 1200.95px) {
  #navbar-user {
    display: none !important;
  }
}

h3 a:hover {
  color: #fff;
}

.btn.btn-social-icon:focus {
  color: #fff;
}

#btn-login {
  padding: 6px 10px;
  color: #ff4337;
}

#navbar-user {
  padding: 0 40px;
}

#navbar-user form {
  margin-top: 20px;
  margin-bottom: 20px;
}

.menu-shadow {
  border-bottom: 3px solid #ff4337;
}

@media (min-width: 768px) {
  .menu-shadow {
    background: #fff;
    -webkit-box-shadow: inset 0px 4px 5px 0px rgba(102, 102, 102, 0.5);
    -moz-box-shadow: inset 0px 4px 5px 0px rgba(102, 102, 102, 0.5);
    box-shadow: inset 0px 4px 5px 0px rgba(102, 102, 102, 0.5);
  }
}

.logo img {
  width: 180px;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  margin-left: -30px;
  margin-right: -60px;
}

hr {
  border-top: 1px solid #3f3f3f;
}

.case-title p {
  margin: 0;
}

.case a.btn {
  margin-bottom: 20px;
}

h3.easyread {
  float: left;
  margin: 40px 0 0 0;
  font-size: 24px;
}

/* SITEPICKER */
#sitepicker .websites {
  overflow: hidden;
  height: 33px;
}

#sitepicker .websites li > a {
  display: inline-block;
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-size: 0.9em;
  padding: 5px;
  border-radius: 2px;
  text-align: center;
  position: relative;
  color: #666;
}

#sitepicker .websites li > a:hover,
#sitepicker .websites li > a:active {
  text-decoration: none;
}

#sitepicker .websites li > a span {
  position: absolute;
  text-align: center;
  left: 0;
  width: 150px;
}

#sitepicker .websites li:hover a,
#sitepicker .websites li.active a {
  background: #ff4337;
  color: #fff;
}

.websites li .sitepicker {
  display: none;
  position: absolute;
  top: 57px;
  left: 0;
  right: 0;
  z-index: 100;
}

.websites li .sitepicker.vj > .row {
  border-top: 2px solid #f68220;
}

.websites li .sitepicker.netwerken > .row {
  border-top: 2px solid #4db848;
}

.websites li .sitepicker.juridisch_fiscaal > .row {
  border-top: 2px solid #0072bc;
}

.websites li .sitepicker.transacties > .row {
  border-top: 2px solid #ed1c24;
}

.websites li .sitepicker.werk > .row {
  border-top: 2px solid #00aeef;
}

.websites li .sitepicker.dossiers > .row {
  border-top: 2px solid #4db848;
}

.websites li .sitepicker.tech > .row {
  border-top: 2px solid #f89f20;
}

.websites li .sitepicker.woningmarkt > .row {
  border-top: 2px solid #ed1b2e;
}

.websites li .sitepicker.data > .row {
  border-top: 2px solid #818285;
}

a.menu_vj.active {
  background: #f68220;
  color: #fff !important;
}

a.menu_netwerken.active {
  background: #4db848;
  color: #fff !important;
}

a.menu_juridischfiscaal.active {
  background: #0072bc;
  color: #fff !important;
}

a.menu_transacties.active {
  background: #ed1c24;
  color: #fff !important;
}

a.menu_werk.active {
  background: #00aeef;
  color: #fff !important;
}

a.menu_dossiers.active {
  background: #4db848;
  color: #fff !important;
}

a.menu_woningmarkt.active {
  background: #ed1b2e;
  color: #fff !important;
}

a.menu_data.active {
  background: #818285;
  color: #fff !important;
}

a.menu_tech.active {
  background: #f89f20;
  color: #fff !important;
}

@media (min-width: 768px) {
  .websites li:hover .sitepicker {
    display: block !important;
  }
}

.websites li .sitepicker > .row {
  height: 100px;
  position: relative;
  z-index: 100;
  background: #fff;
  margin-top: 15px;
  margin-left: 15px;
  margin-right: 15px;
}

.websites li .sitepicker .row a span {
  display: block;
  position: absolute;
  bottom: 15px;
  width: 80%;
  color: #fff;
  padding: 5px;
  /*text-align: justify; */
  font-size: 0.8em;
  background: rgb(0, 0, 0);
  /* fallback color */
  background: rgba(0, 0, 0, 0.5);
  text-align: left;
}

.websites li .sitepicker .row a div {
  width: 100%;
  height: 95px;
  background-size: cover;
}

@media (max-width: 767.98px) {
  header .websites {
    overflow: hidden;
    /* Height of <li> elements inside of it */
    height: 33px;
  }

  #sitepicker .websites .list-inline {
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
    margin-left: 0;
  }

  #sitepicker .websites .list-inline > li {
    padding: 0;
    height: 33px;
  }

  #sitepicker .gradient-left,
  #sitepicker .gradient-right {
    width: 15%;
    position: absolute;
    height: 100%;
    top: 0;
    pointer-events: none;
  }

  #sitepicker .gradient-left {
    z-index: 101;
    display: none;
    left: 15px;
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=1);
  }

  #sitepicker .gradient-right {
    right: 15px;
    background: -moz-linear-gradient(right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-linear-gradient(right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=1);
  }

  #sitepicker .websites li > a {
    height: 100%;
  }
}

@media (min-width: 992px) {
  .websites li .sitepicker {
    top: 30px;
  }

  .websites li .sitepicker > .row {
    height: 120px;
  }

  .websites li .sitepicker .row a div {
    height: 115px;
  }
}

@media (min-width: 1200px) {
  .websites li .sitepicker > .row {
    height: 130px;
  }

  .websites li .sitepicker .row a div {
    height: 125px;
  }
}

.notifications .alert-success {
  color: #3f3f3f;
  background-color: #fff9f8;
  border-color: #ff4337;
}

.notifications .close {
  margin-left: 6px;
}

.kader {
  padding: 15px;
  border: 1px solid #dddddd;
  background-color: #eeeeee;
  width: 50%;
}

.kader img {
  max-width: 100%;
  height: auto !important;
}

.kader:after {
  background-color: #999;
  position: absolute;
  left: 0;
  right: 0;
  top: 40px;
  content: "";
}

.kader-links {
  float: left;
  margin: 0 15px 0 0;
}

.kader-rechts {
  float: right;
  margin: 0 0 0 15px;
}

hr {
  margin: 20px 0 20px;
}

.thickness-one {
  border: 0;
  border-top: 1px solid #eee;
}

.thickness-two {
  border: 0;
  border-top: 2px solid #eee;
}

.thickness-four {
  border: 0;
  border-top: 4px solid #eee;
}

.dark-grey-seperator {
  border-color: #aaaaaa;
}

.black-seperator {
  border-color: #000;
}

/* Longreads */
body.longread header {
  margin-bottom: -85px;
  position: relative;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.4);
  float: left;
  width: 100%;
}

body.specials img.logo,
body.longread img.logo {
  height: 60px;
  margin: auto;
}

header .logo {
  position: relative;
  /* top: 15px; */
  margin-bottom: 15px !important;
}

@media (min-width: 992px) {
  header .logo {
    margin: 0;
  }
}

#loading-cover {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  display: flex;
  align-items: center;
  z-index: 2000;
  justify-content: center;
  color: #ff4337;
}

#progress-bar {
  background-color: #ff4337;
  position: absolute;
  width: 0%;
  transition: width 500ms;
}

#progress-bar-container,
#progress-bar {
  height: 6px;
  top: 0;
  left: 0;
  z-index: 1;
}

#progress-bar-container {
  position: fixed;
  width: 100%;
}

.row.longread {
  overflow: hidden;
}

.longread-header {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.longread-article-image {
  background-position: center;
  background-size: cover;
  transform: scale(1);
  transition: transform 4500ms;
  transition-delay: 1000ms;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.longread-header h1 {
  font-size: 1.8em;
  color: #fff;
  margin: 0 10%;
  font-weight: 700;
}

@media (min-width: 768px) {
  .longread-header h1 {
    font-size: 2.5em;
  }
}

@media (min-width: 992px) {
  .longread-title {
    width: 65%;
    text-align: center;
    margin: 0 auto !important;
  }
}

.longread-meta-data h1,
.longread-meta-data p {
  text-shadow: 0 0 5px rgba(0, 0, 0, 1);
}

.longread-meta-data {
  color: #fff;
  width: 100%;
  font-size: 1.6em;
  z-index: 1;
  bottom: 0;
  position: absolute;
}

.longread-title-bg {
  border-radius: 2px;
  width: 100%;
  padding-top: 50px;
  background: -webkit-linear-gradient(to top, rgba(55, 55, 55, 1), rgba(55, 55, 55, 0));
  background: -o-linear-gradient(to top, rgba(55, 55, 55, 1), rgba(55, 55, 55, 0));
  background: -moz-linear-gradient(to top, rgba(55, 55, 55, 1), rgba(55, 55, 55, 0));
  background: linear-gradient(to top, rgba(55, 55, 55, 1), rgba(55, 55, 55, 0));
}

.longread-introduction {
  font-weight: bold;
}

article img {
  display: block;
  max-width: 100%;
  height: auto;
}

article.longread {
  border-bottom: 0;
}

.special-card-text,
article.longread p {
  line-height: 160%;
  font-size: 1.05em;
}

.longread-header-metadata i {
  margin-right: 2px;
}
section.specials div.article-image-outer,
section.special div.article-image-outer,
section.case div.article-image-outer {
  overflow: hidden;
}

section.specials div.article-image,
section.special div.article-image,
section.case div.article-image {
  width: 100%;
  padding-top: 75%;
  background-size: cover;
  background-position: center center;
  transition: transform 2s;
  will-change: transform;
}

section.specials .article,
section.special .article {
  margin-top: 30px;
}

section.case .article {
  margin-bottom: 30px;
}

blockquote {
  border-radius: 3px;
  position: relative;
  font-style: italic;
  text-align: center;
  padding: 1rem 1.2rem;
  width: 86%;
  color: #4a4a4a;
  margin: 1.5rem auto 1.5rem;
  background: #e8e8e8;
  border-left: none !important;
}

.longread blockquote {
  width: 100%;
}

@media (max-width: 1200px) {
  blockquote,
  .longread blockquote {
    margin: 3rem auto 3rem;
    width: 70%;
  }
}

blockquote:before,
blockquote:after {
  font-family: FontAwesome;
  position: absolute;
  top: 13px;
  color: #e8e8e8;
  font-size: 34px;
}

blockquote:before {
  content: "\f10d";
  margin-right: 13px;
  right: 100%;
}

blockquote:after {
  content: "\f10e";
  margin-left: 13px;
  left: 100%;
}

.special-card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
  transition: box-shadow 0.3s;
}

.special-card .special-card-title {
  position: absolute;
  bottom: 0;
  padding: 10px;
  border-radius: 2px;
  width: 100%;
  padding-top: 50px;
  background: -webkit-linear-gradient(to top, rgba(55, 55, 55, 1), rgba(55, 55, 55, 0));
  background: -o-linear-gradient(to top, rgba(55, 55, 55, 1), rgba(55, 55, 55, 0));
  background: -moz-linear-gradient(to top, rgba(55, 55, 55, 1), rgba(55, 55, 55, 0));
  background: linear-gradient(to top, rgba(55, 55, 55, 1), rgba(55, 55, 55, 0));
}

.special-card .special-card-title h2 {
  color: #ffffff;
}

.special-card-title .uitgelicht,
article.headline .overlay .uitgelicht {
  position: absolute;
  top: -19px;
  z-index: 1;
  background: #ff4337;
  padding: 2px 5px;
  border-radius: 2px;
  font-size: 0.9em;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
}

section.case h2.section-title {
  text-align: center;
  margin-bottom: 20px;
  font-size: 3em;
  color: #ff4337;
  font-weight: 600;
}

.special-card .special-card-title .uitgelicht {
  top: 40px;
}

.arrow {
  background: #ff4337;
  border-radius: 100%;
  width: 45px;
  height: 45px;
  margin: auto;
  margin-top: 30px;
  cursor: pointer;
  -webkit-animation: float-down 1s infinite alternate;
  -moz-animation: float-down 1s infinite alternate;
  -ms-animation: float-down 1s infinite alternate;
  animation: float-down 1s infinite alternate;
}

.arrow svg {
  width: 25px;
  margin-top: 11px;
  margin-left: 10px;
  fill: #fff;
}

/* Arrow animations */
@-webkit-keyframes float-down {
  0% {
    -webkit-transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(-5px);
  }
}
@-moz-keyframes float-down {
  0% {
    -moz-transform: translateY(0px);
  }
  100% {
    -moz-transform: translateY(-5px);
  }
}
@-ms-keyframes float-down {
  0% {
    -ms-transform: translateY(0px);
  }
  100% {
    -ms-transform: translateY(-5px);
  }
}
@keyframes float-down {
  0% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(-5px);
  }
}
.case-article .article-meta-data.left {
  width: 30%;
  background-size: cover;
  background-position: center center;
  border-right: 1px solid #eee;
}

.case-article .article-meta-data {
  height: 100px;
  background-color: #fff;
  float: left;
}

.case-article .article-meta-data.right {
  width: 70%;
  padding: 5px 20px 5px 10px;
  border-left: 1px solid #eee;
}

.case-article .article-meta-data p {
  font-size: 0.9em;
  font-weight: 700;
}

.case-article .article-meta-data h2,
.case-article .article-meta-data p {
  color: #333;
  margin: 0;
}
.case-article .article-meta-data h2 {
  font-size: 1.3em;
}

.special-card-text,
article.longread p {
  line-height: 160%;
  font-size: 1.2em;
}

.case-article .article-meta-data i {
  position: absolute;
  right: 5px;
  line-height: 100px;
  top: 0;
  color: #999;
}

.case-article .article-meta-data {
  height: 100px;
  background-color: #fff;
  float: left;
}
.case-article.next-case-article {
  right: 0;
  left: 0;
}

@media (min-width: 768px) {
  .case-article.next-case-article {
    left: unset;
  }

  .case-article {
    width: 50%;
  }
}

.case-article {
  width: 100%;
  background-size: cover;
  position: fixed;
  z-index: 3;
  bottom: 0;
  display: none;
  overflow: hidden;
  box-shadow: 0 -1px 5px -2px #333;
}

.case-article .article-meta-data {
  height: 100px;
  background-color: #fff;
  float: left;
}

.case-article .article-meta-data.left {
  width: 30%;
  background-size: cover;
  background-position: center center;
  border-right: 1px solid #eee;
}

.case-article .article-meta-data.right {
  width: 70%;
  padding: 5px 20px 5px 10px;
  border-left: 1px solid #eee;
}

.case-article .article-meta-data i {
  position: absolute;
  right: 5px;
  line-height: 100px;
  top: 0;
  color: #999;
}

.case-article .article-meta-data h2,
.case-article .article-meta-data p {
  color: #333;
  margin: 0;
}

.case-article .article-meta-data h2 {
  font-size: 1.3em;
}

.case-article .article-meta-data p {
  font-size: 0.9em;
  font-weight: 700;
}

.case-article.next-case-article {
  right: 0;
  left: 0;
}

@media (min-width: 768px) {
  .case-article.next-case-article {
    left: unset;
  }

  .case-article {
    width: 50%;
  }
}

@media (min-width: 1200px) {
  .case-article {
    width: 30%;
  }
}

#slick-case-articles {
  padding: 0 15px;
}

#slick-case-articles .slick-slide {
  height: auto;
}

#slick-case-articles[class^="col-md"] {
  padding: 0;
}

.case-container {
  display: flex;
}

.case-container aside:first-child {
  flex-grow: 1;
}

.case-container aside:last-child {
  flex-basis: 30%;
  background-size: cover;
  background-position: center center;
}

/* WEB ALERTS */
.web-alert a.web-alert-close {
  position: relative;
  color: inherit;
  float: right;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  text-decoration: none;
}

.web-alert {
  background-color: #fff;
  border-radius: 3px;
  color: #000;
  border: 1px solid #ff4337;
  padding: 15px;
  margin: 20px 0;
  box-sizing: border-box;
  word-break: keep-all;
}

.web-alert-body {
  overflow: auto;
}

.web-alert-body img {
  max-width: 100%;
  height: auto !important;
}

.web-alert h1,
.web-alert h2,
.web-alert h3,
.web-alert h4,
.web-alert h5,
.web-alert h6 {
  margin-top: 0 !important;
}

.btn-web-alert {
  border-width: 1px;
  border-style: solid;
  border-radius: 3px;
  box-shadow: inset 0 -2px 0 0 #d5382e;
  font-family: "Open Sans Condensed", sans-serif;
  font-weight: 700;
  font-size: 1.4rem;
  height: 34px;
  line-height: 1.8rem;
  margin-bottom: 0.8rem;
  outline: none;
  text-align: center;
  text-decoration: none;
  transition: background-color 0.1s linear;
  cursor: pointer;
  display: inline-block;
}

.btn-web-alert-primary {
  background: #ff4337;
  border-color: #d5382e;
  box-shadow: inset 0 -2px 0 0 #d5382e;
  color: #fff;
}

.btn-web-alert.btn-web-alert-primary:focus,
.btn-web-alert.btn-web-alert-primary:hover,
.btn-web-alert.btn-web-alert-primary:active {
  background: #d5382e;
  border-color: #d5382e;
  color: #fff !important;
  text-decoration: none;
}

.btn-secondary,
.btn-web-alert-secondary {
  border-color: rgb(204, 204, 204);
  box-shadow: inset 0 -2px 0 0 #eee;
  color: #ff4337;
  margin-left: 15px;
  background: #fff;
}
.btn-secondary {
  margin-left: 0;
}

.btn-secondary:focus,
.btn-secondary:hover,
.btn-secondary:active,
.btn-web-alert-secondary:focus,
.btn-web-alert-secondary:hover,
.btn-web-alert-secondary:active {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
  text-decoration: none;
}

/* ol.steps {
		counter-reset: number;
	}
	.steps li {
		list-style: none;
		counter-increment: number;
	}
	.steps li::before {
		content: "Stap " counter(number) ".";
		position: relative;
		left:-5px
	} */

/* App / pwa page */
.display-inline {
  display: inline-block;
}

.app-step .num {
  color: #d5382e;
  background: #fff;
  border: 1px solid #d5382e;
  border-radius: 50%;
  padding: 4px;
  width: 36px;
  height: 36px;
  text-align: center;
  margin-right: 10px;
  font-size: 20px;
}

.app-step .num.active {
  color: #ffffff;
  background: #d5382e;
  border: none;
}

.app-step .text {
  color: #333;
  width: 90%;
}

.app-steps a,
.app-steps a:hover,
.app-steps a:active,
.app-steps a:visited {
  text-decoration: none;
}

.app-step {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

.not-published {
  margin: 0;
  padding: 10px;
  background-color: #1f1f1f;
  color: #eee;
  font-weight: bold;
  position: fixed;
  top: 15px;
  left: 15px;
  z-index: 1000;
}

/* Jobs */
.vacancies ul li {
  margin-bottom: 10px;
}

img.vacancy-image {
  border-radius: 2px;
  border: 1px solid #999;
  padding: 5px;
  margin-bottom: 20px;
}

img.vacancy-image:not(.logo) {
  margin: 0 auto 20px auto;
}

img.vacancy-image:not(.display-hidden) + .file-input > .file-preview {
  display: none;
  margin: 0;
  padding: 10px;
  background-color: #1f1f1f;
  color: #eee;
  font-weight: bold;
  position: fixed;
  top: 15px;
  left: 15px;
  z-index: 1000;
}

@media print {
  a[href]:after {
    content: unset !important;
  }

  #cookie-notification,
  .alert,
  ins {
    display: none !important;
  }
}

.notificon {
  display: flex;
  align-items: center;
  justify-content: center;

  background-color: #ff4337;
  width: 20px;
  height: 20px;
  min-height: 1px;

  border-radius: 50%;

  text-align: center;
  color: #fff;
  font-weight: 700;
  font-size: 10px;

  z-index: 2;
}

.nav .badge {
  background-color: #ff4337;
  margin-bottom: 13px;
  border-radius: 2px;
}

.stickinparent aside img {
  max-width: 100% !important;
  height: auto !important;
}

.name-fields-container,
.password-fields-container {
  display: none;
}

.cta-free-article,
.inct-modal {
  padding: 20px 20px 40px 20px;
  z-index: 2;
  position: relative;
}
