@charset "utf-8";
/* CSS Document for Joomla 3 styles */
@import url("font-awesome.min.css");

/* ============= 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; }
 
/* =========================== FONT STYLES ========================== */

body {
    font: 14px/24px 'Lato',Segoe UI,Arial,sans-serif;
    color: #4F4F4F;
    font-weight: 300;
    line-height: 24px;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Lato',sans-serif;
    font-weight: 300;
    color: #4F4F4F;
}
h1 {
    font-size: 18px;
    line-height: 28px;
}

h2 {

  font-size: 16px;
  line-height: 26px;
}

h3 {

  font-size: 15px;
  line-height: 20px;
}

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

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

h6 {
  font-size: 12px;
  line-height: 18px;
}
.collapse {
    display: block;
}
a{
    color: #E06902;
}
a:hover, a:focus {
    color: #FE7800;
    text-decoration: underline;
}
.btn-primary {
    background-color: #d65200;
    border-color: #d65200;
    color: #fff;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
    background-color: #d65200;
    border-color: #d65200;
    color: #fff;
}
.rp-tooltip {
        background:#fe7800;    
        border: solid #fe7800 2px;
        padding: 5px;
        color: #fff
}
/* ----- WCAG 2.0 ----*/

#rp-acc_toolbar{
    padding: 0 1em;
}
#rp-top .container .box{
    margin-bottom: 1em;
    overflow: auto;
}
#rp-top .container .top-accessible{
    padding: .1em 1em;
	overflow: auto;
	margin-left: auto;
}
#rp-top .container .top-accessible ul li button{
    border-radius: 4px;
    background: rgba(210, 210, 210, 0.6) !important;
    color: #666;
    padding: 2px 8px;
}
#rp-top .container .top-accessible ul #rp-acc-contrast .rp-acc-dark-btn{
	background: #FFFF00 !important;
}
.flex{
	display: flex;
	align-items: center;
}
.bip{
	width: 65px;
}
	

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

.rp-zapisy a{
	display: block;
}
.rp-zapisy button{
	margin-top: 12px;
	width: 100%;
	height: 60px;
	border: 2px solid #FE7800;
	background: #fff;
	color: #FE7800;
	text-transform: uppercase;
	font-size: 22px;
}
.rp-zapisy button:hover{
	background: #FE7800;
	border: 2px solid #FE7800;
}

