@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: 14px/24px 'Lato',Segoe UI,Arial,sans-serif;
        color: #636363;
}
body p{
        font: 14px/24px 'Lato',Segoe UI,Arial,sans-serif;
        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;
}

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

h5 {
  font-size: 14px;
  line-height: 18px;
}

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;
}

/* ===================== 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: #1f95b1 repeat-x 0 0 ;
}

.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: #046277;
}
.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 #67C5DB;
    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: url(../images/subheader.jpg)no-repeat 50% 50% #F5F5F5;
    overflow: hidden;
    padding: 30px 0 30px 30px;
	color: #1f95b1;
	margin-bottom: 50px;
}
.rp-subheader  h1{
    color: #1f95b1;
}

/* --- 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 strong,
.content p b{
	color: #156375;
}
.content ul li{
    list-style-image: url(../images/dot.jpg);
    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;

}
.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: #1f95b1;
   font-weight: 400;
   margin-bottom: 25px;
   display: block;
}

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

/* ---- 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: -1px;
    background: #f29744;
}
.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;
}
/* ===================== 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%;
		}
	}
}
}

