@charset "UTF-8";
/*------------------------------------------------------------------
[TABLE OF CONTENTS]

1. BASIC STYLES
2. LAYOUT
3. HEADER
4. SEARCH
5. CONTENT
6. FOOTER
7. NAVIGATION
8. BUTTONS
9. FORM ELEMENTS
10. COMMON ELEMENTS
11. MEDIA QUERIES
12. ANIMATIONS
-------------------------------------------------------------------*/
/*------------------------------------------------------------------
1. BASIC STYLES
-------------------------------------------------------------------*/
body {
  -webkit-tap-highlight-color: transparent;
}

h1 {
  margin: 0 0 50px;
  line-height: 1.1;
  font-family: Libre Baskerville, serif;
}

h2 {
  margin-top: 50px;
  margin-bottom: 30px;
  font-family: Libre Baskerville, serif;
  color: #ee7f00;

}

h2 a {
  text-decoration: none;
  color: inherit;
}

h2.title {
  margin-bottom: 30px;
  font-weight: normal;
  font-size: 70px;
  line-height: 1;
}

h3 {
  margin: 0 0 30px;
}

h3 a {
  text-decoration: none;
  color: inherit;
}

h3 img {
  vertical-align: middle;
  margin: 0 15px 0 0;
}

h4 {
  margin: 0 0 15px;
  color: inherit;
}

p {
  margin: 0 0 30px;
  line-height: 1.7;
}

ul,
ol {
  margin: 0 0 30px;
}

blockquote {
  margin: 0 0 30px;
  font-size: inherit;
}

blockquote p {
  font-weight: 300;
  font-size: 120%;
  font-family: Libre Baskerville, serif;
}

blockquote .author-photo {
  float: left;
  overflow: hidden;
  width: 50px;
  height: 50px;
  margin: 0 15px 0 0;
  border-radius: 50%;
}

blockquote footer {
  display: inline-block;
  text-align: left;
  font-size: 15px;
  letter-spacing: 1px;
  color: inherit;
}

blockquote footer:after {
  content: "";
  display: table;
  clear: both;
}

blockquote footer:before {
  display: none;
}

blockquote footer cite {
  float: left;
  font-style: normal;
  line-height: 1.2;
  font-style: italic;
}

blockquote footer span {
  opacity: 0.5;
}

.owl-carousel blockquote {
  padding: 0;
  border: none;
}

.owl-carousel blockquote p {
  font-size: inherit;
}

hr {
  height: 5px;
  margin: 30px 0;
  background: #F4F6FB;
  border: none;
}

/*------------------------------------------------------------------
2. LAYOUT
-------------------------------------------------------------------*/
.wrapper {
  position: relative;
  z-index: 1;
}

.container {
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px;
}

.container:after {
  content: "";
  display: table;
  clear: both;
}

.container-fluid {
  position: relative;
}

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

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

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

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

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

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

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

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

.no-top-padding {
  padding-top: 0 !important;
}

.no-bottom-padding {
  padding-bottom: 0 !important;
}

.section-white {
  position: relative;
  background-color: #FFFFFF;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  z-index: 10;
}

.section-light {
  position: relative;
  background-color: #F4F6FB;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  z-index: 10;
}

.section-dark {
  position: relative;
  background-color: #112A5E;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  color: #ffffff;
  z-index: 10;
}

.section-dark h2,
.section-dark h3 {
  color: inherit;
}

.section-overlay {
  position: relative;
}

.section-overlay:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(17, 42, 94, 0.3);
}

.section-stories {
  background-image: url(../images/stories-bg.jpg);
}

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

.grid:before, .grid:after {
  display: none;
}

/*------------------------------------------------------------------
3. HEADER
-------------------------------------------------------------------*/
.site-header {
  position: relative;
  z-index: 100;
}

.site-header .site-header-bar {
  position: relative;
  padding: 15px 0;
  /* background: #0c1c40; */
  background: #EEE;
  color: #172983;
}

.site-header .site-header-inner {
  position: relative;
  /* background: #112A5E; */
  -webkit-box-shadow: 0 5px 10px rgba(34, 34, 34, 0.1);
          box-shadow: 0 5px 10px rgba(34, 34, 34, 0.1);
  color: #172983;
  padding-top: 40px;
  padding-bottom: 50px;
}

.site-header .container {
  padding-top: 0;
  padding-bottom: 0;
}

.site-header a {
  color: #172983;
}

.site-header .contacts-info {
  color: #172983;
}

.site-header .contacts-info p {
  float: left;
  margin: 0;
  padding: 0 15px;
  font-size: 15px;
  line-height: 1;
}

.site-header .contacts-info p:first-child {
  padding-left: 0;
}

.site-header .contacts-info p:last-child {
  padding-right: 0;
}

.site-header .social {
  float: right;
}

.site-header .social h3 {
  float: left;
  margin: 0 20px 0 0;
  font-weight: normal;
  font-size: 15px;
  color: inherit;
}

.site-header .social .social-nav {
  float: left;
  margin: 0;
  line-height: 1;
  font-size: 20px;
}

.site-header .social .social-nav a {
  opacity: 0.9;
  color: #172983;
}

.site-header .social .social-nav a:hover {
  opacity: 1;
}

.site-header .logo {
  position: absolute;
  left: 20px;
  top: 0;
  height: 80px;
  line-height: 80px;
  z-index: 15;
}

.site-header .logo a {
  display: block;
  text-decoration: none;
}

.site-header .logo img {
  vertical-align: middle;
}

/*------------------------------------------------------------------
4. SEARCH
-------------------------------------------------------------------*/
.site-search {
  position: fixed;
  left: 0;
  top: 0;
  overflow: hidden;
  width: 100%;
  height: 0;
  z-index: 100;
  -webkit-transition: 0s .7s;
  -o-transition: 0s .7s;
  transition: 0s .7s;
}

.site-search:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background: #112A5E;
  -webkit-transition: 0.5s 0.3s cubic-bezier(0.62, 0.28, 0.23, 0.99);
  -o-transition: 0.5s 0.3s cubic-bezier(0.62, 0.28, 0.23, 0.99);
  transition: 0.5s 0.3s cubic-bezier(0.62, 0.28, 0.23, 0.99);
}

.site-search .site-search-inner {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  -webkit-transform: translateY(-70%);
      -ms-transform: translateY(-70%);
          transform: translateY(-70%);
  opacity: 0;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

.site-search .site-search-inner .site-search-form {
  color: #ffffff;
  text-align: center;
}

.site-search .site-search-inner .site-search-form h2 {
  color: inherit;
}

.site-search .site-search-inner .site-search-form .form-group {
  margin: 0;
}

.site-search .site-search-inner .site-search-form .form-control {
  background: #0f2451;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: inherit;
}

.site-search .site-search-inner .site-search-form .form-control::-webkit-input-placeholder {
  color: inherit;
}

.site-search .site-search-inner .site-search-form .form-control:-ms-input-placeholder {
  color: inherit;
}

.site-search .site-search-inner .site-search-form .form-control::-ms-input-placeholder {
  color: inherit;
}

.site-search .site-search-inner .site-search-form .form-control::placeholder {
  color: inherit;
}

.site-search .site-search-close-btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 44px;
  height: 44px;
  background: none;
  border: none;
  font-size: 28px;
  line-height: 44px;
  color: #456DC7;
  text-align: center;
}

.site-search.is-visible {
  height: 100%;
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
}

.site-search.is-visible:before {
  height: 100%;
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
}

.site-search.is-visible .site-search-inner {
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 1;
  -webkit-transition-delay: .3s;
       -o-transition-delay: .3s;
          transition-delay: .3s;
}

/*------------------------------------------------------------------
5. CONTENT
-------------------------------------------------------------------*/
.site-content img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

.site-content iframe {
  width: 100%;
  max-width: 100%;
}

/*------------------------------------------------------------------
6. FOOTER
-------------------------------------------------------------------*/
.site-footer {
  position: relative;
}

.site-footer .site-footer-inner {
    border-top: 3px solid #ee7f00;
  background: #172983;
  color: #ffffff;
}

.site-footer .site-footer-bar {
  padding: 10px 0;
  background: #0d1e6f;
  color: rgba(255, 255, 255, 0.5);
}

.site-footer .site-footer-bar a {
  color: rgba(255, 255, 255, 0.5);
}

.site-footer a
{
    color: #FFFFFF;
}
.site-footer a:hover
{
      color: rgba(255, 255, 255, 0.7);
    text-decoration: underline;
}

.site-footer .contacts-info .fa,
.site-footer .contacts-info .fas,
.site-footer .contacts-info .fab,
.site-footer .contacts-info .far,
.site-footer .contacts-info .fal
{
  margin: 0 5px 0 0;
  opacity: 0.5;
  color: #FFFFFF;
}


