@media screen and (min-width: 1280px) {
    .container {
        width: 1230px
    }
}

body {
    background: white;
    font-family: 'Lato', sans-serif;
    color: #5f727f;
    font-size: 14px;
    line-height: 1.5em
}

.fb, .insta, .mail {
	position: fixed;
	right:10px;
	z-index: 5000;
	transition: all .2s;
}

.fb {top: 150px;}
.insta {top: 210px;}
.mail {top: 270px;}

.fb:hover,
.mail:hover,
.insta:hover {
	opacity: .9;
	transform: scale(.95);
}

@media screen and (max-width: 1023px) {
	.fb, .insta {display: none;}
}

header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    height: 100vh;
	overflow: hidden;
}

.tatoo {
    position: absolute;
    top: 15%;
    z-index: 100;
    text-align: center;
    width: 100%;
    height: 100vh
}


header .cycle-slideshow {
    position: relative;
    z-index: 10;
    height: 100vh;
    width: 100%;
    overflow: hidden;
}

header .cycle-slideshow img {
    height: 100vh;
    width: auto;
    min-width: 100%;
}

header .cycle-slideshow .cycle-slide {
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	overflow: hidden;
}

.navbar-brand {
    padding-top: 0
}

.navbar {
    background: black;
    height: 77px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    margin-bottom: 0
}

.affix {
	bottom:auto;
	top: 0;
	position: fixed;
	z-index: 2000;
}

.navbar .nav>li>a {
    color: white;
    text-shadow: none;
    font-size: 18px;
    font-family: 'Dosis', sans-serif;
    transition: all .2s;
    padding: 28px 30px
}

.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 {
    color: #eb212e;
    background: none
}

main {
    position: relative;
    z-index: 500;
    background: white;
    margin-top: 95vh;
	padding-top: 5vh;
}

.home h2, h1 {
    font-family: 'Dosis', sans-serif;
    color: #282c2f;
    font-size: 48px;
    text-align: center;
    padding-bottom: 60px;
    background: url(../img/hr.png) bottom no-repeat;
    margin: 30px 0
}

.studio {
    padding-top: 60px;
    padding-bottom: 60px;
    text-align: center
}

.studio h2 {margin-top: 0}

.rekomendacje {
    background: url(../img/red.jpg) top no-repeat;
    color: white;
    height: 480px
}

.ciekawostki {
    background: url(../img/przerywnik.jpg) top no-repeat;
	background-size: 102% auto;
    color: white;
    height: 480px;
	width: 100%;
}

.rekomendacje h2, #kontakt h2 {
    color: white;
    background: url(../img/hr-white.png) bottom no-repeat;
    margin-top: 90px;
}


#kontakt h2 {margin-top: 30px;}

.ciekawostki h2 {
    color: white;
    background: url(../img/hr-white.png) bottom no-repeat;
    margin-top: 90px;
	text-shadow: 0 1px 0 rgba(0,0,0,.8);
}

.rekomendacje .cycle-prev, .rekomendacje .cycle-next,
.ciekawostki .cycle-prev, .ciekawostki .cycle-next {
    position: absolute;
    top: 0;
    cursor: pointer;
    transition: all .2s
}

.rekomendacje .cycle-prev,
.ciekawostki .cycle-prev {
    left: -50px
}

.rekomendacje .cycle-prev:hover,
.ciekawostki .cycle-prev:hover {
    left: -55px
}

.rekomendacje .cycle-next,
.ciekawostki .cycle-next {
    right: -50px
}

.rekomendacje .cycle-next:hover,
.ciekawostki .cycle-next:hover {
    right: -55px
}

.rekomendacje .cycle-slideshow,
.ciekawostki .cycle-slideshow {
    width: 100%
}

.rekomendacje .cycle-slideshow .cycle-slide,
.ciekawostki .cycle-slideshow .cycle-slide {
    width: 100%;
    display: block;
    text-align: center
}

