/*
		StudioFabryka.pl
*/

body {
	background: white;
	font-family: 'Kanit', sans-serif;
	font-weight: 300;
	font-size: 16px;
	line-height: 1.7em;
	color: #8a9599;
}

.navbar {
	border: 0;
	/* background: white; */
	background: linear-gradient(black, transparent);
	padding-bottom: 150px;
	height: 120px;
}

.affix {
	padding-bottom: 0;
	background: hsla(0, 0%, 0%, .85);
	backdrop-filter: blur(5px);
}

.navbar .nav {
	margin-top: 40px;
}

.navbar .nav>li>a {
	text-transform: uppercase;
	/* color: #8a9599; */
	color: white;
	font-size: 14px;
	padding: 10px 15px;
	transition: all .2s;
	font-weight: 300;
}

.navbar .nav>li>a:hover, .navbar .nav>li>a:focus, .navbar .nav>li.active>a:hover, .navbar .nav>li.active>a:focus, .navbar .nav>li.open>a:hover, .navbar .nav>li.open>a:focus, .navbar .nav>li.active>a, .navbar .nav>li.open>a {
	color: white;
	background: none;
}

.navbar .nav>li>a:hover {
	background: hsla(0, 0%, 100%, .3);
}

.navbar-brand {
	padding-top: 25px;
	filter: invert(1);
}

header {
	position: relative;
	overflow: hidden;
}

header .slide-controls {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1000;
	width: 320px;
	height: 100px;
}

header .slide-controls .prev, header .slide-controls .next {
	padding: 50px 40px 25px;
	cursor: pointer;
	transition: all .5s;
}

header .slide-controls .prev:hover, header .slide-controls .next:hover {
	opacity: .6;
}

header .slide-controls .prev {
	float: left;
}

header .slide-controls .next {
	float: right;
}

header .cycle-slideshow {
	z-index: 200;
	height: 100vh;
}

header .cycle-slideshow .slide {
	width: 100%;
	height: 100vh;
	z-index: 100;
}

header .cycle-slideshow .number {
	line-height: 50px;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 200;
	background: white;
	width: 320px;
	height: 80px;
	font-family: 'Kanit', sans-serif;
	font-weight: 100;
	color: #9da9ad;
	font-size: 60px;
}

header .cycle-slideshow .number strong {
	font-size: 60px;
	color: #1a171b;
	font-weight: 100;
}

header .cycle-slideshow .number small {
	font-size: 36px;
}

header .cycle-slideshow .number span {
	float: left;
	width: 100%;
	text-align: center;
	margin-top: 15px;
}

header .cycle-slideshow .container {
	position: absolute;
	width: 100%;
	height: 100vh;
	z-index: 100;
	display: flex;
	align-items: center;
	justify-content: center;
}

header .cycle-slideshow .container h2 {
	width: 468px;
	height: 468px;
	display: block;
	padding: 10px;
	text-align: center;
	border-radius: 468px;
	background: rgba(80, 80, 80, 0.25);
}

header .cycle-slideshow .container h2 .inner {
	width: 448px;
	height: 448px;
	padding: 30px;
	border-radius: 448px;
	border: 1px solid rgba(255, 255, 255, 0.7);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
}

header .cycle-slideshow .container h2 strong, header .cycle-slideshow .container h2 small {
	display: block;
	color: white;
	font-weight: 100;
}

header .cycle-slideshow .container h2 strong {
	font-weight: 100;
	font-size: 60px;
	line-height: 1em;
	margin-bottom: 15px;
}

header .cycle-slideshow .container h2 small {
	font-size: 30px;
}

header .cycle-slideshow img {
	height: 100vh;
	z-index: 10;
}
/*
.sub header {
	padding-top: 120px;
} */

.home section {
	padding: 100px 0;
}

.ofirmie h2 {
	font-size: 48px;
	font-weight: 100;
	color: black;
	margin: 0;
}

