@font-face {
	font-family: 'SwissIntl';
	src: url('../webfonts/suisseintl/SuisseIntl-Regular-WebXL.woff') format('woff'),
		 url('../webfonts/suisseintl/SuisseIntl-Regular-WebXL.woff2') format('woff2');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'SwissIntl';
	src: url('../webfonts/suisseintl/SuisseIntl-Bold-WebXL.woff') format('woff'),
		 url('../webfonts/suisseintl/SuisseIntl-Bold-WebXL.woff2') format('woff2');
	font-weight: bold;
  	font-style: normal;
}
@font-face {
	font-family: 'SwissIntl';
	src: url('../webfonts/suisseintl/SuisseIntl-RegularItalic-WebXL.woff') format('woff'),
		 url('../webfonts/suisseintl/SuisseIntl-RegularItalic-WebXL.woff2') format('woff2');
	font-weight: normal;
 	font-style: italic;
}
@font-face {
	font-family: 'SwissIntl';
	src: url('../webfonts/suisseintl/SuisseIntl-BoldItalic-WebXL.woff') format('woff'),
		 url('../webfonts/suisseintl/SuisseIntl-BoldItalic-WebXL.woff2') format('woff2');
	font-weight: bold;
	font-style: italic;
}

/* .container {}
.row:before, .row:after { content: ''; width: .9375rem; height: 100%; position: absolute; background: rgba(0,255,0,0.25); }
.row:before { left: 0; }
.row:after { right: 0; } */


