/*
Theme Name: NF
Author URI: http://www.net-factory.pl/
*/

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #444;
    font-weight: 500;
    padding-bottom: 0px;
}

a {
    transition: .2s ease-in-out;
    text-decoration: none;
    color: #CE5AA5;
}

a:hover {
    text-decoration: none;
    color: #332b66;
}

.upheader {
    background: #f4f4f4;
    padding: 8px;
}

.upheader .info {
    font-size: 12px;
}

.upheader .info span {
    text-transform: uppercase;
}

.upheader .info .fa {
    color: #ce5aa5;
}

.upheader .social {
    font-size: 12px;
    text-align: right;
}

.upheader .social a {
    font-weight: 700;
}

.upheader .social .fa {
    color: #332b66;
}

.header {
    margin: 0px 0;
}

.header-img {
    margin: 30px 0;
}

.navi {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ce5aa5+0,a5488e+100 */
    background: #ce5aa5;
    /* Old browsers */
    background: -moz-linear-gradient(-45deg, #ce5aa5 0%, #a5488e 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #ce5aa5 0%, #a5488e 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #ce5aa5 0%, #a5488e 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ce5aa5', endColorstr='#a5488e', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
}

.navbar-inverse {
    background-color: transparent;
    border-color: transparent;
}

.navbar {
    margin-bottom: 0px;
    min-height: 20px;
}

.navbar-inverse .navbar-nav>li>a {
    color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    transition: .2s ease-in-out;
    padding: 0px 12px;
    margin: 10px 26px 10px 0;
    font-weight: 400;
    font-size: 13px;
}

.navbar-inverse .navbar-nav>li>a:hover {
    color: #fff;
    background: #332b66;
    border-radius: 4px;
}

.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:hover,
.navbar-inverse .navbar-nav>.active>a:focus {
    color: #fff;
    background: #332b66;
}

.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333333;
    white-space: nowrap;
    font-size: 13px;
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:hover,
.dropdown-menu>.active>a:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    background-color: #332b66;
}

.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:hover,
.navbar-inverse .navbar-nav>.open>a:focus {
    background-color: #312c66;
    color: #fff;
}

p.oc-more {
    text-align: center;
    margin: 60px 0 0 0;
}

p.oc-more a {
    background: #332b66;
    padding: 6px 34px;
    font-size: 14px;
    font-weight: 300;
    border-radius: 4px;
    transition-duration: 0.4s;
    color: #fff;
    border: 1px solid #332bb6;
}

p.oc-more a:hover {
    background: #fff;
    color: #332b66;
    font-weight: 500;
    border: 1px solid #332bb6;
    padding: 6px 44px;
}

#slider {}

.s1 {
    background: url('https://www.uc24.com.pl/wp-content/uploads/2017/05/s-1.png') center center;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 600px;
}

.s2 {
    background: url('https://www.uc24.com.pl/wp-content/uploads/2017/05/s2.png') center center;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 600px;
}

.s3 {
    background: url('https://www.uc24.com.pl/wp-content/uploads/2017/05/s3.png') center center;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 600px;
}

.s4 {
    background: url('https://www.uc24.com.pl/wp-content/uploads/2017/05/s4.png') center center;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 600px;
}

.s5 {
    background: url('https://www.uc24.com.pl/wp-content/uploads/2017/05/s5.png') center center;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 600px;
}

.s-inner h3 {
    margin: 0;
    padding: 160px 0 40px 0;
    text-align: left;
    font-size: 70px;
    font-weight: 900;
    color: #fff;
    max-width: 70%;
}

.s-inner p {
    font-size: 20px;
    font-weight: 300;
    max-width: 75%;
    color: #fff;
}

.s-inner p.more {
    margin: 40px 0 0 0;
}

.s-inner p.more a {
    background: #ce5aa5;
    padding: 2px 14px;
    color: #fff;
    font-size: 12px;
    transition-duration: 0.4s;
    border-radius: 4px;
    border: 1px solid #ce5aa5;
}

.s-inner p.more a:hover {
    border: 1px solid #ce5aa5;
    background: transparent;
    color: #fff;
    transition-duration: 0.4s;
}

.s-inner p.more a:hover .fa {
    padding-left: 24px;
    transition-duration: 0.4s;
}

.baner {
    padding: 80px 0;
}

