.component-body {
  padding: 20px;
}
.component-content .row-separator {
  display: block;
  clear: both;
  margin: 0;
  border: 0;
  height: 1px;
}
.component-content .item-separator {
  display: none;
  margin: 0;
}
.component-content .shownocolumns {
  width: 98%;
}
.component-content .column-1,
.component-content .column-2,
.component-content .column-3,
.component-content .column-4,
.component-content .page-header {
  padding: 0;
}
.component-content .column-2 {
  width: 55%;
  margin-left: 40%;
}
.component-content .column-3 {
  width: 30%;
}
.component-content .cols-1 {
  display: block;
  float: none !important;
  margin: 0 !important;
}
.component-content .cols-2 .column-1 {
  width: 48%;
  float: left;
}
.component-content .cols-2 .column-2 {
  width: 48%;
  float: right;
  margin: 0;
}
.component-content .cols-3 .column-1 {
  float: left;
  width: 29%;
  margin-right: 7%;
}
.component-content .cols-3 .column-2 {
  float: left;
  width: 29%;
  margin-left: 0;
}
.component-content .cols-3 .column-3 {
  float: right;
  width: 29%;
  padding: 10px 0;
}
.component-content .cols-4 .column-1 {
  float: left;
  width: 23%;
  margin-right: 2%;
}
.component-content .cols-4 .column-2 {
  float: left;
  width: 23%;
  margin-left: 0;
  margin-right: 2%;
}
.component-content .cols-4 .column-3 {
  float: left;
  width: 23%;
  margin-right: 2%;
}
.component-content .cols-4 .column-4 {
  float: right;
  width: 23%;
  margin-right: 2%;
}
.component-content .items-row {
  margin-bottom: 10px;
}
.component-content .items-row h2 {
  margin-top: 0;
}
.component-content .items-row,
.component-content .items-leading [class*="leading"] {
  position: relative;
}
.component-content .blog-more {
  padding: 10px 5px;
}
.component-content .page-header {
  border-bottom: 0;
}
.categories-list {
  padding: 0 5px;
}
.categories-list ul {
  margin: 0 0 0 20px;
  padding: 0;
}
.categories-list ul li {
  list-style-type: none;
  margin: 0;
}
.categories-list ul ul {
  margin-left: 15px;
}
.categories-list dl dt,
.categories-list dl dd {
  display: inline;
}
.category-desc {
  line-height: 1.7em;
  margin: 10px 0;
  padding-left: 0;
}
.cat-children ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.component-content ul.actions {
  position: absolute;
  top: 10px;
  right: 0;
  z-index: 90;
  margin: 0;
}
.component-content ul.actions li {
  list-style: none;
  display: inline-block;
  padding: 0 2px;
}
.component-content ul.actions li a {
  display: block;
  font-size: 13px;
  padding: 1px 4px 0 4px;
  color: #555;
}
.component-content ul.actions li i,
.component-content ul.actions li [class^="icon-"],
.component-content ul.actions li [class*=" icon-"] {
  display: none;
}
.component-content ul.actions .print-icon img {
  display: none;
}
.component-content ul.actions .print-icon a:before {
  font-family: FontAwesome;
  content: "\f02f";
}
.component-content ul.actions .email-icon img {
  display: none;
}
.component-content ul.actions .email-icon a:before {
  font-family: FontAwesome;
  content: "\f0e0";
}
.component-content ul.actions .edit-icon img {
  display: none;
}
.component-content ul.actions .edit-icon a:before {
  font-family: FontAwesome;
  content: "\f044";
}
.component-content .article-info {
  display: block;
  margin-bottom: 15px;
  font-size: 12px;
}
.component-content .article-info dd {
  margin-left: 0;
  display: inline-block;
  margin-right: 10px;
  padding: 2px 6px 2px 0;
}
.component-content .article-info dd div [class^="icon-"],
.component-content .article-info dd div [class*="icon-"] {
  display: none;
}
.component-content .article-info dd:before,
.component-content .article-info dd div:before {
  font-family: FontAwesome;
  margin-right: 2px;
}
.component-content .article-info .parent-category-name:before {
  content: "\f0c9";
}
.component-content .article-info .category-name:before {
  content: "\f0c9";
}
.component-content .article-info .create:before {
  content: "\f017";
}
.component-content .article-info .modified:before {
  content: "\f017";
}
.component-content .article-info .published:before {
  content: "\f017";
}
.component-content .article-info .createdby:before {
  content: "\f040";
}
.component-content .article-info .hits:before {
  content: "\f019";
}
.component-content .article-info .article-info-term {
  display: none;
}
.component-content .content_vote {
  margin: 10px 0;
}
.component-content .blog-featured h2 {
  margin-top: 0;
  border-bottom: 1px solid #DDD;
  padding-bottom: 4px;
}
.component-content .blog h2 {
  margin-top: 0;
}
.component-content .pagenav {
  padding: 2px;
  clear: both;
  margin-top: 30px;
  margin-left: 0;
  overflow: hidden;
}
.component-content .pagenav li {
  list-style: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-color: transparent;
  background-color: transparent;
}
.component-content .pagenav li a {
  padding: 5px 18px;
  font-size: 16px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.component-content .pagenav .pagenav-prev {
  float: left;
}
.component-content .pagenav .pagenav-next {
  float: right;
}
.component-content .pager li {
  display: inline-block;
  background: none;
  border: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.component-content .pager li.previous {
  float: left;
}
.component-content .pager li.next {
  float: right;
}
.component-content .items-leading {
  margin-bottom: 25px;
}
.component-content .items-leading [class*="leading"] {
  border-bottom: 1px solid #CCC;
  margin-bottom: 15px;
}
.component-content .img-intro-right,
.component-content .img-fulltext-right {
  float: right;
  margin-left: 10px;
  margin-bottom: 10px;
}
.component-content .img-intro-left,
.component-content .img-fulltext-left {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}
.component-content #article-index {
  float: right;
  border: 1px solid #dddddd;
  background: #f0f0f0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin-left: 15px;
}
.component-content #article-index ul {
  list-style: none;
  margin: 0;
}
.component-content #article-index ul li:first-child a {
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}
.component-content #article-index ul li a {
  display: block;
  line-height: 20px;
  padding: 8px 12px;
  border-bottom: 1px solid #dddddd;
}
.component-content #article-index ul li a.active {
  color: inherit;
}
.component-content #article-index ul li a:hover {
  background: #eaeaea;
}
.component-content #article-index ul li:last-child a {
  border-bottom: none !important;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
