<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Global CSS */
body {
	color: #5d5c5c;
}
h1, h2, h3, h4, h5, h6,
h1 a, h2 a, h3 a, h4 a, h5 a , h6 a,
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover , h6 a:hover,
h1 a:focus, h2 a:focus, h3 a:focus, h4 a:focus, h5 a:focus , h6 a:focus {
	color: #000000;
}
a, a:hover, a:focus {
	color: #56b4df;
}
hr {
	border-top: 1px solid #eeeeee;
	border-bottom: 1px solid #ffffff;
}
textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input, select {
	border: 1px solid #dcdcdc;
}
textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus, select:focus, input:focus:invalid:focus, textarea:focus:invalid:focus, select:focus:invalid:focus {
	border: 1px solid #56b4df;
}
.container {
	background-color: #ffffff;
}
.color-black, .color-black a:hover, .color-black a:focus {
	color: #000000;
}
.color-primary, .color-primary a:hover, .color-primary a:focus {
	color: #56b4df;
}
.color-secondary, .color-secondary a:hover, .color-secondary a:focus {
	color: #000000;
}
.background-primary {
	background-color: #56b4df;
}
.background-secondary {
	background-color: #000000;
}
.background-white, .rstpl-head-bg .container.background-white {
	background-color: #ffffff;
}
.invalid {
	color: #7f0102;
}
.page-header{
	color: #000000;
}
.label, .badge {
	background-color: #56b4df;
}
.label-info[href], .badge-info[href] {
	background-color: #000000;
}
.rstpl-title, .rstpl-title-left, .rstpl-title-center, .rstpl-title-right {
	border-bottom: 8px solid #56b4df;
}
.rstpl-title:after, .rstpl-title-left:after, .rstpl-title-center:after, .rstpl-title-right:after {
	background-color: #000000;
}
.rstpl-title, .rstpl-title a, .rstpl-title a:hover, .rstpl-title a:focus, .rstpl-title-left, .rstpl-title-left a, .rstpl-title-left a:hover, .rstpl-title-left a:focus, .rstpl-title-center, .rstpl-title-center a, .rstpl-title-center a:hover, .rstpl-title-center a:focus, .rstpl-title-right, .rstpl-title-right a, .rstpl-title-right a:hover, .rstpl-title-right a:focus, .rstpl-box-title, .rstpl-box-title a, .rstpl-box-title a:hover, .rstpl-box-title a:focus {
	color: #000000;
}
.rstpl-box-subtitle {
	color: #56b4df;
}
/* End Global CSS*/

/* Spacing and Borders */
.rstpl-header-border {
	background-color: #56b4df;
}
.rstpl-header-border .container:before {
	background-color: #000000;
}
.rstpl-thick-border {
	border: 20px solid #dcdcdc;
}
.rstpl-border {
	border: 2px solid #dcdcdc;
}
.rstpl-box-border {
	border: 6px solid #000000;
}
.highlight .rstpl-box-border {
	border: 6px solid #56b4df;
}
.rstpl-box-border:before, .rstpl-box-border:after {
	background-color: #ffffff;
}
.rstpl-thin-border {
	border: 1px solid #dcdcdc;
}
.rstpl-show-grid [class^="span"], .rstpl-show-grid [class*=" span"] {
	background-color: #000000;
	color: #ffffff;
}
/* End Spacing and Borders */

/* Choice */
.chosen-container-single .chosen-single {
	border-color: #dcdcdc;
	color: #5d5c5c;
}
.chosen-container-single .chosen-drop {
	border-color: #56b4df;
}
.chosen-container-active.chosen-with-drop .chosen-single {
	border-color: #56b4df;
}
.chosen-container .chosen-results li.highlighted {
	background-color: #000000;
}
.chosen-container-multi .chosen-choices {
	border-color: #dcdcdc;
}
.chosen-container-active .chosen-choices {
	border: 1px solid #56b4df;
}
.chosen-container .chosen-drop {
	border-color: #56b4df;
}
.chosen-container .chosen-drop .active-result.highlighted {
	background-color: #000000;
}
.chosen-container-multi .chosen-choices li.search-choice {
	background-color: #dcdcdc;
	color: #000000;
}
/* End Choice */

/* Buttons */
.btn, .button, .btn:focus, .btn:active, .btn.active, .btn.disabled, .btn[disabled],
.button:focus, .button:active, .button.active, .button.disabled, .button[disabled] {
	background-color: #000000;
	color: #ffffff;
}
.btn:hover, .button:hover {
	background-color: #56b4df;
	color: #ffffff;
}
.btn.btn-primary, .btn.btn-primary:focus, .btn.btn-primary:active, .btn.btn-primary.active, .btn.btn-primary.disabled, .btn.btn-primary[disabled] {
	background-color: #56b4df;
	color: #ffffff;
}
.btn.btn-primary:hover {
	background-color: #000000;
	color: #ffffff;
}
.btn.btn-info {
	background-color: #49afcd;
	color: #ffffff;
}
.btn.btn-info:hover {
	color: #303030;
}
.btn.btn-outline-info {
	background-color: #ffffff;
	border-color: #49afcd;
	color: #49afcd;
}
.btn.btn-outline-info:hover {
	background-color: #49afcd;
	color: #ffffff;
}
.btn-check:checked + .btn-outline-info, .btn-check:active + .btn-outline-info, .btn-outline-info:active, .btn-outline-info.active, .btn-outline-info.dropdown-toggle.show {
	background-color: #49afcd;
	border-color: #49afcd;
	color: #ffffff;
}
.btn.btn-success {
	background-color: #5bb75b;
	color: #ffffff;
}
.btn.btn-success:hover {
	color: #303030;
}
.btn.btn-outline-success {
	background-color: #ffffff;
	border-color: #5bb75b;
	color: #5bb75b;
}
.btn.btn-outline-success:hover {
	background-color: #5bb75b;
	color: #ffffff;
}
.btn-check:checked + .btn-outline-success, .btn-check:active + .btn-outline-success, .btn-outline-success:active, .btn-outline-success.active, .btn-outline-success.dropdown-toggle.show {
	background-color: #5bb75b;
	border-color: #5bb75b;
	color: #ffffff;
}
.btn.btn-warning {
	background-color: #faa732;
	color: #ffffff;
}
.btn.btn-warning:hover {
	color: #303030;
}
.btn.btn-outline-warning {
	background-color: #ffffff;
	border-color: #faa732;
	color: #faa732;
}
.btn.btn-outline-warning:hover {
	background-color: #faa732;
	color: #ffffff;
}
.btn-check:checked + .btn-outline-warning, .btn-check:active + .btn-outline-warning, .btn-outline-warning:active, .btn-outline-warning.active, .btn-outline-warning.dropdown-toggle.show {
	background-color: #faa732;
	border-color: #faa732;
	color: #ffffff;
}
.btn.btn-danger {
	background-color: #da4f49;
	color: #ffffff;
}
.btn.btn-danger:hover {
	color: #303030;
}
.btn.btn-outline-danger {
    background-color: #ffffff;
    border-color: #da4f49;
    color: #da4f49;
}
.btn.btn-outline-danger:hover {
    background-color: #da4f49;
    color: #ffffff;
}
.btn-check:checked + .btn-outline-danger, .btn-check:active + .btn-outline-danger, .btn-outline-danger:active, .btn-outline-danger.active, .btn-outline-danger.dropdown-toggle.show {
    background-color: #da4f49;
	border-color: #da4f49;
    color: #ffffff;
}
.btn.btn-inverse {
	background-color: #ffffff;
	color: #000000;
}
.btn.btn-inverse:hover {
	color: #56b4df;
}
.btn .caret { 
	border-bottom-color: #ffffff;
	border-top-color: #ffffff;
}
.btn:hover .caret, .btn-group.open .btn.dropdown-toggle .caret {
	border-bottom-color: #56b4df;
	border-top-color: #56b4df;
}
.btn-group .btn.dropdown-toggle {
	color: #ffffff;
}
.btn-group .btn.dropdown-toggle:hover, .btn-group.open .btn.dropdown-toggle {
	background-color: #000000;
	color: #56b4df;
}
.rstpl-scroll-to-top {
	color: #000000 !important;
}
.rstpl-scroll-to-top:hover {
	background-color: #959595 !important;
}
a.jmodedit {
	color: #000000;
}
a.jmodedit:hover, a.jmodedit:focus {
	color: #000000;
}
/* End Buttons */

