@charset "utf-8";

/* ============= Konfiguracja dla systemu Windows Phone ============= */

@-webkit-viewport {
    width: device-width;
}

@-moz-viewport {
    width: device-width;
}

@-ms-viewport {
    width: device-width;
}

@-o-viewport {
    width: device-width;
}

@viewport {
    width: device-width;
}

@media (max-width: 400px) {
    @-ms-viewport {
        width: 320px;
    }
}


/* =========================== FONT STYLES ========================== */

body {
    font-family: 'Lato', Arial, sans-serif;
    line-height" 150%;
 color: #636363;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    color: #636363;
}

h1 {
    font-size: 20px;
    line-height: 28px;
}

h2 {
    font-size: 18px;
    line-height: 24px;
}

h3 {
    font-size: 16px;
    line-height: 22px;
    color: #506CAB;
}

h4 {
    font-size: 14px;
    line-height: 20px;
}

h5 {
    font-size: 14px;
    line-height: 18px;
    color: #506CAB;
}

h6 {
    font-size: 12px;
    line-height: 20px;
}

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

.collapse {
    display: block;
}

.carousel-control {
    display: none;
}

.icon-publish {
    background-position: -288px 0;
}

.content h1,
.content h2,
.content h3 {
    color: #3C5BA1;
}

.item-title {
    margin-bottom: 25px;
}

.item-title a {
    color: #3C5BA1;
}

.item-title a:hover {
    color: #3C5BA1;
}


/* ===================== GENERAL STYLES ===================== */

a {
    color: #333;
    text-decoration: none;
}

a:hover,
a:focus,
a:active {
    color: #999;
    text-decoration: none;
}

iframe {
    border: none;
}

#rp-top {
    margin-top: 8px;
}

#rp-top .col-md-2 {
    padding: 0;
}

#rp-top .rp-top-logo-ue {
    padding: 0;
}

#rp-top img {
    max-width: 100%;
    height: auto;
}

.fixed_menu {
    position: fixed;
    z-index: 90000;
    top: 0;
    margin-top: 0 !important;
    width: 100%;
    left: 0;
    opacity: 0.9;
}


/* ------ Menu style ---- */

#rp-menu {
    margin-top: 15px;
}

.navbar .nav .dropdown-toggle .caret {
    margin: 0 4px;
}

#rp-menu .navbar,
#rp-menu .navbar-inner {
    background: transparent;
    margin: 0;
    border: none;
    min-height: 50px;
    box-shadow: none;
}

#rp-menu .navbar {
    background: #3C5BA1;
}

.rp-top-menu ul.menu>li {
    line-height: 30px;
}

.rp-top-menu .navbar-inverse .nav .active>a,
.rp-top-menu .navbar-inverse .nav .active>a:hover,
.rp-top-menu .navbar-inverse .nav .active>a:focus {
    background: transparent;
    box-shadow: none;
}

.rp-top-menu .navbar-inverse .nav li.dropdown.open>.dropdown-toggle,
.rp-top-menu .navbar-inverse .nav li.dropdown.active>.dropdown-toggle,
.rp-top-menu .navbar-inverse .nav li.dropdown.open.active>.dropdown-toggle {
    background: transparent;
}

.rp-top-menu .navbar-inner {
    padding: 0;
}

.rp-top-menu .navbar .nav>li>a,
.rp-top-menu .navbar .nav>li>a>span>b {
    color: #fff;
    text-transform: uppercase;
}

.rp-top-menu .navbar .nav>li>a {
    padding: 10px 16px;
}

.rp-top-menu .navbar .nav>li>a:hover {
    background: #2B457C;
}

.rp-top-menu .navbar-inverse .nav li.dropdown>.dropdown-toggle .caret {
    border-bottom-color: #fff;
    border-top-color: #fff;
}

.rp-top-menu .navbar .nav>li>span {
    padding: 10px 15px;
    display: block;
    color: #fff;
}


