body {
    background: white;
    font-size: 16px;
    color: #828282;
    font-family: 'cooper_hewittbook';
    font-weight: normal;
    font-style: normal;
    padding-top: 174px
}


body strong, body b {
    font-family: 'cooper_hewittbold';
    font-weight: normal;
    font-style: normal;
	color: #071e22;
}

header, main, footer {
    overflow: hidden
}

h6:first-of-type {
	font-size: 19px;
	font-family: 'cooper_hewittlight';
    font-weight: normal;
    font-style: normal
	color: #071e22;
	margin-bottom: 30px;
}

.navbar {
    height: 174px;
    background: #fff url(../img/navbar.jpg) bottom repeat-x;
    border-top: 6px solid #80AA00;
    border-bottom: 0;
    transition: all .2s
}

.navbar-header .navbar-right {
    margin-right: 0;
    display: flex;
    align-items: center;
    height: 99px;
}

.navbar-nav + .navbar-right {
    display: flex;
    align-items: center;
    gap: .5rem;
    height: 51px;
    margin-right: 5px;

    & a {
        margin: 0;
    }
}

.navbar .navbar-header {
    height: 116px;
    width: 100%
}

.navbar .nav>li>a {
    color: white;
    font-family: 'cooper_hewittbold';
    font-weight: normal;
    font-style: normal;
    font-size: 16px;
    padding: 16px 25px;
    text-transform: uppercase;
    transition: all .2s
}

.navbar .nav .active>a, .navbar .nav .active>a:hover, .navbar .nav .active>a:focus, .navbar .nav .open>a, .navbar .nav .open>a:hover, .navbar .nav .open>a:focus, .navbar .nav .active>a, .navbar .nav .open>a, .navbar .nav li>a:hover, .navbar .nav li>a:focus {
    background: #80AA00;
    /*box-shadow: inset 0 0 35px rgba(0, 0, 0, 0.2)*/
}

.navbar .fb {
    margin-top: 10px;
    float: left;
    transition: all .2s
}

.navbar .fb:hover {
    opacity: .7
}

.navbar .inwestor {
    margin-top: 25px;
    float: left;
	transition: all .2s
}

.navbar .inwestor span {
    color: #5e5e5e;
    font-size: 16px
}

.navbar .inwestor:hover {
    opacity: .7;
	text-decoration: none
}

.navbar .mdm {
	margin-top:23px;
	margin-left:10px;
	transition: all .2s
}

.navbar .mdm:hover {
    opacity: .7;
	text-decoration: none
}

.navbar .info {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    float: left;
    padding: 5px 80px;
    margin: 18px 80px 0 0
}

.navbar .info span {
    float: left;
    clear: left;
    margin: 5px 0
}

.navbar .info span img {
    margin-right: 10px
}

.navbar .info span:last-of-type img {
    margin-left: 3px
}

.navbar .info span, .navbar .info a {
    color: #5e5e5e;
    font-size: 16px
}


.affix {
    margin-top: -122px
}

.navbar-brand {
    margin-top: 5px;
    transition: all .2s
}

.navbar-brand img {
    height: 80px;
}

.navbar-brand:hover {
    opacity: .7;
	text-decoration: none
}

header {
    position: relative
}

header .cycle-slideshow {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 492px;
    overflow: hidden;
    z-index: 10
}

header .container {
    position: relative;
    z-index: 20
}

header .info {
    background: #80AA00;
    /*box-shadow: inset 0 0 80px rgba(0, 0, 0, 0.2);*/
    float: left;
    width: 100%;
    text-align: center;
    padding: 110px 30px;
    color: white
}

header .info h2 {
    font-size: 30px;
    font-family: 'cooper_hewittbold';
    font-weight: normal;
    font-style: normal;
    margin: 0 0 10px
}

header .info h4 {
    font-size: 18px;
    margin: 0 0 15px;
    font-family: 'cooper_hewittlight';
    font-weight: normal;
    font-style: normal
}

