body {
    background: white;
    font-size: 16px;
    color: #666;
    line-height: 1.6em;
    font-family: 'montserratlight';
    font-weight: normal;
    font-style: normal;
    padding-top: 120px
}

.navbar {
    background: white;
    height: 120px
}

.navbar .nav {
    margin-top: 43px
}

.navbar .nav>li>a {
    text-transform: uppercase;
    font-size: 20px;
    color: #999;
    font-family: 'bebas_neueregular';
    font-weight: normal;
    font-style: normal;
    transition: all .3s;
    padding: 5px 20px
}

.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: black;
    background: none
}

header {
    overflow: hidden
}

header .container {
    position: relative
}

header .container .col-md-4 {
    position: absolute;
    top: 30px;
    right: 0;
    z-index: 100
}

header .container .col-md-4 .box {
    background: rgba(0, 0, 0, 0.8);
    padding: 15px;
    color: white;
    float: left
}

header .container .col-md-4 .box h1 {
    font-family: 'bebas_neueregular';
    font-weight: normal;
    font-style: normal;
    text-transform: uppercase;
    color: white;
    font-size: 90px;
    line-height: 1em;
    margin: 0 0 20px;
    float: left;
    width: 100%
}

header .container .col-md-4 .box h1 strong, header .container .col-md-4 .box h1 span {
    display: block;
    float: left;
    width: 100%;
    line-height: 1em
}

header .container .col-md-4 .box h1 span {
    color: #ec6600;
    font-size: 36px
}

header .container .col-md-4 .box .more {
    float: left;
    margin-top: 15px;
    color: white;
    font-size: 12px;
    font-family: 'montserratbold';
    font-weight: normal;
    font-style: normal;
    text-transform: uppercase;
    padding: 13px 30px;
    border-radius: 4px;
    border: 2px solid rgba(255, 255, 255, 0.2);
    transition: all .2s
}

header .container .col-md-4 .box .more:hover {
    background: rgba(255, 255, 255, 0.2);
    text-decoration: none;
    text-shadow: 0 2px 1px rgba(0, 0, 0, 0.5)
}

header .cycle-slideshow {
    z-index: 10
}

.home .main {
    background: url(../img/homemain.jpg) right no-repeat;
    padding-top: 80px;
    padding-bottom: 80px
}

.home .main h2 {
    margin: 50px 0 15px;
    font-size: 72px;
    text-transform: uppercase;
    color: black;
    font-family: 'bebas_neueregular';
    font-weight: normal;
    font-style: normal
}

.home .main h3 {
    margin: 0 0 15px;
    letter-spacing: 1.5px;
    font-size: 22px;
    font-family: 'montserratregular';
    font-weight: normal;
    font-style: normal;
    text-transform: uppercase;
    color: black
}

.home .main .btn-default {
    margin-top: 15px
}

.btn-default {
    border: 2px solid black;
    color: black;
    background: white;
    font-size: 12px;
    font-family: 'montserratbold';
    font-weight: normal;
    font-style: normal;
    text-transform: uppercase;
    padding: 13px 30px;
    border-radius: 4px;
    text-shadow: none;
    box-shadow: none;
    line-height: 1em;
    transition: all .2s
}

.btn-default:hover, .btn-default:focus, .btn-default:focus:hover {
    background: black;
    text-decoration: none;
    color: white;
    border-color: black;
    transform: scale(0.97)
}

.stellar {
    background-image: url(../img/stellar.jpg);
    background-attachment: fixed;
	background-position: 0 0;
    background-size: cover;
	background-repeat: no-repeat;
    height: 340px
}

section.kontakt {
    background: black;
    padding-top: 80px;
    padding-bottom: 80px;
    color: white
}

section.kontakt a {
    color: #ec6600
}

section.kontakt h4 {
    margin: 0 0 30px;
    font-size: 30px;
    font-family: 'bebas_neueregular';
    font-weight: normal;
    font-style: normal;
    text-transform: uppercase
}

