/* MAIN */
/* ZMIENNE  --  rozne ustawienia  */
/* CZCIONKI  - typografia */
/*
a{ color: $color_secondary ; }

a:link { color:  $color_secondary; }
a:hover { color:  $color_primary; }
a:visited { color:  $color_secondary; }
a:active { color:  $color_secondary; }

a.btn.btn-primary { color: #fff; }
*/
.color_primary {
  color: #BA1103; }

.color_secondary {
  color: #2a2988; }

.color_tertiary {
  color: #ecaf00; }

.narrow {
  font-family: 'roboto_condensed'; }

.czcionka_2x {
  font-size: 2em; }

.czcionka_3x {
  font-size: 3em; }

.czcionka_narrow {
  font-family: 'roboto_condensed'; }

body {
  font-family: 'roboto';
  font-size: 16px;
  /* color: $pagetext; background-color: #fff;*/ }

h1, .h1, h2, .h2, h3, .h3, h4, .h4 {
  font-family: 'roboto_condensed'; }

h1, .h1 {
  font-size: 3em;
  color: #2a2988;
  text-transform: uppercase; }

h2, .h2 {
  font-size: 2.5em;
  color: #2a2988;
  text-transform: uppercase; }

h3, .h3 {
  font-size: 2em;
  color: #BA1103;
  text-transform: uppercase; }

h4, .h4 {
  font-size: 1.2em;
  color: #000; }

.nazwa_serwisu {
  font-family: 'roboto_condensed';
  font-size: 2em;
  color: #BA1103; }
  .nazwa_serwisu span {
    font-size: 0.75em;
    font-weight: normal;
    color: #555555;
    display: block; }

footer h1, footer .h1 {
  color: #fff; }
footer h2, footer .h2 {
  color: #fff; }
footer h3, footer .h3 {
  color: #fff; }
footer h4, footer .h4 {
  color: #fff; }

.has-error {
  color: #e20000; }

.has-error input {
  border-color: #e2000; }

.help-block {
  color: #e20000; }

._dotresci {
  color: #555555; }

.btn {
  font-size: 1em; }

main a {
  color: #2a2988; }

main a.active {
  color: #BA1103; }

#nav_menu_glowne.navbar {
  padding: 0; }
#nav_menu_glowne #menuGlowne {
  font-size: 1.2em; }
  #nav_menu_glowne #menuGlowne .nav-link {
    padding-left: 20px;
    padding-right: 20px;
    color: #fff;
    transition: all 0.3s;
    position: relative; }
    #nav_menu_glowne #menuGlowne .nav-link:before {
      transition: all 0.3s;
      position: absolute;
      left: 0;
      top: 4px;
      width: 100%;
      height: 0px;
      background: #2a2988;
      content: ' '; }
  #nav_menu_glowne #menuGlowne .nav-link.active, #nav_menu_glowne #menuGlowne .nav-link:hover, #nav_menu_glowne #menuGlowne .nav-link:focus {
    color: #fff;
    background: #2a2988; }
    #nav_menu_glowne #menuGlowne .nav-link.active:before, #nav_menu_glowne #menuGlowne .nav-link:hover:before, #nav_menu_glowne #menuGlowne .nav-link:focus:before {
      position: absolute;
      left: 0;
      top: -4px;
      width: 100%;
      height: 4px;
      background: #2a2988;
      content: ' '; }

#nav_menu_strony {
  font-size: 1.3em;
  color: #BA1103; }
  #nav_menu_strony a {
    font-family: 'roboto_condensed';
    font-weight: bold; }
  #nav_menu_strony #menuBoczne {
    background: #fff;
    border-radius: 1.5rem;
    border-left: solid 8px rgba(0, 0, 0, 0.1);
    border-right: solid 8px rgba(0, 0, 0, 0.1); }

.szybkie_linki {
  font-size: 1.5em;
  color: #BA1103; }
  .szybkie_linki a {
    font-family: 'roboto_condensed';
    font-weight: bold; }

footer a {
  color: rgba(255, 255, 255, 0.7); }
  footer a:hover {
    color: white; }
footer .szybkie_linki {
  font-size: 1.2em;
  color: #BA1103; }
  footer .szybkie_linki .szybkie_linki_lista.cols2_list {
    column-count: 1 !important; }
  footer .szybkie_linki a {
    font-family: 'roboto_condensed';
    color: #fff; }

/* deco */
.bgszachowinica {
  background-image: url("/layouts/default/images/szachownica.png");
  background-position: center bottom !important;
  background-repeat: repeat-x !important; }
  .bgszachowinica.bgmed {
    background-size: 30px auto !important; }
  .bgszachowinica.bgsmall {
    background-size: 20px auto !important; }

.bgkropki {
  /* tlo/dekracja kropki od dolu pseudo gradient*/
  background-image: url("/layouts/default/images/bgkropkitrans.png");
  background-position: center bottom -60px !important;
  background-repeat: repeat-x !important; }
  .bgkropki.bgmed {
    background-size: 60px auto !important;
    background-position: center bottom -40px; }
  .bgkropki.bgsmall {
    background-size: 45px auto !important;
    background-position: center bottom -30px; }

.bgbreadcrumb {
  background-image: url("/layouts/default/images/bgbreadcrumb.jpg");
  background-position: center top; }
  @media (max-width: 767px) {
    .bgbreadcrumb {
      background-image: url("/layouts/default/images/bgkropkitrans.png");
      background-position: center bottom -60px !important;
      background-repeat: repeat-x !important;
      background-size: 60px auto !important;
      background-position: center bottom -40px; } }

.bggrey {
  background-color: #afada9; }
  .bggrey h2, .bggrey .h2 {
    color: #fff; }

.ramka {
  border: 6px solid #BA1103;
  padding: 15px 20px;
  border-radius: 1em;
  background: #fff;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5); }
  .ramka.ramka-secondary {
    border-color: #2a2988; }

.duze_ikony {
  font-size: 1.1em; }
  .duze_ikony a {
    display: inline-block; }
  .duze_ikony .bigiko {
    overflow: hidden;
    position: relative;
    font-size: 4.5em;
    width: 1.8em;
    height: 1.8em;
    border-radius: 0.1ex;
    box-shadow: -1px 1px 4px rgba(0, 0, 0, 0.7);
    margin: 10px; }
  .duze_ikony .bigiko:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 30%;
    bottom: 0;
    left: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3)); }
  .duze_ikony .bigiko:hover {
    box-shadow: -5px 5px 6px rgba(0, 0, 0, 0.4); }

.cols2_list {
  column-count: 2; }

.pad80 {
  padding-top: 80px;
  padding-bottom: 80px; }

.pad50 {
  padding-top: 50px;
  padding-bottom: 50px; }

.pad30 {
  padding-top: 30px;
  padding-bottom: 30px; }

/* layout */
/* LAYOUT */
main {
  min-height: 560px; }

/* header */
header {
  border-color: transparent;
  border-style: solid;
  border-right: 0;
  border-left: 0;
  border-top: 0; }

#top_bar {
  background: #efefef;
  padding: 10px; }
  #top_bar a {
    color: #000; }
  #top_bar .nav_links {
    display: flex;
    flex-grow: 1; }
    #top_bar .nav_links > * {
      padding-right: 20px; }
  #top_bar .menu-font span {
    cursor: pointer;
    padding: 0 1px; }
  #top_bar .data_dzis {
    text-align: right; }
    @media (max-width: 757px) {
      #top_bar .data_dzis {
        text-align: left; } }

#topinfo_bar {
  padding-top: 20px;
  padding-bottom: 20px; }

.dane_kontaktowe {
  list-style: none;
  font-size: 1.1em;
  text-align: right; }
  .dane_kontaktowe .ikonka {
    display: inline-block;
    width: 1.5em;
    text-align: center;
    font-size: 1.5em; }
  @media (max-width: 992px) {
    .dane_kontaktowe {
      text-align: left;
      padding-left: 0;
      margin-top: 15px; } }

#menu_bar > .container {
  border-radius: 15px 15px 0 0; }

/* main */
main > div > .container.decor {
  position: relative; }

/*
main > div.pad80 > .container.decor:before{z-index:999; position: absolute; content: ''; 

width:100px; height: 90px; 
top:-84px; left:-100px;

background: $color_primary;  
border-radius:  0 0 5px 5px;
}

main > div.pad30 > .container.decor:before{z-index:999; position: absolute; content: ''; 

width:100px; height: 90px; 
top:-50px; left:-100px;

background: $color_primary;  
border-radius:  0 0 5px 5px;
}

*/
.lista_ramka {
  background: transparent;
  /*rgba(0,0,0,0.03);*/
  border-radius: 1.5rem;
  padding: 15px;
  margin-bottom: 15px;
  border-bottom: 4px solid rgba(0, 0, 0, 0.05);
  border-right: 4px solid rgba(0, 0, 0, 0.05); }

.komunikat {
  font-weight: bold;
  color: #2a2988; }
  .komunikat .ramka {
    font-size: 1.3em;
    text-align: center; }

section {
  border-color: transparent;
  border-style: solid;
  border-right: 0;
  border-left: 0; }

/* informacje i aktulnosci */
.articles_list {
  margin-top: 50px; }

article .article_heading {
  font-size: 1.6em;
  color: #BA1103;
  min-height: 2.5em; }
  article .article_heading a {
    display: block;
    color: inherit; }
  article .article_heading a:hover {
    color: #2a2988; }
article .article_data {
  position: absolute;
  bottom: 25px; }
article .article_short {
  padding-bottom: 30px;
  min-height: 150px; }
article .article_more {
  font-weight: bold;
  font-size: 1.2em; }
article.article_box {
  background: #fff;
  box-shadow: 4px 4px 0px 4px rgba(0, 0, 0, 0.15);
  min-height: 380px;
  padding: 15px;
  position: relative;
  padding-bottom: 40px;
  border-radius: 0.5rem;
  background-image: linear-gradient(to top left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1)); }
  article.article_box .article_more {
    position: absolute;
    bottom: 15px;
    right: 15px; }
@media (max-width: 767px) {
  article.article_box {
    min-height: 0; } }
@media (max-width: 1198px) {
  article .article_data {
    position: static;
    margin-bottom: 2em; } }

.articles_list article .article_heading {
  min-height: 0; }

.articles_list article .article_short {
  padding-bottom: 10px;
  min-height: 0; }

/* footer */
#footer_bar {
  background: #000;
  /*$color_secondary;*/
  color: #fff;
  min-height: 300px;
  border-color: transparent;
  border-width: 4px;
  border-style: solid;
  border-right: 0;
  border-left: 0; }

.font-size-1 {
  font-size: 16px; }

.font-size-2 {
  font-size: 32px;
  /*& .row { display:  block !important; }
  & div[class*="col-"] { width: 100%; }*/ }
  .font-size-2 .navbar-nav {
    display: block !important; }
  .font-size-2 .duze_ikony {
    display: block !important;
    text-align: center; }
  .font-size-2 #nav_menu_strony #menuBoczne {
    border-left: 0; }
  .font-size-2 main > div > .container:before {
    display: none; }

.font-size-3 {
  font-size: 48px; }

a:focus, button:focus, *[tabindex]:focus {
  outline: solid 3px #000; }

.viewinverse {
  background: #000 !important;
  color: #ffff00 !important; }
  .viewinverse main > div > .container:before {
    display: none; }
  .viewinverse * {
    background-color: #000 !important;
    color: #ffff00 !important;
    border-width: 4px !important;
    border-color: #ffff00   !important; }
  .viewinverse a {
    text-decoration: underline !important; }
  .viewinverse a:hover {
    color: #fff !important; }
  .viewinverse .carousel-indicators {
    background: transparent !important; }
  .viewinverse .table, .viewinverse .table td {
    border: solid 4px #ffff00  !important; }
  .viewinverse #nav_menu_strony #menuBoczne {
    border-left: 0; }
  .viewinverse .navbar {
    border: solid 4px #ffff00  !important;
    border-radius: 0 !important; }
  .viewinverse .navbar-toggle {
    background: #ffff00 !important; }
  .viewinverse .form-control {
    border: solid 4px #ffff00  !important; }
  .viewinverse *:focus {
    outline-color: #fff !important;
    outline-style: dashed !important;
    color: #fff !important;
    outline-width: 4px; }
  .viewinverse *:active {
    color: #fff !important; }
  .viewinverse a.text-secondary:hover, .viewinverse a.text-secondary:focus {
    color: #fff !important; }
  .viewinverse .btn {
    background: #ffff00  !important;
    color: #000  !important;
    font-weight: bold;
    text-decoration: none !important; }
  .viewinverse .btn:hover {
    color: #000 !important;
    border-color: #fff  !important;
    background: #ffffff  !important; }
  .viewinverse .btn:focus {
    color: #000;
    outline-color: #fff !important;
    outline-style: dashed !important;
    outline-width: 4px; }

#tinymce *:focus {
  outline: none !important; }
