body {
    font-family: 'open_sansregular';
    font-weight: normal;
    font-style: normal;
    font-size: 14px;
    line-height: 1.5em;
    color: #666;
    background: white;
    padding-top: 140px
}

body > iframe {display: none}

.stellar {
	width: 100%;
	height: 450px;
	background: url(../img/stellar.jpg) top no-repeat;
}

header, article, footer {
    overflow: hidden
}

.navbar-right {
    margin-right: 0
}

.navbar-brand {
    padding: 0;
    margin: 45px 0 0 30px;
    transition: all .2s
}

.navbar {
    background: white;
    height: 140px;
    margin: 0;
    border-top: 2px solid #c00;
    transition: all .2s
}

.navbar .nav {
    margin: 40px 30px 0 0;
    transition: all .2s
}

.navbar .nav>li>a {
    font-size: 18px;
    color: #666;
    text-transform: uppercase;
    transition: all .2s;
    font-family: 'montserratultra_light';
    font-weight: normal;
    font-style: normal
}

.navbar .nav>li>a:hover, .navbar .nav>li>a:focus, .navbar .nav>.open>a, .navbar .nav>.open>a:hover, .navbar .nav>.open>a:focus {
    color: #c00;
    background: #f8f8f8
}

.navbar .nav>.active>a, .navbar .nav>.active>a:hover, .navbar .nav>.active>a:focus {
    font-family: 'montserratbold';
    font-weight: normal;
    font-style: normal;
    color: #c00
}

.langs {
    margin: 50px 0 0 0;
    padding: 4px;
    background: #e8e8e8;
    position: relative;
    transition: all .2s
}

.langs a {
    line-height: 1em;
    transition: all .2s;
    float: left
}

.langs a:hover {
    opacity: .5
}

.langs img {
    float: left
}

.langs small {
    font-size: 10px;
    color: #7a7a7a;
    margin: 4px 3px 0 6px;
    font-family: 'open_sansregular';
    font-weight: normal;
    font-style: normal;
    float: left
}

.langs .caret {
    font-size: 5px!important;
    float: right;
    margin: 8.5px 0 0 0
}

.langs .dropdown-menu {
    background: #e8e8e8;
    border: 0;
    width: auto;
    min-width: 67px;
    box-shadow: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0
}

.langs .dropdown-menu ul {
    float: left;
    padding: 4px;
    margin: 0
}

.langs .dropdown-menu ul li {
    list-style: none;
    margin: 3px 0;
    float: left;
    clear: left
}

.affix {
    height: 80px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2)
}

.affix .navbar-brand {
    margin-top: 18px
}

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

.affix .langs {
    margin-top: 24px
}

header {
    overflow: hidden;
    height: 580px;
    position: fixed;
    top: 140px;
    left: 0;
    width: 100%;
    z-index: 10
}

.slogan {
    position: absolute;
    top: 593px;
    left: 0;
    text-align: center;
    width: 100%;
    height: 130px;
    z-index: 1000;
    background: url(../img/slogan.png) bottom no-repeat;
    color: white;
    font-size: 52px;
    text-transform: uppercase;
    line-height: 1em;
    font-family: 'montserratultra_light';
    font-weight: normal;
    font-style: normal
}

.slogan strong {
    font-family: 'montserratbold';
    font-weight: normal;
    font-style: normal;
    margin-top: 10px;
    display: inline-block
}

.sub .slogan {
    top: 323px
}

.home article {
    background: white;
    position: relative;
    z-index: 1000;
    margin-top: 580px
}

.sub article {
    background: white;
    position: relative;
    z-index: 1000;
    margin-top: 300px
}

.home section {
    padding-top: 30px;
    padding-bottom: 30px
}

section h2 {
    font-family: 'montserratbold';
    font-weight: normal;
    font-style: normal;
    text-transform: uppercase;
    color: #333;
    font-size: 52px
}

.home h2 {
    margin: 37px 0 15px
}

.btn-default {
    background: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    box-shadow: none;
    border-color: #333;
    padding: 8px 15px;
    font-size: 14px;
    transition: all .2s
}

.btn-default:hover {
    border-color: #c00;
    color: #c00;
    background: 0
}

.btn-default:focus {
    border-color: #c00;
    color: #c00;
    background: 0;
    outline: 0
}

.btn-default:active {
    border-color: #900;
    color: #900;
    background: 0
}

.btn-default:active:hover {
    border-color: #900;
    color: #900;
    background: 0
}

.boxes {
    background: #f4f4f4;
    text-align: center
}

.boxes .box4, .boxes .box5, .boxes .box6 {
    margin-top: 15px;
    padding-top: 30px;
    border-top: 1px solid #ccc
}

.boxes h2 {
    margin-bottom: 30px
}

