/*slider news*/
.b_img .bg {
	height:100%;
	display:block;
	line-height:0px;
	z-index: -1;
	position:relative;
}
.b_img .fg {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 0;
	height: 100%;
	width: auto;
}
.b_desc, .b_desc::before, .row, .list_blog, .gal-prev, .gal-next, .bg-trans, a.zajawka-list {
    -webkit-transition: background-color 0.3s, color 0.3s;
    -moz-transition: background-color 0.3s, color 0.3s;
    transition: background-color 0.3s, color 0.3s;
}
.b_desc {
    position:absolute;
    right:0px;
    top:0px;
    bottom:0px;
    width:33.3333%;
    background-color:#f35951;
    display: block;
    z-index: 1;
}
.b_desc::before {
    content: '';
    position: absolute;
    left: -15px;
    top: 0px;
    background-color: #f35951;
    height: 38px;
    width: 30px;
    display: block;
    transform: skewX(-30deg);
    -ms-transform: skewX(-30deg);
    -webkit-transform: skewX(-30deg);
}
.b_desc:hover {
    background-color: #da251c;
    cursor: pointer;
}
.b_desc:hover::before {
    background-color: #da251c;
}
.b_wrap {
    position:absolute;
    left:0; right:0;
    padding:0px 15% 0px 10%;
}
.b_desc a {
    font-family: 'Oswald';
    color:#fff;
}
.b_title {
    font-family: 'Oswald';
    font-size:150%;
    text-transform:uppercase;
    padding-bottom: 10px;
    text-align: center;
}
.b_cont {
    font-size:130%;
    text-align: center;
}
.b_desc img {
    width:20%;
    height:auto;
    margin:5px auto;
    display:block;
}
.prev, .next {
    position:absolute;
    z-index:99999;
    width:4%;
    cursor:pointer;
}
.prev {
    left:0px;
}
.next {
    right:0px;
}
/*linki do slajdow po prawej*/
.p_list {
	position:absolute;
	top:0px;
	bottom:25px;
	right:0px;
	z-index:997;
	border-bottom: none;
	border-left: 1px #fff solid;
}
.row5 { height: 20%; font-size: 1vw; }
.row4 { height: 25%; font-size: 1.1vw; }
.row3 { height: 33.333333%; font-size: 1.1vw; }
.row2 { height: 50%; font-size: 1.2vw; }
.row1 { height: 100%; font-size: 1.3vw; }
.row {
	background-color:#da251c;
	display:block;
	color:#fff;
}
.row p {
	text-transform:uppercase;
    position: relative;
	padding:0 20px;
}
.row:nth-child(+2n) {
	background-color: #e33a33;
}
.row:hover {
	background:#fff !important;
	color:#da251c !important;
	cursor: pointer;
}
.row.swiper-pagination-bullet-active, .row:nth-child(+2n).swiper-pagination-bullet-active {
	background-color: #fff;
    color: #da251c;
}
.row p, .b_wrap, .prev, .next {
    top: 50%;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.zajawka {
    min-height: 15vw;
}
.zajawka-list {
    width: 100%;
    height: 33.3333333333333%;
    display: block;
    position: relative;
}
.zajawka-list p {
    display: block;
    padding-left: 8px;
}
a.zajawka-comments {
    color: #f35951;
    background-color: #fff;
    border-bottom: 1px solid  #f35951;
}
a.zajawka-comments:last-child {
    border-bottom: none;
}
a.zajawka-comments:hover {
    color: #fff;
    background-color: #f35951;
}
@media all and (max-width:1024px) {
    .b_desc {
        width:50%;
    }
    .b_cont {
		font-size: 2vw;
	}
    .p_list {
        display: none;
    }
    .prev, .next {
        width:6%;
    }
    .zajawka {
        min-height: 35vw;
    }
}
@media all and (max-width:768px) {
    .b_img {
        padding-top: 100%;
    }
    .b_desc {
        width: 100%;
        top: 45%;
    }
    .prev, .next {
        width:10%;
        top: 49.5%;
    }
    .b_desc::before {
        display: none;
    }
    .b_img .fg {
        width: 125%;
        height: auto;
    }
    .b_title {
        font-size: 5.5vw;
    }
	.b_cont {
		font-size: 4.5vw;
	}
}

/*boxy artykuly*/
.artykuly .h60_cont {
	bottom:57%;
}
.artykuly .h40_cont {
	top:43%;
}
.author {
    font-size: 110%;
    margin-bottom: 0.7vw;
    text-transform: uppercase;
    line-height: normal;
}
.headline {
	margin-bottom:0.8vw;
	text-transform:uppercase;
    display: block;
}
.intro {
	text-align:left;
	font-family: 'Fira Sans', Arial;
}
.p_wrap {
	position:absolute;
	top: 50%;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	width:90%;
	margin:0px auto;
	left:0px;
	right:0px;
	font-family:'Oswald';
	line-height:normal;
}
.p_wrap img {
	border:none;
}

.arth img.pic {
  transform: scale(1.01) translate3d(0, 0, 0);
  width: 100%;
    -webkit-transition: all .2s;
     -moz-transition: all .2s;
       -o-transition: all .2s;
      -ms-transition: all .2s;
	transition: all .2s;
	backface-visibility: hidden;
}
.arth:hover img.pic {
	transform: scale(1.15);
    transform-origin: center center;
	backface-visibility: hidden;
}
.arth:hover .r .headline, .arth:hover .r .intro {
	color: rgba(255,255,255,0.7);
}
.arth:hover .w .headline, .arth:hover .w .intro, .arth:hover .navy {
	color: rgba(41,25,113,0.7);
}
.w .h40_cont {
	color:#281571;
}
.r .h40_cont {
	color:#ffffff;
}
.v .h40_cont {
	color:#ffffff;
}
.foot {
    width: 100%;
    padding: 8px 0 0 0;
    line-height: 20px;
    text-align: center;
	filter: alpha(opacity=50);
	opacity: 0.5;
}
.p25 img.type {
    position: absolute;
    top: 1vw;
    right: 1vw;
    width: 4vw;
    height: auto;
}
.p25 img.typ-1 {
    width: 3vw;
}
#zajawka-filmy img.type {
	top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
#zajawka-filmy .img:before, #zajawka-fotka .img:before {
    content: '';
    position: absolute;
    top:0;right:0;bottom:0;left:0;
}
/*#zajawka-filmy .z-1 .img:before, #zajawka-filmy .z-3 .img:before, #zajawka-fotka .z-1 .img:before, #zajawka-fotka .z-3 .img:before {
    background-image: url(../images/pattern.png);
}
#zajawka-filmy .z-2 .img:before, #zajawka-filmy .z-4 .img:before, #zajawka-fotka .z-2 .img:before, #zajawka-fotka .z-4 .img:before {
    background-image: url(../images/pattern.png);
}*/

.txt iframe {
  margin: 0 auto;
}
.txt ol, .txt ul {
    margin: 24px 0;
    padding: 0 0 0 24px;
}
.txt ol li {
    padding: 8px 0 8px 8px;
}
.txt ul li {
    padding: 8px 0 8px 8px;
}
.txt a {
	color: #9889dc;
	-webkit-transition: color .2s;
    -moz-transition: color .2s;
    -o-transition: color .2s;
    -ms-transition: color .2s;
	transition: color .2s;
}
.txt a:hover {
	color: #f35951;
}
/*old do eliminacji*/
.order {
    text-transform: uppercase;
    font-size: 210%;
    line-height: 210%;
    padding: 5px 0px;
    font-weight: 300;
}
.order a {
    padding-left: 12px;
    color:#fa5855;
}
.order a.inactive {
    /*color: #ccc;*/
    font-size: 70%;
}
.order a:hover {
    text-decoration: underline;
}

