/*
    Theme Name: Universal WP
    Theme URI: http://forbetterweb.com/universal/
    Version: 1.1.1
    Author: ForBetterWeb
    Author URI: https://themeforest.net/user/ForBetterWeb
    Description: Universal - modern multi-purpose, minimalistic and easy to use, lightweight and fast loading, multi and one page WordPress theme for building simple and beautiful business or personal website.
    Tags: one-column, two-columns, left-sidebar, right-sidebar, custom-menu, full-width-template, sticky-post, theme-options, translation-ready
    License: GPL2
    License URI: http://forbetterweb.com/
    Text Domain: universal-wp

*/

/* @import url('https://fonts.googleapis.com/css?family=Fauna+One|Noto+Serif:400,400i&subset=latin-ext'); */
@import url('https://fonts.googleapis.com/css?family=EB+Garamond:400,400i,500,500i,600,600i,700&subset=latin-ext');
/* RESETY */

.noFilters {
	-webkit-filter: initial	; /* Safari 6.0 - 9.0 */
	filter: initial;
}
#szareTlo {
	background-color: rgba(205,205,205,1);
}
.vc_column_container>.vc_column-inner {
    box-sizing: border-box;
    padding-left: 0px;
    padding-right: 0px;
    width: 100%;
}
.vc_row {
}
section, .section { 
	padding-top:50px;
}

.slider_01 img {
}
.fill img {
    -webkit-filter: brightness(100%);
    filter: brightness(100%);
}
.wpb_text_column {
	color: rgba(60,65,70,1);
}
.wpb_text_column :last-child {
	/* color: rgba(60,65,70,1); */
}
.wpb_text_column a :last-child {
	color: rgba(200,50,50,1);
}

.wpb_text_column a:hover :last-child {
	font-weight:600;
	color: rgba(200,50,50,1);
	letter-spacing: 0.01em;
}
.wpb_text_column a {
	color: rgba(200,60,60,0.8);
}
.wpb_text_column a:visited {
	font-weight:600;
	color: rgba(200,60,60,0.8);
	letter-spacing: 0.01em;
}
.wpb_text_column p {
	text-align: left;
	font-size: 1.2em;
	margin: 0 0 20px;
}

.breadcrumbs {
	visibility: hidden;
}
.tag_line_title {
	visibility: hidden;
}
/* RESETY Footer */
#signature p {
	font-size: 1em;
	text-align: right;
}

.NIEfa-lg {
    font-size: 3em;
    line-height: .75em;
    vertical-align: -15%;
}
.xl .btn i {
    top: 4px;
    height: 60px;
    width: 60px;
}

.btn i {
    position: relative;
    top: 2px;
    display: inline-block;
    background: transparent 0 0 no-repeat;
    background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg…-.038-1.693%202.558-1.847%204.778-4.15%206.532-6.774z%22%2F%3E%3C%2Fsvg%3E);
}
.vc_row.vc_row-o-full-height {
    min-height: 60vh;
	background-repeat: no-repeat;
    background-position: center; 
	
}
#footer_contener {
	width:100%;
	height: 480px;
	background-image: url("http://polskialarm.pl/wp-content/uploads/2017/09/stopka_bcg.jpg");
	background-repeat: no-repeat;
    background-position: center top;
	opacity: .5;
}
#footer_contener img {
}

/* , ,   STRONA content */
.hoverSmogLab {
	opacity: 1;
	font-weight: 600;
    color: rgba(200,60,60,1)!important;
    letter-spacing: -0.01em;
}
.hoverSmogLab a {
	opacity: 1;
	font-weight: 600;
    color: rgba(200,60,60,1);
    letter-spacing: -0.01em;
}
.hoverSmogLab a:hover {
	opacity: 1;
	font-weight: 700;
    color: rgba(200,60,60,1);
    letter-spacing: 0em;
    color: rgba(200,60,60,1);
}
.contactPage {
	font-size: 1.3em;
	font-weight: 400;
	letter-spacing: -.01em;
	line-height: 1.4em;
}