/* Image Thumbnail */
.img-thumbnail, .img-thumbnail {
	border-color: #dcdcdc;
}
/* End Image Thumbnail */

/* Lists */
.rstpl-arrow-simple-bullet &gt; li:before, .rstpl-arrow-circle-bullet &gt; li:before {
	color: #56b4df;
}
/* End Lists */

/* Preloader */
.pageload-overlay .icon:before {
	color: #56b4df;
}
.pageload-overlay svg path {
	fill: #000000;
}
/* End Preloader */

/* Main Menu */
.navbar-inner {
	background: none no-repeat scroll 0 0 #56b4df;
}
.navbar .nav &gt; li &gt; a {
	background-color: #56b4df;
	color: #ffffff;
}
.nav &gt; li &gt; a:hover, .nav &gt; li &gt; a:focus {
	background-color: #ffffff;
}
.navbar .nav &gt; .active &gt; a, .navbar .nav &gt; .active &gt; a:hover, .navbar .nav &gt; .active &gt; a:focus, .navbar .nav &gt; li &gt; a:hover, .navbar .nav &gt; li &gt; a:focus, .navbar .nav &gt; .current &gt; a {
	background-color: #000000;
	color: #56b4df;
}
.navbar .nav li.dropdown.open &gt; .dropdown-toggle, .navbar .nav li.dropdown.active &gt; .dropdown-toggle, .navbar .nav li.dropdown.open.active &gt; .dropdown-toggle {
	background-color: #ffffff;
	color: #56b4df;
}
.navbar .nav &gt; li &gt; .dropdown-menu:after {
	border-bottom: 6px solid #000000;
}
.nav .dropdown-toggle .caret {
	border-bottom-color: #000000;
	border-top-color: #000000;
}
.nav-collapse .dropdown-menu a:hover, .nav-collapse .dropdown-menu a:focus {
	background-color: #000000;
	color: #56b4df;
}
.navbar-fixed-top {
	background-color: transparent;
}
.dropdown-menu {
	background-color: #56b4df;
}
.dropdown-menu &gt; li &gt; a {
	color: #ffffff;
}
.dropdown-menu &gt; li &gt; a:hover, .dropdown-menu &gt; li &gt; a:active, .dropdown-menu &gt; li &gt; a:focus, .dropdown-submenu:hover &gt; a, .dropdown-submenu:focus &gt; a {
	background-color: #000000;
	color: #56b4df;
}
.dropdown-menu &gt; li &gt; a:active:after, .dropdown-menu &gt; li &gt; a:focus:after, .dropdown-submenu:hover &gt; a:after, .dropdown-submenu:focus &gt; a:after {
	border-left-color: #56b4df;
}
.dropdown-menu .divider {
	background-color: transparent;
	border-bottom: 3px solid #000000;
}
.dropdown-submenu &gt; .dropdown-menu {
	background-color: transparent;
}
.dropdown-submenu &gt; .dropdown-menu li {
	background-color: #56b4df;
}
.dropdown-submenu &gt; a:after {
	border-color: transparent transparent transparent #ffffff;
}
.dropdown-submenu:hover &gt; a:after, .dropdown-menu &gt; .active &gt; a:after {
	border-left-color: #56b4df;
}
.dropdown-menu &gt; .active &gt; a, .dropdown-menu &gt; .active &gt; a:hover, .dropdown-menu &gt; .active &gt; a:focus {
	background-color: #000000;
	color: #56b4df;
}
.bootstrap-datetimepicker-widget.dropdown-menu {
	background-color: #ffffff;
	border: 1px solid #dcdcdc;
}
.bootstrap-datetimepicker-widget.dropdown-menu table th {
	color: #000000;
}
.bootstrap-datetimepicker-widget td.active:hover, .bootstrap-datetimepicker-widget td.active:hover:hover, .bootstrap-datetimepicker-widget td.active:active, .bootstrap-datetimepicker-widget td.active:hover:active, .bootstrap-datetimepicker-widget td.active.active, .bootstrap-datetimepicker-widget td.active.active:hover, .bootstrap-datetimepicker-widget td.active.disabled, .bootstrap-datetimepicker-widget td.active.disabled:hover, .bootstrap-datetimepicker-widget td.active[disabled], .bootstrap-datetimepicker-widget td.active[disabled]:hover {
	background-color: #56b4df;
}
.bootstrap-datetimepicker-widget td span.active:hover, .bootstrap-datetimepicker-widget td span.active:active, .bootstrap-datetimepicker-widget td span.active.active, .bootstrap-datetimepicker-widget td span.active.disabled, .bootstrap-datetimepicker-widget td span.active[disabled] {
	background-color: #56b4df;
}
.bootstrap-datetimepicker-widget thead tr:first-child th:hover {
	background-color: #56b4df;
}
.navbar .btn-navbar {
	background-color: #56b4df;
	color: #ffffff;
}
.navbar .btn-navbar:hover, .navbar .btn-navbar:focus, .navbar .btn-navbar:active,
.navbar .btn-navbar.active, .navbar .btn-navbar.disabled, .navbar .btn-navbar[disabled] {
	background-color: #56b4df;
	color: #000000;
}
.navbar .btn-navbar .icon-bar {
	border: 2px solid #ffffff;
}
.nav-pills &gt; .active &gt; a, .nav-pills &gt; .active &gt; a:hover, .nav-pills &gt; .active &gt; a:focus {
	background-color: #000000;
}
.nav-collapse .nav .nav-header, .nav .divider {
	color: #ffffff;
}
.nav-tabs .open .dropdown-toggle, .nav-pills .open .dropdown-toggle, .nav &gt; li.dropdown.open.active &gt; a:hover, .nav &gt; li.dropdown.open.active &gt; a:focus {
	background-color: #000000;
}
/* End Main Menu */

/* Finder */
.rstpl-finder .btn:not(.jmodedit) {
	background-color: #ffffff;
}
.rstpl-finder [class*="icon-"] {
	color: #000000;
}
.rstpl-finder .input-append .add-on {
	background-color: #ffffff;
}
.rstpl-finder input[type="text"] {
	border-color: #000000;
	color: #000000;
}
.rstpl-finder input[type="text"]:focus {
	border-color: #56b4df;
}
.rstpl-finder .btn:not(.jmodedit):hover, .rstpl-finder .btn:not(.jmodedit):focus, .rstpl-finder .btn:not(.jmodedit):active, .rstpl-finder .btn:not(.jmodedit).active {
	background-color: #ffffff;
}
/* End Finder */

