* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  background-color: #fff;
  color: #616060;
  font-family: Lato;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  line-height: 27px;
  overflow-x: hidden;
  padding: 0;
  z-index: 0;
}

hr {
  border-color: #e1e1e1;
}

a {
  color: #ab5183;
  outline: 0;
}

a:hover,a:active,a:focus {
  color: #c584a8;
  text-decoration: none;
  outline: 0;
}

h1,h2,h3,h4,h5,h6 {
  font-family: Lato;
  color: #ab5183;
  font-weight: 300;
  line-height: 1.3;
  margin-top: 0;
}

h1.alternated,h2.alternated,h3.alternated,h4.alternated,h5.alternated,h6.alternated {
  font-family: Lato;
}

h1,h2,h3 {
  line-height: 1.2;
  margin-bottom: 30px;
  position: relative;
}

h1 {
  font-size: 56px;
  letter-spacing: -3px;
}

h2 {
  font-size: 48px;
}

h3 {
  font-size: 40px;
}

h4 {
  font-size: 32px;
}

h5 {
  font-size: 28px;
}

h6 {
  font-size: 24px;
}

p {
  margin: 0 0 15px 0;
}

::-moz-selection {
  background: #ab5183;
  color: #fff;
  text-shadow: none;
}

::selection {
  background: #ab5183;
  color: #fff;
  text-shadow: none;
}

.muted {
  color: rgba(97,96,96,0.55);
}

.text-warning {
  color: #fbb829;
}

.text-error {
  color: #ed092f;
}

.text-info {
  color: #2a8fbd;
}

.text-success {
  color: #a1c820;
}

@media (max-width: 768px) {
  .container {
    padding: 0 15px;
  }
}

blockquote,q {
  quotes: "" "";
  margin: 0;
  display: block;
  width: 100%;
  text-align: center;
  border: none;
  color: #000;
  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, #ab5183, transparent);
  background-image: linear-gradient(to right, transparent, #ab5183, 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: #000;
  font-size: 22px;
  font-weight: 700;
  font-style: italic;
}

.lead {
  font-weight: 400;
}

dfn,cite,em,i {
  font-style: italic;
}

@font-face {
  font-family: 'SliderArrows';src: url('fonts/SliderArrows.eot?3n31mc');src: url('fonts/SliderArrows.eot?3n31mc#iefix') format('embedded-opentype'), url('fonts/SliderArrows.ttf?3n31mc') format('truetype'), url('fonts/SliderArrows.woff?3n31mc') format('woff'), url('fonts/SliderArrows.svg?3n31mc#SliderArrows') format('svg');font-weight: normal;font-style: normal;
}

[class*="rstpl-title"] {
  position: relative;
  margin-top: 0;
  margin-bottom: 60px;
  display: block;
}

.rstpl-title-decor > h1,.rstpl-title-decor > h2,.rstpl-title-decor > h3,.rstpl-title-decor > h4,.rstpl-title-decor > h5,.rstpl-title-decor > h6 {
  padding-bottom: .5%;
  display: block;
  position: relative;
}

.rstpl-title-decor > h1:before,.rstpl-title-decor > h2:before,.rstpl-title-decor > h3:before,.rstpl-title-decor > h4:before,.rstpl-title-decor > h5:before,.rstpl-title-decor > h6:before {
  content: "";
  -webkit-transition: all .1s ease-in 0s;
  -moz-transition: all .1s ease-in 0s;
  -o-transition: all .1s ease-in 0s;
  transition: all .1s ease-in 0s;
  position: absolute;
  bottom: -4px;
  left: 0;
  width: .8em;
  height: 4px;
  background-color: #ab5183;
  visibility: visible;
}

.rstpl-title-decor > h1:hover:before,.rstpl-title-decor > h2:hover:before,.rstpl-title-decor > h3:hover:before,.rstpl-title-decor > h4:hover:before,.rstpl-title-decor > h5:hover:before,.rstpl-title-decor > h6:hover:before {
  -webkit-transition: all .1s ease-in 0s;
  -moz-transition: all .1s ease-in 0s;
  -o-transition: all .1s ease-in 0s;
  transition: all .1s ease-in 0s;
  width: 0;
  visibility: hidden;
}

h1.rstpl-title-decor,h2.rstpl-title-decor,h3.rstpl-title-decor,h4.rstpl-title-decor,h5.rstpl-title-decor,h6.rstpl-title-decor {
  padding-bottom: .5%;
  display: block;
  position: relative;
}

h1.rstpl-title-decor:before,h2.rstpl-title-decor:before,h3.rstpl-title-decor:before,h4.rstpl-title-decor:before,h5.rstpl-title-decor:before,h6.rstpl-title-decor:before {
  content: "";
  -webkit-transition: all .1s ease-in 0s;
  -moz-transition: all .1s ease-in 0s;
  -o-transition: all .1s ease-in 0s;
  transition: all .1s ease-in 0s;
  position: absolute;
  bottom: -4px;
  left: 0;
  width: .8em;
  height: 4px;
  background-color: #ab5183;
  visibility: visible;
}

h1.rstpl-title-decor:hover:before,h2.rstpl-title-decor:hover:before,h3.rstpl-title-decor:hover:before,h4.rstpl-title-decor:hover:before,h5.rstpl-title-decor:hover:before,h6.rstpl-title-decor:hover:before {
  -webkit-transition: all .1s ease-in 0s;
  -moz-transition: all .1s ease-in 0s;
  -o-transition: all .1s ease-in 0s;
  transition: all .1s ease-in 0s;
  width: 0;
  visibility: hidden;
}

.rstpl-title-decor.text-center h1:before,.rstpl-title-decor.text-center h2:before,.rstpl-title-decor.text-center h3:before,.rstpl-title-decor.text-center h4:before,.rstpl-title-decor.text-center h5:before,.rstpl-title-decor.text-center h6:before {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.rstpl-title-decor h1.text-center:before,.rstpl-title-decor h2.text-center:before,.rstpl-title-decor h3.text-center:before,.rstpl-title-decor h4.text-center:before,.rstpl-title-decor h5.text-center:before,.rstpl-title-decor h6.text-center:before {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.rstpl-title-decor.text-right h1:before,.rstpl-title-decor.text-right h2:before,.rstpl-title-decor.text-right h3:before,.rstpl-title-decor.text-right h4:before,.rstpl-title-decor.text-right h5:before,.rstpl-title-decor.text-right h6:before {
  right: 0;
  left: auto;
}

.rstpl-title-decor h1.text-right:before,.rstpl-title-decor h2.text-right:before,.rstpl-title-decor h3.text-right:before,.rstpl-title-decor h4.text-right:before,.rstpl-title-decor h5.text-right:before,.rstpl-title-decor h6.text-right:before {
  right: 0;
  left: auto;
}

.rstpl-title-shadow h1,.rstpl-title-shadow h2,.rstpl-title-shadow h3,.rstpl-title-shadow h4,.rstpl-title-shadow h5,.rstpl-title-shadow h6 {
  text-shadow: 4px 4px 0 rgba(0,0,0,0.17);
}

@media (max-width: 767px) {
  [class*="rstpl-title"] {
    padding: 15px;
    margin-bottom: 40px;
  }

  .rstpl-custom > [class*="rstpl-title"] {
    margin-left: 15px;
  }
}

.rstitle-class {
  padding-bottom: .5%;
  display: block;
  position: relative;
  font-weight: 400;
  margin: 0 0 1rem 0;
}

.rstitle-class:before {
  content: "";
  -webkit-transition: all .1s ease-in 0s;
  -moz-transition: all .1s ease-in 0s;
  -o-transition: all .1s ease-in 0s;
  transition: all .1s ease-in 0s;
  position: absolute;
  bottom: -4px;
  left: 0;
  width: .8em;
  height: 4px;
  background-color: #ab5183;
  visibility: visible;
}

.rstitle-class:hover:before {
  -webkit-transition: all .1s ease-in 0s;
  -moz-transition: all .1s ease-in 0s;
  -o-transition: all .1s ease-in 0s;
  transition: all .1s ease-in 0s;
  width: 0;
  visibility: hidden;
}

.rstpl-custom > div > h1,.rstpl-custom > div > h2,.rstpl-custom > div > h3,.rstpl-custom > div > h4,.rstpl-custom > div > h5,.rstpl-custom > div > h6 {
  padding-bottom: .5%;
  display: block;
  position: relative;
  font-weight: 400;
  margin: 0 0 1rem 0;
}

.rstpl-custom > div > h1:before,.rstpl-custom > div > h2:before,.rstpl-custom > div > h3:before,.rstpl-custom > div > h4:before,.rstpl-custom > div > h5:before,.rstpl-custom > div > h6:before {
  content: "";
  -webkit-transition: all .1s ease-in 0s;
  -moz-transition: all .1s ease-in 0s;
  -o-transition: all .1s ease-in 0s;
  transition: all .1s ease-in 0s;
  position: absolute;
  bottom: -4px;
  left: 0;
  width: .8em;
  height: 4px;
  background-color: #ab5183;
  visibility: visible;
}

.rstpl-custom > div > h1:hover:before,.rstpl-custom > div > h2:hover:before,.rstpl-custom > div > h3:hover:before,.rstpl-custom > div > h4:hover:before,.rstpl-custom > div > h5:hover:before,.rstpl-custom > div > h6:hover:before {
  -webkit-transition: all .1s ease-in 0s;
  -moz-transition: all .1s ease-in 0s;
  -o-transition: all .1s ease-in 0s;
  transition: all .1s ease-in 0s;
  width: 0;
  visibility: hidden;
}

.rstpl-custom > h1,.rstpl-custom > h2,.rstpl-custom > h3,.rstpl-custom > h4,.rstpl-custom > h5,.rstpl-custom > h6 {
  padding-bottom: .5%;
  display: block;
  position: relative;
  font-weight: 400;
  margin: 0 0 1rem 0;
}

.rstpl-custom > h1:before,.rstpl-custom > h2:before,.rstpl-custom > h3:before,.rstpl-custom > h4:before,.rstpl-custom > h5:before,.rstpl-custom > h6:before {
  content: "";
  -webkit-transition: all .1s ease-in 0s;
  -moz-transition: all .1s ease-in 0s;
  -o-transition: all .1s ease-in 0s;
  transition: all .1s ease-in 0s;
  position: absolute;
  bottom: -4px;
  left: 0;
  width: .8em;
  height: 4px;
  background-color: #ab5183;
  visibility: visible;
}

.rstpl-custom > h1:hover:before,.rstpl-custom > h2:hover:before,.rstpl-custom > h3:hover:before,.rstpl-custom > h4:hover:before,.rstpl-custom > h5:hover:before,.rstpl-custom > h6:hover:before {
  -webkit-transition: all .1s ease-in 0s;
  -moz-transition: all .1s ease-in 0s;
  -o-transition: all .1s ease-in 0s;
  transition: all .1s ease-in 0s;
  width: 0;
  visibility: hidden;
}

#column-right > div > h1,#column-left > div > h1,#column-right > div > h2,#column-left > div > h2,#column-right > div > h3,#column-left > div > h3,#column-right > div > h4,#column-left > div > h4,#column-right > div > h5,#column-left > div > h5,#column-right > div > h6,#column-left > div > h6 {
  padding-bottom: .5%;
  display: block;
  position: relative;
  font-weight: 400;
  margin: 0 0 1rem 0;
  color: #000;
  margin-bottom: 1.5rem;
}

#column-right > div > h1:before,#column-left > div > h1:before,#column-right > div > h2:before,#column-left > div > h2:before,#column-right > div > h3:before,#column-left > div > h3:before,#column-right > div > h4:before,#column-left > div > h4:before,#column-right > div > h5:before,#column-left > div > h5:before,#column-right > div > h6:before,#column-left > div > h6:before {
  content: "";
  -webkit-transition: all .1s ease-in 0s;
  -moz-transition: all .1s ease-in 0s;
  -o-transition: all .1s ease-in 0s;
  transition: all .1s ease-in 0s;
  position: absolute;
  bottom: -4px;
  left: 0;
  width: .8em;
  height: 4px;
  background-color: #ab5183;
  visibility: visible;
}

#column-right > div > h1:hover:before,#column-left > div > h1:hover:before,#column-right > div > h2:hover:before,#column-left > div > h2:hover:before,#column-right > div > h3:hover:before,#column-left > div > h3:hover:before,#column-right > div > h4:hover:before,#column-left > div > h4:hover:before,#column-right > div > h5:hover:before,#column-left > div > h5:hover:before,#column-right > div > h6:hover:before,#column-left > div > h6:hover:before {
  -webkit-transition: all .1s ease-in 0s;
  -moz-transition: all .1s ease-in 0s;
  -o-transition: all .1s ease-in 0s;
  transition: all .1s ease-in 0s;
  width: 0;
  visibility: hidden;
}

#column-right > div > h1:before,#column-left > div > h1:before,#column-right > div > h2:before,#column-left > div > h2:before,#column-right > div > h3:before,#column-left > div > h3:before,#column-right > div > h4:before,#column-left > div > h4:before,#column-right > div > h5:before,#column-left > div > h5:before,#column-right > div > h6:before,#column-left > div > h6:before {
  background-color: #000;
}

.rstpl-shortcode-title {
  position: relative;
}

.rstpl-shortcode-title .rstpl-motived-title {
  padding-bottom: .5%;
  display: block;
  position: relative;
  font-weight: 400;
  margin: 0 0 1rem 0;
}

.rstpl-shortcode-title .rstpl-motived-title:before {
  content: "";
  -webkit-transition: all .1s ease-in 0s;
  -moz-transition: all .1s ease-in 0s;
  -o-transition: all .1s ease-in 0s;
  transition: all .1s ease-in 0s;
  position: absolute;
  bottom: -4px;
  left: 0;
  width: .8em;
  height: 4px;
  background-color: #ab5183;
  visibility: visible;
}

.rstpl-shortcode-title .rstpl-motived-title:hover:before {
  -webkit-transition: all .1s ease-in 0s;
  -moz-transition: all .1s ease-in 0s;
  -o-transition: all .1s ease-in 0s;
  transition: all .1s ease-in 0s;
  width: 0;
  visibility: hidden;
}

.rstpl-shortcode-title img {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: #fff;
}

.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%;
}

.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: #ab5183;
}

.rstpl-arrow-simple-bullet > li,.rstpl-arrow-circle-bullet > li {
  line-height: 27px;
}

.rstpl-arrow-circle-bullet > li:before {
  content: "\f138";
  font-family: "FontAwesome";
  font-size: 1em;
  font-weight: 100;
  margin-right: 10px;
  vertical-align: 0;
}

.rs_clear {
  height: 0 !important;
  line-height: 0 !important;
}

.rs_table [id*="rscalendarmonth"] {
  font-weight: 900;
}

.rs_calendar_arrows_module {
  font-size: 1.5em;
  line-height: 1.5em;
  padding: 0 8px !important;
  width: 10px;
}

.table-bordered {
  border-radius: 0px;
}

table:not(.table):not(.rs_table):not(.rsblog-calendar > table) {
  margin: 0 0 1.5em;
  width: 100%;
  border: 1px solid #e1e1e1;
  max-width: 100%;
  margin-bottom: 20px;
}

table:not(.table):not(.rs_table):not(.rsblog-calendar > table) > thead > tr > th,table:not(.table):not(.rs_table):not(.rsblog-calendar > table) > tbody > tr > th,table:not(.table):not(.rs_table):not(.rsblog-calendar > table) > tfoot > tr > th,table:not(.table):not(.rs_table):not(.rsblog-calendar > table) > thead > tr > td,table:not(.table):not(.rs_table):not(.rsblog-calendar > table) > tbody > tr > td,table:not(.table):not(.rs_table):not(.rsblog-calendar > table) > tfoot > tr > td {
  padding: 15px;
  vertical-align: top;
  border: 1px solid #e1e1e1;
}

table:not(.table):not(.rs_table):not(.rsblog-calendar > table) > thead > tr > th,table:not(.table):not(.rs_table):not(.rsblog-calendar > table) > thead > tr > td {
  border-bottom-width: 2px;
}

table:not(.table):not(.rs_table):not(.rsblog-calendar > table) > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #e1e1e1;
}

table:not(.table):not(.rs_table):not(.rsblog-calendar > table) > caption + thead > tr:first-child > th,table:not(.table):not(.rs_table):not(.rsblog-calendar > table) > colgroup + thead > tr:first-child > th,table:not(.table):not(.rs_table):not(.rsblog-calendar > table) > thead:first-child > tr:first-child > th,table:not(.table):not(.rs_table):not(.rsblog-calendar > table) > caption + thead > tr:first-child > td,table:not(.table):not(.rs_table):not(.rsblog-calendar > table) > colgroup + thead > tr:first-child > td,table:not(.table):not(.rs_table):not(.rsblog-calendar > table) > thead:first-child > tr:first-child > td {
  border-top: 0;
}

table:not(.table):not(.rs_table):not(.rsblog-calendar > table) > tbody + tbody {
  border-top: 2px solid #e1e1e1;
}

button {
  display: inline-block;
  padding: 12px 20px;
  color: #000;
  margin-bottom: 0;
  line-height: 20px;
  min-height: 47px;
  text-align: center;
  text-shadow: none;
  vertical-align: middle;
  cursor: pointer;
  background-color: #f5f5f5;
  background-image: none;
  border: none;
  border-radius: 0px;
  -webkit-transition: all .2s linear 0s;
  -moz-transition: all .2s linear 0s;
  -o-transition: all .2s linear 0s;
  transition: all .2s linear 0s;
  font-weight: 600;
  min-height: auto;
}

button:hover {
  -webkit-transition: all .2s linear 0s;
  -moz-transition: all .2s linear 0s;
  -o-transition: all .2s linear 0s;
  transition: all .2s linear 0s;
  background-color: #dcdcdc;
  color: #000;
}

.btn {
  display: inline-block;
  padding: 12px 20px;
  color: #000;
  margin-bottom: 0;
  line-height: 20px;
  min-height: 47px;
  text-align: center;
  text-shadow: none;
  vertical-align: middle;
  cursor: pointer;
  background-color: #f5f5f5;
  background-image: none;
  border: none;
  border-radius: 0px;
  -webkit-transition: all .2s linear 0s;
  -moz-transition: all .2s linear 0s;
  -o-transition: all .2s linear 0s;
  transition: all .2s linear 0s;
  font-weight: 600;
  font-size: 16px;
}

.btn:hover {
  -webkit-transition: all .2s linear 0s;
  -moz-transition: all .2s linear 0s;
  -o-transition: all .2s linear 0s;
  transition: all .2s linear 0s;
  background-color: #dcdcdc;
  color: #000;
}

.btn.btn-primary {
  display: inline-block;
  padding: 12px 20px;
  color: #000;
  margin-bottom: 0;
  line-height: 20px;
  min-height: 47px;
  text-align: center;
  text-shadow: none;
  vertical-align: middle;
  cursor: pointer;
  background-color: #ab5183;
  background-image: none;
  border: none;
  border-radius: 0px;
  -webkit-transition: all .2s linear 0s;
  -moz-transition: all .2s linear 0s;
  -o-transition: all .2s linear 0s;
  transition: all .2s linear 0s;
  font-weight: 600;
  color: #FFF;
}

.btn.btn-primary:hover {
  -webkit-transition: all .2s linear 0s;
  -moz-transition: all .2s linear 0s;
  -o-transition: all .2s linear 0s;
  transition: all .2s linear 0s;
  background-color: #884168;
  color: #000;
}

.btn.btn-primary:hover,.btn.btn-primary:focus,.btn.btn-primary:active {
  background-color: #bc739c;
  color: #FFF;
}

.btn.btn-secondary {
  display: inline-block;
  padding: 12px 20px;
  color: #000;
  margin-bottom: 0;
  line-height: 20px;
  min-height: 47px;
  text-align: center;
  text-shadow: none;
  vertical-align: middle;
  cursor: pointer;
  background-color: #000;
  background-image: none;
  border: none;
  border-radius: 0px;
  -webkit-transition: all .2s linear 0s;
  -moz-transition: all .2s linear 0s;
  -o-transition: all .2s linear 0s;
  transition: all .2s linear 0s;
  font-weight: 600;
  color: #FFF;
}

.btn.btn-secondary:hover {
  -webkit-transition: all .2s linear 0s;
  -moz-transition: all .2s linear 0s;
  -o-transition: all .2s linear 0s;
  transition: all .2s linear 0s;
  background-color: #000;
  color: #000;
}

.btn.btn-secondary:hover,.btn.btn-secondary:focus,.btn.btn-secondary:active {
  background-color: #1a1a1a;
  color: #FFF;
}

.btn.btn-warning {
  display: inline-block;
  padding: 12px 20px;
  color: #000;
  margin-bottom: 0;
  line-height: 20px;
  min-height: 47px;
  text-align: center;
  text-shadow: none;
  vertical-align: middle;
  cursor: pointer;
  background-color: #fbb829;
  background-image: none;
  border: none;
  border-radius: 0px;
  -webkit-transition: all .2s linear 0s;
  -moz-transition: all .2s linear 0s;
  -o-transition: all .2s linear 0s;
  transition: all .2s linear 0s;
  font-weight: 600;
  color: #FFF;
}

.btn.btn-warning:hover {
  -webkit-transition: all .2s linear 0s;
  -moz-transition: all .2s linear 0s;
  -o-transition: all .2s linear 0s;
  transition: all .2s linear 0s;
  background-color: #eda304;
  color: #000;
}

.btn.btn-warning:hover,.btn.btn-warning:focus,.btn.btn-warning:active {
  background-color: #fcc95b;
  color: #FFF;
}

.btn.btn-danger {
  display: inline-block;
  padding: 12px 20px;
  color: #000;
  margin-bottom: 0;
  line-height: 20px;
  min-height: 47px;
  text-align: center;
  text-shadow: none;
  vertical-align: middle;
  cursor: pointer;
  background-color: #ed092f;
  background-image: none;
  border: none;
  border-radius: 0px;
  -webkit-transition: all .2s linear 0s;
  -moz-transition: all .2s linear 0s;
  -o-transition: all .2s linear 0s;
  transition: all .2s linear 0s;
  font-weight: 600;
  color: #FFF;
}

.btn.btn-danger:hover {
  -webkit-transition: all .2s linear 0s;
  -moz-transition: all .2s linear 0s;
  -o-transition: all .2s linear 0s;
  transition: all .2s linear 0s;
  background-color: #bc0725;
  color: #000;
}

.btn.btn-danger:hover,.btn.btn-danger:focus,.btn.btn-danger:active {
  background-color: #f73253;
  color: #FFF;
}

.btn.btn-info {
  display: inline-block;
  padding: 12px 20px;
  color: #000;
  margin-bottom: 0;
  line-height: 20px;
  min-height: 47px;
  text-align: center;
  text-shadow: none;
  vertical-align: middle;
  cursor: pointer;
  background-color: #2a8fbd;
  background-image: none;
  border: none;
  border-radius: 0px;
  -webkit-transition: all .2s linear 0s;
  -moz-transition: all .2s linear 0s;
  -o-transition: all .2s linear 0s;
  transition: all .2s linear 0s;
  font-weight: 600;
  color: #FFF;
}

.btn.btn-info:hover {
  -webkit-transition: all .2s linear 0s;
  -moz-transition: all .2s linear 0s;
  -o-transition: all .2s linear 0s;
  transition: all .2s linear 0s;
  background-color: #216f93;
  color: #000;
}

.btn.btn-info:hover,.btn.btn-info:focus,.btn.btn-info:active {
  background-color: #44a8d6;
  color: #FFF;
}

.btn.btn-success {
  display: inline-block;
  padding: 12px 20px;
  color: #000;
  margin-bottom: 0;
  line-height: 20px;
  min-height: 47px;
  text-align: center;
  text-shadow: none;
  vertical-align: middle;
  cursor: pointer;
  background-color: #a1c820;
  background-image: none;
  border: none;
  border-radius: 0px;
  -webkit-transition: all .2s linear 0s;
  -moz-transition: all .2s linear 0s;
  -o-transition: all .2s linear 0s;
  transition: all .2s linear 0s;
  font-weight: 600;
  color: #FFF;
}

.btn.btn-success:hover {
  -webkit-transition: all .2s linear 0s;
  -moz-transition: all .2s linear 0s;
  -o-transition: all .2s linear 0s;
  transition: all .2s linear 0s;
  background-color: #7e9c19;
  color: #000;
}

.btn.btn-success:hover,.btn.btn-success:focus,.btn.btn-success:active {
  background-color: #bae03b;
  color: #FFF;
}

.btn.dropdown-toggle {
  background-color: transparent;
  border-radius: 0px;
  color: #000;
}

.btn.dropdown-toggle:active,.btn.dropdown-toggle:focus,.btn.dropdown-toggle:hover {
  background-color: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}

.btn.btn-mini {
  padding: 3px 7px;
  font-size: 12px;
  min-height: 27px;
}

.btn.btn-small {
  padding: 5px 10px;
  font-size: 14px;
  min-height: 32px;
}

.btn.btn-large {
  padding: 18px 25px;
  font-size: 20px;
  min-height: 57px;
}

.btn-group .btn {
  border-radius: 0;
  font-size: 16px;
}

.btn-group .btn:first-child {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.btn-group .btn:last-child {
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
}

.btn-group .btn + .dropdown-toggle {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  background: transparent;
}

.btn-group .btn .btn-mini {
  padding: 3px 7px;
  font-size: 12px;
}

.btn-group .btn:hover,.btn-group .btn:focus,.btn-group .btn:active .btn-group .btn.active {
  z-index: initial;
}

.btn-group.open > .btn.dropdown-toggle,.icons.open > .btn.dropdown-toggle {
  background-color: transparent;
  color: #080808;
}

.btn-group > .dropdown-toggle.btn-primary,.dropdown-toggle.btn-primary,.btn-group > .dropdown-toggle.btn,.dropdown-toggle.btn {
  display: inline-block;
  padding: 12px 20px;
  margin-bottom: 0;
  line-height: 20px;
  min-height: 47px;
  text-align: center;
  text-shadow: none;
  vertical-align: middle;
  cursor: pointer;
  background-color: transparent;
  background-image: none;
  border: none;
  border-radius: 0px;
  -webkit-transition: all .2s linear 0s;
  -moz-transition: all .2s linear 0s;
  -o-transition: all .2s linear 0s;
  transition: all .2s linear 0s;
  font-weight: 600;
  color: #000;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}

.btn-group > .dropdown-toggle.btn-primary:hover,.dropdown-toggle.btn-primary:hover,.btn-group > .dropdown-toggle.btn:hover,.dropdown-toggle.btn:hover {
  -webkit-transition: all .2s linear 0s;
  -moz-transition: all .2s linear 0s;
  -o-transition: all .2s linear 0s;
  transition: all .2s linear 0s;
  background-color: rgba(0,0,0,0);
  color: #000;
}

.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: #000;
}

.btn-group > .dropdown-toggle.btn-primary:hover,.dropdown-toggle.btn-primary:hover,.btn-group > .dropdown-toggle.btn:hover,.dropdown-toggle.btn:hover {
  background-color: transparent;
  color: #080808;
}

.btn-group > .dropdown-toggle.btn-primary:focus,.dropdown-toggle.btn-primary:focus,.btn-group > .dropdown-toggle.btn:focus,.dropdown-toggle.btn:focus,.btn-group > .dropdown-toggle.btn-primary:active,.dropdown-toggle.btn-primary:active,.btn-group > .dropdown-toggle.btn:active,.dropdown-toggle.btn:active {
  outline: none;
}

.btn-group > .dropdown-toggle.btn-mini,.dropdown-toggle.btn-mini {
  padding: 3px 7px;
  font-size: 12px;
}

.btn-toolbar .btn {
  font-size: 12px;
}

.rstpl-tags.inline > li {
  margin: 0;
  padding-left: 0;
  margin-right: 10px;
}

.rstpl-tags .label {
  background-color: #ab5183;
  font-size: 13px;
  padding: 5px;
  -webkit-transition: all .2s ease-out 0s;
  -moz-transition: all .2s ease-out 0s;
  -o-transition: all .2s ease-out 0s;
  transition: all .2s ease-out 0s;
}

.rstpl-tags .label:hover {
  background-color: #000;
  -webkit-transition: all .2s ease-out 0s;
  -moz-transition: all .2s ease-out 0s;
  -o-transition: all .2s ease-out 0s;
  transition: all .2s ease-out 0s;
}

.tagspopular ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-block;
}