.uslugi {
	background: #f4f4f4;
}

.uslugi .media {
	margin-bottom: 30px;
	background: white;
}

.uslugi .media .media-left, .uslugi .media .media-right {
	margin: 0;
	padding: 0;
}

.uslugi .media .media-body {
	padding: 30px;
	vertical-align: middle;
}

.uslugi .media .media-body p {
	color: #8a9599;
	font-size: 14px;
}

.uslugi .media .media-body>a {
	color: black;
	font-size: 300;
	padding-left: 35px;
	margin-top: 30px;
	display: inline-block;
	background: url(../img/more.png) left center no-repeat;
}

.uslugi .media .media-heading a {
	font-size: 30px;
	font-weight: 100;
	color: black;
}

.opinie .container {
	position: relative;
}

.opinie .container .cycle-prev, .opinie .container .cycle-next {
	position: absolute;
	top: 100px;
	z-index: 1000;
}

.opinie .container .cycle-prev {
	left: 0;
}

.opinie .container .cycle-next {
	right: 0;
}

.opinie .container .opinia {
	width: 100%;
	z-index: 10;
	padding: 0 15%;
}

.opinie .container .opinia em {
	font-size: 30px;
	font-weight: 100;
	line-height: 1.3em;
	color: black;
	display: block;
	text-align: center;
}

.opinie .container .opinia small {
	text-align: center;
	display: block;
	margin-top: 30px;
	font-size: 12px;
	color: black;
	text-transform: uppercase;
	opacity: .5;
	font-weight: 400;
}

footer {
	background: black;
	padding: 50px 0;
}

footer hr {
	width: 100%;
	margin: 30px 0;
	float: left;
	border-color: #3b3b3b;
}

footer a, footer span {
	color: #777777;
	font-size: 14px;
}

.madeby {
	line-height: 1em;
	color: white;
}

.madeby small {
	font-size: 10px;
}

.sub main {
	padding: 100px 0;
}

.sub main section {
	margin-bottom: 30px;
}

.sub h1 {
	font-weight: 100;
	font-size: 60px;
	color: black;
	margin: 0 0 30px;
}

.sub h2 {
	font-size: 50px;
	margin: 0 0 30px;
	font-weight: 100;
	color: black;
}

.sub h3, .sub h4, .sub h5, .sub h6 {
	font-weight: 100;
	margin: 30px 0 15px;
	color: black;
}

.sub h3 {
	font-size: 40px;
}

.sub h4 {
	font-size: 33px;
}

.sub h5 {
	font-size: 28px;
}

.sub h6 {
	font-size: 23px;
}

.sub .main a {
	color: black;
}

.gallery img {
	width: 100%;
	margin-bottom: 30px;
}

.gallery a {
	float: left;
	width: 100%;
	transition: all .2s;
}

.gallery a:hover {
	opacity: .9;
	transform: scale(0.98);
}

.fade-content>* {
	transition: ease opacity .25s, ease transform .25s;
}

/* Offsets timing for groups of three. This must be adjusted if there are more or less than three element per row.*/

.fade-content>*:nth-child(3n+2) {
	transition-delay: .1s;
}

.fade-content>*:nth-child(3n+3) {
	transition-delay: .2s;
}

/* Facebook slider - right */

.fb_slider_right {
	position: fixed;
	top: 180px;
	right: -320px;
	z-index: 10000;
	width: 348px;
	height: 100px;
	overflow: hidden;
	transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
}

.fb_slider_right .sliderbody {
	float: left;
	width: 320px;
}

.fb_slider_right:hover {
	right: 0;
	height: 100%;
}

.fb_slider_right .button, .fb_slider_right iframe {
	float: left;
	background: white;
}

/* list of files to download */

.download ul {
	margin: 0;
	padding: 0;
}

.download .plik {
	display: none;
	color: #fff;
}

.download .col-md-2 {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}

