body {
    font-family: 'Libre Baskerville', serif;
    font-weight: normal;
    font-style: normal;
    font-size: 14px;
    line-height: 1.8em;
    color: #777786;
    background: #f4f4f4;
    padding-top: 130px
}

.langs {
	margin: 45px 0 0 30px;
}

.langs a {
	transition: all .2s;
}

.langs a:hover {opacity: .6;}


.realizacje h2 {
	text-transform: uppercase;
	font-size: 36px;
	color: #1a171b;
	font-family: 'league_spartanregular';
	font-weight: normal;
	font-style: normal;
	margin: 0 0 15px;
}


.realizacje .col-md-10 > .row {margin-bottom: 60px;}


.realizacje a img {width: 100%;}

.realizacje .col-md-3 {
	margin-bottom: 30px;

}

/*.realizacje .col-md-6 a img {height: 486px}*/

.realizacje .col-md-3 a {
	border: 1px solid #ddd;
	background: white;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	width: 100%;
	float: none;
}

.realizacje .col-md-3 a img {
	max-height: 100%;
	max-width: 100%;
	width: auto;
	height: auto;
	display: inline;
}


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

.realizacje a:hover {
	opacity: .9;
	transform: scale(1.03);
}


.container-fluid {
    padding: 0;
    margin: 0 60px;
    background: white
}

body > .container-fluid {margin-bottom: 90px;}

.navbar {
    height: 130px;
    background: #f4f4f4;
	transition: all .2s;
}

/*.affix {
	height: 70px;
	background: white;
}*/

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

.navbar-brand img {height: 82px;}
/*.affix .navbar-brand img {height: 55px;}

.affix .navbar-brand {padding-top: 7px;}*/

.navbar .container-fluid {
    background: none
}

.navbar .nav {
    margin-top: 40px;
	transition: all .2s;
}

/*.affix .nav {margin-top: 15px;}*/

.navbar .nav>li>a {
    font-family: 'league_spartanregular';
    font-weight: normal;
    font-style: normal;
    text-transform: uppercase;
    font-size: 13px;
    color: #777786;
    letter-spacing: 1px;
    padding: 10px 25px;
    transition: all .2s
}

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

.navbar-brand {
    padding-top: 23px
}

header {
    position: relative
}

header h1 {
    position: absolute;
    top: 170px;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 100;
    color: white
}

header h1 strong, header h1 em, header h1 span {
    display: block;
    margin-bottom: 30px
}

header h1 strong {
    text-transform: uppercase;
    font-size: 57px;
    font-family: 'league_spartanregular';
    font-weight: normal;
    font-style: normal
}

header h1 em {
    font-family: 'Libre Baskerville', serif;
    font-weight: normal;
    font-style: italic;
    font-size: 27px
}

header h1 span {
    font-size: 13px;
    font-family: 'Libre Baskerville', serif;
    font-weight: normal;
    font-style: normal;
    line-height: 1.5em
}

header h1 img {
    display: inline-block;
    margin-top: 110px;
	animation-name: myszka;
	animation-duration: 1.3s;
	animation-iteration-count: infinite;
	animation-fill-mode: forwards;
}

@keyframes myszka {
	0% {padding-top: 0}
	50% {padding-top: 10px}
	100% {padding-top: 0}
}

header .cycle-slideshow {
    z-index: 10;
    background: black
}

header .cycle-slide {width: 100%;}

header .cycle-slideshow img {
    width: 100%;
    opacity: .5
}

.main {
    padding-top: 60px;
    padding-bottom: 60px
}

.home .main {
    text-align: center
}

.title {
    margin: 0 0 60px
}

.title h1, .title h2 {
    color: #1a171b;
    margin: 0
}

.title em, .title strong {
    display: block;
    margin-bottom: 10px
}

.title em {
    font-size: 27px;
    font-family: 'Libre Baskerville', serif;
    font-weight: normal;
    font-style: italic
}