/* --- dropdown menu --- */

.rp-top-menu .dropdown-menu {
    min-width: 220px;
    padding: 0;
    border-bottom: 2px solid #3C5BA1;
    border-radius: 0;
    box-shadow: none;
}

.rp-top-menu .dropdown-menu li {
    line-height: 40px;
    border-bottom: 1px solid #DEE8EC;
}

.rp-top-menu .dropdown-menu .divider {
    height: auto;
    margin: 0;
    border-bottom: 1px solid #8BBCCC;
    background: #fff;
}

.rp-top-menu .dropdown-menu>li>a {
    line-height: 35px;
    padding: 0 10px;
}

.rp-top-menu .navbar-inverse .nav .active>a,
.rp-top-menu .navbar-inverse .nav .active>a:hover,
.rp-top-menu .navbar-inverse .nav .active>a:focus {
    color: #fff;
}

.rp-top-menu .navbar-inverse .nav .dropdown-menu .active>a,
.rp-top-menu .navbar-inverse .nav .dropdown-menu .active>a:hover,
.rp-top-menu .navbar-inverse .nav .dropdown-menu .active>a:focus {
    color: #111;
}

.rp-top-menu .dropdown-submenu>a:after {
    margin-right: -1px;
    margin-top: -22px;
}

.rp-top-menu .dropdown-menu>li>a:hover,
.rp-top-menu .dropdown-menu>li>a:focus,
.rp-top-menu .dropdown-menu .active>a:hover,
.rp-top-menu .dropdown-menu li span:hover {
    background: none;
}

.rp-top-menu .dropdown-menu>li>a:hover .dropdown-menu .navbar-inverse .nav .active>a:hover,
.dropdown-menu .navbar-inverse .nav .active>a:focus {
    background: none;
    color: #E88D8D;
}

.navbar .nav>li>.dropdown-menu:before {
    left: 10%;
    border-bottom: none;
}

.navbar .nav>li>.dropdown-menu:after {
    left: 10%;
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus,
.dropdown-submenu:hover>a,
.dropdown-submenu:focus>a {
    background: transparent;
}


/* ------ Box menu ---- */

.box h3 {
    margin: 15px 0 0;
    background: #1F95B1;
    padding: 5px 0;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
}

.rp-top-wrapper .search {
    display: none;
}

.rp-serach-menu i {
    text-align: right;
    float: right;
    font-size: 20px;
    padding: 1px;
    cursor: pointer;
    color: #1F95B1;
}

.rp-serach-menu select,
.rp-serach-menu textarea,
.rp-serach-menu input[type="text"],
.rp-serach-menu input[type="password"],
.rp-serach-menu input[type="datetime"],
.rp-serach-menu input[type="datetime-local"],
.rp-serach-menu input[type="date"],
.rp-serach-menu input[type="month"],
.rp-serach-menu input[type="time"],
.rp-serach-menu input[type="week"],
.rp-serach-menu input[type="number"],
.rp-serach-menu input[type="email"] .rp-serach-menu input[type="url"],
.rp-serach-menu input[type="search"],
.rp-serach-menu input[type="tel"],
.rp-serach-menu input[type="color"],
.rp-serach-menu .uneditable-input {
    height: 25px;
}

.rp-serach-menu .form-inline {
    margin: 0;
    padding: 0;
}

.rp-serach-menu textarea,
.rp-serach-menu input[type="text"],
.rp-serach-menu input[type="password"],
.rp-serach-menu input[type="datetime"],
.rp-serach-menu input[type="datetime-local"],
.rp-serach-menu input[type="date"],
.rp-serach-menu input[type="month"],
.rp-serach-menu input[type="time"],
.rp-serach-menu input[type="week"],
.rp-serach-menu input[type="number"] .rp-serach-menu input[type="email"],
.rp-serach-menu input[type="url"],
.rp-serach-menu input[type="search"],
.rp-serach-menu input[type="tel"],
.rp-serach-menu input[type="color"],
.rp-serach-menu .uneditable-input {
    box-shadow: none;
    border: 2px solid #fff;
    color: #999;
}

.rp-serach-menu input,
.rp-serach-menu textarea,
.rp-serach-menu .uneditable-input {
    width: 100%;
    padding: 0 10px;
    border: 0;
    border-radius: 0;
}

#mod-search-searchword {
    border: 0;
    border-bottom: 1px solid #BFBFBF;
    background: none;
}