.tagspopular ul li {
  display: inline-block;
  float: left;
  background-color: #ab5183;
  padding: 5px 10px;
  font-size: small;
  margin-right: 5px;
  margin-bottom: 5px;
  -webkit-transition: all .2s ease-out 0s;
  -moz-transition: all .2s ease-out 0s;
  -o-transition: all .2s ease-out 0s;
  transition: all .2s ease-out 0s;
}

.tagspopular ul li:hover {
  background-color: #000;
  -webkit-transition: all .2s ease-out 0s;
  -moz-transition: all .2s ease-out 0s;
  -o-transition: all .2s ease-out 0s;
  transition: all .2s ease-out 0s;
}

.tagspopular ul li a {
  color: #FFF;
}

.btn.jmodedit {
  height: 30px;
  width: 30px;
  padding: 0;
  box-shadow: none;
  text-align: center;
}

.btn.jmodedit [class^="icon-"],.btn.jmodedit [class*=" icon-"] {
  line-height: 30px;
}

input[type="text"],input[type="password"],input[type="datetime"],input[type="datetime-local"],input[type="date"],input[type="month"],input[type="time"],input[type="week"],input[type="number"],input[type="email"],input[type="url"],input[type="search"],input[type="tel"],input[type="color"],select,textarea,.uneditable-input {
  border-radius: 0px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  padding: 5px;
  height: 35px;
}

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: #ab5183;
  -webkit-box-shadow: 0px 1px 1px rgba(0,0,0,0.15) inset, 0px 0px 4px rgba(171,81,131,0.6);
  -moz-box-shadow: 0px 1px 1px rgba(0,0,0,0.15) inset, 0px 0px 4px rgba(171,81,131,0.6);
  -ms-box-shadow: 0px 1px 1px rgba(0,0,0,0.15) inset, 0px 0px 4px rgba(171,81,131,0.6);
  -o-box-shadow: 0px 1px 1px rgba(0,0,0,0.15) inset, 0px 0px 4px rgba(171,81,131,0.6);
  box-shadow: 0px 1px 1px rgba(0,0,0,0.15) inset, 0px 0px 4px rgba(171,81,131,0.6);
}

select option {
  padding: 10px;
}

textarea {
  height: auto;
}

.input-append .btn {
  font-size: 12px;
  padding: 4px 12px;
  border: 1px solid #e1e1e1;
}

.radio input[type="radio"],.checkbox input[type="checkbox"] {
  margin-top: 10px;
  margin-right: 5px;
}

.rstpl-main-menu-position {
  color: #fff;
  margin-bottom: 0;
  background: #ab5183;
  background: -moz-linear-gradient(left, #ab5183 0%, #ab5183 65%, #c872a1 100%);
  background: -webkit-linear-gradient(left, #ab5183 0%, #ab5183 65%, #c872a1 100%);
  background: linear-gradient(to right, #ab5183 0%, #ab5183 65%, #c872a1 100%);
}

@media (max-width: 979px) {
  .rstpl-main-menu-position > .container {
    width: 100%;
  }
}

@media (min-width: 980px) {
  .rstpl-main-menu-position.rstpl-absolute-menu {
    background-color: #000;
    background: -webkit-gradient(linear, left top, left bottom, from(#000), to(rgba(0,0,0,0)));
    background: -webkit-linear-gradient(top, #000, rgba(0,0,0,0));
    background: -moz-linear-gradient(top, #000, rgba(0,0,0,0));
    background: -ms-linear-gradient(top, #000, rgba(0,0,0,0));
    background: -o-linear-gradient(top, #000, rgba(0,0,0,0));
    position: absolute;
    z-index: 10;
    width: 100%;
    padding-top: 30px;
  }

  .rstpl-main-menu-position.rstpl-absolute-menu .navbar .navbar-inner .rstpl-template-menu > li.active {
    background-color: transparent;
  }

  .rstpl-main-menu-position.rstpl-absolute-menu .navbar .navbar-inner .rstpl-template-menu > li.active > a {
    color: #ab5183;
  }

  .rstpl-main-menu-position.rstpl-absolute-menu .navbar .navbar-inner .rstpl-template-menu > li:hover {
    background-color: transparent;
  }

  .rstpl-main-menu-position.rstpl-absolute-menu .navbar .navbar-inner .rstpl-template-menu > li:hover > a {
    color: #ab5183;
  }

  .rstpl-main-menu-position.rstpl-absolute-menu .navbar .navbar-inner .rstpl-template-menu > li.rstpl-search:hover {
    background-color: initial;
  }
}

.rstpl-main-menu-position .full-width-menu {
  padding: 0 3%;
}

.rstpl-main-menu-position .rstpl-navigation {
  padding: 0;
  -webkit-transition: all .2s ease-in-out 0s;
  -moz-transition: all .2s ease-in-out 0s;
  -o-transition: all .2s ease-in-out 0s;
  transition: all .2s ease-in-out 0s;
}

.rstpl-main-menu-position .rstpl-navigation .menu_right {
  float: right;
}

.rstpl-main-menu-position .rstpl-navigation .menu_left {
  float: left;
}

.rstpl-main-menu-position .rstpl-navigation .menu_center {
  text-align: center;
}

.rstpl-main-menu-position .rstpl-navigation .menu_center .rstpl-template-menu {
  float: none;
}

.rstpl-main-menu-position .rstpl-navigation .menu_center .rstpl-template-menu li {
  float: none;
}

@media (min-width: 980px) {
  .rstpl-main-menu-position .rstpl-navigation .menu_center .rstpl-template-menu > li {
    display: inline-block;
  }
}

.rstpl-main-menu-position .rstpl-navigation .nav-collapse {
  position: static;
}

.rstpl-main-menu-position .rstpl-navigation .navbar {
  margin: 0;
  padding: 0;
}

.rstpl-main-menu-position .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-main-menu-position .rstpl-navigation .navbar .navbar-inner .rstpl-brand {
  padding: 10px 20px;
  min-height: 45px;
  display: block;
  text-align: center;
  width: auto;
  background-color: #000;
}

.rstpl-main-menu-position .rstpl-navigation .navbar .navbar-inner .rstpl-brand h1,.rstpl-main-menu-position .rstpl-navigation .navbar .navbar-inner .rstpl-brand h2,.rstpl-main-menu-position .rstpl-navigation .navbar .navbar-inner .rstpl-brand h3 {
  margin: 0;
  font-size: 47px;
  letter-spacing: -3px;
}

.rstpl-main-menu-position .rstpl-navigation .navbar .navbar-inner .rstpl-template-menu {
  margin-right: 0;
  margin-top: 0;
  position: static;
}

.rstpl-main-menu-position .rstpl-navigation .navbar .navbar-inner .rstpl-template-menu > li {
  padding: 0;
  position: relative;
  -webkit-transition: all .2s ease-in 0s;
  -moz-transition: all .2s ease-in 0s;
  -o-transition: all .2s ease-in 0s;
  transition: all .2s ease-in 0s;
}

.rstpl-main-menu-position .rstpl-navigation .navbar .navbar-inner .rstpl-template-menu > li:last-of-type > a {
  padding-right: 0;
}

.rstpl-main-menu-position .rstpl-navigation .navbar .navbar-inner .rstpl-template-menu > li:last-of-type > a:after {
  content: '';
}

.rstpl-main-menu-position .rstpl-navigation .navbar .navbar-inner .rstpl-template-menu > li.parent {
  padding-right: 0;
}

@media (max-width: 979px) {
  .rstpl-main-menu-position .rstpl-navigation .navbar .navbar-inner .rstpl-template-menu > li.parent {
    padding-right: 0;
  }

  .rstpl-main-menu-position .rstpl-navigation .navbar .navbar-inner .rstpl-template-menu > li.parent ul li a {
    text-align: left;
    padding-left: 30px;
  }

  .rstpl-main-menu-position .rstpl-navigation .navbar .navbar-inner .rstpl-template-menu > li.parent ul .submenu-button {
    width: 40px;
    height: 40px;
  }

  .rstpl-main-menu-position .rstpl-navigation .navbar .navbar-inner .rstpl-template-menu > li.parent ul .submenu-button:after {
    top: 15px;
  }

  .rstpl-main-menu-position .rstpl-navigation .navbar .navbar-inner .rstpl-template-menu > li.parent ul .submenu-button:before {
    top: 20px;
  }
}

.rstpl-main-menu-position .rstpl-navigation .navbar .navbar-inner .rstpl-template-menu > li.parent > a {
  display: block;
}

.rstpl-main-menu-position .rstpl-navigation .navbar .navbar-inner .rstpl-template-menu > li.rstpl-mega-menu {
  position: static;
}

@media (min-width: 980px) {
  .rstpl-main-menu-position .rstpl-navigation .navbar .navbar-inner .rstpl-template-menu > li.rstpl-mega-menu:hover > .rstpl-mega-menu-container {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    filter: alpha(opacity=100);
    visibility: visible;
    -webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
    z-index: 10;
  }
}

@media (max-width: 979px) {
  .rstpl-main-menu-position .rstpl-navigation .navbar .navbar-inner .rstpl-template-menu > li.rstpl-mega-menu {
    position: relative;
  }
}

.rstpl-main-menu-position .rstpl-navigation .navbar .navbar-inner .rstpl-template-menu > li.rstpl-mega-menu .rstpl-mega-menu-container {
  z-index: 20;
  position: absolute;
  top: 75px;
  left: 50%;
  width: 100%;
  color: #ffffff;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  background-color: #352a3a;
  display: block;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
  visibility: hidden;
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  text-align: left;
}

@media (min-width: 979px) {
  .rstpl-main-menu-position .rstpl-navigation .navbar .navbar-inner .rstpl-template-menu > li.rstpl-mega-menu .rstpl-mega-menu-container.container {
    padding: 15px;
  }
}

@media (max-width: 979px) {
  .rstpl-main-menu-position .rstpl-navigation .navbar .navbar-inner .rstpl-template-menu > li.rstpl-mega-menu .rstpl-mega-menu-container {
    display: none;
    visibility: visible;
    top: 1px;
    left: 0;
    position: relative;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    filter: alpha(opacity=100);
    background-color: transparent;
    padding: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    -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-main-menu-position .rstpl-navigation .navbar .navbar-inner .rstpl-template-menu > li.rstpl-mega-menu .rstpl-mega-menu-container [class*="span"] {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  
  .rstpl-main-menu-position .rstpl-navigation .navbar .navbar-inner .rstpl-template-menu > li.rstpl-mega-menu .rstpl-mega-menu-container [class*="span"] .rstpl-template-menu {
    border-right: none;
  }
}

.rstpl-main-menu-position .rstpl-navigation .navbar .navbar-inner .rstpl-template-menu > li.rstpl-mega-menu .rstpl-mega-menu-container [class*="span"] .rstpl-template-menu {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

@media (min-width: 980px) {
  .rstpl-main-menu-position .rstpl-navigation .navbar .navbar-inner .rstpl-template-menu > li.rstpl-mega-menu .rstpl-mega-menu-container [class*="span"] .rstpl-template-menu {
    border-right: 1px solid #e1e1e1;
  }
}

.rstpl-main-menu-position .rstpl-navigation .navbar .navbar-inner .rstpl-template-menu > li.rstpl-mega-menu .rstpl-mega-menu-container [class*="span"] .rstpl-template-menu > li {
  padding: 10px;
}

.rstpl-main-menu-position .rstpl-navigation .navbar .navbar-inner .rstpl-template-menu > li.rstpl-mega-menu .rstpl-mega-menu-container [class*="span"] .rstpl-template-menu > li:hover {
  background-color: initial;
}

.rstpl-main-menu-position .rstpl-navigation .navbar .navbar-inner .rstpl-template-menu > li.rstpl-mega-menu .rstpl-mega-menu-container [class*="span"] .rstpl-template-menu > li.active {
  background-color: initial;
}

.rstpl-main-menu-position .rstpl-navigation .navbar .navbar-inner .rstpl-template-menu > li.rstpl-mega-menu .rstpl-mega-menu-container [class*="span"] .rstpl-template-menu > li.active > a {
  color: #ab5183;
}

.rstpl-main-menu-position .rstpl-navigation .navbar .navbar-inner .rstpl-template-menu > li.rstpl-mega-menu .rstpl-mega-menu-container [class*="span"] .rstpl-template-menu > li > a {
  color: #ffffff;
  -webkit-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
  font-size: 13px;
}

.rstpl-main-menu-position .rstpl-navigation .navbar .navbar-inner .rstpl-template-menu > li.rstpl-mega-menu .rstpl-mega-menu-container [class*="span"] .rstpl-template-menu > li > a:after {
  display: none;
}

.rstpl-main-menu-position .rstpl-navigation .navbar .navbar-inner .rstpl-template-menu > li.rstpl-mega-menu .rstpl-mega-menu-container [class*="span"] .rstpl-template-menu > li > a:hover {
  color: #ab5183;
  -webkit-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}

@media (max-width: 979px) {
  .rstpl-main-menu-position .rstpl-navigation .navbar .navbar-inner .rstpl-template-menu > li.rstpl-mega-menu .rstpl-mega-menu-container [class*="span"] .rstpl-template-menu > li {
    padding: 0px 0px 0px 10px;
  }
  
  .rstpl-main-menu-position .rstpl-navigation .navbar .navbar-inner .rstpl-template-menu > li.rstpl-mega-menu .rstpl-mega-menu-container [class*="span"] .rstpl-template-menu > li > a {
    border-radius: 4px;
  }
  
  .rstpl-main-menu-position .rstpl-navigation .navbar .navbar-inner .rstpl-template-menu > li.rstpl-mega-menu .rstpl-mega-menu-container [class*="span"] .rstpl-template-menu > li > a:hover,
  .rstpl-main-menu-position .rstpl-navigation .navbar .navbar-inner .rstpl-template-menu > li.rstpl-mega-menu .rstpl-mega-menu-container [class*="span"] .rstpl-template-menu > li > a:focus {
    background-color: #ab5183;
    color: #352a3a;
  }
  
  .rstpl-main-menu-position .rstpl-navigation .navbar .navbar-inner .rstpl-template-menu > li.rstpl-mega-menu .rstpl-mega-menu-container [class*="span"] .rstpl-template-menu > li.active a {
    color: #352a3a;
  }
}

.rstpl-main-menu-position .rstpl-navigation .navbar .navbar-inner .rstpl-template-menu > li.rstpl-mega-menu .rstpl-mega-menu-container [class*="span"] * {
  color: #ffffff;
}

.rstpl-main-menu-position .rstpl-navigation .navbar .navbar-inner .rstpl-template-menu > li.rstpl-mega-menu .rstpl-mega-menu-container [class*="span"] a:not(.btn) {
  color: #ab5183;
}

.rstpl-main-menu-position .rstpl-navigation .navbar .navbar-inner .rstpl-template-menu > li.rstpl-mega-menu .rstpl-mega-menu-container [class*="span"]:last-of-type .rstpl-template-menu {
  border-right: none;
}

.rstpl-main-menu-position .rstpl-navigation .navbar .navbar-inner .rstpl-template-menu > li.rstpl-mega-menu a:not(.btn):hover,
.rstpl-main-menu-position .rstpl-navigation .navbar .navbar-inner .rstpl-template-menu > li.rstpl-mega-menu a:not(.btn):focus {
  background-color: initial;
}

@media (max-width: 979px) {
  .rstpl-main-menu-position .rstpl-navigation .navbar .navbar-inner .rstpl-template-menu > li.rstpl-mega-menu {
    position: relative;
    top: 0;
    background: transparent;
    width: 100%;
  }
  
  .rstpl-main-menu-position .rstpl-navigation .navbar .navbar-inner .rstpl-template-menu > li.rstpl-mega-menu .rstpl-box-thumb {
    padding: 10px;
  }
  
  .rstpl-main-menu-position .rstpl-navigation .navbar .navbar-inner .rstpl-template-menu > li.rstpl-mega-menu .rstpl-template-menu > li {
    padding: 0;
  }
  
  .rstpl-main-menu-position .rstpl-navigation .navbar .navbar-inner .rstpl-template-menu > li.rstpl-mega-menu .rstpl-template-menu > li:hover {
    background-color: initial;
  }
  
  .rstpl-main-menu-position .rstpl-navigation .navbar .navbar-inner .rstpl-template-menu > li.rstpl-mega-menu .rstpl-template-menu > li > a {
    display: block;
    color: #fff;
  }
  
  .rstpl-main-menu-position .rstpl-navigation .navbar .navbar-inner .rstpl-template-menu > li.rstpl-mega-menu .rstpl-template-menu > li > a:hover {
    color: rgba(255, 255, 255, 0.6);
  }
  
  .rstpl-main-menu-position .rstpl-navigation .navbar .navbar-inner .rstpl-template-menu > li.rstpl-mega-menu .rstpl-template-menu > li > a:active {
    background: transparent;
  }
}

.rstpl-main-menu-position .rstpl-navigation .navbar .navbar-inner .rstpl-template-menu > li > a {
  -webkit-transition: all .15s ease-in 0s;
  -moz-transition: all .15s ease-in 0s;
  -o-transition: all .15s ease-in 0s;
  transition: all .15s ease-in 0s;
  text-transform: uppercase;
  font-weight: 700;
  text-shadow: none;
  position: relative;
  color: #fff;
  font-size: 14px;
  font-family: Merriweather Sans;
  padding: 28px 15px;
}

.rstpl-main-menu-position .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-main-menu-position .rstpl-navigation .navbar .navbar-inner .rstpl-template-menu > li > a:after {
  -webkit-transition: all .3s ease-in 0s;
  -moz-transition: all .3s ease-in 0s;
  -o-transition: all .3s ease-in 0s;
  transition: all .3s ease-in 0s;
  content: "";
  position: absolute;
  height: 2px;
  width: 0;
  background: #000;
  bottom: 22px;
  left: 15px;
}

.rstpl-main-menu-position .rstpl-navigation .navbar .navbar-inner .rstpl-template-menu > li:hover {
  color: #fff;
  -webkit-transition: all .2s ease-in 0s;
  -moz-transition: all .2s ease-in 0s;
  -o-transition: all .2s ease-in 0s;
  transition: all .2s ease-in 0s;
}

.rstpl-main-menu-position .rstpl-navigation .navbar .navbar-inner .rstpl-template-menu > li:hover > a {
  color: #000;
}

.rstpl-main-menu-position .rstpl-navigation .navbar .navbar-inner .rstpl-template-menu > li:hover > a:after {
  color: #000;
  width: 15px;
}

.rstpl-main-menu-position .rstpl-navigation .navbar .navbar-inner .rstpl-template-menu > li.active > a {
  color: #000;
}

.rstpl-main-menu-position .rstpl-navigation .navbar .navbar-inner .rstpl-template-menu > li.active:after {
  width: 15px;
  background-color: #000;
}

.rstpl-main-menu-position .rstpl-navigation .navbar .navbar-inner .rstpl-template-menu > li.active:hover:after {
  width: 0;
}

.rstpl-main-menu-position .rstpl-navigation .navbar .navbar-inner .rstpl-template-menu .active > a {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  color: #000;
  background: none;
}

.rstpl-main-menu-position .rstpl-navigation .navbar .navbar-inner .rstpl-template-menu .dropdown-menu .nav-header {
  padding: 10px 15px;
  text-transform: uppercase;
  font-weight: 700;
  text-shadow: none;
  text-align: left;
  font-size: 13px;
  position: relative;
  color: #ab5183;
}

@media (max-width: 979px) {
  .rstpl-main-menu-position .rstpl-navigation .navbar .navbar-inner .rstpl-template-menu .dropdown-menu {
    padding-top: 0;
    padding-bottom: 0;
  }
}

.rstpl-main-menu-position .rstpl-navigation .navbar .navbar-inner .rstpl-template-menu .dropdown-menu > li > a {
  font-weight: 700;
  padding: 10px 15px;
  font-size: 16px;
}

.rstpl-main-menu-position .rstpl-navigation .navbar .navbar-inner .rstpl-template-menu .dropdown-menu > li.active {
  color: #ab5183;
}

.rstpl-main-menu-position .rstpl-navigation .navbar .navbar-inner .rstpl-template-menu .dropdown-menu > li.active > a {
  color: #ab5183;
}

.rstpl-main-menu-position .rstpl-navigation .navbar.navbar-fixed-top {
  background-color: rgba(171,81,131,0.95);
  border-bottom: 1px solid #bc739c;
  padding: 0 3%;
  -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-main-menu-position .rstpl-navigation .navbar.navbar-fixed-top .navbar-inner {
  margin: 0 auto;
}

@media (max-width: 979px) {
  .rstpl-main-menu-position .rstpl-navigation .menu_right {
    float: initial;
  }

  .rstpl-main-menu-position .rstpl-navigation .menu_left {
    float: initial;
  }

  .rstpl-main-menu-position .rstpl-navigation .menu_center {
    text-align: left;
  }

  .rstpl-main-menu-position .rstpl-navigation .menu_center .nav {
    display: block;
  }

  .rstpl-main-menu-position .rstpl-navigation .navbar {
    margin: 0;
    padding: 0 0;
  }

  .rstpl-main-menu-position .rstpl-navigation .navbar .rstpl-brand {
    padding: 20px 20px;
    min-height: 45px;
    display: block;
    text-align: center;
    width: auto;
    background-color: #000;
  }

  .rstpl-main-menu-position .rstpl-navigation .navbar .rstpl-brand h1,.rstpl-main-menu-position .rstpl-navigation .navbar .rstpl-brand h2,.rstpl-main-menu-position .rstpl-navigation .navbar .rstpl-brand h3 {
    margin: 0;
  }

  .rstpl-main-menu-position .rstpl-navigation .navbar .rstpl-brand img {
    width: 100px;
  }

  .rstpl-main-menu-position .rstpl-navigation .navbar .rstpl-brand.pull-right {
    float: none;
  }

  .rstpl-main-menu-position .rstpl-navigation .navbar .btn-navbar {
    background-color: transparent;
    box-shadow: none;
    background-image: none;
    position: relative;
    margin-top: 15px;
    margin-right: 15px;
  }

  .rstpl-main-menu-position .rstpl-navigation .navbar .btn-navbar .icon-bar {
    background-color: #ab5183;
    text-shadow: none;
    width: 25px;
    height: 3px;
    margin-bottom: 5px;
    -webkit-transition: all .2s ease 0s;
    -moz-transition: all .2s ease 0s;
    -o-transition: all .2s ease 0s;
    transition: all .2s ease 0s;
  }

  .rstpl-main-menu-position .rstpl-navigation .navbar .btn-navbar.collapsed .icon-bar {
    background-color: #000;
    -webkit-transition: all .2s ease 0s;
    -moz-transition: all .2s ease 0s;
    -o-transition: all .2s ease 0s;
    transition: all .2s ease 0s;
  }

  .rstpl-main-menu-position .rstpl-navigation .navbar .navbar-inner .rstpl-template-menu {
    margin: 0;
    margin-bottom: 35px;
  }

  .rstpl-main-menu-position .rstpl-navigation .navbar .navbar-inner .rstpl-template-menu > li {
    padding: 0;
    border-top: 1px solid #bc739c;
  }

  .rstpl-main-menu-position .rstpl-navigation .navbar .navbar-inner .rstpl-template-menu > li:last-of-type {
    border-bottom: 1px solid #bc739c;
  }

  .rstpl-main-menu-position .rstpl-navigation .navbar .navbar-inner .rstpl-template-menu > li .submenu-button {
    position: absolute;
    z-index: 10;
    right: 0;
    top: 0;
    display: block;
    height: 50px;
    width: 50px;
    cursor: pointer;
  }

  .rstpl-main-menu-position .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: #bc739c none repeat scroll 0 0;
    z-index: 99;
  }

  .rstpl-main-menu-position .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: #bc739c none repeat scroll 0 0;
    z-index: 99;
    -webkit-transition: all .2s ease 0s;
    -moz-transition: all .2s ease 0s;
    -o-transition: all .2s ease 0s;
    transition: all .2s ease 0s;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  .rstpl-main-menu-position .rstpl-navigation .navbar .navbar-inner .rstpl-template-menu > li .submenu-button.opened:after {
    -webkit-transition: all .2s ease 0s;
    -moz-transition: all .2s ease 0s;
    -o-transition: all .2s ease 0s;
    transition: all .2s ease 0s;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  .rstpl-main-menu-position .rstpl-navigation .navbar .navbar-inner .rstpl-template-menu > li .deeper .submenu-button:before {
    left: 13px;
  }

  .rstpl-main-menu-position .rstpl-navigation .navbar .navbar-inner .rstpl-template-menu > li .deeper .submenu-button:after {
    left: 18px;
  }

  .rstpl-main-menu-position .rstpl-navigation .navbar .navbar-inner .rstpl-template-menu > li a {
    text-transform: uppercase;
    font-weight: 700;
    padding: 15px;
    margin: 0;
    max-height: 50px;
  }

  .rstpl-main-menu-position .rstpl-navigation .navbar .navbar-inner .rstpl-template-menu > li a:hover,.rstpl-main-menu-position .rstpl-navigation .navbar .navbar-inner .rstpl-template-menu > li a:focus,.rstpl-main-menu-position .rstpl-navigation .navbar .navbar-inner .rstpl-template-menu > li a:active {
    background-color: #ab5183;
    color: #000;
  }

  .rstpl-main-menu-position .rstpl-navigation .navbar .navbar-inner .rstpl-template-menu > li:first-of-type a {
    padding-left: 15px;
  }

  .rstpl-main-menu-position .rstpl-navigation .navbar .navbar-inner .rstpl-template-menu > li.parent > a:after {
    content: '';
  }

  .rstpl-main-menu-position .rstpl-navigation .navbar .navbar-inner .rstpl-template-menu .dropdown-menu {
    margin: 0;
    right: 0;
    left: initial;
  }

  .rstpl-main-menu-position .rstpl-navigation .navbar .navbar-inner .rstpl-template-menu .dropdown-menu > li {
    border-bottom: none;
  }

  .rstpl-main-menu-position .rstpl-navigation .navbar .navbar-inner .rstpl-template-menu .dropdown-menu a {
    color: #fff;
  }

  .rstpl-main-menu-position .rstpl-navigation .navbar .navbar-inner .rstpl-template-menu .dropdown-menu a:hover,.rstpl-main-menu-position .rstpl-navigation .navbar .navbar-inner .rstpl-template-menu .dropdown-menu a:focus {
    color: #000;
  }
}

@media (max-width: 979px) and (min-width: 768px) and (max-width: 979px) {
  .rstpl-main-menu-position .rstpl-navigation .navbar .rstpl-brand h1,.rstpl-main-menu-position .rstpl-navigation .navbar .rstpl-brand h2,.rstpl-main-menu-position .rstpl-navigation .navbar .rstpl-brand h3 {
    padding-top: 5px;
  }
}

@media (max-width: 979px) and (min-width: 980px) {
  .rstpl-main-menu-position .rstpl-navigation .navbar .rstpl-brand h1,.rstpl-main-menu-position .rstpl-navigation .navbar .rstpl-brand h2,.rstpl-main-menu-position .rstpl-navigation .navbar .rstpl-brand h3 {
    padding-top: 10px;
  }
}

#column-right > [class*="rstpl-"],#column-left > [class*="rstpl-"] {
  margin-bottom: 4rem;
}

#column-right > [class*="rstpl-"] ul,#column-left > [class*="rstpl-"] ul,#column-right > [class*="rstpl-"] ol,#column-left > [class*="rstpl-"] ol {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#column-right > [class*="rstpl-"] ul li,#column-left > [class*="rstpl-"] ul li,#column-right > [class*="rstpl-"] ol li,#column-left > [class*="rstpl-"] ol li {
  margin-bottom: 10px;
}

#column-right > [class*="rstpl-"] ul li > a,#column-left > [class*="rstpl-"] ul li > a,#column-right > [class*="rstpl-"] ol li > a,#column-left > [class*="rstpl-"] ol li > a {
  color: #ab5183;
}

#column-right > [class*="rstpl-"] ul li > a:hover,#column-left > [class*="rstpl-"] ul li > a:hover,#column-right > [class*="rstpl-"] ol li > a:hover,#column-left > [class*="rstpl-"] ol li > a:hover {
  color: #000;
}

.rstpl-breadcrumbs-position {
  background-color: #e4e4e4;
}

.rstpl-main-menu-position ::-moz-selection {
  background: #000;
  color: #fff;
  text-shadow: none;
}

.rstpl-main-menu-position ::selection {
  background: #000;
  color: #fff;
  text-shadow: none;
}

.rstpl-main-menu-position .container {
  padding: 0;
}

.rstpl-footer-position,.rstpl-after-footer-position {
  z-index: -2;
  padding: 60px 0;
  background-color: #000;
}

.rstpl-footer-position ::-moz-selection,.rstpl-after-footer-position ::-moz-selection {
  background: #ab5183;
  color: #fff;
  text-shadow: none;
}

.rstpl-footer-position ::selection,.rstpl-after-footer-position ::selection {
  background: #ab5183;
  color: #fff;
  text-shadow: none;
}

.rstpl-footer-position .rstpl-menu,.rstpl-after-footer-position .rstpl-menu {
  position: relative;
}

.rstpl-footer-position .rstpl-menu .rstpl-mega-menu-container,.rstpl-after-footer-position .rstpl-menu .rstpl-mega-menu-container {
  display: none !important;
}

.rstpl-footer-position .rstpl-menu .nav-inner,.rstpl-after-footer-position .rstpl-menu .nav-inner {
  display: none;
}

.rstpl-footer-position .rstpl-menu .menu,.rstpl-after-footer-position .rstpl-menu .menu {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.rstpl-footer-position .rstpl-menu .menu li,.rstpl-after-footer-position .rstpl-menu .menu li {
  margin-bottom: 5px;
}

.rstpl-footer-position .rstpl-menu .menu li a,.rstpl-after-footer-position .rstpl-menu .menu li a {
  color: #fff;
}

.rstpl-footer-position .rstpl-menu .menu li.active a,.rstpl-after-footer-position .rstpl-menu .menu li.active a {
  color: #fff;
  font-weight: bold;
}

.rstpl-footer-position .rstpl-menu .menu li:hover a,.rstpl-after-footer-position .rstpl-menu .menu li:hover a {
  color: #ab5183;
}

.rstpl-footer-position .rstpl-menu .menu li:before,.rstpl-after-footer-position .rstpl-menu .menu li:before {
  font-family: 'FontAwesome';
  content: '\f105';
  color: #fff;
  font-size: 18px;
  margin-right: 10px;
}

@media (max-width: 767px) {
  .rstpl-footer-position .rstpl-menu,.rstpl-after-footer-position .rstpl-menu {
    display: none;
  }
}

.rstpl-footer-position [class*="rstpl-title"],.rstpl-after-footer-position [class*="rstpl-title"] {
  z-index: 1;
}

.rstpl-footer-position p,.rstpl-after-footer-position p,.rstpl-footer-position li,.rstpl-after-footer-position li,.rstpl-footer-position i,.rstpl-after-footer-position i,.rstpl-footer-position span,.rstpl-after-footer-position span {
  color: #fff;
}

.rstpl-footer-position h1,.rstpl-after-footer-position h1,.rstpl-footer-position h2,.rstpl-after-footer-position h2,.rstpl-footer-position h3,.rstpl-after-footer-position h3,.rstpl-footer-position h4,.rstpl-after-footer-position h4,.rstpl-footer-position h5,.rstpl-after-footer-position h5,.rstpl-footer-position h6,.rstpl-after-footer-position h6 {
  color: #FFF;
  text-transform: initial;
  margin: 0 auto;
  margin-bottom: 30px;
  font-size: 30px;
  font-weight: 900;
  font-family: Lato;
  border: none;
  position: relative;
}

@media (max-width: 767px) {
  .rstpl-footer-position,.rstpl-after-footer-position {
    padding: 10px 0;
  }

  .rstpl-footer-position .container,.rstpl-after-footer-position .container {
    padding: 15px;
  }
}

.rstpl-footer-position .rstpl-widget,.rstpl-after-footer-position .rstpl-widget {
  padding: 0;
}

.rstpl-footer-position .rstpl-widget h3,.rstpl-after-footer-position .rstpl-widget h3 {
  font-size: 30px;
  line-height: 40px;
  margin: 0 0 25px;
}

.rstpl-footer-position .rstpl-widget .rstpl-twitter-widget-list li,.rstpl-after-footer-position .rstpl-widget .rstpl-twitter-widget-list li {
  padding-top: 0;
}

.rstpl-footer-position .rstpl-widget .rstpl-twitter-widget-list li:before,.rstpl-after-footer-position .rstpl-widget .rstpl-twitter-widget-list li:before {
  top: 5px;
}

.rstpl-footer-position .rstpl-widget .rstpl-twitter-widget-list li .author,.rstpl-after-footer-position .rstpl-widget .rstpl-twitter-widget-list li .author {
  color: #000;
}

.rstpl-footer-position + .rstpl-copyright-position,
.rstpl-after-footer-position + .rstpl-copyright-position {
  position: relative;
}
.rstpl-footer-position + .rstpl-copyright-position:before,
.rstpl-after-footer-position + .rstpl-copyright-position:before {
  width: 100%;
  height: 120px;
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.01);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.01)), to(rgba(0, 0, 0, 0.6)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.01), rgba(0, 0, 0, 0.6));
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.01), rgba(0, 0, 0, 0.6));
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.01), rgba(0, 0, 0, 0.6));
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.01), rgba(0, 0, 0, 0.6));
}
.rstpl-copyright-position {
  z-index: 10;
  background-color: #323232;
  color: #ffffff;
}
.rstpl-copyright-position .row-fluid {
  position: relative;
}
.rstpl-copyright-position .rstpl-template-menu {
  list-style: none;
  margin: 0;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .rstpl-copyright-position .rstpl-template-menu {
    display: none;
  }
}
.rstpl-copyright-position .rstpl-template-menu > li {
  display: inline-block;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}
