@charset "UTF-8";

/********************************************
 Project: Okregowa Izba Lekarska w Szczecinie
 URL: oil.szczecin.pl 
 Author: Lukasz Bachur / Dawid Szczepaniak (eppearance.pl)
********************************************/


/* Style reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    outline: none;
    -moz-outline: none;
}


/* HTML5 display-role reset for older browsers */

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ul {
    list-style: none;
}
ol {
    list-style-type: decimal;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* li{
	list-style-type: none;
} */
/**********************
1. Basic styles 
**********************/

body {
    background: #ffffff url(../images/main-bg.jpg) top center no-repeat;
    color: #515b6a;
    font-family: 'kulturista', serif;
    font-size: 16px;
}

a {
    color: #ceedff;
    text-decoration: underline;
}

a:hover { 
    color: #fff;
    text-decoration: none;
}

.clear {
    clear: both;
}

.right-aligned {
    text-align: right;
    float: right;
}

.regular {
    font-family: 'kulturista';
}

.bold {
    font-family: 'kulturistabold';
}

.italic {
    font-family: 'kulturistaitalic';
}

.semibold {
    font-family: 'kulturistasemibold';
}

p {
    line-height: 23px;
    margin: 10px 0;
}
/**********************
2. Layout structure
**********************/
/**********************
    top-stripe
**********************/
#top-stripe {
    background: transparent url(../images/top-stripe-bg.png) top left repeat;
    color: #ffffff;
    height: 45px;
    line-height: 43px;
    width: 100%;
}

#top-stripe span { 
    margin-left: 30px; 
}

#top-stripe span img {
    vertical-align: middle;
}
/**********************
    header
**********************/
.header {
    background: url('../images/header_bg.png') repeat-x;
    height: 131px;
    width: 100%;
    line-height: 129px;  
    margin-bottom: 70px;
}

.header img {
    vertical-align: middle; 
    margin-right: 35px;
}

h1 {
    font-size: 36px;
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    text-shadow: 3px 3px #073a7d;
}
/**********************
    footer
**********************/
.footer {
    background: #6bafd8;    
    margin-top: 70px;
    border-top: 1px solid #89bfe0;    
    color: #fff;
    font-size: 15px;
}

.footer .content {
    padding-top: 60px;
    background: url('../images/footer-bg.png') no-repeat 0 20px;  
    height: 431px;
}

.footer-top {
    overflow: hidden;
    padding-bottom: 5px;
}

.footer-top p {
    float: left;
    margin-top: 0;
    margin-right: 50px;
}

.footer-top ul {
    float: left;
    line-height: 24px;    
}

.footer-top .map-home {
    float: right;
    margin-right: 5px;
    width: 304px;
    height: 304px;
    border-radius: 155px;
    box-shadow: 3px 3px rgba(49,110,146,0.50);
}

.footer-bottom {
    border-top: 1px solid #b4d5ea;
    padding-top: 10px;
    font-size: 13px;
    margin-top: 40px;
}
/**********************
    content
**********************/
.content {
    margin: 0 auto;
    width: 980px;
}

.content-left {
    float: left;
    width: 305px;
}

.content-right {
    float: right;
    width: 640px;
}

.content-left>div, .content-right>div {
    border-radius: 6px;
    border-top: 4px solid rgba(53,141,192,0.75);
    background: rgba(255,255,255,0.85);
    padding: 20px 15px;
    margin-bottom: 40px;
}

h2 {
    font-size: 18px;
    border-bottom: 1px solid #dee8ef;
    padding: 0 0 15px;
    color: #2d5d9c;
    margin-bottom: 15px;
    font-family: 'kulturistasemibold';
}
/**********************
    menu
**********************/
.content-left .menu {
    padding-top: 10px;
}

.menu li {
    border-bottom: 1px solid #dee8f0;
    font-size: 17px;
    padding: 10px 0;
    color: #2d5d9c;
    position: relative;
}

.menu li .ribbon {
    position: absolute;
    left: -24px;
    top: -6px;
    display: none;
}

.menu li.active .ribbon {    
    display: block;
}

.menu li span {
    cursor: pointer;
    margin-left: 10px;
}