.boxes strong {
    display: inline-block;
    margin: 30px 0 5px;
    font-size: 18px;
    color: #333;
    font-family: 'montserratbold';
    font-weight: normal;
    font-style: normal;
    text-transform: uppercase
}

.coop strong {
    text-transform: uppercase;
    font-size: 18px;
    font-family: 'montserratbold';
    font-weight: normal;
    font-style: normal;
    color: #333
}

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

.home section ul {
	padding-left:18px;
}

.home section ul li {
    list-style: none;
	margin-bottom: 10px;
    list-style-image: url(../img/ok.png);
}

.gallery {
    padding: 0!important
}

.gallery .col {
    padding: 0
}

.gallery .fancy {
    transition: all .2s;
    position: relative;
    display: block;
    float: left;
    overflow: hidden
}

.gallery .fancy img {
    transition: all .2s;
    max-width: 100%
}

.gallery .fancy:hover img {
    transform: scale(1.05)
}

footer {
    background: black
}

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

footer span {
    color: white
}

footer span strong {
    color: white;
    font-family: 'open_sansbold';
    font-weight: normal;
    font-style: normal
}

footer .madeby {
    float: right;
    line-height: 1em;
    margin-top: 3px
}

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

.sub header {
    height: 300px
}

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

.sub .main a {
    color: #c00
}

.sub .main h2, .sub .main h3, .sub .main h4, .sub .main h5, .sub .main h6 {
    font-family: 'montserratbold';
    font-weight: normal;
    font-style: normal;
    text-transform: none;
    margin: 0 0 15px;
    color: #333
}

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

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

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

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

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

.sub .title h1 {
    font-size: 52px;
    border-bottom: 1px solid #ddd;
    margin: 30px 0;
    padding-bottom: 15px;
    color: #333;
    text-transform: uppercase;
    font-family: 'montserratbold';
    font-weight: normal;
    font-style: normal
}

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

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

.jPaginate span {
    cursor: pointer
}

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

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

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 0 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 0;
    font-size: 12px;
    font-weight: bold;
    width: 10px
}

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

span.jPag-snext, span.jPag-snext-img {
    margin: 2px 2px 2px 0;
    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
}

@media screen and (max-width:1280px) {
    .cycle-slideshow img {
        max-width: 100%
    }
    header {
        height: 382px
    }
    .home article {
        margin-top: 382px
    }
    .slogan {
        top: 395px
    }
}

@media screen and (max-width:1199px) {
    header {
        height: 304px
    }
    .home article {
        margin-top: 304px
    }
    .slogan {
        top: 317px;
        background-size: 129% auto;
        font-size: 35px
    }
    .slogan strong {
        margin-top: 50px
    }
    .navbar .nav>li>a {
        font-size: 14px;
        padding: 15px 8px
    }
    .sub .slogan {
        top: 312px
    }
}

@media screen and (max-width:980px) {
    header {
        height: 291px
    }
    .home article, .sub article {
        margin-top: 226px
    }
    .slogan, .sub .slogan {
        top: 238px;
        background-size: 129% auto;
        font-size: 35px
    }
    .navbar-brand {
        margin-top: 15px
    }
    .navbar-toggle {
        border-color: #c00;
        margin-top: 18px
    }
    .icon-bar {
        background-color: #c00
    }
    .navbar {
        height: 75px
    }
    header {
        top: 75px
    }
    .boxes strong {
        font-size: 14px
    }
    #navbar {
        background: white;
        box-shadow: 0 3px 10px rgba(0, 0, 0, .2)
    }
    .langs {
        margin: 12px 0 0 0;
        float: right;
        position: relative;
        z-index: 1000
    }
    .navbar .nav {
        margin: 0
    }
    .navbar .nav>li>a {
        border-top: 1px solid #ddd
    }
    .kontakt .col-md-4 {
        width: 100%;
        margin-bottom: 15px
    }
    .kontakt .col-md-4 .col-md-4 {
        width: 33.33333333%;
        float: left
    }
    .kontakt .col-md-4 .col-md-8 {
        width: 66.66666667%
    }
    .kontakt .col-md-4 .col-md-8 h5 {
        margin-top: 55px
    }
}

@media screen and (max-width:800px) {
    header {
        height: 223px
    }
    .home article, .sub article {
        margin-top: 158px
    }
    .slogan, .sub .slogan {
        top: 170px;
        background-size: 125% auto;
        font-size: 26px
    }
    .slogan strong {
        margin-top: 70px
    }
}

