html {
    scroll-behavior: smooth;
}

[x-cloak] {display: none !important;}

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 1.5em;
    color: #666;
    font-weight: 400;
    background: white;
    padding-top: 120px
}

.navbar-brand img {height: 100px; transition: all .2s;}
.affix .navbar-brand img {height: 55px}

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

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

.navbar {
    background: white;
    height: 120px;
	transition: all .2s;
}

.affix {height: 75px;}

.navbar a {
    font-size: 14px;
    color: #666
}

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

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

.navbar .nav>li {
    margin-left: 2px
}

.navbar .nav>li>a {
    padding: 10px 20px;
    transition: all .2s
}

.navbar .list-inline {
    margin: 50px 0 0 30px;
	transition: all .2s;
}

.affix .list-inline {margin-top: 25px;}

.navbar .list-inline li {
    padding: 0;
    margin: 0 0 0 30px
}

.navbar .list-inline li a {
    padding-top: 10px;
    padding-bottom: 10px
}

.navbar .list-inline li a:hover {
    text-decoration: none;
    color: #004b9a
}

.navbar .list-inline .tel {
    padding-left: 30px;
    background: url(../img/tel.png) left center no-repeat
}

.navbar .list-inline .email {
    padding-left: 30px;
    background: url(../img/email.png) left center no-repeat
}

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

header {
    position: relative;
    text-align: center;
    height: 587px;
    overflow: hidden
}

header h1 {
    position: relative;
    z-index: 100;
    width: 468px;
    height: 468px;
    margin-top: 60px;
    display: inline-block;
    text-align: center;
    border-radius: 250px;
    background: #0072b9;
    background: -moz-radial-gradient(center, ellipse cover, #0072b9 0%, #004a99 100%);
    background: -webkit-radial-gradient(center, ellipse cover, #0072b9 0%, #004a99 100%);
    background: radial-gradient(ellipse at center, #0072b9 0%, #004a99 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0072b9', endColorstr='#004a99', GradientType=1);

	transition: all .2s;
	cursor: pointer;
}

header h1 a:focus {color: white; text-decoration: none}

header h1:hover {
	transform: scale(1.05);
	box-shadow: 0 15px 15px -10px rgba(0,0,0,.3);
}

header h1 span, header h1 strong, header h1 a {
    display: block;
    color: white;
    line-height: 1em
}

header h1 span {
    font-weight: 300;
    font-size: 36px;
    margin: 150px 0 10px 0
}

header h1 strong {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 45px
}

header h1 a {
    font-size: 14px;
    border: 1px solid white;
    padding: 15px 45px;
    border-radius: 25px;
    display: inline-block !important
}

header h1 a:hover {text-decoration: none; color: white;}

header .cycle-slideshow {
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0
}

#onas {
    padding-top: 60px;
    padding-bottom: 60px;
    background: url(../img/onasbg.jpg) 0 0 no-repeat;
    min-height: 622px
}

#uslugi {
    padding-top: 60px;
    padding-bottom: 60px;
    background: url(../img/uslugibg.jpg) right 0 no-repeat;
    min-height: 622px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#uslugi .container,
#uslugi .row {
    height: 100%;
}

#uslugi .col-md-6 {
    display: flex;
    height: 100%;
    align-items: center;
}

#uslugi h2 {margin-top: 0;}

.home section h2 {
    font-size: 30px;
    color: #004494;
    font-weight: 700;
    margin: 40px 0 30px
}

.home section ul {
    padding: 0 0 0 20px
}

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

#oferta {
    padding-top: 60px;
    padding-bottom: 60px;
    background: #f2f2f2
}




.akordeon {
    width: 100%;
}

.akordeon h3 {
    border-top: 1px solid #d9d9d9;
    width: 100%;
    padding: 20px;
    margin: 0;
    float: left;
    font-size: 18px;
    background: url(../img/akoclosed.png) 97.5% center no-repeat
}

.akordeon h3:hover {
    background-color: #e6e6e6;
    cursor: pointer
}

.akordeon tr,
.akordeon td {
    float: left;
    width: 100%
}

.akordeon .active h3 {
    background: url(../img/akoopen.png) 97.5% center no-repeat;
    color: #004494
}

.akordeon .active td {
    background: url(../img/akobg.jpg) top repeat-x
}

.akordeon .odd td {
    background: #fbfbfb
}



.gallery .col-md-3, .gallery .col-xs-12 {
    padding: 0
}

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

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

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

footer {
    background: black;
    padding: 30px 0;
    color: white;
    font-size: 14px
}

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

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

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

.sub header {
    height: 300px
}

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

.sub h1 {
    font-size: 30px;
    font-weight: 700;
    margin: 0 0 30px;
    color: #004494
}

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



.stellar {
	float: left;
	height: 449px;
	width: 100%;
	background-image: url(../img/stellar.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: local;
	background-position: 0 -600px;
}



.navbar-brand img {height: 100px}

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




.galeria {margin-bottom: 30px;}

.galeria .row {margin: 0 -1px}
.galeria .col-md-3 {padding: 1px;}

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

.galeria a img {
	transition: all .5s;
}

.galeria a:hover img {
	opacity: .9;
	transform: scale(1.08);
}

.navbar-nav li {position: relative;}

ul.dropdown {
    background-color: #fff;
    list-style: none;
    box-shadow: 0 1rem 2rem -.5rem hsl(0 0% 0% / .15);
    min-width: 200px;
    padding: 0;

    position: absolute;
    top: 100%;
    left: 0;


    & a {
        display: block;
        padding: 0.55rem 1.25rem;
        text-decoration: none;
        border-top: 1px solid hsl(0 0% 90% / 1);
        transition: background-color 200ms, color 200ms;

        &:hover {
            background-color: #004494;
            color: white;
        }
    }
    & li:first-child a {border: 0;}
}


#products .card {
    margin-bottom: 30px;
}

