.jumbotron {
  position: relative;
  padding: 40px 0;
}
.jumbotron h1 {
  font-size: 52px;
  letter-spacing: -1px;
  line-height: 1;
  margin: 0 0 10px 0;
}
.jumbotron p {
  font-size: 19.5px;
  line-height: 1.275;
  margin: 0 0 20px 0;
}
.jumbotron .btn {
  margin-top: 10px;
}
.jumbotron .btn-large {
  margin-top: 20px;
  font-size: 17px;
}
.masthead {
  padding: 80px 0 60px;
  text-align: center;
}
.masthead h1 {
  font-size: 91px;
}
.masthead p {
  font-size: 39px;
}
.masthead .btn-large {
  font-size: 26px;
  padding: 13px 26px;
}
.jumbotron.has-image {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.masthead.has-image {
  text-align: left;
}
.thumbnails {
  margin-bottom: 20px;
  margin-left: 0px;
  list-style: none;
  *zoom: 1;
}
.thumbnails:before,
.thumbnails:after {
  display: table;
  content: "";
  line-height: 0;
}
.thumbnails:after {
  clear: both;
}
.row-fluid .thumbnails {
  margin-left: 0;
}
.thumbnails > li {
  float: left;
  position: relative;
  margin-bottom: 20px;
  margin-left: 0px;
}
.thumbnail {
  border: 1px solid #e5e5e5;
  display: block;
  padding: 4px;
  line-height: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.055);
  -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.055);
  box-shadow: 0 1px 3px rgba(0,0,0,0.055);
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
a.thumbnail:hover {
  border-color: #c33;
  -webkit-box-shadow: 0 1px 4px rgba(0,105,214,0.25);
  -moz-box-shadow: 0 1px 4px rgba(0,105,214,0.25);
  box-shadow: 0 1px 4px rgba(0,105,214,0.25);
}
.thumbnail > img {
  display: block;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.thumbnail .caption {
  padding: 9px;
  color: #666;
}
.thumbnails.paper > li:before,
.thumbnails.paper > li:after {
  content: '';
  position: absolute;
  z-index: -2;
  bottom: 15px;
  left: 10px;
  width: 50%;
  height: 20%;
  box-shadow: 0 15px 10px rgba(0,0,0,0.7);
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  transform: rotate(-3deg);
}
.thumbnails.paper > li:after {
  right: 10px;
  left: auto;
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  transform: rotate(3deg);
}
.thumbnails.paper .thumbnail {
  border: none;
  padding: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.thumbnails.paper a.thumbnail.paper:hover {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.t3-logo,
.t3-logo-small {
  display: block;
  text-decoration: none;
  text-indent: -9999em;
  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("http://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("http://joomlart.s3.amazonaws.com/images/jat3v3-documents/logo-complete/t3logo-small-color.png");
}
.t3-logo-dark {
  background-image: url("http://joomlart.s3.amazonaws.com/images/jat3v3-documents/logo-complete/t3logo-big-dark.png");
}
.t3-logo-small.t3-logo-dark {
  background-image: url("http://joomlart.s3.amazonaws.com/images/jat3v3-documents/logo-complete/t3logo-small-dark.png");
}
.t3-logo-light {
  background-image: url("http://joomlart.s3.amazonaws.com/images/jat3v3-documents/logo-complete/t3logo-big-light.png");
}
.t3-logo-small.t3-logo-light {
  background-image: url("http://joomlart.s3.amazonaws.com/images/jat3v3-documents/logo-complete/t3logo-small-light.png");
}

.wrap {
  width: auto;
  clear: both;
}
.offset-12 {
  margin-left: -936px;
}
.offset-11 {
  margin-left: -858px;
}
.offset-10 {
  margin-left: -780px;
}
.offset-9 {
  margin-left: -702px;
}
.offset-8 {
  margin-left: -624px;
}
.offset-7 {
  margin-left: -546px;
}
.offset-6 {
  margin-left: -468px;
}
.offset-5 {
  margin-left: -390px;
}
.offset-4 {
  margin-left: -312px;
}
.offset-3 {
  margin-left: -234px;
}
.offset-2 {
  margin-left: -156px;
}
.offset-1 {
  margin-left: -78px;
}
.row-fluid .spanfirst {
  margin-left: 0 !important;
}

.logo-control .logo-img-sm {
  display: none;
}
.logo-control .logo-img {
  display: block;
}
.body-data-holder:before {
  display: none;
  content: "grid-float-breakpoint:767px screen-xs:600px screen-sm:732px screen-md:936px screen-lg:1188px";
}

.wrap {
  width: auto;
  clear: both;
}
.t3-sidebar-1 {
  background: url(../../images/line.gif) repeat-y left top;
}
.t3-sidebar-2 {
  background: url(../../images/line.gif) repeat-y right top;
}
.home-page .t3-sidebar-1 {
  background: url(../../images/line.gif) repeat-y right top;
}
.home-page .t3-sidebar-2 {
  background: url(../../images/line.gif) repeat-y left top;
}
.main-right .t3-sidebar-1 {
  background: url(../../images/line.gif) repeat-y right top;
}
.no-sidebar .t3-navhelper {
  margin-right: 0;
  margin-left: 0;
}
.main-container,
.main-container1 {
  padding: 20px 40px;
}

body {
  background: #e5e5e5;
  color: #666;
  font-family: 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 13px;
  line-height: 20px;
  margin: 0;
}
a {
  color: #c33;
  text-decoration: none;
}
a:hover,
a:focus,
a:active {
  color: #c33;
  text-decoration: none;
}
img {
  max-width: 100% !important;
}
.img-rounded {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.img-polaroid {
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0,0,0,0.2);
  -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.1);
  -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.1);
  box-shadow: 0 1px 3px rgba(0,0,0,0.1);
  padding: 4px;
}
.img-circle {
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  border-radius: 500px;
}
-------------------------------------------------------
table {
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
}
th,
td {
  line-height: 20px;
  padding: 8px 10px;
  text-align: left;
  vertical-align: top;
}
td {
  border-top: 1px solid #ddd;
}
th {
  background: #444;
  color: #eee;
  font-weight: bold;
}
th a {
  color: #eee;
}
th a:hover,
th a:focus,
th a:active {
  color: #fff;
}
.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: #fc0;
}
.red {
  color: #c33;
}
.element-invisible {
  border: 0;
  height: 1px;
  margin: 0;
  overflow: hidden;
  position: absolute;
  padding: 0;
  width: 1px;
}

form {
  margin: 0 0 20px;
}
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
input,
textarea {
  width: 180px;
}
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  box-shadow: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
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,
.uneditable-input:focus {
  border-color: #cccccc;
  box-shadow: none;
}
.input-prepend .add-on:first-child,
.input-prepend .btn:first-child {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
input[type="file"],
input[type="image"],
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="radio"],
input[type="checkbox"] {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  width: auto;
}
select,
input[type="file"] {
  height: 30px;
  line-height: 30px;
}
select {
  border: 1px solid #e5e5e5;
  width: 220px;
}
select[multiple],
select[size] {
  height: auto;
}
.radio,
.checkbox {
  padding-left: 18px;
}
.radio input[type="radio"],
.checkbox input[type="checkbox"] {
  margin-left: -18px;
}
.controls > .radio:first-child,
.controls > .checkbox:first-child {
  padding-top: 5px;
}
.radio.inline,
.checkbox.inline {
  padding-top: 5px;
  margin-bottom: 0;
}
.radio.inline + .radio.inline,
.checkbox.inline + .checkbox.inline {
  margin-left: 10px;
}
.input-mini {
  width: 60px;
}
.input-small {
  width: 90px;
}
.input-medium {
  width: 150px;
}
.input-large {
  width: 210px;
}
.input-xlarge {
  width: 270px;
}
.input-xxlarge {
  width: 530px;
}
.form-actions {
  background: none;
  border-top: none;
  margin: 0;
  padding: 0;
}
.help-block,
.help-inline {
  color: #8c8c8c;
}
.help-block {
  margin-bottom: 10px;
}
.input-append,
.input-prepend {
  margin-bottom: 5px;
}
.form-search input,
.form-search textarea,
.form-search select,
.form-search .help-inline,
.form-search .uneditable-input,
.form-search .input-prepend,
.form-search .input-append,
.form-inline input,
.form-inline textarea,
.form-inline select,
.form-inline .help-inline,
.form-inline .uneditable-input,
.form-inline .input-prepend,
.form-inline .input-append,
.form-horizontal input,
.form-horizontal textarea,
.form-horizontal select,
.form-horizontal .help-inline,
.form-horizontal .uneditable-input,
.form-horizontal .input-prepend,
.form-horizontal .input-append {
  margin-bottom: 0;
}
.form-search .input-append,
.form-inline .input-append,
.form-search .input-prepend,
.form-inline .input-prepend {
  margin-bottom: 0;
}
.form-search .radio,
.form-search .checkbox,
.form-inline .radio,
.form-inline .checkbox {
  padding-left: 0;
  margin-bottom: 0;
}
.form-search .radio input[type="radio"],
.form-search .checkbox input[type="checkbox"],
.form-inline .radio input[type="radio"],
.form-inline .checkbox input[type="checkbox"] {
  margin-right: 3px;
  margin-left: 0;
}
.control-group {
  margin-bottom: 20px;
}
legend + .control-group {
  margin-top: 20px;
}
.form-horizontal .control-group {
  margin-bottom: 5px;
}
.form-horizontal .control-label {
  width: 140px;
  padding-top: 5px;
  text-align: right;
}
.form-horizontal .controls {
  margin-left: 160px;
}
.form-horizontal .help-block {
  margin-top: 10px;
  margin-bottom: 0;
}
.form-horizontal .form-actions {
  padding-left: 160px;
}
.btn {
  background: #000;
  border-color: #000;
  color: #fff;
  font-weight: normal;
  font-family: 'novecento_wide_bookbold', Arial, Helvetica, sans-serif;
  padding: 5px 14px;
  text-shadow: none;
  text-transform: uppercase;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn:hover,
.btn a.btn:hover {
  background: #c33;
  border-color: #c33;
  color: #fff;
  text-decoration: none;
}
.btn:focus,
.btn a.btn:focus {
  background: #c33;
  border-color: #c33;
  color: #fff;
  outline: 0;
}
.btn.active,
.btn:active,
.btn a.btn:active {
  border-color: #c33;
  text-decoration: none;
  outline: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-large {
  padding: 9px 14px;
  font-size: 15px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.5);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.5);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.5);
}
.btn-small {
  padding: 3px 9px;
  font-size: 12px;
}
.btn-mini {
  padding: 2px 6px;
  font-size: 11px;
}
.btn {
  border-color: #000;
  box-shadow: none;
  color: #fff;
  font-weight: normal;
  text-shadow: none;
}
.btn-primary {
  background: #000;
  border-color: #000;
  color: #fff;
  text-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
  background: #c33;
  box-shadow: none;
  border-color: #c33;
  color: #fff;
  text-shadow: none;
}
.btn-warning {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-color: #ff961f;
  background-image: -moz-linear-gradient(top,#ffa033,#f80);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#ffa033),to(#f80));
  background-image: -webkit-linear-gradient(top,#ffa033,#f80);
  background-image: -o-linear-gradient(top,#ffa033,#f80);
  background-image: linear-gradient(to bottom,#ffa033,#f80);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffff9f32', endColorstr='#ffff8800', GradientType=0);
  border-color: #f80 #f80 #b35f00;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  
  *background-color: #f80;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
  color: #fff;
  background-color: #f80;
  *background-color: #e67a00;
}
.btn-warning:active,
.btn-warning.active {
  background-color: #cc6d00 \9;
}
.btn-danger {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-color: #d24b4b;
  background-image: -moz-linear-gradient(top,#d65c5c,#c33);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#d65c5c),to(#c33));
  background-image: -webkit-linear-gradient(top,#d65c5c,#c33);
  background-image: -o-linear-gradient(top,#d65c5c,#c33);
  background-image: linear-gradient(to bottom,#d65c5c,#c33);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd65b5b', endColorstr='#ffcc3333', GradientType=0);
  border-color: #c33 #c33 #8f2424;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  
  *background-color: #c33;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
  color: #fff;
  background-color: #c33;
  *background-color: #b82e2e;
}
.btn-danger:active,
.btn-danger.active {
  background-color: #a32929 \9;
}
.btn-success {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-color: #a38f14;
  background-image: -moz-linear-gradient(top,#88cc00,#c33);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#88cc00),to(#c33));
  background-image: -webkit-linear-gradient(top,#88cc00,#c33);
  background-image: -o-linear-gradient(top,#88cc00,#c33);
  background-image: linear-gradient(to bottom,#88cc00,#c33);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff87cc00', endColorstr='#ffcc3333', GradientType=0);
  border-color: #c33 #c33 #8f2424;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  
  *background-color: #c33;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
  color: #fff;
  background-color: #c33;
  *background-color: #b82e2e;
}
.btn-success:active,
.btn-success.active {
  background-color: #a32929 \9;
}
.btn-info {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-color: #00b0eb;
  background-image: -moz-linear-gradient(top,#00bfff,#09c);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#00bfff),to(#09c));
  background-image: -webkit-linear-gradient(top,#00bfff,#09c);
  background-image: -o-linear-gradient(top,#00bfff,#09c);
  background-image: linear-gradient(to bottom,#00bfff,#09c);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff00bfff', endColorstr='#ff0099cc', GradientType=0);
  border-color: #09c #09c #006080;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  
  *background-color: #09c;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
  color: #fff;
  background-color: #09c;
  *background-color: #0086b3;
}
.btn-info:active,
.btn-info.active {
  background-color: #007399 \9;
}
.btn-inverse {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-color: #535353;
  background-image: -moz-linear-gradient(top,#5e5e5e,#444);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#5e5e5e),to(#444));
  background-image: -webkit-linear-gradient(top,#5e5e5e,#444);
  background-image: -o-linear-gradient(top,#5e5e5e,#444);
  background-image: linear-gradient(to bottom,#5e5e5e,#444);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5d5d5d', endColorstr='#ff444444', GradientType=0);
  border-color: #444 #444 #1e1e1e;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  
  *background-color: #444;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-inverse:hover,
.btn-inverse:focus,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
  color: #fff;
  background-color: #444;
  *background-color: #373737;
}
.btn-inverse:active,
.btn-inverse.active {
  background-color: #2b2b2b \9;
}
.invalid {
  border-color: #c33;
}
label.invalid {
  color: #c33;
}

.nav {
  margin-bottom: 20px;
}
.nav > li > a {
  padding: 6px 0;
  border-bottom: solid 1px #eee;
}
.nav > li > a:hover {
  background-color: #fff;
  color: #c33;
}
.nav .dropdown-toggle .caret {
  border-top-color: #c33;
  border-bottom-color: #c33;
  margin-top: 8px;
  margin-left: 5px;
}
.nav .dropdown-toggle:hover .caret {
  border-top-color: #c33;
  border-bottom-color: #c33;
}
.nav .active .dropdown-toggle .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
.nav-tabs .active .dropdown-toggle .caret {
  border-top-color: #666;
  border-bottom-color: #666;
}
.nav-tabs > li > a {
  padding-left: 14px;
  padding-right: 14px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.nav-tabs > .active > a,
.nav-tabs > .active > a:hover,
.nav-tabs > .active > a:focus {
  color: #c33;
  padding-left: 14px;
  padding-right: 14px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle {
  *margin-bottom: -3px;
}
.dropdown-toggle:active,
.open .dropdown-toggle {
  outline: 0;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: top;
  border-top: 4px solid #000;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  content: "";
}
.dropdown .caret {
  margin-top: 8px;
  margin-left: 2px;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  font-size: 13px;
  float: left;
  min-width: 160px;
  list-style: none;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0,0,0,0.2);
  *border-right-width: 2px;
  *border-bottom-width: 2px;
  padding: 0;
  margin: 0;
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
  -webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
  -moz-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
  box-shadow: 0 5px 10px rgba(0,0,0,0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  *width: 100%;
  height: 1px;
  margin: 9px 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #fff;
}
.dropdown-menu li > a {
  clear: both;
  color: #444;
  border-bottom: solid 1px #e5e5e5;
  display: block;
  line-height: 20px;
  font-weight: normal;
  font-size: 13px;
  padding: 5px 20px;
  text-shadow: none;
  white-space: nowrap;
}
.dropdown-menu li > a:hover,
.dropdown-menu li > a:focus,
.dropdown-submenu:hover > a {
  background-color: #fff;
  color: #c33;
  font-size: 13px;
  text-decoration: none;
  background-color: #ffffff;
  background-image: -moz-linear-gradient(top,#ffffff,#fff);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#ffffff),to(#fff));
  background-image: -webkit-linear-gradient(top,#ffffff,#fff);
  background-image: -o-linear-gradient(top,#ffffff,#fff);
  background-image: linear-gradient(to bottom,#ffffff,#fff);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffffffff', GradientType=0);
}
.dropdown-menu .active > a,
.dropdown-menu .active > a:hover {
  color: #c33;
  text-decoration: none;
  outline: 0;
  background-color: #fff;
  background-color: #ffffff;
  background-image: -moz-linear-gradient(top,#ffffff,#fff);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#ffffff),to(#fff));
  background-image: -webkit-linear-gradient(top,#ffffff,#fff);
  background-image: -o-linear-gradient(top,#ffffff,#fff);
  background-image: linear-gradient(to bottom,#ffffff,#fff);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffffffff', GradientType=0);
}
.dropdown-menu .disabled > a,
.dropdown-menu .disabled > a:hover {
  color: #999;
}
.dropdown-menu .disabled > a:hover {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  cursor: default;
}
.open {
  *z-index: 1000;
}
.open > .dropdown-menu {
  display: block;
}
.nav li.dropdown.open > .dropdown-toggle,
.nav li.dropdown.active > .dropdown-toggle,
.nav li.dropdown.open.active > .dropdown-toggle,
.nav > li.dropdown.open.active > a:hover {
  background-color: #fff;
  border-color: #e5e5e5;
  color: #c33;
}
.nav li.dropdown > .dropdown-toggle .caret {
  border-top-color: #222;
  border-bottom-color: #222;
}
.nav li.dropdown > .dropdown-toggle:hover .caret {
  border-top-color: #c33;
  border-bottom-color: #c33;
}
.nav li.dropdown.open > .dropdown-toggle .caret,
.nav li.dropdown.active > .dropdown-toggle .caret,
.nav li.dropdown.open.active > .dropdown-toggle .caret {
  border-top-color: #c33;
  border-bottom-color: #c33;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid #000;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
.dropdown-submenu {
  position: relative;
}
.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}
.touch .dropdown-submenu:hover > .dropdown-menu {
  display: none;
}
.touch .dropdown-submenu.open > .dropdown-menu {
  display: block;
}
.dropup .dropdown-submenu > .dropdown-menu {
  top: auto;
  bottom: 0;
  margin-top: 0;
  margin-bottom: -2px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #cccccc;
  margin-top: 5px;
  margin-right: -10px;
}
.dropdown-submenu:hover > a:after,
.dropdown-submenu.active > a:after {
  border-left-color: #c33;
}
.dropdown-submenu.pull-left {
  float: none;
}
.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}
.dropdown .dropdown-menu .nav-header {
  padding-left: 20px;
  padding-right: 20px;
}
.typeahead {
  margin-top: 2px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.t3-navhelper {
  color: #666;
}
.t3-navhelper .container {
  background: #222;
}
.breadcrumb .active {
  margin-right: 5px;
}
.t3-navhelper .breadcrumb {
  background-color: transparent;
  color: #666;
  margin: 0 0 0 10px !important;
  padding: 10px 0 !important;
  text-transform: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  *zoom: 1;
}
.t3-navhelper .breadcrumb:before,
.t3-navhelper .breadcrumb:after {
  display: table;
  content: "";
  line-height: 0;
}
.t3-navhelper .breadcrumb:after {
  clear: both;
}
.t3-navhelper .breadcrumb li {
  text-shadow: none;
  display: block;
  float: left;
}
.t3-navhelper .breadcrumb li > span {
  float: left;
}
.t3-navhelper .breadcrumb a {
  color: #666;
  display: block;
  float: left;
}
.t3-navhelper .breadcrumb a:hover,
.t3-navhelper .breadcrumb a:focus {
  color: #fff;
}
.t3-navhelper .breadcrumb .divider {
  color: #fff;
  display: block;
  float: left;
  padding: 0 5px;
}
.t3-navhelper .breadcrumb .divider img {
  vertical-align: middle;
}
.t3-navhelper .breadcrumb .active {
  color: #fff;
}

.t3-mainnav {
  background: #fff;
  border-bottom: solid 1px #d5d5d5;
  height: 50px;
}
.t3-mainnav .navbar {
  position: relative;
  color: #666;
  margin-bottom: 0;
  margin-top: 0;
  overflow: visible;
  z-index: 1000;
}
.t3-mainnav .navbar-inner {
  background: transparent;
  border: 0;
  float: right;
  min-height: 50px;
  padding: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.t3-mainnav .navbar .nav {
  border-left: 1px solid #e5e5e5;
  margin: 0;
}
.t3-mainnav .navbar .nav-collapse.collapse {
  float: right;
}
.t3-mainnav .navbar .nav > li > a,
.t3-mainnav .navbar .nav > li > span.separator {
  border: 0;
  border-right: 1px solid #e5e5e5;
  color: #222;
  font-weight: bold;
  padding: 15px 20px;
  text-shadow: none;
  text-transform: none;
}
.t3-mainnav .navbar .nav > li > span.separator {
  display: block;
}
.t3-mainnav .navbar .nav > li.open > a {
  border-top: 3px solid #c33;
  padding-top: 12px;
}
.t3-mainnav .navbar .nav > li > a:focus,
.t3-mainnav .navbar .nav > li > a:hover {
  background-color: #fff;
  color: #c33;
  text-shadow: none;
  outline: none;
}
.t3-mainnav .navbar .nav > .active > a,
.t3-mainnav .navbar .nav > .active > a:hover,
.t3-mainnav .navbar .nav > .active > a:focus {
  background-color: #fff;
  border-top: 3px solid #c33;
  color: #c33;
  padding-top: 12px;
  outline: none;
  text-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.t3-mainnav .navbar .btn-navbar {
  float: left;
  padding: 7px 10px;
  margin: 7px 10px 0 20px;
  background: #666;
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
}
.t3-mainnav .navbar .btn-navbar .icon-bar {
  width: 18px;
  height: 2px;
  background-color: #f5f5f5;
  border: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.t3-mainnav .btn-navbar .icon-bar + .icon-bar {
  margin-top: 3px;
}
.t3-mainnav .dropdown .caret {
  margin-left: 5px;
}
.t3-mainnav .dropdown-menu {
  border: 1px solid #e5e5e5;
  -webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
  -moz-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
  box-shadow: 0 5px 10px rgba(0,0,0,0.2);
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.t3-mainnav .dropdown-menu li > a {
  border-top: 1px solid #e5e5e5;
  padding: 5px 20px;
  text-shadow: none;
}
.t3-mainnav .dropdown-menu li:first-child > a {
  border-top: 0;
}
.t3-mainnav .dropdown-header.mega-group-title.separator {
  display: block;
}
.t3-mainnav .navbar .nav > li > .dropdown-menu:before {
  display: none;
}
.t3-mainnav .navbar .nav > li > .dropdown-menu:after {
  display: none;
}
.t3-mainnav .dropdown-menu .disabled > a,
.t3-mainnav .dropdown-menu .disabled > a:hover {
  color: #999;
}
.t3-mainnav .dropdown-menu .disabled > a:hover {
  background-color: transparent;
}
.t3-mainnav .nav li.dropdown.open > .dropdown-toggle,
.t3-mainnav .nav li.dropdown.active > .dropdown-toggle,
.t3-mainnav .nav li.dropdown.open.active > .dropdown-toggle,
.t3-mainnav .nav > li.dropdown.open.active > a:hover {
  border-top-color: #c33;
}
.t3-mainnav  .dropdown-submenu > .dropdown-menu {
  margin-top: 0;
}
.t3-mainnav .dropdown-menu li > a {
  border-top: none;
}

.t3-module {
  background: transparent;
  border-bottom: solid 1px #e5e5e5;
  color: inherit;
}
.t3-module .module-ct {
  padding: 20px;
}
.module-title {
  background: inherit;
  border-bottom: solid 1px #e5e5e5;
  color: #222;
  font-family: 'novecento_wide_bookbold', Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: normal;
  line-height: 20px;
  margin: 0;
  padding: 15px 20px;
  text-transform: uppercase;
}
.module-ct {
  background: inherit;
  color: inherit;
  *zoom: 1;
}
.module-ct:before,
.module-ct:after {
  display: table;
  content: "";
  line-height: 0;
}
.module-ct:after {
  clear: both;
}
.t3-module ul,
.t3-module ol {
  margin-left: 20px;
}
.t3-module ul.unstyled,
.t3-module ol.unstyled,
.t3-module ul.nav,
.t3-module ol.nav {
  margin-left: 0;
}
ul.latestnews li {
  list-style: none;
}
.ja-tabswrap .container {
  border: none !important;
  box-shadow: none !important;
  margin: 0 !important;
  width: 100% !important;
}
.t3-module.no-padding {
  border-bottom: none;
}
.t3-module.no-padding .module-ct {
  border: none;
  padding: 0;
}
.t3-sidebar .t3-module.no-padding .module-ct {
  padding: 0 1px 0 0;
}
.t3-mainbody.main-left .t3-sidebar .t3-module.no-padding .module-ct {
  padding: 0 0 0 1px;
}
.t3-module.no-padding.adv .module-ct {
  padding: 0;
}
.t3-module.black {
  border: none;
}
.t3-module.black .module-inner {
  background: #000;
  color: #666;
}
.t3-module.black .module-title {
  background-color: #000;
  border-color: #222;
  color: #fff;
}
.t3-module.black .module-ct {
  background: #222;
  padding-top: 0;
  padding-bottom: 0;
}
.t3-module.black a {
  color: #fff;
}
.t3-module.black a:hover,
.t3-module.black a:focus,
.t3-module.black a:active {
  color: #c33;
}
.t3-module.black ul li a {
  background: url(../../images/bullet.png) no-repeat left center;
  color: #666;
  padding: 2px 0 2px 17px;
}
.t3-module.black ul li a:hover,
.t3-module.black ul li a:focus,
.t3-module.black ul li a:active {
  background-image: url(../../images/bullet-hover.png);
  color: #c33;
}
.t3-module.red {
  border: none;
}
.t3-module.red .module-inner {
  background: #ffffff;
  color: #fff;
}
.t3-module.red .module-title {
  background-color: #019944;
  border-color: #019944;
  color: #fff;
  padding: 15px 20px;
}
.t3-module.red .module-ct {
  padding-top: 20px;
}
.t3-module.red ul {
  color: #fff;
}
.t3-module.red ul li {
  list-style: none;
}
.t3-module.gray .module-ct {
  background: #f5f5f5;
}
.t3-module.banner .module-ct {
  border: solid 1px #e5e5e5;
  border-bottom: none;
}
.t3-module.accordion {
  border: none;
  margin-bottom: 0;
}
.t3-module.accordion .module-title {
  border: none;
  background: #019944;
  color: #fff;
  position: relative;
  text-align: center;
}
.t3-module.accordion .module-title:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -5px;
  bottom: -5px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #019944;
}
.score .module-ct .score {
  background: #fff;
  color: #aaa;
  text-align: center;
  padding-bottom: 10px;
}
.score-team {
  float: left;
  text-align: center;
  width: 50%;
}
.score-team .team {
  float: left;
}
.score-team .team h5 {
  background: #c33;
  color: #fff;
  display: block;
  font-weight: bold;
  padding: 5px;
  text-align: center;
}
.score-team .team-avatar {
  margin: 10px 0 15px;
}
.score-team .team-name {
  color: #222;
  font-size: 36px;
  font-weight: bold;
  font-family: 'novecento_wide_bookbold', Arial, Helvetica, sans-serif;
  line-height: 1;
}
.score-history {
  background: url(../../images/line.gif) repeat-y 50% top;
  border-bottom: solid 1px #e5e5e5;
  margin-bottom: 15px;
  padding: 20px 20px 10px 20px;
}
.score-team.last .team {
  float: right;
}
.score-team.last .team h5 {
  background: #07b;
}
.mission-time {
  color: #222;
  font-size: 13px;
  line-height: normal;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}
.score p {
  font-weight: bold;
  font-size: 11px;
}
.t3-module.soccerway .module-inner {
  background-color: transparent;
}
.t3-module.soccerway .module-ct {
  background: transparent;
  padding: 20px 0;
}
.t3-module.soccerway .soccerway-widget {
  float: none;
  margin: auto;
  width: 99%;
}
.t3-module.videos {
  border: none;
}
table.acymailing_form {
  margin: 0 !important;
}
table.acymailing_form td label {
  margin: 4px 10px 0 0;
  text-align: center;
  vertical-align: middle;
}
.acymailing_module_form td {
  padding: 3px 0 !important;
}
.acymailing_module_form td.acysubbuttons {
  text-align: left !important;
}
.acymailing_mootoolsbutton p {
  margin: 0;
  text-align: left !important;
}
.acymailing_mootoolsbutton a.acymailing_togglemodule {
  background: #000;
  border: none;
  color: #fff;
  display: inline-block;
  font-weight: normal;
  font-family: 'novecento_wide_bookbold', Arial, Helvetica, sans-serif;
  font-size: 13px;
  left: 0;
  margin: 0 10px 0 0;
  padding: 5px 14px;
  position: relative;
  text-shadow: none;
  text-transform: uppercase;
  text-transform: left;
  top: 0;
  width: auto;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.acymailing_mootoolsbutton a.acymailing_togglemodule:hover,
.acymailing_mootoolsbutton a.acymailing_togglemodule:focus,
.acymailing_mootoolsbutton a.acymailing_togglemodule:active {
  background: #c33;
  color: #fff;
  text-decoration: none;
}
.acysubbuttons {
  text-align: left !important;
}
.acysubbuttons input.unsubbutton:hover,
.acysubbuttons input.unsubbutton:focus,
.acysubbuttons input.unsubbutton:active {
  border-color: #444;
}
td.acyterms a.modal {
  background: none;
  border: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  box-shadow: none;
  color: #666;
  left: auto;
  margin-left: 0;
  margin-top: 2px;
  position: inherit;
  top: auto;
  vertical-align: middle;
  width: auto;
  z-index: 10;
}
td.acysubbuttons input.button {
  margin-bottom: 5px;
}
td.acyterms input.checkbox {
  margin: 0 4px 0 0 !important;
  padding: 0 !important;
}
.module_menu .nav {
  margin-bottom: 20px;
}
.module_menu .nav > li > a {
  padding: 6px;
}
#login-form ul.unstyled li a {
  background: url(../../images/bullet.png) no-repeat left center;
  color: #444;
  font-size: 12px;
  padding-left: 13px;
  display: block;
}
#login-form ul.unstyled li a:hover,
#login-form ul.unstyled li a:focus,
#login-form ul.unstyled li a:active {
  background-image: url(../../images/bullet-hover.png);
  color: #c33;
}
#login-form .input-prepend {
  width: 100%;
}
#login-form .input-prepend .input-small {
  width: 70%;
}
.module_menu .nav > li:first-child {
  border-top: 0;
}
.module_menu .nav > li:first-child > a {
  padding-top: 0;
  border-top: 0;
}
.categories-module h4,
ul.categories-module h4,
.category-module h4,
ul.category-module h4 {
  font-size: 14px;
  font-weight: bold;
  margin: 0;
}
div.tagspopular ul li a {
  padding: 4px 10px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.feed h4 {
  font-weight: bold;
}
.feed .newsfeed,
.feed ul.newsfeed {
  border-top: 1px solid #e5e5e5;
}
.feed .newsfeed .feed-link,
.feed .newsfeed h5.feed-link,
.feed ul.newsfeed .feed-link,
.feed ul.newsfeed h5.feed-link {
  font-size: 13px;
  font-weight: normal;
  margin: 0;
}
.latestusers,
ul.latestusers {
  margin-left: 0;
}
.latestusers li,
ul.latestusers li {
  background: #eee;
  display: inline-block;
  padding: 5px 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.stats-module dt,
.stats-module dd {
  display: inline-block;
  margin: 0;
}
.stats-module dt {
  font-weight: bold;
  width: 35%;
}
.stats-module dd {
  width: 60%;
}
.t3-module.videos {
  border-bottom: none;
}
.default .ja-tabs-title-top {
  background: #f5f5f5 !important;
  border-bottom: solid 1px #e5e5e5 !important;
}
.default .ja-tabs-title-top ul.ja-tabs-title li {
  background: #f5f5f5 !important;
  border: none !important;
  margin-left: 0 !important;
}
.ja-tabs-title h3 {
  font-weight: 300 !important;
}
.t3-module.tabs .ja-tabs-title-top ul.ja-tabs-title li h3,
.default .ja-tabs-title-top ul.ja-tabs-title li h3 {
  border: none !important;
  border-right: solid 1px #e5e5e5 !important;
  color: #666 !important;
  font-weight: normal !important;
  font-size: 12px !important;
  font-family: 'novecento_wide_bookbold', Arial, Helvetica, sans-serif !important;
  line-height: 50px !important;
  padding: 0 20px !important;
  position: relative;
  text-transform: uppercase;
}
.default .ja-tabs-title-top ul li.active h3,
.default .ja-tabs-title-top ul li.firstactive h3,
.default .ja-tabs-title-top ul li.lastactive h3,
.t3-module.tabs .ja-tabs-title-top ul.ja-tabs-title li.active h3 {
  background: #fff !important;
  color: #222 !important;
  font-weight: 300 !important;
}
.default .ja-tabs-title-top ul li.active h3:before,
.default .ja-tabs-title-top ul li.firstactive h3:before,
.default .ja-tabs-title-top ul li.lastactive h3:before,
.t3-module.tabs .ja-tabs-title-top ul.ja-tabs-title li.active h3:before {
  background: url(../../images/arrow-tab.gif) no-repeat left top !important;
  bottom: -6px;
  content: "";
  display: block;
  height: 6px;
  left: 46%;
  position: absolute;
  width: 10px;
}
.ja-tabswrap div.ja-tab-subcontent {
  margin: 20px !important;
}
.ja-tabswrap div.ja-tab-subcontent li {
  padding: 0 0 10px !important;
}
.ja-tabswrap div.ja-tab-subcontent li.li-last {
  border: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.mod-articles-category-date {
  color: #aaa;
  font-size: 11px;
  display: block;
  line-height: normal;
}
.category-module .article-aside {
  margin-bottom: 5px;
}
.article-aside span.mod-articles-category-writtenby,
.article-aside span.mod-articles-category-category {
  margin-right: 5px;
}
ul.category-module {
  margin-left: 0 !important;
}
ul.category-module li {
  list-style: none;
}
ul.category-module li a {
  color: #222;
}
ul.category-module li a:hover,
ul.category-module li a:focus,
ul.category-module li a:active {
  color: #c33;
}
ul.category-module li h5 {
  font-size: 14px;
  line-height: 1.2;
  margin: 5px 0;
}
.footer-feature .mod-articles-category-hits {
  color: #aaa;
  display: inline-block;
  font-size: 12px;
  float: right;
}
.footer-feature .mod-articles-category-readmore {
  display: inline-block;
  float: left;
  margin: 0;
}
.footer-feature .mod-articles-category-readmore a {
  background: url(../../images/readmore-bg.png) no-repeat left center;
  color: #999;
  display: inline-block;
  font-weight: bold;
  padding-left: 25px;
}
.footer-feature .mod-articles-category-readmore a:hover,
.footer-feature .mod-articles-category-readmore a:focus,
.footer-feature .mod-articles-category-readmore a:active {
  background-image: url(../../images/readmore-hover-bg.png);
  color: #c33;
  text-decoration: none;
}
.ja-mastcol .t3-module.trending {
  border: none;
}
.ja-mastcol .t3-module.trending .module-ct {
  padding: 0 !important;
}
.ja-mastcol .t3-module.videos .module-title {
  padding-top: 0px !important;
}
.t3-module.trending .module-inner {
  padding: 0;
  position: relative;
}
.trending .module-title {
  border-bottom: solid 1px #e5e5e5;
  margin: 0px 0px 20px;
}
.trending #button {
  background: url(../../images/line.gif) repeat-y 50% top;
  position: absolute;
  top: 20px;
  right: 10px;
}
.trending li {
  list-style: none;
  margin-bottom: 20px;
}
.trending li .showcategory {
  margin: 0 20px;
}
.trending li .showcategory .img-intro {
  overflow: hidden;
  -webkit-transform: translateZ(0);
}
.trending li .showcategory .img-intro img {
  transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  -webkit-backface-visibility: hidden;
}
.trending li .showcategory .img-intro:hover img {
  transform: scale(1.15) rotate(-1.75deg);
  -o-transform: scale(1.15) rotate(-1.75deg);
  -ms-transform: scale(1.15) rotate(-1.75deg);
  -moz-transform: scale(1.15) rotate(-1.75deg);
  -webkit-transform: scale(1.15) rotate(-1.75deg);
}
.trending h5 {
  font-size: 14px;
}
.trending .mod-articles-category-category {
  display: inline-block;
  background: #000;
  padding: 3px 6px;
  text-transform: uppercse;
  color: #fff;
  font-family: 'novecento_wide_lightbold';
  font-size: 10px;
  line-height: normal;
  position: relative;
  top: -12px;
}
.trending.vertical-layout li {
  border-bottom: solid 1px #e5e5e5;
  background: url(../../images/line.gif) repeat-y right top;
  margin-bottom: 20px;
  float: left;
  padding-bottom: 15px;
  width: 33.32%;
}
.trending.vertical-layout li:nth-child(3),
.trending.vertical-layout li:nth-child(6),
.trending.vertical-layout li:nth-child(9),
.trending.vertical-layout li:nth-child(3n) {
  background-image: none;
}
.trending.vertical-layout li li {
  float: none;
  width: auto;
}
.trending.vertical-layout .showcategory .img-details {
  display: none;
}
.trending.horizontal-layout .showcategory {
  min-height: 200px;
  padding: 0 0 0 210px;
  position: relative;
}
.trending.horizontal-layout li {
  min-height: 0px !important;
}
.trending.horizontal-layout li .showcategory {
  border-bottom: solid 1px #e5e5e5;
  padding-bottom: 20px;
}
.trending.horizontal-layout li.no-images .showcategory {
  padding-left: 0;
  min-height: auto;
}
.trending.horizontal-layout li .img-intro {
  left: 0;
  position: absolute;
  top: 4px;
  width: 190px;
}
.trending.horizontal-layout .showcategory .img-details {
  display: none;
}
.trending.horizontal-layout .showcategory .view-image {
  position: relative;
  left: -210px;
}
.trending.horizontal-layout .mod-articles-category-category {
  left: 0px;
  top: 185px;
  position: absolute;
}
.trending.horizontal-layout .no-images .mod-articles-category-category {
  position: relative;
  top: 0;
}
.trending.horizontal-layout .no-images .showcategory .view-image {
  left: 0;
  top: 0;
  margin-bottom: 10px;
}
.trending.horizontal-layout .mod-articles-category-date {
  margin-top: 0px;
}
#button span {
  background-image: url(../../images/button-module.png);
  background-repeat: no-repeat;
  cursor: pointer;
  display: block;
  float: left;
  font-size: 0;
  height: 12px;
  margin: 0 10px;
  text-indent: -999em;
  width: 12px;
}
#button span.btn-vertical.active {
  background-position: -12px 0px;
}
#button span.btn-horizontal {
  background-position: 0 -12px;
}
#button span.btn-horizontal.active {
  background-position: -12px -12px;
}
.tabs .category-module li {
  border-bottom: solid 1px #e5e5e5;
  list-style: none;
  margin-bottom: 20px !important;
  padding-bottom: 20px !important;
  position: relative;
}
.tabs .category-module li.li-last {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
.tabs .category-module li .img-details {
  display: none;
}
.tabs .category-module li .img-intro {
  float: none;
  margin-bottom: 20px;
  max-height: 160px;
  overflow: hidden;
  width: 100%;
}
.tabs .category-module li .mod-articles-category-date {
  margin-bottom: 10px;
}
.tabs .category-module li.li-first .tabs-category,
.tabs .category-module li.no-images .tabs-category {
  padding-left: 0;
}
.tabs .categories-module li h5,
.tabs ul.categories-module li h5,
.tabs .category-module li h5,
.tabs ul.category-module li h5 {
  margin: 0;
}
.tabs .categories-module li.li-first h5,
.tabs ul.categories-module li.li-first h5,
.tabs .category-module li.li-first h5,
.tabs ul.category-module li.li-first h5 {
  font-size: 16px;
}
.category-module.accordion {
  margin: -20px -19px 0 -19px !important;
  text-align: center;
}
.category-module.accordion li {
  border-bottom: solid 1px #e5e5e5;
  padding: 15px;
}
.category-module.accordion li.li-last {
  margin-bottom: 0 !important;
}
.category-module.accordion li.odd {
  background: #f5f5f5;
}
.category-module.accordion li h5 {
  font-size: 12px;
  line-height: 1.4;
}
.category-module li .vimage {
  margin-bottom: 15px;
  margin-top: 5px;
  padding-bottom: 10px;
  position: relative;
}
div.vimage .play-icon {
  background: url(../../images/icon-play.png) no-repeat left top;
  display: inline-block;
  height: 40px;
  left: 43%;
  position: absolute;
  top: 40%;
  width: 50px;
}
.player ul.category-module.player {
  margin: 0 -20px !important;
}
.player .category-module li {
  border-bottom: solid 1px #2f2f2f;
  list-style: none;
}
.player .category-module li.li-last {
  border: none;
}
.player .category-module .item-inner {
  min-height: 80px;
  padding-left: 95px;
  position: relative;
}
.player .category-module li .img-thumb {
  left: 0;
  position: absolute;
  width: 80px;
}
.player .category-module li .img-details {
  display: none;
}
.player ul.category-module li h5,
.player ul.category-module li h6,
.player ul.category-module li h4,
.player ul.category-module li h3 {
  font-size: 13px;
  margin-top: 15px;
}
.player ul.category-module li h5 a,
.player ul.category-module li h6 a,
.player ul.category-module li h4 a,
.player ul.category-module li h3 a {
  background: transparent;
  color: #a6a6a6;
  padding: 0;
}
.player ul.category-module li h5 a:hover,
.player ul.category-module li h5 a:focus,
.player ul.category-module li h5 a:active,
.player ul.category-module li h6 a:hover,
.player ul.category-module li h6 a:focus,
.player ul.category-module li h6 a:active,
.player ul.category-module li h4 a:hover,
.player ul.category-module li h4 a:focus,
.player ul.category-module li h4 a:active,
.player ul.category-module li h3 a:hover,
.player ul.category-module li h3 a:focus,
.player ul.category-module li h3 a:active {
  background: transparent;
  color: #fff;
}
.player ul.category-module li .article-aside {
  color: #666;
  font-size: 11px;
}
.player ul.category-module li .article-aside span.mod-articles-category-writtenby {
  background: url(../../images/sep.gif) no-repeat right center;
  margin-right: 5px;
  padding-right: 5px;
}
.player ul.category-module .mod-articles-category-category a {
  background: none;
  padding: 0;
}
.player ul.category-module .mod-articles-category-category a:hover,
.player ul.category-module .mod-articles-category-category a:focus,
.player ul.category-module .mod-articles-category-category a:active {
  background: none;
  color: #c33;
}
.player .category-module li .mod-articles-category-date {
  margin-bottom: 5px;
}
.player .footer-feature .mod-articles-category-hits {
  margin-right: 20px;
  margin-bottom: 15px;
}
.player .footer-feature .mod-articles-category-readmore a {
  background: url(../../images/readmore-bg.png) no-repeat left center;
  color: #999;
  display: inline-block;
  font-weight: bold;
  margin-bottom: 15px;
  padding-left: 25px;
}
.player .footer-feature .mod-articles-category-readmore a:hover,
.player .footer-feature .mod-articles-category-readmore a:focus,
.player .footer-feature .mod-articles-category-readmore a:active {
  background-image: url(../../images/readmore-hover-bg.png);
  color: #c33;
  text-decoration: none;
}
ul.writer-list {
  margin-left: 0;
}
ul.writer-list li {
  list-style: none;
  border-bottom: solid 1px #e5e5e5;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
ul.writer-list li strong {
  color: #222;
  display: inline-block;
  margin-bottom: 5px;
}
ul.writer-list li img {
  float: right;
  margin-left: 20px;
  margin-bottom: 10px;
}
ul.writer-list li a {
  color: #c33;
  font-size: 11px;
  font-weight: bold;
}
.ja-mastcol .t3-module .module-ct {
  padding: 20px;
}
div.tagspopular ul {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}
div.tagspopular ul li {
  color: #666;
  display: inline-block;
  margin: 0 5px 5px 0;
}
div.tagspopular ul li a {
  background: #eee;
  border-radius: 3px;
  color: #666;
  display: block;
  padding: 2px 5px;
}
div.tagspopular ul li a:hover,
div.tagspopular ul li a:focus,
div.tagspopular ul li a:active {
  background: #c33;
  color: #fff;
  text-decoration: none;
}
div.tagssimilar ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
div.tagssimilar ul li {
  border-bottom: 1px solid #eee;
  padding: 8px 0;
}
div.tagssimilar ul li a {
  color: #666;
}
div.tagssimilar ul li a:hover,
div.tagssimilar ul li a:focus,
div.tagssimilar ul li a:active {
  color: #c33;
}
.languageswitcher .mod-languages {
  padding: 5px 0;
  border-right: 1px solid #e5e5e5;
  text-align: center;
}
.languageswitcher .mod-languages ul.lang-inline li {
  display: block;
}
.mod-preview-info {
  z-index: 2;
}

.componentheading {
  font-family: 'novecento_wide_bookbold', Arial, Helvetica, sans-serif;
  font-size: 24px;
  margin: 10px 0 20px;
  text-transform: uppercase;
}
.blog.blog-layout {
  margin-left: -40px;
  margin-right: -40px;
}
.blog-layout hr.divider-vertical {
  display: none;
  margin: 0;
}
.blog-layout .items-leading .leading {
  float: left;
  margin-bottom: 0;
  width: 50%;
}
.blog-layout .items-leading .leading .images-content .pull-left {
  width: 100%;
}
.blog-layout .items-row .item {
  margin-bottom: 0;
}
.blog-layout .category-name {
  background: #000;
  color: #fff;
  display: inline-block;
  font-family: 'novecento_wide_lightbold';
  font-size: 10px;
  line-height: normal;
  left: 0;
  padding: 3px 6px;
  position: absolute;
  bottom: -10px;
  z-index: 10;
}
.blog-layout .category-name a {
  color: #fff;
}
.blog-layout .category-name a:hover,
.blog-layout .category-name a:focus,
.blog-layout .category-name a:active {
  color: #fff;
  text-decoration: underline;
}
.blog-layout .items-row.cols-4,
.blog-layout .items-leading {
  background: url(../../images/line.gif) repeat-x left bottom;
  padding: 10px 0 0;
  overflow: hidden;
}
.blog-layout .cols-4 article,
.blog-layout .items-leading article {
  background: url(../../images/line.gif) repeat-y right top;
  margin: 0 0 -999em;
  padding: 0 20px 999em;
}
.blog-layout .cols-4 article {
  margin-top: 10px;
}
.blog-layout .cols-4 .last-child article,
.blog-layout .items-leading .last-child article {
  background-image: none;
}
.blog-layout .items-row .article-header .article-title,
.blog-layout .items-row .article-header h1,
.blog-layout .items-leading .article-header .article-title,
.blog-layout .items-leading .article-header h1 {
  display: block;
  font-size: 19px;
  font-weight: bold;
  line-height: 1.2;
  margin: 5px 0 !important;
}
.blog-layout span.name {
  display: none;
}
.blog-layout .date .published {
  color: #aaa;
  font-size: 11px;
  display: block;
  font-weight: normal;
}
.blog-layout .readmore {
  margin-bottom: 20px;
}
.blog .category-name.uncategorised,
.blog .category-name.uncategorised >a,
.blog .category-name.uncategorised:hover,
.blog .category-name.uncategorised >a:hover,
.blog .category-name.uncategorised>a:focus,
.blog .category-name.uncategorised>a:active {
  color: #666 !important;
  background: none !important;
  text-decoration: none !important;
}
.images-content {
  position: relative;
  margin-bottom: 15px;
}
.images-content .pull-left,
.images-content .pull-right {
  overflow: hidden;
  -webkit-transform: translateZ(0);
}
.images-content img {
  max-width: 100%;
  width: 100%;
  transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  -webkit-backface-visibility: hidden;
}
.images-content:hover img {
  transform: scale(1.15) rotate(-1.75deg);
  -o-transform: scale(1.15) rotate(-1.75deg);
  -ms-transform: scale(1.15) rotate(-1.75deg);
  -moz-transform: scale(1.15) rotate(-1.75deg);
  -webkit-transform: scale(1.15) rotate(-1.75deg);
}
.video-page .category-name {
  background: none !important;
  color: #666 !important;
}
.video-page .category-name a {
  background: none !important;
  color: #222 !important;
}
.video-page .category-name a:hover,
.video-page .category-name a:focus,
.video-page .category-name a:active {
  color: #c33;
}
.items-leading .leading {
  margin-bottom: 40px;
}
.items-row .item {
  margin-bottom: 20px;
}
.items-row.cols-2 {
  margin-left: -20px;
  margin-right: -20px;
}
.cols-2 article {
  padding-left: 20px;
  padding-right: 20px;
}
.divider-vertical {
  border: 0;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #fff;
  margin: 0 0 20px;
}
.article-aside {
  color: #aaa;
  margin-bottom: 10px;
}
.article-info {
  margin: 0;
  width: 85%;
}
.article-info a {
  color: #c33;
}
.article-info a:hover,
.article-info a:focus,
.article-info a:active {
  color: #c33;
  text-decoration: none;
}
.article-info .article-info-term {
  display: none;
}
.article-info dd {
  background: url(../../images/sep2.gif) no-repeat right center;
  float: left;
  margin: 0;
  padding: 0 8px;
  white-space: nowrap;
}
.article-info dd:last-child {
  background: none;
  padding-right: 0px;
}
.article-info dd span {
  color: #999;
  display: inline;
  font-weight: 300;
}
.blog.blog-layout .article-info {
  width: 86%;
  font-size: 11px;
}
.blog.blog-layout .article-aside {
  margin-left: -8px;
}
.blog.blog-layout .article-aside i,
.blog.blog-layout .article-aside .category-name {
  display: none;
}
.article-title,
.article-header h1 {
  font-size: 36px;
  line-height: 1.1 !important;
  margin: 0 0 20px !important;
}
.article-title a,
.article-header h1 a {
  color: #222;
}
.article-title a:hover,
.article-title a:focus,
.article-title a:active,
.article-header h1 a:hover,
.article-header h1 a:focus,
.article-header h1 a:active {
  color: #c33;
}
.readmore a.btn {
  background: none;
  box-shadow: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  border: none;
  color: #999;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  padding-left: 0;
  padding-right: 0;
  text-shadow: none;
  text-transform: none;
}
.readmore a.btn:hover,
.readmore a.btn:focus {
  color: #c33;
  background: none;
}
.readmore a.btn span {
  background: url(../../images/readmore-bg.png) no-repeat left center;
  display: block;
  font-weight: bold;
  padding-left: 25px;
}
.readmore a.btn:hover span,
.readmore a.btn:focus span,
.readmore a.btn:active span {
  background-image: url(../../images/readmore-hover-bg.png);
}
article img[align=left],
article .pull-left.item-image,
.img_caption.left,
.article-intro img[align=left],
.article-intro .pull-left img {
  margin: 0 20px 20px 0;
  max-width: 100%;
}
article img[align=right],
article .pull-right.item-image,
.img_caption.right,
.article-intro img[align=right],
.article-intro .pull-right img {
  margin: 0 0 20px 0px;
  max-width: 100%;
}
.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: 20px;
  max-width: 100%;
}
.img-fulltext-left {
  float: left;
  margin-right: 0px;
}
.img-fulltext-right {
  float: right;
  margin-left: 0px;
}
.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;
}
.article-intro p img {
  max-width: 100%;
  margin-bottom: 10px;
}
.img_caption img {
  margin-bottom: 1px !important;
}
.img_caption p.img_caption {
  background: #eee;
  color: #666;
  font-size: 11px;
  width: 100%;
  margin: 0;
  padding: 5px;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  clear: both;
}
.article-footer {
  color: #999;
  font-size: 12px;
  margin-bottom: 20px;
  margin-left: -8px;
}
.article-footer i,
.article-footer .category-name {
  display: none;
}
article img[align=left],
.img_caption.left {
  margin: 0 0px 20px 0;
}
article img[align=right],
.img_caption.right {
  margin: 0 0 20px 0px;
}
.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: 20px;
  max-width: 100%;
}
.img-fulltext-left {
  float: left;
  margin-right: 0px;
}
.img-fulltext-right {
  float: right;
  margin-left: 0px;
}
.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: #eee;
  color: #666;
  clear: both;
  font-size: 11px;
  margin: 0;
  padding: 5px;
  text-align: center;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
article aside .btn-group > .dropdown-toggle {
  background: transparent;
  border: 0;
  padding: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
article aside .btn-group > .dropdown-toggle:hover,
article aside .btn-group > .dropdown-toggle:focus,
article aside .btn-group > .dropdown-toggle:active {
  background: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  color: #fff;
}
article aside .btn-group > .dropdown-menu {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
article aside .btn-group.open .btn.dropdown-toggle {
  background: none;
}
.login-wrap {
  background: #fbfbfb;
  border: 1px solid #e5e5e5;
  margin: 0 auto;
  padding: 20px;
  width: 500px;
}
.login-wrap.secretkey {
  width: 730px;
}
.login-wrap.secretkey .well .control-group {
  width: 33%;
}
.login-wrap .control-group {
  float: left;
  width: 50%;
}
.login-wrap .login .page-header {
  margin: 0px -20px 30px;
  padding: 10px 30px;
}
.login-wrap .login .login-description {
  color: #666;
  font-style: italic;
  margin-bottom: 10px;
}
.login-wrap .other-links ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.login-wrap .other-links ul li {
  display: inline-block;
  padding-right: 10px;
}
.login-wrap .other-links ul li a {
  background: url(../../images/bullet.png) no-repeat left center;
  color: #444;
  font-size: 12px;
  padding-left: 13px;
  display: inline-block;
}
.login-wrap .other-links ul li a:hover,
.login-wrap .other-links ul li a:focus,
.login-wrap .other-links ul li a:active {
  background-image: url(../../images/bullet-hover.png);
  color: #c33;
}
.login form {
  margin-bottom: 0;
}
.login_form fieldset,
.login fieldset {
  background: transparent;
  border: 0;
  box-shadow: none;
  margin-bottom: 0;
  padding: 0;
}
.login_form .control-group,
.login .control-group {
  margin-bottom: 20px;
}
.login_form .control-label,
.login .control-label {
  float: none;
  text-align: left;
}
.login_form .control-label label,
.login .control-label label {
  font-size: 12px;
  line-height: 1;
}
.login_form .controls,
.login .controls {
  margin: 0;
}
.login_form fieldset p,
.login fieldset p {
  margin: 0 0 5px;
}
.login_form label,
.login label {
  display: block;
  font-weight: bold;
}
.login-fields {
  margin: 0 0 10px;
}
.login_form .inputbox,
.login-fields .required {
  margin-left: 10px;
  width: 150px;
}
.login_form .remember .inputbox {
  width: 20px;
}
.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 .inputbox {
  margin-left: 10px;
  width: 200px;
}
.form-register .button {
  margin-left: 140px;
}
.registration fieldset dt {
  margin-right: 5px;
}
.admintable textarea {
  max-width: 90% !important;
  resize: none;
}
#mailto-window {
  background: #fff;
  margin: 10px 0 20px;
  padding: 0;
  position: relative;
}
#mailto-window h2 {
  font-size: 150%;
  margin-top: 0;
  margin-bottom: 20px;
}
#mailto-window .mailto-close {
  background: #FFF;
  background: -moz-linear-gradient(bottom,#ccc,#f0f0f0);
  background: -webkit-linear-gradient(bottom,#ccc,#f0f0f0);
  border: 1px solid #CCC;
  border-radius: 3px;
  color: #666;
  font-size: 92%;
  padding: 2px 5px;
  position: absolute;
  top: -10px;
  right: 0px;
  text-shadow: 1px 1px 0 #f0f0f0;
}
#mailto-window .mailto-close a {
  color: #666;
}
#mailto-window .mailto-close:hover {
  border-color: #999;
  box-shadow: 0 0 3px rgba(0,0,0,0.2);
}
#mailtoForm .formelm {
  padding: 0 0 5px;
  vertical-align: middle;
  overflow: hidden;
}
#mailtoForm .formelm label {
  color: #999;
  display: block;
  float: left;
  font-weight: bold;
  vertical-align: middle;
  width: 100px;
}
#mailtoForm p {
  margin-top: 20px;
}
#mailtoForm .inputbox {
  width: 60%;
}
#mailtoForm .button {
  box-shadow: none;
  background: #000;
  border: solid 1px #000;
  color: #fff;
  font-family: 'novecento_wide_bookbold', Arial, Helvetica, sans-serif;
  margin-right: 5px;
  padding: 4px 14px;
  text-shadow: none;
  text-transform: uppercase;
}
#mailtoForm .button:hover,
#mailtoForm .button:focus,
#mailtoForm .button:active {
  color: #fff;
  background: #c33;
  border-color: #c33;
  text-decoration: none;
  text-shadow: none;
}
.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 .inputbox {
  margin-left: 10px;
  width: 200px;
}
.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: #eee;
  border: 1px solid #e5e5e5;
  margin-bottom: 20px;
  padding: 10px 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.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;
}
#searchForm {
  border: 1px solid #e5e5e5;
  box-shadow: none;
  background: #eee;
  padding: 10px 20px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  *zoom: 1;
}
#searchForm:before,
#searchForm:after {
  display: table;
  content: "";
  line-height: 0;
}
#searchForm:after {
  clear: both;
}
#searchForm fieldset {
  margin: 20px 0;
}
#searchForm legend {
  margin-bottom: 10px;
}
#searchForm button.btn {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  padding-top: 3px;
  padding-bottom: 4px;
}
#searchForm fieldset.only input[type="checkbox"] {
  float: none;
  vertical-align: top;
}
#searchForm fieldset.phrases input[type="radio"] {
  float: none;
  margin-top: 4px;
  margin-right: 3px;
  vertical-align: top;
}
#finder-search button.btn-primary.disabled,
#finder-search button.btn.disabled {
  border-color: #c33;
  color: #fff;
}
#finder-search button.btn-primary {
  border-color: #000;
}
#finder-search button.btn-primary:hover,
#finder-search button.btn-primary:focus,
#finder-search button.btn-primary:active {
  border-color: #c33;
}
@media all and (-webkit-min-device-pixel-ratio: 10000),not all and (-webkit-min-device-pixel-ratio: 0) {
  #searchForm legend {
    float: left;
    width: 99%;
  }
}
@media (min-resolution: .001dpcm) {
  _:-o-prefocus,
  #searchForm legend {
    float: left;
    width: 99%;
  }
}
.phrases-box input,
.phrases-box label,
.form-limit input,
.form-limit label,
.only label {
  display: inline-block;
  margin-right: 10px;
}
.phrases-box input {
  margin: 0;
}
.search-results {
  margin-top: 20px;
}
.search-results .result-title {
  font-size: 15px;
  margin-top: 20px;
}
.search-results .result-category {
  font-size: 11px;
  color: #999;
}
.search-results .result-text {
  margin-top: 5px;
  margin-bottom: 5px;
}
.search-results .result-created {
  font-size: 11px;
  color: #999;
}
#search-results .search-pages-counter {
  text-align: center;
  margin-top: 5px;
}
ul#finder-filter-select-list {
  margin: 0 !important;
}
ul#finder-filter-select-list label {
  float: left;
  margin: 3px 0 0;
  width: 200px;
}
#advanced-search ul li {
  list-style: none;
}
#finder-search fieldset.word {
  margin-bottom: 10px;
}
#finder-search input.inputbox {
  margin-bottom: 0;
}
#finder-search button.button {
  background: #000;
  border: none;
  color: #fff;
  font-weight: normal;
  font-family: 'novecento_wide_bookbold', Arial, Helvetica, sans-serif;
  padding: 5px 14px;
  text-shadow: none;
  text-transform: uppercase;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#finder-search button.button:hover,
