*{
	box-sizing: border-box;
}

/* Global CSS */
body {
	margin: 0;
	padding: 0;
	font-size: 16px;
	font-weight: 100;
	line-height: 1.6em;
	color: #5d5c5c;
}

h1 {
	line-height: 1em;
	font-size: 4em;
	font-weight: 100;
	text-transform: uppercase;
}
h2 {
	line-height: 1em;
	font-size: 3.75em;
	font-weight: 100;
	text-transform: uppercase;
}
h3 {
	line-height: 1em;
	font-size: 3em;
	font-weight: 100;
}
h4 {
	line-height: 1em;
	font-size: 1.5em;
	font-weight: 400;
	margin: 0;
	text-transform: uppercase;
}
h5 {
	line-height: 1em;
	font-size: 1.125em;
	font-weight: 700;
	margin: 0;
	text-transform: uppercase;
}
h6 {
	line-height: 1em;
	font-size: .85em;
	font-weight: 700;
	margin: 0;
	text-transform: uppercase;
}
h1, h2, h3 {
	margin: 0 0 .8em 0;
}
h4, h5, h6 {
	margin: 0 0 .5em 0;
}
a {
	font-weight: 700;
	text-decoration: none;
	transition: color .2s linear;
	color: var(--rsalto-primary);
}
a:hover, a:focus {
	text-decoration: none;
	color: var(--rsalto-secondary);
}
h1 a, h2 a, h3 a {
	font-weight: 400;
}
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"], select, textarea, .uneditable-input, 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, select:focus, textarea:focus, .uneditable-input:focus {
	border-radius: 0;
	box-shadow: none;
	box-sizing: border-box;
}
textarea, textarea:focus {
	height: auto;
}
input:focus, textarea:focus, select:focus, a:focus {
	outline: none;
}
input:focus:invalid:focus, textarea:focus:invalid:focus, select:focus:invalid:focus {
	box-shadow: none;
}
form {
	margin: 0;
}
b {
	font-weight: 700;
}
sup {
	font-size: 100%;
	line-height: 1em;
	top: 0;
}
p {
	margin: 0 0 20px;
}
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, .form-select, .custom-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, .form-select:focus, .custom-select:focus {
	border: 1px solid var(--rsalto-secondary);
}
.form-select, .custom-select {
	border-radius: 0;
	border: 1px solid #e0e0e0;
}
.custom-select {
	background: #ffffff;
}
.form-check-input:checked {
	background-color: var(--rsalto-primary);
	border-color: var(--rsalto-primary-dark);
}
.color-dark-grey {
	color: #535353;
}
.color-primary {
	color: var(--rsalto-primary);
}
.color-secondary {
	color: var(--rsalto-secondary);
}
.background-primary {
	background-color: var(--rsalto-primary);
}
.background-secondary {
	background-color: var(--rsalto-secondary);
}
.invalid {
	color: #a51f18;
}
.card-header {
	background-color: var(--rsalto-primary);
	border-bottom-color: var(--rsalto-primary-dark);
	color: #ffffff;
}

.card-header h3 {
	margin-bottom: 0;
}
/* End Global CSS */

/* Spacing and Borders */
.rstpl-border {
	border: 1px solid #e0e0e0;
}
.rstpl-header {
	background-color: #aaca9b;
	border-bottom: 3px solid var(--rsalto-primary);
}
.rstpl-show-grid [class^="col-"], .rstpl-show-grid [class*=" col-"] {
	background-color: var(--rsalto-primary);
	color: #AACA9B;
}
/* End Spacing and Borders */

/* Joomla / Bootstrap Fixes */
#rstpl-modal {
	padding: 0 10px;
}
#rstpl-modal .form-horizontal .control-label {
	float: none;
	text-align: left;
}
#rstpl-modal .form-horizontal .controls {
	margin-left: 0;
}
#rstpl-modal .btn [class^="icon-"] {
	margin-right: 3px;
}
#rstpl-modal .form-horizontal .form-actions{
	padding-left:0;
}
div.modal {
	left: 50%;
	transform: translateX(-50%);
	margin-left: 0;
	width: 80%;
}
.modal-body {
	padding: 0;
	overflow-y: initial;
}
.modal-body iframe {
	width: 100%;
	max-height: auto;
	border: 0 !important;
}
.modal-body[class^="jviewport-height"],
.modal-body[class*="jviewport-height"] {
	max-height: none;
}
.jviewport-height10 {
	height: 10vh;
}
.jviewport-height20 {
	height: 20vh;
}
.jviewport-height30 {
	height: 30vh;
}
.jviewport-height40 {
	height: 40vh;
}
.jviewport-height50 {
	height: 50vh;
}
.jviewport-height60 {
	height: 60vh;
}
.jviewport-height70 {
	height: 70vh;
}
.jviewport-height80 {
	height: 80vh;
}
.jviewport-height90 {
	height: 90vh;
}
.jviewport-height100 {
	height: 100vh;
}
div.modal.jviewport-width10 {
	width: 10vw;
	margin-left: -5vw;
}
div.modal.jviewport-width20 {
	width: 20vw;
	margin-left: -10vw;
}
div.modal.jviewport-width30 {
	width: 30vw;
	margin-left: -15vw;
}
div.modal.jviewport-width40 {
	width: 40vw;
	margin-left: -20vw;
}
div.modal.jviewport-width50 {
	width: 50vw;
	margin-left: -25vw;
}
div.modal.jviewport-width60 {
	width: 60vw;
	margin-left: -30vw;
}
div.modal.jviewport-width70 {
	width: 70vw;
	margin-left: -35vw;
}
div.modal.jviewport-width80 {
	width: 80vw;
	margin-left: -40vw;
}
div.modal.jviewport-width90 {
	width: 90vw;
	margin-left: -45vw;
}
div.modal.jviewport-width100 {
	width: 100vw;
	margin-left: -50vw;
}
.modal-footer .btn + .btn {
	margin-bottom: 5px;
}
a.jmodedit {
	border: none;
	font-size: 1.5rem;
}
a.jmodedit:hover {
	border: none;
}
.element-invisible {
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	clip-path: inset(50%);
	border: 0;
	width: 1px;
	height: 1px;
	padding: 0;
	position: absolute;
	overflow: hidden;
}
.plg_system_webauthn_login_button svg {
	width: 30px;
	margin: 4px;
}
.control-group {
	margin: 1rem 0;
}
.pull-right {
	float: right;
}
.pull-left {
	float: left;
}
@supports (display: grid) {
	.blog-items {
		grid-gap: 1em;
		grid-template-columns: 1fr;
		grid-auto-flow: row;
		margin: 0 0 1em;
		display: grid;
	}

	.blog-items .blog-item {
		padding: 0;
	}

	.blog-items[class^="columns-"] > div, .blog-items[class*=" columns-"] > div {
		flex: 0 auto;
		width: auto;
		max-width: none;
	}

	@media (width >= 992px) {
		.blog-items.columns-2 {
			grid-template-columns: 1fr 1fr;
		}

		.blog-items.columns-3 {
			grid-template-columns: 1fr 1fr 1fr;
		}

		.blog-items.columns-4 {
			grid-template-columns: 1fr 1fr 1fr 1fr;
		}
	}
}

.blog-items[class^="masonry-"], .blog-items[class*=" masonry-"] {
	column-gap: 1em;
	display: block;
}

.blog-items[class^="masonry-"] .blog-item, .blog-items[class*=" masonry-"] .blog-item {
	page-break-inside: avoid;
	break-inside: avoid;
	margin-bottom: 1em;
	display: inline-flex;
}

@media (width >= 992px) {
	.blog-items.masonry-2 {
		column-count: 2;
	}

	.blog-items.masonry-3 {
		column-count: 3;
	}

	.blog-items.masonry-4 {
		column-count: 4;
	}
}

/* Tooltip */
.tooltip .tooltip-inner {
	background-color: var(--rsalto-primary);
	border: solid 1px var(--rsalto-primary-dark);
}
.tooltip .tooltip-arrow::before {
	border-top-color: var(--rsalto-primary-dark);
}
/* End Tooltip */

/* Icons */
.rstpl-icon-list [class*="icon-"] {
	font-size: 1.5em;
	width: 100%;
	text-align: center;
}
.rstpl-icon-list .rstpl-icon-label {
	display: block;
	font-size: 1em;
	text-align: center;
	width: 100%;
}
/* End Icons */

/* Progress */
.progress-wrapper .progress {
	margin-bottom: 1.5rem;
	height: 40px;
}

.progress-wrapper .progress .progress-bar {
	font-weight: 700;
	font-size: 16px;
}
/* End Progress */

.btn-group > .btn:last-child, .btn-group > .dropdown-toggle {
	border-radius: 0;
}
.btn-group > .btn:first-child {
	border-radius: 0;
}

/* Chosen */
.chzn-container-single .chzn-single {
	background: none;
	border-radius: 0;
	box-shadow: none;
	height: 40px;
	line-height: 40px;
}
.chzn-container-single .chzn-single div {
	margin-right: 10px;
	width: auto;
}
.chzn-container-single .chzn-single div b {
	background: none;
	font-family: var(--fa-style-family-classic);
}
.chzn-container-single .chzn-single div b:before {
	content: "\f107";
}
.chzn-container-active.chzn-with-drop .chzn-single {
	background: none;
	box-shadow: 0;
}
.chzn-container-single .chzn-search input[type="text"] {
	box-shadow: none;
}
.chzn-container-single .chzn-drop {
	border-radius: 0;
	box-shadow: none;
}
.chzn-container-multi .chzn-choices {
	background-image: none;
}
.chzn-container-multi .chzn-choices li.search-field input[type="text"] {
	height: 37px;
	margin: 0;
	padding: 10px;
}
.chzn-container-multi .chzn-choices li.search-choice {
	border-radius: 0;
	line-height: 22px;
	margin: 4px 0 0 5px;
}
.chzn-container-multi .chzn-choices li.search-choice .search-choice-close {
	top: 8px;
}
.chzn-container-active .chzn-choices {
	box-shadow: none;
}
.chzn-container .chzn-results li {
	padding: 10px 5px;
}
ul.as-selections {
	background-image: none;
	border-radius: 0;
	box-shadow: none;
	height: 40px;
	margin: 0;
	padding: 0 !important;
}
ul.as-selections li.as-original input {
	margin: 0;
	padding: 5px 10px;
}
ul.as-selections li.as-selection-item {
	border-radius: 0;
	margin: 8px 0 5px 8px !important;
}
ul.as-list {
	border-radius: 0;
}
li.as-result-item.active {
	border-radius: 0;
}
/* End Chosen */

/* Editor */
.btn-toolbar .btn {
	padding: 5px 16.5px;
}
.btn-toolbar .btn i {
	margin-right: 5px;
}
.input-append .btn {
	height: 42px;
}
/* End Editor*/

/* Date picker */
.bootstrap-datetimepicker-widget > ul {
	padding: 5px;
}
.bootstrap-datetimepicker-widget td.day:hover, .bootstrap-datetimepicker-widget td.hour:hover, .bootstrap-datetimepicker-widget td.minute:hover, .bootstrap-datetimepicker-widget td.second:hover, .bootstrap-datetimepicker-widget td span, .bootstrap-datetimepicker-widget th.switch, .bootstrap-datetimepicker-widget th.prev, .bootstrap-datetimepicker-widget th.next {
	border-radius: 0;
}
.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-image: none;
	text-shadow: none;
	border-radius: 0;
}
.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-image: none;
	text-shadow: none;
	border-radius: 0;
}
.bootstrap-datetimepicker-widget .btn {
	padding: 10px 19px;
}
/* End Date picker */

/* Alert */
.alert {
    transition: all 1s linear;
}
/* End Alert */

/* Well */
.well {
	box-shadow: none;
}
.well-small, .well-big {
	border-radius: 0;
}
/* End Well */

/* Prepend / Append */
.input-prepend > .add-on, .input-append > .add-on {
	height: 42px;
}
.input-prepend > .add-on > [class*="icon-"], .input-append > .add-on > [class*="icon-"] {
	display: block;
	height: 100%;
	line-height: 32px;
	width: 100%;
}
.input-prepend > .btn, .input-prepend > .button, .input-append > .btn, .input-append > .button {
	padding: 5px 10px;
}
/* End Prepend / Append */

/* Hero Unit */
.hero-unit {
	border-radius: .5rem;
	padding: 3rem;
	background: #f8f9fa;
}

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