.download a {
	padding-top: 10px;
	padding-bottom: 10px;
	transition: all .2s;
	color: #8c8c8c;
	width: 100%;
	float: left;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	line-height: 1.3em;
	font-size: 1.2em;
	font-weight: 300;
	border-bottom: 1px solid #e2e2e2;
}

.download .btn-primary {
	background: #8a9599;
	border-radius: 0;
	border: 0;
	box-shadow: none;
	text-shadow: none;
	font-size: 12px;
	text-transform: uppercase;
	padding: 10px 15px;
	transition: all .15s;
}

.download a:hover .btn-primary {
	background: #707c80;
	transform: scale(0.97);
}

.download .btn-primary:hover, .download .btn-primary:focus, .download .btn-primary:focus:hover {
	background: #a5aeb1 !important;
	transform: scale(1.03) !important;
	box-shadow: 0 15px 15px -10px rgba(0, 0, 0, 0.3) !important;
}

.download li:first-child a {
	border-top: 1px solid #e2e2e2;
}

.download a:hover {
	text-decoration: none;
	background: #f4f4f4;
	color: #8a9599;
}

.type_text .plik {
	display: inline;
	color: #8c8c8c;
	text-transform: uppercase;
}

.download .col-md-2 {
	border-left: 1px solid #e2e2e2;
	text-align: center;
}

@media screen and (max-width: 640px) {
	.download .col-md-2 {
		border-left: 0 !important;
		margin-top: 10px;
	}
	.download .btn {
		width: 100%;
	}
	.download .col-md-8 {
		text-align: center;
	}
}

.download li {
	list-style: none !important;
}

.type_icons a {
	text-decoration: none !important;
	padding: 1px 0 2px 27px;
	background: url(../img/modules/download/page_white.png) 0 0 no-repeat;
	background-position: 0 3px !important;
}

.type_icons .pdf {
	background: url(../img/modules/download/acrobat.png) 0 0 no-repeat;
}

.type_icons .swf {
	background: url(../img/modules/download/flash.png) 0 0 no-repeat;
}

.type_icons .txt, .rtf {
	background: url(../img/modules/download/text.png) 0 0 no-repeat;
}

.type_icons .doc, .type_icons .docx, .type_icons .odf, .type_icons .ott, .type_icons .sxw, .type_icons .stw {
	background: url(../img/modules/download/word.png) 0 0 no-repeat;
}

.type_icons .jpg, .type_icons .jpe, .type_icons .jfif, .type_icons .png, .type_icons .jpeg, .type_icons .gif, .type_icons .tif, .type_icons .tiff, .type_icons .ico, .type_icons .bmp, .type_icons .raw, .type_icons .dcs {
	background: url(../img/modules/download/picture.png) 0 0 no-repeat;
}

.type_icons .flv, .type_icons .mov, .type_icons .mpeg, .type_icons .avi, .type_icons .divx {
	background: url(../img/modules/download/movie.png) 0 0 no-repeat;
}

.type_icons .ods, .type_icons .sxc, .type_icons .xls, .type_icons .xlt {
	background: url(../img/modules/download/excel.png) 0 0 no-repeat;
}

.type_icons .odg, .type_icons .sxd, .type_icons .psd {
	background: url(../img/modules/download/paint.png) 0 0 no-repeat;
}

.type_icons .cdr, .type_icons .ai {
	background: url(../img/modules/download/vector.png) 0 0 no-repeat;
}

.type_icons .php, .type_icons .html, .type_icons .css, .type_icons .js, .type_icons .less, .type_icons .asp, .type_icons .c {
	background: url(../img/modules/download/code.png) 0 0 no-repeat;
}

.type_icons .sql, .type_icons .db, .type_icons .dbf, .type_icons .dbk {
	background: url(../img/modules/download/database.png) 0 0 no-repeat;
}

.type_icons .zip, .type_icons .tar, .type_icons .gz, .type_icons .gzip, .type_icons .rar {
	background: url(../img/modules/download/zip.png) 0 0 no-repeat;
}