.rstpl-copyright-position .rstpl-template-menu > li > a {
  display: block;
  font-size: 14px;
  font-weight: 700;
  padding: 35px 15px;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
  color: #FFF;
}
.rstpl-copyright-position .rstpl-template-menu > li > a:hover {
  color: #ab5183;
}
.rstpl-copyright-position .rstpl-template-menu .rstpl-mega-menu-container {
  display: none !important;
}
.rstpl-copyright-position .nav-inner {
  display: none;
}
.rstpl-copyright-position .rstpl-company {
  padding: 8px 0 0 0;
}
.rstpl-copyright-position .rstpl-company span {
  padding-right: 15px;
}
.rstpl-copyright-position .rstpl-company p {
  display: inline-block;
}
@media (max-width: 767px) {
  .rstpl-copyright-position .rstpl-company.text-right {
    text-align: center;
  }
}

.alert {
  -webkit-transition: all .1s linear 0s;
  -moz-transition: all .1s linear 0s;
  -o-transition: all .1s linear 0s;
  transition: all .1s linear 0s;
  text-shadow: none;
  background-color: #fbb829;
  color: #FFF;
  border-radius: 0px;
}

.alert p {
  color: #FFF;
}

.alert .alert-heading {
  color: #FFF;
}

.alert.alert-success {
  background-color: #a1c820;
}

.alert.alert-info {
  background-color: #2a8fbd;
}

.alert.alert-error {
  background-color: #ed092f;
}

.alert.alert-error .alert-heading {
  color: #FFF;
}

.label,.badge {
  -webkit-transition: all .1s linear 0s;
  -moz-transition: all .1s linear 0s;
  -o-transition: all .1s linear 0s;
  transition: all .1s linear 0s;
  text-shadow: none;
  background-color: #ab5183;
  color: #FFF;
  border-radius: 0px;
}

.label p,.badge p {
  color: #FFF;
}

.label.label-success,.badge.label-success,.label.badge-success,.badge.badge-success {
  background-color: #a1c820;
}

.label.label-info,.badge.label-info,.label.badge-info,.badge.badge-info {
  background-color: #2a8fbd;
}

.label.label-error,.badge.label-error,.label.badge-error,.badge.badge-error {
  background-color: #ed092f;
}

.rsdir-contact-modal {
  min-height: initial !important;
}

.hero-unit {
  border-radius: 0px;
}

.tooltip {
  font-size: .8em;
  font-weight: 700;
  border: none;
}

.tooltip .tooltip-inner {
  border: none;
}

.tooltip.top .tooltip-arrow {
  border-top-color: none;
}

.tooltip.right .tooltip-arrow {
  border-right-color: none;
}

.tooltip.left .tooltip-arrow {
  border-left-color: none;
}

.tooltip.bottom .tooltip-arrow {
  border-bottom-color: none;
}

.pager {
  padding: 0 15px;
}

.pager li a {
  display: inline-block;
  padding: 12px 20px;
  color: #000;
  margin-bottom: 0;
  line-height: 20px;
  min-height: 47px;
  text-align: center;
  text-shadow: none;
  vertical-align: middle;
  cursor: pointer;
  background-color: #ab5183;
  background-image: none;
  border: none;
  border-radius: 0px;
  -webkit-transition: all .2s linear 0s;
  -moz-transition: all .2s linear 0s;
  -o-transition: all .2s linear 0s;
  transition: all .2s linear 0s;
  font-weight: 600;
  color: #FFF;
}

.pager li a:hover {
  -webkit-transition: all .2s linear 0s;
  -moz-transition: all .2s linear 0s;
  -o-transition: all .2s linear 0s;
  transition: all .2s linear 0s;
  background-color: #884168;
  color: #000;
}

.pager li a:hover,.pager li a:focus,.pager li a:active {
  background-color: #bc739c;
  color: #FFF;
}

.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: #fff;
  text-align: center;
  text-shadow: none;
  background-color: #ab5183;
  background-image: none;
  box-shadow: none;
  float: left;
  width: 0px;
  height: 100%;
  -webkit-transition: all .2s ease 0s;
  -moz-transition: all .2s ease 0s;
  -o-transition: all .2s ease 0s;
  transition: all .2s ease 0s;
}

.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;
}

.navbar .nav > li > .dropdown-menu {
  padding-top: 10px;
  padding-bottom: 10px;
  min-width: 200px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
  -ms-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
  -o-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
}

.navbar .nav > li > .dropdown-menu .dropdown-menu {
  padding-top: 10px;
  padding-bottom: 10px;
  min-width: 200px;
}

@media (max-width: 979px) {
  .navbar .nav > li > .dropdown-menu {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
  }
}

.navbar .nav > li > .dropdown-menu:before,.navbar .nav > li > .dropdown-menu:after {
  content: "";
}

.navbar .nav > li > .dropdown-menu:before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 9.5px 12px 9.5px;
  border-color: transparent transparent #fff;
  content: '';
  display: block;
  position: absolute;
  top: -12px;
  left: 10px;
}

@media (max-width: 979px) {
  .navbar .nav > li > .dropdown-menu:before {
    display: none;
  }
}

.icons .dropdown-menu {
  left: auto;
  right: 0;
}

.dropdown-menu {
  -webkit-transition: all .2s ease-in 0s;
  -moz-transition: all .2s ease-in 0s;
  -o-transition: all .2s ease-in 0s;
  transition: all .2s ease-in 0s;
  background-color: #FFF;
  border-radius: 0px;
  border: none;
  padding: 0;
  top: 98%;
  left: 15px;
}

.dropdown-menu.right-edge {
  left: -100%;
}

.dropdown-menu li:first-of-type > a {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

.dropdown-menu li:last-of-type > a {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom: none;
}

.dropdown-menu li > a {
  font-size: 14px;
  font-weight: 400;
  padding: 10px 20px;
  color: #000;
}

.dropdown-menu li > a:hover,.dropdown-menu li > a:focus,.dropdown-menu li > a:active {
  background: #FFF;
  color: #ab5183;
}

.dropdown-menu .dropdown-submenu {
  border-radius: 0px;
}

.dropdown-menu .dropdown-submenu:hover > a,.dropdown-menu .dropdown-submenu:focus > a {
  background: #FFF;
  color: #ab5183;
}

.dropdown-menu .dropdown-submenu:hover > .dropdown-menu,.dropdown-menu .dropdown-submenu:focus > .dropdown-menu {
  -webkit-transition: all .2s ease-in 0s;
  -moz-transition: all .2s ease-in 0s;
  -o-transition: all .2s ease-in 0s;
  transition: all .2s ease-in 0s;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  visibility: visible;
}

.dropdown-menu .dropdown-submenu > a {
  position: relative;
}

.dropdown-menu .dropdown-submenu > a:after {
  display: none;
}

.dropdown-menu .dropdown-submenu .dropdown-menu {
  top: 15%;
  border-radius: 0px;
}

li > .dropdown-menu {
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  visibility: hidden;
  display: block;
}

@media (max-width: 979px) {
  li > .dropdown-menu {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    filter: alpha(opacity=100);
    display: none;
    visibility: visible;
    margin: 0;
  }

  li > .dropdown-menu > li {
    border-top: 1px solid #bc739c;
  }

  li > .dropdown-menu > li > a {
    border-radius: none;
    border-bottom: none;
    padding: 15px 25px;
  }

  li > .dropdown-menu > li > a:hover,li > .dropdown-menu > li > a:focus,li > .dropdown-menu > li > a:active {
    background: transparent;
    color: #000;
  }

  li > .dropdown-menu .dropdown-submenu:hover > a,li > .dropdown-menu .dropdown-submenu:focus > a {
    background: transparent;
    color: #000;
  }

  li > .dropdown-menu .dropdown-submenu:hover > a:hover,li > .dropdown-menu .dropdown-submenu:focus > a:hover,li > .dropdown-menu .dropdown-submenu:hover > a:focus,li > .dropdown-menu .dropdown-submenu:focus > a:focus,li > .dropdown-menu .dropdown-submenu:hover > a:active,li > .dropdown-menu .dropdown-submenu:focus > a:active {
    background: transparent;
    color: #000;
  }

  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: 15px;
  }
}

@media (min-width: 768px) {
  li:hover > .dropdown-menu {
    -webkit-transition: all .2s ease-in 0s;
    -moz-transition: all .2s ease-in 0s;
    -o-transition: all .2s ease-in 0s;
    transition: all .2s ease-in 0s;
    -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;
  }
}

.rstpl-widget {
  margin-bottom: 30px;
}

.rstpl-widget {
  padding: 30px;
}

.rstpl-widget h3 {
  margin: 0;
  padding: 0;
}

.rstpl-widget .rstpl-twitter-widget-slider {
  text-align: center;
}

.rstpl-widget .rstpl-twitter-widget-slider .icon-twitter {
  font-size: 30px;
  color: #000;
  display: inline-block;
  margin: 30px 0;
  width: 100%;
}

.rstpl-widget .rstpl-twitter-widget-slider .author {
  font-size: 18px;
  color: #ab5183;
  font-weight: 700;
  width: 100%;
  margin-bottom: 30px;
  display: inline-block;
}

.rstpl-widget .rstpl-twitter-widget-slider p {
  line-height: 22px;
}

.rstpl-widget .rstpl-twitter-widget-slider small {
  text-transform: lowercase;
  font-weight: 700;
  margin-top: 15px;
  display: inline-block;
}

.rstpl-widget .rstpl-twitter-widget-slider .carousel-control {
  top: auto;
  right: auto;
  left: 0;
  font-size: 20px;
  background: none;
  border: none;
  color: #000;
}

.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(171,81,131,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: #ab5183;
  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: #000;
  display: block;
}

.rstpl-widget .rstpl-twitter-widget-list li small {
  text-transform: lowercase;
  font-weight: 700;
}

.rstpl-social-icons {
  list-style: none;
  font-size: 18px;
  margin: 20px 0 0 0;
  padding: 0;
}

.rstpl-social-icons.rstpl-social-more {
  float: right;
}

.rstpl-social-icons.rstpl-social-small {
  margin: 0;
  padding: 25px 0;
}

.rstpl-social-icons.rstpl-social-small li {
  display: inline-block;
  position: relative;
}

.rstpl-social-icons.rstpl-social-small .rstpl-social-link {
  border-radius: 25%;
  position: relative;
}

.rstpl-social-icons li {
  display: inline-block;
}

.rstpl-social-icons .rstpl-social-link {
  display: inline-block;
  text-align: center;
  -webkit-transition: all .3s linear 0s;
  -moz-transition: all .3s linear 0s;
  -o-transition: all .3s linear 0s;
  transition: all .3s linear 0s;
}

.rstpl-social-icons .rstpl-social-link [class*="rstpl-social-icon-"] {
  width: 40px;
  height: 40px;
  display: inline-block;
  border-radius: 50%;
  line-height: 40px;
  -webkit-transition: all .3s linear 0s;
  -moz-transition: all .3s linear 0s;
  -o-transition: all .3s linear 0s;
  transition: all .3s linear 0s;
}

.rstpl-social-icons .rstpl-social-link .rstpl-social-icon-facebook {
  background-color: #3B5998;
}

.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 {
  background-color: #55ACEE;
}

.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 {
  background-color: #1984BC;
}

.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 {
  background-color: #B00;
}

.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 {
  background-color: #46B5FE;
}

.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 {
  background-color: #FF0084;
}

.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 {
  background-color: #CB2027;
}

.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 {
  background-color: #bb31a8;
}

.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 {
  background-color: #00AFF0;
}

.rstpl-social-icons .rstpl-social-link .rstpl-social-icon-skype:before {
  content: '\f17e';
  font-family: 'FontAwesome';
}

.rstpl-social-icons .rstpl-social-link:hover > .rstpl-social-icon-facebook {
  background-color: #2d4373;
}

.rstpl-social-icons .rstpl-social-link:hover > .rstpl-social-icon-twitter {
  background-color: #2795e9;
}

.rstpl-social-icons .rstpl-social-link:hover > .rstpl-social-icon-linkedin {
  background-color: #13648f;
}

.rstpl-social-icons .rstpl-social-link:hover > .rstpl-social-icon-youtube {
  background-color: #800;
}

.rstpl-social-icons .rstpl-social-link:hover > .rstpl-social-icon-vimeo {
  background-color: #13a1fe;
}

.rstpl-social-icons .rstpl-social-link:hover > .rstpl-social-icon-flickr {
  background-color: #cc006a;
}

.rstpl-social-icons .rstpl-social-link:hover > .rstpl-social-icon-pinterest {
  background-color: #9f191f;
}

.rstpl-social-icons .rstpl-social-link:hover > .rstpl-social-icon-instagram {
  background-color: #0c3a5b;
}

.rstpl-social-icons .rstpl-social-link:hover > .rstpl-social-icon-skype {
  background-color: #008abd;
}

.rstpl-footer-position .rstpl-social-icons > li,.rstpl-after-footer-position .rstpl-social-icons > li,.rstpl-copyright-position .rstpl-social-icons > li {
  -webkit-transition: all .2s linear 0s;
  -moz-transition: all .2s linear 0s;
  -o-transition: all .2s linear 0s;
  transition: all .2s linear 0s;
}

.rstpl-footer-position .rstpl-social-icons > li a,.rstpl-after-footer-position .rstpl-social-icons > li a,.rstpl-copyright-position .rstpl-social-icons > li a {
  color: #fff;
}

@media (max-width: 768px) {
  .rstpl-social.pull-right {
    float: none;
  }
}

.pageload-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1001;
  background-color: #ab5183;
}

.pageload-overlay [class*="-loader"] {
  font-size: 1.4rem;
  z-index: 1002;
}

.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;
}

.pageload-overlay.rotate-left {
  -webkit-animation-name: rotate-left;
  -moz-animation-name: rotate-left;
  animation-name: rotate-left;
  -webkit-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  animation-duration: 1s;
}

@-webkit-keyframes rotate-left {
  0% {
    opacity: 1;
    -webkit-transform-origin: 50% 50%;
    -webkit-transform: scale(1, 1) rotate(0deg);
  }

  100% {
    opacity: 0;
    -webkit-transform-origin: 0% 75%;
    -webkit-transform: scale(0, 0) rotate(-540deg);
  }
}

@-moz-keyframes rotate-left {
  0% {
    opacity: 1;
    -moz-transform-origin: 50% 50%;
    -moz-transform: scale(1, 1) rotate(0deg);
  }

  100% {
    opacity: 0;
    -moz-transform-origin: 0% 75%;
    -moz-transform: scale(0, 0) rotate(-540deg);
  }
}

@keyframes rotate-left {
  0% {
    opacity: 1;
    transform-origin: 50% 50%;
    transform: scale(1, 1) rotate(0deg);
  }

  100% {
    opacity: 0;
    transform-origin: 0% 75%;
    transform: scale(0, 0) rotate(-540deg);
  }
}

.pageload-overlay.rotate-right {
  -webkit-animation-name: rotate-right;
  -moz-animation-name: rotate-right;
  animation-name: rotate-right;
  -webkit-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  animation-duration: 1s;
}

@-webkit-keyframes rotate-right {
  0% {
    opacity: 1;
    -webkit-transform-origin: 50% 50%;
    -webkit-transform: scale(1, 1) rotate(0deg);
  }

  100% {
    opacity: 0;
    -webkit-transform-origin: 100% 75%;
    -webkit-transform: scale(0, 0) rotate(540deg);
  }
}

@-moz-keyframes rotate-right {
  0% {
    opacity: 1;
    -moz-transform-origin: 50% 50%;
    -moz-transform: scale(1, 1) rotate(0deg);
  }

  100% {
    opacity: 0;
    -moz-transform-origin: 100% 75%;
    -moz-transform: scale(0, 0) rotate(540deg);
  }
}

@keyframes rotate-right {
  0% {
    opacity: 1;
    transform-origin: 50% 50%;
    transform: scale(1, 1) rotate(0deg);
  }

  100% {
    opacity: 0;
    transform-origin: 100% 75%;
    transform: scale(0, 0) rotate(540deg);
  }
}

.pageload-overlay.slide-left {
  left: -100%;
  opacity: 0;
  -webkit-transition: all 1s linear;
  -moz-transition: all 1s linear;
  transition: all 1s linear;
}

.pageload-overlay.slide-right {
  left: 100%;
  opacity: 0;
  -webkit-transition: all 1s linear;
  -moz-transition: all 1s linear;
  transition: all 1s linear;
}

.pageload-overlay.slide-top {
  top: -100%;
  opacity: 0;
  -webkit-transition: all 1s linear;
  -moz-transition: all 1s linear;
  transition: all 1s linear;
}

.pageload-overlay.slide-bottom {
  top: 100%;
  opacity: 0;
  -webkit-transition: all 1s linear;
  -moz-transition: all 1s linear;
  transition: all 1s linear;
}

.pageload-overlay.swipe-bottom-left {
  -webkit-animation-name: swipe-bottom-left;
  -moz-animation-name: swipe-bottom-left;
  animation-name: swipe-bottom-left;
  -webkit-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  animation-duration: 1s;
}

@-webkit-keyframes swipe-bottom-left {
  0% {
    opacity: 1;
    -webkit-animation-timing-function: ease-out;
    -webkit-transform-origin: bottom left;
    -webkit-transform: rotate(0deg);
  }

  100% {
    opacity: 0;
    -webkit-animation-timing-function: ease-out;
    -webkit-transform-origin: bottom left;
    -webkit-transform: rotate(-90deg);
  }
}

@-moz-keyframes swipe-bottom-left {
  0% {
    opacity: 1;
    -moz-animation-timing-function: ease-out;
    -moz-transform-origin: bottom left;
    -moz-transform: rotate(0deg);
  }

  100% {
    opacity: 0;
    -moz-animation-timing-function: ease-out;
    -moz-transform-origin: bottom left;
    -moz-transform: rotate(-90deg);
  }
}

@keyframes swipe-bottom-left {
  0% {
    opacity: 1;
    animation-timing-function: ease-out;
    transform-origin: bottom left;
    transform: rotate(0deg);
  }

  100% {
    opacity: 0;
    animation-timing-function: ease-out;
    transform-origin: bottom left;
    transform: rotate(-90deg);
  }
}

.pageload-overlay.swipe-bottom-right {
  -webkit-animation-name: swipe-bottom-right;
  -moz-animation-name: swipe-bottom-right;
  animation-name: swipe-bottom-right;
  -webkit-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  animation-duration: 1s;
}

@-webkit-keyframes swipe-bottom-right {
  0% {
    opacity: 1;
    -webkit-animation-timing-function: ease-out;
    -webkit-transform-origin: bottom right;
    -webkit-transform: rotate(0deg);
  }

  100% {
    opacity: 0;
    -webkit-animation-timing-function: ease-out;
    -webkit-transform-origin: bottom right;
    -webkit-transform: rotate(90deg);
  }
}

@-moz-keyframes swipe-bottom-right {
  0% {
    opacity: 1;
    -moz-animation-timing-function: ease-out;
    -moz-transform-origin: bottom right;
    -moz-transform: rotate(0deg);
  }

  100% {
    opacity: 0;
    -moz-animation-timing-function: ease-out;
    -moz-transform-origin: bottom right;
    -moz-transform: rotate(90deg);
  }
}

@keyframes swipe-bottom-right {
  0% {
    opacity: 1;
    animation-timing-function: ease-out;
    transform-origin: bottom right;
    transform: rotate(0deg);
  }

  100% {
    opacity: 0;
    animation-timing-function: ease-out;
    transform-origin: bottom right;
    transform: rotate(90deg);
  }
}

.pageload-overlay.swipe-top-left {
  -webkit-animation-name: swipe-top-left;
  -moz-animation-name: swipe-top-left;
  animation-name: swipe-top-left;
  -webkit-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  animation-duration: 1s;
}

@-webkit-keyframes swipe-top-left {
  0% {
    opacity: 1;
    -webkit-animation-timing-function: ease-out;
    -webkit-transform-origin: top left;
    -webkit-transform: rotate(0deg);
  }

  100% {
    opacity: 0;
    -webkit-animation-timing-function: ease-out;
    -webkit-transform-origin: top left;
    -webkit-transform: rotate(90deg);
  }
}

@-moz-keyframes swipe-top-left {
  0% {
    opacity: 1;
    -moz-animation-timing-function: ease-out;
    -moz-transform-origin: top left;
    -moz-transform: rotate(0deg);
  }

  100% {
    opacity: 0;
    -moz-animation-timing-function: ease-out;
    -moz-transform-origin: top left;
    -moz-transform: rotate(90deg);
  }
}

@keyframes swipe-top-left {
  0% {
    opacity: 1;
    animation-timing-function: ease-out;
    transform-origin: top left;
    transform: rotate(0deg);
  }

  100% {
    opacity: 0;
    animation-timing-function: ease-out;
    transform-origin: top left;
    transform: rotate(90deg);
  }
}

.pageload-overlay.swipe-top-right {
  -webkit-animation-name: swipe-top-right;
  -moz-animation-name: swipe-top-right;
  animation-name: swipe-top-right;
  -webkit-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  animation-duration: 1s;
}

@-webkit-keyframes swipe-top-right {
  0% {
    opacity: 1;
    -webkit-animation-timing-function: ease-out;
    -webkit-transform-origin: top right;
    -webkit-transform: rotate(0deg);
  }

  100% {
    opacity: 0;
    -webkit-animation-timing-function: ease-out;
    -webkit-transform-origin: top right;
    -webkit-transform: rotate(-90deg);
  }
}

@-moz-keyframes swipe-top-right {
  0% {
    opacity: 1;
    -moz-animation-timing-function: ease-out;
    -moz-transform-origin: top right;
    -moz-transform: rotate(0deg);
  }

  100% {
    opacity: 0;
    -moz-animation-timing-function: ease-out;
    -moz-transform-origin: top right;
    -moz-transform: rotate(-90deg);
  }
}

@keyframes swipe-top-right {
  0% {
    opacity: 1;
    animation-timing-function: ease-out;
    transform-origin: top right;
    transform: rotate(0deg);
  }

  100% {
    opacity: 0;
    animation-timing-function: ease-out;
    transform-origin: top right;
    transform: rotate(-90deg);
  }
}

.pageload-overlay.shrink-left {
  -webkit-animation-name: shrink-left;
  -moz-animation-name: shrink-left;
  animation-name: shrink-left;
  -webkit-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  animation-duration: 1s;
}

@-webkit-keyframes shrink-left {
  0% {
    opacity: 1;
    -webkit-transform-origin: 0% 50%;
    -webkit-transform: scale(1) translate(0%, 0%);
  }

  100% {
    opacity: 0;
    -webkit-transform-origin: 0% 50%;
    -webkit-transform: scale(0) translate(-120%, 0%);
  }
}

@-moz-keyframes shrink-left {
  0% {
    opacity: 1;
    -moz-transform-origin: 0% 50%;
    -moz-transform: scale(1) translate(0%, 0%);
  }

  100% {
    opacity: 0;
    -moz-transform-origin: 0% 50%;
    -moz-transform: scale(0) translate(-120%, 0%);
  }
}

