/* Global CSS */
body {
	color: #5d5c5c;
}
a {
	color: #048abf;
}
a:hover, a:focus {
	color: #28995f;
}
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 #e0e0e0;
}
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 #28995f;
}
.color-dark-grey {
	color: #535353;
}
.color-primary {
	color: #048abf;
}
.color-secondary {
	color: #28995f;
}
.background-primary {
	background-color: #048abf;
}
.background-secondary {
	background-color: #28995f;
}
.invalid {
	color: #5d5c5c;
}
/* End Global CSS*/

/* Spacing and Borders */
.rstpl-border {
	border: 1px solid #e0e0e0;
}
.rstpl-header {
	background-color: #f8f8f8;
	border-bottom: 3px solid #048abf;
}
.rstpl-show-grid [class^="span"], .rstpl-show-grid [class*=" span"] {
	background-color: #048abf;
	color: #ffffff;
}
/* End Spacing and Borders */

/* Chosen */
.chzn-container-multi .chzn-choices {
	border-color: #e0e0e0;
}
.chzn-container .chzn-drop {
	border-color: #e0e0e0;
}
/* End Chosen */

/* 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: #28995f;
	border-bottom: 4px solid #006e34;
	color: #ffffff;
}
.btn:hover, .button:hover {
	background-color: #048abf;
	border-bottom: 4px solid #026095;
	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: #048abf;
	border-bottom: 4px solid #026095;
	color: #ffffff;
}
.btn.btn-primary:hover {
	background-color: #28995f;
	border-bottom: 4px solid #006e34;
	color: #ffffff;
}
.btn.btn-info {
	background-color: #49afcd;
	border-bottom: 4px solid #2389a7;
	color: #ffffff;
}
.btn.btn-info:hover {
	color: #303030;
}
.btn.btn-success {
	background-color: #5bb75b;
	border-bottom: 4px solid #3a963a;
	color: #ffffff;
}
.btn.btn-success:hover {
	color: #303030;
}
.btn.btn-warning {
	background-color: #faa732;
	border-bottom: 4px solid #cf7c07;
	color: #ffffff;
}
.btn.btn-warning:hover {
	color: #303030;
}
.btn.btn-danger {
	background-color: #da4f49;
	border-bottom: 4px solid #b12620;
	color: #ffffff;
}
.btn.btn-danger:hover {
	color: #303030;
}
.btn.btn-inverse {
	background-color: #303030;
	border-bottom: 4px solid #000000;
	color: #ffffff;
}
.btn.btn-inverse:hover {
	color: #28995f;
}
.btn .caret, .btn:hover .caret, .btn-group.open .btn.dropdown-toggle .caret {
	border-bottom-color: #ffffff;
	border-top-color: #ffffff;
}
.btn-group .btn.dropdown-toggle {
	color: #ffffff;
}
.btn-group.open .btn.dropdown-toggle {
	background-color: #048abf;
	border-bottom: 4px solid #026095;
	color: #ffffff;
}
.btn.rstpl-bordered-btn {
	border: 3px solid #28995f;
	background-color: #ffffff;
	color: #28995f;
}
.btn.rstpl-bordered-btn:hover {
	background-color: #28995f;
	color: #ffffff;
}
a.jmodedit {
	background: transparent;
	color: #28995f;
}
a.jmodedit:hover {
	background: transparent;
	color: #303030;
}
/* End Buttons */