/* Spacing and Borders */
.rstpl-after-content-position, .rstpl-all-content-position, .rstpl-bottom-position, .rstpl-bottom-fixed-position, .rstpl-bottom-fluid-position, .rstpl-breadcrumbs-position, .rstpl-featured-position, .rstpl-footer-position, .rstpl-footer-fixed-position, .rstpl-middle-position, .rstpl-middle-fixed-position, .rstpl-middle-fluid-position, .rstpl-middle-full-width-position, .rstpl-top-position, .rstpl-top-fixed-position, .rstpl-top-fluid-position, .rstpl-top-full-width-position, .navbar-fixed-top .container, .rstpl-bottom-full-width-position, .rstpl-lower-position, .rstpl-lower-full-width-position, .rstpl-lower-fluid-position, .rstpl-lower-fixed-position {
	margin-bottom: 5rem;
}
.rstpl-inner-before-content-position {
	margin-bottom: 3.75rem;
}
.rstpl-inner-after-content-position {
	margin-top: 3.75rem;
}
[class*="-full-width-position"] div:first-child {
	margin-top: 0;
}
[class*="-position"] > .row {
	margin-bottom: 3.75rem;
}
[class*="-position"] > .row:last-of-type {
	margin-bottom: 0;
}
.column-left {
	margin-left: 0 !important;
}
.column-left p:last-child {
	margin-bottom: 0;
}
.m-bot-small {
	margin-bottom: 1.875rem;
}
.m-bot {
	margin-bottom: 3.75rem;
}
.m-bot-big {
	margin-bottom: 5rem;
}
.m-tb-small {
	margin: 1.875rem 0;
}
.m-tb {
	margin: 3.75rem 0;
}
.m-tb-big {
	margin: 5rem 0;
}
.rstpl-padding {
	padding: 1.875rem;
}
.textalign-left {
	text-align: left;
}
.textalign-center {
	text-align: center;
}
.textalign-right {
	text-align: right;
}
.pull-center {
	float: none;
	margin: 0 auto;
	width: 100%;
}
.rstpl-delimiter {
	line-height: 0;
	margin: 0;
}
.rstpl-header {
	margin-top: -3px;
}
.rstpl-top-a, .rstpl-top-b, .rstpl-top-c {
	min-height: 0;
	margin: 55px 0;
}
.thumbnail {
	border-radius: 0;
}
/* End Spacing and Borders */

/* Buttons */
.btn.btn-large, .btn.btn-lg {
	padding: 10px 35px;
	font-size: 16px;
}
.btn.btn-small, .btn.btn-sm {
	padding: 2px 10px;
}
.btn.btn-mini, .btn.btn-xs {
	padding: 0 10px;
}
.btn, .button {
	background-image: none;
	border-radius: 0;
	border-top: 0;
	border-left: 0;
	border-right: 0;
	box-shadow: none;
	text-transform: uppercase;
	text-shadow: none;
	transition: all .2s linear;
}
.btn:hover, .button:hover {
	transition: all .2s linear;
}
.btn.btn-primary:focus, .btn.btn-primary:active, .btn.btn-primary.active, .btn.btn-primary.disabled, .btn.btn-primary[disabled] {
	outline: none;
 }
.btn:focus, .btn:active, .btn.active, .btn.disabled, .btn[disabled],
.button:focus, .button:active, .button.active, .button.disabled, .button[disabled] {
	outline: none;
}
.btn [class*="icon-"], .button[class*=icon] {
	vertical-align: initial;
}
.input-append .add-on:last-child, .input-append .btn:last-child, .input-append .btn-group:last-child > .dropdown-toggle {
	border-radius: 0;
}
.radio.btn-group > label:first-of-type {
	border-radius: 0;
	margin-right: 5px;
}
.btn.rstpl-bordered-btn {
	margin: 0;
	transition: background-color .2s linear;
}
.btn.rstpl-bordered-btn.btn-large {
	font-size: 16px;
	padding: 5px 35px;
}
.btn.rstpl-bordered-btn.btn-primary, .btn.rstpl-bordered-btn:focus, .btn.rstpl-bordered-btn:active {
	box-shadow: none;
	outline: none;
}
.btn.rstpl-bordered-btn:hover {
	outline: none;
}
.btn .caret {
	margin-left: 2px;
	margin-top: 12px;
	transition: all .2s linear;
}
.btn:hover .caret {
	transition: all .2s linear;
}
.btn-group.open .btn.dropdown-toggle {
	box-shadow: none;
}
.btn-primary, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	background-color: var(--rsalto-primary);
	border-bottom: 4px solid var(--rsalto-primary-dark);
	color: #ffffff;
}
.btn-primary:hover,
.button:hover {
	background-color: var(--rsalto-secondary);
	border-bottom: 4px solid var(--rsalto-secondary-dark);
	color: #ffffff;
}
.btn-outline-primary {
	border-bottom: 3px solid var(--rsalto-primary-dark);
	color: var(--rsalto-primary);
}
.btn-outline-primary:hover {
	background-color: var(--rsalto-primary);
	border-bottom: 3px solid var(--rsalto-primary-dark);
	color: #ffffff;
}
.btn-secondary, .button, .btn-secondary:focus, .btn-secondary:active, .btn-secondary.active, .btn-secondary.disabled, .btn-secondary[disabled],
.button:focus, .button:active, .button.active, .button.disabled, .button[disabled] {
	background-color: var(--rsalto-secondary);
	border-bottom: 4px solid var(--rsalto-secondary-dark);
	color: #ffffff;
}
.btn-secondary:hover {
	background-color: var(--rsalto-primary);
	border-bottom: 4px solid var(--rsalto-primary-dark);
	color: #ffffff;
}
.btn-outline-secondary {
	border-bottom: 3px solid var(--rsalto-secondary-dark);
	color: var(--rsalto-secondary);
}
.btn-outline-secondary:hover {
	background-color: var(--rsalto-secondary);
	border-bottom: 3px solid var(--rsalto-secondary-dark);
	color: #ffffff;
}
.btn-link {
	color: var(--rsalto-primary);
}
.btn-link:hover, .btn-link:active, .btn-link:focus {
	color: var(--rsalto-secondary);
}
.btn-info {
	background-color: #49afcd;
	border-bottom: 4px solid #2389a7;
	color: #ffffff;
}
.btn-info:hover {
	color: #303030;
}
.btn-success {
	background-color: #5bb75b;
	border-bottom: 4px solid #3a963a;
	color: #ffffff;
}
.btn-success:hover {
	color: #303030;
}
.btn-warning {
	background-color: #faa732;
	border-bottom: 4px solid #cf7c07;
	color: #ffffff;
}
.btn-warning:hover {
	color: #303030;
}
.btn-danger {
	background-color: #da4f49;
	border-bottom: 4px solid #b12620;
	color: #ffffff;
}
.btn-danger:hover {
	color: #303030;
}
.btn-inverse {
	background-color: #303030;
	border-bottom: 4px solid #000000;
	color: #ffffff;
}
.btn-inverse:hover {
	color: var(--rsalto-secondary);
}
.btn .caret, .btn:hover .caret, .btn-group.open .btn.dropdown-toggle .caret {
	border-bottom-color: #ffffff;
	border-top-color: #ffffff;
}
.btn-group.open .btn.dropdown-toggle {
	background-color: var(--rsalto-primary);
	border-bottom: 4px solid var(--rsalto-primary-dark);
	color: #ffffff;
}
.btn.rstpl-bordered-btn {
	border: 3px solid var(--rsalto-secondary);
	background-color: #ffffff;
	color: var(--rsalto-secondary);
}
.btn.rstpl-bordered-btn:hover {
	background-color: var(--rsalto-secondary);
	color: #ffffff;
}
a.jmodedit {
	background: transparent;
	color: var(--rsalto-secondary);
}
a.jmodedit:hover {
	background: transparent;
	color: #303030;
}
/* End Buttons */

/* Carousel */
.rscarousel .carousel-indicators li {
	background-color: var(--rsalto-secondary) !important;
	border: solid 1px var(--rsalto-secondary-dark) !important;
	box-shadow: none !important;
}
.rscarousel .carousel-indicators li.active {
	background-color: var(--rsalto-primary) !important;
	border: solid 1px var(--rsalto-primary-dark) !important;
	box-shadow: none !important;
}
.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 Carousel */

/* Forms */
.form-group {
	margin-bottom: 1rem;
}

.form-control-feedback {
	display: block;
}
meter {
	width: 100%;
}
/* Main Menu */
.rstpl-main-menu-position.fixed-top {
	background: #AACA9B;
	border-bottom: 3px solid var(--rsalto-primary);
}
.rstpl-main-menu-position.fixed-top + div {
	margin-top: 135px;
}
.navbar-wrapper .container {
	margin-bottom: 0;
}
.navbar .brand {
	margin: 0 60px 0 0;
	padding: 0;
}
.navbar-inner {
	border-radius: 0;
	font-size: 14px;
	font-weight: 700;
	border: none;
	box-shadow: none;
	text-transform: uppercase;
	padding: 0;
	background: none no-repeat scroll 0 0 #AACA9B;
}
.navbar-fixed-top .navbar-inner, .navbar-static-top .navbar-inner {
	box-shadow: none;
}
.navbar {
	margin-bottom: 0;
	padding: 30px 0;
	background-color: #AACA9B;
}
.navbar .nav {
	margin: 0;
}
.navbar .nav > li {
	margin-right: .5em;
}
.navbar .nav > li:first-child, .navbar .nav > li:last-child {
	margin-right: 0;
}
.navbar .nav > li > a {
	text-shadow: none;
}
.navbar .nav > .active > a, .navbar .nav > .active > a:hover, .navbar .nav > .active > a:focus, .navbar .nav > li > a:hover, .navbar .nav > li > a:focus {
	box-shadow: none;
}
.navbar .nav li.dropdown.open > .dropdown-toggle, .navbar .nav li.dropdown.active > .dropdown-toggle, .navbar .nav li.dropdown.open.active > .dropdown-toggle {
	box-shadow: none;
}
.navbar .nav > li > .dropdown-menu:before {
	border-left: 0;
	border-right: 20px solid transparent;
	content: "";
	display: inline-block;
	left: 0;
	position: absolute;
	top: -20px;
}
.navbar .nav > li > .dropdown-menu:after {
	border-bottom: 0;
	border-left: 0;
	border-right: 0;
	content: "";
	display: inline-block;
	left: 0;
	position: absolute;
	top: -6px;
}
.navbar-fixed-top {
	margin: 0 auto;
}
.navbar-fixed-top .navbar-inner, .navbar-static-top .navbar-inner {
	box-shadow: none;
	padding: 0;
}
.dropdown-menu {
	border: none;
	border-radius: 0;
	box-shadow: none;
	left: 16px;
	padding: 10px 0;
}
.dropdown-menu .divider {
	padding: 0 0 15px;
}
.dropdown-menu .nav-header, .dropdown-menu li.divider > .separator {
	font-size: 12px;
	padding: 10px 20px;
	text-shadow: none;
}
.dropdown-menu li:last-child.divider {
	border-bottom: none;
}
.dropdown-menu > li > a {
	font-weight: 700;
	line-height: 12px;
	padding: 10px 20px;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:active, .dropdown-menu > li > a:focus, .dropdown-submenu:hover > a, .dropdown-submenu:focus > a {
	background-image: none;
}
.nav .dropdown-menu {
	font-size: 12px;
	padding: 20px;
	top: 87px;
}
.nav .dropdown-menu > li {
	margin-bottom: 5px;
}
.nav .dropdown-menu > li:last-child {
	margin-bottom: 0;
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
	background: none;
	filter: none;
}
.dropdown-submenu > a:after {
	margin-right: -15px;
	margin-top: 2px;
}
.dropdown-submenu > .dropdown-menu:before {
 	border-right: 0;
	border-left: 20px solid transparent;
	content: "";
	display: inline-block;
	left: 20px;
	position: absolute;
}
.dropdown-submenu > .dropdown-menu {
	border-radius: 0;
	margin-left: 0;
	padding-left: 40px;
	top: 0;
}
.dropdown-submenu :first-child > .dropdown-menu {
	margin-left: -20px;
	top: 20px;
}
.dropdown-submenu > .dropdown-menu li {
	padding: 5px 20px;
	margin: 0;
	width: 100%;
}
.dropdown-submenu > .dropdown-menu li:first-child {
	padding-top: 20px;
	margin: 0;
}
.dropdown-submenu > .dropdown-menu li:last-child {
	padding-bottom: 20px;
}
.navbar .navigation {
	font-size: 30px;
	font-weight: 400;
	margin-top: 15px;
	display: none;
	float: left;
}
.navbar .btn.btn-navbar {
	margin: 20px 0 0 0;
	background: none;
	box-shadow: 0;
	color: transparent;
	font-size: 18px;
	height: 50px;
	line-height: 28px;
	padding: 8px;
	width: 50px;
	vertical-align: top;
}
.navbar .btn.btn-navbar.collapsed .icon-bars:before {
	content: "\f0c9";
	margin-left: -3px;
}
.navbar .btn.btn-navbar .icon-bars:before {
	content: "\f00d";
	margin-left: -3px;
}
.navbar .btn-navbar:hover, .navbar .btn-navbar:focus, .navbar .btn-navbar:active,
.navbar .btn-navbar.active, .navbar .btn-navbar.disabled, .navbar .btn-navbar[disabled] {
	outline: none;
}
.navbar .btn, .navbar .btn-group {
	margin-top: 0;
}
.nav-pills > li > a, .nav-pills .dropdown-menu {
	border-radius: 0;
}
.nav-tabs .open .dropdown-toggle, .nav-pills .open .dropdown-toggle, .nav > li.dropdown.open.active > a:hover, .nav > li.dropdown.open.active > a:focus {
	border: 0 none;
}
.nav-pills .dropdown-menu > li {
	font-size: 1rem;
}
.rstpl-main-menu .navbar .nav > li > a,
.rstpl-main-menu .nav .nav-header,
.rstpl-main-menu .nav .divider > .separator {
	display: block;
	height: auto;
	padding: 10px 15px;
}
.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: var(--rsalto-secondary);
}
.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: var(--rsalto-secondary);
}
.navbar .nav > li > .mod-menu__sub:before {
	border-bottom: 20px solid var(--rsalto-primary);
}
.nav .dropdown-toggle .caret {
	border-bottom-color: var(--rsalto-primary);
	border-top-color: var(--rsalto-primary);
}
.nav-collapse .mod-menu__sub a:hover, .nav-collapse .mod-menu__sub a:focus {
	background-color: transparent;
	color: #303030;
}
.dropdown-submenu > .mod-menu__sub:before {
	border-top: 20px solid var(--rsalto-primary);
}
.dropdown-submenu > .mod-menu__sub {
	background-color: transparent;
}
.dropdown-submenu > .mod-menu__sub li {
	background-color: var(--rsalto-primary);
}
.mod-menu__sub > .active > a, .mod-menu__sub > .active > a:hover, .mod-menu__sub > .active > a:focus {
	color: #303030;
}
.dropdown-submenu > a:after {
	border-color: transparent transparent transparent #ffffff;
}
.bootstrap-datetimepicker-widget.mod-menu__sub {
	background-color: #ffffff;
	border: 1px solid #e0e0e0;
}
.bootstrap-datetimepicker-widget.mod-menu__sub table th {
	color: var(--rsalto-primary);
}
.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: var(--rsalto-secondary);
}
.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: var(--rsalto-secondary);
}
.rstpl-navigation {
	color: #3f3f3f;
}
.navbar .btn-navbar {
	background-color: #ffffff;
	border: 3px solid var(--rsalto-secondary);
	color: none;
}
.navbar .btn-navbar {
	color: var(--rsalto-secondary);
	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: var(--rsalto-secondary);
}
.nav-pills > .active > a, .nav-pills > .active > a:hover, .nav-pills > .active > a:focus {
	background-color: var(--rsalto-primary);
}
.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: var(--rsalto-primary);
}
.mod-menu__sub a {
	display: block;
}

