div[itemprop="articleBody"] .video-out {
	width: 100%;
	height: 0px;
	overflow: hidden;
	position: relative;
	margin-top: 60px;
}
div[itemprop="articleBody"] .video-out iframe {
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	margin: auto;
}

.blog-work .category-desc {
	padding-left: 70px;
	padding-right: 70px;
	margin-left: auto;
	margin-right: auto;
	max-width: 1100px;
	position: relative;
	margin-bottom: 100px;
}
.blog-work .category-desc img {
	margin-bottom: 30px;
	display: block;
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";	
}
.blog-work .category-desc h1 {
	font-size: 13px;
	line-height: 130%;
	width: 80%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	color: #7e7e7e;
	letter-spacing: 1px;
	word-spacing: 1px;
}
.blog-work .category-desc h2 {
	font-size: 21px;
	line-height: 120%;
	text-align: center;
	margin-bottom: 10px;
	font-family: 'montserratbold';
	color: #5a5a5a;
	letter-spacing: 1px;
	display: block;
}


.blog-work {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	margin-top: 100px;
}
.blog-work .item.column-1, .blog-work .item.column-2 {
	width: 100%;
	display: block;
	clear: both;
	overflow: hidden;
	position: relative;
}
.blog-work .items-row.row-0 {
	border-top: 5px solid #e1e1e1;
}

.blog-work .item-image, .blog-work .video-out {
	width: 50%;
	height: 0px;
	padding-bottom: 35%;
	overflow: hidden;
	position: relative;
}
.blog-work .video-out iframe {
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	margin: auto;
}
.blog-work .item-image a {
	display: block;
}
.blog-work .item-image img {
	position: absolute;
	left: 0px;
	right: 0px;
	top: 50%;
	margin: auto;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	width: 100%;
	transition: 300ms ease 0s;
	-moz-transition: 300ms ease 0s;
	-o-transition: 300ms ease 0s;
	-webkit-transition: 300ms ease 0s;
}
.blog-work .item-image:hover img {
	width: 110%;
	left: -5%;
}
.blog-work .intro-text {
	width: 50%;
	background-color: white;
	height: 0px;
	padding-bottom: 35%;
	position: relative;
}
.blog-work .text {
	position: absolute;
	top: 50%;
	display: block;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	text-align: center;
	left: 0px;
	right: 0px;
}
.blog-work .page-header h2 {
	font-family: 'montserratmedium';
	font-size: 19px;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin-bottom: 6px;
	line-height: 120%;
}
.blog-work .text h1 {
	font-family: 'montserratlight';
	font-size: 15px;
	letter-spacing: 2px;
	line-height: 120%;
}

.blog-work .item.column-1 .item-image, .blog-work .item.column-1 .video-out {
	float: left;
}
.blog-work .item.column-1 .intro-text {
	float: left;
}
.blog-work .item.column-1 .intro-text:after {
	background-image: url('../img/left-white.svg');
	content: '';
	display: block;
	position: absolute;
	left: -17px;
	height: 22px;
	width: 17px;
	top: 0px;
	bottom: 0px;
	margin: auto;
}
.blog-work .item.column-2 .item-image, .blog-work .item.column-2 .video-out {
	float: right;
}
.blog-work .item.column-2 .intro-text {
	float: right;
}
.blog-work .item.column-2 .intro-text:after {
	background-image: url('../img/right-white.svg');
	content: '';
	display: block;
	position: absolute;
	right: -17px;
	height: 22px;
	width: 17px;
	top: 0px;
	bottom: 0px;
	margin: auto;
}


/* PAGINATION */

.pagination {
	padding-left: 70px;
	padding-right: 70px;
	clear: both;
	display: block;
	background-color: #f2f2f2;
	padding-top: 10px;
	padding-bottom: 4px;
}
.pagination ul {
	margin-left: auto;
	margin-right: auto;
	display: block;
	text-align: center;
}
.pagination ul li {
	list-style-type: none;
	display: inline-block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	vertical-align: middle;
	text-align: center;
/* 	border-left: 1px solid white; */
	background-color: #d5d5d5;
	margin-left: 3px;
	margin-right: 3px;
	margin-bottom: 6px;
/* 	display: none; */
}
.pagination ul li.pagination-prev, .pagination ul li.pagination-next {
	background-color: transparent !important;
}

