/*
RSNoticia!
*

------------------------------------------------------------------------------*/
/* 1 General Styles
------------------------------------------------------------------------------*/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  background-color: #ffffff;
  color: #7e7d7d;
  font-family: 'Raleway', Arial, Helvetica, sans-serif;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  line-height: 24px;
  overflow-x: hidden;
  padding: 0;
  z-index: 0;
}
hr {
  border-color: #e1e1e1;
}
a {
  color: #7687bf;
  outline: 0;
}
a:hover,
a:active,
a:focus {
  color: #4a5e9e;
  text-decoration: none;
  outline: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Oswald', Helvetica, serif;
  color: #7687bf;
  font-weight: 400;
  line-height: 24px;
}
h1,
h2,
h3 {
  line-height: 40px;
}
h1 {
  font-size: 41px;
}
h2 {
  font-size: 34px;
}
h3 {
  font-size: 28px;
}
h4 {
  font-size: 20px;
}
h5 {
  font-size: 16px;
}
h6 {
  font-size: 14px;
}
p {
  margin: 20px 0;
}
::-moz-selection {
  background: #fedd32;
  color: #fff;
  text-shadow: none;
}
::selection {
  background: #fedd32;
  color: #fff;
  text-shadow: none;
}
strong {
  text-transform: uppercase;
}
.muted {
  color: rgba(126, 125, 125, 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: #7687bf;
  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, #fedd32, transparent);
  background-image: linear-gradient(to right, transparent, #fedd32, 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: #7687bf;
  font-size: 22px;
  font-weight: 700;
  font-style: italic;
}
dfn,
cite,
em,
i {
  font-style: italic;
}
/* Titles
------------------------------------------------------------------------------*/
[class*="rstpl-title"] {
  padding: 15px 65px;
  position: relative;
  margin-top: 0;
  margin-bottom: 60px;
  display: inline-block;
}
@media (max-width: 767px) {
  [class*="rstpl-title"] {
    padding: 15px;
    margin-bottom: 40px;
  }
  .rstpl-custom > [class*="rstpl-title"] {
    margin-left: 15px;
  }
}
.rstitle-class {
  font-family: 'Raleway', Arial, Helvetica, sans-serif;
  font-weight: 700;
  color: #7687bf;
  text-align: center;
  text-transform: uppercase;
  border: 1px solid #fedd32;
  position: relative;
  font-size: 30px;
}
.rstpl-custom > div > h1,
.rstpl-custom > div > h2,
.rstpl-custom > div > h3,
.rstpl-custom > div > h4,
.rstpl-custom > div > h5,
.rstpl-custom > div > h6 {
  font-family: 'Raleway', Arial, Helvetica, sans-serif;
  font-weight: 700;
  color: #7687bf;
  text-align: center;
  text-transform: uppercase;
  border: 1px solid #fedd32;
  position: relative;
  font-size: 30px;
}
.rstpl-custom > h1,
.rstpl-custom > h2,
.rstpl-custom > h3,
.rstpl-custom > h4,
.rstpl-custom > h5,
.rstpl-custom > h6 {
  font-family: 'Raleway', Arial, Helvetica, sans-serif;
  font-weight: 700;
  color: #7687bf;
  text-align: center;
  text-transform: uppercase;
  border: 1px solid #fedd32;
  position: relative;
  font-size: 30px;
}
#column-right > div > h1,
#column-left > div > h1,
#column-right > div > h2,
#column-left > div > h2,
#column-right > div > h3,
#column-left > div > h3,
#column-right > div > h4,
#column-left > div > h4,
#column-right > div > h5,
#column-left > div > h5,
#column-right > div > h6,
#column-left > div > h6 {
  text-transform: initial;
  margin: 0 auto;
  margin-bottom: 15px;
  font-size: 30px;
  font-weight: 700;
  font-family: 'Raleway', Arial, Helvetica, sans-serif;
  text-align: center;
  border-top: none;
  border-left: none;
  border-right: none;
  position: relative;
}
/* Icons
------------------------------------------------------------------------------*/
.rstpl-icon-list [class*="span"] {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 1.5em;
  overflow: hidden;
}
.rstpl-icon-list [class*="icon-"] {
  font-size: 1.5em;
  width: 100%;
  text-align: center;
}
.rstpl-icon-list .rstpl-icon-label {
  display: block;
  font-size: .8em;
  text-align: center;
  width: 100%;
}
/* Lists
------------------------------------------------------------------------------*/
.rstpl-arrow-simple-bullet,
.rstpl-arrow-circle-bullet {
  list-style-type: none;
  margin: 0;
}
.rstpl-arrow-simple-bullet > li:before {
  content: "\f054";
  font-family: "FontAwesomeRSTemplate";
  font-size: .8em;
  font-weight: 700;
  margin-right: 10px;
  color: #fedd32;
}
.rstpl-arrow-simple-bullet > li,
.rstpl-arrow-circle-bullet > li {
  line-height: 24px;
}
.rstpl-arrow-circle-bullet > li:before {
  content: "\f138";
  font-family: "FontAwesomeRSTemplate";
  font-size: 1em;
  font-weight: 100;
  margin-right: 10px;
  vertical-align: 0;
}
/* Tables
------------------------------------------------------------------------------*/
.rs_clear {
  height: 0 !important;
  line-height: 0 !important;
}
.rs_table [id*="rscalendarmonth"] {
  font-weight: 900;
}
.rs_calendar_arrows_module {
  font-size: 1.5em;
  line-height: 1.5em;
  padding: 0 8px !important;
  width: 10px;
}
.table-bordered {
  border-radius: 0px;
}
table:not(.table):not(.rs_table) {
  margin: 0 0 1.5em;
  width: 100%;
  border: 1px solid #e1e1e1;
  max-width: 100%;
  margin-bottom: 20px;
}
table:not(.table):not(.rs_table) > thead > tr > th,
table:not(.table):not(.rs_table) > tbody > tr > th,
table:not(.table):not(.rs_table) > tfoot > tr > th,
table:not(.table):not(.rs_table) > thead > tr > td,
table:not(.table):not(.rs_table) > tbody > tr > td,
table:not(.table):not(.rs_table) > tfoot > tr > td {
  padding: 15px;
  vertical-align: top;
  border: 1px solid #e1e1e1;
}
table:not(.table):not(.rs_table) > thead > tr > th,
table:not(.table):not(.rs_table) > thead > tr > td {
  border-bottom-width: 2px;
}
table:not(.table):not(.rs_table) > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #e1e1e1;
}
table:not(.table):not(.rs_table) > caption + thead > tr:first-child > th,
table:not(.table):not(.rs_table) > colgroup + thead > tr:first-child > th,
table:not(.table):not(.rs_table) > thead:first-child > tr:first-child > th,
table:not(.table):not(.rs_table) > caption + thead > tr:first-child > td,
table:not(.table):not(.rs_table) > colgroup + thead > tr:first-child > td,
table:not(.table):not(.rs_table) > thead:first-child > tr:first-child > td {
  border-top: 0;
}
table:not(.table):not(.rs_table) > tbody + tbody {
  border-top: 2px solid #e1e1e1;
}
/* Buttons
------------------------------------------------------------------------------*/
button {
  display: inline-block;
  padding: 10px 20px;
  color: #7687bf;
  margin-bottom: 0;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  text-shadow: none;
  vertical-align: middle;
  cursor: pointer;
  background-color: #f5f5f5;
  background-image: none;
  border: none;
  border-radius: 0px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  font-weight: 600;
}
button:hover {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  background-color: #dcdcdc;
  color: #7687bf;
}
.btn {
  display: inline-block;
  padding: 10px 20px;
  color: #7687bf;
  margin-bottom: 0;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  text-shadow: none;
  vertical-align: middle;
  cursor: pointer;
  background-color: #f5f5f5;
  background-image: none;
  border: none;
  border-radius: 0px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  font-weight: 600;
}
.btn:hover {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  background-color: #dcdcdc;
  color: #7687bf;
}
.btn.btn-primary {
  display: inline-block;
  padding: 10px 20px;
  color: #7687bf;
  margin-bottom: 0;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  text-shadow: none;
  vertical-align: middle;
  cursor: pointer;
  background-color: #fedd32;
  background-image: none;
  border: none;
  border-radius: 0px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  font-weight: 600;
  color: #000;
}
.btn.btn-primary:hover {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  background-color: #fcd301;
  color: #7687bf;
}
.btn.btn-primary:hover,
.btn.btn-primary:focus,
.btn.btn-primary:active {
  background-color: #fee565;
  color: #000;
}
.btn.btn-secondary {
  display: inline-block;
  padding: 10px 20px;
  color: #7687bf;
  margin-bottom: 0;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  text-shadow: none;
  vertical-align: middle;
  cursor: pointer;
  background-color: #7687bf;
  background-image: none;
  border: none;
  border-radius: 0px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  font-weight: 600;
  color: #FFF;
}
.btn.btn-secondary:hover {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  background-color: #5369af;
  color: #7687bf;
}
.btn.btn-secondary:hover,
.btn.btn-secondary:focus,
.btn.btn-secondary:active {
  background-color: #99a5cf;
  color: #FFF;
}
.btn.btn-warning {
  display: inline-block;
  padding: 10px 20px;
  color: #7687bf;
  margin-bottom: 0;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  text-shadow: none;
  vertical-align: middle;
  cursor: pointer;
  background-color: #fbb829;
  background-image: none;
  border: none;
  border-radius: 0px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  font-weight: 600;
  color: #FFF;
}
.btn.btn-warning:hover {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  background-color: #eda304;
  color: #7687bf;
}
.btn.btn-warning:hover,
.btn.btn-warning:focus,
.btn.btn-warning:active {
  background-color: #fcc95b;
  color: #FFF;
}
.btn.btn-danger {
  display: inline-block;
  padding: 10px 20px;
  color: #7687bf;
  margin-bottom: 0;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  text-shadow: none;
  vertical-align: middle;
  cursor: pointer;
  background-color: #ed092f;
  background-image: none;
  border: none;
  border-radius: 0px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  font-weight: 600;
  color: #FFF;
}
.btn.btn-danger:hover {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  background-color: #bc0725;
  color: #7687bf;
}
.btn.btn-danger:hover,
.btn.btn-danger:focus,
.btn.btn-danger:active {
  background-color: #f73253;
  color: #FFF;
}
.btn.btn-info {
  display: inline-block;
  padding: 10px 20px;
  color: #7687bf;
  margin-bottom: 0;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  text-shadow: none;
  vertical-align: middle;
  cursor: pointer;
  background-color: #2a8fbd;
  background-image: none;
  border: none;
  border-radius: 0px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  font-weight: 600;
  color: #FFF;
}
.btn.btn-info:hover {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  background-color: #216f93;
  color: #7687bf;
}
.btn.btn-info:hover,
.btn.btn-info:focus,
.btn.btn-info:active {
  background-color: #44a8d6;
  color: #FFF;
}
.btn.btn-success {
  display: inline-block;
  padding: 10px 20px;
  color: #7687bf;
  margin-bottom: 0;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  text-shadow: none;
  vertical-align: middle;
  cursor: pointer;
  background-color: #a1c820;
  background-image: none;
  border: none;
  border-radius: 0px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  font-weight: 600;
  color: #FFF;
}
.btn.btn-success:hover {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  background-color: #7e9c19;
  color: #7687bf;
}
.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: #7687bf;
}
.btn.dropdown-toggle:active,
.btn.dropdown-toggle:focus,
.btn.dropdown-toggle:hover {
  background-color: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.btn.btn-mini {
  padding: 3px 7px;
  font-size: 12px;
}
.btn.btn-small {
  padding: 5px 10px;
}
.btn.btn-large {
  padding: 15px 25px;
}
.btn-group .btn {
  border-radius: 0;
  font-size: 12px;
}
.btn-group .btn:first-child {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.btn-group .btn:last-child {
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
}
.btn-group .btn + .dropdown-toggle {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  background: transparent;
}
.btn-group .btn .btn-mini {
  padding: 3px 7px;
  font-size: 12px;
}
.btn-group .btn:hover,
.btn-group .btn:focus,
.btn-group .btn:active .btn-group .btn.active {
  z-index: initial;
}
.btn-group.open > .btn.dropdown-toggle,
.icons.open > .btn.dropdown-toggle {
  background-color: transparent;
  color: #8090c4;
}
.btn-group > .dropdown-toggle.btn-primary,
.dropdown-toggle.btn-primary,
.btn-group > .dropdown-toggle.btn,
.dropdown-toggle.btn {
  display: inline-block;
  padding: 10px 20px;
  margin-bottom: 0;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  text-shadow: none;
  vertical-align: middle;
  cursor: pointer;
  background-color: transparent;
  background-image: none;
  border: none;
  border-radius: 0px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  font-weight: 600;
  color: #7687bf;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.btn-group > .dropdown-toggle.btn-primary:hover,
.dropdown-toggle.btn-primary:hover,
.btn-group > .dropdown-toggle.btn:hover,
.dropdown-toggle.btn:hover {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  background-color: rgba(0, 0, 0, 0);
  color: #7687bf;
}
.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: #7687bf;
}
.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: #8090c4;
}
.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: #fedd32;
  font-size: 13px;
  padding: 5px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.rstpl-tags .label:hover {
  background-color: #7687bf;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.tagspopular ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-block;
}
.tagspopular ul li {
  display: inline-block;
  float: left;
  background-color: #fedd32;
  padding: 5px 10px;
  font-size: small;
  margin-right: 5px;
  margin-bottom: 5px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.tagspopular ul li:hover {
  background-color: #7687bf;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.tagspopular ul li a {
  color: #FFF;
}
.btn.jmodedit {
  height: 30px;
  width: 30px;
  padding: 0;
  box-shadow: none;
  text-align: center;
}
.btn.jmodedit [class^="icon-"],
.btn.jmodedit [class*=" icon-"] {
  line-height: 30px;
}
/* 2 Form Styling
------------------------------------------------------------------------------*/
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
select,
textarea,
.uneditable-input {
  border-radius: 0px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  padding: 5px;
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
select:focus,
textarea:focus,
.uneditable-input:focus {
  outline: none;
  border-color: #fedd32;
  -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.15) inset, 0px 0px 4px rgba(254, 221, 50, 0.6);
  -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.15) inset, 0px 0px 4px rgba(254, 221, 50, 0.6);
  -ms-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.15) inset, 0px 0px 4px rgba(254, 221, 50, 0.6);
  -o-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.15) inset, 0px 0px 4px rgba(254, 221, 50, 0.6);
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.15) inset, 0px 0px 4px rgba(254, 221, 50, 0.6);
}
select option {
  padding: 10px;
}
textarea {
  height: auto;
}
.input-append .btn {
  font-size: 12px;
  height: 32px;
  padding: 4px 12px;
  border: 1px solid #e1e1e1;
}
/* 3 Navbar
------------------------------------------------------------------------------*/
.rstpl-navigation {
  padding: 0 15px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.rstpl-navigation .menu_right {
  float: right;
}
.rstpl-navigation .menu_left {
  float: left;
}
.rstpl-navigation .menu_center {
  text-align: center;
}
.rstpl-navigation .menu_center .rstpl-template-menu {
  float: none;
}
.rstpl-navigation .menu_center .rstpl-template-menu li {
  float: none;
}
@media (min-width: 980px) {
  .rstpl-navigation .menu_center .rstpl-template-menu li {
    display: inline-block;
  }
}
.rstpl-navigation .nav-collapse {
  position: static;
}
.rstpl-navigation .navbar {
  margin: 0;
  padding: 0 80px;
}
.rstpl-navigation .navbar .rstpl-brand {
  display: inline-block;
  padding: 8px 0;
  width: 120px;
}
.rstpl-navigation .navbar .rstpl-brand img {
  width: 100%;
}
.rstpl-navigation .navbar .rstpl-brand h1,
.rstpl-navigation .navbar .rstpl-brand h2,
.rstpl-navigation .navbar .rstpl-brand h3 {
  margin: 0;
}
@media (min-width: 768px) and (max-width: 979px) {
  .rstpl-navigation .navbar .rstpl-brand h1,
  .rstpl-navigation .navbar .rstpl-brand h2,
  .rstpl-navigation .navbar .rstpl-brand h3 {
    padding-top: 5px;
  }
}
@media (min-width: 980px) {
  .rstpl-navigation .navbar .rstpl-brand h1,
  .rstpl-navigation .navbar .rstpl-brand h2,
  .rstpl-navigation .navbar .rstpl-brand h3 {
    padding-top: 10px;
  }
}
.rstpl-navigation .navbar .navbar-inner {
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  background: none;
  min-height: 40px;
  padding: 0;
  position: relative;
}
.rstpl-navigation .navbar .navbar-inner .rstpl-template-menu {
  margin-right: 0;
  position: static;
  margin-top: 6px;
}
.rstpl-navigation .navbar .navbar-inner .rstpl-template-menu > li {
  padding: 15px 0;
  position: relative;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.rstpl-navigation .navbar .navbar-inner .rstpl-template-menu > li:last-of-type > a {
  padding-right: 0;
}
.rstpl-navigation .navbar .navbar-inner .rstpl-template-menu > li:last-of-type > a:after {
  content: '';
}
.rstpl-navigation .navbar .navbar-inner .rstpl-template-menu > li.parent {
  padding-right: 15px;
}
.rstpl-navigation .navbar .navbar-inner .rstpl-template-menu > li.parent > a {
  display: block;
}
.rstpl-navigation .navbar .navbar-inner .rstpl-template-menu > li.parent > a:after {
  font-family: 'FontAwesomeRSTemplate';
  content: '\f0d7';
  margin-left: 10px;
  position: absolute;
}
@media (max-width: 979px) {
  .rstpl-navigation .navbar .navbar-inner .rstpl-template-menu > li.parent {
    padding-right: 0;
  }
  .rstpl-navigation .navbar .navbar-inner .rstpl-template-menu > li.parent ul li a {
    text-align: left;
    padding-left: 30px;
  }
  .rstpl-navigation .navbar .navbar-inner .rstpl-template-menu > li.parent ul .submenu-button {
    width: 40px;
    height: 40px;
  }
  .rstpl-navigation .navbar .navbar-inner .rstpl-template-menu > li.parent ul .submenu-button:after {
    top: 15px;
  }
  .rstpl-navigation .navbar .navbar-inner .rstpl-template-menu > li.parent ul .submenu-button:before {
    top: 20px;
  }
}
.rstpl-navigation .navbar .navbar-inner .rstpl-template-menu > li.parent > a {
  display: block;
}
.rstpl-navigation .navbar .navbar-inner .rstpl-template-menu > li.rstpl-mega-menu {
  position: relative;
}
@media (max-width: 979px) {
  .rstpl-navigation .navbar .navbar-inner .rstpl-template-menu > li.rstpl-mega-menu {
    position: relative;
  }
}
.rstpl-navigation .navbar .navbar-inner .rstpl-template-menu > li.rstpl-mega-menu .rstpl-mega-menu-container {
  z-index: 20;
  position: absolute;
  top: 70px;
  right: 0;
  min-width: 920px;
  color: #7e7d7d;
  background-color: #000;
}
.rstpl-navigation .navbar .navbar-inner .rstpl-template-menu > li.rstpl-mega-menu .rstpl-mega-menu-container a:not(.btn):not(.button):hover {
  background-color: initial;
}
.rstpl-navigation .navbar .navbar-inner .rstpl-template-menu > li.rstpl-mega-menu .rstpl-mega-menu-container:before {
  content: '';
  width: 100%;
  position: relative;
  top: 0;
  left: 0;
  height: 5px;
  background: #fff;
  display: block;
}
.rstpl-navigation .navbar .navbar-inner .rstpl-template-menu > li.rstpl-mega-menu .rstpl-mega-menu-container:after {
  content: '';
  position: absolute;
  top: -9px;
  right: 25px;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 8px 9px 8px;
  border-color: transparent transparent #ffffff;
}
@media (max-width: 979px) {
  .rstpl-navigation .navbar .navbar-inner .rstpl-template-menu > li.rstpl-mega-menu .rstpl-mega-menu-container {
    position: relative;
    top: 0;
    background: transparent;
    width: 100%;
  }
  .rstpl-navigation .navbar .navbar-inner .rstpl-template-menu > li.rstpl-mega-menu .rstpl-mega-menu-container:before,
  .rstpl-navigation .navbar .navbar-inner .rstpl-template-menu > li.rstpl-mega-menu .rstpl-mega-menu-container:after {
    display: none;
  }
  .rstpl-navigation .navbar .navbar-inner .rstpl-template-menu > li.rstpl-mega-menu .rstpl-mega-menu-container .rstpl-box-thumb {
    padding: 10px;
  }
  .rstpl-navigation .navbar .navbar-inner .rstpl-template-menu > li.rstpl-mega-menu .rstpl-mega-menu-container .rstpl-template-menu > li {
    padding: 0;
  }
  .rstpl-navigation .navbar .navbar-inner .rstpl-template-menu > li.rstpl-mega-menu .rstpl-mega-menu-container .rstpl-template-menu > li:hover {
    background-color: initial;
  }
  .rstpl-navigation .navbar .navbar-inner .rstpl-template-menu > li.rstpl-mega-menu .rstpl-mega-menu-container .rstpl-template-menu > li > a {
    display: block;
    color: #000;
  }
  .rstpl-navigation .navbar .navbar-inner .rstpl-template-menu > li.rstpl-mega-menu .rstpl-mega-menu-container .rstpl-template-menu > li > a:hover {
    color: #7687bf;
  }
  .rstpl-navigation .navbar .navbar-inner .rstpl-template-menu > li.rstpl-mega-menu .rstpl-mega-menu-container .rstpl-template-menu > li > a:active {
    background: transparent;
  }
}
.rstpl-navigation .navbar .navbar-inner .rstpl-template-menu > li > a {
  font-weight: 700;
  text-shadow: none;
  position: relative;
  color: #000000;
  font-size: 16px;
  font-family: 'Raleway', Helvetica, serif;
  padding: 10px 15px;
}
.rstpl-navigation .navbar .navbar-inner .rstpl-template-menu > li > a .menu-icon {
  margin-right: 0;
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
}
.rstpl-navigation .navbar .navbar-inner .rstpl-template-menu > li:hover {
  color: #7687bf;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.rstpl-navigation .navbar .navbar-inner .rstpl-template-menu > li:hover > a {
  color: #7687bf;
}
.rstpl-navigation .navbar .navbar-inner .rstpl-template-menu > li.active > a {
  color: #7687bf;
}
.rstpl-navigation .navbar .navbar-inner .rstpl-template-menu .active > a {
  background: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  color: #000000;
}
.rstpl-navigation .navbar .navbar-inner .rstpl-template-menu .dropdown-menu {
  background: #000;
}
@media (min-width: 980px) {
  .rstpl-navigation .navbar .navbar-inner .rstpl-template-menu .dropdown-menu:before {
    content: '';
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 5px;
    background: #fff;
    display: block;
    border: none;
  }
  .rstpl-navigation .navbar .navbar-inner .rstpl-template-menu .dropdown-menu:after {
    content: '';
    position: absolute;
    top: -9px;
    left: 25px;
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 8px 9px 8px;
    border-color: transparent transparent #ffffff;
  }
}
@media (max-width: 979px) {
  .rstpl-navigation .navbar .navbar-inner .rstpl-template-menu .dropdown-menu {
    padding-top: 0;
    padding-bottom: 0;
    background: transparent;
  }
}
.rstpl-navigation .navbar .navbar-inner .rstpl-template-menu .dropdown-menu > li.parent > a {
  display: block;
  position: relative;
  color: #7687bf;
}
.rstpl-navigation .navbar .navbar-inner .rstpl-template-menu .dropdown-menu > li.parent > a:after {
  border-left-color: #7687bf;
  display: block;
  position: absolute;
  top: 10px;
  right: 27px;
}
.rstpl-navigation .navbar .navbar-inner .rstpl-template-menu .dropdown-menu > li.parent > a:hover,
.rstpl-navigation .navbar .navbar-inner .rstpl-template-menu .dropdown-menu > li.parent > a:focus,
.rstpl-navigation .navbar .navbar-inner .rstpl-template-menu .dropdown-menu > li.parent > a:active {
  background: transparent;
  color: #fedd32;
}
.rstpl-navigation .navbar .navbar-inner .rstpl-template-menu .dropdown-menu > li.parent > a:hover:after {
  border-left-color: #fedd32;
}
@media (min-width: 980px) {
  .rstpl-navigation .navbar .navbar-inner .rstpl-template-menu .dropdown-menu > li.parent .dropdown-menu:before,
  .rstpl-navigation .navbar .navbar-inner .rstpl-template-menu .dropdown-menu > li.parent .dropdown-menu:after {
    display: none;
  }
}
.rstpl-navigation .navbar .navbar-inner .rstpl-template-menu .dropdown-menu > li > a {
  font-weight: 700;
  padding: 10px 15px;
  color: #7687bf;
}
.rstpl-navigation .navbar .navbar-inner .rstpl-template-menu .dropdown-menu > li > a:hover,
.rstpl-navigation .navbar .navbar-inner .rstpl-template-menu .dropdown-menu > li > a:focus,
.rstpl-navigation .navbar .navbar-inner .rstpl-template-menu .dropdown-menu > li > a:active {
  background: transparent;
  color: #fedd32;
}
@media (max-width: 979px) {
  .rstpl-navigation .navbar .navbar-inner .rstpl-template-menu .dropdown-menu > li > a {
    color: #000;
  }
  .rstpl-navigation .navbar .navbar-inner .rstpl-template-menu .dropdown-menu > li > a:hover,
  .rstpl-navigation .navbar .navbar-inner .rstpl-template-menu .dropdown-menu > li > a:focus,
  .rstpl-navigation .navbar .navbar-inner .rstpl-template-menu .dropdown-menu > li > a:active {
    color: #7687bf;
  }
}
.rstpl-navigation .navbar .navbar-inner .rstpl-template-menu .dropdown-menu > li.active {
  color: #fedd32;
}
.rstpl-navigation .navbar .navbar-inner .rstpl-template-menu .dropdown-menu > li.active > a {
  color: #fedd32;
}
.rstpl-navigation .navbar .navbar-inner .rstpl-template-menu .dropdown-menu > li:hover > a {
  background: transparent;
  color: #fedd32;
}
.rstpl-navigation .navbar .navbar-inner .rstpl-template-menu .dropdown-menu > li:hover > a:after {
  border-left-color: #fedd32;
}
@media (max-width: 979px) {
  .rstpl-navigation .navbar .navbar-inner .rstpl-template-menu .dropdown-menu > li:hover > a {
    color: #7687bf;
  }
}
.rstpl-navigation .navbar.navbar-fixed-top {
  background-color: rgba(254, 221, 50, 0.95);
  border-bottom: 1px solid #fee565;
  -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.1);
}
.rstpl-navigation .navbar.navbar-fixed-top .navbar-inner {
  margin: 0 auto;
}
@media (max-width: 979px) {
  .rstpl-navigation .menu_right {
    float: initial;
  }
  .rstpl-navigation .menu_left {
    float: initial;
  }
  .rstpl-navigation .menu_center {
    text-align: left;
  }
  .rstpl-navigation .menu_center .nav {
    display: block;
  }
  .rstpl-navigation .navbar {
    margin: 0;
    padding: 0 10px;
  }
  .rstpl-navigation .navbar .rstpl-brand {
    padding: 5px 20px;
  }
  .rstpl-navigation .navbar .rstpl-brand img {
    width: 100px;
  }
  .rstpl-navigation .navbar .rstpl-brand.pull-right {
    float: none;
  }
  .rstpl-navigation .navbar .btn-navbar {
    background-color: transparent;
    box-shadow: none;
    background-image: none;
    position: relative;
  }
  .rstpl-navigation .navbar .btn-navbar .icon-bar {
    background-color: #fedd32;
    text-shadow: none;
    width: 25px;
    height: 3px;
    margin-bottom: 5px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  .rstpl-navigation .navbar .btn-navbar.collapsed .icon-bar {
    background-color: #7687bf;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  .rstpl-navigation .navbar .navbar-inner .rstpl-template-menu {
    margin: 0;
    margin-bottom: 35px;
  }
  .rstpl-navigation .navbar .navbar-inner .rstpl-template-menu > li {
    padding: 0;
    border-top: 1px solid #000;
  }
  .rstpl-navigation .navbar .navbar-inner .rstpl-template-menu > li:hover {
    background-color: initial;
  }
  .rstpl-navigation .navbar .navbar-inner .rstpl-template-menu > li:last-of-type {
    border-bottom: 1px solid #000;
  }
  .rstpl-navigation .navbar .navbar-inner .rstpl-template-menu > li .submenu-button {
    position: absolute;
    z-index: 10;
    right: 0;
    top: 0;
    display: block;
    height: 50px;
    width: 50px;
    cursor: pointer;
  }
  .rstpl-navigation .navbar .navbar-inner .rstpl-template-menu > li .submenu-button:before {
    content: "";
    position: absolute;
    left: 21px;
    top: 26px;
    display: block;
    width: 11px;
    height: 1px;
    background: #000 none repeat scroll 0 0;
    z-index: 99;
  }
  .rstpl-navigation .navbar .navbar-inner .rstpl-template-menu > li .submenu-button:after {
    content: "";
    position: absolute;
    top: 21px;
    left: 26px;
    display: block;
    width: 1px;
    height: 11px;
    background: #000 none repeat scroll 0 0;
    z-index: 99;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .rstpl-navigation .navbar .navbar-inner .rstpl-template-menu > li .submenu-button.opened:after {
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .rstpl-navigation .navbar .navbar-inner .rstpl-template-menu > li .deeper .submenu-button:before {
    left: 13px;
  }
  .rstpl-navigation .navbar .navbar-inner .rstpl-template-menu > li .deeper .submenu-button:after {
    left: 18px;
  }
  .rstpl-navigation .navbar .navbar-inner .rstpl-template-menu > li a {
    text-transform: uppercase;
    font-weight: 700;
    padding: 15px;
    margin: 0;
    max-height: 50px;
  }
  .rstpl-navigation .navbar .navbar-inner .rstpl-template-menu > li a:hover,
  .rstpl-navigation .navbar .navbar-inner .rstpl-template-menu > li a:focus,
  .rstpl-navigation .navbar .navbar-inner .rstpl-template-menu > li a:active {
    background-color: #fedd32;
    color: #7687bf;
  }
  .rstpl-navigation .navbar .navbar-inner .rstpl-template-menu > li:first-of-type a {
    padding-left: 15px;
  }
  .rstpl-navigation .navbar .navbar-inner .rstpl-template-menu > li.parent > a:after {
    content: '';
  }
  .rstpl-navigation .navbar .navbar-inner .rstpl-template-menu .dropdown-menu {
    margin: 0;
    right: 0;
    left: initial;
  }
  .rstpl-navigation .navbar .navbar-inner .rstpl-template-menu .dropdown-menu > li {
    border-bottom: none;
  }
  .rstpl-navigation .navbar .navbar-inner .rstpl-template-menu .dropdown-menu a {
    color: #000000;
  }
  .rstpl-navigation .navbar .navbar-inner .rstpl-template-menu .dropdown-menu a:hover,
  .rstpl-navigation .navbar .navbar-inner .rstpl-template-menu .dropdown-menu a:focus {
    color: #7687bf;
  }
}
.rstpl-mega-menu .rstpl-mega-menu-container {
  background-color: #FFF;
  display: block;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.5);
  -ms-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.5);
  -o-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.5);
  visibility: hidden;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media (min-width: 979px) {
  .rstpl-mega-menu .rstpl-mega-menu-container.container {
    padding: 20px;
  }
}
@media (max-width: 979px) {
  .rstpl-mega-menu .rstpl-mega-menu-container {
    display: none;
    visibility: visible;
    top: 1px;
    left: 0;
    position: relative;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    filter: alpha(opacity=100);
    background-color: transparent;
    padding: 0;
  }
  .rstpl-mega-menu .rstpl-mega-menu-container [class*="span"] {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .rstpl-mega-menu .rstpl-mega-menu-container [class*="span"] .rstpl-template-menu {
    border-right: none;
  }
}
.rstpl-mega-menu .rstpl-mega-menu-container [class*="span"] .rstpl-template-menu {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
@media (min-width: 980px) {
  .rstpl-mega-menu .rstpl-mega-menu-container [class*="span"] .rstpl-template-menu {
    padding: 15px;
    padding-right: 0;
  }
}
.rstpl-mega-menu .rstpl-mega-menu-container [class*="span"] .rstpl-template-menu > li {
  padding: 10px;
}
.rstpl-mega-menu .rstpl-mega-menu-container [class*="span"] .rstpl-template-menu > li:hover > a {
  color: #fedd32;
}
.rstpl-mega-menu .rstpl-mega-menu-container [class*="span"] .rstpl-template-menu > li.active > a {
  color: #fedd32;
}
.rstpl-mega-menu .rstpl-mega-menu-container [class*="span"] .rstpl-template-menu > li > a {
  color: #7687bf;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  font-size: 14px;
}
.rstpl-mega-menu .rstpl-mega-menu-container [class*="span"] .rstpl-template-menu > li > a:after {
  display: none;
}
.rstpl-mega-menu .rstpl-mega-menu-container [class*="span"] .rstpl-template-menu > li > a:hover {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.rstpl-mega-menu .rstpl-mega-menu-container [class*="span"] .rstpl-template-menu > li > a:hover > a {
  color: #fedd32;
}
.rstpl-mega-menu .rstpl-mega-menu-container [class*="span"]:last-of-type .rstpl-template-menu {
  border-right: none;
}
@media (min-width: 980px) {
  .rstpl-mega-menu:hover > .rstpl-mega-menu-container {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    filter: alpha(opacity=100);
    visibility: visible;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    z-index: 10;
  }
}
.rstpl-template-menu .nav-header {
  display: none;
}
.rstpl-template-menu .dropdown .nav-header {
  padding: 10px 15px;
  text-transform: uppercase;
  font-weight: 700;
  text-shadow: none;
  text-align: center;
  font-size: 13px;
  position: relative;
  color: #000000;
}
.rstpl-main-menu-position {
  margin-bottom: 0;
  background-color: #fedd32;
}
@media (max-width: 979px) {
  .rstpl-main-menu-position > .container {
    width: 100%;
  }
}
@media (min-width: 980px) {
  .rstpl-absolute-menu {
    background-color: #ffffff;
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(top, #ffffff, rgba(255, 255, 255, 0));
    background: -moz-linear-gradient(top, #ffffff, rgba(255, 255, 255, 0));
    background: -ms-linear-gradient(top, #ffffff, rgba(255, 255, 255, 0));
    background: -o-linear-gradient(top, #ffffff, rgba(255, 255, 255, 0));
    position: absolute;
    z-index: 10;
    width: 100%;
    padding-top: 10px;
  }
  .rstpl-absolute-menu .navbar .navbar-inner .rstpl-template-menu > li.active {
    background-color: transparent;
  }
  .rstpl-absolute-menu .navbar .navbar-inner .rstpl-template-menu > li.active > a {
    color: #fedd32;
  }
  .rstpl-absolute-menu .navbar .navbar-inner .rstpl-template-menu > li:hover {
    background-color: transparent;
  }
  .rstpl-absolute-menu .navbar .navbar-inner .rstpl-template-menu > li:hover > a {
    color: #fedd32;
  }
  .rstpl-absolute-menu .navbar .navbar-inner .rstpl-template-menu > li.rstpl-search:hover {
    background-color: initial;
  }
}
/* 4 Section styling - Header , Sections , Footer
-------------------------------------------------------------------------------*/
/* Headers
------------------------------------------------------------------------------*/
.rstpl-header-blocks li {
  position: relative;
}
.rstpl-header-blocks li:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: transparent;
  background: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.7) 90%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, transparent), color-stop(90%, rgba(0, 0, 0, 0.7)));
  background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.7) 90%);
  background: -o-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.7) 90%);
  background: -ms-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.7) 90%);
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.7) 90%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#000000', GradientType=0);
  content: '';
}
.rstpl-header-blocks .rstpl-header-block {
  width: 100%;
  background-size: cover;
  background-position: center;
  color: #FFF;
  padding: 30px;
  position: relative;
}
.rstpl-header-blocks .rstpl-header-block .rstpl-header-text-body {
  bottom: 30px;
  left: 30px;
  right: 30px;
  position: absolute;
  z-index: 1;
}
.rstpl-header-blocks .rstpl-header-block span {
  color: #FFF;
  font-size: 12px;
  font-weight: 700;
}
.rstpl-header-blocks .rstpl-header-block span.meta {
  color: #7687bf;
  text-decoration: underline;
  display: block;
}
.rstpl-header-blocks .rstpl-header-block span a {
  color: #7687bf;
  text-decoration: underline;
}
.rstpl-header-blocks .rstpl-header-block span a:hover {
  color: #8796c7;
}
.rstpl-header-blocks .rstpl-header-block h3 {
  font-size: 18px;
  line-height: 20px;
  color: #FFF;
  font-family: 'Oswald', Helvetica, serif;
  margin-bottom: 5px;
}
.rstpl-header-blocks .rstpl-header-block h3 > a {
  padding-left: 0 !important;
  padding-right: 0 !important;
  color: #FFF;
}
.rstpl-header-blocks .rstpl-header-block .btn {
  margin-top: 15px;
}
.rstpl-header-blocks ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.rstpl-header-blocks ul li .rstpl-header-block {
  height: 400px;
}
@media (min-width: 767px) {
  .rstpl-header-blocks ul li .rstpl-header-block {
    height: 570px;
  }
}
.rstpl-header-blocks ul .rstpl-two-rows > li {
  width: 100%;
}
.rstpl-header-blocks ul .rstpl-two-rows > li .rstpl-header-block {
  height: 400px;
}
@media (min-width: 767px) {
  .rstpl-header-blocks ul .rstpl-two-rows > li .rstpl-header-block {
    height: 285px;
  }
}
@media (min-width: 767px) {
  .rstpl-header-blocks ul .rstpl-two-rows > li {
    width: 50%;
    float: left;
  }
}
.rstpl-header-blocks ul .rstpl-two-rows.both-full > li {
  width: 100%;
  float: none;
}
.rstpl-header-blocks ul .rstpl-two-rows.first-full > li:first-of-type {
  width: 100%;
}
.rstpl-header-blocks ul .rstpl-two-rows.last-full > li:last-of-type {
  width: 100%;
}
.rstpl-header-blocks .four-column {
  width: 100%;
}
@media (min-width: 767px) and (max-width: 1199px) {
  .rstpl-header-blocks .four-column {
    width: 50%;
    float: left;
  }
}
@media (min-width: 1200px) {
  .rstpl-header-blocks .four-column {
    width: 25%;
    float: left;
  }
}
.rstpl-header-blocks .four-column .rstpl-header-block {
  height: 400px;
}
@media (min-width: 767px) {
  .rstpl-header-blocks .four-column .rstpl-header-block {
    height: 470px;
  }
}
.rstpl-header-blocks .four-column .rstpl-two-rows > li .rstpl-header-block {
  height: 400px;
}
@media (min-width: 767px) {
  .rstpl-header-blocks .four-column .rstpl-two-rows > li .rstpl-header-block {
    height: 235px;
  }
}
.rstpl-header-blocks .three-column {
  width: 100%;
}
@media (min-width: 767px) and (max-width: 1199px) {
  .rstpl-header-blocks .three-column {
    width: 50%;
    float: left;
  }
}
@media (min-width: 1200px) {
  .rstpl-header-blocks .three-column {
    width: 33.33333%;
    float: left;
  }
}
.rstpl-header-blocks .two-column {
  width: 100%;
}
@media (min-width: 767px) and (max-width: 1199px) {
  .rstpl-header-blocks .two-column {
    width: 50%;
    float: left;
  }
}
@media (min-width: 1200px) {
  .rstpl-header-blocks .two-column {
    width: 50%;
    float: left;
  }
}
/* Sections
------------------------------------------------------------------------------*/
#column-right > [class*="rstpl-"],
#column-left > [class*="rstpl-"] {
  padding: 15px;
  margin-bottom: 45px;
}
#column-right > [class*="rstpl-"] ul,
#column-left > [class*="rstpl-"] ul,
#column-right > [class*="rstpl-"] ol,
#column-left > [class*="rstpl-"] ol {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#column-right > [class*="rstpl-"] ul li,
#column-left > [class*="rstpl-"] ul li,
#column-right > [class*="rstpl-"] ol li,
#column-left > [class*="rstpl-"] ol li {
  margin-bottom: 10px;
}
#column-right > [class*="rstpl-"] ul li > a,
#column-left > [class*="rstpl-"] ul li > a,
#column-right > [class*="rstpl-"] ol li > a,
#column-left > [class*="rstpl-"] ol li > a {
  color: #7687bf;
}
#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: #fedd32;
}
#column-right > [class*="rstpl-"] h1,
#column-left > [class*="rstpl-"] h1,
#column-right > [class*="rstpl-"] h2,
#column-left > [class*="rstpl-"] h2,
#column-right > [class*="rstpl-"] h3,
#column-left > [class*="rstpl-"] h3,
#column-right > [class*="rstpl-"] h4,
#column-left > [class*="rstpl-"] h4,
#column-right > [class*="rstpl-"] h5,
#column-left > [class*="rstpl-"] h5,
#column-right > [class*="rstpl-"] h6,
#column-left > [class*="rstpl-"] h6 {
  word-break: break-all;
}
@media (max-width: 768px) {
  #column-right,
  #column-left {
    padding: 30px;
  }
}
.rstpl-main-menu-position ::-moz-selection {
  background: #7687bf;
  color: #fff;
  text-shadow: none;
}
.rstpl-main-menu-position ::selection {
  background: #7687bf;
  color: #fff;
  text-shadow: none;
}
.rstpl-main-menu-position .container {
  padding: 0;
}
#column-right,
#column-left {
  margin-top: 30px;
}
/* Footer
------------------------------------------------------------------------------*/
.rstpl-footer-position,
.rstpl-after-footer-position {
  margin-top: 60px;
  padding: 60px 0;
  background-color: #000000;
}
.rstpl-footer-position ::-moz-selection,
.rstpl-after-footer-position ::-moz-selection {
  background: #fedd32;
  color: #fff;
  text-shadow: none;
}
.rstpl-footer-position ::selection,
.rstpl-after-footer-position ::selection {
  background: #fedd32;
  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: #7e7d7d;
}
.rstpl-footer-position .rstpl-menu .menu li.active a,
.rstpl-after-footer-position .rstpl-menu .menu li.active a {
  color: #7687bf;
}
.rstpl-footer-position .rstpl-menu .menu li:hover a,
.rstpl-after-footer-position .rstpl-menu .menu li:hover a {
  color: #7687bf;
}
.rstpl-footer-position .rstpl-menu .menu li:before,
.rstpl-after-footer-position .rstpl-menu .menu li:before {
  font-family: 'FontAwesomeRSTemplate';
  content: '\f101';
  color: #7687bf;
  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: #7e7d7d;
}
.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 {
  text-transform: initial;
  margin: 0 auto;
  margin-bottom: 30px;
  font-size: 30px;
  font-family: 'Oswald', Helvetica, serif;
  border-bottom: none !important;
  padding-bottom: 0 !important;
  position: relative;
  color: #7687bf;
}
@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: #7687bf;
}
.rstpl-copyright-position {
  z-index: 10;
  background-color: #000000;
  color: #7e7d7d;
  position: relative;
}
.rstpl-copyright-position:before {
  width: 100%;
  height: 150px;
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.01);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.01)), to(rgba(0, 0, 0, 0.6)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.01), rgba(0, 0, 0, 0.6));
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.01), rgba(0, 0, 0, 0.6));
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.01), rgba(0, 0, 0, 0.6));
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.01), rgba(0, 0, 0, 0.6));
}
.rstpl-copyright-position .row-fluid {
  position: relative;
}
.rstpl-copyright-position .rstpl-template-menu {
  list-style: none;
  margin: 0;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .rstpl-copyright-position .rstpl-template-menu {
    display: none;
  }
}
.rstpl-copyright-position .rstpl-template-menu > li {
  display: inline-block;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.rstpl-copyright-position .rstpl-template-menu > li > a {
  display: block;
  font-size: 14px;
  font-weight: 700;
  padding: 35px 15px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  color: #FFF;
}
.rstpl-copyright-position .rstpl-template-menu > li > a:hover {
  color: #fedd32;
}
.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;
  }
}
.copyright-link {
  background: #fedd32;
  color: rgba(0, 0, 0, 0.75);
  padding: 35px;
}
.copyright-link a {
  color: rgba(0, 0, 0, 0.75);
}
/* 5 Bootstrap Overrides
-------------------------------------------------------------------------------*/
/* Alerts & Labels & Badges
------------------------------------------------------------------------------*/
.alert {
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
  text-shadow: none;
  background-color: #fbb829;
  color: #FFF;
  border-radius: 0px;
}
.alert p {
  color: #FFF;
}
.alert .alert-heading {
  color: #FFF;
}
.alert.alert-success {
  background-color: #a1c820;
}
.alert.alert-info {
  background-color: #2a8fbd;
}
.alert.alert-error {
  background-color: #ed092f;
}
.alert.alert-error .alert-heading {
  color: #FFF;
}
.label,
.badge {
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
  text-shadow: none;
  background-color: #fbb829;
  color: #FFF;
  border-radius: 0px;
}
.label p,
.badge p {
  color: #FFF;
}
.label.label-success,
.badge.label-success,
.label.badge-success,
.badge.badge-success {
  background-color: #a1c820;
}
.label.label-info,
.badge.label-info,
.label.badge-info,
.badge.badge-info {
  background-color: #2a8fbd;
}
.label.label-error,
.badge.label-error,
.label.badge-error,
.badge.badge-error {
  background-color: #ed092f;
}
.rsdir-contact-modal {
  min-height: initial !important;
}
/* Hero unit
------------------------------------------------------------------------------*/
.hero-unit {
  border-radius: 0px;
}
/* Tooltip
------------------------------------------------------------------------------*/
.tooltip {
  font-size: .8em;
  font-weight: 700;
  border: none;
}
.tooltip .tooltip-inner {
  border: none;
}
.tooltip.top .tooltip-arrow {
  border-top-color: none;
}
.tooltip.right .tooltip-arrow {
  border-right-color: none;
}
.tooltip.left .tooltip-arrow {
  border-left-color: none;
}
.tooltip.bottom .tooltip-arrow {
  border-bottom-color: none;
}
/* Pager
------------------------------------------------------------------------------*/
.pager {
  padding: 0 15px;
}
.pager li a {
  display: inline-block;
  padding: 10px 20px;
  color: #7687bf;
  margin-bottom: 0;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  text-shadow: none;
  vertical-align: middle;
  cursor: pointer;
  background-color: #fedd32;
  background-image: none;
  border: none;
  border-radius: 0px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  font-weight: 600;
  color: #FFF;
}
.pager li a:hover {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  background-color: #fcd301;
  color: #7687bf;
}
.pager li a:hover,
.pager li a:focus,
.pager li a:active {
  background-color: #fee565;
  color: #FFF;
}
.pagination-list > li > a {
  display: inline-block;
  padding: 10px 20px;
  color: #7687bf;
  margin-bottom: 0;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  text-shadow: none;
  vertical-align: middle;
  cursor: pointer;
  background-color: #fedd32;
  background-image: none;
  border: none;
  border-radius: 0px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  font-weight: 600;
  color: #000;
}
.pagination-list > li > a:hover {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  background-color: #fcd301;
  color: #7687bf;
}
.pagination-list > li > a:hover,
.pagination-list > li > a:focus,
.pagination-list > li > a:active {
  background-color: #fee14b;
  color: #000;
}
/* Progress Bars
------------------------------------------------------------------------------*/
.progress {
  height: 20px;
  margin: 0 0 20px 0;
  background-color: #f7f7f7;
  border-radius: 0px;
  box-shadow: none;
  overflow: hidden;
  background-image: none;
}
.progress .bar {
  font-size: 12px;
  color: #ffffff;
  text-align: center;
  text-shadow: none;
  background-color: #fedd32;
  background-image: none;
  box-shadow: none;
  float: left;
  width: 0px;
  height: 100%;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.progress.progress-info .bar {
  background-color: #2a8fbd;
}
.progress.progress-success .bar {
  background-color: #a1c820;
}
.progress.progress-warning .bar {
  background-color: #fbb829;
}
.progress.progress-danger .bar {
  background-color: #ed092f;
}
/* Dropdowns
------------------------------------------------------------------------------*/
.navbar .nav > li > .dropdown-menu {
  padding-top: 20px;
  padding-bottom: 20px;
  min-width: 200px;
  /* Target the child dropdown elements */
  -webkit-box-shadow: 10px 0px 26px -10px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 10px 0px 26px -10px rgba(0, 0, 0, 0.75);
  -ms-box-shadow: 10px 0px 26px -10px rgba(0, 0, 0, 0.75);
  -o-box-shadow: 10px 0px 26px -10px rgba(0, 0, 0, 0.75);
  box-shadow: 10px 0px 26px -10px rgba(0, 0, 0, 0.75);
}
.navbar .nav > li > .dropdown-menu .dropdown-menu {
  padding-top: 20px;
  padding-bottom: 20px;
  min-width: 200px;
}
@media (max-width: 979px) {
  .navbar .nav > li > .dropdown-menu {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
  }
}
.navbar .nav > li > .dropdown-menu a {
  color: #000;
}
.navbar .nav > li > .dropdown-menu a:hover {
  color: #7687bf;
}
.navbar .nav > li > .dropdown-menu:before,
.navbar .nav > li > .dropdown-menu:after {
  content: none;
}
.icons .dropdown-menu {
  left: auto;
  right: 0;
}
.dropdown-menu {
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  background-color: #fff;
  border-radius: 0px;
  border: none;
  padding: 0;
  top: 95%;
  left: 0px;
}
.dropdown-menu.right-edge {
  left: -100%;
}
.dropdown-menu li:first-of-type > a {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
.dropdown-menu li:last-of-type > a {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom: none;
}
.dropdown-menu li > a {
  font-size: 16px;
  font-weight: 400;
  padding: 20px 40px;
  color: #7687bf;
}
.dropdown-menu li > a:hover,
.dropdown-menu li > a:focus,
.dropdown-menu li > a:active {
  background: #FFF;
  color: #fedd32;
}
.dropdown-menu .dropdown-submenu {
  border-radius: 0px;
}
.dropdown-menu .dropdown-submenu:hover > a,
.dropdown-menu .dropdown-submenu:focus > a {
  background: #FFF;
  color: #fedd32;
}
.dropdown-menu .dropdown-submenu:hover > .dropdown-menu,
.dropdown-menu .dropdown-submenu:focus > .dropdown-menu {
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  visibility: visible;
}
.dropdown-menu .dropdown-submenu > a {
  position: relative;
}
.dropdown-menu .dropdown-submenu > a:after {
  display: none;
}
.dropdown-menu .dropdown-submenu .dropdown-menu {
  top: 15%;
  border-radius: 0px;
}
li > .dropdown-menu {
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  visibility: hidden;
  display: block;
}
@media (max-width: 979px) {
  li > .dropdown-menu {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    filter: alpha(opacity=100);
    display: none;
    visibility: visible;
    margin: 0;
  }
  li > .dropdown-menu > li {
    border-top: 1px solid #000;
  }
  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: #7687bf;
  }
  li > .dropdown-menu .dropdown-submenu:hover > a,
  li > .dropdown-menu .dropdown-submenu:focus > a {
    background: transparent;
    color: #7687bf;
  }
  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: #7687bf;
  }
  li > .dropdown-menu .dropdown-submenu > a:after {
    border: none;
  }
  li > .dropdown-menu .dropdown-submenu .dropdown-menu {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    filter: alpha(opacity=100);
    display: none;
    visibility: visible;
    margin: 0;
  }
  li > .dropdown-menu .dropdown-submenu .dropdown-menu > li > a {
    padding-left: 35px;
  }
}
@media (min-width: 768px) {
  li:hover > .dropdown-menu {
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    filter: alpha(opacity=100);
    visibility: visible;
  }
}
/* 6 Shortcode Styles
------------------------------------------------------------------------------*/
/* Accordions
------------------------------------------------------------------------------*/
.accordion {
  margin-bottom: 0;
  overflow: hidden;
  background-color: #FFF;
}
.accordion .accordion-group {
  border-radius: 0;
  margin-bottom: 0;
  border: none;
}
.accordion .accordion-group:first-of-type {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
.accordion .accordion-group:first-of-type .accordion-heading .accordion-toggle {
  border-top: none;
}
.accordion .accordion-group:last-of-type {
  border-bottom: none;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
.accordion .accordion-group .accordion-heading .accordion-toggle {
  padding: 20px 30px 20px;
  position: relative;
  text-decoration: none;
  color: #7687bf;
  border-top: 1px solid #e1e1e1;
}
.accordion .accordion-group .accordion-heading .accordion-toggle:before {
  content: "\f078";
  display: inline-block;
  font-family: "FontAwesomeRSTemplate";
  font-size: .8em;
  margin-right: 10px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.accordion .accordion-group .accordion-heading .accordion-toggle.collapsed {
  text-decoration: none;
  color: #fedd32;
}
.accordion .accordion-group .accordion-heading .accordion-toggle.collapsed:before {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.accordion .accordion-group .accordion-heading > a {
  font-weight: 700;
  font-size: 14px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.accordion .accordion-inner {
  border-top: 0;
  line-height: 1.8em;
  padding: 0 30px 30px 30px;
}
.accordion .accordion-inner .rstpl-box-image {
  float: left;
  margin: 0 15px 0 0;
}
@media (max-width: 767px) {
  .accordion {
    margin-bottom: 15px;
  }
}
/* Tabs
------------------------------------------------------------------------------*/
.rstpl-tabs .nav-tabs {
  border: none;
  margin: 0;
}
.rstpl-tabs .nav-tabs > li {
  margin-right: 10px;
}
.rstpl-tabs .nav-tabs > li > a {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border: none;
  font-size: 12px;
  font-weight: 700;
  padding-top: 17px;
  padding-bottom: 17px;
  text-transform: uppercase;
  background-color: transparent;
  color: #7687bf;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.rstpl-tabs .nav-tabs > li > a:hover {
  background-color: #000;
  color: #fedd32;
}
.rstpl-tabs .nav-tabs > li.active > a {
  border: none;
  background-color: #000;
  color: #fedd32;
}
.rstpl-tabs .tab-content {
  overflow: hidden;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border-top: 1px solid #e1e1e1;
  background-color: transparent;
}
.rstpl-tabs .tab-content .rstpl-box-title {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: .5em;
  color: #fedd32;
}
.rstpl-tabs .tab-content .rstpl-box-content {
  line-height: 1.8em;
  font-size: 14px;
}
.rstpl-tabs .tab-content .rstpl-box-image {
  float: left;
  margin: 0 15px 0 0;
  border: 1px solid #e1e1e1;
  padding: 10px;
}
@media (max-width: 767px) {
  .rstpl-tabs {
    padding: 0 20px;
    margin-bottom: 15px;
  }
}
/* Simple Carousel
------------------------------------------------------------------------------*/
.rstpl-simple-carousel {
  background-color: #FFF;
  padding: 60px 0;
  overflow: hidden;
}
.rstpl-simple-carousel .carousel {
  margin: 0;
}
.rstpl-simple-carousel .rstpl-box-image img {
  width: 100%;
}
@media (max-width: 767px) {
  .rstpl-simple-carousel .rstpl-box-image {
    display: none;
  }
}
.rstpl-simple-carousel .rstpl-box-title {
  font-size: 24px;
  margin-bottom: 30px;
  font-family: 'Raleway', Arial, Helvetica, sans-serif;
  font-weight: 600;
}
.rstpl-simple-carousel .rstpl-box-content {
  line-height: 1.8em;
  margin: 0;
  padding-left: 20px;
}
.rstpl-simple-carousel .rstpl-box-content br {
  margin-bottom: 10px;
}
.rstpl-simple-carousel img {
  width: 100%;
}
.rstpl-simple-carousel .carousel-inner {
  margin: 0 auto;
  overflow: visible;
  display: inline-block;
}
.rstpl-simple-carousel .carousel-inner .item {
  margin: 0 auto;
  width: 85%;
}
@media (max-width: 1199px) {
  .rstpl-simple-carousel .carousel-inner .item {
    width: 78%;
  }
}
.rstpl-simple-carousel .carousel-control {
  border: none;
  border-radius: 0px;
  left: 0;
  font-size: 1.125em;
  font-weight: 700;
  height: 70px;
  width: 70px;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  top: 50%;
  -webkit-transform: translate(0, -15px);
  -moz-transform: translate(0, -15px);
  -o-transform: translate(0, -15px);
  -ms-transform: translate(0, -15px);
  transform: translate(0, -15px);
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  text-align: center;
  background: #fedd32;
}
.rstpl-simple-carousel .carousel-control span {
  font-size: 1.4em;
  font-weight: 700;
  height: 70px;
  width: 70px;
  padding: 27px 0;
  text-align: center;
}
.rstpl-simple-carousel .carousel-control:hover {
  background: #7687bf;
}
.rstpl-simple-carousel .carousel-control.right {
  left: auto;
  right: 0;
}
@media (max-width: 767px) {
  .rstpl-simple-carousel .carousel-control {
    width: 50px;
    height: 50px;
    -webkit-transform: translate(0, -40px);
    -moz-transform: translate(0, -40px);
    -o-transform: translate(0, -40px);
    -ms-transform: translate(0, -40px);
    transform: translate(0, -40px);
  }
  .rstpl-simple-carousel .carousel-control span {
    width: 50px;
    height: 50px;
    padding: 18px 0;
  }
  .rstpl-simple-carousel .carousel-control.left {
    top: 0;
    right: 51px;
    left: auto;
  }
  .rstpl-simple-carousel .carousel-control.right {
    top: 0;
  }
}
/* Horizontal Icon Box
------------------------------------------------------------------------------*/
.rstpl-box-horizontal-icon {
  background: #fedd32;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}
.rstpl-box-horizontal-icon .rstpl-box-icon-container {
  text-align: center;
  margin: 0 auto;
  width: 30%;
  float: left;
  display: inline-block;
  position: relative;
}
.rstpl-box-horizontal-icon .rstpl-box-icon-container .rstpl-box-icon {
  display: inline-block;
  width: 100%;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background: #fedd32;
}
.rstpl-box-horizontal-icon .rstpl-box-icon-container .rstpl-box-icon span {
  font-size: 50px;
  color: #000;
  text-align: center;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.rstpl-box-horizontal-icon:hover > .rstpl-box-icon-container > .rstpl-box-icon {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.rstpl-box-horizontal-icon:hover > .rstpl-box-icon-container > .rstpl-box-icon > span {
  -webkit-animation: toLeft 0.3s forwards;
  -moz-animation: toLeft 0.3s forwards;
  animation: toLeft 0.3s forwards;
}
.rstpl-box-horizontal-icon .rstpl-box-content {
  background: #f3f3f3;
  width: 70%;
  display: inline-block;
  padding: 30px;
}
@media (max-width: 1199px) {
  .rstpl-box-horizontal-icon .rstpl-box-content {
    padding: 15px;
  }
}
@media (max-width: 767px) {
  .rstpl-box-horizontal-icon .rstpl-box-content {
    padding: 30px;
  }
}
.rstpl-box-horizontal-icon .rstpl-box-content .rstpl-box-title {
  margin: 0 0 25px;
  font-family: 'Oswald', Helvetica, serif;
  font-size: 24px;
  font-weight: 700;
  color: #000;
}
.rstpl-box-horizontal-icon .rstpl-box-content .rstpl-paragraph {
  font-size: 14px;
  margin-bottom: 0;
}
@-webkit-keyframes toLeft {
  49% {
    -webkit-transform: translateX(-100%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translateX(100%);
  }
  51% {
    opacity: 1;
  }
}
@-moz-keyframes toLeft {
  49% {
    -moz-transform: translateX(-100%);
  }
  50% {
    opacity: 0;
    -moz-transform: translateX(100%);
  }
  51% {
    opacity: 1;
  }
}
@keyframes toLeft {
  49% {
    transform: translateX(-100%);
  }
  50% {
    opacity: 0;
    transform: translateX(100%);
  }
  51% {
    opacity: 1;
  }
}
/* Parallax Box
------------------------------------------------------------------------------*/
.rstpl-box-parallax {
  background-attachment: fixed;
  background-position: center top;
  background-size: cover;
  width: 100%;
  min-height: 500px;
  position: relative;
  margin: 20px 0;
}
.rstpl-box-parallax:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.rstpl-box-parallax.light:before {
  background-color: rgba(255, 255, 255, 0.8);
}
.rstpl-box-parallax.light h1,
.rstpl-box-parallax.light h2,
.rstpl-box-parallax.light h3,
.rstpl-box-parallax.light h4,
.rstpl-box-parallax.light h5,
.rstpl-box-parallax.light h6 {
  color: #000;
}
.rstpl-box-parallax.dark {
  color: #FFF;
}
.rstpl-box-parallax.dark:before {
  background-color: rgba(0, 0, 0, 0.7);
}
.rstpl-box-parallax.dark h1,
.rstpl-box-parallax.dark h2,
.rstpl-box-parallax.dark h3,
.rstpl-box-parallax.dark h4,
.rstpl-box-parallax.dark h5,
.rstpl-box-parallax.dark h6 {
  color: #FFF;
}
.rstpl-box-parallax .rstpl-box-details {
  position: absolute;
  width: 100%;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.rstpl-box-parallax .rstpl-box-title {
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  font-family: 'Raleway', Arial, Helvetica, sans-serif;
  font-weight: 700;
}
.rstpl-box-parallax .rstpl-box-content {
  width: 100%;
  line-height: 1.6em;
  text-align: center;
  padding: 0 7%;
}
.rstpl-box-parallax .rsp_container {
  margin: 50px 0;
}
@media (max-width: 979px) {
  .rstpl-box-parallax {
    background-attachment: local;
    background-origin: initial;
    background-clip: initial;
    background-size: cover;
  }
}
/* Fullwidth Article Post
------------------------------------------------------------------------------*/
.rstpl-box-full-width-article-post {
  position: relative;
  overflow: hidden;
  background-size: cover;
  padding-top: 100px;
  padding-bottom: 100px;
}
.rstpl-box-full-width-article-post:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.rstpl-box-full-width-article-post .rstpl-box-container {
  position: relative;
  z-index: 1;
  width: 470px;
  background-color: #000;
  padding: 35px;
}
@media (max-width: 767px) {
  .rstpl-box-full-width-article-post .rstpl-box-container {
    width: 320px;
    padding: 25px 15px;
    margin: 0 auto;
  }
}
.rstpl-box-full-width-article-post .rstpl-box-container .rstpl-box-subtitle {
  margin-top: 0;
  font-family: 'Raleway', Arial, Helvetica, sans-serif;
  font-weight: 900;
  color: #FFF;
  font-size: 14px;
  text-transform: uppercase;
}
.rstpl-box-full-width-article-post .rstpl-box-container .rstpl-box-title {
  text-align: left;
  font-size: 44px;
  font-family: 'Raleway', Arial, Helvetica, sans-serif;
  color: #FFF;
  display: block;
  text-transform: initial;
  font-weight: 700;
  margin-top: 40px;
}
.rstpl-box-full-width-article-post .rstpl-box-container .rstpl-box-content {
  margin-top: 20px;
  font-size: 40px;
  color: #fff;
  line-height: 41px;
}
.rstpl-box-full-width-article-post .rstpl-box-container a {
  background: #fedd32;
  padding: 15px 20px;
  font-size: 16px;
  color: #000;
  display: inline-block;
  margin-top: 30px;
  font-weight: 700;
}
.rstpl-box-full-width-article-post .rstpl-box-container a:hover,
.rstpl-box-full-width-article-post .rstpl-box-container a:focus,
.rstpl-box-full-width-article-post .rstpl-box-container a:active {
  background-color: #fee565;
  color: #000;
}
/* Full Width Simple Box
------------------------------------------------------------------------------*/
.rstpl-full-width-bg {
  padding: 70px 0;
  text-align: center;
}
@media (max-width: 979px) {
  .rstpl-full-width-bg {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.rstpl-full-width-bg p {
  margin: 0;
  text-align: center;
  font-size: 44px;
  padding: 40px 0;
  line-height: 45px;
}
@media (max-width: 1200px) {
  .rstpl-full-width-bg p {
    font-size: 36px;
  }
}
.rstpl-full-width-bg.light {
  background-color: #fedd32;
  color: #000;
}
.rstpl-full-width-bg.dark {
  background-color: #7687bf;
  color: #FFF;
}
/* Vertical Image Box
------------------------------------------------------------------------------*/
.rstpl-box-vertical-image {
  background: #f3f3f3;
}
@media (max-width: 768px) {
  .rstpl-box-vertical-image {
    margin-bottom: 30px;
  }
}
.rstpl-box-vertical-image .rstpl-item {
  height: 245px;
  overflow: hidden;
}
.rstpl-box-vertical-image .rstpl-box-content {
  padding: 30px;
}
.rstpl-box-vertical-image .rstpl-box-content .rstpl-box-title {
  font-size: 24px;
  color: #000;
  margin-top: 0;
  margin-bottom: 20px;
}
.rstpl-box-vertical-image .rstpl-box-content .rstpl-box-details {
  margin-top: 0;
  font-size: 16px;
}
@media (max-width: 767px) {
  .rstpl-box-vertical-image {
    margin-bottom: 15px;
  }
}
@media (max-width: 768px) {
  .rstpl-vertical-icon-box {
    margin-bottom: 30px;
  }
}
.rstpl-vertical-icon-box .rstpl-vertical-icon {
  background: #fedd32;
  color: #000;
  font-size: 55px;
  text-align: center;
  padding-top: 95px;
  padding-bottom: 95px;
}
.rstpl-vertical-icon-box .rstpl-content {
  margin: 0;
  background: #000;
  padding: 30px;
}
.rstpl-vertical-icon-box .rstpl-content h4 {
  color: #FFF;
}
.rstpl-vertical-icon-box .rstpl-content p {
  color: #7e7d7d;
}
/* Price Box
------------------------------------------------------------------------------*/
.rstpl-box-pricing {
  margin-top: 20px;
}
@media (min-width: 480px) and (max-width: 979px) {
  .rstpl-box-pricing {
    padding: 10px;
  }
}
.rstpl-box-pricing .table {
  margin-bottom: 0;
  border-collapse: separate;
}
.rstpl-box-pricing .table td {
  padding: 25px 0;
  position: relative;
  text-align: center;
  color: #000;
  background: #f3f3f3;
  font-size: 24px;
  border: none;
  border-bottom: 3px solid #FFF;
}
.rstpl-box-pricing .table tr:first-of-type td {
  background: #000;
  padding: 20px 40px;
}
@media (max-width: 980px) {
  .rstpl-box-pricing .table tr:first-of-type td {
    padding: 15px 20px;
  }
}
.rstpl-box-pricing .table tr:last-of-type td {
  padding: 0;
}
.rstpl-box-pricing .rstpl-box-title {
  font-size: 30px;
  font-weight: 700;
  padding: 20px 0;
  margin-bottom: 0;
  color: #FFF;
  font-family: 'Oswald', Helvetica, serif;
}
.rstpl-box-pricing .rstpl-box-pricetag {
  display: block;
  font-size: 52px;
  font-weight: 700;
  padding: 30px 0;
  color: #fedd32;
}
@media (max-width: 980px) {
  .rstpl-box-pricing .rstpl-box-pricetag {
    font-size: 28px;
  }
}
.rstpl-box-pricing .rstpl-box-content {
  padding-bottom: 15px;
  font-size: 14px;
  font-weight: 400;
  color: #FFF;
}
.rstpl-box-pricing .btn {
  margin: 0;
  background-color: #fedd32;
  color: #000;
  display: block;
  padding-top: 30px;
  padding-bottom: 30px;
  font-size: 24px;
  font-weight: 700;
}
.rstpl-box-pricing .btn:hover {
  background-color: #fee14b;
}
@media (max-width: 767px) {
  .rstpl-box-pricing {
    margin: 20px;
    margin-bottom: 50px;
  }
}
/* Thumbnail Box
------------------------------------------------------------------------------*/
.rstpl-box-thumb {
  position: relative;
  display: inline-block;
  margin-top: 30px;
  margin-bottom: 30px;
}
.rstpl-box-thumb .rstpl-box-image {
  float: left;
  margin: 0 10px 0 0;
  background-color: #FFF;
  width: 70px;
  height: 70px;
  border-radius: 0px;
}
.rstpl-box-thumb .rstpl-box-title {
  color: #7687bf;
  font-size: 14px;
}
.rstpl-box-thumb .rstpl-box-content {
  padding-left: 100px;
  font-size: 14px;
}
.rstpl-box-thumb .rstpl-box-content > a {
  text-transform: uppercase;
  font-weight: 800;
  color: #7687bf;
}
.rstpl-box-thumb .rstpl-box-content > a:hover {
  color: #fedd32;
}
@media (max-width: 767px) {
  .rstpl-box-thumb {
    padding: 0 20px;
    margin-bottom: 20px;
  }
}
/* 11 Widgets
------------------------------------------------------------------------------*/
.rstpl-widget {
  margin-bottom: 30px;
}
/* Twitter Widget
------------------------------------------------------------------------------*/
.rstpl-widget h3 {
  margin: 0;
  padding: 0;
}
.rstpl-widget .rstpl-twitter-widget-slider {
  text-align: center;
}
.rstpl-widget .rstpl-twitter-widget-slider .carousel-inner {
  width: 80%;
  margin: 0 auto;
}
.rstpl-widget .rstpl-twitter-widget-slider .icon-twitter {
  font-size: 30px;
  color: #fedd32;
  display: inline-block;
  margin: 30px 0;
  width: 100%;
}
.rstpl-widget .rstpl-twitter-widget-slider .author {
  font-size: 18px;
  color: #7687bf;
  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: 60%;
  right: auto;
  left: 0;
  font-size: 20px;
  background: none;
  border: none;
  color: #7687bf;
}
.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;
  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: #fedd32;
  font-weight: 700;
}
.rstpl-widget .rstpl-twitter-widget-list li:before {
  position: absolute;
  font-family: 'FontAwesomeRSTemplate';
  content: "\f099";
  font-size: 34px;
  top: 37px;
  left: 0;
  color: #7687bf;
  display: block;
}
.rstpl-widget .rstpl-twitter-widget-list li small {
  text-transform: lowercase;
  font-weight: 700;
}
/* 10 Social Icons
------------------------------------------------------------------------------*/
.rstpl-social-icons {
  list-style: none;
  font-size: 18px;
  margin: 20px 0 0 0;
  padding: 0;
}
.rstpl-social-icons.rstpl-social-more {
  float: right;
}
.rstpl-social-icons.rstpl-social-small {
  margin: 0;
  text-align: center;
}
.rstpl-social-icons.rstpl-social-small li {
  display: inline-block;
  position: relative;
}
.rstpl-social-icons li {
  display: inline-block;
}
.rstpl-social-icons .rstpl-social-link {
  display: inline-block;
  text-align: center;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.rstpl-social-icons .rstpl-social-link [class*="rstpl-social-icon-"] {
  width: 40px;
  height: 40px;
  display: inline-block;
  line-height: 40px;
}
.rstpl-social-icons .rstpl-social-link .rstpl-social-icon-facebook:before {
  content: '\f09a';
  font-family: 'FontAwesomeRSTemplate';
}
.rstpl-social-icons .rstpl-social-link .rstpl-social-icon-twitter:before {
  content: '\f099';
  font-family: 'FontAwesomeRSTemplate';
}
.rstpl-social-icons .rstpl-social-link .rstpl-social-icon-linkedin:before {
  content: '\f0e1';
  font-family: 'FontAwesomeRSTemplate';
}
.rstpl-social-icons .rstpl-social-link .rstpl-social-icon-youtube:before {
  content: '\f167';
  font-family: 'FontAwesomeRSTemplate';
}
.rstpl-social-icons .rstpl-social-link .rstpl-social-icon-vimeo:before {
  content: '\f27d';
  font-family: 'FontAwesomeRSTemplate';
}
.rstpl-social-icons .rstpl-social-link .rstpl-social-icon-flickr:before {
  content: '\f16e';
  font-family: 'FontAwesomeRSTemplate';
}
.rstpl-social-icons .rstpl-social-link .rstpl-social-icon-pinterest:before {
  content: '\f0d2';
  font-family: 'FontAwesomeRSTemplate';
}
.rstpl-social-icons .rstpl-social-link .rstpl-social-icon-instagram:before {
  content: '\f16d';
  font-family: 'FontAwesomeRSTemplate';
}
.rstpl-social-icons .rstpl-social-link .rstpl-social-icon-skype:before {
  content: '\f17e';
  font-family: 'FontAwesomeRSTemplate';
}
.rstpl-social-icons .rstpl-social-link:hover > .rstpl-social-icon-facebook {
  color: #3B5998;
}
.rstpl-social-icons .rstpl-social-link:hover > .rstpl-social-icon-twitter {
  color: #55ACEE;
}
.rstpl-social-icons .rstpl-social-link:hover > .rstpl-social-icon-linkedin {
  color: #1984BC;
}
.rstpl-social-icons .rstpl-social-link:hover > .rstpl-social-icon-youtube {
  color: #B00;
}
.rstpl-social-icons .rstpl-social-link:hover > .rstpl-social-icon-vimeo {
  color: #46B5FE;
}
.rstpl-social-icons .rstpl-social-link:hover > .rstpl-social-icon-flickr {
  color: #FF0084;
}
.rstpl-social-icons .rstpl-social-link:hover > .rstpl-social-icon-pinterest {
  color: #CB2027;
}
.rstpl-social-icons .rstpl-social-link:hover > .rstpl-social-icon-instagram {
  color: #bb31a8;
}
.rstpl-social-icons .rstpl-social-link:hover > .rstpl-social-icon-skype {
  color: #00AFF0;
}
.rstpl-footer-position .rstpl-social-icons > li,
.rstpl-after-footer-position .rstpl-social-icons > li,
.rstpl-copyright-position .rstpl-social-icons > li {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.rstpl-footer-position .rstpl-social-icons > li a,
.rstpl-after-footer-position .rstpl-social-icons > li a,
.rstpl-copyright-position .rstpl-social-icons > li a {
  color: #7e7d7d;
}
.rstpl-footer-position .rstpl-social h4,
.rstpl-after-footer-position .rstpl-social h4,
.rstpl-copyright-position .rstpl-social h4 {
  margin-top: 20px;
}
@media (max-width: 768px) {
  .rstpl-social.pull-right {
    float: none;
  }
}
/* 12 Chosen
------------------------------------------------------------------------------*/
.chzn-container.chzn-container-single .chzn-single {
  background: #FFF;
  background-image: none;
  border-radius: 0px;
  box-shadow: none;
  min-height: 20px;
  padding: 5px;
  display: block;
  width: 100%;
  line-height: 11px;
}
.chzn-container.chzn-container-single .chzn-single span {
  display: inline;
  overflow: initial;
}
/* 13 Go top button
------------------------------------------------------------------------------*/
.rstpl-go-top {
  display: inline-block;
  height: 50px;
  width: 50px;
  position: fixed;
  bottom: 40px;
  right: 40px;
  font-size: 40px;
  text-align: center;
  white-space: nowrap;
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
  z-index: 9;
}
.rstpl-go-top span {
  font-size: .8em;
  margin: 0;
  padding: 8px 5px;
  height: 100%;
  vertical-align: middle;
  width: 100%;
  color: #7687bf;
}
.rstpl-go-top.rstpl-go-top-is-visible,
.rstpl-go-top .rstpl-go-top.rstpl-go-top-fade-out,
.rstpl-go-top .no-touch .rstpl-go-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.rstpl-go-top.rstpl-go-top-is-visible {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
}
.rstpl-go-top.rstpl-go-top-fade-out {
  opacity: .5;
  filter: alpha(opacity=50);
}
.rstpl-go-top.rstpl-go-top-fade-out:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
/* Newsflash Module
------------------------------------------------------------------------------*/
@media (max-width: 767px) {
  [class*="newsflash-horiz"] li,
  .latest-articles li {
    padding: 15px;
  }
}
[class*="newsflash-horiz"] li .rstpl-box-image .rstpl-overlay-effect .news-image,
.latest-articles li .rstpl-box-image .rstpl-overlay-effect .news-image {
  height: 450px;
  width: 100%;
  background-position: center center;
  background-size: cover;
  display: block;
}
@media (max-width: 979px) {
  [class*="newsflash-horiz"] li .rstpl-box-image .rstpl-overlay-effect .news-image,
  .latest-articles li .rstpl-box-image .rstpl-overlay-effect .news-image {
    height: 250px;
  }
}
#column-left > div,
#column-right > div {
  background-color: #FFF;
}
#column-left h1,
#column-right h1,
#column-left h2,
#column-right h2,
#column-left h3,
#column-right h3,
#column-left h4,
#column-right h4,
#column-left h5,
#column-right h5,
#column-left h6,
#column-right h6 {
  color: #7687bf;
  text-transform: initial;
  margin: 0 auto;
  margin-bottom: 30px;
  font-weight: 900;
  font-family: 'Raleway', Arial, Helvetica, sans-serif;
  text-align: center;
  border-top: none;
  border-left: none;
  border-right: none;
  width: 100%;
  padding: 0 0 15px 0;
  position: relative;
}
#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: 'FontAwesomeRSTemplate';
  content: '\f0da';
  margin-right: 5px;
}
#column-left .latestnews li h1,
#column-right .latestnews li h1,
#column-left .categories-module li h1,
#column-right .categories-module li h1,
#column-left .latestnews li h2,
#column-right .latestnews li h2,
#column-left .categories-module li h2,
#column-right .categories-module li h2,
#column-left .latestnews li h3,
#column-right .latestnews li h3,
#column-left .categories-module li h3,
#column-right .categories-module li h3,
#column-left .latestnews li h4,
#column-right .latestnews li h4,
#column-left .categories-module li h4,
#column-right .categories-module li h4,
#column-left .latestnews li h5,
#column-right .latestnews li h5,
#column-left .categories-module li h5,
#column-right .categories-module li h5,
#column-left .latestnews li h6,
#column-right .latestnews li h6,
#column-left .categories-module li h6,
#column-right .categories-module li h6 {
  display: inline;
}
#column-left > div > h2,
#column-right > div > h2 {
  margin-bottom: 20px;
}
#column-left .rstpl-latest-articles li,
#column-right .rstpl-latest-articles li {
  min-height: 50px;
}
.rstpl-latest-articles li {
  display: inline-block;
  width: 100%;
  clear: both;
}
.rstpl-latest-articles .rstpl-thumbs-latest-articles img {
  width: 90px;
  height: 90px;
  float: left;
  margin-right: 15px;
  margin-bottom: 15px;
}
.rstpl-latest-articles .rstpl-latestnews-text {
  font-size: 14px;
  color: #7687bf;
  font-weight: 700;
  display: block;
}
.rstpl-latest-articles .rstpl-latestnews-date {
  display: block;
  color: #7687bf;
  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: #fedd32;
}
.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: #7e7d7d;
}
[class^="rstpl-module-"] > h1,
[class*=" rstpl-module-"] > h1,
[class^="rstpl-module-"] > h2,
[class*=" rstpl-module-"] > h2,
[class^="rstpl-module-"] > h3,
[class*=" rstpl-module-"] > h3,
[class^="rstpl-module-"] > h4,
[class*=" rstpl-module-"] > h4,
[class^="rstpl-module-"] > h5,
[class*=" rstpl-module-"] > h5,
[class^="rstpl-module-"] > h6,
[class*=" rstpl-module-"] > h6 {
  border-bottom: 2px solid #e7e7e7;
  padding-bottom: 20px;
  margin-bottom: 40px;
}
/* Search Form
------------------------------------------------------------------------------*/
.form-search .input-append .search-query {
  border-radius: 0px;
}
.rstpl-template-menu .rstpl-search {
  position: relative;
}
.rstpl-template-menu .rstpl-search .open-search {
  margin: 0;
  cursor: pointer;
  z-index: 1;
  position: relative;
  line-height: 17px;
}
.rstpl-template-menu .rstpl-search .open-search:hover {
  background-color: transparent;
}
.rstpl-template-menu .rstpl-search .open-search.active {
  color: #7687bf;
}
.rstpl-template-menu .rstpl-search form {
  position: absolute;
  top: 15px;
  right: 0;
  float: right;
}
.rstpl-template-menu .rstpl-search form .inputbox {
  position: absolute;
  right: 30px;
  top: 0;
  height: 30px;
  width: 0;
  min-width: 0;
  padding: 2px 5px;
  background: #fedd32;
  color: #000;
  border: 2px solid #feea7e;
  z-index: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.rstpl-template-menu .rstpl-search form .inputbox:active,
.rstpl-template-menu .rstpl-search form .inputbox:focus {
  border-color: #7687bf;
}
.rstpl-template-menu .rstpl-search form .inputbox.open {
  left: auto;
  width: 220px;
  opacity: 1;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
@media (max-width: 979px) {
  .rstpl-template-menu .rstpl-search .open-search {
    display: inline-block;
  }
  .rstpl-template-menu .rstpl-search form {
    position: relative;
    right: 0;
    top: 0;
  }
  .rstpl-template-menu .rstpl-search form .inputbox {
    height: 43px;
    border: none;
    border-left: 1px solid #000;
    right: 0;
    top: 0;
  }
  .rstpl-template-menu .rstpl-search form .inputbox.open {
    width: 600px;
  }
  .rstpl-template-menu .rstpl-search form .inputbox.open:active,
  .rstpl-template-menu .rstpl-search form .inputbox.open:focus {
    border-color: #e1e1e1;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .rstpl-template-menu .rstpl-search form .inputbox.open {
    width: 250px;
  }
}
#search-searchword {
  padding: 10px;
  margin-bottom: 0;
}
.rstpl-login {
  cursor: pointer;
}
.rstpl-login #login-form {
  -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;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.5);
  -ms-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.5);
  -o-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.5);
  position: absolute;
  z-index: 12;
  background: #fedd32;
  right: 0;
  top: 85px;
  min-width: 300px;
  padding: 30px;
}
.rstpl-login #login-form:before {
  content: '';
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 5px;
  background: #fff;
  display: block;
}
.rstpl-login #login-form:after {
  content: '';
  position: absolute;
  top: -9px;
  right: 16px;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 8px 9px 8px;
  border-color: transparent transparent #ffffff;
}
.rstpl-login #login-form.open {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  visibility: visible;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  top: 70px;
}
.rstpl-login #login-form a,
.rstpl-login #login-form label {
  color: #000;
  font-size: 13px;
}
.rstpl-login #login-form a:hover,
.rstpl-login #login-form label:hover {
  color: #333333;
}
.rstpl-login #login-form .btn.btn-primary {
  background: #7687bf;
  color: #fff;
}
.rstpl-login #login-form .btn.btn-primary:hover {
  background: #8796c7;
}
.rstpl-login #login-form .controls .input-prepend {
  width: 98%;
}
.rstpl-login #login-form .controls .input-prepend input {
  width: 100%;
}
/* RSTPL Modal
-----------------------------------------------------------------------------*/
#rstpl-modal {
  padding: 0 10px;
}
#cboxContent,
#colorbox,
#mbox,
#rstpl-modal,
input {
  -webkit-box-sizing: content-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: content-box;
  /* Firefox, other Gecko */
  box-sizing: content-box;
  /* Opera/IE 8+ */
}
#rstpl-modal input[type="text"],
#rstpl-modal input[type="password"] {
  width: 97% !important;
}
#rstpl-modal .form-horizontal .control-label {
  float: none;
  text-align: left;
  width: 100%;
}
#rstpl-modal .form-horizontal .controls {
  margin-left: 0;
}
#rstpl-modal .btn {
  margin-bottom: 5px;
  padding: 13.5px;
}
#rstpl-modal .form-horizontal .form-actions {
  padding-left: 0;
}
a.jmodedit {
  background: none;
  border: none;
  font-size: 1.5em;
  padding: 0;
}
a.jmodedit:hover,
a.jmodedit:focus {
  background: none;
  border: none;
}
#rstpl-pagewrap {
  height: 100%;
}
/* Date Picker
-----------------------------------------------------------------------------*/
.bootstrap-datetimepicker-widget > ul {
  padding: 5px;
}
.bootstrap-datetimepicker-widget td,
.bootstrap-datetimepicker-widget th {
  border-radius: 0px;
}
.bootstrap-datetimepicker-widget td.active,
.bootstrap-datetimepicker-widget td.active:hover {
  background-image: none;
  text-shadow: none;
}
.bootstrap-datetimepicker-widget td span {
  border-radius: 0px;
}
.bootstrap-datetimepicker-widget td span.active {
  background-image: none;
  text-shadow: none;
}
.bootstrap-datetimepicker-widget .btn {
  font-size: .6em;
  padding: 10px;
}
#sbox-window {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.rstpl-show-grid {
  text-align: center;
}
.rstpl-show-grid [class^="span"],
.rstpl-show-grid [class*=" span"] {
  font-weight: 700;
  padding-top: 25px;
  padding-bottom: 25px;
}
/* Fix for Shortcode BACKEND
-----------------------------------------------------------------------------*/
.rstpl-shortcode {
  background-color: #ffffff;
}
#shortcode_type .rstpl-box-full-width-vertical-image .rstpl-box-subtitle {
  margin-top: 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;
}
/* Joomla Overrides
-----------------------------------------------------------------------------*/
#column-right .rstpl-login,
#column-left .rstpl-login {
  position: relative;
  padding: 30px;
}
#column-right .rstpl-login .rstpl-title-center,
#column-left .rstpl-login .rstpl-title-center {
  padding: 0;
  margin: 0 0 30px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  border: none;
}
#column-right .rstpl-login .rstpl-title-center:after,
#column-left .rstpl-login .rstpl-title-center:after {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
#column-right .rstpl-login a,
#column-left .rstpl-login a {
  color: #FFF;
}
#column-right .rstpl-login form,
#column-left .rstpl-login form {
  background: #FFF;
  z-index: 1111;
  width: 100%;
  margin: 0;
}
#column-right .rstpl-login form .input-prepend,
#column-left .rstpl-login form .input-prepend {
  width: 100%;
}
#column-right .rstpl-login form input[type="text"],
#column-left .rstpl-login form input[type="text"],
#column-right .rstpl-login form input[type="password"],
#column-left .rstpl-login form input[type="password"],
#column-right .rstpl-login form input[type="datetime"],
#column-left .rstpl-login form input[type="datetime"],
#column-right .rstpl-login form input[type="datetime-local"],
#column-left .rstpl-login form input[type="datetime-local"],
#column-right .rstpl-login form input[type="date"],
#column-left .rstpl-login form input[type="date"],
#column-right .rstpl-login form input[type="month"],
#column-left .rstpl-login form input[type="month"],
#column-right .rstpl-login form input[type="time"],
#column-left .rstpl-login form input[type="time"],
#column-right .rstpl-login form input[type="week"],
#column-left .rstpl-login form input[type="week"],
#column-right .rstpl-login form input[type="number"],
#column-left .rstpl-login form input[type="number"],
#column-right .rstpl-login form input[type="email"],
#column-left .rstpl-login form input[type="email"],
#column-right .rstpl-login form input[type="url"],
#column-left .rstpl-login form input[type="url"],
#column-right .rstpl-login form input[type="search"],
#column-left .rstpl-login form input[type="search"],
#column-right .rstpl-login form input[type="tel"],
#column-left .rstpl-login form input[type="tel"],
#column-right .rstpl-login form input[type="color"],
#column-left .rstpl-login form input[type="color"],
#column-right .rstpl-login form select,
#column-left .rstpl-login form select,
#column-right .rstpl-login form textarea,
#column-left .rstpl-login form textarea,
#column-right .rstpl-login form .uneditable-input,
#column-left .rstpl-login form .uneditable-input {
  max-width: 100%;
  width: 100%;
  height: 25px;
}
#column-right .rstpl-login form a,
#column-left .rstpl-login form a {
  color: #7e7d7d;
}
#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: #7687bf;
}
#column-right .rstpl-menu .rstpl-template-menu li:hover a,
#column-left .rstpl-menu .rstpl-template-menu li:hover a {
  color: #7687bf;
}
#column-right .rstpl-menu .rstpl-template-menu li:before,
#column-left .rstpl-menu .rstpl-template-menu li:before {
  font-family: 'FontAwesomeRSTemplate';
  content: '\f101';
  color: #7687bf;
  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: #fedd32;
  color: #FFF;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  padding: 10px;
}
#imageForm #upbutton:hover {
  border: none;
}
.manager.thumbnails li {
  display: inline-block;
  overflow: hidden;
}
.manager.thumbnails li .icon-folder-2:before {
  content: '\f114';
}
/* Breadcrumbs
------------------------------------------------------------------------------*/
.rstpl-breadcrumbs-position .breadcrumbs {
  list-style-type: none;
  padding: 20px 0px;
  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: #7687bf;
}
.rstpl-breadcrumbs-position .breadcrumbs li a:hover {
  color: #8796c7;
}
.rstpl-breadcrumbs-position .breadcrumbs li .divider {
  margin-left: 10px;
  vertical-align: -1px;
}
.rstpl-breadcrumbs-position .breadcrumbs li .divider:before {
  content: '\f0da';
  font-family: 'FontAwesomeRSTemplate';
  font-size: 15px;
  color: #7687bf;
}
@media (max-width: 768px) {
  .rstpl-breadcrumbs-position .breadcrumbs li {
    display: none;
  }
  .rstpl-breadcrumbs-position .breadcrumbs li:first-of-type {
    display: inline-block;
  }
  .rstpl-breadcrumbs-position .breadcrumbs li:nth-of-type(2) {
    display: inline-block;
  }
  .rstpl-breadcrumbs-position .breadcrumbs li:last-of-type {
    display: inline-block;
    float: left;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 38%;
    white-space: nowrap;
  }
}
/* 7 Content
------------------------------------------------------------------------------*/
.article-info {
  display: block;
  font-size: 14px;
}
.article-info .article-info-term {
  display: inline-block;
  margin-right: 10px;
}
.article-info dd {
  display: inline;
  margin-right: 15px;
  line-height: 25px;
}
.article-info dd:first-of-type {
  margin-left: 0;
}
.article-info dd.createdby img {
  width: 40px;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .article-info dd {
    display: block;
  }
  .article-info dd:first-of-type {
    margin-left: 10px;
  }
}
@media (max-width: 767px) {
  .item-image.rstpl-m-top-big {
    margin-top: 0;
  }
}
.item-image img {
  width: 100%;
}
.item-image.pull-left,
.item-image.pull-right {
  float: none;
  display: block;
  clear: both;
  width: 100%;
}
div[itemprop="blogPost"] {
  position: relative;
  margin: 30px 0;
}
@media (max-width: 767px) {
  div[itemprop="blogPost"] {
    padding: 0 15px;
  }
}
div[itemprop="blogPost"] .page-header {
  margin: 0;
}
div[itemprop="blogPost"] .page-header .rstpl-title {
  margin: 10px;
}
div[itemprop="blogPost"] .item-image {
  max-height: 350px;
  overflow: hidden;
  margin-bottom: 20px;
  background-color: #fedd32;
}
div[itemprop="blogPost"] .item-image img {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  width: 100%;
}
div[itemprop="blogPost"] .item-image a {
  position: relative;
}
div[itemprop="blogPost"] .item-image:hover > a > img {
  -moz-opacity: 0.2;
  -khtml-opacity: 0.2;
  -webkit-opacity: 0.2;
  opacity: 0.2;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=20);
  filter: alpha(opacity=20);
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
div[itemprop="blogPost"] .readmore {
  margin-top: 20px;
}
div[itemprop="blogPost"] .readmore a.btn {
  display: inline-block;
  padding: 15px 30px;
  color: #7687bf;
  margin-bottom: 0;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  text-shadow: none;
  vertical-align: middle;
  cursor: pointer;
  background-color: #fedd32;
  background-image: none;
  border: none;
  border-radius: 0px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  font-weight: 600;
  color: #FFF;
}
div[itemprop="blogPost"] .readmore a.btn:hover {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  background-color: #fcd301;
  color: #7687bf;
}
div[itemprop="blogPost"] .readmore a.btn:hover {
  background-color: #fee565;
  color: #FFF;
}
.rstpl-content {
  margin-top: 30px;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .rstpl-content {
    padding: 15px 30px;
  }
}
@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;
  }
}
.rstpl-news-a-layout-row,
.rstpl-news-c-layout-row {
  margin-bottom: 60px;
}
.rstpl-news-a-layout-row:last-of-type,
.rstpl-news-c-layout-row:last-of-type {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .rstpl-news-a-layout-row .rstpl-news-a-layout,
  .rstpl-news-c-layout-row .rstpl-news-a-layout,
  .rstpl-news-a-layout-row .rstpl-news-c-layout,
  .rstpl-news-c-layout-row .rstpl-news-c-layout {
    margin-bottom: 30px;
  }
}
.rstpl-news-a-layout-row .rstpl-news-a-layout .span5 img,
.rstpl-news-c-layout-row .rstpl-news-a-layout .span5 img,
.rstpl-news-a-layout-row .rstpl-news-c-layout .span5 img,
.rstpl-news-c-layout-row .rstpl-news-c-layout .span5 img {
  padding-right: 10px;
}
.rstpl-news-a-layout-row .rstpl-news-a-layout .rstpl-news-a-content h2,
.rstpl-news-c-layout-row .rstpl-news-a-layout .rstpl-news-a-content h2,
.rstpl-news-a-layout-row .rstpl-news-c-layout .rstpl-news-a-content h2,
.rstpl-news-c-layout-row .rstpl-news-c-layout .rstpl-news-a-content h2,
.rstpl-news-a-layout-row .rstpl-news-a-layout .rstpl-news-c-content h2,
.rstpl-news-c-layout-row .rstpl-news-a-layout .rstpl-news-c-content h2,
.rstpl-news-a-layout-row .rstpl-news-c-layout .rstpl-news-c-content h2,
.rstpl-news-c-layout-row .rstpl-news-c-layout .rstpl-news-c-content h2 {
  font-size: 24px;
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 25px;
}
.rstpl-news-a-layout-row .rstpl-news-a-layout .rstpl-news-a-content h2 a,
.rstpl-news-c-layout-row .rstpl-news-a-layout .rstpl-news-a-content h2 a,
.rstpl-news-a-layout-row .rstpl-news-c-layout .rstpl-news-a-content h2 a,
.rstpl-news-c-layout-row .rstpl-news-c-layout .rstpl-news-a-content h2 a,
.rstpl-news-a-layout-row .rstpl-news-a-layout .rstpl-news-c-content h2 a,
.rstpl-news-c-layout-row .rstpl-news-a-layout .rstpl-news-c-content h2 a,
.rstpl-news-a-layout-row .rstpl-news-c-layout .rstpl-news-c-content h2 a,
.rstpl-news-c-layout-row .rstpl-news-c-layout .rstpl-news-c-content h2 a {
  color: #000;
}
.rstpl-news-a-layout-row .rstpl-news-a-layout .rstpl-news-a-content .meta,
.rstpl-news-c-layout-row .rstpl-news-a-layout .rstpl-news-a-content .meta,
.rstpl-news-a-layout-row .rstpl-news-c-layout .rstpl-news-a-content .meta,
.rstpl-news-c-layout-row .rstpl-news-c-layout .rstpl-news-a-content .meta,
.rstpl-news-a-layout-row .rstpl-news-a-layout .rstpl-news-c-content .meta,
.rstpl-news-c-layout-row .rstpl-news-a-layout .rstpl-news-c-content .meta,
.rstpl-news-a-layout-row .rstpl-news-c-layout .rstpl-news-c-content .meta,
.rstpl-news-c-layout-row .rstpl-news-c-layout .rstpl-news-c-content .meta {
  font-size: 12px;
}
.rstpl-news-a-layout-row .rstpl-news-a-layout .rstpl-news-a-content .meta a,
.rstpl-news-c-layout-row .rstpl-news-a-layout .rstpl-news-a-content .meta a,
.rstpl-news-a-layout-row .rstpl-news-c-layout .rstpl-news-a-content .meta a,
.rstpl-news-c-layout-row .rstpl-news-c-layout .rstpl-news-a-content .meta a,
.rstpl-news-a-layout-row .rstpl-news-a-layout .rstpl-news-c-content .meta a,
.rstpl-news-c-layout-row .rstpl-news-a-layout .rstpl-news-c-content .meta a,
.rstpl-news-a-layout-row .rstpl-news-c-layout .rstpl-news-c-content .meta a,
.rstpl-news-c-layout-row .rstpl-news-c-layout .rstpl-news-c-content .meta a {
  color: #7687bf;
}
.rstpl-news-a-layout-row .rstpl-news-a-layout .rstpl-news-a-content p,
.rstpl-news-c-layout-row .rstpl-news-a-layout .rstpl-news-a-content p,
.rstpl-news-a-layout-row .rstpl-news-c-layout .rstpl-news-a-content p,
.rstpl-news-c-layout-row .rstpl-news-c-layout .rstpl-news-a-content p,
.rstpl-news-a-layout-row .rstpl-news-a-layout .rstpl-news-c-content p,
.rstpl-news-c-layout-row .rstpl-news-a-layout .rstpl-news-c-content p,
.rstpl-news-a-layout-row .rstpl-news-c-layout .rstpl-news-c-content p,
.rstpl-news-c-layout-row .rstpl-news-c-layout .rstpl-news-c-content p {
  margin-top: 0;
  font-size: 16px;
}
.rstpl-news-a-layout-row .rstpl-news-a-layout .rstpl-news-a-content .article-likes,
.rstpl-news-c-layout-row .rstpl-news-a-layout .rstpl-news-a-content .article-likes,
.rstpl-news-a-layout-row .rstpl-news-c-layout .rstpl-news-a-content .article-likes,
.rstpl-news-c-layout-row .rstpl-news-c-layout .rstpl-news-a-content .article-likes,
.rstpl-news-a-layout-row .rstpl-news-a-layout .rstpl-news-c-content .article-likes,
.rstpl-news-c-layout-row .rstpl-news-a-layout .rstpl-news-c-content .article-likes,
.rstpl-news-a-layout-row .rstpl-news-c-layout .rstpl-news-c-content .article-likes,
.rstpl-news-c-layout-row .rstpl-news-c-layout .rstpl-news-c-content .article-likes {
  margin-right: 8px;
}
.rstpl-news-a-layout-row .rstpl-news-a-layout .rstpl-news-a-content .article-likes .hits,
.rstpl-news-c-layout-row .rstpl-news-a-layout .rstpl-news-a-content .article-likes .hits,
.rstpl-news-a-layout-row .rstpl-news-c-layout .rstpl-news-a-content .article-likes .hits,
.rstpl-news-c-layout-row .rstpl-news-c-layout .rstpl-news-a-content .article-likes .hits,
.rstpl-news-a-layout-row .rstpl-news-a-layout .rstpl-news-c-content .article-likes .hits,
.rstpl-news-c-layout-row .rstpl-news-a-layout .rstpl-news-c-content .article-likes .hits,
.rstpl-news-a-layout-row .rstpl-news-c-layout .rstpl-news-c-content .article-likes .hits,
.rstpl-news-c-layout-row .rstpl-news-c-layout .rstpl-news-c-content .article-likes .hits {
  font-size: 14px;
  color: #000;
  margin-right: 15px;
}
.rstpl-news-a-layout-row .rstpl-news-a-layout .rstpl-news-a-content .article-likes .hits i,
.rstpl-news-c-layout-row .rstpl-news-a-layout .rstpl-news-a-content .article-likes .hits i,
.rstpl-news-a-layout-row .rstpl-news-c-layout .rstpl-news-a-content .article-likes .hits i,
.rstpl-news-c-layout-row .rstpl-news-c-layout .rstpl-news-a-content .article-likes .hits i,
.rstpl-news-a-layout-row .rstpl-news-a-layout .rstpl-news-c-content .article-likes .hits i,
.rstpl-news-c-layout-row .rstpl-news-a-layout .rstpl-news-c-content .article-likes .hits i,
.rstpl-news-a-layout-row .rstpl-news-c-layout .rstpl-news-c-content .article-likes .hits i,
.rstpl-news-c-layout-row .rstpl-news-c-layout .rstpl-news-c-content .article-likes .hits i {
  color: #7e7d7d;
  font-size: 14px;
}
.rstpl-news-a-layout-row .rstpl-news-a-layout .rstpl-news-a-content .article-likes .likes,
.rstpl-news-c-layout-row .rstpl-news-a-layout .rstpl-news-a-content .article-likes .likes,
.rstpl-news-a-layout-row .rstpl-news-c-layout .rstpl-news-a-content .article-likes .likes,
.rstpl-news-c-layout-row .rstpl-news-c-layout .rstpl-news-a-content .article-likes .likes,
.rstpl-news-a-layout-row .rstpl-news-a-layout .rstpl-news-c-content .article-likes .likes,
.rstpl-news-c-layout-row .rstpl-news-a-layout .rstpl-news-c-content .article-likes .likes,
.rstpl-news-a-layout-row .rstpl-news-c-layout .rstpl-news-c-content .article-likes .likes,
.rstpl-news-c-layout-row .rstpl-news-c-layout .rstpl-news-c-content .article-likes .likes {
  font-size: 14px;
  color: #000;
}
.rstpl-news-a-layout-row .rstpl-news-a-layout .rstpl-news-a-content .article-likes .likes i,
.rstpl-news-c-layout-row .rstpl-news-a-layout .rstpl-news-a-content .article-likes .likes i,
.rstpl-news-a-layout-row .rstpl-news-c-layout .rstpl-news-a-content .article-likes .likes i,
.rstpl-news-c-layout-row .rstpl-news-c-layout .rstpl-news-a-content .article-likes .likes i,
.rstpl-news-a-layout-row .rstpl-news-a-layout .rstpl-news-c-content .article-likes .likes i,
.rstpl-news-c-layout-row .rstpl-news-a-layout .rstpl-news-c-content .article-likes .likes i,
.rstpl-news-a-layout-row .rstpl-news-c-layout .rstpl-news-c-content .article-likes .likes i,
.rstpl-news-c-layout-row .rstpl-news-c-layout .rstpl-news-c-content .article-likes .likes i {
  font-size: 14px;
  color: #7e7d7d;
}
.rstpl-news-b-layout-row {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .rstpl-news-b-layout-row .rstpl-news-b-layout {
    margin-bottom: 30px;
  }
}
.rstpl-news-b-layout-row .rstpl-news-b-layout .rstpl-news-b-image {
  position: relative;
}
.rstpl-news-b-layout-row .rstpl-news-b-layout .rstpl-news-b-image img {
  width: 100%;
}
.rstpl-news-b-layout-row .rstpl-news-b-layout .rstpl-news-b-image .article-likes {
  position: absolute;
  bottom: 30px;
  right: 30px;
  background: #FFF;
  padding: 5px 20px;
}
.rstpl-news-b-layout-row .rstpl-news-b-layout .rstpl-news-b-image .article-likes .hits {
  font-size: 14px;
  color: #000;
  margin-right: 15px;
}
.rstpl-news-b-layout-row .rstpl-news-b-layout .rstpl-news-b-image .article-likes .hits i {
  color: #7e7d7d;
  font-size: 14px;
}
.rstpl-news-b-layout-row .rstpl-news-b-layout .rstpl-news-b-image .article-likes .likes {
  font-size: 14px;
  color: #000;
}
.rstpl-news-b-layout-row .rstpl-news-b-layout .rstpl-news-b-image .article-likes .likes i {
  font-size: 14px;
  color: #7e7d7d;
}
.rstpl-news-b-layout-row .rstpl-news-b-layout .rstpl-news-b-content .meta {
  font-size: 12px;
}
.rstpl-news-b-layout-row .rstpl-news-b-layout .rstpl-news-b-content .meta a {
  color: #7687bf;
}
.rstpl-news-b-layout-row .rstpl-news-b-layout .rstpl-news-b-content h2 {
  font-size: 24px;
  color: #000;
  margin-top: 15px;
  margin-bottom: 0;
  line-height: 25px;
}
.rstpl-news-b-layout-row .rstpl-news-b-layout .rstpl-news-b-content h2 a {
  color: #000;
}
.rstpl-news-b-layout-row .rstpl-news-b-layout .rstpl-news-b-content .btn {
  float: right;
  position: relative;
  bottom: 30px;
}
@media (max-width: 980px) {
  .rstpl-news-b-layout-row .rstpl-news-b-layout .rstpl-news-b-content .btn {
    bottom: 0;
  }
}
.rstpl-news-b-layout-row .rstpl-news-b-layout .rstpl-news-b-content p {
  margin-top: 0;
  font-size: 16px;
}
.rstpl-news-d-layout-row {
  margin-bottom: 30px;
}
.rstpl-news-d-layout-row .rstpl-news-d-layout {
  background: #f3f3f3;
}
@media (max-width: 768px) {
  .rstpl-news-d-layout-row .rstpl-news-d-layout {
    margin-bottom: 30px;
  }
}
.rstpl-news-d-layout-row .rstpl-news-d-layout .rstpl-news-d-image {
  height: 245px;
  overflow: hidden;
}
.rstpl-news-d-layout-row .rstpl-news-d-layout .rstpl-news-d-content {
  padding: 30px;
}
.rstpl-news-d-layout-row .rstpl-news-d-layout .rstpl-news-d-content .meta {
  font-size: 12px;
}
.rstpl-news-d-layout-row .rstpl-news-d-layout .rstpl-news-d-content .meta a {
  color: #7687bf;
}
.rstpl-news-d-layout-row .rstpl-news-d-layout .rstpl-news-d-content h2 {
  font-size: 24px;
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
}
.rstpl-news-d-layout-row .rstpl-news-d-layout .rstpl-news-d-content h2 a {
  color: #000;
}
.rstpl-news-d-layout-row .rstpl-news-d-layout .rstpl-news-d-content p {
  margin-top: 0;
  font-size: 16px;
}
.rstpl-news-d-layout-row .rstpl-news-d-layout .rstpl-news-d-content .article-likes {
  margin-right: 8px;
}
.rstpl-news-d-layout-row .rstpl-news-d-layout .rstpl-news-d-content .article-likes .hits {
  font-size: 14px;
  color: #000;
  margin-right: 15px;
}
.rstpl-news-d-layout-row .rstpl-news-d-layout .rstpl-news-d-content .article-likes .hits i {
  color: #7e7d7d;
  font-size: 14px;
}
.rstpl-news-d-layout-row .rstpl-news-d-layout .rstpl-news-d-content .article-likes .likes {
  font-size: 14px;
  color: #000;
}
.rstpl-news-d-layout-row .rstpl-news-d-layout .rstpl-news-d-content .article-likes .likes i {
  font-size: 14px;
  color: #7e7d7d;
}
.rsnoticia-article-slider-container {
  position: relative;
}
.rsnoticia-article-slider-container .rsnoticia-article-slider-title {
  position: absolute;
  display: inline-block;
  padding: 20px 50px;
  background: #fedd32;
  z-index: 10;
}
.rsnoticia-article-slider-container .rsnoticia-article-slider-title h3 {
  line-height: 28px;
  font-size: 28px;
  margin: 0;
  color: #000;
}
.rsnoticia-article-slider-container .rsnoticia-article-slider .rstpl-car-previous,
.rsnoticia-article-slider-container .rsnoticia-article-slider .rstpl-car-next {
  position: absolute;
  top: 50%;
  font-size: 100px;
  -webkit-transform: translate(0, -100%);
  -moz-transform: translate(0, -100%);
  -o-transform: translate(0, -100%);
  -ms-transform: translate(0, -100%);
  transform: translate(0, -100%);
  color: #FFF;
  left: 15px;
  cursor: pointer;
  -moz-opacity: 0.3;
  -khtml-opacity: 0.3;
  -webkit-opacity: 0.3;
  opacity: 0.3;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=30);
  filter: alpha(opacity=30);
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.rsnoticia-article-slider-container .rsnoticia-article-slider .rstpl-car-previous:hover,
.rsnoticia-article-slider-container .rsnoticia-article-slider .rstpl-car-next:hover {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.rsnoticia-article-slider-container .rsnoticia-article-slider .rstpl-car-next {
  right: 15px;
  left: auto;
}
.rsnoticia-article-slider-container .rsnoticia-article-slider .rsnoticia-slider-item {
  height: 600px;
  background-size: cover;
  background-position: center;
  position: relative;
}
.rsnoticia-article-slider-container .rsnoticia-article-slider .rsnoticia-slider-item:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: transparent;
  background: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.7) 90%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, transparent), color-stop(90%, rgba(0, 0, 0, 0.7)));
  background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.7) 90%);
  background: -o-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.7) 90%);
  background: -ms-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.7) 90%);
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.7) 90%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#000000', GradientType=0);
  content: '';
}
.rsnoticia-article-slider-container .rsnoticia-article-slider .rsnoticia-slider-item .rsnoticia-slider-caption {
  position: absolute;
  bottom: 60px;
  left: 60px;
  right: 60px;
  z-index: 12;
}
.rsnoticia-article-slider-container .rsnoticia-article-slider .rsnoticia-slider-item .rsnoticia-slider-caption h4 {
  font-size: 24px;
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
}
.rsnoticia-article-slider-container .rsnoticia-article-slider .rsnoticia-slider-item .rsnoticia-slider-caption h4 a {
  color: #fff;
}
.rsnoticia-article-slider-container .rsnoticia-article-slider .rsnoticia-slider-item .rsnoticia-slider-caption .meta {
  font-size: 14px;
  color: #fff;
  display: block;
}
.rsnoticia-article-slider-container .rsnoticia-article-slider .rsnoticia-slider-item .rsnoticia-slider-caption .meta a {
  color: #7687bf;
}
.rsnoticia-article-slider-container .rsnoticia-article-slider .rsnoticia-slider-item .rsnoticia-slider-caption .btn {
  margin-top: 15px;
}
.rstpl-news-featured-layout-row {
  padding: 45px;
  margin-bottom: 25px;
  background: #f3f3f3;
  position: relative;
}
.rstpl-news-featured-layout-row .rstpl-news-featured-content {
  position: relative;
}
.rstpl-news-featured-layout-row .rstpl-news-featured-content h2 {
  font-size: 36px;
  line-height: 36px;
  margin-top: 0;
  margin-bottom: 25px;
}
.rstpl-news-featured-layout-row .rstpl-news-featured-content h2 a {
  color: #000;
  font-size: 36px;
}
.rstpl-news-featured-layout-row .rstpl-news-featured-content .article-likes {
  position: absolute;
  bottom: 0;
  right: 45px;
}
.rstpl-news-featured-layout-row .rstpl-news-featured-content .article-likes .hits {
  font-size: 14px;
  color: #000;
  margin-right: 15px;
}
.rstpl-news-featured-layout-row .rstpl-news-featured-content .article-likes .hits i {
  color: #7e7d7d;
  font-size: 14px;
}
.rstpl-news-featured-layout-row .rstpl-news-featured-content .article-likes .likes {
  font-size: 14px;
  color: #000;
}
.rstpl-news-featured-layout-row .rstpl-news-featured-content .article-likes .likes i {
  font-size: 14px;
  color: #7e7d7d;
}
.rstpl-news-featured-layout-row .rstpl-news-featured-content .meta {
  font-size: 14px;
}
.rstpl-news-featured-layout-row .rstpl-news-featured-content .meta a {
  color: #7687bf;
}
.rstpl-news-featured-layout-row .rstpl-news-featured-image img {
  width: 100%;
}
.rsnoticia-cubical-container .rstpl-header-block {
  width: 100%;
  background-size: cover;
  background-position: center;
  color: #FFF;
  padding: 30px;
  position: relative;
  height: 285px;
  margin-bottom: 30px;
}
.rsnoticia-cubical-container .rstpl-header-block:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 65%;
  background: transparent;
  background: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.7) 90%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, transparent), color-stop(90%, rgba(0, 0, 0, 0.7)));
  background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.7) 90%);
  background: -o-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.7) 90%);
  background: -ms-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.7) 90%);
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.7) 90%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#000000', GradientType=0);
  content: '';
}
.rsnoticia-cubical-container .rstpl-header-block .rstpl-header-text-body {
  bottom: 30px;
  left: 30px;
  right: 30px;
  position: absolute;
  z-index: 1;
}
.rsnoticia-cubical-container .rstpl-header-block span {
  color: #FFF;
  font-size: 12px;
  font-weight: 700;
}
.rsnoticia-cubical-container .rstpl-header-block span a {
  color: #7687bf;
  text-decoration: underline;
}
.rsnoticia-cubical-container .rstpl-header-block span a:hover {
  color: #8796c7;
}
.rsnoticia-cubical-container .rstpl-header-block h3 {
  font-size: 18px;
  line-height: 20px;
  color: #FFF;
  font-family: 'Oswald', Helvetica, serif;
  margin-bottom: 5px;
}
.rsnoticia-cubical-container .rstpl-header-block h3 a {
  color: #FFF;
}
.rsnoticia-cubical-container .rstpl-header-block .button {
  display: inline-block;
  padding: 10px 20px;
  color: #7687bf;
  margin-bottom: 0;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  text-shadow: none;
  vertical-align: middle;
  cursor: pointer;
  background-color: #fedd32;
  background-image: none;
  border: none;
  border-radius: 0px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  font-weight: 600;
  color: #000;
  margin-top: 15px;
}
.rsnoticia-cubical-container .rstpl-header-block .button:hover {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  background-color: #fcd301;
  color: #7687bf;
}
.rsnoticia-cubical-container .rstpl-header-block .button:hover,
.rsnoticia-cubical-container .rstpl-header-block .button:focus,
.rsnoticia-cubical-container .rstpl-header-block .button:active {
  background-color: #fee565;
  color: #000;
}
.rsnoticia-cubical-container .span9 .rstpl-header-block {
  height: 600px;
}
.rsnoticia-cubical-container .span3.fullheight .rstpl-header-block {
  height: 600px;
}
.latestItemsContainer .latestItemsCategory {
  background: transparent;
  border: none;
  border-radius: 0;
  padding: 10px 0;
}
.latestItemsContainer .latestItemsUser {
  background: transparent;
  border-radius: 0;
  padding: 30px;
  margin-bottom: 60px;
}
.latestItemsContainer .latestItemsUser .latestItemsUserDescription {
  margin-top: 0;
}
.latestItemsContainer.span12 {
  margin-left: 0;
}
#rstpl-com_k2 {
  margin-top: 0;
}
.userView .userBlock {
  background: transparent;
  border-radius: 0;
  padding: 30px;
  margin-bottom: 60px;
}
.userView .userItemView .span4 > a > img {
  width: 100% !important;
}
.itemView .itemAuthorBlock {
  background: transparent;
  border-radius: 0;
  padding: 30px;
  margin-top: 60px;
  margin-bottom: 60px;
}
.itemView .itemComments {
  background: transparent;
  border-radius: 0;
  padding: 30px;
}
.itemView .itemComments #submitCommentButton {
  background: #fedd32;
  color: #000;
  font-size: 14px;
}
.itemView .itemComments #submitCommentButton:hover {
  background: #fee14b;
}
.tagView .tagItemView .span4 a img {
  width: 100% !important;
}
.itemListCategoriesBlock .itemListCategory {
  background: transparent;
  padding: 0;
  border: none;
}
.itemListCategoriesBlock .catItemImageBlock {
  float: left;
  margin-right: 20px;
}
.itemListCategoriesBlock .catItemImageBlock img {
  max-width: 310px;
}
.rstpl-footer-position .rscontact .control-group input,
.rstpl-footer-position .rscontact .control-group textarea {
  width: 100%;
  box-sizing: border-box;
  min-height: 50px;
}
.rstpl-footer-position .rscontact .control-group .checkbox input[type="checkbox"],
.rstpl-footer-position .rscontact .control-group .radio input[type="radio"] {
 min-height: 0;
 width: auto
}
/* RSMediaGallery! Responsive Slideshow Module
------------------------------------------------------------------------------*/
[class*="rsmg_rsp_container"].rscarousel {
  position: relative;
  margin-bottom: 0;
}
[class*="rsmg_rsp_container"].rscarousel:before {
  background-color: rgba(254, 221, 50, 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: #fedd32;
  border-radius: 50%;
}
[class*="rsmg_rsp_container"].rscarousel .carousel-indicators li.active {
  -webkit-box-shadow: inset 0px 0px 0px 3px #fedd32;
  -moz-box-shadow: inset 0px 0px 0px 3px #fedd32;
  -ms-box-shadow: inset 0px 0px 0px 3px #fedd32;
  -o-box-shadow: inset 0px 0px 0px 3px #fedd32;
  box-shadow: inset 0px 0px 0px 3px #fedd32;
  background-color: #fcd301;
}
@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: 75px;
  height: 75px;
  background: transparent;
  border: none;
  border-radius: none;
  position: absolute;
  z-index: 2;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}