.menu li a {
    color: #2d5d9c;
    text-decoration: none;
    display: block;
}

.menu li.active a, .menu li a:hover, .menu li.active, .menu li:hover {
    color: #47a7e1;    
}

.menu li.mail-login a {
    color: #fff;
    background: #6fbbe9;
    border-radius: 4px;
    padding: 7px 9px;
    display: inline-block;
}

.menu li img {
    vertical-align: middle;
}

.menu ul.level2 {
    /* display: none; */
}

.menu ul.level2 li {    
    font-size: 16px;
    color: #2d8bc2;
}

.menu ul.level2 li a {
    margin-left: 10px;
    color: #2d8bc2;
}

.menu ul.level3 {
    /* display: none; */
}

.menu ul.level3 li {    
    color: #5a6c76;
}

.menu ul.level3 li a {
    margin-left: 20px;
    color: #5a6c76;
    cursor: pointer;
}

.menu ul.level4 {
    /* display: none; */
}

.menu ul.level4 li {    
    color: #5a6c76;
}

.menu ul.level4 li a {
    margin-left: 30px;
    color: #5a6c76;
    cursor: pointer;
}

.menu .last {
    border: none;
    padding-bottom: 0;
}
/**********************
    newsletter-form
**********************/
.content-left .newsletter-form {
    background: rgba(88,176,229,0.85);
    color: #fff;
}

.newsletter-form h2 {
    color: #fff;
}

.newsletter-form input {
    background: #fff;
    height: 43px;
    border: none;
    border-radius: 4px;
    width: 175px;
    padding: 0 10px;
    float: left;
    margin-right: 10px;
    color: #b6b5b5;
    font-size: 16px;    
}

.newsletter-form input.regular-long{
    width: 250px;
    margin: 0 0 10px 0;
}

.newsletter-form .submit {
    background: #3467a4;
    display: inline-block;
    border-radius: 4px;
    width: 66px;
    height: 43px;
    cursor: pointer;
    line-height: 41px;
    text-align: center;
}

.newsletter-block {    
    margin-bottom: 10px;
    border-radius: 5px;
    padding: 10px 13px;
    line-height: 23px;
    box-shadow: 0px 1px rgba(255,255,255,0.75);
}

.newsletter-already-done {
    background: #4794c3;
}

.newsletter-error {
    background: #b03542;
}

.newsletter-ok {
    background: #48bc68;
}
/**********************
    slider
**********************/
.content-right .slider {
    padding: 0;
    height: 318px;
    position: relative;
    overflow: hidden;
}

