/* Global CSS */
body {
	color: #5d5c5c;
}
a {
	color: #cb8959;
}
a:hover, a:focus {
	color: #524a45;
}
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 #cb8959;
}
.container {
	background-color: #ffffff;
}
.color-black {
	color: #000000;
}
.color-white {
	color: #ffffff;
}
.color-primary {
	color: #cb8959;
}
.color-secondary {
	color: #524a45;
}
.background-primary {
	background-color: #cb8959;
}
.background-secondary {
	background-color: #524a45;
}
.invalid {
	color: #5d5c5c;
}
.label, .badge {
	background-color: #cb8959;
}
.label-info[href], .badge-info[href] {
	background-color: #524a45;
}
/* End Global CSS*/

/* Spacing and Borders */
.rstpl-border {
	border: 1px solid #dcdcdc;
}
.rstpl-triple-border {
    border: 1px solid #ffffff;
	box-shadow: 0 0 0 1px #dcdcdc inset;
	outline: 3px double #dcdcdc;
}
.rstpl-show-grid [class^="span"], .rstpl-show-grid [class*=" span"] {
	background-color: #524a45;
	color: #ffffff;
}
/* End Spacing and Borders */

/* Table */
[dir="rtl"] .table-bordered {
	border-right: 1px solid #ddd;
}
/* End Table */

/* Chosen */
.chzn-container-multi .chzn-choices {
	border-color: #dcdcdc;
}
.chzn-container .chzn-drop {
	border-color: #dcdcdc;
}
/* 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: #524a45;
	color: #ffffff;
}
.btn:hover, .button:hover {
	background-color: #cb8959;
	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: #cb8959;
	color: #ffffff;
}
.btn.btn-primary:hover {
	background-color: #524a45;
	color: #ffffff;
}
.btn.btn-info {
	background-color: #49afcd;
	color: #ffffff;
}
.btn.btn-info:hover {
	color: #303030;
}
.btn.btn-success {
	background-color: #5bb75b;
	color: #ffffff;
}
.btn.btn-success:hover {
	color: #303030;
}
.btn.btn-warning {
	background-color: #faa732;
	color: #ffffff;
}
.btn.btn-warning:hover {
	color: #303030;
}
.btn.btn-danger {
	background-color: #da4f49;
	color: #ffffff;
}
.btn.btn-danger:hover {
	color: #303030;
}
.btn.btn-inverse {
	background-color: #ffffff;
	color: #524a45;
}
.btn.btn-inverse:hover {
	color: #cb8959;
}
.btn .caret { 
	border-bottom-color: #ffffff;
	border-top-color: #ffffff;
}
.btn:hover .caret, .btn-group.open .btn.dropdown-toggle .caret {
	border-bottom-color: #cb8959;
	border-top-color: #cb8959;
}
.btn-group .btn.dropdown-toggle {
	color: #ffffff;
}
.btn-group .btn.dropdown-toggle:hover, .btn-group.open .btn.dropdown-toggle {
	background-color: #524a45;
	color: #cb8959;
}
.btn.rstpl-rounded-btn:before {
	border-bottom: 10px solid #cb8959;
}
.btn.rstpl-rounded-btn {
	background-color: #cb8959;
	color: #ffffff;
}
.btn.rstpl-rounded-btn:hover {
	background-color: #524a45;
	color: #ffffff;
}
.btn.rstpl-rounded-btn:hover:before {
	border-bottom: 10px solid #524a45;
}
a.jmodedit {
	color: #524a45;
}
a.jmodedit:hover, a.jmodedit:focus {
	color: #524a45;
}
/* End Buttons */

/* Lists */
.rstpl-arrow-bullet > li:before, .rstpl-arrow-bullet > li:after {
	color: #cb8959;
}
/* End Lists */

/* Preloader */
#rstpl-loader-wrapper .loader-section {
	background-color: #524a45;
}
#loader {
  color: #cb8959;
}
/* End Preloader */

/* Logo */
.rstpl-logo .color-black a:hover {
	color: #000000;
}
.rstpl-logo .color-primary a:hover {
	color: #cb8959;
}
.rstpl-logo .color-secondary a:hover {
	color: #524a45;
}
/* End Logo */