/* Main Menu */
.navbar {
	background-color: #ffffff;
}
.navbar-inner {
	background: none no-repeat scroll 0 0 #ffffff;
}
.navbar .nav > li > a, .nav .nav-header, .nav .divider > .separator {
	color: #535353;
}
.navbar-fixed-top {
	border-bottom: 3px solid #048abf;
}
.nav > li > a:hover, .nav > li > a:focus {
	background-color: #ffffff;
}
.navbar .nav > .active > a, .navbar .nav > .active > a:hover, .navbar .nav > .active > a:focus, .navbar .nav > li > a:hover, .navbar .nav > li > a:focus, .navbar .nav > .current > a {
	background-color: #ffffff;
	color: #28995f;
}
.navbar .nav li.dropdown.open > .dropdown-toggle, .navbar .nav li.dropdown.active > .dropdown-toggle, .navbar .nav li.dropdown.open.active > .dropdown-toggle {
	background-color: #ffffff;
	color: #28995f;
}
.navbar .nav > li > .dropdown-menu:before {
	border-bottom: 20px solid #048abf;
}
.nav .dropdown-toggle .caret {
	border-bottom-color: #048abf;
	border-top-color: #048abf;
}
.nav-collapse .dropdown-menu a:hover, .nav-collapse .dropdown-menu a:focus {
	background-color: transparent;
	color: #303030;
}
.navbar-fixed-top {
	background-color: #ffffff;
}
.dropdown-menu {
	background-color: #048abf;
}
.dropdown-menu > li > a, .dropdown-menu .nav-header, .dropdown-menu li.divider > .separator {
	color: #ffffff;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:active, .dropdown-menu > li > a:focus, .dropdown-submenu:hover > a, .dropdown-submenu:focus > a {
	background-color: transparent;
	color: #303030;
}
.dropdown-submenu > .dropdown-menu:before {
	border-top: 20px solid #048abf;
}
.dropdown-submenu > .dropdown-menu {
	background-color: transparent;
}
.dropdown-submenu > .dropdown-menu li {
	background-color: #048abf;
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
	color: #303030;
}
.dropdown-submenu > a:after {
	border-color: transparent transparent transparent #ffffff;
}
.bootstrap-datetimepicker-widget.dropdown-menu {
	background-color: #ffffff;
	border: 1px solid #e0e0e0;
}
.bootstrap-datetimepicker-widget.dropdown-menu table th {
	color: #048abf;
}
.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: #28995f;
}
.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: #28995f;
}
.rstpl-navigation {
	color: #3f3f3f;
}
.navbar .btn-navbar {
	background-color: #ffffff;
	border: 3px solid #28995f;
	color: none;
}
.navbar .btn-navbar {
	color: #28995f;
	text-shadow: none;
}
.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: #ffffff;
	color: #28995f;
}
.nav-pills > .active > a, .nav-pills > .active > a:hover, .nav-pills > .active > a:focus {
	background-color: #048abf;
}
.nav-tabs .open .dropdown-toggle, .nav-pills .open .dropdown-toggle, .nav > li.dropdown.open.active > a:hover, .nav > li.dropdown.open.active > a:focus {
	background-color: #048abf;
}
.rstpl-flag {
	background: #048abf;
	color: #ffffff;
}
.rstpl-flag:after {
	border-bottom: 10px solid #ffffff;
	border-left: 26px solid transparent;
	border-right: 26px solid transparent;
}
.rstpl-flag a {
	color: #ffffff;
}
.rstpl-flag a:hover {
	color: #0a7b41;
}
.rstpl-chevron:before, .rstpl-chevron:after {
	background: #e5e5e5;
}
/* End Main Menu */

/* Search */
.rstpl-search-container .btn {
	border: 3px solid #28995f;
	background-color: #ffffff;
}
.rstpl-search-container [class*="icon-"] {
	color: #28995f;
}
.navbar-search .search-query {
	border: 3px solid #28995f;
}
.rstpl-search input[type="text"] {
	border-color: #28995f;
	color: #939393;
}
.rstpl-search input[type="text"]:focus {
	border-color: #28995f;
}
.rstpl-search .btn:hover, .rstpl-search .btn:focus, .rstpl-search .btn:active, .rstpl-search .btnactive {
	background-color: #ffffff;
}
/* End Search */

/* Main Carousel */
.carousel-control {
	background: url(../images/sqr-dark-mask.png) 0 0 repeat #464646;
}
.carousel-caption .rstpl-title {
	color: #ffffff;
}
.carousel-caption .rstpl-subtitle {
	color: #ffffff;
}
.carousel-caption .rstpl-price-big {
	color: #000000;
}
/* End Main Carousel */

/* Finder */
.rstpl-finder {
	background: url(../images/sqr-dark-mask.png) 0 0 repeat #464646;
	border-bottom: 5px solid #048abf;
}
.rstpl-finder .rstpl-calendar {
	color: #6f6f6f;
}
.rstpl-finder .rstpl-input {
	color: #6f6f6f;
}
.rstpl-finder .rstpl-select {
	color: #9b9b9b;
}
/* End Finder */

/* Breadcrumbs */
.rstpl-breadcrumbs-position {
	border-bottom: 1px solid #f2f2f2;
}
.breadcrumbs .showHere {
	color: #28995f;
}
.breadcrumbs {
	background: none;
}
.breadcrumbs > li {
	color: #7f7f7f;
}
.breadcrumbs > li > a {
	color: #7f7f7f;
}
.breadcrumbs > li > a:hover, .breadcrumbs > li > a:focus, .breadcrumbs > li > .divider {
	color: #28995f;
}
/* End Breadcrumbs */

/* Title Box */
[class*="rstpl-box-title-"] h4 {
	background-color: #ffffff;
	color: #7f7f7f;
}
.rstpl-box-subtitle a {
	color: #28995f;
}
.rstpl-box-subtitle a:hover {
	color: #048abf;
}
.rstpl-box-subtitle h6 {
	background-color: #ffffff;
	color: #28995f;
}
/* End Title Box */

/* Content */
.rstpl-title-color {
	color: #048abf;
}
.blog-featured .article-info {
	border-top: 1px solid #e0e0e0;
	border-bottom: 1px solid #e0e0e0;
}
.blog-featured [class*="leading-"] {
	border-bottom: 1px solid #e0e0e0;
}
.text-info {
	color: #006e34;
}
/* End Content */