header .info p {
    font-size: 14px;
    line-height: 1.3em
}

header .info p strong {
    color: white!important;
}

header .info .btn-primary {
    font-size: 16px;
    font-family: 'cooper_hewittbold';
    font-weight: normal;
    font-style: normal;
    text-transform: uppercase;
    color: white;
    text-shadow: none;
    background: #071e22;
    border-radius: 0;
    border: 0;
    line-height: 1em;
    padding: 18px 30px 15px;
    transition: all .2s
}

header .info .btn-primary:hover {
    background: #162629;
    transform: scale(1.03)
}

.btn-default {
    font-size: 16px;
    font-family: 'cooper_hewittbold';
    font-weight: normal;
    font-style: normal;
    text-transform: uppercase;
    color: white;
    text-shadow: none;
    background: #80AA00;
    border-radius: 0;
    border: 0;
    line-height: 1em;
    padding: 18px 30px 15px;
    transition: all .2s
}

.btn-default:hover,
.btn-default:focus,
.btn-default:focus:hover {
    background: #426F00;
	color: white;
    transform: scale(1.03)
}

.btn-default span {
	margin: 0 -15px 0 10px;
	width: auto;
	top:0;
}

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

.box {
    text-align: center
}

.box a {
    color: white;
    background: #80AA00;
    /*box-shadow: inset 0 0 120px rgba(0, 0, 0, 0.3);*/
    float: left;
    width: 100%;
    padding: 30px 0;
    transition: all .2s
}

.box a:hover {
    transform: scale(1.03)
}

.box a:hover .ico {
    transform: rotateY(360deg)
}

.box .ico {
    transition: all 2s
}

.box strong {
    font-size: 24px;
    font-family: 'cooper_hewittbold';
    font-weight: normal;
    font-style: normal;
    display: inline-block;
    margin: 5px 0 10px;
	color: white;
}

.box2 a {
    background: #F5BB00
}

.box3 a {
    background: #F56416;
    /*box-shadow: inset 0 0 120px #ec7713*/
}

.box4 a {
    background: #ED1C24
}

.stellar {
    height: 630px;
    width: 100%;
    background-size: 100% auto;
    background-attachment: fixed;
    background: #f5f5f5 url(../img/stellar2.jpg) 0 0 no-repeat
}

.mapagoogle {
    width: 100%;
    height: 420px
}

footer {
    background: #02090a
}

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

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

.madeby {
    float: right
}

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

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

.progres {
    background: #f2f2f2;
    padding-top: 30px;
	padding-bottom: 90px;
}

.progres .title {
    text-align: center;
    margin: 0 0 45px
}

.progres .title h2, .progres .title h4 {
    margin: 0
}

.progres .title h2 {
    font-family: 'cooper_hewittbold';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    margin-top: 50px;
    color: #071e22;
    margin-bottom: 10px
}

.progres .title h4 {
    font-family: 'cooper_hewittlight';
    font-weight: normal;
    font-style: normal;
    font-size: 18px;
    color: #828282
}

.progressText {
    color: #071e22;
    font-size: 14px;
    text-transform: uppercase;
}

.tooltip {
    position: relative;
    float: right
}

.tooltip>.tooltip-inner {
    background-color: #eebf3f;
    padding: 5px 15px;
    color: #172c42;
    font-weight: bold;
    font-size: 13px
}

.popOver+.tooltip>.tooltip-arrow {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #eebf3f
}

.progress {
    border-radius: 0;
    overflow: visible;
	margin-bottom: 5px !important;
    /*box-shadow: none !important;*/
    background: white !important
}