/*coolmenu*/
.order-select {
    padding: 5px 0 5px 27px;
    text-transform: uppercase;
}
.coolMenu-header {
	display: none;
}
.coolMenu-items {
	padding: 0;
	margin: 0;
}
.coolMenu-items li {
	list-style-type: none;
	display: inline-block;
	font-size: 1.1vw;
	text-transform: uppercase;
	padding-right: 10px;
}
.coolMenu-items li.active {
	font-size: 1.7vw;
}
.coolMenu-items a:link, .coolMenu-items a:visited {
	color: #fa5855;
}
.coolMenu-items a:hover {
    text-decoration: underline;
}
@media all and (max-width:1024px) {
    .coolMenu-items li {
        font-size: 2vw;
    }
    .coolMenu-items li.active {
        font-size: 3.3vw;
    }
}
@media all and (max-width:768px) {
    .order-select {
        padding: 0 0 32px 0;
        text-transform: uppercase;
    }
    .coolMenu.not-selected .coolMenu-current {
        color: #a4a4a4
    }
    .coolMenu {
        position: relative;
        width: 100%
    }
    .coolMenu-header {
        display: block;
        position: relative;
        background-color: #fff;
        color: #f35951;
        border-bottom: 6px solid #f35951;
        border-top: 6px solid transparent;
        /*font-size: 6vw;*/
        line-height: 52px;
        font-weight: 300;
        padding: 0 30px 0 20px;
        cursor: pointer;
        margin: 0 6px;
        z-index: 2;
        outline: 0;
        background-image: url(../images/ico_open.svg);
        background-position: 95% 60%;
        background-repeat: no-repeat;
        background-size: 18px 18px;
    }
    .coolMenu-header::before {
        content: '';
        display: block;
        position: absolute;
        bottom: -6px;
        left: -6px;
        width: 6px;
        height: 26px;
        background-color: #f35951
    }
    .coolMenu-header::after {
        content: '';
        display: block;
        position: absolute;
        bottom: -6px;
        right: -6px;
        width: 6px;
        height: 26px;
        background-color: #f35951
    }
    .coolMenu-header .icon {
        width: 14px;
        height: 14px;
        position: absolute;
        bottom: 18px;
        right: 15px
    }
    .coolMenu-items {
        position: absolute;
        top: 100%;
        right: 0;
        margin: 0;
        background-color: #fff;
        color: #fff;
        border: 6px solid #f35951;
        padding: 0;
        display: block;
        visibility: hidden;
        width: 100%;
        opacity: 0;
        z-index: 0;
        margin-top: -6px;
        transition: all .25s;
        box-sizing: border-box;
    }
    .coolMenu-items li {
        display: block;
        list-style-type: none;
        color: #f35951;
        font-size: 5.5vw;
        line-height: 52px;
        padding: 0 20px;
        cursor: pointer;
        border-top: 1px solid #f35951;
        font-weight: 300
    }
    .coolMenu-items li.active {
        font-size: 5.5vw;
    }
    .coolMenu-items li:first-child {
        border-top: none
    }
    .coolMenu-items li.not-selected {
        color: #a4a4a4
    }
    .coolMenu-items li:hover {
        background-color: #f35951;
        color: #fff;
        border-color: #f35951
    }
    .coolMenu-items li:hover+li {
        border-color: #f35951
    }
    .coolMenu-items li.is-active {
        color: #f35951
    }
    .coolMenu.is-expanded .coolMenu-header {
        border: 6px solid #f35951;
        margin: 0;
        background-image: url(../images/ico_close.svg);
        background-position: 95% 55%;
        background-size: 17px 17px;
    }
    .coolMenu.is-expanded .coolMenu-items {
        opacity: 1;
        visibility: visible;
        z-index: 10
    }
    .coolMenu-items a:link, .coolMenu-items a:visited {
        display: block;
        color: inherit;
    }
    .coolMenu-items a:hover {
        text-decoration: none;
    }
}

/*coolselect*/
.coolSelect.not-selected .coolSelect-current {
    color: #a4a4a4
}
.coolSelect {
    position: relative;
    width: 100%
}
.coolSelect-header {
    position: relative;
    background-color: #fff;
    color: #f35951;
    border-bottom: 6px solid #f35951;
    border-top: 6px solid transparent;
    font-size: 18px;
    line-height: 52px;
    font-weight: 300;
    padding: 0 30px 0 20px;
    cursor: pointer;
    margin: 0 6px;
    z-index: 2;
    outline: 0;
    background-image: url(../images/ico_open.svg);
    background-position: 95% 60%;
    background-repeat: no-repeat;
    background-size: 18px 18px;
}
.coolSelect-header::before {
    content: '';
    display: block;
    position: absolute;
    bottom: -6px;
    left: -6px;
    width: 6px;
    height: 26px;
    background-color: #f35951
}
.coolSelect-header::after {
    content: '';
    display: block;
    position: absolute;
    bottom: -6px;
    right: -6px;
    width: 6px;
    height: 26px;
    background-color: #f35951
}
.coolSelect-header .icon {
    width: 14px;
    height: 14px;
    position: absolute;
    bottom: 18px;
    right: 15px
}
.coolSelect-items {
    position: absolute;
    top: 100%;
    right: 0;
    margin: 0;
    background-color: #fff;
    color: #fff;
    border: 6px solid #f35951;
    padding: 0;
    display: block;
    visibility: hidden;
    width: 100%;
    opacity: 0;
    z-index: 0;
    margin-top: -6px;
    transition: all .25s;
    box-sizing: border-box;
}
.coolSelect-items li {
    display: block;
    list-style-type: none;
    color: #f35951;
    font-size: 18px;
    line-height: 52px;
    padding: 0 20px;
    cursor: pointer;
    border-top: 1px solid #f35951;
    font-weight: 300
}
.coolSelect-items li:first-child {
    border-top: none
}
.coolSelect-items li.not-selected {
    color: #a4a4a4
}
.coolSelect-items li:hover {
    background-color: #f35951;
    color: #fff;
    border-color: #f35951
}
.coolSelect-items li:hover+li {
    border-color: #f35951
}
.coolSelect-items li.is-active {
    color: #f35951
}
.coolSelect.is-expanded .coolSelect-header {
    border: 6px solid #f35951;
    margin: 0;
    background-image: url(../images/ico_close.svg);
	background-position: 95% 55%;
	background-size: 17px 17px;
}
.coolSelect.is-expanded .coolSelect-items {
    opacity: 1;
    visibility: visible;
    z-index: 10
}

/*listy zajawki*/
.

/*box lista blogow*/
.blogs {
	color:#9889dc;
}
.list_blog {
	height: 33.3%; /*33.3333333333333%;*/
	display: block;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	font-weight:300;
}
.b2 {
	background: #9f8bec;
}
.b3 {
	background: #a892f7;
}
.list_blog:hover {
	background:#fff;
	color:#9889dc;
}