.slider img {
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

.slider-slogan {
    background: rgba(11,126,192,0.9);
    height: 40px;
    position: absolute;
    bottom: 0;
    line-height: 38px;
    width: 100%;  
    z-index: 98;
}

.slider-text {
    margin-left: 15px;
    position: absolute;
    bottom: 4px;
    z-index: 99;
    color: #fff;
}

.slider-controllers {    
    position: absolute;
    right: 15px;   
    z-index: 99;    
    bottom: 15px;
}

.slider-controllers li {
    float: left;
    background: url('../images/slider_c.png') no-repeat;
    width: 10px;
    height: 10px;
    cursor: pointer;
    margin-left: 5px;
    list-style: none;
}

.slider-controllers li.active {    
    background: url('../images/slider_c_active.png') no-repeat;    
}
/**********************
    news-home
**********************/
h3 {
    font-size: 16px;
    color: #3c98ce;
    font-family: 'kulturistasemibold';  
    margin-bottom: 5px;
}

.news-item {
    border-bottom: 1px dashed #b9b9b9;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.date {
    font-size: 13px;
    color: #6d7683;
    margin-bottom: 5px;
}

.static-content .news-item h3 {
    margin-bottom: 5px;
}

.news-item a {
    color: #3c98ce;
    text-decoration: none;
}

.news-item-short {
    line-height: 23px;  
    overflow: hidden;
}

.news-item-short a {
    text-decoration: underline;
}

.news-item-short a:hover {
    text-decoration: none;
}

.news-item img {
    margin-top: 6px;
}
/**********************
    baners-home
**********************/
.baners-home a, .baners-sub a {
    margin-bottom: 10px;
    display: block;
}

.content-left .baners-sub {
    border: none;
    padding: 0;
}
/**********************
    bread
**********************/
.content-right .bread {
    background: url('../images/bread_bg.png') no-repeat #2d9cdf;
    min-height: 43px;
    color: #fff;
    font-size: 18px; 
    line-height: 41px;
}

.bread a {    
    color: #c0e7fe;
    text-decoration: none;
}
/**********************
    static-content
**********************/
.static-content {
    overflow: hidden;
}

.static-content h1 {
    font-size: 18px;
    color: #3c98ce;
    font-family: 'kulturistasemibold';
    text-shadow: none;
    margin-bottom: 15px;
    display: inline;
}

.static-content h2 {
    color: #515b6a;
    border-bottom: none;
    padding: 0;
}

.static-content h3 {
    color: #515b6a;
    margin-bottom: 15px;
}

.static-content a {
    color: #3c98ce;
}

.static-content ul {
    line-height: 23px;    
    margin: 10px 0;
    margin-left: 10px;
}

.static-content li {
    background: url('../images/content-list.png') no-repeat left 10px;
    padding-left: 15px;
    margin-left: 10px;
    margin-bottom: 10px;
    line-height: 20px;
}

.static-content img {
    border-radius: 3px;
    margin-top: 6px;
}

.img-left {
    float: left;
    margin-right: 20px;
}

.img-right {
    float: right;
    margin-left: 20px;
}

ul.linki li {
    background: none;
    padding-left: 0;
}

ul.linki li a {
    color: #3c98ce;    
}
/**********************
    galeria
**********************/
.row {
    clear: both;
    overflow: hidden;
}

.galeria-item {
    float: left;
    margin-right: 19px;
}

.static-content .last {    
    margin-right: 0;
}

.galeria-title {
    font-size: 16px;
    width: 100%;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 25px;
}

.galeria-title a {
    color: #3c98ce;
}

.pagination {
    float: right;
    margin-top: 30px;    
}

.pagination a {
    color: #515b6a;
}

.pagination a li.active, .pagination a:hover li {
    color: #fff;
    background: #82bbde;
}

.pagination li {
    display: inline-block;
    margin-left: 10px;
    width: 27px;
    height: 27px;
    line-height: 23px;
    text-align: center;
    border: 1px solid #bbcdd8;
    border-radius: 5px;
    box-shadow: inset 0px -2px rgba(53,141,192,0.75);
    padding: 0;
    background: #fff;
}
/**********************
    news-sub
**********************/
a.news-back {
    display: block;
    padding-top: 15px;
    border-top: 1px dashed #b9b9b9;
}

/**********************
    button
**********************/
.button {
    background: #416ea6;
    height: 35px;
    line-height: 33px;
    padding: 0 15px;
    display: inline-block;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    margin-bottom: 35px;
}
/**********************
    ogloszenia
**********************/
.ogloszenia-item {
    background: #e7e6e5 url('../images/corner.png') bottom right no-repeat;
    border-top: 4px solid #d0d0d0;
    width: 267px;
    padding: 15px;
    border-radius: 6px;
    margin-bottom: 10px;
    margin-right: 13px;
    float: left;
}

.ogloszenia-item h3, .ogloszenie-single h3 {
    color: #3c98ce;
    margin-bottom: 5px;
}

.ogloszenia-item h3 a {
    text-decoration: none;
    height: 32px;
    display: block;
}

.ogloszenie-single {
    background: #e7e6e5 url('../images/corner.png') bottom right no-repeat;
    border-top: 4px solid #d0d0d0;    
    padding: 15px;
    border-radius: 6px;            
}

.ogloszenie-info {
    color: #a0a0a0;
    font-size: 13px;
}

.info-color-dark {
    color: #656565;
}

.ogl-back {
    display: block;
    padding-top: 15px;
}

.ogl-form {
    display: none;
    margin-top: 10px;
}

.ogl-form .button {
    float: right;
}

.ogl-form .label-input {
    margin-bottom: 12px;
}

.ogl-form label {
    display: inline-block;
    width: 182px;
}

.ogl-form input {
    width: 413px;
    border: none;
    background: #e7e6e7;
    height: 33px;
    border-radius: 4px;
    padding: 0 5px;
    color: #416ea6;
    font-size: 16px;
    font-family: 'kulturista';
}

.ogl-form textarea {
    width: 413px;
    border: none;
    background: #e7e6e7;
    height: 123px;
    border-radius: 4px;
    padding: 5px;
    color: #416ea6;
    font-size: 16px;
    font-family: 'kulturista';
}

.ogl-form .textarea-label {
    display: block;
    float: left;
    margin-right: 4px;
}

.mail-info {
    font-size: 13px;
    color: #8c8c8c;
    padding-left: 190px;
}

.custom-dropdown__select {
    width: 423px;
    height: 33px;
    background: #e7e6e7;
    color: #416ea6;
    font-size: 16px;
    font-family: 'kulturista';
    cursor: pointer;
    border-radius: 4px;
    padding-top: 3px;
    padding-left: 3px;
}

.custom-dropdown--white:before {
    background: #e7e6e7;
    top: 0;
    height: 100%;
}

.custom-dropdown--white:after {
    color: #9e9e9e;
}
.custom-dropdown__select option {
    cursor: default;    
}

.form-msg {
    border-radius: 4px;
    padding: 10px 15px;
    color: #fff;
    margin-bottom: 15px;
}

.form-msg li {
    background: none;
    padding: 0;
}

.form-msg i {
    color: #a22126;
}

.msg-ok {
    background: #3ea075;
}

.msg-error {
    background: #dc363d;
}

.static-content strong {
    font-weight: bold;
}

a#active-ele{
    font-weight: bold;
}