.rstpl-main-menu .mod-menu__sub {
	display: none;
}

.rstpl-main-menu .mod-menu__sub .mod-menu__sub {
	display: block;
}

.rstpl-main-menu .mod-menu__sub::before {
	border-left: 0;
	border-right: 20px solid transparent;
	content: "";
	display: inline-block;
	left: auto;
	position: absolute;
	top: -20px;
}

.rstpl-main-menu .mod-menu__sub.show-menu {
	display: block;
	position: absolute;
	z-index: 1000;
	margin: 40px 20px 20px;
}

.rstpl-main-menu .mod-menu__sub li {
	font-weight: 700;
	padding: 10px 20px;
}

.rstpl-main-menu .mod-menu__sub li.parent {
	padding-bottom: 0;
}

.rstpl-main-menu .mod-menu__sub li:last-child {
	margin-bottom: 0;
}

.rstpl-main-menu .mod-menu > li {
	padding: 40px 0;
}

.rstpl-main-menu .mod-menu > li > a {
	padding: 10px 15px 10px;
	color: #535353;
}

.rstpl-main-menu .mod-menu__sub {
	background-color: var(--rsalto-primary);
}

.rstpl-main-menu .mod-menu__sub > li > a,
.rstpl-main-menu .mod-menu__sub .nav-header,
.rstpl-main-menu .mod-menu__sub li.divider > .separator {
	color: #ffffff;
}
.rstpl-main-menu .mod-menu__sub > li > a:hover, .rstpl-main-menu .mod-menu__sub > li > a:active, .rstpl-main-menu .mod-menu__sub > li > a:focus, .dropdown-submenu:hover > a, .dropdown-submenu:focus > a {
	background-color: transparent;
	color: #303030;
}

.mod-menu a,
.mod-menu .separator,
.mod-menu .nav-header {
	padding: .5rem 1rem;
	display: block;
	font-weight: 700;
}

@media (width < 992px) {
	.rstpl-main-menu .navbar .nav {
		flex-direction: column;
	}

	.rstpl-main-menu .mod-menu > li {
		padding: 10px 0;
	}

	.rstpl-main-menu .mod-menu__sub {
		display: initial;
	}

	.rstpl-main-menu .mod-menu__sub li a {
		color: #535353;
	}

	.rstpl-main-menu .mod-menu__sub li a:hover,
	.rstpl-main-menu .mod-menu__sub li a:active,
	.rstpl-main-menu .mod-menu__sub li a:focus {
		color: var(--rsalto-secondary);
	}

	.rstpl-main-menu .mod-menu__sub > li > a,
	.rstpl-main-menu .mod-menu__sub .nav-header,
	.rstpl-main-menu .mod-menu__sub li.divider > .separator {
		color: #535353;
	}

	.rstpl-main-menu .mod-menu__sub::before {
		display: none;
	}

	.rstpl-main-menu .mod-menu__sub {
		background-color: unset;
	}

	.rstpl-main-menu-position.fixed-top {
		position: initial;
		border-bottom: 0;
	}
}
#rstpl-position-collapse {
	position: relative;
	z-index: 1032;
}
.rstpl-flag {
	width: 50px;
	height: 55px;
	position: relative;
	font-size: 24px;
	float: right;
	letter-spacing: 0.2em;
	text-align: center;
	text-transform: uppercase;
	vertical-align: center;
	overflow: hidden;
	z-index: 1032;
	background: var(--rsalto-primary);
	color: #ffffff;
}
.rstpl-flag:after {
	content: '';
	position: absolute;
	left: -1px;
	bottom: -1px;
	width: 0;
	height: 0;
	border-bottom: 10px solid #ffffff;
	border-left: 26px solid transparent;
	border-right: 26px solid transparent;
}
.rstpl-flag [class^="icon-"] {
	font-size: 24px;
	line-height: 40px;
	padding-left: 5px;
}
.rstpl-flag [class^="icon-"]:hover {
	text-decoration: none;
}
.rstpl-flag .collapsed.icon-chevron:before {
	content: "\f078"
}
.rstpl-flag .icon-chevron:before {
	content: "\f077";
}
.rstpl-flag a {
	height: 100%;
	width: 100%;
	color: #ffffff;
}
.rstpl-flag a:hover {
	color: var(--rsalto-primary-dark);
}
.rstpl-chevron {
	position: absolute;
	text-align: center;
	height: 9px;
	width: 50px;
	top: 47px;
	left: 0;
}
.rstpl-chevron:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	height: 50%;
	width: 50%;
	transform: skew(0deg, -21deg);
}
.rstpl-chevron:after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	height: 50%;
	width: 50%;
	transform: skew(0deg, 21deg);
}
.rstpl-chevron:before, .rstpl-chevron:after {
	background: #e5e5e5;
}
/* End Main Menu */

/* Go Top Button */
.rstpl-go-top {
	display: inline-block;
	height: 50px;
	width: 50px;
	position: fixed;
	bottom: 40px;
	right: 40px;
	font-size: 40px;
	text-align: center;
	white-space: nowrap;
	visibility: hidden;
	opacity: 0;
	transition: opacity .3s 0s, visibility 0s .3s;
	z-index: 9;
}
.rstpl-go-top span {
	font-size: .8em;
	margin: 0;
	padding: 8px 5px;
	height: 100%;
	vertical-align: middle;
	width: 100%;
	color: #000;
}
.rstpl-go-top.rstpl-go-top-is-visible,
.rstpl-go-top .rstpl-go-top.rstpl-go-top-fade-out,
.rstpl-go-top .no-touch .rstpl-go-top:hover {
	transition: opacity .3s 0s, visibility 0s 0s;
}
.rstpl-go-top.rstpl-go-top-is-visible {
	visibility: visible;
	opacity: 1;
}
.rstpl-go-top.rstpl-go-top-fade-out {
	opacity: .5;
}
.rstpl-go-top.rstpl-go-top-fade-out:hover {
	opacity: 1;
}
/* End Go Top Button */

/* Tables */
.rs_clear {
	height: 0 !important;
	line-height: 0 !important;
}
.rs_table [id*="rscalendarmonth"] {
	font-weight: 900;
	line-height: 32px;
}
.rs_calendar_arrows_module {
	font-size: 24px;
	padding: 5px 8px !important;
	width: 10px;
}
/* End Tables */

/* Modal */
.rstpl-tmpl-component h1 {
	font-size: 2.75em;
}
.rstpl-tmpl-component h2 {
	font-size: 2.25em;
}
.rstpl-tmpl-component h3 {
	font-size: 1.75em;
}

joomla-dialog dialog {
	border: 1px solid #0000002d;
	border-radius: .3rem;
	width: 96vw;
	max-width: 1700px;
	height: 96vh;
	padding: 0;
	box-shadow: 0 .5rem 1rem #00000026;
}

@media (width >= 1400px) {
	joomla-dialog dialog {
		width: 80vw;
		height: 80vh;
	}
}

joomla-dialog dialog[open] {
	display: flex;
}

joomla-dialog[type="image"] dialog {
	width: fit-content;
	height: fit-content;
}

joomla-dialog[type="iframe"] dialog {
	overflow: hidden;
}

joomla-dialog iframe.iframe-content {
	width: 100%;
	height: 100%;
}

