@media (max-width: 767px) {
  .always-show .mega > .mega-dropdown-menu,
  .always-show .dropdown-menu {
    display: block !important;
    position: static;
  }
  .open .dropdown-menu {
    display: block;
  }
}
.t3-logo,
.t3-logo-small {
  display: block;
  text-decoration: none;
  text-align: left;
  background-repeat: no-repeat;
  background-position: center;
}
.t3-logo {
  width: 182px;
  height: 50px;
}
.t3-logo-small {
  width: 60px;
  height: 30px;
}
.t3-logo,
.t3-logo-color {
  background-image: url("//joomlart.s3.amazonaws.com/images/jat3v3-documents/logo-complete/t3logo-big-color.png");
}
.t3-logo-small,
.t3-logo-small.t3-logo-color {
  background-image: url("//joomlart.s3.amazonaws.com/images/jat3v3-documents/logo-complete/t3logo-small-color.png");
}
.t3-logo-dark {
  background-image: url("//joomlart.s3.amazonaws.com/images/jat3v3-documents/logo-complete/t3logo-big-dark.png");
}
.t3-logo-small.t3-logo-dark {
  background-image: url("//joomlart.s3.amazonaws.com/images/jat3v3-documents/logo-complete/t3logo-small-dark.png");
}
.t3-logo-light {
  background-image: url("//joomlart.s3.amazonaws.com/images/jat3v3-documents/logo-complete/t3logo-big-light.png");
}
.t3-logo-small.t3-logo-light {
  background-image: url("//joomlart.s3.amazonaws.com/images/jat3v3-documents/logo-complete/t3logo-small-light.png");
}
@media (max-width: 767px) {
  .logo-control .logo-img-sm {
    display: block;
  }
  .logo-control .logo-img {
    display: none;
  }
}
@media (min-width: 768px) {
  .logo-control .logo-img-sm {
    display: none;
  }
  .logo-control .logo-img {
    display: block;
  }
}
#community-wrap .collapse {
  position: relative;
  height: 0;
  overflow: hidden;
  display: block;
}
.body-data-holder:before {
  display: none;
  content: "grid-float-breakpoint:768px screen-xs:480px screen-sm:768px screen-md:992px screen-lg:1200px";
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #4bb9b4;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #4bb9b4;
  text-decoration: none;
  outline: none;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
  outline: none;
}
img {
  vertical-align: middle;
}
th,
td {
  line-height: 1.6;
  text-align: left;
  vertical-align: top;
}
th {
  font-weight: bold;
}
td,
tr td {
  border-top: 1px solid #dddddd;
}
.cat-list-row0:hover,
.cat-list-row1:hover {
  background: #f5f5f5;
}
.cat-list-row1,
tr.cat-list-row1 td {
  background: #f9f9f9;
}
table.contentpane,
table.tablelist,
table.category,
table.admintable,
table.blog {
  width: 100%;
}
table.contentpaneopen {
  border: 0;
}
.star {
  color: #ffcc00;
}
.red {
  color: #fc615d;
}
hr {
  margin-top: 24px;
  margin-bottom: 24px;
  border: 0;
  border-top: 1px solid #d9d9d9;
}
.wrap {
  width: auto;
  clear: both;
}
.center,
.table td.center,
.table th.center {
  text-align: center;
}
.element-invisible {
  position: absolute;
  padding: 0;
  margin: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 24px;
  margin-bottom: 12px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 12px;
  margin-bottom: 12px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 55px;
}
h2,
.h2 {
  font-size: 34px;
}
h3,
.h3 {
  font-size: 23px;
}
h4,
.h4 {
  font-size: 19px;
}
h5,
.h5 {
  font-size: 15px;
}
h6,
.h6 {
  font-size: 13px;
}
p {
  margin: 0 0 12px;
}
.lead {
  margin-bottom: 24px;
  font-size: 17px;
  font-weight: 200;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 22.5px;
  }
}
small,
.small {
  font-size: 85%;
}
cite {
  font-style: normal;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-muted {
  color: #999999;
}
.text-primary {
  color: #fc615d;
}
a.text-primary:hover {
  color: #fb302b;
}
.text-success {
  color: #468847;
}
a.text-success:hover {
  color: #356635;
}
.text-info {
  color: #3a87ad;
}
a.text-info:hover {
  color: #2d6987;
}
.text-warning {
  color: #c09853;
}
a.text-warning:hover {
  color: #a47e3c;
}
.text-danger {
  color: #b94a48;
}
a.text-danger:hover {
  color: #953b39;
}
.bg-primary {
  color: #fff;
  background-color: #fc615d;
}
a.bg-primary:hover {
  background-color: #fb302b;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover {
  background-color: #e4b9b9;
}
.highlight {
  background-color: #FFC;
  font-weight: bold;
  padding: 1px 4px;
}
.page-header {
  padding-bottom: 11px;
  margin: 48px 0 24px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 12px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 24px;
}
dt,
dd {
  line-height: 1.6;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
.swatch-item {
  width: 100%;
  min-height: 100px;
  position: relative;
  background: #222222;
  color: #ffffff;
  margin-bottom: 24px;
}
@media (min-width: 1200px) {
  .swatch-item {
    min-height: 123px;
  }
}
.swatch-item dl {
  width: 100%;
  position: absolute;
  bottom: 0;
  padding: 20px;
  margin: 0;
}
.color-brand-primary {
  background: #fc615d;
}
.color-brand-secondary {
  background: #428bca;
}
.color-brand-success {
  background: #5cb85c;
}
.color-brand-danger {
  background: #d9534f;
}
.color-brand-warning {
  background: #f0ad4e;
}
.color-brand-info {
  background: #5bc0de;
}
.color-gray-darker {
  background: #222222;
}
.color-gray-dark {
  background: #333333;
}
.color-gray {
  background: #666666;
}
.color-gray-light {
  background: #999999;
  color: #333333;
}
.color-gray-lighter {
  background: #eeeeee;
  color: #333333;
}
.color-gray-lightest {
  background: #f7f7f7;
  color: #333333;
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999999;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 12px 24px;
  margin: 0 0 24px;
  font-size: 18.75px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.6;
  color: #999999;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
blockquote:before,
blockquote:after {
  content: "";
}
address {
  margin-bottom: 24px;
  font-style: normal;
  line-height: 1.6;
}
code,
kbd,
pre,
samp {
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
}
.btn-actions {
  text-align: center;
}
.features-list {
  margin-top: 72px;
  
}
.features-list .page-header {
  border: 0;
  text-align: center;
}
.features-list .page-header h1 {
  font-size: 47px;
}
.features-list .feature-row {
  overflow: hidden;
  min-height: 200px;
  color: #696f72;
  border-top: 1px solid #e0e2e3;
  padding: 72px 0 0;
  text-align: center;
}
.features-list .feature-row:last-child {
  border-bottom: 1px solid #e0e2e3;
  margin-bottom: 72px;
}
.features-list .feature-row h3 {
  font-size: 30px;
}
.features-list .feature-row div:first-child {
  padding-left: 0;
}
.features-list .feature-row div:last-child {
  padding-right: 0;
}
.features-list .feature-row div:first-child.feature-img img {
  float: left;
}
.features-list .feature-row div:last-child.feature-img img {
  float: right;
}
.jumbotron h2 {
  font-size: 47px;
}
.jumbotron iframe {
  margin-top: 24px;
}
@-webkit-keyframes popUp {
  70% {
    opacity: 0.8;
    filter: alpha(opacity=80);
    -webkit-transform: scale(1.1);
    -webkit-animation-timing-function: ease-out;
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
@-moz-keyframes popUp {
  70% {
    -moz-transform: scale(1.1);
    opacity: 0.8;
    filter: alpha(opacity=80);
    -moz-animation-timing-function: ease-out;
  }
  100% {
    -moz-transform: scale(1);
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
@keyframes popUp {
  70% {
    transform: scale(1.1);
    opacity: 0.8;
    filter: alpha(opacity=80);
    animation-timing-function: ease-out;
  }
  100% {
    transform: scale(1);
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
@-webkit-keyframes moveFromLeft {
  0% {
    -webkit-transform: translateX(-15%);
    transform: translateX(-15%);
    -webkit-animation-timing-function: ease-out;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
@-moz-keyframes moveFromLeft {
  0% {
    -webkit-transform: translateX(-15%);
    transform: translateX(-15%);
    -moz-animation-timing-function: ease-out;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
@keyframes moveFromLeft {
  0% {
    -webkit-transform: translateX(-15%);
    transform: translateX(-15%);
    animation-timing-function: ease-out;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
@-webkit-keyframes moveFromRight {
  0% {
    -webkit-transform: translateX(15%);
    transform: translateX(15%);
    -webkit-animation-timing-function: ease-out;
    opacity: 0;
    filter: alpha(opacity=0);
  }
  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
@-moz-keyframes moveFromRight {
  0% {
    -webkit-transform: translateX(15%);
    transform: translateX(15%);
    -moz-animation-timing-function: ease-out;
    opacity: 0;
    filter: alpha(opacity=0);
  }
  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
@keyframes moveFromRight {
  50% {
    -webkit-transform: translateX(15%);
    transform: translateX(15%);
    animation-timing-function: ease-out;
    opacity: 0;
    filter: alpha(opacity=0);
  }
  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
@-webkit-keyframes moveFromBottom {
  0% {
    -webkit-transform: translateY(15%);
    transform: translateY(15%);
    -webkit-animation-timing-function: ease-out;
    opacity: 0.8;
    filter: alpha(opacity=80);
  }
  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
@-moz-keyframes moveFromBottom {
  0% {
    -webkit-transform: translateY(15%);
    transform: translateY(15%);
    -moz-animation-timing-function: ease-out;
    opacity: 0.8;
    filter: alpha(opacity=80);
  }
  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
@keyframes moveFromBottom {
  0% {
    -webkit-transform: translateY(15%);
    transform: translateY(15%);
    animation-timing-function: ease-out;
    opacity: 0.8;
    filter: alpha(opacity=80);
  }
  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
@-webkit-keyframes fadeIn {
  0% {
    -webkit-animation-timing-function: ease-out;
    opacity: 0;
    filter: alpha(opacity=0);
  }
  100% {
    -webkit-animation-timing-function: ease-out;
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
@-moz-keyframes fadeIn {
  0% {
    -webkit-animation-timing-function: ease-out;
    opacity: 0;
    filter: alpha(opacity=0);
  }
  100% {
    -moz-animation-timing-function: ease-out;
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
@keyframes fadeIn {
  0% {
    -webkit-animation-timing-function: ease-out;
    opacity: 0;
    filter: alpha(opacity=0);
  }
  100% {
    animation-timing-function: ease-out;
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes flip {
  0% {
    -webkit-animation-timing-function: ease-out;
    -webkit-transform: rotateY(-40deg);
    opacity: 0.8;
    filter: alpha(opacity=80);
  }
  100% {
    -webkit-animation-timing-function: ease-out;
    -webkit-transform: rotateY(0deg);
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
@-moz-keyframes flip {
  0% {
    -moz-animation-timing-function: ease-out;
    -moz-transform: rotateY(-40deg);
    opacity: 0.8;
    filter: alpha(opacity=80);
  }
  100% {
    -moz-animation-timing-function: ease-out;
    -moz-transform: rotateY(0deg);
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
@keyframes flip {
  0% {
    animation-timing-function: ease-out;
    transform: rotateY(-40deg);
    opacity: 0.8;
    filter: alpha(opacity=80);
  }
  100% {
    animation-timing-function: ease-out;
    transform: rotateY(0deg);
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
@media (min-width: 992px) {
  .enable-effect .ja-animate {
    position: relative;
    -webkit-perspective: 600px;
    -moz-perspective: 600px;
    perspective: 600px;
    opacity: 0;
    filter: alpha(opacity=0);
  }
  .enable-effect .inview .ja-animate[data-animation="pop-up"],
  .enable-effect .inview .ja-animate.pop-up {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-animation: popUp 1200ms ease-in-out forwards;
    -moz-animation: popUp 1200ms ease-in-out forwards;
    -ms-animation: popUp 1200ms ease-in-out forwards;
    animation: popUp 1200ms ease-in-out forwards;
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
  }
  .enable-effect .inview .ja-animate[data-animation="move-from-left"],
  .enable-effect .inview .ja-animate.move-from-left {
    -webkit-animation: moveFromLeft 2400ms ease-in-out forwards;
    -moz-animation: moveFromLeft 2400ms ease-in-out forwards;
    animation: moveFromLeft 2400ms ease-in-out forwards;
  }
  .enable-effect .inview .ja-animate[data-animation="move-from-right"],
  .enable-effect .inview .ja-animate.move-from-right {
    -webkit-animation: moveFromRight 2400ms ease-in-out forwards;
    -moz-animation: moveFromRight 2400ms ease-in-out forwards;
    animation: moveFromRight 2400ms ease-in-out forwards;
  }
  .enable-effect .inview .ja-animate[data-animation="move-from-bottom"],
  .enable-effect .inview .ja-animate.move-from-bottom {
    -webkit-animation: moveFromBottom 2400ms ease-in-out forwards;
    -moz-animation: moveFromBottom 2400ms ease-in-out forwards;
    animation: moveFromBottom 2400ms ease-in-out forwards;
  }
  .enable-effect .inview .ja-animate[data-animation="fadeIn"],
  .enable-effect .inview .ja-animate.fadeIn {
    -webkit-animation: fadeIn 2400ms ease-in-out forwards;
    -moz-animation: fadeIn 2400ms ease-in-out forwards;
    animation: fadeIn 2400ms ease-in-out forwards;
  }
  .enable-effect .inview .ja-animate[data-animation="fadeInUp"],
  .enable-effect .inview .ja-animate.fadeInUp {
    -webkit-animation: fadeInUp 2400ms ease-in-out forwards;
    -moz-animation: fadeInUp 2400ms ease-in-out forwards;
    animation: fadeInUp 2400ms ease-in-out forwards;
  }
  .enable-effect .inview .ja-animate[data-animation="flip"],
  .enable-effect .inview .ja-animate.flip {
    transform-style: preserve-3d;
    -webkit-animation: flip 2400ms ease-in-out forwards;
    -moz-animation: flip 2400ms ease-in-out forwards;
    animation: flip 2400ms ease-in-out forwards;
  }
  .enable-effect .inview .ja-animate[data-delay="item-0"],
  .enable-effect .inview .ja-animate.dl-item-0 {
    -webkit-animation-delay: 400ms;
    animation-delay: 400ms;
  }
  .enable-effect .inview .ja-animate[data-delay="item-1"],
  .enable-effect .inview .ja-animate.dl-item-1 {
    -webkit-animation-delay: 800ms;
    animation-delay: 800ms;
  }
  .enable-effect .inview .ja-animate[data-delay="item-2"],
  .enable-effect .inview .ja-animate.dl-item-2 {
    -webkit-animation-delay: 1000ms;
    animation-delay: 1000ms;
  }
  .enable-effect .inview .ja-animate[data-delay="item-3"],
  .enable-effect .inview .ja-animate.dl-item-3 {
    -webkit-animation-delay: 1200ms;
    animation-delay: 1200ms;
  }
  .enable-effect .inview .ja-animate[data-delay="item-4"],
  .enable-effect .inview .ja-animate.dl-item-4 {
    -webkit-animation-delay: 1100ms;
    animation-delay: 1100ms;
  }
  .enable-effect .inview .ja-animate[data-delay="item-5"],
  .enable-effect .inview .ja-animate.dl-item-5 {
    -webkit-animation-delay: 1200ms;
    animation-delay: 1200ms;
  }
  .enable-effect .inview .ja-animate[data-delay="item-6"],
  .enable-effect .inview .ja-animate.dl-item-6 {
    -webkit-animation-delay: 1300ms;
    animation-delay: 1300ms;
  }
  .enable-effect .inview .ja-animate[data-delay="item-7"],
  .enable-effect .inview .ja-animate.dl-item-7 {
    -webkit-animation-delay: 1400ms;
    animation-delay: 1400ms;
  }
  .enable-effect .inview .ja-animate[data-delay="item-8"],
  .enable-effect .inview .ja-animate.dl-item-8 {
    -webkit-animation-delay: 1500ms;
    animation-delay: 1500ms;
  }
  .enable-effect .inview .ja-animate[data-delay="item-9"],
  .enable-effect .inview .ja-animate.dl-item-9 {
    -webkit-animation-delay: 1600ms;
    animation-delay: 1600ms;
  }
  .enable-effect .inview .ja-animate[data-delay="item-10"],
  .enable-effect .inview .ja-animate.dl-item-10 {
    -webkit-animation-delay: 1700ms;
    animation-delay: 1700ms;
  }
  .enable-effect .inview .ja-animate[data-delay="item-11"],
  .enable-effect .inview .ja-animate.dl-item-11 {
    -webkit-animation-delay: 1800ms;
    animation-delay: 1800ms;
  }
  .enable-effect .inview .ja-animate[data-delay="item-12"],
  .enable-effect .inview .ja-animate.dl-item-12 {
    -webkit-animation-delay: 1900ms;
    animation-delay: 1900ms;
  }
  .enable-effect .inview .ja-animate[data-delay="item-13"],
  .enable-effect .inview .ja-animate.dl-item-13 {
    -webkit-animation-delay: 2000ms;
    animation-delay: 2000ms;
  }
  .enable-effect .inview .ja-animate[data-delay="item-15"],
  .enable-effect .inview .ja-animate.dl-item-15 {
    -webkit-animation-delay: 2100ms;
    animation-delay: 2100ms;
  }
  .enable-effect .inview .ja-animate[data-delay="item-16"],
  .enable-effect .inview .ja-animate.dl-item-16 {
    -webkit-animation-delay: 2200ms;
    animation-delay: 2200ms;
  }
  .enable-effect .inview .ja-animate[data-delay="200"],
  .enable-effect .inview .ja-animate.dl-2 {
    -webkit-animation-delay: 200ms;
    animation-delay: 200ms;
  }
  .enable-effect .inview .ja-animate[data-delay="400"],
  .enable-effect .inview .ja-animate.dl-4 {
    -webkit-animation-delay: 400ms;
    animation-delay: 400ms;
  }
  .enable-effect .inview .ja-animate[data-delay="600"],
  .enable-effect .inview .ja-animate.dl-6 {
    -webkit-animation-delay: 600ms;
    animation-delay: 600ms;
  }
  .enable-effect .inview .ja-animate[data-delay="800"],
  .enable-effect .inview .ja-animate.dl-8 {
    -webkit-animation-delay: 800ms;
    animation-delay: 800ms;
  }
  .enable-effect .inview .ja-animate[data-delay="1000"],
  .enable-effect .inview .ja-animate.dl-10 {
    -webkit-animation-delay: 1000ms;
    animation-delay: 1000ms;
  }
}
.enable-effect.ie11 .ja-animate.fadeInUp {
  opacity: 1;
  filter: alpha(opacity=100);
}
.enable-effect.ie9 .ja-animate,
.enable-effect.ie8 .ja-animate,
.enable-effect.old-ie .ja-animate,
.enable-effect.ie9 .inview .ja-animate,
.enable-effect.ie8 .inview .ja-animate,
.enable-effect.old-ie .inview .ja-animate {
  opacity: 1;
  filter: alpha(opacity=100);
}
.enable-effect.ie9 .inview [data-animation="pop-up"] .ja-animate,
.enable-effect.ie8 .inview [data-animation="pop-up"] .ja-animate,
.enable-effect.old-ie .inview [data-animation="pop-up"] .ja-animate {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.ja-masonry-wrap {
  margin-left: -15px;
  margin-right: -15px;
  
  
  
  
  
}
.ja-masonry-wrap .item {
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 30px;
}
.ja-masonry-wrap .item-bg-dark .item-inner,
.ja-masonry-wrap .item-bg-dark article {
  background-color: #333333;
  color: #ffffff;
}
.ja-masonry-wrap .item-bg-highlight .item-inner,
.ja-masonry-wrap .item-bg-highlight article {
  background-color: #fff4f3;
}
.ja-masonry-wrap .badge.hot {
  background-color: #fc615d;
  color: #ffffff;
}
.ja-masonry-wrap .badge.new {
  background-color: #0077bb;
  color: #ffffff;
}
.ja-masonry-wrap .grid-sizer {
  margin-bottom: 0;
}
.ja-masonry-wrap .grid-xs-1 .item {
  width: 100%;
}
.ja-masonry-wrap .grid-xs-2 .item {
  width: 50%;
}
.ja-masonry-wrap .grid-xs-3 .item {
  width: 33.3%;
}
.ja-masonry-wrap .grid-xs-4 .item {
  width: 25%;
}
.ja-masonry-wrap .grid-xs-5 .item {
  width: 20%;
}
.ja-masonry-wrap .grid-xs-6 .item {
  width: 16.6%;
}
.ja-masonry-wrap .grid-xs-7 .item {
  width: 14.28%;
}
.ja-masonry-wrap .grid-xs-8 .item {
  width: 12.5%;
}
.ja-masonry-wrap .grid-xs-9 .item {
  width: 11.1%;
}
.ja-masonry-wrap .grid-xs-10 .item {
  width: 10%;
}
@media (min-width: 600px) {
  .ja-masonry-wrap .grid-smx-1 .item {
    width: 100%;
  }
  .ja-masonry-wrap .grid-smx-2 .item {
    width: 50%;
  }
  .ja-masonry-wrap .grid-smx-3 .item {
    width: 33.3%;
  }
  .ja-masonry-wrap .grid-smx-4 .item {
    width: 25%;
  }
  .ja-masonry-wrap .grid-smx-5 .item {
    width: 20%;
  }
  .ja-masonry-wrap .grid-smx-6 .item {
    width: 16.6%;
  }
  .ja-masonry-wrap .grid-smx-7 .item {
    width: 14.28%;
  }
  .ja-masonry-wrap .grid-smx-8 .item {
    width: 12.5%;
  }
  .ja-masonry-wrap .grid-smx-9 .item {
    width: 11.1%;
  }
  .ja-masonry-wrap .grid-smx-10 .item {
    width: 10%;
  }
}
@media (min-width: 768px) {
  .ja-masonry-wrap .grid-sm-1 .item {
    width: 100%;
  }
  .ja-masonry-wrap .grid-sm-2 .item {
    width: 50%;
  }
  .ja-masonry-wrap .grid-sm-3 .item {
    width: 33.3%;
  }
  .ja-masonry-wrap .grid-sm-4 .item {
    width: 25%;
  }
  .ja-masonry-wrap .grid-sm-5 .item {
    width: 20%;
  }
  .ja-masonry-wrap .grid-sm-6 .item {
    width: 16.6%;
  }
  .ja-masonry-wrap .grid-sm-7 .item {
    width: 14.28%;
  }
  .ja-masonry-wrap .grid-sm-8 .item {
    width: 12.5%;
  }
  .ja-masonry-wrap .grid-sm-9 .item {
    width: 11.1%;
  }
  .ja-masonry-wrap .grid-sm-10 .item {
    width: 10%;
  }
}
@media (min-width: 992px) {
  .ja-masonry-wrap .grid-md-1 .item {
    width: 100%;
  }
  .ja-masonry-wrap .grid-md-2 .item {
    width: 50%;
  }
  .ja-masonry-wrap .grid-md-3 .item {
    width: 33.3%;
  }
  .ja-masonry-wrap .grid-md-4 .item {
    width: 25%;
  }
  .ja-masonry-wrap .grid-md-5 .item {
    width: 20%;
  }
  .ja-masonry-wrap .grid-md-6 .item {
    width: 16.6%;
  }
  .ja-masonry-wrap .grid-md-7 .item {
    width: 14.28%;
  }
  .ja-masonry-wrap .grid-md-8 .item {
    width: 12.5%;
  }
  .ja-masonry-wrap .grid-md-9 .item {
    width: 11.1%;
  }
  .ja-masonry-wrap .grid-md-10 .item {
    width: 10%;
  }
}
@media (min-width: 1200px) {
  .ja-masonry-wrap .grid-lg-1 .item {
    width: 100%;
  }
  .ja-masonry-wrap .grid-lg-2 .item {
    width: 50%;
  }
  .ja-masonry-wrap .grid-lg-3 .item {
    width: 33.3%;
  }
  .ja-masonry-wrap .grid-lg-4 .item {
    width: 25%;
  }
  .ja-masonry-wrap .grid-lg-4 .item.item-2 {
    width: 50%;
  }
  .ja-masonry-wrap .grid-lg-5 .item {
    width: 20%;
  }
  .ja-masonry-wrap .grid-lg-6 .item {
    width: 16.6%;
  }
  .ja-masonry-wrap .grid-lg-7 .item {
    width: 14.28%;
  }
  .ja-masonry-wrap .grid-lg-8 .item {
    width: 12.5%;
  }
  .ja-masonry-wrap .grid-lg-9 .item {
    width: 11.1%;
  }
  .ja-masonry-wrap .grid-lg-10 .item {
    width: 10%;
  }
}

html.ie8 .ja-masonry-wrap .item {
  margin-left: -0.5px;
}

label {
  font-family: "Bitter", serif;
  text-transform: uppercase;
}
.form-control:focus {
  border-color: #333333;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(51, 51, 51, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(51, 51, 51, 0.6);
}
.form-control::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999999;
}
.form-control::-webkit-input-placeholder {
  color: #999999;
}
textarea.form-control {
  height: auto;
}
.form-control:focus {
  box-shadow: none !important;
}
.form-group {
  margin-bottom: 24px;
}
.radio label,
.checkbox label {
  display: inline;
  text-transform: none;
}
.form-control-static {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
  }
  .form-inline .form-control {
    display: inline-block;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    float: none;
  }
}
.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .form-control-static {
  padding-top: 7px;
}
.btn {
  text-transform: uppercase;
}
.btn-inverse {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
  border-width: 4px;
  -webkit-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
}
.btn-inverse:hover,
.btn-inverse:focus,
.btn-inverse.focus,
.btn-inverse:active,
.btn-inverse.active,
.open > .dropdown-toggle.btn-inverse {
  color: #ffffff;
  background-color: #1a1a1a;
  border-color: #141414;
}
.btn-inverse:active,
.btn-inverse.active,
.open > .dropdown-toggle.btn-inverse {
  background-image: none;
}
.btn-inverse.disabled,
.btn-inverse[disabled],
fieldset[disabled] .btn-inverse,
.btn-inverse.disabled:hover,
.btn-inverse[disabled]:hover,
fieldset[disabled] .btn-inverse:hover,
.btn-inverse.disabled:focus,
.btn-inverse[disabled]:focus,
fieldset[disabled] .btn-inverse:focus,
.btn-inverse.disabled.focus,
.btn-inverse[disabled].focus,
fieldset[disabled] .btn-inverse.focus,
.btn-inverse.disabled:active,
.btn-inverse[disabled]:active,
fieldset[disabled] .btn-inverse:active,
.btn-inverse.disabled.active,
.btn-inverse[disabled].active,
fieldset[disabled] .btn-inverse.active {
  background-color: #333333;
  border-color: #333333;
}
.btn-inverse .badge {
  color: #333333;
  background-color: #ffffff;
}
.btn-inverse:hover,
.btn-inverse:focus,
.btn-inverse.focus,
.btn-inverse:active,
.btn-inverse.active,
.open > .dropdown-toggle.btn-inverse {
  color: #333333;
  background-color: #fdfdfd;
  border-color: #333333;
}
.btn-inverse:active,
.btn-inverse.active,
.open > .dropdown-toggle.btn-inverse {
  background-image: none;
}
.btn-inverse.disabled,
.btn-inverse[disabled],
fieldset[disabled] .btn-inverse,
.btn-inverse.disabled:hover,
.btn-inverse[disabled]:hover,
fieldset[disabled] .btn-inverse:hover,
.btn-inverse.disabled:focus,
.btn-inverse[disabled]:focus,
fieldset[disabled] .btn-inverse:focus,
.btn-inverse.disabled.focus,
.btn-inverse[disabled].focus,
fieldset[disabled] .btn-inverse.focus,
.btn-inverse.disabled:active,
.btn-inverse[disabled]:active,
fieldset[disabled] .btn-inverse:active,
.btn-inverse.disabled.active,
.btn-inverse[disabled].active,
fieldset[disabled] .btn-inverse.active {
  background-color: #333333;
  border-color: #333333;
}
.btn-inverse .badge {
  color: #333333;
  background-color: #ffffff;
}
button[class^="btn modal"] {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
  border-width: 4px;
  -webkit-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
}
button[class^="btn modal"]:hover,
button[class^="btn modal"]:focus,
button[class^="btn modal"].focus,
button[class^="btn modal"]:active,
button[class^="btn modal"].active,
.open > .dropdown-togglebutton[class^="btn modal"] {
  color: #ffffff;
  background-color: #1a1a1a;
  border-color: #141414;
}
button[class^="btn modal"]:active,
button[class^="btn modal"].active,
.open > .dropdown-togglebutton[class^="btn modal"] {
  background-image: none;
}
button[class^="btn modal"].disabled,
button[class^="btn modal"][disabled],
fieldset[disabled] button[class^="btn modal"],
button[class^="btn modal"].disabled:hover,
button[class^="btn modal"][disabled]:hover,
fieldset[disabled] button[class^="btn modal"]:hover,
button[class^="btn modal"].disabled:focus,
button[class^="btn modal"][disabled]:focus,
fieldset[disabled] button[class^="btn modal"]:focus,
button[class^="btn modal"].disabled.focus,
button[class^="btn modal"][disabled].focus,
fieldset[disabled] button[class^="btn modal"].focus,
button[class^="btn modal"].disabled:active,
button[class^="btn modal"][disabled]:active,
fieldset[disabled] button[class^="btn modal"]:active,
button[class^="btn modal"].disabled.active,
button[class^="btn modal"][disabled].active,
fieldset[disabled] button[class^="btn modal"].active {
  background-color: #333333;
  border-color: #333333;
}
button[class^="btn modal"] .badge {
  color: #333333;
  background-color: #ffffff;
}
button[class^="btn modal"]:hover,
button[class^="btn modal"]:focus,
button[class^="btn modal"].focus,
button[class^="btn modal"]:active,
button[class^="btn modal"].active,
.open > .dropdown-togglebutton[class^="btn modal"] {
  color: #333333;
  background-color: #fdfdfd;
  border-color: #333333;
}
button[class^="btn modal"]:active,
button[class^="btn modal"].active,
.open > .dropdown-togglebutton[class^="btn modal"] {
  background-image: none;
}
button[class^="btn modal"].disabled,
button[class^="btn modal"][disabled],
fieldset[disabled] button[class^="btn modal"],
button[class^="btn modal"].disabled:hover,
button[class^="btn modal"][disabled]:hover,
fieldset[disabled] button[class^="btn modal"]:hover,
button[class^="btn modal"].disabled:focus,
button[class^="btn modal"][disabled]:focus,
fieldset[disabled] button[class^="btn modal"]:focus,
button[class^="btn modal"].disabled.focus,
button[class^="btn modal"][disabled].focus,
fieldset[disabled] button[class^="btn modal"].focus,
button[class^="btn modal"].disabled:active,
button[class^="btn modal"][disabled]:active,
fieldset[disabled] button[class^="btn modal"]:active,
button[class^="btn modal"].disabled.active,
button[class^="btn modal"][disabled].active,
fieldset[disabled] button[class^="btn modal"].active {
  background-color: #333333;
  border-color: #333333;
}
button[class^="btn modal"] .badge {
  color: #333333;
  background-color: #ffffff;
}
.btn-lg {
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  padding: 17px 24px;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
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"],
.inputbox {
  font-family: "Bitter", serif;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  box-shadow: none;
  padding-left: 0;
  border-bottom-width: 2px;
}
select:focus,
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.inputbox:focus {
  box-shadow: none;
}
select::-moz-placeholder,
textarea::-moz-placeholder,
input[type="text"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="datetime"]::-moz-placeholder,
input[type="datetime-local"]::-moz-placeholder,
input[type="date"]::-moz-placeholder,
input[type="month"]::-moz-placeholder,
input[type="time"]::-moz-placeholder,
input[type="week"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="color"]::-moz-placeholder,
.inputbox::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
select:-ms-input-placeholder,
textarea:-ms-input-placeholder,
input[type="text"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="datetime"]:-ms-input-placeholder,
input[type="datetime-local"]:-ms-input-placeholder,
input[type="date"]:-ms-input-placeholder,
input[type="month"]:-ms-input-placeholder,
input[type="time"]:-ms-input-placeholder,
input[type="week"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="color"]:-ms-input-placeholder,
.inputbox:-ms-input-placeholder {
  color: #999999;
}
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
input[type="text"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="datetime"]::-webkit-input-placeholder,
input[type="datetime-local"]::-webkit-input-placeholder,
input[type="date"]::-webkit-input-placeholder,
input[type="month"]::-webkit-input-placeholder,
input[type="time"]::-webkit-input-placeholder,
input[type="week"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="color"]::-webkit-input-placeholder,
.inputbox::-webkit-input-placeholder {
  color: #999999;
}
textareaselect,
textareatextarea,
textareainput[type="text"],
textareainput[type="password"],
textareainput[type="datetime"],
textareainput[type="datetime-local"],
textareainput[type="date"],
textareainput[type="month"],
textareainput[type="time"],
textareainput[type="week"],
textareainput[type="number"],
textareainput[type="email"],
textareainput[type="url"],
textareainput[type="search"],
textareainput[type="tel"],
textareainput[type="color"],
textarea.inputbox {
  height: auto;
}
@media screen and (min-width: 768px) {
  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"],
  .inputbox {
    width: auto;
  }
}
select,
select.form-control,
select.inputbox,
select.input {
  padding-right: 5px;
}
.input-append .active,
.input-prepend .active {
  background-color: #bbff33;
  border-color: #669900;
}
.invalid {
  border-color: #fc615d;
}
label.invalid {
  color: #fc615d;
}
input.invalid {
  border-color: #fc615d;
}

.dropdown-menu > li > a {
  padding: 5px 20px;
}
.dropdown-header {
  padding: 3px 20px;
  font-size: 15px;
}
.dropdown-header a {
  color: #999999;
}
.dropdown-submenu > a:after {
  border-left-color: #333333;
}
.dropdown-submenu:hover > a:after {
  border-left-color: #262626;
}
.nav > li > .separator {
  position: relative;
  display: block;
  padding: 10px 15px;
  line-height: 24px;
}
@media (min-width: 768px) {
  .nav > li > .separator {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}
@media (max-width: 991px) {
  .nav > li > span {
    padding: 10px 15px;
    display: inline-block;
  }
}
@media (max-width: 767px) {
  .nav-tabs > li {
    float: none;
  }
}
.nav-tabs > li > a {
  color: #333333;
  padding: 18px 36px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 15px;
  margin: 0;
}
@media (max-width: 1199px) {
  .nav-tabs > li > a {
    padding: 24px;
  }
}
@media (max-width: 767px) {
  .nav-tabs > li > a {
    padding: 12px;
  }
}
.nav-tabs > li > a:hover {
  background: transparent;
  border-color: transparent;
  color: #fb1812;
}
.nav-tabs > li.open > a,
.nav-tabs > li.open > a:hover,
.nav-tabs > li.open > a:focus {
  background: transparent;
  border-color: transparent;
  color: #fc615d;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  border-color: #d9d9d9;
  border-bottom-color: #ffffff;
  color: #222222;
}
@media (max-width: 767px) {
  .nav-tabs > li.active > a,
  .nav-tabs > li.active > a:hover,
  .nav-tabs > li.active > a:focus {
    background-color: #d9d9d9;
  }
}
.tab-content {
  border: 1px solid #d9d9d9;
  border-top: 0;
  padding: 36px;
}
@media (max-width: 1199px) {
  .tab-content {
    padding: 24px;
  }
}
.nav-stacked > li {
  font-family: inherit;
}
.nav-stacked > li > a {
  border-radius: 0;
  padding: 8px 0;
  color: #333333;
  text-transform: uppercase;
  font-size: 14px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.nav-stacked > li > a:hover,
.nav-stacked > li > a:focus {
  background: none;
  color: #fb1812;
  margin-left: 10px;
}
.nav-stacked > li + li {
  margin: 0;
}
.nav-stacked > li.open > a,
.nav-stacked > li.open > a:hover,
.nav-stacked > li.open > a:focus {
  background: none;
  color: #fb1812;
}
.nav-stacked > li.disabled > a,
.nav-stacked > li.disabled > a:hover,
.nav-stacked > li.disabled > a:focus {
  color: #999999;
  margin: 0;
}
.nav-stacked > li.active > a,
.nav-stacked > li.active > a:hover,
.nav-stacked > li.active > a:focus {
  background: none;
  color: #fc615d;
  margin: 0;
}
.nav .caret {
  border-top-color: #fc615d;
  border-bottom-color: #fc615d;
}
.nav a:hover .caret {
  border-top-color: #fb1812;
  border-bottom-color: #fb1812;
}
.t3-navhelper {
  background: #f5f5f5;
  border-top: 1px solid #d9d9d9;
  color: #666666;
  padding: 5px 0;
}
.breadcrumb {
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  border-radius: 0;
}
.breadcrumb > li + li:before {
  content: "/\00a0";
}
.breadcrumb > .active {
  color: #999999;
}
.breadcrumb > .active + li:before {
  content: "";
  padding: 0;
}
.breadcrumb > .active .hasTooltip {
  padding-right: 12px;
}
.breadcrumb .divider {
  display: none;
}
.pagination-wrap {
  text-align: center;
}
.pagination > li > a,
.pagination > li > span {
  display: inline-block;
  background: #eeeeee;
  color: #333333;
  margin: 0 6px 12px;
  line-height: normal;
  float: none;
  font-size: 14px;
  font-weight: 500;
  border: 4px solid #eeeeee;
  padding: 10px 12px;
  text-transform: uppercase;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  background: #ffffff;
  border-color: #eeeeee;
  color: #333333;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  background: #eeeeee;
  border-color: #eeeeee;
}
.pagination {
  display: block;
}
.pagination:before,
.pagination:after {
  content: " ";
  display: table;
}
.pagination:after {
  clear: both;
}
.pagination .pagination {
  display: inline-block;
}
.counter {
  color: #999999;
  display: block;
  float: none !important;
  margin-top: 24px;
  padding: 0 12px;
  text-align: center;
}

@media (max-width: 768px - 1px) {
  .navbar {
    min-height: 0;
  }
}
.navbar-toggle {
  font-size: 21px;
  padding: 0;
  line-height: 72px;
  width: 35px;
  margin: 0;
  -webkit-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 12px -15px;
}
.navbar-nav > li > a,
.navbar-nav > li > span {
  text-transform: uppercase;
  padding-right: 0;
  padding-left: 30px;
  font-size: 14px;
  -webkit-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
}
.navbar-nav > li > a::before,
.navbar-nav > li > span::before {
  content: "";
  border-bottom: 1px solid #d9d9d9;
  width: 15px;
  display: inline-block;
  margin-right: 5px;
}
@media (max-width: 1199px) {
  .navbar-nav > li > a::before,
  .navbar-nav > li > span::before {
    display: none;
  }
}
.navbar-nav > li.active > a::before {
  border-bottom-color: #4bb9b4;
}
@media (max-width: 767px) {
  .navbar-nav .open span {
    color: #4bb9b4;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    margin: 0;
  }
}
.navbar-nav > li > .open .dropdown-menu {
  background: #fafafb;
  border: none;
  box-shadow: none;
  margin-top: 12px;
  padding: 6px 24px;
}
.navbar-nav > li > .open .dropdown-menu::after {
  content: "";
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #fafafb;
  position: absolute;
  bottom: -13px;
  left: 24px;
  z-index: 1001;
}
.navbar-default {
  background-color: transparent;
  border-color: transparent;
}
@media (max-width: 1300px) {
  .navbar-default {
    width: auto;
  }
}
.navbar-default .navbar-brand {
  color: #1a1d22;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #040405;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777777;
}
.navbar-default .navbar-nav > li > a {
  color: #1a1d22;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #fc615d;
  background-color: transparent;
}
.navbar-default .navbar-nav > li > .nav-header {
  color: #1a1d22;
  display: inline-block;
  padding-top: 24px;
  padding-bottom: 24px;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #fc615d;
  background-color: transparent;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}
.style-dark .navbar-default .navbar-nav > li > a {
  color: #ffffff;
}
.style-dark .navbar-default .navbar-nav > .active > a,
.style-dark .navbar-default .navbar-nav > .active > a:hover,
.style-dark .navbar-default .navbar-nav > .active > a:focus {
  color: #4bb9b4;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border: 0;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background: transparent;
}
.navbar-default .navbar-toggle:hover .fa,
.navbar-default .navbar-toggle:focus .fa {
  color: #fc615d;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #cccccc;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: transparent;
}
.navbar-default .navbar-nav > .dropdown .dropdown-menu {
  background: #fafafb;
  border: none;
  box-shadow: none;
  margin-top: 12px;
  padding: 6px 24px;
}
.navbar-default .navbar-nav > .dropdown .dropdown-menu > li a {
  background-color: transparent;
  color: #1a1d22;
  padding: 6px 0px;
  font-size: 15px;
  line-height: 1.6;
  border-radius: 0;
  -webkit-transition: padding 350ms;
  -o-transition: padding 350ms;
  transition: padding 350ms;
  padding: 6px 0;
  min-width: 150px;
}
.navbar-default .navbar-nav > .dropdown .dropdown-menu > li a:hover,
.navbar-default .navbar-nav > .dropdown .dropdown-menu > li a:focus,
.navbar-default .navbar-nav > .dropdown .dropdown-menu > li a:active {
  background-color: transparent;
  color: #fc615d;
  padding-left: 12px;
}
.navbar-default .navbar-nav > .dropdown .dropdown-menu > li.active a {
  color: #fc615d;
}
.navbar-default .navbar-nav > .dropdown .dropdown-menu > li.active li a {
  color: #1a1d22;
}
.navbar-default .navbar-nav > .dropdown .dropdown-menu > li.active li a:hover,
.navbar-default .navbar-nav > .dropdown .dropdown-menu > li.active li a:focus,
.navbar-default .navbar-nav > .dropdown .dropdown-menu > li.active li a:active {
  color: #fc615d;
}
.navbar-default .navbar-nav > .dropdown .dropdown-menu > li.active li.active a {
  color: #fc615d;
}
.navbar-default .navbar-nav > .dropdown > a:hover .caret,
.navbar-default .navbar-nav > .dropdown > a:focus .caret {
  border-top-color: #fc615d;
  border-bottom-color: #fc615d;
}
.navbar-default .navbar-nav > .open > a:hover .caret,
.navbar-default .navbar-nav > .open > a:focus .caret,
.navbar-default .navbar-nav > .open > a:active .caret {
  border-top-color: #fc615d;
  border-bottom-color: #fc615d;
}
.navbar-default .navbar-nav > .dropdown > a .caret {
  border-top-color: #1a1d22;
  border-bottom-color: #1a1d22;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #1a1d22;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fc615d;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fc615d;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #cccccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #1a1d22;
}
.navbar-default .navbar-link:hover {
  color: #fc615d;
}
.t3-header.style-dark .navbar-default .navbar-toggle {
  color: #ffffff;
}
.t3-mainnav {
  border: 0;
  margin-bottom: 0;
  border-radius: 0;
}
@media (max-width: 767px) {
  .t3-mainnav {
    position: static;
  }
}
@media (max-width: 1199px) {
  .t3-mainnav {
    padding-left: 0;
  }
}
.t3-mainnav .t3-navbar {
  padding-left: 0;
  padding-right: 0;
}
.t3-mainnav .navbar-nav {
  float: right;
}
.t3-mainnav .t3-navbar-collapse {
  background: #f7f7f7;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  padding-top: 24px;
  padding-bottom: 24px;
}
@media (min-width: 768px) {
  .t3-mainnav .t3-navbar-collapse {
    display: none !important;
  }
}
.t3-mainnav .t3-navbar-collapse .navbar-nav {
  float: left;
  margin: 0 -15px;
}
.t3-mainnav .t3-navbar-collapse .navbar-nav li > a .fa {
  margin-right: 5px;
}
.t3-mainnav .t3-navbar-collapse .navbar-nav > li > a {
  border-top: 1px solid transparent;
}
.t3-mainnav .t3-navbar-collapse .navbar-nav > li:first-child > a {
  border-top: 0;
}
.t3-mainnav .t3-navbar-collapse .navbar-nav .open .dropdown-menu {
  margin-top: 12px;
}
.t3-mainnav .t3-navbar-collapse .navbar-nav .dropdown > a .caret {
  position: absolute;
  top: 40%;
  right: 12px;
}
.style-dark .t3-mainnav .t3-navbar-collapse {
  background: #000000;
}

.t3-module {
  background: transparent;
  color: inherit;
  margin-bottom: 24px;
  padding-bottom: 24px;
}
@media screen and (min-width: 768px) {
  .t3-module {
    margin-bottom: 48px;
  }
}
.t3-module:last-child {
  margin-bottom: 0;
}
.t3-module .module-inner {
  padding: 0;
}
.t3-module.module-highlight {
  background: #fc615d;
  margin-left: -24px;
  margin-top: -24px;
  margin-right: -24px;
  padding: 24px;
  color: #ffffff;
}
.t3-module.module-highlight .module-title {
  color: #ffffff;
}
.t3-module.module-highlight .module-title:after {
  border-color: #f7f7f7;
}
.t3-module.module-highlight ul li a,
.t3-module.module-highlight a {
  color: #f7f7f7;
}
.t3-module.module-highlight ul li a:hover,
.t3-module.module-highlight a:hover,
.t3-module.module-highlight ul li a:focus,
.t3-module.module-highlight a:focus {
  color: #ffffff;
}
.t3-module.module-highlight select,
.t3-module.module-highlight textarea,
.t3-module.module-highlight input {
  border-color: rgba(225, 225, 225, 0.6);
  color: #f7f7f7;
}
.t3-module.module-highlight select::-moz-placeholder,
.t3-module.module-highlight textarea::-moz-placeholder,
.t3-module.module-highlight input::-moz-placeholder {
  color: #f7f7f7;
  opacity: 1;
}
.t3-module.module-highlight select:-ms-input-placeholder,
.t3-module.module-highlight textarea:-ms-input-placeholder,
.t3-module.module-highlight input:-ms-input-placeholder {
  color: #f7f7f7;
}
.t3-module.module-highlight select::-webkit-input-placeholder,
.t3-module.module-highlight textarea::-webkit-input-placeholder,
.t3-module.module-highlight input::-webkit-input-placeholder {
  color: #f7f7f7;
}
.t3-module.module-highlight select:focus,
.t3-module.module-highlight textarea:focus,
.t3-module.module-highlight input:focus {
  border-color: #ffffff;
}
.t3-module.module-highlight .btn-primary {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
  border-width: 4px;
  -webkit-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
  opacity: 1;
  filter: alpha(opacity=100);
}
.t3-module.module-highlight .btn-primary:hover,
.t3-module.module-highlight .btn-primary:focus,
.t3-module.module-highlight .btn-primary.focus,
.t3-module.module-highlight .btn-primary:active,
.t3-module.module-highlight .btn-primary.active,
.open > .dropdown-toggle.t3-module.module-highlight .btn-primary {
  color: #ffffff;
  background-color: #1a1a1a;
  border-color: #141414;
}
.t3-module.module-highlight .btn-primary:active,
.t3-module.module-highlight .btn-primary.active,
.open > .dropdown-toggle.t3-module.module-highlight .btn-primary {
  background-image: none;
}
.t3-module.module-highlight .btn-primary.disabled,
.t3-module.module-highlight .btn-primary[disabled],
fieldset[disabled] .t3-module.module-highlight .btn-primary,
.t3-module.module-highlight .btn-primary.disabled:hover,
.t3-module.module-highlight .btn-primary[disabled]:hover,
fieldset[disabled] .t3-module.module-highlight .btn-primary:hover,
.t3-module.module-highlight .btn-primary.disabled:focus,
.t3-module.module-highlight .btn-primary[disabled]:focus,
fieldset[disabled] .t3-module.module-highlight .btn-primary:focus,
.t3-module.module-highlight .btn-primary.disabled.focus,
.t3-module.module-highlight .btn-primary[disabled].focus,
fieldset[disabled] .t3-module.module-highlight .btn-primary.focus,
.t3-module.module-highlight .btn-primary.disabled:active,
.t3-module.module-highlight .btn-primary[disabled]:active,
fieldset[disabled] .t3-module.module-highlight .btn-primary:active,
.t3-module.module-highlight .btn-primary.disabled.active,
.t3-module.module-highlight .btn-primary[disabled].active,
fieldset[disabled] .t3-module.module-highlight .btn-primary.active {
  background-color: #333333;
  border-color: #333333;
}
.t3-module.module-highlight .btn-primary .badge {
  color: #333333;
  background-color: #ffffff;
}
.t3-module.module-highlight .btn-primary:hover,
.t3-module.module-highlight .btn-primary:focus,
.t3-module.module-highlight .btn-primary.focus,
.t3-module.module-highlight .btn-primary:active,
.t3-module.module-highlight .btn-primary.active,
.open > .dropdown-toggle.t3-module.module-highlight .btn-primary {
  color: #333333;
  background-color: #fdfdfd;
  border-color: #333333;
}
.t3-module.module-highlight .btn-primary:active,
.t3-module.module-highlight .btn-primary.active,
.open > .dropdown-toggle.t3-module.module-highlight .btn-primary {
  background-image: none;
}
.t3-module.module-highlight .btn-primary.disabled,
.t3-module.module-highlight .btn-primary[disabled],
fieldset[disabled] .t3-module.module-highlight .btn-primary,
.t3-module.module-highlight .btn-primary.disabled:hover,
.t3-module.module-highlight .btn-primary[disabled]:hover,
fieldset[disabled] .t3-module.module-highlight .btn-primary:hover,
.t3-module.module-highlight .btn-primary.disabled:focus,
.t3-module.module-highlight .btn-primary[disabled]:focus,
fieldset[disabled] .t3-module.module-highlight .btn-primary:focus,
.t3-module.module-highlight .btn-primary.disabled.focus,
.t3-module.module-highlight .btn-primary[disabled].focus,
fieldset[disabled] .t3-module.module-highlight .btn-primary.focus,
.t3-module.module-highlight .btn-primary.disabled:active,
.t3-module.module-highlight .btn-primary[disabled]:active,
fieldset[disabled] .t3-module.module-highlight .btn-primary:active,
.t3-module.module-highlight .btn-primary.disabled.active,
.t3-module.module-highlight .btn-primary[disabled].active,
fieldset[disabled] .t3-module.module-highlight .btn-primary.active {
  background-color: #333333;
  border-color: #333333;
}
.t3-module.module-highlight .btn-primary .badge {
  color: #333333;
  background-color: #ffffff;
}
.module-title {
  background: transparent;
  color: inherit;
  font-size: 19px;
  margin: 0 0 12px 0;
  padding: 0;
  text-transform: uppercase;
  position: relative;
}
@media screen and (min-width: 768px) {
  .module-title {
    margin-bottom: 24px;
  }
}
.module-title:after {
  content: "";
  border-bottom: 2px solid #fc615d;
  position: absolute;
  display: inline-block;
  bottom: -4px;
  left: 0;
  width: 60px;
}
.acm-title {
  color: #222222;
  display: inline-block;
  font-size: 34px;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 24px;
  padding: 0;
  text-transform: uppercase;
  position: relative;
  z-index: 3;
}
@media (max-width: 767px) {
  .acm-title {
    font-size: 23px;
  }
}
.acm-title span {
  background: #fdfdfd;
  position: relative;
  z-index: 3;
}
.title-style-1 .acm-title {
  padding: 24px 0;
}
@media (max-width: 767px) {
  .title-style-1 .acm-title {
    padding: 0;
  }
}
.title-style-1 .acm-title:before {
  border: 4px solid #4bb9b4;
  content: "";
  height: 96px;
  width: 96px;
  left: -42px;
  bottom: 0;
  position: absolute;
}
@media (min-width: 768px) and (max-width: 991px) {
  .title-style-1 .acm-title:before {
    left: -24px;
  }
}
@media (max-width: 767px) {
  .title-style-1 .acm-title:before {
    display: none;
  }
}
.title-style-2 .acm-title {
  padding: 24px 0;
  text-align: center;
}
@media (max-width: 767px) {
  .title-style-2 .acm-title {
    padding: 0;
  }
}
.title-style-2 .acm-title:before {
  border: 4px solid #4bb9b4;
  bottom: 0;
  content: "";
  height: 96px;
  position: absolute;
  right: -48px;
  width: 96px;
  z-index: -1;
}
@media (max-width: 767px) {
  .title-style-2 .acm-title:before {
    display: none;
  }
}
.module-ct {
  background: transparent;
  color: inherit;
  padding: 0;
}
.module-ct:before,
.module-ct:after {
  content: " ";
  display: table;
}
.module-ct:after {
  clear: both;
}
.module-ct > ul,
.module-ct .custom > ul,
.module-ct > ol,
.module-ct .custom > ol {
  margin-left: 20px;
  padding-left: 0;
}
.module-ct > ul.unstyled,
.module-ct .custom > ul.unstyled,
.module-ct > ol.unstyled,
.module-ct .custom > ol.unstyled {
  padding-left: 0;
}
.module-ct > ul.nav,
.module-ct .custom > ul.nav,
.module-ct > ol.nav,
.module-ct .custom > ol.nav {
  padding-left: 0;
  margin-left: 0;
}
.t3-features-intro {
  position: relative;
  z-index: 1;
}
.t3-features-intro .section {
  background: #fdfdfd;
  background-repeat: no-repeat;
  background-position: left bottom;
  position: relative;
  padding-top: 144px;
}
@media (max-width: 767px) {
  .t3-features-intro .section {
    padding-top: 48px;
  }
}
.t3-features-intro .grid-custom .section-content {
  padding: 0 210px;
}
@media (max-width: 991px) {
  .t3-features-intro .grid-custom .section-content {
    padding-right: 0;
    padding-left: 0;
  }
}
.t3-features-intro .grid-custom .section-content .timeline-list {
  max-width: 100%;
}
.t3-features-intro .section-content:before,
.t3-features-intro .section-content:after {
  content: " ";
  display: table;
}
.t3-features-intro .section-content:after {
  clear: both;
}
.t3-features-intro .section-title {
  display: none;
  position: absolute;
  left: 30px;
  height: 100%;
  width: 17px;
}
@media (min-width: 1330px) {
  .t3-features-intro .section-title {
    display: block;
  }
}
.t3-features-intro .section-title > h2 {
  font-size: 14px;
  text-transform: uppercase;
  color: #333333;
  margin: 20px 0 0;
  line-height: 1;
  font-weight: 400;
  white-space: nowrap;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.t3-features-intro .section-title > h2 span {
  display: inline-block;
}
.t3-features-intro .section-title > h2 span::before {
  content: "";
  border-bottom: 1px solid #d9d9d9;
  width: 15px;
  display: inline-block;
  position: absolute;
  bottom: 3px;
  left: -20px;
}
.module_menu .nav > li > a,
.module_menu .nav > li > .separator {
  padding: 6px 5px;
  display: block;
}
#login-form input[type="text"],
#login-form input[type="password"] {
  width: 100%;
}
#login-form .input-group {
  width: 100%;
}
#login-form .input-group span {
  position: absolute;
  display: inline-block;
  right: 0;
  bottom: 7px;
  z-index: 2;
}
#login-form .btn-primary {
  width: 100%;
}
#login-form ul.unstyled {
  margin-top: 24px;
  padding-left: 0;
  color: #d9d9d9;
  font-size: 13px;
  list-style: none;
}
#login-form ul.unstyled li {
  margin-bottom: 5px;
}
#login-form ul.unstyled li a {
  color: #333333;
}
#login-form ul.unstyled li a:hover,
#login-form ul.unstyled li a:focus {
  color: #fb1812;
}
#login-form #form-login-remember {
  font-size: 14px;
}
#login-form #form-login-remember label {
  font-weight: normal;
}
.module-highlight #login-form ul.unstyled li a {
  color: #ffffff;
}
.module-highlight #login-form ul.unstyled li a:hover,
.module-highlight #login-form ul.unstyled li a:focus {
  color: #ffffff;
}
#login-form .logout-button {
  padding-top: 12px;
}
.banneritem a {
  font-weight: bold;
}
.bannerfooter {
  border-top: 1px solid #d9d9d9;
  font-size: 13px;
  padding-top: 12px;
  text-align: right;
}
.categories-module,
ul.categories-module,
.category-module,
ul.category-module,
.latestnews,
ul.latestnews {
  margin: 0;
}
.categories-module li,
ul.categories-module li,
.category-module li,
ul.category-module li,
.latestnews li,
ul.latestnews li {
  list-style: none;
  padding: 0 0 12px 16px;
  position: relative;
  font-size: 14px;
}
.categories-module li:first-child,
ul.categories-module li:first-child,
.category-module li:first-child,
ul.category-module li:first-child,
.latestnews li:first-child,
ul.latestnews li:first-child {
  border-top: 0;
}
.categories-module li:before,
ul.categories-module li:before,
.category-module li:before,
ul.category-module li:before,
.latestnews li:before,
ul.latestnews li:before {
  content: "\f105";
  font-family: "FontAwesome";
  display: inline-block;
  position: absolute;
  left: 0;
}
.categories-module li a,
ul.categories-module li a,
.category-module li a,
ul.category-module li a,
.latestnews li a,
ul.latestnews li a {
  color: #333333;
}
.categories-module li a:hover,
ul.categories-module li a:hover,
.category-module li a:hover,
ul.category-module li a:hover,
.latestnews li a:hover,
ul.latestnews li a:hover,
.categories-module li a:active,
ul.categories-module li a:active,
.category-module li a:active,
ul.category-module li a:active,
.latestnews li a:active,
ul.latestnews li a:active,
.categories-module li a:focus,
ul.categories-module li a:focus,
.category-module li a:focus,
ul.category-module li a:focus,
.latestnews li a:focus,
ul.latestnews li a:focus {
  color: #fb1812;
}
.categories-module h4,
ul.categories-module h4,
.category-module h4,
ul.category-module h4,
.latestnews h4,
ul.latestnews h4 {
  font-size: 15px;
  font-weight: normal;
  margin: 0;
}
.feed h4 {
  font-weight: bold;
}
.feed .newsfeed,
.feed ul.newsfeed {
  border-top: 1px solid #d9d9d9;
}
.feed .newsfeed .feed-link,
.feed ul.newsfeed .feed-link,
.feed .newsfeed h5.feed-link,
.feed ul.newsfeed h5.feed-link {
  font-size: 15px;
  font-weight: normal;
  margin: 0;
}
.latestusers,
ul.latestusers {
  margin-left: 0;
}
.latestusers li,
ul.latestusers li {
  background: #eeeeee;
  display: inline-block;
  padding: 5px 10px;
  border-radius: 0;
}
.stats-module dt,
.stats-module dd {
  display: inline-block;
  margin: 0;
}
.stats-module dt {
  font-weight: bold;
  width: 35%;
}
.stats-module dd {
  width: 60%;
}
.tagspopular ul {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}
.tagspopular ul > li {
  color: #666666;
  display: inline-block;
  margin: 0 5px 5px 0;
}
.tagspopular ul > li > a {
  background: #eeeeee;
  border-radius: 3px;
  color: #666666;
  display: block;
  padding: 2px 5px;
}
.tagspopular ul > li > a:hover,
.tagspopular ul > li > a:focus,
.tagspopular ul > li > a:active {
  background: #fb1812;
  color: #ffffff;
  text-decoration: none;
}
.module-highlight .tagspopular ul > li > a {
  color: #666666;
}
.module-highlight .tagspopular ul > li > a:hover,
.module-highlight .tagspopular ul > li > a:focus,
.module-highlight .tagspopular ul > li > a:active {
  color: #ffffff;
}
.tagssimilar ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.tagssimilar ul > li {
  border-bottom: 1px solid #eeeeee;
  padding: 8px 0;
}
.tagssimilar ul > li > a {
  color: #666666;
}
.tagssimilar ul > li > a:hover,
.tagssimilar ul > li > a:focus,
.tagssimilar ul > li > a:active {
  color: #fb1812;
}
.module-ct > ol.breadcrumb {
  padding: 6px 12px;
  margin-left: 0;
}
.section-content #ja-form {
  float: none;
  width: 100%;
}
.section-content #ja-form .form-list {
  padding: 0;
  margin: 0;
}
.section-content #ja-form .form-list li {
  padding: 0;
}
.section-content #ja-form .form-list li + li {
  padding-top: 24px;
}
.section-content #ja-form .form-list li:hover .input-box {
  background-color: transparent;
  border: 0;
}
.section-content #ja-form .form-list li.wide {
  padding-top: 24px;
}
.section-content #ja-form .form-list li .input-box {
  padding: 0;
  border: 0;
}
.section-content #ja-form .form-list li #contact_email + div {
  margin-top: 12px;
  color: #999999;
}
.section-content #ja-form .form-list li.error .input-box {
  background: none !important;
}
.section-content #ja-form .form-list li.error .input-box > div {
  color: #d9534f;
}
.section-content #ja-form .form-list li.error .input-box > input,
.section-content #ja-form .form-list li.error .input-box > textarea {
  border-color: #d9534f;
}
.section-content #ja-form .form-info {
  padding-left: 0;
  margin-bottom: 24px;
}
.section-content #ja-form .inputbox {
  width: 100% !important;
}
.category-module.isotope .item-inner {
  border: 1px solid #d9d9d9;
  padding: 24px;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
  -webkit-transition: box-shadow 0.2s ease 0s;
  -o-transition: box-shadow 0.2s ease 0s;
  transition: box-shadow 0.2s ease 0s;
}
.category-module.isotope .article-img {
  margin-bottom: 24px;
}
.category-module.isotope .article-img img {
  width: 100%;
}
.category-module.isotope .mod-articles-category-title {
  margin-bottom: 24px;
  display: block;
  color: #fc615d;
  font-size: 15px;
  font-family: "Bitter", serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}
.category-module.isotope .mod-articles-category-title:hover,
.category-module.isotope .mod-articles-category-title:focus,
.category-module.isotope .mod-articles-category-title:active {
  text-decoration: none;
  color: #222222;
}
.category-module.isotope .mod-articles-category-introtext {
  font-size: 19px;
}
.category-module.isotope .item:hover .item-inner {
  border: 1px solid #ffffff;
  -webkit-box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.4);
}
.t3-masthead {
  padding-top: 144px;
}
.t3-masthead + .t3-mainbody {
  padding-top: 0;
}
.t3-masthead .ja-masthead {
  overflow: hidden;
}
.t3-masthead .ja-masthead::before {
  background-color: transparent;
}
.t3-masthead .ja-masthead .ja-masthead-detail {
  color: #222222;
  max-width: none;
  padding: 24px 15px 0;
  text-align: left;
}
.t3-masthead .ja-masthead .ja-masthead-detail h1 {
  margin: 0;
  font-weight: 500;
  text-transform: uppercase;
}
.ja-masonry-wrap .categories-list {
  overflow: hidden;
  margin: 0 0 24px;
  padding: 0 15px;
}
.ja-masonry-wrap .categories-list li {
  display: inline-block;
  padding: 0 12px 0 0;
  width: 100%;
}
@media (min-width: 480px) {
  .ja-masonry-wrap .categories-list li {
    width: 33.3%;
  }
}
@media (min-width: 768px) {
  .ja-masonry-wrap .categories-list li {
    width: auto;
  }
}
.ja-masonry-wrap .categories-list li a {
  display: block;
  color: #666666;
  padding: 6px 12px;
  outline: none;
}
.ja-masonry-wrap .categories-list li a:hover,
.ja-masonry-wrap .categories-list li a:focus,
.ja-masonry-wrap .categories-list li a:active {
  color: #fc615d;
  text-decoration: none;
}
.ja-masonry-wrap .categories-list li.active > a {
  background-color: transparent;
  border: 2px solid #fc615d;
  color: #fc615d;
  font-weight: 500;
  line-height: 1;
  text-transform: none;
}

.blog .article-intro {
  color: #666666;
}
.blog .readmore {
  margin-top: 12px;
}
.blog-featured .article-intro {
  color: #666666;
}
.blog-featured .readmore {
  margin-top: 12px;
}
.items-leading .pull-left.item-image,
.items-leading .pull-right.item-image {
  width: 30%;
}
.items-leading .leading {
  margin-bottom: 36px;
  padding-bottom: 36px;
  border-bottom: 1px solid #eeeeee;
}
.items-row .pull-left.item-image,
.items-row .pull-right.item-image {
  width: 30%;
}
.items-row:last-child .item {
  margin-bottom: 24px;
  padding-bottom: 0;
  border-bottom: 0;
}
.items-row .item {
  margin-bottom: 36px;
  padding-bottom: 36px;
  border-bottom: 1px solid #eeeeee;
}
.divider-vertical {
  margin: 0 0 48px;
  border: 0;
  border-top: 1px solid #d9d9d9;
}
.article-aside {
  color: #999999;
  font-size: 14px;
  margin-bottom: 12px;
  text-transform: uppercase;
}
.article-aside .btn-group .dropdown-toggle {
  color: #333333;
}
.article-aside .btn-group .dropdown-toggle:hover,
.article-aside .btn-group .dropdown-toggle:focus,
.article-aside .btn-group .dropdown-toggle:active {
  color: #fc615d;
  text-decoration: none;
}
.article-aside .btn-group.open .dropdown-toggle {
  box-shadow: none;
  color: #fc615d;
}
.article-aside .btn-group .dropdown-menu {
  font-size: 13px;
}
.article-info {
  margin: 0;
  width: 85%;
  float: left;
}
.article-info .article-info-term {
  display: none;
}
.article-info dd {
  display: inline-block;
  margin-left: 0;
  margin-right: 10px;
  white-space: nowrap;
  color: #333333;
}
.article-info dd strong {
  font-weight: bold;
}
.article-info dd i {
  display: none;
}
.article-info dd + dd:before {
  content: "\f111 ";
  font-family: "FontAwesome";
  display: inline-block;
  color: #c6cacf;
  margin-right: 10px;
  font-size: 6px;
  vertical-align: middle;
}
.article-footer {
  color: #999999;
  font-size: 13px;
  margin-bottom: 24px;
}
.article-intro img,
.article-content img {
  display: block;
  max-width: 100%;
  height: auto;
}
.article-intro img[align=left],
.article-content img[align=left],
.article-intro .img_caption.left,
.article-content .img_caption.left,
.article-intro .pull-left.item-image,
.article-content .pull-left.item-image {
  margin: 0 36px 24px 0;
}
.article-intro img[align=right],
.article-content img[align=right],
.article-intro .img_caption.right,
.article-content .img_caption.right,
.article-intro .pull-right.item-image,
.article-content .pull-right.item-image {
  margin: 0 0 24px 36px;
}
.article-intro .content_rating,
.article-content .content_rating {
  margin-bottom: 12px;
}
.article-intro .content_rating img,
.article-content .content_rating img {
  display: inline-block;
}
article .pull-left.item-image {
  margin: 0 36px 24px 0;
}
article .pull-left.item-image img {
  max-width: 100%;
}
article .pull-right.item-image {
  margin: 0 0 24px 36px;
}
article .pull-right.item-image img {
  max-width: 100%;
}
article .pull-none.item-image {
  margin: 0 0 24px 0;
}
article .pull-none.item-image img {
  max-width: 100%;
}
@media (max-width: 768px) {
  .article-content iframe {
    width: 100% !important;
    height: auto;
  }
}
.img-intro-none,
.img-intro-left,
.img-intro-right,
.img-fulltext-none,
.img-fulltext-left,
.img-fulltext-right,
.img_caption {
  position: relative;
}
.img-intro-none,
.img-intro-left,
.img-intro-right,
.img-fulltext-none,
.img-fulltext-left,
.img-fulltext-right,
.img_caption {
  margin-bottom: 24px;
  max-width: 100%;
}
.img-fulltext-left {
  float: left;
  margin-right: 24px;
}
.img-fulltext-right {
  float: right;
  margin-left: 24px;
}
.img-intro-none img,
.img-intro-left img,
.img-intro-right img,
.img-fulltext-none img,
.img-fulltext-left img,
.img-fulltext-right img {
  margin: 0;
}
.img_caption img {
  margin-bottom: 1px !important;
}
.img_caption p.img_caption {
  background: #eeeeee;
  color: #666666;
  font-size: 13px;
  width: 100%;
  margin: 0;
  padding: 5px;
  text-align: center;
  clear: both;
}
@media screen and (max-width: 767px) {
  article img[align=left],
  .img_caption.left,
  article img[align=right],
  .img_caption.right,
  .img-fulltext-left,
  .img-fulltext-right {
    float: none !important;
    margin-left: 0;
    margin-right: 0;
    width: 100% !important;
  }
}
article aside .btn-group > .dropdown-toggle,
article aside .btn-group > .dropdown-toggle:hover,
article aside .btn-group > .dropdown-toggle:active,
article aside .btn-group > .dropdown-toggle:focus {
  padding: 2px 5px;
}
article aside .btn-group > .dropdown-toggle .caret {
  margin-left: 2px;
}
.readmore-title a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.blog .ja-masonry-wrap .item article {
  border: 1px solid #d9d9d9;
  padding: 16px;
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.1);
  -webkit-transition: box-shadow 0.2s ease 0s;
  -o-transition: box-shadow 0.2s ease 0s;
  transition: box-shadow 0.2s ease 0s;
}
.blog .ja-masonry-wrap .item:hover article {
  border: 1px solid #cccccc;
  -webkit-box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.2);
}
.blog .ja-masonry-wrap .item:hover .readmore .btn {
  background-color: #fc615d;
  border-color: #fc615d;
}
.blog .ja-masonry-wrap .item:hover .readmore .btn:hover,
.blog .ja-masonry-wrap .item:hover .readmore .btn:focus,
.blog .ja-masonry-wrap .item:hover .readmore .btn:active {
  background-color: #ffffff;
}
.blog .ja-masonry-wrap .ico_type {
  background-color: #333333;
  color: #ffffff;
  float: left;
  height: 26px;
  line-height: 26px;
  margin-right: 10px;
  text-align: center;
  width: 26px;
}
.blog .ja-masonry-wrap .ico_type.fa {
  display: block;
  font-size: 14px;
}
.blog .ja-masonry-wrap .ico_type.fa-vimeo {
  background-color: #1ab7ea;
}
.blog .ja-masonry-wrap .ico_type.fa-facebook {
  background-color: #3b5998;
}
.blog .ja-masonry-wrap .ico_type.fa-twitter {
  background-color: #55acee;
}
.blog .ja-masonry-wrap .ico_type.fa-instagram {
  background-color: #3f729b;
}
.blog .ja-masonry-wrap .ico_type.fa-flickr {
  background-color: #0063dc;
}
.blog .ja-masonry-wrap .ico_type.fa-pinterest {
  background-color: #bd081c;
}
.blog .ja-masonry-wrap .article-title {
  font-size: 19px;
  font-weight: 500;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 12px;
}
.blog .ja-masonry-wrap .article-title a {
  color: #333333;
}
.blog .ja-masonry-wrap .article-title a:hover,
.blog .ja-masonry-wrap .article-title a:focus,
.blog .ja-masonry-wrap .article-title a:active {
  text-decoration: none;
  color: #fc615d;
}
.blog .ja-masonry-wrap .article-aside {
  margin-bottom: 12px;
}
.blog .ja-masonry-wrap .article-aside .article-info {
  color: #eeeeee;
  line-height: 1.5;
  font-size: 12px;
  text-transform: uppercase;
  width: 100%;
}
.blog .ja-masonry-wrap .article-aside .article-info dd {
  color: #666666;
}
.blog .ja-masonry-wrap .article-aside .article-info dd + dd::before {
  margin-right: 5px;
}
.blog .ja-masonry-wrap .article-aside .article-info i {
  display: none;
}
.blog .ja-masonry-wrap .article-intro {
  margin-bottom: 12px;
}
.blog .ja-masonry-wrap .article-intro p {
  letter-spacing: -0.1px;
}
.blog .ja-masonry-wrap .article-footer {
  background-color: #f8f8f8;
  border-top: 1px solid #d9d9d9;
  margin: 0 -16px -16px;
  padding: 12px 16px;
  position: relative;
}
.blog .ja-masonry-wrap .article-footer .article-info {
  color: #fc615d;
  float: left;
  width: auto;
}
.blog .ja-masonry-wrap .article-footer .article-info dd {
  color: #666666;
  line-height: 29px;
}
.blog .ja-masonry-wrap .article-footer .readmore {
  float: right;
  margin-top: 0;
}
.blog .ja-masonry-wrap .article-footer .btn {
  background-color: #cccccc;
  border-color: #cccccc;
  font-size: 13px;
  line-height: normal;
  padding: 2px 6px;
}
.blog .ja-masonry-wrap .vimeo-item {
  position: relative;
  padding-bottom: 56.25%;
  
  height: 0;
  margin-bottom: 24px;
}
.blog .ja-masonry-wrap .vimeo-item iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.item-page .article-title,
.item-page .article-header h1 {
  font-size: 34px;
}
.item-page .article-content {
  margin-bottom: 12px;
}
.item-page .tags {
  border: 1px solid #eaeaea;
  padding: 24px;
}
.item-page .content_vote {
  display: block;
  margin-bottom: 24px;
}
.item-page .content_vote .btn {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
  border-width: 4px;
  -webkit-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
}
.item-page .content_vote .btn:hover,
.item-page .content_vote .btn:focus,
.item-page .content_vote .btn.focus,
.item-page .content_vote .btn:active,
.item-page .content_vote .btn.active,
.open > .dropdown-toggle.item-page .content_vote .btn {
  color: #ffffff;
  background-color: #1a1a1a;
  border-color: #141414;
}
.item-page .content_vote .btn:active,
.item-page .content_vote .btn.active,
.open > .dropdown-toggle.item-page .content_vote .btn {
  background-image: none;
}
.item-page .content_vote .btn.disabled,
.item-page .content_vote .btn[disabled],
fieldset[disabled] .item-page .content_vote .btn,
.item-page .content_vote .btn.disabled:hover,
.item-page .content_vote .btn[disabled]:hover,
fieldset[disabled] .item-page .content_vote .btn:hover,
.item-page .content_vote .btn.disabled:focus,
.item-page .content_vote .btn[disabled]:focus,
fieldset[disabled] .item-page .content_vote .btn:focus,
.item-page .content_vote .btn.disabled.focus,
.item-page .content_vote .btn[disabled].focus,
fieldset[disabled] .item-page .content_vote .btn.focus,
.item-page .content_vote .btn.disabled:active,
.item-page .content_vote .btn[disabled]:active,
fieldset[disabled] .item-page .content_vote .btn:active,
.item-page .content_vote .btn.disabled.active,
.item-page .content_vote .btn[disabled].active,
fieldset[disabled] .item-page .content_vote .btn.active {
  background-color: #333333;
  border-color: #333333;
}
.item-page .content_vote .btn .badge {
  color: #333333;
  background-color: #ffffff;
}
.item-page .content_vote .btn:hover,
.item-page .content_vote .btn:focus,
.item-page .content_vote .btn.focus,
.item-page .content_vote .btn:active,
.item-page .content_vote .btn.active,
.open > .dropdown-toggle.item-page .content_vote .btn {
  color: #333333;
  background-color: #fdfdfd;
  border-color: #333333;
}
.item-page .content_vote .btn:active,
.item-page .content_vote .btn.active,
.open > .dropdown-toggle.item-page .content_vote .btn {
  background-image: none;
}
.item-page .content_vote .btn.disabled,
.item-page .content_vote .btn[disabled],
fieldset[disabled] .item-page .content_vote .btn,
.item-page .content_vote .btn.disabled:hover,
.item-page .content_vote .btn[disabled]:hover,
fieldset[disabled] .item-page .content_vote .btn:hover,
.item-page .content_vote .btn.disabled:focus,
.item-page .content_vote .btn[disabled]:focus,
fieldset[disabled] .item-page .content_vote .btn:focus,
.item-page .content_vote .btn.disabled.focus,
.item-page .content_vote .btn[disabled].focus,
fieldset[disabled] .item-page .content_vote .btn.focus,
.item-page .content_vote .btn.disabled:active,
.item-page .content_vote .btn[disabled]:active,
fieldset[disabled] .item-page .content_vote .btn:active,
.item-page .content_vote .btn.disabled.active,
.item-page .content_vote .btn[disabled].active,
fieldset[disabled] .item-page .content_vote .btn.active {
  background-color: #333333;
  border-color: #333333;
}
.item-page .content_vote .btn .badge {
  color: #333333;
  background-color: #ffffff;
}
.row-even,
.row-odd {
  padding: 5px;
  width: 99%;
  border-bottom: 1px solid #dddddd;
}
.row-odd {
  background-color: transparent;
}
.row-even {
  background-color: #f9f9f9;
}
.blog-row-rule,
.blog-item-rule {
  border: 0;
}
.row-fluid .row-reveal {
  visibility: hidden;
}
.row-fluid:hover .row-reveal {
  visibility: visible;
}
.nav-list > li.offset > a {
  padding-left: 30px;
  font-size: 12px;
}
.list-striped,
.row-striped {
  list-style: none;
  line-height: 24px;
  text-align: left;
  vertical-align: middle;
  border-top: 1px solid #dddddd;
  margin-left: 0;
  padding-left: 0;
}
.list-striped li,
.list-striped dd,
.row-striped .row,
.row-striped .row-fluid {
  border-bottom: 1px solid #dddddd;
  padding: 10px 15px;
}
.list-striped li:nth-child(odd),
.list-striped dd:nth-child(odd),
.row-striped .row:nth-child(odd),
.row-striped .row-fluid:nth-child(odd) {
  background-color: #f9f9f9;
}
.list-striped li:hover,
.list-striped dd:hover,
.row-striped .row:hover,
.row-striped .row-fluid:hover {
  background-color: #f5f5f5;
}
.row-striped .row-fluid {
  width: 97%;
}
.row-striped .row-fluid [class*="span"] {
  min-height: 10px;
}
.row-striped .row-fluid [class*="span"] {
  margin-left: 8px;
}
.row-striped .row-fluid [class*="span"]:first-child {
  margin-left: 0;
}
.list-condensed li {
  padding: 5px 10px;
}
.row-condensed .row,
.row-condensed .row-fluid {
  padding: 5px 10px;
}
.list-bordered,
.row-bordered {
  list-style: none;
  line-height: 18px;
  text-align: left;
  vertical-align: middle;
  margin-left: 0;
  border: 1px solid #dddddd;
}
.tag-category h2 {
  margin-top: 0;
  margin-bottom: 18px;
}
.tag-category .tag-info img {
  max-width: 100%;
  margin-bottom: 12px;
}
@media (min-width: 992px) {
  .tag-category .tag-info img {
    width: 50%;
    float: left;
    margin: 0 24px 0 0;
  }
}
.tag-category ul.category {
  border: 0;
}
.tag-category ul.category li {
  border-bottom: 1px solid #eaeaea;
  background-color: transparent;
  padding: 0 0 36px;
  margin-bottom: 36px;
}
.tag-category ul.category li:last-child {
  border: none;
  padding: 0;
}
.tag-category ul.category li .tag-img {
  margin-bottom: 24px;
}
.tag-category ul.category li .tag-img img {
  width: 100%;
  float: none !important;
}
@media (min-width: 992px) {
  .tag-category ul.category li .tag-img {
    float: left;
    width: 30%;
    margin: 0 24px 0 0;
  }
  .tag-category ul.category li .tag-img img {
    margin-top: 2px;
    max-width: 100%;
  }
}
.tag-category ul.category li .tag-body h3 {
  margin-bottom: 12px;
  line-height: 1.4;
  margin-top: 0;
}
.tag-category ul.category li .tag-body h3 a {
  color: #222222;
}
.tag-category ul.category li .tag-body h3 a:hover,
.tag-category ul.category li .tag-body h3 a:focus,
.tag-category ul.category li .tag-body h3 a:active {
  color: #fb1812;
}
.tag-category ul.category li .tag-body p {
  display: inline;
  margin-bottom: 0;
  color: #333333;
  font-size: 15px;
}
.tag-category .filters {
  margin: 0 0 36px 0;
}
.tag-category .filters .btn-group {
  margin-left: 0;
}
@media (max-width: 767px) {
  .tag-category .filters .btn-group {
    float: none !important;
    display: block;
  }
  .tag-category .filters .btn-group.pull-right {
    margin-top: 12px;
  }
}
@media (min-width: 768px) {
  .tag-category .filters .btn-group:first-child {
    width: 80%;
  }
  .tag-category .filters .btn-group:first-child .inputbox {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .login-wrap,
  .logout {
    max-width: 500px;
    margin: 0 auto;
  }
}
.login-wrap .page-header,
.logout .page-header {
  text-align: center;
  margin: 48px 0;
}
.login-wrap form .form-group .control-label,
.logout form .form-group .control-label {
  padding-top: 14px;
}
.login-wrap form .form-group .control-label label,
.logout form .form-group .control-label label {
  text-transform: none;
  font-weight: 400;
}
@media (min-width: 768px) {
  .login-wrap form .form-group .checkbox,
  .logout form .form-group .checkbox {
    text-align: center;
  }
}
.login-wrap form .form-group .checkbox label,
.logout form .form-group .checkbox label {
  text-transform: none;
  font-weight: 400;
  color: #999999;
}
.login-wrap form .form-group input[type="text"],
.logout form .form-group input[type="text"],
.login-wrap form .form-group input[type="password"],
.logout form .form-group input[type="password"] {
  width: 100%;
}
.login-wrap form .form-actions,
.logout form .form-actions {
  background: none;
  padding: 0;
}
@media (min-width: 768px) {
  .login-wrap form .form-actions,
  .logout form .form-actions {
    text-align: center;
  }
}
.login-wrap form .form-actions .btn,
.logout form .form-actions .btn {
  width: 120px;
}
.login-wrap .other-links ul,
.logout .other-links ul {
  padding-left: 0;
  list-style: none;
  font-size: 14px;
}
@media (min-width: 768px) {
  .login-wrap .other-links ul,
  .logout .other-links ul {
    text-align: center;
  }
}
.login-wrap .other-links ul li,
.logout .other-links ul li {
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  .login-wrap .other-links ul li,
  .logout .other-links ul li {
    margin: 0 10px 10px;
    display: inline-block;
  }
}
.login-wrap .other-links ul li a,
.logout .other-links ul li a {
  color: #333333;
}
.login-wrap .other-links ul li a:hover,
.logout .other-links ul li a:hover,
.login-wrap .other-links ul li a:focus,
.logout .other-links ul li a:focus {
  color: #fb1812;
}
@media screen and (min-width: 992px) {
  .registration,
  .profile-edit,
  .reset,
  .remind {
    width: 768px;
    margin: 0 auto;
  }
}
.registration .page-header,
.profile-edit .page-header,
.reset .page-header,
.remind .page-header {
  margin: 0 0 24px 0;
}
@media screen and (min-width: 768px) {
  .registration .page-header,
  .profile-edit .page-header,
  .reset .page-header,
  .remind .page-header {
    text-align: center;
    margin: 48px 0;
  }
}
@media screen and (max-width: 767px) {
  .registration .page-header h1,
  .profile-edit .page-header h1,
  .reset .page-header h1,
  .remind .page-header h1 {
    margin-bottom: 0;
  }
}
.registration fieldset + fieldset,
.profile-edit fieldset + fieldset,
.reset fieldset + fieldset,
.remind fieldset + fieldset {
  margin-top: 48px;
}
.registration > .form-horizontal legend,
.profile-edit > .form-horizontal legend,
.reset > .form-horizontal legend,
.remind > .form-horizontal legend {
  border: none;
}
@media screen and (min-width: 768px) {
  .registration > .form-horizontal legend,
  .profile-edit > .form-horizontal legend,
  .reset > .form-horizontal legend,
  .remind > .form-horizontal legend {
    text-align: center;
  }
}
.registration > .form-horizontal legend + .form-group,
.profile-edit > .form-horizontal legend + .form-group,
.reset > .form-horizontal legend + .form-group,
.remind > .form-horizontal legend + .form-group {
  display: none;
}
@media screen and (min-width: 768px) {
  .registration .control-label,
  .profile-edit .control-label,
  .reset .control-label,
  .remind .control-label {
    padding-top: 14px;
  }
}
.registration .control-label label,
.profile-edit .control-label label,
.reset .control-label label,
.remind .control-label label {
  text-transform: none;
  font-weight: 400;
}
.registration .form-actions,
.profile-edit .form-actions,
.reset .form-actions,
.remind .form-actions {
  background: none;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .registration .form-actions,
  .profile-edit .form-actions,
  .reset .form-actions,
  .remind .form-actions {
    text-align: center;
  }
}
.registration #helpsite-refresh,
.profile-edit #helpsite-refresh,
.reset #helpsite-refresh,
.remind #helpsite-refresh {
  margin-top: 12px;
}
.registration #helpsite-refresh:hover,
.profile-edit #helpsite-refresh:hover,
.reset #helpsite-refresh:hover,
.remind #helpsite-refresh:hover,
.registration #helpsite-refresh:focus,
.profile-edit #helpsite-refresh:focus,
.reset #helpsite-refresh:focus,
.remind #helpsite-refresh:focus {
  color: #fc615d;
}
.form-register fieldset {
  padding: 0 0 10px;
}
.form-register p {
  margin: 0 0 5px;
}
.form-register p.form-des {
  margin: 15px 0;
}
.form-register label {
  display: block;
  float: left;
  font-weight: bold;
  text-align: right;
  width: 130px;
}
.form-register .input,
.form-register .inputbox {
  margin-left: 10px;
  width: 200px;
}
.form-register .btn,
.form-register .button {
  margin-left: 140px;
}
.registration fieldset dt {
  margin-right: 5px;
}
.admintable textarea {
  max-width: 90% !important;
  resize: none;
}
.com_mailto body {
  padding: 12px;
}
.com_mailto .t3-mainbody {
  padding-top: 0;
  padding-bottom: 0;
}
.com_mailto .t3-content {
  width: auto;
}
#mailto-window {
  background: #fff;
  margin: 10px 0 20px;
  padding: 0;
  position: relative;
}
#mailto-window h2 {
  margin-top: 0;
  margin-bottom: 20px;
}
#mailtoForm .formelm {
  padding: 5px 0;
  vertical-align: middle;
  overflow: hidden;
}
#mailtoForm .formelm label {
  display: inline-block;
  float: left;
  font-weight: bold;
  vertical-align: middle;
  width: 100px;
}
#mailtoForm p {
  margin-top: 20px;
}
#mailtoForm .input,
#mailtoForm .inputbox {
  width: 65%;
}
#mailtoForm .btn,
#mailtoForm .button,
#mailtoForm button {
  margin-right: 5px;
}
.user-details {
  padding: 10px 0;
}
.user-details p {
  margin: 0 0 5px;
}
.user-details label {
  display: block;
  float: left;
  font-weight: bold;
  text-align: right;
  width: 130px;
}
.user-details .input,
.user-details .inputbox {
  margin-left: 10px;
  width: 200px;
}
.user-details .btn,
.user-details button {
  margin-left: 140px;
}
.user-details .paramlist .paramlist_key {
  padding: 0 0 5px;
  width: 130px;
}
.user-details .paramlist .paramlist_value {
  padding: 0 0 5px;
}
.user-details .user_name span {
  font-weight: bold;
  padding-left: 10px;
}
.reset .form-validate p,
.remind .form-validate p {
  background: #eeeeee;
  border: 1px solid #d9d9d9;
  margin-bottom: 24px;
  padding: 12px 24px;
  border-radius: 0;
}
.reset .form-validate fieldset dl,
.remind .form-validate fieldset dl {
  margin: 0;
}
.reset .form-validate fieldset dt,
.remind .form-validate fieldset dt {
  margin: 4px 0 0 0;
}
@media screen and (min-width: 992px) {
  .profile {
    width: 768px;
    margin: 0 auto;
  }
}
.profile legend {
  border: none;
}
@media screen and (min-width: 768px) {
  .profile legend {
    text-align: center;
  }
}
.profile .page-header {
  margin: 24px 0;
}
@media screen and (min-width: 768px) {
  .profile .page-header {
    text-align: center;
    margin: 48px 0;
  }
}
@media screen and (max-width: 767px) {
  .profile .page-header h1 {
    margin-bottom: 0;
  }
}
.profile .btn-toolbar {
  padding-left: 0;
}
@media screen and (min-width: 768px) {
  .profile .btn-toolbar {
    text-align: center;
  }
  .profile .btn-toolbar .btn-group {
    float: none;
  }
}
.profile #users-profile-custom {
  margin-top: 24px;
  margin-bottom: 24px;
}
@media screen and (min-width: 768px) {
  .profile .dl-horizontal dd {
    margin-left: 51%;
  }
}
@media screen and (min-width: 768px) {
  .profile .dl-horizontal dt {
    width: 49%;
  }
}
.profile-edit input {
  position: relative;
  min-height: 1px;
  padding-left: 6px;
  padding-right: 6px;
}
@media (min-width: 768px) {
  .profile-edit input {
    float: left;
    width: 50%;
  }
}
.profile-edit select {
  position: relative;
  min-height: 1px;
  padding-left: 6px;
  padding-right: 6px;
}
@media (min-width: 768px) {
  .profile-edit select {
    float: left;
    width: 50%;
  }
}
.profile-edit select + button {
  margin-left: 5px;
}
.search .search-box-border {
  border: 1px solid #eaeaea;
  padding: 24px;
  margin-bottom: -1px;
}
.search .form-limit {
  margin-top: 12px;
  border-bottom: 1px solid #eaeaea;
  padding-bottom: 24px;
}
.search .form-limit label {
  margin-bottom: 3px;
  text-transform: none;
  font-weight: 500;
}
.search .form-limit #limit_chzn,
.search .form-limit #limit {
  display: inline-block;
}
.search .form-limit .counter {
  background: none;
  margin-top: 0;
  padding-top: 0;
  border: none;
}
.searchintro {
  background: #f7f7f7;
  font-size: 19px;
  border: 1px solid #eaeaea;
  margin-bottom: 24px;
  padding: 24px;
}
.searchintro p {
  margin: 0;
}
.searchintro b,
.searchintro strong {
  font-weight: 400;
}
.searchintro .badge {
  font-size: 19px;
  background: #fc615d;
  color: #ffffff;
  border-radius: 0;
}
#searchForm:before,
#searchForm:after {
  content: " ";
  display: table;
}
#searchForm:after {
  clear: both;
}
#searchForm label {
  text-transform: none;
  font-weight: 400;
}
#searchForm .form-group {
  margin-bottom: 24px;
}
#searchForm .form-group .input-group-btn:last-child > .btn {
  background: none;
  margin: 0;
  border: none;
  border-bottom: 2px solid #d9d9d9;
  color: #999999;
}
#searchForm .form-group .input-group-btn:last-child > .btn:hover {
  color: #fc615d;
  border-color: #fc615d;
}
#searchForm fieldset {
  margin: 0 0 24px 0;
}
#searchForm legend {
  margin-bottom: 12px;
  border: none;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  font-family: "Work Sans", sans-serif;
}
#searchForm select {
  width: auto;
  display: inline-block;
  margin-left: 5px;
  padding-left: 5px;
}
#searchForm .phrases-box input[type="radio"],
#searchForm .only input[type="checkbox"] {
  vertical-align: top;
  margin-top: 4px;
}
#searchForm .chzn-container,
#searchForm label[for=limit] {
  display: inline-block;
}
#search-form ul#finder-filter-select-list {
  margin-left: 0;
  padding-left: 0;
}
#search-form ul#finder-filter-select-list li {
  list-style: none;
  padding: 12px 0;
}
#search-form ul#finder-filter-select-list li label {
  width: 150px;
}
#search-form .word .form-group {
  margin-bottom: 12px;
}
@media screen and (max-width: 768px) {
  #searchForm .radio-inline,
  #searchForm .checkbox-inline {
    display: block;
    width: 100%;
    margin-left: 0;
  }
}
.search-results {
  margin-top: 24px;
  margin-left: 0;
  padding-left: 0;
}
.search-results .result-title {
  margin-top: 0;
  font-size: 23px;
  font-weight: 400;
  margin-bottom: 6px;
  line-height: 1.6;
}
.search-results .result-title a {
  color: #222222;
}
.search-results .result-title a:hover,
.search-results .result-title a:focus,
.search-results .result-title a:active {
  color: #fb1812;
}
.search-results .result-category {
  font-size: 13px;
  color: #999999;
  text-transform: uppercase;
}
.search-results .result-text {
  margin-top: 5px;
  margin-bottom: 5px;
}
.search-results .result-url {
  color: #666666;
  margin-top: 24px;
}
.search-results .result-created {
  font-size: 13px;
  color: #999999;
}
.search-results .result-item {
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: 1px solid #eaeaea;
}
.search-results .result-item .img-intro {
  margin: 0 0 12px 0;
}
@media (min-width: 768px) {
  .search-results .result-item .img-intro {
    float: left;
    width: 30%;
    margin: 0 24px 0px 0px;
  }
}
.search-results .result-item .img-intro img {
  max-width: 100%;
}
@media screen and (min-width: 992px) {
  div.finder {
    width: 768px;
    margin: 0 auto;
  }
}
div.finder .page-header {
  margin: 24px 0;
}
@media screen and (min-width: 768px) {
  div.finder .page-header {
    text-align: center;
    margin: 48px 0;
  }
}
@media screen and (max-width: 767px) {
  div.finder .page-header h1 {
    margin-bottom: 0;
  }
}
div.finder hr {
  border-color: #eaeaea;
}
div.finder #search-form {
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  div.finder #search-form #smartsearch-btn {
    margin-bottom: 12px;
    vertical-align: top;
  }
}
div.finder .word .form-group {
  position: relative;
  display: block;
}
@media screen and (min-width: 768px) {
  div.finder .word .form-group {
    text-align: center;
  }
}
div.finder .word .form-group label {
  display: none;
}
div.finder .word .form-group .inputbox {
  margin-bottom: 24px;
}
@media screen and (min-width: 768px) {
  div.finder .word .form-group .inputbox {
    width: 100%;
    margin-bottom: 48px;
  }
}
div.finder #smartsearch-btn {
  margin-right: 8px;
}
div.finder #advancedSearch {
  margin-top: 24px;
}
div.finder #finder-search {
  margin: 0;
}
#searchForm .phrases-box input[type="radio"] {
  vertical-align: top;
  margin-top: 3px;
}
#finder-filter-window .filter-branch .finder-selects {
  padding: 0 12px 12px 0;
}
#finder-filter-window .filter-branch .finder-selects label {
  font-weight: 600;
  text-transform: none;
}
@media (min-width: 768px) {
  .contact .page-header {
    margin-bottom: 48px;
  }
}
.contact .page-header h1 {
  margin: 0;
}
.contact h3 {
  color: #222222;
  margin-bottom: 24px;
  position: relative;
  text-transform: uppercase;
  font-size: 23px;
}
.contact input[type="email"],
.contact input[type="text"] {
  width: 100%;
}
.contact textarea {
  box-shadow: none;
}
@media (max-width: 768px) {
  .contact .thumbnail {
    width: 100%;
  }
}
.contact .dl-horizontal {
  font-size: 16px;
}
.contact .dl-horizontal > dt {
  display: none;
}
.contact .dl-horizontal > dd {
  margin-left: 0;
  margin-bottom: 8px;
}
.contact .dl-horizontal > dd .fa {
  margin-right: 10px;
}
.contact img {
  max-width: 100%;
}
.contact .form-group.cus-field {
  margin-bottom: 0;
}
.contact label {
  color: #666666;
  font-weight: 400;
  text-transform: none;
}
.contact .contact-links ul li {
  margin: 0 0 12px 0;
  border: none;
}
.contact .contact-links ul li a {
  color: #333333;
  font-weight: 500;
  padding: 0;
  display: inline-block;
}
.contact .contact-links ul li a:hover,
.contact .contact-links ul li a:focus,
.contact .contact-links ul li a:active {
  background: none;
  color: #fc615d;
}
.contact .contact-links ul li a:before {
  font-family: "FontAwesome";
  display: inline-block;
  margin-right: 10px;
  color: #333333;
}
.contact .contact-links ul li a.twitter:before {
  content: "\f099";
}
.contact .contact-links ul li a.youtube:before {
  content: "\f167";
}
.contact .contact-links ul li a.facebook:before {
  content: "\f230";
}
.contact .checkbox input {
  margin-left: 0;
}
.plain-style {
  background: #222222;
}
@media (min-width: 768px) {
  .plain-style {
    padding: 0 24px 24px;
  }
}
@media (min-width: 1200px) {
  .plain-style {
    padding: 0 60px 48px;
  }
}
.plain-style .contact-top {
  margin-bottom: 48px;
}
.plain-style .box-contact {
  padding-top: 48px;
}
.plain-style .box-contact h3 {
  margin-top: 0;
  color: #ffffff;
}
.plain-style .contact-left {
  color: #ffffff;
}
@media (max-width: 767px) {
  .plain-style .contact-left .box-contact {
    padding: 24px;
  }
}
.plain-style .contact-right h3 {
  margin-top: 0;
}
.plain-style .contact-right .inner {
  background: #fdfdfd;
  padding: 24px 0;
}
@media (min-width: 768px) {
  .plain-style .contact-right .inner {
    padding: 0 24px;
  }
}
@media (min-width: 1200px) {
  .plain-style .contact-right .inner {
    padding: 0 60px 24px;
  }
}
.plain-style .contact-form legend {
  display: none;
}
.plain-style .contact-links ul li a {
  color: #ffffff;
}
.plain-style .contact-links ul li a:hover,
.plain-style .contact-links ul li a:focus,
.plain-style .contact-links ul li a:active {
  color: #fc615d;
}
.plain-style .contact-links ul li a:before {
  color: #ffffff;
}
#slide-contact {
  height: auto !important;
}
#slide-contact .panel {
  box-shadow: none;
  border: 0;
}
#slide-contact .panel + .panel {
  margin-top: 12px;
}
#slide-contact .panel .panel-heading {
  border: 1px solid #d9d9d9;
  background-color: transparent;
  color: #000000;
  margin-bottom: -1px;
  padding: 18px 24px;
}
#slide-contact .panel .panel-heading .accordion-toggle {
  position: relative;
  font-size: 15px;
  font-family: "Work Sans", sans-serif;
  text-transform: uppercase;
  display: inline-block;
  color: #fc615d;
  text-decoration: none;
}
#slide-contact .panel .panel-heading .accordion-toggle.collapsed {
  color: #333333;
}
#slide-contact .panel .panel-heading .accordion-toggle.collapsed:hover {
  color: #fb1812;
  text-decoration: none;
}
#slide-contact .panel .panel-body {
  border: 1px solid #d9d9d9;
  padding: 24px;
}
.contact-form legend {
  border: 0;
  color: #999999;
  font-size: 14px;
  margin: 0 0 24px;
  padding: 0;
}
.contact-form .checkbox {
  padding-top: 0;
  margin-bottom: 24px;
}
.contact-form #jform_contact_emailmsg {
  width: 100%;
}
.contact-form #jform_contact_message {
  width: 100%;
  height: 100px;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  box-shadow: none;
  padding-left: 0;
  border-bottom-width: 2px;
}
@media (max-width: 768px) {
  .contact-form #jform_captcha-lbl {
    display: none;
  }
  .contact-form #recaptcha_image {
    width: 220px;
  }
  .contact-form #recaptcha_image img {
    max-width: 220px;
  }
  .contact-form #recaptcha_response_field {
    max-width: 220px;
  }
}
#archive-items > li {
  line-height: normal;
  margin: 0;
  overflow: visible;
  padding: 0;
}
#archive-items .intro {
  clear: both;
  overflow: hidden;
}
.categories-list {
  margin-bottom: 24px;
}
.category-item:before,
.category-item:after {
  content: " ";
  display: table;
}
.category-item:after {
  clear: both;
}
.category-item .category-item {
  margin-bottom: 0;
  margin-left: 30px;
}
.category-item .category-item .page-header {
  font-size: 15px;
}
.category-item .item-title {
  font-weight: 500;
  margin: 0 0 12px;
  text-transform: uppercase;
  font-size: 19px;
}
.category-item .item-title > a {
  color: #222222;
}
.category-item .item-title > a:hover,
.category-item .item-title > a:focus {
  color: #fc615d;
}
.category-item .cat-detail {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.category-item .cat-intro-image img {
  max-width: 100%;
}
.category-item .cat-description {
  padding: 24px;
}
.cat-children .page-header {
  line-height: normal;
  padding: 12px 5px;
  margin: 0;
  font-size: 19px;
  font-weight: normal;
}
.newsfeed-category > h2,
.newsfeed > h2 {
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 24px;
  margin-bottom: 24px;
  margin-top: 0;
}
.newsfeed-category .category-desc,
.newsfeed .category-desc {
  margin-bottom: 24px;
}
.newsfeed-category .category li:before,
.newsfeed .category li:before,
.newsfeed-category .category li:after,
.newsfeed .category li:after {
  content: " ";
  display: table;
}
.newsfeed-category .category li:after,
.newsfeed .category li:after {
  clear: both;
}
.newsfeed > h2 {
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 24px;
  margin-bottom: 24px;
  margin-top: 0;
}
.newsfeed .feed-description {
  margin-bottom: 24px;
  font-size: 17px;
}
.newsfeed .feed-item-description .feed-description {
  font-size: 15px;
}
.newsfeed ol li > a {
  font-weight: bold;
  font-size: 17px;
}
.article-content .pagination ul {
  display: block;
  list-style: none;
  padding: 0;
  overflow: hidden;
}
.article-content .pagination ul li {
  border: 1px solid #d9d9d9;
  float: left;
  line-height: normal;
  margin-right: 12px;
  padding: 12px 24px;
}
.article-content .pagination ul li a {
  border: 0;
  text-decoration: none;
  background-color: transparent;
  line-height: normal;
  padding: 0;
}
.pagenavcounter {
  margin: 0 0 24px;
  font-weight: bold;
}
#article-index,
.article-index {
  border: 1px solid #d9d9d9;
  border-radius: 0;
  float: right;
  padding: 10px;
  margin: 0 0 24px 24px;
  width: 25%;
}
#article-index ul,
.article-index ul {
  list-style: none;
  margin: 0;
  padding: 0;
  border: 0;
}
#article-index ul > li,
.article-index ul > li {
  border: 0;
  margin-top: 2px;
}
#article-index ul > li > a,
.article-index ul > li > a {
  border: 0;
  padding: 5px;
  border-radius: 0;
}
#article-index ul > .active > a,
.article-index ul > .active > a {
  border: 0;
  background: #fc615d;
  color: #ffffff;
}
#article-index ul > .active > a:hover,
.article-index ul > .active > a:hover,
#article-index ul > .active > a:active,
.article-index ul > .active > a:active,
#article-index ul > .active > a:focus,
.article-index ul > .active > a:focus {
  border: 0;
  background: #fc615d;
  color: #ffffff;
}
.pagenav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.pagenav > li {
  margin: 0;
  padding: 0;
  float: left;
}
.pagenav > li.pagenav-prev,
.pagenav > li.previous {
  margin-right: 10px;
}
.pagenav li > a {
  padding: 8px 0;
  line-height: normal;
  border: none;
  border-bottom: 1px solid #fc615d;
  border-radius: 0;
  text-transform: uppercase;
}
.pagenav li > a:hover,
.pagenav li > a:active,
.pagenav li > a:focus {
  background: none;
  border-bottom: 1px solid #fb1812;
}
.items-more h3 {
  margin: 0 0 24px;
}
.items-more .nav > li {
  border-top: 1px solid #d9d9d9;
}
.items-more .nav > li > a {
  padding: 6px 5px;
}
.back_button a {
  display: block;
  margin: 10px 0;
}
.filters {
  margin: 12px 0;
}
.display-limit {
  margin: 12px 0 5px;
}
.filters .display-limit {
  float: right;
  text-align: right;
}
#system-message dt {
  font-weight: bold;
}
#system-message dd {
  font-weight: bold;
}
#system-message dd.message ul,
#system-message dd.error ul,
#system-message dd.notice ul {
  margin: 0;
  padding: 0;
}
#system-message dd.message ul li,
#system-message dd.error ul li,
#system-message dd.notice ul li {
  background: none;
  margin: 0;
  padding: 5px;
}
.alert-message {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #468847;
}
.alert-message hr {
  border-top-color: #c9e2b3;
}
.alert-message .alert-link {
  color: #356635;
}
.alert-notice {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #3a87ad;
}
.alert-notice hr {
  border-top-color: #a6e1ec;
}
.alert-notice .alert-link {
  color: #2d6987;
}
.alert-error {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #b94a48;
}
.alert-error hr {
  border-top-color: #e4b9c0;
}
.alert-error .alert-link {
  color: #953b39;
}
.tip-wrap {
  background: #fff6df;
  border: 1px solid #fb3;
  border-radius: 5px;
  -webkit-box-shadow: none;
  box-shadow: none;
  max-width: 300px;
  z-index: 999;
}
.tip-title {
  border-bottom: 1px solid #fb3;
  font-weight: bold;
  padding: 5px 10px;
}
.tip-text {
  font-size: 15px;
  margin: 0;
  padding: 5px 10px;
}
.hasTip img {
  border: none;
  margin: 0 5px 0 0;
}
.mod-preview-info {
  z-index: 1051;
}
.mod-preview-wrapper {
  background-color: transparent !important;
  color: inherit !important;
}
.languageswitcherload div.mod-languages {
  padding: 0 24px;
}
.languageswitcherload div.mod-languages li {
  margin: 0 10px 0 0;
}
div.calendar {
  width: 187px;
}
.tags {
  margin-bottom: 24px;
}
.tags span a.label {
  background: #eeeeee;
  text-transform: uppercase;
  color: #333333;
  display: inline-block;
  padding: 8px 12px;
  font-weight: 500;
  font-size: 13px;
  margin: 0 5px 5px 0;
  border-radius: 3px;
}
.tags span a.label:hover,
.tags span a.label:active,
.tags span a.label:focus {
  background: #fc615d;
  color: #ffffff;
}
.edit.item-page fieldset .btn-toolbar {
  margin-top: 12px;
}
.edit.item-page a.modal.btn {
  text-shadow: none;
}
.chzn-container-multi .chzn-choices li.search-field input[type="text"] {
  height: auto;
}
.iframe-bordered {
  border: 1px solid #dddddd;
}
.chzn-container {
  display: block;
}
.chzn-container-single .chzn-single,
.chzn-container-multi .chzn-choices .search-field input,
.chzn-container-single .chzn-search input {
  height: 26px;
}
.chzn-container-single .chzn-drop,
.chzn-container .chzn-drop {
  -webkit-box-sizing: content-box !important;
  -moz-box-sizing: content-box !important;
  box-sizing: content-box !important;
}
.input-prepend .chzn-container-single .chzn-single {
  border-color: #d9d9d9;
  height: 26px;
  border-radius: 0 3px 3px 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.input-prepend .chzn-container-active .chzn-single-with-drop {
  border-radius: 0 3px 0 0;
}
.input-prepend .chzn-container-single .chzn-drop {
  border-color: #d9d9d9;
}
.btn-group .chzn-results {
  white-space: normal;
}
.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.page-header {
  padding-bottom: 0;
  margin: 0 0 24px;
  border-bottom: none;
}
.page-title,
.page-header h1 {
  color: #222222;
  display: inline-block;
  font-size: 55px;
  margin-top: 0;
  margin-bottom: 24px;
  text-transform: uppercase;
  position: relative;
}
@media screen and (max-width: 767px) {
  .page-title,
  .page-header h1 {
    font-size: 34px;
  }
}
.page-subheader {
  border-bottom: 1px solid #d9d9d9;
  margin: 0 0 24px;
}
.page-subheader:before,
.page-subheader:after {
  content: " ";
  display: table;
}
.page-subheader:after {
  clear: both;
}
.page-subtitle,
.page-subheader h2 {
  line-height: 1;
  margin: 0;
}
.page-header + .page-subheader {
  margin-top: -24px;
}
.article-title,
.article-header h1 {
  margin: 0 0 24px 0;
  font-weight: 400;
}
.article-title > a,
.article-header h1 > a {
  color: #222222;
}
.article-title > a:hover,
.article-header h1 > a:hover,
.article-title > a:active,
.article-header h1 > a:active,
.article-title > a:focus,
.article-header h1 > a:focus {
  text-decoration: none;
  color: #fc615d;
}
.item-title {
  font-weight: bold;
}
.jumbotron h1,
.jumbotron h2,
.jumbotron h3 {
  margin-top: 0;
}
.jumbotron p:last-child {
  margin-bottom: 0;
}
.container .jumbotron {
  border-radius: 0;
}
.masthead {
  padding: 48px 0;
  text-align: center;
}
.masthead p:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .masthead {
    padding: 96px 0;
  }
  .masthead h1 {
    font-size: 105px;
  }
  .masthead p {
    font-size: 30px;
  }
  .masthead .btn-lg {
    margin-top: 24px;
    padding: 18px 42px;
    font-size: 22.5px;
  }
}
.jumbotron-primary {
  background-color: #fc615d;
  color: #ffffff;
}
.jumbotron-primary h1,
.jumbotron-primary h2,
.jumbotron-primary h3 {
  color: #ffffff;
}
.jumbotron-primary p {
  color: #ffffff;
}
.jumbotron-primary .btn-primary {
  border-color: #fff;
}
.label:empty {
  display: none;
}
.badge {
  text-transform: none;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.page-header .label,
.page-header .badge {
  vertical-align: middle;
}
.alert h4 {
  color: inherit;
}
.media:first-child {
  margin-top: 0;
}
.media-object {
  display: block;
}
.media-heading {
  margin: 0 0 5px;
}
.media > .pull-left {
  margin-right: 10px;
}
.media > .pull-right {
  margin-left: 10px;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
a.list-group-item.active .list-group-item-heading,
a.list-group-item.active:hover .list-group-item-heading,
a.list-group-item.active:focus .list-group-item-heading {
  color: inherit;
}
a.list-group-item.active .list-group-item-text,
a.list-group-item.active:hover .list-group-item-text,
a.list-group-item.active:focus .list-group-item-text {
  color: #ffffff;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title > a {
  color: inherit;
}
.well {
  box-shadow: none;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
@media screen and (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
}

.t3-wrapper .body-background {
  background-color: #fdfdfd;
  background-attachment: fixed;
  background-position: left bottom;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}
.t3-wrapper .body-background .t3-features-intro .section {
  background-color: transparent;
}
.t3-header {
  background: transparent;
  padding-top: 24px;
  padding-bottom: 24px;
  top: 0;
  width: 100%;
  z-index: 1030;
  position: fixed;
  transition: padding-top 400ms, padding-bottom 400ms, box-shadow 400ms;
  -webkit-transition: padding-top 400ms, padding-bottom 400ms, box-shadow 400ms;
}
.t3-header.ja-affix-top,
.off-canvas-right.off-canvas-open .t3-header {
  background: #ffffff;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
  padding-top: 12px;
  padding-bottom: 12px;
}
.t3-header.ja-affix-top.style-dark,
.off-canvas-right.off-canvas-open .t3-header.style-dark {
  background: #000000;
}
.t3-header.ja-affix-top .off-canvas-toggle,
.off-canvas-right.off-canvas-open .t3-header .off-canvas-toggle {
  height: 48px;
  line-height: 48px;
  top: 12px;
}
.t3-header.ja-affix-top .navbar-toggle,
.off-canvas-right.off-canvas-open .t3-header .navbar-toggle {
  line-height: 48px;
}
.t3-header.ja-affix-top .logo-text,
.off-canvas-right.off-canvas-open .t3-header .logo-text {
  height: 48px;
}
.t3-header.ja-affix-top .logo-text a,
.off-canvas-right.off-canvas-open .t3-header .logo-text a {
  font-size: 15px;
  height: 48px;
  width: 48px;
}
.t3-header.ja-affix-top .navbar,
.off-canvas-right.off-canvas-open .t3-header .navbar {
  min-height: 48px;
}
.t3-header.ja-affix-top .navbar-nav > li > a,
.off-canvas-right.off-canvas-open .t3-header .navbar-nav > li > a,
.t3-header.ja-affix-top .navbar-nav > li > span,
.off-canvas-right.off-canvas-open .t3-header .navbar-nav > li > span {
  padding-top: 12px;
  padding-bottom: 12px;
}
@media (max-width: 767px) {
  .t3-header {
    position: relative;
    background: #ffffff;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .t3-header.style-dark {
    background: #000000;
  }
  .t3-header .off-canvas-toggle {
    height: 48px;
    line-height: 48px;
    top: 12px;
  }
  .t3-header .navbar-toggle {
    line-height: 48px;
  }
  .t3-header .logo-text {
    height: 48px;
  }
  .t3-header .logo-text a {
    font-size: 15px;
    height: 48px;
    width: 48px;
  }
  .t3-header .navbar {
    min-height: 48px;
  }
  .t3-header .navbar-nav > li > a {
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
.logo {
  text-align: left;
}
@media (max-width: 991px) {
  .logo {
    width: auto;
  }
}
.logo a {
  display: inline-block;
  line-height: 1;
  margin: 0;
}
.logo-image span,
.logo-image small {
  display: none;
}
.logo-text {
  height: 72px;
  overflow: hidden;
  -webkit-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
}
.logo-text a {
  text-decoration: none;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 700;
  width: 72px;
  height: 72px;
  position: relative;
  background-color: #fc615d;
  -webkit-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
  vertical-align: bottom;
}
.logo-text a span {
  color: #ffffff;
  position: absolute;
  right: 12px;
  bottom: 12px;
}
.logo-text:hover a,
.logo-text a:hover,
.logo-text a:active,
.logo-text a:focus {
  text-decoration: none;
}
.logo-text .site-slogan {
  display: inline-block;
  font-size: 14px;
}
.head-search {
  margin-top: 24px;
}
.head-search:before,
.head-search:after {
  content: " ";
  display: table;
}
.head-search:after {
  clear: both;
}
.head-search form {
  margin: 0;
}
.head-search label {
  display: none;
}
.head-search .search {
  position: relative;
}
.head-search .search:before {
  font-family: "FontAwesome";
  content: "\f002";
  display: block;
  position: absolute;
  left: 10px;
  top: 6px;
  color: #666666;
}
@media screen and (min-width: 768px) {
  .head-search .search {
    float: right;
  }
}
.head-search .form-control {
  width: 100%;
  padding-left: 30px;
}
@media screen and (min-width: 768px) {
  .head-search .form-control {
    width: 150px;
  }
  .head-search .form-control:focus {
    width: 200px;
  }
}
.t3-mast-top {
  position: fixed;
  height: 100vh;
  width: 100%;
}
@media (max-width: 767px) {
  .t3-mast-top {
    position: relative;
    height: auto;
  }
}
.t3-mast-top + script + .t3-features-intro,
.t3-mast-top + .t3-features-intro,
.t3-mast-top + .body-background,
.t3-mast-top + script + .body-background {
  padding-top: 100vh;
}
@media (max-width: 767px) {
  .t3-mast-top + script + .t3-features-intro,
  .t3-mast-top + .t3-features-intro,
  .t3-mast-top + .body-background,
  .t3-mast-top + script + .body-background {
    padding-top: 0;
  }
}
.t3-mast-top .features-intro {
  padding-top: 0;
}
.t3-mast-top.t3-features-intro .section-title > h2 {
  margin-top: 140px;
}
.t3-header.style-dark + .t3-mast-top .section {
  background-color: #000000;
}
.t3-header.style-light + .t3-mast-top .section {
  background-color: #ffffff;
}
.t3-mast-bottom.t3-features-intro .section-content {
  background-color: #222222;
}
.t3-mast-bottom.t3-features-intro .module-title {
  color: #fc615d;
}
.t3-mast-bottom.t3-features-intro .section-content {
  padding: 48px 60px;
}
@media (max-width: 767px) {
  .t3-mast-bottom.t3-features-intro .section-content {
    padding: 30px;
  }
}
.t3-mast-bottom.t3-features-intro .acm-spotlight > .row > div > div {
  margin-bottom: 72px;
}
.t3-mast-bottom.t3-features-intro .acm-spotlight > .row > div.col-xs-12 {
  margin-top: -67px;
}
@media (max-width: 991px) {
  .t3-mast-bottom.t3-features-intro .acm-spotlight > .row > div.col-xs-12 {
    margin: 0;
  }
}
@media (min-width: 992px) {
  .t3-mast-bottom.t3-features-intro .acm-spotlight > .row > div.col-xs-12.t3-module .module-inner {
    padding-top: 0;
  }
}
.t3-mast-bottom.t3-features-intro .acm-spotlight > .row > div.last-col {
  background-color: #fdfdfd;
  color: #333333;
}
.t3-mast-bottom.t3-features-intro .acm-spotlight > .row > div.last-col .t3-module .module-title {
  color: #000000;
}
.t3-mast-bottom.t3-features-intro .acm-spotlight > .row > div.last-col .t3-module .module-title {
  font-size: 27.5px;
  margin-bottom: 48px;
}
@media (max-width: 767px) {
  .t3-mast-bottom.t3-features-intro .acm-spotlight > .row > div.last-col .t3-module .module-title {
    font-size: 23px;
    margin-bottom: 24px;
    padding-top: 0;
  }
}
.t3-mast-bottom.t3-features-intro .acm-spotlight > .row > div.last-col .t3-module {
  padding: 0 60px 72px;
}
@media (max-width: 991px) {
  .t3-mast-bottom.t3-features-intro .acm-spotlight > .row > div.last-col .t3-module {
    padding-top: 48px;
  }
}
@media (max-width: 767px) {
  .t3-mast-bottom.t3-features-intro .acm-spotlight > .row > div.last-col .t3-module {
    padding: 24px 15px;
  }
}
.t3-mast-bottom.t3-features-intro .acm-spotlight .t3-module .module-title {
  color: #4bb9b4;
}
.t3-mast-bottom.t3-features-intro .acm-spotlight .acm-title {
  color: #ffffff;
}
.t3-mast-bottom.t3-features-intro .acm-spotlight .acm-title span {
  background-color: transparent;
}
.t3-mast-bottom.t3-features-intro .acm-spotlight .acm-desc {
  color: #ffffff;
}
.t3-mast-bottom.t3-features-intro .acm-spotlight .acm-desc + .row > div.col-xs-12,
.t3-mast-bottom.t3-features-intro .acm-spotlight .acm-title + .row > div.col-xs-12 {
  margin-top: 0;
}
.t3-mast-bottom.t3-features-intro .acm-spotlight .acm-desc + .row > div.last-col .t3-module,
.t3-mast-bottom.t3-features-intro .acm-spotlight .acm-title + .row > div.last-col .t3-module {
  padding-top: 72px;
}
.t3-sl {
  padding-bottom: 48px;
  padding-top: 48px;
}
@media screen and (min-width: 768px) {
  .t3-sl {
    padding-bottom: 72px;
    padding-top: 72px;
  }
}
.t3-mainbody {
  padding-top: 144px;
  padding-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .t3-mainbody {
    padding-top: 24px;
  }
}
.t3-content {
  padding-top: 24px;
  padding-bottom: 24px;
}
.t3-sidebar {
  padding-top: 24px;
}
.t3-sidebar > .inner {
  background: #f7f7f7;
  padding: 24px 24px 0;
}
.t3-sidebar .module-title {
  padding-bottom: 5px;
}
.t3-footer {
  background: #fdfdfd;
  color: #666666;
  position: relative;
  z-index: 2;
}
.t3-footer:before,
.t3-footer:after {
  content: " ";
  display: table;
}
.t3-footer:after {
  clear: both;
}
.t3-footer small {
  display: block;
  font-size: 100%;
}
.t3-footnav {
  padding: 24px 0;
}
.t3-footnav:before,
.t3-footnav:after {
  content: " ";
  display: table;
}
.t3-footnav:after {
  clear: both;
}
@media screen and (min-width: 768px) {
  .t3-footnav {
    padding: 48px 0;
  }
}
.t3-footnav .t3-module {
  background: #fdfdfd;
  color: #666666;
  margin-top: 12px;
  margin-bottom: 12px;
}
.t3-footnav .t3-module .module-title {
  color: #333333;
  font-size: 19px;
  margin-bottom: 12px;
}
.t3-footnav .t3-module ul {
  list-style: none;
  margin-left: 0;
  margin-bottom: 0;
  padding-left: 0;
}
.t3-footnav .t3-module ul > li {
  line-height: 24px;
}
.t3-footnav .t3-module ul > li > a {
  color: #666666;
}
.t3-footnav .t3-module ul > li > a:hover,
.t3-footnav .t3-module ul > li > a:active,
.t3-footnav .t3-module ul > li > a:focus {
  color: #666666;
}
.t3-copyright {
  font-size: 13px;
  padding: 48px 0;
  text-align: center;
}
.t3-copyright:before,
.t3-copyright:after {
  content: " ";
  display: table;
}
.t3-copyright:after {
  clear: both;
}
.t3-copyright small {
  margin-bottom: 5px;
}
.copyright {
  margin-bottom: 24px;
}
.poweredby:before,
.poweredby:after {
  content: " ";
  display: table;
}
.poweredby:after {
  clear: both;
}
.poweredby .t3-logo,
.poweredby .t3-logo-small {
  opacity: .8;
  display: inline-block;
}
.back-to-top {
  position: fixed;
  right: 24px;
  top: auto;
  z-index: 999;
  bottom: 140px;
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -o-transform: scale(0.5);
  transform: scale(0.5);
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
}
@media (min-width: 768px) {
  .back-to-top {
    display: block;
  }
}
.back-to-top .btn {
  height: 50px;
  width: 50px;
  line-height: 1;
  padding: 0;
  text-align: center;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.back-to-top .btn:hover,
.back-to-top .btn:active,
.back-to-top .btn:focus {
  outline: none;
  opacity: 1;
  filter: alpha(opacity=100);
}
.back-to-top.affix {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  filter: alpha(opacity=100);
}
.back-to-top a {
  outline: none;
}
.back-to-top i {
  font-size: 19px;
  line-height: 1;
}
.back-to-top i::before {
  line-height: 1;
  font-size: 22px;
}
#editor-xtd-buttons .btn {
  text-shadow: none;
  color: #ffffff;
  text-transform: none;
}
#editor-xtd-buttons .btn:hover {
  color: #fc615d;
}
.edit .nav-tabs {
  margin-bottom: 0;
}
.edit .input-append .btn {
  border: none;
  margin-left: 5px;
  color: #ffffff;
}
.edit .input-append .btn:hover {
  color: #fc615d;
}
.com_config .t3onoff label {
  width: 90px !important;
}
.com_config label {
  text-transform: none;
  font-weight: 400;
}
.com_config #modules-form .input-append .btn {
  border: none;
  margin-left: 5px;
}
.com_config #modules-form .input-append .btn:hover {
  color: #fc615d;
}
.window-mainbody #filter-bar #filter_search {
  height: 44px;
}
.window-mainbody button[class^="btn hasTooltip"],
.window-mainbody #upbutton,
.window-mainbody .button-cancel {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
  border-width: 4px;
  -webkit-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
}
.window-mainbody button[class^="btn hasTooltip"]:hover,
.window-mainbody #upbutton:hover,
.window-mainbody .button-cancel:hover,
.window-mainbody button[class^="btn hasTooltip"]:focus,
.window-mainbody #upbutton:focus,
.window-mainbody .button-cancel:focus,
.window-mainbody button[class^="btn hasTooltip"].focus,
.window-mainbody #upbutton.focus,
.window-mainbody .button-cancel.focus,
.window-mainbody button[class^="btn hasTooltip"]:active,
.window-mainbody #upbutton:active,
.window-mainbody .button-cancel:active,
.window-mainbody button[class^="btn hasTooltip"].active,
.window-mainbody #upbutton.active,
.window-mainbody .button-cancel.active,
.open > .dropdown-toggle.window-mainbody button[class^="btn hasTooltip"],
.open > .dropdown-toggle.window-mainbody #upbutton,
.open > .dropdown-toggle.window-mainbody .button-cancel {
  color: #ffffff;
  background-color: #1a1a1a;
  border-color: #141414;
}
.window-mainbody button[class^="btn hasTooltip"]:active,
.window-mainbody #upbutton:active,
.window-mainbody .button-cancel:active,
.window-mainbody button[class^="btn hasTooltip"].active,
.window-mainbody #upbutton.active,
.window-mainbody .button-cancel.active,
.open > .dropdown-toggle.window-mainbody button[class^="btn hasTooltip"],
.open > .dropdown-toggle.window-mainbody #upbutton,
.open > .dropdown-toggle.window-mainbody .button-cancel {
  background-image: none;
}
.window-mainbody button[class^="btn hasTooltip"].disabled,
.window-mainbody #upbutton.disabled,
.window-mainbody .button-cancel.disabled,
.window-mainbody button[class^="btn hasTooltip"][disabled],
.window-mainbody #upbutton[disabled],
.window-mainbody .button-cancel[disabled],
fieldset[disabled] .window-mainbody button[class^="btn hasTooltip"],
fieldset[disabled] .window-mainbody #upbutton,
fieldset[disabled] .window-mainbody .button-cancel,
.window-mainbody button[class^="btn hasTooltip"].disabled:hover,
.window-mainbody #upbutton.disabled:hover,
.window-mainbody .button-cancel.disabled:hover,
.window-mainbody button[class^="btn hasTooltip"][disabled]:hover,
.window-mainbody #upbutton[disabled]:hover,
.window-mainbody .button-cancel[disabled]:hover,
fieldset[disabled] .window-mainbody button[class^="btn hasTooltip"]:hover,
fieldset[disabled] .window-mainbody #upbutton:hover,
fieldset[disabled] .window-mainbody .button-cancel:hover,
.window-mainbody button[class^="btn hasTooltip"].disabled:focus,
.window-mainbody #upbutton.disabled:focus,
.window-mainbody .button-cancel.disabled:focus,
.window-mainbody button[class^="btn hasTooltip"][disabled]:focus,
.window-mainbody #upbutton[disabled]:focus,
.window-mainbody .button-cancel[disabled]:focus,
fieldset[disabled] .window-mainbody button[class^="btn hasTooltip"]:focus,
fieldset[disabled] .window-mainbody #upbutton:focus,
fieldset[disabled] .window-mainbody .button-cancel:focus,
.window-mainbody button[class^="btn hasTooltip"].disabled.focus,
.window-mainbody #upbutton.disabled.focus,
.window-mainbody .button-cancel.disabled.focus,
.window-mainbody button[class^="btn hasTooltip"][disabled].focus,
.window-mainbody #upbutton[disabled].focus,
.window-mainbody .button-cancel[disabled].focus,
fieldset[disabled] .window-mainbody button[class^="btn hasTooltip"].focus,
fieldset[disabled] .window-mainbody #upbutton.focus,
fieldset[disabled] .window-mainbody .button-cancel.focus,
.window-mainbody button[class^="btn hasTooltip"].disabled:active,
.window-mainbody #upbutton.disabled:active,
.window-mainbody .button-cancel.disabled:active,
.window-mainbody button[class^="btn hasTooltip"][disabled]:active,
.window-mainbody #upbutton[disabled]:active,
.window-mainbody .button-cancel[disabled]:active,
fieldset[disabled] .window-mainbody button[class^="btn hasTooltip"]:active,
fieldset[disabled] .window-mainbody #upbutton:active,
fieldset[disabled] .window-mainbody .button-cancel:active,
.window-mainbody button[class^="btn hasTooltip"].disabled.active,
.window-mainbody #upbutton.disabled.active,
.window-mainbody .button-cancel.disabled.active,
.window-mainbody button[class^="btn hasTooltip"][disabled].active,
.window-mainbody #upbutton[disabled].active,
.window-mainbody .button-cancel[disabled].active,
fieldset[disabled] .window-mainbody button[class^="btn hasTooltip"].active,
fieldset[disabled] .window-mainbody #upbutton.active,
fieldset[disabled] .window-mainbody .button-cancel.active {
  background-color: #333333;
  border-color: #333333;
}
.window-mainbody button[class^="btn hasTooltip"] .badge,
.window-mainbody #upbutton .badge,
.window-mainbody .button-cancel .badge {
  color: #333333;
  background-color: #ffffff;
}
.window-mainbody button[class^="btn hasTooltip"]:hover,
.window-mainbody #upbutton:hover,
.window-mainbody .button-cancel:hover,
.window-mainbody button[class^="btn hasTooltip"]:focus,
.window-mainbody #upbutton:focus,
.window-mainbody .button-cancel:focus,
.window-mainbody button[class^="btn hasTooltip"].focus,
.window-mainbody #upbutton.focus,
.window-mainbody .button-cancel.focus,
.window-mainbody button[class^="btn hasTooltip"]:active,
.window-mainbody #upbutton:active,
.window-mainbody .button-cancel:active,
.window-mainbody button[class^="btn hasTooltip"].active,
.window-mainbody #upbutton.active,
.window-mainbody .button-cancel.active,
.open > .dropdown-toggle.window-mainbody button[class^="btn hasTooltip"],
.open > .dropdown-toggle.window-mainbody #upbutton,
.open > .dropdown-toggle.window-mainbody .button-cancel {
  color: #333333;
  background-color: #fdfdfd;
  border-color: #333333;
}
.window-mainbody button[class^="btn hasTooltip"]:active,
.window-mainbody #upbutton:active,
.window-mainbody .button-cancel:active,
.window-mainbody button[class^="btn hasTooltip"].active,
.window-mainbody #upbutton.active,
.window-mainbody .button-cancel.active,
.open > .dropdown-toggle.window-mainbody button[class^="btn hasTooltip"],
.open > .dropdown-toggle.window-mainbody #upbutton,
.open > .dropdown-toggle.window-mainbody .button-cancel {
  background-image: none;
}
.window-mainbody button[class^="btn hasTooltip"].disabled,
.window-mainbody #upbutton.disabled,
.window-mainbody .button-cancel.disabled,
.window-mainbody button[class^="btn hasTooltip"][disabled],
.window-mainbody #upbutton[disabled],
.window-mainbody .button-cancel[disabled],
fieldset[disabled] .window-mainbody button[class^="btn hasTooltip"],
fieldset[disabled] .window-mainbody #upbutton,
fieldset[disabled] .window-mainbody .button-cancel,
.window-mainbody button[class^="btn hasTooltip"].disabled:hover,
.window-mainbody #upbutton.disabled:hover,
.window-mainbody .button-cancel.disabled:hover,
.window-mainbody button[class^="btn hasTooltip"][disabled]:hover,
.window-mainbody #upbutton[disabled]:hover,
.window-mainbody .button-cancel[disabled]:hover,
fieldset[disabled] .window-mainbody button[class^="btn hasTooltip"]:hover,
fieldset[disabled] .window-mainbody #upbutton:hover,
fieldset[disabled] .window-mainbody .button-cancel:hover,
.window-mainbody button[class^="btn hasTooltip"].disabled:focus,
.window-mainbody #upbutton.disabled:focus,
.window-mainbody .button-cancel.disabled:focus,
.window-mainbody button[class^="btn hasTooltip"][disabled]:focus,
.window-mainbody #upbutton[disabled]:focus,
.window-mainbody .button-cancel[disabled]:focus,
fieldset[disabled] .window-mainbody button[class^="btn hasTooltip"]:focus,
fieldset[disabled] .window-mainbody #upbutton:focus,
fieldset[disabled] .window-mainbody .button-cancel:focus,
.window-mainbody button[class^="btn hasTooltip"].disabled.focus,
.window-mainbody #upbutton.disabled.focus,
.window-mainbody .button-cancel.disabled.focus,
.window-mainbody button[class^="btn hasTooltip"][disabled].focus,
.window-mainbody #upbutton[disabled].focus,
.window-mainbody .button-cancel[disabled].focus,
fieldset[disabled] .window-mainbody button[class^="btn hasTooltip"].focus,
fieldset[disabled] .window-mainbody #upbutton.focus,
fieldset[disabled] .window-mainbody .button-cancel.focus,
.window-mainbody button[class^="btn hasTooltip"].disabled:active,
.window-mainbody #upbutton.disabled:active,
.window-mainbody .button-cancel.disabled:active,
.window-mainbody button[class^="btn hasTooltip"][disabled]:active,
.window-mainbody #upbutton[disabled]:active,
.window-mainbody .button-cancel[disabled]:active,
fieldset[disabled] .window-mainbody button[class^="btn hasTooltip"]:active,
fieldset[disabled] .window-mainbody #upbutton:active,
fieldset[disabled] .window-mainbody .button-cancel:active,
.window-mainbody button[class^="btn hasTooltip"].disabled.active,
.window-mainbody #upbutton.disabled.active,
.window-mainbody .button-cancel.disabled.active,
.window-mainbody button[class^="btn hasTooltip"][disabled].active,
.window-mainbody #upbutton[disabled].active,
.window-mainbody .button-cancel[disabled].active,
fieldset[disabled] .window-mainbody button[class^="btn hasTooltip"].active,
fieldset[disabled] .window-mainbody #upbutton.active,
fieldset[disabled] .window-mainbody .button-cancel.active {
  background-color: #333333;
  border-color: #333333;
}
.window-mainbody button[class^="btn hasTooltip"] .badge,
.window-mainbody #upbutton .badge,
.window-mainbody .button-cancel .badge {
  color: #333333;
  background-color: #ffffff;
}
.window-mainbody #imageForm button:hover,
.window-mainbody #uploadForm button:hover {
  border-width: 4px;
}
div.google-visualization-tooltip {
  background: #eeeeee;
  box-shadow: none !important;
  border: 0;
  border-radius: 0;
  min-width: 200px;
}
div.google-visualization-tooltip .google-visualization-tooltip-item-list {
  margin: 8px 0;
}
div.google-visualization-tooltip .google-visualization-tooltip-item-list .google-visualization-tooltip-item {
  text-transform: uppercase;
  margin: 8px 0;
}
div.google-visualization-tooltip .google-visualization-tooltip-item-list .google-visualization-tooltip-item span {
  color: #222222 !important;
  font-weight: 500;
}
div.google-visualization-tooltip .google-visualization-tooltip-separator {
  display: none;
}
div.google-visualization-tooltip .google-visualization-tooltip-action-list {
  background: #ffffff;
}