.rp-top-menu #mod-search-searchword {
    background: #fff;
    height: 30px;
    margin-top: 10px;
    border-radius: 8px;
}

#rp-banner {
    margin-bottom: 30px;
}

#rp-box {
    margin: 0 0 25px 0;
}


/* --- Subheader --- */

.rp-subheader {
    background: #F5F5F5;
    overflow: hidden;
    padding: 10px 0 30px 30px;
    color: #354E84;
    margin-bottom: 30px;
}

.rp-subheader h1 {
    color: #3C5BA1;
}


/* --- Breadcrumbs style --- */

.breadcrumb {
    margin: 0;
    padding: 0;
    background: none;
}

.breadcrumb a {
    color: #666;
}

.breadcrumb>li+li:before {
    content: '';
    padding: 0;
}

.breadcrumb img {
    vertical-align: baseline;
}


/* ---- Sidebar --------- */

.moduletable>h3 {
    border-bottom: 2px solid #5489D3;
    padding-bottom: 4px;
    margin-bottom: 4px;
    color: #476691;
}

.tooltip>* {
    font-size: 12px;
}

.tooltip {
    display: block;
}

tooltip-inner {
    background: none;
}


/* --- Sidebar  left --- */

.rp-sidebar-left .fa-caret-down {
    float: right;
    margin: 5px 3px 0 0;
}

.rp-sidebar-left .moduletable,
.rp-sidebar-right .moduletable {
    border-radius: 8px;
    margin-bottom: 25px;
}

.rp-sidebar-left .nav>li,
.rp-sidebar-right .nav>li {
    border-bottom: 1px solid #8BBCCC;
}

.rp-sidebar-left .nav li.active,
.rp-sidebar-left .nav li.active~li {
    display: block;
}

.rp-sidebar-left .nav>li>a,
.rp-sidebar-left .nav>li>span,
.rp-sidebar-right .nav>li>a,
.rp-sidebar-right .nav>li>span {
    padding: 10px 10px;
}

.rp-sidebar-left .nav>li>span,
.rp-sidebar-right .nav>li>span {
    line-height: 40px;
}

.rp-sidebar-right .nav>li>a:hover,
.rp-sidebar-right .nav>li>a:focus,
.rp-sidebar-left .nav>li>a:hover {
    background-color: none;
}

.rp-sidebar-left_hover,
.rp-sidebar-right_hover {
    background: -moz-linear-gradient(left, rgba(225, 237, 242, 1) 0%, rgba(230, 240, 246, 0) 50%, rgba(234, 243, 249, 0) 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(225, 237, 242, 1)), color-stop(50%, rgba(230, 240, 246, 0)), color-stop(100%, rgba(234, 243, 249, 0)));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, rgba(225, 237, 242, 1) 0%, rgba(230, 240, 246, 0) 50%, rgba(234, 243, 249, 0) 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, rgba(225, 237, 242, 1) 0%, rgba(230, 240, 246, 0) 50%, rgba(234, 243, 249, 0) 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(left, rgba(225, 237, 242, 1) 0%, rgba(230, 240, 246, 0) 50%, rgba(234, 243, 249, 0) 100%);
    /* IE10+ */
    background: linear-gradient(to right, rgba(225, 237, 242, 1) 0%, rgba(230, 240, 246, 0) 50%, rgba(234, 243, 249, 0) 100%);
    /* W3C */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#e1edf2', endColorstr='#00eaf3f9', GradientType=1);
    /* IE6-9 */
    color: #476691;
    -webkit-transition: all 2.5s ease;
    -moz-transition: all 2.5s ease;
    -o-transition: all 2.5s ease;
    transition: all 2.5s ease;
}