.component-content .article-index {
  margin-left: 15px;
}
.component-content .article-index .nav-tabs.nav-stacked > li > a {
  border: 1px solid #dddddd;
  background: #f0f0f0;
}
.component-content .article-index .nav-tabs.nav-stacked > li > a:hover {
  background: #eaeaea;
}
#modules-form .radio input[type="radio"],
#modules-form .checkbox input[type="checkbox"] {
  display: inline-block;
  margin-left: 0;
}
.component-content .edit #editor-xtd-buttons a:link,
.component-content .edit #editor-xtd-buttons a:hover,
.component-content .edit #editor-xtd-buttons a:visited {
  color: #323232;
}
.component-content .edit legend {
  font-size: 150%;
}
.component-content .edit #adminForm fieldset {
  padding: 20px 15px;
  margin: 10px 0 15px 0;
}
.component-content .edit #adminForm .title {
  font-size: 100%;
}
.component-content .edit #adminForm .formelm-area {
  padding: 5px 0;
}
.component-content .edit #adminForm .formelm-area label {
  vertical-align: top;
  display: inline-block;
  width: 7em;
}
.component-content #adminForm .title {
  font-size: 100%;
}
.component-content .formelm {
  margin: 5px 0;
}
.component-content .formelm label {
  width: 9em;
  display: inline-block;
  vertical-align: top;
}
.component-content .formelm-buttons {
  text-align: right;
  margin-bottom: 10px;
}
.component-content .button2-left {
  float: left;
  margin-right: 5px;
  margin-top: 10px;
}
.component-content .button2-left .readmore {
  background-image: none;
  background-color: transparent;
  border: none;
  padding: 0;
  text-shadow: none;
  font-size: inherit;
  text-transform: inherit;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.manager.thumbnails > li {
  float: left !important;
  margin-left: 20px !important;
  list-style: none;
}
.control-group {
  margin-left: 0 !important;
}
.adminlist .title > a {
  font-weight: bold;
}
.calendar td.button {
  background-image: none;
  background-color: transparent;
  border: none;
  padding: 0;
  text-shadow: none;
  font-size: inherit;
  text-transform: inherit;
  color: #000000;
  display: table-cell;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  line-height: inherit;
}
.calendar td.button:hover {
  color: #000000 !important;
}
.calendar tbody td.hilite,
.calendar tbody td.selected {
  border: none;
  padding: 2px 4px 2px 2px;
}
.calendar td.button:after {
  position: relative;
}
.calendar td.title {
  font-size: 1.4em;
  display: table-cell;
  line-height: inherit;
  text-shadow: none;
}
.calendar tr.daynames td {
  border: none !important;
}
.component-content .items-more {
  padding-top: 10px;
}
.component-content .items-more h3 {
  font-weight: normal;
  margin: 0;
  padding: 0;
  font-size: 1.4em;
}
.component-content .items-more ol {
  line-height: 1.3em;
  list-style-type: none;
  margin: 0;
  padding: 10px 0 10px 2px;
}
.component-content .items-more ol li {
  margin-bottom: 5px;
}
.component-content .items-more ol li a {
  display: inline;
  font-weight: normal;
  padding: 0;
}
.component-content .items-more ol li a:before {
  font-family: FontAwesome;
  content: "\f054";
  margin-right: 4px;
}
.component-content .pagination {
  margin: 10px 0;
  padding: 10px 0;
  clear: both;
  text-align: center;
}
.component-content .pagination .counter {
  text-align: center;
  font-size: 14px;
  margin: 0 0 20px 0;
  color: #999;
}
.component-content .pagination .counter + ul li span,
.component-content .pagination .counter + ul li a {
  padding: 6px 0;
  font-size: 14px;
  padding: 2px 4px;
  line-height: 1.3em;
  margin: 0 3px;
  color: #555;
}
.component-content .pagination .counter + ul li a {
  font-weight: 700;
}
.component-content .pagination .counter + ul li a:hover {
  background: #555;
  color: #fff;
}
.component-content .pagination ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-align: center;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.component-content .pagination ul li {
  display: inline-block;
  text-align: center;
}
.component-content .pagination ul li a,
.component-content .pagination ul li span {
  margin: 0 5px;
  padding: 0;
  font-size: 1.1em;
  line-height: 10px;
  background: none;
  border: none;
  text-shadow: none;
}
.component-content .pagination-start,
.component-content .pagination-next,
.component-content .pagination-end,
.component-content .pagination-prev {
  border: 0;
}
.component-content .pagination-start {
  padding: 0;
}
.component-content .pagination-start span {
  padding: 0;
}
.component-content #password-lbl,
.component-content #username-lbl {
  width: 130px;
  display: block;
  float: left;
  font-size: 1.2em;
  line-height: 2em;
}
.component-content .login {
  font-size: 16px;
}
.component-content .login .control-label {
  padding-top: 0;
  font-size: 16px;
}
.component-content .login-fields {
  margin-bottom: 5px;
}
.component-content .login-fields #remember-lbl {
  display: inline-block;
  margin-right: 5px;
}
.component-content .login-fields #remember {
  margin: 0;
}
.component-content .login-fields #username,
.login-fields #password,
#contact-form dd input,
#contact-form dd textarea,
#modlgn-username,
#modlgn-passwd,
#jform_email,
#member-registration dd input,
#search-searchword,
.finder .inputbox {
  padding: 8px 10px;
  line-height: 1.6em;
}
.component-content .login + div {
  margin-top: 12px;
}
.component-content .login + div ul li,
#login-form li {
  list-style: square;
}
.component-content .login + div ul li a:before,
#login-form a:before {
  margin-right: 4px;
}
.component-content .login-description {
  margin: 10px 0;
}
.component-content table {
  border-collapse: collapse;
}
.component-content table.table-bordered {
  border-collapse: separate;
  *border-collapse: collapse;
}
.component-content table.weblinks {
  font-size: 16px;
  margin: 10px 10px 20px 0;
  width: 99%;
}
.component-content table.weblinks td {
  border-collapse: collapse;
  padding: 7px;
}
.component-content table.weblinks td p {
  margin: 0;
  line-height: 1.3em;
}
.component-content table.weblinks th {
  padding: 7px;
  text-align: left;
}
.component-content table.category {
  font-size: 12px;
  margin: 12px 10px 12px 0;
  width: 99%;
}
.component-content table.category td {
  padding: 7px;
}
.component-content table.category th {
  padding: 7px;
  text-align: left;
}
.component-content table.category th a img {
  padding: 2px 10px;
}
.component-content .weblink-category td.title {
  font-size: 16px;
}
.component-content .num {
  vertical-align: top;
  text-align: left;
}
.component-content .hits {
  vertical-align: top;
}
.component-content .filter {
  margin: 10px 0;
  text-align: right;
  margin-right: 7px;
}
.component-content .archive .filter-search {
  float: none;
  padding-left: 0;
}
.component-content .archive .filter-search .button {
  margin-top: -10px;
}
.component-content .archive .filters {
  margin-bottom: 25px;
}
.component-content .archive #archive-items {
  list-style: none;
  margin: 0 0 10px 0;
}
.component-content .element-invisible {
  position: absolute;
  margin-left: -3000px;
  margin-top: -3000px;
  height: 0;
}
.component-content .cat-items {
  margin-top: 5px;
}
.component-content .cat-items .filters {
  border: none;
}
.component-content .cat-items .filter-search {
  margin-bottom: 10px;
}
.component-content .cat-items select {
  margin-bottom: 0;
}
.component-content .even,
.component-content .odd {
  background: inherit;
  border-bottom: inherit;
}
.component-content #member-registration {
  padding: 0 5px;
}
.component-content form fieldset dt {
  clear: left;
  float: left;
  width: 12em;
  padding: 3px 0;
}
.component-content form fieldset dd {
  float: left;
  padding: 3px 0;
}
.invalid,
.login-fields #username.invalid,
.login-fields #password.invalid,
#contact-form dd input.invalid,
#contact-form dd textarea.invalid,
#modlgn-username.invalid,
#modlgn-passwd.invalid,
#jform_email.invalid,
#member-registration dd input.invalid,
#search-searchword.invalid,
.finder .inputbox.invalid,
.inputbox.invalid {
  border-color: #ff0000;
}
label.invalid {
  color: #ff0000 !important;
}
input[type="radio"],
input[type="checkbox"] {
  margin-right: 5px;
}
.component-content .searchintro {
  font-weight: normal;
  margin: 30px 0 20px;
}
.component-content #searchForm .inputbox {
  margin-bottom: 0;
  font-weight: 100;
  padding: 10px 10px;
  line-height: 1.4em !important;
}
.component-content #searchForm input[type="radio"],
.component-content #searchForm input[type="checkbox"] {
  float: none;
  vertical-align: -2px;
}
.component-content #searchForm,
.component-content #finder-search {
  padding: 0 5px;
}
.component-content .form-limit {
  margin: 20px 0 0;
  text-align: right;
  padding: 0 10px 0 20px;
}
.component-content .highlight {
  font-weight: bold;
}
.component-content .ordering-box {
  width: 40%;
  float: right;
}
.component-content .phrases-box {
  width: 60%;
  float: left;
}
.component-content .only,
.component-content .phrases {
  margin: 10px 0 0 0;
  line-height: 1.3em;
}
.component-content label.ordering {
  display: block;
  margin: 10px 0 10px 0;
}
.component-content .word {
  padding: 10px 10px 10px 0;
}
.component-content .word input {
  line-height: 30px;
  vertical-align: middle;
  height: 30px;
  display: inline-block;
  background: #F1F1F1;
  border: 0;
  padding: 5px 10px;
}
.component-content .word label {
  font-weight: bold;
}
.component-content fieldset.only label,
.component-content fieldset.phrases label {
  margin: 0 10px 0 0;
}
.component-content .ordering-box label.ordering {
  margin: 0 10px 5px 0;
  float: none;
}
.component-content form .search label,
.component-content form .finder label {
  display: none;
}
.component-content form #finder-filter-select-list label {
  display: block;
  margin-top: 10px;
  margin-bottom: 2px;
}
.component-content .search legend {
  font-weight: bold;
}
.component-content .search-results {
  list-style: none;
  margin: 30px 0;
}
.component-content .search-results .result-title {
  padding: 15px 15px 0 5px;
}
.component-content .search-results dd {
  padding: 2px 15px 2px 5px;
}
.component-content .search-results .result-text {
  padding: 10px 15px 10px 5px;
  line-height: 1.7em;
}
.component-content .search-results .result-url {
  padding: 5px 10px;
  background: #F4F4F4;
  margin: 5px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.component-content .search-results .result-created {
  padding: 2px 15px 15px 5px;
}
.component-content .search-results .result-category {
  padding: 10px 15px 5px 5px;
}
.component-content .contact {
  padding: 0;
}
.component-content .contact .button {
  float: none !important;
  clear: left;
  display: block;
  margin: 20px 0 0 0;
}
.component-content .contact .title {
  font-size: 1.3em;
  margin: 0 0 2px 0;
  border: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  padding: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.component-content .contact .title a {
  display: block;
  padding: 10px;
}
.component-content .contact .title a span {
  line-height: 1em;
}
.component-content .contact .title a span:before {
  font-family: FontAwesome;
  content: "\f055";
  margin: 0 10px 0 0;
  font-size: 1.3em;
  display: inline;
  vertical-align: middle;
}
.component-content .contact .pane-toggler-down a span:before {
  content: "\f056";
}
.component-content .contact-category {
  padding: 0 10px;
}
.component-content .contact-category #adminForm .filters {
  border: 0;
  padding: 0;
}
.component-content .contact-image {
  margin: 10px 0;
  overflow: hidden;
  display: block;
}
.component-content .contact-image img {
  max-width: 100%;
}
.component-content address {
  font-style: normal;
  margin: 10px 0;
}
.component-content address span {
  display: block;
}
.component-content .contact-address {
  margin: 20px 0 10px 0;
}
.component-content .contact-email div {
  padding: 2px 0;
  margin: 0 0 10px 0;
}
.component-content .contact-email label {
  width: 17em;
  float: left;
}
.component-content #contact-textmsg {
  padding: 2px 0 10px 0;
}
.component-content #contact-email-copy {
  float: left;
  margin-right: 10px;
}
.component-content dl.tabs {
  float: left;
  margin: 50px 0 0 0;
  z-index: 50;
  clear: both;
}
.component-content dl.tabs dt {
  float: left;
  padding: 4px 10px;
  border-left: 1px solid #ccc;
  border-right: 1px solid #cccccc;
  border-top: 1px solid #cccccc;
  margin-right: 3px;
  background: #f0f0f0;
  color: #666666;
}
.component-content dl.tabs .open {
  background: #F9F9F9;
  border-bottom: 1px solid #F9F9F9;
  z-index: 100;
  color: #000000;
}
.component-content .current {
  clear: both;
  border: 1px solid #cccccc;
  padding: 10px 10px;
}
.component-content .current dd {
  padding: 0;
  margin: 0;
}
.component-content #content-pane.tabs {
  margin: 1px 0 0 0;
}
.component-content #users-profile-core,
.component-content #users-profile-custom {
  margin: 10px 0 15px 0;
  padding: 15px;
}
.component-content #users-profile-core dt,
.component-content #users-profile-custom dt {
  float: left;
  width: 12em;
  padding: 3px 0;
  margin-right: 10px;
}
.component-content #users-profile-core dd,
.component-content #users-profile-custom dd {
  padding: 3px 0;
}
.component-content #member-profile fieldset,
.component-content .registration fieldset {
  margin: 10px 0 15px 0;
  padding: 15px;
}
.component-content #users-profile-core legend,
.component-content #users-profile-custom legend,
.component-content .profile-edit legend,
.component-content .registration legend {
  font-weight: bold;
}
.component-content .profile-edit #member-profile fieldset dd,
.component-content .registration #member-registration fieldset dd {
  float: none;
  padding: 5px 0;
}
.component-content .profile-edit #member-profile fieldset dd input,
.component-content .profile-edit #member-profile fieldset dd select,
.component-content .registration #member-registration fieldset dd input {
  width: 17em;
}
.component-content .profile-edit #member-profile fieldset dt,
.component-content .registration #member-registration fieldset dt {
  padding: 5px 5px 5px 0;
  width: 13em;
}
.component-content .optional {
  font-size: 16px;
  background: #FFFFC2;
  padding: 3px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.component-content .contentpaneopen_edit {
  float: left;
}
.component-content .mceButton:hover {
  background: none !important;
}
.component-content .edit #adminForm fieldset {
  padding: 20px 15px;
  margin: 10px 0 15px 0;
}
.component-content .formelm {
  margin: 5px 0;
}
.component-content .formelm .fltlft {
  float: left;
}
.component-content .formelm label {
  width: 13em;
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
.component-content .formelm .button2-left,
.component-content .formelm .media-preview {
  margin: 3px 0 0 10px;
}
.component-content .formelm .button2-left a,
.component-content .formelm .media-preview a {
  padding: 3px 10px !important;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.component-content #adminForm .formelm-area {
  padding: 5px 0;
}
.component-content #adminForm .formelm-area label {
  vertical-align: top;
  display: inline-block;
  width: 7.9em;
}
.component-content .formelm-buttons {
  text-align: right;
  margin-bottom: 10px;
}
.component-content .button2-left .blank a,
.component-content .button2-left a,
.component-content .button2-left .readmore a {
  background: #eee;
  padding: 4px !important;
  margin: 0 !important;
  line-height: 1.2em;
  border: solid 1px #ddd;
  font-weight: bold;
  text-decoration: none;
  display: inline;
}
.component-content table.contenttoc {
  padding: 10px;
  margin: 10px;
}
.component-content table.contenttoc tr td {
  padding: 1px 0;
}
.component-content .pagenavcounter {
  font-weight: bold;
}
.component-content .tip {
  font-size: 0.8em;
  text-align: left;
  padding: 3px;
  max-width: 400px;
}
.component-content .tip-title {
  font-weight: bold;
}
.tip-wrap {
  padding: 8px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.system-unpublished .system-unpublished {
  margin: -10px;
  padding: 10px;
  border-top: 16px solid;
  border-bottom: 5px solid;
  position: relative;
}
.system-unpublished .system-unpublished:before {
  content: 'Unpublished';
  text-transform: uppercase;
  top: -19px;
  left: 10px;
  position: absolute;
  font-size: 0.8em;
  font-weight: bold;
}
#system-message {
  padding: 0;
  margin: 15px 0;
}
#system-message .alert {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin: 15px 0;
  list-style: none;
  padding: 10px 35px 10px 10px;
  color: #333;
  background: #52DBF5;
  border: 1px solid #FFF;
}
#system-message .alert p:last-child {
  margin-bottom: 0;
}
#system-message .alert-error {
  color: #cc0000;
  background: #EBC8C9;
  border: 1px solid #DE7A7B;
}
#system-message .alert-warning {
  color: #A08B4C;
  background: #F5ECC1;
  border: 1px solid #B8A871;
}
#system-message .alert-success {
  color: #468847;
  background: #dff0d8;
  border: 1px solid #93BC8F;
}
#system-message > div:first-child {
  margin-bottom: 0 !important;
}
#system-message dd {
  margin: 0;
  font-weight: bold;
  text-shadow: none;
}
#system-message dd ul {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin: 15px 0;
  list-style: none;
  padding: 10px;
  color: #0055BB;
  background: #BFD3E6;
  border: 1px solid #84A7DB;
}
#system-message .error ul {
  color: #cc0000;
  background: #EBC8C9;
  border: 1px solid #DE7A7B;
}
#system-message .notice ul {
  color: #A08B4C;
  background: #F5ECC1;
  border: 1px solid #B8A871;
}
#system-message dt.error,
#system-message dt.notice,
#system-message dt.message {
  display: none;
}
#system-debug {
  color: #cccccc;
  background-color: #ffffff;
  padding: 10px;
  margin: 10px;
}
#system-debug div {
  font-size: 11px;
}
body select {
  line-height: 40px;
  min-width: 200px;
  padding: 6px 6px;
  font-size: 12px;
}
.item-page {
  overflow: hidden;
  position: relative;
}
.item-page h2 {
  margin: 0 0 15px 0;
  color: #444;
  font-weight: 700;
}
.item-page h2 a {
  color: #444;
}
.item-page .tags {
  background: url(../images/jf/jf_joomla/jf_article_tags.png) no-repeat 1px 14px;
  padding: 6px 4px 6px 26px;
}
.item-page .tags a {
  background: none;
  color: #666;
  padding: 5px 15px;
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  background-color: rgba(0,0,0,0.05);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.item-page .tags a:hover {
  background-color: #666;
  color: #fff;
}
.item-page .tags span {
  display: inline-block;
}
.component-content .pagenav li a {
  background: 0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  color: #555;
  display: block;
  font-size: 12px;
  border: 2px solid #DDD;
  font-weight: 700;
}
.component-content .pagenav li a:hover {
  border-color: #aaa;
}
.component-content .row-separator {
  display: block;
  margin: 30px 0 25px 0;
  background: #EEE;
  height: 1px;
}
.component-content h2 {
  color: #444;
  font-weight: 700;
}
.component-content h2 a {
  color: #444;
}
.component-content .display-limit {
  text-align: right;
  margin-right: 7px;
  font-size: 14px;
}
.component-content table.category tbody,
.component-content table.category thead {
  border: 1px solid #eee;
}
.component-content table.category th {
  background-color: #F2F2F2;
}
.component-content table.category th a {
  color: #444;
  text-shadow: 1px 1px 1px #FFF;
  font-size: 14px;
  font-weight: 100;
}
.component-content table.category tr td {
  border-bottom: 1px solid #eee;
}
.component-content table.category tr a:hover {
  text-decoration: underline;
}
.component-content .search .inputbox {
  font-size: 14px;
  line-height: 30px !important;
  outline: 0;
  border: 0;
  background: #f4f4f4;
}
.component-content .search button.btn {
  padding: 6px 8px;
  margin: 0 5px;
}
.component-content .search button.btn .icon-search {
  background: url(../images/jf/jf_joomla/jf_com_search.png) no-repeat center;
  text-indent: -999px;
  width: 22px;
  height: 22px;
  display: block;
}
.component-content .search fieldset {
  border: none;
  padding: 0;
}
.component-content .search fieldset legend {
  font-weight: 100;
  width: 100%;
  padding: 0;
  margin-bottom: 24px;
  font-size: 16px;
  line-height: 40px;
  border-bottom: 1px solid #EEE;
  padding-bottom: 10px;
}
.component-content .search label {
  font-size: 12px;
  display: inline-block;
}
.component-content .search .searchintro strong {
  background: #FFEDBD;
  padding: 4px 10px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.component-content .search .search-results .result-title {
  font-size: 18px;
  font-weight: 700;
  border-top: 1px solid #eee;
}
.component-content .search .search-results dd {
  margin-left: 10px;
}
.component-content .search .search-results .result-created {
  text-align: right;
  font-style: italic;
}
.component-content .finder #finder-search .word {
  border: none;
}
.component-content .finder #finder-search button.btn {
  background-image: url(../images/jf/jf_joomla/jf_com_search.png);
  background-repeat: no-repeat;
  background-position: center;
  color: #FFF;
  padding: 4px 8px;
  text-indent: -9999px;
}
.component-content .finder #finder-search button.btn span {
  display: none;
}
.component-content .finder #finder-search a.btn {
  color: #555;
  padding: 4px 20px;
}
.component-content .finder #finder-search a.btn:hover {
  background: #555;
  color: #fff;
}
.component-content .finder #finder-search a.btn.active {
  background: #555;
  color: #ffffff;
}
.component-content .finder #finder-search a.btn span {
  display: none;
}
.component-content .finder #finder-search #advancedSearch {
  border: 1px solid #FFF;
}
.component-content .finder #finder-search #advancedSearch hr {
  display: none;
}
.component-content .finder #finder-search #advancedSearch .advanced-search-tip p {
  margin: 10px 0;
}
.component-content .finder #finder-search #advancedSearch .control-label {
  font-size: 14px;
}
.component-content .login fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}
.component-content .login .control-group {
  margin: 0 0 20px 0;
}
.component-content .login .control-group input {
  padding: 8px 14px;
  font-size: 14px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background: #F2F2F2;
  border: 0;
}
.component-content .login #password-lbl,
.component-content .login #username-lbl {
  font-size: 14px;
  line-height: 30px;
}
.component-content .login + div ul {
  border: 0;
  padding: 0;
  margin: 0 15px;
}
.component-content .login + div ul li a {
  font-size: 14px;
  padding: 0;
  border: 0;
  line-height: 30px;
}
.component-content .logout .btn {
  margin: 10px 5px;
}
.component-content .logout .btn span {
  display: none;
}
.component-content .login + div {
  margin-top: -10px;
}
.component-content .btn-toolbar.pull-right {
  float: none;
  list-style: none;
  padding: 0 6px;
}
.component-content .btn-toolbar.pull-right a span {
  display: none;
}
.component-content #users-profile-core,
.component-content #users-profile-custom {
  margin: 10px 0 15px 0;
  padding: 7px;
  border: none;
}
.component-content #users-profile-core legend,
.component-content #users-profile-custom legend {
  font-weight: 700;
  margin-bottom: 0;
  font-size: 24px;
  border-bottom: 1px solid #EEE;
  display: block;
  width: 100%;
  padding: 10px 0 15px 0;
}
.component-content #users-profile-core dl,
.component-content #users-profile-custom dl {
  margin: 5px 0;
}
.component-content #users-profile-core dl dt,
.component-content #users-profile-custom dl dt {
  color: #C00;
  min-width: 200px;
  display: inline-block;
  background: #FFF;
}
.component-content #users-profile-core dl dd,
.component-content #users-profile-custom dl dd {
  padding: 3px 6px;
  display: inline-table;
  min-width: 50%;
}
.component-content #users-profile-core dl dd:hover,
.component-content #users-profile-custom dl dd:hover {
  background: #F5F5F5;
}
.component-content .profile-edit,
.component-content .registration,
.component-content .remind,
.component-content .reset,
.component-content .contact {
  font-size: 12px;
}
.component-content .profile-edit fieldset,
.component-content .registration fieldset,
.component-content .remind fieldset,
.component-content .reset fieldset,
.component-content .contact fieldset {
  margin: 10px 0 15px 0;
  padding: 7px;
  border: none;
}
.component-content .profile-edit legend,
.component-content .registration legend,
.component-content .remind legend,
.component-content .reset legend,
.component-content .contact legend {
  font-weight: 700;
  margin-bottom: 0;
  font-size: 24px;
  border-bottom: 1px solid #EEE;
  display: block;
  width: 100%;
  padding: 0 0 25px 0;
}
.component-content .profile-edit .control-group,
.component-content .registration .control-group,
.component-content .remind .control-group,
.component-content .reset .control-group,
.component-content .contact .control-group {
  margin: 10px 0 20px 0;
}
.component-content .profile-edit .control-label,
.component-content .registration .control-label,
.component-content .remind .control-label,
.component-content .reset .control-label,
.component-content .contact .control-label {
  display: inline-block;
  min-width: 200px;
  line-height: 34px;
}
.component-content .profile-edit .controls,
.component-content .registration .controls,
.component-content .remind .controls,
.component-content .reset .controls,
.component-content .contact .controls {
  display: inline-block;
  vertical-align: top;
}
.component-content .profile-edit input,
.component-content .profile-edit select,
.component-content .registration input,
.component-content .registration select,
.component-content .remind input,
.component-content .remind select,
.component-content .reset input,
.component-content .reset select,
.component-content .contact input,
.component-content .contact select {
  padding: 10px;
  border: 0;
  background: #f4f4f4;
}
.component-content .profile-edit input:focus,
.component-content .profile-edit select:focus,
.component-content .registration input:focus,
.component-content .registration select:focus,
.component-content .remind input:focus,
.component-content .remind select:focus,
.component-content .reset input:focus,
.component-content .reset select:focus,
.component-content .contact input:focus,
.component-content .contact select:focus {
  background: #fff;
}
.component-content .profile-edit .form-actions,
.component-content .registration .form-actions,
.component-content .remind .form-actions,
.component-content .reset .form-actions,
.component-content .contact .form-actions {
  margin: 0 5px;
}
.component-content .remind p {
  margin: 5px 0 25px 0;
}
#recaptcha_area td a {
  margin: 0;
  padding: 0;
  display: block;
}
#recaptcha_area #recaptcha_instructions_image {
  display: block;
  margin-top: -10px;
}
#recaptcha_area .recaptcha_only_if_privacy {
  margin-top: -8px;
}
#recaptcha_area .recaptcha_only_if_privacy a {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  color: #000 !important;
  font-size: 10px;
  font-family: arial, tahoma, verdana !important;
  letter-spacing: 0;
  text-transform: none;
}
#recaptcha_area .recaptchatable #recaptcha_response_field {
  padding: 4px 3px !important;
  margin: 12px 0 0 -3px !important;
  font-size: 12px;
  color: #000;
}
.component-content .remind #recaptcha_area .recaptcha_only_if_privacy,
.component-content .reset #recaptcha_area .recaptcha_only_if_privacy {
  margin-top: 0;
}
.component-content .contact #recaptcha_area .recaptcha_only_if_privacy {
  margin-top: 0;
}
.component-content h1 {
  font-size: 260%;
}
.component-content .tag-category h2 {
  margin: 0 0 10px;
}
.component-content .tag-category fieldset {
  border: none;
  margin: 0;
  padding: 0;
}
.component-content .tag-category fieldset input {
  padding: 4px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  line-height: 1.6em;
}
.component-content .tag-category ul.list-striped {
  list-style: none;
  margin: 0;
  padding: 0;
}
.component-content .tag-category ul.list-striped li {
  position: relative;
}
.component-content .tag-category ul.list-striped li h3 {
  margin: 0;
  font-size: 20px;
}
.component-content .tag-category ul.list-striped li h3 a {
  display: block;
  line-height: 50px;
}
.component-content .tag-category ul.list-striped li:after {
  content: '';
  width: 10px;
  height: 1px;
  background: #DDD;
  position: absolute;
  bottom: 0;
  left: 0;
  visibility: visible;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.component-content .tag-category ul.list-striped li:hover:after {
  width: 100%;
}
.component-content .tag-category table.category tr td {
  border: none;
  position: relative;
  padding: 0;
}
.component-content .tag-category table.category tr td a {
  font-size: 24px;
  display: block;
  padding: 10px 7px;
}
.component-content .tag-category table.category tr td:after {
  content: '';
  width: 10px;
  height: 1px;
  background: #DDD;
  position: absolute;
  bottom: 0;
  margin: 0 7px;
  left: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.component-content .tag-category table.category tr td:hover:after {
  width: 100%;
}
.component-content .tag-category ul.thumbnails {
  list-style: none;
  margin: 15px 0;
  padding: 0;
}
.component-content .tag-category ul.thumbnails li {
  display: inline-block;
  margin: 0 5px;
}
.component-content .tag-category ul.thumbnails li h3 {
  margin: 0;
}
.component-content .tag-category ul.thumbnails li h3 a {
  background: #F4F4F4;
  padding: 5px 10px;
  font-size: 20px;
  color: #555;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.component-content .tag-category ul.thumbnails li h3 a:hover {
  background: #555;
  color: #ffffff;
}
#rt-breadcrumbs {
  margin: 15px 0 5px 0;
}
#rt-breadcrumbs .breadcrumb,
#rt-breadcrumbs [class^="breadcrumb"] {
  padding: 0;
  margin: 0;
  list-style: none;
}
#rt-breadcrumbs .breadcrumb li,
#rt-breadcrumbs [class^="breadcrumb"] li {
  display: block;
  float: left;
}
#rt-breadcrumbs .breadcrumb a,
#rt-breadcrumbs .breadcrumb span,
#rt-breadcrumbs [class^="breadcrumb"] a,
#rt-breadcrumbs [class^="breadcrumb"] span {
  float: left;
  display: block;
  font-size: 12px;
  color: #888;
}
#rt-breadcrumbs .breadcrumb a,
#rt-breadcrumbs [class^="breadcrumb"] a {
  font-weight: 700;
}
#rt-breadcrumbs .breadcrumb img,
#rt-breadcrumbs [class^="breadcrumb"] img {
  display: none;
}
#rt-breadcrumbs .rt-block {
  padding: 10px 15px;
}
#rt-breadcrumbs .divider {
  margin: 10px 15px;
  width: 0;
  height: 0;
  border-bottom: 3px solid rgba(0,0,0,0);
  border-top: 3px solid rgba(255,255,255,0);
  border-left: 3px solid rgba(0,0,0,0.3);
}
#rt-main ul.menu li a,
#rt-main ul.menu li .item,
#rt-main ul.menu li .separator {
  display: block;
  font-size: 16px;
  font-weight: 100;
  line-height: 2.4em;
  padding: 0 0 0 10px;
  color: #555;
}
#rt-main ul.menu {
  margin: 13px 0 0 0;
}
#rt-main ul.menu li {
  margin: 1px;
}
#rt-main ul.menu li:hover {
  background: rgba(0,0,0,0.05);
}
#rt-main ul.menu ul {
  padding: 0;
  margin: 0 0 0 20px;
}
#rt-main ul.menu ul li {
  list-style: none;
  padding: 0;
}
#rt-main ul.menu li.active.parent {
  border-bottom: none;
  background: none;
}
#rt-main ul.menu li.active.parent ul {
  border-top: 1px solid #ddd;
}
#rt-main ul.menu li ul li a,
#rt-main ul.menu li ul li span {
  background: transparent url(../images/jf/jf_joomla/jf_arrow_lite.png) 0 50% no-repeat;
  padding: 0 0 0 10px;
}
#rt-main ul.menu li a:hover {
  color: #444;
}
#rt-main ul.menu li.current a {
  font-weight: 700;
}
#login-form {
  margin: 15px 0 0 0;
}
#login-form .userdata {
  margin: 12px 0 0 0;
  padding: 0;
  border: none;
}
#login-form p {
  margin: 0;
}
#login-form .button {
  margin: 10px 0 0 0;
  font-size: 12px;
  width: 100%;
}
#login-form label,
#login-form input {
  font-size: 14px;
  margin: 0;
}
#login-form input[type="text"],
#login-form input[type="password"] {
  width: 100%;
  background: #f4f4f4;
  border: 0;
  font-size: 16px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  line-height: 1.6em;
  margin: 5px 0 10px 0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: 0;
}
#login-form .inputbox:focus {
  background: #fff;
}
#login-form a {
  margin: 5px 0;
}
#login-form .login-greeting {
  font-size: 16px;
  margin: 10px 0;
}
#login-form .logout-button {
  margin: 0;
}
#login-form .logout-button .button {
  margin: 0;
}
#login-form #form-login-remember {
  margin: 7px 0;
}
#login-form #form-login-remember label {
  display: inline-block;
}
#login-form #form-login-remember input {
  margin: 0;
}
#login-form ul {
  padding: 0;
  margin: 15px 15px 5px 15px;
}
#login-form ul li a {
  font-size: 13px;
  color: #555;
  line-height: 24px;
}
.module-content .search {
  margin: 12px 0 0 0;
}
.module-content .search form {
  position: relative;
}
.module-content .search .element-invisible {
  display: none;
}
.module-content .search #mod-search-searchword {
  display: block;
  width: 100%;
  padding: 10px;
  border: 0;
  background: #F4F4F4;
  font-size: 14px;
  line-height: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: 0;
}
.module-content .search #mod-search-searchword:focus {
  background: #fff;
}
.module-content .search .button {
  text-indent: -999px;
  width: 10px;
  margin: -1px 0 0 5px;
  display: inline-block;
  background: transparent url(../images/jf/jf_joomla/jf_search_mod.png) no-repeat 4px 8px;
  border: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
  height: 30px;
  padding: 3px 10px;
  outline: 0;
  position: absolute;
  top: 6px;
  right: 10px;
}
.module-content .search .button:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.module-content .search .button:active {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.component-content .contact {
  font-size: 12px;
}
.component-content .contact h3 {
  display: none;
}
.component-content .contact h2 {
  border-bottom: 1px solid #eee;
  margin: 0;
  font-size: 2em;
  line-height: 1.1em;
  padding-bottom: 15px;
}
.component-content .contact legend {
  font-size: 16px;
  border: none;
  margin: 0 0 10px 0;
  opacity: 0.5;
  filter: alpha(opacity=50);
  text-transform: none;
}
.component-content .contact p {
  margin: 0;
}
.component-content .contact label,
.component-content .contact input,
.component-content .contact select,
.component-content .contact textarea {
  font-size: 16px;
  -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;
}
.component-content .contact textarea {
  border: 1px solid #F6F6F6;
  background: #F6F6F6;
  padding: 10px;
}
.component-content .contact fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
@media (max-width: 320px) {
  .component-content .contact #jform_contact_emailmsg,
  .component-content .contact #jform_contact_message {
    width: 80%;
  }
}
.component-content .contact .icheckbox_square,
.component-content .contact .iradio_square,
.component-content .contact [class^="jf_icheckbox icheckbox_square-"],
.component-content .contact [class^="jf_iradio iradio_square-"] {
  margin: 5px 5px 0 2px;
}
.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  visibility: visible;
  font-size: 12px;
  line-height: 1.5;
  font-family: arial;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #000000;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