/* Main Menu */
.rstpl-main-menu-position .navbar {
	background-color: #ffffff;
}
.rstpl-main-menu-position .navbar-inner {
	background: none no-repeat scroll 0 0 #cb8959;
}
.navbar .nav > li > a {
	background-color: #cb8959;
	color: #ffffff;
}
.navbar-fixed-top {
	border-bottom: 1px solid #524a45;
}
.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: #524a45;
	color: #ffffff;
}
.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: #cb8959;
	text-shadow: none;
}
.navbar .nav li.dropdown > .dropdown-toggle .caret, .navbar .nav li.dropdown > .dropdown-toggle:hover .caret {
	border-top-color: #ffffff;
	border-bottom-color: #ffffff;
}
.navbar .nav > li > .dropdown-menu:after {
	border-bottom: 6px solid #524a45;
}
.nav .dropdown-toggle .caret {
	border-bottom-color: #524a45;
	border-top-color: #524a45;
}
.nav-collapse .dropdown-menu a:hover, .nav-collapse .dropdown-menu a:focus {
	background-color: #524a45;
	color: #ffffff;
}
.navbar-fixed-top {
	background-color: #ffffff;
}
.dropdown-menu {
	background-color: #cb8959;
}
.dropdown-menu > li > a {
	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: #524a45;
	color: #ffffff;
}
.dropdown-menu > li > a:active:after, .dropdown-menu > li > a:focus:after, .dropdown-submenu:hover > a:after, .dropdown-submenu:focus > a:after {
	border-left-color: #ffffff;
}
.dropdown-menu .divider {
	background-color: transparent;
	border-bottom: 1px solid #ffffff;
}
.dropdown-submenu > .dropdown-menu {
	background-color: transparent;
}
.dropdown-submenu > .dropdown-menu li {
	background-color: #cb8959;
}
.dropdown-submenu > a:after {
	border-color: transparent transparent transparent #ffffff;
}
[dir="rtl"] .dropdown-submenu > a:after {
	border-color: transparent #ffffff transparent transparent;
}
.dropdown-submenu:hover > a:after, .dropdown-menu > .active > a:after {
	border-left-color: #ffffff;
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
	background-color: #524a45;
	color: #ffffff;
}
.bootstrap-datetimepicker-widget.dropdown-menu {
	background-color: #ffffff;
	border: 1px solid #dcdcdc;
}
.bootstrap-datetimepicker-widget.dropdown-menu table th {
	color: #524a45;
}
.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: #cb8959;
}
.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: #cb8959;
}
.bootstrap-datetimepicker-widget thead tr:first-child th:hover {
	background-color: #cb8959;
}
.navbar .btn-navbar {
	background-color: #cb8959;
	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: #cb8959;
	color: #524a45;
}
.nav-pills > .active > a, .nav-pills > .active > a:hover, .nav-pills > .active > a:focus {
	background-color: #524a45;
}
.nav-collapse .nav .nav-header, .nav .divider {
	color: #ffffff;
}
.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: #524a45;
}
.rstpl-menu.background-primary .menu > li > a:hover, .rstpl-menu.background-primary .menu > li > a:focus, .rstpl-menu.background-primary .menu .nav-inner > li > a:hover, .rstpl-menu.background-primary .menu .nav-inner > li > a:focus {
	background-color: #524a45;
}
.rstpl-menu.background-secondary .menu > li > a:hover, .rstpl-menu.background-secondary .menu > li > a:focus, .rstpl-menu.background-secondary .menu .nav-inner > li > a:hover, .rstpl-menu.background-secondary .menu .nav-inner > li > a:focus {
	background-color: #cb8959;
}
/* End Main Menu */

/* Main Carousel */
.rstpl-slideshow-position .rscarousel .carousel-control,
.rstpl-slideshow-position .rscarousel .carousel-control:hover,
.rstpl-slideshow-position .rscarousel .carousel-control:focus {
	background: none repeat scroll 0 0 #ffffff;
	color: #cb8959;
}
.rstpl-slideshow-position .rscarousel .carousel-caption .rstpl-title {
	color: #ffffff;
}
.rstpl-slideshow-position .rscarousel .carousel-caption .rstpl-description {
	background-color: rgba(203,137,89,.75);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#cb8959', endColorstr='#cb8959');
	color: #ffffff;
}
/* End Main Carousel */

/* Breadcrumbs */
.breadcrumbs .showHere {
	color: #cb8959;
}
.breadcrumbs {
	background-color: #524a45;
}
.breadcrumbs > li {
	color: #ffffff;
}
.breadcrumbs > li > a {
	color: #ffffff;
}
.breadcrumbs > li > a:hover, .breadcrumbs > li > a:focus, .breadcrumbs > li > .divider {
	color: #cb8959;
}
/* End Breadcrumbs */

