/*
/ RSShanti!
/
/-------------------------------------------------------------------------------
/
/ 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
/ 5 Bootstrap Overrides
  / 5.1 Alerts
  / 5.2 Hero Unit
  / 5.3 Tooltip
  / 5.4 Pager
  / 5.5 Progress Bars
  / 5.6 Dropdown
/ 6 Shortcodes
  / 6.1 Accordion
  / 6.2 Tabs
  / 6.3 Carousel
  / 6.4 Counter Box
  / 6.5 Full Width Horizontal Box
  / 6.6 Full Width Vertical Image
  / 6.7 Icon Box
  / 6.8 Parallax
  / 6.9 Personal Box
  / 6.10 Price Box
  / 6.11 Testimonial Box
  / 6.12 Thumb Box
  / 6.13 Vertical Image Box
  / 6.14 Youtube
/ 7 Content / Article
/ 8 RSComponents
/ 9 Error Page
/ 10 Preloader
/ 11 Widgets
/ 12 Chosen (Joomla! core plugin)
/ 13 Go Top Button
/ 14 Position Spacing

------------------------------------------------------------------------------*/
/* 1 General Styles
------------------------------------------------------------------------------*/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  background-color: #f7f6f4;
  color: #616060;
  font-family: 'Raleway', Arial, Helvetica, sans-serif;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  line-height: 27px;
  overflow-x: hidden;
  padding: 0;
  z-index: 0;
}
hr {
  border-color: #e1e1e1;
}
a {
  color: #caba8a;
  outline: 0;
}
a:hover,
a:active,
a:focus {
  color: #b29b55;
  text-decoration: none;
  outline: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Raleway', Arial, Helvetica, sans-serif;
  color: #352a3a;
  font-weight: 400;
  line-height: 27px;
}
h1.alternated,
h2.alternated,
h3.alternated,
h4.alternated,
h5.alternated,
h6.alternated {
  font-family: 'Great Vibes', Helvetica, serif;
}
h1,
h2,
h3 {
  line-height: 40px;
}
h1 {
  font-size: 41px;
}
h2 {
  font-size: 34px;
}
h3 {
  font-size: 28px;
}
h4 {
  font-size: 20px;
}
h5 {
  font-size: 16px;
}
h6 {
  font-size: 14px;
}
p {
  margin: 20px 0;
}
::-moz-selection {
  background: #caba8a;
  color: #fff;
  text-shadow: none;
}
::selection {
  background: #caba8a;
  color: #fff;
  text-shadow: none;
}
strong {
  text-transform: uppercase;
}
.muted {
  color: rgba(97, 96, 96, 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: "" "";
  margin: 0;
  display: block;
  width: 100%;
  text-align: center;
  border: none;
  color: #352a3a;
  font-size: 22px;
  font-weight: 600;
  font-style: italic;
}
blockquote:before,
q:before,
blockquote:after,
q:after {
  content: "";
  background-image: -webkit-linear-gradient(left, transparent, #caba8a, transparent);
  background-image: linear-gradient(to right, transparent, #caba8a, transparent);
  border: 0;
  height: 1px;
  margin: 10px 0 40px 0;
  width: 100%;
  position: relative;
  display: block;
}
blockquote:after,
q:after {
  margin: 40px 0 30px 0;
}
blockquote > p,
q > p {
  color: #352a3a;
  font-size: 22px;
  font-weight: 700;
  font-style: italic;
}
dfn,
cite,
em,
i {
  font-style: italic;
}
.shanti-separator {
  position: relative;
  display: block;
  width: 100%;
}
.shanti-separator > img {
  background-color: #f7f6f4;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  margin: 0 auto;
  position: relative;
  display: block;
}
.shanti-separator > svg {
  background-color: #f7f6f4;
  margin: 0 auto;
  position: relative;
  display: block;
  width: 45px;
  height: 45px;
  padding: 10px;
}
.shanti-separator > svg > path {
  fill: #caba8a;
}
.shanti-separator:before {
  content: '';
  width: 100%;
  height: 1px;
  background-color: #caba8a;
  position: absolute;
  display: block;
  top: 22px;
  left: 0;
}
/* Titles
------------------------------------------------------------------------------*/
[class*="rstpl-title"] {
  padding: 15px 65px;
  position: relative;
  margin-top: 0;
  margin-bottom: 60px;
  display: inline-block;
}
@media (max-width: 767px) {
  [class*="rstpl-title"] {
    padding: 15px;
    margin-bottom: 40px;
  }
  .rstpl-custom > [class*="rstpl-title"] {
    margin-left: 15px;
  }
}
.rstitle-class {
  font-family: 'Raleway', Arial, Helvetica, sans-serif;
  font-weight: 800;
  color: #352a3a;
  text-align: center;
  text-transform: uppercase;
  min-width: 320px;
  max-width: 480px;
  padding: 25px;
  border: 1px solid #caba8a;
  margin: 25px auto;
  position: relative;
  font-size: 30px;
}
.rstitle-class:before {
  content: '';
}
.rstitle-class > span {
  font-family: 'Great Vibes', Helvetica, serif;
  color: #caba8a;
  display: block;
  text-transform: initial;
  font-size: 76px;
  font-weight: 400;
  margin-top: 35px;
  text-shadow: 3px 3px 1px rgba(230, 229, 227, 0.9);
}
.rstitle-class > img {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: #f7f6f4;
}
.rstitle-class > svg {
  position: absolute;
  top: 0;
  left: 50%;
  width: 45px;
  height: 45px;
  padding: 10px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: #f7f6f4;
  border-radius: 50%;
}
.rstitle-class > svg path {
  fill: #caba8a;
}
@media (max-width: 768px) {
  .rstitle-class {
    width: 300px;
    margin-top: 25px;
    margin-bottom: 25px;
  }
  .rstitle-class > span {
    font-size: 55px;
  }
}
.rstpl-custom > div > h1,
.rstpl-custom > div > h2,
.rstpl-custom > div > h3,
.rstpl-custom > div > h4,
.rstpl-custom > div > h5,
.rstpl-custom > div > h6 {
  font-family: 'Raleway', Arial, Helvetica, sans-serif;
  font-weight: 800;
  color: #352a3a;
  text-align: center;
  text-transform: uppercase;
  width: 400px;
  padding: 25px;
  border: 1px solid #caba8a;
  margin: 25px auto;
  position: relative;
  font-size: 30px;
}
.rstpl-custom > div > h1:before,
.rstpl-custom > div > h2:before,
.rstpl-custom > div > h3:before,
.rstpl-custom > div > h4:before,
.rstpl-custom > div > h5:before,
.rstpl-custom > div > h6:before {
  content: '';
}
.rstpl-custom > div > h1 > span,
.rstpl-custom > div > h2 > span,
.rstpl-custom > div > h3 > span,
.rstpl-custom > div > h4 > span,
.rstpl-custom > div > h5 > span,
.rstpl-custom > div > h6 > span {
  font-family: 'Great Vibes', Helvetica, serif;
  color: #caba8a;
  display: block;
  text-transform: initial;
  font-size: 76px;
  font-weight: 400;
  margin-top: 35px;
  text-shadow: 3px 3px 1px rgba(230, 229, 227, 0.9);
}
.rstpl-custom > div > h1 > img,
.rstpl-custom > div > h2 > img,
.rstpl-custom > div > h3 > img,
.rstpl-custom > div > h4 > img,
.rstpl-custom > div > h5 > img,
.rstpl-custom > div > h6 > img {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: #f7f6f4;
}
.rstpl-custom > div > h1 > svg,
.rstpl-custom > div > h2 > svg,
.rstpl-custom > div > h3 > svg,
.rstpl-custom > div > h4 > svg,
.rstpl-custom > div > h5 > svg,
.rstpl-custom > div > h6 > svg {
  position: absolute;
  top: 0;
  left: 50%;
  width: 45px;
  height: 45px;
  padding: 10px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: #f7f6f4;
  border-radius: 50%;
}
.rstpl-custom > div > h1 > svg path,
.rstpl-custom > div > h2 > svg path,
.rstpl-custom > div > h3 > svg path,
.rstpl-custom > div > h4 > svg path,
.rstpl-custom > div > h5 > svg path,
.rstpl-custom > div > h6 > svg path {
  fill: #caba8a;
}
@media (max-width: 768px) {
  .rstpl-custom > div > h1,
  .rstpl-custom > div > h2,
  .rstpl-custom > div > h3,
  .rstpl-custom > div > h4,
  .rstpl-custom > div > h5,
  .rstpl-custom > div > h6 {
    width: 300px;
    margin-top: 25px;
    margin-bottom: 25px;
  }
  .rstpl-custom > div > h1 > span,
  .rstpl-custom > div > h2 > span,
  .rstpl-custom > div > h3 > span,
  .rstpl-custom > div > h4 > span,
  .rstpl-custom > div > h5 > span,
  .rstpl-custom > div > h6 > span {
    font-size: 55px;
  }
}
.rstpl-custom > h1,
.rstpl-custom > h2,
.rstpl-custom > h3,
.rstpl-custom > h4,
.rstpl-custom > h5,
.rstpl-custom > h6 {
  font-family: 'Raleway', Arial, Helvetica, sans-serif;
  font-weight: 800;
  color: #352a3a;
  text-align: center;
  text-transform: uppercase;
  width: 400px;
  padding: 25px;
  border: 1px solid #caba8a;
  margin: 25px auto;
  position: relative;
  font-size: 30px;
}
.rstpl-custom > h1:before,
.rstpl-custom > h2:before,
.rstpl-custom > h3:before,
.rstpl-custom > h4:before,
.rstpl-custom > h5:before,
.rstpl-custom > h6:before {
  content: '';
}
.rstpl-custom > h1 > span,
.rstpl-custom > h2 > span,
.rstpl-custom > h3 > span,
.rstpl-custom > h4 > span,
.rstpl-custom > h5 > span,
.rstpl-custom > h6 > span {
  font-family: 'Great Vibes', Helvetica, serif;
  color: #caba8a;
  display: block;
  text-transform: initial;
  font-size: 76px;
  font-weight: 400;
  margin-top: 35px;
  text-shadow: 3px 3px 1px rgba(230, 229, 227, 0.9);
}
.rstpl-custom > h1 > img,
.rstpl-custom > h2 > img,
.rstpl-custom > h3 > img,
.rstpl-custom > h4 > img,
.rstpl-custom > h5 > img,
.rstpl-custom > h6 > img {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: #f7f6f4;
}
.rstpl-custom > h1 > svg,
.rstpl-custom > h2 > svg,
.rstpl-custom > h3 > svg,
.rstpl-custom > h4 > svg,
.rstpl-custom > h5 > svg,
.rstpl-custom > h6 > svg {
  position: absolute;
  top: 0;
  left: 50%;
  width: 45px;
  height: 45px;
  padding: 10px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: #f7f6f4;
  border-radius: 50%;
}
.rstpl-custom > h1 > svg path,
.rstpl-custom > h2 > svg path,
.rstpl-custom > h3 > svg path,
.rstpl-custom > h4 > svg path,
.rstpl-custom > h5 > svg path,
.rstpl-custom > h6 > svg path {
  fill: #caba8a;
}
@media (max-width: 768px) {
  .rstpl-custom > h1,
  .rstpl-custom > h2,
  .rstpl-custom > h3,
  .rstpl-custom > h4,
  .rstpl-custom > h5,
  .rstpl-custom > h6 {
    width: 300px;
    margin-top: 25px;
    margin-bottom: 25px;
  }
  .rstpl-custom > h1 > span,
  .rstpl-custom > h2 > span,
  .rstpl-custom > h3 > span,
  .rstpl-custom > h4 > span,
  .rstpl-custom > h5 > span,
  .rstpl-custom > h6 > span {
    font-size: 55px;
  }
}
#column-right > div > h1,
#column-left > div > h1,
#column-right > div > h2,
#column-left > div > h2,
#column-right > div > h3,
#column-left > div > h3,
#column-right > div > h4,
#column-left > div > h4,
#column-right > div > h5,
#column-left > div > h5,
#column-right > div > h6,
#column-left > div > h6 {
  text-transform: initial;
  margin: 0 auto;
  margin-bottom: 30px;
  font-size: 30px;
  font-weight: 900;
  font-family: 'Raleway', Arial, Helvetica, sans-serif;
  text-align: center;
  border-top: none;
  border-left: none;
  border-right: none;
  padding: 25px 0;
  border-bottom: 1px solid #caba8a;
  position: relative;
}
#column-right > div > h1 > img,
#column-left > div > h1 > img,
#column-right > div > h2 > img,
#column-left > div > h2 > img,
#column-right > div > h3 > img,
#column-left > div > h3 > img,
#column-right > div > h4 > img,
#column-left > div > h4 > img,
#column-right > div > h5 > img,
#column-left > div > h5 > img,
#column-right > div > h6 > img,
#column-left > div > h6 > img {
  position: absolute;
  left: 50%;
  top: initial;
  bottom: 0;
  -webkit-transform: translate(-50%, 50%);
  -moz-transform: translate(-50%, 50%);
  -o-transform: translate(-50%, 50%);
  -ms-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
  background-color: #1c2538;
}
#column-right > div > h1 > svg,
#column-left > div > h1 > svg,
#column-right > div > h2 > svg,
#column-left > div > h2 > svg,
#column-right > div > h3 > svg,
#column-left > div > h3 > svg,
#column-right > div > h4 > svg,
#column-left > div > h4 > svg,
#column-right > div > h5 > svg,
#column-left > div > h5 > svg,
#column-right > div > h6 > svg,
#column-left > div > h6 > svg {
  position: absolute;
  left: 50%;
  top: initial;
  bottom: 0;
  border-radius: 50%;
  -webkit-transform: translate(-50%, 50%);
  -moz-transform: translate(-50%, 50%);
  -o-transform: translate(-50%, 50%);
  -ms-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
  background-color: #FFF;
  width: 45px;
  height: 45px;
  padding: 10px;
}
#column-right > div > h1 > svg path,
#column-left > div > h1 > svg path,
#column-right > div > h2 > svg path,
#column-left > div > h2 > svg path,
#column-right > div > h3 > svg path,
#column-left > div > h3 > svg path,
#column-right > div > h4 > svg path,
#column-left > div > h4 > svg path,
#column-right > div > h5 > svg path,
#column-left > div > h5 > svg path,
#column-right > div > h6 > svg path,
#column-left > div > h6 > svg path {
  fill: #caba8a;
}
.rstpl-shortcode-title {
  position: relative;
}
.rstpl-shortcode-title .rstpl-motived-title {
  font-family: 'Raleway', Arial, Helvetica, sans-serif;
  font-weight: 800;
  color: #352a3a;
  text-align: center;
  text-transform: uppercase;
  width: 400px;
  padding: 25px;
  border: 1px solid #caba8a;
  margin: 25px auto;
  position: relative;
  font-size: 30px;
}
.rstpl-shortcode-title .rstpl-motived-title:before {
  content: '';
}
.rstpl-shortcode-title .rstpl-motived-title > span {
  font-family: 'Great Vibes', Helvetica, serif;
  color: #caba8a;
  display: block;
  text-transform: initial;
  font-size: 76px;
  font-weight: 400;
  margin-top: 35px;
  text-shadow: 3px 3px 1px rgba(230, 229, 227, 0.9);
}
.rstpl-shortcode-title .rstpl-motived-title > img {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: #f7f6f4;
}
.rstpl-shortcode-title .rstpl-motived-title > svg {
  position: absolute;
  top: 0;
  left: 50%;
  width: 45px;
  height: 45px;
  padding: 10px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: #f7f6f4;
  border-radius: 50%;
}
.rstpl-shortcode-title .rstpl-motived-title > svg path {
  fill: #caba8a;
}
@media (max-width: 768px) {
  .rstpl-shortcode-title .rstpl-motived-title {
    width: 300px;
    margin-top: 25px;
    margin-bottom: 25px;
  }
  .rstpl-shortcode-title .rstpl-motived-title > span {
    font-size: 55px;
  }
}
.rstpl-shortcode-title img {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: #f7f6f4;
}
.rstpl-shortcode-title > svg {
  position: absolute;
  top: 0;
  left: 50%;
  width: 45px;
  height: 45px;
  padding: 10px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: #f7f6f4;
}
.rstpl-shortcode-title > svg path {
  fill: #caba8a;
}
/* 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: #caba8a;
}
.rstpl-arrow-simple-bullet > li,
.rstpl-arrow-circle-bullet > li {
  line-height: 27px;
}
.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:not(.table):not(.rs_table) {
  margin: 0 0 1.5em;
  width: 100%;
  border: 1px solid #e1e1e1;
  max-width: 100%;
  margin-bottom: 20px;
}
table:not(.table):not(.rs_table) > thead > tr > th,
table:not(.table):not(.rs_table) > tbody > tr > th,
table:not(.table):not(.rs_table) > tfoot > tr > th,
table:not(.table):not(.rs_table) > thead > tr > td,
table:not(.table):not(.rs_table) > tbody > tr > td,
table:not(.table):not(.rs_table) > tfoot > tr > td {
  padding: 15px;
  vertical-align: top;
  border: 1px solid #e1e1e1;
}
table:not(.table):not(.rs_table) > thead > tr > th,
table:not(.table):not(.rs_table) > thead > tr > td {
  border-bottom-width: 2px;
}
table:not(.table):not(.rs_table) > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #e1e1e1;
}
table:not(.table):not(.rs_table) > caption + thead > tr:first-child > th,
table:not(.table):not(.rs_table) > colgroup + thead > tr:first-child > th,
table:not(.table):not(.rs_table) > thead:first-child > tr:first-child > th,
table:not(.table):not(.rs_table) > caption + thead > tr:first-child > td,
table:not(.table):not(.rs_table) > colgroup + thead > tr:first-child > td,
table:not(.table):not(.rs_table) > thead:first-child > tr:first-child > td {
  border-top: 0;
}
table:not(.table):not(.rs_table) > tbody + tbody {
  border-top: 2px solid #e1e1e1;
}
/* Buttons
------------------------------------------------------------------------------*/
button {
  display: inline-block;
  padding: 10px 20px;
  color: #352a3a;
  margin-bottom: 0;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  text-shadow: none;
  vertical-align: middle;
  cursor: pointer;
  background-color: #f5f5f5;
  background-image: none;
  border: none;
  border-radius: 0px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  text-transform: uppercase;
  font-weight: 600;
}
button:hover {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  background-color: #dcdcdc;
  color: #352a3a;
}
.btn {
  display: inline-block;
  padding: 10px 20px;
  color: #352a3a;
  margin-bottom: 0;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  text-shadow: none;
  vertical-align: middle;
  cursor: pointer;
  background-color: #f5f5f5;
  background-image: none;
  border: none;
  border-radius: 0px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  text-transform: uppercase;
  font-weight: 600;
}
.btn:hover {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  background-color: #dcdcdc;
  color: #352a3a;
}
.btn.btn-primary {
  display: inline-block;
  padding: 10px 20px;
  color: #352a3a;
  margin-bottom: 0;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  text-shadow: none;
  vertical-align: middle;
  cursor: pointer;
  background-color: #caba8a;
  background-image: none;
  border: none;
  border-radius: 0px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  text-transform: uppercase;
  font-weight: 600;
  color: #FFF;
}
.btn.btn-primary:hover {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  background-color: #baa567;
  color: #352a3a;
}
.btn.btn-primary:hover,
.btn.btn-primary:focus,
.btn.btn-primary:active {
  background-color: #dacfad;
  color: #FFF;
}
.btn.btn-secondary {
  display: inline-block;
  padding: 10px 20px;
  color: #352a3a;
  margin-bottom: 0;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  text-shadow: none;
  vertical-align: middle;
  cursor: pointer;
  background-color: #352a3a;
  background-image: none;
  border: none;
  border-radius: 0px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  text-transform: uppercase;
  font-weight: 600;
  color: #FFF;
}
.btn.btn-secondary:hover {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  background-color: #1a151c;
  color: #352a3a;
}
.btn.btn-secondary:hover,
.btn.btn-secondary:focus,
.btn.btn-secondary:active {
  background-color: #503f58;
  color: #FFF;
}
.btn.btn-warning {
  display: inline-block;
  padding: 10px 20px;
  color: #352a3a;
  margin-bottom: 0;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  text-shadow: none;
  vertical-align: middle;
  cursor: pointer;
  background-color: #fbb829;
  background-image: none;
  border: none;
  border-radius: 0px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  text-transform: uppercase;
  font-weight: 600;
  color: #FFF;
}
.btn.btn-warning:hover {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  background-color: #eda304;
  color: #352a3a;
}
.btn.btn-warning:hover,
.btn.btn-warning:focus,
.btn.btn-warning:active {
  background-color: #fcc95b;
  color: #FFF;
}
.btn.btn-danger {
  display: inline-block;
  padding: 10px 20px;
  color: #352a3a;
  margin-bottom: 0;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  text-shadow: none;
  vertical-align: middle;
  cursor: pointer;
  background-color: #ed092f;
  background-image: none;
  border: none;
  border-radius: 0px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  text-transform: uppercase;
  font-weight: 600;
  color: #FFF;
}
.btn.btn-danger:hover {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  background-color: #bc0725;
  color: #352a3a;
}
.btn.btn-danger:hover,
.btn.btn-danger:focus,
.btn.btn-danger:active {
  background-color: #f73253;
  color: #FFF;
}
.btn.btn-info {
  display: inline-block;
  padding: 10px 20px;
  color: #352a3a;
  margin-bottom: 0;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  text-shadow: none;
  vertical-align: middle;
  cursor: pointer;
  background-color: #2a8fbd;
  background-image: none;
  border: none;
  border-radius: 0px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  text-transform: uppercase;
  font-weight: 600;
  color: #FFF;
}
.btn.btn-info:hover {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  background-color: #216f93;
  color: #352a3a;
}
.btn.btn-info:hover,
.btn.btn-info:focus,
.btn.btn-info:active {
  background-color: #44a8d6;
  color: #FFF;
}
.btn.btn-success {
  display: inline-block;
  padding: 10px 20px;
  color: #352a3a;
  margin-bottom: 0;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  text-shadow: none;
  vertical-align: middle;
  cursor: pointer;
  background-color: #a1c820;
  background-image: none;
  border: none;
  border-radius: 0px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  text-transform: uppercase;
  font-weight: 600;
  color: #FFF;
}
.btn.btn-success:hover {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  background-color: #7e9c19;
  color: #352a3a;
}
.btn.btn-success:hover,
.btn.btn-success:focus,
.btn.btn-success:active {
  background-color: #bae03b;
  color: #FFF;
}
.btn.dropdown-toggle {
  background-color: transparent;
  border-radius: 0px;
  color: #352a3a;
}
.btn.dropdown-toggle:active,
.btn.dropdown-toggle:focus,
.btn.dropdown-toggle:hover {
  background-color: transparent;
  -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-group .btn {
  border-radius: 0;
  font-size: 12px;
}
.btn-group .btn:first-child {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.btn-group .btn:last-child {
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
}
.btn-group .btn + .dropdown-toggle {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  background: transparent;
}
.btn-group .btn .btn-mini {
  padding: 3px 7px;
  font-size: 12px;
}
.btn-group .btn:hover,
.btn-group .btn:focus,
.btn-group .btn:active .btn-group .btn.active {
  z-index: initial;
}
.btn-group.open > .btn.dropdown-toggle,
.icons.open > .btn.dropdown-toggle {
  background-color: transparent;
  color: #3d3043;
}
.btn-group > .dropdown-toggle.btn-primary,
.dropdown-toggle.btn-primary,
.btn-group > .dropdown-toggle.btn,
.dropdown-toggle.btn {
  display: inline-block;
  padding: 10px 20px;
  margin-bottom: 0;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  text-shadow: none;
  vertical-align: middle;
  cursor: pointer;
  background-color: transparent;
  background-image: none;
  border: none;
  border-radius: 0px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  text-transform: uppercase;
  font-weight: 600;
  color: #352a3a;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.btn-group > .dropdown-toggle.btn-primary:hover,
.dropdown-toggle.btn-primary:hover,
.btn-group > .dropdown-toggle.btn:hover,
.dropdown-toggle.btn:hover {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  background-color: rgba(0, 0, 0, 0);
  color: #352a3a;
}
.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: #352a3a;
}
.btn-group > .dropdown-toggle.btn-primary:hover,
.dropdown-toggle.btn-primary:hover,
.btn-group > .dropdown-toggle.btn:hover,
.dropdown-toggle.btn:hover {
  background-color: transparent;
  color: #3d3043;
}
.btn-group > .dropdown-toggle.btn-primary:focus,
.dropdown-toggle.btn-primary:focus,
.btn-group > .dropdown-toggle.btn:focus,
.dropdown-toggle.btn:focus,
.btn-group > .dropdown-toggle.btn-primary:active,
.dropdown-toggle.btn-primary:active,
.btn-group > .dropdown-toggle.btn:active,
.dropdown-toggle.btn:active {
  outline: none;
}
.btn-group > .dropdown-toggle.btn-mini,
.dropdown-toggle.btn-mini {
  padding: 3px 7px;
  font-size: 12px;
}
.btn-toolbar .btn {
  font-size: 12px;
}
.rstpl-tags.inline > li {
  margin: 0;
  padding-left: 0;
  margin-right: 10px;
}
.rstpl-tags .label {
  background-color: #caba8a;
  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: #352a3a;
  -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: #caba8a;
  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: #352a3a;
  -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: #FFF;
}
.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;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  padding: 5px;
}
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: #caba8a;
  -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.15) inset, 0px 0px 4px rgba(202, 186, 138, 0.6);
  -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.15) inset, 0px 0px 4px rgba(202, 186, 138, 0.6);
  -ms-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.15) inset, 0px 0px 4px rgba(202, 186, 138, 0.6);
  -o-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.15) inset, 0px 0px 4px rgba(202, 186, 138, 0.6);
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.15) inset, 0px 0px 4px rgba(202, 186, 138, 0.6);
}
select option {
  padding: 10px;
}
textarea {
  height: auto;
}
.input-append .btn {
  font-size: 12px;
  height: 32px;
  padding: 4px 12px;
  border: 1px solid #e1e1e1;
}
/* 3 Navbar
------------------------------------------------------------------------------*/
.rstpl-navigation {
  padding: 0 15px;
  -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;
}
@media (min-width: 980px) {
  .rstpl-navigation .menu_center .rstpl-template-menu li {
    display: inline-block;
  }
}
.rstpl-navigation .nav-collapse {
  position: static;
}
.rstpl-navigation .navbar {
  margin: 0;
  padding: 0 80px;
}
.rstpl-navigation .navbar .rstpl-brand {
  display: inline-block;
  padding: 8px 0;
  width: 200px;
}
.rstpl-navigation .navbar .rstpl-brand img {
  width: 100%;
}
.rstpl-navigation .navbar .rstpl-brand h1,
.rstpl-navigation .navbar .rstpl-brand h2,
.rstpl-navigation .navbar .rstpl-brand h3 {
  margin: 0;
}
@media (min-width: 768px) and (max-width: 979px) {
  .rstpl-navigation .navbar .rstpl-brand h1,
  .rstpl-navigation .navbar .rstpl-brand h2,
  .rstpl-navigation .navbar .rstpl-brand h3 {
    padding-top: 5px;
  }
}
@media (min-width: 980px) {
  .rstpl-navigation .navbar .rstpl-brand h1,
  .rstpl-navigation .navbar .rstpl-brand h2,
  .rstpl-navigation .navbar .rstpl-brand h3 {
    padding-top: 10px;
  }
}
.rstpl-navigation .navbar .navbar-inner {
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  background: none;
  min-height: 40px;
  padding: 0;
  position: relative;
}
.rstpl-navigation .navbar .navbar-inner .rstpl-template-menu {
  margin-right: 0;
  position: static;
  margin-top: 6px;
}
.rstpl-navigation .navbar .navbar-inner .rstpl-template-menu > li {
  padding: 15px 0;
  position: relative;
  -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:last-of-type > a {
  padding-right: 0;
}
.rstpl-navigation .navbar .navbar-inner .rstpl-template-menu > li:last-of-type > a:after {
  content: '';
}
.rstpl-navigation .navbar .navbar-inner .rstpl-template-menu > li.parent {
  padding-right: 15px;
}
@media (max-width: 979px) {
  .rstpl-navigation .navbar .navbar-inner .rstpl-template-menu > li.parent {
    padding-right: 0;
  }
  .rstpl-navigation .navbar .navbar-inner .rstpl-template-menu > li.parent ul li a {
    text-align: left;
    padding-left: 30px;
  }
  .rstpl-navigation .navbar .navbar-inner .rstpl-template-menu > li.parent ul .submenu-button {
    width: 40px;
    height: 40px;
  }
  .rstpl-navigation .navbar .navbar-inner .rstpl-template-menu > li.parent ul .submenu-button:after {
    top: 15px;
  }
  .rstpl-navigation .navbar .navbar-inner .rstpl-template-menu > li.parent ul .submenu-button:before {
    top: 20px;
  }
}
.rstpl-navigation .navbar .navbar-inner .rstpl-template-menu > li.parent > a {
  display: block;
}
.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: 75px;
  left: 50%;
  width: 80%;
  color: #616060;
  background-color: #f7f6f4;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.rstpl-navigation .navbar .navbar-inner .rstpl-template-menu > li.rstpl-mega-menu .rstpl-mega-menu-container a:not(.btn):hover {
  background-color: 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;
    background: transparent;
    width: 100%;
  }
  .rstpl-navigation .navbar .navbar-inner .rstpl-template-menu > li.rstpl-mega-menu .rstpl-mega-menu-container .rstpl-box-thumb {
    padding: 10px;
  }
  .rstpl-navigation .navbar .navbar-inner .rstpl-template-menu > li.rstpl-mega-menu .rstpl-mega-menu-container .rstpl-template-menu > li {
    padding: 0;
  }
  .rstpl-navigation .navbar .navbar-inner .rstpl-template-menu > li.rstpl-mega-menu .rstpl-mega-menu-container .rstpl-template-menu > li:hover {
    background-color: initial;
  }
  .rstpl-navigation .navbar .navbar-inner .rstpl-template-menu > li.rstpl-mega-menu .rstpl-mega-menu-container .rstpl-template-menu > li > a {
    display: block;
    color: #caba8a;
  }
  .rstpl-navigation .navbar .navbar-inner .rstpl-template-menu > li.rstpl-mega-menu .rstpl-mega-menu-container .rstpl-template-menu > li > a:hover {
    color: #FFF;
  }
  .rstpl-navigation .navbar .navbar-inner .rstpl-template-menu > li.rstpl-mega-menu .rstpl-mega-menu-container .rstpl-template-menu > li > a:active {
    background: transparent;
  }
}
.rstpl-navigation .navbar .navbar-inner .rstpl-template-menu > li > a {
  text-transform: uppercase;
  font-weight: 700;
  text-shadow: none;
  position: relative;
  color: #ffffff;
  font-size: 16px;
  font-family: 'Raleway', Helvetica, serif;
  padding: 10px 50px;
}
.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:after {
  font-family: 'FontAwesome';
  content: '\f10c';
  margin-left: 10px;
  position: absolute;
  top: 50%;
  right: -5px;
  color: #caba8a;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (max-width: 979px) {
  .rstpl-navigation .navbar .navbar-inner .rstpl-template-menu > li > a:after {
    display: none;
  }
}
.rstpl-navigation .navbar .navbar-inner .rstpl-template-menu > li:hover {
  color: #caba8a;
  -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:hover > a {
  color: #caba8a;
}
.rstpl-navigation .navbar .navbar-inner .rstpl-template-menu > li.rstpl-search:hover {
  background-color: #caba8a;
}
.rstpl-navigation .navbar .navbar-inner .rstpl-template-menu > li.active > a {
  color: #caba8a;
}
.rstpl-navigation .navbar .navbar-inner .rstpl-template-menu .active > a {
  background: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  color: #ffffff;
}
@media (max-width: 979px) {
  .rstpl-navigation .navbar .navbar-inner .rstpl-template-menu .dropdown-menu {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.rstpl-navigation .navbar .navbar-inner .rstpl-template-menu .dropdown-menu > li > a {
  font-weight: 700;
  padding: 10px 15px;
}
.rstpl-navigation .navbar .navbar-inner .rstpl-template-menu .dropdown-menu > li.active {
  color: #caba8a;
}
.rstpl-navigation .navbar .navbar-inner .rstpl-template-menu .dropdown-menu > li.active > a {
  color: #caba8a;
}
.rstpl-navigation .navbar.navbar-fixed-top {
  background-color: rgba(28, 37, 56, 0.95);
  border-bottom: 1px solid #dacfad;
  padding: 0 15px;
  -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.1);
}
.rstpl-navigation .navbar.navbar-fixed-top .navbar-inner {
  margin: 0 auto;
  padding: 0 95px;
  width: 1170px;
}
@media (max-width: 1199px) {
  .rstpl-navigation .navbar.navbar-fixed-top .navbar-inner {
    padding: 0 95px;
    width: 940px;
  }
}
@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;
    padding: 0 25px;
  }
  .rstpl-navigation .navbar .rstpl-brand {
    padding: 5px 20px;
  }
  .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;
    box-shadow: none;
    background-image: none;
    position: relative;
  }
  .rstpl-navigation .navbar .btn-navbar .icon-bar {
    background-color: #caba8a;
    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: #352a3a;
    -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;
    margin-bottom: 35px;
  }
  .rstpl-navigation .navbar .navbar-inner .rstpl-template-menu > li {
    padding: 0;
    border-top: 1px solid #dacfad;
  }
  .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 #dacfad;
  }
  .rstpl-navigation .navbar .navbar-inner .rstpl-template-menu > li .submenu-button {
    position: absolute;
    z-index: 10;
    right: 0;
    top: 0;
    display: block;
    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: #dacfad 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: #dacfad 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);
    -o-transform: rotate(0deg);
    -ms-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);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .rstpl-navigation .navbar .navbar-inner .rstpl-template-menu > li .deeper .submenu-button:before {
    left: 13px;
  }
  .rstpl-navigation .navbar .navbar-inner .rstpl-template-menu > li .deeper .submenu-button:after {
    left: 18px;
  }
  .rstpl-navigation .navbar .navbar-inner .rstpl-template-menu > li a {
    text-transform: uppercase;
    font-weight: 700;
    padding: 15px;
    margin: 0;
    max-height: 50px;
  }
  .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: #caba8a;
    color: #352a3a;
  }
  .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 > a:after {
    content: '';
  }
  .rstpl-navigation .navbar .navbar-inner .rstpl-template-menu .dropdown-menu {
    margin: 0;
    right: 0;
    left: initial;
  }
  .rstpl-navigation .navbar .navbar-inner .rstpl-template-menu .dropdown-menu > li {
    border-bottom: none;
  }
  .rstpl-navigation .navbar .navbar-inner .rstpl-template-menu .dropdown-menu a {
    color: #ffffff;
  }
  .rstpl-navigation .navbar .navbar-inner .rstpl-template-menu .dropdown-menu a:hover,
  .rstpl-navigation .navbar .navbar-inner .rstpl-template-menu .dropdown-menu a:focus {
    color: #352a3a;
  }
}
.full-width-menu .rstpl-navigation .navbar.navbar-fixed-top {
  padding: 0 80px;
}
.full-width-menu .rstpl-navigation .navbar.navbar-fixed-top .navbar-inner {
  padding: 0 15px;
  width: auto;
}
.rstpl-mega-menu .rstpl-mega-menu-container {
  background-color: #FFF;
  display: block;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
  visibility: hidden;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media (min-width: 979px) {
  .rstpl-mega-menu .rstpl-mega-menu-container.container {
    padding: 20px;
  }
}
@media (max-width: 979px) {
  .rstpl-mega-menu .rstpl-mega-menu-container {
    display: none;
    visibility: visible;
    top: 1px;
    left: 0;
    position: relative;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    filter: alpha(opacity=100);
    background-color: transparent;
    padding: 0;
  }
  .rstpl-mega-menu .rstpl-mega-menu-container [class*="span"] {
    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"] .rstpl-template-menu {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
@media (min-width: 980px) {
  .rstpl-mega-menu .rstpl-mega-menu-container [class*="span"] .rstpl-template-menu {
    border-right: 1px solid #e1e1e1;
  }
}
.rstpl-mega-menu .rstpl-mega-menu-container [class*="span"] .rstpl-template-menu > li {
  padding: 10px;
}
.rstpl-mega-menu .rstpl-mega-menu-container [class*="span"] .rstpl-template-menu > li:hover {
  background-color: initial;
}
.rstpl-mega-menu .rstpl-mega-menu-container [class*="span"] .rstpl-template-menu > li.active {
  background-color: initial;
}
.rstpl-mega-menu .rstpl-mega-menu-container [class*="span"] .rstpl-template-menu > li.active > a {
  color: #352a3a;
}
.rstpl-mega-menu .rstpl-mega-menu-container [class*="span"] .rstpl-template-menu > li > a {
  color: #616060;
  -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;
  font-size: 13px;
}
.rstpl-mega-menu .rstpl-mega-menu-container [class*="span"] .rstpl-template-menu > li > a:after {
  display: none;
}
.rstpl-mega-menu .rstpl-mega-menu-container [class*="span"] .rstpl-template-menu > li > a:hover {
  color: #352a3a;
  -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-mega-menu .rstpl-mega-menu-container [class*="span"]:last-of-type .rstpl-template-menu {
  border-right: none;
}
@media (min-width: 980px) {
  .rstpl-mega-menu:hover > .rstpl-mega-menu-container {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    filter: alpha(opacity=100);
    visibility: visible;
    -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;
    z-index: 10;
  }
}
.rstpl-template-menu .nav-header {
  display: none;
}
.rstpl-template-menu .dropdown .nav-header {
  padding: 10px 15px;
  text-transform: uppercase;
  font-weight: 700;
  text-shadow: none;
  text-align: center;
  font-size: 13px;
  position: relative;
  color: #ffffff;
}
.rstpl-main-menu-position {
  margin-bottom: 0;
  background-color: #1c2538;
}
@media (max-width: 979px) {
  .rstpl-main-menu-position > .container {
    width: 100%;
  }
}
@media (min-width: 980px) {
  .rstpl-absolute-menu {
    background-color: #000000;
    background: -webkit-gradient(linear, left top, left bottom, from(#000000), to(rgba(0, 0, 0, 0)));
    background: -webkit-linear-gradient(top, #000000, rgba(0, 0, 0, 0));
    background: -moz-linear-gradient(top, #000000, rgba(0, 0, 0, 0));
    background: -ms-linear-gradient(top, #000000, rgba(0, 0, 0, 0));
    background: -o-linear-gradient(top, #000000, rgba(0, 0, 0, 0));
    position: absolute;
    z-index: 10;
    width: 100%;
    padding-top: 30px;
  }
  .rstpl-absolute-menu .navbar .navbar-inner .rstpl-template-menu > li.active {
    background-color: transparent;
  }
  .rstpl-absolute-menu .navbar .navbar-inner .rstpl-template-menu > li.active > a {
    color: #caba8a;
  }
  .rstpl-absolute-menu .navbar .navbar-inner .rstpl-template-menu > li:hover {
    background-color: transparent;
  }
  .rstpl-absolute-menu .navbar .navbar-inner .rstpl-template-menu > li:hover > a {
    color: #caba8a;
  }
  .rstpl-absolute-menu .navbar .navbar-inner .rstpl-template-menu > li.rstpl-search:hover {
    background-color: initial;
  }
}
/* 4 Section styling - Header , Sections , Footer
-------------------------------------------------------------------------------*/
/* Headers
------------------------------------------------------------------------------*/
/* Sections
------------------------------------------------------------------------------*/
#column-right > [class*="rstpl-"],
#column-left > [class*="rstpl-"] {
  padding: 30px;
  margin-bottom: 45px;
}
#column-right > [class*="rstpl-"] ul,
#column-left > [class*="rstpl-"] ul,
#column-right > [class*="rstpl-"] ol,
#column-left > [class*="rstpl-"] ol {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#column-right > [class*="rstpl-"] ul li,
#column-left > [class*="rstpl-"] ul li,
#column-right > [class*="rstpl-"] ol li,
#column-left > [class*="rstpl-"] ol li {
  margin-bottom: 10px;
}
#column-right > [class*="rstpl-"] ul li > a,
#column-left > [class*="rstpl-"] ul li > a,
#column-right > [class*="rstpl-"] ol li > a,
#column-left > [class*="rstpl-"] ol li > a {
  color: #352a3a;
}
#column-right > [class*="rstpl-"] ul li > a:hover,
#column-left > [class*="rstpl-"] ul li > a:hover,
#column-right > [class*="rstpl-"] ol li > a:hover,
#column-left > [class*="rstpl-"] ol li > a:hover {
  color: #caba8a;
}
#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;
}
@media (max-width: 768px) {
  #column-right,
  #column-left {
    padding: 30px;
  }
}
.rstpl-breadcrumbs-position {
  background-color: #e4e4e4;
}
.rstpl-main-menu-position ::-moz-selection {
  background: #352a3a;
  color: #fff;
  text-shadow: none;
}
.rstpl-main-menu-position ::selection {
  background: #352a3a;
  color: #fff;
  text-shadow: none;
}
.rstpl-main-menu-position .container {
  padding: 0;
}
#column-right,
#column-left {
  margin-top: 30px;
}
/* Footer
------------------------------------------------------------------------------*/
.rstpl-footer-position,
.rstpl-after-footer-position {
  z-index: -2;
  padding: 60px 0;
  background-color: #1c2538;
  background-image: url('../images/dot.png');
}
.rstpl-footer-position ::-moz-selection,
.rstpl-after-footer-position ::-moz-selection {
  background: #caba8a;
  color: #fff;
  text-shadow: none;
}
.rstpl-footer-position ::selection,
.rstpl-after-footer-position ::selection {
  background: #caba8a;
  color: #fff;
  text-shadow: none;
}
.rstpl-footer-position .rstpl-menu,
.rstpl-after-footer-position .rstpl-menu {
  position: relative;
}
.rstpl-footer-position .rstpl-menu .rstpl-mega-menu-container,
.rstpl-after-footer-position .rstpl-menu .rstpl-mega-menu-container {
  display: none !important;
}
.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: rgba(255, 255, 255, 0.4);
}
.rstpl-footer-position .rstpl-menu .menu li.active a,
.rstpl-after-footer-position .rstpl-menu .menu li.active a {
  color: #352a3a;
}
.rstpl-footer-position .rstpl-menu .menu li:hover a,
.rstpl-after-footer-position .rstpl-menu .menu li:hover a {
  color: #352a3a;
}
.rstpl-footer-position .rstpl-menu .menu li:before,
.rstpl-after-footer-position .rstpl-menu .menu li:before {
  font-family: 'FontAwesome';
  content: '\f101';
  color: #352a3a;
  font-size: 18px;
  margin-right: 10px;
}
@media (max-width: 767px) {
  .rstpl-footer-position .rstpl-menu,
  .rstpl-after-footer-position .rstpl-menu {
    display: none;
  }
}
.rstpl-footer-position [class*="rstpl-title"],
.rstpl-after-footer-position [class*="rstpl-title"] {
  z-index: 1;
}
.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: rgba(255, 255, 255, 0.4);
}
.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: #FFF;
  text-transform: initial;
  margin: 0 auto;
  margin-bottom: 30px;
  font-size: 30px;
  font-weight: 900;
  font-family: 'Raleway', Arial, Helvetica, sans-serif;
  text-align: center;
  border-top: none;
  border-left: none;
  border-right: none;
  width: 80%;
  padding: 25px;
  border-bottom: 1px solid #caba8a;
  position: relative;
}
.rstpl-footer-position h1 > img,
.rstpl-after-footer-position h1 > img,
.rstpl-footer-position h2 > img,
.rstpl-after-footer-position h2 > img,
.rstpl-footer-position h3 > img,
.rstpl-after-footer-position h3 > img,
.rstpl-footer-position h4 > img,
.rstpl-after-footer-position h4 > img,
.rstpl-footer-position h5 > img,
.rstpl-after-footer-position h5 > img,
.rstpl-footer-position h6 > img,
.rstpl-after-footer-position h6 > img {
  position: absolute;
  left: 50%;
  top: initial;
  bottom: 0;
  -webkit-transform: translate(-50%, 50%);
  -moz-transform: translate(-50%, 50%);
  -o-transform: translate(-50%, 50%);
  -ms-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
  background-color: #1c2538;
}
.rstpl-footer-position h1 > svg,
.rstpl-after-footer-position h1 > svg,
.rstpl-footer-position h2 > svg,
.rstpl-after-footer-position h2 > svg,
.rstpl-footer-position h3 > svg,
.rstpl-after-footer-position h3 > svg,
.rstpl-footer-position h4 > svg,
.rstpl-after-footer-position h4 > svg,
.rstpl-footer-position h5 > svg,
.rstpl-after-footer-position h5 > svg,
.rstpl-footer-position h6 > svg,
.rstpl-after-footer-position h6 > svg {
  position: absolute;
  left: 50%;
  top: initial;
  bottom: 0;
  border-radius: 50%;
  -webkit-transform: translate(-50%, 50%);
  -moz-transform: translate(-50%, 50%);
  -o-transform: translate(-50%, 50%);
  -ms-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
  background-color: #1c2538;
  width: 45px;
  height: 45px;
  padding: 10px;
}
.rstpl-footer-position h1 > svg path,
.rstpl-after-footer-position h1 > svg path,
.rstpl-footer-position h2 > svg path,
.rstpl-after-footer-position h2 > svg path,
.rstpl-footer-position h3 > svg path,
.rstpl-after-footer-position h3 > svg path,
.rstpl-footer-position h4 > svg path,
.rstpl-after-footer-position h4 > svg path,
.rstpl-footer-position h5 > svg path,
.rstpl-after-footer-position h5 > svg path,
.rstpl-footer-position h6 > svg path,
.rstpl-after-footer-position h6 > svg path {
  fill: #caba8a;
}
@media (max-width: 767px) {
  .rstpl-footer-position,
  .rstpl-after-footer-position {
    padding: 10px 0;
  }
  .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: #352a3a;
}
.rstpl-copyright-position {
  z-index: 10;
  background-color: #1c2538;
  color: rgba(255, 255, 255, 0.4);
  position: relative;
}
.rstpl-copyright-position:before {
  width: 100%;
  height: 150px;
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.01);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.01)), to(rgba(0, 0, 0, 0.6)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.01), rgba(0, 0, 0, 0.6));
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.01), rgba(0, 0, 0, 0.6));
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.01), rgba(0, 0, 0, 0.6));
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.01), rgba(0, 0, 0, 0.6));
}
.rstpl-copyright-position .row-fluid {
  position: relative;
}
.rstpl-copyright-position .rstpl-template-menu {
  list-style: none;
  margin: 0;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .rstpl-copyright-position .rstpl-template-menu {
    display: none;
  }
}
.rstpl-copyright-position .rstpl-template-menu > li {
  display: inline-block;
  -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 {
  display: block;
  font-size: 14px;
  font-weight: 700;
  padding: 35px 15px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  color: #FFF;
}
.rstpl-copyright-position .rstpl-template-menu > li > a:hover {
  color: #caba8a;
}
.rstpl-copyright-position .rstpl-template-menu .rstpl-mega-menu-container {
  display: none !important;
}
.rstpl-copyright-position .nav-inner {
  display: none;
}
.rstpl-copyright-position .rstpl-company {
  padding: 8px 0 0 0;
}
.rstpl-copyright-position .rstpl-company span {
  padding-right: 15px;
}
.rstpl-copyright-position .rstpl-company p {
  display: inline-block;
}
@media (max-width: 767px) {
  .rstpl-copyright-position .rstpl-company.text-right {
    text-align: center;
  }
}
/* 5 Bootstrap Overrides
-------------------------------------------------------------------------------*/
/* 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: #FFF;
  border-radius: 0px;
}
.alert p {
  color: #FFF;
}
.alert .alert-heading {
  color: #FFF;
}
.alert.alert-success {
  background-color: #a1c820;
}
.alert.alert-info {
  background-color: #2a8fbd;
}
.alert.alert-error {
  background-color: #ed092f;
}
.alert.alert-error .alert-heading {
  color: #FFF;
}
.label,
.badge {
  -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: #FFF;
  border-radius: 0px;
}
.label p,
.badge p {
  color: #FFF;
}
.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;
}
.rsdir-contact-modal {
  min-height: initial !important;
}
/* Hero unit
------------------------------------------------------------------------------*/
.hero-unit {
  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;
}
/* Pager
------------------------------------------------------------------------------*/
.pager {
  padding: 0 15px;
}
.pager li a {
  display: inline-block;
  padding: 10px 20px;
  color: #352a3a;
  margin-bottom: 0;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  text-shadow: none;
  vertical-align: middle;
  cursor: pointer;
  background-color: #caba8a;
  background-image: none;
  border: none;
  border-radius: 0px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  text-transform: uppercase;
  font-weight: 600;
  color: #FFF;
}
.pager li a:hover {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  background-color: #baa567;
  color: #352a3a;
}
.pager li a:hover,
.pager li a:focus,
.pager li a:active {
  background-color: #dacfad;
  color: #FFF;
}
/* 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: #caba8a;
  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;
}
/* Dropdowns
------------------------------------------------------------------------------*/
.navbar .nav > li > .dropdown-menu {
  padding-top: 20px;
  padding-bottom: 20px;
  min-width: 200px;
  /* Target the child dropdown elements */
  -webkit-box-shadow: 10px 0px 26px -10px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 10px 0px 26px -10px rgba(0, 0, 0, 0.75);
  -ms-box-shadow: 10px 0px 26px -10px rgba(0, 0, 0, 0.75);
  -o-box-shadow: 10px 0px 26px -10px rgba(0, 0, 0, 0.75);
  box-shadow: 10px 0px 26px -10px rgba(0, 0, 0, 0.75);
}
.navbar .nav > li > .dropdown-menu .dropdown-menu {
  padding-top: 20px;
  padding-bottom: 20px;
  min-width: 200px;
}
@media (max-width: 979px) {
  .navbar .nav > li > .dropdown-menu {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
  }
}
.navbar .nav > li > .dropdown-menu a {
  text-align: center;
}
.navbar .nav > li > .dropdown-menu:before,
.navbar .nav > li > .dropdown-menu:after {
  content: "";
}
.navbar .nav > li > .dropdown-menu:before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 9.5px 12px 9.5px;
  border-color: transparent transparent #ffffff;
  content: '';
  display: block;
  position: absolute;
  top: -12px;
  left: 10px;
}
@media (max-width: 979px) {
  .navbar .nav > li > .dropdown-menu:before {
    display: none;
  }
}
.icons .dropdown-menu {
  left: auto;
  right: 0;
}
.dropdown-menu {
  -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;
  background-color: #FFF;
  border-radius: 0px;
  border: none;
  padding: 0;
  top: 95%;
  left: 50px;
}
.dropdown-menu.right-edge {
  left: -100%;
}
.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: 16px;
  font-weight: 400;
  padding: 20px 40px;
  color: #352a3a;
}
.dropdown-menu li > a:hover,
.dropdown-menu li > a:focus,
.dropdown-menu li > a:active {
  background: #FFF;
  color: #caba8a;
}
.dropdown-menu .dropdown-submenu {
  border-radius: 0px;
}
.dropdown-menu .dropdown-submenu:hover > a,
.dropdown-menu .dropdown-submenu:focus > a {
  background: #FFF;
  color: #caba8a;
}
.dropdown-menu .dropdown-submenu:hover > .dropdown-menu,
.dropdown-menu .dropdown-submenu:focus > .dropdown-menu {
  -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;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-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 {
  display: none;
}
.dropdown-menu .dropdown-submenu .dropdown-menu {
  top: 15%;
  border-radius: 0px;
}
li > .dropdown-menu {
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-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 {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-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 #dacfad;
  }
  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;
    color: #352a3a;
  }
  li > .dropdown-menu .dropdown-submenu:hover > a,
  li > .dropdown-menu .dropdown-submenu:focus > a {
    background: transparent;
    color: #352a3a;
  }
  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;
    color: #352a3a;
  }
  li > .dropdown-menu .dropdown-submenu > a:after {
    border: none;
  }
  li > .dropdown-menu .dropdown-submenu .dropdown-menu {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-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: 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;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    filter: alpha(opacity=100);
    visibility: visible;
  }
}
/* 6 Shortcode Styles
------------------------------------------------------------------------------*/
/* Accordions
------------------------------------------------------------------------------*/
.accordion {
  margin-bottom: 0;
  overflow: hidden;
  background-color: #FFF;
}
.accordion .accordion-group {
  border-radius: 0;
  margin-bottom: 0;
  border: none;
}
.accordion .accordion-group:first-of-type {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
.accordion .accordion-group:first-of-type .accordion-heading .accordion-toggle {
  border-top: none;
}
.accordion .accordion-group:last-of-type {
  border-bottom: none;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
.accordion .accordion-group .accordion-heading .accordion-toggle {
  padding: 20px 30px 20px;
  position: relative;
  text-decoration: none;
  color: #352a3a;
  border-top: 1px solid #e1e1e1;
}
.accordion .accordion-group .accordion-heading .accordion-toggle:before {
  content: "\f078";
  display: inline-block;
  font-family: "FontAwesome";
  font-size: .8em;
  margin-right: 10px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.accordion .accordion-group .accordion-heading .accordion-toggle.collapsed {
  text-decoration: none;
  color: #caba8a;
}
.accordion .accordion-group .accordion-heading .accordion-toggle.collapsed:before {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.accordion .accordion-group .accordion-heading > a {
  font-weight: 700;
  font-size: 14px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.accordion .accordion-inner {
  border-top: 0;
  line-height: 1.8em;
  padding: 0 30px 30px 30px;
}
.accordion .accordion-inner .rstpl-box-image {
  float: left;
  margin: 0 15px 0 0;
}
@media (max-width: 767px) {
  .accordion {
    margin-bottom: 15px;
  }
}
/* Tabs
------------------------------------------------------------------------------*/
.rstpl-tabs .nav-tabs {
  border: none;
  margin: 0;
}
.rstpl-tabs .nav-tabs > li {
  margin-right: 10px;
}
.rstpl-tabs .nav-tabs > li > a {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border: none;
  font-size: 12px;
  font-weight: 700;
  padding-top: 17px;
  padding-bottom: 17px;
  text-transform: uppercase;
  background-color: #352a3a;
  color: #FFF;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.rstpl-tabs .nav-tabs > li > a:hover {
  background-color: #FFF;
  color: #caba8a;
}
.rstpl-tabs .nav-tabs > li.active > a {
  border: none;
  background-color: #FFF;
  color: #caba8a;
}
.rstpl-tabs .tab-content {
  overflow: hidden;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  background-color: #FFF;
}
.rstpl-tabs .tab-content .rstpl-box-title {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: .5em;
  color: #caba8a;
}
.rstpl-tabs .tab-content .rstpl-box-content {
  line-height: 1.8em;
  font-size: 14px;
}
.rstpl-tabs .tab-content .rstpl-box-image {
  float: left;
  margin: 0 15px 0 0;
  border: 1px solid #e1e1e1;
  padding: 10px;
}
@media (max-width: 767px) {
  .rstpl-tabs {
    padding: 0 20px;
    margin-bottom: 15px;
  }
}
/* Full Width Carousel
------------------------------------------------------------------------------*/
.rstpl-fullwidth-carousel,
.rstpl-full-width-carousel {
  position: relative;
  overflow: visible;
  text-align: center;
}
.rstpl-fullwidth-carousel .carousel,
.rstpl-full-width-carousel .carousel {
  margin: 0;
  padding-top: 50px;
}
.rstpl-fullwidth-carousel .carousel .carousel-inner .item > div,
.rstpl-full-width-carousel .carousel .carousel-inner .item > div {
  overflow: hidden;
  position: relative;
}
.rstpl-fullwidth-carousel .rstpl-carousel-slide,
.rstpl-full-width-carousel .rstpl-carousel-slide {
  position: relative;
  color: #FFF;
}
.rstpl-fullwidth-carousel .rstpl-carousel-slide .rstpl-box-image,
.rstpl-full-width-carousel .rstpl-carousel-slide .rstpl-box-image {
  position: relative;
  display: block;
}
.rstpl-fullwidth-carousel .rstpl-carousel-slide .rstpl-box-image:before,
.rstpl-full-width-carousel .rstpl-carousel-slide .rstpl-box-image:before {
  -webkit-box-shadow: inset 30px 30px 0px 0px #ffffff, inset -30px -30px 0px 0px #ffffff;
  -moz-box-shadow: inset 30px 30px 0px 0px #ffffff, inset -30px -30px 0px 0px #ffffff;
  -ms-box-shadow: inset 30px 30px 0px 0px #ffffff, inset -30px -30px 0px 0px #ffffff;
  -o-box-shadow: inset 30px 30px 0px 0px #ffffff, inset -30px -30px 0px 0px #ffffff;
  box-shadow: inset 30px 30px 0px 0px #ffffff, inset -30px -30px 0px 0px #ffffff;
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.rstpl-fullwidth-carousel .rstpl-carousel-slide .rstpl-box-image:after,
.rstpl-full-width-carousel .rstpl-carousel-slide .rstpl-box-image:after {
  content: '';
  width: 100%;
  height: 50%;
  background-color: rgba(0, 0, 0, 0);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#000000));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), #000000);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0), #000000);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0), #000000);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0), #000000);
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
}
.rstpl-fullwidth-carousel .rstpl-carousel-slide .rstpl-box-image > img,
.rstpl-full-width-carousel .rstpl-carousel-slide .rstpl-box-image > img {
  width: 100%;
  background-color: #FFF;
  position: relative;
}
.rstpl-fullwidth-carousel .rstpl-carousel-slide > h4,
.rstpl-full-width-carousel .rstpl-carousel-slide > h4 {
  position: absolute;
  bottom: 105px;
  left: 0;
  color: #FFF;
  font-size: 48px;
  padding: 0 50px;
  z-index: 2;
  font-family: 'Great Vibes', Helvetica, serif;
  text-align: left;
}
@media (min-width: 480px) and (max-width: 1199px) {
  .rstpl-fullwidth-carousel .rstpl-carousel-slide > h4,
  .rstpl-full-width-carousel .rstpl-carousel-slide > h4 {
    bottom: 30px;
    left: 36px;
    font-size: 30px;
    padding: 0;
  }
}
.rstpl-fullwidth-carousel .rstpl-carousel-slide > p,
.rstpl-full-width-carousel .rstpl-carousel-slide > p {
  position: absolute;
  bottom: 35px;
  left: 0;
  padding: 0 50px;
  font-size: 14px;
  text-align: left;
  z-index: 2;
  line-height: 18px;
}
@media (min-width: 480px) and (max-width: 1199px) {
  .rstpl-fullwidth-carousel .rstpl-carousel-slide > p,
  .rstpl-full-width-carousel .rstpl-carousel-slide > p {
    display: none;
  }
}
@media (max-width: 767px) {
  .rstpl-fullwidth-carousel .rstpl-carousel-slide,
  .rstpl-full-width-carousel .rstpl-carousel-slide {
    margin-bottom: 15px;
  }
}
.rstpl-fullwidth-carousel .rstpl-carousel-container,
.rstpl-full-width-carousel .rstpl-carousel-container {
  position: relative;
  z-index: 1;
}
.rstpl-fullwidth-carousel .carousel-control,
.rstpl-full-width-carousel .carousel-control {
  border: none;
  border-radius: 0;
  font-size: 1.125em;
  line-height: 18px;
  font-weight: 700;
  width: 55px;
  height: 170px;
  margin: 0;
  left: -10%;
  top: 50%;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  background: transparent;
  color: #caba8a;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  text-align: center;
  z-index: 3;
  padding-top: 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;
}
@media (max-width: 1199px) {
  .rstpl-fullwidth-carousel .carousel-control,
  .rstpl-full-width-carousel .carousel-control {
    display: none;
  }
}
.rstpl-fullwidth-carousel .carousel-control:before,
.rstpl-full-width-carousel .carousel-control:before {
  content: '';
  width: 2px;
  height: 85px;
  background-color: #caba8a;
  display: block;
  margin: 0 auto;
  bottom: -15px;
  position: relative;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.rstpl-fullwidth-carousel .carousel-control:after,
.rstpl-full-width-carousel .carousel-control:after {
  content: '';
  width: 2px;
  height: 85px;
  background-color: #caba8a;
  display: block;
  margin: 0 auto;
  top: -11px;
  position: relative;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}
.rstpl-fullwidth-carousel .carousel-control.right:before,
.rstpl-full-width-carousel .carousel-control.right:before {
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}
.rstpl-fullwidth-carousel .carousel-control.right:after,
.rstpl-full-width-carousel .carousel-control.right:after {
  -webkit-transform: rotate(225deg);
  -moz-transform: rotate(225deg);
  -o-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  transform: rotate(225deg);
}
.rstpl-fullwidth-carousel .carousel-control span,
.rstpl-full-width-carousel .carousel-control span {
  font-size: 125px;
  line-height: 170px;
  text-align: center;
  display: none;
}
.rstpl-fullwidth-carousel .carousel-control.right,
.rstpl-full-width-carousel .carousel-control.right {
  left: auto;
  right: -10%;
}
/* Simple Carousel
------------------------------------------------------------------------------*/
.rstpl-simple-carousel {
  background-color: #FFF;
  padding: 60px 0;
  overflow: hidden;
}
.rstpl-simple-carousel .carousel {
  margin: 0;
}
.rstpl-simple-carousel .rstpl-box-image img {
  width: 100%;
}
@media (max-width: 767px) {
  .rstpl-simple-carousel .rstpl-box-image {
    display: none;
  }
}
.rstpl-simple-carousel .rstpl-box-title {
  font-size: 24px;
  margin-bottom: 30px;
  font-family: 'Raleway', Arial, Helvetica, sans-serif;
  font-weight: 600;
}
.rstpl-simple-carousel .rstpl-box-content {
  line-height: 1.8em;
  margin: 0;
  padding-left: 20px;
}
.rstpl-simple-carousel .rstpl-box-content br {
  margin-bottom: 10px;
}
.rstpl-simple-carousel img {
  width: 100%;
}
.rstpl-simple-carousel .carousel-inner {
  margin: 0 auto;
  overflow: visible;
  display: inline-block;
}
.rstpl-simple-carousel .carousel-inner .item {
  margin: 0 auto;
  width: 85%;
}
@media (max-width: 1199px) {
  .rstpl-simple-carousel .carousel-inner .item {
    width: 78%;
  }
}
.rstpl-simple-carousel .carousel-control {
  border: none;
  border-radius: 0px;
  left: 0;
  font-size: 1.125em;
  font-weight: 700;
  height: 70px;
  width: 70px;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  top: 50%;
  -webkit-transform: translate(0, -15px);
  -moz-transform: translate(0, -15px);
  -o-transform: translate(0, -15px);
  -ms-transform: translate(0, -15px);
  transform: translate(0, -15px);
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  text-align: center;
  background: #caba8a;
}
.rstpl-simple-carousel .carousel-control span {
  font-size: 1.4em;
  font-weight: 700;
  height: 70px;
  width: 70px;
  padding: 27px 0;
  text-align: center;
}
.rstpl-simple-carousel .carousel-control:hover {
  background: #352a3a;
}
.rstpl-simple-carousel .carousel-control.right {
  left: auto;
  right: 0;
}
@media (max-width: 767px) {
  .rstpl-simple-carousel .carousel-control {
    width: 50px;
    height: 50px;
    -webkit-transform: translate(0, -40px);
    -moz-transform: translate(0, -40px);
    -o-transform: translate(0, -40px);
    -ms-transform: translate(0, -40px);
    transform: translate(0, -40px);
  }
  .rstpl-simple-carousel .carousel-control span {
    width: 50px;
    height: 50px;
    padding: 18px 0;
  }
  .rstpl-simple-carousel .carousel-control.left {
    top: 0;
    right: 51px;
    left: auto;
  }
  .rstpl-simple-carousel .carousel-control.right {
    top: 0;
  }
}
/* Fullwidth Vertical Image Box
------------------------------------------------------------------------------*/
.rstpl-box-full-width-vertical-image {
  position: relative;
  overflow: hidden;
  text-align: center;
  background-size: cover;
}
.rstpl-box-full-width-vertical-image .rstpl-box-container {
  position: relative;
  z-index: 1;
}
.rstpl-box-full-width-vertical-image .rstpl-box-container a {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  border: 2px solid #FFF;
  padding: 15px 50px;
  margin-bottom: 50px;
}
.rstpl-box-full-width-vertical-image .rstpl-box-title {
  margin-top: 110px;
  margin-bottom: 55px;
  font-size: 60px;
  font-family: 'Raleway', Arial, Helvetica, sans-serif;
  font-weight: 700;
  line-height: 1em;
}
.rstpl-box-full-width-vertical-image .rstpl-box-title span {
  font-family: 'Great Vibes', Helvetica, serif;
  color: #caba8a;
  font-weight: 400;
  font-size: 72px;
}
.rstpl-box-full-width-vertical-image .rstpl-box-content {
  font-weight: 400;
  padding-left: 15%;
  padding-right: 15%;
  margin: 0 auto;
  margin-bottom: 50px;
  color: rgba(255, 255, 255, 0.4);
}
.rstpl-box-full-width-vertical-image .rstpl-box-image-group {
  position: relative;
  width: 100%;
  z-index: 0;
  -webkit-backface-visibility: hidden;
}
.rstpl-box-full-width-vertical-image .rstpl-box-image-group .rstpl-box-image {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  top: 1em;
  z-index: 2;
  border-radius: 0px;
}
.rstpl-box-full-width-vertical-image .rstpl-box-image-group > div {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  position: absolute;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
}
.rstpl-box-full-width-vertical-image .rstpl-box-image-group > div img {
  padding: 15px;
  z-index: 0;
  background-color: rgba(255, 255, 255, 0.95);
}
.rstpl-box-full-width-vertical-image.dark {
  color: #352a3a;
}
.rstpl-box-full-width-vertical-image.dark:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
}
.rstpl-box-full-width-vertical-image.dark a {
  color: #FFF;
  -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-box-full-width-vertical-image.dark a:hover {
  color: #b29b55;
  border-color: #b29b55;
  -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-box-full-width-vertical-image.dark h1,
.rstpl-box-full-width-vertical-image.dark h2,
.rstpl-box-full-width-vertical-image.dark h3,
.rstpl-box-full-width-vertical-image.dark h4,
.rstpl-box-full-width-vertical-image.dark h5,
.rstpl-box-full-width-vertical-image.dark h6 {
  color: #FFF;
}
.rstpl-box-full-width-vertical-image.light {
  color: #352a3a;
}
.rstpl-box-full-width-vertical-image.light:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
}
.rstpl-box-full-width-vertical-image.light .rstpl-box-content {
  color: rgba(53, 42, 58, 0.8);
}
.rstpl-box-full-width-vertical-image.light a {
  color: #352a3a;
  border-color: #352a3a;
  -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-box-full-width-vertical-image.light a:hover {
  color: #caba8a;
  border-color: #caba8a;
  -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-box-full-width-vertical-image.light h1,
.rstpl-box-full-width-vertical-image.light h2,
.rstpl-box-full-width-vertical-image.light h3,
.rstpl-box-full-width-vertical-image.light h4,
.rstpl-box-full-width-vertical-image.light h5,
.rstpl-box-full-width-vertical-image.light h6 {
  color: #352a3a;
}
@media (max-width: 767px) {
  .rstpl-box-full-width-vertical-image .rstpl-box-image-group .rstpl-box-image {
    width: 100%;
  }
}
/* Full Width Horizontal Icon Box
------------------------------------------------------------------------------*/
.rstpl-box-full-width-horizontal-icon {
  padding: 70px 0;
  z-index: -2;
}
.rstpl-box-full-width-horizontal-icon .wrapper {
  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;
  padding: 50px 35px;
  z-index: 0;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 767px) {
  .rstpl-box-full-width-horizontal-icon .wrapper {
    display: block ;
  }
}
.rstpl-box-full-width-horizontal-icon .wrapper:after {
  z-index: -1;
}
.rstpl-box-full-width-horizontal-icon .rstpl-box-icon {
  font-size: 45px;
  margin-bottom: 20px;
}
.rstpl-box-full-width-horizontal-icon .rstpl-box-title h3 {
  font-size: 24px;
  margin: 0;
}
.rstpl-box-full-width-horizontal-icon .rstpl-box-content p {
  font-size: 14px;
  font-weight: 400;
  margin: 0;
}
.rstpl-box-full-width-horizontal-icon .rstpl-box-content a {
  -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-box-full-width-horizontal-icon.light {
  background-color: #352a3a;
  color: #FFF;
}
.rstpl-box-full-width-horizontal-icon.light h1,
.rstpl-box-full-width-horizontal-icon.light h2,
.rstpl-box-full-width-horizontal-icon.light h3,
.rstpl-box-full-width-horizontal-icon.light h4,
.rstpl-box-full-width-horizontal-icon.light h5,
.rstpl-box-full-width-horizontal-icon.light h6 {
  color: #caba8a;
}
.rstpl-box-full-width-horizontal-icon.dark {
  background-color: #caba8a;
  color: #FFF;
}
.rstpl-box-full-width-horizontal-icon.dark h1,
.rstpl-box-full-width-horizontal-icon.dark h2,
.rstpl-box-full-width-horizontal-icon.dark h3,
.rstpl-box-full-width-horizontal-icon.dark h4,
.rstpl-box-full-width-horizontal-icon.dark h5,
.rstpl-box-full-width-horizontal-icon.dark h6 {
  color: #352a3a;
}
.rstpl-box-full-width-horizontal-icon.dark .btn-primary {
  display: inline-block;
  padding: 10px 20px;
  color: #352a3a;
  margin-bottom: 0;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  text-shadow: none;
  vertical-align: middle;
  cursor: pointer;
  background-color: #352a3a;
  background-image: none;
  border: none;
  border-radius: 0px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  text-transform: uppercase;
  font-weight: 600;
  color: #FFF;
}
.rstpl-box-full-width-horizontal-icon.dark .btn-primary:hover {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  background-color: #1a151c;
  color: #352a3a;
}
.rstpl-box-full-width-horizontal-icon.dark .btn-primary:hover,
.rstpl-box-full-width-horizontal-icon.dark .btn-primary:focus,
.rstpl-box-full-width-horizontal-icon.dark .btn-primary:active {
  background-color: #503f58;
  color: #FFF;
}
@media (max-width: 767px) {
  .rstpl-box-full-width-horizontal-icon {
    padding: 60px 25px;
  }
  .rstpl-box-full-width-horizontal-icon .rstpl-box-icon,
  .rstpl-box-full-width-horizontal-icon .rstpl-box-title,
  .rstpl-box-full-width-horizontal-icon .span2 {
    text-align: center;
  }
  .rstpl-box-full-width-horizontal-icon .btn {
    margin-top: 15px;
    float: none;
  }
}
@media (min-width: 768px) and (max-width: 980px) {
  .rstpl-box-full-width-horizontal-icon .wrapper > .span1 {
    margin-right: 20px;
  }
}
.no-flexbox .rstpl-box-full-width-horizontal-icon {
  padding: 70px 0;
  z-index: -2;
}
.no-flexbox .rstpl-box-full-width-horizontal-icon .wrapper {
  display: block;
}
.no-flexbox .rstpl-box-full-width-horizontal-icon .wrapper [class*='span'] {
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}
/* Full Width Simple Box
------------------------------------------------------------------------------*/
.rstpl-full-width-bg {
  padding: 70px 0;
  text-align: center;
}
@media (max-width: 979px) {
  .rstpl-full-width-bg {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.rstpl-full-width-bg p {
  margin: 0;
  text-align: center;
  font-size: 44px;
  padding: 40px 0;
  line-height: 45px;
}
@media (max-width: 1200px) {
  .rstpl-full-width-bg p {
    font-size: 36px;
  }
}
.rstpl-full-width-bg.light {
  background-color: #caba8a;
  color: #352a3a;
}
.rstpl-full-width-bg.dark {
  background-color: #352a3a;
  color: #caba8a;
}
/* Vertical Icon Box
------------------------------------------------------------------------------*/
.rstpl-box-vertical-icon {
  padding: 30px 45px;
  text-align: center;
}
@media (max-width: 1199px) {
  .rstpl-box-vertical-icon {
    padding: 25px;
  }
}
@media (max-width: 767px) {
  .rstpl-box-vertical-icon {
    padding: 45px;
  }
}
.rstpl-box-vertical-icon .rstpl-box-icon {
  text-align: center;
  width: 200px;
  height: 200px;
  line-height: 230px;
  position: relative;
  background-color: #FFF;
  border-radius: 50%;
  margin: 0 auto;
  -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-box-vertical-icon .rstpl-box-icon span {
  font-size: 65px;
  color: #352a3a;
  text-align: center;
  -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-box-vertical-icon .rstpl-box-image {
  padding: 30px;
  border-radius: 50%;
  background-color: #FFF;
}
.rstpl-box-vertical-icon .rstpl-box-title {
  margin: 25px 0;
  font-family: 'Raleway', Arial, Helvetica, sans-serif;
  font-size: 24px;
  font-weight: 700;
}
.rstpl-box-vertical-icon .rstpl-box-content {
  font-size: 14px;
  margin-bottom: 30px;
}
.rstpl-box-vertical-icon:hover > .rstpl-box-icon {
  background-color: #352a3a;
  -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-box-vertical-icon:hover > .rstpl-box-icon > span {
  color: #FFF;
  -webkit-animation: toLeft 0.3s forwards;
  -moz-animation: toLeft 0.3s forwards;
  animation: toLeft 0.3s forwards;
}
@-webkit-keyframes toLeft {
  49% {
    -webkit-transform: translateX(-100%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translateX(100%);
  }
  51% {
    opacity: 1;
  }
}
@-moz-keyframes toLeft {
  49% {
    -moz-transform: translateX(-100%);
  }
  50% {
    opacity: 0;
    -moz-transform: translateX(100%);
  }
  51% {
    opacity: 1;
  }
}
@keyframes toLeft {
  49% {
    transform: translateX(-100%);
  }
  50% {
    opacity: 0;
    transform: translateX(100%);
  }
  51% {
    opacity: 1;
  }
}
/* Parallax Box
------------------------------------------------------------------------------*/
.rstpl-box-parallax {
  background-attachment: fixed;
  background-position: center top;
  background-size: cover;
  width: 100%;
  min-height: 500px;
  position: relative;
  margin: 20px 0;
}
.rstpl-box-parallax:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.rstpl-box-parallax.light:before {
  background-color: rgba(255, 255, 255, 0.8);
}
.rstpl-box-parallax.light h1,
.rstpl-box-parallax.light h2,
.rstpl-box-parallax.light h3,
.rstpl-box-parallax.light h4,
.rstpl-box-parallax.light h5,
.rstpl-box-parallax.light h6 {
  color: #000;
}
.rstpl-box-parallax.dark {
  color: #FFF;
}
.rstpl-box-parallax.dark:before {
  background-color: rgba(0, 0, 0, 0.7);
}
.rstpl-box-parallax.dark h1,
.rstpl-box-parallax.dark h2,
.rstpl-box-parallax.dark h3,
.rstpl-box-parallax.dark h4,
.rstpl-box-parallax.dark h5,
.rstpl-box-parallax.dark h6 {
  color: #FFF;
}
.rstpl-box-parallax .rstpl-box-details {
  position: absolute;
  width: 100%;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.rstpl-box-parallax .rstpl-box-title {
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  font-family: 'Raleway', Arial, Helvetica, sans-serif;
  font-weight: 700;
}
.rstpl-box-parallax .rstpl-box-content {
  width: 100%;
  line-height: 1.6em;
  text-align: center;
  padding: 0 7%;
}
.rstpl-box-parallax .rsp_container {
  margin: 50px 0;
}
@media (max-width: 979px) {
  .rstpl-box-parallax {
    background-attachment: local;
    background-origin: initial;
    background-clip: initial;
    background-size: cover;
  }
}
/* Personal Box
------------------------------------------------------------------------------*/
.rstpl-box-personal {
  padding: 30px;
  text-align: center;
}
@media (max-width: 1199px) {
  .rstpl-box-personal {
    padding: 25px;
  }
}
@media (max-width: 767px) {
  .rstpl-box-personal {
    padding: 45px 45px;
  }
}
.rstpl-box-personal .rstpl-box-image {
  padding: 30px;
  border-radius: 50%;
  background-color: #FFF;
}
@media (max-width: 767px) {
  .rstpl-box-personal .rstpl-box-image {
    padding: 15px;
  }
}
.rstpl-box-personal .rstpl-box-title {
  margin: 25px 0;
  font-family: 'Raleway', Arial, Helvetica, sans-serif;
  font-size: 24px;
  font-weight: 700;
}
.rstpl-box-personal .rstpl-box-content {
  font-size: 14px;
  margin-bottom: 30px;
}
/* Price Box
------------------------------------------------------------------------------*/
.rstpl-box-pricing {
  padding: 60px;
  background-color: #FFF;
  margin-top: 20px;
}
@media (min-width: 480px) and (max-width: 979px) {
  .rstpl-box-pricing {
    padding: 10px;
  }
}
.rstpl-box-pricing .shanti-separator > img {
  background-color: #FFF;
}
.rstpl-box-pricing .shanti-separator > svg {
  background-color: #FFF;
}
.rstpl-box-pricing .shanti-separator > svg > path {
  fill: #caba8a;
}
.rstpl-box-pricing.highlight {
  background-color: #caba8a;
}
.rstpl-box-pricing.highlight ::-moz-selection {
  background: #352a3a;
  color: #fff;
  text-shadow: none;
}
.rstpl-box-pricing.highlight ::selection {
  background: #352a3a;
  color: #fff;
  text-shadow: none;
}
.rstpl-box-pricing.highlight .table td {
  color: #FFF;
}
.rstpl-box-pricing.highlight .rstpl-box-icon {
  background-color: #FFF;
}
.rstpl-box-pricing.highlight .rstpl-box-icon span {
  color: #352a3a;
}
.rstpl-box-pricing.highlight .rstpl-box-icon:hover {
  background-color: #FFF;
}
.rstpl-box-pricing.highlight .rstpl-box-title {
  color: #FFF;
}
.rstpl-box-pricing.highlight .shanti-separator {
  background-color: #caba8a;
}
.rstpl-box-pricing.highlight .shanti-separator:before {
  background-color: #FFF;
}
.rstpl-box-pricing.highlight .shanti-separator > svg {
  background-color: #caba8a;
}
.rstpl-box-pricing.highlight .shanti-separator > svg path {
  fill: #FFF;
}
.rstpl-box-pricing.highlight .rstpl-box-pricetag {
  color: #FFF;
}
.rstpl-box-pricing .table {
  margin-bottom: 0;
  border-collapse: separate;
}
.rstpl-box-pricing .table td {
  padding: 10px 0;
  position: relative;
  text-align: center;
  color: #616060;
  font-size: 14px;
  font-weight: 700;
  border: none;
}
.rstpl-box-pricing .table tr:last-of-type td {
  padding-top: 35px;
}
.rstpl-box-pricing .rstpl-box-icon {
  text-align: center;
  width: 100px;
  height: 100px;
  line-height: 100px;
  position: relative;
  background-color: #caba8a;
  border-radius: 50%;
  -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;
  margin: 0 auto;
}
.rstpl-box-pricing .rstpl-box-icon span {
  font-size: 30px;
  color: #FFF;
  text-align: center;
  -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-box-pricing .rstpl-box-icon:hover {
  background-color: #caba8a;
  -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-box-pricing .rstpl-box-icon:hover > span {
  -webkit-animation: toLeft 0.3s forwards;
  -moz-animation: toLeft 0.3s forwards;
  animation: toLeft 0.3s forwards;
}
.rstpl-box-pricing .rstpl-box-title {
  font-size: 30x;
  font-weight: 700;
  padding: 30px 0;
  color: #352a3a;
  font-family: 'Raleway', Arial, Helvetica, sans-serif;
}
.rstpl-box-pricing .rstpl-box-pricetag {
  display: block;
  font-size: 48px;
  font-weight: 700;
  padding: 30px 0;
  color: #caba8a;
}
.rstpl-box-pricing .rstpl-box-content {
  padding: 15px 0;
  font-size: 12px;
  font-weight: 500;
}
.rstpl-box-pricing .btn {
  margin: 0;
  background-color: #352a3a;
  color: #FFF;
}
.rstpl-box-pricing .btn:hover {
  background-color: #caba8a;
}
@media (max-width: 767px) {
  .rstpl-box-pricing {
    margin: 20px;
    margin-bottom: 50px;
  }
}
/* Thumb Price Box
------------------------------------------------------------------------------*/
.rstpl-box-price-thumb {
  position: relative;
  display: inline-block;
  margin-top: 30px;
  margin-bottom: 30px;
}
.rstpl-box-price-thumb .rstpl-box-image {
  float: left;
  margin: 0 10px 0 0;
  padding: 23px;
  background-color: #FFF;
  width: 170px;
  border-radius: 0px;
}
.rstpl-box-price-thumb .rstpl-box-title {
  color: #caba8a;
  font-size: 24px;
}
.rstpl-box-price-thumb .rstpl-box-content {
  padding-left: 200px;
  font-size: 14px;
}
.rstpl-box-price-thumb .rstpl-box-content > a {
  float: right;
  text-transform: uppercase;
  font-weight: 800;
  color: #352a3a;
}
.rstpl-box-price-thumb .rstpl-box-content > a:hover {
  color: #caba8a;
}
.rstpl-box-price-thumb .rstpl-price {
  color: #ababab;
  font-size: 30px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .rstpl-box-price-thumb {
    padding: 0 20px;
    margin-bottom: 20px;
  }
  .rstpl-box-price-thumb .rstpl-box-image {
    width: 100%;
    display: block;
    margin-bottom: 10px;
  }
  .rstpl-box-price-thumb .rstpl-box-image > img {
    width: 100%;
  }
  .rstpl-box-price-thumb .rstpl-box-content {
    padding-left: 0;
    display: block;
  }
}
/* Thumbnail Box
------------------------------------------------------------------------------*/
.rstpl-box-thumb {
  position: relative;
  display: inline-block;
  margin-top: 30px;
  margin-bottom: 30px;
}
.rstpl-box-thumb .rstpl-box-image {
  float: left;
  margin: 0 10px 0 0;
  background-color: #FFF;
  width: 70px;
  height: 70px;
  border-radius: 0px;
}
.rstpl-box-thumb .rstpl-box-title {
  color: #352a3a;
  font-size: 14px;
}
.rstpl-box-thumb .rstpl-box-content {
  padding-left: 100px;
  font-size: 14px;
}
.rstpl-box-thumb .rstpl-box-content > a {
  text-transform: uppercase;
  font-weight: 800;
  color: #352a3a;
}
.rstpl-box-thumb .rstpl-box-content > a:hover {
  color: #caba8a;
}
@media (max-width: 767px) {
  .rstpl-box-thumb {
    padding: 0 20px;
    margin-bottom: 20px;
  }
}
/* Vertical Image Box
------------------------------------------------------------------------------*/
.rstpl-box-vertical-image {
  background-color: #FFF;
  padding: 50px 30px;
  text-align: center;
  margin-top: 30px;
}
.rstpl-box-vertical-image .rstpl-box-title {
  font-size: 30px;
  font-family: 'Raleway', Arial, Helvetica, sans-serif;
  font-weight: 700;
  color: #616060;
  margin: 0 auto;
  padding: 0;
}
.rstpl-box-vertical-image .shanti-separator {
  width: 65%;
  margin: 0 auto;
  margin-top: 25px;
  margin-bottom: 25px;
}
.rstpl-box-vertical-image .shanti-separator > img {
  background-color: #FFF;
}
.rstpl-box-vertical-image .shanti-separator > svg {
  background-color: #FFF;
}
.rstpl-box-vertical-image .shanti-separator > svg > path {
  fill: #caba8a;
}
.rstpl-box-vertical-image .rstpl-box-content {
  padding-top: 20px;
}
.rstpl-box-vertical-image .rstpl-box-content .rstpl-box-details {
  font-size: 14px;
  width: 88%;
  display: block;
  margin: 0 auto;
  margin-bottom: 20px;
}
.rstpl-box-vertical-image .rstpl-box-content .rstpl-price {
  font-size: 36px;
  display: block;
  text-align: center;
  font-weight: 700;
  margin-top: 30px;
}
.rstpl-box-vertical-image .rstpl-box-content > a {
  font-size: 24px;
  display: inline-block;
  width: 100%;
  margin-top: 30px;
}
@media (max-width: 767px) {
  .rstpl-box-vertical-image {
    margin-bottom: 15px;
  }
}
/* Fullwidth Article Post
------------------------------------------------------------------------------*/
.rstpl-box-full-width-article-post {
  position: relative;
  overflow: hidden;
  background-size: cover;
  padding-top: 100px;
  padding-bottom: 100px;
}
.rstpl-box-full-width-article-post:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.rstpl-box-full-width-article-post.light:before {
  background: -moz-linear-gradient(left, #efebe8 0%, #efebe8 25%, rgba(239, 235, 232, 0) 100%);
  background: -webkit-linear-gradient(left, #efebe8 0%, #efebe8 25%, rgba(239, 235, 232, 0) 100%);
  background: linear-gradient(to right, #efebe8 0%, #efebe8 25%, rgba(239, 235, 232, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#efebe8', endColorstr='#00efebe8', GradientType=1);
}
.rstpl-box-full-width-article-post.dark:before {
  background: -moz-linear-gradient(left, #000000 0%, #000000 25%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(left, #000000 0%, #000000 25%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to right, #000000 0%, #000000 25%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#efebe8', endColorstr='#00efebe8', GradientType=1);
}
.rstpl-box-full-width-article-post .rstpl-box-container {
  position: relative;
  z-index: 1;
  width: 470px;
  background-color: #FFF;
  padding: 60px 70px;
}
@media (max-width: 767px) {
  .rstpl-box-full-width-article-post .rstpl-box-container {
    width: 320px;
    padding: 45px 35px;
    margin: 0 auto;
  }
}
.rstpl-box-full-width-article-post .rstpl-box-container .rstpl-box-title {
  margin-top: 0;
  font-family: 'Raleway', Arial, Helvetica, sans-serif;
  font-weight: 800;
  color: #352a3a;
  font-size: 30px;
  text-transform: uppercase;
}
.rstpl-box-full-width-article-post .rstpl-box-container .rstpl-box-subtitle {
  text-align: left;
  font-size: 72px;
  font-family: 'Great Vibes', Helvetica, serif;
  color: #caba8a;
  display: block;
  text-transform: initial;
  font-weight: 400;
  margin-top: 45px;
  text-shadow: 3px 3px 1px rgba(230, 229, 227, 0.9);
}
.rstpl-box-full-width-article-post .rstpl-box-container .rstpl-box-content {
  margin-top: 60px;
}
.rstpl-box-full-width-article-post .rstpl-box-container a {
  display: inline-block;
  padding: 10px 20px;
  color: #352a3a;
  margin-bottom: 0;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  text-shadow: none;
  vertical-align: middle;
  cursor: pointer;
  background-color: #352a3a;
  background-image: none;
  border: none;
  border-radius: 0px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  text-transform: uppercase;
  font-weight: 600;
  color: #FFF;
  margin-top: 30px;
}
.rstpl-box-full-width-article-post .rstpl-box-container a:hover {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  background-color: #1a151c;
  color: #352a3a;
}
.rstpl-box-full-width-article-post .rstpl-box-container a:hover,
.rstpl-box-full-width-article-post .rstpl-box-container a:focus,
.rstpl-box-full-width-article-post .rstpl-box-container a:active {
  background-color: #503f58;
  color: #FFF;
}
/* 11 Widgets
------------------------------------------------------------------------------*/
.rstpl-widget {
  margin-bottom: 30px;
}
/* Twitter Widget
------------------------------------------------------------------------------*/
.rstpl-widget {
  padding: 30px;
}
.rstpl-widget h3 {
  margin: 0;
  padding: 0;
}
.rstpl-widget .rstpl-twitter-widget-slider {
  text-align: center;
}
.rstpl-widget .rstpl-twitter-widget-slider .icon-twitter {
  font-size: 30px;
  color: #352a3a;
  display: inline-block;
  margin: 30px 0;
  width: 100%;
}
.rstpl-widget .rstpl-twitter-widget-slider .author {
  font-size: 18px;
  color: #caba8a;
  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-control {
  top: auto;
  right: auto;
  left: 0;
  font-size: 20px;
  background: none;
  border: none;
  color: #352a3a;
}
.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(202, 186, 138, 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: #caba8a;
  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: #352a3a;
  display: block;
}
.rstpl-widget .rstpl-twitter-widget-list li small {
  text-transform: lowercase;
  font-weight: 700;
}
/* 10 Social Icons
------------------------------------------------------------------------------*/
.rstpl-social-icons {
  list-style: none;
  font-size: 18px;
  margin: 20px 0 0 0;
  padding: 0;
}
.rstpl-social-icons.rstpl-social-more {
  float: right;
}
.rstpl-social-icons.rstpl-social-small {
  margin: 0;
  padding: 25px 0;
  text-align: center;
}
.rstpl-social-icons.rstpl-social-small li {
  display: inline-block;
  position: relative;
}
.rstpl-social-icons.rstpl-social-small .rstpl-social-link {
  border-radius: 25%;
  position: relative;
}
.rstpl-social-icons li {
  display: inline-block;
}
.rstpl-social-icons .rstpl-social-link {
  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: 40px;
  height: 40px;
  display: inline-block;
  border-radius: 50%;
  line-height: 40px;
}
.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 > .rstpl-social-icon-facebook {
  background-color: #3B5998;
}
.rstpl-social-icons .rstpl-social-link:hover > .rstpl-social-icon-twitter {
  background-color: #55ACEE;
}
.rstpl-social-icons .rstpl-social-link:hover > .rstpl-social-icon-linkedin {
  background-color: #1984BC;
}
.rstpl-social-icons .rstpl-social-link:hover > .rstpl-social-icon-google {
  background-color: #DF4B38;
}
.rstpl-social-icons .rstpl-social-link:hover > .rstpl-social-icon-youtube {
  background-color: #B00;
}
.rstpl-social-icons .rstpl-social-link:hover > .rstpl-social-icon-vimeo {
  background-color: #46B5FE;
}
.rstpl-social-icons .rstpl-social-link:hover > .rstpl-social-icon-flickr {
  background-color: #FF0084;
}
.rstpl-social-icons .rstpl-social-link:hover > .rstpl-social-icon-pinterest {
  background-color: #CB2027;
}
.rstpl-social-icons .rstpl-social-link:hover > .rstpl-social-icon-instagram {
  background-color: #125688;
}
.rstpl-social-icons .rstpl-social-link:hover > .rstpl-social-icon-yahoo {
  background-color: #1D1DA3;
}
.rstpl-social-icons .rstpl-social-link:hover > .rstpl-social-icon-skype {
  background-color: #00AFF0;
}
.rstpl-footer-position .rstpl-social-icons > li,
.rstpl-after-footer-position .rstpl-social-icons > li,
.rstpl-copyright-position .rstpl-social-icons > li {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.rstpl-footer-position .rstpl-social-icons > li a,
.rstpl-after-footer-position .rstpl-social-icons > li a,
.rstpl-copyright-position .rstpl-social-icons > li a {
  color: rgba(255, 255, 255, 0.4);
}
@media (max-width: 768px) {
  .rstpl-social.pull-right {
    float: none;
  }
}
/* 10 Preloader Styling
------------------------------------------------------------------------------*/
.pageload-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1001;
  background-color: #caba8a;
}
.pageload-overlay [class*="-loader"] {
  font-size: 1.4rem;
  z-index: 1002;
}
/* Fade Out */
.pageload-overlay.fade-out {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 1s ease-in 0s, opacity 1.5s ease-in 0s;
  -moz-transition: visibility 1s ease-in 0s, opacity 1.5s ease-in 0s;
  transition: visibility 1s ease-in 0s, opacity 1.5s ease-in 0s;
}
/* End Fade Out */
/* Rotate Left */
.pageload-overlay.rotate-left {
  -webkit-animation-name: rotate-left;
  -moz-animation-name: rotate-left;
  animation-name: rotate-left;
  -webkit-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  animation-duration: 1s;
}
@-webkit-keyframes rotate-left {
  0% {
    opacity: 1;
    -webkit-transform-origin: 50% 50%;
    -webkit-transform: scale(1, 1) rotate(0deg);
  }
  100% {
    opacity: 0;
    -webkit-transform-origin: 0% 75%;
    -webkit-transform: scale(0, 0) rotate(-540deg);
  }
}
@-moz-keyframes rotate-left {
  0% {
    opacity: 1;
    -moz-transform-origin: 50% 50%;
    -moz-transform: scale(1, 1) rotate(0deg);
  }
  100% {
    opacity: 0;
    -moz-transform-origin: 0% 75%;
    -moz-transform: scale(0, 0) rotate(-540deg);
  }
}
@keyframes rotate-left {
  0% {
    opacity: 1;
    transform-origin: 50% 50%;
    transform: scale(1, 1) rotate(0deg);
  }
  100% {
    opacity: 0;
    transform-origin: 0% 75%;
    transform: scale(0, 0) rotate(-540deg);
  }
}
/* End Rotate Left */
/* Rotate Right */
.pageload-overlay.rotate-right {
  -webkit-animation-name: rotate-right;
  -moz-animation-name: rotate-right;
  animation-name: rotate-right;
  -webkit-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  animation-duration: 1s;
}
@-webkit-keyframes rotate-right {
  0% {
    opacity: 1;
    -webkit-transform-origin: 50% 50%;
    -webkit-transform: scale(1, 1) rotate(0deg);
  }
  100% {
    opacity: 0;
    -webkit-transform-origin: 100% 75%;
    -webkit-transform: scale(0, 0) rotate(540deg);
  }
}
@-moz-keyframes rotate-right {
  0% {
    opacity: 1;
    -moz-transform-origin: 50% 50%;
    -moz-transform: scale(1, 1) rotate(0deg);
  }
  100% {
    opacity: 0;
    -moz-transform-origin: 100% 75%;
    -moz-transform: scale(0, 0) rotate(540deg);
  }
}
@keyframes rotate-right {
  0% {
    opacity: 1;
    transform-origin: 50% 50%;
    transform: scale(1, 1) rotate(0deg);
  }
  100% {
    opacity: 0;
    transform-origin: 100% 75%;
    transform: scale(0, 0) rotate(540deg);
  }
}
/* End Rotate Right */
/* Slide Left */
.pageload-overlay.slide-left {
  left: -100%;
  opacity: 0;
  -webkit-transition: all 1s linear;
  -moz-transition: all 1s linear;
  transition: all 1s linear;
}
/* End Slide Left */
/* Slide Right */
.pageload-overlay.slide-right {
  left: 100%;
  opacity: 0;
  -webkit-transition: all 1s linear;
  -moz-transition: all 1s linear;
  transition: all 1s linear;
}
/* End Slide Right */
/* Slide Top */
.pageload-overlay.slide-top {
  top: -100%;
  opacity: 0;
  -webkit-transition: all 1s linear;
  -moz-transition: all 1s linear;
  transition: all 1s linear;
}
/* End Slide Top */
/* Slide Bottom */
.pageload-overlay.slide-bottom {
  top: 100%;
  opacity: 0;
  -webkit-transition: all 1s linear;
  -moz-transition: all 1s linear;
  transition: all 1s linear;
}
/* End Slide Bottom */
/* Swipe Bottom Left */
.pageload-overlay.swipe-bottom-left {
  -webkit-animation-name: swipe-bottom-left;
  -moz-animation-name: swipe-bottom-left;
  animation-name: swipe-bottom-left;
  -webkit-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  animation-duration: 1s;
}
@-webkit-keyframes swipe-bottom-left {
  0% {
    opacity: 1;
    -webkit-animation-timing-function: ease-out;
    -webkit-transform-origin: bottom left;
    -webkit-transform: rotate(0deg);
  }
  100% {
    opacity: 0;
    -webkit-animation-timing-function: ease-out;
    -webkit-transform-origin: bottom left;
    -webkit-transform: rotate(-90deg);
  }
}
@-moz-keyframes swipe-bottom-left {
  0% {
    opacity: 1;
    -moz-animation-timing-function: ease-out;
    -moz-transform-origin: bottom left;
    -moz-transform: rotate(0deg);
  }
  100% {
    opacity: 0;
    -moz-animation-timing-function: ease-out;
    -moz-transform-origin: bottom left;
    -moz-transform: rotate(-90deg);
  }
}
@keyframes swipe-bottom-left {
  0% {
    opacity: 1;
    animation-timing-function: ease-out;
    transform-origin: bottom left;
    transform: rotate(0deg);
  }
  100% {
    opacity: 0;
    animation-timing-function: ease-out;
    transform-origin: bottom left;
    transform: rotate(-90deg);
  }
}
/* End Swipe Bottom Left */
/* Swipe Bottom Right */
.pageload-overlay.swipe-bottom-right {
  -webkit-animation-name: swipe-bottom-right;
  -moz-animation-name: swipe-bottom-right;
  animation-name: swipe-bottom-right;
  -webkit-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  animation-duration: 1s;
}
@-webkit-keyframes swipe-bottom-right {
  0% {
    opacity: 1;
    -webkit-animation-timing-function: ease-out;
    -webkit-transform-origin: bottom right;
    -webkit-transform: rotate(0deg);
  }
  100% {
    opacity: 0;
    -webkit-animation-timing-function: ease-out;
    -webkit-transform-origin: bottom right;
    -webkit-transform: rotate(90deg);
  }
}
@-moz-keyframes swipe-bottom-right {
  0% {
    opacity: 1;
    -moz-animation-timing-function: ease-out;
    -moz-transform-origin: bottom right;
    -moz-transform: rotate(0deg);
  }
  100% {
    opacity: 0;
    -moz-animation-timing-function: ease-out;
    -moz-transform-origin: bottom right;
    -moz-transform: rotate(90deg);
  }
}
@keyframes swipe-bottom-right {
  0% {
    opacity: 1;
    animation-timing-function: ease-out;
    transform-origin: bottom right;
    transform: rotate(0deg);
  }
  100% {
    opacity: 0;
    animation-timing-function: ease-out;
    transform-origin: bottom right;
    transform: rotate(90deg);
  }
}
/* End Swipe Bottom Right */
/* Swipe Top Left */
.pageload-overlay.swipe-top-left {
  -webkit-animation-name: swipe-top-left;
  -moz-animation-name: swipe-top-left;
  animation-name: swipe-top-left;
  -webkit-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  animation-duration: 1s;
}
@-webkit-keyframes swipe-top-left {
  0% {
    opacity: 1;
    -webkit-animation-timing-function: ease-out;
    -webkit-transform-origin: top left;
    -webkit-transform: rotate(0deg);
  }
  100% {
    opacity: 0;
    -webkit-animation-timing-function: ease-out;
    -webkit-transform-origin: top left;
    -webkit-transform: rotate(90deg);
  }
}
@-moz-keyframes swipe-top-left {
  0% {
    opacity: 1;
    -moz-animation-timing-function: ease-out;
    -moz-transform-origin: top left;
    -moz-transform: rotate(0deg);
  }
  100% {
    opacity: 0;
    -moz-animation-timing-function: ease-out;
    -moz-transform-origin: top left;
    -moz-transform: rotate(90deg);
  }
}
@keyframes swipe-top-left {
  0% {
    opacity: 1;
    animation-timing-function: ease-out;
    transform-origin: top left;
    transform: rotate(0deg);
  }
  100% {
    opacity: 0;
    animation-timing-function: ease-out;
    transform-origin: top left;
    transform: rotate(90deg);
  }
}
/* End Swipe Top Left */
/* Swipe Top Right */
.pageload-overlay.swipe-top-right {
  -webkit-animation-name: swipe-top-right;
  -moz-animation-name: swipe-top-right;
  animation-name: swipe-top-right;
  -webkit-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  animation-duration: 1s;
}
@-webkit-keyframes swipe-top-right {
  0% {
    opacity: 1;
    -webkit-animation-timing-function: ease-out;
    -webkit-transform-origin: top right;
    -webkit-transform: rotate(0deg);
  }
  100% {
    opacity: 0;
    -webkit-animation-timing-function: ease-out;
    -webkit-transform-origin: top right;
    -webkit-transform: rotate(-90deg);
  }
}
@-moz-keyframes swipe-top-right {
  0% {
    opacity: 1;
    -moz-animation-timing-function: ease-out;
    -moz-transform-origin: top right;
    -moz-transform: rotate(0deg);
  }
  100% {
    opacity: 0;
    -moz-animation-timing-function: ease-out;
    -moz-transform-origin: top right;
    -moz-transform: rotate(-90deg);
  }
}
@keyframes swipe-top-right {
  0% {
    opacity: 1;
    animation-timing-function: ease-out;
    transform-origin: top right;
    transform: rotate(0deg);
  }
  100% {
    opacity: 0;
    animation-timing-function: ease-out;
    transform-origin: top right;
    transform: rotate(-90deg);
  }
}
/* End Swipe Top Right */
/* Shrink Left */
.pageload-overlay.shrink-left {
  -webkit-animation-name: shrink-left;
  -moz-animation-name: shrink-left;
  animation-name: shrink-left;
  -webkit-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  animation-duration: 1s;
}
@-webkit-keyframes shrink-left {
  0% {
    opacity: 1;
    -webkit-transform-origin: 0% 50%;
    -webkit-transform: scale(1) translate(0%, 0%);
  }
  100% {
    opacity: 0;
    -webkit-transform-origin: 0% 50%;
    -webkit-transform: scale(0) translate(-120%, 0%);
  }
}
@-moz-keyframes shrink-left {
  0% {
    opacity: 1;
    -moz-transform-origin: 0% 50%;
    -moz-transform: scale(1) translate(0%, 0%);
  }
  100% {
    opacity: 0;
    -moz-transform-origin: 0% 50%;
    -moz-transform: scale(0) translate(-120%, 0%);
  }
}
@keyframes shrink-left {
  0% {
    opacity: 1;
    transform-origin: 0% 50%;
    transform: scale(1) translate(0%, 0%);
  }
  100% {
    opacity: 0;
    transform-origin: 0% 50%;
    transform: scale(0) translate(-120%, 0%);
  }
}
/* End Shrink Left */
/* Shrink Right */
.pageload-overlay.shrink-right {
  -webkit-animation-name: shrink-right;
  -moz-animation-name: shrink-right;
  animation-name: shrink-right;
  -webkit-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  animation-duration: 1s;
}
@-webkit-keyframes shrink-right {
  0% {
    opacity: 1;
    -webkit-transform-origin: 100% 50%;
    -webkit-transform: scale(1) translate(0%, 0%);
  }
  100% {
    opacity: 0;
    -webkit-transform-origin: 100% 50%;
    -webkit-transform: scale(0) translate(120%, 0%);
  }
}
@-moz-keyframes shrink-right {
  0% {
    opacity: 1;
    -moz-transform-origin: 100% 50%;
    -moz-transform: scale(1) translate(0%, 0%);
  }
  100% {
    opacity: 0;
    -moz-transform-origin: 100% 50%;
    -moz-transform: scale(0) translate(120%, 0%);
  }
}
@keyframes shrink-right {
  0% {
    opacity: 1;
    transform-origin: 100% 50%;
    transform: scale(1) translate(0%, 0%);
  }
  100% {
    opacity: 0;
    transform-origin: 100% 50%;
    transform: scale(0) translate(120%, 0%);
  }
}
/* Shrink Top */
.pageload-overlay.shrink-top {
  -webkit-animation-name: shrink-top;
  -moz-animation-name: shrink-top;
  animation-name: shrink-top;
  -webkit-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  animation-duration: 1s;
}
@-webkit-keyframes shrink-top {
  0% {
    opacity: 1;
    -webkit-transform-origin: 50% 0%;
    -webkit-transform: scale(1) translate(0%, 0%);
  }
  100% {
    opacity: 0;
    -webkit-transform-origin: 50% 0%;
    -webkit-transform: scale(0) translate(0%, -120%);
  }
}
@-moz-keyframes shrink-top {
  0% {
    opacity: 1;
    -moz-transform-origin: 50% 0%;
    -moz-transform: scale(1) translate(0%, 0%);
  }
  100% {
    opacity: 0;
    -moz-transform-origin: 50% 0%;
    -moz-transform: scale(0) translate(0%, -120%);
  }
}
@keyframes shrink-top {
  0% {
    opacity: 1;
    transform-origin: 50% 0%;
    transform: scale(1) translate(0%, 0%);
  }
  100% {
    opacity: 0;
    transform-origin: 50% 0%;
    transform: scale(0) translate(0%, -120%);
  }
}
/* End Shrink Top */
/* Shrink Bottom */
.pageload-overlay.shrink-bottom {
  -webkit-animation-name: shrink-bottom;
  -moz-animation-name: shrink-bottom;
  animation-name: shrink-bottom;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
@-webkit-keyframes shrink-bottom {
  0% {
    opacity: 1;
    -webkit-transform-origin: 50% 100%;
    -webkit-transform: scale(1) translate(0%, 0%);
  }
  100% {
    opacity: 0;
    -webkit-transform-origin: 50% 100%;
    -webkit-transform: scale(0) translate(0%, 120%);
  }
}
@-moz-keyframes shrink-bottom {
  0% {
    opacity: 1;
    -moz-transform-origin: 50% 100%;
    -moz-transform: scale(1) translate(0%, 0%);
  }
  100% {
    opacity: 0;
    -moz-transform-origin: 50% 100%;
    -moz-transform: scale(0) translate(0%, 120%);
  }
}
@keyframes shrink-bottom {
  0% {
    opacity: 1;
    transform-origin: 50% 100%;
    transform: scale(1) translate(0%, 0%);
  }
  100% {
    opacity: 0;
    transform-origin: 50% 100%;
    transform: scale(0) translate(0%, 120%);
  }
}
/* End Shrink Bottom */
/* Shrink Center */
.pageload-overlay.shrink-center {
  -webkit-animation-name: shrink-center;
  -moz-animation-name: shrink-center;
  animation-name: shrink-center;
  -webkit-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  animation-duration: 1s;
}
@-webkit-keyframes shrink-center {
  0% {
    opacity: 1;
    -webkit-transform-origin: 50% 50%;
    -webkit-transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform-origin: 50% 50%;
    -webkit-transform: scale(0);
  }
}
@-moz-keyframes shrink-center {
  0% {
    opacity: 1;
    -moz-transform-origin: 50% 50%;
    -moz-transform: scale(1);
  }
  100% {
    opacity: 0;
    -moz-transform-origin: 50% 50%;
    -moz-transform: scale(0);
  }
}
@keyframes shrink-center {
  0% {
    opacity: 1;
    transform-origin: 50% 50%;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform-origin: 50% 50%;
    transform: scale(0);
  }
}
/* End Shrink Center */
/* Open Left */
.pageload-overlay.open-left {
  -webkit-animation-name: open-left;
  -moz-animation-name: open-left;
  animation-name: open-left;
  -webkit-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  animation-duration: 1s;
}
@-webkit-keyframes open-left {
  0% {
    opacity: 1;
    -webkit-transform-origin: 0 50%;
    -webkit-transform: perspective(800px) rotateY(0deg);
  }
  100% {
    opacity: 0;
    -webkit-transform-origin: 0 50%;
    -webkit-transform: perspective(800px) rotateY(120deg);
  }
}
@-moz-keyframes open-left {
  0% {
    opacity: 1;
    -moz-transform-origin: 0 50%;
    -moz-transform: perspective(800px) rotateY(0deg);
  }
  100% {
    opacity: 0;
    -moz-transform-origin: 0 50%;
    -moz-transform: perspective(800px) rotateY(120deg);
  }
}
@keyframes open-left {
  0% {
    opacity: 1;
    transform-origin: 0 50%;
    transform: perspective(800px) rotateY(0deg);
  }
  100% {
    opacity: 0;
    transform-origin: 0 50%;
    transform: perspective(800px) rotateY(120deg);
  }
}
/* End Open Left */
/* Open Right */
.pageload-overlay.open-right {
  -webkit-animation-name: open-right;
  -moz-animation-name: open-right;
  animation-name: open-right;
  -webkit-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  animation-duration: 1s;
}
@-webkit-keyframes open-right {
  0% {
    opacity: 1;
    -webkit-transform-origin: 100% 50%;
    -webkit-transform: perspective(800px) rotateY(0deg);
  }
  100% {
    opacity: 0;
    -webkit-transform-origin: 100% 50%;
    -webkit-transform: perspective(800px) rotateY(-120deg);
  }
}
@-moz-keyframes open-right {
  0% {
    opacity: 1;
    -moz-transform-origin: 100% 50%;
    -moz-transform: perspective(800px) rotateY(0deg);
  }
  100% {
    opacity: 0;
    -moz-transform-origin: 100% 50%;
    -moz-transform: perspective(800px) rotateY(-120deg);
  }
}
@keyframes open-right {
  0% {
    opacity: 1;
    transform-origin: 100% 50%;
    transform: perspective(800px) rotateY(0deg);
  }
  100% {
    opacity: 0;
    transform-origin: 100% 50%;
    transform: perspective(800px) rotateY(-120deg);
  }
}
/* End Open Right */
/* Open Top */
.pageload-overlay.open-top {
  -webkit-animation-name: open-top;
  -moz-animation-name: open-top;
  animation-name: open-top;
  -webkit-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  animation-duration: 1s;
}
@-webkit-keyframes open-top {
  0% {
    opacity: 1;
    -webkit-transform-origin: 50% 0;
    -webkit-transform: perspective(800px) rotateX(0deg);
  }
  100% {
    opacity: 0;
    -webkit-transform-origin: 50% 0;
    -webkit-transform: perspective(800px) rotateX(-120deg);
  }
}
@-moz-keyframes open-top {
  0% {
    opacity: 1;
    -moz-transform-origin: 50% 0;
    -moz-transform: perspective(800px) rotateX(0deg);
  }
  100% {
    opacity: 0;
    -moz-transform-origin: 50% 0;
    -moz-transform: perspective(800px) rotateX(-120deg);
  }
}
@keyframes open-top {
  0% {
    opacity: 1;
    transform-origin: 50% 0;
    transform: perspective(800px) rotateX(0deg);
  }
  100% {
    opacity: 0;
    transform-origin: 50% 0;
    transform: perspective(800px) rotateX(-120deg);
  }
}
/* End Open Top */
/* Open Bottom */
.pageload-overlay.open-bottom {
  -webkit-animation-name: open-bottom;
  -moz-animation-name: open-bottom;
  animation-name: open-bottom;
  -webkit-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  animation-duration: 1s;
}
@-webkit-keyframes open-bottom {
  0% {
    opacity: 1;
    -webkit-transform-origin: 50% 100%;
    -webkit-transform: perspective(800px) rotateX(0deg);
  }
  100% {
    opacity: 0;
    -webkit-transform-origin: 50% 100%;
    -webkit-transform: perspective(800px) rotateX(120deg);
  }
}
@-moz-keyframes open-bottom {
  0% {
    opacity: 1;
    -moz-transform-origin: 50% 100%;
    -moz-transform: perspective(800px) rotateX(0deg);
  }
  100% {
    opacity: 0;
    -moz-transform-origin: 50% 100%;
    -moz-transform: perspective(800px) rotateX(120deg);
  }
}
@keyframes open-bottom {
  0% {
    opacity: 1;
    transform-origin: 50% 100%;
    transform: perspective(800px) rotateX(0deg);
  }
  100% {
    opacity: 0;
    transform-origin: 50% 100%;
    transform: perspective(800px) rotateX(120deg);
  }
}
/* End Open Bottom */
/* Filling Text */
.pageload-overlay .filling-text-loader {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #eae3d0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.pageload-overlay .filling-text-loader:before {
  content: attr(data-text);
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  -webkit-animation-name: width-max;
  -moz-animation-name: width-max;
  animation-name: width-max;
  -webkit-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-duration: 3s;
  -moz-animation-duration: 3s;
  animation-duration: 3s;
  color: #352a3a;
}
@-webkit-keyframes width-max {
  0% {
    max-width: 0;
  }
  100% {
    max-width: 100%;
  }
}
@-moz-keyframes width-max {
  0% {
    max-width: 0;
  }
  100% {
    max-width: 100%;
  }
}
@keyframes width-max {
  0% {
    max-width: 0;
  }
  100% {
    max-width: 100%;
  }
}
/* End Filling Text */
/* Floating Bullets */
.pageload-overlay .floating-bullets-loader {
  position: relative;
  top: 50%;
  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%);
}
.pageload-overlay .floating-bullets-loader span {
  border-radius: 50%;
  display: block;
  height: 10px;
  position: absolute;
  left: 0;
  top: 0;
  width: 10px;
  background-color: #352a3a;
}
.pageload-overlay .floating-bullets-loader span:nth-child(1) {
  -webkit-animation-delay: .1s;
  -moz-animation-delay: .1s;
  animation-delay: .1s;
  -webkit-animation-duration: 2s, 2s;
  -moz-animation-duration: 2s, 2s;
  animation-duration: 2s, 2s;
  -webkit-animation-name: float1-left, float1-right;
  -moz-animation-name: float1-left, float1-right;
  animation-name: float1-left, float1-right;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.pageload-overlay .floating-bullets-loader span:nth-child(2) {
  -webkit-animation-delay: .2s;
  -moz-animation-delay: .2s;
  animation-delay: .2s;
  -webkit-animation-duration: 2s, 2s;
  -moz-animation-duration: 2s, 2s;
  animation-duration: 2s, 2s;
  -webkit-animation-name: float2-left, float2-right;
  -moz-animation-name: float2-left, float2-right;
  animation-name: float2-left, float2-right;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.pageload-overlay .floating-bullets-loader span:nth-child(3) {
  -webkit-animation-delay: .3s;
  -moz-animation-delay: .3s;
  animation-delay: .3s;
  -webkit-animation-duration: 2s, 2s;
  -moz-animation-duration: 2s, 2s;
  animation-duration: 2s, 2s;
  -webkit-animation-name: float3-left, float3-right;
  -moz-animation-name: float3-left, float3-right;
  animation-name: float3-left, float3-right;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.pageload-overlay .floating-bullets-loader span:nth-child(4) {
  -webkit-animation-delay: .4s;
  -moz-animation-delay: .4s;
  animation-delay: .4s;
  -webkit-animation-duration: 2s, 2s;
  -moz-animation-duration: 2s, 2s;
  animation-duration: 2s, 2s;
  -webkit-animation-name: float4-left, float4-right;
  -moz-animation-name: float4-left, float4-right;
  animation-name: float4-left, float4-right;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.pageload-overlay .floating-bullets-loader span:nth-child(5) {
  -webkit-animation-delay: .5s;
  -moz-animation-delay: .5s;
  animation-delay: .5s;
  -webkit-animation-duration: 2s, 2s;
  -moz-animation-duration: 2s, 2s;
  animation-duration: 2s, 2s;
  -webkit-animation-name: float5-left, float5-right;
  -moz-animation-name: float5-left, float5-right;
  animation-name: float5-left, float5-right;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
@-webkit-keyframes float1-left {
  0% {
    left: -50%;
  }
  50% {
    left: 52%;
  }
}
@-moz-keyframes float1-left {
  0% {
    left: -50%;
  }
  50% {
    left: 52%;
  }
}
@keyframes float1-left {
  0% {
    left: -50%;
  }
  50% {
    left: 52%;
  }
}
@-webkit-keyframes float1-right {
  50% {
    left: 52%;
  }
  100% {
    left: 150%;
  }
}
@-moz-keyframes float1-right {
  50% {
    left: 52%;
  }
  100% {
    left: 150%;
  }
}
@keyframes float1-right {
  50% {
    left: 52%;
  }
  100% {
    left: 150%;
  }
}
@-webkit-keyframes float2-left {
  0% {
    left: -50%;
  }
  50% {
    left: 51%;
  }
}
@-moz-keyframes float2-left {
  0% {
    left: -50%;
  }
  50% {
    left: 51%;
  }
}
@keyframes float2-left {
  0% {
    left: -50%;
  }
  50% {
    left: 51%;
  }
}
@-webkit-keyframes float2-right {
  50% {
    left: 51%;
  }
  100% {
    left: 150%;
  }
}
@-moz-keyframes float2-right {
  50% {
    left: 51%;
  }
  100% {
    left: 150%;
  }
}
@keyframes float2-right {
  50% {
    left: 51%;
  }
  100% {
    left: 150%;
  }
}
@-webkit-keyframes float3-left {
  0% {
    left: -50%;
  }
  50% {
    left: 50%;
  }
}
@-moz-keyframes float3-left {
  0% {
    left: -50%;
  }
  50% {
    left: 50%;
  }
}
@keyframes float3-left {
  0% {
    left: -50%;
  }
  50% {
    left: 50%;
  }
}
@-webkit-keyframes float3-right {
  50% {
    left: 50%;
  }
  100% {
    left: 150%;
  }
}
@-moz-keyframes float3-right {
  50% {
    left: 50%;
  }
  100% {
    left: 150%;
  }
}
@keyframes float3-right {
  50% {
    left: 50%;
  }
  100% {
    left: 150%;
  }
}
@-webkit-keyframes float4-left {
  0% {
    left: -50%;
  }
  50% {
    left: 49%;
  }
}
@-moz-keyframes float4-left {
  0% {
    left: -50%;
  }
  50% {
    left: 49%;
  }
}
@keyframes float4-left {
  0% {
    left: -50%;
  }
  50% {
    left: 49%;
  }
}
@-webkit-keyframes float4-right {
  50% {
    left: 49%;
  }
  100% {
    left: 150%;
  }
}
@-moz-keyframes float4-right {
  50% {
    left: 49%;
  }
  100% {
    left: 150%;
  }
}
@keyframes float4-right {
  50% {
    left: 49%;
  }
  100% {
    left: 150%;
  }
}
@-webkit-keyframes float5-left {
  0% {
    left: -50%;
  }
  50% {
    left: 48%;
  }
}
@-moz-keyframes float5-left {
  0% {
    left: -50%;
  }
  50% {
    left: 48%;
  }
}
@keyframes float5-left {
  0% {
    left: -50%;
  }
  50% {
    left: 48%;
  }
}
@-webkit-keyframes float5-right {
  50% {
    left: 48%;
  }
  100% {
    left: 150%;
  }
}
@-moz-keyframes float5-right {
  50% {
    left: 48%;
  }
  100% {
    left: 150%;
  }
}
@keyframes float5-right {
  50% {
    left: 48%;
  }
  100% {
    left: 150%;
  }
}
/* End Floating Bullets */
/* Circle Notch */
.pageload-overlay .circle-notch-loader {
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border: 2px solid #352a3a;
}
.pageload-overlay .circle-notch-loader:before {
  content: "";
  width: 18px;
  height: 34px;
  border-radius: 34px 0 0 34px;
  position: absolute;
  top: -4px;
  left: -4px;
  -webkit-transform-origin: 17px 17px;
  -moz-transform-origin: 17px 17px;
  -ms-transform-origin: 17px 17px;
  transform-origin: 17px 17px;
  -webkit-animation: spin 2s infinite ease 1.5s;
  -moz-animation: spin 2s infinite ease 1.5s;
  animation: spin 2s infinite ease 1.5s;
  background-color: #caba8a;
}
.pageload-overlay .circle-notch-loader:after {
  content: "";
  width: 18px;
  height: 34px;
  border-radius: 0 34px 34px 0;
  position: absolute;
  top: -4px;
  right: -4px;
  -webkit-transform-origin: 0 17px;
  -moz-transform-origin: 0 17px;
  -ms-transform-origin: 0 17px;
  transform-origin: 0 17px;
  -webkit-animation: spin 2s infinite ease;
  -moz-animation: spin 2s infinite ease;
  animation: spin 2s infinite ease;
  background-color: #caba8a;
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* End Circle Notch */
/* Fading Bars */
.pageload-overlay .fading-bars-loader {
  position: absolute;
  top: 50%;
  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%);
}
.pageload-overlay .fading-bars-loader span {
  width: 2px;
  height: 10px;
  position: absolute;
  top: -6px;
  left: -1px;
  opacity: .05;
  -webkit-animation: fade 1.1s linear infinite;
  -moz-animation: fade 1.1s linear infinite;
  animation: fade 1.1s linear infinite;
  background-color: #352a3a;
}
.pageload-overlay .fading-bars-loader span:nth-child(1) {
  -webkit-transform: rotate(0deg) translate(0, -12px);
  -moz-transform: rotate(0deg) translate(0, -12px);
  -ms-transform: rotate(0deg) translate(0, -12px);
  -o-transform: rotate(0deg) translate(0, -12px);
  transform: rotate(0deg) translate(0, -12px);
  -webkit-animation-delay: .39s;
  -moz-animation-delay: .39s;
  animation-delay: .39s;
}
.pageload-overlay .fading-bars-loader span:nth-child(2) {
  -webkit-transform: rotate(45deg) translate(0, -12px);
  -moz-transform: rotate(45deg) translate(0, -12px);
  -ms-transform: rotate(45deg) translate(0, -12px);
  -o-transform: rotate(45deg) translate(0, -12px);
  transform: rotate(45deg) translate(0, -12px);
  -webkit-animation-delay: .52s;
  -moz-animation-delay: .52s;
  animation-delay: .52s;
}
.pageload-overlay .fading-bars-loader span:nth-child(3) {
  -webkit-transform: rotate(90deg) translate(0, -12px);
  -moz-transform: rotate(90deg) translate(0, -12px);
  -ms-transform: rotate(90deg) translate(0, -12px);
  -o-transform: rotate(90deg) translate(0, -12px);
  transform: rotate(90deg) translate(0, -12px);
  -webkit-animation-delay: .65s;
  -moz-animation-delay: .65s;
  animation-delay: .65s;
}
.pageload-overlay .fading-bars-loader span:nth-child(4) {
  -webkit-transform: rotate(135deg) translate(0, -12px);
  -moz-transform: rotate(135deg) translate(0, -12px);
  -ms-transform: rotate(135deg) translate(0, -12px);
  -o-transform: rotate(135deg) translate(0, -12px);
  transform: rotate(135deg) translate(0, -12px);
  -webkit-animation-delay: .78s;
  -moz-animation-delay: .78s;
  animation-delay: .78s;
}
.pageload-overlay .fading-bars-loader span:nth-child(5) {
  -webkit-transform: rotate(180deg) translate(0, -12px);
  -moz-transform: rotate(180deg) translate(0, -12px);
  -ms-transform: rotate(180deg) translate(0, -12px);
  -o-transform: rotate(180deg) translate(0, -12px);
  transform: rotate(180deg) translate(0, -12px);
  -webkit-animation-delay: .91s;
  -moz-animation-delay: .91s;
  animation-delay: .91s;
}
.pageload-overlay .fading-bars-loader span:nth-child(6) {
  -webkit-transform: rotate(225deg) translate(0, -12px);
  -moz-transform: rotate(225deg) translate(0, -12px);
  -ms-transform: rotate(225deg) translate(0, -12px);
  -o-transform: rotate(225deg) translate(0, -12px);
  transform: rotate(225deg) translate(0, -12px);
  -webkit-animation-delay: 1.04s;
  -moz-animation-delay: 1.04s;
  animation-delay: 1.04s;
}
.pageload-overlay .fading-bars-loader span:nth-child(7) {
  -webkit-transform: rotate(270deg) translate(0, -12px);
  -moz-transform: rotate(270deg) translate(0, -12px);
  -ms-transform: rotate(270deg) translate(0, -12px);
  -o-transform: rotate(270deg) translate(0, -12px);
  transform: rotate(270deg) translate(0, -12px);
  -webkit-animation-delay: 1.17s;
  -moz-animation-delay: 1.17s;
  animation-delay: 1.17s;
}
.pageload-overlay .fading-bars-loader span:nth-child(8) {
  -webkit-transform: rotate(315deg) translate(0, -12px);
  -moz-transform: rotate(315deg) translate(0, -12px);
  -ms-transform: rotate(315deg) translate(0, -12px);
  -o-transform: rotate(315deg) translate(0, -12px);
  transform: rotate(315deg) translate(0, -12px);
  -webkit-animation-delay: 1.3s;
  -moz-animation-delay: 1.3s;
  animation-delay: 1.3s;
}
@-webkit-keyframes fade {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes fade {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fade {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/* End Fading Bars */
/* Spinning Circle */
.pageload-overlay .spinning-circle-loader {
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.pageload-overlay .spinning-circle-loader:after {
  border-radius: 50%;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  -webkit-animation: spin 1s infinite linear;
  -moz-animation: spin 1s infinite linear;
  animation: spin 1s infinite linear;
  border-top: 2px solid rgba(255, 255, 255, 0.2);
  border-right: 2px solid rgba(255, 255, 255, 0.2);
  border-bottom: 2px solid rgba(255, 255, 255, 0.2);
  border-left: 2px solid #352a3a;
}
/* End Spinning Circle */
/* Bouncing Circle */
.pageload-overlay .bouncing-circle-loader {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 30px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.pageload-overlay .bouncing-circle-loader span {
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  opacity: .55;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: bounce 2s infinite ease-in-out;
  -moz-animation: bounce 2s infinite ease-in-out;
  animation: bounce 2s infinite ease-in-out;
  background-color: #352a3a;
}
.pageload-overlay .bouncing-circle-loader span:nth-child(2) {
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  animation-delay: 1s;
}
@-webkit-keyframes bounce {
  0% {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0);
  }
}
@-moz-keyframes bounce {
  0% {
    -moz-transform: scale(0);
  }
  50% {
    -moz-transform: scale(1);
  }
  100% {
    -moz-transform: scale(0);
  }
}
@keyframes bounce {
  0% {
    transform: scale(0);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
/* End Bouncing Circle */
/* Fading Bullets */
.pageload-overlay .fading-bullets-loader {
  position: absolute;
  top: 50%;
  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%);
}
.pageload-overlay .fading-bullets-loader span {
  border-radius: 50%;
  width: 5px;
  height: 5px;
  position: absolute;
  top: -5px;
  left: -1px;
  opacity: .05;
  -webkit-animation: fade 1.6s linear infinite;
  -moz-animation: fade 1.6s linear infinite;
  animation: fade 1.6s linear infinite;
  background-color: #352a3a;
}
.pageload-overlay .fading-bullets-loader span:nth-child(1) {
  -webkit-transform: rotate(0deg) translate(0, -14px);
  -moz-transform: rotate(0deg) translate(0, -14px);
  -ms-transform: rotate(0deg) translate(0, -14px);
  -o-transform: rotate(0deg) translate(0, -14px);
  transform: rotate(0deg) translate(0, -14px);
  -webkit-animation-delay: .39s;
  -moz-animation-delay: .39s;
  animation-delay: .39s;
}
.pageload-overlay .fading-bullets-loader span:nth-child(2) {
  -webkit-transform: rotate(30deg) translate(0, -14px);
  -moz-transform: rotate(30deg) translate(0, -14px);
  -ms-transform: rotate(30deg) translate(0, -14px);
  -o-transform: rotate(30deg) translate(0, -14px);
  transform: rotate(30deg) translate(0, -14px);
  -webkit-animation-delay: .52s;
  -moz-animation-delay: .52s;
  animation-delay: .52s;
}
.pageload-overlay .fading-bullets-loader span:nth-child(3) {
  -webkit-transform: rotate(60deg) translate(0, -14px);
  -moz-transform: rotate(60deg) translate(0, -14px);
  -ms-transform: rotate(60deg) translate(0, -14px);
  -o-transform: rotate(60deg) translate(0, -14px);
  transform: rotate(60deg) translate(0, -14px);
  -webkit-animation-delay: .65s;
  -moz-animation-delay: .65s;
  animation-delay: .65s;
}
.pageload-overlay .fading-bullets-loader span:nth-child(4) {
  -webkit-transform: rotate(90deg) translate(0, -14px);
  -moz-transform: rotate(90deg) translate(0, -14px);
  -ms-transform: rotate(90deg) translate(0, -14px);
  -o-transform: rotate(90deg) translate(0, -14px);
  transform: rotate(90deg) translate(0, -14px);
  -webkit-animation-delay: .78s;
  -moz-animation-delay: .78s;
  animation-delay: .78s;
}
.pageload-overlay .fading-bullets-loader span:nth-child(5) {
  -webkit-transform: rotate(120deg) translate(0, -14px);
  -moz-transform: rotate(120deg) translate(0, -14px);
  -ms-transform: rotate(120deg) translate(0, -14px);
  -o-transform: rotate(120deg) translate(0, -14px);
  transform: rotate(120deg) translate(0, -14px);
  -webkit-animation-delay: .91s;
  -moz-animation-delay: .91s;
  animation-delay: .91s;
}
.pageload-overlay .fading-bullets-loader span:nth-child(6) {
  -webkit-transform: rotate(150deg) translate(0, -14px);
  -moz-transform: rotate(150deg) translate(0, -14px);
  -ms-transform: rotate(150deg) translate(0, -14px);
  -o-transform: rotate(150deg) translate(0, -14px);
  transform: rotate(150deg) translate(0, -14px);
  -webkit-animation-delay: 1.04s;
  -moz-animation-delay: 1.04s;
  animation-delay: 1.04s;
}
.pageload-overlay .fading-bullets-loader span:nth-child(7) {
  -webkit-transform: rotate(180deg) translate(0, -14px);
  -moz-transform: rotate(180deg) translate(0, -14px);
  -ms-transform: rotate(180deg) translate(0, -14px);
  -o-transform: rotate(180deg) translate(0, -14px);
  transform: rotate(180deg) translate(0, -14px);
  -webkit-animation-delay: 1.17s;
  -moz-animation-delay: 1.17s;
  animation-delay: 1.17s;
}
.pageload-overlay .fading-bullets-loader span:nth-child(8) {
  -webkit-transform: rotate(210deg) translate(0, -14px);
  -moz-transform: rotate(210deg) translate(0, -14px);
  -ms-transform: rotate(210deg) translate(0, -14px);
  -o-transform: rotate(210deg) translate(0, -14px);
  transform: rotate(210deg) translate(0, -14px);
  -webkit-animation-delay: 1.3s;
  -moz-animation-delay: 1.3s;
  animation-delay: 1.3s;
}
.pageload-overlay .fading-bullets-loader span:nth-child(9) {
  -webkit-transform: rotate(240deg) translate(0, -14px);
  -moz-transform: rotate(240deg) translate(0, -14px);
  -ms-transform: rotate(240deg) translate(0, -14px);
  -o-transform: rotate(240deg) translate(0, -14px);
  transform: rotate(240deg) translate(0, -14px);
  -webkit-animation-delay: 1.43s;
  -moz-animation-delay: 1.43s;
  animation-delay: 1.43s;
}
.pageload-overlay .fading-bullets-loader span:nth-child(10) {
  -webkit-transform: rotate(270deg) translate(0, -14px);
  -moz-transform: rotate(270deg) translate(0, -14px);
  -ms-transform: rotate(270deg) translate(0, -14px);
  -o-transform: rotate(270deg) translate(0, -14px);
  transform: rotate(270deg) translate(0, -14px);
  -webkit-animation-delay: 1.56s;
  -moz-animation-delay: 1.56s;
  animation-delay: 1.56s;
}
.pageload-overlay .fading-bullets-loader span:nth-child(11) {
  -webkit-transform: rotate(300deg) translate(0, -14px);
  -moz-transform: rotate(300deg) translate(0, -14px);
  -ms-transform: rotate(300deg) translate(0, -14px);
  -o-transform: rotate(300deg) translate(0, -14px);
  transform: rotate(300deg) translate(0, -14px);
  -webkit-animation-delay: 1.69s;
  -moz-animation-delay: 1.69s;
  animation-delay: 1.69s;
}
.pageload-overlay .fading-bullets-loader span:nth-child(12) {
  -webkit-transform: rotate(330deg) translate(0, -14px);
  -moz-transform: rotate(330deg) translate(0, -14px);
  -ms-transform: rotate(330deg) translate(0, -14px);
  -o-transform: rotate(330deg) translate(0, -14px);
  transform: rotate(330deg) translate(0, -14px);
  -webkit-animation-delay: 1.85s;
  -moz-animation-delay: 1.85s;
  animation-delay: 1.85s;
}
/* End Fading Bullets */
/* Stretching Bars */
.pageload-overlay .stretching-bars-loader {
  position: absolute;
  top: 50%;
  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%);
}
.pageload-overlay .stretching-bars-loader span {
  display: inline-block;
  width: 4px;
  height: 16px;
  margin: 0 2px 0 0;
  -webkit-animation: stretch 1s ease-in-out infinite;
  -moz-animation: stretch 1s ease-in-out infinite;
  animation: stretch 1s ease-in-out infinite;
  background-color: #352a3a;
}
.pageload-overlay .stretching-bars-loader span:nth-child(1) {
  -webkit-animation-delay: 0s;
  -moz-animation-delay: 0s;
  animation-delay: 0s;
}
.pageload-overlay .stretching-bars-loader span:nth-child(2) {
  -webkit-animation-delay: .1s;
  -moz-animation-delay: .1s;
  animation-delay: .1s;
}
.pageload-overlay .stretching-bars-loader span:nth-child(3) {
  -webkit-animation-delay: .2s;
  -moz-animation-delay: .2s;
  animation-delay: .2s;
}
.pageload-overlay .stretching-bars-loader span:nth-child(4) {
  -webkit-animation-delay: .3s;
  -moz-animation-delay: .3s;
  animation-delay: .3s;
}
.pageload-overlay .stretching-bars-loader span:nth-child(5) {
  -webkit-animation-delay: .4s;
  -moz-animation-delay: .4s;
  animation-delay: .4s;
}
@-webkit-keyframes stretch {
  0% {
    -webkit-transform: scaleY(1);
  }
  25% {
    -webkit-transform: scaleY(1.8);
  }
  50% {
    -webkit-transform: scaleY(1);
  }
  100% {
    -webkit-transform: scaleY(1);
  }
}
@-moz-keyframes stretch {
  0% {
    -moz-transform: scaleY(1);
  }
  25% {
    -moz-transform: scaleY(1.8);
  }
  50% {
    -moz-transform: scaleY(1);
  }
  100% {
    -moz-transform: scaleY(1);
  }
}
@keyframes stretch {
  0% {
    transform: scaleY(1);
  }
  25% {
    transform: scaleY(1.8);
  }
  50% {
    transform: scaleY(1);
  }
  100% {
    transform: scaleY(1);
  }
}
/* End Stretching Bars */
/* Waving Bullets */
.pageload-overlay .waving-bullets-loader {
  position: absolute;
  top: 50%;
  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%);
}
.pageload-overlay .waving-bullets-loader span {
  display: inline-block;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  margin: 0 5px 0 0;
  -webkit-animation: scaling 1.5s ease-in-out infinite;
  -moz-animation: scaling 1.5s ease-in-out infinite;
  animation: scaling 1.5s ease-in-out infinite;
  background-color: #352a3a;
}
.pageload-overlay .waving-bullets-loader span:nth-child(1) {
  -webkit-animation-delay: 0s;
  -moz-animation-delay: 0s;
  animation-delay: 0s;
}
.pageload-overlay .waving-bullets-loader span:nth-child(2) {
  -webkit-animation-delay: .25s;
  -moz-animation-delay: .25s;
  animation-delay: .25s;
}
.pageload-overlay .waving-bullets-loader span:nth-child(3) {
  -webkit-animation-delay: .5s;
  -moz-animation-delay: .5s;
  animation-delay: .5s;
}
@-webkit-keyframes scaling {
  0% {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0);
  }
}
@-moz-keyframes scaling {
  0% {
    -moz-transform: scale(0);
  }
  50% {
    -moz-transform: scale(1);
  }
  100% {
    -moz-transform: scale(0);
  }
}
@keyframes scaling {
  0% {
    transform: scale(0);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
/* End Waving Bullets */
/* 12 Chosen
------------------------------------------------------------------------------*/
.chzn-container.chzn-container-single .chzn-single {
  background: #FFF;
  background-image: none;
  border-radius: 0px;
  box-shadow: none;
  min-height: 20px;
  padding: 5px;
  display: block;
  width: 100%;
  line-height: 11px;
}
.chzn-container.chzn-container-single .chzn-single span {
  display: inline;
  overflow: initial;
}
/* 13 Go top button
------------------------------------------------------------------------------*/
.rstpl-go-top {
  display: inline-block;
  height: 50px;
  width: 50px;
  position: fixed;
  bottom: 40px;
  right: 40px;
  font-size: 40px;
  text-align: center;
  white-space: nowrap;
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
  z-index: 9;
}
.rstpl-go-top span {
  font-size: .8em;
  margin: 0;
  padding: 8px 5px;
  height: 100%;
  vertical-align: middle;
  width: 100%;
  color: #352a3a;
}
.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: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.rstpl-go-top.rstpl-go-top-is-visible {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
}
.rstpl-go-top.rstpl-go-top-fade-out {
  opacity: .5;
  filter: alpha(opacity=50);
}
.rstpl-go-top.rstpl-go-top-fade-out:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
/* Newsflash Module
------------------------------------------------------------------------------*/
@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;
  }
}
#column-left > div,
#column-right > div {
  background-color: #FFF;
}
#column-left h1,
#column-right h1,
#column-left h2,
#column-right h2,
#column-left h3,
#column-right h3,
#column-left h4,
#column-right h4,
#column-left h5,
#column-right h5,
#column-left h6,
#column-right h6 {
  color: #352a3a;
  text-transform: initial;
  margin: 0 auto;
  margin-bottom: 30px;
  font-weight: 900;
  font-family: 'Raleway', Arial, Helvetica, sans-serif;
  text-align: center;
  border-top: none;
  border-left: none;
  border-right: none;
  width: 100%;
  padding: 0 0 25px 0;
  border-bottom: 1px solid #caba8a;
  position: relative;
}
#column-left h1 > img,
#column-right h1 > img,
#column-left h2 > img,
#column-right h2 > img,
#column-left h3 > img,
#column-right h3 > img,
#column-left h4 > img,
#column-right h4 > img,
#column-left h5 > img,
#column-right h5 > img,
#column-left h6 > img,
#column-right h6 > img {
  position: absolute;
  left: 50%;
  top: initial;
  bottom: 0;
  -webkit-transform: translate(-50%, 50%);
  -moz-transform: translate(-50%, 50%);
  -o-transform: translate(-50%, 50%);
  -ms-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
  background-color: #FFF;
}
#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 > div > h2,
#column-right > div > h2 {
  margin-bottom: 20px;
}
#column-left .rstpl-latest-articles li,
#column-right .rstpl-latest-articles li {
  min-height: 50px;
}
.rstpl-latest-articles li {
  display: inline-block;
  width: 100%;
  clear: both;
}
.rstpl-latest-articles .rstpl-thumbs-latest-articles img {
  width: 90px;
  height: 90px;
  float: left;
  margin-right: 15px;
  margin-bottom: 15px;
}
.rstpl-latest-articles .rstpl-latestnews-text {
  font-size: 14px;
  color: #352a3a;
  font-weight: 700;
  display: block;
}
.rstpl-latest-articles .rstpl-latestnews-date {
  display: block;
  color: #352a3a;
  font-size: 12px;
  font-weight: 400;
}
.rstpl-footer-position .rstpl-latest-articles .rstpl-latestnews-text,
.rstpl-copyright-position .rstpl-latest-articles .rstpl-latestnews-text,
.rstpl-after-footer-position .rstpl-latest-articles .rstpl-latestnews-text {
  color: #caba8a;
}
.rstpl-footer-position .rstpl-latest-articles .rstpl-latestnews-date,
.rstpl-copyright-position .rstpl-latest-articles .rstpl-latestnews-date,
.rstpl-after-footer-position .rstpl-latest-articles .rstpl-latestnews-date {
  color: rgba(255, 255, 255, 0.4);
}
/* 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 {
  margin: 0;
  cursor: pointer;
  z-index: 1;
  position: relative;
}
.rstpl-template-menu .rstpl-search .open-search:hover {
  background-color: transparent;
}
.rstpl-template-menu .rstpl-search .open-search.active {
  color: #352a3a;
}
.rstpl-template-menu .rstpl-search form {
  position: absolute;
  top: 31px;
  right: 0;
  float: right;
}
.rstpl-template-menu .rstpl-search form .inputbox {
  position: absolute;
  right: 49px;
  top: 0;
  height: 50px;
  width: 0;
  min-width: 0;
  padding: 2px 5px;
  background: #FFF;
  color: #616060;
  border: 2px solid rgba(53, 42, 58, 0.8);
  z-index: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-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: #352a3a;
}
.rstpl-template-menu .rstpl-search form .inputbox.open {
  left: auto;
  width: 220px;
  opacity: 1;
  -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: 46px;
    border: none;
    border-left: 1px solid #e1e1e1;
    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: #e1e1e1;
    -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;
  }
}
/* 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: 13.5px;
}
#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%;
}
/* Date Picker
-----------------------------------------------------------------------------*/
.bootstrap-datetimepicker-widget > ul {
  padding: 5px;
}
.bootstrap-datetimepicker-widget td,
.bootstrap-datetimepicker-widget th {
  border-radius: 0px;
}
.bootstrap-datetimepicker-widget td.active,
.bootstrap-datetimepicker-widget td.active:hover {
  background-image: none;
  text-shadow: none;
}
.bootstrap-datetimepicker-widget td span {
  border-radius: 0px;
}
.bootstrap-datetimepicker-widget td span.active {
  background-image: none;
  text-shadow: none;
}
.bootstrap-datetimepicker-widget .btn {
  font-size: .6em;
  padding: 10px;
}
#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;
}
/* Fix for Shortcode BACKEND
-----------------------------------------------------------------------------*/
.rstpl-shortcode {
  background-color: #f7f6f4;
}
#shortcode_type .rstpl-box-full-width-vertical-image .rstpl-box-subtitle {
  margin-top: 90px;
}
#shortcode_type .rstpl-box-icon span {
  line-height: 215px;
}
#shortcode_type .rstpl-box-pricing .rstpl-box-icon span {
  line-height: 90px;
}
#shortcode_type .rstpl-full-width-bg {
  line-height: 31px;
}
#shortcode_type .rstpl-simple-carousel .right.carousel-control {
  left: auto !important;
}
#shortcode_type .rstpl-fullwidth-carousel .rstpl-carousel-slide .rstpl-box-image > img,
#shortcode_type .rstpl-full-width-carousel .rstpl-carousel-slide .rstpl-box-image > img {
  z-index: 2;
}
#shortcode_type .rstpl-fullwidth-carousel .rstpl-carousel-slide .rstpl-box-image::after,
#shortcode_type .rstpl-full-width-carousel .rstpl-carousel-slide .rstpl-box-image::after {
  z-index: 2;
}
/* Joomla Overrides
-----------------------------------------------------------------------------*/
#column-right .rstpl-login,
#column-left .rstpl-login {
  position: relative;
  padding: 30px;
}
#column-right .rstpl-login .rstpl-title-center,
#column-left .rstpl-login .rstpl-title-center {
  padding: 0;
  margin: 0 0 30px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  border: none;
}
#column-right .rstpl-login .rstpl-title-center:after,
#column-left .rstpl-login .rstpl-title-center:after {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
#column-right .rstpl-login a,
#column-left .rstpl-login a {
  color: #FFF;
}
#column-right .rstpl-login form,
#column-left .rstpl-login form {
  background: #FFF;
  z-index: 1111;
  width: 100%;
  margin: 0;
}
#column-right .rstpl-login form .input-prepend,
#column-left .rstpl-login form .input-prepend {
  width: 100%;
}
#column-right .rstpl-login form input[type="text"],
#column-left .rstpl-login form input[type="text"],
#column-right .rstpl-login form input[type="password"],
#column-left .rstpl-login form input[type="password"],
#column-right .rstpl-login form input[type="datetime"],
#column-left .rstpl-login form input[type="datetime"],
#column-right .rstpl-login form input[type="datetime-local"],
#column-left .rstpl-login form input[type="datetime-local"],
#column-right .rstpl-login form input[type="date"],
#column-left .rstpl-login form input[type="date"],
#column-right .rstpl-login form input[type="month"],
#column-left .rstpl-login form input[type="month"],
#column-right .rstpl-login form input[type="time"],
#column-left .rstpl-login form input[type="time"],
#column-right .rstpl-login form input[type="week"],
#column-left .rstpl-login form input[type="week"],
#column-right .rstpl-login form input[type="number"],
#column-left .rstpl-login form input[type="number"],
#column-right .rstpl-login form input[type="email"],
#column-left .rstpl-login form input[type="email"],
#column-right .rstpl-login form input[type="url"],
#column-left .rstpl-login form input[type="url"],
#column-right .rstpl-login form input[type="search"],
#column-left .rstpl-login form input[type="search"],
#column-right .rstpl-login form input[type="tel"],
#column-left .rstpl-login form input[type="tel"],
#column-right .rstpl-login form input[type="color"],
#column-left .rstpl-login form input[type="color"],
#column-right .rstpl-login form select,
#column-left .rstpl-login form select,
#column-right .rstpl-login form textarea,
#column-left .rstpl-login form textarea,
#column-right .rstpl-login form .uneditable-input,
#column-left .rstpl-login form .uneditable-input {
  max-width: 100%;
  width: 100%;
  height: 25px;
}
#column-right .rstpl-login form a,
#column-left .rstpl-login form a {
  color: #616060;
}
#column-right .rstpl-menu,
#column-left .rstpl-menu {
  position: relative;
  padding: 30px;
}
#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: #352a3a;
}
#column-right .rstpl-menu .rstpl-template-menu li:hover a,
#column-left .rstpl-menu .rstpl-template-menu li:hover a {
  color: #352a3a;
}
#column-right .rstpl-menu .rstpl-template-menu li:before,
#column-left .rstpl-menu .rstpl-template-menu li:before {
  font-family: 'FontAwesome';
  content: '\f101';
  color: #352a3a;
  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 {
  width: 100%;
}
#imageForm #upbutton {
  background-color: #caba8a;
  color: #FFF;
  -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
------------------------------------------------------------------------------*/
.rstpl-breadcrumbs-position .breadcrumbs {
  list-style-type: none;
  padding: 40px 10px;
  margin: 0;
  display: inline-block;
  vertical-align: middle;
  width: 100%;
}
.rstpl-breadcrumbs-position .breadcrumbs li {
  float: left;
}
.rstpl-breadcrumbs-position .breadcrumbs li:first-of-type {
  margin-right: 20px;
  font-weight: 700;
}
.rstpl-breadcrumbs-position .breadcrumbs li a {
  color: #caba8a;
}
.rstpl-breadcrumbs-position .breadcrumbs li a:hover {
  color: #352a3a;
}
.rstpl-breadcrumbs-position .breadcrumbs li .divider {
  margin-left: 10px;
  vertical-align: -1px;
}
.rstpl-breadcrumbs-position .breadcrumbs li .divider:before {
  content: '\f0da';
  font-family: 'FontAwesome';
  font-size: 15px;
  color: #352a3a;
}
@media (max-width: 768px) {
  .rstpl-breadcrumbs-position .breadcrumbs li {
    display: none;
  }
  .rstpl-breadcrumbs-position .breadcrumbs li:first-of-type {
    display: inline-block;
  }
  .rstpl-breadcrumbs-position .breadcrumbs li:nth-of-type(2) {
    display: inline-block;
  }
  .rstpl-breadcrumbs-position .breadcrumbs li:last-of-type {
    display: inline-block;
    float: left;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 38%;
    white-space: nowrap;
  }
}
/* 7 Content
------------------------------------------------------------------------------*/
.article-info {
  display: block;
  font-size: 14px;
}
.article-info .article-info-term {
  display: inline-block;
  margin-right: 10px;
}
.article-info dd {
  display: inline;
  margin-right: 15px;
  line-height: 25px;
}
.article-info dd:first-of-type {
  margin-left: 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;
  }
}
@media (max-width: 767px) {
  .item-image.rstpl-m-top-big {
    margin-top: 0;
  }
}
.item-image img {
  width: 100%;
}
.item-image.pull-left,
.item-image.pull-right {
  float: none;
  display: block;
  clear: both;
  width: 100%;
}
div[itemprop="blogPost"] {
  position: relative;
  margin: 30px 0;
}
@media (max-width: 767px) {
  div[itemprop="blogPost"] {
    padding: 0 15px;
  }
}
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: #352a3a;
}
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: #FFF;
  font-family: 'FontAwesome';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
  -moz-transform: translate(-50%, 0%);
  -o-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-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;
}
div[itemprop="blogPost"] .item-image:hover > a:before {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -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"] .item-image:hover > a > img {
  -moz-opacity: 0.2;
  -khtml-opacity: 0.2;
  -webkit-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 {
  display: inline-block;
  padding: 15px 30px;
  color: #352a3a;
  margin-bottom: 0;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  text-shadow: none;
  vertical-align: middle;
  cursor: pointer;
  background-color: #caba8a;
  background-image: none;
  border: none;
  border-radius: 0px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  text-transform: uppercase;
  font-weight: 600;
  color: #FFF;
}
div[itemprop="blogPost"] .readmore a.btn:hover {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  background-color: #baa567;
  color: #352a3a;
}
div[itemprop="blogPost"] .readmore a.btn:hover {
  background-color: #dacfad;
  color: #FFF;
}
.rstpl-content {
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 15px 30px;
  background: #FFF;
}
@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;
  }
}
/* 8 RSComponents
/ ----------------------------------------------------------------------------*/
/* RSComments
------------------------------------------------------------------------------*/
.rscomments {
  background-color: transparent;
}
.rscomments .rscomment-form {
  padding: 0;
  border: 0;
}
.rscomments .media.rscomment {
  padding: 0;
  background-color: transparent;
}
.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;
}
.control-group.span6 .controls .span11 {
  min-width: 0;
}
.rsblog-commtrack .nav.nav-tabs {
  margin-bottom: 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;
  color: #FFF;
  background-color: #caba8a;
  font-size: 13px;
  padding: 5px;
  transition: all 0.2s ease-out 0s;
  -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;
  font-weight: bold;
}
.rsblog-tag-cloud li .rsblog-tag:hover {
  background-color: #352a3a;
  -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 .rsblog-author-bio,
.rsblog-main-post-container .rsblog-author-bio {
  background-color: #FFF;
  border-bottom-color: #caba8a;
}
.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 {
  padding: 0 20px;
}
.rsblog-main-container footer.rsblog-entry-meta,
.rsblog-main-post-container footer.rsblog-entry-meta {
  border-bottom-color: #caba8a;
}
.category-list .list-edit span {
  margin-right: 5px;
}
.category-list .hasTooltip span {
  margin-right: 5px;
  vertical-align: 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-details-container .rsdir-entry-fav.btn {
  background-color: #352a3a;
  color: #FFF;
  -webkit-box-shadow: inset 0px -3px 0px 0px #0c0a0e;
  -moz-box-shadow: inset 0px -3px 0px 0px #0c0a0e;
  -ms-box-shadow: inset 0px -3px 0px 0px #0c0a0e;
  -o-box-shadow: inset 0px -3px 0px 0px #0c0a0e;
  box-shadow: inset 0px -3px 0px 0px #0c0a0e;
}
.rsdir-details-container .btn:last-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.rsdir-price-wrapper {
  background-color: #caba8a;
  color: #FFF;
}
.rsdir-listing {
  position: relative;
  overflow: visible;
  display: inline-block;
  padding: 30px;
  width: 100%;
}
.rsdir-listing .thumbnail {
  border: none;
  border-radius: 0;
  padding: 10px;
}
.rsdir-listing .thumbnail:after {
  z-index: -1;
}
.rsdir-listing.rsdir-listing-promoted {
  background-color: rgba(53, 42, 58, 0.15);
}
.rsdir-listing.rsdir-listing-promoted:after {
  background-color: rgba(53, 42, 58, 0.15);
}
.item-page #rsdir-big-thumbs .thumbnail {
  border-radius: 0;
  padding: 10px;
  border: none;
}
.item-page .control-group.clearfix .btn {
  padding: 5px 10px;
}
/* RSEvents!Pro
------------------------------------------------------------------------------*/
.rs_events_container {
  /* Thumbnail
  ------------------------------------------------------------------------------*/
}
.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: #352a3a;
}
.rs_events_container a.thumbnail:hover > img {
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  -webkit-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-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;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  border-radius: 0px;
  width: 100%;
}
.rs_events_container.rsepro-categories-list li,
.rs_events_container.rsepro-locations-list li {
  padding: 5px 10px !important;
}
.rs_events_container.rsepro-categories-list .well,
.rs_events_container.rsepro-locations-list .well {
  background: none;
  border: none;
  border-radius: 0;
}
.rsepro-calendar .input-medium,
.rsepro-calendar .input-small {
  min-width: initial;
  width: initial;
}
.rsepro-filter-container .navbar-inner {
  background-image: none;
  background-color: #1c2538;
  border-radius: 0px;
  border: 1px solid #e1e1e1;
  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 #rsepro-filter-btn {
  background-color: #352a3a;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  -webkit-box-shadow: 0px -3px 0px 0px #503f58 inset;
  -moz-box-shadow: 0px -3px 0px 0px #503f58 inset;
  -ms-box-shadow: 0px -3px 0px 0px #503f58 inset;
  -o-box-shadow: 0px -3px 0px 0px #503f58 inset;
  box-shadow: 0px -3px 0px 0px #503f58 inset;
}
.rsepro-filter-container .navbar-inner .divider-vertical {
  height: 50px;
}
.rsepro-filter-container .navbar-inner #rsepro-search > input {
  margin-bottom: 0;
  min-height: 28px;
  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: #352a3a;
}
.rsepro-filter-container .navbar-inner ul li.dropdown > .dropdown-toggle .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.rsepro-filter-container .navbar-inner ul li.dropdown > .dropdown-toggle:hover > .caret {
  border-top-color: #352a3a;
  border-bottom-color: #352a3a;
}
.rsepro-filter-container .navbar-inner ul li a {
  color: #ffffff;
  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: #352a3a;
}
.chzn-container-multi .chzn-choices li.search-field input[type="text"] {
  height: 25px;
}
.rs_controls .btn-group .btn {
  font-size: 12px;
  border-radius: 3px;
  padding: 10px 20px;
  border: 1px solid #352a3a;
}
.rs_controls .btn-group .btn .caret {
  border-top-color: #352a3a;
  border-bottom-color: #352a3a;
}
.bootstrap-datetimepicker-widget {
  background-color: #FFF;
  -webkit-transition: all 0s ease-out;
  -moz-transition: all 0s ease-out;
  -o-transition: all 0s ease-out;
  transition: all 0s ease-out;
}
.bootstrap-datetimepicker-widget:before,
.bootstrap-datetimepicker-widget:after {
  border: none;
  content: '';
}
/* RSForm!Pro
------------------------------------------------------------------------------*/
.rsform-select-box-small {
  min-width: initial;
}
s .formResponsive textarea,
s .formResponsive input[type="text"],
s .formResponsive input[type="password"],
s .formResponsive select {
  border-radius: 0px;
}
.yui-calcontainer.single {
  z-index: 10 !important;
}
.formResponsive input[type="button"].rsform-calendar-button {
  margin-bottom: 9px;
  padding: 13px 15px;
  line-height: 12px;
}
.rsform-calendar-button {
  background-color: #eeeeee;
  padding: 5px 15px;
  border: 1px solid #CCC;
  border-left: none;
}
#userForm > h2 {
  font-family: 'Raleway', Arial, Helvetica, sans-serif;
  color: #352a3a;
}
.formResponsive input[type="button"] {
  display: inline-block;
  padding: 10px 20px;
  color: #ffffff;
  margin-bottom: 0;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  text-shadow: none;
  vertical-align: middle;
  cursor: pointer;
  background-color: #352a3a;
  background-image: none;
  border: none;
  border-radius: 0px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  text-transform: uppercase;
  font-weight: 600;
}
.formResponsive input[type="button"]:hover {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  background-color: #1a151c;
  color: #ffffff;
}
.formResponsive input[type="reset"] {
  display: inline-block;
  padding: 10px 20px;
  color: #ffffff;
  margin-bottom: 0;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  text-shadow: none;
  vertical-align: middle;
  cursor: pointer;
  background-color: #ed092f;
  background-image: none;
  border: none;
  border-radius: 0px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  text-transform: uppercase;
  font-weight: 600;
}
.formResponsive input[type="reset"]:hover {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  background-color: #bc0725;
  color: #ffffff;
}
.formResponsive input[type="submit"] {
  display: inline-block;
  padding: 10px 20px;
  color: #ffffff;
  margin-bottom: 0;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  text-shadow: none;
  vertical-align: middle;
  cursor: pointer;
  background-color: #caba8a;
  background-image: none;
  border: none;
  border-radius: 0px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  text-transform: uppercase;
  font-weight: 600;
}
.formResponsive input[type="submit"]:hover {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  background-color: #baa567;
  color: #ffffff;
}
/* Submission View
------------------------------------------------------------------------------*/
#rsfilter {
  padding: 9px;
  margin: 0;
}
.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"],
.formResponsive select {
  height: 28px;
  border-radius: 0px;
}
.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,
.formResponsive select:focus {
  border-color: #caba8a;
  -webkit-box-shadow: inset 0 1px 1px rgba(202, 186, 138, 0.07), 0 0 8px rgba(202, 186, 138, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(202, 186, 138, 0.07), 0 0 8px rgba(202, 186, 138, 0.6);
  -ms-box-shadow: inset 0 1px 1px rgba(202, 186, 138, 0.07), 0 0 8px rgba(202, 186, 138, 0.6);
  -o-box-shadow: inset 0 1px 1px rgba(202, 186, 138, 0.07), 0 0 8px rgba(202, 186, 138, 0.6);
  box-shadow: inset 0 1px 1px rgba(202, 186, 138, 0.07), 0 0 8px rgba(202, 186, 138, 0.6);
}
.formResponsive textarea {
  height: initial;
}
/* RSMediaGallery!
------------------------------------------------------------------------------*/
ul#rsmg_gallery li div.rsmg_item_container {
  -webkit-box-shadow: 0px -3px 0px 0px #caba8a inset;
  -moz-box-shadow: 0px -3px 0px 0px #caba8a inset;
  -ms-box-shadow: 0px -3px 0px 0px #caba8a inset;
  -o-box-shadow: 0px -3px 0px 0px #caba8a inset;
  box-shadow: 0px -3px 0px 0px #caba8a inset;
  font-family: 'Raleway', Arial, Helvetica, sans-serif;
  font-size: inherit;
}
ul#rsmg_gallery li div.rsmg_item_container .rsmg_image {
  background-color: #352a3a;
}
ul#rsmg_gallery li div.rsmg_item_container a.rsmg_title {
  color: #352a3a;
  font-family: 'Raleway', Arial, Helvetica, sans-serif;
}
ul#rsmg_gallery li div.rsmg_item_container a.rsmg_title:hover {
  color: #352a3a;
}
#rstpl-pagewrap .rsp_icon_over {
  color: #352a3a;
}
.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;
}
/* RSMembership!
------------------------------------------------------------------------------*/
#rstpl-com_rsmembership h2.rsm_title.contentheading {
  font-size: 20px !important;
}
#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% 0 !important;
  width: 100%;
}
#rstpl-com_rsmembership .rsm_container .rsm_title {
  margin: 0;
}
/* RSTickets!Pro
------------------------------------------------------------------------------*/
.com-rsticketspro-message blockquote {
  font-size: 15px;
  text-align: initial;
  font-weight: 400;
  padding-left: 0;
}
.com-rsticketspro-message blockquote:before,
.com-rsticketspro-message blockquote:after {
  display: none;
}
#rstpl-com_rsticketspro blockquote {
  font-size: 15px;
  text-align: initial;
  font-weight: 400;
  padding-left: 0;
}
#rstpl-com_rsticketspro blockquote:before,
#rstpl-com_rsticketspro blockquote:after {
  display: none;
}
#rstpl-com_rsticketspro #ticket-buttons .btn {
  background: transparent;
  border: 1px solid #352a3a;
}
#rstpl-com_rsticketspro p .btn {
  background: transparent;
  border: 1px solid #352a3a;
}
#rstpl-com_rsticketspro .well.small {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  color: #352a3a;
  border-radius: 0px;
}
#rstpl-com_rsticketspro .well.small a {
  color: #352a3a;
}
#rstpl-com_rsticketspro .well.small p {
  margin: 5px 0;
}
#rstpl-com_rsticketspro .rst_center_block.well {
  padding: 30px;
}
#rstpl-com_rsticketspro .rst_center_block.well input {
  border: 1px solid #e3e3e3;
  border-right: none;
}
#rstpl-com_rsticketspro .rst_center_block.well .btn {
  height: 32px;
  border: 1px solid #e3e3e3;
  color: #352a3a;
}
.rst_dashboard_items .thumbnail {
  background: #F5F5F5;
  min-height: 250px;
  -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-top: 25px;
}
.rst_dashboard_items .thumbnail > a:before {
  content: '\f022';
  font-size: 28px;
  font-family: 'FontAwesome';
  display: block;
  position: relative;
  color: #352a3a;
}
.rst_dashboard_items .thumbnail > a > img {
  display: none;
}
.rst_dashboard_items .thumbnail .caption {
  padding: 0 30px;
}
.rst_dashboard_items .thumbnail .caption h3 a {
  color: #352a3a;
  text-transform: capitalize;
  font-size: 17px;
}
.rst_dashboard_items .span4:first-child .thumbnail > a:before {
  content: '\f044';
}
.rst_dashboard_items .span4:last-child .thumbnail > a:before {
  content: '\f002 ';
}
/* RSMediaGallery! Responsive Slideshow Module
------------------------------------------------------------------------------*/
[class*="rsmg_rsp_container"].rscarousel {
  position: relative;
  margin-bottom: 0;
}
[class*="rsmg_rsp_container"].rscarousel:before {
  background-color: rgba(202, 186, 138, 0.8);
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: block;
  z-index: 1;
  position: absolute;
}
[class*="rsmg_rsp_container"].rscarousel .carousel-indicators li {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  width: 15px;
  height: 15px;
  background-color: #caba8a;
  border-radius: 50%;
}
[class*="rsmg_rsp_container"].rscarousel .carousel-indicators li.active {
  -webkit-box-shadow: inset 0px 0px 0px 3px #caba8a;
  -moz-box-shadow: inset 0px 0px 0px 3px #caba8a;
  -ms-box-shadow: inset 0px 0px 0px 3px #caba8a;
  -o-box-shadow: inset 0px 0px 0px 3px #caba8a;
  box-shadow: inset 0px 0px 0px 3px #caba8a;
  background-color: #baa567;
}
@media (max-width: 980px) {
  [class*="rsmg_rsp_container"].rscarousel .carousel-indicators {
    display: none;
  }
}
[class*="rsmg_rsp_container"].rscarousel .rstpl-caption {
  top: 20%;
  position: absolute;
  z-index: 2;
  display: block;
  width: 100%;
}
@media (max-width: 979px) {
  [class*="rsmg_rsp_container"].rscarousel .rstpl-caption {
    top: 5%;
  }
}
@media (max-width: 480px) {
  [class*="rsmg_rsp_container"].rscarousel .rstpl-caption {
    top: 0;
  }
  [class*="rsmg_rsp_container"].rscarousel .rstpl-caption .btn {
    padding: 5px 10px;
    font-size: 10px;
    line-height: 15px;
  }
}
@media (min-width: 980px) and (max-width: 1200px) {
  [class*="rsmg_rsp_container"].rscarousel .rstpl-caption {
    top: 15%;
  }
}
[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,
[class*="rsmg_rsp_container"].rscarousel .rstpl-caption h6 {
  color: #FFF;
  margin: 0;
}
@media (max-width: 767px) {
  [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,
  [class*="rsmg_rsp_container"].rscarousel .rstpl-caption h6 {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (max-width: 480px) {
  [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,
  [class*="rsmg_rsp_container"].rscarousel .rstpl-caption h6 {
    font-size: 12px;
  }
}
[class*="rsmg_rsp_container"].rscarousel .rstpl-caption p {
  display: block;
  width: 40%;
  font-size: 16px;
  margin: 0 auto;
  margin-top: 50px;
  margin-bottom: 50px;
  color: #c1c1c1;
}
@media (max-width: 979px) {
  [class*="rsmg_rsp_container"].rscarousel .rstpl-caption p {
    width: 75%;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 13px;
    line-height: 20px;
  }
}
@media (max-width: 480px) {
  [class*="rsmg_rsp_container"].rscarousel .rstpl-caption p {
    font-size: 12px;
    line-height: 10px;
    width: 70%;
  }
}
@media (min-width: 980px) and (max-width: 1200px) {
  [class*="rsmg_rsp_container"].rscarousel .rstpl-caption p {
    margin-top: 10px;
    margin-bottom: 10px;
    width: 75%;
  }
}
[class*="rsmg_rsp_container"].rscarousel > .carousel-control {
  width: 153px;
  height: 153px;
  background: transparent;
  border: none;
  border-radius: none;
  position: absolute;
  z-index: 2;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}
[class*="rsmg_rsp_container"].rscarousel > .carousel-control.left {
  right: auto;
  left: 16%;
}
[class*="rsmg_rsp_container"].rscarousel > .carousel-control.right {
  left: auto;
  right: 16%;
}
@media (max-width: 979px) {
  [class*="rsmg_rsp_container"].rscarousel > .carousel-control {
    width: 85px;
    height: 85px;
  }
  [class*="rsmg_rsp_container"].rscarousel > .carousel-control.left {
    left: 0;
  }
  [class*="rsmg_rsp_container"].rscarousel > .carousel-control.right {
    right: 0;
  }
}
@media (max-width: 480px) {
  [class*="rsmg_rsp_container"].rscarousel > .carousel-control {
    top: 65%;
  }
  [class*="rsmg_rsp_container"].rscarousel > .carousel-control.left {
    left: 0;
  }
  [class*="rsmg_rsp_container"].rscarousel > .carousel-control.right {
    right: 0;
  }
}
@media (min-width: 980px) and (max-width: 1200px) {
  [class*="rsmg_rsp_container"].rscarousel > .carousel-control.left {
    left: 0;
  }
  [class*="rsmg_rsp_container"].rscarousel > .carousel-control.right {
    right: 0;
  }
}
/* RSMediaGallery! Responsive Slider
------------------------------------------------------------------------------*/
[class*="rsmg_rsp_slider_container"].slick-carousel .slick-dots li {
  margin: 0 3px;
}
[class*="rsmg_rsp_slider_container"].slick-carousel .slick-dots li button {
  background-color: #dacfad;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  border-radius: 50%;
  width: 15px;
  height: 15px;
}
[class*="rsmg_rsp_slider_container"].slick-carousel .slick-dots li.slick-active button {
  background-color: #eae3d0;
}
[class*="rsmg_rsp_slider_container"].slick-carousel .rstpl-car-previous,
[class*="rsmg_rsp_slider_container"].slick-carousel .rstpl-car-next {
  background-color: transparent;
  width: 30px;
  height: 30px;
  bottom: 35%;
  top: initial;
  z-index: 1;
}
[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: '\f105';
  font-family: 'FontAwesome';
  color: #caba8a;
  font-size: 65px;
  line-height: 30px;
  text-align: center;
}
[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;
}
[class*="rsmg_rsp_slider_container"].slick-carousel .rstpl-car-previous:before {
  background-image: none;
  content: '\f104';
  font-family: 'FontAwesome';
}
[class*="rsmg_rsp_slider_container"].slick-carousel .rstpl-caption {
  width: 370px;
  background-color: #FFF;
  padding: 60px 40px;
  top: 40% !important;
  text-align: center !important;
  max-height: 360px;
  min-height: 350px;
}
[class*="rsmg_rsp_slider_container"].slick-carousel .rstpl-caption:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 75px 370px 0 0;
  border-color: #ffffff transparent transparent;
  position: absolute;
  bottom: -75px;
  left: 0;
}
[class*="rsmg_rsp_slider_container"].slick-carousel .rstpl-caption h2 {
  color: #352a3a;
  text-transform: initial;
  font-size: 60px;
  font-family: 'Raleway', Arial, Helvetica, sans-serif;
}
[class*="rsmg_rsp_slider_container"].slick-carousel .rstpl-caption p {
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 20px;
  color: #ababab;
  font-size: 36px;
}
[class*="rsmg_rsp_slider_container"].slick-carousel .rstpl-caption a {
  margin-top: 15px;
}
@media (max-width: 768px) {
  [class*="rsmg_rsp_slider_container"].slick-carousel .rstpl-caption {
    padding: 20px 30px;
    width: 300px;
    top: 48%;
  }
  [class*="rsmg_rsp_slider_container"].slick-carousel .rstpl-caption:after {
    border-width: 75px 300px 0 0;
    display: none;
  }
  [class*="rsmg_rsp_slider_container"].slick-carousel .rstpl-caption.text-center.vertical-middle {
    top: 48% !important;
  }
  [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);
    -o-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    left: 50%;
    top: 5%;
  }
  [class*="rsmg_rsp_slider_container"].slick-carousel .rstpl-caption p {
    font-size: 16px;
  }
  [class*="rsmg_rsp_slider_container"].slick-carousel .rstpl-caption h2 {
    font-size: 35px;
  }
}
@media (min-width: 980px) {
  [class*="rsmg_rsp_slider_container"].slick-carousel .rstpl-caption.text-left {
    left: 15%;
  }
  [class*="rsmg_rsp_slider_container"].slick-carousel .rstpl-caption.text-left p {
    width: 80%;
    margin: 20px 0;
  }
  [class*="rsmg_rsp_slider_container"].slick-carousel .rstpl-caption.text-right {
    right: 15%;
  }
  [class*="rsmg_rsp_slider_container"].slick-carousel .rstpl-caption.text-right p {
    right: -20%;
    position: relative;
    width: 80%;
    margin: 20px 0;
  }
}
@media (min-width: 980px) {
  [class*="rsmg_rsp_slider_container"].slick-carousel .rstpl-car-previous {
    left: 55%;
  }
}
@media (min-width: 980px) and (max-width: 1365px) {
    [class*="rsmg_rsp_slider_container"].slick-carousel .rstpl-car-previous {
        left: 52%
    }
}
@media (min-width: 980px) {
  [class*="rsmg_rsp_slider_container"].slick-carousel .rstpl-car-next {
    right: 41%;
  }
}
.slick-slide .shanti-separator > img {
  background-color: #FFF;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  margin: 0 auto;
  position: relative;
}
.slick-slide .shanti-separator > svg {
  background-color: #FFF;
  margin: 0 auto;
  position: relative;
  display: block;
  width: 45px;
  height: 45px;
  padding: 10px;
}
.slick-slide .shanti-separator > svg > path {
  fill: #caba8a;
}
.rscontact input,
.rscontact textarea,
.rscontact select {
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* 9 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-repeat: no-repeat;
  background-size: cover;
  border-radius: 0px;
  position: relative;
  width: 2.5em;
  height: 2.5em;
  font-size: 6.5em;
  line-height: 2.5;
  padding: 0;
  margin: 0 auto;
  background: #352a3a;
}
.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;
}
/* 14 Spacing
------------------------------------------------------------------------------*/
body > section {
  margin-bottom: 3em;
}
@media (max-width: 767px) {
  body > section {
    margin-bottom: 1.5em;
  }
}
body > section.rstpl-after-footer-position,
body > section.rstpl-footer-position,
body > section.rstpl-copyright-position,
body > section.rstpl-breadcrumbs-position {
  margin-bottom: 0;
}
body > section.rstpl-all-content-position {
  margin-top: 3em;
}
body .rstpl-top-position {
  margin-bottom: 0;
}
body .rstpl-top-position .container {
  position: relative;
}
.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 {
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, #ffffff));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
}
/* Helper Styles
------------------------------------------------------------------------------*/
.rstpl-m-bot-small {
  margin-bottom: 1.5rem;
}
.rstpl-m-bot {
  margin-bottom: 2rem;
}
.rstpl-m-bot-big {
  margin-bottom: 4rem;
}
.rstpl-m-top-small {
  margin-top: 1.5rem;
}
.rstpl-m-top {
  margin-top: 2rem;
}
.rstpl-m-top-big {
  margin-top: 4rem;
}
.rstpl-m-tb-small {
  margin: 1.5rem 0;
}
.rstpl-m-tb {
  margin: 2rem 0;
}
.rstpl-m-tb-big {
  margin: 4rem 0;
}
.rstpl-p-bot-small {
  padding-bottom: 1.5rem;
}
.rstpl-p-bot {
  padding-bottom: 2rem;
}
.rstpl-p-bot-big {
  padding-bottom: 4rem;
}
.rstpl-p-top-small {
  padding-top: 1.5rem;
}
.rstpl-p-top {
  padding-top: 2rem;
}
.rstpl-p-top-big {
  padding-top: 4rem;
}
.rstpl-p-tb-small {
  padding: 1.5rem 0;
}
.rstpl-p-tb {
  padding: 2rem 0;
}
.rstpl-p-tb-big {
  padding: 4rem 0;
}
.rstpl-padding {
  padding: 1.5rem;
}
.color-primary {
  color: #caba8a;
}
.color-secondary {
  color: #352a3a;
}
.color-black {
  color: #000;
}
.color-white {
  color: #FFF;
}
.pull-center {
  display: block;
  margin: 0 auto;
}
.rstpl-image-bordered {
  padding: 20px;
  background-color: #FFF;
}