.rekomendacje .cycle-slideshow strong, .rekomendacje .cycle-slideshow span,
.ciekawostki .cycle-slideshow strong, .ciekawostki .cycle-slideshow span {
    display: block;
    margin-bottom: 10px;
    line-height: 1.5em
}

.rekomendacje .cycle-slideshow strong,
.ciekawostki .cycle-slideshow strong {
    font-size: 24px;
    font-weight: 700
}

.rekomendacje .cycle-slideshow span,
.ciekawostki .cycle-slideshow span {
    font-size: 14px
}

.rekomendacje .cycle-slideshow a,
.ciekawostki .cycle-slideshow a {
    color: white
}

.ciekawostki * {
	text-shadow: 0 2px 1px rgba(0,0,0,.8);
}


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

.faq .akordeon {
    width: 100%
}

.faq .akordeon td {
    border: 0;
    padding: 0
}

.faq .akordeon h3 {
    background: #282c2f;
    color: white;
    font-size: 18px;
    padding: 18px 30px;
    cursor: pointer
}

.faq .akordeon h3 span {
    float: right
}

.faq .col-xs-12 h3 {
    background: #d40000
}

.galeria {
    background: #f4f4f4;
    padding-top: 60px;
    padding-bottom: 60px
}

.galeria .col-md-3 {
    text-align: center
}

.galeria .col-md-3 img {
    width: 100%
}

.galeria .col-md-3 .caption {
    font-size: 24px;
    font-family: 'Dosis', sans-serif;
    color: #282c2f;
    text-align: center;
    padding: 15px 0 0;
    display: block
}

.galeria .image {
	float: left;
	width: 100%;
	overflow: hidden;
	position: relative;
	margin-bottom: 10px;
}

.galeria .hover {
	position: absolute;
	top:0; left:0;
	z-index: 100;
	background: rgba(0,0,0,.4);
	width: 100%;
	height: 100%;
	display: block;
	text-align: center;
	line-height: 300px;
	transition: all .2s;
	opacity: 0;
}

.galeria .hover span {
	color: white;
	font-size: 40px;
	display: inline-block;
	opacity: 0;

}

.galeria a:hover {text-decoration: none !important;}

.galeria a:hover .hover {
	opacity: 1;
}

.galeria a:hover .hover span {
	animation-name: hoverthis;
	animation-duration: .4s;
	animation-delay: .1s;
	animation-fill-mode: forwards;
}

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

@keyframes hoverthis {
	0% {opacity: 0; transform: scale(1.5) rotateZ(90deg);}
	100% {opacity: 1; transform: scale(1) rotateZ(360deg);}
}




#kontakt {
	color: white;
	font-size: 15px;
}

#kontakt h4 {
	font-weight: 400;
	margin: 30px 0;
	font-family: 'Dosis', sans-serif;
}

footer form .row {padding: 0;}

form .alert {
	margin-bottom: 10px !important;
}

.btn-primary {
	background: #eb212e;
	color: white;
	border:0;
	text-shadow: none;
	padding: 8px 30px;
	transition: all .2s;
	font-family: 'Dosis', sans-serif;
}



.btn-primary:hover,
.btn-primary:focus,
.btn-primary:focus:hover {
	background: #bd131e;
}


footer {
    background: #0e1114;
    position: relative;
    z-index: 1000
}

footer #mapagoogle {
    height: 550px;
    width: 100%;
    background: #ddd;
    filter: grayscale(1)
}

footer .row {
    padding: 30px 0
}

footer span {
    color: white;
    font-size: 18px
}

.madeby {
    float: right;
    line-height: 1em
}

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

.madeby small {
    margin: 2px 3px 0 0;
    font-size: 10px;
    color: white
}

.sub {
    padding-top: 77px
}

.sub header, .sub header .cycle-slideshow, .sub header .cycle-slideshow img {
    height: auto;
    position: relative
}

.sub header {
    float: left;
    width: 100%
}