html,
body {
  width: 100%;
  margin: 0px;
  padding: 0px;
  height: 100% !important;
  min-height: 100% !important;
}
a {
  -webkit-transition: color 0.2s ease-out;
  -moz-transition: color 0.2s ease-out;
  -o-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
}
ul {
  padding: 0;
}
#rt-transition.rt-hidden {
  opacity: 0;
  filter: alpha(opacity=0);
}
#rt-transition.rt-visible {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: opacity 0.4s ease-in;
  -moz-transition: opacity 0.4s ease-in;
  -o-transition: opacity 0.4s ease-in;
  transition: opacity 0.4s ease-in;
}
#rt-main {
  padding: 10px 0 0 0;
}
.rt-block {
  padding: 10px;
  margin: 10px;
  position: relative;
}
.logo-block {
  padding: 0 10px;
}
#rt-logo {
  margin: 0;
  height: 62px;
  display: block;
}
.logo-type-gantry #rt-logo {
  background: url(../images/jf/jf_template/jf_logo.png) left top no-repeat;
}
@media (max-width: 767px) {
  body.layout-mode-responsive #rt-logo {
    background-position: 25px top;
  }
  body.logo-type-gantry .jf_stickyHeader_light #rt-header.headroom--not-top #rt-logo {
    background-position: 25px bottom;
  }
}
@media (max-width: 736px) {
  html body.layout-mode-responsive #rt-logo {
    margin: 0;
    width: 73px;
  }
}
#rt-top .rt-container {
  padding: 10px 0;
}
#rt-top-surround {
  position: relative;
  z-index: 99990;
  background: #37AFCD;
  top: 0;
  left: 0;
}
#rt-top-surround .rt-container {
  z-index: 1;
  position: relative;
}
#rt-top-surround:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 0;
  height: 0;
  z-index: 0;
}
#rt-header {
  z-index: 9;
}
#rt-header,
#rt-top {
  position: relative;
}
#jf_page_heading {
  display: inline-block;
  width: 100%;
  border-top: 1px solid rgba(255,255,255,0.1);
}
#jf_page_heading h1 {
  color: #fff;
  margin: 60px 0;
  font-size: 44px;
}
.menu-block {
  padding: 15px 10px 15px 10px;
  float: right;
}
.rt-menu-mobile {
  text-align: center;
  padding: 0 0 15px 0;
}
#rt-maintop {
  margin-bottom: 20px;
  padding: 10px 0;
}
#rt-breadcrumbs {
  line-height: 0;
  background: #f8f8f8;
  margin: 0;
  border-top: 1px solid #EEE;
  border-bottom: 1px solid #EEE;
}
#rt-breadcrumbs .rt-grid {
  float: none;
  display: inline-block;
  width: 100%;
}
#rt-breadcrumbs .rt-grid .rt-block {
  padding: 0 10px;
  line-height: 2.4em;
}
#rt-breadcrumbs .rt-grid .rt-block .custom {
  height: 0;
}
#rt-breadcrumbs .jf_bread_marker {
  width: 10px;
  height: 1px;
}
#rt-breadcrumbs .jf_bread_marker i {
  position: absolute;
  top: 5px;
  font-size: 15px;
  margin-left: 3px;
  color: rgba(0,0,0,0.5);
}
.module-title .title {
  margin-top: 0;
  padding-bottom: 15px;
  margin-bottom: 15px;
  color: #444444;
  border-bottom: 1px solid #E5E5E5;
  font-size: 24px;
  line-height: 1.1em;
  font-weight: 700;
}
#rt-top-surround .title,
#rt-showcase .title {
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#rt-main .module-title .title {
  padding: 15px 0;
  margin: -10px 0 0 0;
  text-shadow: 1px 1px 1px #FFF;
  font-size: 24px;
  line-height: 1.1em;
  border-bottom: 0;
  color: #444;
  font-weight: 700;
}
.moule-content p {
  margin: 15px 0;
}
ul.menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.menu ul {
  list-style: none;
}
ul.menu li {
  -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;
  margin-bottom: 8px;
}
ul.menu li a,
ul.menu li .item,
ul.menu li .separator {
  display: block;
  font-size: 1.1em;
  font-weight: bold;
}
ul.menu ul.small {
  font-size: 14px;
}
.readon,
.readmore,
button.validate,
#member-profile a,
#member-registration a,
.formelm-buttons button,
.button,
.btn {
  display: inline-block;
  padding: 5px 30px;
  border: none;
  font-size: 12px;
  cursor: pointer;
  line-height: 20px;
  margin-bottom: 10px;
  font-weight: 600;
  border: 2px solid rgba(0,0,0,0.15);
  background: 0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  outline: 0;
  font-size: 12px;
  line-height: 28px;
  font-weight: 700;
  color: #555;
}
.readon:hover,
.readmore:hover,
button.validate:hover,
#member-profile a:hover,
#member-registration a:hover,
.formelm-buttons button:hover,
.button:hover,
.btn:hover {
  border-color: rgba(0,0,0,0.3);
}
.readmore a:active {
  background: none;
}
#gantry-totop {
  display: inline-block;
  padding: 4px 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