.pierwszeSlowa {
	font-size: 1.3em;
	font-weight: 600;
	letter-spacing: -0.5px;
}

#research ul li{
	font-family: 'Fauna One', serif;
	font-size: 1.5em;
    color: rgba(60,65,70,0.7);
	letter-spacing: -0.5px;
}

#imgPNG {
	background-image: url("http://polskialarm.pl/wp-content/uploads/2017/09/ain_chart_02_bcg.png");
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 100%;
}
#imgPNG img {
	opacity: 0.5;
	-webkit-filter: grayscale(100%) blur(2px); /* Safari */
    filter: grayscale(100%) blur(2px);
}
#imgPNG img:hover {
	transition: opacity 0.4s cubic-bezier(0.645,  0.045, 0.355, 1.000);
  	transition-delay :0s;
	opacity: 1;
	-webkit-filter: grayscale(0%) blur(0px); /* Safari */
    filter: grayscale(0%) blur(0px);

}
#imgPNG_2 {
	background-image: url("http://polskialarm.pl/wp-content/uploads/2017/09/ain_chart_03_bcg_temp.png");
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 100%;
}
#imgPNG_2 img {
	opacity: 0.9;
	-webkit-filter: grayscale(100%) blur(2px); /* Safari */
    filter: grayscale(100%) blur(2px);
}
#imgPNG_2 img:hover {
	transition: opacity 0.2s cubic-bezier(0.645,  0.045, 0.355, 1.000);
  	transition-delay :0s;
	opacity: 1;
	-webkit-filter: grayscale(0%) blur(0px); /* Safari */
    filter: grayscale(0%) blur(0px);

}
#imgPNG_3 {
	background-position: left top;
	background-size: 100%;
}
#imgPNG_3 img {
	-webkit-filter: grayscale(70%) blur(0px) hue-rotate(-145deg) brightness(45%); /* Safari */
    filter: grayscale(70%) blur(0px) hue-rotate(-145deg)  brightness(75%);
}
#imgPNG_3 img:hover {
	transition: grayscale 0.4s cubic-bezier(0.645,  0.045, 0.355, 1.000);
  	transition-delay :0s;
	opacity: 1;
	-webkit-filter: grayscale(0%) blur(0px); /* Safari */
    filter: grayscale(0%) blur(0px);

}
#imgPNG_4 img {
	-webkit-filter: grayscale(70%) blur(0px) hue-rotate(-145deg) brightness(75%); /* Safari */
    filter: grayscale(70%) blur(0px) hue-rotate(-145deg)  brightness(75%);
}
#imgPNG_4 img:hover {
	transition: grayscale 0.4s cubic-bezier(0.645,  0.045, 0.355, 1.000);
  	transition-delay :0s;
	opacity: 1;
	-webkit-filter: initial; /* Safari */
    filter: initial;

}
#imgPNG_5 {
	padding: 0 auto;
}
#imgPNG_5 p {
	font-family: 'Raleway', sans-serif;
	font-size: .8em;
	font-weight:800;
	text-transform: uppercase;
	color: rgba(60,65,70,0.8);
}
#imgPNG_5 img {
	-webkit-filter: grayscale(100%); /* Safari */
    filter: grayscale(100%);
	opacity: .6;
}
#imgPNG_5 img:hover {
	transition: grayscale 0.4s cubic-bezier(0.645,  0.045, 0.355, 1.000);
  	transition-delay :0s;
	opacity: 1;
	-webkit-filter: initial; /* Safari */
    filter: initial;
	border-bottom: solid 1px rgba(200,60,60,1);
    border-top: solid 1px rgba(200,60,60,1);

}


.intertekst_tekstH5 {
	font-size:1.2em;
	color: rgba(60,65,73,0.7);
}
.intertekst_tekstH4 {
	font-size:1.4em;
	color: rgba(60,65,73,0.7);
}
.intertekst_tekst_PAS_H4 {
	font-weight: 500;
	text-transform: none;
	color: rgba(200,50,50,0.8);
	letter-spacing: -.01em;
}
.intertekst_tekst_PAS_H4 a:hover {
	font-weight: 600;
	color: rgba(200,50,50,0.8);
}
.intertekst_tekstH3 {
	font-size:2em;
	color: rgba(60,65,73,0.8);
}

