/*
Theme Name: WFA
Theme URI: http://kropkapodi.pl
Author: Kropka Pod i
Author URI: http://kropkapodi.pl
Description: WFA - theme
Version: 0.1
*/
@import "https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700";
.menu-item-146 a {
  color: #242424 !important; }
.menu-item-146 a:hover {
  color: #FA7D38 !important;
  text-decoration: none;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }

.menu-item-145 a {
  color: #242424 !important; }
.menu-item-145 a:hover {
  color: #FA7D38 !important;
  text-decoration: none;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }

body {
  font-family: 'Source Sans Pro', sans-serif;
  background-color: #fff; }

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

a {
  color: #000000; }
a:hover {
  color: #FA7D38;
  text-decoration: none;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }
a:active {
  color: #FA7D38;
  text-decoration: none;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }

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

@media (max-width: 768px) {
  header .mainmenu-wfa {
    text-align: center;
    margin-left: -15px;
    margin-right: -15px; }
  header .mainmenu-wfa a {
    color: #404040;
    font-size: 1.4em; }
  header #main-menu {
    margin-top: 0;
    margin-bottom: 0; }
  header #main-menu li {
    background-color: #f1f1f1;
    border-bottom: 5px solid #ffffff; } }
header .container:first-child {
  padding-bottom: 0; }
header .wfa-slider {
  position: relative; }
header .wfa-slider .top-text {
  position: absolute;
  color: #ffffff;
  font-size: 14px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center; }
header .wfa-slider .top-text .top {
  font-weight: bold;
  font-size: 2.6em; }
@media (max-width: 480px) {
  header .wfa-slider .top-text .top {
    font-size: 22px; } }
header .wfa-slider .top-text .bottom {
  font-size: 1.8em;
  font-weight: 100; }
@media (max-width: 480px) {
  header .wfa-slider .top-text .bottom {
    font-size: 12px; } }
header .wfa-slider .top-text .bottom p {
  margin: 0; }
@media (min-width: 991px) {
  header .wfa-slider .top-text .bottom {
    font-size: 1.3em; } }
@media (max-width: 600px) {
  header .wfa-slider .top-text {
    font-size: 10px; } }
@media (max-width: 700px) {
  header .wfa-slider .top-text {
    font-size: 10px; } }
@media (max-width: 480px) {
  header .wfa-slider .top-text {
    left: 0;
    width: 100%;
    -webkit-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    padding-right: 15px;
    padding-left: 15px; } }
@media (max-width: 991px) {
  header .wfa-slider .top-text {
    left: 0;
    width: 100%;
    -webkit-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    padding-right: 5px;
    padding-left: 5px; } }
header .best-in-class {
  position: absolute;
  top: 0; }
@media (max-width: 768px) {
  header .best-in-class {
    left: 50%;
    margin-left: -105px; } }
header .logo {
  padding: 30px 0; }
header .logo img {
  max-width: 215px;
  height: auto; }
@media (max-width: 991px) {
  header .logo img {
    max-width: 175px; } }
@media (max-width: 768px) {
  header .logo img {
    max-width: 180px; } }
@media (max-width: 480px) {
  header .logo img {
    max-width: 130px; } }
@media (max-width: 768px) {
  header .logo {
    padding: 10px 0; } }
header .navbar-toggle {
  margin: 0;
  margin-right: -15px;
  padding: 29px 29px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }
@media (max-width: 768px) {
  header .navbar-toggle {
    padding: 0px 20px; } }
header #nav-icon {
  margin-top: 15px;
  margin-right: 15px;
  margin-bottom: 15px;
  width: 40px;
  height: 25px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer; }
header #nav-icon span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #333333;
  border-radius: 0px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out; }
header #nav-icon span:nth-child(1) {
  top: 0px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center; }
header #nav-icon span:nth-child(2) {
  top: 10px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center; }
header #nav-icon span:nth-child(3) {
  top: 20px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center; }
header #nav-icon.open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: -3px;
  left: 5px; }
header #nav-icon.open span:nth-child(2) {
  width: 0%;
  opacity: 0; }
header #nav-icon.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 25px;
  left: 5px; }
@media (min-width: 481px) {
  header #nav-icon {
    margin-top: 20px;
    margin-right: 18px; } }
@media (min-width: 769px) {
  header .mainmenu-wfa {
    float: right;
    padding-top: 30px; }
  header .mainmenu-wfa #main-menu li {
    margin-left: 10px; }
  header .mainmenu-wfa #main-menu li a {
    color: #242424;
    font-size: 15px; }
  header .mainmenu-wfa #main-menu li a:hover {
    background: none;
    color: #FA7D38;
    text-decoration: none;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out; }
  header .mainmenu-wfa #main-menu li a:focus {
    background: none;
    color: #FA7D38;
    text-decoration: none;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out; } }
@media (min-width: 769px) and (max-width: 991px) {
  header .mainmenu-wfa #main-menu li a {
    padding-left: 0;
    padding-right: 0; } }
@media (min-width: 769px) and (max-width: 991px) {
  header .mainmenu-wfa #main-menu li:first-child {
    margin-left: 0; } }