.type_icons .rb {
	background: url(../img/modules/download/ruby.png) 0 0 no-repeat;
}

.type_icons .as {
	background: url(../img/modules/download/actionscript.png) 0 0 no-repeat;
}

.type_icons .cf {
	background: url(../img/modules/download/coldfusion.png) 0 0 no-repeat;
}

.type_icons .odp, .type_icons .sxi, .type_icons .ppt {
	background: url(../img/modules/download/powerpoint.png) 0 0 no-repeat;
}

.type_icons .iso, .type_icons .nrg {
	background: url(../img/modules/download/dvd.png) 0 0 no-repeat;
}

form .alert {
	display: none;
	font-size: 13px;
	line-height: 1.2em;
	margin-bottom: 0;
}

form * {
	border-radius: 0 !important;
}

.map iframe {
	width: 100%;
}

form label {
	font-weight: 300;
}

.form {
	margin-bottom: 1.5em;
}

.forform {
	margin-top: 1em;
}

/* paginator */

#pages {
	margin: 0 0 15px;
}

.jPaginate {
	height: 34px;
	position: relative;
	color: #a5a5a5;
	font-size: small;
	width: 100%;
}

.jPaginate a {
	line-height: 30px;
	height: 30px;
	cursor: pointer;
	padding: 0 10px !important;
	margin: 0 2px;
	float: left;
	text-decoration: none !important;
}

.jPag-control-back {
	position: absolute;
	left: 0px;
}

.jPag-control-front {
	position: absolute;
	top: 0px;
}

.jPaginate span {
	cursor: pointer;
}

ul.jPag-pages {
	float: left;
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}

ul.jPag-pages li {
	display: inline;
	float: left;
	padding: 0px;
	margin: 0px;
}

ul.jPag-pages li a {
	float: left;
	padding: 2px 5px;
}

span.jPag-current {
	cursor: default;
	font-weight: normal;
	line-height: 30px;
	height: 30px;
	padding: 0 10px;
	margin: 0 2px;
	float: left;
}

ul.jPag-pages li span.jPag-previous, ul.jPag-pages li span.jPag-next, span.jPag-sprevious, span.jPag-snext, ul.jPag-pages li span.jPag-previous-img, ul.jPag-pages li span.jPag-next-img, span.jPag-sprevious-img, span.jPag-snext-img {
	height: 34px;
	margin: 0 2px;
	float: left;
	line-height: 26px;
}

ul.jPag-pages li span.jPag-previous, ul.jPag-pages li span.jPag-previous-img {
	margin: 2px 0px 2px 2px;
	font-size: 12px;
	font-weight: bold;
	width: 10px;
}

ul.jPag-pages li span.jPag-next, ul.jPag-pages li span.jPag-next-img {
	margin: 2px 2px 2px 0px;
	font-size: 12px;
	font-weight: bold;
	width: 10px;
}

span.jPag-sprevious, span.jPag-sprevious-img {
	margin: 2px 0px 2px 2px;
	font-size: 14px;
	width: 15px;
	text-align: right;
}

span.jPag-snext, span.jPag-snext-img {
	margin: 2px 2px 2px 0px;
	font-size: 14px;
	width: 15px;
	text-align: right;
}

ul.jPag-pages li span.jPag-previous-img {
	background: transparent url(../images/previous.png) no-repeat center right;
}

ul.jPag-pages li span.jPag-next-img {
	background: transparent url(../images/next.png) no-repeat center left;
}

span.jPag-sprevious-img {
	background: transparent url(../images/sprevious.png) no-repeat center right;
}

span.jPag-snext-img {
	background: transparent url(../images/snext.png) no-repeat center left;
}

.jPag-last, .jPag-first {
	line-height: 30px !important;
	font-size: 14px;
}

form button {
	background: black !important;
	color: white !important;
	border: 0;
	box-shadow: none;
	text-shadow: none;
	transition: all .3s;
}