@media all and (max-width:1024px) {
	.b_title {
		font-size: 2.6vw;
		line-height: normal;
	}
    .headline {
        margin-bottom:10px;
    }
	.intro {
		font-size: 2vw;
		line-height: normal;
	}
}
@media all and (max-width:768px) {

	.intro {
		font-size:4.5vw;
		line-height: normal;
	}
	.foot {
		padding: 10px 0 0 0;
	}
    /*boxy prawa kontekst*/
	.title-aside {
		padding-top: 25px;
	}
}

/*ico video*/
.type2:after {
	content: url(../images/play_ico.svg);
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 999;
}
/*galeria*/
.type1:after {
	content: url(../images/gallery_ico.svg);
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 999;
}
/*.video:hover:after {
	content: url(../images/play_ico_red.svg);
}*/





/*video*/
/*.article video {
  width: 100%    !important;
  height: auto   !important;
}*/
.video-js .vjs-big-play-button {
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
    height: 64px;
    width: 64px;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    /*background-color: rgba(218, 37, 28, 0.1);*/
	background-color: rgba(250, 88, 85, 0.1);
    border: 2px solid #fff;
}
.video-js:hover .vjs-big-play-button,
.video-js .vjs-big-play-button:focus {
	background-color: #fa5855;
	background-color: rgba(250, 88, 85, 0.8);
}
.video-js .vjs-big-play-button:before {
    content: url(../images/play.svg);
}

/*artykul*/
.article {
    margin-top: 10px;
}
.article table {
	border: 1px solid #281571;
}
.article table td {
	padding: 10px;
}

.video-container {
	width: 100%;
	margin-bottom: 16px;
}