/* Main Carousel */
.rstpl-slideshow-position .rscarousel .carousel-control, .rstpl-slideshow-full-width-position .rscarousel .carousel-control, .rstpl-slideshow-full-width-position .rscarousel .carousel-control:focus {
	background: none repeat scroll 0 0 transparent;
	color: #56b4df;
}

.rstpl-slideshow-position .rscarousel .carousel-control:hover, .rstpl-slideshow-full-width-position .rscarousel .carousel-control:hover {
	color: #000000;
}
.rstpl-slideshow-position .rscarousel .carousel-caption .rstpl-title h1, .rstpl-slideshow-position .rscarousel .carousel-caption .rstpl-title h2, .rstpl-slideshow-position .rscarousel .carousel-caption .rstpl-title h3, .rstpl-slideshow-position .rscarousel .carousel-caption .rstpl-title h4, .rstpl-slideshow-position .rscarousel .carousel-caption .rstpl-title h5, .rstpl-slideshow-full-width-position .rscarousel .carousel-caption .rstpl-title h1, .rstpl-slideshow-full-width-position .rscarousel .carousel-caption .rstpl-title h2, .rstpl-slideshow-full-width-position .rscarousel .carousel-caption .rstpl-title h3, .rstpl-slideshow-full-width-position .rscarousel .carousel-caption .rstpl-title h4, .rstpl-slideshow-full-width-position .rscarousel .carousel-caption .rstpl-title h5 {
	background-color: #56b4df;
	color: #ffffff;
}
.rstpl-slideshow-position .rscarousel .carousel-caption .rstpl-description, .rstpl-slideshow-full-width-position .rscarousel .carousel-caption .rstpl-description {
	background-color: #000000;
	color: #ffffff;
}
.rstpl-slideshow-position .rscarousel .carousel-caption h1, .rstpl-slideshow-position .rscarousel .carousel-caption h2, .rstpl-slideshow-position .rscarousel .carousel-caption h3, .rstpl-slideshow-position .rscarousel .carousel-caption h4, .rstpl-slideshow-position .rscarousel .carousel-caption h5, .rstpl-slideshow-position .rscarousel .carousel-caption h6, .rstpl-slideshow-full-width-position .rscarousel .carousel-caption h1, .rstpl-slideshow-full-width-position .rscarousel .carousel-caption h2, .rstpl-slideshow-full-width-position .rscarousel .carousel-caption h3, .rstpl-slideshow-full-width-position .rscarousel .carousel-caption h4, .rstpl-slideshow-full-width-position .rscarousel .carousel-caption h5, .rstpl-slideshow-full-width-position .rscarousel .carousel-caption h6 {
	color: #ffffff;
}
.rstpl-slideshow-position .rscarousel .carousel-indicators li, .rstpl-slideshow-full-width-position .rscarousel .carousel-indicators li {
	background-color: #56b4df;
}
.rstpl-slideshow-position .rscarousel .carousel-indicators li:hover, .rstpl-slideshow-position .rscarousel .carousel-indicators li.active, .rstpl-slideshow-full-width-position .rscarousel .carousel-indicators li:hover, .rstpl-slideshow-full-width-position .rscarousel .carousel-indicators li.active {
	background-color: #000000;
}
/* End Main Carousel */

/* Breadcrumbs */
.breadcrumbs .showHere, .breadcrumbs &gt; li &gt; .divider {
	color: #000000;
}
.breadcrumbs &gt; li {
	color: #000000;
}
/* End Breadcrumbs */

/* Content */
.rstpl-title-color {
	color: #000000;
}
#rstpl-com_content .item-image {
	background-color: #dcdcdc;
}
dl.article-info {
	border-bottom: 3px solid #56b4df;
}
.rstpl-left-box.background-primary .rstpl-title, .rstpl-right-box.background-primary .rstpl-title, .rstpl-left-box.background-secondary .rstpl-title, .rstpl-right-box.background-secondary .rstpl-title {
	color: #ffffff;
}
.rstpl-left-box.background-primary a, .rstpl-right-box.background-primary a, .rstpl-left-box.background-secondary a, .rstpl-right-box.background-secondary a {
	color: #ffffff;
}
.rstpl-left-box .menu .nav-inner, .rstpl-right-box .menu .nav-inner {
	border-top: 1px solid #dcdcdc;
}
.rstpl-left-box.background-primary .menu .nav-inner, .rstpl-right-box.background-primary .menu .nav-inner {
	border-top: 1px solid #000000;
}
.rstpl-left-box.background-secondary .menu .nav-inner, .rstpl-right-box.background-secondary .menu .nav-inner {
	border-top: 1px solid #56b4df;
}
.rstpl-left-box .menu li, .rstpl-right-box .menu li {
	border-bottom: 1px solid #dcdcdc;
}
.rstpl-left-box.background-primary .menu li, .rstpl-right-box.background-primary .menu li {
	border-bottom: 1px solid #000000;
}
.rstpl-left-box.background-secondary .menu li, .rstpl-right-box.background-secondary .menu li {
	border-bottom: 1px solid #56b4df;
}
.rstpl-left-box .current a, .rstpl-right-box .current a, .rstpl-left-box .menu a:hover, .rstpl-right-box .menu a:hover, .rstpl-left-box.background-primary .current a, .rstpl-right-box.background-primary .current a, .rstpl-left-box.background-primary .menu a:hover, .rstpl-right-box.background-primary .menu a:hover {
	background-color: #000000;
	color: #ffffff;
}
.rstpl-left-box.background-secondary .current a, .rstpl-right-box.background-secondary .current a, .rstpl-left-box.background-secondary .menu a:hover, .rstpl-right-box.background-secondary .menu a:hover {
	background-color: #56b4df;
	color: #ffffff;
}
.rstpl-left-box.background-primary .btn, .rstpl-right-box.background-primary .button, .rstpl-left-box.background-secondary .btn:hover, .rstpl-right-box.background-secondary .button:hover, .rstpl-left-box.background-primary .btn.btn-primary:hover, .rstpl-right-box.background-primary .btn.btn-primary:hover, .rstpl-left-box.background-secondary .btn.btn-primary, .rstpl-right-box.background-secondary .btn.btn-primary {
	background-color: #ffffff;
	color: #000000;
}
.rstpl-left-box.background-secondary .btn, .rstpl-right-box.background-secondary .button, .rstpl-left-box.background-primary .btn:hover, .rstpl-right-box.background-primary .button:hover, .rstpl-left-box.background-primary .btn.btn-primary, .rstpl-right-box.background-primary .btn.btn-primary, .rstpl-left-box.background-secondary .btn.btn-primary:hover, .rstpl-right-box.background-secondary .btn.btn-primary:hover {
	background-color: #ffffff;
	color: #56b4df;
}
.text-info {
	color: #000000;
}
/* End Content */

/* Media */
.rstpl-tmpl-component #com-media .media-tree-item.active &gt; a .item-icon {
	color: #56b4df;
}
/* End Media */