form button:hover {
	background: #333 !important;
}

.navbar, .navbar-brand, .navbar-brand img, .navbar .nav {
	transition: all .2s;
}

.navbar-brand img {
	height: 61px;
}

.affix .navbar-brand {
	padding-top: 10px;
}

.affix .navbar-brand img {
	height: 35px
}

.affix .nav {
	margin-top: 8px;
}

.affix {
	height: 55px;
	box-shadow: 0 10px 25px -15px rgba(0, 0, 0, .2);
}

.grey {
	margin-top: 100px;
	margin-bottom: -100px;
	padding: 100px 0;
	background: #f4f4f4
}

.vertical-center {
	display: flex;
	align-items: center;
	flex-flow: row wrap;
	justify-content: space-around;
}

.newscol h4 {
	margin-top: 0px;
}

.news .newscol:nth-child(2n+1) {
	display: flex;
	flex-direction: row-reverse;
}

.tuv {
	position: absolute;
	top: 150px;
	/* right: 30px; */
	right: 0;
	z-index: 999;
	display: block;
}

.tuv img {
	width: 120px;
}


.home header .swiper-slide img {
	width: 100%;
	height: 100vh;
	object-fit: cover;
	object-position: center;
	display: block;
}

.sub header .swiper-slide img {
	width: 100%;
	height: auto;
}

.swiper-button-next.swiper-button-white, .swiper-button-prev.swiper-button-white {
	text-decoration: none !important;
	color: white !important;
}


/*

RRRRRRRRRRRRRRRRR         WWWWWWWW                           WWWWWWWW     DDDDDDDDDDDDD
R::::::::::::::::R        W::::::W                           W::::::W     D::::::::::::DDD
R::::::RRRRRR:::::R       W::::::W                           W::::::W     D:::::::::::::::DD
RR:::::R     R:::::R      W::::::W                           W::::::W     DDD:::::DDDDD:::::D
 R:::::R     R:::::R       W:::::W           WWWWW           W:::::W        D:::::D    D:::::D
 R:::::R     R:::::R        W:::::W         W:::::W         W:::::W         D:::::D     D:::::D
 R:::::RRRRRR:::::R          W:::::W       W:::::::W       W:::::W          D:::::D     D:::::D
 R:::::::::::::RR             W:::::W     W:::::::::W     W:::::W           D:::::D     D:::::D
 R::::RRRRRR:::::R             W:::::W   W:::::W:::::W   W:::::W            D:::::D     D:::::D
 R:::::R     R:::::R            W:::::W W:::::W W:::::W W:::::W             D:::::D     D:::::D
 R:::::R     R:::::R             W:::::W:::::W   W:::::W:::::W              D:::::D     D:::::D
 R:::::R     R:::::R              W:::::::::W     W:::::::::W               D:::::D    D:::::D
RR:::::R     R:::::R              W:::::::W       W:::::::W              DDD:::::DDDDD:::::D
R::::::R     R:::::R               W:::::W         W:::::W               D:::::::::::::::DD
R::::::R     R:::::R                W:::W           W:::W                D::::::::::::DDD
RRRRRRRR     RRRRRRR                 WWW             WWW                 DDDDDDDDDDDDD

*/

.home header .cycle-slide img {
	width: auto;
	min-height: 100vh;
	height: auto;
	object-fit: cover;
	object-position: center;
}

.sub header .cycle-slideshow img {
	min-height: 10px !important;
	width: 100%;
	height: auto;
}

.sub header .cycle-slideshow .slide, .sub header .cycle-slideshow {
	height: auto !important;
}

/* height: 1050px */

@media screen and (max-width: 1680px) {
	header .cycle-slideshow .container h2 {
		margin-top: 120px
	}
}

/* height: 900px */

@media screen and (max-width: 1600px) {}

/* height: 864px */

@media screen and (max-width: 1536px) {}