.site-footer h3 {
  color: inherit;
}

.site-footer p {
  font-size: 15px;
}

.site-footer img {
  max-width: 100%;
  height: auto;
}

.site-footer .subscribe-form .form-control {
  background: #0c1c40;
  border: none;
  border-radius: 50px;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: inherit;
}

.site-footer .subscribe-form .form-control:focus + button {
  opacity: 1;
}

.site-footer .subscribe-form button {
  color: inherit;
  opacity: 0.5;
}

.site-footer .subscribe-form button:hover {
  opacity: 1;
}

.site-footer .subscribe-form button:disabled {
    opacity: 0.5;
    cursor: default;
}

/*------------------------------------------------------------------
7. NAVIGATION
-------------------------------------------------------------------*/
.main-nav {
  position: relative;
  text-align: center;
  z-index: 10;
}

.main-nav ul {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  color: inherit;
  list-style: none;
  font-weight: bold;
  font-size: 15px;
  line-height: 80px;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.main-nav ul .main-nav-item {
  position: relative;
  float: left;
  padding: 0;
}

.main-nav ul .main-nav-item .main-nav-link {
  position: relative;
  display: block;
  height: 80px;
  padding: 0 15px;
  text-decoration: none;
  z-index: 5;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.main-nav ul .main-nav-item .main-nav-link:before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  border-bottom: 8px solid #ee7f00;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  opacity: 0;
}

.main-nav ul .main-nav-item ul {
  position: absolute;
  left: 50%;
  top: 100%;
  display: block;
  width: 200px;
  margin: 0;
  padding: 10px 0;
  background: #172983;
  border-radius: 0 0 3px 3px;
  -webkit-box-shadow: 0 15px 30px rgba(34, 34, 34, 0.5);
          box-shadow: 0 15px 30px rgba(34, 34, 34, 0.5);
  font-weight: normal;
  font-size: 1em;
  line-height: 1.2;
  letter-spacing: 1px;
  text-transform: none;
  visibility: hidden;
  opacity: 0;
  -webkit-transform-origin: 50% 0;
      -ms-transform-origin: 50% 0;
          transform-origin: 50% 0;
  -webkit-transform: translateX(-50%) scale(0.9);
      -ms-transform: translateX(-50%) scale(0.9);
          transform: translateX(-50%) scale(0.9);
  -webkit-transition: .1s;
  -o-transition: .1s;
  transition: .1s;
}

.main-nav ul .main-nav-item ul:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 20px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(transparent));
  background: -webkit-linear-gradient(rgba(0, 0, 0, 0.2), transparent);
  background: -o-linear-gradient(rgba(0, 0, 0, 0.2), transparent);
  background: linear-gradient(rgba(0, 0, 0, 0.2), transparent);
}

.main-nav ul .main-nav-item ul li {
  padding: 0;
}

.main-nav ul .main-nav-item ul li a {
  display: block;
  padding: 10px 15px;
  text-decoration: none;
  color: #FFFFFF;
}

.main-nav ul .main-nav-item ul li a:hover {
  color: #ee7f00;
}

.main-nav ul .main-nav-item.main-nav-item-parent .main-nav-link {
  padding-right: 20px;
}

.main-nav ul .main-nav-item.main-nav-item-parent .main-nav-link:after {
  content: '';
  position: absolute;
  right: 6px;
  top: 50%;
  font-family: 'Font Awesome 5 Pro';
  line-height: 1;
  -webkit-transform: translateY(-60%);
      -ms-transform: translateY(-60%);
          transform: translateY(-60%);
}

.main-nav ul .main-nav-item.active .main-nav-link, .main-nav ul .main-nav-item.active:hover .main-nav-link {
  color: #809bd9;
}

.main-nav ul .main-nav-item.active .main-nav-link:before, .main-nav ul .main-nav-item.active:hover .main-nav-link:before {
  opacity: 1;
}

.main-nav ul .main-nav-item:hover .main-nav-link, .main-nav ul .main-nav-item.selected .main-nav-link {
  color: #809bd9;
}

.main-nav ul .main-nav-item:hover ul, .main-nav ul .main-nav-item.selected ul {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateX(-50%) scale(1);
      -ms-transform: translateX(-50%) scale(1);
          transform: translateX(-50%) scale(1);
  -webkit-transition-duration: .3s;
       -o-transition-duration: .3s;
          transition-duration: .3s;
}

.user-nav {
  position: absolute;
  right: 20px;
  top: 50%;
  margin: 0;
  padding: 0;
  color: inherit;
  list-style: none;
  font-size: 15px;
  line-height: 1;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 15;
}

.user-nav .user-nav-item {
  position: relative;
  float: left;
  padding: 0 0 0 20px;
}

.user-nav .user-nav-item .user-nav-link {
  position: relative;
  display: block;
  padding: 0;
  background: none;
  border: none;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.user-nav .user-nav-item .user-nav-link .fa {
  font-size: 1.25em;
}

.user-nav .user-nav-item .user-nav-link sup {
  position: absolute;
  top: -14px;
  right: -12px;
  display: block;
  min-width: 20px;
  height: 20px;
  padding: 0;
  background: #456DC7;
  border-radius: 15px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.75);
          box-shadow: 0 1px 1px rgba(0, 0, 0, 0.75);
  font-size: 0.75em;
  line-height: 20px;
  text-align: center;
  color: #fff;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.user-nav .user-nav-item .user-nav-link:hover {
  color: #809bd9;
}

.user-nav .user-nav-item:first-child {
  padding: 0;
}

.social-nav {
  display: inline-block;
  padding: 0;
  color: inherit;
  list-style: none;
}

.social-nav li {
  float: left;
  padding: 0 0 0 20px;
}

.social-nav li a {
  display: block;
  text-decoration: none;
}

.social-nav li:first-child {
  padding: 0;
}

.breadcrumb {
  margin-bottom: 50px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  font-size: 14px;
}

.breadcrumb .active {
  
}

.tags {
  margin: 0 0 30px;
}

.tags:after {
  content: "";
  display: table;
  clear: both;
}

.tags a {
  float: left;
  margin: 0 5px 5px 0;
  padding: 10px 15px;
  border-radius: 30px;
  border: 1px solid #e1e7f4;
  font: bold 9px Roboto, sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #456DC7;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.tags a:hover {
  background-color: #3256a7;
  border-color: transparent;
  color: #fff;
}

/*------------------------------------------------------------------
8. BUTTONS
-------------------------------------------------------------------*/
.btn {
  position: relative;
  text-transform: uppercase;
  font-size: 15px;
  letter-spacing: 2px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  color: #172983;
}

.btn.btn-default:hover {
  background-color: #172983;
  border-color: transparent;
  color: #fff;
}

.btn.btn-default:active, .btn.btn-default:focus, .btn.btn-default:active:focus {
  background-color: #172983;
  border-color: transparent;
  color: #fff;
  outline: 0;
}

.btn.btn-text:hover {
  background-color: #172983;
  border-color: transparent;
  color: #fff;
}

.btn.btn-text, btn.btn-text:active, .btn.btn-default:focus, .btn.btn-default:active:focus {
  background-color: #172983;
  border-color: transparent;
  color: #fff;
  outline: 0;
}

.btn.btn-link {
  padding-left: 0;
  padding-right: 0;
  text-decoration: none;
  letter-spacing: 1px;
}

.btn.btn-link:before {
  display: none;
}

.btn.btn-link:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 10px;
  width: 0;
  border-bottom: 2px solid;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: 0.65s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: 0.65s cubic-bezier(0.4, 0, 0.2, 1);
  transition: 0.65s cubic-bezier(0.4, 0, 0.2, 1);
}

.btn.btn-link:hover:after {
  width: 100%;
}

.btn.btn-sm, .btn.btn-xs {
  font-size: 10px;
  letter-spacing: 1px;
}

.btn-group .btn {
  border-radius: 4px;
}

.btn-more {
  position: relative;
  overflow: hidden;
  display: inline-block;
  width: 40px;
  height: 20px;
  white-space: nowrap;
  text-indent: 100%;
  color: #456DC7;
}

.btn-more:before, .btn-more:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 8px;
  height: 8px;
  margin: -4px 0 0 -4px;
  border-radius: 50%;
  -webkit-box-shadow: -13px 0 0, 13px 0 0;
          box-shadow: -13px 0 0, 13px 0 0;
  -webkit-transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.btn-more:before {
  background: #456DC7;
}

.btn-more:after {
  background: #E1C760;
  color: #E1C760;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  opacity: 0;
}

