@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700|Open+Sans:400,700&subset=latin-ext");
.clr:after, .pay_popup label:after, .archive_page article.post .small_news:after, .archive_page article.clv_project .small_news:after, .archive_page article .small_news:after, .fcp_person:after {
  clear: both;
  content: ' ';
  display: block;
}

.transition, .btn_arrows:after, .link_arrows:after, a, .facebook_cont, .project_tile.recipe_tile, .archive_page article.post:hover .o_article, .archive_page article.clv_project:hover .o_article, .archive_page article:hover .o_article, .o_article, .tile_link img, .popup_cont, .loader {
  transition: all 500ms;
  -webkit-transition: all 500ms;
  -moz-transition: all 500ms;
  -o-transition: all 500ms;
}

.transition_long, .pay_popup {
  transition: all 900ms;
  -webkit-transition: all 900ms;
  -moz-transition: all 900ms;
  -o-transition: all 900ms;
}

.cover {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.center {
  text-align: center;
}

.no_pad {
  padding: 0;
}

.fa, .far, .fas, .fab {
  font-family: FontAwesome;
  font-weight: 400;
}

.full_cont .container {
  width: 100%;
}

.with_pad {
  padding: 60px 0;
}

.with_pad_bottom {
  padding: 0 0 60px;
}

.no_pad_left {
  padding-left: 0;
}

.no_pad_right {
  padding-right: 0;
}

.font_08 {
  font-size: 0.8rem;
}

.flex {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
}

.flex_start {
  justify-content: flex-start;
}

.space_between {
  justify-content: space-between;
}

.space_around {
  justify-content: space-around;
}

.flex_center {
  justify-content: center;
}

.flex_end {
  justify-content: flex-end;
}

.table_display {
  display: table;
  float: none;
  width: 100%;
}
.table_display .table_cell {
  display: table-cell;
  float: none;
  vertical-align: middle;
}

.o_hidden {
  overflow: hidden;
}

.fixed {
  position: fixed;
}

button, .clv_btn, .btn_primary, .btn_accent {
  font-family: "Open Sans Condensed", sans-serif;
}

.no_marg_top {
  margin-top: 0;
}

.btn_accent {
  background: #e02a39;
  color: #fff;
  display: inline-block;
}
.btn_accent:hover, .btn_accent:focus {
  background: #000;
  color: #fff;
}

.btn_primary {
  background: #F19409;
  color: #fff;
  display: inline-block;
}
.btn_primary:hover, .btn_primary:focus {
  background: #000;
  color: #fff;
}

.btn_secondary {
  background: #c6c6c6;
  color: #fff;
  display: inline-block;
}
.btn_secondary:hover, .btn_secondary:focus {
  background: #000;
  color: #fff;
}

.btn_arrows:after {
  content: '\f101';
  font-family: fontAwesome;
  float: right;
  display: block;
  margin-left: 10px;
}
.btn_arrows:hover {
  color: #fff;
}
.btn_arrows:hover:after {
  transform: translate(10px, 0);
}

.link_arrows:after {
  content: '\f101';
  font-family: fontAwesome;
  display: inline;
  margin-left: 10px;
}
.link_arrows.back_link {
  color: #404040;
}
.link_arrows.back_link:after {
  content: '\f100';
  float: left;
  margin-right: 5px;
}
.link_arrows.back_link:hover {
  color: #000;
}
.link_arrows.back_link:hover:after {
  transform: translate(-10px, 0);
  color: #000;
}
.link_arrows:hover {
  color: #000;
}
.link_arrows:hover:after {
  transform: translate(10px, 0);
  color: #000;
}

.btn_primary_reverse {
  border: 1px solid #F19409;
  background: transparent;
  color: #F19409;
  padding: 5px 15px;
  display: inline-block;
}
.btn_primary_reverse:hover, .btn_primary_reverse:focus {
  border: 1px solid #000;
  color: #000;
}

.bold {
  font-weight: bold;
}

.font_15 {
  font-size: 1.5rem;
}

.top_40 {
  margin-top: 40px;
}

.no_top {
  margin-top: 0;
}

.top_80 {
  margin-top: 80px;
}

.btn_large {
  font-size: 2rem;
  text-transform: uppercase;
  padding: 15px 30px;
}

.bg {
  background: #fff;
}

.primary_bg {
  background-color: #F19409;
}

.secondary_bg {
  background-color: #c6c6c6;
}

.accent_bg {
  background-color: #e02a39;
}

.primary_color {
  color: #F19409;
}

.secondary_color {
  color: #c6c6c6;
}

.accent_color {
  color: #e02a39;
}

.white_color {
  color: #fff;
}

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url('../images/ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url('../fonts/slick.eot');
  src: url('../fonts/slick.eot?#iefix') format("embedded-opentype"), url('../fonts/slick.woff') format("woff"), url('../fonts/slick.ttf') format("truetype"), url('../fonts/slick.svg#slick') format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir="rtl"] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir="rtl"] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

body {
  font-size: 16px;
  line-height: 140%;
  font-family: "Open Sans", sans-serif;
  overflow-x: hidden;
}

html {
  overflow-x: hidden;
  font-size: 16px;
}

p {
  margin: 12px 0;
}

a {
  color: #F19409;
}
a:hover, a:focus {
  text-decoration: none;
  color: #c6c6c6;
}

div:focus {
  outline: none !important;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 125%;
  font-family: "Open Sans Condensed", sans-serif;
  font-weight: 300;
}

#btt {
  padding: 10px 15px;
  font-size: 22px;
  background: #000;
  color: #fff;
  position: fixed;
  right: 2%;
  bottom: 5%;
  z-index: 99;
  border-radius: 35px;
  box-shadow: 0 0 2px #fff;
}

.invisible {
  opacity: 0;
}

.transmisja {
  margin: 2rem auto 0;
  max-height: 550px;
}
.transmisja iframe {
  margin: 0 auto;
}

.resp_iframe {
  max-width: 700px;
  margin: 0 auto;
}

/*.resp_iframe {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 25px;
	height: 0;
}
.resp_iframe iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}*/
/**
*-----------------------------------------------------------------------------
* header
*-----------------------------------------------------------------------------
*/
.facebook_cont {
  width: 347px;
  position: fixed;
  top: 20%;
  left: -300px;
  z-index: 10;
}
.facebook_cont.hovered {
  left: 0;
}
.facebook_cont .fb_hover {
  position: absolute;
  top: 20px;
  right: 0;
  border: none;
  background: transparent;
  display: block;
  margin-top: 60px;
  float: right;
  color: #3B5998;
  font-size: 50px;
}
.facebook_cont .fb_hover:focus {
  outline: none;
}
.facebook_cont .fb_hover img {
  width: 50px;
  height: auto;
}
.facebook_cont .facebook_inner {
  padding-right: 47px;
}

#header {
  padding: 15px 0 10px;
  position: relative;
}

.navbar-default {
  background-color: transparent;
  border-color: transparent;
  margin-bottom: 0;
  float: right;
  text-transform: uppercase;
}
.navbar-default .navbar-nav li a {
  text-transform: uppercase;
  font-weight: bold;
  font-family: "Open Sans Condensed", sans-serif;
}
.navbar-default .navbar-nav li a:hover {
  background: #F19409;
  color: #fff;
}
.navbar-default .navbar-nav li.current-menu-item a:hover, .navbar-default .navbar-nav li.current-menu-item a:focus {
  background: #F19409;
  color: #fff;
}
.navbar-default .navbar-nav li.accent_menu a {
  background: #e02a39;
  color: #fff;
}
.navbar-default .navbar-nav li.accent_menu a:hover, .navbar-default .navbar-nav li.accent_menu a:focus {
  background: #000;
}
.navbar-default .navbar-nav .dropdown-menu {
  background-color: #fff;
}
.navbar-default .navbar-nav .dropdown-menu a {
  background-color: #fff;
}
.navbar-default .navbar-nav .dropdown-menu a:hover, .navbar-default .navbar-nav .dropdown-menu a:focus {
  background: #F19409;
  color: #fff;
}
.navbar-default .navbar-nav .dropdown-menu .current-menu-item {
  background: #d9d9d9;
}
.navbar-default .navbar-nav .dropdown-menu .current-menu-item a {
  background: #d9d9d9;
}

.search_top {
  float: right;
  margin-top: 12px;
}

.search_toggle {
  background: none;
  border: none;
  margin-right: 10px;
}

.search_form_cont {
  display: none;
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  background: #ededed;
  z-index: 9;
}

.navbar-default .navbar-collapse {
  float: right;
}

.close_search {
  float: right;
  font-size: 3rem;
  color: #F19409;
  border: none;
  background: none;
  margin: 30px;
}

input#s {
  display: block;
  width: 100%;
  border: none;
  padding: 15px 5px 15px 10px;
  margin-top: 20px;
  border-width: 0 0 1px 0;
  border-color: #ccc;
  border-style: solid;
}

.search_form {
  position: relative;
  width: 50%;
  left: 25%;
}

#searchsubmit {
  position: absolute;
  right: 5px;
  top: 13px;
  background: none;
  border: none;
}

/**
*-----------------------------------------------------------------------------
* home
*-----------------------------------------------------------------------------
*/
.section_title {
  text-align: center;
  font-size: 2rem;
  margin-top: 0;
  margin-bottom: 40px;
}
.section_title:after {
  background: #F19409;
  content: ' ';
  height: 1px;
  width: 50px;
  margin: 10px auto;
  display: block;
}
.section_title.with_sub {
  margin-bottom: 10px;
}

.section_subtitle {
  margin-top: 10px;
  margin-bottom: 40px;
  text-align: center;
}

.animated {
  opacity: 0;
}