/* Login Form */
.rstpl-login {
	border: 3px solid #048abf;
}
.rstpl-articles_categories {
	border: 3px solid #28995f;
}
.rstpl-login input[type="text"], .rstpl-login input[type="password"] {
	color: #7f7f7f;
	border-color: #e0e0e0;
}
.rstpl-login input[type="text"]:focus, .rstpl-login input[type="password"]:focus {
	border-color: #28995f;
}
.rstpl-login .control-group.checkbox {
	color: #7f7f7f;
}
.rstpl-login .control-group.checkbox:hover {
	color: #28995f;
}
.rstpl-login .userdata ul > li > a {
	color: #7f7f7f;
}
.rstpl-login .userdata ul > li > a:hover, .rstpl-login .userdata ul > li > a:focus, .rstpl-login .userdata ul > li > a:active {
	color: #28995f;
}
/* End Login Form */

/* Quick Menu */
.rstpl-menu {
	background: url(../../images/sqr-dark-mask.png) 0 0 repeat #464646;
}
.rstpl-menu .menu > li {
	border-bottom: 1px solid #383838;
}
.rstpl-menu .menu li:last-child {
	border-bottom: none;
}
.rstpl-menu .menu > li > a {
	color: #a7a6a6;
}
.rstpl-menu .menu > li > a:hover, .rstpl-menu .menu > li > a:focus {
	background-color: #048abf;
	color: #464646;
}
/* End Quick Menu */

/* Featured Box */
.rstpl-box-featured a, .rstpl-box-featured a:hover {
	color: #ffffff;
}
.rstpl-box-featured .rstpl-box-content {
	color: #ffffff;
}
.rstpl-box-featured .rstpl-box-subtitle h5 {
	color: #ffffff;
}
.rstpl-box-featured .rstpl-box-details h6 {
	color: #ffffff;
}
.rstpl-box-featured .rstpl-box-details [class^="icon-"] {
	color: #28995f;
}
/* End Featured Box */

/* Vertical Image Box */
.rstpl-box-vertical-image .rstpl-box-sales:before {
	border-top: 15px solid #005e24;
}
.rstpl-box-vertical-image .rstpl-box-sales {
	background: url(../../images/sqr-mask.png) 0 0 repeat #28995f;
	color: #ffffff;
	text-shadow: 2px 2px #005e24;
}
.rstpl-box-vertical-image .rstpl-box-title {
	color: #7b7b7b;
}
.rstpl-box-vertical-image .rstpl-box-subtitle {
	color: #b7b7b7;
}
.rstpl-box-vertical-image .rstpl-box-pricetag {
	color: #048abf;
}
.rstpl-box-vertical-image .rstpl-box-content {
	border: 1px solid #e0e0e0;
}
/* End Vertical Image Box */

/* Full Width Vertical Image Box */
.rstpl-box-full-dark-vertical-image  .rstpl-box-subtitle {
	color: #ffffff;
}
.rstpl-box-full-dark-vertical-image .rstpl-box-title {
	color: #ffffff;
}
.rstpl-box-full-dark-vertical-image .rstpl-box-content {
	color: #ffffff;
}
.rstpl-box-full-dark-vertical-image a {
	color: #ffffff;
}
.rstpl-box-full-dark-vertical-image a:hover {
	color: #014a7f;
}
.rstpl-box-full-dark-vertical-image .rstpl-links span {
	color: #ffffff;
}
.rstpl-box-full-dark-vertical-image .rstpl-box-image-group > div > img {
	background-color: #ffffff;
}
.rstpl-box-full-dark-vertical-image .rstpl-box-bg {
	background-color: #28995f;
}
/* End Full Width Vertical Image Box */

/* Side Navigation Tabs */
.rstpl-side-nav-tabs .nav-tabs > li {
	background-color: #048abf;
}
.rstpl-side-nav-tabs .nav-tabs > li > a, .rstpl-side-nav-tabs .nav-tabs > li > a:hover, .rstpl-side-nav-tabs .nav-tabs > li > a:focus, .rstpl-side-nav-tabs .nav-tabs > li > a:active, .rstpl-side-nav-tabs .nav-tabs > li > span {
	color: #ffffff;
}
.rstpl-side-nav-tabs .nav-tabs > .active > a, .rstpl-side-nav-tabs .nav-tabs > .active > a:hover, .rstpl-side-nav-tabs .nav-tabs > .active > a:focus, .rstpl-side-nav-tabs .nav > li > a:hover, .rstpl-side-nav-tabs .nav > li > a:focus {
	background-color: #28995f;
}
.rstpl-side-nav-tabs .tab-box-title {
	color: #7b7b7b;
}
/* End Side Navigation Tabs */

/* Horizontal Icon Left Box */
.rstpl-box-horizontal-icon-left .rstpl-box-icon {
	background-color: #048abf;
}
.rstpl-box-horizontal-icon-left:hover .rstpl-box-icon {
	background-color: #28995f;
}
.rstpl-box-horizontal-icon-left:hover .rstpl-box-title {
	color: #28995f;
}
.rstpl-box-horizontal-icon-left .rstpl-box-title {
	color: #048abf;
}
.rstpl-box-horizontal-icon-left .rstpl-box-icon span {
	color: #ffffff;
}
/* End Horizontal Icon Left Box */