.btn-more:hover:before {
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  opacity: 0;
}

.btn-more:hover:after {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}

.btn-play {
  position: relative;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  width: 100px;
  height: 100px;
  text-decoration: none;
  font-size: 25px;
  color: #fff;
  white-space: nowrap;
  text-indent: -9999px;
  z-index: 10;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.btn-play:before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 80px;
  height: 80px;
  background: #456DC7;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.btn-play .fa {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-40%, -50%);
      -ms-transform: translate(-40%, -50%);
          transform: translate(-40%, -50%);
  text-indent: 0;
}

.btn-play:hover, .btn-play:focus {
  color: #fff;
}

.btn-play:hover:before, .btn-play:focus:before {
  background: #3256a7;
  width: 100%;
  height: 100%;
}

.btn-map {
  position: relative;
  display: block;
  padding: 90px 0;
  background: url(../images/world-map.png) 50% 50% no-repeat;
  background-size: contain;
  text-align: center;
  font: bold 12px Roboto, sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: inherit;
  z-index: 10;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}

.btn-map span {
  position: relative;
  display: inline-block;
  padding: 18px 35px;
  border-radius: 30px;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}

.btn-map span:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #fff;
  -webkit-box-shadow: inset 0 0 10px #fff;
          box-shadow: inset 0 0 10px #fff;
  border-radius: 30px;
  opacity: 0.2;
  z-index: -1;
}

.btn-map span .fa {
  color: #E1C760;
}

.btn-map:hover {
  color: #fff;
}

.btn-map:hover span {
  background: #3860ba;
}

.main-nav-toggle-btn,
.user-nav-toggle-btn {
  top: 18px;
  display: none;
  width: 44px;
  height: 44px;
  background: #112A5E;
  border: none;
  border-radius: 50%;
  color: #ffffff;
  cursor: pointer;
}

.main-nav-toggle-btn {
  position: absolute;
  left: calc(100% + 15px);
}