.form-group {
    margin-bottom: 30px;
}
.rp-login
{
    border-radius: 0 0 8px 8px;
    background: #FE7800;
    color: #fff;
    text-align: center;
}
.rp-login .btl-panel{
    text-align: center;
    clear: both !important;
    width: 100%
}
.rp-login #btl-panel-login,
.rp-login #btl-panel-profile{
    background: none !important;
    border: 0 !important;
    box-shadow: none !important;
    margin: 0 !important;
}
.rp-login #btl .btl-panel > span {
    height: auto !important;
    line-height: 20px !important;
    padding: 0 !important;
}
.rp-login div.btl-buttonsubmit{
    margin: 0 !important;
}
 #btl-content-profile div.btl-buttonsubmit{
    margin-bottom: 0 !important;
    padding: 0 !important;
}
.btl-buttonsubmit > input{
    background: #FE7800 !important;
}
.rp-top-logo{
    padding: 0px 30px 0px;
}
.rp-top-logo img{
    margin: 0 auto;
    display: block;
}
.rp-top-logo-men{
    background: url(../images/logo_separator.jpg) no-repeat 100% 50%;
}
.rp-top-name h1{
    font-weight: 300;
    padding: 0;
    margin: 0;
    color: #000;
    overflow: hidden;
}
.rp-top-name .span_name{
    margin:0;
    text-transform: uppercase;
    color: #000;
}
/* ========== JOOMLA MENU STYLE ========== */
.fixed-menu{
    position: fixed;
    top: 0;
    width: 100%;
    background: #FE7800;
    z-index: 4000;
    margin-top: 0 !important;
    opacity: 0.9;
    -webkit-transition: opacity 2s ease-in;
    -moz-transition: opacity 2s ease-in;
    -o-transition: opacity 2s ease-in;
    -ms-transition: opacity 2s ease-in;
    transition: opacity 2s ease-in;
}
#rp-menu{
    background: #FE7800;
    margin-top: 15px;
}
#rp-menu .navbar, #rp-menu .navbar-inner{
    background: transparent;
    margin: 0;
    border: none;
    min-height: 50px;
    box-shadow: none;
}
/* -----FIRST LEVEL ----- */
.rp-top-menu ul.menu {
    padding: 6px 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 .nav > li > span,
.rp-top-menu .navbar .nav > li > a{
    padding: 10px 12px;
    display: block;
    color: #fff;
}
.rp-top-menu .navbar-inverse .brand, 
.rp-top-menu .navbar-inverse .nav > li > a{
    color: #fff;
}
.navbar .nav .dropdown-toggle .caret {
    margin: 0 4px;
}
.rp-top-menu ul.menu > li{
    line-height: 20px;
}
.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-inner{
    padding: 0;
}
.rp-top-menu .navbar .nav > li > a,
.rp-top-menu .navbar .nav > li > a > span > b{
    color: #fff;
}
.rp-top-menu .navbar .nav > li > a:hover{
    colo: #fff;
}
.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 .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 .dropdown-menu{
    min-width: 220px;
    padding: 0;
    border-bottom:  2px solid #FE7800;
    border-radius: 0;
    box-shadow: none;
}
.rp-top-menu .dropdown-menu li{
    line-height: 40px;
    padding: 0 0px;
    border-bottom: 1px solid #DEE8EC;
}
.rp-top-menu .dropdown-menu .divider{
    height: auto;
    margin: 0;
    border-bottom: 1px solid #FE7800;
    background: #fff;
}
.rp-top-menu .navbar-inverse .dropdown-menu > li >a{
    line-height: 35px;
    padding: 0px 10px;   
    color:#4F4F4F;
}
.rp-top-menu .navbar-inverse .dropdown-menu > li >a:hover,
.rp-top-menu .navbar-inverse .dropdown-menu .active > a:hover{
    color: #4F4F4F;
    display: block
}
.rp-top-menu .dropdown-submenu > a:after{
    margin-right: -1px;
    margin-top: -22px;
}
.rp-top-menu .navbar-inverse .dropdown-menu > li > a:hover,
.rp-top-menu .navbar-inverse .dropdown-menu > li > a:focus,
.rp-top-menu .navbar-inverse .dropdown-menu .active > a:hover,
.rp-top-menu .navbar-inverse .dropdown-menu li span:hover{
    background: #F9D8BD;
    display: block;
}
.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;
}
/* ------ Search style ---- */

.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: 40px;
}
.rp-serach-menu .form-inline{
    margin: 0;
    padding: 5px 5px 5px 0;
    position: relative;
}
.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: #FE7800;
}
.rp-serach-menu input.search-query {
    border-radius: 8px;
}
.rp-serach-menu input,
.rp-serach-menu textarea,
.rp-serach-menu .uneditable-input{
    width: 100%;
}
.rp-serach-menu input[type="image"]{
   background: none repeat scroll 0 0 transparent;
    font-size: 12px;
    padding: 0;
    position: absolute;
    right: 10px;
    text-shadow: none;
    top: 8px;
    width: 15px;
}
/* ------ Baner style ---- */
#rp-banner .rp-banner-wrapper > div{
    margin: 0px !important;
}
.camera_pag{
    position: absolute;
    top: 0;
    right: 0;
}
.camera_pag ul>li{
    margin: 4px !important;
}
.camera_wrap .camera_pag .camera_pag_ul li{
    background: #FE7800 !important;
}
.camera_wrap .camera_pag .camera_pag_ul li.cameracurrent > span {
    background: #02197F !important;
}