@media (min-width: 769px) {
  header .mainmenu-wfa #main-menu .active a {
    color: #FA7D38; }
  header .mainmenu-wfa #main-menu .member-top {
    margin-top: -3px;
    border: 3px solid #FA7D38; }
  header .mainmenu-wfa #main-menu .member-top a {
    color: #FA7D38;
    font-weight: 700;
    font-size: 15px;
    padding-left: 30px;
    padding-right: 30px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out; }
  header .mainmenu-wfa #main-menu .member-top a:hover {
    background: none;
    background-color: #FA7D38;
    color: #ffffff;
    border-bottom: 0px solid #000000;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out; }
  header .mainmenu-wfa #main-menu .member-top a:focus {
    background: none;
    background-color: #FA7D38;
    color: #ffffff;
    border-bottom: 0px solid #000000;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out; }
  header .mainmenu-wfa #main-menu .linkedin-ico {
    display: block;
    background-image: url("/wp-content/themes/wfa-theme/img/in.png");
    margin-top: 10px;
    background-repeat: no-repeat;
    width: 30px;
    margin-left: 50px; }
  header .mainmenu-wfa #main-menu .linkedin-ico a {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 10px;
    color: transparent; }
  header .mainmenu-wfa #main-menu .linkedin-ico a:hover {
    color: transparent;
    border-bottom: 0px solid #000000; }
  header .mainmenu-wfa #main-menu .linkedin-ico a:focus {
    color: transparent;
    border-bottom: 0px solid #000000; } }
@media (min-width: 769px) and (max-width: 991px) {
  header .mainmenu-wfa #main-menu .linkedin-ico {
    margin-left: 10px; }
  header .mainmenu-wfa #main-menu .linkedin-ico a {
    padding-right: 17px; } }
@media (min-width: 769px) and (max-width: 991px) {
  header .mainmenu-wfa {
    float: none; } }

header .wfa-top-image {
  position: relative;
  width: 100%;
  height: 265px;
  text-align: center;
  background-position: center;
  background-size: cover; }
header .wfa-top-image img {
  width: 100%;
  height: auto; }
@media (max-width: 768px) {
  header .wfa-top-image img {
    height: 130px;
    max-width: none; } }
header .wfa-top-image .top-text {
  position: absolute;
  color: #ffffff;
  font-size: 14px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  white-space: nowrap; }
header .wfa-top-image .top-text .top {
  font-weight: bold;
  font-size: 2.6em; }
@media (max-width: 480px) {
  header .wfa-top-image .top-text .top {
    font-size: 22px; } }
header .wfa-top-image .top-text .bottom {
  font-size: 1.8em;
  font-weight: 100; }
@media (max-width: 480px) {
  header .wfa-top-image .top-text .bottom {
    font-size: 12px; } }
@media (max-width: 768px) {
  header .wfa-top-image .top-text {
    font-size: 10px; } }
@media (max-width: 991px) {
  header .wfa-top-image {
    height: 170px; } }

.page-slogan {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #EAEAEA;
  text-align: center;
  margin-bottom: 30px; }
.page-slogan .text {
  color: #000000;
  font-size: 1.5em;
  line-height: 1.2em; }
.page-slogan .text p {
  margin-bottom: 0; }
@media (max-width: 768px) {
  .page-slogan .text {
    font-size: 1.2em; } }
@media (max-width: 570px) {
  .page-slogan .text {
    font-size: 1em; } }
@media (max-width: 450px) {
  .page-slogan .text {
    font-size: .67em; } }
@media (max-width: 768px) {
  .page-slogan {
    padding-top: 20px;
    padding-bottom: 20px; } }
.page-slogan .container {
  padding-bottom: 0; }

.partner {
  background-color: #ffffff;
  position: relative; }
.partner .container {
  padding: 0px 50px; }
.partner .owl-carousel .owl-item .item {
  line-height: 200px;
  padding-left: 15px;
  padding-right: 15px; }
.partner .owl-carousel .owl-prev {
  background: url("/wp-content/themes/wfa-theme/img/arrow_l.png") no-repeat !important;
  position: absolute;
  left: -60px;
  height: 30px;
  top: 85px; }
@media (max-width: 768px) {
  .partner .owl-carousel .owl-prev {
    left: -40px; } }
.partner .owl-carousel .owl-next {
  background: url("/wp-content/themes/wfa-theme/img/arrow_r.png") no-repeat !important;
  position: absolute;
  right: -60px;
  height: 30px;
  top: 85px; }
@media (max-width: 768px) {
  .partner .owl-carousel .owl-next {
    right: -40px; } }

.featured {
  padding-bottom: 30px; }
.featured .container {
  padding-top: 15px;
  background-color: #112C48;
  padding-left: 30px; }
@media (max-width: 768px) {
  .featured .container {
    background-color: #ffffff;
    padding-top: 0;
    padding-left: 0; } }
