/*
/ RSVario!
/
/-------------------------------------------------------------------------------
/
/ 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 Modal
  / 5.8 Pager
  / 5.9 Progress Bars
  / 5.10 Tab
  / 5.11 Thumbnail
  / 5.12 Tooltip
/ 6 Content / Article
/ 7 Contact
/ 8 RSComponents
/ 9 Error Page
/ 10 Preloader
/ 11 Widgets
/ 12 Chosen (Joomla! core plugin)
/ 13 Go Top Button
/ 14 Position Spacing

------------------------------------------------------------------------------*/
/* 1 General Styles
------------------------------------------------------------------------------*/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  background-color: #ffffff;
  color: #6c6c6c;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
  line-height: 24px;
  overflow-x: hidden;
  padding: 0;
  z-index: 0;
}
.body {
  overflow: hidden;
}
hr {
  border-color: #e1e1e1;
}
a {
  color: #f33a3a;
  outline: 0;
}
a:hover,
a:active,
a:focus {
  color: #d40d0d;
  text-decoration: none;
  outline: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Roboto', Helvetica, serif;
  color: #f33a3a;
  font-weight: 400;
  line-height: 24px;
}
h1,
h2,
h3 {
  line-height: 40px;
}
h1 {
  font-size: 42px;
}
h2 {
  font-size: 24px;
}
h3 {
  font-size: 21px;
}
h4 {
  font-size: 17px;
}
h5 {
  font-size: 14px;
}
h6 {
  font-size: 12px;
}
::-moz-selection {
  background: #f33a3a;
  color: #ffffff;
  text-shadow: none;
}
::selection {
  background: #f33a3a;
  color: #ffffff;
  text-shadow: none;
}
strong {
  text-transform: uppercase;
}
.muted {
  color: rgba(108, 108, 108, 0.55);
}
.text-warning {
  color: #fbb829;
}
.text-error {
  color: #ed092f;
}
.text-info {
  color: #2a8fbd;
}
.text-success {
  color: #a1c820;
}
@media (max-width: 768px) {
  .container {
    padding: 0 15px;
  }
}
blockquote,
q {
  quotes: "" "";
  margin: 0;
  display: block;
  width: 100%;
  text-align: center;
  border: none;
  color: #919c5d;
  font-size: 22px;
  font-weight: 600;
  font-style: italic;
}
blockquote:before,
q:before,
blockquote:after,
q:after {
  content: "";
  background-image: -webkit-linear-gradient(left, transparent, #f33a3a, transparent);
  background-image: linear-gradient(to right, transparent, #f33a3a, transparent);
  border: 0;
  height: 1px;
  margin: 10px 0 40px 0;
  width: 100%;
  position: relative;
  display: block;
}
blockquote:after,
q:after {
  margin: 40px 0 30px 0;
}
blockquote > p,
q > p {
  color: #919c5d;
  font-size: 22px;
  font-weight: 700;
  font-style: italic;
}
dfn,
cite,
em,
i {
  font-style: italic;
}
/* Titles
------------------------------------------------------------------------------*/
[class*="rstpl-title"] {
  color: #f33a3a;
  font-weight: bold;
  margin: 0 0 50px 0;
  position: relative;
  text-transform: uppercase;
}
.rstpl-m-title [class*="rstpl-title"] {
  margin: 0 0 30px 0;
}
.rstpl-small-m-title [class*="rstpl-title"] {
  margin: 0 0 15px 0;
}
/* Icons
------------------------------------------------------------------------------*/
.rstpl-icon-list [class*="span"] {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 1.5em;
  overflow: hidden;
}
.rstpl-icon-list [class*="icon-"] {
  font-size: 1.5em;
  width: 100%;
  text-align: center;
}
.rstpl-icon-list .rstpl-icon-label {
  display: block;
  font-size: .8em;
  text-align: center;
  width: 100%;
}
/* Lists
------------------------------------------------------------------------------*/
.rstpl-arrow-simple-bullet,
.rstpl-arrow-circle-bullet {
  list-style-type: none;
  margin: 0;
}
.rstpl-arrow-simple-bullet > li:before {
  content: "\f054";
  font-family: "FontAwesome";
  font-size: .8em;
  font-weight: 700;
  margin-right: 10px;
  color: #919c5d;
}
.rstpl-arrow-simple-bullet > li,
.rstpl-arrow-circle-bullet > li {
  line-height: 2em;
}
.rstpl-arrow-circle-bullet > li:before {
  content: "\f138";
  font-family: "FontAwesome";
  font-size: 1em;
  font-weight: 100;
  margin-right: 10px;
  vertical-align: 0;
}
/* Tables
------------------------------------------------------------------------------*/
.rs_clear {
  height: 0 !important;
  line-height: 0 !important;
}
.rs_table [id*="rscalendarmonth"] {
  font-weight: 900;
}
.rs_calendar_arrows_module {
  font-size: 1.5em;
  line-height: 1.5em;
  padding: 0 8px !important;
  width: 10px;
}
.table-bordered {
  border-radius: 0px;
}
table {
  margin: 0 0 1.5em;
  width: 100%;
  border: 1px solid #e1e1e1;
  max-width: 100%;
  margin-bottom: 20px;
}
table > thead > tr > th,
table > tbody > tr > th,
table > tfoot > tr > th,
table > thead > tr > td,
table > tbody > tr > td,
table > tfoot > tr > td {
  padding: 15px;
  vertical-align: top;
  border: 1px solid #e1e1e1;
}
table > thead > tr > th,
table > thead > tr > td {
  border-bottom-width: 2px;
}
table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #e1e1e1;
}
table > caption + thead > tr:first-child > th,
table > colgroup + thead > tr:first-child > th,
table > thead:first-child > tr:first-child > th,
table > caption + thead > tr:first-child > td,
table > colgroup + thead > tr:first-child > td,
table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
table > tbody + tbody {
  border-top: 2px solid #e1e1e1;
}
/* Buttons
------------------------------------------------------------------------------*/
button {
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  border: none;
  border-radius: 4px;
  color: #333333;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 2px;
  padding: 10px 20px;
  text-align: center;
  text-shadow: none;
  text-transform: uppercase;
  vertical-align: middle;
  -webkit-box-shadow: 0px 2px 0px 0px #d9d9d9;
  -moz-box-shadow: 0px 2px 0px 0px #d9d9d9;
  -ms-box-shadow: 0px 2px 0px 0px #d9d9d9;
  -o-box-shadow: 0px 2px 0px 0px #d9d9d9;
  box-shadow: 0px 2px 0px 0px #d9d9d9;
  background: #f5f5f5;
  /* Old browsers */
  background: -moz-linear-gradient(top, #f5f5f5 0%, #dcdcdc 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #f5f5f5 0%, #dcdcdc 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #f5f5f5 0%, #dcdcdc 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5f5f5', endColorstr='#dcdcdc', GradientType=0);
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
button:hover,
button:focus {
  color: #333333;
  -webkit-box-shadow: 0px 2px 0px 0px #d9d9d9;
  -moz-box-shadow: 0px 2px 0px 0px #d9d9d9;
  -ms-box-shadow: 0px 2px 0px 0px #d9d9d9;
  -o-box-shadow: 0px 2px 0px 0px #d9d9d9;
  box-shadow: 0px 2px 0px 0px #d9d9d9;
  background: #dcdcdc;
  /* Old browsers */
  background: -moz-linear-gradient(top, #dcdcdc 0%, #f5f5f5 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #dcdcdc 0%, #f5f5f5 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #dcdcdc 0%, #f5f5f5 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dcdcdc', endColorstr='#f5f5f5', GradientType=0);
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
button:hover,
button:focus {
  color: #333333;
  -webkit-box-shadow: 0px 2px 0px 0px #d9d9d9;
  -moz-box-shadow: 0px 2px 0px 0px #d9d9d9;
  -ms-box-shadow: 0px 2px 0px 0px #d9d9d9;
  -o-box-shadow: 0px 2px 0px 0px #d9d9d9;
  box-shadow: 0px 2px 0px 0px #d9d9d9;
  background: #dcdcdc;
  /* Old browsers */
  background: -moz-linear-gradient(top, #dcdcdc 0%, #f5f5f5 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #dcdcdc 0%, #f5f5f5 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #dcdcdc 0%, #f5f5f5 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dcdcdc', endColorstr='#f5f5f5', GradientType=0);
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.btn {
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  border: none;
  border-radius: 4px;
  color: #333333;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 2px;
  padding: 10px 20px;
  text-align: center;
  text-shadow: none;
  text-transform: uppercase;
  vertical-align: middle;
  -webkit-box-shadow: 0px 2px 0px 0px #d9d9d9;
  -moz-box-shadow: 0px 2px 0px 0px #d9d9d9;
  -ms-box-shadow: 0px 2px 0px 0px #d9d9d9;
  -o-box-shadow: 0px 2px 0px 0px #d9d9d9;
  box-shadow: 0px 2px 0px 0px #d9d9d9;
  background: #f5f5f5;
  /* Old browsers */
  background: -moz-linear-gradient(top, #f5f5f5 0%, #dcdcdc 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #f5f5f5 0%, #dcdcdc 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #f5f5f5 0%, #dcdcdc 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5f5f5', endColorstr='#dcdcdc', GradientType=0);
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.btn:hover,
.btn:focus {
  color: #333333;
  -webkit-box-shadow: 0px 2px 0px 0px #d9d9d9;
  -moz-box-shadow: 0px 2px 0px 0px #d9d9d9;
  -ms-box-shadow: 0px 2px 0px 0px #d9d9d9;
  -o-box-shadow: 0px 2px 0px 0px #d9d9d9;
  box-shadow: 0px 2px 0px 0px #d9d9d9;
  background: #dcdcdc;
  /* Old browsers */
  background: -moz-linear-gradient(top, #dcdcdc 0%, #f5f5f5 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #dcdcdc 0%, #f5f5f5 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #dcdcdc 0%, #f5f5f5 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dcdcdc', endColorstr='#f5f5f5', GradientType=0);
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.btn:hover,
.btn:focus {
  color: #333333;
  -webkit-box-shadow: 0px 2px 0px 0px #d9d9d9;
  -moz-box-shadow: 0px 2px 0px 0px #d9d9d9;
  -ms-box-shadow: 0px 2px 0px 0px #d9d9d9;
  -o-box-shadow: 0px 2px 0px 0px #d9d9d9;
  box-shadow: 0px 2px 0px 0px #d9d9d9;
  background: #dcdcdc;
  /* Old browsers */
  background: -moz-linear-gradient(top, #dcdcdc 0%, #f5f5f5 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #dcdcdc 0%, #f5f5f5 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #dcdcdc 0%, #f5f5f5 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dcdcdc', endColorstr='#f5f5f5', GradientType=0);
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.btn.btn-primary {
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  border: none;
  border-radius: 4px;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 2px;
  padding: 10px 20px;
  text-align: center;
  text-shadow: none;
  text-transform: uppercase;
  vertical-align: middle;
  -webkit-box-shadow: 0px 2px 0px 0px #d9d9d9;
  -moz-box-shadow: 0px 2px 0px 0px #d9d9d9;
  -ms-box-shadow: 0px 2px 0px 0px #d9d9d9;
  -o-box-shadow: 0px 2px 0px 0px #d9d9d9;
  box-shadow: 0px 2px 0px 0px #d9d9d9;
  background: #f33a3a;
  /* Old browsers */
  background: -moz-linear-gradient(top, #f33a3a 0%, #ec0e0e 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #f33a3a 0%, #ec0e0e 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #f33a3a 0%, #ec0e0e 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f33a3a', endColorstr='#ec0e0e', GradientType=0);
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.btn.btn-primary:hover,
.btn.btn-primary:focus {
  color: #ffffff;
  -webkit-box-shadow: 0px 2px 0px 0px #d9d9d9;
  -moz-box-shadow: 0px 2px 0px 0px #d9d9d9;
  -ms-box-shadow: 0px 2px 0px 0px #d9d9d9;
  -o-box-shadow: 0px 2px 0px 0px #d9d9d9;
  box-shadow: 0px 2px 0px 0px #d9d9d9;
  background: #ec0e0e;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ec0e0e 0%, #f33a3a 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #ec0e0e 0%, #f33a3a 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ec0e0e 0%, #f33a3a 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ec0e0e', endColorstr='#f33a3a', GradientType=0);
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.btn.btn-primary:hover,
.btn.btn-primary:focus {
  color: #ffffff;
  -webkit-box-shadow: 0px 2px 0px 0px #d9d9d9;
  -moz-box-shadow: 0px 2px 0px 0px #d9d9d9;
  -ms-box-shadow: 0px 2px 0px 0px #d9d9d9;
  -o-box-shadow: 0px 2px 0px 0px #d9d9d9;
  box-shadow: 0px 2px 0px 0px #d9d9d9;
  background: #ec0e0e;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ec0e0e 0%, #f33a3a 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #ec0e0e 0%, #f33a3a 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ec0e0e 0%, #f33a3a 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ec0e0e', endColorstr='#f33a3a', GradientType=0);
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.btn.btn-secondary {
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  border: none;
  border-radius: 4px;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 2px;
  padding: 10px 20px;
  text-align: center;
  text-shadow: none;
  text-transform: uppercase;
  vertical-align: middle;
  -webkit-box-shadow: 0px 2px 0px 0px #d9d9d9;
  -moz-box-shadow: 0px 2px 0px 0px #d9d9d9;
  -ms-box-shadow: 0px 2px 0px 0px #d9d9d9;
  -o-box-shadow: 0px 2px 0px 0px #d9d9d9;
  box-shadow: 0px 2px 0px 0px #d9d9d9;
  background: #919c5d;
  /* Old browsers */
  background: -moz-linear-gradient(top, #919c5d 0%, #737c4a 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #919c5d 0%, #737c4a 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #919c5d 0%, #737c4a 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#919c5d', endColorstr='#737c4a', GradientType=0);
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.btn.btn-secondary:hover,
.btn.btn-secondary:focus {
  color: #ffffff;
  -webkit-box-shadow: 0px 2px 0px 0px #d9d9d9;
  -moz-box-shadow: 0px 2px 0px 0px #d9d9d9;
  -ms-box-shadow: 0px 2px 0px 0px #d9d9d9;
  -o-box-shadow: 0px 2px 0px 0px #d9d9d9;
  box-shadow: 0px 2px 0px 0px #d9d9d9;
  background: #737c4a;
  /* Old browsers */
  background: -moz-linear-gradient(top, #737c4a 0%, #919c5d 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #737c4a 0%, #919c5d 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #737c4a 0%, #919c5d 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#737c4a', endColorstr='#919c5d', GradientType=0);
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.btn.btn-secondary:hover,
.btn.btn-secondary:focus {
  color: #ffffff;
  -webkit-box-shadow: 0px 2px 0px 0px #d9d9d9;
  -moz-box-shadow: 0px 2px 0px 0px #d9d9d9;
  -ms-box-shadow: 0px 2px 0px 0px #d9d9d9;
  -o-box-shadow: 0px 2px 0px 0px #d9d9d9;
  box-shadow: 0px 2px 0px 0px #d9d9d9;
  background: #737c4a;
  /* Old browsers */
  background: -moz-linear-gradient(top, #737c4a 0%, #919c5d 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #737c4a 0%, #919c5d 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #737c4a 0%, #919c5d 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#737c4a', endColorstr='#919c5d', GradientType=0);
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.btn.btn-warning {
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  border: none;
  border-radius: 4px;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 2px;
  padding: 10px 20px;
  text-align: center;
  text-shadow: none;
  text-transform: uppercase;
  vertical-align: middle;
  -webkit-box-shadow: 0px 2px 0px 0px #d9d9d9;
  -moz-box-shadow: 0px 2px 0px 0px #d9d9d9;
  -ms-box-shadow: 0px 2px 0px 0px #d9d9d9;
  -o-box-shadow: 0px 2px 0px 0px #d9d9d9;
  box-shadow: 0px 2px 0px 0px #d9d9d9;
  background: #fbb829;
  /* Old browsers */
  background: -moz-linear-gradient(top, #fbb829 0%, #eda304 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #fbb829 0%, #eda304 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #fbb829 0%, #eda304 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbb829', endColorstr='#eda304', GradientType=0);
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.btn.btn-warning:hover,
.btn.btn-warning:focus {
  color: #ffffff;
  -webkit-box-shadow: 0px 2px 0px 0px #d9d9d9;
  -moz-box-shadow: 0px 2px 0px 0px #d9d9d9;
  -ms-box-shadow: 0px 2px 0px 0px #d9d9d9;
  -o-box-shadow: 0px 2px 0px 0px #d9d9d9;
  box-shadow: 0px 2px 0px 0px #d9d9d9;
  background: #eda304;
  /* Old browsers */
  background: -moz-linear-gradient(top, #eda304 0%, #fbb829 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #eda304 0%, #fbb829 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #eda304 0%, #fbb829 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eda304', endColorstr='#fbb829', GradientType=0);
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.btn.btn-warning:hover,
.btn.btn-warning:focus {
  color: #ffffff;
  -webkit-box-shadow: 0px 2px 0px 0px #d9d9d9;
  -moz-box-shadow: 0px 2px 0px 0px #d9d9d9;
  -ms-box-shadow: 0px 2px 0px 0px #d9d9d9;
  -o-box-shadow: 0px 2px 0px 0px #d9d9d9;
  box-shadow: 0px 2px 0px 0px #d9d9d9;
  background: #eda304;
  /* Old browsers */
  background: -moz-linear-gradient(top, #eda304 0%, #fbb829 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #eda304 0%, #fbb829 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #eda304 0%, #fbb829 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eda304', endColorstr='#fbb829', GradientType=0);
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.btn.btn-danger {
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  border: none;
  border-radius: 4px;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 2px;
  padding: 10px 20px;
  text-align: center;
  text-shadow: none;
  text-transform: uppercase;
  vertical-align: middle;
  -webkit-box-shadow: 0px 2px 0px 0px #d9d9d9;
  -moz-box-shadow: 0px 2px 0px 0px #d9d9d9;
  -ms-box-shadow: 0px 2px 0px 0px #d9d9d9;
  -o-box-shadow: 0px 2px 0px 0px #d9d9d9;
  box-shadow: 0px 2px 0px 0px #d9d9d9;
  background: #ed092f;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ed092f 0%, #bc0725 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #ed092f 0%, #bc0725 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ed092f 0%, #bc0725 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ed092f', endColorstr='#bc0725', GradientType=0);
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.btn.btn-danger:hover,
.btn.btn-danger:focus {
  color: #ffffff;
  -webkit-box-shadow: 0px 2px 0px 0px #d9d9d9;
  -moz-box-shadow: 0px 2px 0px 0px #d9d9d9;
  -ms-box-shadow: 0px 2px 0px 0px #d9d9d9;
  -o-box-shadow: 0px 2px 0px 0px #d9d9d9;
  box-shadow: 0px 2px 0px 0px #d9d9d9;
  background: #bc0725;
  /* Old browsers */
  background: -moz-linear-gradient(top, #bc0725 0%, #ed092f 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #bc0725 0%, #ed092f 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #bc0725 0%, #ed092f 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bc0725', endColorstr='#ed092f', GradientType=0);
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.btn.btn-danger:hover,
.btn.btn-danger:focus {
  color: #ffffff;
  -webkit-box-shadow: 0px 2px 0px 0px #d9d9d9;
  -moz-box-shadow: 0px 2px 0px 0px #d9d9d9;
  -ms-box-shadow: 0px 2px 0px 0px #d9d9d9;
  -o-box-shadow: 0px 2px 0px 0px #d9d9d9;
  box-shadow: 0px 2px 0px 0px #d9d9d9;
  background: #bc0725;
  /* Old browsers */
  background: -moz-linear-gradient(top, #bc0725 0%, #ed092f 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #bc0725 0%, #ed092f 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #bc0725 0%, #ed092f 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bc0725', endColorstr='#ed092f', GradientType=0);
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.btn.btn-info {
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  border: none;
  border-radius: 4px;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 2px;
  padding: 10px 20px;
  text-align: center;
  text-shadow: none;
  text-transform: uppercase;
  vertical-align: middle;
  -webkit-box-shadow: 0px 2px 0px 0px #d9d9d9;
  -moz-box-shadow: 0px 2px 0px 0px #d9d9d9;
  -ms-box-shadow: 0px 2px 0px 0px #d9d9d9;
  -o-box-shadow: 0px 2px 0px 0px #d9d9d9;
  box-shadow: 0px 2px 0px 0px #d9d9d9;
  background: #2a8fbd;
  /* Old browsers */
  background: -moz-linear-gradient(top, #2a8fbd 0%, #216f93 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #2a8fbd 0%, #216f93 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #2a8fbd 0%, #216f93 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2a8fbd', endColorstr='#216f93', GradientType=0);
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.btn.btn-info:hover,
.btn.btn-info:focus {
  color: #ffffff;
  -webkit-box-shadow: 0px 2px 0px 0px #d9d9d9;
  -moz-box-shadow: 0px 2px 0px 0px #d9d9d9;
  -ms-box-shadow: 0px 2px 0px 0px #d9d9d9;
  -o-box-shadow: 0px 2px 0px 0px #d9d9d9;
  box-shadow: 0px 2px 0px 0px #d9d9d9;
  background: #216f93;
  /* Old browsers */
  background: -moz-linear-gradient(top, #216f93 0%, #2a8fbd 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #216f93 0%, #2a8fbd 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #216f93 0%, #2a8fbd 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#216f93', endColorstr='#2a8fbd', GradientType=0);
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.btn.btn-info:hover,
.btn.btn-info:focus {
  color: #ffffff;
  -webkit-box-shadow: 0px 2px 0px 0px #d9d9d9;
  -moz-box-shadow: 0px 2px 0px 0px #d9d9d9;
  -ms-box-shadow: 0px 2px 0px 0px #d9d9d9;
  -o-box-shadow: 0px 2px 0px 0px #d9d9d9;
  box-shadow: 0px 2px 0px 0px #d9d9d9;
  background: #216f93;
  /* Old browsers */
  background: -moz-linear-gradient(top, #216f93 0%, #2a8fbd 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #216f93 0%, #2a8fbd 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #216f93 0%, #2a8fbd 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#216f93', endColorstr='#2a8fbd', GradientType=0);
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.btn.btn-success {
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  border: none;
  border-radius: 4px;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 2px;
  padding: 10px 20px;
  text-align: center;
  text-shadow: none;
  text-transform: uppercase;
  vertical-align: middle;
  -webkit-box-shadow: 0px 2px 0px 0px #d9d9d9;
  -moz-box-shadow: 0px 2px 0px 0px #d9d9d9;
  -ms-box-shadow: 0px 2px 0px 0px #d9d9d9;
  -o-box-shadow: 0px 2px 0px 0px #d9d9d9;
  box-shadow: 0px 2px 0px 0px #d9d9d9;
  background: #a1c820;
  /* Old browsers */
  background: -moz-linear-gradient(top, #a1c820 0%, #7e9c19 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #a1c820 0%, #7e9c19 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #a1c820 0%, #7e9c19 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a1c820', endColorstr='#7e9c19', GradientType=0);
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.btn.btn-success:hover,
.btn.btn-success:focus {
  color: #ffffff;
  -webkit-box-shadow: 0px 2px 0px 0px #d9d9d9;
  -moz-box-shadow: 0px 2px 0px 0px #d9d9d9;
  -ms-box-shadow: 0px 2px 0px 0px #d9d9d9;
  -o-box-shadow: 0px 2px 0px 0px #d9d9d9;
  box-shadow: 0px 2px 0px 0px #d9d9d9;
  background: #7e9c19;
  /* Old browsers */
  background: -moz-linear-gradient(top, #7e9c19 0%, #a1c820 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #7e9c19 0%, #a1c820 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #7e9c19 0%, #a1c820 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7e9c19', endColorstr='#a1c820', GradientType=0);
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.btn.btn-success:hover,
.btn.btn-success:focus {
  color: #ffffff;
  -webkit-box-shadow: 0px 2px 0px 0px #d9d9d9;
  -moz-box-shadow: 0px 2px 0px 0px #d9d9d9;
  -ms-box-shadow: 0px 2px 0px 0px #d9d9d9;
  -o-box-shadow: 0px 2px 0px 0px #d9d9d9;
  box-shadow: 0px 2px 0px 0px #d9d9d9;
  background: #7e9c19;
  /* Old browsers */
  background: -moz-linear-gradient(top, #7e9c19 0%, #a1c820 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #7e9c19 0%, #a1c820 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #7e9c19 0%, #a1c820 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7e9c19', endColorstr='#a1c820', GradientType=0);
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.btn.btn-inverse {
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  border: none;
  border-radius: 4px;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 2px;
  padding: 10px 20px;
  text-align: center;
  text-shadow: none;
  text-transform: uppercase;
  vertical-align: middle;
  -webkit-box-shadow: 0px 2px 0px 0px #d9d9d9;
  -moz-box-shadow: 0px 2px 0px 0px #d9d9d9;
  -ms-box-shadow: 0px 2px 0px 0px #d9d9d9;
  -o-box-shadow: 0px 2px 0px 0px #d9d9d9;
  box-shadow: 0px 2px 0px 0px #d9d9d9;
  background: #6c6c6c;
  /* Old browsers */
  background: -moz-linear-gradient(top, #6c6c6c 0%, #525252 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #6c6c6c 0%, #525252 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #6c6c6c 0%, #525252 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6c6c6c', endColorstr='#525252', GradientType=0);
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.btn.btn-inverse:hover,
.btn.btn-inverse:focus {
  color: #ffffff;
  -webkit-box-shadow: 0px 2px 0px 0px #d9d9d9;
  -moz-box-shadow: 0px 2px 0px 0px #d9d9d9;
  -ms-box-shadow: 0px 2px 0px 0px #d9d9d9;
  -o-box-shadow: 0px 2px 0px 0px #d9d9d9;
  box-shadow: 0px 2px 0px 0px #d9d9d9;
  background: #525252;
  /* Old browsers */
  background: -moz-linear-gradient(top, #525252 0%, #6c6c6c 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #525252 0%, #6c6c6c 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #525252 0%, #6c6c6c 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#525252', endColorstr='#6c6c6c', GradientType=0);
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.btn.btn-inverse:hover,
.btn.btn-inverse:focus {
  color: #ffffff;
  -webkit-box-shadow: 0px 2px 0px 0px #d9d9d9;
  -moz-box-shadow: 0px 2px 0px 0px #d9d9d9;
  -ms-box-shadow: 0px 2px 0px 0px #d9d9d9;
  -o-box-shadow: 0px 2px 0px 0px #d9d9d9;
  box-shadow: 0px 2px 0px 0px #d9d9d9;
  background: #525252;
  /* Old browsers */
  background: -moz-linear-gradient(top, #525252 0%, #6c6c6c 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #525252 0%, #6c6c6c 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #525252 0%, #6c6c6c 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#525252', endColorstr='#6c6c6c', GradientType=0);
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.btn.dropdown-toggle {
  background-color: #f5f5f5;
  border-radius: 0px;
}
.btn.dropdown-toggle:active,
.btn.dropdown-toggle:focus,
.btn.dropdown-toggle:hover {
  background-color: #dcdcdc;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.btn.btn-mini {
  padding: 3px 7px;
  font-size: 12px;
}
.btn.btn-small {
  padding: 5px 10px;
}
.btn.btn-large {
  padding: 15px 25px;
}
.btn .caret {
  margin-bottom: 4px;
  margin-top: 5px;
}
.btn-group .btn {
  border-radius: 0;
  font-size: 12px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.btn-group .btn:first-child {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.btn-group .btn:last-child {
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
}
.btn-group .btn + .dropdown-toggle {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.btn-group .btn:hover,
.btn-group .btn:focus,
.btn-group .btn:active .btn-group .btn.active {
  z-index: initial;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.btn-group.open > .btn.dropdown-toggle,
.icons.open > .btn.dropdown-toggle {
  background-color: #f66a6a;
}
.btn-group > .dropdown-toggle.btn-primary,
.dropdown-toggle.btn-primary,
.btn-group > .dropdown-toggle.btn,
.dropdown-toggle.btn {
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  border: none;
  border-radius: 4px;
  color: #333333;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 2px;
  padding: 10px 20px;
  text-align: center;
  text-shadow: none;
  text-transform: uppercase;
  vertical-align: middle;
  -webkit-box-shadow: 0px 2px 0px 0px #d9d9d9;
  -moz-box-shadow: 0px 2px 0px 0px #d9d9d9;
  -ms-box-shadow: 0px 2px 0px 0px #d9d9d9;
  -o-box-shadow: 0px 2px 0px 0px #d9d9d9;
  box-shadow: 0px 2px 0px 0px #d9d9d9;
  background: #f33a3a;
  /* Old browsers */
  background: -moz-linear-gradient(top, #f33a3a 0%, #ec0e0e 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #f33a3a 0%, #ec0e0e 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #f33a3a 0%, #ec0e0e 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f33a3a', endColorstr='#ec0e0e', GradientType=0);
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  color: #ffffff;
}
.btn-group > .dropdown-toggle.btn-primary:hover,
.dropdown-toggle.btn-primary:hover,
.btn-group > .dropdown-toggle.btn:hover,
.dropdown-toggle.btn:hover,
.btn-group > .dropdown-toggle.btn-primary:focus,
.dropdown-toggle.btn-primary:focus,
.btn-group > .dropdown-toggle.btn:focus,
.dropdown-toggle.btn:focus {
  color: #333333;
  -webkit-box-shadow: 0px 2px 0px 0px #d9d9d9;
  -moz-box-shadow: 0px 2px 0px 0px #d9d9d9;
  -ms-box-shadow: 0px 2px 0px 0px #d9d9d9;
  -o-box-shadow: 0px 2px 0px 0px #d9d9d9;
  box-shadow: 0px 2px 0px 0px #d9d9d9;
  background: #ec0e0e;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ec0e0e 0%, #f33a3a 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #ec0e0e 0%, #f33a3a 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ec0e0e 0%, #f33a3a 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ec0e0e', endColorstr='#f33a3a', GradientType=0);
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.btn-group > .dropdown-toggle.btn-primary:hover,
.dropdown-toggle.btn-primary:hover,
.btn-group > .dropdown-toggle.btn:hover,
.dropdown-toggle.btn:hover,
.btn-group > .dropdown-toggle.btn-primary:focus,
.dropdown-toggle.btn-primary:focus,
.btn-group > .dropdown-toggle.btn:focus,
.dropdown-toggle.btn:focus {
  color: #333333;
  -webkit-box-shadow: 0px 2px 0px 0px #d9d9d9;
  -moz-box-shadow: 0px 2px 0px 0px #d9d9d9;
  -ms-box-shadow: 0px 2px 0px 0px #d9d9d9;
  -o-box-shadow: 0px 2px 0px 0px #d9d9d9;
  box-shadow: 0px 2px 0px 0px #d9d9d9;
  background: #ec0e0e;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ec0e0e 0%, #f33a3a 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #ec0e0e 0%, #f33a3a 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ec0e0e 0%, #f33a3a 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ec0e0e', endColorstr='#f33a3a', GradientType=0);
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.btn-group > .dropdown-toggle.btn-primary .caret,
.dropdown-toggle.btn-primary .caret,
.btn-group > .dropdown-toggle.btn .caret,
.dropdown-toggle.btn .caret {
  border-top-color: #ffffff;
}
.btn-group > .dropdown-toggle.btn-primary:hover,
.dropdown-toggle.btn-primary:hover,
.btn-group > .dropdown-toggle.btn:hover,
.dropdown-toggle.btn:hover,
.btn-group > .dropdown-toggle.btn-primary:active,
.dropdown-toggle.btn-primary:active,
.btn-group > .dropdown-toggle.btn:active,
.dropdown-toggle.btn:active,
.btn-group > .dropdown-toggle.btn-primary:focus,
.dropdown-toggle.btn-primary:focus,
.btn-group > .dropdown-toggle.btn:focus,
.dropdown-toggle.btn:focus {
  background-color: #f66a6a;
  color: #ffffff;
}
.btn-group > .dropdown-toggle.btn-mini,
.dropdown-toggle.btn-mini {
  padding: 3px 7px;
  font-size: 12px;
}
.btn-group > .dropdown-toggle.btn-small,
.dropdown-toggle.btn-small {
  padding: 5px 10px;
}
.btn-group > .dropdown-toggle.btn-large,
.dropdown-toggle.btn-large {
  padding: 15px 25px;
}
.btn-toolbar .btn {
  font-size: 12px;
}
.btn-floating {
  background-color: #f5f5f5;
  border-radius: 50%;
  color: #6c6c6c;
  cursor: pointer;
  display: inline-block;
  position: relative;
  overflow: hidden;
  height: 37px;
  width: 37px;
  line-height: 37px;
  padding: 0;
  transition: .3s;
  vertical-align: middle;
  z-index: 1;
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.16), 0px 2px 10px 0px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.16), 0px 2px 10px 0px rgba(0, 0, 0, 0.12);
  -ms-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.16), 0px 2px 10px 0px rgba(0, 0, 0, 0.12);
  -o-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.16), 0px 2px 10px 0px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.16), 0px 2px 10px 0px rgba(0, 0, 0, 0.12);
}
.btn-floating i {
  color: #6c6c6c;
  display: inline-block;
  font-size: 20px;
  text-align: center;
  width: inherit;
}
.btn-floating:hover {
  -webkit-box-shadow: 0px 5px 11px 0px rgba(0, 0, 0, 0.18), 0px 4px 15px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 5px 11px 0px rgba(0, 0, 0, 0.18), 0px 4px 15px 0px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0px 5px 11px 0px rgba(0, 0, 0, 0.18), 0px 4px 15px 0px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0px 5px 11px 0px rgba(0, 0, 0, 0.18), 0px 4px 15px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 5px 11px 0px rgba(0, 0, 0, 0.18), 0px 4px 15px 0px rgba(0, 0, 0, 0.15);
}
.btn-floating:before {
  border-radius: 0;
}
.btn-floating i {
  color: #6c6c6c;
  display: inline-block;
  font-size: 20px;
  text-align: center;
  width: inherit;
}
.btn-floating:hover {
  -webkit-box-shadow: 0px 5px 11px 0px rgba(0, 0, 0, 0.18), 0px 4px 15px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 5px 11px 0px rgba(0, 0, 0, 0.18), 0px 4px 15px 0px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0px 5px 11px 0px rgba(0, 0, 0, 0.18), 0px 4px 15px 0px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0px 5px 11px 0px rgba(0, 0, 0, 0.18), 0px 4px 15px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 5px 11px 0px rgba(0, 0, 0, 0.18), 0px 4px 15px 0px rgba(0, 0, 0, 0.15);
}
.btn-floating:before {
  border-radius: 0;
}
.btn-floating.large {
  width: 52px;
  height: 52px;
  line-height: 52px;
}
.btn-floating.floating-primary {
  background-color: #f33a3a;
  color: #ffffff;
}
.btn-floating.floating-primary i {
  color: #ffffff;
}
.btn-floating.floating-secondary {
  background-color: #919c5d;
  color: #ffffff;
}
.btn-floating.floating-secondary i {
  color: #ffffff;
}
.btn-floating.floating-red {
  background-color: #ed092f;
  color: #ffffff;
}
.btn-floating.floating-red i {
  color: #ffffff;
}
.btn-floating.floating-green {
  background-color: #a1c820;
  color: #ffffff;
}
.btn-floating.floating-green i {
  color: #ffffff;
}
.btn-floating.floating-blue {
  background-color: #2a8fbd;
  color: #ffffff;
}
.btn-floating.floating-blue i {
  color: #ffffff;
}
.btn-floating.facebook {
  background-color: #3B5998;
  color: #ffffff;
}
.btn-floating.facebook i {
  color: #ffffff;
}
.btn-floating.twitter {
  background-color: #55ACEE;
  color: #ffffff;
}
.btn-floating.twitter i {
  color: #ffffff;
}
.btn-floating.linkedin {
  background-color: #1984BC;
  color: #ffffff;
}
.btn-floating.linkedin i {
  color: #ffffff;
}
.btn-floating.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 {
  position: fixed;
  bottom: 40px;
  margin-bottom: 0;
  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 {
  opacity: 0;
}
.rstpl-tags.inline > li {
  margin: 0;
  padding-left: 0;
  margin-right: 10px;
}
.rstpl-tags .label {
  background-color: #f33a3a;
  font-size: 13px;
  padding: 5px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.rstpl-tags .label:hover {
  background-color: #919c5d;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.tagspopular ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-block;
}
.tagspopular ul li {
  display: inline-block;
  float: left;
  background-color: #f33a3a;
  padding: 5px 10px;
  font-size: small;
  margin-right: 5px;
  margin-bottom: 5px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.tagspopular ul li:hover {
  background-color: #919c5d;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.tagspopular ul li a {
  color: #ffffff;
}
.btn.jmodedit {
  height: 30px;
  width: 30px;
  padding: 0;
  box-shadow: none;
  text-align: center;
}
.btn.jmodedit [class^="icon-"],
.btn.jmodedit [class*=" icon-"] {
  line-height: 30px;
}
/* 2 Form Styling
------------------------------------------------------------------------------*/
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
select,
textarea,
.uneditable-input {
  border-radius: 0px;
  border-color: #e1e1e1;
  box-sizing: border-box;
  line-height: 20px;
  min-height: 32px;
  padding: 6px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
select:focus,
textarea:focus,
.uneditable-input:focus {
  outline: none;
  border-color: #919c5d;
  -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.15) inset, 0px 0px 4px rgba(145, 156, 93, 0.6);
  -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.15) inset, 0px 0px 4px rgba(145, 156, 93, 0.6);
  -ms-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.15) inset, 0px 0px 4px rgba(145, 156, 93, 0.6);
  -o-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.15) inset, 0px 0px 4px rgba(145, 156, 93, 0.6);
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.15) inset, 0px 0px 4px rgba(145, 156, 93, 0.6);
}
.popover input,
.popover select,
.popover textarea,
.popover .uneditable-input {
  min-width: auto;
}
select option {
  padding: 6px 12px;
}
select:not([size]):not([multiple="multiple"]),
select[size="1"] {
  height: 32px !important;
  line-height: 20px !important;
}
textarea {
  height: auto;
}
.input-append .add-on,
.input-append .btn {
  height: 32px;
  padding: 4px 10px;
  border: 1px solid #e1e1e1;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.input-append .add-on:first-child,
.input-append .btn:first-child {
  border-radius: 4px 0px 0px 4px;
}
.input-append .add-on:last-child,
.input-append .btn:last-child {
  border-radius: 0px 4px 4px 0px;
}
.full-width-form form input[type="text"],
.full-width-form form input[type="password"],
.full-width-form form input[type="datetime"],
.full-width-form form input[type="datetime-local"],
.full-width-form form input[type="date"],
.full-width-form form input[type="month"],
.full-width-form form input[type="time"],
.full-width-form form input[type="week"],
.full-width-form form input[type="number"],
.full-width-form form input[type="email"],
.full-width-form form input[type="url"],
.full-width-form form input[type="search"],
.full-width-form form input[type="tel"],
.full-width-form form input[type="color"],
.full-width-form form select,
.full-width-form form textarea,
.full-width-form form .uneditable-input {
  width: 100%;
}
/* 3 Navbar
------------------------------------------------------------------------------*/
.full-width-menu {
  padding: 0 15px;
}
@media (max-width: 979px) {
  .full-width-menu {
    padding: 0;
  }
}
.full-width-menu .rstpl-navigation .navbar {
  margin: 0;
  padding: 0px 20px;
}
.full-width-menu .rstpl-navigation .navbar.navbar-fixed-top {
  padding: 15px 15px;
}
.full-width-menu .rstpl-navigation .navbar.navbar-fixed-top .navbar-inner {
  width: 100%;
}
.rstpl-navigation {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.rstpl-navigation .rstpl-brand a:hover,
.rstpl-navigation .rstpl-brand a:focus,
.rstpl-navigation .rstpl-brand a:active {
  color: inherit;
}
.rstpl-navigation .menu_right {
  float: right;
}
.rstpl-navigation .menu_left {
  float: left;
}
.rstpl-navigation .menu_center {
  text-align: center;
}
.rstpl-navigation .menu_center .rstpl-template-menu {
  float: none;
}
.rstpl-navigation .menu_center .rstpl-template-menu > li {
  float: none;
  display: inline-block;
}
@media (max-width: 979px) {
  .rstpl-navigation .menu_center .rstpl-template-menu > li {
    display: block;
  }
}
.rstpl-navigation .nav-collapse {
  position: static;
}
.rstpl-navigation .navbar {
  margin: 0;
}
.rstpl-navigation .navbar .rstpl-brand {
  display: inline-block;
  padding: 45px 0;
  width: 120px;
}
.rstpl-navigation .navbar .rstpl-brand.text {
  width: initial;
  margin-right: 20px;
}
.rstpl-navigation .navbar .rstpl-brand img {
  width: 100%;
}
.rstpl-navigation .navbar .rstpl-brand h1,
.rstpl-navigation .navbar .rstpl-brand h2,
.rstpl-navigation .navbar .rstpl-brand h3 {
  margin: 0;
}
.rstpl-navigation .navbar .navbar-inner {
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  background: none;
  min-height: 40px;
  padding: 0;
  position: relative;
}
.rstpl-navigation .navbar .navbar-inner .rstpl-template-menu {
  margin-right: 0;
  position: static;
}
.rstpl-navigation .navbar .navbar-inner .rstpl-template-menu > li {
  padding: 50px 15px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.rstpl-navigation .navbar .navbar-inner .rstpl-template-menu > li.parent {
  padding-right: 15px;
}
.rstpl-navigation .navbar .navbar-inner .rstpl-template-menu > li.parent > a {
  display: block;
}
.rstpl-navigation .navbar .navbar-inner .rstpl-template-menu > li.parent > a:after {
  font-family: 'FontAwesome';
  content: '\f0d7';
  margin-left: 10px;
  position: absolute;
}
.rstpl-navigation .navbar .navbar-inner .rstpl-template-menu > li.rstpl-mega-menu {
  position: static;
}
@media (max-width: 979px) {
  .rstpl-navigation .navbar .navbar-inner .rstpl-template-menu > li.rstpl-mega-menu {
    position: relative;
  }
}
.rstpl-navigation .navbar .navbar-inner .rstpl-template-menu > li.rstpl-mega-menu .rstpl-mega-menu-container {
  z-index: 20;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  text-align: initial;
}
@media (max-width: 979px) {
  .rstpl-navigation .navbar .navbar-inner .rstpl-template-menu > li.rstpl-mega-menu .rstpl-mega-menu-container {
    position: relative;
    top: 0;
    left: 0;
    background-color: #ffffff;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
  }
  .rstpl-navigation .navbar .navbar-inner .rstpl-template-menu > li.rstpl-mega-menu .rstpl-mega-menu-container .rstpl-template-menu > li > a {
    padding: 15px 15px 15px 30px;
  }
  .rstpl-navigation .navbar .navbar-inner .rstpl-template-menu > li.rstpl-mega-menu .rstpl-mega-menu-container .rstpl-template-menu > li > a:hover,
  .rstpl-navigation .navbar .navbar-inner .rstpl-template-menu > li.rstpl-mega-menu .rstpl-mega-menu-container .rstpl-template-menu > li > a:focus {
    background-color: initial;
    color: #f33a3a;
  }
  .rstpl-navigation .navbar .navbar-inner .rstpl-template-menu > li.rstpl-mega-menu .rstpl-mega-menu-container .rstpl-template-menu > li.active > a {
    background-color: initial;
    color: #f33a3a;
  }
  .rstpl-navigation .navbar .navbar-inner .rstpl-template-menu > li.rstpl-mega-menu .rstpl-mega-menu-container [class*="span"] > div {
    padding: 15px;
  }
}
.rstpl-navigation .navbar .navbar-inner .rstpl-template-menu > li > a {
  text-transform: uppercase;
  font-weight: 700;
  text-shadow: none;
  padding: 5px;
  position: relative;
  color: #919c5d;
  font-size: 14px;
  font-family: 'Roboto', Helvetica, serif;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.rstpl-navigation .navbar .navbar-inner .rstpl-template-menu > li > a .menu-icon {
  margin-right: 10px;
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
}
.rstpl-navigation .navbar .navbar-inner .rstpl-template-menu > li > a:hover,
.rstpl-navigation .navbar .navbar-inner .rstpl-template-menu > li > a:focus,
.rstpl-navigation .navbar .navbar-inner .rstpl-template-menu > li > a:active {
  color: #f33a3a;
}
.rstpl-navigation .navbar .navbar-inner .rstpl-template-menu > li > a:hover + .animated-border,
.rstpl-navigation .navbar .navbar-inner .rstpl-template-menu > li > a:focus + .animated-border,
.rstpl-navigation .navbar .navbar-inner .rstpl-template-menu > li > a:active + .animated-border {
  max-width: 100%;
}
.rstpl-navigation .navbar .navbar-inner .rstpl-template-menu > li > .animated-border {
  display: block;
  height: 2px;
  max-width: 0px;
  background-color: #f33a3a;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.rstpl-navigation .navbar .navbar-inner .rstpl-template-menu > li:hover,
.rstpl-navigation .navbar .navbar-inner .rstpl-template-menu > li:focus,
.rstpl-navigation .navbar .navbar-inner .rstpl-template-menu > li:active {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.rstpl-navigation .navbar .navbar-inner .rstpl-template-menu > li:hover > a,
.rstpl-navigation .navbar .navbar-inner .rstpl-template-menu > li:focus > a,
.rstpl-navigation .navbar .navbar-inner .rstpl-template-menu > li:active > a {
  color: #f33a3a;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.rstpl-navigation .navbar .navbar-inner .rstpl-template-menu > li:hover > .animated-border,
.rstpl-navigation .navbar .navbar-inner .rstpl-template-menu > li:focus > .animated-border,
.rstpl-navigation .navbar .navbar-inner .rstpl-template-menu > li:active > .animated-border {
  max-width: 100%;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.rstpl-navigation .navbar .navbar-inner .rstpl-template-menu > li.rstpl-search:hover {
  background-color: transparent;
  color: #f33a3a;
}
.rstpl-navigation .navbar .navbar-inner .rstpl-template-menu > li.active > a {
  color: #f33a3a;
}
.rstpl-navigation .navbar .navbar-inner .rstpl-template-menu > li.active > .animated-border {
  max-width: 100%;
}
.rstpl-navigation .navbar .navbar-inner .rstpl-template-menu .active > a {
  background: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  color: #f33a3a;
}
.rstpl-navigation .navbar .navbar-inner .rstpl-template-menu .dropdown-menu > li > a {
  text-transform: uppercase;
  font-weight: 700;
}
.rstpl-navigation .navbar .navbar-inner .rstpl-template-menu .dropdown-menu > li.active {
  background-color: #f2f2f2;
}
.rstpl-navigation .navbar .navbar-inner .rstpl-template-menu .dropdown-menu > li.active > a {
  color: #919c5d;
}
.rstpl-navigation .navbar.navbar-fixed-top {
  margin: 0;
  background-color: rgba(255, 255, 255, 0.95);
  padding: 0;
  border-bottom: 1px solid #cccccc;
  -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.1);
}
.rstpl-navigation .navbar.navbar-fixed-top .navbar-inner {
  margin: 0 auto;
  width: 940px;
}
@media (min-width: 1200px) {
  .rstpl-navigation .navbar.navbar-fixed-top .navbar-inner {
    width: 1170px;
    margin: 0 auto;
  }
}
@media (max-width: 979px) {
  .rstpl-navigation .menu_right {
    float: none;
  }
  .rstpl-navigation .menu_left {
    float: none;
  }
  .rstpl-navigation .menu_center {
    text-align: left;
  }
  .rstpl-navigation .menu_center .nav {
    display: block;
  }
  .rstpl-navigation .navbar {
    margin: 0;
  }
  .rstpl-navigation .navbar .rstpl-brand {
    padding: 15px;
  }
  .rstpl-navigation .navbar .rstpl-brand img {
    width: 100px;
  }
  .rstpl-navigation .navbar .rstpl-brand.pull-right {
    float: none;
  }
  .rstpl-navigation .navbar .btn-navbar {
    background-color: transparent;
    box-shadow: none;
    background-image: none;
    margin: 15px;
    position: relative;
  }
  .rstpl-navigation .navbar .btn-navbar .icon-bar {
    background-color: #f33a3a;
    text-shadow: none;
    width: 25px;
    height: 3px;
    margin-bottom: 5px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  .rstpl-navigation .navbar .btn-navbar.collapsed .icon-bar {
    background-color: #919c5d;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  .rstpl-navigation .navbar .navbar-inner .rstpl-template-menu {
    margin: 0;
  }
  .rstpl-navigation .navbar .navbar-inner .rstpl-template-menu > li {
    border-top: 1px solid #cccccc;
    padding: 0px;
  }
  .rstpl-navigation .navbar .navbar-inner .rstpl-template-menu > li:hover {
    background-color: initial;
  }
  .rstpl-navigation .navbar .navbar-inner .rstpl-template-menu > li:last-of-type {
    border-bottom: 1px solid #cccccc;
  }
  .rstpl-navigation .navbar .navbar-inner .rstpl-template-menu > li .submenu-button {
    position: absolute;
    z-index: 10;
    right: 0px;
    top: 0px;
    display: block;
    border-left: 1px solid #cccccc;
    height: 50px;
    width: 50px;
    cursor: pointer;
  }
  .rstpl-navigation .navbar .navbar-inner .rstpl-template-menu > li .submenu-button:before {
    content: "";
    position: absolute;
    left: 21px;
    top: 26px;
    display: block;
    width: 11px;
    height: 1px;
    background: #cccccc none repeat scroll 0% 0%;
    z-index: 99;
  }
  .rstpl-navigation .navbar .navbar-inner .rstpl-template-menu > li .submenu-button:after {
    content: "";
    position: absolute;
    top: 21px;
    left: 26px;
    display: block;
    width: 1px;
    height: 11px;
    background: #cccccc none repeat scroll 0% 0%;
    z-index: 99;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .rstpl-navigation .navbar .navbar-inner .rstpl-template-menu > li .submenu-button.opened:after {
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .rstpl-navigation .navbar .navbar-inner .rstpl-template-menu > li a {
    border-radius: 0px;
    text-transform: uppercase;
    font-weight: 700;
    padding: 15px;
    margin: 0;
    max-height: 50px;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
  }
  .rstpl-navigation .navbar .navbar-inner .rstpl-template-menu > li a:hover,
  .rstpl-navigation .navbar .navbar-inner .rstpl-template-menu > li a:focus,
  .rstpl-navigation .navbar .navbar-inner .rstpl-template-menu > li a:active {
    background-color: transparent;
    color: #f33a3a;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
  }
  .rstpl-navigation .navbar .navbar-inner .rstpl-template-menu > li .animated-border {
    display: none;
  }
  .rstpl-navigation .navbar .navbar-inner .rstpl-template-menu > li:first-of-type a {
    padding-left: 15px;
  }
  .rstpl-navigation .navbar .navbar-inner .rstpl-template-menu > li.parent {
    padding-right: 0px;
  }
  .rstpl-navigation .navbar .navbar-inner .rstpl-template-menu > li.parent > a:after {
    content: '';
  }
  .rstpl-navigation .navbar .navbar-inner .rstpl-template-menu .dropdown-menu {
    background-color: #ffffff;
    margin: 0;
  }
  .rstpl-navigation .navbar .navbar-inner .rstpl-template-menu .dropdown-menu > li {
    border-bottom: none;
  }
  .rstpl-navigation .navbar .navbar-inner .rstpl-template-menu .dropdown-menu > li > a {
    background-color: transparent;
    color: #919c5d;
    padding-left: 30px;
  }
  .rstpl-navigation .navbar .navbar-inner .rstpl-template-menu .dropdown-menu > li > a:hover,
  .rstpl-navigation .navbar .navbar-inner .rstpl-template-menu .dropdown-menu > li > a:focus,
  .rstpl-navigation .navbar .navbar-inner .rstpl-template-menu .dropdown-menu > li > a:active {
    color: #f33a3a;
  }
  .rstpl-navigation .navbar .navbar-inner .rstpl-template-menu .dropdown-menu > li.active {
    background-color: transparent;
  }
  .rstpl-navigation .navbar .navbar-inner .rstpl-template-menu .dropdown-menu > li.active > a {
    background-color: transparent;
    color: #f33a3a;
  }
  .rstpl-navigation .navbar .navbar-inner .rstpl-template-menu .dropdown-menu > li li > a {
    padding-left: 45px;
  }
  .rstpl-navigation .navbar .navbar-inner .rstpl-template-menu .dropdown-menu > li li li > a {
    padding-left: 60px;
  }
  .rstpl-navigation .navbar .navbar-inner .rstpl-template-menu .dropdown-menu > li li li li > a {
    padding-left: 75px;
  }
  .rstpl-navigation .navbar .navbar-inner .rstpl-template-menu .dropdown-menu > li li li li li > a {
    padding-left: 90px;
  }
  .rstpl-navigation .navbar .navbar-inner .rstpl-template-menu .dropdown-menu > li li li li li li > a {
    padding-left: 105px;
  }
  .rstpl-navigation .navbar .navbar-inner .rstpl-template-menu .dropdown-submenu:hover > a,
  .rstpl-navigation .navbar .navbar-inner .rstpl-template-menu .dropdown-submenu:focus > a {
    color: #f33a3a;
  }
}
.rstpl-navigation-offcanvas {
  position: fixed;
  z-index: 100;
  width: 250px;
  height: 100%;
  top: 0px;
  left: -205px;
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  background: none;
  background-color: #ffffff;
  border-right: 1px solid #cccccc;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media (max-width: 979px) {
  .rstpl-navigation-offcanvas {
    left: -250px;
  }
}
.rstpl-navigation-offcanvas .rstpl-mega-menu-container {
  position: absolute;
  top: 100%;
  left: 0;
}
.rstpl-navigation-offcanvas .rstpl-mega-menu-container .rstpl-template-menu > li {
  border: none;
}
.rstpl-navigation-offcanvas .rstpl-mega-menu-container .rstpl-template-menu > li:last-of-type {
  border: none;
}
.rstpl-navigation-offcanvas.opened {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  left: 0px;
}
.rstpl-navigation-offcanvas.opened .rstpl-template-menu > li a .menu-icon {
  margin-right: 10px;
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
}
.rstpl-navigation-offcanvas .rstpl-navigation-toggler {
  background-color: transparent;
  color: #919c5d;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  position: absolute;
  right: 5px;
  top: 12px;
  font-size: 25px;
  height: 45px;
  width: 45px;
  padding: 0;
}
.rstpl-navigation-offcanvas .rstpl-navigation-toggler:hover,
.rstpl-navigation-offcanvas .rstpl-navigation-toggler:focus,
.rstpl-navigation-offcanvas .rstpl-navigation-toggler:active {
  background-image: none;
}
@media (max-width: 980px) {
  .rstpl-navigation-offcanvas .rstpl-navigation-toggler {
    background-color: #919c5d;
    color: #ffffff;
    right: -46px;
    top: 0;
    margin: 0;
  }
}
.rstpl-navigation-offcanvas .navbar-header {
  height: 70px;
  background-color: #ffffff;
}
.rstpl-navigation-offcanvas .navbar-header .rstpl-brand h1,
.rstpl-navigation-offcanvas .navbar-header .rstpl-brand h2,
.rstpl-navigation-offcanvas .navbar-header .rstpl-brand h3 {
  padding: 0 5px;
  margin: 0;
  line-height: 70px;
}
.rstpl-navigation-offcanvas .navbar-header .rstpl-brand h1 a,
.rstpl-navigation-offcanvas .navbar-header .rstpl-brand h2 a,
.rstpl-navigation-offcanvas .navbar-header .rstpl-brand h3 a {
  color: #919c5d;
}
.rstpl-navigation-offcanvas .navbar-header .rstpl-brand h1 a:hover,
.rstpl-navigation-offcanvas .navbar-header .rstpl-brand h2 a:hover,
.rstpl-navigation-offcanvas .navbar-header .rstpl-brand h3 a:hover,
.rstpl-navigation-offcanvas .navbar-header .rstpl-brand h1 a:focus,
.rstpl-navigation-offcanvas .navbar-header .rstpl-brand h2 a:focus,
.rstpl-navigation-offcanvas .navbar-header .rstpl-brand h3 a:focus,
.rstpl-navigation-offcanvas .navbar-header .rstpl-brand h1 a:active,
.rstpl-navigation-offcanvas .navbar-header .rstpl-brand h2 a:active,
.rstpl-navigation-offcanvas .navbar-header .rstpl-brand h3 a:active {
  color: #919c5d;
}
.rstpl-navigation-offcanvas .navbar-header h1,
.rstpl-navigation-offcanvas .navbar-header h2,
.rstpl-navigation-offcanvas .navbar-header h3 {
  padding: 0 0 0 5px;
  margin: 0;
  line-height: 70px;
}
.rstpl-navigation-offcanvas .rstpl-template-menu {
  list-style-type: none;
}
.rstpl-navigation-offcanvas .rstpl-template-menu > li {
  float: none;
  position: relative;
  border-top: 1px solid #cccccc;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.rstpl-navigation-offcanvas .rstpl-template-menu > li.parent > a {
  display: block;
}
.rstpl-navigation-offcanvas .rstpl-template-menu > li.parent > a:after {
  font-family: 'FontAwesome';
  content: '\f0d7';
  margin-left: 10px;
}
@media (max-width: 979px) {
  .rstpl-navigation-offcanvas .rstpl-template-menu > li.parent > a:after {
    content: '';
  }
}
@media (max-width: 979px) {
  .rstpl-navigation-offcanvas .rstpl-template-menu > li.parent {
    overflow: hidden;
  }
  .rstpl-navigation-offcanvas .rstpl-template-menu > li.parent .submenu-button {
    position: absolute;
    z-index: 10;
    right: 0px;
    top: 0px;
    display: block;
    border-left: 1px solid #cccccc;
    height: 41px;
    width: 43px;
    cursor: pointer;
  }
  .rstpl-navigation-offcanvas .rstpl-template-menu > li.parent .submenu-button:before {
    content: "";
    position: absolute;
    left: 15px;
    top: 21px;
    display: block;
    width: 11px;
    height: 1px;
    background: #cccccc none repeat scroll 0% 0%;
    z-index: 99;
  }
  .rstpl-navigation-offcanvas .rstpl-template-menu > li.parent .submenu-button:after {
    content: "";
    position: absolute;
    top: 16px;
    left: 20px;
    display: block;
    width: 1px;
    height: 11px;
    background: #cccccc none repeat scroll 0% 0%;
    z-index: 99;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .rstpl-navigation-offcanvas .rstpl-template-menu > li.parent .submenu-button.opened:after {
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}
.rstpl-navigation-offcanvas .rstpl-template-menu > li.active > a {
  color: #f33a3a;
}
.rstpl-navigation-offcanvas .rstpl-template-menu > li > a {
  text-transform: uppercase;
  font-weight: 700;
  padding: 10px 10px;
  color: #919c5d;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  display: block;
  height: 100%;
}
.rstpl-navigation-offcanvas .rstpl-template-menu > li > a .menu-icon {
  position: absolute;
  right: 13px;
  top: 10px;
  font-size: 22px;
}
.rstpl-navigation-offcanvas .rstpl-template-menu > li > a:hover,
.rstpl-navigation-offcanvas .rstpl-template-menu > li > a:focus {
  background-color: transparent;
  color: #f33a3a;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.rstpl-navigation-offcanvas .rstpl-template-menu > li .dropdown-menu {
  top: 40px;
  left: 0;
  width: 100%;
}
.rstpl-navigation-offcanvas .rstpl-template-menu > li .dropdown-menu > li > a {
  text-transform: uppercase;
  font-weight: 700;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media (max-width: 1199px) {
  .rstpl-navigation-offcanvas .rstpl-template-menu > li .dropdown-menu > li > a {
    padding: 10px 10px 10px 20px;
  }
  .rstpl-navigation-offcanvas .rstpl-template-menu > li .dropdown-menu > li > a:hover,
  .rstpl-navigation-offcanvas .rstpl-template-menu > li .dropdown-menu > li > a:focus {
    color: #f33a3a;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
}
.rstpl-navigation-offcanvas .rstpl-template-menu > li .dropdown-menu > .active > a {
  background-color: #f2f2f2;
  background-image: none;
  color: #919c5d;
}
.rstpl-navigation-offcanvas .rstpl-template-menu > li .dropdown-menu > .active > a:hover,
.rstpl-navigation-offcanvas .rstpl-template-menu > li .dropdown-menu > .active > a:focus {
  background-color: #f2f2f2;
  background-image: none;
  color: #919c5d;
}
@media (max-width: 979px) {
  .rstpl-navigation-offcanvas .rstpl-template-menu > li .dropdown-menu > .active > a {
    background-color: transparent;
    color: #f33a3a;
  }
  .rstpl-navigation-offcanvas .rstpl-template-menu > li .dropdown-menu > .active > a:hover,
  .rstpl-navigation-offcanvas .rstpl-template-menu > li .dropdown-menu > .active > a:focus {
    background-color: transparent;
    color: #f33a3a;
  }
}
@media (max-width: 979px) {
  .rstpl-navigation-offcanvas .rstpl-template-menu > li .dropdown-menu {
    position: relative;
    top: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
  }
  .rstpl-navigation-offcanvas .rstpl-template-menu > li .dropdown-menu > li {
    overflow: hidden;
  }
}
.rstpl-navigation-offcanvas .rstpl-template-menu > li .dropdown-submenu .dropdown-menu {
  margin-left: 0;
  margin-top: 0;
}
.rstpl-navigation-offcanvas .rstpl-template-menu > li .dropdown-submenu > a:after {
  border-color: #919c5d transparent transparent transparent;
  border-width: 5px 5px 0 5px;
}
.rstpl-navigation-offcanvas .rstpl-template-menu > li:last-of-type {
  border-bottom: 1px solid #cccccc;
}
@media (max-width: 979px) {
  .rstpl-navigation-offcanvas > .rstpl-template-menu > .rstpl-mega-menu {
    overflow: hidden;
    position: relative;
  }
  .rstpl-navigation-offcanvas > .rstpl-template-menu > .rstpl-mega-menu .submenu-button {
    position: absolute;
    z-index: 10;
    right: 0px;
    top: 0px;
    display: block;
    border-left: 1px solid #cccccc;
    height: 41px;
    width: 43px;
    cursor: pointer;
  }
  .rstpl-navigation-offcanvas > .rstpl-template-menu > .rstpl-mega-menu .submenu-button:before {
    content: "";
    position: absolute;
    left: 15px;
    top: 21px;
    display: block;
    width: 11px;
    height: 1px;
    background: #cccccc none repeat scroll 0% 0%;
    z-index: 99;
  }
  .rstpl-navigation-offcanvas > .rstpl-template-menu > .rstpl-mega-menu .submenu-button:after {
    content: "";
    position: absolute;
    top: 16px;
    left: 20px;
    display: block;
    width: 1px;
    height: 11px;
    background: #cccccc none repeat scroll 0% 0%;
    z-index: 99;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .rstpl-navigation-offcanvas > .rstpl-template-menu > .rstpl-mega-menu .submenu-button.opened:after {
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .rstpl-navigation-offcanvas > .rstpl-template-menu > .rstpl-mega-menu .rstpl-mega-menu-container {
    width: 250px;
    padding: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
  }
  .rstpl-navigation-offcanvas > .rstpl-template-menu > .rstpl-mega-menu .rstpl-mega-menu-container .rstpl-template-menu > li {
    border-top: 1px solid #cccccc;
    padding: 0;
  }
  .rstpl-navigation-offcanvas > .rstpl-template-menu > .rstpl-mega-menu .rstpl-mega-menu-container .rstpl-template-menu > li:hover,
  .rstpl-navigation-offcanvas > .rstpl-template-menu > .rstpl-mega-menu .rstpl-mega-menu-container .rstpl-template-menu > li:focus {
    background-color: initial;
  }
  .rstpl-navigation-offcanvas > .rstpl-template-menu > .rstpl-mega-menu .rstpl-mega-menu-container .rstpl-template-menu > li.active > a {
    background-color: initial;
    color: #f33a3a;
  }
  .rstpl-navigation-offcanvas > .rstpl-template-menu > .rstpl-mega-menu .rstpl-mega-menu-container .rstpl-template-menu > li > a {
    display: block;
    color: #919c5d;
    padding: 10px 10px 10px 20px;
  }
  .rstpl-navigation-offcanvas > .rstpl-template-menu > .rstpl-mega-menu .rstpl-mega-menu-container .rstpl-template-menu > li > a:hover,
  .rstpl-navigation-offcanvas > .rstpl-template-menu > .rstpl-mega-menu .rstpl-mega-menu-container .rstpl-template-menu > li > a:focus {
    background-color: initial;
    color: #f33a3a;
  }
  .rstpl-navigation-offcanvas > .rstpl-template-menu > .rstpl-mega-menu .rstpl-mega-menu-container [class*="span"] .rstpl-template-menu {
    border-right: none;
  }
  .rstpl-navigation-offcanvas > .rstpl-template-menu > .rstpl-mega-menu .rstpl-mega-menu-container [class*="span"] > div {
    padding: 10px;
  }
}
.rstpl-mega-menu .rstpl-mega-menu-container {
  background-color: #ffffff;
  display: block;
  visibility: hidden;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.rstpl-mega-menu .rstpl-mega-menu-container.container {
  padding: 20px;
}
.rstpl-mega-menu .rstpl-mega-menu-container [class*="span"] .rstpl-template-menu {
  border-right: 1px solid #cccccc;
  list-style-type: none;
  margin: 0;
  padding: 0 20px 0 0;
}
.rstpl-mega-menu .rstpl-mega-menu-container [class*="span"] .rstpl-template-menu > li {
  padding: 0;
}
.rstpl-mega-menu .rstpl-mega-menu-container [class*="span"] .rstpl-template-menu > li > a {
  color: #919c5d;
  display: block;
  font-size: 13px;
  padding: 10px;
}
.rstpl-mega-menu .rstpl-mega-menu-container [class*="span"] .rstpl-template-menu > li > a:hover,
.rstpl-mega-menu .rstpl-mega-menu-container [class*="span"] .rstpl-template-menu > li > a:focus {
  background-color: #f2f2f2;
  color: #919c5d;
}
.rstpl-mega-menu .rstpl-mega-menu-container [class*="span"] .rstpl-template-menu > li.active > a {
  background-color: #f2f2f2;
  color: #919c5d;
}
@media (max-width: 1199px) {
  .rstpl-mega-menu .rstpl-mega-menu-container [class*="span"] .rstpl-template-menu > li {
    border-bottom: none !important;
  }
}
@media (max-width: 979px) {
  .rstpl-mega-menu .rstpl-mega-menu-container [class*="span"] .rstpl-template-menu {
    padding: 0;
  }
}
.rstpl-mega-menu .rstpl-mega-menu-container [class*="span"]:last-of-type .rstpl-template-menu {
  border-right: none;
}
@media (max-width: 979px) {
  .rstpl-mega-menu .rstpl-mega-menu-container {
    display: none;
    top: 1px;
    left: 0;
    position: relative;
    background-color: #ffffff;
    padding: 0;
    visibility: visible;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    filter: alpha(opacity=100);
  }
  .rstpl-mega-menu .rstpl-mega-menu-container.container {
    padding: 0;
  }
  .rstpl-mega-menu .rstpl-mega-menu-container [class*="span"] {
    border-top: 1px solid #cccccc;
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .rstpl-mega-menu .rstpl-mega-menu-container [class*="span"] .rstpl-template-menu {
    border-right: none;
  }
  .rstpl-mega-menu .rstpl-mega-menu-container [class*="span"]:first-of-type {
    border-top: none;
  }
}
@media (min-width: 980px) {
  .rstpl-mega-menu:hover > .rstpl-mega-menu-container {
    visibility: visible;
    z-index: 10;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    filter: alpha(opacity=100);
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
  }
}
.rstpl-template-menu .nav-header {
  display: none;
}
.rstpl-template-menu .dropdown .nav-header {
  padding: 10px 15px;
  text-transform: uppercase;
  font-weight: 700;
  text-shadow: none;
  text-align: center;
  font-size: 13px;
  position: relative;
  color: #919c5d;
}
.rstpl-main-menu-position {
  margin-bottom: 0;
  background-color: #ffffff;
}
@media (min-width: 980px) {
  .rstpl-absolute-menu {
    background-color: transparent;
    position: absolute;
    z-index: 10;
    width: 100%;
  }
  .rstpl-absolute-menu .navbar .navbar-inner .rstpl-template-menu > li > .dropdown-menu {
    top: 75%;
  }
  .rstpl-absolute-menu .navbar .navbar-inner .rstpl-template-menu > li.rstpl-mega-menu .rstpl-mega-menu-container {
    top: 75%;
  }
}
.menu_center [class*="newsflash-horiz"] li,
.menu_left [class*="newsflash-horiz"] li,
.menu_right [class*="newsflash-horiz"] li,
.menu_center [class*="newsflash-vert"] li,
.menu_left [class*="newsflash-vert"] li,
.menu_right [class*="newsflash-vert"] li,
.menu_center .newsflash-masonry li,
.menu_left .newsflash-masonry li,
.menu_right .newsflash-masonry li,
.menu_center .latest-articles li,
.menu_left .latest-articles li,
.menu_right .latest-articles li {
  float: left;
}
/* 4 Section styling - Header , Sections , Footer , Copyright
-------------------------------------------------------------------------------*/
/* Headers
------------------------------------------------------------------------------*/
/* Sections
------------------------------------------------------------------------------*/
#column-right,
#column-left {
  margin-top: 30px;
}
#column-right > [class*="rstpl-"],
#column-left > [class*="rstpl-"] {
  padding: 30px;
  position: relative;
  margin: 30px 2px 60px 2px;
}
#column-right > [class*="rstpl-"]:before,
#column-left > [class*="rstpl-"]:before {
  border: 1px solid #919c5d;
  content: '';
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
  -webkit-transform: skewY(6deg);
  -moz-transform: skewY(6deg);
  -o-transform: skewY(6deg);
  -ms-transform: skewY(6deg);
  transform: skewY(6deg);
}
#column-right > [class*="rstpl-"] h1,
#column-left > [class*="rstpl-"] h1,
#column-right > [class*="rstpl-"] h2,
#column-left > [class*="rstpl-"] h2,
#column-right > [class*="rstpl-"] h3,
#column-left > [class*="rstpl-"] h3,
#column-right > [class*="rstpl-"] h4,
#column-left > [class*="rstpl-"] h4,
#column-right > [class*="rstpl-"] h5,
#column-left > [class*="rstpl-"] h5,
#column-right > [class*="rstpl-"] h6,
#column-left > [class*="rstpl-"] h6 {
  word-break: break-all;
}
@media (max-width: 768px) {
  #column-right,
  #column-left {
    padding: 0px;
  }
}
.rstpl-breadcrumbs-position {
  background-color: #f2f2f2;
}
.rstpl-main-menu-position ::-moz-selection {
  background: #919c5d;
  color: #ffffff;
  text-shadow: none;
}
.rstpl-main-menu-position ::selection {
  background: #919c5d;
  color: #ffffff;
  text-shadow: none;
}
.rstpl-main-menu-position .container {
  padding: 0;
}
/* Footer
------------------------------------------------------------------------------*/
.rstpl-footer-position,
.rstpl-after-footer-position {
  background-image: url('../images/sampledata/images/footer_background_red_green.png');
  background-color: #ffffff;
}
.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: transparent;
  border-color: #fff;
  color: #fff;
  min-height: 44px;
  padding: 12px;
}
.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: #919c5d;
}
.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: #fff;
  opacity: 1;
}
.rstpl-footer-position input::-moz-placeholder,
.rstpl-after-footer-position input::-moz-placeholder,
.rstpl-footer-position textarea::-moz-placeholder,
.rstpl-after-footer-position textarea::-moz-placeholder {
  color: #fff;
  opacity: 1;
}
.rstpl-footer-position input::-ms-input-placeholder,
.rstpl-after-footer-position input::-ms-input-placeholder,
.rstpl-footer-position textarea::-ms-input-placeholder,
.rstpl-after-footer-position textarea::-ms-input-placeholder {
  color: #fff;
  opacity: 1;
}
.rstpl-footer-position .btn,
.rstpl-after-footer-position .btn {
  -webkit-box-shadow: 0px 2px 0px 0px #8c8c8c;
  -moz-box-shadow: 0px 2px 0px 0px #8c8c8c;
  -ms-box-shadow: 0px 2px 0px 0px #8c8c8c;
  -o-box-shadow: 0px 2px 0px 0px #8c8c8c;
  box-shadow: 0px 2px 0px 0px #8c8c8c;
}
.rstpl-footer-position .btn:hover,
.rstpl-after-footer-position .btn:hover,
.rstpl-footer-position .btn:focus,
.rstpl-after-footer-position .btn:focus {
  -webkit-box-shadow: 0px 2px 0px 0px #8c8c8c;
  -moz-box-shadow: 0px 2px 0px 0px #8c8c8c;
  -ms-box-shadow: 0px 2px 0px 0px #8c8c8c;
  -o-box-shadow: 0px 2px 0px 0px #8c8c8c;
  box-shadow: 0px 2px 0px 0px #8c8c8c;
}
.rstpl-footer-position ::-moz-selection,
.rstpl-after-footer-position ::-moz-selection {
  background: #919c5d;
  color: #ffffff;
  text-shadow: none;
}
.rstpl-footer-position ::selection,
.rstpl-after-footer-position ::selection {
  background: #919c5d;
  color: #ffffff;
  text-shadow: none;
}
.rstpl-footer-position .rstpl-menu,
.rstpl-after-footer-position .rstpl-menu {
  position: relative;
}
.rstpl-footer-position .rstpl-menu .nav-inner,
.rstpl-after-footer-position .rstpl-menu .nav-inner {
  display: none;
}
.rstpl-footer-position .rstpl-menu .menu,
.rstpl-after-footer-position .rstpl-menu .menu {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.rstpl-footer-position .rstpl-menu .menu li,
.rstpl-after-footer-position .rstpl-menu .menu li {
  margin-bottom: 5px;
}
.rstpl-footer-position .rstpl-menu .menu li a,
.rstpl-after-footer-position .rstpl-menu .menu li a {
  color: #c1c1c1;
}
.rstpl-footer-position .rstpl-menu .menu li.active a,
.rstpl-after-footer-position .rstpl-menu .menu li.active a {
  color: #919c5d;
}
.rstpl-footer-position .rstpl-menu .menu li:hover a,
.rstpl-after-footer-position .rstpl-menu .menu li:hover a {
  color: #919c5d;
}
.rstpl-footer-position .rstpl-menu .menu li:before,
.rstpl-after-footer-position .rstpl-menu .menu li:before {
  font-family: 'FontAwesome';
  content: '\f101';
  color: #919c5d;
  font-size: 18px;
  margin-right: 10px;
}
.rstpl-footer-position p,
.rstpl-after-footer-position p,
.rstpl-footer-position li,
.rstpl-after-footer-position li,
.rstpl-footer-position i,
.rstpl-after-footer-position i,
.rstpl-footer-position span,
.rstpl-after-footer-position span {
  color: #c1c1c1;
}
.rstpl-footer-position h1,
.rstpl-after-footer-position h1,
.rstpl-footer-position h2,
.rstpl-after-footer-position h2,
.rstpl-footer-position h3,
.rstpl-after-footer-position h3,
.rstpl-footer-position h4,
.rstpl-after-footer-position h4,
.rstpl-footer-position h5,
.rstpl-after-footer-position h5,
.rstpl-footer-position h6,
.rstpl-after-footer-position h6 {
  color: #dbdbdb;
  margin-bottom: 30px;
}
.rstpl-footer-position h1.rstpl-title,
.rstpl-after-footer-position h1.rstpl-title,
.rstpl-footer-position h2.rstpl-title,
.rstpl-after-footer-position h2.rstpl-title,
.rstpl-footer-position h3.rstpl-title,
.rstpl-after-footer-position h3.rstpl-title,
.rstpl-footer-position h4.rstpl-title,
.rstpl-after-footer-position h4.rstpl-title,
.rstpl-footer-position h5.rstpl-title,
.rstpl-after-footer-position h5.rstpl-title,
.rstpl-footer-position h6.rstpl-title,
.rstpl-after-footer-position h6.rstpl-title {
  color: #f33a3a;
}
@media (max-width: 767px) {
  .rstpl-footer-position .container,
  .rstpl-after-footer-position .container {
    padding: 15px;
  }
}
.rstpl-footer-position .rstpl-widget,
.rstpl-after-footer-position .rstpl-widget {
  padding: 0;
}
.rstpl-footer-position .rstpl-widget h3,
.rstpl-after-footer-position .rstpl-widget h3 {
  font-size: 30px;
  line-height: 40px;
  margin: 0 0 25px;
}
.rstpl-footer-position .rstpl-widget .rstpl-twitter-widget-list li,
.rstpl-after-footer-position .rstpl-widget .rstpl-twitter-widget-list li {
  padding-top: 0;
}
.rstpl-footer-position .rstpl-widget .rstpl-twitter-widget-list li:before,
.rstpl-after-footer-position .rstpl-widget .rstpl-twitter-widget-list li:before {
  top: 5px;
}
.rstpl-footer-position .rstpl-widget .rstpl-twitter-widget-list li .author,
.rstpl-after-footer-position .rstpl-widget .rstpl-twitter-widget-list li .author {
  color: #919c5d;
}
.rstpl-copyright-position {
  color: #c1c1c1;
}
.rstpl-copyright-position .rstpl-template-menu {
  list-style: none;
  margin: 0;
  text-transform: uppercase;
}
.rstpl-copyright-position .rstpl-template-menu > li {
  display: inline-block;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.rstpl-copyright-position .rstpl-template-menu > li:hover {
  background-color: #ffffff;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.rstpl-copyright-position .rstpl-template-menu > li > a {
  display: block;
  font-size: 1em;
  font-weight: 400;
  padding: 35px 15px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  color: #ffffff;
}
.rstpl-copyright-position .rstpl-template-menu > li > a:hover {
  color: #919c5d;
}
.rstpl-copyright-position .nav-inner {
  display: none;
}
.rstpl-copyright-position .rstpl-company {
  padding: 30px 0 0 0;
}
.rstpl-copyright-position .rstpl-company span {
  padding-right: 15px;
}
.rstpl-copyright-position .rstpl-company p {
  display: inline-block;
}
/* Copyright
------------------------------------------------------------------------------*/
.copyright-link {
  background-color: rgba(255, 255, 255, 0.85);
  position: absolute;
  bottom: 0;
  left: 0;
  line-height: 2;
  width: 100%;
}
.copyright-link.copyright-hide {
  left: 1000%;
  width: auto;
}
.copyright-link a {
  font-weight: 600;
}
/* 5 Bootstrap Overrides
-------------------------------------------------------------------------------*/
/* Accordion
------------------------------------------------------------------------------*/
.accordion-group {
  border-color: #e1e1e1;
  border-style: none solid solid solid;
  border-width: 0 1px 1px 1px;
  border-radius: 0;
  margin-bottom: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.accordion-group:first-of-type {
  border-top: 1px solid #e1e1e1;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
.accordion-group:last-of-type {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
.accordion-group .accordion-heading .accordion-toggle {
  background-color: #ffffff;
  color: #919c5d;
  margin: 1px;
  padding: 20px;
  position: relative;
  text-decoration: none;
}
.accordion-group .accordion-heading .accordion-toggle i {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.accordion-group .accordion-heading .accordion-toggle.collapsed {
  text-decoration: none;
  color: #f33a3a;
}
.accordion-group .accordion-heading .accordion-toggle.collapsed i {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.accordion-group .accordion-heading > a {
  font-weight: 600;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.accordion-inner {
  background-color: #ffffff;
  border-top: 0;
  line-height: 1.8;
  padding: 0 30px 30px 30px;
}
.accordion-inner .rstpl-box-image {
  float: left;
  margin: 0 15px 0 0;
}
.accordion-inner .rstpl-thick-border {
  border: 10px solid #919c5d;
}
.rotate-collapsed .accordion-toggle i {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.rotate-collapsed .accordion-toggle.collapsed i {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
/* Alerts & Labels & Badges
------------------------------------------------------------------------------*/
.alert {
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
  text-shadow: none;
  background-color: #fbb829;
  color: #ffffff;
  border-radius: 0px;
}
.alert p {
  color: #ffffff;
}
.alert .alert-heading {
  color: #ffffff;
}
.alert.alert-success {
  background-color: #a1c820;
}
.alert.alert-info {
  background-color: #2a8fbd;
}
.alert.alert-error {
  background-color: #ed092f;
}
.alert.alert-error .alert-heading {
  color: #ffffff;
}
.alert .close {
  background-color: transparent;
  background-image: none;
  margin: 0;
  text-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.alert .close:hover {
  background-color: transparent;
  background-image: none;
}
.label,
.badge {
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
  text-shadow: none;
  background-color: #fbb829;
  color: #ffffff;
  border-radius: 0px;
}
.label p,
.badge p {
  color: #ffffff;
}
.label.label-success,
.badge.label-success,
.label.badge-success,
.badge.badge-success {
  background-color: #a1c820;
}
.label.label-info,
.badge.label-info,
.label.badge-info,
.badge.badge-info {
  background-color: #2a8fbd;
}
.label.label-error,
.badge.label-error,
.label.badge-error,
.badge.badge-error {
  background-color: #ed092f;
}
.rsdir-contact-modal {
  min-height: initial !important;
}
/* Carousel
------------------------------------------------------------------------------*/
.carousel {
  margin: 0;
}
@media (max-width: 767px) {
  .carousel {
    margin: 0 0 65px 0;
  }
}
.carousel-inner {
  margin: 0 auto;
  width: 80%;
}
@media (max-width: 767px) {
  .carousel-inner {
    width: auto;
  }
}
.carousel-inner p {
  line-height: 1.6;
}
.carousel-control {
  background-color: #919c5d;
  background-image: linear-gradient(to bottom, #919c5d, #737c4a);
  -webkit-box-shadow: 0px 2px 0px 0px #d9d9d9;
  -moz-box-shadow: 0px 2px 0px 0px #d9d9d9;
  -ms-box-shadow: 0px 2px 0px 0px #d9d9d9;
  -o-box-shadow: 0px 2px 0px 0px #d9d9d9;
  box-shadow: 0px 2px 0px 0px #d9d9d9;
  border: none;
  border-radius: 0;
  font-size: 25px;
  margin-bottom: 2px;
  opacity: 1;
  height: 50px;
  width: 50px;
}
.carousel-control:hover {
  background-image: linear-gradient(to bottom, #737c4a, #919c5d);
}
.carousel-control span[class^="icon-"],
.carousel-control span[class*=" icon-"] {
  font-size: 20px;
  height: 1em;
  line-height: 1;
  width: 1em;
  position: absolute;
  left: 50%;
  top: 50%;
  text-align: center;
  vertical-align: top;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .carousel-control {
    top: 100%;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.carousel-indicators.center-bottom,
.carousel-indicators.left-bottom,
.carousel-indicators.right-bottom {
  bottom: 3px;
}
.carousel-indicators li {
  border: 2px solid #f33a3a;
  height: 12px;
  width: 12px;
}
.carousel-indicators li.active {
  background-color: #f33a3a;
}
/* Dropdowns
------------------------------------------------------------------------------*/
.navbar .nav > li > .dropdown-menu:before,
.navbar .nav > li > .dropdown-menu:after {
  border: none;
  content: "";
}
.dropdown-menu {
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  background-color: #ffffff;
  border-radius: 0px;
  border: none;
  padding: 0;
  margin: 0;
  top: 100%;
}
.dropdown-menu.right-edge {
  left: 0;
  top: 115% !important;
}
.dropdown-menu li:first-of-type > a {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
.dropdown-menu li:last-of-type > a {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom: none;
}
.dropdown-menu li > a {
  font-size: 13px;
  padding: 10px;
  color: #919c5d;
}
.dropdown-menu li > a:hover,
.dropdown-menu li > a:focus,
.dropdown-menu li > a:active {
  background: #f2f2f2;
  color: #919c5d;
}
.dropdown-menu .dropdown-submenu {
  border-radius: 0px;
}
.dropdown-menu .dropdown-submenu:hover > a,
.dropdown-menu .dropdown-submenu:focus > a {
  background: #f2f2f2;
  color: #919c5d;
}
.dropdown-menu .dropdown-submenu:hover > .dropdown-menu,
.dropdown-menu .dropdown-submenu:focus > .dropdown-menu {
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  visibility: visible;
}
.dropdown-menu .dropdown-submenu > a {
  position: relative;
}
.dropdown-menu .dropdown-submenu > a:after {
  border-color: transparent transparent transparent #919c5d;
  position: absolute;
  right: 20px;
  top: 10px;
}
.dropdown-menu .dropdown-submenu .dropdown-menu {
  top: 15%;
  border-radius: 0px;
}
li > .dropdown-menu {
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  visibility: hidden;
  display: block;
}
@media (max-width: 979px) {
  li > .dropdown-menu {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    filter: alpha(opacity=100);
    display: none;
    visibility: visible;
    margin: 0;
  }
  li > .dropdown-menu > li {
    border-top: 1px solid #cccccc;
  }
  li > .dropdown-menu > li > a {
    border-radius: none;
    border-bottom: none;
    padding: 15px 25px;
  }
  li > .dropdown-menu > li > a:hover,
  li > .dropdown-menu > li > a:focus,
  li > .dropdown-menu > li > a:active {
    background: transparent;
  }
  li > .dropdown-menu .dropdown-submenu:hover > a,
  li > .dropdown-menu .dropdown-submenu:focus > a {
    background: transparent;
  }
  li > .dropdown-menu .dropdown-submenu:hover > a:hover,
  li > .dropdown-menu .dropdown-submenu:focus > a:hover,
  li > .dropdown-menu .dropdown-submenu:hover > a:focus,
  li > .dropdown-menu .dropdown-submenu:focus > a:focus,
  li > .dropdown-menu .dropdown-submenu:hover > a:active,
  li > .dropdown-menu .dropdown-submenu:focus > a:active {
    background: transparent;
  }
  li > .dropdown-menu .dropdown-submenu > a:after {
    border: none;
  }
  li > .dropdown-menu .dropdown-submenu .dropdown-menu {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    filter: alpha(opacity=100);
    display: none;
    visibility: visible;
    margin: 0;
  }
  li > .dropdown-menu .dropdown-submenu .dropdown-menu > li > a {
    padding-left: 35px;
  }
}
@media (min-width: 768px) {
  li:hover > .dropdown-menu {
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    filter: alpha(opacity=100);
    visibility: visible;
  }
}
/* Grid
------------------------------------------------------------------------------*/
.row-fluid [class*="span"] {
  min-height: 0;
}
@media (max-width: 767px) {
  .row-fluid [class*="span"] {
    margin-bottom: 35px;
  }
  .row-fluid [class*="span"]:last-of-type {
    margin-bottom: 0;
  }
}
/* Hero unit
------------------------------------------------------------------------------*/
.hero-unit {
  border-radius: 0px;
}
/* Modal
------------------------------------------------------------------------------*/
div .modal {
  margin-left: -500px;
  width: 1000px;
}
@media (max-width: 1199px) {
  div .modal {
    margin-left: -45%;
    width: 90%;
  }
}
@media (max-width: 979px) {
  div .modal {
    left: 50%;
  }
}
@media (max-width: 767px) {
  div .modal {
    margin-left: -49%;
    width: 98%;
  }
}
div a.modal {
  width : auto;
}
/* Pager
------------------------------------------------------------------------------*/
.pager li a {
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  border: none;
  border-radius: 4px;
  color: #333333;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 2px;
  padding: 10px 20px;
  text-align: center;
  text-shadow: none;
  text-transform: uppercase;
  vertical-align: middle;
  -webkit-box-shadow: 0px 2px 0px 0px #d9d9d9;
  -moz-box-shadow: 0px 2px 0px 0px #d9d9d9;
  -ms-box-shadow: 0px 2px 0px 0px #d9d9d9;
  -o-box-shadow: 0px 2px 0px 0px #d9d9d9;
  box-shadow: 0px 2px 0px 0px #d9d9d9;
  background: #f33a3a;
  /* Old browsers */
  background: -moz-linear-gradient(top, #f33a3a 0%, #ec0e0e 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #f33a3a 0%, #ec0e0e 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #f33a3a 0%, #ec0e0e 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f33a3a', endColorstr='#ec0e0e', GradientType=0);
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  color: #ffffff;
}
.pager li a:hover,
.pager li a:focus {
  color: #333333;
  -webkit-box-shadow: 0px 2px 0px 0px #d9d9d9;
  -moz-box-shadow: 0px 2px 0px 0px #d9d9d9;
  -ms-box-shadow: 0px 2px 0px 0px #d9d9d9;
  -o-box-shadow: 0px 2px 0px 0px #d9d9d9;
  box-shadow: 0px 2px 0px 0px #d9d9d9;
  background: #ec0e0e;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ec0e0e 0%, #f33a3a 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #ec0e0e 0%, #f33a3a 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ec0e0e 0%, #f33a3a 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ec0e0e', endColorstr='#f33a3a', GradientType=0);
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.pager li a:hover,
.pager li a:focus {
  color: #333333;
  -webkit-box-shadow: 0px 2px 0px 0px #d9d9d9;
  -moz-box-shadow: 0px 2px 0px 0px #d9d9d9;
  -ms-box-shadow: 0px 2px 0px 0px #d9d9d9;
  -o-box-shadow: 0px 2px 0px 0px #d9d9d9;
  box-shadow: 0px 2px 0px 0px #d9d9d9;
  background: #ec0e0e;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ec0e0e 0%, #f33a3a 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #ec0e0e 0%, #f33a3a 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ec0e0e 0%, #f33a3a 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ec0e0e', endColorstr='#f33a3a', GradientType=0);
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.pager li a:hover,
.pager li a:focus,
.pager li a:active {
  background-color: #f66a6a;
  color: #ffffff;
}
.pagination li a > i {
  text-align : center;
}
/* Progress Bars
------------------------------------------------------------------------------*/
.progress {
  height: 20px;
  margin: 0 0 20px 0;
  background-color: #f7f7f7;
  border-radius: 0px;
  box-shadow: none;
  overflow: hidden;
  background-image: none;
}
.progress .bar {
  font-size: 12px;
  color: #ffffff;
  text-align: center;
  text-shadow: none;
  background-color: #f33a3a;
  background-image: none;
  box-shadow: none;
  float: left;
  width: 0px;
  height: 100%;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.progress.progress-info .bar {
  background-color: #2a8fbd;
}
.progress.progress-success .bar {
  background-color: #a1c820;
}
.progress.progress-warning .bar {
  background-color: #fbb829;
}
.progress.progress-danger .bar {
  background-color: #ed092f;
}
/* Tab
------------------------------------------------------------------------------*/
.nav-tabs {
  border-color: #e1e1e1;
  margin: 0;
}
.nav-tabs > li > a {
  background-color: #ffffff;
  border-color: #e1e1e1;
  border-radius: 0;
  color: #f33a3a;
  font-size: 12px;
  font-weight: 700;
  margin-right: 6px;
  text-transform: uppercase;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus {
  background-color: #f2f2f2;
  border-color: #e1e1e1;
  color: #919c5d;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.nav-tabs > .active > a,
.nav-tabs > .active > a:hover,
.nav-tabs > .active > a:focus {
  background-color: #ffffff;
  border-color: #e1e1e1 #e1e1e1 transparent;
  color: #919c5d;
}
.tab-content {
  background-color: #ffffff;
  border-left: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
  border-right: 1px solid #e1e1e1;
  line-height: 1.8;
  padding: 10px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.tab-content img {
  margin: 0 15px 0 0;
}
/* Thumbnail
------------------------------------------------------------------------------*/
.thumbnail {
  border-color: #e1e1e1;
  border-radius: 0px;
}
/* Tooltip
------------------------------------------------------------------------------*/
.tooltip {
  font-size: .8em;
  font-weight: 700;
  border: none;
}
.tooltip .tooltip-inner {
  border: none;
}
.tooltip.top .tooltip-arrow {
  border-top-color: none;
}
.tooltip.right .tooltip-arrow {
  border-right-color: none;
}
.tooltip.left .tooltip-arrow {
  border-left-color: none;
}
.tooltip.bottom .tooltip-arrow {
  border-bottom-color: none;
}
/* 6 Content
------------------------------------------------------------------------------*/
.icons {
  position : relative;
}
.article-info {
  display: block;
}
.article-info .article-info-term {
  display: inline-block;
  margin-right: 10px;
}
.article-info dd {
  display: inline;
  margin-left: 0;
  margin-right: 15px;
  line-height: 25px;
}
.article-info dd:last-of-type {
  margin-right: 0;
}
.article-info dd.createdby img {
  width: 40px;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .article-info dd {
    display: block;
  }
  .article-info dd:first-of-type {
    margin-left: 10px;
  }
}
.item-image.pull-left,
.item-image.pull-right {
  float: none;
  width: 100%;
}
@media (max-width: 767px) {
  .item-image.rstpl-m-top-big {
    margin-top: 0;
  }
}
.item-image img {
  width: 100%;
}
div[itemprop="blogPost"] {
  position: relative;
  margin: 30px 0;
}
@media (max-width: 767px) {
  div[itemprop="blogPost"] {
    padding: 0px;
  }
}
div[itemprop="blogPost"] .page-header {
  margin: 0;
}
div[itemprop="blogPost"] .page-header .rstpl-title {
  margin: 10px;
}
div[itemprop="blogPost"] .item-image {
  margin-bottom: 20px;
  background-color: #ffffff;
}
div[itemprop="blogPost"] .item-image img {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  width: 100%;
}
div[itemprop="blogPost"] .item-image a {
  position: relative;
}
div[itemprop="blogPost"] .item-image a:before {
  content: '\f064';
  display: block;
  font-size: 38px;
  color: #919c5d;
  font-family: 'FontAwesome';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
  -moz-transform: translate(-50%, 0%);
  -o-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
div[itemprop="blogPost"] .item-image:hover > a:before {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
div[itemprop="blogPost"] .item-image:hover > a > img {
  -moz-opacity: 0.2;
  -khtml-opacity: 0.2;
  -webkit-opacity: 0.2;
  opacity: 0.2;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=20);
  filter: alpha(opacity=20);
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
div[itemprop="blogPost"] .readmore {
  margin-top: 20px;
}
div[itemprop="blogPost"] .readmore a.btn {
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  border: none;
  border-radius: 4px;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 2px;
  padding: 15px 30px;
  text-align: center;
  text-shadow: none;
  text-transform: uppercase;
  vertical-align: middle;
  -webkit-box-shadow: 0px 2px 0px 0px #d9d9d9;
  -moz-box-shadow: 0px 2px 0px 0px #d9d9d9;
  -ms-box-shadow: 0px 2px 0px 0px #d9d9d9;
  -o-box-shadow: 0px 2px 0px 0px #d9d9d9;
  box-shadow: 0px 2px 0px 0px #d9d9d9;
  background: #919c5d;
  /* Old browsers */
  background: -moz-linear-gradient(top, #919c5d 0%, #737c4a 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #919c5d 0%, #737c4a 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #919c5d 0%, #737c4a 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#919c5d', endColorstr='#737c4a', GradientType=0);
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
div[itemprop="blogPost"] .readmore a.btn:hover,
div[itemprop="blogPost"] .readmore a.btn:focus {
  color: #ffffff;
  -webkit-box-shadow: 0px 2px 0px 0px #d9d9d9;
  -moz-box-shadow: 0px 2px 0px 0px #d9d9d9;
  -ms-box-shadow: 0px 2px 0px 0px #d9d9d9;
  -o-box-shadow: 0px 2px 0px 0px #d9d9d9;
  box-shadow: 0px 2px 0px 0px #d9d9d9;
  background: #737c4a;
  /* Old browsers */
  background: -moz-linear-gradient(top, #737c4a 0%, #919c5d 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #737c4a 0%, #919c5d 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #737c4a 0%, #919c5d 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#737c4a', endColorstr='#919c5d', GradientType=0);
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
div[itemprop="blogPost"] .readmore a.btn:hover,
div[itemprop="blogPost"] .readmore a.btn:focus {
  color: #ffffff;
  -webkit-box-shadow: 0px 2px 0px 0px #d9d9d9;
  -moz-box-shadow: 0px 2px 0px 0px #d9d9d9;
  -ms-box-shadow: 0px 2px 0px 0px #d9d9d9;
  -o-box-shadow: 0px 2px 0px 0px #d9d9d9;
  box-shadow: 0px 2px 0px 0px #d9d9d9;
  background: #737c4a;
  /* Old browsers */
  background: -moz-linear-gradient(top, #737c4a 0%, #919c5d 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #737c4a 0%, #919c5d 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #737c4a 0%, #919c5d 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#737c4a', endColorstr='#919c5d', GradientType=0);
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
@media (max-width: 767px) {
  div[itemprop="articleBody"] {
    padding: 0 15px;
  }
}
div[itemprop="articleBody"] p {
  margin-bottom: 20px;
}
.page-header {
  border-bottom: 0;
}
.rstpl-article-container .icons {
  display: inline-block;
  float: right;
  position: relative;
}
.blog .item {
  position: relative;
}
.blog .icons {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
}
@media (max-width: 767px) {
  .rstpl-all-content-position [class*="span"] {
    float: left;
  }
}
/* 7 Contact
------------------------------------------------------------------------------*/
#rstpl-com_contact .dl-horizontal dt {
  width: 15px;
}
#rstpl-com_contact .dl-horizontal dd {
  margin: 0 0 15px 35px;
}
@media (min-width: 768px) and (max-width: 980px) {
  #rstpl-com_contact .contact .row-fluid .span7 {
    width: 100%;
    margin-left: 0;
  }
}
/* 8 RSComponents
------------------------------------------------------------------------------*/
/* RSComments
------------------------------------------------------------------------------*/
.rscomments {
  background-color: #f9f9f9;
}
.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;
  color: #ffffff;
  background-color: #f33a3a;
  font-size: 13px;
  padding: 5px;
  transition: all 0.2s ease-out 0s;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  font-weight: bold;
}
.rsblog-tag-cloud li .rsblog-tag:hover {
  background-color: #919c5d;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.rsblog-main-container .well,
.rsblog-main-post-container .well {
  border-radius: 0;
  background-color: #f2f2f2;
}
.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: #f33a3a;
}
.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: #f33a3a;
}
.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: #f33a3a;
  color: #ffffff;
  -webkit-box-shadow: 0px -3px 0px 0px #f33a3a inset;
  -moz-box-shadow: 0px -3px 0px 0px #f33a3a inset;
  -ms-box-shadow: 0px -3px 0px 0px #f33a3a inset;
  -o-box-shadow: 0px -3px 0px 0px #f33a3a inset;
  box-shadow: 0px -3px 0px 0px #f33a3a inset;
}
.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-color: #f33a3a;
}
.category-list .list-edit span {
  margin-right: 5px;
}
.category-list .hasTooltip span {
  margin-right: 5px;
  vertical-align: 0;
}
/* RSDirectory
------------------------------------------------------------------------------*/
.mfp-close:hover,
.mfp-close:focus {
  background-color: initial;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.rsdir-breadcrumb.breadcrumb {
  border-radius: 0;
  padding: 15px;
}
.rsdir-filter-bar {
  margin-bottom: 30px;
}
.rsdir-price-wrapper {
  background-color: #f33a3a;
  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(145, 156, 93, 0.15);
}
.rsdir-listing.rsdir-listing-promoted:after {
  background-color: rgba(145, 156, 93, 0.15);
}
.rsdir-file-upload {
  margin-bottom: 10px;
}
.item-page #rsdir-big-thumbs .thumbnail {
  border-radius: 0;
  padding: 10px;
}
.item-page .control-group.clearfix .btn {
  padding: 5px 10px;
}
/* RSEvents!Pro
------------------------------------------------------------------------------*/
#rsepro-edit-container form,
#rsepro-edit-container input:not([type="checkbox"]):not([type="radio"]),
#rsepro-edit-container textarea {
  box-sizing: border-box;
  min-height: 32px;
}
.rs_events_container {
  width: 100%;
  /* Thumbnail
  ------------------------------------------------------------------------------*/
}
.rs_events_container > .rs_event_detail {
  background-color: transparent !important;
  border: 1px solid #e1e1e1;
  border-radius: 0;
  margin-bottom: 30px !important;
  padding: 30px !important;
  position: relative;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.rs_events_container > .rs_event_detail .rs_options {
  position: absolute;
  top: 30px;
  right: 30px;
}
.rs_events_container > .rs_event_detail .rs_event_image {
  padding: 0px 20px 5px 0px;
  width: 120px;
}
.rs_events_container > .rs_event_detail.rs_featured:before {
  background-color: #f33a3a;
  color: #fff;
  content: '\f005';
  font-family: FontAwesome;
  font-size: 16px;
  height: 1em;
  width: 1em;
  line-height: 1em;
  padding: 4px 4px 10px 4px;
  position: absolute;
  right: 0px;
  top: 0px;
  text-align: center;
}
.rs_events_container > .rs_event_detail.rs_featured:after {
  content: '';
  border-bottom: 0px solid transparent;
  border-left: 24px solid #ffffff;
  border-top: 6px solid transparent;
  position: absolute;
  right: 0px;
  top: 24px;
}
.rs_events_container a.thumbnail {
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  display: inline-block;
  padding: 0;
  background-color: #919c5d;
}
.rs_events_container a.thumbnail:hover > img {
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  -webkit-opacity: 0.6;
  opacity: 0.6;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);
  filter: alpha(opacity=60);
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.rs_events_container a.thumbnail img {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  border-radius: 0px;
  width: 100%;
}
.rs_events_container.rsepro-categories-list li,
.rs_events_container.rsepro-locations-list li {
  padding: 0px !important;
}
.rs_events_container.rsepro-categories-list li .well,
.rs_events_container.rsepro-locations-list li .well {
  background: none;
  border: none;
  border-radius: 0;
  margin-bottom: 5px;
  padding: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.rs_events_container.rsepro-categories-list li .well a,
.rs_events_container.rsepro-locations-list li .well a {
  display: block;
  padding: 10px;
}
.rs_events_container.rsepro-categories-list li:hover .well,
.rs_events_container.rsepro-locations-list li:hover .well {
  background-color: #f2f2f2;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.rs_events_container.rsepro-locations-list .rs_description {
  margin: 0px;
  padding: 0px 10px 10px 10px;
}
.rsepro-calendar .table-bordered caption + thead tr:first-child th:first-child,
.rsepro-calendar .table-bordered caption + tbody tr:first-child td:first-child,
.rsepro-calendar .table-bordered colgroup + thead tr:first-child th:first-child,
.rsepro-calendar .table-bordered colgroup + tbody tr:first-child td:first-child,
.rsepro-calendar .table-bordered caption + thead tr:first-child th:last-child,
.rsepro-calendar .table-bordered caption + tbody tr:first-child td:last-child,
.rsepro-calendar .table-bordered colgroup + thead tr:first-child th:last-child,
.rsepro-calendar .table-bordered colgroup + tbody tr:first-child td:last-child,
.rsepro-calendar .table-bordered thead:last-child tr:last-child > th:first-child,
.rsepro-calendar .table-bordered tbody:last-child tr:last-child > td:first-child,
.rsepro-calendar .table-bordered tbody:last-child tr:last-child > th:first-child,
.rsepro-calendar .table-bordered tfoot:last-child tr:last-child > td:first-child,
.rsepro-calendar .table-bordered tfoot:last-child tr:last-child > th:first-child .table-bordered thead:last-child tr:last-child > th:last-child,
.rsepro-calendar .table-bordered tbody:last-child tr:last-child > td:last-child,
.rsepro-calendar .table-bordered tbody:last-child tr:last-child > th:last-child,
.rsepro-calendar .table-bordered tfoot:last-child tr:last-child > td:last-child,
.rsepro-calendar .table-bordered tfoot:last-child tr:last-child > th:last-child {
  border-radius: 0;
}
.rsepro-calendar table th {
  background-color: #919c5d;
}
.rsepro-calendar table th,
.rsepro-calendar table td {
  border-color: #e1e1e1;
  border-style: solid none none solid;
  border-width: 1px 0px 0px 1px;
}
.rsepro-calendar table caption {
  border: none;
  margin-bottom: 20px;
  padding: 10px 0px;
}
.rsepro-calendar .input-medium,
.rsepro-calendar .input-small {
  min-width: initial;
  width: initial;
}
.curr-month.curr-day .rsepro-calendar-day {
  background-color: #f33a3a;
}
.curr-month.curr-day .rsepro-calendar-day a {
  color: #fff;
}
.curr-month.curr-day .rsepro-calendar-day a:hover {
  color: #fff;
}
.rsepro-filter-container .navbar-inner {
  background-image: none;
  background-color: #ffffff;
  border-radius: 0px;
  border: 1px solid #e1e1e1;
  box-shadow: none;
  padding: 5px 20px;
}
.rsepro-filter-container .navbar-inner .center {
  margin-top: 5px;
}
.rsepro-filter-container .navbar-inner .btn-group {
  display: inline;
}
@media (max-width: 979px) {
  .rsepro-filter-container .navbar-inner .btn-group .btn:last-child {
    height: 40px;
  }
}
.rsepro-filter-container .navbar-inner #rsepro-filter-from,
.rsepro-filter-container .navbar-inner #rsepro-filter-condition {
  margin-top: 5px;
}
.rsepro-filter-container .navbar-inner .divider-vertical {
  border-left: 1px solid #e1e1e1;
  height: 50px;
}
.rsepro-filter-container .navbar-inner #rsepro-search > input {
  margin-bottom: 0;
  min-height: 28px;
  width: 295px;
  min-width: 295px;
}
.rsepro-filter-container .navbar-inner ul li.dropdown.open > .dropdown-toggle,
.rsepro-filter-container .navbar-inner ul li.dropdown.active > .dropdown-toggle,
.rsepro-filter-container .navbar-inner ul li.dropdown.open.active > .dropdown-toggle {
  background: transparent;
  color: #919c5d;
}
.rsepro-filter-container .navbar-inner ul li.dropdown > .dropdown-toggle .caret {
  border-top-color: #919c5d;
  border-bottom-color: #919c5d;
}
.rsepro-filter-container .navbar-inner ul li.dropdown > .dropdown-toggle:hover > .caret {
  border-top-color: #919c5d;
  border-bottom-color: #919c5d;
}
.rsepro-filter-container .navbar-inner ul li a {
  color: #919c5d;
  text-shadow: none;
}
.rsepro-filter-container .navbar-inner ul li a:focus,
.rsepro-filter-container .navbar-inner ul li a:active,
.rsepro-filter-container .navbar-inner ul li a:hover {
  background-color: transparent;
  color: #919c5d;
}
.rsepro-filter-container .rsepro-filter-filters .btn-group .btn {
  line-height: 15px;
}
#checkoutForm input[type="text"],
#checkoutForm input[type="password"],
#checkoutForm input[type="datetime"],
#checkoutForm input[type="datetime-local"],
#checkoutForm input[type="date"],
#checkoutForm input[type="month"],
#checkoutForm input[type="time"],
#checkoutForm input[type="week"],
#checkoutForm input[type="number"],
#checkoutForm input[type="email"],
#checkoutForm input[type="url"],
#checkoutForm input[type="search"],
#checkoutForm input[type="tel"],
#checkoutForm input[type="color"],
#checkoutForm select,
#checkoutForm textarea,
#checkoutForm .uneditable-input {
  min-height: 32px;
  min-width: 150px;
}
.chzn-container-multi .chzn-choices li.search-field input[type="text"] {
  height: 25px;
}
.rs_controls .btn {
  font-size: 12px;
  background-color: #f33a3a;
  color: #ffffff;
  border-radius: 3px;
  padding: 10px 20px;
  box-shadow: 0px -3px 0px 0px #f78282 inset;
}
.rs_controls .btn:hover {
  background-color: #f45252;
}
.rs_controls .btn .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.bootstrap-datetimepicker-widget {
  background-color: #ffffff;
  -webkit-transition: all 0s ease-out;
  -moz-transition: all 0s ease-out;
  -o-transition: all 0s ease-out;
  transition: all 0s ease-out;
}
.bootstrap-datetimepicker-widget:before,
.bootstrap-datetimepicker-widget:after {
  border: none;
  content: '';
}
/* RSForm!Pro
------------------------------------------------------------------------------*/
.rsform-select-box-small {
  min-width: 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: #919c5d;
  color: #ffffff;
  font-weight: 600;
}
.yui-calcontainer.single .yui-calendar td.calcell {
  border: 1px solid #e1e1e1;
}
.yui-calcontainer.single .yui-calendar td.calcell a {
  color: #6c6c6c;
}
.yui-calcontainer.single .yui-calendar td.calcell.today {
  font-weight: 600;
}
.yui-calcontainer.single .yui-calendar td.calcell.today a {
  color: #f33a3a;
}
.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: #f33a3a;
}
.yui-calcontainer.single .yui-calendar td.calcell.calcellhover a,
.yui-calcontainer.single .yui-calendar td.calcell.selected a {
  color: #ffffff;
}
.formResponsive select,
.formResponsive textarea,
.formResponsive input[type="text"],
.formResponsive input[type="number"],
.formResponsive input[type="email"],
.formResponsive input[type="tel"],
.formResponsive input[type="url"],
.formResponsive input[type="password"] {
  border-radius: 0px !important;
  border-color: #e1e1e1 !important;
  box-sizing: border-box !important;
  min-height: 32px;
  line-height: 20px !important;
  margin: 0 !important;
  padding: 6px !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  -ms-box-shadow: none !important;
  -o-box-shadow: none !important;
  box-shadow: none !important;
}
.formResponsive select:focus,
.formResponsive textarea:focus,
.formResponsive input[type="text"]:focus,
.formResponsive input[type="number"]:focus,
.formResponsive input[type="email"]:focus,
.formResponsive input[type="tel"]:focus,
.formResponsive input[type="url"]:focus,
.formResponsive input[type="password"]:focus {
  outline: none !important;
  border-color: #919c5d !important;
  -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.15) inset, 0px 0px 4px rgba(145, 156, 93, 0.6) !important;
  -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.15) inset, 0px 0px 4px rgba(145, 156, 93, 0.6) !important;
  -ms-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.15) inset, 0px 0px 4px rgba(145, 156, 93, 0.6) !important;
  -o-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.15) inset, 0px 0px 4px rgba(145, 156, 93, 0.6) !important;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.15) inset, 0px 0px 4px rgba(145, 156, 93, 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"] {
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  border: none;
  border-radius: 4px;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 2px;
  padding: 10px 20px;
  text-align: center;
  text-shadow: none;
  text-transform: uppercase;
  vertical-align: middle;
  -webkit-box-shadow: 0px 2px 0px 0px #d9d9d9;
  -moz-box-shadow: 0px 2px 0px 0px #d9d9d9;
  -ms-box-shadow: 0px 2px 0px 0px #d9d9d9;
  -o-box-shadow: 0px 2px 0px 0px #d9d9d9;
  box-shadow: 0px 2px 0px 0px #d9d9d9;
  background: #f33a3a;
  /* Old browsers */
  background: -moz-linear-gradient(top, #f33a3a 0%, #ec0e0e 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #f33a3a 0%, #ec0e0e 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #f33a3a 0%, #ec0e0e 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f33a3a', endColorstr='#ec0e0e', GradientType=0);
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.formResponsive input[type="button"]:hover,
.formResponsive input[type="button"]:focus {
  color: #ffffff;
  -webkit-box-shadow: 0px 2px 0px 0px #d9d9d9;
  -moz-box-shadow: 0px 2px 0px 0px #d9d9d9;
  -ms-box-shadow: 0px 2px 0px 0px #d9d9d9;
  -o-box-shadow: 0px 2px 0px 0px #d9d9d9;
  box-shadow: 0px 2px 0px 0px #d9d9d9;
  background: #ec0e0e;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ec0e0e 0%, #f33a3a 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #ec0e0e 0%, #f33a3a 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ec0e0e 0%, #f33a3a 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ec0e0e', endColorstr='#f33a3a', GradientType=0);
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.formResponsive input[type="button"]:hover,
.formResponsive input[type="button"]:focus {
  color: #ffffff;
  -webkit-box-shadow: 0px 2px 0px 0px #d9d9d9;
  -moz-box-shadow: 0px 2px 0px 0px #d9d9d9;
  -ms-box-shadow: 0px 2px 0px 0px #d9d9d9;
  -o-box-shadow: 0px 2px 0px 0px #d9d9d9;
  box-shadow: 0px 2px 0px 0px #d9d9d9;
  background: #ec0e0e;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ec0e0e 0%, #f33a3a 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #ec0e0e 0%, #f33a3a 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ec0e0e 0%, #f33a3a 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ec0e0e', endColorstr='#f33a3a', GradientType=0);
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.formResponsive input[type="reset"] {
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  border: none;
  border-radius: 4px;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 2px;
  padding: 10px 20px;
  text-align: center;
  text-shadow: none;
  text-transform: uppercase;
  vertical-align: middle;
  -webkit-box-shadow: 0px 2px 0px 0px #d9d9d9;
  -moz-box-shadow: 0px 2px 0px 0px #d9d9d9;
  -ms-box-shadow: 0px 2px 0px 0px #d9d9d9;
  -o-box-shadow: 0px 2px 0px 0px #d9d9d9;
  box-shadow: 0px 2px 0px 0px #d9d9d9;
  background: #ed092f;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ed092f 0%, #bc0725 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #ed092f 0%, #bc0725 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ed092f 0%, #bc0725 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ed092f', endColorstr='#bc0725', GradientType=0);
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.formResponsive input[type="reset"]:hover,
.formResponsive input[type="reset"]:focus {
  color: #ffffff;
  -webkit-box-shadow: 0px 2px 0px 0px #d9d9d9;
  -moz-box-shadow: 0px 2px 0px 0px #d9d9d9;
  -ms-box-shadow: 0px 2px 0px 0px #d9d9d9;
  -o-box-shadow: 0px 2px 0px 0px #d9d9d9;
  box-shadow: 0px 2px 0px 0px #d9d9d9;
  background: #bc0725;
  /* Old browsers */
  background: -moz-linear-gradient(top, #bc0725 0%, #ed092f 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #bc0725 0%, #ed092f 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #bc0725 0%, #ed092f 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bc0725', endColorstr='#ed092f', GradientType=0);
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.formResponsive input[type="reset"]:hover,
.formResponsive input[type="reset"]:focus {
  color: #ffffff;
  -webkit-box-shadow: 0px 2px 0px 0px #d9d9d9;
  -moz-box-shadow: 0px 2px 0px 0px #d9d9d9;
  -ms-box-shadow: 0px 2px 0px 0px #d9d9d9;
  -o-box-shadow: 0px 2px 0px 0px #d9d9d9;
  box-shadow: 0px 2px 0px 0px #d9d9d9;
  background: #bc0725;
  /* Old browsers */
  background: -moz-linear-gradient(top, #bc0725 0%, #ed092f 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #bc0725 0%, #ed092f 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #bc0725 0%, #ed092f 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bc0725', endColorstr='#ed092f', GradientType=0);
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.formResponsive input[type="submit"] {
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  border: none;
  border-radius: 4px;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 2px;
  padding: 10px 20px;
  text-align: center;
  text-shadow: none;
  text-transform: uppercase;
  vertical-align: middle;
  -webkit-box-shadow: 0px 2px 0px 0px #d9d9d9;
  -moz-box-shadow: 0px 2px 0px 0px #d9d9d9;
  -ms-box-shadow: 0px 2px 0px 0px #d9d9d9;
  -o-box-shadow: 0px 2px 0px 0px #d9d9d9;
  box-shadow: 0px 2px 0px 0px #d9d9d9;
  background: #919c5d;
  /* Old browsers */
  background: -moz-linear-gradient(top, #919c5d 0%, #737c4a 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #919c5d 0%, #737c4a 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #919c5d 0%, #737c4a 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#919c5d', endColorstr='#737c4a', GradientType=0);
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.formResponsive input[type="submit"]:hover,
.formResponsive input[type="submit"]:focus {
  color: #ffffff;
  -webkit-box-shadow: 0px 2px 0px 0px #d9d9d9;
  -moz-box-shadow: 0px 2px 0px 0px #d9d9d9;
  -ms-box-shadow: 0px 2px 0px 0px #d9d9d9;
  -o-box-shadow: 0px 2px 0px 0px #d9d9d9;
  box-shadow: 0px 2px 0px 0px #d9d9d9;
  background: #737c4a;
  /* Old browsers */
  background: -moz-linear-gradient(top, #737c4a 0%, #919c5d 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #737c4a 0%, #919c5d 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #737c4a 0%, #919c5d 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#737c4a', endColorstr='#919c5d', GradientType=0);
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.formResponsive input[type="submit"]:hover,
.formResponsive input[type="submit"]:focus {
  color: #ffffff;
  -webkit-box-shadow: 0px 2px 0px 0px #d9d9d9;
  -moz-box-shadow: 0px 2px 0px 0px #d9d9d9;
  -ms-box-shadow: 0px 2px 0px 0px #d9d9d9;
  -o-box-shadow: 0px 2px 0px 0px #d9d9d9;
  box-shadow: 0px 2px 0px 0px #d9d9d9;
  background: #737c4a;
  /* Old browsers */
  background: -moz-linear-gradient(top, #737c4a 0%, #919c5d 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #737c4a 0%, #919c5d 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #737c4a 0%, #919c5d 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#737c4a', endColorstr='#919c5d', GradientType=0);
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
/* Submission View
------------------------------------------------------------------------------*/
#rsfilter {
  padding: 7px;
  margin: 0;
}
/* RSMediaGallery!
------------------------------------------------------------------------------*/
ul#rsmg_gallery li div.rsmg_item_container {
  border: 1px solid #e1e1e1;
  border-radius: 0;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-size: inherit;
  margin-bottom: 20px;
  -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: #919c5d;
}
ul#rsmg_gallery li div.rsmg_item_container a.rsmg_title {
  border-bottom: 1px solid #e1e1e1;
  color: #f33a3a;
  font-family: 'Roboto', Helvetica, serif;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
ul#rsmg_gallery li div.rsmg_item_container a.rsmg_title:hover {
  color: #919c5d;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
#rsmg_main a.rsmg_big_button {
  width: 100%;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  border: none;
  border-radius: 4px;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 2px;
  padding: 10px 0px;
  text-align: center;
  text-shadow: none;
  text-transform: uppercase;
  vertical-align: middle;
  -webkit-box-shadow: 0px 2px 0px 0px #d9d9d9;
  -moz-box-shadow: 0px 2px 0px 0px #d9d9d9;
  -ms-box-shadow: 0px 2px 0px 0px #d9d9d9;
  -o-box-shadow: 0px 2px 0px 0px #d9d9d9;
  box-shadow: 0px 2px 0px 0px #d9d9d9;
  background: #919c5d;
  /* Old browsers */
  background: -moz-linear-gradient(top, #919c5d 0%, #737c4a 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #919c5d 0%, #737c4a 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #919c5d 0%, #737c4a 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#919c5d', endColorstr='#737c4a', GradientType=0);
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
#rsmg_main a.rsmg_big_button:hover,
#rsmg_main a.rsmg_big_button:focus {
  color: #ffffff;
  -webkit-box-shadow: 0px 2px 0px 0px #d9d9d9;
  -moz-box-shadow: 0px 2px 0px 0px #d9d9d9;
  -ms-box-shadow: 0px 2px 0px 0px #d9d9d9;
  -o-box-shadow: 0px 2px 0px 0px #d9d9d9;
  box-shadow: 0px 2px 0px 0px #d9d9d9;
  background: #737c4a;
  /* Old browsers */
  background: -moz-linear-gradient(top, #737c4a 0%, #919c5d 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #737c4a 0%, #919c5d 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #737c4a 0%, #919c5d 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#737c4a', endColorstr='#919c5d', GradientType=0);
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
#rsmg_main a.rsmg_big_button:hover,
#rsmg_main a.rsmg_big_button:focus {
  color: #ffffff;
  -webkit-box-shadow: 0px 2px 0px 0px #d9d9d9;
  -moz-box-shadow: 0px 2px 0px 0px #d9d9d9;
  -ms-box-shadow: 0px 2px 0px 0px #d9d9d9;
  -o-box-shadow: 0px 2px 0px 0px #d9d9d9;
  box-shadow: 0px 2px 0px 0px #d9d9d9;
  background: #737c4a;
  /* Old browsers */
  background: -moz-linear-gradient(top, #737c4a 0%, #919c5d 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #737c4a 0%, #919c5d 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #737c4a 0%, #919c5d 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#737c4a', endColorstr='#919c5d', GradientType=0);
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
#rstpl-pagewrap .rsp_icon_over {
  color: #f33a3a;
}
.rsp_cover_close {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.rsp_cover_close:hover {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
#rsmg_albums li div.rsmg_album_container {
  background-color: #ffffff;
  border: 1px solid #e1e1e1;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
#rsmg_albums li div.rsmg_album_container a.rsmg_album_inner_container {
  border-radius: 0;
}
#rsmg_albums li div.rsmg_album_container a.rsmg_title {
  border-bottom: 1px solid #e1e1e1;
  color: #f33a3a;
  font-family: 'Roboto', Helvetica, serif;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
#rsmg_albums li div.rsmg_album_container a.rsmg_title:hover,
#rsmg_albums li div.rsmg_album_container a.rsmg_title:focus,
#rsmg_albums li div.rsmg_album_container a.rsmg_title:active {
  color: #919c5d;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
#lightbox-nav-btnPrev,
#lightbox-nav-btnNext {
  height: 50px;
  width: 50px;
}
/* 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 #919c5d;
}
/* RSPageBuilder!
------------------------------------------------------------------------------*/
.rspbld-page section > .row-fluid,
.rspbld-page section > .container > .row-fluid {
  margin-top: 80px;
}
.rspbld-page section > .row-fluid .overlay {
  background-image: url(../images/sqr.png);
  background-repeat: repeat;
  -webkit-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.5) inset;
  -moz-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.5) inset;
  -ms-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.5) inset;
  -o-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.5) inset;
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.5) inset;
}
.rspbld-page section > .row-fluid.primary-overlay [class*="span"],
.rspbld-page section > .row-fluid.primary-overlay .rspbld-row-title,
.rspbld-page section > .row-fluid.primary-overlay .rspbld-row-subtitle {
  position: relative;
  z-index: 2;
}
.rspbld-page section > .row-fluid.primary-overlay .overlay {
  background-color: #f33a3a;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
}
.rspbld-page section > .row-fluid.secondary-overlay [class*="span"],
.rspbld-page section > .row-fluid.secondary-overlay .rspbld-row-title,
.rspbld-page section > .row-fluid.secondary-overlay .rspbld-row-subtitle {
  position: relative;
  z-index: 2;
}
.rspbld-page section > .row-fluid.secondary-overlay .overlay {
  background-color: #919c5d;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
}
.rstpl-all-content-position .rspbld-page section:first-of-type > .row-fluid,
.rstpl-all-content-position .rspbld-page section:first-of-type > .container > .row-fluid {
  margin: 0;
}
.rspbld-icon * {
  box-sizing: content-box;
}
.rspbld-image {
  background-color: #fff;
  border: 1px solid #e1e1e1;
  padding: 30px;
}
.rspbld-skew-border {
  padding: 30px;
  position: relative;
  margin: 0 2px 50px 2px;
}
.rspbld-skew-border:before {
  border: 1px solid #919c5d;
  content: '';
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
  -webkit-transform: skewY(4deg);
  -moz-transform: skewY(4deg);
  -o-transform: skewY(4deg);
  -ms-transform: skewY(4deg);
  transform: skewY(4deg);
}
.rspbld-title {
  font-weight: bold;
  margin: 0 0 50px 0;
  position: relative;
  text-transform: uppercase;
}
.detailed-title .rspbld-title {
  padding: 2em 0 1em 0;
  text-align: center;
}
.detailed-title .rspbld-title:after {
  background-image: repeating-linear-gradient(45deg, #ffffff, #ffffff, 4px, #cccccc 1px, #cccccc 5px), repeating-linear-gradient(45deg, #ffffff, #ffffff, 4px, #cccccc 1px, #cccccc 5px);
  background-repeat: no-repeat, no-repeat;
  background-size: 6em 1em, 6em 1em;
  background-position: top left, top right;
  color: #cccccc;
  content: '\f004';
  font-family: 'FontAwesome';
  font-size: .5em;
  line-height: 1;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 15em;
}
.detailed-title .rspbld-title [class*="fa-"] {
  border: 1px solid #cccccc;
  border-radius: 50%;
  color: #cccccc;
  font-size: .75em;
  position: absolute;
  left: 50%;
  top: 0;
  text-align: center;
  height: 2.25em;
  width: 2.25em;
  line-height: 2.25em;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.detailed-title.text-left .rspbld-title,
.detailed-title .text-left .rspbld-title,
.detailed-title .text-left.rspbld-title {
  text-align: left;
}
.detailed-title.text-left .rspbld-title:after,
.detailed-title .text-left .rspbld-title:after,
.detailed-title .text-left.rspbld-title:after {
  background-image: repeating-linear-gradient(45deg, #ffffff, #ffffff 4px, #cccccc 1px, #cccccc 5px);
  background-repeat: no-repeat;
  background-size: 13em 1em;
  background-position: top right;
  left: 0;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -o-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.detailed-title.text-left .rspbld-title [class*="fa-"],
.detailed-title .text-left .rspbld-title [class*="fa-"],
.detailed-title .text-left.rspbld-title [class*="fa-"] {
  left: 0;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -o-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.detailed-title.text-right .rspbld-title,
.detailed-title .text-right .rspbld-title,
.detailed-title .text-right.rspbld-title {
  text-align: right;
}
.detailed-title.text-right .rspbld-title:after,
.detailed-title .text-right .rspbld-title:after,
.detailed-title .text-right.rspbld-title:after {
  background-image: repeating-linear-gradient(45deg, #ffffff, #ffffff 4px, #cccccc 1px, #cccccc 5px);
  background-repeat: no-repeat;
  background-size: 13em 1em;
  background-position: top left;
  left: auto;
  right: 0;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -o-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.detailed-title.text-right .rspbld-title [class*="fa-"],
.detailed-title .text-right .rspbld-title [class*="fa-"],
.detailed-title .text-right.rspbld-title [class*="fa-"] {
  left: auto;
  right: 0;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -o-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.rspbld-subtitle {
  color: #f33a3a;
  font-weight: bold;
  margin: 0 0 1em 0;
  text-transform: uppercase;
}
.rspbld-m-title [class*="rspbld-title"] {
  margin: 0 0 30px 0;
}
.rspbld-m-title .rspbld-subtitle {
  margin: -30px 0 1em 0;
}
.rspbld-small-m-title [class*="rspbld-title"] {
  margin: 0 0 15px 0;
}
.rspbld-small-m-title .rspbld-subtitle {
  margin: -15px 0 1em 0;
}
.rspbld-content {
  margin: 0 0 50px 0;
}
/* Load RSPageBuilder! Elements
------------------------------------------------------------------------------*/
/* Accordion
------------------------------------------------------------------------------*/
.rspbld-accordion .accordion {
  margin-bottom: 0;
}
.rspbld-accordion .accordion-group {
  border-color: #e1e1e1;
  border-style: none solid solid solid;
  border-width: 0 1px 1px 1px;
  border-radius: 0;
  margin-bottom: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.rspbld-accordion .accordion-group:first-of-type {
  border-top: 1px solid #e1e1e1;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
.rspbld-accordion .accordion-group:last-of-type {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
.rspbld-accordion .accordion-group .accordion-heading .accordion-toggle {
  background-color: #ffffff;
  color: #919c5d;
  margin: 1px;
  padding: 20px;
  position: relative;
  text-decoration: none;
}
.rspbld-accordion .accordion-group .accordion-heading .accordion-toggle i {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.rspbld-accordion .accordion-group .accordion-heading .accordion-toggle.collapsed {
  text-decoration: none;
  color: #f33a3a;
}
.rspbld-accordion .accordion-group .accordion-heading .accordion-toggle.collapsed i {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.rspbld-accordion .accordion-group .accordion-heading > a {
  font-weight: 600;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.rspbld-accordion .accordion-inner {
  background-color: #ffffff;
  border-top: 0;
  line-height: 1.8;
  padding: 0 30px 30px 30px;
}
.rspbld-accordion .accordion-inner .rstpl-box-image {
  float: left;
  margin: 0 15px 0 0;
}
.rspbld-accordion .accordion-inner .rstpl-thick-border {
  border: 10px solid #919c5d;
}
.rspbld-accordion.rotate-collapsed .accordion-toggle i {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.rspbld-accordion.rotate-collapsed .accordion-toggle.collapsed i {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
/* Alert
------------------------------------------------------------------------------*/
.rspbld-alert .alert {
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
  text-shadow: none;
  background-color: #fbb829;
  color: #ffffff;
  border-radius: 0px;
}
.rspbld-alert .alert p {
  color: #ffffff;
}
.rspbld-alert .alert .alert-heading {
  color: #ffffff;
}
.rspbld-alert .alert.alert-success {
  background-color: #a1c820;
}
.rspbld-alert .alert.alert-info {
  background-color: #2a8fbd;
}
.rspbld-alert .alert.alert-error {
  background-color: #ed092f;
}
.rspbld-alert .alert.alert-error .alert-heading {
  color: #ffffff;
}
.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: #f33a3a;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.25) inset;
  -moz-box-shadow: 0 0 30px rgba(0, 0, 0, 0.25) inset;
  -ms-box-shadow: 0 0 30px rgba(0, 0, 0, 0.25) inset;
  -o-box-shadow: 0 0 30px rgba(0, 0, 0, 0.25) inset;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.25) inset;
  color: #fff;
  font-size: 2em;
  font-weight: 600;
  height: 152px;
  line-height: 152px;
  width: 120px;
  padding: 0px;
  position: relative;
}
.rspbld-animated-number .rspbld-number:before {
  content: '';
  border-bottom: 32px solid transparent;
  border-right: 122px solid #ffffff;
  border-top: 0px solid transparent;
  position: absolute;
  top: 0;
  left: 0;
}
.rspbld-animated-number .rspbld-number:after {
  content: '';
  border-bottom: 0px solid transparent;
  border-left: 122px solid #ffffff;
  border-top: 32px solid transparent;
  position: absolute;
  bottom: 0;
  left: 0;
}
/* Button
-----------------------------------------------------------------------------*/
.rspbld-button.btn {
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  border: none;
  border-radius: 4px;
  color: #333333;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 2px;
  padding: 10px 20px;
  text-align: center;
  text-shadow: none;
  text-transform: uppercase;
  vertical-align: middle;
  -webkit-box-shadow: 0px 2px 0px 0px #d9d9d9;
  -moz-box-shadow: 0px 2px 0px 0px #d9d9d9;
  -ms-box-shadow: 0px 2px 0px 0px #d9d9d9;
  -o-box-shadow: 0px 2px 0px 0px #d9d9d9;
  box-shadow: 0px 2px 0px 0px #d9d9d9;
  background: #f5f5f5;
  /* Old browsers */
  background: -moz-linear-gradient(top, #f5f5f5 0%, #dcdcdc 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #f5f5f5 0%, #dcdcdc 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #f5f5f5 0%, #dcdcdc 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5f5f5', endColorstr='#dcdcdc', GradientType=0);
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.rspbld-button.btn:hover,
.rspbld-button.btn:focus {
  color: #333333;
  -webkit-box-shadow: 0px 2px 0px 0px #d9d9d9;
  -moz-box-shadow: 0px 2px 0px 0px #d9d9d9;
  -ms-box-shadow: 0px 2px 0px 0px #d9d9d9;
  -o-box-shadow: 0px 2px 0px 0px #d9d9d9;
  box-shadow: 0px 2px 0px 0px #d9d9d9;
  background: #dcdcdc;
  /* Old browsers */
  background: -moz-linear-gradient(top, #dcdcdc 0%, #f5f5f5 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #dcdcdc 0%, #f5f5f5 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #dcdcdc 0%, #f5f5f5 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dcdcdc', endColorstr='#f5f5f5', GradientType=0);
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.rspbld-button.btn:hover,
.rspbld-button.btn:focus {
  color: #333333;
  -webkit-box-shadow: 0px 2px 0px 0px #d9d9d9;
  -moz-box-shadow: 0px 2px 0px 0px #d9d9d9;
  -ms-box-shadow: 0px 2px 0px 0px #d9d9d9;
  -o-box-shadow: 0px 2px 0px 0px #d9d9d9;
  box-shadow: 0px 2px 0px 0px #d9d9d9;
  background: #dcdcdc;
  /* Old browsers */
  background: -moz-linear-gradient(top, #dcdcdc 0%, #f5f5f5 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #dcdcdc 0%, #f5f5f5 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #dcdcdc 0%, #f5f5f5 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dcdcdc', endColorstr='#f5f5f5', GradientType=0);
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.rspbld-button.btn.btn-primary {
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  border: none;
  border-radius: 4px;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 2px;
  padding: 10px 20px;
  text-align: center;
  text-shadow: none;
  text-transform: uppercase;
  vertical-align: middle;
  -webkit-box-shadow: 0px 2px 0px 0px #d9d9d9;
  -moz-box-shadow: 0px 2px 0px 0px #d9d9d9;
  -ms-box-shadow: 0px 2px 0px 0px #d9d9d9;
  -o-box-shadow: 0px 2px 0px 0px #d9d9d9;
  box-shadow: 0px 2px 0px 0px #d9d9d9;
  background: #f33a3a;
  /* Old browsers */
  background: -moz-linear-gradient(top, #f33a3a 0%, #ec0e0e 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #f33a3a 0%, #ec0e0e 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #f33a3a 0%, #ec0e0e 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f33a3a', endColorstr='#ec0e0e', GradientType=0);
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.rspbld-button.btn.btn-primary:hover,
.rspbld-button.btn.btn-primary:focus {
  color: #ffffff;
  -webkit-box-shadow: 0px 2px 0px 0px #d9d9d9;
  -moz-box-shadow: 0px 2px 0px 0px #d9d9d9;
  -ms-box-shadow: 0px 2px 0px 0px #d9d9d9;
  -o-box-shadow: 0px 2px 0px 0px #d9d9d9;
  box-shadow: 0px 2px 0px 0px #d9d9d9;
  background: #ec0e0e;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ec0e0e 0%, #f33a3a 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #ec0e0e 0%, #f33a3a 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ec0e0e 0%, #f33a3a 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ec0e0e', endColorstr='#f33a3a', GradientType=0);
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.rspbld-button.btn.btn-primary:hover,
.rspbld-button.btn.btn-primary:focus {
  color: #ffffff;
  -webkit-box-shadow: 0px 2px 0px 0px #d9d9d9;
  -moz-box-shadow: 0px 2px 0px 0px #d9d9d9;
  -ms-box-shadow: 0px 2px 0px 0px #d9d9d9;
  -o-box-shadow: 0px 2px 0px 0px #d9d9d9;
  box-shadow: 0px 2px 0px 0px #d9d9d9;
  background: #ec0e0e;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ec0e0e 0%, #f33a3a 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #ec0e0e 0%, #f33a3a 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ec0e0e 0%, #f33a3a 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ec0e0e', endColorstr='#f33a3a', GradientType=0);
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.rspbld-button.btn.btn-secondary {
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  border: none;
  border-radius: 4px;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 2px;
  padding: 10px 20px;
  text-align: center;
  text-shadow: none;
  text-transform: uppercase;
  vertical-align: middle;
  -webkit-box-shadow: 0px 2px 0px 0px #d9d9d9;
  -moz-box-shadow: 0px 2px 0px 0px #d9d9d9;
  -ms-box-shadow: 0px 2px 0px 0px #d9d9d9;
  -o-box-shadow: 0px 2px 0px 0px #d9d9d9;
  box-shadow: 0px 2px 0px 0px #d9d9d9;
  background: #919c5d;
  /* Old browsers */
  background: -moz-linear-gradient(top, #919c5d 0%, #737c4a 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #919c5d 0%, #737c4a 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #919c5d 0%, #737c4a 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#919c5d', endColorstr='#737c4a', GradientType=0);
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.rspbld-button.btn.btn-secondary:hover,
.rspbld-button.btn.btn-secondary:focus {
  color: #ffffff;
  -webkit-box-shadow: 0px 2px 0px 0px #d9d9d9;
  -moz-box-shadow: 0px 2px 0px 0px #d9d9d9;
  -ms-box-shadow: 0px 2px 0px 0px #d9d9d9;
  -o-box-shadow: 0px 2px 0px 0px #d9d9d9;
  box-shadow: 0px 2px 0px 0px #d9d9d9;
  background: #737c4a;
  /* Old browsers */
  background: -moz-linear-gradient(top, #737c4a 0%, #919c5d 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #737c4a 0%, #919c5d 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #737c4a 0%, #919c5d 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#737c4a', endColorstr='#919c5d', GradientType=0);
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.rspbld-button.btn.btn-secondary:hover,
.rspbld-button.btn.btn-secondary:focus {
  color: #ffffff;
  -webkit-box-shadow: 0px 2px 0px 0px #d9d9d9;
  -moz-box-shadow: 0px 2px 0px 0px #d9d9d9;
  -ms-box-shadow: 0px 2px 0px 0px #d9d9d9;
  -o-box-shadow: 0px 2px 0px 0px #d9d9d9;
  box-shadow: 0px 2px 0px 0px #d9d9d9;
  background: #737c4a;
  /* Old browsers */
  background: -moz-linear-gradient(top, #737c4a 0%, #919c5d 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #737c4a 0%, #919c5d 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #737c4a 0%, #919c5d 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#737c4a', endColorstr='#919c5d', GradientType=0);
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.rspbld-button.btn.btn-warning {
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  border: none;
  border-radius: 4px;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 2px;
  padding: 10px 20px;
  text-align: center;
  text-shadow: none;
  text-transform: uppercase;
  vertical-align: middle;
  -webkit-box-shadow: 0px 2px 0px 0px #d9d9d9;
  -moz-box-shadow: 0px 2px 0px 0px #d9d9d9;
  -ms-box-shadow: 0px 2px 0px 0px #d9d9d9;
  -o-box-shadow: 0px 2px 0px 0px #d9d9d9;
  box-shadow: 0px 2px 0px 0px #d9d9d9;
  background: #fbb829;
  /* Old browsers */
  background: -moz-linear-gradient(top, #fbb829 0%, #eda304 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #fbb829 0%, #eda304 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #fbb829 0%, #eda304 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbb829', endColorstr='#eda304', GradientType=0);
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.rspbld-button.btn.btn-warning:hover,
.rspbld-button.btn.btn-warning:focus {
  color: #ffffff;
  -webkit-box-shadow: 0px 2px 0px 0px #d9d9d9;
  -moz-box-shadow: 0px 2px 0px 0px #d9d9d9;
  -ms-box-shadow: 0px 2px 0px 0px #d9d9d9;
  -o-box-shadow: 0px 2px 0px 0px #d9d9d9;
  box-shadow: 0px 2px 0px 0px #d9d9d9;
  background: #eda304;
  /* Old browsers */
  background: -moz-linear-gradient(top, #eda304 0%, #fbb829 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #eda304 0%, #fbb829 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #eda304 0%, #fbb829 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eda304', endColorstr='#fbb829', GradientType=0);
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.rspbld-button.btn.btn-warning:hover,
.rspbld-button.btn.btn-warning:focus {
  color: #ffffff;
  -webkit-box-shadow: 0px 2px 0px 0px #d9d9d9;
  -moz-box-shadow: 0px 2px 0px 0px #d9d9d9;
  -ms-box-shadow: 0px 2px 0px 0px #d9d9d9;
  -o-box-shadow: 0px 2px 0px 0px #d9d9d9;
  box-shadow: 0px 2px 0px 0px #d9d9d9;
  background: #eda304;
  /* Old browsers */
  background: -moz-linear-gradient(top, #eda304 0%, #fbb829 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #eda304 0%, #fbb829 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #eda304 0%, #fbb829 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eda304', endColorstr='#fbb829', GradientType=0);
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.rspbld-button.btn.btn-danger {
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  border: none;
  border-radius: 4px;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 2px;
  padding: 10px 20px;
  text-align: center;
  text-shadow: none;
  text-transform: uppercase;
  vertical-align: middle;
  -webkit-box-shadow: 0px 2px 0px 0px #d9d9d9;
  -moz-box-shadow: 0px 2px 0px 0px #d9d9d9;
  -ms-box-shadow: 0px 2px 0px 0px #d9d9d9;
  -o-box-shadow: 0px 2px 0px 0px #d9d9d9;
  box-shadow: 0px 2px 0px 0px #d9d9d9;
  background: #ed092f;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ed092f 0%, #bc0725 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #ed092f 0%, #bc0725 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ed092f 0%, #bc0725 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ed092f', endColorstr='#bc0725', GradientType=0);
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.rspbld-button.btn.btn-danger:hover,
.rspbld-button.btn.btn-danger:focus {
  color: #ffffff;
  -webkit-box-shadow: 0px 2px 0px 0px #d9d9d9;
  -moz-box-shadow: 0px 2px 0px 0px #d9d9d9;
  -ms-box-shadow: 0px 2px 0px 0px #d9d9d9;
  -o-box-shadow: 0px 2px 0px 0px #d9d9d9;
  box-shadow: 0px 2px 0px 0px #d9d9d9;
  background: #bc0725;
  /* Old browsers */
  background: -moz-linear-gradient(top, #bc0725 0%, #ed092f 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #bc0725 0%, #ed092f 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #bc0725 0%, #ed092f 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bc0725', endColorstr='#ed092f', GradientType=0);
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.rspbld-button.btn.btn-danger:hover,
.rspbld-button.btn.btn-danger:focus {
  color: #ffffff;
  -webkit-box-shadow: 0px 2px 0px 0px #d9d9d9;
  -moz-box-shadow: 0px 2px 0px 0px #d9d9d9;
  -ms-box-shadow: 0px 2px 0px 0px #d9d9d9;
  -o-box-shadow: 0px 2px 0px 0px #d9d9d9;
  box-shadow: 0px 2px 0px 0px #d9d9d9;
  background: #bc0725;
  /* Old browsers */
  background: -moz-linear-gradient(top, #bc0725 0%, #ed092f 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #bc0725 0%, #ed092f 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #bc0725 0%, #ed092f 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bc0725', endColorstr='#ed092f', GradientType=0);
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.rspbld-button.btn.btn-info {
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  border: none;
  border-radius: 4px;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 2px;
  padding: 10px 20px;
  text-align: center;
  text-shadow: none;
  text-transform: uppercase;
  vertical-align: middle;
  -webkit-box-shadow: 0px 2px 0px 0px #d9d9d9;
  -moz-box-shadow: 0px 2px 0px 0px #d9d9d9;
  -ms-box-shadow: 0px 2px 0px 0px #d9d9d9;
  -o-box-shadow: 0px 2px 0px 0px #d9d9d9;
  box-shadow: 0px 2px 0px 0px #d9d9d9;
  background: #2a8fbd;
  /* Old browsers */
  background: -moz-linear-gradient(top, #2a8fbd 0%, #216f93 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #2a8fbd 0%, #216f93 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #2a8fbd 0%, #216f93 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2a8fbd', endColorstr='#216f93', GradientType=0);
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.rspbld-button.btn.btn-info:hover,
.rspbld-button.btn.btn-info:focus {
  color: #ffffff;
  -webkit-box-shadow: 0px 2px 0px 0px #d9d9d9;
  -moz-box-shadow: 0px 2px 0px 0px #d9d9d9;
  -ms-box-shadow: 0px 2px 0px 0px #d9d9d9;
  -o-box-shadow: 0px 2px 0px 0px #d9d9d9;
  box-shadow: 0px 2px 0px 0px #d9d9d9;
  background: #216f93;
  /* Old browsers */
  background: -moz-linear-gradient(top, #216f93 0%, #2a8fbd 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #216f93 0%, #2a8fbd 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #216f93 0%, #2a8fbd 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#216f93', endColorstr='#2a8fbd', GradientType=0);
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.rspbld-button.btn.btn-info:hover,
.rspbld-button.btn.btn-info:focus {
  color: #ffffff;
  -webkit-box-shadow: 0px 2px 0px 0px #d9d9d9;
  -moz-box-shadow: 0px 2px 0px 0px #d9d9d9;
  -ms-box-shadow: 0px 2px 0px 0px #d9d9d9;
  -o-box-shadow: 0px 2px 0px 0px #d9d9d9;
  box-shadow: 0px 2px 0px 0px #d9d9d9;
  background: #216f93;
  /* Old browsers */
  background: -moz-linear-gradient(top, #216f93 0%, #2a8fbd 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #216f93 0%, #2a8fbd 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #216f93 0%, #2a8fbd 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#216f93', endColorstr='#2a8fbd', GradientType=0);
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.rspbld-button.btn.btn-success {
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  border: none;
  border-radius: 4px;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 2px;
  padding: 10px 20px;
  text-align: center;
  text-shadow: none;
  text-transform: uppercase;
  vertical-align: middle;
  -webkit-box-shadow: 0px 2px 0px 0px #d9d9d9;
  -moz-box-shadow: 0px 2px 0px 0px #d9d9d9;
  -ms-box-shadow: 0px 2px 0px 0px #d9d9d9;
  -o-box-shadow: 0px 2px 0px 0px #d9d9d9;
  box-shadow: 0px 2px 0px 0px #d9d9d9;
  background: #a1c820;
  /* Old browsers */
  background: -moz-linear-gradient(top, #a1c820 0%, #7e9c19 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #a1c820 0%, #7e9c19 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #a1c820 0%, #7e9c19 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a1c820', endColorstr='#7e9c19', GradientType=0);
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.rspbld-button.btn.btn-success:hover,
.rspbld-button.btn.btn-success:focus {
  color: #ffffff;
  -webkit-box-shadow: 0px 2px 0px 0px #d9d9d9;
  -moz-box-shadow: 0px 2px 0px 0px #d9d9d9;
  -ms-box-shadow: 0px 2px 0px 0px #d9d9d9;
  -o-box-shadow: 0px 2px 0px 0px #d9d9d9;
  box-shadow: 0px 2px 0px 0px #d9d9d9;
  background: #7e9c19;
  /* Old browsers */
  background: -moz-linear-gradient(top, #7e9c19 0%, #a1c820 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #7e9c19 0%, #a1c820 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #7e9c19 0%, #a1c820 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7e9c19', endColorstr='#a1c820', GradientType=0);
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.rspbld-button.btn.btn-success:hover,
.rspbld-button.btn.btn-success:focus {
  color: #ffffff;
  -webkit-box-shadow: 0px 2px 0px 0px #d9d9d9;
  -moz-box-shadow: 0px 2px 0px 0px #d9d9d9;
  -ms-box-shadow: 0px 2px 0px 0px #d9d9d9;
  -o-box-shadow: 0px 2px 0px 0px #d9d9d9;
  box-shadow: 0px 2px 0px 0px #d9d9d9;
  background: #7e9c19;
  /* Old browsers */
  background: -moz-linear-gradient(top, #7e9c19 0%, #a1c820 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #7e9c19 0%, #a1c820 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #7e9c19 0%, #a1c820 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7e9c19', endColorstr='#a1c820', GradientType=0);
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.rspbld-button.btn.btn-inverse {
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  border: none;
  border-radius: 4px;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 2px;
  padding: 10px 20px;
  text-align: center;
  text-shadow: none;
  text-transform: uppercase;
  vertical-align: middle;
  -webkit-box-shadow: 0px 2px 0px 0px #d9d9d9;
  -moz-box-shadow: 0px 2px 0px 0px #d9d9d9;
  -ms-box-shadow: 0px 2px 0px 0px #d9d9d9;
  -o-box-shadow: 0px 2px 0px 0px #d9d9d9;
  box-shadow: 0px 2px 0px 0px #d9d9d9;
  background: #6c6c6c;
  /* Old browsers */
  background: -moz-linear-gradient(top, #6c6c6c 0%, #525252 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #6c6c6c 0%, #525252 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #6c6c6c 0%, #525252 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6c6c6c', endColorstr='#525252', GradientType=0);
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.rspbld-button.btn.btn-inverse:hover,
.rspbld-button.btn.btn-inverse:focus {
  color: #ffffff;
  -webkit-box-shadow: 0px 2px 0px 0px #d9d9d9;
  -moz-box-shadow: 0px 2px 0px 0px #d9d9d9;
  -ms-box-shadow: 0px 2px 0px 0px #d9d9d9;
  -o-box-shadow: 0px 2px 0px 0px #d9d9d9;
  box-shadow: 0px 2px 0px 0px #d9d9d9;
  background: #525252;
  /* Old browsers */
  background: -moz-linear-gradient(top, #525252 0%, #6c6c6c 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #525252 0%, #6c6c6c 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #525252 0%, #6c6c6c 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#525252', endColorstr='#6c6c6c', GradientType=0);
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.rspbld-button.btn.btn-inverse:hover,
.rspbld-button.btn.btn-inverse:focus {
  color: #ffffff;
  -webkit-box-shadow: 0px 2px 0px 0px #d9d9d9;
  -moz-box-shadow: 0px 2px 0px 0px #d9d9d9;
  -ms-box-shadow: 0px 2px 0px 0px #d9d9d9;
  -o-box-shadow: 0px 2px 0px 0px #d9d9d9;
  box-shadow: 0px 2px 0px 0px #d9d9d9;
  background: #525252;
  /* Old browsers */
  background: -moz-linear-gradient(top, #525252 0%, #6c6c6c 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #525252 0%, #6c6c6c 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #525252 0%, #6c6c6c 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#525252', endColorstr='#6c6c6c', GradientType=0);
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.rspbld-button.btn.btn-mini {
  padding: 3px 7px;
  font-size: 12px;
}
.rspbld-button.btn.btn-small {
  padding: 5px 10px;
}
.rspbld-button.btn.btn-large {
  padding: 15px 25px;
}
/* Carousel
------------------------------------------------------------------------------*/
.rspbld-carousel .carousel {
  margin: 0;
}
@media (max-width: 767px) {
  .rspbld-carousel .carousel {
    margin: 0 0 65px 0;
  }
}
.rspbld-carousel .carousel-inner {
  margin: 0 auto;
  width: 80%;
}
@media (max-width: 767px) {
  .rspbld-carousel .carousel-inner {
    width: auto;
  }
}
@media (max-width: 767px) {
  .rspbld-carousel .carousel-inner .rspbld-image {
    margin: 0 0 15px 0;
  }
}
.rspbld-carousel .carousel-inner h2.rspbld-item-title {
  font-size: 42px;
}
.rspbld-carousel .carousel-inner h3.rspbld-item-title {
  font-size: 24px;
}
.rspbld-carousel .carousel-inner h4.rspbld-item-title {
  font-size: 21px;
}
.rspbld-carousel .carousel-inner h5.rspbld-item-title {
  font-size: 17px;
}
.rspbld-carousel .carousel-inner h6.rspbld-item-title {
  font-size: 14px;
}
.rspbld-carousel .carousel-inner .rspbld-item-title {
  font-weight: 300;
  margin: 0 0 10px 0;
  text-transform: none;
}
.rspbld-carousel .carousel-inner .rspbld-item-content {
  line-height: 1.6;
}
.rspbld-carousel .carousel-inner .item.horizontal-image .rspbld-image {
  width: 50%;
}
.rspbld-carousel .carousel-inner .item.horizontal-image .rspbld-image.pull-left {
  margin: 0 30px 0 0;
}
.rspbld-carousel .carousel-inner .item.horizontal-image .rspbld-image.pull-right {
  margin: 0 0 0 30px;
}
@media (max-width: 979px) {
  .rspbld-carousel .carousel-inner .item.horizontal-image .rspbld-image {
    max-width: 280px;
  }
}
@media (max-width: 767px) {
  .rspbld-carousel .carousel-inner .item.horizontal-image .rspbld-image {
    float: none;
    margin: 0 0 15px 0;
    max-width: 100%;
    width: 100%;
  }
  .rspbld-carousel .carousel-inner .item.horizontal-image .rspbld-image.pull-left {
    margin: 0 30px 15px 0;
  }
  .rspbld-carousel .carousel-inner .item.horizontal-image .rspbld-image.pull-right {
    margin: 0 30px 15px 0;
  }
}
.rspbld-carousel .carousel-control {
  background-color: #919c5d;
  background-image: linear-gradient(to bottom, #919c5d, #737c4a);
  -webkit-box-shadow: 0px 2px 0px 0px #d9d9d9;
  -moz-box-shadow: 0px 2px 0px 0px #d9d9d9;
  -ms-box-shadow: 0px 2px 0px 0px #d9d9d9;
  -o-box-shadow: 0px 2px 0px 0px #d9d9d9;
  box-shadow: 0px 2px 0px 0px #d9d9d9;
  border: none;
  border-radius: 0;
  font-size: 25px;
  margin-bottom: 2px;
  opacity: 1;
  height: 50px;
  width: 50px;
}
.rspbld-carousel .carousel-control:hover {
  background-image: linear-gradient(to bottom, #737c4a, #919c5d);
}
@media (max-width: 767px) {
  .rspbld-carousel .carousel-control {
    margin-top: 10px;
    top: 100%;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.rspbld-carousel .carousel-indicators.center-bottom,
.rspbld-carousel .carousel-indicators.left-bottom,
.rspbld-carousel .carousel-indicators.right-bottom {
  bottom: 3px;
}
.rspbld-carousel .carousel-indicators li {
  border: 2px solid #f33a3a;
  height: 12px;
  width: 12px;
}
.rspbld-carousel .carousel-indicators li.active {
  background-color: #f33a3a;
}
.rspbld-carousel.testimonial-carousel .rspbld-image {
  border: 5px solid #919c5d;
  border-radius: 50%;
  margin: 0 auto 10px auto;
  overflow: hidden;
  padding: 0;
  height: 100px;
  width: 100px;
}
.rspbld-carousel.testimonial-carousel .rspbld-image img {
  border-radius: 50%;
}
.rspbld-carousel.testimonial-carousel h2.rspbld-item-title {
  font-size: 24px;
}
.rspbld-carousel.testimonial-carousel h3.rspbld-item-title {
  font-size: 21px;
}
.rspbld-carousel.testimonial-carousel h4.rspbld-item-title {
  font-size: 17px;
}
.rspbld-carousel.testimonial-carousel h5.rspbld-item-title {
  font-size: 14px;
}
.rspbld-carousel.testimonial-carousel h6.rspbld-item-title {
  font-size: 12px;
}
.rspbld-carousel.testimonial-carousel .rspbld-item-title {
  font-weight: 400;
}
.rspbld-carousel.testimonial-carousel .rspbld-item-content {
  font-size: 1.15em;
  font-style: italic;
}
.rspbld-carousel.testimonial-carousel .carousel-control {
  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;
  border: none;
  border-radius: 0;
  color: #919c5d;
  font-size: 30px;
  margin-bottom: 0px;
  height: 40px;
  width: 40px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.rspbld-carousel.testimonial-carousel .carousel-control:hover {
  background-image: none;
  color: #f33a3a;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.rspbld-carousel.testimonial-carousel.light {
  padding-top: 50px;
  padding-bottom: 50px;
}
.rspbld-carousel.testimonial-carousel.light .rspbld-image {
  border: 5px solid #c5c5c5;
}
.rspbld-carousel.testimonial-carousel.light .rspbld-item-title,
.rspbld-carousel.testimonial-carousel.light .rspbld-item-content {
  color: #c5c5c5;
}
.rspbld-carousel.testimonial-carousel.light .carousel-control {
  color: #c5c5c5;
}
.rspbld-carousel.testimonial-carousel.light .carousel-control:hover {
  background-image: none;
  color: #f33a3a;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.rspbld-carousel.testimonial-carousel.light .carousel-indicators li {
  border: 2px solid #c5c5c5;
}
.rspbld-carousel.testimonial-carousel.light .carousel-indicators li.active {
  background-color: #c5c5c5;
}
.rspbld-carousel.testimonial-carousel.lighter {
  padding-top: 50px;
  padding-bottom: 50px;
}
.rspbld-carousel.testimonial-carousel.lighter .rspbld-image {
  border: 5px solid #ffffff;
}
.rspbld-carousel.testimonial-carousel.lighter .rspbld-item-title,
.rspbld-carousel.testimonial-carousel.lighter .rspbld-item-content {
  color: #ffffff;
}
.rspbld-carousel.testimonial-carousel.lighter .carousel-control {
  color: #ffffff;
}
.rspbld-carousel.testimonial-carousel.lighter .carousel-control:hover {
  background-image: none;
  color: #f33a3a;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.rspbld-carousel.testimonial-carousel.lighter .carousel-indicators li {
  border: 2px solid #ffffff;
}
.rspbld-carousel.testimonial-carousel.lighter .carousel-indicators li.active {
  background-color: #ffffff;
}
.rspbld-carousel.testimonial-carousel.dark {
  padding-top: 50px;
  padding-bottom: 50px;
}
.rspbld-carousel.testimonial-carousel.dark .rspbld-image {
  border: 5px solid #393939;
}
.rspbld-carousel.testimonial-carousel.dark .rspbld-item-title {
  color: #393939;
}
.rspbld-carousel.testimonial-carousel.dark .rspbld-item-content {
  color: #393939;
}
.rspbld-carousel.testimonial-carousel.dark .carousel-control {
  color: #393939;
}
.rspbld-carousel.testimonial-carousel.dark .carousel-control:hover {
  background-image: none;
  color: #f33a3a;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.rspbld-carousel.testimonial-carousel.dark .carousel-indicators li {
  border: 2px solid #393939;
}
.rspbld-carousel.testimonial-carousel.dark .carousel-indicators li.active {
  background-color: #393939;
}
.rspbld-carousel.testimonial-carousel.darker {
  padding-top: 50px;
  padding-bottom: 50px;
}
.rspbld-carousel.testimonial-carousel.darker .rspbld-image {
  border: 5px solid #000000;
}
.rspbld-carousel.testimonial-carousel.darker .rspbld-item-title {
  color: #000000;
}
.rspbld-carousel.testimonial-carousel.darker .rspbld-item-content {
  color: #000000;
}
.rspbld-carousel.testimonial-carousel.darker .carousel-control {
  color: #000000;
}
.rspbld-carousel.testimonial-carousel.darker .carousel-control:hover {
  background-image: none;
  color: #f33a3a;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.rspbld-carousel.testimonial-carousel.darker .carousel-indicators li {
  border: 2px solid #000000;
}
.rspbld-carousel.testimonial-carousel.darker .carousel-indicators li.active {
  background-color: #000000;
}
@media (max-width: 767px) {
  .rspbld-carousel.testimonial-carousel {
    padding: 0 15px;
  }
}
.rspbld-carousel.simple-slider .carousel {
  margin: 0;
}
.rspbld-carousel.simple-slider .carousel-indicators li {
  margin: 0 5px;
  background-color: #ffffff !important;
  border-radius: 50%;
  border: 2px solid #ffffff;
  height: 20px;
  width: 20px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.rspbld-carousel.simple-slider .carousel-indicators li.active {
  background-color: transparent !important;
}
.rspbld-carousel.simple-slider .carousel-indicators.left-bottom {
  left: 5%;
  bottom: 8%;
}
.rspbld-carousel.simple-slider .carousel-indicators.right-bottom {
  right: 5%;
  bottom: 8%;
}
.rspbld-carousel.simple-slider .carousel-indicators.center-bottom {
  bottom: 8%;
}
.rspbld-carousel.simple-slider .carousel-indicators.left-top {
  left: 5%;
  top: 8%;
}
.rspbld-carousel.simple-slider .carousel-indicators.right-top {
  right: 5%;
  top: 8%;
}
.rspbld-carousel.simple-slider .carousel-indicators.center-top {
  top: 8%;
}
@media (max-width: 980px) {
  .rspbld-carousel.simple-slider .carousel-indicators {
    display: none;
  }
}
.rspbld-carousel.simple-slider .carousel-inner {
  position: relative;
  width: 100%;
}
.rspbld-carousel.simple-slider .carousel-inner .item .rspbld-item-container {
  padding: 0;
}
.rspbld-carousel.simple-slider .carousel-inner .item .rspbld-image {
  border: none;
  margin: 0;
  padding: 0;
  position: relative;
  width: 100%;
}
.rspbld-carousel.simple-slider .carousel-inner .item .rspbld-image:before {
  background-image: url(../images/sqr.png);
  background-repeat: repeat;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}
.rspbld-carousel.simple-slider .carousel-inner .item .rspbld-image.pull-left,
.rspbld-carousel.simple-slider .carousel-inner .item .rspbld-image.pull-right {
  float: none;
}
.rspbld-carousel.simple-slider .carousel-inner .item .rspbld-item-content-container {
  background-color: #f33a3a;
  padding: 25px;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 60%;
  z-index: 4;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.rspbld-carousel.simple-slider .carousel-inner .item .rspbld-item-content-container h1,
.rspbld-carousel.simple-slider .carousel-inner .item .rspbld-item-content-container h2,
.rspbld-carousel.simple-slider .carousel-inner .item .rspbld-item-content-container h3,
.rspbld-carousel.simple-slider .carousel-inner .item .rspbld-item-content-container h4,
.rspbld-carousel.simple-slider .carousel-inner .item .rspbld-item-content-container h5,
.rspbld-carousel.simple-slider .carousel-inner .item .rspbld-item-content-container h6 {
  color: #ffffff;
  font-weight: 300;
  line-height: 1;
  margin: 0;
}
.rspbld-carousel.simple-slider .carousel-inner .item .rspbld-item-content-container h1 {
  font-size: 49px;
}
.rspbld-carousel.simple-slider .carousel-inner .item .rspbld-item-content-container h2 {
  font-size: 28px;
}
.rspbld-carousel.simple-slider .carousel-inner .item .rspbld-item-content-container h3 {
  font-size: 25px;
}
.rspbld-carousel.simple-slider .carousel-inner .item .rspbld-item-content-container h4 {
  font-size: 20px;
}
.rspbld-carousel.simple-slider .carousel-inner .item .rspbld-item-content-container h5 {
  font-size: 17px;
}
.rspbld-carousel.simple-slider .carousel-inner .item .rspbld-item-content-container h6 {
  font-size: 15px;
}
.rspbld-carousel.simple-slider .carousel-inner .item .rspbld-item-content-container .rspbld-item-content {
  color: #ffffff;
  font-weight: 600;
  font-style: oblique;
  margin-top: 10px;
}
.rspbld-carousel.simple-slider .carousel-inner .item .rspbld-item-content-container .btn {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .rspbld-carousel.simple-slider .carousel-inner .item .rspbld-item-content-container {
    display: none;
  }
}
.rspbld-carousel.simple-slider .carousel-control {
  background: #ffffff;
  border: none;
  border-radius: 0;
  height: 126px;
  width: 126px;
  margin: 0;
  opacity: 1;
  position: absolute;
  top: 50%;
  z-index: 4;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}
.rspbld-carousel.simple-slider .carousel-control i {
  background-color: transparent;
  background-image: none;
  color: #f33a3a;
  font-family: 'FontAwesome';
  font-size: 40px;
  font-weight: normal;
  height: 126px;
  width: 126px;
  line-height: 126px;
  text-align: center;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.rspbld-carousel.simple-slider .carousel-control:hover,
.rspbld-carousel.simple-slider .carousel-control:focus,
.rspbld-carousel.simple-slider .carousel-control:active {
  opacity: 1;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.rspbld-carousel.simple-slider .carousel-control:hover i,
.rspbld-carousel.simple-slider .carousel-control:focus i,
.rspbld-carousel.simple-slider .carousel-control:active i {
  color: #919c5d;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.rspbld-carousel.simple-slider .carousel-control.left {
  right: auto;
  left: 0;
}
.rspbld-carousel.simple-slider .carousel-control.right {
  left: auto;
  right: 0;
}
@media (max-width: 1199px) {
  .rspbld-carousel.simple-slider .carousel-control {
    width: 100px;
    height: 100px;
  }
  .rspbld-carousel.simple-slider .carousel-control i {
    font-size: 30px;
    width: 100px;
    height: 100px;
    line-height: 100px;
  }
}
@media (max-width: 767px) {
  .rspbld-carousel.simple-slider .carousel-control {
    display: none;
  }
}
.rspbld-carousel.form-slider .carousel {
  margin: 0;
}
.rspbld-carousel.form-slider .carousel-indicators li {
  margin: 0 5px;
  background-color: #ffffff !important;
  border-radius: 50%;
  border: 2px solid #ffffff;
  height: 20px;
  width: 20px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.rspbld-carousel.form-slider .carousel-indicators li.active {
  background-color: transparent !important;
}
.rspbld-carousel.form-slider .carousel-indicators.left-bottom {
  left: 5%;
  bottom: 8%;
}
.rspbld-carousel.form-slider .carousel-indicators.right-bottom {
  right: 5%;
  bottom: 8%;
}
.rspbld-carousel.form-slider .carousel-indicators.center-bottom {
  bottom: 8%;
}
.rspbld-carousel.form-slider .carousel-indicators.left-top {
  left: 5%;
  top: 8%;
}
.rspbld-carousel.form-slider .carousel-indicators.right-top {
  right: 5%;
  top: 8%;
}
.rspbld-carousel.form-slider .carousel-indicators.center-top {
  top: 8%;
}
@media (max-width: 980px) {
  .rspbld-carousel.form-slider .carousel-indicators {
    display: none;
  }
}
.rspbld-carousel.form-slider .carousel-inner {
  position: relative;
  width: 100%;
}
.rspbld-carousel.form-slider .carousel-inner .item .rspbld-item-container {
  padding: 0;
}
.rspbld-carousel.form-slider .carousel-inner .item .rspbld-image {
  border: none;
  margin: 0;
  padding: 0;
  position: relative;
  width: 100%;
}
.rspbld-carousel.form-slider .carousel-inner .item .rspbld-image:before {
  background-image: url(../images/sqr.png);
  background-repeat: repeat;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}
.rspbld-carousel.form-slider .carousel-inner .item .rspbld-image:after {
  content: '';
  width: 75%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  z-index: 3;
  background: transparent;
  background: -webkit-linear-gradient(right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.9));
  background: -o-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.9));
  background: -moz-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.9));
  background: linear-gradient(to left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.9));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(0, 0, 0, 0)', endColorstr='rgba(0, 0, 0, 0.9)', GradientType=1);
}
.rspbld-carousel.form-slider .carousel-inner .item .rspbld-image.pull-left,
.rspbld-carousel.form-slider .carousel-inner .item .rspbld-image.pull-right {
  float: none;
}
.rspbld-carousel.form-slider .carousel-inner .item .rspbld-item-content-container {
  padding: 0;
  position: absolute;
  left: 20%;
  top: 50%;
  width: 22.5%;
  z-index: 4;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.rspbld-carousel.form-slider .carousel-inner .item .rspbld-item-content-container h1,
.rspbld-carousel.form-slider .carousel-inner .item .rspbld-item-content-container h2,
.rspbld-carousel.form-slider .carousel-inner .item .rspbld-item-content-container h3,
.rspbld-carousel.form-slider .carousel-inner .item .rspbld-item-content-container h4,
.rspbld-carousel.form-slider .carousel-inner .item .rspbld-item-content-container h5,
.rspbld-carousel.form-slider .carousel-inner .item .rspbld-item-content-container h6 {
  color: #ffffff;
  font-weight: 300;
  line-height: 1;
  margin: 0;
}
.rspbld-carousel.form-slider .carousel-inner .item .rspbld-item-content-container h1 {
  font-size: 42px;
  margin-bottom: 25px;
}
.rspbld-carousel.form-slider .carousel-inner .item .rspbld-item-content-container h2 {
  font-size: 24px;
  margin-bottom: 25px;
}
.rspbld-carousel.form-slider .carousel-inner .item .rspbld-item-content-container h3 {
  font-size: 21px;
  margin-bottom: 25px;
}
.rspbld-carousel.form-slider .carousel-inner .item .rspbld-item-content-container h4 {
  font-size: 17px;
  margin-bottom: 25px;
}
.rspbld-carousel.form-slider .carousel-inner .item .rspbld-item-content-container h5 {
  font-size: 14px;
  margin-bottom: 25px;
}
.rspbld-carousel.form-slider .carousel-inner .item .rspbld-item-content-container h6 {
  font-size: 12px;
  margin-bottom: 25px;
}
.rspbld-carousel.form-slider .carousel-inner .item .rspbld-item-content-container .rspbld-item-content {
  color: #ffffff;
  font-weight: 600;
  margin-top: 10px;
}
.rspbld-carousel.form-slider .carousel-inner .item .rspbld-item-content-container .btn {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .rspbld-carousel.form-slider .carousel-inner .item .rspbld-item-content-container {
    display: none;
  }
}
@media (max-width: 1200px) {
  .rspbld-carousel.form-slider .carousel-inner .item .rspbld-item-content-container {
    left: 12%;
    width: 30%;
  }
}
@media (max-width: 1199px) {
  .rspbld-carousel.form-slider .carousel-inner .item .rspbld-item-content-container {
    left: 14%;
    width: 35%;
  }
}
@media (max-width: 767px) {
  .rspbld-carousel.form-slider .carousel-inner .item .rspbld-image:after {
    background: none;
  }
}
.rspbld-carousel.form-slider .carousel-control {
  background: #ffffff;
  border: none;
  border-radius: 0;
  height: 126px;
  width: 126px;
  margin: 0;
  opacity: 1;
  position: absolute;
  top: 50%;
  z-index: 4;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}
.rspbld-carousel.form-slider .carousel-control i {
  background-color: transparent;
  background-image: none;
  color: #f33a3a;
  font-family: 'FontAwesome';
  font-size: 40px;
  font-weight: normal;
  height: 126px;
  width: 126px;
  line-height: 126px;
  text-align: center;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.rspbld-carousel.form-slider .carousel-control:hover,
.rspbld-carousel.form-slider .carousel-control:focus,
.rspbld-carousel.form-slider .carousel-control:active {
  opacity: 1;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.rspbld-carousel.form-slider .carousel-control:hover i,
.rspbld-carousel.form-slider .carousel-control:focus i,
.rspbld-carousel.form-slider .carousel-control:active i {
  color: #919c5d;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.rspbld-carousel.form-slider .carousel-control.left {
  right: auto;
  left: 0;
}
.rspbld-carousel.form-slider .carousel-control.right {
  left: auto;
  right: 0;
}
@media (max-width: 1199px) {
  .rspbld-carousel.form-slider .carousel-control {
    width: 100px;
    height: 100px;
  }
  .rspbld-carousel.form-slider .carousel-control i {
    font-size: 30px;
    width: 100px;
    height: 100px;
    line-height: 100px;
  }
}
@media (max-width: 767px) {
  .rspbld-carousel.form-slider .carousel-control {
    display: none;
  }
}
.element-preview .rspbld-carousel .rspbld-image {
  max-width: 280px;
}
.element-preview .rspbld-carousel.testimonial-carousel {
  width: 100%;
}
.element-preview .rspbld-carousel.testimonial-carousel.light {
  background-color: #f2f2f2;
}
.element-preview .rspbld-carousel.testimonial-carousel.lighter {
  background-color: #e0e0e0;
}
.element-preview .rspbld-carousel.simple-slider .carousel-indicators li {
  margin: 0 2px;
  height: 10px;
  width: 10px;
}
.element-preview .rspbld-carousel.simple-slider .carousel-indicators.left-bottom {
  left: 2.5%;
  bottom: 4%;
}
.element-preview .rspbld-carousel.simple-slider .carousel-indicators.right-bottom {
  right: 2.5%;
  bottom: 4%;
}
.element-preview .rspbld-carousel.simple-slider .carousel-indicators.center-bottom {
  bottom: 4%;
}
.element-preview .rspbld-carousel.simple-slider .carousel-indicators.left-top {
  left: 2.5%;
  top: 4%;
}
.element-preview .rspbld-carousel.simple-slider .carousel-indicators.right-top {
  right: 2.5%;
  top: 4%;
}
.element-preview .rspbld-carousel.simple-slider .carousel-indicators.center-top {
  top: 4%;
}
@media (max-width: 980px) {
  .element-preview .rspbld-carousel.simple-slider .carousel-indicators {
    display: none;
  }
}
.element-preview .rspbld-carousel.simple-slider .item .rspbld-image {
  max-width: 100%;
}
.element-preview .rspbld-carousel.simple-slider .item .rspbld-image:before {
  background-image: url(../../../templates/rsvario/images/sqr.png);
}
.element-preview .rspbld-carousel.simple-slider .item .rspbld-item-content-container {
  padding: 13px;
}
.element-preview .rspbld-carousel.simple-slider .item .rspbld-item-content-container h1 {
  font-size: 26px;
}
.element-preview .rspbld-carousel.simple-slider .item .rspbld-item-content-container h2 {
  font-size: 15px;
}
.element-preview .rspbld-carousel.simple-slider .item .rspbld-item-content-container h3 {
  font-size: 13px;
}
.element-preview .rspbld-carousel.simple-slider .item .rspbld-item-content-container h4 {
  font-size: 11px;
}
.element-preview .rspbld-carousel.simple-slider .item .rspbld-item-content-container h5 {
  font-size: 9px;
}
.element-preview .rspbld-carousel.simple-slider .item .rspbld-item-content-container h6 {
  font-size: 8px;
}
.element-preview .rspbld-carousel.simple-slider .item .rspbld-item-content-container .rspbld-item-content {
  font-size: 7px;
  margin-top: 5px;
}
.element-preview .rspbld-carousel.simple-slider .item .rspbld-item-content-container .btn {
  margin-top: 10px;
}
@media (max-width: 767px) {
  .element-preview .rspbld-carousel.simple-slider .item .rspbld-item-content-container {
    display: none;
  }
}
.element-preview .rspbld-carousel.simple-slider .carousel-control {
  height: 63px;
  width: 63px;
}
.element-preview .rspbld-carousel.simple-slider .carousel-control i {
  font-size: 20px;
  height: 63px;
  width: 63px;
  line-height: 63px;
}
@media (max-width: 1199px) {
  .element-preview .rspbld-carousel.simple-slider .carousel-control {
    width: 50px;
    height: 50px;
  }
  .element-preview .rspbld-carousel.simple-slider .carousel-control i {
    font-size: 15px;
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
}
@media (max-width: 767px) {
  .element-preview .rspbld-carousel.simple-slider .carousel-control {
    display: none;
  }
}
.element-preview .rspbld-carousel.form-slider .carousel-indicators li {
  margin: 0 2px;
  height: 10px;
  width: 10px;
}
.element-preview .rspbld-carousel.form-slider .carousel-indicators.left-bottom {
  left: 2.5%;
  bottom: 4%;
}
.element-preview .rspbld-carousel.form-slider .carousel-indicators.right-bottom {
  right: 2.5%;
  bottom: 4%;
}
.element-preview .rspbld-carousel.form-slider .carousel-indicators.center-bottom {
  bottom: 4%;
}
.element-preview .rspbld-carousel.form-slider .carousel-indicators.left-top {
  left: 2.5%;
  top: 4%;
}
.element-preview .rspbld-carousel.form-slider .carousel-indicators.right-top {
  right: 2.5%;
  top: 4%;
}
.element-preview .rspbld-carousel.form-slider .carousel-indicators.center-top {
  top: 4%;
}
@media (max-width: 980px) {
  .element-preview .rspbld-carousel.form-slider .carousel-indicators {
    display: none;
  }
}
.element-preview .rspbld-carousel.form-slider .item .rspbld-image {
  max-width: 100%;
}
.element-preview .rspbld-carousel.form-slider .item .rspbld-image:before {
  background-image: url(../../../templates/rsvario/images/sqr.png);
}
.element-preview .rspbld-carousel.form-slider .item .rspbld-item-content-container h1 {
  font-size: 21px;
  margin-bottom: 13px;
}
.element-preview .rspbld-carousel.form-slider .item .rspbld-item-content-container h2 {
  font-size: 12px;
  margin-bottom: 13px;
}
.element-preview .rspbld-carousel.form-slider .item .rspbld-item-content-container h3 {
  font-size: 11px;
  margin-bottom: 13px;
}
.element-preview .rspbld-carousel.form-slider .item .rspbld-item-content-container h4 {
  font-size: 9px;
  margin-bottom: 13px;
}
.element-preview .rspbld-carousel.form-slider .item .rspbld-item-content-container h5 {
  font-size: 7px;
  margin-bottom: 13px;
}
.element-preview .rspbld-carousel.form-slider .item .rspbld-item-content-container h6 {
  font-size: 6px;
  margin-bottom: 13px;
}
.element-preview .rspbld-carousel.form-slider .item .rspbld-item-content-container .rspbld-item-content {
  font-size: 7px;
  margin-top: 5px;
}
.element-preview .rspbld-carousel.form-slider .item .rspbld-item-content-container .btn {
  margin-top: 10px;
}
@media (max-width: 767px) {
  .element-preview .rspbld-carousel.form-slider .item .rspbld-item-content-container {
    display: none;
  }
}
@media (max-width: 1200px) {
  .element-preview .rspbld-carousel.form-slider .item .rspbld-item-content-container {
    left: 12%;
    width: 30%;
  }
}
@media (max-width: 1199px) {
  .element-preview .rspbld-carousel.form-slider .item .rspbld-item-content-container {
    left: 14%;
    width: 35%;
  }
}
@media (max-width: 767px) {
  .element-preview .rspbld-carousel.form-slider .item .rspbld-image:after {
    background: none;
  }
}
.element-preview .rspbld-carousel.form-slider .carousel-control {
  height: 63px;
  width: 63px;
}
.element-preview .rspbld-carousel.form-slider .carousel-control i {
  font-size: 20px;
  height: 63px;
  width: 63px;
  line-height: 63px;
}
@media (max-width: 1199px) {
  .element-preview .rspbld-carousel.form-slider .carousel-control {
    width: 50px;
    height: 50px;
  }
  .element-preview .rspbld-carousel.form-slider .carousel-control i {
    font-size: 15px;
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
}
@media (max-width: 767px) {
  .element-preview .rspbld-carousel.form-slider .carousel-control {
    display: none;
  }
}
/* Google map
------------------------------------------------------------------------------*/
.rspbld-google-map .rspbld-infowindow .rspbld-title,
.rspbld-google-map .rspbld-infowindow .rspbld-content {
  margin-bottom: 0;
}
/* Horizontal Icon Box
------------------------------------------------------------------------------*/
.rspbld-horizontal-icon-box .rspbld-icon {
  background-color: transparent;
  color: inherit;
  font-size: 60px;
  padding: 0;
}
.rspbld-horizontal-icon-box .rspbld-icon.pull-left {
  margin: 0 30px 0 0;
}
.rspbld-horizontal-icon-box .rspbld-icon.pull-right {
  margin: 0 0 0 30px;
}
.rspbld-horizontal-icon-box .rspbld-title {
  line-height: 1;
  margin: 0 0 10px 0;
  text-transform: none;
}
.rspbld-horizontal-icon-box .rspbld-content {
  margin: 0;
}
.rspbld-horizontal-icon-box .rspbld-button.btn.pull-left {
  margin: 0 40px 0 0;
}
.rspbld-horizontal-icon-box .rspbld-button.btn.pull-right {
  margin: 0 0 0 40px;
}
.rspbld-horizontal-icon-box.light {
  padding-top: 50px;
  padding-bottom: 50px;
}
.rspbld-horizontal-icon-box.light .rspbld-title,
.rspbld-horizontal-icon-box.light .rspbld-subtitle,
.rspbld-horizontal-icon-box.light .rspbld-icon {
  color: #fff;
}
.rspbld-horizontal-icon-box.light .rspbld-content {
  color: #9f9f9f;
}
.rspbld-horizontal-icon-box.light .rspbld-button.btn {
  -webkit-box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.3);
}
.rspbld-horizontal-icon-box.light .rspbld-button.btn:hover,
.rspbld-horizontal-icon-box.light .rspbld-button.btn:focus {
  -webkit-box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.3);
}
.rspbld-horizontal-icon-box.lighter {
  padding-top: 50px;
  padding-bottom: 50px;
}
.rspbld-horizontal-icon-box.lighter .rspbld-title,
.rspbld-horizontal-icon-box.lighter .rspbld-subtitle,
.rspbld-horizontal-icon-box.lighter .rspbld-icon {
  color: #fff;
}
.rspbld-horizontal-icon-box.lighter .rspbld-content {
  color: #c5c5c5;
}
.rspbld-horizontal-icon-box.lighter .rspbld-button.btn {
  -webkit-box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.2);
}
.rspbld-horizontal-icon-box.lighter .rspbld-button.btn:hover,
.rspbld-horizontal-icon-box.lighter .rspbld-button.btn:focus {
  -webkit-box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.2);
}
.rspbld-horizontal-icon-box.dark {
  padding-top: 50px;
  padding-bottom: 50px;
}
.rspbld-horizontal-icon-box.dark .rspbld-title,
.rspbld-horizontal-icon-box.dark .rspbld-subtitle,
.rspbld-horizontal-icon-box.dark .rspbld-icon {
  color: #000;
}
.rspbld-horizontal-icon-box.dark .rspbld-content {
  color: #393939;
}
.rspbld-horizontal-icon-box.dark .rspbld-button.btn {
  -webkit-box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.4);
  -ms-box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.4);
  -o-box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.4);
}
.rspbld-horizontal-icon-box.dark .rspbld-button.btn:hover,
.rspbld-horizontal-icon-box.dark .rspbld-button.btn:focus {
  -webkit-box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.4);
  -ms-box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.4);
  -o-box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.4);
}
.rspbld-horizontal-icon-box.darker {
  padding-top: 50px;
  padding-bottom: 50px;
}
.rspbld-horizontal-icon-box.darker .rspbld-title,
.rspbld-horizontal-icon-box.darker .rspbld-subtitle,
.rspbld-horizontal-icon-box.darker .rspbld-icon {
  color: #000;
}
.rspbld-horizontal-icon-box.darker .rspbld-content {
  color: #131313;
}
.rspbld-horizontal-icon-box.darker .rspbld-button.btn {
  -webkit-box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.5);
  -ms-box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.5);
  -o-box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.5);
}
.rspbld-horizontal-icon-box.darker .rspbld-button.btn:hover,
.rspbld-horizontal-icon-box.darker .rspbld-button.btn:focus {
  -webkit-box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.5);
  -ms-box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.5);
  -o-box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.5);
}
.rspbld-horizontal-icon-box.featured {
  margin: 0 0 20px 0;
}
.rspbld-horizontal-icon-box.featured .rspbld-icon {
  background-color: #f33a3a;
  color: #fff;
  font-size: 30px;
  overflow: hidden;
  padding: 0;
  position: relative;
  z-index: 1;
}
.rspbld-horizontal-icon-box.featured .rspbld-icon i {
  padding: 30px 20px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.25) inset;
  -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.25) inset;
  -ms-box-shadow: 0 0 20px rgba(0, 0, 0, 0.25) inset;
  -o-box-shadow: 0 0 20px rgba(0, 0, 0, 0.25) inset;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.25) inset;
}
.rspbld-horizontal-icon-box.featured .rspbld-icon:before {
  content: '';
  border-bottom: 20px solid transparent;
  border-right: 74px solid #ffffff;
  border-top: 0px solid transparent;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.rspbld-horizontal-icon-box.featured .rspbld-icon:after {
  content: '';
  border-bottom: 0px solid transparent;
  border-left: 74px solid #ffffff;
  border-top: 20px solid transparent;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
}
.rspbld-horizontal-icon-box.featured .rspbld-icon span.background {
  background-color: #919c5d;
  position: absolute;
  top: 0;
  left: 0;
  height: 90px;
  width: 74px;
  max-height: 0;
  z-index: -1;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.rspbld-horizontal-icon-box.featured .rspbld-content-container {
  overflow: visible;
}
.rspbld-horizontal-icon-box.featured .rspbld-content-container .rspbld-title {
  line-height: 1.4;
  padding: 35px 0;
  margin: 0;
}
.rspbld-horizontal-icon-box.featured .rspbld-content-container .rspbld-title {
  color: #464646;
}
.rspbld-horizontal-icon-box.featured .rspbld-button.btn {
  margin: 30px 0 0 0;
}
@media (min-width: 768px) {
  .rspbld-horizontal-icon-box.featured:last-of-type {
    margin: 0;
  }
}
.rspbld-horizontal-icon-box.featured:hover .rspbld-icon span.background {
  max-height: 100%;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
@media (max-width: 767px) {
  .rspbld-horizontal-icon-box.featured {
    margin: 0 0 35px 0;
  }
  .rspbld-horizontal-icon-box.featured:last-of-type {
    margin: 0;
  }
}
.element-preview .rspbld-horizontal-icon-box.light {
  background-color: #e6e6e6;
}
.element-preview .rspbld-horizontal-icon-box.lighter {
  background-color: #ebebeb;
}
/* Horizontal Image Box
------------------------------------------------------------------------------*/
.rspbld-horizontal-image-box .rspbld-image.pull-left {
  margin: 0 30px 0 0;
}
.rspbld-horizontal-image-box .rspbld-image.pull-right {
  margin: 0 0 0 30px;
}
@media (max-width: 979px) {
  .rspbld-horizontal-image-box .rspbld-image {
    max-width: 280px;
  }
}
.rspbld-horizontal-image-box h2.rspbld-title {
  font-size: 42px;
}
.rspbld-horizontal-image-box h3.rspbld-title {
  font-size: 24px;
}
.rspbld-horizontal-image-box h4.rspbld-title {
  font-size: 21px;
}
.rspbld-horizontal-image-box h5.rspbld-title {
  font-size: 17px;
}
.rspbld-horizontal-image-box h6.rspbld-title {
  font-size: 14px;
}
.rspbld-horizontal-image-box .rspbld-title {
  font-weight: 300;
  line-height: 1;
  margin: 0 0 20px 0;
  text-transform: none;
}
.rspbld-horizontal-image-box .rspbld-content {
  margin: 0 0 20px 0;
}
.rspbld-horizontal-image-box.light {
  padding-top: 50px;
  padding-bottom: 50px;
}
.rspbld-horizontal-image-box.light .rspbld-title,
.rspbld-horizontal-image-box.light .rspbld-subtitle {
  color: #fff;
}
.rspbld-horizontal-image-box.light .rspbld-content {
  color: #9f9f9f;
}
.rspbld-horizontal-image-box.light .rspbld-button.btn {
  -webkit-box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.3);
}
.rspbld-horizontal-image-box.light .rspbld-button.btn:hover,
.rspbld-horizontal-image-box.light .rspbld-button.btn:focus {
  -webkit-box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.3);
}
.rspbld-horizontal-image-box.lighter {
  padding-top: 50px;
  padding-bottom: 50px;
}
.rspbld-horizontal-image-box.lighter .rspbld-title,
.rspbld-horizontal-image-box.lighter .rspbld-subtitle {
  color: #fff;
}
.rspbld-horizontal-image-box.lighter .rspbld-content {
  color: #c5c5c5;
}
.rspbld-horizontal-image-box.lighter .rspbld-button.btn {
  -webkit-box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.2);
}
.rspbld-horizontal-image-box.lighter .rspbld-button.btn:hover,
.rspbld-horizontal-image-box.lighter .rspbld-button.btn:focus {
  -webkit-box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.2);
}
.rspbld-horizontal-image-box.dark {
  padding-top: 50px;
  padding-bottom: 50px;
}
.rspbld-horizontal-image-box.dark .rspbld-title,
.rspbld-horizontal-image-box.dark .rspbld-subtitle {
  color: #000;
}
.rspbld-horizontal-image-box.dark .rspbld-content {
  color: #393939;
}
.rspbld-horizontal-image-box.dark .rspbld-button.btn {
  -webkit-box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.4);
  -ms-box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.4);
  -o-box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.4);
}
.rspbld-horizontal-image-box.dark .rspbld-button.btn:hover,
.rspbld-horizontal-image-box.dark .rspbld-button.btn:focus {
  -webkit-box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.4);
  -ms-box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.4);
  -o-box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.4);
}
.rspbld-horizontal-image-box.darker {
  padding-top: 50px;
  padding-bottom: 50px;
}
.rspbld-horizontal-image-box.darker .rspbld-title,
.rspbld-horizontal-image-box.darker .rspbld-subtitle {
  color: #000;
}
.rspbld-horizontal-image-box.darker .rspbld-content {
  color: #131313;
}
.rspbld-horizontal-image-box.darker .rspbld-button.btn {
  -webkit-box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.5);
  -ms-box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.5);
  -o-box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.5);
}
.rspbld-horizontal-image-box.darker .rspbld-button.btn:hover,
.rspbld-horizontal-image-box.darker .rspbld-button.btn:focus {
  -webkit-box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.5);
  -ms-box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.5);
  -o-box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.5);
}
.rspbld-horizontal-image-box.featured .rspbld-image {
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -o-transform: translateY(100px);
  -ms-transform: translateY(100px);
  transform: translateY(100px);
}
.rspbld-horizontal-image-box.featured .rspbld-content-container {
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -o-transform: translateY(100px);
  -ms-transform: translateY(100px);
  transform: translateY(100px);
}
.rspbld-horizontal-image-box.featured .rspbld-content-container .rspbld-content {
  line-height: 2;
  margin: 0 0 30px 0;
}
@media (max-width: 979px) {
  .rspbld-horizontal-image-box.featured .rspbld-image {
    max-width: 400px;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  .rspbld-horizontal-image-box.featured .rspbld-content-container {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@media (max-width: 767px) {
  .rspbld-horizontal-image-box.featured .rspbld-image {
    margin: 0 0 30px 0;
  }
}
.rspbld-horizontal-image-box.thumbnail-box {
  margin: 0 0 20px 0;
}
.rspbld-horizontal-image-box.thumbnail-box .rspbld-image {
  border: none;
  margin: 0 15px 0 0;
  padding: 0;
  height: 80px;
  width: 80px;
}
.rspbld-horizontal-image-box.thumbnail-box h2.rspbld-title {
  font-size: 24px;
}
.rspbld-horizontal-image-box.thumbnail-box h3.rspbld-title {
  font-size: 21px;
}
.rspbld-horizontal-image-box.thumbnail-box h4.rspbld-title {
  font-size: 17px;
}
.rspbld-horizontal-image-box.thumbnail-box h5.rspbld-title {
  font-size: 14px;
}
.rspbld-horizontal-image-box.thumbnail-box h6.rspbld-title {
  font-size: 12px;
}
.rspbld-horizontal-image-box.thumbnail-box .rspbld-title {
  color: #919c5d;
  font-weight: 400;
  margin: 0 0 5px 0;
}
.rspbld-horizontal-image-box.thumbnail-box .rspbld-content {
  margin: 0;
}
@media (max-width: 767px) {
  .rspbld-horizontal-image-box.thumbnail-box {
    margin: 0 0 35px 0;
  }
  .rspbld-horizontal-image-box.thumbnail-box:last-of-type {
    margin: 0;
  }
}
.rspbld-horizontal-image-box:hover .rspbld-image img {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  -webkit-animation: image-flash 1s;
  -moz-animation: image-flash 1s;
  animation: image-flash 1s;
}
@media (max-width: 767px) {
  .rspbld-horizontal-image-box.container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .rspbld-horizontal-image-box:not(.thumbnail-box) .rspbld-image {
    float: none;
    margin: 0 0 20px 0;
    max-width: 100%;
    width: 100%;
  }
}
.element-preview .rspbld-horizontal-image-box .rspbld-image {
  max-width: 50%;
}
.element-preview .rspbld-horizontal-image-box.light {
  background-color: #e6e6e6;
}
.element-preview .rspbld-horizontal-image-box.lighter {
  background-color: #ebebeb;
}
.element-preview .rspbld-horizontal-image-box.featured .rspbld-image,
.element-preview .rspbld-horizontal-image-box.featured .rspbld-content-container {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
@keyframes image-flash {
  15% {
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    -webkit-opacity: 0.5;
    opacity: 0.5;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
    filter: alpha(opacity=50);
  }
  100% {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    filter: alpha(opacity=100);
  }
}
/* Image
------------------------------------------------------------------------------*/
.rspbld-image.rspbld-gallery {
  border: none;
  padding: 0px;
}
.rspbld-image .rspbld-magnific-popup:after {
  color: #f33a3a;
}
.rspbld-image .rspbld-image-caption {
  background-color: #919c5d;
  color: #ffffff;
  padding: 5px;
}
.mfp-wrap.mfp-gallery button {
  background-color: transparent;
  background-image: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
/* List
------------------------------------------------------------------------------*/
.rspbld-list .rspbld-content {
  margin: 0 0 10px 0;
}
/* Personal Box
------------------------------------------------------------------------------*/
.rspbld-personal-box {
  position : relative;
}
.rspbld-personal-box .rspbld-image {
  border: none;
  border-radius: 50%;
  overflow: hidden;
  padding: 0;
  position: absolute;
  left: 50%;
  height: 200px;
  width: 200px;
  z-index: 2;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.rspbld-personal-box .rspbld-image img {
  border-radius: 50%;
  height: 200px;
  width: 200px;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.rspbld-personal-box .rspbld-image:before {
  border-radius: 50%;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.5) inset;
  -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.5) inset;
  -ms-box-shadow: 0 0 15px rgba(0, 0, 0, 0.5) inset;
  -o-box-shadow: 0 0 15px rgba(0, 0, 0, 0.5) inset;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.5) inset;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 3;
}
.rspbld-personal-box .rspbld-image:after {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 4;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.rspbld-personal-box .rspbld-container {
  background-color: #f9f9f9;
  border: 1px solid #e1e1e1;
  margin: 100px 0 0 0;
  padding: 130px 30px 30px 30px;
  z-index: 1;
}
.rspbld-personal-box .rspbld-content {
  margin: 0 0 30px 0;
}
.rspbld-personal-box .rspbld-title {
  color: #393939;
  line-height: 1;
  margin: 0 0 10px 0;
  text-transform: none;
}
.rspbld-personal-box .rspbld-subtitle {
  color: #9f9f9f;
  font-weight: 400;
  line-height: 1;
  margin: 0 0 30px 0;
  text-transform: none;
}
.rspbld-personal-box .rspbld-social-icons li {
  margin: 0 5px 0 0;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.rspbld-personal-box .rspbld-social-icons li:hover i {
  background-color: #f33a3a;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.rspbld-personal-box .rspbld-social-icons li:last-of-type {
  margin: 0;
}
.rspbld-personal-box .rspbld-social-icons li i {
  background-color: #d9d9d9;
  border-radius: 50%;
  color: #fff;
  font-size: 16px;
  padding: 8px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.rspbld-personal-box:hover .rspbld-image:after {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.rspbld-personal-box:hover .rspbld-image img {
  -webkit-transform: scale(1.1) rotate(-10deg);
  -moz-transform: scale(1.1) rotate(-10deg);
  -o-transform: scale(1.1) rotate(-10deg);
  -ms-transform: scale(1.1) rotate(-10deg);
  transform: scale(1.1) rotate(-10deg);
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.element-preview .rspbld-personal-box {
  margin-left: auto;
  margin-right: auto;
  width: 60%;
}
/* Price Box
------------------------------------------------------------------------------*/
.rspbld-price-box {
  margin: 55px 0 0 0;
  position: relative;
}
.rspbld-price-box .rspbld-icon {
  background-color: #f33a3a;
  color: #fff;
  font-size: 30px;
  padding: 0;
  position: absolute;
  top: 0;
  left: 50%;
  overflow: hidden;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.rspbld-price-box .rspbld-icon i {
  padding: 30px 20px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.25) inset;
  -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.25) inset;
  -ms-box-shadow: 0 0 20px rgba(0, 0, 0, 0.25) inset;
  -o-box-shadow: 0 0 20px rgba(0, 0, 0, 0.25) inset;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.25) inset;
}
.rspbld-price-box .rspbld-icon:before {
  content: '';
  border-bottom: 20px solid transparent;
  border-right: 74px solid #ffffff;
  border-top: 0px solid transparent;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.rspbld-price-box .rspbld-icon:after {
  content: '';
  border-bottom: 0px solid transparent;
  border-left: 74px solid #ffffff;
  border-top: 20px solid transparent;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
}
.rspbld-price-box .rspbld-icon span.background {
  background-color: #919c5d;
  position: absolute;
  top: 0;
  left: 0;
  height: 90px;
  width: 74px;
  max-height: 0;
  z-index: -1;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.rspbld-price-box h2.rspbld-title {
  font-size: 42px;
}
.rspbld-price-box h3.rspbld-title {
  font-size: 24px;
}
.rspbld-price-box h4.rspbld-title {
  font-size: 21px;
}
.rspbld-price-box h5.rspbld-title {
  font-size: 17px;
}
.rspbld-price-box h6.rspbld-title {
  font-size: 14px;
}
@media (min-width: 768px) and (max-width: 979px) {
  .rspbld-price-box h2.rspbld-title {
    font-size: 24px;
  }
  .rspbld-price-box h3.rspbld-title {
    font-size: 21px;
  }
  .rspbld-price-box h4.rspbld-title {
    font-size: 17px;
  }
  .rspbld-price-box h5.rspbld-title {
    font-size: 14px;
  }
  .rspbld-price-box h6.rspbld-title {
    font-size: 12px;
  }
}
.rspbld-price-box .rspbld-title {
  font-weight: 300;
  line-height: 1;
  margin: 20px 0 0 0;
  text-transform: none;
}
.rspbld-price-box .rspbld-price {
  color: #f33a3a;
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
  margin: 20px 0 0 0;
}
@media (max-width: 979px) {
  .rspbld-price-box .rspbld-price {
    font-size: 26px;
  }
}
.rspbld-price-box .rspbld-content {
  margin: 20px 0 0 0;
}
.rspbld-price-box .table {
  margin: 0;
}
.rspbld-price-box .table td,
.rspbld-price-box .table th {
  border-color: #e1e1e1;
  padding: 20px;
}
.rspbld-price-box .table tr:first-of-type > td {
  padding: 45px 20px 20px 20px;
}
.rspbld-price-box .table tr:nth-child(2n+3) > td {
  background-color: #f2f2f2;
}
.rspbld-price-box:hover .rspbld-icon span.background {
  max-height: 100%;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.rspbld-price-box.highlight .rspbld-icon {
  background-color: #919c5d;
  font-size: 50px;
}
.rspbld-price-box.highlight .rspbld-icon:before {
  border-right-width: 94px;
}
.rspbld-price-box.highlight .rspbld-icon:after {
  border-left-width: 94px;
}
.rspbld-price-box.highlight .rspbld-icon span.background {
  background-color: #f33a3a;
  height: 110px;
  width: 94px;
}
.element-preview .rspbld-price-box {
  margin-left: auto;
  margin-right: auto;
  width: 60%;
}
/* Progress Bars
------------------------------------------------------------------------------*/
.rspbld-progress-bars .progress {
  border-radius: 0;
}
.rspbld-progress-bars .progress .bar {
  background-color: #f33a3a;
}
/* 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: #f33a3a;
}
.rspbld-progress-circles .progress-circle .item-wrapper span {
  background-color: #ffffff;
  color: #929292;
  font-weight: 700;
  font-size: 28px;
}
.rspbld-progress-circles .progress-circle .rspbld-item-title {
  color: #525252;
  font-size: 18px;
  font-weight: 600;
  margin: 20px 0 0 0;
  text-transform: uppercase;
}
@media (max-width: 979px) {
  .rspbld-progress-circles .progress-circle {
    display: block;
    margin: 0 0 30px 0;
  }
  .rspbld-progress-circles .progress-circle .item-wrapper {
    margin: 0 auto;
  }
}
/* Tab
------------------------------------------------------------------------------*/
.rspbld-tab .nav-tabs {
  border-color: #e1e1e1;
}
.rspbld-tab .nav-tabs > li > a {
  background-color: #ffffff;
  border-color: #e1e1e1;
  border-radius: 0;
  color: #f33a3a;
  font-size: 12px;
  font-weight: 700;
  margin-right: 6px;
  text-transform: uppercase;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.rspbld-tab .nav-tabs > li > a:hover,
.rspbld-tab .nav-tabs > li > a:focus {
  background-color: #f2f2f2;
  border-color: #e1e1e1;
  color: #919c5d;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.rspbld-tab .nav-tabs > .active > a,
.rspbld-tab .nav-tabs > .active > a:hover,
.rspbld-tab .nav-tabs > .active > a:focus {
  background-color: #ffffff;
  border-color: #e1e1e1 #e1e1e1 transparent;
  color: #919c5d;
}
.rspbld-tab .tab-content {
  background-color: #ffffff;
  border-color: #e1e1e1;
  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:last-of-type {
  margin-bottom: 0;
}
.rspbld-tab .tab-content img {
  margin: 0 15px 0 0;
}
/* Testimonial Box
------------------------------------------------------------------------------*/
.rspbld-testimonial-box {
  border: 1px solid #e1e1e1;
  padding: 20px;
}
.rspbld-testimonial-box .rspbld-avatar {
  border-radius: 50%;
  border: 5px solid #f33a3a;
  display: inline-block;
  height: 100px;
  width: 100px;
  margin: 0 0 30px 0;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.rspbld-testimonial-box .rspbld-avatar img {
  border-radius: 50%;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.rspbld-testimonial-box .rspbld-avatar:after {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  content: '';
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.rspbld-testimonial-box .rspbld-details {
  color: #f33a3a;
  line-height: 1;
  margin: 0 0 30px 0;
}
.rspbld-testimonial-box .rspbld-content {
  font-style: italic;
  margin: 0;
}
.rspbld-testimonial-box .rspbld-content i {
  color: #919c5d;
}
.rspbld-testimonial-box:hover .rspbld-avatar {
  border-width: 0px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.rspbld-testimonial-box:hover .rspbld-avatar img {
  border-radius: 50%;
  -webkit-transform: rotate(-10deg);
  -moz-transform: rotate(-10deg);
  -o-transform: rotate(-10deg);
  -ms-transform: rotate(-10deg);
  transform: rotate(-10deg);
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.rspbld-testimonial-box:hover .rspbld-avatar:after {
  background-color: rgba(255, 255, 255, 0.5);
  content: '';
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.element-preview .rspbld-testimonial-box {
  margin: 0 auto;
  width: 60%;
}
/* Text Block
------------------------------------------------------------------------------*/
.rspbld-text-block .rspbld-content {
  margin: 0;
}
.rspbld-text-block .rspbld-button {
  margin-top: 30px;
}
/* Vertical Icon Box
------------------------------------------------------------------------------*/
.rspbld-vertical-icon-box .rspbld-icon {
  background-color: transparent;
  color: #f33a3a;
  display: inline-block;
  font-size: 72px;
  line-height: 1.1em;
  padding: 15px;
  position: relative;
  text-align: center;
  vertical-align: middle;
  z-index: 1;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.rspbld-vertical-icon-box .rspbld-icon:before {
  background-color: #f33a3a;
  border-radius: 50%;
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  height: 100%;
  width: 100%;
  max-height: 0;
  max-width: 0;
  z-index: -1;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.rspbld-vertical-icon-box .rspbld-icon i {
  height: 1.1em;
  width: 1.1em;
}
.rspbld-vertical-icon-box .rspbld-title {
  color: #464646;
  margin: 0 0 20px 0;
  text-transform: none;
}
.rspbld-vertical-icon-box .rspbld-content {
  margin: 0 0 20px 0;
}
.rspbld-vertical-icon-box:hover {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.rspbld-vertical-icon-box:hover .rspbld-icon {
  color: #fff;
}
.rspbld-vertical-icon-box:hover .rspbld-icon:before {
  max-height: 100%;
  max-width: 100%;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.element-preview .rspbld-vertical-icon-box {
  margin: 0 auto;
  width: 60%;
}
/* Vertical Image Box
------------------------------------------------------------------------------*/
.rspbld-vertical-image-box .rspbld-image {
  border: none;
  margin: 0 0 20px 0;
  padding: 0;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.rspbld-vertical-image-box .rspbld-image:before {
  background-color: #ffffff;
  content: '';
  position: absolute;
  top: -50%;
  left: -2%;
  height: 50%;
  width: 104%;
  z-index: 2;
  -webkit-transform: rotate(6deg) skew(6deg);
  -moz-transform: rotate(6deg) skew(6deg);
  -o-transform: rotate(6deg) skew(6deg);
  -ms-transform: rotate(6deg) skew(6deg);
  transform: rotate(6deg) skew(6deg);
  -webkit-transform-origin: left top 0;
  -moz-transform-origin: left top 0;
  -o-transform-origin: left top 0;
  -ms-transform-origin: left top 0;
  transform-origin: left top 0;
}
.rspbld-vertical-image-box .rspbld-image:after {
  background-color: #ffffff;
  content: '';
  position: absolute;
  bottom: -50%;
  left: -2%;
  height: 50%;
  width: 104%;
  z-index: 2;
  -webkit-transform: rotate(6deg) skew(6deg);
  -moz-transform: rotate(6deg) skew(6deg);
  -o-transform: rotate(6deg) skew(6deg);
  -ms-transform: rotate(6deg) skew(6deg);
  transform: rotate(6deg) skew(6deg);
  -webkit-transform-origin: right bottom 0;
  -moz-transform-origin: right bottom 0;
  -o-transform-origin: right bottom 0;
  -ms-transform-origin: right bottom 0;
  transform-origin: right bottom 0;
}
.rspbld-vertical-image-box .rspbld-image .rspbld-image-overlay {
  overflow: hidden;
  position: relative;
}
.rspbld-vertical-image-box .rspbld-image .rspbld-image-overlay img {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.rspbld-vertical-image-box .rspbld-image .rspbld-image-overlay:before {
  background-color: rgba(255, 255, 255, 0.5);
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
  -webkit-transform: scaleY(0.2) skewY(28deg) translateY(-275%);
  -moz-transform: scaleY(0.2) skewY(28deg) translateY(-275%);
  -o-transform: scaleY(0.2) skewY(28deg) translateY(-275%);
  -ms-transform: scaleY(0.2) skewY(28deg) translateY(-275%);
  transform: scaleY(0.2) skewY(28deg) translateY(-275%);
}
.rspbld-vertical-image-box .rspbld-title {
  color: #464646;
  margin: 0 0 20px 0;
  text-transform: none;
}
.rspbld-vertical-image-box .rspbld-content {
  margin: 0 0 20px 0;
}
.rspbld-vertical-image-box:hover .rspbld-image .rspbld-image-overlay > img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.rspbld-vertical-image-box:hover .rspbld-image .rspbld-image-overlay:before {
  -webkit-transform: scaleY(0.8) skewY(8deg) translateY(130%);
  -moz-transform: scaleY(0.8) skewY(8deg) translateY(130%);
  -o-transform: scaleY(0.8) skewY(8deg) translateY(130%);
  -ms-transform: scaleY(0.8) skewY(8deg) translateY(130%);
  transform: scaleY(0.8) skewY(8deg) translateY(130%);
}
.rspbld-module .controls button[data-state="play"] {
  background-image: none;
}
.element-preview .rspbld-vertical-image-box {
  margin: 0 auto;
  width: 60%;
}
/* Video
------------------------------------------------------------------------------*/
.rspbld-video .rspbld-video-player .video-title:before {
  background-color: #919c5d;
}
.rspbld-video .rspbld-video-player .video-controls .seek-container .seek-bar .seek-fill {
  background-color: #f33a3a;
}
.rspbld-video .rspbld-video-player .video-controls .volume-container .volume-bar .volume-fill {
  background-color: #f33a3a;
}
/* YouTube Background Video Box
------------------------------------------------------------------------------*/
.rspbld-youtube-background-box {
  padding: 15px;
}
.rspbld-youtube-background-box .rspbld-content {
  margin: 0;
}
.rspbld-youtube-background-box.light .rspbld-title,
.rspbld-youtube-background-box.light .rspbld-subtitle {
  color: #fff;
}
.rspbld-youtube-background-box.light .rspbld-content {
  color: #9f9f9f;
}
.rspbld-youtube-background-box.light .rspbld-title,
.rspbld-youtube-background-box.light .rspbld-subtitle {
  color: #fff;
}
.rspbld-youtube-background-box.light .rspbld-content {
  color: #9f9f9f;
}
.rspbld-youtube-background-box.lighter .rspbld-title,
.rspbld-youtube-background-box.lighter .rspbld-subtitle {
  color: #fff;
}
.rspbld-youtube-background-box.lighter .rspbld-content {
  color: #c5c5c5;
}
.rspbld-youtube-background-box.dark .rspbld-title,
.rspbld-youtube-background-box.dark .rspbld-subtitle {
  color: #000;
}
.rspbld-youtube-background-box.dark .rspbld-content {
  color: #393939;
}
.rspbld-youtube-background-box.darker .rspbld-title,
.rspbld-youtube-background-box.darker .rspbld-subtitle {
  color: #000;
}
.rspbld-youtube-background-box.darker .rspbld-content {
  color: #131313;
}
.rspbld-youtube-background-box .mb_YTPBar .mb_YTPPlaypause {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.rspbld-youtube-background-box .mb_YTPBar .mb_YTPPlaypause:hover {
  color: #919c5d;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.rspbld-youtube-background-box .mb_YTPBar .mb_YTPMuteUnmute {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.rspbld-youtube-background-box .mb_YTPBar .mb_YTPMuteUnmute:hover {
  color: #919c5d;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.rspbld-youtube-background-box .mb_YTPBar .simpleSlider {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.rspbld-youtube-background-box .mb_YTPBar .simpleSlider:hover .level {
  background-color: #919c5d;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.rspbld-youtube-background-box .mb_YTPBar .mb_YTPUrl {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.rspbld-youtube-background-box .mb_YTPBar .mb_YTPUrl:hover {
  color: #919c5d;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.rspbld-youtube-background-box .mb_YTPBar .mb_OnlyYT {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.rspbld-youtube-background-box .mb_YTPBar .mb_OnlyYT:hover {
  color: #919c5d;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.rspbld-youtube-background-box .mb_YTPBar .mb_YTPseekbar {
  background-color: #f33a3a;
}
.element-preview .rspbld-youtube-background-box .rspbld-title {
  margin: 0 0 10px 0;
}
/* RSTickets!Pro
------------------------------------------------------------------------------*/
#rstpl-com_rsticketspro .well.small {
  background-color: #f33a3a;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  border: none;
  color: #ffffff;
  border-radius: 0px;
}
#rstpl-com_rsticketspro .well.small a {
  color: #919c5d;
}
#rstpl-com_rsticketspro .well.small p {
  margin: 5px 0;
}
#rstpl-com_rsticketspro .rst_center_block.well {
  padding: 30px;
  background-color: #f33a3a;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  border: none;
}
#rstpl-com_rsticketspro .rst_center_block.well input {
  border: 2px solid #919c5d;
  border-right: none;
}
#rstpl-com_rsticketspro .rst_center_block.well .btn {
  height: 34px;
  border: 2px solid #919c5d;
  color: #919c5d;
}
.rst_dashboard_items .thumbnail {
  background-color: #f33a3a;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  border: none;
}
.rst_dashboard_items .thumbnail > a {
  margin-top: 25px;
}
.rst_dashboard_items .thumbnail > a:before {
  content: '\f022';
  font-size: 40px;
  font-family: 'FontAwesome';
  display: block;
  position: relative;
  color: #919c5d;
}
.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: #919c5d;
  text-transform: capitalize;
}
.rst_dashboard_items .span4:first-child .thumbnail > a:before {
  content: '\f044';
}
.rst_dashboard_items .span4:last-child .thumbnail > a:before {
  content: '\f002 ';
}
/* RSBlog! Calendar Module
------------------------------------------------------------------------------*/
.rsblog-calendar table caption {
  line-height: 50px;
}
.rsblog-calendar table caption a {
  line-height: 50px;
}
.rsblog-calendar table th {
  background-color: #f33a3a;
  color: #fff;
  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: #919c5d;
}
.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: #919c5d !important;
  border-radius: 0px !important;
}
/* RSDirectory! Entries Carousel module
-----------------------------------------------------------------------------*/
.rsdir .carousel .carousel-entry-title {
  font-size: 20px;
}
.rsdir .carousel .carousel-entry-price {
  color: #919c5d;
  font-size: 18px;
}
.rsdir .carousel .carousel-control {
  line-height: 0.28;
}
/* RSEvents!Pro Attendees module
-----------------------------------------------------------------------------*/
.rsepro_attendees li {
  margin-bottom: 15px;
}
/* RSEvents!Pro Calendar module
------------------------------------------------------------------------------*/
.rs_calendar_module table:first-of-type {
  margin-bottom: 0px;
}
.rs_calendar_module table:first-of-type td {
  padding: 0px;
  line-height: 50px;
}
.rs_calendar_module table.rs_calendar_module th {
  background-color: #f33a3a !important;
  padding: 10px !important;
  text-transform: uppercase;
  width: auto !important;
}
.rs_calendar_module table.rs_calendar_module td a {
  color: #6c6c6c;
  padding: 10px;
}
.rs_calendar_module table.rs_calendar_module td a:hover,
.rs_calendar_module table.rs_calendar_module td a:focus,
.rs_calendar_module table.rs_calendar_module td a:active {
  background-color: #e6e6e6;
}
.rs_calendar_module table.rs_calendar_module td.has-events a {
  background-color: #919c5d !important;
  color: #ffffff;
}
.rs_calendar_module table.rs_calendar_module td.prev-month a,
.rs_calendar_module table.rs_calendar_module td.next-month a {
  background-color: #e6e6e6;
  color: #acacac;
}
/* RSEvents!Pro Events module
-----------------------------------------------------------------------------*/
.rsepro_events_module li {
  border: 1px solid #e1e1e1;
  margin-bottom: 15px;
  overflow: hidden;
  padding: 15px !important;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.rsepro_events_module li:hover {
  background-color: #f2f2f2;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
/* RSEvents!Pro Featured Events module
-----------------------------------------------------------------------------*/
.rsepro_featured li {
  margin-bottom: 10px;
}
/* RSEvents!Pro Featured Events module
-----------------------------------------------------------------------------*/
.rsepro_locations li {
  margin-bottom: 10px;
}
/* RSEvents!Pro Map Module
-----------------------------------------------------------------------------*/
.rs_module_map {
  margin: 0 !important;
}
/* RSEvents!Pro Popular Events module
-----------------------------------------------------------------------------*/
.rse_popular_list .rs_box {
  background-color: #ffffff !important;
  border: 1px solid #e1e1e1 !important;
  border-radius: 0px !important;
  margin-bottom: 20px !important;
  padding: 10px !important;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.rse_popular_list .rs_box:hover {
  background-color: #f2f2f2 !important;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
/* RSEvents!Pro Events slider
-----------------------------------------------------------------------------*/
.rs_eventsslider_timeline .rs_events_slider_timeline_events li {
  background-color: transparent !important;
  border: 1px solid #e1e1e1;
  border-radius: 0px !important;
  position: relative;
}
.rs_eventsslider_timeline .rs_events_slider_timeline_events li:after {
  content: '';
  display: block;
  width: 100%;
  height: 30px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.rs_eventsslider_timeline .rs_events_slider_timeline_events li .rse_date {
  width: 100% !important;
  display: inline-block !important;
  float: none !important;
  background-color: #919c5d !important;
  color: #ffffff;
}
.rs_eventsslider_timeline .rs_events_slider_timeline_events li .rse_name {
  margin-bottom: 5px;
}
.rseprocarousel.mod_slider_container .mod_slider_caption {
  background-color: #919c5d !important;
}
.rseprocarousel.mod_slider_container .mod_slider_caption a {
  color: #ffffff;
  font-weight: 400;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.rseprocarousel.mod_slider_container .mod_slider_caption a:hover,
.rseprocarousel.mod_slider_container .mod_slider_caption a:focus,
.rseprocarousel.mod_slider_container .mod_slider_caption a:active {
  color: #d9d9d9;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
/* RSEvents!Pro Search module
-----------------------------------------------------------------------------*/
.rstpl-slideshow-position {
  position: relative;
}
.rstpl-slideshow-position .rstpl-rseventspro_search {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  bottom: 60px;
  width: 71%;
  z-index: 10;
}
.rstpl-slideshow-position .rstpl-rseventspro_search.jmoddiv,
.rstpl-slideshow-position .rstpl-rseventspro_search.jmodinside {
  position: absolute;
  left: 50%;
  top: initial;
  right: initial;
}
.rstpl-slideshow-position .rstpl-rseventspro_search .rstpl-module .rsepro_search_ajax {
  overflow: visible;
  -webkit-box-shadow: 0px 0px 30px 5px rgba(0, 0, 0, 0.28);
  -moz-box-shadow: 0px 0px 30px 5px rgba(0, 0, 0, 0.28);
  -ms-box-shadow: 0px 0px 30px 5px rgba(0, 0, 0, 0.28);
  -o-box-shadow: 0px 0px 30px 5px rgba(0, 0, 0, 0.28);
  box-shadow: 0px 0px 30px 5px rgba(0, 0, 0, 0.28);
}
.rstpl-slideshow-position .rstpl-rseventspro_search .rstpl-module .rsepro_search_ajax:after {
  font-family: 'FontAwesome';
  content: '\f002';
  display: block;
  position: absolute;
  right: 0;
  font-size: 22px;
  top: 0;
  width: 40px;
  height: 60px;
  line-height: 55px;
  background-color: #ffffff;
}
.rstpl-slideshow-position .rstpl-rseventspro_search .rstpl-module .rsepro_search_ajax .rsepro_ajax_container {
  position: absolute;
  margin: 0;
  background-color: #f33a3a;
}
.rstpl-slideshow-position .rstpl-rseventspro_search .rstpl-module .rsepro_search_ajax .rsepro_ajax_list {
  width: 100%;
}
.rstpl-slideshow-position .rstpl-rseventspro_search .rstpl-module .rsepro_search_ajax .rsepro_ajax_list .rsepro_ajax_close {
  margin-right: 35px;
}
.rstpl-slideshow-position .rstpl-rseventspro_search .rstpl-module .rsepro_search_ajax .rsepro_ajax_list .rsepro_ajax_close a::before {
  font-family: 'FontAwesome';
  content: '\f00d';
  font-size: 18px;
  color: #ffffff;
}
.rstpl-slideshow-position .rstpl-rseventspro_search .rstpl-module .rsepro_search_ajax .rsepro_ajax_list li {
  padding: 5px;
}
.rstpl-slideshow-position .rstpl-rseventspro_search .rstpl-module .rsepro_search_ajax .rsepro_ajax_list li a {
  font-size: 14px;
}
.rstpl-slideshow-position .rstpl-rseventspro_search .rstpl-module .rsepro_search_ajax .rsepro_ajax_list li a:hover {
  color: #919c5d;
}
.rstpl-slideshow-position .rstpl-rseventspro_search .rstpl-module .rsepro_search_ajax #rsepro_ajax {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 60px;
  width: 100%;
  min-width: 0;
  padding: 20px 15px;
  border: none;
  color: #f33a3a;
  font-size: 20px;
}
@media (max-width: 480px) {
  .rstpl-slideshow-position .rstpl-rseventspro_search .rstpl-module .rsepro_search_ajax #rsepro_ajax {
    width: 88%;
  }
}
.rstpl-slideshow-position .rstpl-rseventspro_search.standard-search {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  bottom: -38%;
  width: 71%;
}
.rstpl-slideshow-position .rstpl-rseventspro_search.standard-search .rsepro_search_form {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 30px 5px rgba(0, 0, 0, 0.28);
  -moz-box-shadow: 0px 0px 30px 5px rgba(0, 0, 0, 0.28);
  -ms-box-shadow: 0px 0px 30px 5px rgba(0, 0, 0, 0.28);
  -o-box-shadow: 0px 0px 30px 5px rgba(0, 0, 0, 0.28);
  box-shadow: 0px 0px 30px 5px rgba(0, 0, 0, 0.28);
  padding: 20px;
  display: inline-block;
}
.rstpl-slideshow-position .rstpl-rseventspro_search.standard-search .rsepro_search_form form > div {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 35%;
  float: left;
}
.rstpl-slideshow-position .rstpl-rseventspro_search.standard-search .rsepro_search_form form > div.rs_date {
  width: 15%;
}
.rstpl-slideshow-position .rstpl-rseventspro_search.standard-search .rsepro_search_form form > div.rs_date input[type="text"] {
  min-width: initial;
  width: 73px;
}
.rstpl-slideshow-position .rstpl-rseventspro_search.standard-search .rsepro_search_form form > div .input-append input {
  min-width: 250px;
}
@media (max-width: 768px) {
  .rstpl-slideshow-position .rstpl-rseventspro_search.standard-search .rsepro_search_form form > div {
    width: 100%;
    float: none;
  }
  .rstpl-slideshow-position .rstpl-rseventspro_search.standard-search .rsepro_search_form form > div .chzn-container {
    width: 100% !important;
  }
  .rstpl-slideshow-position .rstpl-rseventspro_search.standard-search .rsepro_search_form form > div.rs_date {
    display: inline;
  }
  .rstpl-slideshow-position .rstpl-rseventspro_search.standard-search .rsepro_search_form form > div .input-append {
    width: 100%;
  }
  .rstpl-slideshow-position .rstpl-rseventspro_search.standard-search .rsepro_search_form form > div .input-append input {
    min-width: 75%;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .rstpl-slideshow-position .rstpl-rseventspro_search.standard-search .rsepro_search_form form > div {
    width: 50%;
    float: left;
  }
  .rstpl-slideshow-position .rstpl-rseventspro_search.standard-search .rsepro_search_form form > div .chzn-container {
    width: 95% !important;
  }
  .rstpl-slideshow-position .rstpl-rseventspro_search.standard-search .rsepro_search_form form > div.rs_date {
    width: 50%;
  }
}
.rstpl-slideshow-position .rstpl-rseventspro_search.standard-search .rsepro_search_form form .chzn-container.chzn-container-single .chzn-single {
  height: 32px;
}
.rstpl-slideshow-position .rstpl-rseventspro_search.standard-search .rsepro_search_form form .chzn-container-multi .chzn-choices li.search-field {
  min-width: 0;
  width: 0;
}
#column-right #rsepro_ajax {
  min-width: 0;
}
/* RSEvents!Pro Upcoming Events module
-----------------------------------------------------------------------------*/
.rsepro_upcoming li {
  margin-bottom: 10px;
  padding: 0px !important;
}
/* RSContact! Module
------------------------------------------------------------------------------*/
.rstpl-rscontact .rstpl-title {
  margin: 0 0 15px 0;
}
.rstpl-slideshow-position .rstpl-rscontact {
  background-color: #919c5d;
  padding: 45px;
  position: absolute !important;
  width: 22.5%;
  top: 50% !important;
  left: auto !important;
  right: 20% !important;
  z-index: 5;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.rstpl-slideshow-position .rstpl-rscontact form {
  margin: 0;
}
.rstpl-slideshow-position .rstpl-rscontact input[type="text"],
.rstpl-slideshow-position .rstpl-rscontact input[type="password"],
.rstpl-slideshow-position .rstpl-rscontact input[type="datetime"],
.rstpl-slideshow-position .rstpl-rscontact input[type="datetime-local"],
.rstpl-slideshow-position .rstpl-rscontact input[type="date"],
.rstpl-slideshow-position .rstpl-rscontact input[type="month"],
.rstpl-slideshow-position .rstpl-rscontact input[type="time"],
.rstpl-slideshow-position .rstpl-rscontact input[type="week"],
.rstpl-slideshow-position .rstpl-rscontact input[type="number"],
.rstpl-slideshow-position .rstpl-rscontact input[type="email"],
.rstpl-slideshow-position .rstpl-rscontact input[type="url"],
.rstpl-slideshow-position .rstpl-rscontact input[type="search"],
.rstpl-slideshow-position .rstpl-rscontact input[type="tel"],
.rstpl-slideshow-position .rstpl-rscontact input[type="color"],
.rstpl-slideshow-position .rstpl-rscontact select,
.rstpl-slideshow-position .rstpl-rscontact textarea,
.rstpl-slideshow-position .rstpl-rscontact .uneditable-input {
  margin-bottom: 20px;
  min-height: 52px;
  min-width: initial;
  padding: 16px;
  width: 100%;
}
.rstpl-slideshow-position .rstpl-rscontact input[type="text"]:focus,
.rstpl-slideshow-position .rstpl-rscontact input[type="password"]:focus,
.rstpl-slideshow-position .rstpl-rscontact input[type="datetime"]:focus,
.rstpl-slideshow-position .rstpl-rscontact input[type="datetime-local"]:focus,
.rstpl-slideshow-position .rstpl-rscontact input[type="date"]:focus,
.rstpl-slideshow-position .rstpl-rscontact input[type="month"]:focus,
.rstpl-slideshow-position .rstpl-rscontact input[type="time"]:focus,
.rstpl-slideshow-position .rstpl-rscontact input[type="week"]:focus,
.rstpl-slideshow-position .rstpl-rscontact input[type="number"]:focus,
.rstpl-slideshow-position .rstpl-rscontact input[type="email"]:focus,
.rstpl-slideshow-position .rstpl-rscontact input[type="url"]:focus,
.rstpl-slideshow-position .rstpl-rscontact input[type="search"]:focus,
.rstpl-slideshow-position .rstpl-rscontact input[type="tel"]:focus,
.rstpl-slideshow-position .rstpl-rscontact input[type="color"]:focus,
.rstpl-slideshow-position .rstpl-rscontact select:focus,
.rstpl-slideshow-position .rstpl-rscontact textarea:focus,
.rstpl-slideshow-position .rstpl-rscontact .uneditable-input:focus {
  border-color: #646c40;
  -webkit-box-shadow: 0px 1px 1px rgba(71, 76, 45, 0.15) inset, 0px 0px 4px rgba(71, 76, 45, 0.6);
  -moz-box-shadow: 0px 1px 1px rgba(71, 76, 45, 0.15) inset, 0px 0px 4px rgba(71, 76, 45, 0.6);
  -ms-box-shadow: 0px 1px 1px rgba(71, 76, 45, 0.15) inset, 0px 0px 4px rgba(71, 76, 45, 0.6);
  -o-box-shadow: 0px 1px 1px rgba(71, 76, 45, 0.15) inset, 0px 0px 4px rgba(71, 76, 45, 0.6);
  box-shadow: 0px 1px 1px rgba(71, 76, 45, 0.15) inset, 0px 0px 4px rgba(71, 76, 45, 0.6);
}
.rstpl-slideshow-position .rstpl-rscontact .rstpl-title {
  color: #ffffff;
}
.rstpl-slideshow-position .rstpl-rscontact .btn {
  width: 50%;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  border: none;
  border-radius: 4px;
  color: #333333;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 2px;
  padding: 10px 20px;
  text-align: center;
  text-shadow: none;
  text-transform: uppercase;
  vertical-align: middle;
  -webkit-box-shadow: 0px 2px 0px 0px #d9d9d9;
  -moz-box-shadow: 0px 2px 0px 0px #d9d9d9;
  -ms-box-shadow: 0px 2px 0px 0px #d9d9d9;
  -o-box-shadow: 0px 2px 0px 0px #d9d9d9;
  box-shadow: 0px 2px 0px 0px #d9d9d9;
  background: #f5f5f5;
  /* Old browsers */
  background: -moz-linear-gradient(top, #f5f5f5 0%, #dcdcdc 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #f5f5f5 0%, #dcdcdc 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #f5f5f5 0%, #dcdcdc 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5f5f5', endColorstr='#dcdcdc', GradientType=0);
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.rstpl-slideshow-position .rstpl-rscontact .btn:hover,
.rstpl-slideshow-position .rstpl-rscontact .btn:focus {
  color: #333333;
  -webkit-box-shadow: 0px 2px 0px 0px #d9d9d9;
  -moz-box-shadow: 0px 2px 0px 0px #d9d9d9;
  -ms-box-shadow: 0px 2px 0px 0px #d9d9d9;
  -o-box-shadow: 0px 2px 0px 0px #d9d9d9;
  box-shadow: 0px 2px 0px 0px #d9d9d9;
  background: #dcdcdc;
  /* Old browsers */
  background: -moz-linear-gradient(top, #dcdcdc 0%, #f5f5f5 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #dcdcdc 0%, #f5f5f5 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #dcdcdc 0%, #f5f5f5 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dcdcdc', endColorstr='#f5f5f5', GradientType=0);
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.rstpl-slideshow-position .rstpl-rscontact .btn:hover,
.rstpl-slideshow-position .rstpl-rscontact .btn:focus {
  color: #333333;
  -webkit-box-shadow: 0px 2px 0px 0px #d9d9d9;
  -moz-box-shadow: 0px 2px 0px 0px #d9d9d9;
  -ms-box-shadow: 0px 2px 0px 0px #d9d9d9;
  -o-box-shadow: 0px 2px 0px 0px #d9d9d9;
  box-shadow: 0px 2px 0px 0px #d9d9d9;
  background: #dcdcdc;
  /* Old browsers */
  background: -moz-linear-gradient(top, #dcdcdc 0%, #f5f5f5 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #dcdcdc 0%, #f5f5f5 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #dcdcdc 0%, #f5f5f5 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dcdcdc', endColorstr='#f5f5f5', GradientType=0);
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.rstpl-slideshow-position .rstpl-rscontact .btn.btn-primary {
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  border: none;
  border-radius: 4px;
  color: #333333;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 2px;
  padding: 10px 20px;
  text-align: center;
  text-shadow: none;
  text-transform: uppercase;
  vertical-align: middle;
  -webkit-box-shadow: 0px 2px 0px 0px #d9d9d9;
  -moz-box-shadow: 0px 2px 0px 0px #d9d9d9;
  -ms-box-shadow: 0px 2px 0px 0px #d9d9d9;
  -o-box-shadow: 0px 2px 0px 0px #d9d9d9;
  box-shadow: 0px 2px 0px 0px #d9d9d9;
  background: #919c5d;
  /* Old browsers */
  background: -moz-linear-gradient(top, #919c5d 0%, #737c4a 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #919c5d 0%, #737c4a 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #919c5d 0%, #737c4a 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#919c5d', endColorstr='#737c4a', GradientType=0);
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  color: #ffffff;
  -webkit-box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.25);
  -ms-box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.25);
  -o-box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.25);
}
.rstpl-slideshow-position .rstpl-rscontact .btn.btn-primary:hover,
.rstpl-slideshow-position .rstpl-rscontact .btn.btn-primary:focus {
  color: #333333;
  -webkit-box-shadow: 0px 2px 0px 0px #d9d9d9;
  -moz-box-shadow: 0px 2px 0px 0px #d9d9d9;
  -ms-box-shadow: 0px 2px 0px 0px #d9d9d9;
  -o-box-shadow: 0px 2px 0px 0px #d9d9d9;
  box-shadow: 0px 2px 0px 0px #d9d9d9;
  background: #737c4a;
  /* Old browsers */
  background: -moz-linear-gradient(top, #737c4a 0%, #919c5d 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #737c4a 0%, #919c5d 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #737c4a 0%, #919c5d 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#737c4a', endColorstr='#919c5d', GradientType=0);
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.rstpl-slideshow-position .rstpl-rscontact .btn.btn-primary:hover,
.rstpl-slideshow-position .rstpl-rscontact .btn.btn-primary:focus {
  color: #333333;
  -webkit-box-shadow: 0px 2px 0px 0px #d9d9d9;
  -moz-box-shadow: 0px 2px 0px 0px #d9d9d9;
  -ms-box-shadow: 0px 2px 0px 0px #d9d9d9;
  -o-box-shadow: 0px 2px 0px 0px #d9d9d9;
  box-shadow: 0px 2px 0px 0px #d9d9d9;
  background: #737c4a;
  /* Old browsers */
  background: -moz-linear-gradient(top, #737c4a 0%, #919c5d 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #737c4a 0%, #919c5d 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #737c4a 0%, #919c5d 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#737c4a', endColorstr='#919c5d', GradientType=0);
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.rstpl-slideshow-position .rstpl-rscontact .btn.btn-primary:hover,
.rstpl-slideshow-position .rstpl-rscontact .btn.btn-primary:focus,
.rstpl-slideshow-position .rstpl-rscontact .btn.btn-primary:active {
  background-color: #a7b17b;
  color: #ffffff;
  -webkit-box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.25);
  -ms-box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.25);
  -o-box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.25);
}
.rstpl-slideshow-position .rstpl-rscontact .btn.btn-secondary {
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  border: none;
  border-radius: 4px;
  color: #333333;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 2px;
  padding: 10px 20px;
  text-align: center;
  text-shadow: none;
  text-transform: uppercase;
  vertical-align: middle;
  -webkit-box-shadow: 0px 2px 0px 0px #d9d9d9;
  -moz-box-shadow: 0px 2px 0px 0px #d9d9d9;
  -ms-box-shadow: 0px 2px 0px 0px #d9d9d9;
  -o-box-shadow: 0px 2px 0px 0px #d9d9d9;
  box-shadow: 0px 2px 0px 0px #d9d9d9;
  background: #f33a3a;
  /* Old browsers */
  background: -moz-linear-gradient(top, #f33a3a 0%, #ec0e0e 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #f33a3a 0%, #ec0e0e 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #f33a3a 0%, #ec0e0e 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f33a3a', endColorstr='#ec0e0e', GradientType=0);
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  color: #ffffff;
  -webkit-box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.25);
  -ms-box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.25);
  -o-box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.25);
}
.rstpl-slideshow-position .rstpl-rscontact .btn.btn-secondary:hover,
.rstpl-slideshow-position .rstpl-rscontact .btn.btn-secondary:focus {
  color: #333333;
  -webkit-box-shadow: 0px 2px 0px 0px #d9d9d9;
  -moz-box-shadow: 0px 2px 0px 0px #d9d9d9;
  -ms-box-shadow: 0px 2px 0px 0px #d9d9d9;
  -o-box-shadow: 0px 2px 0px 0px #d9d9d9;
  box-shadow: 0px 2px 0px 0px #d9d9d9;
  background: #ec0e0e;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ec0e0e 0%, #f33a3a 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #ec0e0e 0%, #f33a3a 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ec0e0e 0%, #f33a3a 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ec0e0e', endColorstr='#f33a3a', GradientType=0);
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.rstpl-slideshow-position .rstpl-rscontact .btn.btn-secondary:hover,
.rstpl-slideshow-position .rstpl-rscontact .btn.btn-secondary:focus {
  color: #333333;
  -webkit-box-shadow: 0px 2px 0px 0px #d9d9d9;
  -moz-box-shadow: 0px 2px 0px 0px #d9d9d9;
  -ms-box-shadow: 0px 2px 0px 0px #d9d9d9;
  -o-box-shadow: 0px 2px 0px 0px #d9d9d9;
  box-shadow: 0px 2px 0px 0px #d9d9d9;
  background: #ec0e0e;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ec0e0e 0%, #f33a3a 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #ec0e0e 0%, #f33a3a 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ec0e0e 0%, #f33a3a 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ec0e0e', endColorstr='#f33a3a', GradientType=0);
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.rstpl-slideshow-position .rstpl-rscontact .btn.btn-secondary:hover,
.rstpl-slideshow-position .rstpl-rscontact .btn.btn-secondary:focus,
.rstpl-slideshow-position .rstpl-rscontact .btn.btn-secondary:active {
  background-color: #f66a6a;
  color: #ffffff;
  -webkit-box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.25);
  -ms-box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.25);
  -o-box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.25);
}
@media (max-width: 1200px) {
  .rstpl-slideshow-position .rstpl-rscontact {
    padding: 30px;
    width: 30%;
    right: 12% !important;
  }
  .rstpl-slideshow-position .rstpl-rscontact input[type="text"],
  .rstpl-slideshow-position .rstpl-rscontact input[type="password"],
  .rstpl-slideshow-position .rstpl-rscontact input[type="datetime"],
  .rstpl-slideshow-position .rstpl-rscontact input[type="datetime-local"],
  .rstpl-slideshow-position .rstpl-rscontact input[type="date"],
  .rstpl-slideshow-position .rstpl-rscontact input[type="month"],
  .rstpl-slideshow-position .rstpl-rscontact input[type="time"],
  .rstpl-slideshow-position .rstpl-rscontact input[type="week"],
  .rstpl-slideshow-position .rstpl-rscontact input[type="number"],
  .rstpl-slideshow-position .rstpl-rscontact input[type="email"],
  .rstpl-slideshow-position .rstpl-rscontact input[type="url"],
  .rstpl-slideshow-position .rstpl-rscontact input[type="search"],
  .rstpl-slideshow-position .rstpl-rscontact input[type="tel"],
  .rstpl-slideshow-position .rstpl-rscontact input[type="color"],
  .rstpl-slideshow-position .rstpl-rscontact select,
  .rstpl-slideshow-position .rstpl-rscontact textarea,
  .rstpl-slideshow-position .rstpl-rscontact .uneditable-input {
    margin-bottom: 0;
  }
}
@media (max-width: 1199px) {
  .rstpl-slideshow-position .rstpl-rscontact {
    padding: 15px;
    width: 35%;
    right: 14% !important;
  }
  .rstpl-slideshow-position .rstpl-rscontact input[type="text"],
  .rstpl-slideshow-position .rstpl-rscontact input[type="password"],
  .rstpl-slideshow-position .rstpl-rscontact input[type="datetime"],
  .rstpl-slideshow-position .rstpl-rscontact input[type="datetime-local"],
  .rstpl-slideshow-position .rstpl-rscontact input[type="date"],
  .rstpl-slideshow-position .rstpl-rscontact input[type="month"],
  .rstpl-slideshow-position .rstpl-rscontact input[type="time"],
  .rstpl-slideshow-position .rstpl-rscontact input[type="week"],
  .rstpl-slideshow-position .rstpl-rscontact input[type="number"],
  .rstpl-slideshow-position .rstpl-rscontact input[type="email"],
  .rstpl-slideshow-position .rstpl-rscontact input[type="url"],
  .rstpl-slideshow-position .rstpl-rscontact input[type="search"],
  .rstpl-slideshow-position .rstpl-rscontact input[type="tel"],
  .rstpl-slideshow-position .rstpl-rscontact input[type="color"],
  .rstpl-slideshow-position .rstpl-rscontact select,
  .rstpl-slideshow-position .rstpl-rscontact textarea,
  .rstpl-slideshow-position .rstpl-rscontact .uneditable-input {
    margin-bottom: 0;
    min-height: 40px;
    padding: 10px;
  }
}
@media (max-width: 767px) {
  .rstpl-slideshow-position .rstpl-rscontact {
    padding: 30px;
    position: relative !important;
    right: auto !important;
    top: auto !important;
    width: 100%;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .rstpl-slideshow-position .rstpl-rscontact input[type="text"],
  .rstpl-slideshow-position .rstpl-rscontact input[type="password"],
  .rstpl-slideshow-position .rstpl-rscontact input[type="datetime"],
  .rstpl-slideshow-position .rstpl-rscontact input[type="datetime-local"],
  .rstpl-slideshow-position .rstpl-rscontact input[type="date"],
  .rstpl-slideshow-position .rstpl-rscontact input[type="month"],
  .rstpl-slideshow-position .rstpl-rscontact input[type="time"],
  .rstpl-slideshow-position .rstpl-rscontact input[type="week"],
  .rstpl-slideshow-position .rstpl-rscontact input[type="number"],
  .rstpl-slideshow-position .rstpl-rscontact input[type="email"],
  .rstpl-slideshow-position .rstpl-rscontact input[type="url"],
  .rstpl-slideshow-position .rstpl-rscontact input[type="search"],
  .rstpl-slideshow-position .rstpl-rscontact input[type="tel"],
  .rstpl-slideshow-position .rstpl-rscontact input[type="color"],
  .rstpl-slideshow-position .rstpl-rscontact select,
  .rstpl-slideshow-position .rstpl-rscontact textarea,
  .rstpl-slideshow-position .rstpl-rscontact .uneditable-input {
    margin-bottom: 10px;
  }
}
/* RSMediaGallery! Advanced Slideshow Module
------------------------------------------------------------------------------*/
.rsmg_adv_mod_container .rsmg_adv_mod_box .label_skitter {
  background-color: #f33a3a;
}
.rsmg_adv_mod_container .rsmg_adv_mod_box .progressbar {
  background-color: #f33a3a !important;
}
.skitter-square .info_slide_dots {
  bottom: 100px !important;
}
.skitter-square .info_slide_dots .image_number {
  background-color: #ffffff !important;
  border: 2px solid #ffffff;
  height: 20px !important;
  width: 20px !important;
}
.skitter-square .info_slide_dots .image_number.image_number_select {
  background-color: transparent !important;
}
/* RSMediaGallery! Responsive Slideshow Module
------------------------------------------------------------------------------*/
[class*="rsmg_rsp_container"].rscarousel {
  margin-bottom: 0;
}
[class*="rsmg_rsp_container"].rscarousel .carousel-indicators li {
  margin: 0 5px;
  background-color: #ffffff;
  border-radius: 50%;
  border: 2px solid #ffffff;
  height: 20px;
  width: 20px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
[class*="rsmg_rsp_container"].rscarousel .carousel-indicators li.active {
  background-color: transparent !important;
}
[class*="rsmg_rsp_container"].rscarousel .carousel-indicators.left-inline-bottom {
  left: 5%;
  bottom: 8%;
}
[class*="rsmg_rsp_container"].rscarousel .carousel-indicators.right-inline-bottom {
  right: 5%;
  bottom: 8%;
}
[class*="rsmg_rsp_container"].rscarousel .carousel-indicators.center-inline-bottom {
  bottom: 8%;
}
[class*="rsmg_rsp_container"].rscarousel .carousel-indicators.left-inline-top {
  left: 5%;
  top: 8%;
}
[class*="rsmg_rsp_container"].rscarousel .carousel-indicators.right-inline-top {
  right: 5%;
  top: 8%;
}
[class*="rsmg_rsp_container"].rscarousel .carousel-indicators.center-inline-top {
  top: 8%;
}
@media (max-width: 980px) {
  [class*="rsmg_rsp_container"].rscarousel .carousel-indicators {
    display: none;
  }
}
[class*="rsmg_rsp_container"].rscarousel .item > [class*="span"] {
  position: relative;
}
[class*="rsmg_rsp_container"].rscarousel .item > [class*="span"]:before {
  background-image: url(../images/sqr.png);
  background-repeat: repeat;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: block;
  z-index: 1;
  position: absolute;
}
[class*="rsmg_rsp_container"].rscarousel .rstpl-caption {
  background-color: #f33a3a;
  padding: 25px;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 60%;
  z-index: 1;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
[class*="rsmg_rsp_container"].rscarousel .rstpl-caption h1,
[class*="rsmg_rsp_container"].rscarousel .rstpl-caption h2,
[class*="rsmg_rsp_container"].rscarousel .rstpl-caption h3,
[class*="rsmg_rsp_container"].rscarousel .rstpl-caption h4,
[class*="rsmg_rsp_container"].rscarousel .rstpl-caption h5 {
  color: #ffffff;
  font-weight: 300;
  line-height: 1;
  margin: 0;
  text-transform: none;
}
[class*="rsmg_rsp_container"].rscarousel .rstpl-caption h1 + p,
[class*="rsmg_rsp_container"].rscarousel .rstpl-caption h2 + p,
[class*="rsmg_rsp_container"].rscarousel .rstpl-caption h3 + p,
[class*="rsmg_rsp_container"].rscarousel .rstpl-caption h4 + p,
[class*="rsmg_rsp_container"].rscarousel .rstpl-caption h5 + p {
  margin: 10px auto 0 auto;
}
[class*="rsmg_rsp_container"].rscarousel .rstpl-caption h1 + .btn,
[class*="rsmg_rsp_container"].rscarousel .rstpl-caption h2 + .btn,
[class*="rsmg_rsp_container"].rscarousel .rstpl-caption h3 + .btn,
[class*="rsmg_rsp_container"].rscarousel .rstpl-caption h4 + .btn,
[class*="rsmg_rsp_container"].rscarousel .rstpl-caption h5 + .btn {
  margin-top: 20px;
}
[class*="rsmg_rsp_container"].rscarousel .rstpl-caption p {
  color: #ffffff;
  font-size: 14px;
  font-style: oblique;
  font-weight: 600;
}
@media (min-width: 768px) {
  [class*="rsmg_rsp_container"].rscarousel .rstpl-caption p br {
    display: block;
    margin: 10px 0;
  }
}
[class*="rsmg_rsp_container"].rscarousel .rstpl-caption p + .btn {
  margin-top: 20px;
}
@media (max-width: 979px) {
  [class*="rsmg_rsp_container"].rscarousel .rstpl-caption.text-left,
  [class*="rsmg_rsp_container"].rscarousel .rstpl-caption.text-right {
    left: 50%;
    top: 5%;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
  [class*="rsmg_rsp_container"].rscarousel .rstpl-caption h2 {
    font-size: 35px;
  }
}
@media (min-width: 980px) {
  [class*="rsmg_rsp_container"].rscarousel .rstpl-caption.text-left {
    left: 15%;
    width: 70%;
  }
  [class*="rsmg_rsp_container"].rscarousel .rstpl-caption.text-right {
    right: 15%;
    width: 70%;
  }
}
@media (max-width: 1199px) {
  [class*="rsmg_rsp_container"].rscarousel .rstpl-caption {
    width: 70%;
  }
}
[class*="rsmg_rsp_container"].rscarousel .rstpl-caption.medium h2 {
  font-size: 36px;
  font-weight: 300;
  text-transform: none;
}
@media (max-width: 767px) {
  [class*="rsmg_rsp_container"].rscarousel .rstpl-caption.medium h2 {
    font-size: 22px;
  }
}
[class*="rsmg_rsp_container"].rscarousel .rstpl-caption.medium p {
  font-size: 16px;
  font-weight: 600;
}
@media (max-width: 767px) {
  [class*="rsmg_rsp_container"].rscarousel .rstpl-caption.medium p {
    font-size: 14px;
  }
}
[class*="rsmg_rsp_container"].rscarousel .rstpl-caption.big h2 {
  font-size: 46px;
  font-weight: 300;
  text-transform: none;
}
@media (max-width: 767px) {
  [class*="rsmg_rsp_container"].rscarousel .rstpl-caption.big h2 {
    font-size: 26px;
  }
}
[class*="rsmg_rsp_container"].rscarousel .rstpl-caption.big p {
  font-size: 26px;
  font-weight: 600;
}
@media (max-width: 767px) {
  [class*="rsmg_rsp_container"].rscarousel .rstpl-caption.big p {
    font-size: 16px;
  }
}
[class*="rsmg_rsp_container"].rscarousel > .carousel-control {
  background: #ffffff;
  border: none;
  border-radius: 0;
  height: 126px;
  width: 126px;
  margin: 0;
  opacity: 1;
  position: absolute;
  top: 50%;
  z-index: 2;
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}
[class*="rsmg_rsp_container"].rscarousel > .carousel-control:before {
  background-color: transparent;
  background-image: none;
  color: #f33a3a;
  content: '\f104';
  font-family: FontAwesome;
  font-size: 55px;
  font-weight: bold;
  line-height: 126px;
  text-align: center;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
[class*="rsmg_rsp_container"].rscarousel > .carousel-control:hover,
[class*="rsmg_rsp_container"].rscarousel > .carousel-control:focus,
[class*="rsmg_rsp_container"].rscarousel > .carousel-control:active {
  opacity: 1;
}
[class*="rsmg_rsp_container"].rscarousel > .carousel-control:hover:before,
[class*="rsmg_rsp_container"].rscarousel > .carousel-control:focus:before,
[class*="rsmg_rsp_container"].rscarousel > .carousel-control:active:before {
  color: #919c5d;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
[class*="rsmg_rsp_container"].rscarousel > .carousel-control.left {
  right: auto;
  left: 0;
}
[class*="rsmg_rsp_container"].rscarousel > .carousel-control.right {
  left: auto;
  right: 0;
}
[class*="rsmg_rsp_container"].rscarousel > .carousel-control.right:before {
  content: '\f105';
}
@media (max-width: 1199px) {
  [class*="rsmg_rsp_container"].rscarousel > .carousel-control {
    width: 100px;
    height: 100px;
  }
  [class*="rsmg_rsp_container"].rscarousel > .carousel-control:before {
    line-height: 100px;
  }
}
@media (max-width: 767px) {
  [class*="rsmg_rsp_container"].rscarousel > .carousel-control {
    display: none;
  }
}
[class*="rsmg_rsp_container"].rscarousel.form-slider .carousel-inner:after {
  content: '';
  width: 75%;
  height: 100%;
  top: 0;
  left: 0;
  display: block;
  z-index: 0;
  position: absolute;
  background: transparent;
  background: -webkit-linear-gradient(right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.9));
  background: -o-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.9));
  background: -moz-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.9));
  background: linear-gradient(to left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.9));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(0, 0, 0, 0)', endColorstr='rgba(0, 0, 0, 0.9)', GradientType=1);
}
[class*="rsmg_rsp_container"].rscarousel.form-slider .rstpl-caption {
  background-color: transparent;
  left: 20%;
  padding: 0px;
  width: 22.5%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
[class*="rsmg_rsp_container"].rscarousel.form-slider .rstpl-caption h1,
[class*="rsmg_rsp_container"].rscarousel.form-slider .rstpl-caption h2,
[class*="rsmg_rsp_container"].rscarousel.form-slider .rstpl-caption h3,
[class*="rsmg_rsp_container"].rscarousel.form-slider .rstpl-caption h4,
[class*="rsmg_rsp_container"].rscarousel.form-slider .rstpl-caption h5 {
  margin: 0 0 25px 0;
}
[class*="rsmg_rsp_container"].rscarousel.form-slider .rstpl-caption p {
  font-style: normal;
}
@media (max-width: 1200px) {
  [class*="rsmg_rsp_container"].rscarousel.form-slider .rstpl-caption {
    left: 12%;
    width: 30%;
  }
}
@media (max-width: 1199px) {
  [class*="rsmg_rsp_container"].rscarousel.form-slider .rstpl-caption {
    left: 14%;
    width: 35%;
  }
  [class*="rsmg_rsp_container"].rscarousel.form-slider .rstpl-caption .lead {
    line-height: 1.8;
  }
}
@media (max-width: 767px) {
  [class*="rsmg_rsp_container"].rscarousel.form-slider .carousel-inner:after {
    background: none;
  }
}
/* RSMediaGallery! Responsive Slider
------------------------------------------------------------------------------*/
[class*="rsmg_rsp_slider_container"].slick-carousel .item {
  visibility: hidden;
}
[class*="rsmg_rsp_slider_container"].slick-carousel .item:before {
  background-image: url(../images/sqr.png);
  background-repeat: repeat;
}
[class*="rsmg_rsp_slider_container"].slick-carousel .item.slick-slide {
  visibility: visible;
}
[class*="rsmg_rsp_slider_container"].slick-carousel .slick-dots li {
  margin: 0 5px !important;
}
[class*="rsmg_rsp_slider_container"].slick-carousel .slick-dots li button {
  height: 20px;
  width: 20px;
  border: 2px solid #ffffff;
  background-color: #ffffff;
}
[class*="rsmg_rsp_slider_container"].slick-carousel .slick-dots li.slick-active button {
  background-color: transparent !important;
}
@media (max-width: 980px) {
  [class*="rsmg_rsp_slider_container"].slick-carousel .slick-dots {
    display: none;
  }
}
[class*="rsmg_rsp_slider_container"].slick-carousel .rstpl-car-previous,
[class*="rsmg_rsp_slider_container"].slick-carousel .rstpl-car-next {
  background-color: #ffffff;
  width: 126px;
  height: 126px;
}
[class*="rsmg_rsp_slider_container"].slick-carousel .rstpl-car-previous:before,
[class*="rsmg_rsp_slider_container"].slick-carousel .rstpl-car-next:before {
  background-color: transparent;
  background-image: none;
  content: '\f105';
  font-family: FontAwesome;
  color: #f33a3a;
  font-size: 55px;
  font-weight: bold;
  line-height: 126px;
  text-align: center;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
[class*="rsmg_rsp_slider_container"].slick-carousel .rstpl-car-previous .prev-img,
[class*="rsmg_rsp_slider_container"].slick-carousel .rstpl-car-next .prev-img,
[class*="rsmg_rsp_slider_container"].slick-carousel .rstpl-car-previous .next-img,
[class*="rsmg_rsp_slider_container"].slick-carousel .rstpl-car-next .next-img {
  display: none;
}
[class*="rsmg_rsp_slider_container"].slick-carousel .rstpl-car-previous:hover,
[class*="rsmg_rsp_slider_container"].slick-carousel .rstpl-car-next:hover,
[class*="rsmg_rsp_slider_container"].slick-carousel .rstpl-car-previous:focus,
[class*="rsmg_rsp_slider_container"].slick-carousel .rstpl-car-next:focus,
[class*="rsmg_rsp_slider_container"].slick-carousel .rstpl-car-previous:active,
[class*="rsmg_rsp_slider_container"].slick-carousel .rstpl-car-next:active {
  background-color: #ffffff;
}
[class*="rsmg_rsp_slider_container"].slick-carousel .rstpl-car-previous:hover:before,
[class*="rsmg_rsp_slider_container"].slick-carousel .rstpl-car-next:hover:before,
[class*="rsmg_rsp_slider_container"].slick-carousel .rstpl-car-previous:focus:before,
[class*="rsmg_rsp_slider_container"].slick-carousel .rstpl-car-next:focus:before,
[class*="rsmg_rsp_slider_container"].slick-carousel .rstpl-car-previous:active:before,
[class*="rsmg_rsp_slider_container"].slick-carousel .rstpl-car-next:active:before {
  color: #919c5d;
}
@media (max-width: 1199px) {
  [class*="rsmg_rsp_slider_container"].slick-carousel .rstpl-car-previous,
  [class*="rsmg_rsp_slider_container"].slick-carousel .rstpl-car-next {
    width: 100px;
    height: 100px;
  }
  [class*="rsmg_rsp_slider_container"].slick-carousel .rstpl-car-previous:before,
  [class*="rsmg_rsp_slider_container"].slick-carousel .rstpl-car-next:before {
    line-height: 100px;
  }
}
[class*="rsmg_rsp_slider_container"].slick-carousel .rstpl-car-previous:before {
  background-image: none;
  content: '\f104';
  font-family: 'FontAwesome';
}
[class*="rsmg_rsp_slider_container"].slick-carousel.left-inline-bottom .slick-dots {
  left: 5%;
  bottom: 8%;
}
[class*="rsmg_rsp_slider_container"].slick-carousel.right-inline-bottom .slick-dots {
  right: 5%;
  bottom: 8%;
}
[class*="rsmg_rsp_slider_container"].slick-carousel.center-inline-bottom .slick-dots {
  bottom: 8%;
}
[class*="rsmg_rsp_slider_container"].slick-carousel.left-inline-top .slick-dots {
  left: 5%;
  top: 8%;
}
[class*="rsmg_rsp_slider_container"].slick-carousel.right-inline-top .slick-dots {
  right: 5%;
  top: 8%;
}
[class*="rsmg_rsp_slider_container"].slick-carousel.center-inline-top .slick-dots {
  top: 8%;
}
[class*="rsmg_rsp_slider_container"].slick-carousel .rstpl-caption {
  display: inline-block;
  background-color: #f33a3a;
  padding: 25px;
  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: 300;
  line-height: 1;
  margin: 0;
  text-transform: none;
}
[class*="rsmg_rsp_slider_container"].slick-carousel .rstpl-caption h1 + p,
[class*="rsmg_rsp_slider_container"].slick-carousel .rstpl-caption h2 + p,
[class*="rsmg_rsp_slider_container"].slick-carousel .rstpl-caption h3 + p,
[class*="rsmg_rsp_slider_container"].slick-carousel .rstpl-caption h4 + p,
[class*="rsmg_rsp_slider_container"].slick-carousel .rstpl-caption h5 + p {
  margin: 10px auto 0 auto;
}
[class*="rsmg_rsp_slider_container"].slick-carousel .rstpl-caption h1 + .btn,
[class*="rsmg_rsp_slider_container"].slick-carousel .rstpl-caption h2 + .btn,
[class*="rsmg_rsp_slider_container"].slick-carousel .rstpl-caption h3 + .btn,
[class*="rsmg_rsp_slider_container"].slick-carousel .rstpl-caption h4 + .btn,
[class*="rsmg_rsp_slider_container"].slick-carousel .rstpl-caption h5 + .btn {
  margin-top: 20px;
}
[class*="rsmg_rsp_slider_container"].slick-carousel .rstpl-caption p {
  color: #ffffff;
  font-size: 14px;
  font-style: oblique;
  font-weight: 600;
}
@media (min-width: 768px) {
  [class*="rsmg_rsp_slider_container"].slick-carousel .rstpl-caption p br {
    display: block;
    margin: 10px 0;
  }
}
[class*="rsmg_rsp_slider_container"].slick-carousel .rstpl-caption p + .btn {
  margin-top: 20px;
}
@media (max-width: 979px) {
  [class*="rsmg_rsp_slider_container"].slick-carousel .rstpl-caption.text-left,
  [class*="rsmg_rsp_slider_container"].slick-carousel .rstpl-caption.text-right {
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    left: 50%;
    top: 5%;
  }
}
@media (min-width: 980px) {
  [class*="rsmg_rsp_slider_container"].slick-carousel .rstpl-caption.text-left {
    left: 15%;
    width: 70%;
  }
  [class*="rsmg_rsp_slider_container"].slick-carousel .rstpl-caption.text-right {
    right: 15%;
    width: 70%;
  }
}
@media (max-width: 1199px) {
  [class*="rsmg_rsp_slider_container"].slick-carousel .rstpl-caption {
    width: 70%;
  }
}
[class*="rsmg_rsp_slider_container"].slick-carousel .rstpl-caption.medium h1,
[class*="rsmg_rsp_slider_container"].slick-carousel .rstpl-caption.medium h2,
[class*="rsmg_rsp_slider_container"].slick-carousel .rstpl-caption.medium h3,
[class*="rsmg_rsp_slider_container"].slick-carousel .rstpl-caption.medium h4,
[class*="rsmg_rsp_slider_container"].slick-carousel .rstpl-caption.medium h5 {
  font-weight: 300;
  text-transform: none;
}
[class*="rsmg_rsp_slider_container"].slick-carousel .rstpl-caption.medium h1 {
  font-size: 63px;
}
[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: 32px;
}
[class*="rsmg_rsp_slider_container"].slick-carousel .rstpl-caption.medium h4 {
  font-size: 26px;
}
[class*="rsmg_rsp_slider_container"].slick-carousel .rstpl-caption.medium h5 {
  font-size: 21px;
}
[class*="rsmg_rsp_slider_container"].slick-carousel .rstpl-caption.medium p {
  font-size: 16px;
  font-weight: 600;
}
@media (max-width: 767px) {
  [class*="rsmg_rsp_slider_container"].slick-carousel .rstpl-caption.medium h1 {
    font-size: 42px;
  }
  [class*="rsmg_rsp_slider_container"].slick-carousel .rstpl-caption.medium h2 {
    font-size: 24px;
  }
  [class*="rsmg_rsp_slider_container"].slick-carousel .rstpl-caption.medium h3 {
    font-size: 21px;
  }
  [class*="rsmg_rsp_slider_container"].slick-carousel .rstpl-caption.medium h4 {
    font-size: 17px;
  }
  [class*="rsmg_rsp_slider_container"].slick-carousel .rstpl-caption.medium h5 {
    font-size: 14px;
  }
  [class*="rsmg_rsp_slider_container"].slick-carousel .rstpl-caption.medium p {
    font-size: 14px;
  }
}
[class*="rsmg_rsp_slider_container"].slick-carousel .rstpl-caption.big h1,
[class*="rsmg_rsp_slider_container"].slick-carousel .rstpl-caption.big h2,
[class*="rsmg_rsp_slider_container"].slick-carousel .rstpl-caption.big h3,
[class*="rsmg_rsp_slider_container"].slick-carousel .rstpl-caption.big h4,
[class*="rsmg_rsp_slider_container"].slick-carousel .rstpl-caption.big h5 {
  font-weight: 300;
  text-transform: none;
}
[class*="rsmg_rsp_slider_container"].slick-carousel .rstpl-caption.big h1 {
  font-size: 84px;
}
[class*="rsmg_rsp_slider_container"].slick-carousel .rstpl-caption.big h2 {
  font-size: 48px;
}
[class*="rsmg_rsp_slider_container"].slick-carousel .rstpl-caption.big h3 {
  font-size: 42px;
}
[class*="rsmg_rsp_slider_container"].slick-carousel .rstpl-caption.big h4 {
  font-size: 34px;
}
[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: 26px;
  font-weight: 600;
}
@media (max-width: 767px) {
  [class*="rsmg_rsp_slider_container"].slick-carousel .rstpl-caption.big h1 {
    font-size: 49px;
  }
  [class*="rsmg_rsp_slider_container"].slick-carousel .rstpl-caption.big h2 {
    font-size: 28px;
  }
  [class*="rsmg_rsp_slider_container"].slick-carousel .rstpl-caption.big h3 {
    font-size: 25px;
  }
  [class*="rsmg_rsp_slider_container"].slick-carousel .rstpl-caption.big h4 {
    font-size: 20px;
  }
  [class*="rsmg_rsp_slider_container"].slick-carousel .rstpl-caption.big h5 {
    font-size: 17px;
  }
  [class*="rsmg_rsp_slider_container"].slick-carousel .rstpl-caption.big p {
    font-size: 16px;
  }
}
[class*="rsmg_rsp_slider_container"].slick-slider {
  margin-bottom: 0;
}
/* RSMediaGallery! Showcase
------------------------------------------------------------------------------*/
.rsp_container .rsp_picture_container {
  margin: 10px 0 10px 2.5%;
}
.rsp_container .rsp_picture_container .rsp_picture {
  max-height: 200px;
  opacity: 1 !important;
  position: relative;
}
.rsp_container .rsp_picture_container .rsp_picture:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 110px rgba(0, 0, 0, 0.5) inset;
  -moz-box-shadow: 0 0 110px rgba(0, 0, 0, 0.5) inset;
  -ms-box-shadow: 0 0 110px rgba(0, 0, 0, 0.5) inset;
  -o-box-shadow: 0 0 110px rgba(0, 0, 0, 0.5) inset;
  box-shadow: 0 0 110px rgba(0, 0, 0, 0.5) inset;
}
.rsp_container .rsp_picture_container .rsp_icon_over {
  max-height: 200px;
}
.rsp_container .rsp_picture_container .rsp_icon_over .rsmgsc-search {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.rsp_container .rsp_picture_container:first-of-type {
  margin: 10px 0;
}
@media (max-width: 1199px) {
  .rsp_container .rsp_picture_container {
    margin: 10px 0 10px 6.9%;
  }
}
@media (max-width: 979px) {
  .rsp_container .rsp_picture_container {
    margin: 10px 2%;
  }
  .rsp_container .rsp_picture_container:first-of-type {
    margin: 10px 2%;
  }
}
@media (min-width: 980px) {
  .rsp_container {
    padding: 0 !important;
  }
}
.rsp_cover_close:hover {
  background-color: transparent;
  background-image: none;
  color: #ffffff;
}
/* 9 Error Page
------------------------------------------------------------------------------*/
.rstpl-error-page .rstpl-read-more-link-all {
  font-size: 1.75rem;
}
.rstpl-error-page h1 {
  border: none;
  font-size: 2em;
  margin: 30px 0px;
  padding-bottom: 30px;
  text-align: center;
}
.rstpl-actual-error .label-inverse {
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0px;
  position: relative;
  width: 2.5em;
  height: 2.5em;
  font-size: 6.5em;
  line-height: 2.5;
  padding: 0;
  margin: 0 auto;
  background: #919c5d;
}
.rstpl-actual-error p {
  font-size: 26px;
  font-weight: 400;
  margin-top: 20px;
  line-height: 28px;
}
.rstpl-error-reasons {
  margin: 0 auto;
  text-align: center;
}
.rstpl-error-reasons li {
  list-style: none;
}
/* 10 Preloader Styling
------------------------------------------------------------------------------*/
.pageload-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1001;
  background-color: #919c5d;
}
.pageload-overlay [class*="-loader"] {
  font-size: 1.6rem;
  line-height: 1.6;
  z-index: 1002;
}
/* Fade Out */
.pageload-overlay.fade-out {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 1s ease-in 0s, opacity 1.5s ease-in 0s;
  -moz-transition: visibility 1s ease-in 0s, opacity 1.5s ease-in 0s;
  transition: visibility 1s ease-in 0s, opacity 1.5s ease-in 0s;
}
/* End Fade Out */
/* Rotate Left */
.pageload-overlay.rotate-left {
  -webkit-animation-name: poreloader-rotate-left;
  -moz-animation-name: poreloader-rotate-left;
  animation-name: poreloader-rotate-left;
  -webkit-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  animation-duration: 1s;
}
@-webkit-keyframes poreloader-rotate-left {
  0% {
    opacity: 1;
    -webkit-transform-origin: 50% 50%;
    -webkit-transform: scale(1, 1) rotate(0deg);
  }
  100% {
    opacity: 0;
    -webkit-transform-origin: 0% 75%;
    -webkit-transform: scale(0, 0) rotate(-540deg);
  }
}
@-moz-keyframes poreloader-rotate-left {
  0% {
    opacity: 1;
    -moz-transform-origin: 50% 50%;
    -moz-transform: scale(1, 1) rotate(0deg);
  }
  100% {
    opacity: 0;
    -moz-transform-origin: 0% 75%;
    -moz-transform: scale(0, 0) rotate(-540deg);
  }
}
@keyframes poreloader-rotate-left {
  0% {
    opacity: 1;
    transform-origin: 50% 50%;
    transform: scale(1, 1) rotate(0deg);
  }
  100% {
    opacity: 0;
    transform-origin: 0% 75%;
    transform: scale(0, 0) rotate(-540deg);
  }
}
/* End Rotate Left */
/* Rotate Right */
.pageload-overlay.rotate-right {
  -webkit-animation-name: poreloader-rotate-right;
  -moz-animation-name: poreloader-rotate-right;
  animation-name: poreloader-rotate-right;
  -webkit-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  animation-duration: 1s;
}
@-webkit-keyframes poreloader-rotate-right {
  0% {
    opacity: 1;
    -webkit-transform-origin: 50% 50%;
    -webkit-transform: scale(1, 1) rotate(0deg);
  }
  100% {
    opacity: 0;
    -webkit-transform-origin: 100% 75%;
    -webkit-transform: scale(0, 0) rotate(540deg);
  }
}
@-moz-keyframes poreloader-rotate-right {
  0% {
    opacity: 1;
    -moz-transform-origin: 50% 50%;
    -moz-transform: scale(1, 1) rotate(0deg);
  }
  100% {
    opacity: 0;
    -moz-transform-origin: 100% 75%;
    -moz-transform: scale(0, 0) rotate(540deg);
  }
}
@keyframes poreloader-rotate-right {
  0% {
    opacity: 1;
    transform-origin: 50% 50%;
    transform: scale(1, 1) rotate(0deg);
  }
  100% {
    opacity: 0;
    transform-origin: 100% 75%;
    transform: scale(0, 0) rotate(540deg);
  }
}
/* End Rotate Right */
/* Slide Left */
.pageload-overlay.slide-left {
  left: -100%;
  opacity: 0;
  -webkit-transition: all 1s linear;
  -moz-transition: all 1s linear;
  transition: all 1s linear;
}
/* End Slide Left */
/* Slide Right */
.pageload-overlay.slide-right {
  left: 100%;
  opacity: 0;
  -webkit-transition: all 1s linear;
  -moz-transition: all 1s linear;
  transition: all 1s linear;
}
/* End Slide Right */
/* Slide Top */
.pageload-overlay.slide-top {
  top: -100%;
  opacity: 0;
  -webkit-transition: all 1s linear;
  -moz-transition: all 1s linear;
  transition: all 1s linear;
}
/* End Slide Top */
/* Slide Bottom */
.pageload-overlay.slide-bottom {
  top: 100%;
  opacity: 0;
  -webkit-transition: all 1s linear;
  -moz-transition: all 1s linear;
  transition: all 1s linear;
}
/* End Slide Bottom */
/* Swipe Bottom Left */
.pageload-overlay.swipe-bottom-left {
  -webkit-animation-name: poreloader-swipe-bottom-left;
  -moz-animation-name: poreloader-swipe-bottom-left;
  animation-name: poreloader-swipe-bottom-left;
  -webkit-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  animation-duration: 1s;
}
@-webkit-keyframes poreloader-swipe-bottom-left {
  0% {
    opacity: 1;
    -webkit-animation-timing-function: ease-out;
    -webkit-transform-origin: bottom left;
    -webkit-transform: rotate(0deg);
  }
  100% {
    opacity: 0;
    -webkit-animation-timing-function: ease-out;
    -webkit-transform-origin: bottom left;
    -webkit-transform: rotate(-90deg);
  }
}
@-moz-keyframes poreloader-swipe-bottom-left {
  0% {
    opacity: 1;
    -moz-animation-timing-function: ease-out;
    -moz-transform-origin: bottom left;
    -moz-transform: rotate(0deg);
  }
  100% {
    opacity: 0;
    -moz-animation-timing-function: ease-out;
    -moz-transform-origin: bottom left;
    -moz-transform: rotate(-90deg);
  }
}
@keyframes poreloader-swipe-bottom-left {
  0% {
    opacity: 1;
    animation-timing-function: ease-out;
    transform-origin: bottom left;
    transform: rotate(0deg);
  }
  100% {
    opacity: 0;
    animation-timing-function: ease-out;
    transform-origin: bottom left;
    transform: rotate(-90deg);
  }
}
/* End Swipe Bottom Left */
/* Swipe Bottom Right */
.pageload-overlay.swipe-bottom-right {
  -webkit-animation-name: poreloader-swipe-bottom-right;
  -moz-animation-name: poreloader-swipe-bottom-right;
  animation-name: poreloader-swipe-bottom-right;
  -webkit-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  animation-duration: 1s;
}
@-webkit-keyframes poreloader-swipe-bottom-right {
  0% {
    opacity: 1;
    -webkit-animation-timing-function: ease-out;
    -webkit-transform-origin: bottom right;
    -webkit-transform: rotate(0deg);
  }
  100% {
    opacity: 0;
    -webkit-animation-timing-function: ease-out;
    -webkit-transform-origin: bottom right;
    -webkit-transform: rotate(90deg);
  }
}
@-moz-keyframes poreloader-swipe-bottom-right {
  0% {
    opacity: 1;
    -moz-animation-timing-function: ease-out;
    -moz-transform-origin: bottom right;
    -moz-transform: rotate(0deg);
  }
  100% {
    opacity: 0;
    -moz-animation-timing-function: ease-out;
    -moz-transform-origin: bottom right;
    -moz-transform: rotate(90deg);
  }
}
@keyframes poreloader-swipe-bottom-right {
  0% {
    opacity: 1;
    animation-timing-function: ease-out;
    transform-origin: bottom right;
    transform: rotate(0deg);
  }
  100% {
    opacity: 0;
    animation-timing-function: ease-out;
    transform-origin: bottom right;
    transform: rotate(90deg);
  }
}
/* End Swipe Bottom Right */
/* Swipe Top Left */
.pageload-overlay.swipe-top-left {
  -webkit-animation-name: poreloader-swipe-top-left;
  -moz-animation-name: poreloader-swipe-top-left;
  animation-name: poreloader-swipe-top-left;
  -webkit-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  animation-duration: 1s;
}
@-webkit-keyframes poreloader-swipe-top-left {
  0% {
    opacity: 1;
    -webkit-animation-timing-function: ease-out;
    -webkit-transform-origin: top left;
    -webkit-transform: rotate(0deg);
  }
  100% {
    opacity: 0;
    -webkit-animation-timing-function: ease-out;
    -webkit-transform-origin: top left;
    -webkit-transform: rotate(90deg);
  }
}
@-moz-keyframes poreloader-swipe-top-left {
  0% {
    opacity: 1;
    -moz-animation-timing-function: ease-out;
    -moz-transform-origin: top left;
    -moz-transform: rotate(0deg);
  }
  100% {
    opacity: 0;
    -moz-animation-timing-function: ease-out;
    -moz-transform-origin: top left;
    -moz-transform: rotate(90deg);
  }
}
@keyframes poreloader-swipe-top-left {
  0% {
    opacity: 1;
    animation-timing-function: ease-out;
    transform-origin: top left;
    transform: rotate(0deg);
  }
  100% {
    opacity: 0;
    animation-timing-function: ease-out;
    transform-origin: top left;
    transform: rotate(90deg);
  }
}
/* End Swipe Top Left */
/* Swipe Top Right */
.pageload-overlay.swipe-top-right {
  -webkit-animation-name: poreloader-swipe-top-right;
  -moz-animation-name: poreloader-swipe-top-right;
  animation-name: poreloader-swipe-top-right;
  -webkit-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  animation-duration: 1s;
}
@-webkit-keyframes poreloader-swipe-top-right {
  0% {
    opacity: 1;
    -webkit-animation-timing-function: ease-out;
    -webkit-transform-origin: top right;
    -webkit-transform: rotate(0deg);
  }
  100% {
    opacity: 0;
    -webkit-animation-timing-function: ease-out;
    -webkit-transform-origin: top right;
    -webkit-transform: rotate(-90deg);
  }
}
@-moz-keyframes poreloader-swipe-top-right {
  0% {
    opacity: 1;
    -moz-animation-timing-function: ease-out;
    -moz-transform-origin: top right;
    -moz-transform: rotate(0deg);
  }
  100% {
    opacity: 0;
    -moz-animation-timing-function: ease-out;
    -moz-transform-origin: top right;
    -moz-transform: rotate(-90deg);
  }
}
@keyframes poreloader-swipe-top-right {
  0% {
    opacity: 1;
    animation-timing-function: ease-out;
    transform-origin: top right;
    transform: rotate(0deg);
  }
  100% {
    opacity: 0;
    animation-timing-function: ease-out;
    transform-origin: top right;
    transform: rotate(-90deg);
  }
}
/* End Swipe Top Right */
/* Shrink Left */
.pageload-overlay.shrink-left {
  -webkit-animation-name: poreloader-shrink-left;
  -moz-animation-name: poreloader-shrink-left;
  animation-name: poreloader-shrink-left;
  -webkit-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  animation-duration: 1s;
}
@-webkit-keyframes poreloader-shrink-left {
  0% {
    opacity: 1;
    -webkit-transform-origin: 0% 50%;
    -webkit-transform: scale(1) translate(0%, 0%);
  }
  100% {
    opacity: 0;
    -webkit-transform-origin: 0% 50%;
    -webkit-transform: scale(0) translate(-120%, 0%);
  }
}
@-moz-keyframes poreloader-shrink-left {
  0% {
    opacity: 1;
    -moz-transform-origin: 0% 50%;
    -moz-transform: scale(1) translate(0%, 0%);
  }
  100% {
    opacity: 0;
    -moz-transform-origin: 0% 50%;
    -moz-transform: scale(0) translate(-120%, 0%);
  }
}
@keyframes poreloader-shrink-left {
  0% {
    opacity: 1;
    transform-origin: 0% 50%;
    transform: scale(1) translate(0%, 0%);
  }
  100% {
    opacity: 0;
    transform-origin: 0% 50%;
    transform: scale(0) translate(-120%, 0%);
  }
}
/* End Shrink Left */
/* Shrink Right */
.pageload-overlay.shrink-right {
  -webkit-animation-name: poreloader-shrink-right;
  -moz-animation-name: poreloader-shrink-right;
  animation-name: poreloader-shrink-right;
  -webkit-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  animation-duration: 1s;
}
@-webkit-keyframes poreloader-shrink-right {
  0% {
    opacity: 1;
    -webkit-transform-origin: 100% 50%;
    -webkit-transform: scale(1) translate(0%, 0%);
  }
  100% {
    opacity: 0;
    -webkit-transform-origin: 100% 50%;
    -webkit-transform: scale(0) translate(120%, 0%);
  }
}
@-moz-keyframes poreloader-shrink-right {
  0% {
    opacity: 1;
    -moz-transform-origin: 100% 50%;
    -moz-transform: scale(1) translate(0%, 0%);
  }
  100% {
    opacity: 0;
    -moz-transform-origin: 100% 50%;
    -moz-transform: scale(0) translate(120%, 0%);
  }
}
@keyframes poreloader-shrink-right {
  0% {
    opacity: 1;
    transform-origin: 100% 50%;
    transform: scale(1) translate(0%, 0%);
  }
  100% {
    opacity: 0;
    transform-origin: 100% 50%;
    transform: scale(0) translate(120%, 0%);
  }
}
/* Shrink Top */
.pageload-overlay.shrink-top {
  -webkit-animation-name: poreloader-shrink-top;
  -moz-animation-name: poreloader-shrink-top;
  animation-name: poreloader-shrink-top;
  -webkit-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  animation-duration: 1s;
}
@-webkit-keyframes poreloader-shrink-top {
  0% {
    opacity: 1;
    -webkit-transform-origin: 50% 0%;
    -webkit-transform: scale(1) translate(0%, 0%);
  }
  100% {
    opacity: 0;
    -webkit-transform-origin: 50% 0%;
    -webkit-transform: scale(0) translate(0%, -120%);
  }
}
@-moz-keyframes poreloader-shrink-top {
  0% {
    opacity: 1;
    -moz-transform-origin: 50% 0%;
    -moz-transform: scale(1) translate(0%, 0%);
  }
  100% {
    opacity: 0;
    -moz-transform-origin: 50% 0%;
    -moz-transform: scale(0) translate(0%, -120%);
  }
}
@keyframes poreloader-shrink-top {
  0% {
    opacity: 1;
    transform-origin: 50% 0%;
    transform: scale(1) translate(0%, 0%);
  }
  100% {
    opacity: 0;
    transform-origin: 50% 0%;
    transform: scale(0) translate(0%, -120%);
  }
}
/* End Shrink Top */
/* Shrink Bottom */
.pageload-overlay.shrink-bottom {
  -webkit-animation-name: poreloader-shrink-bottom;
  -moz-animation-name: poreloader-shrink-bottom;
  animation-name: poreloader-shrink-bottom;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
@-webkit-keyframes poreloader-shrink-bottom {
  0% {
    opacity: 1;
    -webkit-transform-origin: 50% 100%;
    -webkit-transform: scale(1) translate(0%, 0%);
  }
  100% {
    opacity: 0;
    -webkit-transform-origin: 50% 100%;
    -webkit-transform: scale(0) translate(0%, 120%);
  }
}
@-moz-keyframes poreloader-shrink-bottom {
  0% {
    opacity: 1;
    -moz-transform-origin: 50% 100%;
    -moz-transform: scale(1) translate(0%, 0%);
  }
  100% {
    opacity: 0;
    -moz-transform-origin: 50% 100%;
    -moz-transform: scale(0) translate(0%, 120%);
  }
}
@keyframes poreloader-shrink-bottom {
  0% {
    opacity: 1;
    transform-origin: 50% 100%;
    transform: scale(1) translate(0%, 0%);
  }
  100% {
    opacity: 0;
    transform-origin: 50% 100%;
    transform: scale(0) translate(0%, 120%);
  }
}
/* End Shrink Bottom */
/* Shrink Center */
.pageload-overlay.shrink-center {
  -webkit-animation-name: poreloader-shrink-center;
  -moz-animation-name: poreloader-shrink-center;
  animation-name: poreloader-shrink-center;
  -webkit-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  animation-duration: 1s;
}
@-webkit-keyframes poreloader-shrink-center {
  0% {
    opacity: 1;
    -webkit-transform-origin: 50% 50%;
    -webkit-transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform-origin: 50% 50%;
    -webkit-transform: scale(0);
  }
}
@-moz-keyframes poreloader-shrink-center {
  0% {
    opacity: 1;
    -moz-transform-origin: 50% 50%;
    -moz-transform: scale(1);
  }
  100% {
    opacity: 0;
    -moz-transform-origin: 50% 50%;
    -moz-transform: scale(0);
  }
}
@keyframes poreloader-shrink-center {
  0% {
    opacity: 1;
    transform-origin: 50% 50%;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform-origin: 50% 50%;
    transform: scale(0);
  }
}
/* End Shrink Center */
/* Open Left */
.pageload-overlay.open-left {
  -webkit-animation-name: poreloader-open-left;
  -moz-animation-name: poreloader-open-left;
  animation-name: poreloader-open-left;
  -webkit-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  animation-duration: 1s;
}
@-webkit-keyframes poreloader-open-left {
  0% {
    opacity: 1;
    -webkit-transform-origin: 0 50%;
    -webkit-transform: perspective(800px) rotateY(0deg);
  }
  100% {
    opacity: 0;
    -webkit-transform-origin: 0 50%;
    -webkit-transform: perspective(800px) rotateY(120deg);
  }
}
@-moz-keyframes poreloader-open-left {
  0% {
    opacity: 1;
    -moz-transform-origin: 0 50%;
    -moz-transform: perspective(800px) rotateY(0deg);
  }
  100% {
    opacity: 0;
    -moz-transform-origin: 0 50%;
    -moz-transform: perspective(800px) rotateY(120deg);
  }
}
@keyframes poreloader-open-left {
  0% {
    opacity: 1;
    transform-origin: 0 50%;
    transform: perspective(800px) rotateY(0deg);
  }
  100% {
    opacity: 0;
    transform-origin: 0 50%;
    transform: perspective(800px) rotateY(120deg);
  }
}
/* End Open Left */
/* Open Right */
.pageload-overlay.open-right {
  -webkit-animation-name: poreloader-open-right;
  -moz-animation-name: poreloader-open-right;
  animation-name: poreloader-open-right;
  -webkit-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  animation-duration: 1s;
}
@-webkit-keyframes poreloader-open-right {
  0% {
    opacity: 1;
    -webkit-transform-origin: 100% 50%;
    -webkit-transform: perspective(800px) rotateY(0deg);
  }
  100% {
    opacity: 0;
    -webkit-transform-origin: 100% 50%;
    -webkit-transform: perspective(800px) rotateY(-120deg);
  }
}
@-moz-keyframes poreloader-open-right {
  0% {
    opacity: 1;
    -moz-transform-origin: 100% 50%;
    -moz-transform: perspective(800px) rotateY(0deg);
  }
  100% {
    opacity: 0;
    -moz-transform-origin: 100% 50%;
    -moz-transform: perspective(800px) rotateY(-120deg);
  }
}
@keyframes poreloader-open-right {
  0% {
    opacity: 1;
    transform-origin: 100% 50%;
    transform: perspective(800px) rotateY(0deg);
  }
  100% {
    opacity: 0;
    transform-origin: 100% 50%;
    transform: perspective(800px) rotateY(-120deg);
  }
}
/* End Open Right */
/* Open Top */
.pageload-overlay.open-top {
  -webkit-animation-name: poreloader-open-top;
  -moz-animation-name: poreloader-open-top;
  animation-name: poreloader-open-top;
  -webkit-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  animation-duration: 1s;
}
@-webkit-keyframes poreloader-open-top {
  0% {
    opacity: 1;
    -webkit-transform-origin: 50% 0;
    -webkit-transform: perspective(800px) rotateX(0deg);
  }
  100% {
    opacity: 0;
    -webkit-transform-origin: 50% 0;
    -webkit-transform: perspective(800px) rotateX(-120deg);
  }
}
@-moz-keyframes poreloader-open-top {
  0% {
    opacity: 1;
    -moz-transform-origin: 50% 0;
    -moz-transform: perspective(800px) rotateX(0deg);
  }
  100% {
    opacity: 0;
    -moz-transform-origin: 50% 0;
    -moz-transform: perspective(800px) rotateX(-120deg);
  }
}
@keyframes poreloader-open-top {
  0% {
    opacity: 1;
    transform-origin: 50% 0;
    transform: perspective(800px) rotateX(0deg);
  }
  100% {
    opacity: 0;
    transform-origin: 50% 0;
    transform: perspective(800px) rotateX(-120deg);
  }
}
/* End Open Top */
/* Open Bottom */
.pageload-overlay.open-bottom {
  -webkit-animation-name: poreloader-open-bottom;
  -moz-animation-name: poreloader-open-bottom;
  animation-name: poreloader-open-bottom;
  -webkit-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  animation-duration: 1s;
}
@-webkit-keyframes poreloader-open-bottom {
  0% {
    opacity: 1;
    -webkit-transform-origin: 50% 100%;
    -webkit-transform: perspective(800px) rotateX(0deg);
  }
  100% {
    opacity: 0;
    -webkit-transform-origin: 50% 100%;
    -webkit-transform: perspective(800px) rotateX(120deg);
  }
}
@-moz-keyframes poreloader-open-bottom {
  0% {
    opacity: 1;
    -moz-transform-origin: 50% 100%;
    -moz-transform: perspective(800px) rotateX(0deg);
  }
  100% {
    opacity: 0;
    -moz-transform-origin: 50% 100%;
    -moz-transform: perspective(800px) rotateX(120deg);
  }
}
@keyframes poreloader-open-bottom {
  0% {
    opacity: 1;
    transform-origin: 50% 100%;
    transform: perspective(800px) rotateX(0deg);
  }
  100% {
    opacity: 0;
    transform-origin: 50% 100%;
    transform: perspective(800px) rotateX(120deg);
  }
}
/* End Open Bottom */
/* Filling Text */
.pageload-overlay .filling-text-loader {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #bdc49b;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.pageload-overlay .filling-text-loader:before {
  content: attr(data-text);
  position: absolute;
  left: 0;
  top: 0;
  height: 110%;
  overflow: hidden;
  -webkit-animation-name: poreloader-width-max;
  -moz-animation-name: poreloader-width-max;
  animation-name: poreloader-width-max;
  -webkit-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-duration: 3s;
  -moz-animation-duration: 3s;
  animation-duration: 3s;
  color: #f33a3a;
}
@-webkit-keyframes poreloader-width-max {
  0% {
    max-width: 0;
  }
  100% {
    max-width: 100%;
  }
}
@-moz-keyframes poreloader-width-max {
  0% {
    max-width: 0;
  }
  100% {
    max-width: 100%;
  }
}
@keyframes poreloader-width-max {
  0% {
    max-width: 0;
  }
  100% {
    max-width: 100%;
  }
}
/* End Filling Text */
/* Floating Bullets */
.pageload-overlay .floating-bullets-loader {
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.pageload-overlay .floating-bullets-loader span {
  border-radius: 50%;
  display: block;
  height: 15px;
  position: absolute;
  left: 0;
  top: 0;
  width: 15px;
  background-color: #f33a3a;
}
.pageload-overlay .floating-bullets-loader span:nth-child(1) {
  -webkit-animation-delay: .1s;
  -moz-animation-delay: .1s;
  animation-delay: .1s;
  -webkit-animation-duration: 2s, 2s;
  -moz-animation-duration: 2s, 2s;
  animation-duration: 2s, 2s;
  -webkit-animation-name: poreloader-float1-left, poreloader-float1-right;
  -moz-animation-name: poreloader-float1-left, poreloader-float1-right;
  animation-name: poreloader-float1-left, poreloader-float1-right;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.pageload-overlay .floating-bullets-loader span:nth-child(2) {
  -webkit-animation-delay: .2s;
  -moz-animation-delay: .2s;
  animation-delay: .2s;
  -webkit-animation-duration: 2s, 2s;
  -moz-animation-duration: 2s, 2s;
  animation-duration: 2s, 2s;
  -webkit-animation-name: poreloader-float2-left, poreloader-float2-right;
  -moz-animation-name: poreloader-float2-left, poreloader-float2-right;
  animation-name: poreloader-float2-left, poreloader-float2-right;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.pageload-overlay .floating-bullets-loader span:nth-child(3) {
  -webkit-animation-delay: .3s;
  -moz-animation-delay: .3s;
  animation-delay: .3s;
  -webkit-animation-duration: 2s, 2s;
  -moz-animation-duration: 2s, 2s;
  animation-duration: 2s, 2s;
  -webkit-animation-name: poreloader-float3-left, poreloader-float3-right;
  -moz-animation-name: poreloader-float3-left, poreloader-float3-right;
  animation-name: poreloader-float3-left, poreloader-float3-right;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.pageload-overlay .floating-bullets-loader span:nth-child(4) {
  -webkit-animation-delay: .4s;
  -moz-animation-delay: .4s;
  animation-delay: .4s;
  -webkit-animation-duration: 2s, 2s;
  -moz-animation-duration: 2s, 2s;
  animation-duration: 2s, 2s;
  -webkit-animation-name: poreloader-float4-left, poreloader-float4-right;
  -moz-animation-name: poreloader-float4-left, poreloader-float4-right;
  animation-name: poreloader-float4-left, poreloader-float4-right;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.pageload-overlay .floating-bullets-loader span:nth-child(5) {
  -webkit-animation-delay: .5s;
  -moz-animation-delay: .5s;
  animation-delay: .5s;
  -webkit-animation-duration: 2s, 2s;
  -moz-animation-duration: 2s, 2s;
  animation-duration: 2s, 2s;
  -webkit-animation-name: poreloader-float5-left, poreloader-float5-right;
  -moz-animation-name: poreloader-float5-left, poreloader-float5-right;
  animation-name: poreloader-float5-left, poreloader-float5-right;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
@-webkit-keyframes poreloader-float1-left {
  0% {
    left: -50%;
  }
  50% {
    left: 52%;
  }
}
@-moz-keyframes poreloader-float1-left {
  0% {
    left: -50%;
  }
  50% {
    left: 52%;
  }
}
@keyframes poreloader-float1-left {
  0% {
    left: -50%;
  }
  50% {
    left: 52%;
  }
}
@-webkit-keyframes poreloader-float1-right {
  50% {
    left: 52%;
  }
  100% {
    left: 150%;
  }
}
@-moz-keyframes poreloader-float1-right {
  50% {
    left: 52%;
  }
  100% {
    left: 150%;
  }
}
@keyframes poreloader-float1-right {
  50% {
    left: 52%;
  }
  100% {
    left: 150%;
  }
}
@-webkit-keyframes poreloader-float2-left {
  0% {
    left: -50%;
  }
  50% {
    left: 51%;
  }
}
@-moz-keyframes poreloader-float2-left {
  0% {
    left: -50%;
  }
  50% {
    left: 51%;
  }
}
@keyframes poreloader-float2-left {
  0% {
    left: -50%;
  }
  50% {
    left: 51%;
  }
}
@-webkit-keyframes poreloader-float2-right {
  50% {
    left: 51%;
  }
  100% {
    left: 150%;
  }
}
@-moz-keyframes poreloader-float2-right {
  50% {
    left: 51%;
  }
  100% {
    left: 150%;
  }
}
@keyframes poreloader-float2-right {
  50% {
    left: 51%;
  }
  100% {
    left: 150%;
  }
}
@-webkit-keyframes poreloader-float3-left {
  0% {
    left: -50%;
  }
  50% {
    left: 50%;
  }
}
@-moz-keyframes poreloader-float3-left {
  0% {
    left: -50%;
  }
  50% {
    left: 50%;
  }
}
@keyframes poreloader-float3-left {
  0% {
    left: -50%;
  }
  50% {
    left: 50%;
  }
}
@-webkit-keyframes poreloader-float3-right {
  50% {
    left: 50%;
  }
  100% {
    left: 150%;
  }
}
@-moz-keyframes poreloader-float3-right {
  50% {
    left: 50%;
  }
  100% {
    left: 150%;
  }
}
@keyframes poreloader-float3-right {
  50% {
    left: 50%;
  }
  100% {
    left: 150%;
  }
}
@-webkit-keyframes poreloader-float4-left {
  0% {
    left: -50%;
  }
  50% {
    left: 49%;
  }
}
@-moz-keyframes poreloader-float4-left {
  0% {
    left: -50%;
  }
  50% {
    left: 49%;
  }
}
@keyframes poreloader-float4-left {
  0% {
    left: -50%;
  }
  50% {
    left: 49%;
  }
}
@-webkit-keyframes poreloader-float4-right {
  50% {
    left: 49%;
  }
  100% {
    left: 150%;
  }
}
@-moz-keyframes poreloader-float4-right {
  50% {
    left: 49%;
  }
  100% {
    left: 150%;
  }
}
@keyframes poreloader-float4-right {
  50% {
    left: 49%;
  }
  100% {
    left: 150%;
  }
}
@-webkit-keyframes poreloader-float5-left {
  0% {
    left: -50%;
  }
  50% {
    left: 48%;
  }
}
@-moz-keyframes poreloader-float5-left {
  0% {
    left: -50%;
  }
  50% {
    left: 48%;
  }
}
@keyframes poreloader-float5-left {
  0% {
    left: -50%;
  }
  50% {
    left: 48%;
  }
}
@-webkit-keyframes poreloader-float5-right {
  50% {
    left: 48%;
  }
  100% {
    left: 150%;
  }
}
@-moz-keyframes poreloader-float5-right {
  50% {
    left: 48%;
  }
  100% {
    left: 150%;
  }
}
@keyframes poreloader-float5-right {
  50% {
    left: 48%;
  }
  100% {
    left: 150%;
  }
}
/* End Floating Bullets */
/* Circle Notch */
.pageload-overlay .circle-notch-loader {
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border: 2px solid #f33a3a;
}
.pageload-overlay .circle-notch-loader:before {
  content: "";
  width: 23px;
  height: 44px;
  border-radius: 44px 0 0 44px;
  position: absolute;
  top: -4px;
  left: -4px;
  -webkit-transform-origin: 22px 22px;
  -moz-transform-origin: 22px 22px;
  -ms-transform-origin: 22px 22px;
  transform-origin: 22px 22px;
  -webkit-animation: poreloader-spin 2s infinite ease 1.5s;
  -moz-animation: poreloader-spin 2s infinite ease 1.5s;
  animation: poreloader-spin 2s infinite ease 1.5s;
  background-color: #919c5d;
}
.pageload-overlay .circle-notch-loader:after {
  content: "";
  width: 23px;
  height: 44px;
  border-radius: 0 44px 44px 0;
  position: absolute;
  top: -4px;
  right: -4px;
  -webkit-transform-origin: 0 22px;
  -moz-transform-origin: 0 22px;
  -ms-transform-origin: 0 22px;
  transform-origin: 0 22px;
  -webkit-animation: poreloader-spin 2s infinite ease;
  -moz-animation: poreloader-spin 2s infinite ease;
  animation: poreloader-spin 2s infinite ease;
  background-color: #919c5d;
}
@-webkit-keyframes poreloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@-moz-keyframes poreloader-spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
  }
}
@keyframes poreloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* End Circle Notch */
/* Fading Bars */
.pageload-overlay .fading-bars-loader {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.pageload-overlay .fading-bars-loader span {
  width: 2px;
  height: 14px;
  position: absolute;
  top: -6px;
  left: -1px;
  opacity: .05;
  -webkit-animation: poreloader-fade 1.1s linear infinite;
  -moz-animation: poreloader-fade 1.1s linear infinite;
  animation: poreloader-fade 1.1s linear infinite;
  background-color: #f33a3a;
}
.pageload-overlay .fading-bars-loader span:nth-child(1) {
  -webkit-transform: rotate(0deg) translate(0, -16px);
  -moz-transform: rotate(0deg) translate(0, -16px);
  -ms-transform: rotate(0deg) translate(0, -16px);
  -o-transform: rotate(0deg) translate(0, -16px);
  transform: rotate(0deg) translate(0, -16px);
  -webkit-animation-delay: .39s;
  -moz-animation-delay: .39s;
  animation-delay: .39s;
}
.pageload-overlay .fading-bars-loader span:nth-child(2) {
  -webkit-transform: rotate(45deg) translate(0, -16px);
  -moz-transform: rotate(45deg) translate(0, -16px);
  -ms-transform: rotate(45deg) translate(0, -16px);
  -o-transform: rotate(45deg) translate(0, -16px);
  transform: rotate(45deg) translate(0, -16px);
  -webkit-animation-delay: .52s;
  -moz-animation-delay: .52s;
  animation-delay: .52s;
}
.pageload-overlay .fading-bars-loader span:nth-child(3) {
  -webkit-transform: rotate(90deg) translate(0, -16px);
  -moz-transform: rotate(90deg) translate(0, -16px);
  -ms-transform: rotate(90deg) translate(0, -16px);
  -o-transform: rotate(90deg) translate(0, -16px);
  transform: rotate(90deg) translate(0, -16px);
  -webkit-animation-delay: .65s;
  -moz-animation-delay: .65s;
  animation-delay: .65s;
}
.pageload-overlay .fading-bars-loader span:nth-child(4) {
  -webkit-transform: rotate(135deg) translate(0, -16px);
  -moz-transform: rotate(135deg) translate(0, -16px);
  -ms-transform: rotate(135deg) translate(0, -16px);
  -o-transform: rotate(135deg) translate(0, -16px);
  transform: rotate(135deg) translate(0, -16px);
  -webkit-animation-delay: .78s;
  -moz-animation-delay: .78s;
  animation-delay: .78s;
}
.pageload-overlay .fading-bars-loader span:nth-child(5) {
  -webkit-transform: rotate(180deg) translate(0, -16px);
  -moz-transform: rotate(180deg) translate(0, -16px);
  -ms-transform: rotate(180deg) translate(0, -16px);
  -o-transform: rotate(180deg) translate(0, -16px);
  transform: rotate(180deg) translate(0, -16px);
  -webkit-animation-delay: .91s;
  -moz-animation-delay: .91s;
  animation-delay: .91s;
}
.pageload-overlay .fading-bars-loader span:nth-child(6) {
  -webkit-transform: rotate(225deg) translate(0, -16px);
  -moz-transform: rotate(225deg) translate(0, -16px);
  -ms-transform: rotate(225deg) translate(0, -16px);
  -o-transform: rotate(225deg) translate(0, -16px);
  transform: rotate(225deg) translate(0, -16px);
  -webkit-animation-delay: 1.04s;
  -moz-animation-delay: 1.04s;
  animation-delay: 1.04s;
}
.pageload-overlay .fading-bars-loader span:nth-child(7) {
  -webkit-transform: rotate(270deg) translate(0, -16px);
  -moz-transform: rotate(270deg) translate(0, -16px);
  -ms-transform: rotate(270deg) translate(0, -16px);
  -o-transform: rotate(270deg) translate(0, -16px);
  transform: rotate(270deg) translate(0, -16px);
  -webkit-animation-delay: 1.17s;
  -moz-animation-delay: 1.17s;
  animation-delay: 1.17s;
}
.pageload-overlay .fading-bars-loader span:nth-child(8) {
  -webkit-transform: rotate(315deg) translate(0, -16px);
  -moz-transform: rotate(315deg) translate(0, -16px);
  -ms-transform: rotate(315deg) translate(0, -16px);
  -o-transform: rotate(315deg) translate(0, -16px);
  transform: rotate(315deg) translate(0, -16px);
  -webkit-animation-delay: 1.3s;
  -moz-animation-delay: 1.3s;
  animation-delay: 1.3s;
}
@-webkit-keyframes poreloader-fade {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes poreloader-fade {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes poreloader-fade {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/* End Fading Bars */
/* Spinning Circle */
.pageload-overlay .spinning-circle-loader {
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.pageload-overlay .spinning-circle-loader:after {
  border-radius: 50%;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  -webkit-animation: spin 1s infinite linear;
  -moz-animation: spin 1s infinite linear;
  animation: spin 1s infinite linear;
  border-top: 2px solid rgba(255, 255, 255, 0.4);
  border-right: 2px solid rgba(255, 255, 255, 0.4);
  border-bottom: 2px solid rgba(255, 255, 255, 0.4);
  border-left: 2px solid #f33a3a;
}
/* End Spinning Circle */
/* Bouncing Circle */
.pageload-overlay .bouncing-circle-loader {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.pageload-overlay .bouncing-circle-loader span {
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  opacity: .55;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: poreloader-bounce 2s infinite ease-in-out;
  -moz-animation: poreloader-bounce 2s infinite ease-in-out;
  animation: poreloader-bounce 2s infinite ease-in-out;
  background-color: #f33a3a;
}
.pageload-overlay .bouncing-circle-loader span:nth-child(2) {
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  animation-delay: 1s;
}
@-webkit-keyframes poreloader-bounce {
  0% {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0);
  }
}
@-moz-keyframes poreloader-bounce {
  0% {
    -moz-transform: scale(0);
  }
  50% {
    -moz-transform: scale(1);
  }
  100% {
    -moz-transform: scale(0);
  }
}
@keyframes poreloader-bounce {
  0% {
    transform: scale(0);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
/* End Bouncing Circle */
/* Fading Bullets */
.pageload-overlay .fading-bullets-loader {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.pageload-overlay .fading-bullets-loader span {
  border-radius: 50%;
  width: 6px;
  height: 6px;
  position: absolute;
  top: -6px;
  left: -1px;
  opacity: .05;
  -webkit-animation: poreloader-fade 1.6s linear infinite;
  -moz-animation: poreloader-fade 1.6s linear infinite;
  animation: poreloader-fade 1.6s linear infinite;
  background-color: #f33a3a;
}
.pageload-overlay .fading-bullets-loader span:nth-child(1) {
  -webkit-transform: rotate(0deg) translate(0, -16px);
  -moz-transform: rotate(0deg) translate(0, -16px);
  -ms-transform: rotate(0deg) translate(0, -16px);
  -o-transform: rotate(0deg) translate(0, -16px);
  transform: rotate(0deg) translate(0, -16px);
  -webkit-animation-delay: .39s;
  -moz-animation-delay: .39s;
  animation-delay: .39s;
}
.pageload-overlay .fading-bullets-loader span:nth-child(2) {
  -webkit-transform: rotate(30deg) translate(0, -16px);
  -moz-transform: rotate(30deg) translate(0, -16px);
  -ms-transform: rotate(30deg) translate(0, -16px);
  -o-transform: rotate(30deg) translate(0, -16px);
  transform: rotate(30deg) translate(0, -16px);
  -webkit-animation-delay: .52s;
  -moz-animation-delay: .52s;
  animation-delay: .52s;
}
.pageload-overlay .fading-bullets-loader span:nth-child(3) {
  -webkit-transform: rotate(60deg) translate(0, -16px);
  -moz-transform: rotate(60deg) translate(0, -16px);
  -ms-transform: rotate(60deg) translate(0, -16px);
  -o-transform: rotate(60deg) translate(0, -16px);
  transform: rotate(60deg) translate(0, -16px);
  -webkit-animation-delay: .65s;
  -moz-animation-delay: .65s;
  animation-delay: .65s;
}
.pageload-overlay .fading-bullets-loader span:nth-child(4) {
  -webkit-transform: rotate(90deg) translate(0, -16px);
  -moz-transform: rotate(90deg) translate(0, -16px);
  -ms-transform: rotate(90deg) translate(0, -16px);
  -o-transform: rotate(90deg) translate(0, -16px);
  transform: rotate(90deg) translate(0, -16px);
  -webkit-animation-delay: .78s;
  -moz-animation-delay: .78s;
  animation-delay: .78s;
}
.pageload-overlay .fading-bullets-loader span:nth-child(5) {
  -webkit-transform: rotate(120deg) translate(0, -16px);
  -moz-transform: rotate(120deg) translate(0, -16px);
  -ms-transform: rotate(120deg) translate(0, -16px);
  -o-transform: rotate(120deg) translate(0, -16px);
  transform: rotate(120deg) translate(0, -16px);
  -webkit-animation-delay: .91s;
  -moz-animation-delay: .91s;
  animation-delay: .91s;
}
.pageload-overlay .fading-bullets-loader span:nth-child(6) {
  -webkit-transform: rotate(150deg) translate(0, -16px);
  -moz-transform: rotate(150deg) translate(0, -16px);
  -ms-transform: rotate(150deg) translate(0, -16px);
  -o-transform: rotate(150deg) translate(0, -16px);
  transform: rotate(150deg) translate(0, -16px);
  -webkit-animation-delay: 1.04s;
  -moz-animation-delay: 1.04s;
  animation-delay: 1.04s;
}
.pageload-overlay .fading-bullets-loader span:nth-child(7) {
  -webkit-transform: rotate(180deg) translate(0, -16px);
  -moz-transform: rotate(180deg) translate(0, -16px);
  -ms-transform: rotate(180deg) translate(0, -16px);
  -o-transform: rotate(180deg) translate(0, -16px);
  transform: rotate(180deg) translate(0, -16px);
  -webkit-animation-delay: 1.17s;
  -moz-animation-delay: 1.17s;
  animation-delay: 1.17s;
}
.pageload-overlay .fading-bullets-loader span:nth-child(8) {
  -webkit-transform: rotate(210deg) translate(0, -16px);
  -moz-transform: rotate(210deg) translate(0, -16px);
  -ms-transform: rotate(210deg) translate(0, -16px);
  -o-transform: rotate(210deg) translate(0, -16px);
  transform: rotate(210deg) translate(0, -16px);
  -webkit-animation-delay: 1.3s;
  -moz-animation-delay: 1.3s;
  animation-delay: 1.3s;
}
.pageload-overlay .fading-bullets-loader span:nth-child(9) {
  -webkit-transform: rotate(240deg) translate(0, -16px);
  -moz-transform: rotate(240deg) translate(0, -16px);
  -ms-transform: rotate(240deg) translate(0, -16px);
  -o-transform: rotate(240deg) translate(0, -16px);
  transform: rotate(240deg) translate(0, -16px);
  -webkit-animation-delay: 1.43s;
  -moz-animation-delay: 1.43s;
  animation-delay: 1.43s;
}
.pageload-overlay .fading-bullets-loader span:nth-child(10) {
  -webkit-transform: rotate(270deg) translate(0, -16px);
  -moz-transform: rotate(270deg) translate(0, -16px);
  -ms-transform: rotate(270deg) translate(0, -16px);
  -o-transform: rotate(270deg) translate(0, -16px);
  transform: rotate(270deg) translate(0, -16px);
  -webkit-animation-delay: 1.56s;
  -moz-animation-delay: 1.56s;
  animation-delay: 1.56s;
}
.pageload-overlay .fading-bullets-loader span:nth-child(11) {
  -webkit-transform: rotate(300deg) translate(0, -16px);
  -moz-transform: rotate(300deg) translate(0, -16px);
  -ms-transform: rotate(300deg) translate(0, -16px);
  -o-transform: rotate(300deg) translate(0, -16px);
  transform: rotate(300deg) translate(0, -16px);
  -webkit-animation-delay: 1.69s;
  -moz-animation-delay: 1.69s;
  animation-delay: 1.69s;
}
.pageload-overlay .fading-bullets-loader span:nth-child(12) {
  -webkit-transform: rotate(330deg) translate(0, -16px);
  -moz-transform: rotate(330deg) translate(0, -16px);
  -ms-transform: rotate(330deg) translate(0, -16px);
  -o-transform: rotate(330deg) translate(0, -16px);
  transform: rotate(330deg) translate(0, -16px);
  -webkit-animation-delay: 1.85s;
  -moz-animation-delay: 1.85s;
  animation-delay: 1.85s;
}
/* End Fading Bullets */
/* Stretching Bars */
.pageload-overlay .stretching-bars-loader {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.pageload-overlay .stretching-bars-loader span {
  display: inline-block;
  width: 5px;
  height: 25px;
  margin: 0 2px 0 0;
  -webkit-animation: poreloader-stretch 1s ease-in-out infinite;
  -moz-animation: poreloader-stretch 1s ease-in-out infinite;
  animation: poreloader-stretch 1s ease-in-out infinite;
  background-color: #f33a3a;
}
.pageload-overlay .stretching-bars-loader span:nth-child(1) {
  -webkit-animation-delay: 0s;
  -moz-animation-delay: 0s;
  animation-delay: 0s;
}
.pageload-overlay .stretching-bars-loader span:nth-child(2) {
  -webkit-animation-delay: .1s;
  -moz-animation-delay: .1s;
  animation-delay: .1s;
}
.pageload-overlay .stretching-bars-loader span:nth-child(3) {
  -webkit-animation-delay: .2s;
  -moz-animation-delay: .2s;
  animation-delay: .2s;
}
.pageload-overlay .stretching-bars-loader span:nth-child(4) {
  -webkit-animation-delay: .3s;
  -moz-animation-delay: .3s;
  animation-delay: .3s;
}
.pageload-overlay .stretching-bars-loader span:nth-child(5) {
  -webkit-animation-delay: .4s;
  -moz-animation-delay: .4s;
  animation-delay: .4s;
}
@-webkit-keyframes poreloader-stretch {
  0% {
    -webkit-transform: scaleY(1);
  }
  25% {
    -webkit-transform: scaleY(1.8);
  }
  50% {
    -webkit-transform: scaleY(1);
  }
  100% {
    -webkit-transform: scaleY(1);
  }
}
@-moz-keyframes poreloader-stretch {
  0% {
    -moz-transform: scaleY(1);
  }
  25% {
    -moz-transform: scaleY(1.8);
  }
  50% {
    -moz-transform: scaleY(1);
  }
  100% {
    -moz-transform: scaleY(1);
  }
}
@keyframes poreloader-stretch {
  0% {
    transform: scaleY(1);
  }
  25% {
    transform: scaleY(1.8);
  }
  50% {
    transform: scaleY(1);
  }
  100% {
    transform: scaleY(1);
  }
}
/* End Stretching Bars */
/* Waving Bullets */
.pageload-overlay .waving-bullets-loader {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.pageload-overlay .waving-bullets-loader span {
  display: inline-block;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  margin: 0 5px 0 0;
  -webkit-animation: poreloader-scaling 1.5s ease-in-out infinite;
  -moz-animation: poreloader-scaling 1.5s ease-in-out infinite;
  animation: poreloader-scaling 1.5s ease-in-out infinite;
  background-color: #f33a3a;
}
.pageload-overlay .waving-bullets-loader span:nth-child(1) {
  -webkit-animation-delay: 0s;
  -moz-animation-delay: 0s;
  animation-delay: 0s;
}
.pageload-overlay .waving-bullets-loader span:nth-child(2) {
  -webkit-animation-delay: .25s;
  -moz-animation-delay: .25s;
  animation-delay: .25s;
}
.pageload-overlay .waving-bullets-loader span:nth-child(3) {
  -webkit-animation-delay: .5s;
  -moz-animation-delay: .5s;
  animation-delay: .5s;
}
@-webkit-keyframes poreloader-scaling {
  0% {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0);
  }
}
@-moz-keyframes poreloader-scaling {
  0% {
    -moz-transform: scale(0);
  }
  50% {
    -moz-transform: scale(1);
  }
  100% {
    -moz-transform: scale(0);
  }
}
@keyframes poreloader-scaling {
  0% {
    transform: scale(0);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
/* End Waving Bullets */
/* 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: #919c5d;
  display: inline-block;
  margin: 30px 0;
  width: 100%;
}
.rstpl-widget .rstpl-twitter-widget-slider .author {
  font-size: 18px;
  color: #f33a3a;
  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(243, 58, 58, 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: #f33a3a;
  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: #919c5d;
  display: block;
}
.rstpl-widget .rstpl-twitter-widget-list li small {
  text-transform: lowercase;
  font-weight: 700;
}
/* 10 Social Icons
------------------------------------------------------------------------------*/
.rstpl-social .rstpl-title {
  margin: 0 0 15px 0;
}
.rstpl-social-icons {
  list-style: none;
  font-size: 18px;
  margin: 20px 0 0 0;
  padding: 0;
}
.rstpl-social-icons.rstpl-social-more {
  float: right;
}
.rstpl-social-icons.rstpl-social-small {
  margin: 0;
  padding: 0;
}
.rstpl-social-icons.rstpl-social-small li {
  display: inline-block;
  position: relative;
}
.rstpl-social-icons.rstpl-social-small .rstpl-social-link {
  border-radius: 50%;
  position: relative;
}
.rstpl-social-icons li {
  display: inline-block;
  margin: 0 5px 0 0;
}
.rstpl-social-icons li:last-of-type {
  margin: 0;
}
.rstpl-social-icons .rstpl-social-link {
  background-color: #919c5d;
  color: #fff;
  display: inline-block;
  text-align: center;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.rstpl-social-icons .rstpl-social-link [class*="rstpl-social-icon-"] {
  color: #fff;
  width: 40px;
  height: 40px;
  display: inline-block;
  border-radius: 50%;
  line-height: 40px;
}
.rstpl-social-icons .rstpl-social-link .rstpl-social-icon-facebook:before {
  content: '\f09a';
  font-family: 'FontAwesome';
}
.rstpl-social-icons .rstpl-social-link .rstpl-social-icon-twitter:before {
  content: '\f099';
  font-family: 'FontAwesome';
}
.rstpl-social-icons .rstpl-social-link .rstpl-social-icon-linkedin:before {
  content: '\f0e1';
  font-family: 'FontAwesome';
}
.rstpl-social-icons .rstpl-social-link .rstpl-social-icon-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 {
  background-color: #f33a3a;
}
@media (max-width: 768px) {
  .rstpl-social.pull-right {
    float: none;
  }
}
/* 12 Chosen
------------------------------------------------------------------------------*/
.chzn-container.chzn-container-single .chzn-single {
  background: #ffffff;
  background-image: none;
  border-radius: 0px;
  box-shadow: none;
  min-height: 20px;
  padding: 5px;
  display: block;
  width: 100%;
  line-height: 11px;
}
.chzn-container.chzn-container-single .chzn-single span {
  display: inline;
  overflow: initial;
}
.chzn-container.chzn-container-multi .chzn-choices {
  background-image: none;
  border-color: #e1e1e1;
}
.chzn-container.chzn-container-active .chzn-choices {
  border-color: #919c5d;
  -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.15) inset, 0px 0px 4px rgba(145, 156, 93, 0.6);
  -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.15) inset, 0px 0px 4px rgba(145, 156, 93, 0.6);
  -ms-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.15) inset, 0px 0px 4px rgba(145, 156, 93, 0.6);
  -o-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.15) inset, 0px 0px 4px rgba(145, 156, 93, 0.6);
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.15) inset, 0px 0px 4px rgba(145, 156, 93, 0.6);
}
.chzn-container.chzn-container-active .chzn-results li.highlighted {
  background-color: #919c5d;
  background-image: none;
}
/* 13 Go top button
------------------------------------------------------------------------------*/
.rstpl-go-top {
  position: fixed;
  bottom: 200px;
  left: 50%;
  opacity: 0;
  visibility: hidden;
  z-index: 9;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.rstpl-go-top a {
  border: 3px solid #f33a3a;
  border-radius: 50%;
  display: inline-block;
  height: 70px;
  width: 70px;
  font-size: 50px;
  padding: 10px;
  position: relative;
  text-align: center;
  filter: alpha(opacity=0);
}
.rstpl-go-top a:before {
  content: '';
  background-image: repeating-linear-gradient(45deg, transparent, transparent 4px, #777777 1px, #777777 5px);
  background-position: left top;
  background-repeat: no-repeat;
  position: absolute;
  top: 25px;
  left: -425px;
  height: 20px;
  width: 400px;
}
@media (max-width: 1199px) {
  .rstpl-go-top a:before {
    left: -325px;
    width: 300px;
  }
}
@media (max-width: 979px) {
  .rstpl-go-top a:before {
    left: -275px;
    top: 15px;
    width: 250px;
  }
}
.rstpl-go-top a:after {
  content: '';
  background-image: repeating-linear-gradient(45deg, transparent, transparent 4px, #777777 1px, #777777 5px);
  background-position: right top;
  background-repeat: no-repeat;
  position: absolute;
  top: 25px;
  right: -425px;
  height: 20px;
  width: 400px;
}
@media (max-width: 1199px) {
  .rstpl-go-top a:after {
    right: -325px;
    width: 300px;
  }
}
@media (max-width: 979px) {
  .rstpl-go-top a:after {
    right: -275px;
    top: 15px;
    width: 250px;
  }
}
.rstpl-go-top a span {
  color: #f33a3a;
  font-size: .8em;
  margin: 0;
  padding: 4px 0;
  height: 100%;
  vertical-align: middle;
  width: 100%;
}
@media (max-width: 979px) {
  .rstpl-go-top a {
    height: 50px;
    width: 50px;
    font-size: 35px;
    padding: 5px;
  }
}
.rstpl-go-top.rstpl-go-top-is-visible,
.rstpl-go-top .rstpl-go-top.rstpl-go-top-fade-out,
.rstpl-go-top .no-touch .rstpl-go-top:hover {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.rstpl-go-top.rstpl-go-top-is-visible {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
}
.rstpl-go-top.rstpl-go-top-fade-out {
  opacity: .5;
  filter: alpha(opacity=50);
}
.rstpl-go-top.rstpl-go-top-fade-out:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
@media (max-width: 767px) {
  .rstpl-go-top {
    bottom: 160px;
  }
}
/* 14 Spacing
------------------------------------------------------------------------------*/
.body > section {
  margin: 80px 0 0 0;
}
.body > section.rstpl-main-menu-position,
.body > section.rstpl-slideshow-position {
  margin: 0;
}
.body > section.rstpl-main-menu-position.rstpl-absolute-menu + section:not(.rstpl-slideshow-position) {
  margin: 150px 0 0 0;
}
@media (max-width: 979px) {
  .body > section.rstpl-main-menu-position.rstpl-absolute-menu + section:not(.rstpl-slideshow-position) {
    margin: 80px 0 0 0;
  }
}
.body > section:last-of-type.rstpl-footer-position,
.body > section:last-of-type.rstpl-after-footer-position {
  margin: 0;
  padding: 80px 0 340px 0;
}
@media (max-width: 767px) {
  .body > section:last-of-type.rstpl-footer-position,
  .body > section:last-of-type.rstpl-after-footer-position {
    padding: 80px 0 185px 0;
  }
}
/* Newsflash Module
------------------------------------------------------------------------------*/
[class*="newsflash-horiz"],
[class*="newsflash-vert"],
.newsflash-masonry,
.latest-articles {
  list-style-type: none;
  margin: 0;
}
@media (max-width: 767px) {
  [class*="newsflash-horiz"],
  [class*="newsflash-vert"],
  .newsflash-masonry,
  .latest-articles {
    margin: 0;
  }
}
[class*="newsflash-horiz"] [class*="span"],
[class*="newsflash-vert"] [class*="span"],
.newsflash-masonry [class*="span"],
.latest-articles [class*="span"] {
  margin: 0;
}
[class*="newsflash-horiz"] [class*="span"]:first-of-type,
[class*="newsflash-vert"] [class*="span"]:first-of-type,
.newsflash-masonry [class*="span"]:first-of-type,
.latest-articles [class*="span"]:first-of-type {
  margin: 0;
}
[class*="newsflash-horiz"] li,
[class*="newsflash-vert"] li,
.newsflash-masonry li,
.latest-articles li {
  width: 50%;
  float: left;
  padding: 15px;
}
@media (max-width: 767px) {
  [class*="newsflash-horiz"] li,
  [class*="newsflash-vert"] li,
  .newsflash-masonry li,
  .latest-articles li {
    padding: 15px;
  }
}
[class*="newsflash-horiz"] li h1,
[class*="newsflash-vert"] li h1,
.newsflash-masonry li h1,
.latest-articles li h1,
[class*="newsflash-horiz"] li h2,
[class*="newsflash-vert"] li h2,
.newsflash-masonry li h2,
.latest-articles li h2,
[class*="newsflash-horiz"] li h3,
[class*="newsflash-vert"] li h3,
.newsflash-masonry li h3,
.latest-articles li h3,
[class*="newsflash-horiz"] li h4,
[class*="newsflash-vert"] li h4,
.newsflash-masonry li h4,
.latest-articles li h4,
[class*="newsflash-horiz"] li h5,
[class*="newsflash-vert"] li h5,
.newsflash-masonry li h5,
.latest-articles li h5,
[class*="newsflash-horiz"] li h6,
[class*="newsflash-vert"] li h6,
.newsflash-masonry li h6,
.latest-articles li h6,
[class*="newsflash-horiz"] li p,
[class*="newsflash-vert"] li p,
.newsflash-masonry li p,
.latest-articles li p {
  padding: 0 15px;
}
@media (max-width: 1200px) {
  [class*="newsflash-horiz"] li,
  [class*="newsflash-vert"] li,
  .newsflash-masonry li,
  .latest-articles li {
    width: 50%;
  }
}
@media (max-width: 767px) {
  [class*="newsflash-horiz"] li,
  [class*="newsflash-vert"] li,
  .newsflash-masonry li,
  .latest-articles li {
    width: 100%;
    padding: 0;
  }
}
[class*="newsflash-horiz"] li h1,
[class*="newsflash-vert"] li h1,
.newsflash-masonry li h1,
.latest-articles li h1,
[class*="newsflash-horiz"] li h2,
[class*="newsflash-vert"] li h2,
.newsflash-masonry li h2,
.latest-articles li h2,
[class*="newsflash-horiz"] li h3,
[class*="newsflash-vert"] li h3,
.newsflash-masonry li h3,
.latest-articles li h3,
[class*="newsflash-horiz"] li h4,
[class*="newsflash-vert"] li h4,
.newsflash-masonry li h4,
.latest-articles li h4,
[class*="newsflash-horiz"] li h5,
[class*="newsflash-vert"] li h5,
.newsflash-masonry li h5,
.latest-articles li h5,
[class*="newsflash-horiz"] li h6,
[class*="newsflash-vert"] li h6,
.newsflash-masonry li h6,
.latest-articles li h6 {
  padding: 0;
  margin: 20px 0;
}
[class*="newsflash-horiz"] li .rstpl-box-image,
[class*="newsflash-vert"] li .rstpl-box-image,
.newsflash-masonry li .rstpl-box-image,
.latest-articles li .rstpl-box-image {
  margin-bottom: 20px;
}
[class*="newsflash-horiz"] li .rstpl-box-image .rstpl-overlay-effect,
[class*="newsflash-vert"] li .rstpl-box-image .rstpl-overlay-effect,
.newsflash-masonry li .rstpl-box-image .rstpl-overlay-effect,
.latest-articles li .rstpl-box-image .rstpl-overlay-effect {
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
[class*="newsflash-horiz"] li .rstpl-box-image .rstpl-overlay-effect .post-bio,
[class*="newsflash-vert"] li .rstpl-box-image .rstpl-overlay-effect .post-bio,
.newsflash-masonry li .rstpl-box-image .rstpl-overlay-effect .post-bio,
.latest-articles li .rstpl-box-image .rstpl-overlay-effect .post-bio {
  position: absolute;
  right: 0;
  bottom: 0;
  margin: 3em;
  padding: 0 1em;
  max-width: 150px;
  border-right: 4px solid #828c53;
  text-align: right;
  color: #828c53;
  font-weight: 600;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  -webkit-transition: all 0.35s ease-out;
  -moz-transition: all 0.35s ease-out;
  -o-transition: all 0.35s ease-out;
  transition: all 0.35s ease-out;
  -webkit-transform: translate(0, 50%);
  -moz-transform: translate(0, 50%);
  -o-transform: translate(0, 50%);
  -ms-transform: translate(0, 50%);
  transform: translate(0, 50%);
}
[class*="newsflash-horiz"] li .rstpl-box-image .rstpl-overlay-effect .news-image,
[class*="newsflash-vert"] li .rstpl-box-image .rstpl-overlay-effect .news-image,
.newsflash-masonry li .rstpl-box-image .rstpl-overlay-effect .news-image,
.latest-articles li .rstpl-box-image .rstpl-overlay-effect .news-image,
[class*="newsflash-horiz"] li .rstpl-box-image .rstpl-overlay-effect img,
[class*="newsflash-vert"] li .rstpl-box-image .rstpl-overlay-effect img,
.newsflash-masonry li .rstpl-box-image .rstpl-overlay-effect img,
.latest-articles li .rstpl-box-image .rstpl-overlay-effect img {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  -webkit-transition: all 0.35s ease-out;
  -moz-transition: all 0.35s ease-out;
  -o-transition: all 0.35s ease-out;
  transition: all 0.35s ease-out;
  -webkit-transform: scale3d(1.05, 1.05, 1);
  -moz-transform: scale3d(1.05, 1.05, 1);
  -o-transform: scale3d(1.05, 1.05, 1);
  -ms-transform: scale3d(1.05, 1.05, 1);
  transform: scale3d(1.05, 1.05, 1);
  width: 100%;
}
[class*="newsflash-horiz"] li .rstpl-box-image .rstpl-overlay-effect:before,
[class*="newsflash-vert"] li .rstpl-box-image .rstpl-overlay-effect:before,
.newsflash-masonry li .rstpl-box-image .rstpl-overlay-effect:before,
.latest-articles li .rstpl-box-image .rstpl-overlay-effect:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.75);
  content: '';
  -webkit-transition: all 0.45s ease-out;
  -moz-transition: all 0.45s ease-out;
  -o-transition: all 0.45s ease-out;
  transition: all 0.45s ease-out;
  -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -126%, 0);
  -moz-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -126%, 0);
  -o-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -126%, 0);
  -ms-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -126%, 0);
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -126%, 0);
  z-index: 5;
}
[class*="newsflash-horiz"] li:hover .rstpl-overlay-effect > .news-image,
[class*="newsflash-vert"] li:hover .rstpl-overlay-effect > .news-image,
.newsflash-masonry li:hover .rstpl-overlay-effect > .news-image,
.latest-articles li:hover .rstpl-overlay-effect > .news-image,
[class*="newsflash-horiz"] li:hover .rstpl-overlay-effect img,
[class*="newsflash-vert"] li:hover .rstpl-overlay-effect img,
.newsflash-masonry li:hover .rstpl-overlay-effect img,
.latest-articles li:hover .rstpl-overlay-effect img {
  -moz-opacity: 0.25;
  -khtml-opacity: 0.25;
  -webkit-opacity: 0.25;
  opacity: 0.25;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=25);
  filter: alpha(opacity=25);
  -webkit-transform: scale3d(1, 1, 1);
  -moz-transform: scale3d(1, 1, 1);
  -o-transform: scale3d(1, 1, 1);
  -ms-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}
[class*="newsflash-horiz"] li:hover .rstpl-overlay-effect:before,
[class*="newsflash-vert"] li:hover .rstpl-overlay-effect:before,
.newsflash-masonry li:hover .rstpl-overlay-effect:before,
.latest-articles li:hover .rstpl-overlay-effect:before {
  -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 125%, 0);
  -moz-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 125%, 0);
  -o-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 125%, 0);
  -ms-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 125%, 0);
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 125%, 0);
}
[class*="newsflash-horiz"] li:hover .rstpl-overlay-effect > .post-bio,
[class*="newsflash-vert"] li:hover .rstpl-overlay-effect > .post-bio,
.newsflash-masonry li:hover .rstpl-overlay-effect > .post-bio,
.latest-articles li:hover .rstpl-overlay-effect > .post-bio {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
[class*="newsflash-horiz"] li > .btn.btn-primary,
[class*="newsflash-vert"] li > .btn.btn-primary,
.newsflash-masonry li > .btn.btn-primary,
.latest-articles li > .btn.btn-primary {
  margin-top: 10px;
  width: 170px;
  display: block;
}
@media (max-width: 767px) {
  .newsflash-masonry li {
    padding: 15px;
  }
}
.newsflash-masonry li .rstpl-box-image .rstpl-overlay-effect img {
  width: 100%;
}
[class*="newsflash-vert"] li {
  width: 100%;
}
@media (max-width: 767px) {
  [class*="newsflash-vert"] li {
    padding: 15px;
  }
}
[class*="newsflash-vert"] li .rstpl-box-image .rstpl-overlay-effect .news-image {
  height: 340px;
  width: 100%;
  background-position: center center;
  background-size: cover;
  display: block;
}
[class*="newsflash-vert"] li .rstpl-box-image .rstpl-overlay-effect:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(145, 156, 93, 0.7);
  content: '';
  -webkit-transition: all 0.45s ease-out;
  -moz-transition: all 0.45s ease-out;
  -o-transition: all 0.45s ease-out;
  transition: all 0.45s ease-out;
  -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -137%, 0);
  -moz-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -137%, 0);
  -o-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -137%, 0);
  -ms-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -137%, 0);
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -137%, 0);
  z-index: 5;
}
[class*="newsflash-vert"] li .rstpl-box-image:hover .rstpl-overlay-effect:before {
  -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 137%, 0);
  -moz-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 137%, 0);
  -o-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 137%, 0);
  -ms-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 137%, 0);
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 137%, 0);
}
.rstpl-box-featured-article {
  position: relative;
}
.rstpl-box-featured-article:before {
  content: '';
  background-color: #919c5d;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.9;
  height: 100%;
  width: 100%;
  z-index: 0;
}
.rstpl-box-featured-article .container {
  padding: 30px;
  position: relative;
  width: 100%;
}
.rstpl-box-featured-article .rstpl-box-content {
  color: #cccccc;
}
.rstpl-box-featured-article .rstpl-box-title {
  color: #ffffff;
  margin-top: 0;
}
.rstpl-box-featured-article .rstpl-box-buttons .btn {
  -webkit-box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.4);
  -ms-box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.4);
  -o-box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.4);
}
.rstpl-box-featured-article .rstpl-box-buttons .btn:hover,
.rstpl-box-featured-article .rstpl-box-buttons .btn:focus {
  -webkit-box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.4);
  -ms-box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.4);
  -o-box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.4);
}
.article-news.rstpl-simple-carousel {
  position: relative;
}
.article-news.rstpl-simple-carousel .item .rstpl-box-content {
  padding-left: 0;
}
.article-news.rstpl-simple-carousel .item .post-bio {
  margin: 15px 0;
}
.article-news.rstpl-simple-carousel .item .post-bio .icon-calendar {
  margin-left: 10px;
}
.article-news.rstpl-simple-carousel .item .rstpl-box-image .news-image {
  height: 280px;
  width: 100%;
  background-position: center center;
  background-size: cover;
  display: block;
}
@media (max-width: 767px) {
  [class*="newsflash-horiz"] li,
  .latest-articles li {
    padding: 15px;
  }
}
[class*="newsflash-horiz"] li .rstpl-box-image .rstpl-overlay-effect .news-image,
.latest-articles li .rstpl-box-image .rstpl-overlay-effect .news-image {
  height: 450px;
  width: 100%;
  background-position: center center;
  background-size: cover;
  display: block;
}
@media (max-width: 979px) {
  [class*="newsflash-horiz"] li .rstpl-box-image .rstpl-overlay-effect .news-image,
  .latest-articles li .rstpl-box-image .rstpl-overlay-effect .news-image {
    height: 250px;
  }
}
/* Category Module
------------------------------------------------------------------------------*/
.rstpl-blocks {
  list-style-type: none;
  margin: 0;
}
.rstpl-blocks li {
  position: relative;
  float: left;
  width: 33.3%;
  padding: 30px;
  color: #ffffff;
  background-size: cover;
  background-position: center center;
  overflow: hidden;
  min-height: 305px;
}
@media (max-width: 1200px) {
  .rstpl-blocks li {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .rstpl-blocks li {
    width: 100%;
  }
}
.rstpl-blocks li a,
.rstpl-blocks li span,
.rstpl-blocks li p,
.rstpl-blocks li h1,
.rstpl-blocks li h2,
.rstpl-blocks li h3,
.rstpl-blocks li h4,
.rstpl-blocks li h5,
.rstpl-blocks li h6 {
  position: relative;
  z-index: 5;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  transform: translateY(100%);
  transition: all 0.2s ease-in-out;
}
@media (max-width: 767px) {
  .rstpl-blocks li a,
  .rstpl-blocks li span,
  .rstpl-blocks li p,
  .rstpl-blocks li h1,
  .rstpl-blocks li h2,
  .rstpl-blocks li h3,
  .rstpl-blocks li h4,
  .rstpl-blocks li h5,
  .rstpl-blocks li h6 {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    filter: alpha(opacity=100);
    transform: translate(0, 0);
  }
}
.rstpl-blocks li a,
.rstpl-blocks li h1,
.rstpl-blocks li h2,
.rstpl-blocks li h3,
.rstpl-blocks li h4,
.rstpl-blocks li h5,
.rstpl-blocks li h6 {
  color: #919c5d;
}
.rstpl-blocks li a:hover,
.rstpl-blocks li h1:hover,
.rstpl-blocks li h2:hover,
.rstpl-blocks li h3:hover,
.rstpl-blocks li h4:hover,
.rstpl-blocks li h5:hover,
.rstpl-blocks li h6:hover {
  color: #ffffff;
}
.rstpl-blocks li .mod-articles-category-title,
.rstpl-blocks li .title {
  display: block;
  margin-bottom: 20px;
}
.rstpl-blocks li .mod-articles-category-hits,
.rstpl-blocks li .hits {
  display: block;
}
.rstpl-blocks li .mod-articles-category-hits:before,
.rstpl-blocks li .hits:before {
  font-family: 'FontAwesome';
  content: "\f080";
}
.rstpl-blocks li .mod-articles-category-writtenby,
.rstpl-blocks li .author {
  display: block;
}
.rstpl-blocks li .mod-articles-category-writtenby:before,
.rstpl-blocks li .author:before {
  font-family: 'FontAwesome';
  content: "\f007";
}
.rstpl-blocks li .mod-articles-category-category,
.rstpl-blocks li .category {
  display: block;
}
.rstpl-blocks li .mod-articles-category-category:before,
.rstpl-blocks li .category:before {
  font-family: 'FontAwesome';
  content: "\f07b";
}
.rstpl-blocks li .mod-articles-category-date,
.rstpl-blocks li .date {
  display: block;
  overflow: hidden;
}
.rstpl-blocks li .mod-articles-category-date:before,
.rstpl-blocks li .date:before {
  font-family: 'FontAwesome';
  content: "\f073";
}
.rstpl-blocks li .mod-articles-category-introtext,
.rstpl-blocks li .introtext {
  margin-top: 20px;
  height: 40px;
  overflow: hidden;
}
.rstpl-blocks li:hover a,
.rstpl-blocks li:hover span,
.rstpl-blocks li:hover p,
.rstpl-blocks li:hover h1,
.rstpl-blocks li:hover h2,
.rstpl-blocks li:hover h3,
.rstpl-blocks li:hover h4,
.rstpl-blocks li:hover h5,
.rstpl-blocks li:hover h6 {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.2s ease-in-out;
}
.rstpl-blocks li:hover:nth-of-type(odd):after {
  background-color: rgba(243, 58, 58, 0.95);
  transition: all 0.2s ease-in-out;
}
.rstpl-blocks li:hover:nth-of-type(even):after {
  background-color: rgba(145, 156, 93, 0.95);
  transition: all 0.2s ease-in-out;
}
.rstpl-blocks li:nth-of-type(odd):after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-color: rgba(243, 58, 58, 0.15);
  transition: all 0.2s ease-in-out;
}
@media (max-width: 767px) {
  .rstpl-blocks li:nth-of-type(odd):after {
    background-color: rgba(243, 58, 58, 0.75);
  }
}
.rstpl-blocks li:nth-of-type(even):after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-color: rgba(145, 156, 93, 0.15);
  transition: all 0.2s ease-in-out;
}
@media (max-width: 767px) {
  .rstpl-blocks li:nth-of-type(even):after {
    background-color: rgba(145, 156, 93, 0.75);
  }
}
.rstpl-blocks li:nth-of-type(even) a,
.rstpl-blocks li:nth-of-type(even) h1,
.rstpl-blocks li:nth-of-type(even) h2,
.rstpl-blocks li:nth-of-type(even) h3,
.rstpl-blocks li:nth-of-type(even) h4,
.rstpl-blocks li:nth-of-type(even) h5,
.rstpl-blocks li:nth-of-type(even) h6 {
  color: #f33a3a;
}
.rstpl-blocks li:nth-of-type(even) a:hover,
.rstpl-blocks li:nth-of-type(even) h1:hover,
.rstpl-blocks li:nth-of-type(even) h2:hover,
.rstpl-blocks li:nth-of-type(even) h3:hover,
.rstpl-blocks li:nth-of-type(even) h4:hover,
.rstpl-blocks li:nth-of-type(even) h5:hover,
.rstpl-blocks li:nth-of-type(even) h6:hover {
  color: #ffffff;
}
#column-left .latestnews,
#column-right .latestnews,
#column-left .categories-module,
#column-right .categories-module {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#column-left .latestnews li:before,
#column-right .latestnews li:before,
#column-left .categories-module li:before,
#column-right .categories-module li:before {
  font-family: 'FontAwesome';
  content: '\f0da';
  margin-right: 5px;
}
#column-left .latestnews li h1,
#column-right .latestnews li h1,
#column-left .categories-module li h1,
#column-right .categories-module li h1,
#column-left .latestnews li h2,
#column-right .latestnews li h2,
#column-left .categories-module li h2,
#column-right .categories-module li h2,
#column-left .latestnews li h3,
#column-right .latestnews li h3,
#column-left .categories-module li h3,
#column-right .categories-module li h3,
#column-left .latestnews li h4,
#column-right .latestnews li h4,
#column-left .categories-module li h4,
#column-right .categories-module li h4,
#column-left .latestnews li h5,
#column-right .latestnews li h5,
#column-left .categories-module li h5,
#column-right .categories-module li h5,
#column-left .latestnews li h6,
#column-right .latestnews li h6,
#column-left .categories-module li h6,
#column-right .categories-module li h6 {
  display: inline;
}
#column-left > div > h2,
#column-right > div > h2 {
  margin-bottom: 20px;
}
#column-left .rstpl-latest-articles li,
#column-right .rstpl-latest-articles li {
  min-height: 50px;
}
#column-left .rstpl-rseventspro_calendar .rs_calendar_module table.rs_calendar_module a,
#column-right .rstpl-rseventspro_calendar .rs_calendar_module table.rs_calendar_module a,
#column-left .rstpl-rseventspro_calendar .rs_calendar_module table.rs_calendar_module th,
#column-right .rstpl-rseventspro_calendar .rs_calendar_module table.rs_calendar_module th {
    padding: 5px !important;
}
@media (max-width: 1199px) {
    #column-left .rstpl-rseventspro_calendar .rs_calendar_module table.rs_calendar_module a,
    #column-right .rstpl-rseventspro_calendar .rs_calendar_module table.rs_calendar_module a,
    #column-left .rstpl-rseventspro_calendar .rs_calendar_module table.rs_calendar_module th,
    #column-right .rstpl-rseventspro_calendar .rs_calendar_module table.rs_calendar_module th {
        padding: 2px !important;
    }
}
@media (max-width: 979px) {
    #column-left .rstpl-rseventspro_calendar .rs_calendar_module table.rs_calendar_module a,
    #column-right .rstpl-rseventspro_calendar .rs_calendar_module table.rs_calendar_module a,
    #column-left .rstpl-rseventspro_calendar .rs_calendar_module table.rs_calendar_module th,
    #column-right .rstpl-rseventspro_calendar .rs_calendar_module table.rs_calendar_module th {
        font-size: 8px;
        padding: 1px !important;
    }
}
@media (max-width: 767px) {
    #column-left .rstpl-rseventspro_calendar .rs_calendar_module table.rs_calendar_module a,
    #column-right .rstpl-rseventspro_calendar .rs_calendar_module table.rs_calendar_module a,
    #column-left .rstpl-rseventspro_calendar .rs_calendar_module table.rs_calendar_module th,
    #column-right .rstpl-rseventspro_calendar .rs_calendar_module table.rs_calendar_module th {
        font-size: 14px;
        padding: 5px !important;
    }
}
.rstpl-latest-articles li {
  display: block;
  clear: both;
}
.rstpl-latest-articles .rstpl-thumbs-latest-articles img {
  width: 50px;
  height: 50px;
  float: left;
  margin-right: 15px;
  margin-bottom: 15px;
}
.rstpl-latest-articles .rstpl-thumbs-latest-articles .rstpl-latestnews-text {
  float: left;
}
/* Search Form
------------------------------------------------------------------------------*/
.form-search .input-append .search-query {
  border-radius: 0px;
}
.rstpl-template-menu .rstpl-search {
  position: relative;
}
.rstpl-template-menu .rstpl-search .open-search {
  margin: 0;
  cursor: pointer;
  z-index: 1;
  position: relative;
}
.rstpl-template-menu .rstpl-search .open-search:hover {
  background-color: transparent;
}
.rstpl-template-menu .rstpl-search .open-search.active .icon-search {
  color: #f33a3a;
}
.rstpl-template-menu .rstpl-search .open-search .icon-search {
  text-align: center;
}
.rstpl-template-menu .rstpl-search form {
  position: absolute;
  top: 31px;
  right: 0;
  float: right;
}
.rstpl-template-menu .rstpl-search form .inputbox {
  position: absolute;
  right: 50px;
  top: 14px;
  height: 40px;
  width: 0;
  min-width: 0;
  padding: 2px 5px;
  background: #ffffff;
  color: #6c6c6c;
  border: 2px solid rgba(145, 156, 93, 0.8);
  z-index: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.rstpl-template-menu .rstpl-search form .inputbox:active,
.rstpl-template-menu .rstpl-search form .inputbox:focus {
  border-color: #919c5d;
}
.rstpl-template-menu .rstpl-search form .inputbox.open {
  left: auto;
  width: 220px;
  opacity: 1;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
@media (max-width: 979px) {
  .rstpl-template-menu .rstpl-search .open-search {
    display: inline-block;
  }
  .rstpl-template-menu .rstpl-search form {
    position: relative;
    right: 0;
    top: 0;
  }
  .rstpl-template-menu .rstpl-search form .inputbox {
    height: 50px;
    border-top: none;
    border-bottom: none;
    border-left: 1px solid #e1e1e1;
    border-right: 1px solid #e1e1e1;
    right: 0;
    top: 0;
  }
  .rstpl-template-menu .rstpl-search form .inputbox.open {
    width: 600px;
  }
  .rstpl-template-menu .rstpl-search form .inputbox.open:active,
  .rstpl-template-menu .rstpl-search form .inputbox.open:focus {
    border-color: #e1e1e1;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .rstpl-template-menu .rstpl-search form .inputbox.open {
    width: 250px;
  }
}
.rstpl-navigation-offcanvas .rstpl-template-menu .rstpl-search a {
  margin-left: 208px;
  width: 41px;
  height: 41px;
}
.rstpl-navigation-offcanvas .rstpl-template-menu .rstpl-search form {
  top: -13px;
}
.rstpl-navigation-offcanvas .rstpl-template-menu .rstpl-search form .inputbox {
  right: 0;
  height: 39px;
}
.rstpl-navigation-offcanvas .rstpl-template-menu .rstpl-search form .inputbox.open {
  width: 200px;
}
.rstpl-navigation-offcanvas.opened .menu .rstpl-search a {
  margin-left: 3px;
}
/* RSTPL Modal
-----------------------------------------------------------------------------*/
#rstpl-modal {
  padding: 0 10px;
}
#cboxContent,
#colorbox,
#mbox,
#rstpl-modal,
input {
  -webkit-box-sizing: content-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: content-box;
  /* Firefox, other Gecko */
  box-sizing: content-box;
  /* Opera/IE 8+ */
}
#rstpl-modal input[type="text"],
#rstpl-modal input[type="password"] {
  width: 97% !important;
}
#rstpl-modal .form-horizontal .control-label {
  float: none;
  text-align: left;
  width: 100%;
}
#rstpl-modal .form-horizontal .controls {
  margin-left: 0;
}
#rstpl-modal .btn {
  margin-bottom: 5px;
  padding: 13.5px;
}
#rstpl-modal .form-horizontal .form-actions {
  padding-left: 0;
}
a.jmodedit {
  background: none;
  border: none;
  font-size: 1.5em;
  padding: 0;
}
a.jmodedit:hover,
a.jmodedit:focus {
  background: none;
  border: none;
}
#rstpl-pagewrap {
  height: 100%;
  position: relative;
}
/* Date Picker
-----------------------------------------------------------------------------*/
.bootstrap-datetimepicker-widget > ul {
  padding: 5px;
}
.bootstrap-datetimepicker-widget td,
.bootstrap-datetimepicker-widget th {
  border-radius: 0px;
}
.bootstrap-datetimepicker-widget td.active,
.bootstrap-datetimepicker-widget td.active:hover {
  background-color: #f33a3a !important;
  background-image: none;
  text-shadow: none;
}
.bootstrap-datetimepicker-widget td span {
  border-radius: 0px;
}
.bootstrap-datetimepicker-widget td span.active {
  background-image: none;
  text-shadow: none;
}
.bootstrap-datetimepicker-widget .btn {
  font-size: .6em;
  padding: 10px;
}
#sbox-window {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.rstpl-show-grid {
  text-align: center;
}
.rstpl-show-grid [class^="span"],
.rstpl-show-grid [class*=" span"] {
  font-weight: 700;
  padding-top: 25px;
  padding-bottom: 25px;
}
/* Fix for Shortcode BACKEND
-----------------------------------------------------------------------------*/
#shortcode_type .rstpl-box-icon span {
  line-height: 70px;
}
#shortcode_type .rstpl-full-width-bg {
  line-height: 31px;
}
#shortcode_type .rstpl-simple-carousel .right.carousel-control {
  left: auto !important;
}
/* Joomla Overrides
-----------------------------------------------------------------------------*/
#column-right .rstpl-login .rstpl-title-center,
#column-left .rstpl-login .rstpl-title-center {
  padding: 0;
  margin: 0 0 30px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  border: none;
}
#column-right .rstpl-login .rstpl-title-center:after,
#column-left .rstpl-login .rstpl-title-center:after {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
#column-right .rstpl-login a,
#column-left .rstpl-login a {
  color: #ffffff;
}
#column-right .rstpl-login form,
#column-left .rstpl-login form {
  background: #ffffff;
  z-index: 1111;
  width: 100%;
  margin: 0;
}
#column-right .rstpl-login form .input-prepend,
#column-left .rstpl-login form .input-prepend {
  width: 100%;
}
#column-right .rstpl-login form input[type="text"],
#column-left .rstpl-login form input[type="text"],
#column-right .rstpl-login form input[type="password"],
#column-left .rstpl-login form input[type="password"],
#column-right .rstpl-login form input[type="datetime"],
#column-left .rstpl-login form input[type="datetime"],
#column-right .rstpl-login form input[type="datetime-local"],
#column-left .rstpl-login form input[type="datetime-local"],
#column-right .rstpl-login form input[type="date"],
#column-left .rstpl-login form input[type="date"],
#column-right .rstpl-login form input[type="month"],
#column-left .rstpl-login form input[type="month"],
#column-right .rstpl-login form input[type="time"],
#column-left .rstpl-login form input[type="time"],
#column-right .rstpl-login form input[type="week"],
#column-left .rstpl-login form input[type="week"],
#column-right .rstpl-login form input[type="number"],
#column-left .rstpl-login form input[type="number"],
#column-right .rstpl-login form input[type="email"],
#column-left .rstpl-login form input[type="email"],
#column-right .rstpl-login form input[type="url"],
#column-left .rstpl-login form input[type="url"],
#column-right .rstpl-login form input[type="search"],
#column-left .rstpl-login form input[type="search"],
#column-right .rstpl-login form input[type="tel"],
#column-left .rstpl-login form input[type="tel"],
#column-right .rstpl-login form input[type="color"],
#column-left .rstpl-login form input[type="color"],
#column-right .rstpl-login form select,
#column-left .rstpl-login form select,
#column-right .rstpl-login form textarea,
#column-left .rstpl-login form textarea,
#column-right .rstpl-login form .uneditable-input,
#column-left .rstpl-login form .uneditable-input {
  min-width: 100%;
  max-width: 100%;
  width: 100%;
  height: 25px;
}
#column-right .rstpl-login form a,
#column-left .rstpl-login form a {
  color: #6c6c6c;
}
#column-right .rstpl-menu .nav-inner,
#column-left .rstpl-menu .nav-inner {
  display: none;
}
#column-right .rstpl-menu .rstpl-template-menu,
#column-left .rstpl-menu .rstpl-template-menu {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
#column-right .rstpl-menu .rstpl-template-menu li,
#column-left .rstpl-menu .rstpl-template-menu li {
  margin-bottom: 5px;
}
#column-right .rstpl-menu .rstpl-template-menu li.active a,
#column-left .rstpl-menu .rstpl-template-menu li.active a {
  color: #919c5d;
}
#column-right .rstpl-menu .rstpl-template-menu li:hover a,
#column-left .rstpl-menu .rstpl-template-menu li:hover a {
  color: #919c5d;
}
#column-right .rstpl-menu .rstpl-template-menu li:before,
#column-left .rstpl-menu .rstpl-template-menu li:before {
  font-family: 'FontAwesome';
  content: '\f101';
  color: #919c5d;
  font-size: 18px;
  margin-right: 10px;
}
#publishing .control-group .input-append button {
  padding: 4px 12px;
}
.mce-flow-layout button {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
}
.calendar > table {
  width: 100%;
}
.calendar > table > thead > tr > td,
.calendar > table > thead > tr > th {
  border-bottom-width: 0;
}
.calendar > table > thead .hilite {
  border: none;
  padding: 2px;
}
.calendar tbody .emptycell {
  padding: 2px 3px 2px 2px;
}
#imageForm #upbutton {
  background-color: #f33a3a;
  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
------------------------------------------------------------------------------*/
.breadcrumbs {
  list-style-type: none;
  padding: 20px 0px;
  margin: 0;
  display: inline-block;
  vertical-align: middle;
  width: 100%;
}
.breadcrumbs li {
  float: left;
}
.breadcrumbs li:first-of-type {
  margin-right: 20px;
  font-weight: 700;
}
.breadcrumbs li .divider {
  margin-left: 10px;
  vertical-align: -1px;
}
.breadcrumbs li .divider:before {
  content: '\f0da';
  font-family: 'FontAwesome';
  font-size: 15px;
  color: #919c5d;
}
@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;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 38%;
    white-space: nowrap;
  }
}
.vcenter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 767px) {
  .vcenter {
    display: block ;
  }
}
.fader {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&amp;0+0,1+100 */
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, #ffffff));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
  /* IE6-9 */
}
/* Helper Styles
------------------------------------------------------------------------------*/
.rstpl-m-bot-small {
  margin-bottom: 1.5rem;
}
.rstpl-m-bot {
  margin-bottom: 2rem;
}
.rstpl-m-bot-big {
  margin-bottom: 4rem;
}
.rstpl-m-top-small {
  margin-top: 1.5rem;
}
.rstpl-m-top {
  margin-top: 2rem;
}
.rstpl-m-top-big {
  margin-top: 4rem;
}
.rstpl-m-tb-small {
  margin: 1.5rem 0;
}
.rstpl-m-tb {
  margin: 2rem 0;
}
.rstpl-m-tb-big {
  margin: 4rem 0;
}
.rstpl-no-margin {
  margin: 0 !important;
}
.rstpl-no-m-left {
  margin-left: 0 !important;
}
.rstpl-no-m-right {
  margin-right: 0 !important;
}
.rstpl-no-m-bottom {
  margin-bottom: 0 !important;
}
.rstpl-no-m-top {
  margin-top: 0 !important;
}
.rstpl-no-m-lr {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.rstpl-no-m-tb {
  margin-bottom: 0 !important;
  margin-left: 0 !important;
}
.rstpl-p-bot-small {
  padding-bottom: 1.5rem;
}
.rstpl-p-bot {
  padding-bottom: 2rem;
}
.rstpl-p-bot-big {
  padding-bottom: 4rem;
}
.rstpl-p-top-small {
  padding-top: 1.5rem;
}
.rstpl-p-top {
  padding-top: 2rem;
}
.rstpl-p-top-big {
  padding-top: 4rem;
}
.rstpl-p-tb-small {
  padding: 1.5rem 0;
}
.rstpl-p-tb {
  padding: 2rem 0;
}
.rstpl-p-tb-big {
  padding: 4rem 0;
}
.rstpl-padding {
  padding: 1.5rem;
}
.rstpl-no-padding {
  padding: 0 !important;
}
.rstpl-no-p-left {
  padding-left: 0 !important;
}
.rstpl-no-p-right {
  padding-right: 0 !important;
}
.rstpl-no-p-bottom {
  padding-bottom: 0 !important;
}
.rstpl-no-p-top {
  padding-top: 0 !important;
}
.rstpl-no-p-lr {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.rstpl-no-p-tb {
  padding-bottom: 0 !important;
  padding-left: 0 !important;
}
.color-primary {
  color: #f33a3a;
}
.color-secondary {
  color: #919c5d;
}
.color-black {
  color: #000;
}
.color-white {
  color: #ffffff;
}
.pull-center {
  display: block;
  margin: 0 auto;
}