/* Title Box */
[class*="rstpl-box-title-"] {
	color: #524a45;
}
[class*="rstpl-box-image-title-"] {
	background-color: #cb8959;
	color: #ffffff;
}
/* End Title Box */

/* Content */
.rstpl-title-color {
	color: #524a45;
}
.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-title-color {
	color: #524a45;
}
.rstpl-left-box.background-secondary .rstpl-title-color, .rstpl-right-box.background-secondary .rstpl-title-color {
	color: #cb8959;
}
.rstpl-left-box.background-primary .btn, .rstpl-right-box.background-primary .btn {
	background-color: #ffffff;
	color: #524a45;
}
.rstpl-left-box.background-primary .btn:hover, .rstpl-right-box.background-primary .btn:hover {
	color: #cb8959;
}
.rstpl-left-box.background-secondary .btn, .rstpl-right-box.background-secondary .btn {
	background-color: #ffffff;
	color: #cb8959;
}
.rstpl-left-box.background-secondary .btn:hover, .rstpl-right-box.background-secondary .btn:hover {
	color: #524a45;
}
.blog-featured .article-info {
	border: 1px solid #dcdcdc;
}
.text-info {
	color: #524a45;
}
.toclink.active {
	color: #524a45;
}
.chzn-container-single .chzn-single {
	border-color: #dcdcdc;
	color: #5d5c5c;
}
.chzn-container-single .chzn-drop {
	border-color: #cb8959;
}
.chzn-container-active.chzn-with-drop .chzn-single {
	border-color: #cb8959;
}
.chzn-container .chzn-results li.highlighted {
	background-color: #524a45;
	background-image: none;
}
.pager.pagenav li a {
	color: #524a45;
}
.pager.pagenav li a:hover, .pager.pagenav li a:focus, .pager.pagenav li a:active{
	background-color: #ffffff;
	color: #cb8959;
}
/* End Content */

/* Contact */
#rstpl-com_contact h1, #rstpl-com_contact h2, #rstpl-com_contact h3 {
	color: #524a45;
}
#rstpl-com_contact [class*="icon-"] {
	color: #524a45;
}
#rstpl-com_contact label {
	color: #524a45;
}
#rstpl-com_contact label.invalid {
	color: #901910;
}
/* End Contact */

/* Login Form */
.rstpl-articles_categories {
	border: 3px solid #cb8959;
}
.rstpl-login input[type="text"], .rstpl-login input[type="password"] {
	color: #524a45;
	border-color: #524a45;
}
.rstpl-login input[type="text"]:focus, .rstpl-login input[type="password"]:focus {
	border-color: #cb8959;
}
.rstpl-login .control-group.checkbox {
	color: #524a45;
}
.rstpl-login .control-group.checkbox:hover {
	color: #cb8959;
}
.rstpl-login .userdata ul > li > a {
	color: #524a45;
}
.rstpl-login .userdata ul > li > a:hover, .rstpl-login .userdata ul > li > a:focus, .rstpl-login .userdata ul > li > a:active {
	color: #cb8959;
}
/* End Login Form */

/* Search */
.search .inputbox.search-query {
	border-color: #524a45;
}
.search .inputbox:focus.search-query {
	border-color: #cb8959;
}
/* End Search */

/* Vertical Image Box */
.rstpl-box-vertical-image .rstpl-box-title {
	color: #524a45;
}
/* End Vertical Image Box */

/* Price Box */
.rstpl-box-pricing .rstpl-box-icon {
	background-color: transparent;
	color: #ffffff;
}
.rstpl-box-pricing .rstpl-box-icon:before {
	border: 2px solid #524a45;
}
.rstpl-box-pricing .rstpl-box-icon:after {
	background-color: #cb8959;
}
.rstpl-box-pricing:hover .rstpl-box-icon {
	color: #524a45;
}
.rstpl-box-pricing .table {
	color: #524a45;
}
.rstpl-box-pricing .rstpl-box-content {
	color: #5d5c5c;
}
.rstpl-box-pricing .table td {
	border-top: 1px solid #dcdcdc;
	border-bottom: 3px double #dcdcdc;
}
.rstpl-box-pricing.highlight.rstpl-triple-border {
	box-shadow: 0 0 0 1px #cb8959 inset;
	outline: 3px double #cb8959;
}
.rstpl-box-pricing.highlight .rstpl-box-icon:before {
	border: 2px solid #cb8959;
}
.rstpl-box-pricing.highlight .rstpl-box-icon:after {
	background-color: #524a45;
}
.rstpl-box-pricing.highlight:hover .rstpl-box-icon {
	color: #cb8959;
}
.rstpl-box-pricing.highlight .table td {
	border-top: 1px solid #cb8959;
	border-bottom: 3px double #cb8959;
}
/* End Price Box */

