@charset "UTF-8";
.header-wrapper::after, .footer-wrapper::after {
  display: table;
  clear: both;
  content: '';
}

.clearfix::after {
    content: '';
    display: table;
    clear: both;
}

html,
body {
  min-width: 400px;
  color: #282828;
  font: 300 14px/18px 'Merriweather Sans', Tahoma, Verdana, sans-serif;
}

html.ie9,
body.ie9 {
  font: normal 13px/18px Verdana, Tahoma, sans-serif;
  overflow: hidden;
}

html.ie9::after,
body.ie9::after {
  display: block;
  position: absolute;
}

html {
  min-height: 100%;
  box-sizing: border-box;
}

html.ie9::after {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.97);
  content: '';
  z-index: 999999;
}

body {
  background: url(../img/background-round.png) no-repeat center 402px, -webkit-radial-gradient(center ellipse, #296829 0%, #255f25 100%) no-repeat center 0, #fff;
  background: url(../img/background-round.png) no-repeat center 402px, radial-gradient(ellipse at center, #296829 0%, #255f25 100%) no-repeat center 0, #fff;
  background-size: auto auto, 100% 416px;
}

body.ie9::after {
  top: 50%;
  left: 50%;
  padding: 15px 25px;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background: #255f25;
  color: #e4f4b9;
  text-align: center;
  white-space: pre-wrap;
  box-shadow: 7px 7px 0 #081608;
  content: 'Przeglądarka Internet Explorer której aktualnie używasz, jest przestarzała... \A Wejdź na stronę - http://outdatedbrowser.com/pl - aby ją zaktualizować.';
  z-index: 1000000;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

*:focus {
  outline: none;
}

img {
  display: block;
  max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  color: #255f25;
  font: 300 30px / 34px 'Calibri', 'Merriweather Sans', Tahoma, Verdana, sans-serif;
}

a {
  color: #255f25;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

ul {
  margin: 0;
  padding: 0;
}

ul li {
  list-style: none;
}

strong {
  font-weight: 700;
}

/*!
 * unlimitedGrid v1.1.1
 * Copyright (c) 2015-2016 Krzysztof Kula
 * - https://github.com/PixelT/unlimitedGrid/
 * - http://pixelt.github.io/unlimitedGrid/
 * Licensed MIT
 */
.ug-grid {
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
  padding: 0;
}

.ug-row {
  margin-left: -25px;
}

.ug-row::after {
  display: table;
  clear: both;
  content: '';
}

[class*='ug-col-'],
[class*='ug-block-'] > * {
  width: 100%;
  min-height: 1px;
  padding-left: 25px;
  float: left;
}

.ug-col-1 {
    width: 8.33333%;
}

.ug-col-2 {
    width: 16.66667%;
}

.ug-col-3 {
    width: 25%;
}

.ug-col-4 {
    width: 33.33333%;
}

.ug-col-5 {
    width: 41.66667%;
}

.ug-col-6 {
    width: 50%;
}

.ug-col-7 {
    width: 58.33333%;
}

.ug-col-8 {
    width: 66.66667%;
}

.ug-col-9 {
    width: 75%;
}

.ug-col-10 {
    width: 83.33333%;
}

.ug-col-11 {
    width: 91.66667%;
}

.ug-col-12 {
    width: 100%;
}

.ug-gutter-reset {
    margin-left: 0;
}

.ug-gutter-reset > [class*="ug-col-"] {
    padding-left: 0;
}

@media (min-width: 480px) {
    .ug-col-s-1 {
        width: 8.33333%;
    }
    .ug-col-s-2 {
        width: 16.66667%;
    }
    .ug-col-s-3 {
        width: 25%;
    }
    .ug-col-s-4 {
        width: 33.33333%;
    }
    .ug-col-s-5 {
        width: 41.66667%;
    }
    .ug-col-s-6 {
        width: 50%;
    }
    .ug-col-s-7 {
        width: 58.33333%;
    }
    .ug-col-s-8 {
        width: 66.66667%;
    }
    .ug-col-s-9 {
        width: 75%;
    }
    .ug-col-s-10 {
        width: 83.33333%;
    }
    .ug-col-s-11 {
        width: 91.66667%;
    }
    .ug-col-s-12 {
        width: 100%;
    }
}

@media (min-width: 768px) {
    .ug-col-m-1 {
        width: 8.33333%;
    }
    .ug-col-m-2 {
        width: 16.66667%;
    }
    .ug-col-m-3 {
        width: 25%;
    }
    .ug-col-m-4 {
        width: 33.33333%;
    }
    .ug-col-m-5 {
        width: 41.66667%;
    }
    .ug-col-m-6 {
        width: 50%;
    }
    .ug-col-m-7 {
        width: 58.33333%;
    }
    .ug-col-m-8 {
        width: 66.66667%;
    }
    .ug-col-m-9 {
        width: 75%;
    }
    .ug-col-m-10 {
        width: 83.33333%;
    }
    .ug-col-m-11 {
        width: 91.66667%;
    }
    .ug-col-m-12 {
        width: 100%;
    }
}

@media (min-width: 992px) {
    .ug-col-l-1 {
        width: 8.33333%;
    }
    .ug-col-l-2 {
        width: 16.66667%;
    }
    .ug-col-l-3 {
        width: 25%;
    }
    .ug-col-l-4 {
        width: 33.33333%;
    }
    .ug-col-l-5 {
        width: 41.66667%;
    }
    .ug-col-l-6 {
        width: 50%;
    }
    .ug-col-l-7 {
        width: 58.33333%;
    }
    .ug-col-l-8 {
        width: 66.66667%;
    }
    .ug-col-l-9 {
        width: 75%;
    }
    .ug-col-l-10 {
        width: 83.33333%;
    }
    .ug-col-l-11 {
        width: 91.66667%;
    }
    .ug-col-l-12 {
        width: 100%;
    }
}

[class*="ug-hide-"] {
    display: block;
}

[class*="ug-show-"] {
    display: none;
}


.ug-show-xs {
    display: block;
}
.ug-hide-xs {
    display: none;
}

@media (min-width: 480px) {
    .ug-show-s {
        display: block;
    }
    .ug-hide-s {
        display: none;
    }
}

@media (min-width: 768px) {
    .ug-show-m {
        display: block;
    }
    .ug-hide-m {
        display: none;
    }
}

@media (min-width: 992px) {
    .ug-show-l {
        display: block;
    }
    .ug-hide-l {
        display: none;
    }
}


.btn {
    cursor: pointer;
  display: inline-block;
  padding: 15px 35px;
  border-top: 1px solid #ffb400;
  border-bottom: 1px solid #d49600;
    border-left: 0;
    border-right: 0;
  border-radius: 6px;
  background-image: -webkit-linear-gradient(top, #ffa800 0%, #ffbd1e 100%);
  background-image: linear-gradient(180deg, #ffa800 0%, #ffbd1e 100%);
  color: #282828;
  font-weight: 400;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.btn:hover {
    text-decoration: none;
    background-image: -webkit-linear-gradient(top, #ffbd1e 0%, #ffa800 100%);
    background-image: linear-gradient(180deg, #ffbd1e 0%, #ffa800 100%);
}
.btn.checked {
    background: #ffcf68;
}

.btn-sm {
    padding: 8px 15px;
}

.btn-border {
    border: 2px solid #c6d6c6;
    border-radius: 16px;
    display: inline-block;
    padding: 5px 10px;
    color: #c6d6c6;
    font-weight: bold;
}
.btn-border:hover {
    text-decoration: none;
    color: #fff;
    border-color: #fff;
}

.date {
  display: inline-block;
  margin-bottom: 10px;
  color: #777;
  font: 400 12px 'Arial';
}

.wrapper {
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
  padding: 0 13px;
}

.header-wrapper {
  position: relative;
  padding: 35px 0;
}

.header-logo {
  display: block;
  width: 165px;
  height: 50px;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .header-logo {
    margin-left: 15px;
    float: left;
  }
}

.header-social {
  position: absolute;
  top: 44px;
  right: 15px;
}

.header-social li {
  margin: 0 5px;
  float: left;
}

.header-social a {
  display: block;
  width: 32px;
  height: 32px;
  background: url("../img/sprites.png") no-repeat center center transparent;
  opacity: .75;
}

.header-social a:hover {
  opacity: 1;
}

.header-social .social-facebook a {
  background-position: 0 0;
}

.header-social .social-phone a {
  background-position: -34px 0;
}


.b-profile {
    position: absolute;
    top: 44px;
    left: 15px;
}
.b-profile a {
    margin: 0 5px;
    float: left;
}

@media (max-width: 767px) {
    .header-social {
        top: 20px;
    }
    .b-profile {
        top: 64px;
        left: auto;
        right: 15px;
    }
}

.menu-wrapper {
  margin: 0 -13px;
  margin-top: 80px;
  padding: 0 13px;
  clear: both;
  background-image: -webkit-linear-gradient(bottom, #ffa800 0%, #ffbd1e 100%);
  background-image: linear-gradient(to top, #ffa800 0%, #ffbd1e 100%);
}

@media (min-width: 768px) {
  .menu-wrapper {
    margin-top: 35px;
  }
}

@media (min-width: 992px) {
  .menu-wrapper {
    border-radius: 6px;
  }
}

.menu-main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.menu-main > li {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 1;
    -ms-flex: 0 0 1;
    flex: 0 0 1;
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    position: relative;
}

.menu-main > li > a {
  display: block;
  height: 51px;
  padding: 0 25px;
  color: #282828;
  font-weight: 400;
  text-align: center;
}

.menu-main > li:hover > a, .menu-main > li.current > a {
  position: relative;
  background: #fff;
  text-decoration: none;
}

.menu-main > li:hover > a::after, .menu-main > li.current > a::after {
  display: block;
  position: absolute;
  top: -9px;
  right: 0;
  left: 0;
  width: 100%;
  height: 9px;
  border-radius: 5px 5px 0 0;
  background: #fff;
  content: '';
}

.menu-main > li > a > span {
  display: block;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}


.menu-main > li:hover .navbar-sub {
    display: block;
}
.navbar-sub {
    position: absolute;
    top: 100%;
    left: 50%;
    width: 250px;
    background: #fff;
    z-index: 999;
    padding: 10px 20px;
    display: none;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    border-radius: 5px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}
.navbar-sub li {
    margin: 15px 0;
}
.navbar-sub a {
    color: #394671;
    font-size: 14px;
    font-weight: normal;
    text-align: center;
    line-height: 1.5em;
    display: block;
    transition: all .15s linear;
    -moz-transition: all .15s linear;
    -webkit-transition: all .15s linear;
}
.navbar-sub a:hover {
    color: #ffa800;
    text-decoration: none;
}
.navbar-sub li.current a {
    color: #ffa800;
}


.mobile-overlay {
  display: none;
  position: fixed;
  top: -200px;
  right: -200px;
  bottom: -200px;
  left: -200px;
  background: rgba(68, 68, 68, 0.5);
  z-index: 999998;
}

.sidr-animating .mobile-overlay,
.sidr-open .mobile-overlay {
  display: block;
}

.mobile-offcanvas {
  display: none;
}

@media (min-width: 768px) {
  .mobile-offcanvas {
    display: block;
  }
}

.mobile-nav {
  display: block;
  width: 100%;
  height: 52px;
  line-height: 52px;
  text-align: center;
  text-decoration: none;
}

@media (min-width: 768px) {
  .mobile-nav {
    display: none;
  }
}

.mobile-nav span {
  position: relative;
  padding-left: 35px;
  color: #282828;
  font-weight: 700;
  text-transform: uppercase;
}

.mobile-nav span::after {
  display: block;
  position: absolute;
  top: 7px;
  left: 0;
  width: 25px;
  height: 3px;
  background: #282828;
  box-shadow: 0 6px 0 #282828,
 0 -6px 0 #282828;
  content: '';
}

.sidr {
  display: block;
  position: fixed;
  top: 0;
  width: 260px;
  height: 100%;
  background: #fff;
  z-index: 999999;
  overflow-x: hidden;
  overflow-y: auto;
}

.sidr li {
  border-bottom: 1px solid #f2f2f2;
}

.sidr a {
  display: block;
  padding: 10px 20px;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
}

.sidr-class-navbar-sub {
    margin: 0!important;
}
.sidr-class-navbar-sub li {
    border-bottom: 0;
    padding-left: 20px;
    border-top: 1px solid #f2f2f2;
}
.sidr-class-navbar-sub a {
    font-size: 14px;
    font-weight: 500;
    text-transform: none;
}

.sidr.right {
  right: -260px;
  left: auto;
}

.sidr.left {
  right: auto;
  left: -260px;
}

.sidr-open .sidr {
  box-shadow: 1px 0 0 #ccc;
}

.category-wrapper {
  margin-bottom: 35px;
}

.category {
  border-radius: 6px 6px 0 0;
  background-color: #ebf1f7;
}

@media (max-width: 767px) {
  .category {
    margin-bottom: 10px;
  }
}

.category-image {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .category-image {
    border-radius: 6px 6px 0 0;
  }
}

.category-content {
  padding: 20px;
  padding-top: 30px;
  border-radius: 0 0 6px 6px;
  background-color: #f2f6fa;
  text-align: center;
}

.category-content h1 {
  line-height: 28px;
}

.category-content p {
  margin-bottom: 21px;
    line-height: 1.5em;
}

.news-wrapper {
  margin-bottom: 35px;
}

.news {
  position: relative;
  padding: 25px;
  border-radius: 6px;
  background-color: #fdf3c6;
}

@media (max-width: 767px) {
  .news {
    width: 100%;
    margin-bottom: 10px;
  }
}

.news h2 {
  margin-bottom: 10px;
}

.news .date {
  margin-bottom: 0;
}

.news p {
  font-weight: 700;
}

@media (min-width: 992px) {
  .news {
    padding: 26px 30px;
    padding-right: 130px;
  }
  .news .btn {
    position: absolute;
    top: 50px;
    right: 40px;
    padding: 20px;
  }
}

.page-title {
  margin-bottom: 35px;
  text-align: center;
}

.page-title h1 {
  color: #fff;
  font-weight: 700;
}

.main-wrapper {
  padding: 30px;
  border-radius: 6px;
  background: #fff;
    min-height: 250px;
}
.main-wrapper [class*='ug-col-'] {

}
.bexes-off {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom: 1px solid #cccccc;
    margin-bottom: 30px;
}
.main-wrapper img.baner {
    width: 100%;
    display: block;
}



.page-news {
  padding: 25px 0 15px;
  border-bottom: 1px solid #ddd;
}

.page-news:first-child {
  padding-top: 0;
}

.page-news .date {
  margin-bottom: 20px;
}

.page-news h3 {
    color: #282828;
    font: 700 14px 'Merriweather Sans';
}
.page-news p {
    line-height: 1.5em;
}

.btn-news {
  margin: 25px 0;
}

.footer-wrapper {
  margin-bottom: 35px;
}

.footer-title,
.footer-copyrights,
.footer-make {
  color: #777;
  font: 400 12px 'Arial';
}

.footer-make {
    margin-top: 10px;
}
.footer-make .studiomh {
    display: inline-block;
}
.footer-make .studiomh:hover {
	
}

@media (max-width: 767px) {
  .footer-title,
  .footer-copyrights {
    padding: 3px 0;
  }
}

.footer-copyrights, .footer-make {
  text-align: right;
}

@media (max-width: 767px) {
    .footer-title,
    .footer-copyrights,
  .footer-make {
    text-align: center;
  }
}



.subnav {
    border-radius: 6px;
    margin: 10px 0 40px 0;
    overflow: hidden;
}
.subnav a {
    font-size: 16px;
    color: #fff;
    text-align: center;
    height: 100px;
    display: block;
    position: relative;
    background: #245e24;
    background: -moz-linear-gradient(top,  #245e24 0%, #124112 100%);
    background: -webkit-linear-gradient(top,  #245e24 0%,#124112 100%);
    background: linear-gradient(to bottom,  #245e24 0%,#124112 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#245e24', endColorstr='#124112',GradientType=0 );
}
.subnav a span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
}
.subnav a:hover {
    text-decoration: none;
}
.subnav a.current {
    color: #282828;
    background: #245e24;
    background: -moz-linear-gradient(top,  #ffbd1e 0%, #ffa800 100%);
    background: -webkit-linear-gradient(top,  #ffbd1e 0%,#ffa800 100%);
    background: linear-gradient(to bottom,  #ffbd1e 0%,#ffa800 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffbd1e', endColorstr='#ffa800',GradientType=0 );
}
.subnav a:after {
    content: '';
    display: block;
    width: 1px;
    background: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: 0.1;
}
.subnav div.ug-col-m-3:last-child a:after {
    display: none;
}

@media (max-width: 767px) {
    .subnav a {
        height: 60px;
    }
    .subnav a:before {
        content: '';
        display: block;
        height: 1px;
        background: #fff;
        position: absolute;
        bottom: 0;
        right: 0;
        left: 0;
        opacity: 0.1;
    }
}



/***************************************************
Specifics
***************************************************/

.pagination {
    margin-top: 20px;
}
.pagination .next {
    float: right;
}
.txt-center {
    text-align: center;
}
.txt-right {
    text-align: right;
}

hr {
    border: 0;
    height: 1px;
    background: #cccccc;
    margin: 30px 0;
}

#cookies {
    position: fixed;
    bottom: 0;
    background: #f2f6fa;
    padding: 5px;
    width: 100%;
    font-size: 12px;
    text-align: center;
    color: #000;
}
#cookies .ok {
    background: #000;
    color: #fff;
    padding: 1px 3px;
    margin: 0 5px;
}
body.hasCookies {
    margin-bottom: 20px;
}

.link-u {
    text-decoration: underline;
}


/***************************************************
content
***************************************************/

.content p {
    margin: 15px 0;
    line-height: 1.5em;
}

.content h1 {
    margin: 40px 0 40px 0;
}
.content h2 {
    margin: 30px 0;
}
.content h3 {
    font-size: 30px;
    margin: 30px 0;
}
.content h4 {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #282828;
    text-transform: uppercase;
    margin: 20px 0;
}
.content h1:first-child, .content h2:not(.second):first-child, .content h3:first-child {
    margin-top: 0;
}

.content ul {
    display: block;
    list-style-position: outside;
    list-style-type: disc;
    margin: 0;
    padding-left: 20px;
    line-height: 1.5em;
}
.content ul li {
    list-style-type: disc;
}

.content ol {
    display: block;
    list-style-position: outside;
    list-style-type: decimal;
    margin: 0;
    padding-left: 20px;
    line-height: 1.5em;
}



/***************************************************
Forms
***************************************************/

fieldset.form {
    border: 0;
    padding: 0;
    margin: 0;
}

fieldset.form-profile {
    max-width: 600px;
    margin: 0 auto;
}

fieldset.form-center, div.form-center {
    max-width: 700px;
    margin: 0 auto;
}
@media (max-width: 767px) {
    .form-center {
        max-width: 400px;
    }
    .form-center.form-analiza-4 {
        max-width: 100%;
    }
}

/* wiersz */
.form-group {
    margin-bottom: 10px;
}

/* odstęp */
.form-offset {
}

/* buttony */
fieldset.form .form-btns {
    text-align: center;
    margin-top: 20px;
}


/* podpis */
.form-label {
    text-align: left;
    position: relative;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    margin-top: 16px;
    margin-bottom: 3px;
}
.form-label.txt-right {
    text-align: right;
}
.form-label.txt-center {
    text-align: center;
}
.form-label-top {
    text-align: center;
    margin-bottom: 5px;
}
.form-label.form-label-top {
    text-transform: none;
}


/* gwiazdka */
.form-req {
    color: #ff0000;
    margin-left: 10px;
}


/* grupa kontolek */
.form-control-group {
    max-width: 600px;
    margin: 6px 0;
    float: left;
}

.form-error {
    color: #ff0000;
    font-size: 12px;
    font-weight: bold;
    display: block;
    text-align: left;
}


/* kontrolka */
.form-control {
    background: #fff;
    width: 100%;
    padding: 15px;
    margin: 0;
    border: 1px solid #cccccc;
    border-radius: 6px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.form-control:hover {
    border-color: #000;
}
.form-control:focus {
    border-color: #000;
}
select.form-control {
}
textarea.form-control {
    height: 150px;
}

.form-control.error {
    border-color: #ff0000;
}

.form-control[readonly] {
    border-color: #ffbd1e;
}

.form-control-lg {
    width: 400px;
}
.form-control-sm {
    text-align: center;
    padding-right: 0;
    padding-left: 0;
}

.form-group-range-checkboxes {
    line-height: 22px;
}

.form-group-range .btn {
    text-align: center;
    width: 30%;
    padding-right: 0;
    padding-left: 0;
    float: left;
}
.form-group-range .form-control {
    text-align: center;
    width: 30%;
    float: left;
    margin: 0 5%;
    padding-right: 0;
    padding-left: 0;
}

/*@media (max-width: 767px) {*/
    /*.form-analiza-2 .ug-row:not(:first-of-type) {*/
        /*margin-bottom: 20px;*/
    /*}*/
/*}*/

.form-control-checkbox {
    margin-right: 5px;
}

.form-control-info, .form-control-info-center {
    color: #255f25;
    font-weight: bold;
    text-align: left;
    text-transform: uppercase;
    display: block;
    position: relative;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    margin-top: 16px;
    margin-bottom: 3px;
}
.form-control-info-center {
    text-align: center;
}




.form-profile .form-label {
    float: left;
    width: 30%;
}

.form-profile .form-control {
    float: left;
    width: 70%;
}
.form-profile .form-error {
    padding-left: 30%;
}
.form-profile .form-offset {
    padding-left: 30%;
}
.form-profile .form-group-checkbox .form-error {
    padding: 0;
}


/***************************************************
Messages
***************************************************/

.msg {
    text-align: center;
    padding: 15px;
    margin-bottom: 15px;

    color: #fff;
    border-radius: 5px;
    background: #255f25;
}




/***************************************************
Icons
***************************************************/

[class*="icon-"] {
    display: inline-block;
    vertical-align: middle;
    content:'';
}

.icon-help {
    width: 20px;
    height: 20px;
    background: url(/assets/img/icon-help.png) top;
}
.icon-help:hover {
    background-position: bottom;
}
.form-group .icon-help {
    margin-top: 8px;
}


.icon-settings {
    width: 32px;
    height: 32px;
    background: url(/assets/img/sprites.png) -102px 0;
    opacity: .75;
}
.icon-logout {
    width: 32px;
    height: 32px;
    background: url(/assets/img/sprites.png) -68px 0;
    opacity: .75;
}
.icon-settings:hover, .icon-logout:hover {
    opacity: 1;
}

.icon-more {
    width: 25px;
    height: 27px;
    background: url(/assets/img/sprites.png) 0 -34px;
    opacity: .75;
    margin: 0 5px;
}
.icon-delete {
    width: 27px;
    height: 27px;
    background: url(/assets/img/sprites.png) -27px -34px;
    opacity: .75;
    margin: 0 5px;
}
.icon-more:hover, .icon-delete:hover {
    opacity: 1;
}

/***************************************************
Zewnętrzne pluginy
***************************************************/


.qtip-default.qtip-info {
    background: #245e24 ;

    border: 0!important;
    border-radius: 6px;
    -moz-border-radius: 6px;
    padding: 15px!important;
    max-width: 400px!important;
}
.qtip-info .qtip-content {
    color: #fff;
    font-size: 14px!important;
    line-height: 18px !important;
}


/***************************************************
Dialog
***************************************************/

/* Add some nice box-shadow-ness to the dialogues */
.qtip.qtip-dialogue{
    max-width: 600px;
    min-width: 310px;

    -moz-box-shadow: 0 0 10px 1px rgba(0,0,0,.5);
    -webkit-box-shadow: 0 0 10px 1px rgba(0,0,0,.5);
    box-shadow: 0 0 10px 1px rgba(0,0,0,.5);
    padding: 0;

    background: #fff;
    border: 0;
    border-radius: 5px;
    position: fixed;
}

.qtip.qtip-dialogue .qtip-titlebar{
    padding: 20px;
    background: none;
    display: none;
}
.qtip.qtip-dialogue .qtip-content{
    padding: 20px;
}
.qtip.qtip-dialogue .qtip-content p {
    text-align: center;
}

.qtip.qtip-dialogue button{
    float: left;
    width: 45%;
    margin-top: 20px;
    margin-right: 10px;
}

.qtip.qtip-dialogue button:only-of-type {
    float: none;
    margin-left: auto;
    margin-right: auto;
}

.qtip.qtip-dialogue button + button{
    float: right;
    margin-right: 0;
}


p.analiza-login {
    margin: 20px 0;
    text-align: center;
    line-height: 3em;
}


/***************************************************
Analiza
***************************************************/

.form-analiza-4 .answer {
    color: #255f25;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
}
.form-analiza-4 .answer2 {
    color: #f2072d;
}

.form-analiza-4 .answer-help {
    font-style: italic;
}


.p-news h2 {
    margin: 0;
}


/***************************************************
Analiza omega
***************************************************/


@media (max-width: 767px) {
    .form-omega .form-label:not(.form-label-top) {
        text-align: center;
        font-weight: bold;
    }
}


/***************************************************
progress bar
***************************************************/

.progress-bar {
    max-width: 500px;
    margin: 20px auto;
}
.progress-bar p {
    padding: 5px;
    margin: 0;
    display: inline-block;
    width: 100%;
}
.progress-bar p span:last-child {
    float: right;
}
.progress-bar > div {
    padding: 3px;
    border: 1px solid #cccccc;
    border-radius: 6px;
}
.progress-bar > div > .progress-bar-val {
    height: 15px;
    background: #245e24;
    border-radius: 4px;
}
.progress-bar > div > .progress-bar-val > span {
    height: 15px;
    width: 50%;
    background: #ffa800;
    display: block;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}


/***************************************************
chart
***************************************************/

.progress-chart {
    max-width: 500px;
    margin: 20px auto;
}
.progress-chart p {
    padding: 7px 5px 3px 5px;
    margin: 0;
    display: block;
    width: 100%;
}
.progress-chart p span:last-child {
    float: right;
}
.progress-chart > div > div {
    padding: 3px;
    border: 1px solid #cccccc;
    border-radius: 6px;
}
.progress-chart > div > div > span {
    height: 15px;
    width: 50%;
    background: #245e24;
    display: block;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.progress-chart > div > div > span.plus {
    background: #ffa800;
}




/***************************************************
Table
***************************************************/
table.table {
    margin: 0 auto 40px auto;
    clear: both;
    width: 100%;
    border-collapse: collapse;
}

table.table thead tr {
    color: #fff;
    text-align: center;
    background: #245e24;
    background: -moz-linear-gradient(top, #245e24 0%, #124112 100%);
    background: -webkit-linear-gradient(top, #245e24 0%,#124112 100%);
    background: linear-gradient(to bottom, #245e24 0%,#124112 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#245e24', endColorstr='#124112',GradientType=0 );
}

table.table thead th {
    font-weight: bold;
    padding: 12px 10px;
}


table.table td {
    padding: 12px 10px;
    border-bottom: 1px solid #cccccc;
    text-align: center;
}

table.table tbody tr:hover {
    background-color: #f8f8f8;
}


/***************************************************
Staty
***************************************************/

.p-stats .charts {
    width: 100%;
    height: 500px;
    margin-top: 10px;
    padding-right: 20px!important;
}
.p-stats .charts .legend {
    display: none;
}

.p-stats .choices {
    line-height: 1.5em;
}
.p-stats .choices div.item input {
    margin-right: 5px;
}
.p-stats .choices div.item > div {
    float: left;
    margin-right: 5px;
    margin-top: 1px;
}


.p-stats:not(.p-stats-roboty) .choices div.item:nth-child(4), .p-stats:not(.p-stats-roboty) .choices div.item:nth-child(5) {
    display: none;
}