/*
/ RSBaraka!
/
/-------------------------------------------------------------------------------
/
/ Table of contents
/ Load Fonts
/ 1 General
  / 1.1 Body
  / 1.2 Typography
  / 1.3 Titles
  / 1.4 Icons
  / 1.5 Lists
  / 1.6 Tables
  / 1.7 Buttons
/ 2 Forms
/ 3 Navbar
/ 4 Sections
  / 4.1 Header
  / 4.2 Sections
  / 4.3 Footer
  / 4.4 Copyright
/ 5 Bootstrap Overrides
  / 5.1 Accordion
  / 5.2 Alerts
  / 5.3 Carousel
  / 5.4 Dropdown
  / 5.5 Grid
  / 5.6 Hero
  / 5.7 Pager
  / 5.8 Progress Bars
  / 5.9 Tab
  / 5.10 Thumbnail
  / 5.11 Tooltip
/ 6 Content / Article
/ 7 Contact
/ 8 News Feed
/ 9 RSComponents
/ 10 Error Page
/ 11 Widgets
/ 12 Chosen (Joomla! core plugin)
/ 13 Go Top Button
/ 14 Skip Slider Button
/ 15 Position Spacing

------------------------------------------------------------------------------*/
@font-face {
  font-family: "BarracudaScriptRegular";
  src: url('../../rsbaraka/css/fonts/BarracudaScriptRegular.otf');
  font-weight: normal;
  font-style: normal;
}
/* 1 General Styles
------------------------------------------------------------------------------*/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  background-color: #ffffff;
  color: #6c6c6c;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
  line-height: 24px;
  overflow-x: hidden;
  padding: 0;
  z-index: 0;
}
.body {
  overflow: hidden;
}
hr {
  border-color: #e1e1e1;
}
a {
  color: #79193b;
  outline: 0;
}
a:hover,
a:active,
a:focus {
  color: #3a0c1c;
  text-decoration: none;
  outline: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Raleway', Helvetica, serif;
  color: #937a57;
  line-height: 1.2;
}
h1 {
  font-size: 70px;
  font-weight: 200;
}
h2 {
  font-size: 56px;
  font-weight: 200;
}
h3 {
  font-size: 42px;
  font-weight: 400;
}
h4 {
  font-size: 23px;
  font-weight: 600;
}
h5 {
  font-size: 17px;
  font-weight: 600;
}
h6 {
  font-size: 14px;
  font-weight: 600;
}
p {
  margin: 0 0 25px 0;
}
@media (max-width: 480px) {
  h1 {
    font-size: 53px;
  }
  h2 {
    font-size: 42px;
  }
  h3 {
    font-size: 32px;
  }
}
::selection {
  background: #79193b;
  color: #ffffff;
  text-shadow: none;
}
::-moz-selection {
  background: #79193b;
  color: #ffffff;
  text-shadow: none;
}
strong {
  text-transform: uppercase;
}
.label,
.badge {
  background-color: #fbb829;
  border-radius: 0px;
  color: #ffffff;
  text-shadow: none;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
.label p,
.badge p {
  color: #ffffff;
}
.label.label-success,
.badge.label-success,
.label.badge-success,
.badge.badge-success {
  background-color: #a1c820;
}
.label.label-info,
.badge.label-info,
.label.badge-info,
.badge.badge-info {
  background-color: #2a8fbd;
}
.label.label-error,
.badge.label-error,
.label.badge-error,
.badge.badge-error {
  background-color: #ed092f;
}
.label.label-inverse,
.badge.label-inverse,
.label.badge-inverse,
.badge.badge-inverse {
  background-color: #2c2c2c;
  color: #ffffff;
}
.muted {
  color: rgba(108, 108, 108, 0.55);
}
.text-warning {
  color: #fbb829;
}
.text-error {
  color: #ed092f;
}
.text-info {
  color: #2a8fbd;
}
.text-success {
  color: #a1c820;
}
@media (max-width: 768px) {
  .container {
    padding: 0 15px;
  }
}
blockquote,
q {
  quotes: "" "";
  border: none;
  color: #937a57;
  display: block;
  font-size: 22px;
  font-weight: 300;
  font-style: italic;
  margin: 0;
  width: 100%;
}
blockquote:before,
q:before,
blockquote:after,
q:after {
  border: 0;
  content: "";
  display: block;
  height: 2px;
  margin: 10px 0 30px 0;
  width: 100%;
  position: relative;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 100 100' preserveAspectRatio='none'%3E%3Cpolygon points='0,0 100,0 0,100' style='fill:%2379193b;' /%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
blockquote:after,
q:after {
  margin: 40px 0 30px 0;
}
blockquote > *,
q > * {
  margin-left: 15px;
}
blockquote > p,
q > p {
  color: #937a57;
  font-size: 22px;
  font-weight: 400;
  font-style: italic;
  margin-bottom: 20px;
}
blockquote > p + *,
q > p + * {
  margin-left: 30px;
}
blockquote.right,
q.right {
  padding: 0px 15px 0px 0px;
  text-align: right;
}
blockquote.right:before,
q.right:before,
blockquote.right:after,
q.right:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 100 100' preserveAspectRatio='none'%3E%3Cpolygon points='100,0 100,100 0,0' style='fill:%2379193b;' /%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
blockquote.right > *,
q.right > * {
  margin-left: 0px;
  margin-right: 15px;
}
blockquote.right > p + *,
q.right > p + * {
  margin-left: 0px;
  margin-right: 30px;
}
dt {
  color: #937a57;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
}
dd {
  margin-left: 20px;
  margin-bottom: 10px;
}
dfn,
cite,
em,
i {
  font-style: italic;
}
.input-prepend .add-on:first-child,
.input-prepend .btn:first-child {
  border-radius: 0px 0 0 0px;
}
.input-prepend .add-on:last-child,
.input-prepend .btn:last-child {
  border-radius: 0 0px 0px 0;
}
.well {
  background-color: #f7f5f2;
  border-color: #e4ddd2;
  border-radius: 0px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
/* Titles
------------------------------------------------------------------------------*/
h1.rstpl-title,
h2.rstpl-title,
h3.rstpl-title {
  letter-spacing: 6px;
  text-shadow: 3px 3px 1px rgba(0, 0, 0, 0.25);
}
.rstpl-title {
  margin: 0 0 40px 0;
  text-transform: uppercase;
}
.rstpl-title h1,
.rstpl-title h2,
.rstpl-title h3 {
  text-shadow: 3px 3px 1px rgba(0, 0, 0, 0.25);
}
.rstpl-title-left h1.rstpl-title,
.rstpl-title-left h2.rstpl-title,
.rstpl-title-left h3.rstpl-title,
.rstpl-title-left h4.rstpl-title,
.rstpl-title-left h5.rstpl-title,
.rstpl-title-left h6.rstpl-title {
  text-align: left;
  word-spacing: 1000px;
}
.rstpl-title-right h1.rstpl-title,
.rstpl-title-right h2.rstpl-title,
.rstpl-title-right h3.rstpl-title,
.rstpl-title-right h4.rstpl-title,
.rstpl-title-right h5.rstpl-title,
.rstpl-title-right h6.rstpl-title {
  text-align: right;
  word-spacing: 1000px;
}
.rstpl-m-title .rstpl-title {
  margin: 0 0 30px 0;
}
.rstpl-small-m-title .rstpl-title {
  margin: 0 0 15px 0;
}
/* Icons
------------------------------------------------------------------------------*/
.rstpl-icon-list [class*="span"] {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 1.5em;
  overflow: hidden;
}
.rstpl-icon-list [class*="icon-"] {
  font-size: 1.5em;
  width: 100%;
  text-align: center;
}
.rstpl-icon-list .rstpl-icon-label {
  display: block;
  font-size: .8em;
  text-align: center;
  width: 100%;
}
/* Lists
------------------------------------------------------------------------------*/
.rstpl-arrow-simple-bullet,
.rstpl-arrow-circle-bullet {
  list-style-type: none;
  margin: 0;
}
.rstpl-arrow-simple-bullet > li:before {
  content: "\f054";
  font-family: "FontAwesome";
  font-size: .8em;
  font-weight: 700;
  margin-right: 10px;
  color: #937a57;
}
.rstpl-arrow-simple-bullet > li,
.rstpl-arrow-circle-bullet > li {
  line-height: 2em;
}
.rstpl-arrow-circle-bullet > li:before {
  content: "\f138";
  font-family: "FontAwesome";
  font-size: 1em;
  font-weight: 100;
  margin-right: 10px;
  vertical-align: 0;
}
/* Tables
------------------------------------------------------------------------------*/
.rs_clear {
  height: 0 !important;
  line-height: 0 !important;
}
.rs_table [id*="rscalendarmonth"] {
  font-weight: 900;
}
.rs_calendar_arrows_module {
  font-size: 1.5em;
  line-height: 1.5em;
  padding: 0 8px !important;
  width: 10px;
}
.table-bordered {
  border-radius: 0px;
}
table {
  margin: 0 0 1.5em;
  width: 100%;
  border: 1px solid #e1e1e1;
  max-width: 100%;
  margin-bottom: 20px;
}
table > thead > tr > th,
table > tbody > tr > th,
table > tfoot > tr > th,
table > thead > tr > td,
table > tbody > tr > td,
table > tfoot > tr > td {
  padding: 15px;
  vertical-align: top;
  border: 1px solid #e1e1e1;
}
table > thead > tr > th,
table > thead > tr > td {
  border-bottom-width: 2px;
}
table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #e1e1e1;
}
table > caption + thead > tr:first-child > th,
table > colgroup + thead > tr:first-child > th,
table > thead:first-child > tr:first-child > th,
table > caption + thead > tr:first-child > td,
table > colgroup + thead > tr:first-child > td,
table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
table > tbody + tbody {
  border-top: 2px solid #e1e1e1;
}
/* Buttons
------------------------------------------------------------------------------*/
button {
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #e1e1e1;
  border-radius: 0px;
  color: #333333;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  padding: 12px 24px;
  text-align: center;
  text-shadow: none;
  vertical-align: middle;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
button:hover,
button:focus {
  background-color: #e6e6e6;
  background-position: 0 center;
  border: 1px solid #e1e1e1;
  color: #333333;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
button:hover,
button:focus {
  background-color: #e6e6e6;
  background-position: 0 center;
  border: 1px solid #e1e1e1;
  color: #333333;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.btn {
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #e1e1e1;
  border-radius: 0px;
  color: #333333;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  padding: 12px 24px;
  text-align: center;
  text-shadow: none;
  vertical-align: middle;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.btn:hover,
.btn:focus {
  background-color: #e6e6e6;
  background-position: 0 center;
  border: 1px solid #e1e1e1;
  color: #333333;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.btn:hover,
.btn:focus {
  background-color: #e6e6e6;
  background-position: 0 center;
  border: 1px solid #e1e1e1;
  color: #333333;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.btn.btn-bordered {
  background-color: transparent;
  background-image: none;
  border: 2px solid #ffffff;
  border-radius: 0px;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  padding: 12px 24px;
  text-align: center;
  text-shadow: none;
  vertical-align: middle;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.btn.btn-bordered:hover,
.btn.btn-bordered:focus {
  background-color: rgba(0, 0, 0, 0);
  background-position: 0 center;
  border: 2px solid #ffffff;
  color: #ffffff;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.btn.btn-bordered:hover,
.btn.btn-bordered:focus {
  background-color: rgba(0, 0, 0, 0);
  background-position: 0 center;
  border: 2px solid #ffffff;
  color: #ffffff;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.btn.btn-bordered:hover,
.btn.btn-bordered:focus,
.btn.btn-bordered:active {
  border-color: #bfbfbf;
  color: #bfbfbf;
}
.btn.btn-primary {
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #e1e1e1;
  border-radius: 0px;
  color: #79193b;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  padding: 12px 24px;
  text-align: center;
  text-shadow: none;
  vertical-align: middle;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.btn.btn-primary:hover,
.btn.btn-primary:focus {
  background-color: #e6e6e6;
  background-position: 0 center;
  border: 1px solid #e1e1e1;
  color: #79193b;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.btn.btn-primary:hover,
.btn.btn-primary:focus {
  background-color: #e6e6e6;
  background-position: 0 center;
  border: 1px solid #e1e1e1;
  color: #79193b;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.btn.btn-primary.btn-bordered {
  background-color: transparent;
  background-image: none;
  border: 2px solid #79193b;
  border-radius: 0px;
  color: #79193b;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  padding: 12px 24px;
  text-align: center;
  text-shadow: none;
  vertical-align: middle;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.btn.btn-primary.btn-bordered:hover,
.btn.btn-primary.btn-bordered:focus {
  background-color: rgba(0, 0, 0, 0);
  background-position: 0 center;
  border: 2px solid #79193b;
  color: #79193b;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.btn.btn-primary.btn-bordered:hover,
.btn.btn-primary.btn-bordered:focus {
  background-color: rgba(0, 0, 0, 0);
  background-position: 0 center;
  border: 2px solid #79193b;
  color: #79193b;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.btn.btn-primary.btn-bordered:hover,
.btn.btn-primary.btn-bordered:focus,
.btn.btn-primary.btn-bordered:active {
  border-color: #b8265a;
  color: #b8265a;
}
.btn.btn-secondary {
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #e1e1e1;
  border-radius: 0px;
  color: #937a57;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  padding: 12px 24px;
  text-align: center;
  text-shadow: none;
  vertical-align: middle;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.btn.btn-secondary:hover,
.btn.btn-secondary:focus {
  background-color: #e6e6e6;
  background-position: 0 center;
  border: 1px solid #e1e1e1;
  color: #937a57;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.btn.btn-secondary:hover,
.btn.btn-secondary:focus {
  background-color: #e6e6e6;
  background-position: 0 center;
  border: 1px solid #e1e1e1;
  color: #937a57;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.btn.btn-secondary.btn-bordered {
  background-color: transparent;
  background-image: none;
  border: 2px solid #937a57;
  border-radius: 0px;
  color: #937a57;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  padding: 12px 24px;
  text-align: center;
  text-shadow: none;
  vertical-align: middle;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.btn.btn-secondary.btn-bordered:hover,
.btn.btn-secondary.btn-bordered:focus {
  background-color: rgba(0, 0, 0, 0);
  background-position: 0 center;
  border: 2px solid #937a57;
  color: #937a57;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.btn.btn-secondary.btn-bordered:hover,
.btn.btn-secondary.btn-bordered:focus {
  background-color: rgba(0, 0, 0, 0);
  background-position: 0 center;
  border: 2px solid #937a57;
  color: #937a57;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.btn.btn-secondary.btn-bordered:hover,
.btn.btn-secondary.btn-bordered:focus,
.btn.btn-secondary.btn-bordered:active {
  border-color: #b5a082;
  color: #b5a082;
}
.btn.btn-warning {
  background-color: #fbb829;
  background-image: none;
  border: 1px solid #fbb829;
  border-radius: 0px;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  padding: 12px 24px;
  text-align: center;
  text-shadow: none;
  vertical-align: middle;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.btn.btn-warning:hover,
.btn.btn-warning:focus {
  background-color: #eda304;
  background-position: 0 center;
  border: 1px solid #fbb829;
  color: #ffffff;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.btn.btn-warning:hover,
.btn.btn-warning:focus {
  background-color: #eda304;
  background-position: 0 center;
  border: 1px solid #fbb829;
  color: #ffffff;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.btn.btn-warning:hover,
.btn.btn-warning:focus,
.btn.btn-warning:active {
  border-color: #fcd174;
  background-color: #fcd174;
}
.btn.btn-warning.btn-bordered {
  background-color: transparent;
  background-image: none;
  border: 2px solid #fbb829;
  border-radius: 0px;
  color: #fbb829;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  padding: 12px 24px;
  text-align: center;
  text-shadow: none;
  vertical-align: middle;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.btn.btn-warning.btn-bordered:hover,
.btn.btn-warning.btn-bordered:focus {
  background-color: rgba(0, 0, 0, 0);
  background-position: 0 center;
  border: 2px solid #fbb829;
  color: #fbb829;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.btn.btn-warning.btn-bordered:hover,
.btn.btn-warning.btn-bordered:focus {
  background-color: rgba(0, 0, 0, 0);
  background-position: 0 center;
  border: 2px solid #fbb829;
  color: #fbb829;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.btn.btn-warning.btn-bordered:hover,
.btn.btn-warning.btn-bordered:focus,
.btn.btn-warning.btn-bordered:active {
  border-color: #fcd174;
  color: #fcd174;
}
.btn.btn-danger {
  background-color: #ed092f;
  background-image: none;
  border: 1px solid #ed092f;
  border-radius: 0px;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  padding: 12px 24px;
  text-align: center;
  text-shadow: none;
  vertical-align: middle;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.btn.btn-danger:hover,
.btn.btn-danger:focus {
  background-color: #bc0725;
  background-position: 0 center;
  border: 1px solid #ed092f;
  color: #ffffff;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.btn.btn-danger:hover,
.btn.btn-danger:focus {
  background-color: #bc0725;
  background-position: 0 center;
  border: 1px solid #ed092f;
  color: #ffffff;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.btn.btn-danger:hover,
.btn.btn-danger:focus,
.btn.btn-danger:active {
  border-color: #f84a67;
  background-color: #f84a67;
}
.btn.btn-danger.btn-bordered {
  background-color: transparent;
  background-image: none;
  border: 2px solid #ed092f;
  border-radius: 0px;
  color: #ed092f;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  padding: 12px 24px;
  text-align: center;
  text-shadow: none;
  vertical-align: middle;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.btn.btn-danger.btn-bordered:hover,
.btn.btn-danger.btn-bordered:focus {
  background-color: rgba(0, 0, 0, 0);
  background-position: 0 center;
  border: 2px solid #ed092f;
  color: #ed092f;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.btn.btn-danger.btn-bordered:hover,
.btn.btn-danger.btn-bordered:focus {
  background-color: rgba(0, 0, 0, 0);
  background-position: 0 center;
  border: 2px solid #ed092f;
  color: #ed092f;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.btn.btn-danger.btn-bordered:hover,
.btn.btn-danger.btn-bordered:focus,
.btn.btn-danger.btn-bordered:active {
  border-color: #f84a67;
  color: #f84a67;
}
.btn.btn-info {
  background-color: #2a8fbd;
  background-image: none;
  border: 1px solid #2a8fbd;
  border-radius: 0px;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  padding: 12px 24px;
  text-align: center;
  text-shadow: none;
  vertical-align: middle;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.btn.btn-info:hover,
.btn.btn-info:focus {
  background-color: #216f93;
  background-position: 0 center;
  border: 1px solid #2a8fbd;
  color: #ffffff;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.btn.btn-info:hover,
.btn.btn-info:focus {
  background-color: #216f93;
  background-position: 0 center;
  border: 1px solid #2a8fbd;
  color: #ffffff;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.btn.btn-info:hover,
.btn.btn-info:focus,
.btn.btn-info:active {
  border-color: #59b2da;
  background-color: #59b2da;
}
.btn.btn-info.btn-bordered {
  background-color: transparent;
  background-image: none;
  border: 2px solid #2a8fbd;
  border-radius: 0px;
  color: #2a8fbd;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  padding: 12px 24px;
  text-align: center;
  text-shadow: none;
  vertical-align: middle;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.btn.btn-info.btn-bordered:hover,
.btn.btn-info.btn-bordered:focus {
  background-color: rgba(0, 0, 0, 0);
  background-position: 0 center;
  border: 2px solid #2a8fbd;
  color: #2a8fbd;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.btn.btn-info.btn-bordered:hover,
.btn.btn-info.btn-bordered:focus {
  background-color: rgba(0, 0, 0, 0);
  background-position: 0 center;
  border: 2px solid #2a8fbd;
  color: #2a8fbd;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.btn.btn-info.btn-bordered:hover,
.btn.btn-info.btn-bordered:focus,
.btn.btn-info.btn-bordered:active {
  border-color: #59b2da;
  color: #59b2da;
}
.btn.btn-success {
  background-color: #a1c820;
  background-image: none;
  border: 1px solid #a1c820;
  border-radius: 0px;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  padding: 12px 24px;
  text-align: center;
  text-shadow: none;
  vertical-align: middle;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.btn.btn-success:hover,
.btn.btn-success:focus {
  background-color: #7e9c19;
  background-position: 0 center;
  border: 1px solid #a1c820;
  color: #ffffff;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.btn.btn-success:hover,
.btn.btn-success:focus {
  background-color: #7e9c19;
  background-position: 0 center;
  border: 1px solid #a1c820;
  color: #ffffff;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.btn.btn-success:hover,
.btn.btn-success:focus,
.btn.btn-success:active {
  border-color: #c1e351;
  background-color: #c1e351;
}
.btn.btn-success.btn-bordered {
  background-color: transparent;
  background-image: none;
  border: 2px solid #a1c820;
  border-radius: 0px;
  color: #a1c820;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  padding: 12px 24px;
  text-align: center;
  text-shadow: none;
  vertical-align: middle;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.btn.btn-success.btn-bordered:hover,
.btn.btn-success.btn-bordered:focus {
  background-color: rgba(0, 0, 0, 0);
  background-position: 0 center;
  border: 2px solid #a1c820;
  color: #a1c820;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.btn.btn-success.btn-bordered:hover,
.btn.btn-success.btn-bordered:focus {
  background-color: rgba(0, 0, 0, 0);
  background-position: 0 center;
  border: 2px solid #a1c820;
  color: #a1c820;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.btn.btn-success.btn-bordered:hover,
.btn.btn-success.btn-bordered:focus,
.btn.btn-success.btn-bordered:active {
  border-color: #c1e351;
  color: #c1e351;
}
.btn.btn-inverse {
  background-color: #6c6c6c;
  background-image: none;
  border: 1px solid #6c6c6c;
  border-radius: 0px;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  padding: 12px 24px;
  text-align: center;
  text-shadow: none;
  vertical-align: middle;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.btn.btn-inverse:hover,
.btn.btn-inverse:focus {
  background-color: #525252;
  background-position: 0 center;
  border: 1px solid #6c6c6c;
  color: #ffffff;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.btn.btn-inverse:hover,
.btn.btn-inverse:focus {
  background-color: #525252;
  background-position: 0 center;
  border: 1px solid #6c6c6c;
  color: #ffffff;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.btn.btn-inverse:hover,
.btn.btn-inverse:focus,
.btn.btn-inverse:active {
  border-color: #929292;
  background-color: #929292;
}
.btn.btn-inverse.btn-bordered {
  background-color: transparent;
  background-image: none;
  border: 2px solid #6c6c6c;
  border-radius: 0px;
  color: #6c6c6c;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  padding: 12px 24px;
  text-align: center;
  text-shadow: none;
  vertical-align: middle;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.btn.btn-inverse.btn-bordered:hover,
.btn.btn-inverse.btn-bordered:focus {
  background-color: rgba(0, 0, 0, 0);
  background-position: 0 center;
  border: 2px solid #6c6c6c;
  color: #6c6c6c;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.btn.btn-inverse.btn-bordered:hover,
.btn.btn-inverse.btn-bordered:focus {
  background-color: rgba(0, 0, 0, 0);
  background-position: 0 center;
  border: 2px solid #6c6c6c;
  color: #6c6c6c;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.btn.btn-inverse.btn-bordered:hover,
.btn.btn-inverse.btn-bordered:focus,
.btn.btn-inverse.btn-bordered:active {
  border-color: #929292;
  color: #929292;
}
.btn.dropdown-toggle {
  background-color: #f5f5f5;
  border-radius: 0px;
}
.btn.dropdown-toggle:active,
.btn.dropdown-toggle:focus,
.btn.dropdown-toggle:hover {
  background-color: #dcdcdc;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.btn.btn-mini {
  padding: 3px 7px;
  font-size: 12px;
}
.btn.btn-small {
  padding: 5px 10px;
}
.btn.btn-large {
  padding: 15px 25px;
}
.btn .caret {
  margin-bottom: 4px;
  margin-top: 5px;
}
.btn-group .btn {
  border-radius: 0;
  font-size: 12px;
}
.btn-group .btn:first-child {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.btn-group .btn:last-child {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.btn-group .btn + .dropdown-toggle {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.btn-group .btn:hover,
.btn-group .btn:focus,
.btn-group .btn:active .btn-group .btn.active {
  z-index: initial;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.btn-group.open > .btn.dropdown-toggle,
.icons.open > .btn.dropdown-toggle {
  background-color: #a32250;
}
.btn-group > .dropdown-toggle.btn-primary,
.dropdown-toggle.btn-primary,
.btn-group > .dropdown-toggle.btn,
.dropdown-toggle.btn {
  background-color: #79193b;
  background-image: none;
  border: none;
  border-radius: 0px;
  color: #333333;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  padding: 10px 24px;
  text-align: center;
  text-shadow: none;
  vertical-align: middle;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  color: #ffffff;
}
.btn-group > .dropdown-toggle.btn-primary:hover,
.dropdown-toggle.btn-primary:hover,
.btn-group > .dropdown-toggle.btn:hover,
.dropdown-toggle.btn:hover,
.btn-group > .dropdown-toggle.btn-primary:focus,
.dropdown-toggle.btn-primary:focus,
.btn-group > .dropdown-toggle.btn:focus,
.dropdown-toggle.btn:focus {
  background-color: #4f1026;
  background-position: 0 center;
  border: none;
  color: #333333;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.btn-group > .dropdown-toggle.btn-primary:hover,
.dropdown-toggle.btn-primary:hover,
.btn-group > .dropdown-toggle.btn:hover,
.dropdown-toggle.btn:hover,
.btn-group > .dropdown-toggle.btn-primary:focus,
.dropdown-toggle.btn-primary:focus,
.btn-group > .dropdown-toggle.btn:focus,
.dropdown-toggle.btn:focus {
  background-color: #4f1026;
  background-position: 0 center;
  border: none;
  color: #333333;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.btn-group > .dropdown-toggle.btn-primary .caret,
.dropdown-toggle.btn-primary .caret,
.btn-group > .dropdown-toggle.btn .caret,
.dropdown-toggle.btn .caret {
  border-top-color: #ffffff;
}
.btn-group > .dropdown-toggle.btn-primary:hover,
.dropdown-toggle.btn-primary:hover,
.btn-group > .dropdown-toggle.btn:hover,
.dropdown-toggle.btn:hover,
.btn-group > .dropdown-toggle.btn-primary:active,
.dropdown-toggle.btn-primary:active,
.btn-group > .dropdown-toggle.btn:active,
.dropdown-toggle.btn:active,
.btn-group > .dropdown-toggle.btn-primary:focus,
.dropdown-toggle.btn-primary:focus,
.btn-group > .dropdown-toggle.btn:focus,
.dropdown-toggle.btn:focus {
  background-color: #a32250;
  color: #ffffff;
}
.btn-group > .dropdown-toggle.btn-mini,
.dropdown-toggle.btn-mini {
  padding: 3px 7px;
  font-size: 12px;
}
.btn-group > .dropdown-toggle.btn-small,
.dropdown-toggle.btn-small {
  padding: 5px 10px;
}
.btn-group > .dropdown-toggle.btn-large,
.dropdown-toggle.btn-large {
  padding: 15px 25px;
}
.btn-toolbar .btn {
  font-size: 12px;
}
.btn-floating {
  background-color: #f5f5f5;
  border-radius: 50%;
  color: #6c6c6c;
  cursor: pointer;
  display: inline-block;
  position: relative;
  overflow: hidden;
  height: 37px;
  width: 37px;
  line-height: 37px;
  padding: 0;
  transition: .3s;
  vertical-align: middle;
  z-index: 1;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
  -ms-box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
  -o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
}
.btn-floating i {
  color: #6c6c6c;
  display: inline-block;
  font-size: 20px;
  text-align: center;
  width: inherit;
}
.btn-floating:hover {
  -webkit-box-shadow: 0 0 9px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 9px rgba(0, 0, 0, 0.5);
  -ms-box-shadow: 0 0 9px rgba(0, 0, 0, 0.5);
  -o-box-shadow: 0 0 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.5);
}
.btn-floating:before {
  border-radius: 0;
}
.btn-floating i {
  color: #6c6c6c;
  display: inline-block;
  font-size: 20px;
  text-align: center;
  width: inherit;
}
.btn-floating:hover {
  -webkit-box-shadow: 0 0 9px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 9px rgba(0, 0, 0, 0.5);
  -ms-box-shadow: 0 0 9px rgba(0, 0, 0, 0.5);
  -o-box-shadow: 0 0 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.5);
}
.btn-floating:before {
  border-radius: 0;
}
.btn-floating.large {
  width: 52px;
  height: 52px;
  line-height: 52px;
}
.btn-floating.floating-primary {
  background-color: #79193b;
  color: #ffffff;
}
.btn-floating.floating-primary i {
  color: #ffffff;
}
.btn-floating.floating-secondary {
  background-color: #937a57;
  color: #ffffff;
}
.btn-floating.floating-secondary i {
  color: #ffffff;
}
.btn-floating.floating-red {
  background-color: #ed092f;
  color: #ffffff;
}
.btn-floating.floating-red i {
  color: #ffffff;
}
.btn-floating.floating-green {
  background-color: #a1c820;
  color: #ffffff;
}
.btn-floating.floating-green i {
  color: #ffffff;
}
.btn-floating.floating-blue {
  background-color: #2a8fbd;
  color: #ffffff;
}
.btn-floating.floating-blue i {
  color: #ffffff;
}
.btn-floating.facebook {
  background-color: #3B5998;
  color: #ffffff;
}
.btn-floating.facebook i {
  color: #ffffff;
}
.btn-floating.twitter {
  background-color: #55ACEE;
  color: #ffffff;
}
.btn-floating.twitter i {
  color: #ffffff;
}
.btn-floating.linkedin {
  background-color: #1984BC;
  color: #ffffff;
}
.btn-floating.linkedin i {
  color: #ffffff;
}
.btn-floating.google {
  background-color: #DF4B38;
  color: #ffffff;
}
.btn-floating.google i {
  color: #ffffff;
}
.btn-floating.youtube {
  background-color: #B00;
  color: #ffffff;
}
.btn-floating.youtube i {
  color: #ffffff;
}
.btn-floating.vimeo {
  background-color: #46B5FE;
  color: #ffffff;
}
.btn-floating.vimeo i {
  color: #ffffff;
}
.btn-floating.flickr {
  background-color: #FF0084;
  color: #ffffff;
}
.btn-floating.flickr i {
  color: #ffffff;
}
.btn-floating.pinterest {
  background-color: #CB2027;
  color: #ffffff;
}
.btn-floating.pinterest i {
  color: #ffffff;
}
.btn-floating.instagram {
  background-color: #125688;
  color: #ffffff;
}
.btn-floating.instagram i {
  color: #ffffff;
}
.btn-floating.yahoo {
  background-color: #1D1DA3;
  color: #ffffff;
}
.btn-floating.yahoo i {
  color: #ffffff;
}
.btn-floating.skype {
  background-color: #00AFF0;
  color: #ffffff;
}
.btn-floating.skype i {
  color: #ffffff;
}
.fixed-action-btn {
  bottom: 40px;
  position: fixed;
  z-index: 998;
}
.fixed-action-btn.float-right {
  right: 100px;
  left: auto;
}
@media (max-width: 767px) {
  .fixed-action-btn.float-right {
    right: 20px;
    bottom: 20px;
  }
}
.fixed-action-btn.float-left {
  left: 100px;
  right: auto;
}
@media (max-width: 767px) {
  .fixed-action-btn.float-left {
    left: 20px;
    bottom: 20px;
  }
}
.fixed-action-btn ul {
  left: 0;
  right: 0;
  text-align: center;
  position: absolute;
  list-style-type: none;
  bottom: 64px;
  margin: 0;
  display: none;
}
.fixed-action-btn ul li {
  margin-bottom: 10px;
}
.fixed-action-btn ul a.btn-floating {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
}
.fixed-action-btn.active a.btn-floating {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.rstpl-tags.inline > li {
  margin: 0;
  padding-left: 0;
  margin-right: 10px;
}
.rstpl-tags .label {
  background-color: #79193b;
  font-size: 13px;
  padding: 5px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.rstpl-tags .label:hover {
  background-color: #937a57;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.tagspopular ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-block;
}
.tagspopular ul li {
  display: inline-block;
  float: left;
  background-color: #79193b;
  padding: 5px 10px;
  font-size: small;
  margin-right: 5px;
  margin-bottom: 5px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.tagspopular ul li:hover {
  background-color: #937a57;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.tagspopular ul li a {
  color: #ffffff;
}
.btn.jmodedit {
  height: 30px;
  width: 30px;
  padding: 0;
  box-shadow: none;
  text-align: center;
}
.btn.jmodedit [class^="icon-"],
.btn.jmodedit [class*=" icon-"] {
  line-height: 30px;
}
/* 2 Form Styling
------------------------------------------------------------------------------*/
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 {
  border-radius: 0px;
  border-color: #e1e1e1;
  line-height: 20px;
  min-height: 32px;
  min-width: 300px;
  padding: 6px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
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 {
  outline: none;
  border-color: #937a57;
  -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.15) inset, 0px 0px 4px rgba(147, 122, 87, 0.6);
  -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.15) inset, 0px 0px 4px rgba(147, 122, 87, 0.6);
  -ms-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.15) inset, 0px 0px 4px rgba(147, 122, 87, 0.6);
  -o-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.15) inset, 0px 0px 4px rgba(147, 122, 87, 0.6);
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.15) inset, 0px 0px 4px rgba(147, 122, 87, 0.6);
}
input[type="text"][class*="span"],
input[type="password"][class*="span"],
input[type="datetime"][class*="span"],
input[type="datetime-local"][class*="span"],
input[type="date"][class*="span"],
input[type="month"][class*="span"],
input[type="time"][class*="span"],
input[type="week"][class*="span"],
input[type="number"][class*="span"],
input[type="email"][class*="span"],
input[type="url"][class*="span"],
input[type="search"][class*="span"],
input[type="tel"][class*="span"],
input[type="color"][class*="span"],
select[class*="span"],
textarea[class*="span"],
.uneditable-input[class*="span"] {
  min-height: 32px;
}
.popover input,
.popover select,
.popover textarea,
.popover .uneditable-input {
  min-width: auto;
}
select option {
  padding: 6px 12px;
}
select:not([size]):not([multiple]),
select[size="1"] {
  height: 32px !important;
  line-height: 20px !important;
}
textarea {
  height: auto;
  min-width: 312px;
}
.input-append .add-on,
.input-append .btn {
  border: 1px solid #e1e1e1;
  height: 32px;
  padding: 4px 10px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.input-append .add-on:first-child,
.input-append .btn:first-child {
  border-radius: 0px 0px 0px 0px;
}
.input-append .add-on:last-child,
.input-append .btn:last-child {
  border-radius: 0px 0px 0px 0px;
}
.full-width-form form input[type="text"],
.full-width-form form input[type="password"],
.full-width-form form input[type="datetime"],
.full-width-form form input[type="datetime-local"],
.full-width-form form input[type="date"],
.full-width-form form input[type="month"],
.full-width-form form input[type="time"],
.full-width-form form input[type="week"],
.full-width-form form input[type="number"],
.full-width-form form input[type="email"],
.full-width-form form input[type="url"],
.full-width-form form input[type="search"],
.full-width-form form input[type="tel"],
.full-width-form form input[type="color"],
.full-width-form form select,
.full-width-form form textarea,
.full-width-form form .uneditable-input {
  min-width: 150px;
  width: 100%;
}
form [id*="captcha_image"] {
  margin-bottom: 15px !important;
}
.form-actions {
  background-color: #f7f5f2;
  border: none;
  padding: 20px;
}
/* 3 Navbar
------------------------------------------------------------------------------*/
.full-width-menu .rstpl-navigation .navbar {
  margin: 0;
  padding: 0px 100px;
}
@media (max-width: 1199px) {
  .full-width-menu .rstpl-navigation .navbar {
    padding: 0px 30px;
  }
}
@media (max-width: 979px) {
  .full-width-menu .rstpl-navigation .navbar {
    padding: 0px;
  }
}
.full-width-menu .rstpl-navigation .navbar.navbar-fixed-top {
  padding: 0 100px;
}
@media (max-width: 1199px) {
  .full-width-menu .rstpl-navigation .navbar.navbar-fixed-top {
    padding: 0px 30px;
  }
}
.full-width-menu .rstpl-navigation .navbar.navbar-fixed-top .navbar-inner {
  width: 100%;
}
.rstpl-navigation {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.rstpl-navigation .menu_right {
  float: right;
}
.rstpl-navigation .menu_left {
  float: left;
}
.rstpl-navigation .menu_center {
  text-align: center;
}
.rstpl-navigation .menu_center .rstpl-template-menu {
  float: none;
}
.rstpl-navigation .menu_center .rstpl-template-menu li {
  float: none;
  display: inline-block;
}
.rstpl-navigation .nav-collapse {
  position: static;
}
.rstpl-navigation .navbar {
  margin: 0;
}
.rstpl-navigation .navbar .rstpl-brand {
  display: inline-block;
  padding: 50px 0 30px 0;
  width: 120px;
}
.rstpl-navigation .navbar .rstpl-brand.text {
  width: initial;
  margin-right: 20px;
}
.rstpl-navigation .navbar .rstpl-brand a:hover,
.rstpl-navigation .navbar .rstpl-brand a:focus,
.rstpl-navigation .navbar .rstpl-brand a:active {
  color: inherit;
}
.rstpl-navigation .navbar .rstpl-brand img {
  width: 100%;
}
.rstpl-navigation .navbar .rstpl-brand h1 {
  font-size: 56px;
  font-weight: 200;
  margin: 0;
}
.rstpl-navigation .navbar .rstpl-brand h2 {
  font-size: 42px;
  font-weight: 200;
  margin: 0;
}
.rstpl-navigation .navbar .rstpl-brand h3 {
  font-size: 28px;
  font-weight: 200;
  margin: 0;
}
.rstpl-navigation .navbar .navbar-inner {
  border: none;
  background: none;
  min-height: 40px;
  padding: 0;
  position: relative;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.rstpl-navigation .navbar .navbar-inner .rstpl-template-menu {
  margin-right: 0;
  position: static;
}
.rstpl-navigation .navbar .navbar-inner .rstpl-template-menu > li {
  padding: 65px 10px 35px 10px;
}
.rstpl-navigation .navbar .navbar-inner .rstpl-template-menu > li.parent {
  padding-right: 10px;
}
.rstpl-navigation .navbar .navbar-inner .rstpl-template-menu > li.parent > a {
  display: block;
}
.rstpl-navigation .navbar .navbar-inner .rstpl-template-menu > li.parent > a:after {
  font-family: 'FontAwesome';
  content: '\f0d7';
  margin-left: 5px;
  position: absolute;
}
.rstpl-navigation .navbar .navbar-inner .rstpl-template-menu > li.rstpl-mega-menu {
  position: static;
}
@media (max-width: 979px) {
  .rstpl-navigation .navbar .navbar-inner .rstpl-template-menu > li.rstpl-mega-menu {
    position: relative;
  }
}
.rstpl-navigation .navbar .navbar-inner .rstpl-template-menu > li.rstpl-mega-menu .rstpl-mega-menu-container {
  z-index: 20;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  text-align: initial;
}
@media (max-width: 979px) {
  .rstpl-navigation .navbar .navbar-inner .rstpl-template-menu > li.rstpl-mega-menu .rstpl-mega-menu-container {
    position: relative;
    top: 0;
    left: 0;
    background-color: #f7ebd9;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
  }
  .rstpl-navigation .navbar .navbar-inner .rstpl-template-menu > li.rstpl-mega-menu .rstpl-mega-menu-container .rstpl-template-menu > li > a {
    padding: 15px 15px 15px 30px;
  }
  .rstpl-navigation .navbar .navbar-inner .rstpl-template-menu > li.rstpl-mega-menu .rstpl-mega-menu-container .rstpl-template-menu > li > a:hover,
  .rstpl-navigation .navbar .navbar-inner .rstpl-template-menu > li.rstpl-mega-menu .rstpl-mega-menu-container .rstpl-template-menu > li > a:focus {
    background-color: initial;
    color: #79193b;
  }
  .rstpl-navigation .navbar .navbar-inner .rstpl-template-menu > li.rstpl-mega-menu .rstpl-mega-menu-container .rstpl-template-menu > li.active > a {
    background-color: initial;
    color: #79193b;
  }
  .rstpl-navigation .navbar .navbar-inner .rstpl-template-menu > li.rstpl-mega-menu .rstpl-mega-menu-container [class*="span"] > div {
    padding: 15px;
  }
}
.rstpl-navigation .navbar .navbar-inner .rstpl-template-menu > li > a {
  text-transform: uppercase;
  font-weight: 700;
  text-shadow: none;
  padding: 5px;
  position: relative;
  color: #79193b;
  font-size: 14px;
  font-family: 'Raleway', Helvetica, serif;
  letter-spacing: 4px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.rstpl-navigation .navbar .navbar-inner .rstpl-template-menu > li > a .menu-icon {
  margin-right: 10px;
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
}
.rstpl-navigation .navbar .navbar-inner .rstpl-template-menu > li > a:before {
  background-color: #79193b;
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 100%;
  outline: 1px solid transparent;
  visibility: hidden;
  -webkit-backface-visibility: hidden;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -ms-transform: translateY(10px);
  -o-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.rstpl-navigation .navbar .navbar-inner .rstpl-template-menu > li > a:hover,
.rstpl-navigation .navbar .navbar-inner .rstpl-template-menu > li > a:focus,
.rstpl-navigation .navbar .navbar-inner .rstpl-template-menu > li > a:active {
  color: #79193b;
}
.rstpl-navigation .navbar .navbar-inner .rstpl-template-menu > li > a:hover:before,
.rstpl-navigation .navbar .navbar-inner .rstpl-template-menu > li > a:focus:before,
.rstpl-navigation .navbar .navbar-inner .rstpl-template-menu > li > a:active:before {
  visibility: visible;
  -webkit-backface-visibility: hidden;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  -webkit-transform: translateY(0) rotate(-2deg);
  -moz-transform: translateY(0) rotate(-2deg);
  -ms-transform: translateY(0) rotate(-2deg);
  -o-transform: translateY(0) rotate(-2deg);
  transform: translateY(0) rotate(-2deg);
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
@media (max-width: 1199px) {
  .rstpl-navigation .navbar .navbar-inner .rstpl-template-menu > li {
    padding: 65px 5px 35px 5px;
  }
}
.rstpl-navigation .navbar .navbar-inner .rstpl-template-menu .active > a {
  background: none;
  color: #79193b;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.rstpl-navigation .navbar .navbar-inner .rstpl-template-menu .active > a:before {
  visibility: visible;
  -webkit-backface-visibility: hidden;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  -webkit-transform: translateY(0) rotate(-2deg);
  -moz-transform: translateY(0) rotate(-2deg);
  -ms-transform: translateY(0) rotate(-2deg);
  -o-transform: translateY(0) rotate(-2deg);
  transform: translateY(0) rotate(-2deg);
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.rstpl-navigation .navbar .navbar-inner .rstpl-template-menu .dropdown-menu > li > a {
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 2px;
}
.rstpl-navigation .navbar .navbar-inner .rstpl-template-menu .dropdown-menu > li.active {
  background-color: #f3e0c4;
}
.rstpl-navigation .navbar .navbar-inner .rstpl-template-menu .dropdown-menu > li.active > a {
  color: #79193b;
}
.rstpl-navigation .navbar.navbar-fixed-top {
  background-color: rgba(247, 235, 217, 0.9);
  margin: 0;
  padding: 0;
}
.rstpl-navigation .navbar.navbar-fixed-top .rstpl-brand {
  padding: 30px 0 10px 0;
}
.rstpl-navigation .navbar.navbar-fixed-top .navbar-inner {
  margin: 0 auto;
}
.rstpl-navigation .navbar.navbar-fixed-top .navbar-inner .rstpl-template-menu > li {
  padding: 40px 15px 15px 15px;
}
@media (max-width: 1199px) {
  .rstpl-navigation .navbar.navbar-fixed-top .navbar-inner .rstpl-template-menu > li {
    padding: 40px 10px 15px 10px;
  }
}
@media (min-width: 1200px) {
  .rstpl-navigation .navbar.navbar-fixed-top .navbar-inner {
    margin: 0 auto;
    width: 1170px;
  }
}
.rstpl-navigation .navbar.navbar-fixed-top:after {
  content: '';
  position: absolute;
  bottom: -70px;
  left: 0;
  height: 70px;
  width: 100%;
  z-index: 1;
  -webkit-opacity: 0.9;
  -moz-opacity: 0.9;
  opacity: 0.9;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90);
  filter: alpha(opacity=90);
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 100 100' preserveAspectRatio='none'%3E%3Cpolygon points='0,0 100,0 0,100' style='fill:%23f7ebd9;' /%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
@media (max-width: 1199px) {
  .rstpl-navigation .navbar.navbar-fixed-top:after {
    bottom: -50px;
    height: 50px;
  }
}
@media (max-width: 979px) {
  .rstpl-navigation .menu_right {
    float: initial;
  }
  .rstpl-navigation .menu_left {
    float: initial;
  }
  .rstpl-navigation .menu_center {
    text-align: left;
  }
  .rstpl-navigation .menu_center .nav {
    display: block;
  }
  .rstpl-navigation .navbar {
    margin: 0;
  }
  .rstpl-navigation .navbar .rstpl-brand {
    padding: 15px;
  }
  .rstpl-navigation .navbar .rstpl-brand img {
    width: 100px;
  }
  .rstpl-navigation .navbar .rstpl-brand.pull-right {
    float: none;
  }
  .rstpl-navigation .navbar .btn-navbar {
    background-color: transparent;
    background-image: none;
    border: none;
    margin: 28px 15px;
    position: relative;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
  }
  .rstpl-navigation .navbar .btn-navbar .icon-bar {
    background-color: #79193b;
    text-shadow: none;
    width: 25px;
    height: 3px;
    margin-bottom: 5px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  .rstpl-navigation .navbar .btn-navbar.collapsed .icon-bar {
    background-color: #937a57;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  .rstpl-navigation .navbar .navbar-inner .rstpl-template-menu {
    margin: 0;
  }
  .rstpl-navigation .navbar .navbar-inner .rstpl-template-menu > li {
    border-top: 1px solid #e5bf85;
    padding: 0px;
  }
  .rstpl-navigation .navbar .navbar-inner .rstpl-template-menu > li:hover {
    background-color: initial;
  }
  .rstpl-navigation .navbar .navbar-inner .rstpl-template-menu > li:last-of-type {
    border-bottom: 1px solid #e5bf85;
  }
  .rstpl-navigation .navbar .navbar-inner .rstpl-template-menu > li .submenu-button {
    position: absolute;
    z-index: 10;
    right: 0px;
    top: 0px;
    display: block;
    border-left: 1px solid #e5bf85;
    height: 50px;
    width: 50px;
    cursor: pointer;
  }
  .rstpl-navigation .navbar .navbar-inner .rstpl-template-menu > li .submenu-button:before {
    content: "";
    position: absolute;
    left: 21px;
    top: 26px;
    display: block;
    width: 11px;
    height: 1px;
    background: #e5bf85 none repeat scroll 0% 0%;
    z-index: 99;
  }
  .rstpl-navigation .navbar .navbar-inner .rstpl-template-menu > li .submenu-button:after {
    content: "";
    position: absolute;
    top: 21px;
    left: 26px;
    display: block;
    width: 1px;
    height: 11px;
    background: #e5bf85 none repeat scroll 0% 0%;
    z-index: 99;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .rstpl-navigation .navbar .navbar-inner .rstpl-template-menu > li .submenu-button.opened:after {
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .rstpl-navigation .navbar .navbar-inner .rstpl-template-menu > li a {
    border-radius: 0px;
    font-weight: 700;
    margin: 0;
    max-height: 50px;
    padding: 15px;
    text-transform: uppercase;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
  }
  .rstpl-navigation .navbar .navbar-inner .rstpl-template-menu > li a:before {
    display: none;
  }
  .rstpl-navigation .navbar .navbar-inner .rstpl-template-menu > li a:hover,
  .rstpl-navigation .navbar .navbar-inner .rstpl-template-menu > li a:focus,
  .rstpl-navigation .navbar .navbar-inner .rstpl-template-menu > li a:active {
    background-color: transparent;
    color: #937a57;
  }
  .rstpl-navigation .navbar .navbar-inner .rstpl-template-menu > li a.rstpl-login:hover,
  .rstpl-navigation .navbar .navbar-inner .rstpl-template-menu > li a.rstpl-search:hover,
  .rstpl-navigation .navbar .navbar-inner .rstpl-template-menu > li a.rstpl-login:focus,
  .rstpl-navigation .navbar .navbar-inner .rstpl-template-menu > li a.rstpl-search:focus,
  .rstpl-navigation .navbar .navbar-inner .rstpl-template-menu > li a.rstpl-login:active,
  .rstpl-navigation .navbar .navbar-inner .rstpl-template-menu > li a.rstpl-search:active {
    color: inherit;
  }
  .rstpl-navigation .navbar .navbar-inner .rstpl-template-menu > li:first-of-type a {
    padding-left: 15px;
  }
  .rstpl-navigation .navbar .navbar-inner .rstpl-template-menu > li.parent {
    padding-right: 0px;
  }
  .rstpl-navigation .navbar .navbar-inner .rstpl-template-menu > li.parent > a:after {
    content: '';
  }
  .rstpl-navigation .navbar .navbar-inner .rstpl-template-menu > li.active > a {
    color: #937a57;
  }
  .rstpl-navigation .navbar .navbar-inner .rstpl-template-menu .dropdown-menu {
    background-color: #f7ebd9;
    margin: 0;
  }
  .rstpl-navigation .navbar .navbar-inner .rstpl-template-menu .dropdown-menu > li {
    border-bottom: none;
  }
  .rstpl-navigation .navbar .navbar-inner .rstpl-template-menu .dropdown-menu > li > a {
    background-color: transparent;
    color: #79193b;
    padding-left: 30px;
  }
  .rstpl-navigation .navbar .navbar-inner .rstpl-template-menu .dropdown-menu > li > a:hover,
  .rstpl-navigation .navbar .navbar-inner .rstpl-template-menu .dropdown-menu > li > a:focus,
  .rstpl-navigation .navbar .navbar-inner .rstpl-template-menu .dropdown-menu > li > a:active {
    color: #937a57;
  }
  .rstpl-navigation .navbar .navbar-inner .rstpl-template-menu .dropdown-menu > li.active {
    background-color: transparent;
  }
  .rstpl-navigation .navbar .navbar-inner .rstpl-template-menu .dropdown-menu > li.active > a {
    background-color: transparent;
    color: #937a57;
  }
  .rstpl-navigation .navbar .navbar-inner .rstpl-template-menu .dropdown-menu > li li > a {
    padding-left: 45px;
  }
  .rstpl-navigation .navbar .navbar-inner .rstpl-template-menu .dropdown-menu > li li li > a {
    padding-left: 60px;
  }
  .rstpl-navigation .navbar .navbar-inner .rstpl-template-menu .dropdown-menu > li li li li > a {
    padding-left: 75px;
  }
  .rstpl-navigation .navbar .navbar-inner .rstpl-template-menu .dropdown-menu > li li li li li > a {
    padding-left: 90px;
  }
  .rstpl-navigation .navbar .navbar-inner .rstpl-template-menu .dropdown-menu > li li li li li li > a {
    padding-left: 105px;
  }
  .rstpl-navigation .navbar .navbar-inner .rstpl-template-menu .dropdown-submenu:hover > a,
  .rstpl-navigation .navbar .navbar-inner .rstpl-template-menu .dropdown-submenu:focus > a {
    color: #79193b;
  }
}
@media (max-width: 480px) {
  .rstpl-navigation .navbar .rstpl-brand {
    padding: 20px 15px;
  }
  .rstpl-navigation .navbar .rstpl-brand h1 {
    font-size: 42px;
  }
  .rstpl-navigation .navbar .rstpl-brand h2 {
    font-size: 35px;
  }
}
.rstpl-mega-menu .rstpl-mega-menu-container {
  background-color: #f7ebd9;
  display: block;
  visibility: hidden;
  -webkit-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.5);
  -ms-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.5);
  -o-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.5);
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.5);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.rstpl-mega-menu .rstpl-mega-menu-container.container {
  padding: 20px;
}
.rstpl-mega-menu .rstpl-mega-menu-container [class*="span"] .rstpl-template-menu {
  border-right: 1px solid #e5bf85;
  list-style-type: none;
  margin: 0;
  padding: 0 20px 0 0;
}
.rstpl-mega-menu .rstpl-mega-menu-container [class*="span"] .rstpl-template-menu > li {
  padding: 0;
}
.rstpl-mega-menu .rstpl-mega-menu-container [class*="span"] .rstpl-template-menu > li > a {
  color: #79193b;
  display: block;
  font-size: 13px;
  padding: 10px;
}
.rstpl-mega-menu .rstpl-mega-menu-container [class*="span"] .rstpl-template-menu > li > a:hover,
.rstpl-mega-menu .rstpl-mega-menu-container [class*="span"] .rstpl-template-menu > li > a:focus {
  background-color: #f3e0c4;
  color: #79193b;
}
.rstpl-mega-menu .rstpl-mega-menu-container [class*="span"] .rstpl-template-menu > li.active > a {
  background-color: #f3e0c4;
  color: #79193b;
}
@media (max-width: 1199px) {
  .rstpl-mega-menu .rstpl-mega-menu-container [class*="span"] .rstpl-template-menu > li {
    border-bottom: none !important;
  }
}
@media (max-width: 979px) {
  .rstpl-mega-menu .rstpl-mega-menu-container [class*="span"] .rstpl-template-menu {
    padding: 0;
  }
}
.rstpl-mega-menu .rstpl-mega-menu-container [class*="span"]:last-of-type .rstpl-template-menu {
  border-right: none;
}
@media (max-width: 979px) {
  .rstpl-mega-menu .rstpl-mega-menu-container {
    background-color: #f7ebd9;
    display: none;
    top: 1px;
    left: 0;
    position: relative;
    padding: 0;
    visibility: visible;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    filter: alpha(opacity=100);
  }
  .rstpl-mega-menu .rstpl-mega-menu-container.container {
    padding: 0;
  }
  .rstpl-mega-menu .rstpl-mega-menu-container [class*="span"] {
    border-top: 1px solid #e5bf85;
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .rstpl-mega-menu .rstpl-mega-menu-container [class*="span"] .rstpl-template-menu {
    border-right: none;
  }
  .rstpl-mega-menu .rstpl-mega-menu-container [class*="span"]:first-of-type {
    border-top: none;
  }
}
@media (min-width: 980px) {
  .rstpl-mega-menu:hover > .rstpl-mega-menu-container {
    visibility: visible;
    z-index: 10;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    filter: alpha(opacity=100);
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
  }
}
.rstpl-template-menu .nav-header {
  display: none;
}
.rstpl-template-menu .dropdown .nav-header {
  color: #79193b;
  font-size: 13px;
  padding: 10px 15px;
  text-transform: uppercase;
  font-weight: 700;
  text-shadow: none;
  text-align: center;
  position: relative;
}
.rstpl-main-menu-position {
  margin-bottom: 0;
  position: relative;
  -webkit-backface-visibility: hidden;
}
.rstpl-main-menu-position:before {
  background-color: #f7ebd9;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
}
.rstpl-main-menu-position:after {
  content: '';
  position: absolute;
  bottom: -70px;
  left: 0;
  height: 70px;
  width: 100%;
  z-index: 1;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 100 100' preserveAspectRatio='none'%3E%3Cpolygon points='0,0 100,0 0,100' style='fill:%23f7ebd9;' /%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
@media (max-width: 1199px) {
  .rstpl-main-menu-position:after {
    bottom: -50px;
    height: 50px;
  }
}
.rstpl-main-menu-position.no-after:after {
  content: none;
}
@media (min-width: 980px) {
  .rstpl-absolute-menu {
    background-color: transparent;
    position: absolute;
    width: 100%;
    z-index: 10;
  }
  .rstpl-absolute-menu:after,
  .rstpl-absolute-menu:before {
    -webkit-opacity: 0.75;
    -moz-opacity: 0.75;
    opacity: 0.75;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=75);
    filter: alpha(opacity=75);
  }
  .rstpl-absolute-menu .navbar .navbar-inner .rstpl-template-menu > li > .dropdown-menu {
    top: 75%;
  }
  .rstpl-absolute-menu .navbar .navbar-inner .rstpl-template-menu > li.rstpl-mega-menu .rstpl-mega-menu-container {
    top: 75%;
  }
}
.menu_center [class*="newsflash-horiz"] li,
.menu_left [class*="newsflash-horiz"] li,
.menu_right [class*="newsflash-horiz"] li,
.menu_center [class*="newsflash-vert"] li,
.menu_left [class*="newsflash-vert"] li,
.menu_right [class*="newsflash-vert"] li,
.menu_center .newsflash-masonry li,
.menu_left .newsflash-masonry li,
.menu_right .newsflash-masonry li,
.menu_center .latest-articles li,
.menu_left .latest-articles li,
.menu_right .latest-articles li {
  float: left;
}
.navbar-inner {
  background-color: #f7f5f2;
  background-image: none;
  border-color: #e4ddd2;
  border-radius: 0px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.navbar-inner li > a {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
/* 4 Section styling - Header , Sections , Footer , Copyright
-------------------------------------------------------------------------------*/
/* Headers
------------------------------------------------------------------------------*/
/* Sections
------------------------------------------------------------------------------*/
#column-right > [class*="rstpl-"],
#column-left > [class*="rstpl-"] {
  color: #ffffff;
  margin: 5px 0px 35px 0px;
  padding: 30px;
  position: relative;
}
#column-right > [class*="rstpl-"]:last-of-type,
#column-left > [class*="rstpl-"]:last-of-type {
  margin: 5px 0px;
}
#column-right > [class*="rstpl-"]:before,
#column-left > [class*="rstpl-"]:before {
  background-color: #937a57;
  content: '';
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
  -webkit-transform: skewY(2deg);
  -moz-transform: skewY(2deg);
  -ms-transform: skewY(2deg);
  -o-transform: skewY(2deg);
  transform: skewY(2deg);
}
#column-right > [class*="rstpl-"] h1,
#column-left > [class*="rstpl-"] h1,
#column-right > [class*="rstpl-"] h2,
#column-left > [class*="rstpl-"] h2,
#column-right > [class*="rstpl-"] h3,
#column-left > [class*="rstpl-"] h3,
#column-right > [class*="rstpl-"] h4,
#column-left > [class*="rstpl-"] h4,
#column-right > [class*="rstpl-"] h5,
#column-left > [class*="rstpl-"] h5,
#column-right > [class*="rstpl-"] h6,
#column-left > [class*="rstpl-"] h6 {
  word-break: break-all;
}
#column-right > [class*="rstpl-"] h1.rstpl-title,
#column-left > [class*="rstpl-"] h1.rstpl-title,
#column-right > [class*="rstpl-"] h2.rstpl-title,
#column-left > [class*="rstpl-"] h2.rstpl-title,
#column-right > [class*="rstpl-"] h3.rstpl-title,
#column-left > [class*="rstpl-"] h3.rstpl-title,
#column-right > [class*="rstpl-"] h4.rstpl-title,
#column-left > [class*="rstpl-"] h4.rstpl-title,
#column-right > [class*="rstpl-"] h5.rstpl-title,
#column-left > [class*="rstpl-"] h5.rstpl-title,
#column-right > [class*="rstpl-"] h6.rstpl-title,
#column-left > [class*="rstpl-"] h6.rstpl-title {
  color: #ffffff;
  margin: 0 0 20px 0;
}
#column-right > [class*="rstpl-"] form,
#column-left > [class*="rstpl-"] form {
  margin: 0;
  width: 100%;
  z-index: 1111;
}
#column-right > [class*="rstpl-"] form .input-prepend,
#column-left > [class*="rstpl-"] form .input-prepend {
  width: 100%;
}
#column-right > [class*="rstpl-"] form input[type="text"],
#column-left > [class*="rstpl-"] form input[type="text"],
#column-right > [class*="rstpl-"] form input[type="password"],
#column-left > [class*="rstpl-"] form input[type="password"],
#column-right > [class*="rstpl-"] form input[type="datetime"],
#column-left > [class*="rstpl-"] form input[type="datetime"],
#column-right > [class*="rstpl-"] form input[type="datetime-local"],
#column-left > [class*="rstpl-"] form input[type="datetime-local"],
#column-right > [class*="rstpl-"] form input[type="date"],
#column-left > [class*="rstpl-"] form input[type="date"],
#column-right > [class*="rstpl-"] form input[type="month"],
#column-left > [class*="rstpl-"] form input[type="month"],
#column-right > [class*="rstpl-"] form input[type="time"],
#column-left > [class*="rstpl-"] form input[type="time"],
#column-right > [class*="rstpl-"] form input[type="week"],
#column-left > [class*="rstpl-"] form input[type="week"],
#column-right > [class*="rstpl-"] form input[type="number"],
#column-left > [class*="rstpl-"] form input[type="number"],
#column-right > [class*="rstpl-"] form input[type="email"],
#column-left > [class*="rstpl-"] form input[type="email"],
#column-right > [class*="rstpl-"] form input[type="url"],
#column-left > [class*="rstpl-"] form input[type="url"],
#column-right > [class*="rstpl-"] form input[type="search"],
#column-left > [class*="rstpl-"] form input[type="search"],
#column-right > [class*="rstpl-"] form input[type="tel"],
#column-left > [class*="rstpl-"] form input[type="tel"],
#column-right > [class*="rstpl-"] form input[type="color"],
#column-left > [class*="rstpl-"] form input[type="color"],
#column-right > [class*="rstpl-"] form select,
#column-left > [class*="rstpl-"] form select,
#column-right > [class*="rstpl-"] form textarea,
#column-left > [class*="rstpl-"] form textarea,
#column-right > [class*="rstpl-"] form .uneditable-input,
#column-left > [class*="rstpl-"] form .uneditable-input {
  min-width: 100%;
  max-width: 100%;
  width: 100%;
  height: 25px;
}
#column-right:first-of-type,
#column-left:first-of-type {
  margin-top: 0;
}
@media (max-width: 768px) {
  #column-right,
  #column-left {
    padding: 0px;
  }
}
.rstpl-main-menu-position ::-moz-selection {
  background: #937a57;
  color: #ffffff;
  text-shadow: none;
}
.rstpl-main-menu-position ::selection {
  background: #937a57;
  color: #ffffff;
  text-shadow: none;
}
.rstpl-main-menu-position .container {
  padding: 0;
}
.rstpl-copyright-position {
  background-color: #937a57;
  position: relative;
}
.rstpl-copyright-position:before {
  content: '';
  position: absolute;
  top: -70px;
  left: 0;
  height: 70px;
  width: 100%;
  z-index: 2;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 100 100' preserveAspectRatio='none'%3E%3Cpolygon points='100,0 100,100 0,100' style='fill:%23937a57;' /%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
@media (max-width: 1199px) {
  .rstpl-copyright-position:before {
    top: -50px;
    height: 50px;
  }
}
/* Footer
------------------------------------------------------------------------------*/
.rstpl-footer-position,
.rstpl-after-footer-position {
  background-color: #79193b;
}
.rstpl-footer-position input,
.rstpl-after-footer-position input,
.rstpl-footer-position select,
.rstpl-after-footer-position select,
.rstpl-footer-position textarea,
.rstpl-after-footer-position textarea {
  border-color: #ffffff;
  color: #79193b;
  min-height: 44px;
  min-width: 150px;
  padding: 12px;
  width: 100%;
}
.rstpl-footer-position input:focus,
.rstpl-after-footer-position input:focus,
.rstpl-footer-position select:focus,
.rstpl-after-footer-position select:focus,
.rstpl-footer-position textarea:focus,
.rstpl-after-footer-position textarea:focus {
  border-color: #937a57;
}
.rstpl-footer-position input::-webkit-input-placeholder,
.rstpl-after-footer-position input::-webkit-input-placeholder,
.rstpl-footer-position textarea::-webkit-input-placeholder,
.rstpl-after-footer-position textarea::-webkit-input-placeholder {
  color: #79193b;
  opacity: 1;
}
.rstpl-footer-position input::-moz-placeholder,
.rstpl-after-footer-position input::-moz-placeholder,
.rstpl-footer-position textarea::-moz-placeholder,
.rstpl-after-footer-position textarea::-moz-placeholder {
  color: #79193b;
  opacity: 1;
}
.rstpl-footer-position input::-ms-input-placeholder,
.rstpl-after-footer-position input::-ms-input-placeholder,
.rstpl-footer-position textarea::-ms-input-placeholder,
.rstpl-after-footer-position textarea::-ms-input-placeholder {
  color: #79193b;
  opacity: 1;
}
.rstpl-footer-position ::-moz-selection,
.rstpl-after-footer-position ::-moz-selection {
  background: #937a57;
  color: #ffffff;
  text-shadow: none;
}
.rstpl-footer-position ::selection,
.rstpl-after-footer-position ::selection {
  background: #937a57;
  color: #ffffff;
  text-shadow: none;
}
.rstpl-footer-position .rstpl-menu,
.rstpl-after-footer-position .rstpl-menu {
  position: relative;
}
.rstpl-footer-position .rstpl-menu .nav-inner,
.rstpl-after-footer-position .rstpl-menu .nav-inner {
  display: none;
}
.rstpl-footer-position .rstpl-menu .menu,
.rstpl-after-footer-position .rstpl-menu .menu {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.rstpl-footer-position .rstpl-menu .menu li,
.rstpl-after-footer-position .rstpl-menu .menu li {
  margin-bottom: 5px;
}
.rstpl-footer-position .rstpl-menu .menu li a,
.rstpl-after-footer-position .rstpl-menu .menu li a {
  color: #c1c1c1;
}
.rstpl-footer-position .rstpl-menu .menu li.active a,
.rstpl-after-footer-position .rstpl-menu .menu li.active a {
  color: #937a57;
}
.rstpl-footer-position .rstpl-menu .menu li:hover a,
.rstpl-after-footer-position .rstpl-menu .menu li:hover a {
  color: #937a57;
}
.rstpl-footer-position .rstpl-menu .menu li:before,
.rstpl-after-footer-position .rstpl-menu .menu li:before {
  font-family: 'FontAwesome';
  content: '\f101';
  color: #937a57;
  font-size: 18px;
  margin-right: 10px;
}
.rstpl-footer-position p,
.rstpl-after-footer-position p,
.rstpl-footer-position li,
.rstpl-after-footer-position li,
.rstpl-footer-position i,
.rstpl-after-footer-position i,
.rstpl-footer-position span,
.rstpl-after-footer-position span {
  color: #c1c1c1;
}
.rstpl-footer-position h1,
.rstpl-after-footer-position h1,
.rstpl-footer-position h2,
.rstpl-after-footer-position h2,
.rstpl-footer-position h3,
.rstpl-after-footer-position h3,
.rstpl-footer-position h4,
.rstpl-after-footer-position h4,
.rstpl-footer-position h5,
.rstpl-after-footer-position h5,
.rstpl-footer-position h6,
.rstpl-after-footer-position h6 {
  color: #dbdbdb;
  margin-bottom: 30px;
}
.rstpl-footer-position h1.rstpl-title,
.rstpl-after-footer-position h1.rstpl-title,
.rstpl-footer-position h2.rstpl-title,
.rstpl-after-footer-position h2.rstpl-title,
.rstpl-footer-position h3.rstpl-title,
.rstpl-after-footer-position h3.rstpl-title,
.rstpl-footer-position h4.rstpl-title,
.rstpl-after-footer-position h4.rstpl-title,
.rstpl-footer-position h5.rstpl-title,
.rstpl-after-footer-position h5.rstpl-title,
.rstpl-footer-position h6.rstpl-title,
.rstpl-after-footer-position h6.rstpl-title {
  color: #ffffff;
}
@media (max-width: 767px) {
  .rstpl-footer-position .container,
  .rstpl-after-footer-position .container {
    padding: 15px;
  }
}
.rstpl-footer-position .rstpl-widget,
.rstpl-after-footer-position .rstpl-widget {
  padding: 0;
}
.rstpl-footer-position .rstpl-widget h3,
.rstpl-after-footer-position .rstpl-widget h3 {
  font-size: 30px;
  line-height: 40px;
  margin: 0 0 25px;
}
.rstpl-footer-position .rstpl-widget .rstpl-twitter-widget-list li,
.rstpl-after-footer-position .rstpl-widget .rstpl-twitter-widget-list li {
  padding-top: 0;
}
.rstpl-footer-position .rstpl-widget .rstpl-twitter-widget-list li:before,
.rstpl-after-footer-position .rstpl-widget .rstpl-twitter-widget-list li:before {
  top: 5px;
}
.rstpl-footer-position .rstpl-widget .rstpl-twitter-widget-list li .author,
.rstpl-after-footer-position .rstpl-widget .rstpl-twitter-widget-list li .author {
  color: #937a57;
}
.rstpl-footer-position {
  margin: 140px 0 0 0 !important;
  padding: 45px 45px 115px 45px;
  position: relative;
}
.rstpl-footer-position:after {
  content: '';
  position: absolute;
  left: 0;
  top: -70px;
  height: 70px;
  width: 100%;
  z-index: 1;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 100 100' preserveAspectRatio='none'%3E%3Cpolygon points='0,0 100,100 0,100' style='fill:%2379193b;' /%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
@media (max-width: 1199px) {
  .rstpl-footer-position {
    margin: 80px 0 0 0 !important;
    padding: 30px 30px 80px 30px;
  }
  .rstpl-footer-position:after {
    top: -50px;
    height: 50px;
  }
}
.rstpl-footer-position + .rstpl-copyright-position {
  margin-top: 0px;
}
.rstpl-copyright-position {
  color: #c1c1c1;
}
.rstpl-copyright-position .rstpl-template-menu {
  list-style: none;
  margin: 0;
  text-transform: uppercase;
}
.rstpl-copyright-position .rstpl-template-menu > li {
  display: inline-block;
}
.rstpl-copyright-position .rstpl-template-menu > li > a {
  color: #ffffff;
  display: block;
  font-weight: 600;
  padding: 24px 8px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.rstpl-copyright-position .rstpl-template-menu > li > a:hover {
  color: #79193b;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
@media (max-width: 979px) {
  .rstpl-copyright-position .rstpl-template-menu {
    text-align: center;
  }
}
.rstpl-copyright-position .nav-inner {
  display: none;
}
.rstpl-copyright-position .rstpl-copyright {
  color: #ffffff;
  padding: 22px 0px 10px 0px;
}
.rstpl-copyright-position .rstpl-copyright a {
  color: #ffffff;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.rstpl-copyright-position .rstpl-copyright a:hover {
  color: #bfbfbf;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.rstpl-copyright-position .rstpl-copyright span {
  text-align: center;
  vertical-align: middle;
}
.rstpl-copyright-position .rstpl-copyright p {
  display: inline-block;
  margin: 0;
}
@media (max-width: 979px) {
  .rstpl-copyright-position .rstpl-copyright {
    padding: 0px 0px 15px 0px;
    text-align: center;
  }
}
@media (max-width: 979px) {
  .rstpl-copyright-position .row-fluid > [class*="span"] {
    margin: 0;
    width: 100%;
  }
}
/* Copyright
------------------------------------------------------------------------------*/
.copyright-link {
  background-color: rgba(147, 122, 87, 0.9);
  color: #ffffff;
  line-height: 3;
}
.copyright-link a {
  color: #79193b;
  font-weight: 600;
  -webkit-transition: color 0.2s linear;
  -moz-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear;
}
.copyright-link a:hover {
  color: #ffffff;
  -webkit-transition: color 0.2s linear;
  -moz-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear;
}
/* 5 Bootstrap Overrides
-------------------------------------------------------------------------------*/
/* Accordion
------------------------------------------------------------------------------*/
.accordion {
  margin-bottom: 0;
}
.accordion-group {
  background-color: #79193b;
  border-color: #641531;
  border-style: none solid solid solid;
  border-width: 0 1px 1px 1px;
  border-radius: 0;
  color: #ffffff;
  margin-bottom: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.accordion-group:first-of-type {
  border-top: 1px solid #641531;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
.accordion-group:last-of-type {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
.accordion-group .accordion-heading .accordion-toggle {
  background-color: #79193b;
  color: #ffffff;
  margin: 0;
  padding: 20px;
  position: relative;
  text-decoration: none;
}
.accordion-group .accordion-heading .accordion-toggle i {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.accordion-group .accordion-heading .accordion-toggle.collapsed {
  color: #937a57;
  text-decoration: none;
}
.accordion-group .accordion-heading .accordion-toggle.collapsed i {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.accordion-group .accordion-heading > a {
  font-weight: 700;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.accordion-group a {
  color: #937a57;
}
.accordion-group a:hover {
  color: #ab9372;
}
.accordion-inner {
  background-color: #79193b;
  border-top: 0;
  line-height: 1.8;
  padding: 0 30px 30px 30px;
}
.accordion-inner a {
  color: #937a57;
}
.accordion-inner a:hover {
  color: #ab9372;
}
.accordion-inner p:last-of-type {
  margin-bottom: 0;
}
.accordion-inner legend {
  color: inherit;
}
.accordion-inner .add-on,
.accordion-inner .popover-content {
  color: #6c6c6c;
}
.accordion-inner .form-actions {
  background-color: #641531;
}
.accordion-inner .rspbld-image {
  margin: 0 15px 0 0;
}
.accordion-inner .table.table-striped tbody > tr:nth-child(2n+1) > td,
.accordion-inner .table.table-striped tbody > tr:nth-child(2n+1) > th {
  color: #6c6c6c;
}
.accordion-inner .well {
  background-color: #641531;
  border-color: #4f1026;
}
.rotate-collapsed .accordion-toggle i {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
.rotate-collapsed .accordion-toggle.collapsed i {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
/* Alerts & Labels & Badges
------------------------------------------------------------------------------*/
.alert {
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
  text-shadow: none;
  background-color: #fbb829;
  color: #ffffff;
  border-radius: 0px;
}
.alert p {
  color: #ffffff;
}
.alert .alert-heading {
  color: #ffffff;
}
.alert.alert-success {
  background-color: #a1c820;
}
.alert.alert-info {
  background-color: #2a8fbd;
}
.alert.alert-error {
  background-color: #ed092f;
}
.alert.alert-error .alert-heading {
  color: #ffffff;
}
.alert .close {
  background-color: transparent;
  background-image: none;
  margin: 0;
  text-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.alert .close:hover {
  background-color: transparent;
  background-image: none;
}
.rsdir-contact-modal {
  min-height: initial !important;
}
/* Carousel
------------------------------------------------------------------------------*/
.carousel {
  margin: 0;
}
@media (max-width: 767px) {
  .carousel {
    margin: 0 0 65px 0;
  }
}
.carousel-inner {
  margin: 0 auto;
  width: 80%;
}
@media (max-width: 767px) {
  .carousel-inner {
    width: auto;
  }
}
.carousel-control {
  background-color: transparent;
  border: 5px solid #bfbfbf;
  border-radius: 50%;
  color: #bfbfbf;
  left: 15px;
  margin: 0;
  height: 70px;
  width: 70px;
  z-index: 3;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.carousel-control.right {
  left: auto;
  right: 15px;
}
.carousel-control:hover,
.carousel-control:focus {
  color: #bfbfbf;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.carousel-control i {
  font-size: 30px;
  line-height: 60px;
  height: 60px;
  width: 60px;
  vertical-align: top;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
@media (max-width: 767px) {
  .carousel-control {
    height: 50px;
    width: 50px;
    left: 0;
    margin: 10px 0 0 0;
    top: 100%;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  .carousel-control.right {
    right: 0;
  }
  .carousel-control i {
    font-size: 20px;
    line-height: 40px;
    height: 40px;
    width: 40px;
  }
}
.carousel-indicators.center-bottom,
.carousel-indicators.left-bottom,
.carousel-indicators.right-bottom {
  bottom: 3px;
}
.carousel-indicators li {
  border: 2px solid #79193b;
  height: 12px;
  width: 12px;
}
.carousel-indicators li.active {
  background-color: #79193b;
}
/* Dropdowns
------------------------------------------------------------------------------*/
.navbar .nav > li > .dropdown-menu:before,
.navbar .nav > li > .dropdown-menu:after {
  border: none;
  content: "";
}
.dropdown-menu {
  background-color: #f7ebd9;
  border-radius: 0px;
  border: none;
  padding: 0;
  margin: 0;
  top: 100%;
  -webkit-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.5);
  -ms-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.5);
  -o-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.5);
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.5);
  -webkit-transition: opacity 0.2s ease-in;
  -moz-transition: opacity 0.2s ease-in;
  -o-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
}
.dropdown-menu.right-edge {
  left: 0;
  top: 115% !important;
}
.dropdown-menu li:first-of-type > a {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
.dropdown-menu li:last-of-type > a {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom: none;
}
.dropdown-menu li > a {
  font-size: 13px;
  padding: 10px;
  color: #79193b;
}
.dropdown-menu li > a:hover,
.dropdown-menu li > a:focus,
.dropdown-menu li > a:active {
  background: #f3e0c4;
  color: #79193b;
}
.dropdown-menu .dropdown-submenu {
  border-radius: 0px;
}
.dropdown-menu .dropdown-submenu:hover > a,
.dropdown-menu .dropdown-submenu:focus > a {
  background: #f3e0c4;
  color: #79193b;
}
.dropdown-menu .dropdown-submenu:hover > .dropdown-menu,
.dropdown-menu .dropdown-submenu:focus > .dropdown-menu {
  -webkit-transition: opacity 0.2s ease-in;
  -moz-transition: opacity 0.2s ease-in;
  -o-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  visibility: visible;
}
.dropdown-menu .dropdown-submenu > a {
  position: relative;
}
.dropdown-menu .dropdown-submenu > a:after {
  border-color: transparent transparent transparent #79193b;
  position: absolute;
  right: 20px;
  top: 10px;
}
.dropdown-menu .dropdown-submenu .dropdown-menu {
  top: 15%;
  border-radius: 0px;
}
li > .dropdown-menu {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  visibility: hidden;
  display: block;
}
@media (max-width: 979px) {
  li > .dropdown-menu {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    filter: alpha(opacity=100);
    display: none;
    visibility: visible;
    margin: 0;
  }
  li > .dropdown-menu > li {
    border-top: 1px solid #e5bf85;
  }
  li > .dropdown-menu > li > a {
    border-radius: none;
    border-bottom: none;
    padding: 15px 25px;
  }
  li > .dropdown-menu > li > a:hover,
  li > .dropdown-menu > li > a:focus,
  li > .dropdown-menu > li > a:active {
    background: transparent;
  }
  li > .dropdown-menu .dropdown-submenu:hover > a,
  li > .dropdown-menu .dropdown-submenu:focus > a {
    background: transparent;
  }
  li > .dropdown-menu .dropdown-submenu:hover > a:hover,
  li > .dropdown-menu .dropdown-submenu:focus > a:hover,
  li > .dropdown-menu .dropdown-submenu:hover > a:focus,
  li > .dropdown-menu .dropdown-submenu:focus > a:focus,
  li > .dropdown-menu .dropdown-submenu:hover > a:active,
  li > .dropdown-menu .dropdown-submenu:focus > a:active {
    background: transparent;
  }
  li > .dropdown-menu .dropdown-submenu > a:after {
    border: none;
  }
  li > .dropdown-menu .dropdown-submenu .dropdown-menu {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    filter: alpha(opacity=100);
    display: none;
    visibility: visible;
    margin: 0;
  }
  li > .dropdown-menu .dropdown-submenu .dropdown-menu > li > a {
    padding-left: 35px;
  }
}
@media (min-width: 768px) {
  li:hover > .dropdown-menu {
    -webkit-transition: opacity 0.2s ease-in;
    -moz-transition: opacity 0.2s ease-in;
    -o-transition: opacity 0.2s ease-in;
    transition: opacity 0.2s ease-in;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    filter: alpha(opacity=100);
    visibility: visible;
  }
}
/* Grid
------------------------------------------------------------------------------*/
.row-fluid [class*="span"] {
  min-height: 0;
}
@media (max-width: 767px) {
  .row-fluid [class*="span"] {
    margin-bottom: 30px;
  }
  .row-fluid [class*="span"]:last-of-type {
    margin-bottom: 0;
  }
}
/* Hero unit
------------------------------------------------------------------------------*/
.hero-unit {
  border-radius: 0px;
}
/* Pager
------------------------------------------------------------------------------*/
.pager li a {
  background-color: #79193b;
  background-image: none;
  border: none;
  border-radius: 0px;
  color: #333333;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  padding: 10px 20px;
  text-align: center;
  text-shadow: none;
  vertical-align: middle;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  color: #ffffff;
}
.pager li a:hover,
.pager li a:focus {
  background-color: #4f1026;
  background-position: 0 center;
  border: none;
  color: #333333;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.pager li a:hover,
.pager li a:focus {
  background-color: #4f1026;
  background-position: 0 center;
  border: none;
  color: #333333;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.pager li a:hover,
.pager li a:focus,
.pager li a:active {
  background-color: #a32250;
  color: #ffffff;
}
.pagination li a > i {
  text-align : center;
}
/* Progress Bars
------------------------------------------------------------------------------*/
.progress {
  height: 20px;
  margin: 0 0 20px 0;
  background-color: #f7f7f7;
  border-radius: 0px;
  box-shadow: none;
  overflow: hidden;
  background-image: none;
}
.progress .bar {
  font-size: 12px;
  color: #ffffff;
  text-align: center;
  text-shadow: none;
  background-color: #79193b;
  background-image: none;
  box-shadow: none;
  float: left;
  width: 0px;
  height: 100%;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.progress.progress-info .bar {
  background-color: #2a8fbd;
}
.progress.progress-success .bar {
  background-color: #a1c820;
}
.progress.progress-warning .bar {
  background-color: #fbb829;
}
.progress.progress-danger .bar {
  background-color: #ed092f;
}
/* Tab
------------------------------------------------------------------------------*/
.nav-tabs {
  border-color: #641531;
  margin: 0;
}
.nav-tabs > li > a {
  background-color: #937a57;
  border-color: #937a57 #937a57 #79193b #937a57;
  border-radius: 0;
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  margin-right: 6px;
  text-transform: uppercase;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus {
  background-color: #641531;
  border-color: #641531;
  color: #ffffff;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.nav-tabs > .active > a,
.nav-tabs > .active > a:hover,
.nav-tabs > .active > a:focus {
  background-color: #79193b;
  border-color: #79193b #79193b transparent;
  color: #ffffff;
}
.tab-content {
  background-color: #79193b;
  border-color: #79193b;
  color: #ffffff;
  line-height: 1.8;
  padding: 20px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.tab-content a {
  color: #937a57;
}
.tab-content a:hover {
  color: #ab9372;
}
.tab-content p:last-of-type {
  margin-bottom: 0;
}
.tab-content legend {
  color: inherit;
}
.tab-content .add-on,
.tab-content .popover-content {
  color: #6c6c6c;
}
.tab-content .form-actions {
  background-color: #641531;
}
.tab-content .rspbld-image {
  margin: 0 15px 0 0;
}
.tab-content .table.table-striped tbody > tr:nth-child(2n+1) > td,
.tab-content .table.table-striped tbody > tr:nth-child(2n+1) > th {
  color: #6c6c6c;
}
.tab-content .well {
  background-color: #641531;
  border-color: #4f1026;
}
.tabs-left > .nav-tabs > li > a {
  border-radius: 0px;
  border: none;
}
.tabs-left > .nav-tabs > li > a:hover {
  border: none;
}
/* Thumbnail
------------------------------------------------------------------------------*/
.thumbnail {
  border-color: #e1e1e1;
  border-radius: 0px;
}
/* Tooltip
------------------------------------------------------------------------------*/
.tooltip {
  font-size: .8em;
  font-weight: 700;
  border: none;
}
.tooltip .tooltip-inner {
  border: none;
}
.tooltip.top .tooltip-arrow {
  border-top-color: none;
}
.tooltip.right .tooltip-arrow {
  border-right-color: none;
}
.tooltip.left .tooltip-arrow {
  border-left-color: none;
}
.tooltip.bottom .tooltip-arrow {
  border-bottom-color: none;
}
/* 6 Content
------------------------------------------------------------------------------*/
.icons {
  position: relative;
}
.article-info {
  display: block;
}
.article-info .article-info-term {
  display: inline-block;
  margin-right: 10px;
}
.article-info dd {
  display: inline;
  margin-left: 0;
  margin-right: 15px;
  line-height: 25px;
}
.article-info dd:last-of-type {
  margin-right: 0;
}
.article-info dd.createdby img {
  width: 40px;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .article-info dd {
    display: block;
  }
  .article-info dd:first-of-type {
    margin-left: 10px;
  }
}
.item-image.pull-left,
.item-image.pull-right {
  float: none;
  width: 100%;
}
@media (max-width: 767px) {
  .item-image.rstpl-m-top-big {
    margin-top: 0;
  }
}
.item-image img {
  width: 100%;
}
div[itemprop="blogPost"] {
  margin: 30px 0;
  position: relative;
}
@media (max-width: 767px) {
  div[itemprop="blogPost"] {
    padding: 0px;
  }
}
div[itemprop="blogPost"] .page-header {
  margin: 0;
}
div[itemprop="blogPost"] .page-header .rstpl-title {
  margin: 10px;
}
div[itemprop="blogPost"] .item-image {
  margin-bottom: 20px;
  background-color: #79193b;
}
div[itemprop="blogPost"] .item-image img {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  width: 100%;
}
div[itemprop="blogPost"] .item-image a {
  position: relative;
}
div[itemprop="blogPost"] .item-image a:before {
  content: '\f064';
  display: block;
  font-size: 38px;
  color: #ffffff;
  font-family: 'FontAwesome';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-transform: translate(-50%, 0%);
  -moz-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  -o-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
}
div[itemprop="blogPost"] .item-image:hover > a:before {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
div[itemprop="blogPost"] .item-image:hover > a > img {
  -webkit-opacity: 0.2;
  -moz-opacity: 0.2;
  opacity: 0.2;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=20);
  filter: alpha(opacity=20);
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
div[itemprop="blogPost"] .readmore {
  margin-top: 20px;
}
div[itemprop="blogPost"] .readmore a.btn {
  background-color: #937a57;
  background-image: none;
  border: none;
  border-radius: 0px;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  padding: 15px 30px;
  text-align: center;
  text-shadow: none;
  vertical-align: middle;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
div[itemprop="blogPost"] .readmore a.btn:hover,
div[itemprop="blogPost"] .readmore a.btn:focus {
  background-color: #735f44;
  background-position: 0 center;
  border: none;
  color: #ffffff;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
div[itemprop="blogPost"] .readmore a.btn:hover,
div[itemprop="blogPost"] .readmore a.btn:focus {
  background-color: #735f44;
  background-position: 0 center;
  border: none;
  color: #ffffff;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.items-leading div[itemprop="blogPost"]:first-of-type {
  margin-top: 0px;
}
@media (max-width: 767px) {
  div[itemprop="articleBody"] {
    padding: 0 15px;
  }
}
div[itemprop="articleBody"] p {
  margin-bottom: 20px;
}
.page-header {
  border-bottom: 0;
}
.rstpl-article-container .icons {
  display: inline-block;
  float: right;
  position: relative;
}
.blog .item {
  position: relative;
}
.blog .icons {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
}
@media (max-width: 767px) {
  .rstpl-all-content-position [class*="span"] {
    float: left;
  }
}
/* 7 Contact
------------------------------------------------------------------------------*/
#rstpl-com_contact .dl-horizontal dt {
  width: 15px;
}
#rstpl-com_contact .dl-horizontal dd {
  margin: 0 0 15px 35px;
}
@media (min-width: 768px) and (max-width: 980px) {
  #rstpl-com_contact .contact .row-fluid .span7 {
    width: 100%;
    margin-left: 0;
  }
}
/* 8 News Feed
------------------------------------------------------------------------------*/
.newsfeed ol {
  counter-reset: rstpl-newsfeed-counter;
  list-style: none;
  margin: 0;
}
.newsfeed ol li {
  margin: 0px 0px 40px 0px;
  padding: 0px 0px 24px 30px;
  position: relative;
}
.newsfeed ol li:before {
  content: counter(rstpl-newsfeed-counter, decimal) ".";
  counter-increment: rstpl-newsfeed-counter;
  font-size: 23px;
  line-height: 1;
  position: absolute;
  top: 18px;
  left: 0px;
}
.newsfeed ol li:after {
  border: 0;
  content: "";
  display: block;
  height: 4px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 100 100' preserveAspectRatio='none'%3E%3Cpolygon points='0,0 100,0 0,100' style='fill:%2379193b;' /%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.newsfeed .feed-item-description p {
  margin-bottom: 10px;
}
/* 9 RSComponents
------------------------------------------------------------------------------*/
/* RSComments
------------------------------------------------------------------------------*/
.rscomments {
  background-color: #f7f5f2;
}
.rscomments .rscomment-form {
  background-color: transparent;
  border: 0;
  padding: 0;
}
.rscomments .media.rscomment {
  background-color: #ffffff;
  border: 1px solid #e1e1e1;
  padding: 15px;
}
.rscomments hr {
  display: none;
}
.rscomments .row-fluid {
  position: relative;
}
.rscomments .rscomm-editor-buttons .btn-toolbar {
  margin: 0;
}
.rscomments .char-left {
  position: absolute;
  bottom: -10px;
  left: 0;
}
/* RSBlog!
------------------------------------------------------------------------------*/
.rsblog-post .rsblog-entry-image {
  margin-bottom: 30px;
}
.rsblog-post .rsblog-entry-image img {
  width: 100%;
  margin-bottom: 0;
}
.rsblog-tag-cloud li .rsblog-tag {
  border-radius: 0px;
  background-color: #79193b;
  color: #ffffff;
  font-size: 13px;
  font-weight: bold;
  padding: 5px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.rsblog-tag-cloud li .rsblog-tag:hover {
  background-color: #937a57;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.rsblog-main-container .well,
.rsblog-main-post-container .well {
  background-color: transparent;
  border-color: #e1e1e1;
  border-width: 0 0 1px 0;
  border-radius: 0;
  margin: 0 0 40px 0;
  padding: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.rsblog-main-container .well h1,
.rsblog-main-post-container .well h1,
.rsblog-main-container .well h2,
.rsblog-main-post-container .well h2,
.rsblog-main-container .well h3,
.rsblog-main-post-container .well h3,
.rsblog-main-container .well h4,
.rsblog-main-post-container .well h4,
.rsblog-main-container .well h5,
.rsblog-main-post-container .well h5,
.rsblog-main-container .well h6,
.rsblog-main-post-container .well h6,
.rsblog-main-container .well p,
.rsblog-main-post-container .well p,
.rsblog-main-container .well span,
.rsblog-main-post-container .well span,
.rsblog-main-container .well a,
.rsblog-main-post-container .well a {
  color: #79193b;
}
.rsblog-main-container .well .row-fluid,
.rsblog-main-post-container .well .row-fluid {
  display: table;
}
.rsblog-main-container .well .row-fluid > [class^="span"],
.rsblog-main-post-container .well .row-fluid > [class^="span"],
.rsblog-main-container .well .row-fluid > [class*="span"],
.rsblog-main-post-container .well .row-fluid > [class*="span"] {
  display: table-cell;
  float: none;
  vertical-align: middle;
}
.rsblog-main-container .rsblog-social-share table,
.rsblog-main-post-container .rsblog-social-share table {
  border: none;
}
.rsblog-main-container .rsblog-social-share table th,
.rsblog-main-post-container .rsblog-social-share table th,
.rsblog-main-container .rsblog-social-share table td,
.rsblog-main-post-container .rsblog-social-share table td {
  border: none;
}
.rsblog-main-container .rsblog-author-bio,
.rsblog-main-post-container .rsblog-author-bio {
  background-color: #ffffff;
  border-bottom-color: #79193b;
}
.rsblog-main-container .rsblog-author-bio .muted,
.rsblog-main-post-container .rsblog-author-bio .muted {
  display: none;
}
.rsblog-main-container .rsblog-author-bio .media > .pull-left,
.rsblog-main-post-container .rsblog-author-bio .media > .pull-left {
  margin-right: 30px;
}
.rsblog-main-container .rsblog-author-bio .media img,
.rsblog-main-post-container .rsblog-author-bio .media img {
  border-radius: 50%;
}
.rsblog-main-container .rsblog-post-actions > .btn,
.rsblog-main-post-container .rsblog-post-actions > .btn {
  border-radius: 0px;
  background-color: #79193b;
  color: #ffffff;
  padding: 3px 7px;
}
.rsblog-main-container .rsblog-post-actions > .btn [class^="rsbicon-"]:before,
.rsblog-main-post-container .rsblog-post-actions > .btn [class^="rsbicon-"]:before,
.rsblog-main-container .rsblog-post-actions > .btn [class*=" rsbicon-"]:before,
.rsblog-main-post-container .rsblog-post-actions > .btn [class*=" rsbicon-"]:before {
  margin: 0;
}
.rsblog-main-container .rsblog-post-actions > .btn .caret,
.rsblog-main-post-container .rsblog-post-actions > .btn .caret {
  border-top-color: #ffffff;
}
.rsblog-main-container footer.rsblog-entry-meta,
.rsblog-main-post-container footer.rsblog-entry-meta {
  border-bottom: 1px solid #79193b;
  border-top: 1px solid #e1e1e1;
}
.rsblog_cover_actions a {
  width: auto;
}
.category-list .list-edit span {
  margin-right: 5px;
}
.category-list .hasTooltip span {
  margin-right: 5px;
  vertical-align: 0;
}
#rstpl-com_rsblog .as-selections {
  background-color: #ffffff;
}
#rstpl-com_rsblog .as-selections input {
  margin: 0;
}
/* RSDirectory
------------------------------------------------------------------------------*/
.mfp-close:hover,
.mfp-close:focus {
  background-color: initial;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.rsdir-breadcrumb.breadcrumb {
  border-radius: 0;
  padding: 15px;
}
.rsdir-filter-bar {
  margin-bottom: 30px;
}
.rsdir-price-wrapper {
  background-color: #79193b;
  color: #ffffff;
}
.rsdir-listing {
  border-color: #e1e1e1;
  position: relative;
  overflow: visible;
  display: inline-block;
  padding: 30px;
  margin-bottom: 30px;
  width: 100%;
}
.rsdir-listing .thumbnail {
  padding: 10px;
}
.rsdir-listing .thumbnail:after {
  z-index: -1;
}
.rsdir-listing.rsdir-listing-promoted {
  background-color: rgba(147, 122, 87, 0.15);
}
.rsdir-listing.rsdir-listing-promoted:after {
  background-color: rgba(147, 122, 87, 0.15);
}
.rsdir-delete-file {
  background-color: transparent;
  border: none;
}
.rsdir-delete-file:hover {
  background-color: transparent;
}
.rsdir-file-upload {
  margin-bottom: 10px;
}
.rsdir-images-list li {
  border: none;
}
.item-page #rsdir-big-thumbs .thumbnail {
  border-radius: 0;
  padding: 10px;
}
.item-page .control-group.clearfix .btn {
  padding: 5px 10px;
}
/* RSEvents!Pro
------------------------------------------------------------------------------*/
.rs_events_container {
  width: 100%;
  /* Thumbnail
  ------------------------------------------------------------------------------*/
}
.rs_events_container > .rs_event_detail {
  background-color: transparent !important;
  border: 1px solid #e1e1e1;
  border-radius: 0;
  margin-bottom: 30px !important;
  padding: 30px !important;
  position: relative;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.rs_events_container > .rs_event_detail .rs_options {
  position: absolute;
  top: 30px;
  right: 30px;
}
.rs_events_container > .rs_event_detail .rs_event_image {
  padding: 0px 20px 5px 0px;
  width: 120px;
}
.rs_events_container > .rs_event_detail.rs_featured:before {
  background-color: #79193b;
  color: #ffffff;
  content: '\f005';
  font-family: FontAwesome;
  font-size: 16px;
  height: 1em;
  width: 1em;
  line-height: 1em;
  padding: 4px 4px 10px 4px;
  position: absolute;
  right: 0px;
  top: 0px;
  text-align: center;
}
.rs_events_container > .rs_event_detail.rs_featured:after {
  content: '';
  border-bottom: 0px solid transparent;
  border-left: 24px solid #ffffff;
  border-top: 6px solid transparent;
  position: absolute;
  right: 0px;
  top: 24px;
}
.rs_events_container a.thumbnail {
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  display: inline-block;
  padding: 0;
  background-color: #937a57;
}
.rs_events_container a.thumbnail:hover > img {
  -webkit-opacity: 0.6;
  -moz-opacity: 0.6;
  opacity: 0.6;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);
  filter: alpha(opacity=60);
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.rs_events_container a.thumbnail img {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  border-radius: 0px;
  width: 100%;
}
.rs_events_container.rsepro-categories-list li,
.rs_events_container.rsepro-locations-list li {
  padding: 0px !important;
}
.rs_events_container.rsepro-categories-list li .well,
.rs_events_container.rsepro-locations-list li .well {
  background: none;
  border: none;
  border-radius: 0;
  margin-bottom: 5px;
  padding: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.rs_events_container.rsepro-categories-list li .well a,
.rs_events_container.rsepro-locations-list li .well a {
  display: block;
  padding: 10px;
}
.rs_events_container.rsepro-categories-list li .well .rs_options a,
.rs_events_container.rsepro-locations-list li .well .rs_options a {
  padding: 3px 10px;
}
.rs_events_container.rsepro-categories-list li:hover .well,
.rs_events_container.rsepro-locations-list li:hover .well {
  background-color: #e4ddd2;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.rs_events_container.rsepro-locations-list .rs_description {
  margin: 0px;
  padding: 0px 10px 10px 10px;
}
.rsepro-calendar .table-bordered caption + thead tr:first-child th:first-child,
.rsepro-calendar .table-bordered caption + tbody tr:first-child td:first-child,
.rsepro-calendar .table-bordered colgroup + thead tr:first-child th:first-child,
.rsepro-calendar .table-bordered colgroup + tbody tr:first-child td:first-child,
.rsepro-calendar .table-bordered caption + thead tr:first-child th:last-child,
.rsepro-calendar .table-bordered caption + tbody tr:first-child td:last-child,
.rsepro-calendar .table-bordered colgroup + thead tr:first-child th:last-child,
.rsepro-calendar .table-bordered colgroup + tbody tr:first-child td:last-child,
.rsepro-calendar .table-bordered thead:last-child tr:last-child > th:first-child,
.rsepro-calendar .table-bordered tbody:last-child tr:last-child > td:first-child,
.rsepro-calendar .table-bordered tbody:last-child tr:last-child > th:first-child,
.rsepro-calendar .table-bordered tfoot:last-child tr:last-child > td:first-child,
.rsepro-calendar .table-bordered tfoot:last-child tr:last-child > th:first-child .table-bordered thead:last-child tr:last-child > th:last-child,
.rsepro-calendar .table-bordered tbody:last-child tr:last-child > td:last-child,
.rsepro-calendar .table-bordered tbody:last-child tr:last-child > th:last-child,
.rsepro-calendar .table-bordered tfoot:last-child tr:last-child > td:last-child,
.rsepro-calendar .table-bordered tfoot:last-child tr:last-child > th:last-child {
  border-radius: 0;
}
.rsepro-calendar table th {
  background-color: #937a57;
}
.rsepro-calendar table th,
.rsepro-calendar table td {
  border-color: #e1e1e1;
  border-style: solid none none solid;
  border-width: 1px 0px 0px 1px;
}
.rsepro-calendar table caption {
  border: none;
  margin-bottom: 20px;
  padding: 10px 0px;
}
.rsepro-calendar .input-medium,
.rsepro-calendar .input-small {
  min-width: initial;
  width: initial;
}
.curr-month.curr-day .rsepro-calendar-day {
  background-color: #79193b;
}
.curr-month.curr-day .rsepro-calendar-day a {
  color: #ffffff;
}
.curr-month.curr-day .rsepro-calendar-day a:hover {
  color: #ffffff;
}
.rsepro-filter-container .navbar-inner {
  background-image: none;
  background-color: #f7ebd9;
  border-radius: 0px;
  border: 1px solid #f3e0c4;
  box-shadow: none;
  padding: 5px 20px;
}
.rsepro-filter-container .navbar-inner .center {
  margin-top: 5px;
}
.rsepro-filter-container .navbar-inner .btn-group {
  display: inline;
}
@media (max-width: 979px) {
  .rsepro-filter-container .navbar-inner .btn-group .btn:last-child {
    height: 40px;
  }
}
.rsepro-filter-container .navbar-inner #rsepro-filter-from,
.rsepro-filter-container .navbar-inner #rsepro-filter-condition {
  margin-top: 5px;
}
.rsepro-filter-container .navbar-inner .divider-vertical {
  border-left: none;
  height: 50px;
}
.rsepro-filter-container .navbar-inner #rsepro-search > input {
  margin-bottom: 0;
  min-height: 38px;
  width: 295px;
  min-width: 295px;
}
.rsepro-filter-container .navbar-inner ul li.dropdown.open > .dropdown-toggle,
.rsepro-filter-container .navbar-inner ul li.dropdown.active > .dropdown-toggle,
.rsepro-filter-container .navbar-inner ul li.dropdown.open.active > .dropdown-toggle {
  background: transparent;
  color: #937a57;
}
.rsepro-filter-container .navbar-inner ul li.dropdown > .dropdown-toggle .caret {
  border-top-color: #79193b;
  border-bottom-color: #79193b;
}
.rsepro-filter-container .navbar-inner ul li.dropdown > .dropdown-toggle:hover > .caret {
  border-top-color: #937a57;
  border-bottom-color: #937a57;
}
.rsepro-filter-container .navbar-inner ul li a {
  color: #79193b;
  text-shadow: none;
}
.rsepro-filter-container .navbar-inner ul li a:focus,
.rsepro-filter-container .navbar-inner ul li a:active,
.rsepro-filter-container .navbar-inner ul li a:hover {
  background-color: transparent;
  color: #937a57;
}
.rsepro-filter-container .rsepro-filter-filters .btn-group .btn {
  line-height: 15px;
}
#checkoutForm input[type="text"],
#checkoutForm input[type="password"],
#checkoutForm input[type="datetime"],
#checkoutForm input[type="datetime-local"],
#checkoutForm input[type="date"],
#checkoutForm input[type="month"],
#checkoutForm input[type="time"],
#checkoutForm input[type="week"],
#checkoutForm input[type="number"],
#checkoutForm input[type="email"],
#checkoutForm input[type="url"],
#checkoutForm input[type="search"],
#checkoutForm input[type="tel"],
#checkoutForm input[type="color"],
#checkoutForm select,
#checkoutForm textarea,
#checkoutForm .uneditable-input {
  min-width: 150px;
}
.chzn-container-multi .chzn-choices li.search-field input[type="text"] {
  height: 25px;
}
.rs_controls .btn {
  background-color: #79193b;
  color: #ffffff;
}
.rs_controls .btn:hover {
  background-color: #8e1d45;
}
.rs_controls .btn .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
#rsepro-edit-container form,
#rsepro-edit-container input,
#rsepro-edit-container textarea {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
[id*="rsepro-edit-tab"].tab-pane .rsepro-chosen + div + .btn {
  margin-left: 3px;
  padding: 10px 20px;
}
/* RSForm!Pro
------------------------------------------------------------------------------*/
.rsform-select-box-small {
  min-width: auto;
}
.yui-calcontainer.single {
  border: none;
  padding: 0px;
  z-index: 10 !important;
}
.yui-calcontainer.single table {
  margin: 0px;
}
.yui-calcontainer.single .yui-calendar .calhead {
  background-color: #ffffff;
}
.yui-calcontainer.single .yui-calendar .calnavleft {
  background: none;
  height: 17px;
  width: 17px;
  left: 0px;
  top: 0px;
  text-indent: 0;
}
.yui-calcontainer.single .yui-calendar .calnavleft:before {
  background-color: #ffffff;
  content: '\f053';
  font-family: FontAwesome;
  font-size: 14px;
  line-height: 17px;
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
  text-align: center;
}
.yui-calcontainer.single .yui-calendar .calnavright {
  background: none;
  height: 17px;
  width: 17px;
  right: 0px;
  top: 0px;
  text-indent: 0;
}
.yui-calcontainer.single .yui-calendar .calnavright:before {
  background-color: #ffffff;
  content: '\f054';
  font-family: FontAwesome;
  font-size: 14px;
  line-height: 17px;
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
  text-align: center;
}
.yui-calcontainer.single .yui-calendar .calweekdaycell {
  background-color: #937a57;
  color: #ffffff;
  font-weight: 600;
}
.yui-calcontainer.single .yui-calendar td.calcell {
  border: 1px solid #e1e1e1;
}
.yui-calcontainer.single .yui-calendar td.calcell a {
  color: #6c6c6c;
}
.yui-calcontainer.single .yui-calendar td.calcell.today {
  font-weight: 600;
}
.yui-calcontainer.single .yui-calendar td.calcell.today a {
  color: #79193b;
}
.yui-calcontainer.single .yui-calendar td.calcell.oom {
  background-color: #e6e6e6;
}
.yui-calcontainer.single .yui-calendar td.calcell.calcellhover,
.yui-calcontainer.single .yui-calendar td.calcell.selected {
  background-color: #79193b;
}
.yui-calcontainer.single .yui-calendar td.calcell.calcellhover a,
.yui-calcontainer.single .yui-calendar td.calcell.selected a {
  color: #ffffff;
}
.formResponsive select,
.formResponsive textarea,
.formResponsive input[type="text"],
.formResponsive input[type="number"],
.formResponsive input[type="email"],
.formResponsive input[type="tel"],
.formResponsive input[type="url"],
.formResponsive input[type="password"] {
  border-radius: 0px !important;
  border-color: #e1e1e1 !important;
  box-sizing: border-box !important;
  min-height: 32px;
  line-height: 20px !important;
  margin: 0 !important;
  padding: 6px !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  -ms-box-shadow: none !important;
  -o-box-shadow: none !important;
  box-shadow: none !important;
}
.formResponsive select:focus,
.formResponsive textarea:focus,
.formResponsive input[type="text"]:focus,
.formResponsive input[type="number"]:focus,
.formResponsive input[type="email"]:focus,
.formResponsive input[type="tel"]:focus,
.formResponsive input[type="url"]:focus,
.formResponsive input[type="password"]:focus {
  outline: none !important;
  border-color: #937a57 !important;
  -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.15) inset, 0px 0px 4px rgba(147, 122, 87, 0.6) !important;
  -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.15) inset, 0px 0px 4px rgba(147, 122, 87, 0.6) !important;
  -ms-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.15) inset, 0px 0px 4px rgba(147, 122, 87, 0.6) !important;
  -o-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.15) inset, 0px 0px 4px rgba(147, 122, 87, 0.6) !important;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.15) inset, 0px 0px 4px rgba(147, 122, 87, 0.6) !important;
}
.formResponsive input[type="button"].rsform-calendar-button {
  border-bottom-left-radius: 0px !important;
  border-top-left-radius: 0px !important;
  line-height: 12px !important;
  margin: 0px !important;
  padding: 10px !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  -ms-box-shadow: none !important;
  -o-box-shadow: none !important;
  box-shadow: none !important;
}
.formResponsive input[type="button"].rsform-calendar-button:hover,
.formResponsive input[type="button"].rsform-calendar-button:focus,
.formResponsive input[type="button"].rsform-calendar-button:active {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  -ms-box-shadow: none !important;
  -o-box-shadow: none !important;
  box-shadow: none !important;
}
.formResponsive input[type="button"] {
  background-color: #79193b;
  background-image: none;
  border: none;
  border-radius: 0px;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  padding: 10px 20px;
  text-align: center;
  text-shadow: none;
  vertical-align: middle;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.formResponsive input[type="button"]:hover,
.formResponsive input[type="button"]:focus {
  background-color: #4f1026;
  background-position: 0 center;
  border: none;
  color: #ffffff;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.formResponsive input[type="button"]:hover,
.formResponsive input[type="button"]:focus {
  background-color: #4f1026;
  background-position: 0 center;
  border: none;
  color: #ffffff;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.formResponsive input[type="reset"] {
  background-color: #ed092f;
  background-image: none;
  border: none;
  border-radius: 0px;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  padding: 10px 20px;
  text-align: center;
  text-shadow: none;
  vertical-align: middle;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.formResponsive input[type="reset"]:hover,
.formResponsive input[type="reset"]:focus {
  background-color: #bc0725;
  background-position: 0 center;
  border: none;
  color: #ffffff;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.formResponsive input[type="reset"]:hover,
.formResponsive input[type="reset"]:focus {
  background-color: #bc0725;
  background-position: 0 center;
  border: none;
  color: #ffffff;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.formResponsive input[type="submit"] {
  background-color: #937a57;
  background-image: none;
  border: none;
  border-radius: 0px;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  padding: 10px 20px;
  text-align: center;
  text-shadow: none;
  vertical-align: middle;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.formResponsive input[type="submit"]:hover,
.formResponsive input[type="submit"]:focus {
  background-color: #735f44;
  background-position: 0 center;
  border: none;
  color: #ffffff;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.formResponsive input[type="submit"]:hover,
.formResponsive input[type="submit"]:focus {
  background-color: #735f44;
  background-position: 0 center;
  border: none;
  color: #ffffff;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
/* Submission View
------------------------------------------------------------------------------*/
#rsfilter {
  padding: 7px;
  margin: 0;
}
/* RSFeedback!
------------------------------------------------------------------------------*/
#rstpl-com_rsfeedback .navbar-search + .btn-group .btn {
  padding: 10px 20px;
}
.rsfe_votes_box {
  border-width: 1px;
  border-radius: 0px;
}
/* RSMediaGallery!
------------------------------------------------------------------------------*/
ul#rsmg_gallery li div.rsmg_item_container {
  border: none;
  border-radius: 0;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-size: inherit;
  margin-bottom: 20px;
  padding: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
ul#rsmg_gallery li div.rsmg_item_container .rsmg_image {
  background-color: #937a57;
}
ul#rsmg_gallery li div.rsmg_item_container .rsmg_social_sharing .rsmg-share {
  font-size: 24px;
}
ul#rsmg_gallery li div.rsmg_item_container a.rsmg_title {
  border: none;
  color: #ffffff;
  font-size: 14px;
  font-family: 'Raleway', Helvetica, serif;
  margin-bottm: 5px;
  padding: 0;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
ul#rsmg_gallery li div.rsmg_item_container a.rsmg_title:hover {
  color: #79193b;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
ul#rsmg_gallery li div.rsmg_item_container .rsmg_item_description {
  margin-bottom: 5px;
}
ul#rsmg_gallery li div.rsmg_item_container .rsmg_image_details {
  background-color: #937a57;
  color: #ffffff;
  padding: 8px;
}
ul#rsmg_gallery li img:hover {
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  filter: alpha(opacity=50);
}
#rsmg_main a.rsmg_big_button {
  width: 100%;
  background-color: #937a57;
  background-image: none;
  border: none;
  border-radius: 0px;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  padding: 10px 0px;
  text-align: center;
  text-shadow: none;
  vertical-align: middle;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
#rsmg_main a.rsmg_big_button:hover,
#rsmg_main a.rsmg_big_button:focus {
  background-color: #735f44;
  background-position: 0 center;
  border: none;
  color: #ffffff;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
#rsmg_main a.rsmg_big_button:hover,
#rsmg_main a.rsmg_big_button:focus {
  background-color: #735f44;
  background-position: 0 center;
  border: none;
  color: #ffffff;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
#rstpl-pagewrap .rsp_icon_over {
  color: #79193b;
}
.rsp_cover_close {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.rsp_cover_close:hover {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
#rsmg_albums li div.rsmg_album_container {
  background-color: #ffffff;
  border: 1px solid #e1e1e1;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
#rsmg_albums li div.rsmg_album_container a.rsmg_album_inner_container {
  border-radius: 0;
}
#rsmg_albums li div.rsmg_album_container a.rsmg_title {
  border-bottom: 1px solid #e1e1e1;
  color: #79193b;
  font-family: 'Raleway', Helvetica, serif;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
#rsmg_albums li div.rsmg_album_container a.rsmg_title:hover,
#rsmg_albums li div.rsmg_album_container a.rsmg_title:focus,
#rsmg_albums li div.rsmg_album_container a.rsmg_title:active {
  color: #937a57;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
#lightbox-container-image-data-box {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
#lightbox-nav-btnPrev,
#lightbox-nav-btnNext {
  border: none;
  border-radius: 0;
  height: 50px;
  width: 50px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
/* RSMembership!
------------------------------------------------------------------------------*/
#rstpl-com_rsmembership .rsm_container {
  border-radius: 0;
  padding: 30px;
}
#rstpl-com_rsmembership .rsm_container .thumbnail {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  border: none;
  border-radius: 0;
}
#rstpl-com_rsmembership .rsm_container .thumbnail .caption {
  padding: 0;
}
#rstpl-com_rsmembership .rsm_container .thumbnail .caption .rsm_thumb {
  margin: 0% 3% 2% 0px !important;
}
#rstpl-com_rsmembership .rsm_container .rsm_title {
  margin: 0;
}
#rstpl-com_rsmembership .rsmembership_form input,
#rstpl-com_rsmembership .rsmembership_form select,
#rstpl-com_rsmembership .rsmembership_form textarea {
  background: none;
  border: 1px solid #e1e1e1;
  padding: 5px;
}
#rstpl-com_rsmembership .rsmembership_form input:focus,
#rstpl-com_rsmembership .rsmembership_form select:focus,
#rstpl-com_rsmembership .rsmembership_form textarea:focus {
  border: 1px solid #937a57;
}
/* RSPageBuilder!
------------------------------------------------------------------------------*/
.rspbld-page section > .row-fluid,
.rspbld-page section > .container > .row-fluid {
  margin-top: 70px;
}
.rspbld-page section .light {
  color: #ffffff;
}
.rspbld-page section .light h1,
.rspbld-page section .light h2,
.rspbld-page section .light h3,
.rspbld-page section .light h4,
.rspbld-page section .light h5,
.rspbld-page section .light h6 {
  color: #ffffff;
}
.rspbld-page section .lighter {
  color: #bfbfbf;
}
.rspbld-page section .lighter h1,
.rspbld-page section .lighter h2,
.rspbld-page section .lighter h3,
.rspbld-page section .lighter h4,
.rspbld-page section .lighter h5,
.rspbld-page section .lighter h6 {
  color: #bfbfbf;
}
.rspbld-page section .darker {
  color: lighter(#333333, 25%);
}
.rspbld-page section .darker h1,
.rspbld-page section .darker h2,
.rspbld-page section .darker h3,
.rspbld-page section .darker h4,
.rspbld-page section .darker h5,
.rspbld-page section .darker h6 {
  color: lighter(#333333, 25%);
}
.rspbld-page section .dark {
  color: #333333;
}
.rspbld-page section .dark h1,
.rspbld-page section .dark h2,
.rspbld-page section .dark h3,
.rspbld-page section .dark h4,
.rspbld-page section .dark h5,
.rspbld-page section .dark h6 {
  color: #333333;
}
.rspbld-page section .background-primary {
  background-color: #79193b;
}
.rspbld-page section .background-secondary {
  background-color: #937a57;
}
.rspbld-page section .primary-overlay {
  position: relative;
}
.rspbld-page section .primary-overlay:after {
  background-color: #79193b;
  content: '';
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  -webkit-opacity: 0.75;
  -moz-opacity: 0.75;
  opacity: 0.75;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=75);
  filter: alpha(opacity=75);
}
.rspbld-page section .primary-overlay [class*="span"],
.rspbld-page section .primary-overlay .rspbld-row-title,
.rspbld-page section .primary-overlay .rspbld-row-subtitle {
  position: relative;
  z-index: 2;
}
.rspbld-page section .secondary-overlay {
  position: relative;
}
.rspbld-page section .secondary-overlay:after {
  background-color: #937a57;
  content: '';
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  -webkit-opacity: 0.75;
  -moz-opacity: 0.75;
  opacity: 0.75;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=75);
  filter: alpha(opacity=75);
}
.rspbld-page section .secondary-overlay [class*="span"],
.rspbld-page section .secondary-overlay .rspbld-row-title,
.rspbld-page section .secondary-overlay .rspbld-row-subtitle {
  position: relative;
  z-index: 2;
}
.rspbld-page section .primary-gradient-overlay {
  position: relative;
}
.rspbld-page section .primary-gradient-overlay:after {
  content: '';
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background: #79193b;
  background: -webkit-linear-gradient(right, #79193b 30%, rgba(121, 25, 59, 0.75) 70%);
  background: -moz-linear-gradient(right, #79193b 30%, rgba(121, 25, 59, 0.75) 70%);
  background: linear-gradient(to left, #79193b 30%, rgba(121, 25, 59, 0.75) 70%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#79193b', endColorstr='rgba(121, 25, 59, 0.75)', GradientType=1);
}
.rspbld-page section .primary-gradient-overlay [class*="span"],
.rspbld-page section .primary-gradient-overlay .rspbld-row-title,
.rspbld-page section .primary-gradient-overlay .rspbld-row-subtitle {
  position: relative;
  z-index: 2;
}
.rspbld-page section .secondary-gradient-overlay {
  position: relative;
}
.rspbld-page section .secondary-gradient-overlay:after {
  content: '';
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background: #937a57;
  background: -webkit-linear-gradient(right, #937a57 30%, rgba(147, 122, 87, 0.75) 70%);
  background: -moz-linear-gradient(right, #937a57 30%, rgba(147, 122, 87, 0.75) 70%);
  background: linear-gradient(to left, #937a57 30%, rgba(147, 122, 87, 0.75) 70%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#937a57', endColorstr='rgba(147, 122, 87, 0.75)', GradientType=1);
}
.rspbld-page section .secondary-gradient-overlay [class*="span"],
.rspbld-page section .secondary-gradient-overlay .rspbld-row-title,
.rspbld-page section .secondary-gradient-overlay .rspbld-row-subtitle {
  position: relative;
  z-index: 2;
}
.rstpl-all-content-position .rspbld-page section:first-of-type > .row-fluid,
.rstpl-all-content-position .rspbld-page section:first-of-type > .container > .row-fluid {
  margin: 0;
}
.rspbld-icon * {
  box-sizing: content-box;
}
.rspbld-title {
  margin: 0 0 40px 0;
  text-transform: uppercase;
}
.rspbld-subtitle {
  margin: -20px 0 40px 0;
  text-transform: uppercase;
}
h1.rspbld-title,
h2.rspbld-title,
h3.rspbld-title,
h1.rspbld-subtitle,
h2.rspbld-subtitle,
h3.rspbld-subtitle {
  letter-spacing: 6px;
  text-shadow: 3px 3px 1px rgba(0, 0, 0, 0.25);
}
.rspbld-title-left .rspbld-title,
.rspbld-title-right .rspbld-title {
  word-spacing: 1000px;
}
@media (max-width: 767px) {
  .rspbld-title-left .rspbld-title:not([class*="rstpl-m"]):only-child,
  .rspbld-title-right .rspbld-title:not([class*="rstpl-m"]):only-child {
    margin: 0;
  }
}
.rspbld-m-title [class*="rspbld-title"] {
  margin: 0 0 40px 0;
}
.rspbld-m-title .rspbld-subtitle {
  margin: -20px 0 40px 0;
}
.rspbld-small-m-title [class*="rspbld-title"] {
  margin: 0 0 20px 0;
}
.rspbld-small-m-title .rspbld-subtitle {
  margin: -10px 0 20px 0;
}
.rspbld-content {
  margin: 0 0 40px 0;
}
@keyframes backwards {
  0% {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    filter: alpha(opacity=100);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  49% {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    filter: alpha(opacity=0);
    -webkit-transform: translateX(75%);
    -moz-transform: translateX(75%);
    -ms-transform: translateX(75%);
    -o-transform: translateX(75%);
    transform: translateX(75%);
  }
  51% {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    filter: alpha(opacity=0);
    -webkit-transform: translateX(-75%);
    -moz-transform: translateX(-75%);
    -ms-transform: translateX(-75%);
    -o-transform: translateX(-75%);
    transform: translateX(-75%);
  }
  100% {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    filter: alpha(opacity=100);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes forwards {
  0% {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    filter: alpha(opacity=100);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  49% {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    filter: alpha(opacity=0);
    -webkit-transform: translateX(-75%);
    -moz-transform: translateX(-75%);
    -ms-transform: translateX(-75%);
    -o-transform: translateX(-75%);
    transform: translateX(-75%);
  }
  51% {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    filter: alpha(opacity=0);
    -webkit-transform: translateX(75%);
    -moz-transform: translateX(75%);
    -ms-transform: translateX(75%);
    -o-transform: translateX(75%);
    transform: translateX(75%);
  }
  100% {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    filter: alpha(opacity=100);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes downwards {
  0% {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    filter: alpha(opacity=100);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  49% {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    filter: alpha(opacity=0);
    -webkit-transform: translateY(75%);
    -moz-transform: translateY(75%);
    -ms-transform: translateY(75%);
    -o-transform: translateY(75%);
    transform: translateY(75%);
  }
  51% {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    filter: alpha(opacity=0);
    -webkit-transform: translateY(-75%);
    -moz-transform: translateY(-75%);
    -ms-transform: translateY(-75%);
    -o-transform: translateY(-75%);
    transform: translateY(-75%);
  }
  100% {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    filter: alpha(opacity=100);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes upwards {
  0% {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    filter: alpha(opacity=100);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  49% {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    filter: alpha(opacity=0);
    -webkit-transform: translateY(-75%);
    -moz-transform: translateY(-75%);
    -ms-transform: translateY(-75%);
    -o-transform: translateY(-75%);
    transform: translateY(-75%);
  }
  51% {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    filter: alpha(opacity=0);
    -webkit-transform: translateY(75%);
    -moz-transform: translateY(75%);
    -ms-transform: translateY(75%);
    -o-transform: translateY(75%);
    transform: translateY(75%);
  }
  100% {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    filter: alpha(opacity=100);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
/* Load RSPageBuilder! Elements
------------------------------------------------------------------------------*/
/* Accordion
------------------------------------------------------------------------------*/
.rspbld-accordion .accordion {
  margin-bottom: 0;
}
.rspbld-accordion .accordion-group {
  background-color: #79193b;
  border-color: #641531;
  border-style: none solid solid solid;
  border-width: 0 1px 1px 1px;
  border-radius: 0;
  color: #ffffff;
  margin-bottom: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.rspbld-accordion .accordion-group:first-of-type {
  border-top: 1px solid #641531;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
.rspbld-accordion .accordion-group:last-of-type {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
.rspbld-accordion .accordion-group .accordion-heading .accordion-toggle {
  background-color: #79193b;
  color: #ffffff;
  margin: 0;
  padding: 20px;
  position: relative;
  text-decoration: none;
}
.rspbld-accordion .accordion-group .accordion-heading .accordion-toggle i {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.rspbld-accordion .accordion-group .accordion-heading .accordion-toggle.collapsed {
  color: #937a57;
  text-decoration: none;
}
.rspbld-accordion .accordion-group .accordion-heading .accordion-toggle.collapsed i {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.rspbld-accordion .accordion-group .accordion-heading > a {
  font-weight: 700;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.rspbld-accordion .accordion-group a {
  color: #937a57;
}
.rspbld-accordion .accordion-group a:hover {
  color: #ab9372;
}
.rspbld-accordion .accordion-inner {
  background-color: #79193b;
  border-top: 0;
  line-height: 1.8;
  padding: 0 30px 30px 30px;
}
.rspbld-accordion .accordion-inner a {
  color: #937a57;
}
.rspbld-accordion .accordion-inner a:hover {
  color: #ab9372;
}
.rspbld-accordion .accordion-inner p:last-of-type {
  margin-bottom: 0;
}
.rspbld-accordion .accordion-inner legend {
  color: inherit;
}
.rspbld-accordion .accordion-inner .add-on,
.rspbld-accordion .accordion-inner .popover-content {
  color: #6c6c6c;
}
.rspbld-accordion .accordion-inner .form-actions {
  background-color: #641531;
}
.rspbld-accordion .accordion-inner .rspbld-image {
  margin: 0 15px 0 0;
}
.rspbld-accordion .accordion-inner .table.table-striped tbody > tr:nth-child(2n+1) > td,
.rspbld-accordion .accordion-inner .table.table-striped tbody > tr:nth-child(2n+1) > th {
  color: #6c6c6c;
}
.rspbld-accordion .accordion-inner .well {
  background-color: #641531;
  border-color: #4f1026;
}
.rspbld-accordion.rotate-collapsed .accordion-toggle i {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
.rspbld-accordion.rotate-collapsed .accordion-toggle.collapsed i {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
/* Alert
------------------------------------------------------------------------------*/
.rspbld-alert .alert {
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
  text-shadow: none;
  background-color: #fbb829;
  color: #ffffff;
  border-radius: 0px;
}
.rspbld-alert .alert p {
  color: #ffffff;
}
.rspbld-alert .alert p:last-of-type {
  margin-bottom: 0;
}
.rspbld-alert .alert .alert-heading {
  color: #ffffff;
}
.rspbld-alert .alert.alert-success {
  background-color: #a1c820;
}
.rspbld-alert .alert.alert-info {
  background-color: #2a8fbd;
}
.rspbld-alert .alert.alert-danger,
.rspbld-alert .alert.alert-error {
  background-color: #ed092f;
}
.rspbld-alert .alert .close {
  background-color: transparent;
  background-image: none;
  margin: 0;
  text-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.rspbld-alert .alert .close:hover {
  background-color: transparent;
  background-image: none;
}
/* Animated Number
------------------------------------------------------------------------------*/
.rspbld-animated-number .rspbld-number {
  background-color: #79193b;
  color: #ffffff;
  font-size: 2em;
  font-weight: 600;
  height: 150px;
  line-height: 150px;
  width: 130px;
  padding: 0px;
  position: relative;
  text-align: center;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.25) inset;
  -moz-box-shadow: 0 0 30px rgba(0, 0, 0, 0.25) inset;
  -ms-box-shadow: 0 0 30px rgba(0, 0, 0, 0.25) inset;
  -o-box-shadow: 0 0 30px rgba(0, 0, 0, 0.25) inset;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.25) inset;
}
.rspbld-animated-number .rspbld-number:before {
  content: '';
  border-bottom: 26px solid transparent;
  border-right: 132px solid #ffffff;
  border-top: 0px solid transparent;
  position: absolute;
  top: 0;
  left: 0;
}
.rspbld-animated-number .rspbld-number:after {
  content: '';
  border-bottom: 0px solid transparent;
  border-right: 132px solid #ffffff;
  border-top: 26px solid transparent;
  position: absolute;
  bottom: 0;
  left: 0;
}
.rspbld-animated-number.big .rspbld-number {
  font-size: 3em;
  height: 200px;
  line-height: 200px;
  width: 180px;
}
.rspbld-animated-number.big .rspbld-number:before {
  border-bottom: 32px solid transparent;
  border-right: 182px solid #ffffff;
}
.rspbld-animated-number.big .rspbld-number:after {
  border-right: 182px solid #ffffff;
  border-top: 32px solid transparent;
}
/* Button
-----------------------------------------------------------------------------*/
.rspbld-button.btn {
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #e1e1e1;
  border-radius: 0px;
  color: #333333;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  padding: 12px 24px;
  text-align: center;
  text-shadow: none;
  vertical-align: middle;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.rspbld-button.btn:hover,
.rspbld-button.btn:focus {
  background-color: #e6e6e6;
  background-position: 0 center;
  border: 1px solid #e1e1e1;
  color: #333333;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.rspbld-button.btn:hover,
.rspbld-button.btn:focus {
  background-color: #e6e6e6;
  background-position: 0 center;
  border: 1px solid #e1e1e1;
  color: #333333;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.rspbld-button.btn.btn-bordered {
  background-color: transparent;
  background-image: none;
  border: 2px solid #ffffff;
  border-radius: 0px;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  padding: 12px 24px;
  text-align: center;
  text-shadow: none;
  vertical-align: middle;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.rspbld-button.btn.btn-bordered:hover,
.rspbld-button.btn.btn-bordered:focus {
  background-color: rgba(0, 0, 0, 0);
  background-position: 0 center;
  border: 2px solid #ffffff;
  color: #ffffff;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.rspbld-button.btn.btn-bordered:hover,
.rspbld-button.btn.btn-bordered:focus {
  background-color: rgba(0, 0, 0, 0);
  background-position: 0 center;
  border: 2px solid #ffffff;
  color: #ffffff;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.rspbld-button.btn.btn-bordered:hover,
.rspbld-button.btn.btn-bordered:focus,
.rspbld-button.btn.btn-bordered:active {
  border-color: #bfbfbf;
  color: #bfbfbf;
}
.rspbld-button.btn.btn-primary {
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #e1e1e1;
  border-radius: 0px;
  color: #79193b;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  padding: 12px 24px;
  text-align: center;
  text-shadow: none;
  vertical-align: middle;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.rspbld-button.btn.btn-primary:hover,
.rspbld-button.btn.btn-primary:focus {
  background-color: #e6e6e6;
  background-position: 0 center;
  border: 1px solid #e1e1e1;
  color: #79193b;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.rspbld-button.btn.btn-primary:hover,
.rspbld-button.btn.btn-primary:focus {
  background-color: #e6e6e6;
  background-position: 0 center;
  border: 1px solid #e1e1e1;
  color: #79193b;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.rspbld-button.btn.btn-primary.btn-bordered {
  background-color: transparent;
  background-image: none;
  border: 2px solid #79193b;
  border-radius: 0px;
  color: #79193b;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  padding: 12px 24px;
  text-align: center;
  text-shadow: none;
  vertical-align: middle;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.rspbld-button.btn.btn-primary.btn-bordered:hover,
.rspbld-button.btn.btn-primary.btn-bordered:focus {
  background-color: rgba(0, 0, 0, 0);
  background-position: 0 center;
  border: 2px solid #79193b;
  color: #79193b;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.rspbld-button.btn.btn-primary.btn-bordered:hover,
.rspbld-button.btn.btn-primary.btn-bordered:focus {
  background-color: rgba(0, 0, 0, 0);
  background-position: 0 center;
  border: 2px solid #79193b;
  color: #79193b;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.rspbld-button.btn.btn-primary.btn-bordered:hover,
.rspbld-button.btn.btn-primary.btn-bordered:focus,
.rspbld-button.btn.btn-primary.btn-bordered:active {
  border-color: #b8265a;
  color: #b8265a;
}
.rspbld-button.btn.btn-secondary {
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #e1e1e1;
  border-radius: 0px;
  color: #937a57;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  padding: 12px 24px;
  text-align: center;
  text-shadow: none;
  vertical-align: middle;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.rspbld-button.btn.btn-secondary:hover,
.rspbld-button.btn.btn-secondary:focus {
  background-color: #e6e6e6;
  background-position: 0 center;
  border: 1px solid #e1e1e1;
  color: #937a57;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.rspbld-button.btn.btn-secondary:hover,
.rspbld-button.btn.btn-secondary:focus {
  background-color: #e6e6e6;
  background-position: 0 center;
  border: 1px solid #e1e1e1;
  color: #937a57;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.rspbld-button.btn.btn-secondary.btn-bordered {
  background-color: transparent;
  background-image: none;
  border: 2px solid #937a57;
  border-radius: 0px;
  color: #937a57;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  padding: 12px 24px;
  text-align: center;
  text-shadow: none;
  vertical-align: middle;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.rspbld-button.btn.btn-secondary.btn-bordered:hover,
.rspbld-button.btn.btn-secondary.btn-bordered:focus {
  background-color: rgba(0, 0, 0, 0);
  background-position: 0 center;
  border: 2px solid #937a57;
  color: #937a57;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.rspbld-button.btn.btn-secondary.btn-bordered:hover,
.rspbld-button.btn.btn-secondary.btn-bordered:focus {
  background-color: rgba(0, 0, 0, 0);
  background-position: 0 center;
  border: 2px solid #937a57;
  color: #937a57;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.rspbld-button.btn.btn-secondary.btn-bordered:hover,
.rspbld-button.btn.btn-secondary.btn-bordered:focus,
.rspbld-button.btn.btn-secondary.btn-bordered:active {
  border-color: #b5a082;
  color: #b5a082;
}
.rspbld-button.btn.btn-warning {
  background-color: #fbb829;
  background-image: none;
  border: 1px solid #fbb829;
  border-radius: 0px;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  padding: 12px 24px;
  text-align: center;
  text-shadow: none;
  vertical-align: middle;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.rspbld-button.btn.btn-warning:hover,
.rspbld-button.btn.btn-warning:focus {
  background-color: #eda304;
  background-position: 0 center;
  border: 1px solid #fbb829;
  color: #ffffff;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.rspbld-button.btn.btn-warning:hover,
.rspbld-button.btn.btn-warning:focus {
  background-color: #eda304;
  background-position: 0 center;
  border: 1px solid #fbb829;
  color: #ffffff;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.rspbld-button.btn.btn-warning:hover,
.rspbld-button.btn.btn-warning:focus,
.rspbld-button.btn.btn-warning:active {
  border-color: #fcd174;
  background-color: #fcd174;
}
.rspbld-button.btn.btn-warning.btn-bordered {
  background-color: transparent;
  background-image: none;
  border: 2px solid #fbb829;
  border-radius: 0px;
  color: #fbb829;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  padding: 12px 24px;
  text-align: center;
  text-shadow: none;
  vertical-align: middle;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.rspbld-button.btn.btn-warning.btn-bordered:hover,
.rspbld-button.btn.btn-warning.btn-bordered:focus {
  background-color: rgba(0, 0, 0, 0);
  background-position: 0 center;
  border: 2px solid #fbb829;
  color: #fbb829;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.rspbld-button.btn.btn-warning.btn-bordered:hover,
.rspbld-button.btn.btn-warning.btn-bordered:focus {
  background-color: rgba(0, 0, 0, 0);
  background-position: 0 center;
  border: 2px solid #fbb829;
  color: #fbb829;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.rspbld-button.btn.btn-warning.btn-bordered:hover,
.rspbld-button.btn.btn-warning.btn-bordered:focus,
.rspbld-button.btn.btn-warning.btn-bordered:active {
  border-color: #fcd174;
  color: #fcd174;
}
.rspbld-button.btn.btn-danger {
  background-color: #ed092f;
  background-image: none;
  border: 1px solid #ed092f;
  border-radius: 0px;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  padding: 12px 24px;
  text-align: center;
  text-shadow: none;
  vertical-align: middle;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.rspbld-button.btn.btn-danger:hover,
.rspbld-button.btn.btn-danger:focus {
  background-color: #bc0725;
  background-position: 0 center;
  border: 1px solid #ed092f;
  color: #ffffff;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.rspbld-button.btn.btn-danger:hover,
.rspbld-button.btn.btn-danger:focus {
  background-color: #bc0725;
  background-position: 0 center;
  border: 1px solid #ed092f;
  color: #ffffff;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.rspbld-button.btn.btn-danger:hover,
.rspbld-button.btn.btn-danger:focus,
.rspbld-button.btn.btn-danger:active {
  border-color: #f84a67;
  background-color: #f84a67;
}
.rspbld-button.btn.btn-danger.btn-bordered {
  background-color: transparent;
  background-image: none;
  border: 2px solid #ed092f;
  border-radius: 0px;
  color: #ed092f;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  padding: 12px 24px;
  text-align: center;
  text-shadow: none;
  vertical-align: middle;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.rspbld-button.btn.btn-danger.btn-bordered:hover,
.rspbld-button.btn.btn-danger.btn-bordered:focus {
  background-color: rgba(0, 0, 0, 0);
  background-position: 0 center;
  border: 2px solid #ed092f;
  color: #ed092f;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.rspbld-button.btn.btn-danger.btn-bordered:hover,
.rspbld-button.btn.btn-danger.btn-bordered:focus {
  background-color: rgba(0, 0, 0, 0);
  background-position: 0 center;
  border: 2px solid #ed092f;
  color: #ed092f;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.rspbld-button.btn.btn-danger.btn-bordered:hover,
.rspbld-button.btn.btn-danger.btn-bordered:focus,
.rspbld-button.btn.btn-danger.btn-bordered:active {
  border-color: #f84a67;
  color: #f84a67;
}
.rspbld-button.btn.btn-info {
  background-color: #2a8fbd;
  background-image: none;
  border: 1px solid #2a8fbd;
  border-radius: 0px;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  padding: 12px 24px;
  text-align: center;
  text-shadow: none;
  vertical-align: middle;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.rspbld-button.btn.btn-info:hover,
.rspbld-button.btn.btn-info:focus {
  background-color: #216f93;
  background-position: 0 center;
  border: 1px solid #2a8fbd;
  color: #ffffff;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.rspbld-button.btn.btn-info:hover,
.rspbld-button.btn.btn-info:focus {
  background-color: #216f93;
  background-position: 0 center;
  border: 1px solid #2a8fbd;
  color: #ffffff;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.rspbld-button.btn.btn-info:hover,
.rspbld-button.btn.btn-info:focus,
.rspbld-button.btn.btn-info:active {
  border-color: #59b2da;
  background-color: #59b2da;
}
.rspbld-button.btn.btn-info.btn-bordered {
  background-color: transparent;
  background-image: none;
  border: 2px solid #2a8fbd;
  border-radius: 0px;
  color: #2a8fbd;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  padding: 12px 24px;
  text-align: center;
  text-shadow: none;
  vertical-align: middle;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.rspbld-button.btn.btn-info.btn-bordered:hover,
.rspbld-button.btn.btn-info.btn-bordered:focus {
  background-color: rgba(0, 0, 0, 0);
  background-position: 0 center;
  border: 2px solid #2a8fbd;
  color: #2a8fbd;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.rspbld-button.btn.btn-info.btn-bordered:hover,
.rspbld-button.btn.btn-info.btn-bordered:focus {
  background-color: rgba(0, 0, 0, 0);
  background-position: 0 center;
  border: 2px solid #2a8fbd;
  color: #2a8fbd;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.rspbld-button.btn.btn-info.btn-bordered:hover,
.rspbld-button.btn.btn-info.btn-bordered:focus,
.rspbld-button.btn.btn-info.btn-bordered:active {
  border-color: #59b2da;
  color: #59b2da;
}
.rspbld-button.btn.btn-success {
  background-color: #a1c820;
  background-image: none;
  border: 1px solid #a1c820;
  border-radius: 0px;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  padding: 12px 24px;
  text-align: center;
  text-shadow: none;
  vertical-align: middle;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.rspbld-button.btn.btn-success:hover,
.rspbld-button.btn.btn-success:focus {
  background-color: #7e9c19;
  background-position: 0 center;
  border: 1px solid #a1c820;
  color: #ffffff;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.rspbld-button.btn.btn-success:hover,
.rspbld-button.btn.btn-success:focus {
  background-color: #7e9c19;
  background-position: 0 center;
  border: 1px solid #a1c820;
  color: #ffffff;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.rspbld-button.btn.btn-success:hover,
.rspbld-button.btn.btn-success:focus,
.rspbld-button.btn.btn-success:active {
  border-color: #c1e351;
  background-color: #c1e351;
}
.rspbld-button.btn.btn-success.btn-bordered {
  background-color: transparent;
  background-image: none;
  border: 2px solid #a1c820;
  border-radius: 0px;
  color: #a1c820;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  padding: 12px 24px;
  text-align: center;
  text-shadow: none;
  vertical-align: middle;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.rspbld-button.btn.btn-success.btn-bordered:hover,
.rspbld-button.btn.btn-success.btn-bordered:focus {
  background-color: rgba(0, 0, 0, 0);
  background-position: 0 center;
  border: 2px solid #a1c820;
  color: #a1c820;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.rspbld-button.btn.btn-success.btn-bordered:hover,
.rspbld-button.btn.btn-success.btn-bordered:focus {
  background-color: rgba(0, 0, 0, 0);
  background-position: 0 center;
  border: 2px solid #a1c820;
  color: #a1c820;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.rspbld-button.btn.btn-success.btn-bordered:hover,
.rspbld-button.btn.btn-success.btn-bordered:focus,
.rspbld-button.btn.btn-success.btn-bordered:active {
  border-color: #c1e351;
  color: #c1e351;
}
.rspbld-button.btn.btn-inverse {
  background-color: #6c6c6c;
  background-image: none;
  border: 1px solid #6c6c6c;
  border-radius: 0px;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  padding: 12px 24px;
  text-align: center;
  text-shadow: none;
  vertical-align: middle;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.rspbld-button.btn.btn-inverse:hover,
.rspbld-button.btn.btn-inverse:focus {
  background-color: #525252;
  background-position: 0 center;
  border: 1px solid #6c6c6c;
  color: #ffffff;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.rspbld-button.btn.btn-inverse:hover,
.rspbld-button.btn.btn-inverse:focus {
  background-color: #525252;
  background-position: 0 center;
  border: 1px solid #6c6c6c;
  color: #ffffff;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.rspbld-button.btn.btn-inverse:hover,
.rspbld-button.btn.btn-inverse:focus,
.rspbld-button.btn.btn-inverse:active {
  border-color: #929292;
  background-color: #929292;
}
.rspbld-button.btn.btn-inverse.btn-bordered {
  background-color: transparent;
  background-image: none;
  border: 2px solid #6c6c6c;
  border-radius: 0px;
  color: #6c6c6c;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  padding: 12px 24px;
  text-align: center;
  text-shadow: none;
  vertical-align: middle;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.rspbld-button.btn.btn-inverse.btn-bordered:hover,
.rspbld-button.btn.btn-inverse.btn-bordered:focus {
  background-color: rgba(0, 0, 0, 0);
  background-position: 0 center;
  border: 2px solid #6c6c6c;
  color: #6c6c6c;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.rspbld-button.btn.btn-inverse.btn-bordered:hover,
.rspbld-button.btn.btn-inverse.btn-bordered:focus {
  background-color: rgba(0, 0, 0, 0);
  background-position: 0 center;
  border: 2px solid #6c6c6c;
  color: #6c6c6c;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.rspbld-button.btn.btn-inverse.btn-bordered:hover,
.rspbld-button.btn.btn-inverse.btn-bordered:focus,
.rspbld-button.btn.btn-inverse.btn-bordered:active {
  border-color: #929292;
  color: #929292;
}
.rspbld-button.btn.btn-mini {
  padding: 3px 7px;
  font-size: 12px;
}
.rspbld-button.btn.btn-small {
  padding: 5px 10px;
}
.rspbld-button.btn.btn-large {
  padding: 15px 25px;
}
.rspbld-button.btn.btn-title {
  margin: 35px 0;
}
@media (max-width: 767px) {
  .rspbld-button.btn.btn-title {
    margin: 0 0 35px 0;
  }
}
.btn-bordered .rspbld-button.btn {
  background-color: transparent;
  background-image: none;
  border: 2px solid #ffffff;
  border-radius: 0px;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  padding: 12px 24px;
  text-align: center;
  text-shadow: none;
  vertical-align: middle;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.btn-bordered .rspbld-button.btn:hover,
.btn-bordered .rspbld-button.btn:focus {
  background-color: rgba(0, 0, 0, 0);
  background-position: 0 center;
  border: 2px solid #ffffff;
  color: #ffffff;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.btn-bordered .rspbld-button.btn:hover,
.btn-bordered .rspbld-button.btn:focus {
  background-color: rgba(0, 0, 0, 0);
  background-position: 0 center;
  border: 2px solid #ffffff;
  color: #ffffff;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.btn-bordered .rspbld-button.btn:hover,
.btn-bordered .rspbld-button.btn:focus,
.btn-bordered .rspbld-button.btn:active {
  border-color: #bfbfbf;
  color: #bfbfbf;
}
.btn-bordered .rspbld-button.btn.btn-primary {
  background-color: transparent;
  background-image: none;
  border: 2px solid #79193b;
  border-radius: 0px;
  color: #79193b;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  padding: 12px 24px;
  text-align: center;
  text-shadow: none;
  vertical-align: middle;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.btn-bordered .rspbld-button.btn.btn-primary:hover,
.btn-bordered .rspbld-button.btn.btn-primary:focus {
  background-color: rgba(0, 0, 0, 0);
  background-position: 0 center;
  border: 2px solid #79193b;
  color: #79193b;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.btn-bordered .rspbld-button.btn.btn-primary:hover,
.btn-bordered .rspbld-button.btn.btn-primary:focus {
  background-color: rgba(0, 0, 0, 0);
  background-position: 0 center;
  border: 2px solid #79193b;
  color: #79193b;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.btn-bordered .rspbld-button.btn.btn-primary:hover,
.btn-bordered .rspbld-button.btn.btn-primary:focus,
.btn-bordered .rspbld-button.btn.btn-primary:active {
  border-color: #b8265a;
  color: #b8265a;
}
.btn-bordered .rspbld-button.btn.btn-secondary {
  background-color: transparent;
  background-image: none;
  border: 2px solid #937a57;
  border-radius: 0px;
  color: #937a57;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  padding: 12px 24px;
  text-align: center;
  text-shadow: none;
  vertical-align: middle;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.btn-bordered .rspbld-button.btn.btn-secondary:hover,
.btn-bordered .rspbld-button.btn.btn-secondary:focus {
  background-color: rgba(0, 0, 0, 0);
  background-position: 0 center;
  border: 2px solid #937a57;
  color: #937a57;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.btn-bordered .rspbld-button.btn.btn-secondary:hover,
.btn-bordered .rspbld-button.btn.btn-secondary:focus {
  background-color: rgba(0, 0, 0, 0);
  background-position: 0 center;
  border: 2px solid #937a57;
  color: #937a57;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.btn-bordered .rspbld-button.btn.btn-secondary:hover,
.btn-bordered .rspbld-button.btn.btn-secondary:focus,
.btn-bordered .rspbld-button.btn.btn-secondary:active {
  border-color: #b5a082;
  color: #b5a082;
}
.element-preview .rspbld-button.btn.btn-default.btn-bordered {
  background-color: #eeeeee;
}
/* Carousel
------------------------------------------------------------------------------*/
.rspbld-carousel .carousel {
  margin: 0;
}
@media (max-width: 767px) {
  .rspbld-carousel .carousel {
    margin: 0 0 65px 0;
  }
}
.rspbld-carousel .carousel-inner {
  margin: 0 auto;
  width: 80%;
}
@media (max-width: 767px) {
  .rspbld-carousel .carousel-inner {
    width: auto;
  }
}
@media (max-width: 767px) {
  .rspbld-carousel .carousel-inner .rspbld-image {
    margin: 0 0 15px 0;
  }
}
.rspbld-carousel .carousel-inner .rspbld-item-title {
  margin: 0 0 20px 0;
  text-transform: none;
}
.rspbld-carousel .carousel-inner .rspbld-item-content {
  line-height: 1.6;
}
.rspbld-carousel .carousel-inner .item.horizontal-image .rspbld-image {
  width: 50%;
}
.rspbld-carousel .carousel-inner .item.horizontal-image .rspbld-image.pull-left {
  margin: 0 30px 0 0;
}
.rspbld-carousel .carousel-inner .item.horizontal-image .rspbld-image.pull-right {
  margin: 0 0 0 30px;
}
@media (max-width: 979px) {
  .rspbld-carousel .carousel-inner .item.horizontal-image .rspbld-image {
    max-width: 280px;
  }
}
@media (max-width: 767px) {
  .rspbld-carousel .carousel-inner .item.horizontal-image .rspbld-image {
    float: none;
    margin: 0 0 15px 0;
    max-width: 100%;
    width: 100%;
  }
  .rspbld-carousel .carousel-inner .item.horizontal-image .rspbld-image.pull-left {
    margin: 0 30px 15px 0;
  }
  .rspbld-carousel .carousel-inner .item.horizontal-image .rspbld-image.pull-right {
    margin: 0 30px 15px 0;
  }
}
.rspbld-carousel .carousel-control {
  background-color: transparent;
  border: 5px solid #bfbfbf;
  border-radius: 50%;
  color: #bfbfbf;
  left: 15px;
  height: 70px;
  width: 70px;
  z-index: 3;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.rspbld-carousel .carousel-control.right {
  left: auto;
  right: 15px;
}
.rspbld-carousel .carousel-control:hover,
.rspbld-carousel .carousel-control:focus {
  color: #bfbfbf;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.rspbld-carousel .carousel-control i {
  font-size: 30px;
  line-height: 60px;
  height: 60px;
  width: 60px;
  vertical-align: top;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
@media (max-width: 767px) {
  .rspbld-carousel .carousel-control {
    height: 50px;
    width: 50px;
    left: 0;
    margin: 10px 0 0 0;
    top: 100%;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  .rspbld-carousel .carousel-control.right {
    right: 0;
  }
  .rspbld-carousel .carousel-control i {
    font-size: 20px;
    line-height: 40px;
    height: 40px;
    width: 40px;
  }
}
.rspbld-carousel .carousel-indicators.center-bottom,
.rspbld-carousel .carousel-indicators.left-bottom,
.rspbld-carousel .carousel-indicators.right-bottom {
  bottom: 3px;
}
.rspbld-carousel .carousel-indicators li {
  border: 2px solid #79193b;
  height: 12px;
  width: 12px;
}
.rspbld-carousel .carousel-indicators li.active {
  background-color: #79193b;
}
.rspbld-carousel.featured .carousel-inner {
  margin: 0;
  width: 100%;
}
.rspbld-carousel.featured .carousel-control {
  border: none;
  color: #937a57;
  height: 40px;
  width: 40px;
  left: auto;
  right: 45px;
  top: -115px;
  z-index: 3;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.rspbld-carousel.featured .carousel-control.right {
  right: 0;
}
.rspbld-carousel.featured .carousel-control:hover,
.rspbld-carousel.featured .carousel-control:focus {
  color: #937a57;
}
.rspbld-carousel.featured .carousel-control i {
  font-size: 20px;
  height: 40px;
  width: 40px;
  line-height: 40px;
}
@media (max-width: 767px) {
  .rspbld-carousel.featured .carousel-control {
    top: -50px;
  }
}
@media (max-width: 767px) {
  .rspbld-carousel.featured .carousel {
    margin: 50px 0 0 0;
  }
}
.rspbld-carousel.gallery .carousel-inner {
  margin: 0;
  width: 100%;
}
.rspbld-carousel.gallery .carousel-inner .item.horizontal-image .rspbld-image {
  margin: 0;
  width: 100%;
}
.rspbld-carousel.gallery .rspbld-item-container {
  position: relative;
}
.rspbld-carousel.gallery .rspbld-item-container:before {
  content: '';
  background-color: #79193b;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 3;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.rspbld-carousel.gallery .rspbld-item-container .rspbld-item-content-container {
  color: #ffffff;
  padding: 10px;
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  z-index: 4;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.rspbld-carousel.gallery .rspbld-item-container .rspbld-item-content-container .rspbld-item-title {
  color: #ffffff;
  -webkit-transform: translateX(-150%);
  -moz-transform: translateX(-150%);
  -ms-transform: translateX(-150%);
  -o-transform: translateX(-150%);
  transform: translateX(-150%);
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.rspbld-carousel.gallery .rspbld-item-container .rspbld-item-content-container .rspbld-item-content {
  -webkit-transform: translateX(150%);
  -moz-transform: translateX(150%);
  -ms-transform: translateX(150%);
  -o-transform: translateX(150%);
  transform: translateX(150%);
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.rspbld-carousel.gallery .rspbld-item-container .rspbld-item-content-container .rspbld-button {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  -webkit-transform: translateY(-15px);
  -moz-transform: translateY(-15px);
  -ms-transform: translateY(-15px);
  -o-transform: translateY(-15px);
  transform: translateY(-15px);
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.rspbld-carousel.gallery .rspbld-item-container:hover:before {
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  -webkit-opacity: 0.9;
  -moz-opacity: 0.9;
  opacity: 0.9;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90);
  filter: alpha(opacity=90);
}
.rspbld-carousel.gallery .rspbld-item-container:hover .rspbld-item-content-container .rspbld-item-title {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.rspbld-carousel.gallery .rspbld-item-container:hover .rspbld-item-content-container .rspbld-item-content {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.rspbld-carousel.gallery .rspbld-item-container:hover .rspbld-item-content-container .rspbld-button {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.rspbld-carousel.gallery .carousel-control {
  border: none;
  color: #937a57;
  height: 40px;
  width: 40px;
  left: auto;
  right: 45px;
  top: -115px;
  z-index: 3;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.rspbld-carousel.gallery .carousel-control.right {
  right: 0;
}
.rspbld-carousel.gallery .carousel-control:hover,
.rspbld-carousel.gallery .carousel-control:focus {
  color: #937a57;
}
.rspbld-carousel.gallery .carousel-control i {
  font-size: 20px;
  height: 40px;
  width: 40px;
  line-height: 40px;
}
@media (max-width: 767px) {
  .rspbld-carousel.gallery .carousel-control {
    top: -50px;
  }
}
@media (max-width: 767px) {
  .rspbld-carousel.gallery .carousel {
    margin: 50px 0 0 0;
  }
}
.rspbld-carousel.full-width .carousel-inner {
  margin: 0;
  width: 100%;
}
.rspbld-carousel.full-width .carousel-inner .rspbld-item-content-container {
  background-color: rgba(0, 0, 0, 0.75);
  padding: 20px;
}
.rspbld-carousel.full-width .carousel-inner .rspbld-item-container {
  margin: 0 auto;
  width: 60%;
  padding: 180px 0;
}
@media (max-width: 767px) {
  .rspbld-carousel.full-width .carousel-inner .rspbld-item-container {
    width: 70%;
  }
}
.rspbld-carousel.full-width .carousel-inner .rspbld-item-title {
  margin: 0;
}
.rspbld-carousel.full-width .carousel-inner .rspbld-item-content {
  margin: 20px 0 0 0;
}
.rspbld-carousel.full-width .carousel-control {
  background-image: url(../images/prev.png);
  background-position: 0 center;
  background-repeat: no-repeat;
  background-size: contain;
  border: none;
  border-radius: 0;
  left: 5%;
  height: 100%;
  width: 70px;
}
.rspbld-carousel.full-width .carousel-control.right {
  background-image: url(../images/next.png);
  background-position: 0 center;
  background-repeat: no-repeat;
  background-size: contain;
  left: auto;
  right: 5%;
}
.rspbld-carousel.full-width .carousel-control i {
  display: none;
}
@media (max-width: 767px) {
  .rspbld-carousel.full-width .carousel-control {
    top: auto;
    bottom: 0;
    left: 0;
    width: 40px;
  }
  .rspbld-carousel.full-width .carousel-control.right {
    right: 0;
  }
}
@media (max-width: 767px) {
  .rspbld-carousel.full-width .carousel {
    margin: 0;
  }
}
.element-preview .rspbld-carousel .rspbld-image {
  max-width: 280px;
}
.element-preview .rspbld-carousel .carousel-control {
  height: 50px;
  width: 50px;
}
.element-preview .rspbld-carousel .carousel-control i {
  font-size: 20px;
  height: 50px;
  width: 50px;
  line-height: 50px;
}
.element-preview .rspbld-carousel.featured,
.element-preview .rspbld-carousel.gallery {
  margin-top: 70px;
}
.element-preview .rspbld-carousel.featured .carousel-control,
.element-preview .rspbld-carousel.gallery .carousel-control {
  top: -70px;
}
.element-preview .rspbld-carousel.full-width .carousel-control {
  background-image: url(../../../templates/rsbaraka/images/prev.png);
}
.element-preview .rspbld-carousel.full-width .carousel-control.right {
  background-image: url(../../../templates/rsbaraka/images/next.png);
}
/* Google map
------------------------------------------------------------------------------*/
.rspbld-google-map .rspbld-infowindow .rspbld-title {
  color: #79193b;
  margin-bottom: 10px;
  text-shadow: none;
}
.rspbld-google-map .rspbld-infowindow .rspbld-content {
  margin-bottom: 0;
}
.rspbld-google-map.featured .map {
  height: 540px;
}
@media (max-width: 1199px) {
  .rspbld-google-map.featured .map {
    height: 400px;
  }
}
.rspbld-google-map.featured .map:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 70px;
  width: 100%;
  z-index: 1;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 100 100' preserveAspectRatio='none'%3E%3Cpolygon points='0,0 100,0 0,100' style='fill:%23ffffff;' /%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
@media (max-width: 1199px) {
  .rspbld-google-map.featured .map:before {
    height: 50px;
  }
}
/* Horizontal Icon Box
------------------------------------------------------------------------------*/
.rspbld-horizontal-icon-box .rspbld-icon {
  background-color: transparent;
  color: #79193b;
  font-size: 60px;
  padding: 0;
}
.rspbld-horizontal-icon-box .rspbld-icon.pull-left {
  margin: 0 20px 0 0;
}
.rspbld-horizontal-icon-box .rspbld-icon.pull-right {
  margin: 0 0 0 20px;
}
.rspbld-horizontal-icon-box .rspbld-title {
  margin: 0 0 20px 0;
  text-shadow: none;
}
.rspbld-horizontal-icon-box .rspbld-content {
  margin: 0;
}
.rspbld-horizontal-icon-box:hover .rspbld-icon i {
  -webkit-animation-name: downwards;
  -moz-animation-name: downwards;
  animation-name: downwards;
  -webkit-animation-duration: .3s;
  -moz-animation-duration: .3s;
  animation-duration: .3s;
  -webkit-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-timing-function: ease-in-out;
  -moz-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}
/* Horizontal Image Box
------------------------------------------------------------------------------*/
.rspbld-horizontal-image-box .rspbld-image {
  width: 30%;
}
.rspbld-horizontal-image-box .rspbld-image.pull-left {
  margin: 0 30px 0 0;
}
.rspbld-horizontal-image-box .rspbld-image.pull-right {
  margin: 0 0 0 30px;
}
@media (max-width: 979px) {
  .rspbld-horizontal-image-box .rspbld-image {
    max-width: 280px;
  }
}
.rspbld-horizontal-image-box .rspbld-title {
  margin: 0 0 20px 0;
  text-shadow: none;
}
.rspbld-horizontal-image-box.thumbnail-box .rspbld-image {
  background-color: #937a57;
  position: relative;
}
.rspbld-horizontal-image-box.thumbnail-box .rspbld-image:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 10px;
  width: 100%;
  max-height: 0;
  z-index: 3;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 100 100' preserveAspectRatio='none'%3E%3Cpolygon points='0,0 100,0 0,100' style='fill:%23ffffff;' /%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  -webkit-transition: max-height 0.3s linear;
  -moz-transition: max-height 0.3s linear;
  -o-transition: max-height 0.3s linear;
  transition: max-height 0.3s linear;
}
.rspbld-horizontal-image-box.thumbnail-box .rspbld-image:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 10px;
  width: 100%;
  max-height: 0;
  z-index: 3;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 100 100' preserveAspectRatio='none'%3E%3Cpolygon points='0,0 100,100 0,100' style='fill:%23ffffff;' /%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  -webkit-transition: max-height 0.3s linear;
  -moz-transition: max-height 0.3s linear;
  -o-transition: max-height 0.3s linear;
  transition: max-height 0.3s linear;
}
.rspbld-horizontal-image-box.thumbnail-box .rspbld-image img {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  -webkit-transition: opacity 0.3s linear;
  -moz-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}
.rspbld-horizontal-image-box.thumbnail-box:hover .rspbld-image:before,
.rspbld-horizontal-image-box.thumbnail-box:hover .rspbld-image:after {
  max-height: 10px;
  -webkit-transition: max-height 0.3s linear;
  -moz-transition: max-height 0.3s linear;
  -o-transition: max-height 0.3s linear;
  transition: max-height 0.3s linear;
}
.rspbld-horizontal-image-box.thumbnail-box:hover .rspbld-image img {
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  filter: alpha(opacity=50);
  -webkit-transition: opacity 0.3s linear;
  -moz-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}
.rspbld-horizontal-image-box.small-thumbnail-box {
  margin: 0 0 30px 0;
}
.rspbld-horizontal-image-box.small-thumbnail-box:last-of-type {
  margin: 0;
}
.rspbld-horizontal-image-box.small-thumbnail-box .rspbld-image {
  width: 80px;
}
.rspbld-horizontal-image-box.small-thumbnail-box .rspbld-title {
  margin: 0 0 10px 0;
  text-transform: none;
}
.rspbld-horizontal-image-box.small-thumbnail-box .rspbld-content {
  margin: 0;
}
.rspbld-horizontal-image-box.small-thumbnail-box .rspbld-content p {
  margin: 0 0 10px 0;
}
/* Image
------------------------------------------------------------------------------*/
.rspbld-image.rspbld-gallery {
  border: none;
  padding: 0px;
}
.rspbld-image .rspbld-magnific-popup:after {
  color: #79193b;
}
.rspbld-image .rspbld-image-caption {
  background-color: #937a57;
  color: #ffffff;
  padding: 5px;
}
.mfp-wrap.mfp-gallery button {
  background-color: transparent;
  background-image: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
/* List
------------------------------------------------------------------------------*/
.rspbld-list .rspbld-content {
  margin: 0;
}
.rspbld-list .rspbld-content p {
  margin: 0 0 15px 0;
}
/* Personal Box
------------------------------------------------------------------------------*/
.rspbld-personal-box {
  overflow: hidden;
  position: relative;
}
.rspbld-personal-box .rspbld-image {
  width: 100%;
}
.rspbld-personal-box .rspbld-container {
  position: absolute;
  height: 100%;
  width: 100%;
  padding: 20% 0;
  left: 0;
  top: 0;
  z-index: 0;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.3s linear;
  -moz-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}
.rspbld-personal-box .rspbld-container:before {
  background-color: #79193b;
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  z-index: -1;
  -webkit-opacity: 0.9;
  -moz-opacity: 0.9;
  opacity: 0.9;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90);
  filter: alpha(opacity=90);
}
.rspbld-personal-box .rspbld-container .rspbld-title {
  color: #ffffff;
  margin: 0;
  text-shadow: none;
  text-transform: none;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: transform 0.3s linear;
  -moz-transition: transform 0.3s linear;
  -o-transition: transform 0.3s linear;
  transition: transform 0.3s linear;
}
.rspbld-personal-box .rspbld-container .rspbld-subtitle {
  color: #ffffff;
  margin: 5% 0 0 0;
  text-shadow: none;
  text-transform: none;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: transform 0.3s linear;
  -moz-transition: transform 0.3s linear;
  -o-transition: transform 0.3s linear;
  transition: transform 0.3s linear;
}
.rspbld-personal-box .rspbld-container .rspbld-content {
  color: #bfbfbf;
  margin: 5% 0 0 0;
}
.rspbld-personal-box .rspbld-container .rspbld-content + .rspbld-social-icons {
  margin: 5% 0 0 0;
}
.rspbld-personal-box .rspbld-container .rspbld-social-icons {
  margin: 25% 0 0 0;
  -webkit-transform: translateY(300px);
  -moz-transform: translateY(300px);
  -ms-transform: translateY(300px);
  -o-transform: translateY(300px);
  transform: translateY(300px);
  -webkit-transition: transform 0.3s linear;
  -moz-transition: transform 0.3s linear;
  -o-transition: transform 0.3s linear;
  transition: transform 0.3s linear;
}
.rspbld-personal-box .rspbld-container .rspbld-social-icons > li i {
  background-color: transparent;
  font-size: 24px;
  -webkit-transition: color 0.2s linear;
  -moz-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear;
}
.rspbld-personal-box .rspbld-container .rspbld-social-icons > li:hover i {
  color: #937a57;
  -webkit-transition: color 0.2s linear;
  -moz-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear;
}
.rspbld-personal-box:hover .rspbld-container {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  -webkit-transition: opacity 0.3s linear;
  -moz-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}
.rspbld-personal-box:hover .rspbld-container .rspbld-title {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: transform 0.3s linear;
  -moz-transition: transform 0.3s linear;
  -o-transition: transform 0.3s linear;
  transition: transform 0.3s linear;
}
.rspbld-personal-box:hover .rspbld-container .rspbld-subtitle {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: transform 0.3s linear;
  -moz-transition: transform 0.3s linear;
  -o-transition: transform 0.3s linear;
  transition: transform 0.3s linear;
}
.rspbld-personal-box:hover .rspbld-container .rspbld-social-icons {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: transform 0.3s linear;
  -moz-transition: transform 0.3s linear;
  -o-transition: transform 0.3s linear;
  transition: transform 0.3s linear;
}
.element-preview .rspbld-personal-box {
  margin-left: auto;
  margin-right: auto;
  width: 40%;
}
/* Portfolio Filtering
------------------------------------------------------------------------------*/
.rspbld-portfolio-filtering-container .filtr-item .rspbld-title {
  margin: 20px 0 0 0;
  text-shadow: none;
}
.rspbld-portfolio-filtering-container .filtr-item a:hover {
  text-decoration: none;
}
/* Price Box
------------------------------------------------------------------------------*/
.rspbld-price-box {
  border: 1px solid #e1e1e1;
  padding: 45px;
  position: relative;
}
.rspbld-price-box .rspbld-icon {
  background-color: transparent;
  color: #79193b;
  font-size: 72px;
  padding: 0;
}
.rspbld-price-box .rspbld-title {
  margin: 20px 0 0 0;
  text-shadow: none;
}
.rspbld-price-box .rspbld-content {
  margin: 20px 0 0 0;
}
.rspbld-price-box .rspbld-price {
  color: inherit;
  font-size: 42px;
  font-weight: 400;
  line-height: 1;
  margin: 20px 0;
}
.rspbld-price-box .rspbld-button {
  margin: 20px 0 0 0;
}
.rspbld-price-box .table {
  border: none;
  margin: 0;
}
.rspbld-price-box .table td,
.rspbld-price-box .table th {
  border: none;
  padding: 5px;
}
.rspbld-price-box.background-primary,
.rspbld-price-box.background-secondary {
  color: #ffffff;
}
.rspbld-price-box.background-primary .rspbld-icon,
.rspbld-price-box.background-secondary .rspbld-icon,
.rspbld-price-box.background-primary .rspbld-title,
.rspbld-price-box.background-secondary .rspbld-title,
.rspbld-price-box.background-primary .rspbld-content,
.rspbld-price-box.background-secondary .rspbld-content,
.rspbld-price-box.background-primary .rspbld-price,
.rspbld-price-box.background-secondary .rspbld-price {
  color: #ffffff;
}
.rspbld-price-box:hover .rspbld-icon i {
  -webkit-animation-name: backwards;
  -moz-animation-name: backwards;
  animation-name: backwards;
  -webkit-animation-duration: .3s;
  -moz-animation-duration: .3s;
  animation-duration: .3s;
  -webkit-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-timing-function: ease-in-out;
  -moz-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}
@media (max-width: 979px) {
  .rspbld-price-box {
    padding: 15px;
  }
}
@media (max-width: 767px) {
  .rspbld-price-box {
    padding: 30px;
  }
}
.element-preview .rspbld-price-box {
  margin-left: auto;
  margin-right: auto;
  width: 60%;
}
/* Progress Bars
------------------------------------------------------------------------------*/
.rspbld-progress-bars .progress {
  border-radius: 0;
}
.rspbld-progress-bars .progress .bar {
  background-color: #79193b;
}
/* Progress Circles
------------------------------------------------------------------------------*/
.rspbld-progress-circles .progress-circle {
  margin: 0 10% 0 0;
}
.rspbld-progress-circles .progress-circle:last-of-type {
  margin: 0;
}
.rspbld-progress-circles .progress-circle .item-wrapper {
  background-color: #e1e1e1;
}
.rspbld-progress-circles .progress-circle .item-wrapper .bar-wrapper .bar,
.rspbld-progress-circles .progress-circle .item-wrapper[data-width="51"] .fill,
.rspbld-progress-circles .progress-circle .item-wrapper[data-width="52"] .fill,
.rspbld-progress-circles .progress-circle .item-wrapper[data-width="53"] .fill,
.rspbld-progress-circles .progress-circle .item-wrapper[data-width="54"] .fill,
.rspbld-progress-circles .progress-circle .item-wrapper[data-width="55"] .fill,
.rspbld-progress-circles .progress-circle .item-wrapper[data-width="56"] .fill,
.rspbld-progress-circles .progress-circle .item-wrapper[data-width="57"] .fill,
.rspbld-progress-circles .progress-circle .item-wrapper[data-width="58"] .fill,
.rspbld-progress-circles .progress-circle .item-wrapper[data-width="59"] .fill,
.rspbld-progress-circles .progress-circle .item-wrapper[data-width="60"] .fill,
.rspbld-progress-circles .progress-circle .item-wrapper[data-width="61"] .fill,
.rspbld-progress-circles .progress-circle .item-wrapper[data-width="62"] .fill,
.rspbld-progress-circles .progress-circle .item-wrapper[data-width="63"] .fill,
.rspbld-progress-circles .progress-circle .item-wrapper[data-width="64"] .fill,
.rspbld-progress-circles .progress-circle .item-wrapper[data-width="65"] .fill,
.rspbld-progress-circles .progress-circle .item-wrapper[data-width="66"] .fill,
.rspbld-progress-circles .progress-circle .item-wrapper[data-width="67"] .fill,
.rspbld-progress-circles .progress-circle .item-wrapper[data-width="68"] .fill,
.rspbld-progress-circles .progress-circle .item-wrapper[data-width="69"] .fill,
.rspbld-progress-circles .progress-circle .item-wrapper[data-width="70"] .fill,
.rspbld-progress-circles .progress-circle .item-wrapper[data-width="71"] .fill,
.rspbld-progress-circles .progress-circle .item-wrapper[data-width="72"] .fill,
.rspbld-progress-circles .progress-circle .item-wrapper[data-width="73"] .fill,
.rspbld-progress-circles .progress-circle .item-wrapper[data-width="74"] .fill,
.rspbld-progress-circles .progress-circle .item-wrapper[data-width="75"] .fill,
.rspbld-progress-circles .progress-circle .item-wrapper[data-width="76"] .fill,
.rspbld-progress-circles .progress-circle .item-wrapper[data-width="77"] .fill,
.rspbld-progress-circles .progress-circle .item-wrapper[data-width="78"] .fill,
.rspbld-progress-circles .progress-circle .item-wrapper[data-width="79"] .fill,
.rspbld-progress-circles .progress-circle .item-wrapper[data-width="80"] .fill,
.rspbld-progress-circles .progress-circle .item-wrapper[data-width="81"] .fill,
.rspbld-progress-circles .progress-circle .item-wrapper[data-width="82"] .fill,
.rspbld-progress-circles .progress-circle .item-wrapper[data-width="83"] .fill,
.rspbld-progress-circles .progress-circle .item-wrapper[data-width="84"] .fill,
.rspbld-progress-circles .progress-circle .item-wrapper[data-width="85"] .fill,
.rspbld-progress-circles .progress-circle .item-wrapper[data-width="86"] .fill,
.rspbld-progress-circles .progress-circle .item-wrapper[data-width="87"] .fill,
.rspbld-progress-circles .progress-circle .item-wrapper[data-width="88"] .fill,
.rspbld-progress-circles .progress-circle .item-wrapper[data-width="89"] .fill,
.rspbld-progress-circles .progress-circle .item-wrapper[data-width="90"] .fill,
.rspbld-progress-circles .progress-circle .item-wrapper[data-width="91"] .fill,
.rspbld-progress-circles .progress-circle .item-wrapper[data-width="92"] .fill,
.rspbld-progress-circles .progress-circle .item-wrapper[data-width="93"] .fill,
.rspbld-progress-circles .progress-circle .item-wrapper[data-width="94"] .fill,
.rspbld-progress-circles .progress-circle .item-wrapper[data-width="95"] .fill,
.rspbld-progress-circles .progress-circle .item-wrapper[data-width="96"] .fill,
.rspbld-progress-circles .progress-circle .item-wrapper[data-width="97"] .fill,
.rspbld-progress-circles .progress-circle .item-wrapper[data-width="98"] .fill,
.rspbld-progress-circles .progress-circle .item-wrapper[data-width="99"] .fill,
.rspbld-progress-circles .progress-circle .item-wrapper[data-width="100"] .fill {
  border-color: #79193b;
}
.rspbld-progress-circles .progress-circle .item-wrapper span {
  background-color: #ffffff;
  color: #929292;
  font-weight: 700;
  font-size: 28px;
}
.rspbld-progress-circles .progress-circle .rspbld-item-title {
  color: #525252;
  font-size: 18px;
  font-weight: 600;
  margin: 20px 0 0 0;
  text-transform: uppercase;
}
@media (max-width: 979px) {
  .rspbld-progress-circles .progress-circle {
    display: block;
    margin: 0 0 30px 0;
  }
  .rspbld-progress-circles .progress-circle .item-wrapper {
    margin: 0 auto;
  }
}
/* Tab
------------------------------------------------------------------------------*/
.rspbld-tab .nav-tabs {
  border-color: #641531;
}
.rspbld-tab .nav-tabs > li > a {
  background-color: #937a57;
  border-color: #937a57 #937a57 #79193b #937a57;
  border-radius: 0;
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  margin-right: 6px;
  text-transform: uppercase;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.rspbld-tab .nav-tabs > li > a:hover,
.rspbld-tab .nav-tabs > li > a:focus {
  background-color: #641531;
  border-color: #641531;
  color: #ffffff;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.rspbld-tab .nav-tabs > .active > a,
.rspbld-tab .nav-tabs > .active > a:hover,
.rspbld-tab .nav-tabs > .active > a:focus {
  background-color: #79193b;
  border-color: #79193b #79193b transparent;
  color: #ffffff;
}
.rspbld-tab .tab-content {
  background-color: #79193b;
  border-color: #79193b;
  color: #ffffff;
  line-height: 1.8;
  padding: 20px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.rspbld-tab .tab-content a {
  color: #937a57;
}
.rspbld-tab .tab-content a:hover {
  color: #ab9372;
}
.rspbld-tab .tab-content p:last-of-type {
  margin-bottom: 0;
}
.rspbld-tab .tab-content legend {
  color: inherit;
}
.rspbld-tab .tab-content .add-on,
.rspbld-tab .tab-content .popover-content {
  color: #6c6c6c;
}
.rspbld-tab .tab-content .form-actions {
  background-color: #641531;
}
.rspbld-tab .tab-content .rspbld-image {
  margin: 0 15px 0 0;
}
.rspbld-tab .tab-content .table.table-striped tbody > tr:nth-child(2n+1) > td,
.rspbld-tab .tab-content .table.table-striped tbody > tr:nth-child(2n+1) > th {
  color: #6c6c6c;
}
.rspbld-tab .tab-content .well {
  background-color: #641531;
  border-color: #4f1026;
}
/* Testimonial Box
------------------------------------------------------------------------------*/
.rspbld-testimonial-box {
  padding: 20px;
}
.rspbld-testimonial-box .rspbld-avatar {
  display: inline-block;
  height: 100px;
  width: 100px;
  margin: 0 0 20px 0;
  overflow: hidden;
  position: relative;
}
.rspbld-testimonial-box .rspbld-avatar:before {
  background-color: #79193b;
  content: '';
  display: block;
  position: absolute;
  bottom: -10%;
  left: 0;
  width: 100%;
  height: 120%;
  max-height: 0%;
  z-index: 2;
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  filter: alpha(opacity=50);
  -webkit-transform: skewY(-6deg);
  -moz-transform: skewY(-6deg);
  -ms-transform: skewY(-6deg);
  -o-transform: skewY(-6deg);
  transform: skewY(-6deg);
  -webkit-transition: max-height 0.2s linear;
  -moz-transition: max-height 0.2s linear;
  -o-transition: max-height 0.2s linear;
  transition: max-height 0.2s linear;
}
.rspbld-testimonial-box .rspbld-avatar img {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.rspbld-testimonial-box .rspbld-details {
  color: #79193b;
  font-size: 17px;
  line-height: 1;
  margin: 0 0 20px 0;
}
.rspbld-testimonial-box .rspbld-content {
  font-style: italic;
  margin: 0;
}
.rspbld-testimonial-box .rspbld-content i {
  color: #937a57;
}
.rspbld-testimonial-box:hover .rspbld-avatar:before {
  max-height: 120%;
  -webkit-transition: max-height 0.2s linear;
  -moz-transition: max-height 0.2s linear;
  -o-transition: max-height 0.2s linear;
  transition: max-height 0.2s linear;
}
.rspbld-testimonial-box:hover .rspbld-avatar img {
  -webkit-transform: rotate(6deg) scale(1.2);
  -moz-transform: rotate(6deg) scale(1.2);
  -ms-transform: rotate(6deg) scale(1.2);
  -o-transform: rotate(6deg) scale(1.2);
  transform: rotate(6deg) scale(1.2);
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.element-preview .rspbld-testimonial-box {
  margin: 0 auto;
  width: 60%;
}
/* Text Block
------------------------------------------------------------------------------*/
.rspbld-text-block .rspbld-content {
  margin: 0;
}
.rspbld-text-block .rspbld-button {
  margin-top: 30px;
}
/* Vertical Icon Box
------------------------------------------------------------------------------*/
.rspbld-vertical-icon-box {
  position: relative;
}
.rspbld-vertical-icon-box .rspbld-icon {
  background-color: transparent;
  color: #79193b;
  display: inline-block;
  font-size: 72px;
  line-height: 1.1em;
  padding: 0;
  position: relative;
  text-align: center;
  vertical-align: middle;
  z-index: 1;
}
.rspbld-vertical-icon-box .rspbld-icon i {
  height: 1.1em;
  width: 1.1em;
}
.rspbld-vertical-icon-box .rspbld-title {
  margin: 20px 0 0 0;
  text-shadow: none;
}
.rspbld-vertical-icon-box .rspbld-content {
  margin: 20px 0 0 0;
}
.rspbld-vertical-icon-box:hover .rspbld-icon i {
  -webkit-animation-name: backwards;
  -moz-animation-name: backwards;
  animation-name: backwards;
  -webkit-animation-duration: .3s;
  -moz-animation-duration: .3s;
  animation-duration: .3s;
  -webkit-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-timing-function: ease-in-out;
  -moz-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}
.rspbld-vertical-icon-box.featured {
  padding: 45px;
}
.rspbld-vertical-icon-box.featured .rspbld-icon {
  color: #ffffff;
}
.rspbld-vertical-icon-box.featured .rspbld-title {
  color: #ffffff;
  line-height: 1.4;
  word-spacing: 1000px;
}
@media (max-width: 979px) {
  .rspbld-vertical-icon-box.featured {
    padding: 15px;
  }
}
@media (max-width: 767px) {
  .rspbld-vertical-icon-box.featured {
    padding: 30px;
  }
}
.element-preview .rspbld-vertical-icon-box {
  margin: 0 auto;
  width: 60%;
}
/* Vertical Image Box
------------------------------------------------------------------------------*/
.rspbld-vertical-image-box.featured {
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  padding-left: 12.5%;
  padding-right: 12.5%;
}
.rspbld-vertical-image-box.featured .rspbld-title,
.rspbld-vertical-image-box.featured .rspbld-content {
  padding-left: 10%;
  padding-right: 10%;
}
.rspbld-vertical-image-box.featured .rspbld-image {
  background-color: #ffffff;
  padding: 30px;
}
.rspbld-vertical-image-box.featured div:last-of-type.rspbld-image {
  -webkit-box-shadow: 0 0 50px 10px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 50px 10px rgba(0, 0, 0, 0.5);
  -ms-box-shadow: 0 0 50px 10px rgba(0, 0, 0, 0.5);
  -o-box-shadow: 0 0 50px 10px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 50px 10px rgba(0, 0, 0, 0.5);
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
}
.rspbld-vertical-image-box:not(.featured) .rspbld-image {
  margin: 0 0 20px 0;
}
.rspbld-vertical-image-box:not(.featured) .rspbld-title {
  margin: 0 0 20px 0;
  text-shadow: none;
}
.rspbld-vertical-image-box:not(.featured) .rspbld-content {
  margin: 0 0 20px 0;
}
.rspbld-vertical-image-box:not(.featured) .rspbld-button {
  margin: 0;
}
.rspbld-vertical-image-box:not(.featured) .rspbld-image {
  overflow: hidden;
  position: relative;
}
.rspbld-vertical-image-box:not(.featured) .rspbld-image:before {
  background-color: #79193b;
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: -10%;
  width: 100%;
  height: 120%;
  max-height: 0%;
  z-index: 2;
  -webkit-opacity: 0.75;
  -moz-opacity: 0.75;
  opacity: 0.75;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=75);
  filter: alpha(opacity=75);
  -webkit-transform: skewY(-6deg);
  -moz-transform: skewY(-6deg);
  -ms-transform: skewY(-6deg);
  -o-transform: skewY(-6deg);
  transform: skewY(-6deg);
  -webkit-transition: max-height 0.3s linear;
  -moz-transition: max-height 0.3s linear;
  -o-transition: max-height 0.3s linear;
  transition: max-height 0.3s linear;
}
.rspbld-vertical-image-box:not(.featured) .rspbld-image img {
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.rspbld-vertical-image-box:not(.featured):hover .rspbld-image:before {
  max-height: 120%;
  -webkit-transition: max-height 0.3s linear;
  -moz-transition: max-height 0.3s linear;
  -o-transition: max-height 0.3s linear;
  transition: max-height 0.3s linear;
}
.rspbld-vertical-image-box:not(.featured):hover .rspbld-image img {
  -webkit-transform: rotate(6deg) scale(1.2);
  -moz-transform: rotate(6deg) scale(1.2);
  -ms-transform: rotate(6deg) scale(1.2);
  -o-transform: rotate(6deg) scale(1.2);
  transform: rotate(6deg) scale(1.2);
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.element-preview .rspbld-vertical-image-box:not(.featured) {
  margin: 0 auto;
  width: 60%;
}
/* Video
------------------------------------------------------------------------------*/
.rspbld-video .rspbld-video-player .video-title:before {
  background-color: #79193b;
}
.rspbld-video .rspbld-video-player .video-controls:before {
  background-color: #937a57;
}
.rspbld-video .rspbld-video-player .video-controls .seek-container .seek-bar {
  background-color: #433828;
}
.rspbld-video .rspbld-video-player .video-controls .seek-container .seek-bar .seek-fill {
  background-color: #79193b;
}
.rspbld-video .rspbld-video-player .video-controls .volume-container .volume-bar {
  background-color: #433828;
}
.rspbld-video .rspbld-video-player .video-controls .volume-container .volume-bar .volume-fill {
  background-color: #79193b;
}
/* YouTube Background Video Box
------------------------------------------------------------------------------*/
.rspbld-youtube-background-box {
  padding: 15px;
}
.rspbld-youtube-background-box .rspbld-content-container {
  margin-left: auto;
  margin-right: auto;
  padding: 60px 0;
  position: relative;
  width: 1170px;
  z-index: 2;
}
@media (max-width: 1199px) {
  .rspbld-youtube-background-box .rspbld-content-container {
    width: 940px;
  }
}
@media (max-width: 979px) {
  .rspbld-youtube-background-box .rspbld-content-container {
    width: 724px;
  }
}
@media (max-width: 767px) {
  .rspbld-youtube-background-box .rspbld-content-container {
    padding: 30px 15px;
    width: auto;
  }
}
.rspbld-youtube-background-box .rspbld-title {
  margin: 0 0 40px 0;
}
.rspbld-youtube-background-box .rspbld-content {
  margin: 0;
}
.rspbld-youtube-background-box.full-width .rspbld-content-container {
  width: auto;
}
.rspbld-youtube-background-box .mb_YTPBar .mb_YTPPlaypause {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.rspbld-youtube-background-box .mb_YTPBar .mb_YTPPlaypause:hover {
  color: #937a57;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.rspbld-youtube-background-box .mb_YTPBar .mb_YTPMuteUnmute {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.rspbld-youtube-background-box .mb_YTPBar .mb_YTPMuteUnmute:hover {
  color: #937a57;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.rspbld-youtube-background-box .mb_YTPBar .simpleSlider {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.rspbld-youtube-background-box .mb_YTPBar .simpleSlider:hover .level {
  background-color: #937a57;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.rspbld-youtube-background-box .mb_YTPBar .mb_YTPUrl {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.rspbld-youtube-background-box .mb_YTPBar .mb_YTPUrl:hover {
  color: #937a57;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.rspbld-youtube-background-box .mb_YTPBar .mb_OnlyYT {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.rspbld-youtube-background-box .mb_YTPBar .mb_OnlyYT:hover {
  color: #937a57;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.rspbld-youtube-background-box .mb_YTPBar .mb_YTPseekbar {
  background-color: #79193b;
}
.element-preview .rspbld-youtube-background-box .rspbld-content-container {
  width: auto;
}
/* RSTickets!Pro
------------------------------------------------------------------------------*/
#rstpl-com_rsticketspro .filters .btn {
  padding: 9px 20px;
}
.rst_dashboard_items .thumbnail {
  background-color: #79193b;
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.rst_dashboard_items .thumbnail > a {
  margin: 20px 0;
}
.rst_dashboard_items .thumbnail > a:before {
  content: '\f022';
  display: block;
  font-size: 40px;
  font-family: 'FontAwesome';
  line-height: 1;
  position: relative;
  color: #937a57;
}
.rst_dashboard_items .thumbnail > a > img {
  display: none;
}
.rst_dashboard_items .thumbnail .caption {
  padding: 0 30px;
  color: #ffffff;
}
.rst_dashboard_items .thumbnail .caption h3 a {
  color: #937a57;
  text-transform: capitalize;
}
.rst_dashboard_items .span4:first-child .thumbnail > a:before {
  content: '\f044';
}
.rst_dashboard_items .span4:last-child .thumbnail > a:before {
  content: '\f002 ';
}
/* RSBlog! Calendar Module
------------------------------------------------------------------------------*/
.rsblog-calendar table caption {
  line-height: 50px;
}
.rsblog-calendar table caption a {
  line-height: 50px;
}
.rsblog-calendar table th {
  background-color: #79193b;
  color: #ffffff;
  font-size: 11.9px;
  padding: 10px;
}
.rsblog-calendar table td {
  font-size: 11.200000000000001px;
  padding: 0;
}
.rsblog-calendar table td.active a,
.rsblog-calendar table td a:active {
  background-color: #937a57;
}
.rsblog-calendar table td a {
  padding: 10px;
}
/* RSContact! Module
------------------------------------------------------------------------------*/
.rstpl-slideshow-position .rstpl-rscontact {
  background-color: #937a57;
  padding: 45px;
  position: absolute !important;
  width: 22.5%;
  top: 50% !important;
  left: auto !important;
  right: 20% !important;
  z-index: 5;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.rstpl-slideshow-position .rstpl-rscontact form {
  margin: 0;
}
.rstpl-slideshow-position .rstpl-rscontact input[type="text"],
.rstpl-slideshow-position .rstpl-rscontact input[type="password"],
.rstpl-slideshow-position .rstpl-rscontact input[type="datetime"],
.rstpl-slideshow-position .rstpl-rscontact input[type="datetime-local"],
.rstpl-slideshow-position .rstpl-rscontact input[type="date"],
.rstpl-slideshow-position .rstpl-rscontact input[type="month"],
.rstpl-slideshow-position .rstpl-rscontact input[type="time"],
.rstpl-slideshow-position .rstpl-rscontact input[type="week"],
.rstpl-slideshow-position .rstpl-rscontact input[type="number"],
.rstpl-slideshow-position .rstpl-rscontact input[type="email"],
.rstpl-slideshow-position .rstpl-rscontact input[type="url"],
.rstpl-slideshow-position .rstpl-rscontact input[type="search"],
.rstpl-slideshow-position .rstpl-rscontact input[type="tel"],
.rstpl-slideshow-position .rstpl-rscontact input[type="color"],
.rstpl-slideshow-position .rstpl-rscontact select,
.rstpl-slideshow-position .rstpl-rscontact textarea,
.rstpl-slideshow-position .rstpl-rscontact .uneditable-input {
  margin-bottom: 20px;
  min-height: 52px;
  min-width: initial;
  padding: 16px;
  width: 100%;
}
.rstpl-slideshow-position .rstpl-rscontact input[type="text"]:focus,
.rstpl-slideshow-position .rstpl-rscontact input[type="password"]:focus,
.rstpl-slideshow-position .rstpl-rscontact input[type="datetime"]:focus,
.rstpl-slideshow-position .rstpl-rscontact input[type="datetime-local"]:focus,
.rstpl-slideshow-position .rstpl-rscontact input[type="date"]:focus,
.rstpl-slideshow-position .rstpl-rscontact input[type="month"]:focus,
.rstpl-slideshow-position .rstpl-rscontact input[type="time"]:focus,
.rstpl-slideshow-position .rstpl-rscontact input[type="week"]:focus,
.rstpl-slideshow-position .rstpl-rscontact input[type="number"]:focus,
.rstpl-slideshow-position .rstpl-rscontact input[type="email"]:focus,
.rstpl-slideshow-position .rstpl-rscontact input[type="url"]:focus,
.rstpl-slideshow-position .rstpl-rscontact input[type="search"]:focus,
.rstpl-slideshow-position .rstpl-rscontact input[type="tel"]:focus,
.rstpl-slideshow-position .rstpl-rscontact input[type="color"]:focus,
.rstpl-slideshow-position .rstpl-rscontact select:focus,
.rstpl-slideshow-position .rstpl-rscontact textarea:focus,
.rstpl-slideshow-position .rstpl-rscontact .uneditable-input:focus {
  border-color: #63523b;
  -webkit-box-shadow: 0px 1px 1px rgba(67, 56, 40, 0.15) inset, 0px 0px 4px rgba(67, 56, 40, 0.6);
  -moz-box-shadow: 0px 1px 1px rgba(67, 56, 40, 0.15) inset, 0px 0px 4px rgba(67, 56, 40, 0.6);
  -ms-box-shadow: 0px 1px 1px rgba(67, 56, 40, 0.15) inset, 0px 0px 4px rgba(67, 56, 40, 0.6);
  -o-box-shadow: 0px 1px 1px rgba(67, 56, 40, 0.15) inset, 0px 0px 4px rgba(67, 56, 40, 0.6);
  box-shadow: 0px 1px 1px rgba(67, 56, 40, 0.15) inset, 0px 0px 4px rgba(67, 56, 40, 0.6);
}
.rstpl-slideshow-position .rstpl-rscontact .rstpl-title {
  color: #ffffff;
}
.rstpl-slideshow-position .rstpl-rscontact .btn {
  width: 50%;
  background-color: #ffffff;
  background-image: none;
  border: none;
  border-radius: 0px;
  color: #333333;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  padding: 10px 20px;
  text-align: center;
  text-shadow: none;
  vertical-align: middle;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.rstpl-slideshow-position .rstpl-rscontact .btn:hover,
.rstpl-slideshow-position .rstpl-rscontact .btn:focus {
  background-color: #e6e6e6;
  background-position: 0 center;
  border: none;
  color: #333333;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.rstpl-slideshow-position .rstpl-rscontact .btn:hover,
.rstpl-slideshow-position .rstpl-rscontact .btn:focus {
  background-color: #e6e6e6;
  background-position: 0 center;
  border: none;
  color: #333333;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.rstpl-slideshow-position .rstpl-rscontact .btn.btn-primary {
  background-color: #937a57;
  background-image: none;
  border: none;
  border-radius: 0px;
  color: #333333;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  padding: 10px 20px;
  text-align: center;
  text-shadow: none;
  vertical-align: middle;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  color: #ffffff;
  -webkit-box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.25);
  -ms-box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.25);
  -o-box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.25);
}
.rstpl-slideshow-position .rstpl-rscontact .btn.btn-primary:hover,
.rstpl-slideshow-position .rstpl-rscontact .btn.btn-primary:focus {
  background-color: #735f44;
  background-position: 0 center;
  border: none;
  color: #333333;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.rstpl-slideshow-position .rstpl-rscontact .btn.btn-primary:hover,
.rstpl-slideshow-position .rstpl-rscontact .btn.btn-primary:focus {
  background-color: #735f44;
  background-position: 0 center;
  border: none;
  color: #333333;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.rstpl-slideshow-position .rstpl-rscontact .btn.btn-primary:hover,
.rstpl-slideshow-position .rstpl-rscontact .btn.btn-primary:focus,
.rstpl-slideshow-position .rstpl-rscontact .btn.btn-primary:active {
  background-color: #ab9372;
  color: #ffffff;
  -webkit-box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.25);
  -ms-box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.25);
  -o-box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.25);
}
.rstpl-slideshow-position .rstpl-rscontact .btn.btn-secondary {
  background-color: #79193b;
  background-image: none;
  border: none;
  border-radius: 0px;
  color: #333333;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  padding: 10px 20px;
  text-align: center;
  text-shadow: none;
  vertical-align: middle;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  color: #ffffff;
  -webkit-box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.25);
  -ms-box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.25);
  -o-box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.25);
}
.rstpl-slideshow-position .rstpl-rscontact .btn.btn-secondary:hover,
.rstpl-slideshow-position .rstpl-rscontact .btn.btn-secondary:focus {
  background-color: #4f1026;
  background-position: 0 center;
  border: none;
  color: #333333;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.rstpl-slideshow-position .rstpl-rscontact .btn.btn-secondary:hover,
.rstpl-slideshow-position .rstpl-rscontact .btn.btn-secondary:focus {
  background-color: #4f1026;
  background-position: 0 center;
  border: none;
  color: #333333;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.rstpl-slideshow-position .rstpl-rscontact .btn.btn-secondary:hover,
.rstpl-slideshow-position .rstpl-rscontact .btn.btn-secondary:focus,
.rstpl-slideshow-position .rstpl-rscontact .btn.btn-secondary:active {
  background-color: #a32250;
  color: #ffffff;
  -webkit-box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.25);
  -ms-box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.25);
  -o-box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.25);
}
@media (max-width: 1200px) {
  .rstpl-slideshow-position .rstpl-rscontact {
    padding: 30px;
    width: 30%;
    right: 12% !important;
  }
  .rstpl-slideshow-position .rstpl-rscontact input[type="text"],
  .rstpl-slideshow-position .rstpl-rscontact input[type="password"],
  .rstpl-slideshow-position .rstpl-rscontact input[type="datetime"],
  .rstpl-slideshow-position .rstpl-rscontact input[type="datetime-local"],
  .rstpl-slideshow-position .rstpl-rscontact input[type="date"],
  .rstpl-slideshow-position .rstpl-rscontact input[type="month"],
  .rstpl-slideshow-position .rstpl-rscontact input[type="time"],
  .rstpl-slideshow-position .rstpl-rscontact input[type="week"],
  .rstpl-slideshow-position .rstpl-rscontact input[type="number"],
  .rstpl-slideshow-position .rstpl-rscontact input[type="email"],
  .rstpl-slideshow-position .rstpl-rscontact input[type="url"],
  .rstpl-slideshow-position .rstpl-rscontact input[type="search"],
  .rstpl-slideshow-position .rstpl-rscontact input[type="tel"],
  .rstpl-slideshow-position .rstpl-rscontact input[type="color"],
  .rstpl-slideshow-position .rstpl-rscontact select,
  .rstpl-slideshow-position .rstpl-rscontact textarea,
  .rstpl-slideshow-position .rstpl-rscontact .uneditable-input {
    margin-bottom: 0;
  }
}
@media (max-width: 1199px) {
  .rstpl-slideshow-position .rstpl-rscontact {
    padding: 15px;
    width: 35%;
    right: 14% !important;
  }
  .rstpl-slideshow-position .rstpl-rscontact input[type="text"],
  .rstpl-slideshow-position .rstpl-rscontact input[type="password"],
  .rstpl-slideshow-position .rstpl-rscontact input[type="datetime"],
  .rstpl-slideshow-position .rstpl-rscontact input[type="datetime-local"],
  .rstpl-slideshow-position .rstpl-rscontact input[type="date"],
  .rstpl-slideshow-position .rstpl-rscontact input[type="month"],
  .rstpl-slideshow-position .rstpl-rscontact input[type="time"],
  .rstpl-slideshow-position .rstpl-rscontact input[type="week"],
  .rstpl-slideshow-position .rstpl-rscontact input[type="number"],
  .rstpl-slideshow-position .rstpl-rscontact input[type="email"],
  .rstpl-slideshow-position .rstpl-rscontact input[type="url"],
  .rstpl-slideshow-position .rstpl-rscontact input[type="search"],
  .rstpl-slideshow-position .rstpl-rscontact input[type="tel"],
  .rstpl-slideshow-position .rstpl-rscontact input[type="color"],
  .rstpl-slideshow-position .rstpl-rscontact select,
  .rstpl-slideshow-position .rstpl-rscontact textarea,
  .rstpl-slideshow-position .rstpl-rscontact .uneditable-input {
    margin-bottom: 0;
    min-height: 40px;
    padding: 10px;
  }
}
@media (max-width: 767px) {
  .rstpl-slideshow-position .rstpl-rscontact {
    padding: 30px;
    position: relative !important;
    right: auto !important;
    top: auto !important;
    width: 100%;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .rstpl-slideshow-position .rstpl-rscontact input[type="text"],
  .rstpl-slideshow-position .rstpl-rscontact input[type="password"],
  .rstpl-slideshow-position .rstpl-rscontact input[type="datetime"],
  .rstpl-slideshow-position .rstpl-rscontact input[type="datetime-local"],
  .rstpl-slideshow-position .rstpl-rscontact input[type="date"],
  .rstpl-slideshow-position .rstpl-rscontact input[type="month"],
  .rstpl-slideshow-position .rstpl-rscontact input[type="time"],
  .rstpl-slideshow-position .rstpl-rscontact input[type="week"],
  .rstpl-slideshow-position .rstpl-rscontact input[type="number"],
  .rstpl-slideshow-position .rstpl-rscontact input[type="email"],
  .rstpl-slideshow-position .rstpl-rscontact input[type="url"],
  .rstpl-slideshow-position .rstpl-rscontact input[type="search"],
  .rstpl-slideshow-position .rstpl-rscontact input[type="tel"],
  .rstpl-slideshow-position .rstpl-rscontact input[type="color"],
  .rstpl-slideshow-position .rstpl-rscontact select,
  .rstpl-slideshow-position .rstpl-rscontact textarea,
  .rstpl-slideshow-position .rstpl-rscontact .uneditable-input {
    margin-bottom: 10px;
  }
}
/* RSDirectory! Categories module
-----------------------------------------------------------------------------*/
.rsdir-categories li a {
  border-color: #e1e1e1 !important;
  padding: 5px !important;
}
.rsdir-categories li a:hover {
  background-color: #e6e6e6 !important;
}
.rsdir-categories .rsdir-entries-number {
  background-color: #937a57 !important;
  border-radius: 0px !important;
}
/* RSDirectory! Entries Carousel module
-----------------------------------------------------------------------------*/
.rsdir .carousel .carousel-entry-title {
  font-size: 20px;
}
.rsdir .carousel .carousel-entry-price {
  color: #937a57;
  font-size: 18px;
}
.rsdir .carousel .carousel-control {
  line-height: 0.28;
}
/* RSEvents!Pro Attendees module
-----------------------------------------------------------------------------*/
.rsepro_attendees li {
  margin-bottom: 15px;
}
/* RSEvents!Pro Calendar module
------------------------------------------------------------------------------*/
.rs_calendar_module table:first-of-type {
  margin-bottom: 0px;
}
.rs_calendar_module table:first-of-type td {
  padding: 0px;
  line-height: 50px;
}
.rs_calendar_module table.rs_calendar_module th {
  background-color: #79193b;
  padding: 10px;
  text-transform: uppercase;
  width: auto;
}
.rs_calendar_module table.rs_calendar_module td a {
  color: #6c6c6c;
  padding: 5px;
}
.rs_calendar_module table.rs_calendar_module td a:hover,
.rs_calendar_module table.rs_calendar_module td a:focus,
.rs_calendar_module table.rs_calendar_module td a:active {
  background-color: #e6e6e6;
}
.rs_calendar_module table.rs_calendar_module td.has-events a {
  background-color: #937a57;
  color: #ffffff;
}
.rs_calendar_module table.rs_calendar_module td.prev-month a,
.rs_calendar_module table.rs_calendar_module td.next-month a {
  background-color: #e6e6e6;
  color: #acacac;
}
/* RSEvents!Pro Events module
-----------------------------------------------------------------------------*/
.rsepro_events_module li {
  border: 1px solid #e1e1e1;
  margin-bottom: 15px;
  overflow: hidden;
  padding: 15px !important;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.rsepro_events_module li:hover {
  background-color: #f2f2f2;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
/* RSEvents!Pro Featured Events module
-----------------------------------------------------------------------------*/
.rsepro_featured li {
  margin-bottom: 10px;
}
/* RSEvents!Pro Featured Events module
-----------------------------------------------------------------------------*/
.rsepro_locations li {
  margin-bottom: 10px;
}
/* RSEvents!Pro Map Module
-----------------------------------------------------------------------------*/
.rs_module_map {
  margin: 0 !important;
}
/* RSEvents!Pro Popular Events module
-----------------------------------------------------------------------------*/
.rse_popular_list .rs_box {
  background-color: #ffffff !important;
  border: 1px solid #e1e1e1 !important;
  border-radius: 0px !important;
  margin-bottom: 20px !important;
  padding: 10px !important;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.rse_popular_list .rs_box:hover {
  background-color: #f2f2f2 !important;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
/* RSEvents!Pro Search module
-----------------------------------------------------------------------------*/
.rstpl-slideshow-position {
  position: relative;
}
.rstpl-slideshow-position .rstpl-rseventspro_search {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  bottom: 60px;
  width: 71%;
  z-index: 10;
}
.rstpl-slideshow-position .rstpl-rseventspro_search.jmoddiv,
.rstpl-slideshow-position .rstpl-rseventspro_search.jmodinside {
  position: absolute;
  left: 50%;
  top: initial;
  right: initial;
}
.rstpl-slideshow-position .rstpl-rseventspro_search .rstpl-module .rsepro_search_ajax {
  overflow: visible;
  -webkit-box-shadow: 0px 0px 30px 5px rgba(0, 0, 0, 0.28);
  -moz-box-shadow: 0px 0px 30px 5px rgba(0, 0, 0, 0.28);
  -ms-box-shadow: 0px 0px 30px 5px rgba(0, 0, 0, 0.28);
  -o-box-shadow: 0px 0px 30px 5px rgba(0, 0, 0, 0.28);
  box-shadow: 0px 0px 30px 5px rgba(0, 0, 0, 0.28);
}
.rstpl-slideshow-position .rstpl-rseventspro_search .rstpl-module .rsepro_search_ajax:after {
  font-family: 'FontAwesome';
  content: '\f002';
  display: block;
  position: absolute;
  right: 0;
  font-size: 22px;
  top: 0;
  width: 40px;
  height: 60px;
  line-height: 55px;
  background-color: #ffffff;
}
.rstpl-slideshow-position .rstpl-rseventspro_search .rstpl-module .rsepro_search_ajax .rsepro_ajax_container {
  position: absolute;
  margin: 0;
  background-color: #79193b;
}
.rstpl-slideshow-position .rstpl-rseventspro_search .rstpl-module .rsepro_search_ajax .rsepro_ajax_list {
  width: 100%;
}
.rstpl-slideshow-position .rstpl-rseventspro_search .rstpl-module .rsepro_search_ajax .rsepro_ajax_list .rsepro_ajax_close {
  margin-right: 35px;
}
.rstpl-slideshow-position .rstpl-rseventspro_search .rstpl-module .rsepro_search_ajax .rsepro_ajax_list .rsepro_ajax_close a::before {
  font-family: 'FontAwesome';
  content: '\f00d';
  font-size: 18px;
  color: #ffffff;
}
.rstpl-slideshow-position .rstpl-rseventspro_search .rstpl-module .rsepro_search_ajax .rsepro_ajax_list li {
  padding: 5px;
}
.rstpl-slideshow-position .rstpl-rseventspro_search .rstpl-module .rsepro_search_ajax .rsepro_ajax_list li a {
  font-size: 14px;
}
.rstpl-slideshow-position .rstpl-rseventspro_search .rstpl-module .rsepro_search_ajax .rsepro_ajax_list li a:hover {
  color: #937a57;
}
.rstpl-slideshow-position .rstpl-rseventspro_search .rstpl-module .rsepro_search_ajax #rsepro_ajax {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 60px;
  width: 100%;
  min-width: 0;
  padding: 20px 15px;
  border: none;
  color: #79193b;
  font-size: 20px;
}
@media (max-width: 480px) {
  .rstpl-slideshow-position .rstpl-rseventspro_search .rstpl-module .rsepro_search_ajax #rsepro_ajax {
    width: 88%;
  }
}
.rstpl-slideshow-position .rstpl-rseventspro_search.standard-search {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  bottom: -38%;
  width: 71%;
}
.rstpl-slideshow-position .rstpl-rseventspro_search.standard-search .rsepro_search_form {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 30px 5px rgba(0, 0, 0, 0.28);
  -moz-box-shadow: 0px 0px 30px 5px rgba(0, 0, 0, 0.28);
  -ms-box-shadow: 0px 0px 30px 5px rgba(0, 0, 0, 0.28);
  -o-box-shadow: 0px 0px 30px 5px rgba(0, 0, 0, 0.28);
  box-shadow: 0px 0px 30px 5px rgba(0, 0, 0, 0.28);
  padding: 20px;
  display: inline-block;
}
.rstpl-slideshow-position .rstpl-rseventspro_search.standard-search .rsepro_search_form form > div {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 35%;
  float: left;
}
.rstpl-slideshow-position .rstpl-rseventspro_search.standard-search .rsepro_search_form form > div.rs_date {
  width: 15%;
}
.rstpl-slideshow-position .rstpl-rseventspro_search.standard-search .rsepro_search_form form > div.rs_date input[type="text"] {
  min-width: initial;
  width: 73px;
}
.rstpl-slideshow-position .rstpl-rseventspro_search.standard-search .rsepro_search_form form > div .input-append input {
  min-width: 250px;
}
@media (max-width: 768px) {
  .rstpl-slideshow-position .rstpl-rseventspro_search.standard-search .rsepro_search_form form > div {
    width: 100%;
    float: none;
  }
  .rstpl-slideshow-position .rstpl-rseventspro_search.standard-search .rsepro_search_form form > div .chzn-container {
    width: 100% !important;
  }
  .rstpl-slideshow-position .rstpl-rseventspro_search.standard-search .rsepro_search_form form > div.rs_date {
    display: inline;
  }
  .rstpl-slideshow-position .rstpl-rseventspro_search.standard-search .rsepro_search_form form > div .input-append {
    width: 100%;
  }
  .rstpl-slideshow-position .rstpl-rseventspro_search.standard-search .rsepro_search_form form > div .input-append input {
    min-width: 75%;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .rstpl-slideshow-position .rstpl-rseventspro_search.standard-search .rsepro_search_form form > div {
    width: 50%;
    float: left;
  }
  .rstpl-slideshow-position .rstpl-rseventspro_search.standard-search .rsepro_search_form form > div .chzn-container {
    width: 95% !important;
  }
  .rstpl-slideshow-position .rstpl-rseventspro_search.standard-search .rsepro_search_form form > div.rs_date {
    width: 50%;
  }
}
.rstpl-slideshow-position .rstpl-rseventspro_search.standard-search .rsepro_search_form form .chzn-container.chzn-container-single .chzn-single {
  height: 32px;
}
.rstpl-slideshow-position .rstpl-rseventspro_search.standard-search .rsepro_search_form form .chzn-container-multi .chzn-choices li.search-field {
  min-width: 0;
  width: 0;
}
#column-right #rsepro_ajax {
  min-width: 0;
}
/* RSEvents!Pro Events slider
-----------------------------------------------------------------------------*/
.rs_eventsslider_timeline .rs_events_slider_timeline_events li {
  background-color: transparent !important;
  border: 1px solid #e1e1e1;
  border-radius: 0px !important;
  position: relative;
}
.rs_eventsslider_timeline .rs_events_slider_timeline_events li:after {
  content: '';
  display: block;
  width: 100%;
  height: 30px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.rs_eventsslider_timeline .rs_events_slider_timeline_events li .rse_date {
  width: 100% !important;
  display: inline-block !important;
  float: none !important;
  background-color: #937a57 !important;
  color: #ffffff;
}
.rs_eventsslider_timeline .rs_events_slider_timeline_events li .rse_name {
  margin-bottom: 5px;
}
.rseprocarousel.mod_slider_container .mod_slider_caption {
  background-color: #937a57 !important;
}
.rseprocarousel.mod_slider_container .mod_slider_caption a {
  color: #ffffff;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.rseprocarousel.mod_slider_container .mod_slider_caption a:hover,
.rseprocarousel.mod_slider_container .mod_slider_caption a:focus,
.rseprocarousel.mod_slider_container .mod_slider_caption a:active {
  color: #d9d9d9;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.rseprocarousel.mod_slider_container .mod_slider_control {
  background-color: #735f44;
  border: none;
  border-radius: 0;
  bottom: 0;
  left: 0;
  width: 20px;
}
.rseprocarousel.mod_slider_container .mod_slider_control.mod_slider_right {
  left: auto;
  right: 0;
}
/* RSEvents!Pro Tags Coud
-----------------------------------------------------------------------------*/
.rsepro-tag-module > li > a {
  background-color: #79193b;
  color: #ffffff;
}
/* RSEvents!Pro Upcoming Events module
-----------------------------------------------------------------------------*/
.rsepro_upcoming li {
  margin-bottom: 10px;
  padding: 0px !important;
}
/* RSFeedback! Button module
-----------------------------------------------------------------------------*/
.rstpl-rsfeedback_button #FeedbackLinkDiv {
  height: 110px;
  width: 40px;
}
/* RSFeedback! Testimonials module
-----------------------------------------------------------------------------*/
.mod_rsfe_testimonials .carousel-control {
  height: 57px;
  width: 57px;
}
.mod_rsfe_testimonials .carousel-inner .item a.btn {
  color: #79193b !important;
}
/* RSMediaGallery! Advanced Slideshow Module
------------------------------------------------------------------------------*/
.rsmg_adv_mod_container .rsmg_adv_mod_box .label_skitter {
  background-color: #79193b;
}
.rsmg_adv_mod_container .rsmg_adv_mod_box .progressbar {
  background-color: #79193b !important;
}
.skitter-square .info_slide_dots {
  bottom: 100px !important;
}
.skitter-square .info_slide_dots .image_number {
  background-color: #ffffff !important;
  border: 2px solid #ffffff;
  height: 20px !important;
  width: 20px !important;
}
.skitter-square .info_slide_dots .image_number.image_number_select {
  background-color: transparent !important;
}
/* RSMediaGallery! Responsive Slideshow Module
------------------------------------------------------------------------------*/
[class*="rsmg_rsp_container"].rscarousel {
  position: relative;
  margin-bottom: 0;
}
[class*="rsmg_rsp_container"].rscarousel:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 70px;
  width: 100%;
  z-index: 1;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 100 100' preserveAspectRatio='none'%3E%3Cpolygon points='0,0 100,100 0,100' style='fill:%23ffffff;' /%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
[class*="rsmg_rsp_container"].rscarousel .carousel-inner {
	z-index: 0;
}
@media (max-width: 1199px) {
  [class*="rsmg_rsp_container"].rscarousel:after {
    height: 50px;
  }
}
[class*="rsmg_rsp_container"].rscarousel .carousel-indicators li {
  background-color: transparent;
  border-radius: 50%;
  border: 3px solid #ffffff;
  margin: 0 5px;
  height: 20px;
  width: 20px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
[class*="rsmg_rsp_container"].rscarousel .carousel-indicators li.active {
  background-color: #ffffff !important;
}
[class*="rsmg_rsp_container"].rscarousel .carousel-indicators.left-inline-bottom {
  left: 5%;
  bottom: 8%;
}
@media (max-width: 979px) {
  [class*="rsmg_rsp_container"].rscarousel .carousel-indicators.left-inline-bottom {
    bottom: 6%;
  }
}
[class*="rsmg_rsp_container"].rscarousel .carousel-indicators.right-inline-bottom {
  right: 5%;
  bottom: 8%;
}
@media (max-width: 979px) {
  [class*="rsmg_rsp_container"].rscarousel .carousel-indicators.right-inline-bottom {
    bottom: 6%;
  }
}
[class*="rsmg_rsp_container"].rscarousel .carousel-indicators.center-inline-bottom {
  bottom: 8%;
}
@media (max-width: 979px) {
  [class*="rsmg_rsp_container"].rscarousel .carousel-indicators.center-inline-bottom {
    bottom: 6%;
  }
}
[class*="rsmg_rsp_container"].rscarousel .carousel-indicators.left-inline-top {
  left: 5%;
  top: 8%;
}
[class*="rsmg_rsp_container"].rscarousel .carousel-indicators.right-inline-top {
  right: 5%;
  top: 8%;
}
[class*="rsmg_rsp_container"].rscarousel .carousel-indicators.center-inline-top {
  top: 8%;
}
@media (max-width: 979px) {
  [class*="rsmg_rsp_container"].rscarousel .carousel-indicators {
    display: none;
  }
}
[class*="rsmg_rsp_container"].rscarousel .rstpl-caption {
  display: inline-block;
  padding: 25px;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 70%;
  z-index: 1;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
[class*="rsmg_rsp_container"].rscarousel .rstpl-caption h1,
[class*="rsmg_rsp_container"].rscarousel .rstpl-caption h2,
[class*="rsmg_rsp_container"].rscarousel .rstpl-caption h3,
[class*="rsmg_rsp_container"].rscarousel .rstpl-caption h4,
[class*="rsmg_rsp_container"].rscarousel .rstpl-caption h5 {
  color: #ffffff;
  font-weight: 300;
  line-height: 1;
  margin: 0;
  text-transform: none;
}
[class*="rsmg_rsp_container"].rscarousel .rstpl-caption h1 + p,
[class*="rsmg_rsp_container"].rscarousel .rstpl-caption h2 + p,
[class*="rsmg_rsp_container"].rscarousel .rstpl-caption h3 + p,
[class*="rsmg_rsp_container"].rscarousel .rstpl-caption h4 + p,
[class*="rsmg_rsp_container"].rscarousel .rstpl-caption h5 + p {
  margin: 50px auto 0 auto;
}
[class*="rsmg_rsp_container"].rscarousel .rstpl-caption h1 + .btn,
[class*="rsmg_rsp_container"].rscarousel .rstpl-caption h2 + .btn,
[class*="rsmg_rsp_container"].rscarousel .rstpl-caption h3 + .btn,
[class*="rsmg_rsp_container"].rscarousel .rstpl-caption h4 + .btn,
[class*="rsmg_rsp_container"].rscarousel .rstpl-caption h5 + .btn {
  margin-top: 50px;
}
[class*="rsmg_rsp_container"].rscarousel .rstpl-caption h1 {
  font-size: 140px;
}
[class*="rsmg_rsp_container"].rscarousel .rstpl-caption h2 {
  font-size: 112px;
}
[class*="rsmg_rsp_container"].rscarousel .rstpl-caption h3 {
  font-size: 84px;
}
[class*="rsmg_rsp_container"].rscarousel .rstpl-caption h4 {
  font-size: 46px;
}
[class*="rsmg_rsp_container"].rscarousel .rstpl-caption h5 {
  font-size: 34px;
}
[class*="rsmg_rsp_container"].rscarousel .rstpl-caption p {
  color: #ffffff;
  font-family: 'BarracudaScriptRegular';
  font-size: 56px;
  line-height: 1.2;
  text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.5);
  -webkit-transform: rotate(-6deg);
  -moz-transform: rotate(-6deg);
  -ms-transform: rotate(-6deg);
  -o-transform: rotate(-6deg);
  transform: rotate(-6deg);
}
@media (min-width: 768px) {
  [class*="rsmg_rsp_container"].rscarousel .rstpl-caption p br {
    display: block;
    margin: 10px 0;
  }
}
[class*="rsmg_rsp_container"].rscarousel .rstpl-caption p + .btn {
  margin-top: 50px;
}
@media (max-width: 979px) {
  [class*="rsmg_rsp_container"].rscarousel .rstpl-caption.text-left,
  [class*="rsmg_rsp_container"].rscarousel .rstpl-caption.text-right {
    left: 50%;
    top: 5%;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
}
@media (max-width: 767px) {
  [class*="rsmg_rsp_container"].rscarousel .rstpl-caption h1 {
    font-size: 105px;
  }
  [class*="rsmg_rsp_container"].rscarousel .rstpl-caption h2 {
    font-size: 84px;
  }
  [class*="rsmg_rsp_container"].rscarousel .rstpl-caption h3 {
    font-size: 63px;
  }
  [class*="rsmg_rsp_container"].rscarousel .rstpl-caption h4 {
    font-size: 35px;
  }
  [class*="rsmg_rsp_container"].rscarousel .rstpl-caption h5 {
    font-size: 26px;
  }
  [class*="rsmg_rsp_container"].rscarousel .rstpl-caption p {
    font-size: 42px;
  }
}
[class*="rsmg_rsp_container"].rscarousel > .carousel-control {
  background-color: transparent;
  border: 5px solid #ffffff;
  border-radius: 50%;
  color: #ffffff;
  left: 115px;
  top: 50%;
  margin: 0;
  height: 70px;
  width: 70px;
  z-index: 1;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  -webkit-transition: border 0.2s linear;
  -moz-transition: border 0.2s linear;
  -o-transition: border 0.2s linear;
  transition: border 0.2s linear;
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}
[class*="rsmg_rsp_container"].rscarousel > .carousel-control:before {
  background-color: transparent;
  background-image: none;
  content: '\f053';
  font-family: FontAwesome;
  color: #ffffff;
  font-size: 30px;
  line-height: 60px;
  text-align: center;
  vertical-align: middle;
  -webkit-transition: color 0.2s linear;
  -moz-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear;
}
[class*="rsmg_rsp_container"].rscarousel > .carousel-control:hover {
  border: 5px solid #79193b;
  opacity: 1;
}
[class*="rsmg_rsp_container"].rscarousel > .carousel-control:hover:before {
  color: #79193b;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
@media (max-width: 1199px) {
  [class*="rsmg_rsp_container"].rscarousel > .carousel-control {
    left: 55px;
  }
}
@media (max-width: 979px) {
  [class*="rsmg_rsp_container"].rscarousel > .carousel-control {
    left: 15px;
    height: 50px;
    width: 50px;
  }
  [class*="rsmg_rsp_container"].rscarousel > .carousel-control:before {
    font-size: 20px;
    line-height: 40px;
  }
}
@media (max-width: 767px) {
  [class*="rsmg_rsp_container"].rscarousel > .carousel-control {
    display: none;
  }
}
[class*="rsmg_rsp_container"].rscarousel > .carousel-control.right {
  left: auto;
  right: 115px;
}
[class*="rsmg_rsp_container"].rscarousel > .carousel-control.right:before {
  content: '\f054';
}
@media (max-width: 1199px) {
  [class*="rsmg_rsp_container"].rscarousel > .carousel-control.right {
    right: 55px;
  }
}
@media (max-width: 979px) {
  [class*="rsmg_rsp_container"].rscarousel > .carousel-control.right {
    right: 15px;
  }
}
/* RSMediaGallery! Responsive Slider
------------------------------------------------------------------------------*/
[class*="rsmg_rsp_slider_container"].slick-carousel .slick-dots {
  height: 20px;
}
[class*="rsmg_rsp_slider_container"].slick-carousel .slick-dots li {
  margin: 0 5px !important;
}
[class*="rsmg_rsp_slider_container"].slick-carousel .slick-dots li button {
  border: 3px solid #ffffff;
  background-color: transparent;
  height: 20px;
  width: 20px;
}
[class*="rsmg_rsp_slider_container"].slick-carousel .slick-dots li.slick-active button {
  background-color: #ffffff !important;
}
@media (max-width: 979px) {
  [class*="rsmg_rsp_slider_container"].slick-carousel .slick-dots {
    display: none;
  }
}
[class*="rsmg_rsp_slider_container"].slick-carousel .rstpl-car-previous,
[class*="rsmg_rsp_slider_container"].slick-carousel .rstpl-car-next {
  background-color: transparent;
  border: 5px solid #ffffff;
  border-radius: 50%;
  color: #ffffff;
  left: 115px;
  height: 70px;
  width: 70px;
  z-index: 1;
  -webkit-transition: border 0.2s linear;
  -moz-transition: border 0.2s linear;
  -o-transition: border 0.2s linear;
  transition: border 0.2s linear;
}
[class*="rsmg_rsp_slider_container"].slick-carousel .rstpl-car-previous:before,
[class*="rsmg_rsp_slider_container"].slick-carousel .rstpl-car-next:before {
  background-color: transparent;
  background-image: none;
  content: '\f053';
  font-family: FontAwesome;
  color: #ffffff;
  font-size: 30px;
  font-weight: bold;
  line-height: 60px;
  text-align: center;
  -webkit-transition: color 0.2s linear;
  -moz-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear;
}
[class*="rsmg_rsp_slider_container"].slick-carousel .rstpl-car-previous .prev-img,
[class*="rsmg_rsp_slider_container"].slick-carousel .rstpl-car-next .prev-img,
[class*="rsmg_rsp_slider_container"].slick-carousel .rstpl-car-previous .next-img,
[class*="rsmg_rsp_slider_container"].slick-carousel .rstpl-car-next .next-img {
  display: none;
}
[class*="rsmg_rsp_slider_container"].slick-carousel .rstpl-car-previous:hover,
[class*="rsmg_rsp_slider_container"].slick-carousel .rstpl-car-next:hover {
  background-color: transparent;
  border: 5px solid #79193b;
  color: #79193b;
  -webkit-transition: border 0.2s linear;
  -moz-transition: border 0.2s linear;
  -o-transition: border 0.2s linear;
  transition: border 0.2s linear;
}
[class*="rsmg_rsp_slider_container"].slick-carousel .rstpl-car-previous:hover:before,
[class*="rsmg_rsp_slider_container"].slick-carousel .rstpl-car-next:hover:before {
  color: #79193b;
  -webkit-transition: color 0.2s linear;
  -moz-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear;
}
@media (max-width: 1199px) {
  [class*="rsmg_rsp_slider_container"].slick-carousel .rstpl-car-previous,
  [class*="rsmg_rsp_slider_container"].slick-carousel .rstpl-car-next {
    left: 55px;
  }
}
@media (max-width: 979px) {
  [class*="rsmg_rsp_slider_container"].slick-carousel .rstpl-car-previous,
  [class*="rsmg_rsp_slider_container"].slick-carousel .rstpl-car-next {
    left: 15px;
    height: 50px;
    width: 50px;
  }
  [class*="rsmg_rsp_slider_container"].slick-carousel .rstpl-car-previous:before,
  [class*="rsmg_rsp_slider_container"].slick-carousel .rstpl-car-next:before {
    font-size: 20px;
    line-height: 40px;
  }
}
[class*="rsmg_rsp_slider_container"].slick-carousel .rstpl-car-next {
  left: auto;
  right: 115px;
}
[class*="rsmg_rsp_slider_container"].slick-carousel .rstpl-car-next:before {
  content: '\f054';
}
@media (max-width: 1199px) {
  [class*="rsmg_rsp_slider_container"].slick-carousel .rstpl-car-next {
    right: 55px;
  }
}
@media (max-width: 979px) {
  [class*="rsmg_rsp_slider_container"].slick-carousel .rstpl-car-next {
    right: 15px;
  }
}
[class*="rsmg_rsp_slider_container"].slick-carousel.left-inline-bottom .slick-dots {
  left: 5%;
  bottom: 8%;
}
@media (max-width: 979px) {
  [class*="rsmg_rsp_slider_container"].slick-carousel.left-inline-bottom .slick-dots {
    bottom: 6%;
  }
}
[class*="rsmg_rsp_slider_container"].slick-carousel.right-inline-bottom .slick-dots {
  right: 5%;
  bottom: 8%;
}
@media (max-width: 979px) {
  [class*="rsmg_rsp_slider_container"].slick-carousel.right-inline-bottom .slick-dots {
    bottom: 6%;
  }
}
[class*="rsmg_rsp_slider_container"].slick-carousel.center-inline-bottom .slick-dots {
  bottom: 8%;
}
@media (max-width: 979px) {
  [class*="rsmg_rsp_slider_container"].slick-carousel.center-inline-bottom .slick-dots {
    bottom: 6%;
  }
}
[class*="rsmg_rsp_slider_container"].slick-carousel.left-inline-top .slick-dots {
  left: 5%;
  top: 8%;
}
[class*="rsmg_rsp_slider_container"].slick-carousel.right-inline-top .slick-dots {
  right: 5%;
  top: 8%;
}
[class*="rsmg_rsp_slider_container"].slick-carousel.center-inline-top .slick-dots {
  top: 8%;
}
[class*="rsmg_rsp_slider_container"].slick-carousel .rstpl-caption {
  display: inline-block;
  padding: 25px;
  width: 70%;
}
[class*="rsmg_rsp_slider_container"].slick-carousel .rstpl-caption h1,
[class*="rsmg_rsp_slider_container"].slick-carousel .rstpl-caption h2,
[class*="rsmg_rsp_slider_container"].slick-carousel .rstpl-caption h3,
[class*="rsmg_rsp_slider_container"].slick-carousel .rstpl-caption h4,
[class*="rsmg_rsp_slider_container"].slick-carousel .rstpl-caption h5 {
  color: #ffffff;
  font-weight: 300;
  line-height: 1;
  margin: 0;
  text-transform: none;
}
[class*="rsmg_rsp_slider_container"].slick-carousel .rstpl-caption h1 + p,
[class*="rsmg_rsp_slider_container"].slick-carousel .rstpl-caption h2 + p,
[class*="rsmg_rsp_slider_container"].slick-carousel .rstpl-caption h3 + p,
[class*="rsmg_rsp_slider_container"].slick-carousel .rstpl-caption h4 + p,
[class*="rsmg_rsp_slider_container"].slick-carousel .rstpl-caption h5 + p {
  margin: 50px auto 0 auto;
}
[class*="rsmg_rsp_slider_container"].slick-carousel .rstpl-caption h1 + .btn,
[class*="rsmg_rsp_slider_container"].slick-carousel .rstpl-caption h2 + .btn,
[class*="rsmg_rsp_slider_container"].slick-carousel .rstpl-caption h3 + .btn,
[class*="rsmg_rsp_slider_container"].slick-carousel .rstpl-caption h4 + .btn,
[class*="rsmg_rsp_slider_container"].slick-carousel .rstpl-caption h5 + .btn {
  margin-top: 50px;
}
[class*="rsmg_rsp_slider_container"].slick-carousel .rstpl-caption p {
  color: #ffffff;
  font-family: 'BarracudaScriptRegular';
  font-size: 17px;
  text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.5);
  -webkit-transform: rotate(-6deg);
  -moz-transform: rotate(-6deg);
  -ms-transform: rotate(-6deg);
  -o-transform: rotate(-6deg);
  transform: rotate(-6deg);
}
@media (min-width: 768px) {
  [class*="rsmg_rsp_slider_container"].slick-carousel .rstpl-caption p br {
    display: block;
    margin: 10px 0;
  }
}
[class*="rsmg_rsp_slider_container"].slick-carousel .rstpl-caption p + .btn {
  margin-top: 50px;
}
@media (max-width: 979px) {
  [class*="rsmg_rsp_slider_container"].slick-carousel .rstpl-caption.text-left,
  [class*="rsmg_rsp_slider_container"].slick-carousel .rstpl-caption.text-right {
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    left: 50%;
    top: 5%;
  }
}
[class*="rsmg_rsp_slider_container"].slick-carousel .rstpl-caption.medium h1,
[class*="rsmg_rsp_slider_container"].slick-carousel .rstpl-caption.medium h2,
[class*="rsmg_rsp_slider_container"].slick-carousel .rstpl-caption.medium h3,
[class*="rsmg_rsp_slider_container"].slick-carousel .rstpl-caption.medium h4,
[class*="rsmg_rsp_slider_container"].slick-carousel .rstpl-caption.medium h5 {
  font-weight: 300;
  text-transform: none;
}
[class*="rsmg_rsp_slider_container"].slick-carousel .rstpl-caption.medium h1 {
  font-size: 140px;
}
[class*="rsmg_rsp_slider_container"].slick-carousel .rstpl-caption.medium h2 {
  font-size: 112px;
}
[class*="rsmg_rsp_slider_container"].slick-carousel .rstpl-caption.medium h3 {
  font-size: 84px;
}
[class*="rsmg_rsp_slider_container"].slick-carousel .rstpl-caption.medium h4 {
  font-size: 46px;
}
[class*="rsmg_rsp_slider_container"].slick-carousel .rstpl-caption.medium h5 {
  font-size: 34px;
}
[class*="rsmg_rsp_slider_container"].slick-carousel .rstpl-caption.medium p {
  font-size: 21px;
}
@media (max-width: 767px) {
  [class*="rsmg_rsp_slider_container"].slick-carousel .rstpl-caption.medium h1 {
    font-size: 70px;
  }
  [class*="rsmg_rsp_slider_container"].slick-carousel .rstpl-caption.medium h2 {
    font-size: 56px;
  }
  [class*="rsmg_rsp_slider_container"].slick-carousel .rstpl-caption.medium h3 {
    font-size: 42px;
  }
  [class*="rsmg_rsp_slider_container"].slick-carousel .rstpl-caption.medium h4 {
    font-size: 23px;
  }
  [class*="rsmg_rsp_slider_container"].slick-carousel .rstpl-caption.medium h5 {
    font-size: 17px;
  }
  [class*="rsmg_rsp_slider_container"].slick-carousel .rstpl-caption.medium p {
    font-size: 14px;
  }
}
[class*="rsmg_rsp_slider_container"].slick-carousel .rstpl-caption.big h1,
[class*="rsmg_rsp_slider_container"].slick-carousel .rstpl-caption.big h2,
[class*="rsmg_rsp_slider_container"].slick-carousel .rstpl-caption.big h3,
[class*="rsmg_rsp_slider_container"].slick-carousel .rstpl-caption.big h4,
[class*="rsmg_rsp_slider_container"].slick-carousel .rstpl-caption.big h5 {
  font-weight: 300;
  text-transform: none;
}
[class*="rsmg_rsp_slider_container"].slick-carousel .rstpl-caption.big h1 {
  font-size: 140px;
}
[class*="rsmg_rsp_slider_container"].slick-carousel .rstpl-caption.big h2 {
  font-size: 112px;
}
[class*="rsmg_rsp_slider_container"].slick-carousel .rstpl-caption.big h3 {
  font-size: 84px;
}
[class*="rsmg_rsp_slider_container"].slick-carousel .rstpl-caption.big h4 {
  font-size: 46px;
}
[class*="rsmg_rsp_slider_container"].slick-carousel .rstpl-caption.big h5 {
  font-size: 34px;
}
[class*="rsmg_rsp_slider_container"].slick-carousel .rstpl-caption.big p {
  font-size: 56px;
  line-height: 1.2;
}
@media (max-width: 767px) {
  [class*="rsmg_rsp_slider_container"].slick-carousel .rstpl-caption.big h1 {
    font-size: 105px;
  }
  [class*="rsmg_rsp_slider_container"].slick-carousel .rstpl-caption.big h2 {
    font-size: 84px;
  }
  [class*="rsmg_rsp_slider_container"].slick-carousel .rstpl-caption.big h3 {
    font-size: 63px;
  }
  [class*="rsmg_rsp_slider_container"].slick-carousel .rstpl-caption.big h4 {
    font-size: 35px;
  }
  [class*="rsmg_rsp_slider_container"].slick-carousel .rstpl-caption.big h5 {
    font-size: 26px;
  }
  [class*="rsmg_rsp_slider_container"].slick-carousel .rstpl-caption.big p {
    font-size: 42px;
  }
}
[class*="rsmg_rsp_slider_container"].slick-slider {
  margin-bottom: 0;
}
[class*="rsmg_rsp_slider_container"].slick-slider:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 70px;
  width: 100%;
  z-index: 1;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 100 100' preserveAspectRatio='none'%3E%3Cpolygon points='0,0 100,100 0,100' style='fill:%23ffffff;' /%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
@media (max-width: 1199px) {
  [class*="rsmg_rsp_slider_container"].slick-slider:after {
    height: 50px;
  }
}
/* RSMediaGallery! Showcase
------------------------------------------------------------------------------*/
.rsp_container .rsp_picture_container {
  margin: 10px 0 10px 2.5%;
}
.rsp_container .rsp_picture_container .rsp_picture {
  max-height: 200px;
  opacity: 1 !important;
  position: relative;
}
.rsp_container .rsp_picture_container .rsp_picture:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 110px rgba(0, 0, 0, 0.5) inset;
  -moz-box-shadow: 0 0 110px rgba(0, 0, 0, 0.5) inset;
  -ms-box-shadow: 0 0 110px rgba(0, 0, 0, 0.5) inset;
  -o-box-shadow: 0 0 110px rgba(0, 0, 0, 0.5) inset;
  box-shadow: 0 0 110px rgba(0, 0, 0, 0.5) inset;
}
.rsp_container .rsp_picture_container .rsp_icon_over {
  max-height: 200px;
}
.rsp_container .rsp_picture_container .rsp_icon_over .rsmgsc-search {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.rsp_container .rsp_picture_container:first-of-type {
  margin: 10px 0;
}
@media (max-width: 1199px) {
  .rsp_container .rsp_picture_container {
    margin: 10px 0 10px 6.9%;
  }
}
@media (max-width: 979px) {
  .rsp_container .rsp_picture_container {
    margin: 10px 2%;
  }
  .rsp_container .rsp_picture_container:first-of-type {
    margin: 10px 2%;
  }
}
@media (min-width: 980px) {
  .rsp_container {
    padding: 0 !important;
  }
}
.rsp_cover_close:hover {
  background-color: transparent;
  background-image: none;
  color: #ffffff;
}
/* 10 Error Page
------------------------------------------------------------------------------*/
.rstpl-error-page .rstpl-read-more-link-all {
  font-size: 1.75rem;
}
.rstpl-error-page h1 {
  border: none;
  font-size: 2em;
  margin: 30px 0px;
  padding-bottom: 30px;
  text-align: center;
}
.rstpl-actual-error .label-inverse {
  background-color: #937a57;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0px;
  font-size: 6.5em;
  line-height: 2.5;
  margin: 0 auto;
  padding: 0;
  position: relative;
  width: 2.5em;
  height: 2.5em;
}
.rstpl-actual-error .label-inverse:before {
  content: '';
  border-bottom: 20px solid transparent;
  border-right: 230px solid #ffffff;
  border-top: 0px solid transparent;
  position: absolute;
  top: 0;
  left: 0;
}
.rstpl-actual-error .label-inverse:after {
  content: '';
  border-bottom: 0px solid transparent;
  border-right: 230px solid #ffffff;
  border-top: 20px solid transparent;
  position: absolute;
  bottom: 0;
  left: 0;
}
.rstpl-actual-error p {
  font-size: 26px;
  font-weight: 400;
  margin-top: 20px;
  line-height: 28px;
}
.rstpl-error-reasons {
  margin: 0 auto;
  text-align: center;
}
.rstpl-error-reasons li {
  list-style: none;
}
/* 11 Widgets
------------------------------------------------------------------------------*/
.rstpl-widget {
  margin-bottom: 30px;
}
/* Twitter Widget
------------------------------------------------------------------------------*/
.rstpl-widget {
  padding: 30px;
}
.rstpl-widget .rstpl-title {
  margin: 0 0 15px 0;
}
.rstpl-widget .rstpl-twitter-widget-slider {
  margin-bottom: 75px;
  text-align: center;
}
.rstpl-widget .rstpl-twitter-widget-slider .icon-twitter {
  font-size: 30px;
  color: #937a57;
  display: inline-block;
  margin: 30px 0;
  width: 100%;
}
.rstpl-widget .rstpl-twitter-widget-slider .author {
  font-size: 18px;
  color: #79193b;
  font-weight: 700;
  width: 100%;
  margin-bottom: 30px;
  display: inline-block;
}
.rstpl-widget .rstpl-twitter-widget-slider p {
  line-height: 22px;
}
.rstpl-widget .rstpl-twitter-widget-slider small {
  text-transform: lowercase;
  font-weight: 700;
  margin-top: 15px;
  display: inline-block;
}
.rstpl-widget .rstpl-twitter-widget-slider .carousel-inner {
  width: 100%;
}
.rstpl-widget .rstpl-twitter-widget-slider .carousel-control {
  bottom: -75px;
  top: auto;
  right: auto;
  left: 0;
}
.rstpl-widget .rstpl-twitter-widget-slider .carousel-control.right {
  left: auto;
  right: 0;
}
.rstpl-widget .rstpl-twitter-widget-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.rstpl-widget .rstpl-twitter-widget-list li {
  padding: 30px 0 30px 45px;
  border-bottom: 1px solid rgba(121, 25, 59, 0.15);
  position: relative;
}
.rstpl-widget .rstpl-twitter-widget-list li:last-of-type {
  border-bottom: none;
  padding-bottom: 0;
}
.rstpl-widget .rstpl-twitter-widget-list li .author {
  color: #79193b;
  font-weight: 700;
}
.rstpl-widget .rstpl-twitter-widget-list li:before {
  position: absolute;
  font-family: 'FontAwesome';
  content: "\f099";
  font-size: 34px;
  top: 37px;
  left: 0;
  color: #937a57;
  display: block;
}
.rstpl-widget .rstpl-twitter-widget-list li small {
  text-transform: lowercase;
  font-weight: 700;
}
/* Social Icons
------------------------------------------------------------------------------*/
.rstpl-social {
  background-color: #937a57;
  padding: 70px 45px;
}
.rstpl-social .rstpl-title {
  color: #ffffff;
  margin: 0 0 15px 0;
}
.rstpl-social .rstpl-title.text-left,
.rstpl-social .rstpl-title.text-right {
  word-spacing: 1000px;
}
@media (max-width: 767px) {
  .rstpl-social {
    padding: 50px 30px;
  }
}
.rstpl-social-icons {
  list-style: none;
  font-size: 22px;
  margin: 20px 0 0 0;
  padding: 0;
}
.rstpl-social-icons.rstpl-social-more {
  float: right;
}
.rstpl-social-icons.rstpl-social-small {
  margin: 0;
  padding: 0;
}
.rstpl-social-icons.rstpl-social-small li {
  display: inline-block;
  position: relative;
}
.rstpl-social-icons.rstpl-social-small .rstpl-social-link {
  border-radius: 50%;
  position: relative;
}
.rstpl-social-icons li {
  display: inline-block;
  margin: 0 25px 10px 25px;
}
@media (max-width: 767px) {
  .rstpl-social-icons li {
    margin: 0 10px 10px 10px;
  }
}
.rstpl-social-icons .rstpl-social-link {
  background-color: #ffffff;
  color: #937a57;
  display: inline-block;
  text-align: center;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.rstpl-social-icons .rstpl-social-link [class*="rstpl-social-icon-"] {
  width: 50px;
  height: 50px;
  display: inline-block;
  border-radius: 50%;
  line-height: 50px;
}
.rstpl-social-icons .rstpl-social-link .rstpl-social-icon-facebook:before {
  content: '\f09a';
  font-family: 'FontAwesome';
}
.rstpl-social-icons .rstpl-social-link .rstpl-social-icon-twitter:before {
  content: '\f099';
  font-family: 'FontAwesome';
}
.rstpl-social-icons .rstpl-social-link .rstpl-social-icon-linkedin:before {
  content: '\f0e1';
  font-family: 'FontAwesome';
}
.rstpl-social-icons .rstpl-social-link .rstpl-social-icon-google:before {
  content: '\f1a0';
  font-family: 'FontAwesome';
}
.rstpl-social-icons .rstpl-social-link .rstpl-social-icon-youtube:before {
  content: '\f167';
  font-family: 'FontAwesome';
}
.rstpl-social-icons .rstpl-social-link .rstpl-social-icon-vimeo:before {
  content: '\f27d';
  font-family: 'FontAwesome';
}
.rstpl-social-icons .rstpl-social-link .rstpl-social-icon-flickr:before {
  content: '\f16e';
  font-family: 'FontAwesome';
}
.rstpl-social-icons .rstpl-social-link .rstpl-social-icon-pinterest:before {
  content: '\f0d2';
  font-family: 'FontAwesome';
}
.rstpl-social-icons .rstpl-social-link .rstpl-social-icon-instagram:before {
  content: '\f16d';
  font-family: 'FontAwesome';
}
.rstpl-social-icons .rstpl-social-link .rstpl-social-icon-yahoo:before {
  content: '\f19e';
  font-family: 'FontAwesome';
}
.rstpl-social-icons .rstpl-social-link .rstpl-social-icon-skype:before {
  content: '\f17e';
  font-family: 'FontAwesome';
}
.rstpl-social-icons .rstpl-social-link:hover {
  color: #79193b;
}
@media (max-width: 767px) {
  .rstpl-social.pull-right {
    float: none;
  }
}
/* 12 Chosen
------------------------------------------------------------------------------*/
.chzn-container.chzn-container-single .chzn-single {
  background-color: #ffffff;
  background-image: none;
  border-radius: 0px;
  box-shadow: none;
  min-height: 32px;
  padding: 5px;
  display: block;
  width: 100%;
  line-height: 20px;
}
.chzn-container.chzn-container-single .chzn-single div b {
  background-position: 0 7px;
}
.chzn-container.chzn-container-single .chzn-single span {
  display: inline;
  overflow: initial;
}
.chzn-container.chzn-container-single .chzn-search input {
  min-width: 100px;
}
.chzn-container.chzn-container-multi .chzn-choices {
  background-image: none;
  border-color: #e1e1e1;
}
.chzn-container.chzn-container-active .chzn-choices {
  border-color: #937a57;
  -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.15) inset, 0px 0px 4px rgba(147, 122, 87, 0.6);
  -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.15) inset, 0px 0px 4px rgba(147, 122, 87, 0.6);
  -ms-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.15) inset, 0px 0px 4px rgba(147, 122, 87, 0.6);
  -o-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.15) inset, 0px 0px 4px rgba(147, 122, 87, 0.6);
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.15) inset, 0px 0px 4px rgba(147, 122, 87, 0.6);
}
.chzn-container.chzn-container-active .chzn-drop {
  border-radius: 0;
}
.chzn-container.chzn-container-active .chzn-results li {
  color: initial;
}
.chzn-container.chzn-container-active .chzn-results li.highlighted {
  background-color: #937a57;
  background-image: none;
  color: #ffffff;
}
/* 13 Go Top Button
------------------------------------------------------------------------------*/
.rstpl-go-top {
  position: fixed;
  bottom: 50px;
  right: 50px;
  visibility: hidden;
  z-index: 9;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.rstpl-go-top a {
  border: 5px solid #bfbfbf;
  border-radius: 50%;
  display: inline-block;
  height: 70px;
  width: 70px;
  font-size: 30px;
  padding: 15px;
  position: relative;
  text-align: center;
}
.rstpl-go-top a span {
  color: #bfbfbf;
  font-size: 1em;
  margin: 0;
  padding: 0;
  height: 100%;
  vertical-align: middle;
  width: 100%;
}
.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 {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.rstpl-go-top.rstpl-go-top-is-visible {
  visibility: visible;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.rstpl-go-top.rstpl-go-top-fade-out {
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  filter: alpha(opacity=50);
}
.rstpl-go-top.rstpl-go-top-fade-out:hover {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
@media (max-width: 979px) {
  .rstpl-go-top {
    bottom: 30px;
    right: 30px;
  }
  .rstpl-go-top a {
    font-size: 20px;
    padding: 8px;
    height: 50px;
    width: 50px;
  }
}
/* 14 Skip Slider Button
------------------------------------------------------------------------------*/
.rstpl-skip-slider {
  position: absolute;
  bottom: 150px;
  left: 0;
  text-align: center;
  width: 100%;
  z-index: 1;
}
.rstpl-skip-slider a {
  border: 5px solid #ffffff;
  border-radius: 50%;
  color: #ffffff;
  display: inline-block;
  font-size: 30px;
  height: 70px;
  width: 70px;
  padding: 15px;
  position: relative;
  text-align: center;
}
.rstpl-skip-slider a span {
  font-size: 1em;
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
  vertical-align: middle;
}
@media (max-width: 979px) {
  .rstpl-skip-slider a {
    font-size: 20px;
    height: 50px;
    width: 50px;
    padding: 8px;
  }
}
@media (max-width: 1199px) {
  .rstpl-skip-slider {
    bottom: 75px;
  }
}
@media (max-width: 767px) {
  .rstpl-skip-slider {
    display: none;
  }
}
/* 15 Position Spacing
------------------------------------------------------------------------------*/
.body > section {
  margin: 70px 0 0 0;
}
.body > section.rstpl-main-menu-position,
.body > section.rstpl-slideshow-position {
  margin: 0;
}
.body > section.rstpl-main-menu-position.rstpl-absolute-menu + section:not(.rstpl-slideshow-position) {
  margin: 250px 0 0 0;
}
@media (max-width: 979px) {
  .body > section.rstpl-main-menu-position.rstpl-absolute-menu + section:not(.rstpl-slideshow-position) {
    margin: 70px 0 0 0;
  }
}
.body > section.rstpl-slideshow-position + section {
  margin: 0;
}
.body > section.rstpl-slideshow-position + section section:first-of-type > div {
  padding: 140px 0 70px 0;
  position: relative;
}
.body > section.rstpl-slideshow-position + section section:first-of-type > div:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 70px;
  width: 100%;
  z-index: 3;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 100 100' preserveAspectRatio='none'%3E%3Cpolygon points='100,0 100,100 0,0' style='fill:%23ffffff;' /%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
@media (max-width: 1199px) {
  .body > section.rstpl-slideshow-position + section section:first-of-type > div:before {
    height: 50px;
  }
}
/* Newsflash Module
------------------------------------------------------------------------------*/
[class*="newsflash-horiz"],
[class*="newsflash-vert"],
.newsflash-masonry,
.latest-articles {
  list-style-type: none;
  margin: 0;
}
@media (max-width: 767px) {
  [class*="newsflash-horiz"],
  [class*="newsflash-vert"],
  .newsflash-masonry,
  .latest-articles {
    margin: 0;
  }
}
[class*="newsflash-horiz"] [class*="span"],
[class*="newsflash-vert"] [class*="span"],
.newsflash-masonry [class*="span"],
.latest-articles [class*="span"] {
  margin: 0;
}
[class*="newsflash-horiz"] [class*="span"]:first-of-type,
[class*="newsflash-vert"] [class*="span"]:first-of-type,
.newsflash-masonry [class*="span"]:first-of-type,
.latest-articles [class*="span"]:first-of-type {
  margin: 0;
}
[class*="newsflash-horiz"] li,
[class*="newsflash-vert"] li,
.newsflash-masonry li,
.latest-articles li {
  width: 50%;
  float: left;
  padding: 15px;
}
@media (max-width: 767px) {
  [class*="newsflash-horiz"] li,
  [class*="newsflash-vert"] li,
  .newsflash-masonry li,
  .latest-articles li {
    padding: 15px;
  }
}
[class*="newsflash-horiz"] li h1,
[class*="newsflash-vert"] li h1,
.newsflash-masonry li h1,
.latest-articles li h1,
[class*="newsflash-horiz"] li h2,
[class*="newsflash-vert"] li h2,
.newsflash-masonry li h2,
.latest-articles li h2,
[class*="newsflash-horiz"] li h3,
[class*="newsflash-vert"] li h3,
.newsflash-masonry li h3,
.latest-articles li h3,
[class*="newsflash-horiz"] li h4,
[class*="newsflash-vert"] li h4,
.newsflash-masonry li h4,
.latest-articles li h4,
[class*="newsflash-horiz"] li h5,
[class*="newsflash-vert"] li h5,
.newsflash-masonry li h5,
.latest-articles li h5,
[class*="newsflash-horiz"] li h6,
[class*="newsflash-vert"] li h6,
.newsflash-masonry li h6,
.latest-articles li h6,
[class*="newsflash-horiz"] li p,
[class*="newsflash-vert"] li p,
.newsflash-masonry li p,
.latest-articles li p {
  padding: 0 15px;
}
@media (max-width: 1200px) {
  [class*="newsflash-horiz"] li,
  [class*="newsflash-vert"] li,
  .newsflash-masonry li,
  .latest-articles li {
    width: 50%;
  }
}
@media (max-width: 767px) {
  [class*="newsflash-horiz"] li,
  [class*="newsflash-vert"] li,
  .newsflash-masonry li,
  .latest-articles li {
    width: 100%;
    padding: 0;
  }
}
[class*="newsflash-horiz"] li h1,
[class*="newsflash-vert"] li h1,
.newsflash-masonry li h1,
.latest-articles li h1,
[class*="newsflash-horiz"] li h2,
[class*="newsflash-vert"] li h2,
.newsflash-masonry li h2,
.latest-articles li h2,
[class*="newsflash-horiz"] li h3,
[class*="newsflash-vert"] li h3,
.newsflash-masonry li h3,
.latest-articles li h3,
[class*="newsflash-horiz"] li h4,
[class*="newsflash-vert"] li h4,
.newsflash-masonry li h4,
.latest-articles li h4,
[class*="newsflash-horiz"] li h5,
[class*="newsflash-vert"] li h5,
.newsflash-masonry li h5,
.latest-articles li h5,
[class*="newsflash-horiz"] li h6,
[class*="newsflash-vert"] li h6,
.newsflash-masonry li h6,
.latest-articles li h6 {
  padding: 0;
  margin: 20px 0;
}
[class*="newsflash-horiz"] li .rstpl-box-image,
[class*="newsflash-vert"] li .rstpl-box-image,
.newsflash-masonry li .rstpl-box-image,
.latest-articles li .rstpl-box-image {
  margin-bottom: 20px;
}
[class*="newsflash-horiz"] li .rstpl-box-image .rstpl-overlay-effect,
[class*="newsflash-vert"] li .rstpl-box-image .rstpl-overlay-effect,
.newsflash-masonry li .rstpl-box-image .rstpl-overlay-effect,
.latest-articles li .rstpl-box-image .rstpl-overlay-effect {
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
[class*="newsflash-horiz"] li .rstpl-box-image .rstpl-overlay-effect .post-bio,
[class*="newsflash-vert"] li .rstpl-box-image .rstpl-overlay-effect .post-bio,
.newsflash-masonry li .rstpl-box-image .rstpl-overlay-effect .post-bio,
.latest-articles li .rstpl-box-image .rstpl-overlay-effect .post-bio {
  position: absolute;
  right: 0;
  bottom: 0;
  margin: 3em;
  padding: 0 1em;
  max-width: 150px;
  border-right: 4px solid #836d4e;
  text-align: right;
  color: #836d4e;
  font-weight: 600;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  -webkit-transition: all 0.35s ease-out;
  -moz-transition: all 0.35s ease-out;
  -o-transition: all 0.35s ease-out;
  transition: all 0.35s ease-out;
  -webkit-transform: translate(0, 50%);
  -moz-transform: translate(0, 50%);
  -ms-transform: translate(0, 50%);
  -o-transform: translate(0, 50%);
  transform: translate(0, 50%);
}
[class*="newsflash-horiz"] li .rstpl-box-image .rstpl-overlay-effect .news-image,
[class*="newsflash-vert"] li .rstpl-box-image .rstpl-overlay-effect .news-image,
.newsflash-masonry li .rstpl-box-image .rstpl-overlay-effect .news-image,
.latest-articles li .rstpl-box-image .rstpl-overlay-effect .news-image,
[class*="newsflash-horiz"] li .rstpl-box-image .rstpl-overlay-effect img,
[class*="newsflash-vert"] li .rstpl-box-image .rstpl-overlay-effect img,
.newsflash-masonry li .rstpl-box-image .rstpl-overlay-effect img,
.latest-articles li .rstpl-box-image .rstpl-overlay-effect img {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  -webkit-transition: all 0.35s ease-out;
  -moz-transition: all 0.35s ease-out;
  -o-transition: all 0.35s ease-out;
  transition: all 0.35s ease-out;
  -webkit-transform: scale3d(1.05, 1.05, 1);
  -moz-transform: scale3d(1.05, 1.05, 1);
  -ms-transform: scale3d(1.05, 1.05, 1);
  -o-transform: scale3d(1.05, 1.05, 1);
  transform: scale3d(1.05, 1.05, 1);
  width: 100%;
}
[class*="newsflash-horiz"] li .rstpl-box-image .rstpl-overlay-effect:before,
[class*="newsflash-vert"] li .rstpl-box-image .rstpl-overlay-effect:before,
.newsflash-masonry li .rstpl-box-image .rstpl-overlay-effect:before,
.latest-articles li .rstpl-box-image .rstpl-overlay-effect:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.75);
  content: '';
  -webkit-transition: all 0.45s ease-out;
  -moz-transition: all 0.45s ease-out;
  -o-transition: all 0.45s ease-out;
  transition: all 0.45s ease-out;
  -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -126%, 0);
  -moz-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -126%, 0);
  -ms-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -126%, 0);
  -o-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -126%, 0);
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -126%, 0);
  z-index: 5;
}
[class*="newsflash-horiz"] li:hover .rstpl-overlay-effect > .news-image,
[class*="newsflash-vert"] li:hover .rstpl-overlay-effect > .news-image,
.newsflash-masonry li:hover .rstpl-overlay-effect > .news-image,
.latest-articles li:hover .rstpl-overlay-effect > .news-image,
[class*="newsflash-horiz"] li:hover .rstpl-overlay-effect img,
[class*="newsflash-vert"] li:hover .rstpl-overlay-effect img,
.newsflash-masonry li:hover .rstpl-overlay-effect img,
.latest-articles li:hover .rstpl-overlay-effect img {
  -webkit-opacity: 0.25;
  -moz-opacity: 0.25;
  opacity: 0.25;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=25);
  filter: alpha(opacity=25);
  -webkit-transform: scale3d(1, 1, 1);
  -moz-transform: scale3d(1, 1, 1);
  -ms-transform: scale3d(1, 1, 1);
  -o-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}
[class*="newsflash-horiz"] li:hover .rstpl-overlay-effect:before,
[class*="newsflash-vert"] li:hover .rstpl-overlay-effect:before,
.newsflash-masonry li:hover .rstpl-overlay-effect:before,
.latest-articles li:hover .rstpl-overlay-effect:before {
  -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 125%, 0);
  -moz-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 125%, 0);
  -ms-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 125%, 0);
  -o-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 125%, 0);
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 125%, 0);
}
[class*="newsflash-horiz"] li:hover .rstpl-overlay-effect > .post-bio,
[class*="newsflash-vert"] li:hover .rstpl-overlay-effect > .post-bio,
.newsflash-masonry li:hover .rstpl-overlay-effect > .post-bio,
.latest-articles li:hover .rstpl-overlay-effect > .post-bio {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
[class*="newsflash-horiz"] li > .btn.btn-primary,
[class*="newsflash-vert"] li > .btn.btn-primary,
.newsflash-masonry li > .btn.btn-primary,
.latest-articles li > .btn.btn-primary {
  margin-top: 10px;
  width: 170px;
  display: block;
}
@media (max-width: 767px) {
  .newsflash-masonry li {
    padding: 15px;
  }
}
.newsflash-masonry li .rstpl-box-image .rstpl-overlay-effect img {
  width: 100%;
}
[class*="newsflash-vert"] li {
  width: 100%;
}
@media (max-width: 767px) {
  [class*="newsflash-vert"] li {
    padding: 15px;
  }
}
[class*="newsflash-vert"] li .rstpl-box-image .rstpl-overlay-effect .news-image {
  height: 340px;
  width: 100%;
  background-position: center center;
  background-size: cover;
  display: block;
}
[class*="newsflash-vert"] li .rstpl-box-image .rstpl-overlay-effect:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(147, 122, 87, 0.7);
  content: '';
  -webkit-transition: all 0.45s ease-out;
  -moz-transition: all 0.45s ease-out;
  -o-transition: all 0.45s ease-out;
  transition: all 0.45s ease-out;
  -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -137%, 0);
  -moz-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -137%, 0);
  -ms-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -137%, 0);
  -o-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -137%, 0);
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -137%, 0);
  z-index: 5;
}
[class*="newsflash-vert"] li .rstpl-box-image:hover .rstpl-overlay-effect:before {
  -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 137%, 0);
  -moz-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 137%, 0);
  -ms-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 137%, 0);
  -o-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 137%, 0);
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 137%, 0);
}
.rstpl-box-featured-article {
  position: relative;
}
.rstpl-box-featured-article:before {
  content: '';
  background-color: #937a57;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.9;
  height: 100%;
  width: 100%;
  z-index: 0;
}
.rstpl-box-featured-article .container {
  padding: 30px;
  position: relative;
  width: 100%;
}
.rstpl-box-featured-article .rstpl-box-content {
  color: #cccccc;
}
.rstpl-box-featured-article .rstpl-box-title {
  color: #ffffff;
  margin-top: 0;
}
.rstpl-box-featured-article .rstpl-box-buttons .btn {
  -webkit-box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.4);
  -ms-box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.4);
  -o-box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.4);
}
.rstpl-box-featured-article .rstpl-box-buttons .btn:hover,
.rstpl-box-featured-article .rstpl-box-buttons .btn:focus {
  -webkit-box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.4);
  -ms-box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.4);
  -o-box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.4);
}
.article-news.rstpl-simple-carousel {
  position: relative;
}
.article-news.rstpl-simple-carousel .item .rstpl-box-content {
  padding-left: 0;
}
.article-news.rstpl-simple-carousel .item .post-bio {
  margin: 15px 0;
}
.article-news.rstpl-simple-carousel .item .post-bio .icon-calendar {
  margin-left: 10px;
}
.article-news.rstpl-simple-carousel .item .rstpl-box-image .news-image {
  height: 280px;
  width: 100%;
  background-position: center center;
  background-size: cover;
  display: block;
}
@media (max-width: 767px) {
  [class*="newsflash-horiz"] li,
  .latest-articles li {
    padding: 15px;
  }
}
[class*="newsflash-horiz"] li .rstpl-box-image .rstpl-overlay-effect .news-image,
.latest-articles li .rstpl-box-image .rstpl-overlay-effect .news-image {
  height: 450px;
  width: 100%;
  background-position: center center;
  background-size: cover;
  display: block;
}
@media (max-width: 979px) {
  [class*="newsflash-horiz"] li .rstpl-box-image .rstpl-overlay-effect .news-image,
  .latest-articles li .rstpl-box-image .rstpl-overlay-effect .news-image {
    height: 250px;
  }
}
/* Category Module
------------------------------------------------------------------------------*/
.rstpl-blocks {
  list-style-type: none;
  margin: 0;
}
.rstpl-blocks li {
  position: relative;
  float: left;
  width: 33.3%;
  padding: 30px;
  color: #ffffff;
  background-size: cover;
  background-position: center center;
  overflow: hidden;
  min-height: 305px;
}
@media (max-width: 1200px) {
  .rstpl-blocks li {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .rstpl-blocks li {
    width: 100%;
  }
}
.rstpl-blocks li a,
.rstpl-blocks li span,
.rstpl-blocks li p,
.rstpl-blocks li h1,
.rstpl-blocks li h2,
.rstpl-blocks li h3,
.rstpl-blocks li h4,
.rstpl-blocks li h5,
.rstpl-blocks li h6 {
  position: relative;
  z-index: 5;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  transform: translateY(100%);
  transition: all 0.2s ease-in-out;
}
@media (max-width: 767px) {
  .rstpl-blocks li a,
  .rstpl-blocks li span,
  .rstpl-blocks li p,
  .rstpl-blocks li h1,
  .rstpl-blocks li h2,
  .rstpl-blocks li h3,
  .rstpl-blocks li h4,
  .rstpl-blocks li h5,
  .rstpl-blocks li h6 {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    filter: alpha(opacity=100);
    transform: translate(0, 0);
  }
}
.rstpl-blocks li a,
.rstpl-blocks li h1,
.rstpl-blocks li h2,
.rstpl-blocks li h3,
.rstpl-blocks li h4,
.rstpl-blocks li h5,
.rstpl-blocks li h6 {
  color: #937a57;
}
.rstpl-blocks li a:hover,
.rstpl-blocks li h1:hover,
.rstpl-blocks li h2:hover,
.rstpl-blocks li h3:hover,
.rstpl-blocks li h4:hover,
.rstpl-blocks li h5:hover,
.rstpl-blocks li h6:hover {
  color: #ffffff;
}
.rstpl-blocks li .mod-articles-category-title,
.rstpl-blocks li .title {
  display: block;
  margin-bottom: 20px;
}
.rstpl-blocks li .mod-articles-category-hits,
.rstpl-blocks li .hits {
  display: block;
}
.rstpl-blocks li .mod-articles-category-hits:before,
.rstpl-blocks li .hits:before {
  font-family: 'FontAwesome';
  content: "\f080";
}
.rstpl-blocks li .mod-articles-category-writtenby,
.rstpl-blocks li .author {
  display: block;
}
.rstpl-blocks li .mod-articles-category-writtenby:before,
.rstpl-blocks li .author:before {
  font-family: 'FontAwesome';
  content: "\f007";
}
.rstpl-blocks li .mod-articles-category-category,
.rstpl-blocks li .category {
  display: block;
}
.rstpl-blocks li .mod-articles-category-category:before,
.rstpl-blocks li .category:before {
  font-family: 'FontAwesome';
  content: "\f07b";
}
.rstpl-blocks li .mod-articles-category-date,
.rstpl-blocks li .date {
  display: block;
  overflow: hidden;
}
.rstpl-blocks li .mod-articles-category-date:before,
.rstpl-blocks li .date:before {
  font-family: 'FontAwesome';
  content: "\f073";
}
.rstpl-blocks li .mod-articles-category-introtext,
.rstpl-blocks li .introtext {
  margin-top: 20px;
  height: 40px;
  overflow: hidden;
}
.rstpl-blocks li:hover a,
.rstpl-blocks li:hover span,
.rstpl-blocks li:hover p,
.rstpl-blocks li:hover h1,
.rstpl-blocks li:hover h2,
.rstpl-blocks li:hover h3,
.rstpl-blocks li:hover h4,
.rstpl-blocks li:hover h5,
.rstpl-blocks li:hover h6 {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.2s ease-in-out;
}
.rstpl-blocks li:hover:nth-of-type(odd):after {
  background-color: rgba(121, 25, 59, 0.95);
  transition: all 0.2s ease-in-out;
}
.rstpl-blocks li:hover:nth-of-type(even):after {
  background-color: rgba(147, 122, 87, 0.95);
  transition: all 0.2s ease-in-out;
}
.rstpl-blocks li:nth-of-type(odd):after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-color: rgba(121, 25, 59, 0.15);
  transition: all 0.2s ease-in-out;
}
@media (max-width: 767px) {
  .rstpl-blocks li:nth-of-type(odd):after {
    background-color: rgba(121, 25, 59, 0.75);
  }
}
.rstpl-blocks li:nth-of-type(even):after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-color: rgba(147, 122, 87, 0.15);
  transition: all 0.2s ease-in-out;
}
@media (max-width: 767px) {
  .rstpl-blocks li:nth-of-type(even):after {
    background-color: rgba(147, 122, 87, 0.75);
  }
}
.rstpl-blocks li:nth-of-type(even) a,
.rstpl-blocks li:nth-of-type(even) h1,
.rstpl-blocks li:nth-of-type(even) h2,
.rstpl-blocks li:nth-of-type(even) h3,
.rstpl-blocks li:nth-of-type(even) h4,
.rstpl-blocks li:nth-of-type(even) h5,
.rstpl-blocks li:nth-of-type(even) h6 {
  color: #79193b;
}
.rstpl-blocks li:nth-of-type(even) a:hover,
.rstpl-blocks li:nth-of-type(even) h1:hover,
.rstpl-blocks li:nth-of-type(even) h2:hover,
.rstpl-blocks li:nth-of-type(even) h3:hover,
.rstpl-blocks li:nth-of-type(even) h4:hover,
.rstpl-blocks li:nth-of-type(even) h5:hover,
.rstpl-blocks li:nth-of-type(even) h6:hover {
  color: #ffffff;
}
#column-left .latestnews,
#column-right .latestnews,
#column-left .categories-module,
#column-right .categories-module {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#column-left .latestnews li:before,
#column-right .latestnews li:before,
#column-left .categories-module li:before,
#column-right .categories-module li:before {
  font-family: 'FontAwesome';
  content: '\f0da';
  margin-right: 5px;
}
#column-left .latestnews li h1,
#column-right .latestnews li h1,
#column-left .categories-module li h1,
#column-right .categories-module li h1,
#column-left .latestnews li h2,
#column-right .latestnews li h2,
#column-left .categories-module li h2,
#column-right .categories-module li h2,
#column-left .latestnews li h3,
#column-right .latestnews li h3,
#column-left .categories-module li h3,
#column-right .categories-module li h3,
#column-left .latestnews li h4,
#column-right .latestnews li h4,
#column-left .categories-module li h4,
#column-right .categories-module li h4,
#column-left .latestnews li h5,
#column-right .latestnews li h5,
#column-left .categories-module li h5,
#column-right .categories-module li h5,
#column-left .latestnews li h6,
#column-right .latestnews li h6,
#column-left .categories-module li h6,
#column-right .categories-module li h6 {
  display: inline;
}
#column-left .rstpl-latest-articles li,
#column-right .rstpl-latest-articles li {
  min-height: 50px;
}
.rstpl-latest-articles li {
  display: block;
  clear: both;
}
.rstpl-latest-articles .rstpl-thumbs-latest-articles img {
  width: 50px;
  height: 50px;
  float: left;
  margin-right: 15px;
  margin-bottom: 15px;
}
.rstpl-latest-articles .rstpl-thumbs-latest-articles .rstpl-latestnews-text {
  float: left;
}
.rstpl-articles_category .category-module {
  list-style: none;
}
.rstpl-articles_category .category-module li {
  margin: 0px 0px 5px 0px;
}
.rstpl-articles_popular .mostread {
  list-style: none;
}
.rstpl-articles_popular .mostread li {
  margin: 0px 0px 5px 0px;
}
/* Search Form
------------------------------------------------------------------------------*/
.form-search .input-append .search-query {
  border-radius: 0px;
}
.rstpl-template-menu .rstpl-search {
  position: relative;
}
.rstpl-template-menu .rstpl-search .open-search {
  cursor: pointer;
  margin: 0;
  position: relative;
  z-index: 1;
}
.rstpl-template-menu .rstpl-search .open-search:before {
  display: none;
}
.rstpl-template-menu .rstpl-search .open-search .icon-search {
  text-align: center;
}
.rstpl-template-menu .rstpl-search form {
  position: absolute;
  top: 46px;
  right: 0;
  float: right;
}
.rstpl-template-menu .rstpl-search form .inputbox {
  position: absolute;
  right: 50px;
  top: 14px;
  height: 40px;
  width: 0;
  min-width: 0;
  padding: 2px 5px;
  background: #ffffff;
  color: #6c6c6c;
  border: 2px solid rgba(147, 122, 87, 0.8);
  z-index: 0;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.rstpl-template-menu .rstpl-search form .inputbox:active,
.rstpl-template-menu .rstpl-search form .inputbox:focus {
  border-color: #937a57;
}
.rstpl-template-menu .rstpl-search form .inputbox.open {
  left: auto;
  width: 220px;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
@media (max-width: 979px) {
  .rstpl-template-menu .rstpl-search .open-search {
    display: inline-block;
  }
  .rstpl-template-menu .rstpl-search form {
    position: relative;
    right: 0;
    top: 0;
  }
  .rstpl-template-menu .rstpl-search form .inputbox {
    height: 50px;
    border-top: none;
    border-bottom: none;
    border-left: 1px solid #e5bf85;
    border-right: 1px solid #e5bf85;
    right: 0;
    top: 0;
  }
  .rstpl-template-menu .rstpl-search form .inputbox.open {
    width: 600px;
  }
  .rstpl-template-menu .rstpl-search form .inputbox.open:active,
  .rstpl-template-menu .rstpl-search form .inputbox.open:focus {
    border-color: #e5bf85;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .rstpl-template-menu .rstpl-search form .inputbox.open {
    width: 250px;
  }
}
.navbar-fixed-top .rstpl-template-menu .rstpl-search form .inputbox {
  top: -10px;
}
.rstpl-navbar-login {
  cursor: pointer;
  position: relative;
}
.rstpl-navbar-login .open-login:before {
  display: none;
}
.rstpl-navbar-login #login-form {
  background: #79193b;
  position: absolute;
  left: 50%;
  top: 165px;
  min-width: 300px;
  padding: 30px;
  visibility: hidden;
  z-index: 12;
  -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.5);
  -ms-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.5);
  -o-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.5);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.rstpl-navbar-login #login-form:before {
  content: '';
  display: block;
  height: 15px;
  width: 100%;
  position: absolute;
  top: -15px;
  left: 0;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 100 100' preserveAspectRatio='none'%3E%3Cpolygon points='0,0 100,100 0,100' style='fill:%2379193b;' /%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.rstpl-navbar-login #login-form.open {
  top: 150px;
  visibility: visible;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.rstpl-navbar-login #login-form a,
.rstpl-navbar-login #login-form label {
  color: #ffffff;
  font-size: 13px;
}
.rstpl-navbar-login #login-form a:hover,
.rstpl-navbar-login #login-form label:hover {
  color: #bfbfbf;
}
@media (max-width: 1199px) {
  .rstpl-navbar-login #login-form {
    -webkit-transform: translateX(-75%);
    -moz-transform: translateX(-75%);
    -ms-transform: translateX(-75%);
    -o-transform: translateX(-75%);
    transform: translateX(-75%);
  }
}
@media (max-width: 979px) {
  .rstpl-navbar-login #login-form {
    display: none;
    position: absolute;
    width: 95%;
    top: 10px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .rstpl-navbar-login #login-form:after {
    border-color: transparent;
  }
  .rstpl-navbar-login #login-form.open {
    display: block;
    position: relative;
    top: 5px;
  }
}
.rstpl-navbar-login #login-form .btn.btn-primary {
  background-color: #937a57;
  background-image: none;
  border: none;
  border-radius: 0px;
  color: #333333;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  padding: 10px 20px;
  text-align: center;
  text-shadow: none;
  vertical-align: middle;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.rstpl-navbar-login #login-form .btn.btn-primary:hover,
.rstpl-navbar-login #login-form .btn.btn-primary:focus {
  background-color: #735f44;
  background-position: 0 center;
  border: none;
  color: #333333;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.rstpl-navbar-login #login-form .btn.btn-primary:hover,
.rstpl-navbar-login #login-form .btn.btn-primary:focus {
  background-color: #735f44;
  background-position: 0 center;
  border: none;
  color: #333333;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.rstpl-navbar-login #login-form .controls .input-prepend {
  width: 98%;
}
.rstpl-navbar-login #login-form .controls .input-prepend input {
  width: 100%;
}
.rstpl-navbar-login.active {
  position: relative;
}
.navbar-fixed-top #login-form {
  top: 115px;
}
.navbar-fixed-top #login-form.open {
  top: 100px;
}
/* RSTPL Modal
-----------------------------------------------------------------------------*/
#rstpl-modal {
  padding: 0 10px;
}
#cboxContent,
#colorbox,
#mbox,
#rstpl-modal,
input {
  -webkit-box-sizing: content-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: content-box;
  /* Firefox, other Gecko */
  box-sizing: content-box;
  /* Opera/IE 8+ */
}
#rstpl-modal input[type="text"],
#rstpl-modal input[type="password"] {
  width: 97% !important;
}
#rstpl-modal .form-horizontal .control-label {
  float: none;
  text-align: left;
  width: 100%;
}
#rstpl-modal .form-horizontal .controls {
  margin-left: 0;
}
#rstpl-modal .btn {
  margin-bottom: 5px;
  padding: 8px;
}
#rstpl-modal .form-horizontal .form-actions {
  padding-left: 0;
}
a.jmodedit {
  background: none;
  border: none;
  font-size: 1.5em;
  padding: 0;
}
a.jmodedit:hover,
a.jmodedit:focus {
  background: none;
  border: none;
}
#rstpl-pagewrap {
  height: 100%;
  position: relative;
}
/* Date Picker
-----------------------------------------------------------------------------*/
.bootstrap-datetimepicker-widget {
  background-color: #ffffff;
}
.bootstrap-datetimepicker-widget > ul {
  padding: 5px;
}
.bootstrap-datetimepicker-widget td,
.bootstrap-datetimepicker-widget th {
  border-radius: 0px;
  vertical-align: middle;
}
.bootstrap-datetimepicker-widget td.active,
.bootstrap-datetimepicker-widget th.active,
.bootstrap-datetimepicker-widget td.active:hover,
.bootstrap-datetimepicker-widget th.active:hover {
  background-color: #79193b !important;
  background-image: none;
  text-shadow: none;
}
.bootstrap-datetimepicker-widget td span,
.bootstrap-datetimepicker-widget th span {
  border-radius: 0px;
}
.bootstrap-datetimepicker-widget td span.active,
.bootstrap-datetimepicker-widget th span.active {
  background-image: none;
  text-shadow: none;
}
.bootstrap-datetimepicker-widget .btn {
  font-size: .6em;
  padding: 5px;
}
.bootstrap-datetimepicker-widget .timepicker table,
.bootstrap-datetimepicker-widget .timepicker td,
.bootstrap-datetimepicker-widget .timepicker th {
  border: none;
}
.bootstrap-datetimepicker-widget .picker-switch {
  line-height: 30px;
}
.bootstrap-datetimepicker-widget .picker-switch a {
  padding: 0;
}
.bootstrap-datetimepicker-widget .picker-switch a:hover,
.bootstrap-datetimepicker-widget .picker-switch a:focus {
  background-color: transparent;
}
.bootstrap-datetimepicker-widget .picker-switch:hover a {
  color: #937a57;
}
#sbox-window {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.rstpl-show-grid {
  text-align: center;
}
.rstpl-show-grid [class^="span"],
.rstpl-show-grid [class*=" span"] {
  font-weight: 700;
  padding-top: 25px;
  padding-bottom: 25px;
}
/* Joomla Overrides
-----------------------------------------------------------------------------*/
#column-right .rstpl-menu .nav-inner,
#column-left .rstpl-menu .nav-inner {
  display: none;
}
#column-right .rstpl-menu .rstpl-template-menu,
#column-left .rstpl-menu .rstpl-template-menu {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
#column-right .rstpl-menu .rstpl-template-menu li,
#column-left .rstpl-menu .rstpl-template-menu li {
  margin-bottom: 5px;
}
#column-right .rstpl-menu .rstpl-template-menu li.active a,
#column-left .rstpl-menu .rstpl-template-menu li.active a {
  color: #937a57;
}
#column-right .rstpl-menu .rstpl-template-menu li:hover a,
#column-left .rstpl-menu .rstpl-template-menu li:hover a {
  color: #937a57;
}
#column-right .rstpl-menu .rstpl-template-menu li:before,
#column-left .rstpl-menu .rstpl-template-menu li:before {
  font-family: 'FontAwesome';
  content: '\f101';
  color: #937a57;
  font-size: 18px;
  margin-right: 10px;
}
#publishing .control-group .input-append button {
  padding: 4px 12px;
}
.mce-flow-layout button {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
}
.calendar > table {
  margin: 0;
  width: 100%;
}
.calendar > table > thead > tr > th,
.calendar > table > tbody > tr > th,
.calendar > table > tfoot > tr > th,
.calendar > table > thead > tr > td,
.calendar > table > tbody > tr > td,
.calendar > table > tfoot > tr > td {
  padding: 2px;
}
.calendar > table > thead.hilite,
.calendar > table > tbody.hilite,
.calendar > table > tfoot.hilite {
  border: none;
  padding: 2px;
}
#imageForm #upbutton {
  background-color: #79193b;
  color: #ffffff;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  padding: 10px;
}
#imageForm #upbutton:hover {
  border: none;
}
.manager.thumbnails li {
  display: inline-block;
  overflow: hidden;
}
.manager.thumbnails li .icon-folder-2:before {
  content: '\f114';
}
/* Breadcrumbs
------------------------------------------------------------------------------*/
.breadcrumb {
  background-color: #f7f5f2;
}
.breadcrumbs {
  background-color: #f7f5f2;
  display: inline-block;
  list-style-type: none;
  padding: 20px 15px;
  margin: 0;
  vertical-align: middle;
  width: 100%;
}
.breadcrumbs li {
  float: left;
}
.breadcrumbs li:first-of-type {
  margin-right: 20px;
  font-weight: 700;
}
.breadcrumbs li .divider {
  margin-left: 10px;
  vertical-align: -1px;
}
.breadcrumbs li .divider:before {
  content: '\f0da';
  font-family: 'FontAwesome';
  font-size: 15px;
  color: #937a57;
}
@media (max-width: 768px) {
  .breadcrumbs li {
    display: none;
  }
  .breadcrumbs li:first-of-type {
    display: inline-block;
  }
  .breadcrumbs li:nth-of-type(2) {
    display: inline-block;
  }
  .breadcrumbs li:last-of-type {
    display: inline-block;
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 38%;
    white-space: nowrap;
  }
}
.vcenter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 767px) {
  .vcenter {
    display: block ;
  }
}
.fader {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&amp;0+0,1+100 */
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, #ffffff));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
  /* IE6-9 */
}
/* Helper Styles
------------------------------------------------------------------------------*/
.rstpl-margin-small {
  margin: 20px;
}
.rstpl-margin {
  margin: 30px;
}
.rstpl-margin-big {
  margin: 60px;
}
.rstpl-m-bot-small {
  margin-bottom: 20px;
}
.rstpl-m-bot {
  margin-bottom: 30px;
}
.rstpl-m-bot-big {
  margin-bottom: 60px;
}
.rstpl-m-top-small {
  margin-top: 20px;
}
.rstpl-m-top {
  margin-top: 30px;
}
.rstpl-m-top-big {
  margin-top: 60px;
}
.rstpl-m-tb-small {
  margin: 20px 0;
}
.rstpl-m-tb {
  margin: 30px 0;
}
.rstpl-m-tb-big {
  margin: 60px 0;
}
.rstpl-no-margin {
  margin: 0 !important;
}
.rstpl-no-m-left {
  margin-left: 0 !important;
}
.rstpl-no-m-right {
  margin-right: 0 !important;
}
.rstpl-no-m-bottom {
  margin-bottom: 0 !important;
}
.rstpl-no-m-top {
  margin-top: 0 !important;
}
.rstpl-no-m-lr {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.rstpl-no-m-tb {
  margin-bottom: 0 !important;
  margin-left: 0 !important;
}
.rstpl-padding-small {
  padding: 20px;
}
.rstpl-padding {
  padding: 30px;
}
.rstpl-padding-big {
  padding: 60px;
}
.rstpl-p-bot-small {
  padding-bottom: 20px;
}
.rstpl-p-bot {
  padding-bottom: 30px;
}
.rstpl-p-bot-big {
  padding-bottom: 60px;
}
.rstpl-p-top-small {
  padding-top: 20px;
}
.rstpl-p-top {
  padding-top: 30px;
}
.rstpl-p-top-big {
  padding-top: 60px;
}
.rstpl-p-tb-small {
  padding: 20px 0;
}
.rstpl-p-tb {
  padding: 30px 0;
}
.rstpl-p-tb-big {
  padding: 60px 0;
}
.rstpl-padding {
  padding: 20px;
}
.rstpl-no-padding {
  padding: 0 !important;
}
.rstpl-no-p-left {
  padding-left: 0 !important;
}
.rstpl-no-p-right {
  padding-right: 0 !important;
}
.rstpl-no-p-bottom {
  padding-bottom: 0 !important;
}
.rstpl-no-p-top {
  padding-top: 0 !important;
}
.rstpl-no-p-lr {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.rstpl-no-p-tb {
  padding-bottom: 0 !important;
  padding-left: 0 !important;
}
.color-primary {
  color: #79193b;
}
.color-secondary {
  color: #937a57;
}
.color-black {
  color: #000000;
}
.color-white {
  color: #ffffff;
}
.pull-center {
  display: block;
  margin: 0 auto;
}