.main-nav-toggle-btn span {
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  width: 18px;
  margin-left: -9px;
  border-bottom: 1px solid;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.main-nav-toggle-btn span:nth-child(1) {
  -webkit-transform: translateY(-5px);
      -ms-transform: translateY(-5px);
          transform: translateY(-5px);
}

.main-nav-toggle-btn span:nth-child(2) {
  width: 16px;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.main-nav-toggle-btn span:nth-child(3) {
  width: 14px;
  -webkit-transform: translateY(5px);
      -ms-transform: translateY(5px);
          transform: translateY(5px);
}

.is-visible .main-nav-toggle-btn {
  background: #0d2048;
}

.is-visible .main-nav-toggle-btn span:nth-child(1) {
  -webkit-transform: translateY(0) rotate(45deg);
      -ms-transform: translateY(0) rotate(45deg);
          transform: translateY(0) rotate(45deg);
}

.is-visible .main-nav-toggle-btn span:nth-child(2) {
  opacity: 0;
}

.is-visible .main-nav-toggle-btn span:nth-child(3) {
  width: 18px;
  -webkit-transform: translateY(0) rotate(-45deg);
      -ms-transform: translateY(0) rotate(-45deg);
          transform: translateY(0) rotate(-45deg);
}

.user-nav-toggle-btn {
  position: fixed;
  right: 15px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.user-nav-toggle-btn span {
  position: absolute;
  left: 50%;
  display: block;
  width: 4px;
  height: 4px;
  margin-left: -2px;
  background: #fff;
  border-radius: 50%;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.user-nav-toggle-btn span:nth-child(1) {
  top: 13px;
}

.user-nav-toggle-btn span:nth-child(2) {
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.user-nav-toggle-btn span:nth-child(3) {
  bottom: 13px;
}

.user-nav-toggle-btn.is-active {
  background: #0d2048;
  -webkit-transform: rotate(-270deg);
      -ms-transform: rotate(-270deg);
          transform: rotate(-270deg);
}

/*------------------------------------------------------------------
9. FORM ELEMENTS
-------------------------------------------------------------------*/
.form-control {
  font-size: 15px;
}

.form-control.bootstrap-select {
  background: none;
}

.form-control.bootstrap-select .dropdown-toggle {
  border-radius: 4px;
  outline-offset: 0;
  font-weight: normal;
  letter-spacing: 0;
  text-transform: none;
  color: inherit;
}

.form-control.bootstrap-select .dropdown-toggle .caret {
  right: 15px;
}

.form-control.bootstrap-select .dropdown-toggle:active {
  color: inherit;
}

.form-control.bootstrap-select .dropdown-toggle:hover, .form-control.bootstrap-select .dropdown-toggle:focus {
  background: #fff;
  border-color: #e1e7f4;
}

.form-control.bootstrap-select.open .dropdown-toggle {
  background: #fff;
  border-color: #cfd7ed;
  color: inherit;
}

.form-control.error {
  border-color: #fc5756;
}

.noUi-target {
  background: #fff;
  border-color: #e1e7f4;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.noUi-horizontal {
  height: 10px;
}

.noUi-horizontal .noUi-handle {
  width: 20px;
  height: 20px;
  left: -6px;
  top: -6px;
}

.noUi-connect {
  background: #F4F6FB;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.noUi-handle {
  background: #456DC7;
  border: none;
  border-radius: 50%;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.noUi-handle:before, .noUi-handle:after {
  display: none;
}

label {
  margin-bottom: 10px;
}

label.error {
  padding: 5px 0 0;
  color: #fc5756;
}

.required {
  color: #fc5756;
}

.form-horizontal .control-label {
  display: inline-block;
  margin-bottom: 0;
  padding-top: 10px;
  font-size: 16px;
  color: inherit;
}

.form-horizontal .radio,
.form-horizontal .checkbox {
  padding-top: 9px;
}

.input-group-btn .btn {
  border-radius: 4px;
}

.input-group-spinner .form-control {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}

.search-form {
  position: relative;
}

.search-form .form-control {
  width: 100%;
  padding: 12px 20px;
  padding-right: 43px;
}

.search-form button {
  position: absolute;
  right: 0;
  top: 50%;
  width: 43px;
  height: 43px;
  background: none;
  border: none;
  color: #456DC7;
  cursor: pointer;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.search-form button .fa {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.subscribe-form {
  position: relative;
}

.subscribe-form .form-control {
  width: 100%;
  padding: 12px 25px;
  padding-right: 43px;
  font-size: 15px;
}

.subscribe-form button {
  position: absolute;
  right: 5px;
  top: 24px;
  width: 43px;
  height: 43px;
  background: none;
  border: none;
  color: #456DC7;
  cursor: pointer;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.cart-form .form-cart-items {
  margin-bottom: 50px;
}

.cart-form .form-cart-items th {
  text-transform: uppercase;
}

.cart-form .form-cart-items th,
.cart-form .form-cart-items td {
  padding: 15px;
}

.cart-form .form-cart-items .form-cart-item-remove {
  width: 5%;
  text-align: center;
  vertical-align: middle;
}

.cart-form .form-cart-items .form-cart-item-photo,
.cart-form .form-cart-items .form-cart-item-quantity {
  width: 18%;
}

.checkout-form #password-group {
  display: none;
}


#nieuwsbriefFormulier .help-block
{
    color: #ee7f00;   
}

#bestuurslidFormulier .form-control-feedback,
#lidFormulier .form-control-feedback,
#sponsorFormulier .form-control-feedback,
#vrijwilligerFormulier .form-control-feedback,
#contactFormulier .form-control-feedback
{
	position: absolute;
	display: inline-block;
	top: 34px;
	margin-right: 8px;
}
@media screen and (max-width: 767px)
{
    #bestuurslidFormulier .form-control-feedback,
    #lidFormulier .form-control-feedback,
    #sponsorFormulier .form-control-feedback,
    #vrijwilligerFormulier .form-control-feedback,
    #contactFormulier .form-control-feedback
    {
		top: 30px;
	}
}


#bestuurslidFormulier .help-block,
#lidFormulier .help-block,
#sponsorFormulier .help-block,
#vrijwilligerFormulier .help-block,
#contactFormulier .help-block
{
	-webkit-font-smoothing: antialiased;

	font-size: 15px;
	line-height: 24px;
}


/*****************************************

*****************************************/
.ui-dialog-titlebar
{
	background-color: #00549f;
	background-image: none;
	color: #FFFFFF;

	font-family: 'Ubuntu', sans-serif;
	font-weight: bold;
	-webkit-font-smoothing: antialiased;

	font-size: 15px;
	line-height: 1.6em;
	border-radius: 0px;
}

.ui-widget-content
{
	border-radius: 0px;
	border:none;

	font-family: 'Ubuntu', sans-serif;
	font-weight: normal;
	-webkit-font-smoothing: antialiased;

	font-size: 15px;
	line-height: 1.6em;
	color: #2B2924;
}

.ui-widget-content p
{
	text-align: left;
}

.ui-widget-overlay
{
	opacity: .50 !important;
	filter: Alpha(Opacity=50) !important;

	background: #333333 !important;
	z-index: 10000;
}

.ui-widget.dialog
{
	position:fixed;
}

.ui-widget button
{
	margin-top: 20px;
	color: #FFFFFF;
	background-color: #00549f;
	outline:none !important;
	border: 2px solid #00549f;
	transition: 200ms;
	-webkit-transition: 200ms;
	border-radius: 0px;
}

.ui-widget button:hover
{
	color: #FFFFFF;
	border: 2px solid #00549f;
	background-color: #00549f;
	border-radius: 0px;
}


/***********************************************************************************************************************/
/* Fancybox                                                                                                            */
/***********************************************************************************************************************/
.fancybox-skin,
.fancybox-overlay
{
    display: none !important;
	background-color: #FFFFFF;
}

@media (min-width: 768px)
{
	.fancybox-skin,
    .fancybox-overlay
	{
        display: block !important;
    }
};

.fancybox-skin a
{
	color: #000000;
	font-weight: bold;
	font-size: 1.3em;
	text-decoration: none;
}

.fancybox-skin a:hover
{
	text-decoration: none;
}

.fancybox-close
{
	background-image: none;
}

.myClose
{
	text-align:center;
	font-size: 18px;
	width: 36px;
	height: 36px;

	top: -2px;
	right: -5px;
}
.myClose:before
{
	font-family: 'Font Awesome 5 Pro';
	font-size: 24px;
	line-height: 30px;
	position:absolute;
	right: 10px;
	color: #00549f;
	content: '\f00d';
}

a.myClose
{
	color: #00549f;
}
.myNext
{
	position: absolute;
	top: 45%;

	width: 36px;
	height: 36px;
	background-color: #00549f;
	border-radius: 5px;
	border: 3px solid #FFF;

	transition: 500ms;

	right: -46px;
}
.myNext:before
{
	font-family: 'Font Awesome 5 Pro';
	font-size: 24px;
	line-height: 30px;
	position:absolute;
	right: 10px;
	color: #FFF;
	content: '\f0da';
}
	

.myPrev
{
	position: absolute;
	top: 45%;

	width: 36px;
	height: 36px;
	background-color: #00549f;
	border-radius: 5px;
	border: 3px solid #FFF;

	transition: 500ms;

	left: -46px;
}
.myPrev:before
{
	font-family: 'Font Awesome 5 Pro';
	font-size: 24px;
	line-height: 30px;
	position:absolute;
	left: 10px;
	color: #FFF;
	content: '\f0d9';
}


.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
}

@media screen and (max-width: 767px)
{
	.row-eq-height {
	  display:         block;
	}
}



/*------------------------------------------------------------------
10. COMMON ELEMENTS
-------------------------------------------------------------------*/
.icon-b {
  position: relative;
  display: inline-block;
  width: 70px;
  height: 70px;
  margin: 0 0 20px;
  color: #456DC7;
  text-align: center;
  line-height: 84px;
  font-size: 20px;
}

.icon-b:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 1px solid;
  border-radius: 50%;
  opacity: 0.15;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.icon-b img {
  vertical-align: middle;
}

.icon-b .fa {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.loader {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 40px;
  height: 40px;
  margin: 0 10px;
  border-radius: 50%;
  text-indent: -9999em;
  border-top: 1.1em solid rgba(69, 109, 199, 0.2);
  border-right: 1.1em solid rgba(69, 109, 199, 0.2);
  border-bottom: 1.1em solid rgba(69, 109, 199, 0.2);
  border-left: 1.1em solid #456DC7;
  font-size: 10px;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-animation: loader 1.1s infinite linear;
          animation: loader 1.1s infinite linear;
}

@-webkit-keyframes loader {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes loader {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.feature {
  position: relative;
  margin-bottom: 50px;
  padding-top: 25px;
  padding-left: 90px;
}

.feature .icon-b {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

.feature:hover .icon-b:before {
  background: #456DC7;
  border-color: transparent;
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}

.page-header {
  margin: 0 0 50px;
  padding: 30px 0;
  border: none;
  text-align: center;
}

.page-header h1 {
  margin: 0;
  font-weight: bold;
}

.page-header small {
  display: block;
}

.heading {
  position: relative;
  margin: 0 0 30px;
}

.heading h2 {
  margin: 0;
}

.heading p {
  margin-bottom: 5px;
  font: 12px/1 Libre Baskerville, serif;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.lead {
  margin-bottom: 30px;
}

.panel {
  margin-bottom: 30px;
}

.panel-title {
  font-size: 15px;
}

.panel-title a:hover {
  color: #456DC7;
}

.tab-content {
  padding: 30px 0 0;
}

.list-group .fa {
  margin-right: 5px;
}

.owl-carousel {
  margin: 0 0 30px;
}

.owl-carousel .owl-dots {
  padding: 15px 0 0;
  font: bold 14px/1.4 Libre Baskerville, serif;
  text-align: center;
}

.owl-carousel .owl-dots .owl-dot {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 25px;
  height: 25px;
  margin: 0;
  background: none;
  background-position: 50% 50%;
  background-size: cover;
  border-radius: 0;
  color: #DDD;
  opacity: 1;
}

.owl-carousel .owl-dots .owl-dot span {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 12px;
  height: 12px;
  border: 3px solid;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.owl-carousel .owl-dots .owl-dot.active span {
  background: #456DC7;
}

.owl-carousel .owl-nav {
  color: #456DC7;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  width: 50px;
  height: 50px;
  background: #fff;
  border: 1px solid #e1e7f4;
  border-radius: 50%;
  margin-top: -25px;
  text-align: center;
  color: #456DC7;
  z-index: 10;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.owl-carousel .owl-nav .owl-prev i,
.owl-carousel .owl-nav .owl-next i {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 5;
}

.owl-carousel .owl-nav .owl-prev:hover,
.owl-carousel .owl-nav .owl-next:hover {
  background-color: #3256a7;
  border-color: transparent;
  color: #fff;
}

.owl-carousel .owl-nav .owl-prev {
  left: -65px;
}

.owl-carousel .owl-nav .owl-next {
  right: -65px;
}

.owl-carousel.owl-dots-enabled .owl-nav .owl-prev,
.owl-carousel.owl-dots-enabled .owl-nav .owl-next {
  margin-top: -40px;
}

.owl-carousel.slideshow {
  position: relative;
  margin: 0;
  background: #F4F6FB;
  z-index: 20;
}

.owl-carousel.slideshow.owl-dots-enabled .owl-nav .owl-prev,
.owl-carousel.slideshow.owl-dots-enabled .owl-nav .owl-next {
  margin-top: -20px;
}

.owl-carousel.slideshow .owl-dots {
  position: absolute;
  left: 0;
  bottom: 15px;
  width: 100%;
  padding: 0;
  opacity: 0.75;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.owl-carousel.slideshow .owl-dots .owl-dot {
  color: #fff;
  outline: 0;
}

.owl-carousel.slideshow .owl-dots .owl-dot.active span {
  background: #fff;
}

.owl-carousel.slideshow .owl-dots:hover {
  opacity: 1;
}

.owl-carousel.slideshow .owl-nav .owl-prev,
.owl-carousel.slideshow .owl-nav .owl-next {
  background: rgba(0, 0, 0, 0.2);
  border: none;
  color: #fff;
  outline: 0;
}

.owl-carousel.slideshow .owl-nav .owl-prev:hover,
.owl-carousel.slideshow .owl-nav .owl-next:hover {
  background: #456DC7;
}

.owl-carousel.slideshow .owl-nav .owl-prev {
  left: 15px;
}

.owl-carousel.slideshow .owl-nav .owl-next {
  right: 15px;
}

.owl-carousel.slideshow .slideshow-item {
  height: 70vh;
  min-height: 500px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  color: #ffffff;
}

.owl-carousel.slideshow .slideshow-item:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
}

.owl-carousel.slideshow .slideshow-item .slideshow-item-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

.owl-carousel.slideshow .slideshow-item .slideshow-item-inner {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
}

.owl-carousel.slideshow .slideshow-item .animated {
  -webkit-animation-name: none;
          animation-name: none;
}

.owl-carousel.slideshow .slideshow-item h2 {
  text-shadow: 0 15px 30px rgba(34, 34, 34, 0.5);
  color: inherit;
}

.owl-carousel.slideshow .slideshow-item p {
  margin-bottom: 50px;
  text-shadow: 0 5px 15px rgba(34, 34, 34, 0.7);
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

.owl-carousel.slideshow .slideshow-item .btn {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

.owl-carousel.slideshow .slideshow-item.slideshow-item-avond4daagse .slideshow-item-bg {
  background-image: url(../img/headers/home-avond4daagse.jpg);
}

.owl-carousel.slideshow .slideshow-item.slideshow-item-herfsttintentocht .slideshow-item-bg {
  background-image: url(../img/headers/home-herfsttintentocht.jpg);
}

.owl-carousel.slideshow .slideshow-item.slideshow-item-koningsdag .slideshow-item-bg {
  background-image: url(../img/headers/home-koningsdag.jpg);
}

.owl-carousel.slideshow .slideshow-item.slideshow-item-palmpasen .slideshow-item-bg {
  background-image: url(../img/headers/home-palmpasen.jpg);
}

.owl-carousel.slideshow .slideshow-item.slideshow-item-kaarten .slideshow-item-bg {
  background-image: url(../img/headers/home-kaarten.jpg);
}


.owl-carousel.slideshow .active .bounce {
  -webkit-animation-name: bounce;
          animation-name: bounce;
}

.owl-carousel.slideshow .active .flash {
  -webkit-animation-name: flash;
          animation-name: flash;
}

.owl-carousel.slideshow .active .pulse {
  -webkit-animation-name: pulse;
          animation-name: pulse;
}

.owl-carousel.slideshow .active .rubberBand {
  -webkit-animation-name: rubberBand;
          animation-name: rubberBand;
}

.owl-carousel.slideshow .active .shake {
  -webkit-animation-name: shake;
          animation-name: shake;
}

.owl-carousel.slideshow .active .headShake {
  -webkit-animation-name: headShake;
          animation-name: headShake;
}

.owl-carousel.slideshow .active .swing {
  -webkit-animation-name: swing;
          animation-name: swing;
}

.owl-carousel.slideshow .active .tada {
  -webkit-animation-name: tada;
          animation-name: tada;
}

.owl-carousel.slideshow .active .wobble {
  -webkit-animation-name: wobble;
          animation-name: wobble;
}

.owl-carousel.slideshow .active .jello {
  -webkit-animation-name: jello;
          animation-name: jello;
}

.owl-carousel.slideshow .active .bounceIn {
  -webkit-animation-name: bounceIn;
          animation-name: bounceIn;
}

.owl-carousel.slideshow .active .bounceInDown {
  -webkit-animation-name: bounceInDown;
          animation-name: bounceInDown;
}

.owl-carousel.slideshow .active .bounceInLeft {
  -webkit-animation-name: bounceInLeft;
          animation-name: bounceInLeft;
}

.owl-carousel.slideshow .active .bounceInRight {
  -webkit-animation-name: bounceInRight;
          animation-name: bounceInRight;
}

.owl-carousel.slideshow .active .bounceInUp {
  -webkit-animation-name: bounceInUp;
          animation-name: bounceInUp;
}

.owl-carousel.slideshow .active .bounceOut {
  -webkit-animation-name: bounceOut;
          animation-name: bounceOut;
}

.owl-carousel.slideshow .active .bounceOutDown {
  -webkit-animation-name: bounceOutDown;
          animation-name: bounceOutDown;
}

.owl-carousel.slideshow .active .bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
          animation-name: bounceOutLeft;
}

.owl-carousel.slideshow .active .bounceOutRight {
  -webkit-animation-name: bounceOutRight;
          animation-name: bounceOutRight;
}

.owl-carousel.slideshow .active .bounceOutUp {
  -webkit-animation-name: bounceOutUp;
          animation-name: bounceOutUp;
}

.owl-carousel.slideshow .active .fadeIn {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
}

.owl-carousel.slideshow .active .fadeInDown {
  -webkit-animation-name: fadeInDown;
          animation-name: fadeInDown;
}

.owl-carousel.slideshow .active .fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
          animation-name: fadeInDownBig;
}

.owl-carousel.slideshow .active .fadeInDownSmall {
  -webkit-animation-name: fadeInDownSmall;
          animation-name: fadeInDownSmall;
}

.owl-carousel.slideshow .active .fadeInLeft {
  -webkit-animation-name: fadeInLeft;
          animation-name: fadeInLeft;
}

.owl-carousel.slideshow .active .fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
          animation-name: fadeInLeftBig;
}

.owl-carousel.slideshow .active .fadeInLeftSmall {
  -webkit-animation-name: fadeInLeftSmall;
          animation-name: fadeInLeftSmall;
}

.owl-carousel.slideshow .active .fadeInRight {
  -webkit-animation-name: fadeInRight;
          animation-name: fadeInRight;
}

.owl-carousel.slideshow .active .fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
          animation-name: fadeInRightBig;
}

.owl-carousel.slideshow .active .fadeInRightSmall {
  -webkit-animation-name: fadeInRightSmall;
          animation-name: fadeInRightSmall;
}

.owl-carousel.slideshow .active .fadeInUp {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
}

.owl-carousel.slideshow .active .fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
          animation-name: fadeInUpBig;
}

.owl-carousel.slideshow .active .fadeInUpSmall {
  -webkit-animation-name: fadeInUpSmall;
          animation-name: fadeInUpSmall;
}

.owl-carousel.slideshow .active .fadeOut {
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut;
}

.owl-carousel.slideshow .active .fadeOutDown {
  -webkit-animation-name: fadeOutDown;
          animation-name: fadeOutDown;
}

.owl-carousel.slideshow .active .fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
          animation-name: fadeOutDownBig;
}

.owl-carousel.slideshow .active .fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
          animation-name: fadeOutLeft;
}

.owl-carousel.slideshow .active .fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
          animation-name: fadeOutLeftBig;
}

.owl-carousel.slideshow .active .fadeOutRight {
  -webkit-animation-name: fadeOutRight;
          animation-name: fadeOutRight;
}

.owl-carousel.slideshow .active .fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
          animation-name: fadeOutRightBig;
}

.owl-carousel.slideshow .active .fadeOutUp {
  -webkit-animation-name: fadeOutUp;
          animation-name: fadeOutUp;
}

.owl-carousel.slideshow .active .fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
          animation-name: fadeOutUpBig;
}

.owl-carousel.slideshow .active .flip {
  -webkit-animation-name: flip;
          animation-name: flip;
}

.owl-carousel.slideshow .active .flipInX {
  -webkit-animation-name: flipInX;
          animation-name: flipInX;
}

.owl-carousel.slideshow .active .flipInY {
  -webkit-animation-name: flipInY;
          animation-name: flipInY;
}

.owl-carousel.slideshow .active .flipOutX {
  -webkit-animation-name: flipOutX;
          animation-name: flipOutX;
}

.owl-carousel.slideshow .active .flipOutY {
  -webkit-animation-name: flipOutY;
          animation-name: flipOutY;
}

.owl-carousel.slideshow .active .lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
          animation-name: lightSpeedIn;
}

.owl-carousel.slideshow .active .lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
          animation-name: lightSpeedOut;
}

.owl-carousel.slideshow .active .rotateIn {
  -webkit-animation-name: rotateIn;
          animation-name: rotateIn;
}

.owl-carousel.slideshow .active .rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
          animation-name: rotateInDownLeft;
}

.owl-carousel.slideshow .active .rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
          animation-name: rotateInDownRight;
}

.owl-carousel.slideshow .active .rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
          animation-name: rotateInUpLeft;
}

.owl-carousel.slideshow .active .rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
          animation-name: rotateInUpRight;
}