.com_easyblog div#fd {
  
  
  
  
  
  
  
  
  
  
  
  
  
}
.com_easyblog div#fd a {
  color: #fc615d;
}
.com_easyblog div#fd a:hover,
.com_easyblog div#fd a:focus,
.com_easyblog div#fd a:active {
  color: #fb1812;
}
.com_easyblog div#fd .btn-primary {
  background: #fc615d;
  border: 2px solid #fc615d;
  color: #fff;
}
.com_easyblog div#fd .btn-primary:hover,
.com_easyblog div#fd .btn-primary:focus,
.com_easyblog div#fd .btn-primary:active,
.com_easyblog div#fd .btn-primary .open .dropdown-toggle_div#fd .btn-primary {
  background: #fff;
  border: 2px solid #fc615d;
  color: #fc615d;
}
.com_easyblog div#fd .form-control:hover,
.com_easyblog div#fd .form-control:focus {
  border-color: #fc615d;
}
.com_easyblog div#fd .eb-section-heading:before {
  border-bottom: 2px solid #fc615d;
}
.com_easyblog div#fd .eb-stats-nav > li .btn:hover,
.com_easyblog div#fd .eb-stats-nav > li .btn:focus {
  color: #fb1812;
}
.com_easyblog div#fd .eb-navbar-nav > li.open > a,
.com_easyblog div#fd .eb-navbar-nav > li > a:hover,
.com_easyblog div#fd .eb-navbar-nav > li > a:focus,
.com_easyblog div#fd .eb-navbar-nav > li.active > a {
  background: #fc615d;
}
.com_easyblog div#fd .eb-pager a:hover,
.com_easyblog div#fd .eb-pager a:focus,
.com_easyblog div#fd .eb-pager a:active {
  color: #333;
}
.com_easyblog div#fd .eb-pager a.active,
.com_easyblog div#fd .eb-pager > div a.active {
  background: #fc615d;
  border: 4px solid #fc615d;
  color: #fff;
}
.com_easyblog div#fd .eb-post-title a:hover {
  color: #fc615d;
}
.com_easyblog div#fd .eb-entry-nav > div > a:hover {
  color: #fc615d;
}
.com_easyblog div#fd .eb-entry-author {
  background: #fc615d;
}
.com_easyblog div#fd .eb-entry-author-recents > h5,
.com_easyblog div#fd .eb-entry-author-recents time {
  color: #febebc;
}
.com_easyblog div#fd .eb-comments .eb-comment .eb-comment-head a:hover {
  color: #fc615d;
}
.com_easyblog div#fd .eb-comment-foot span > a {
  color: #fc615d;
}
.com_easyblog div#fd .eb-comment-foot span > a:hover {
  color: #fb1812;
}
.com_easyblog div#fd .eb-category-name a:hover {
  color: #fc615d;
}
.com_easyblog div#fd .eb-tags-item:hover {
  border: 1px solid #fc615d;
}
.com_easyblog div#fd .eb-calendar-control > td.eb-calendar-previous > a:hover,
.com_easyblog div#fd .eb-calendar-control > td.eb-calendar-next > a:hover {
  color: #fc615d;
}
.com_easyblog div#fd .mod-item .mod-small.mod-fit {
  color: #fc615d;
}
.com_easyblog div#fd.eb.mod_easybloglatestcomment strong a:hover {
  color: #fc615d;
}
.com_easyblog div#fd.eb.mod_easybloglatestcomment .mod-muted.mod-small {
  color: #fc615d;
}
.com_easyblog div#fd.eb .eb-posts .ja-masonry-wrap .item .eb-post {
  border: 1px solid #d9d9d9;
  padding: 24px;
  color: #666666;
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.1);
  -webkit-transition: box-shadow 0.2s ease 0s;
  -o-transition: box-shadow 0.2s ease 0s;
  transition: box-shadow 0.2s ease 0s;
}
.com_easyblog div#fd.eb .eb-posts .ja-masonry-wrap .item:hover .eb-post {
  border: 1px solid #ffffff;
  -webkit-box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.2);
}
.com_easyblog div#fd.eb .eb-posts .ja-masonry-wrap .item:hover .eb-post-foot .btn-primary {
  background-color: #fc615d;
  border-color: #fc615d;
}
.com_easyblog div#fd.eb .eb-posts .ja-masonry-wrap .item:hover .eb-post-foot .btn-primary:hover,
.com_easyblog div#fd.eb .eb-posts .ja-masonry-wrap .item:hover .eb-post-foot .btn-primary:focus,
.com_easyblog div#fd.eb .eb-posts .ja-masonry-wrap .item:hover .eb-post-foot .btn-primary:active {
  color: #fc615d;
  background-color: transparent;
  border-color: #fc615d;
}
.com_easyblog div#fd.eb .eb-posts .ja-masonry-wrap .eb-post-photo {
  float: none !important;
  margin: 0 0 24px;
}
.com_easyblog div#fd.eb .eb-posts .ja-masonry-wrap .eb-post-photo img {
  max-width: 100%;
}
.com_easyblog div#fd.eb .eb-posts .ja-masonry-wrap .eb-post-title {
  font-size: 19px;
  font-weight: 500;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 12px;
}
.com_easyblog div#fd.eb .eb-posts .ja-masonry-wrap .eb-post-title a {
  color: #333333;
}
.com_easyblog div#fd.eb .eb-posts .ja-masonry-wrap .eb-post-title a:hover,
.com_easyblog div#fd.eb .eb-posts .ja-masonry-wrap .eb-post-title a:focus,
.com_easyblog div#fd.eb .eb-posts .ja-masonry-wrap .eb-post-title a:active {
  text-decoration: none;
  color: #fc615d;
}
.com_easyblog div#fd.eb .eb-posts .ja-masonry-wrap .eb-post-featured {
  width: 85px;
  height: 88px;
  overflow: hidden;
  position: absolute;
  top: -30px;
  right: -28px;
}
.com_easyblog div#fd.eb .eb-posts .ja-masonry-wrap .eb-post-featured span {
  text-align: center;
  font-size: 12px;
  position: relative;
  padding: 7px 0;
  left: -5px;
  top: 15px;
  width: 120px;
  background-color: #fc615d;
  color: #ffffff;
  display: block;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.com_easyblog div#fd.eb .eb-posts .ja-masonry-wrap .eb-post-featured span::before,