/* Full Width Simple Box */
.rstpl-box-dark-bg {
	background: url(../../images/sqr-medium-mask.png) 0 0 repeat #28995f;
	color: rgba(255, 255, 255, .5);
}
.rstpl-box-dark-bg strong, .rstpl-box-dark-bg a {
	color: rgba(255, 255, 255, 1);
}
.rstpl-box-dark-bg a:hover {
	color: #014a7f;
}
/* End Full Width Simple Box */

/* Vertical Round Image Box */
.rstpl-box-image {
	background-color: #ffffff;
}
.rstpl-box-vertical-round-image .rstpl-box-image {
	border: 1px solid #e0e0e0;
}
.rstpl-box-vertical-round-image .rstpl-box-title {
	color: #048abf;
}
.rstpl-box-vertical-round-image ul > li:before {
	color: #048abf;
}
.rstpl-box-vertical-round-image .rstpl-box-pricetag-container {
	color: #28995f;
}
/* End Vertical Round Image Box */

/* Personal Box */
.rstpl-box-personal .rstpl-box-title {
	color: #048abf;
}
.rstpl-box-personal .rstpl-box-subtitle {
	color: #28995f;
}
/* End Personal Box */

/* Full Width Horizontal Image Box */
.rstpl-box-full-dark-horizontal-image h3, .rstpl-box-full-dark-horizontal-image p, .rstpl-box-full-dark-horizontal-image a {
	color: #ffffff;
}
.rstpl-box-full-dark-horizontal-image a:hover {
	color: #014a7f;
}
.rstpl-box-full-dark-horizontal-image .btn:hover {
	color: #ffffff;
}
.rstpl-box-full-dark-horizontal-image .rstpl-box-bg {
	background-color: #28995f;
}
/* End Full Width Horizontal Image Box */

/* Testimonial Box */
.rstpl-box-testimonial .rstpl-box-content i {
	color: #048abf;
}
.rstpl-box-testimonial .rstpl-box-details {
	color: #048abf;
}
.rstpl-box-testimonial .rstpl-box-details:before {
	border-top: 24px solid #048abf;
}
/* End Testimonial Box */

/* Simple Carousel */
.rstpl-simple-carousel img {
	border: 1px solid #e0e0e0;
}
.rstpl-simple-carousel .rstpl-box-title {
	color: #048abf;
}
.rstpl-simple-carousel .carousel-control {
	background: url(../../images/sqr-dark-mask.png) repeat scroll 0 0 #464646;
}
/* End Simple Carousel */

/* Gallery Carousel */
.rstpl-gallery-carousel img, .rstpl-simple-carousel img {
	background-color: #ffffff;
}
.rstpl-gallery-carousel .carousel .carousel-inner .item > div:hover .rstpl-box-image {
	background-color: #404040;
}
.rstpl-gallery-carousel .carousel .carousel-inner .item > div:before {
	color: #ffffff;
}
.rstpl-gallery-carousel .carousel-control {
	color: #28995f;
}
.rstpl-gallery-carousel .rstpl-box-image-border {
	border: 1px solid #e0e0e0;
}
/* End Gallery Carousel */

/* Social */
.rstpl-social {
	background: url(../../images/sqr-medium-mask.png) 0 0 repeat #28995f;
}
.rstpl-social .rstpl-title {
	color: #ffffff;
}
.rstpl-box-personal .rstpl-box-social a {
	color: #ffffff;
	background-color: #048abf;
}
.rstpl-box-personal .rstpl-box-social a:hover {
	background-color: #28995f;
}
.rstpl-box-personal .rstpl-box-social .rstpl-more {
	background-color: #28995f;
}
/* End Social */

/* Left Image Box */
.rstpl-box-left-image .rstpl-box-title {
	color: #048abf;
}
.rstpl-box-left-image .rstpl-box-subtitle {
	color: #28995f;
}
.rstpl-box-left-image .rstpl-box-pricetag {
	color: #048abf;
}
.rstpl-box-left-image .rstpl-box-pricetag-details {
	color: #28995f;
}
.rstpl-box-left-image .rstpl-box-image-border {
	border: 1px solid #e0e0e0;
}
/* End Left Image Box */

/* Thumbnail Box */
.rstpl-box-thumb-left .rstpl-box-title {
	color: #048abf;
}
/* End Thumbnail Box */