/* Login Form */
.rstpl-articles_categories {
	border: 3px solid #56b4df;
}
.rstpl-login input[type="text"], .rstpl-login input[type="password"] {
	color: #000000;
	border-color: #000000;
}
.rstpl-login input[type="text"]:focus, .rstpl-login input[type="password"]:focus {
	border-color: #56b4df;
}
.rstpl-login .control-group.checkbox {
	color: #56b4df;
}
.rstpl-login .userdata ul &gt; li &gt; a {
	color: #56b4df;
}
/* End Login Form */

/* Price Box */
.rstpl-box-pricing .rstpl-box-icon {
	background-color: #ffffff;
	color: #ffffff;
}
.rstpl-box-pricing .rstpl-box-icon span {
	background-color: #56b4df;
}
.rstpl-box-pricing .rstpl-box-icon-background {
    background-color: #ffffff;
}
.rstpl-box-pricing .table {
	color: #000000;
}
.rstpl-box-pricing .table th, .rstpl-box-pricing .table td {
	border-color: #dcdcdc;
}
.rstpl-box-pricing .table tr:nth-child(2n) &gt; td {
	background-color: #fafafa;
}
.rstpl-box-pricetag {
	color: #56b4df;
}
.rstpl-box-pricing .rstpl-box-content {
	color: #5d5c5c;
}
.rstpl-box-pricing.rstpl-border.highlight, .rstpl-box-pricing.highlight .table th, .rstpl-box-pricing.highlight .table td {
	border-color: #000000;
}
.rstpl-box-pricing.highlight .rstpl-box-icon span {
	background-color: #000000;
}
/* End Price Box */

/* Full Width Vertical Image Box */
.rstpl-box-full-width-vertical-image .container {
	background-color: transparent;
}
.rstpl-box-full-width-vertical-image.light {
	background-color: #56b4df;
}
.rstpl-box-full-width-vertical-image.dark {
	background-color: #000000;
}
.rstpl-box-full-width-vertical-image  .rstpl-box-subtitle, .rstpl-box-full-width-vertical-image .rstpl-box-title {
	color: #ffffff;
}
.rstpl-box-full-width-vertical-image a {
	color: #ffffff;
}
.rstpl-box-full-width-vertical-image.light .rstpl-box-content {
	color: #000000;
}
.rstpl-box-full-width-vertical-image.dark .rstpl-box-content {
	color: #56b4df;
}
.rstpl-box-full-width-vertical-image .rstpl-links span {
	color: #ffffff;
}
.rstpl-box-full-width-vertical-image .rstpl-box-image-group &gt; div &gt; img {
	background-color: #ffffff;
}
/* End Full Width Vertical Image Box */

/* Parallax Box */
.rstpl-box-parallax.light:before {
	background-color: #56b4df;
}
.rstpl-box-parallax.dark:before {
	background-color: #000000;
}
.rstpl-box-parallax .rstpl-box-title {
	color: #ffffff;
}
.rstpl-box-parallax.light .rstpl-box-content {
	color: #000000;
}
.rstpl-box-parallax.dark .rstpl-box-content {
	color: #56b4df;
}
/* End Parallax Box */

/* Vertical Icon Box */
.rstpl-box-vertical-icon .rstpl-box-icon-shadow {
	background-color: #ffffff;
	box-shadow: 1px 5px 0 2px #dcdcdc;
	-moz-box-shadow: 1px 5px 0 2px #dcdcdc;
	-webkit-box-shadow: 1px 5px 0 2px #dcdcdc;
}
.rstpl-box-vertical-icon .rstpl-box-icon span {
	background-color: #56b4df;
	box-shadow: inset 0 0 10px 0 rgba(0,0,0,.25);
    -webkit-box-shadow: inset 0 0 10px 0 rgba(0,0,0,.25);
    -moz-box-shadow: inset 0 0 10px 0 rgba(0,0,0,.25);
	color: #ffffff;
}
.rstpl-box-vertical-icon:hover .rstpl-box-icon-shadow {
	box-shadow: 1px 2px 0 2px #dcdcdc;
	-moz-box-shadow: 1px 2px 0 2px #dcdcdc;
	-webkit-box-shadow: 1px 2px 0 2px #dcdcdc;
}
.rstpl-box-vertical-icon:hover .rstpl-box-icon span {
	background-color: #000000;
}
/* End Vertical Icon Box */

/* Horizontal Icon Left Box */
.rstpl-box-horizontal-icon .rstpl-box-icon {
	background-color: #56b4df;
}
.rstpl-box-horizontal-icon .rstpl-box-icon span {
	color: #ffffff;
}
/* End Horizontal Icon Left Box */

/* Full Width Horizontal Icon Box */
.rstpl-box-full-width-horizontal-icon.light {
	background-color: #56b4df;
	color: #ffffff;
}
.rstpl-box-full-width-horizontal-icon.light .container {
	background-color: #56b4df;
}
.rstpl-box-full-width-horizontal-icon.light .rstpl-box-title, .rstpl-box-full-width-horizontal-icon.dark .rstpl-box-title, .rstpl-box-full-width-horizontal-icon.light .rstpl-box-title h3, .rstpl-box-full-width-horizontal-icon.dark .rstpl-box-title h3 {
	color: #ffffff;
}
.rstpl-box-full-width-horizontal-icon.light .rstpl-box-content {
	color: #000000;
}
.rstpl-box-full-width-horizontal-icon.light .rstpl-box-content a {
	color: #ffffff;
}
.rstpl-box-full-width-horizontal-icon.dark {
	background-color: #000000;
	color: #ffffff;
}
.rstpl-box-full-width-horizontal-icon.dark .container {
	background-color: #000000;
}
.rstpl-box-full-width-horizontal-icon.dark .rstpl-box-content {
	color: #56b4df;
}
.rstpl-box-full-width-horizontal-icon.dark .rstpl-box-content a {
	color: #ffffff;
}
.rstpl-box-full-width-horizontal-icon.dark .btn-inverse {
	color: #56b4df;
}
.rstpl-box-full-width-horizontal-icon.dark .btn-inverse:hover {
	color: #000000;
}
/* End Full Width Horizontal Icon Box */

/* Full Width Simple Box */
.rstpl-full-width-bg.light a, .rstpl-full-width-bg.light strong, .rstpl-full-width-bg.dark a, .rstpl-full-width-bg.dark strong {
	color: #ffffff;
}
.rstpl-full-width-bg.light {
	background-color: #56b4df;
	color: #000000;
}
.rstpl-full-width-bg.dark {
	background-color: #000000;
	color: #56b4df;
}
/* End Full Width Simple Box */

/* Counter Up */
.rstpl-box-animated-number .rstpl-animated-number {
	background-color: #56b4df;
	border: 8px solid #000000;
	color: #ffffff;
}
.rstpl-box-animated-number .rstpl-animated-number:hover {
	background-color: #000000;
}
/* End Counter Up */