.com_easyblog div#fd.eb .eb-posts .ja-masonry-wrap .eb-post-featured span::after {
  content: "";
  border-top: 3px solid #ef0a04;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  position: absolute;
  bottom: -3px;
}
.com_easyblog div#fd.eb .eb-posts .ja-masonry-wrap .eb-post-featured span::before {
  left: 0;
}
.com_easyblog div#fd.eb .eb-posts .ja-masonry-wrap .eb-post-featured span::after {
  right: 0;
}
.com_easyblog div#fd.eb .eb-posts .ja-masonry-wrap .eb-post-date {
  margin-bottom: 24px;
  font-size: 12px;
}
.com_easyblog div#fd.eb .eb-posts .ja-masonry-wrap .eb-post-title-top {
  color: #999999;
  line-height: 1.5;
  text-transform: uppercase;
}
.com_easyblog div#fd.eb .eb-posts .ja-masonry-wrap .eb-post-title-top .eb-post-meta > div {
  display: inline-block;
  font-size: 11px;
  margin-right: 0;
}
.com_easyblog div#fd.eb .eb-posts .ja-masonry-wrap .eb-post-title-top .eb-post-meta > div + div {
  margin-left: 8px;
}
.com_easyblog div#fd.eb .eb-posts .ja-masonry-wrap .eb-post-title-top .eb-post-meta > div + div::before {
  content: "\f111 ";
  font-family: "FontAwesome";
  display: inline-block;
  color: #c6cacf;
  margin-right: 8px;
  font-size: 6px;
  vertical-align: middle;
}
.com_easyblog div#fd.eb .eb-posts .ja-masonry-wrap .eb-post-title-top i {
  display: none;
}
.com_easyblog div#fd.eb .eb-posts .ja-masonry-wrap .eb-post-foot {
  margin-bottom: -24px;
  margin-left: -24px;
  margin-right: -24px;
  padding: 12px 24px;
  border-top: 1px solid #d9d9d9;
  background-color: #f8f8f8;
  width: auto;
  display: block;
}
.com_easyblog div#fd.eb .eb-posts .ja-masonry-wrap .eb-post-foot:before,
.com_easyblog div#fd.eb .eb-posts .ja-masonry-wrap .eb-post-foot:after {
  content: " ";
  display: table;
}
.com_easyblog div#fd.eb .eb-posts .ja-masonry-wrap .eb-post-foot:after {
  clear: both;
}
.com_easyblog div#fd.eb .eb-posts .ja-masonry-wrap .eb-post-foot .eb-post-hits {
  width: auto;
  float: left;
  color: #666666;
  line-height: 29px;
  padding: 1px 10px 0 0;
}
.com_easyblog div#fd.eb .eb-posts .ja-masonry-wrap .eb-post-foot .eb-post-hits i {
  display: none;
}
.com_easyblog div#fd.eb .eb-posts .ja-masonry-wrap .eb-post-foot .eb-post-more {
  float: right;
  margin-top: 0;
}
.com_easyblog div#fd.eb .eb-posts .ja-masonry-wrap .eb-post-foot .btn-primary {
  background-color: #cccccc;
  border-color: #cccccc;
  border-width: 4px;
  color: #ffffff;
  font-size: 13px;
  line-height: normal;
  padding: 2px 6px;
}