.wpb_text_column {
    text-align: left;
    padding-left: 5px;
    padding-right: 5px;
}


/* STRONA AIR IN POLAND */
.tag_line_image[data-background="http://polskialarm.pl/wp-content/uploads/2017/08/bcg02_airInPoland.jpg"] h1{
	visibility: hidden;
}
.tag_line_image[data-background="http://polskialarm.pl/wp-content/uploads/2017/08/bcg02_airInPoland.jpg"] {
}
.tag_line_image .tag-body:before {
    background: rgba(7, 9, 21, 0) !important;
}

.Powiekszone {
	background-image: url("http://polskialarm.pl/wp-content/uploads/2017/08/airinPL_chart_01-1.jpg");
	 background-repeat: no-repeat;
	background-position: right top;
	 background-size: 100%;
	min-height: 522px;
}

#aip_chart02 {
	/* background-image: url("http://polskialarm.pl/wp-content/uploads/2017/09/temp_3_tlo-1.jpg"); */
 	backgroud-position: bottom center;
	background-repeat: no-repeat;
    background-size: 100%;
    width: 100! !important;
    height: 482px;
	background-color: rgba(100,200,100,0.5);
}

#dzialFullWidth {
	top: -50px;
	background-image: url("http://polskialarm.pl/wp-content/uploads/2017/09/temp_3_tlo.jpg"); */
	-webkit-filter: grayscale(50%) blur(2px); /* Safari */
	filter: grayscale(50%) blur(2px);
	background-repeat: no-repeat;
    background-position: center bottom;
}
#dzialFullWidth[data-vc-parallax-image="http://polskialarm.pl/wp-content/uploads/2017/08/temp3-3.png"] {
	-webkit-filter: grayscale(0%) blur(0px); /* Safari */
	filter: grayscale(0%) blur(0px);
	width:100%;
	visible: hidden;
	background-repeat: no-repeat;
	background-size: contain;
}

.columnFullWidth .wpb_wrapper {
}

.columnFullWidth .vc_column_container {
	display:inline-block;
}
.columnFullWidth .vc_column_container img {
	position: relative;
    bottom: -3px;
	display: block;
	margin: 0 auto;
	background-repeat: no-repeat;
    background-position: center bottom;
	-webkit-filter: grayscale(100%) blur(2px) brightness(120%) contrast(70%) opacity(95%); /* Safari */
	filter: grayscale(100%) blur(2px) brightness(120%) contrast(70%) opacity(95%);
}
.columnFullWidth .vc_column_container img:hover {
	position: relative;
    bottom: 0px;
	 -webkit-filter: grayscale(10%) blur(0px) brightness(130%) contrast(90%) opacity(100%); /* Safari */
	 filter: grayscale(10%) blur(0px) brightness(130%) contrast(90%) opacity(100%);
	z-index: 100;
	transition:all 0.4s ease-in-out;
    -webkit-transition:all 0.4s ease-in-out;
}