/* Tab */
.rstpl-tabs .nav-tabs > li > a {
	border-top: 1px solid #e0e0e0;
	border-left: 1px solid #e0e0e0;
	border-right: 1px solid #e0e0e0;
	color: #048abf;
}
.rstpl-tabs .nav-tabs > li > a:hover, .rstpl-tabs .nav-tabs > li > a:focus, .rstpl-tabs .nav-tabs > li > a:active {
	color: #28995f;
}
.rstpl-tabs .nav-tabs > .active > a, .rstpl-tabs .nav-tabs > .active > a:hover, .rstpl-tabs .nav-tabs > .active > a:focus {
	color: #28995f;
}
.rstpl-tabs.nav-tabs > li > a:hover, .rstpl-tabs.nav-tabs > li > a:focus {
	border-color: #e0e0e0;
}
.rstpl-tabs .nav.nav-tabs > li > a:hover, .rstpl-tabs .nav > li > a:focus {
	background-color: #ffffff;
}
.rstpl-tabs.tab-content .rstpl-border {
	border-left: 1px solid #000000;
	border-right: 1px solid #e0e0e0;
	border-bottom: 1px solid #e0e0e0;
}
.rstpl-tabs .rstpl-box-title {
	color: #048abf;
}
/* End Tab */

/* Accordion */
.accordion {
	border-bottom: 1px solid #e0e0e0;
	border-left: 1px solid #e0e0e0;
	border-right: 1px solid #e0e0e0;
}
.accordion-group {
	border-top: 1px solid #e0e0e0;
}
.accordion-toggle.collapsed {
	color: #048abf;
}
.accordion-toggle {
	color: #28995f;
}
.rstpl-tabs .tab-content .rstpl-box-image, .accordion-inner .rstpl-box-image {
	border: 1px solid #e0e0e0;
}
/* End Accordion */

/* Footer */
.rstpl-footer-fluid-position {
	background: url(../../images/sqr-mask.png) 0 0 repeat #28995f;
}
.rstpl-footer-fluid-position a, .rstpl-footer-fluid-position .rstpl-box-title, .rstpl-footer-fluid-position .rstpl-box-content {
	color: #ffffff;
}
.rstpl-footer-fluid-position a:hover, .rstpl-footer-fluid-position  ul > li:before {
	color: #014a7f;
}
/* End Footer */

/* Socials */
.rstpl-social-icons .rstpl-social-link {
	background-color: #048abf;
	color: #ffffff;
}
.rstpl-social-icons .rstpl-social-link:hover {
    background-color: #28995f;
}
.rstpl-social-icons.rstpl-social-more .rstpl-social-link {
	background-color: #28995f;
}
.rstpl-social-icons.rstpl-social-big .rstpl-social-link {
	background-color: transparent;
	border: 3px solid #014a7f;
	color: #014a7f;
}
.rstpl-social-icons.rstpl-social-big .rstpl-social-link:hover {
	background-color: #014a7f;
	color: #28995f;
}
/* End Socials */

/* error.php */
.rstpl-error-page .container {
	border: 1px solid #e0e0e0;
}
.rstpl-error-reasons {
	color: #048abf;
}
.rstpl-actual-error .label-inverse {
	background-color: #28995f;
}
/* End error.php */

/* RSJoomla! Components */

/* RSMediaGallery! */
ul#rsmg_gallery li div.rsmg_item_container a, ul#rsmg_gallery li div.rsmg_item_container a:hover, ul#rsmg_gallery li div.rsmg_item_container a:focus {
	color:#048abf;
}
.rsmg_item_container .rsmg_lightbox:after, .rsmg_item_container:hover .rsmg_lightbox:after {
	color:#FFFFFF;
}
ul#rsmg_gallery_filters li{
	color: #ffffff;
	background-image: none;
	background:#744849;
}
 ul#rsmg_gallery_filters li:hover, ul#rsmg_gallery_filters li:active, ul#rsmg_gallery_filters li.active, ul#rsmg_gallery_filters li.disabled, ul#rsmg_gallery_filters li[disabled]{
	color: #ffffff;
	background-color: #28995f;
}
#lightbox-image-details-caption .rsmg_download a, div#rsmg_thumb_container .rsmg_download a, p.rsmg_tags strong{
	color:#28995f;
}
#lightbox-image-details-caption .rsmg_download a:hover, div#rsmg_thumb_container .rsmg_download a:hover {
	color:#28995f;
}
#rsmg_albums li div.rsmg_album_container, .rsmg_album_inner_container img {
	border: 1px solid #e0e0e0;
}
#rsmg_albums li div.rsmg_album_container a.rsmg_title {
	color: #048abf;
}
#rsmg_albums li div.rsmg_album_container a.rsmg_title:hover {
	color: #28995f;
}
.rsmg_item_container .rsmg_image{
	background:#28995f;
}
#rsmg_main a.rsmg_big_button {
	background: none repeat scroll 0 0 #048abf;
	border-bottom: 4px solid #026095;
	color: #ffffff;
}
#rsmg_main a.rsmg_big_button:hover {
	background: none repeat scroll 0 0 #048abf;
	color: #303030;
}
div#rsmg_footer {
	color: #303030;
}
/* content plugin from RSMediaGallery! */
ul.rsmg_content_gallery li div.rsmg_content_container {
	border: 1px solid #e0e0e0;
}
/* end content plugin from RSMediaGallery! */
/* end RSMediaGallery! */