[class*="rsmg_rsp_container"].rscarousel > .carousel-control.left {
  right: auto;
  left: 16%;
}
[class*="rsmg_rsp_container"].rscarousel > .carousel-control.right {
  left: auto;
  right: 16%;
}
@media (max-width: 979px) {
  [class*="rsmg_rsp_container"].rscarousel > .carousel-control {
    width: 85px;
    height: 85px;
  }
  [class*="rsmg_rsp_container"].rscarousel > .carousel-control.left {
    left: 0;
  }
  [class*="rsmg_rsp_container"].rscarousel > .carousel-control.right {
    right: 0;
  }
}
@media (max-width: 480px) {
  [class*="rsmg_rsp_container"].rscarousel > .carousel-control {
    top: 65%;
  }
  [class*="rsmg_rsp_container"].rscarousel > .carousel-control.left {
    left: 0;
  }
  [class*="rsmg_rsp_container"].rscarousel > .carousel-control.right {
    right: 0;
  }
}
@media (min-width: 980px) and (max-width: 1200px) {
  [class*="rsmg_rsp_container"].rscarousel > .carousel-control.left {
    left: 0;
  }
  [class*="rsmg_rsp_container"].rscarousel > .carousel-control.right {
    right: 0;
  }
}
/* RSMediaGallery! Responsive Slider
------------------------------------------------------------------------------*/
[class*="rsmg_rsp_slider_container"].slick-carousel .slick-dots li {
  margin: 0 3px;
}
[class*="rsmg_rsp_slider_container"].slick-carousel .slick-dots li button {
  background-color: #fee565;
  -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: #feee98;
}
[class*="rsmg_rsp_slider_container"].slick-carousel .rstpl-car-previous,
[class*="rsmg_rsp_slider_container"].slick-carousel .rstpl-car-next {
  background-color: transparent;
  width: 153px;
  height: 153px;
  -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);
}
[class*="rsmg_rsp_slider_container"].slick-carousel .rstpl-car-previous:before,
[class*="rsmg_rsp_slider_container"].slick-carousel .rstpl-car-next:before {
  background-color: transparent;
  background-image: none;
  content: '\f105';
  font-family: 'FontAwesomeRSTemplate';
  color: #FFF;
  font-size: 65px;
  line-height: 153px;
  text-align: center;
}
[class*="rsmg_rsp_slider_container"].slick-carousel .rstpl-car-previous .prev-img,
[class*="rsmg_rsp_slider_container"].slick-carousel .rstpl-car-next .prev-img,
[class*="rsmg_rsp_slider_container"].slick-carousel .rstpl-car-previous .next-img,
[class*="rsmg_rsp_slider_container"].slick-carousel .rstpl-car-next .next-img {
  display: none;
}
[class*="rsmg_rsp_slider_container"].slick-carousel .rstpl-car-previous:hover,
[class*="rsmg_rsp_slider_container"].slick-carousel .rstpl-car-next:hover {
  background-color: transparent;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
[class*="rsmg_rsp_slider_container"].slick-carousel .rstpl-car-previous:before {
  background-image: none;
  content: '\f104';
  font-family: 'FontAwesomeRSTemplate';
}
[class*="rsmg_rsp_slider_container"].slick-carousel .rstpl-caption h2 {
  color: #FFF;
  text-transform: initial;
  font-weight: 300;
  font-size: 55px;
}
[class*="rsmg_rsp_slider_container"].slick-carousel .rstpl-caption p {
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 20px;
  color: #c1c1c1;
  line-height: 25px;
}
@media (min-width: 980px) {
  [class*="rsmg_rsp_slider_container"].slick-carousel .rstpl-caption p {
    width: 40%;
  }
}
@media (min-width: 768px) {
  [class*="rsmg_rsp_slider_container"].slick-carousel .rstpl-caption p br {
    display: block;
    margin: 10px 0;
  }
}
@media (max-width: 768px) {
  [class*="rsmg_rsp_slider_container"].slick-carousel .rstpl-caption.text-left,
  [class*="rsmg_rsp_slider_container"].slick-carousel .rstpl-caption.text-right {
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    left: 50%;
    top: 5%;
  }
  [class*="rsmg_rsp_slider_container"].slick-carousel .rstpl-caption h2 {
    font-size: 35px;
  }
}
@media (min-width: 980px) {
  [class*="rsmg_rsp_slider_container"].slick-carousel .rstpl-caption.text-left {
    left: 15%;
  }
  [class*="rsmg_rsp_slider_container"].slick-carousel .rstpl-caption.text-left p {
    width: 80%;
    margin: 20px 0;
  }
  [class*="rsmg_rsp_slider_container"].slick-carousel .rstpl-caption.text-right {
    right: 15%;
  }
  [class*="rsmg_rsp_slider_container"].slick-carousel .rstpl-caption.text-right p {
    right: -20%;
    position: relative;
    width: 80%;
    margin: 20px 0;
  }
}
@media (min-width: 980px) {
  [class*="rsmg_rsp_slider_container"].slick-carousel .rstpl-car-previous {
    left: 5%;
  }
}
@media (min-width: 980px) {
  [class*="rsmg_rsp_slider_container"].slick-carousel .rstpl-car-next {
    right: 5%;
  }
}
ul#rsmg_gallery li div.rsmg_item_container {
  padding: 20px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
}
ul#rsmg_gallery li div.rsmg_item_container a.rsmg_title {
  color: #7687bf;
  border-bottom: none;
}
ul#rsmg_gallery li div.rsmg_item_container a.rsmg_title:hover {
  color: #6578b7;
}
#rsmg_main {
  margin-top: 30px;
}
#rsmg_main a.rsmg_big_button {
  width: 150px;
  margin: 0 auto;
  background: #fedd32;
  color: #000;
  border-color: #fedd32;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
  font-size: 13px;
  padding: 10px;
}
#rsmg_main a.rsmg_big_button:hover,
#rsmg_main a.rsmg_big_button:active,
#rsmg_main a.rsmg_big_button:focus {
  background: #fee14b;
  border-color: #fee14b;
}
.rsform-block .controls .rsform-calendar-button {
  padding: 5px 12px;
  border: 1px solid #ccc;
  border-left: none;
}
/* 9 Error Page
------------------------------------------------------------------------------*/
.rstpl-error-page .rstpl-read-more-link-all {
  font-size: 1.75rem;
}
.rstpl-error-page h1 {
  border: none;
  font-size: 2em;
  margin: 30px 0px;
  padding-bottom: 30px;
  text-align: center;
}
.rstpl-actual-error .label-inverse {
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0px;
  position: relative;
  width: 2.5em;
  height: 2.5em;
  font-size: 6.5em;
  line-height: 2.5;
  padding: 0;
  margin: 0 auto;
  background: #7687bf;
}
.rstpl-actual-error p {
  font-size: 26px;
  font-weight: 400;
  margin-top: 20px;
  line-height: 28px;
}
.rstpl-error-reasons {
  margin: 0 auto;
  text-align: center;
}
.rstpl-error-reasons li {
  list-style: none;
}
/* 14 Spacing
------------------------------------------------------------------------------*/
body > section {
  margin-bottom: 3em;
}
@media (max-width: 767px) {
  body > section {
    margin-bottom: 1.5em;
  }
}
body > section.rstpl-after-footer-position,
body > section.rstpl-footer-position,
body > section.rstpl-copyright-position,
body > section.rstpl-breadcrumbs-position {
  margin-bottom: 0;
}
body > section.rstpl-all-content-position {
  margin-top: 3em;
}
body .rstpl-top-position {
  margin-bottom: 0;
}
body .rstpl-top-position .container {
  position: relative;
}
.vcenter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 767px) {
  .vcenter {
    display: block ;
  }
}
.fader {
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, #ffffff));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
}
/* Helper Styles
------------------------------------------------------------------------------*/
.rstpl-m-bot-small {
  margin-bottom: 1.5rem;
}
.rstpl-m-bot {
  margin-bottom: 2rem;
}
.rstpl-m-bot-big {
  margin-bottom: 4rem;
}
.rstpl-m-top-small {
  margin-top: 1.5rem;
}
.rstpl-m-top {
  margin-top: 2rem;
}
.rstpl-m-top-big {
  margin-top: 4rem;
}
.rstpl-m-tb-small {
  margin: 1.5rem 0;
}
.rstpl-m-tb {
  margin: 2rem 0;
}
.rstpl-m-tb-big {
  margin: 4rem 0;
}
.rstpl-p-bot-small {
  padding-bottom: 1.5rem;
}
.rstpl-p-bot {
  padding-bottom: 2rem;
}
.rstpl-p-bot-big {
  padding-bottom: 4rem;
}
.rstpl-p-top-small {
  padding-top: 1.5rem;
}
.rstpl-p-top {
  padding-top: 2rem;
}
.rstpl-p-top-big {
  padding-top: 4rem;
}
.rstpl-p-tb-small {
  padding: 1.5rem 0;
}
.rstpl-p-tb {
  padding: 2rem 0;
}
.rstpl-p-tb-big {
  padding: 4rem 0;
}
.rstpl-padding {
  padding: 1.5rem;
}
.color-primary {
  color: #fedd32;
}
.color-secondary {
  color: #7687bf;
}
.color-black {
  color: #000;
}
.color-white {
  color: #FFF;
}
.pull-center {
  display: block;
  margin: 0 auto;
}
.rstpl-image-bordered {
  padding: 20px;
  background-color: #FFF;
}