.title strong {
    text-transform: uppercase;
    font-size: 57px;
    font-family: 'league_spartanregular';
    font-weight: normal;
    font-style: normal
}

.title hr {
    border-color: #c0b283;
    width: 237px;
    margin-bottom: 0
}

.oferta a {
    position: relative;
    float: left;
    width: 100%
}

.oferta a img {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10
}

.oferta a:hover {
    text-decoration: none
}

.oferta a:hover .hover {
    opacity: 1
}

.oferta .hover {
    background: rgba(0, 0, 0, 0.65);
    position: relative;
    z-index: 20;
    height: 335px;
    width: 574px;
    vertical-align: middle;
    color: white;
    text-align: center;
    transition: all .2s;
    opacity: 0;
    padding: 15px
}

.oferta .hover .inner {
    border: 1px solid white;
    height: 305px;
    width: 544px;
    vertical-align: middle
}

.oferta .hover strong, .oferta .hover small {
    display: block;
    padding: 0 60px
}

.oferta .hover strong {
    font-size: 18px;
    text-transform: uppercase;
    font-family: 'league_spartanregular';
    font-weight: normal;
    font-style: normal
}

.oferta .hover small {
    font-family: 'Libre Baskerville', serif;
    font-weight: bold;
    font-style: normal;
    font-size: 13px
}

.stellar {
    width: 100%;
    height: 400px;
    margin: 60px 0;
    background: url(../img/stellar.jpg);
	background-position:  0 0;
	background-size: cover;
	background-attachment: fixed;
	background-repeat: no-repeat;
}

.boxes {
    text-align: center;
    margin-bottom: 60px
}

.boxes h4 {
    font-size: 18px;
    text-transform: uppercase;
    color: #1a171b;
    font-family: 'league_spartanregular';
    font-weight: normal;
    font-style: normal;
    display: inline-block;
    width: 100%;
    margin: 15px 0
}

.gallery img {
    min-width: 100%;
    height: 100%
}

.gallery .row {
    margin: 0 -0.5px
}

.gallery a {
    float: left;
    width: 100%;
    overflow: hidden
}

.gallery .col-md-6, .gallery .col-md-3 {
    padding: 0.5px
}

footer {
    background: #373737
}

footer .row {
    padding-top: 60px;
    padding-bottom: 60px
}

footer h4 {
    color: #c0b283;
    font-family: 'league_spartanregular';
    font-weight: normal;
    font-style: normal;
    text-transform: uppercase
}

footer .col-md-2 {
    width: 15%
}

footer p, footer a {
    color: #949494;
    font-size: 14px;
    font-family: 'Libre Baskerville', serif;
    font-weight: normal;
    font-style: normal;
	transition: all .2s;
}

footer a:hover {
    color: #c5c5c5;
	text-decoration: none;
}

footer hr {
	border-top: 1px solid #777786;
}
.madeby {
    line-height: 1em
}

.madeby small, .madeby img {
    float: left
}

.madeby small {
    font-family: arial;
    margin: 3px 3px 0 0
}

#mapagoogle {
    width: 100%;
    height: 450px;
    background: #ddd
}

.sub main {
    background: url(../img/subbg.jpg) top no-repeat;
    padding-top: 90px
}

.sub .title {
    text-align: center
}

.sub .main h2, .sub .main h3, .sub .main h4, .sub .main h5, .sub .main h6 {
    font-family: 'Libre Baskerville', serif;
    font-weight: bold;
    font-style: normal;
    margin: 30px 0 15px;
    line-height: 1.5em;
    color: #1a171b;
}

.sub .thumbnail {
    border-radius: 0;
    padding: 0
}

img.pull-right {
    margin-left: 30px;
    margin-bottom: 15px
}

img.pull-left {
    margin-right: 30px;
    margin-bottom: 15px
}

.gallery a img {
    transition: all .2s
}

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

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

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

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

.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
}

.download {
    float: left
}

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

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

.download a:hover {
    text-decoration: none
}