.featured a {
  color: #ffffff; }
.featured a:hover, .featured a:active {
  color: #ffffff;
  text-decoration: none; }
@media (max-width: 768px) {
  .featured a {
    color: #000000; }
  .featured a:hover, .featured a:active {
    color: #000000;
    text-decoration: none; } }
.featured .text p {
  font-size: 1.5em;
  color: #ffffff;
  font-weight: 300;
  margin: 0;
  line-height: 42px; }
@media (max-width: 768px) {
  .featured .text p {
    padding-top: 15px;
    color: #000000; } }
@media (max-width: 1200px) {
  .featured .text p {
    font-size: 1.2em;
    line-height: 35px; } }
@media (max-width: 991px) {
  .featured .text p {
    font-size: 1.2em;
    line-height: 25px; } }
@media (max-width: 768px) {
  .featured .text p {
    font-size: 1.2em;
    line-height: 20px;
    padding-left: 15px;
    padding-right: 15px; } }
.featured .text p span {
  font-weight: 800; }
@media (max-width: 768px) {
  .featured .text {
    background-color: #ffffff; } }
@media (max-width: 768px) {
  .featured .logo {
    background-color: #112C48;
    padding-top: 15px;
    padding-bottom: 15px; } }
@media (max-width: 480px) {
  .featured .logo {
    padding-left: 30px; } }
.featured .read-more-btn span {
  color: #FA7D38;
  font-size: 1.2em;
  margin-top: 1px;
  background: url("/wp-content/themes/wfa-theme/img/arrow_r_orange.png") no-repeat 88px center;
  background-size: 7px;
  margin-right: -10px;
  line-height: 42px; }
@media (max-width: 1200px) {
  .featured .read-more-btn span {
    font-size: 1.2em;
    line-height: 35px; } }
@media (max-width: 991px) {
  .featured .read-more-btn span {
    font-size: 1.2em;
    line-height: 25px; } }
@media (max-width: 768px) {
  .featured .read-more-btn span {
    font-size: 1.2em;
    line-height: 20px; } }
@media (max-width: 768px) {
  .featured .read-more-btn {
    background: none; } }
@media (max-width: 768px) {
  .featured {
    text-align: center; } }

.newsfeed {
  padding-bottom: 15px; }
.newsfeed .head-title {
  padding-top: 60px;
  padding-bottom: 30px;
  border-top: 3px solid #FA7D38;
  color: #FA7D38;
  font-size: 1.6em;
  font-weight: bold;
  letter-spacing: 1px; }
@media (max-width: 480px) {
  .newsfeed .head-title {
    padding-top: 20px;
    padding-bottom: 15px; } }
.newsfeed .item {
  margin-top: 15px; }
.newsfeed .item .text-container {
  position: relative;
  border: 1px solid #e2e2e2;
  padding: 30px 20px; }
.newsfeed .item .thumb-nf {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 180px;
  position: relative; }
.newsfeed .item .title {
  font-size: 1.4em;
  color: #000;
  margin-bottom: 10px;
  font-weight: 600; }
.newsfeed .item p {
  font-size: 1.2em;
  color: #4a4a4a;
  font-weight: 300; }
.newsfeed .item .desc-nf {
  position: absolute;
  bottom: 0;
  background-color: #FA7D38;
  color: #ffffff;
  padding: 6px 12px;
  right: 0; }
.newsfeed .item .read-more-btn {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 5px 20px;
  border-right: 1px solid #e2e2e2;
  border-top: 1px solid #e2e2e2;
  color: #FA7D38;
  background: url("/wp-content/themes/wfa-theme/img/arrow_r_orange.png") no-repeat 88px center;
  background-size: 7px; }

.contact-form {
  background-color: #9D9D9D;
  color: #ffffff;
  padding-top: 30px;
  padding-bottom: 50px; }
.contact-form .formularz {
  padding-right: 40px; }
@media (max-width: 991px) {
  .contact-form .formularz {
    padding-right: 15px; } }
.contact-form .formularz h3 {
  font-size: 1.9em;
  font-weight: 300;
  padding-bottom: 15px;
  white-space: nowrap; }
@media (max-width: 480px) {
  .contact-form .formularz h3 {
    font-size: 1.6em; } }
.contact-form .formularz .input {
  color: #000000;
  padding-bottom: 15px; }
.contact-form .formularz .input input {
  height: 50px;
  width: 100%;
  padding: 10px;
  border: none; }
.contact-form .formularz .input:nth-child(1), .contact-form .formularz .input:nth-child(2) {
  padding-right: 0; }
@media (max-width: 991px) {
  .contact-form .formularz .input:nth-child(1), .contact-form .formularz .input:nth-child(2) {
    padding-right: 15px; } }
.contact-form .formularz .input .wpcf7-not-valid {
  border: 2px solid red; }
.contact-form .formularz .textarea {
  color: #000000; }
.contact-form .formularz .textarea textarea {
  width: 100%;
  height: 125px;
  padding: 10px;
  resize: none; }
.contact-form .formularz .textarea .wpcf7-not-valid {
  border: 2px solid red; }
.contact-form .formularz .submit {
  padding-top: 15px; }
.contact-form .formularz .submit input {
  padding: 7px 50px;
  font-size: 1.5em; }
.contact-form .formularz .response {
  position: relative; }
.contact-form .formularz div.wpcf7-validation-errors {
  text-align: center;
  float: right;
  margin: 0em 0em 0em;
  position: absolute;
  right: 15px; }
@media (max-width: 991px) {
  .contact-form .formularz div.wpcf7-validation-errors {
    position: relative;
    right: 0;
    float: none; } }
.contact-form .formularz .wpcf7-not-valid-tip {
  color: #ffffff; }
.contact-form .adres h3 {
  white-space: nowrap;
  font-weight: 300;
  font-size: 1.9em; }
.contact-form .adres p {
  padding-top: 10px;
  font-size: 1.1em;
  font-weight: 300;
  white-space: nowrap; }

footer {
  background-color: #ececec;
  padding-top: 60px; }
@media (max-width: 480px) {
  footer {
    padding-top: 20px; } }
footer p {
  font-size: 1em;
  line-height: 1.8em;
  font-weight: 100;
  color: #5d5d5d; }
@media (max-width: 480px) {
  footer p {
    line-height: 1.2em; } }
footer .member-bottom {
  margin-top: 50px; }
footer .member-bottom a {
  border: 3px solid #FA7D38;
  white-space: nowrap;
  width: 100%;
  padding: 13px 20px;
  color: #FA7D38;
  font-weight: 700;
  font-size: 15px;
  padding-left: 30px;
  padding-right: 30px;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }
footer .member-bottom a:hover {
  text-decoration: none;
  background: none;
  background-color: #FA7D38;
  color: #ffffff;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }
footer .member-bottom a:focus {
  text-decoration: none;
  background: none;
  background-color: #FA7D38;
  color: #ffffff;
  border-bottom: 0px solid #000000;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }
@media (max-width: 768px) {
  footer .member-bottom a {
    padding-left: 5px;
    padding-right: 5px; } }
@media (max-width: 480px) {
  footer .member-bottom a {
    font-size: 25px;
    font-weight: 600;
    padding-left: 40px;
    padding-right: 40px; } }
@media (max-width: 480px) {
  footer .member-bottom {
    text-align: center;
    margin-top: 30px; } }
@media (max-width: 480px) {
  footer .contact-adress {
    margin-top: 40px;
    text-align: center; } }
@media (max-width: 480px) {
  footer .contact-adress .col-xs-12:nth-child(2) {
    margin-top: 30px; } }
@media (max-width: 480px) {
  footer li a {
    font-size: 1.5em; } }
footer .nav-footer {
  list-style: none;
  padding-left: 0; }
footer .nav-footer li {
  margin-bottom: 15px; }
footer .nav-footer li a {
  color: #000000;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }
footer .nav-footer li a:hover {
  color: #FA7D38;
  text-decoration: none;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }
@media (max-width: 480px) {
  footer .nav-footer {
    text-align: center; } }
footer h3 {
  margin-top: 0;
  font-size: 1.1em;
  font-weight: 500; }
footer .copyright {
  margin-top: 30px;
  margin-bottom: 15px;
  font-size: .9em;
  color: #676767;
  font-weight: 100; }
@media (max-width: 768px) {
  footer .left-main {
    width: 50%; } }
@media (max-width: 600px) {
  footer .left-main {
    width: 40%; } }
@media (max-width: 480px) {
  footer .left-main {
    width: 100%; } }
@media (max-width: 768px) {
  footer .left-main .footer-1-col {
    width: 50%; } }
@media (max-width: 600px) {
  footer .left-main .footer-1-col {
    width: 100%; } }
@media (max-width: 480px) {
  footer .left-main .footer-1-col {
    width: 100%; } }
@media (max-width: 768px) {
  footer .left-main .footer-2-col {
    width: 50%; } }
@media (max-width: 600px) {
  footer .left-main .footer-2-col {
    width: 100%; } }
@media (max-width: 480px) {
  footer .left-main .footer-2-col {
    width: 100%; } }
@media (max-width: 768px) {
  footer .right-main {
    width: 50%; } }
@media (max-width: 600px) {
  footer .right-main {
    width: 60%; } }
@media (max-width: 480px) {
  footer .right-main {
    width: 100%; } }
@media (max-width: 768px) {
  footer .right-main .footer-3-col {
    width: 50%; } }
@media (max-width: 600px) {
  footer .right-main .footer-3-col {
    width: 100%; } }
@media (max-width: 480px) {
  footer .right-main .footer-3-col {
    width: 100%; } }
@media (max-width: 768px) {
  footer .right-main .footer-4-col {
    width: 50%; } }
@media (max-width: 600px) {
  footer .right-main .footer-4-col {
    width: 100%; } }
@media (max-width: 480px) {
  footer .right-main .footer-4-col {
    width: 100%; } }

.login {
  padding-top: 100px;
  padding-bottom: 100px; }
@media (max-width: 768px) {
  .login {
    padding-top: 30px;
    padding-bottom: 30px; } }
.login form a {
  color: #FA7D38;
  margin-bottom: 15px; }
.login form a:hover {
  text-decoration: none;
  color: #000000; }
.login form .label-wfa {
  line-height: 50px;
  font-size: 17px; }
.login form input {
  border-color: #FA7D38;
  border-style: solid;
  margin-bottom: 30px;
  font-size: 17px;
  padding: 10px;
  width: 100%;
  height: 50px; }
@media (max-width: 768px) {
  .login form input {
    margin-bottom: 0; } }
.login form .passinput {
  margin-bottom: 0; }
.login form .submit {
  float: right;
  width: 50%;
  margin-top: 30px; }
.login form .submit input {
  background-color: #FA7D38;
  border-radius: 0px;
  border-style: solid;
  margin-bottom: 0;
  border: 2px solid #FA7D38;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }
.login form .submit input:hover {
  background: none;
  background-color: #ffffff;
  color: #FA7D38;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }
.login form .submit input:focus {
  background: none;
  background-color: #ffffff;
  color: #FA7D38;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }
@media (max-width: 768px) {
  .login form .submit {
    float: none;
    width: 100%; } }

.content {
  font-size: 18px;
  font-weight: 300; }
.content h3 {
  font-size: 1.2em;
  font-weight: 400; }

.mask {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  z-index: 9988;
  background-color: black; }

.slider {
  background-color: #00a0d2; }

.find-partner {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #EAEAEA; }
.find-partner .container {
  padding-bottom: 0; }
.find-partner h3 {
  font-size: 2em;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 0; }
@media (max-width: 480px) {
  .find-partner h3 {
    font-size: 1.5em; } }
.find-partner p {
  font-size: 1.5em;
  font-weight: 300; }
@media (max-width: 480px) {
  .find-partner p {
    font-size: 1.1em;
    line-height: 1em;
    margin-top: 5px; } }
@media (max-width: 991px) {
  .find-partner p {
    font-size: 1.1em; } }
.find-partner .wfa-button {
  float: right;
  border: 3px solid #FA7D38;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }
.find-partner .wfa-button:hover {
  border: 3px solid #FA7D38;
  background: none;
  background-color: #ffffff;
  color: #FA7D38;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }
.find-partner .wfa-button:focus {
  background: none;
  border: 2px solid #FA7D38;
  background-color: #ffffff;
  color: #FA7D38;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }
@media (max-width: 768px) {
  .find-partner {
    text-align: center; } }

.navigation {
  float: right; }

.company-group {
  text-align: center;
  padding-bottom: 40px; }
.company-group .logo {
  text-align: center; }
.company-group .logo img {
  margin: 0 auto;
  height: 60px;
  width: auto;
  margin-top: 30px;
  margin-bottom: 30px; }
.company-group .name {
  margin-bottom: 30px;
  font-size: 1.5em;
  font-weight: 900;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  height: 30px;
  overflow: hidden; }
.company-group .view-list {
  background-color: #FA7D38;
  color: #ffffff;
  padding: 15px 30px;
  border: 3px solid #FA7D38;
  margin-bottom: 15px;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }
.company-group .view-list:hover {
  border: 3px solid #FA7D38;
  background: none;
  background-color: #ffffff;
  color: #FA7D38;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }
.company-group .view-list:focus {
  background: none;
  border: 2px solid #FA7D38;
  background-color: #ffffff;
  color: #FA7D38;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }
.company-group .view-list-blue {
  background-color: #1B2849;
  margin-top: 30px;
  display: inline-block;
  border: 3px solid #1B2849;
  padding: 15px 45px;
  color: #ffffff;
  margin-bottom: 15px;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }
.company-group .view-list-blue:hover {
  border: 3px solid #1B2849;
  background: none;
  background-color: #ffffff;
  color: #1B2849;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }
.company-group .view-list-blue:focus {
  background: none;
  border: 2px solid #1B2849;
  background-color: #ffffff;
  color: #1B2849;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }

.company-group-item {
  height: 230px;
  padding-left: 30px;
  padding-right: 30px;
  border-bottom: 4px solid #EAEAEA;
  vertical-align: middle;
  position: relative; }
@media (max-width: 991px) {
  .company-group-item {
    height: 400px; } }
@media (max-width: 768px) {
  .company-group-item {
    border-bottom: none;
    height: auto;
    padding-left: 15px;
    padding-right: 15px; } }
.company-group-item .image {
  position: relative;
  height: 100%; }
@media (max-width: 768px) {
  .company-group-item .image {
    height: auto;
    text-align: center; } }
.company-group-item .all {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0; }
@media (max-width: 768px) {
  .company-group-item .all {
    position: relative;
    top: 0;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    padding: 0; } }
.company-group-item img {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  max-width: 150px;
  max-height: 100px; }
@media (max-width: 768px) {
  .company-group-item img {
    position: relative;
    top: 0;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    max-width: 100%;
    margin-top: 49px; } }
.company-group-item .name {
  font-size: 1.7em;
  font-weight: 600; }
.company-group-item .text {
  margin-top: 10px;
  line-height: 20px;
  font-size: 1.2em;
  font-weight: 300;
  position: relative;
  margin-bottom: 10px; }
.company-group-item .text p {
  margin: 0;
  padding-left: 5px; }
.company-group-item .text img {
  position: absolute;
  left: -3px;
  top: 3px;
  -webkit-transform: initial;
  -moz-transform: initial;
  -ms-transform: initial;
  -o-transform: initial;
  transform: initial;
  height: 17px; }
@media (max-width: 768px) {
  .company-group-item .text img {
    top: -45px; } }
.company-group-item .website {
  margin-top: 6px;
  position: relative; }
@media (max-width: 991px) {
  .company-group-item .website {
    margin-top: 0; } }
.company-group-item .website a {
  font-size: 1.2em;
  font-weight: 300;
  padding-left: 5px; }
.company-group-item .website p {
  font-size: 1.2em;
  font-weight: 300;
  margin-top: 3px;
  padding-left: 5px; }
@media (max-width: 768px) {
  .company-group-item .website p {
    margin-top: 10px; } }
.company-group-item .website p a {
  font-size: 1em;
  font-weight: 300;
  white-space: nowrap; }
.company-group-item .website img:nth-child(1) {
  position: absolute;
  left: -5px;
  top: 13px;
  height: 17px; }
@media (max-width: 768px) {
  .company-group-item .website img:nth-child(1) {
    top: -43px; } }
.company-group-item .website .time {
  position: absolute;
  left: -5px;
  top: 38px;
  height: 17px; }
@media (max-width: 768px) {
  .company-group-item .website .time {
    top: -11px; } }
.company-group-item .website .telephone {
  left: -20px !important; }
.company-group-item .more {
  text-align: center;
  background-color: #FA7D38;
  font-size: 1.1em;
  font-weight: 600;
  color: #ffffff;
  padding: 15px 9px;
  width: 159.8px;
  margin-top: 15px;
  float: right;
  border: 3px solid #FA7D38;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }
@media (max-width: 991px) {
  .company-group-item .more {
    width: 100%; } }
.company-group-item .more:hover {
  border: 3px solid #FA7D38;
  background: none;
  background-color: #ffffff;
  color: #FA7D38;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }
.company-group-item .more:focus {
  background: none;
  border: 2px solid #FA7D38;
  background-color: #ffffff;
  color: #FA7D38;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }

.wfa-button {
  border: 1px solid #000000; }

.find-partner-box {
  margin-top: 30px; }
.find-partner-box .row {
  background-color: #ffffff; }
.find-partner-box .header {
  background-color: #9D9D9D;
  color: #ffffff;
  font-size: 1.9em;
  border-right: 4px solid #ffffff;
  border-bottom: 4px solid #ffffff;
  text-align: center;
  padding: 30px 100px;
  text-transform: uppercase;
  font-weight: 600; }
@media (max-width: 768px) {
  .find-partner-box .header {
    border-right: 0;
    padding: 30px 15px !important;
    font-size: 1.5em; } }
@media (max-width: 480px) {
  .find-partner-box .header {
    padding: 15px 50px !important;
    font-size: 1.5em; } }
.find-partner-box .continent-box {
  padding-right: 0;
  padding-left: 0;
  border-right: none; }
.find-partner-box .continent-box select {
  width: 100%;
  background: url(img/arrow-down.png) no-repeat 98% #C4C4C4;
  border: none;
  border-radius: 0;
  margin-bottom: 5px;
  font-size: 18px;
  padding: 10px 20px;
  color: white;
  /*for firefox*/
  -moz-appearance: none;
  /*for chrome*/
  -webkit-appearance: none; }
.find-partner-box .continent-box ul {
  padding: 0;
  list-style: none; }
.find-partner-box .continent-box ul li {
  cursor: pointer;
  background-color: #C4C4C4;
  border-right: 4px solid #ffffff;
  border-bottom: 4px solid #ffffff;
  border-left: 4px solid #ffffff;
  padding-left: 143px;
  padding-top: 15px;
  padding-bottom: 15px;
  -webkit-animation: fadein .2s;
  /* Safari, Chrome and Opera > 12.1 */
  -moz-animation: fadein .2s;
  /* Firefox < 16 */
  -ms-animation: fadein .2s;
  /* Internet Explorer */
  -o-animation: fadein .2s;
  /* Opera < 12.1 */
  animation: fadein .2s; }
@media (max-width: 1200px) {
  .find-partner-box .continent-box ul li {
    padding-left: 40px; } }
.find-partner-box .continent-box ul li a {
  color: #ffffff;
  padding: 40px 20px;
  font-size: 22px; }
.find-partner-box .continent-box ul .active {
  border: 4px solid #0F6BB2;
  position: relative;
  margin-top: -4px;
  -webkit-animation: fadein .2s;
  /* Safari, Chrome and Opera > 12.1 */
  -moz-animation: fadein .2s;
  /* Firefox < 16 */
  -ms-animation: fadein .2s;
  /* Internet Explorer */
  -o-animation: fadein .2s;
  /* Opera < 12.1 */
  animation: fadein .2s; }
@media (max-width: 768px) {
  .find-partner-box .continent-box ul .active {
    border-right: 4px solid #0F6BB2; } }
.find-partner-box .continent-box ul .active a {
  color: #0F6BB2; }
.find-partner-box .continent-box ul .active .arrow-cointinent {
  z-index: 999999999999999;
  display: block !important;
  position: absolute;
  width: 0;
  height: 0; }
.find-partner-box .continent-box ul .active .arrow-cointinent .in {
  position: absolute;
  width: 0;
  height: 0; }
@media (max-width: 768px) {
  .find-partner-box .continent-box ul .active .arrow-cointinent {
    display: none !important; } }
.find-partner-box .continent-box ul .active_click {
  border: 4px solid #0F6BB2;
  border-right: none;
  position: relative;
  margin-top: -4px;
  -webkit-animation: fadein .2s;
  /* Safari, Chrome and Opera > 12.1 */
  -moz-animation: fadein .2s;
  /* Firefox < 16 */
  -ms-animation: fadein .2s;
  /* Internet Explorer */
  -o-animation: fadein .2s;
  /* Opera < 12.1 */
  animation: fadein .2s; }
@media (max-width: 768px) {
  .find-partner-box .continent-box ul .active_click {
    border-right: 4px solid #0F6BB2; } }
.find-partner-box .continent-box ul .active_click a {
  color: #0F6BB2; }
.find-partner-box .continent-box ul .active_click .arrow-cointinent {
  z-index: 999999999999999;
  display: block !important;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 35px 0 35px 37px;
  border-color: transparent transparent transparent #0f6bb2;
  right: -37px;
  top: -5px; }
.find-partner-box .continent-box ul .active_click .arrow-cointinent .in {
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 0 31px 32px;
  border-color: transparent transparent transparent #c4c4c4;
  left: -37px;
  top: -30px; }
@media (max-width: 768px) {
  .find-partner-box .continent-box ul .active_click .arrow-cointinent {
    display: none !important; } }
.find-partner-box .country-box {
  background-color: rgba(232, 232, 232, 0.61);
  padding-right: 0;
  padding-left: 0; }
@media (max-width: 768px) {
  .find-partner-box .country-box {
    margin-bottom: 15px; } }
.find-partner-box .country-box select {
  width: 100%;
  background: url(img/arrow-down.png) no-repeat 98% #C4C4C4;
  border: none;
  border-radius: 0;
  margin-bottom: 0px;
  font-size: 18px;
  padding: 10px 20px;
  color: white;
  /*for firefox*/
  -moz-appearance: none;
  /*for chrome*/
  -webkit-appearance: none; }
.find-partner-box .country-box .header {
  border-right: none; }
.find-partner-box .country-box .continent-name {
  text-align: left;
  text-transform: capitalize;
  font-weight: 300; }
.find-partner-box .country-box .continent-name span {
  font-weight: 800; }
.find-partner-box .country-box .continent-name .dashicons {
  vertical-align: baseline; }
.find-partner-box .country-box .continent-name .end-line {
  display: inline; }
@media (max-width: 550px) {
  .find-partner-box .country-box .continent-name .end-line {
    display: none; } }
.find-partner-box .country-box .list {
  overflow: auto;
  -webkit-transition: height 1s;
  -moz-transition: height 1s;
  -ms-transition: height 1s;
  -o-transition: height 1s;
  transition: height 1s; }
.find-partner-box .country-box .list ul {
  min-height: 376px;
  list-style: none;
  padding-left: 0; }
.find-partner-box .country-box .list ul li {
  width: 100%;
  text-align: center;
  font-size: 22px;
  color: #040404;
  padding-top: 15px;
  padding-bottom: 15px; }
.find-partner-box .country-box .list ul li:hover {
  background-color: #DDDDDD;
  cursor: pointer; }
.find-partner-box .company-detail {
  margin-top: 50px;
  margin-bottom: 50px; }
.find-partner-box .company-detail .logo-details {
  max-height: 60px;
  width: auto; }
@media (max-width: 991px) {
  .find-partner-box .company-detail {
    padding-left: 15px;
    padding-right: 15px; } }
.find-partner-box .company-detail .address {
  position: relative;
  padding-left: 30px; }
.find-partner-box .company-detail .address p {
  font-size: 1.2em;
  font-weight: 300;
  margin: 0; }
.find-partner-box .company-detail .address img {
  position: absolute;
  left: 4px;
  top: 4px;
  height: 17px; }
.find-partner-box .company-detail .website {
  margin-top: 15px;
  position: relative;
  padding-left: 30px; }
.find-partner-box .company-detail .website a {
  font-size: 1.2em;
  font-weight: 300; }
.find-partner-box .company-detail .website img {
  position: absolute;
  left: 4px;
  top: 4px;
  height: 17px; }
.find-partner-box .company-detail .telephone {
  position: relative;
  margin-top: 15px;
  padding-left: 30px;
  font-size: 1.2em;
  font-weight: 300; }
.find-partner-box .company-detail .telephone img {
  position: absolute;
  left: 4px;
  top: 4px;
  height: 17px; }
.find-partner-box .company-detail .open-hour {
  position: relative;
  padding-left: 30px;
  margin-top: 15px; }
.find-partner-box .company-detail .open-hour p {
  font-size: 1.2em;
  font-weight: 300;
  margin: 0; }
.find-partner-box .company-detail .open-hour img {
  position: absolute;
  left: 4px;
  top: 4px;
  height: 17px; }
.find-partner-box .company-detail #map {
  background-color: gray;
  width: 100%;
  height: 280px; }
.find-partner-box .company-detail .wfa-company-description {
  color: #626262;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }

.member-page {
  margin-top: 30px; }
.member-page .container {
  padding-top: 0;
  padding-bottom: 0; }
.member-page .gray-panel {
  margin-bottom: 30px;
  background-color: #EBEBEB;
  padding: 30px 30px; }
@media (max-width: 768px) {
  .member-page .gray-panel {
    text-align: center; } }
.member-page .gray-panel p {
  line-height: 45px;
  float: left;
  margin-bottom: 0;
  font-size: 1.4em;
  font-weight: 900; }
@media (max-width: 768px) {
  .member-page .gray-panel p {
    text-align: center;
    float: none; } }
.member-page .gray-panel img {
  float: left;
  height: auto;
  width: 70px;
  max-width: none; }
@media (max-width: 768px) {
  .member-page .gray-panel img {
    float: none; } }
.member-page .gray-panel .click {
  line-height: 45px;
  padding: 10px 30px;
  color: #ffffff;
  background-color: #FA7D38;
  border: 3px solid #FA7D38;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }
@media (max-width: 991px) {
  .member-page .gray-panel .click {
    padding: 10px 20px; } }
.member-page .gray-panel .click:hover {
  border: 3px solid #FA7D38;
  background: none;
  background-color: #ffffff;
  color: #FA7D38;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }
.member-page .gray-panel .click:focus {
  background: none;
  border: 3px solid #FA7D38;
  background-color: #ffffff;
  color: #FA7D38;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }

.placeholder-text-wfa {
  font-size: 40px;
  text-align: center;
  background-color: #ffffff;
  line-height: 35px;
  font-weight: 600;
  color: #b9b9b9;
  height: 386px;
  width: 682px;
  display: table-cell;
  vertical-align: middle; }
@media (max-width: 768px) {
  .placeholder-text-wfa {
    width: 100vw;
    line-height: 27px;
    font-weight: 600;
    color: #b9b9b9;
    height: 120px;
    font-size: 30px; } }

.orange {
  background-color: #FA7D38;
  color: #ffffff;
  border: none;
  font-size: 1.8em;
  padding: 15px 50px;
  max-height: 70px;
  /* max-width: 231px; */
  font-weight: 600; }
@media (max-width: 768px) {
  .orange {
    width: 100%;
    text-align: center; } }
@media (max-width: 480px) {
  .orange {
    font-size: 1.5em; } }

/*---INNE---*/
.owl-carousel-item-imgtitle {
  display: none; }

/*---ANIMATION---*/
@keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
/* Firefox < 16 */
@-moz-keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
/* Internet Explorer */
@-ms-keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
/* Opera < 12.1 */
@-o-keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
.loader08 {
  width: 20px;
  height: 20px;
  position: relative;
  animation: loader08 1s ease infinite;
  top: 50%;
  margin: -46px auto 0 auto; }
@keyframes loader08 {
  0%, 100% {
    box-shadow: -13px 20px 0 #FA7D38, 13px 20px 0 rgba(250, 125, 56, 0.2), 13px 46px 0 rgba(250, 125, 56, 0.2), -13px 46px 0 rgba(250, 125, 56, 0.2); }
  25% {
    box-shadow: -13px 20px 0 rgba(250, 125, 56, 0.2), 13px 20px 0 #FA7D38, 13px 46px 0 rgba(250, 125, 56, 0.2), -13px 46px 0 rgba(250, 125, 56, 0.2); }
  50% {
    box-shadow: -13px 20px 0 rgba(250, 125, 56, 0.2), 13px 20px 0 rgba(250, 125, 56, 0.2), 13px 46px 0 #FA7D38, -13px 46px 0 rgba(250, 125, 56, 0.2); }
  75% {
    box-shadow: -13px 20px 0 rgba(250, 125, 56, 0.2), 13px 20px 0 rgba(250, 125, 56, 0.2), 13px 46px 0 rgba(250, 125, 56, 0.2), -13px 46px 0 #FA7D38; } }
.wfa-load {
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.81);
  position: fixed;
  top: 0;
  z-index: 1; }

.modal {
  text-align: center;
  padding: 0 !important; }

.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px; }

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle; }

.modal-header-wfa {
  background-color: #1B2849;
  color: #fff; }

.modal-header-wfa .close {
  color: #fff;
  font-size: 48px;
  font-weight: 100;
  position: absolute;
  top: 3px;
  right: 15px; }

.presentation-list-modal {
  list-style: none;
  padding: 0;
  margin-bottom: 0; }

.presentation-list-modal li {
  border-bottom: 1px solid #e0e0e0;
  font-size: 15px;
  padding: 20px 10px; }

.presentation-list-modal li:last-of-type {
  border-bottom: none; }

.presentation-list-modal a {
  float: right;
  color: #FA7D38; }

.presentation-list-modal a:hover {
  float: right;
  color: #FA7D38;
  text-decoration: underline; }

.presentation-list-modal li img {
  height: 18px;
  margin-right: 5px; }

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