/* Full Width Vertical Image Box */
.rstpl-box-full-width-vertical-image.light {
	background-color: #cb8959;
}
.rstpl-box-full-width-vertical-image.dark {
	background-color: #524a45;
}
.rstpl-box-full-width-vertical-image  .rstpl-box-subtitle {
	color: #ffffff;
}
.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 .rstpl-box-content, .rstpl-box-full-width-vertical-image a:hover {
	color: rgba(255,255,255,.75);
}
.rstpl-box-full-width-vertical-image .rstpl-links span {
	color: #ffffff;
}
.rstpl-box-full-width-vertical-image .rstpl-box-image-group > div > img {
	background-color: #ffffff;
}
/* End Full Width Vertical Image Box */

/* Vertical Icon Box */
.rstpl-box-vertical-icon .rstpl-box-icon:before {
	background-color: #cb8959;
}
.rstpl-box-vertical-icon .rstpl-box-icon:after {
	background-color: #ffffff;
}
.rstpl-box-vertical-icon:hover .rstpl-box-title {
	color: #524a45;
}
.rstpl-box-vertical-icon .rstpl-box-title {
	color: #524a45;
}
.rstpl-box-vertical-icon .rstpl-box-icon span {
	color: #ffffff;
}
.rstpl-box-vertical-icon:hover .rstpl-box-icon span {
	color: #cb8959;
}
/* End Vertical Icon Box */

/* Horizontal Icon Left Box */
.rstpl-box-horizontal-icon .rstpl-box-icon {
	background-color: #cb8959;
}
.rstpl-box-horizontal-icon:hover .rstpl-box-icon {
	background-color: #524a45;
}
.rstpl-box-horizontal-icon:hover .rstpl-box-title {
	color: #524a45;
}
.rstpl-box-horizontal-icon .rstpl-box-title {
	color: #524a45;
}
.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: #cb8959;
	color: #ffffff;
}
.rstpl-box-full-width-horizontal-icon.dark {
	background-color: #524a45;
	color: #ffffff;
}
.rstpl-box-full-width-horizontal-icon.dark .btn.btn-inverse {
	color: #cb8959;
}
.rstpl-box-full-width-horizontal-icon.dark .btn.btn-inverse:hover {
	color: #524a45;
}
.rstpl-box-full-width-horizontal-icon .rstpl-box-content {
	color: rgba(255,255,255,.75);
}
.rstpl-box-full-width-horizontal-icon .rstpl-box-content a {
	color: #ffffff;
}
.rstpl-box-full-width-horizontal-icon .rstpl-box-content a:hover {
	color: rgba(255,255,255,.75);
}
/* End Full Width Horizontal Icon Box */

/* Full Width Simple Box */
.rstpl-full-width-bg.light a, .rstpl-full-width-bg.light strong {
	color: #ffffff;
}
.rstpl-full-width-bg a:hover {
	color: rgba(255,255,255,.75);
}
.rstpl-full-width-bg.light {
	background-color: #cb8959;
	color: #ffffff;
}
.rstpl-full-width-bg.dark {
	background-color: #524a45;
	color: #ffffff;
}
/* End Full Width Simple Box */

/* Personal Box */
.rstpl-box-personal .rstpl-box-title {
	color: #524a45;
}
.rstpl-box-personal .rstpl-box-subtitle {
	color: #cb8959;
}
/* End Personal Box */

/* Full Width Horizontal Image Box */
.rstpl-box-full-width-horizontal-image .rstpl-box-title {
	color: #524a45;
}
/* End Full Width Horizontal Image Box */

/* Testimonial Box */
.rstpl-box-testimonial .rstpl-box-image {
	border: 5px solid #3e3e3e;
}
.rstpl-box-testimonial .rstpl-box-details {
	color: #cb8959;
}
/* End Testimonial Box */

/* Full Width Carousel */
.rstpl-full-width-carousel .carousel-inner {
	background: url(../../images/transparent-double-border-bot.png) repeat scroll 0 0 #cb8959;
}
.rstpl-full-width-carousel.light {
	background-color: #cb8959;
}
.rstpl-full-width-carousel.dark {
	background-color: #524a45;
}
.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: #cb8959;
}
.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: #524a45;
}
/* End Full Width Carousel */