/* ------ Box style ---- */
#rp-box{
    margin: 0 0 25px 0;
}
#rp-box .zielony{
    background: #4AA334;
    transition: all 0.3s ease-in-out;
}
#rp-box .pomarancz{
    background: #FC9F00;
    transition: all 0.3s ease-in-out;
}
#rp-box .fiolet{
    background: #8634A5;        
    transition: all 0.3s ease-in-out;
}
#rp-box .niebieski{
    background: #3485A3;
    transition: all 0.3s ease-in-out;
}
#rp-box .zielony:hover{
    background: #3A8E25;
}
#rp-box .pomarancz:hover{
    background: #E58E02;
}
#rp-box .fiolet:hover{
    background: #6E248C;        
}
#rp-box .niebieski:hover{
    background: #227796;
}
#rp-box h1{
    margin: 0;
    border: none;
    text-align: center;
    font-weight: 300;
    font-size: 20px;
    color: #fff;
    padding: 10px 15px;
    text-decoration: none;
    text-transform: uppercase;
}
#rp-box a{
    color: #fff;
    display: block;
}
#rp-box a:hover{
    color: #fff;
    text-decoration:  none;
}

/* ------ First page module News display -------- */
 .colorbox > h3{
    padding: 0;
    color: #fff;
    text-transform: uppercase;
}
.ns2-links {
    text-align: right;
}
ns2-image{
    margin: 6px 0;
}
.ns2-art-controllers {
    margin-top: -43px !important;
    padding: 0 2px;
}
.ns2-introtext{
    margin-top: 25px;
    text-align: justify;
}
ul.sigFreeClassic{
    display: block;
    margin: 0 auto;
   
}
ul.sigFreeClassic li.sigFreeThumb {
    margin-right: 25px !important;
    
}
.red .ns2-art-controllers
{
    background: #DB3330;


}
.red .ns2-art-controllers a,
.yellow .ns2-art-controllers a{
    color: #fff;
}
.yellow .ns2-art-controllers{
    background: #ecc909;
}
/* --- Tabele Format ---- */
table, tr, td{
    border: 1px solid #F79646;
}
td{
    padding: 8px;
}
/* --- Facebook module style --- */



/* --- Newsleter first page ----*/
.rp-newsletter {
    background: url(../images/stopka_skos.png) no-repeat -2px 0 #FE7800;
   
}
.rp-newsletter h3{
    margin: 10px 0 6px;
    border: none;
    color: #fff;
}
.rp-newsletter i{
    margin-top: 6px;
    padding: 0 0 0 50px;
    display: inline-block;
    font-size: 72px;
    color: #fff;
    vertical-align: middle;
}
.rp-newsletter .moduletable{
    float: right;
    width: 75%;
    margin:0;
}
.rp-newsletter form{
    margin-bottom: 10px;
}
.acymailing_form .btn{
    vertical-align: top;
    padding: 0 12px;
}
.acymailing_form ul{
    margin: 0;
}
.acymailing_form li{
    display: inline;
    list-style-type: none;
    line-height: 30px;
    padding-right: 15px;
}
.acymailing_form input{
    height: 30px;
}
/* --- Footer style --- */
#rp-footer{
    margin-top: 50px;
    background: url(../images/footer-bg.jpg) no-repeat 50% 0 #dfdfde;
}
.rp-footer-wrapper{
    position: relative;
}
.rp-footer-module{
    background: #fff;
    overflow: hidden;
    padding: 0 0 15px;
    margin: 60px 15px 0;
}
.rp-footer-module .latestnews{
    list-style-type: none;
    margin: 0;
}
.rp-footer-module .latestnews li{
    clear: both;
    margin: 8px 0;
    display: inline-block;
    width: 100%;
}
.rp-footer-module .latestnews li > span{
    background: none repeat scroll 0 0 #FE7800;
    color: #fff;
    margin: 0 15px 0 0;
    font-size: 14px;
    line-height: 1.4em;
    padding: 5px 10px;
    text-align: center;
    transition: all 0.5s ease-in 0s;
    width: 90px;
    float: left;
    clear: both;
}
.rp-footer-module > div {
    padding: 0 30px;
}
.footer {
    background: #080808;
    padding: 15px 15px;
}/* ------ Kontact style -------- */
.contact .controls input{
    height: 45px;
}
.contact .controls input,
.contact .controls textArea{
    width: 95%;
}
.contact .form-actions {
    background: none;
    border: none;
    margin-bottom: 20px;
    margin-top: 0;
    padding: 0;
    text-align: right;
}
.contact #jform_contact_email_copy{
    height: auto;
    width: auto;
}
.contact .contact-name{
    font-weight: bold;
}
.contact .dl-horizontal dd{
    margin-left: 35px;
}
.contact .dl-horizontal dt{
    width: 20px;
}
.contact h3{
    margin-top: 50px;
    margin-bottom: 40px;
}
.contact .contact-miscinfo dd{
    margin: 0;
}
.contact h3{
    font-weight: bold;
}

