@charset "utf-8";

/* CSS Document */

body {
    padding: 0;
    margin: 0 auto;
    font-size: 14px;
    font-family: Georgia, "Times New Roman", Times, serif;
    color: #000;
    background: #FFF url('images/bg.png') center top repeat-y;
}

.inner-body {
    background: transparent url('images/bg_top.png') center top no-repeat;
}

.inner-body-2 {
    background: transparent url('images/bg_bottom.png') center bottom no-repeat;
}

img {
    border: 0;
    max-width: 100%;
    height: auto;
}

ul {
    padding-left: 20px;
}

#kontakt input {
    -moz-border-radius: 6px;
    border-radius: 6px 5px;
    -webkit-border-radius: 6px;
    background-color: #067eae;
    color: #FFF;
}

#kontakt textarea {
    -moz-border-radius: 6px;
    border-radius: 6px 5px;
    -webkit-border-radius: 6px;
    background-color: #067eae;
    color: #FFF;
}

#review {
    clear: both;
}

#review input {
    -moz-border-radius: 6px;
    border-radius: 6px 5px;
    -webkit-border-radius: 6px;
    background-color: #067eae;
    color: #FFF;
}

#review textarea {
    -moz-border-radius: 6px;
    border-radius: 6px 5px;
    -webkit-border-radius: 6px;
    background-color: #067eae;
    color: #FFF;
    width: 320px;
}

.minDesc {
    width: 200px;
}

.minDesc span {
    text-align: center;
    padding-bottom: 5px;
    font-size: 14px;
    font-weight: bold;
}

.minContainer {
    width: 200px;
}

.gallery_back_button {}

#galeria {
    width: 200px;
    margin-left: 25px;
    margin-top: 20px;
    float: left;
}

.galeriaLink img {
    border: 5px solid #fff;
    margin-top: -10px;
}

.glinkText {
    text-align: center;
    padding-bottom: 5px;
    font-size: 14px;
    font-weight: bold;
}

.galeriaLink {
    width: 200px;
    float: left;
    margin-left: 20px;
}

.min {
    padding: 6px 8px 2px 6px;
    padding-right: -20px;
    background-color: #fff;
    border: 1px solid #000;
    float: left;
    margin-right: 25px;
    margin-bottom: 15px;
    width: 200px;
}

.galeriaLink a {
    color: #fff;
    text-decoration: none;
    font-weight: bold;
}

#header {
    /* width: 1002px;
    height: 284px; */
    /* 	background-image:url(images/main_02.png);
	background-repeat:no-repeat; */
    margin: auto;
    position: relative;
}

.text-header {
    font-size: 25px;
    line-height: 1.4em;
}

@media (max-width: 768px) {
    .text-header {
        font-size: 20px;
        margin-bottom: 10px;
    }
}

.color-purple,
.color-purple a,
.color-black {
    font-weight: 800;
    -webkit-text-stroke: 1px #fff;
}

.color-purple,
.color-purple a {
    color: #8f01ae;
}

.color-purple {
    font-size: 1em;
}

.color-purple a {
    font-size: 1.25em;
}

.color-black {
    color: #000;
    font-size: 1.6em;
}

.color-blue {
    color: #006faf;
    font-size: 1.15em;
    font-style: italic;
    font-weight: 600;
}

.navbar-toggler {
    width: 100%;
}

#langs {
    position: absolute;
    right: 5px;
    top: 5px;
}

#langs .lang-icon {
    display: block;
    width: 38px;
    height: 24px;
    float: left;
    background: transparent left top no-repeat;
}

#langs .lang-pl {
    background-image: url('images/icon_lang_pl.png');
}

#langs .lang-en {
    background-image: url('images/icon_lang_en.png');
}

#hcpc {
    max-height: 95px;
}

@media (min-width: 768px) {
    #hcpc {
        margin-top: -45px;
    }
}


/*
#menu {
     	background-image:url(images/main_04.png);
	background-repeat:no-repeat; 
    width: 1002px;
    height: 66px;
    margin: auto;
}*/

#menu_1 {
    text-align: center;
    color: #000;
    /* margin-left: 280px; */
    font-weight: bold;
}

#menu_1 .menuTitle {
    display: none;
}

#menuUl_1 {
    /* margin: 0; */
    /* background: transparent url('images/bg_menu.png') left top repeat-x; */
    background: rgb(255, 255, 255);
    background: -moz-linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(204, 204, 204, 1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(204, 204, 204, 1) 100%);
    background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(204, 204, 204, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#cccccc", GradientType=1);
    border: 1px solid white;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    /* display: block; */
    -webkit-box-shadow: 0px 0px 3px 1px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0px 0px 3px 1px rgba(50, 50, 50, 0.75);
    box-shadow: 0px 0px 3px 1px rgba(50, 50, 50, 0.75);
    width: 100%;
    justify-content: space-around;
}


/* 
#menuUl_1:after {
    content: '';
    displaY: block;
    clear: both;
}

#menuUl_1 li .active {
   	background:url(images/current.png) no-repeat bottom center;
	padding-bottom:19px; 
}

 #menuUl_1 li {
    float: left;
    list-style: none;
} */