.rp-sidebar-left .dropdown-menu,
.rp-sidebar-right .dropdown-menu {
    border: none;
    border-radius: 0;
    box-shadow: none;
    float: none;
    min-width: 100%;
    position: relative;
}

.rp-sidebar-left .dropdown-menu a,
.rp-sidebar-right .dropdown-menu a {
    border-top: 1px solid #d0dde1;
}

.rp-sidebar-left .dropdown-menu>li>a:hover,
.rp-sidebar-left .dropdown-menu>li>a:focus,
.rp-sidebar-left .dropdown-submenu:hover>a,
.rp-sidebar-left .dropdown-submenu:focus>a,
.rp-sidebar-right .dropdown-menu>li>a:hover,
.rp-sidebar-right .dropdown-menu>li>a:focus,
.rp-sidebar-right .dropdown-submenu:hover>a,
.rp-sidebar-right .dropdown-submenu:focus>a {
    background: #d0dde1;
    color: #476691;
}


/* ---- Joomla article style -- */

.content p {
    text-align: justify;
}

.content ul li {
    list-style-image: url(../images/dot.png);
    vertical-align: middle;
}

.content .page-header h2 {
    margin: 15px 0 0;
}

.content .page-header {
    margin: 15px 0 18px;
    border: none;
}

.content .page-header>h2 {
    border-bottom: 2px solid #f9f9f9;
}

.content i {
    color: #D91716;
}

.content .page-header h2 a {
    color: #214981;
}

.content .page-header a {
    text-decoration: none;
}

.content .actions {
    clear: both;
    overflow: hidden;
}

.content .actions li {
    display: inline-block;
    float: right;
}

.content .article-info dd {
    display: inline-block;
    padding-left: 20px;
}

.content .article-info dd:first-child {
    padding: 0;
}

.content .page-header a {
    color: #333;
}

.content .readmore {
    text-align: right;
    margin-top: 50px;
}

.content .readmore a {
    color: #fff;
    border-radius: 6px;
    padding: 8px;
    background: #1f95b1;
}

.content .pagenav {
    margin: 50px 0 30px;
}

.content .contact>h3:first-child {
    display: none;
}

.content .contact>h3 {
    margin-bottom: 25px;
}

.content .contact legend {
    font-size: 16px;
    padding: 0 0 6px 0;
}

.content .contact input {
    height: 36px;
    width: 100%;
}

.content .contact textarea {
    width: 100%
}


/* ---- Joomla Blog style ---- */

.content .blog>div {
    margin-bottom: 30px;
}

.content .blog h2 a {
    color: #506CAB;
    font-weight: 400;
    margin-bottom: 25px;
    display: block;
}

.content .item-image {
    float: left;
    width: 30%;
    margin-right: 25px;
    margin-bottom: 25px;
}

.img-intro-left>img {
    float: left;
    margin-right: 25px;
    width: 20%;
}

.doc ul li {
    list-style-image: none;
    list-style: none;
}

ul.sigFreeClassic li.sigFreeThumb {
    margin: 0 0 23px 23px;
}


/* ---- Search display ----- */

.search .btn-toolbar {
    width: 100%;
}

.search .btn-toolbar div:first-child {
    width: 93%;
}

.search .btn-toolbar input {
    width: 100%;
    height: 36px;
}

.search .phrases,
.search .only {
    margin-bottom: 30px;
}

.search .phrases legend,
.search .only legend {
    padding: 0 0 6px;
    font-size: 18px;
    margin: 0 0 8px;
}

.search .phrases-box {
    margin-bottom: 18px;
}