/* Simple Carousel */
.rstpl-simple-carousel .rstpl-box-title {
	color: #524a45;
}
.rstpl-simple-carousel .carousel-control,
.rstpl-simple-carousel .carousel-control:focus {
	background: none repeat scroll 0 0 #cb8959;
	color: #ffffff;
}
.rstpl-simple-carousel .carousel-control:hover {
	background: none repeat scroll 0 0 #524a45;
}
/* 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: url(../../images/transparent-double-border-bot.png) repeat scroll 0 0 #cb8959;
}
.rstpl-gallery-carousel .carousel .carousel-inner .item > div:before {
	color: #ffffff;
}
.rstpl-gallery-carousel .carousel-control, .rstpl-gallery-carousel .carousel-control:focus {
	color: #cb8959;
}
.rstpl-gallery-carousel .carousel-control:hover {
	color: #524a45;
}
.rstpl-gallery-carousel .rstpl-box-image {
	box-shadow: inset 0 0 10px 0 #303030;
    -webkit-box-shadow: inset 0 0 10px 0 #303030;
    -moz-box-shadow: inset 0 0 10px 0 #303030;
}
.rstpl-gallery-carousel .rstpl-box-image-border {
	border: 1px solid #dcdcdc;
}
/* End Gallery Carousel */

/* Social */
.rstpl-social {
	background-color: #cb8959;
}
.rstpl-social .rstpl-title {
	color: #ffffff;
}
.rstpl-box-personal .rstpl-box-social a {
	color: #ffffff;
	background-color: #cb8959;
}
.rstpl-box-personal .rstpl-box-social a:hover {
	background-color: #524a45;
}
.rstpl-box-personal .rstpl-box-social .rstpl-more {
	background-color: #524a45;
}
/* End Social */

/* Left Image Box */
.rstpl-box-left-image .rstpl-box-title {
	color: #524a45;
}
.rstpl-box-left-image .rstpl-box-subtitle {
	color: #cb8959;
}
.rstpl-box-left-image .rstpl-box-pricetag {
	color: #524a45;
}
.rstpl-box-left-image .rstpl-box-pricetag-details {
	color: #cb8959;
}
.rstpl-box-left-image .rstpl-box-image-border {
	border: 1px solid #dcdcdc;
}
/* End Left Image Box */

/* Thumbnail Box */
.rstpl-box-thumb .rstpl-box-title {
	color: #cb8959;
}
/* End Thumbnail Box */

/* Tab */
.rstpl-tabs .nav-tabs > li > a {
	border-top: 1px solid #dcdcdc;
	border-left: 1px solid #dcdcdc;
	border-right: 1px solid #dcdcdc;
	color: #524a45;
}
.rstpl-tabs .nav-tabs > li > a:hover, .rstpl-tabs .nav-tabs > li > a:focus, .rstpl-tabs .nav-tabs > li > a:active {
	color: #cb8959;
}
.rstpl-tabs .nav-tabs > .active > a, .rstpl-tabs .nav-tabs > .active > a:hover, .rstpl-tabs .nav-tabs > .active > a:focus {
	color: #cb8959;
}
.rstpl-tabs.nav-tabs > li > a:hover, .rstpl-tabs.nav-tabs > li > a:focus {
	border-color: #dcdcdc;
}
.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 #dcdcdc;
	border-right: 1px solid #dcdcdc;
	border-bottom: 1px solid #dcdcdc;
}
.rstpl-tabs .rstpl-box-title {
	color: #524a45;
}
[dir="rtl"] .tabs-left > .nav-tabs, [dir="rtl"] .tabs-left > .nav-tabs .active > a, [dir="rtl"] .tabs-left > .nav-tabs .active > a:hover {
	border-color: #ddd #ddd #ddd transparent;
}
/* 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: #524a45;
}
.accordion-toggle, .accordion-toggle:hover, .accordion-toggle:focus {
	color: #cb8959;
}
.accordion-toggle.collapsed, .accordion-toggle.collapsed:hover, .accordion-toggle.collapsed:focus {
	color: #524a45;
}
.rstpl-tabs .tab-content .rstpl-box-image, .accordion-inner .rstpl-box-image {
	border: 1px solid #dcdcdc;
}
/* End Accordion */

