.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: 0 0 10px 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;
}
.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;
}
.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: 20px;
  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: 4px 10px;
  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;
}
.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: 18px;
  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: 18px;
  padding: 2px 6px;
  line-height: 1.3em;
  margin: 0 3px;
}
.component-content .pagination .counter + ul li a:hover {
  background: #060C17;
  color: #ffffff;
}
.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: 4px;
  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 + div ul {
  padding: 0;
  margin: 15px;
}
.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: 16px;
  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;
}
.component-content #searchForm input[type="radio"],
.component-content #searchForm input[type="checkbox"] {
  float: none;
}
.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 {
  font-weight: bold;
  padding: 4px;
  font-size: 16px;
}
.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;
}
.component-content .search-results .result-title {
  padding: 15px 15px 0 5px;
}
.component-content .search-results .result-title a {
  font-size: 22px;
}
.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 15px 5px 5px;
  background: #EEE;
  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 #k2Container table tr,
body #k2Container table th,
body #k2Container table td {
  background: none !important;
  border: 0 !important;
}
body #k2Container table td.key {
  padding-right: 15px;
}
body #k2Container table input[type="file"] {
  margin: 5px 0;
}
body .k2AccountPage table tr td label {
  display: inline;
}
body .k2AccountPage div.k2AccountPageUpdate {
  border: none;
}
body #k2Container input#genderf,
body #k2Container input#genderm {
  float: none;
  margin: 0 5px 5px 0;
}
body #k2Container .defaultSkin table.mceLayout {
  border: 1px solid rgba(0,0,0,0.1);
}
body select {
  line-height: 30px;
  min-width: 200px;
  padding: 4px 6px;
  font-size: 16px;
}
.item-page {
  overflow: hidden;
  position: relative;
}
.item-page h2 {
  margin: 0 0 10px 0;
}
.item-page .tags {
  background: url(../images/jf/jf_joomla/jf_article_tags.png) no-repeat 1px 12px;
  padding: 6px 4px 6px 26px;
}
.item-page .tags a {
  background: none;
  color: #060C17;
  padding: 3px 6px;
  display: inline-block;
  font-size: 16px;
}
.item-page .tags a:hover {
  background-color: #060C17;
  color: #ffffff;
}
.item-page .tags span {
  display: inline-block;
}
.component-content .pagenav li a {
  background: #060C17;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  color: #ffffff;
  display: block;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.component-content .pagenav li a:hover {
  -webkit-box-shadow: 0 0 6px #AAA;
  -moz-box-shadow: 0 0 6px #AAA;
  box-shadow: 0 0 6px #AAA;
}
.component-content .pagenav li a:active {
  -webkit-box-shadow: inset 0 1px 5px rgba(0,0,0,0.3);
  -moz-box-shadow: inset 0 1px 5px rgba(0,0,0,0.3);
  box-shadow: inset 0 1px 5px rgba(0,0,0,0.3);
}
.component-content .row-separator {
  display: block;
  margin: 20px 0 15px 0;
  background: #eee;
  height: 1px;
}
.component-content .display-limit {
  text-align: right;
  margin-right: 7px;
  font-size: 16px;
}
.component-content table.category tbody,
.component-content table.category thead {
  border: 1px solid #CCC;
}
.component-content table.category th {
  background-color: #F2F2F2;
}
.component-content table.category th a {
  color: #444;
  text-shadow: 1px 1px 1px #FFF;
  font-size: 18px;
  font-weight: 100;
}
.component-content table.category tr td {
  border-bottom: 1px solid #CCC;
}
.component-content table.category tr a:hover {
  text-decoration: underline;
}
.component-content .search .inputbox {
  font-size: 16px;
  line-height: 19px !important;
}
.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 0 0;
  text-indent: -999px;
  width: 16px;
  height: 16px;
  display: block;
}
.component-content .search fieldset {
  border: none;
  padding: 0;
}
.component-content .search fieldset legend {
  font-weight: 100;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: 40px;
  border-bottom: 1px solid #D5D5D5;
}
.component-content .search label {
  font-size: 16px;
  display: inline-block;
}
.component-content .search .searchintro strong {
  font-weight: 100;
  font-size: 16px;
  background: #F1F1F1;
  padding: 4px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.component-content .search .search-results .result-title {
  font-size: 18px;
  font-weight: 100;
  border-top: 1px solid #DDD;
}
.component-content .search .search-results .result-category .small {
  font-size: 16px;
}
.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 .word label {
  font-size: 16px;
  font-weight: 100;
}
.component-content .finder #finder-search button.btn {
  background-image: url(../images/jf/jf_joomla/jf_com_search.png);
  background-repeat: no-repeat;
  background-position: 6px;
  color: #FFF;
  padding: 5px 8px 4px 28px;
}
.component-content .finder #finder-search button.btn span {
  display: none;
}
.component-content .finder #finder-search a.btn {
  background: #F2F2F2;
  color: #060C17;
  padding: 5px 8px 4px 8px;
}
.component-content .finder #finder-search a.btn:hover {
  background: #060C17;
  color: #fff;
}
.component-content .finder #finder-search a.btn.active {
  background: #060C17;
  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: 16px;
}
.component-content .login fieldset {
  margin: 0;
  padding: 3px;
}
.component-content .login .control-group {
  margin: 0 0 20px 0;
}
.component-content .login .control-group input {
  padding: 4px 6px;
  font-size: 16px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.component-content .login #password-lbl,
.component-content .login #username-lbl {
  font-size: 16px;
  line-height: 26px;
}
.component-content .login .btn {
  margin-bottom: 20px;
}
.component-content .login + div ul {
  border: 0;
}
.component-content .login + div ul li a {
  font-size: 16px;
  padding: 0;
  border: 0;
}
.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:hover {
  color: #ffffff;
}
.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: 100;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 24px;
  border-bottom: 1px solid #DDD;
  display: block;
  width: 100%;
  padding: 0 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: 16px;
}
.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: 100;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 24px;
  border-bottom: 1px solid #DDD;
  display: block;
  width: 100%;
  padding: 0 0 15px 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: 30px;
}
.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: 6px;
  border: 1px solid #ddd;
}
.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: #FBFFD0;
  -webkit-box-shadow: 0 0 1px rgba(0,0,0,0.6);
  -moz-box-shadow: 0 0 1px rgba(0,0,0,0.6);
  box-shadow: 0 0 1px rgba(0,0,0,0.6);
}
.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;
}
#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;
}
.component-content .tag-category ul.list-striped li h3 a {
  display: block;
}
.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: 10px;
  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: 4px 8px;
}
.component-content .tag-category ul.thumbnails li h3 a:hover {
  background: #060C17;
  color: #ffffff;
}
#rt-breadcrumbs {
  margin: 20px 0 0 0;
}
#rt-breadcrumbs .breadcrumb,
#rt-breadcrumbs [class^="breadcrumb"] {
  padding: 5px;
  margin: 0;
  list-style: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
