/*
/ RSEvento!
/
/-------------------------------------------------------------------------------
/
/ Table of contents
/ Load Fonts
/ 1 General
  / 1.1 Body
  / 1.2 Typography
  / 1.3 Titles
  / 1.4 Icons
  / 1.5 Lists
  / 1.6 Tables
  / 1.7 Buttons
/ 2 Forms
/ 3 Navbar
/ 4 Sections
  / 4.1 Header
  / 4.2 Sections
  / 4.3 Footer
  / 4.4 Copyright
/ 5 Bootstrap Overrides
  / 5.1 Accordion
  / 5.2 Alerts
  / 5.3 Carousel
  / 5.4 Dropdown
  / 5.5 Grid
  / 5.6 Hero
  / 5.7 Pager
  / 5.8 Progress Bars
  / 5.9 Tab
  / 5.10 Thumbnail
  / 5.11 Tooltip
  / 5.12 Well
/ 6 Content / Article
/ 7 Contact
/ 8 News Feed
/ 9 RSComponents
/ 10 Error Page
/ 11 Widgets
/ 12 Chosen (Joomla! core plugin)
/ 13 Go Top Button
/ 14 Position Spacing

------------------------------------------------------------------------------*/
/* 1 General Styles
------------------------------------------------------------------------------*/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  color: #8e8e8e;
  font-family: 'Nunito', Helvetica, serif;
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
  line-height: 28px;
  overflow-x: hidden;
  padding: 0;
  z-index: 0;
}
.body {
  background-color: #ffffff;
  overflow: hidden;
}
iframe {
  border: none;
}
section .light,
div .light {
  color: #ffffff;
}
section .light a,
div .light a {
  color: #ffffff;
  font-weight: 700;
}
section .light a:hover,
div .light a:hover,
section .light a:focus,
div .light a:focus {
  color: #d9d9d9;
}
section .light h1,
div .light h1,
section .light h2,
div .light h2,
section .light h3,
div .light h3,
section .light h4,
div .light h4,
section .light h5,
div .light h5,
section .light h6,
div .light h6 {
  color: #ffffff;
}
section .lighter,
div .lighter {
  color: #bfbfbf;
}
section .lighter a,
div .lighter a {
  color: #bfbfbf;
  font-weight: 700;
}
section .lighter a:hover,
div .lighter a:hover,
section .lighter a:focus,
div .lighter a:focus {
  color: #999999;
}
section .lighter h1,
div .lighter h1,
section .lighter h2,
div .lighter h2,
section .lighter h3,
div .lighter h3,
section .lighter h4,
div .lighter h4,
section .lighter h5,
div .lighter h5,
section .lighter h6,
div .lighter h6 {
  color: #bfbfbf;
}
section .darker,
div .darker {
  color: #737373;
}
section .darker a,
div .darker a {
  color: #737373;
  font-weight: 700;
}
section .darker a:hover,
div .darker a:hover,
section .darker a:focus,
div .darker a:focus {
  color: #4d4d4d;
}
section .darker h1,
div .darker h1,
section .darker h2,
div .darker h2,
section .darker h3,
div .darker h3,
section .darker h4,
div .darker h4,
section .darker h5,
div .darker h5,
section .darker h6,
div .darker h6 {
  color: #737373;
}
section .dark,
div .dark {
  color: #333333;
}
section .dark a,
div .dark a {
  color: #333333;
  font-weight: 700;
}
section .dark a:hover,
div .dark a:hover,
section .dark a:focus,
div .dark a:focus {
  color: #0d0d0d;
}
section .dark h1,
div .dark h1,
section .dark h2,
div .dark h2,
section .dark h3,
div .dark h3,
section .dark h4,
div .dark h4,
section .dark h5,
div .dark h5,
section .dark h6,
div .dark h6 {
  color: #333333;
}
section .background-primary,
div .background-primary {
  background-color: #5e66b1;
  color: #ffffff;
}
section .background-primary a,
div .background-primary a {
  color: #ffffff;
  font-weight: 700;
}
section .background-primary a:hover,
div .background-primary a:hover,
section .background-primary a:focus,
div .background-primary a:focus {
  color: #d9d9d9;
}
section .background-primary h1,
div .background-primary h1,
section .background-primary h2,
div .background-primary h2,
section .background-primary h3,
div .background-primary h3,
section .background-primary h4,
div .background-primary h4,
section .background-primary h5,
div .background-primary h5,
section .background-primary h6,
div .background-primary h6 {
  color: #ffffff;
}
section .background-secondary,
div .background-secondary {
  background-color: #f730b2;
  color: #ffffff;
}
section .background-secondary a,
div .background-secondary a {
  color: #ffffff;
  font-weight: 700;
}
section .background-secondary a:hover,
div .background-secondary a:hover,
section .background-secondary a:focus,
div .background-secondary a:focus {
  color: #d9d9d9;
}
section .background-secondary h1,
div .background-secondary h1,
section .background-secondary h2,
div .background-secondary h2,
section .background-secondary h3,
div .background-secondary h3,
section .background-secondary h4,
div .background-secondary h4,
section .background-secondary h5,
div .background-secondary h5,
section .background-secondary h6,
div .background-secondary h6 {
  color: #ffffff;
}
section .background-ternary,
div .background-ternary {
  background-color: #00aeef;
  color: #ffffff;
}
section .background-ternary a,
div .background-ternary a {
  color: #ffffff;
  font-weight: 700;
}
section .background-ternary a:hover,
div .background-ternary a:hover,
section .background-ternary a:focus,
div .background-ternary a:focus {
  color: #d9d9d9;
}
section .background-ternary h1,
div .background-ternary h1,
section .background-ternary h2,
div .background-ternary h2,
section .background-ternary h3,
div .background-ternary h3,
section .background-ternary h4,
div .background-ternary h4,
section .background-ternary h5,
div .background-ternary h5,
section .background-ternary h6,
div .background-ternary h6 {
  color: #ffffff;
}
section .background-quaternary,
div .background-quaternary {
  background-color: #afa023;
  color: #ffffff;
}
section .background-quaternary a,
div .background-quaternary a {
  color: #ffffff;
  font-weight: 700;
}
section .background-quaternary a:hover,
div .background-quaternary a:hover,
section .background-quaternary a:focus,
div .background-quaternary a:focus {
  color: #d9d9d9;
}
section .background-quaternary h1,
div .background-quaternary h1,
section .background-quaternary h2,
div .background-quaternary h2,
section .background-quaternary h3,
div .background-quaternary h3,
section .background-quaternary h4,
div .background-quaternary h4,
section .background-quaternary h5,
div .background-quaternary h5,
section .background-quaternary h6,
div .background-quaternary h6 {
  color: #ffffff;
}
section .background-light,
div .background-light {
  background-color: #ffffff;
}
section .background-lighter,
div .background-lighter {
  background-color: #d9d9d9;
}
section .background-darker,
div .background-darker {
  background-color: #595959;
  color: #ffffff;
}
section .background-darker a,
div .background-darker a {
  color: #ffffff;
  font-weight: 700;
}
section .background-darker a:hover,
div .background-darker a:hover,
section .background-darker a:focus,
div .background-darker a:focus {
  color: #d9d9d9;
}
section .background-darker h1,
div .background-darker h1,
section .background-darker h2,
div .background-darker h2,
section .background-darker h3,
div .background-darker h3,
section .background-darker h4,
div .background-darker h4,
section .background-darker h5,
div .background-darker h5,
section .background-darker h6,
div .background-darker h6 {
  color: #ffffff;
}
section .background-dark,
div .background-dark {
  background-color: #333333;
  color: #ffffff;
}
section .background-dark a,
div .background-dark a {
  color: #ffffff;
  font-weight: 700;
}
section .background-dark a:hover,
div .background-dark a:hover,
section .background-dark a:focus,
div .background-dark a:focus {
  color: #d9d9d9;
}
section .background-dark h1,
div .background-dark h1,
section .background-dark h2,
div .background-dark h2,
section .background-dark h3,
div .background-dark h3,
section .background-dark h4,
div .background-dark h4,
section .background-dark h5,
div .background-dark h5,
section .background-dark h6,
div .background-dark h6 {
  color: #ffffff;
}
section .primary-overlay,
div .primary-overlay {
  color: #ffffff;
  position: relative;
}
section .primary-overlay:after,
div .primary-overlay:after {
  background-color: #5e66b1;
  content: '';
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  -webkit-opacity: 0.9;
  -moz-opacity: 0.9;
  opacity: 0.9;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90);
  filter: alpha(opacity=90);
}
section .primary-overlay h1,
div .primary-overlay h1,
section .primary-overlay h2,
div .primary-overlay h2,
section .primary-overlay h3,
div .primary-overlay h3,
section .primary-overlay h4,
div .primary-overlay h4,
section .primary-overlay h5,
div .primary-overlay h5,
section .primary-overlay h6,
div .primary-overlay h6 {
  color: #ffffff;
}
section .secondary-overlay,
div .secondary-overlay {
  color: #ffffff;
  position: relative;
}
section .secondary-overlay:after,
div .secondary-overlay:after {
  background-color: #f730b2;
  content: '';
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  -webkit-opacity: 0.9;
  -moz-opacity: 0.9;
  opacity: 0.9;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90);
  filter: alpha(opacity=90);
}
section .secondary-overlay h1,
div .secondary-overlay h1,
section .secondary-overlay h2,
div .secondary-overlay h2,
section .secondary-overlay h3,
div .secondary-overlay h3,
section .secondary-overlay h4,
div .secondary-overlay h4,
section .secondary-overlay h5,
div .secondary-overlay h5,
section .secondary-overlay h6,
div .secondary-overlay h6 {
  color: #ffffff;
}
section .ternary-overlay,
div .ternary-overlay {
  color: #ffffff;
  position: relative;
}
section .ternary-overlay:after,
div .ternary-overlay:after {
  background-color: #00aeef;
  content: '';
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  -webkit-opacity: 0.9;
  -moz-opacity: 0.9;
  opacity: 0.9;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90);
  filter: alpha(opacity=90);
}
section .ternary-overlay h1,
div .ternary-overlay h1,
section .ternary-overlay h2,
div .ternary-overlay h2,
section .ternary-overlay h3,
div .ternary-overlay h3,
section .ternary-overlay h4,
div .ternary-overlay h4,
section .ternary-overlay h5,
div .ternary-overlay h5,
section .ternary-overlay h6,
div .ternary-overlay h6 {
  color: #ffffff;
}
section .quaternary-overlay,
div .quaternary-overlay {
  color: #ffffff;
  position: relative;
}
section .quaternary-overlay:after,
div .quaternary-overlay:after {
  background-color: #afa023;
  content: '';
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  -webkit-opacity: 0.9;
  -moz-opacity: 0.9;
  opacity: 0.9;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90);
  filter: alpha(opacity=90);
}
section .quaternary-overlay h1,
div .quaternary-overlay h1,
section .quaternary-overlay h2,
div .quaternary-overlay h2,
section .quaternary-overlay h3,
div .quaternary-overlay h3,
section .quaternary-overlay h4,
div .quaternary-overlay h4,
section .quaternary-overlay h5,
div .quaternary-overlay h5,
section .quaternary-overlay h6,
div .quaternary-overlay h6 {
  color: #ffffff;
}
hr {
  border-color: #e1e1e1;
}
a {
  color: #00aeef;
  outline: 0;
  -webkit-transition: linear color 0.2s 0s;
  -moz-transition: linear color 0.2s 0s;
  -o-transition: linear color 0.2s 0s;
  transition: linear color 0.2s 0s;
}
a:hover,
a:active,
a:focus {
  color: #0076a3;
  text-decoration: none;
  outline: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000000;
  font-family: 'Raleway', Helvetica, serif;
  font-weight: 600;
  line-height: 1.2;
  margin: 20px 0;
  text-transform: uppercase;
}
h1 {
  font-size: 35px;
}
h2 {
  font-size: 32px;
}
h3 {
  font-size: 28px;
}
h4 {
  font-size: 25px;
}
h5 {
  font-size: 21px;
}
h6 {
  font-size: 18px;
}
p {
  margin: 0 0 25px 0;
}
::selection {
  background: #5e66b1;
  color: #ffffff;
  text-shadow: none;
}
::-moz-selection {
  background: #5e66b1;
  color: #ffffff;
  text-shadow: none;
}
.highlight {
  background-color: #5e66b1;
  color: #ffffff;
  font-weight: 600;
  padding: 0 4px;
}
.label,
.badge {
  background-color: #f6b324;
  border-radius: 4px;
  color: #ffffff;
  text-shadow: none;
  -webkit-transition: all 0.1s linear 0s;
  -moz-transition: all 0.1s linear 0s;
  -o-transition: all 0.1s linear 0s;
  transition: all 0.1s linear 0s;
}
.label p,
.badge p {
  color: #ffffff;
}
.label.label-success,
.badge.label-success,
.label.badge-success,
.badge.badge-success {
  background-color: #9fc61e;
}
.label.label-info,
.badge.label-info,
.label.badge-info,
.badge.badge-info {
  background-color: #2287b5;
}
.label.label-error,
.badge.label-error,
.label.badge-error,
.badge.badge-error {
  background-color: #e70329;
}
.label.label-inverse,
.badge.label-inverse,
.label.badge-inverse,
.badge.badge-inverse {
  background-color: #8e8e8e;
  color: #ffffff;
}
.muted {
  color: rgba(142, 142, 142, 0.5);
}
.text-warning {
  color: #f6b324;
}
.text-error {
  color: #e70329;
}
.text-info {
  color: #2287b5;
}
.text-success {
  color: #9fc61e;
}
blockquote,
q {
  quotes: "" "";
  background-color: #ffffff;
  border: 1px solid #e1e1e1;
  display: block;
  font-size: 22px;
  font-weight: 300;
  font-style: italic;
  margin: 0;
  padding: 15px;
  width: 100%;
}
blockquote:after,
q:after {
  margin: 40px 0 30px 0;
}
blockquote > *,
q > * {
  margin-left: 15px;
}
blockquote > p,
q > p {
  font-size: 21px;
  font-style: italic;
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
}
blockquote > p:before,
q > p:before {
  content: "\f10d";
  color: #e6e6e6;
  font-family: 'FontAwesome';
  font-size: 2em;
  position: absolute;
  left: 0;
  top: 0;
  height: 1em;
  width: 1em;
  z-index: -1;
}
blockquote > p + *,
q > p + * {
  color: #f730b2;
  font-weight: 400;
  margin-left: 30px;
}
blockquote.right,
q.right {
  text-align: right;
}
blockquote.right > *,
q.right > * {
  margin-left: 0px;
  margin-right: 15px;
}
blockquote.right > p + *,
q.right > p + * {
  color: #f730b2;
  margin-left: 0px;
  margin-right: 30px;
}
dt {
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 10px;
}
dd {
  margin-left: 20px;
  margin-bottom: 10px;
}
dfn,
cite,
em {
  font-style: italic;
}
.input-prepend .add-on:first-child,
.input-prepend .btn:first-child {
  border-radius: 4px 0 0 4px;
}
.input-prepend .add-on:last-child,
.input-prepend .btn:last-child {
  border-radius: 0 4px 4px 0;
}
.well {
  background-color: #ffffff;
  border-color: #fff4fb;
  border-radius: 4px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
/* Titles
------------------------------------------------------------------------------*/
h1.rstpl-title,
h2.rstpl-title,
h3.rstpl-title {
  text-transform: uppercase;
}
.rstpl-title {
  margin: 0 0 30px 0;
}
.rstpl-title h1,
.rstpl-title h2,
.rstpl-title h3 {
  text-transform: uppercase;
}
/* 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: #f730b2;
}
.rstpl-arrow-simple-bullet > li,
.rstpl-arrow-circle-bullet > li {
  line-height: 2em;
}
.rstpl-arrow-circle-bullet > li:before {
  content: "\f138";
  font-family: "FontAwesome";
  font-size: 1em;
  font-weight: 100;
  margin-right: 10px;
  vertical-align: 0;
}
/* Tables
------------------------------------------------------------------------------*/
.table {
  margin: 0 0 20px 0;
  max-width: 100%;
  width: 100%;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  vertical-align: top;
}
.table > thead > tr > th {
  color: #000000;
  font-size: 18px;
  padding: 20px 15px;
  vertical-align: bottom;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: none;
}
.table th,
.table td {
  padding: 15px;
}
.table.table-bordered {
  border-color: #e1e1e1;
  border-radius: 4px;
}
/* Buttons
------------------------------------------------------------------------------*/
button {
  background-color: #ffffff;
  background-image: none;
  border: none;
  border-radius: 4px;
  color: #333333;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
  padding: 12px 24px;
  text-align: center;
  text-shadow: none;
  text-transform: uppercase;
  vertical-align: middle;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}
button:hover,
button:focus {
  background-color: #e6e6e6;
  background-position: 0 center;
  border: none;
  color: #333333;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}
button:hover,
button:focus {
  background-color: #e6e6e6;
  background-position: 0 center;
  border: none;
  color: #333333;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}
.btn {
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #e1e1e1;
  border-radius: 4px;
  color: #333333;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
  padding: 12px 24px;
  text-align: center;
  text-shadow: none;
  text-transform: uppercase;
  vertical-align: middle;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}
.btn:hover,
.btn:focus {
  background-color: #e6e6e6;
  background-position: 0 center;
  border: 1px solid #e1e1e1;
  color: #333333;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}
.btn:hover,
.btn:focus {
  background-color: #e6e6e6;
  background-position: 0 center;
  border: 1px solid #e1e1e1;
  color: #333333;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}
.btn.btn-primary {
  background-color: #5e66b1;
  background-image: none;
  border: 1px solid #5e66b1;
  border-radius: 4px;
  color: #ffffff;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
  padding: 12px 24px;
  text-align: center;
  text-shadow: none;
  text-transform: uppercase;
  vertical-align: middle;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}
.btn.btn-primary:hover,
.btn.btn-primary:focus {
  background-color: #484f94;
  background-position: 0 center;
  border: 1px solid #5e66b1;
  color: #ffffff;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}
.btn.btn-primary:hover,
.btn.btn-primary:focus {
  background-color: #484f94;
  background-position: 0 center;
  border: 1px solid #5e66b1;
  color: #ffffff;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}
.btn.btn-secondary {
  background-color: #f730b2;
  background-image: none;
  border: 1px solid #f730b2;
  border-radius: 4px;
  color: #ffffff;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
  padding: 12px 24px;
  text-align: center;
  text-shadow: none;
  text-transform: uppercase;
  vertical-align: middle;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}
.btn.btn-secondary:hover,
.btn.btn-secondary:focus {
  background-color: #eb099d;
  background-position: 0 center;
  border: 1px solid #f730b2;
  color: #ffffff;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}
.btn.btn-secondary:hover,
.btn.btn-secondary:focus {
  background-color: #eb099d;
  background-position: 0 center;
  border: 1px solid #f730b2;
  color: #ffffff;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}
.btn.btn-ternary {
  background-color: #00aeef;
  background-image: none;
  border: 1px solid #00aeef;
  border-radius: 4px;
  color: #ffffff;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
  padding: 12px 24px;
  text-align: center;
  text-shadow: none;
  text-transform: uppercase;
  vertical-align: middle;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}
.btn.btn-ternary:hover,
.btn.btn-ternary:focus {
  background-color: #0089bc;
  background-position: 0 center;
  border: 1px solid #00aeef;
  color: #ffffff;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}
.btn.btn-ternary:hover,
.btn.btn-ternary:focus {
  background-color: #0089bc;
  background-position: 0 center;
  border: 1px solid #00aeef;
  color: #ffffff;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}
.btn.btn-quaternary {
  background-color: #afa023;
  background-image: none;
  border: 1px solid #afa023;
  border-radius: 4px;
  color: #ffffff;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
  padding: 12px 24px;
  text-align: center;
  text-shadow: none;
  text-transform: uppercase;
  vertical-align: middle;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}
.btn.btn-quaternary:hover,
.btn.btn-quaternary:focus {
  background-color: #85791a;
  background-position: 0 center;
  border: 1px solid #afa023;
  color: #ffffff;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}
.btn.btn-quaternary:hover,
.btn.btn-quaternary:focus {
  background-color: #85791a;
  background-position: 0 center;
  border: 1px solid #afa023;
  color: #ffffff;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}
.btn.btn-warning {
  background-color: #f6b324;
  background-image: none;
  border: 1px solid #f6b324;
  border-radius: 4px;
  color: #ffffff;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
  padding: 12px 24px;
  text-align: center;
  text-shadow: none;
  text-transform: uppercase;
  vertical-align: middle;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}
.btn.btn-warning:hover,
.btn.btn-warning:focus {
  background-color: #de9a09;
  background-position: 0 center;
  border: 1px solid #f6b324;
  color: #ffffff;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}
.btn.btn-warning:hover,
.btn.btn-warning:focus {
  background-color: #de9a09;
  background-position: 0 center;
  border: 1px solid #f6b324;
  color: #ffffff;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}
.btn.btn-warning:hover,
.btn.btn-warning:focus,
.btn.btn-warning:active {
  border-color: #fbde9e;
  background-color: #fbde9e;
}
.btn.btn-danger {
  background-color: #e70329;
  background-image: none;
  border: 1px solid #e70329;
  border-radius: 4px;
  color: #ffffff;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
  padding: 12px 24px;
  text-align: center;
  text-shadow: none;
  text-transform: uppercase;
  vertical-align: middle;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}
.btn.btn-danger:hover,
.btn.btn-danger:focus {
  background-color: #b50220;
  background-position: 0 center;
  border: 1px solid #e70329;
  color: #ffffff;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}
.btn.btn-danger:hover,
.btn.btn-danger:focus {
  background-color: #b50220;
  background-position: 0 center;
  border: 1px solid #e70329;
  color: #ffffff;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}
.btn.btn-danger:hover,
.btn.btn-danger:focus,
.btn.btn-danger:active {
  border-color: #fd6c85;
  background-color: #fd6c85;
}
.btn.btn-info {
  background-color: #2287b5;
  background-image: none;
  border: 1px solid #2287b5;
  border-radius: 4px;
  color: #ffffff;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
  padding: 12px 24px;
  text-align: center;
  text-shadow: none;
  text-transform: uppercase;
  vertical-align: middle;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}
.btn.btn-info:hover,
.btn.btn-info:focus {
  background-color: #1a678a;
  background-position: 0 center;
  border: 1px solid #2287b5;
  color: #ffffff;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}
.btn.btn-info:hover,
.btn.btn-info:focus {
  background-color: #1a678a;
  background-position: 0 center;
  border: 1px solid #2287b5;
  color: #ffffff;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}
.btn.btn-info:hover,
.btn.btn-info:focus,
.btn.btn-info:active {
  border-color: #72c1e5;
  background-color: #72c1e5;
}
.btn.btn-success {
  background-color: #9fc61e;
  background-image: none;
  border: 1px solid #9fc61e;
  border-radius: 4px;
  color: #ffffff;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
  padding: 12px 24px;
  text-align: center;
  text-shadow: none;
  text-transform: uppercase;
  vertical-align: middle;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}
.btn.btn-success:hover,
.btn.btn-success:focus {
  background-color: #7b9a17;
  background-position: 0 center;
  border: 1px solid #9fc61e;
  color: #ffffff;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}
.btn.btn-success:hover,
.btn.btn-success:focus {
  background-color: #7b9a17;
  background-position: 0 center;
  border: 1px solid #9fc61e;
  color: #ffffff;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}
.btn.btn-success:hover,
.btn.btn-success:focus,
.btn.btn-success:active {
  border-color: #d0eb79;
  background-color: #d0eb79;
}
.btn.btn-inverse {
  background-color: #000000;
  background-image: none;
  border: 1px solid #000000;
  border-radius: 4px;
  color: #ffffff;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
  padding: 12px 24px;
  text-align: center;
  text-shadow: none;
  text-transform: uppercase;
  vertical-align: middle;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}
.btn.btn-inverse:hover,
.btn.btn-inverse:focus {
  background-color: #000000;
  background-position: 0 center;
  border: 1px solid #000000;
  color: #ffffff;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}
.btn.btn-inverse:hover,
.btn.btn-inverse:focus {
  background-color: #000000;
  background-position: 0 center;
  border: 1px solid #000000;
  color: #ffffff;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}
.btn.btn-inverse:hover,
.btn.btn-inverse:focus,
.btn.btn-inverse:active {
  border-color: #404040;
  background-color: #404040;
}
.btn.btn-link {
  background-color: transparent;
  background-image: none;
  border: none;
  border-radius: 4px;
  color: #00aeef;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
  padding: 0;
  text-align: center;
  text-shadow: none;
  text-transform: uppercase;
  vertical-align: middle;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}
.btn.btn-link:hover,
.btn.btn-link:focus {
  background-color: rgba(0, 0, 0, 0);
  background-position: 0 center;
  border: none;
  color: #00aeef;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}
.btn.btn-link:hover,
.btn.btn-link:focus {
  background-color: rgba(0, 0, 0, 0);
  background-position: 0 center;
  border: none;
  color: #00aeef;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}
.btn.btn-link:hover,
.btn.btn-link:focus,
.btn.btn-link:active {
  border: none;
  background-color: transparent;
  color: #0076a3;
  text-decoration: none;
}
.btn.dropdown-toggle {
  background-color: #f5f5f5;
  border-radius: 4px;
}
.btn.dropdown-toggle:active,
.btn.dropdown-toggle:focus,
.btn.dropdown-toggle:hover {
  background-color: #dcdcdc;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.btn.btn-mini {
  padding: 3px 7px;
  font-size: 12px;
}
.btn.btn-small {
  padding: 5px 10px;
}
.btn.btn-large {
  padding: 15px 25px;
}
.btn > i[class^="icon-"],
.btn > i[class^="fa fa-"],
.btn > span[class^="icon-"],
.btn > span[class^="fa fa-"] {
  font-size: 1.5em;
  line-height: 1;
  margin: 0;
  height: 1em;
  width: 1.5em;
  text-align: center;
  vertical-align: middle;
}
.btn > i[class^="icon-"]:not(.fa-angle-left):not(.fa-angle-double-left):not(.fa-arrow-left):not(.fa-arrow-circle-left):not(.fa-arrow-circle-o-left):not(.fa-caret-left):not(.fa-caret-square-o-left):not(.fa-chevron-left):not(.fa-chevron-circle-left):not(.fa-hand-o-left):not(.fa-long-arrow-left):not(.icon-angle-left):not(.icon-angle-double-left):not(.icon-arrow-left):not(.icon-arrow-circle-left):not(.icon-arrow-circle-o-left):not(.icon-caret-left):not(.icon-caret-square-o-left):not(.icon-chevron-left):not(.icon-chevron-circle-left):not(.icon-hand-o-left):not(.icon-long-arrow-left),
.btn > i[class^="fa fa-"]:not(.fa-angle-left):not(.fa-angle-double-left):not(.fa-arrow-left):not(.fa-arrow-circle-left):not(.fa-arrow-circle-o-left):not(.fa-caret-left):not(.fa-caret-square-o-left):not(.fa-chevron-left):not(.fa-chevron-circle-left):not(.fa-hand-o-left):not(.fa-long-arrow-left):not(.icon-angle-left):not(.icon-angle-double-left):not(.icon-arrow-left):not(.icon-arrow-circle-left):not(.icon-arrow-circle-o-left):not(.icon-caret-left):not(.icon-caret-square-o-left):not(.icon-chevron-left):not(.icon-chevron-circle-left):not(.icon-hand-o-left):not(.icon-long-arrow-left),
.btn > span[class^="icon-"]:not(.fa-angle-left):not(.fa-angle-double-left):not(.fa-arrow-left):not(.fa-arrow-circle-left):not(.fa-arrow-circle-o-left):not(.fa-caret-left):not(.fa-caret-square-o-left):not(.fa-chevron-left):not(.fa-chevron-circle-left):not(.fa-hand-o-left):not(.fa-long-arrow-left):not(.icon-angle-left):not(.icon-angle-double-left):not(.icon-arrow-left):not(.icon-arrow-circle-left):not(.icon-arrow-circle-o-left):not(.icon-caret-left):not(.icon-caret-square-o-left):not(.icon-chevron-left):not(.icon-chevron-circle-left):not(.icon-hand-o-left):not(.icon-long-arrow-left),
.btn > span[class^="fa fa-"]:not(.fa-angle-left):not(.fa-angle-double-left):not(.fa-arrow-left):not(.fa-arrow-circle-left):not(.fa-arrow-circle-o-left):not(.fa-caret-left):not(.fa-caret-square-o-left):not(.fa-chevron-left):not(.fa-chevron-circle-left):not(.fa-hand-o-left):not(.fa-long-arrow-left):not(.icon-angle-left):not(.icon-angle-double-left):not(.icon-arrow-left):not(.icon-arrow-circle-left):not(.icon-arrow-circle-o-left):not(.icon-caret-left):not(.icon-caret-square-o-left):not(.icon-chevron-left):not(.icon-chevron-circle-left):not(.icon-hand-o-left):not(.icon-long-arrow-left) {
  float: right;
}
.btn .caret {
  margin-bottom: 4px;
  margin-top: 5px;
}
.btn-group {
  white-space: normal;
}
.btn-group .btn {
  border-radius: 0;
  font-size: 12px;
}
.btn-group .btn:first-child {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.btn-group .btn:last-child {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.btn-group .btn + .dropdown-toggle {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.btn-group .btn:hover,
.btn-group .btn:focus,
.btn-group .btn:active .btn-group .btn.active {
  z-index: initial;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.btn-group > .dropdown-toggle.btn,
.dropdown-toggle.btn {
  background-color: #00aeef;
  background-image: none;
  border: 1px solid #00aeef;
  border-radius: 4px;
  color: #ffffff;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
  padding: 12px 24px;
  text-align: center;
  text-shadow: none;
  text-transform: uppercase;
  vertical-align: middle;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}
.btn-group > .dropdown-toggle.btn:hover,
.dropdown-toggle.btn:hover,
.btn-group > .dropdown-toggle.btn:focus,
.dropdown-toggle.btn:focus {
  background-color: #0089bc;
  background-position: 0 center;
  border: 1px solid #00aeef;
  color: #ffffff;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}
.btn-group > .dropdown-toggle.btn:hover,
.dropdown-toggle.btn:hover,
.btn-group > .dropdown-toggle.btn:focus,
.dropdown-toggle.btn:focus {
  background-color: #0089bc;
  background-position: 0 center;
  border: 1px solid #00aeef;
  color: #ffffff;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}
.btn-group > .dropdown-toggle.btn .caret,
.dropdown-toggle.btn .caret {
  border-top-color: #ffffff;
}
.btn-group > .dropdown-toggle.btn-primary,
.dropdown-toggle.btn-primary {
  background-color: #5e66b1;
  background-image: none;
  border: 1px solid #5e66b1;
  border-radius: 4px;
  color: #ffffff;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
  padding: 12px 24px;
  text-align: center;
  text-shadow: none;
  text-transform: uppercase;
  vertical-align: middle;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}
.btn-group > .dropdown-toggle.btn-primary:hover,
.dropdown-toggle.btn-primary:hover,
.btn-group > .dropdown-toggle.btn-primary:focus,
.dropdown-toggle.btn-primary:focus {
  background-color: #484f94;
  background-position: 0 center;
  border: 1px solid #5e66b1;
  color: #ffffff;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}
.btn-group > .dropdown-toggle.btn-primary:hover,
.dropdown-toggle.btn-primary:hover,
.btn-group > .dropdown-toggle.btn-primary:focus,
.dropdown-toggle.btn-primary:focus {
  background-color: #484f94;
  background-position: 0 center;
  border: 1px solid #5e66b1;
  color: #ffffff;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}
.btn-group > .dropdown-toggle.btn-primary .caret,
.dropdown-toggle.btn-primary .caret {
  border-top-color: #ffffff;
}
.btn-group > .dropdown-toggle.btn-mini,
.dropdown-toggle.btn-mini {
  padding: 3px 7px;
  font-size: 12px;
}
.btn-group > .dropdown-toggle.btn-small,
.dropdown-toggle.btn-small {
  padding: 5px 10px;
}
.btn-group > .dropdown-toggle.btn-large,
.dropdown-toggle.btn-large {
  padding: 15px 25px;
}
.btn-toolbar .btn {
  font-size: 12px;
}
.btn-floating {
  background-color: #f5f5f5;
  border-radius: 50%;
  color: #8e8e8e;
  cursor: pointer;
  display: inline-block;
  position: relative;
  overflow: hidden;
  height: 37px;
  width: 37px;
  line-height: 37px;
  padding: 0;
  transition: .3s;
  vertical-align: middle;
  z-index: 1;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
  -ms-box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
  -o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
}
.btn-floating i {
  color: #8e8e8e;
  display: inline-block;
  font-size: 20px;
  text-align: center;
  width: inherit;
}
.btn-floating:hover {
  -webkit-box-shadow: 0 0 9px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 9px rgba(0, 0, 0, 0.5);
  -ms-box-shadow: 0 0 9px rgba(0, 0, 0, 0.5);
  -o-box-shadow: 0 0 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.5);
}
.btn-floating:before {
  border-radius: 0;
}
.btn-floating i {
  color: #8e8e8e;
  display: inline-block;
  font-size: 20px;
  text-align: center;
  width: inherit;
}
.btn-floating:hover {
  -webkit-box-shadow: 0 0 9px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 9px rgba(0, 0, 0, 0.5);
  -ms-box-shadow: 0 0 9px rgba(0, 0, 0, 0.5);
  -o-box-shadow: 0 0 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.5);
}
.btn-floating:before {
  border-radius: 0;
}
.btn-floating.large {
  width: 52px;
  height: 52px;
  line-height: 52px;
}
.btn-floating.floating-primary {
  background-color: #5e66b1;
  color: #ffffff;
}
.btn-floating.floating-primary i {
  color: #ffffff;
}
.btn-floating.floating-secondary {
  background-color: #f730b2;
  color: #ffffff;
}
.btn-floating.floating-secondary i {
  color: #ffffff;
}
.btn-floating.floating-red {
  background-color: #e70329;
  color: #ffffff;
}
.btn-floating.floating-red i {
  color: #ffffff;
}
.btn-floating.floating-green {
  background-color: #9fc61e;
  color: #ffffff;
}
.btn-floating.floating-green i {
  color: #ffffff;
}
.btn-floating.floating-blue {
  background-color: #2287b5;
  color: #ffffff;
}
.btn-floating.floating-blue i {
  color: #ffffff;
}
.btn-floating.facebook {
  background-color: #3B5998;
  color: #ffffff;
}
.btn-floating.facebook i {
  color: #ffffff;
}
.btn-floating.twitter {
  background-color: #55ACEE;
  color: #ffffff;
}
.btn-floating.twitter i {
  color: #ffffff;
}
.btn-floating.linkedin {
  background-color: #1984BC;
  color: #ffffff;
}
.btn-floating.linkedin i {
  color: #ffffff;
}
.btn-floating.youtube {
  background-color: #B00;
  color: #ffffff;
}
.btn-floating.youtube i {
  color: #ffffff;
}
.btn-floating.vimeo {
  background-color: #46B5FE;
  color: #ffffff;
}
.btn-floating.vimeo i {
  color: #ffffff;
}
.btn-floating.flickr {
  background-color: #FF0084;
  color: #ffffff;
}
.btn-floating.flickr i {
  color: #ffffff;
}
.btn-floating.pinterest {
  background-color: #CB2027;
  color: #ffffff;
}
.btn-floating.pinterest i {
  color: #ffffff;
}
.btn-floating.instagram {
  background-color: #bb31a8;
  color: #ffffff;
}
.btn-floating.instagram i {
  color: #ffffff;
}
.btn-floating.skype {
  background-color: #00AFF0;
  color: #ffffff;
}
.btn-floating.skype i {
  color: #ffffff;
}
.fixed-action-btn {
  bottom: 40px;
  position: fixed;
  z-index: 998;
}
.fixed-action-btn.float-right {
  right: 100px;
  left: auto;
}
@media (max-width: 767px) {
  .fixed-action-btn.float-right {
    right: 20px;
    bottom: 20px;
  }
}
.fixed-action-btn.float-left {
  left: 100px;
  right: auto;
}
@media (max-width: 767px) {
  .fixed-action-btn.float-left {
    left: 20px;
    bottom: 20px;
  }
}
.fixed-action-btn ul {
  left: 0;
  right: 0;
  text-align: center;
  position: absolute;
  list-style-type: none;
  bottom: 64px;
  margin: 0;
  display: none;
}
.fixed-action-btn ul li {
  margin-bottom: 10px;
}
.fixed-action-btn ul a.btn-floating {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
}
.fixed-action-btn.active a.btn-floating {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.rstpl-tags.inline > li {
  margin: 0;
  padding-left: 0;
  margin-right: 10px;
}
.rstpl-tags .label {
  background-color: #5e66b1;
  font-size: 13px;
  padding: 5px;
  -webkit-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}
.rstpl-tags .label:hover {
  background-color: #f730b2;
  -webkit-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}
.tagspopular ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-block;
}
.tagspopular ul li {
  display: inline-block;
  float: left;
  background-color: #5e66b1;
  padding: 5px 10px;
  font-size: small;
  margin-right: 5px;
  margin-bottom: 5px;
  -webkit-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}
.tagspopular ul li:hover {
  background-color: #f730b2;
  -webkit-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}
.tagspopular ul li a {
  color: #ffffff;
}
.btn.jmodedit {
  height: 30px;
  width: 30px;
  padding: 0;
  text-align: center;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.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: 1px solid #e1e1e1;
  border-radius: 4px;
  line-height: 20px;
  min-height: 32px;
  width: 300px;
  padding: 6px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
select:focus,
textarea:focus,
.uneditable-input:focus {
  border: 1px solid #5e66b1;
  outline: none;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15) inset, 0 0 4px rgba(94, 102, 177, 0.6);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15) inset, 0 0 4px rgba(94, 102, 177, 0.6);
  -ms-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15) inset, 0 0 4px rgba(94, 102, 177, 0.6);
  -o-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15) inset, 0 0 4px rgba(94, 102, 177, 0.6);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15) inset, 0 0 4px rgba(94, 102, 177, 0.6);
}
input[type="text"][class*="span"],
input[type="password"][class*="span"],
input[type="datetime"][class*="span"],
input[type="datetime-local"][class*="span"],
input[type="date"][class*="span"],
input[type="month"][class*="span"],
input[type="time"][class*="span"],
input[type="week"][class*="span"],
input[type="number"][class*="span"],
input[type="email"][class*="span"],
input[type="url"][class*="span"],
input[type="search"][class*="span"],
input[type="tel"][class*="span"],
input[type="color"][class*="span"],
select[class*="span"],
textarea[class*="span"],
.uneditable-input[class*="span"] {
  min-height: 32px;
}
.popover input,
.popover select,
.popover textarea,
.popover .uneditable-input {
  min-width: 0;
}
select option {
  padding: 6px 12px;
}
select:not([size]):not([multiple]),
select[size="1"] {
  height: 32px !important;
  line-height: 20px !important;
}
textarea {
  height: auto;
  min-width: 312px;
}
.input-append input:first-child,
.input-prepend input:first-child {
  border-radius: 4px 0 0 4px;
}
.input-append input:last-child,
.input-prepend input:last-child {
  border-radius: 0 4px 4px 0;
}
.input-append .add-on,
.input-prepend .add-on,
.input-append .btn,
.input-prepend .btn {
  border: 1px solid #e1e1e1;
  height: 32px;
  padding: 4px 10px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.input-append .add-on > i,
.input-prepend .add-on > i,
.input-append .btn > i,
.input-prepend .btn > i,
.input-append .add-on > span,
.input-prepend .add-on > span,
.input-append .btn > span,
.input-prepend .btn > span {
  float: none;
  margin: 0;
  width: 1em;
}
.input-append .add-on.btn-primary,
.input-prepend .add-on.btn-primary,
.input-append .btn.btn-primary,
.input-prepend .btn.btn-primary,
.input-append .add-on.btn-secondary,
.input-prepend .add-on.btn-secondary,
.input-append .btn.btn-secondary,
.input-prepend .btn.btn-secondary,
.input-append .add-on.btn-ternary,
.input-prepend .add-on.btn-ternary,
.input-append .btn.btn-ternary,
.input-prepend .btn.btn-ternary,
.input-append .add-on.btn-quaternary,
.input-prepend .add-on.btn-quaternary,
.input-append .btn.btn-quaternary,
.input-prepend .btn.btn-quaternary {
  border: none;
}
.input-append .add-on:first-child,
.input-prepend .add-on:first-child,
.input-append .btn:first-child,
.input-prepend .btn:first-child {
  border-radius: 4px 0 0 4px;
}
.input-append .add-on:last-child,
.input-prepend .add-on:last-child,
.input-append .btn:last-child,
.input-prepend .btn:last-child {
  border-radius: 0 4px 4px 0;
}
.full-width-form form input[type="text"],
.full-width-form form input[type="password"],
.full-width-form form input[type="datetime"],
.full-width-form form input[type="datetime-local"],
.full-width-form form input[type="date"],
.full-width-form form input[type="month"],
.full-width-form form input[type="time"],
.full-width-form form input[type="week"],
.full-width-form form input[type="number"],
.full-width-form form input[type="email"],
.full-width-form form input[type="url"],
.full-width-form form input[type="search"],
.full-width-form form input[type="tel"],
.full-width-form form input[type="color"],
.full-width-form form select,
.full-width-form form textarea,
.full-width-form form .uneditable-input {
  min-width: 150px;
  width: 100%;
}
form [id*="captcha_image"] {
  margin-bottom: 15px !important;
}
.form-actions {
  background-color: #f2f2f2;
  border: none;
  border-radius: 4px;
  padding: 15px;
}
.form-actions button,
.form-actions .btn {
  margin: 2px 0 !important;
}
/* 3 Navbar
------------------------------------------------------------------------------*/
.navbar .btn-navbar {
  padding: 10px;
  text-shadow: none;
  width: 38px;
}
.navbar .btn-navbar .icon-bar {
  background-color: #8e8e8e;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.nav-collapse .btn {
  padding: 12px 24px;
}
.nav-collapse .dropdown-menu a:hover,
.nav-collapse .dropdown-menu a:focus {
  background-color: #00aeef;
}
.full-width-menu .rstpl-navigation .navbar .navbar-inner {
  margin-left: auto;
  margin-right: auto;
  width: 1170px;
}
@media (max-width: 1199px) {
  .full-width-menu .rstpl-navigation .navbar .navbar-inner {
    width: 940px;
  }
}
@media (max-width: 979px) {
  .full-width-menu .rstpl-navigation .navbar .navbar-inner {
    width: 724px;
  }
}
@media (max-width: 767px) {
  .full-width-menu .rstpl-navigation .navbar .navbar-inner {
    margin-left: 15px;
    margin-right: 15px;
    width: auto;
  }
}
.rstpl-navigation .navbar {
  background-color: #5e66b1;
  margin: 0;
  position: relative;
}
.rstpl-navigation .navbar.navbar-fixed-top,
.rstpl-navigation .navbar.navbar-fixed-bottom {
  position: fixed;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
}
.rstpl-navigation .navbar .navbar-inner {
  background-color: transparent;
  background-image: none;
  border: none;
  border-radius: 0;
  min-height: 0;
  padding: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.rstpl-navigation .navbar .nav-collapse {
  position: static;
}
.rstpl-navigation .navbar .nav {
  margin: 0;
  position: static;
}
.rstpl-navigation .navbar .nav > li {
  margin: 0 5px;
}
.rstpl-navigation .navbar .nav > li.active > a {
  color: #ffffff;
  background-color: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.rstpl-navigation .navbar .nav > li.active > a:before {
  max-height: 4px;
}
.rstpl-navigation .navbar .nav > li.active > a:hover,
.rstpl-navigation .navbar .nav > li.active > a:focus {
  color: #ffffff;
  background-color: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.rstpl-navigation .navbar .nav > li.active > a:hover:before,
.rstpl-navigation .navbar .nav > li.active > a:focus:before {
  max-height: 4px;
}
.rstpl-navigation .navbar .nav > li.parent > a {
  padding-right: 25px;
}
.rstpl-navigation .navbar .nav > li.parent:after {
  color: #ffffff;
  content: '\f0d7';
  font-family: 'FontAwesome';
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.rstpl-navigation .navbar .nav > li.parent:hover > a:before {
  max-height: 4px;
}
.rstpl-navigation .navbar .nav > li.rstpl-mega-menu:hover > a:before,
.rstpl-navigation .navbar .nav > li.rstpl-mega-menu:focus > a:before,
.rstpl-navigation .navbar .nav > li.rstpl-mega-menu:active > a:before {
  max-height: 4px;
}
.rstpl-navigation .navbar .nav > li > a {
  color: #ffffff;
  padding: 35px 15px;
  position: relative;
  z-index: 0;
}
.rstpl-navigation .navbar .nav > li > a:before {
  background-color: #ffffff;
  content: '';
  position: absolute;
  bottom: 20px;
  left: 0;
  height: 4px;
  width: 100%;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.2s linear 0s;
  -moz-transition: max-height 0.2s linear 0s;
  -o-transition: max-height 0.2s linear 0s;
  transition: max-height 0.2s linear 0s;
}
.rstpl-navigation .navbar .nav > li > a:hover:before,
.rstpl-navigation .navbar .nav > li > a:focus:before {
  max-height: 4px;
}
.rstpl-navigation .navbar .nav li > a {
  font-family: 'Raleway', Helvetica, serif;
  font-weight: 600;
  text-shadow: none;
  text-transform: uppercase;
}
.rstpl-navigation .navbar .nav li > .dropdown-menu li > a:hover,
.rstpl-navigation .navbar .nav li > .dropdown-menu li > a:focus,
.rstpl-navigation .navbar .nav li > .dropdown-menu li > a:active {
  background-color: #5e66b1;
}
.rstpl-navigation .navbar .nav li > .dropdown-menu > .active > a {
  background-color: #5e66b1;
}
.rstpl-navigation .navbar .nav li > .dropdown-menu > .active > a:hover,
.rstpl-navigation .navbar .nav li > .dropdown-menu > .active > a:focus {
  background-color: #5e66b1;
}
.rstpl-navigation .navbar .nav li > .dropdown-menu .dropdown-submenu:hover > a,
.rstpl-navigation .navbar .nav li > .dropdown-menu .dropdown-submenu:focus > a {
  background-color: #5e66b1;
}
.rstpl-navigation .navbar .nav li > .dropdown-menu .dropdown-submenu:hover > a:hover,
.rstpl-navigation .navbar .nav li > .dropdown-menu .dropdown-submenu:focus > a:hover,
.rstpl-navigation .navbar .nav li > .dropdown-menu .dropdown-submenu:hover > a:focus,
.rstpl-navigation .navbar .nav li > .dropdown-menu .dropdown-submenu:focus > a:focus,
.rstpl-navigation .navbar .nav li > .dropdown-menu .dropdown-submenu:hover > a:active,
.rstpl-navigation .navbar .nav li > .dropdown-menu .dropdown-submenu:focus > a:active {
  background-color: #5e66b1;
}
.rstpl-navigation .menu-left {
  float: left;
}
.rstpl-navigation .menu-right {
  float: right;
}
.rstpl-navigation .menu-center {
  text-align: center;
}
.rstpl-navigation .menu-center .rstpl-template-menu {
  float: none;
}
.rstpl-navigation .menu-center .rstpl-template-menu > li {
  float: none;
  display: inline-block;
}
.rstpl-navigation .menu-center .rstpl-mega-menu-container .rstpl-template-menu > li {
  display: block;
}
.rstpl-navigation .rstpl-brand {
  padding: 15px 0;
}
.rstpl-navigation .rstpl-brand h1,
.rstpl-navigation .rstpl-brand h2,
.rstpl-navigation .rstpl-brand h3 {
  line-height: 60px;
  margin: 0;
}
.rstpl-navigation .rstpl-brand.image.pull-center > a {
  display: block;
  text-align: center;
}
.rstpl-navigation .rstpl-template-menu > li > a {
  font-size: 14px;
}
.rstpl-navigation .rstpl-template-menu .menu-icon {
  height: 1.2em;
  width: 1.2em;
  line-height: 1.2em;
  margin-right: 5px;
}
.rstpl-navigation .btn-navbar {
  background-color: transparent;
  background-image: none;
  border: none;
  border-radius: 0;
  margin: 20px 0 20px 15px;
  height: 50px;
  width: 50px;
  overflow: hidden;
  padding: 12px;
  position: relative;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.rstpl-navigation .btn-navbar:hover {
  background-color: transparent;
}
.rstpl-navigation .btn-navbar .icon-bar {
  background-color: #ffffff;
  margin: 0 0 4px 0;
  position: relative;
  top: 0;
  height: 3px;
  width: 26px;
  text-shadow: none;
  -webkit-backface-visibility: hidden;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.rstpl-navigation .btn-navbar .icon-bar:first-of-type {
  margin-top: 4px;
}
.rstpl-navigation .btn-navbar .icon-bar:last-of-type {
  margin-bottom: 0;
}
.rstpl-navigation .btn-navbar .icon-bar.bottom-bar {
  margin: 0;
  top: 60px;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.rstpl-navigation .btn-navbar .icon-bar.left-bar {
  margin: 0;
  top: 11px;
  -webkit-transform: rotate(136deg);
  -moz-transform: rotate(136deg);
  -ms-transform: rotate(136deg);
  -o-transform: rotate(136deg);
  transform: rotate(136deg);
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.rstpl-navigation .btn-navbar .icon-bar.right-bar {
  margin: 0;
  top: 8px;
  -webkit-transform: rotate(404deg);
  -moz-transform: rotate(404deg);
  -ms-transform: rotate(404deg);
  -o-transform: rotate(404deg);
  transform: rotate(404deg);
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.rstpl-navigation .btn-navbar.collapsed .icon-bar {
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
@media (max-width: 979px) {
  .rstpl-navigation .navbar .nav {
    padding-bottom: 20px;
  }
  .rstpl-navigation .navbar .nav > li {
    margin: 0;
  }
  .rstpl-navigation .navbar .nav li.active > a {
    background-color: transparent;
  }
  .rstpl-navigation .navbar .nav li.active > a:hover,
  .rstpl-navigation .navbar .nav li.active > a:focus,
  .rstpl-navigation .navbar .nav li.active > a:active {
    background-color: transparent;
  }
  .rstpl-navigation .navbar .nav li.parent:after {
    content: none;
  }
  .rstpl-navigation .navbar .nav li.parent:hover > a,
  .rstpl-navigation .navbar .nav li.parent:focus > a,
  .rstpl-navigation .navbar .nav li.parent:active > a {
    background-color: transparent;
  }
  .rstpl-navigation .navbar .nav li.parent > a {
    padding-right: 50px;
  }
  .rstpl-navigation .navbar .nav li.rstpl-navbar-login.active > a,
  .rstpl-navigation .navbar .nav li.rstpl-navbar-search.active > a {
    background-color: transparent;
  }
  .rstpl-navigation .navbar .nav li.rstpl-navbar-login > a:hover,
  .rstpl-navigation .navbar .nav li.rstpl-navbar-search > a:hover,
  .rstpl-navigation .navbar .nav li.rstpl-navbar-login > a:focus,
  .rstpl-navigation .navbar .nav li.rstpl-navbar-search > a:focus,
  .rstpl-navigation .navbar .nav li.rstpl-navbar-login > a:active,
  .rstpl-navigation .navbar .nav li.rstpl-navbar-search > a:active {
    background-color: transparent;
  }
  .rstpl-navigation .navbar .nav li > a {
    color: #ffffff;
    margin: 0;
    padding: 15px;
  }
  .rstpl-navigation .navbar .nav li > a:before {
    bottom: 0;
  }
  .rstpl-navigation .navbar .nav li > a:hover,
  .rstpl-navigation .navbar .nav li > a:focus,
  .rstpl-navigation .navbar .nav li > a:active {
    background-color: transparent;
  }
  .rstpl-navigation .navbar .nav li > .dropdown-menu {
    margin: 0;
  }
  .rstpl-navigation .navbar .nav li > .dropdown-menu > li > a {
    padding-left: 30px;
  }
  .rstpl-navigation .navbar .nav li > .dropdown-menu li > a {
    position: relative;
  }
  .rstpl-navigation .navbar .nav li > .dropdown-menu li > a:before {
    background-color: #ffffff;
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 4px;
    width: 100%;
    max-height: 0;
    -webkit-transition: max-height 0.2s linear 0s;
    -moz-transition: max-height 0.2s linear 0s;
    -o-transition: max-height 0.2s linear 0s;
    transition: max-height 0.2s linear 0s;
  }
  .rstpl-navigation .navbar .nav li > .dropdown-menu li > a:hover,
  .rstpl-navigation .navbar .nav li > .dropdown-menu li > a:focus,
  .rstpl-navigation .navbar .nav li > .dropdown-menu li > a:active {
    background-color: transparent;
  }
  .rstpl-navigation .navbar .nav li > .dropdown-menu li > a:hover:before,
  .rstpl-navigation .navbar .nav li > .dropdown-menu li > a:focus:before,
  .rstpl-navigation .navbar .nav li > .dropdown-menu li > a:active:before {
    max-height: 4px;
  }
  .rstpl-navigation .navbar .nav li > .dropdown-menu .dropdown-submenu:hover > a,
  .rstpl-navigation .navbar .nav li > .dropdown-menu .dropdown-submenu:focus > a {
    background-color: transparent;
  }
  .rstpl-navigation .navbar .nav li > .dropdown-menu .dropdown-submenu:hover > a:before,
  .rstpl-navigation .navbar .nav li > .dropdown-menu .dropdown-submenu:focus > a:before {
    max-height: 4px;
  }
  .rstpl-navigation .navbar .nav li > .dropdown-menu .dropdown-submenu:hover > a:hover,
  .rstpl-navigation .navbar .nav li > .dropdown-menu .dropdown-submenu:focus > a:hover,
  .rstpl-navigation .navbar .nav li > .dropdown-menu .dropdown-submenu:hover > a:focus,
  .rstpl-navigation .navbar .nav li > .dropdown-menu .dropdown-submenu:focus > a:focus,
  .rstpl-navigation .navbar .nav li > .dropdown-menu .dropdown-submenu:hover > a:active,
  .rstpl-navigation .navbar .nav li > .dropdown-menu .dropdown-submenu:focus > a:active {
    background-color: transparent;
  }
  .rstpl-navigation .navbar .nav li > .dropdown-menu .dropdown-submenu:hover > a:hover:before,
  .rstpl-navigation .navbar .nav li > .dropdown-menu .dropdown-submenu:focus > a:hover:before,
  .rstpl-navigation .navbar .nav li > .dropdown-menu .dropdown-submenu:hover > a:focus:before,
  .rstpl-navigation .navbar .nav li > .dropdown-menu .dropdown-submenu:focus > a:focus:before,
  .rstpl-navigation .navbar .nav li > .dropdown-menu .dropdown-submenu:hover > a:active:before,
  .rstpl-navigation .navbar .nav li > .dropdown-menu .dropdown-submenu:focus > a:active:before {
    max-height: 4px;
  }
  .rstpl-navigation .navbar .nav li > .dropdown-menu .dropdown-submenu .dropdown-menu > li > a {
    padding-left: 45px;
  }
  .rstpl-navigation .navbar .nav li > .dropdown-menu .dropdown-submenu .dropdown-menu > li li > a {
    padding-left: 60px;
  }
  .rstpl-navigation .navbar .nav li > .dropdown-menu .dropdown-submenu .dropdown-menu > li li li > a {
    padding-left: 75px;
  }
  .rstpl-navigation .navbar .nav li > .dropdown-menu .dropdown-submenu .dropdown-menu > li li li li > a {
    padding-left: 90px;
  }
  .rstpl-navigation .navbar .nav li > .dropdown-menu .dropdown-submenu .dropdown-menu > li li li li li > a {
    padding-left: 105px;
  }
  .rstpl-navigation .navbar .nav li .submenu-button {
    border-radius: 0;
    position: absolute;
    right: 0;
    top: 0;
    height: 50px;
    width: 50px;
  }
  .rstpl-navigation .navbar .nav li .submenu-button:after {
    border-left: 10px solid #ffffff;
    border-bottom: 10px solid transparent;
    border-top: 10px solid transparent;
    content: '';
    height: 0;
    width: 0;
    position: absolute;
    left: 20px;
    top: 15px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
  }
  .rstpl-navigation .navbar .nav li .submenu-button.opened:after {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .rstpl-navigation .menu-left,
  .rstpl-navigation .menu-right {
    float: none;
  }
  .rstpl-navigation .menu-center {
    text-align: inherit;
  }
  .rstpl-navigation .menu-center .rstpl-template-menu > li {
    display: block;
  }
}
.rstpl-mega-menu .rstpl-mega-menu-container {
  background-color: #ffffff;
  border-radius: 4px;
  left: 50%;
  top: 100%;
  position: absolute;
  visibility: hidden;
  width: calc(100% - 20px);
  z-index: 2;
  -webkit-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.5);
  -ms-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.5);
  -o-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.5);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.rstpl-mega-menu .rstpl-mega-menu-container.container {
  padding: 30px;
}
.rstpl-mega-menu .rstpl-mega-menu-container [class^="span"] .rstpl-template-menu {
  border-right: 1px solid #e1e1e1;
  padding-right: 10px;
}
.rstpl-mega-menu .rstpl-mega-menu-container .rstpl-template-menu {
  list-style-type: none;
  margin: 0;
}
.rstpl-mega-menu .rstpl-mega-menu-container .rstpl-template-menu > li > a {
  color: #8e8e8e;
  display: block;
  font-size: 13px;
  padding: 10px;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}
.rstpl-mega-menu .rstpl-mega-menu-container .rstpl-template-menu > li > a:hover,
.rstpl-mega-menu .rstpl-mega-menu-container .rstpl-template-menu > li > a:focus {
  background-color: #5e66b1;
  color: #ffffff;
}
.rstpl-mega-menu:hover .rstpl-mega-menu-container {
  visibility: visible;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
@media (max-width: 979px) {
  .rstpl-mega-menu {
    position: relative;
  }
  .rstpl-mega-menu:hover > a,
  .rstpl-mega-menu:focus > a {
    background-color: transparent;
  }
  .rstpl-mega-menu:hover > a:before,
  .rstpl-mega-menu:focus > a:before {
    max-height: 4px;
  }
  .rstpl-mega-menu > a {
    padding-right: 50px;
  }
  .rstpl-mega-menu .rstpl-mega-menu-container {
    display: none;
    margin: 10px auto;
    position: static;
    visibility: visible;
    width: calc(100% - 30px);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    filter: alpha(opacity=100);
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .rstpl-mega-menu .rstpl-mega-menu-container > .row-fluid > [class^="span"] {
    margin: 0 0 30px 0;
    width: 100%;
  }
  .rstpl-mega-menu .rstpl-mega-menu-container > .row-fluid > [class^="span"]:last-of-type {
    margin: 0;
  }
  .rstpl-mega-menu .rstpl-mega-menu-container [class^="span"] .rstpl-template-menu {
    border: none;
    padding: 0;
  }
}
@media (max-width: 480px) {
  .rstpl-mega-menu .rstpl-mega-menu-container.container {
    padding: 20px;
  }
}
.rstpl-absolute-menu {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.rstpl-absolute-menu .navbar {
  background-color: transparent;
  z-index: 4;
}
.rstpl-absolute-menu .navbar:before {
  background-color: #5e66b1;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  -webkit-opacity: 0.75;
  -moz-opacity: 0.75;
  opacity: 0.75;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=75);
  filter: alpha(opacity=75);
}
@media (max-width: 979px) {
  .rstpl-absolute-menu {
    position: static;
  }
  .rstpl-absolute-menu .navbar:before {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    filter: alpha(opacity=100);
  }
}
[data-onepage="true"] .rstpl-navigation-toggler {
  background-color: #5e66b1;
  right: 0;
  top: 0;
  overflow: hidden;
  padding: 10px;
  position: absolute;
  line-height: 8px;
  height: 42px;
  width: 42px;
}
[data-onepage="true"] .rstpl-navigation-toggler .icon-bar {
  background-color: #ffffff;
  margin: 2px 0;
  overflow: hidden;
  position: relative;
  height: 2px;
  width: 22px;
  text-shadow: none;
  top: 0;
  vertical-align: top;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
[data-onepage="true"] .rstpl-navigation-toggler .icon-bar.bottom-bar {
  background-color: #ffffff;
  top: 60px;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
[data-onepage="true"] .rstpl-navigation-toggler .icon-bar.left-bar {
  background-color: #ffffff;
  top: 8px;
  -webkit-transform: rotate(136deg);
  -moz-transform: rotate(136deg);
  -ms-transform: rotate(136deg);
  -o-transform: rotate(136deg);
  transform: rotate(136deg);
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
[data-onepage="true"] .rstpl-navigation-toggler .icon-bar.right-bar {
  background-color: #ffffff;
  top: 0;
  -webkit-transform: rotate(404deg);
  -moz-transform: rotate(404deg);
  -ms-transform: rotate(404deg);
  -o-transform: rotate(404deg);
  transform: rotate(404deg);
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
[data-onepage="true"] .rstpl-navigation .rstpl-brand {
  float: none;
  margin: 0 15px;
}
[data-onepage="true"] .rstpl-navigation .menu-left,
[data-onepage="true"] .rstpl-navigation .menu-right {
  float: none;
}
[data-onepage="true"] .rstpl-navigation .navbar {
  position: fixed;
  left: -260px;
  top: 0;
  height: 100%;
  width: 300px;
  z-index: 10;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}
[data-onepage="true"] .rstpl-navigation .navbar.opened {
  left: 0;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}
[data-onepage="true"] .rstpl-navigation .navbar .navbar-inner {
  overflow: hidden;
  height: 100%;
  width: auto;
}
[data-onepage="true"] .rstpl-navigation .navbar .nav {
  float: none;
}
[data-onepage="true"] .rstpl-navigation .navbar .nav > li {
  clear: both;
  float: none;
  margin: 0;
}
[data-onepage="true"] .rstpl-navigation .navbar .nav > li.parent:after {
  content: none;
}
[data-onepage="true"] .rstpl-navigation .navbar .nav li > a {
  padding: 15px;
}
[data-onepage="true"] .rstpl-navigation .navbar .nav li > a:before {
  bottom: 0;
}
[data-onepage="true"] .rstpl-navigation .navbar .nav li > .dropdown-menu {
  background-color: #5e66b1;
  border-radius: 0;
  display: none;
  margin: 0;
  position: static;
  width: 100%;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
[data-onepage="true"] .rstpl-navigation .navbar .nav li > .dropdown-menu.opened {
  visibility: visible;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
[data-onepage="true"] .rstpl-navigation .navbar .nav li > .dropdown-menu > li > a {
  padding-left: 30px;
}
[data-onepage="true"] .rstpl-navigation .navbar .nav li > .dropdown-menu .dropdown-submenu:hover > a,
[data-onepage="true"] .rstpl-navigation .navbar .nav li > .dropdown-menu .dropdown-submenu:focus > a {
  background-color: transparent;
}
[data-onepage="true"] .rstpl-navigation .navbar .nav li > .dropdown-menu .dropdown-submenu:hover > a:before,
[data-onepage="true"] .rstpl-navigation .navbar .nav li > .dropdown-menu .dropdown-submenu:focus > a:before {
  max-height: 4px;
}
[data-onepage="true"] .rstpl-navigation .navbar .nav li > .dropdown-menu .dropdown-submenu:hover > a:hover,
[data-onepage="true"] .rstpl-navigation .navbar .nav li > .dropdown-menu .dropdown-submenu:focus > a:hover,
[data-onepage="true"] .rstpl-navigation .navbar .nav li > .dropdown-menu .dropdown-submenu:hover > a:focus,
[data-onepage="true"] .rstpl-navigation .navbar .nav li > .dropdown-menu .dropdown-submenu:focus > a:focus,
[data-onepage="true"] .rstpl-navigation .navbar .nav li > .dropdown-menu .dropdown-submenu:hover > a:active,
[data-onepage="true"] .rstpl-navigation .navbar .nav li > .dropdown-menu .dropdown-submenu:focus > a:active {
  background-color: transparent;
}
[data-onepage="true"] .rstpl-navigation .navbar .nav li > .dropdown-menu .dropdown-submenu:hover > a:hover:before,
[data-onepage="true"] .rstpl-navigation .navbar .nav li > .dropdown-menu .dropdown-submenu:focus > a:hover:before,
[data-onepage="true"] .rstpl-navigation .navbar .nav li > .dropdown-menu .dropdown-submenu:hover > a:focus:before,
[data-onepage="true"] .rstpl-navigation .navbar .nav li > .dropdown-menu .dropdown-submenu:focus > a:focus:before,
[data-onepage="true"] .rstpl-navigation .navbar .nav li > .dropdown-menu .dropdown-submenu:hover > a:active:before,
[data-onepage="true"] .rstpl-navigation .navbar .nav li > .dropdown-menu .dropdown-submenu:focus > a:active:before {
  max-height: 4px;
}
[data-onepage="true"] .rstpl-navigation .navbar .nav li > .dropdown-menu .dropdown-submenu .dropdown-menu > li > a {
  padding-left: 45px;
}
[data-onepage="true"] .rstpl-navigation .navbar .nav li > .dropdown-menu .dropdown-submenu .dropdown-menu > li li > a {
  padding-left: 60px;
}
[data-onepage="true"] .rstpl-navigation .navbar .nav li > .dropdown-menu .dropdown-submenu .dropdown-menu > li li li > a {
  padding-left: 75px;
}
[data-onepage="true"] .rstpl-navigation .navbar .nav li > .dropdown-menu .dropdown-submenu .dropdown-menu > li li li li > a {
  padding-left: 90px;
}
[data-onepage="true"] .rstpl-navigation .navbar .nav li > .dropdown-menu .dropdown-submenu .dropdown-menu > li li li li li > a {
  padding-left: 105px;
}
[data-onepage="true"] .rstpl-navigation .navbar .nav li .submenu-button {
  border-radius: 0;
  position: absolute;
  right: 0;
  top: 0;
  height: 50px;
  width: 50px;
}
[data-onepage="true"] .rstpl-navigation .navbar .nav li .submenu-button:after {
  border-left: 10px solid #ffffff;
  border-bottom: 10px solid transparent;
  border-top: 10px solid transparent;
  content: '';
  height: 0;
  width: 0;
  position: absolute;
  left: 20px;
  top: 15px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
[data-onepage="true"] .rstpl-navigation .navbar .nav li .submenu-button.opened:after {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
[data-onepage="true"] .rstpl-navigation .navbar .nav .dropdown:hover > .dropdown-menu {
  display: none;
}
[data-onepage="true"] .rstpl-navigation .navbar .nav .dropdown-menu li > a {
  color: #ffffff;
  position: relative;
}
[data-onepage="true"] .rstpl-navigation .navbar .nav .dropdown-menu li > a:before {
  background-color: #ffffff;
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 4px;
  width: 100%;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.2s linear 0s;
  -moz-transition: max-height 0.2s linear 0s;
  -o-transition: max-height 0.2s linear 0s;
  transition: max-height 0.2s linear 0s;
}
[data-onepage="true"] .rstpl-navigation .navbar .nav .dropdown-menu li > a:hover:before,
[data-onepage="true"] .rstpl-navigation .navbar .nav .dropdown-menu li > a:focus:before {
  max-height: 4px;
}
[data-onepage="true"] .rstpl-navigation .navbar .nav .dropdown-submenu > a:after {
  content: none;
}
[data-onepage="true"] .rstpl-navigation .menu-icon.right {
  margin: 0;
  text-align: center;
  -webkit-transform: translate(calc(300px - 42px - ((42px - 1.2em * 1.33) / 2)), 0);
  -moz-transform: translate(calc(300px - 42px - ((42px - 1.2em * 1.33) / 2)), 0);
  -ms-transform: translate(calc(300px - 42px - ((42px - 1.2em * 1.33) / 2)), 0);
  -o-transform: translate(calc(300px - 42px - ((42px - 1.2em * 1.33) / 2)), 0);
  transform: translate(calc(300px - 42px - ((42px - 1.2em * 1.33) / 2)), 0);
}
[data-onepage="true"] .rstpl-mega-menu {
  position: relative;
}
[data-onepage="true"] .rstpl-mega-menu .rstpl-mega-menu-container {
  display: none;
  margin-top: 10px;
  position: relative;
  left: 0;
  top: 0;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
[data-onepage="true"] .rstpl-mega-menu .rstpl-mega-menu-container.opened {
  visibility: visible;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
[data-onepage="true"] .rstpl-mega-menu .rstpl-mega-menu-container [class^="span"] {
  margin: 0 0 20px 0;
  width: 100%;
}
[data-onepage="true"] .rstpl-mega-menu .rstpl-mega-menu-container [class^="span"]:last-of-type {
  margin-bottom: 0;
}
[data-onepage="true"] .rstpl-mega-menu .rstpl-mega-menu-container [class^="span"] .rstpl-template-menu {
  border: none;
  padding: 0;
}
@media (max-width: 1199px) {
  [data-onepage="true"] .rstpl-navigation .navbar .navbar-inner {
    overflow-x: hidden;
    overflow-y: auto;
  }
}
@media (max-width: 979px) {
  [data-onepage="true"] .rstpl-navigation-toggler {
    right: -42px;
  }
  [data-onepage="true"] .rstpl-navigation .btn-navbar {
    display: none;
  }
  [data-onepage="true"] .rstpl-navigation .navbar {
    left: -275px;
    width: 275px;
  }
  [data-onepage="true"] .rstpl-navigation .navbar .nav {
    padding: 0;
  }
  [data-onepage="true"] .rstpl-navigation .navbar .nav-collapse {
    height: auto;
  }
  [data-onepage="true"] .rstpl-navigation .menu-icon.right {
    display: none;
  }
}
@media (max-width: 767px) {
  [data-onepage="true"] .rstpl-navigation .navbar .navbar-inner {
    margin: 0;
  }
}
/* 4 Section styling - Header , Sections , Footer , Copyright
-------------------------------------------------------------------------------*/
/* Headers
------------------------------------------------------------------------------*/
/* Sections
------------------------------------------------------------------------------*/
#column-right,
#column-left {
  background-color: #ffffff;
}
#column-right > [class*="rstpl-"],
#column-left > [class*="rstpl-"] {
  background-color: #f2f2f2;
  border-radius: 4px;
  margin: 0 0 30px 0;
  padding: 20px;
  position: relative;
}
#column-right > [class*="rstpl-"]:last-of-type,
#column-left > [class*="rstpl-"]:last-of-type {
  margin: 0;
}
#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-wrap: break-word;
}
#column-right > [class*="rstpl-"] h1.rstpl-title,
#column-left > [class*="rstpl-"] h1.rstpl-title,
#column-right > [class*="rstpl-"] h2.rstpl-title,
#column-left > [class*="rstpl-"] h2.rstpl-title,
#column-right > [class*="rstpl-"] h3.rstpl-title,
#column-left > [class*="rstpl-"] h3.rstpl-title,
#column-right > [class*="rstpl-"] h4.rstpl-title,
#column-left > [class*="rstpl-"] h4.rstpl-title,
#column-right > [class*="rstpl-"] h5.rstpl-title,
#column-left > [class*="rstpl-"] h5.rstpl-title,
#column-right > [class*="rstpl-"] h6.rstpl-title,
#column-left > [class*="rstpl-"] h6.rstpl-title {
  margin: 0 0 30px 0;
}
#column-right > [class*="rstpl-"] form,
#column-left > [class*="rstpl-"] form {
  margin: 0;
  width: 100%;
  z-index: 1111;
}
#column-right > [class*="rstpl-"] form .input-prepend,
#column-left > [class*="rstpl-"] form .input-prepend {
  width: 100%;
}
#column-right > [class*="rstpl-"] form input[type="text"],
#column-left > [class*="rstpl-"] form input[type="text"],
#column-right > [class*="rstpl-"] form input[type="password"],
#column-left > [class*="rstpl-"] form input[type="password"],
#column-right > [class*="rstpl-"] form input[type="datetime"],
#column-left > [class*="rstpl-"] form input[type="datetime"],
#column-right > [class*="rstpl-"] form input[type="datetime-local"],
#column-left > [class*="rstpl-"] form input[type="datetime-local"],
#column-right > [class*="rstpl-"] form input[type="date"],
#column-left > [class*="rstpl-"] form input[type="date"],
#column-right > [class*="rstpl-"] form input[type="month"],
#column-left > [class*="rstpl-"] form input[type="month"],
#column-right > [class*="rstpl-"] form input[type="time"],
#column-left > [class*="rstpl-"] form input[type="time"],
#column-right > [class*="rstpl-"] form input[type="week"],
#column-left > [class*="rstpl-"] form input[type="week"],
#column-right > [class*="rstpl-"] form input[type="number"],
#column-left > [class*="rstpl-"] form input[type="number"],
#column-right > [class*="rstpl-"] form input[type="email"],
#column-left > [class*="rstpl-"] form input[type="email"],
#column-right > [class*="rstpl-"] form input[type="url"],
#column-left > [class*="rstpl-"] form input[type="url"],
#column-right > [class*="rstpl-"] form input[type="search"],
#column-left > [class*="rstpl-"] form input[type="search"],
#column-right > [class*="rstpl-"] form input[type="tel"],
#column-left > [class*="rstpl-"] form input[type="tel"],
#column-right > [class*="rstpl-"] form input[type="color"],
#column-left > [class*="rstpl-"] form input[type="color"],
#column-right > [class*="rstpl-"] form select,
#column-left > [class*="rstpl-"] form select,
#column-right > [class*="rstpl-"] form textarea,
#column-left > [class*="rstpl-"] form textarea,
#column-right > [class*="rstpl-"] form .uneditable-input,
#column-left > [class*="rstpl-"] form .uneditable-input {
  min-width: 100%;
  max-width: 100%;
  width: 100%;
  height: 25px;
}
#column-right > [class*="rstpl-"] form .input-append,
#column-left > [class*="rstpl-"] form .input-append,
#column-right > [class*="rstpl-"] form .input-prepend,
#column-left > [class*="rstpl-"] form .input-prepend {
  display: flex;
  flex-wrap: wrap;
}
#column-right > [class*="rstpl-"] form .input-append input,
#column-left > [class*="rstpl-"] form .input-append input,
#column-right > [class*="rstpl-"] form .input-prepend input,
#column-left > [class*="rstpl-"] form .input-prepend input,
#column-right > [class*="rstpl-"] form .input-append .chzn-container,
#column-left > [class*="rstpl-"] form .input-append .chzn-container,
#column-right > [class*="rstpl-"] form .input-prepend .chzn-container,
#column-left > [class*="rstpl-"] form .input-prepend .chzn-container {
  flex: 1;
  -ms-flex: 1;
}
#column-right #login-form #form-login-submit .btn,
#column-left #login-form #form-login-submit .btn {
  padding: 12px 20px;
}
.rstpl-main-menu-position ::-moz-selection {
  background: #f730b2;
  color: #ffffff;
  text-shadow: none;
}
.rstpl-main-menu-position ::selection {
  background: #f730b2;
  color: #ffffff;
  text-shadow: none;
}
.rstpl-main-menu-position .container {
  padding: 0;
}
/* Footer
------------------------------------------------------------------------------*/
.rstpl-footer-position,
.rstpl-after-footer-position {
  background-color: #5e66b1;
}
.rstpl-footer-position input,
.rstpl-after-footer-position input,
.rstpl-footer-position select,
.rstpl-after-footer-position select,
.rstpl-footer-position textarea,
.rstpl-after-footer-position textarea {
  background-color: #ffffff;
  border-color: #e1e1e1;
  color: #8e8e8e;
  min-height: 44px;
  min-width: unset;
  padding: 12px;
  width: 100%;
}
.rstpl-footer-position input:focus,
.rstpl-after-footer-position input:focus,
.rstpl-footer-position select:focus,
.rstpl-after-footer-position select:focus,
.rstpl-footer-position textarea:focus,
.rstpl-after-footer-position textarea:focus {
  border-color: #5e66b1;
}
.rstpl-footer-position input::-webkit-input-placeholder,
.rstpl-after-footer-position input::-webkit-input-placeholder,
.rstpl-footer-position textarea::-webkit-input-placeholder,
.rstpl-after-footer-position textarea::-webkit-input-placeholder {
  color: #8e8e8e;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.rstpl-footer-position input::-moz-placeholder,
.rstpl-after-footer-position input::-moz-placeholder,
.rstpl-footer-position textarea::-moz-placeholder,
.rstpl-after-footer-position textarea::-moz-placeholder {
  color: #8e8e8e;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.rstpl-footer-position input::-ms-input-placeholder,
.rstpl-after-footer-position input::-ms-input-placeholder,
.rstpl-footer-position textarea::-ms-input-placeholder,
.rstpl-after-footer-position textarea::-ms-input-placeholder {
  color: #8e8e8e;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.rstpl-footer-position ::-moz-selection,
.rstpl-after-footer-position ::-moz-selection {
  background: #f730b2;
  color: #ffffff;
  text-shadow: none;
}
.rstpl-footer-position ::selection,
.rstpl-after-footer-position ::selection {
  background: #f730b2;
  color: #ffffff;
  text-shadow: none;
}
.rstpl-footer-position a,
.rstpl-after-footer-position a {
  color: #ffffff;
}
.rstpl-footer-position a:hover,
.rstpl-after-footer-position a:hover,
.rstpl-footer-position a:focus,
.rstpl-after-footer-position a:focus {
  color: #d9d9d9;
}
.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: #ffffff;
}
.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: #ffffff;
}
.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: #f730b2;
}
.rstpl-footer-position .rstpl-rscontact,
.rstpl-after-footer-position .rstpl-rscontact {
  background-color: #ffffff;
  border-radius: 4px;
  padding: 40px;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
}
.rstpl-footer-position .rstpl-rscontact form,
.rstpl-after-footer-position .rstpl-rscontact form {
  margin: 0;
}
.rstpl-footer-position .rstpl-rscontact h1,
.rstpl-after-footer-position .rstpl-rscontact h1,
.rstpl-footer-position .rstpl-rscontact h2,
.rstpl-after-footer-position .rstpl-rscontact h2,
.rstpl-footer-position .rstpl-rscontact h3,
.rstpl-after-footer-position .rstpl-rscontact h3,
.rstpl-footer-position .rstpl-rscontact h4,
.rstpl-after-footer-position .rstpl-rscontact h4,
.rstpl-footer-position .rstpl-rscontact h5,
.rstpl-after-footer-position .rstpl-rscontact h5,
.rstpl-footer-position .rstpl-rscontact h6,
.rstpl-after-footer-position .rstpl-rscontact h6 {
  color: #000000;
}
.rstpl-footer-position .rstpl-rscontact p,
.rstpl-after-footer-position .rstpl-rscontact p,
.rstpl-footer-position .rstpl-rscontact span,
.rstpl-after-footer-position .rstpl-rscontact span {
  color: #8e8e8e;
}
.rstpl-footer-position .rstpl-rscontact .mod-rscontact-error,
.rstpl-after-footer-position .rstpl-rscontact .mod-rscontact-error {
  font-weight: 700;
}
.rstpl-footer-position + .copyright_link,
.rstpl-after-footer-position + .copyright_link {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.rstpl-footer-position + .copyright_link:before,
.rstpl-after-footer-position + .copyright_link:before {
  -webkit-opacity: 0.4;
  -moz-opacity: 0.4;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=40);
  filter: alpha(opacity=40);
}
.rstpl-copyright-position {
  background-color: #5058a5;
  color: #ffffff;
  padding: 30px 0;
}
.rstpl-copyright-position .rstpl-template-menu {
  list-style: none;
  margin: 0;
  text-transform: uppercase;
}
.rstpl-copyright-position .rstpl-template-menu > li {
  display: inline-block;
  font-family: 'Raleway', Helvetica, serif;
  font-weight: 600;
}
.rstpl-copyright-position .rstpl-template-menu > li.rstpl-mega-menu .rstpl-mega-menu-container {
  display: none;
}
.rstpl-copyright-position .rstpl-template-menu > li > a {
  color: #ffffff;
  display: block;
  padding: 5px 10px;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}
.rstpl-copyright-position .rstpl-template-menu > li > a:hover {
  color: #bfbfbf;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}
@media (max-width: 979px) {
  .rstpl-copyright-position .rstpl-template-menu {
    text-align: center;
  }
}
.rstpl-copyright-position .nav-inner {
  display: none;
}
.rstpl-copyright-position .rstpl-copyright {
  color: #ffffff;
}
.rstpl-copyright-position .rstpl-copyright a {
  color: #ffffff;
  font-weight: 600;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}
.rstpl-copyright-position .rstpl-copyright a:hover {
  color: #bfbfbf;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}
.rstpl-copyright-position .rstpl-copyright span {
  text-align: center;
  vertical-align: middle;
}
.rstpl-copyright-position .rstpl-copyright p {
  display: inline-block;
  margin: 0;
}
@media (max-width: 979px) {
  .rstpl-copyright-position .row-fluid [class*="span"] {
    margin: 0;
    width: 100%;
  }
}
/* Copyright
------------------------------------------------------------------------------*/
.copyright_link {
  background-color: transparent;
  color: #ffffff;
  line-height: 4;
  position: relative;
  z-index: 1;
}
.copyright_link:before {
  background-color: #f730b2;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.copyright_link a {
  color: #ffffff;
  font-weight: 600;
  -webkit-transition: color 0.2s linear 0s;
  -moz-transition: color 0.2s linear 0s;
  -o-transition: color 0.2s linear 0s;
  transition: color 0.2s linear 0s;
}
.copyright_link a:hover {
  color: #d9d9d9;
  -webkit-transition: color 0.2s linear 0s;
  -moz-transition: color 0.2s linear 0s;
  -o-transition: color 0.2s linear 0s;
  transition: color 0.2s linear 0s;
}
/* 5 Bootstrap Overrides
-------------------------------------------------------------------------------*/
/* Accordion
------------------------------------------------------------------------------*/
.accordion {
  margin-bottom: 0;
}
.accordion-group {
  background-color: #ffffff;
  border: 1px solid #e1e1e1;
  border-radius: 0;
  margin-bottom: 10px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.accordion-group .accordion-heading .accordion-toggle {
  background-color: #ffffff;
  color: #00aeef;
  font-size: 18px;
  margin: 0;
  padding: 20px 40px 20px 20px;
  position: relative;
  text-decoration: none;
}
.accordion-group .accordion-heading .accordion-toggle:before {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #5e66b1;
  content: '';
  position: absolute;
  right: 20px;
  top: 30px;
  height: 0;
  width: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}
.accordion-group .accordion-heading .accordion-toggle.collapsed {
  color: #000000;
  text-decoration: none;
}
.accordion-group .accordion-heading .accordion-toggle.collapsed:before {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.accordion-group .accordion-heading > a {
  font-weight: 700;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}
.accordion-inner {
  background-color: #ffffff;
  border-top: 0;
  color: #8e8e8e;
  line-height: 1.8;
  padding: 0 30px 30px 30px;
}
.accordion-inner p:last-of-type {
  margin-bottom: 0;
}
.accordion-inner legend {
  color: inherit;
}
.accordion-inner .add-on,
.accordion-inner .popover-content {
  color: #8e8e8e;
}
.accordion-inner .rspbld-image {
  margin: 0 15px 0 0;
}
.accordion-inner .table.table-striped tbody > tr:nth-child(2n+1) > td,
.accordion-inner .table.table-striped tbody > tr:nth-child(2n+1) > th {
  color: #8e8e8e;
}
/* Alerts & Labels & Badges
------------------------------------------------------------------------------*/
.alert {
  background-color: #f6b324;
  border: none;
  color: #ffffff;
  text-shadow: none;
  -webkit-transition: all 0.1s linear 0s;
  -moz-transition: all 0.1s linear 0s;
  -o-transition: all 0.1s linear 0s;
  transition: all 0.1s linear 0s;
}
.alert p {
  color: #ffffff;
}
.alert p:last-of-type {
  margin-bottom: 0;
}
.alert .alert-heading {
  color: #ffffff;
}
.alert.alert-success {
  background-color: #9fc61e;
}
.alert.alert-info {
  background-color: #2287b5;
}
.alert.alert-danger,
.alert.alert-error {
  background-color: #e70329;
}
.alert .close {
  background-color: transparent;
  background-image: none;
  margin: 0;
  text-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.alert .close:hover {
  background-color: transparent;
  background-image: none;
}
.rsdir-contact-modal {
  min-height: initial !important;
}
/* Carousel
------------------------------------------------------------------------------*/
.carousel {
  margin: 0;
}
.carousel-inner {
  background-color: #ffffff;
  margin: 0 auto;
  width: 100%;
}
.carousel-inner .item p {
  line-height: 1.6;
}
.carousel-control {
  background-color: #5e66b1;
  border: none;
  border-radius: 0;
  height: 50px;
  width: 50px;
  top: 50%;
  z-index: 3;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.carousel-control.left {
  background-image: url(../images/prev-light.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 30px;
  left: 0;
}
.carousel-control.right {
  background-image: url(../images/next-light.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 30px;
  left: auto;
  right: 0;
}
.carousel-control:hover {
  color: #3f4683;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.carousel-control i:before {
  content: none;
}
.carousel-indicators li {
  border: 2px solid #5e66b1;
  height: 12px;
  width: 12px;
}
.carousel-indicators li.active {
  background-color: #5e66b1;
}
@media (max-width: 767px) {
  margin-bottom: 70px;
  
  .carousel-inner {
    width: 100%;
  }
  .carousel-control {
    top: auto;
    bottom: -70px;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
/* Dropdowns
------------------------------------------------------------------------------*/
.navbar .nav > li > .dropdown-menu:before,
.navbar .nav > li > .dropdown-menu:after {
  border: none;
  content: "";
}
.dropdown-menu {
  background-color: #ffffff;
  border-radius: 4px;
  border: none;
  padding: 0;
  margin: 0;
  top: 100%;
  -webkit-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.5);
  -ms-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.5);
  -o-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.5);
  -webkit-transition: opacity 0.2s ease-in 0s;
  -moz-transition: opacity 0.2s ease-in 0s;
  -o-transition: opacity 0.2s ease-in 0s;
  transition: opacity 0.2s ease-in 0s;
}
.dropdown-menu.right-edge {
  left: 0;
  top: 115% !important;
}
.dropdown-menu li:first-of-type > a {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.dropdown-menu li:last-of-type > a {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom: none;
}
.dropdown-menu li > a {
  color: #8e8e8e;
  font-size: 13px;
  margin: 0;
  padding: 10px;
  -webkit-transition: background-color 0.2s linear 0s;
  -moz-transition: background-color 0.2s linear 0s;
  -o-transition: background-color 0.2s linear 0s;
  transition: background-color 0.2s linear 0s;
}
.dropdown-menu li > a:hover,
.dropdown-menu li > a:focus,
.dropdown-menu li > a:active {
  background-color: #00aeef;
  background-image: none;
  color: #ffffff;
}
.dropdown-menu > .active > a {
  background-color: #00aeef;
  background-image: none;
}
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  background-color: #00aeef;
  background-image: none;
}
.dropdown-menu .dropdown-submenu {
  border-radius: 4px;
}
.dropdown-menu .dropdown-submenu:hover > a,
.dropdown-menu .dropdown-submenu:focus > a {
  background-color: #00aeef;
  background-image: none;
  color: #ffffff;
}
.dropdown-menu .dropdown-submenu:hover > a:after,
.dropdown-menu .dropdown-submenu:focus > a:after {
  border-color: transparent transparent transparent #ffffff;
}
.dropdown-menu .dropdown-submenu:hover > .dropdown-menu,
.dropdown-menu .dropdown-submenu:focus > .dropdown-menu {
  visibility: visible;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.dropdown-menu .dropdown-submenu.active > a:after {
  border-color: transparent transparent transparent #ffffff;
}
.dropdown-menu .dropdown-submenu > a {
  padding: 10px 20px 10px 10px;
  position: relative;
}
.dropdown-menu .dropdown-submenu > a:after {
  border-color: transparent transparent transparent #8e8e8e;
  position: absolute;
  right: 20px;
  top: 10px;
}
.dropdown-menu .dropdown-submenu > a:hover:after {
  border-color: transparent transparent transparent #ffffff;
}
.dropdown-menu .dropdown-submenu .dropdown-menu {
  top: 15%;
  border-radius: 4px;
}
li > .dropdown-menu {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  visibility: hidden;
  display: block;
}
@media (max-width: 979px) {
  li > .dropdown-menu {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    filter: alpha(opacity=100);
    visibility: visible;
    display: none;
    margin: 0;
  }
  li > .dropdown-menu > li > a {
    border-radius: 0;
    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-color: #00aeef;
    background-image: none;
  }
  li > .dropdown-menu .dropdown-submenu:hover > a,
  li > .dropdown-menu .dropdown-submenu:focus > a {
    background-color: #00aeef;
    background-image: none;
  }
  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-color: #00aeef;
    background-image: none;
  }
  li > .dropdown-menu .dropdown-submenu > a:after {
    border: none;
  }
  li > .dropdown-menu .dropdown-submenu .dropdown-menu {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    filter: alpha(opacity=100);
    visibility: visible;
    display: none;
    margin: 0;
  }
  li > .dropdown-menu .dropdown-submenu .dropdown-menu > li > a {
    padding-left: 30px;
  }
}
@media (min-width: 768px) {
  li:hover > .dropdown-menu {
    visibility: visible;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    filter: alpha(opacity=100);
  }
}
/* Grid
------------------------------------------------------------------------------*/
.container,
.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container,
.navbar-static-top .navbar-inner,
.navbar-fixed-top .navbar-inner,
.navbar-fixed-bottom .navbar-inner {
  margin-left: auto;
  margin-right: auto;
  width: 1170px;
}
@media (max-width: 1199px) {
  .container,
  .navbar-static-top .container,
  .navbar-fixed-top .container,
  .navbar-fixed-bottom .container,
  .navbar-static-top .navbar-inner,
  .navbar-fixed-top .navbar-inner,
  .navbar-fixed-bottom .navbar-inner {
    width: 940px;
  }
}
@media (max-width: 979px) {
  .container,
  .navbar-static-top .container,
  .navbar-fixed-top .container,
  .navbar-fixed-bottom .container,
  .navbar-static-top .navbar-inner,
  .navbar-fixed-top .navbar-inner,
  .navbar-fixed-bottom .navbar-inner {
    width: 724px;
  }
}
@media (max-width: 767px) {
  .container,
  .navbar-static-top .container,
  .navbar-fixed-top .container,
  .navbar-fixed-bottom .container,
  .navbar-static-top .navbar-inner,
  .navbar-fixed-top .navbar-inner,
  .navbar-fixed-bottom .navbar-inner {
    margin-left: 15px;
    margin-right: 15px;
    width: auto;
  }
}
.row-fluid [class*="span"] {
  min-height: 0;
}
.row-fluid [class*="span"].no-float {
  float: none;
}
@media (max-width: 767px) {
  .row-fluid [class*="span"] {
    margin-bottom: 30px;
  }
  .row-fluid [class*="span"]:last-of-type {
    margin-bottom: 0;
  }
}
/* Hero unit
------------------------------------------------------------------------------*/
.hero-unit {
  border-radius: 4px;
}
.hero-unit h1 {
  margin: 0 0 20px 0;
}
/* Modal
------------------------------------------------------------------------------*/
div.modal {
  margin-left: 0;
  width: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
div.modal.fade {
  top: -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%);
}
div.modal.fade.in {
  top: 50%;
}
div.modal.jviewport-width10 {
  width: 10vw;
}
div.modal.jviewport-width20 {
  width: 20vw;
}
div.modal.jviewport-width30 {
  width: 30vw;
}
div.modal.jviewport-width40 {
  width: 40vw;
}
div.modal.jviewport-width50 {
  width: 50vw;
}
div.modal.jviewport-width60 {
  width: 60vw;
}
div.modal.jviewport-width70 {
  width: 70vw;
}
div.modal.jviewport-width80 {
  width: 80vw;
}
div.modal.jviewport-width90 {
  width: 90vw;
}
div.modal.jviewport-width100 {
  width: 100vw;
}
.modal-body[class^="jviewport-height"],
.modal-body[class*="jviewport-height"] {
  max-height: none;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.modal-body[class^="jviewport-height"] iframe[class^="jviewport-height"],
.modal-body[class*="jviewport-height"] iframe[class^="jviewport-height"],
.modal-body[class^="jviewport-height"] iframe[class*="jviewport-height"],
.modal-body[class*="jviewport-height"] iframe[class*="jviewport-height"] {
  width: 100%;
}
.jviewport-height10 {
  height: 10vh;
}
.jviewport-height20 {
  height: 20vh;
}
.jviewport-height30 {
  height: 30vh;
}
.jviewport-height40 {
  height: 40vh;
}
.jviewport-height50 {
  height: 50vh;
}
.jviewport-height60 {
  height: 60vh;
}
.jviewport-height70 {
  height: 70vh;
}
.jviewport-height80 {
  height: 80vh;
}
.jviewport-height90 {
  height: 90vh;
}
.jviewport-height100 {
  height: 100vh;
}
@media (max-width: 767px) {
  div.modal {
    left: 50%;
    right: auto;
    width: calc(100% - 40px);
  }
  div.modal[class^="jviewport-width"],
  div.modal[class*="jviewport-width"] {
    width: calc(100% - 40px);
  }
}
@media (max-width: 480px) {
  div.modal {
    width: calc(100% - 20px);
  }
  div.modal[class^="jviewport-width"],
  div.modal[class*="jviewport-width"] {
    width: calc(100% - 20px);
  }
}
/* Pager
------------------------------------------------------------------------------*/
.pager {
  margin: 0 0 20px 0;
}
.pager li a {
  background-color: #5e66b1;
  background-image: none;
  border: none;
  border-radius: 4px;
  color: #333333;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
  padding: 10px 20px;
  text-align: center;
  text-shadow: none;
  text-transform: uppercase;
  vertical-align: middle;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
  color: #ffffff;
}
.pager li a:hover,
.pager li a:focus {
  background-color: #484f94;
  background-position: 0 center;
  border: none;
  color: #333333;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}
.pager li a:hover,
.pager li a:focus {
  background-color: #484f94;
  background-position: 0 center;
  border: none;
  color: #333333;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}
.pager li a:hover,
.pager li a:focus,
.pager li a:active {
  background-color: #8087c2;
  color: #ffffff;
}
.pager .btn > i {
  float: none;
}
.pagination li a > i {
  text-align: center;
}
/* Progress Bars
------------------------------------------------------------------------------*/
.progress {
  height: 35px;
  margin: 0 0 16px 0;
  background-color: #f7f7f7;
  border-radius: 4px;
  overflow: hidden;
  background-image: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.progress .bar {
  font-size: 18px;
  color: #ffffff;
  text-align: center;
  text-shadow: none;
  background-color: #5e66b1;
  background-image: none;
  line-height: 35px;
  float: left;
  width: 0px;
  height: 100%;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.progress.progress-info .bar {
  background-color: #2287b5;
}
.progress.progress-success .bar {
  background-color: #9fc61e;
}
.progress.progress-warning .bar {
  background-color: #f6b324;
}
.progress.progress-danger .bar {
  background-color: #e70329;
}
/* Tab
------------------------------------------------------------------------------*/
.nav-tabs {
  border-color: #e1e1e1;
  margin: 0;
}
.nav-tabs > li > a {
  background-color: #5e66b1;
  border-color: #5e66b1;
  border-radius: 0;
  color: #ffffff;
  font-size: 12px;
  font-weight: 600;
  margin-right: 2px;
  text-transform: uppercase;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}
.nav-tabs > li > a:hover, .nav-tabs > li > a:focus {
  background-color: #e1e1e1;
  border-color: #e1e1e1;
  color: #000000;
}
.nav-tabs > li > a > i {
  vertical-align: baseline;
}
.nav-tabs > .active > a,
.nav-tabs > .active > a:hover,
.nav-tabs > .active > a:focus {
  background-color: #ffffff;
  border-color: #e1e1e1 #e1e1e1 transparent #e1e1e1;
  color: #000000;
}
.tab-content {
  background-color: #ffffff;
  border-bottom: 1px solid #e1e1e1;
  border-left: 1px solid #e1e1e1;
  border-right: 1px solid #e1e1e1;
  color: #8e8e8e;
  line-height: 1.8;
  padding: 20px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.tab-content p {
  margin-bottom: 15px;
}
.tab-content p:last-of-type {
  margin-bottom: 0;
}
.tab-content legend {
  color: inherit;
}
.tab-content .add-on,
.tab-content .popover-content {
  color: #8e8e8e;
}
.tab-content .rspbld-image {
  margin: 0 15px 0 0;
}
.tab-content .table.table-striped tbody > tr:nth-child(2n+1) > td,
.tab-content .table.table-striped tbody > tr:nth-child(2n+1) > th {
  color: #8e8e8e;
}
/* Thumbnail
------------------------------------------------------------------------------*/
.thumbnail {
  background-color: #ffffff;
  border-color: #e1e1e1;
  border-radius: 4px;
  padding: 20px;
}
/* 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;
}
/* Well
------------------------------------------------------------------------------*/
.well {
  border: 1px solid #e1e1e1;
  font-size: 14px;
  margin: 0;
  padding: 20px;
}
/* 6 Content
------------------------------------------------------------------------------*/
.icons {
  position: relative;
}
.article-info {
  display: block;
}
.article-info .article-info-term {
  display: inline-block;
  margin-right: 10px;
}
.article-info dd {
  display: inline;
  margin-left: 0;
  margin-right: 15px;
  line-height: 25px;
}
.article-info dd:last-of-type {
  margin-right: 0;
}
.article-info dd.createdby img {
  width: 40px;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .article-info dd {
    display: block;
  }
  .article-info dd:first-of-type {
    margin-left: 10px;
  }
}
.item-image {
  margin: 0 0 30px 0;
}
.item-image.pull-left,
.item-image.pull-right {
  float: none;
  width: 100%;
}
@media (max-width: 767px) {
  .item-image.rstpl-m-top-big {
    margin-top: 0;
  }
}
.item-image img {
  width: 100%;
}
div[itemprop="blogPost"] {
  margin: 30px 0;
  position: relative;
}
@media (max-width: 767px) {
  div[itemprop="blogPost"] {
    margin: 0;
    padding: 0;
  }
}
div[itemprop="blogPost"] .page-header {
  margin: 0;
}
div[itemprop="blogPost"] .page-header .rstpl-title {
  margin: 10px;
}
div[itemprop="blogPost"] .item-image {
  margin-bottom: 20px;
  overflow: hidden;
}
div[itemprop="blogPost"] .item-image img {
  border-radius: 4px;
  width: 100%;
}
div[itemprop="blogPost"] .item-image a {
  border-radius: 4px;
  display: block;
  overflow: hidden;
  position: relative;
}
div[itemprop="blogPost"] .item-image a:after {
  content: '\f090';
  color: #ffffff;
  display: block;
  font-family: 'FontAwesome';
  font-size: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
  -webkit-transform: translate(-100%, -100%);
  -moz-transform: translate(-100%, -100%);
  -ms-transform: translate(-100%, -100%);
  -o-transform: translate(-100%, -100%);
  transform: translate(-100%, -100%);
}
div[itemprop="blogPost"] .item-image a:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  max-height: 0;
  -webkit-opacity: 0.75;
  -moz-opacity: 0.75;
  opacity: 0.75;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=75);
  filter: alpha(opacity=75);
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}
div[itemprop="blogPost"] .item-image:hover > a:after {
  -webkit-opacity: 1;
  -moz-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%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
div[itemprop="blogPost"] .item-image:hover > a:before {
  max-height: 100%;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
  background-image: -webkit-linear-gradient(to top, #5e66b1, transparent);
  background-image: -moz-linear-gradient(to top, #5e66b1, transparent);
  background-image: -ms-linear-gradient(to top, #5e66b1, transparent);
  background-image: -o-linear-gradient(to top, #5e66b1, transparent);
  background-image: linear-gradient(to top, #5e66b1, transparent);
}
div[itemprop="blogPost"] .readmore {
  margin: 20px 0 0 0;
}
div[itemprop="blogPost"] .readmore a.btn {
  background-color: #f730b2;
  background-image: none;
  border: none;
  border-radius: 4px;
  color: #ffffff;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
  padding: 15px 30px;
  text-align: center;
  text-shadow: none;
  text-transform: uppercase;
  vertical-align: middle;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}
div[itemprop="blogPost"] .readmore a.btn:hover,
div[itemprop="blogPost"] .readmore a.btn:focus {
  background-color: #eb099d;
  background-position: 0 center;
  border: none;
  color: #ffffff;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}
div[itemprop="blogPost"] .readmore a.btn:hover,
div[itemprop="blogPost"] .readmore a.btn:focus {
  background-color: #eb099d;
  background-position: 0 center;
  border: none;
  color: #ffffff;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}
.items-leading div[itemprop="blogPost"]:first-of-type {
  margin-top: 0;
}
.items-leading .page-header > h1,
.items-leading .page-header > h2,
.items-leading .page-header > h3,
.items-leading .page-header > h4,
.items-leading .page-header > h5,
.items-leading .page-header > h6 {
  text-align: left;
}
@media (max-width: 767px) {
  .items-leading {
    margin: 0 0 30px 0;
  }
}
div[itemprop="articleBody"] {
  margin: 0 0 20px 0;
}
@media (max-width: 767px) {
  div[itemprop="articleBody"] {
    padding: 0 15px;
  }
}
div[itemprop="articleBody"] p {
  margin-bottom: 20px;
}
.page-header {
  border-bottom: 0;
  margin: 0;
  padding: 0;
}
.page-header > h1,
.page-header > h2,
.page-header > h3,
.page-header > h4,
.page-header > h5,
.page-header > h6 {
  margin-top: 0;
  margin-bottom: 30px;
  text-align: center;
}
.rstpl-article-container .icons {
  display: inline-block;
  float: right;
  position: relative;
}
.blog .item {
  position: relative;
}
.blog .item .page-header > h1,
.blog .item .page-header > h2,
.blog .item .page-header > h3,
.blog .item .page-header > h4,
.blog .item .page-header > h5,
.blog .item .page-header > h6 {
  text-align: left;
}
.blog .icons {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
}
.blog .icons .dropdown-toggle.btn-mini {
  display: block;
  padding: 5px;
}
.blog .items-row:last-of-type {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .blog .items-row:last-of-type {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .blog .items-row {
    margin-bottom: 30px;
  }
}
.archive #rstpl-filter-btn {
  padding: 5px 15px;
}
.archive #archive-items > div {
  margin-bottom: 30px;
}
.archive #archive-items > div:last-of-type {
  margin-bottom: 0;
}
.archive .article-info dd {
  margin: 0;
}
@media (max-width: 767px) {
  .rstpl-all-content-position [class*="span"] {
    float: left;
  }
}
/* Archived Articles Module
------------------------------------------------------------------------------*/
.rstpl-articles_archive .archive-module {
  list-style-type: none;
  margin: 0;
}
.rstpl-articles_archive .archive-module li {
  font-size: 21px;
  font-weight: 600;
  margin: 0 0 20px 0;
}
.rstpl-articles_archive .archive-module li:last-of-type {
  margin: 0;
}
/* Articles Categories Module
------------------------------------------------------------------------------*/
.rstpl-articles_categories .categories-module {
  list-style-type: none;
  margin: 0;
}
.rstpl-articles_categories .categories-module li {
  margin: 0 0 20px 0;
}
.rstpl-articles_categories .categories-module li:last-of-type {
  margin-bottom: 0;
}
.rstpl-articles_categories .categories-module li h1,
.rstpl-articles_categories .categories-module li h2,
.rstpl-articles_categories .categories-module li h3,
.rstpl-articles_categories .categories-module li h4,
.rstpl-articles_categories .categories-module li h5,
.rstpl-articles_categories .categories-module li h6 {
  margin: 0;
  text-transform: none;
}
.rstpl-articles_categories .categories-module ul {
  list-style-type: none;
}
/* Articles Category Module
------------------------------------------------------------------------------*/
.rstpl-articles_category .category-module {
  margin: 0;
}
.rstpl-articles_category .category-module li {
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 10px 0;
  text-transform: uppercase;
}
/* Latest Articles Module
------------------------------------------------------------------------------*/
.rstpl-latest-articles {
  list-style-type: none;
  margin: 0;
}
.rstpl-latest-articles li {
  display: block;
  clear: both;
  margin-bottom: 20px;
  overflow: hidden;
}
.rstpl-latest-articles li:last-of-type {
  margin: 0;
}
.rstpl-latest-articles .rstpl-latest-articles-thumb {
  float: left;
  margin-right: 20px;
}
.rstpl-latest-articles .rstpl-latest-articles-thumb a {
  border-radius: 4px;
  display: block;
  height: 75px;
  width: 75px;
  overflow: hidden;
  position: relative;
  text-transform: uppercase;
  z-index: 0;
}
.rstpl-latest-articles .rstpl-latest-articles-thumb a:after {
  background-color: #000000;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  filter: alpha(opacity=50);
}
.rstpl-latest-articles .rstpl-latest-articles-thumb img {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 75px;
  max-width: none;
  width: auto;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.rstpl-latest-articles .rstpl-badge-date {
  background-color: transparent;
  border-radius: 4px;
  color: #ffffff;
  display: inline-block;
  font-weight: 600;
  line-height: 1;
  margin: 0 20px 0 0;
  padding: 10px;
  position: absolute;
  left: 0;
  top: 0;
  height: 75px;
  width: 75px;
  text-align: center;
  text-transform: uppercase;
  vertical-align: top;
  z-index: 2;
}
.rstpl-latest-articles .rstpl-badge-date .day {
  display: block;
  font-size: 25px;
}
.rstpl-latest-articles .rstpl-badge-date .month {
  display: block;
  font-size: 12px;
  margin-bottom: 3px;
}
.rstpl-latest-articles .rstpl-badge-date .year {
  display: block;
  font-size: 12px;
  margin-top: 3px;
}
.rstpl-latest-articles .rstpl-latest-articles-container {
  overflow: hidden;
  position: relative;
}
.rstpl-latest-articles .rstpl-latest-articles-title {
  margin: 0 0 5px 0;
  text-transform: uppercase;
}
.rstpl-latest-articles .rstpl-latest-articles-title a {
  font-size: 18px;
  font-weight: 600;
}
.rstpl-latest-articles .rstpl-latest-articles-info {
  position: absolute;
  left: 9999px;
  top: 0;
}
.rstpl-latest-articles .rstpl-latest-articles-content > a,
.rstpl-latest-articles .rstpl-latest-articles-content > div,
.rstpl-latest-articles .rstpl-latest-articles-content > h1,
.rstpl-latest-articles .rstpl-latest-articles-content > h2,
.rstpl-latest-articles .rstpl-latest-articles-content > h3,
.rstpl-latest-articles .rstpl-latest-articles-content > h4,
.rstpl-latest-articles .rstpl-latest-articles-content > h5,
.rstpl-latest-articles .rstpl-latest-articles-content > h6,
.rstpl-latest-articles .rstpl-latest-articles-content > i,
.rstpl-latest-articles .rstpl-latest-articles-content > label,
.rstpl-latest-articles .rstpl-latest-articles-content > p,
.rstpl-latest-articles .rstpl-latest-articles-content > span,
.rstpl-latest-articles .rstpl-latest-articles-content > strong,
.rstpl-latest-articles .rstpl-latest-articles-content > ul {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.rstpl-latest-articles .rstpl-latest-articles-content > a:not(:first-child),
.rstpl-latest-articles .rstpl-latest-articles-content > div:not(:first-child),
.rstpl-latest-articles .rstpl-latest-articles-content > h1:not(:first-child),
.rstpl-latest-articles .rstpl-latest-articles-content > h2:not(:first-child),
.rstpl-latest-articles .rstpl-latest-articles-content > h3:not(:first-child),
.rstpl-latest-articles .rstpl-latest-articles-content > h4:not(:first-child),
.rstpl-latest-articles .rstpl-latest-articles-content > h5:not(:first-child),
.rstpl-latest-articles .rstpl-latest-articles-content > h6:not(:first-child),
.rstpl-latest-articles .rstpl-latest-articles-content > i:not(:first-child),
.rstpl-latest-articles .rstpl-latest-articles-content > label:not(:first-child),
.rstpl-latest-articles .rstpl-latest-articles-content > p:not(:first-child),
.rstpl-latest-articles .rstpl-latest-articles-content > span:not(:first-child),
.rstpl-latest-articles .rstpl-latest-articles-content > strong:not(:first-child),
.rstpl-latest-articles .rstpl-latest-articles-content > ul:not(:first-child) {
  display: none;
}
.rstpl-latest-articles .rstpl-latest-articles-content > p {
  margin: 0;
}
/* Articles Newsflash Module
------------------------------------------------------------------------------*/
.rstpl-articles_news .newsflash-horiz {
  list-style-type: none;
  overflow: hidden;
  margin: 0;
}
.rstpl-articles_news .newsflash-horiz > li {
  float: left;
  padding: 0 10px;
  width: 33.33%;
}
.rstpl-articles_news .newsflash-horiz > li:nth-child(3n) {
  padding-right: 0;
}
.rstpl-articles_news .newsflash-horiz > li:nth-child(3n+1) {
  padding-left: 0;
}
.rstpl-articles_news .newsflash-vert {
  list-style-type: none;
  margin: 0;
}
.rstpl-articles_news .newsflash-title {
  margin-top: 0;
}
.rstpl-articles_news .newsflash p {
  margin-bottom: 20px;
}
.rstpl-articles_news .article-separator {
  display: none;
}
.rstpl-articles_news .readmore {
  margin: 0 0 30px 0;
  background-color: #5e66b1;
  background-image: none;
  border: 1px solid #5e66b1;
  border-radius: 4px;
  color: #ffffff;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
  padding: 12px 24px;
  text-align: center;
  text-shadow: none;
  text-transform: uppercase;
  vertical-align: middle;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}
.rstpl-articles_news .readmore:hover,
.rstpl-articles_news .readmore:focus {
  background-color: #484f94;
  background-position: 0 center;
  border: 1px solid #5e66b1;
  color: #ffffff;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}
.rstpl-articles_news .readmore:hover,
.rstpl-articles_news .readmore:focus {
  background-color: #484f94;
  background-position: 0 center;
  border: 1px solid #5e66b1;
  color: #ffffff;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}
.rstpl-articles_news .readmore:last-of-type {
  margin: 0;
}
/* Articles Most Read Module
------------------------------------------------------------------------------*/
.rstpl-articles_popular .mostread {
  list-style-type: none;
  margin: 0;
}
.rstpl-articles_popular .mostread li {
  font-size: 21px;
  font-weight: 600;
  margin: 0 0 20px 0;
}
.rstpl-articles_popular .mostread li:last-of-type {
  margin: 0;
}
/* Related Articles Module
------------------------------------------------------------------------------*/
.rstpl-related_items .relateditems {
  margin: 0;
}
.rstpl-related_items .relateditems > li {
  display: table;
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 20px 0;
  text-transform: uppercase;
}
.rstpl-related_items .relateditems > li:last-of-type {
  margin: 0;
}
.rstpl-related_items .relateditems > li > a {
  display: table-cell;
  vertical-align: middle;
}
.rstpl-related_items .rstpl-badge-date {
  background-color: #00aeef;
  border-radius: 4px;
  color: #ffffff;
  display: table-cell;
  font-weight: 600;
  line-height: 1;
  margin: 0 20px 0 0;
  padding: 5px;
  height: 60px;
  width: 60px;
  text-align: center;
  text-transform: uppercase;
  vertical-align: top;
}
.rstpl-related_items .rstpl-badge-date .day {
  display: block;
  font-size: 20px;
}
.rstpl-related_items .rstpl-badge-date .month {
  display: block;
  font-size: 12px;
  margin-bottom: 3px;
}
.rstpl-related_items .rstpl-badge-date .year {
  display: block;
  font-size: 12px;
  margin-top: 3px;
}
/* 7 Contact
------------------------------------------------------------------------------*/
#rstpl-com_contact .dl-horizontal dt {
  width: 20px;
}
#rstpl-com_contact .dl-horizontal dt span {
  color: #303030;
  font-size: 20px;
  height: 1em;
  width: 1em;
  text-align: center;
}
#rstpl-com_contact .dl-horizontal dd {
  font-size: 16px;
  margin: 0 0 15px 35px;
}
#rstpl-com_contact .contact .thumbnail {
  margin-bottom: 30px;
}
#rstpl-com_contact .contact .row-fluid .span6 .form-horizontal .control-label {
  float: none;
  width: auto;
  text-align: left;
}
#rstpl-com_contact .contact .row-fluid .span6 .form-horizontal .controls {
  margin-left: 0;
}
#rstpl-com_contact .contact .row-fluid .span6 legend {
  border: none;
  margin-bottom: 0;
}
#rstpl-com_contact .contact-form input[type="text"],
#rstpl-com_contact .contact-form input[type="password"],
#rstpl-com_contact .contact-form input[type="datetime"],
#rstpl-com_contact .contact-form input[type="datetime-local"],
#rstpl-com_contact .contact-form input[type="date"],
#rstpl-com_contact .contact-form input[type="month"],
#rstpl-com_contact .contact-form input[type="time"],
#rstpl-com_contact .contact-form input[type="week"],
#rstpl-com_contact .contact-form input[type="number"],
#rstpl-com_contact .contact-form input[type="email"],
#rstpl-com_contact .contact-form input[type="url"],
#rstpl-com_contact .contact-form input[type="search"],
#rstpl-com_contact .contact-form input[type="tel"],
#rstpl-com_contact .contact-form input[type="color"],
#rstpl-com_contact .contact-form select,
#rstpl-com_contact .contact-form textarea,
#rstpl-com_contact .contact-form .uneditable-input {
  width: 100%;
}
#rstpl-com_contact .contact-form legend {
  font-size: 18px;
}
#rstpl-com_contact .contact-form .well {
  background-color: #ffffff;
  border: none;
  padding: 0;
}
@media (max-width: 979px) {
  #rstpl-com_contact .dl-horizontal dt {
    float: left;
  }
}
/* 8 News Feed
------------------------------------------------------------------------------*/
.newsfeed ol {
  counter-reset: rstpl-newsfeed-counter;
  list-style: none;
  margin: 0;
}
.newsfeed ol li {
  margin: 0px 0px 40px 0px;
  padding: 0px 0px 24px 30px;
}
.newsfeed .feed-item-description p {
  margin-bottom: 10px;
}
/* 9 RSComponents
------------------------------------------------------------------------------*/
/* RSComments
------------------------------------------------------------------------------*/
.rscomments {
  background-color: #ffffff;
}
.rscomments .rscomment-form {
  background-color: transparent;
  border: 0;
  padding: 0;
}
.rscomments .media.rscomment {
  background-color: #ffffff;
  border: 1px solid #e1e1e1;
  padding: 15px;
}
.rscomments hr {
  display: none;
}
.rscomments .row-fluid {
  position: relative;
}
.rscomments .rscomm-editor-buttons .btn-toolbar {
  margin: 0;
}
.rscomments .char-left {
  position: absolute;
  bottom: -10px;
  left: 0;
}
/* RSBlog!
------------------------------------------------------------------------------*/
.rsblog-post .rsblog-entry-image {
  margin-bottom: 30px;
}
.rsblog-post .rsblog-entry-image img {
  width: 100%;
  margin-bottom: 0;
}
.rsblog-tag-cloud li .rsblog-tag {
  border-radius: 4px;
  background-color: #5e66b1;
  color: #ffffff;
  font-size: 13px;
  font-weight: bold;
  padding: 5px;
  -webkit-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}
.rsblog-tag-cloud li .rsblog-tag:hover {
  background-color: #f730b2;
  -webkit-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}
.rsblog-main-container .well,
.rsblog-main-post-container .well {
  background-color: transparent;
  border-color: #e1e1e1;
  border-width: 0 0 1px 0;
  border-radius: 0;
  margin: 0 0 40px 0;
  padding: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.rsblog-main-container .well h1,
.rsblog-main-post-container .well h1,
.rsblog-main-container .well h2,
.rsblog-main-post-container .well h2,
.rsblog-main-container .well h3,
.rsblog-main-post-container .well h3,
.rsblog-main-container .well h4,
.rsblog-main-post-container .well h4,
.rsblog-main-container .well h5,
.rsblog-main-post-container .well h5,
.rsblog-main-container .well h6,
.rsblog-main-post-container .well h6,
.rsblog-main-container .well p,
.rsblog-main-post-container .well p,
.rsblog-main-container .well span,
.rsblog-main-post-container .well span,
.rsblog-main-container .well a,
.rsblog-main-post-container .well a {
  color: #5e66b1;
}
.rsblog-main-container .well .row-fluid,
.rsblog-main-post-container .well .row-fluid {
  display: table;
}
.rsblog-main-container .well .row-fluid > [class^="span"],
.rsblog-main-post-container .well .row-fluid > [class^="span"],
.rsblog-main-container .well .row-fluid > [class*="span"],
.rsblog-main-post-container .well .row-fluid > [class*="span"] {
  display: table-cell;
  float: none;
  vertical-align: middle;
}
.rsblog-main-container .rsblog-social-share table,
.rsblog-main-post-container .rsblog-social-share table {
  border: none;
}
.rsblog-main-container .rsblog-social-share table th,
.rsblog-main-post-container .rsblog-social-share table th,
.rsblog-main-container .rsblog-social-share table td,
.rsblog-main-post-container .rsblog-social-share table td {
  border: none;
}
.rsblog-main-container .rsblog-author-bio,
.rsblog-main-post-container .rsblog-author-bio {
  background-color: #ffffff;
  border-bottom-color: #5e66b1;
}
.rsblog-main-container .rsblog-author-bio .muted,
.rsblog-main-post-container .rsblog-author-bio .muted {
  display: none;
}
.rsblog-main-container .rsblog-author-bio .media > .pull-left,
.rsblog-main-post-container .rsblog-author-bio .media > .pull-left {
  margin-right: 30px;
}
.rsblog-main-container .rsblog-author-bio .media img,
.rsblog-main-post-container .rsblog-author-bio .media img {
  border-radius: 50%;
}
.rsblog-main-container .rsblog-post-actions > .btn,
.rsblog-main-post-container .rsblog-post-actions > .btn {
  border-radius: 4px;
  background-color: #5e66b1;
  color: #ffffff;
  padding: 3px 7px;
}
.rsblog-main-container .rsblog-post-actions > .btn [class^="rsbicon-"]:before,
.rsblog-main-post-container .rsblog-post-actions > .btn [class^="rsbicon-"]:before,
.rsblog-main-container .rsblog-post-actions > .btn [class*=" rsbicon-"]:before,
.rsblog-main-post-container .rsblog-post-actions > .btn [class*=" rsbicon-"]:before {
  margin: 0;
}
.rsblog-main-container .rsblog-post-actions > .btn .caret,
.rsblog-main-post-container .rsblog-post-actions > .btn .caret {
  border-top-color: #ffffff;
}
.rsblog-main-container footer.rsblog-entry-meta,
.rsblog-main-post-container footer.rsblog-entry-meta {
  border-bottom: 1px solid #5e66b1;
  border-top: 1px solid #e1e1e1;
}
.rsblog_cover_actions a {
  width: auto;
}
.category-list .list-edit span {
  margin-right: 5px;
}
.category-list .hasTooltip span {
  margin-right: 5px;
  vertical-align: 0;
}
#rstpl-com_rsblog .as-selections {
  background-color: #ffffff;
}
#rstpl-com_rsblog .as-selections input {
  margin: 0;
}
/* RSDirectory
------------------------------------------------------------------------------*/
.mfp-close:hover,
.mfp-close:focus {
  background-color: initial;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.rsdir-breadcrumb.breadcrumb {
  border-radius: 0;
  padding: 15px;
}
.rsdir-filter-bar {
  margin-bottom: 30px;
}
.rsdir-price-wrapper {
  background-color: #5e66b1;
  color: #ffffff;
}
.rsdir-listing {
  border-color: #e1e1e1;
  position: relative;
  overflow: visible;
  display: inline-block;
  padding: 30px;
  margin-bottom: 30px;
  width: 100%;
}
.rsdir-listing .thumbnail {
  padding: 10px;
}
.rsdir-listing .thumbnail:after {
  z-index: -1;
}
.rsdir-listing.rsdir-listing-promoted {
  background-color: rgba(247, 48, 178, 0.15);
}
.rsdir-listing.rsdir-listing-promoted:after {
  background-color: rgba(247, 48, 178, 0.15);
}
.rsdir-delete-file {
  background-color: transparent;
  border: none;
}
.rsdir-delete-file:hover {
  background-color: transparent;
}
.rsdir-file-upload {
  margin-bottom: 10px;
}
.rsdir-images-list li {
  border: none;
}
.item-page #rsdir-big-thumbs .thumbnail {
  border-radius: 0;
  padding: 10px;
}
.item-page .control-group.clearfix .btn {
  padding: 5px 10px;
}
/* RSEvents!Pro
------------------------------------------------------------------------------*/
.rs_rss {
  margin: 0 0 20px 0;
  width: 100%;
}
.rs_rss > a {
  font-size: 19px;
  margin: 0 5px;
}
.rs_heading {
  font-size: 21px;
  font-weight: 600;
  text-transform: uppercase;
}
.rs_read_more {
  background-color: #afa023 !important;
  background-image: none;
  border: 1px solid #afa023;
  border-radius: 4px;
  color: #ffffff;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
  padding: 12px 24px;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}
.rs_read_more:hover,
.rs_read_more:focus {
  background-color: #85791a !important;
  background-position: 0 center;
  border: 1px solid #afa023;
  color: #ffffff !important;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}
.rsepro-filter-container {
  margin: 0 0 30px 0;
}
.rsepro-filter-container .navbar .nav li.dropdown.open .dropdown-toggle,
.rsepro-filter-container .navbar .nav li.dropdown.active .dropdown-toggle {
  background-color: transparent;
  color: #000000;
}
.rsepro-filter-container .navbar .nav li.dropdown > .dropdown-toggle .caret {
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}
.rsepro-filter-container .navbar .nav > li > a:hover,
.rsepro-filter-container .navbar .nav > li > a:focus {
  color: #000000;
}
.rsepro-filter-container .navbar .divider-vertical {
  border-color: #e1e1e1;
}
.rsepro-filter-container .navbar-inner {
  background-color: #f2f2f2;
  background-image: none;
  border-radius: 4px;
  border: 1px solid #e1e1e1;
  padding: 10px 20px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.rsepro-filter-container .navbar-inner .center {
  margin-top: 5px;
}
.rsepro-filter-container .navbar-inner .btn-group {
  display: inline-block;
  margin: 0;
}
.rsepro-filter-container .navbar-inner #rsepro-filter-from,
.rsepro-filter-container .navbar-inner #rsepro-filter-condition {
  margin-top: 5px;
}
.rsepro-filter-container .navbar-inner .divider-vertical {
  border-left: none;
  height: 50px;
}
.rsepro-filter-container .navbar-inner #rsepro-search > input {
  margin-bottom: 0;
  min-height: 38px;
  width: 295px;
  min-width: 295px;
}
.rsepro-filter-container .navbar-inner ul li a {
  text-shadow: none;
}
.rs_events_container {
  width: 100%;
}
.rs_events_container > .rs_event_detail {
  background-color: transparent !important;
  border: 1px solid #e1e1e1;
  border-radius: 4px;
  font-size: 0;
  line-height: 1;
  margin-bottom: 20px !important;
  overflow: hidden;
  padding: 20px !important;
  position: relative;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.rs_events_container > .rs_event_detail .rs_options {
  float: none;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: calc( 14px  + 10px);
}
.rs_events_container > .rs_event_detail .rs_options > a {
  background-color: #f730b2;
  border-radius: 50%;
  color: #ffffff;
  display: inline-block;
  font-size: 14px;
  line-height: 1;
  margin-top: 3px;
  padding: 5px;
  -webkit-transition: background-color 0.2s linear 0s;
  -moz-transition: background-color 0.2s linear 0s;
  -o-transition: background-color 0.2s linear 0s;
  transition: background-color 0.2s linear 0s;
}
.rs_events_container > .rs_event_detail .rs_options > a:first-of-type {
  margin-top: 0;
}
.rs_events_container > .rs_event_detail .rs_options > a:hover {
  background-color: #eb099d;
}
.rs_events_container > .rs_event_detail .rs_options > a > i {
  height: 1em;
  width: 1em;
  text-align: center;
}
.rs_events_container > .rs_event_detail .rs_event_badge_date {
  background-color: #00aeef;
  border-radius: 4px;
  color: #ffffff;
  display: inline-block;
  font-weight: 600;
  line-height: 1;
  margin: 0 20px 0 0;
  padding: 10px;
  position: relative;
  height: 75px;
  width: 75px;
  text-align: center;
  text-transform: uppercase;
  vertical-align: top;
}
.rs_events_container > .rs_event_detail .rs_event_badge_date .day {
  display: block;
  font-size: 25px;
}
.rs_events_container > .rs_event_detail .rs_event_badge_date .month {
  display: block;
  font-size: 12px;
  margin-bottom: 3px;
}
.rs_events_container > .rs_event_detail .rs_event_badge_date .year {
  display: block;
  font-size: 12px;
  margin-top: 3px;
}
.rs_events_container > .rs_event_detail .rs_event_badge_date .featured {
  color: #f6b324;
  font-size: 18px;
  position: absolute;
  left: -0.6em;
  top: -0.6em;
}
.rs_events_container > .rs_event_detail .rs_event_image {
  display: inline-block;
  float: none;
  margin: 0 20px 0 0;
  padding: 0;
  height: 75px;
  width: 75px;
}
.rs_events_container > .rs_event_detail .rs_event_image > a {
  border: none;
  border-radius: 4px;
  display: block;
  overflow: hidden;
  padding: 0;
  position: relative;
  height: 100%;
  width: 100%;
}
.rs_events_container > .rs_event_detail .rs_event_image > a:hover {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.rs_events_container > .rs_event_detail .rs_event_image > a > img {
  height: 100%;
  max-width: none;
  width: auto;
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.rs_events_container > .rs_event_detail .rs_event_description {
  display: inline-block;
  font-size: 14px;
  line-height: 1.2;
  margin: 0 20px 0 0;
  vertical-align: top;
  width: calc((100% - 250px) * 0.3);
}
.rs_events_container > .rs_event_detail .rsepro-title-block {
  font-size: 18px;
  font-weight: 600;
  margin: 0;
  text-transform: uppercase;
}
.rs_events_container > .rs_event_detail .rsepro-small-description-block {
  margin: 5px 0 0 0;
}
.rs_events_container > .rs_event_detail .rs_event_details {
  display: inline-block;
  font-size: 12px;
  line-height: 1.4;
  margin: 0 20px 0 0;
  vertical-align: top;
  width: calc((100% - 250px) * 0.3);
}
.rs_events_container > .rs_event_detail .rs_event_details > div {
  margin: 5px 0 0 0;
}
.rs_events_container > .rs_event_detail .rs_event_details > div:first-of-type {
  margin: 0;
}
.rs_events_container > .rs_event_detail .rs_event_details i[class*="icon-"] {
  margin-right: 5px;
  text-align: center;
}
.rs_events_container > .rs_event_detail .rs_status font[color="blue"] {
  color: #2287b5;
}
.rs_events_container > .rs_event_detail .rs_status font[color="green"] {
  color: #9fc61e;
}
.rs_events_container > .rs_event_detail .rs_status font[color="red"] {
  color: #e70329;
}
.rs_events_container > .rs_event_detail .rs_event_assets {
  display: inline-block;
  font-size: 12px;
  line-height: 1.4;
  margin: 0 20px 0 0;
  vertical-align: top;
  width: calc((100% - 250px) * 0.2);
}
.rs_events_container > .rs_event_detail .rsepro-event-categories-block .span6:first-of-type {
  color: #000000;
  font-weight: 600;
  text-transform: uppercase;
}
.rs_events_container > .rs_event_detail .rsepro-event-tags-block {
  margin-top: 5px;
}
.rs_events_container > .rs_event_detail .rsepro-event-tags-block .span6:first-of-type {
  color: #000000;
  font-weight: 600;
  text-transform: uppercase;
}
.rs_events_container > .rs_event_detail .rs_event_more {
  display: inline-block;
  vertical-align: top;
  width: calc((100% - 250px) * 0.2);
}
.rs_events_container > .rs_event_detail .rs_event_more .btn-link {
  font-size: 14px;
  font-weight: 400;
  margin: 10px 0 0 0;
  text-align: right;
  text-transform: none;
}
.rs_events_container > .rs_event_detail .rs_event_more .btn-link > i {
  margin-left: 0;
  margin-right: 5px;
}
.rs_events_container > .rs_event_detail.rs_featured .rs_event_badge_date {
  background-color: #f730b2;
}
.rs_events_container.rsepro-categories-list li,
.rs_events_container.rsepro-locations-list li {
  font-size: 0;
  margin: 20px 0 0 0;
  overflow: visible;
  padding: 0 !important;
}
.rs_events_container.rsepro-categories-list li:first-of-type,
.rs_events_container.rsepro-locations-list li:first-of-type {
  margin-top: 0;
}
.rs_events_container.rsepro-categories-list li.clearfix,
.rs_events_container.rsepro-locations-list li.clearfix {
  margin: 0;
}
.rs_events_container.rsepro-categories-list li[class*="rsepro-category-row"] .well,
.rs_events_container.rsepro-locations-list li[class*="rsepro-category-row"] .well {
  border: none;
  color: #ffffff;
  padding: 15px 30px;
  z-index: 0;
}
.rs_events_container.rsepro-categories-list li[class*="rsepro-category-row"] .well.image,
.rs_events_container.rsepro-locations-list li[class*="rsepro-category-row"] .well.image {
  padding: 60px 30px;
}
.rs_events_container.rsepro-categories-list li[class*="rsepro-category-row"] .rs_heading > a,
.rs_events_container.rsepro-locations-list li[class*="rsepro-category-row"] .rs_heading > a {
  color: #ffffff;
}
.rs_events_container.rsepro-categories-list li[class*="rsepro-category-row"] .rs_heading > a:hover,
.rs_events_container.rsepro-locations-list li[class*="rsepro-category-row"] .rs_heading > a:hover {
  color: #d9d9d9;
}
.rs_events_container.rsepro-categories-list li[class*="rsepro-category-row"] .badge-counter,
.rs_events_container.rsepro-locations-list li[class*="rsepro-category-row"] .badge-counter {
  margin: 0;
  position: absolute;
  right: -0.6em;
  top: -0.6em;
}
.rs_events_container.rsepro-categories-list li[class*="rsepro-category-row"] .background,
.rs_events_container.rsepro-locations-list li[class*="rsepro-category-row"] .background {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 4px;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  z-index: -2;
}
.rs_events_container.rsepro-categories-list li[class*="rsepro-category-row"] .background + .mask,
.rs_events_container.rsepro-locations-list li[class*="rsepro-category-row"] .background + .mask {
  -webkit-opacity: 0.7;
  -moz-opacity: 0.7;
  opacity: 0.7;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
  filter: alpha(opacity=70);
  -webkit-transition: opacity 0.2s linear 0s;
  -moz-transition: opacity 0.2s linear 0s;
  -o-transition: opacity 0.2s linear 0s;
  transition: opacity 0.2s linear 0s;
}
.rs_events_container.rsepro-categories-list li[class*="rsepro-category-row"] .mask,
.rs_events_container.rsepro-locations-list li[class*="rsepro-category-row"] .mask {
  border-radius: 4px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
}
.rs_events_container.rsepro-categories-list li.rsepro-category-row2,
.rs_events_container.rsepro-locations-list li.rsepro-category-row2 {
  width: 48.717948717948715%;
  *width: 48.664757228587014%;
}
.rs_events_container.rsepro-categories-list li.rsepro-category-row2:nth-of-type(3n + 2),
.rs_events_container.rsepro-locations-list li.rsepro-category-row2:nth-of-type(3n + 2) {
  margin-left: 2.564102564102564%;
  *margin-left: 2.5109110747408616%;
}
.rs_events_container.rsepro-categories-list li.rsepro-category-row2:nth-of-type(2),
.rs_events_container.rsepro-locations-list li.rsepro-category-row2:nth-of-type(2) {
  margin-top: 0;
}
.rs_events_container.rsepro-categories-list li.rsepro-category-row3,
.rs_events_container.rsepro-locations-list li.rsepro-category-row3 {
  width: 31.623931623931625%;
  *width: 31.570740134569924%;
}
.rs_events_container.rsepro-categories-list li.rsepro-category-row3:nth-of-type(4n + 2),
.rs_events_container.rsepro-locations-list li.rsepro-category-row3:nth-of-type(4n + 2),
.rs_events_container.rsepro-categories-list li.rsepro-category-row3:nth-of-type(4n + 3),
.rs_events_container.rsepro-locations-list li.rsepro-category-row3:nth-of-type(4n + 3) {
  margin-left: 2.564102564102564%;
  *margin-left: 2.5109110747408616%;
}
.rs_events_container.rsepro-categories-list li.rsepro-category-row3:nth-of-type(2),
.rs_events_container.rsepro-locations-list li.rsepro-category-row3:nth-of-type(2),
.rs_events_container.rsepro-categories-list li.rsepro-category-row3:nth-of-type(3),
.rs_events_container.rsepro-locations-list li.rsepro-category-row3:nth-of-type(3) {
  margin-top: 0;
}
.rs_events_container.rsepro-categories-list li.rsepro-category-row4,
.rs_events_container.rsepro-locations-list li.rsepro-category-row4 {
  width: 23.076923076923077%;
  *width: 23.023731587561375%;
}
.rs_events_container.rsepro-categories-list li.rsepro-category-row4:nth-of-type(5n + 2),
.rs_events_container.rsepro-locations-list li.rsepro-category-row4:nth-of-type(5n + 2),
.rs_events_container.rsepro-categories-list li.rsepro-category-row4:nth-of-type(5n + 3),
.rs_events_container.rsepro-locations-list li.rsepro-category-row4:nth-of-type(5n + 3),
.rs_events_container.rsepro-categories-list li.rsepro-category-row4:nth-of-type(5n + 4),
.rs_events_container.rsepro-locations-list li.rsepro-category-row4:nth-of-type(5n + 4) {
  margin-left: 2.564102564102564%;
  *margin-left: 2.5109110747408616%;
}
.rs_events_container.rsepro-categories-list li.rsepro-category-row4:nth-of-type(2),
.rs_events_container.rsepro-locations-list li.rsepro-category-row4:nth-of-type(2),
.rs_events_container.rsepro-categories-list li.rsepro-category-row4:nth-of-type(3),
.rs_events_container.rsepro-locations-list li.rsepro-category-row4:nth-of-type(3),
.rs_events_container.rsepro-categories-list li.rsepro-category-row4:nth-of-type(4),
.rs_events_container.rsepro-locations-list li.rsepro-category-row4:nth-of-type(4) {
  margin-top: 0;
}
.rs_events_container.rsepro-categories-list li .well,
.rs_events_container.rsepro-locations-list li .well {
  position: relative;
}
.rs_events_container.rsepro-categories-list li .well:hover,
.rs_events_container.rsepro-locations-list li .well:hover {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.rs_events_container.rsepro-categories-list li .rs_icon,
.rs_events_container.rsepro-locations-list li .rs_icon {
  border-radius: 4px;
  float: left;
  overflow: hidden;
  padding: 0;
  position: relative;
  margin: 0 15px 0 0;
  height: 50px;
  width: 50px;
}
.rs_events_container.rsepro-categories-list li .rs_icon .color,
.rs_events_container.rsepro-locations-list li .rs_icon .color {
  display: block;
  height: 50px;
  width: 50px;
}
.rs_events_container.rsepro-categories-list li .rs_icon img,
.rs_events_container.rsepro-locations-list li .rs_icon img {
  position: absolute;
  left: 50%;
  top: 0;
  height: 50px;
  max-width: none;
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  filter: alpha(opacity=50);
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.rs_events_container.rsepro-categories-list li .rs_container,
.rs_events_container.rsepro-locations-list li .rs_container {
  overflow: hidden;
}
.rs_events_container.rsepro-categories-list li .rs_description,
.rs_events_container.rsepro-locations-list li .rs_description {
  margin-top: 5px;
}
.rs_events_container.rsepro-categories-list li .rs_options,
.rs_events_container.rsepro-locations-list li .rs_options {
  font-size: 0;
  float: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}
.rs_events_container.rsepro-categories-list li .rs_options > a,
.rs_events_container.rsepro-locations-list li .rs_options > a {
  background-color: #f730b2;
  border-radius: 50%;
  color: #ffffff;
  display: inline-block;
  font-size: 14px;
  line-height: 1;
  margin-left: 3px;
  padding: 5px;
  -webkit-transition: background-color 0.2s linear 0s;
  -moz-transition: background-color 0.2s linear 0s;
  -o-transition: background-color 0.2s linear 0s;
  transition: background-color 0.2s linear 0s;
}
.rs_events_container.rsepro-categories-list li .rs_options > a:first-of-type,
.rs_events_container.rsepro-locations-list li .rs_options > a:first-of-type {
  margin-left: 0;
}
.rs_events_container.rsepro-categories-list li .rs_options > a:hover,
.rs_events_container.rsepro-locations-list li .rs_options > a:hover {
  background-color: #eb099d;
}
.rs_events_container.rsepro-categories-list li .rs_options > a > i,
.rs_events_container.rsepro-locations-list li .rs_options > a > i {
  height: 1em;
  width: 1em;
  text-align: center;
}
.rs_events_container.rsepro-categories-list li:hover[class*="rsepro-category-row"] .background + .mask,
.rs_events_container.rsepro-locations-list li:hover[class*="rsepro-category-row"] .background + .mask {
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
  filter: alpha(opacity=80);
}
.rs_events_container.rsepro-categories-list .badge-counter,
.rs_events_container.rsepro-locations-list .badge-counter {
  background-color: #afa023;
  border-radius: 50%;
  color: #ffffff;
  display: inline-block;
  font-size: 14px;
  line-height: 2em;
  height: 2em;
  width: 2em;
  margin: 0 0 0 5px;
  text-align: center;
}
.rsepro_plugin_container {
  background-color: transparent !important;
  border: 1px solid #e1e1e1;
  border-radius: 4px;
  font-size: 0;
  font-weight: 400 !important;
  line-height: 1;
  margin-bottom: 20px !important;
  overflow: hidden;
  padding: 20px !important;
  position: relative;
  width: 100%;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.rsepro_plugin_container strong {
  font-weight: 400;
}
.rsepro_plugin_container .rsepro_plugin_badge_date {
  background-color: #00aeef;
  border-radius: 4px;
  color: #ffffff;
  display: inline-block;
  font-weight: 600;
  line-height: 1;
  margin: 0 20px 0 0;
  padding: 10px;
  position: relative;
  height: 75px;
  width: 75px;
  text-align: center;
  text-transform: uppercase;
  vertical-align: top;
}
.rsepro_plugin_container .rsepro_plugin_badge_date .day {
  display: block;
  font-size: 25px;
}
.rsepro_plugin_container .rsepro_plugin_badge_date .month {
  display: block;
  font-size: 12px;
  margin-bottom: 3px;
}
.rsepro_plugin_container .rsepro_plugin_badge_date .year {
  display: block;
  font-size: 12px;
  margin-top: 3px;
}
.rsepro_plugin_container .rsepro_plugin_image {
  display: inline-block;
  float: none;
  margin: 0 20px 0 0;
  padding: 0;
  height: 75px;
  width: 75px;
}
.rsepro_plugin_container .rsepro_plugin_image > a {
  border: none;
  border-radius: 4px;
  display: block;
  overflow: hidden;
  padding: 0;
  position: relative;
  height: 100%;
  width: 100%;
}
.rsepro_plugin_container .rsepro_plugin_image > a:hover {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.rsepro_plugin_container .rsepro_plugin_image > a > img {
  height: 100%;
  max-width: none;
  width: auto;
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.rsepro_plugin_container .rsepro_plugin_description {
  display: inline-block;
  font-size: 14px;
  line-height: 1.2;
  margin: 0 20px 0 0;
  vertical-align: top;
  width: calc((100% - 250px) * 0.3);
}
.rsepro_plugin_container .rsepro-title-block {
  font-size: 18px;
  font-weight: 600;
  margin: 0;
  text-transform: uppercase;
}
.rsepro_plugin_container .rsepro-small-description-block {
  margin: 5px 0 0 0;
}
.rsepro_plugin_container .rsepro_plugin_details {
  display: inline-block;
  font-size: 12px;
  line-height: 1.4;
  margin: 0 20px 0 0;
  vertical-align: top;
  width: calc((100% - 250px) * 0.3);
}
.rsepro_plugin_container .rsepro_plugin_details > div {
  margin: 5px 0 0 0;
}
.rsepro_plugin_container .rsepro_plugin_details > div:first-of-type {
  margin: 0;
}
.rsepro_plugin_container .rsepro_plugin_details i[class*="icon-"] {
  margin-right: 5px;
  text-align: center;
}
.rsepro_plugin_container .rsepro_plugin_assets {
  display: inline-block;
  font-size: 12px;
  line-height: 1.4;
  margin: 0 20px 0 0;
  vertical-align: top;
  width: calc((100% - 250px) * 0.2);
}
.rsepro_plugin_container .rsepro-event-categories-block .span6:first-of-type {
  color: #000000;
  font-weight: 600;
  text-transform: uppercase;
}
.rsepro_plugin_container .rsepro-event-tags-block {
  margin-top: 5px;
}
.rsepro_plugin_container .rsepro-event-tags-block .span6:first-of-type {
  color: #000000;
  font-weight: 600;
  text-transform: uppercase;
}
.rsepro_plugin_container .rsepro_plugin_more {
  display: inline-block;
  vertical-align: top;
  width: calc((100% - 250px) * 0.2);
}
.rsepro_plugin_container .rsepro_plugin_more .btn-link {
  font-size: 14px;
  font-weight: 400;
  margin: 10px 0 0 0;
  text-align: right;
  text-transform: none;
}
.rsepro_plugin_container .rsepro_plugin_more .btn-link > i {
  margin-left: 0;
  margin-right: 5px;
}
.span6 .rs_events_container > .rs_event_detail .rs_event_description,
.span7 .rs_events_container > .rs_event_detail .rs_event_description,
.span8 .rs_events_container > .rs_event_detail .rs_event_description,
.span9 .rs_events_container > .rs_event_detail .rs_event_description {
  width: calc((100% - 210px) * 0.5);
}
.span6 .rs_events_container > .rs_event_detail .rs_event_description + div,
.span7 .rs_events_container > .rs_event_detail .rs_event_description + div,
.span8 .rs_events_container > .rs_event_detail .rs_event_description + div,
.span9 .rs_events_container > .rs_event_detail .rs_event_description + div {
  margin: 0;
  width: calc((100% - 210px) * 0.5);
}
.span6 .rs_events_container > .rs_event_detail .rs_event_description + div + div,
.span7 .rs_events_container > .rs_event_detail .rs_event_description + div + div,
.span8 .rs_events_container > .rs_event_detail .rs_event_description + div + div,
.span9 .rs_events_container > .rs_event_detail .rs_event_description + div + div {
  margin: 15px 20px 0 190px;
  width: calc((100% - 210px) * 0.5);
}
.span6 .rs_events_container > .rs_event_detail .rs_event_description + div + div + div,
.span7 .rs_events_container > .rs_event_detail .rs_event_description + div + div + div,
.span8 .rs_events_container > .rs_event_detail .rs_event_description + div + div + div,
.span9 .rs_events_container > .rs_event_detail .rs_event_description + div + div + div {
  margin: 15px 0 0 0;
  width: calc((100% - 210px) * 0.5);
}
.span6 .rsepro_plugin_container .rsepro_plugin_description,
.span7 .rsepro_plugin_container .rsepro_plugin_description,
.span8 .rsepro_plugin_container .rsepro_plugin_description,
.span9 .rsepro_plugin_container .rsepro_plugin_description {
  width: calc((100% - 210px) * 0.5);
}
.span6 .rsepro_plugin_container .rsepro_plugin_description + div,
.span7 .rsepro_plugin_container .rsepro_plugin_description + div,
.span8 .rsepro_plugin_container .rsepro_plugin_description + div,
.span9 .rsepro_plugin_container .rsepro_plugin_description + div {
  margin: 0;
  width: calc((100% - 210px) * 0.5);
}
.span6 .rsepro_plugin_container .rsepro_plugin_description + div + div,
.span7 .rsepro_plugin_container .rsepro_plugin_description + div + div,
.span8 .rsepro_plugin_container .rsepro_plugin_description + div + div,
.span9 .rsepro_plugin_container .rsepro_plugin_description + div + div {
  margin: 15px 20px 0 190px;
  width: calc((100% - 210px) * 0.5);
}
.span6 .rsepro_plugin_container .rsepro_plugin_description + div + div + div,
.span7 .rsepro_plugin_container .rsepro_plugin_description + div + div + div,
.span8 .rsepro_plugin_container .rsepro_plugin_description + div + div + div,
.span9 .rsepro_plugin_container .rsepro_plugin_description + div + div + div {
  margin: 15px 0 0 0;
  width: calc((100% - 210px) * 0.5);
}
.span10 .rs_events_container > .rs_event_detail .rs_event_badge_date,
.span11 .rs_events_container > .rs_event_detail .rs_event_badge_date {
  margin-right: 15px;
}
.span10 .rs_events_container > .rs_event_detail .rs_event_image,
.span11 .rs_events_container > .rs_event_detail .rs_event_image {
  margin-right: 15px;
}
.span10 .rs_events_container > .rs_event_detail .rs_event_description,
.span11 .rs_events_container > .rs_event_detail .rs_event_description {
  margin-right: 15px;
  width: calc((100% - 225px) * 0.25);
}
.span10 .rs_events_container > .rs_event_detail .rs_event_details,
.span11 .rs_events_container > .rs_event_detail .rs_event_details {
  margin-right: 15px;
  width: calc((100% - 225px) * 0.25);
}
.span10 .rs_events_container > .rs_event_detail .rs_event_assets,
.span11 .rs_events_container > .rs_event_detail .rs_event_assets {
  margin-right: 15px;
  width: calc((100% - 225px) * 0.25);
}
.span10 .rs_events_container > .rs_event_detail .rs_event_more,
.span11 .rs_events_container > .rs_event_detail .rs_event_more {
  width: calc((100% - 225px) * 0.25);
}
.span10 .rsepro_plugin_container .rsepro_plugin_badge_date,
.span11 .rsepro_plugin_container .rsepro_plugin_badge_date {
  margin-right: 15px;
}
.span10 .rsepro_plugin_container .rsepro_plugin_image,
.span11 .rsepro_plugin_container .rsepro_plugin_image {
  margin-right: 15px;
}
.span10 .rsepro_plugin_container .rsepro_plugin_description,
.span11 .rsepro_plugin_container .rsepro_plugin_description {
  margin-right: 15px;
  width: calc((100% - 225px) * 0.25);
}
.span10 .rsepro_plugin_container .rsepro_plugin_details,
.span11 .rsepro_plugin_container .rsepro_plugin_details {
  margin-right: 15px;
  width: calc((100% - 225px) * 0.25);
}
.span10 .rsepro_plugin_container .rsepro_plugin_assets,
.span11 .rsepro_plugin_container .rsepro_plugin_assets {
  margin-right: 15px;
  width: calc((100% - 225px) * 0.25);
}
.span10 .rsepro_plugin_container .rsepro_plugin_more,
.span11 .rsepro_plugin_container .rsepro_plugin_more {
  width: calc((100% - 225px) * 0.25);
}
.rsepro-calendar .pager > li > a {
  padding: 5px;
}
.rsepro-calendar .pager > li > a > i {
  line-height: 1;
  height: 1em;
  width: 1em;
}
.rsepro-calendar table th {
  background-color: #00aeef;
  color: #ffffff !important;
  font-size: 16px !important;
  padding: 10px 5px !important;
}
.rsepro-calendar table td {
  border-color: #e1e1e1;
  border-style: solid none none solid;
  border-width: 1px 0 0 1px;
  padding: 0;
}
.rsepro-calendar table caption {
  border: none;
  margin-bottom: 20px;
  padding: 10px 0;
}
.rsepro-calendar .input-medium,
.rsepro-calendar .input-small {
  min-width: initial;
  width: initial;
}
.rsepro-calendar .has-events ul > li a i {
  margin: 0 2px 0 0;
}
.rsepro-calendar .popover-title {
  font-weight: 600;
}
.rsepro-calendar .rsepro-calendar-tooltip-image {
  border-radius: 4px;
  margin: 0 10px 0 0;
  padding: 0;
  position: relative;
  height: 50px;
  width: 50px;
  overflow: hidden;
}
.rsepro-calendar .rsepro-calendar-tooltip-image > img {
  max-width: none;
  position: absolute;
  left: 50%;
  top: 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%);
}
.rsepro-calendar .rsepro-calendar-tooltip-block {
  overflow: hidden;
}
.rsepro-calendar .rsepro-calendar-tooltip-content {
  display: block;
  line-height: 1.2;
  overflow: hidden;
}
.rsepro-calendar .rsepro-calendar-tooltip-details > i {
  margin: 0 2px 0 0;
}
.rsepro-calendar .rsepro-calendar-tooltip-description {
  margin: 5px 0 0 0;
}
.rsepro_legend_block {
  height: auto;
  overflow: hidden;
  padding: 10px;
}
.rsepro_legend_color {
  border-color: #e1e1e1;
  border-radius: 4px;
  height: 30px;
  width: 30px;
  margin: 0 10px 0 0;
}
.rsepro_legend_text {
  display: block;
  font-size: 16px;
  height: auto;
  width: auto;
  line-height: 30px;
  margin: 0;
  overflow: hidden;
  text-transform: uppercase;
}
.rsepro-active {
  background-color: #ffffff;
}
.curr-month .rsepro-calendar-day {
  background-color: #f2f2f2;
}
.curr-month.curr-day .rsepro-calendar-day {
  background-color: #5e66b1;
}
.curr-month.curr-day .rsepro-calendar-day a {
  color: #ffffff;
}
.curr-month.curr-day .rsepro-calendar-day a:hover {
  color: #ffffff;
}
.clearfix + .rs_rss {
  margin: 20px 0;
}
#checkoutForm input[type="text"],
#checkoutForm input[type="password"],
#checkoutForm input[type="datetime"],
#checkoutForm input[type="datetime-local"],
#checkoutForm input[type="date"],
#checkoutForm input[type="month"],
#checkoutForm input[type="time"],
#checkoutForm input[type="week"],
#checkoutForm input[type="number"],
#checkoutForm input[type="email"],
#checkoutForm input[type="url"],
#checkoutForm input[type="search"],
#checkoutForm input[type="tel"],
#checkoutForm input[type="color"],
#checkoutForm select,
#checkoutForm textarea,
#checkoutForm .uneditable-input {
  min-width: 150px;
}
.chzn-container-multi .chzn-choices li.search-field input[type="text"] {
  height: 25px;
}
.rs_controls .btn {
  margin: 0;
  background-color: #00aeef;
  background-image: none;
  border: 1px solid #00aeef;
  border-radius: 4px;
  color: #ffffff;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
  padding: 12px 24px;
  text-align: center;
  text-shadow: none;
  text-transform: uppercase;
  vertical-align: middle;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}
.rs_controls .btn:hover,
.rs_controls .btn:focus {
  background-color: #0089bc;
  background-position: 0 center;
  border: 1px solid #00aeef;
  color: #ffffff;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}
.rs_controls .btn:hover,
.rs_controls .btn:focus {
  background-color: #0089bc;
  background-position: 0 center;
  border: 1px solid #00aeef;
  color: #ffffff;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}
#rsepro-edit-container form {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#rsepro-edit-container input[type="text"],
#rsepro-edit-container select,
#rsepro-edit-container textarea {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#rsepro-edit-container .form-actions > button {
  margin-top: 0;
}
#rsepro-edit-container #rsepro-edit-menu.nav-tabs > li > a {
  font-size: 14px;
  margin-bottom: 10px;
  padding: 10px;
}
#rsepro-edit-container #rsepro-edit-menu.nav-tabs > li:first-of-type > a {
  border-bottom-width: 10px;
  border-left-width: 10px;
  border-top-width: 10px;
  overflow: hidden;
  padding: 0;
}
#rsepro-edit-container #rsepro-edit-menu.nav-tabs > li:first-of-type #rsepro-photo {
  width: 104%;
  -webkit-transform: translate(-2%, 0);
  -moz-transform: translate(-2%, 0);
  -ms-transform: translate(-2%, 0);
  -o-transform: translate(-2%, 0);
  transform: translate(-2%, 0);
}
#rsepro-edit-container .chzn-container {
  width: 100% !important;
}
#rsepro-edit-container .chzn-container input[type="text"] {
  width: 100% !important;
}
#rsepro-edit-container .chzn-container + .btn {
  line-height: 1.75;
  display: inline-block;
  width: 175px;
}
#rsepro-edit-container .input-append,
#rsepro-edit-container .input-prepend {
  display: flex;
  flex-wrap: wrap;
}
#rsepro-edit-container .input-append input[type="text"],
#rsepro-edit-container .input-prepend input[type="text"],
#rsepro-edit-container .input-append .chzn-container,
#rsepro-edit-container .input-prepend .chzn-container {
  flex: 1;
  -ms-flex: 1;
}
.control-group + #map-canvas {
  background-color: #ffffff;
  border-radius: 4px;
  margin: 45px 0 0 0;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
}
.control-group + #map-canvas > div {
  height: calc(100% - 40px) !important;
  width: calc(100% - 40px) !important;
  left: 50% !important;
  top: 50% !important;
  overflow: hidden;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#rsepro-map-results-table {
  border-collapse: separate;
  border-spacing: 20px;
}
#rsepro-map-results-table tr {
  position: relative;
  z-index: 0;
}
#rsepro-map-results-table tr:before {
  border: 1px solid #e1e1e1;
  border-radius: 4px;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
}
#rsepro-map-results-table td {
  background-color: transparent;
  border: none;
  padding: 0;
}
#rsepro-map-results-table td:nth-child(1) {
  padding: 20px 0 20px 0;
  width: 50px;
}
#rsepro-map-results-table td:nth-child(1) .thumbnail {
  border: none;
  height: 50px;
  width: 50px;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
#rsepro-map-results-table td:nth-child(1) .thumbnail > img {
  height: 50px;
  max-width: none;
  left: 50%;
  top: 50%;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#rsepro-map-results-table td:nth-child(2) {
  padding: 20px 0;
}
#rsepro-map-results-table td:nth-child(2) > p {
  margin-bottom: 0;
}
#rsepro-map-results-table td:nth-child(2) > p:nth-child(1) {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px;
  text-transform: uppercase;
}
#rsepro-map-results-table td:nth-child(3) {
  padding: 20px 20px 20px 0;
  width: 50px;
}
#rsepro-map-results-table td:nth-child(3) .btn {
  height: 50px;
  width: 50px;
  padding: 0;
}
#rsepro-map-results-table td:nth-child(3) .btn > i {
  height: 50px;
  width: 50px;
  line-height: 50px;
}
.rsepro-map-info-image {
  float: left;
  margin-right: 15px;
}
.rsepro-map-info-container {
  overflow: hidden;
}
.rsepro-map-info-block {
  margin: 0 0 5px 0;
}
.rsepro-map-info-block > i {
  margin-right: 5px;
  text-align: center;
}
.rsepro-map-info-name {
  display: block;
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 5px 0;
  text-transform: uppercase;
}
.rs_repeats {
  margin: 0 !important;
}
.rs_repeats > li {
  padding: 5px 10px;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}
.rs_repeats > li:hover {
  background-color: #f2f2f2;
}
.rs_repeats > li > a {
  font-size: 18px;
  margin: 0 20px 0 0;
}
.rs_repeats_control {
  border-top: 1px solid #e1e1e1;
}
.rs_repeats_control > a {
  font-weight: 600;
  padding: 10px;
  text-transform: uppercase;
}
.rs_files {
  margin: 0 !important;
}
.rs_files li i {
  margin: 0 2px 0 0;
}
.rs_av_tickets {
  margin: 0 !important;
}
#rs_event_show {
  margin: 0;
}
#rs_event_show #rsepro-counter-container {
  background-color: transparent;
  margin: 0 0 30px 0;
  padding: 0;
  text-align: left;
}
#rs_event_show #rsepro-counter > div {
  background-color: #00aeef;
  border-radius: 4px;
  padding: 15px 10px;
  height: 78px;
  width: 78px;
}
#rs_event_show #rsepro-counter > div > span {
  background-color: transparent;
  font-size: 28px;
  font-weight: 600;
  padding: 0;
}
#rs_event_show .rsepro-counter-text {
  font-size: 12px;
  font-weight: 600;
  line-height: 1.25;
  margin: 6px 0 0 0;
  padding: 0;
}
#rs_event_show .rs_title {
  margin: 0 0 30px 0;
}
#rs_event_show .rs_title.rs_featured_event {
  background: none !important;
}
#rs_event_show .rs_controls {
  margin: 0 0 30px 0;
}
#rs_event_show .rs_controls > .btn {
  margin: 3px 0;
}
#rs_event_show .rs_heading {
  position: relative;
  z-index: 1;
}
#rs_event_show .rs_heading #rsepro-counter-container {
  margin: 0;
  position: absolute;
  left: 50%;
  top: 20px;
  text-align: center;
  width: 100%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
#rs_event_show .rs_heading .rs_image {
  float: none;
  padding: 0;
  position: relative;
  z-index: 0;
}
#rs_event_show .rs_heading .rs_image:before {
  background-color: #5e66b1;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  -webkit-opacity: 0.3;
  -moz-opacity: 0.3;
  opacity: 0.3;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=30);
  filter: alpha(opacity=30);
}
#rs_event_show .rs_heading .rs_details {
  position: absolute;
  left: 50%;
  top: 50%;
  text-align: center;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#rs_event_show .rs_heading .rs_title {
  color: #ffffff;
  font-size: 53px;
  display: inline-block;
  line-height: 1;
  margin: 30px 0;
  padding: 0;
  vertical-align: top;
  text-shadow: 0 0 15px #666666;
}
#rs_event_show .rs_heading .rs_controls {
  margin: 0;
}
#rs_event_show .rsepro_rsvp {
  margin: 0 0 30px 0;
}
#rs_event_show .rsep_date,
#rs_event_show .rsep_contact_block,
#rs_event_show .rsep_taxonomy_block {
  font-size: 16px;
  margin: 0 !important;
}
#rs_event_show .rsep_location,
#rs_event_show .rsep_posted,
#rs_event_show .rsep_categories,
#rs_event_show .rsep_tags,
#rs_event_show .rsep_hits {
  margin: 15px 0 0 0 !important;
}
#rs_event_show #rsepro-rating {
  display: inline-block;
  margin: 15px 0 0 0;
}
#rs_event_show #rsepro-rating a {
  font-size: 19px;
}
#rs_event_show .rs_description {
  margin: 30px 0 0 0;
}
#rs_event_show .rs_description > p:last-of-type {
  margin-bottom: 0;
}
#rs_event_show .rsepro-speakers .thumbnail .caption {
  color: #000000;
  padding: 0;
  text-transform: uppercase;
}
#rs_event_show .rsepro-speaker-name {
  margin: 15px 0 0 0;
}
#rs_event_show .rsepro-speaker-info {
  margin: 15px 0 0 0;
}
#rs_event_show .rs_sharing {
  margin: 30px 0 0 0;
}
#rs_event_show .rs_sharing .rsepro-social {
  line-height: 1;
}
#rs_event_show .rsmg_default_gallery {
  margin: 30px 0 0 0 !important;
}
#rs_event_show .rsmg_default_gallery li div.rsmg_default_container {
  border: none;
  border-radius: 4px;
  overflow: hidden;
  padding: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
#rs_event_show .rsmg_default_gallery li div.rsmg_default_container > a {
  font-size: 14px;
  position: relative;
}
#rs_event_show .rsmg_default_gallery li div.rsmg_default_container > a:after {
  background-color: #ffffff;
  border-radius: 50%;
  color: #5e66b1;
  content: "\f002";
  font-family: 'FontAwesome';
  font-size: 1.5em;
  line-height: 2em;
  height: 2em;
  width: 2em;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  -webkit-transform: translate(-50%, -50%) scale(0.25);
  -moz-transform: translate(-50%, -50%) scale(0.25);
  -ms-transform: translate(-50%, -50%) scale(0.25);
  -o-transform: translate(-50%, -50%) scale(0.25);
  transform: translate(-50%, -50%) scale(0.25);
  -webkit-transition: all 0.3s cubic-bezier(0.8, 1.65, 0.4, 0.65) 0s;
  -moz-transition: all 0.3s cubic-bezier(0.8, 1.65, 0.4, 0.65) 0s;
  -o-transition: all 0.3s cubic-bezier(0.8, 1.65, 0.4, 0.65) 0s;
  transition: all 0.3s cubic-bezier(0.8, 1.65, 0.4, 0.65) 0s;
}
#rs_event_show .rsmg_default_gallery li div.rsmg_default_container > a:before {
  background-color: transparent;
  border-radius: 4px;
  content: '';
  height: 100%;
  width: 100%;
  max-height: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  filter: alpha(opacity=50);
  -webkit-transition: max-height 0.3s ease-in-out 0s;
  -moz-transition: max-height 0.3s ease-in-out 0s;
  -o-transition: max-height 0.3s ease-in-out 0s;
  transition: max-height 0.3s ease-in-out 0s;
  background-image: -webkit-linear-gradient(to top, #5e66b1, transparent);
  background-image: -moz-linear-gradient(to top, #5e66b1, transparent);
  background-image: -ms-linear-gradient(to top, #5e66b1, transparent);
  background-image: -o-linear-gradient(to top, #5e66b1, transparent);
  background-image: linear-gradient(to top, #5e66b1, transparent);
}
#rs_event_show .rsmg_default_gallery li div.rsmg_default_container > a > img {
  -webkit-opacity: 1 !important;
  -moz-opacity: 1 !important;
  opacity: 1 !important;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100) !important;
  filter: alpha(opacity=100) !important;
}
#rs_event_show .rsmg_default_gallery li div.rsmg_default_container > a:hover {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
#rs_event_show .rsmg_default_gallery li div.rsmg_default_container > a:hover:after {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  -webkit-transform: translate(-50%, -50%) scale(1);
  -moz-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  -o-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
  -webkit-transition: all 0.3s cubic-bezier(0.8, 1.65, 0.4, 0.65) 0s;
  -moz-transition: all 0.3s cubic-bezier(0.8, 1.65, 0.4, 0.65) 0s;
  -o-transition: all 0.3s cubic-bezier(0.8, 1.65, 0.4, 0.65) 0s;
  transition: all 0.3s cubic-bezier(0.8, 1.65, 0.4, 0.65) 0s;
}
#rs_event_show .rsmg_default_gallery li div.rsmg_default_container > a:hover:before {
  max-height: 100%;
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  filter: alpha(opacity=50);
  -webkit-transition: max-height 0.3s ease-in-out 0s;
  -moz-transition: max-height 0.3s ease-in-out 0s;
  -o-transition: max-height 0.3s ease-in-out 0s;
  transition: max-height 0.3s ease-in-out 0s;
}
#rs_event_show .rsmg_default_gallery li div.rsmg_default_container > a:hover > img {
  -webkit-opacity: 1 !important;
  -moz-opacity: 1 !important;
  opacity: 1 !important;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100) !important;
  filter: alpha(opacity=100) !important;
}
#rs_event_show .rs_guests li {
  color: #000000;
  margin: 10px !important;
  padding: 0 !important;
}
#rs_event_show .rs_guests li > img {
  border-radius: 50%;
  -webkit-box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.1);
}
#rs_event_show .rs_guests li > span {
  display: block;
  margin: 10px 0 0 0;
}
.rs_map {
  background-color: #ffffff;
  border-radius: 4px;
  padding: 20px;
  margin: 30px 0 0 0;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
}
.rsepro-map-directions > a {
  font-size: 21px;
}
.rstpl-map-marker .rstpl-title {
  margin: 0 0 10px 0;
}
.rsepro-location-address {
  font-size: 18px;
  margin-bottom: 10px;
}
.rsepro-location-description > p:last-of-type {
  margin-bottom: 0;
}
#rs_wire > h1:first-of-type,
#rs_wire > h2:first-of-type,
#rs_wire > h3:first-of-type,
#rs_wire > h4:first-of-type,
#rs_wire > h5:first-of-type,
#rs_wire > h6:first-of-type {
  margin-top: 0;
}
#rs_wire label {
  color: #000000;
  display: inline-block;
  float: left;
  font-weight: 600;
  width: 200px;
}
#rs_wire strong {
  color: #000000;
  display: inline-block;
  font-weight: 600;
  width: 200px;
}
#rs_wire .rsep_tickets {
  float: left;
}
#rs_wire .rsep_payment_details {
  margin: 15px 0 0 0;
}
#rs_wire .rsep_payment_details p {
  margin: 0 0 5px 0;
}
#rs_wire .btn {
  margin: 20px 0 0 0;
}
.rsepro_ticket_container {
  border-color: #e1e1e1;
}
.rsepro_ticket_seats {
  margin-top: 10px;
}
.rsepro_ticket_seat {
  background-color: #9fc61e;
  border: none;
  border-radius: 0;
}
.rsepro_ticket_seat a {
  border-radius: 0;
  color: #ffffff !important;
}
.rsepro_ticket_seat a:hover,
.rsepro_ticket_seat a:focus {
  border-radius: 0;
  color: #ffffff !important;
}
.rsepro_selected {
  background-color: #2287b5;
}
.rsepro_selected a {
  color: #ffffff;
}
.rsepro_selected a:hover,
.rsepro_selected a:focus {
  color: #ffffff;
}
.rsepro_disabled {
  background-color: #e70329;
}
.rsepro_disabled a {
  color: #ffffff;
}
.rsepro_disabled a:hover,
.rsepro_disabled a:focus {
  color: #ffffff;
}
#rsepro_wrapper {
  border: none;
  margin: 20px 0;
  padding: 0;
  width: 100%;
}
#rsepro_wrapper .draggable {
  border-color: #e1e1e1;
}
.rsepro-steps .btn-circle > i {
  font-size: 18px;
  height: 28px;
  width: 28px;
  line-height: 28px;
}
.rsepro-cart-delete-ticket {
  color: #e70329 !important;
  font-size: 21px;
  margin: 0 0 0 10px;
}
.rsepro-cart-delete-ticket:hover,
.rsepro-cart-delete-ticket:focus {
  color: #9b021c !important;
}
.rsepro-subscribers-filter,
.rsepro-rsvp-filter {
  margin-bottom: 20px;
}
.rsepro-subscribers-filter ~ .rs_events_container > .rs_event_detail .rs_event_details,
.rsepro-rsvp-filter ~ .rs_events_container > .rs_event_detail .rs_event_details {
  margin: 0;
  width: 100%;
}
.rsepro-subscribers-filter ~ .rs_events_container > .rs_event_detail .rs_block,
.rsepro-rsvp-filter ~ .rs_events_container > .rs_event_detail .rs_block {
  font-size: 14px;
  margin-bottom: 5px;
}
.rsepro-subscribers-filter ~ .rs_events_container > .rs_event_detail .rs_block:last-of-type,
.rsepro-rsvp-filter ~ .rs_events_container > .rs_event_detail .rs_block:last-of-type {
  margin-bottom: 0;
}
.rsepro-subscribers-filter ~ .rs_events_container > .rs_event_detail .rs_block i,
.rsepro-rsvp-filter ~ .rs_events_container > .rs_event_detail .rs_block i {
  margin-right: 5px;
}
.rsepro-subscribers-filter ~ .rs_events_container > .rs_event_detail .rs_options,
.rsepro-rsvp-filter ~ .rs_events_container > .rs_event_detail .rs_options {
  left: auto;
  right: 0;
  width: auto;
}
.rsepro-subscribers-filter ~ .rs_events_container > .rs_event_detail .rs_options > a,
.rsepro-rsvp-filter ~ .rs_events_container > .rs_event_detail .rs_options > a {
  margin: 0 0 0 3px;
}
.rsepro-subscribers-filter ~ .rs_events_container > .rs_event_detail .rs_options > a:first-of-type,
.rsepro-rsvp-filter ~ .rs_events_container > .rs_event_detail .rs_options > a:first-of-type {
  margin: 0;
}
.rsepro-subscribers-filter ~ .rs_events_container > .rs_event_detail .rs_status,
.rsepro-rsvp-filter ~ .rs_events_container > .rs_event_detail .rs_status {
  float: none;
  font-size: 12px;
  position: absolute;
  bottom: 20px;
  right: 20px;
}
.rsepro-subscribers-buttons,
.rsepro-rsvp-buttons {
  margin-bottom: 20px;
}
@media (max-width: 1199px) {
  .rs_events_container > .rs_event_detail .rs_event_badge_date,
  .rs_events_container > .rs_event_detail .rs_event_image {
    margin-right: 15px;
  }
  .rs_events_container > .rs_event_detail .rs_event_description {
    margin-right: 15px;
    width: calc((100% - 225px) * 0.25);
  }
  .rs_events_container > .rs_event_detail .rs_event_details {
    margin-right: 15px;
    width: calc((100% - 225px) * 0.25);
  }
  .rs_events_container > .rs_event_detail .rs_event_assets {
    margin-right: 15px;
    width: calc((100% - 225px) * 0.25);
  }
  .rs_events_container > .rs_event_detail .rs_event_more {
    width: calc((100% - 225px) * 0.25);
  }
  .rsepro_plugin_container .rsepro_plugin_badge_date,
  .rsepro_plugin_container .rsepro_plugin_image {
    margin-right: 15px;
  }
  .rsepro_plugin_container .rsepro_plugin_description {
    margin-right: 15px;
    width: calc((100% - 225px) * 0.25);
  }
  .rsepro_plugin_container .rsepro_plugin_details {
    margin-right: 15px;
    width: calc((100% - 225px) * 0.25);
  }
  .rsepro_plugin_container .rsepro_plugin_assets {
    margin-right: 15px;
    width: calc((100% - 225px) * 0.25);
  }
  .rsepro_plugin_container .rsepro_plugin_more {
    width: calc((100% - 225px) * 0.25);
  }
  .span6 .rs_events_container > .rs_event_detail .rs_event_description {
    width: calc((100% - 180px));
    margin: 0;
  }
  .span6 .rs_events_container > .rs_event_detail .rs_event_description + div {
    margin: 15px 15px 0 0;
    width: calc((100% - 15px) * 0.5);
  }
  .span6 .rs_events_container > .rs_event_detail .rs_event_description + div + div {
    margin: 15px 0 0 0;
    width: calc((100% - 15px) * 0.5);
  }
  .span6 .rs_events_container > .rs_event_detail .rs_event_description + div + div + div {
    margin: 15px 0 0 0;
    width: 100%;
  }
  .span6 .rsepro_plugin_container .rsepro_plugin_description {
    width: calc((100% - 180px));
    margin: 0;
  }
  .span6 .rsepro_plugin_container .rsepro_plugin_description + div {
    margin: 15px 15px 0 0;
    width: calc((100% - 15px) * 0.5);
  }
  .span6 .rsepro_plugin_container .rsepro_plugin_description + div + div {
    margin: 15px 0 0 0;
    width: calc((100% - 15px) * 0.5);
  }
  .span6 .rsepro_plugin_container .rsepro_plugin_description + div + div + div {
    margin: 15px 0 0 0;
    width: 100%;
  }
  .span7 .rs_events_container > .rs_event_detail .rs_event_description,
  .span8 .rs_events_container > .rs_event_detail .rs_event_description,
  .span9 .rs_events_container > .rs_event_detail .rs_event_description {
    width: calc((100% - 195px) * 0.5);
  }
  .span7 .rs_events_container > .rs_event_detail .rs_event_description + div,
  .span8 .rs_events_container > .rs_event_detail .rs_event_description + div,
  .span9 .rs_events_container > .rs_event_detail .rs_event_description + div {
    margin: 0;
    width: calc((100% - 195px) * 0.5);
  }
  .span7 .rs_events_container > .rs_event_detail .rs_event_description + div + div,
  .span8 .rs_events_container > .rs_event_detail .rs_event_description + div + div,
  .span9 .rs_events_container > .rs_event_detail .rs_event_description + div + div {
    margin: 15px 15px 0 180px;
    width: calc((100% - 195px) * 0.5);
  }
  .span7 .rs_events_container > .rs_event_detail .rs_event_description + div + div + div,
  .span8 .rs_events_container > .rs_event_detail .rs_event_description + div + div + div,
  .span9 .rs_events_container > .rs_event_detail .rs_event_description + div + div + div {
    margin: 15px 0 0 0;
    width: calc((100% - 195px) * 0.5);
  }
  .span7 .rsepro_plugin_container .rsepro_plugin_description,
  .span8 .rsepro_plugin_container .rsepro_plugin_description,
  .span9 .rsepro_plugin_container .rsepro_plugin_description {
    width: calc((100% - 195px) * 0.5);
  }
  .span7 .rsepro_plugin_container .rsepro_plugin_description + div,
  .span8 .rsepro_plugin_container .rsepro_plugin_description + div,
  .span9 .rsepro_plugin_container .rsepro_plugin_description + div {
    margin: 0;
    width: calc((100% - 195px) * 0.5);
  }
  .span7 .rsepro_plugin_container .rsepro_plugin_description + div + div,
  .span8 .rsepro_plugin_container .rsepro_plugin_description + div + div,
  .span9 .rsepro_plugin_container .rsepro_plugin_description + div + div {
    margin: 15px 15px 0 180px;
    width: calc((100% - 195px) * 0.5);
  }
  .span7 .rsepro_plugin_container .rsepro_plugin_description + div + div + div,
  .span8 .rsepro_plugin_container .rsepro_plugin_description + div + div + div,
  .span9 .rsepro_plugin_container .rsepro_plugin_description + div + div + div {
    margin: 15px 0 0 0;
    width: calc((100% - 195px) * 0.5);
  }
  .span10 .rs_events_container > .rs_event_detail .rs_event_badge_date,
  .span11 .rs_events_container > .rs_event_detail .rs_event_badge_date,
  .span10 .rs_events_container > .rs_event_detail .rs_event_image,
  .span11 .rs_events_container > .rs_event_detail .rs_event_image {
    margin-right: 20px;
  }
  .span10 .rs_events_container > .rs_event_detail .rs_event_description,
  .span11 .rs_events_container > .rs_event_detail .rs_event_description {
    margin: 0 20px 0 0;
    width: calc((100% - 210px) * 0.5);
  }
  .span10 .rs_events_container > .rs_event_detail .rs_event_description + div,
  .span11 .rs_events_container > .rs_event_detail .rs_event_description + div {
    margin: 0;
    width: calc((100% - 210px) * 0.5);
  }
  .span10 .rs_events_container > .rs_event_detail .rs_event_description + div + div,
  .span11 .rs_events_container > .rs_event_detail .rs_event_description + div + div {
    margin: 15px 20px 0 190px;
    width: calc((100% - 210px) * 0.5);
  }
  .span10 .rs_events_container > .rs_event_detail .rs_event_description + div + div + div,
  .span11 .rs_events_container > .rs_event_detail .rs_event_description + div + div + div {
    margin: 15px 0 0 0;
    width: calc((100% - 210px) * 0.5);
  }
  .span10 .rsepro_plugin_container .rsepro_plugin_badge_date,
  .span11 .rsepro_plugin_container .rsepro_plugin_badge_date,
  .span10 .rsepro_plugin_container .rsepro_plugin_image,
  .span11 .rsepro_plugin_container .rsepro_plugin_image {
    margin-right: 20px;
  }
  .span10 .rsepro_plugin_container .rsepro_plugin_description,
  .span11 .rsepro_plugin_container .rsepro_plugin_description {
    margin: 0 20px 0 0;
    width: calc((100% - 210px) * 0.5);
  }
  .span10 .rsepro_plugin_container .rsepro_plugin_description + div,
  .span11 .rsepro_plugin_container .rsepro_plugin_description + div {
    margin: 0;
    width: calc((100% - 210px) * 0.5);
  }
  .span10 .rsepro_plugin_container .rsepro_plugin_description + div + div,
  .span11 .rsepro_plugin_container .rsepro_plugin_description + div + div {
    margin: 15px 20px 0 190px;
    width: calc((100% - 210px) * 0.5);
  }
  .span10 .rsepro_plugin_container .rsepro_plugin_description + div + div + div,
  .span11 .rsepro_plugin_container .rsepro_plugin_description + div + div + div {
    margin: 15px 0 0 0;
    width: calc((100% - 210px) * 0.5);
  }
  #rs_event_show .rs_heading {
    margin-bottom: 30px;
  }
  #rs_event_show .rs_heading #rsepro-counter-container {
    top: 10px;
  }
  #rs_event_show .rs_heading .rs_title {
    margin: 15px 0;
  }
  #rs_event_show .rsmg_default_gallery > li {
    float: none;
    margin-right: 0 !important;
    text-align: center;
  }
  #rs_event_show .rsmg_default_gallery .rsmg_default_container {
    display: inline-block;
    float: none;
  }
}
@media (max-width: 979px) {
  .rsepro-filter-container .navbar-inner #rsepro-search > input {
    width: 100%;
  }
  .rs_events_container > .rs_event_detail .rs_event_badge_date,
  .rs_events_container > .rs_event_detail .rs_event_image {
    margin-right: 20px;
  }
  .rs_events_container > .rs_event_detail .rs_event_description {
    margin-right: 20px;
    width: calc((100% - 210px) * 0.5);
  }
  .rs_events_container > .rs_event_detail .rs_event_description + div {
    margin: 0;
    width: calc((100% - 210px) * 0.5);
  }
  .rs_events_container > .rs_event_detail .rs_event_description + div + div {
    margin: 15px 20px 0 190px;
    width: calc((100% - 210px) * 0.5);
  }
  .rs_events_container > .rs_event_detail .rs_event_description + div + div + div {
    margin: 15px 0 0 0;
    width: calc((100% - 210px) * 0.5);
  }
  .rsepro_plugin_container .rsepro_plugin_badge_date,
  .rsepro_plugin_container .rsepro_plugin_image {
    margin-right: 20px;
  }
  .rsepro_plugin_container .rsepro_plugin_description {
    margin-right: 20px;
    width: calc((100% - 210px) * 0.5);
  }
  .rsepro_plugin_container .rsepro_plugin_description + div {
    margin: 0;
    width: calc((100% - 210px) * 0.5);
  }
  .rsepro_plugin_container .rsepro_plugin_description + div + div {
    margin: 15px 20px 0 190px;
    width: calc((100% - 210px) * 0.5);
  }
  .rsepro_plugin_container .rsepro_plugin_description + div + div + div {
    margin: 15px 0 0 0;
    width: calc((100% - 210px) * 0.5);
  }
  .span6 .rs_events_container > .rs_event_detail .rs_event_badge_date,
  .span6 .rs_events_container > .rs_event_detail .rs_event_image {
    margin-right: 15px;
  }
  .span6 .rs_events_container > .rs_event_detail .rs_event_description {
    margin: 15px 0 0 0;
    width: 100%;
  }
  .span6 .rs_events_container > .rs_event_detail .rs_event_description + div {
    margin: 15px 15px 0 0;
    width: calc((100% - 15px) * 0.5);
  }
  .span6 .rs_events_container > .rs_event_detail .rs_event_description + div + div {
    margin: 15px 0 0 0;
    width: calc((100% - 15px) * 0.5);
  }
  .span6 .rs_events_container > .rs_event_detail .rs_event_description + div + div + div {
    margin: 15px 0 0 0;
    width: 100%;
  }
  .span6 .rsepro_plugin_container .rsepro_plugin_badge_date,
  .span6 .rsepro_plugin_container .rsepro_plugin_image {
    margin-right: 15px;
  }
  .span6 .rsepro_plugin_container .rsepro_plugin_description {
    margin: 15px 0 0 0;
    width: 100%;
  }
  .span6 .rsepro_plugin_container .rsepro_plugin_description + div {
    margin: 15px 15px 0 0;
    width: calc((100% - 15px) * 0.5);
  }
  .span6 .rsepro_plugin_container .rsepro_plugin_description + div + div {
    margin: 15px 0 0 0;
    width: calc((100% - 15px) * 0.5);
  }
  .span6 .rsepro_plugin_container .rsepro_plugin_description + div + div + div {
    margin: 15px 0 0 0;
    width: 100%;
  }
  .span7 .rs_events_container > .rs_event_detail .rs_event_badge_date,
  .span8 .rs_events_container > .rs_event_detail .rs_event_badge_date,
  .span9 .rs_events_container > .rs_event_detail .rs_event_badge_date,
  .span10 .rs_events_container > .rs_event_detail .rs_event_badge_date,
  .span11 .rs_events_container > .rs_event_detail .rs_event_badge_date,
  .span7 .rs_events_container > .rs_event_detail .rs_event_image,
  .span8 .rs_events_container > .rs_event_detail .rs_event_image,
  .span9 .rs_events_container > .rs_event_detail .rs_event_image,
  .span10 .rs_events_container > .rs_event_detail .rs_event_image,
  .span11 .rs_events_container > .rs_event_detail .rs_event_image {
    margin-right: 15px;
  }
  .span7 .rs_events_container > .rs_event_detail .rs_event_description,
  .span8 .rs_events_container > .rs_event_detail .rs_event_description,
  .span9 .rs_events_container > .rs_event_detail .rs_event_description,
  .span10 .rs_events_container > .rs_event_detail .rs_event_description,
  .span11 .rs_events_container > .rs_event_detail .rs_event_description {
    margin-right: 0;
    width: calc((100% - 180px));
  }
  .span7 .rs_events_container > .rs_event_detail .rs_event_description + div,
  .span8 .rs_events_container > .rs_event_detail .rs_event_description + div,
  .span9 .rs_events_container > .rs_event_detail .rs_event_description + div,
  .span10 .rs_events_container > .rs_event_detail .rs_event_description + div,
  .span11 .rs_events_container > .rs_event_detail .rs_event_description + div {
    margin: 15px 0 0 180px;
    width: calc((100% - 180px));
  }
  .span7 .rs_events_container > .rs_event_detail .rs_event_description + div + div,
  .span8 .rs_events_container > .rs_event_detail .rs_event_description + div + div,
  .span9 .rs_events_container > .rs_event_detail .rs_event_description + div + div,
  .span10 .rs_events_container > .rs_event_detail .rs_event_description + div + div,
  .span11 .rs_events_container > .rs_event_detail .rs_event_description + div + div {
    margin: 15px 0 0 180px;
    width: calc((100% - 180px));
  }
  .span7 .rs_events_container > .rs_event_detail .rs_event_description + div + div + div,
  .span8 .rs_events_container > .rs_event_detail .rs_event_description + div + div + div,
  .span9 .rs_events_container > .rs_event_detail .rs_event_description + div + div + div,
  .span10 .rs_events_container > .rs_event_detail .rs_event_description + div + div + div,
  .span11 .rs_events_container > .rs_event_detail .rs_event_description + div + div + div {
    margin: 15px 0 0 180px;
    width: calc((100% - 180px));
  }
  .span7 .rsepro_plugin_container .rsepro_plugin_badge_date,
  .span8 .rsepro_plugin_container .rsepro_plugin_badge_date,
  .span9 .rsepro_plugin_container .rsepro_plugin_badge_date,
  .span10 .rsepro_plugin_container .rsepro_plugin_badge_date,
  .span11 .rsepro_plugin_container .rsepro_plugin_badge_date,
  .span7 .rsepro_plugin_container .rsepro_plugin_image,
  .span8 .rsepro_plugin_container .rsepro_plugin_image,
  .span9 .rsepro_plugin_container .rsepro_plugin_image,
  .span10 .rsepro_plugin_container .rsepro_plugin_image,
  .span11 .rsepro_plugin_container .rsepro_plugin_image {
    margin-right: 15px;
  }
  .span7 .rsepro_plugin_container .rsepro_plugin_description,
  .span8 .rsepro_plugin_container .rsepro_plugin_description,
  .span9 .rsepro_plugin_container .rsepro_plugin_description,
  .span10 .rsepro_plugin_container .rsepro_plugin_description,
  .span11 .rsepro_plugin_container .rsepro_plugin_description {
    margin-right: 0;
    width: calc((100% - 180px));
  }
  .span7 .rsepro_plugin_container .rsepro_plugin_description + div,
  .span8 .rsepro_plugin_container .rsepro_plugin_description + div,
  .span9 .rsepro_plugin_container .rsepro_plugin_description + div,
  .span10 .rsepro_plugin_container .rsepro_plugin_description + div,
  .span11 .rsepro_plugin_container .rsepro_plugin_description + div {
    margin: 15px 0 0 180px;
    width: calc((100% - 180px));
  }
  .span7 .rsepro_plugin_container .rsepro_plugin_description + div + div,
  .span8 .rsepro_plugin_container .rsepro_plugin_description + div + div,
  .span9 .rsepro_plugin_container .rsepro_plugin_description + div + div,
  .span10 .rsepro_plugin_container .rsepro_plugin_description + div + div,
  .span11 .rsepro_plugin_container .rsepro_plugin_description + div + div {
    margin: 15px 0 0 180px;
    width: calc((100% - 180px));
  }
  .span7 .rsepro_plugin_container .rsepro_plugin_description + div + div + div,
  .span8 .rsepro_plugin_container .rsepro_plugin_description + div + div + div,
  .span9 .rsepro_plugin_container .rsepro_plugin_description + div + div + div,
  .span10 .rsepro_plugin_container .rsepro_plugin_description + div + div + div,
  .span11 .rsepro_plugin_container .rsepro_plugin_description + div + div + div {
    margin: 15px 0 0 180px;
    width: calc((100% - 180px));
  }
  #rs_event_show .rs_heading .rs_details {
    position: static;
    text-align: initial;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  #rs_event_show .rs_heading .rs_title {
    color: #000000;
    margin: 30px 0;
    text-shadow: none;
  }
  #rs_event_show .rs_heading .rs_controls .btn {
    margin: 2px 0;
  }
}
@media (max-width: 767px) {
  .rs_events_container > .rs_event_detail .rs_event_badge_date,
  .rs_events_container > .rs_event_detail .rs_event_image {
    margin-right: 15px;
  }
  .rs_events_container > .rs_event_detail .rs_event_description {
    margin-right: 0;
    width: calc((100% - 180px));
  }
  .rs_events_container > .rs_event_detail .rs_event_description + div {
    margin: 30px 0 0 180px;
    width: calc((100% - 180px));
  }
  .rs_events_container > .rs_event_detail .rs_event_description + div + div {
    margin: 30px 0 0 180px;
    width: calc((100% - 180px));
  }
  .rs_events_container > .rs_event_detail .rs_event_description + div + div + div {
    margin: 30px 0 0 180px;
    width: calc((100% - 180px));
  }
  .rs_events_container > .rs_event_detail .rs_event_assets .row-fluid .span6 {
    float: left;
    width: 47.5%;
    margin: 0 0 0 2.5%;
  }
  .rs_events_container > .rs_event_detail .rs_event_assets .row-fluid .span6:first-of-type {
    margin-left: 0;
  }
  .rs_events_container.rsepro-categories-list li.rsepro-category-row2,
  .rs_events_container.rsepro-locations-list li.rsepro-category-row2 {
    width: 100%;
  }
  .rs_events_container.rsepro-categories-list li.rsepro-category-row2:nth-of-type(3n + 2),
  .rs_events_container.rsepro-locations-list li.rsepro-category-row2:nth-of-type(3n + 2) {
    margin-left: 0;
  }
  .rs_events_container.rsepro-categories-list li.rsepro-category-row2:nth-of-type(2),
  .rs_events_container.rsepro-locations-list li.rsepro-category-row2:nth-of-type(2) {
    margin-top: 20px;
  }
  .rs_events_container.rsepro-categories-list li.rsepro-category-row3,
  .rs_events_container.rsepro-locations-list li.rsepro-category-row3 {
    width: 100%;
  }
  .rs_events_container.rsepro-categories-list li.rsepro-category-row3:nth-of-type(4n + 2),
  .rs_events_container.rsepro-locations-list li.rsepro-category-row3:nth-of-type(4n + 2),
  .rs_events_container.rsepro-categories-list li.rsepro-category-row3:nth-of-type(4n + 3),
  .rs_events_container.rsepro-locations-list li.rsepro-category-row3:nth-of-type(4n + 3) {
    margin-left: 0;
  }
  .rs_events_container.rsepro-categories-list li.rsepro-category-row3:nth-of-type(2),
  .rs_events_container.rsepro-locations-list li.rsepro-category-row3:nth-of-type(2),
  .rs_events_container.rsepro-categories-list li.rsepro-category-row3:nth-of-type(3),
  .rs_events_container.rsepro-locations-list li.rsepro-category-row3:nth-of-type(3) {
    margin-top: 20px;
  }
  .rs_events_container.rsepro-categories-list li.rsepro-category-row4,
  .rs_events_container.rsepro-locations-list li.rsepro-category-row4 {
    width: 100%;
  }
  .rs_events_container.rsepro-categories-list li.rsepro-category-row4:nth-of-type(5n + 2),
  .rs_events_container.rsepro-locations-list li.rsepro-category-row4:nth-of-type(5n + 2),
  .rs_events_container.rsepro-categories-list li.rsepro-category-row4:nth-of-type(5n + 3),
  .rs_events_container.rsepro-locations-list li.rsepro-category-row4:nth-of-type(5n + 3),
  .rs_events_container.rsepro-categories-list li.rsepro-category-row4:nth-of-type(5n + 4),
  .rs_events_container.rsepro-locations-list li.rsepro-category-row4:nth-of-type(5n + 4) {
    margin-left: 0;
  }
  .rs_events_container.rsepro-categories-list li.rsepro-category-row4:nth-of-type(2),
  .rs_events_container.rsepro-locations-list li.rsepro-category-row4:nth-of-type(2),
  .rs_events_container.rsepro-categories-list li.rsepro-category-row4:nth-of-type(3),
  .rs_events_container.rsepro-locations-list li.rsepro-category-row4:nth-of-type(3),
  .rs_events_container.rsepro-categories-list li.rsepro-category-row4:nth-of-type(4),
  .rs_events_container.rsepro-locations-list li.rsepro-category-row4:nth-of-type(4) {
    margin-top: 20px;
  }
  .rsepro_plugin_container .rsepro_plugin_badge_date,
  .rsepro_plugin_container .rsepro_plugin_image {
    margin-right: 15px;
  }
  .rsepro_plugin_container .rsepro_plugin_description {
    margin-right: 0;
    width: calc((100% - 180px));
  }
  .rsepro_plugin_container .rsepro_plugin_description + div {
    margin: 30px 0 0 180px;
    width: calc((100% - 180px));
  }
  .rsepro_plugin_container .rsepro_plugin_description + div + div {
    margin: 30px 0 0 180px;
    width: calc((100% - 180px));
  }
  .rsepro_plugin_container .rsepro_plugin_description + div + div + div {
    margin: 30px 0 0 180px;
    width: calc((100% - 180px));
  }
  .rsepro_plugin_container .rsepro_plugin_assets .row-fluid .span6 {
    float: left;
    width: 47.5%;
    margin: 0 0 0 2.5%;
  }
  .rsepro_plugin_container .rsepro_plugin_assets .row-fluid .span6:first-of-type {
    margin-left: 0;
  }
  .span6 .rs_events_container > .rs_event_detail .rs_event_badge_date,
  .span6 .rs_events_container > .rs_event_detail .rs_event_image {
    margin-right: 15px;
  }
  .span6 .rs_events_container > .rs_event_detail .rs_event_description {
    margin: 0;
    width: calc((100% - 180px));
  }
  .span6 .rs_events_container > .rs_event_detail .rs_event_description + div {
    margin: 15px 0 0 180px;
    width: calc((100% - 180px));
  }
  .span6 .rs_events_container > .rs_event_detail .rs_event_description + div + div {
    margin: 15px 0 0 180px;
    width: calc((100% - 180px));
  }
  .span6 .rs_events_container > .rs_event_detail .rs_event_description + div + div + div {
    margin: 15px 0 0 180px;
    width: calc((100% - 180px));
  }
  .span6 .rsepro_plugin_container .rsepro_plugin_badge_date,
  .span6 .rsepro_plugin_container .rsepro_plugin_image {
    margin-right: 15px;
  }
  .span6 .rsepro_plugin_container .rsepro_plugin_description {
    margin: 0;
    width: calc((100% - 180px));
  }
  .span6 .rsepro_plugin_container .rsepro_plugin_description + div {
    margin: 15px 0 0 180px;
    width: calc((100% - 180px));
  }
  .span6 .rsepro_plugin_container .rsepro_plugin_description + div + div {
    margin: 15px 0 0 180px;
    width: calc((100% - 180px));
  }
  .span6 .rsepro_plugin_container .rsepro_plugin_description + div + div + div {
    margin: 15px 0 0 180px;
    width: calc((100% - 180px));
  }
}
@media (max-width: 480px) {
  [class^="span"] .rs_events_container > .rs_event_detail .rs_event_badge_date {
    margin-right: 15px;
  }
  [class^="span"] .rs_events_container > .rs_event_detail .rs_event_image {
    margin-right: 0;
  }
  [class^="span"] .rs_events_container > .rs_event_detail .rs_event_description {
    margin: 30px 0 0 0;
    width: 100%;
  }
  [class^="span"] .rs_events_container > .rs_event_detail .rs_event_description + div {
    margin: 30px 0 0 0;
    width: 100%;
  }
  [class^="span"] .rs_events_container > .rs_event_detail .rs_event_description + div + div {
    margin: 30px 0 0 0;
    width: 100%;
  }
  [class^="span"] .rs_events_container > .rs_event_detail .rs_event_description + div + div + div {
    margin: 30px 0 0 0;
    width: 100%;
  }
  [class^="span"] .rsepro_plugin_container .rsepro_plugin_badge_date {
    margin-right: 15px;
  }
  [class^="span"] .rsepro_plugin_container .rsepro_plugin_image {
    margin-right: 0;
  }
  [class^="span"] .rsepro_plugin_container .rsepro_plugin_description {
    margin: 30px 0 0 0;
    width: 100%;
  }
  [class^="span"] .rsepro_plugin_container .rsepro_plugin_description + div {
    margin: 30px 0 0 0;
    width: 100%;
  }
  [class^="span"] .rsepro_plugin_container .rsepro_plugin_description + div + div {
    margin: 30px 0 0 0;
    width: 100%;
  }
  [class^="span"] .rsepro_plugin_container .rsepro_plugin_description + div + div + div {
    margin: 30px 0 0 0;
    width: 100%;
  }
  #rs_event_show #rsepro-counter > div {
    padding: 12px 5px;
    height: 65px;
    width: 65px;
  }
  #rs_event_show #rsepro-counter > div > span {
    font-size: 21px;
    vertical-align: top;
  }
  #rs_event_show .rsepro-counter-text {
    font-size: 11px;
    margin: 0;
  }
  #rs_event_show .rs_heading #rsepro-counter-container {
    margin: 30px 0 0 0;
    position: static;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  #rsepro-map-results-table {
    border-spacing: 15px;
  }
  #rsepro-map-results-table td:nth-child(1) {
    padding: 15px 0;
    width: 40px;
  }
  #rsepro-map-results-table td:nth-child(1) .thumbnail {
    height: 40px;
    width: 40px;
  }
  #rsepro-map-results-table td:nth-child(1) .thumbnail > img {
    height: 40px;
  }
  #rsepro-map-results-table td:nth-child(3) {
    width: 40px;
  }
  #rsepro-map-results-table td:nth-child(3) .btn {
    height: 40px;
    width: 40px;
  }
  #rsepro-map-results-table td:nth-child(3) .btn > i {
    height: 40px;
    width: 40px;
    line-height: 40px;
  }
  .rsepro-subscribers-filter ~ .rs_events_container > .rs_event_detail .rs_status {
    bottom: 5px;
    right: 5px;
  }
}
/* RSForm!Pro
------------------------------------------------------------------------------*/
.rsform-select-box-small {
  min-width: auto;
}
.yui-calcontainer.single {
  border: none;
  padding: 0px;
  z-index: 10 !important;
}
.yui-calcontainer.single table {
  margin: 0px;
}
.yui-calcontainer.single .yui-calendar .calhead {
  background-color: #ffffff;
}
.yui-calcontainer.single .yui-calendar .calnavleft {
  background: none;
  height: 17px;
  width: 17px;
  left: 0px;
  top: 0px;
  text-indent: 0;
}
.yui-calcontainer.single .yui-calendar .calnavleft:before {
  background-color: #ffffff;
  content: '\f053';
  font-family: FontAwesome;
  font-size: 14px;
  line-height: 17px;
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
  text-align: center;
}
.yui-calcontainer.single .yui-calendar .calnavright {
  background: none;
  height: 17px;
  width: 17px;
  right: 0px;
  top: 0px;
  text-indent: 0;
}
.yui-calcontainer.single .yui-calendar .calnavright:before {
  background-color: #ffffff;
  content: '\f054';
  font-family: FontAwesome;
  font-size: 14px;
  line-height: 17px;
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
  text-align: center;
}
.yui-calcontainer.single .yui-calendar .calweekdaycell {
  background-color: #f730b2;
  color: #ffffff;
  font-weight: 600;
}
.yui-calcontainer.single .yui-calendar td.calcell {
  border: 1px solid #e1e1e1;
}
.yui-calcontainer.single .yui-calendar td.calcell a {
  color: #8e8e8e;
}
.yui-calcontainer.single .yui-calendar td.calcell.today {
  font-weight: 600;
}
.yui-calcontainer.single .yui-calendar td.calcell.today a {
  color: #5e66b1;
}
.yui-calcontainer.single .yui-calendar td.calcell.oom {
  background-color: #e6e6e6;
}
.yui-calcontainer.single .yui-calendar td.calcell.calcellhover,
.yui-calcontainer.single .yui-calendar td.calcell.selected {
  background-color: #5e66b1;
}
.yui-calcontainer.single .yui-calendar td.calcell.calcellhover a,
.yui-calcontainer.single .yui-calendar td.calcell.selected a {
  color: #ffffff;
}
.formResponsive select,
.formResponsive textarea,
.formResponsive input[type="text"],
.formResponsive input[type="number"],
.formResponsive input[type="email"],
.formResponsive input[type="tel"],
.formResponsive input[type="url"],
.formResponsive input[type="password"] {
  border-radius: 4px !important;
  border-color: #e1e1e1 !important;
  min-height: 32px;
  line-height: 20px !important;
  margin: 0 !important;
  padding: 6px !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  -ms-box-shadow: none !important;
  -o-box-shadow: none !important;
  box-shadow: none !important;
  -webkit-box-sizing: border-box !important;
  -moz-box-sizing: border-box !important;
  box-sizing: border-box !important;
}
.formResponsive select:focus,
.formResponsive textarea:focus,
.formResponsive input[type="text"]:focus,
.formResponsive input[type="number"]:focus,
.formResponsive input[type="email"]:focus,
.formResponsive input[type="tel"]:focus,
.formResponsive input[type="url"]:focus,
.formResponsive input[type="password"]:focus {
  outline: none !important;
  border-color: #f730b2 !important;
  -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.15) inset, 0px 0px 4px rgba(247, 48, 178, 0.6) !important;
  -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.15) inset, 0px 0px 4px rgba(247, 48, 178, 0.6) !important;
  -ms-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.15) inset, 0px 0px 4px rgba(247, 48, 178, 0.6) !important;
  -o-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.15) inset, 0px 0px 4px rgba(247, 48, 178, 0.6) !important;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.15) inset, 0px 0px 4px rgba(247, 48, 178, 0.6) !important;
}
.formResponsive input[type="button"].rsform-calendar-button {
  border-bottom-left-radius: 0px !important;
  border-top-left-radius: 0px !important;
  line-height: 12px !important;
  margin: 0px !important;
  padding: 10px !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  -ms-box-shadow: none !important;
  -o-box-shadow: none !important;
  box-shadow: none !important;
}
.formResponsive input[type="button"].rsform-calendar-button:hover,
.formResponsive input[type="button"].rsform-calendar-button:focus,
.formResponsive input[type="button"].rsform-calendar-button:active {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  -ms-box-shadow: none !important;
  -o-box-shadow: none !important;
  box-shadow: none !important;
}
.formResponsive input[type="button"] {
  background-color: #5e66b1;
  background-image: none;
  border: none;
  border-radius: 4px;
  color: #ffffff;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
  padding: 10px 20px;
  text-align: center;
  text-shadow: none;
  text-transform: uppercase;
  vertical-align: middle;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}
.formResponsive input[type="button"]:hover,
.formResponsive input[type="button"]:focus {
  background-color: #484f94;
  background-position: 0 center;
  border: none;
  color: #ffffff;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}
.formResponsive input[type="button"]:hover,
.formResponsive input[type="button"]:focus {
  background-color: #484f94;
  background-position: 0 center;
  border: none;
  color: #ffffff;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}
.formResponsive input[type="reset"] {
  background-color: #e70329;
  background-image: none;
  border: none;
  border-radius: 4px;
  color: #ffffff;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
  padding: 10px 20px;
  text-align: center;
  text-shadow: none;
  text-transform: uppercase;
  vertical-align: middle;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}
.formResponsive input[type="reset"]:hover,
.formResponsive input[type="reset"]:focus {
  background-color: #b50220;
  background-position: 0 center;
  border: none;
  color: #ffffff;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}
.formResponsive input[type="reset"]:hover,
.formResponsive input[type="reset"]:focus {
  background-color: #b50220;
  background-position: 0 center;
  border: none;
  color: #ffffff;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}
.formResponsive input[type="submit"] {
  background-color: #f730b2;
  background-image: none;
  border: none;
  border-radius: 4px;
  color: #ffffff;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
  padding: 10px 20px;
  text-align: center;
  text-shadow: none;
  text-transform: uppercase;
  vertical-align: middle;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}
.formResponsive input[type="submit"]:hover,
.formResponsive input[type="submit"]:focus {
  background-color: #eb099d;
  background-position: 0 center;
  border: none;
  color: #ffffff;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}
.formResponsive input[type="submit"]:hover,
.formResponsive input[type="submit"]:focus {
  background-color: #eb099d;
  background-position: 0 center;
  border: none;
  color: #ffffff;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}
/* Submission View
------------------------------------------------------------------------------*/
#rsfilter {
  padding: 7px;
  margin: 0;
}
/* RSFeedback!
------------------------------------------------------------------------------*/
#rstpl-com_rsfeedback .navbar-search + .btn-group .btn {
  padding: 10px 20px;
}
.rsfe_votes_box {
  border-width: 1px;
  border-radius: 0px;
}
/* RSMediaGallery!
------------------------------------------------------------------------------*/
ul#rsmg_gallery li {
  margin-bottom: 30px !important;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  -webkit-transition: linear box-shadow 0.2s 0s;
  -moz-transition: linear box-shadow 0.2s 0s;
  -o-transition: linear box-shadow 0.2s 0s;
  transition: linear box-shadow 0.2s 0s;
}
ul#rsmg_gallery li div.rsmg_item_container {
  border: none;
  border-radius: 0;
  font-family: 'Nunito', Helvetica, serif;
  font-size: inherit;
  padding: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
ul#rsmg_gallery li div.rsmg_item_container .rsmg_image {
  background-color: #ffffff;
}
ul#rsmg_gallery li div.rsmg_item_container .rsmg_social_sharing .rsmg-share {
  font-size: 24px;
}
ul#rsmg_gallery li div.rsmg_item_container a.rsmg_title {
  border: none;
  color: #00aeef;
  font-size: 14px;
  font-family: 'Raleway', Helvetica, serif;
  margin-bottom: 0;
  padding: 0;
}
ul#rsmg_gallery li div.rsmg_item_container a.rsmg_title:hover,
ul#rsmg_gallery li div.rsmg_item_container a.rsmg_title:focus,
ul#rsmg_gallery li div.rsmg_item_container a.rsmg_title:active {
  color: #0076a3;
}
ul#rsmg_gallery li div.rsmg_item_container .rsmg_item_description {
  margin: 5px 0px;
}
ul#rsmg_gallery li div.rsmg_item_container .rsmg_item_description:empty {
  display: none;
}
ul#rsmg_gallery li div.rsmg_item_container .rsmg_image_details {
  border: 1px solid #e1e1e1;
  padding: 10px;
}
ul#rsmg_gallery li img:hover {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
ul#rsmg_gallery li:hover {
  -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.3);
}
#rsmg_main {
  overflow: visible !important;
}
#rsmg_main a.rsmg_big_button {
  width: 100%;
  background-color: #f730b2;
  background-image: none;
  border: none;
  border-radius: 4px;
  color: #ffffff;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
  padding: 10px 0px;
  text-align: center;
  text-shadow: none;
  text-transform: uppercase;
  vertical-align: middle;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}
#rsmg_main a.rsmg_big_button:hover,
#rsmg_main a.rsmg_big_button:focus {
  background-color: #eb099d;
  background-position: 0 center;
  border: none;
  color: #ffffff;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}
#rsmg_main a.rsmg_big_button:hover,
#rsmg_main a.rsmg_big_button:focus {
  background-color: #eb099d;
  background-position: 0 center;
  border: none;
  color: #ffffff;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}
#rstpl-pagewrap .rsp_icon_over {
  color: #5e66b1;
}
.rsp_cover_close {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.rsp_cover_close:hover {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
#rsmg_albums li div.rsmg_album_container {
  background-color: #ffffff;
  border: 1px solid #e1e1e1;
  border-radius: 0;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  -webkit-transition: linear box-shadow 0.2s 0s;
  -moz-transition: linear box-shadow 0.2s 0s;
  -o-transition: linear box-shadow 0.2s 0s;
  transition: linear box-shadow 0.2s 0s;
}
#rsmg_albums li div.rsmg_album_container a.rsmg_album_inner_container {
  border-radius: 0;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
#rsmg_albums li div.rsmg_album_container a.rsmg_title {
  border-bottom: none;
  color: #00aeef;
  font-family: 'Raleway', Helvetica, serif;
  margin-bottom: 0;
  padding: 10px 0 0 0;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}
#rsmg_albums li div.rsmg_album_container a.rsmg_title:hover,
#rsmg_albums li div.rsmg_album_container a.rsmg_title:focus,
#rsmg_albums li div.rsmg_album_container a.rsmg_title:active {
  color: #0076a3;
}
#rsmg_albums li div.rsmg_album_container:hover {
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
}
#lightbox-container-image-data-box {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
#lightbox-nav-btnPrev,
#lightbox-nav-btnNext {
  border: none;
  border-radius: 0;
  height: 50px;
  width: 50px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
/* RSMembership!
------------------------------------------------------------------------------*/
#rstpl-com_rsmembership .rsm_container {
  border-radius: 0;
  padding: 30px;
}
#rstpl-com_rsmembership .rsm_container .thumbnail {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  border: none;
  border-radius: 0;
}
#rstpl-com_rsmembership .rsm_container .thumbnail .caption {
  padding: 0;
}
#rstpl-com_rsmembership .rsm_container .thumbnail .caption .rsm_thumb {
  margin: 0% 3% 2% 0px !important;
}
#rstpl-com_rsmembership .rsm_container .rsm_title {
  margin: 0;
}
#rstpl-com_rsmembership .rsmembership_form input,
#rstpl-com_rsmembership .rsmembership_form select,
#rstpl-com_rsmembership .rsmembership_form textarea {
  background: none;
  border: 1px solid #e1e1e1;
  padding: 5px;
}
#rstpl-com_rsmembership .rsmembership_form input:focus,
#rstpl-com_rsmembership .rsmembership_form select:focus,
#rstpl-com_rsmembership .rsmembership_form textarea:focus {
  border: 1px solid #f730b2;
}
/* RSPageBuilder!
------------------------------------------------------------------------------*/
.rspbld-page section > .row-fluid,
.rspbld-page section > .container > .row-fluid {
  margin-top: 80px;
}
.rspbld-page section > .row-fluid.container-width,
.rspbld-page section > .container > .row-fluid.container-width {
  margin-left: auto;
  margin-right: auto;
  width: 1090px;
}
@media (max-width: 1199px) {
  .rspbld-page section > .row-fluid.container-width,
  .rspbld-page section > .container > .row-fluid.container-width {
    width: 940px;
  }
}
@media (max-width: 979px) {
  .rspbld-page section > .row-fluid.container-width,
  .rspbld-page section > .container > .row-fluid.container-width {
    width: 724px;
  }
}
@media (max-width: 767px) {
  .rspbld-page section > .row-fluid.container-width,
  .rspbld-page section > .container > .row-fluid.container-width {
    margin-left: 15px;
    margin-right: 15px;
    width: auto;
  }
}
.rspbld-page .row-fluid.primary-overlay [class*="span"],
.rspbld-page .row-fluid.secondary-overlay [class*="span"],
.rspbld-page .row-fluid.ternary-overlay [class*="span"],
.rspbld-page .row-fluid.quaternary-overlay [class*="span"],
.rspbld-page .row-fluid.primary-overlay .rspbld-row-title,
.rspbld-page .row-fluid.secondary-overlay .rspbld-row-title,
.rspbld-page .row-fluid.ternary-overlay .rspbld-row-title,
.rspbld-page .row-fluid.quaternary-overlay .rspbld-row-title,
.rspbld-page .row-fluid.primary-overlay .rspbld-row-subtitle,
.rspbld-page .row-fluid.secondary-overlay .rspbld-row-subtitle,
.rspbld-page .row-fluid.ternary-overlay .rspbld-row-subtitle,
.rspbld-page .row-fluid.quaternary-overlay .rspbld-row-subtitle {
  position: relative;
  z-index: 2;
}
.rspbld-pages .rspbld-page-container .row-fluid.primary-overlay [class*="span"],
.rspbld-pages .rspbld-page-container .row-fluid.secondary-overlay [class*="span"],
.rspbld-pages .rspbld-page-container .row-fluid.ternary-overlay [class*="span"],
.rspbld-pages .rspbld-page-container .row-fluid.quaternary-overlay [class*="span"],
.rspbld-pages .rspbld-page-container .row-fluid.primary-overlay .rspbld-row-title,
.rspbld-pages .rspbld-page-container .row-fluid.secondary-overlay .rspbld-row-title,
.rspbld-pages .rspbld-page-container .row-fluid.ternary-overlay .rspbld-row-title,
.rspbld-pages .rspbld-page-container .row-fluid.quaternary-overlay .rspbld-row-title,
.rspbld-pages .rspbld-page-container .row-fluid.primary-overlay .rspbld-row-subtitle,
.rspbld-pages .rspbld-page-container .row-fluid.secondary-overlay .rspbld-row-subtitle,
.rspbld-pages .rspbld-page-container .row-fluid.ternary-overlay .rspbld-row-subtitle,
.rspbld-pages .rspbld-page-container .row-fluid.quaternary-overlay .rspbld-row-subtitle {
  position: relative;
  z-index: 2;
}
.rstpl-all-content-position .rspbld-page section:first-of-type > .row-fluid,
.rstpl-all-content-position .rspbld-page section:first-of-type > .container > .row-fluid {
  margin: 0;
}
.rstpl-all-content-position .rspbld-pages .rspbld-page-container {
  margin: 40px 5%;
}
.rstpl-all-content-position .rspbld-pages .rspbld-page-container:first-of-type {
  margin: 80px 5% 40px 5%;
}
.rstpl-all-content-position .rspbld-pages .rspbld-page-container:last-of-type {
  margin: 40px 5% 80px 5%;
}
@media (max-width: 1199px) {
  .rstpl-all-content-position .rspbld-pages .rspbld-page-container .result {
    margin-left: 0px;
    margin-right: 0px;
    width: 100%;
  }
}
.rspbld-icon * {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.rspbld-title,
.rspbld-subtitle {
  margin: 0 0 30px 0;
}
.rspbld-column-title,
.rspbld-row-title,
.rspbld-column-subtitle,
.rspbld-row-subtitle {
  margin: 0 0 30px 0;
}
.rspbld-thumb {
  border: 1px solid #e1e1e1;
  max-width: 150px;
  padding: 10px;
}
.rspbld-thumb.pull-left {
  margin-right: 15px;
}
.rspbld-thumb.pull-right {
  margin-left: 15px;
}
h1.rspbld-title,
h2.rspbld-title,
h3.rspbld-title,
h1.rspbld-column-title,
h2.rspbld-column-title,
h3.rspbld-column-title,
h1.rspbld-row-title,
h2.rspbld-row-title,
h3.rspbld-row-title,
h1.rspbld-subtitle,
h2.rspbld-subtitle,
h3.rspbld-subtitle,
h1.rspbld-column-subtitle,
h2.rspbld-column-subtitle,
h3.rspbld-column-subtitle,
h1.rspbld-row-subtitle,
h2.rspbld-row-subtitle,
h3.rspbld-row-subtitle {
  text-transform: uppercase;
}
.rspbld-content > p:last-of-type,
.rspbld-item-content > p:last-of-type {
  margin-bottom: 0;
}
.rspbld-button {
  margin: 30px 0 0 0;
}
.rspbld-title-center > .rspbld-title {
  text-align: center;
}
/* Load RSPageBuilder! Elements
------------------------------------------------------------------------------*/
/* Accordion
------------------------------------------------------------------------------*/
.rspbld-accordion .accordion {
  margin-bottom: 0;
}
.rspbld-accordion .accordion-group {
  background-color: #ffffff;
  border: 1px solid #e1e1e1;
  border-radius: 0;
  margin-bottom: 10px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.rspbld-accordion .accordion-group:last-of-type {
  margin-bottom: 0;
}
.rspbld-accordion .accordion-group .accordion-heading .accordion-toggle {
  background-color: #ffffff;
  color: #00aeef;
  font-size: 18px;
  margin: 0;
  padding: 20px 40px 20px 20px;
  position: relative;
  text-decoration: none;
}
.rspbld-accordion .accordion-group .accordion-heading .accordion-toggle:before {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #5e66b1;
  content: '';
  position: absolute;
  right: 20px;
  top: 30px;
  height: 0;
  width: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}
.rspbld-accordion .accordion-group .accordion-heading .accordion-toggle.collapsed {
  color: #000000;
  text-decoration: none;
}
.rspbld-accordion .accordion-group .accordion-heading .accordion-toggle.collapsed:before {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.rspbld-accordion .accordion-group .accordion-heading > a {
  font-weight: 700;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}
.rspbld-accordion .accordion-inner {
  background-color: #ffffff;
  border-top: 0;
  color: #8e8e8e;
  line-height: 1.8;
  padding: 0 30px 30px 30px;
}
.rspbld-accordion .accordion-inner p:last-of-type {
  margin-bottom: 0;
}
.rspbld-accordion .accordion-inner legend {
  color: inherit;
}
.rspbld-accordion .accordion-inner .add-on,
.rspbld-accordion .accordion-inner .popover-content {
  color: #8e8e8e;
}
.rspbld-accordion .accordion-inner .rspbld-image {
  margin: 0 15px 0 0;
}
.rspbld-accordion .accordion-inner .table.table-striped tbody > tr:nth-child(2n+1) > td,
.rspbld-accordion .accordion-inner .table.table-striped tbody > tr:nth-child(2n+1) > th {
  color: #8e8e8e;
}
/* Alert
------------------------------------------------------------------------------*/
.rspbld-alert .alert {
  background-color: #f6b324;
  border: none;
  color: #ffffff;
  text-shadow: none;
}
.rspbld-alert .alert p {
  color: #ffffff;
}
.rspbld-alert .alert p:last-of-type {
  margin-bottom: 0;
}
.rspbld-alert .alert .alert-heading {
  color: #ffffff;
}
.rspbld-alert .alert.alert-success {
  background-color: #9fc61e;
}
.rspbld-alert .alert.alert-info {
  background-color: #2287b5;
}
.rspbld-alert .alert.alert-danger,
.rspbld-alert .alert.alert-error {
  background-color: #e70329;
}
.rspbld-alert .alert .close {
  background-color: transparent;
  background-image: none;
  margin: 0;
  text-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.rspbld-alert .alert .close:hover {
  background-color: transparent;
  background-image: none;
}
/* Animated Number
------------------------------------------------------------------------------*/
.rspbld-animated-number .rspbld-number {
  background-color: transparent;
  color: #f730b2;
  font-size: 3em;
  font-weight: 600;
  line-height: 1;
  padding: 0;
  position: relative;
  text-align: center;
}
.rspbld-animated-number .rspbld-number + .rspbld-title {
  margin: 20px 0 0 0;
}
.rspbld-animated-number .rspbld-title {
  margin: 0 0 20px 0;
}
.light.rspbld-animated-number .rspbld-number,
.light.rspbld-animated-number .rspbld-title {
  color: #ffffff;
}
.lighter.rspbld-animated-number .rspbld-number {
  color: #bfbfbf;
}
.darker.rspbld-animated-number .rspbld-number {
  color: #737373;
}
.dark.rspbld-animated-number .rspbld-number {
  color: #333333;
}
.element-preview .light.rspbld-animated-number {
  background-color: #bfbfbf;
}
/* Button
-----------------------------------------------------------------------------*/
.rspbld-button.btn {
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #e1e1e1;
  border-radius: 4px;
  color: #333333;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
  padding: 12px 24px;
  text-align: center;
  text-shadow: none;
  text-transform: uppercase;
  vertical-align: middle;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}
.rspbld-button.btn:hover,
.rspbld-button.btn:focus {
  background-color: #e6e6e6;
  background-position: 0 center;
  border: 1px solid #e1e1e1;
  color: #333333;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}
.rspbld-button.btn:hover,
.rspbld-button.btn:focus {
  background-color: #e6e6e6;
  background-position: 0 center;
  border: 1px solid #e1e1e1;
  color: #333333;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}
.rspbld-button.btn.btn-primary {
  background-color: #5e66b1;
  background-image: none;
  border: 1px solid #5e66b1;
  border-radius: 4px;
  color: #ffffff;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
  padding: 12px 24px;
  text-align: center;
  text-shadow: none;
  text-transform: uppercase;
  vertical-align: middle;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}
.rspbld-button.btn.btn-primary:hover,
.rspbld-button.btn.btn-primary:focus {
  background-color: #484f94;
  background-position: 0 center;
  border: 1px solid #5e66b1;
  color: #ffffff;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}
.rspbld-button.btn.btn-primary:hover,
.rspbld-button.btn.btn-primary:focus {
  background-color: #484f94;
  background-position: 0 center;
  border: 1px solid #5e66b1;
  color: #ffffff;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}
.rspbld-button.btn.btn-secondary {
  background-color: #f730b2;
  background-image: none;
  border: 1px solid #f730b2;
  border-radius: 4px;
  color: #ffffff;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
  padding: 12px 24px;
  text-align: center;
  text-shadow: none;
  text-transform: uppercase;
  vertical-align: middle;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}
.rspbld-button.btn.btn-secondary:hover,
.rspbld-button.btn.btn-secondary:focus {
  background-color: #eb099d;
  background-position: 0 center;
  border: 1px solid #f730b2;
  color: #ffffff;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}
.rspbld-button.btn.btn-secondary:hover,
.rspbld-button.btn.btn-secondary:focus {
  background-color: #eb099d;
  background-position: 0 center;
  border: 1px solid #f730b2;
  color: #ffffff;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}
.rspbld-button.btn.btn-ternary {
  background-color: #00aeef;
  background-image: none;
  border: 1px solid #00aeef;
  border-radius: 4px;
  color: #ffffff;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
  padding: 12px 24px;
  text-align: center;
  text-shadow: none;
  text-transform: uppercase;
  vertical-align: middle;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}
.rspbld-button.btn.btn-ternary:hover,
.rspbld-button.btn.btn-ternary:focus {
  background-color: #0089bc;
  background-position: 0 center;
  border: 1px solid #00aeef;
  color: #ffffff;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}
.rspbld-button.btn.btn-ternary:hover,
.rspbld-button.btn.btn-ternary:focus {
  background-color: #0089bc;
  background-position: 0 center;
  border: 1px solid #00aeef;
  color: #ffffff;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}
.rspbld-button.btn.btn-quaternary {
  background-color: #afa023;
  background-image: none;
  border: 1px solid #afa023;
  border-radius: 4px;
  color: #ffffff;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
  padding: 12px 24px;
  text-align: center;
  text-shadow: none;
  text-transform: uppercase;
  vertical-align: middle;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}
.rspbld-button.btn.btn-quaternary:hover,
.rspbld-button.btn.btn-quaternary:focus {
  background-color: #85791a;
  background-position: 0 center;
  border: 1px solid #afa023;
  color: #ffffff;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}
.rspbld-button.btn.btn-quaternary:hover,
.rspbld-button.btn.btn-quaternary:focus {
  background-color: #85791a;
  background-position: 0 center;
  border: 1px solid #afa023;
  color: #ffffff;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}
.rspbld-button.btn.btn-warning {
  background-color: #f6b324;
  background-image: none;
  border: 1px solid #f6b324;
  border-radius: 4px;
  color: #ffffff;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
  padding: 12px 24px;
  text-align: center;
  text-shadow: none;
  text-transform: uppercase;
  vertical-align: middle;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}
.rspbld-button.btn.btn-warning:hover,
.rspbld-button.btn.btn-warning:focus {
  background-color: #de9a09;
  background-position: 0 center;
  border: 1px solid #f6b324;
  color: #ffffff;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}
.rspbld-button.btn.btn-warning:hover,
.rspbld-button.btn.btn-warning:focus {
  background-color: #de9a09;
  background-position: 0 center;
  border: 1px solid #f6b324;
  color: #ffffff;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}
.rspbld-button.btn.btn-warning:hover,
.rspbld-button.btn.btn-warning:focus,
.rspbld-button.btn.btn-warning:active {
  border-color: #fbde9e;
  background-color: #fbde9e;
}
.rspbld-button.btn.btn-danger {
  background-color: #e70329;
  background-image: none;
  border: 1px solid #e70329;
  border-radius: 4px;
  color: #ffffff;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
  padding: 12px 24px;
  text-align: center;
  text-shadow: none;
  text-transform: uppercase;
  vertical-align: middle;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}
.rspbld-button.btn.btn-danger:hover,
.rspbld-button.btn.btn-danger:focus {
  background-color: #b50220;
  background-position: 0 center;
  border: 1px solid #e70329;
  color: #ffffff;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}
.rspbld-button.btn.btn-danger:hover,
.rspbld-button.btn.btn-danger:focus {
  background-color: #b50220;
  background-position: 0 center;
  border: 1px solid #e70329;
  color: #ffffff;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}
.rspbld-button.btn.btn-danger:hover,
.rspbld-button.btn.btn-danger:focus,
.rspbld-button.btn.btn-danger:active {
  border-color: #fd6c85;
  background-color: #fd6c85;
}
.rspbld-button.btn.btn-info {
  background-color: #2287b5;
  background-image: none;
  border: 1px solid #2287b5;
  border-radius: 4px;
  color: #ffffff;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
  padding: 12px 24px;
  text-align: center;
  text-shadow: none;
  text-transform: uppercase;
  vertical-align: middle;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}
.rspbld-button.btn.btn-info:hover,
.rspbld-button.btn.btn-info:focus {
  background-color: #1a678a;
  background-position: 0 center;
  border: 1px solid #2287b5;
  color: #ffffff;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}
.rspbld-button.btn.btn-info:hover,
.rspbld-button.btn.btn-info:focus {
  background-color: #1a678a;
  background-position: 0 center;
  border: 1px solid #2287b5;
  color: #ffffff;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}
.rspbld-button.btn.btn-info:hover,
.rspbld-button.btn.btn-info:focus,
.rspbld-button.btn.btn-info:active {
  border-color: #72c1e5;
  background-color: #72c1e5;
}
.rspbld-button.btn.btn-success {
  background-color: #9fc61e;
  background-image: none;
  border: 1px solid #9fc61e;
  border-radius: 4px;
  color: #ffffff;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
  padding: 12px 24px;
  text-align: center;
  text-shadow: none;
  text-transform: uppercase;
  vertical-align: middle;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}
.rspbld-button.btn.btn-success:hover,
.rspbld-button.btn.btn-success:focus {
  background-color: #7b9a17;
  background-position: 0 center;
  border: 1px solid #9fc61e;
  color: #ffffff;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}
.rspbld-button.btn.btn-success:hover,
.rspbld-button.btn.btn-success:focus {
  background-color: #7b9a17;
  background-position: 0 center;
  border: 1px solid #9fc61e;
  color: #ffffff;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}
.rspbld-button.btn.btn-success:hover,
.rspbld-button.btn.btn-success:focus,
.rspbld-button.btn.btn-success:active {
  border-color: #d0eb79;
  background-color: #d0eb79;
}
.rspbld-button.btn.btn-inverse {
  background-color: #000000;
  background-image: none;
  border: 1px solid #000000;
  border-radius: 4px;
  color: #ffffff;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
  padding: 12px 24px;
  text-align: center;
  text-shadow: none;
  text-transform: uppercase;
  vertical-align: middle;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}
.rspbld-button.btn.btn-inverse:hover,
.rspbld-button.btn.btn-inverse:focus {
  background-color: #000000;
  background-position: 0 center;
  border: 1px solid #000000;
  color: #ffffff;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}
.rspbld-button.btn.btn-inverse:hover,
.rspbld-button.btn.btn-inverse:focus {
  background-color: #000000;
  background-position: 0 center;
  border: 1px solid #000000;
  color: #ffffff;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}
.rspbld-button.btn.btn-inverse:hover,
.rspbld-button.btn.btn-inverse:focus,
.rspbld-button.btn.btn-inverse:active {
  border-color: #404040;
  background-color: #404040;
}
.rspbld-button.btn.btn-link {
  background-color: transparent;
  background-image: none;
  border: none;
  border-radius: 4px;
  color: #00aeef;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
  padding: 0;
  text-align: center;
  text-shadow: none;
  text-transform: uppercase;
  vertical-align: middle;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}
.rspbld-button.btn.btn-link:hover,
.rspbld-button.btn.btn-link:focus {
  background-color: rgba(0, 0, 0, 0);
  background-position: 0 center;
  border: none;
  color: #00aeef;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}
.rspbld-button.btn.btn-link:hover,
.rspbld-button.btn.btn-link:focus {
  background-color: rgba(0, 0, 0, 0);
  background-position: 0 center;
  border: none;
  color: #00aeef;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}
.rspbld-button.btn.btn-link:hover,
.rspbld-button.btn.btn-link:focus,
.rspbld-button.btn.btn-link:active {
  border: none;
  background-color: transparent;
  color: #0076a3;
  text-decoration: none;
}
.rspbld-button.btn.dropdown-toggle {
  background-color: #f5f5f5;
  border-radius: 4px;
}
.rspbld-button.btn.dropdown-toggle:active,
.rspbld-button.btn.dropdown-toggle:focus,
.rspbld-button.btn.dropdown-toggle:hover {
  background-color: #dcdcdc;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.rspbld-button.btn.btn-mini {
  padding: 3px 7px;
  font-size: 12px;
}
.rspbld-button.btn.btn-small {
  padding: 5px 10px;
}
.rspbld-button.btn.btn-large {
  padding: 15px 25px;
}
.rspbld-button.btn > i[class^="icon-"],
.rspbld-button.btn > i[class^="fa fa-"],
.rspbld-button.btn > span[class^="icon-"],
.rspbld-button.btn > span[class^="fa fa-"] {
  font-size: 1.5em;
  line-height: 1;
  margin: 0;
  height: 1em;
  width: 1.5em;
  text-align: center;
  vertical-align: middle;
}
.rspbld-button.btn > i[class^="icon-"]:not(.fa-angle-left):not(.fa-angle-double-left):not(.fa-arrow-left):not(.fa-arrow-circle-left):not(.fa-arrow-circle-o-left):not(.fa-caret-left):not(.fa-caret-square-o-left):not(.fa-chevron-left):not(.fa-chevron-circle-left):not(.fa-hand-o-left):not(.fa-long-arrow-left):not(.icon-angle-left):not(.icon-angle-double-left):not(.icon-arrow-left):not(.icon-arrow-circle-left):not(.icon-arrow-circle-o-left):not(.icon-caret-left):not(.icon-caret-square-o-left):not(.icon-chevron-left):not(.icon-chevron-circle-left):not(.icon-hand-o-left):not(.icon-long-arrow-left),
.rspbld-button.btn > i[class^="fa fa-"]:not(.fa-angle-left):not(.fa-angle-double-left):not(.fa-arrow-left):not(.fa-arrow-circle-left):not(.fa-arrow-circle-o-left):not(.fa-caret-left):not(.fa-caret-square-o-left):not(.fa-chevron-left):not(.fa-chevron-circle-left):not(.fa-hand-o-left):not(.fa-long-arrow-left):not(.icon-angle-left):not(.icon-angle-double-left):not(.icon-arrow-left):not(.icon-arrow-circle-left):not(.icon-arrow-circle-o-left):not(.icon-caret-left):not(.icon-caret-square-o-left):not(.icon-chevron-left):not(.icon-chevron-circle-left):not(.icon-hand-o-left):not(.icon-long-arrow-left),
.rspbld-button.btn > span[class^="icon-"]:not(.fa-angle-left):not(.fa-angle-double-left):not(.fa-arrow-left):not(.fa-arrow-circle-left):not(.fa-arrow-circle-o-left):not(.fa-caret-left):not(.fa-caret-square-o-left):not(.fa-chevron-left):not(.fa-chevron-circle-left):not(.fa-hand-o-left):not(.fa-long-arrow-left):not(.icon-angle-left):not(.icon-angle-double-left):not(.icon-arrow-left):not(.icon-arrow-circle-left):not(.icon-arrow-circle-o-left):not(.icon-caret-left):not(.icon-caret-square-o-left):not(.icon-chevron-left):not(.icon-chevron-circle-left):not(.icon-hand-o-left):not(.icon-long-arrow-left),
.rspbld-button.btn > span[class^="fa fa-"]:not(.fa-angle-left):not(.fa-angle-double-left):not(.fa-arrow-left):not(.fa-arrow-circle-left):not(.fa-arrow-circle-o-left):not(.fa-caret-left):not(.fa-caret-square-o-left):not(.fa-chevron-left):not(.fa-chevron-circle-left):not(.fa-hand-o-left):not(.fa-long-arrow-left):not(.icon-angle-left):not(.icon-angle-double-left):not(.icon-arrow-left):not(.icon-arrow-circle-left):not(.icon-arrow-circle-o-left):not(.icon-caret-left):not(.icon-caret-square-o-left):not(.icon-chevron-left):not(.icon-chevron-circle-left):not(.icon-hand-o-left):not(.icon-long-arrow-left) {
  float: right;
}
/* Carousel
------------------------------------------------------------------------------*/
.rspbld-carousel .carousel {
  border-radius: 4px;
  margin: 0;
}
.rspbld-carousel .carousel-inner {
  background-color: #ffffff;
  border: 1px solid #e1e1e1;
  border-radius: 4px;
  margin: 0 auto;
  width: 100%;
}
.rspbld-carousel .carousel-inner .item.horizontal-image .rspbld-image {
  border: 20px solid #e1e1e1;
  border-radius: 4px;
}
.rspbld-carousel .carousel-inner .item.horizontal-image .rspbld-image.pull-left {
  margin: 0;
}
.rspbld-carousel .carousel-inner .item.horizontal-image .rspbld-image.pull-right {
  margin: 0;
}
.rspbld-carousel .carousel-inner .rspbld-item-container .rspbld-item-title {
  margin: 0 0 30px 0;
}
.rspbld-carousel .carousel-inner .rspbld-item-container .rspbld-item-content-container {
  padding: 30px;
}
.rspbld-carousel .carousel-inner .rspbld-item-container .rspbld-item-content {
  line-height: 1.6;
}
.rspbld-carousel .carousel-inner .rspbld-item-container .rspbld-button {
  margin: 30px 0 0 0;
}
.rspbld-carousel .carousel-control {
  background-color: transparent;
  border: none;
  border-radius: 0;
  height: 100px;
  width: 42px;
  top: 50%;
  z-index: 3;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.rspbld-carousel .carousel-control.left {
  background-image: url(../images/prev.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  left: -8%;
}
.rspbld-carousel .carousel-control.right {
  background-image: url(../images/next.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  left: auto;
  right: -8%;
}
.rspbld-carousel .carousel-control:hover {
  color: #3f4683;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.rspbld-carousel .carousel-control i:before {
  content: none;
}
.rspbld-carousel .carousel-indicators.center-bottom + .carousel-inner .rspbld-item-container,
.rspbld-carousel .carousel-indicators.left-bottom + .carousel-inner .rspbld-item-container,
.rspbld-carousel .carousel-indicators.right-bottom + .carousel-inner .rspbld-item-container {
  padding-bottom: 0;
}
.rspbld-carousel .carousel-indicators.left-bottom,
.rspbld-carousel .carousel-indicators.right-bottom,
.rspbld-carousel .carousel-indicators.left-top,
.rspbld-carousel .carousel-indicators.right-top {
  padding: 0 15px;
}
.rspbld-carousel .carousel-indicators li {
  border: 2px solid #00aeef;
  height: 12px;
  width: 12px;
}
.rspbld-carousel .carousel-indicators li.active {
  background-color: #00aeef;
}
@media (max-width: 1399px) {
  .rspbld-carousel .carousel-inner .rspbld-item-container .rspbld-item-title {
    padding-right: 54px;
  }
  .rspbld-carousel .carousel-control {
    height: 40px;
    width: 17px;
    top: 30px;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .rspbld-carousel .carousel-control.left {
    background-image: url(../images/prev-small.png);
    left: auto;
    right: 67px;
  }
  .rspbld-carousel .carousel-control.right {
    background-image: url(../images/next-small.png);
    right: 30px;
  }
}
@media (max-width: 979px) {
  .rspbld-carousel .carousel-inner {
    width: 100%;
  }
  .rspbld-carousel .carousel-inner .item.horizontal-image .rspbld-image {
    max-width: 280px;
  }
}
@media (max-width: 767px) {
  .rspbld-carousel .carousel-inner {
    width: 100%;
  }
  .rspbld-carousel .carousel-inner .item.horizontal-image .rspbld-image {
    float: none;
    margin: 0 0 15px 0;
    max-width: 100%;
    width: 100%;
  }
  .rspbld-carousel .carousel-inner .rspbld-item-container .rspbld-item-title {
    margin: 30px 0 30px 0;
    padding: 0;
  }
  .rspbld-carousel .carousel-inner .rspbld-item-container .rspbld-item-content-container {
    padding-top: 0;
  }
  .rspbld-carousel .carousel-control {
    top: auto;
    bottom: 30px;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
.light .rspbld-carousel .carousel {
  -webkit-box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.25);
  -ms-box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.25);
  -o-box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.25);
}
.light .rspbld-carousel .carousel .carousel-indicators li {
  border-color: #d9d9d9;
}
.light .rspbld-carousel .carousel .carousel-indicators li.active {
  background-color: #d9d9d9;
}
.light .rspbld-carousel .carousel-inner {
  background-color: transparent;
  border: none;
  position: relative;
}
.light .rspbld-carousel .carousel-inner:before {
  background-color: #ffffff;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  -webkit-opacity: 0.25;
  -moz-opacity: 0.25;
  opacity: 0.25;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=25);
  filter: alpha(opacity=25);
}
.light .rspbld-carousel .carousel-inner .item.horizontal-image .rspbld-image {
  border: 20px solid #ffffff;
  -webkit-box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.25);
  -ms-box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.25);
  -o-box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.25);
}
.light .rspbld-carousel .carousel-control.left {
  background-image: url(../images/prev-light.png);
}
.light .rspbld-carousel .carousel-control.right {
  background-image: url(../images/next-light.png);
}
@media (max-width: 1399px) {
  .light .rspbld-carousel .carousel-control.left {
    background-image: url(../images/prev-small-light.png);
  }
  .light .rspbld-carousel .carousel-control.right {
    background-image: url(../images/next-small-light.png);
  }
}
.lighter .rspbld-carousel .carousel {
  -webkit-box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.25);
  -ms-box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.25);
  -o-box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.25);
}
.lighter .rspbld-carousel .carousel .carousel-indicators li {
  border-color: #d9d9d9;
}
.lighter .rspbld-carousel .carousel .carousel-indicators li.active {
  background-color: #d9d9d9;
}
.lighter .rspbld-carousel .carousel-inner {
  background-color: transparent;
  border: none;
  position: relative;
}
.lighter .rspbld-carousel .carousel-inner:before {
  background-color: #bfbfbf;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  -webkit-opacity: 0.25;
  -moz-opacity: 0.25;
  opacity: 0.25;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=25);
  filter: alpha(opacity=25);
}
.lighter .rspbld-carousel .carousel-inner .item.horizontal-image .rspbld-image {
  border: 20px solid #bfbfbf;
  -webkit-box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.25);
  -ms-box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.25);
  -o-box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.25);
}
.lighter .rspbld-carousel .carousel-control.left {
  background-image: url(../images/prev-light.png);
}
.lighter .rspbld-carousel .carousel-control.right {
  background-image: url(../images/next-light.png);
}
@media (max-width: 1399px) {
  .lighter .rspbld-carousel .carousel-control.left {
    background-image: url(../images/prev-small-light.png);
  }
  .lighter .rspbld-carousel .carousel-control.right {
    background-image: url(../images/next-small-light.png);
  }
}
.darker .rspbld-carousel .carousel {
  -webkit-box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.25);
  -ms-box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.25);
  -o-box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.25);
}
.darker .rspbld-carousel .carousel .carousel-indicators li {
  border-color: #595959;
}
.darker .rspbld-carousel .carousel .carousel-indicators li.active {
  background-color: #595959;
}
.darker .rspbld-carousel .carousel-inner {
  background-color: transparent;
  border: none;
  position: relative;
}
.darker .rspbld-carousel .carousel-inner:before {
  background-color: #737373;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  -webkit-opacity: 0.25;
  -moz-opacity: 0.25;
  opacity: 0.25;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=25);
  filter: alpha(opacity=25);
}
.darker .rspbld-carousel .carousel-inner .item.horizontal-image .rspbld-image {
  border: 20px solid #737373;
  -webkit-box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.25);
  -ms-box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.25);
  -o-box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.25);
}
.dark .rspbld-carousel .carousel {
  -webkit-box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.25);
  -ms-box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.25);
  -o-box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.25);
}
.dark .rspbld-carousel .carousel .carousel-indicators li {
  border-color: #333333;
}
.dark .rspbld-carousel .carousel .carousel-indicators li.active {
  background-color: #333333;
}
.dark .rspbld-carousel .carousel-inner {
  background-color: transparent;
  border: none;
  position: relative;
}
.dark .rspbld-carousel .carousel-inner:before {
  background-color: #333333;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  -webkit-opacity: 0.25;
  -moz-opacity: 0.25;
  opacity: 0.25;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=25);
  filter: alpha(opacity=25);
}
.dark .rspbld-carousel .carousel-inner .item.horizontal-image .rspbld-image {
  border: 20px solid #333333;
  -webkit-box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.25);
  -ms-box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.25);
  -o-box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.25);
}
.element-preview .rspbld-carousel {
  margin: 0 auto;
  width: 80%;
}
.element-preview .rspbld-carousel .rspbld-image {
  max-width: 280px;
}
.element-preview .rspbld-carousel .carousel-control {
  height: 75px;
  width: 32px;
}
.element-preview .rspbld-carousel .carousel-control.left {
  background-image: url(../../../templates/rsevento/images/prev.png);
}
.element-preview .rspbld-carousel .carousel-control.right {
  background-image: url(../../../templates/rsevento/images/next.png);
}
/* Countdown Timer
------------------------------------------------------------------------------*/
.rspbld-countdown-timer .rspbld-inner .wrapper {
  background-color: #00aeef;
  border: none;
  color: #ffffff;
  line-height: 80px;
  margin: 0;
  padding: 0;
  height: 80px;
  width: 80px;
}
.rspbld-countdown-timer .rspbld-inner .wrapper .countdown {
  font-size: 26px;
  line-height: inherit;
}
.rspbld-countdown-timer .rspbld-inner .wrapper .detail {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
}
.rspbld-countdown-timer .rspbld-inner.horizontal-details .wrapper {
  line-height: unset;
  padding: 15px 10px;
}
.rspbld-countdown-timer .rspbld-inner.horizontal-details .wrapper .countdown {
  line-height: unset;
}
.rspbld-countdown-timer .rspbld-inner.horizontal-details .wrapper .detail {
  line-height: unset;
}
/* Google map
------------------------------------------------------------------------------*/
.rspbld-google-map .rspbld-infowindow .rspbld-title {
  color: #5e66b1;
  margin-bottom: 10px;
  text-shadow: none;
}
.rspbld-google-map .rspbld-infowindow .rspbld-content {
  margin-bottom: 0;
}
/* Horizontal Icon Box
------------------------------------------------------------------------------*/
.rspbld-horizontal-icon-box {
  border: 1px solid #e1e1e1;
  border-radius: 4px;
  overflow: visible;
  padding: 30px;
}
.rspbld-horizontal-icon-box .rspbld-icon {
  background-color: transparent;
  border-radius: 50%;
  color: #000000;
  font-size: 42px;
  overflow: hidden;
  padding: 20px;
  position: relative;
  z-index: 0;
}
.rspbld-horizontal-icon-box .rspbld-icon:after {
  background-color: transparent;
  border-radius: 50%;
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  height: calc(100% - 6px);
  width: calc(100% - 6px);
  z-index: -1;
  -webkit-box-shadow: 0 0 0 3px #000000;
  -moz-box-shadow: 0 0 0 3px #000000;
  -ms-box-shadow: 0 0 0 3px #000000;
  -o-box-shadow: 0 0 0 3px #000000;
  box-shadow: 0 0 0 3px #000000;
  -webkit-transform: translate(-50%, -50%) scale(1);
  -moz-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  -o-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}
.rspbld-horizontal-icon-box .rspbld-icon:before {
  background-color: transparent;
  border-radius: 50%;
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  height: calc(100% - 14px);
  width: calc(100% - 14px);
  z-index: -1;
  -webkit-transform: translate(-50%, -50%) scale(1);
  -moz-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  -o-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}
.rspbld-horizontal-icon-box .rspbld-icon.pull-left {
  margin: 0 20px 0 0;
}
.rspbld-horizontal-icon-box .rspbld-icon.pull-right {
  margin: 0 0 0 20px;
}
.rspbld-horizontal-icon-box .rspbld-content {
  line-height: 1.8;
}
.rspbld-horizontal-icon-box .rspbld-content > p {
  margin-bottom: 20px;
}
.rspbld-horizontal-icon-box .rspbld-content > p:last-of-type {
  margin-bottom: 0;
}
.rspbld-horizontal-icon-box .rspbld-button {
  margin: 30px 0 0 0;
}
.rspbld-horizontal-icon-box:hover .rspbld-icon:after {
  -webkit-transform: translate(-50%, -50%) scale(0.75);
  -moz-transform: translate(-50%, -50%) scale(0.75);
  -ms-transform: translate(-50%, -50%) scale(0.75);
  -o-transform: translate(-50%, -50%) scale(0.75);
  transform: translate(-50%, -50%) scale(0.75);
}
.rspbld-horizontal-icon-box:hover .rspbld-icon:before {
  -webkit-box-shadow: 0 0 0 7px #00aeef;
  -moz-box-shadow: 0 0 0 7px #00aeef;
  -ms-box-shadow: 0 0 0 7px #00aeef;
  -o-box-shadow: 0 0 0 7px #00aeef;
  box-shadow: 0 0 0 7px #00aeef;
}
@media (max-width: 979px) {
  .rspbld-horizontal-icon-box .rspbld-icon {
    padding: 15px;
  }
  .rspbld-horizontal-icon-box .rspbld-icon.pull-left {
    margin: 0 15px 0 0;
  }
  .rspbld-horizontal-icon-box .rspbld-icon.pull-right {
    margin: 0 0 0 15px;
  }
}
/* Horizontal Image Box
------------------------------------------------------------------------------*/
.rspbld-horizontal-image-box {
  border: 1px solid #e1e1e1;
  border-radius: 4px;
}
.rspbld-horizontal-image-box .rspbld-image {
  border: 20px solid #e1e1e1;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
}
.rspbld-horizontal-image-box .rspbld-image.pull-left,
.rspbld-horizontal-image-box .rspbld-image.pull-right {
  margin: 0;
}
.rspbld-horizontal-image-box .rspbld-image > img {
  -webkit-transform: scale(1) rotate(0deg);
  -moz-transform: scale(1) rotate(0deg);
  -ms-transform: scale(1) rotate(0deg);
  -o-transform: scale(1) rotate(0deg);
  transform: scale(1) rotate(0deg);
  -webkit-transition: all 0.3s cubic-bezier(0.8, 1.65, 0.4, 0.65) 0s;
  -moz-transition: all 0.3s cubic-bezier(0.8, 1.65, 0.4, 0.65) 0s;
  -o-transition: all 0.3s cubic-bezier(0.8, 1.65, 0.4, 0.65) 0s;
  transition: all 0.3s cubic-bezier(0.8, 1.65, 0.4, 0.65) 0s;
}
.rspbld-horizontal-image-box .rspbld-content-container {
  padding: 30px;
}
.rspbld-horizontal-image-box .rspbld-content > p {
  margin-bottom: 20px;
}
.rspbld-horizontal-image-box .rspbld-content > p:last-of-type {
  margin-bottom: 0;
}
.rspbld-horizontal-image-box .rspbld-button {
  margin: 20px 0 0 0;
}
.rspbld-horizontal-image-box:hover .rspbld-image > img {
  -webkit-transform: scale(1.2) rotate(3deg);
  -moz-transform: scale(1.2) rotate(3deg);
  -ms-transform: scale(1.2) rotate(3deg);
  -o-transform: scale(1.2) rotate(3deg);
  transform: scale(1.2) rotate(3deg);
}
.rspbld-horizontal-image-box.dark-image .rspbld-image {
  border: 20px solid #000000;
}
.rspbld-horizontal-image-box.light-image .rspbld-image {
  border: 20px solid #ffffff;
}
.rspbld-horizontal-image-box.featured {
  border: none;
}
.rspbld-horizontal-image-box.featured .rspbld-image {
  width: 50%;
  -webkit-box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.25);
  -ms-box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.25);
  -o-box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.25);
}
.rspbld-horizontal-image-box.featured .rspbld-image.pull-left {
  margin: 15px 30px 15px 15px;
}
.rspbld-horizontal-image-box.featured .rspbld-image.pull-right {
  margin: 15px 15px 15px 30px;
}
.rspbld-horizontal-image-box.featured .rspbld-content-container {
  padding: 0;
}
.rspbld-horizontal-image-box.featured .rspbld-title {
  font-weight: 300;
  text-align: right;
  word-spacing: 1000px;
  text-transform: none;
}
.rspbld-horizontal-image-box.featured h1.rspbld-title {
  font-size: 65px;
}
.rspbld-horizontal-image-box.featured h2.rspbld-title {
  font-size: 60px;
}
.rspbld-horizontal-image-box.featured h3.rspbld-title {
  font-size: 52px;
}
.rspbld-horizontal-image-box.featured h4.rspbld-title {
  font-size: 47px;
}
.rspbld-horizontal-image-box.featured h5.rspbld-title {
  font-size: 39px;
}
.rspbld-horizontal-image-box.featured h6.rspbld-title {
  font-size: 34px;
}
.rspbld-horizontal-image-box.rspbld-thumbs {
  padding: 30px;
}
.rspbld-horizontal-image-box.rspbld-thumbs .rspbld-image {
  border: none;
  width: 100px;
}
.rspbld-horizontal-image-box.rspbld-thumbs .rspbld-image.pull-left {
  margin: 0 20px 0 0;
}
.rspbld-horizontal-image-box.rspbld-thumbs .rspbld-image.pull-right {
  margin: 0 0 0 20px;
}
.rspbld-horizontal-image-box.rspbld-thumbs .rspbld-content-container {
  padding: 0;
}
@media (max-width: 767px) {
  .rspbld-horizontal-image-box .rspbld-content-container {
    padding-top: 0;
  }
  .rspbld-horizontal-image-box .rspbld-image {
    width: 100%;
  }
  .rspbld-horizontal-image-box .rspbld-image.pull-left,
  .rspbld-horizontal-image-box .rspbld-image.pull-right {
    float: none;
    margin: 0;
  }
  .rspbld-horizontal-image-box .rspbld-title {
    margin: 30px 0 30px 0;
  }
  .rspbld-horizontal-image-box.featured .rspbld-image {
    width: 100%;
  }
  .rspbld-horizontal-image-box.featured .rspbld-image.pull-left,
  .rspbld-horizontal-image-box.featured .rspbld-image.pull-right {
    float: none;
    margin: 0;
  }
  .rspbld-horizontal-image-box.rspbld-thumbs .rspbld-image {
    width: 100px;
  }
  .rspbld-horizontal-image-box.rspbld-thumbs .rspbld-image.pull-left {
    float: left;
  }
  .rspbld-horizontal-image-box.rspbld-thumbs .rspbld-image.pull-right {
    float: right;
  }
  .rspbld-horizontal-image-box.rspbld-thumbs .rspbld-title {
    margin-top: 0;
  }
}
/* Icon
------------------------------------------------------------------------------*/
.rspbld-icon {
  background-color: transparent;
  border-radius: 0;
  color: #000000;
  font-size: 2em;
  padding: 20px;
}
.rspbld-icon i {
  width: auto;
}
.element-preview .light {
  background-color: #bfbfbf;
}
/* Image
------------------------------------------------------------------------------*/
.rspbld-image a {
  overflow: hidden;
}
.rspbld-image a:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.rspbld-image a:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.rspbld-image a:not(.rspbld-magnific-popup) {
  display: block;
  position: relative;
}
.rspbld-image a:not(.rspbld-magnific-popup):after {
  background-color: #ffffff;
  border-radius: 50%;
  color: #5e66b1;
  content: '\f0c1';
  font-family: 'FontAwesome';
  font-size: 1.5em;
  position: absolute;
  height: 2em;
  line-height: 2em;
  width: 2em;
  left: 50%;
  top: 50%;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  -webkit-transform: translate(-50%, -50%) scale(0.25);
  -moz-transform: translate(-50%, -50%) scale(0.25);
  -ms-transform: translate(-50%, -50%) scale(0.25);
  -o-transform: translate(-50%, -50%) scale(0.25);
  transform: translate(-50%, -50%) scale(0.25);
  -webkit-transition: all 0.3s cubic-bezier(0.8, 1.65, 0.4, 0.65) 0s;
  -moz-transition: all 0.3s cubic-bezier(0.8, 1.65, 0.4, 0.65) 0s;
  -o-transition: all 0.3s cubic-bezier(0.8, 1.65, 0.4, 0.65) 0s;
  transition: all 0.3s cubic-bezier(0.8, 1.65, 0.4, 0.65) 0s;
}
.rspbld-image a:not(.rspbld-magnific-popup):before {
  background-color: transparent;
  border-radius: 4px;
  content: '';
  height: 100%;
  width: 100%;
  max-height: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  filter: alpha(opacity=50);
  -webkit-transition: max-height 0.3s ease-in-out 0s;
  -moz-transition: max-height 0.3s ease-in-out 0s;
  -o-transition: max-height 0.3s ease-in-out 0s;
  transition: max-height 0.3s ease-in-out 0s;
  background-image: -webkit-linear-gradient(to top, #5e66b1, transparent);
  background-image: -moz-linear-gradient(to top, #5e66b1, transparent);
  background-image: -ms-linear-gradient(to top, #5e66b1, transparent);
  background-image: -o-linear-gradient(to top, #5e66b1, transparent);
  background-image: linear-gradient(to top, #5e66b1, transparent);
}
.rspbld-image a:not(.rspbld-magnific-popup):hover:after {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  -webkit-transform: translate(-50%, -50%) scale(1);
  -moz-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  -o-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
  -webkit-transition: all 0.3s cubic-bezier(0.8, 1.65, 0.4, 0.65) 0s;
  -moz-transition: all 0.3s cubic-bezier(0.8, 1.65, 0.4, 0.65) 0s;
  -o-transition: all 0.3s cubic-bezier(0.8, 1.65, 0.4, 0.65) 0s;
  transition: all 0.3s cubic-bezier(0.8, 1.65, 0.4, 0.65) 0s;
}
.rspbld-image a:not(.rspbld-magnific-popup):hover:before {
  max-height: 100%;
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  filter: alpha(opacity=50);
  -webkit-transition: max-height 0.3s ease-in-out 0s;
  -moz-transition: max-height 0.3s ease-in-out 0s;
  -o-transition: max-height 0.3s ease-in-out 0s;
  transition: max-height 0.3s ease-in-out 0s;
}
.rspbld-image.rspbld-gallery {
  border: none;
  padding: 0;
}
.rspbld-image .rspbld-magnific-popup:after {
  background-color: #ffffff;
  border-radius: 50%;
  color: #5e66b1;
  font-size: 1.5em;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  -webkit-transform: translate(-50%, -50%) scale(0.25);
  -moz-transform: translate(-50%, -50%) scale(0.25);
  -ms-transform: translate(-50%, -50%) scale(0.25);
  -o-transform: translate(-50%, -50%) scale(0.25);
  transform: translate(-50%, -50%) scale(0.25);
  -webkit-transition: all 0.3s cubic-bezier(0.8, 1.65, 0.4, 0.65) 0s;
  -moz-transition: all 0.3s cubic-bezier(0.8, 1.65, 0.4, 0.65) 0s;
  -o-transition: all 0.3s cubic-bezier(0.8, 1.65, 0.4, 0.65) 0s;
  transition: all 0.3s cubic-bezier(0.8, 1.65, 0.4, 0.65) 0s;
}
.rspbld-image .rspbld-magnific-popup:before {
  background-color: transparent;
  border-radius: 4px;
  max-height: 0;
  bottom: 0;
  top: auto;
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  filter: alpha(opacity=50);
  -webkit-transition: max-height 0.3s ease-in-out 0s;
  -moz-transition: max-height 0.3s ease-in-out 0s;
  -o-transition: max-height 0.3s ease-in-out 0s;
  transition: max-height 0.3s ease-in-out 0s;
  background-image: -webkit-linear-gradient(to top, #5e66b1, transparent);
  background-image: -moz-linear-gradient(to top, #5e66b1, transparent);
  background-image: -ms-linear-gradient(to top, #5e66b1, transparent);
  background-image: -o-linear-gradient(to top, #5e66b1, transparent);
  background-image: linear-gradient(to top, #5e66b1, transparent);
}
.rspbld-image .rspbld-magnific-popup:hover:after {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  -webkit-transform: translate(-50%, -50%) scale(1);
  -moz-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  -o-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
  -webkit-transition: all 0.3s cubic-bezier(0.8, 1.65, 0.4, 0.65) 0s;
  -moz-transition: all 0.3s cubic-bezier(0.8, 1.65, 0.4, 0.65) 0s;
  -o-transition: all 0.3s cubic-bezier(0.8, 1.65, 0.4, 0.65) 0s;
  transition: all 0.3s cubic-bezier(0.8, 1.65, 0.4, 0.65) 0s;
}
.rspbld-image .rspbld-magnific-popup:hover:before {
  max-height: 100%;
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  filter: alpha(opacity=50);
  -webkit-transition: max-height 0.3s ease-in-out 0s;
  -moz-transition: max-height 0.3s ease-in-out 0s;
  -o-transition: max-height 0.3s ease-in-out 0s;
  transition: max-height 0.3s ease-in-out 0s;
}
.rspbld-image .rspbld-image-caption {
  background-color: #5e66b1;
  color: #ffffff;
  padding: 5px;
}
.rspbld-image .rspbld-image-caption:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.rspbld-image.thumbnail {
  background-color: transparent;
  border: none;
  padding: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.rspbld-image.thumbnail img {
  background-color: #ffffff;
  border: 1px solid #e1e1e1;
  border-radius: 4px;
  padding: 20px;
}
.mfp-wrap.mfp-gallery button {
  background-color: transparent;
  background-image: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
/* List
------------------------------------------------------------------------------*/
.rspbld-list .rspbld-content {
  margin: 0;
}
.rspbld-list .rspbld-content p {
  margin: 0 0 15px 0;
}
/* Masonry Boxes
------------------------------------------------------------------------------*/
.rstpl-mega-menu .rstpl-mega-menu-container .rspbld-masonry-boxes {
  padding-left: 1px;
  padding-top: 1px;
}
/* Personal Box
------------------------------------------------------------------------------*/
.rspbld-personal-box {
  line-height: 1;
  overflow: hidden;
  position: relative;
}
.rspbld-personal-box .rspbld-image {
  border-radius: 4px;
  overflow: hidden;
  position: relative;
}
.rspbld-personal-box .rspbld-image:after {
  background-color: #5e66b1;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  filter: alpha(opacity=50);
}
.rspbld-personal-box .rspbld-image > img {
  -webkit-transform: rotate(0deg) scale(1);
  -moz-transform: rotate(0deg) scale(1);
  -ms-transform: rotate(0deg) scale(1);
  -o-transform: rotate(0deg) scale(1);
  transform: rotate(0deg) scale(1);
  -webkit-transition: transform 0.2s linear 0s;
  -moz-transition: transform 0.2s linear 0s;
  -o-transition: transform 0.2s linear 0s;
  transition: transform 0.2s linear 0s;
}
.rspbld-personal-box .rspbld-content-container {
  color: #ffffff;
  padding: 30px;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
.rspbld-personal-box .rspbld-title {
  color: #f6b324;
  font-weight: 300;
  margin: 0;
  text-transform: none;
}
.rspbld-personal-box .rspbld-subtitle {
  color: #f6b324;
  margin: 0;
  text-transform: uppercase;
}
.rspbld-personal-box .rspbld-content {
  margin: 20px 0 0 0;
  -webkit-transform: translate(125%, 0);
  -moz-transform: translate(125%, 0);
  -ms-transform: translate(125%, 0);
  -o-transform: translate(125%, 0);
  transform: translate(125%, 0);
  -webkit-transition: transform 0.2s linear 0s;
  -moz-transition: transform 0.2s linear 0s;
  -o-transition: transform 0.2s linear 0s;
  transition: transform 0.2s linear 0s;
}
.rspbld-personal-box .rspbld-social-icons {
  margin: 20px 0 0 0;
  -webkit-transform: translate(0, 300%);
  -moz-transform: translate(0, 300%);
  -ms-transform: translate(0, 300%);
  -o-transform: translate(0, 300%);
  transform: translate(0, 300%);
  -webkit-transition: transform 0.2s linear 0.2s;
  -moz-transition: transform 0.2s linear 0.2s;
  -o-transition: transform 0.2s linear 0.2s;
  transition: transform 0.2s linear 0.2s;
}
.rspbld-personal-box .rspbld-social-icons > li a {
  position: relative;
}
.rspbld-personal-box .rspbld-social-icons > li a i {
  background-color: transparent;
  margin: 0;
  position: relative;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}
.rspbld-personal-box .rspbld-social-icons > li a:hover i {
  color: #f730b2;
  text-shadow: 0 0 5px #f730b2;
}
.rspbld-personal-box:hover .rspbld-image > img {
  -webkit-transform: rotate(6deg) scale(1.2);
  -moz-transform: rotate(6deg) scale(1.2);
  -ms-transform: rotate(6deg) scale(1.2);
  -o-transform: rotate(6deg) scale(1.2);
  transform: rotate(6deg) scale(1.2);
}
.rspbld-personal-box:hover .rspbld-content {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.rspbld-personal-box:hover .rspbld-social-icons {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
@media (max-width: 767px) {
  .rspbld-image {
    width: 100%;
  }
}
.element-preview .rspbld-personal-box {
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}
/* Portfolio Filtering
------------------------------------------------------------------------------*/
.rspbld-portfolio-filtering-container .filtr-item {
  padding: 10px;
}
.rspbld-portfolio-filtering-container .filtr-item .filtr-item-inner {
  background-color: #ffffff;
  border: 1px solid #e1e1e1;
  border-radius: 4px;
}
.rspbld-portfolio-filtering-container .filtr-item .filtr-item-inner .rspbld-image {
  overflow: hidden;
  position: relative;
}
.rspbld-portfolio-filtering-container .filtr-item .filtr-item-inner .rspbld-image > img {
  -webkit-transform: scale(1) rotate(0deg);
  -moz-transform: scale(1) rotate(0deg);
  -ms-transform: scale(1) rotate(0deg);
  -o-transform: scale(1) rotate(0deg);
  transform: scale(1) rotate(0deg);
  -webkit-transition: all 0.3s cubic-bezier(0.8, 1.65, 0.4, 0.65) 0s;
  -moz-transition: all 0.3s cubic-bezier(0.8, 1.65, 0.4, 0.65) 0s;
  -o-transition: all 0.3s cubic-bezier(0.8, 1.65, 0.4, 0.65) 0s;
  transition: all 0.3s cubic-bezier(0.8, 1.65, 0.4, 0.65) 0s;
}
.rspbld-portfolio-filtering-container .filtr-item .filtr-item-inner .rspbld-title {
  margin: 20px 0 0 0;
}
.rspbld-portfolio-filtering-container .filtr-item .filtr-item-inner .rspbld-content p:last-of-type {
  margin-bottom: 0;
}
.rspbld-portfolio-filtering-container .filtr-item .filtr-item-inner:hover .rspbld-image > img {
  -webkit-transform: scale(1.2) rotate(3deg);
  -moz-transform: scale(1.2) rotate(3deg);
  -ms-transform: scale(1.2) rotate(3deg);
  -o-transform: scale(1.2) rotate(3deg);
  transform: scale(1.2) rotate(3deg);
}
@media (max-width: 767px) {
  .rspbld-portfolio-filtering-container [class*="grid_"] {
    width: 100%;
  }
}
.element-preview .rspbld-portfolio-filtering-container .filtr-item {
  padding: 5px;
}
/* Price Box
------------------------------------------------------------------------------*/
.rspbld-price-box {
  border: 1px solid #e1e1e1;
  border-radius: 4px;
  font-size: 18px;
  overflow: hidden;
  padding: 30px;
  position: relative;
}
.rspbld-price-box.blue-orange,
.rspbld-price-box.green-red,
.rspbld-price-box.orange-pink,
.rspbld-price-box.green-purple,
.rspbld-price-box.red-green,
.rspbld-price-box.blue-red,
.rspbld-price-box.background-primary,
.rspbld-price-box.background-secondary,
.rspbld-price-box.background-ternary,
.rspbld-price-box.background-quaternary {
  border: none;
}
.rspbld-price-box.blue-orange .rspbld-icon,
.rspbld-price-box.green-red .rspbld-icon,
.rspbld-price-box.orange-pink .rspbld-icon,
.rspbld-price-box.green-purple .rspbld-icon,
.rspbld-price-box.red-green .rspbld-icon,
.rspbld-price-box.blue-red .rspbld-icon,
.rspbld-price-box.background-primary .rspbld-icon,
.rspbld-price-box.background-secondary .rspbld-icon,
.rspbld-price-box.background-ternary .rspbld-icon,
.rspbld-price-box.background-quaternary .rspbld-icon {
  color: #ffffff;
  margin: 0 0 15px 0;
}
.rspbld-price-box.blue-orange .rspbld-icon:after,
.rspbld-price-box.green-red .rspbld-icon:after,
.rspbld-price-box.orange-pink .rspbld-icon:after,
.rspbld-price-box.green-purple .rspbld-icon:after,
.rspbld-price-box.red-green .rspbld-icon:after,
.rspbld-price-box.blue-red .rspbld-icon:after,
.rspbld-price-box.background-primary .rspbld-icon:after,
.rspbld-price-box.background-secondary .rspbld-icon:after,
.rspbld-price-box.background-ternary .rspbld-icon:after,
.rspbld-price-box.background-quaternary .rspbld-icon:after {
  -webkit-box-shadow: 0 0 0 3px #ffffff;
  -moz-box-shadow: 0 0 0 3px #ffffff;
  -ms-box-shadow: 0 0 0 3px #ffffff;
  -o-box-shadow: 0 0 0 3px #ffffff;
  box-shadow: 0 0 0 3px #ffffff;
}
.rspbld-price-box.blue-orange .rspbld-title,
.rspbld-price-box.green-red .rspbld-title,
.rspbld-price-box.orange-pink .rspbld-title,
.rspbld-price-box.green-purple .rspbld-title,
.rspbld-price-box.red-green .rspbld-title,
.rspbld-price-box.blue-red .rspbld-title,
.rspbld-price-box.background-primary .rspbld-title,
.rspbld-price-box.background-secondary .rspbld-title,
.rspbld-price-box.background-ternary .rspbld-title,
.rspbld-price-box.background-quaternary .rspbld-title {
  color: #ffffff;
}
.rspbld-price-box.blue-orange .rspbld-price,
.rspbld-price-box.green-red .rspbld-price,
.rspbld-price-box.orange-pink .rspbld-price,
.rspbld-price-box.green-purple .rspbld-price,
.rspbld-price-box.red-green .rspbld-price,
.rspbld-price-box.blue-red .rspbld-price,
.rspbld-price-box.background-primary .rspbld-price,
.rspbld-price-box.background-secondary .rspbld-price,
.rspbld-price-box.background-ternary .rspbld-price,
.rspbld-price-box.background-quaternary .rspbld-price {
  color: #ffffff;
}
.rspbld-price-box.blue-orange .rspbld-content,
.rspbld-price-box.green-red .rspbld-content,
.rspbld-price-box.orange-pink .rspbld-content,
.rspbld-price-box.green-purple .rspbld-content,
.rspbld-price-box.red-green .rspbld-content,
.rspbld-price-box.blue-red .rspbld-content,
.rspbld-price-box.background-primary .rspbld-content,
.rspbld-price-box.background-secondary .rspbld-content,
.rspbld-price-box.background-ternary .rspbld-content,
.rspbld-price-box.background-quaternary .rspbld-content {
  color: #ffffff;
}
.rspbld-price-box.blue-orange .table,
.rspbld-price-box.green-red .table,
.rspbld-price-box.orange-pink .table,
.rspbld-price-box.green-purple .table,
.rspbld-price-box.red-green .table,
.rspbld-price-box.blue-red .table,
.rspbld-price-box.background-primary .table,
.rspbld-price-box.background-secondary .table,
.rspbld-price-box.background-ternary .table,
.rspbld-price-box.background-quaternary .table {
  color: #ffffff;
}
.rspbld-price-box.blue-orange .table td,
.rspbld-price-box.green-red .table td,
.rspbld-price-box.orange-pink .table td,
.rspbld-price-box.green-purple .table td,
.rspbld-price-box.red-green .table td,
.rspbld-price-box.blue-red .table td,
.rspbld-price-box.background-primary .table td,
.rspbld-price-box.background-secondary .table td,
.rspbld-price-box.background-ternary .table td,
.rspbld-price-box.background-quaternary .table td,
.rspbld-price-box.blue-orange .table th,
.rspbld-price-box.green-red .table th,
.rspbld-price-box.orange-pink .table th,
.rspbld-price-box.green-purple .table th,
.rspbld-price-box.red-green .table th,
.rspbld-price-box.blue-red .table th,
.rspbld-price-box.background-primary .table th,
.rspbld-price-box.background-secondary .table th,
.rspbld-price-box.background-ternary .table th,
.rspbld-price-box.background-quaternary .table th {
  border-color: #ffffff;
}
.rspbld-price-box.blue-orange .table tr:first-of-type td,
.rspbld-price-box.green-red .table tr:first-of-type td,
.rspbld-price-box.orange-pink .table tr:first-of-type td,
.rspbld-price-box.green-purple .table tr:first-of-type td,
.rspbld-price-box.red-green .table tr:first-of-type td,
.rspbld-price-box.blue-red .table tr:first-of-type td,
.rspbld-price-box.background-primary .table tr:first-of-type td,
.rspbld-price-box.background-secondary .table tr:first-of-type td,
.rspbld-price-box.background-ternary .table tr:first-of-type td,
.rspbld-price-box.background-quaternary .table tr:first-of-type td,
.rspbld-price-box.blue-orange .table tr:first-of-type th,
.rspbld-price-box.green-red .table tr:first-of-type th,
.rspbld-price-box.orange-pink .table tr:first-of-type th,
.rspbld-price-box.green-purple .table tr:first-of-type th,
.rspbld-price-box.red-green .table tr:first-of-type th,
.rspbld-price-box.blue-red .table tr:first-of-type th,
.rspbld-price-box.background-primary .table tr:first-of-type th,
.rspbld-price-box.background-secondary .table tr:first-of-type th,
.rspbld-price-box.background-ternary .table tr:first-of-type th,
.rspbld-price-box.background-quaternary .table tr:first-of-type th {
  padding-bottom: 60px;
  position: relative;
  z-index: 0;
}
.rspbld-price-box.blue-orange .table tr:first-of-type td:before,
.rspbld-price-box.green-red .table tr:first-of-type td:before,
.rspbld-price-box.orange-pink .table tr:first-of-type td:before,
.rspbld-price-box.green-purple .table tr:first-of-type td:before,
.rspbld-price-box.red-green .table tr:first-of-type td:before,
.rspbld-price-box.blue-red .table tr:first-of-type td:before,
.rspbld-price-box.background-primary .table tr:first-of-type td:before,
.rspbld-price-box.background-secondary .table tr:first-of-type td:before,
.rspbld-price-box.background-ternary .table tr:first-of-type td:before,
.rspbld-price-box.background-quaternary .table tr:first-of-type td:before,
.rspbld-price-box.blue-orange .table tr:first-of-type th:before,
.rspbld-price-box.green-red .table tr:first-of-type th:before,
.rspbld-price-box.orange-pink .table tr:first-of-type th:before,
.rspbld-price-box.green-purple .table tr:first-of-type th:before,
.rspbld-price-box.red-green .table tr:first-of-type th:before,
.rspbld-price-box.blue-red .table tr:first-of-type th:before,
.rspbld-price-box.background-primary .table tr:first-of-type th:before,
.rspbld-price-box.background-secondary .table tr:first-of-type th:before,
.rspbld-price-box.background-ternary .table tr:first-of-type th:before,
.rspbld-price-box.background-quaternary .table tr:first-of-type th:before {
  background-color: #ffffff;
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  height: 300%;
  width: 300%;
  transform-origin: right bottom;
  z-index: -1;
  -webkit-opacity: 0.2;
  -moz-opacity: 0.2;
  opacity: 0.2;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=20);
  filter: alpha(opacity=20);
  -webkit-transform: translate(-50%, 0) rotate(3deg);
  -moz-transform: translate(-50%, 0) rotate(3deg);
  -ms-transform: translate(-50%, 0) rotate(3deg);
  -o-transform: translate(-50%, 0) rotate(3deg);
  transform: translate(-50%, 0) rotate(3deg);
}
.rspbld-price-box.blue-orange:before {
  content: '';
  height: 100%;
  width: 175%;
  max-width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: max-width 0.2s linear 0s;
  -moz-transition: max-width 0.2s linear 0s;
  -o-transition: max-width 0.2s linear 0s;
  transition: max-width 0.2s linear 0s;
  background-color: #7abbe8;
  background-image: -moz-linear-gradient(-45deg, #7abbe8 0%, #7abbe8 10%, #7abbe8 25%, #f08f1d 50%, #f08f1d 100%);
  background-image: -webkit-linear-gradient(-45deg, #7abbe8 0%, #7abbe8 10%, #7abbe8 25%, #f08f1d 50%, #f08f1d 100%);
  background-image: -o-linear-gradient(-45deg, #7abbe8 0%, #7abbe8 10%, #7abbe8 25%, #f08f1d 50%, #f08f1d 100%);
  background-image: -ms-linear-gradient(-45deg, #7abbe8 0%, #7abbe8 10%, #7abbe8 25%, #f08f1d 50%, #f08f1d 100%);
  background-image: linear-gradient(135deg, #7abbe8 0%, #7abbe8 10%, #7abbe8 25%, #f08f1d 50%, #f08f1d 100%);
}
.rspbld-price-box.blue-orange:hover:before {
  max-width: 175%;
}
.rspbld-price-box.blue-orange:hover .rspbld-icon:before {
  -webkit-box-shadow: 0 0 0 7px #f08f1d;
  -moz-box-shadow: 0 0 0 7px #f08f1d;
  -ms-box-shadow: 0 0 0 7px #f08f1d;
  -o-box-shadow: 0 0 0 7px #f08f1d;
  box-shadow: 0 0 0 7px #f08f1d;
}
.rspbld-price-box.green-red:before {
  content: '';
  height: 100%;
  width: 175%;
  max-width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: max-width 0.2s linear 0s;
  -moz-transition: max-width 0.2s linear 0s;
  -o-transition: max-width 0.2s linear 0s;
  transition: max-width 0.2s linear 0s;
  background-color: #a6e87a;
  background-image: -moz-linear-gradient(-45deg, #a6e87a 0%, #a6e87a 10%, #a6e87a 25%, #d92151 50%, #d92151 100%);
  background-image: -webkit-linear-gradient(-45deg, #a6e87a 0%, #a6e87a 10%, #a6e87a 25%, #d92151 50%, #d92151 100%);
  background-image: -o-linear-gradient(-45deg, #a6e87a 0%, #a6e87a 10%, #a6e87a 25%, #d92151 50%, #d92151 100%);
  background-image: -ms-linear-gradient(-45deg, #a6e87a 0%, #a6e87a 10%, #a6e87a 25%, #d92151 50%, #d92151 100%);
  background-image: linear-gradient(135deg, #a6e87a 0%, #a6e87a 10%, #a6e87a 25%, #d92151 50%, #d92151 100%);
}
.rspbld-price-box.green-red:hover:before {
  max-width: 175%;
}
.rspbld-price-box.green-red:hover .rspbld-icon:before {
  -webkit-box-shadow: 0 0 0 7px #d92151;
  -moz-box-shadow: 0 0 0 7px #d92151;
  -ms-box-shadow: 0 0 0 7px #d92151;
  -o-box-shadow: 0 0 0 7px #d92151;
  box-shadow: 0 0 0 7px #d92151;
}
.rspbld-price-box.orange-pink:before {
  content: '';
  height: 100%;
  width: 175%;
  max-width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: max-width 0.2s linear 0s;
  -moz-transition: max-width 0.2s linear 0s;
  -o-transition: max-width 0.2s linear 0s;
  transition: max-width 0.2s linear 0s;
  background-color: #f6cc6a;
  background-image: -moz-linear-gradient(-45deg, #f6cc6a 0%, #f6cc6a 10%, #f6cc6a 25%, #f630b1 50%, #f630b1 100%);
  background-image: -webkit-linear-gradient(-45deg, #f6cc6a 0%, #f6cc6a 10%, #f6cc6a 25%, #f630b1 50%, #f630b1 100%);
  background-image: -o-linear-gradient(-45deg, #f6cc6a 0%, #f6cc6a 10%, #f6cc6a 25%, #f630b1 50%, #f630b1 100%);
  background-image: -ms-linear-gradient(-45deg, #f6cc6a 0%, #f6cc6a 10%, #f6cc6a 25%, #f630b1 50%, #f630b1 100%);
  background-image: linear-gradient(135deg, #f6cc6a 0%, #f6cc6a 10%, #f6cc6a 25%, #f630b1 50%, #f630b1 100%);
}
.rspbld-price-box.orange-pink:hover:before {
  max-width: 175%;
}
.rspbld-price-box.orange-pink:hover .rspbld-icon:before {
  -webkit-box-shadow: 0 0 0 7px #f630b1;
  -moz-box-shadow: 0 0 0 7px #f630b1;
  -ms-box-shadow: 0 0 0 7px #f630b1;
  -o-box-shadow: 0 0 0 7px #f630b1;
  box-shadow: 0 0 0 7px #f630b1;
}
.rspbld-price-box.green-purple:before {
  content: '';
  height: 100%;
  width: 175%;
  max-width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: max-width 0.2s linear 0s;
  -moz-transition: max-width 0.2s linear 0s;
  -o-transition: max-width 0.2s linear 0s;
  transition: max-width 0.2s linear 0s;
  background-color: #59dbba;
  background-image: -moz-linear-gradient(-45deg, #59dbba 0%, #59dbba 10%, #59dbba 25%, #a71be8 50%, #a71be8 100%);
  background-image: -webkit-linear-gradient(-45deg, #59dbba 0%, #59dbba 10%, #59dbba 25%, #a71be8 50%, #a71be8 100%);
  background-image: -o-linear-gradient(-45deg, #59dbba 0%, #59dbba 10%, #59dbba 25%, #a71be8 50%, #a71be8 100%);
  background-image: -ms-linear-gradient(-45deg, #59dbba 0%, #59dbba 10%, #59dbba 25%, #a71be8 50%, #a71be8 100%);
  background-image: linear-gradient(135deg, #59dbba 0%, #59dbba 10%, #59dbba 25%, #a71be8 50%, #a71be8 100%);
}
.rspbld-price-box.green-purple:hover:before {
  max-width: 175%;
}
.rspbld-price-box.green-purple:hover .rspbld-icon:before {
  -webkit-box-shadow: 0 0 0 7px #a71be8;
  -moz-box-shadow: 0 0 0 7px #a71be8;
  -ms-box-shadow: 0 0 0 7px #a71be8;
  -o-box-shadow: 0 0 0 7px #a71be8;
  box-shadow: 0 0 0 7px #a71be8;
}
.rspbld-price-box.red-green:before {
  content: '';
  height: 100%;
  width: 175%;
  max-width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: max-width 0.2s linear 0s;
  -moz-transition: max-width 0.2s linear 0s;
  -o-transition: max-width 0.2s linear 0s;
  transition: max-width 0.2s linear 0s;
  background-color: #ed506a;
  background-image: -moz-linear-gradient(-45deg, #ed506a 0%, #ed506a 10%, #ed506a 25%, #c0ce00 50%, #c0ce00 100%);
  background-image: -webkit-linear-gradient(-45deg, #ed506a 0%, #ed506a 10%, #ed506a 25%, #c0ce00 50%, #c0ce00 100%);
  background-image: -o-linear-gradient(-45deg, #ed506a 0%, #ed506a 10%, #ed506a 25%, #c0ce00 50%, #c0ce00 100%);
  background-image: -ms-linear-gradient(-45deg, #ed506a 0%, #ed506a 10%, #ed506a 25%, #c0ce00 50%, #c0ce00 100%);
  background-image: linear-gradient(135deg, #ed506a 0%, #ed506a 10%, #ed506a 25%, #c0ce00 50%, #c0ce00 100%);
}
.rspbld-price-box.red-green:hover:before {
  max-width: 175%;
}
.rspbld-price-box.red-green:hover .rspbld-icon:before {
  -webkit-box-shadow: 0 0 0 7px #c0ce00;
  -moz-box-shadow: 0 0 0 7px #c0ce00;
  -ms-box-shadow: 0 0 0 7px #c0ce00;
  -o-box-shadow: 0 0 0 7px #c0ce00;
  box-shadow: 0 0 0 7px #c0ce00;
}
.rspbld-price-box.blue-red:before {
  content: '';
  height: 100%;
  width: 175%;
  max-width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: max-width 0.2s linear 0s;
  -moz-transition: max-width 0.2s linear 0s;
  -o-transition: max-width 0.2s linear 0s;
  transition: max-width 0.2s linear 0s;
  background-color: #26afef;
  background-image: -moz-linear-gradient(-45deg, #26afef 0%, #26afef 10%, #26afef 25%, #ea4b70 50%, #ea4b70 100%);
  background-image: -webkit-linear-gradient(-45deg, #26afef 0%, #26afef 10%, #26afef 25%, #ea4b70 50%, #ea4b70 100%);
  background-image: -o-linear-gradient(-45deg, #26afef 0%, #26afef 10%, #26afef 25%, #ea4b70 50%, #ea4b70 100%);
  background-image: -ms-linear-gradient(-45deg, #26afef 0%, #26afef 10%, #26afef 25%, #ea4b70 50%, #ea4b70 100%);
  background-image: linear-gradient(135deg, #26afef 0%, #26afef 10%, #26afef 25%, #ea4b70 50%, #ea4b70 100%);
}
.rspbld-price-box.blue-red:hover:before {
  max-width: 175%;
}
.rspbld-price-box.blue-red:hover .rspbld-icon:before {
  -webkit-box-shadow: 0 0 0 7px #ea4b70;
  -moz-box-shadow: 0 0 0 7px #ea4b70;
  -ms-box-shadow: 0 0 0 7px #ea4b70;
  -o-box-shadow: 0 0 0 7px #ea4b70;
  box-shadow: 0 0 0 7px #ea4b70;
}
.rspbld-price-box.stars-background-1 .table:before {
  background-image: url(../images/stars-1.png);
}
.rspbld-price-box.stars-background-2 .table:before {
  background-image: url(../images/stars-2.png);
}
.rspbld-price-box.stars-background-3 .table:before {
  background-image: url(../images/stars-3.png);
}
.rspbld-price-box .rspbld-icon {
  background-color: transparent;
  border-radius: 50%;
  color: #000000;
  font-size: 42px;
  overflow: hidden;
  padding: 20px;
  position: relative;
  z-index: 0;
}
.rspbld-price-box .rspbld-icon:after {
  background-color: transparent;
  border-radius: 50%;
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  height: calc(100% - 6px);
  width: calc(100% - 6px);
  z-index: -1;
  -webkit-box-shadow: 0 0 0 3px #000000;
  -moz-box-shadow: 0 0 0 3px #000000;
  -ms-box-shadow: 0 0 0 3px #000000;
  -o-box-shadow: 0 0 0 3px #000000;
  box-shadow: 0 0 0 3px #000000;
  -webkit-transform: translate(-50%, -50%) scale(1);
  -moz-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  -o-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}
.rspbld-price-box .rspbld-icon:before {
  background-color: transparent;
  border-radius: 50%;
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  height: calc(100% - 14px);
  width: calc(100% - 14px);
  z-index: -1;
  -webkit-transform: translate(-50%, -50%) scale(1);
  -moz-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  -o-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}
.rspbld-price-box .rspbld-icon i {
  height: 1em;
  width: 1em;
  text-align: center;
}
.rspbld-price-box .rspbld-title {
  font-weight: 300;
  margin: 0;
  text-transform: none;
}
.rspbld-price-box .rspbld-price {
  color: #000000;
  font-size: 28px;
  margin: 15px 0 0 0;
}
.rspbld-price-box .rspbld-content {
  font-size: 14px;
  margin: 30px 0 0 0;
}
.rspbld-price-box .table {
  margin: 0;
  position: relative;
  z-index: 0;
}
.rspbld-price-box .table:before {
  background-size: contain;
  background-repeat: no-repeat;
  content: '';
  position: absolute;
  left: 25%;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  -webkit-opacity: 0.2;
  -moz-opacity: 0.2;
  opacity: 0.2;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=20);
  filter: alpha(opacity=20);
}
.rspbld-price-box .table td,
.rspbld-price-box .table th {
  padding: 15px 0;
}
.rspbld-price-box .table tr:first-of-type td,
.rspbld-price-box .table tr:first-of-type th {
  padding-top: 0;
}
.rspbld-price-box .table tr:nth-of-type(2) td,
.rspbld-price-box .table tr:nth-of-type(2) th {
  border: none;
}
.rspbld-price-box .table tr:last-of-type td,
.rspbld-price-box .table tr:last-of-type th {
  border: none;
  padding-bottom: 0;
}
.rspbld-price-box .rspbld-button {
  margin: 0;
}
.rspbld-price-box:hover .rspbld-icon:after {
  -webkit-transform: translate(-50%, -50%) scale(0.75);
  -moz-transform: translate(-50%, -50%) scale(0.75);
  -ms-transform: translate(-50%, -50%) scale(0.75);
  -o-transform: translate(-50%, -50%) scale(0.75);
  transform: translate(-50%, -50%) scale(0.75);
}
.rspbld-price-box:hover .rspbld-icon:before {
  -webkit-box-shadow: 0 0 0 7px #00aeef;
  -moz-box-shadow: 0 0 0 7px #00aeef;
  -ms-box-shadow: 0 0 0 7px #00aeef;
  -o-box-shadow: 0 0 0 7px #00aeef;
  box-shadow: 0 0 0 7px #00aeef;
}
.element-preview .rspbld-price-box {
  margin-left: auto;
  margin-right: auto;
  width: 60%;
}
/* Progress Bars
------------------------------------------------------------------------------*/
.rspbld-progress-bars .progress {
  border-radius: 0;
  height: 35px;
  margin-bottom: 16px;
}
.rspbld-progress-bars .progress .bar {
  background-color: #5e66b1;
}
.rspbld-progress-bars .progress .bar .rspbld-item-title {
  font-size: 18px;
  font-weight: 600;
  line-height: 35px;
}
/* Progress Circles
------------------------------------------------------------------------------*/
.rspbld-progress-circles .progress-circle {
  margin: 0 10% 0 0;
}
.rspbld-progress-circles .progress-circle:last-of-type {
  margin: 0;
}
.rspbld-progress-circles .progress-circle .item-wrapper {
  background-color: #e1e1e1;
}
.rspbld-progress-circles .progress-circle .item-wrapper .bar-wrapper .bar,
.rspbld-progress-circles .progress-circle .item-wrapper[data-width="51"] .fill,
.rspbld-progress-circles .progress-circle .item-wrapper[data-width="52"] .fill,
.rspbld-progress-circles .progress-circle .item-wrapper[data-width="53"] .fill,
.rspbld-progress-circles .progress-circle .item-wrapper[data-width="54"] .fill,
.rspbld-progress-circles .progress-circle .item-wrapper[data-width="55"] .fill,
.rspbld-progress-circles .progress-circle .item-wrapper[data-width="56"] .fill,
.rspbld-progress-circles .progress-circle .item-wrapper[data-width="57"] .fill,
.rspbld-progress-circles .progress-circle .item-wrapper[data-width="58"] .fill,
.rspbld-progress-circles .progress-circle .item-wrapper[data-width="59"] .fill,
.rspbld-progress-circles .progress-circle .item-wrapper[data-width="60"] .fill,
.rspbld-progress-circles .progress-circle .item-wrapper[data-width="61"] .fill,
.rspbld-progress-circles .progress-circle .item-wrapper[data-width="62"] .fill,
.rspbld-progress-circles .progress-circle .item-wrapper[data-width="63"] .fill,
.rspbld-progress-circles .progress-circle .item-wrapper[data-width="64"] .fill,
.rspbld-progress-circles .progress-circle .item-wrapper[data-width="65"] .fill,
.rspbld-progress-circles .progress-circle .item-wrapper[data-width="66"] .fill,
.rspbld-progress-circles .progress-circle .item-wrapper[data-width="67"] .fill,
.rspbld-progress-circles .progress-circle .item-wrapper[data-width="68"] .fill,
.rspbld-progress-circles .progress-circle .item-wrapper[data-width="69"] .fill,
.rspbld-progress-circles .progress-circle .item-wrapper[data-width="70"] .fill,
.rspbld-progress-circles .progress-circle .item-wrapper[data-width="71"] .fill,
.rspbld-progress-circles .progress-circle .item-wrapper[data-width="72"] .fill,
.rspbld-progress-circles .progress-circle .item-wrapper[data-width="73"] .fill,
.rspbld-progress-circles .progress-circle .item-wrapper[data-width="74"] .fill,
.rspbld-progress-circles .progress-circle .item-wrapper[data-width="75"] .fill,
.rspbld-progress-circles .progress-circle .item-wrapper[data-width="76"] .fill,
.rspbld-progress-circles .progress-circle .item-wrapper[data-width="77"] .fill,
.rspbld-progress-circles .progress-circle .item-wrapper[data-width="78"] .fill,
.rspbld-progress-circles .progress-circle .item-wrapper[data-width="79"] .fill,
.rspbld-progress-circles .progress-circle .item-wrapper[data-width="80"] .fill,
.rspbld-progress-circles .progress-circle .item-wrapper[data-width="81"] .fill,
.rspbld-progress-circles .progress-circle .item-wrapper[data-width="82"] .fill,
.rspbld-progress-circles .progress-circle .item-wrapper[data-width="83"] .fill,
.rspbld-progress-circles .progress-circle .item-wrapper[data-width="84"] .fill,
.rspbld-progress-circles .progress-circle .item-wrapper[data-width="85"] .fill,
.rspbld-progress-circles .progress-circle .item-wrapper[data-width="86"] .fill,
.rspbld-progress-circles .progress-circle .item-wrapper[data-width="87"] .fill,
.rspbld-progress-circles .progress-circle .item-wrapper[data-width="88"] .fill,
.rspbld-progress-circles .progress-circle .item-wrapper[data-width="89"] .fill,
.rspbld-progress-circles .progress-circle .item-wrapper[data-width="90"] .fill,
.rspbld-progress-circles .progress-circle .item-wrapper[data-width="91"] .fill,
.rspbld-progress-circles .progress-circle .item-wrapper[data-width="92"] .fill,
.rspbld-progress-circles .progress-circle .item-wrapper[data-width="93"] .fill,
.rspbld-progress-circles .progress-circle .item-wrapper[data-width="94"] .fill,
.rspbld-progress-circles .progress-circle .item-wrapper[data-width="95"] .fill,
.rspbld-progress-circles .progress-circle .item-wrapper[data-width="96"] .fill,
.rspbld-progress-circles .progress-circle .item-wrapper[data-width="97"] .fill,
.rspbld-progress-circles .progress-circle .item-wrapper[data-width="98"] .fill,
.rspbld-progress-circles .progress-circle .item-wrapper[data-width="99"] .fill,
.rspbld-progress-circles .progress-circle .item-wrapper[data-width="100"] .fill {
  border-color: #5e66b1;
}
.rspbld-progress-circles .progress-circle .item-wrapper span {
  background-color: #ffffff;
  color: #b4b4b4;
  font-size: 28px;
  font-weight: 600;
}
.rspbld-progress-circles .progress-circle .rspbld-item-title {
  font-size: 21px;
  font-weight: 600;
  margin: 20px 0 0 0;
  text-transform: uppercase;
}
@media (max-width: 979px) {
  .rspbld-progress-circles .progress-circle {
    display: block;
    margin: 0 0 30px 0;
  }
  .rspbld-progress-circles .progress-circle .item-wrapper {
    margin: 0 auto;
  }
}
/* Tab
------------------------------------------------------------------------------*/
.rspbld-tab .nav-tabs {
  border-color: #e1e1e1;
}
.rspbld-tab .nav-tabs > li > a {
  background-color: #5e66b1;
  border-color: #5e66b1;
  border-radius: 0;
  color: #ffffff;
  font-size: 12px;
  font-weight: 600;
  margin-right: 2px;
  text-transform: uppercase;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}
.rspbld-tab .nav-tabs > li > a:hover, .rspbld-tab .nav-tabs > li > a:focus {
  background-color: #e1e1e1;
  border-color: #e1e1e1;
  color: #000000;
}
.rspbld-tab .nav-tabs > li > a > i {
  vertical-align: baseline;
}
.rspbld-tab .nav-tabs > .active > a,
.rspbld-tab .nav-tabs > .active > a:hover,
.rspbld-tab .nav-tabs > .active > a:focus {
  background-color: #ffffff;
  border-color: #e1e1e1 #e1e1e1 transparent #e1e1e1;
  color: #000000;
}
.rspbld-tab .tab-content {
  background-color: #ffffff;
  border-color: #e1e1e1;
  color: #8e8e8e;
  line-height: 1.8;
  padding: 20px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.rspbld-tab .tab-content p {
  margin-bottom: 15px;
}
.rspbld-tab .tab-content p:last-of-type {
  margin-bottom: 0;
}
.rspbld-tab .tab-content legend {
  color: inherit;
}
.rspbld-tab .tab-content .add-on,
.rspbld-tab .tab-content .popover-content {
  color: #8e8e8e;
}
.rspbld-tab .tab-content .rspbld-image {
  margin: 0 15px 0 0;
}
.rspbld-tab .tab-content .table.table-striped tbody > tr:nth-child(2n+1) > td,
.rspbld-tab .tab-content .table.table-striped tbody > tr:nth-child(2n+1) > th {
  color: #8e8e8e;
}
/* Testimonial Box
------------------------------------------------------------------------------*/
.rspbld-testimonial-box.avatar-bottom {
  overflow: visible;
}
.rspbld-testimonial-box.avatar-bottom .rspbld-inner {
  margin: 0 0 50px 0;
}
.rspbld-testimonial-box.avatar-bottom .rspbld-inner .rspbld-avatar {
  margin: 0;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.25);
  -ms-box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.25);
  -o-box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.25);
  -webkit-transform: translate(-50%, 50%) scale(1) rotate(0deg);
  -moz-transform: translate(-50%, 50%) scale(1) rotate(0deg);
  -ms-transform: translate(-50%, 50%) scale(1) rotate(0deg);
  -o-transform: translate(-50%, 50%) scale(1) rotate(0deg);
  transform: translate(-50%, 50%) scale(1) rotate(0deg);
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}
.rspbld-testimonial-box.avatar-bottom .rspbld-inner:hover .rspbld-avatar {
  -webkit-transform: translate(-50%, 50%) scale(1.2) rotate(6deg);
  -moz-transform: translate(-50%, 50%) scale(1.2) rotate(6deg);
  -ms-transform: translate(-50%, 50%) scale(1.2) rotate(6deg);
  -o-transform: translate(-50%, 50%) scale(1.2) rotate(6deg);
  transform: translate(-50%, 50%) scale(1.2) rotate(6deg);
}
.rspbld-testimonial-box.avatar-bottom .rspbld-inner .rspbld-content-container {
  margin: 0 0 40px 0;
}
.rspbld-testimonial-box.avatar-top {
  overflow: visible;
}
.rspbld-testimonial-box.avatar-top .rspbld-title + .rspbld-inner {
  margin: 80px 0 0 0;
}
.rspbld-testimonial-box.avatar-top .rspbld-inner {
  margin: 50px 0 0 0;
}
.rspbld-testimonial-box.avatar-top .rspbld-inner .rspbld-avatar {
  margin: 0;
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.25);
  -ms-box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.25);
  -o-box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.25);
  -webkit-transform: translate(-50%, -50%) scale(1) rotate(0deg);
  -moz-transform: translate(-50%, -50%) scale(1) rotate(0deg);
  -ms-transform: translate(-50%, -50%) scale(1) rotate(0deg);
  -o-transform: translate(-50%, -50%) scale(1) rotate(0deg);
  transform: translate(-50%, -50%) scale(1) rotate(0deg);
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}
.rspbld-testimonial-box.avatar-top .rspbld-inner:hover .rspbld-avatar {
  -webkit-transform: translate(-50%, -50%) scale(1.2) rotate(6deg);
  -moz-transform: translate(-50%, -50%) scale(1.2) rotate(6deg);
  -ms-transform: translate(-50%, -50%) scale(1.2) rotate(6deg);
  -o-transform: translate(-50%, -50%) scale(1.2) rotate(6deg);
  transform: translate(-50%, -50%) scale(1.2) rotate(6deg);
}
.rspbld-testimonial-box.avatar-top .rspbld-inner .rspbld-content-container {
  margin: 40px 0 0 0;
}
.rspbld-testimonial-box .rspbld-inner {
  border-radius: 4px;
  padding: 30px;
  position: relative;
  z-index: 0;
  background-color: #00aeef;
  background-image: -moz-linear-gradient(-45deg, #00aeef 0%, #00aeef 10%, #00aeef 25%, #0089bc 50%, #0089bc 100%);
  background-image: -webkit-linear-gradient(-45deg, #00aeef 0%, #00aeef 10%, #00aeef 25%, #0089bc 50%, #0089bc 100%);
  background-image: -o-linear-gradient(-45deg, #00aeef 0%, #00aeef 10%, #00aeef 25%, #0089bc 50%, #0089bc 100%);
  background-image: -ms-linear-gradient(-45deg, #00aeef 0%, #00aeef 10%, #00aeef 25%, #0089bc 50%, #0089bc 100%);
  background-image: linear-gradient(135deg, #00aeef 0%, #00aeef 10%, #00aeef 25%, #0089bc 50%, #0089bc 100%);
}
.rspbld-testimonial-box .rspbld-avatar {
  border-radius: 50%;
  display: inline-block;
  height: 100px;
  width: 100px;
  margin: 0 0 20px 0;
  overflow: hidden;
}
.rspbld-testimonial-box .rspbld-avatar.pull-left {
  margin-right: 30px;
}
.rspbld-testimonial-box .rspbld-avatar.pull-right {
  margin-left: 30px;
}
.rspbld-testimonial-box .rspbld-details {
  color: #ffffff;
  font-size: 17px;
  line-height: 1.2;
  margin: 15px 0 0 0;
}
.rspbld-testimonial-box .rspbld-content {
  color: #ffffff;
  font-style: italic;
  line-height: 1.8;
  margin: 0;
  padding: 0;
}
.rspbld-testimonial-box .rspbld-content .fa-quote-left {
  display: none;
}
.rspbld-testimonial-box .rspbld-content .fa-quote-right {
  color: #00aeef;
  display: block;
  font-size: 8em;
  font-style: italic;
  margin-left: 0;
  position: absolute;
  bottom: 0;
  right: 10%;
  z-index: -1;
}
.element-preview .rspbld-testimonial-box {
  margin: 0 auto;
  width: 60%;
}
/* Text Block
------------------------------------------------------------------------------*/
.rspbld-text-block .rspbld-content {
  margin: 0;
}
.rspbld-text-block .rspbld-button {
  margin: 30px 0 0 0;
}
/* Vertical Icon Box
------------------------------------------------------------------------------*/
.rspbld-vertical-icon-box .rspbld-icon {
  background-color: transparent;
  border-radius: 50%;
  color: #000000;
  font-size: 42px;
  margin: 0 0 20px 0;
  overflow: hidden;
  padding: 20px;
  position: relative;
  z-index: 0;
}
.rspbld-vertical-icon-box .rspbld-icon:after {
  background-color: transparent;
  border-radius: 50%;
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  height: calc(100% - 6px);
  width: calc(100% - 6px);
  z-index: -1;
  -webkit-box-shadow: 0 0 0 3px #000000;
  -moz-box-shadow: 0 0 0 3px #000000;
  -ms-box-shadow: 0 0 0 3px #000000;
  -o-box-shadow: 0 0 0 3px #000000;
  box-shadow: 0 0 0 3px #000000;
  -webkit-transform: translate(-50%, -50%) scale(1);
  -moz-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  -o-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}
.rspbld-vertical-icon-box .rspbld-icon:before {
  background-color: transparent;
  border-radius: 50%;
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  height: calc(100% - 14px);
  width: calc(100% - 14px);
  z-index: -1;
  -webkit-transform: translate(-50%, -50%) scale(1);
  -moz-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  -o-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}
.rspbld-vertical-icon-box .rspbld-content {
  line-height: 1.8;
}
.rspbld-vertical-icon-box .rspbld-button {
  margin: 30px 0 0 0;
}
.rspbld-vertical-icon-box:hover .rspbld-icon:after {
  -webkit-transform: translate(-50%, -50%) scale(0.75);
  -moz-transform: translate(-50%, -50%) scale(0.75);
  -ms-transform: translate(-50%, -50%) scale(0.75);
  -o-transform: translate(-50%, -50%) scale(0.75);
  transform: translate(-50%, -50%) scale(0.75);
}
.rspbld-vertical-icon-box:hover .rspbld-icon:before {
  -webkit-box-shadow: 0 0 0 7px #00aeef;
  -moz-box-shadow: 0 0 0 7px #00aeef;
  -ms-box-shadow: 0 0 0 7px #00aeef;
  -o-box-shadow: 0 0 0 7px #00aeef;
  box-shadow: 0 0 0 7px #00aeef;
}
.element-preview .rspbld-vertical-icon-box {
  margin: 0 auto;
  width: 60%;
}
/* Vertical Image Box
------------------------------------------------------------------------------*/
.rspbld-vertical-image-box .rspbld-image {
  border: 20px solid #e1e1e1;
  border-radius: 4px;
  margin: 0 0 30px 0;
  overflow: hidden;
  position: relative;
}
.rspbld-vertical-image-box .rspbld-image > img {
  -webkit-transform: scale(1) rotate(0deg);
  -moz-transform: scale(1) rotate(0deg);
  -ms-transform: scale(1) rotate(0deg);
  -o-transform: scale(1) rotate(0deg);
  transform: scale(1) rotate(0deg);
  -webkit-transition: all 0.3s cubic-bezier(0.8, 1.65, 0.4, 0.65) 0s;
  -moz-transition: all 0.3s cubic-bezier(0.8, 1.65, 0.4, 0.65) 0s;
  -o-transition: all 0.3s cubic-bezier(0.8, 1.65, 0.4, 0.65) 0s;
  transition: all 0.3s cubic-bezier(0.8, 1.65, 0.4, 0.65) 0s;
}
.rspbld-vertical-image-box .rspbld-button {
  margin: 30px 0 0 0;
}
.rspbld-vertical-image-box.dark-image .rspbld-image {
  border: 20px solid #000000;
}
.rspbld-vertical-image-box.light-image .rspbld-image {
  border: 20px solid #ffffff;
}
.rspbld-vertical-image-box:hover .rspbld-image > img {
  -webkit-transform: scale(1.2) rotate(3deg);
  -moz-transform: scale(1.2) rotate(3deg);
  -ms-transform: scale(1.2) rotate(3deg);
  -o-transform: scale(1.2) rotate(3deg);
  transform: scale(1.2) rotate(3deg);
}
.rspbld-vertical-image-box.featured {
  position: relative;
}
.rspbld-vertical-image-box.featured .rspbld-image {
  border: none;
  margin: 0;
  position: relative;
  z-index: 0;
}
.rspbld-vertical-image-box.featured .rspbld-image:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  max-height: 75%;
  z-index: 1;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
  background-image: -webkit-linear-gradient(to top, #5e66b1, transparent);
  background-image: -moz-linear-gradient(to top, #5e66b1, transparent);
  background-image: -ms-linear-gradient(to top, #5e66b1, transparent);
  background-image: -o-linear-gradient(to top, #5e66b1, transparent);
  background-image: linear-gradient(to top, #5e66b1, transparent);
}
.rspbld-vertical-image-box.featured .rspbld-content-container {
  color: #ffffff;
  padding: 20px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}
.rspbld-vertical-image-box.featured .rspbld-title {
  color: #ffffff;
  margin: 0 0 10px 0;
}
.rspbld-vertical-image-box.featured .rspbld-content {
  line-height: 1.2;
}
.rspbld-vertical-image-box.featured .rspbld-button {
  margin: 20px 0 0 0;
}
.rspbld-vertical-image-box.featured:hover .rspbld-image > img {
  -webkit-transform: scale(1) rotate(0);
  -moz-transform: scale(1) rotate(0);
  -ms-transform: scale(1) rotate(0);
  -o-transform: scale(1) rotate(0);
  transform: scale(1) rotate(0);
}
.rspbld-vertical-image-box.featured:hover .rspbld-image:before {
  max-height: 100%;
}
.element-preview .rspbld-vertical-image-box {
  margin: 0 auto;
  width: 60%;
}
/* YouTube Background Video Box
------------------------------------------------------------------------------*/
.rspbld-youtube-background-box {
  padding: 0;
}
.rspbld-youtube-background-box .rspbld-content-container {
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  position: relative;
  width: 1170px;
  z-index: 2;
}
@media (max-width: 1199px) {
  .rspbld-youtube-background-box .rspbld-content-container {
    width: 940px;
  }
}
@media (max-width: 979px) {
  .rspbld-youtube-background-box .rspbld-content-container {
    width: 724px;
  }
}
@media (max-width: 767px) {
  .rspbld-youtube-background-box .rspbld-content-container {
    margin-left: 15px;
    margin-right: 15px;
    width: auto;
  }
}
.rspbld-youtube-background-box .rspbld-content {
  margin: 0;
}
.rspbld-youtube-background-box.full-width .rspbld-content-container {
  width: auto;
}
.rspbld-youtube-background-box.primary-overlay:after,
.rspbld-youtube-background-box.secondary-overlay:after,
.rspbld-youtube-background-box.ternary-overlay:after,
.rspbld-youtube-background-box.quaternary-overlay:after {
  -webkit-opacity: 0.75;
  -moz-opacity: 0.75;
  opacity: 0.75;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=75);
  filter: alpha(opacity=75);
}
.rspbld-youtube-background-box .mb_YTPBar .mb_YTPPlaypause {
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}
.rspbld-youtube-background-box .mb_YTPBar .mb_YTPPlaypause:hover {
  color: #f730b2;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}
.rspbld-youtube-background-box .mb_YTPBar .mb_YTPMuteUnmute {
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}
.rspbld-youtube-background-box .mb_YTPBar .mb_YTPMuteUnmute:hover {
  color: #f730b2;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}
.rspbld-youtube-background-box .mb_YTPBar .simpleSlider {
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}
.rspbld-youtube-background-box .mb_YTPBar .simpleSlider:hover .level {
  background-color: #f730b2;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}
.rspbld-youtube-background-box .mb_YTPBar .mb_YTPUrl {
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}
.rspbld-youtube-background-box .mb_YTPBar .mb_YTPUrl:hover {
  color: #f730b2;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}
.rspbld-youtube-background-box .mb_YTPBar .mb_OnlyYT {
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}
.rspbld-youtube-background-box .mb_YTPBar .mb_OnlyYT:hover {
  color: #f730b2;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}
.rspbld-youtube-background-box .mb_YTPBar .mb_YTPseekbar {
  background-color: #5e66b1;
}
.rspbld-youtube-background-box .YTPOverlay.raster {
  background: url(../images/raster.png);
}
.element-preview .rspbld-youtube-background-box .rspbld-content-container {
  width: 80%;
}
/* RSTickets!Pro
------------------------------------------------------------------------------*/
#rstpl-com_rsticketspro .filters .btn {
  padding: 9px 20px;
}
.rst_dashboard_items .thumbnail {
  background-color: #5e66b1;
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.rst_dashboard_items .thumbnail > a {
  margin: 20px 0;
}
.rst_dashboard_items .thumbnail > a:before {
  content: '\f022';
  display: block;
  font-size: 40px;
  font-family: 'FontAwesome';
  line-height: 1;
  position: relative;
  color: #f730b2;
}
.rst_dashboard_items .thumbnail > a > img {
  display: none;
}
.rst_dashboard_items .thumbnail .caption {
  padding: 0 30px;
  color: #ffffff;
}
.rst_dashboard_items .thumbnail .caption h3 a {
  color: #f730b2;
  text-transform: capitalize;
}
.rst_dashboard_items .span4:first-child .thumbnail > a:before {
  content: '\f044';
}
.rst_dashboard_items .span4:last-child .thumbnail > a:before {
  content: '\f002 ';
}
/* RSContact! Module
------------------------------------------------------------------------------*/
.primary-overlay .rspbld-subscribe h1,
.secondary-overlay .rspbld-subscribe h1,
.ternary-overlay .rspbld-subscribe h1,
.quaternary-overlay .rspbld-subscribe h1,
.primary-overlay .rspbld-subscribe h2,
.secondary-overlay .rspbld-subscribe h2,
.ternary-overlay .rspbld-subscribe h2,
.quaternary-overlay .rspbld-subscribe h2,
.primary-overlay .rspbld-subscribe h3,
.secondary-overlay .rspbld-subscribe h3,
.ternary-overlay .rspbld-subscribe h3,
.quaternary-overlay .rspbld-subscribe h3,
.primary-overlay .rspbld-subscribe h4,
.secondary-overlay .rspbld-subscribe h4,
.ternary-overlay .rspbld-subscribe h4,
.quaternary-overlay .rspbld-subscribe h4,
.primary-overlay .rspbld-subscribe h5,
.secondary-overlay .rspbld-subscribe h5,
.ternary-overlay .rspbld-subscribe h5,
.quaternary-overlay .rspbld-subscribe h5,
.primary-overlay .rspbld-subscribe h6,
.secondary-overlay .rspbld-subscribe h6,
.ternary-overlay .rspbld-subscribe h6,
.quaternary-overlay .rspbld-subscribe h6 {
  color: #000000;
}
.rspbld-subscribe {
  background-color: #ffffff;
  border-radius: 4px;
  padding: 40px;
  text-align: center;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
}
.rspbld-subscribe .rscontact form {
  margin: 0;
}
.rspbld-subscribe .rscontact input,
.rspbld-subscribe .rscontact select,
.rspbld-subscribe .rscontact textarea {
  background-color: #ffffff;
  border-color: #e1e1e1;
  min-height: 44px;
  min-width: unset;
  padding: 12px;
  width: 100%;
}
.rspbld-subscribe .rscontact input:focus,
.rspbld-subscribe .rscontact select:focus,
.rspbld-subscribe .rscontact textarea:focus {
  border-color: #5e66b1;
}
.rspbld-subscribe .rscontact h1,
.rspbld-subscribe .rscontact h2,
.rspbld-subscribe .rscontact h3,
.rspbld-subscribe .rscontact h4,
.rspbld-subscribe .rscontact h5,
.rspbld-subscribe .rscontact h6 {
  color: #000000;
}
.rspbld-subscribe .rscontact .mod-rscontact-error {
  font-weight: 700;
}
/* RSBlog! Calendar Module
------------------------------------------------------------------------------*/
.rsblog-calendar table caption {
  line-height: 50px;
}
.rsblog-calendar table caption a {
  line-height: 50px;
}
.rsblog-calendar table th {
  background-color: #5e66b1;
  color: #ffffff;
  font-size: 11.9px;
  padding: 10px;
}
.rsblog-calendar table td {
  font-size: 11.200000000000001px;
  padding: 0;
}
.rsblog-calendar table td.active a,
.rsblog-calendar table td a:active {
  background-color: #f730b2;
}
.rsblog-calendar table td a {
  padding: 10px;
}
/* RSDirectory! Categories module
-----------------------------------------------------------------------------*/
.rsdir-categories li a {
  border-color: #e1e1e1 !important;
  padding: 5px !important;
}
.rsdir-categories li a:hover {
  background-color: #e6e6e6 !important;
}
.rsdir-categories .rsdir-entries-number {
  background-color: #f730b2 !important;
  border-radius: 4px !important;
}
/* RSDirectory! Entries Carousel module
-----------------------------------------------------------------------------*/
.rsdir .carousel .carousel-entry-title {
  font-size: 20px;
}
.rsdir .carousel .carousel-entry-price {
  color: #f730b2;
  font-size: 18px;
}
.rsdir .carousel .carousel-control {
  line-height: 0.28;
}
/* RSEvents!Pro Archived Events module
-----------------------------------------------------------------------------*/
.rsepro_archived > li {
  margin: 0 0 20px 0;
}
.rsepro_archived .rsepro_container {
  border: 1px solid #e1e1e1;
  border-radius: 4px;
  padding: 15px;
}
.rsepro_archived .rsepro_container h5 {
  margin: 10px 0 0 0;
}
.rsepro_archived .rsepro_details i[class*="icon-"] {
  margin: 0 5px 0 0;
}
/* RSEvents!Pro Attendees module
-----------------------------------------------------------------------------*/
.rsepro_attendees li {
  color: #000000;
  padding: 10px 0;
  width: 33.33%;
}
.rsepro_attendees li > img {
  border-radius: 50%;
  -webkit-box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.1);
}
.rsepro_attendees li > span {
  margin: 0 0 0 10px;
}
#column-left .rsepro_attendees li,
#column-right .rsepro_attendees li {
  width: 50%;
}
#column-left .rsepro_attendees li > img,
#column-right .rsepro_attendees li > img {
  display: inline-block;
  margin: 0;
}
#column-left .rsepro_attendees li > span,
#column-right .rsepro_attendees li > span {
  display: block;
  margin: 10px 0 0 0;
}
/* RSEvents!Pro Calendar module
------------------------------------------------------------------------------*/
.rs_calendar_module {
  border-radius: 4px;
  border: 1px solid #e1e1e1;
  padding: 40px 0;
}
.rs_calendar_module table:first-of-type {
  border: none;
  color: #000000;
  margin-bottom: 30px;
}
.rs_calendar_module table:first-of-type td {
  font-size: 18px;
  padding: 0;
  vertical-align: middle;
}
.rs_calendar_module table:first-of-type td:first-of-type {
  width: 25%;
  vertical-align: top;
}
.rs_calendar_module table:first-of-type td:nth-of-type(2) {
  font-weight: 600;
}
.rs_calendar_module table:first-of-type td:last-of-type {
  width: 25%;
  vertical-align: top;
}
.rs_calendar_module table:first-of-type .rs_calendar_arrows_module {
  color: #999999;
  font-size: 0;
  padding: 0;
}
.rs_calendar_module table:first-of-type .rs_calendar_arrows_module:hover {
  color: #666666;
}
.rs_calendar_module table:first-of-type .rs_calendar_arrows_module#rs_calendar_arrow_left_module {
  float: right;
  text-align: right;
  line-height: 1;
}
.rs_calendar_module table:first-of-type .rs_calendar_arrows_module#rs_calendar_arrow_left_module:before {
  content: "\f104";
  display: block;
  font-family: 'FontAwesome';
  font-size: 25px;
  line-height: 1;
  padding: 6px;
  height: 25px;
  width: 25px;
  text-align: center;
}
.rs_calendar_module table:first-of-type .rs_calendar_arrows_module#rs_calendar_arrow_right_module {
  float: left;
  text-align: left;
  line-height: 1;
}
.rs_calendar_module table:first-of-type .rs_calendar_arrows_module#rs_calendar_arrow_right_module:before {
  content: "\f105";
  display: block;
  font-family: 'FontAwesome';
  font-size: 25px;
  line-height: 1;
  padding: 6px;
  height: 25px;
  width: 25px;
  text-align: center;
}
table.rs_calendar_module {
  border: none;
  font-size: 14px;
  margin: 0;
}
table.rs_calendar_module th {
  background-color: transparent;
  border: none;
  color: #999999;
  font-weight: 600;
  text-transform: uppercase;
}
table.rs_calendar_module td {
  border: none;
}
table.rs_calendar_module td > a {
  color: #000000;
  line-height: 1;
  margin: 5px;
}
table.rs_calendar_module td > a:hover,
table.rs_calendar_module td > a:focus {
  color: #000000;
}
table.rs_calendar_module td > a > span {
  border-radius: 4px;
  display: inline-block;
  line-height: 50px;
  width: 50px;
  height: 50px;
  -webkit-transition: background-color 0.2s linear 0s;
  -moz-transition: background-color 0.2s linear 0s;
  -o-transition: background-color 0.2s linear 0s;
  transition: background-color 0.2s linear 0s;
}
table.rs_calendar_module td.prev-month > a,
table.rs_calendar_module td.next-month > a {
  color: #b3b3b3;
}
table.rs_calendar_module td.prev-month > a > span,
table.rs_calendar_module td.next-month > a > span {
  background-color: #e6e6e6;
}
table.rs_calendar_module td.curr-month > a:hover > span,
table.rs_calendar_module td.curr-month > a:focus > span {
  background-color: #cccccc;
}
table.rs_calendar_module td.curr-day > a {
  color: #ffffff;
}
table.rs_calendar_module td.curr-day > a:hover,
table.rs_calendar_module td.curr-day > a:focus {
  color: #ffffff;
}
table.rs_calendar_module td.curr-day > a:hover > span,
table.rs_calendar_module td.curr-day > a:focus > span {
  background-color: #afa023;
}
table.rs_calendar_module td.curr-day > a > span {
  background-color: #afa023;
}
table.rs_calendar_module td.has-events > a {
  background-color: transparent;
  color: #ffffff;
}
table.rs_calendar_module td.has-events > a:hover,
table.rs_calendar_module td.has-events > a:focus {
  color: #ffffff;
}
table.rs_calendar_module td.has-events > a:hover > span,
table.rs_calendar_module td.has-events > a:focus > span {
  background-color: #f730b2;
}
table.rs_calendar_module td.has-events > a > span {
  background-color: #f730b2;
}
#column-right .rs_calendar_module,
#column-left .rs_calendar_module {
  border: none;
  padding: 0;
}
#column-right table.rs_calendar_module td > a,
#column-left table.rs_calendar_module td > a {
  margin: 2px;
}
#column-right table.rs_calendar_module td > a > span,
#column-left table.rs_calendar_module td > a > span {
  line-height: 30px;
  height: 30px;
  width: 30px;
}
@media (max-width: 979px) {
  #column-right table.rs_calendar_module td > a > span,
  #column-left table.rs_calendar_module td > a > span {
    line-height: 22px;
    height: 22px;
    width: 22px;
  }
}
@media (max-width: 767px) {
  #column-right table.rs_calendar_module td > a > span,
  #column-left table.rs_calendar_module td > a > span {
    line-height: 50px;
    height: 50px;
    width: 50px;
  }
}
@media (max-width: 480px) {
  table.rs_calendar_module td > a > span {
    line-height: 30px;
    height: 30px;
    width: 30px;
  }
  #column-right table.rs_calendar_module td > a > span,
  #column-left table.rs_calendar_module td > a > span {
    line-height: 30px;
    height: 30px;
    width: 30px;
  }
}
/* RSEvents!Pro Categories module
-----------------------------------------------------------------------------*/
.rsepro_categories {
  overflow: visible;
}
.rsepro_categories > li:not(.rsepro-block) {
  margin: 20px 0 0 0;
}
.rsepro_categories > li:not(.rsepro-block):first-of-type {
  margin: 0;
}
.rsepro_categories > li:not(.rsepro-block) > h1,
.rsepro_categories > li:not(.rsepro-block) > h2,
.rsepro_categories > li:not(.rsepro-block) > h3,
.rsepro_categories > li:not(.rsepro-block) > h4,
.rsepro_categories > li:not(.rsepro-block) > h5,
.rsepro_categories > li:not(.rsepro-block) > h6 {
  margin: 0;
}
.rsepro_categories [class*="level"] {
  list-style-type: none;
  margin: 0;
  padding: 0 0 0 20px;
}
.rsepro_categories [class*="level"] > li {
  margin: 10px 0;
  padding: 0;
  position: relative;
}
.rsepro_categories [class*="level"] > li:before {
  color: #8e8e8e;
  content: '\f0da';
  font-family: 'FontAwesome';
  font-size: 14px;
  position: absolute;
  left: -12px;
  top: 0;
}
.rsepro_categories [class*="level"] > li > h1,
.rsepro_categories [class*="level"] > li > h2,
.rsepro_categories [class*="level"] > li > h3,
.rsepro_categories [class*="level"] > li > h4,
.rsepro_categories [class*="level"] > li > h5,
.rsepro_categories [class*="level"] > li > h6 {
  color: #8e8e8e;
  padding: 0;
}
.rsepro_categories [class*="level"] > li a {
  text-transform: none;
}
.rsepro_categories .badge-counter {
  background-color: #afa023;
  border-radius: 50%;
  color: #ffffff;
  display: inline-block;
  font-size: 14px;
  line-height: 2em;
  height: 2em;
  width: 2em;
  margin: 0 0 0 5px;
  text-align: center;
}
.rsepro_categories .rsepro-block {
  margin: 20px 0 0 0;
}
.rsepro_categories .rsepro-block:first-of-type {
  margin-top: 0;
}
.rsepro_categories .rsepro-block li {
  position: relative;
}
.rsepro_categories .rsepro-block li > h1,
.rsepro_categories .rsepro-block li > h2,
.rsepro_categories .rsepro-block li > h3,
.rsepro_categories .rsepro-block li > h4,
.rsepro_categories .rsepro-block li > h5,
.rsepro_categories .rsepro-block li > h6 {
  background-color: #f730b2;
  border-radius: 4px;
  color: #ffffff;
  margin: 0;
  padding: 15px 30px;
  position: relative;
  z-index: 0;
}
.rsepro_categories .rsepro-block li > h1 .mask,
.rsepro_categories .rsepro-block li > h2 .mask,
.rsepro_categories .rsepro-block li > h3 .mask,
.rsepro_categories .rsepro-block li > h4 .mask,
.rsepro_categories .rsepro-block li > h5 .mask,
.rsepro_categories .rsepro-block li > h6 .mask {
  border-radius: 4px;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  z-index: -1;
}
.rsepro_categories .rsepro-block li a {
  color: #ffffff;
  display: block;
}
.rsepro_categories .rsepro-block li a:hover {
  color: #d9d9d9;
}
.rsepro_categories .rsepro-block li.image > h1,
.rsepro_categories .rsepro-block li.image > h2,
.rsepro_categories .rsepro-block li.image > h3,
.rsepro_categories .rsepro-block li.image > h4,
.rsepro_categories .rsepro-block li.image > h5,
.rsepro_categories .rsepro-block li.image > h6 {
  padding: 90px 30px;
  text-align: center;
}
.rsepro_categories .rsepro-block li.image > h1 .background,
.rsepro_categories .rsepro-block li.image > h2 .background,
.rsepro_categories .rsepro-block li.image > h3 .background,
.rsepro_categories .rsepro-block li.image > h4 .background,
.rsepro_categories .rsepro-block li.image > h5 .background,
.rsepro_categories .rsepro-block li.image > h6 .background {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 4px;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  z-index: -2;
}
.rsepro_categories .rsepro-block li.image > h1 .mask,
.rsepro_categories .rsepro-block li.image > h2 .mask,
.rsepro_categories .rsepro-block li.image > h3 .mask,
.rsepro_categories .rsepro-block li.image > h4 .mask,
.rsepro_categories .rsepro-block li.image > h5 .mask,
.rsepro_categories .rsepro-block li.image > h6 .mask {
  -webkit-opacity: 0.7;
  -moz-opacity: 0.7;
  opacity: 0.7;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
  filter: alpha(opacity=70);
  -webkit-transition: opacity 0.2s linear 0s;
  -moz-transition: opacity 0.2s linear 0s;
  -o-transition: opacity 0.2s linear 0s;
  transition: opacity 0.2s linear 0s;
}
.rsepro_categories .rsepro-block li:hover.image .mask {
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
  filter: alpha(opacity=80);
}
.rsepro_categories .rsepro-block .badge-counter {
  margin: 0;
  position: absolute;
  right: -0.6em;
  top: -0.6em;
}
#column-left .rsepro_categories,
#column-right .rsepro_categories {
  padding: 0;
}
#column-left .rsepro_categories > li > h1,
#column-right .rsepro_categories > li > h1,
#column-left .rsepro_categories > li > h2,
#column-right .rsepro_categories > li > h2,
#column-left .rsepro_categories > li > h3,
#column-right .rsepro_categories > li > h3,
#column-left .rsepro_categories > li > h4,
#column-right .rsepro_categories > li > h4,
#column-left .rsepro_categories > li > h5,
#column-right .rsepro_categories > li > h5,
#column-left .rsepro_categories > li > h6,
#column-right .rsepro_categories > li > h6 {
  text-transform: none;
}
#column-left .rsepro_categories .badge-counter,
#column-right .rsepro_categories .badge-counter {
  float: right;
}
/* RSEvents!Pro Events module
-----------------------------------------------------------------------------*/
.rsepro_events_module > li {
  padding: 0;
}
.rsepro_events_module .rsepro_container {
  border: 1px solid #e1e1e1;
  border-radius: 4px;
  font-size: 0;
  line-height: 1;
  margin: 0 0 20px 0;
  padding: 20px;
}
.rsepro_events_module .rsepro_badge_date {
  background-color: #00aeef;
  border-radius: 4px;
  color: #ffffff;
  display: inline-block;
  font-weight: 600;
  line-height: 1;
  margin: 0 20px 0 0;
  padding: 10px;
  height: 75px;
  width: 75px;
  text-align: center;
  text-transform: uppercase;
  vertical-align: top;
}
.rsepro_events_module .rsepro_badge_date .day {
  display: block;
  font-size: 25px;
}
.rsepro_events_module .rsepro_badge_date .month {
  display: block;
  font-size: 12px;
  margin-bottom: 3px;
}
.rsepro_events_module .rsepro_badge_date .year {
  display: block;
  font-size: 12px;
  margin-top: 3px;
}
.rsepro_events_module .rsepro_image {
  border-radius: 4px;
  display: inline-block;
  margin: 0 20px 0 0;
  overflow: hidden;
  position: relative;
  height: 75px;
  width: 75px;
  vertical-align: top;
}
.rsepro_events_module .rsepro_image > img {
  max-width: none;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.rsepro_events_module .rsepro_description {
  display: inline-block;
  font-size: 14px;
  line-height: 1.2;
  margin: 0 20px 0 0;
  vertical-align: top;
  width: calc((100% - 250px) * 0.3);
}
.rsepro_events_module .rsepro_description .rsepro_title {
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
}
.rsepro_events_module .rsepro_description > p:first-of-type {
  margin-top: 5px;
}
.rsepro_events_module .rsepro_description > p:last-of-type {
  margin-bottom: 0;
}
.rsepro_events_module .rsepro_details {
  display: inline-block;
  font-size: 12px;
  line-height: 1.4;
  margin: 0 20px 0 0;
  vertical-align: top;
  width: calc((100% - 250px) * 0.3);
}
.rsepro_events_module .rsepro_details i[class*="icon-"] {
  margin-right: 5px;
  text-align: center;
}
.rsepro_events_module .rsepro_location {
  margin-top: 5px;
}
.rsepro_events_module .rsepro_assets {
  display: inline-block;
  font-size: 12px;
  line-height: 1.4;
  margin: 0 20px 0 0;
  vertical-align: top;
  width: calc((100% - 250px) * 0.2);
}
.rsepro_events_module .rsepro_cats .span6:first-of-type {
  color: #000000;
  font-weight: 600;
  text-transform: uppercase;
}
.rsepro_events_module .rsepro_tags {
  margin-top: 5px;
}
.rsepro_events_module .rsepro_tags .span6:first-of-type {
  color: #000000;
  font-weight: 600;
  text-transform: uppercase;
}
.rsepro_events_module .rsepro_more {
  display: inline-block;
  vertical-align: top;
  width: calc((100% - 250px) * 0.2);
}
.span7 .rsepro_events_module .rsepro_description,
.span8 .rsepro_events_module .rsepro_description,
.span9 .rsepro_events_module .rsepro_description {
  width: calc((100% - 210px) * 0.5);
}
.span7 .rsepro_events_module .rsepro_description + div,
.span8 .rsepro_events_module .rsepro_description + div,
.span9 .rsepro_events_module .rsepro_description + div {
  margin: 0;
  width: calc((100% - 210px) * 0.5);
}
.span7 .rsepro_events_module .rsepro_description + div + div,
.span8 .rsepro_events_module .rsepro_description + div + div,
.span9 .rsepro_events_module .rsepro_description + div + div {
  margin: 15px 20px 0 190px;
  width: calc((100% - 210px) * 0.5);
}
.span7 .rsepro_events_module .rsepro_description + div + div + div,
.span8 .rsepro_events_module .rsepro_description + div + div + div,
.span9 .rsepro_events_module .rsepro_description + div + div + div {
  margin: 15px 0 0 0;
  width: calc((100% - 210px) * 0.5);
}
.span10 .rsepro_events_module .rsepro_badge_date,
.span11 .rsepro_events_module .rsepro_badge_date {
  margin-right: 15px;
}
.span10 .rsepro_events_module .rsepro_image,
.span11 .rsepro_events_module .rsepro_image {
  margin-right: 15px;
}
.span10 .rsepro_events_module .rsepro_description,
.span11 .rsepro_events_module .rsepro_description {
  margin-right: 15px;
  width: calc((100% - 225px) * 0.25);
}
.span10 .rsepro_events_module .rsepro_details,
.span11 .rsepro_events_module .rsepro_details {
  margin-right: 15px;
  width: calc((100% - 225px) * 0.25);
}
.span10 .rsepro_events_module .rsepro_assets,
.span11 .rsepro_events_module .rsepro_assets {
  margin-right: 15px;
  width: calc((100% - 225px) * 0.25);
}
.span10 .rsepro_events_module .rsepro_more,
.span11 .rsepro_events_module .rsepro_more {
  width: calc((100% - 225px) * 0.25);
}
@media (max-width: 1199px) {
  .rsepro_events_module .rsepro_badge_date,
  .rsepro_events_module .rsepro_image {
    margin-right: 15px;
  }
  .rsepro_events_module .rsepro_description {
    margin-right: 15px;
    width: calc((100% - 225px) * 0.25);
  }
  .rsepro_events_module .rsepro_details {
    margin-right: 15px;
    width: calc((100% - 225px) * 0.25);
  }
  .rsepro_events_module .rsepro_assets {
    margin-right: 15px;
    width: calc((100% - 225px) * 0.25);
  }
  .rsepro_events_module .rsepro_more {
    width: calc((100% - 225px) * 0.25);
  }
  .span7 .rsepro_events_module .rsepro_description,
  .span8 .rsepro_events_module .rsepro_description,
  .span9 .rsepro_events_module .rsepro_description {
    width: calc((100% - 195px) * 0.5);
  }
  .span7 .rsepro_events_module .rsepro_description + div,
  .span8 .rsepro_events_module .rsepro_description + div,
  .span9 .rsepro_events_module .rsepro_description + div {
    margin: 0;
    width: calc((100% - 195px) * 0.5);
  }
  .span7 .rsepro_events_module .rsepro_description + div + div,
  .span8 .rsepro_events_module .rsepro_description + div + div,
  .span9 .rsepro_events_module .rsepro_description + div + div {
    margin: 15px 15px 0 180px;
    width: calc((100% - 195px) * 0.5);
  }
  .span7 .rsepro_events_module .rsepro_description + div + div + div,
  .span8 .rsepro_events_module .rsepro_description + div + div + div,
  .span9 .rsepro_events_module .rsepro_description + div + div + div {
    margin: 15px 0 0 0;
    width: calc((100% - 195px) * 0.5);
  }
  .span10 .rsepro_events_module .rsepro_badge_date,
  .span11 .rsepro_events_module .rsepro_badge_date,
  .span10 .rsepro_events_module .rsepro_image,
  .span11 .rsepro_events_module .rsepro_image {
    margin-right: 20px;
  }
  .span10 .rsepro_events_module .rsepro_description,
  .span11 .rsepro_events_module .rsepro_description {
    margin-right: 20px;
    width: calc((100% - 210px) * 0.5);
  }
  .span10 .rsepro_events_module .rsepro_description + div,
  .span11 .rsepro_events_module .rsepro_description + div {
    margin: 0;
    width: calc((100% - 210px) * 0.5);
  }
  .span10 .rsepro_events_module .rsepro_description + div + div,
  .span11 .rsepro_events_module .rsepro_description + div + div {
    margin: 15px 20px 0 190px;
    width: calc((100% - 210px) * 0.5);
  }
  .span10 .rsepro_events_module .rsepro_description + div + div + div,
  .span11 .rsepro_events_module .rsepro_description + div + div + div {
    margin: 15px 0 0 0;
    width: calc((100% - 210px) * 0.5);
  }
}
@media (max-width: 979px) {
  .rsepro_events_module .rsepro_badge_date,
  .rsepro_events_module .rsepro_image {
    margin-right: 20px;
  }
  .rsepro_events_module .rsepro_description {
    margin-right: 20px;
    width: calc((100% - 210px) * 0.5);
  }
  .rsepro_events_module .rsepro_description + div {
    margin: 0;
    width: calc((100% - 210px) * 0.5);
  }
  .rsepro_events_module .rsepro_description + div + div {
    margin: 15px 20px 0 190px;
    width: calc((100% - 210px) * 0.5);
  }
  .rsepro_events_module .rsepro_description + div + div + div {
    margin: 15px 0 0 0;
    width: calc((100% - 210px) * 0.5);
  }
  .span7 .rsepro_events_module .rsepro_badge_date,
  .span8 .rsepro_events_module .rsepro_badge_date,
  .span9 .rsepro_events_module .rsepro_badge_date,
  .span7 .rsepro_events_module .rsepro_image,
  .span8 .rsepro_events_module .rsepro_image,
  .span9 .rsepro_events_module .rsepro_image {
    margin-right: 15px;
  }
  .span7 .rsepro_events_module .rsepro_description,
  .span8 .rsepro_events_module .rsepro_description,
  .span9 .rsepro_events_module .rsepro_description {
    margin-right: 0;
    width: calc((100% - 180px));
  }
  .span7 .rsepro_events_module .rsepro_description + div,
  .span8 .rsepro_events_module .rsepro_description + div,
  .span9 .rsepro_events_module .rsepro_description + div {
    margin: 30px 0 0 180px;
    width: calc((100% - 180px));
  }
  .span7 .rsepro_events_module .rsepro_description + div + div,
  .span8 .rsepro_events_module .rsepro_description + div + div,
  .span9 .rsepro_events_module .rsepro_description + div + div {
    margin: 30px 0 0 180px;
    width: calc((100% - 180px));
  }
  .span7 .rsepro_events_module .rsepro_description + div + div + div,
  .span8 .rsepro_events_module .rsepro_description + div + div + div,
  .span9 .rsepro_events_module .rsepro_description + div + div + div {
    margin: 30px 0 0 180px;
    width: calc((100% - 180px));
  }
}
@media (max-width: 767px) {
  .rsepro_events_module .rsepro_badge_date,
  .rsepro_events_module .rsepro_image {
    margin-right: 15px;
  }
  .rsepro_events_module .rsepro_description {
    margin-right: 0;
    width: calc((100% - 180px));
  }
  .rsepro_events_module .rsepro_description + div {
    margin: 30px 0 0 180px;
    width: calc((100% - 180px));
  }
  .rsepro_events_module .rsepro_description + div + div {
    margin: 30px 0 0 180px;
    width: calc((100% - 180px));
  }
  .rsepro_events_module .rsepro_description + div + div + div {
    margin: 30px 0 0 180px;
    width: calc((100% - 180px));
  }
  .rsepro_events_module .rsepro_assets .row-fluid .span6 {
    float: left;
    width: 47.5%;
    margin: 0 0 0 2.5%;
  }
  .rsepro_events_module .rsepro_assets .row-fluid .span6:first-of-type {
    margin-left: 0;
  }
}
@media (max-width: 480px) {
  [class^="span"] .rsepro_events_module .rsepro_badge_date {
    margin-right: 15px;
  }
  [class^="span"] .rsepro_events_module .rsepro_image {
    margin-right: 0;
  }
  [class^="span"] .rsepro_events_module .rsepro_description {
    margin: 30px 0 0 0;
    width: 100%;
  }
  [class^="span"] .rsepro_events_module .rsepro_description + div {
    margin: 30px 0 0 0;
    width: 100%;
  }
  [class^="span"] .rsepro_events_module .rsepro_description + div + div {
    margin: 30px 0 0 0;
    width: 100%;
  }
  [class^="span"] .rsepro_events_module .rsepro_description + div + div + div {
    margin: 30px 0 0 0;
    width: 100%;
  }
}
/* RSEvents!Pro Featured Events module
-----------------------------------------------------------------------------*/
.rsepro_featured > li {
  padding: 0;
}
.rsepro_featured .rsepro_container {
  border: 1px solid #e1e1e1;
  border-radius: 4px;
  font-size: 0;
  line-height: 1;
  margin: 0 0 20px 0;
  overflow: hidden;
  padding: 20px;
}
.rsepro_featured .rsepro_badge_date {
  background-color: #f730b2;
  border-radius: 4px;
  color: #ffffff;
  display: inline-block;
  font-weight: 600;
  line-height: 1;
  margin: 0 20px 0 0;
  padding: 10px;
  position: relative;
  height: 75px;
  width: 75px;
  text-align: center;
  text-transform: uppercase;
  vertical-align: top;
}
.rsepro_featured .rsepro_badge_date .day {
  display: block;
  font-size: 25px;
}
.rsepro_featured .rsepro_badge_date .month {
  display: block;
  font-size: 12px;
  margin-bottom: 3px;
}
.rsepro_featured .rsepro_badge_date .year {
  display: block;
  font-size: 12px;
  margin-top: 3px;
}
.rsepro_featured .rsepro_badge_date .featured {
  color: #f6b324;
  font-size: 18px;
  position: absolute;
  left: -0.6em;
  top: -0.6em;
}
.rsepro_featured .rsepro_image {
  border-radius: 4px;
  display: inline-block;
  margin: 0 20px 0 0;
  overflow: hidden;
  position: relative;
  height: 75px;
  width: 75px;
  vertical-align: top;
}
.rsepro_featured .rsepro_image > img {
  max-width: none;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.rsepro_featured .rsepro_description {
  display: inline-block;
  font-size: 14px;
  line-height: 1.2;
  margin: 0 20px 0 0;
  vertical-align: top;
  width: calc((100% - 250px) * 0.3);
}
.rsepro_featured .rsepro_description .rsepro_title {
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
}
.rsepro_featured .rsepro_description > p:first-of-type {
  margin-top: 5px;
}
.rsepro_featured .rsepro_description > p:last-of-type {
  margin-bottom: 0;
}
.rsepro_featured .rsepro_details {
  display: inline-block;
  font-size: 12px;
  line-height: 1.4;
  margin: 0 20px 0 0;
  vertical-align: top;
  width: calc((100% - 250px) * 0.3);
}
.rsepro_featured .rsepro_details i[class*="icon-"] {
  margin-right: 5px;
  text-align: center;
}
.rsepro_featured .rsepro_location {
  margin-top: 5px;
}
.rsepro_featured .rsepro_assets {
  display: inline-block;
  font-size: 12px;
  line-height: 1.4;
  margin: 0 20px 0 0;
  vertical-align: top;
  width: calc((100% - 250px) * 0.2);
}
.rsepro_featured .rsepro_cats .span6:first-of-type {
  color: #000000;
  font-weight: 600;
  text-transform: uppercase;
}
.rsepro_featured .rsepro_tags {
  margin-top: 5px;
}
.rsepro_featured .rsepro_tags .span6:first-of-type {
  color: #000000;
  font-weight: 600;
  text-transform: uppercase;
}
.rsepro_featured .rsepro_more {
  display: inline-block;
  vertical-align: top;
  width: calc((100% - 250px) * 0.2);
}
.span7 .rsepro_featured .rsepro_description,
.span8 .rsepro_featured .rsepro_description,
.span9 .rsepro_featured .rsepro_description {
  width: calc((100% - 210px) * 0.5);
}
.span7 .rsepro_featured .rsepro_description + div,
.span8 .rsepro_featured .rsepro_description + div,
.span9 .rsepro_featured .rsepro_description + div {
  margin: 0;
  width: calc((100% - 210px) * 0.5);
}
.span7 .rsepro_featured .rsepro_description + div + div,
.span8 .rsepro_featured .rsepro_description + div + div,
.span9 .rsepro_featured .rsepro_description + div + div {
  margin: 5px 20px 0 190px;
  width: calc((100% - 210px) * 0.5);
}
.span7 .rsepro_featured .rsepro_description + div + div + div,
.span8 .rsepro_featured .rsepro_description + div + div + div,
.span9 .rsepro_featured .rsepro_description + div + div + div {
  margin: 5px 0 0 0;
  width: calc((100% - 210px) * 0.5);
}
.span10 .rsepro_featured .rsepro_badge_date,
.span11 .rsepro_featured .rsepro_badge_date {
  margin-right: 15px;
}
.span10 .rsepro_featured .rsepro_image,
.span11 .rsepro_featured .rsepro_image {
  margin-right: 15px;
}
.span10 .rsepro_featured .rsepro_description,
.span11 .rsepro_featured .rsepro_description {
  margin-right: 15px;
  width: calc((100% - 225px) * 0.25);
}
.span10 .rsepro_featured .rsepro_details,
.span11 .rsepro_featured .rsepro_details {
  margin-right: 15px;
  width: calc((100% - 225px) * 0.25);
}
.span10 .rsepro_featured .rsepro_assets,
.span11 .rsepro_featured .rsepro_assets {
  margin-right: 15px;
  width: calc((100% - 225px) * 0.25);
}
.span10 .rsepro_featured .rsepro_more,
.span11 .rsepro_featured .rsepro_more {
  width: calc((100% - 225px) * 0.25);
}
@media (max-width: 1199px) {
  .rsepro_featured .rsepro_badge_date,
  .rsepro_featured .rsepro_image {
    margin-right: 15px;
  }
  .rsepro_featured .rsepro_description {
    margin-right: 15px;
    width: calc((100% - 225px) * 0.25);
  }
  .rsepro_featured .rsepro_details {
    margin-right: 15px;
    width: calc((100% - 225px) * 0.25);
  }
  .rsepro_featured .rsepro_assets {
    margin-right: 15px;
    width: calc((100% - 225px) * 0.25);
  }
  .rsepro_featured .rsepro_more {
    width: calc((100% - 225px) * 0.25);
  }
  .span7 .rsepro_featured .rsepro_description,
  .span8 .rsepro_featured .rsepro_description,
  .span9 .rsepro_featured .rsepro_description {
    width: calc((100% - 195px) * 0.5);
  }
  .span7 .rsepro_featured .rsepro_description + div,
  .span8 .rsepro_featured .rsepro_description + div,
  .span9 .rsepro_featured .rsepro_description + div {
    margin: 0;
    width: calc((100% - 195px) * 0.5);
  }
  .span7 .rsepro_featured .rsepro_description + div + div,
  .span8 .rsepro_featured .rsepro_description + div + div,
  .span9 .rsepro_featured .rsepro_description + div + div {
    margin: 15px 15px 0 180px;
    width: calc((100% - 195px) * 0.5);
  }
  .span7 .rsepro_featured .rsepro_description + div + div + div,
  .span8 .rsepro_featured .rsepro_description + div + div + div,
  .span9 .rsepro_featured .rsepro_description + div + div + div {
    margin: 15px 0 0 0;
    width: calc((100% - 195px) * 0.5);
  }
  .span10 .rsepro_featured .rsepro_badge_date,
  .span11 .rsepro_featured .rsepro_badge_date,
  .span10 .rsepro_featured .rsepro_image,
  .span11 .rsepro_featured .rsepro_image {
    margin-right: 20px;
  }
  .span10 .rsepro_featured .rsepro_description,
  .span11 .rsepro_featured .rsepro_description {
    margin-right: 20px;
    width: calc((100% - 210px) * 0.5);
  }
  .span10 .rsepro_featured .rsepro_description + div,
  .span11 .rsepro_featured .rsepro_description + div {
    margin: 0;
    width: calc((100% - 210px) * 0.5);
  }
  .span10 .rsepro_featured .rsepro_description + div + div,
  .span11 .rsepro_featured .rsepro_description + div + div {
    margin: 15px 20px 0 190px;
    width: calc((100% - 210px) * 0.5);
  }
  .span10 .rsepro_featured .rsepro_description + div + div + div,
  .span11 .rsepro_featured .rsepro_description + div + div + div {
    margin: 15px 0 0 0;
    width: calc((100% - 210px) * 0.5);
  }
}
@media (max-width: 979px) {
  .rsepro_featured .rsepro_badge_date,
  .rsepro_featured .rsepro_image {
    margin-right: 20px;
  }
  .rsepro_featured .rsepro_description {
    margin-right: 20px;
    width: calc((100% - 210px) * 0.5);
  }
  .rsepro_featured .rsepro_description + div {
    margin: 0;
    width: calc((100% - 210px) * 0.5);
  }
  .rsepro_featured .rsepro_description + div + div {
    margin: 15px 20px 0 190px;
    width: calc((100% - 210px) * 0.5);
  }
  .rsepro_featured .rsepro_description + div + div + div {
    margin: 15px 0 0 0;
    width: calc((100% - 210px) * 0.5);
  }
  .span7 .rsepro_featured .rsepro_badge_date,
  .span8 .rsepro_featured .rsepro_badge_date,
  .span9 .rsepro_featured .rsepro_badge_date,
  .span7 .rsepro_featured .rsepro_image,
  .span8 .rsepro_featured .rsepro_image,
  .span9 .rsepro_featured .rsepro_image {
    margin-right: 15px;
  }
  .span7 .rsepro_featured .rsepro_description,
  .span8 .rsepro_featured .rsepro_description,
  .span9 .rsepro_featured .rsepro_description {
    margin-right: 0;
    width: calc((100% - 180px));
  }
  .span7 .rsepro_featured .rsepro_description + div,
  .span8 .rsepro_featured .rsepro_description + div,
  .span9 .rsepro_featured .rsepro_description + div {
    margin: 15px 0 0 180px;
    width: calc((100% - 180px));
  }
  .span7 .rsepro_featured .rsepro_description + div + div,
  .span8 .rsepro_featured .rsepro_description + div + div,
  .span9 .rsepro_featured .rsepro_description + div + div {
    margin: 15px 0 0 180px;
    width: calc((100% - 180px));
  }
  .span7 .rsepro_featured .rsepro_description + div + div + div,
  .span8 .rsepro_featured .rsepro_description + div + div + div,
  .span9 .rsepro_featured .rsepro_description + div + div + div {
    margin: 15px 0 0 180px;
    width: calc((100% - 180px));
  }
}
@media (max-width: 767px) {
  .rsepro_featured .rsepro_badge_date,
  .rsepro_featured .rsepro_image {
    margin-right: 15px;
  }
  .rsepro_featured .rsepro_description {
    margin-right: 0;
    width: calc((100% - 180px));
  }
  .rsepro_featured .rsepro_description + div {
    margin: 30px 0 0 180px;
    width: calc((100% - 180px));
  }
  .rsepro_featured .rsepro_description + div + div {
    margin: 30px 0 0 180px;
    width: calc((100% - 180px));
  }
  .rsepro_featured .rsepro_description + div + div + div {
    margin: 30px 0 0 180px;
    width: calc((100% - 180px));
  }
  .rsepro_featured .rsepro_assets .row-fluid .span6 {
    float: left;
    width: 47.5%;
    margin: 0 0 0 2.5%;
  }
  .rsepro_featured .rsepro_assets .row-fluid .span6:first-of-type {
    margin-left: 0;
  }
}
@media (max-width: 480px) {
  [class^="span"] .rsepro_featured .rsepro_badge_date {
    margin-right: 15px;
  }
  [class^="span"] .rsepro_featured .rsepro_image {
    margin-right: 0;
  }
  [class^="span"] .rsepro_featured .rsepro_description {
    margin: 30px 0 0 0;
    width: 100%;
  }
  [class^="span"] .rsepro_featured .rsepro_description + div {
    margin: 30px 0 0 0;
    width: 100%;
  }
  [class^="span"] .rsepro_featured .rsepro_description + div + div {
    margin: 30px 0 0 0;
    width: 100%;
  }
  [class^="span"] .rsepro_featured .rsepro_description + div + div + div {
    margin: 30px 0 0 0;
    width: 100%;
  }
}
/* RSEvents!Pro Featured Events module
-----------------------------------------------------------------------------*/
.rsepro_locations li {
  margin-bottom: 10px;
}
.rsepro_locations li > a {
  font-size: 18px;
}
/* RSEvents!Pro Map Module
-----------------------------------------------------------------------------*/
.rstpl-rseventspro_map .rstpl-module {
  background-color: #ffffff;
  border-radius: 4px;
  padding: 20px;
  margin: 20px;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
}
.rstpl-rseventspro_map .rs_module_map {
  margin: 0 !important;
  position: relative;
}
/* RSEvents!Pro Popular Events module
-----------------------------------------------------------------------------*/
.rsepro_popular_list {
  list-style-type: none;
  margin: 0;
}
.rsepro_popular_list > li {
  margin: 0;
  padding: 0;
}
.rsepro_popular_list .rsepro_container {
  height: 400px;
  border-radius: 4px;
  overflow: hidden;
  padding: 20px;
  position: relative;
  z-index: 0;
}
.rsepro_popular_list .rsepro_container:hover .rsepro_background:before {
  max-height: 100%;
}
.rsepro_popular_list .rsepro_background {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
}
.rsepro_popular_list .rsepro_background:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  max-height: 75%;
  -webkit-transition: max-height 0.2s linear 0s;
  -moz-transition: max-height 0.2s linear 0s;
  -o-transition: max-height 0.2s linear 0s;
  transition: max-height 0.2s linear 0s;
  background-image: -webkit-linear-gradient(to top, #5e66b1, transparent);
  background-image: -moz-linear-gradient(to top, #5e66b1, transparent);
  background-image: -ms-linear-gradient(to top, #5e66b1, transparent);
  background-image: -o-linear-gradient(to top, #5e66b1, transparent);
  background-image: linear-gradient(to top, #5e66b1, transparent);
}
.rsepro_popular_list .rsepro_badge_date {
  background-color: #00aeef;
  border-radius: 4px;
  color: #ffffff;
  font-weight: 600;
  line-height: 1;
  margin: 20px;
  padding: 7px;
  position: absolute;
  left: 0;
  top: 0;
  height: 60px;
  width: 60px;
  text-align: center;
  text-transform: uppercase;
}
.rsepro_popular_list .rsepro_badge_date .day {
  display: block;
  font-size: 18px;
}
.rsepro_popular_list .rsepro_badge_date .month {
  display: block;
  font-size: 10px;
  margin-bottom: 3px;
}
.rsepro_popular_list .rsepro_badge_date .year {
  display: block;
  font-size: 10px;
  margin-top: 3px;
}
.rsepro_popular_list .rsepro_details {
  color: #ffffff;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 20px;
  width: 100%;
}
.rsepro_popular_list .rsepro_details > h1,
.rsepro_popular_list .rsepro_details > h2,
.rsepro_popular_list .rsepro_details > h3,
.rsepro_popular_list .rsepro_details > h4,
.rsepro_popular_list .rsepro_details > h5,
.rsepro_popular_list .rsepro_details > h6 {
  margin: 0 0 15px 0;
}
.rsepro_popular_list .rsepro_details > p {
  margin: 0 0 15px 0;
}
.rsepro_popular_list .rsepro_details a {
  color: #ffffff;
}
.rsepro_popular_list .rsepro_details a:hover,
.rsepro_popular_list .rsepro_details a:focus {
  color: #d9d9d9;
}
.rsepro_popular_list .rsepro_details i[class*="icon"] {
  margin-right: 5px;
}
/* RSEvents!Pro Search module
-----------------------------------------------------------------------------*/
.rsepro_search_ajax #rsepro_ajax {
  max-width: 300px;
  width: 100%;
}
.rsepro_search_form div {
  margin-bottom: 10px;
}
.rsepro_search_form label {
  color: #000000;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}
.rsepro_search_form .slider-track {
  background-color: #e6e6e6;
  background-image: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.rsepro_search_form .slider-selection {
  background-color: #cccccc;
  background-image: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.rsepro_search_form .slider-handle {
  background-color: #00aeef;
  background-image: none;
}
.rsepro-module-price-label {
  text-decoration: none;
}
/* RSEvents!Pro Events slider
-----------------------------------------------------------------------------*/
.rseprocarousel {
  margin: 0;
}
.rseprocarousel .item-container {
  display: table;
  overflow: hidden;
  position: relative;
  vertical-align: top;
  width: 100%;
}
.rseprocarousel .mod_slider_inner {
  border: 1px solid #e1e1e1;
  border-radius: 4px;
  position: relative;
}
.rseprocarousel .mod_slider_image {
  border: 20px solid #e1e1e1;
  border-radius: 4px;
  display: table-cell;
  width: 30%;
  overflow: hidden;
  position: relative;
  vertical-align: top;
}
.rseprocarousel .mod_slider_image > img {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 120%;
  max-width: none;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.rseprocarousel .mod_slider_badge_date {
  background-color: #00aeef;
  border-radius: 4px;
  color: #ffffff;
  display: inline-block;
  font-weight: 600;
  line-height: 1;
  margin: 0 10px 0 0;
  padding: 5px;
  height: 56px;
  width: 56px;
  text-align: center;
  text-transform: uppercase;
  vertical-align: top;
}
.rseprocarousel .mod_slider_badge_date .day {
  display: block;
  font-size: 18px;
}
.rseprocarousel .mod_slider_badge_date .month {
  display: block;
  font-size: 10px;
  margin-bottom: 3px;
}
.rseprocarousel .mod_slider_badge_date .year {
  display: block;
  font-size: 10px;
  margin-top: 3px;
}
.rseprocarousel .mod_slider_header {
  margin-bottom: 15px;
}
.rseprocarousel .mod_slider_wrapper {
  display: table-cell;
  margin: 0;
  padding: 30px;
  overflow: hidden;
}
.rseprocarousel .mod_slider_wrapper .mod_slider_title {
  display: inline-block;
  vertical-align: top;
}
.rseprocarousel .mod_slider_wrapper .mod_slider_title h1,
.rseprocarousel .mod_slider_wrapper .mod_slider_title h2,
.rseprocarousel .mod_slider_wrapper .mod_slider_title h3,
.rseprocarousel .mod_slider_wrapper .mod_slider_title h4,
.rseprocarousel .mod_slider_wrapper .mod_slider_title h5,
.rseprocarousel .mod_slider_wrapper .mod_slider_title h6 {
  font-weight: 300;
  margin: 0;
  text-transform: none;
}
.rseprocarousel .mod_slider_wrapper .mod_slider_title h1 {
  font-size: 53px;
}
.rseprocarousel .mod_slider_wrapper .mod_slider_title h2 {
  font-size: 48px;
}
.rseprocarousel .mod_slider_wrapper .mod_slider_title h3 {
  font-size: 42px;
}
.rseprocarousel .mod_slider_wrapper .mod_slider_title h4 {
  font-size: 38px;
}
.rseprocarousel .mod_slider_wrapper .mod_slider_title h5 {
  font-size: 32px;
}
.rseprocarousel .mod_slider_wrapper .mod_slider_title h6 {
  font-size: 27px;
}
.rseprocarousel .mod_slider_details {
  margin: 0 0 30px 0;
  line-height: 1.4;
}
.rseprocarousel .mod_slider_details > span {
  margin: 0 20px 0 0;
}
.rseprocarousel .mod_slider_details i[class*="icon-"] {
  margin-right: 5px;
  text-align: center;
}
.rseprocarousel .mod_slider_control {
  font-size: 0;
  height: 100px !important;
  line-height: 100px !important;
  width: 42px !important;
  -webkit-transition: all 0s linear 0s;
  -moz-transition: all 0s linear 0s;
  -o-transition: all 0s linear 0s;
  transition: all 0s linear 0s;
}
.rseprocarousel .mod_slider_control.mod_slider_left {
  background-color: transparent;
  background-image: url(../images/prev.png);
  background-size: cover;
  left: -8%;
}
.rseprocarousel .mod_slider_control.mod_slider_left:hover,
.rseprocarousel .mod_slider_control.mod_slider_left:focus {
  background-color: transparent !important;
  background-image: url(../images/prev.png) !important;
  background-size: cover !important;
}
.rseprocarousel .mod_slider_control.mod_slider_right {
  background-color: transparent;
  background-image: url(../images/next.png);
  background-size: cover;
  right: -8%;
}
.rseprocarousel .mod_slider_control.mod_slider_right:hover,
.rseprocarousel .mod_slider_control.mod_slider_right:focus {
  background-color: transparent !important;
  background-image: url(../images/next.png) !important;
  background-size: cover !important;
}
.rseprocarousel .mod_slider_container {
  margin: 0;
}
.rseprocarousel .mod_slider_description {
  margin: 0 0 30px 0;
  line-height: 1.6;
}
.rseprocarousel .rs_sharing {
  margin: 0;
}
.rseprocarousel .rs_sharing > li {
  display: inline-block;
  padding: 5px;
}
.rseprocarousel .rs_sharing > li a {
  color: #000000;
}
.rseprocarousel .rs_sharing > li a:hover {
  color: #666666;
}
@media (max-width: 1399px) {
  .rseprocarousel .mod_slider_header {
    padding-right: 54px;
  }
  .rseprocarousel .mod_slider_control {
    height: 40px !important;
    width: 17px !important;
    top: 30px;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .rseprocarousel .mod_slider_control.mod_slider_left {
    background-image: url(../images/prev-small.png);
    left: auto;
    right: 67px;
  }
  .rseprocarousel .mod_slider_control.mod_slider_left:hover,
  .rseprocarousel .mod_slider_control.mod_slider_left:focus {
    background-image: url(../images/prev-small.png) !important;
  }
  .rseprocarousel .mod_slider_control.mod_slider_right {
    right: 30px;
    background-image: url(../images/next-small.png);
  }
  .rseprocarousel .mod_slider_control.mod_slider_right:hover,
  .rseprocarousel .mod_slider_control.mod_slider_right:focus {
    background-image: url(../images/next-small.png) !important;
  }
}
.light .rseprocarousel .mod_slider_inner {
  border: none;
  background-color: rgba(255, 255, 255, 0.25);
  -webkit-box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.25);
  -ms-box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.25);
  -o-box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.25);
}
.light .rseprocarousel .mod_slider_image {
  border: 20px solid #ffffff;
  -webkit-box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.25);
  -ms-box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.25);
  -o-box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.25);
}
.light .rseprocarousel .mod_slider_control.mod_slider_left {
  background-image: url(../images/prev-light.png);
}
.light .rseprocarousel .mod_slider_control.mod_slider_left:hover,
.light .rseprocarousel .mod_slider_control.mod_slider_left:focus {
  background-image: url(../images/prev-light.png) !important;
}
.light .rseprocarousel .mod_slider_control.mod_slider_right {
  background-image: url(../images/next-light.png);
}
.light .rseprocarousel .mod_slider_control.mod_slider_right:hover,
.light .rseprocarousel .mod_slider_control.mod_slider_right:focus {
  background-image: url(../images/next-light.png) !important;
}
.light .rseprocarousel .rs_sharing > li a {
  color: #ffffff;
}
.light .rseprocarousel .rs_sharing > li a:hover {
  color: #000000;
}
@media (max-width: 1399px) {
  .light .rseprocarousel .mod_slider_control.mod_slider_left {
    background-image: url(../images/prev-small-light.png);
  }
  .light .rseprocarousel .mod_slider_control.mod_slider_left:hover,
  .light .rseprocarousel .mod_slider_control.mod_slider_left:focus {
    background-image: url(../images/prev-small-light.png) !important;
  }
  .light .rseprocarousel .mod_slider_control.mod_slider_right {
    background-image: url(../images/next-small-light.png);
  }
  .light .rseprocarousel .mod_slider_control.mod_slider_right:hover,
  .light .rseprocarousel .mod_slider_control.mod_slider_right:focus {
    background-image: url(../images/next-small-light.png) !important;
  }
}
.lighter .rseprocarousel .mod_slider_inner {
  border: none;
  background-color: rgba(255, 255, 255, 0.25);
  -webkit-box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.25);
  -ms-box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.25);
  -o-box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.25);
}
.lighter .rseprocarousel .mod_slider_image {
  border: 20px solid #d9d9d9;
  -webkit-box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.25);
  -ms-box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.25);
  -o-box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.25);
}
.lighter .rseprocarousel .mod_slider_control.mod_slider_left {
  background-image: url(../images/prev-light.png);
}
.lighter .rseprocarousel .mod_slider_control.mod_slider_left:hover,
.lighter .rseprocarousel .mod_slider_control.mod_slider_left:focus {
  background-image: url(../images/prev-light.png) !important;
}
.lighter .rseprocarousel .mod_slider_control.mod_slider_right {
  background-image: url(../images/next-light.png);
}
.lighter .rseprocarousel .mod_slider_control.mod_slider_right:hover,
.lighter .rseprocarousel .mod_slider_control.mod_slider_right:focus {
  background-image: url(../images/next-light.png) !important;
}
.lighter .rseprocarousel .rs_sharing > li a {
  color: #d9d9d9;
}
.lighter .rseprocarousel .rs_sharing > li a:hover {
  color: #000000;
}
@media (max-width: 1399px) {
  .lighter .rseprocarousel .mod_slider_control.mod_slider_left {
    background-image: url(../images/prev-small-light.png);
  }
  .lighter .rseprocarousel .mod_slider_control.mod_slider_left:hover,
  .lighter .rseprocarousel .mod_slider_control.mod_slider_left:focus {
    background-image: url(../images/prev-small-light.png) !important;
  }
  .lighter .rseprocarousel .mod_slider_control.mod_slider_right {
    background-image: url(../images/next-small-light.png);
  }
  .lighter .rseprocarousel .mod_slider_control.mod_slider_right:hover,
  .lighter .rseprocarousel .mod_slider_control.mod_slider_right:focus {
    background-image: url(../images/next-small-light.png) !important;
  }
}
.darker .rseprocarousel .mod_slider_inner {
  border: none;
  background-color: rgba(51, 51, 51, 0.25);
  -webkit-box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.25);
  -ms-box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.25);
  -o-box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.25);
}
.darker .rseprocarousel .mod_slider_image {
  border: 20px solid #595959;
  -webkit-box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.25);
  -ms-box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.25);
  -o-box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.25);
}
.darker .rseprocarousel .rs_sharing > li a {
  color: #595959;
}
.darker .rseprocarousel .rs_sharing > li a:hover {
  color: #ffffff;
}
.dark .rseprocarousel .mod_slider_inner {
  border: none;
  background-color: rgba(51, 51, 51, 0.25);
  -webkit-box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.25);
  -ms-box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.25);
  -o-box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.25);
}
.dark .rseprocarousel .mod_slider_image {
  border: 20px solid #333333;
  -webkit-box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.25);
  -ms-box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.25);
  -o-box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.25);
}
.dark .rseprocarousel .rs_sharing > li a {
  color: #333333;
}
.dark .rseprocarousel .rs_sharing > li a:hover {
  color: #ffffff;
}
.rs_events_slider_timeline_events li {
  border: none;
  border-radius: 0;
  margin: 0 !important;
  padding: 10px !important;
  position: relative;
  z-index: 1;
}
.rs_events_slider_timeline_events .rse_badge_date {
  background-color: #00aeef;
  border-radius: 4px;
  color: #ffffff;
  font-weight: 600;
  line-height: 1;
  margin: 0 10px 0 0;
  padding: 5px;
  height: 55px;
  width: 55px;
  text-align: center;
  text-transform: uppercase;
}
.rs_events_slider_timeline_events .rse_badge_date .day {
  display: block;
  font-size: 20px;
}
.rs_events_slider_timeline_events .rse_badge_date .month {
  display: block;
  font-size: 10px;
  margin-bottom: 2px;
}
.rs_events_slider_timeline_events .rse_badge_date .year {
  display: block;
  font-size: 10px;
  margin-top: 2px;
}
.rs_events_slider_timeline_events .rse_background {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  height: 100%;
  width: 100%;
}
.rs_events_slider_timeline_events .rse_background:before {
  background-color: #5e66b1;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 0;
  -webkit-opacity: 0.75;
  -moz-opacity: 0.75;
  opacity: 0.75;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=75);
  filter: alpha(opacity=75);
}
.rs_events_slider_timeline_events .rse_details {
  color: #ffffff;
  overflow: hidden;
}
.rs_events_slider_timeline_events .rse_name {
  color: #ffffff;
  font-size: 18px;
  margin: 0 0 5px 0;
}
.rs_events_slider_timeline_events .rse_name:hover,
.rs_events_slider_timeline_events .rse_name:focus {
  color: #d9d9d9;
}
.rs_events_slider_timeline_container .resprobar_container {
  background-color: #00aeef;
  padding: 0 10px !important;
}
.rs_events_slider_timeline_container .rseprobar {
  background-color: #00aeef;
}
.rstpl-slideshow-position .rseprocarousel .mod_slider_container {
  margin: 0;
}
.rstpl-slideshow-position .rseprocarousel .mod_slider_inner {
  border: none;
  border-radius: 0;
}
.rstpl-slideshow-position .rseprocarousel .mod_slider_inner .item .item-container {
  position: relative;
}
.rstpl-slideshow-position .rseprocarousel .mod_slider_inner .item .item-container:before {
  background-color: #5e66b1;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  -webkit-opacity: 0.3;
  -moz-opacity: 0.3;
  opacity: 0.3;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=30);
  filter: alpha(opacity=30);
}
.rstpl-slideshow-position .rseprocarousel .mod_slider_caption_container {
  overflow: hidden;
  position: absolute;
  left: 50%;
  top: 50%;
  height: 100% !important;
  width: 60%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.rstpl-slideshow-position .rseprocarousel .mod_slider_caption {
  background-color: transparent;
  padding: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  height: auto !important;
  width: 100%;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.rstpl-slideshow-position .rseprocarousel .mod_slider_caption h1,
.rstpl-slideshow-position .rseprocarousel .mod_slider_caption h2,
.rstpl-slideshow-position .rseprocarousel .mod_slider_caption h3,
.rstpl-slideshow-position .rseprocarousel .mod_slider_caption h4,
.rstpl-slideshow-position .rseprocarousel .mod_slider_caption h5,
.rstpl-slideshow-position .rseprocarousel .mod_slider_caption h6 {
  font-weight: 600;
  line-height: 1.2;
}
.rstpl-slideshow-position .rseprocarousel .mod_slider_caption h1 {
  font-size: 35px;
}
.rstpl-slideshow-position .rseprocarousel .mod_slider_caption h2 {
  font-size: 32px;
}
.rstpl-slideshow-position .rseprocarousel .mod_slider_caption h3 {
  font-size: 28px;
}
.rstpl-slideshow-position .rseprocarousel .mod_slider_caption h4 {
  font-size: 25px;
}
.rstpl-slideshow-position .rseprocarousel .mod_slider_caption h5 {
  font-size: 21px;
}
.rstpl-slideshow-position .rseprocarousel .mod_slider_caption h6 {
  font-size: 18px;
}
.rstpl-slideshow-position .rseprocarousel .mod_slider_caption .mod_slider_date {
  border: 2px solid #ffffff;
  display: inline-block;
  font-size: 28px;
  line-height: 1;
  padding: 15px;
}
.rstpl-slideshow-position .rseprocarousel .mod_slider_caption .mod_slider_title {
  color: #ffffff;
  font-size: 56px;
  line-height: 1;
  margin: 30px 0 0 0;
  text-shadow: 0 0 15px #666666;
}
.rstpl-slideshow-position .rseprocarousel .mod_slider_caption .btn {
  margin-top: 30px;
}
.rstpl-slideshow-position .rseprocarousel .mod_slider_caption .rs_sharing {
  margin: 30px 0 0 0;
}
.rstpl-slideshow-position .rseprocarousel .mod_slider_caption .rs_sharing > li {
  margin: 0 5px;
}
.rstpl-slideshow-position .rseprocarousel .mod_slider_caption .rs_sharing > li a {
  font-size: 18px;
}
.rstpl-slideshow-position .rseprocarousel .mod_slider_caption .rs_sharing > li a:hover {
  color: #ffffff;
}
.rstpl-slideshow-position .rseprocarousel .mod_slider_control {
  height: 170px !important;
  line-height: 170px !important;
  width: 72px !important;
  top: 50%;
}
.rstpl-slideshow-position .rseprocarousel .mod_slider_control.mod_slider_left {
  background-image: url(../images/prev-light.png);
  left: 20%;
  -webkit-transform: translate(-72px, -50%);
  -moz-transform: translate(-72px, -50%);
  -ms-transform: translate(-72px, -50%);
  -o-transform: translate(-72px, -50%);
  transform: translate(-72px, -50%);
}
.rstpl-slideshow-position .rseprocarousel .mod_slider_control.mod_slider_left:hover,
.rstpl-slideshow-position .rseprocarousel .mod_slider_control.mod_slider_left:focus {
  background-image: url(../images/prev-light.png) !important;
}
.rstpl-slideshow-position .rseprocarousel .mod_slider_control.mod_slider_right {
  background-image: url(../images/next-light.png);
  right: 20%;
  -webkit-transform: translate(72px, -50%);
  -moz-transform: translate(72px, -50%);
  -ms-transform: translate(72px, -50%);
  -o-transform: translate(72px, -50%);
  transform: translate(72px, -50%);
}
.rstpl-slideshow-position .rseprocarousel .mod_slider_control.mod_slider_right:hover,
.rstpl-slideshow-position .rseprocarousel .mod_slider_control.mod_slider_right:focus {
  background-image: url(../images/next-light.png) !important;
}
#colum-left .rstpl-rseventspro_slider,
#column-right .rstpl-rseventspro_slider {
  padding: 0;
}
#colum-left .rseprocarousel .mod_slider_inner,
#column-right .rseprocarousel .mod_slider_inner {
  border: none;
  height: 400px;
  position: relative;
  z-index: 0;
}
#colum-left .rseprocarousel .mod_slider_inner .item,
#column-right .rseprocarousel .mod_slider_inner .item {
  height: 100%;
}
#colum-left .rseprocarousel .mod_slider_inner .item-container,
#column-right .rseprocarousel .mod_slider_inner .item-container {
  height: 100%;
}
#colum-left .rseprocarousel .item-container,
#column-right .rseprocarousel .item-container {
  padding: 20px;
}
#colum-left .rseprocarousel .mod_slider_background,
#column-right .rseprocarousel .mod_slider_background {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
}
#colum-left .rseprocarousel .mod_slider_background:before,
#column-right .rseprocarousel .mod_slider_background:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  max-height: 75%;
  background-image: -webkit-linear-gradient(to top, #5e66b1, transparent);
  background-image: -moz-linear-gradient(to top, #5e66b1, transparent);
  background-image: -ms-linear-gradient(to top, #5e66b1, transparent);
  background-image: -o-linear-gradient(to top, #5e66b1, transparent);
  background-image: linear-gradient(to top, #5e66b1, transparent);
}
#colum-left .rseprocarousel .mod_slider_badge_date,
#column-right .rseprocarousel .mod_slider_badge_date {
  margin: 0;
}
#colum-left .rseprocarousel .mod_slider_details,
#column-right .rseprocarousel .mod_slider_details {
  color: #ffffff;
  margin: 0;
  padding: 20px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
#colum-left .rseprocarousel .mod_slider_details a,
#column-right .rseprocarousel .mod_slider_details a {
  color: #ffffff;
}
#colum-left .rseprocarousel .mod_slider_details a:hover,
#column-right .rseprocarousel .mod_slider_details a:hover,
#colum-left .rseprocarousel .mod_slider_details a:focus,
#column-right .rseprocarousel .mod_slider_details a:focus {
  color: #d9d9d9;
}
#colum-left .rseprocarousel .mod_slider_details > h1,
#column-right .rseprocarousel .mod_slider_details > h1,
#colum-left .rseprocarousel .mod_slider_details > h2,
#column-right .rseprocarousel .mod_slider_details > h2,
#colum-left .rseprocarousel .mod_slider_details > h3,
#column-right .rseprocarousel .mod_slider_details > h3,
#colum-left .rseprocarousel .mod_slider_details > h4,
#column-right .rseprocarousel .mod_slider_details > h4,
#colum-left .rseprocarousel .mod_slider_details > h5,
#column-right .rseprocarousel .mod_slider_details > h5,
#colum-left .rseprocarousel .mod_slider_details > h6,
#column-right .rseprocarousel .mod_slider_details > h6 {
  margin: 0 0 15px 0;
}
#colum-left .rseprocarousel .mod_slider_details > p,
#column-right .rseprocarousel .mod_slider_details > p {
  margin: 0 0 15px 0;
}
#colum-left .rseprocarousel .mod_slider_controls_container,
#column-right .rseprocarousel .mod_slider_controls_container {
  right: 20px;
  top: 33px;
  position: absolute;
  height: 30px;
  width: 75px;
}
#colum-left .rseprocarousel .mod_slider_control,
#column-right .rseprocarousel .mod_slider_control {
  background-image: none !important;
  display: inline-block;
  font-size: 2em;
  position: static;
  line-height: 30px !important;
  height: 30px !important;
  width: 30px !important;
  text-align: center;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
#colum-left .rseprocarousel .mod_slider_control.mod_slider_left,
#column-right .rseprocarousel .mod_slider_control.mod_slider_left {
  margin: 0 5px 0 0;
}
#colum-left .rseprocarousel .mod_slider_control.mod_slider_left:before,
#column-right .rseprocarousel .mod_slider_control.mod_slider_left:before {
  content: "\f137";
  display: block;
  font-family: 'FontAwesome';
  height: 100%;
  width: 100%;
}
#colum-left .rseprocarousel .mod_slider_control.mod_slider_right,
#column-right .rseprocarousel .mod_slider_control.mod_slider_right {
  margin: 0 0 0 5px;
}
#colum-left .rseprocarousel .mod_slider_control.mod_slider_right:before,
#column-right .rseprocarousel .mod_slider_control.mod_slider_right:before {
  content: "\f138";
  display: block;
  font-family: 'FontAwesome';
  height: 100%;
  width: 100%;
}
@media (max-width: 979px) {
  .rstpl-slideshow-position .rseprocarousel .mod_slider_caption_container {
    width: 75%;
  }
  .rstpl-slideshow-position .rseprocarousel .mod_slider_control {
    height: 118px !important;
    line-height: 118px !important;
    width: 50px !important;
  }
  .rstpl-slideshow-position .rseprocarousel .mod_slider_control.mod_slider_left {
    left: 12%;
    -webkit-transform: translate(-50px, -50%);
    -moz-transform: translate(-50px, -50%);
    -ms-transform: translate(-50px, -50%);
    -o-transform: translate(-50px, -50%);
    transform: translate(-50px, -50%);
  }
  .rstpl-slideshow-position .rseprocarousel .mod_slider_control.mod_slider_right {
    right: 12%;
    -webkit-transform: translate(50px, -50%);
    -moz-transform: translate(50px, -50%);
    -ms-transform: translate(50px, -50%);
    -o-transform: translate(50px, -50%);
    transform: translate(50px, -50%);
  }
}
@media (max-width: 979px) {
  .rseprocarousel .mod_slider_image {
    width: 40%;
  }
}
@media (max-width: 767px) {
  .rstpl-slideshow-position .rseprocarousel .mod_slider_caption_container {
    width: 100%;
  }
  .rstpl-slideshow-position .rseprocarousel .mod_slider_caption .mod_slider_date {
    font-size: 20px;
    padding: 10px;
  }
  .rstpl-slideshow-position .rseprocarousel .mod_slider_caption .mod_slider_title {
    font-size: 42px;
    margin: 15px 0 0 0;
  }
  .rstpl-slideshow-position .rseprocarousel .mod_slider_caption .btn {
    margin-top: 15px;
  }
  .rstpl-slideshow-position .rseprocarousel .mod_slider_caption .rs_sharing {
    margin: 15px 0 0 0;
  }
  .rstpl-slideshow-position .rseprocarousel .mod_slider_control {
    display: none;
  }
  .rseprocarousel .mod_slider_image {
    width: 50%;
  }
  .rseprocarousel .mod_slider_header {
    padding: 0;
  }
  .rseprocarousel .mod_slider_details > span {
    display: block;
  }
  .rseprocarousel .mod_slider_details > span:last-of-type {
    margin-top: 10px;
  }
  .rseprocarousel .mod_slider_control {
    bottom: 30px;
    top: auto;
    height: 31px !important;
    width: 13px !important;
  }
  .rseprocarousel .mod_slider_control.mod_slider_left {
    right: 58px;
  }
  .rseprocarousel .rs_sharing {
    float: none;
    margin-top: 30px;
  }
}
@media (max-width: 480px) {
  .rseprocarousel .item-container {
    display: block;
  }
  .rseprocarousel .mod_slider_image {
    display: block;
    width: 100%;
  }
  .rseprocarousel .mod_slider_image > img {
    height: auto;
    position: static;
    max-width: 100%;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .rseprocarousel .mod_slider_header {
    display: block;
    padding: 0;
  }
  .rseprocarousel .mod_slider_wrapper {
    display: block;
    padding: 20px;
  }
  .rseprocarousel .mod_slider_control {
    bottom: 20px;
    right: 20px;
  }
  .rstpl-slideshow-position .rseprocarousel .mod_slider_caption .mod_slider_date {
    font-size: 18px;
    padding: 5px;
  }
  .rstpl-slideshow-position .rseprocarousel .mod_slider_caption .mod_slider_title {
    font-size: 26px;
    margin: 10px 0 0 0;
  }
  .rstpl-slideshow-position .rseprocarousel .mod_slider_caption .btn {
    margin-top: 10px;
    padding: 6px 12px;
  }
  .rstpl-slideshow-position .rseprocarousel .mod_slider_caption .rs_sharing {
    margin: 10px 0 0 0;
  }
  .rstpl-slideshow-position .rseprocarousel .mod_slider_caption .rs_sharing > li > a {
    font-size: 14px;
  }
}
/* RSEvents!Pro Tags Cloud
-----------------------------------------------------------------------------*/
.rsepro-tag-module > li > a {
  background-color: #5e66b1;
  color: #ffffff;
  -webkit-transition: background-color 0.2s linear 0s;
  -moz-transition: background-color 0.2s linear 0s;
  -o-transition: background-color 0.2s linear 0s;
  transition: background-color 0.2s linear 0s;
}
.rsepro-tag-module > li > a:hover {
  background-color: #3f4683;
}
/* RSEvents!Pro Upcoming Events module
-----------------------------------------------------------------------------*/
#rsepro-upcoming-module {
  margin: 0;
}
#rsepro-upcoming-module.rsepro-images .row-fluid {
  margin: 0;
}
#rsepro-upcoming-module.rsepro-images .row-fluid [class^="span"] {
  margin: 0;
}
#rsepro-upcoming-module.rsepro-images .row-fluid .span6 {
  width: 50%;
}
#rsepro-upcoming-module.rsepro-images .row-fluid .span4 {
  width: 33.33%;
}
#rsepro-upcoming-module.rsepro-images .row-fluid .span3 {
  width: 25%;
}
@media (max-width: 979px) {
  #rsepro-upcoming-module.rsepro-images .row-fluid [class^="span"] {
    width: 50%;
  }
}
@media (max-width: 767px) {
  #rsepro-upcoming-module.rsepro-images .row-fluid [class^="span"] {
    width: 100%;
  }
}
.rsepro_upcoming {
  margin-bottom: 20px;
}
.rsepro_upcoming:last-of-type {
  margin-bottom: 0;
}
.rsepro_upcoming > li {
  overflow: hidden;
  padding: 0;
  position: relative;
  z-index: 0;
}
.rsepro_upcoming .rsepro_container {
  overflow: hidden;
  padding: 20px;
}
.rsepro_upcoming .rsepro_background {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
}
.rsepro_upcoming .rsepro_background:before {
  background-color: #5e66b1;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -webkit-opacity: 0.75;
  -moz-opacity: 0.75;
  opacity: 0.75;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=75);
  filter: alpha(opacity=75);
}
.rsepro_upcoming .rsepro_background ~ .rsepro_details {
  color: #ffffff;
}
.rsepro_upcoming .rsepro_background ~ .rsepro_details a {
  color: #ffffff;
}
.rsepro_upcoming .rsepro_background ~ .rsepro_details a:hover {
  color: #d9d9d9;
}
.rsepro_upcoming .rsepro_badge_date {
  background-color: #00aeef;
  border-radius: 4px;
  color: #ffffff;
  font-weight: 600;
  line-height: 1;
  margin: 0 20px 0 0;
  padding: 10px;
  height: 75px;
  width: 75px;
  text-align: center;
  text-transform: uppercase;
}
.rsepro_upcoming .rsepro_badge_date .day {
  display: block;
  font-size: 25px;
}
.rsepro_upcoming .rsepro_badge_date .month {
  display: block;
  font-size: 12px;
  margin-bottom: 3px;
}
.rsepro_upcoming .rsepro_badge_date .year {
  display: block;
  font-size: 12px;
  margin-top: 3px;
}
.rsepro_upcoming .rsepro_details {
  overflow: hidden;
}
.rsepro_upcoming .rsepro_details > h6 {
  margin: 0 0 5px 0;
}
.rsepro_upcoming .rsepro_details > p {
  margin: 0;
}
#column-left .rsepro_upcoming .rsepro_badge_date,
#column-right .rsepro_upcoming .rsepro_badge_date {
  margin: 0 10px 0 0;
  height: 65px;
  width: 65px;
}
#column-left .rsepro_upcoming .rsepro_badge_date .day,
#column-right .rsepro_upcoming .rsepro_badge_date .day {
  font-size: 20px;
}
#column-left .rsepro_upcoming .rsepro_badge_date .month,
#column-right .rsepro_upcoming .rsepro_badge_date .month {
  font-size: 10px;
  margin-bottom: 2px;
}
#column-left .rsepro_upcoming .rsepro_badge_date .year,
#column-right .rsepro_upcoming .rsepro_badge_date .year {
  font-size: 10px;
  margin-top: 2px;
}
#column-left .rsepro_upcoming .rsepro_details > h6,
#column-right .rsepro_upcoming .rsepro_details > h6 {
  margin: 0 0 2px 0;
}
@media (max-width: 979px) {
  #column-left .rsepro_upcoming .rsepro_badge_date,
  #column-right .rsepro_upcoming .rsepro_badge_date {
    padding: 5px;
    height: 50px;
    width: 50px;
  }
  #column-left .rsepro_upcoming .rsepro_badge_date .day,
  #column-right .rsepro_upcoming .rsepro_badge_date .day {
    font-size: 17px;
  }
}
@media (max-width: 767px) {
  #column-left .rsepro_upcoming .rsepro_badge_date,
  #column-right .rsepro_upcoming .rsepro_badge_date {
    padding: 10px;
    height: 65px;
    width: 65px;
  }
  #column-left .rsepro_upcoming .rsepro_badge_date .day,
  #column-right .rsepro_upcoming .rsepro_badge_date .day {
    font-size: 20px;
  }
}
@media (max-width: 480px) {
  #column-left .rsepro_upcoming .rsepro_badge_date,
  #column-right .rsepro_upcoming .rsepro_badge_date {
    padding: 5px;
    height: 50px;
    width: 50px;
  }
  #column-left .rsepro_upcoming .rsepro_badge_date .day,
  #column-right .rsepro_upcoming .rsepro_badge_date .day {
    font-size: 17px;
  }
}
/* RSFeedback! Button module
-----------------------------------------------------------------------------*/
.rstpl-rsfeedback_button #FeedbackLinkDiv {
  height: 110px;
  width: 40px;
}
/* RSFeedback! Testimonials module
-----------------------------------------------------------------------------*/
.mod_rsfe_testimonials .carousel-control {
  height: 57px;
  width: 57px;
}
.mod_rsfe_testimonials .carousel-inner .item a.btn {
  color: #5e66b1 !important;
}
/* RSMediaGallery! Advanced Slideshow Module
------------------------------------------------------------------------------*/
.rsmg_adv_mod_container .rsmg_adv_mod_box .label_skitter {
  background-color: #5e66b1;
}
.rsmg_adv_mod_container .rsmg_adv_mod_box .progressbar {
  background-color: #5e66b1 !important;
}
.skitter-square .info_slide_dots {
  bottom: 100px !important;
}
.skitter-square .info_slide_dots .image_number {
  background-color: #ffffff !important;
  border: 2px solid #ffffff;
  height: 20px !important;
  width: 20px !important;
}
.skitter-square .info_slide_dots .image_number.image_number_select {
  background-color: transparent !important;
}
/* RSMediaGallery! Responsive Slideshow Module
------------------------------------------------------------------------------*/
[class*="rsmg_rsp_container"] {
  z-index: 0;
}
[class*="rsmg_rsp_container"].rscarousel {
  margin-bottom: 0;
}
[class*="rsmg_rsp_container"].rscarousel .carousel-inner {
  position: relative;
  z-index: 0;
}
[class*="rsmg_rsp_container"].rscarousel .carousel-inner:before {
  background-color: #5e66b1;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  -webkit-opacity: 0.3;
  -moz-opacity: 0.3;
  opacity: 0.3;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=30);
  filter: alpha(opacity=30);
}
[class*="rsmg_rsp_container"].rscarousel .carousel-indicators li {
  background-color: transparent;
  border-radius: 50%;
  border: 2px solid #ffffff;
  margin: 0 5px;
  height: 22px;
  width: 22px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
[class*="rsmg_rsp_container"].rscarousel .carousel-indicators li:hover {
  background-color: transparent;
}
[class*="rsmg_rsp_container"].rscarousel .carousel-indicators li.active {
  background-color: #ffffff;
}
[class*="rsmg_rsp_container"].rscarousel .carousel-indicators.left-inline-bottom {
  bottom: 10%;
  left: 5%;
}
[class*="rsmg_rsp_container"].rscarousel .carousel-indicators.right-inline-bottom .slick-dots {
  bottom: 10%;
  right: 5%;
}
[class*="rsmg_rsp_container"].rscarousel .carousel-indicators.center-inline-bottom {
  bottom: 10%;
}
@media (max-width: 767px) {
  [class*="rsmg_rsp_container"].rscarousel .carousel-indicators.center-inline-bottom {
    display: none !important;
  }
}
[class*="rsmg_rsp_container"].rscarousel .carousel-indicators.left-inline-top {
  left: 5%;
  top: 10%;
}
[class*="rsmg_rsp_container"].rscarousel .carousel-indicators.right-inline-top {
  right: 5%;
  top: 10%;
}
[class*="rsmg_rsp_container"].rscarousel .carousel-indicators.center-inline-top {
  top: 10%;
}
@media (max-width: 979px) {
  [class*="rsmg_rsp_container"].rscarousel .carousel-indicators {
    display: none;
  }
}
[class*="rsmg_rsp_container"].rscarousel > .carousel-control {
  background-color: transparent;
  background-image: none;
  border: none;
  border-radius: 0;
  left: 20%;
  height: 170px;
  width: 72px;
  top: 50%;
  z-index: 1;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  -webkit-transform: translate(-72px, -50%);
  -moz-transform: translate(-72px, -50%);
  -ms-transform: translate(-72px, -50%);
  -o-transform: translate(-72px, -50%);
  transform: translate(-72px, -50%);
}
[class*="rsmg_rsp_container"].rscarousel > .carousel-control:before {
  background-image: url(../images/prev-light.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  display: block;
  height: 100%;
  width: 100%;
}
[class*="rsmg_rsp_container"].rscarousel > .carousel-control:hover {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
@media (max-width: 767px) {
  [class*="rsmg_rsp_container"].rscarousel > .carousel-control {
    display: none;
  }
}
[class*="rsmg_rsp_container"].rscarousel > .carousel-control.right {
  left: auto;
  right: 20%;
  -webkit-transform: translate(72px, -50%);
  -moz-transform: translate(72px, -50%);
  -ms-transform: translate(72px, -50%);
  -o-transform: translate(72px, -50%);
  transform: translate(72px, -50%);
}
[class*="rsmg_rsp_container"].rscarousel > .carousel-control.right:before {
  background-image: url(../images/next-light.png);
}
[class*="rsmg_rsp_container"].rscarousel .rstpl-caption {
  color: #ffffff;
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 60%;
  z-index: 1;
  padding: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
[class*="rsmg_rsp_container"].rscarousel .rstpl-caption h1,
[class*="rsmg_rsp_container"].rscarousel .rstpl-caption h2,
[class*="rsmg_rsp_container"].rscarousel .rstpl-caption h3,
[class*="rsmg_rsp_container"].rscarousel .rstpl-caption h4,
[class*="rsmg_rsp_container"].rscarousel .rstpl-caption h5 {
  color: #ffffff;
  font-weight: 600;
  line-height: 1.2;
  margin: 0;
  text-shadow: 0 0 15px #666666;
}
[class*="rsmg_rsp_container"].rscarousel .rstpl-caption .lead {
  font-size: 25px;
  font-weight: 300;
  margin: 30px auto 0 auto;
}
[class*="rsmg_rsp_container"].rscarousel .rstpl-caption .lead + .btn {
  margin-top: 30px;
}
[class*="rsmg_rsp_container"].rscarousel .rstpl-caption h1 {
  font-size: 62px;
}
[class*="rsmg_rsp_container"].rscarousel .rstpl-caption h2 {
  font-size: 56px;
}
[class*="rsmg_rsp_container"].rscarousel .rstpl-caption h3 {
  font-size: 49px;
}
[class*="rsmg_rsp_container"].rscarousel .rstpl-caption h4 {
  font-size: 44px;
}
[class*="rsmg_rsp_container"].rscarousel .rstpl-caption h5 {
  font-size: 37px;
}
@media (max-width: 979px) {
  [class*="rsmg_rsp_container"].rscarousel > .carousel-control {
    height: 118px;
    width: 50px;
    left: 12%;
    -webkit-transform: translate(-50px, -50%);
    -moz-transform: translate(-50px, -50%);
    -ms-transform: translate(-50px, -50%);
    -o-transform: translate(-50px, -50%);
    transform: translate(-50px, -50%);
  }
  [class*="rsmg_rsp_container"].rscarousel > .carousel-control.right {
    right: 12%;
    -webkit-transform: translate(50px, -50%);
    -moz-transform: translate(50px, -50%);
    -ms-transform: translate(50px, -50%);
    -o-transform: translate(50px, -50%);
    transform: translate(50px, -50%);
  }
  [class*="rsmg_rsp_container"].rscarousel .rstpl-caption {
    width: 75%;
  }
}
@media (max-width: 767px) {
  [class*="rsmg_rsp_container"].rscarousel .rstpl-caption {
    width: 100%;
  }
  [class*="rsmg_rsp_container"].rscarousel .rstpl-caption h1 {
    font-size: 46px;
  }
  [class*="rsmg_rsp_container"].rscarousel .rstpl-caption h2 {
    font-size: 42px;
  }
  [class*="rsmg_rsp_container"].rscarousel .rstpl-caption h3 {
    font-size: 37px;
  }
  [class*="rsmg_rsp_container"].rscarousel .rstpl-caption h4 {
    font-size: 33px;
  }
  [class*="rsmg_rsp_container"].rscarousel .rstpl-caption h5 {
    font-size: 28px;
  }
  [class*="rsmg_rsp_container"].rscarousel .rstpl-caption .lead {
    font-size: 19px;
    margin: 15px auto 0 auto;
  }
  [class*="rsmg_rsp_container"].rscarousel .rstpl-caption .lead + .btn {
    margin-top: 15px;
  }
}
/* RSMediaGallery! Responsive Slider
------------------------------------------------------------------------------*/
[class*="rsmg_rsp_slider_container"] {
  z-index: 0;
}
[class*="rsmg_rsp_slider_container"].slick-carousel .slick-dots {
  height: 22px;
}
[class*="rsmg_rsp_slider_container"].slick-carousel .slick-dots li {
  margin: 0 5px !important;
  height: 22px;
  width: 22px;
  vertical-align: top;
}
[class*="rsmg_rsp_slider_container"].slick-carousel .slick-dots li button {
  background-color: transparent;
  border: 2px solid #ffffff;
  height: 22px;
  width: 22px;
}
[class*="rsmg_rsp_slider_container"].slick-carousel .slick-dots li.slick-active button {
  background-color: #ffffff;
}
@media (max-width: 979px) {
  [class*="rsmg_rsp_slider_container"].slick-carousel .slick-dots {
    display: none;
  }
}
[class*="rsmg_rsp_slider_container"].slick-carousel.left-inline-bottom .slick-dots {
  bottom: 10%;
  left: 5%;
}
[class*="rsmg_rsp_slider_container"].slick-carousel.right-inline-bottom .slick-dots {
  bottom: 10%;
  right: 5%;
}
[class*="rsmg_rsp_slider_container"].slick-carousel.center-inline-bottom .slick-dots {
  bottom: 10%;
}
@media (max-width: 767px) {
  [class*="rsmg_rsp_slider_container"].slick-carousel.center-inline-bottom .slick-dots {
    display: none !important;
  }
}
[class*="rsmg_rsp_slider_container"].slick-carousel.left-inline-top .slick-dots {
  left: 5%;
  top: 10%;
}
[class*="rsmg_rsp_slider_container"].slick-carousel.right-inline-top .slick-dots {
  right: 5%;
  top: 10%;
}
[class*="rsmg_rsp_slider_container"].slick-carousel.center-inline-top .slick-dots {
  top: 10%;
}
[class*="rsmg_rsp_slider_container"].slick-carousel .rstpl-car-previous,
[class*="rsmg_rsp_slider_container"].slick-carousel .rstpl-car-next {
  background-color: transparent;
  left: 20%;
  height: 170px;
  width: 72px;
  z-index: 1;
  -webkit-transform: translate(-72px, -50%);
  -moz-transform: translate(-72px, -50%);
  -ms-transform: translate(-72px, -50%);
  -o-transform: translate(-72px, -50%);
  transform: translate(-72px, -50%);
}
[class*="rsmg_rsp_slider_container"].slick-carousel .rstpl-car-previous:before,
[class*="rsmg_rsp_slider_container"].slick-carousel .rstpl-car-next:before {
  background-image: url(../images/prev-light.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
[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-next {
  left: auto;
  right: 20%;
  -webkit-transform: translate(72px, -50%);
  -moz-transform: translate(72px, -50%);
  -ms-transform: translate(72px, -50%);
  -o-transform: translate(72px, -50%);
  transform: translate(72px, -50%);
}
[class*="rsmg_rsp_slider_container"].slick-carousel .rstpl-car-next:before {
  background-image: url(../images/next-light.png);
}
[class*="rsmg_rsp_slider_container"].slick-carousel .rstpl-caption {
  color: #ffffff;
  display: inline-block;
  padding: 0;
  width: 60%;
}
[class*="rsmg_rsp_slider_container"].slick-carousel .rstpl-caption h1,
[class*="rsmg_rsp_slider_container"].slick-carousel .rstpl-caption h2,
[class*="rsmg_rsp_slider_container"].slick-carousel .rstpl-caption h3,
[class*="rsmg_rsp_slider_container"].slick-carousel .rstpl-caption h4,
[class*="rsmg_rsp_slider_container"].slick-carousel .rstpl-caption h5 {
  color: #ffffff;
  font-weight: 600;
  line-height: 1.2;
  margin: 0;
  text-shadow: 0 0 15px #666666;
}
[class*="rsmg_rsp_slider_container"].slick-carousel .rstpl-caption h1 + p,
[class*="rsmg_rsp_slider_container"].slick-carousel .rstpl-caption h2 + p,
[class*="rsmg_rsp_slider_container"].slick-carousel .rstpl-caption h3 + p,
[class*="rsmg_rsp_slider_container"].slick-carousel .rstpl-caption h4 + p,
[class*="rsmg_rsp_slider_container"].slick-carousel .rstpl-caption h5 + p {
  line-height: 1.6;
  margin: 30px auto 0 auto;
}
[class*="rsmg_rsp_slider_container"].slick-carousel .rstpl-caption p {
  font-weight: 300;
}
[class*="rsmg_rsp_slider_container"].slick-carousel .rstpl-caption p + .btn-container {
  margin-top: 30px;
}
[class*="rsmg_rsp_slider_container"].slick-carousel .rstpl-caption.vertical-middle.big,
[class*="rsmg_rsp_slider_container"].slick-carousel .rstpl-caption.vertical-middle.medium {
  left: 50%;
  top: 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%);
}
[class*="rsmg_rsp_slider_container"].slick-carousel .rstpl-caption.medium h1 {
  font-size: 44px;
}
[class*="rsmg_rsp_slider_container"].slick-carousel .rstpl-caption.medium h2 {
  font-size: 40px;
}
[class*="rsmg_rsp_slider_container"].slick-carousel .rstpl-caption.medium h3 {
  font-size: 35px;
}
[class*="rsmg_rsp_slider_container"].slick-carousel .rstpl-caption.medium h3 {
  font-size: 35px;
}
[class*="rsmg_rsp_slider_container"].slick-carousel .rstpl-caption.medium h4 {
  font-size: 32px;
}
[class*="rsmg_rsp_slider_container"].slick-carousel .rstpl-caption.medium h5 {
  font-size: 27px;
}
[class*="rsmg_rsp_slider_container"].slick-carousel .rstpl-caption.medium p {
  font-size: 18px;
}
[class*="rsmg_rsp_slider_container"].slick-carousel .rstpl-caption.big h1 {
  font-size: 62px;
}
[class*="rsmg_rsp_slider_container"].slick-carousel .rstpl-caption.big h2 {
  font-size: 56px;
}
[class*="rsmg_rsp_slider_container"].slick-carousel .rstpl-caption.big h3 {
  font-size: 49px;
}
[class*="rsmg_rsp_slider_container"].slick-carousel .rstpl-caption.big h3 {
  font-size: 49px;
}
[class*="rsmg_rsp_slider_container"].slick-carousel .rstpl-caption.big h4 {
  font-size: 44px;
}
[class*="rsmg_rsp_slider_container"].slick-carousel .rstpl-caption.big h5 {
  font-size: 37px;
}
[class*="rsmg_rsp_slider_container"].slick-carousel .rstpl-caption.big p {
  font-size: 25px;
}
@media (max-width: 979px) {
  [class*="rsmg_rsp_slider_container"].slick-carousel .rstpl-car-previous,
  [class*="rsmg_rsp_slider_container"].slick-carousel .rstpl-car-next {
    height: 118px;
    width: 50px;
    left: 12%;
    -webkit-transform: translate(-50px, -50%);
    -moz-transform: translate(-50px, -50%);
    -ms-transform: translate(-50px, -50%);
    -o-transform: translate(-50px, -50%);
    transform: translate(-50px, -50%);
  }
  [class*="rsmg_rsp_slider_container"].slick-carousel .rstpl-car-next {
    left: auto;
    right: 12%;
    -webkit-transform: translate(50px, -50%);
    -moz-transform: translate(50px, -50%);
    -ms-transform: translate(50px, -50%);
    -o-transform: translate(50px, -50%);
    transform: translate(50px, -50%);
  }
  [class*="rsmg_rsp_slider_container"].slick-carousel .rstpl-caption {
    width: 75%;
  }
}
@media (max-width: 767px) {
  [class*="rsmg_rsp_slider_container"].slick-carousel .rstpl-caption {
    width: 100%;
  }
  [class*="rsmg_rsp_slider_container"].slick-carousel .rstpl-caption h1 + p,
  [class*="rsmg_rsp_slider_container"].slick-carousel .rstpl-caption h2 + p,
  [class*="rsmg_rsp_slider_container"].slick-carousel .rstpl-caption h3 + p,
  [class*="rsmg_rsp_slider_container"].slick-carousel .rstpl-caption h4 + p,
  [class*="rsmg_rsp_slider_container"].slick-carousel .rstpl-caption h5 + p {
    margin: 15px auto 0 auto;
  }
  [class*="rsmg_rsp_slider_container"].slick-carousel .rstpl-caption p + .btn-container {
    margin-top: 15px;
  }
  [class*="rsmg_rsp_slider_container"].slick-carousel .rstpl-caption.medium h1 {
    font-size: 39px;
  }
  [class*="rsmg_rsp_slider_container"].slick-carousel .rstpl-caption.medium h2 {
    font-size: 36px;
  }
  [class*="rsmg_rsp_slider_container"].slick-carousel .rstpl-caption.medium h3 {
    font-size: 31px;
  }
  [class*="rsmg_rsp_slider_container"].slick-carousel .rstpl-caption.medium h3 {
    font-size: 31px;
  }
  [class*="rsmg_rsp_slider_container"].slick-carousel .rstpl-caption.medium h4 {
    font-size: 28px;
  }
  [class*="rsmg_rsp_slider_container"].slick-carousel .rstpl-caption.medium h5 {
    font-size: 24px;
  }
  [class*="rsmg_rsp_slider_container"].slick-carousel .rstpl-caption.medium p {
    font-size: 16px;
  }
  [class*="rsmg_rsp_slider_container"].slick-carousel .rstpl-caption.big h1 {
    font-size: 46px;
  }
  [class*="rsmg_rsp_slider_container"].slick-carousel .rstpl-caption.big h2 {
    font-size: 42px;
  }
  [class*="rsmg_rsp_slider_container"].slick-carousel .rstpl-caption.big h3 {
    font-size: 37px;
  }
  [class*="rsmg_rsp_slider_container"].slick-carousel .rstpl-caption.big h3 {
    font-size: 37px;
  }
  [class*="rsmg_rsp_slider_container"].slick-carousel .rstpl-caption.big h4 {
    font-size: 33px;
  }
  [class*="rsmg_rsp_slider_container"].slick-carousel .rstpl-caption.big h5 {
    font-size: 28px;
  }
  [class*="rsmg_rsp_slider_container"].slick-carousel .rstpl-caption.big p {
    font-size: 19px;
  }
}
[class*="rsmg_rsp_slider_container"].slick-slider {
  margin-bottom: 0;
}
/* RSMediaGallery! Showcase
------------------------------------------------------------------------------*/
.rsp_container {
  padding: 0 !important;
}
.rsp_container .rsp_picture_container {
  margin: 5px 10px 5px 0px;
}
.rsp_container .rsp_picture_container .rsp_picture {
  max-height: 200px;
  position: relative;
  -webkit-opacity: 1 !important;
  -moz-opacity: 1 !important;
  opacity: 1 !important;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100) !important;
  filter: alpha(opacity=100) !important;
}
.rsp_container .rsp_picture_container .rsp_picture:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.rsp_container .rsp_picture_container .rsp_icon_over {
  background-color: #5e66b1;
  border: 1px solid #5e66b1;
  max-height: 200px;
}
.rsp_container .rsp_picture_container .rsp_icon_over .rsmgsc-search {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.rsp_cover_close:hover {
  background-color: transparent;
  background-image: none;
  color: #ffffff;
}
/* 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 0;
  padding-bottom: 30px;
  text-align: center;
}
.rstpl-actual-error .label-inverse {
  background-color: #00aeef;
  border-radius: 4px;
  color: #ffffff;
  font-size: 5em;
  font-weight: 500;
  line-height: 180px;
  margin: 0 auto;
  padding: 0;
  position: relative;
  height: 180px;
  width: 180px;
}
.rstpl-actual-error p {
  font-size: 26px;
  font-weight: 400;
  margin-top: 60px;
  line-height: 28px;
}
.rstpl-error-reasons {
  margin: 0 auto;
  text-align: center;
}
.rstpl-error-reasons li {
  list-style: none;
}
/* 11 Widgets
------------------------------------------------------------------------------*/
.rstpl-widget {
  margin-bottom: 30px;
}
/* Twitter Widget
------------------------------------------------------------------------------*/
.rstpl-widget {
  padding: 30px;
}
.rstpl-widget .rstpl-title {
  margin: 0 0 15px 0;
}
.rstpl-widget .rstpl-twitter-widget-slider {
  margin-bottom: 75px;
  text-align: center;
}
.rstpl-widget .rstpl-twitter-widget-slider .icon-twitter {
  font-size: 30px;
  color: #f730b2;
  display: inline-block;
  margin: 30px 0;
  width: 100%;
}
.rstpl-widget .rstpl-twitter-widget-slider .author {
  font-size: 18px;
  color: #5e66b1;
  font-weight: 700;
  width: 100%;
  margin-bottom: 30px;
  display: inline-block;
}
.rstpl-widget .rstpl-twitter-widget-slider p {
  line-height: 22px;
}
.rstpl-widget .rstpl-twitter-widget-slider small {
  text-transform: lowercase;
  font-weight: 700;
  margin-top: 15px;
  display: inline-block;
}
.rstpl-widget .rstpl-twitter-widget-slider .carousel-inner {
  width: 100%;
}
.rstpl-widget .rstpl-twitter-widget-slider .carousel-control {
  bottom: -75px;
  top: auto;
  right: auto;
  left: 0;
}
.rstpl-widget .rstpl-twitter-widget-slider .carousel-control.right {
  left: auto;
  right: 0;
}
.rstpl-widget .rstpl-twitter-widget-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.rstpl-widget .rstpl-twitter-widget-list li {
  padding: 30px 0 30px 45px;
  border-bottom: 1px solid rgba(94, 102, 177, 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: #5e66b1;
  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: #f730b2;
  display: block;
}
.rstpl-widget .rstpl-twitter-widget-list li small {
  text-transform: lowercase;
  font-weight: 700;
}
/* Social Icons
------------------------------------------------------------------------------*/
.rstpl-social-icons {
  list-style: none;
  font-size: 30px;
  margin: 20px 0 0 0;
  padding: 0;
}
.rstpl-social-icons.rstpl-social-more {
  float: right;
}
.rstpl-social-icons.rstpl-social-small {
  margin: 0;
  padding: 0;
}
.rstpl-social-icons li {
  display: inline-block;
  margin: 0 25px 0 0;
}
@media (max-width: 767px) {
  .rstpl-social-icons li {
    margin: 0 10px 10px 10px;
  }
}
.rstpl-social-icons .rstpl-social-link {
  color: #000000;
  display: inline-block;
  overflow: hidden;
  position: relative;
  text-align: center;
  z-index: 1;
}
.rstpl-social-icons .rstpl-social-link:after {
  background-color: transparent;
  border-radius: 50%;
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  height: calc(100% - 6px);
  width: calc(100% - 6px);
  z-index: -1;
  -webkit-box-shadow: 0 0 0 3px #000000;
  -moz-box-shadow: 0 0 0 3px #000000;
  -ms-box-shadow: 0 0 0 3px #000000;
  -o-box-shadow: 0 0 0 3px #000000;
  box-shadow: 0 0 0 3px #000000;
  -webkit-transform: translate(-50%, -50%) scale(1);
  -moz-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  -o-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}
.rstpl-social-icons .rstpl-social-link:before {
  background-color: transparent;
  border-radius: 50%;
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  height: calc(100% - 10px);
  width: calc(100% - 10px);
  z-index: -1;
  -webkit-transform: translate(-50%, -50%) scale(1);
  -moz-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  -o-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}
.rstpl-social-icons .rstpl-social-link [class*="rstpl-social-icon-"] {
  width: 60px;
  height: 60px;
  display: inline-block;
  line-height: 60px;
}
.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-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-skype:before {
  content: '\f17e';
  font-family: 'FontAwesome';
}
.rstpl-social-icons .rstpl-social-link:hover:after {
  -webkit-transform: translate(-50%, -50%) scale(0.75);
  -moz-transform: translate(-50%, -50%) scale(0.75);
  -ms-transform: translate(-50%, -50%) scale(0.75);
  -o-transform: translate(-50%, -50%) scale(0.75);
  transform: translate(-50%, -50%) scale(0.75);
}
.rstpl-social-icons .rstpl-social-link:hover:before {
  -webkit-box-shadow: 0 0 0 5px #00aeef;
  -moz-box-shadow: 0 0 0 5px #00aeef;
  -ms-box-shadow: 0 0 0 5px #00aeef;
  -o-box-shadow: 0 0 0 5px #00aeef;
  box-shadow: 0 0 0 5px #00aeef;
}
.has-overlay .rstpl-social-link,
.row-primary-overlay .rstpl-social-link,
.row-secondary-overlay .rstpl-social-link,
.row-ternary-overlay .rstpl-social-link,
.row-quaternary-overlay .rstpl-social-link {
  color: #ffffff;
}
.has-overlay .rstpl-social-link:after,
.row-primary-overlay .rstpl-social-link:after,
.row-secondary-overlay .rstpl-social-link:after,
.row-ternary-overlay .rstpl-social-link:after,
.row-quaternary-overlay .rstpl-social-link:after {
  -webkit-box-shadow: 0 0 0 3px #ffffff;
  -moz-box-shadow: 0 0 0 3px #ffffff;
  -ms-box-shadow: 0 0 0 3px #ffffff;
  -o-box-shadow: 0 0 0 3px #ffffff;
  box-shadow: 0 0 0 3px #ffffff;
}
@media (max-width: 767px) {
  .rstpl-social.pull-right {
    float: none;
  }
}
/* 12 Chosen
------------------------------------------------------------------------------*/
.chzn-container.chzn-container-single .chzn-single {
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #e1e1e1;
  border-radius: 4px;
  min-height: 32px;
  padding: 5px;
  display: block;
  width: 100%;
  line-height: 20px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.chzn-container.chzn-container-single .chzn-single div b {
  background-position: 0 7px;
}
.chzn-container.chzn-container-single .chzn-single span {
  display: inline;
  overflow: initial;
}
.chzn-container.chzn-container-single .chzn-search input {
  min-width: 100px;
}
.chzn-container.chzn-container-multi .chzn-choices {
  background-image: none;
  border-color: #e1e1e1;
  border-radius: 4px;
}
.chzn-container.chzn-container-multi .chzn-choices li.search-choice {
  line-height: 16px;
}
.chzn-container.chzn-container-multi .chzn-choices li.search-choice .search-choice-close {
  top: 6px;
}
.chzn-container.chzn-container-multi .chzn-choices li.search-field input {
  margin: 0;
  min-height: 30px;
}
.chzn-container.chzn-container-active .chzn-choices {
  border-color: #5e66b1;
  -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.15) inset, 0px 0px 4px rgba(94, 102, 177, 0.6);
  -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.15) inset, 0px 0px 4px rgba(94, 102, 177, 0.6);
  -ms-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.15) inset, 0px 0px 4px rgba(94, 102, 177, 0.6);
  -o-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.15) inset, 0px 0px 4px rgba(94, 102, 177, 0.6);
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.15) inset, 0px 0px 4px rgba(94, 102, 177, 0.6);
}
.chzn-container.chzn-container-active .chzn-drop {
  border: 1px solid #e1e1e1;
  border-radius: 0;
}
.chzn-container.chzn-container-active .chzn-results li {
  color: initial;
}
.chzn-container.chzn-container-active .chzn-results li.highlighted {
  background-color: #5e66b1;
  background-image: none;
  color: #ffffff;
}
/* 13 Go Top Button
------------------------------------------------------------------------------*/
.rstpl-go-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  visibility: hidden;
  z-index: 9;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}
.rstpl-go-top a {
  background-color: #00aeef;
  border-radius: 4px;
  color: #ffffff;
  display: inline-block;
  font-size: 34px;
  font-weight: 100;
  position: relative;
  height: 50px;
  width: 50px;
  text-align: center;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}
.rstpl-go-top a span {
  font-size: 1em;
  margin: 0;
  padding: 10px;
  height: 100%;
  width: 100%;
  vertical-align: top;
}
.rstpl-go-top a:hover {
  -webkit-box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.25);
  -ms-box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.25);
  -o-box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.25);
}
.rstpl-go-top.rstpl-go-top-is-visible,
.rstpl-go-top .rstpl-go-top.rstpl-go-top-fade-out,
.rstpl-go-top .no-touch .rstpl-go-top:hover {
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}
.rstpl-go-top.rstpl-go-top-is-visible {
  visibility: visible;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.rstpl-go-top.rstpl-go-top-fade-out {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
/* 15 Position Spacing
------------------------------------------------------------------------------*/
.body > section {
  margin: 80px 0 0 0;
}
.body > section.rstpl-main-menu-position,
.body > section.rstpl-slideshow-position,
.body > section.rstpl-component-message {
  margin: 0;
}
.body > section.has-overlay {
  background-attachment: fixed;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 0;
}
.body > section.has-overlay .container {
  z-index: 0;
}
.body > section.has-overlay .row-fluid {
  z-index: 0;
}
.body > section.has-overlay .row-overlay {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
}
.body > section.has-overlay.row-primary-overlay .row-overlay {
  background-color: #5e66b1;
}
.body > section.has-overlay.row-secondary-overlay .row-overlay {
  background-color: #f730b2;
}
.body > section.has-overlay.row-ternary-overlay .row-overlay {
  background-color: #00aeef;
}
.body > section.has-overlay.row-quaternary-overlay .row-overlay {
  background-color: #afa023;
}
@media (max-width: 2048px) and (-webkit-min-device-pixel-ratio: 2) {
  .body > section.has-overlay {
    background-attachment: initial !important;
  }
}
@media (max-width: 979px) and (-webkit-min-device-pixel-ratio: 2) {
  .body > section.has-overlay {
    background-attachment: initial !important;
  }
}
#column-left .rstpl-search .inputbox,
#column-right .rstpl-search .inputbox {
  height: 41px !important;
  max-width: calc(100% - 70px) !important;
  min-width: calc(100% - 70px) !important;
  width: calc(100% - 70px) !important;
}
#column-left .rstpl-search .btn,
#column-right .rstpl-search .btn {
  padding: 8px 14px;
}
.rstpl-component-message #system-message-container > div {
  margin-top: 80px;
}
/* Search Form
------------------------------------------------------------------------------*/
.form-search .input-append .search-query {
  border-radius: 4px;
}
#finder-search .collapse.in {
  overflow: visible;
}
#finder-search .btn {
  padding: 5px 15px;
}
#search-results {
  clear: both;
}
#finder-filter-window .filter-branch .finder-selects {
  margin: 0 20px 20px 0;
}
span.highlight {
  background-color: #f730b2;
  font-weight: inherit;
}
.rstpl-template-menu .rstpl-navbar-search {
  position: relative;
}
.rstpl-template-menu .rstpl-navbar-search .open-search {
  cursor: pointer;
  margin: 0;
  position: relative;
  z-index: 1;
}
.rstpl-template-menu .rstpl-navbar-search .open-search:before {
  display: none;
}
.rstpl-template-menu .rstpl-navbar-search .open-search .icon-search {
  text-align: center;
}
.rstpl-template-menu .rstpl-navbar-search form {
  float: right;
  margin: 0;
  position: absolute;
  right: 54px;
  top: 22px;
}
.rstpl-template-menu .rstpl-navbar-search form .inputbox,
.rstpl-template-menu .rstpl-navbar-search form .search-query {
  position: absolute;
  right: 0;
  top: 0;
  height: 44px;
  width: 0;
  min-width: 0;
  padding: 2px 5px;
  background: #ffffff;
  color: #8e8e8e;
  border: none;
  z-index: 2;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s ease-in 0s;
  -moz-transition: all 0.3s ease-in 0s;
  -o-transition: all 0.3s ease-in 0s;
  transition: all 0.3s ease-in 0s;
}
.rstpl-template-menu .rstpl-navbar-search form .inputbox:active,
.rstpl-template-menu .rstpl-navbar-search form .search-query:active,
.rstpl-template-menu .rstpl-navbar-search form .inputbox:focus,
.rstpl-template-menu .rstpl-navbar-search form .search-query:focus {
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.rstpl-template-menu .rstpl-navbar-search form .inputbox.open,
.rstpl-template-menu .rstpl-navbar-search form .search-query.open {
  left: auto;
  width: 220px;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  -webkit-transition: all 0.3s ease-in 0s;
  -moz-transition: all 0.3s ease-in 0s;
  -o-transition: all 0.3s ease-in 0s;
  transition: all 0.3s ease-in 0s;
}
.rstpl-template-menu .rstpl-navbar-search form label,
.rstpl-template-menu .rstpl-navbar-search form .btn {
  display: none;
}
.rstpl-template-menu .rstpl-navbar-search .rspagebuilder-search {
  display: inline-block;
  position: absolute;
  right: 54px;
  top: 22px;
  z-index: 2;
}
.rstpl-template-menu .rstpl-navbar-search .rspagebuilder-search form {
  position: relative;
  right: auto;
  top: auto;
}
.rstpl-template-menu .rstpl-navbar-search .rspagebuilder-search .search-query {
  height: 44px;
  padding: 2px 5px;
  background: #ffffff;
  color: #8e8e8e;
  border: none;
  min-width: 0;
  width: 0;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s ease-in 0s;
  -moz-transition: all 0.3s ease-in 0s;
  -o-transition: all 0.3s ease-in 0s;
  transition: all 0.3s ease-in 0s;
}
.rstpl-template-menu .rstpl-navbar-search .rspagebuilder-search .search-query:active,
.rstpl-template-menu .rstpl-navbar-search .rspagebuilder-search .search-query:focus {
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.rstpl-template-menu .rstpl-navbar-search .rspagebuilder-search .search-query.open {
  left: auto;
  width: 220px;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  -webkit-transition: all 0.3s ease-in 0s;
  -moz-transition: all 0.3s ease-in 0s;
  -o-transition: all 0.3s ease-in 0s;
  transition: all 0.3s ease-in 0s;
}
.rstpl-template-menu .rstpl-navbar-search .rspagebuilder-search .btn {
  display: none;
}
@media (max-width: 979px) {
  .rstpl-template-menu .rstpl-navbar-search .rspagebuilder-search {
    right: 0;
    top: 3px;
  }
  .rstpl-template-menu .rstpl-navbar-search .rspagebuilder-search .search-query.open {
    width: 600px;
  }
}
@media (max-width: 767px) {
  .rstpl-template-menu .rstpl-navbar-search .rspagebuilder-search .search-query.open {
    width: 225px;
  }
}
.rstpl-template-menu .rstpl-navbar-search .rsepro_search_form {
  display: inline-block;
  position: absolute;
  right: 54px;
  top: 22px;
  width: auto;
}
.rstpl-template-menu .rstpl-navbar-search .rsepro_search_form div {
  margin: 0;
}
.rstpl-template-menu .rstpl-navbar-search .rsepro_search_form form {
  position: relative;
  right: auto;
  top: auto;
}
.rstpl-template-menu .rstpl-navbar-search .rsepro_search_form form input {
  border-radius: 4px;
  height: 44px;
  padding: 2px 5px;
  background: #ffffff;
  color: #8e8e8e;
  border: none;
  min-width: 0;
  width: 0;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s ease-in 0s;
  -moz-transition: all 0.3s ease-in 0s;
  -o-transition: all 0.3s ease-in 0s;
  transition: all 0.3s ease-in 0s;
}
.rstpl-template-menu .rstpl-navbar-search .rsepro_search_form form input:active,
.rstpl-template-menu .rstpl-navbar-search .rsepro_search_form form input:focus {
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.rstpl-template-menu .rstpl-navbar-search .rsepro_search_form form input.open {
  left: auto;
  width: 220px;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  -webkit-transition: all 0.3s ease-in 0s;
  -moz-transition: all 0.3s ease-in 0s;
  -o-transition: all 0.3s ease-in 0s;
  transition: all 0.3s ease-in 0s;
}
.rstpl-template-menu .rstpl-navbar-search .rsepro_search_form label,
.rstpl-template-menu .rstpl-navbar-search .rsepro_search_form .btn {
  display: none;
}
@media (max-width: 979px) {
  .rstpl-template-menu .rstpl-navbar-search .rsepro_search_form {
    right: 0;
    top: 3px;
  }
  .rstpl-template-menu .rstpl-navbar-search .rsepro_search_form form input.open {
    width: 600px;
  }
}
@media (max-width: 767px) {
  .rstpl-template-menu .rstpl-navbar-search .rsepro_search_form form input.open {
    width: 225px;
  }
}
@media (max-width: 979px) {
  .rstpl-template-menu .rstpl-navbar-search .open-search {
    display: inline-block;
  }
  .rstpl-template-menu .rstpl-navbar-search form {
    position: relative;
    right: 0;
    top: 3px;
  }
  .rstpl-template-menu .rstpl-navbar-search form .inputbox,
  .rstpl-template-menu .rstpl-navbar-search form .search-query {
    right: 0;
    top: 0;
  }
  .rstpl-template-menu .rstpl-navbar-search form .inputbox.open,
  .rstpl-template-menu .rstpl-navbar-search form .search-query.open {
    width: 600px;
  }
}
@media (max-width: 767px) {
  .rstpl-template-menu .rstpl-navbar-search form .inputbox.open,
  .rstpl-template-menu .rstpl-navbar-search form .search-query.open {
    width: 225px;
  }
}
.rstpl-absolute-menu .rstpl-navbar-search form {
  top: 22px;
}
.rstpl-absolute-menu .rstpl-navbar-search .rspagebuilder-search {
  top: 22px;
}
@media (max-width: 979px) {
  .rstpl-absolute-menu .rstpl-navbar-search form {
    top: 3px;
  }
  .rstpl-absolute-menu .rstpl-navbar-search .rspagebuilder-search {
    top: 3px;
  }
}
[data-onepage="true"] .rstpl-template-menu .rstpl-navbar-search form {
  right: 15px;
  top: 3px;
}
[data-onepage="true"] .rstpl-template-menu .rstpl-navbar-search .rspagebuilder-search {
  right: 15px;
  top: 3px;
}
[data-onepage="true"] .rstpl-template-menu .rstpl-navbar-search .rspagebuilder-search form {
  position: relative;
  right: auto;
  top: auto;
}
[data-onepage="true"] .rstpl-template-menu .rstpl-navbar-search .rsepro_search_form {
  right: 15px;
  top: 3px;
}
[data-onepage="true"] .rstpl-template-menu .rstpl-navbar-search .rsepro_search_form form {
  position: relative;
  right: auto;
  top: auto;
}
@media (max-width: 979px) {
  [data-onepage="true"] .rstpl-template-menu .rstpl-navbar-search form .inputbox,
  [data-onepage="true"] .rstpl-template-menu .rstpl-navbar-search form .search-query {
    right: 0;
  }
  [data-onepage="true"] .rstpl-template-menu .rstpl-navbar-search form .inputbox.open,
  [data-onepage="true"] .rstpl-template-menu .rstpl-navbar-search form .search-query.open {
    width: 200px;
  }
  [data-onepage="true"] .rstpl-template-menu .rstpl-navbar-search .rspagebuilder-search .search-query.open {
    width: 200px;
  }
  [data-onepage="true"] .rstpl-template-menu .rstpl-navbar-search .rsepro_search_form form input.open {
    width: 200px;
  }
}
/* Login Form
------------------------------------------------------------------------------*/
.login-greeting {
  margin: 0 0 15px 0;
}
.rstpl-template-menu .rstpl-navbar-login {
  cursor: pointer;
  position: relative;
}
.rstpl-template-menu .rstpl-navbar-login .open-login:before {
  display: none;
}
.rstpl-template-menu .rstpl-navbar-login #login-form {
  background-color: #ffffff;
  border-radius: 4px;
  position: absolute;
  left: 50%;
  top: 110px;
  margin: 0;
  min-width: 300px;
  padding: 0;
  text-align: left;
  visibility: hidden;
  z-index: 12;
  -webkit-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.5);
  -ms-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.5);
  -o-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.5);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}
.rstpl-template-menu .rstpl-navbar-login #login-form.open {
  top: 90px;
  visibility: visible;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.rstpl-template-menu .rstpl-navbar-login #login-form a,
.rstpl-template-menu .rstpl-navbar-login #login-form label {
  color: #00aeef;
  font-size: 13px;
}
.rstpl-template-menu .rstpl-navbar-login #login-form a:hover,
.rstpl-template-menu .rstpl-navbar-login #login-form label:hover {
  color: #0076a3;
}
.rstpl-template-menu .rstpl-navbar-login #login-form > div {
  padding: 0 30px;
}
.rstpl-template-menu .rstpl-navbar-login #login-form > div:first-of-type {
  padding-top: 30px;
}
.rstpl-template-menu .rstpl-navbar-login #login-form > div:last-of-type {
  padding-bottom: 30px;
}
.rstpl-template-menu .rstpl-navbar-login #login-form .btn {
  margin-top: 10px;
}
.rstpl-template-menu .rstpl-navbar-login #login-form .controls .input-prepend {
  width: 100%;
}
.rstpl-template-menu .rstpl-navbar-login #login-form .controls .input-prepend input {
  width: 100%;
}
.rstpl-template-menu .rstpl-navbar-login #login-form #form-login-submit {
  margin-bottom: 0;
}
@media (max-width: 979px) {
  .rstpl-template-menu .rstpl-navbar-login #login-form {
    display: none;
    margin: 10px 0;
    min-width: 0;
    position: relative;
    top: 0;
    visibility: visible;
    width: calc(100% - 30px);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    filter: alpha(opacity=100);
  }
  .rstpl-template-menu .rstpl-navbar-login #login-form.open {
    display: block;
    top: 0;
  }
  .rstpl-template-menu .rstpl-navbar-login #login-form a,
  .rstpl-template-menu .rstpl-navbar-login #login-form label {
    background-color: transparent;
    padding: 0;
  }
  .rstpl-template-menu .rstpl-navbar-login #login-form a:hover,
  .rstpl-template-menu .rstpl-navbar-login #login-form label:hover,
  .rstpl-template-menu .rstpl-navbar-login #login-form a:focus,
  .rstpl-template-menu .rstpl-navbar-login #login-form label:focus,
  .rstpl-template-menu .rstpl-navbar-login #login-form a:active,
  .rstpl-template-menu .rstpl-navbar-login #login-form label:active {
    background-color: transparent;
  }
  .rstpl-template-menu .rstpl-navbar-login #login-form input[type="text"],
  .rstpl-template-menu .rstpl-navbar-login #login-form input[type="password"] {
    width: 100%;
  }
}
.rstpl-absolute-menu .rstpl-navbar-login #login-form {
  top: 110px;
}
.rstpl-absolute-menu .rstpl-navbar-login #login-form.open {
  top: 90px;
}
@media (max-width: 979px) {
  .rstpl-absolute-menu .rstpl-navbar-login #login-form {
    top: 0;
  }
  .rstpl-absolute-menu .rstpl-navbar-login #login-form.open {
    top: 0;
  }
}
[data-onepage="true"] .rstpl-template-menu .rstpl-navbar-login #login-form {
  display: none;
  margin: 0 auto;
  min-width: 0;
  width: calc(100% - 20px);
  position: static;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
[data-onepage="true"] .rstpl-template-menu .rstpl-navbar-login #login-form.open {
  display: block;
}
[data-onepage="true"] .rstpl-template-menu .rstpl-navbar-login #login-form input[type="text"],
[data-onepage="true"] .rstpl-template-menu .rstpl-navbar-login #login-form input[type="password"] {
  width: 100%;
}
/* RSTPL Modal
-----------------------------------------------------------------------------*/
#rstpl-modal {
  padding: 0 10px;
}
#cboxContent,
#colorbox,
#mbox,
#rstpl-modal,
input {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
#rstpl-modal input[type="text"],
#rstpl-modal input[type="password"] {
  width: 97% !important;
}
#rstpl-modal .form-horizontal .control-label {
  float: none;
  text-align: left;
  width: 100%;
}
#rstpl-modal .form-horizontal .controls {
  margin-left: 0;
}
#rstpl-modal .btn {
  margin-bottom: 5px;
  padding: 8px;
}
#rstpl-modal .form-horizontal .form-actions {
  padding-left: 0;
}
a.jmodedit {
  background: none;
  border: none;
  font-size: 1.5em;
  padding: 0;
}
a.jmodedit:hover,
a.jmodedit:focus {
  background: none;
  border: none;
}
#rstpl-pagewrap {
  height: 100%;
  position: relative;
}
/* Date Picker
-----------------------------------------------------------------------------*/
.bootstrap-datetimepicker-widget {
  background-color: #ffffff;
}
.bootstrap-datetimepicker-widget > ul {
  padding: 5px;
}
.bootstrap-datetimepicker-widget td,
.bootstrap-datetimepicker-widget th {
  border-radius: 0;
  vertical-align: middle;
}
.bootstrap-datetimepicker-widget td.active,
.bootstrap-datetimepicker-widget th.active,
.bootstrap-datetimepicker-widget td.active:hover,
.bootstrap-datetimepicker-widget th.active:hover {
  background-color: #5e66b1 !important;
  background-image: none;
  text-shadow: none;
}
.bootstrap-datetimepicker-widget td span,
.bootstrap-datetimepicker-widget th span {
  border-radius: 0;
}
.bootstrap-datetimepicker-widget td span.active,
.bootstrap-datetimepicker-widget th span.active {
  background-image: none;
  text-shadow: none;
}
.bootstrap-datetimepicker-widget .btn {
  font-size: .6em;
  padding: 5px;
}
.bootstrap-datetimepicker-widget .timepicker table,
.bootstrap-datetimepicker-widget .timepicker td,
.bootstrap-datetimepicker-widget .timepicker th {
  border: none;
}
.bootstrap-datetimepicker-widget .picker-switch {
  line-height: 30px;
}
.bootstrap-datetimepicker-widget .picker-switch a {
  padding: 0;
}
.bootstrap-datetimepicker-widget .picker-switch a:hover,
.bootstrap-datetimepicker-widget .picker-switch a:focus {
  background-color: transparent;
}
.bootstrap-datetimepicker-widget .picker-switch:hover a {
  color: #f730b2;
}
#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;
}
/* Editor
-----------------------------------------------------------------------------*/
.mce-container button {
  text-transform: none;
}
.mce-container .mce-ico[class^="icon-"],
.mce-container .mce-ico[class*=" icon-"] {
  font-family: "FontAwesome";
}
/* Joomla Overrides
-----------------------------------------------------------------------------*/
#column-right .rstpl-menu .nav-inner,
#column-left .rstpl-menu .nav-inner {
  list-style: none;
  margin: 0;
}
#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 {
  font-size: 21px;
  font-weight: 600;
}
#column-right .rstpl-menu .rstpl-template-menu li > a,
#column-left .rstpl-menu .rstpl-template-menu li > a {
  padding: 10px 15px;
  display: block;
}
#column-right .rstpl-menu .rstpl-template-menu li > a:hover,
#column-left .rstpl-menu .rstpl-template-menu li > a:hover,
#column-right .rstpl-menu .rstpl-template-menu li > a:focus,
#column-left .rstpl-menu .rstpl-template-menu li > a:focus {
  background-color: #e6e6e6;
}
#column-right .rstpl-menu .rstpl-template-menu li.active > a,
#column-left .rstpl-menu .rstpl-template-menu li.active > a {
  background-color: #e6e6e6;
}
#column-right .rstpl-menu .rstpl-template-menu li li > a,
#column-left .rstpl-menu .rstpl-template-menu li li > a {
  padding-left: 30px;
}
#column-right .rstpl-menu .rstpl-template-menu li li li > a,
#column-left .rstpl-menu .rstpl-template-menu li li li > a {
  padding-left: 45px;
}
#column-right .rstpl-menu .rstpl-template-menu li li li li > a,
#column-left .rstpl-menu .rstpl-template-menu li li li li > a {
  padding-left: 60px;
}
#column-right .rstpl-menu .rstpl-template-menu li li li li li > a,
#column-left .rstpl-menu .rstpl-template-menu li li li li li > a {
  padding-left: 75px;
}
#column-right .rstpl-menu .rstpl-template-menu li li li li li li > a,
#column-left .rstpl-menu .rstpl-template-menu li li li li li li > a {
  padding-left: 90px;
}
#publishing .control-group .input-append button {
  padding: 4px 12px;
}
.mce-flow-layout button {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
}
.calendar > table {
  margin: 0;
  width: 100%;
}
.calendar > table > thead > tr > th,
.calendar > table > tbody > tr > th,
.calendar > table > tfoot > tr > th,
.calendar > table > thead > tr > td,
.calendar > table > tbody > tr > td,
.calendar > table > tfoot > tr > td {
  padding: 2px;
}
.calendar > table > thead.hilite,
.calendar > table > tbody.hilite,
.calendar > table > tfoot.hilite {
  border: none;
  padding: 2px;
}
.js-calendar .calendar-container td.day:hover {
  background-color: #f730b2;
}
.js-calendar .calendar-container td.selected {
  background-color: #f730b2;
}
.js-calendar .calendar-container td.time {
  border: none;
}
.js-calendar .calendar-container td.today:after {
  background-color: #5e66b1;
}
#imageForm #upbutton {
  background-color: #5e66b1;
  color: #ffffff;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  padding: 10px;
}
#imageForm #upbutton:hover {
  border: none;
}
.manager.thumbnails li {
  display: inline-block;
  overflow: hidden;
}
.manager.thumbnails li .icon-folder-2:before {
  content: '\f114';
}
/* Breadcrumbs
------------------------------------------------------------------------------*/
.breadcrumb {
  background-color: #e6e6e6;
  border: 2px solid #ffffff;
}
.breadcrumbs {
  display: inline-block;
  list-style-type: none;
  margin: 0;
  text-transform: uppercase;
  vertical-align: middle;
  width: 100%;
}
.breadcrumbs li {
  float: left;
  font-weight: 600;
}
.breadcrumbs li.showHere {
  margin-right: 20px;
}
.breadcrumbs li .divider {
  margin-left: 10px;
  vertical-align: -1px;
}
.breadcrumbs li .divider:before {
  color: #8e8e8e;
  content: '\f0da';
  font-family: 'FontAwesome';
  font-size: 15px;
}
@media (max-width: 768px) {
  .breadcrumbs li {
    display: none;
  }
  .breadcrumbs li:first-of-type {
    display: inline-block;
  }
  .breadcrumbs li:nth-of-type(2) {
    display: inline-block;
  }
  .breadcrumbs li:last-of-type {
    display: inline-block;
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 38%;
    white-space: nowrap;
  }
}
.fader {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&amp;0+0,1+100 */
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, #ffffff));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
  /* IE6-9 */
}
.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 ;
  }
}
/* Helper Styles
------------------------------------------------------------------------------*/
.rstpl-clear {
  clear: both;
}
.rstpl-margin-small {
  margin: 20px;
}
.rstpl-margin {
  margin: 40px;
}
.rstpl-margin-large {
  margin: 140px;
}
.rstpl-margin-big {
  margin: 80px;
}
.rstpl-m-bot-small {
  margin-bottom: 20px;
}
.rstpl-m-bot {
  margin-bottom: 40px;
}
.rstpl-m-bot-large {
  margin-bottom: 140px;
}
.rstpl-m-bot-big {
  margin-bottom: 80px;
}
.rstpl-m-left-small {
  margin-left: 20px;
}
.rstpl-m-left {
  margin-left: 40px;
}
.rstpl-m-left-large {
  margin-left: 140px;
}
.rstpl-m-left-big {
  margin-left: 80px;
}
.rstpl-m-right-small {
  margin-right: 20px;
}
.rstpl-m-right {
  margin-right: 40px;
}
.rstpl-m-right-large {
  margin-right: 140px;
}
.rstpl-m-right-big {
  margin-right: 80px;
}
.rstpl-m-top-small {
  margin-top: 20px;
}
.rstpl-m-top {
  margin-top: 40px;
}
.rstpl-m-top-large {
  margin-top: 140px;
}
.rstpl-m-top-big {
  margin-top: 80px;
}
.rstpl-m-tb-small {
  margin: 20px 0;
}
.rstpl-m-tb {
  margin: 40px 0;
}
.rstpl-m-tb-large {
  margin: 140px 0;
}
.rstpl-m-tb-big {
  margin: 80px 0;
}
.rstpl-m-lr-small {
  margin: 0 20px;
}
.rstpl-m-lr {
  margin: 0 40px;
}
.rstpl-m-lr-large {
  margin: 0 140px;
}
.rstpl-m-lr-big {
  margin: 0 80px;
}
.rstpl-no-margin {
  margin: 0 !important;
}
.rstpl-no-m-left {
  margin-left: 0 !important;
}
.rstpl-no-m-right {
  margin-right: 0 !important;
}
.rstpl-no-m-bottom {
  margin-bottom: 0 !important;
}
.rstpl-no-m-top {
  margin-top: 0 !important;
}
.rstpl-no-m-lr {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.rstpl-no-m-tb {
  margin-bottom: 0 !important;
  margin-top: 0 !important;
}
.rstpl-padding-small {
  padding: 20px;
}
.rstpl-padding {
  padding: 30px;
}
.rstpl-padding-large {
  padding: 120px;
}
.rstpl-padding-big {
  padding: 60px;
}
.rstpl-p-bot-small {
  padding-bottom: 20px;
}
.rstpl-p-bot {
  padding-bottom: 30px;
}
.rstpl-p-bot-large {
  padding-bottom: 120px;
}
.rstpl-p-bot-big {
  padding-bottom: 60px;
}
.rstpl-p-left-small {
  padding-left: 20px;
}
.rstpl-p-left {
  padding-left: 30px;
}
.rstpl-p-left-large {
  padding-left: 120px;
}
.rstpl-p-left-big {
  padding-left: 60px;
}
.rstpl-p-right-small {
  padding-right: 20px;
}
.rstpl-p-right {
  padding-right: 30px;
}
.rstpl-p-right-large {
  padding-right: 120px;
}
.rstpl-p-right-big {
  padding-right: 60px;
}
.rstpl-p-top-small {
  padding-top: 20px;
}
.rstpl-p-top {
  padding-top: 30px;
}
.rstpl-p-top-large {
  padding-top: 120px;
}
.rstpl-p-top-big {
  padding-top: 60px;
}
.rstpl-p-tb-small {
  padding: 20px 0;
}
.rstpl-p-tb {
  padding: 30px 0;
}
.rstpl-p-tb-large {
  padding: 120px 0;
}
.rstpl-p-tb-big {
  padding: 60px 0;
}
.rstpl-p-lr-small {
  padding: 0 20px;
}
.rstpl-p-lr {
  padding: 0 30px;
}
.rstpl-p-lr-large {
  padding: 0 120px;
}
.rstpl-p-lr-big {
  padding: 0 60px;
}
.rstpl-no-padding {
  padding: 0 !important;
}
.rstpl-no-p-left {
  padding-left: 0 !important;
}
.rstpl-no-p-right {
  padding-right: 0 !important;
}
.rstpl-no-p-bottom {
  padding-bottom: 0 !important;
}
.rstpl-no-p-top {
  padding-top: 0 !important;
}
.rstpl-no-p-lr {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.rstpl-no-p-tb {
  padding-bottom: 0 !important;
  padding-top: 0 !important;
}
.color-primary {
  color: #5e66b1;
}
.color-primary a:hover,
.color-primary a:focus {
  color: #3f4683;
}
.color-secondary {
  color: #f730b2;
}
.color-secondary a:hover,
.color-secondary a:focus {
  color: #d2088c;
}
.color-ternary {
  color: #00aeef;
}
.color-ternary a:hover,
.color-ternary a:focus {
  color: #0076a3;
}
.color-quaternary {
  color: #afa023;
}
.color-quaternary a:hover,
.color-quaternary a:focus {
  color: #6f6616;
}
.color-black {
  color: #000000;
}
.color-black a:hover,
.color-black a:focus {
  color: #262626;
}
.color-white {
  color: #ffffff;
}
.color-white a:hover,
.color-white a:focus {
  color: #d9d9d9;
}
.pull-center {
  display: block;
  margin: 0 auto;
}
.align-center {
  position: relative;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
/* Untermenüs standardmäßig unsichtbar machen und positionieren */
.navbar-nav li ul,
ul.menu li ul,
.main-menu li ul,
#main-menu li ul {
    display: none !important;
    position: absolute !important;
    top: 100% !important;
    left: 0 !important;
    z-index: 99999 !important;
    background-color: #5e66b1 !important; /* Gleiches Blau wie der Header */
    min-width: 220px !important;
    padding: 10px 0 !important;
    margin: 0 !important;
    list-style: none !important;
    box-shadow: 0px 8px 16px rgba(0,0,0,0.2) !important;
}

/* Untermenüpunkte untereinander ausrichten */
.navbar-nav li ul li,
ul.menu li ul li,
.main-menu li ul li,
#main-menu li ul li {
    display: block !important;
    width: 100% !important;
    padding: 5px 20px !important;
    white-space: nowrap !important;
}

/* Beim Hovern über den Hauptmenüpunkt das Untermenü einblenden */
.navbar-nav li:hover > ul,
ul.menu li:hover > ul,
.main-menu li:hover > ul,
#main-menu li:hover > ul {
    display: block !important;
}
/* 1. Jede untergeordnete Liste (Untermenü) komplett ausblenden */
header ul li ul,
nav ul li ul,
.navbar ul li ul,
div[class*="menu"] ul li ul {
    display: none !important;
    position: absolute !important;
    top: 100% !important;
    left: 0 !important;
    z-index: 999999 !important;
    background-color: #5e66b1 !important;
    min-width: 200px !important;
    padding: 10px 0 !important;
    margin: 0 !important;
    list-style: none !important;
    box-shadow: 0px 8px 16px rgba(0,0,0,0.3) !important;
}

/* 2. Untermenüpunkte vertikal untereinander anordnen */
header ul li ul li,
nav ul li ul li,
.navbar ul li ul li,
div[class*="menu"] ul li ul li {
    display: block !important;
    float: none !important;
    width: 100% !important;
    padding: 8px 15px !important;
    clear: both !important;
}

/* 3. Link-Farbe im Dropdown gut lesbar machen */
header ul li ul li a,
nav ul li ul li a,
.navbar ul li ul li a,
div[class*="menu"] ul li ul li a {
    color: #ffffff !important;
    display: block !important;
}

/* 4. Beim Hover über den übergeordneten Listeneintrag das Untermenü einblenden */
header ul li:hover > ul,
nav ul li:hover > ul,
.navbar ul li:hover > ul,
div[class*="menu"] ul li:hover > ul {
    display: block !important;
}
/* ================================================== */
/* MENÜ-REFINEMENT: UNTERSTRICHE, SCHRIFT & DROPDOWN  */
/* ================================================== */

/* 1. Unterstriche strikt entfernen & Schriftart festlegen */
header a,
nav a,
.navbar a,
div[class*="menu"] a,
header a:hover,
nav a:hover,
.navbar a:hover,
div[class*="menu"] a:hover,
header a:focus,
nav a:focus,
header a::after,
nav a::after,
.navbar a::after {
    text-decoration: none !important;
    border-bottom: none !important;
    box-shadow: none !important;
    background-image: none !important;
    
    /* Schriftart hier anpassen (z. B. Arial, Open Sans, Helvetica): */
    font-family: Arial, "Helvetica Neue", sans-serif !important;
    font-weight: 500 !important;
}

/* 2. Hauptnavigation sauber nebeneinander ausrichten */
header ul, 
nav ul, 
.navbar ul, 
div[class*="menu"] ul {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

header ul > li, 
nav ul > li, 
.navbar ul > li, 
div[class*="menu"] ul > li {
    position: relative !important; /* Wichtig für die Positionierung des Klappmenüs */
    display: inline-block !important;
    vertical-align: middle !important;
}

/* 3. Untermenü (z. B. "TANZMEISTER") im Ruhemodus ausblenden */
header ul li ul, 
nav ul li ul, 
.navbar ul li ul, 
div[class*="menu"] ul li ul {
    display: none !important;
    position: absolute !important;
    top: 100% !important;
    left: 0 !important;
    background-color: #5e66b1 !important; /* Gleiches Blau wie die Kopfzeile */
    min-width: 200px !important;
    padding: 10px 0 !important;
    z-index: 99999 !important;
    box-shadow: 0px 5px 15px rgba(0,0,0,0.2) !important;
}

/* Untermenü-Punkte untereinander listen */
header ul li ul li, 
nav ul li ul li, 
.navbar ul li ul li, 
div[class*="menu"] ul li ul li {
    display: block !important;
    width: 100% !important;
    padding: 6px 15px !important;
    text-align: left !important;
}

/* 4. Dropdown beim Darüberfahren mit der Maus (Hover) einblenden */
header ul li:hover > ul, 
nav ul li:hover > ul, 
.navbar ul li:hover > ul, 
div[class*="menu"] ul li:hover > ul {
    display: block !important;
}