@keyframes shrink-left {
  0% {
    opacity: 1;
    transform-origin: 0% 50%;
    transform: scale(1) translate(0%, 0%);
  }

  100% {
    opacity: 0;
    transform-origin: 0% 50%;
    transform: scale(0) translate(-120%, 0%);
  }
}

.pageload-overlay.shrink-right {
  -webkit-animation-name: shrink-right;
  -moz-animation-name: shrink-right;
  animation-name: shrink-right;
  -webkit-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  animation-duration: 1s;
}

@-webkit-keyframes shrink-right {
  0% {
    opacity: 1;
    -webkit-transform-origin: 100% 50%;
    -webkit-transform: scale(1) translate(0%, 0%);
  }

  100% {
    opacity: 0;
    -webkit-transform-origin: 100% 50%;
    -webkit-transform: scale(0) translate(120%, 0%);
  }
}

@-moz-keyframes shrink-right {
  0% {
    opacity: 1;
    -moz-transform-origin: 100% 50%;
    -moz-transform: scale(1) translate(0%, 0%);
  }

  100% {
    opacity: 0;
    -moz-transform-origin: 100% 50%;
    -moz-transform: scale(0) translate(120%, 0%);
  }
}

@keyframes shrink-right {
  0% {
    opacity: 1;
    transform-origin: 100% 50%;
    transform: scale(1) translate(0%, 0%);
  }

  100% {
    opacity: 0;
    transform-origin: 100% 50%;
    transform: scale(0) translate(120%, 0%);
  }
}

.pageload-overlay.shrink-top {
  -webkit-animation-name: shrink-top;
  -moz-animation-name: shrink-top;
  animation-name: shrink-top;
  -webkit-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  animation-duration: 1s;
}

@-webkit-keyframes shrink-top {
  0% {
    opacity: 1;
    -webkit-transform-origin: 50% 0%;
    -webkit-transform: scale(1) translate(0%, 0%);
  }

  100% {
    opacity: 0;
    -webkit-transform-origin: 50% 0%;
    -webkit-transform: scale(0) translate(0%, -120%);
  }
}

@-moz-keyframes shrink-top {
  0% {
    opacity: 1;
    -moz-transform-origin: 50% 0%;
    -moz-transform: scale(1) translate(0%, 0%);
  }

  100% {
    opacity: 0;
    -moz-transform-origin: 50% 0%;
    -moz-transform: scale(0) translate(0%, -120%);
  }
}

@keyframes shrink-top {
  0% {
    opacity: 1;
    transform-origin: 50% 0%;
    transform: scale(1) translate(0%, 0%);
  }

  100% {
    opacity: 0;
    transform-origin: 50% 0%;
    transform: scale(0) translate(0%, -120%);
  }
}

.pageload-overlay.shrink-bottom {
  -webkit-animation-name: shrink-bottom;
  -moz-animation-name: shrink-bottom;
  animation-name: shrink-bottom;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

@-webkit-keyframes shrink-bottom {
  0% {
    opacity: 1;
    -webkit-transform-origin: 50% 100%;
    -webkit-transform: scale(1) translate(0%, 0%);
  }

  100% {
    opacity: 0;
    -webkit-transform-origin: 50% 100%;
    -webkit-transform: scale(0) translate(0%, 120%);
  }
}

@-moz-keyframes shrink-bottom {
  0% {
    opacity: 1;
    -moz-transform-origin: 50% 100%;
    -moz-transform: scale(1) translate(0%, 0%);
  }

  100% {
    opacity: 0;
    -moz-transform-origin: 50% 100%;
    -moz-transform: scale(0) translate(0%, 120%);
  }
}

@keyframes shrink-bottom {
  0% {
    opacity: 1;
    transform-origin: 50% 100%;
    transform: scale(1) translate(0%, 0%);
  }

  100% {
    opacity: 0;
    transform-origin: 50% 100%;
    transform: scale(0) translate(0%, 120%);
  }
}

.pageload-overlay.shrink-center {
  -webkit-animation-name: shrink-center;
  -moz-animation-name: shrink-center;
  animation-name: shrink-center;
  -webkit-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  animation-duration: 1s;
}

@-webkit-keyframes shrink-center {
  0% {
    opacity: 1;
    -webkit-transform-origin: 50% 50%;
    -webkit-transform: scale(1);
  }

  100% {
    opacity: 0;
    -webkit-transform-origin: 50% 50%;
    -webkit-transform: scale(0);
  }
}

@-moz-keyframes shrink-center {
  0% {
    opacity: 1;
    -moz-transform-origin: 50% 50%;
    -moz-transform: scale(1);
  }

  100% {
    opacity: 0;
    -moz-transform-origin: 50% 50%;
    -moz-transform: scale(0);
  }
}

@keyframes shrink-center {
  0% {
    opacity: 1;
    transform-origin: 50% 50%;
    transform: scale(1);
  }

  100% {
    opacity: 0;
    -webkit-transform-origin: 50% 50%;
    transform: scale(0);
  }
}

.pageload-overlay.open-left {
  -webkit-animation-name: open-left;
  -moz-animation-name: open-left;
  animation-name: open-left;
  -webkit-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  animation-duration: 1s;
}

@-webkit-keyframes open-left {
  0% {
    opacity: 1;
    -webkit-transform-origin: 0 50%;
    -webkit-transform: perspective(800px) rotateY(0deg);
  }

  100% {
    opacity: 0;
    -webkit-transform-origin: 0 50%;
    -webkit-transform: perspective(800px) rotateY(120deg);
  }
}

@-moz-keyframes open-left {
  0% {
    opacity: 1;
    -moz-transform-origin: 0 50%;
    -moz-transform: perspective(800px) rotateY(0deg);
  }

  100% {
    opacity: 0;
    -moz-transform-origin: 0 50%;
    -moz-transform: perspective(800px) rotateY(120deg);
  }
}

@keyframes open-left {
  0% {
    opacity: 1;
    transform-origin: 0 50%;
    transform: perspective(800px) rotateY(0deg);
  }

  100% {
    opacity: 0;
    transform-origin: 0 50%;
    transform: perspective(800px) rotateY(120deg);
  }
}

.pageload-overlay.open-right {
  -webkit-animation-name: open-right;
  -moz-animation-name: open-right;
  animation-name: open-right;
  -webkit-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  animation-duration: 1s;
}

@-webkit-keyframes open-right {
  0% {
    opacity: 1;
    -webkit-transform-origin: 100% 50%;
    -webkit-transform: perspective(800px) rotateY(0deg);
  }

  100% {
    opacity: 0;
    -webkit-transform-origin: 100% 50%;
    -webkit-transform: perspective(800px) rotateY(-120deg);
  }
}

@-moz-keyframes open-right {
  0% {
    opacity: 1;
    -moz-transform-origin: 100% 50%;
    -moz-transform: perspective(800px) rotateY(0deg);
  }

  100% {
    opacity: 0;
    -moz-transform-origin: 100% 50%;
    -moz-transform: perspective(800px) rotateY(-120deg);
  }
}

@keyframes open-right {
  0% {
    opacity: 1;
    transform-origin: 100% 50%;
    transform: perspective(800px) rotateY(0deg);
  }

  100% {
    opacity: 0;
    transform-origin: 100% 50%;
    transform: perspective(800px) rotateY(-120deg);
  }
}

.pageload-overlay.open-top {
  -webkit-animation-name: open-top;
  -moz-animation-name: open-top;
  animation-name: open-top;
  -webkit-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  animation-duration: 1s;
}

@-webkit-keyframes open-top {
  0% {
    opacity: 1;
    -webkit-transform-origin: 50% 0;
    -webkit-transform: perspective(800px) rotateX(0deg);
  }

  100% {
    opacity: 0;
    -webkit-transform-origin: 50% 0;
    -webkit-transform: perspective(800px) rotateX(-120deg);
  }
}

@-moz-keyframes open-top {
  0% {
    opacity: 1;
    -moz-transform-origin: 50% 0;
    -moz-transform: perspective(800px) rotateX(0deg);
  }

  100% {
    opacity: 0;
    -moz-transform-origin: 50% 0;
    -moz-transform: perspective(800px) rotateX(-120deg);
  }
}

@keyframes open-top {
  0% {
    opacity: 1;
    transform-origin: 50% 0;
    transform: perspective(800px) rotateX(0deg);
  }

  100% {
    opacity: 0;
    transform-origin: 50% 0;
    transform: perspective(800px) rotateX(-120deg);
  }
}

.pageload-overlay.open-bottom {
  -webkit-animation-name: open-bottom;
  -moz-animation-name: open-bottom;
  animation-name: open-bottom;
  -webkit-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  animation-duration: 1s;
}

@-webkit-keyframes open-bottom {
  0% {
    opacity: 1;
    -webkit-transform-origin: 50% 100%;
    -webkit-transform: perspective(800px) rotateX(0deg);
  }

  100% {
    opacity: 0;
    -webkit-transform-origin: 50% 100%;
    -webkit-transform: perspective(800px) rotateX(120deg);
  }
}

@-moz-keyframes open-bottom {
  0% {
    opacity: 1;
    -moz-transform-origin: 50% 100%;
    -moz-transform: perspective(800px) rotateX(0deg);
  }

  100% {
    opacity: 0;
    -moz-transform-origin: 50% 100%;
    -moz-transform: perspective(800px) rotateX(120deg);
  }
}

@keyframes open-bottom {
  0% {
    opacity: 1;
    transform-origin: 50% 100%;
    transform: perspective(800px) rotateX(0deg);
  }

  100% {
    opacity: 0;
    transform-origin: 50% 100%;
    transform: perspective(800px) rotateX(120deg);
  }
}

.pageload-overlay .filling-text-loader {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #cd95b4;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.pageload-overlay .filling-text-loader:before {
  content: attr(data-text);
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  -webkit-animation-name: width-max;
  -moz-animation-name: width-max;
  animation-name: width-max;
  -webkit-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-duration: 3s;
  -moz-animation-duration: 3s;
  animation-duration: 3s;
  color: #000;
}

@-webkit-keyframes width-max {
  0% {
    max-width: 0;
  }

  100% {
    max-width: 100%;
  }
}

@-moz-keyframes width-max {
  0% {
    max-width: 0;
  }

  100% {
    max-width: 100%;
  }
}

@keyframes width-max {
  0% {
    max-width: 0;
  }

  100% {
    max-width: 100%;
  }
}

.pageload-overlay .floating-bullets-loader {
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.pageload-overlay .floating-bullets-loader span {
  border-radius: 50%;
  display: block;
  height: 10px;
  position: absolute;
  left: 0;
  top: 0;
  width: 10px;
  background-color: #000;
}

.pageload-overlay .floating-bullets-loader span:nth-child(1) {
  -webkit-animation-delay: .1s;
  -moz-animation-delay: .1s;
  animation-delay: .1s;
  -webkit-animation-duration: 2s, 2s;
  -moz-animation-duration: 2s, 2s;
  animation-duration: 2s, 2s;
  -webkit-animation-name: float1-left, float1-right;
  -moz-animation-name: float1-left, float1-right;
  animation-name: float1-left, float1-right;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.pageload-overlay .floating-bullets-loader span:nth-child(2) {
  -webkit-animation-delay: .2s;
  -moz-animation-delay: .2s;
  animation-delay: .2s;
  -webkit-animation-duration: 2s, 2s;
  -moz-animation-duration: 2s, 2s;
  animation-duration: 2s, 2s;
  -webkit-animation-name: float2-left, float2-right;
  -moz-animation-name: float2-left, float2-right;
  animation-name: float2-left, float2-right;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.pageload-overlay .floating-bullets-loader span:nth-child(3) {
  -webkit-animation-delay: .3s;
  -moz-animation-delay: .3s;
  animation-delay: .3s;
  -webkit-animation-duration: 2s, 2s;
  -moz-animation-duration: 2s, 2s;
  animation-duration: 2s, 2s;
  -webkit-animation-name: float3-left, float3-right;
  -moz-animation-name: float3-left, float3-right;
  animation-name: float3-left, float3-right;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.pageload-overlay .floating-bullets-loader span:nth-child(4) {
  -webkit-animation-delay: .4s;
  -moz-animation-delay: .4s;
  animation-delay: .4s;
  -webkit-animation-duration: 2s, 2s;
  -moz-animation-duration: 2s, 2s;
  animation-duration: 2s, 2s;
  -webkit-animation-name: float4-left, float4-right;
  -moz-animation-name: float4-left, float4-right;
  animation-name: float4-left, float4-right;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.pageload-overlay .floating-bullets-loader span:nth-child(5) {
  -webkit-animation-delay: .5s;
  -moz-animation-delay: .5s;
  animation-delay: .5s;
  -webkit-animation-duration: 2s, 2s;
  -moz-animation-duration: 2s, 2s;
  animation-duration: 2s, 2s;
  -webkit-animation-name: float5-left, float5-right;
  -moz-animation-name: float5-left, float5-right;
  animation-name: float5-left, float5-right;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

@-webkit-keyframes float1-left {
  0% {
    left: -50%;
  }

  50% {
    left: 52%;
  }
}

@-moz-keyframes float1-left {
  0% {
    left: -50%;
  }

  50% {
    left: 52%;
  }
}

@keyframes float1-left {
  0% {
    left: -50%;
  }

  50% {
    left: 52%;
  }
}

@-webkit-keyframes float1-right {
  50% {
    left: 52%;
  }

  100% {
    left: 150%;
  }
}

@-moz-keyframes float1-right {
  50% {
    left: 52%;
  }

  100% {
    left: 150%;
  }
}

@keyframes float1-right {
  50% {
    left: 52%;
  }

  100% {
    left: 150%;
  }
}

@-webkit-keyframes float2-left {
  0% {
    left: -50%;
  }

  50% {
    left: 51%;
  }
}

@-moz-keyframes float2-left {
  0% {
    left: -50%;
  }

  50% {
    left: 51%;
  }
}

@keyframes float2-left {
  0% {
    left: -50%;
  }

  50% {
    left: 51%;
  }
}

@-webkit-keyframes float2-right {
  50% {
    left: 51%;
  }

  100% {
    left: 150%;
  }
}

@-moz-keyframes float2-right {
  50% {
    left: 51%;
  }

  100% {
    left: 150%;
  }
}

@keyframes float2-right {
  50% {
    left: 51%;
  }

  100% {
    left: 150%;
  }
}

@-webkit-keyframes float3-left {
  0% {
    left: -50%;
  }

  50% {
    left: 50%;
  }
}

@-moz-keyframes float3-left {
  0% {
    left: -50%;
  }

  50% {
    left: 50%;
  }
}

@keyframes float3-left {
  0% {
    left: -50%;
  }

  50% {
    left: 50%;
  }
}

@-webkit-keyframes float3-right {
  50% {
    left: 50%;
  }

  100% {
    left: 150%;
  }
}

@-moz-keyframes float3-right {
  50% {
    left: 50%;
  }

  100% {
    left: 150%;
  }
}

@keyframes float3-right {
  50% {
    left: 50%;
  }

  100% {
    left: 150%;
  }
}

@-webkit-keyframes float4-left {
  0% {
    left: -50%;
  }

  50% {
    left: 49%;
  }
}

@-moz-keyframes float4-left {
  0% {
    left: -50%;
  }

  50% {
    left: 49%;
  }
}

@keyframes float4-left {
  0% {
    left: -50%;
  }

  50% {
    left: 49%;
  }
}

@-webkit-keyframes float4-right {
  50% {
    left: 49%;
  }

  100% {
    left: 150%;
  }
}

@-moz-keyframes float4-right {
  50% {
    left: 49%;
  }

  100% {
    left: 150%;
  }
}

@keyframes float4-right {
  50% {
    left: 49%;
  }

  100% {
    left: 150%;
  }
}

@-webkit-keyframes float5-left {
  0% {
    left: -50%;
  }

  50% {
    left: 48%;
  }
}

@-moz-keyframes float5-left {
  0% {
    left: -50%;
  }

  50% {
    left: 48%;
  }
}

@keyframes float5-left {
  0% {
    left: -50%;
  }

  50% {
    left: 48%;
  }
}

@-webkit-keyframes float5-right {
  50% {
    left: 48%;
  }

  100% {
    left: 150%;
  }
}

@-moz-keyframes float5-right {
  50% {
    left: 48%;
  }

  100% {
    left: 150%;
  }
}

@keyframes float5-right {
  50% {
    left: 48%;
  }

  100% {
    left: 150%;
  }
}

.pageload-overlay .circle-notch-loader {
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border: 2px solid #000;
}

.pageload-overlay .circle-notch-loader:before {
  content: "";
  width: 18px;
  height: 34px;
  border-radius: 34px 0 0 34px;
  position: absolute;
  top: -4px;
  left: -4px;
  -webkit-transform-origin: 17px 17px;
  -moz-transform-origin: 17px 17px;
  -ms-transform-origin: 17px 17px;
  transform-origin: 17px 17px;
  -webkit-animation: spin 2s infinite ease 1.5s;
  -moz-animation: spin 2s infinite ease 1.5s;
  animation: spin 2s infinite ease 1.5s;
  background-color: #ab5183;
}

.pageload-overlay .circle-notch-loader:after {
  content: "";
  width: 18px;
  height: 34px;
  border-radius: 0 34px 34px 0;
  position: absolute;
  top: -4px;
  right: -4px;
  -webkit-transform-origin: 0 17px;
  -moz-transform-origin: 0 17px;
  -ms-transform-origin: 0 17px;
  transform-origin: 0 17px;
  -webkit-animation: spin 2s infinite ease;
  -moz-animation: spin 2s infinite ease;
  animation: spin 2s infinite ease;
  background-color: #ab5183;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
  }
}

@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.pageload-overlay .fading-bars-loader {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.pageload-overlay .fading-bars-loader span {
  width: 2px;
  height: 10px;
  position: absolute;
  top: -6px;
  left: -1px;
  opacity: .05;
  -webkit-animation: fade 1.1s linear infinite;
  -moz-animation: fade 1.1s linear infinite;
  animation: fade 1.1s linear infinite;
  background-color: #000;
}

.pageload-overlay .fading-bars-loader span:nth-child(1) {
  -webkit-transform: rotate(0deg) translate(0, -12px);
  -moz-transform: rotate(0deg) translate(0, -12px);
  -ms-transform: rotate(0deg) translate(0, -12px);
  -o-transform: rotate(0deg) translate(0, -12px);
  transform: rotate(0deg) translate(0, -12px);
  -webkit-animation-delay: .39s;
  -moz-animation-delay: .39s;
  animation-delay: .39s;
}

.pageload-overlay .fading-bars-loader span:nth-child(2) {
  -webkit-transform: rotate(45deg) translate(0, -12px);
  -moz-transform: rotate(45deg) translate(0, -12px);
  -ms-transform: rotate(45deg) translate(0, -12px);
  -o-transform: rotate(45deg) translate(0, -12px);
  transform: rotate(45deg) translate(0, -12px);
  -webkit-animation-delay: .52s;
  -moz-animation-delay: .52s;
  animation-delay: .52s;
}

.pageload-overlay .fading-bars-loader span:nth-child(3) {
  -webkit-transform: rotate(90deg) translate(0, -12px);
  -moz-transform: rotate(90deg) translate(0, -12px);
  -ms-transform: rotate(90deg) translate(0, -12px);
  -o-transform: rotate(90deg) translate(0, -12px);
  transform: rotate(90deg) translate(0, -12px);
  -webkit-animation-delay: .65s;
  -moz-animation-delay: .65s;
  animation-delay: .65s;
}

.pageload-overlay .fading-bars-loader span:nth-child(4) {
  -webkit-transform: rotate(135deg) translate(0, -12px);
  -moz-transform: rotate(135deg) translate(0, -12px);
  -ms-transform: rotate(135deg) translate(0, -12px);
  -o-transform: rotate(135deg) translate(0, -12px);
  transform: rotate(135deg) translate(0, -12px);
  -webkit-animation-delay: .78s;
  -moz-animation-delay: .78s;
  animation-delay: .78s;
}

.pageload-overlay .fading-bars-loader span:nth-child(5) {
  -webkit-transform: rotate(180deg) translate(0, -12px);
  -moz-transform: rotate(180deg) translate(0, -12px);
  -ms-transform: rotate(180deg) translate(0, -12px);
  -o-transform: rotate(180deg) translate(0, -12px);
  transform: rotate(180deg) translate(0, -12px);
  -webkit-animation-delay: .91s;
  -moz-animation-delay: .91s;
  animation-delay: .91s;
}

.pageload-overlay .fading-bars-loader span:nth-child(6) {
  -webkit-transform: rotate(225deg) translate(0, -12px);
  -moz-transform: rotate(225deg) translate(0, -12px);
  -ms-transform: rotate(225deg) translate(0, -12px);
  -o-transform: rotate(225deg) translate(0, -12px);
  transform: rotate(225deg) translate(0, -12px);
  -webkit-animation-delay: 1.04s;
  -moz-animation-delay: 1.04s;
  animation-delay: 1.04s;
}

.pageload-overlay .fading-bars-loader span:nth-child(7) {
  -webkit-transform: rotate(270deg) translate(0, -12px);
  -moz-transform: rotate(270deg) translate(0, -12px);
  -ms-transform: rotate(270deg) translate(0, -12px);
  -o-transform: rotate(270deg) translate(0, -12px);
  transform: rotate(270deg) translate(0, -12px);
  -webkit-animation-delay: 1.17s;
  -moz-animation-delay: 1.17s;
  animation-delay: 1.17s;
}

.pageload-overlay .fading-bars-loader span:nth-child(8) {
  -webkit-transform: rotate(315deg) translate(0, -12px);
  -moz-transform: rotate(315deg) translate(0, -12px);
  -ms-transform: rotate(315deg) translate(0, -12px);
  -o-transform: rotate(315deg) translate(0, -12px);
  transform: rotate(315deg) translate(0, -12px);
  -webkit-animation-delay: 1.3s;
  -moz-animation-delay: 1.3s;
  animation-delay: 1.3s;
}

@-webkit-keyframes fade {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@-moz-keyframes fade {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes fade {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.pageload-overlay .spinning-circle-loader {
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.pageload-overlay .spinning-circle-loader:after {
  border-radius: 50%;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  -webkit-animation: spin 1s infinite linear;
  -moz-animation: spin 1s infinite linear;
  animation: spin 1s infinite linear;
  border-top: 2px solid rgba(255,255,255,0.2);
  border-right: 2px solid rgba(255,255,255,0.2);
  border-bottom: 2px solid rgba(255,255,255,0.2);
  border-left: 2px solid #000;
}

.pageload-overlay .bouncing-circle-loader {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 30px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.pageload-overlay .bouncing-circle-loader span {
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  opacity: .55;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: bounce 2s infinite ease-in-out;
  -moz-animation: bounce 2s infinite ease-in-out;
  animation: bounce 2s infinite ease-in-out;
  background-color: #000;
}

.pageload-overlay .bouncing-circle-loader span:nth-child(2) {
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  animation-delay: 1s;
}

@-webkit-keyframes bounce {
  0% {
    -webkit-transform: scale(0);
  }

  50% {
    -webkit-transform: scale(1);
  }

  100% {
    -webkit-transform: scale(0);
  }
}

@-moz-keyframes bounce {
  0% {
    -moz-transform: scale(0);
  }

  50% {
    -moz-transform: scale(1);
  }

  100% {
    -moz-transform: scale(0);
  }
}

@keyframes bounce {
  0% {
    transform: scale(0);
  }

  50% {
    transform: scale(1);
  }

  100% {
    transform: scale(0);
  }
}

.pageload-overlay .fading-bullets-loader {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.pageload-overlay .fading-bullets-loader span {
  border-radius: 50%;
  width: 5px;
  height: 5px;
  position: absolute;
  top: -5px;
  left: -1px;
  opacity: .05;
  -webkit-animation: fade 1.6s linear infinite;
  -moz-animation: fade 1.6s linear infinite;
  animation: fade 1.6s linear infinite;
  background-color: #000;
}

.pageload-overlay .fading-bullets-loader span:nth-child(1) {
  -webkit-transform: rotate(0deg) translate(0, -14px);
  -moz-transform: rotate(0deg) translate(0, -14px);
  -ms-transform: rotate(0deg) translate(0, -14px);
  -o-transform: rotate(0deg) translate(0, -14px);
  transform: rotate(0deg) translate(0, -14px);
  -webkit-animation-delay: .39s;
  -moz-animation-delay: .39s;
  animation-delay: .39s;
}

.pageload-overlay .fading-bullets-loader span:nth-child(2) {
  -webkit-transform: rotate(30deg) translate(0, -14px);
  -moz-transform: rotate(30deg) translate(0, -14px);
  -ms-transform: rotate(30deg) translate(0, -14px);
  -o-transform: rotate(30deg) translate(0, -14px);
  transform: rotate(30deg) translate(0, -14px);
  -webkit-animation-delay: .52s;
  -moz-animation-delay: .52s;
  animation-delay: .52s;
}

.pageload-overlay .fading-bullets-loader span:nth-child(3) {
  -webkit-transform: rotate(60deg) translate(0, -14px);
  -moz-transform: rotate(60deg) translate(0, -14px);
  -ms-transform: rotate(60deg) translate(0, -14px);
  -o-transform: rotate(60deg) translate(0, -14px);
  transform: rotate(60deg) translate(0, -14px);
  -webkit-animation-delay: .65s;
  -moz-animation-delay: .65s;
  animation-delay: .65s;
}

.pageload-overlay .fading-bullets-loader span:nth-child(4) {
  -webkit-transform: rotate(90deg) translate(0, -14px);
  -moz-transform: rotate(90deg) translate(0, -14px);
  -ms-transform: rotate(90deg) translate(0, -14px);
  -o-transform: rotate(90deg) translate(0, -14px);
  transform: rotate(90deg) translate(0, -14px);
  -webkit-animation-delay: .78s;
  -moz-animation-delay: .78s;
  animation-delay: .78s;
}

.pageload-overlay .fading-bullets-loader span:nth-child(5) {
  -webkit-transform: rotate(120deg) translate(0, -14px);
  -moz-transform: rotate(120deg) translate(0, -14px);
  -ms-transform: rotate(120deg) translate(0, -14px);
  -o-transform: rotate(120deg) translate(0, -14px);
  transform: rotate(120deg) translate(0, -14px);
  -webkit-animation-delay: .91s;
  -moz-animation-delay: .91s;
  animation-delay: .91s;
}

.pageload-overlay .fading-bullets-loader span:nth-child(6) {
  -webkit-transform: rotate(150deg) translate(0, -14px);
  -moz-transform: rotate(150deg) translate(0, -14px);
  -ms-transform: rotate(150deg) translate(0, -14px);
  -o-transform: rotate(150deg) translate(0, -14px);
  transform: rotate(150deg) translate(0, -14px);
  -webkit-animation-delay: 1.04s;
  -moz-animation-delay: 1.04s;
  animation-delay: 1.04s;
}

.pageload-overlay .fading-bullets-loader span:nth-child(7) {
  -webkit-transform: rotate(180deg) translate(0, -14px);
  -moz-transform: rotate(180deg) translate(0, -14px);
  -ms-transform: rotate(180deg) translate(0, -14px);
  -o-transform: rotate(180deg) translate(0, -14px);
  transform: rotate(180deg) translate(0, -14px);
  -webkit-animation-delay: 1.17s;
  -moz-animation-delay: 1.17s;
  animation-delay: 1.17s;
}

.pageload-overlay .fading-bullets-loader span:nth-child(8) {
  -webkit-transform: rotate(210deg) translate(0, -14px);
  -moz-transform: rotate(210deg) translate(0, -14px);
  -ms-transform: rotate(210deg) translate(0, -14px);
  -o-transform: rotate(210deg) translate(0, -14px);
  transform: rotate(210deg) translate(0, -14px);
  -webkit-animation-delay: 1.3s;
  -moz-animation-delay: 1.3s;
  animation-delay: 1.3s;
}

.pageload-overlay .fading-bullets-loader span:nth-child(9) {
  -webkit-transform: rotate(240deg) translate(0, -14px);
  -moz-transform: rotate(240deg) translate(0, -14px);
  -ms-transform: rotate(240deg) translate(0, -14px);
  -o-transform: rotate(240deg) translate(0, -14px);
  transform: rotate(240deg) translate(0, -14px);
  -webkit-animation-delay: 1.43s;
  -moz-animation-delay: 1.43s;
  animation-delay: 1.43s;
}

.pageload-overlay .fading-bullets-loader span:nth-child(10) {
  -webkit-transform: rotate(270deg) translate(0, -14px);
  -moz-transform: rotate(270deg) translate(0, -14px);
  -ms-transform: rotate(270deg) translate(0, -14px);
  -o-transform: rotate(270deg) translate(0, -14px);
  transform: rotate(270deg) translate(0, -14px);
  -webkit-animation-delay: 1.56s;
  -moz-animation-delay: 1.56s;
  animation-delay: 1.56s;
}

.pageload-overlay .fading-bullets-loader span:nth-child(11) {
  -webkit-transform: rotate(300deg) translate(0, -14px);
  -moz-transform: rotate(300deg) translate(0, -14px);
  -ms-transform: rotate(300deg) translate(0, -14px);
  -o-transform: rotate(300deg) translate(0, -14px);
  transform: rotate(300deg) translate(0, -14px);
  -webkit-animation-delay: 1.69s;
  -moz-animation-delay: 1.69s;
  animation-delay: 1.69s;
}

.pageload-overlay .fading-bullets-loader span:nth-child(12) {
  -webkit-transform: rotate(330deg) translate(0, -14px);
  -moz-transform: rotate(330deg) translate(0, -14px);
  -ms-transform: rotate(330deg) translate(0, -14px);
  -o-transform: rotate(330deg) translate(0, -14px);
  transform: rotate(330deg) translate(0, -14px);
  -webkit-animation-delay: 1.85s;
  -moz-animation-delay: 1.85s;
  animation-delay: 1.85s;
}

.pageload-overlay .stretching-bars-loader {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.pageload-overlay .stretching-bars-loader span {
  display: inline-block;
  width: 4px;
  height: 16px;
  margin: 0 2px 0 0;
  -webkit-animation: stretch 1s ease-in-out infinite;
  -moz-animation: stretch 1s ease-in-out infinite;
  animation: stretch 1s ease-in-out infinite;
  background-color: #000;
}

.pageload-overlay .stretching-bars-loader span:nth-child(1) {
  -webkit-animation-delay: 0s;
  -moz-animation-delay: 0s;
  animation-delay: 0s;
}

.pageload-overlay .stretching-bars-loader span:nth-child(2) {
  -webkit-animation-delay: .1s;
  -moz-animation-delay: .1s;
  animation-delay: .1s;
}

.pageload-overlay .stretching-bars-loader span:nth-child(3) {
  -webkit-animation-delay: .2s;
  -moz-animation-delay: .2s;
  animation-delay: .2s;
}

.pageload-overlay .stretching-bars-loader span:nth-child(4) {
  -webkit-animation-delay: .3s;
  -moz-animation-delay: .3s;
  animation-delay: .3s;
}

.pageload-overlay .stretching-bars-loader span:nth-child(5) {
  -webkit-animation-delay: .4s;
  -moz-animation-delay: .4s;
  animation-delay: .4s;
}

@-webkit-keyframes stretch {
  0% {
    -webkit-transform: scaleY(1);
  }

  25% {
    -webkit-transform: scaleY(1.8);
  }

  50% {
    -webkit-transform: scaleY(1);
  }

  100% {
    -webkit-transform: scaleY(1);
  }
}

@-moz-keyframes stretch {
  0% {
    -moz-transform: scaleY(1);
  }

  25% {
    -moz-transform: scaleY(1.8);
  }

  50% {
    -moz-transform: scaleY(1);
  }

  100% {
    -moz-transform: scaleY(1);
  }
}

@keyframes stretch {
  0% {
    transform: scaleY(1);
  }

  25% {
    transform: scaleY(1.8);
  }

  50% {
    transform: scaleY(1);
  }

  100% {
    transform: scaleY(1);
  }
}

.pageload-overlay .waving-bullets-loader {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.pageload-overlay .waving-bullets-loader span {
  display: inline-block;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  margin: 0 5px 0 0;
  -webkit-animation: scaling 1.5s ease-in-out infinite;
  -moz-animation: scaling 1.5s ease-in-out infinite;
  animation: scaling 1.5s ease-in-out infinite;
  background-color: #000;
}

.pageload-overlay .waving-bullets-loader span:nth-child(1) {
  -webkit-animation-delay: 0s;
  -moz-animation-delay: 0s;
  animation-delay: 0s;
}

.pageload-overlay .waving-bullets-loader span:nth-child(2) {
  -webkit-animation-delay: .25s;
  -moz-animation-delay: .25s;
  animation-delay: .25s;
}

.pageload-overlay .waving-bullets-loader span:nth-child(3) {
  -webkit-animation-delay: .5s;
  -moz-animation-delay: .5s;
  animation-delay: .5s;
}

@-webkit-keyframes scaling {
  0% {
    -webkit-transform: scale(0);
  }

  50% {
    -webkit-transform: scale(1);
  }

  100% {
    -webkit-transform: scale(0);
  }
}

@-moz-keyframes scaling {
  0% {
    -moz-transform: scale(0);
  }

  50% {
    -moz-transform: scale(1);
  }

  100% {
    -moz-transform: scale(0);
  }
}

@keyframes scaling {
  0% {
    transform: scale(0);
  }

  50% {
    transform: scale(1);
  }

  100% {
    transform: scale(0);
  }
}

.chzn-container.chzn-container-single .chzn-single {
  background: #FFF;
  background-image: none;
  border-radius: 0px;
  box-shadow: none;
  min-height: 20px;
  padding: 5px;
  display: block;
  width: 100%;
  line-height: 11px;
}

.chzn-container.chzn-container-single .chzn-single span {
  display: inline;
  overflow: initial;
}

.rstpl-go-top {
  display: inline-block;
  height: 50px;
  width: 50px;
  position: fixed;
  bottom: 40px;
  right: 40px;
  font-size: 40px;
  text-align: center;
  white-space: nowrap;
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
  z-index: 11;
}

.rstpl-go-top span {
  font-size: .8em;
  margin: 0;
  padding: 8px 5px;
  height: 100%;
  vertical-align: middle;
  width: 100%;
  color: #000;
}

.rstpl-go-top.rstpl-go-top-is-visible,.rstpl-go-top .rstpl-go-top.rstpl-go-top-fade-out,.rstpl-go-top .no-touch .rstpl-go-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}

.rstpl-go-top.rstpl-go-top-is-visible {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
}

.rstpl-go-top.rstpl-go-top-fade-out {
  opacity: .5;
  filter: alpha(opacity=50);
}

.rstpl-go-top.rstpl-go-top-fade-out:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}

@media (max-width: 767px) {
  [class*="newsflash-horiz"] li,.latest-articles li {
    padding: 15px;
  }
}

[class*="newsflash-horiz"] li .rstpl-box-image .rstpl-overlay-effect .news-image,.latest-articles li .rstpl-box-image .rstpl-overlay-effect .news-image {
  height: 450px;
  width: 100%;
  background-position: center center;
  background-size: cover;
  display: block;
}

@media (max-width: 979px) {
  [class*="newsflash-horiz"] li .rstpl-box-image .rstpl-overlay-effect .news-image,.latest-articles li .rstpl-box-image .rstpl-overlay-effect .news-image {
    height: 250px;
  }
}

#column-left > div,#column-right > div {
  background-color: #FFF;
}

#column-left .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: '\f105';
  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;
  font-size: 16px;
  font-weight: bold;
}

#column-left > div > h2,#column-right > div > h2 {
  margin-bottom: 20px;
}

#column-left .rstpl-latest-articles li,#column-right .rstpl-latest-articles li {
  min-height: 50px;
}

.rstpl-latest-articles li {
  display: inline-block;
  width: 100%;
  clear: both;
}

.rstpl-latest-articles .rstpl-thumbs-latest-articles img {
  width: 90px;
  height: 90px;
  float: left;
  margin-right: 15px;
  margin-bottom: 15px;
}

.rstpl-latest-articles .rstpl-latestnews-text {
  font-size: 14px;
  color: #000;
  font-weight: 700;
  display: block;
}

.rstpl-latest-articles .rstpl-latestnews-date {
  display: block;
  color: #000;
  font-size: 12px;
  font-weight: 400;
}

.rstpl-footer-position .rstpl-latest-articles .rstpl-latestnews-text,.rstpl-copyright-position .rstpl-latest-articles .rstpl-latestnews-text,.rstpl-after-footer-position .rstpl-latest-articles .rstpl-latestnews-text {
  color: #ab5183;
}

.rstpl-footer-position .rstpl-latest-articles .rstpl-latestnews-date,.rstpl-copyright-position .rstpl-latest-articles .rstpl-latestnews-date,.rstpl-after-footer-position .rstpl-latest-articles .rstpl-latestnews-date {
  color: #fff;
}

.form-search .input-append .search-query {
  border-radius: 0px;
}

.rstpl-template-menu .rstpl-search {
  position: relative;
}

.rstpl-template-menu .rstpl-search:hover:after {
  width: 0 !important;
}

.rstpl-template-menu .rstpl-search .open-search {
  margin: 0;
  cursor: pointer;
  z-index: 1;
  position: relative;
}

.rstpl-template-menu .rstpl-search .open-search:hover {
  background-color: transparent;
}

.rstpl-template-menu .rstpl-search .open-search.active {
  color: #000;
}

.rstpl-template-menu .rstpl-search form {
  position: absolute;
  top: 9px;
  right: 0;
  float: right;
}

.rstpl-template-menu .rstpl-search form .inputbox {
  position: absolute;
  right: 35px;
  top: 8px;
  height: 30px;
  width: 0;
  min-width: 0;
  background: #FFF;
  padding-left: 15px;
  color: #616060;
  font-size: 16px;
  border: 2px solid rgba(225,225,225,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 .3s ease-in 0s;
  -moz-transition: all .3s ease-in 0s;
  -o-transition: all .3s ease-in 0s;
  transition: all .3s ease-in 0s;
}

.rstpl-template-menu .rstpl-search form .inputbox:active,.rstpl-template-menu .rstpl-search form .inputbox:focus {
  border-color: #000;
}

.rstpl-template-menu .rstpl-search form .inputbox.open {
  left: auto;
  width: 270px;
  opacity: 1;
  -webkit-transition: all .3s ease-in 0s;
  -moz-transition: all .3s ease-in 0s;
  -o-transition: all .3s ease-in 0s;
  transition: all .3s ease-in 0s;
}

@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: 30px;
    border: none;
    border-left: 1px solid #e1e1e1;
    right: 0;
    top: 4px;
  }

  .rstpl-template-menu .rstpl-search form .inputbox.open {
    width: 600px;
  }

  .rstpl-template-menu .rstpl-search form .inputbox.open:active,.rstpl-template-menu .rstpl-search form .inputbox.open:focus {
    border-color: #e1e1e1;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
  }
}

@media (max-width: 767px) {
  .rstpl-template-menu .rstpl-search form .inputbox.open {
    width: 250px;
  }
}

#rstpl-modal {
  padding: 0 10px;
}

#cboxContent,#colorbox,#mbox,#rstpl-modal,input {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

#rstpl-modal input[type="text"],#rstpl-modal input[type="password"] {
  width: 97% !important;
}

#rstpl-modal .form-horizontal .control-label {
  float: none;
  text-align: left;
  width: 100%;
}

#rstpl-modal .form-horizontal .controls {
  margin-left: 0;
}

#rstpl-modal .btn {
  margin-bottom: 5px;
  padding: 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%;
}

.bootstrap-datetimepicker-widget > ul {
  padding: 5px;
}

.bootstrap-datetimepicker-widget td,.bootstrap-datetimepicker-widget th {
  border-radius: 0px;
}

.bootstrap-datetimepicker-widget td.active,.bootstrap-datetimepicker-widget td.active:hover {
  background-image: none;
  text-shadow: none;
}

.bootstrap-datetimepicker-widget td span {
  border-radius: 0px;
}

.bootstrap-datetimepicker-widget td span.active {
  background-image: none;
  text-shadow: none;
}

.bootstrap-datetimepicker-widget .btn {
  font-size: .6em;
  padding: 10px;
}

#sbox-window {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.rstpl-show-grid {
  text-align: center;
}

.rstpl-show-grid [class^="span"],.rstpl-show-grid [class*=" span"] {
  font-weight: 700;
  padding-top: 25px;
  padding-bottom: 25px;
}

.rstpl-shortcode {
  background-color: #fff;
}

#shortcode_type .rstpl-box-full-width-vertical-image .rstpl-box-subtitle {
  margin-top: 90px;
}

#shortcode_type .rstpl-box-icon span {
  line-height: 215px;
}