@media screen and (max-width:640px) {
    header {
        height: 188px
    }
    .home article, .sub article {
        margin-top: 120px
    }
    .slogan, .sub .slogan {
        top: 132px;
        background-size: 125% auto;
        font-size: 18px
    }
    .slogan strong {
        margin-top: 86px
    }
    .home .main h2 {
        margin: 0 0 15px
    }
    .home .main .col-xs-12 {
        margin-top: 15px
    }
    .boxes .box {
        margin-top: 15px;
        padding-top: 30px;
        border-top: 1px solid #ccc
    }
    footer .col-xs-12 {
        text-align: center
    }
    footer .madeby {
        display: inline-block;
        float: none;
        margin: 10px auto 0
    }
    .kontakt .col-md-4 .col-md-4 {
        width: 33.33333333%;
        float: left
    }
    .kontakt .col-md-4 .col-md-8 {
        width: 66.66666667%
    }
    .kontakt .col-md-4 .col-md-8 h5 {
        margin-top: 40px
    }
}

@media screen and (max-width:600px) {
    header {
        height: 176px
    }
    .home article, .sub article {
        margin-top: 100px
    }
    .slogan, .sub .slogan {
        top: 112px;
        background-size: 125% auto;
        font-size: 18px
    }
    .slogan strong {
        margin-top: 86px
    }
}

@media screen and (max-width:480px) {
    header {
        height: 140px
    }
    .home article, .sub article {
        margin-top: 70px
    }
    .slogan, .sub .slogan {
        top: 82px;
        background-size: 125% auto;
        font-size: 15px
    }
    .slogan strong {
        margin-top: 94px
    }
    .navbar-brand img {
        width: 290px;
        margin-top: 5px
    }
    .kontakt .col-md-4 .col-md-4 {
        width: 40%;
        float: left
    }
    .kontakt .col-md-4 .col-md-8 {
        width: 60%;
        float: left
    }
    .kontakt .col-md-4 .col-md-8 h5 {
        margin-top: 30px
    }
}

@media screen and (max-width:435px) {
    header {
        height: 126px
    }
    .home article, .sub article {
        margin-top: 62px
    }
    .home .col-xs-12:first-of-type {
        margin-top: 0
    }
    .slogan, .sub .slogan {
        top: 72px;
        background-size: 130% auto;
        font-size: 14px
    }
    .slogan strong {
        margin-top: 97px
    }
    .navbar-brand img {
        width: 290px;
        margin-top: 5px
    }
}

@media screen and (max-width:414px) {
    header {
        height: 124px
    }
    .home article, .sub article {
        margin-top: 50px
    }
    .home .col-xs-12:first-of-type {
        margin-top: 0
    }
    .slogan, .sub .slogan {
        top: 61px;
        background-size: 130% auto;
        font-size: 14px
    }
    .slogan strong {
        margin-top: 97px
    }
    .navbar-brand img {
        width: 290px;
        margin-top: 5px
    }
    .kontakt .col-md-4 .col-md-4 {
        width: 40%;
        float: left
    }
    .kontakt .col-md-4 .col-md-8 {
        width: 60%;
        float: left
    }
    .kontakt .col-md-4 .col-md-8 h5 {
        margin-top: 20px
    }
}

@media screen and (max-width:375px) {
    header {
        height: 108px
    }
    .home article, .sub article {
        margin-top: 45px
    }
    .home .col-xs-12:first-of-type {
        margin-top: 0
    }
    .slogan, .sub .slogan {
        top: 56px;
        background-size: 140% auto;
        font-size: 14px
    }
    .slogan strong {
        margin-top: 98px
    }
    .navbar-brand {
        margin-left: 15px
    }
    .navbar-brand img {
        width: 220px;
        margin-top: 10px
    }
    .boxes .col-xs-6 {
        width: 100%
    }
    .boxes strong {
        font-size: 12px
    }
    .kontakt .col-md-4 .col-md-4 {
        width: 35%;
        float: left
    }
    .kontakt .col-md-4 .col-md-8 {
        width: 65%;
        float: left
    }
    .kontakt .col-md-4 .col-md-8 h5 {
        margin-top: 0
    }
    .sub .title h1 {
        font-size: 40px
    }
}

@media screen and (max-width:360px) {
    header {
        height: 104px
    }
    .home article .sub article {
        margin-top: 40px
    }
    .home .col-xs-12:first-of-type {
        margin-top: 0
    }
    .slogan, .sub .slogan {
        top: 50px;
        background-size: 150% auto;
        font-size: 14px
    }
    .slogan strong {
        margin-top: 98px
    }
}

@media screen and (max-width:320px) {
    header {
        height: 102px
    }
    .home article, .sub article {
        margin-top: 35px
    }
    .home .col-xs-12:first-of-type {
        margin-top: 0
    }
    .slogan, .sub .slogan {
        top: 40px;
        background-size: 150% auto;
        font-size: 13px
    }
    .slogan strong {
        margin-top: 101px
    }
}