joomla-dialog[type="iframe"].loading dialog:after, joomla-dialog[type="ajax"].loading dialog:after {
	content: "";
	background: url("../../../../system/images/ajax-loader.gif?v=144b8c") center no-repeat;
	width: 66px;
	height: 66px;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

joomla-dialog dialog[open] {
	animation: .4s dialog-show;
}

@media (prefers-reduced-motion: reduce) {
	joomla-dialog dialog[open] {
		animation: none;
	}
}

@keyframes dialog-show {
	0% {
		opacity: 0;
		transform: translateY(-50px);
	}

	30% {
		opacity: 1;
	}

	100% {
		transform: translateY(0);
	}
}

.joomla-dialog-container {
	box-sizing: border-box;
	flex-flow: column;
	width: 100%;
	display: flex;
	position: relative;
}

.joomla-dialog-container .buttons-holder {
	justify-content: flex-end;
	align-items: center;
	margin-inline-start: auto;
	display: flex;
}

.joomla-dialog-container .buttons-holder button {
	margin-inline: .375rem;
}

.joomla-dialog-header {
	border-bottom: 1px solid #dfe3e7;
	justify-content: space-between;
	align-items: center;
	padding: 1rem;
	display: flex;
	position: relative;
}

.joomla-dialog-header h3, .joomla-dialog-header .h3 {
	margin: 0;
}

.joomla-dialog-header .header-icon {
	margin-inline-end: .375rem;
	font-size: 1.75rem;
}

.joomla-dialog-header.empty {
	display: none;
}

.joomla-dialog-body {
	box-sizing: border-box;
	flex: auto;
	position: relative;
}

.joomla-dialog-body .buttons-holder {
	position: absolute;
	top: 1rem;
	right: 1rem;
}

.joomla-dialog-body joomla-dialog[type="inline"], joomla-dialog[type="ajax"] .joomla-dialog-body {
	overflow: auto;
}

joomla-dialog.loading .joomla-dialog-body {
	opacity: 0;
}

joomla-dialog.loaded .joomla-dialog-body {
	opacity: 1;
	transition: opacity .4s;
}

.joomla-dialog-footer {
	border-top: 1px solid #dfe3e7;
	padding: 1rem;
	position: relative;
}

.joomla-dialog-footer .buttons-holder button {
	padding-inline: 22px;
}

.joomla-dialog-footer.empty {
	display: none;
}

.joomla-dialog-alert dialog, .joomla-dialog-confirm dialog {
	width: 600px;
	max-width: 80vw;
	height: fit-content;
}

.joomla-dialog-alert .joomla-dialog-body, .joomla-dialog-confirm .joomla-dialog-body {
	padding: 1rem;
}

@media (width >= 1400px) {
	.joomla-dialog-content-select-field dialog {
		width: 90vw;
		height: 90vh;
	}
}
/* End Modal */

.rstpl-show-grid {
	text-align: center;
}
.rstpl-show-grid [class^="col-"],
.rstpl-show-grid [class*=" col-"] {
	font-weight: 700;
	padding-top: 25px;
	padding-bottom: 25px;
}

.js-stools-container-bar {
	padding: 10px 20px;
}

.js-stools-container-bar .btn-toolbar {
	justify-content: flex-end;
}

.js-stools-container-bar .btn-toolbar > * {
	margin: 4px 0;
	margin-inline-end: 8px;
}

.js-stools-container-bar .btn-toolbar .js-stools-btn-clear {
	background-color: #30638d;
	border: 0;
}

.js-stools-container-bar .ordering-select {
	display: flex;
}

.js-stools-container-filters {
	margin-bottom: 20px;
	padding: 0 20px;
	display: none;
}

.js-stools-container-filters-visible {
	grid-gap: 8px;
	background-color: #fff;
	grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
	padding: 10px;
	display: grid;
}

.js-stools-container-filters > * {
	margin: 4px 0;
	margin-inline-end: 8px;
}

.js-stools-field-list + .js-stools-field-list {
	margin-inline-start: 8px;
}

.js-stools-field-selector .form-select {
	width: auto;
}

[role="tooltip"]:not(.show) {
	z-index: 1070;
	color: #000;
	text-align: start;
	background: #fff;
	border: 1px solid #6d757e;
	border-radius: .25rem;
	max-width: 100%;
	margin: .5em;
	padding: .5em;
	display: none;
	right: 5em;
	box-shadow: 0 0 .5rem #000c;
}

.choices__button_joomla {
	color: inherit;
	text-indent: -9999px;
	cursor: pointer;
	opacity: .5;
	appearance: none;
	background: none;
	border: 0;
	padding: 0 10px;
	position: relative;
}

.choices__button_joomla:before {
	text-align: center;
	text-indent: 0;
	content: "×";
	display: block;
	position: absolute;
	inset: 0;
}

joomla-tab[view="tabs"] > div[role="tablist"] {
	background-color: #fefefe;
	border: solid 1px transparent;
	border-radius: 0;
	box-shadow: none;
}

joomla-tab button[role="tab"] {
	font-weight: 700;
	text-transform: uppercase;
	color: var(--rsalto-primary);
	padding: 17px 12px;
	border-top: 1px solid #e0e0e0;
	border-left: 1px solid #e0e0e0;
	border-right: 1px solid #e0e0e0;
	margin-right: 10px;
}

joomla-tab button[role="tab"][aria-expanded="true"], joomla-tab button[role="tab"][aria-selected="true"] {
	color: var(--rsalto-secondary);
	background: transparent;
}

joomla-tab button[aria-expanded="true"]::after, joomla-tab button[aria-selected="true"]::after {
	display: none;
}
/* End Joomla / Bootstrap Fixes */

/* Masks */
.rstpl-slide-sqr-mask {
	background: url(../images/sqr-mask.png) 0 0 repeat;
	box-shadow: 0px 0px 30px 20px rgba(0, 0, 0, 0.2) inset;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.rstpl-sqr-mask {
	background: url(../images/sqr-mask.png) 0 0 repeat;
	box-shadow: 0px 0px 30px 20px rgba(0, 0, 0, 0.1) inset;
}
.rstpl-sqr-dark-mask {
	background: url(../images/sqr-dark-mask.png) 0 0 repeat;
	box-shadow: 0px 0px 30px 20px rgba(0, 0, 0, 0.1) inset;
}
/* End Masks */

/* Breadcrumbs */
.mod-breadcrumbs {
	font-size: 14px;
	font-weight: 700;
	margin: 0 0 5px 0;
	background: none;
}
.mod-breadcrumbs > li {
	display: inline-block;
	text-transform: uppercase;
	color: #7f7f7f;
}
.mod-breadcrumbs > li > a {
	color: #7f7f7f;
}
.mod-breadcrumbs > li > a:hover, .mod-breadcrumbs > li > a:focus, .mod-breadcrumbs > li > .divider {
	color: var(--rsalto-secondary);
}
.mod-breadcrumbs > li.mod-breadcrumbs__here {
	margin-right: 10px;
	text-transform: uppercase;
}
.breadcrumb-item + .breadcrumb-item::before {
	content: "\f0da";
	font-family: var(--fa-style-family-classic);
}
.rstpl-breadcrumbs-position {
	border-bottom: 1px solid #f2f2f2;
}
.mod-breadcrumbs > li.mod-breadcrumbs__here, .breadcrumb-item + .breadcrumb-item::before {
	color: var(--rsalto-secondary);
}
/* End Breadcrumbs */

/* Title Box */
.rstpl-box-title {
	word-break: break-all;
}
[class*="rstpl-box-title-"] {
	background-image: url(../images/head-dots.png);
	background-repeat: repeat-x;
	background-position: 0 10px;
	font-weight: 700;
	word-break: break-all;
}
.rstpl-box-title-center {
	text-align: center;
}
.rstpl-box-title-center h4 {
	display: inline-block;
	margin: 0;
	padding: 0 60px;
	text-align: center;
	vertical-align: middle;
}
.rstpl-box-title-left {
	text-align: left;
}
.rstpl-box-title-left h4 {
	display: inline-block;
	margin: 0;
	padding: 0 60px 0 0;
	text-align: left;
	vertical-align: middle;
}
.rstpl-box-title-right {
	text-align: right;
}
.rstpl-box-title-right h4 {
	display: inline-block;
	margin: 0;
	padding: 0 0 0 60px;
	text-align: right;
	vertical-align: middle;
}
[class*="-position"] [class*="rstpl-box-title-"] {
	margin-top: 5rem;
}
[class*="-position"] [class*="rstpl-box-title-"]:first-of-type {
	margin-top: 0;
}
.rstpl-box-subtitle {
	word-break: break-all;
}
.rstpl-box-title-center .rstpl-box-subtitle {
	margin-top: 1.875rem;
	text-align: center;
}
.rstpl-box-title-left .rstpl-box-subtitle {
	margin-top: 1.875rem;
	text-align: left;
}
.rstpl-box-title-right .rstpl-box-subtitle {
	margin-top: 1.875rem;
	text-align: right;
}
[class*="rstpl-box-title-"] .rstpl-box-subtitle a {
	vertical-align: top;
}
[class*="rstpl-box-title-"] h4 {
	background-color: #ffffff;
	color: #7f7f7f;
}
.rstpl-box-subtitle a {
	color: var(--rsalto-secondary);
}
.rstpl-box-subtitle a:hover {
	color: var(--rsalto-primary);
}
.rstpl-box-subtitle h6 {
	background-color: #ffffff;
	color: var(--rsalto-secondary);
}
/* End Title Box */

/* Content */
.rstpl-articles_categories {
	border: 3px solid var(--rsalto-secondary);
}
.rstpl-article-container .article-img {
	border: none;
}
.rstpl-right-box {
	margin-bottom: 30px;
	padding: 40px;
	width: 100%;
}
.rstpl-right-box:last-child {
	margin-bottom: 0;
}
.rstpl-top-box.rstpl-login {
	border: none;
	margin: 0 0 25px 0;
	width: 100%;
}
.rstpl-top-box.rstpl-login .rstpl-h5-top {
	text-align: center;
}
.rstpl-top-box.rstpl-login .control-group {
	display: inline-block;
	margin: 0 3% 0 0;
	vertical-align: top;
	width: 31%;
}
.rstpl-top-box.rstpl-login .control-group.small {
	width: 22.48%;
}
.rstpl-top-box.rstpl-login .control-group:last-of-type {
	margin: 0;
}
.rstpl-top-box.rstpl-login .control-group.checkbox {
	position: absolute;
	margin-right: 0;
	right: 4px;
	top: 50px;
}
.rstpl-top-box.rstpl-login .unstyled {
	position: absolute;
	top: 50px;
	left: 0;
}
.rstpl-top-box.rstpl-login .unstyled > li {
	display: inline-block;
	margin-right: 20px
}
.rstpl-top-box.rstpl-login .control-group .btn:first-child {
	margin-right: 9%;
}
.rstpl-image {
	padding: 10px;
	max-width: 100%;
}
.rstpl-image.pull-left {
	margin: 0 10px 0 0;
}
.rstpl-image.pull-right {
	margin: 0 0 10px 0;
}
.rstpl-image.pull-center {
	margin: 0 auto 15px;
}
.rstpl-title-color {
	color: var(--rsalto-primary);
}
.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: var(--rsalto-secondary-dark);
}
/* End Content */

/* Login Form */
.rstpl-login {
	border: 3px solid var(--rsalto-primary);
}
.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: var(--rsalto-secondary);
}
.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: var(--rsalto-secondary);
}
/* End Login Form */

/* Quick Menu */
.rstpl-menu h5 {
	margin-left: 40px;
}
.rstpl-menu {
	box-shadow: 0px 0px 30px 20px rgba(0, 0, 0, 0.2) inset;
	display: inline-block;
	padding: 40px 0;
	vertical-align: top;
	background: url(../images/sqr-dark-mask.png) 0 0 repeat #464646;
}
.rstpl-menu .mod-menu {
	list-style-type: none;
	margin: 0;
	padding-left: 0;
	display: unset;
}
.rstpl-menu .mod-menu > li {
	line-height: 35px;
	text-indent: 40px;
}
.rstpl-menu .mod-menu > li > a {
	display: block;
	width: 100%;
	transition: background-color .2s linear;
}
.rstpl-menu .mod-menu > li > a:hover {
	text-decoration: none;
}
.rstpl-menu .mod-menu li {
	border-bottom: 1px solid #383838;
}
.rstpl-menu .mod-menu li:last-child {
	border-bottom: none;
}
.rstpl-menu .mod-menu li a,
.rstpl-menu .mod-menu .nav-header,
.rstpl-menu .mod-menu .separator {
	font-weight: 700;
	color: #a7a6a6;
}
.rstpl-menu .mod-menu li a:hover, .rstpl-menu .mod-menu li a:focus,
.rstpl-menu .mod-menu li a:hover, .rstpl-menu .mod-menu li a:active,
.rstpl-menu .mod-menu li a:hover, .rstpl-menu .mod-menu li.active a {
	background-color: var(--rsalto-primary);
	color: #464646;
}
.rstpl-menu .mod-menu__sub li a {
	text-indent: 50px;
}
/* End Quick Menu */

/* Featured Box */
.rstpl-box-image, .rstpl-img-wrapper {
	position: relative;
}
.rstpl-red-mask {
	background: url(../images/red-mask.png) 0 0 repeat;
	transition: opacity .4s linear;
	opacity: .85;
}
.rstpl-green-mask {
	background: url(../images/green-mask.png) 0 0 repeat;
	transition: opacity .4s linear;
	opacity: .85;
}
.rstpl-blue-mask {
	background: url(../images/blue-mask.png) 0 0 repeat;
	transition: opacity .4s linear;
	opacity: .85;
}
.rstpl-box-featured {
	position: relative;
}
.rstpl-box-featured:hover .rstpl-red-mask, .rstpl-box-featured:hover .rstpl-green-mask, .rstpl-box-featured:hover .rstpl-blue-mask {
	opacity: 1;
}
.rstpl-box-featured .rstpl-box-title {
	font-size: 3rem;
	line-height: 1em;
	margin-bottom: 6%;
	text-transform: uppercase;
}
.rstpl-box-featured .rstpl-box-subtitle {
	margin-bottom: 5%;
}
.rstpl-box-featured [class^="icon-"] {
	font-size: 1em;
	margin-right: 10px;
	vertical-align: middle;
}
.rstpl-box-featured .rstpl-box-details {
	margin: 0 0 10% 0;
}
.rstpl-box-featured .rstpl-box-details h6 {
	display: inline-block;
	color: #ffffff;
}
.rstpl-box-featured .rstpl-box-pricetag {
	font-size: 1.875rem;
	margin-bottom: 0;
	font-weight: 700;
}
.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 [class^="icon-"] {
	color: var(--rsalto-secondary);
}
.rstpl-box-image {
	overflow: hidden;
	padding: 0;
}
.rstpl-box-image img {
	transition: all .4s linear;
	width: 100%;
}
/* Featured Box */

/* Vertical Image Box */
.rstpl-box-vertical-image {
	position: relative;
}
.rstpl-box-vertical-image .rstpl-box-sales:before {
	border-left: 20px solid transparent;
	content: "";
	display: inline-block;
	left: 0;
	position: absolute;
	bottom: -15px;
}
.rstpl-box-vertical-image .rstpl-box-sales {
	box-shadow: 0px 0px 15px 10px rgba(0, 0, 0, 0.2) inset;
	left: -20px;
	max-width: 120px;
	padding: 10px 20px;
	position: absolute;
	text-transform: uppercase;
	top: 90px;
}
.rstpl-box-vertical-image .rstpl-box-sales h5 {
	margin-bottom: 0;
}
.rstpl-box-vertical-image .rstpl-box-title {
	margin: 0 0 10px 0;
	color: #7b7b7b;
}
.rstpl-box-vertical-image .rstpl-box-subtitle {
	font-size: 18px;
	line-height: 18px;
	margin-bottom: 10px;
	text-transform: uppercase;
	color: #b7b7b7;
}
.rstpl-box-vertical-image .rstpl-box-details {
	margin-bottom: 25px;
}
.rstpl-box-vertical-image .rstpl-box-pricetag {
	float: right;
	font-size: 1.875rem;
	font-weight: 700;
	margin: .2em 0 1em 0;
	color: var(--rsalto-primary);
}
.rstpl-box-vertical-image:hover .rstpl-box-image img {
	transform: scale(1.2, 1.2);
}
.rstpl-box-vertical-image .rstpl-box-sales:before {
	border-top: 15px solid var(--rsalto-secondary-dark);
}
.rstpl-box-vertical-image .rstpl-box-sales {
	background: url(../images/sqr-mask.png) 0 0 repeat var(--rsalto-secondary);
	color: #ffffff;
	text-shadow: 2px 2px var(--rsalto-secondary-dark);
}
.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 {
	position: relative;
	overflow: hidden;
}
.rstpl-box-full-dark-vertical-image .rstpl-box-bg {
	background-repeat: no-repeat;
}
.rstpl-box-full-dark-vertical-image .rstpl-box-subtitle, .rstpl-box-full-dark-vertical-image .rstpl-box-title, .rstpl-box-full-dark-vertical-image .rstpl-box-content {
	text-align: center;
}
.rstpl-box-full-dark-vertical-image .rstpl-links {
	line-height: 1em;
	margin: 0 0 40px 0;
	text-align: center;
}
.rstpl-box-full-dark-vertical-image .rstpl-links li {
	display: inline-block;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
}
.rstpl-box-full-dark-vertical-image .rstpl-links li a:hover {
	text-decoration: none;
}
.rstpl-box-full-dark-vertical-image .rstpl-links span {
	margin: 0 5px 0 10px;
}
.rstpl-box-full-dark-vertical-image .rstpl-box-image-group {
	height: 380px;
	position: relative;
	width: 100%;
	z-index: 0;
	backface-visibility: hidden;
}
.rstpl-box-full-dark-vertical-image .rstpl-box-image-group > div {
	box-shadow: 0 0 20px 10px rgba(0, 0, 0, 0.2);
	position: absolute;
	overflow: hidden;
	transition: all .4s linear;
	backface-visibility: hidden;
}
.rstpl-box-full-dark-vertical-image .rstpl-box-image-group > div:hover {
	transform: translateY(-.8em);
}
.rstpl-box-full-dark-vertical-image .rstpl-box-image-group  .rstpl-box-image-first {
	top: 4em;
	left: 0;
	z-index: 1;
}
.rstpl-box-full-dark-vertical-image .rstpl-box-image-group  .rstpl-box-image-third {
	top: 4em;
	left: auto;
	right: 0;
	z-index: 1;
}
.rstpl-box-full-dark-vertical-image .rstpl-box-image-group  .rstpl-box-image-second {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	top: 1em;
	width: 510px;
	z-index: 2;
}
.rstpl-box-full-dark-vertical-image .rstpl-box-image-group > div > img {
	padding: 15px;
	z-index: 0;
}
.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: var(--rsalto-secondary-dark);
}
.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: var(--rsalto-primary);
}
/* End Full Width Vertical Image Box */