#rt-breadcrumbs .breadcrumb li,
#rt-breadcrumbs [class^="breadcrumb"] li {
  display: inline-block;
}
#rt-breadcrumbs .breadcrumb a,
#rt-breadcrumbs .breadcrumb span,
#rt-breadcrumbs [class^="breadcrumb"] a,
#rt-breadcrumbs [class^="breadcrumb"] span {
  display: inline-block;
  font-size: 16px;
  line-height: 32px;
}
#rt-breadcrumbs .breadcrumb img,
#rt-breadcrumbs [class^="breadcrumb"] img {
  display: none;
}
#rt-breadcrumbs .rt-block {
  padding: 10px 15px;
}
#rt-breadcrumbs .divider {
  display: block;
  width: 30px;
  height: 30px;
  background: url(../images/jf/jf_joomla/jf_breadcrumb_arrow.png) no-repeat center;
  margin: -10px 0;
}
#rt-main ul.menu li a,
#rt-main ul.menu li .item,
#rt-main ul.menu li .separator {
  display: block;
  font-size: 18px;
  font-weight: 100;
  line-height: 36px;
  padding: 0 0 0 10px;
  color: #555;
  letter-spacing: 1px;
}
#rt-main ul.menu {
  margin: 0 -15px;
}
#rt-main ul.menu li {
  margin: 0;
  border-bottom: 1px solid #eee;
}
#rt-main ul.menu li:hover {
  border-color: #ddd;
}
#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 {
  padding: 0 10px;
  margin: 0 -15px;
}
#login-form .userdata {
  margin: 12px 0;
  padding: 0;
  border: none;
}
#login-form p {
  margin: 0;
}
#login-form .button {
  margin: 10px -11px 0 0;
  padding: 7px 12px 6px 12px;
  background: 0 !important;
  color: #555;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: 1px solid #DDD;
  float: right;
}
#login-form label,
#login-form input {
  font-size: 16px;
  margin: 0;
  line-height: 19px;
}
#login-form input[type="text"],
#login-form input[type="password"] {
  width: 100%;
  border: 1px solid #E5E5E5;
  font-size: 16px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  line-height: 1.6em;
  margin: 5px 0 10px -11px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
}
#login-form .inputbox:focus {
  background: #fff;
}
#login-form a {
  margin: 5px 0;
  color: #777;
}
#login-form a:hover {
  color: #444;
  text-decoration: underline;
}
#login-form .login-greeting {
  font-size: 16px;
  margin: 10px 0;
}
#login-form .logout-button {
  margin: 0 0 15px 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: 16px;
}
.module-content .search {
  margin: 0 -15px;
}
.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;
  font-size: 18px;
  line-height: 20px;
  margin: 0;
  -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 #ddd;
}
.component-content .contact fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
.component-content .contact fieldset textarea:focus,
.component-content .contact fieldset input:focus {
  background: #FBFFD0;
  -webkit-box-shadow: 0 0 6px #f8b9b7;
  -moz-box-shadow: 0 0 6px #f8b9b7;
  box-shadow: 0 0 6px #f8b9b7;
}
@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;
}
html {
  overflow-x: hidden;
}
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-block {
  padding: 10px;
  margin: 10px;
  position: relative;
}
#rt-mainbody .component-content {
  border: 1px solid #DDD;
  background: #FFF;
  padding: 15px;
}
.logo-block {
  padding: 0 10px;
}
#rt-logo {
  margin: 0;
  height: 120px;
  display: block;
}
.logo-type-gantry #rt-logo {
  background: url(../images/jf/jf_template/jf_logo.png) left 52% no-repeat;
}
@media (max-width: 767px) {
  .logo-type-gantry #rt-logo {
    background-position: center center;
    margin: -10px auto 20px auto !important;
  }
}
#rt-top .rt-container {
  padding: 10px 0;
}
#rt-top-surround {
  position: relative;
  z-index: 999;
  background-color: #060C17;
  background-image: url(../images/jf/jf_template/jf_header_mask.png);
  background-repeat: no-repeat;
  background-position: top center;
}
#rt-top-surround:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/jf/jf_template/jf_header_mask2.png);
  background-repeat: no-repeat;
  background-position: top right;
}
#rt-top-surround:after {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  bottom: 0px;
  height: 20px;
  background-image: url(../images/jf/jf_template/jf_header_shadow.png);
  background-repeat: no-repeat;
  background-position: bottom center;
  margin-bottom: -20px;
}
#rt-top-surround .rt-container {
  z-index: 1;
  position: relative;
}
#rt-header,
#rt-top {
  position: relative;
  z-index: 9;
}
@media (min-width: 569px) {
  #rt-header.sticky {
    position: fixed;
    top: 0;
    padding: 0;
    width: 100%;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    min-height: 50px;
  }
  #rt-header.sticky #rt-logo,
  #rt-header.sticky .menu-block {
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
  }
  #rt-header.sticky.active #rt-logo {
    background-size: 140px;
    height: 37px;
  }
  #rt-header.sticky.active .menu-block {
    padding: 0 10px;
  }
}
.menu-block {
  padding: 10px 10px 10px 10px;
  float: right;
}
.rt-menu-mobile {
  text-align: center;
  padding: 0 0 15px 0;
}
#rt-maintop {
  padding: 10px 0;
}
#rt-breadcrumbs .rt-grid {
  float: none;
  display: inline-block;
  width: 100%;
}
#rt-breadcrumbs .rt-grid .rt-block {
  padding: 0 10px;
  line-height: 1.7em;
}
#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: 15px;
  font-size: 15px;
  margin-left: 7px;
}
.module-title .title {
  margin-top: 0;
  padding-bottom: 15px;
  margin-bottom: 15px;
  color: #303030;
  border-bottom: 1px solid #d1d1d1;
  font-size: 2em;
  text-shadow: 1px 1px 0 #FFF;
  -webkit-box-shadow: 0 1px 0 #FFF;
  -moz-box-shadow: 0 1px 0 #FFF;
  box-shadow: 0 1px 0 #FFF;
  line-height: 1.1em;
}
#rt-top-surround .title,
#rt-showcase .title {
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#rt-main #rt-sidebar-a .module-title .title {
  margin: 0;
  padding: 8px 10px;
  text-shadow: none !important;
  letter-spacing: 1px;
  border-bottom: 0 !important;
  background-color: #060C17;
  background-image: url(../images/jf/jf_template/jf_header_mask.png);
  background-repeat: no-repeat;
  background-position: top center;
  font-size: 20px;
  color: #FFF;
}
#rt-main #rt-sidebar-a .module-content {
  border: 1px solid #DDD;
  background: #FFF;
  padding: 0 15px;
}
.module-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 8px 3px 8px;
  border: none;
  font-size: 15px;
  cursor: pointer;
  letter-spacing: 1px;
  line-height: 20px;
  margin-bottom: 10px;
}
.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: 32px;
  font-weight: 100;
  color: #333;
  text-shadow: 1px 1px 1px #FFF;
  margin: 0;
}
#rt-offline-body .row .cell .offline p {
  font-size: 22px;
  line-height: 30px;
  color: #666;
}
#rt-offline-body .row .cell .box1 {
  background: #FFF;
  border: 1px solid #D5D5D5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