.owl-carousel.slideshow .active .rotateOut {
  -webkit-animation-name: rotateOut;
          animation-name: rotateOut;
}

.owl-carousel.slideshow .active .rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
          animation-name: rotateOutDownLeft;
}

.owl-carousel.slideshow .active .rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
          animation-name: rotateOutDownRight;
}

.owl-carousel.slideshow .active .rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
          animation-name: rotateOutUpLeft;
}

.owl-carousel.slideshow .active .rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
          animation-name: rotateOutUpRight;
}

.owl-carousel.slideshow .active .hinge {
  -webkit-animation-name: hinge;
          animation-name: hinge;
}

.owl-carousel.slideshow .active .rollIn {
  -webkit-animation-name: rollIn;
          animation-name: rollIn;
}

.owl-carousel.slideshow .active .rollOut {
  -webkit-animation-name: rollOut;
          animation-name: rollOut;
}

.owl-carousel.slideshow .active .zoomIn {
  -webkit-animation-name: zoomIn;
          animation-name: zoomIn;
}

.owl-carousel.slideshow .active .zoomInDown {
  -webkit-animation-name: zoomInDown;
          animation-name: zoomInDown;
}

.owl-carousel.slideshow .active .zoomInLeft {
  -webkit-animation-name: zoomInLeft;
          animation-name: zoomInLeft;
}