/* Side Navigation Tabs */
.rstpl-side-nav-tabs {
	overflow: hidden;
}
.rstpl-side-nav-tabs .nav-tabs {
	border-bottom: 0;
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
}
.rstpl-side-nav-tabs .nav-tabs > li > a > [class^="icon-"], .rstpl-side-nav-tabs .nav-tabs > li > a > [class*=" icon-"] {
	font-size: 30px;
	margin-right: 5px;
}
.rstpl-side-nav-tabs .nav-tabs > li {
	margin: 0 0 1px 0;
	height: 90px;
	font-size: .9em;
	position: relative;
	width: 100%;
}
.rstpl-side-nav-tabs .nav-tabs > li > a {
	border: none;
	display: block;
	font-weight: 700;
	line-height: 90px;
	padding: 0 0 0 30px;
	height: 100%;
	width: 100%;
	transition: background-color .4s linear;
}
.rstpl-side-nav-tabs .nav.nav-tabs > li > a:hover, .rstpl-side-nav-tabs .nav > li > a:focus {
	outline: 0 none;
}
.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.active, .rstpl-side-nav-tabs .nav > li > a:focus {
	border: none;
	border-radius: 0;
}
.rstpl-side-nav-tabs .tab-box-title {
	margin: 0 0 20px 0;
}
.rstpl-side-nav-tabs .tab-box-content p {
	margin-bottom: 1.875rem;
}
.rstpl-side-nav-tabs .nav-tabs > li {
	background-color: var(--rsalto-primary);
}
.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.active, .rstpl-side-nav-tabs .nav > li > a:focus {
	background-color: var(--rsalto-secondary);
}
.rstpl-side-nav-tabs .tab-box-title {
	color: #7b7b7b;
}
/* End Side Navigation Tabs */

/* Horizontal Icon Left Box */
.rstpl-box-horizontal-icon-left .rstpl-box-title {
	display: inline-block;
	min-height: 70px;
	vertical-align: top;
}
.rstpl-box-horizontal-icon-left .rstpl-box-title h4 {
	font-weight: 400;
	line-height: 70px;
	margin-bottom: 0;
    transition: color .4s linear;
}
.rstpl-box-horizontal-icon-left .rstpl-box-icon {
	box-shadow: 0 0 20px 10px rgba(0, 0, 0, 0.1) inset;
	display: inline-block;
	margin-right: 30px;
	height: 70px;
	width: 70px;
	text-align: center;
	transition: all .4s linear;
}
.rstpl-box-horizontal-icon-left:hover .rstpl-box-icon {
	animation-name: horizontal-rotate;
	animation-duration: 1s;
	animation-timing-function: ease-in-out;
	animation-iteration-count: 1;
	box-shadow: none;
}
.rstpl-box-horizontal-icon-left [class^="icon-"], .rstpl-box-horizontal-icon-left [class*=" icon-"] {
	font-size: 30px;
	height: 1em;
	line-height: 1em;
	vertical-align: bottom;
	width: 1em;
}
.rstpl-box-icon span {
	margin: 20px;
}
.rstpl-box-horizontal-icon-left .rstpl-box-content {
	clear: left;
}
.rstpl-box-horizontal-icon-left .rstpl-box-icon {
	background-color: var(--rsalto-primary);
}
.rstpl-box-horizontal-icon-left:hover .rstpl-box-icon {
	background-color: var(--rsalto-secondary);
}
.rstpl-box-horizontal-icon-left:hover .rstpl-box-title {
	color: var(--rsalto-secondary);
}
.rstpl-box-horizontal-icon-left .rstpl-box-title {
	color: var(--rsalto-primary);
}
.rstpl-box-horizontal-icon-left .rstpl-box-icon span {
	color: #ffffff;
}
@keyframes horizontal-rotate {
  0% {
    transform: perspective(150px) rotateY(0deg);
  }

  10% {
    transform: perspective(150px) rotateY(36deg);
  }

  20% {
    transform: perspective(150px) rotateY(72deg);
  }

  30% {
    transform: perspective(150px) rotateY(108deg);
  }

  40% {
    transform: perspective(150px) rotateY(144deg);
  }

  50% {
    transform: perspective(150px) rotateY(180deg);
  }

  60% {
    transform: perspective(150px) rotateY(216deg);
  }

  70% {
    transform: perspective(150px) rotateY(252deg);
  }

  80% {
    transform: perspective(150px) rotateY(288deg);
  }

  90% {
    transform: perspective(150px) rotateY(324deg);
  }

  100% {
    transform: perspective(150px) rotateY(360deg);
  }
}
/* End Horizontal Icon Left Box */

/* Full Width Simple Box */
.rstpl-box-dark-bg {
	box-shadow: 0px 0px 30px 20px rgba(0, 0, 0, 0.1) inset;
	padding: 80px 0;
	text-align: center;
	background: url(../images/sqr-medium-mask.png) 0 0 repeat var(--rsalto-primary);
	color: rgba(255, 255, 255, .5);
}
.rstpl-box-dark-bg > div {
	font-size: 3em;
	line-height: 1em;
}
.rstpl-box-dark-bg p {
	line-height: 1.2em;
	margin: 0;
}
.rstpl-box-dark-bg [class*="icon-"] {
	padding-right: 3.75rem;
	vertical-align: top;
}
.rstpl-box-dark-bg strong, .rstpl-box-dark-bg a {
	color: rgba(255, 255, 255, 1);
}
.rstpl-box-dark-bg a:hover {
	color: var(--rsalto-primary-dark);
}
/* End Full Width Simple Box */

/* Vertical Round Image Box */
.rstpl-box-vertical-round-image .rstpl-box-image {
	margin: 0 auto -95px auto;
	padding: 10px;
	height: 190px;
	width: 190px;
	border-radius: 100%;
	transition: all .4s linear;
}
.rstpl-box-vertical-round-image:hover .rstpl-box-image {
    box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.1);
    transform: scale(1.1);
    transition: all .4s linear;
}
.rstpl-box-vertical-round-image .rstpl-box-image img {
	border-radius: 100%;
	height: 100%;
	width: 100%;
}
.rstpl-box-vertical-round-image .rstpl-box-content {
	padding-top: 90px;
}
.rstpl-box-vertical-round-image .rstpl-box-title {
	margin-top: 40px;
	text-align: center;
}
.rstpl-box-vertical-round-image .rstpl-box-pricetag-container {
	font-size: 3.75rem;
	font-weight: 400;
	line-height: 1em;
	margin-bottom: 0;
	text-align: center;
}
.rstpl-box-vertical-round-image .rstpl-box-details {
	margin-top: -1px;
}
.rstpl-box-vertical-round-image ul {
	list-style-type: none;
	margin: 15px 0 0 0;
}
.rstpl-box-vertical-round-image ul > li {
	margin-bottom: 10px;
}
.rstpl-box-vertical-round-image ul > li:before {
	content: "\f138";
	font-family: var(--fa-style-family-classic);
	font-weight: 700;
	margin-right: 10px;
}
.rstpl-box-vertical-round-image ul > li:last-child {
	margin-bottom: 0;
}
.rstpl-box-vertical-round-image .rstpl-box-btn {
	margin: -1px 0 0 0;
	text-align: center;
}
.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: var(--rsalto-primary);
}
.rstpl-box-vertical-round-image ul > li:before {
	color: var(--rsalto-primary);
}
.rstpl-box-vertical-round-image .rstpl-box-pricetag-container {
	color: var(--rsalto-secondary);
}
/* End Vertical Round Image Box */

/* Personal Box */
.rstpl-box-personal .rstpl-box-image img {
	width: 100%;
}
.rstpl-box-personal .rstpl-box-title {
	color: var(--rsalto-primary);
	margin-bottom: 15px;
}
.rstpl-box-personal .rstpl-box-subtitle {
	color: var(--rsalto-secondary);
	font-size: 14px;
	font-weight: 700;
	margin-bottom: 20px;
	text-transform: uppercase;
}
.rstpl-box-personal .progress {
	min-height: 20px;
	margin-bottom: 14px;
}
.rstpl-box-personal .rstpl-box-social a {
	font-size: 1.33em;
	line-height: .9em;
	padding: .3em;
	height: 1.5em;
	width: 1.5em;
	text-align: center;
	vertical-align: middle;
	transition: background-color .2s ease-in;
}
.rstpl-box-personal .rstpl-box-social .rstpl-more {
	float: right;
}
/* End Personal Box */

/* Full Width Horizontal Image Box */
.rstpl-box-full-dark-horizontal-image {
	position: relative;
}
.rstpl-box-bg {
	background-position: center top;
	background-size: cover;
	height: 100%;
	left: 0;
	top: 0;
	position: absolute;
	width: 100%;
	z-index: -1;
}
.rstpl-box-full-dark-horizontal-image .container {
	padding: 3.725em 0;
}
.rstpl-box-full-dark-horizontal-image:hover .rstpl-box-image img {
	transform: scale(1.2, 1.33);
}
.rstpl-box-full-dark-horizontal-image .rstpl-box-title {
	margin-bottom: 10px;
}
.rstpl-box-full-dark-horizontal-image p {
	font-size: 18px;
}
.rstpl-box-full-dark-horizontal-image .rstpl-box-buttons a:first-child {
	margin-right: 5px;
}
.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: var(--rsalto-secondary);
}
.rstpl-box-full-dark-horizontal-image .btn:hover {
	color: #ffffff;
}
.rstpl-box-full-dark-horizontal-image .rstpl-box-bg {
	background-color: var(--rsalto-primary);
}
/* End Full Width Horizontal Image Box */

/* Testimonial Box */
.rstpl-box-testimonial {
	font-size: 20px;
}
.rstpl-box-testimonial .rstpl-box-content i {
	font-style: italic;
	margin-right: 20px;
	margin-top: 10px;
}
.rstpl-box-testimonial p {
	font-style: italic;
	line-height: 2rem;
	margin: 0;
	text-align: justify;
}
.rstpl-box-testimonial .rstpl-box-details {
	font-size: 14px;
	margin-left: 30px;
}
.rstpl-box-testimonial .rstpl-box-details:before {
	border-right: 27px solid transparent;
	content: "";
	display: inline-block;
}
.rstpl-box-testimonial .rstpl-box-content i {
	color: var(--rsalto-primary);
}
.rstpl-box-testimonial .rstpl-box-details {
	color: var(--rsalto-primary);
}
.rstpl-box-testimonial .rstpl-box-details:before {
	border-top: 24px solid var(--rsalto-primary);
}
/* End Testimonial Box */

/* Simple Carousel */
.rstpl-simple-carousel .carousel {
	margin: 0;
}
.rstpl-simple-carousel .carousel-inner {
	margin: 0 auto;
	width: 80%;
}
.rstpl-simple-carousel .carousel-control {
	box-shadow: 0px 0px 30px 20px rgba(0, 0, 0, 0.2) inset;
	border: none;
	border-radius: 0;
	left: 0;
	height: 60px;
	width: 60px;
	font-size: 90px;
	line-height: 45px;
	margin: 0;
	opacity: 1;
	padding: 0;
	top: 50%;
	transform: translateY(-30px);
	position: absolute;
	display: flex;
	justify-content: center;
}
.rstpl-simple-carousel .carousel-control:hover, .rstpl-simple-carousel .carousel-control:focus {
	opacity: 1;
}
.rstpl-simple-carousel .carousel-control.right {
	left: auto;
	right: 0;
}
.rstpl-simple-carousel img {
	padding: 30px;
	max-width: 100%;
}
.rstpl-simple-carousel p {
	line-height: 1.4em;
	margin: 20px 0 0 0;
}
.rstpl-simple-carousel .rstpl-box-title {
	margin-bottom: 1rem;
}
.rstpl-simple-carousel .rstpl-box-inner-content {
	line-height: 1.6em;
}
.rstpl-simple-carousel img {
	border: 1px solid #e0e0e0;
}
.rstpl-simple-carousel .rstpl-box-title {
	color: var(--rsalto-primary);
}
.rstpl-simple-carousel .carousel-control {
	background: url(../images/sqr-dark-mask.png) repeat scroll 0 0 #464646;
	color: #fff;
	font-weight: 100;
}
/* End Simple Carousel */