/* com_content */
.chzn-container-single .chzn-single {
	border-color: #e0e0e0;
	color: #5d5c5c;
}
.chzn-container-single .chzn-drop {
	border-color: #28995f;
}
.chzn-container-active.chzn-with-drop .chzn-single {
	border-color: #28995f;
}
.chzn-container .chzn-results li.highlighted {
	background-color: #048abf;
	background-image: none;
}
.pager.pagenav li a {
	color: #048abf;
}
.pager.pagenav li a:hover, .pager.pagenav li a:focus, .pager.pagenav li a:active{
	background-color: #ffffff;
	color: #28995f;
}
/* End com_content */

/* RSBlog! */
.rsblog-entry-title {
	color: #048abf;
}
footer.rsblog-entry-meta {
	border-top: 1px solid #e0e0e0;
	border-bottom: 3px solid #28995f;
}
.rsblog-author-bio {
	background-color: #ffffff;
	border-bottom: 3px solid #28995f;
}
#pop-print a {
	color: #ffffff;
}
#pop-print a:hover, #pop-print a:focus, #pop-print a:active {
	color: #303030;
}
.rsblog-calendar table {
	border: 0 none !important;
}
.rsblog-calendar table caption {
	background-color: #048abf;
	color: #ffffff;
}
.rsblog-calendar table caption span a {
	color: #ffffff;
}
.rsblog-calendar caption {
	border-bottom: 0 none !important;
}
.rsblog-calendar th {
	background-color: #828282 !important;
	border-left: 1px solid #828282 !important;
	color: #ffffff !important;
}
.rsblog-calendar th:first-child {
	border-left: 1px solid #828282 !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.active a {
	background-color: #28995f !important;
	color: #ffffff !important;
}
.rsblog-calendar td a:active {
	background-color: #eee !important;
}
.rsblog-calendar td a:hover, .rsblog-calendar td.off a {
	color: #a0a0a0 !important;
}
/* End RSBlog! */

/* RSComments! */
#rscommentsForm {
	background: none repeat scroll 0 0 #f8f8f8;
}
#rscommentsForm, div.rsc_cloud_comment {
	border-color: #e0e0e0;
}
#rscommentsForm:hover, div.rsc_cloud_comment:hover {
	border-color: #28995f;
}
.rsc_buttons_container .btn a {
	color: #ffffff;
	display: block;
}
.rsc_subject {
	color: #048abf;
}
.rsc_quote blockquote {
	background: #048abf;
	color: #ffffff;
	border-color: #ffffff;
}
/* End RSComments! */

/* RSDirectory! */
.rsdir-mod-simple-search {
	border-bottom: 5px solid #048abf;
}
.rsdir-mod-simple-search .open > .dropdown-menu > li:hover {
	background-color: #048abf;
}
#rstpl-com_rsdirectory legend, .#rstpl-com_rsdirectory .rsdir-detail-title {
	border-bottom-color: #e0e0e0;
	color: #048abf;
}
#rstpl-com_rsdirectory [class*="buy-credits-"] {
	color: #28995f;
}
.rsdir-listing-price, .rsdir-detail-price {
	background-color: #048abf;
}
.rsdir-listing-price-label, .rsdir-detail-price-label {
	color: #ffffff;
}
.rsdir h4 {
	color: #048abf;
}
.rsdir-newest-entry-price, .rsdir-popular-entry-price, .rsdir-related-entry-price, .rsdir-recently-visited-entry-price, .rsdir-top-rated-entry-price, .rsdir .carousel-entry-price {
	background-color: #28995f;
	text-shadow: none;
}
.rsdir-listing .thumbnail {
	background: #ffffff;
	border: 1px solid #e0e0e0;
}
/* End RSDirectory! */

