/*
    Created on : 2016-06-28, 10:07:58
    Author     : mariusz.kucharski
*/

/* kolorowanie fonta i tla zaznaczenia */
::-moz-selection { /* Code for Firefox */
    color: #ffffff;
    background: #7f7f7f;
}
::selection {
    color: #ffffff;
    background: #7f7f7f;
}

body {
    position: relative;
    margin: 0;
    padding: 100px 0 0 0;
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    font-size: 1.8em;
    line-height: 1.82857;    
    color: #3F3F3F;
    background-color: #FFFFFF;
}


/* ---------------------------------------------------------------------------- NAGLOWEK */


/* ---------------------------------------------------------------------------- MENU */

/* ---------------------------------------- MENU - bialy pas (poczatek) */
div.busnnesCentKontener {
    margin-top: 10px;
}
/* ---------------------------------------- MENU - bialy pas (koniec) */

.navbar-default {
    border: none;
    background-color: transparent;
}
.navbar {
    border-radius: 1px;
}
.pasTlo { }
.pasTlo a img { }

.menuTlo {
    /*background-color: #104b92;*/
    background: #d8d9da;
    background: -webkit-linear-gradient(to right, #ededee 0%, #c2c4c5 100%);
    background: -moz-linear-gradient(to right, #ededee 0%, #c2c4c5 100%);
    background: linear-gradient(to right, #ededee 0%, #c2c4c5 100%);
}
.navbar-default .navbar-nav > li > a {
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 20px;
    padding-right: 20px;
    font-family: 'Ubuntu', Helvetica, Arial, sans-serif;
    font-size: 18px;
    letter-spacing: 1px;
    color: #42464b;
    border-radius: 1px;
    outline-offset: 0px;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    color: #2d8b6a; /* #000000; */
    background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    color: #2d8b6a;
    background-color: transparent;
}

.navbar-toggle {
    margin-right: 25px;
}




/* ---------------------------------------------------------------------------- TRESC */

@media only screen and (min-width: 1280px) {
    div.odstepMenu {
        margin: 0px;
        margin-top: -120px;
        padding: 0px;
        height: 120px;
        /* background-color: rgba(255,0,0,0.3); */
    }
}
@media only screen and (min-width: 1000px) and (max-width: 1280px) {
    div.odstepMenu {
        margin: 0px;
        margin-top: -120px;
        padding: 0px;
        height: 120px;
        /* background-color: rgba(255,0,0,0.3); */
    }
}
@media only screen and (min-width: 770px) and (max-width: 1000px) {
    div.odstepMenu {
        margin: 0px;
        margin-top: -120px;
        padding: 0px;
        height: 120px;
        /* background-color: rgba(255,0,0,0.3); */
    }
}
@media only screen and (min-width: 680px) and (max-width: 770px) {
    div.odstepMenu {
        margin: 0px;
        margin-top: -120px;
        padding: 0px;
        height: 120px;
        /* background-color: rgba(255,0,0,0.3); */
    }
}
@media only screen and (min-width: 480px) and (max-width: 680px) {
    div.odstepMenu {
        margin: 0px;
        margin-top: -120px;
        padding: 0px;
        height: 120px;
        /* background-color: rgba(255,0,0,0.3); */
    }
}
@media only screen and (max-width: 480px) {
    div.odstepMenu {
        margin: 0px;
        margin-top: -120px;
        padding: 0px;
        height: 120px;
        /* background-color: rgba(255,0,0,0.3); */
    }
}





div.trescKontener {
    position: relative;
    padding: 0px 0px 120px 0px;
    background-color: #FFFFFF; /* rgba(160,160,160,0.9); */
}

div.tytulTlo {
    /*background-color: #104b92;*/
    background: #d8d9da;
    background: -webkit-linear-gradient(to right, #ededee 0%, #c2c4c5 100%);
    background: -moz-linear-gradient(to right, #ededee 0%, #c2c4c5 100%);
    background: linear-gradient(to right, #ededee 0%, #c2c4c5 100%);
}

h1, h2 {
    color: #42464b;
    font-weight: 300;
} 
h1, h2, h3 {
    font-family: 'Ubuntu', Helvetica, Arial, sans-serif;
}
h2 {
    margin: 25px 0px 20px 15px;
    padding: 0px 0px;
    font-size: 35px;
    letter-spacing: 2px;
}
h2.hasloReklamowe {
    color: #111111; /* #165e9c; */
    text-align: center;
    text-transform: inherit;
    transition: font-size 0.8s;
}

h2.hasloReklamowe span.hasloReklPocz {
    white-space: nowrap;
    font-weight: 300;
}
h2.hasloReklamowe span.hasloReklKon {
    white-space: nowrap;
    font-weight: 400;
}

@media only screen and (min-width: 1280px) {
    h2.hasloReklamowe {
        font-size: 35px;
    }
}
@media only screen and (min-width: 1000px) and (max-width: 1280px) {
    h2.hasloReklamowe {
        font-size: 35px;
        /*background-color: #00ffff;*/
    }
}
@media only screen and (min-width: 770px) and (max-width: 1000px) {
    h2.hasloReklamowe {
        font-size: 26px;
        /*background-color: #ff00ff;*/
    }
}
@media only screen and (min-width: 680px) and (max-width: 770px) {
    h2.hasloReklamowe {
        font-size: 22px;
        /*background-color: #00ff00;*/
    }
}
@media only screen and (min-width: 480px) and (max-width: 680px) {
    h2.hasloReklamowe {
        font-size: 20px;
        /*background-color: #ff0000;*/
    }
}
@media only screen and (max-width: 480px) {
    h2.hasloReklamowe {
        font-size: 15px;
        line-height: 25px;
        /*background-color: #ffff00;*/
    }
    h2.hasloReklamowe span.hasloReklPocz {
        white-space: pre-wrap;
        font-weight: 300;
    }
    h2.hasloReklamowe span.hasloReklKon {
        white-space: pre;
        font-weight: 400;
    }
}

h3 {
    color: #636363; /* #083459; */
}
h4 {
    font-weight: 600;
    margin-top: 40px;
}

small, .small {
    font-size: 65%;
    color: #7f7f7f;
}

strong {
    font-weight: 600;
}

p {
    margin: 20px 0px 20px 0px;
}

a:active, a:hover, a:focus {
    color: #243b89; /* #000000; /* #0C4D94; */
    outline-width: 0;
    outline-style: none;
}
a[href^="tel:"] {
    text-decoration: none !important;
}
a[href^="tel:"]:before {
    /*font-family: 'Glyphicons Halflings';*/
    /*content: "\e182"; !* "\260e"; *!*/
    margin-right: 0.5em;
}

div.text-danger {
    color: #d82927;
    text-align: center;
}
.text-red {
    color: #ff0000;
}

div.embed-responsive {
    /*margin-bottom: 50px;*/
}
ul.lista {

}


/* ============================== TABELA */

/* ============================== TABELA agenda */

table.tabelaAgenda tr td {
    font-size: 80%;
}
table.tabelaAgenda tr td.tematKolumna ul.listaAgenda {
    margin-left: 0px;
    padding-left: 10px;
}
table.tabelaAgenda tr td.tematKolumna ul.listaAgenda li {
    margin-bottom: 10px;
    padding-left: 10px;
    border-left: 1px solid #000000;
    list-style: none; /* circle; */
}
table.tabelaAgenda tr td.tematKolumna ul.listaAgenda {
    font-size: 80%;
}
table.tabelaAgenda tr td.godzinaKolumna {
    font-weight: normal;
}

/* ============================== TABELA program  */

table.tabelaProgram {
    font-size: 15px;
}

table.tabelaProgram tr td.tematKolumna ul.listaProgram {
    margin-left: 0px;
    padding-left: 10px;
}
table.tabelaProgram tr td.tematKolumna ul.listaProgram li {
    margin-bottom: 10px;
    padding-left: 10px;
    border-left: 1px solid #000000;
    list-style: none; /* circle; */
}
table.tabelaProgram tr td.tematKolumna ul.listaProgram {
    font-size: 80%;
}
table.tabelaProgram tr td.godzinaKolumna {
    font-weight: normal;
}


/* ============================== TABELA lokalizacja */

table.tabelaLokalizacje tr td.mapy img {
    width: 30px;
}



/*
div.galeriaKontener a {
    margin-bottom: 20px;
}
div.galeriaKontener img:hover {
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75); 
}
div.galeriaKontener img {
    border: 1px solid #0097DE;
    border-radius: 5px; 
}
*/



/* ---------------------------------------------------------------------------- FORMULARZ */
form.form-horizontal { }
form.form-horizontal label {
    white-space: normal;
}



/* ---------------------------------------------------------------------------- STOPKA */ 
/* Sticky footer styles */
html {
    position: relative;
    min-height: 100%;
}
body {
    /* Margin bottom by footer height */
    margin-bottom: 0px; /* zwiększyć wartosć jesli pojawia sie stopka  */
}
.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 60px;
    background-color: #8DD8FF;
}