/* Gallery Carousel */
.rstpl-gallery-carousel .carousel .carousel-inner .carousel-item div.rstpl-box-image-border {
	position: relative;
}
.rstpl-gallery-carousel .carousel .carousel-inner .carousel-item div.rstpl-box-image-border:hover img {
	transform: scale(1,1);
	opacity: .5;
}
.rstpl-gallery-carousel .carousel .carousel-inner .carousel-item div.rstpl-box-image-border:before {
	content: "\f0c1";
	font-family: var(--fa-style-family-classic);
	font-size: 2em;
	position: absolute;
	z-index: 1032;
	top: 45%;
	left: 45%;
	opacity: 0;
	transition: all .4s linear;
}
.rstpl-gallery-carousel .carousel .carousel-inner .carousel-item div.rstpl-box-image-border:hover:before {
	opacity: 1;
}
.rstpl-gallery-carousel .carousel {
	margin: 0;
}
.rstpl-gallery-carousel .carousel-control {
	display: inline-block;
	border: none;
	background: none;
	box-shadow: none;
	font-size: 30px;
	font-weight: 700;
	line-height: 1;
	opacity: 1;
	margin: -0.3em 0.3em 0 0.3em;
	padding: 0;
	position: static;
	transition: color .2s linear;
	width: 40px;
}
.rstpl-gallery-carousel .carousel-control:hover, .rstpl-gallery-carousel .carousel-control:focus {
	opacity: 1;
}
.rstpl-gallery-carousel .rstpl-box-image-border {
	padding: 10px;
}
.rstpl-gallery-carousel .rstpl-box-image {
    height: auto;
    padding: 0;
    position: relative;
    overflow: hidden;
    background-size: cover;
    box-shadow: inset 0 0 10px 10px #000000;
}
.rstpl-gallery-carousel .rstpl-box-image img {
    height: auto;
    width: 100%;
    margin: 0 auto;
    display: block;
    opacity: .9;
	transform: scale(1.1,1.1);
}
.rstpl-gallery-carousel img, .rstpl-simple-carousel img {
	background-color: #ffffff;
}
.rstpl-gallery-carousel .carousel .carousel-inner .carousel-item div.rstpl-box-image-border:hover .rstpl-box-image {
	background-color: #404040;
}
.rstpl-gallery-carousel .carousel .carousel-inner .carousel-item div.rstpl-box-image-border:before {
	color: #ffffff;
}
.rstpl-gallery-carousel .carousel-control {
	color: var(--rsalto-secondary);
}
.rstpl-gallery-carousel .carousel-control:hover {
	color: var(--rsalto-primary);
}
.rstpl-gallery-carousel .rstpl-box-image-border {
	border: 1px solid #e0e0e0;
}
/* End Gallery Carousel */

/* Left Image Box */
[class*="col-md-"] .rstpl-box-left-image {
	margin-bottom:1.875rem
}

[class*="col-md-"] .rstpl-box-left-image:last-of-type {
	margin-bottom:0
}

.rstpl-box-left-image .rstpl-box-image-border {
	display:inline-block;
	padding:10px;
	vertical-align:top;
	width:35%;
	border:1px solid #e0e0e0
}

.rstpl-box-left-image .rstpl-box-image {
	height:auto;
	padding:0;
	position:relative;
	overflow:hidden;
	background-size:cover;
	box-shadow:inset 0 0 10px 10px #000
}

.rstpl-box-left-image .rstpl-box-image img {
	height:auto;
	width:100%;
	margin:0 auto;
	display:block;
	opacity:.9
}

.rstpl-box-left-image .rstpl-box-details {
	display:inline-block;
	padding-left:20px;
	width:64%
}

.rstpl-box-left-image .rstpl-box-subtitle {
	margin:10px 0 25px;
	color:var(--rsalto-secondary)
}

.rstpl-box-left-image .rstpl-box-bottom-container {
	margin-top:-1px
}

.rstpl-box-left-image .rstpl-box-pricetag-container {
	display:inline-block
}

.rstpl-box-left-image [class*="icon-"] {
	margin-right:10px;
	vertical-align:bottom
}

.rstpl-box-left-image .rstpl-box-pricetag {
	font-size:1.875rem;
	font-weight:700;
	line-height:40px;
	vertical-align:middle;
	color:var(--rsalto-primary)
}

.rstpl-box-left-image .rstpl-box-pricetag-details {
	display:inline-block;
	margin-left:10px;
	color:var(--rsalto-secondary)
}

.rstpl-box-left-image .rstpl-bordered-btn {
	float:right
}

.rstpl-box-left-image .rstpl-box-title {
	color:var(--rsalto-primary)
}
/* End Left Image Box */

/* Thumbnail Box */
.rstpl-box-thumb-left {
	margin-bottom: 3.75rem;
}
.rstpl-box-thumb-left:last-of-type {
	margin-bottom: 0;
}
.rstpl-box-thumb-left .rstpl-box-image {
	float: left;
	margin: 0 10px 0 0;
	padding: 10px;
	width: 90px;
}
.rstpl-box-thumb-left .rstpl-box-title {
	color: var(--rsalto-primary);
}
.rstpl-box-thumb-left .rstpl-box-content {
	line-height: 1.6em;
}
/* End Thumbnail Box */

/* Tab */
.tabs-left > .nav-tabs > li > a {
	border-radius: 0;
}
.rstpl-tabs .nav-tabs {
	border-bottom: 0;
	margin: 0;
}
.rstpl-tabs .nav-tabs > li {
	margin-right: 10px;
}
.rstpl-tabs .nav-tabs > li > a {
	border-radius: 0;
	font-size: 0.75em;
	font-weight: 700;
	padding: 17px 12px;
	text-transform: uppercase;
	display: block;
}
.rstpl-tabs .nav-tabs > li > a.active {
	border-bottom: solid 1px #fff;
	margin-bottom: -1px;
}
.rstpl-tabs .nav.nav-tabs > li > a:hover, .rstpl-tabs .nav > li > a:focus {
	outline: 0 none;
}
.rstpl-tabs .tab-content {
	overflow: hidden;
}
.rstpl-tabs .tab-content .rstpl-box-image, .accordion-inner .rstpl-box-image {
	float: left;
	margin: 0 10px 0 0;
	padding: 10px;
}
.rstpl-tabs .tab-content .rstpl-box-title {
	font-size: 18px;
	font-weight: 700;
}
.rstpl-tabs .nav-tabs > li > a {
	border-top: 1px solid #e0e0e0;
	border-left: 1px solid #e0e0e0;
	border-right: 1px solid #e0e0e0;
	color: var(--rsalto-primary);
}
.rstpl-tabs .nav-tabs > li > a:hover, .rstpl-tabs .nav-tabs > li > a:focus, .rstpl-tabs .nav-tabs > li > a:active {
	color: var(--rsalto-secondary);
}
.rstpl-tabs .nav-tabs > li > a.active, .rstpl-tabs .nav-tabs > .active > a:hover, .rstpl-tabs .nav-tabs > .active > a:focus {
	color: var(--rsalto-secondary);
}
.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: var(--rsalto-primary);
}

/* Default tabs */
.nav.nav-tabs {
	border-bottom: 0;
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
}
.nav.nav-tabs .nav-item {
	margin: 0 0 1px 0;
	position: relative;
	width: 100%;
}
.nav.nav-tabs .nav-item .nav-link {
	border: none;
	display: block;
	font-weight: 700;
	line-height: 90px;
	height: 100%;
	width: 100%;
	transition: background-color .4s linear;
}

.nav.nav-tabs .nav-item {
	background-color: var(--rsalto-primary);
}
.nav.nav-tabs .nav-item .nav-link {
	color: #ffffff;
	border-radius: 0;
}
.nav.nav-tabs .nav-item .nav-link.active,
.nav.nav-tabs .nav-item .nav-link.active:hover,
.nav.nav-tabs .nav-item .nav-link.active:focus,
.nav.nav-tabs .nav-item .nav-link:hover,
.nav.nav-tabs .nav-item .nav-link.active,
.nav.nav-tabs .nav-item .nav-link:focus {
	background-color: var(--rsalto-secondary);
}
/* End Tab */

/* Accordion */
.accordion {
	margin-bottom: 0;
	overflow: hidden;
}
.accordion-item {
	border-bottom: none 0;
	border-left: none 0;
	border-right: none 0;
	border-radius: 0;
	margin-bottom: 0;
}
.accordion-inner {
	border-top: 0;
	padding: 0 30px 30px 30px;
}
.accordion-header .accordion-toggle {
	padding: 30px;
	display: block;
}
.accordion-header > a {
	font-size: 16px;
}
.accordion-header > a:focus {
	outline: 0 none;
	text-decoration: none;
}
.accordion-toggle.collapsed {
	text-decoration: none;
}
.accordion-toggle {
	text-decoration: none;
}
.rstpl-box-accordion .accordion-toggle:before, .accordion .accordion-toggle:before {
	content: "\f078";
	font-family: var(--fa-style-family-classic);
	font-size: .8rem;
	margin-right: 10px;
}
.rstpl-box-accordion .accordion-toggle.collapsed:before, .accordion .accordion-toggle.collapsed:before {
	content: "\f054";
}
.accordion {
	border-bottom: 1px solid #e0e0e0;
	border-left: 1px solid #e0e0e0;
	border-right: 1px solid #e0e0e0;
}
.accordion-item {
	border-top: 1px solid #e0e0e0;
}
.accordion-toggle.collapsed,
.accordion-button.collapsed {
	color: var(--rsalto-primary);
}
.accordion-toggle,
.accordion-button,
.accordion-button:not(.collapsed) {
	color: var(--rsalto-secondary);
	background-color: transparent;
	border-bottom: solid 1px #e0e0e0;
}
.accordion-button:focus {
	box-shadow: none;
}
.rstpl-tabs .tab-content .rstpl-box-image, .accordion-inner .rstpl-box-image {
	border: 1px solid #e0e0e0;
}
/* End Accordion */

/* Dropdown */
.dropdown-menu {
	background-color: var(--rsalto-primary);
}

.dropdown-menu .dropdown-item {
	color: #ffffff;
}

.dropdown-menu .dropdown-item:hover,
.dropdown-menu .dropdown-item:active,
.dropdown-menu .dropdown-item:focus {
	background-color: var(--rsalto-secondary);
}
/* End Dropdown */

/* Footer */
.rstpl-footer-fluid-position {
	box-shadow: 0 0 100px 10px rgba(0, 0, 0, 0.1) inset;
	padding: 110px 0;
	background: url(../images/sqr-mask.png) 0 0 repeat var(--rsalto-primary);
}
.rstpl-footer-fluid-position .rstpl-box-title {
	font-weight: 700;
	margin: 0 0 50px 0;
}
.rstpl-footer-fluid-position .rstpl-box-content p {
	margin-bottom: 20px;
}
.rstpl-footer-fluid-position ul {
	list-style-type: none;
	margin: 0;
}
.rstpl-footer-fluid-position  ul > li:before {
	content: "\f054";
	font-family: var(--fa-style-family-classic);
	font-size: .8rem;
	font-weight: 700;
	margin-right: 10px;
}
.rstpl-footer-fluid-position  ul > li {
	line-height: 2em;
}
.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: var(--rsalto-secondary);
}
/* End Footer */

/* Socials */
.rstpl-social {
	box-shadow:0 0 30px 20px #0000001a inset;
	display:inline-block;
	margin-top:5rem;
	width:100%;
	overflow:hidden;
	background:url(../images/sqr-medium-mask.png) 0 0 repeat var(--rsalto-primary)
}

.rstpl-social .rstpl-title {
	margin-top:60px;
	text-align:center;
	color:#fff
}

.rstpl-box-personal .rstpl-box-social a {
	color:#fff;
	background-color:var(--rsalto-secondary)
}

.rstpl-box-personal .rstpl-box-social a:hover,.rstpl-box-personal .rstpl-box-social .rstpl-more {
	background-color:var(--rsalto-primary)
}

.rstpl-social-icons {
	display:inline-block;
	font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
	list-style:none;
	font-size:1em;
	margin:20px 0 0;
	padding:0
}

.rstpl-social-icons .rstpl-social-icon {
	font-family:"Helvetica Neue",Helvetica,Arial,sans-serif
}

.rstpl-social-icons li {
	display:inline-block;
	vertical-align:middle;
	line-height:1em
}

.rstpl-social-icons .rstpl-social-link {
	box-sizing:content-box!important;
	display:inline-block;
	height:1em;
	line-height:1em;
	padding:.5em;
	text-align:center;
	text-decoration:none;
	transition:all .4s;
	vertical-align:middle;
	width:1em;
	background-color:var(--rsalto-primary);
	color:#fff;
}

.rstpl-social-icons.rstpl-social-more {
	float:right;
}

.rstpl-social-icons.rstpl-social-big {
	font-size:2.6em;
	margin:3.75rem 0 40px;
	text-align:center;
}

.rstpl-social-icons.rstpl-social-big .rstpl-social-link {
	width:1em;
	background-color:transparent;
	border:3px solid var(--rsalto-secondary);
	color:var(--rsalto-secondary);
}

.rstpl-social-icons.rstpl-social-big li {
	display:inline-block;
	vertical-align:middle;
	line-height:1em;
	margin:0 5px 20px;
}

.rstpl-social-icons.rstpl-social-big .rstpl-social-link:hover {
	background-color:var(--rsalto-secondary);
	color:var(--rsalto-primary);
}

.rstpl-social-icons .rstpl-social-link:hover,.rstpl-social-icons.rstpl-social-more .rstpl-social-link {
	background-color:var(--rsalto-secondary);
}
/* End Socials */

/* Pagination */
.pagination {
	margin: 30px 0 0 0;
}
.pagination .page-link {
	color: #535353;
}
.pagination .active .page-link {
	color: #ffffff;
	background-color: var(--rsalto-primary);
	border-color: var(--rsalto-primary-dark);
}
.pagination .active .page-link:hover {
	background-color: var(--rsalto-secondary);
	border-color: var(--rsalto-secondary-dark);
}