/* Footer */
.rstpl-footer-fluid-position {
	background-color: #524a45;
}
.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 {
	color: rgba(255,255,255,.75);
}
.rstpl-footer-fluid-position .control-group input, .rstpl-footer-fluid-position .control-group select, .rstpl-footer-fluid-position .control-group textarea {
	color: #000000;
}
.rstpl-footer-fluid-position .control-group input:focus, .rstpl-footer-fluid-position .control-group select:focus, .rstpl-footer-fluid-position .control-group textarea:focus {
	border-color: #cb8959;
}
.rstpl-footer-fluid-position .control-group {
	color: #ffffff;
}
.rstpl-footer-fluid-position .btn, .rstpl-footer-fluid-position .btn.btn-primary:hover {
	background-color: #ffffff;
	color: #524a45;
}
.rstpl-footer-fluid-position .btn.btn-primary, .rstpl-footer-fluid-position .btn:hover {
	background-color: #ffffff;
	color: #cb8959;
}
/* End Footer */

/* Socials */
.rstpl-social-icons .rstpl-social-link {
	background-color: #cb8959;
	color: #ffffff;
}
.rstpl-social-icons .rstpl-social-link:hover {
    background-color: #524a45;
}
.rstpl-social-icons.rstpl-social-more .rstpl-social-link {
	background-color: #524a45;
}
.rstpl-social-icons.rstpl-social-big li:after {
	border: 2px solid #ffffff;
}
.rstpl-social-icons.rstpl-social-big .rstpl-social-link {
	background-color: #ffffff;
	color: #cb8959;
}
.rstpl-social-icons.rstpl-social-big .rstpl-social-link:hover {
	background-color: #ffffff;
	color: #cb8959;
}
/* End Socials */

/* Go Top Button */
.rstpl-go-top span {
	color: #cb8959; 
}
/* End Go Top Button */

/* error.php */
.rstpl-error-page .container {
	border: 1px solid #dcdcdc;
}
.rstpl-error-reasons {
	color: #524a45;
}
.rstpl-actual-error .label-inverse {
	background-color: #cb8959;
}
/* End error.php */

/* RSJoomla! Components */

/* RSMediaGallery! */
.rsmg-item-body {
	background-color: #cb8959;
}
.rsmg-item-title, .rsmg-item-link {
	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: #524a45;
}
.rsmg-block-button {
	background-color: #524a45;
	color: #ffffff;
}
.rsmg-block-button:hover, .rsmg-block-button:focus, .rsmg-block-button:active {
	background-color: #524a45;
	color: #cb8959;
}
.rsmg-details-tags {
	color: #cb8959;
}
/* end RSMediaGallery! */

/* News feed */
.newsfeed .redirect-ltr a, .newsfeed .redirect-ltr a:hover, .newsfeed .redirect-ltr a:focus {
	color: #524a45;
}
.newsfeed ol > li:before, .newsfeed .feed-item-description strong {
	color: #524a45;
}
/* End News feed */

/* RSBlog! */
.rsblog-entry-title {
	color: #524a45;
}
footer.rsblog-entry-meta {
	border-top: 1px solid #dcdcdc;
	border-bottom: 3px solid #524a45;
}
.rsblog-author-bio {
	background-color: #ffffff;
	border-bottom: 3px solid #cb8959;
}
#rstpl-com_rsblog .well {
	border: 3px solid #524a45;
	color: #cb8959;
}
#rstpl-com_rsblog .well ul > li > a {
	color: #524a45;
}
#pop-print a {
	color: #ffffff;
}
#pop-print a:hover, #pop-print a:focus, #pop-print a:active {
	color: #303030;
}
.rsblog-commtrack .nav.nav-tabs > li > a {
	background-color: #cb8959;
	color: #ffffff;
}
.rsblog-commtrack .nav.nav-tabs > li.active > a {
	background-color: #524a45;
}
.rsblog-commtrack .tab-content {
	background-color: #524a45;
	color: #ffffff;
}
.rsblog-calendar table {
	border: 0 none !important;
}
.rsblog-calendar table caption {
	background-color: #cb8959;
	color: #ffffff;
}
.rsblog-calendar table caption span a {
	color: #ffffff;
}
.rsblog-calendar caption {
	border-bottom: 0 none !important;
}
.rsblog-calendar th {
	background-color: #524a45 !important;
	border-left: 1px solid #524a45 !important;
	color: #ffffff !important;
}
.rsblog-calendar th:first-child {
	border-left: 1px solid #524a45 !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: #cb8959 !important;
	color: #ffffff !important;
}
.rsblog-calendar td a:active {
	background-color: #eeeeee !important;
}
.rsblog-calendar td a:hover, .rsblog-calendar td.off a {
	color: #a0a0a0 !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: #cb8959;
}
.rsc_buttons_container .btn a {
	color: #ffffff;
	display: block;
}
.rsc_subject {
	color: #524a45;
}
.rsc_quote blockquote {
	background: #524a45;
	color: #ffffff;
	border-color: #ffffff;
}
/* End RSComments! */