h1, h2, h3, h4, h5 { font-family: 'SwissIntl', sans-serif !important; color: #ef3c39; line-height: 145% !important; }
h1 { color: #ef3c39; font-size: 192px; font-weight: bold; }
	body.home h1 { margin-top: -25px; }

/*///// basics /////*/
html { height: 100%; }
body {
	height: 100%;
	margin: 0px;
	padding: 0px;
	font-family: 'SwissIntl', sans-serif !important;
	color: #ef3c39;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
a { text-decoration: none; cursor: pointer; }
	a:hover { text-decoration: none; }
p { line-height: 145%; font-weight: 400; }
p:empty { display: none; }
img { max-width: 100%; height: auto; }
.alignleft { float: left; margin: 0.5em 1em 0.5em 0; }
.alignright { float: right; margin: 0.5em 0 0.5em 1em; }

	blockquote {
		font: italic 21px/21px 'SwissIntl', sans-serif; color: #777; width: 100%;
		padding: 20px; border-top: 1px solid #eee; border-bottom: 1px solid #eee; margin: 30px 0px;
	}
	blockquote.alignleft { float: left; margin-left: -45px; }
	blockquote.alignright { float: right; margin-right: -45px; }
	blockquote p { line-height: 100%; font-size: 21px; }
	blockquote em { font: normal 12px/12px 'SwissIntl', sans-serif; color: #ccc; line-height: 120%; display: block; }
	blockquote p:last-of-type { padding-bottom: 0px; margin-bottom: 0px; }

.container-full { max-width: none; }
section + br { display: none; }
.container { position: relative; max-width: 90% !important; padding-top: 1em}

/* startanim */
.big-red { display: none; }
/*
	.big-red { height: 100vh; width: 100vw; background: #ef3c39; position: fixed; z-index: 99999; display: flex; transition: all 0.5s ease-in-out; }
	.big-red img { width: 300px; margin: 0 auto; opacity: 0; margin-top: 300px; transition: all 0.5s ease-in-out; }
	body:not(.home) .big-red { display: none; }

    header { min-height: 150px; }
			body header a.logo { margin-top: -500px; transition: all 0.5s ease-in-out; }
			body .hn-two > li { margin-top: -500px; transition: all 0.5s ease-in-out; }
			.big-wrapper section, .big-wrapper .fullwidth, .footer-newsletter, .row-footer { opacity: 0; overflow: hidden; transition: all 0.5s ease-in-out; }

		body.loaded .big-red img { opacity: 1; margin-top: 0; }
		body.loaded .big-red { transition-delay: 1s; margin-top: -100vh; height: 0; }
		body.loaded header a.logo { transition-delay: 1s; margin-top: 0; }
		body.loaded .hn-two > li:nth-child(1) { transition-delay: 1.1s; margin-top: 0; }
		body.loaded .hn-two > li:nth-child(2) { transition-delay: 1.2s; margin-top: 0; }
		body.loaded .hn-two > li:nth-child(3) { transition-delay: 1.3s; margin-top: 0; }
		body.loaded .hn-two > li:nth-child(4) { transition-delay: 1.4s; margin-top: 0; }
		body.loaded .hn-two > li:nth-child(5) { transition-delay: 1.5s; margin-top: 0; }
		body.loaded .big-wrapper section, body.loaded .big-wrapper .fullwidth { transition-delay: 1.5s; opacity: 1; }
		body.loaded .big-wrapper .footer-newsletter, body.loaded .row-footer { transition-delay: 2s; opacity: 1; }
*/

/*///// head /////*/

header { padding: 0px; height: 240px; width: 100%; position: relative; z-index: 999; background: #ffebfe; }
	body.archive header, body.home header { background: #fff; }
	header a.logo { margin: 0; display: block; }
		header a.logo img { max-width: 200px; padding: 15px 0; width: auto; }

/* whatsapp button */
.whatsapp-button {
  display: inline-block;       /* Sprawia, że przycisk będzie zachowywał się jak element blokowy, ale tylko na szerokość */
  align-items: center;
  text-align: center;          /* Wyrównuje tekst do środka */
  background-color: #EF3C39; /* Kolor WhatsApp #25D366 */
  color: white !important;
  font-size: 16px;
  font-weight: bold;
  padding: 12px 20px;
  border-radius: 10px;
  text-decoration: none;
  width: auto;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  transition: background-color 0.3s ease;
  justify-content: center;
  margin: 10px;
}

.whatsapp-button:hover {
  background-color: #FFD6FF; /* Zmiana koloru na ciemniejszy przy najechaniu */
  color: #EF3C39 !important;		
}

.whatsapp-icon {
  width: 24px;
  height: 24px;
  margin-right: 10px;
}

.whatsapp-button:active {
  transform: scale(0.98);
}
.whatsapp-button:hover::before {
    content: none;  /* Usuwamy podkreślenie po najechaniu */
}
/* Wycentrowanie przycisku na stronie */
.centered-button {
    display: flex;               /* Ustawia elastyczny kontener */
    justify-content: center;     /* Wyrównuje przycisk poziomo */
    align-items: center;         /* Wyrównuje przycisk pionowo */
    
}
.center_60 {
	position:relative;
	width: 60%;
	margin: 20px auto;
}


/* Special styling */

.felho a { background: #f0f0f0; color: #101010; font-size: 13px; border-radius: 30px; padding: 5px 20px; float: left; margin: 0 10px 10px 0;  }
	.felho a:last-of-type { border: 1px solid #101010; background: #fff; }

section.intro .container > .abs0_columns { font-size: 36px; color: #ef3c39; display: flex; }
	section.intro .abs0_column + .abs0_column { place-content: flex-end; display: flex; }
	section.intro .abs0_column + .abs0_column p { display: flex; }
/*	section.intro .onepercent {
		background: #f0f0f0; color: #101010; width: 80px; height: 80px; float: right; display: table; border-radius: 40px; text-align: center;
		line-height: 80px; font-size: 24px; font-weight: normal; margin-top: auto;
	}*/

/*one percent button*/

section.intro .onepercent {
  background: #f0f0f0;
  color: #101010;
  width: 80px;
  height: 80px;
  float: right;
  display: table;
  border-radius: 40px;
  text-align: center;
  line-height: 80px;
  font-size: 24px;
  font-weight: normal;
  margin-top: auto;
  animation: pulse 2s infinite ease-in-out;
  box-shadow: 0 0 0 rgba(240, 240, 240, 0.7);
  transition: background 0.4s ease, color 0.4s ease, transform 0.3s ease;
}

section.intro .onepercent:hover {
  transform: scale(1.05);
	background: #ef3c39;
	color: white;
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(240, 100, 50, 0.4);
  }
  70% {
    box-shadow: 0 0 0 15px rgba(240, 100, 50, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(240, 100, 50, 0);
  }
}
/*========*/

section.kiemelt .a-show { background: #ffebfe }
	section.kiemelt .owl-item .abs0_column { padding: 0; }
	section.kiemelt .owl-item .abs0_column + .abs0_column { padding: 15px; }
	section.kiemelt img { width: 100%; }
	section.kiemelt .owl-item .item { width: 100vw !important; }
	section.kiemelt .item { display: flex; }
	section.kiemelt .item h3 { color: #ef3c39; font-size: 24px; font-weight: bold; max-width: 60%; }
	section.kiemelt .item p { color: #ee0000; font-size:  16px; max-width: 60%; }
	/*a.rmore {
		background: url(../images/arrow2.svg) no-repeat; display: block; width: 46px; position: absolute; bottom: 15px; overflow: hidden; height: 25px; line-height: 100px;
	}*/
/*zmieniamy przycisk ze strzałką */

a.rmore {
  position: absolute;
  bottom: 15px;

  display: block;
  width: 50px;
  height: 30px;
  background-color: #ef3c39;
  border-radius: 999px;
  text-decoration: none;
  position: relative;
  overflow: hidden;
font-size: 0;
	transition: background-color 0.3s ease;
}
a.rmore:hover {
  background-color: #ffebfe;
}
/* Dodanie strzałki przez CSS */
a.rmore::after {
  content: "→";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  font-size: 28px;
  color: white;
  transition: transform 0.4s ease;
}

/* Animacja strzałki przy hover */
a.rmore:hover::after {
  transform: translate(-50%, -50%) rotate(45deg);
	color: #ef3c39;
}

/*------------*/

	section.kiemelt .owl-pagination { position: absolute; margin: -40px 0 0 15px; }
	section.kiemelt .owl-controls .owl-page { width: 25px; height: 25px; background: #fff; margin: 0 15px 0 0; }
	section.kiemelt .owl-controls .owl-page.active { background: #ef3c39; }
/* Wideo w treści */
.responsive-video {
    width: 20%;
    max-width: 100%;
    /* margin: 0 auto; /* centrowanie */
}

/* Dla ekranów mobilnych */
@media (max-width: 768px) {
    .responsive-video {
        width: 100%;
    }
}

/* .my-page + .fullwidth .owl-item .item:before { content: ''; */
.my-page + .fullwidth .owl-item .item .play {
	background:  url(../images/icon_play.svg) no-repeat; width: 90px; height: 92px; top: 50%; left: 50%; position: absolute; margin: -45px;
}
.my-page + .fullwidth .a-right { margin: 0; }

section.news .lpost-classic { clear: both; }
section.news .abs0_column:first-child, section.campaign .abs0_column:first-child { color: #ef3c39; font-size: 30px; }
section.news .lpost-classic > a { color: #ef3c39; border: 1px solid; padding: 5px 20px; border-radius: 30px; margin: 30px 0; display: table; font-size: 18px; clear: both; }
section.news .lpost-item.col-md-4:nth-child(5n+1) { clear: both; }

section.campaign {}
	section.campaign .lpost-classic { clear: both; }
section.donate { background: #ffebfe; }
	section.donate .abs0_columns { display: flex; }
	section.donate .abs0_column + .abs0_column { text-align: right; }
	section.donate .abs0_column p { font-size: 24px; color: #ef3c39; padding: 20px 0 0; }
	section.donate a { color: #ef3c39; border: 1px solid; padding: 5px 20px; border-radius: 30px; margin: 30px 0; display: table; font-size: 18px; position: absolute; bottom: 0; }
/* sekcja ND */
section.nd { background: #FA6432; }
section.nd h2 { color: white; }
	section.nd .abs0_columns { display: flex; }
	section.nd .abs0_column + .abs0_column { text-align: right; }
	section.nd .abs0_column p { font-size: 24px; color: #ef3c39; padding: 20px 0 0; }
	section.nd a { color: white; border: 1px solid; padding: 10px 20px; border-radius: 30px; margin: 30px 0; display: table; font-size: 28px;}

/*-------*/
/*shine button nasza demokracja*/
.moving-gradient-btn {
  display: inline-block;
  padding: 16px 36px;
  font-size: 28px;
  font-weight: bold;
  color: white;
  background: linear-gradient(270deg, #fa6432,
    #000,
    #fa6432,
    #000,
    #fa6432);
  background-size: 600% 600%;
  border: none;
  border-radius: 16px;
  text-decoration: none;
  cursor: pointer;
  animation: moveGradient 5s ease infinite;
  box-shadow: 0 4px 12px rgba(255, 122, 0, 0.4);
  transition: transform 0.3s ease;
}


.moving-gradient-btn:hover {
  transform: scale(1.05);
}

@keyframes moveGradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
/*---------*/
section.projects {}
	section.projects .lpost-classic { clear: both; }
	section.projects h2 { color: #ef3c39; font-size: 48px; font-weight: bold; }
	section.projects .abs0_column p { color: #ef3c39; font-size: 16px; }
	section.projects .lpost-classic { border-top: 1px solid #ef3c39; }
	section.projects .lpost-item { border-bottom: 1px solid #ef3c39; padding: 0 0 30px; display: table; width: 100%; }
	section.projects h3 { margin-top: -5px; float: left; display: table; }
	section.projects h3 a { color: #ef3c39; font-size: 36px; font-weight: normal; }
	section.projects a.rmore { float: right; display: block; position: relative !important; margin: -5px 0 0 !important; }
	section.projects .lpost-classic + a { color: #ef3c39; border: 1px solid #ef3c39; padding: 5px 20px; border-radius: 30px; margin: 30px 0; display: table; font-size: 18px; }

/* Special pages */

	.search-form h4 { clear: both; }
	.search-form button { display: inline-block; background: #575457; color: #fff; margin: 15px 0px; }
	.search-form .contactDetails { border: 1px solid #ddd; padding: 30px; background: #fff; margin: 15px 0px;  }

	.project-layout .lpost-item .col-md-4 { color: #101010; font-size: 16px; }
		.project-layout .lpost-item .col-md-4.heavy p { color: #101010; font-size: 18px; font-weight: bold; }

	.alair { border: 1px solid #ef3c39; border-radius: 30px; display: table; overflow: hidden; width: 300px; }
		.alair span { background: #ffeafe; padding: 5px 15px 5px 15px; display: block; font-size: 14px; }

	.sharing { float: right; }
		.sharing a {
			float: left; display: block; height: 25px; background: #f0f0f0; color: #101010; font-size: 12px; border-radius: 25px; padding: 5px 25px; line-height: 12px; margin-right: 5px;
		}
		.sharing .sharebutton { width: 25px; overflow: hidden; line-height: 100px; padding: 0; 3}
		.sharebutton.facebook { background: url(../images/share_facebook.svg) no-repeat; }
		.sharebutton.twitter { background: url(../images/share_twitter.svg) no-repeat;}
		.sharebutton.linkedin { background: url(../images/share_linkedin.svg) no-repeat;}

		.related-posts { border-top: 1px solid #ef3c39; }
		.related-posts h2 { font-size: 24px; margin: 30px 0 15px; }
			.related-posts .lpost-item h4 { font-size: 24px; font-weight: bold; margin: 15px 0; }

/* Inside page big image */

	.bigimage { overflow: hidden; position: relative; width: 100%; }
	.pageimage { padding: 15px 0 45px; margin-bottom: 15px; border-bottom: 1px solid; }
		.bigimage h1 { font-size: 48px; }
		.bigimage .col-md-12 + .col-md-8, .bigimage .col-md-8 + .col-md-4 { margin-top: 30px; }
/*image tło posta*/
.bigimage.pageimage {
	position: relative;
	min-height: 200px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	display: flex;
	align-items: center;
	justify-content: center;
	color: white;
}

.bigimage.pageimage::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5); /* przyciemnienie */
	z-index: 1;
}

.bigimage.pageimage h1#bigtitle {
	position: relative;
	z-index: 2;
	color: white;
	font-size: 3rem;
	text-align: center;
	margin: 0;
	padding: 0 20px;
}

.bigimage.pageimage #post-share {
	z-index: 3;
}

/*===*/

/*cta button*/
.cta-button-wrapper {
	position: relative;
	z-index: 2;
	margin-top: 20px;
	text-align: center;
}

.cta-button {
	display: inline-block;
	background-color: #ef3c39;
	color: white;
	padding: 12px 24px;
	font-size: 16px;
	text-decoration: none;
	border-radius: 5px;
	transition: all 0.3s ease;
}

.cta-button:hover {
	background-color: white;
	color: #ef3c39;
}

/*===*/
	body.project-template-default .main-content p { color: #101010; }

	body.page-template-template-projects .bigimage { border: none; }
	body.page-template-template-projects .lpost-item { border-top: 1px solid #101010; padding-top: 30px; }
	body.page-template-template-projects .lpost-item > div:last-child strong { font-weight: normal !important; }

	.bannercontent { border-top: 1px solid #101010; padding-top: 30px; font-size: 36px; color: #101010; }
		.bannercontent .abs0_columns { display: flex; }
		.main-content .bannercontent a {
			color: #101010; border: 1px solid; padding: 5px 20px; border-radius: 30px; margin: 30px 0; display: table; font-size: 16px; position: absolute; bottom: 0; font-weight: normal;
		}

	body.single-post {}

	body.page-template-template-team {}
		body.page-template-template-team .main-content .col-md-8 { padding-right: 60px; }
		body.page-template-template-team .main-content .col-md-4 h5 { font-size: 24px; }
		body.page-template-template-team .main-content .col-md-4 h4 { font-weight: bold; }
		body.page-template-template-team .main-content .col-md-4 a {
			background: url(../images/arrow2.svg) no-repeat; display: block; width: 46px; overflow: hidden; height: 25px; line-height: 100px; float: left; margin: 15px 0 30px;
		}
		body.page-template-template-team .main-content .col-md-4 a + em { font-size: 12px; font-style: normal; float: right; margin: 15px 0 30px; }
		body.page-template-template-team .main-content .col-md-4 hr { background: #ef3c39; clear: both; }
	body.page-template-template-team div.teammember { border-top: 1px solid; padding: 20px 0; max-width: 65%; position: relative; }
		body.page-template-template-team div.teammember h4 { font-size: 18px; font-weight: bold; }
		body.page-template-template-team div.teammember img { border-radius: 100px; max-width: 200px; float: right; margin: -75px 0 25px; }
		body.page-template-template-team div.teammember img + div { clear: both; }

	body.home p:empty { display: none; }
	.my-page { color: #ee0000; }
	.my-page .main-content { padding-bottom: 30px; }

	.main-content p a { position: relative; white-space: nowrap; color: #ef3c39; font-weight: bold; }
	.main-content p a::before {
		position: absolute; width: 100%; height: 1px; background: #ef3c39; top: 100%; left: 0; pointer-events: none;
		content: ""; transform-origin: 100% 50%; transform: scale3d(0, 1, 1); transition: transform 0.3s;
	}
	.main-content p a:hover::before { transform-origin: 0% 50%; transform: scale3d(1, 1, 1); }

/* Posts */

	.article-top { display: flex; }
		.article-top > div { display: flex; flex-direction: column; justify-content: center; padding-top: 30px; }

		.page-navigation { clear: both; padding: 60px 0; display: table; width: 100%; }
			.page-navigation .nav-previous { float: left; }
			.page-navigation .nav-next { float: right; }
			.page-navigation a { background: #ef3c39; padding: 10px 20px; border-radius: 30px; color: #fff; font-size: 12px; text-transform: uppercase; transition: background 0.5s; }
			.page-navigation a:hover { background: #666; color: #fff; }

		.abs0_column img { max-width: 100%; height: auto; }
		.col-md-12 .lpost-image img { width: 100%; max-width: 1000%; }

		.lpost-content { padding: 25px; border: 1px dashed #ddd; background: #f0f0f0; margin-top: 15px; }

	.simple-link-pages { clear: both; }

	.responsivetable { overflow-x: auto; max-width: 100%; margin: 30px 0px 0px; }
		.responsivetable table { width: 100%; margin-bottom: 30px; }
		.responsivetable td { padding: 5px; color: #333; }
		.responsivetable td p { margin: 0; }
		.responsivetable tr { border-top: 1px solid #ccc; }
		.responsivetable tr:first-child { border-top: 1px solid #ee0000; }
		.responsivetable tr:first-child td { color: #ee0000; }
		.responsivetable tr:first-child td:first-child { font-weight: bold; }

	/* comments */

	.hidden { display: none; }
	.commentlist { border-left: 3px double #eee; margin: 30px 0 0 30px; width: 100%; display: table; }
	.commentlist .comment { list-style: none; padding: 15px; margin-left: -45px; }
		.main-content .commentlist li:before { display: none; }
		.commentlist .avatar {
			width: 60px; height: 60px !important; padding: 0; overflow: hidden; float: left !important; margin-right: 30px;
			border: 3px double #eee; -webkit-border-radius: 60px; -moz-border-radius: 60px; border-radius: 60px;
		}
		.commentlist .avatar img { height: 100%; width: auto; max-width: none; }
		.commentlist .comment-meta { color: #aaa; font-size: 10px; font-style: italic; }
		.commentlist .author {
			font-size: 11px; padding: 5px 10px; background: #eee; display: inline-block; margin: 15px 0 0 -10px;
			-webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px;
		}
		.commentlist .author strong { color: #333; }
		.commentlist .comment .comment-body { margin: 5px 0 0 60px; }
	.commentlist .children  { padding: 0; }
	.commentlist > li > .children { margin: 0 0 0 -40px; }
	.commentlist .children li { padding: 0; margin: 0 0 10px 40px; }
		.commentlist .children li:before {
			content: ''; height: 1px; background: #eee; position: absolute; display: block;
			width: 40px; margin: 30px 0 0 -40px;
		}
		.commentlist .children .children:before { width: 80px; margin: 30px 0 0 -80px; }
		.commentlist .children .children .children:before { width: 120px; margin: 30px 0 0 -120px; }
		.commentlist .children .children .children .children:before { width: 160px; margin: 30px 0 0 -160px; }

	/* no avatar */
	.commentlist2 { margin: 30px 0 0 0; padding: 0; }
		.commentlist2 .comment { padding: 0; }
		.commentlist2 .children:before { display: none; }

	#commentform { margin: 15px 0 5px; display: table; }
		#commentform label { float: left; width: 25%; display: block; padding: 12px 3px 6px; font-size: 12px; }
		#commentform input, #commentform textarea { float: left; width: 70%; margin-bottom: 10px; }
	#comment-status { float: left; color: red; padding: 18px 24px; font-size: 11px; text-transform: uppercase; }
	.cancel-reply {
		font-size: 11px; text-transform: uppercase; color: #fff; background: #ccc; padding: 3px 5px; margin: 0 5px;
		-webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;
	}

	/* default comment form */
	.logged-in-as {
		width: 95%; background: #eee; padding: 15px; margin: 0 0 30px;
		-webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;
	}
	.comment-notes { margin: 0 0 30px; }
	.form-allowed-tags {
		clear: both; font-size: 11px; padding: 15px; background: #eee; margin: 30px 0; width: 95%;
		-webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;
	}
	.form-submit { width: 95%; }
	#commentform .form-submit #submit { width: 100%; }

	body .wpcf7-not-valid-tip { padding: 3px 10px !important; margin: -35px 0 0 !important; }
	.wpcf7 form.invalid .wpcf7-response-output { border: none; text-align: center; padding: 10px 50px;margin: 0; color: #183f55; font-weight: bold; }

/* Search */

.searchicon { float: right; margin: 0px 0px 0px 20px; font-size: 18px; }
.search-overlay { position: fixed; width: 100%; height: 100%; top: 0; z-index: 99999; display: none; opacity: 0.98; }
.search-close {
	color: #fff; font-size: 30px; right: 30px; top: 30px; position: absolute; border: 3px solid; width: 50px; text-align: center; border-radius: 35px;
}
.search-overlay .soi { margin: 300px auto; display: table; position: relative; }
.search-overlay input#s {
	border: 0 solid !important; background: none !important; color: #fff; font-size: 72px; font-weight: 100;
	padding: 10px; outline: none; z-index: 99999; text-align: center;
}
.search-overlay input#searchsubmit { display: none; }

.search-list .col-md-3:nth-child(4n+1) { clear: both; }

::-webkit-input-placeholder { color: rgba(255,255,255,0.3); }
:-moz-placeholder { color: rgba(255,255,255,0.3); opacity: 1; }
::-moz-placeholder { color: rgba(255,255,255,0.3); opacity:  1; }
:-ms-input-placeholder { color: rgba(255,255,255,0.3); }
.search-overlay input[type="search"] { -moz-appearance: textfield; -webkit-appearance: textfield; appearance: textfield; }

/* Gallery */

.gallery { margin: 30px 0px !important; display: table; }
.wp-caption, .gallery-item { padding: 0px 5px 5px 0px !important; margin: 0px !important; width: auto !important; }
	.wp-caption a, .gallery-item a { float: left; background: #fff; }
	.gallery-item a img { width: 100%; height: auto; }
.wp-caption .wp-caption-text, .gallery-caption {
	padding: 15px !important; font-size: 12px; text-align: center; display: table; margin: 0px 0px 15px; width: 100%; font-style: italic;
}
.gallery img { border: none !important; display: table; }

/* Footer  */

.row-footer { padding: 15px 0 0; color: #575457; position: relative; }
.row-footer .row { display: flex; flex-wrap: wrap; }
.row-footer .row > div { display: flex; flex-flow: wrap; flex-grow: 1; align-content: space-between; }
	.row-footer .row.copyright > div { padding-top: 20px; }
	.row-footer .row.copyright > div:first-child { padding-left: 0px; }
	.row-footer ul { margin: 0; padding: 0; }
	.row-footer ul li { list-style: none; }
		.row-footer ul li a { color: #ef3c39; text-transform: lowercase; font-size: 24px; font-weight: normal; }
		.row-footer ul li.boldmenu a { font-weight: bold; }
			.row-footer ul li.boldmenu + li:not(.boldmenu) { margin-top: 60px; }
	.row-footer .contactdetails, .row-footer a { color: #ef3c39; font-size: 24px; font-weight: normal; }
		.row-footer .contactdetails { width: 100%; }
		.row-footer .externallinks { bottom: 0; }
	.row-footer .copyright { border-top: 1px solid #ef3c39; margin: 30px 0 0; }
		.row-footer .copyright p, .row-footer .copyright a { color: #ee0000; font-size: 12px; padding: 15px 0 0; }

.sociallinks a { width: 25px; overflow: hidden; line-height: 200px; height: 25px; display: block; margin-left: 15px; float: left; }
	.sociallinks { width: 100%; }
	.sociallinks p { float: right; }
	.sociallinks a.fb {  background: url(../images/social_fb.svg) no-repeat; }
	.sociallinks a.li {  background: url(../images/social_linkedin.svg) no-repeat; }
	.sociallinks a.tw {  background: url(../images/social_twitter.svg) no-repeat; }
	.sociallinks a.yt {  background: url(../images/social_youtube.svg) no-repeat; }
	.sociallinks + img { width: 80%; margin-left: auto; }

.footer-newsletter { background: #d6413e; color: #fff; }
	.footer-newsletter h3 { font-size: 48px; font-weight: bold; color: #fff; }
	.footer-newsletter p { font-size: 24px; }
		.footer-newsletter p + p { font-size: 16px; }
	.footer-newsletter form { width: 90%; margin: 15px 0; }
	.footer-newsletter input { border: none !important; width: 49%; margin: 0 1% 1% 0; float: left; }
		.footer-newsletter input.fwe { width: 99%; }

/* NAVIGATION */

	#navigat { float: right; margin-top: 25px; display: table; }
	.hnav { float: none; display: table; padding: 0px 0px 0px 0px; margin-right: -30px; }
	.hnav li { display: block; float: left; margin: 0px; }
	.hnav li a { display: block; text-decoration: none; color: #ef3c39; font-weight: bold; font-family: 'SuissIntl', sans-serif; font-size: 24px; text-transform: lowercase; }
	/* more levels */
	.hnav ul li a { color: #ef3c39; }
	.hnav ul li a:hover { color: #111 !important; }
	.hnav li ul {
		position: absolute; margin: 0; width: 300px;
		overflow: visible; padding: 0; z-index: 1; display: none; z-index: 99999;
		-webkit-transition: all .5s; -moz-transition: all .5s; transition: all .5s;
	}
	.hnav li:hover ul { display: block; padding-bottom: 15px; }
	.hnav li ul li { display: block; position: relative; border: none; float: left; width: 130px; }
		.hnav li ul li a { font-size: 24px; padding: 0 0 5px; color: #ef3c39; font-weight: normal; }
	.hnav li:hover ul ul { display: none; }
		.hnav li ul li:hover > ul { display: block }
			.hnav li ul li ul {
				display: none; position: absolute; top: -10px; margin-left: 215px; width: 300px; display: block;
			}

	#menu-item-32 .sub-menu li { width: 300px; }

	/* more levels */
	.hsub-two li ul {
		height: 100%;
		top: 0;
		background: rgba(30,30,30,0.95) !important;
		-webkit-border-radius: 0 !important;
		-moz-border-radius: 0 !important;
		border-radius: 0 !important;
		position: fixed;
	}
	.hsub-two li ul li a { padding: 15px 20px; color: #222; }
	.hsub-two li ul li ul {
		padding: 15px;
		height: 100%;
		background: rgba(50,50,50,0.95) !important;
		top: 0 !important;
		margin-left: 220px !important;
		position: fixed !important;
	}
	.hsub-two ul li a:hover { background: rgba(255,255,255,0.1); color: #cf0a2c; }

	/* mega */

	#navigat .mega > .sub-menu { width: 100%; left: 0px; }
	#navigat .mega > .sub-menu > li {
		float: left; border-right: 1px solid #ddd; padding: 15px 15px 0; width: 25%;
		margin-bottom: 10px; min-height: 210px; overflow: hidden;
	}
	#navigat .mega > .sub-menu > li:last-child, #navigat .mega > .sub-menu li:nth-child(4n) { border-right: none; }
	#navigat .mega > .sub-menu > li > a {
		font-weight: bold; padding: 0px 0px 15px; color: #cf0a2c; border-bottom: 3px double #e8e8e8;
		margin: -5px 0px 0px; font-size: 14px; line-height: 110%; text-transform: uppercase; width: 89%;
	}
	#navigat .mega .sub-menu .sub-menu {
		display: block; position: relative; margin: 0px; display: block; background: none;
		width: 100%; padding: 20px 0 0 0; box-shadow: none;
	}
	#navigat .mega .sub-menu .sub-menu li { padding: 0px; }
	#navigat .mega .sub-menu .sub-menu li a { padding: 5px 0px 5px; font-size: 14px; line-height: 100%; }


/* nav-effects */
.hnav a:after, .hnav a::before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.hnav a {
	position: relative;
	display: inline-block;
}

/* dorzuć się menu button */


li.dorzucsie-button a {
  background-color: #ef3c39 !important; /* czerwone tło */
  color: #fff !important;    /* biały tekst */
  padding: 10px 20px !important;
  border-radius: 25px;       /* mocno zaokrąglone */
  font-weight: bold;
  text-decoration: none;
  display: inline-block;
  transition: all 0.3s ease;
  animation: dorzucsie-pulse 2s infinite; /* efekt pulsacji */
}

/* Hover – delikatna zmiana koloru i "powiększenie" */
li.dorzucsie-button a:hover {
  background-color: #FFD6FF !important; 
  color: #ef3c39 !important;
  transform: scale(1.05);
  box-shadow: 0 0 15px rgba(239, 60, 67, 0.6);
  border: none !important;
}

/* Efekt pulsacji */
@keyframes dorzucsie-pulse {
  0% {
    transform: scale(1);
    box-shadow: 0 0 0 rgba(239, 60, 67, 0.7);
  }
  50% {
    transform: scale(1.08);
    box-shadow: 0 0 20px rgba(239, 60, 67, 0.6);
  }
  100% {
    transform: scale(1);
    box-shadow: 0 0 0 rgba(239, 60, 67, 0.7);
  }
}

/* Effect 1: Brackets */
.hn-one > li > a { padding: 10px 5px; border-radius: 3px; -webkit-border-radius: 3px; -moz-border-radius: 3px; }
.hn-one > li > a::before,
.hn-one > li > a::after {
	display: inline-block;
	opacity: 0;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.2s;
	-moz-transition: -moz-transform 0.3s, opacity 0.2s;
	transition: transform 0.3s, opacity 0.2s;
}

.hn-one > li > a::before {
	margin-right: 5px;
	content: '[';
	-webkit-transform: translateX(20px);
	-moz-transform: translateX(20px);
	transform: translateX(20px);
}

.hn-one > li > a::after {
	margin-left: 5px;
	content: ']';
	-webkit-transform: translateX(-20px);
	-moz-transform: translateX(-20px);
	transform: translateX(-20px);
}

.hn-one > li > a:hover::before,
.hn-one > li > a:hover::after,
.hn-one > li > a:focus::before,
.hn-one > li > a:focus::after {
	opacity: 1;
	-webkit-transform: translateX(0px) translateY(0px);
	-moz-transform: translateX(0px) translateY(0px);
	transform: translateX(0px) translateY(0px);
}
/* Effect 2: bottom border enlarge */
.hn-two > li { padding-right: 30px; }
.hn-two > li > a { padding: 15px 0 10px 0; }

.hn-two > li > a::after {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 1px;
	background: #ef3c39;
	content: '';
	opacity: 0;
	-webkit-transition: height 0.3s, opacity 0.3s, -webkit-transform 0.3s;
	-moz-transition: height 0.3s, opacity 0.3s, -moz-transform 0.3s;
	transition: height 0.3s, opacity 0.3s, transform 0.3s;
	-webkit-transform: translateY(10px);
	-moz-transform: translateY(10px);
	transform: translateY(10px);
}
.hn-two > li > a:hover::after, .hn-two > li > a:focus::after {
	height: 1px;
	opacity: 1;
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	transform: translateY(-10px);
}

/* usuwamy efekt podkreślenia z przycisku */
.hn-two > li.dorzucsie-button > a:hover::after, .hn-two > li.dorzucsie-button > a:focus::after, .hn-two > li.dorzucsie-button > a::after {
	height: 0;
}

/* Effect 3: three circles */
.hn-three > li > a {
	padding: 20px 15px 15px;
	-webkit-transition: color 0.3s;
	-moz-transition: color 0.3s;
	transition: color 0.3s;
}
.hn-three > li > a::before {
	position: absolute;
	top: 70%;
	left: 50%;
	color: transparent;
	content: '.';
	font-size: 10px;
	-webkit-text-shadow: 0 0 transparent;
	-moz-text-shadow: 0 0 transparent;
	text-shadow: 0 0 transparent;
	-webkit-transition: text-shadow 0.5s, color 0.5s;
	-moz-transition: text-shadow 0.5s, color 0.5s;
	transition: text-shadow 0.5s, color 0.5s;
}
.hn-three > li > a:hover::before, .hn-three > li > a:focus::before {
	color: #777;
	-webkit-text-shadow: -25px 0 #777, -20px 0 #777, -15px 0 #777, -10px 0 #777, -5px 0 #777, 5px 0 #777, 10px 0 #777, 15px 0 #777, 20px 0 #777, 25px 0 #777;
	-moz-text-shadow: -25px 0 #777, -20px 0 #777, -15px 0 #777, -10px 0 #777, -5px 0 #777, 5px 0 #777, 10px 0 #777, 15px 0 #777, 20px 0 #777, 25px 0 #777;
	text-shadow: -25px 0 #777, -20px 0 #777, -15px 0 #777, -10px 0 #777, -5px 0 #777, 5px 0 #777, 10px 0 #777, 15px 0 #777, 20px 0 #777, 25px 0 #777;
}
/* Effect 4: blur */
.hn-four > li > a {
	padding: 20px 12px 0px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.hn-four:hover > li > a {
	color: transparent !important;
	-webkit-text-shadow: 0 0 2px rgba(87,84,87, 0.5);
	-moz-text-shadow: 0 0 2px rgba(87,84,87, 0.5);
	text-shadow: 0 0 2px rgba(87,84,87, 0.5);
}
.hn-four > li > a:hover, .hn-four > li > a:focus {
	color: #575457 !important;
	-webkit-text-shadow: none;
	-moz-text-shadow: none;
	text-shadow: none;
}

/* Contact Form */

::-webkit-input-placeholder { color: #aaa; }
:-moz-placeholder { color: #aaa; }
::-moz-placeholder { color: #aaa; }
:-ms-input-placeholder { color: #aaa; }

.wpcf7-form-control-wrap { position: relative; display: block; margin-bottom: 5px; }
.wpcf7-form-control-wrap + br { display: none; }
input, textarea, select {
	outline: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	color: #666;
	cursor: text;
	resize: none;
	display: block;
	padding: 10px 10px 8px;
	margin: 0;
	width: 100%;
	height: auto;
	line-height: 1.4;
	background: #fff;
	border: 2px solid #ccc;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
select { cursor: pointer; width: 100%; }
textarea { height: 120px; }

input:focus, textarea:focus, select:focus { color: #151515; }
input[type="submit"] {
	font-weight: bold; background: #333; color: #fff; border: none; display: block;
	padding: 8px 20px 6px; float: left; width: auto;
}
.wpcf7 input[type="checkbox"], .wpcf7 input[type="radio"] {
	position: absolute; border: none; opacity: 0; cursor: pointer; z-index: 999; padding: 15px; margin: 9px 0 0 -6px; height: 32px;
}
.wpcf7 input[type="checkbox"] + .wpcf7-list-item-label, .wpcf7 input[type=radio] + .wpcf7-list-item-label { width: 100%; }
.wpcf7 input[type=radio] + span:before, .wpcf7 input[type=checkbox] + span:before {
	float: left;
	width: 24px;
	height: 24px;
	padding: 0px;
	text-align: center;
	content: " ";
	background: #fff;
	border: 2px solid #ccc;
	position: relative;
	margin: 1px 10px 5px 0px;
	-webkit-border-radius: 50% !important;
	-moz-border-radius: 50% !important;
	border-radius: 50% !important;
	z-index: 1;
	font-family: FontAwesome;
	font-size: 12px;
	line-height: 22px;
	cursor: pointer;
}

.wpcf7 input[type=radio]:checked + span:before, .wpcf7 input[type=radio]:hover:checked + span:before, .wpcf7 input[type=radio]:focus:checked + span:before {
	content: "\f111"; font-size: 6px;
}

.wpcf7-checkbox span.wpcf7-list-item { position: relative; display: inline-block; margin: 0px 15px 0px 10px; }

.wpcf7 input[type=checkbox] + span:before { -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; }
.wpcf7 input[type=checkbox]:checked + span:before,
.wpcf7 input[type=checkbox]:hover:checked + span:before,
.wpcf7 input[type=checkbox]:focus:checked + span:before { content: "\f00c"; }

span.vfb-required-asterisk { position: absolute; margin-left: 3px; color: red; }

.vfb-item-submit .ajax-loader { position: absolute; margin: 35px 0 0 10px; }
.wpcf7 form { position: relative; display: table; width: 100%; }
.wpcf7-validation-errors, .wpcf7-mail-sent-ok {
	bottom: 42px;
	border: none !important;
	text-align: left;
	clear: both;
	border-top: 1px solid #eee !important;
	padding: 15px !important;
}
.wpcf7-mail-sent-ok {
	border: none !important;
	color: green !important;
}
.wpcf7-not-valid-tip {
	position: absolute;
	border: none !important;
	right: 5px !important;
	left: auto !important;
	z-index: 100 !important;
	color: #fff !important;
	font-size: 12px !important;
	padding: 6px 10px !important;
	font-weight: bold !important;
	margin: -40px 0 0 0;
	width: auto;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.wpcf7-form p {}

/* Case Study */

.cstudy { padding-bottom: 30px; margin-bottom: 45px; }
.cstudy .cs-content p { padding-right: 30px; }
	.cstudy .cs-content > p:first-of-type { font-size: 16px; font-weight: bold; color: #555; margin-top: 35px; }
.cstudy .cs-images h3 { text-transform: uppercase; font-size: 21px; text-align: center; margin: 0px 0px 15px; }
.cstudy .cs-images ul { padding: 0px; margin: 0px; }
	.cstudy .cs-images ul li { list-style: none; padding: 5px; border: 1px solid #eee; margin: 10px 0px 0px; display: table; width: 100%; }
	.cstudy .cs-images ul li img { width: 100%; height: auto; }
.cstudy .cs-projectinfo { margin-top: 45px; border-top: 1px dashed #eee; padding: 30px; color: #999; font-size: 13px; }

/* Slideshow */

.a-show { position: relative; overflow: auto; }
	.a-show ul { margin: 0; padding: 0; }
	.a-show ul li {
		list-style: none; float: left;
		background-size: cover;
		background-position: 50% 50%;
		background-repeat: no-repeat;
	}
	.a-show li div { padding: 100px 0 0; color: #fff; }
		.a-show li h2 { font-size: 48px; margin-bottom: 10px; }
		.a-show li h3 { font-size: 32px; }
		.a-show li a { margin-top: 30px; }
		.a-show li .a-right { text-align: right; }
		.a-show li .a-right a { float: right; }
		.a-show li .a-center { text-align: center; }
		.a-show li .a-center a { float: none; display: inline; }
	.a-show .dots {
		position: absolute;
		bottom: 10px;
		width: 100%;
		text-align: center;
	}
	.a-show .dots li {
		display: inline-block;
		width: 10px;
		height: 10px;
		margin: 0 4px;
		text-indent: -999em;
		border: 2px solid #fff;
		-webkit-border-radius: 6px;
		-moz-border-radius: 6px;
		border-radius: 6px;
		cursor: pointer;
		opacity: .4;
		-webkit-transition: background .5s, opacity .5s;
		-moz-transition: background .5s, opacity .5s;
		transition: background .5s, opacity .5s;
	}
	.a-show .dots .active {
		background: #fff;
		opacity: 1;
	}
	.aftershow { height: 5px; display: none; }

	.a-left .sco { margin-top: 30px; }
	.a-left .sco a { }
	.a-left .sco img { border-radius: 3px; overflow: hidden; height: 60px; width: auto; float: left; margin-right: 10px; opacity: 0.25; }
	.a-left .sco a img { opacity: 1; }

	/* the mobile image */
	.phoneimg { transform: translateY(-90%); z-index: 99; position: absolute; right: 0px; }
	.phoneimg img { max-height: 80vh; width: auto; margin-right: -75px; }

/* ------------------------------------------------------------------------
   MOBILE.CSS
------------------------------------------------------------------------ */

#show-menu { transform: scale(1.5); right: 0px; position: absolute; top: 0px; width: 50px; height: 50px; cursor: pointer; }
	#show-menu .menu-icon__cheeckbox {
		display: block; width: 100%;height: 100%; position: relative; cursor: pointer; z-index: 2; -webkit-touch-callout: none; position: absolute; opacity: 0;
	}
	#show-menu div { margin: auto; position: absolute; top: 0; right: 0; left: 0; bottom: 0; width: 22px; height: 12px; }
	#show-menu span { position: absolute; display: block; width: 100%; height: 2px; background-color: #ef3c39; transition: all 0.2s cubic-bezier(0.1, 0.82, 0.76, 0.965); }
	#show-menu span:first-of-type { top: 0; }
	#show-menu span:last-of-type { bottom: 0; }
	#show-menu.active span:first-of-type, #show-menu .menu-icon__cheeckbox:checked + div span:first-of-type { transform: rotate(45deg); top: 5px; }
	#show-menu.active span:last-of-type, #show-menu .menu-icon__cheeckbox:checked + div span:last-of-type { transform: rotate(-45deg); bottom: 5px; }
	#show-menu.active:hover span:first-of-type, #show-menu.active:hover span:last-of-type, #show-menu:hover .menu-icon__cheeckbox:checked + div span:first-of-type,
	#show-menu:hover .menu-icon__cheeckbox:checked + div span:last-of-type { width: 22px; }
  #show-menu:hover span:first-of-type { width: 26px; }
  #show-menu:hover span:last-of-type { width: 12px; }

#show-menu.sm-wide {
	width: 100%;
}

.big-wrapper {
	position: relative;
	overflow: hidden;
}

.perspective {
	position: relative;
	width: 100%;
	min-height: 100%;
}

.big-container {
	background: #fff;
	min-height: 100%;
	position: relative;
	outline: 1px solid rgba(0,0,0,0);
	z-index: 10;
	-webkit-transform: translateZ(0) translateX(0) rotateY(0deg); /* reset transforms (Chrome bug) */
	transform: translateZ(0) translateX(0) rotateY(0deg);
}

/* Modal View */

.perspective.modalview {
	position: fixed;
	-webkit-perspective: 1500px;
	perspective: 1500px;
}
.modalview .big-container {
	position: absolute;
	width: 100%;
	height: 100%;
	cursor: pointer;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.modalview .big-wrapper {
	-webkit-transform: translateZ(-1px);
}
.animate .big-container::after {
	opacity: 1;
	height: 100%;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

/* Outer Nav */

.outer-nav {
	position: absolute;
	height: calc(100% - 150px);
	width: 100%;
	font-size: 2em;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
	background: #ffebfe;
	z-index: 99999;
	opacity: 0;
}
.op100 { opacity: 100%; }
.outer-horizontal {
	left: 50%;
	max-width: 1000px;
	text-align: center;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
.outer-left { left: 25%; }
.outer-right { right: -3000px; overflow-y: auto; padding: 20px 0px; }
	.animate .outer-right { right: 0; }
	body.animate header { background: #ffebfe; }
.outer-top { top: 25%; }
.outer-bottom { bottom: 25%; }

.outer-nav > div { display: table; background: #fff; height: 100%; width: 85%; float: right; }
.outer-nav > div .menu { padding: 50px; }

.outer-nav > a {
	background: #e73428; color: #fff !important; border-radius: 50%; width: 36px; height: 36px; text-align: center;line-height: 38px;
	position: absolute; top: 10px; right: 10px; transform: rotateY(0deg) rotate(45deg); font-size: 30px; display: block; padding: 0 !important;
}

/* General Look */
.outer-nav .menu > li { margin: 0; padding: 0; }
.outer-nav li { list-style: none; margin: 5px 0; font-size: 16px; padding: 0; }
.outer-nav > div > ul > li > a { color: #ef3c39; padding: 0; font-size: 30px; line-height: 100%; font-weight: bold; }
.outer-nav > div > ul > li > a:hover { color: #101010 }
.outer-nav > div > ul > li > a:before { content: ""; display: block; height: 1px; width: 30px; margin: 0 0 10px; }
.outer-nav .sub-menu li {}
.outer-nav .sub-menu li a:hover { background-color: #fff !important; color: #333; border-radius: 5px; text-decoration: none; }

/* Subnavigation */
.showsub { left: -160px !important; }
.showsub2 { left: -520px !important; }
.sm3 { left: 540px !important; }
.outer-nav .sub-menu, .sm3 { display: table; padding: 0; }
.outer-nav .sub-menu a { padding: 0 0 0 20px; color: #ef3c39; font-size: 27px; line-height: 100%; font-weight: normal; }
.outer-nav .showme > .sub-menu, .sm3.showme { opacity: 1; display: block; }
.outer-nav .sub-menu > .backto, .sm3 .backto {
	font-size: 11px;
	background: #fff;
	color: #fff;
	padding: 5px 15px 4px;
	margin: 0 0 30px 5px;
	display: table;
	border-radius: 30px;
	font-weight: bold;
	text-transform: uppercase;
	cursor: pointer;
}
.outer-nav .menu-item-has-children > a:after {
	/* content: '\00BB';
	font-weight: bold;
	margin: 0 0 0 8px; */
}

/* Effect rot3d */

.perspective {
	background-color: #fff;
	background-image: -webkit-radial-gradient(center center, circle cover, rgba(255,255,255,0.25) 0%, rgba(255,255,255,0.05) 100%);
	background-image: -moz-radial-gradient(center center, circle cover, rgba(255,255,255,0.25) 0%, rgba(255,255,255,0.05) 100%);
	background-image: -ms-radial-gradient(center center, circle cover, rgba(255,255,255,0.25) 0%, rgba(255,255,255,0.05) 100%);
	background-image: -o-radial-gradient(center center, circle cover, rgba(255,255,255,0.25) 0%, rgba(255,255,255,0.05) 100%);
}
.perspective .big-container {
	-webkit-transition: -webkit-transform 0.4s;
	transition: transform 0.4s;
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	padding: 0;
}
.effect-rot3d.animate .big-container {
	-webkit-transform: translateZ(-1500px) translateX(100%) rotateY(-45deg);
	transform: translateZ(-1500px) translateX(100%) rotateY(-45deg);
}
.no-csstransforms3d .effect-rot3d.animate .big-container { left: 75%; }

/* Effect Move Right */


/* Effect Small Right */
.effect-smallright.animate .big-container {
	-webkit-transform: translateZ(-300px) translateX(90%);
	transform: translateZ(-300px) translateX(90%);
}
.no-csstransforms3d .effect-smallright.animate .big-container { left: 75%; }

/* Social */

.soc-colors a {
	display: block; background: #fff; color: #aaa; border: 2px solid; border-radius: 50%; text-align: center;
	width: 45px; height: 45px; line-height: 48px; float: left; margin-left: 5px;
}
.soc-colors a i { font-size: 150%; }
.soc-colors .soc-facebook { background: #507cbe; color: #fff; border: 2px solid #507cbe; }
	.soc-colors .soc-facebook:hover { color: #507cbe; background: transparent; border: 2px solid #507cbe; }
.soc-colors .soc-twitter { background: #54abf4; color: #fff; border: 2px solid #54abf4; }
	.soc-colors .soc-twitter:hover { color: #54abf4; background: transparent; border: 2px solid #54abf4; }
.soc-colors .soc-youtube { background: #e02c1c; color: #fff; border: 2px solid #e02c1c; }
	.soc-colors .soc-youtube:hover { color: #e02c1c; background: transparent; border: 2px solid #e02c1c; }
.soc-colors .soc-linkedin { background: #1683bb; color: #fff; border: 2px solid #1683bb; }
	.soc-colors .soc-linkedin:hover { color: #1683bb; background: transparent; border: 2px solid #1683bb; }
.soc-colors .soc-pinterest-square { background: #ca231f; border: 2px solid #ca231f; }
	.soc-colors .soc-pinterest-square:hover { color: #ca231f; background: transparent; border: 2px solid #ca231f; }
.soc-colors .soc-google-plus { background: #dc4c30; color: #fff; border: 2px solid #dc4c30; }
	.soc-colors .soc-google-plus:hover { color: #dc4c30; background: transparent; border: 2px solid #dc4c30; }
.soc-colors .soc-flickr { background: #ef0787; color: #fff; border: 2px solid #ef0787; }
	.soc-colors .soc-flickr:hover { color: #ef0787; background: transparent; border: 2px solid #ef0787; }
.soc-colors .soc-instagram { background: #34628d; color: #fff; border: 2px solid #34628d; }
	.soc-colors .soc-instagram:hover { color: #34628d; background: transparent; border: 2px solid #34628d; }
.soc-colors .soc-skype { background: #15b3f2; color: #fff; border: 2px solid #15b3f2; }
	.soc-colors .soc-skype:hover { color: #15b3f2; background: transparent; border: 2px solid #15b3f2; }
.soc-colors .soc-vimeo-square { background: #1db7ef; color: #fff; border: 2px solid #1db7ef; }
	.soc-colors .soc-vimeo-square:hover { color: #1db7ef; background: transparent; border: 2px solid #1db7ef; }

/* RESPONSIVE MOBILE NAVIGATION */

/* 240 > 500 >750 >980 > 1220 > 1400 */

@media screen and (max-width: 1220px) and (min-width: 980px) {
	.circleshape .odometer { margin-top: 530px; }
}
@media screen and (max-width: 980px) and (min-width: 750px) {
	.outer-top { top: 15%; }
	.outer-bottom { bottom: 15%; }
	.cardcont { width: 48%; }
	.reviews .item .innerbox { width: 70%; }
	.highlights .col-md-3 { width: 50%; }
	.highlights .abs0_column:nth-child(1), .highlights .abs0_column:nth-child(3) { margin: -25px -50px 0 50px; }
	.highlights .abs0_column:nth-child(3) { clear: both; }
	.circleshape .odometer { margin-top: -30px; }
	header .row > div { float: left; padding: 0; }
	header .row > div.col-md-9 { float: right; }
}
@media screen and (max-width: 750px) and (min-width: 500px) {
	.outer-top { top: 5%; }
	.outer-bottom { bottom: 5%; }
	.outer-horizontal { font-size: 18px; }
	.outer-horizontal a { display: block; text-align: left; }
	.outer-nav .sub-menu { width: 320px; }
	.cardcont { width: 48%; }
	.reviews .item .innerbox { width: 70%; }
	.highlights .col-md-3 { width: 50%; }
	.highlights .abs0_column:nth-child(1), .highlights .abs0_column:nth-child(3) { margin: -25px -50px 0 50px; }
	.highlights .abs0_column:nth-child(3) { clear: both; }
	.circleshape .odometer { margin-top: -30px; }
	header .row > div { float: left; padding: 0; }
	header .row > div.col-md-9 { float: right; }
}
/* mobile size */
@media screen and (max-width: 500px) {
	.outer-horizontal, .outer-vertical { font-size: 15px; }
	.outer-nav .sub-menu { padding-left: 0px; }
	.outer-nav a { padding: 10px 15px; }
	.outer-nav > div > ul.menu { overflow-y: scroll; max-height: calc(100vh - 150px); }

	.container { max-width: 100% !important; }

	section.video .container { /* aspect-ratio: 1080/1600; min-height: 60vh; */ position: relative; padding-top: 141%; }
		section.video video { position: absolute; top: 0; }

	header { padding: 0 15px; height: auto !important; display: block; width: 100%; position: relative; }
		header .row > div { float: left; padding: 0; }
		header .row > div.col-md-9 { float: right; }
		header a.logo { margin: 15px 0 0; max-width: 70%; }
		header a.logo img { padding: 0px; }

	section.intro .container .abs0_column p, section.news .abs0_column:first-child, section.campaign .abs0_column:first-child { font-size: 24px; }
	section.intro .container .col-md-4 { position: absolute; top: -75px; right: 0; z-index: 9999; }
	section.intro .onepercent { width: 55px; height: 55px; line-height: 55px; font-size: 16px; }
	section.kiemelt .item { display: block; }
	section.kiemelt .item h3, section.kiemelt .item p { max-width: 100%; }
	section.kiemelt .owl-item .abs0_column + .abs0_column a.rmore { position: relative; bottom: auto; }
	section.kiemelt .owl-pagination { position: absolute; top: 240px; margin-top: -20px; }
	section.kiemelt .owl-controls .owl-page { width: 20px; height: 20px; }
	body.home .news + div + div .a-right { display: none; }

	body.home h1 { font-size: 60px !important; }
	body.home .news { margin: -50px 0 0; }
	body.home .news h1, body.home .campaign h1 { margin: 0; }

	section.donate .abs0_columns { display: block; }
	section.donate a { position: relative; }

	section.projects h3 a { font-size: 24px; }

	.project-layout .lpost-item .col-md-3 { float: left; width: 75%; }
	.project-layout .lpost-item .col-md-1 { float: right; width: 25%; }
	.project-layout .lpost-item .col-md-4 { padding-top: 30px; clear: both; }
	.project-layout .lpost-item .col-md-4 + .col-md-4 { padding-top: 0; }
	.bannercontent { margin: 30px 0; padding: 15px 0; }
	.bannercontent .abs0_columns { display: block; padding: 30px; font-size: 24px; }
	.main-content .bannercontent a { position: relative; }

	.footer-newsletter p { font-size: 16px; }

	.bigimage h1 { font-size: 36px; margin: 0 0 45px; }
	.bigimage .col-md-12 + .col-md-8, .bigimage .col-md-8 + .col-md-4 { margin-top: 15px; }
	.sharing { float: left; }
	body.single-post .main-content .col-md-8 { padding-right: 30px; }

	.wp-caption, .gallery-item { display: block; width: 50% !important; height: auto; overflow: hidden; }
	.gallery img { display: block; width: 100%; height: auto; }
	.gallery-item + br { display: none; }

	.multicols { -webkit-column-count: 1; -moz-column-count: 1; column-count: 1; padding: 30px; }

	.row-footer { padding: 15px; }
	.row-footer .container { padding: 0; }
	.row-footer .row { display: block; padding: 0px; }
	.row-footer .row > div { display: block; }
	.row-footer .contactdetails, .row-footer a { font-size: 20px; padding: 30px 0; }
	.row-footer .sociallinks { margin: 30px 0 0 -15px; }
	.row-footer .sociallinks + img { display: none; }
	.row-footer .sociallinks p { float: left; }
	.row-footer .row.copyright > div { padding: 0; max-width: 190px; }

	.owl-controls .owl-buttons div { right: -20px !important; }
	.owl-controls .owl-buttons div.owl-prev { left: -20px !important; }

		.fullwidth .a-show { margin: 15px 0 -45px !important; }
			.fullwidth .owl-item { height: 300px !important; }
			.fullwidth img.lazyOwl { height: 300px !important; width: auto !important; }
		.fullwidth .owl-item .item > div { top: 50% !important; transform: translateY(-50%); }
		.fullwidth .owl-item h2 { font-size: 27px !important; padding: 0 !important; margin: 0 !important; }
		.fullwidth .owl-item:after { width: 173px !important; height: 88px !important; }
		.fullwidth .owl-pagination { bottom: 10px; }

		.outer-nav  > div .menu { padding: 15px 30px; }
		.outer-nav .menu > li { margin: 0; width: 100%; float: none; }
	
	.center_60 {
		width: 95%;
	}

}
/* really small */
@media screen and (max-width: 240px) {}