#finder-search button.button:focus,
#finder-search button.button:active {
  background: #c33;
  color: #fff;
  text-decoration: none;
}
.contact .accordion {
  border-bottom: solid 1px #e5e5e5;
}
.contact .accordion-group {
  border-bottom: none;
  margin-bottom: 0;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.contact .accordion-heading .accordion-toggle {
  font-weight: normal;
  font-family: 'novecento_wide_bookbold', Arial, Helvetica, sans-serif;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  text-transform: uppercase;
}
.contact h3 {
  color: #222;
  font-family: 'novecento_wide_bookbold', Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 20px;
  margin: 0;
}
.contact .thumbnail {
  border: none;
  box-shadow: none;
  padding: 0;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.contact .thumbnail > img {
  border: none;
  padding: 0;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.contact .contact-col1 .inner {
  background: #fbfbfb;
  border: 1px solid #ddd;
  padding: 20px;
}
.contact .contact-col1 legend {
  border: 0;
  font-weight: normal;
  font-size: 13px !important;
  margin: 0;
  padding: 0;
  line-height: 1;
}
.contact .contact-wrap h3 {
  font-size: 23px;
}
.contact .contact-image {
  margin-bottom: 10px;
}
.contact .contact-image img {
  border: 1px solid #eee;
  padding: 4px;
}
.contact .jicons-text {
  color: #666;
  font-weight: bold;
}
.contact .contact-position {
  font-weight: bold;
  margin-bottom: 5px;
}
.contact .contact-contactinfo p {
  margin-bottom: 0;
}
.contact .contact-contactinfo p .contact-telephone,
.contact .contact-contactinfo p .contact-fax {
  color: #666;
}
.contact .dl-horizontal dd {
  margin-left: 0;
}
.contact #recaptcha_area {
  margin-bottom: 10px;
}
.contact-links ul {
  margin-left: 160px;
}
.contact-links .nav-tabs.nav-stacked > li > a {
  border: none;
  background: url(../../images/bullet.png) no-repeat left center;
  padding-left: 15px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.contact-links .nav-tabs.nav-stacked > li > a:hover,
.contact-links .nav-tabs.nav-stacked > li > a:focus,
.contact-links .nav-tabs.nav-stacked > li > a:active {
  background-image: url(../../images/bullet-hover.png);
  background-color: transparent;
  color: #c33;
}
#contact-form input[type="text"],
#contact-form input[type="email"],
#contact-form input[type="email"],
#contact-form textarea {
  width: 50%;
}
#contact-form fieldset legend {
  font-size: 15px;
}
.contact .contact-wrap {
  overflow: hidden;
  position: relative;
}
.contact .contact-wrap h3 {
  margin: 0 0 10px;
  padding: 0;
}
.contact .contact-wrap .contact-col1 {
  width: 60%;
  float: left;
}
.contact .contact-wrap .contact-col2 {
  float: right;
  margin-top: 10px;
  width: 37%;
}
.tab-content .contact-col1,
.tab-content .contact-col2,
#slide-contact .contact-col1,
#slide-contact .contact-col2 {
  width: 100% !important;
  float: none !important;
}
.tab-content .contact-col2 .inner,
#slide-contact .contact-col2 .inner {
  padding-left: 0 !important;
}
.pane-sliders .contact-wrap .contact-col1,
.pane-sliders .contact-wrap .contact-col2 {
  float: none;
  width: 100% !important;
}
.tab-pane .contact-col1 .inner,
#slide-contact .contact-col1 .inner {
  background: none;
  border: none;
  padding: 0;
}
.contact #contact-form {
  margin-bottom: 0;
}
.contact #contact-form dl {
  margin-bottom: 0;
}
.contact #contact-form dd {
  margin-left: 0;
}
.contact #contact-form label {
  margin: 0;
}
.contact #contact-form #jform_contact_emailmsg {
  width: 90%;
}
.contact #contact-form #jform_contact_message {
  width: 90%;
  height: 150px;
}
.contact #contact-form #jform_contact_email_copy-lbl {
  float: left;
  margin-right: 5px;
  vertical-align: middle;
}
.contact #contact-form #jform_contact_email_copy {
  margin-top: 0;
}
.contact #contact-form .button {
  background: #000;
  border: 1px solid #000;
  box-shadow: none;
  color: #fff;
  font-family: 'novecento_wide_bookbold', Arial, Helvetica, sans-serif;
  margin: 20px 0;
  padding: 6px 14px;
  text-shadow: none;
  text-transform: uppercase;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.contact #contact-form .button:hover {
  color: #fff;
  background: #c33;
  border-color: #c33;
  text-decoration: none;
  text-shadow: none;
}
.contact-wrap .nav > li > a {
  border-color: #ddd;
  color: #666;
  font-family: 'novecento_wide_bookbold', Arial, Helvetica, sans-serif;
  text-transform: uppercase;
}
.contact-wrap .nav > li > a:hover,
.contact-wrap .nav > li > a:focus,
.contact-wrap .nav > li > a:active {
  color: #222;
}
h3.title-col2 {
  display: block;
  left: 63%;
  position: absolute;
}
#archive-items > li {
  line-height: normal;
  margin: 0;
  overflow: visible;
  padding: 0;
}
#archive-items div.intro {
  clear: both;
  overflow: hidden;
}
.categories-list {
  margin-left: -40px;
  margin-right: -40px;
}
.categories-list > .category-desc,
.category-list .cat-items {
  background: #ffff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: solid 1px #eee;
  padding: 15px 20px;
}
.page-header .label,
.page-header .badge.badge-info {
  background: none;
  font-size: 11px;
  font-weight: normal;
  line-height: 12px;
  margin: 0;
  padding: 0;
  text-shadow: none;
  vertical-align: top;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.category-item,
.cat-children > div {
  float: left;
  width: 33.3%;
  *zoom: 1;
}
.category-item:before,
.category-item:after,
.cat-children > div:before,
.cat-children > div:after {
  display: table;
  content: "";
  line-height: 0;
}
.category-item:after,
.cat-children > div:after {
  clear: both;
}
.category-item div.sub-category,
div.cat-children div.sub-children {
  background: url(../../images/line.gif) repeat-y right top;
  border-bottom: solid 1px #e5e5e5;
  overflow: hidden;
  margin: 0 0 20px;
  padding: 10px 20px 20px;
  position: relative;
}
.category-item:nth-child(3) div.sub-category,
div.cat-children:nth-child(3) div.sub-children,
.category-item:nth-child(6) div.sub-category,
div.cat-children:nth-child(6) div.sub-children,
.category-item:nth-child(3n) div.sub-category,
div.cat-children:nth-child(3n) div.sub-children {
  background: none;
}
div.sub-category a.subCategoryImage img,
div.sub-category a.subCategoryImage:hover img {
  margin: 0;
  padding: 0;
}
div.sub-category .img-details:hover img,
div.sub-category:hover img,
div.cat-children .subcategory-desc:hover img {
  margin: 0;
  padding: 0;
  box-shadow: 8px 8px 8px rgba(0,0,0,0.4);
  transform: rotate(0deg) scale(1.2);
}
div.sub-category a.subCategoryImage,
div.sub-category a.subCategoryImage:hover {
  display: block;
  text-align: center;
}
div.sub-category .page-header,
div.cat-children .page-header {
  background: #000;
  border: none;
  color: #fff;
  display: inline-block;
  font-family: 'novecento_wide_lightbold';
  font-size: 10px;
  font-weight: normal;
  line-height: normal;
  margin: 0;
  padding: 3px 6px;
  position: relative;
  top: -13px;
  text-transform: uppercse;
}
div.sub-category .page-header a,
div.sub-category .page-header a:hover,
div.sub-category .page-header a:focus,
div.sub-category .page-header a:active,
div.cat-children .page-header a,
div.cat-children .page-header a:hover,
div.cat-children .page-header a:focus,
div.cat-children .page-header a:active {
  color: #fff;
}
div.sub-category .subcategory-desc,
div.cat-children .subcategory-desc {
  background: url(../../images/trans-dark.png);
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  bottom: 0px;
  display: none;
  color: #fff;
  font-size: 15px;
  margin: 0;
  position: absolute;
  padding: 60px 30px 0 30px;
  transition: all 0.3s ease-in;
  text-align: center;
  top: 0;
}
div.sub-category:hover .subcategory-desc,
div.sub-category .subcategory-desc:hover,
div.cat-children .sub-children:hover .subcategory-desc,
div.cat-children .subcategory-desc:hover {
  display: block;
  left: 0;
}
div.category-subdesc {
  height: auto;
  min-height: 258px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
div.sub-category .img-details,
div.cat-children .img-details {
  margin: 0;
  padding: 0;
}
.newsfeed > h2 {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.feed-description {
  margin-bottom: 40px;
}
.newsfeed-category li {
  background: #fff;
  border-color: #e5e5e5;
}
.newsfeed-category li a {
  color: #222;
}
.newsfeed-category li a:hover,
.newsfeed-category li a:focus,
.newsfeed-category li a:active {
  color: #c33;
}
.edit textarea {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.edit.item-page div.tab-content {
  min-height: 150px;
}
.button2-left,
.button2-left div {
  float: left;
}
.button2-right,
.button2-right div {
  float: right;
}
.button2-left {
  margin: 5px 5px 0 0;
}
.button2-right {
  margin: 5px 0 0 5px;
}
.button2-left a,
.button2-right a,
.button2-left span,
.button2-right span {
  background: #eee;
  border: 1px solid #e1e1e1;
  color: #999;
  cursor: pointer;
  display: block;
  float: left;
  padding: 2px 10px;
  border-radius: 4px;
}
.button2-left span,
.button2-right span {
  color: #999;
  cursor: default;
}
.button2-left .page a,
.button2-right .page a,
.button2-left .page span,
.button2-right .page span {
  padding: 0 6px;
}
.button2-left a:hover,
.button2-right a:hover {
  background: #e1e1e1;
  color: #444;
  text-decoration: none;
}
.controls img.calendar {
  cursor: pointer;
  margin-left: 5px;
}
.manager.thumbnails > li {
  float: left;
  margin-bottom: 20px;
  margin-left: 20px;
  position: relative;
}
.article-content .pagination ul {
  border-left: 1px solid #e5e5e5;
}
.article-content .pagination ul li {
  float: left;
  padding: 10px 20px;
  line-height: normal;
  border: 1px solid #e5e5e5;
  border-left: 0;
}
.article-content .pagination ul li a {
  border: 0;
  text-decoration: none;
  background-color: transparent;
  line-height: normal;
  padding: 0;
}
.pagenavcounter {
  margin: 0 0 20px;
  font-weight: bold;
}
#article-index {
  float: right;
  margin: 0 0 20px 20px;
  padding: 10px;
  width: 30%;
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
#article-index ul {
  margin: 0 0 0 20px;
}
.counter {
  display: none;
  float: right;
  line-height: 1;
  margin: 10px 0;
  text-align: right;
}
div.pagination {
  margin: 20px 0;
  line-height: 1;
  text-align: center;
}
.pagination ul,
div.pagination ul.pagination-list {
  box-shadow: none !important;
  font-family: 'novecento_wide_bookbold', Arial, Helvetica, sans-serif;
  font-weight: normal;
  margin: 0 0 15px;
  padding: 0;
  text-align: center;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.pagination ul > li {
  display: inline-block;
  padding: 0 5px;
}
.pagination ul > li:first-child > a,
.pagination ul > li:first-child > span {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.pagination ul > li > a,
.pagination ul > li > span {
  border: 1px solid #eee;
  color: #444;
  display: block;
  font-size: 12px;
  font-weight: normal;
  padding: 5px 10px;
}
.pagination ul > li > a:hover {
  background-color: #444;
  border-color: #444;
  color: #fff;
}
.pagination ul > .disabled > span,
.pagination ul > .disabled > a {
  background: #fbfbfb;
  border-color: #e5e5e5;
  color: #999;
}
.pagination ul > .disabled > a:hover {
  background: #fbfbfb;
  border-color: #e5e5e5;
  color: #444;
}
.pagination ul > li:last-child > a,
.pagination ul > li:last-child > span {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.pagenav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.pagenav li {
  margin: 0;
  padding: 0;
  float: left;
}
.pagenav li a {
  padding: 10px 20px;
  line-height: normal;
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.pagenav li:hover {
  background-color: #fff;
  color: #c33;
}
.pagenav li.pagenav-prev {
  margin-right: 10px;
}
.counter {
  float: right;
  line-height: 1;
  margin: 10px 0;
  text-align: right;
}
.items-more h3 {
  margin: 0 0 5px;
}
.back_button a,
.back_button a:hover,
.back_button a:active {
  display: block;
  margin: 10px 0;
}
.filters {
  margin: 10px 0 5px;
}
.display-limit {
  margin: 10px 0 5px;
}
.filters .filter-search,
.filters .display-limit {
  float: left;
  width: 50%;
}
.filters .display-limit {
  float: right;
  text-align: right;
}
.weblink-category .category .list-edit {
  width: auto;
}
div.weblink-category ul.category {
  border: none;
}
div.weblink-category ul.category li,
.weblink-category .list-condensed li {
  background: none;
  border-color: #e5e5e5;
  padding: 10px 0;
}
#system-message-container dl#system-message {
  margin: 10px 0;
}
#system-message-container div#system-message {
  margin: 0;
}
#system-message-container div#system-message.alert,
#system-message-container div#system-message .alert {
  margin: 10px 0;
}
#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;
}
.tip-wrap {
  background: #fff6df;
  border: 1px solid #fb3;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 3px rgba(0,0,0,0.4);
  -moz-box-shadow: 0 0 3px rgba(0,0,0,0.4);
  box-shadow: 0 0 3px rgba(0,0,0,0.4);
  max-width: 300px;
  z-index: 999;
}
.tip-title {
  border-bottom: 1px solid #fb3;
  font-weight: bold;
  padding: 5px 10px;
}
.tip-text {
  font-size: 13px;
  margin: 0;
  padding: 5px 10px;
}
.hasTip img {
  border: none;
  margin: 0 5px 0 0;
}
.small {
  font-size: 11px;
}
iframe,
svg {
  max-width: 100%;
}
.nowrap {
  white-space: nowrap;
}
.center,
.table td.center,
.table th.center {
  text-align: center;
}
a.disabled,
a.disabled:hover {
  color: #999999;
  background-color: transparent;
  cursor: default;
  text-decoration: none;
}
.hero-unit {
  text-align: center;
}
.hero-unit .lead {
  margin-bottom: 18px;
  font-size: 20px;
  font-weight: 200;
  line-height: 27px;
}
.btn .caret {
  margin-bottom: 7px;
}
.blog-row-rule,
.blog-item-rule {
  border: 0;
}
body.modal {
  padding-top: 0;
}
.edit.item-page .tab-content {
  overflow: auto;
}
.edit.item-page .control-group a.modal {
  position: inherit;
  width: auto !important;
  margin-left: 0 !important;
  top: auto !important;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.edit.item-page #images.tab-pane .control-group {
  display: block;
  float: left;
  width: 90%;
}
.no-touch .t3-mainbody .t3-content .adminlist th a {
  color: #666 !important;
}
.no-touch .t3-mainbody .t3-content ul.manager.thumbnails .thumbnail {
  display: inline-block !important;
  padding: 4px 20px !important;
}
.no-touch .t3-mainbody .t3-content .table-condensed div.pagination {
  margin-top: 0 !important;
}
.no-touch .t3-mainbody .t3-content fieldset.filter .btn-toolbar .btn-group.pull-left {
  float: none !important;
}
.no-touch .t3-mainbody .t3-content fieldset.filter .btn-toolbar .btn-group.pull-left button.btn {
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  border-radius: 0px !important;
}
.row-even,
.row-odd {
  padding: 5px;
  width: 99%;
  border-bottom: 1px solid #ddd;
}
.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;
}
.btn-wide {
  width: 80%;
}
.nav-list > li.offset > a {
  padding-left: 30px;
  font-size: 12px;
}
.blog-row-rule,
.blog-item-rule {
  border: 0;
}
.row-fluid .offset1 {
  margin-left: 8.382978723%;
}
.row-fluid .offset2 {
  margin-left: 16.89361702%;
}
.row-fluid .offset3 {
  margin-left: 25.404255317%;
}
.row-fluid .offset4 {
  margin-left: 33.914893614%;
}
.row-fluid .offset5 {
  margin-left: 42.425531911%;
}
.row-fluid .offset6 {
  margin-left: 50.93617020799999%;
}
.row-fluid .offset7 {
  margin-left: 59.446808505%;
}
.row-fluid .offset8 {
  margin-left: 67.95744680199999%;
}
.row-fluid .offset9 {
  margin-left: 76.468085099%;
}
.row-fluid .offset10 {
  margin-left: 84.97872339599999%;
}
.row-fluid .offset11 {
  margin-left: 91.489361693%;
}
.navbar .nav > li > a.btn {
  padding: 4px 10px;
  line-height: 18px;
}
.nav-tabs.nav-dark {
  border-bottom: 1px solid #333;
  text-shadow: 1px 1px 1px #000;
}
.nav-tabs.nav-dark > li > a {
  color: #F8F8F8;
}
.nav-tabs.nav-dark > li > a:hover {
  border-color: #333 #333 #111;
  background-color: #777777;
}
.nav-tabs.nav-dark > .active > a,
.nav-tabs.nav-dark > .active > a:hover {
  color: #ffffff;
  background-color: #555555;
  border: 1px solid #222;
  border-bottom-color: transparent;
}
.thumbnail.pull-left {
  margin: 0 10px 10px 0;
}
.thumbnail.pull-right {
  margin: 0 0 10px 10px;
}
.width-10 {
  width: 10px;
}
.width-20 {
  width: 20px;
}
.width-30 {
  width: 30px;
}
.width-40 {
  width: 40px;
}
.width-50 {
  width: 50px;
}
.width-60 {
  width: 60px;
}
.width-70 {
  width: 70px;
}
.width-80 {
  width: 80px;
}
.width-90 {
  width: 90px;
}
.width-100 {
  width: 100px;
}
.height-10 {
  height: 10px;
}
.height-20 {
  height: 20px;
}
.height-30 {
  height: 30px;
}
.height-40 {
  height: 40px;
}
.height-50 {
  height: 50px;
}
.height-60 {
  height: 60px;
}
.height-70 {
  height: 70px;
}
.height-80 {
  height: 80px;
}
.height-90 {
  height: 90px;
}
.height-100 {
  height: 100px;
}
hr.hr-condensed {
  margin: 10px 0;
}
.list-striped,
.row-striped {
  list-style: none;
  line-height: 18px;
  text-align: left;
  vertical-align: middle;
  border-top: 1px solid #ddd;
  margin-left: 0;
}
.list-striped li,
.list-striped dd,
.row-striped .row,
.row-striped .row-fluid {
  border-bottom: 1px solid #ddd;
  padding: 8px;
}
.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: 4px 5px;
}
.row-condensed .row,
.row-condensed .row-fluid {
  padding: 4px 5px;
}
.list-bordered,
.row-bordered {
  list-style: none;
  line-height: 18px;
  text-align: left;
  vertical-align: middle;
  margin-left: 0;
  border: 1px solid #ddd;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.radio.btn-group input[type=radio] {
  display: none;
}
.radio.btn-group > label:first-of-type {
  margin-left: 0;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-topleft: 4px;
}
fieldset.radio.btn-group {
  padding-left: 0;
}
.iframe-bordered {
  border: 1px solid #ddd;
}
.tab-content {
  overflow: visible;
}
.tabs-left .tab-content {
  overflow: auto;
}
.nav-tabs > li > span {
  display: block;
  margin-right: 2px;
  padding-right: 12px;
  padding-left: 12px;
  padding-top: 8px;
  padding-bottom: 8px;
  line-height: 18px;
  border: 1px solid transparent;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
.btn-micro {
  padding: 1px 4px;
  font-size: 10px;
  line-height: 8px;
}
.tip-wrap {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  z-index: 100;
}
.page-header {
  margin: 2px 0px 10px 0px;
  padding-bottom: 5px;
}
.input-prepend .chzn-container-single .chzn-single {
  border-color: #e5e5e5;
  height: 26px;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.input-prepend .chzn-container-active .chzn-single-with-drop {
  -webkit-border-radius: 0 3px 0 0;
  -moz-border-radius: 0 3px 0 0;
  border-radius: 0 3px 0 0;
}
.input-prepend .chzn-container-single .chzn-drop {
  border-color: #e5e5e5;
}
.input-prepend > .add-on,
.input-append > .add-on {
  vertical-align: top;
}
.element-invisible {
  position: absolute;
  padding: 0;
  margin: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.form-vertical .control-label {
  float: none;
  width: auto;
  padding-right: 0;
  padding-top: 0;
  text-align: left;
}
.form-vertical .controls {
  margin-left: 0;
}
.width-auto {
  width: auto;
}
.btn-group .chzn-results {
  white-space: normal;
}
.accordion-body.in:hover {
  overflow: visible;
}
.invalid {
  color: #c33;
  font-weight: bold;
}
input.invalid {
  border: 1px solid #c33;
}
.tip-text {
  text-align: left;
}
.item-page div.item-image {
  float: none;
  margin: 0 0 30px;
}
.item-page div.item-image img {
  max-width: 100%;
}
.item-page article aside.article-aside {
  position: absolute;
  top: 0;
  left: 0;
}
.item-page article aside.article-aside .article-info {
  color: #999;
  width: 160px;
}
.item-page article aside.article-aside a {
  color: #666;
  font-size: 12px;
}
.item-page article aside.article-aside a:hover,
.item-page article aside.article-aside a:focus,
.item-page article aside.article-aside a:active {
  color: #c33;
}
.item-page article aside.article-aside i {
  color: #999;
  font-size: 13px;
  margin-right: 10px;
}
.item-page article aside.article-aside dd {
  background: none;
  border-bottom: 1px solid #eee;
  display: block;
  margin: 0;
  padding: 7px 0;
  width: 100%;
}
.item-page article aside.article-aside dd.category-name {
  background: transparent !important;
  bottom: 0;
  color: #999 !important;
  font-family: sans-serif;
  font-size: 13px;
  position: relative;
  top: auto;
  text-transform: normal;
  text-decoration: none !important;
}
.item-page article aside.article-aside dd.category-name a {
  color: #666 !important;
}
.item-page article aside.article-aside dd.category-name a:hover,
.item-page article aside.article-aside dd.category-name a:focus,
.item-page article aside.article-aside dd.category-name a:active {
  color: #c33 !important;
  text-decoration: none !important;
}
.item-page article aside.article-aside .btn-group {
  float: none;
  width: 100%;
}
.item-page article aside.article-aside .dropdown-toggle {
  display: none;
}
.item-page article aside.article-aside ul.dropdown-menu {
  background: transparent;
  border: 0;
  display: block;
  position: relative;
  z-index: 10;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.item-page article aside.article-aside ul.dropdown-menu a {
  padding-left: 0;
  padding-right: 0;
}
.item-page article aside.article-aside ul.dropdown-menu a i {
  color: #999;
  margin-right: 5px;
}
.item-page .article-content {
  padding-left: 200px;
  position: relative;
  overflow: hidden;
}
.error-page .article-content {
  padding-left: 0;
  text-align: center;
}
.item-page .containerCountComment {
  float: none;
  padding: 0;
}
.item-page .containerCountComment a,
.item-page .jacomment-count a {
  background: none;
  font-weight: normal;
  padding-left: 0;
}
.item-page #idc-container-parent {
  margin-left: 200px;
}
.edit.item-page .control-group a.modal {
  box-shadow: none;
  position: inherit;
  width: auto !important;
  margin-left: 0 !important;
  top: auto !important;
  z-index: 10;
}
.edit.item-page #images.tab-pane .control-group {
  display: block;
  float: left;
  width: 90%;
}
.no-touch .t3-mainbody .t3-content .adminlist th a {
  color: #666 !important;
}
.no-touch .t3-mainbody .t3-content ul.manager.thumbnails .thumbnail {
  display: inline-block !important;
  padding: 4px 20px !important;
}
.no-touch .t3-mainbody .t3-content .table-condensed div.pagination {
  margin-top: 0 !important;
}
.no-touch .t3-mainbody .t3-content fieldset.filter .btn-toolbar .btn-group.pull-left {
  float: none !important;
}
.no-touch .t3-mainbody .t3-content fieldset.filter .btn-toolbar .btn-group.pull-left button.btn {
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  border-radius: 0px !important;
}
.no-touch .t3-mainbody .t3-content form#adminForm {
  width: 100%;
}
.blog .tags {
  background: #fff;
  border-bottom: solid 1px #e5e5e5;
  padding: 0 20px 15px;
}
.tags span {
  margin-bottom: 3px;
}
.tags .label-info[href] {
  background: #c33;
  font-weight: normal;
  font-size: 12px;
  padding: 4px 6px;
  text-shadow: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.tags .label-info[href]:hover,
.tags .label-info[href]:focus,
.tags .label-info[href]:active {
  background: #b82e2e;
  color: #fff;
}
.item-page .tags {
  margin-bottom: 15px;
}
.tag-category {
  background: #fff;
  padding: 20px 0;
}
.tag-category h2 {
  line-height: normal;
  margin-top: 0;
}
.tag-category ul.category {
  margin: 10px 0 20px;
  display: block;
}
.tag-category ul.category li {
  list-style: none;
  padding: 10px 20px;
  border-bottom: solid 1px #e5e5e5;
}
.tag-category ul.category li h3 {
  line-height: normal;
}
.tag-category ul li.pagination-list {
  border-bottom: none;
  padding: 0s;
}
.tag-category ul li img {
  margin-bottom: 10px;
}
#page-site a.modal.btn {
  position: relative;
  top: 0;
  left: auto;
  right: 0;
  z-index: 10;
  width: auto;
  box-shadow: none;
}
.mce-btn button {
  text-transform: none;
  background: none;
}

p {
  margin: 0 0 10px;
}
p small,
p .small {
  font-size: 11px;
  color: #999;
}
.lead {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 200;
  line-height: 30px;
}
small {
  font-size: 85%;
}
strong {
  font-weight: bold;
}
em {
  font-style: italic;
}
cite {
  font-style: normal;
}
.muted {
  color: #999;
}
.highlight {
  background-color: #FFC;
  font-weight: bold;
  padding: 1px 4px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 10px 0;
  font-family: sans-serif;
  font-weight: bold;
  line-height: 1;
  color: #444;
  text-rendering: optimizelegibility;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  font-weight: normal;
  line-height: 1;
  color: #999;
}
h1 {
  font-size: 32.5px;
  line-height: 40px;
}
h1 small {
  font-size: 26px;
}
h2 {
  font-size: 26px;
  line-height: 40px;
}
h2 small {
  font-size: 19.5px;
}
h3 {
  font-size: 19.5px;
  line-height: 40px;
}
h3 small {
  font-size: 15px;
}
h4 {
  font-size: 15px;
  line-height: 20px;
}
h4 small {
  font-size: 13px;
}
h5 {
  font-size: 14px;
  line-height: 20px;
}
h5 small {
  font-size: 11px;
}
h6 {
  font-size: 13px;
  line-height: 20px;
}
.page-header {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 20px;
  margin: 0 0 40px;
}
.page-title,
.page-header h1 {
  line-height: 1;
  margin: 0;
}
.page-subheader {
  border-bottom: 1px solid #e5e5e5;
  margin: 0 0 20px;
  *zoom: 1;
}
.page-subheader:before,
.page-subheader:after {
  display: table;
  content: "";
  line-height: 0;
}
.page-subheader:after {
  clear: both;
}
.page-subtitle,
.page-subheader h2 {
  line-height: 1;
  margin: 0;
}
.page-header + .page-subheader {
  margin-top: -20px;
}
.article-title,
.article-header h1 {
  margin: 0 0 10px 0;
  line-height: 1;
}
.item-title {
  font-weight: bold;
}
ul,
ol {
  padding: 0;
  margin: 0 0 10px 25px;
}
ul ul,
ul ol,
ol ol,
ol ul {
  margin-bottom: 0;
}
ul {
  list-style: disc;
}
ol {
  list-style: decimal;
}
li {
  line-height: 20px;
}
ul.unstyled,
ol.unstyled {
  margin-left: 0;
  list-style: none;
}
dl {
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 20px;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 10px;
}
.dl-horizontal dt {
  float: left;
  width: 120px;
  clear: left;
  text-align: right;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dl-horizontal dd {
  margin-left: 130px;
}
.label,
.badge {
  display: inline-block;
  padding: 2px 4px;
  font-size: 10.998px;
  font-weight: bold;
  line-height: 14px;
  color: #fff;
  vertical-align: baseline;
  white-space: nowrap;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-color: #999;
}
.label {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.badge {
  padding-left: 9px;
  padding-right: 9px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
a.label:hover,
a.badge:hover {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label-important,
.badge-important {
  background-color: #c33;
}
.label-important[href],
.badge-important[href] {
  background-color: #a32929;
}
.label-warning,
.badge-warning {
  background-color: #f80;
}
.label-warning[href],
.badge-warning[href] {
  background-color: #cc6d00;
}
.label-success,
.badge-success {
  background-color: #690;
}
.label-success[href],
.badge-success[href] {
  background-color: #446600;
}
.label-info,
.badge-info {
  background-color: #07b;
}
.label-info[href],
.badge-info[href] {
  background-color: #005788;
}
.label-inverse,
.badge-inverse {
  background-color: #444;
}
.label-inverse[href],
.badge-inverse[href] {
  background-color: #2b2b2b;
}
.btn .label,
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-mini .label,
.btn-mini .badge {
  top: 0;
}
.page-header .label,
.page-header .badge {
  vertical-align: middle;
}
hr {
  margin: 20px 0;
  border: 0;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #fff;
}
abbr[title] {
  cursor: help;
  border-bottom: 1px dotted #999;
}
abbr.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 0 0 0 15px;
  margin: 0 0 20px;
  border-left: 5px solid #eee;
}
blockquote p {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 25px;
}
blockquote small {
  display: block;
  line-height: 20px;
  color: #999;
}
blockquote small:before {
  content: '\2014 \00A0';
}
blockquote.pull-right {
  float: right;
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eee;
  border-left: 0;
}
blockquote.pull-right p,
blockquote.pull-right small {
  text-align: right;
}
blockquote.pull-right small:before {
  content: '';
}
blockquote.pull-right small:after {
  content: '\00A0 \2014';
}
q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
}
address {
  display: block;
  margin-bottom: 0;
  font-style: normal;
  line-height: 20px;
}

.t3-header {
  background: #000;
}
.t3-header .container {
  z-index: 100;
  overflow: visible;
}
.logo {
  border-left: solid 1px #e5e5e5;
  border-right: solid 1px #e5e5e5;
  height: 50px;
  float: left;
  display: inline-block;
}
.logo h1,
.logo h1 a {
  display: inline-block;
  line-height: 1;
  margin: 5px 10px 0 10px;
}
.logo-image {
  margin-top: 0px;
  overflow: hidden;
}
.logo-image a {
  display: block;
  padding: 15px 15px 0;
  width: 70px;
  height: 17px;
}
.logo-image span,
.logo-image small {
  display: none;
}
.logo-text h1 {
  color: #444;
  font-size: 24px;
}
.logo-text h1 a {
  color: #444;
  text-decoration: none;
  text-transform: uppercase;
}
.logo-text:hover h1 a,
.logo-text h1 a:hover,
.logo-text h1 a:active,
.logo-text h1 a:focus {
  text-decoration: none;
}
.logo-text .site-slogan {
  display: block;
  font-size: 13px;
  margin: 2px 10px 0 10px;
}
.head-social .form-search {
  margin-bottom: 0;
}
.form-search {
  border-right: solid 1px #e5e5e5;
}
.form-search label {
  display: none;
}
.form-search input {
  background: url(../../images/ico/search-invert.png) no-repeat 95% center #f5f5f5;
  border: solid 1px #e5e5e5;
  margin: 10px 20px;
  width: 73%;
}
.form-search input:hover,
.form-search input:focus,
.form-search input:active {
  background-image: url(../../images/ico/search-hover.png);
  color: #222;
}
.t3-sl {
  padding-bottom: 60px;
  padding-top: 60px;
}
.top-content .top-slideshow {
  float: left;
  width: 461px;
}
.top-content .top-sidenews {
  float: right;
  width: 232px;
}
.t3-mainbody {
  padding-top: 0;
}
.t3-mainbody .container {
  background: #fff;
  margin-top: 20px;
}
.t3-footer {
  background: none;
  color: #666;
  *zoom: 1;
}
.t3-footer:before,
.t3-footer:after {
  display: table;
  content: "";
  line-height: 0;
}
.t3-footer:after {
  clear: both;
}
.t3-footer small {
  display: block;
  font-size: 11px;
  margin-bottom: 5px;
}
.t3-footer a {
  color: #666;
}
.t3-footer a:hover,
.t3-footer a:active,
.t3-footer a:focus {
  color: #c33;
}
.t3-footer .footer-left a {
  color: gray;
}
.t3-footer .footer-left a:hover,
.t3-footer .footer-left a:focus,
.t3-footer .footer-left a:active {
  color: #c33;
}
.t3-footer .container {
  background: #111;
  border-top: solid 1px #333;
  padding-bottom: 50px;
  padding-top: 50px;
}
#back-to-top {
  background: url(../../images/back-to-top.png) no-repeat left top;
  cursor: pointer;
  display: block;
  font-size: 0;
  float: right;
  line-height: 20px;
  height: 20px;
  margin-right: 20px;
  margin-top: 10px;
  text-indent: -999em;
  width: 20px;
}
#back-to-top:hover,
#back-to-top:focus,
#back-to-top:active {
  background-position: left bottom;
}
.t3-footnav {
  background: url(../../images/line-bottom.gif) repeat-y right top;
  padding: 0;
  *zoom: 1;
  overflow: hidden;
}
.t3-footnav:before,
.t3-footnav:after {
  display: table;
  content: "";
  line-height: 0;
}
.t3-footnav:after {
  clear: both;
}
.t3-footnav ul {
  list-style: none;
  margin-left: 0;
  margin-bottom: 0;
}
.t3-footnav ul li {
  line-height: 30px;
}
.t3-footnav ul li a {
  border: none;
  padding: 0;
}
.t3-footnav ul li a:hover,
.t3-footnav ul li a:focus,
.t3-footnav ul li a:active {
  background: none;
  color: #c33;
}
.t3-footnav .t3-module {
  border: none;
  background: url(../../images/line-bottom.gif) repeat-y left top transparent;
  padding-bottom: 999em;
  margin-bottom: -999em;
}
.t3-footnav .module-title {
  box-shadow: none;
  border: none;
  color: #fff;
  margin: 0;
  padding-top: 0;
  padding-bottom: 10px;
}
.t3-footnav .module-ct {
  padding-top: 0;
  padding-bottom: 0;
}
.footer-social .t3-module {
  background: transparent;
  border: none;
}
.footer-social .module-ct {
  padding-top: 10px;
}
.footer-social .module-title {
  border: none;
  color: #fff;
  margin: 0;
  padding-top: 0;
  padding-bottom: 10px;
}
.footer-social ul {
  margin-left: 0 !important;
}
.footer-social ul li {
  list-style: none;
  margin-bottom: 15px;
}
.footer-social ul li span {
  background-image: url(../../images/ico/ico-social.png);
  background-repeat: no-repeat;
  background-color: #444;
  display: inline-block;
  height: 20px;
  margin-right: 5px;
  width: 20px;
}
.footer-social ul li a:hover span {
  background-color: #c33;
}
.footer-social ul li.facebook span {
  background-position: 0 0;
}
.footer-social ul li.twitter span {
  background-position: 0px -20px;
}
.footer-social ul li.flicker span {
  background-position: 0 -40px;
}
.footer-social ul li.feed span {
  background-position: 0 -60px;
}
.t3-copyright {
  font-size: 12px;
  padding: 0;
  text-align: left;
  *zoom: 1;
}
.t3-copyright:before,
.t3-copyright:after {
  display: table;
  content: "";
  line-height: 0;
}
.t3-copyright:after {
  clear: both;
}
.t3-copyright .footer-left {
  margin-left: 20px;
  margin-right: 20px;
}
.t3-copyright .copyright {
  margin-bottom: 20px;
}
.t3-copyright .logo {
  background: url(../../images/logo-footer.png) no-repeat left top;
  border: none;
  display: block;
  font-size: 0px;
  float: none;
  height: 17px;
  margin-top: 3px !important;
  margin-bottom: 15px !important;
  text-indent: -999em;
  width: 140px;
}
.t3-copyright .logo-image {
  background: none;
  display: inline-block;
  margin: 0;
}
.t3-copyright .logo-image a {
  background: none;
}
.t3-copyright .logo h1,
.t3-copyright .logo h1 a {
  margin: 0 !important;
  padding: 0 !important;
}
.poweredby {
  text-align: left;
}
body.countdown-page {
  background: #fff;
  padding-top: 0;
}
body.countdown-page .ja-footer {
  background: transparent;
}
body.countdown-page .t3-footer .container {
  background: none;
  border-color: #ddd;
}
body.countdown-page

div.ja-countdown-page div.acymailing_module {
  background: #fff;
  border: solid 1px #999;
  margin: 10px auto 10px !important;
  padding: 10px 0 !important;
  text-align: left;
  width: 840px;
}
body.countdown-page

div.ja-countdown-page .acymailing_introtext {
  color: #fff;
}
body.countdown-page

div.ja-countdown-page .acymailing_form {
  margin-left: 220px !important;
  padding-top: 20px !important;
  *zoom: 1;
}
body.countdown-page

div.ja-countdown-page .acymailing_form:before,
body.countdown-page

div.ja-countdown-page .acymailing_form:after {
  display: table;
  content: "";
  line-height: 0;
}
body.countdown-page

div.ja-countdown-page .acymailing_form:after {
  clear: both;
}
body.countdown-page

div.ja-countdown-page .acymailing_form p.onefield,
body.countdown-page

div.ja-countdown-page .acymailing_form p.acysubbuttons {
  display: inline-block;
  float: left;
  text-align: left;
}
body.countdown-page

div.ja-countdown-page .acyfield_email .inputbox {
  background: #fff;
  border: 1px solid #e5e5e5;
  margin-right: 5px;
  padding: 9px 15px;
  line-height: 1;
  width: 250px !important;
}
body.countdown-page

div.ja-countdown-page .acyfield_email .inputbox:hover {
  background: #fff;
  border-color: #999;
}
body.countdown-page

div.ja-countdown-page .acyfield_email .inputbox:focus {
  background: #fff;
  color: #222;
}
body.countdown-page

div.ja-countdown-page .acymailing_form .acysubbuttons .button {
  background: #000;
  border: 1px solid #000;
  height: 40px;
  text-transform: uppercase;
  text-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
body.countdown-page

div.ja-countdown-page .acymailing_form .acysubbuttons .button:hover {
  background: #c33;
  border-color: #c33;
}
.countdown-page .t3-footer .container {
  padding: 20px 0;
}
.countdown-page .t3-copyright,
.countdown-page .poweredby {
  text-align: center;
}
.countdown-page .acymailing_module_form label {
  display: inline-block;
  margin-right: 10px;
}
.ja-countdown.layout1 {
  background: none;
}
.ja-countdown.layout1 .custom-text {
  margin: 0 auto;
  width: 840px;
}
.ja-countdown.layout2 {
  background-color: transparent;
}
.ja-countdown.layout2 .custom-text {
  padding: 100px 50px 0;
}
.ja-countdown.layout2 .custom-text h1 {
  color: #fff;
  font-size: 48px;
  line-height: 1.2;
}
.ja-countdown.layout3 .text {
  top: 72px;
}
.ja-countdown.layout3 .text .val {
  color: #fff;
  height: 38px;
}
.ja-countdown.layout4 {
  width: 860px;
}
.ja-countdown.layout4 .custom-text {
  float: right;
  padding-top: 50px;
  text-align: left;
  width: 65%;
}
.ja-countdown.layout4 .custom-text h1 {
  clear: both;
  display: block;
  font-size: 46px;
  margin-bottom: 10px;
  line-height: 1.2;
  width: 100%;
}
.ja-countdown.layout4 .custom-text div.custom-message {
  padding: 0;
  text-align: left;
}
.ja-countdown.layout4 .clock {
  float: left;
}
.ja-countdown.layout5 .val {
  text-shadow: none;
}
.sticky {
  background: #eee;
  float: right;
  margin-left: 20px;
  margin-bottom: 20px;
  padding: 10px;
  position: relative;
  width: 344px;
}
.sticky img {
  border: 1px solid #fff;
  box-shadow: 0 0 5px rgba(0,0,0,0.3);
}
.sticky .icons i {
  display: block;
  float: left;
  height: 16px;
  padding: 3px 2px 3px 5px;
}
.sticky p {
  color: #444;
  font-style: italic;
  margin-top: 10px;
  text-shadow: 1px 1px 0 #fff;
}
.sticky .icons {
  color: #fff;
  position: absolute;
  overflow: hidden;
  top: 11px;
  right: 9px;
  width: 21px;
  z-index: 10;
}
.sticky .icons .icon-quote-left {
  background: #444;
}
.sticky .icons .icon-picture {
  background: #c33;
}
.sticky .icons .icon-facetime-video {
  background: #690;
}
.category-name,
.category-name > a {
  background: #000 !important;
  color: #fff !important;
}
.category-name > a,
.t3-module ul li .category-name a {
  color: #fff !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  text-decoration: none !important;
}
.category-name > a:hover,
.category-name > a:focus,
.category-name > a:active,
.category-name:hover,
.category-name:focus,
.category-name:active {
  color: #fff !important;
  text-decoration: underline !important;
}
.category-name.premier-league,
.category-name.premier-league > a,
.category-name.tbg-dodgerblue,
.category-name.tbg-dodgerblue > a {
  background-color: #1ba1e2 !important;
}
.category-name.europa-league,
.category-name.europa-league > a,
.category-name.tbg-brown,
.category-name.tbg-brown > a {
  background-color: #9e8b0b !important;
}
.category-name.champions-league,
.category-name.champions-league > a,
.category-name.tbg-royalblue,
.category-name.tbg-royalblue > a {
  background-color: #3b5998 !important;
}
.category-name.la-liga,
.category-name.la-liga > a,
.category-name.tbg-chartreuse,
.category-name.tbg-chartreuse > a {
  background-color: #88b828 !important;
}
.category-name.bundesliga,
.category-name.bundesliga > a,
.category-name.tbg-gold,
.category-name.tbg-gold > a {
  background-color: #fb5a29 !important;
}
.category-name.serie-a,
.category-name.serie-a > a,
.category-name.tbg-sienna,
.category-name.tbg-sienna > a {
  background-color: #d21f45 !important;
}
.category-name.players,
.category-name.players > a {
  background-color: #c33 !important;
}
.jacomment-count {
  display: inline-block;
  margin: 0;
}
.containerCountComment {
  display: block;
  float: right;
  margin-bottom: 10px;
  padding: 5px 0;
}
.containerCountComment a,
.jacomment-count a {
  background: url(../../images/comment-icon.png) no-repeat left center;
  color: #999;
  font-weight: bold;
  padding: 3px 0 3px 20px;
}
.containerCountComment a {
  font-size: 12px;
}
.containerCountComment a:hover,
.containerCountComment a:focus,
.containerCountComment a:active,
.jacomment-count a:hover,
.jacomment-count a:focus,
.jacomment-count a:active {
  color: #c33;
}
.videos-wrap {
  margin: 0 0 30px;
  padding: 30px 20px 0;
}
.videos-wrap.row1 {
  background: #f6f6f6;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
.videos-wrap h3 {
  margin: 0 0 10px;
  padding: 0;
}
.t3-megamenu .t3-module ul {
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}
.t3-megamenu .t3-module ul li a {
  border-bottom: 0;
  padding: 8px 0 !important;
  white-space: normal !important;
}
html body .yoxview_ja_slideshow #yoxview .yoxview_top a {
  text-indent: 9999em;
}
.iconos{
  width: 100%;
  height: 100%;
  background: white;
  display: flex;
  align-items: flex-end;
	}
.box {
  display: flex;
  justify-content: space-between;
}