.pagination .nav-pills .nav-item {
	margin: 4px;
}
.pagination .nav-pills .nav-link {
	color: #ffffff;
	background-color: var(--rsalto-primary);
	border-color: var(--rsalto-primary-dark);
}
.pagination .nav-pills .nav-link:hover, .pagination .nav-pills .nav-link:focus {
	background-color: var(--rsalto-secondary);
	border-color: var(--rsalto-secondary-dark);
}
.pagination .nav-pills .nav-link.active, .pagination .nav-pills .show > .nav-link {
	background-color: var(--rsalto-secondary);
	border-color: var(--rsalto-secondary-dark);
}
/* End Pagination */

/* Search */
.rstpl-main-menu-position .mod-finder .awesomplete {
	margin-left: auto;
}

.rstpl-main-menu-position .mod-finder .btn-primary {
	margin-right: auto;
}
/* End Search */

/* error.php CSS */
.rstpl-actual-error .label-inverse {
	color: #ffffff;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 0;
	position: relative;
	width: 2.5em;
	height: 2.5em;
	font-size: 6.5em;
	line-height: 2.5;
	padding: 0;
	margin: 0 auto;
}
.rstpl-actual-error p {
	font-size: 26px;
	font-weight: bold;
	margin-top: 20px;
	line-height: 28px;
}
.rstpl-error-page p {
	margin-bottom: 20px;
}
.rstpl-error-page h1 {
	border: none;
	font-size: 2em;
	margin: 30px 0px;
	padding-bottom: 30px;
	text-align: center;
}
.rstpl-error-reasons {
	width: 54%;
	margin: 0 auto;
}
.rstpl-error-reasons li {
	list-style: none;
	margin: 1% 0 1% 20%;
}
.rstpl-error-reasons li > i {
	margin-inline-end: 10px;
}
.rstpl-error-page .container {
	border: 1px solid #e0e0e0;
}
.rstpl-error-reasons {
	color: var(--rsalto-primary);
}
.rstpl-actual-error .label-inverse {
	background-color: var(--rsalto-secondary);
}
/* end error.php CSS */

/* search plugin from RSEventsPro! */
.rsepro_plugin_container .rsepro_plugin_image img {
	border-radius: 0px;
}
.rsepro_plugin_container {
	border-radius: 0px;
	margin: 0px;
	box-shadow: none;
}
.rstpl-rsepro-event {
	padding: 10px 20px;
}
.rstpl-rsepro-event .rs_event_dates {
	font-size: 12px;
}
.rstpl-rsepro-event .rsepro_plugin_link {
	font-weight: 400;
	font-size: 22px;
	padding: 7px 0px 5px;
	display: block;
}
.rsepro_plugin_container .rs_event_details {
	padding: 3px 0px;
	margin-left: 0.3%;
	float: right;
	width: 79.3%;
}
.rsepro_plugin_container  .rs_event_details > .rs_event_details_list {
	margin: 0px;
	width: 100%;
}
.rsepro_plugin_container  .rs_event_details > .rs_event_details_list span {
	display: inline-block;
}

.rsepro_plugin_container  .rs_event_details > .rs_event_details_list li {
	margin: 0px 0px 4px 0px;
	padding: 5px 10px !important;
	list-style-type: none;
}
#rscategories, #rslocations, #rsarchive {
	width: 100% !important;
}
.rsepro_search_form .rs_date {
	text-align:center;
}
.rsepro_search_form .input-append {
	text-align: center;
}
.rsepro_search_form .btn {
	border-radius: 0 !important;
	line-height: 28px;
}
.rsepro_search_form label {
	padding: 3px;
	font-weight: 400;
	font-size: 16px;
}
.rsepro_search_form > form > div {
	margin-bottom: 15px;
}
#rsend,#rsstart {
	width: auto;
}
.calendar table {
	width: 100%;
}

#rseprosearch, #rs_calendar .rs_search_button {
	margin: 0px !important;
}
label.ordering {
	display: inline;
}
/* end search plugin from RSEventsPro! */

/* RSComments! */
#rscommentsFormMainContainer, #rscommentsFormContainer {
	font-weight: 400;
}
.rsc_comment_content, .rsc_subject {
	font-weight: 400;
}
#rscommentsForm {
	border-radius: 0;
	width: 100%;
}
#rscommentsForm textarea {
	width: 100% !important;
}
.rscCaptcha {
	margin-top: 10px;
}
#submit_captcha {
	margin-top:10px;
}
div.rsc_cloud_comment, div.rsc_cloud_comment:hover {
	background: none;
	box-shadow: none;
	border-radius: 0;
	margin: 0;
	width: 100%;
}
.rsc_author {
	margin-bottom: 20px;
}
.rsc_avatar_container {
	text-align: left !important;
}
.rsc_avatar {
	box-shadow: none;
	border: none;
	border-radius: 0px;
}
.rsc_voting {
	float: right;
	margin-right: 0px;
	padding-bottom: 10px;
}
.rsc_voting span {
	float: right;
}
.rsc_comment_options {
	margin-right: 15px;
	margin-bottom: 5px;
}
.rsc_subject {
	font-size: 1.6em;
	font-weight: 700;
	padding: 0px;
	margin: 0 0 .5em 0;
	width: 66%;
}
.rsc_comment_box{
	text-align: justify;
	width: 66%;
	margin-top: 10px;
}
.rsc_buttons_container {
	margin-top: 0px;
	padding-top: 0px;
}
/* End RSComments! */

/* content plugin from RSMediaGallery! */
ul.rsmg_content_gallery li div.rsmg_content_container {
	border-radius: 0;
	box-shadow: none;
}
/* end content plugin from RSMediaGallery! */