/*artykul-galeria*/
.gal-image {
	margin-bottom: 30px;
	position: relative;
	width: 100%;
	text-align: center;
}
.image-wrapper-100 {
	display: inline-block;
	width: 100%;
	position: relative;
}
.image-wrapper-60 {
	display: inline-block;
	width: 60%;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
.image-wrapper-100 img, .image-wrapper-60 img {
	width: 100%;
	height: auto;
}

.image-100 {
	width: 100%;
	height: auto;
}
.image-80 {
	width: 80%;
	height: auto;
	margin-right: auto;
	margin-left: auto;
}
.image-60 {
	width: 60%;
	height: auto;
	margin-right: auto;
	margin-left: auto;
}
.gal-start {
	position: absolute;
	top:0; right:0;
	cursor: pointer;
	padding: 10px;
	text-align: center;
    background-color: rgba(243,89,81,0.6);
}
.gal-next, .gal-prev {
	width: 40px;
    height: 40px;
    text-align: center;
    background-color: rgba(243,89,81,0.6);
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    cursor: pointer;
	padding: 10px;
}
.gal-prev {
	left: 0;
}
.gal-next {
	right: 0;
}
.gal-next img, .gal-prev img {
	width: 100%;
	height: auto;
	display: block;
}
.gal-next:hover, .gal-prev:hover, .gal-start:hover, .dalej span:hover {
	background-color: #da251c;
}
.counter {
	background-color: #3b2d7a; /*#f35951;*/
	color: #fff;
	display: inline-block;
	padding: 0 10px;
	text-transform: none;
	margin-right: 10px;
}
.dalej {
	position: relative;
	width: 100%;
	text-align: center;
	padding: 12px 0;
}
.dalej span {
	display: inline-block;
	padding: 5px 10px 5px 10px;
	background-color: #f35951;
	margin: 0 auto;
}
.dalej a:link, .dalej a:visited, .gal-start a {
	color: #fff;
	font-size: 24px;
	text-transform: uppercase;
	font-family: 'Oswald';
}
.dalej img {
	width: 26px;
	height: 26px;
	margin-bottom: -2px;
}

@media all and (max-width:768px) {
	.image-wrapper-60 {
		width: 100%;
	}
	.gal-next, .gal-prev {
		width: 30px;
		height: 30px;
	}
	.dalej a:link, .dalej a:visited, .gal-start a {
		font-size: 18px;
	}
	.gal-start {
		padding: 6px;
	}
}

/*wizytowki*/
/*box*/
.slider-wizytowki strong {
    display: block;
}
.slider-wizytowki {
    z-index: 1000;
}

/* flip */
.flip-container {
    -webkit-perspective: 1000;
    -moz-perspective: 1000;
    -ms-perspective: 1000;
    perspective: 1000;
    -ms-transform: perspective(1000px);
    -moz-transform: perspective(1000px);
    -moz-transform-style: preserve-3d; 
    -ms-transform-style: preserve-3d; 
}
/* IE */
.flip-container:hover .back, .flip-container.hover .back {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
}
.flip-container:hover .front, .flip-container.hover .front {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
/* END: Accommodating for IE */

/*.flip-container, .front, .back {*/
.flip-container {
    /*width: 320px;
    height: 427px;*/
}
.front, .back {
	width: 100%;
}
.flipper {
    -webkit-transition: 0.6s ease;
    -webkit-transform-style: preserve-3d;
    -ms-transition: 0.6s ease;
    -moz-transition: 0.6s ease;
    -moz-transform: perspective(1000px);
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transition: 0.6s ease;
    transform-style: preserve-3d;
    position: relative;
}
.front, .back {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: 0.6s ease;
    -webkit-transform-style: preserve-3d;
    -webkit-transform: rotateY(0deg);
    -moz-transition: 0.6s ease;
    -moz-transform-style: preserve-3d;
    -moz-transform: rotateY(0deg);
    -o-transition: 0.6s ease;
    -o-transform-style: preserve-3d;
    -o-transform: rotateY(0deg);
    -ms-transition: 0.6s ease;
    -ms-transform-style: preserve-3d;
    -ms-transform: rotateY(0deg);
    transition: 0.6s ease;
    transform-style: preserve-3d;
    transform: rotateY(0deg);
    position: absolute;
    top: 0;
    left: 0;
}
.front {
    -webkit-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    z-index: 2;
}
.back {
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
}
.wizytowka-zajawka .back, .wizytowka-zajawka .front {
    background-color: #68589f;
}
.wizytowka-zajawka .back a:link, .wizytowka-zajawka .back a:visited {
	color: #fff;
}
.wizytowka-zajawka .back .f-box-title {
	text-align: center;
}
.wizytowka-zajawka .opis {
	padding: 1.2vw 1vw;
	text-align: left;
	font-family: 'Fira Sans', Arial;
}
.flip-container button {
	border: 1px solid #fff;
    background-color: transparent;
    color: #fff;
	padding: 5px 15px;
	font-family: 'Oswald';
	text-transform: uppercase;
	cursor: pointer;
}
.flip-container button:hover {
	background-color: #fff;
	color: #68589f;
}
/*kolory*/
.blue, .blue a:link, .blue a:visited {
    color: #a892f7;
}
.red, .red a:link, .red a:visited {
    color: #f35951;
}
.navy, .navy a:link, .navy a:visited {
    color: #2e3191;
}

/*format*/
.box-section {
    text-transform: uppercase;
    text-align: center;
}
@media all and (max-width:1024px) {
    .box-section {
        
    }
}
@media all and (max-width:768px) {
    .box-section {
        text-align: left;
        padding: 0 0 25px 27px;
    }
    .pt-25-sm {
        padding-top: 25px;
    }
    .center-sm {
        text-align: center;
    }
}

/*typografia*/
.oswald {
    font-family: 'Oswald' !important;
}
.fira {
    font-family: 'Fira Sans';
}
.up {
    text-transform: uppercase;
}
.db {
    display: block;
}
.rel {
    position: relative;
}
.f-box-title {
    font-size: 1.2vw;
    line-height: 1.15;
}
.f-title-big {
    font-size: 1.5vw;
    line-height: 1.25;
}
.f-box-lead {
    font-size:1vw;
    line-height: 1.15;
}
.promoted .f-box-lead {
    line-height: normal;
}
.f-box-section {
    font-size: 1.7vw;
}
.f-medium {
    font-size: 1.1vw;
}
.f-small {
    font-size: 0.9vw;
}
.f-xsmall {
    font-size: 0.7vw;
}
.pb-32 {
    padding-bottom: 32px;
}
.pb-16 {
    padding-bottom: 16px;
}
.pb-8 {
    padding-bottom: 8px;
}
.pt-32 {
    padding-top: 32px;
}
.pt-16 {
    padding-top: 16px;
}

.ac {
	position: absolute;
	top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.vc {
	position: absolute;
	top: 50%;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.pointer {
    cursor: pointer;
}
.disabled {
	color: #bbb;
}
.w-100 { width: 100%; }
.w-80 { width: 80%; }
.w-50 { width: 50%; }
.frejm { display: block; }
.fl-left { float: left; }
.oh { overflow: hidden; }
.abs { position: absolute; }
.fill { top: 0; right: 0; bottom: 0; left: 0; }
.promoted .p25 .fill img {
    height: 100%;
    width: auto;
    -ms-transform: translateX(-20%);
	-webkit-transform: translateX(-20%);
	-moz-transform: translateX(-20%);
	-o-transform: translateX(-20%);
	transform: translateX(-20%);
}
.promoted .p50 .fill img {
    height: 100%;
    width: auto;
}
.promoted .w::before {
    content: '';
    position: absolute;
    right: -15px;
    top: 0px;
    background-color: #f8f8f8;
    height: 38px;
    width: 30px;
    display: block;
    transform: skewX(30deg);
    -ms-transform: skewX(30deg);
    -webkit-transform: skewX(30deg);
    z-index: 2;
}
.promoted .p25, .kal .w, .promoted-one {
	background-color: #f8f8f8;
}


@media all and (max-width:1024px) {
	.f-box-title {
		font-size: 2.4vw;
		line-height: normal;
	}
    .f-title-big {
        font-size: 3vw;
        line-height: normal;
    }
	.f-box-lead {
		font-size:1.8vw;
		line-height: normal;
	}
    .f-box-section {
        font-size:3.3vw;
    }
    .f-medium {
        font-size: 2vw;
    }
    .f-small {
        font-size: 1.6vw;
    }
    .f-xsmall {
        font-size: 1.2vw;
    }
    .pt-16-md {
        padding-top: 16px;
    }
}
@media all and (max-width:768px) {
    .f-box-title {
		font-size: 5.6vw;
		line-height: normal;
	}
    .f-title-big {
        font-size: 6vw;
        line-height: normal;
    }
	.f-box-lead {
		font-size:4.5vw;
		line-height: normal;
	}
    .f-box-section {
        font-size:6vw;
    }
    .f-medium {
        font-size: 4.5vw;
    }
    .f-small {
        font-size: 4.25vw;
    }
    .f-xsmall {
        font-size: 3.5vw;
    }
    .w-100-sm {
        width: 100%;
    }
    .promoted .w::before {
        content: '';
        background-color: #fff;
        position: absolute;
        bottom: -4vw;
        top: auto;
        right: 0px;
        height: 8vw;
        width: 12vw;
        display: block;
        transform: skewY(-30deg);
        -ms-transform: skewY(-30deg);
        -webkit-transform: skewY(-30deg);
        z-index: 2;
    }
}
@media all and (min-width:769px) {
    .w-50-ns {
        width: 50%;
    }
    .pt-16-ns {
        padding-top: 16px;
    }
}
@media all and (min-width:1025px) { 
    .w-90-lg { width: 90% !important; }
    .f-box-lead-lg {
        font-size:1.2vw;
        line-height: normal;
    }
    .f-title-big-lg {
        font-size: 1.7vw;
    }
	/*.promoted .w.promoted-one::before {
		right: -15px;
		height: 48px;
		width: 40px;
	}*/
}
@media all and (min-width:769px) and (max-width:1024px)  {
    .promoted a:nth-child(2) .p25:nth-child(1) {
        margin-left: 50%;
    }
    .promoted a:nth-child(2) .p25:nth-child(2) {
        margin-left: -100%;
    }
    .promoted a:nth-child(2) .w:before {
        left: -15px;
        right: auto;
        transform: skewX(-30deg);
        -ms-transform: skewX(-30deg);
        -webkit-transform: skewX(-30deg);
    }
    .promoted a:nth-child(1) .p25 {
        margin-bottom: 32px;
    }
}

/*desktop header*/
#dtop-header {
	position: relative;
    width: 100%;
    z-index: 999;
}
#dtop-header .wrapper {
	margin: 0px auto;
	padding-top: 10px;
	padding-bottom: 10px;
	overflow:hidden;
	background:#ffffff;
	position:relative;
	z-index:1;
	box-sizing: border-box;
}

.logo {
	height: 90px;
	width: auto;
}
.beta {
	color: #da251c;
	font-size: 1.6vw;
	position: absolute;
	bottom: 45%;
	left: -3.5vw;
	font-weight: 300;
	display: none;
}
.logo-wrap {
	overflow: hidden;
	position: relative;
}
.home {
  display: inline-block;
  position: relative;  
}
.home:before,
.home:after {
  content: "";
  position: absolute;
  height: 1px;
  border-bottom: 1px solid #2e3191;
  top: 55%;
  width: 800px;
}
.home:before {
  right: 100%;
  margin-right: 15px;
}
.home:after {
  left: 100%;
  margin-left: 15px;
}
.find {
	display: inline-block;
	position: absolute;
	bottom: 52%;
	right: 0;
}

.find-wrap {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
    text-align: right;
    padding-right: 38px;
    width: 190px;
}
.find-wrap img {
    height: 32px;
    width: auto;
    display: block;
    margin-top: 2px;
}
.find-wrap button {
    cursor: pointer;
    float: right;
    margin-right: -38px;
    width: 34px;
    height: 34px;
    padding: 0;
    border: none;
    border: 0;
    display: block;
    background: 0 0;
    outline: 0;
}
.find-wrap.unfolded form {
    visibility: visible;
    opacity: 1;
    width: 100%;
}
.find-wrap form {
    float: right;
    width: 0;
    opacity: 0;
    visibility: hidden;
    transition: all .2s;
}
.find-wrap input {
    height: 34px;
    border: none;
    border-left: 3px solid #fa5855;
    font-size: 16px;
    line-height: 16px;
    width: 100%;
    padding: 0 0px 0 20px;
    font-weight: 300;
    outline: 0;
    box-sizing: border-box;
}


.prof-wrap {
	display: inline-block;
	position: absolute;
	bottom: 52%;
	left: 0;
}
.prof-wrap img {
	display: block;
    width: 32px;
    height: auto;
}


/*menu boczne*/
/*html, body {
  -webkit-tap-highlight-color: transparent;
}*/


/*nawigacja*/
/*body.nav-site-open, body.nav-profile-open, body.nav-find-open {
    overflow: hidden;
}*/
#wrapper {
    transition: transform .5s;
    box-sizing: border-box;
}
#wrapper::before {
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, .6);
    content: '';
    opacity: 0;
    transition: opacity .5s, width .1s .5s, height .1s .5s;
    z-index: 9998
}
body.nav-site-open #wrapper::before, body.nav-profile-open #wrapper::before, body.nav-find-open #wrapper::before {
    width: 100%;
    height: 100%;
    opacity: 1;
    transition: opacity .5s
}