.centerPos {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.pPowiekszone {
	max-width:60%;
}

.pPowiekszone p {
	font-weight: 700;
	font-size: 1.8em;
	line-heigh: 0.5em;
	letter-spacing: -1px;
}
.pPowiekszone ::first-letter {
}

.wpb_text_column ul,li {
	text-align: left;
	font-size: 1.1em;
	margin: 0 0 10px;
}

.pPowiekszone2 p {
	font-weight: 500;
	font-size: 1.3em;
	line-heigh: 0.1em;
	letter-spacing: 0px;
}
/* TEAM CARDS */

.team-block-two p img {
    margin-bottom: -15px;
	-webkit-filter: grayscale(60%); /* Safari 6.0 - 9.0 */
    filter: grayscale(60%);
}

.team-block-two p img:hover {
		-webkit-filter: grayscale(90%); /* Safari 6.0 - 9.0 */
    filter: grayscale(90%);
    -webkit-filter: contrast(115%); /* Safari */
    filter: contrast(115%);
	-webkit-filter: brightness(105%); /* Safari */
    filter: brightness(105%);
	border-bottom: solid 1px rgba(200,60,60,1);
	border-top: solid 1px rgba(200,60,60,1);
}

.team-block-two p {
	font-size:13px;
	text-transform: none;
}
.team-block-two h5 {
	margin: 10px 0px 10px 0px;
	font-size:11px;
}

.LocalMembers .team-block-two {
	color: rgba(60,65,70,.9);
	font-size: .6em;
}

.PolishMembers .team-block-two {
	color: rgba(60,65,70,1);
	font-size: .6em;
}
#LocalMembers img {
    -webkit-filter: grayscale(80%) contrast(100%) brightness(105%);
    filter: grayscale(80%) contrast(100%) brightness(105%);
	opacity: .7;
}
#LocalMembers img:hover {
    -webkit-filter: grayscale(0%) contrast(100%) brightness(100%);
    filter: grayscale(0%) contrast(100%) brightness(100%);
	opacity: 1;
}

.LocalMembers .team-block-two .classic {
	font-family: 'Raleway', sans-serif;
    font-weight: 500 !important;
	font-size: .8em;
 	text-transform: uppercase;
    letter-spacing: 0px;
	line-height: 1em;
    margin: 0 0 5px;
    opacity: .8;
    font-weight: normal;
	transform: rotate(0deg) !important;
    -moz-transform: rotate(0deg) !important;
    -webkit-transform: rotate(0deg) !important;
}
#button_twitter {
	max-width:100px;
	max-height:100px;
}

#button_JoinUs {
	-webkit-filter: blur(0px); /* Safari 6.0 - 9.0 */
    filter:  blur(0px);
}


#button_JoinUs p  a  img {
	-webkit-filter: grayscale(60%) blur(0px) saturate(50%) brightness(65%); /* Safari */
    filter: grayscale(60%) blur(0px) saturate(50%)  brightness(65%);
	opacity:.8;
}

#button_JoinUs p  a  img:hover {
	opacity:1;
	-webkit-filter: grayscale(0%) blur(0px) brightness(100%) contrast(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(0%) blur(0px) brightness(100%) contrast(100%);
}

#button3x4 p {
	font-size: 1em;
	line-height:1em;
}
#button3x4 p a {
	line-height: 1.2em;
	font-size: .8em;
	font-weight: 700;
	text-transform: uppercase;
}
#button3x4 a:hover {
	font-weight: 800;
}

/* STRONA OUR */
.wpb_wrapper {
}
.fadeIn {
    max-height: 140px;
}
.ion-paper-airplane, .ion-android-hand, .ion-ios-body, .ion-bookmark  {
	color: rgba(60,65,70,0.55)!important;
	font-size:3em!important;
}
.ion-star  {
	color: rgba(60,65,70,0.55)!important;
	font-size:2em!important;
}
.ion-ios-glasses-outline {
	color: rgba(60,65,70,0.55)!important;
	font-size:5em!important;
}

.hi-icon-effect .hi-icon {
	max-height:100px;
}
.hi-icon-effect .hi-icon:hover {
    color:  rgba(60,65,70,0.6)!important;
}
.sliderOur[slider=3] {
	border-radius: 25px;
}

.service-name {
	margin:0;
	padding:0;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    line-height: 1.2;
    color: rgba(60,65,70,0.65)!important;
}
.service-text {
    margin-top: 0px!important;
}
.service-name .service-name:hover {
    color: rgba(60,65,70,0.6)!important;
}
.vc_custom_heading {
	margin-left:75px;
	margin-right:70px;
	padding: 3px 0px 10px 0px;
	background-color: rgba(255,255,255,0);

}

