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


/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}

a {
    background-color: transparent;
}

a:active,
a:hover {
    outline: 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

hr {
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input {
    line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

input[type="search"] {
    -webkit-appearance: textfield;
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}


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

.collapse {
    display: block;
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

.rp-top-wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

.rp-top-logo {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    background-color: #ffffff;
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}

@media (min-width: 992px) {
    .rp-top-logo {
        z-index: 1;
        width: 270px;
        height: 120px;
        margin-bottom: 0;
        padding-top: 0;
        padding-bottom: 0;
        border-bottom: 0;
    }
}

@media (min-width: 1200px) {
    .rp-top-logo {
        position: relative;
    }
}

@media (min-width: 1200px) {
    .rp-top-logo::after {
        position: absolute;
        content: "";
        z-index: -1;
        height: 43px;
        width: 43px;
        background-color: #ffffff;
        -webkit-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
        transform: rotate(135deg);
        bottom: 9px;
        right: -22px;
    }
}

.rp-top-logo img {
    display: inline-block;
    margin-top: 5px;
    margin-bottom: 15px;
    width: 60%;
}

@media (min-width: 480px) {
    .rp-top-logo img {
        width: auto;
    }
}

@media (min-width: 992px) {
    .rp-top-logo img {
        margin-bottom: 0;
    }
}

.rp-top-logo a {
    transition: all 100ms ease-out;
}

.rp-top-logo a:hover {
    text-decoration: none;
}

.rp-top-logo a h1 {
    margin: 40px 0;
    color: #444444;
}

.rp-top-logo a h1:hover {
    color: #000000;
}

.rp-top-widget {
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
    background-color: #ffffff;
    width: 100%;
}

@media (min-width: 992px) {
    .rp-top-widget {
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
        width: calc(100% - 270px);
        height: 120px;
        text-align: right;
        padding: 37.5px 0;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
}

@media (min-width: 1200px) {
    .rp-top-widget {
        height: 90px;
        padding: 0 0;
    }
}

#rp-top-nav {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    width: 100%;
}

@media (min-width: 992px) {
    #rp-top-nav {
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3;
        width: 75%;
    }
}

@media (min-width: 1200px) {
    #rp-top-nav {
        width: calc(100%);
        margin-left: 300px;
        margin-top: -30px;
    }
}

#rp-top-nav .navbar-collapse {
    padding: 0;
}

@media (min-width: 992px) {
    .is-sticky-nav #rp-top-nav {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 50;
        background-color: #1f425d;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.33);
        display: block;
        margin-top: 0;
        margin-left: 0;
    }
    .is-sticky-nav.admin-bar #rp-top-nav {
        top: 32px;
    }
}

#rp-top-header {
    background-color: #ffffff;
    position: relative;
}

@media (min-width: 992px) {
    #rp-top-header {
        background-color: #f39c12;
    }
    #rp-top-header::before,
    #rp-top-header::after {
        content: "";
        position: absolute;
        top: 0;
        width: calc(50% - 470px);
        background-color: #ffffff;
        bottom: 52px;
    }
    #rp-top-header::before {
        left: 0;
    }
    #rp-top-header::after {
        right: 0;
    }
}

@media (min-width: 1200px) {
    #rp-top-header::before,
    #rp-top-header::after {
        width: calc(50% - 570px);
    }
    #rp-top-header::before {
        bottom: 22px;
    }
}

.mod-languages {
    display: inline-block;
    float: right;
    padding: 12px 0;
}


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

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

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

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

.rp-top-menu ul.menu {
    padding: 0;
}

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

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

.rp-top-menu .navbar .nav>li:hover>a::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    left: 0px;
    bottom: 0;
    background-color: #e21f2f;
}

.rp-top-menu .navbar .nav>.current>a::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    left: 0px;
    bottom: 0;
    background-color: #e21f2f;
}

.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 #E91818;
    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 {
    padding: 0 10px 0 7px;
    border-left: 3px solid #FF494C;
}

.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: #CE2C2F;
    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: #CE2C2F;
}

.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: 60px;
    background: #eee;
}

#rp-banner p {
    margin: 0px;
}

#rp-box {
    margin: 0;
}


/* --- Subheader --- */

#rp-subheader {
    margin: 0;
    overflow: hidden;
    padding: 35px 0;
    background: #eee;
}

#rp-subheader h1 {
    text-transform: uppercase;
    font-weight: 900;
    font-size: 34px;
}


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

#rp-breadcrumbs {
    margin: 0 0 50px;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    background: #fcfcfc;
}

.rp-breadcrumbs .breadcrumb {
    margin: 0;
    padding: 8px 0;
    list-style: none;
    background: #FCFCFC;
}

.rp-breadcrumbs .breadcrumb a {
    color: #999;
}

.rp-breadcrumbs .breadcrumb .active span {
    color: #E21F2F;
}

.rp-breadcrumbs .breadcrumb>li {
    display: inline;
}

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

.rp-breadcrumbs .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 ul li {
    list-style-image: url(../images/dot.jpg);
    vertical-align: middle;
}

.content .items-leading>* {
    padding: 0 15px;
}

.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: #CE2C2F;
}

.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: #214981;
    border-bottom: 2px solid #1e56a6;
}


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

.reader {
    background: url("../images/book.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;
}

#rp-footer img {
    margin: 25px 0;
}

.footer {
    margin-top: -1px;
    background: #f39c12;
}

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

.footer:after {
    clear: both;
}

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

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

#back-top::after {
    position: absolute;
    z-index: -1;
    content: '';
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 1;
}

#back-top {
    width: 50px;
    height: 40px;
    position: fixed;
    bottom: 50px;
    right: 30px;
    z-index: 99;
    display: none;
    color: #fff;
    text-align: center;
    background: #f39c12;
}

#back-top i {
    padding-top: 10px;
}


/* ===================== 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: #CE2C2F;
    }
    .rp-contact-box {
        padding: 0;
    }
    #rp-footer {
        margin-top: 15px;
    }
    .rp-footer-contact {
        padding: 10px 10px;
        background: #CE2C2F;
    }
    .rp-footer-contact p {
        font-size: 0.8em;
    }
    .footer {
        overflow: hidden;
        background: #CE2C2F;
    }
    .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: #CE2C2F;
    }
    .rp-contact-box {
        padding: 0;
    }
    #rp-footer {
        margin-top: 15px;
    }
    .rp-footer-contact {
        padding: 10px 10px;
        background: #CE2C2F;
    }
    .rp-footer-contact p {
        font-size: 0.8em;
    }
    .footer {
        overflow: hidden;
        background: #CE2C2F;
    }
    .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: #CE2C2F;
    }
    .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: #CE2C2F;
    }
    .rp-footer-contact p {
        font-size: 0.8em;
    }
    .footer {
        overflow: hidden;
        background: #CE2C2F;
    }
    .footer>p {
        font-size: 0.8em;
    }
}