.search .phrases-box label,
.search .only label {
    margin: 0;
    padding-top: 0;
    display: inline-block;
    padding-right: 25px;
}

.search .search-results>dd {
    padding: 0 0 0 18px;
}

.search .result-created {
    margin-bottom: 18px;
}

.content .contact #jform_contact_email_copy {
    width: 3%
}

.content .contact .form-actions {
    background: #f9f9f9;
}

.content .contact .form-actions .btn-primary {
    background: #476691;
    border-color: #476691;
}


/* ----- Content word and pdf icon ----*/

.content a[href$=".pdf"],
.content a[href$=".pdf"]:visited,
.content a[href$=".pdf"]:hover {
    background: url("../images/pdf.png") no-repeat scroll 10px 50% transparent;
    color: #214994;
    display: block;
    padding: 10px 10px 10px 52px;
    text-transform: uppercase;
    vertical-align: middle;
}

.content a[href$=".doc"],
.content a[href$=".doc"]:visited,
.content a[href$=".doc"]:hover {
    background: url("../images/word.png") no-repeat scroll 10px 50% transparent;
    color: #214994;
    display: block;
    padding: 10px 10px 10px 52px;
    text-transform: uppercase;
    vertical-align: middle;
}

.content a[href$=".docx"],
.content a[href$=".docx"]:visited,
.content a[href$=".docx"]:hover {
    background: url("../images/word.png") no-repeat scroll 10px 50% transparent;
    color: #214994;
    display: block;
    padding: 10px 10px 10px 52px;
    text-transform: uppercase;
    vertical-align: middle;
}

.rp-ue-box,
.rp-footer-contact {}

.rp-contact-box {
    padding-right: 0;
}

#rp-footer {
    margin-top: 45px;
}

.footer {
    margin-top: 15px;
    background: #EF7F1A;
}

.footer>p {
    display: inline;
    float: left;
    padding: 8px 0 0;
    color: #fff;
}

.footer:after {
    clear: both;
}

#rp-logo-slider {
    margin: 50px 0 30px;
}

#Kunena {
    margin-top: 25px;
}

#Kunena+div {
    display: none;
}

.top_ico {
    background: none repeat scroll 0 0 #ce2c2f;
    border-radius: 8px 8px 0 0;
    bottom: 0;
    color: #fff;
    display: none;
    font-family: "FontAwesome";
    font-size: 28px;
    margin: 0;
    padding: 4px 8px;
    position: fixed;
    right: 2%;
}

.top_ico i {
    color: #fff;
}

.login {
    margin-top: 25px;
}


/* Style table */

.table-fill {
    animation: 5s ease 0s normal none infinite running float;
    background: white none repeat scroll 0 0;
    border-collapse: collapse;
    border-radius: 3px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    height: 320px;
    margin: auto;
    max-width: 600px;
    padding: 5px;
    width: 100%;
}

tr {
    border-top: 1px solid #c1c3d1;
    color: #000;
    font-size: 16px;
    font-weight: normal;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.1);
}

tr:hover td {
    background: #ecf0f1 none repeat scroll 0 0;
    border-bottom: 1px solid #22262e;
    border-top: 1px solid #22262e;
    color: #000;
}

tr:first-child {
    border-top: medium none;
}

tr:last-child {
    border-bottom: medium none;
}

tr:nth-child(2n+1) td {
    background: #ecf0f1 none repeat scroll 0 0;
    color: #000;
}

tr:hover td {
    background: #506CAB none repeat scroll 0 0;
}

tr:first-child:hover td {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}

tr:last-child td:first-child {
    border-bottom-left-radius: 3px;
}

tr:last-child td:last-child {
    border-bottom-right-radius: 3px;
}

td {
    background: #ffffff none repeat scroll 0 0;
    border-right: 1px solid #c1c3d1;
    font-weight: 300;
    padding: 20px;
    text-align: left;
    text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.1);
    vertical-align: middle;
}

td:last-child {
    border-right: 0 none;
}