.pagination ul li span {
	font-size: 16px;
	font-family: 'montserratlight';
	text-align: center;
	display: inline-block;
	color: #9b9b9b;
	line-height: 26px;
	vertical-align: middle;
}
.pagination ul li a {
    font-size: 16px;
    font-family: 'montserratlight';
    color: white;
	text-align: center;
	display: inline-block;
	margin-bottom: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	background-color: transparent;
	vertical-align: middle;
}
.counter.pull-right {
	display: none;
}
.pagination ul li.pagination-start {
	text-indent: -999999px;
	display: none;
}
.pagination ul li.pagination-prev a, .pagination ul li.pagination-prev span{
	text-indent: -999999px;
	width: 30px;
	height: 30px;
	background-image: url('../img/prev.svg');
	background-position: center center;
	background-size: 13px auto;
	background-repeat: no-repeat;
	border: none;
	vertical-align: middle;
	display: inline-block;
}
.pagination ul li.pagination-next a, .pagination ul li.pagination-next span{
	text-indent: -999999px;
	width: 30px;
	height: 30px;
	background-image: url('../img/next.svg');
	background-position: center center;
	background-size: 13px auto;
	background-repeat: no-repeat;
	border: none;
	vertical-align:middle;
	display: inline-block;
}
.pagination ul li.pagination-end {
	text-indent: -999999px;
	display: none;
}
.tooltip {
	display: none !important;
}
/*  */

ul.pager.pagenav {

}
ul.pager.pagenav li.next  {
	right: 29px;
}
ul.pager.pagenav li.next.show a {
	right: 29px;
	top: 50%;
	text-align: right;
	transition: 400ms ease 0s;
	-moz-transition: 400ms ease 0s;
	-o-transition: 400ms ease 0s;
	-webkit-transition: 400ms ease 0s;
}
ul.pager.pagenav li.previous a {
	left: 29px;
}
ul.pager.pagenav li.previous.show a {
	left: 29px;
	top: 50%;
	text-align: left;
	transition: 400ms ease 0s;
	-moz-transition: 400ms ease 0s;
	-o-transition: 400ms ease 0s;
	-webkit-transition: 400ms ease 0s;
}
ul.pager.pagenav li a {
	text-align: center;
	position: absolute;
	top: -100%;
	width: 4px;
	word-break: break-all;
	white-space: pre-wrap;
	line-height: 16px;
	text-transform: lowercase;
	font-size: 11px;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transition: 400ms ease 0s;
	-moz-transition: 400ms ease 0s;
	-o-transition: 400ms ease 0s;
	-webkit-transition: 400ms ease 0s;
	z-index: 9;
}





ul.sigFreeClassic {
	margin: 0px !important;
	padding: 0px !important;
	display: block;
	white-space: nowrap;
}
ul.sigFreeClassic li.sigFreeThumb {
	width: auto;
	position: relative;
	margin: 0px;
	display: inline-block;
}
ul.sigFreeClassic li.sigFreeThumb img.sigFreeLink {
	width: auto !important;
	transition: 400ms ease-in-out 0s;
	-moz-transition: 400ms ease-in-out 0s;
	-o-transition: 400ms ease-in-out 0s;
	-webkit-transition: 400ms ease-in-out 0s;
	display: block;
}
ul.sigFreeClassic li.sigFreeThumb a:hover {
	animation: none;
	-moz-animation: none;
	-webkit-animation: none;
	-o-animation: none;
	-ms-animation: none;
}




/* POZIOMY SLIDER */





.horislider { 
	height: 100%;
	width : auto;
	white-space: nowrap;
	position: relative;
}

.horislider img:first-child {
	margin-left: 0px;
}

.horislider img{ 
	margin-right: 300px;
	height: 100%;
	display: inline-block;
	width: auto;
}


.horislider-thumb-out {
    left: 0;
    overflow:hidden;
    position: relative;
    height:85px;
    display: block;
    width:100%;
    bottom:0px;
}


.horislider_thumb { 
    height: 40px;
    width:100%;
    white-space: nowrap;
    display: block;
    bottom: -40px;
    position: absolute;
    transition: 400ms ease 0s;
    -moz-transition: 400ms ease 0s;
    -webkit-transition: 400ms ease 0s;
    -o-transition: 400ms ease 0s;
    -ms-transition: 400ms ease 0s;
    text-align: center;
}