/* --- Dane teleadresowe stopka ---*/
.contact-address{
    margin-top: 25px;
}
.contact-address >i,
.contact-phone >i,
.contact-fax >i,
.contact-mail >i{
    display: inline-block;
    float: left;    
    color: #FE7800;
}
.contact-address >p,
.contact-phone >p,
.contact-fax >p,
.contact-mail >p{
    padding-left: 45px;
    margin-bottom:  25px;
}
.footer >p{
    display: inline;
}
.rp-top{
    position: absolute;
    bottom: 1%;
    right: 2%;
    font-size: 30px;
}

/* ---- 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
{
    margin-bottom: 30px;
}
.search .phrases legend{
    padding: 0 0 6px;
    font-size: 18px;
    margin: 0 0 8px;
}
.search .phrases-box {
    margin-bottom: 18px;
}
.search .phrases-box 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;
}
/* --- zółty */
.yellow > h3.page-header{    
    border-bottom: 2px solid #ecc909;
}
.yellow h3 > span{
    padding: 4px 15px;
    background: #ecc909;
}
/* --- Czerwony */
.red > h3 {    
    border-bottom: 2px solid #DB3330;
}
.red h3 > span{
    padding: 4px 15px;
    background: #DB3330;
}
/* --- Niebieski */
 .blue > h3{    
    border-bottom: 2px solid #2659ce;
}
 .blue h3 > span{
    padding: 4px 15px;
    background: #2659ce;
}
/* -- Zielony  */
.blue > h3{    
    border-bottom: 2px solid #18b31f;
}
.blue h3 > span{
    padding: 4px 15px;
    background: #18b31f;
}
/*--- Pomarańczowy */
.orange > h3{    
    border-bottom: 2px solid #F27935;
}
.orange h3 > span{
    padding: 4px 15px;
    background: #F27935;
}
/* --- Fioletowy */
.content .violet > h3{    
    border-bottom: 2px solid #8634a5;
}
.content .violet h3 > span{
    padding: 4px 15px;
    background: #8634a5;
}

/* ------- Sidebar right module -------- */
.right{
    margin-bottom: 25px;
}
.rp-sidebar-right h3{
    margin: 40px 0 30px;
    padding: 0;
    border-bottom: 2px solid #eee
}
.rp-sidebar-right .violet h3 span{
    border-bottom: 2px solid #8634a5;
        padding: 2px;
}
.rp-sidebar-right .menu_right h3{
    margin-bottom: 2px;
}
.rp-sidebar-right .menu_right .nav li{
    border-bottom: 1px solid #B5D3FF;
    list-style-image: url(../images/list)
}
.rp-sidebar-right .menu_right .nav li a:hover,
.rp-sidebar-right .menu_right .nav li a:focus{
    background: #DDEBFF;
}
/* ---- Video module style --- */
.sj-video-current iframe {
    height: 220px !important;
}


/* ==================== JOOMLA ARTICLE STYLE =============== */
.content strong,
.content b{
    font-weight: 700;
}
.content .page-header h1{
    font-size: 20px;
    font-weight: 400;
    color: #E84302;
}
.content .page-header a{
    color: #E84302;
}
.content .item-image >img{
    width: 100%;
}
.content .blog-featured .items-leading,
.content .blog-featured .items-row{
    margin-bottom: 30px;
}
.content .blog .items-leading{
    margin-bottom: 0;
}
.content .items-more{
    margin: 20px 0 50px; 
}
.content p > img {
    float: left;
    margin: 5px 30px 25px 0;
}
.content .alignleftimg{
    float: left;
    margin: 5px 30px 25px 0;
}
.content .alignrightimg{
    float: right;
    margin: 5px 0px 25px 30px;
}
.contentblockquote, blockquote p {
    border: 0 none;
    font-size: 21px;
    font-style: normal;
    line-height: 1.8;
    position: relative;
}
.content .item-page a[href$=".pdf"], 
.content a[href$=".pdf"]:visited, 
.content a[href$=".pdf"]:hover {
    background: url("../images/adobe_pdf_32x32.png") no-repeat scroll 10px 50% transparent;
    display: block;
    padding: 10px 10px 10px 52px;
    vertical-align: middle;
}
.content a[href$=".doc"], 
.content a[href$=".doc"]:visited, 
.content a[href$=".doc"]:hover {
    background: url("../images/1357793675_word.png") no-repeat scroll 10px 50% transparent;
    display: block;
    padding: 10px 10px 10px 52px;
    vertical-align: middle;
}
.content a[href$=".docx"],
.content a[href$=".docx"]:visited,
.content a[href$=".docx"]:hover {
    background: url("../images/1357793675_word.png") no-repeat scroll 10px 50% transparent;
    display: block;
    padding: 10px 10px 10px 52px;
    vertical-align: middle;
}