/* RSEventsPro! */
.rsepro-filter-container .navbar-inner {
	background-color: #e0e0e0;
}
.rsepro-filter-container .navbar .nav > .active > a, .rsepro-filter-container .navbar .nav > .active > a:hover, .rsepro-filter-container .navbar .nav > .active > a:focus, .rsepro-filter-container .navbar .nav > li > a:hover, .rsepro-filter-container .navbar .nav > li > a:focus, .rsepro-filter-container .navbar .nav > .current > a, .rsepro-filter-container .navbar .nav li.dropdown.open > .dropdown-toggle, .rsepro-filter-container .navbar .nav li.dropdown.active > .dropdown-toggle, .rsepro-filter-container .navbar .nav li.dropdown.open.active > .dropdown-toggle {
	background-color: #e0e0e0;
	color: #000000;
}
.rsepro-filter-container .navbar .btn-navbar {
	border-color: #5d5c5c;
}
.rsepro-filter-container .navbar .btn-navbar .icon-bar {
	background-color: #5d5c5c;
}
#rs_select_top2, #rs_select_top1 {
	border-color: #e0e0e0 !important;
}
#rstpl-com_rseventspro .rs_input {
	border-color: #28995f !important;
}
.elSelect, .elSelect .dropDown:before{
	color: #048abf;
	background: none;
}
.elSelect .optionsContainer{
	border-color: #e0e0e0;
	background: #ffffff;
}
.elSelect .option:hover {
	color: #ffffff;
}
.elSelect .selected {
	background-color: #28995f !important;
	color: #ffffff;
}
.rs_search_button {
	border: 1px solid #28995f;
	background: #ffffff;
}
.rs_results {
	background: #ffffff;
}
#rstpl-com_rseventspro #search_btn:before {
	color: #28995f;
}
.rs_table [id*="rscalendarmonth"] {
	color: #ffffff;
}
table.rs_calendar_component td {
	background-color: transparent;
}
.rs_calendar_module .rs_table:first-of-type td {
	background-color: #048abf;
	border: 0 none;
}
a.rs_calendar_arrows_module {
	color: #fff;
}
a:hover.rs_calendar_arrows_module {
	background-color: transparent !important;
}
.rs_calendar_module th {
	border: 1px solid #828282 !important;
}
.rs_calendar_module a {
	margin: 1px;
}
.rs_calendar_module a > span {
	color: #303030;
}
.rs_calendar_module .prev-month a, table.rs_calendar_module .next-month a {
	background-color: #eee !important;
}
.rs_calendar_module .prev-month a > span, .rs_calendar_module .next-month a > span {
	color: #b3b3b3 !important;
}
.rs_calendar_module a:hover {
	background-color: #eee;
}
.rs_calendar_module a:hover > span {
	color: #b3b3b3;
}
.rs_calendar_module .curr-day a {
	background-color: #28995f !important;
}
.rs_calendar_module .curr-day a > span {
	color: #ffffff;
}
.rs_event_detail {
	border: 1px solid #e0e0e0;
}
.rs_event_detail.rs_featured {
	border: 1px solid #048abf;
}
.rs_event_detail.rs_featured:before {
	background-color: #048abf;
	color: #ffffff;
}
.rs_event_detail:hover, .rs_event_detail.rs_featured:hover {
	border-color: #28995f;
	background: #fafafa !important;
}
#rs_event_main a:hover {
	color: #ffffff !important;
}
#cloneevent {
	color:#d86f71;
	background-color:#64435a !important;
}
.rs_edit_txt {
	border:1px solid #e0e0e0;
	background:#ffffff !important;
}
div.rs_subscription_header, div.rs_table_header, .rs_subscription_header span, .rs_table_header span {
	background-color: #64435a;
	color: #ffffff;
}
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: #ffffff;
	border: 1px solid #e0e0e0;
}
.rs_featured_event {
	background-color: #ffffff !important;
	color: #048abf;
}
.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: #e0e0e0 !important;
}
.rse_popular_module .rse_popular_list li.rs_box:hover {
	border-color: #28995f !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: #e0e0e0;
}
#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 #048abf;
}
ul#rs_event_menu li a:hover, ul#rs_event_menu li a.active {
	border-bottom-color: #ffffff;
	border-right-color: #28995f;
	background: none repeat scroll 0 0 #28995f;
	color: #000000 !important;
}
ul#rs_event_menu li a {
	border-bottom-color: #ffffff;
	border-right-color: #048abf;
}
#rs_event_main fieldset legend {
	color: #048abf;
}
#rs_event_main fieldset .rs_inp {
	border-color: #e0e0e0;
}
#rs_event_main fieldset .rs_inp:focus, #rs_event_main fieldset .rs_sel:focus {
	border-color: #28995f;
}
#rs_event_main .mce-panel {
	border-color: #e0e0e0;
	border-radius: 0;
}
#rs_event_main .btn-toolbar .btn {
	color: #ffffff;
}
#rs_event_main .chzn-container-multi .chzn-choices {
	border-color: #e0e0e0;
}
#rs_event_main .chzn-container-active .chzn-choices {
	border-color: #048abf;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}
#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: #28995f !important;
	border-bottom: 4px solid #006e34;
	color: #ffffff;
}
#rstpl-com_rseventspro .rs_button.rs_cancel:hover {
	background-color: #048abf !important;
	border-bottom: 4px solid #026095;
	color: #ffffff;
}
#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: #048abf !important;
	border-bottom: 4px solid #026095;
	color: #ffffff;
}
#rstpl-com_rseventspro .rs_button.rs_submit:hover, #rstpl-com_rseventspro .rs_add_category:hover {
	background-color: #28995f !important;
	border-bottom: 4px solid #006e34;
	color: #ffffff;
}
/* End RSEventsPro! */

/* RSFeedback! */
#rsfe_searchbox.search-query {
	border-color: #28995f !important;
}
/* End RSFeedback! */