.main_banner {
  color: #fff;
  text-align: center;
}
.main_banner strong {
  color: #F19409;
}
.main_banner h1 {
  margin-top: 0;
  line-height: 160%;
  font-size: 3rem;
  margin-bottom: 6rem;
}

.vid_cont {
  position: relative;
}
.vid_cont a {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: block;
}

#myVideo {
  position: relative;
  left: 0;
  width: 100%;
  margin-bottom: -10px;
}

.main_banner_img {
  width: 100%;
  height: auto;
}

.under_banner_area p {
  max-width: 600px;
  margin: 10px auto;
}
.under_banner_area iframe {
  margin-top: 30px;
}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.home_ig {
  background: #f6f6f6;
  font-family: "Open Sans Condensed", sans-serif;
}
.home_ig a {
  color: #000;
  font-size: 1.5rem;
}

.ig_left_col, .ig_right_col {
  float: left;
  width: 41%;
}

.ig_center_col {
  width: 18%;
  float: left;
}
.ig_center_col img {
  margin-top: 105px;
}

.ig_top_left {
  background: url("../img/top_left.png") no-repeat left bottom;
  height: 100px;
  margin-bottom: 120px;
  margin-top: 30px;
}

.ig_bottom_left {
  background: url("../img/bottom_left.png") no-repeat left top;
  height: 100px;
  padding-top: 15px;
}

.ig_top_right {
  background: url("../img/top_right.png") no-repeat right bottom;
  height: 100px;
  margin-bottom: 120px;
  margin-top: 30px;
  text-align: right;
}

.ig_bottom_right {
  background: url("../img/bottom_right.png") no-repeat right top;
  height: 100px;
  text-align: right;
  padding-top: 15px;
}

.project_tile {
  text-align: center;
}
.project_tile img {
  max-width: 100%;
  height: auto;
}
.project_tile a {
  color: #000;
}
.project_tile a:hover, .project_tile a:focus {
  color: #ca7c08;
}
.project_tile.recipe_tile {
  border-top: 4px solid #F19409;
}
.project_tile.recipe_tile:hover {
  opacity: 0.8;
  box-shadow: 1px 1px 8px rgba(241, 148, 9, 0.8);
}

.pt_title {
  background: #e2e2e2;
  display: block;
  padding: 15px;
  line-height: 140%;
  font-size: 1.2rem;
  font-family: "Open Sans Condensed", sans-serif;
}

.btn_more {
  padding: 10px 25px;
  font-weight: bold;
  margin-top: 40px;
}