/* Youtube Video Background Box */
.rstpl-box-ytb-video .rstpl-box-content {
	color: #ffffff;
}
.mb_YTPBar, .mb_YTPBar span.mb_YTPUrl a {
    color: #56b4df;
}
.mb_YTPlayer .loading {
    color: #56b4df;
}
.mb_YTPBar {
    background-color: #333333;
}
.mb_YTPBar .mb_YTPProgress {
    background-color: #555555;
}
.mb_YTPBar .mb_YTPLoaded {
    background-color: #000000;
}
.mb_YTPBar .mb_YTPseekbar {
	background-color: #56b4df;
}
.mb_YTPBar .simpleSlider {
    border: 1px solid #56b4df;
}
.mb_YTPBar .level {
    background-color: #56b4df;
}
/* End Youtube Video Background Box */

/* Testimonial Box */
.rstpl-box-testimonial .rstpl-box-content {
	background-color: #000000;
	color: #a3a3a3;
}
.rstpl-box-testimonial .rstpl-box-content span {
	color: #56b4df;
}
.rstpl-box-testimonial .rstpl-box-details {
	color: #000000;
}
.rstpl-box-testimonial .rstpl-box-details:before {
	border-top: 24px solid #000000;
}
/* End Testimonial Box */

/* Full Width Carousel */
.rstpl-full-width-carousel .carousel-inner {
	background: url(../../images/transparent-double-border-bot.png) repeat scroll 0 0 #56b4df;
}
.rstpl-full-width-carousel.light {
	background-color: #56b4df;
}
.rstpl-full-width-carousel.dark {
	background-color: #000000;
}
.rstpl-full-width-carousel .carousel {
	color: #ffffff;
}
.rstpl-full-width-carousel.light .carousel-control,
.rstpl-full-width-carousel.light .carousel-control:hover,
.rstpl-full-width-carousel.light .carousel-control:focus {
	background: none repeat scroll 0 0 #ffffff;
	color: #56b4df;
}
.rstpl-full-width-carousel.dark .carousel-control,
.rstpl-full-width-carousel.dark .carousel-control:hover,
.rstpl-full-width-carousel.dark .carousel-control:focus {
	background: none repeat scroll 0 0 #ffffff;
	color: #000000;
}
/* End Full Width Carousel */

/* Simple Carousel */
.rstpl-simple-carousel .carousel-control,
.rstpl-simple-carousel .carousel-control:focus {
	background: none repeat scroll 0 0 #000000;
	color: #ffffff;
}
.rstpl-simple-carousel .carousel-control:hover {
	background: none repeat scroll 0 0 #56b4df;
}
/* End Simple Carousel */

/* Gallery Carousel */
.rstpl-gallery-carousel .carousel .carousel-inner .item &gt; .row-fluid &gt; div:before,
.rstpl-gallery-carousel .carousel .carousel-inner .item &gt; .row &gt; div:before {
	color: #ffffff;
}
.rstpl-gallery-carousel .carousel-control, .rstpl-gallery-carousel .carousel-control:focus {
	color: #000000;
}
.rstpl-gallery-carousel .carousel-control:hover {
	color: #56b4df;
}
.rstpl-gallery-carousel .rstpl-box-image {
	background-color: #000000;
}
/* End Gallery Carousel */

/* Social */
.rstpl-social .rstpl-title {
	color: #000000;
}
.rstpl-box-personal .rstpl-box-social a {
	color: #ffffff;
	background-color: #56b4df;
}
.rstpl-box-personal .rstpl-box-social a:hover {
	background-color: #000000;
}
.rstpl-box-personal .rstpl-box-social .rstpl-more {
	background-color: #000000;
}
/* End Social */

/* Left Image Box */
.rstpl-box-left-image .rstpl-box-pricetag {
	color: #000000;
}
.rstpl-box-left-image .rstpl-box-pricetag-details {
	color: #56b4df;
}
.rstpl-box-left-image .rstpl-box-image-border {
	border: 1px solid #dcdcdc;
}
/* End Left Image Box */

/* Tab */
.nav-tabs &gt; li &gt; a {
	border-top: 1px solid #dcdcdc;
	border-left: 1px solid #dcdcdc;
	border-right: 1px solid #dcdcdc;
	color: #000000;
}
.nav-tabs &gt; li &gt; a:hover, .nav-tabs &gt; li &gt; a:focus, .nav-tabs &gt; li &gt; a:active {
	color: #56b4df;
}
.nav-tabs &gt; .active &gt; a, .nav-tabs &gt; .active &gt; a:hover, .nav-tabs &gt; .active &gt; a:focus {
	color: #56b4df;
}
.nav-tabs &gt; li &gt; a:hover, .nav-tabs &gt; li &gt; a:focus {
	border-color: #dcdcdc;
}
.nav.nav-tabs &gt; li &gt; a:hover, .nav &gt; li &gt; a:focus {
	background-color: #ffffff;
}
.tab-content .rstpl-border {
	border-left: 1px solid #dcdcdc;
	border-right: 1px solid #dcdcdc;
	border-bottom: 1px solid #dcdcdc;
}
.tabs-left &gt; .nav-tabs &gt; li &gt; a:hover, .tabs-left &gt; .nav-tabs &gt; li &gt; a:focus {
	color: #000000;
}
.tabs-left &gt; .nav-tabs .active &gt; a, .tabs-left &gt; .nav-tabs .active &gt; a:hover, .tabs-left &gt; .nav-tabs .active &gt; a:focus {
	border-color: #dcdcdc transparent #dcdcdc #dcdcdc;
	color: #000000;
}
/* End Tab */

/* Accordion */
.accordion {
	border-bottom: 1px solid #dcdcdc;
	border-left: 1px solid #dcdcdc;
	border-right: 1px solid #dcdcdc;
}
.accordion-group {
	border-top: 1px solid #dcdcdc;
}
.accordion-toggle.collapsed {
	color: #000000;
}
.accordion-toggle, .accordion-toggle:hover, .accordion-toggle:focus {
	color: #56b4df;
}
.accordion-toggle.collapsed, .accordion-toggle.collapsed:hover, .accordion-toggle.collapsed:focus {
	color: #000000;
}
/* End Accordion */

/* Footer */
.rstpl-footer-position, .rstpl-footer-position .container {
	background-color: #000000;
	color: #b0b0b0;
}
.rstpl-footer-position .rstpl-box-title {
	color: #ffffff;
}
.rstpl-footer-position .control-group input, .rstpl-footer-position .control-group select, .rstpl-footer-position .control-group textarea {
	color: #000000;
}
.rstpl-footer-position .control-group {
	color: #ffffff;
}
.rstpl-footer-position .btn:not(.jmodedit), .rstpl-footer-position .btn.btn-primary:hover {
	background-color: #ffffff;
}
.rstpl-footer-position .btn, .rstpl-footer-position .btn.btn-primary:hover {
	color: #56b4df;
}
.rstpl-footer-position .btn.btn-primary, .rstpl-footer-position .btn:hover {
	color: #000000;
}
.rstpl-footer-position .rstpl-social-icons.rstpl-social-small .rstpl-social-link:hover, .rstpl-after-footer-position .rstpl-social-icons.rstpl-social-small .rstpl-social-link:hover {
    background-color: #56b4df;
	color: #000000;
}
.rstpl-after-footer-position, .rstpl-after-footer-position .container {
	background-color: #151515;
	color: #b0b0b0;
}
.rstpl-after-footer-position .menu &gt; li:hover {
	background-color: #56b4df;
}
.rstpl-after-footer-position .menu &gt; li &gt; a, .rstpl-after-footer-position .menu &gt; li &gt; a:focus {
	color: #b0b0b0;
}
.rstpl-after-footer-position .menu &gt; li &gt; a:hover {
	color: #000000;
}
/* End Footer */