.card-img-top {
    overflow: hidden;
    display: block;

    & img {
        transition: transform 300ms cubic-bezier(0.19, 1, 0.22, 1);
    }

    &:hover img {
        transform: scale(1.1);
    }
}

.card-title-link {
    font-weight: bold;
    color: #004494;
    display: block;
    transition: color 200ms;

    &:hover {
        color: #0072b9;
        text-decoration: none;
    }
}












/*

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

*/




@media screen and (max-width: 1900px) {
	#onas {background: url(../img/onasbg.jpg) -20% 0 no-repeat;}
}

@media screen and (max-width: 1600px) {
	#onas {background: url(../img/onasbg.jpg) -28% 0 no-repeat;}
}


/* height: 864px */
@media screen and (max-width: 1536px) {
	.sub header {height: 300px;}
	#onas {background: url(../img/onasbg.jpg) -35% 0 no-repeat;}

}



/* height: 900px */
@media screen and (max-width: 1440px) {
	.sub header {height: 300px;}
	#onas {background: url(../img/onasbg.jpg) -65% 0 no-repeat;}

}


/* height: 768px */
@media screen and (max-width: 1366px) {
	header {height: 412px;}
	header .cycle-slideshow img {width: 100%;}

	header h1 {
	    width: 354px;
	    height: 354px;
	    margin-top: 30px;
	}

	header h1 span {
	    font-size: 25px;
	    margin: 100px 0 10px 0;
	}

	header h1 strong {
	    font-size: 29px;
	    margin-bottom: 30px;
	}

	#onas {
	    background: url(../img/onasbg.jpg) -273px 0 no-repeat;
	}

	.sub header {height: 211px;}
}



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



/* height: 1024 & 720px */
@media screen and (max-width: 1280px) {
	header {height: 386px;}

	header h1 {margin-top: 15px;}

	#onas {background: url(../img/onasbg.jpg) -330px 0 no-repeat;}

	.stellar {height: 300px;}

	.sub header {height: 197px;}
}



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

	.navbar .list-inline {margin: 50px 0 0 15px;}

	header {height: 308px;}

	header h1 {
	    width: 280px;
	    height: 280px;
	    margin-top: 15px;
	}

	header h1 span {
	    font-size: 22px;
	    margin: 85px 0 10px 0;
	}

	header h1 strong {
	    font-size: 18px;
	    margin-bottom: 15px;
	}

	#onas {
	    background: url(../img/onasbg.jpg) -580px 0 no-repeat;
		background-size: auto 100%;
	}

	.sub header {height: 157px;}

	.navbar .nav>li>a {
    	padding: 10px 15px;
    	transition: all .2s;
	}
}





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

	.navbar-toggle {
		border-color: #00509d;
		margin-top: 45px;
	}

	.icon-bar {
		background: #00a3db;
	}

	#navbar {
		background: white;
	}

	header {height: 294px;}

	header h1 {
	    width: 240px;
	    height: 240px;
	    margin-top: 30px;
	}

	header h1 span {
	    font-size: 18px;
	    margin: 75px 0 10px 0;
	}

	header h1 strong {
	    font-size: 18px;
	    margin-bottom: 15px;
	}

	header h1 a {padding: 10px 15px;}

	#onas {
	    background: none;
		padding-top: 30px;
		padding-bottom: 30px;
		min-height: 200px;
	}

	.navbar-header .navbar-right {
		margin-right: 30px;
		float: right;
	}

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

	.akordeon img {
		max-width: 500%;
		width: 100%;
		margin-bottom: 15px;
	}

	.sub header {height: 150px;}

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




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

	header {height: 240px;}

	header h1 {
	    width: 210px;
	    height: 210px;
	    margin-top: 15px;
	}

	header h1 span {
	    margin: 83px 0 10px 0;
	}

	header h1 a {display: none !important;}

	.onas h2 {margin-top: 0 !important;}
	#oferta {
		padding-top: 30px;
		padding-bottom: 30px;
	}

	.sub header {height: 122px;}

}



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

	.sub header {height: 117px;}

}

@media screen and (max-width: 640px) {
	header h1 {display: none;}
	header {height: auto;}
	header .cycle-slideshow {position: relative;}

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

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

	.affix .list-inline {margin-top: 30px;}

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

	.sub header {height: 97px;}

}




@media screen and (max-width: 600px) {
	.navbar .list-inline li {margin: 0 0 0 10px;}

	.sub header {height: 91px;}

}



@media screen and (max-width: 480px) {
	.navbar .list-inline {margin-top: 35px;}
	.navbar .list-inline li {
		float: left;
		clear: left;
		margin-bottom: 10px;
	}

	.affix .list-inline {margin-top: 10px;}
	.affix .navbar-toggle {margin-top: 20px;}

	footer {
		text-align: center;
	}

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

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

	.sub header {height: 72px;}

}



@media screen and (max-width: 435px) {
	.sub header {height: auto;}

}




@media screen and (max-width: 425px) {
	.navbar-header .navbar-right {margin-right: 15px;}
}



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


@media screen and (max-width: 375px) {
	.navbar .list-inline li a {
		padding-left: 0 !important;
		background: none !important;
	}

	.navbar .list-inline li {
    	margin: 0;
	}

	.navbar .list-inline {margin-top: 41px;}
	.affix .list-inline {margin-top: 15px;}
}


@media screen and (max-width: 360px) {
	.navbar .list-inline a {font-size: 12px;}
	.akordeon h3 {font-size: 17px;}
}



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

	.navbar .list-inline {display: none;}

}