@media (max-width: 1200px) {
	body {
		font-size: 14px;
	}
	.navbar .brand {
		margin: 0 30px 0 0;
	}
	.navbar .nav > li {
		margin-right: 0;
	}
	.navbar .nav > li > a {
		padding: 10px 8px;
	}
	.rstpl-box-title-center h4 {
		padding: 0 45px;
	}
	.rstpl-box-title-left h4 {
		padding: 0 45px 0 0;
	}
	.rstpl-box-title-right h4 {
		padding: 0 0 0 45px;
	}
	.rstpl-box-featured .rstpl-box-title {
		font-size: 2.5rem;
	}
	.rstpl-box-vertical-image .rstpl-box-sales:before {
		border-left: 15px solid transparent;
	}
	.rstpl-box-vertical-image .rstpl-box-sales {
		left: -15px;
	}
	.rstpl-tab-nav {
		text-indent: 45px;
	}
	.rstpl-box-horizontal-icon-left .rstpl-icon {
		margin-right: 10px;
	}
	.rstpl-box-personal .rstpl-social-container {
		overflow: hidden;
	}
	.rstpl-box-personal .rstpl-box-social a {
		height: 1.8em;
		width: 1.8em;
		line-height: 1.4em;
	}
	.rstpl-box-full-dark-horizontal-image .img-polaroid {
		padding: 15px;
	}
	.rstpl-box-full-dark-horizontal-image:hover .rstpl-box-image img {
		transform: scale(1.2, 1.2);
	}
	.rstpl-padding {
		padding: 1em;
	}
	.rstpl-social-icons .rstpl-social-link {
		width: 100%;
	}
	.rstpl-social-icons li {
		display: block;
	}
	[class^="rstpl-social-icon-"]:before, [class*=" rstpl-social-icon-"]:before, [class*=" rstpl-social-icon-more"] {
		margin-left: -1em;
	}
	.rstpl-social-big [class^="rstpl-social-icon-"]:before, .rstpl-social-big [class*=" rstpl-social-icon-"]:before {
		margin-left: -.1em;
	}
}
@media (min-width: 768px) and (max-width: 979px) {
	.rstpl-top-box.rstpl-login {
		margin-bottom: 0;
	}
	.rstpl-top-box.rstpl-login .control-group, .rstpl-top-box.rstpl-login .control-group.small {
		display: block;
		margin: 0 0 15px 0;
		width: 100%;
	}
	.rstpl-top-box.rstpl-login .control-group:last-of-type {
		margin: 0;
	}
	.rstpl-top-box.rstpl-login .control-group.checkbox {
 		position: relative;
 		margin-bottom: 0;
		right: 0;
		top: 0;
	}
	.rstpl-top-box.rstpl-login .unstyled {
		position: relative;
		top: 0;
		left: 0;
	}
	.rstpl-top-box.rstpl-login .unstyled > li {
		display: block;
		margin-right: 0;
	}
	.rstpl-top-box.rstpl-login .control-group .btn:first-child {
		margin-right: 0;
		margin-bottom: 10px;
	}
	.rstpl-top-box.rstpl-login .input-prepend.input-append .add-on {
		width: 5%;
	}
	.rstpl-top-box.rstpl-login .input-prepend.input-append input[type="text"], .rstpl-top-box.rstpl-login .input-prepend.input-append input[type="password"], .rstpl-top-box.rstpl-login .input-prepend.input-append btn {
		width: 90%;
	}
	.rstpl-top-box.rstpl-login .input-prepend.input-append .btn {
		width: 5%;
	}
	.navbar-wrapper .container {
		position: relative;
	}
	.navbar-wrapper .rstpl-menu-right, .navbar-wrapper .rstpl-menu-left {
		margin: 0;
	}
	.navbar-wrapper .rstpl-menu-left {
		float: left;
	}
	.navbar-wrapper .rstpl-main-menu {
		width: 100%;
	}
	.nav-collapse, .nav-collapse.collapse {
		top: 30px;
	}
	.nav-collapse .dropdown-menu > li > a {
		padding: 15px;
	}
	.navbar {
		padding: 50px 0 10px 0;
	}
	.navbar-inner {
		margin-top: 0;
	}
	.navbar .nav {
		float: left !important;
	}
	.navbar .nav > li {
		margin-right: 0;
	}
	.navbar .nav > li > a {
		margin: 15px 0;
	}
	.navbar .nav > li > .dropdown-menu:before {
		border-bottom: 0;
		border-left: 0;
		border-right: 0;
		top: 0;
	}
	.navbar .nav > li > .dropdown-menu:after {
		border-bottom: 0;
		border-left: 0;
		border-right: 0;
		top: 0;
	}
	.nav .dropdown-menu {
		display: block;
		padding: 0;
	}
	.nav .divider {
		padding: 0;
	}
	.nav-collapse .nav-header, .nav .divider > .separator {
		display: block;
		margin: 15px 0;
		padding: 10px 8px;
	}
	.dropdown .dropdown-menu .nav-header {
		margin: 0;
		padding: 15px;
	}
	.dropdown-submenu > .dropdown-menu:before {
		border-top: 0;
		border-right: 0;
		border-left: 0;
	}
	.dropdown-submenu > .dropdown-menu {
		padding-left: 0;
		margin-left: 16px;
	}
	.dropdown-submenu > .dropdown-menu li {
		padding: 0;
		margin: 0;
	}
	.dropdown-submenu > .dropdown-menu li:first-child {
		padding-top: 0;
		margin: 0;
	}
	.dropdown-submenu > .dropdown-menu li:last-child {
		padding-bottom: 0;
	}
	.dropdown-menu > li > a:hover, .dropdown-menu > li > a:active, .dropdown-menu > li > a:focus, .dropdown-submenu:hover > a, .dropdown-submenu:focus > a {
		background-image: none;
	}
	.rstpl-right-box {
		padding: 20px;
	}
	[class*="rstpl-box-title-"] {
		background-position: 0 10px;
	}
	.rstpl-box-title-center h4 {
		padding: 0 30px;
	}
	.rstpl-box-title-left h4 {
		padding: 0 30px 0 0;
	}
	.rstpl-box-title-right h4 {
		padding: 0 0 0 30px;
	}
	.rstpl-box-featured .rstpl-box-content {
		height: 136px;
		width: 228px;
	}
	.rstpl-box-featured .rstpl-box-subtitle {
		margin-bottom: 5px;
	}
	.rstpl-box-featured .rstpl-box-title {
		font-size: 30px;
		margin-bottom: 5px;
	}
	.rstpl-box-featured .rstpl-box-details {
		margin: 0 0 6% 0;
	}
	.rstpl-box-featured .rstpl-box-pricetag {
		font-size: 1.5rem;
	}
	.rstpl-box-vertical-image .rstpl-box-sales {
		top: 60px;
	}
	.rstpl-box-vertical-image .rstpl-box-pricetag-container {
		margin-bottom: 15px;
	}
	.rstpl-box-vertical-image .rstpl-box-pricetag {
		float: none;
	}
	.rstpl-menu h5 {
		margin-left: 20px;
	}
	.rstpl-menu {
		padding: 20px 0;
	}
	.rstpl-menu .mod-menu {
		margin: 0;
	}
	.rstpl-menu .mod-menu > li {
		line-height: 35px;
		text-indent: 20px;
	}
	.rstpl-box-personal .rstpl-box-social a {
		height: 1.3em;
		width: 1.3em;
		line-height: 1em;
		padding: .2em;
	}
	.rstpl-box-horizontal-icon-left .rstpl-title {
		display: block;
	}
	.rstpl-box-vertical-round-image .rstpl-box-image {
		margin: 0 auto -80px;
		height: 160px;
		width: 160px;
	}
	.rstpl-box-full-dark-horizontal-image:hover .rstpl-box-image img {
		transform: scale(1.2, 1.26);
	}
	.rstpl-simple-carousel img {
		padding: 15px;
	}
	.rstpl-box-left-image .rstpl-box-details {
		width: 63%;
	}
	.rstpl-show-grid [class^="col-"],
	.rstpl-show-grid [class*=" col-"] {
		margin-bottom: 30px;
	}
}
@media (max-width: 767px) {
	body {
		font-size: 16px;
	}
	.container {
		padding: 0 60px;
	}
	.rstpl-top-box.rstpl-login {
		margin-bottom: 0;
	}
	.rstpl-top-box.rstpl-login .control-group, .rstpl-top-box.rstpl-login .control-group.small {
		display: block;
		margin: 0 0 15px 0;
		width: 100%;
	}
	.rstpl-top-box.rstpl-login .control-group:last-of-type {
		margin: 0;
	}
	.rstpl-top-box.rstpl-login .control-group.checkbox {
 		position: relative;
 		margin-bottom: 0;
		right: 0;
		top: 0;
	}
	.rstpl-top-box.rstpl-login .unstyled {
		position: relative;
		top: 0;
		left: 0;
	}
	.rstpl-top-box.rstpl-login .unstyled > li {
		display: block;
		margin-right: 0;
	}
	.rstpl-top-box.rstpl-login .control-group .btn:first-child {
		margin-right: 0;
		margin-bottom: 10px;
	}
	.navbar-wrapper .container {
		position: relative;
	}
	.navbar-wrapper .rstpl-menu-left {
		float: left;
		margin: 0;
	}
	.navbar-wrapper .rstpl-main-menu {
		width: 100%;
	}
	.nav-collapse, .nav-collapse.collapse {
		top: 30px;
	}
	.nav-collapse .dropdown-menu > li > a {
		padding: 15px;
	}
	.navbar {
		padding: 50px 0 10px 0;
	}
	.navbar-inner {
		margin-top: 0;
	}
	.navbar .nav {
		float: left !important;
	}
	.navbar .nav > li {
		margin-right: 0;
	}
	.navbar .nav > li > a {
		margin: 15px 0;
	}
	.navbar .nav > li > .dropdown-menu:before {
		border-bottom: 0;
		border-left: 0;
		border-right: 0;
		top: 0;
	}
	.navbar .nav > li > .dropdown-menu:after {
		border-bottom: 0;
		border-left: 0;
		border-right: 0;
		top: 0;
	}
	.nav .dropdown-menu {
		display: block;
		padding: 0;
	}
	.nav .divider {
		padding: 0;
	}
	.nav-collapse .nav-header, .nav .divider > .separator {
		display: block;
		margin: 15px 0;
		padding: 10px 8px;
	}
	.dropdown .dropdown-menu .nav-header {
		margin: 0;
		padding: 15px;
	}
	.dropdown-menu > li > a:hover, .dropdown-menu > li > a:active, .dropdown-menu > li > a:focus, .dropdown-submenu:hover > a, .dropdown-submenu:focus > a {
		background-image: none;
	}
	.dropdown-submenu > .dropdown-menu:before {
		border-top: 0;
		border-right: 0;
		border-left: 0;
	}
	.dropdown-submenu > .dropdown-menu {
		padding-left: 0;
		margin-left: 16px;
	}
	.dropdown-submenu > .dropdown-menu li {
		padding: 0;
		margin: 0;
	}
	.dropdown-submenu > .dropdown-menu li:first-child {
		padding-top: 0;
		margin: 0;
	}
	.dropdown-submenu > .dropdown-menu li:last-child {
		padding-bottom: 0;
	}
	.navbar .navbar-inner {
		margin: 0;
	}
	.navbar .btn.btn-navbar {
		margin-right: 0;
	}
	.rstpl-box-title-center h4 {
		padding: 0 30px;
	}
	.rstpl-box-title-left h4 {
		padding: 0 30px 0 0;
	}
	.rstpl-box-title-right h4 {
		padding: 0 0 0 30px;
	}
	.rstpl-box-featured .rstpl-box-bg {
		background: no-repeat scroll 0 0 / 100% 100% rgba(0, 0, 0, 0);
	}
	.rstpl-box-featured .rstpl-box-content {
		height: auto;
		width: auto;
	}
	.rstpl-box-featured .rstpl-box-title {
		font-size: 3rem;
		line-height: 1em;
		margin-bottom: 8%;
		text-transform: uppercase;
	}
	.rstpl-box-featured .rstpl-box-subtitle {
		margin-bottom: 8%;
	}
	.rstpl-box-featured .rstpl-box-details {
		margin: 0 0 5% 0;
	}
	.rstpl-box-featured .rstpl-box-pricetag {
		font-size: 1.875rem;
		margin-bottom: 0;
	}
	.rstpl-box-full-dark-vertical-image .rstpl-box-image-group {
		height: auto;
	}
	.rstpl-box-full-dark-vertical-image .rstpl-box-image-group  .rstpl-box-image-first,
	.rstpl-box-full-dark-vertical-image .rstpl-box-image-group  .rstpl-box-image-third {
		display: none;
	}
	.rstpl-box-full-dark-vertical-image .rstpl-box-image-group  .rstpl-box-image-second {
		max-width: 100%;
		top: 2em;
	}
	.rstpl-box-horizontal-icon-left .rstpl-margin-bottom {
		margin-bottom: 1.875rem;
	}
	.rstpl-box-horizontal-icon-left .rstpl-icon.m-bot-small {
		margin-bottom: .95rem;
	}
	.rstpl-box-full-dark-horizontal-image .container {
		padding: 3.75rem 60px;
	}
	.rstpl-box-full-dark-horizontal-image:hover .rstpl-box-image img {
		transform: scale(1.2, 1.33);
	}
	.rstpl-box-full-dark-horizontal-image .img-polaroid {
		padding: 15px;
	}
	.rstpl-box-full-dark-horizontal-image .rstpl-description {
		margin-bottom: 0;
	}
	.rstpl-simple-carousel {
		margin-bottom: 5rem;
	}
	.rstpl-simple-carousel .carousel-control {
		top: 100%;
		transform: translateY(0);
	}
	.rstpl-simple-carousel .carousel-inner {
		width: 100%;
	}
	.rstpl-gallery-carousel img {
		width: 100%;
	}
	.rstpl-gallery-carousel .rstpl-box-image-border {
		padding: 30px;
	}
	.rstpl-box-thumb-left {
		margin-bottom: 30px;
		overflow: hidden;
	}
	.rstpl-box-thumb-left:last-child {
		margin-bottom: 0;
	}
	.rstpl-box-thumb-left .m-bot {
		margin-bottom: 0;
	}
	.rstpl-padding {
		padding: 30px;
	}
	.rstpl-social-icons.rstpl-social-big {
		font-size: 2em;
		margin-bottom: 40px;
	}
	.rstpl-social-icons.rstpl-social-big li {
		margin: 0 6px 20px;
	}
	.rstpl-box-left-image .rstpl-box-image-border {
		margin-bottom: 1.875rem;
		padding: 30px;
		width: 100%;
	}
	.rstpl-box-left-image .rstpl-box-image img {
		width: 100%;
	}
	.rstpl-box-left-image .rstpl-box-details {
		width: 100%;
	}
	.rstpl-tabs .nav-tabs > li {
		margin-right: 5px;
	}
	.rstpl-tabs .nav-tabs > li > a {
		padding-left: 8px;
		padding-right: 8px;
	}
	.rstpl-show-grid [class^="col-"],
	.rstpl-show-grid [class*=" col-"] {
		margin-bottom: 30px;
	}
}
@media (max-width: 680px) {
	.rstpl-all-content-position [class*="rstpl-right-box"]:first-child {
		margin-bottom: 30px;
	}
}
@media (max-width: 560px) {
	.rstpl-box-left-image .rstpl-bordered-btn {
		float: none;
	}
}
@media (max-width: 480px) {
	body {
		font-size: 14px;
	}
	.container {
		padding: 0 30px;
	}
	.navbar .navbar-inner {
		margin: 0;
	}
	.rstpl-img-border-big {
		padding: 15px;
	}
	[class*="rstpl-box-title-"] {
		background-position: 0 8px;
	}
	.rstpl-box-title-center h4 {
		padding: 0 15px;
	}
	.rstpl-box-title-left h4 {
		padding: 0 15px 0 0;
	}
	.rstpl-box-title-right h4 {
		padding: 0 0 0 15px;
	}
	.rstpl-box-featured .rstpl-box-title {
		font-size: 2.4rem;
		margin-bottom: 8%;
	}
	.rstpl-box-featured .rstpl-box-subtitle {
		margin-bottom: 10%;
	}
	.rstpl-box-featured .rstpl-box-details {
		margin: 0 0 12% 0;
	}
	.rstpl-box-vertical-image .rstpl-box-sales {
		top: 60px;
	}
	.rstpl-box-personal .rstpl-box-social a {
		line-height: 1.4em;
	}
	.rstpl-box-full-dark-horizontal-image .container {
		padding: 3.75rem 30px;
	}
	.rstpl-box-full-dark-horizontal-image:hover .rstpl-box-image img {
		transform: scale(1.22, 1.22);
	}
	.rstpl-simple-carousel .rstpl-box-title {
		font-size: 2.7em;
	}
	.rstpl-simple-carousel {
		margin-bottom: 3.75rem;
	}
	.rstpl-box-left-image .rstpl-box-image img {
		width: 100%;
	}
	.rstpl-box-left-image .rstpl-box-image {
		width: 100%;
	}
	.rstpl-box-left-image .rstpl-box-details {
		width: 100%;
	}
	.rstpl-box-left-image .rstpl-img-border-small {
		margin-bottom: 1.875rem;
	}
	.rstpl-box-left-image .rstpl-bordered-btn {
		float: right;
	}
	.rstpl-padding {
		padding: 15px;
	}
	.rstpl-social-icons.rstpl-social-big {
		font-size: 1.6em;
		margin-bottom: 50px;
	}
	.rstpl-social-icons.rstpl-social-big li {
		margin: 0 2px 10px;
	}
	.rstpl-gallery-carousel .rstpl-box-image-border {
		padding: 15px;
	}
	.rstpl-simple-carousel img {
		padding: 15px;
	}
	.rstpl-simple-carousel .carousel-control {
		font-size: 60px;
		height: 45px;
		width: 45px;
		line-height: 40px;
	}
	.rstpl-box-left-image .rstpl-box-image-border {
		padding: 15px;
	}
	.rstpl-tabs .nav-tabs > li {
		margin-right: 2px;
	}
	.rstpl-tabs .nav-tabs > li > a {
		padding-left: 5px;
		padding-right: 5px;
	}
}

@media (max-width: 420px) {
	.rstpl-box-left-image .rstpl-bordered-btn {
		float: none;
	}
}
@media (max-width: 320px) {
	.container {
		padding: 0 15px;
	}
	.rstpl-box-featured .rstpl-box-title {
		font-size: 2rem;
		margin-bottom: 5%;
	}
	.rstpl-box-featured .rstpl-box-subtitle {
		margin-bottom: 7%;
	}
	.rstpl-box-featured .rstpl-box-details {
		margin: 0 0 9% 0;
	}
	.rstpl-box-full-dark-horizontal-image:hover .rstpl-box-image img {
		transform: scale(1.24, 1.32);
	}
	.rstpl-box-full-dark-horizontal-image .btn {
		padding: 5px 10px;
	}
	.rstpl-simple-carousel img {
		padding: 10px;
	}
}

@media (min-width: 768px) and (max-width: 979px) {
	.nav-collapse .mod-menu__sub a:hover, .nav-collapse .mod-menu__sub a:focus {
		color: var(--rsalto-secondary);
	}
	.nav-collapse .nav .nav-header {
		color: #535353;
	}
	.dropdown-submenu > .mod-menu__sub {
		background-color: transparent;
	}
	.dropdown-submenu > .mod-menu__sub li {
		background-color: transparent;
	}
	.dropdown-submenu > .mod-menu__sub li:first-child {
		background-color: transparent;
	}
	.mod-menu__sub > li > a:hover, .mod-menu__sub > li > a:active, .mod-menu__sub > li > a:focus, .dropdown-submenu:hover > a, .dropdown-submenu:focus > a, .mod-menu__sub > .active > a, .mod-menu__sub > .active > a:hover, .mod-menu__sub > .active > a:focus {
		background-color: transparent;
		color: var(--rsalto-secondary);
	}
	.nav-collapse .mod-menu__sub .nav-header {
		color: #777;
	}
}
@media (max-width: 767px) {
	.nav-collapse .mod-menu__sub a:hover, .nav-collapse .mod-menu__sub a:focus {
		color: var(--rsalto-secondary);
	}
	.nav-collapse .nav .nav-header {
		color: #535353;
	}
	.mod-menu__sub > li > a:hover, .mod-menu__sub > li > a:active, .mod-menu__sub > li > a:focus, .dropdown-submenu:hover > a, .dropdown-submenu:focus > a, .mod-menu__sub > .active > a, .mod-menu__sub > .active > a:hover, .mod-menu__sub > .active > a:focus {
		background-color: transparent;
		color: var(--rsalto-secondary);
	}
	.dropdown-submenu > .mod-menu__sub {
		background-color: transparent;
	}
	.dropdown-submenu > .mod-menu__sub li {
		background-color: transparent;
	}
	.dropdown-submenu > .mod-menu__sub li:first-child {
		background-color: transparent;
	}
	.nav-collapse .mod-menu__sub .nav-header {
		color: #777;
	}
}