.sub .navbar {
    position: fixed;
    top: 0;
    left: 0
}

.sub main, .sub footer {
    margin-top: 0;
    float: left;
    width: 100%
}

.sub .galeria .col-md-3 {
    margin-top: 15px;
    margin-bottom: 15px
}

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

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

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

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




.btn-default {
	background: black;
	color: white;
	padding: 10px 30px;
	color: white;
	border-radius: 0;
	border:0;
	text-shadow: none;
	transition: all .2s;
	font-weight: 300;
	font-family: 'Dosis', sans-serif;
}

.btn-default:hover,
.btn-default:focus,
.btn-default:focus:hover {
	background: #212121;
	transform: scale(.95);
	color: white;
}




.sub .galeria .col-md-3 {
	margin:0;
	padding: 0;
}

.sub .galeria .image {margin:0;}

.sub .galeria .hover {line-height: 330px;}


header .slide {
	width: 100vw;
	height: 100vh;
	background-repeat: no-repeat;
	background-position: center;
}















/*

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

*/

header .cycle-slide {background-size: auto 100%; background-position: center !important;}


/* RWD */

@media screen and (min-width: 1680px) {
	.ciekawostki {background-position: center -800px;}
}

/* height: 1050px */
@media screen and (max-width: 1680px) {
	.tatoo img {
		max-height: 70%;
	}

	main {overflow: hidden;}

	.ciekawostki {background-position: center -500px;}
}


/* height: 900px */
@media screen and (max-width: 1600px) {

}


/* height: 864px */
@media screen and (max-width: 1536px) {
	.ciekawostki {background-position: center -800px;}
}



/* 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) {
	.ciekawostki {background-position: center -800px;}
}



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

	.tatoo img {max-width: 80%;}

	.ciekawostki {background-position: center -1800px; background-size: 104% auto;}
}






@media screen and (max-width: 1023px) {
	.navbar-toggle {
		border-color: white;
		margin-top: 20px
	}

	.icon-bar {background: white;}


	.collapse.in {
	    display: block;
	    bottom: 76px;
	    top: auto;
	    background: black;
	    position: absolute;
	    width: 100%;
		left:0;
	    margin: 0 !important;
	    padding: 0;
	}

	.affix .collapse.in {
	    display: block;
	    bottom: auto;
	    top: 76px;
	    background: black;
	    position: absolute;
	    width: 93.5%;
	    margin: 0 !important;
	    padding: 0;
	}

	.navbar-nav {margin:0;}

	.navbar .nav>li>a {
		padding: 15px 25px;
		border-top: 1px solid #212121;
	}


	.ciekawostki {background-position: center; background-size: cover;}

	.fb, .insta, .mail {display: none;}

	header .cycle-slideshow .slide {
		background-size: cover !important;
		background-position: center !important;
	}
}




@media screen and (max-width: 980px) {
	.studio img {
		margin:0 auto
	}

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

	.galeria .hover {display: none}

	.galeria a {
		transition: all .2s;
		display: block;
	}

	.galeria a:hover {
		transform: scale(.95);
		opacity: .8;
	}

	footer #mapagoogle {height: 300px;}

	footer span {font-size: 12px;}

	main {
	    margin-top: 90vh;
		padding-top: 2vh;
	}
}




@media screen and (max-width: 768px) {
	footer span {margin-left: 15px;}
	.madeby {margin-right: 15px;}
}




@media screen and (max-width: 640px) {
	.tatoo {top: 30%;}

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

	.rekomendacje .cycle-slideshow strong {
    	font-size: 18px;
    	font-weight: 400;
	}

	main {
		padding-top: 0;
	}


}

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

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

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

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




@media screen and (max-width: 414px) {
	footer .row {
		text-align: center;
		padding: 30px;
	}

	footer span, .madeby {float: none; margin-left:0; margin-right: 0;}

	.madeby {margin-top: 15px; display: inline-block;}

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




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

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

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