th.text-left {
    text-align: left;
}

th.text-center {
    text-align: center;
}

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

td.text-left {
    text-align: left;
}

td.text-center {
    text-align: center;
}

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

tr:first-child:hover td {
    background: #ecf0f1;
    border-top: 1px solid #ddd;
    border-bottom: none;
}

tr td+td {
    width: 30%;
}


/* ===================== MEDIA QUERIES ===================== */

@media (min-width: 980px) {
    .rp-top-logo {
        padding: 40px 40px 0 10px;
    }
}

@media (min-width: 1200px) {}

@media (max-width: 979px) {
    .rp-top-logo {
        padding: 0 0 0 15px;
    }
    .rp-top-menu {
        background: none;
    }
    .navbar .btn,
    .navbar .btn-group {
        margin-top: 12px;
    }
}

@media (min-width: 768px) and (max-width: 979px) {
    @-ms-viewport {
        width: 480px;
    }
    .rp-top-logo {
        padding: 0 0 0 15px;
    }
    .rp-top-menu {
        background: none;
    }
    .navbar-inner>a {
        margin: 15px 0;
    }
    #rp-first-menu {
        background: #28AECC;
    }
    .rp-contact-box {
        padding: 0;
    }
    #rp-footer {
        margin-top: 15px;
    }
    .rp-footer-contact {
        padding: 10px 10px;
        background: #1F95B1;
    }
    .rp-footer-contact p {
        font-size: 0.8em;
    }
    .footer {
        overflow: hidden;
        background: #1F95B1;
    }
    .footer>p {
        font-size: 0.8em;
    }
}

@media (max-width: 767px) {
    body {
        padding: 5px;
    }
    .rp-top-logo {
        padding: 0 0 0 15px;
    }
    .rp-top-menu {
        background: none;
    }
    .navbar-inner>a {
        margin: 15px 0;
    }
    #rp-first-menu {
        background: #1F95B1;
    }
    .rp-contact-box {
        padding: 0;
    }
    #rp-footer {
        margin-top: 15px;
    }
    .rp-footer-contact {
        padding: 10px 10px;
        background: #1F95B1;
    }
    .rp-footer-contact p {
        font-size: 0.8em;
    }
    .footer {
        overflow: hidden;
        background: #1F95B1;
    }
    .footer>p {
        font-size: 0.8em;
    }
}

@media (max-width: 480px) {
    body {
        padding: 0px;
    }
    .rp-serach-menu {
        padding: 10px;
    }
    .rp-top-name h2 {
        font-size: 1em;
    }
    .rp-top-menu {
        background: none;
    }
    .rp-top-menu .navbar .btn-navbar {
        margin-top: 10px;
        margin-bottom: 10px;
    }
    #rp-first-menu {
        background: #1F95B1;
    }
    .rp-top-menu .dropdown-menu li {
        padding: 0;
        overflow: hidden;
    }
    .rp-top-menu .nav>li>a:hover,
    .rp-top-menu .nav>li>a:focus,
    .rp-top-menu .dropdown-menu>li>a:hover,
    .rp-top-menu .dropdown-menu>li>a:hover {
        background: #1C54A5;
    }
    .box {
        margin-bottom: 10px;
    }
    .box>h3 {
        font-size: 14px;
    }
    .rp-box {
        margin-bottom: 8px;
    }
    .rp-top-logo {
        padding: 10px 40px;
    }
    .rp-contact-box {
        padding: 0;
    }
    #rp-footer {
        margin-top: 15px;
    }
    .rp-footer-contact {
        padding: 10px 10px;
        background: #1F95B1;
    }
    .rp-footer-contact p {
        font-size: 0.8em;
    }
    .footer {
        overflow: hidden;
        background: #1F95B1;
    }
    .footer>p {
        font-size: 0.8em;
    }
    @-ms-viewport {
        img {
            width: 100%;
        }
    }
}


}