#shortcode_type .rstpl-box-pricing .rstpl-box-icon span {
  line-height: 90px;
}

#shortcode_type .rstpl-full-width-bg {
  line-height: 31px;
}

#shortcode_type .rstpl-simple-carousel .right.carousel-control {
  left: auto !important;
}

#shortcode_type .rstpl-full-width-carousel .rstpl-carousel-slide .rstpl-box-image > img {
  z-index: 2;
}

#shortcode_type .rstpl-full-width-carousel .rstpl-carousel-slide .rstpl-box-image::after {
  z-index: 2;
}

#column-right .rstpl-login,#column-left .rstpl-login {
  position: relative;
  padding: 30px;
}

#column-right .rstpl-login .rstpl-title-center,#column-left .rstpl-login .rstpl-title-center {
  padding: 0;
  margin: 0 0 30px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  border: none;
}

#column-right .rstpl-login .rstpl-title-center:after,#column-left .rstpl-login .rstpl-title-center:after {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}

#column-right .rstpl-login a,#column-left .rstpl-login a {
  color: #FFF;
}

#column-right .rstpl-login form,#column-left .rstpl-login form {
  background: #FFF;
  z-index: 1111;
  width: 100%;
  margin: 0;
}

#column-right .rstpl-login form .input-prepend,#column-left .rstpl-login form .input-prepend {
  width: 100%;
}

#column-right .rstpl-login form input[type="text"],#column-left .rstpl-login form input[type="text"],#column-right .rstpl-login form input[type="password"],#column-left .rstpl-login form input[type="password"],#column-right .rstpl-login form input[type="datetime"],#column-left .rstpl-login form input[type="datetime"],#column-right .rstpl-login form input[type="datetime-local"],#column-left .rstpl-login form input[type="datetime-local"],#column-right .rstpl-login form input[type="date"],#column-left .rstpl-login form input[type="date"],#column-right .rstpl-login form input[type="month"],#column-left .rstpl-login form input[type="month"],#column-right .rstpl-login form input[type="time"],#column-left .rstpl-login form input[type="time"],#column-right .rstpl-login form input[type="week"],#column-left .rstpl-login form input[type="week"],#column-right .rstpl-login form input[type="number"],#column-left .rstpl-login form input[type="number"],#column-right .rstpl-login form input[type="email"],#column-left .rstpl-login form input[type="email"],#column-right .rstpl-login form input[type="url"],#column-left .rstpl-login form input[type="url"],#column-right .rstpl-login form input[type="search"],#column-left .rstpl-login form input[type="search"],#column-right .rstpl-login form input[type="tel"],#column-left .rstpl-login form input[type="tel"],#column-right .rstpl-login form input[type="color"],#column-left .rstpl-login form input[type="color"],#column-right .rstpl-login form select,#column-left .rstpl-login form select,#column-right .rstpl-login form textarea,#column-left .rstpl-login form textarea,#column-right .rstpl-login form .uneditable-input,#column-left .rstpl-login form .uneditable-input {
  max-width: 100%;
  width: 100%;
  height: 35px;
}

#column-right .rstpl-login form a,#column-left .rstpl-login form a {
  color: #616060;
}

#column-right .rstpl-menu,#column-left .rstpl-menu {
  position: relative;
  padding: 30px;
}

#column-right .rstpl-menu .nav-inner,#column-left .rstpl-menu .nav-inner {
  display: none;
}

#column-right .rstpl-menu .rstpl-template-menu,#column-left .rstpl-menu .rstpl-template-menu {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

#column-right .rstpl-menu .rstpl-template-menu li,#column-left .rstpl-menu .rstpl-template-menu li {
  margin-bottom: 5px;
}

#column-right .rstpl-menu .rstpl-template-menu li.active a,#column-left .rstpl-menu .rstpl-template-menu li.active a {
  color: #000;
}

#column-right .rstpl-menu .rstpl-template-menu li:hover a,#column-left .rstpl-menu .rstpl-template-menu li:hover a {
  color: #000;
}

#column-right .rstpl-menu .rstpl-template-menu li:before,#column-left .rstpl-menu .rstpl-template-menu li:before {
  font-family: 'FontAwesome';
  content: '\f101';
  color: #000;
  font-size: 18px;
  margin-right: 10px;
}

#publishing .control-group .input-append button {
  padding: 4px 12px;
}

.mce-flow-layout button {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
}

.calendar > table {
  width: 100%;
}

#imageForm #upbutton {
  background-color: #ab5183;
  color: #FFF;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  padding: 10px;
}

#imageForm #upbutton:hover {
  border: none;
}

.manager.thumbnails li {
  display: inline-block;
  overflow: hidden;
}

.manager.thumbnails li .icon-folder-2:before {
  content: '\f114';
}

.rstpl-breadcrumbs-position .breadcrumbs {
  list-style-type: none;
  padding: 40px 10px;
  margin: 0;
  display: inline-block;
  vertical-align: middle;
  width: 100%;
}

.rstpl-breadcrumbs-position .breadcrumbs li {
  float: left;
}

.rstpl-breadcrumbs-position .breadcrumbs li:first-of-type {
  margin-right: 20px;
  font-weight: 700;
}

.rstpl-breadcrumbs-position .breadcrumbs li a {
  color: #ab5183;
}

.rstpl-breadcrumbs-position .breadcrumbs li a:hover {
  color: #000;
}

.rstpl-breadcrumbs-position .breadcrumbs li .divider {
  margin-left: 10px;
  vertical-align: -1px;
}

.rstpl-breadcrumbs-position .breadcrumbs li .divider:before {
  content: '\f0da';
  font-family: 'FontAwesome';
  font-size: 15px;
  color: #000;
}

@media (max-width: 768px) {
  .rstpl-breadcrumbs-position .breadcrumbs li {
    display: none;
  }

  .rstpl-breadcrumbs-position .breadcrumbs li:first-of-type {
    display: inline-block;
  }

  .rstpl-breadcrumbs-position .breadcrumbs li:nth-of-type(2) {
    display: inline-block;
  }

  .rstpl-breadcrumbs-position .breadcrumbs li:last-of-type {
    display: inline-block;
    float: left;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 38%;
    white-space: nowrap;
  }
}

.article-info {
  display: block;
  font-size: 14px;
}

.article-info .article-info-term {
  display: inline-block;
  margin-right: 10px;
}

.article-info dd {
  display: inline;
  margin-right: 15px;
  line-height: 25px;
}

.article-info dd:first-of-type {
  margin-left: 0;
}

.article-info dd.createdby img {
  width: 40px;
  border-radius: 50%;
}

@media (max-width: 767px) {
  .article-info dd {
    display: block;
  }

  .article-info dd:first-of-type {
    margin-left: 10px;
  }
}

@media (max-width: 767px) {
  .item-image.rstpl-m-top-big {
    margin-top: 0;
  }
}

.item-image img {
  width: 100%;
}

.item-image.pull-left,.item-image.pull-right {
  float: none;
  display: block;
  clear: both;
  width: 100%;
}

div[itemprop="blogPost"] {
  position: relative;
  margin: 0 0 30px 0;
}

@media (max-width: 767px) {
  div[itemprop="blogPost"] {
    padding: 0 15px;
  }
}

div[itemprop="blogPost"] .page-header {
  margin: 0;
}

div[itemprop="blogPost"] .page-header h2 {
  font-weight: 400;
  font-size: 38px;
}

div[itemprop="blogPost"] .page-header .rstpl-title {
  margin: 10px;
}

div[itemprop="blogPost"] .item-image {
  margin-bottom: 20px;
  background-color: #000;
}

div[itemprop="blogPost"] .item-image img {
  -webkit-transition: all .2s ease-out 0s;
  -moz-transition: all .2s ease-out 0s;
  -o-transition: all .2s ease-out 0s;
  transition: all .2s ease-out 0s;
  width: 100%;
}

div[itemprop="blogPost"] .item-image a {
  position: relative;
}

div[itemprop="blogPost"] .item-image a:before {
  content: '\f064';
  display: block;
  font-size: 38px;
  color: #FFF;
  font-family: 'FontAwesome';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
  -moz-transform: translate(-50%, 0%);
  -o-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  -webkit-transition: all .2s ease-out 0s;
  -moz-transition: all .2s ease-out 0s;
  -o-transition: all .2s ease-out 0s;
  transition: all .2s ease-out 0s;
}

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 .2s ease-out 0s;
  -moz-transition: all .2s ease-out 0s;
  -o-transition: all .2s ease-out 0s;
  transition: all .2s ease-out 0s;
}

div[itemprop="blogPost"] .item-image:hover > a > img {
  -moz-opacity: .5;
  -khtml-opacity: .5;
  -webkit-opacity: .5;
  opacity: .5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  filter: alpha(opacity=50);
  -webkit-transition: all .2s ease-out 0s;
  -moz-transition: all .2s ease-out 0s;
  -o-transition: all .2s ease-out 0s;
  transition: all .2s ease-out 0s;
}

div[itemprop="blogPost"] .readmore {
  margin-top: 20px;
}

div[itemprop="blogPost"] .readmore a.btn {
  display: inline-block;
  padding: 12px 30px;
  color: #000;
  margin-bottom: 0;
  line-height: 20px;
  min-height: 47px;
  text-align: center;
  text-shadow: none;
  vertical-align: middle;
  cursor: pointer;
  background-color: #ab5183;
  background-image: none;
  border: none;
  border-radius: 0px;
  -webkit-transition: all .2s linear 0s;
  -moz-transition: all .2s linear 0s;
  -o-transition: all .2s linear 0s;
  transition: all .2s linear 0s;
  font-weight: 600;
  color: #FFF;
}

div[itemprop="blogPost"] .readmore a.btn:hover {
  -webkit-transition: all .2s linear 0s;
  -moz-transition: all .2s linear 0s;
  -o-transition: all .2s linear 0s;
  transition: all .2s linear 0s;
  background-color: #884168;
  color: #000;
}

div[itemprop="blogPost"] .readmore a.btn:hover {
  background-color: #bc739c;
  color: #FFF;
}

.rstpl-content {
  background: #FFF;
}

@media (max-width: 767px) {
  div[itemprop="articleBody"] {
    padding: 0 15px;
  }
}

div[itemprop="articleBody"] p {
  margin-bottom: 20px;
}

.page-header {
  border-bottom: 0;
}

.rstpl-article-container .icons {
  display: inline-block;
  float: right;
  position: relative;
}

.blog .item {
  position: relative;
}

.blog .icons {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
}

@media (max-width: 767px) {
  .rstpl-all-content-position [class*="span"] {
    float: left;
  }
}

.rscomments {
  background-color: transparent;
}

.rscomments .rscomment-form {
  padding: 0;
  border: 0;
}

.rscomments .media.rscomment {
  padding: 0;
  background-color: transparent;
}

.rscomments hr {
  display: none;
}

.rscomments .row-fluid {
  position: relative;
}

.rscomments .rscomm-editor-buttons .btn-toolbar {
  margin: 0;
}

.rscomments .char-left {
  position: absolute;
  bottom: -10px;
  left: 0;
}

.control-group.span6 .controls .span11 {
  min-width: 0;
}

.rsblog-commtrack .nav.nav-tabs {
  margin-bottom: 0;
}

.rsblog-post {
  margin-bottom: 4rem;
}

.rsblog-post .rsblog-entry-image {
  margin-bottom: 30px;
}

.rsblog-post .rsblog-entry-image img {
  width: 100%;
  margin-bottom: 0;
  padding: 0;
}

.rsblog-post .rsblog-entry-title {
  padding-bottom: .5%;
  display: block;
  position: relative;
}

.rsblog-post .rsblog-entry-title:before {
  content: "";
  -webkit-transition: all .1s ease-in 0s;
  -moz-transition: all .1s ease-in 0s;
  -o-transition: all .1s ease-in 0s;
  transition: all .1s ease-in 0s;
  position: absolute;
  bottom: -4px;
  left: 0;
  width: .8em;
  height: 4px;
  background-color: #ab5183;
  visibility: visible;
}

.rsblog-post .rsblog-entry-title:hover:before {
  -webkit-transition: all .1s ease-in 0s;
  -moz-transition: all .1s ease-in 0s;
  -o-transition: all .1s ease-in 0s;
  transition: all .1s ease-in 0s;
  width: 0;
  visibility: hidden;
}

.rsblog-post .text-info {
  color: #000;
}

.rsblog-tag-cloud li .rsblog-tag {
  border-radius: 0px;
  color: #FFF;
  background-color: #ab5183;
  font-size: 13px;
  padding: 5px;
  -webkit-transition: all .2s ease-out 0s;
  -moz-transition: all .2s ease-out 0s;
  -o-transition: all .2s ease-out 0s;
  transition: all .2s ease-out 0s;
  font-weight: bold;
}

.rsblog-tag-cloud li .rsblog-tag:hover {
  background-color: #000;
  -webkit-transition: all .2s ease-out 0s;
  -moz-transition: all .2s ease-out 0s;
  -o-transition: all .2s ease-out 0s;
  transition: all .2s ease-out 0s;
}

.rsblog-main-container .rsblog-author-bio,.rsblog-main-post-container .rsblog-author-bio {
  background-color: #FFF;
  border-bottom-color: #ab5183;
}

.rsblog-main-container .rsblog-author-bio .muted,.rsblog-main-post-container .rsblog-author-bio .muted {
  display: none;
}

.rsblog-main-container .rsblog-author-bio .media > .pull-left,.rsblog-main-post-container .rsblog-author-bio .media > .pull-left {
  margin-right: 30px;
}

.rsblog-main-container .rsblog-author-bio .media img,.rsblog-main-post-container .rsblog-author-bio .media img {
  border-radius: 50%;
}

.rsblog-main-container .rsblog-post-actions > .btn,.rsblog-main-post-container .rsblog-post-actions > .btn {
  padding: 0 20px;
}

.rsblog-main-container > .well,.rsblog-main-post-container > .well {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border-width: 0 0 2px 0;
  border-color: #ab5183;
  padding: 1rem 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}

.rsblog-main-container > .well .form-search,.rsblog-main-post-container > .well .form-search {
  float: none;
  text-align: right;
  width: auto;
}

.rsblog-main-container > .well .form-search .input-append,.rsblog-main-post-container > .well .form-search .input-append {
  width: 100%;
}

.rsblog-main-container > .well .form-search .input-append .search-query,.rsblog-main-post-container > .well .form-search .input-append .search-query {
  width: 70%;
}

.rsblog-main-container > .well .form-search .input-append .btn,.rsblog-main-post-container > .well .form-search .input-append .btn {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  display: inline-block;
  padding: 10px 15px;
  color: #000;
  margin-bottom: 0;
  line-height: 20px;
  min-height: 47px;
  text-align: center;
  text-shadow: none;
  vertical-align: middle;
  cursor: pointer;
  background-color: #ab5183;
  background-image: none;
  border: none;
  border-radius: 0px;
  -webkit-transition: all .2s linear 0s;
  -moz-transition: all .2s linear 0s;
  -o-transition: all .2s linear 0s;
  transition: all .2s linear 0s;
  font-weight: 600;
  color: #ffffff;
}

.rsblog-main-container > .well .form-search .input-append .btn:hover,.rsblog-main-post-container > .well .form-search .input-append .btn:hover {
  -webkit-transition: all .2s linear 0s;
  -moz-transition: all .2s linear 0s;
  -o-transition: all .2s linear 0s;
  transition: all .2s linear 0s;
  background-color: #884168;
  color: #000;
}

.rsblog-main-container > .well .form-search .input-append .btn:hover,.rsblog-main-post-container > .well .form-search .input-append .btn:hover,.rsblog-main-container > .well .form-search .input-append .btn:focus,.rsblog-main-post-container > .well .form-search .input-append .btn:focus,.rsblog-main-container > .well .form-search .input-append .btn:active,.rsblog-main-post-container > .well .form-search .input-append .btn:active {
  background-color: #bc739c;
  color: #ffffff;
}

.rsblog-main-container footer.rsblog-entry-meta,.rsblog-main-post-container footer.rsblog-entry-meta {
  border-bottom-color: #ab5183;
  margin-top: 0;
}