.type_text .plik {
    display: inline
}

.type_icons 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: normal
}

.form {
    margin-bottom: 1.5em
}

.forform {
    margin-top: 1em
}

#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
}

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

.vertical-center h4 {
    margin-top: 0px!important;
}


.referencje .cycle-slideshow {
	position: relative;
}

.referencje .slide {
	display: block;
	width: 95%;
	z-index: 10;
	padding: 0 5%;
}

.referencje .slide p {
	font-size: 18px;
	line-height: 1.4em;
	text-align: justify;
}

.referencje .slide em {
	font-weight: 700;
	font-style: normal;
	margin-top: 10px;
}

.referencje .media-body {
	vertical-align: middle;
}

.referencje .cycle-prev,
.referencje .cycle-next {
	position: absolute;
	top: 35px;
	color: #c7c7c7;
	font-size: 50px;
	z-index: 1000;
	line-height: 1em;
	cursor: pointer;
	transition: all .2s;
}


.referencje .cycle-prev {
	left:0;
}

.referencje .cycle-next {
	right:0;
	text-align: right;
}


.referencje .cycle-prev:hover,
.referencje .cycle-next:hover {
	color: #333;
}


.kontakt input,
.kontakt textarea {
	transition: all .2s;

	border: 0;
	box-shadow: none;
	background: #e8e8e8;
}

.kontakt input:focus,
.kontakt textarea:focus {
	background: #f2f2f2;
	outline: none;
	transform: scale(1.03);
	box-shadow: 0 10px 10px -10px rgba(0,0,0,.5);
}

.kontakt .has-error {color: red}

.kontakt .has-error input,
.kontakt .has-error textarea {
	background: red;
}


.btn-default {
	background: none;
	padding: 10px 30px;
	color: #333;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 15px;
	transition: all .2s;
	box-shadow: none;
}

.btn-default:hover,
.btn-default:focus,
.btn-default:focus:hover {
	background: #f4f4f4;
}

.gallery img {width: 100%}


.katalog {
    margin-bottom: 2em;
    float: left;
    width: 100%;
    transition: all .3s;
}

.katalog:hover {
    transform: scale(1.03);
    opacity: .9;
    cursor: pointer;
}


/*

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

*/


/* height: 1050px */
@media screen and (max-width: 1680px) {
	header h1 {top: 130px;}
	header h1 img {margin-top: 30px;}
}


/* height: 900px */
@media screen and (max-width: 1600px) {
	header h1 {top: 80px;}
	header h1 img {margin-top: 30px;}
}


/* height: 864px */
@media screen and (max-width: 1536px) {
	header h1 {top: 60px;}
	header h1 img {margin-top: 30px;}
}



/* height: 900px */
@media screen and (max-width: 1440px) {
	header h1 {top: 50px;}
	header h1 img {margin-top: 15px;}
}


/* height: 768px */
@media screen and (max-width: 1366px) {
	header h1 {top: 30px;}
	header h1 img {margin-top: 10px;}
}



/* height: 768px */
@media screen and (max-width: 1360px) {

}



/* height: 1024 & 720px */
@media screen and (max-width: 1280px) {
	header h1 {top: 20px;}
	header h1 img {margin-top: 15px;}

	header h1 strong {font-size: 43px;}

	.tresc {
		padding: 0 60px;
		width: 100%;
		margin-left: 0;
	}

	footer {overflow: hidden;}
}