/* RSDirectory! */
.rsdir-mod-simple-search .open > .dropdown-menu > li:hover {
	background-color: #524a45;
}
.rsdir-mod-simple-search .dropdown-menu > li > a:hover, .rsdir-mod-simple-search .dropdown-menu > li > a:active, .rsdir-mod-simple-search .dropdown-menu > li > a:focus, .rsdir-mod-simple-search .dropdown-submenu:hover > a, .dropdown-submenu:focus > a {
	color: #cb8959;
	text-shadow: none;
}
#rstpl-com_rsdirectory legend, .#rstpl-com_rsdirectory .rsdir-detail-title {
	border-bottom-color: #dcdcdc;
	color: #524a45;
}
#rstpl-com_rsdirectory [class*="buy-credits-"] {
	color: #cb8959;
}
.rsdir-listing-price, .rsdir-detail-price {
	background-color: #524a45;
}
.rsdir-listing-price-label, .rsdir-detail-price-label {
	color: #ffffff;
}
.rsdir h4 {
	color: #524a45;
}
.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: #cb8959;
	text-shadow: none;
}
.rsdir-listing .thumbnail {
	background: #ffffff;
	border: 1px solid #dcdcdc;
}
.rsdir-categories li a {
	border-bottom: 1px solid #dcdcdc;
}
.rsdir-categories li a:hover {
	background-color: #dcdcdc;
}
.rsdir-categories .rsdir-entries-number {
	background-color: #cb8959 !important;
}
/* End RSDirectory! */

/* RSEventsPro! */
.rsepro-filter-container .navbar-inner {
	background-color: #dcdcdc;
}
#rs_select_top2, #rs_select_top1 {
	border-color: #dcdcdc !important;
}
#rstpl-com_rseventspro .rs_input {
	border-color: #cb8959 !important;
}
.elSelect, .elSelect .dropDown:before{
	color: #524a45;
	background: none;
}
.elSelect .optionsContainer{
	border-color: #dcdcdc;
	background: #ffffff;
}
.elSelect .option:hover {
	color: #ffffff;
}
.elSelect .selected {
	background-color: #cb8959 !important;
	color: #ffffff;
}
.rs_search_button {
	border: 1px solid #cb8959;
	background: #ffffff;
}
.rs_results {
	background: #ffffff;
}
#rstpl-com_rseventspro #search_btn:before {
	color: #cb8959;
}
.rs_table [id*="rscalendarmonth"] {
	color: #ffffff;
}
table.rs_calendar_component th {
	background-color: #524a45;
}
table.rs_calendar_component td {
	background-color: transparent;
}
table.rs_calendar_component td.prev-month, table.rs_calendar_component td.next-month {
	background-color: #eeeeee;
}
table.rs_calendar_component td.has-events {
	background-color: #524a45 !important;
}
table.rs_calendar_component td.has-events a, table.rs_calendar_component td.has-events a:hover, table.rs_calendar_component td.has-events a:focus {
	color: #ffffff;
}
.rs_calendar_module .rs_table:first-of-type td {
	background-color: #524a45;
	border: 0 none;
}
.rs_calendar_arrows_module, .rs_calendar_arrows_module:hover {
	background-color: #524a45;
	color: #cb8959;
}
.rs_calendar_module th {
	background-color: #cb8959 !important;
	border: 1px solid #cb8959 !important;
}
.rs_calendar_module a {
	margin: 1px;
}
.rs_calendar_module a > span {
	color: #524a45;
}
.rs_calendar_module .prev-month a, table.rs_calendar_module .next-month a {
	background-color: #eeeeee !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: #524a45;
}
.rs_calendar_module a:hover > span {
	color: #cb8959;
}
table.rs_calendar_module td.has-events a {
	background-color: #524a45 !important;
}
.rs_calendar_module .curr-day a {
	background-color: #cb8959 !important;
}
.rs_calendar_module .curr-day a > span, .rs_calendar_module .has-events a > span {
	color: #ffffff;
}
.rs_event_detail {
	border: 1px solid #dcdcdc;
}
.rs_event_detail.rs_featured {
	border: 1px solid #524a45;
}
.rs_event_detail.rs_featured:before {
	background-color: #524a45;
	color: #ffffff;
}
.rs_event_detail:hover, .rs_event_detail.rs_featured:hover {
	border-color: #cb8959;
	background: #fafafa !important;
}
#rs_event_main a:hover {
	color: #ffffff !important;
}
.rse_event_link.rsepro-active {
	background-color: #524a45 !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: #cb8959;
}
#rsep_admin_options.rs_admin_subs > li > a {
	color: #ffffff;
}
#rsep_admin_options.rs_admin_subs > li > a:hover {
	background-color: #524a45;
}
.rs_featured_event {
	background-color: #ffffff !important;
	color: #524a45;
}
.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: #cb8959 !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 #524a45;
}
ul#rs_event_menu li a:hover, ul#rs_event_menu li a.active {
	border-bottom-color: #ffffff;
	border-right-color: #cb8959;
	background: none repeat scroll 0 0 #cb8959;
	color: #524a45 !important;
}
ul#rs_event_menu li a {
	border-bottom-color: #ffffff;
	border-right-color: #524a45;
}
#rs_event_main fieldset legend {
	color: #524a45;
}
#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: #cb8959;
}
#rs_event_main .mce-panel {
	border-color: #dcdcdc;
	border-radius: 0;
}
#rs_event_main .btn-toolbar .btn {
	color: #ffffff;
}
#rs_event_main .chzn-container-multi .chzn-choices {
	border-color: #dcdcdc;
}
#rs_event_main .chzn-container-active .chzn-choices {
	border-color: #524a45;
	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: #cb8959 !important;
	color: #ffffff;
}
#rstpl-com_rseventspro .rs_button.rs_cancel:hover {
	background-color: #cb8959 !important;
	color: #524a45;
}
#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: #524a45 !important;
	color: #ffffff;
}
#rstpl-com_rseventspro .rs_button.rs_submit:hover, #rstpl-com_rseventspro .rs_add_category:hover {
	background-color: #524a45 !important;
	color: #cb8959;
}
/* End RSEventsPro! */