#rt-offline-body .row .cell .box1 form {
  margin-top: 15px;
  border-top: 1px solid #D1D1D1;
  padding-top: 15px;
  text-align: right;
}
#rt-offline-body .row .cell .box1 form .control-label {
  float: left;
  width: 30%;
  padding-top: 5px;
  text-align: right;
  font-size: 16px;
  color: #666;
  line-height: 24px;
}
#rt-offline-body .row .cell .box1 form .controls {
  margin-left: 35%;
  text-align: left;
}
#rt-offline-body .row .cell .box1 form input[type="text"],
#rt-offline-body .row .cell .box1 form input[type="password"] {
  background-color: #FFF;
  border: 1px solid #D5D5D5;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 4px 6px;
  min-width: 92%;
  font-size: 14px;
  line-height: 20px;
}
#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: 10px 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 #D1D1D1;
  -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: 28px;
  letter-spacing: 1px;
  text-shadow: 1px 1px 1px white;
  margin: 25px 0 20px 0;
  color: #6E6E6E;
}
.rt-error-content .readon {
  background: #060C17;
  padding: 10px 12px 9px 12px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  border: none;
  color: white;
  font-size: 18px;
  text-transform: uppercase;
  cursor: pointer;
  letter-spacing: 1px;
  line-height: 15px;
  margin-top: 10px;
  text-decoration: none;
  -webkit-box-shadow: 0 2px 3px rgba(0,0,0,0.2);
  -moz-box-shadow: 0 2px 3px rgba(0,0,0,0.2);
  box-shadow: 0 2px 3px rgba(0,0,0,0.2);
  text-shadow: -1px -1px 0 rgba(0,0,0,0.3);
}
.rt-error-content .readon:hover {
  -webkit-box-shadow: 0 0 6px #AAA;
  -moz-box-shadow: 0 0 6px #AAA;
  box-shadow: 0 0 6px #AAA;
}
.rt-error-content .readon:active {
  -webkit-box-shadow: inset 0 1px 5px rgba(0,0,0,0.3);
  -moz-box-shadow: inset 0 1px 5px rgba(0,0,0,0.3);
  box-shadow: inset 0 1px 5px rgba(0,0,0,0.3);
}
#jf_scrolltop {
  background: #000;
  color: #fff;
  position: fixed;
  bottom: -40px;
  right: 25px;
  width: 50px;
  height: 50px;
  cursor: pointer;
  z-index: 99;
  text-align: center;
  font-size: 42px;
  opacity: 0.7;
  filter: alpha(opacity=70);
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
}
#jf_scrolltop i {
  margin-top: 2px;
}
#jf_scrolltop:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
#rt-footer-surround {
  margin-top: 30px;
  position: relative;
  color: #DDD;
  font-size: 12px;
  background-color: #060C17;
  background-image: url(../images/jf/jf_template/jf_header_mask.png);
  background-repeat: no-repeat;
  background-position: top center;
}
#rt-footer-surround #rt-footer .rt-container {
  border-bottom: 1px solid rgba(255,255,255,0.04);
}
#rt-footer-surround #rt-footer .rt-container .rt-block {
  padding: 20px 10px;
}
#rt-footer-surround #rt-footer .rt-container .rt-block .module-title .title {
  margin: 0 0 20px 0;
  padding-bottom: 15px;
  color: #ddd;
  border-bottom: 1px solid rgba(255,255,255,0.15);
  font-size: 22px;
  line-height: 1.1em;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  text-shadow: 1px 1px 1px #000;
  text-transform: uppercase;
  position: relative;
}
#rt-footer-surround #rt-footer .rt-container .rt-block .module-title .title:after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  background-color: #c00;
  width: 20%;
  height: 1px;
}
#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: #eee;
  -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;
}
#rt-footer-surround #rt-copyright .rt-block:hover {
  color: #fff;
}
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: 10px 0 0 0;
  margin: 30px 0 10px 0;
}
.jf_branding .powered-by {
  background: url(../images/jf/jf_template/jf_powered_by.png) no-repeat center;
  display: block;
  width: 165px;
  height: 45px;
  margin: 0 auto;
}
#rt-copyright {
  font-size: 12px;
}
#rt-footer ul.menu {
  background: rgba(0,0,0,0.2);
  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: #ddd;
  font-size: 12px;
  font-family: Helvetica, Arial, sans-serif !important;
  line-height: 14px;
  padding: 8px 10px;
  font-weight: 100;
}
#rt-footer ul.menu li a:hover,
#rt-footer ul.menu li span:hover {
  background: rgba(0,0,0,0.15);
}
.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: #303030;
  text-shadow: 1px 1px 0 #FFF;
  border-bottom: 1px solid #D1D1D1;
  -webkit-box-shadow: 0 1px 0 #FFF;
  -moz-box-shadow: 0 1px 0 #FFF;
  box-shadow: 0 1px 0 #FFF;
  background: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false) !important;
  margin: 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: 28px;
}
#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: 1px solid #ddd;
  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 {
  padding: 10px 0;
  margin: -22px 0 0 0;
}
#jf_slideshow [class*="rt-grid"] .rt-block {
  margin-top: 0;
  margin-bottom: 0;
}
#jf_slideshow .jf_slidesjs {
  padding: 0 0 40px 0;
}
#jf_slideshow .jf_slidesjs .slidesjs-container {
  border: 10px solid rgba(0,0,0,0);
  background-color: rgba(0,0,0,0.5);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#jf_slideshow .jf_slidesjs .slidesjs-control {
  width: 100% !important;
}
#jf_slideshow .jf_slidesjs .slidesjs-pagination {
  bottom: 6px;
}
#jf_slideshow .jf_slidesjs .slidesjs-pagination li {
  margin: 0 3px;
}
#jf_slideshow .jf_slidesjs .slidesjs-pagination li a {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  width: 16px;
  background: #FFF;
  padding-top: 4px;
}
#jf_slideshow .jf_slidesjs .slidesjs-pagination li a.active,
#jf_slideshow .jf_slidesjs .slidesjs-pagination li a:hover.active {
  background: #C00;
}
#jf_slideshow .jf_slidesjs .caption {
  padding: 0;
}
#jf_slideshow .jf_slidesjs .caption h1,
#jf_slideshow .jf_slidesjs .caption p {
  margin: 0;
}
#jf_slideshow .jf_slidesjs .caption h1 {
  background: #C00;
  padding: 2px 20px;
  color: #FFF;
  font-size: 20px;
}
#jf_slideshow .jf_slidesjs .caption p {
  background: #000;
  line-height: 30px;
  padding: 7px 20px;
  margin: 0;
  font-size: 12px;
}
#jf_slideshow .jf_slidesjs .slidesjs-previous,
#jf_slideshow .jf_slidesjs .slidesjs-next {
  height: 70px;
  top: 50%;
  margin-top: -55px;
}
#jf_slideshow .jf_slidesjs .slidesjs-previous {
  background-image: url(../images/jf/jf_modules/jf_slidesjs/jf_prev.png);
}
#jf_slideshow .jf_slidesjs .slidesjs-next {
  background-image: url(../images/jf/jf_modules/jf_slidesjs/jf_next.png);
}
@media only screen and (max-width: 768px) {
  #jf_slideshow .caption {
    display: none !important;
  }
}
.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: 10px 20px;
}
.jf_mod_blue,
.rt-container .rt-block.jf_mod_blue {
  background-color: #060C17 !important;
}
.jf_mod_red,
.rt-container .rt-block.jf_mod_red {
  background-color: #9E0000 !important;
}
.jf_mod_green,
.rt-container .rt-block.jf_mod_green {
  background-color: #007537 !important;
}
.jf_mod_black,
.rt-container .rt-block.jf_mod_black {
  background-color: #222 !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: 1px 1px 0 #707070 !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;
}
.jf_mod_filled {
  border: 1px solid #ddd;
  margin-bottom: 10px;
  background: white;
  padding: 0 10px 10px !important;
  margin: 10px 20px 20px 20px;
}
.jf_mod_filled .module-title h2 {
  padding: 8px 10px;
  color: #FFF !important;
  margin: 0 -10px;
  text-shadow: none !important;
  letter-spacing: 1px;
  border-bottom: 0 !important;
  background-color: #060C17;
  background-image: url(../images/jf/jf_template/jf_header_mask.png);
  background-repeat: no-repeat;
  background-position: top center;
  font-size: 20px;
}
.jf_mod_filled .jf_mod_suffix {
  background-color: #fff;
  color: #000;
  top: 9px;
}
.jf_mod_filled .module-content {
  padding: 0 10px;
}
.jf_mod_glass {
  border: 1px solid #DDD;
  margin: 10px 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: 10px 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;
  }
  .logo-block {
    margin: 0 10px;
    padding: 6px 0;
  }
  .logo-block #rt-logo {
    margin: 0 auto;
  }
  body .component-content fieldset.only label,
  body .component-content fieldset.phrases label {
    margin: 0 10px 10px 0;
  }
}
@media (max-width: 568px) {
  #rt-header .rt-grid-2 {
    width: 49%;
    display: inline-block;
  }
  #rt-header .rt-grid-2 .logo-block #rt-logo {
    margin: 0 -20px 0 auto;
  }
}
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: 60px;
  right: 0;
}
#jf_undermenu .jf_undermenu_cont {
  background: rgba(0,0,0,0.5);
}
@media only screen and (max-width: 767px) {
  #jf_undermenu {
    top: 72px;
  }
}
#jf_undermenu #jf_login {
  float: right;
  margin: 0;
}
#jf_undermenu #jf_login .jf_modal_trigger {
  background: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-bottom: 0;
  outline: 0;
  width: 22px;
}
header #jf_login .jf_authoriz_btn {
  background: #060C17;
}
#jf_search {
  float: right;
  position: relative;
  z-index: 99;
}
#jf_search .jf_search_button,
#jf_search .jf_search_button_close {
  border: 0;
  width: 28px;
  height: 36px;
  font-size: 15px;
  text-align: center;
  line-height: 36px;
  cursor: pointer;
  color: #DDD;
  padding: 0 2px 0 4px;
}
#jf_search .jf_search_button:hover,
#jf_search .jf_search_button_close:hover {
  color: #fff;
}
#jf_search .jf_search_button_close {
  display: none;
  padding: 0 3px 0 3px;
  font-size: 18px;
}
#jf_search .jf_search_content {
  display: none;
  position: absolute;
  top: 1px;
  left: -280px;
}
#jf_search .jf_search_content .jf_sample_search_btn {
  display: block;
  height: 28px;
  width: 32px;
  top: 4px;
  right: 0;
  cursor: pointer;
  text-transform: uppercase;
  position: absolute;
}
#jf_search .jf_search_content .jf_sample_search_btn button {
  background: 0;
  border: 0;
  font-size: 17px;
  color: #DDD;
  outline: 0;
  margin-top: 1px;
}
#jf_search .jf_search_content .jf_sample_search_btn button:hover {
  color: #fff;
}
#jf_search .jf_search_content #mod-search-searchword {
  border: 0;
  padding: 0 8px;
  font-size: 20px;
  line-height: 35px;
  background: 0;
  color: #CCC;
  width: 250px;
  outline: 0;
  margin: -2px 0 0 0;
  -webkit-animation: jf_search_anim_loop 2s infinite;
  -moz-animation: jf_search_anim_loop 2s infinite;
  -o-animation: jf_search_anim_loop 2s infinite;
  animation: jf_search_anim_loop 2s infinite;
  border-bottom: 2px solid rgba(255,255,255,0.2);
}
#jf_search .jf_search_content #mod-search-searchword:focus {
  color: #fff;
  -webkit-animation: none;
  -moz-animation: none;
  -o-animation: none;
  animation: none;
}
@-webkit-keyframes jf_search_anim_loop {
  0% {
    opacity: 0.2;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes jf_search_anim_loop {
  0% {
    opacity: 0.2;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes jf_search_anim_loop {
  0% {
    opacity: 0.2;
  }
  100% {
    opacity: 1;
  }
}
@keyframes jf_search_anim_loop {
  0% {
    opacity: 0.2;
  }
  100% {
    opacity: 1;
  }
}
@media only screen and (max-width: 568px) {
  #jf_search .jf_search_content {
    margin-left: -140px;
    left: 0;
  }
  #jf_search .jf_search_content #mod-search-searchword {
    max-width: 120px;
  }
}
#jf_sharebox {
  float: right;
  overflow: hidden;
  height: 33px;
}
#jf_sharebox ul.jf_sharebox {
  list-style: none;
}
#jf_sharebox ul.jf_sharebox li {
  display: inline-block;
  line-height: 37px;
}
#jf_sharebox ul.jf_sharebox li a {
  display: block;
  width: 28px;
  word-break: normal;
  word-wrap: normal;
}
#jf_sharebox ul.jf_sharebox li a i {
  color: #bbb;
  font-size: 18px;
  display: block;
}
#jf_sharebox ul.jf_sharebox li a.fb,
#jf_sharebox ul.jf_sharebox li a.tw {
  width: 24px;
}
#jf_sharebox ul.jf_sharebox li a:hover i {
  color: #fff;
}
#jf_sharebox ul.jf_sharebox li .line {
  font-size: 20px;
  padding: 0 8px;
  color: rgba(255,255,255,0.2);
}
body #jf_mm_menu {
  z-index: 1990;
}
body .jf_mm_trigger {
  z-index: 1981;
  top: 10px;
  -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_mm_backout {
  z-index: 1980;
}
.jf_sticky_header.active .jf_mm_trigger {
  top: 8px;
}
.jf_col_light_hover .jf_col {
  background: #f6f6f6;
  text-align: center;
  padding: 5px 0;
}
.jf_col_light_hover .jf_col:hover {
  background: #F0F0F0;
}
.jf_showcase a {
  font-size: 28px;
  color: #000;
  text-align: center;
  background-color: #fff;
  border: 1px solid #ddd;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  line-height: 34px;
  padding: 0 0 30px 0;
}
.jf_showcase a i {
  display: block;
  text-align: center;
  font-size: 56px;
  color: #000;
  padding: 50px 0 20px 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.jf_showcase:hover a {
  opacity: 0.3;
  filter: alpha(opacity=30);
}
.jf_showcase:hover a:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.jf_showcase:hover a:hover i {
  padding: 35px 0 35px 0;
}
.jf_recent_posts {
  list-style: none;
}
.jf_recent_posts li {
  border-bottom: 1px solid #E8E8E8;
  padding: 0 0 15px 0;
  margin: 0 0 15px 0;
}
.jf_recent_posts li .date {
  display: block;
  float: left;
  height: 60px;
  width: 60px;
  margin-right: 20px;
  text-align: center;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
  background-color: #c00;
  border: 1px solid #555;
}
.jf_recent_posts li .date .number {
  font-size: 24px;
  color: #FEFEFE;
  display: block;
  padding: 10px 0 2px 0;
}
.jf_recent_posts li .date .month {
  font-size: 14px;
  color: #F6F4F4;
  text-transform: uppercase;
}
.jf_recent_posts li p {
  padding: 0 5px;
  margin: 0;
}
.jf_recent_posts li .meta {
  font-size: 11px;
}
.jf_recent_posts li .meta a:hover {
  color: #f00;
  text-decoration: underline;
}
.jf_what_clients_say {
  list-style: none;
}
.jf_what_clients_say li {
  padding: 0 0 15px 0;
  margin: 0 0 15px 0;
}
.jf_what_clients_say li .user {
  display: block;
  float: left;
  height: 64px;
  width: 64px;
  text-align: center;
  -webkit-border-radius: 64px;
  -moz-border-radius: 64px;
  border-radius: 64px;
  background-color: #c00;
  border: 3px solid #BBB;
  overflow: hidden;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.jf_what_clients_say li .user:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  border: 3px solid #555;
}
.jf_what_clients_say li .descr {
  padding: 10px;
  line-height: 20px;
  border: 1px solid #DDD;
  margin-left: 84px;
}
.jf_what_clients_say li .descr i {
  color: #222;
  margin-right: 10px;
}
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 .jf_bread_marker i {
  margin-left: 0;
  margin-right: 7px;
}
body.rtl #rt-breadcrumbs .divider {
  background: url(../images/jf/jf_rtl/jf_breadcrumb_arrow.png) no-repeat center;
}
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;
}
@media only screen and (min-width: 568px) {
  body.rtl.logo-type-gantry #rt-logo {
    background-position: right center;
  }
}
@media only screen and (min-width: 568px) {
  body.rtl #jf_undermenu {
    left: 0;
    right: auto;
  }
  body.rtl #jf_undermenu #jf_login,
  body.rtl #jf_undermenu #jf_sharebox {
    float: left;
  }
  body.rtl #jf_search .jf_search_content {
    right: -280px;
    left: auto;
  }
  body.rtl #jf_search .jf_search_content .jf_sample_search_btn {
    left: 0;
    right: auto;
  }
  body.rtl #jf_search {
    float: left;
  }
}
body.rtl ul.jf_bottom_info.jf_fa {
  padding: 0 15px 0 0;
}
body.rtl ul.jf_bottom_info.jf_fa li i {
  margin-left: 0;
  margin-right: -19px;
}
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;
  }
}
body.rtl .jf_tj_nav {
  left: 5px;
  right: auto;
}
a:hover {
  color: #303030;
}
a,
ul.menu li .separator {
  color: #060C17;
}
#rt-maintop {
  background: #f0f0f0;
  border-bottom: 1px solid #E3E3E3;
  border-top: 5px solid #FFF;
  -webkit-box-shadow: inset 0 1px 1px 0 rgba(0,0,0,0.1);
  -moz-box-shadow: inset 0 1px 1px 0 rgba(0,0,0,0.1);
  box-shadow: inset 0 1px 1px 0 rgba(0,0,0,0.1);
}
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: #303030;
}
.readon,
.readmore,
button.validate,
#member-profile a,
#member-registration a,
.formelm-buttons button {
  color: #ffffff;
}
.readon:hover,
.readmore:hover,
button.validate:hover,
#member-profile a:hover,
#member-registration a:hover,
.formelm-buttons button:hover {
  color: #ffffff;
}
.readon:active,
.readmore:active,
button.validate:active,
#member-profile a:active,
#member-registration a:active,
.formelm-buttons button:active {
  -webkit-box-shadow: 0 1px 0 #ffffff;
  -moz-box-shadow: 0 1px 0 #ffffff;
  box-shadow: 0 1px 0 #ffffff;
}
.readmore a {
  color: #ffffff;
}
.readmore a:hover {
  color: #ffffff;
}
.readon,
.readmore,
button.validate,
#member-profile a,
#member-registration a,
.formelm-buttons button,
.btn-primary,
.button,
.btn {
  background: #060C17;
  color: #ffffff;
}
.readon:hover,
.readmore:hover,
button.validate:hover,
#member-profile a:hover,
#member-registration a:hover,
.formelm-buttons button:hover,
.btn-primary:hover,
.button:hover,
.btn:hover {
  -webkit-box-shadow: 0 0 6px #AAA;
  -moz-box-shadow: 0 0 6px #AAA;
  box-shadow: 0 0 6px #AAA;
}
.readon:active,
.readmore:active,
button.validate:active,
#member-profile a:active,
#member-registration a:active,
.formelm-buttons button:active,
.btn-primary:active,
.button:active,
.btn:active {
  -webkit-box-shadow: inset 0 1px 5px rgba(0,0,0,0.3);
  -moz-box-shadow: inset 0 1px 5px rgba(0,0,0,0.3);
  box-shadow: inset 0 1px 5px rgba(0,0,0,0.3);
}
.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);
}
.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,
.inputbox {
  border: 1px solid #d9d9d9;
}
.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: #000000;
}
abbr[title] {
  border-bottom: 1px dotted #d5d5d5;
}
blockquote {
  border-left: 5px solid #d5d5d5;
}
blockquote small {
  color: #aaaaaa;
}
blockquote.pull-right {
  border-right: 5px solid #d5d5d5;
}
legend {
  color: #303030;
  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;
}
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: ;
}
#rt-top-surround a:hover {
  color: #ffffff;
}
#rt-showcase .button:active,
#rt-showcase .readon:active,
#rt-showcase .readmore:active,
#rt-showcase button.validate:active,
#rt-showcase .formelm-buttons button:active,
#rt-top-surround .button:active,
#rt-top-surround .readon:active,
#rt-top-surround .readmore:active,
#rt-top-surround button.validate:active,
#rt-top-surround .formelm-buttons button:active {
  -webkit-box-shadow: 0 1px 0 rgba(255,255,255,0.2);
  -moz-box-shadow: 0 1px 0 rgba(255,255,255,0.2);
  box-shadow: 0 1px 0 rgba(255,255,255,0.2);
}
#rt-drawer {
  background: #3b3b3b;
  -webkit-box-shadow: inset 0 -2px 4px rgba(0,0,0,0.4);
  -moz-box-shadow: inset 0 -2px 4px rgba(0,0,0,0.4);
  box-shadow: inset 0 -2px 4px rgba(0,0,0,0.4);
}
#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;
}