/* height: 768px, 600px */
@media screen and (max-width: 1199px) {
	header h1 {top: 30px;}

	header h1 img {display: none;}

	.navbar .nav>li>a {padding: 10px 15px;}

	.oferta .hover small {display: none;}

	.container-fluid {margin: 0 15px 30px;}

	.sub main {background-size: 100% auto; padding-top: 0;}

	.tresc {
		width: 100%;
		margin-left:0;
		padding: 0 60px;
	}
}




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

	.navbar-toggle {
		border-color: black;
		background: black;
		margin-top: 40px;
		transition: all .2s;
	}

	.affix .navbar-toggle {margin-top: 17px;}

	.navbar-toggle:hover {
		opacity: .9;
		transform: scale(1.03);
	}

	.navbar-toggle:focus {
		transform: scale(.97);
	}

	.icon-bar {background: #f4f4f4;}

	#navbar {
		background: #f4f4f4;
	}

	.navbar .nav>li>a {
		padding: 10px 15px;
		border-top: 1px solid #ddd;
		text-align: center;
	}

	.navbar .nav>li>a:hover,
	.navbar .nav>li>a:focus,
	.navbar .nav>.active>a:hover,
	.navbar .nav>.active>a:focus,
	.navbar .nav>.open>a:hover,
	.navbar .nav>.open>a:focus,
	.navbar .nav>.active>a,
	.navbar .nav>.open>a {
		background: #ddd;
	}

	.oferta .hover small {display: block;}

	.boxes {
		padding: 0 15px;
	}

	.boxes .col-sm-6 {margin-bottom: 30px;}

	footer .row {margin:0;}

	footer .col-sm-4 {width: 33%;}
	footer .col-sm-12 {width: 100%;}

	.gallery img {
		width: 100%;
		height: auto;
	}

	.col-sm-12 img.pull-right,
	.col-sm-12 img.pull-left {
		margin: 15px 0;
		float: left;
		width: 100%;
	}

	.sub .gallery img {width: 100%;}

	.referencje .cycle-slide img {display: none;}

	.cycle-prev,
	.cycle-next {display: none;}

	.title em,
	.sub .title strong {
		line-height: 1.1em;
	}

	.sub > .container-fluid {
		margin:0;
	}

	.sub main {overflow: hidden;}
}



@media screen and (max-width: 800px) {
	header h1 strong {font-size: 35px;}

	header h1 strong, header h1 em, header h1 span {
    	margin-bottom: 15px;
	}
}



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



@media screen and (max-width: 640px) {
	header h1 {margin-top: 35px;}
	header h1 span {display: none;}

	.realizacje {padding: 0 15px;}

	.realizacje .col-md-6 {margin-bottom: 30px;}

	.title strong {font-size: 40px;}
}



@media screen and (max-width: 600px) {
	header h1 {margin-top: 30px;}
}



@media screen and (max-width: 480px) {
	header h1 em {font-size: 20px}
	header h1 {margin-top: 5px;}

	.stellar {display: none;}

	.boxes {margin-top: 30px;}

	footer .col-xs-12 {
		width: 100%;
		margin-bottom: 30px;
		text-align: center;
	}

	.title strong {font-size: 35px;}
	.title em {font-size: 20px;}

	.sub .main {
	    padding-top: 30px;
    	padding-bottom: 30px;
	}
}




@media screen and (max-width: 435px) {
	header h1 strong {font-size: 25px;}

	.title strong {font-size: 35px;}

	.title {
    	margin: 0 0 30px;
	}

	.main {
	    padding-top: 30px;
		padding-bottom: 30px;
	}

	.title strong {font-size: 30px;}
	.title em {font-size: 18px;}
}




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

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




@media screen and (max-width: 375px) {
	header h1 {margin-top: 0;}

	header h1 em {font-size: 18px}
	header h1 strong, header h1 em, header h1 span {
    	margin-bottom: 10px;
	}

	footer .pull-left,
	footer .pull-right {
		width: 100%;
		text-align: center;
	}

	.madeby {
		float: none;
		display: inline-block;
		margin-top: 10px;
	}

}





@media screen and (max-width: 360px) {
	.oferta .hover small {
		font-size: 12px;
		line-height: 1.1em;
	}

	.title strong {font-size: 25px;}
	.title em {font-size: 16px;}
}



@media screen and (max-width: 320px) {
	header h1 em {font-size: 15px}
	header h1 {margin-top: -15px;}
}