.infos {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f4f4f4+0,e0e0e0+100 */
    background: #f4f4f4;
    /* Old browsers */
    background: -moz-linear-gradient(-45deg, #f4f4f4 0%, #e0e0e0 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #f4f4f4 0%, #e0e0e0 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #f4f4f4 0%, #e0e0e0 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#e0e0e0', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
    padding: 80px 0;
    color: #fff;
}

.ico {
    font-size: 60px;
    color: #332b66;
    text-align: center;
    padding-top: 12px;
}

.p-inner {
    margin: 0;
    padding: 27px 0px 15px 0;
    text-align: left;
}

.p-inner .fa {
    display: block;
    font-size: 60px;
    margin: 0 0 20px 0
}

.p-inner h3 {
    margin: 0 0 6px 0;
    font-weight: 500;
    font-size: 16px;
    color: #332b66;
}

.p-inner p {
    font-weight: 300;
    font-size: 14px;
    color: #332b66;
}

.infos h2 {
    text-align: center;
    font-size: 30px;
    font-weight: 900;
    color: #332b66;
    margin: 0 0 0 0;
}

.infos .sep2 {
    height: 2px;
    background: #ce5aa5;
    margin: 20px auto 60px auto;
    max-width: 125px;
}

.infos h4 {
    margin: 20px 0 0 0;
    font-size: 30px;
    font-weight: 900;
}

.infos .sep {
    height: 2px;
    background: #fff;
    margin: 20px 0 40px 0;
    max-width: 125px;
}

.infos p {
    font-weight: 300;
    font-size: 20px;
    margin: 0 0 20px 0;
}

.sbg {
    background: #332b66;
}

.lbg {
    background: #ce5aa5;
}

.standard,
.lokalna {
    padding: 30px 15px;
    min-height: 463px;
}

.aktualnosci {
    padding: 80px 0;
    background: #f4f4f4;
}

.aktualnosci img.post-pic {
    border: 3px solid #fff;
    border-radius: 4px;
    transition-duration: 0.4s;
}

img:hover {
    opacity: 0.7;
}

.page-title {
    background: url('https://www.uc24.com.pl/wp-content/uploads/2017/05/page-title.png') center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.page-title h2 {
    font-size: 20px;
    font-weight: 300;
    color: #fff;
    margin: 40px 0 0 0;
}

.page-title .sep {
    height: 2px;
    background: #ce5aa5;
    margin: 10px 0 50px 0;
    max-width: 125px;
}

.entry-page {
    background: #f4f4f4;
    margin: 30px 0;
    padding: 30px;
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
}

.entry-page p {
    margin-bottom: 20px;
}

.entry-page h3 {
    color: #332b66;
    font-size: 24px;
    font-weight: 900;
    margin: 30px;
    padding-left: 15px;
    border-left: 4px solid #ce5aa5;
}

.aktualnosci h2.page-title-home {
    margin: 0 0 0 0;
    font-weight: 700;
    font-size: 24px;
}

.aktualnosci h2.page-title-home a {
    color: #332b66;
}

.aktualnosci h2.page-title-home a:hover {
    color: #ce5aa5;
}

.aktualnosci p {
    line-height: 28px;
    font-size: 14px;
    font-weight: 300;
}

.aktualnosci p.hp-more {
    margin: 10px 0 0 0;
}

.aktualnosci p.hp-more a {
    background: #ce5aa5;
    padding: 2px 14px;
    color: #fff;
    font-size: 12px;
    transition-duration: 0.4s;
    border-radius: 4px;
    border: 1px solid #ce5aa5;
}

.aktualnosci p.hp-more a:hover {
    border: 1px solid #332b66;
    background: #332b66;
    color: #fff;
    transition-duration: 0.4s;
}

.aktualnosci p.hp-more a:hover .fa {
    padding-left: 24px;
    transition-duration: 0.4s;
}

.aktualnosci-page {
    padding: 30px;
    margin: 30px 0;
    background: #f4f4f4;
}

.aktualnosci .article {
    margin-bottom: 40px;
}

.aktualnosci-page .wp-pagenavi a,
.aktualnosci-page .wp-pagenavi span {
    text-decoration: none;
    border: 1px solid #d6d6d6;
    padding: 3px 10px;
    margin: 2px;
}

.aktualnosci-page .wp-pagenavi a:hover,
.aktualnosci-page .wp-pagenavi span.current {
    border-color: #ce5aa5;
}

.aktualnosci-page h2.page-title-home {
    margin: 0 0 0 0;
    font-weight: 700;
    font-size: 24px;
}

.aktualnosci-page h2.page-title-home a {
    color: #332b66;
}

.aktualnosci-page h2.page-title-home a:hover {
    color: #ce5aa5;
}

.aktualnosci-page p {
    line-height: 28px;
    font-size: 14px;
    font-weight: 300;
}

.aktualnosci-page p.hp-more {
    margin: 10px 0 0 0;
}

.aktualnosci-page p.hp-more a {
    background: #ce5aa5;
    padding: 2px 14px;
    color: #fff;
    font-size: 12px;
    transition-duration: 0.4s;
    border-radius: 4px;
    border: 1px solid #ce5aa5;
}

.aktualnosci-page p.hp-more a:hover {
    border: 1px solid #332b66;
    background: #332b66;
    color: #fff;
    transition-duration: 0.4s;
}

.aktualnosci-page p.hp-more a:hover .fa {
    padding-left: 24px;
    transition-duration: 0.4s;
}

.aktualnosci-page .article {
    margin-bottom: 40px;
}

.pic-single {
    margin-bottom: 30px;
}

.entry-meta {
    background: #eaeaea;
    padding: 4px 10px;
    margin: 10px 0 10px 0;
    font-size: 11px;
}

.sid {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#332b66+0,2b2454+100 */
    background: #332b66;
    /* Old browsers */
    background: -moz-linear-gradient(-45deg, #332b66 0%, #2b2454 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #332b66 0%, #2b2454 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #332b66 0%, #2b2454 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#332b66', endColorstr='#2b2454', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
    padding: 30px;
    margin: 30px 0;
}

.sid h3 {
    margin: 0 0 20px 0;
    color: #fff;
    font-size: 18px;
    font-weight: 900;
}

.sid .widget {
    margin-bottom: 30px;
}

.footer {
    padding: 20px 0 10px 0;
    font-size: 11px;
    background: #222;
    color: #909090;
}

.footer-right {
    text-align: right;
}