/* bip style */

#bip #top-stripe {
    background: url(../images/bip-top-stripe-bg.png);
    color: #155645;
}

#bip #top-stripe a {
    color: #155645;
}

#bip .header {
    background: url('../images/bip-header_bg.png');
}

#bip h1 {
    text-shadow: 3px 3px #155645;
}

#bip .content-left>div, .content-right>div {    
    border-top: 4px solid rgba(223, 247, 241, 0.85);    
}

#bip .content-left .newsletter-form {
    background: rgba(75, 213, 176, 0.75);    
}

#bip .newsletter-form .submit {
    background: #155645;    
}

#bip h2 {
    color: #155645;
}

#bip .menu li {
    color: #155645;
}

#bip .menu li a {
    color: #155645;
}

#bip .menu li.mail-login a {
    color: #fff;
    background: rgba(75, 213, 176, 0.75);
}

#bip .news-item a {
    color: #4BD5B0;
}

#bip .static-content h1 {
    text-shadow: none;
    color: #4BD5B0;
}

/*#bip .static-content a {
    color: #4BD5B0;
}*/

#bip .footer {
    background: #4BD5B0;
    border-top: 1px solid #DFF7F1;
}

#bip a {
    color: #155645;
}

#bip .pagination a li.active, #bip .pagination a:hover li {
    background: #4BD5B0;
}

#bip .pagination li {
    box-shadow: inset 0 -2px rgba(21, 86, 69, 0.75);
}

#bip .static-content li {
    background: url('../images/bip-content-list.png') no-repeat left 10px
}

#bip .content-right .bread {
    background: url('../images/bip-bread_bg.png') no-repeat #4BD5B0;
}

#bip .home-search {
    text-align: right;
    height: 43px;
}

#bip .home-search input {
    background: #fff;
    height: 43px;
    border: 1px solid #75DEC4;
    border-radius: 4px;
    width: 170px;
    padding: 0 10px;    
    margin-right: 10px;
    color: #b6b5b5;
    font-size: 16px;
}

#bip .home-search .submit {
    background: #155645;
    display: inline-block;
    border-radius: 4px;
    width: 66px;
    height: 43px;
    cursor: pointer;
    line-height: 41px;
    text-align: center;
    color: #fff;
}

.menu ul li a{
	display: inline-block;
}

.page-content{
	margin-top: 20px;
}

#info {
    float: right;
}

#info #date {
    font-size: 13px;
}

#next-span{
	cursor: pointer;
}