#menuUl_1 li a {
    color: #067eae;
    font-size: 16px;
    text-decoration: none;
    /* padding-left:10px;
padding-right:10px;*/
    /* margin: 0px 10px; */
    font-weight: bold;
    /* 	margin-top:20px; */
    display: block;
    padding: 10px 2px;
}

#menuUl_1 li a:hover {
    color: #067eae;
    /* font-size:14px; */
    text-decoration: underline;
}

#quote_spacer {
    width: 1002px;
    height: 78px;
    background-image: url(images/main_05.png);
    background-repeat: no-repeat;
    margin: auto;
}


/* #container {
	width:1002px;
	margin:auto;
	}
#left {
	width:383px;
	float:left;
	}
#right {
	width:619px;
	float:left;
	} 

#logopeda_radzi {
    width: 383px;
}
*/

#menu_2 .menuTitle,
#menu_3 .menuTitle {
    margin: 0px 15px;
    /* height: 45px; */
    /* background-image:url(images/main_06.png);
	background-repeat:no-repeat;
	 */
    display: block;
    color: #007DAD;
    text-align: center;
    font-size: 24px;
    font-weight: bolder;
    padding-top: 10px;
    border-bottom: 1px solid #DC44FB;
    margin-bottom: 15px;
}

#logopeda_radzi_content li,
#logopeda_poleca_content li {
    /* width: 383px;
    height: 28px; */
    /* background-image:url(images/list.png); */
    background-image: url('images/li.png');
    background-repeat: no-repeat;
    padding-left: 25px;
    list-style: none;
    padding-top: 3px;
    padding-bottom: 3px;
    font-size: 14px;
    font-weight: bold;
}

#menuUl_2 li a,
#menuUl_3 li a {
    color: #000;
    text-decoration: none;
}

#menuUl_2 li a:hover,
#menuUl_3 li a:hover {
    color: #05da8c;
    text-decoration: none;
}

#logopeda_radzi_footer {
    /* width: 383px;
    height: 66px; */
    background-image: url(images/main_12.png);
    background-repeat: no-repeat;
}

#logopeda_radzi_footer img {
    padding-left: 50px;
    padding-top: 15px;
}


/*
#menu_3 .menuTitle {
    /* width:383px; * /
    margin: 0px 15px;
    /* height: 45px; * /
    /* background-image:url(images/main_14.png);
	background-repeat:no-repeat; * /
    display: block;
    color: #007DAD;
    /* text-align: center; * /
    font-size: 24px;
    font-weight: bolder;
    padding-top: 15px;
    border-bottom: 1px solid #DC44FB;
} */


/*
#logopeda_poleca_content li {
    /* width: 383px;
    height: 28px; * /
    /* background-image:url(images/list.png); * /
    background-image: url(images/li.png);
    background-repeat: no-repeat;
    padding-left: 45px;
    list-style: none;
    padding-top: 5px;
    font-size: 14px;
    font-weight: bold;
} */


/*
#menuUl_3 li a {
    color: #000;
    text-decoration: none;
}

#menuUl_3 li a:hover {
    color: #05da8c;
    text-decoration: none;
}*/

#logopeda_poleca_footer {
    /* width: 383px;
    height: 74px; */
    background-image: url(images/main_16.png);
    background-repeat: no-repeat;
}

#logopeda_poleca_footer img {
    padding-left: 50px;
    padding-top: 15px;
}

#content h1 {
    /* width: 619px;
    height: 45px; */
    /* background-image:url(images/main_07.png);
	background-repeat:no-repeat; */
    color: #007DAD;
    text-align: center;
    /* padding-top:20px; */
    /* margin-top:-100px; */
    font-weight: bold;
    font-size: 26px;
    font-family: "Arial Black", Gadget, sans-serif;
    border-bottom: 1px solid #DC44FB;
    margin-top: 0px;
}

#content {
    /* width: 619px; */
    padding: 10px 10px 10px 10px;
    font-size: 15px;
    font-family: Georgia, "Times New Roman", Times, serif;
}

#content li {
    list-style-image: url('images/list_style.png');
    list-style-position: inside;
}

#footer {
    /* width: 1002px; */
    padding-top: 300px;
    /* background-image:url(images/main_18.png); */
    background: transparent url('images/bg_footer.png') center bottom no-repeat;
    background-repeat: no-repeat;
    clear: both;
    margin: auto;
    text-align: center;
    color: #FFF;
    font-weight: bold;
    font-size: 14px;
}

@media (max-width: 768px) {
    #footer {
        background-position-x: right;
    }
}

#footer a {
    text-decoration: none;
    color: #067eae;
}

#footer a:hover {
    text-decoration: underline;
}

#social {
    text-align: center;
    margin-top: 30px;
}

#news_container {
    margin: 0px 50px;
}

#news_container table {
    width: 100%;
    font-size: 14px;
}

#news_container table .news_date {
    text-align: right;
    display: none;
}

#news_container table .news_title_row {
    cursor: pointer;
    color: #067EAE;
    font-weight: bold;
    font-size: 16px;
    line-height: 30px;
}

#news_container table .news_title_row:after {
    content: '+';
}

#news_container table .news_title_row>td {
    border-bottom: 1px solid #07DA8D;
}

#ajaxmsg {
    display: none;
}

#ajaxmsg.msggreen {
    display: block;
}