.category-list .list-edit span {
  margin-right: 5px;
}

.category-list .hasTooltip span {
  margin-right: 5px;
  vertical-align: 0;
}

.mfp-close:hover,.mfp-close:focus {
  background-color: initial;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}

.rsdir-details-container .rsdir-entry-fav.btn {
  background-color: #000;
  color: #FFF;
  -webkit-box-shadow: inset 0px -3px 0px 0px #000;
  -moz-box-shadow: inset 0px -3px 0px 0px #000;
  -ms-box-shadow: inset 0px -3px 0px 0px #000;
  -o-box-shadow: inset 0px -3px 0px 0px #000;
  box-shadow: inset 0px -3px 0px 0px #000;
}

.rsdir-details-container .btn:last-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.rsdir-price-wrapper {
  background-color: #ab5183;
  color: #FFF;
}

.rsdir-listing {
  position: relative;
  overflow: visible;
  display: inline-block;
  padding: 30px;
  width: 100%;
}

.rsdir-listing .thumbnail {
  border: none;
  border-radius: 0;
}

.rsdir-listing .thumbnail:after {
  z-index: -1;
}

.rsdir-listing.rsdir-listing-promoted {
  background-color: rgba(0,0,0,0.15);
}

.rsdir-listing.rsdir-listing-promoted:after {
  background-color: rgba(0,0,0,0.15);
}

.item-page #rsdir-big-thumbs .thumbnail {
  border-radius: 0;
  border: none;
}

.item-page .control-group.clearfix .btn {
  padding: 5px 10px;
}

.item-page .rsdir-detail-big-subtitle,.item-page .rsdir-detail-section-title {
  font-size: 26px;
  font-weight: 400;
  margin-top: 34px;
}

.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: #000;
}

.rs_events_container a.thumbnail:hover > img {
  -moz-opacity: .6;
  -khtml-opacity: .6;
  -webkit-opacity: .6;
  opacity: .6;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);
  filter: alpha(opacity=60);
  -webkit-transition: all .2s ease-out 0s;
  -moz-transition: all .2s ease-out 0s;
  -o-transition: all .2s ease-out 0s;
  transition: all .2s ease-out 0s;
}

.rs_events_container a.thumbnail img {
  -webkit-transition: all .2s ease-out 0s;
  -moz-transition: all .2s ease-out 0s;
  -o-transition: all .2s ease-out 0s;
  transition: all .2s ease-out 0s;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  border-radius: 0px;
  width: 100%;
}

.rs_events_container.rsepro-categories-list li,.rs_events_container.rsepro-locations-list li {
  padding: 5px 10px !important;
}

.rs_events_container.rsepro-categories-list .well,.rs_events_container.rsepro-locations-list .well {
  background: none;
  border: none;
  border-radius: 0;
  padding: 0;
  padding-bottom: .5%;
  display: block;
  position: relative;
}

.rs_events_container.rsepro-categories-list .well:before,.rs_events_container.rsepro-locations-list .well:before {
  content: "";
  -webkit-transition: all .1s ease-in 0s;
  -moz-transition: all .1s ease-in 0s;
  -o-transition: all .1s ease-in 0s;
  transition: all .1s ease-in 0s;
  position: absolute;
  bottom: -4px;
  left: 0;
  width: .8em;
  height: 4px;
  background-color: #ab5183;
  visibility: visible;
}

.rs_events_container.rsepro-categories-list .well:hover:before,.rs_events_container.rsepro-locations-list .well:hover:before {
  -webkit-transition: all .1s ease-in 0s;
  -moz-transition: all .1s ease-in 0s;
  -o-transition: all .1s ease-in 0s;
  transition: all .1s ease-in 0s;
  width: 0;
  visibility: hidden;
}

.rs_events_container.rsepro-categories-list .well:before,.rs_events_container.rsepro-locations-list .well:before {
  width: 100%;
  background-color: #000;
  -webkit-transition: all .35s ease-in 0s;
  -moz-transition: all .35s ease-in 0s;
  -o-transition: all .35s ease-in 0s;
  transition: all .35s ease-in 0s;
}

.rs_events_container.rsepro-categories-list .well:hover,.rs_events_container.rsepro-locations-list .well:hover {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}

.rs_events_container.rsepro-categories-list .well:hover:before,.rs_events_container.rsepro-locations-list .well:hover:before {
  background-color: #000;
  -webkit-transition: all .35s ease-in 0s;
  -moz-transition: all .35s ease-in 0s;
  -o-transition: all .35s ease-in 0s;
  transition: all .35s ease-in 0s;
}

.rs_events_container li.rs_event_detail {
  padding: 20px 30px !important;
}

.rs_events_container li.rs_event_detail .rs_event_image {
  padding: 0;
  margin: 0 8px 8px 0;
}

.rs_events_container li.rs_event_detail .rsepro-title-block {
  font-size: 28px;
  font-weight: 400;
  margin-bottom: 15px;
}

.rs_events_container li.rs_event_detail .rsepro-small-description-block {
  margin-top: 20px;
}

.rsepro-calendar .input-medium,.rsepro-calendar .input-small {
  min-width: initial;
  width: initial;
}

.rsepro-filter-container .navbar-inner {
  background-image: none;
  background-color: #ab5183;
  border-radius: 0px;
  border: 1px solid #e1e1e1;
  box-shadow: none;
  padding: 5px 20px;
}

.rsepro-filter-container .navbar-inner .nav > li {
  display: inline-block;
  float: none;
}

.rsepro-filter-container .navbar-inner .nav > li.divider-vertical {
  display: none;
}

.rsepro-filter-container .navbar-inner .nav > li.center {
  margin-top: 5px;
}

.rsepro-filter-container .navbar-inner .btn-group {
  display: inline;
}

@media (max-width: 979px) {
  .rsepro-filter-container .navbar-inner .btn-group .btn:last-child {
    height: 40px;
  }
}

.rsepro-filter-container .navbar-inner #rsepro-filter-from,.rsepro-filter-container .navbar-inner #rsepro-filter-condition {
  margin-top: 5px;
}

.rsepro-filter-container .navbar-inner #rsepro-filter-btn {
  background-color: #000;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  -webkit-box-shadow: 0px -3px 0px 0px #1a1a1a inset;
  -moz-box-shadow: 0px -3px 0px 0px #1a1a1a inset;
  -ms-box-shadow: 0px -3px 0px 0px #1a1a1a inset;
  -o-box-shadow: 0px -3px 0px 0px #1a1a1a inset;
  box-shadow: 0px -3px 0px 0px #1a1a1a inset;
}

.rsepro-filter-container .navbar-inner .divider-vertical {
  height: 50px;
}

.rsepro-filter-container .navbar-inner #rsepro-search > input {
  margin-bottom: 0;
  min-height: 28px;
  width: 295px;
  min-width: 295px;
}

.rsepro-filter-container .navbar-inner ul li.dropdown.open > .dropdown-toggle,.rsepro-filter-container .navbar-inner ul li.dropdown.active > .dropdown-toggle,.rsepro-filter-container .navbar-inner ul li.dropdown.open.active > .dropdown-toggle {
  background: transparent;
  color: #000;
}

.rsepro-filter-container .navbar-inner ul li.dropdown > .dropdown-toggle .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}

.rsepro-filter-container .navbar-inner ul li.dropdown > .dropdown-toggle:hover > .caret {
  border-top-color: #000;
  border-bottom-color: #000;
}

.rsepro-filter-container .navbar-inner ul li a {
  color: #000;
  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: #ab5183;
}

.chzn-container-multi .chzn-choices li.search-field input[type="text"] {
  height: 25px;
}

.rs_controls .btn-group .btn {
  font-size: 12px;
  border-radius: 3px;
  padding: 10px 20px;
  border: 1px solid #000;
}

.rs_controls .btn-group .btn .caret {
  border-top-color: #000;
  border-bottom-color: #000;
}

.bootstrap-datetimepicker-widget {
  background-color: #FFF;
  -webkit-transition: all 0s ease-out 0s;
  -moz-transition: all 0s ease-out 0s;
  -o-transition: all 0s ease-out 0s;
  transition: all 0s ease-out 0s;
}

.bootstrap-datetimepicker-widget:before,.bootstrap-datetimepicker-widget:after {
  border: none;
  content: '';
}

.rsform-select-box-small {
  min-width: initial;
}

.formResponsive textarea,.formResponsive input[type="text"],.formResponsive input[type="password"],.formResponsive select {
  border-radius: 0px;
}

.yui-calcontainer.single {
  z-index: 10 !important;
}

.formResponsive input[type="button"].rsform-calendar-button {
  margin-bottom: 9px;
  padding: 13px 15px;
  line-height: 12px;
}

.rsform-calendar-button {
  background-color: #eee;
  padding: 5px 15px;
  border: 1px solid #ccc;
  border-left: none;
}

#rstpl-com_rsform .yui-calendar .calnavleft,#rstpl-com_rsform .yui-calendar .calnavright {
  background: none;
  text-indent: 0;
  width: 1em;
  height: 1em;
  letter-spacing: 1em;
}

#rstpl-com_rsform .yui-calendar .calnavleft:before,#rstpl-com_rsform .yui-calendar .calnavright:before {
  font-family: 'FontAwesome';
  content: "\f053";
  font-size: 1em;
  color: #ab5183;
}

#rstpl-com_rsform .yui-calcontainer {
  border: none;
  -webkit-box-shadow: 0px 0px 4px rgba(0,0,0,0.5);
  -moz-box-shadow: 0px 0px 4px rgba(0,0,0,0.5);
  -ms-box-shadow: 0px 0px 4px rgba(0,0,0,0.5);
  -o-box-shadow: 0px 0px 4px rgba(0,0,0,0.5);
  box-shadow: 0px 0px 4px rgba(0,0,0,0.5);
}

#rstpl-com_rsform .yui-calendar .calhead {
  border: none;
}

#rstpl-com_rsform .yui-calendar a.calnav:hover {
  background: none;
  border: none;
  color: #ab5183;
}

#rstpl-com_rsform .yui-calcontainer .yui-cal-nav-mc {
  width: 95%;
}

#rstpl-com_rsform .yui-calcontainer .yui-cal-nav-b button {
  display: inline-block;
  padding: 3px 5px;
  color: #000;
  margin-bottom: 0;
  line-height: 20px;
  min-height: 47px;
  text-align: center;
  text-shadow: none;
  vertical-align: middle;
  cursor: pointer;
  background-color: #ab5183;
  background-image: none;
  border: none;
  border-radius: 0px;
  -webkit-transition: all .2s linear 0s;
  -moz-transition: all .2s linear 0s;
  -o-transition: all .2s linear 0s;
  transition: all .2s linear 0s;
  font-weight: 600;
  color: #fff;
}

#rstpl-com_rsform .yui-calcontainer .yui-cal-nav-b button:hover {
  -webkit-transition: all .2s linear 0s;
  -moz-transition: all .2s linear 0s;
  -o-transition: all .2s linear 0s;
  transition: all .2s linear 0s;
  background-color: #884168;
  color: #000;
}

#rstpl-com_rsform .yui-calendar .calnavright:before {
  content: "\f054";
}

#rstpl-com_rsform .yui-calendar .calweekdaycell {
  font-weight: 600;
  font-size: .9em;
}

#rstpl-com_rsform .yui-calendar td.calcell a {
  font-size: .9em;
  color: #ab5183;
}

#rstpl-com_rsform .yui-calendar td.calcell.today {
  border: 1px solid #ab5183;
}

#rstpl-com_rsform .yui-calendar td.calcell.selected,#rstpl-com_rsform .yui-calendar td.calcell.calcellhover {
  background-color: #e5c9d9;
  border-color: #ab5183;
}

#rstpl-com_rsform .yui-calendar td.calcell.selected a,#rstpl-com_rsform .yui-calendar td.calcell.calcellhover a {
  color: #000;
}

#rstpl-com_rsform .yui-calendar td.calcell.calcellhover {
  background-color: #eedae5;
}

#userForm > h2 {
  font-family: Lato;
  color: #000;
}

.formResponsive input[type="button"] {
  display: inline-block;
  padding: 12px 20px;
  color: #fff;
  margin-bottom: 0;
  line-height: 20px;
  min-height: 47px;
  text-align: center;
  text-shadow: none;
  vertical-align: middle;
  cursor: pointer;
  background-color: #000;
  background-image: none;
  border: none;
  border-radius: 0px;
  -webkit-transition: all .2s linear 0s;
  -moz-transition: all .2s linear 0s;
  -o-transition: all .2s linear 0s;
  transition: all .2s linear 0s;
  font-weight: 600;
}

.formResponsive input[type="button"]:hover {
  -webkit-transition: all .2s linear 0s;
  -moz-transition: all .2s linear 0s;
  -o-transition: all .2s linear 0s;
  transition: all .2s linear 0s;
  background-color: #000;
  color: #fff;
}

.formResponsive input[type="reset"] {
  display: inline-block;
  padding: 12px 20px;
  color: #fff;
  margin-bottom: 0;
  line-height: 20px;
  min-height: 47px;
  text-align: center;
  text-shadow: none;
  vertical-align: middle;
  cursor: pointer;
  background-color: #ed092f;
  background-image: none;
  border: none;
  border-radius: 0px;
  -webkit-transition: all .2s linear 0s;
  -moz-transition: all .2s linear 0s;
  -o-transition: all .2s linear 0s;
  transition: all .2s linear 0s;
  font-weight: 600;
}

.formResponsive input[type="reset"]:hover {
  -webkit-transition: all .2s linear 0s;
  -moz-transition: all .2s linear 0s;
  -o-transition: all .2s linear 0s;
  transition: all .2s linear 0s;
  background-color: #bc0725;
  color: #fff;
}

.formResponsive input[type="submit"] {
  display: inline-block;
  padding: 12px 20px;
  color: #fff;
  margin-bottom: 0;
  line-height: 20px;
  min-height: 47px;
  text-align: center;
  text-shadow: none;
  vertical-align: middle;
  cursor: pointer;
  background-color: #ab5183;
  background-image: none;
  border: none;
  border-radius: 0px;
  -webkit-transition: all .2s linear 0s;
  -moz-transition: all .2s linear 0s;
  -o-transition: all .2s linear 0s;
  transition: all .2s linear 0s;
  font-weight: 600;
}

.formResponsive input[type="submit"]:hover {
  -webkit-transition: all .2s linear 0s;
  -moz-transition: all .2s linear 0s;
  -o-transition: all .2s linear 0s;
  transition: all .2s linear 0s;
  background-color: #884168;
  color: #fff;
}

#rsfilter {
  padding: 1px;
  margin: 0;
}

.formResponsive textarea,.formResponsive input[type="text"],.formResponsive input[type="number"],.formResponsive input[type="email"],.formResponsive input[type="tel"],.formResponsive input[type="url"],.formResponsive input[type="password"],.formResponsive select {
  height: 28px;
  border-radius: 0px;
}

.formResponsive textarea:focus,.formResponsive input[type="text"]:focus,.formResponsive input[type="number"]:focus,.formResponsive input[type="email"]:focus,.formResponsive input[type="tel"]:focus,.formResponsive input[type="url"]:focus,.formResponsive input[type="password"]:focus,.formResponsive select:focus {
  border-color: #ab5183;
  -webkit-box-shadow: inset 0 1px 1px rgba(171,81,131,0.07000000000000001), 0 0 8px rgba(171,81,131,0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(171,81,131,0.07000000000000001), 0 0 8px rgba(171,81,131,0.6);
  -ms-box-shadow: inset 0 1px 1px rgba(171,81,131,0.07000000000000001), 0 0 8px rgba(171,81,131,0.6);
  -o-box-shadow: inset 0 1px 1px rgba(171,81,131,0.07000000000000001), 0 0 8px rgba(171,81,131,0.6);
  box-shadow: inset 0 1px 1px rgba(171,81,131,0.07000000000000001), 0 0 8px rgba(171,81,131,0.6);
}

.formResponsive textarea {
  height: initial;
}

#rsmg_gallery_filters {
  margin-bottom: 1.5rem;
}

#rsmg_gallery_filters .filter {
  background-color: #000;
  background-image: none;
}

#rsmg_gallery_filters .filter.active,#rsmg_gallery_filters .filter:hover,#rsmg_gallery_filters .filter:focus,#rsmg_gallery_filters .filter:active {
  background-color: #ab5183;
}

ul#rsmg_gallery li div.rsmg_item_container {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  padding-bottom: .5%;
  display: block;
  position: relative;
  font-family: Lato;
  font-size: inherit;
  padding-bottom: 5%;
}

ul#rsmg_gallery li div.rsmg_item_container:before {
  content: "";
  -webkit-transition: all .1s ease-in 0s;
  -moz-transition: all .1s ease-in 0s;
  -o-transition: all .1s ease-in 0s;
  transition: all .1s ease-in 0s;
  position: absolute;
  bottom: -4px;
  left: 0;
  width: .8em;
  height: 4px;
  background-color: #ab5183;
  visibility: visible;
}

ul#rsmg_gallery li div.rsmg_item_container:hover:before {
  -webkit-transition: all .1s ease-in 0s;
  -moz-transition: all .1s ease-in 0s;
  -o-transition: all .1s ease-in 0s;
  transition: all .1s ease-in 0s;
  width: 0;
  visibility: hidden;
}

ul#rsmg_gallery li div.rsmg_item_container:before {
  width: 100%;
}

ul#rsmg_gallery li div.rsmg_item_container .rsmg_image {
  background-color: #000;
}

ul#rsmg_gallery li div.rsmg_item_container a.rsmg_title {
  color: #000;
  font-family: Lato;
  border: none;
  font-size: 16px;
  margin-top: 2.5%;
}

ul#rsmg_gallery li div.rsmg_item_container a.rsmg_title:hover {
  color: #000;
}

#rstpl-pagewrap .rsp_icon_over {
  color: #000;
}

.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;
}

#jquery-lightbox h2.rsmg_title {
  font-size: 48px;
}

#jquery-lightbox .rsmg_image_description {
  font-size: 16px;
}

#lightbox-container-image {
  padding: 10px 10px 0 10px;
  margin: 0;
}

#lightbox-container-image-data-box {
  padding: 0;
}

#rstpl-com_rsmembership h2.rsm_title.contentheading {
  font-size: 20px !important;
}

#rstpl-com_rsmembership .rsm_container {
  border-radius: 0;
  padding: 30px;
}

#rstpl-com_rsmembership .rsm_container .thumbnail {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  border: none;
  border-radius: 0;
}

#rstpl-com_rsmembership .rsm_container .thumbnail .caption {
  padding: 0;
}

#rstpl-com_rsmembership .rsm_container .thumbnail .caption .rsm_thumb {
  margin: 0 3% 2% 0 !important;
  width: 100%;
}

#rstpl-com_rsmembership .rsm_container .rsm_title {
  margin: 0;
}

.com-rsticketspro-message blockquote {
  font-size: 15px;
  text-align: initial;
  font-weight: 400;
  padding-left: 0;
}

.com-rsticketspro-message blockquote:before,.com-rsticketspro-message blockquote:after {
  display: none;
}

#rstpl-com_rsticketspro blockquote {
  font-size: 15px;
  text-align: initial;
  font-weight: 400;
  padding-left: 0;
}

#rstpl-com_rsticketspro blockquote:before,#rstpl-com_rsticketspro blockquote:after {
  display: none;
}

#rstpl-com_rsticketspro #ticket-buttons .btn {
  background: transparent;
  border: 1px solid #000;
}

#rstpl-com_rsticketspro p .btn {
  background: transparent;
  border: 1px solid #000;
}

#rstpl-com_rsticketspro .well.small {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  color: #000;
  border-radius: 0px;
}

#rstpl-com_rsticketspro .well.small a {
  color: #000;
}

#rstpl-com_rsticketspro .well.small p {
  margin: 5px 0;
}

#rstpl-com_rsticketspro .rst_center_block.well {
  padding: 30px;
}

#rstpl-com_rsticketspro .rst_center_block.well input {
  border: 1px solid #e3e3e3;
  border-right: none;
}

#rstpl-com_rsticketspro .rst_center_block.well .btn {
  height: 32px;
  border: 1px solid #e3e3e3;
  color: #000;
}

.rst_dashboard_items .thumbnail {
  background: #F5F5F5;
  min-height: 250px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}

.rst_dashboard_items .thumbnail > a {
  margin-top: 25px;
}

.rst_dashboard_items .thumbnail > a:before {
  content: '\f022';
  font-size: 28px;
  font-family: 'FontAwesome';
  display: block;
  position: relative;
  color: #000;
}

.rst_dashboard_items .thumbnail > a > img {
  display: none;
}

.rst_dashboard_items .thumbnail .caption {
  padding: 0 30px;
}

.rst_dashboard_items .thumbnail .caption h3 a {
  color: #000;
  text-transform: capitalize;
  font-size: 17px;
}

.rst_dashboard_items .span4:first-child .thumbnail > a:before {
  content: '\f044';
}

.rst_dashboard_items .span4:last-child .thumbnail > a:before {
  content: '\f002 ';
}

.rspbld-page section > .row-fluid,.rspbld-page section > .container > .row-fluid {
  margin-top: 80px;
}

.rspbld-page section > .row-fluid .overlay {
  background-repeat: repeat;
  -webkit-box-shadow: 0px 0px 300px rgba(0,0,0,0.5) inset;
  -moz-box-shadow: 0px 0px 300px rgba(0,0,0,0.5) inset;
  -ms-box-shadow: 0px 0px 300px rgba(0,0,0,0.5) inset;
  -o-box-shadow: 0px 0px 300px rgba(0,0,0,0.5) inset;
  box-shadow: 0px 0px 300px rgba(0,0,0,0.5) inset;
}

.rspbld-page section > .row-fluid.primary-overlay .overlay {
  background-color: #ab5183;
}

.rspbld-page section > .row-fluid.secondary-overlay .overlay {
  background-color: #000;
}

.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 {
  overflow: hidden;
}

.rspbld-image img {
  -webkit-transition: all .35s ease-out 0s;
  -moz-transition: all .35s ease-out 0s;
  -o-transition: all .35s ease-out 0s;
  transition: all .35s ease-out 0s;
  opacity: 0.75;
}

.rspbld-image:hover img {
  opacity: 1;
  -webkit-transform: rotate(5deg) scale(1.2);
  -moz-transform: rotate(5deg) scale(1.2);
  -o-transform: rotate(5deg) scale(1.2);
  -ms-transform: rotate(5deg) scale(1.2);
  transform: rotate(5deg) scale(1.2);
}

.rspbld-row-title {
  font-family: Lato;
}

.rspbld-row-subtitle {
  font-family: Lato;
  text-transform: uppercase;
}

.rspbld-title {
  margin: 0 0 50px 0;
  position: relative;
  font-family: Lato;
}

.detailed-title .rspbld-title {
  padding: 2em 0 1em 0;
  text-align: center;
}

.detailed-title .rspbld-title:after {
  background-repeat: no-repeat, no-repeat;
  background-size: 6em 1em, 6em 1em;
  background-position: top left, top right;
  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-radius: 50%;
  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-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-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: #ab5183;
  margin: -50px 0 1em 0;
}

.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;
}

.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: #fff;
  color: #000;
  margin: 1px;
  padding: 20px;
  position: relative;
  text-decoration: none;
}

.rspbld-accordion .accordion-group .accordion-heading .accordion-toggle i {
  -webkit-transition: all .2s linear 0s;
  -moz-transition: all .2s linear 0s;
  -o-transition: all .2s linear 0s;
  transition: all .2s linear 0s;
}

.rspbld-accordion .accordion-group .accordion-heading .accordion-toggle.collapsed {
  text-decoration: none;
  color: #ab5183;
}

.rspbld-accordion .accordion-group .accordion-heading .accordion-toggle.collapsed i {
  -webkit-transition: all .2s linear 0s;
  -moz-transition: all .2s linear 0s;
  -o-transition: all .2s linear 0s;
  transition: all .2s linear 0s;
}

.rspbld-accordion .accordion-group .accordion-heading > a {
  font-weight: 600;
  font-size: 17px;
  -webkit-transition: all .2s linear 0s;
  -moz-transition: all .2s linear 0s;
  -o-transition: all .2s linear 0s;
  transition: all .2s linear 0s;
}

.rspbld-accordion .accordion-inner {
  background-color: #fff;
  border-top: 0;
  line-height: 1.8;
  padding: 0 20px 30px 20px;
}

.rspbld-accordion .accordion-inner .rstpl-box-image {
  float: left;
  margin: 0 15px 0 0;
}

.rspbld-accordion .accordion-inner .rstpl-thick-border {
  border: 10px solid #000;
}

.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);
}

.rspbld-alert .alert {
  -webkit-transition: all .1s linear 0s;
  -moz-transition: all .1s linear 0s;
  -o-transition: all .1s linear 0s;
  transition: all .1s linear 0s;
  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;
}

.rspbld-animated-number .rspbld-number {
  background-color: #ab5183;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #fff;
  font-size: 2em;
  font-weight: 600;
  height: 152px;
  line-height: 152px;
  width: 152px;
  padding: 0px;
  position: relative;
}

.rspbld-button.btn {
  display: inline-block;
  padding: 12px 20px;
  color: #000;
  margin-bottom: 0;
  line-height: 20px;
  min-height: 47px;
  text-align: center;
  text-shadow: none;
  vertical-align: middle;
  cursor: pointer;
  background-color: #f5f5f5;
  background-image: none;
  border: none;
  border-radius: 0px;
  -webkit-transition: all .2s linear 0s;
  -moz-transition: all .2s linear 0s;
  -o-transition: all .2s linear 0s;
  transition: all .2s linear 0s;
  font-weight: 600;
}

.rspbld-button.btn:hover {
  -webkit-transition: all .2s linear 0s;
  -moz-transition: all .2s linear 0s;
  -o-transition: all .2s linear 0s;
  transition: all .2s linear 0s;
  background-color: #dcdcdc;
  color: #000;
}

.rspbld-button.btn i {
  vertical-align: baseline;
}

.rspbld-button.btn.btn-primary {
  display: inline-block;
  padding: 12px 20px;
  color: #000;
  margin-bottom: 0;
  line-height: 20px;
  min-height: 47px;
  text-align: center;
  text-shadow: none;
  vertical-align: middle;
  cursor: pointer;
  background-color: #ab5183;
  background-image: none;
  border: none;
  border-radius: 0px;
  -webkit-transition: all .2s linear 0s;
  -moz-transition: all .2s linear 0s;
  -o-transition: all .2s linear 0s;
  transition: all .2s linear 0s;
  font-weight: 600;
  color: #ffffff;
}

.rspbld-button.btn.btn-primary:hover {
  -webkit-transition: all .2s linear 0s;
  -moz-transition: all .2s linear 0s;
  -o-transition: all .2s linear 0s;
  transition: all .2s linear 0s;
  background-color: #884168;
  color: #000;
}

.rspbld-button.btn.btn-primary:hover,.rspbld-button.btn.btn-primary:focus,.rspbld-button.btn.btn-primary:active {
  background-color: #bc739c;
  color: #ffffff;
}

.rspbld-button.btn.btn-secondary {
  display: inline-block;
  padding: 12px 20px;
  color: #000;
  margin-bottom: 0;
  line-height: 20px;
  min-height: 47px;
  text-align: center;
  text-shadow: none;
  vertical-align: middle;
  cursor: pointer;
  background-color: #000;
  background-image: none;
  border: none;
  border-radius: 0px;
  -webkit-transition: all .2s linear 0s;
  -moz-transition: all .2s linear 0s;
  -o-transition: all .2s linear 0s;
  transition: all .2s linear 0s;
  font-weight: 600;
  color: #ffffff;
}

.rspbld-button.btn.btn-secondary:hover {
  -webkit-transition: all .2s linear 0s;
  -moz-transition: all .2s linear 0s;
  -o-transition: all .2s linear 0s;
  transition: all .2s linear 0s;
  background-color: #000;
  color: #000;
}

.rspbld-button.btn.btn-secondary:hover,.rspbld-button.btn.btn-secondary:focus,.rspbld-button.btn.btn-secondary:active {
  background-color: #1a1a1a;
  color: #ffffff;
}