/*nav desktop*/
@media screen and (min-width:769px) { 
    #nav-find, #nav-profile {
        visibility: hidden;
        position: absolute;
    }
    body.nav-profile-open #nav-profile {
        visibility: visible;
        opacity: 1;
        z-index: 9999;
        transform: translate3d(0,0,0);
        transition: all .25s;
    }
    /*profile*/
    #nav-profile {
        position: absolute;
        top: 115px;
        left: 0;
        width: 100%;
        z-index: 9999;
        opacity: 0;
        transform: translate3d(0,-20px,0);
        transition: all .25s;
    }
    .profile-wrap {
        padding-top: 16px;
        overflow: hidden;
        background: #ffffff;
        position: relative;
        box-sizing: border-box;
        
    }
	.profile-wrap .holder {
		width: 100%;
		border-bottom: 10px solid #f35951;
	}
    .profile-wrap .p25 {
        border-bottom: none;
    }
    .profile-wrap .w25_cont {
        border-left: 1px solid #fff;
        border-right: none;
    }
    /*.profile-wrap .p25:nth-child(3) .r .h40_cont, .profile-wrap .p25:nth-child(3) .r .wys {
        background-color: #fff;
    }
    .profile-wrap .p25:nth-child(3) .h40_cont p {
        color: #291971;
    }*/
    .profile-opts {
        float: left;
        width: 25%;
        position: relative;
        text-align: center;
    }
    .pro-avatar {
        width: 12vw;
        height: auto;
        border-radius: 6vw;
    }
    .pro-name, .pro-logout {
        color: #26166f;
    }
    .pro-name {
        padding-top: 24px;
    }
	.blog-admin, .wizytowka-admin, .fitfotka-admin {
		min-height: 19vw;
	}
    
    /*nav site*/
    #nav-site {
        width: 100%;
    }
    #nav-site .nav-site-wrapper {
		padding-top: 16px;
		padding-bottom: 25px;
        text-align: center;
        box-sizing: border-box;
    }
	#nav-site.navi-sub .nav-site-wrapper {
		padding-bottom: 0;
	}
    #nav-site ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
        text-transform: uppercase;
    }
    #nav-site li, .pro-menu li {
        font-size: 1.25vw; /*17px;*/
        display: inline-block;
        padding: 0 1vw;
    }
    #nav-site li.selected a, .pro-menu li.selected a {
        font-weight: 300;
        color: #fa5855;
        border-bottom: 1px solid #fa5855;
        
    }
    #nav-site a {
        
    }
    #nav-site a:link, #nav-site a:visited, .pro-menu a:link, .pro-menu a:visited {
        color: #26166f;
        outline: 0;
    }
    #nav-site a:hover {
        border-bottom: 1px solid #fa5855;
    }
    .toggle-nav-profile, .btn-logged-out {
        width: 32px;
        height: 32px;
        background-size: auto 32px;
        background-position: center;
        background-repeat: no-repeat;
        cursor: pointer;
        position: relative;
    }
	.toggle-nav-profile {
		background-image: url(../images/ico_zal.svg);
	}
	.btn-logged-out {
		background-image: url(../images/ico_profile.svg);
	}
    body.nav-profile-open .toggle-nav-profile {
        background-image: url(../images/ico_close3.svg);
    }
    .login-console {
        display: block;
        width: 100%;
        height: 100%;
    }
    
}
@media all and (min-width:1025px) {
    .pro-avatar {
        width: 8vw;
        height: auto;
        border-radius: 4vw;
    }
}
@media all and (max-width:1024px) {
    .profile-opts {
        width: 50%;
    }
}

/*nav mobile*/
@media screen and (max-width:768px) { 
    body.nav-site-open, body.nav-profile-open, body.nav-find-open {
        overflow: hidden;
    }
    /*mobile header*/
    #mobile-header {
        position: relative;
        padding-bottom: 16px;
    }
    .logo-sm {
        text-align: center;
    }
    .logo-sm img {
        width: 50%;
		max-width: 160px;
        height: auto;
    }
    
    .toggle-nav-site, .toggle-nav-profile, .toggle-nav-find {
        width: 40px;
        height: 40px;
        background-size: auto 32px;
        background-position: center;
        background-repeat: no-repeat;
        cursor: pointer;
        position: relative;
    }
    .toggle-nav-find {
        background-image: url(../images/ico_zoom3.svg);
        position: absolute;
        top: 0;
        right: 0;
        z-index: 1;
    }
    .toggle-nav-site {
        background-image: url(../images/ico_menu.svg);
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
    }
    .toggle-nav-profile {
        background-image: url(../images/ico_profile.svg);
        position: absolute;
        top: 40px;
        left: 0;
        z-index: 1;
    }
    
    body.nav-find-open .toggle-nav-find, body.nav-site-open .toggle-nav-site, body.nav-profile-open .toggle-nav-profile {
        background-image: url(../images/ico_close3.svg);
        z-index: 9999;
    }
    
    
    body.nav-site-open #wrapper {
        height: 100%;
        transform: translate3d(220px,0,0);
    }
    body.nav-profile-open #wrapper {
        transform: translate3d(220px,0,0);
    }
    body.nav-find-open #wrapper {
        transform: translate3d(0,120px,0);
    }
    
    /*find*/
    body.nav-find-open #nav-find {
        visibility: visible;
        transition: transform .5s;
        transform: translate3d(0,0,0);
    }
    #nav-find {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 120px;
        box-sizing: border-box;
        visibility: hidden;
        transition: all .5s;
        transform: translate3d(0,0,0);
    }
    .wrap-find {
        padding: 16px 32px;
    }
    .subm-btn {
        cursor: pointer;
    }
    /*site, profile*/
    body.nav-site-open #nav-site, body.nav-profile-open #nav-profile {
        visibility: visible;
        transition: transform .5s;
        transform: translate3d(0,0,0);
    }
    #nav-site, #nav-profile {
        position: fixed;
        top: 0;
        left: 0;
        width: 220px;
        height: 100%;
        overflow-y: auto;
        background-color: #da251c;
        box-sizing: border-box;
        visibility: hidden;
        transition: all .5s;
        transform: translate3d(0,0,0); /*translate3d(-50%,0,0);*/
    }
    #nav-site ul, .pro-menu ul {
        list-style-type: none;
        margin: 0;
        margin-top: 32px;
        padding: 0;
        text-transform: uppercase;
    }
    #nav-site li, .pro-menu li {
        padding: 8px 12px;
        font-size: 18px;
        font-weight: 300;
        border-bottom: 1px solid #de3b33;
    }
    #nav-site li:last-child, .pro-menu li:last-child  {
        border-bottom: none;
    }
    #nav-site li.selected, .pro-menu li.selected {
        font-weight: 400;
    }
    #nav-site a:link, #nav-site a:visited, .pro-menu a:link, .pro-menu a:visited {
        color: #fff;
        display: block;
        outline: 0;
    }
    
    /*profile*/
    .profile-wrap {
        padding-top: 32px;
        text-align: center;
    }
    .profile-opts {
        width: 100%;
    }
    #nav-profile {
        color: #fff;
    }
    .pro-avatar {
        width: 120px;
        height: auto;
        border-radius: 60px;
    }
    .pro-menu {
        text-align: left;
    }
    
    a:link.white, a:visited.white {
        color: rgba(255,255,255,1);
    }
    a.white:hover {
        color: rgba(255,255,255,0.7);
    }
}