#mapagoogle {
    height: 450px;
    background: #ddd
}

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

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

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

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

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

.navbar-brand img {
    height: 88px
}

.affix {
    height: 73px
}

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

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

.affix .nav {
    margin-top: 20px
}

.sub .main {
    padding: 80px 0
}

.sub .main h1, .sub .main h2, .sub .main h3, .sub .main h4, .sub .main h5, .sub .main h6 {
    font-family: 'bebas_neueregular';
    font-weight: normal;
    font-style: normal;
    text-transform: uppercase;
    color: black
}

.sub .main h1 {
    margin: 0;
    font-size: 72px;
    line-height: 1.1em
}

.sub .main h2, .sub .main h3, .sub .main h4, .sub .main h5, .sub .main h6 {
    margin: 30px 0 15px
}

.sub .main h2 {
    font-size: 50px
}

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

.sub .main h4 {
    font-size: 30px
}

.sub .main h5 {
    font-size: 20px
}

.sub .main h6 {
    font-size: 15px
}

.sub hr {
    border-color: #ddd;
    margin: 30px 0
}

.sub a {
    color: #ec6600
}

.gallery {
    padding-bottom: 80px
}

.gallery img {
    width: 100%
}

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

.gallery .col-md-3 {
    padding: 1px
}

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

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

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

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


/*# sourceMappingURL=main.css.map */

.btn-primary {
    background: #ec6600;
    border: 0;
    transition: all .2s;
    box-shadow: none;
    text-shadow: none;
}

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



.table-bordered {
	border-spacing: 3px;
	border-collapse: separate;
	border:0;
}

.table-bordered td p {margin:0}

.table-bordered td {
	border:0 !important;
	background: #f4f4f4;
	vertical-align:center;
}

.table-bordered thead td {
	color: white;
	background: #ec6602;
}

.main ul li {
	list-style: none;
	list-style-image: url(../img/bullet.png);
}




.kontaktbox {
	padding: 60px;
	color: white;
	background: #333;
	text-align: center;
}


.kontaktbox h3 {
	margin-top: 0px!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

*/


/* height: 1050px */
@media screen and (max-width: 1680px) {

}


/* 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) {

}



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

	.cycle-slideshow img {width: 150%;}

	header .container .col-md-4 {width: 40%; top: 15px;}

	header .container .col-md-4 .box h1 strong {
		font-size: 32px;
	}

	header .container .col-md-4 .box p {font-size: 14px;}

}

@media screen and (max-width: 1023px) {
	.cycle-slideshow img {width: 100%;}

	header .container .col-md-4 {display: none}

	.navbar-toggle {
		border-color: #666c6f;
		border-radius: 30px;
		background: #ec6602;
		margin-top: 40px;
		padding: .8em .6em;

		transition: all .2s;
	}

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

	.icon-bar {
		background: #fff;
	}

	#navbar {
		background: white;
	}

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

	.navbar .nav>li:first-child>a {border:0;}

	.home .main {
		padding-top: 30px;
		padding-bottom: 30px;
		background: #f4f4f4;
	}

	.home .main img {width: 100%; max-width: 1000%; margin: 15px 0 0 0;}


	section.kontakt,
	footer {
		text-align: center;
	}

	section.kontakt .col-md-3 h4 {margin-top: 30px;}

	.sub .main {
    	padding: 30px 0;
	}


	.stellar {
		background-position: right center;
		background-size: cover;
		height: 350px;
	}
}



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

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

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

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

@media screen and (max-width: 480px) {
	.home .main {
		padding-top: 15px;
		padding-bottom: 15px;
	}

	.home .main h2 {
    margin: 20px 0 15px;
    font-size: 50px;}

	.stellar {
		background-position: right center;
		background-size: 300% auto;
		height: 300px;
	}

}

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

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

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

@media screen and (max-width: 375px) {
	.stellar {
		background-position: -900px center !important;
		background-size: 450% auto;
		height: 250px;
	}
}

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

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