.rspbld-button.btn.btn-warning {
  display: inline-block;
  padding: 12px 20px;
  color: #000;
  margin-bottom: 0;
  line-height: 20px;
  min-height: 47px;
  text-align: center;
  text-shadow: none;
  vertical-align: middle;
  cursor: pointer;
  background-color: #fbb829;
  background-image: none;
  border: none;
  border-radius: 0px;
  -webkit-transition: all .2s linear 0s;
  -moz-transition: all .2s linear 0s;
  -o-transition: all .2s linear 0s;
  transition: all .2s linear 0s;
  font-weight: 600;
  color: #ffffff;
}

.rspbld-button.btn.btn-warning:hover {
  -webkit-transition: all .2s linear 0s;
  -moz-transition: all .2s linear 0s;
  -o-transition: all .2s linear 0s;
  transition: all .2s linear 0s;
  background-color: #eda304;
  color: #000;
}

.rspbld-button.btn.btn-warning:hover,.rspbld-button.btn.btn-warning:focus,.rspbld-button.btn.btn-warning:active {
  background-color: #fcc95b;
  color: #ffffff;
}

.rspbld-button.btn.btn-danger {
  display: inline-block;
  padding: 12px 20px;
  color: #000;
  margin-bottom: 0;
  line-height: 20px;
  min-height: 47px;
  text-align: center;
  text-shadow: none;
  vertical-align: middle;
  cursor: pointer;
  background-color: #ed092f;
  background-image: none;
  border: none;
  border-radius: 0px;
  -webkit-transition: all .2s linear 0s;
  -moz-transition: all .2s linear 0s;
  -o-transition: all .2s linear 0s;
  transition: all .2s linear 0s;
  font-weight: 600;
  color: #ffffff;
}

.rspbld-button.btn.btn-danger:hover {
  -webkit-transition: all .2s linear 0s;
  -moz-transition: all .2s linear 0s;
  -o-transition: all .2s linear 0s;
  transition: all .2s linear 0s;
  background-color: #bc0725;
  color: #000;
}

.rspbld-button.btn.btn-danger:hover,.rspbld-button.btn.btn-danger:focus,.rspbld-button.btn.btn-danger:active {
  background-color: #f73253;
  color: #ffffff;
}

.rspbld-button.btn.btn-info {
  display: inline-block;
  padding: 12px 20px;
  color: #000;
  margin-bottom: 0;
  line-height: 20px;
  min-height: 47px;
  text-align: center;
  text-shadow: none;
  vertical-align: middle;
  cursor: pointer;
  background-color: #2a8fbd;
  background-image: none;
  border: none;
  border-radius: 0px;
  -webkit-transition: all .2s linear 0s;
  -moz-transition: all .2s linear 0s;
  -o-transition: all .2s linear 0s;
  transition: all .2s linear 0s;
  font-weight: 600;
  color: #ffffff;
}

.rspbld-button.btn.btn-info:hover {
  -webkit-transition: all .2s linear 0s;
  -moz-transition: all .2s linear 0s;
  -o-transition: all .2s linear 0s;
  transition: all .2s linear 0s;
  background-color: #216f93;
  color: #000;
}

.rspbld-button.btn.btn-info:hover,.rspbld-button.btn.btn-info:focus,.rspbld-button.btn.btn-info:active {
  background-color: #44a8d6;
  color: #ffffff;
}

.rspbld-button.btn.btn-success {
  display: inline-block;
  padding: 12px 20px;
  color: #000;
  margin-bottom: 0;
  line-height: 20px;
  min-height: 47px;
  text-align: center;
  text-shadow: none;
  vertical-align: middle;
  cursor: pointer;
  background-color: #a1c820;
  background-image: none;
  border: none;
  border-radius: 0px;
  -webkit-transition: all .2s linear 0s;
  -moz-transition: all .2s linear 0s;
  -o-transition: all .2s linear 0s;
  transition: all .2s linear 0s;
  font-weight: 600;
  color: #ffffff;
}

.rspbld-button.btn.btn-success:hover {
  -webkit-transition: all .2s linear 0s;
  -moz-transition: all .2s linear 0s;
  -o-transition: all .2s linear 0s;
  transition: all .2s linear 0s;
  background-color: #7e9c19;
  color: #000;
}

.rspbld-button.btn.btn-success:hover,.rspbld-button.btn.btn-success:focus,.rspbld-button.btn.btn-success:active {
  background-color: #bae03b;
  color: #ffffff;
}

.rspbld-button.btn.btn-mini {
  padding: 3px 7px;
  font-size: 12px;
  min-height: 27px;
}

.rspbld-button.btn.btn-small {
  padding: 5px 10px;
  min-height: 32px;
}

.rspbld-button.btn.btn-large {
  padding: 15px 25px;
  min-height: 57px;
}

.rspbld-carousel .carousel {
  margin: 0;
}

@media (max-width: 767px) {
  .rspbld-carousel .carousel {
    margin: 0 0 100px 0;
  }
}

.rspbld-carousel .carousel-inner {
  margin: 0 auto;
  width: 80%;
}

@media (max-width: 767px) {
  .rspbld-carousel .carousel-inner {
    width: auto;
  }
}

.rspbld-carousel .carousel-inner .item:not(.horizontal-image) .rspbld-image {
  display: block;
  width: 100%;
}

.rspbld-carousel .carousel-inner .rspbld-image {
  padding: 0;
  border: none;
}

@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: 63px;
}

.rspbld-carousel .carousel-inner h3.rspbld-item-title {
  font-size: 54px;
}

.rspbld-carousel .carousel-inner h4.rspbld-item-title {
  font-size: 45px;
}

.rspbld-carousel .carousel-inner h5.rspbld-item-title {
  font-size: 36px;
}

.rspbld-carousel .carousel-inner h6.rspbld-item-title {
  font-size: 32px;
}

.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-inner .item:not(.horizontal-image) .rspbld-item-content-container ~ .rspbld-image {
  margin-top: 30px;
}

.rspbld-carousel .carousel-control {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  border: none;
  border-radius: 0;
  margin-bottom: 2px;
  opacity: 1;
  height: 80px;
  width: 38px;
  background: none;
  color: #ab5183;
}

.rspbld-carousel .carousel-control:hover,
.rspbld-carousel .carousel-control:focus {
  color: #ab5183;
}

.rspbld-carousel .carousel-control > i {
  font-size: 80px;
  font-weight: bold;
  height: 100%;
  width: 100%;
}

.rspbld-carousel .carousel-control > i:before {
  font-family: 'SliderArrows';
}

.rspbld-carousel .carousel-control.left {
  left: 5%;
}

.rspbld-carousel .carousel-control.left > i:before {
  content: "\e900";
}

@media (max-width: 979px) {
  .rspbld-carousel .carousel-control.left {
    left: 3%;
  }
}

@media (max-width: 767px) {
  .rspbld-carousel .carousel-control.left {
    left: 0;
  }
}

.rspbld-carousel .carousel-control.right {
  right: 5%;
}

.rspbld-carousel .carousel-control.right > i:before {
  content: "\e901";
}

@media (max-width: 979px) {
  .rspbld-carousel .carousel-control.right {
    right: 3%;
  }
}

@media (max-width: 767px) {
  .rspbld-carousel .carousel-control.right {
    right: 0;
  }
}

@media (max-width: 767px) {
  .rspbld-carousel .carousel-control {
    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: -10px;
}

@media (max-width: 767px) {
  .rspbld-carousel .carousel-indicators.center-bottom,
  .rspbld-carousel .carousel-indicators.left-bottom,
  .rspbld-carousel .carousel-indicators.right-bottom {
    display: none;
  }
}

.rspbld-carousel .carousel-indicators li {
  border: 2px solid #ab5183;
  height: 12px;
  width: 12px;
}

.rspbld-carousel .carousel-indicators li.active {
  background-color: #ab5183;
}

.rspbld-carousel.testimonial-carousel .rspbld-image {
  width: 20%;
  margin: 0 auto 10px auto;
  overflow: hidden;
  padding: 0;
}

.rspbld-carousel.testimonial-carousel h2.rspbld-item-title {
  font-size: 54px;
}

.rspbld-carousel.testimonial-carousel h3.rspbld-item-title {
  font-size: 45px;
}

.rspbld-carousel.testimonial-carousel h4.rspbld-item-title {
  font-size: 36px;
}

.rspbld-carousel.testimonial-carousel h5.rspbld-item-title {
  font-size: 32px;
}

.rspbld-carousel.testimonial-carousel h6.rspbld-item-title {
  font-size: 27px;
}

.rspbld-carousel.testimonial-carousel .rspbld-item-title {
  font-weight: 800;
}

.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: #352a3a;
  font-size: 30px;
  margin-bottom: 0px;
  height: 40px;
  width: 40px;
  -webkit-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}

.rspbld-carousel.testimonial-carousel .carousel-control:hover {
  background-image: none;
  color: #ab5183;
  -webkit-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}

.rspbld-carousel.testimonial-carousel.light {
  padding-top: 50px;
  padding-bottom: 50px;
}

.rspbld-carousel.testimonial-carousel.light .rspbld-image {
  border: 5px solid #bab9b9;
}

.rspbld-carousel.testimonial-carousel.light .rspbld-item-title,
.rspbld-carousel.testimonial-carousel.light .rspbld-item-content {
  color: #bab9b9;
}

.rspbld-carousel.testimonial-carousel.light .carousel-control {
  color: #bab9b9;
}

.rspbld-carousel.testimonial-carousel.light .carousel-control:hover {
  background-image: none;
  color: #ab5183;
  -webkit-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}

.rspbld-carousel.testimonial-carousel.light .carousel-indicators li {
  border: 2px solid #bab9b9;
}

.rspbld-carousel.testimonial-carousel.light .carousel-indicators li.active {
  background-color: #bab9b9;
}

.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: #ab5183;
  -webkit-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}

.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-item-title {
  color: #2e2d2d;
}

.rspbld-carousel.testimonial-carousel.dark .rspbld-item-content {
  color: #2e2d2d;
}

.rspbld-carousel.testimonial-carousel.dark .carousel-control {
  color: #2e2d2d;
}

.rspbld-carousel.testimonial-carousel.dark .carousel-control:hover {
  background-image: none;
  color: #ab5183;
  -webkit-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}

.rspbld-carousel.testimonial-carousel.dark .carousel-indicators li {
  border: 2px solid #2e2d2d;
}

.rspbld-carousel.testimonial-carousel.dark .carousel-indicators li.active {
  background-color: #2e2d2d;
}

.rspbld-carousel.testimonial-carousel.darker {
  padding-top: 50px;
  padding-bottom: 50px;
}

.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: #ab5183;
  -webkit-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}

.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.pull-left,
.rspbld-carousel.simple-slider .carousel-inner .item .rspbld-image.pull-right {
  float: none;
}

.rspbld-carousel.simple-slider .carousel-inner .item .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);
}

.rspbld-carousel.simple-slider .carousel-inner .item .rspbld-image:hover img {
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  transform: none;
  -webkit-transition: all none ease-out 0s;
  -moz-transition: all none ease-out 0s;
  -o-transition: all none ease-out 0s;
  transition: all none ease-out 0s;
}

.rspbld-carousel.simple-slider .carousel-inner .item .rspbld-item-content-container {
  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:before {
  background-color: #352a3a;
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  -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);
}

.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: 73px;
}

.rspbld-carousel.simple-slider .carousel-inner .item .rspbld-item-content-container h2 {
  font-size: 63px;
}

.rspbld-carousel.simple-slider .carousel-inner .item .rspbld-item-content-container h3 {
  font-size: 52px;
}

.rspbld-carousel.simple-slider .carousel-inner .item .rspbld-item-content-container h4 {
  font-size: 42px;
}

.rspbld-carousel.simple-slider .carousel-inner .item .rspbld-item-content-container h5 {
  font-size: 39px;
}

.rspbld-carousel.simple-slider .carousel-inner .item .rspbld-item-content-container h6 {
  font-size: 33px;
}

.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: 979px) {
  .rspbld-carousel.simple-slider .carousel-inner .item .rspbld-item-content-container h1 {
    font-size: 56px;
  }

  .rspbld-carousel.simple-slider .carousel-inner .item .rspbld-item-content-container h2 {
    font-size: 48px;
  }

  .rspbld-carousel.simple-slider .carousel-inner .item .rspbld-item-content-container h3 {
    font-size: 40px;
  }

  .rspbld-carousel.simple-slider .carousel-inner .item .rspbld-item-content-container h4 {
    font-size: 34px;
  }

  .rspbld-carousel.simple-slider .carousel-inner .item .rspbld-item-content-container h5 {
    font-size: 30px;
  }

  .rspbld-carousel.simple-slider .carousel-inner .item .rspbld-item-content-container h6 {
    font-size: 25px;
  }
}
@media (max-width: 767px) {
  .rspbld-carousel.simple-slider .carousel-inner .item .rspbld-item-content-container {
    display: none;
  }
}

.rspbld-carousel.simple-slider .carousel-control {
  border: none;
  border-radius: 0;
  height: 126px;
  width: 80px;
  margin: 0;
  opacity: 0.7;
  position: absolute;
  top: 50%;
  z-index: 4;
  color: #ffffff;
  -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%);
  -webkit-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}

.rspbld-carousel.simple-slider .carousel-control:hover,
.rspbld-carousel.simple-slider .carousel-control:focus {
  color: #ffffff;
}

.rspbld-carousel.simple-slider .carousel-control i {
  background-color: transparent;
  background-image: none;
  font-size: 80px;
  font-weight: bold;
  width: 80px;
  height: 126px;
  line-height: 126px;
  text-align: center;
  -webkit-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}

.rspbld-carousel.simple-slider .carousel-control.left {
  left: 0;
  right: auto;
}

.rspbld-carousel.simple-slider .carousel-control.right {
  left: auto;
  right: 0;
}
@media (max-width: 1199px) {
  .rspbld-carousel.simple-slider .carousel-control {
    width: 60px;
    height: 106px;
  }
  
  .rspbld-carousel.simple-slider .carousel-control i {
    font-size: 60px;
    width: 30px;
    height: 60px;
    line-height: 60px;
  }
}
@media (max-width: 767px) {
  .rspbld-carousel.simple-slider .carousel-control {
    display: none;
  }
}

.element-preview .rspbld-carousel .carousel-inner .item.horizontal-image .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: 1199px) {
  .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-item-content-container {
  padding: 13px;
}

.element-preview .rspbld-carousel.simple-slider .item .rspbld-item-content-container h1 {
  font-size: 48px;
}

.element-preview .rspbld-carousel.simple-slider .item .rspbld-item-content-container h2 {
  font-size: 41px;
}

.element-preview .rspbld-carousel.simple-slider .item .rspbld-item-content-container h3 {
  font-size: 34px;
}

.element-preview .rspbld-carousel.simple-slider .item .rspbld-item-content-container h4 {
  font-size: 27px;
}

.element-preview .rspbld-carousel.simple-slider .item .rspbld-item-content-container h5 {
  font-size: 24px;
}

.element-preview .rspbld-carousel.simple-slider .item .rspbld-item-content-container h6 {
  font-size: 21px;
}

.element-preview .rspbld-carousel.simple-slider .item .rspbld-item-content-container .rspbld-item-content {
  font-size: 11px;
  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: 60px;
  width: 30px;
}

.element-preview .rspbld-carousel.simple-slider .carousel-control.left {
  left: 2%;
}

.element-preview .rspbld-carousel.simple-slider .carousel-control.right {
  right: 2%;
}

.element-preview .rspbld-carousel.simple-slider .carousel-control i {
  font-size: 60px;
  height: 60px;
  width: 30px;
  line-height: 60px;
}
@media (max-width: 767px) {
  .element-preview .rspbld-carousel.simple-slider .carousel-control {
    display: none;
  }
}

.rspbld-google-map .rspbld-infowindow .rspbld-title,.rspbld-google-map .rspbld-infowindow .rspbld-content {
  margin-bottom: 0;
}

.rspbld-horizontal-icon-box {
  margin-top: 30px;
}

.rspbld-horizontal-icon-box .rspbld-icon {
  background-color: transparent;
  color: #ab5183;
  font-size: 75px;
  padding: 0;
}

.rspbld-horizontal-icon-box .rspbld-icon.pull-left {
  margin: 0 45px 0 0;
}

.rspbld-horizontal-icon-box .rspbld-icon.pull-right {
  margin: 0 0 0 45px;
}

.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-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;
  }
}

@media (max-width: 767px) {
  .rspbld-horizontal-image-box.container {
    padding-left: 15px;
    padding-right: 15px;
  }
  
  .rspbld-horizontal-image-box .rspbld-image {
    float: none;
    margin: 0 0 20px 0;
    max-width: 100%;
    width: 100%;
  }
}

.rspbld-icon {
  background-color: #ab5183;
  color: #fff;
}

.rspbld-image {
  display: block;
}

.rspbld-image.rspbld-gallery {
  border: none;
  padding: 0px;
}

.rspbld-image .rspbld-magnific-popup {
  display: inline;
}

.rspbld-image .rspbld-magnific-popup:after {
  color: #ab5183;
}

.rspbld-image .rspbld-image-caption {
  background-color: #000;
  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;
}

.rspbld-list .rspbld-icon-container .rspbld-icon i {
  font-size: 1.5em;
}

.rspbld-list .rspbld-content {
  margin: 0 0 10px 0;
}

.rspbld-list .rspbld-content p {
  margin: 0;
}

.rspbld-personal-box {
  padding-bottom: 0;
  -webkit-transition: transform .2s ease-out 0s;
  -moz-transition: transform .2s ease-out 0s;
  -o-transition: transform .2s ease-out 0s;
  transition: transform .2s ease-out 0s;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.rspbld-personal-box:hover .rspbld-image .rspbld-shadow {
  -webkit-transform: translate(-50%, 35px);
  -moz-transform: translate(-50%, 35px);
  -o-transform: translate(-50%, 35px);
  -ms-transform: translate(-50%, 35px);
  transform: translate(-50%, 35px);
  top: auto;
}

.rspbld-personal-box .rspbld-image {
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 100%;
  z-index: 20;
  border: none;
}

.rspbld-personal-box .rspbld-image .rspbld-shadow {
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  top: auto;
  height: 140px;
  left: 50%;
  overflow: hidden;
  position: absolute;
  width: 120%;
  -webkit-transition: transform .2s ease-out 0s;
  -moz-transition: transform .2s ease-out 0s;
  -o-transition: transform .2s ease-out 0s;
  transition: transform .2s ease-out 0s;
}

.rspbld-personal-box .rspbld-image img {
  width: 100%;
}

.rspbld-personal-box .rspbld-content {
  margin: 0 0 30px 0;
  padding: 0 30px;
  display: inline-block;
}

.rspbld-personal-box .rspbld-title {
  color: inherit;
  line-height: 1;
  margin: 0 0 10px 0;
  text-transform: none;
  font-weight: 400;
  font-size: 38px;
  padding: 0 30px;
}

.rspbld-personal-box .rspbld-subtitle {
  color: inherit;
  font-weight: 600;
  line-height: 1;
  font-size: 22px;
  margin: 0 0 30px 0;
  text-transform: none;
  padding: 0 30px;
}

.rspbld-personal-box .rspbld-social-icons {
  -webkit-box-shadow: 0px 0px 60px rgba(0,0,0,0.4) inset;
  -moz-box-shadow: 0px 0px 60px rgba(0,0,0,0.4) inset;
  -ms-box-shadow: 0px 0px 60px rgba(0,0,0,0.4) inset;
  -o-box-shadow: 0px 0px 60px rgba(0,0,0,0.4) inset;
  box-shadow: 0px 0px 60px rgba(0,0,0,0.4) inset;
  width: 100%;
  padding: 15px;
  margin-bottom: 30px;
  display: inline-block;
}

.rspbld-personal-box .rspbld-social-icons li {
  margin: 0 5px 0 0;
  -webkit-transition: all .2s linear 0s;
  -moz-transition: all .2s linear 0s;
  -o-transition: all .2s linear 0s;
  transition: all .2s linear 0s;
}

.rspbld-personal-box .rspbld-social-icons li:hover i {
  background-color: none;
  -webkit-transition: all .2s linear 0s;
  -moz-transition: all .2s linear 0s;
  -o-transition: all .2s linear 0s;
  transition: all .2s linear 0s;
}

.rspbld-personal-box .rspbld-social-icons li:last-of-type {
  margin: 0;
}

.rspbld-personal-box .rspbld-social-icons li i {
  background-color: transparent;
  color: #fff;
  font-size: 20px;
  padding: 8px;
  -webkit-transition: all .2s linear 0s;
  -moz-transition: all .2s linear 0s;
  -o-transition: all .2s linear 0s;
  transition: all .2s linear 0s;
}

.rspbld-personal-box .rspbld-social-icons:last-child {
  margin-bottom: 0;
}

.element-preview .rspbld-personal-box {
  margin-left: auto;
  margin-right: auto;
  width: 60%;
}

.rspbld-price-box {
  margin: 55px 0 0 0;
  position: relative;
  border: 1px solid #e1e1e1;
}

.rspbld-price-box .rspbld-icon {
  background-color: #ab5183;
  color: #fff;
  font-size: 30px;
  padding: 0;
  position: absolute;
  top: 0;
  left: 50%;
  overflow: hidden;
  -webkit-transition: all .2s ease-out 0s;
  -moz-transition: all .2s ease-out 0s;
  -o-transition: all .2s ease-out 0s;
  transition: all .2s ease-out 0s;
  -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-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -webkit-box-shadow: 0 0 1em rgba(0,0,0,0.2) inset;
  -moz-box-shadow: 0 0 1em rgba(0,0,0,0.2) inset;
  -ms-box-shadow: 0 0 1em rgba(0,0,0,0.2) inset;
  -o-box-shadow: 0 0 1em rgba(0,0,0,0.2) inset;
  box-shadow: 0 0 1em rgba(0,0,0,0.2) inset;
}

.rspbld-price-box .rspbld-icon i {
  padding: 20px;
  line-height: 2em;
  width: 2em;
  height: 2em;
}

.rspbld-price-box h2.rspbld-title {
  font-size: 56px;
}

.rspbld-price-box h3.rspbld-title {
  font-size: 48px;
}

.rspbld-price-box h4.rspbld-title {
  font-size: 40px;
}

.rspbld-price-box h5.rspbld-title {
  font-size: 32px;
}

.rspbld-price-box h6.rspbld-title {
  font-size: 28px;
}

@media (min-width: 768px) and (max-width: 979px) {
  .rspbld-price-box h2.rspbld-title {
    font-size: 48px;
  }

  .rspbld-price-box h3.rspbld-title {
    font-size: 40px;
  }

  .rspbld-price-box h4.rspbld-title {
    font-size: 32px;
  }

  .rspbld-price-box h5.rspbld-title {
    font-size: 28px;
  }

  .rspbld-price-box h6.rspbld-title {
    font-size: 24px;
  }
}

.rspbld-price-box .rspbld-title {
  font-weight: 300;
  line-height: 1;
  margin: 30px 0 0 0;
  text-transform: none;
  position: relative;
}

.rspbld-price-box .rspbld-title:after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 1.8em;
  height: .2em;
  background-color: #e1e1e1;
  -webkit-transition: all .2s ease-out 0s;
  -moz-transition: all .2s ease-out 0s;
  -o-transition: all .2s ease-out 0s;
  transition: all .2s ease-out 0s;
}

.rspbld-price-box .rspbld-price {
  color: #000;
  font-size: 60px;
  text-shadow: 1px 3px 0 #c8c8c8;
  font-weight: 800;
  line-height: 1;
  margin: 30px 0 0 0;
  letter-spacing: -4px;
}

@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: transparent;
  padding: 20px;
  font-size: 16px;
  font-weight: bold;
}

.rspbld-price-box .table tr:first-of-type > td {
  padding: 45px 20px 20px 20px;
  border-bottom: 1px solid #e1e1e1;
}

.rspbld-price-box .table tr:nth-child(2n+3) > td {
  background-color: #f2f2f2;
}

.rspbld-price-box.highlight tr:first-of-type > td {
  background-color: #ab5183;
}

.rspbld-price-box.highlight tr:first-of-type > td .rspbld-icon {
  background-color: #000;
}

.rspbld-price-box.highlight tr:first-of-type > td .rspbld-title {
  color: #fff;
}

.rspbld-price-box.highlight tr:first-of-type > td .rspbld-title:after {
  background-color: rgba(0,0,0,0.25);
}

.rspbld-price-box.highlight tr:first-of-type > td .rspbld-price {
  color: #fff;
  text-shadow: 1px 3px 0 #454545;
}

.rspbld-price-box.highlight tr:first-of-type > td .rspbld-content {
  color: #fff;
}

.rspbld-price-box:hover .rspbld-title:after {
  width: 2.8em;
  -webkit-transition: all .2s ease-out 0s;
  -moz-transition: all .2s ease-out 0s;
  -o-transition: all .2s ease-out 0s;
  transition: all .2s ease-out 0s;
}

.rspbld-price-box:hover .rspbld-icon {
  -webkit-border-radius: 10%;
  -moz-border-radius: 10%;
  border-radius: 10%;
  -webkit-transition: all .2s ease-out 0s;
  -moz-transition: all .2s ease-out 0s;
  -o-transition: all .2s ease-out 0s;
  transition: all .2s ease-out 0s;
}

.element-preview .rspbld-price-box {
  margin-left: auto;
  margin-right: auto;
  width: 60%;
}

.rspbld-progress-bars .progress {
  border-radius: 0;
  height: 40px;
}

.rspbld-progress-bars .progress .bar {
  background-color: #ab5183;
}

.rspbld-progress-bars .progress .bar .rspbld-item-title {
  line-height: 40px;
  font-size: 18px;
  font-weight: bold;
}

.rspbld-progress-bars .progress .bar .rspbld-item-title i {
  vertical-align: baseline;
}

.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: #ab5183;
}

.rspbld-progress-circles .progress-circle .item-wrapper span {
  background-color: #fff;
  color: #878686;
  font-weight: 700;
  font-size: 40px;
}

.rspbld-progress-circles .progress-circle .rspbld-item-title {
  color: #474747;
  font-size: 20px;
  font-weight: 600;
  margin: 20px 0 0 0;
}

.rspbld-progress-circles .progress-circle .rspbld-item-title i {
  vertical-align: baseline;
}

@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;
  }
}

.rspbld-tab .nav-tabs {
  border-color: #e1e1e1;
}

.rspbld-tab .nav-tabs > li > a {
  background-color: #fff;
  border-color: #e1e1e1;
  border-radius: 0;
  color: #ab5183;
  font-size: 14px;
  font-weight: 700;
  margin-right: 6px;
  text-transform: uppercase;
  padding: 20px;
  -webkit-transition: all .2s linear 0s;
  -moz-transition: all .2s linear 0s;
  -o-transition: all .2s linear 0s;
  transition: all .2s linear 0s;
}

.rspbld-tab .nav-tabs > li > a:hover,.rspbld-tab .nav-tabs > li > a:focus {
  background-color: #f2f2f2;
  border-color: #e1e1e1;
  color: #000;
  -webkit-transition: all .2s linear 0s;
  -moz-transition: all .2s linear 0s;
  -o-transition: all .2s linear 0s;
  transition: all .2s linear 0s;
}

.rspbld-tab .nav-tabs > .active > a,.rspbld-tab .nav-tabs > .active > a:hover,.rspbld-tab .nav-tabs > .active > a:focus {
  background-color: #fff;
  border-color: #e1e1e1 #e1e1e1 transparent;
  color: #000;
}

.rspbld-tab .tab-content {
  background-color: #fff;
  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;
}

.rspbld-testimonial-box {
  background: #ab5183;
}

.rspbld-testimonial-box .rspbld-inner {
  overflow: hidden;
  position: relative;
}

.rspbld-testimonial-box .rspbld-inner .rspbld-avatar {
  -webkit-transition: all .3s ease .1s;
  -moz-transition: all .3s ease .1s;
  -o-transition: all .3s ease .1s;
  transition: all .3s ease .1s;
  opacity: 1;
}

.rspbld-testimonial-box .rspbld-inner .rspbld-avatar img {
  -webkit-transition: all 1s ease .1s;
  -moz-transition: all 1s ease .1s;
  -o-transition: all 1s ease .1s;
  transition: all 1s ease .1s;
}

.rspbld-testimonial-box .rspbld-inner .rspbld-avatar.pull-left,.rspbld-testimonial-box .rspbld-inner .rspbld-avatar.pull-right {
  overflow: hidden;
}

.rspbld-testimonial-box .rspbld-inner .rspbld-avatar.pull-left ~ .rspbld-content-container,.rspbld-testimonial-box .rspbld-inner .rspbld-avatar.pull-right ~ .rspbld-content-container {
  position: relative;
  z-index: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  width: auto;
}