/*nform --------------------------*/
.nform {
	
}
/*input*/
.nform-text, .nform input[type=text], .nform input[type=password] {
    border: none;
    border-bottom: 6px solid #f35951;
    border-top: 6px solid transparent;
    border-left: 6px solid #f35951;
    border-right: 6px solid #f35951;
    display: block;
    background: 0 0;
    border-radius: 0;
	font-family: 'Fira Sans';
    font-size: 18px;
    color: #f35951;
    line-height: 24px;
    height: 64px;
    padding: 0 45px 0 20px;
    font-weight: 300;
    width: 100%;
    margin: 0;
    position: relative;
    z-index: 1;
    outline: 0!important;
    box-sizing: border-box;
}
.wrap-input {
    position: relative;
    display: block;
    box-sizing: border-box;
}
.wrap-input:before, .wrap-input:after {
    content: '';
    display: block;
    width: 8px;
    height: 37px;
    position: absolute;
    top: 0;
    background-color: #fff;
    z-index: 2;
}
.wrap-input:before {
    left: -1px;
}
.wrap-input:after {
    right: -1px;
}
.ico-find {
    position: absolute;
    right: 18px;
    top: 16px;
	z-index: 2;
}
.ico-find img {
    width: 26px;
    height: auto;
}
.invisible {
	visibility: hidden;
}


/*button*/
.nform-button {
    display: inline-block;
    border: 3px solid #f35951;
    text-transform: uppercase;
    font-family: 'Oswald', Arial, 'Helvetica Neue', Helvetica, sans-serif;
	font-size: 15px;
    line-height: 32px;
	font-weight: 300;
    white-space: nowrap;
    color: #fff;
    background-color: #f35951;
    padding: 0 15px;
    cursor: pointer;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    -ms-transition: all .2s;
	transition: all .2s;
}
a:hover .nform-button,
.nform-button:focus,
.nform-button:hover {
    background-color: #fff;
    color: #f35951;
    text-decoration: none;
    outline: 0;
}
.nform-button[disabled] {
    background-color: #ccc;
}
.nform-button-light, .txt a.nform-button-light {
    background-color: transparent;
    color: #f35951;
}
a:hover .nform-button-light,
.nform-button-light:hover {
    background-color: #f35951;
    color: #fff;
	text-decoration: none;
}
.facebook-button {
	background-color: #3b5998;
	border-color: #3b5998;
}
.facebook-button:hover {
	color: #3b5998;
}
.nform label, .nform-label {
	display: block;
	font-size: 16px;
    color: #f89b97;
    padding: 16px 25px 0 25px;
    font-weight: 300;
    width: 100%;
    margin: 0;
    position: relative;
    z-index: 1;
    box-sizing: border-box;
	text-align: left;
	margin-bottom: -10px; 
}


/*negatyw theme*/
.negative {
    background-color: #da251c;
    color: #fff;
}
.negative .nform-text {
    border-bottom-color: #fff;
    border-left-color: #fff;
    border-right-color: #fff;
    color: #fff;
}
.negative .wrap-input:before, .negative .wrap-input:after {
    background-color: #da251c;
}
.negative .nform-text::-webkit-input-placeholder { color: #e97c77; }
.negative .nform-text:-moz-placeholder { color: #e97c77; }
.negative .nform-text::-moz-placeholder { color: #e97c77; }
.negative .nform-text:-ms-input-placeholder { color: #e97c77; }

.negative .nform-button, .r .nform-button {
	border-color: #fff;
    background-color: transparent;
    color: #fff;
}
@media screen and (min-width:769px) {
    .nform-button {
        font-size: 18px;
        line-height: 36px;
        letter-spacing: 1px;
        padding: 0 20px
    }
}
@media screen and (max-width:768px) {
    .nform-button-negative {
        border-color: #fff;
        background-color: transparent;
        color: #fff;
    }
}

/*-------koniec nform-----------------*/

/*modal*/
.modal-wrapper {
	max-width: 400px;
}
.dialog-logo img {
	width: 60%;
	max-width: 260px;
	height: auto;
}
.dialog-logo img.logo-dzial {
	width: 90%;
}
.form-row {
	margin: 12px 0;
}
.btn-close-modal {
	position: absolute;
	right: -5vw;
	top: -3vw;
	cursor: pointer;
}
.btn-close-modal img {
	width: 42px;
	height: auto;
}
#login_komunikat {
    font-size: 18px;
	font-weight: 700;
    color: #2a1869;
    margin: 10px 0 6px 0;
    text-align: center;
}

.blink-me {
  animation: blinker 1s linear infinite;
}
@keyframes blinker {  
  50% { opacity: 0; }
}

@media screen and (max-width:768px) {
	.modal-wrapper {
		width: 70%;
	}
	.btn-close-modal {
		top: -30px;
		right: -10vw;
	}
	.btn-close-modal img {
		width: 36px;
	}
}


/*modal logowanie*/
#form-wrap {
	
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
form.logowanie-modal li {
	list-style: none;
	padding: 8px;
}
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px transparet inset;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 0s;
}

.login-links {
	font-size: 1.4vw;
}
.login-links .active {
	font-size: 2.6vw;
	font-weight: 400;
}


/*blur do logowania*/
#login-modal-bg {
	-webkit-filter: blur(10px);
	filter: url('/media/blur.svg#blur');
	filter: blur(10px);
}
#login-modal {
	background: rgb(34,34,34); /* for IE */
	background: rgba(34,34,34,0.75);
}


/*wizytowka*/
.wizytowka-head {
    display: table;
    position: relative;
    width: 100%;
    margin-bottom: 24px;
}
.wizytowka-head h1 {
    font-weight: 700;
}
.wizytowka-left, .wizytowka-right {
    display: table-cell;
    width: 50%;
}
.wizytowka-left .pic {
    width: 100%;
    height: auto;
    display: block;
}
.wizytowka-right {
    vertical-align: middle;
    position: relative;
}
.wizytowka-right::before {
    content: '';
    position: absolute;
    left: -2.6vw;
    top: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4vw 2.66vw 0 0;
    border-color: transparent #ffffff transparent transparent;
}