/* Socials */
.rstpl-social-icons .rstpl-social-link {
	background-color: #56b4df;
	color: #ffffff;
}
.rstpl-social-icons .rstpl-social-link:hover {
    background-color: #000000;
}
.rstpl-social-icons.rstpl-social-more .rstpl-social-link {
	background-color: #000000;
}
.rstpl-social-icons.rstpl-social-small .rstpl-social-link {
	background-color: #56b4df;
	color: #ffffff;
}
.rstpl-social-icons.rstpl-social-small .rstpl-social-link:hover {
	background-color: #000000;
	color: #ffffff;
}
/* End Socials */

/* Go Top Button */
.rstpl-go-top {
	border: 3px solid #a3a3a3;
}
.rstpl-go-top span {
	color: #a3a3a3;
}
/* End Go Top Button */

/* error.php */
.rstpl-error-page .container {
	border: 1px solid #dcdcdc;
}
.rstpl-error-reasons {
	color: #000000;
}
.rstpl-actual-error .badge {
	background-color: #56b4df;
	color: #ffffff;
}
/* End error.php */

/* News feed */
.newsfeed .redirect-ltr a, .newsfeed .redirect-ltr a:hover, .newsfeed .redirect-ltr a:focus {
	color: #000000;
}
.newsfeed ol &gt; li {
	border-bottom: 8px solid #56b4df;
}
.newsfeed ol &gt; li:before, .newsfeed .feed-item-description strong {
	color: #000000;
}
.newsfeed ol &gt; li:after {
	background-color: #000000;
}
.newsfeed .feed-item-description img {
	background-color: #dcdcdc;
}
/* End News feed */

/* RSJoomla! Components */

/* RSMediaGallery! */
.rsmg-item-link {
	background-color: #56b4df;
	color: #ffffff;
}
.rsmg-item-thumb:before {
	background-color: #000000;
}
.rsmg-item-title {
	color: #ffffff;
}
.rsmg-item-link:hover, .rsmg-item-link:focus, .rsmg-item-link:hover .rsmg-item-title, .rsmg-item-link:focus .rsmg-item-title {
	color: #000000;
}
.rsmg-item-container .rsmg-share {
	color: #000000;
}
.rsmg-item-container .rsmg-share:hover {
	color: #000000;
}
/* end RSMediaGallery! */

/* com_content */
.pager.pagenav li a {
	color: #000000;
}
.pager.pagenav li a:hover, .pager.pagenav li a:focus, .pager.pagenav li a:active{
	background-color: #ffffff;
	color: #56b4df;
}
/* End com_content */

/* RSBlog! */
.rsblog-entry-title {
	color: #000000;
}
footer.rsblog-entry-meta {
	border-top: 3px solid #000000;
	border-bottom: 5px solid #56b4df;
}
.rsblog-author-bio {
	background-color: #ffffff;
	border-bottom: 8px solid #56b4df;
}
.rsblog-author-bio:after {
	background-color: #000000;
}
#rstpl-com_rsblog .well, #rstpl-com_rsblog .well ul &gt; li &gt; a {
	color: #56b4df;
}
.rsblog-tag {
	background-color: #efefef !important;
}
#pop-print a {
	color: #ffffff;
}
#pop-print a:hover, #pop-print a:focus, #pop-print a:active {
	color: #303030;
}
.rsblog-commtrack .nav.nav-tabs &gt; li &gt; a {
	background-color: #56b4df;
	color: #ffffff;
}
.rsblog-commtrack .nav.nav-tabs &gt; li.active &gt; a {
	background-color: #000000;
}
.rsblog-commtrack .tab-content {
	background-color: #000000;
	color: #ffffff;
}
.rsblog-calendar table {
	border: 0 none !important;
}
.rsblog-calendar table caption {
	background-color: #000000;
	color: #ffffff;
}
.rsblog-calendar table caption span a {
	color: #ffffff;
}
.rsblog-calendar caption {
	border-bottom: 0 none !important;
}
.rsblog-calendar th {
	background-color: #56b4df !important;
	border-left: 1px solid #56b4df !important;
	color: #ffffff !important;
}
.rsblog-calendar th:first-child {
	border-left: 1px solid #56b4df !important;
}
.rsblog-calendar td {
	border-top: 0 none !important;
	border-bottom: 1px solid #e5e5e5 !important;
}
.rsblog-calendar td:first-child {
	border-left: 1px solid #e5e5e5 !important;
}
.rsblog-calendar td:last-child {
	border-right: 1px solid #e5e5e5 !important;
}
.rsblog-calendar td a {
	color: #303030 !important;
}
.rsblog-calendar td.has-posts a, .rsblog-calendar td.has-posts a:hover {
	background-color: #000000 !important;
	color: #ffffff !important;
}
.rsblog-calendar td.curr-day a, .rsblog-calendar td.curr-day a:hover {
	background-color: #56b4df !important;
	color: #ffffff !important;
}
.rsblog-calendar td a:active {
	background-color: #eeeeee !important;
}
.rsblog-calendar td a:hover {
	background-color: #000000 !important;
	color: #56b4df !important;
}
.rsblog-tags-module .rsblog-tag {
	background-color: #f6f6f6 !important;
}
/* End RSBlog! */

/* RSComments! */
#rscommentsForm {
	background: none repeat scroll 0 0 #f8f8f8;
}
#rscommentsForm, div.rsc_cloud_comment {
	border-color: #dcdcdc;
}
#rscommentsForm:hover, div.rsc_cloud_comment:hover {
	border-color: #56b4df;
}
.rsc_buttons_container .btn a {
	color: #ffffff;
	display: block;
}
.rsc_subject {
	color: #000000;
}
.rsc_quote blockquote {
	background: #000000;
	color: #ffffff;
	border-color: #ffffff;
}
/* End RSComments! */

/* RSDirectory! */
.rsdir-mod-simple-search .open &gt; .dropdown-menu &gt; li:hover {
	background-color: #000000;
}
.rsdir-mod-simple-search .dropdown-menu &gt; li &gt; a:hover, .rsdir-mod-simple-search .dropdown-menu &gt; li &gt; a:active, .rsdir-mod-simple-search .dropdown-menu &gt; li &gt; a:focus, .rsdir-mod-simple-search .dropdown-submenu:hover &gt; a, .dropdown-submenu:focus &gt; a {
	color: #56b4df;
}
#rstpl-com_rsdirectory legend, #rstpl-com_rsdirectory .rsdir-detail-title {
	border-bottom-color: #dcdcdc;
	color: #000000;
}
#rstpl-com_rsdirectory [class*="buy-credits-"] {
	color: #56b4df;
}
.rsdir-listing-price, .rsdir-detail-price {
	color: #000000;
}
.rsdir h4 {
	color: #000000;
}
.rsdir-newest-entry-price, .rsdir-popular-entry-price, .rsdir-related-entry-price, .rsdir-recently-visited-entry-price, .rsdir-top-rated-entry-price, .rsdir-more-from-this-entry-price, .rsdir-promoted-entry-price {
	background-color: #56b4df !important;
	color: #000000;
}
.rsdir .carousel-entry-price {
	color: #000000;
}
.rsdir .carousel-control  {
	background: none repeat scroll 0 0 #000000;
	border: 3px solid #ffffff;
	color: #ffffff;
}
.rsdir-categories li a:hover {
	background-color: #fafafa !important;
}
.rsdir-categories .rsdir-entries-number {
	background-color: #56b4df !important;
}