.vc_custom_heading a {
	font-weight: 500;
	font-size: 1em;
	color: rgba(60,65,70,0.8);
}
.vc_custom_heading a:hover {
	opacity: 1;
    font-weight: 700;
    color: rgba(200,60,60,1);
    letter-spacing: 0.11em;
}

/* TESTIMONIALS */
.no-js .owl-carousel, .owl-carousel.owl-loaded :hover {

}

.wpb_text_column .tss-wrapper .tss-carousel1 .item-content-wrapper .item-content {
	font-family: 'Raleway', sans-serif;
    font-weight: normal !important;
    text-transform: none;
	font-size:1,4em !important;
    letter-spacing: 0px;
    line-height: 1,8em;
	-ms-transform: rotate(0deg); /* IE 9 */
    -webkit-transform: rotate(0deg); /* Chrome, Safari, Opera */
    transform: rotate(0deg);
}

span.author-designation {
    font-weight: 700;
}
span.item-company {
	font-weight: 500;
}

.tss-wrapper .tss-carousel1 .item-content-wrapper .item-content :hover {
}

/* MENU CSS w PANELU PERSONALIZACJA MOTYWU! - nie wiem czemu */

.banerOur_testimonials {
	/* background-image: url("http://polskialarm.pl/wp-content/uploads/2017/09/temp_3_tlo-1.jpg"); */

}
#DZaip_chart02 {
	background-repeat: no-repeat;
}

/* F A Q */
p {
    /* font-family: 'EB Garamond', serif; */
    font-size: 1.3em;
    font-weight: 500;
    opacity: 0.9;
}


@import url('https://fonts.googleapis.com/css?family=Noto+Serif');
#FAQmodul h3 {
    font-size: 22px!important;
    color: rgba(60,65,70,1)!important;
    background-color: rgba(255,255,255,0)!important;
    padding: 10px;
    padding-left: 50px;
    margin: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    outline-style: none;
}
#FAQmodul h4 {
    font-family: 'Raleway', sans-serif;
    font-size: 20px!important;
    color: rgba(60,65,70,1)!important;
    background-color: rgba(255,255,255,0)!important;
    padding: 10px;
    padding-left: 30px;
    margin: 0;
    margin-bottom:30px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    outline-style: none;
}

#FAQmodul .hrf-content {
    font-family: 'Noto Serif', serif !important;
}

.tablepress-table-name {
    margin-left:3% !important;
    text-transform: none;
    font-family: 'Raleway', sans-serif;
    font-size: 24px!important;
    letter-spacing: -0.3px;
    font-weight:700;
    color: rgba(60,65,70,1)!important;
    margin:0;
    margin-top:40px;
    padding:0 0 10px 0;
}

.tablepress {
    font-family: 'Raleway', sans-serif;
    width: 90%;
   margin-left:5%;
   margin-bottom:40px;
}

.tablepress td, .tablepress th {
    text-transform: uppercase;
    font-weight:700;
}

#button_org {
	-webkit-filter: blur(0px); /* Safari 6.0 - 9.0 */
    filter:  blur(0px);
}


#button_org p  a  img {
	-webkit-filter: grayscale(100%) blur(0px) saturate(50%) brightness(1100%); /* Safari */
    filter: grayscale(100%) blur(0px) saturate(50%)  brightness(1100%);
	opacity:1;
}

#button_org p  a  img:hover {
	opacity:1;
	-webkit-filter: grayscale(0%) blur(0px) brightness(100%) contrast(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(0%) blur(0px) brightness(100%) contrast(100%);
}

/* FAQ POST */
.noRepeat {
	background-repeat: no-repeat;
}