#rt-accessibility .rt-desc {
  float: left;
  margin-right: 8px;
  font-weight: bold;
}
#rt-accessibility #rt-buttons .button {
  line-height: 1em;
  padding: 0;
  width: 14px;
  height: 14px;
  text-align: center;
}
#rt-accessibility #rt-buttons .small {
  font-size: inherit;
}
#rt-accessibility #rt-buttons .small .button:after {
  content: '-';
}
#rt-accessibility #rt-buttons .large .button:after {
  content: '+';
}
#rt-offline-body .offline-image {
  text-align: center;
}
#rt-offline-body .offline-image h1.sitename {
  font-size: 64px;
  font-weight: 100;
  color: #444;
  text-shadow: 1px 1px 1px #FFF;
  letter-spacing: 1px;
  margin: 20px 0;
}
#rt-offline-body .row {
  text-align: center;
}
#rt-offline-body .row .cell {
  text-align: left;
  display: inline-block;
  width: 100%;
  max-width: 400px;
  vertical-align: top;
}
#rt-offline-body .row .cell h1 {
  font-size: 22px;
  font-weight: 100;
  color: #333;
  text-shadow: 1px 1px 1px #FFF;
  margin: 0;
}
#rt-offline-body .row .cell .offline p {
  font-size: 14px;
  line-height: 22px;
  color: #666;
  margin: 10px 0;
}
#rt-offline-body .row .cell .box1 form .control-label {
  display: none;
}
#rt-offline-body .row .cell .box1 form .controls {
  margin-left: 0;
  text-align: left;
}
#rt-offline-body .row .cell .box1 form label[for="remember"] {
  margin: 0 0 15px 0;
  font-size: 13px;
}
#rt-offline-body .row .cell .box1 form input[type="text"],
#rt-offline-body .row .cell .box1 form input[type="password"] {
  background-color: #f4f4f4;
  border: 0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  padding: 10px;
  min-width: 100%;
  font-size: 14px;
  line-height: 24px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#rt-offline-body .jf_offline_submits label {
  display: block;
  margin: 20px 0 20px 0;
  line-height: 20px;
  color: #666;
}
#rt-offline-body .jf_offline_submits input {
  display: block;
}
#rt-offline-body .control-group {
  margin: 20px 0;
}
@media only screen and (max-width: 320px) {
  #rt-offline-body .row .cell .box1 form input[type="text"],
  #rt-offline-body .row .cell .box1 form input[type="password"] {
    min-width: 87%;
  }
}
.rt-error-content {
  margin-left: 0;
  margin-top: 12%;
  text-align: center;
}
.rt-error-content .error-title {
  font-size: 132px;
  color: #303030;
  text-shadow: 1px 1px 0 #FFF;
  border-bottom: 1px solid #eee;
  -webkit-box-shadow: 0 1px 0 #FFF;
  -moz-box-shadow: 0 1px 0 #FFF;
  box-shadow: 0 1px 0 #FFF;
  font-weight: normal;
  letter-spacing: normal;
  margin-top: 0;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.rt-error-content .jf_page_not_found {
  font-size: 24px;
  letter-spacing: 1px;
  text-shadow: 1px 1px 1px white;
  margin: 25px 0 20px 0;
  color: #6E6E6E;
}
.rt-error-content .readon {
  padding: 12px 20px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  border: none;
  color: #555;
  font-size: 18px;
  text-transform: uppercase;
  cursor: pointer;
  line-height: 15px;
  margin-top: 10px;
  text-decoration: none;
  border: 2px solid #CCC;
}
.rt-error-content .readon:hover {
  border: 2px solid #aaa;
}
#jf_scrolltop {
  color: #37AFCD;
  position: fixed;
  bottom: -60px;
  right: 25px;
  width: 50px;
  height: 50px;
  cursor: pointer;
  z-index: 99;
  text-align: center;
  font-size: 30px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border: 2px solid #37AFCD;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#jf_scrolltop i {
  margin-top: 10px;
}
#jf_scrolltop:hover {
  background-color: #37AFCD;
  color: #fff;
}
#rt-footer-surround {
  position: relative;
  color: #555;
  font-size: 12px;
  overflow: hidden;
}
#rt-footer-surround #rt-footer .rt-container {
  border-bottom: 1px solid rgba(0,0,0,0.05);
}
#rt-footer-surround #rt-footer .rt-container .rt-block {
  padding: 30px 10px;
}
#rt-footer-surround #rt-footer .rt-container .rt-block .module-title .title {
  margin: 0 0 14px 0;
  padding-bottom: 12px;
  color: #555;
  border-bottom: 1px solid rgba(0,0,0,0.05);
  font-size: 14px;
  line-height: 1.6em;
  font-weight: 700;
}
#rt-footer-surround #rt-footer .jf_social_icons li {
  margin: 8px;
}
#rt-footer-surround #rt-copyright .rt-block {
  text-align: center;
  margin: 10px 10% 0 10%;
  padding: 25px;
  color: #555;
  font-size: 10px;
}
ul.jf_bottom_info {
  color: #fff;
  font-size: 12px;
}
ul.jf_bottom_info.jf_fa {
  padding: 0 0 0 15px;
}
ul.jf_bottom_info.jf_fa li i {
  color: #fff;
  margin-left: -19px;
}
.jf_branding {
  padding-top: 0 !important;
  margin: 0 0 2px 0 !important;
}
.jf_branding .powered-by {
  background: url(../images/jf/jf_template/jf_anim_logo.gif) no-repeat center;
  display: block;
  width: 165px;
  height: 60px;
  margin: 0 auto;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#rt-copyright {
  font-size: 12px;
}
#rt-footer ul.menu {
  margin: 0;
}
#rt-footer ul.menu li {
  border-bottom: none;
  clear: both;
  margin: 0;
}
#rt-footer ul.menu li:hover {
  border-bottom: none;
  clear: both;
}
#rt-footer ul.menu li a,
#rt-footer ul.menu li span {
  color: #37AFCD;
  font-size: 12px;
  line-height: 20px;
  padding: 5px;
  font-weight: 700;
}
.jf_bottom_piro_html {
  display: none;
  height: auto !important;
  padding: 20px;
  width: auto !important;
}
.jf_bottom_piro_html li {
  margin-bottom: 10px;
}
body #rt-showcase .rt-container .rt-block {
  padding: 0;
}
body #rt-showcase .rt-container .rt-block .module-surround {
  padding: 10px;
}
#rt-feature .rt-block {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}
#rt-utility .rt-container {
  padding: 10px 0;
}
#rt-content-top,
#rt-content-bottom {
  overflow: hidden;
}
#rt-main #rt-content-top .module-title .title,
#rt-main #rt-content-bottom .module-title .title,
#rt-main #rt-sidebar-c .module-title .title {
  color: #444;
  border-bottom: 1px solid #EEE;
  margin: 5px 0 15px 0;
  padding: 0 0 15px 0;
}
#rt-mainbottom .module-title .title,
#rt-extension .module-title .title,
#rt-bottom .module-title .title {
  line-height: 28px;
  padding-top: 5px;
  -webkit-box-shadow: 0 1px 0 #FFF;
  -moz-box-shadow: 0 1px 0 #FFF;
  box-shadow: 0 1px 0 #FFF;
}
#rt-mainbottom .module-title .title {
  border-bottom: 0;
  margin-bottom: 0;
  font-size: 24px;
}
#rt-mainbottom .readmore {
  margin-top: 0;
}
#system-message-container #system-message {
  margin: 10px 20px 0 20px;
  position: relative;
}
#system-message-container #system-message .close {
  font-size: 24px;
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}
#system-message-container #system-message .alert {
  color: #fff;
  margin: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 15px;
  border: 0;
  text-shadow: none;
}
#system-message-container #system-message .alert-heading {
  margin-top: 0;
}
#system-message-container #system-message .message.message ul,
#system-message-container #system-message .alert-success {
  background-color: #00CC49;
}
#system-message-container #system-message .message.message ul .close,
#system-message-container #system-message .message.message ul .alert-heading,
#system-message-container #system-message .alert-success .close,
#system-message-container #system-message .alert-success .alert-heading {
  color: #FFF;
}
#system-message-container #system-message .error.message ul,
#system-message-container #system-message .warning.message ul,
#system-message-container #system-message .alert-warning,
#system-message-container #system-message .alert-error {
  background-color: #C00;
}
#system-message-container #system-message .error.message ul .close,
#system-message-container #system-message .error.message ul .alert-heading,
#system-message-container #system-message .warning.message ul .close,
#system-message-container #system-message .warning.message ul .alert-heading,
#system-message-container #system-message .alert-warning .close,
#system-message-container #system-message .alert-warning .alert-heading,
#system-message-container #system-message .alert-error .close,
#system-message-container #system-message .alert-error .alert-heading {
  color: #FFF;
}
#system-message-container #system-message .alert-notice,
#system-message-container #system-message .notice.message ul {
  color: #555;
  background-color: #FDFDA4;
}
#system-message-container #system-message .alert-notice .close,
#system-message-container #system-message .alert-notice .alert-heading,
#system-message-container #system-message .notice.message ul .close,
#system-message-container #system-message .notice.message ul .alert-heading {
  color: #222;
}
#system-message-container #system-message .message dt.error,
#system-message-container #system-message .warning {
  display: none;
}
#jf_slideshow {
  height: 100%;
  width: 100%;
  position: relative;
  background-color: #333;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.jf_mod_suffix {
  position: absolute;
  font-size: 9px;
  top: 14px;
  right: 10px;
  font-family: Helvetica, Arial, Sans-Serif;
  background: #333;
  padding: 0 3px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  color: white;
  opacity: 0.2;
  filter: alpha(opacity=20);
  -webkit-transition: all .2s ease-in;
  -moz-transition: all .2s ease-in;
  -o-transition: all .2s ease-in;
  transition: all .2s ease-in;
}
.jf_mod_fog .jf_mod_suffix {
  width: 78px;
  text-align: center;
  line-height: 16px;
}
.module-surround:hover .jf_mod_suffix {
  opacity: 0.5;
  filter: alpha(opacity=50);
  -webkit-transition: all .2s ease-in;
  -moz-transition: all .2s ease-in;
  -o-transition: all .2s ease-in;
  transition: all .2s ease-in;
}
.module-surround:hover .jf_mod_suffix:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.jf_mod_blue,
.jf_mod_red,
.jf_mod_green,
.jf_mod_black {
  margin: 20px 20px;
}
.jf_mod_blue,
.rt-container .rt-block.jf_mod_blue {
  background-color: #37AFCD !important;
}
.jf_mod_red,
.rt-container .rt-block.jf_mod_red {
  background-color: #DE0000 !important;
}
.jf_mod_green,
.rt-container .rt-block.jf_mod_green {
  background-color: #00B856 !important;
}
.jf_mod_black,
.rt-container .rt-block.jf_mod_black {
  background-color: #444444 !important;
}
.jf_mod_blue,
.jf_mod_red,
.jf_mod_green,
.jf_mod_black,
.rt-container .rt-block.jf_mod_blue,
.rt-container .rt-block.jf_mod_red,
.rt-container .rt-block.jf_mod_green,
.rt-container .rt-block.jf_mod_black {
  color: #fff;
  padding: 10px !important;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.jf_mod_blue .title,
.jf_mod_red .title,
.jf_mod_green .title,
.jf_mod_black .title,
.rt-container .rt-block.jf_mod_blue .title,
.rt-container .rt-block.jf_mod_red .title,
.rt-container .rt-block.jf_mod_green .title,
.rt-container .rt-block.jf_mod_black .title {
  color: white !important;
  text-shadow: none !important;
  padding-bottom: 0px !important;
  margin-bottom: 0px !important;
  border: none !important;
  background: none !important;
  padding: 0px !important;
  margin: 0px !important;
  line-height: 24px !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  padding-top: 10px !important;
  margin-bottom: 15px !important;
}
.jf_mod_filled {
  border: 2px solid #E5E5E5;
  margin-bottom: 10px;
  background: white;
  padding: 0 10px !important;
  margin: 20px 20px;
}
.jf_mod_filled .module-title h2 {
  padding: 8px 10px;
  color: #555 !important;
  background-repeat: no-repeat;
  background-position: top center;
  margin: 0 -10px 15px -10px;
  text-shadow: 1px 1px 1px white !important;
  letter-spacing: 1px;
  border-bottom: 2px solid #E5E5E5 !important;
  background-color: #F0F0F0;
  text-transform: uppercase;
}
.jf_mod_glass {
  border: 2px solid #DDD;
  margin: 20px 20px;
  -webkit-transition: all .2s ease-in;
  -moz-transition: all .2s ease-in;
  -o-transition: all .2s ease-in;
  transition: all .2s ease-in;
}
.jf_mod_glass:hover {
  background: #fff;
}
.jf_mod_fog {
  -webkit-box-shadow: 0 0 4px rgba(0,0,0,0.2) !important;
  -moz-box-shadow: 0 0 4px rgba(0,0,0,0.2) !important;
  box-shadow: 0 0 4px rgba(0,0,0,0.2) !important;
  background: none !important;
  margin: 20px 20px;
  -webkit-transition: all .2s ease-in;
  -moz-transition: all .2s ease-in;
  -o-transition: all .2s ease-in;
  transition: all .2s ease-in;
}
.jf_mod_fog:hover {
  background: #fff !important;
}
.jf_mod_fog .title {
  background: none !important;
}
@media (max-width: 767px) {
  body select {
    min-width: 100px;
  }
  body .component-content fieldset.only label,
  body .component-content fieldset.phrases label {
    margin: 0 10px 10px 0;
  }
}
@media (max-width: 736px) {
  #rt-header .rt-grid-2 {
    width: 49%;
    display: inline-block;
  }
}
body iframe[src='about:blank'] {
  display: none;
}
.btn.jmodedit:before {
  font-family: FontAwesome;
  content: "\f044";
}
body.jf_hide_rt_main #rt-main {
  display: none;
}
#jf_undermenu {
  position: absolute;
  top: 2px;
  right: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#rt-header.sticky.active #jf_undermenu {
  top: -10px;
}
@media only screen and (max-width: 767px) {
  #jf_undermenu {
    top: 0;
    right: 0;
    height: 48px;
    width: auto;
  }
  #jf_undermenu .rt-block {
    padding: 0;
    margin: 0;
  }
}
@media (max-width: 736px) {
  #jf_undermenu {
    top: 8px;
  }
}
#jf_undermenu .rt-block {
  margin: 11px 10px;
}
#jf_undermenu .rt-block #jf_login .jf_modal_trigger,
#jf_undermenu .rt-block #jf_login .jf_register_btn_new {
  display: inline-block;
  line-height: 30px;
  font-size: 12px;
  display: inline-block;
  line-height: 34px;
  font-size: 12px;
  background: 0;
  border: 0;
  color: #FFF;
  font-weight: 700;
  margin: 2px 0;
  padding: 0 10px;
  outline: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: 0;
  width: auto;
  height: auto;
}
#jf_undermenu .rt-block #jf_login .jf_modal_trigger:hover,
#jf_undermenu .rt-block #jf_login .jf_register_btn_new:hover {
  background-color: rgba(255,255,255,0.1);
}
#jf_undermenu .rt-block #jf_login .jf_register_btn_new,
#jf_undermenu .rt-block #jf_login .jf_modal_trigger.new {
  border: 2px solid #fff;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  margin: 0 0 0 10px;
  line-height: 36px;
}
#jf_undermenu .rt-block #jf_login .jf_register_btn_new:hover,
#jf_undermenu .rt-block #jf_login .jf_modal_trigger.new:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  background-color: transparent;
}
#jf_undermenu .rt-block #jf_login .jf_modal_overlay {
  background: #fff;
}
#jf_undermenu .rt-block #jf_login .jf_modal_content {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#jf_undermenu .rt-block #jf_login .jf_authoriz_btn {
  font-weight: 700;
  text-transform: capitalize;
  letter-spacing: 0;
  outline: 0;
  box-shadow: none;
  background: #F2F2F2;
  color: #777;
  font-size: 16px;
  line-height: 34px;
}
#jf_undermenu .rt-block #jf_login h3 {
  font-weight: 700;
  font-size: 20px;
  padding: .2em 30px;
  background: 0;
  color: #555;
}
#jf_undermenu .rt-block #jf_login #form-login-remember label {
  font-weight: 700;
  font-size: 14px;
}
#jf_undermenu .rt-block #jf_login form fieldset input[type=password],
#jf_undermenu .rt-block #jf_login form fieldset input[type=text] {
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0;
  padding: 14px 48px;
  outline: 0;
}
#jf_undermenu .rt-block #jf_login .jf_input_icon {
  top: 26px;
  font-size: 18px;
}
#jf_undermenu .rt-block #jf_login .jf_forgot {
  top: 24px;
  font-size: 22px;
}
#jf_undermenu .rt-block #jf_login .jf_modal_close {
  height: 23px;
}
#jf_undermenu .rt-block #jf_login .jf_greeting {
  font-size: 14px;
  font-weight: 600;
  color: #555;
}
#jf_undermenu .rt-block #jf_login .jf_profile_links {
  font-size: 14px;
  font-weight: 600;
}
body #jf_mm_menu {
  z-index: 199990;
}
body .jf_mm_trigger {
  z-index: 199981;
  top: 22px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
body.jf_sticky_body_pos_top .jf_mm_trigger {
  background-color: rgba(0,0,0,0) !important;
}
body .jf_mm_backout {
  z-index: 19980;
}
.jf_sticky_header.active .jf_mm_trigger {
  top: 8px;
}
.jf_section {
  overflow: hidden;
}
#jf_welcome {
  text-align: center;
}
#jf_welcome h2 {
  margin: 70px auto;
  line-height: 48px;
  font-weight: 700;
  color: #444;
  width: 80%;
}
#jf_welcome .features i {
  display: block;
  margin: 20px auto;
  font-size: 56px;
  color: #37AFCD;
}
#jf_welcome .features i.fa-mobile {
  font-size: 62px;
  margin-bottom: 10px;
}
#jf_welcome .features img {
  margin: 14px auto -2px auto;
}
#jf_welcome .features h5 {
  font-weight: 600;
}
#jf_welcome .features h6 {
  line-height: 26px;
  color: #888;
  margin: 20px 0;
}
#jf_welcome .jf_col {
  margin-bottom: 30px;
}
#jf_download {
  background: #F7F7F7;
  text-align: center;
}
#jf_download h1 {
  color: #555;
  font-weight: 700;
  margin: 80px auto 30px;
  letter-spacing: 1px;
}
#jf_download .jf_typo_button {
  width: 25%;
  margin-bottom: 80px;
}
@media (max-width: 667px) {
  #jf_download .jf_typo_button {
    width: auto;
  }
}
#jf_flat {
  text-align: center;
}
#jf_flat .title {
  font-weight: 700;
  border-bottom: 1px solid #EEE;
  padding-bottom: 30px;
  display: inline-block;
  margin: 60px auto 30px;
}
#jf_flat .rt-block {
  padding: 0 10px;
  margin: 0 10px;
  line-height: 0;
}
@media (max-width: 667px) {
  #jf_flat img {
    width: 100%;
    height: auto;
  }
}
#jf_services {
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  text-align: center;
  color: #fff;
  position: relative;
}
#jf_services:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#jf_services h2 {
  font-weight: 700;
  color: #555;
  position: relative;
  font-size: 56px;
  padding: 80px 0 20px 0;
}
#jf_services .descr {
  color: #555;
  font-weight: 600;
  line-height: 30px;
  margin: 0 10%;
}
#jf_services .rt-container {
  margin: 20px auto 50px;
}
#jf_facts {
  text-align: center;
  color: #fff;
  padding-bottom: 40px;
  display: block;
  width: 100%;
  position: relative;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#jf_facts:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.79);
}
#jf_facts .title {
  font-weight: 700;
  color: #fff;
  position: relative;
  padding: 60px 0 20px 0;
}
#jf_facts .count_number {
  color: #fff;
  font-weight: 700;
  line-height: 30px;
  font-size: 56px;
  margin: 30px 0;
}
#jf_facts .count_icon {
  position: relative;
  display: inline-block;
}
#jf_facts .count_icon:before,
#jf_facts .count_icon:after {
  content: " ";
  width: 72px;
  height: 2px;
  display: block;
  position: absolute;
  top: 50%;
  background: #fff;
}
#jf_facts .count_icon:before {
  left: -82px;
}
#jf_facts .count_icon:after {
  right: -82px;
}
#jf_facts .count_icon i {
  font-size: 18px;
  vertical-align: middle;
}
#jf_facts .count_title {
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  font-style: italic;
  letter-spacing: 1px;
}
#jf_portfolio {
  text-align: center;
}
#jf_portfolio .mainicon {
  margin: 60px 0 0 0;
}
#jf_portfolio .title {
  font-weight: 700;
  margin: 70px 0 30px 0;
  color: #555;
}
#jf_portfolio .sub_title {
  margin: -10px 30% 60px 30%;
  color: #777;
}
#jf_portfolio .jf_typo_button {
  margin: 40px 0;
}
.component-content .contact label,
.component-content .contact input,
.component-content .contact select,
.component-content .contact textarea {
  max-width: 100%;
}
ul.square {
  padding: 0 0 0 15px;
  list-style-type: square;
}
ul.circle {
  padding: 0 0 0 15px;
  list-style-type: circle;
}
ul.upper-roman {
  padding: 0 0 0 15px;
  list-style-type: upper-roman;
}
ul.lower-alpha {
  padding: 0 0 0 15px;
  list-style-type: lower-alpha;
}
body.rtl {
  direction: rtl;
  min-width: inherit;
}
body.rtl .menu-block {
  float: left;
}
body.rtl .gf-menu.l1 > li.active:after {
  margin: 1px 5px 0 0;
}
body.rtl #rt-main ul.menu li a,
body.rtl #rt-main ul.menu li .item,
body.rtl #rt-main ul.menu li .separator {
  padding: 0 10px 0 0;
}
body.rtl .module-content .search .button {
  margin: -1px 5px 0 0;
  right: auto;
  left: 10px;
}
body.rtl #rt-breadcrumbs .breadcrumb li,
body.rtl #rt-breadcrumbs [class^="breadcrumb"] li {
  float: right;
}
body.rtl #rt-breadcrumbs .breadcrumb a,
body.rtl #rt-breadcrumbs .breadcrumb span,
body.rtl #rt-breadcrumbs [class^="breadcrumb"] a,
body.rtl #rt-breadcrumbs [class^="breadcrumb"] span {
  float: right;
}
body.rtl .component-content table.category th {
  text-align: right;
}
body.rtl .component-content .phrases-box {
  float: right;
}
body.rtl .component-content .ordering-box {
  float: left;
}
body.rtl .component-content .search .pull-left {
  float: right;
}
body.rtl .component-content .word {
  padding: 10px 0 10px 10px;
}
body.rtl .component-content #password-lbl,
body.rtl .component-content #username-lbl {
  float: right;
}
body.rtl .component-content #users-profile-core dt,
body.rtl .component-content #users-profile-custom dt {
  float: right;
  margin-right: 0;
  margin-left: 10px;
}
body.rtl.logo-type-gantry .jf_stickyHeader_light #rt-header.headroom--not-top #rt-logo {
  background-position: 113% bottom;
}
@media only screen and (min-width: 568px) {
  body.rtl.logo-type-gantry #rt-logo {
    background-position: 113% top;
  }
}
@media only screen and (max-width: 767px) {
  body.rtl.logo-type-gantry #rt-logo {
    background-position: 25px top;
  }
  body.rtl.logo-type-gantry .jf_stickyHeader_light #rt-header.headroom--not-top #rt-logo {
    background-position: 25px bottom;
  }
}
body.rtl #jf_undermenu {
  left: 0;
  right: auto;
}
body.rtl #jf_undermenu .rt-block #jf_login .jf_register_btn_new,
body.rtl #jf_undermenu .rt-block #jf_login .jf_modal_trigger.new {
  margin: 0 10px 0 0;
}
@media only screen and (max-width: 568px) {
  body.rtl #jf_undermenu {
    left: 20px;
    right: auto;
    margin: 10px;
    height: 51px;
  }
}
body.rtl .component-content ul.actions {
  left: 0;
  right: auto;
}
body.rtl .item-page .tags {
  background-position: 100% 12px;
  padding: 6px 26px 6px 4px;
}
body.rtl .component-content .article-info dd {
  margin: 0 0 0 10px;
}
body.rtl input[type="radio"],
body.rtl input[type="checkbox"] {
  margin-left: 5px;
  margin-right: 0;
}
body.rtl .component-content fieldset.only label,
body.rtl .component-content fieldset.phrases label {
  margin: 0 0 0 10px;
}
body.rtl .jf_mod_suffix {
  right: auto;
  left: 10px;
}
body.rtl .component-content .tag-category table.category tr td:after {
  left: auto;
  right: 0;
}
@media (max-width: 995px) {
  body.rtl [class*="rt-grid"] {
    overflow: hidden;
  }
}
a:hover {
  color: #444444;
}
a,
ul.menu li .separator {
  color: #37AFCD;
}
#rt-maintop {
  background: #f4f4f4;
}
ul.menu li.active.current > a,
ul.menu li.active.current > .item,
ul.menu li.active.current > .separator,
ul.menu li#current.active > a,
ul.menu li#current.active > .item,
ul.menu li#current.active > .separator {
  color: #444444;
}
.readmore a {
  color: #555;
}
.pagenav li {
  background: #f0f0f0;
  border: 1px solid #d5d5d5;
  -webkit-box-shadow: inset 0 0 0 1px @white, 0 1px 2px rgba(0,0,0,0.2);
  -moz-box-shadow: inset 0 0 0 1px @white, 0 1px 2px rgba(0,0,0,0.2);
  box-shadow: inset 0 0 0 1px @white, 0 1px 2px rgba(0,0,0,0.2);
}
.component-content .contact .title {
  background-color: #f1f1f1;
  background-image: -moz-linear-gradient(top,#ffffff,#dddddd);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#ffffff),to(#dddddd));
  background-image: -webkit-linear-gradient(top,#ffffff,#dddddd);
  background-image: -o-linear-gradient(top,#ffffff,#dddddd);
  background-image: linear-gradient(to bottom,#ffffff,#dddddd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffdddddd', GradientType=0);
  border: 1px solid #d5d5d5;
  text-shadow: 0 1px 1px rgba(255,255,255,0.75);
}
.pagination ul li a {
  border: 1px solid #d5d5d5;
  text-shadow: 0 1px 1px rgba(255,255,255,0.75);
}
.pagination ul li span {
  background: #eaeaea;
  border: 1px solid #d5d5d5;
  color: #aaaaaa;
}
.breadcrumbs a:after,
.breadcrumb a:after {
  color: #aaaaaa;
}
.breadcrumbs .showHere,
.breadcrumb .showHere {
  font-weight: bold;
  margin-right: 5px;
}
.article-info.muted {
  color: inherit;
}
.article-info dd:before {
  text-shadow: 1px 1px 0 #ffffff;
}
#gantry-totop {
  background: #f0f0f0;
  border: 1px solid #d5d5d5;
  -webkit-box-shadow: inset 0 0 0 1px @white, 0 1px 2px rgba(0,0,0,0.2);
  -moz-box-shadow: inset 0 0 0 1px @white, 0 1px 2px rgba(0,0,0,0.2);
  box-shadow: inset 0 0 0 1px @white, 0 1px 2px rgba(0,0,0,0.2);
}
#gantry-totop:active {
  -webkit-box-shadow: 0 1px 0 #ffffff;
  -moz-box-shadow: 0 1px 0 #ffffff;
  box-shadow: 0 1px 0 #ffffff;
}
.tip-wrap {
  background: #FBFFD0;
  -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.3);
  -moz-box-shadow: 0 0 5px rgba(0,0,0,0.3);
  box-shadow: 0 0 5px rgba(0,0,0,0.3);
  color: #6e6e6e;
}
.system-unpublished .system-unpublished {
  background: #ffffff;
  border-color: #d5d5d5;
}
.tags .label-info {
  background: #2a8ea7;
}
abbr[title] {
  border-bottom: 1px dotted #d5d5d5;
}
legend {
  color: #444444;
  border-bottom: 1px solid #d5d5d5;
}
legend small {
  color: #d5d5d5;
}
select,
textarea,
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"],
.uneditable-input {
  color: #6e6e6e;
}
textarea,
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"],
.uneditable-input {
  background-color: #ffffff;
  border: 1px solid #d5d5d5;
  outline: 0;
}
select {
  border: 1px solid #d5d5d5;
}
.uneditable-input,
.uneditable-textarea {
  color: #aaaaaa;
  background-color: #f5f5f5;
  border-color: #d5d5d5;
}
input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
  border-color: #d5d5d5;
}
.input-prepend .add-on,
.input-append .add-on {
  text-shadow: 0 1px 0 #ffffff;
  background-color: #f0f0f0;
  border: 1px solid #d5d5d5;
}
.input-prepend.input-append .media-preview,
.input-append.input-append .media-preview {
  margin: 0;
}
.uneditable-input {
  background-color: ;
  border-color: #eeeeee;
  -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.025);
  -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.025);
  box-shadow: inset 0 1px 2px rgba(0,0,0,0.025);
}
.help-block,
.help-inline {
  color: ;
}
.table-bordered th {
  background-color: #f0f0f0;
}
.well {
  background-color: transparent;
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.filter-search.alert-info {
  background-color: transparent;
  border-color: transparent;
  color: inherit;
}
.filter-search.alert-info .inputbox {
  color: ;
}
#jf_joomla_v_25 .component-content .login fieldset {
  border: none;
}
#jf_joomla_v_25 .component-content .login fieldset .login-fields,
#jf_joomla_v_25 .component-content .login fieldset .button {
  margin-bottom: 20px;
}
#jf_joomla_v_25 .component-content .login fieldset #remember-lbl {
  font-size: 16px;
}
#jf_joomla_v_25 .component-content .registration #recaptcha_area td a {
  line-height: 16px;
}
#jf_joomla_v_25 .module-content .search label[for="mod-search-searchword"] {
  display: none;
}
body.rtl#jf_joomla_v_25 .component-content form fieldset dt {
  clear: right;
  float: right;
}
body.rtl#jf_joomla_v_25 .component-content form fieldset dd {
  float: right;
  clear: left;
}