@media screen and (max-width:1024px) {
    .wizytowka-right::before {
        left: -3.9vw;
        border-width: 6vw 4vw 0 0;
    }
}
@media screen and (max-width:768px) {
    .wizytowka-head {
        display: block;
    }
    .wizytowka-left, .wizytowka-right {
        display: block;
        width: 100%;
    }
    .wiz-wrap {
        padding: 24px 0;
    }
    .wizytowka-right::before {
        left: auto;
        right: 0;
        top: -10vw;
        border-width: 0 14vw 9.33vw 0px;
        border-color: transparent transparent #ffffff transparent;
    }
    
}

/*banery*/
.baner-right-big {
    float: left;
    padding-top: 16px;
    width: 100%;
	text-align: center;
}
.baner-right-big ins, .baner-right-big a {
    width: 100%;
    position: relative;
    display: block;
}
.baner-top {
	text-align: center;
}
.baner-top img, .baner-right-big img {
    /*width: 100%;
    height: auto;*/
    display: inline-block;
}
.ban25-wrap {
    width: 300px;
    margin: 0 auto;
}
.service-sky-left, .service-sky-right {
	position: fixed;
	z-index: 10003;
}
.service-sky-left {
	left: 5px;
}
.service-sky-right {
	right: 5px;
}
@media screen and (max-width:1365px) {
	.service-sky-left, .service-sky-right {
		display: none;
	}
}

/*spinner*/
.spinner{margin:25px auto 0;width:70px;text-align:center;z-index:999}.spinner.ac{margin:0}.spinner>div{width:20px;height:20px;background-color:#f35951;border-radius:100%;display:inline-block;-webkit-animation:sk-bouncedelay 1.4s infinite ease-in-out both;animation:sk-bouncedelay 1.4s infinite ease-in-out both}.spinner .bounce1{-webkit-animation-delay:-.32s;animation-delay:-.32s}.spinner .bounce2{-webkit-animation-delay:-.16s;animation-delay:-.16s}@-webkit-keyframes sk-bouncedelay{0%,100%,80%{-webkit-transform:scale(0)}40%{-webkit-transform:scale(1)}}@keyframes sk-bouncedelay{0%,100%,80%{-webkit-transform:scale(0);transform:scale(0)}40%{-webkit-transform:scale(1);transform:scale(1)}}
/*animate.css*/
.animated{animation-duration:1s;animation-fill-mode:both}.animated.infinite{animation-iteration-count:infinite}.animated.hinge{animation-duration:2s}.animated.flipOutX,.animated.flipOutY,.animated.bounceIn,.animated.bounceOut{animation-duration:.75s}@keyframes bounceInDown{from,60%,75%,90%,to{animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}.bounceInDown{animation-name:bounceInDown}@keyframes bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.bounceOutDown{animation-name:bounceOutDown}@keyframes fadeInLeft{from{opacity:0;transform:translate3d(-100%,0,0)}to{opacity:1;transform:none}}.fadeInLeft{animation-name:fadeInLeft}

/*share*/
#art-share {
	font-size: 0;
	padding: 20px 0 30px 0;
}
#art-share h3 {
	padding-bottom:5px;
}
#art-share span {
	display: inline-block;
}
#art-share img {
	height: 22px;
	width: auto;
	display: inline-block;
	margin-right: 10px;
}
#art-share a {
	display: inline-block;
	width: 32%;
	box-sizing: border-box;
	font-size: 14px;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	line-height: 22px;
	padding: 11px;
}
#art-share a:first-child, #art-share a:nth-child(2) {
	margin-right: 2%;
}
a.fb {
	background-color: #4350a0;
}
a.fb:hover {
	background-color: rgba(67,80,158,0.8);
}
a.tw {
	background-color: #5fa8f0;
}
a.tw:hover {
	background-color: rgba(95,168,240,0.8);
}
a.gog {
	background-color: #d94641;
}
a.gog:hover {
	background-color: rgba(217,70,65,0.8);
}
/*soc side*/
#soc-side {
    position: fixed;
    top: 42%;
    left: 0;
    z-index: 900000;
    visibility: hidden;
}
.animated { visibility: visible !important; }
#soc-side .bu {
    background-color: #fa5855;
    cursor: pointer;
    padding: 8px;
}
#soc-side .bu:hover {
    background-color: #da251c;
}

/*cookie law*/
#cookie-bar {
    position: fixed;
    left: 15vw;
    right: 15vw;
    bottom: 32px;
    background-color: #fff;
    font-size: 12px;
    line-height: 1.15;
    padding: 16px 24px;
    font-family: 'Fira Sans';
    color: #281571;
    z-index: 9999;
}
#cookie-wrap {
    position: relative;
    display: table;
}
.cookie-col {
    display: table-cell;
    vertical-align: middle;
    padding: 8px;
}
@media all and (max-width:768px) {
    #cookie-wrap {
        display: block;
    }
    .cookie-col {
        display: block;
    }
    #cookie-logo {
        margin-bottom: 8px;
    }
}

/*kalendarium*/
.cf:before, .cf:after { content: " "; display: table; }
.cf:after { clear: both; }
.cf { *zoom: 1; }
.kal-header {
	height: 60px;
}
.kal-header h1 {
	padding: 0;
}
.kal-header .h1 {
	font-size: 36px;
    line-height: 1.15;
    color: #2E3191;
    font-weight: 300;
    font-family: 'Oswald';
    text-transform: uppercase;
}
.kal-h2 {
	font-family: 'Fira Sans';
	font-size: 24px;
	font-weight: 700;
	line-height: 1.15;
	color: #FA5855;
	text-transform: none;
}
.kal img {
	display: block;
}
.kal .back {
	background-color: #68589F;
}
.kal .back a {
	color: #fff;
}
.flipper .w25_cont {
	border-right: 0;
}
.flipper {
	border-right: 1px solid #fff;
}
.flipper .back {
	z-index: 999;
}
.kal-month {
    margin-bottom: 42px;
}

.kal-exsts a {
	background-color: #F35951;
	color: #fff;
	display: inline-block;
	padding: 0 4px;
}
.kal-exsts.inactiv a {
    background-color: #f9aca8;
}
.kal-day-sel {
    list-style: none;
    margin: 5px 0;
    padding: 0;
    color: #F35951;
}
.kal-day-sel li {
    display: inline-block;
    font-size: 1.1vw;
    padding: 1px 1px;
    font-family: 'Oswald';
}
.kal-curr {
    border: 1px solid #F35951;
}
.kal-curr a {
    border: 1px solid #F35951;
}
.kal-m-name {
    font-size: 1.7vw;
    text-transform: uppercase;
    color: #F35951;
}
.kal-m-name.inactiv {
    color: #f9aca8;
}
.kal-add {
    position: absolute;
    top: 0;
    right: 0;
}
.kal-btn {
	display: inline-block;
    box-sizing: border-box;
	font-family: 'Oswald';
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    line-height: 1.15;
    padding: 8px 20px;
    background-color: #2E3191;
	border: none;
}

.h100_cont {
    position: absolute;
    text-align: center;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    box-sizing: border-box;
    top
}

.kalendarium p {
    padding: 0;
}

.kal-title {
	text-transform: uppercase;
	font-size: 1.3vw;
	line-height: 1.15;
	padding-bottom: 8px;
}
.kal-date {
    display: block;
    padding-bottom: 5px;
    font-size: 0.9vw;
}
.kal-btn {
	margin-top: 16px;
}

.kal-m-name, .kal-exsts a {
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-o-transition: all .2s;
	-ms-transition: all .2s;
	transition: all .2s;
}