h2.hrf-title {
	font-weight: 400;
    font-size: 22px;
    color: #444444;
    background-color: rgba(255,255,255,0)!important;
	text-transform: none;
    padding: 10px;
    padding-left: 10px;
    margin: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    outline-style: none;
}
.hrf-title.close-faq span {
    width: 80px!important;
    height: 80px!important;
    display: inline-block;
    position: relative;
    left: 0;
    top: 8px;
    margin-right: 12px;
    margin-left: -82px !important;
    background: rgba(255,255,255,0) !important;
	background: rgba(255,255,255,0) url(http://polskabezsmogu.pl/wp-content/uploads/2017/11/plus-i-minus.png) no-repeat center center !important;
    background-size: cover!important;
    background-position: 10px 10px !important;

}

.hrf-title.open-faq span {
    width: 80px!important;
    height: 80px!important;
    display: inline-block;
    position: relative;
    left: 0;
    top: 8px;
    margin-right: 12px;
    margin-left: -60px!important;
    background: rgba(255,255,255,0) url(http://polskabezsmogu.pl/wp-content/uploads/2017/11/plus-i-minus.png) no-repeat center center !important;
    background-size: cover!important;
    background-position: 10px -70px !important;
}
.hrf-content h4 {
	margin: 0px 0px 15px;
}
.hrf-content a {
	padding: 20px;
	font-size: 1.2em;
	font-weight: 700;
	padding-left: 10px;
	color: #c63d3d;
}
.hrf-content a:hover {
	font-size: 1.2em;
	font-weight: 800;
	padding-left: 20px;
	color: #8daa58;
}
.btn-button a {
	padding: 20px;
	font-weight: 700;
	padding-left: 20px;
	color: #c63d3d;
}
.btn-button a:hover {
	font-weight: 700;
	padding: 20px;
	padding-left: 0px;
	color: #444444;
}
#postContent h4 {
	background-color: rgba(120,120,190,1);
}
.ikona-realizacja {
	margin-bottom: 50px;
}
.ikona-realizacja h1 {
	margin-top: 45px;
	font-family: 'Raleway', sans-serif;
	font-weight: 800;
	font-size:1.8em;
	letter-spacing: 0.05em;
	line-height: 1em;
}
.ikona-realizacja h2 {
	font-family: 'Raleway', sans-serif;
	font-size:1.8em;
	letter-spacing: -0,2em;
	line-height: 1em;
}
h2.hrf-title.close-faq {
	font-weight: 500;
	font-size:1.8em;
	letter-spacing: -0.01em;
}
h2.hrf-title.open-faq {
	font-weight: 600;
	letter-spacing: 0em;
	font-size:1.6em;
	text-transform:uppercase;
	color: black;
}
.ikona-realizacja img {
	max-width:100px;
}
.tekstWejsciowy p {
	font-size: 1.5em;
	text-transform: none;
	font-weight: 500;
}
.pre {
	border: none !important;
}
span.arrow {
	color: #8daa58;
	font-size: 1.4em;
}
span.dots {
	letter-spacing: -0.05em;
	color: #8daa58;
}
span.sBold {
	font-weight: 800;
}
span.klasa-0 {
	color: #680203;
}
span.klasa-1 {
	color: #d71a21;
}
span.klasa-2 {
	color: #f58021;
}
span.klasa-3 {
	color: #bdb71b;
}
span.klasa-4 {
	color: #8fc641;
}

#realizacja0 div {
	margin: 0px !important;
}
#realizacja0 h2{
	/* color: #790102 !important; */
}
#realizacja1 h2{
	/* color: #790102 !important; */
}
#realizacja2 h2{
	/* color: #790102 !important; */
}
#realizacja3 h2{
	/* color: #790102 !important; */
}
#realizacja4 h2{
	/* color: #790102 !important; */
}
#ocenaRealizacji {
	font-size: 2.3em;
}
.vce-separator-with-title .vce-separator-with-title--title {
	font-size: 1.8em;
}
.vce-single-image-inner, .vce-single-image-wrapper {
    display: inline-block;
    vertical-align: top;
	margin: 0 auto;
}
.vce-single-image-inner, .vce-single-image-wrapper img {
	max-width:160px;
}

.buttonWiecej h5 {
	padding: 0px
	margin: 0px;
	line-high: 0em;
}

.menu-center {
    float: right;
    line-height: 1;
    visibility: hidden;
}