@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700,300&subset=latin,latin-ext);

html,body { height:100%; }
body { background: #F7F9F9; }

.web { background-color: #fff; padding: 10px; }
.top { background-color: #fff;  min-height: 90px; padding: 20px 0px; border-top: 3px solid #0e472a; }
.menu-top { padding: 10px 0px; background: transparent linear-gradient(to right, #136b3f 32%, #00a652 50%, #136b3f 68%) repeat scroll 0% 0%; border-bottom: 3px solid #0e472a; line-height: 2.2; color: #fff;  }
.myfooter { padding: 10px 10px; margin-top: 20px;  background-color: #00a651; color: #fff; border-top: 3px solid #018b44; min-height: 80px; }

.menu a { color: #115740; font-size: 18px;  }
.menu a:hover,.menu li.active a { color: #000;}
.menu li  { padding: 4px 0px; }
.news-body { min-height: 220px;}


.whitebg { background-color: #fff; padding: 15px; height: 100%; }
.socials { padding: 10px 0px;}

h1 	{ font-family: 'Roboto Condensed', sans-serif; font-weight: 300; color:#464f5b; font-size: 32px; margin: 10px 0px 15px; text-align:left; }
h2 	{ font-family: 'Roboto Condensed', sans-serif; font-weight: 400; color:#464f5b; font-size: 32px; margin: 10px 0px 15px; }
h3 	{ font-family: 'Roboto Condensed', sans-serif; color:#2a2a2a; font-size: 23px; margin: 15px 0px 0px; text-align:left; font-weight: 300; }
h4 	{ font-family: 'Roboto Condensed', sans-serif; color:#2a2a2a; font-size: 21px; margin: 5px 0px 10px; }
h5 	{ font-family: 'Roboto Condensed', sans-serif; font-weight: 600; color:#464f5b; font-size: 18px; margin: 10px 0px 15px; text-transform:uppercase; }
h6 	{ font-family: 'Roboto Condensed', sans-serif; font-weight: 600; color:#ffffff; font-size: 18px; margin: 10px 0px 15px; text-transform:uppercase; }


@media (min-width: 1200px) {
}

/* Large desktop */
@media (min-width: 980px) and (max-width: 1190px) {
    h3.media-heading 	{ font-size: 19px; }
    .news-body { min-height: 260px;}
}

/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {
    h3.media-heading 	{ font-size: 19px; }
    .news-body { min-height: 260px;}
}

/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
    h3.media-heading 	{ font-size: 19px; }
}

/* Landscape phones and down */
@media (max-width: 480px) {
    h3.media-heading 	{ font-size: 20px; }
}
#scroll {
    background-color: #fff;
    font-size: 26px;
    text-transform: uppercase;
    font-family: 'Roboto Condensed', sans-serif;
    height: 36px;
    position: relative;
    overflow: hidden;
    margin-bottom: 15px;
}

.margintop 		{ margin-top: 10px !important; }
.margintop2 	{ margin-top: 20px !important; }
.marginleft 	{ margin-left: 10px !important; }
.marginleft2 	{ margin-left: 20px !important; }
.marginright 	{ margin-right: 10px !important; }
.marginbottom 	{ margin-bottom: 10px !important; }
.marginbottom2 	{ margin-bottom: 20px !important; }
.marginbottom3 	{ margin-bottom: 15px !important; }
.nomargin		{ margin: 0px !important; }
.justify		{ text-align: justify !important; }

.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus {
z-index: 2;
color: #fff;
background-color: #428bca;
border-color: #428bca;
cursor: default;
}

.carousel-fade .carousel-inner .item {
  opacity: 0;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
  opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-control {
  z-index: 2;
}
.carousel-control.left  { background-image: none; }
.carousel-control.right { background-image: none; }

.carousel-indicators li { background-color: #0e472a;}
.carousel-indicators .active { background-color: #1d6954;}


.nav-justified {
    text-transform: uppercase;
}
.nav-justified > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 0;
    font-weight: normal;
    color: #fff;
    text-align: center;
}

.nav > li > a:hover,
.nav > li > a:focus {
    color: white;
}

.nav > li > a { padding: 17px 2px 17px 2px;}


.nav-justified > li > a:hover {
        background-color: #163029;

}

.warunki { margin: 10px 0px; font-size: 11px; }