/* KALENDARZ 1 strona */
#calendar {
	xwidth:400px;
	xheight:400px;
	color:#f35951;
	text-align:center;
	position:relative;
	text-transform:uppercase;
}
#event {
	background:#f35951;
	color:#fff;
	width:80%;
	margin:0px auto;
	position:absolute;
	right:0px;
	left:0px;
	top: 0;
	bottom: 0;
	padding:15px 0px;
	box-sizing: border-box;
}	
#month {
	font-size: 1.5vw;
	margin-bottom: 20px;
}
.day {
	padding:7px 0px;
	width:8.5%;
	float:left;
	color:#f35951;
	font-size:0.9vw;
	font-weight:300;
	cursor:pointer;
}
.day:hover {
	text-decoration:underline;
}
.c_wys {
	position: absolute;
	top: -10px;
	right: 0px;
	height: 30px;
	width: 25px;
	display: block;
	transform: skewY(30deg);
	z-index: 9999;
	background:#f35951;
	-ms-transform: skewY(30deg);
	-webkit-transform: skewY(30deg);
}		
#event_calendar_t {
	font-size:1.4vw;
}	
#event_calendar_st {
	font-size:0.9vw;
	font-weight:300;	
	width: 60%;
	margin: 0px auto;		
}
#m_cal_wrap {
	position: relative;
	width: 100%;
	height: 100%;
}
#m_cal {
	width:80%;
	position: absolute;
	top:50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}	
.day.active {
	font-weight:bold;
	text-decoration:underline;
}
#cal_up {
	position:absolute;
	top:0px;
	bottom:55%;
	width:100%;
}
#cal_down {
	position:absolute;
	top:45%;
	bottom:0px;
	width:100%;
}
#c_left, #c_right {
	position:absolute;
	top:50%;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	cursor:pointer;
}
#c_left {
	left:5%;
}
#c_right {
	right:5%;
}
.kal-kalendarz {
	border-spacing: 1px;
    border-collapse: separate;
	font-size: 0.9vw;
    font-weight: 300;
}
.kal-mth-name {
	padding-bottom: 8px;
	font-size: 180%;
}
.kal-mth-name a {
	color: #F35951;
}
.kal-mth-name a:hover {
	color: #da251c;
}
.kal-today {
	/*background-color: #da251c;*/
	color: #F35951;
	border: 1px solid #F35951;
}
.full {
	background-color: #F35951;
	color: #fff;
	cursor: pointer;
}
.kal-d {
    display: block;
    font-size: 1vw;
    padding-bottom: 5px;
}
.full a {
	color: #fff;
}
.full:hover {
	background-color: #da251c;
}
#rotate {
	position: relative;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
}
#rotate a {
	color: #fff;
	line-height: 1.15;
}
#rotate .it {
	width: 100%;
	position:absolute;
	top:50%;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.ev-title {
    line-height: 1.15;
	padding: 0 10px 5px 10px;
}
.ev-date {
	
}

.ovf-hidden {
    overflow: hidden;
}

/*form*/
.f-container {
	position: relative;
	width: 100%;
}
.f-row {
	width: 70%;
	margin: 0 auto;
}
.inline-form input[type=text], .inline-form textarea, .inline-form .div-input {
	background-color: transparent;
	width: 100%;
	padding: 14px;
	border: 1px solid #2E3191;
	box-sizing: border-box;
	display: inline-block;
	font-size: 16px;
}
.col-label {
	float: left;
	width: 30%;
	box-sizing: border-box;
	text-align: right;
	line-height: 1;
}
.col-content {
	float: left;
	width: 70%;
	box-sizing: border-box;
}
.col-label, .col-content {
	padding: 8px 8px;
}
.col-label {
	padding: 12px 8px 8px 8px;
}
.col-space {
	display: block;
	height: 32px;
}
.col-50 {
	width: 50%;
	float: left;
	box-sizing: border-box;
}
.col-content .col-50:first-child {
	padding-right: 6px;
}
.col-content .col-50:nth-child(2) {
	padding-left: 6px;
}

.has-error input[type=text], .has-error textarea {
	border-color: Red;
}
.has-error .col-label {
	color: Red;
}
.err {
	color: Red;
	font-weight: 700;
	font-size: 14px;
}
.kal-btn {
    cursor: pointer;
}
.kal-btn:hover {
    background-color: #a892f7;
}
.pelny-opis {
    min-height: 250px;
}

/*file upload*/
.filupp > input[type="file"] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.filupp {
    position: relative;
    background: #fff;
    display: block;
    padding: 0.6em 1em;
    font-size: 1em;
    width: 100%;
    height: 55px;
    color: #fff;
    cursor: pointer;
    box-sizing: border-box;
  
    color: #888;
    width: 100%;
    background: #fff;
    outline: 0;
    border: 1px solid #2E3191;
}

.filupp:before {
  content: url(../images/pobierz.svg);
  /*content: "";*/
  position: absolute;
  top: 0.8em;
  right: 0.75em;
  width: 2em;
  height: 1.25em;
  /*border: 3px solid #dd4040;
  border-top: 0;
  text-align: center;*/
}

/*.filupp:after {
  content: "➜";
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  position: absolute;
  top: 0.65em;
  right: 0.45em;
  font-size: 2em;
  color: #000;
  line-height: 0;
}*/

.filupp-file-name {
  width: 75%;
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  color: #888;
}

.cv-label {
    color: #888;
}

/* Ripple Out */
@-webkit-keyframes hvr-ripple-out {
  100% {
    top: -12px;
    right: -12px;
    bottom: -12px;
    left: -12px;
    opacity: 0;
  }
}
@keyframes hvr-ripple-out {
  100% {
    top: -12px;
    right: -12px;
    bottom: -12px;
    left: -12px;
    opacity: 0;
  }
}
.hvr-ripple-out {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  vertical-align: middle;
}
.hvr-ripple-out:hover:before {
    border-color: #da251c;
}
.hvr-ripple-out:before {
    content: '';
    position: absolute;
    border: #F35951 solid 4px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
}
.pip.hvr-ripple-out:before {
    -webkit-animation-name: hvr-ripple-out;
    animation-name: hvr-ripple-out;
}
.hvr-ripple-out a {
    display: inline-block;
    position: relative;
    z-index: 10;
}

@media screen and (max-width:1025px) {
	.dn-sm {
		display: none;
	}
	.kal-mth-name {
		font-size: 26px;
	}
	.kal-kalendarz {
		font-size: 16px;
	}
	.kal-kalendarz td {
		padding: 4px 0;
	}
}
@media screen and (max-width:768px) {
	.f-row {
		width: 100%;
	}
	.col-label, .col-content {
		width: 100%;
	}
	.col-label {
		text-align: left;
		padding-bottom: 0;
	}
    #calendar img {
        height: 110vw;
    }
	#event {
		width: 100%;
	}
	.pt25-sm {
		padding-top: 25px;
	}
	#m_cal {
		width: 90%;
	}
	.kal-mth-name {
		padding-top: 5px;
		font-size: 5.4vw;
	}
	.kal-kalendarz {
		font-size: 4.2vw;
	}
	.kal-kalendarz td {
		padding: 2px 0;
	}
	
	#admin-menu {
		top: auto;
		bottom: 0;
	}
}