.horislider_thumb img { 
    height: 100%;
    width : auto;
    opacity: 0.7;
    filter: alpha(opacity=100);
    -ms-filter: alpha(opacity=100);
    -ms-filter: progid: DXImageTransform.Microsoft.Alpha.(Opacity=100);
   -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.horislider_thumb a { 
    display: inline-block;
    overflow: hidden;
    height: 100%;
    padding: 0;
    margin:0;
}

.horislider_thumb img:hover {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: alpha(opacity=100);
    -ms-filter: progid: DXImageTransform.Microsoft.Alpha.(Opacity=100);
}
.ib-main-wrapper{
	width: 100%;
	overflow: hidden;
	outline: none;
	margin-top: 60px;
	position: relative;
}
.ib-main{
	position: relative;
	height: 100%;
}
.ib-main-wrapper .title {
	width: 40%;
	position: relative;
	float: left;
	padding-left: 70px;
	padding-right: 70px;
	top: 50%;
	transform: translatey(-50%);
	-moz-transform: translatey(-50%);
	-o-transform: translatey(-50%);
	-webkit-transform: translatey(-50%);
	z-index: 4;
}
.ib-main-wrapper .title a {
	margin-bottom: 6px;
	font-family: 'montserrat';
	font-size: 13px;
	letter-spacing: 2px;
	line-height: 100%;
}
.ib-main-wrapper .title h1 {
	text-transform: uppercase;
	margin-bottom: 33px;
	font-family: 'montserratlight';
	font-size: 17px;
	letter-spacing: 1px;
}
.ib-main-wrapper .title h2 {
	margin-bottom: 6px;
	font-family: 'montserratextralight';
	font-size: 13px;
	letter-spacing: 2px;
	line-height: 100%;
}

.ib-main a{
	position: relative;
	overflow: hidden;
	background-size: 110% 110%;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.slider-komorki-out {
	width:0px;
	overflow:hidden;
	height:0px;
	display: none;
	white-space: nowrap;
}



#swipebox-overlay {
	display: none;
}
.myszka {
	position: fixed;
	left: 50%;
	top: 50%;
	z-index: 8;
	max-width: 164px;
	pointer-events: none;
	transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	opacity: 1;
	transform: 300ms ease 0s;
	-moz-transform: 300ms ease 0s;
	-o-transform: 300ms ease 0s;
	-webkit-transform: 300ms ease 0s;
	margin-left:0px;
	animation: myszka 900ms linear infinite forwards 0s;
	-moz-animation: myszka 900ms linear infinite forwards 0s;
	-o-animation: myszka 900ms linear infinite forwards 0s;
	-webkit-animation: myszka 900ms linear infinite forwards 0s;
	overflow: hidden;
}
.myszka img {
	width: 101%;
}
@keyframes myszka {
	0% {margin-left: 0px;}
	25% {margin-left: 5px;}
	50% {margin-left: 0px;}
	75% {margin-left: -5px;}
	100% {margin-left: 0px;}
}
@-moz-keyframes myszka {
	0% {margin-left: 0px;}
	25% {margin-left: 5px;}
	50% {margin-left: 0px;}
	75% {margin-left: -5px;}
	100% {margin-left: 0px;}
}
@-o-keyframes myszka {
	0% {margin-left: 0px;}
	25% {margin-left: 5px;}
	50% {margin-left: 0px;}
	75% {margin-left: -5px;}
	100% {margin-left: 0px;}
}
@-webkit-keyframes myszka {
	0% {margin-left: 0px;}
	25% {margin-left: 5px;}
	50% {margin-left: 0px;}
	75% {margin-left: -5px;}
	100% {margin-left: 0px;}
}
@keyframes myszkahide {
	0% {margin-left: 0px;opacity: 1;}
	25% {margin-left: 5px;opacity: 1;}
	50% {margin-left: 0px;opacity: 1;}
	75% {margin-left: -5px;}
	100% {margin-left: 0px;opacity: 0;}
}
@-moz-keyframes myszkahide {
	0% {margin-left: 0px;opacity: 1;}
	25% {margin-left: 5px;opacity: 1;}
	50% {margin-left: 0px;opacity: 1;}
	75% {margin-left: -5px;}
	100% {margin-left: 0px;opacity: 0;}
}
@-o-keyframes myszkahide {
	0% {margin-left: 0px;opacity: 1;}
	25% {margin-left: 5px;opacity: 1;}
	50% {margin-left: 0px;opacity: 1;}
	75% {margin-left: -5px;}
	100% {margin-left: 0px;opacity: 0;}
}
@-webkit-keyframes myszkahide {
	0% {margin-left: 0px;opacity: 1;}
	25% {margin-left: 5px;opacity: 1;}
	50% {margin-left: 0px;opacity: 1;}
	75% {margin-left: -5px;}
	100% {margin-left: 0px;opacity: 0;}
}
.myszka.hide {
	opacity: 0;
	animation: myszkahide 900ms linear forwards 0s;
	-moz-animation: myszkahide 900ms linear forwards 0s;
	-o-animation: myszkahide 900ms linear forwards 0s;
	-webkit-animation: myszkahide 900ms linear forwards 0s;
}
.myszka.none {
	display: none !important;
	opacity: 0 !important;
}



	