.rstpl-module .rsdir-module-letters .alpha-link a {
	background-color: #000000;
}
.rstpl-module .rsdir-module-letters .alpha-link a:hover {
	background-color: #56b4df;
	color: #000000;
}
.rstpl-module .rsdir-module-letters .alpha-link.selected.alpha-no-link, .rstpl-module .rsdir-module-letters .alpha-link.selected a:hover, .rstpl-module .rsdir-module-letters .alpha-link.selected a {
	background-color: #56b4df;
	color: #000000;
}
/* End RSDirectory! */

/* RSEvents!Pro */
.rsepro-filter-container .navbar-inner {
	background-color: #dcdcdc;
}
.rsepro-filter-container .dropdown-item {
	color: #000000;
}
.rsepro-filter-container .dropdown-item:hover, .rsepro-filter-container .dropdown-item:focus {
	background-color: #000000;
	color: #ffffff;
}
#rs_select_top2, #rs_select_top1 {
	border-color: #dcdcdc !important;
}
#rstpl-com_rseventspro .rs_input {
	border-color: #56b4df !important;
}
.elSelect, .elSelect .dropDown:before{
	color: #000000;
}
.elSelect .optionsContainer{
	border-color: #dcdcdc;
	background: #ffffff;
}
.elSelect .option:hover {
	color: #ffffff;
}
.elSelect .selected {
	background-color: #56b4df !important;
	color: #ffffff;
}
.rs_search_button {
	border: 1px solid #56b4df;
	background: #ffffff;
}
.rs_results {
	background: #ffffff;
}
#rstpl-com_rseventspro #search_btn:before {
	color: #56b4df;
}
.rs_table [id*="rscalendarmonth"] {
	color: #ffffff;
}
.rsepro-calendar table th {
	background-color: #000000;
}
.rsepro-calendar .curr-month.curr-day .rsepro-calendar-day {
	background-color: #000000;
}
.rsepro-calendar .curr-month .rsepro-calendar-day {
	background-color: #f7f7f7;
}
.rsepro-calendar .prev-month .rsepro-calendar-day, .rsepro-calendar .next-month .rsepro-calendar-day {
	background-color: transparent;
}
.rsepro-calendar .curr-month.has-events .rsepro-calendar-day {
	background-color: #eeeeee;
}
.rs_calendar_module .rs_table:first-of-type td {
	background-color: #000000;
}
.rs_calendar_arrows_module, .rs_calendar_arrows_module:hover {
	background-color: #000000;
	color: #56b4df;
}
.rs_calendar_module th {
	background-color: #56b4df !important;
	border: 1px solid #56b4df !important;
}
.rs_calendar_module a &gt; span {
	color: #000000;
}
.rs_calendar_module .prev-month a, table.rs_calendar_module .next-month a {
	background-color: #eeeeee !important;
}
.rs_calendar_module .prev-month a &gt; span, .rs_calendar_module .next-month a &gt; span {
	color: #b3b3b3 !important;
}
.rs_calendar_module a:hover {
	background-color: #000000;
}
.rs_calendar_module a:hover &gt; span {
	color: #56b4df;
}
table.rs_calendar_module td.has-events a {
	background-color: #000000 !important;
}
.rs_calendar_module .curr-day a {
	background-color: #56b4df !important;
}
.rs_calendar_module .curr-day a &gt; span, .rs_calendar_module .has-events a &gt; span {
	color: #ffffff;
}
.rs_event_detail {
	border: 3px solid #dcdcdc;
}
.rs_event_detail.rs_featured {
	border: 3px solid #000000;
}
.rs_event_detail.rs_featured:before {
	background-color: #000000;
	color: #ffffff;
}
.rs_event_detail:hover, .rs_event_detail.rs_featured:hover {
	border-color: #56b4df;
	background: #fafafa !important;
}
#rs_event_main a:hover {
	color: #ffffff !important;
}
.rse_event_link.rsepro-active {
	background-color: #000000 !important;
	color: #ffffff !important;
}
.rs_edit_txt {
	border: 1px solid #dcdcdc;
	background: #ffffff !important;
}
ul#rs_filters li {
	background-color: #ffffff;
}
.rs_controls a.rs_button_control, .rs_button_control:hover {
	color: #5d5c5c !important;
	background-color: #ffffff !important;
}
#rsep_admin_options.rs_admin_subs {
	background-color: #56b4df;
}
#rsep_admin_options.rs_admin_subs &gt; li &gt; a {
	color: #ffffff;
}
#rsep_admin_options.rs_admin_subs &gt; li &gt; a:hover {
	background-color: #000000;
}
.rs_featured_event {
	background-color: #ffffff !important;
	color: #000000;
}
.rse_popular_list .rs_box {
	background-color: #ffffff !important;
}
.rse_popular_list .rs_box:hover {
	background-color: #fafafa !important;
}
.rse_popular_module .rse_popular_list li.rs_box {
	border-color: #dcdcdc !important;
}
.rse_popular_module .rse_popular_list li.rs_box:hover {
	border-color: #56b4df !important;
}
.rs_edit_inp_small, .rs_edit_sel_small {
	background:#ffffff !important;
}
#rstpl-com_rseventspro #rs_event_main {
	color: #5d5c5c;
}
#rstpl-com_rseventspro .rs_right, #rstpl-com_rseventspro #rs_event_main fieldset, #rstpl-com_rseventspro div#rs_event_photo, #rstpl-com_rseventspro ul#rs_event_menu {
	border-color: #dcdcdc;
}
#rstpl-com_rseventspro .rs_right {
	background-color: #f8f8f8;
}
#rstpl-com_rseventspro fieldset .rs_inp, #rstpl-com_rseventspro fieldset .rs_sel {
	background: none repeat scroll 0 0 #ffffff;
}
ul#rs_event_menu li a.rs_title_1 {
	background: none repeat scroll 0 0 #000000;
}
ul#rs_event_menu li a:hover, ul#rs_event_menu li a.active {
	border-bottom-color: #ffffff;
	border-right-color: #56b4df;
	background: none repeat scroll 0 0 #56b4df;
	color: #000000 !important;
}
ul#rs_event_menu li a {
	border-bottom-color: #ffffff;
	border-right-color: #000000;
}
#rs_event_main fieldset legend {
	color: #000000;
}
#rs_event_main fieldset .rs_inp {
	border-color: #dcdcdc;
}
#rs_event_main fieldset .rs_inp:focus, #rs_event_main fieldset .rs_sel:focus {
	border-color: #56b4df;
}
#rs_event_main .mce-panel {
	border-color: #dcdcdc;
}
#rs_event_main .btn-toolbar .btn {
	color: #ffffff;
}
#rstpl-com_rseventspro .rs_button.rs_cancel, #rstpl-com_rseventspro .rs_button.rs_cancel:focus, #rstpl-com_rseventspro .rs_button.rs_cancel:active {
	background-color: #56b4df !important;
	color: #ffffff;
}
#rstpl-com_rseventspro .rs_button.rs_cancel:hover {
	background-color: #56b4df !important;
	color: #000000;
}
#rstpl-com_rseventspro .rs_button.rs_submit, #rstpl-com_rseventspro .rs_button.rs_submit:focus, #rstpl-com_rseventspro .rs_button.rs_submit:active, #rstpl-com_rseventspro .rs_add_category {
	background-color: #000000 !important;
	color: #ffffff;
}
#rstpl-com_rseventspro .rs_button.rs_submit:hover, #rstpl-com_rseventspro .rs_add_category:hover {
	background-color: #000000 !important;
	color: #56b4df;
}
.rsepro-edit-container-site .nav-tabs .nav-link {
	border-bottom: 1px solid #dcdcdc;
}
.rseprocarousel .mod_slider_caption h1 a, .rseprocarousel .mod_slider_caption h2 a, .rseprocarousel .mod_slider_caption h3 a, .rseprocarousel .mod_slider_caption h4 a, .rseprocarousel .mod_slider_caption h5 a {
	color: #56b4df;
}
.rsepro-tag-module &gt; li &gt; a {
	background-color: #f7f7f7 !important;
}
/* End RSEventsPro! */