/* ----- SINGLE article style ----- */
.gallery-center{
    display: block;
    clear: both;
    text-align: center;
    margin: 30px 0;
}
.gallery-center ul{
    display: inline-block;
}

#rp-content{
    margin: 30px 0;
}
.content .page-header h2{
    margin: 15px 0 0;
}
.content .page-header{
    margin: 15px 0 8px;
    border:none;
}
.content .page-header a{
    text-decoration: none;
}
.content .actions li{
    display: inline-block;
    float:  right;
    overflow: hidden;
}
.content .article-info dd,
.content .article-info dl
{
    display: inline-block;
    padding-left: 20px;
	margin: 5px 0;
}
.content .readmore{
    text-align: right;
}
.content .muted{
	margin: 20px 0;
	border-top: 1px solid #f3f3f3;
	border-bottom: 1px solid #f3f3f3;
}
.content .article-info dd:first-child{
    padding: 0;
}
.content .item-separator{
    margin: 5px 0;
    display: block;
}
.content .item-separator:after{
    clear: both;
}
.content .item-image{
    margin-bottom: 25px;
}
.content .item-page .page-header h2{
    color: #F27935;
}
/* ----- END SINGLE article style ----- */


/* ----- BLOG article style ----- */

/* ----- END BLOGarticle style ----- */


/* ----- BLOG FEATURED article style ----- */


/* ----- END article style ----- */


/* ----- PAGINATION STYLE ------ */
.pagination{
    display: block;
    clear: both;
    text-align: center;
}
.pagination .counter{
    display: block;
    text-align: center;
}


/* ----- END PAGINATION -------- */
/* ----- ACCORDION ARTICLE STYLE -------- */
.ui-widget-content {
    background: transparent;
    border: 1px solid #FE7800;
    color: #4F4F4F;
}
.ui-widget-content strong{
    font-weight: 400;
}
.ui-widget-content a {
    color: #333333;
}
.ui-widget-content ul li{
    list-style-image: url(../images/dotted.png);
}
.ui-widget-header {
    background: #f6a828;
    border: 1px solid #e78f08;
    color: #ffffff;
    font-weight: bold;

}
.ui-accordion-header  .fa.fa-plus {
    float: right;
    position: absolute;
    right: 15px;
    top: 10px;
    color: #f6a828;
}
.ui-widget {
    font: 14px/24px 'Lato',Segoe UI,Arial,sans-serif;
}
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited{
    color: #FE7800;
}
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
    color: #FE7800;
    text-decoration: none;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    background: #f9f9f9;
    border: 1px solid #cccccc;
    color: #1c94c4;
    font-weight: 300;
}
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
    background: #F9D8BD;
    border: 1px solid #FE7800;
    color: #c77405;
    font-weight: bold;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
    background: #f9f9f9;
    border: 1px solid #FE7800;
    border-bottom: none;
    color: #FE7800;
    font-weight: 300;
    margin: 0px;
}
.ui-state-active a{
    font-weight: bold;
}
.ui-accordion .ui-accordion-content{
    color: #4F4F4F;
    font-weight: 300;
    background: #f9f9f9;
}
/* --------- JW TABS ----------- */
.jwts_tabberlive {
    margin: 30px 0;
    padding: 0;
}
.jwts_tabberlive .jwts_tabbertab {
    margin: 10px 0 0 !important;
    border: none;
    border-radius: 0;
    border-top: 1px solid #bbb;
}
ul.jwts_tabbernav li a{
    padding: 10px;
    background: #f0f0f0;
    border: none;
}
ul.jwts_tabbernav li a:hover {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: none repeat scroll 0 0 #f2f2f2;
    border:none;
    color: #FE861A;
    text-decoration: none;
}
ul.jwts_tabbernav li.jwts_tabberactive a, ul.jwts_tabbernav li.jwts_tabberinactive a{
    border-top: 2px solid #FE861A;
    border-right: 1px solid #bbb;
    border-left: 1px solid #bbb;
    background: #fff;
    color: #333;
}
ul.jwts_tabbernav li.jwts_tabberactive a:hover, ul.jwts_tabbernav li.jwts_tabberinactive a:hover{
    color: #333;
}