.rspbld-testimonial-box .rspbld-inner .rspbld-avatar.pull-left ~ .rspbld-content-container .rspbld-content,.rspbld-testimonial-box .rspbld-inner .rspbld-avatar.pull-right ~ .rspbld-content-container .rspbld-content,.rspbld-testimonial-box .rspbld-inner .rspbld-avatar.pull-left ~ .rspbld-content-container .rspbld-details,.rspbld-testimonial-box .rspbld-inner .rspbld-avatar.pull-right ~ .rspbld-content-container .rspbld-details {
  opacity: 1;
  transform: none;
}

@media (max-width: 1199px) {
  .rspbld-testimonial-box .rspbld-inner .rspbld-avatar.pull-left,.rspbld-testimonial-box .rspbld-inner .rspbld-avatar.pull-right {
    width: 100%;
  }
}

.rspbld-testimonial-box .rspbld-inner .rspbld-content-container {
  position: absolute;
  top: 20%;
  width: 100%;
  padding: 2rem;
  z-index: 1;
  color: #fff;
  -webkit-transform: translate3d(0, 100%, 0);
  -moz-transform: translate3d(0, 100%, 0);
  -o-transform: translate3d(0, 100%, 0);
  -ms-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  -webkit-transition: transform .3s ease .2s;
  -moz-transition: transform .3s ease .2s;
  -o-transition: transform .3s ease .2s;
  transition: transform .3s ease .2s;
}

.rspbld-testimonial-box .rspbld-inner .rspbld-content-container .rspbld-content {
  width: 100%;
  opacity: 0;
  -webkit-transition: all .3s ease .1s;
  -moz-transition: all .3s ease .1s;
  -o-transition: all .3s ease .1s;
  transition: all .3s ease .1s;
}

.rspbld-testimonial-box .rspbld-inner .rspbld-content-container .rspbld-content p,.rspbld-testimonial-box .rspbld-inner .rspbld-content-container .rspbld-content i {
  font-size: 22px;
  color: #fff;
}

.rspbld-testimonial-box .rspbld-inner .rspbld-content-container .rspbld-content i {
  font-size: 12px;
}

.rspbld-testimonial-box .rspbld-inner .rspbld-content-container .rspbld-details {
  position: relative;
  margin-top: 50px;
  opacity: 0;
  -webkit-transform: translate3d(0, 120%, 0);
  -moz-transform: translate3d(0, 120%, 0);
  -o-transform: translate3d(0, 120%, 0);
  -ms-transform: translate3d(0, 120%, 0);
  transform: translate3d(0, 120%, 0);
  -webkit-transition: all .5s ease .1s;
  -moz-transition: all .5s ease .1s;
  -o-transition: all .5s ease .1s;
  transition: all .5s ease .1s;
}

.rspbld-testimonial-box .rspbld-inner .rspbld-content-container .rspbld-details strong {
  font-size: 24px;
}

.rspbld-testimonial-box:hover .rspbld-avatar {
  -webkit-transition: all .3s ease .1s;
  -moz-transition: all .3s ease .1s;
  -o-transition: all .3s ease .1s;
  transition: all .3s ease .1s;
  opacity: .3;
}

.rspbld-testimonial-box:hover .rspbld-avatar img {
  -webkit-transition: all 1s ease .1s;
  -moz-transition: all 1s ease .1s;
  -o-transition: all 1s ease .1s;
  transition: all 1s ease .1s;
  -webkit-transform: rotate(2deg) scale(1.1);
  -moz-transform: rotate(2deg) scale(1.1);
  -o-transform: rotate(2deg) scale(1.1);
  -ms-transform: rotate(2deg) scale(1.1);
  transform: rotate(2deg) scale(1.1);
}

.rspbld-testimonial-box:hover .rspbld-avatar.pull-left,.rspbld-testimonial-box:hover .rspbld-avatar.pull-right {
  opacity: 0.8;
}

.rspbld-testimonial-box:hover .rspbld-avatar.pull-left ~ .rspbld-content-container .rspbld-content,.rspbld-testimonial-box:hover .rspbld-avatar.pull-right ~ .rspbld-content-container .rspbld-content,.rspbld-testimonial-box:hover .rspbld-avatar.pull-left ~ .rspbld-content-container .rspbld-details,.rspbld-testimonial-box:hover .rspbld-avatar.pull-right ~ .rspbld-content-container .rspbld-details {
  opacity: 1;
  transform: none;
}

.rspbld-testimonial-box:hover .rspbld-content-container {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: transform .3s ease .3s;
  -moz-transition: transform .3s ease .3s;
  -o-transition: transform .3s ease .3s;
  transition: transform .3s ease .3s;
}

.rspbld-testimonial-box:hover .rspbld-content-container .rspbld-content {
  opacity: 1;
  -webkit-transition: all .45s ease .3s;
  -moz-transition: all .45s ease .3s;
  -o-transition: all .45s ease .3s;
  transition: all .45s ease .3s;
}

.rspbld-testimonial-box:hover .rspbld-content-container .rspbld-details {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all .55s ease .6s;
  -moz-transition: all .55s ease .6s;
  -o-transition: all .55s ease .6s;
  transition: all .55s ease .6s;
}

.element-preview .rspbld-testimonial-box {
  margin: 0 auto;
  width: 60%;
}

.element-preview .rspbld-testimonial-box .rspbld-content-container {
  color: #fff;
}

.rspbld-text-block .rspbld-content {
  margin: 0;
}

.rspbld-text-block .rspbld-button {
  margin-top: 30px;
}

.rspbld-vertical-icon-box {
  padding: 30px;
  color: #ffffff;
  background-color: #ab5183;
}

.rspbld-vertical-icon-box:hover .rspbld-icon {
  -webkit-border-radius: 10%;
  -moz-border-radius: 10%;
  border-radius: 10%;
}

.rspbld-vertical-icon-box .rspbld-icon {
  backface-visibility: hidden;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: transparent;
  color: #ffffff;
  display: inline-block;
  font-size: 50px;
  line-height: 1;
  position: relative;
  text-align: center;
  vertical-align: middle;
  z-index: 1;
  padding: 30px;
  margin-bottom: 30px;
  border: 2px solid #fff;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -webkit-transition: border-radius .2s ease-in-out 0s;
  -moz-transition: border-radius .2s ease-in-out 0s;
  -o-transition: border-radius .2s ease-in-out 0s;
  transition: border-radius .2s ease-in-out 0s;
}

.rspbld-vertical-icon-box .rspbld-icon i {
  -webkit-transition: border-radius .2s ease-in-out 0s;
  -moz-transition: border-radius .2s ease-in-out 0s;
  -o-transition: border-radius .2s ease-in-out 0s;
  transition: border-radius .2s ease-in-out 0s;
  height: 1.1em;
  width: 1.1em;
}

.rspbld-vertical-icon-box .rspbld-title {
  color: #ffffff;
  margin: 0 0 30px 0;
  text-transform: none;
  font-size: 28px;
  font-weight: 400;
}

.rspbld-vertical-icon-box .rspbld-content {
  margin: 0 0 30px 0;
}

.rspbld-vertical-icon-box .rspbld-content p {
  margin: 0 0 15px 0;
}

.rspbld-vertical-icon-box .rspbld-button-container {
  margin: 0 0 30px 0;
}

.rspbld-vertical-icon-box > div:last-child {
  margin-bottom: 0;
}

.element-preview .rspbld-vertical-icon-box {
  margin: 0 auto;
  width: 60%;
}

.rspbld-vertical-image-box {
  padding-bottom: 40px;
}

.rspbld-vertical-image-box .rspbld-title {
  font-size: 30px;
  color: #ab5183;
  font-weight: 700;
  margin: 0 auto;
  padding: 0;
}

.rspbld-vertical-image-box .rspbld-image {
  background: none;
  border: none;
  padding: 0;
  margin: 2.5rem 0;
}

.rspbld-vertical-image-box .rspbld-image img {
  width: auto;
}

.rspbld-vertical-image-box .rspbld-content {
  padding-top: 2rem;
  line-height: 1.4;
}

.rspbld-vertical-image-box .rspbld-content .rspbld-box-details {
  font-size: 16px;
  width: 88%;
  display: block;
  margin: 0 auto;
  margin-bottom: 20px;
}

.rspbld-vertical-image-box .rspbld-content > a {
  font-size: 16px;
  display: inline-block;
  margin-top: 30px;
}

.rspbld-vertical-image-box .rspbld-button {
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .rspbld-vertical-image-box {
    margin-bottom: 15px;
  }
}

.element-preview .rspbld-vertical-image-box {
  margin: 0 auto;
  width: 60%;
}

.rspbld-youtube-background-box {
  padding: 15px;
}

.rspbld-youtube-background-box .rspbld-content {
  margin: 0;
}

.rspbld-youtube-background-box.light .rspbld-title {
  color: #fff;
}

.rspbld-youtube-background-box.light .rspbld-content {
  color: #949393;
}

.rspbld-youtube-background-box.light .rspbld-title {
  color: #fff;
}

.rspbld-youtube-background-box.light .rspbld-content {
  color: #949393;
}

.rspbld-youtube-background-box.lighter .rspbld-title {
  color: #fff;
}

.rspbld-youtube-background-box.lighter .rspbld-content {
  color: #bab9b9;
}

.rspbld-youtube-background-box.dark .rspbld-title {
  color: #000;
}

.rspbld-youtube-background-box.dark .rspbld-content {
  color: #2e2d2d;
}

.rspbld-youtube-background-box.darker .rspbld-title {
  color: #000;
}

.rspbld-youtube-background-box.darker .rspbld-content {
  color: #070707;
}

.rspbld-youtube-background-box .mb_YTPBar .mb_YTPPlaypause {
  -webkit-transition: all .2s linear 0s;
  -moz-transition: all .2s linear 0s;
  -o-transition: all .2s linear 0s;
  transition: all .2s linear 0s;
}

.rspbld-youtube-background-box .mb_YTPBar .mb_YTPPlaypause:hover {
  color: #000;
  -webkit-transition: all .2s linear 0s;
  -moz-transition: all .2s linear 0s;
  -o-transition: all .2s linear 0s;
  transition: all .2s linear 0s;
}

.rspbld-youtube-background-box .mb_YTPBar .mb_YTPMuteUnmute {
  -webkit-transition: all .2s linear 0s;
  -moz-transition: all .2s linear 0s;
  -o-transition: all .2s linear 0s;
  transition: all .2s linear 0s;
}

.rspbld-youtube-background-box .mb_YTPBar .mb_YTPMuteUnmute:hover {
  color: #000;
  -webkit-transition: all .2s linear 0s;
  -moz-transition: all .2s linear 0s;
  -o-transition: all .2s linear 0s;
  transition: all .2s linear 0s;
}

.rspbld-youtube-background-box .mb_YTPBar .simpleSlider {
  -webkit-transition: all .2s linear 0s;
  -moz-transition: all .2s linear 0s;
  -o-transition: all .2s linear 0s;
  transition: all .2s linear 0s;
}

.rspbld-youtube-background-box .mb_YTPBar .simpleSlider:hover .level {
  background-color: #000;
  -webkit-transition: all .2s linear 0s;
  -moz-transition: all .2s linear 0s;
  -o-transition: all .2s linear 0s;
  transition: all .2s linear 0s;
}

.rspbld-youtube-background-box .mb_YTPBar .mb_YTPUrl {
  -webkit-transition: all .2s linear 0s;
  -moz-transition: all .2s linear 0s;
  -o-transition: all .2s linear 0s;
  transition: all .2s linear 0s;
}

.rspbld-youtube-background-box .mb_YTPBar .mb_YTPUrl:hover {
  color: #000;
  -webkit-transition: all .2s linear 0s;
  -moz-transition: all .2s linear 0s;
  -o-transition: all .2s linear 0s;
  transition: all .2s linear 0s;
}

.rspbld-youtube-background-box .mb_YTPBar .mb_OnlyYT {
  -webkit-transition: all .2s linear 0s;
  -moz-transition: all .2s linear 0s;
  -o-transition: all .2s linear 0s;
  transition: all .2s linear 0s;
}

.rspbld-youtube-background-box .mb_YTPBar .mb_OnlyYT:hover {
  color: #000;
  -webkit-transition: all .2s linear 0s;
  -moz-transition: all .2s linear 0s;
  -o-transition: all .2s linear 0s;
  transition: all .2s linear 0s;
}

.rspbld-youtube-background-box .mb_YTPBar .mb_YTPseekbar {
  background-color: #ab5183;
}

.element-preview .rspbld-youtube-background-box .rspbld-title {
  margin: 0 0 10px 0;
}

.rspbld-portfolio-filtering .rspbld-title {
  margin-left: 2%;
}

.rspbld-portfolio-filtering .rspbld-filter {
  margin-left: 2%;
}

.rspbld-portfolio-filtering .rspbld-filter li {
  padding: 13px 15px;
  margin: 0 7px 0 0;
  font-size: 16px;
}

.rspbld-portfolio-filtering .rspbld-filter li.active {
  background-color: #252525;
}

.rspbld-portfolio-filtering-container .filtr-item {
  top: 30px;
  margin-bottom: 30px;
  transform: translateX(120px);
}

.rspbld-portfolio-filtering-container .filtr-item .filtr-item-inner {
  padding-bottom: 20px;
}

.rspbld-portfolio-filtering-container .filtr-item .filtr-item-inner img {
  margin-bottom: 10px;
  width: 100%;
  filter: grayscale(50%);
}

.rspbld-portfolio-filtering-container .filtr-item .filtr-item-inner .rspbld-title {
  font-size: 22px;
  font-weight: 400;
  margin-top: 15px;
}

.rspbld-portfolio-filtering-container .filtr-item .filtr-item-inner .rspbld-content {
  padding: 0 10px 20px 10px;
}

.rspbld-portfolio-filtering-container .filtr-item .filtr-item-inner .rspbld-content p {
  margin: 0;
  line-height: 1.2;
}

[class*="rsmg_rsp_container"].rscarousel {
  position: relative;
  margin-bottom: 0;
}

[class*="rsmg_rsp_container"].rscarousel:before {
  background-color: rgba(171,81,131,0.8);
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: block;
  z-index: 1;
  position: absolute;
}

[class*="rsmg_rsp_container"].rscarousel .carousel-indicators li {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  width: 15px;
  height: 15px;
  background-color: #ab5183;
  border-radius: 50%;
}

[class*="rsmg_rsp_container"].rscarousel .carousel-indicators li.active {
  -webkit-box-shadow: inset 0px 0px 0px 3px #ab5183;
  -moz-box-shadow: inset 0px 0px 0px 3px #ab5183;
  -ms-box-shadow: inset 0px 0px 0px 3px #ab5183;
  -o-box-shadow: inset 0px 0px 0px 3px #ab5183;
  box-shadow: inset 0px 0px 0px 3px #ab5183;
  background-color: #884168;
}

@media (max-width: 980px) {
  [class*="rsmg_rsp_container"].rscarousel .carousel-indicators {
    display: none;
  }
}

[class*="rsmg_rsp_container"].rscarousel .rstpl-caption {
  top: 20%;
  position: absolute;
  z-index: 2;
  display: block;
  width: 100%;
}

@media (max-width: 979px) {
  [class*="rsmg_rsp_container"].rscarousel .rstpl-caption {
    top: 5%;
  }
}

@media (max-width: 480px) {
  [class*="rsmg_rsp_container"].rscarousel .rstpl-caption {
    top: 0;
  }

  [class*="rsmg_rsp_container"].rscarousel .rstpl-caption .btn {
    padding: 5px 10px;
    font-size: 10px;
    line-height: 15px;
  }
}

@media (min-width: 980px) and (max-width: 1200px) {
  [class*="rsmg_rsp_container"].rscarousel .rstpl-caption {
    top: 15%;
  }
}

[class*="rsmg_rsp_container"].rscarousel .rstpl-caption h1,[class*="rsmg_rsp_container"].rscarousel .rstpl-caption h2,[class*="rsmg_rsp_container"].rscarousel .rstpl-caption h3,[class*="rsmg_rsp_container"].rscarousel .rstpl-caption h4,[class*="rsmg_rsp_container"].rscarousel .rstpl-caption h5,[class*="rsmg_rsp_container"].rscarousel .rstpl-caption h6 {
  color: #FFF;
  margin: 0;
}

@media (max-width: 767px) {
  [class*="rsmg_rsp_container"].rscarousel .rstpl-caption h1,[class*="rsmg_rsp_container"].rscarousel .rstpl-caption h2,[class*="rsmg_rsp_container"].rscarousel .rstpl-caption h3,[class*="rsmg_rsp_container"].rscarousel .rstpl-caption h4,[class*="rsmg_rsp_container"].rscarousel .rstpl-caption h5,[class*="rsmg_rsp_container"].rscarousel .rstpl-caption h6 {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (max-width: 480px) {
  [class*="rsmg_rsp_container"].rscarousel .rstpl-caption h1,[class*="rsmg_rsp_container"].rscarousel .rstpl-caption h2,[class*="rsmg_rsp_container"].rscarousel .rstpl-caption h3,[class*="rsmg_rsp_container"].rscarousel .rstpl-caption h4,[class*="rsmg_rsp_container"].rscarousel .rstpl-caption h5,[class*="rsmg_rsp_container"].rscarousel .rstpl-caption h6 {
    font-size: 12px;
  }
}

[class*="rsmg_rsp_container"].rscarousel .rstpl-caption p {
  display: block;
  width: 40%;
  font-size: 16px;
  margin: 0 auto;
  margin-top: 50px;
  margin-bottom: 50px;
  color: #c1c1c1;
}

@media (max-width: 979px) {
  [class*="rsmg_rsp_container"].rscarousel .rstpl-caption p {
    width: 75%;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 13px;
    line-height: 20px;
  }
}

@media (max-width: 480px) {
  [class*="rsmg_rsp_container"].rscarousel .rstpl-caption p {
    font-size: 12px;
    line-height: 10px;
    width: 70%;
  }
}

@media (min-width: 980px) and (max-width: 1200px) {
  [class*="rsmg_rsp_container"].rscarousel .rstpl-caption p {
    margin-top: 10px;
    margin-bottom: 10px;
    width: 75%;
  }
}

[class*="rsmg_rsp_container"].rscarousel > .carousel-control {
  width: 153px;
  height: 153px;
  background: transparent;
  border: none;
  border-radius: none;
  position: absolute;
  z-index: 2;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}

[class*="rsmg_rsp_container"].rscarousel > .carousel-control.left {
  right: auto;
  left: 16%;
}

[class*="rsmg_rsp_container"].rscarousel > .carousel-control.right {
  left: auto;
  right: 16%;
}

@media (max-width: 979px) {
  [class*="rsmg_rsp_container"].rscarousel > .carousel-control {
    width: 85px;
    height: 85px;
  }

  [class*="rsmg_rsp_container"].rscarousel > .carousel-control.left {
    left: 0;
  }

  [class*="rsmg_rsp_container"].rscarousel > .carousel-control.right {
    right: 0;
  }
}

@media (max-width: 480px) {
  [class*="rsmg_rsp_container"].rscarousel > .carousel-control {
    top: 65%;
  }

  [class*="rsmg_rsp_container"].rscarousel > .carousel-control.left {
    left: 0;
  }

  [class*="rsmg_rsp_container"].rscarousel > .carousel-control.right {
    right: 0;
  }
}

@media (min-width: 980px) and (max-width: 1200px) {
  [class*="rsmg_rsp_container"].rscarousel > .carousel-control.left {
    left: 0;
  }

  [class*="rsmg_rsp_container"].rscarousel > .carousel-control.right {
    right: 0;
  }
}

[class*="rsmg_rsp_slider_container"].slick-slider {
  width: 100%;
  margin: 0;
}

[class*="rsmg_rsp_slider_container"].slick-carousel .slick-dots {
  height: 20px;
}

[class*="rsmg_rsp_slider_container"].slick-carousel .slick-dots li {
  margin: 0 3px;
}

[class*="rsmg_rsp_slider_container"].slick-carousel .slick-dots li button {
  background-color: #bc739c;
  border: 3px solid #bc739c;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  border-radius: 50%;
  width: 15px;
  height: 15px;
}

[class*="rsmg_rsp_slider_container"].slick-carousel .slick-dots li.slick-active button {
  background-color: #ffffff !important;
  border: 3px solid #ab5183;
}

[class*="rsmg_rsp_slider_container"].slick-carousel .rstpl-car-previous,[class*="rsmg_rsp_slider_container"].slick-carousel .rstpl-car-next {
  background-color: transparent;
  width: 30px;
  height: 30px;
  bottom: 35%;
  top: 50%;
  left: auto;
  right: 0;
  position: absolute;
  transform: translateX(-50%);
  z-index: 1;
}

@media (min-width: 980px) {
  [class*="rsmg_rsp_slider_container"].slick-carousel .rstpl-car-previous,[class*="rsmg_rsp_slider_container"].slick-carousel .rstpl-car-next {
    right: 4%;
    left: auto;
  }
}

[class*="rsmg_rsp_slider_container"].slick-carousel .rstpl-car-previous:before,[class*="rsmg_rsp_slider_container"].slick-carousel .rstpl-car-next:before {
  background-image: none;
  font-family: 'SliderArrows' !important;
  content: "\e901";
  font-style: normal;
  font-weight: 800;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #ab5183;
  font-size: 100px;
  line-height: 30px;
  text-align: left;
}

[class*="rsmg_rsp_slider_container"].slick-carousel .rstpl-car-previous .prev-img,[class*="rsmg_rsp_slider_container"].slick-carousel .rstpl-car-next .prev-img,[class*="rsmg_rsp_slider_container"].slick-carousel .rstpl-car-previous .next-img,[class*="rsmg_rsp_slider_container"].slick-carousel .rstpl-car-next .next-img {
  display: none;
}

[class*="rsmg_rsp_slider_container"].slick-carousel .rstpl-car-previous:hover,[class*="rsmg_rsp_slider_container"].slick-carousel .rstpl-car-next:hover {
  background-color: transparent;
}

[class*="rsmg_rsp_slider_container"].slick-carousel .rstpl-car-previous {
  left: 0;
  right: auto;
}

@media (min-width: 980px) {
  [class*="rsmg_rsp_slider_container"].slick-carousel .rstpl-car-previous {
    left: 4%;
    right: auto;
  }
}

[class*="rsmg_rsp_slider_container"].slick-carousel .rstpl-car-previous:before {
  background-image: none;
  content: "\e900";
  font-family: 'SliderArrows' !important;
  text-align: right;
}

[class*="rsmg_rsp_container"] .rstpl-caption h2 {
  color: #c872a1;
}

[class*="rsmg_rsp_container"] .rstpl-caption p {
  color: #ffffff;
}

.rscontact input,.rscontact textarea,.rscontact select {
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.rstpl-rsblog_search {
  margin-bottom: 0;
  width: 100%;
}

.rstpl-rsblog_search .rstpl-module .rsblog-search-form-container {
  display: inline-block;
  width: 100%;
}

.rstpl-rsblog_search .rstpl-module .rsblog-search-form-container .form-search {
  width: 100%;
  margin: 0;
  float: left;
}

.rstpl-rsblog_search .rstpl-module .rsblog-search-form-container .form-search .rsblog-search-fields {
  width: 100%;
}

.rstpl-rsblog_search .rstpl-module .rsblog-search-form-container .form-search .rsblog-search-fields .search-query {
  width: 75%;
}

.rstpl-rsblog_search .rstpl-module .rsblog-search-form-container .form-search .rsblog-search-fields .btn {
  width: 22%;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  display: inline-block;
  padding: 12px 15px;
  color: #000;
  margin-bottom: 0;
  line-height: 20px;
  min-height: 47px;
  text-align: center;
  text-shadow: none;
  vertical-align: middle;
  cursor: pointer;
  background-color: #ab5183;
  background-image: none;
  border: none;
  border-radius: 0px;
  -webkit-transition: all .2s linear 0s;
  -moz-transition: all .2s linear 0s;
  -o-transition: all .2s linear 0s;
  transition: all .2s linear 0s;
  font-weight: 600;
  color: #ffffff;
}

.rstpl-rsblog_search .rstpl-module .rsblog-search-form-container .form-search .rsblog-search-fields .btn:hover {
  -webkit-transition: all .2s linear 0s;
  -moz-transition: all .2s linear 0s;
  -o-transition: all .2s linear 0s;
  transition: all .2s linear 0s;
  background-color: #884168;
  color: #000;
}

.rstpl-rsblog_search .rstpl-module .rsblog-search-form-container .form-search .rsblog-search-fields .btn:hover,.rstpl-rsblog_search .rstpl-module .rsblog-search-form-container .form-search .rsblog-search-fields .btn:focus,.rstpl-rsblog_search .rstpl-module .rsblog-search-form-container .form-search .rsblog-search-fields .btn:active {
  background-color: #bc739c;
  color: #ffffff;
}

.rstpl-rsblog_tags .rsblog-tags-module .rsblog-tag {
  background-color: #ab5183;
  color: #ffffff !important;
  padding: 5px;
}

.rstpl-rsblog_popular .rsblog-popular-module .badge.badge-success {
  background-color: #ab5183;
}

.rsdir-mod-map-search #rsdir-map-search .input-prepend.input-append {
  width: auto !important;
}

.rsdir-mod-map-search #rsdir-map-search .btn {
  padding: 10px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.rsdir-mod-map-search #rsdir-map-search #rsdir-unit {
  height: 47px;
}

.rsdir-mod-map-search #rsdir-map-search-canvas {
  background-color: #ab5183;
}

.rsdir-mod-map-search #rsdir-map-search-canvas > div {
  opacity: .8;
}

.rstpl-rsdirectory_categories .rsdir-categories .rsdir-entries-number {
  background-color: #ab5183;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}

.rstpl-rsdirectory_entries_carousel .rsdir .carousel-control {
  line-height: 0.3;
  background-color: #ab5183;
  opacity: 1;
}

.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: #000;
}

.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;
}

body > section {
  margin-bottom: 3em;
}

@media (max-width: 767px) {
  body > section {
    margin-bottom: 1.5em;
  }
}

body > section.rstpl-after-footer-position,body > section.rstpl-footer-position,body > section.rstpl-copyright-position,body > section.rstpl-breadcrumbs-position {
  margin-bottom: 0;
}

body > section.rstpl-all-content-position {
  margin-top: 3em;
}

body .rstpl-top-position {
  margin-bottom: 0;
}

body .rstpl-top-position .container {
  position: relative;
}

.rstpl-m-bot-small {
  margin-bottom: 1.5rem;
}

.rstpl-m-bot {
  margin-bottom: 2rem;
}

.rstpl-m-bot-big {
  margin-bottom: 4rem;
}

.rstpl-m-top-small {
  margin-top: 1.5rem;
}

.rstpl-m-top {
  margin-top: 2rem;
}

.rstpl-m-top-big {
  margin-top: 4rem;
}

.rstpl-m-tb-small {
  margin: 1.5rem 0;
}

.rstpl-m-tb {
  margin: 2rem 0;
}

.rstpl-m-tb-big {
  margin: 4rem 0;
}

.rstpl-p-bot-small {
  padding-bottom: 1.5rem;
}

.rstpl-p-bot {
  padding-bottom: 2rem;
}

.rstpl-p-bot-big {
  padding-bottom: 4rem;
}

.rstpl-p-top-small {
  padding-top: 1.5rem;
}

.rstpl-p-top {
  padding-top: 2rem;
}

.rstpl-p-top-big {
  padding-top: 4rem;
}

.rstpl-p-tb-small {
  padding: 1.5rem 0;
}

.rstpl-p-tb {
  padding: 2rem 0;
}

.rstpl-p-tb-big {
  padding: 4rem 0;
}

.rstpl-padding {
  padding: 1.5rem;
}

.color-primary {
  color: #ab5183;
}

.color-secondary {
  color: #000;
}

.color-black {
  color: #000;
}

.color-white {
  color: #FFF;
}

.bg-primary {
  background-color: #ab5183;
}

.bg-secondary {
  background-color: #000;
}

.bg-black {
  background-color: #000;
}

.bg-white {
  background-color: #FFF;
}

.pull-center {
  display: block;
  margin: 0 auto;
}

.rstpl-no-opacity {
  opacity: 1;
}

.rstpl-no-opacity img {
  opacity: 1;
}

.rstpl-no-transform:hover img {
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  transform: none;
}