.owl-carousel.slideshow .active .zoomInRight {
  -webkit-animation-name: zoomInRight;
          animation-name: zoomInRight;
}

.owl-carousel.slideshow .active .zoomInUp {
  -webkit-animation-name: zoomInUp;
          animation-name: zoomInUp;
}

.owl-carousel.slideshow .active .zoomOut {
  -webkit-animation-name: zoomOut;
          animation-name: zoomOut;
}

.owl-carousel.slideshow .active .zoomOutDown {
  -webkit-animation-name: zoomOutDown;
          animation-name: zoomOutDown;
}

.owl-carousel.slideshow .active .zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
          animation-name: zoomOutLeft;
}

.owl-carousel.slideshow .active .zoomOutRight {
  -webkit-animation-name: zoomOutRight;
          animation-name: zoomOutRight;
}

.owl-carousel.slideshow .active .zoomOutUp {
  -webkit-animation-name: zoomOutUp;
          animation-name: zoomOutUp;
}

.owl-carousel.slideshow .active .slideInDown {
  -webkit-animation-name: slideInDown;
          animation-name: slideInDown;
}

.owl-carousel.slideshow .active .slideInLeft {
  -webkit-animation-name: slideInLeft;
          animation-name: slideInLeft;
}

.owl-carousel.slideshow .active .slideInRight {
  -webkit-animation-name: slideInRight;
          animation-name: slideInRight;
}

.owl-carousel.slideshow .active .slideInUp {
  -webkit-animation-name: slideInUp;
          animation-name: slideInUp;
}

.owl-carousel.slideshow .active .slideOutDown {
  -webkit-animation-name: slideOutDown;
          animation-name: slideOutDown;
}

.owl-carousel.slideshow .active .slideOutLeft {
  -webkit-animation-name: slideOutLeft;
          animation-name: slideOutLeft;
}

.owl-carousel.slideshow .active .slideOutRight {
  -webkit-animation-name: slideOutRight;
          animation-name: slideOutRight;
}

.owl-carousel.slideshow .active .slideOutUp {
  -webkit-animation-name: slideOutUp;
          animation-name: slideOutUp;
}

.contacts-info .fa,
.contacts-info .fas,
.contacts-info .fab,
.contacts-info .fal,
.contactr-info .far
{
  margin: 0 5px 0 0;
}

.countdown {
  margin: 0 0 30px;
  padding: 0 10px;
  text-align: center;
  background: #F4F6FB;
  border-radius: 5px;
  color: #222;
}

.countdown:after {
  content: "";
  display: table;
  clear: both;
}

.countdown .countdown-inner {
  position: relative;
  float: left;
  width: 25%;
  padding: 15px 0;
}

.countdown .countdown-inner:before {
  content: ':';
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 16px;
  line-height: 1;
}

.countdown .countdown-inner .countdown-value {
  display: block;
  margin: 0 0 5px;
  font-style: italic;
  font-size: 30px;
  line-height: 1;
}

.countdown .countdown-inner small {
  display: block;
  font-weight: bold;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.countdown .countdown-inner:first-child:before {
  display: none;
}

.counter .fa,
.counter .fas,
.counter .far,
.counter .fal
{
  margin: 0 0 5px;
  opacity: 0.3;
}

.counter .counter-value {
  padding: 10px 0;
  font: 40px Libre Baskerville, serif;
}

.progress {
  height: 15px;
  margin: 0;
}

.progress .progress-bar {
  line-height: 15px;
}

.progress .progress-bar [data-toggle="progress-tooltip"] {
  float: right;
}

.progress .progress-bar .tooltip .tooltip-inner {
  background-color: #fff;
  color: #222;
  font-style: italic;
}

.progress .progress-bar .tooltip.top .tooltip-arrow {
  border-top-color: #fff;
}

.fast-donate {
  padding-top: 50px;
  padding-bottom: 50px;
  background-image: url(../images/fast-donate-bg.png);
  background-size: auto 100%;
}

.fast-donate .heading {
  margin: 0;
  text-align: right;
}

.photo {
  overflow: hidden;
  width: 150px;
  height: 150px;
  margin: 0 auto 15px;
  border-radius: 50%;
}

.post {
  position: relative;
  margin: 0 0 50px;
}

.post:after {
  content: "";
  display: table;
  clear: both;
}

.post .post-thumb {
  position: relative;
  overflow: hidden;
  margin: 0 0 30px;
  border-radius: 5px;
  -webkit-box-shadow: 0 2px 3px #cfd7ed;
          box-shadow: 0 2px 3px #cfd7ed;
}

.post .post-thumb img {
  vertical-align: bottom;
  width: 100%;
  height: 100%;
  -webkit-transition: .6s;
  -o-transition: .6s;
  transition: .6s;
}

.post .post-header,
.post .secondary-post-header {
  position: relative;
  margin: 0 0 30px;
}

.post .post-header .post-date,
.post .secondary-post-header .post-date {
  position: absolute;
  left: 30px;
  top: 30px;
  width: 80px;
  height: 80px;
  border-radius: 5px;
  background: #fff;
  border: 1px solid #e1e7f4;
  padding: 15px 5px 0;
  text-align: center;
  font-weight: bold;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 1px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  color: #456DC7;
  z-index: 5;
}

.post .post-header .post-date .fa,
.post .secondary-post-header .post-date .fa {
  display: block;
  margin: 0 0 5px;
}

.post .post-header .post-category,
.post .secondary-post-header .post-category {
  position: absolute;
  right: 30px;
  top: 30px;
  z-index: 5;
  font: 11px Libre Baskerville, serif;
}

.post .post-header .post-category a,
.post .secondary-post-header .post-category a {
  display: inline-block;
  padding: 5px 10px;
  background: #456DC7;
  border-radius: 3px;
  text-decoration: none;
  color: #fff;
}

.post .post-header .post-header-inner,
.post .secondary-post-header .post-header-inner {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 60px 30px 30px;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(17, 42, 94, 0.7)));
  background: -webkit-linear-gradient(transparent, rgba(17, 42, 94, 0.7));
  background: -o-linear-gradient(transparent, rgba(17, 42, 94, 0.7));
  background: linear-gradient(transparent, rgba(17, 42, 94, 0.7));
  border-radius: 0 0 3px 3px;
  color: #fff;
}

.post .post-header .post-header-inner h3,
.post .secondary-post-header .post-header-inner h3 {
  color: inherit;
}

.post .post-header .post-header-inner a,
.post .secondary-post-header .post-header-inner a {
  color: inherit;
}

.post .post-header .post-header-inner a:hover,
.post .secondary-post-header .post-header-inner a:hover {
  color: #FF9B1B;
}

.post .post-header .post-header-inner .post-meta,
.post .secondary-post-header .post-header-inner .post-meta {
  margin: 0;
}

.post .post-header .post-thumb,
.post .secondary-post-header .post-thumb {
  margin: 0;
}

.post .post-header .progress,
.post .secondary-post-header .progress {
  background: rgba(244, 246, 251, 0.4);
}

.post .post-header h2,
.post .post-header h3,
.post .secondary-post-header h2,
.post .secondary-post-header h3 {
  margin-bottom: 15px;
  font-size: 18px;
}

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

.post .post-meta .post-meta-item {
  display: inline-block;
  margin: 0 25px 0 0;
}

.post .post-meta a {
  text-decoration: none;
  color: inherit;
}

.post .post-meta .fa {
  margin: 0 2px 0 0;
}

.post .post-details h3 {
  margin-bottom: 10px;
}

.post .post-details .post-details-item {
  position: relative;
  padding: 0 0 0 15px;
}

.post .post-details .post-details-item:before {
  content: '';
  position: absolute;
  left: 0;
  top: 8px;
  width: 8px;
  height: 8px;
  background: #456DC7;
  border-radius: 50%;
}

.post .post-details .post-details-item p {
  font-size: 16px;
  line-height: 1;
}

.post .post-details ul {
  padding: 0;
  list-style: none;
}