/* height: 900px */

@media screen and (max-width: 1440px) {}

/* height: 768px */

@media screen and (max-width: 1366px) {}

/* height: 768px */

@media screen and (max-width: 1360px) {}

/* height: 1024 & 720px */

@media screen and (max-width: 1280px) {
	main {
		overflow: hidden
	}
	header .cycle-slideshow .container h2 {
		margin-top: 120px
	}
}

/* height: 768px, 600px */

@media screen and (max-width: 1199px) {
	.navbar .nav>li>a {
		padding: 10px 15px;
	}
	.home header .cycle-slide img {
		width: 100%;
		height: auto;
		min-height: 10px;
	}
	.home header .cycle-slide, .home header .cycle-slideshow {
		height: 435px !important;
	}
	.ofirmie h2 {
		font-size: 37px;
	}
	header .cycle-slideshow .container h2 {
		margin-top: 50px
	}
	header .cycle-slideshow .container {
		height: auto;
	}
	header .cycle-slideshow .container h2 {
		transform: scale(.5) !important;
	}
}

@media screen and (max-width: 1023px) {
	.navbar-toggle {
		border-color: white;
		border-radius: 0;
		margin-top: 15px;
	}
	.icon-bar {
		background: white;
		border-radius: 0;
	}
	.navbar-brand {
		padding-top: 10px;
	}
	.navbar-brand img {
		height: 40px
	}
	.navbar {
		height: 65px
	}
	#navbar {
		background: hsla(0, 0%, 0%, .85);
		backdrop-filter: blur(5px);
		max-height: 80vh;
	}
	.navbar-nav {
		margin: 7px -15px 0 !important;
	}
	.navbar .nav>li>a {
		padding: 10px 15px;
		border-top: 1px solid hsla(0, 0%, 100%, .2);
	}

	.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
		background-color: hsla(0, 0%, 100%, .2);
	}

	.navbar-nav .open .dropdown-menu>li>a {
		color: white;
	}

	.cycle-controls, .number {
		display: none
	}
	.home header .cycle-slide, .home header .cycle-slideshow {
		height: auto !important;
	}
	header .cycle-slide img {
		height: auto;
		width: 100%;
		min-height: 10px;
	}
	.home section {
		padding: 50px 0;
	}
	.ofirmie h2 {
		margin-bottom: 30px;
	}
	.media-left {
		width: 100%;
		display: block;
		padding: 0;
		margin: 0 0 15px;
	}
	.media-object {
		width: 100%;
	}
	header .cycle-slideshow .container h2 {
		margin-top: 0px
	}
	header .cycle-slideshow .container h2 {
		display: none;
	}

	.sub .tuv {display: none;}
}

@media screen and (max-width: 800px) {}

@media screen and (max-width: 768px) {}

@media screen and (max-width: 640px) {}

@media screen and (max-width: 600px) {
	/* .sub {
		padding-top: 65px;
	} */
	/* .sub header .cycle-slideshow img {
		height: 80px !important;
	} */
}

@media screen and (max-width: 480px) {
	.opinie .container .opinia em {
		font-size: 23px;
	}
	footer {
		text-align: center;
	}
	footer .pull-right, footer .pull-left {
		width: 100%;
		text-align: center;
	}
	.madeby {
		display: inline-block;
		margin-top: 10px;
	}

	.sub header .swiper-slide img {
		height: 150px;
		object-fit: cover;
		object-position: center;
	}
}

@media screen and (max-width: 435px) {
	.ofirmie h2 {
		font-size: 26px;
	}
}

@media screen and (max-width: 425px) {}

@media screen and (max-width: 414px) {}

@media screen and (max-width: 375px) {}

@media screen and (max-width: 360px) {}

@media screen and (max-width: 320px) {
	.navbar-brand img {
		height: 38px;
		margin-top: 3px;
	}
	.opinie .container .opinia em {
		font-size: 18px;
	}
}