/* RSFormPro! */
.formResponsive input[type="text"],
.formResponsive input[type="password"],
.formResponsive input[type="file"],
.formResponsive select,
.formResponsive textarea {
	border-color: #e0e0e0 !important;
}
.formResponsive input[type="text"]:focus,
.formResponsive input[type="password"]:focus,
.formResponsive input[type="file"]:focus,
.formResponsive select:focus,
.formResponsive textarea:focus {
	border-color: #28995f !important;
	box-shadow: none;
}
.formResponsive input[type="submit"], .formResponsive input[type="reset"], .rsform-submit-button, .rsform-reset-button {
	color: #ffffff;
}
.formResponsive input[type="button"] {
	background-color: #f5f5f5 !important;
	border-bottom: 4px solid #c0c0c0;
}
.formResponsive input[type="submit"], .rsform-submit-button {
	background-color: #048abf !important;
	border-bottom: 4px solid #026095;
}
.formResponsive input[type="reset"], .rsform-reset-button {
	background-color: #28995f !important;
	border-bottom: 4px solid #006e34;
}
.formResponsive input[type="submit"]:hover, .rsform-submit-button:hover {
	background-color: #28995f !important;
	border-bottom: 4px solid #006e34;
}
.formResponsive input[type="reset"]:hover, .rsform-reset-button:hover {
	background-color: #048abf !important;
	border-bottom: 4px solid #026095;
}
/* End RSFormPro! */

/* RSMembership! */
#rstpl-com_rsmembership .thumbnail {
	border-color: #e0e0e0;
}
#rstpl-com_rsmembership .thumbnail:hover {
	border-color: #28995f;
	background-color: #fafafa;
}
#rstpl-com_rsmembership h3.page-header {
	color: #048abf;
}
.rsmembership_form input.rsm_textbox, .rsmembership_form select.rsm_select {
	background: none;
}
/* End RSMembership! */

/* End RSJoomla! Components */

/* Other Components */
/* K2 */
#rstpl-com_k2 div.itemListCategory, div.itemListCategory img, #rstpl-com_k2 div.catItemTagsBlock, #rstpl-com_k2 div.itemComments {
	border: 1px solid #e0e0e0;
}
#rstpl-com_k2 div.catItemCategory {
	border-bottom: 1px solid #e0e0e0;
}
#rstpl-com_k2 div.itemCommentsForm form input#submitCommentButton {
	color: #048abf;
	border: 3px solid #048abf;
}
#rstpl-com_k2 div.itemCommentsForm form input#submitCommentButton:hover {
	color: #28995f;
	border: 3px solid #28995f;
}
#rstpl-com_k2 div.itemBackToTop a:before {
	content: "\f062";
	font-family: "FontAwesome";
}
#rstpl-com_k2 div.itemBackToTop a {
	color: #28995f;
}
#rstpl-com_k2 div.itemBackToTop a:hover, #rstpl-com_k2 div.itemBackToTop a:active, #rstpl-com_k2 div.itemBackToTop a:focus {
	color: #28995f;
}
#rstpl-com_k2 div.itemListCategory, .even {
	background: none repeat scroll 0 0 #fafafa;
}
/* End K2 */
/* End Other Components */

@media (min-width: 768px) and (max-width: 979px) {
	.nav-collapse .dropdown-menu a:hover, .nav-collapse .dropdown-menu a:focus {
		color: #28995f;
	}
	.nav-collapse .nav .nav-header {
		color: #535353;
	}
	.dropdown-submenu > .dropdown-menu {
		background-color: transparent;
	}
	.dropdown-submenu > .dropdown-menu li {
		background-color: transparent;
	}
	.dropdown-submenu > .dropdown-menu li:first-child {
		background-color: transparent;
	}
	.dropdown-menu > li > a:hover, .dropdown-menu > li > a:active, .dropdown-menu > li > a:focus, .dropdown-submenu:hover > a, .dropdown-submenu:focus > a, .dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
		background-color: transparent;
		color: #28995f;
	}
	.nav-collapse .dropdown-menu .nav-header {
		color: #777;
	}
	.rsepro-filter-container .nav-collapse .dropdown-menu a:hover, .rsepro-filter-container .nav-collapse .dropdown-menu a:focus {
		color: #000000;
	}
}
@media (max-width: 767px) {
	.nav-collapse .dropdown-menu a:hover, .nav-collapse .dropdown-menu a:focus {
		color: #28995f;
	}
	.nav-collapse .nav .nav-header {
		color: #535353;
	}
	.dropdown-menu > li > a:hover, .dropdown-menu > li > a:active, .dropdown-menu > li > a:focus, .dropdown-submenu:hover > a, .dropdown-submenu:focus > a, .dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
		background-color: transparent;
		color: #28995f;
	}
	.dropdown-submenu > .dropdown-menu {
		background-color: transparent;
	}
	.dropdown-submenu > .dropdown-menu li {
		background-color: transparent;
	}
	.dropdown-submenu > .dropdown-menu li:first-child {
		background-color: transparent;
	}
	.nav-collapse .dropdown-menu .nav-header {
		color: #777;
	}
	.rsepro-filter-container .nav-collapse .dropdown-menu a:hover, .rsepro-filter-container .nav-collapse .dropdown-menu a:focus {
		color: #000000;
	}
}