.post .post-details .rating {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.post .post-details .post-details-btns:after {
  content: "";
  display: table;
  clear: both;
}

.post .post-details .post-details-btns .btn {
  float: left;
  margin: 0 15px 0 0;
}

.post .post-author {
  margin: 0 0 30px;
}

.post .post-author:after {
  content: "";
  display: table;
  clear: both;
}

.post .post-author .post-author-photo {
  float: left;
  overflow: hidden;
  width: 50px;
  height: 50px;
  margin: 0 15px 0 0;
  border-radius: 50%;
}

.post.post-card {
  border-radius: 5px;
  -webkit-box-shadow: 0 2px 3px #cfd7ed;
          box-shadow: 0 2px 3px #cfd7ed;
}

.post.post-card .post-header {
  margin: 0;
}

.post.post-card .post-header .post-header-inner {
  border-radius: 0;
}

.post.post-card .post-thumb {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.post.post-card .post-entry {
  padding: 30px;
  background: #F4F6FB;
  border-radius: 0 0 5px 5px;
}

.post.post-card .countdown {
  background: #fff;
  margin: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.post.post-event .post-header .btn {
  position: absolute;
  right: 30px;
  top: 30px;
}

.owl-carousel .post.post-card {
  margin: 0 3px 5px;
}

.posts .post:hover .post-thumb img {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}

.posts-list .post {
  margin-bottom: 15px;
}

.posts-list .post .post-header {
  min-height: 80px;
  margin: 0;
  padding-left: 100px;
  padding-right: 30px;
}

.posts-list .post .post-header .post-date {
  position: absolute;
  left: 0;
  top: 0;
}

.posts-list .post .post-header .post-meta {
  margin: 0;
}

.posts-list .post .post-header .btn-more {
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.posts-list .post .post-entry {
  padding-top: 30px;
}

.comments-list {
  list-style: none;
  margin-bottom: 50px;
  padding: 0;
  color: inherit;
}

.comments-list .comment-body {
  margin: 0 0 30px;
}

.comments-list .comment-body .comment-meta {
  position: relative;
  margin: 0 0 15px;
}

.comments-list .comment-body .comment-meta:after {
  content: "";
  display: table;
  clear: both;
}

.comments-list .comment-body .comment-meta .comment-author .avatar {
  float: left;
  width: 50px;
  height: 50px;
  margin: 0 15px 0 0;
  border-radius: 50%;
}

.comments-list .comment-body .comment-meta .comment-metadata a {
  text-decoration: none;
}

.comments-list .comment-body .comment-content p {
  margin-bottom: 15px;
}

.comments-list .children {
  padding: 0 0 0 100px;
}

.comments-list ol {
  margin: 0;
  padding: 0;
  list-style: none;
  color: inherit;
}

.widget {
  padding: 15px 0 0;
  border-top: 5px solid #F4F6FB;
}

.widget h3 {
  margin-bottom: 15px;
}

.widget .widget-list {
  padding: 0;
  list-style: none;
  font-size: 13px;
}

.widget .widget-list li {
  padding: 5px 0;
}

.widget .widget-list li .badge {
  float: right;
}

.widget:first-child {
  padding: 0;
  border: none;
}

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

.cause-progress .cause-progress-val:after {
  content: "";
  display: table;
  clear: both;
}

.cause-progress .cause-progress-val .cause-progress-raised,
.cause-progress .cause-progress-val .cause-progress-goal {
  margin: 0 0 10px;
}

.cause-progress .cause-progress-val .cause-progress-raised {
  float: left;
  text-align: left;
}

.cause-progress .cause-progress-val .cause-progress-goal {
  float: right;
  text-align: right;
}

.cause-progress .cause-progress-val span {
  display: block;
  font-style: normal;
  font-weight: bold;
}

.cause-progress small {
  display: block;
  padding: 10px 0 0;
  font-size: 15px;
  letter-spacing: 1px;
}

.catalog-heading {
  margin: 0 0 30px;
}

.catalog-heading .catalog-search-result {
  line-height: 42px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

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

.catalog:before, .catalog:after {
  display: none;
}

.catalog .catalog-item {
  margin: 0 0 50px;
}

.catalog .catalog-item .catalog-item-header {
  position: relative;
}

.catalog .catalog-item .catalog-item-thumb img {
  width: 100%;
  height: auto;
}

.catalog .catalog-item .catalog-item-inner {
  position: relative;
  overflow: hidden;
  padding: 30px 0 0;
}

.catalog .catalog-item .catalog-item-inner:after {
  content: '';
  position: absolute;
  bottom: 100%;
  left: 10px;
  right: 10px;
  height: 100%;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.6);
  border-radius: 100px / 10px;
  z-index: -1;
}

.catalog .catalog-item h3 {
  margin-bottom: 5px;
}

.catalog .catalog-item .catalog-item-price {
  text-align: right;
  font-size: 16px;
}

.catalog .catalog-item .catalog-item-price .catalog-item-price-current {
  color: #222;
}

.catalog .catalog-item .rating {
  margin-bottom: 15px;
}

.product .product-thumb img {
  width: 100%;
  height: auto;
}

.rating {
  margin-bottom: 30px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.profile {
  margin: 0 0 30px;
  text-align: center;
}

.profile .profile-inner {
  position: relative;
  overflow: hidden;
  padding: 30px 0 0;
}

.profile .profile-inner:after {
  content: '';
  position: absolute;
  bottom: 100%;
  left: 10px;
  right: 10px;
  height: 100%;
  /*
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.6);
  */
  border-radius: 100px / 10px;
  z-index: -1;
}

.profile h3 {
  margin-bottom: 5px;
  font-size: 16px;
}

.profile h4 {
  font-size: 14px;
}

.profile p {
  margin-bottom: 15px;
}

.profile .social-nav {
  margin: 0;
}

.partners {
  line-height: 160px;
}

.partners .partners-item img {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  max-height: 90px;
  max-width: 170px;
}

.map {
  height: 600px;
}

.map .map-popup {
  padding: 10px;
}

.map .map-popup h3,
.map .map-popup p {
  margin-bottom: 15px;
}

.map .map-popup address {
  margin: 0;
  font-style: italic;
}

.popup {
  position: relative;
  width: auto;
  max-width: 750px;
  margin: auto;
}

.popup .popup-heading {
  padding: 30px;
  background: #112A5E;
  border-radius: 4px 4px 0 0;
  color: #fff;
  text-align: center;
}

.popup .popup-heading h2 {
  margin: 0;
  color: inherit;
}

.popup .popup-heading + .popup-inner {
  border-radius: 0 0 4px 4px;
}

.popup .popup-inner {
  padding: 50px;
  background: #fff;
  border-radius: 4px;
}

.mfp-bg {
  opacity: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.mfp-bg.mfp-ready {
  opacity: 0.8;
}

.mfp-bg.mfp-removing {
  opacity: 0;
}

.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transform: scale(0.95);
      -ms-transform: scale(0.95);
          transform: scale(0.95);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.mfp-wrap button.mfp-arrow {
  opacity: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  color: #456DC7;
  opacity: 0;
}

.mfp-wrap button.mfp-close {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  color: #456DC7;
  opacity: 1;
}

.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.mfp-wrap.mfp-ready .mfp-arrow {
  opacity: 1;
}

.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
  -webkit-transform: scale(0.9);
      -ms-transform: scale(0.9);
          transform: scale(0.9);
}

.mfp-wrap.mfp-removing .mfp-arrow {
  opacity: 0;
}

/*------------------------------------------------------------------
11. MEDIA QUERIES
-------------------------------------------------------------------*/
@media (max-width: 1300px) {
  .owl-carousel .owl-nav .owl-prev {
    left: 15px;
  }
  .owl-carousel .owl-nav .owl-next {
    right: 15px;
  }
}

@media (max-width: 1199px) {
  .margin-bottom-md {
    margin-bottom: 30px;
  }
  .main-nav ul .main-nav-item:hover .main-nav-link {
    color: inherit;
  }
}

@media (max-width: 991px) {
  .margin-bottom-sm {
    margin-bottom: 30px;
  }
  .container {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .site-header .site-header-bar {
    display: none;
  }
  .site-header .site-header-inner {
    text-align: center;
  }
  .site-header .logo {
    position: relative;
    left: 0;
    top: 0;
    display: inline-block;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  .main-nav {
    position: fixed;
    left: 0;
    top: 0;
    width: 245px;
    height: 100%;
    background: #0d2048;
    -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
            transform: translateX(-100%);
    -webkit-transition: 0.5s cubic-bezier(0.62, 0.28, 0.23, 0.99);
    -o-transition: 0.5s cubic-bezier(0.62, 0.28, 0.23, 0.99);
    transition: 0.5s cubic-bezier(0.62, 0.28, 0.23, 0.99);
    z-index: 16;
  }
  .main-nav ul {
    display: block;
    padding: 23px 0;
    line-height: 1.5;
  }
  .main-nav ul .main-nav-item {
    float: none;
  }
  .main-nav ul .main-nav-item .main-nav-link {
    height: auto;
    padding: 10px;
    color: #FFFFFF;
  }
  .main-nav ul .main-nav-item .main-nav-link:before {
    left: auto;
    right: 0;
    bottom: 50%;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: none;
    border-right: 8px solid #fff;
    -webkit-transform: translateY(50%);
        -ms-transform: translateY(50%);
            transform: translateY(50%);
  }
  .main-nav ul .main-nav-item ul {
    position: relative;
    left: 0;
    top: 0;
    display: none;
    width: 100%;
    padding: 5px 0;
    border-radius: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    visibility: visible;
    opacity: 1;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  .main-nav ul .main-nav-item ul:before {
    display: none;
  }
  .main-nav ul .main-nav-item.main-nav-item-parent .main-nav-link {
    padding-right: 10px;
    color: #FFFFFF;
  }
  .main-nav ul .main-nav-item.main-nav-item-parent .main-nav-link:after {
    position: relative;
    right: 0;
    top: 0;
    margin-left: 5px;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  .main-nav ul .main-nav-item:hover ul {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  .main-nav ul .main-nav-item.selected ul {
    display: block;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  .main-nav.is-visible {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
  }
  .user-nav {
    position: fixed;
    top: 90px;
    right: 5px;
    visibility: hidden;
    width: 60px;
    padding: 30px 0;
    background: #112A5E;
    border-radius: 30px;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    text-align: center;
    -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
            transform: translateY(20px);
    opacity: 0;
    -webkit-transition: 0.3s cubic-bezier(0.62, 0.28, 0.23, 0.99);
    -o-transition: 0.3s cubic-bezier(0.62, 0.28, 0.23, 0.99);
    transition: 0.3s cubic-bezier(0.62, 0.28, 0.23, 0.99);
  }
  .user-nav .user-nav-item {
    float: none;
    padding: 15px 0 0;
  }
  .user-nav .user-nav-item .user-nav-link {
    display: inline-block;
  }
  .user-nav.is-visible {
    visibility: visible;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  .main-nav-toggle-btn,
  .user-nav-toggle-btn {
    display: block;
  }
}

@media (max-width: 767px)
{
  h1
  {
    font-size: 32px;
    line-height: 40px;
  }
  h2.title {
    font-size: 32px;
  }
  .site-header .logo {
    height: 60px;
    line-height: 60px;
  }
  .main-nav ul {
    padding: 12px 0;
  }
  .user-nav {
    top: 70px;
  }
  .main-nav-toggle-btn,
  .user-nav-toggle-btn {
    top: 8px;
    outline: 0;
  }
  .pagination li a,
  .pagination li span {
    padding: 10px 15px;
  }
  .owl-carousel.slideshow .slideshow-item {
    height: auto;
  }
    
    .owl-carousel.slideshow.owl-dots-enabled .owl-nav .owl-prev,
    .owl-carousel.slideshow.owl-dots-enabled .owl-nav .owl-next {
      margin-top: -50px;
    }
    
  .owl-carousel.slideshow .slideshow-item .slideshow-item-inner {
    position: relative;
    top: 0;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
  .owl-carousel.slideshow .slideshow-item p {
    margin-bottom: 30px;
  }
  .owl-carousel.slideshow.owl-dots-enabled .slideshow-item {
    padding-bottom: 30px;
  }
  .fast-donate {
    background-image: none;
    text-align: center;
  }
  .fast-donate .heading {
    margin-bottom: 30px;
    text-align: center;
  }
  .post .post-header .post-category,
  .post .secondary-post-header .post-category {
    display: none;
  }
  .post .post-header .post-header-inner,
  .post .secondary-post-header .post-header-inner {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
  }
  .post.post-event .post-header .btn {
    display: none;
  }
  .post.post-card .post-header .post-date {
    display: none;
  }
  .comments-list .children {
    padding: 0;
  }
  .feature {
    margin-bottom: 30px;
  }
  .map {
    height: 400px;
  }
  .popup .popup-heading {
    padding: 20px;
  }
  .popup .popup-inner {
    padding: 20px;
  }
}

/*------------------------------------------------------------------
12. ANIMATIONS
-------------------------------------------------------------------*/
@-webkit-keyframes fadeInDownSmall {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100px, 0);
            transform: translate3d(0, -100px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@keyframes fadeInDownSmall {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100px, 0);
            transform: translate3d(0, -100px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.fadeInDownSmall {
  -webkit-animation-name: fadeInDownSmall;
          animation-name: fadeInDownSmall;
}

@-webkit-keyframes fadeInLeftSmall {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100px, 0, 0);
            transform: translate3d(-100px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInLeftSmall {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100px, 0, 0);
            transform: translate3d(-100px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.fadeInLeftSmall {
  -webkit-animation-name: fadeInLeftSmall;
          animation-name: fadeInLeftSmall;
}

@-webkit-keyframes fadeInRightSmall {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100px, 0, 0);
            transform: translate3d(100px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInRightSmall {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100px, 0, 0);
            transform: translate3d(100px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.fadeInRightSmall {
  -webkit-animation-name: fadeInRightSmall;
          animation-name: fadeInRightSmall;
}

@-webkit-keyframes fadeInUpSmall {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100px, 0);
            transform: translate3d(0, 100px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInUpSmall {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100px, 0);
            transform: translate3d(0, 100px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.fadeInUpSmall {
  -webkit-animation-name: fadeInUpSmall;
          animation-name: fadeInUpSmall;
}



#no-more-tables th,
#no-more-tables td
{
    vertical-align: top;
    
}
@media only screen and (max-width: 800px) {
	
	/* Force table to not be like tables anymore */
	#no-more-tables table, 
	#no-more-tables thead, 
	#no-more-tables tbody, 
	#no-more-tables th, 
	#no-more-tables td, 
	#no-more-tables tr { 
		display: block; 
	}
 
	/* Hide table headers (but not display: none;, for accessibility) */
	#no-more-tables thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
 
	#no-more-tables tr { border: 1px solid #ccc; }
 
	#no-more-tables td { 
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee; 
		position: relative;
		padding-left: 33%; 
		white-space: normal;
		text-align:left;
	}
 
	#no-more-tables td.right { 
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee; 
		position: relative;
		white-space: normal;
		text-align:right;
	}
 
	#no-more-tables td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
		text-align:left;
		font-weight: normal;
	}
 
	/*
	Label the data
	*/
	#no-more-tables td:before { content: attr(data-title); }
}



#jaarprogramma h2
{
    padding-top: 40px;
}

#jaarprogramma select
{
    height: 40px;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: 10px;
}


.g-recaptcha-outer{
    text-align: center;
    border-radius: 2px;
    background: #f9f9f9;
    border-style: solid;
    border-color: #37474f;
    border-width: 1px;
    border-bottom-width: 2px;
    border-radius: 14px;
    padding-bottom: 3px;
    position:relative;
    top: -1px;
    min-width: 320px;
}
.g-recaptcha-inner{
    width: 290px;
    height: 72px;
    overflow: hidden;
    margin-left: 18px;
}
.g-recaptcha{
    position:relative;
    left: -2px;
    top: -1px;
}


.alertify .ajs-header
{
	font-weight: bold;
	font-size: 18px;
	color: #FFFFFF;
	background-color: #ee7f00;
}

.alertify .ajs-footer
{
   border-top: none;
}


.bg-stro-grayscale:before,
.bg-stro:before
{
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.08;
    background-image: url('../img/stro.svg');
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 80%;
}

.bg-stro-fluid-grayscale:before,
.bg-stro-fluid:before
{
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.08;
    background-image: url('../img/stro.svg');
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 55%;
}

.bg-stro-links-rechts-fluid-grayscale:before,
.bg-stro-links-rechts-fluid:before
{
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.1;
    background-image: url('../img/stro-links.svg'), url('../img/stro-rechts.svg');
    background-repeat: no-repeat;
    background-position: 5% bottom, 95% bottom;
    background-size: 35%;
}

.bg-kroon-center-grayscale:before,
.bg-kroon-center:before
{
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.05;
    background-image: url('../img/kroon.svg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 60%;
}

.bg-stro-grayscale:before,
.bg-stro-fluid-grayscale:before,
.bg-stro-links-rechts-fluid-grayscale:before,
.bg-kroon-center-grayscale:before
{
     -moz-filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
     -o-filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
     -webkit-filter: grayscale(100%);
     filter: gray;
     filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
}


@media (max-width: 992px)
{
    .bg-stro:before,
    .bg-stro-fluid:before,
    .bg-stro-links-rechts-fluid:before
    {
        background-image: url('../img/stro.svg');
        background-position: center bottom;
        background-size: 90%;
    }

    .bg-kroon-center:before
    {
        background-image: none;
    }
}
