@media (min-width: 1600px) {
  .container {
    min-width: 1500px;
  }

  header.main-header .primary-menu {
    margin-right: -50px;
    margin-left: -50px;
  }

  .partner-types .partner-extra {
    left: 30px;
    position: relative;
  }
}
@media (min-width: 1200px) {
  .partner-type.animate:after {
    opacity: 0;
    -webkit-transform: translate(-100%, 0) rotate(30deg);
    transform: translate(-100%, 0) rotate(30deg);
  }

  .partner-type-col:nth-child(1) .partner-type:after {
    transition-delay: 1s;
  }
  .partner-type-col:nth-child(2) .partner-type:after {
    transition-delay: 1.2s;
  }
  .partner-type-col:nth-child(3) .partner-type:after {
    transition-delay: 1.4s;
  }
  .partner-type-col:nth-child(4) .partner-type:after {
    transition-delay: 1.6s;
  }

  section.donate .featured-box.animate .rollover:before,
section.partners .featured-box.animate .rollover:before {
    opacity: 0;
    -webkit-transform: translate(-100%, 0) rotate(30deg);
    transform: translate(-100%, 0) rotate(30deg);
  }
  section.donate .featured-box .rollover:before,
section.partners .featured-box .rollover:before {
    transition-delay: 0.5s;
  }

  .posts-list .post-list {
    opacity: 0;
    transition: all ease 1s;
    transform: scale(0.98) translateY(50px);
  }
  .posts-list .post-list.animate {
    opacity: 1;
    transform: scale(1) translateY(0);
  }

  .posts .post-simple.animate .img-wrapper {
    opacity: 1;
    transition: all ease 1s;
    transform: scale(1);
  }
  .posts .post-simple .img-wrapper {
    opacity: 0;
    transition: all ease 1s;
    transform: scale(1.05);
  }
  .posts .post-featured.animate .img-wrapper {
    opacity: 1;
    transition: all ease 1s;
    transform: scale(1);
  }
  .posts .post-featured .img-wrapper {
    opacity: 0;
    transition: all ease 1s;
    transform: scale(1.1);
  }
}
@media (max-width: 1600px) {
  body {
    font-size: 15px;
  }

  h1 {
    font-size: 40px;
  }

  h2 {
    font-size: 35px;
  }

  h3 {
    font-size: 30px;
  }

  h4 {
    font-size: 16px;
  }

  .form-field .label-placeholder {
    top: 22px;
  }

  .form-control {
    padding: 5px 20px;
    height: 60px;
  }

  .info {
    font-size: 13px;
  }

  .description {
    font-size: 22px;
  }

  .preview {
    font-size: 18px;
  }

  .powered-by {
    margin-left: -60px;
  }
  .powered-by img {
    margin-bottom: -13px;
    margin-top: -10px;
  }

  .button-custom.button-xl {
    font-size: 15px;
    padding: 25px 30px 20px;
    min-height: 60px;
    min-width: 240px;
  }

  .button-custom.button-lg {
    font-size: 15px;
    padding: 25px 30px 20px;
    min-height: 60px;
    min-width: 240px;
  }

  section.main-slider .button-holder.mt-5 {
    margin-top: 20px !important;
  }
  section.main-slider .slider .slick-dots {
    bottom: 16px;
    width: 150px;
    left: calc((100% - 1120px) / 2);
  }
  section.main-slider .slider .slick-arrow {
    bottom: -30px;
  }
  section.main-slider .slider .slick-arrow.slick-prev {
    left: calc((100% - 1120px) / 2);
  }
  section.main-slider .slider .slick-arrow.slick-next {
    margin-left: 150px;
    left: calc((100% - 1120px) / 2);
    right: inherit;
  }
  section.main-slider .slider .banner-slider {
    height: 480px;
  }
  section.main-slider .slider .slide-box .d-table-cell {
    height: 480px;
  }
  section.main-slider .slider .slide-box .content-holder {
    max-width: 545px;
  }
  section.main-slider .slider .image-holder {
    margin-top: 15px;
    height: 450px;
    max-width: 627px;
  }
  section.main-slider .slider .video-holder {
    margin-top: 15px;
    height: 450px;
    width: 627px;
  }
  section.main-slider .slider .video-holder video {
    height: 100%;
    width: 100%;
  }

  section.partners .featured-box.featured-box-big {
    height: 360px;
  }

  section.partners .partner-holder .logo-title {
    margin-top: 100px;
  }

  section.partners .partner-holder {
    border-bottom: 1px solid #E5E5E5;
  }

  section.partners .partner-holder:before,
section.partners .partner-holder:after {
    content: none;
  }

  section.partners .partner-holder .d-table-cell {
    height: 150px;
  }

  section.donate .featured-box-holder {
    display: none;
  }
  section.donate .col-holder {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  section.donate .title {
    display: block !important;
  }

  .posts .post.post-simple .title {
    font-size: 18px;
  }

  .posts .post.post-featured .title {
    font-size: 18px;
  }

  section {
    margin-bottom: 100px;
  }

  article .row {
    margin-top: 30px;
  }

  section.banner {
    min-height: 400px;
  }

  section.banner .holder {
    padding: 0;
  }

  section.banner .holder.text-left {
    margin-left: 0;
  }

  body.entry-application section.banner.banner-offset {
    min-height: 400px;
  }

  section.banner .d-table-cell {
    height: 400px;
  }

  section.banner.banner-offset {
    min-height: 400px;
    margin-bottom: 0;
  }

  section.intro.intro-offset .holder {
    padding: 80px 0 0;
  }

  section.image-section .boxes .box .d-table-cell {
    height: 500px;
  }

  section.accordion .steps-content {
    padding-bottom: 0;
  }

  section.bg-light,
section.bg-white,
section.bg-dark {
    padding: 80px 0;
  }

  article figure {
    margin-top: 0;
  }

  section.banner.banner-offset .loader {
    top: 45%;
  }

  section.news-list .pr-xl-5 {
    padding-right: 0 !important;
    margin-right: 0 !important;
  }

  section.news .pl-xl-5 {
    padding-left: 0 !important;
  }

  .posts {
    margin-bottom: -60px;
  }

  .posts .post .date {
    font-size: 14px;
  }

  .posts .post .image-holder {
    margin-bottom: 20px;
  }

  .posts .post.post-simple .image-holder {
    max-height: 270px;
  }

  section.page .holder article {
    max-width: 100%;
  }

  section.page .holder article {
    padding-left: 0;
    padding-right: 50px;
  }

  nav.footer-menu .primary-menu ul li a {
    font-size: 13px;
  }

  nav.footer-menu .primary-menu ul li {
    margin-left: 25px;
  }

  section.banner.banner-offset.banner-post {
    min-height: 360px;
    margin-bottom: 0px;
  }

  section.banner .holder {
    padding-top: 0;
  }
}
@media (min-width: 1200px) and (max-width: 1600px) {
  footer.main-footer .info {
    font-size: 11px;
  }
  footer.main-footer .info .pl-xl-2,
footer.main-footer .info .px-xl-2 {
    padding-left: 0.1rem !important;
  }
  footer.main-footer .info .pr-xl-2, footer.main-footer .info .px-xl-2 {
    padding-right: 0.1rem !important;
  }

  .powered-by img {
    margin-bottom: -18px;
    margin-top: -10px;
  }

  main.main-content {
    padding-top: 190px;
  }

  body.lg-fr header.main-header {
    font-size: 16px;
  }
  body.lg-fr header.main-header .menu > ul > li {
    margin: 0 35px 0 0;
  }

  header.main-header {
    padding: 10px 0;
  }
  header.main-header .menu > ul > li {
    margin: 0 35px 0 0;
  }
  header.main-header .logo .logo-main {
    display: none;
  }
  header.main-header .logo .logo-sec {
    display: block;
  }
  header.main-header:after {
    content: "";
    height: 120px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    pointer-events: none;
    border-bottom: 1px solid #E5E5E5;
  }
  header.main-header.sticky {
    height: 100px;
    opacity: 1;
  }
  header.main-header.sticky .menu > ul > li > a:before {
    bottom: 52px;
  }
  header.main-header.sticky:after {
    height: 100px;
  }
  header.main-header.sticky:hover {
    height: 160px;
  }
  header.main-header.sticky:hover .primary-menu-holder {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
  }
  header.main-header.sticky:hover .primary-menu-holder .primary-menu {
    padding-top: 5px;
  }
  header.main-header.sticky .primary-menu-holder {
    order: 2;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    text-align: left !important;
  }
  header.main-header.sticky .primary-menu-holder .primary-menu {
    transition: none;
  }
  header.main-header.sticky .secondary-menu-holder {
    -ms-flex: 0 0 90%;
    flex: 0 0 90%;
    max-width: 90%;
  }
  header.main-header.sticky .secondary-menu-holder .secondary-menu {
    margin-top: 15px;
  }
  header.main-header .primary-menu-holder {
    order: 2;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    text-align: left !important;
  }
  header.main-header .primary-menu-holder .primary-menu {
    margin-top: 10px;
    padding-top: 13px;
  }
  header.main-header .secondary-menu-holder {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  header.main-header .secondary-menu-holder .secondary-menu {
    margin-top: 20px;
  }
  header.main-header .secondary-menu-holder .button-holder {
    margin-top: 0 !important;
  }
  header.main-header .menu > ul > li > a:before {
    height: 3px;
    bottom: 56px;
  }
}
@media (min-width: 1600px) and (max-width: 1700px) {
  section.main-slider .slider .slide-box .content-holder {
    max-width: 650px;
    margin-left: 100px;
  }
}
@media (max-width: 1200px) {
  #adminbar {
    display: none !important;
  }

  h1 {
    font-size: 30px;
  }

  .preview {
    font-size: 16px;
  }

  header.main-header {
    padding: 22px 0 15px;
  }
  header.main-header.sticky {
    position: absolute;
  }
  header.main-header .logo .logo-main {
    display: none;
  }
  header.main-header .logo .logo-sec {
    display: block;
  }
  header.main-header .secondary-menu {
    margin-top: 25px;
  }

  main.main-content {
    padding-top: 140px;
  }

  section.main-slider .slider .slick-dots {
    bottom: 16px;
    width: 150px;
    left: 20px;
  }
  section.main-slider .slider .slick-arrow {
    bottom: -30px;
  }
  section.main-slider .slider .slick-arrow.slick-prev {
    left: 20px;
  }
  section.main-slider .slider .slick-arrow.slick-next {
    margin-left: 150px;
    left: 20px;
    right: inherit;
  }
  section.main-slider .slider .banner-slider {
    height: 350px;
  }
  section.main-slider .slider .slide-box .d-table-cell {
    height: 350px;
  }
  section.main-slider .slider .slide-box .content-holder {
    padding-left: 20px;
    float: none;
    max-width: 450px;
  }
  section.main-slider .slider .image-holder {
    margin-top: 0px;
    height: 330px;
    width: 460px;
  }
  section.main-slider .slider .video-holder {
    margin-top: 0px;
    height: 330px;
    width: 460px;
  }
  section.main-slider .slider .video-holder video {
    height: 100%;
    width: 100%;
  }

  section.accordion .panel-default .panel-heading .panel-title a {
    font-size: 16px;
  }

  .posts {
    margin-bottom: 30px;
  }

  .posts .post.post-simple .title {
    font-size: 16px;
  }

  section.news-list h1.title {
    margin: 60px 0 20px;
  }

  section.page .holder article {
    padding-right: 0;
  }

  .description br {
    display: none;
  }

  nav.mobile-menu .menu-holder ul li {
    margin-bottom: 30px;
  }

  section.banner {
    min-height: auto;
  }
}
@media (max-width: 992px) {
  h3 {
    font-size: 26px;
  }

  section.news-list h1.title {
    margin: 0;
  }

  nav.mobile-menu .menu-holder ul li {
    margin-bottom: 20px;
  }

  section.accordion .card .card-header .card-title a {
    font-size: 18px;
  }

  section.feedback {
    padding: 50px 0;
    background: #F9F9F9;
  }

  section.accordion .card {
    margin-bottom: 15px;
    background: #F8F5F1;
    border: 1px solid #a89473;
    border-radius: 25px;
  }
  section.accordion .card:last-child .card-body .panel-default {
    border: none;
  }
  section.accordion .card .card-body {
    padding: 10px 20px 20px;
  }
  section.accordion .card .card-body .steps-content {
    padding: 0;
  }
  section.accordion .card .card-body.panel-group {
    padding: 0 20px 10px 5px;
  }
  section.accordion .card .card-body.panel-group .panel-default {
    margin-bottom: 5px;
    border-bottom: 1px solid #ddd;
  }

  .powered-by {
    position: relative;
    padding-right: 20px;
    margin-left: 0px;
    max-width: 270px;
  }
  .powered-by span {
    position: relative;
    z-index: 2;
  }
  .powered-by img {
    position: absolute;
    top: 6px;
    margin: 0;
    right: -30px;
  }

  header.main-header .button-custom.button-sec {
    background: #444c84;
  }

  section.main-slider .slider .slick-dots {
    bottom: 365px;
    width: 150px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
  }
  section.main-slider .slider .slick-arrow {
    bottom: 319px;
  }
  section.main-slider .slider .slick-arrow.slick-prev {
    left: 30%;
  }
  section.main-slider .slider .slick-arrow.slick-next {
    margin-left: 150px;
    left: inherit;
    right: 30%;
  }
  section.main-slider .slider .banner-slider {
    height: 650px;
  }
  section.main-slider .slider .slide-box .d-table-cell {
    height: auto;
  }
  section.main-slider .slider .slide-box .content-holder {
    text-align: center;
    max-width: 100%;
    padding: 50px 20px 100px;
  }
  section.main-slider .slider .slide-box .image-holder {
    float: none;
    height: 380px;
    margin: 15px auto;
    width: 530px;
    max-width: 100%;
  }
  section.main-slider .slider .slide-box .image-holder img {
    min-width: 100%;
  }
  section.main-slider .slider .slide-box .video-holder {
    right: 0;
    float: none;
    position: relative;
    margin: 15px auto;
    height: 380px;
    width: 530px;
    max-width: 100%;
  }

  section.partners .partner-holder .d-table-cell {
    height: auto;
  }

  section.partners .partner-holder .logo-title {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  h1 {
    font-size: 30px;
  }

  h2 {
    font-size: 25px;
  }

  h3 {
    font-size: 22px;
  }

  .description.description-md {
    font-size: 18px;
  }

  .description.description-sm {
    font-size: 15px;
  }

  .partner-type {
    min-width: 100%;
  }

  .description {
    font-size: 18px;
  }

  body.entry-home section.feedback {
    padding: 0;
    background: transparent;
  }

  .posts .holder > .row {
    margin-left: -7px;
    margin-right: -7px;
  }
  .posts .holder > .row > .col-holder {
    padding-left: 7px;
    padding-right: 7px;
  }
  .posts .post {
    margin-bottom: 30px;
  }
  .posts .post .image-holder {
    margin-bottom: 10px;
  }
  .posts .post .date {
    font-size: 12px;
  }
  .posts .post.post-featured .title {
    font-size: 16px;
  }
  .posts .post.post-list .title, .posts .post.post-simple .title {
    font-size: 13px;
  }
  .posts .post.post-list .image-holder, .posts .post.post-simple .image-holder {
    margin-bottom: 5px;
  }

  section.banner.banner-offset {
    min-height: auto;
  }

  section.banner .d-table-cell {
    height: auto;
  }

  section.partners .slider .slick-arrow.slick-prev {
    left: 5%;
  }
  section.partners .slider .slick-arrow.slick-next {
    right: 5%;
  }

  section.main-slider .slider .slick-dots {
    bottom: 10px;
  }
  section.main-slider .slider .slick-arrow {
    bottom: -35px;
  }
  section.main-slider .slider .slick-arrow.slick-prev {
    left: 0;
  }
  section.main-slider .slider .slick-arrow.slick-next {
    margin-left: 150px;
    left: inherit;
    right: 0;
  }
  section.main-slider .slider .banner-slider {
    height: 590px;
  }
  section.main-slider .slider .slide-box .d-table-cell {
    height: auto;
  }
  section.main-slider .slider .slide-box .content-holder {
    text-align: left;
    max-width: 100%;
    padding: 30px 0;
  }
  section.main-slider .slider .slide-box .content-holder .button-custom.button-xl {
    padding: 22px 20px 14px;
    font-size: 13px;
    min-width: 170px;
  }
  section.main-slider .slider .slide-box .image-holder {
    height: 270px;
    overflow: hidden;
    text-align: center;
  }
  section.main-slider .slider .slide-box .image-holder img {
    display: inline-block;
    height: 100%;
    min-width: auto;
    width: auto;
  }
  section.main-slider .slider .slide-box .video-holder {
    position: relative;
    margin: 15px auto;
    height: 270px;
    width: 100%;
  }

  .info {
    line-height: 1.6;
    font-size: 15px;
  }

  header.main-header .secondary-menu {
    margin-top: 12px;
  }

  section.partners .featured-box.featured-box-big .button-custom.button-sm {
    min-width: 100%;
  }

  section.partners .featured-box.featured-box-big {
    margin-top: 30px;
  }

  section.partners .featured-box.featured-box-big .content-holder {
    padding: 80px 30px;
  }

  nav.mobile-menu .menu ul li a {
    font-size: 22px;
  }

  main.main-content {
    padding-top: 125px;
  }

  section.banner .holder {
    padding: 50px 0;
  }

  .button-custom {
    line-height: 1.5;
    font-size: 12px;
  }
  .button-custom.button-sm {
    padding: 20px 25px 14px;
    font-size: 13px;
    min-width: 170px;
  }
  .button-custom.button-lg {
    font-size: 13px;
    padding: 22px 30px 14px;
    min-width: 140px;
  }
  .button-custom.button-xl {
    font-size: 14px;
    padding: 20px 30px 16px;
    min-width: 230px;
  }

  nav.mobile-menu {
    top: 125px;
    height: calc(100% - 120px);
  }

  nav.mobile-menu .menu ul li {
    margin-bottom: 10px;
  }

  body.lg-fr section.intro .button-holder .button-custom.ml-3 {
    margin-left: 0 !important;
    margin-top: 15px;
  }
}
@media (max-width: 540px) {
  .partner-types {
    border-bottom: none;
    padding-bottom: 0;
  }

  .partner-types .partner-type-col {
    padding-bottom: 30px;
    margin-bottom: 40px !important;
    border-bottom: 1px solid #E5E5E5;
  }

  header.main-header .secondary-menu .button-custom {
    width: 100%;
    display: block;
    margin: 0 !important;
  }

  main.main-content {
    padding-top: 205px;
  }

  nav.mobile-menu {
    top: 130px;
    height: calc(100% - 130px);
  }

  .social-links a {
    margin-right: 5px;
    margin-left: 5px;
  }

  nav.footer-menu .primary-menu ul li {
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
  }

  nav.mobile-menu .menu ul li {
    margin-bottom: 5px;
  }

  nav.mobile-menu .menu ul li a {
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  nav.mobile-menu {
    display: none !important;
  }
}
@media (max-width: 992px) {
  section.accordion .tab-content > .tab-pane {
    display: block;
    opacity: 1;
  }
}
@media (min-width: 992px) {
  section.accordion .card .card-header {
    display: none;
  }

  section.accordion .card .collapse {
    display: block;
  }

  section.accordion .card .panel .collapse:not(.show) {
    display: none;
  }
}

/*# sourceMappingURL=media.css.map */