.home_donation {
  background-image: url("../img/darowizna-bg.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
}
.home_donation.with_pad {
  padding-bottom: 90px;
}

.home_donation_block {
  background: rgba(255, 255, 255, 0.85);
  padding: 30px 30px 80px;
  position: relative;
}
.home_donation_block h3 {
  color: #F19409;
  font-size: 2.7rem;
  text-align: center;
  margin-top: 0;
  margin-bottom: 10px;
}

.home_donation_tiles {
  text-align: center;
  font-size: 1.1rem;
}

.home_donation_amount {
  background: transparent;
  border: none;
  padding: 0;
}
.home_donation_amount span {
  height: 70px;
  background: #575757;
  color: #fff;
  padding: 20px 50px;
  border: none;
  display: block;
  width: 100%;
  font-size: 2.2rem;
  font-weight: bold;
  box-sizing: border-box;
}
.home_donation_amount.focused {
  box-shadow: 0 0 12px rgba(241, 148, 9, 0.9);
  outline: 3px solid #F19409;
  opacity: 0.7;
}

.custom_amount_cont {
  display: block;
}
.custom_amount_cont span {
  background: #575757;
  padding: 15px 30px;
  display: block;
  width: 100%;
  font-size: 2.2rem;
  color: #fff;
  font-weight: bold;
  height: 65px;
  box-sizing: border-box;
}
.custom_amount_cont input {
  font-size: 1.5rem;
  background: #fff;
  border: none;
  width: 70%;
  color: #000;
}
.custom_amount_cont.focused {
  box-shadow: 0 0 12px rgba(241, 148, 9, 0.9);
  outline: 3px solid #F19409;
  opacity: 0.7;
}

.sub_donation {
  background-image: url("../img/darowizna-bg.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
}
.sub_donation.with_pad {
  padding-bottom: 90px;
}

.sub_donation_block {
  background: rgba(255, 255, 255, 0.85);
  padding: 30px 30px 80px;
  position: relative;
}
.sub_donation_block h3 {
  color: #F19409;
  font-size: 2.7rem;
  text-align: center;
  margin-top: 0;
  margin-bottom: 10px;
}

.sub_donation_tiles {
  text-align: center;
  font-size: 1.1rem;
}

.null_amount {
  display: none;
  position: absolute;
  margin-top: 10px;
  color: red;
  font-weight: bold;
}
.null_amount.show_null {
  display: block;
}

.pay_popup_btn {
  border: none;
  font-size: 2.2rem;
  padding: 20px 25px;
  width: 200px;
  position: absolute;
  left: 50%;
  margin-left: -100px;
  bottom: -30px;
}

.pay_popup {
  left: -100%;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 99;
}
.pay_popup.shown {
  left: 0;
}
.pay_popup .payment {
  width: 400px;
  position: absolute;
  top: 50px;
  left: 50%;
  margin-left: -200px;
  background: #fff;
}
.pay_popup .payment_top {
  text-align: center;
  padding: 25px 30px;
}
.pay_popup .payment_top img {
  display: block;
  margin: 0 auto;
}
.pay_popup .payment_top h3 {
  font-weight: bold;
  font-size: 1.6rem;
  margin: 5px 0;
}
.pay_popup .payment_inner {
  background: #e7e7e7;
  padding: 25px 30px;
}
.pay_popup label {
  display: block;
  font-weight: normal;
  margin-bottom: 15px;
}
.pay_popup label.zgoda_label {
  margin: 7px 0;
}
.pay_popup .square_form_icon {
  display: block;
  float: left;
  width: 12%;
  height: 40px;
  background: #c6c6c6;
  color: #fff;
  text-align: center;
  padding: 7px 0;
  font-size: 1.5rem;
}
.pay_popup .square_form_icon.bigger_icon {
  width: 24%;
}
.pay_popup input[type="text"], .pay_popup input[type="email"], .pay_popup input[type="tel"], .pay_popup input[type="number"], .pay_popup select, .pay_popup textarea {
  width: 88%;
  float: left;
  height: 40px;
  padding: 7px;
  font-family: "Open Sans Condensed", sans-serif;
  border: none;
}
.pay_popup input[type="text"].full_input, .pay_popup input[type="email"].full_input, .pay_popup input[type="tel"].full_input, .pay_popup input[type="number"].full_input, .pay_popup select.full_input, .pay_popup textarea.full_input {
  width: 100%;
}
.pay_popup input[type="text"].smaller_input, .pay_popup input[type="email"].smaller_input, .pay_popup input[type="tel"].smaller_input, .pay_popup input[type="number"].smaller_input, .pay_popup select.smaller_input, .pay_popup textarea.smaller_input {
  width: 76%;
}
.pay_popup .smaller_pad_left {
  padding-left: 5px;
}
.pay_popup .smaller_pad_right {
  padding-right: 5px;
}
.pay_popup .pay_btn {
  display: none;
}
.pay_popup .pay_btn, .pay_popup .pay_btn_2 {
  width: 100%;
  border: none;
  background: #F19409;
  font-size: 1.7rem;
  text-align: center;
  padding: 15px;
  color: #fff;
  font-family: "Open Sans Condensed", sans-serif;
}
.pay_popup .zgoda_label .checkmark {
  border-color: #262626;
}
.pay_popup .zgoda_label .checkmark:after {
  border-color: #000 !important;
}

.thank_you_bg {
  padding: 290px 0;
  background-image: url("../img/thankyou.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-attachment: inherit;
}
.thank_you_bg h1 {
  font-size: 3.5rem;
  color: #fff;
  margin-top: 15px;
  font-family: 'Dancing Script', cursive;
}
.thank_you_bg h2 {
  font-size: 1.5rem;
  margin-bottom: 0;
}

.tooltip {
  width: 400px;
}

.question_mark_tool {
  background: transparent;
  border: none;
  font-size: 1.2rem;
}

.reg_down {
  font-weight: bold;
  color: #c07607;
}
.reg_down:hover, .reg_down:focus {
  color: #000;
}

.tooltip-inner {
  max-width: 500px;
}

.close_pay_popup {
  color: #000;
  float: right;
  border: none;
  font-size: 1.5rem;
  background: transparent;
  margin: 10px 10px 0 0;
}
.close_pay_popup:hover, .close_pay_popup:focus {
  color: red;
  outline: none;
}

.donate_sub_content {
  background: white;
  padding: 15px;
  font-size: 0.9rem;
  height: 492px;
}
.donate_sub_content img {
  max-width: 100%;
  height: auto;
}

.help_subpage {
  background-image: url("../img/donate_bg.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-attachment: inherit;
}

.confirm_cancel {
  background: #33c560;
  padding: 10px;
  color: white;
  text-transform: uppercase;
}

.form_submit_cancel {
  width: 280px;
  max-width: 100%;
  background: #F19409;
  border: none;
  color: #fff;
  padding: 5px 10px;
}

.home_effects {
  background: url("../img/concrete_seamless_pattern-efekty-bg.png") repeat left top;
}

.effects_elem {
  width: 20%;
  float: left;
  box-sizing: border-box;
  padding: 10px;
  text-align: center;
  position: relative;
  font-family: "Open Sans Condensed", sans-serif;
}
.effects_elem h3 {
  color: #F19409;
  font-size: 2rem;
  margin-bottom: 5px;
  margin-top: 0;
}
.effects_elem:after {
  content: ' ';
  top: 50%;
  width: 38px;
  right: 0;
  height: 2px;
  display: block;
  background: #000;
  position: absolute;
}
.effects_elem:before {
  content: ' ';
  top: 50%;
  width: 38px;
  left: 0;
  height: 2px;
  display: block;
  background: #000;
  position: absolute;
}
.effects_elem:first-child:before {
  display: none;
}
.effects_elem:last-child:after {
  display: none;
}

.home_news {
  background: url("../img/fabric_of_squares_gray_aktualnosci-bg.png") repeat left top;
}

.nt_image_date {
  position: relative;
  float: left;
  margin-right: 10px;
  width: 38%;
  border-left: 3px solid #F19409;
}
.nt_image_date .date_image {
  position: absolute;
  top: 10px;
  left: 0;
  background: #F19409;
  display: inline-block;
  padding: 2px 5px;
  font-size: 0.8rem;
  color: #fff;
}
.nt_image_date img {
  max-width: 100%;
  height: auto;
}

.nt_texts h4 {
  font-weight: bold;
  margin-bottom: 10px;
}
.nt_texts p {
  font-size: 0.9rem;
}

.news_tile {
  margin-bottom: 40px;
  min-height: 190px;
}

.news_more {
  font-size: 0.9rem;
}

.btn_more {
  font-weight: normal;
}

.partner_link {
  height: 80px;
  text-align: center;
}
.partner_link img {
  max-width: 90%;
  display: inline-block;
  margin: 0 auto;
  max-height: 70px;
}

.partners_group_title {
  color: #F19409;
  font-size: 1.6rem;
}
.partners_group_title strong {
  color: #000;
}

.partners_row {
  padding: 25px 0;
  border-bottom: 1px solid #dddddd;
}
.partners_row:last-child {
  border-bottom: 0;
}

/**
*-----------------------------------------------------------------------------
* Biuro prasowe
*-----------------------------------------------------------------------------
*/
.bp_main_news {
  border: 1px solid #d1d1d1;
  padding: 30px;
}
.bp_main_news h3 {
  font-weight: bold;
  margin: 0 0 8px 0;
  font-size: 1.6rem;
}
.bp_main_news p {
  margin-top: 20px;
}
.bp_main_news .btn_primary_reverse {
  margin-top: 20px;
}

.sidebar_title.bp_st {
  margin-top: 0;
}

.to_archive.smaller {
  font-size: 0.9rem;
  padding: 5px 10px;
  float: right;
  margin-top: 10px;
}

.bp_other_news {
  background: #f0f0f0;
  padding: 10px;
  margin-bottom: 8px;
}
.bp_other_news h3 {
  margin: 0 0 4px 0;
  font-weight: bold;
  font-size: 1rem;
}
.bp_other_news .date {
  font-size: 0.9rem;
}
.bp_other_news p {
  font-size: 0.9rem;
  margin-bottom: 0;
  margin-top: 7px;
}

.press_kit {
  background: url(../img/fcb_pattern.png) repeat left top;
}
.press_kit .tab-pane {
  background: #fff;
  padding: 30px;
}
.press_kit .nav-tabs li a {
  padding-left: 30px;
  padding-right: 30px;
  font-weight: bold;
}

.media_about_us .slick-next {
  background: url(../img/arrow-right.png) no-repeat left top;
}
.media_about_us .slick-prev {
  background: url(../img/arrow-left.png) no-repeat left top;
  margin-left: -20px;
}
.media_about_us .slick-prev, .media_about_us .slick-next {
  width: 28px;
  height: 69px;
}
.media_about_us .slick-prev:before, .media_about_us .slick-prev:after, .media_about_us .slick-next:before, .media_about_us .slick-next:after {
  display: none;
}

.awards.with_pad {
  padding-bottom: 80px;
}
.awards .slick-dots {
  bottom: -45px;
}
.awards .slick-dots li button {
  width: 30px;
  height: 30px;
}
.awards .slick-dots li button:before {
  width: 30px !important;
  height: 30px !important;
  font-size: 1.2rem;
}

.awards_link img {
  max-width: 90%;
  display: block;
  margin: 0 auto;
}

.logo_download_block {
  padding: 35px 15px;
  border: 1px solid #e0e0e0;
  position: relative;
  margin: 25px 0;
}
.logo_download_block .download_button {
  bottom: -18px;
}
.logo_download_block img {
  margin: 0 auto;
  display: block;
}

.slick_media_article {
  max-width: 90%;
  background: #fff;
  overflow: hidden;
  border-radius: 5px;
}
.slick_media_article img {
  max-width: 100%;
  height: auto;
}

.media_about_us {
  background: #f0f0f0;
}

.sm_article_text {
  padding: 15px;
}
.sm_article_text h3 {
  font-weight: bold;
  margin-top: 0;
}

.eksperts .team_member {
  width: 20%;
}
.eksperts .team_member img {
  max-width: 90%;
  margin: 0 auto;
}

.file_download {
  background: #F19409;
  padding: 10px 25px;
  margin: 7px 0;
  color: #fff;
  display: block;
}
.file_download:hover, .file_download:focus {
  background: #a76706;
  color: #fff;
}
.file_download i {
  float: right;
  margin-top: 5px;
  margin-left: 5px;
  color: #fff;
}

/**
*-----------------------------------------------------------------------------
* news, projects archive
*-----------------------------------------------------------------------------
*/
.search article h2 {
  margin-top: 0;
}

.news_filters {
  margin-bottom: 40px;
}
.news_filters.bank_filter {
  margin-top: 40px;
}
.news_filters.bank_filter .select_filter {
  box-sizing: border-box;
  width: 27%;
  float: left;
  margin: 0 1.5% 0 0;
  padding: 5px;
  border: 1px solid #999999;
  border-radius: 3px;
  font-family: "Open Sans Condensed", sans-serif;
}
.news_filters.bank_filter .select_filter:last-child {
  margin-right: 0;
}

.filters_heading {
  font-size: 1.6rem;
  width: 15%;
  box-sizing: border-box;
  float: left;
  margin: 0;
}

.select_filter {
  box-sizing: border-box;
  width: 20%;
  float: left;
  margin: 0 1.5% 0 0;
  padding: 5px;
  border: 1px solid #999999;
  border-radius: 3px;
  font-family: "Open Sans Condensed", sans-serif;
}
.select_filter:last-child {
  margin-right: 0;
}

.archive_page {
  position: relative;
  margin-top: 40px;
}
.archive_page article.post, .archive_page article.clv_project, .archive_page article {
  position: relative;
  margin-bottom: 30px;
}
.archive_page article.post img, .archive_page article.clv_project img, .archive_page article img {
  max-width: 100%;
  height: auto;
}
.archive_page article.post .title_date, .archive_page article.clv_project .title_date, .archive_page article .title_date {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 10px 20px;
  z-index: 4;
}
.archive_page article.post .title_date span, .archive_page article.clv_project .title_date span, .archive_page article .title_date span {
  color: #fff;
}
.archive_page article.post h2, .archive_page article.clv_project h2, .archive_page article h2 {
  color: #fff;
  font-weight: bold;
  margin: 0;
  font-weight: 500;
  font-size: 1.8em;
}
.archive_page article.post h2 a, .archive_page article.clv_project h2 a, .archive_page article h2 a {
  color: #fff;
}
.archive_page article.post h2 a:hover, .archive_page article.post h2 a:focus, .archive_page article.clv_project h2 a:hover, .archive_page article.clv_project h2 a:focus, .archive_page article h2 a:hover, .archive_page article h2 a:focus {
  color: #fff;
  opacity: 0.75;
}
.archive_page article.post .small_news, .archive_page article.clv_project .small_news, .archive_page article .small_news {
  padding: 15px;
  margin-bottom: 30px;
  border: 1px solid #dddddd;
}
.archive_page article.post .small_news h2, .archive_page article.clv_project .small_news h2, .archive_page article .small_news h2 {
  color: #4a4a4a;
  font-weight: bold;
  font-size: 1.4rem;
  margin-bottom: 10px;
}
.archive_page article.post .small_news h2 i, .archive_page article.clv_project .small_news h2 i, .archive_page article .small_news h2 i {
  margin-right: 10px;
  color: #F19409;
}
.archive_page article.post .small_news h2 a, .archive_page article.clv_project .small_news h2 a, .archive_page article .small_news h2 a {
  color: #000;
}
.archive_page article.post .small_news .news_more, .archive_page article.clv_project .small_news .news_more, .archive_page article .small_news .news_more {
  float: right;
}
.archive_page article.post .small_news .news_meta, .archive_page article.clv_project .small_news .news_meta, .archive_page article .small_news .news_meta {
  float: left;
}
.archive_page article.post .small_news .news_meta a, .archive_page article.clv_project .small_news .news_meta a, .archive_page article .small_news .news_meta a {
  color: #4a4a4a;
}
.archive_page article.post .small_news .news_meta i, .archive_page article.clv_project .small_news .news_meta i, .archive_page article .small_news .news_meta i {
  color: #F19409;
  margin-right: 5px;
}
.archive_page article.post .small_news .nm_elem, .archive_page article.clv_project .small_news .nm_elem, .archive_page article .small_news .nm_elem {
  margin-right: 15px;
}
.archive_page article.post .small_news.komu_news, .archive_page article.clv_project .small_news.komu_news, .archive_page article .small_news.komu_news {
  max-width: 800px;
  margin: 10px auto;
}
.archive_page article.post .small_news.komu_news img, .archive_page article.clv_project .small_news.komu_news img, .archive_page article .small_news.komu_news img {
  float: left;
  width: 30%;
  height: auto;
  margin-top: 3px;
  margin-right: 15px;
}
.archive_page article.post .small_news.komu_news .btn_primary_reverse, .archive_page article.clv_project .small_news.komu_news .btn_primary_reverse, .archive_page article .small_news.komu_news .btn_primary_reverse {
  margin-top: -9px;
}
.archive_page .date {
  position: absolute;
  top: 0;
  right: 0;
  padding: 3px 8px;
  background: #000;
  font-size: 0.9em;
  color: #fff;
  border-bottom-left-radius: 5px;
  z-index: 4;
  margin-right: 0;
}
.archive_page .comments {
  border-bottom-right-radius: 5px;
  right: auto;
  left: 0;
}
.archive_page .smaller_titles article.post h2 {
  font-size: 1.4em;
}

.page_title {
  background: #d8d8d8;
  padding: 20px 0;
  text-align: center;
}
.page_title h1 {
  font-size: 2.7rem;
  margin: 0;
}

.top_breadcrumb {
  background: #d8d8d8;
  padding: 20px 0;
  text-align: left;
  margin-bottom: 40px;
}
.top_breadcrumb a {
  color: #000;
}

.main_news a {
  color: #fff;
}
.main_news i {
  color: #F19409;
  display: block;
  float: left;
  margin-right: 7px;
  margin-top: 4px;
}

.news_meta {
  margin-top: 10px;
  font-size: 0.85rem;
}

.nm_elem {
  float: left;
  margin-right: 15px;
}

.o_article {
  z-index: 3;
  opacity: 1;
  background: -moz-linear-gradient(top, rgba(45, 45, 45, 0.32) 0%, rgba(45, 45, 45, 0.14) 15%, rgba(45, 45, 45, 0.28) 58%, rgba(45, 45, 45, 0.71) 82%);
  background: -webkit-linear-gradient(top, rgba(45, 45, 45, 0.32) 0%, rgba(45, 45, 45, 0.14) 15%, rgba(45, 45, 45, 0.28) 58%, rgba(45, 45, 45, 0.71) 82%);
  background: linear-gradient(to bottom, rgba(45, 45, 45, 0.32) 0%, rgba(45, 45, 45, 0.14) 15%, rgba(45, 45, 45, 0.28) 58%, rgba(45, 45, 45, 0.71) 82%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#522d2d2d', endColorstr='#692d2d2d',GradientType=0 );
}
.o_article .o_icon {
  width: 100%;
  height: 100%;
}

.archive_page {
  padding-bottom: 50px;
}

/**
*-----------------------------------------------------------------------------
* Single
*-----------------------------------------------------------------------------
*/
.single_article img {
  max-width: 100%;
  height: auto;
}

.sidebar_post {
  padding: 15px;
  background: #f4f3f3;
  margin-top: 20px;
}
.sidebar_post h3 {
  margin-top: 5px;
  font-weight: bold;
}

.sidebar_title {
  font-weight: bold;
  text-transform: uppercase;
  border-left: 3px solid #F19409;
  line-height: 100%;
  margin: 40px 0 10px;
  padding-left: 10px;
  font-size: 1.2rem;
}

.black_link {
  color: #000;
}

.to_archive {
  display: inline-block;
  padding: 10px 15px;
  font-weight: bold;
  border: 1px solid #dddddd;
  margin-top: 30px;
}
.to_archive:hover, .to_archive:focus {
  color: #F19409;
  border-color: #F19409;
}

.single_article {
  padding-bottom: 50px;
}

/**
*-----------------------------------------------------------------------------
* history
*-----------------------------------------------------------------------------
*/
.big_title, .igmd_top h2 {
  font-size: 3rem;
  color: #F19409;
  margin-bottom: 60px;
  margin-top: 0;
  text-align: center;
}

.timeline {
  background: #f7f7f7;
}

.timeline_element {
  position: relative;
}
.timeline_element .table_display {
  height: 120px;
}
.timeline_element .table_display .table_cell {
  height: 120px;
}
.timeline_element:after {
  position: absolute;
  width: 6px;
  background: #000;
  content: ' ';
  left: 50%;
  top: 0;
  height: 100%;
  margin-left: -3px;
  display: block;
  z-index: 1;
}
.timeline_element.first:after {
  bottom: 0;
  top: auto;
  height: 50%;
}
.timeline_element:last-of-type:after {
  height: 50%;
}

.timeline_text {
  width: 45%;
}

.timeline_year {
  position: relative;
  z-index: 2;
  text-align: center;
  font-size: 1.3rem;
  color: #F19409;
  border: 3px solid #F19409;
  border-radius: 100%;
  width: 70px;
  height: 70px;
  display: inline-block;
  font-weight: bold;
  margin: 0 auto;
  background: #f7f7f7;
  padding: 20px 5px;
}

.timeline_text_left {
  position: relative;
  text-align: right;
  border-right: 3px solid #F19409;
  padding: 15px;
}
.timeline_text_left:before {
  content: ' ';
  width: 35px;
  top: 0;
  right: 0;
  background: #F19409;
  display: block;
  position: absolute;
  height: 3px;
}
.timeline_text_left:after {
  content: ' ';
  width: 35px;
  position: absolute;
  bottom: 0;
  right: 0;
  display: block;
  height: 3px;
  background: #F19409;
}

.year_cell {
  position: relative;
}

.line_left {
  position: absolute;
  top: 50%;
  margin-top: -1.5px;
  height: 3px;
  left: 0;
  width: 50%;
  z-index: 1;
  display: block;
  background: #F19409;
}

.line_right {
  position: absolute;
  top: 50%;
  margin-top: -1.5px;
  height: 3px;
  right: 0;
  width: 50%;
  z-index: 1;
  display: block;
  background: #F19409;
}

.timeline_text_right {
  position: relative;
  border-left: 3px solid #F19409;
  padding: 15px;
}
.timeline_text_right:before {
  content: ' ';
  width: 35px;
  top: 0;
  left: 0;
  background: #F19409;
  display: block;
  position: absolute;
  height: 3px;
}
.timeline_text_right:after {
  content: ' ';
  width: 35px;
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  height: 3px;
  background: #F19409;
}

/**
*-----------------------------------------------------------------------------
* Dla medi├│w
*-----------------------------------------------------------------------------
*/
.media_section {
  margin-top: 0;
  position: relative;
}
.media_section .media_fill {
  position: absolute;
  width: 42%;
  height: 100%;
  background: #f6f6f6;
}

.media_left {
  padding-right: 30px;
  padding-bottom: 40px;
}

.media_primary_title {
  color: #F19409;
  font-size: 2.4rem;
}

.media_news_title {
  font-size: 2.4rem;
}

.media_person_photo {
  border: 2px solid #F19409;
  border-radius: 100%;
  width: 180px;
  height: auto;
  margin-bottom: 30px;
}

.mediapack_heading {
  float: left;
  font-size: 2rem;
  display: inline-block;
  margin: 0;
}

.mediapack_download {
  padding: 8px 20px;
  font-size: 1.3rem;
  font-weight: bold;
  float: right;
  display: block;
  width: 140px;
}
.mediapack_download i {
  margin-left: 10px;
}

.media_person_data {
  list-style: none;
  padding: 0;
  margin: 0 0 50px;
}
.media_person_data li {
  list-style: none;
  position: relative;
  padding-left: 50px;
  margin-bottom: 30px;
}

.primary_circle_icon {
  float: left;
  width: 40px;
  height: 40px;
  color: #fff;
  border-radius: 100%;
  display: block;
  background: #F19409;
  font-size: 1.2rem;
  padding: 7px 0;
  text-align: center;
  position: absolute;
  left: 0;
}

.pc_high {
  margin-top: -8px;
}

.media_article {
  border: 1px solid #dddddd;
  padding: 15px;
  margin-bottom: 30px;
}
.media_article h3 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 1.5rem;
}
.media_article h3 a {
  color: #000;
}
.media_article h3 a:hover, .media_article h3 a:focus {
  color: #F19409;
}
.media_article h3 i {
  color: #F19409;
}

.media_more {
  margin-top: 15px;
}

/**
*-----------------------------------------------------------------------------
* Federation Office
*-----------------------------------------------------------------------------
*/
.federation_office {
  font-family: "Open Sans Condensed", sans-serif;
}

.fo_title {
  font-size: 2.5rem;
  margin-top: 0;
}

.fo_list {
  list-style: none;
  padding: 0;
  margin: 0 0 50px;
}
.fo_list li {
  list-style: none;
  position: relative;
  padding-left: 50px;
  margin-bottom: 30px;
}

.primary_circle_icon {
  float: left;
  width: 40px;
  height: 40px;
  color: #fff;
  border-radius: 100%;
  display: block;
  background: #F19409;
  font-size: 1.2rem;
  padding: 7px 0;
  text-align: center;
  position: absolute;
  left: 0;
}

.fo_cf input[type="text"], .fo_cf input[type="email"], .fo_cf input[type="tel"], .fo_cf input[type="number"], .fo_cf select, .fo_cf textarea {
  background: #e8e8e8;
  padding: 3px 10px;
  font-size: 1.1rem;
  border: none;
  font-weight: normal;
  width: 100%;
}
.fo_cf p {
  margin-top: 0;
}
.fo_cf br {
  display: none;
}
.fo_cf label {
  font-weight: normal;
  display: block;
}
.fo_cf textarea {
  height: 120px;
}
.fo_cf h2, .fo_cf h3 {
  margin-top: 10px;
  font-weight: bold;
}
.fo_cf input.wpcf7-form-control.wpcf7-submit {
  width: 100%;
  background: #F19409;
  border: none;
  color: #fff;
  padding: 5px 10px;
}

.nav-tabs {
  font-family: "Open Sans Condensed", sans-serif;
  font-size: 1.3rem;
}

.fo_people {
  background: url("../img/fcb_pattern.png") repeat left top;
}
.fo_people .tab-content {
  background: #fff;
  border-color: #ddd;
  border-width: 0 1px 1px 1px;
  border-style: solid;
  padding: 30px;
  font-family: "Open Sans Condensed", sans-serif;
}
.fo_people .tab-content ul li {
  list-style: none;
}

.fcp_person {
  margin-bottom: 30px;
}

.fo_people .nav-tabs > li > a {
  font-weight: bold;
}

.fcp_photo {
  float: left;
  max-width: 22%;
  height: auto;
  display: none;
}

.fcp_right {
  margin: 0;
  width: 100%;
  float: left;
  padding: 5px 12px 5px 0;
  height: 115px;
  overflow: hidden;
  position: relative;
  background: #f6f6f6;
  box-sizing: border-box;
}
.fcp_right:before {
  position: absolute;
  height: 100%;
  width: 30px;
  background: #F19409;
  content: ' ';
  display: block;
  left: 0;
  top: 0;
}
.fcp_right li {
  position: relative;
  padding-left: 40px;
  padding-bottom: 6px;
}
.fcp_right .bar_icon {
  position: absolute;
  width: 30px;
  text-align: center;
  left: 0;
  top: 0;
  height: 100%;
  background: #F19409;
  color: #fff;
}
.fcp_right .bi_bigger {
  padding-top: 6px;
}

/**
*-----------------------------------------------------------------------------
* team
*-----------------------------------------------------------------------------
*/
.team_group:nth-child(even) {
  background: #f6f6f6;
}

.sub_title {
  color: #F19409;
  text-align: center;
  font-size: 1.5rem;
}

.team_flex {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  align-content: center;
}

.team_member {
  width: 25%;
  text-align: center;
  margin-bottom: 10px;
  margin: 1% 0;
  font-weight: 400;
  font-size: 0.9em;
  padding: 15px;
  text-align: center;
}
.team_member img {
  border-radius: 100%;
  max-width: 104px;
  height: auto;
  border: 2px solid #F19409;
}
.team_member h3 {
  font-weight: bold;
  font-size: 1rem;
  margin-bottom: 0;
}
.team_member h4 {
  font-size: 1rem;
  margin-top: 5px;
  margin-bottom: 5px;
}
.team_member .team_member_phone {
  margin-top: 0;
  font-size: 0.9rem;
  margin-bottom: 0;
}

/**
*-----------------------------------------------------------------------------
* Banki
*-----------------------------------------------------------------------------
*/
.map {
  width: 100%;
  height: 440px;
  position: relative;
  overflow: hidden;
  margin-top: 30px;
}
.map #googlemaps {
  position: absolute;
  width: 100%;
  height: 100%;
}
.map.small_map {
  height: 350px;
  margin-top: 0px;
}

.full_cont_map {
  width: 100%;
  max-width: 100%;
  padding: 0;
}

.map.main_map {
  height: 770px;
}

.placowka {
  background: #f5f5f5;
  padding: 15px 15px 40px;
  position: relative;
  margin: 35px 0 15px;
}
.placowka p {
  margin: 0;
  font-family: "Open Sans Condensed", sans-serif;
}

.bank_list_data {
  padding-left: 34px;
}

.placowka_more {
  padding: 7px 20px;
  position: absolute;
  width: 140px;
  left: 50%;
  margin-left: -70px;
  bottom: -15px;
}

.placowka_list_title {
  font-size: 1rem;
  margin-bottom: 0;
  margin-top: 0;
  height: 50px;
  font-weight: bold;
}
.placowka_list_title a {
  color: #000;
}

.placowka_about h3 {
  font-weight: bold;
}

.placowka_about_title {
  margin-top: 0;
  color: #F19409;
  font-weight: bold;
}

.marker_left {
  color: #F19409;
  float: left;
  font-size: 2.6rem;
  margin-right: 10px;
}

.bank_data {
  margin: 0;
  padding: 0;
}
.bank_data li {
  list-style: none;
  position: relative;
  padding-left: 40px;
  margin-bottom: 10px;
}
.bank_data li .list_icon {
  position: absolute;
  left: 0;
  width: 40px;
  text-align: center;
  color: #F19409;
  font-size: 1.3rem;
  display: inline-block;
}

/**
*-----------------------------------------------------------------------------
* Informacje og├│lne
*-----------------------------------------------------------------------------
*/
.igmd_top p {
  font-size: 1.5rem;
  line-height: 150%;
}
.igmd_top h2 {
  margin-bottom: 25px;
}

.rules_title {
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 40px;
}

.pagination {
  display: block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
  text-align: center;
}
.pagination a, .pagination span {
  display: inline-block;
  padding: 5px 10px;
}
.pagination span {
  color: #fff;
  background: #F19409;
}
.pagination a {
  color: #000;
  border: 1px solid #d9d9d9;
}
.pagination a:hover, .pagination a:focus {
  color: #fff;
  background: #F19409;
}

.rules {
  margin: 0;
  padding: 0;
}
.rules li {
  list-style: none;
  width: 33%;
  box-sizing: border-box;
  background-repeat: no-repeat;
  background-position: top left;
  float: left;
}
.rules .rule {
  padding: 20px 15px 15px 90px;
  font-family: "Open Sans Condensed", sans-serif;
}
.rules .rule_1 {
  background-image: url("../img/one.png");
  width: 303px;
  height: 139px;
}
.rules .rule_2 {
  background-image: url("../img/two.png");
  width: 309px;
  height: 139px;
}
.rules .rule_3 {
  background-image: url("../img/three.png");
  width: 295px;
  height: 140px;
}

.mission_heading {
  margin-left: 30px;
  margin-bottom: 35px;
}

.mission_text {
  padding-left: 30px;
}
.mission_text ul {
  padding: 0;
}
.mission_text ul li {
  list-style: none;
  position: relative;
  margin-bottom: 25px;
}
.mission_text ul li:before {
  position: absolute;
  content: ' ';
  top: 10px;
  left: -60px;
  width: 30px;
  height: 2px;
  background: #F19409;
}
.mission_text ul li:after {
  position: absolute;
  content: ' ';
  top: 0;
  left: -30px;
  width: 20px;
  height: 20px;
  border: 2px solid #F19409;
  border-radius: 100%;
  background: #fff;
}

.ig_effects {
  background: #f6f6f6;
  text-align: justify;
}
.ig_effects img {
  margin-bottom: 30px;
}

/**
*-----------------------------------------------------------------------------
* Reports
*-----------------------------------------------------------------------------
*/
.report_year {
  background: #f6f6f6;
  padding: 20px 20px 40px 20px;
  text-align: center;
  position: relative;
  box-sizing: border-box;
  margin-bottom: 80px;
}

.year_title {
  margin: 0 auto 15px;
  font-size: 1.8rem;
  font-weight: bold;
  color: #F19409;
}

.icon_big {
  color: #000;
  display: block;
  font-size: 3rem;
  text-align: center;
  margin-bottom: 15px;
}

.download_button {
  padding: 8px 20px;
  font-size: 1.3rem;
  font-weight: bold;
  position: absolute;
  display: block;
  width: 150px;
  left: 50%;
  margin-left: -75px;
  bottom: -55px;
}
.download_button i {
  margin-left: 10px;
}

/**
*-----------------------------------------------------------------------------
* 1 procent
*-----------------------------------------------------------------------------
*/
.btn_percent {
  background: #F19409;
  color: #fff;
  padding: 15px 25px 15px 19px;
  display: inline-block;
  font-size: 1.2rem;
  max-width: 300px;
  width: 100%;
  margin-top: 30px;
}
.btn_percent i {
  margin-right: 5%;
}
.btn_percent.button_left_procent {
  background: #e02a39;
}

.main_banner_procent {
  padding: 150px 0;
  text-align: center;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.main_banner_procent h1 {
  font-size: 2rem;
  margin: 30px auto;
}
.main_banner_procent h2 {
  font-size: 1.6rem;
}
.main_banner_procent .mbp_text {
  background: rgba(255, 255, 255, 0.8);
  margin: 0 auto;
  padding: 20px;
  max-width: 750px;
}
.main_banner_procent .btn_percent {
  background: #F19409;
  color: #fff;
  padding: 15px 25px 15px 19px;
  display: inline-block;
  font-size: 1.2rem;
  max-width: 300px;
  width: 100%;
  margin-top: 30px;
}
.main_banner_procent .btn_percent i {
  margin-right: 5%;
}
.main_banner_procent .button_left_procent {
  background: #e02a39;
}

.percent_what p, .percent_how p, .percent_effects p {
  text-align: justify;
}

.percent_how {
  background: url("../img/fabric_of_squares_gray_aktualnosci-bg.png") repeat left top;
}

.pw_text {
  padding: 35px 30px;
}

.even_text {
  min-height: 340px;
}

.darken_percent {
  background: rgba(227, 227, 227, 0.5);
}

.percent_even_height {
  height: 550px;
  padding: 0 40px;
}
.percent_even_height h3 {
  font-size: 2rem;
  font-weight: normal;
}

.bg_eh {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.percent_effects {
  background-image: url("../img/charts_blur.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-attachment: inherit;
  position: relative;
}
.percent_effects p {
  max-width: 900px;
  margin: 12px auto;
}
.percent_effects .overlay {
  background: rgba(255, 255, 255, 0.86);
}

.tiles {
  margin-top: 30px;
}

.tile_link {
  display: block;
  margin: 15px 0;
  color: #333333;
}
.tile_link:hover, .tile_link:focus {
  color: #F19409;
}
.tile_link:hover img, .tile_link:focus img {
  box-shadow: 0 0 6px 3px #f19409;
}

.tile_text {
  font-size: 1.3rem;
  text-align: center;
  margin-top: 5px;
  margin-bottom: 20px;
  font-weight: bold;
}

.under_tiles {
  margin-top: 30px;
  text-align: justify;
}

.above_tiles {
  text-align: justify;
}

/**
*-----------------------------------------------
* campaign
*-----------------------------------------------
*/
.progress_block .ui-widget.ui-widget-content {
  border: none;
  border-radius: 0;
  margin-top: 20px;
  background: #d9d9d9;
}
.progress_block .ui-widget-header {
  border: none;
  border-radius: 0 !important;
  background: #F19409;
  margin: 0;
}

.c_main_banner {
  padding: 10rem 0 10rem;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  color: #fff;
}
.c_main_banner .overlay {
  background: #383838;
  opacity: 0.8;
}

.donate_nums {
  color: #d88508;
  font-weight: 600;
}

.progress_block {
  background: #f2f2f2;
  padding: 1.9rem 2rem;
  color: #262626;
}
.progress_block h1 {
  margin-bottom: 0;
  margin-top: 0;
  font-weight: bold;
  text-transform: uppercase;
}
.progress_block h2 {
  margin-bottom: 1.5rem;
}

.progress_donate {
  background: #F19409;
  color: #fff;
  padding: 0.6rem 2rem;
  font-size: 1.5rem;
  margin-top: 1.3rem;
  display: inline-block;
}
.progress_donate:hover {
  color: #fff;
  background: #f7a327;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}

.below_progress {
  list-style: none;
  padding: 0;
  margin-top: 1.6rem;
}

.c_donate_data {
  font-size: 1.3rem;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 2rem;
  padding: 0.7rem 0 0.7rem 2.8rem;
}

.cdd_num {
  background-image: url("../img/donation_icon.png");
}

.cdd_sum {
  background-image: url("../img/coins_icon.png");
}

.cdd_target {
  background-image: url("../img/target_icon.png");
}

.campaign_info_right {
  line-height: 165%;
}
.campaign_info_right h2 {
  margin-top: 0;
  font-weight: bold;
  font-size: 2rem;
}

.c_more {
  display: inline-block;
  padding: 0 0 0 1rem;
  margin-top: 1.2rem;
}

.campaign_info_right iframe {
  margin-top: 1.5rem;
}

/**
*-----------------------------------------------------------------------------
* Popup
*-----------------------------------------------------------------------------
*/
.popup_cont {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 999;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  background: rgba(26, 26, 26, 0.85);
}
.popup_cont.pc_hidden {
  top: 120%;
}

.popup_inner {
  max-width: 700px;
  width: 100%;
  background-color: #fff;
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.popup_inner h2, .popup_inner h3 {
  font-size: 2rem;
  margin-top: 0;
  font-weight: 700;
}
.popup_inner label {
  display: block;
  font-size: 0.9rem;
}
.popup_inner input[type="text"], .popup_inner input[type="email"], .popup_inner input[type="tel"], .popup_inner input[type="number"], .popup_inner select, .popup_inner textarea {
  padding: 5px;
  border: none;
  width: 100%;
}

.popup_close {
  position: absolute;
  width: 30px;
  height: 30px;
  background: url("../img/popup_close.png") no-repeat center center;
  background-size: 30px;
  top: 5px;
  right: 5px;
  border: none;
}
.popup_close:focus {
  opacity: 0.8;
  outline: none;
}

.popup_left, .popup_right {
  width: 50%;
}

.popup_left {
  padding: 20px 30px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.popup_right {
  padding: 20px;
}

.popup_submit {
  border: none;
  background: #F19409;
  color: #fff;
  display: block;
  text-align: center;
  padding: 10px;
  width: 100%;
  margin-top: 20px;
  position: relative;
}

.freshmail_form label {
  margin-top: 15px;
  margin-bottom: 0;
}

.popup_agreement {
  font-weight: normal;
  display: block;
  line-height: 125%;
  font-size: 0.8rem;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.loader {
  display: inline-block;
  background: transparent;
  width: 24px;
  height: 24px;
  margin-top: 7px;
  margin-left: 10px;
  position: absolute;
  right: 5px;
  top: 2px;
}
.loader.l_hidden {
  opacity: 0;
}
.loader:after {
  border: 5px solid white;
  /* Light grey */
  border-top: 5px solid #F19409;
  /* Blue */
  border-radius: 50%;
  width: 24px;
  height: 24px;
  animation: spin 2s linear infinite;
  position: absolute;
  left: 50%;
  margin-left: -12px;
  top: 50%;
  margin-top: -12px;
  content: ' ';
}

/**
*-----------------------------------------------------------------------------
* Footer
*-----------------------------------------------------------------------------
*/
#footer {
  padding: 40px 0;
  background: #575757;
  color: #fff;
}
#footer input[type="text"], #footer input[type="email"] {
  color: #000;
}
#footer .bottom_row {
  max-width: 400px;
  margin: 0 auto;
}

.menu_footer {
  margin: 25px 0 0;
  padding: 0;
}
.menu_footer li {
  list-style: none;
}
.menu_footer li a {
  color: #fff;
}
.menu_footer li a:before {
  content: '\f105';
  font-family: fontAwesome;
  float: left;
  margin-right: 10px;
  margin-left: 3px;
}
.menu_footer li.footer_help_menu a {
  display: inline-block;
  margin-left: 0;
  color: #F19409;
}
.menu_footer li.footer_help_menu a:before {
  content: '\f08a';
  margin-left: 0px;
}

.footer_socials {
  margin: 20px 0 15px;
  padding: 0;
  text-align: center;
}
.footer_socials li {
  list-style: none;
  display: inline-block;
}
.footer_socials li a {
  display: block;
  color: #fff;
  padding: 5px;
  font-size: 1.8rem;
}

.popup_message {
  font-size: 0.8rem;
  display: block;
  line-height: 1rem;
}

.zgoda_label {
  display: block;
  position: relative;
  padding-left: 25px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 0.9rem;
  line-height: 125%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-top: 15px;
}

/* Hide the browser's default checkbox */
.zgoda_label input {
  position: absolute;
  opacity: 1;
  width: 30px;
  height: 15px;
  left: 0;
  top: 0;
  z-index: 9;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 18px;
  width: 18px;
  border: 2px solid #fff;
  border-radius: 2px;
}

/* On mouse-over, add a grey background color */
.zgoda_label:hover input ~ .checkmark {
  cursor: pointer;
}

/* When the checkbox is checked, add a blue background */
/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.zgoda_label input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.zgoda_label .checkmark:after {
  left: 6px;
  top: -5px;
  width: 10px;
  height: 18px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.newsletter_footer h3 {
  text-transform: uppercase;
  margin: 0 auto 10px;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
}
.newsletter_footer h4 {
  margin-top: 0;
  text-align: center;
}
.newsletter_footer input[type="text"] {
  padding: 8px;
  font-size: 1.3rem;
  width: 84%;
  height: 40px;
  float: left;
}
.newsletter_footer .footer_submit {
  height: 40px;
  background: #F19409;
  color: #fff;
  width: 15%;
  border: none;
  margin-left: 1%;
}

@media all and (min-width: 993px) {
  .animated {
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    opacity: 0;
  }

  .animated_load {
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    opacity: 0;
  }

  .animated_load_long {
    -webkit-animation-duration: 2s;
    -moz-animation-duration: 2s;
    -o-animation-duration: 2s;
    animation-duration: 2s;
    opacity: 0;
  }

  .fill {
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
  }

  .animated_high {
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    opacity: 0;
  }

  .animated2 {
    -webkit-animation-duration: 1.7s;
    -moz-animation-duration: 1.7s;
    -o-animation-duration: 1.7s;
    animation-duration: 1.7s;
    opacity: 0;
  }

  .delay_1 {
    -webkit-animation-delay: 0.3s;
    /* Safari 4.0 - 8.0 */
    -moz-animation-delay: 0.3s;
    -o-animation-delay: 0.3s;
    animation-delay: 0.3s;
  }

  .animated_delay_1 {
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: 0.9s;
    /* Safari 4.0 - 8.0 */
    -moz-animation-delay: 0.9s;
    -o-animation-delay: 0.9s;
    animation-delay: 0.9s;
    opacity: 0;
  }

  .infinite {
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
  }

  .animated_visible {
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
  }

  .animated_parent {
    -webkit-animation-duration: 2s;
    -moz-animation-duration: 2s;
    -o-animation-duration: 2s;
    animation-duration: 2s;
  }

  .long {
    -webkit-animation-duration: 2s;
    -moz-animation-duration: 2s;
    -o-animation-duration: 2s;
    animation-duration: 2s;
    opacity: 0;
  }
}
@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.5, 0.5, 0.5);
    transform: scale3d(0.5, 0.5, 0.5);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.5, 0.5, 0.5);
    transform: scale3d(0.5, 0.5, 0.5);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

.spinner {
  width: 40px;
  height: 40px;
  margin: 50px auto;
  background-color: #333;
  border-radius: 100%;
  -webkit-animation: sk-scaleout 1.0s infinite ease-in-out;
  animation: sk-scaleout 1.0s infinite ease-in-out;
}

@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}
@keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  -moz-animation-name: fadeIn;
  -o-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-o-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  -moz-animation-name: fadeOut;
  -o-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeInLeftTop {
  0% {
    opacity: 0;
    -webkit-transform: translate(-80px, -80px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
  }
}
@-moz-keyframes fadeInLeftTop {
  0% {
    opacity: 0;
    -moz-transform: translate(-80px, -80px);
  }
  100% {
    opacity: 1;
    -moz-transform: translate(0, 0);
  }
}
@-o-keyframes fadeInLeftTop {
  0% {
    opacity: 0;
    -o-transform: translate(-80px, -80px);
  }
  100% {
    opacity: 1;
    -o-transform: translate(0, 0);
  }
}
@keyframes fadeInLeftTop {
  0% {
    opacity: 0;
    transform: translate(-80px, -80px);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
.fadeInLeftTop {
  -webkit-animation-name: fadeInLeftTop;
  -moz-animation-name: fadeInLeftTop;
  -o-animation-name: fadeInLeftTop;
  animation-name: fadeInLeftTop;
}

@-webkit-keyframes fadeInLeftBottom {
  0% {
    opacity: 0;
    -webkit-transform: translate(-80px, 80px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
  }
}
@-moz-keyframes fadeInLeftBottom {
  0% {
    opacity: 0;
    -moz-transform: translate(-80px, 80px);
  }
  100% {
    opacity: 1;
    -moz-transform: translate(0, 0);
  }
}
@-o-keyframes fadeInLeftBottom {
  0% {
    opacity: 0;
    -o-transform: translate(-80px, 80px);
  }
  100% {
    opacity: 1;
    -o-transform: translate(0, 0);
  }
}
@keyframes fadeInLeftBottom {
  0% {
    opacity: 0;
    transform: translate(-80px, 80px);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
.fadeInLeftBottom {
  -webkit-animation-name: fadeInLeftBottom;
  -moz-animation-name: fadeInLeftBottom;
  -o-animation-name: fadeInLeftBottom;
  animation-name: fadeInLeftBottom;
}

@-webkit-keyframes fadeInRightTop {
  0% {
    opacity: 0;
    -webkit-transform: translate(80px, -80px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
  }
}
@-moz-keyframes fadeInRightTop {
  0% {
    opacity: 0;
    -moz-transform: translate(80px, -80px);
  }
  100% {
    opacity: 1;
    -moz-transform: translate(0, 0);
  }
}
@-o-keyframes fadeInRightTop {
  0% {
    opacity: 0;
    -o-transform: translate(80px, -80px);
  }
  100% {
    opacity: 1;
    -o-transform: translate(0, 0);
  }
}
@keyframes fadeInRightTop {
  0% {
    opacity: 0;
    transform: translate(80px, -80px);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
.fadeInRightTop {
  -webkit-animation-name: fadeInRightTop;
  -moz-animation-name: fadeInRightTop;
  -o-animation-name: fadeInRightTop;
  animation-name: fadeInRightTop;
}

@-webkit-keyframes fadeInRightBottom {
  0% {
    opacity: 0;
    -webkit-transform: translate(80px, 80px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
  }
}
@-moz-keyframes fadeInRightBottom {
  0% {
    opacity: 0;
    -moz-transform: translate(80px, 80px);
  }
  100% {
    opacity: 1;
    -moz-transform: translate(0, 0);
  }
}
@-o-keyframes fadeInRightBottom {
  0% {
    opacity: 0;
    -o-transform: translate(80px, 80px);
  }
  100% {
    opacity: 1;
    -o-transform: translate(0, 0);
  }
}
@keyframes fadeInRightBottom {
  0% {
    opacity: 0;
    transform: translate(80px, 80px);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
.fadeInRightBottom {
  -webkit-animation-name: fadeInRightBottom;
  -moz-animation-name: fadeInRightBottom;
  -o-animation-name: fadeInRightBottom;
  animation-name: fadeInRightBottom;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -moz-transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}
@-o-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -o-transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -o-transform: translateX(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  -moz-animation-name: fadeInLeft;
  -o-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-15px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes fadeInDown {
  0% {
    opacity: 0;
    -moz-transform: translateY(-15px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
@-o-keyframes fadeInDown {
  0% {
    opacity: 0;
    -o-transform: translateY(-15px);
  }
  100% {
    opacity: 1;
    -o-transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-15px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  -moz-animation-name: fadeInDown;
  -o-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

.scaling {
  animation-name: scaling;
  -webkit-animation-name: scaling;
  animation-duration: 1.5s;
  -webkit-animation-duration: 1.5s;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
}

@keyframes scaling {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
@-webkit-keyframes scaling {
  0% {
    -webkit-transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
.floatingquick {
  animation-name: floatingquick;
  -webkit-animation-name: floatingquick;
  animation-duration: 0.9s;
  -webkit-animation-duration: 0.9s;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
}

@keyframes floatingquick {
  0% {
    transform: translateX(0%);
  }
  30% {
    transform: translateX(12%);
  }
  60% {
    transform: translateX(-12%);
  }
  100% {
    transform: translateX(0%);
  }
}
@-webkit-keyframes floatingquick {
  0% {
    -webkit-transform: translateX(0%);
  }
  30% {
    -webkit-transform: translateX(12%);
  }
  60% {
    -webkit-transform: translateX(-12%);
  }
  100% {
    -webkit-transform: translateX(0%);
  }
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes fadeInUp {
  0% {
    opacity: 0;
    -moz-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
@-o-keyframes fadeInUp {
  0% {
    opacity: 0;
    -o-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -o-transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  -moz-animation-name: fadeInUp;
  -o-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes fadeInRight {
  0% {
    opacity: 0;
    -moz-transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}
@-o-keyframes fadeInRight {
  0% {
    opacity: 0;
    -o-transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -o-transform: translateX(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  -moz-animation-name: fadeInRight;
  -o-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
@-moz-keyframes flipInX {
  0% {
    -moz-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    -moz-transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    -moz-transform: perspective(400px) rotateX(10deg);
  }
  100% {
    -moz-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
@-o-keyframes flipInX {
  0% {
    -o-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    -o-transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    -o-transform: perspective(400px) rotateX(10deg);
  }
  100% {
    -o-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
@keyframes flipInX {
  0% {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    transform: perspective(400px) rotateX(10deg);
  }
  100% {
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  -moz-backface-visibility: visible !important;
  -moz-animation-name: flipInX;
  -o-backface-visibility: visible !important;
  -o-animation-name: flipInX;
  backface-visibility: visible !important;
  animation-name: flipInX;
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
@-webkit-keyframes line-scroll {
  0% {
    background-position: 0 -80px;
  }
  80% {
    background-position: 0 0px;
  }
  100% {
    background-position: 0 80px;
  }
}
@-moz-keyframes line-scroll {
  0% {
    background-position: 0 -80px;
  }
  80% {
    background-position: 0 0px;
  }
  100% {
    background-position: 0 80px;
  }
}
@-ms-keyframes line-scroll {
  0% {
    background-position: 0 -80px;
  }
  80% {
    background-position: 0 0px;
  }
  100% {
    background-position: 0 80px;
  }
}
@keyframes line-scroll {
  0% {
    background-position: 0 -80px;
  }
  80% {
    background-position: 0 0px;
  }
  100% {
    background-position: 0 80px;
  }
}
.zoom_anim {
  -webkit-animation: zoom_anim 15 linear;
  -moz-animation: zoom_anim 15 linear;
  -o-animation: zoom_anim 15 linear;
  animation: zoom_anim 15 linear;
}

@-webkit-keyframes zoom_anim {
  from {
    -webkit-transform: rotate(0deg) scale(1.3) skew(0deg) translate(0px);
    -moz-transform: rotate(0deg) scale(1.3) skew(0deg) translate(0px);
    -o-transform: rotate(0deg) scale(1.3) skew(0deg) translate(0px);
    transform: rotate(0deg) scale(1.3) skew(0deg) translate(0px);
  }
  to {
    -webkit-transform: rotate(0deg) scale(1) skew(0deg) translate(0px);
    -moz-transform: rotate(0deg) scale(1) skew(0deg) translate(0px);
    -o-transform: rotate(0deg) scale(1) skew(0deg) translate(0px);
    transform: rotate(0deg) scale(1) skew(0deg) translate(0px);
  }
}
@-moz-keyframes zoom_anim {
  from {
    -webkit-transform: rotate(0deg) scale(1.3) skew(0deg) translate(0px);
    -moz-transform: rotate(0deg) scale(1.3) skew(0deg) translate(0px);
    transform: rotate(0deg) scale(1.3) skew(0deg) translate(0px);
  }
  to {
    -webkit-transform: rotate(0deg) scale(1) skew(0deg) translate(0px);
    -moz-transform: rotate(0deg) scale(1) skew(0deg) translate(0px);
    transform: rotate(0deg) scale(1) skew(0deg) translate(0px);
  }
}
@-o-keyframes zoom_anim {
  from {
    -webkit-transform: rotate(0deg) scale(1.3) skew(0deg) translate(0px);
    -moz-transform: rotate(0deg) scale(1.3) skew(0deg) translate(0px);
    transform: rotate(0deg) scale(1.3) skew(0deg) translate(0px);
  }
  to {
    -webkit-transform: rotate(0deg) scale(1) skew(0deg) translate(0px);
    -moz-transform: rotate(0deg) scale(1) skew(0deg) translate(0px);
    transform: rotate(0deg) scale(1) skew(0deg) translate(0px);
  }
}
@media all and (min-width: 1750px) {
  .media_section .media_fill {
    width: 44%;
  }
}
@media all and (min-width: 1650px) {
  .pw_text_right {
    padding-right: 140px;
  }

  .pw_text_left {
    padding-left: 140px;
  }
}
@media all and (min-width: 993px) {
  .logo {
    margin-top: -10px;
  }

  .navbar .dropdown-menu {
    margin-top: 0px;
  }
  .navbar .dropdown-menu .sub-menu {
    left: 100%;
    position: absolute;
    top: 0;
    visibility: hidden;
    margin-top: 0px;
  }
  .navbar .dropdown-menu li a {
    color: #fff;
  }
  .navbar .dropdown-menu > li:hover > .sub-menu {
    visibility: visible;
  }
  .navbar .dropdown:hover > .dropdown-menu {
    display: block;
    margin-top: 0px;
    margin-left: 0px;
    padding: 0;
    background: transparent;
  }
  .navbar .dropdown:hover > .dropdown-menu li a {
    color: #000;
  }
  .navbar .dropdown:hover > .dropdown-menu li a:hover {
    background: #c6c6c6;
  }
  .navbar .dropdown:hover > .dropdown-menu li.active a {
    background: inherit;
  }
  .navbar .dropdown:hover > .dropdown-menu li.active a:hover {
    background: #c6c6c6;
  }
}
@media all and (min-width: 768px) {
  .right {
    text-align: right;
  }
}
@media all and (max-width: 1600px) {
  .custom_amount_cont input {
    width: 70%;
  }

  .thank_you_bg {
    padding: 200px 0;
  }
  .thank_you_bg h1 {
    font-size: 3rem;
    color: #fff;
    margin-top: 15px;
    font-family: 'Dancing Script', cursive;
  }
  .thank_you_bg h2 {
    font-size: 1.4rem;
    margin-bottom: 0;
  }
}
@media all and (max-width: 1400px) {
  .thank_you_bg {
    padding: 170px 0;
  }

  .even_text {
    min-height: 380px;
  }
}
@media all and (max-width: 1200px) {
  .home_donation_amount span {
    font-size: 1.6rem;
  }

  .even_text {
    min-height: 420px;
  }

  .thank_you_bg {
    padding: 140px 0;
  }

  .donate_sub_content {
    background: white;
    padding: 15px;
    font-size: 0.8rem;
    line-height: 150%;
    height: 460px;
  }

  .nav > li > a {
    position: relative;
    display: block;
    padding: 10px 10px;
    font-size: 0.85rem;
  }

  .filters_heading {
    font-size: 1rem;
    width: 100%;
    box-sizing: border-box;
    float: none;
    margin: 0 0 15px;
  }

  .select_filter {
    width: 24%;
    margin: 0 1% 0 0;
    padding: 5px;
  }

  .fcp_photo {
    display: none;
  }

  .fcp_right {
    width: 100%;
  }

  .c_more {
    padding: 0;
  }

  .progress_donate {
    margin-top: 1rem;
  }

  .progress_block h2 {
    font-size: 1.3rem;
  }
}
@media all and (min-width: 993px) and (max-width: 1200px) {
  .effects_elem h3 {
    font-size: 1.5rem;
  }
  .effects_elem p {
    font-size: 0.9rem;
  }

  .navbar-default {
    margin-top: 10px;
  }

  .search_top {
    float: right;
    margin-top: 8px;
  }
}
@media all and (max-width: 992px) {
  .animated {
    opacity: 1;
  }

  .close_search {
    float: none;
    font-size: 3rem;
    display: block;
    margin: 15px auto;
  }

  .even_text {
    min-height: 100px;
  }

  .thank_you_bg {
    padding: 100px 0;
  }
  .thank_you_bg h1 {
    font-size: 2rem;
    color: #fff;
    margin-top: 15px;
    font-family: 'Dancing Script', cursive;
  }
  .thank_you_bg h2 {
    font-size: 1.2rem;
    margin-bottom: 0;
  }

  .main_banner h1 {
    font-size: 2rem;
  }

  .effects_elem {
    width: 33%;
  }
  .effects_elem:before, .effects_elem:after {
    display: none;
  }

  .partners_group_title {
    text-align: center;
  }

  .logo {
    display: block;
    margin: 0 auto 10px;
  }

  .navbar-default {
    float: none;
  }

  .navbar-nav {
    float: none;
  }

  .ig_top_left, .ig_top_right, .ig_bottom_left, .ig_bottom_right {
    height: 80px;
    background-size: 100%;
    padding-top: 0;
  }

  .custom_amount_cont input {
    width: 70%;
  }

  .donate_sub_content {
    background: white;
    padding: 15px;
    font-size: 0.9rem;
    line-height: 150%;
    height: auto;
  }

  .zgoda_label {
    display: block;
    position: relative;
    padding-left: 25px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 0.8rem;
    font-weight: normal;
  }

  .pay_popup .payment_top h3 {
    font-weight: bold;
    font-size: 1.1rem;
    margin: 5px 0;
  }

  .pay_popup input[type="text"], .pay_popup input[type="email"], .pay_popup input[type="tel"], .pay_popup input[type="number"], .pay_popup select, .pay_popup textarea {
    height: 30px;
    padding: 2px 7px;
  }

  .pay_popup .square_form_icon {
    width: 12%;
    height: 30px;
    padding: 3px 0;
    font-size: 1rem;
  }
  .pay_popup .payment_top {
    text-align: center;
    padding: 15px 30px;
  }
  .pay_popup label {
    margin-bottom: 9px;
  }
  .pay_popup .pay_btn {
    font-size: 1.4rem;
    padding: 10px;
  }

  .team_member {
    width: 25%;
  }
}
@media all and (min-width: 768px) and (max-width: 992px) {
  .footer_address {
    font-size: 0.8rem;
  }

  .nav > li > a {
    padding: 10px 10px;
    font-size: 1rem;
  }

  .home_ig a {
    font-size: 1.3rem;
  }

  .effects_elem.fourth {
    margin-left: 16.66%;
  }
}
@media all and (max-width: 767px) {
  .ig_left_col, .ig_right_col {
    width: 100%;
    float: none;
  }

  .under_banner_area iframe {
    margin-top: 30px;
    width: 100%;
    height: 300px;
  }

  .navbar-header {
    display: inline-block;
  }

  .navbar-default .navbar-collapse {
    float: none;
  }

  .search_top {
    float: none;
    margin-top: 0;
    display: inline-block;
  }

  .search_form {
    position: relative;
    width: 80%;
    left: 10%;
    top: 10px;
    margin-left: 0;
  }

  .filters_heading {
    font-size: 1rem;
    width: 100%;
    box-sizing: border-box;
    margin: 0 0 15px;
  }

  .select_filter {
    width: 48%;
  }

  .pay_popup {
    left: -120%;
  }
  .pay_popup .square_form_icon.bigger_icon {
    width: 12%;
  }
  .pay_popup .payment_inner {
    background: #e7e7e7;
    padding: 10px;
  }
  .pay_popup .payment {
    width: 92%;
    position: absolute;
    top: 20px;
    left: 4%;
    margin-left: 0;
    background: #fff;
  }
  .pay_popup input[type="text"].smaller_input {
    width: 88%;
  }
  .pay_popup .smaller_pad_left {
    padding-left: 15px;
  }
  .pay_popup .smaller_pad_right {
    padding-right: 15px;
  }

  .sub_donation_block {
    padding: 15px 15px 80px;
  }

  .nav > li > a {
    font-size: 1rem;
  }

  .tooltip {
    width: auto;
  }

  .navbar .dropdown-menu {
    position: relative;
    float: none;
    text-align: center;
    width: 100%;
  }
  .navbar .dropdown-menu li a {
    padding: 5px;
  }

  .ig_top_left, .ig_top_right, .ig_bottom_left, .ig_bottom_right {
    background: none;
    height: auto;
    float: none;
    text-align: center;
    padding-top: 0;
    margin: 15px auto;
  }

  .ig_center_col {
    display: none;
  }

  .effects_elem {
    width: 100%;
  }

  .navbar-default {
    float: none;
    text-align: center;
  }

  button.navbar-toggle {
    float: none;
    margin: 5px auto 15px;
    display: block;
  }

  .project_tile {
    margin-bottom: 20px;
  }

  .home_donation_block h3 {
    font-size: 1.8rem;
  }

  #footer {
    text-align: center;
  }

  .newsletter_footer {
    margin-top: 30px;
  }

  .menu_footer {
    list-style: none;
  }
  .menu_footer li a:before {
    display: none;
  }

  .archive_page article.post .title_date, .archive_page article.clv_project .title_date {
    position: relative;
    background: #404040;
  }
  .archive_page article.post .title_date span, .archive_page article.clv_project .title_date span {
    font-size: 0.8rem;
  }

  span.date_below_title {
    font-size: 0.8rem;
  }

  .team_member {
    width: 33%;
  }

  .big_title, .igmd_top h2, .igmd_top h2, .fo_title {
    font-size: 2rem;
  }

  .fcp_right {
    margin: 0;
    float: none;
    padding: 5px 12px 5px 0;
    height: auto;
  }

  .fcp_photo {
    float: none;
    margin: 0 auto;
    max-width: 100%;
    height: auto;
  }

  .popup_left, .popup_right {
    width: 98%;
    margin: 10px auto;
    max-height: 280px;
    padding: 7px;
  }
  .popup_left h2, .popup_left h3, .popup_right h2, .popup_right h3 {
    font-size: 1.4rem;
    margin-bottom: 8px;
  }

  .pl_inner {
    padding: 15px;
    background: rgba(255, 255, 255, 0.88);
    font-size: 0.9rem;
    line-height: 120%;
  }

  .popup_close {
    background: #fff url(../img/popup_close.png) no-repeat center center;
    background-size: 30px;
    top: 5px;
    right: 5px;
    border-radius: 100%;
  }

  .popup_right {
    margin: 0;
  }
  .popup_right p {
    margin: 7px 0;
    display: none;
  }
  .popup_right form p {
    display: block;
  }

  .popup_left {
    max-height: 190px;
  }

  .freshmail_form label {
    margin-top: 7px;
    font-size: 0.8rem;
  }

  span.krs {
    text-align: center;
    display: block;
    margin: -5px auto 15px;
  }

  .map.main_map {
    height: 570px;
  }

  .home .progress_block {
    margin-top: 2rem;
  }
}
@media all and (max-width: 480px) {
  .nt_image_date {
    width: 100%;
    float: none;
  }

  .team_member {
    width: 48%;
  }

  .select_filter {
    width: 100%;
    margin-bottom: 5px;
  }

  .under_banner_area iframe {
    margin-top: 30px;
    width: 100%;
    height: 220px;
  }
}
@media all and (max-width: 360px) {
  .team_member {
    width: 96%;
  }

  .under_banner_area iframe {
    margin-top: 30px;
    width: 100%;
    height: 200px;
  }
}