/* RSFeedback! */
#rstpl-com_rsfeedback .navbar-inner {
	background-color: #ffffff;
}
#rsfe_searchbox.search-query {
	border-color: #cb8959 !important;
}
#rstpl-com_rsfeedback .navbar .nav > li > a {
	color: #cb8959;
	margin: 5px;
}
.rsfeedback_module_votes {
	border: 1px solid #dcdcdc !important;
}
/* End RSFeedback! */

/* 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: #cb8959 !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: #dcdcdc !important;
}
.formResponsive input[type="submit"], .rsform-submit-button {
	background-color: #524a45 !important;
}
.formResponsive input[type="reset"], .rsform-reset-button {
	background-color: #cb8959 !important;
}
.formResponsive input[type="submit"]:hover, .rsform-submit-button:hover {
	color: #cb8959 !important;
}
.formResponsive input[type="reset"]:hover, .rsform-reset-button:hover {
	color: #524a45 !important;
}
/* End RSFormPro! */

/* RSMembership! */
#rstpl-com_rsmembership .thumbnail {
	border-color: #dcdcdc;
}
#rstpl-com_rsmembership .thumbnail:hover {
	border-color: #cb8959;
	background-color: #fafafa;
}
#rstpl-com_rsmembership h3.page-header {
	color: #524a45;
}
#rstpl-com_rsmembership #rsm_categories_form .badge {
	background-color: #524a45;
}
#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: #524a45;
}
#rstpl-com_rsmembership .table a:hover, #rstpl-com_rsmembership .table a:focus {
	color: #cb8959;
}
.rsmembership_form input.rsm_textbox, .rsmembership_form select.rsm_select {
	background: none;
}
.rsm_title {
	color: #524a45;
}
/* End RSMembership! */

/* End RSJoomla! Components */

@media (min-width: 768px) and (max-width: 979px) {
	.nav-collapse .dropdown-menu a, .rstpl-logo [class*="color-"] a:hover, .rstpl-logo [class*="color-"] a {
		color: #ffffff;
	}
}
@media (max-width: 767px) {
	.nav-collapse .dropdown-menu a, .rstpl-logo [class*="color-"] a:hover, .rstpl-logo [class*="color-"] a {
		color: #ffffff;
	}
}