.progress-bar {
    background: #006d3c;
    background: -moz-linear-gradient(left, #006d3c 0%, #009a56 100%);
    background: -webkit-linear-gradient(left, #006d3c 0%, #009a56 100%);
    background: linear-gradient(to right, #006d3c 0%, #009a56 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#006d3c', endColorstr='#009a56', GradientType=1);
    -webkit-transition: width 1.5s ease-in-out;
    transition: width 1.5s ease-in-out
}

.sub .main p:.sub .main a {
    color: #de0000
}

.sub h1 {
    font-family: 'cooper_hewittbold';
    font-weight: normal;
    font-style: normal;
    color: #071e22;
    font-size: 35px;
    margin: 0 0 30px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ddd
}

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

.sub main h2, .sub main h3, .sub main h4, .sub main h5, .sub main h6 {
    font-family: 'cooper_hewittbold';
    font-weight: normal;
    font-style: normal;
    color: #071e22;
    margin: 30px 0 15px
}

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

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

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

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

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

.sub .thumbnail {
    border-radius: 0;
    border: 0;
    background: #f5f5f5;
    transition: all .2s
}

.sub .thumbnail:hover {
    opacity: .9;
    transform: scale(1.05);
    box-shadow: 0 10px 10px -8px rgba(0, 0, 0, 0.2)
}

.fb_slider_right {
    position: fixed;
    top: 180px;
    right: -320px;
    z-index: 1000;
    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 ul {
    margin: 0;
    padding: 0
}

.download li {
	border-bottom: 1px solid #eee;
	padding: 8px 0;
}

.download li:first-child {
	border-top: 1px solid #eee;
}

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

.download a {color: #333}

.download a:hover {
    text-decoration: none;
	color: #80AA00;
}

.type_text .plik {
    display: inline;
	margin-top: 3px;
}

.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 2px !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 {
    padding: 30px 15px 30px 15px;
    display: flex;
    align-items: center;
    flex-flow: row wrap;
    justify-content: space-around;
}

.greybox {
    background: #f4f4f4;
    padding: 30px
}

table th {
	background: #071F23;
	color: white;
	padding: 20px 10px!important;
}

tr.bg-primary {
	background: #426F00;
	color: white;
}

table .bg-primary h5 {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 10px;
	color: white;
	font-family: 'cooper_hewittbook';
    font-weight: normal;
    font-style: normal;
	display: inline-block;
}

table .bg-primary .btn-primary {
	margin-top: -4px;
	background: #80AA00;
	border: none;
}


.sub header {
	height: 115px;
	background: url(../img/subslide.jpg) top no-repeat;
}


.sub header h1 {
	border:0;
	color: white;
	padding:0;
	font-size: 30px;
	margin: 25px 0 10px;
}

.sub header h2 {
	border:0;
	color: white;
	padding:0;
	font-size: 18px;
	margin: 0;
}


.greybox {
	float: left;
}

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

.markery a {
	position: absolute;
	z-index: 100;
}

.markery .b1,
.markery .b2,
.markery .b3 {
	position: absolute;
	z-index: 10;
	top:-2px; left:-1px;
	display: none;
}

.markery .blok1 {
	top: 49px;
	left: 103px;
	width: 279px;
	height: 157px;
	display: block;
	background: none;
	transform: rotate(-11deg);
}

.markery .blok2 {
	top: 194px;
	left: 90px;
	width: 412px;
	height: 220px;
	display: block;
	background: none;
	transform: rotate(-15deg);
}

.markery .blok3 {
	top: 53px;
	right: 102px;
	width: 302px;
	height: 189px;
	display: block;
	background: none;
	transform: rotate(-15deg);
}

.tooltip {opacity: 0 !important;}
.tooltip.in {opacity: 1 !important;}

.tooltip > .tooltip-inner {
	background: rgba(0,0,0,.8);
	color: white;
}







/*

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

*/


/* RWD */


/* height: 768px, 600px */
@media screen and (max-width: 1199px) {
	.navbar .info {
	    padding: 5px 40px;
	    margin: 18px 40px 0 0;
	}

	/* .navbar-brand>img {
	    width: 270px;
    	margin-top: 7px;
	} */

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

	header .cycle-slideshow img {
		width: 130%;
	}

	header .col-md-4 {
		width: 60%
	}

	header .info h2 {font-size: 25px;}
}




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

	body {
		padding-top: 100px;
	}

	.navbar-header .navbar-right {
		float: right;
        height: 93px;
	}

	.navbar .info {display: none;}

	.navbar {
		height: 100px;
		background: white;
		/*box-shadow: 0 3px 5px rgba(0,0,0,.2);*/
	}

    .navbar-brand {margin-top: 3px;}
    .navbar-brand>img {
    display: block;
    height: 55px;
}

	.navbar .inwestor {margin-top: 0;}
	.navbar .inwestor span {display: none;}
	.navbar .mdm {margin-top: 13px;}

	.navbar-toggle {
		border-color: black;
		margin-top: 30px;
		margin-left:30px;
	}

	.icon-bar {background: black;}

	.home header {height: 321px;}

	header .info {padding: 20px;}

	header .info p {font-size: 13px;}

	.affix {margin-top: 0;}

	.navbar .navbar-header {
		height: auto;
	}

	#navbar {
		background: white;
	}

	.navbar .nav>li>a {color: #333; padding: 13px 18px}

	.navbar .nav .active>a,
	.navbar .nav .active>a:hover,
	.navbar .nav .active>a:focus,
	.navbar .nav .open>a, .navbar .nav .open>a:hover, .navbar .nav .open>a:focus, .navbar .nav .active>a, .navbar .nav .open>a, .navbar .nav li>a:hover, .navbar .nav li>a:focus {
		color:white;
	}

	.fb {margin-bottom: 15px; }
}





@media screen and (max-width: 800px) {
	header .info p:first-of-type {display: none;}

	header .col-md-4 {width: 50%}

	header .info {padding: 52px 20px;}

	.home header {height: 261px;}
}




@media screen and (max-width: 768px) {
	header .info {padding: 49px 20px;}

	.home header {height: 250px;}
}



@media screen and (max-width: 640px) {
	header .info {padding: 27px 20px;}

	.home header {height: 208px;}

	header .info .btn-primary {font-size: 13px; padding: 18px 15px 15px;}

	.stellar {display: none;}

	footer .col {
		text-align: center;
	}

	.madeby {
		float: none;
		display: inline-block;
	}

	.mapagoogle {
		height: 250px;
	}
}




@media screen and (max-width: 600px) {
	.inwestor, .mdm {display: none;}
	header .info {padding: 20px;}

	.home header {height: 194px;}
}




@media screen and (max-width: 480px) {
	header .info {display: none}
	.home header {height: 154px;}
}

@media screen and (max-width: 435px) {
	.home header {height: 139px;}
	/* .navbar-brand>img {width: 234px;} */
}



@media screen and (max-width: 425px) {
	.home header {height: 136px;}
	/* .navbar-brand>img {width: 234px;} */
}

@media screen and (max-width: 414px) {
	.home header {height: 132px;}
	/* .navbar-brand>img {width: 234px;} */
}

@media screen and (max-width: 375px) {
	.home header {height: 119px;}
	/* .navbar-brand>img {width: 200px; margin-top: 10px;} */

	.btn-default {font-size: 13px; white-space: normal;}
}

@media screen and (max-width: 360px) {
	.home header {height: 114px;}
	/* .navbar-brand>img {width: 180px; margin-top: 10px;} */
}

@media screen and (max-width: 320px) {
	.home header {height: 101px;}
	/* .navbar-brand>img {width: 150px; margin-top: 12px;} */
}





@media (max-width: 1000px) {

    .fancybox-wrap,
    .fancybox-inner {
        max-width: 80vw !important;
        height: auto !important;
    }

    .fancybox-wrap img {
        display: block;
        max-width: 100%;
        height: auto;
    }
}