/* RSFeedback! */
#rstpl-com_rsfeedback .navbar-inner {
	background-color: #ffffff;
}
#rsfe_searchbox.search-query {
	border-color: #56b4df !important;
}
#rstpl-com_rsfeedback .navbar .nav &gt; li &gt; a {
	color: #56b4df;
}
.rsfeedback_module_votes {
	border: 1px solid #dcdcdc !important;
}
/* End RSFeedback! */

/* RSFiles! */
.rsfl_folder_content_viewer li {
	border: 3px solid #dcdcdc;
}
.rsfl_folder_content_viewer li:hover {
	border: 3px solid #56b4df;
}
/* End RSFiles! */

/* RSFormPro! */
.formResponsive input[type="text"],
.formResponsive input[type="password"],
.formResponsive input[type="file"],
.formResponsive select,
.formResponsive textarea {
	border-color: #dcdcdc !important;
}
.formResponsive input[type="text"]:focus,
.formResponsive input[type="password"]:focus,
.formResponsive input[type="file"]:focus,
.formResponsive select:focus,
.formResponsive textarea:focus {
	border-color: #56b4df !important;
}
.formResponsive input[type="submit"], .formResponsive input[type="reset"], .rsform-submit-button, .rsform-reset-button {
	color: #ffffff;
}
.formResponsive input[type="button"] {
	background-color: #dcdcdc !important;
}
.formResponsive input[type="submit"], .rsform-submit-button {
	background-color: #000000 !important;
}
.formResponsive input[type="reset"], .rsform-reset-button {
	background-color: #56b4df !important;
}
.formResponsive input[type="submit"]:hover, .rsform-submit-button:hover {
	background-color: #56b4df !important;
}
.formResponsive input[type="reset"]:hover, .rsform-reset-button:hover {
	background-color: #000000 !important;
}
/* End RSFormPro! */

/* RSMembership! */
#rstpl-com_rsmembership .thumbnail {
	border-color: #dcdcdc;
}
#rstpl-com_rsmembership .thumbnail:hover {
	border-color: #56b4df;
	background-color: #fafafa;
}
#rstpl-com_rsmembership #rsm_categories_form .badge {
	background-color: #000000;
}
#rstpl-com_rsmembership h1 small, #rstpl-com_rsmembership h2 small, #rstpl-com_rsmembership h3 small, #rstpl-com_rsmembership h4 small, #rstpl-com_rsmembership h5 small, #rstpl-com_rsmembership h6 small {
	color: #000000;
}
#rstpl-com_rsmembership .table a:hover, #rstpl-com_rsmembership .table a:focus {
	color: #56b4df;
}
.rsm_title {
	color: #000000;
}
/* End RSMembership! */

/* End RSJoomla! Components */

/* Joomla! 4 Styling */

/* Form */
.form-select:focus {
	border-color: #56b4df;
}
/* End Form */

/* Gallery Carousel */
.rstpl-gallery-carousel .carousel .carousel-inner .carousel-item &gt; .row-fluid &gt; div:before,
.rstpl-gallery-carousel .carousel .carousel-inner .carousel-item &gt; .row &gt; div:before {
	color: #ffffff;
}
/* End Gallery Carousel */

/* Tab */
.nav-tabs .nav-link {
	border-top: 1px solid #dcdcdc;
	border-left: 1px solid #dcdcdc;
	border-right: 1px solid #dcdcdc;
	color: #000000;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus, .nav-tabs .nav-link:active {
	color: #56b4df;
}
.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
	color: #56b4df;
}

/* Joomla Tab */
joomla-tab[view="tabs"] &gt; div[role="tablist"] {
	border-color: #dcdcdc #dcdcdc currentcolor;
}
joomla-tab button[role="tab"] {
	border-color: #dcdcdc;
	color: #000000;
}
joomla-tab button[role="tab"][aria-expanded="true"] {
	border-color: #dcdcdc #dcdcdc #ffffff #dcdcdc;
	background-color: #ffffff;
	color: #56b4df;
}
joomla-tab &gt; joomla-tab-element {
	border-color: #dcdcdc;
}
/* End Joomla Tab */
/* End Tab */

/* Accordion */
.accordion-header .accordion-button {
	background-color: #ffffff;
	color: #56b4df;
}
.accordion-header .accordion-button.collapsed {
	color: #000000;
}
.accordion-item, .accordion-item:first-of-type, .accordion-item:last-of-type {
	border-color: #dcdcdc;
}
/* End Accordion */

/* Nav Pills */
.pagination .nav-pills .nav-link {
	border: 1px solid #dddddd;
	color: #56b4df;
}
.pagination .nav-pills .nav-link:hover, .pagination .nav-pills .nav-link:focus {
	background-color: #f5f5f5;
}
.pagination .nav-pills .nav-link.active, .pagination .nav-pills .show &gt; .nav-link {
	background-color: #f5f5f5;
	color: #999999;
}
/* End Nav Pills */

/* Bootstrap Fixes */

/* Calendar */
.calendar-container table tbody td.day.selected {
	background-color: #56b4df;
}
.calendar-container table tbody td.today::after {
	background-color: #56b4df;
}
.calendar-container table tbody td.day:hover {
	background-color: #dddddd;
}
/* End Calendar */

/* Hero Unit */
.hero-unit {
	background-color: #eeeeee;
}
/* End Hero Unit */

/* Page Navigation */
.page-link {
	color: #000000;
}
.page-link:hover, .page-link:focus {
	color: #000000;
	background-color: #dddddd;
}
.page-item.active .page-link {
	background-color: #56b4df;
}
/* End Page Navigation */

/* Progress Bar */
.progress .bar {
    color: #ffffff;
    background-color: #0d6efd;
}
.progress.progress-success .bar {
    background-color: #198754;
}
.progress.progress-danger .bar {
    background-color: #dc3545;
}
.progress.progress-warning .bar {
    background-color: #ffc107;
}
.progress.progress-striped .bar {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
/* End Progress Bar */

/* Tooltip */
[role="tooltip"]:not(.show) {
	background-color: #ffffff;
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.25);
}
/* End Tooltip */

/* End Bootstrap Fixes */

/* End Joomla! 4 Styling */</pre></body></html>