/* -------- Admin style ------- */
.icons > div.btn-group{
    margin-top: -42px;
}
.icons > div.btn-group > a{
    background: #cecece;
}
.edit input{
    min-height: 35px;
    width: 100%;
}
.edit textarea{
    width: 100%;
}
.edit .media-preview{
    min-height:  35px;
    width: 50px;
}
.edit .chzn-single{
    min-height: 35px;
}
.edit .chzn-single > span{
    margin-top: 5px;
}
.edit .chzn-single b{
    vertical-align: middle;
}
.edit [class^="icon-"], .edit [class*=" icon-"]{
    margin: 1px 4px;
}
.icon-cancel{
    background-position:  -49px -95px;
}
.icon-archive{
    background-position: -168px -23px;
}
.edit .hasTipPreview > i{
    background-position: -96px -119px;
}
.edit .chzn-container-single .chzn-single div b{
    position: relative;
    top: 5px;
}
.tip-wrap{
    max-width: 100%;
    padding-bottom: 10px;
}
/* ===================== MEDIA QUERIES ===================== */
@media (min-width: 980px) {
    
}
@media (min-width: 1200px) {}
@media (max-width: 979px) {

}
@media (min-width: 768px) and (max-width: 979px) {

    @-ms-viewport{
        width:480px;
    }
    .rp-top-name h1{
        font-size: 1em;
        display: iinline;
        text-align: center;
        line-height: 20px;
        font-weight: bold;
        
    }
 
}
@media (max-width: 767px) {
     body{
        margin:0;
        padding: 0;
    }
    .row{
        margin: 0;
    }
    .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12
    {
        padding: 0;
    }
    .container{
        padding: 0;
    }
    .page-header{
        margin-top: 0;
    }
    .rp-top-logo-men{
        margin-left: 5px;
        width: 16%;
    }
    .rp-top-logo{
        padding: 0;
        width: 23%;
    }
    .rp-top-name h1{
        font-size: 1em;
        display: iinline;
        text-align: center;
        line-height: 20px;
        font-weight: bold;
        
    }
    .rp-top-name{
        margin: 0;
        width: 60%;
    }
    .rp-top-name h1{
        font-size: 1em;
        display: iinline;
        text-align: center;
        line-height: 20px;
        font-weight: bold;
        
    }
    .rp-top-name h1 span{
        display: inline;
    }
    .rp-login{
        margin-bottom: 15px;
    }
    .rp-login{
        border-radius: 0;
        height: 25px;
    }
    .rp-top-menu{
        padding-top: 4px;
    }
    .rp-top-name h1{
        font-size: 1em;
        display: iinline;
        text-align: center;
        line-height: 20px;
        font-weight: bold;
        
    }
    .rp-top-name h1 span{
        display: inline;
    }
    #rp-menu{
        border-radius: 0;
        margin-top: 0;
    }
    .rp-serach-menu .form-inline{
        padding: 5px;
        
    }
    #rp-box .col-xs-6{
        width: 24.333333%
    }
    #rp-box h3{
        font-size: 16px;
        margin-top: 0px;
        line-height: 18px;
    }
    div.nssp2 .col-2{
        width: 100%;
    }
    #rp-menu .navbar, #rp-menu .navbar-inner{
        min-height: 30px;
    }
    .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: 40px;
        border-radius: 0px;
    }
    
    #rp-banner, #camera_wrap_109{
        margin: 0 !important;
    }
    .navbar-inverse .btn-navbar{
        background: rgb(15, 67, 143);
        background-image: linear-gradient(to bottom, #0F438FE, #0F438F);
    }
    .navbar .btn-navbar{
        padding: 9px 10px;
    }
    .rp-newsletter{
       background: #447DCE; 
    }
    .rp-newsletter .moduletable{
        width: 100%;
        padding: 0 10px 0;
    }
    .acymailing_form input{
        width:45% !important;
    }
    .acymailing_form .btn{
        float: right;
    }
    .acymailing_form .btn:after{
        clear: both;
    }
    #rp-footer{
        margin-top: 0px;
    }
    .rp-footer-module{
        margin: 0;
    }
    .footer p{
        display: block;
    }
    .rp-top{
        bottom: 15%;
    }
}
@media (max-width: 480px) {
    body{
        margin:0;
        padding: 0;
    }
    .row{
        margin: 0;
    }
     
    .container{
        padding: 0;
    }
    .rp-login{
        margin-bottom: 15px;
    }
    .rp-login{
        border-radius: 0;
        height: 25px;
    }
    .rp-top-menu{
        padding-top: 4px;
    }
   
    .rp-top-logo-men{
        margin-left: 21%;
        width: 21%;
    }
    .rp-top-logo{
        width: 38%;
    }
    #rp-box .col-xs-6{
        width: 50%;
    }
    .rp-top-name{
        margin-top: 15px;
        width:100%
    }
    .rp-top-name h1{
        font-size: 1em;
        display: iinline;
        text-align: center;
        line-height: 20px;
        font-weight: bold;
        
    }
    .rp-top-name h1 span{
        display: inline;
    }
    #rp-menu{
        border-radius: 0;
        margin-top: 0;
    }
    .rp-serach-menu .form-inline{
        padding: 5px;
        
    }
    #rp-box h3{
        font-size: 14px;
        margin-top: -10px;
        line-height: 18px;
    }
    div.nssp2 .col-2{
        width: 100%;
    }
    #rp-menu .navbar, #rp-menu .navbar-inner{
        min-height: 30px;
    }
    .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: 30px;
        border-radius: 0px;
    }
    
    #rp-banner, #camera_wrap_109{
        margin: 0 !important;
    }
    .navbar-inverse .nav-collapse .nav > li > a:hover, .navbar-inverse .nav-collapse .nav > li > a:focus, .navbar-inverse .nav-collapse .dropdown-menu a:hover, .navbar-inverse .nav-collapse .dropdown-menu a:focus,
    .rp-top-menu .navbar-inverse .dropdown-menu > li > a:hover, .rp-top-menu .navbar-inverse .dropdown-menu > li > a:focus, .rp-top-menu .navbar-inverse .dropdown-menu .active > a:hover, .rp-top-menu .navbar-inverse .dropdown-menu li span:hover{
        background: #C45D03;
        color: #fff;
    }
    .navbar-inverse .btn-navbar{
        background: rgb(15, 67, 143);
        background-image: linear-gradient(to bottom, #FF0300, #C90404);
    }
    .rp-top-menu .dropdown-menu li{
        border-bottom: 1px dotted #C45D03;
    }
    .rp-top-menu .navbar-inverse .dropdown-menu > li > a{
        color: #fff;
    }
    
    .navbar .btn-navbar{
        padding: 9px 10px;
    }
    #rp-box a, #rp-box h1{
        font-size: 12px;
        line-height: 18px;
    }
    #rp-box h1{
        padding: 10px 10px;
    }
    .rp-newsletter{
       background: #E06902; 
    }
    .rp-newsletter .moduletable{
        width: 100%;
        padding: 0 10px 0;
    }
    .acymailing_form input{
        width:45% !important;
    }
    .acymailing_form .btn{
        float: right;
        margin-bottom: 5px;
    }
    .acymailing_form .btn:after{
        clear: both;
    }
    #rp-footer{
        margin-top: 0px;
    }
    .footer p{
        display: block;
    }
    .rp-top{
        bottom: 15%;
    }
    .rp-footer-module > div{
        padding: 0 5px;
    }
}


