.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: -40px;
  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: 40px;
}
.thumbnail {
  border: 1px solid #eaeaea;
  display: block;
  padding: 4px;
  line-height: 20px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -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: #1ea1fc;
  -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("//static.joomlart.com/images/jat3v3-documents/logo-complete/t3logo-big-color.png");
}
.t3-logo-small,
.t3-logo-small.t3-logo-color {
  background-image: url("//static.joomlart.com/images/jat3v3-documents/logo-complete/t3logo-small-color.png");
}
.t3-logo-dark {
  background-image: url("//static.joomlart.com/images/jat3v3-documents/logo-complete/t3logo-big-dark.png");
}
.t3-logo-small.t3-logo-dark {
  background-image: url("//static.joomlart.com/images/jat3v3-documents/logo-complete/t3logo-small-dark.png");
}
.t3-logo-light {
  background-image: url("//static.joomlart.com/images/jat3v3-documents/logo-complete/t3logo-big-light.png");
}
.t3-logo-small.t3-logo-light {
  background-image: url("//static.joomlart.com/images/jat3v3-documents/logo-complete/t3logo-small-light.png");
}

.wrap {
  width: auto;
  clear: both;
}
.offset-12 {
  margin-left: -932px;
}
.offset-11 {
  margin-left: -851px;
}
.offset-10 {
  margin-left: -770px;
}
.offset-9 {
  margin-left: -689px;
}
.offset-8 {
  margin-left: -608px;
}
.offset-7 {
  margin-left: -527px;
}
.offset-6 {
  margin-left: -446px;
}
.offset-5 {
  margin-left: -365px;
}
.offset-4 {
  margin-left: -284px;
}
.offset-3 {
  margin-left: -203px;
}
.offset-2 {
  margin-left: -122px;
}
.offset-1 {
  margin-left: -41px;
}
.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:736px screen-md:932px screen-lg:980px";
}

.wrap {
  width: auto;
  clear: both;
}
.spl-home-1 .t3-module {
  margin-bottom: 0;
}
.spl-home-1 .item-first {
  background: url("../images/line.gif") repeat-y right top;
  margin-right: -20px;
  padding-right: 20px;
}
.spl-home-1 .item-last {
  background: url("../images/line.gif") repeat-y left top;
  margin-left: 20px;
  padding-left: 20px;
}

body {
  background-color: #fff;
  color: #666;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 13px;
  line-height: 20px;
  margin: 0;
}
a {
  color: #1ea1fc;
  text-decoration: none;
}
a:hover {
  color: #0379cb;
  text-decoration: none;
}
img {
  max-width: 100% !important;
}
.img-rounded {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.img-polaroid {
  padding: 4px;
  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);
}
.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;
}
.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;
}
.nav-list > li.offset > a {
  padding-left: 30px;
  font-size: 12px;
}
.blog-row-rule,
.blog-item-rule {
  border: 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: 10px 15px;
}
.list-striped li:nth-child(odd),
.list-striped dd:nth-child(odd),
.row-striped .row:nth-child(odd),
.row-striped .row-fluid:nth-child(odd) {
  background-color: #f9f9f9;
}
.list-striped li:hover,
.list-striped dd:hover,
.row-striped .row:hover,
.row-striped .row-fluid:hover {
  background-color: #f5f5f5;
}
.row-striped .row-fluid {
  width: 97%;
}
.row-striped .row-fluid [class*="span"] {
  min-height: 10px;
}
.row-striped .row-fluid [class*="span"] {
  margin-left: 8px;
}
.row-striped .row-fluid [class*="span"]:first-child {
  margin-left: 0;
}
.list-condensed li {
  padding: 5px 10px;
}
.row-condensed .row,
.row-condensed .row-fluid {
  padding: 5px 10px;
}
.list-bordered,
.row-bordered {
  list-style: none;
  line-height: 18px;
  text-align: left;
  vertical-align: middle;
  margin-left: 0;
  border: 1px solid #ddd;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.star {
  color: #fc0;
}
.red {
  color: #c00;
}
.center,
.table td.center,
.table th.center {
  text-align: center;
}
hr {
  margin: 20px 0;
  border: 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #fff;
}
hr.hr-condensed {
  margin: 10px 0;
}
.element-invisible {
  position: absolute;
  padding: 0;
  margin: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.width-auto {
  width: auto;
}

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;
}
a.muted:hover,
a.muted:focus {
  color: #808080;
}
.text-warning {
  color: #f80;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #cc6d00;
}
.text-error {
  color: #c00;
}
a.text-error:hover,
a.text-error:focus {
  color: #990000;
}
.text-info {
  color: #1ea1fc;
}
a.text-info:hover,
a.text-info:focus {
  color: #0388e4;
}
.text-success {
  color: #690;
}
a.text-success:hover,
a.text-success:focus {
  color: #446600;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.highlight {
  background-color: #FFC;
  font-weight: bold;
  padding: 1px 4px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 10px 0;
  font-family: Helvetica, Arial, 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 #eaeaea;
  padding-bottom: 20px;
  margin: 0 0 20px;
}
.page-title,
.page-header h1 {
  line-height: 1;
  margin: 0;
}
.page-subheader {
  border-bottom: 1px solid #eaeaea;
  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 {
  color: #2a2a2a;
  margin: 0 0 10px 0;
  line-height: 1.3;
  font-size: 28px;
}
.article-title a,
.article-header h1 a {
  color: #2a2a2a;
}
.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: #1ea1fc;
}
.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;
}
ul.inline,
ol.inline {
  margin-left: 0;
  list-style: none;
}
ul.inline > li,
ol.inline > li {
  display: inline-block;
  
  *display: inline;
  *zoom: 1;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 20px;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 10px;
}
.dl-horizontal {
  *zoom: 1;
}
.dl-horizontal:before,
.dl-horizontal:after {
  display: table;
  content: "";
  line-height: 0;
}
.dl-horizontal:after {
  clear: both;
}
.dl-horizontal dt {
  float: left;
  width: 160px;
  clear: left;
  text-align: right;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dl-horizontal dd {
  margin-left: 180px;
}
.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: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.badge {
  padding-left: 9px;
  padding-right: 9px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
a.label:hover,
a.badge:hover {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label-important,
.badge-important {
  background-color: #c00;
}
.label-important[href],
.badge-important[href] {
  background-color: #990000;
}
.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: #1ea1fc;
}
.label-info[href],
.badge-info[href] {
  background-color: #0388e4;
}
.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;
}
abbr[title],
abbr[data-original-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: 18px;
  font-weight: 300;
  line-height: 1.5;
  color: #EA6B48;
}
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;
}

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 {
  border-color: #eaeaea;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
input,
textarea {
  width: 210px;
}
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 {
  border-color: #eaeaea;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
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: #1ea1fc;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
input[type="checkbox"] {
  border: none;
  margin: 0;
  padding: 0;
}
input[type="file"],
input[type="image"],
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="radio"],
input[type="checkbox"] {
  width: auto;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
select,
input[type="file"] {
  height: 30px;
  line-height: 30px;
}
select {
  width: 220px;
  border: 1px solid #eaeaea;
}
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;
}
.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;
}
.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 {
  padding: 0;
  margin-top: 0;
  margin-bottom: 20px;
  background: none;
  border: none;
}
.help-block,
.help-inline {
  color: #8c8c8c;
}
.help-block {
  margin-bottom: 10px;
}
.input-append,
.input-prepend {
  margin-bottom: 5px;
}
.input-append .media-preview.add-on,
.input-prepend .media-preview.add-on {
  margin-left: 0;
  margin-right: 0;
}
.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: 10px;
}
legend + .control-group {
  margin-top: 20px;
}
.form-horizontal .control-group {
  margin-bottom: 20px;
}
.form-horizontal .control-label {
  width: 160px;
  padding-top: 5px;
  text-align: right;
}
.form-horizontal .control-label label {
  font-weight: bold;
  margin-bottom: 0;
}
.form-horizontal .control-label .optional {
  color: #999;
  font-style: italic;
}
.form-horizontal .controls {
  margin-left: 180px;
}
.form-horizontal .help-block {
  margin-top: 10px;
  margin-bottom: 0;
}
.form-horizontal .form-actions {
  padding-left: 180px;
}
.form-vertical .control-label {
  float: none;
  width: auto;
  padding-right: 0;
  padding-top: 0;
  text-align: left;
}
.form-vertical .controls {
  margin-left: 0;
}
.btn,
.button,
button {
  background: #1ea1fc;
  border: none;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  padding: 5px 15px;
  text-transform: uppercase;
  text-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn:hover,
.btn a.btn:hover,
.button:hover,
.button a.btn:hover,
button:hover,
button a.btn:hover {
  background-color: #aaa;
  border: none;
  color: #fff;
  text-decoration: none;
}
.btn:focus,
.btn a.btn:focus,
.button:focus,
.button a.btn:focus,
button:focus,
button a.btn:focus {
  outline: 0;
  color: #fff;
}
.btn.active,
.btn:active,
.btn a.btn:active,
.button.active,
.button:active,
.button a.btn:active,
button.active,
button:active,
button a.btn:active {
  text-decoration: none;
  outline: 0;
  color: #fff;
}
.btn-large {
  padding: 9px 14px;
  font-size: 15px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.btn-small {
  padding: 3px 9px;
  font-size: 12px;
}
.btn-mini {
  padding: 2px 6px;
  font-size: 11px;
}
.btn-micro {
  padding: 1px 4px;
  font-size: 10px;
  line-height: 8px;
}
.btn {
  background: #1ea1fc;
}
.btn-primary {
  background: #1ea1fc;
  border: 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: #eb0000;
  background-image: -moz-linear-gradient(top,#ff0000,#c00);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#ff0000),to(#c00));
  background-image: -webkit-linear-gradient(top,#ff0000,#c00);
  background-image: -o-linear-gradient(top,#ff0000,#c00);
  background-image: linear-gradient(to bottom,#ff0000,#c00);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffff0000', endColorstr='#ffcc0000', GradientType=0);
  border-color: #c00 #c00 #800000;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  
  *background-color: #c00;
  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: #c00;
  *background-color: #b30000;
}
.btn-danger:active,
.btn-danger.active {
  background-color: #990000 \9;
}
.btn-success {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-color: #7ab800;
  background-image: -moz-linear-gradient(top,#88cc00,#690);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#88cc00),to(#690));
  background-image: -webkit-linear-gradient(top,#88cc00,#690);
  background-image: -o-linear-gradient(top,#88cc00,#690);
  background-image: linear-gradient(to bottom,#88cc00,#690);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff87cc00', endColorstr='#ff669900', GradientType=0);
  border-color: #690 #690 #334d00;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  
  *background-color: #690;
  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: #690;
  *background-color: #558000;
}
.btn-success:active,
.btn-success.active {
  background-color: #446600 \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: #c00;
}
label.invalid {
  color: #c00;
}
input.invalid {
  border: 1px solid #c00;
}
input:focus:invalid:focus,
textarea:focus:invalid:focus,
select:focus:invalid:focus {
  box-shadow: none;
}

.nav {
  margin-bottom: 20px;
}
.nav > li > a {
  background: none;
}
.nav > li > a:hover {
  background-color: none;
  color: #eee;
}
.nav .dropdown-toggle .caret {
  border-top-color: #1ea1fc;
  border-bottom-color: #1ea1fc;
  margin-top: 8px;
  margin-left: 5px;
}
.nav .dropdown-toggle:hover .caret {
  border-top-color: #0379cb;
  border-bottom-color: #0379cb;
}
.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;
}
.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;
  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 2px 2px;
  -moz-border-radius: 0 0 2px 2px;
  border-radius: 0 0 2px 2px;
  -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 {
  background: none;
  clear: both;
  color: #666;
  display: block;
  line-height: 20px;
  font-weight: normal;
  padding: 3px 20px;
  text-shadow: none;
  white-space: nowrap;
}
.dropdown-menu li > a:hover,
.dropdown-menu li > a:focus,
.dropdown-submenu:hover > a {
  color: #1ea1fc;
  text-decoration: none;
  background: none;
}
.dropdown-menu .active > a,
.dropdown-menu .active > a:hover {
  background: none;
  color: #2a2a2a;
  text-decoration: none;
  outline: 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: #1ea1fc;
  color: #2a2a2a;
}
.nav li.dropdown > .dropdown-toggle .caret {
  border-top-color: #666;
  border-bottom-color: #666;
}
.nav li.dropdown > .dropdown-toggle:hover .caret {
  border-top-color: #2a2a2a;
  border-bottom-color: #2a2a2a;
}
.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: #2a2a2a;
  border-bottom-color: #2a2a2a;
}
.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: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.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 {
  border-left-color: #1ea1fc;
}
.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: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.t3-navhelper {
  background: #373737;
  color: #666;
}
.breadcrumb {
  padding: 10px 0;
  margin: 0;
  background-color: transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  *zoom: 1;
}
.breadcrumb .active {
  margin-right: 5px;
}
.breadcrumb:before,
.breadcrumb:after {
  display: table;
  content: "";
  line-height: 0;
}
.breadcrumb:after {
  clear: both;
}
.breadcrumb li {
  text-shadow: none;
  display: block;
  float: left;
}
.breadcrumb a {
  color: #666;
}
.breadcrumb .divider {
  padding: 0 5px;
  color: #666;
}
.breadcrumb .divider img {
  vertical-align: middle;
}
.breadcrumb .active {
  color: #999;
}
.pagination {
  margin: 20px 0;
  text-align: right;
}
.pagination ul {
  display: inline-block;
  
  *display: inline;
  *zoom: 1;
  margin-left: 0;
  margin-bottom: 0;
}
.pagination ul > li {
  display: inline;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
}
.pagination ul > li > a,
.pagination ul > li > span {
  float: left;
  padding: 4px 12px;
  line-height: 20px;
  text-decoration: none;
}
.pagination ul > .active > a,
.pagination ul > .active > span {
  color: #999;
  cursor: default;
}
.pagination ul > .disabled > span,
.pagination ul > .disabled > a,
.pagination ul > .disabled > a:hover,
.pagination ul > .disabled > a:focus {
  color: #999;
  background-color: transparent;
  cursor: default;
}
.pagination ul > li:first-child > a,
.pagination ul > li:first-child > span {
  border-left-width: 1px;
  -webkit-border-top-left-radius: 2px;
  -moz-border-radius-topleft: 2px;
  border-top-left-radius: 2px;
  -webkit-border-bottom-left-radius: 2px;
  -moz-border-radius-bottomleft: 2px;
  border-bottom-left-radius: 2px;
}
.pagination ul > li:last-child > a,
.pagination ul > li:last-child > span {
  -webkit-border-top-right-radius: 2px;
  -moz-border-radius-topright: 2px;
  border-top-right-radius: 2px;
  -webkit-border-bottom-right-radius: 2px;
  -moz-border-radius-bottomright: 2px;
  border-bottom-right-radius: 2px;
}
.pagination-centered {
  text-align: center;
}
.pagination-right {
  text-align: right;
}
.pagination-large ul > li > a,
.pagination-large ul > li > span {
  padding: 11px 19px;
  font-size: 16.25px;
}
.pagination-large ul > li:first-child > a,
.pagination-large ul > li:first-child > span {
  -webkit-border-top-left-radius: 6px;
  -moz-border-radius-topleft: 6px;
  border-top-left-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  border-bottom-left-radius: 6px;
}
.pagination-large ul > li:last-child > a,
.pagination-large ul > li:last-child > span {
  -webkit-border-top-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -moz-border-radius-bottomright: 6px;
  border-bottom-right-radius: 6px;
}
.pagination-mini ul > li:first-child > a,
.pagination-mini ul > li:first-child > span,
.pagination-small ul > li:first-child > a,
.pagination-small ul > li:first-child > span {
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  border-top-left-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-mini ul > li:last-child > a,
.pagination-mini ul > li:last-child > span,
.pagination-small ul > li:last-child > a,
.pagination-small ul > li:last-child > span {
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  border-bottom-right-radius: 3px;
}
.pagination-small ul > li > a,
.pagination-small ul > li > span {
  padding: 2px 10px;
  font-size: 11.05px;
}
.pagination-mini ul > li > a,
.pagination-mini ul > li > span {
  padding: 1px 6px;
  font-size: 9.75px;
}
.pager {
  margin: 20px 0;
  list-style: none;
  text-align: center;
  *zoom: 1;
}
.pager:before,
.pager:after {
  display: table;
  content: "";
  line-height: 0;
}
.pager:after {
  clear: both;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #f5f5f5;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #999;
  background-color: #fff;
  cursor: default;
}

.t3-mainnav {
  background: #fff;
  border-top: none;
  border-bottom: 1px solid #ccc;
  box-shadow: 0px 1px 2px rgba(0,0,0,0.2);
}
.t3-mainnav .navbar {
  color: #666;
  margin-bottom: 0;
  margin-top: 0;
}
.t3-mainnav .navbar-inner {
  min-height: 50px;
  padding: 0;
  background: transparent;
  border: 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-inner .item-first {
  margin-left: 0 !important;
}
.t3-mainnav .navbar .nav {
  margin: 10px 0 0;
}
.t3-mainnav .navbar .t3-megamenu .nav {
  margin-top: 10px !important;
}
.t3-mainnav .navbar .nav > li > a {
  border-top: 0;
  border-left: 1px solid #eaeaea;
  color: #8a8a8a;
  font-size: 12px;
  font-weight: 700;
  padding: 3px 20px;
  text-shadow: none;
  text-transform: uppercase;
}
.t3-mainnav .navbar .nav > li > a i {
  margin-right: 5px;
}
.t3-mainnav .navbar .nav > li > span.separator {
  padding: 3px 20px;
  border-left: 1px solid #eaeaea;
  color: #8A8A8A;
  display: block;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}
.t3-mainnav .navbar .nav > li > span.separator i {
  margin-right: 5px;
}
.t3-mainnav .navbar .nav > li > a:focus,
.t3-mainnav .navbar .nav > li > a:hover {
  background: none;
  color: #1ea1fc;
  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: none;
  color: #2a2a2a;
  text-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  outline: none;
}
.t3-mainnav .navbar .nav > .active > span.separator {
  background: none !important;
}
.t3-mainnav .navbar .btn-navbar {
  float: left;
  padding: 15px 20px;
  margin: 0;
  border-right: 1px solid #eaeaea;
  background: none;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.075);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.075);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.075);
}
.t3-mainnav .navbar .btn-navbar [class^="icon-"],
.t3-mainnav .navbar .btn-navbar [class^=" icon-"] {
  color: #666;
  text-shadow: none;
}
.t3-mainnav .dropdown .caret {
  margin-left: 5px;
}
.t3-mainnav .dropdown-menu,
.t3-mainnav .dropdown-menu {
  -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);
}
.t3-mainnav .dropdown-menu li,
.t3-mainnav .dropdown-menu li {
  list-style: none;
}
.t3-mainnav .dropdown-menu li > a,
.t3-mainnav .dropdown-menu li > a {
  border-top: 1px solid #eee;
  padding: 5px 20px;
  text-shadow: none;
}
.t3-mainnav .dropdown-menu li > span.separator,
.t3-mainnav .dropdown-menu li > span.separator {
  border-left: none;
  border-top: solid 1px #eee;
  padding: 5px 20px;
}
.t3-mainnav .dropdown-menu .mega-inner,
.t3-mainnav .dropdown-menu .mega-inner {
  padding: 15px;
}
.t3-mainnav .dropdown-menu li:first-child > a {
  border-top: 0;
}
.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 {
  background: none;
  color: #1ea1fc;
}
.t3-mainnav .nav li.dropdown.active > .dropdown-toggle,
.t3-mainnav .nav li.dropdown.open.active > .dropdown-toggle {
  background-color: #1ea1fc;
  color: #2a2a2a;
}
.t3-mainnav.min-mainnav .vert-nav .side-nav {
  top: 50px;
}
.t3-mainnav .vert-nav {
  position: absolute;
  left: 0;
  z-index: 1030;
}
.t3-mainnav .vert-nav .side-nav {
  display: none;
  background: #2a2a2a;
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 160px;
  text-transform: uppercase;
  padding-bottom: 2000px;
  margin-bottom: -2000px;
  -webkit-transform: translate(-120%,0);
  -moz-transform: translate(-120%,0);
  -ms-transform: translate(-120%,0);
  -o-transform: translate(-120%,0);
  transform: translate(-120%,0);
  -webkit-box-shadow: 0px 2px 2px rgba(0,0,0,0.2);
  -moz-box-shadow: 0px 2px 2px rgba(0,0,0,0.2);
  box-shadow: 0px 2px 2px rgba(0,0,0,0.2);
}
.t3-mainnav .vert-nav .side-nav.fade {
  -webkit-transition: -webkit-transform 0.5s;
  -moz-transition: transform 0.5s;
  -o-transition: -o-transform 0.5s;
  transition: transform 0.5s;
  opacity: 1;
}
.t3-mainnav .vert-nav .side-nav.in {
  -webkit-transform: translate(0%,0);
  -moz-transform: translate(0%,0);
  -ms-transform: translate(0%,0);
  -o-transform: translate(0%,0);
  transform: translate(0%,0);
}
.t3-mainnav .vert-nav .side-nav .dropdown-menu {
  top: 0;
  bottom: 0;
  left: 100%;
  margin-top: -1px;
  margin-left: -1px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.t3-mainnav .vert-nav .side-nav .level0 > li > .dropdown-menu {
  margin-top: 0px;
}
.t3-mainnav .vert-nav .side-nav .dropdown-submenu {
  position: static;
}
.t3-mainnav .vert-nav .side-nav .t3-megamenu .nav > li,
.t3-mainnav .vert-nav .side-nav .sidenav-wrap .nav > li {
  position: static;
  padding: 0;
  border-bottom: solid 1px #3a3a3a;
  list-style: none;
}
.t3-mainnav .vert-nav .side-nav .t3-megamenu .nav > li .caret,
.t3-mainnav .vert-nav .side-nav .sidenav-wrap .nav > li .caret {
  border-width: 5px 0 5px 5px;
  border-color: transparent transparent transparent #CCCCCC;
  border-style: solid;
  margin-top: 6px;
}
.t3-mainnav .vert-nav .side-nav .t3-megamenu .nav > li:hover,
.t3-mainnav .vert-nav .side-nav .t3-megamenu .nav > li:focus,
.t3-mainnav .vert-nav .side-nav .t3-megamenu .nav > li:active,
.t3-mainnav .vert-nav .side-nav .sidenav-wrap .nav > li:hover,
.t3-mainnav .vert-nav .side-nav .sidenav-wrap .nav > li:focus,
.t3-mainnav .vert-nav .side-nav .sidenav-wrap .nav > li:active {
  background: #fff;
  border-color: #ddd;
  color: #2a2a2a;
}
.t3-mainnav .vert-nav .side-nav .t3-megamenu .nav > li:hover .caret,
.t3-mainnav .vert-nav .side-nav .t3-megamenu .nav > li:focus .caret,
.t3-mainnav .vert-nav .side-nav .t3-megamenu .nav > li:active .caret,
.t3-mainnav .vert-nav .side-nav .sidenav-wrap .nav > li:hover .caret,
.t3-mainnav .vert-nav .side-nav .sidenav-wrap .nav > li:focus .caret,
.t3-mainnav .vert-nav .side-nav .sidenav-wrap .nav > li:active .caret {
  border-left-color: #1ea1fc;
}
.t3-mainnav .vert-nav .side-nav .t3-megamenu .nav > li:hover span.separator,
.t3-mainnav .vert-nav .side-nav .t3-megamenu .nav > li:focus span.separator,
.t3-mainnav .vert-nav .side-nav .t3-megamenu .nav > li:active span.separator,
.t3-mainnav .vert-nav .side-nav .sidenav-wrap .nav > li:hover span.separator,
.t3-mainnav .vert-nav .side-nav .sidenav-wrap .nav > li:focus span.separator,
.t3-mainnav .vert-nav .side-nav .sidenav-wrap .nav > li:active span.separator {
  color: #2a2a2a;
}
.t3-mainnav .vert-nav .side-nav .t3-megamenu .nav > li:hover span.separator i,
.t3-mainnav .vert-nav .side-nav .t3-megamenu .nav > li:focus span.separator i,
.t3-mainnav .vert-nav .side-nav .t3-megamenu .nav > li:active span.separator i,
.t3-mainnav .vert-nav .side-nav .sidenav-wrap .nav > li:hover span.separator i,
.t3-mainnav .vert-nav .side-nav .sidenav-wrap .nav > li:focus span.separator i,
.t3-mainnav .vert-nav .side-nav .sidenav-wrap .nav > li:active span.separator i {
  color: #1ea1fc;
}
.t3-mainnav .vert-nav .side-nav .t3-megamenu .nav > li:hover span.separator:after,
.t3-mainnav .vert-nav .side-nav .t3-megamenu .nav > li:focus span.separator:after,
.t3-mainnav .vert-nav .side-nav .t3-megamenu .nav > li:active span.separator:after,
.t3-mainnav .vert-nav .side-nav .sidenav-wrap .nav > li:hover span.separator:after,
.t3-mainnav .vert-nav .side-nav .sidenav-wrap .nav > li:focus span.separator:after,
.t3-mainnav .vert-nav .side-nav .sidenav-wrap .nav > li:active span.separator:after {
  border-left-color: #1ea1fc;
}
.t3-mainnav .vert-nav .side-nav .t3-megamenu .nav > li:hover > a,
.t3-mainnav .vert-nav .side-nav .t3-megamenu .nav > li:focus > a,
.t3-mainnav .vert-nav .side-nav .t3-megamenu .nav > li:active > a,
.t3-mainnav .vert-nav .side-nav .sidenav-wrap .nav > li:hover > a,
.t3-mainnav .vert-nav .side-nav .sidenav-wrap .nav > li:focus > a,
.t3-mainnav .vert-nav .side-nav .sidenav-wrap .nav > li:active > a {
  color: #2a2a2a;
  font-size: 12px;
  font-weight: 700;
}
.t3-mainnav .vert-nav .side-nav .t3-megamenu .nav > li:hover > a i,
.t3-mainnav .vert-nav .side-nav .t3-megamenu .nav > li:focus > a i,
.t3-mainnav .vert-nav .side-nav .t3-megamenu .nav > li:active > a i,
.t3-mainnav .vert-nav .side-nav .sidenav-wrap .nav > li:hover > a i,
.t3-mainnav .vert-nav .side-nav .sidenav-wrap .nav > li:focus > a i,
.t3-mainnav .vert-nav .side-nav .sidenav-wrap .nav > li:active > a i {
  color: #1ea1fc;
  margin-right: 5px;
}
.t3-mainnav .vert-nav .side-nav .t3-megamenu .nav > li:hover > a:hover,
.t3-mainnav .vert-nav .side-nav .t3-megamenu .nav > li:hover > a:focus,
.t3-mainnav .vert-nav .side-nav .t3-megamenu .nav > li:hover > a:active,
.t3-mainnav .vert-nav .side-nav .t3-megamenu .nav > li:focus > a:hover,
.t3-mainnav .vert-nav .side-nav .t3-megamenu .nav > li:focus > a:focus,
.t3-mainnav .vert-nav .side-nav .t3-megamenu .nav > li:focus > a:active,
.t3-mainnav .vert-nav .side-nav .t3-megamenu .nav > li:active > a:hover,
.t3-mainnav .vert-nav .side-nav .t3-megamenu .nav > li:active > a:focus,
.t3-mainnav .vert-nav .side-nav .t3-megamenu .nav > li:active > a:active,
.t3-mainnav .vert-nav .side-nav .sidenav-wrap .nav > li:hover > a:hover,
.t3-mainnav .vert-nav .side-nav .sidenav-wrap .nav > li:hover > a:focus,
.t3-mainnav .vert-nav .side-nav .sidenav-wrap .nav > li:hover > a:active,
.t3-mainnav .vert-nav .side-nav .sidenav-wrap .nav > li:focus > a:hover,
.t3-mainnav .vert-nav .side-nav .sidenav-wrap .nav > li:focus > a:focus,
.t3-mainnav .vert-nav .side-nav .sidenav-wrap .nav > li:focus > a:active,
.t3-mainnav .vert-nav .side-nav .sidenav-wrap .nav > li:active > a:hover,
.t3-mainnav .vert-nav .side-nav .sidenav-wrap .nav > li:active > a:focus,
.t3-mainnav .vert-nav .side-nav .sidenav-wrap .nav > li:active > a:active {
  color: #2a2a2a;
}
.t3-mainnav .vert-nav .side-nav .t3-megamenu .nav > li:hover > a:hover i,
.t3-mainnav .vert-nav .side-nav .t3-megamenu .nav > li:hover > a:focus i,
.t3-mainnav .vert-nav .side-nav .t3-megamenu .nav > li:hover > a:active i,
.t3-mainnav .vert-nav .side-nav .t3-megamenu .nav > li:focus > a:hover i,
.t3-mainnav .vert-nav .side-nav .t3-megamenu .nav > li:focus > a:focus i,
.t3-mainnav .vert-nav .side-nav .t3-megamenu .nav > li:focus > a:active i,
.t3-mainnav .vert-nav .side-nav .t3-megamenu .nav > li:active > a:hover i,
.t3-mainnav .vert-nav .side-nav .t3-megamenu .nav > li:active > a:focus i,
.t3-mainnav .vert-nav .side-nav .t3-megamenu .nav > li:active > a:active i,
.t3-mainnav .vert-nav .side-nav .sidenav-wrap .nav > li:hover > a:hover i,
.t3-mainnav .vert-nav .side-nav .sidenav-wrap .nav > li:hover > a:focus i,
.t3-mainnav .vert-nav .side-nav .sidenav-wrap .nav > li:hover > a:active i,
.t3-mainnav .vert-nav .side-nav .sidenav-wrap .nav > li:focus > a:hover i,
.t3-mainnav .vert-nav .side-nav .sidenav-wrap .nav > li:focus > a:focus i,
.t3-mainnav .vert-nav .side-nav .sidenav-wrap .nav > li:focus > a:active i,
.t3-mainnav .vert-nav .side-nav .sidenav-wrap .nav > li:active > a:hover i,
.t3-mainnav .vert-nav .side-nav .sidenav-wrap .nav > li:active > a:focus i,
.t3-mainnav .vert-nav .side-nav .sidenav-wrap .nav > li:active > a:active i {
  color: #1ea1fc;
}
.t3-mainnav .vert-nav .side-nav .t3-megamenu .nav > li:first-child,
.t3-mainnav .vert-nav .side-nav .sidenav-wrap .nav > li:first-child {
  border-top: solid 1px #2a2a2a;
}
.t3-mainnav .vert-nav .side-nav .t3-megamenu .nav > li:first-child:hover,
.t3-mainnav .vert-nav .side-nav .t3-megamenu .nav > li:first-child:focus,
.t3-mainnav .vert-nav .side-nav .t3-megamenu .nav > li:first-child:active,
.t3-mainnav .vert-nav .side-nav .sidenav-wrap .nav > li:first-child:hover,
.t3-mainnav .vert-nav .side-nav .sidenav-wrap .nav > li:first-child:focus,
.t3-mainnav .vert-nav .side-nav .sidenav-wrap .nav > li:first-child:active {
  border-top-color: #eaeaea;
}
.t3-mainnav .vert-nav .side-nav .t3-megamenu .nav > li > a,
.t3-mainnav .vert-nav .side-nav .sidenav-wrap .nav > li > a {
  background: none;
  color: #ddd;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 15px 20px;
}
.t3-mainnav .vert-nav .side-nav .t3-megamenu .nav > li > a i,
.t3-mainnav .vert-nav .side-nav .sidenav-wrap .nav > li > a i {
  color: #aaa;
  margin-right: 5px;
}
.t3-mainnav .vert-nav .side-nav .t3-megamenu .nav > li > a:hover,
.t3-mainnav .vert-nav .side-nav .t3-megamenu .nav > li > a:focus,
.t3-mainnav .vert-nav .side-nav .t3-megamenu .nav > li > a:active,
.t3-mainnav .vert-nav .side-nav .sidenav-wrap .nav > li > a:hover,
.t3-mainnav .vert-nav .side-nav .sidenav-wrap .nav > li > a:focus,
.t3-mainnav .vert-nav .side-nav .sidenav-wrap .nav > li > a:active {
  color: #2a2a2a;
}
.t3-mainnav .vert-nav .side-nav .t3-megamenu .nav > li > a:hover i,
.t3-mainnav .vert-nav .side-nav .t3-megamenu .nav > li > a:focus i,
.t3-mainnav .vert-nav .side-nav .t3-megamenu .nav > li > a:active i,
.t3-mainnav .vert-nav .side-nav .sidenav-wrap .nav > li > a:hover i,
.t3-mainnav .vert-nav .side-nav .sidenav-wrap .nav > li > a:focus i,
.t3-mainnav .vert-nav .side-nav .sidenav-wrap .nav > li > a:active i {
  color: #1ea1fc;
}
.t3-mainnav .vert-nav .side-nav .t3-megamenu .nav > li > span.separator,
.t3-mainnav .vert-nav .side-nav .sidenav-wrap .nav > li > span.separator {
  color: #ddd;
  display: block;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 15px 20px;
}
.t3-mainnav .vert-nav .side-nav .t3-megamenu .nav > li > span.separator i,
.t3-mainnav .vert-nav .side-nav .sidenav-wrap .nav > li > span.separator i {
  color: #aaa;
}
.t3-mainnav .vert-nav .side-nav .t3-megamenu .nav > li > span.separator:hover,
.t3-mainnav .vert-nav .side-nav .t3-megamenu .nav > li > span.separator:focus,
.t3-mainnav .vert-nav .side-nav .t3-megamenu .nav > li > span.separator:active,
.t3-mainnav .vert-nav .side-nav .sidenav-wrap .nav > li > span.separator:hover,
.t3-mainnav .vert-nav .side-nav .sidenav-wrap .nav > li > span.separator:focus,
.t3-mainnav .vert-nav .side-nav .sidenav-wrap .nav > li > span.separator:active {
  color: #2a2a2a;
}
.t3-mainnav .vert-nav .side-nav .t3-megamenu .nav > li > span.separator:hover i,
.t3-mainnav .vert-nav .side-nav .t3-megamenu .nav > li > span.separator:focus i,
.t3-mainnav .vert-nav .side-nav .t3-megamenu .nav > li > span.separator:active i,
.t3-mainnav .vert-nav .side-nav .sidenav-wrap .nav > li > span.separator:hover i,
.t3-mainnav .vert-nav .side-nav .sidenav-wrap .nav > li > span.separator:focus i,
.t3-mainnav .vert-nav .side-nav .sidenav-wrap .nav > li > span.separator:active i {
  color: #1ea1fc;
}
.t3-mainnav .vert-nav .side-nav .t3-megamenu .nav > li a,
.t3-mainnav .vert-nav .side-nav .sidenav-wrap .nav > li a {
  font-size: 12px;
}
.t3-mainnav .vert-nav .side-nav .t3-megamenu .nav > li.active,
.t3-mainnav .vert-nav .side-nav .sidenav-wrap .nav > li.active {
  background: #fff;
  border-color: #ddd;
}
.t3-mainnav .vert-nav .side-nav .t3-megamenu .nav > li.active > a,
.t3-mainnav .vert-nav .side-nav .sidenav-wrap .nav > li.active > a {
  color: #2a2a2a;
}
.t3-mainnav .vert-nav .side-nav .t3-megamenu .nav > li.active > a i,
.t3-mainnav .vert-nav .side-nav .sidenav-wrap .nav > li.active > a i {
  color: #1ea1fc;
}
.t3-mainnav .vert-nav .side-nav .t3-megamenu .nav > li.active > a .caret,
.t3-mainnav .vert-nav .side-nav .sidenav-wrap .nav > li.active > a .caret {
  border-left-color: #1ea1fc;
}
.t3-mainnav .vert-nav .side-nav .t3-megamenu .nav > li.active span.separator,
.t3-mainnav .vert-nav .side-nav .sidenav-wrap .nav > li.active span.separator {
  background: none;
  color: #2a2a2a;
}
.t3-mainnav .vert-nav .side-nav .t3-megamenu .nav > li.active span.separator i,
.t3-mainnav .vert-nav .side-nav .sidenav-wrap .nav > li.active span.separator i {
  color: #1ea1fc;
}
.t3-mainnav .vert-nav .side-nav .t3-megamenu .span12.mega-col-nav .mega-inner,
.t3-mainnav .vert-nav .side-nav .sidenav-wrap .span12.mega-col-nav .mega-inner {
  padding: 0;
}
.t3-mainnav .vert-nav .side-nav .t3-megamenu .dropdown-menu .mega-nav > li,
.t3-mainnav .vert-nav .side-nav .t3-megamenu .nav-child.dropdown-menu > li,
.t3-mainnav .vert-nav .side-nav .sidenav-wrap .dropdown-menu .mega-nav > li,
.t3-mainnav .vert-nav .side-nav .sidenav-wrap .nav-child.dropdown-menu > li {
  list-style: none;
}
.t3-mainnav .vert-nav .side-nav .t3-megamenu .dropdown-menu .mega-nav > li a,
.t3-mainnav .vert-nav .side-nav .t3-megamenu .nav-child.dropdown-menu > li a,
.t3-mainnav .vert-nav .side-nav .sidenav-wrap .dropdown-menu .mega-nav > li a,
.t3-mainnav .vert-nav .side-nav .sidenav-wrap .nav-child.dropdown-menu > li a {
  border: none;
  border-bottom: solid 1px #eaeaea;
  background: url("../images/arrow-menu.png") no-repeat 20px center;
  color: #8a8a8a;
  font-weight: 700;
  padding: 10px 20px 10px 30px;
}
.t3-mainnav .vert-nav .side-nav .t3-megamenu .dropdown-menu .mega-nav > li a:hover,
.t3-mainnav .vert-nav .side-nav .t3-megamenu .dropdown-menu .mega-nav > li a:focus,
.t3-mainnav .vert-nav .side-nav .t3-megamenu .dropdown-menu .mega-nav > li a:active,
.t3-mainnav .vert-nav .side-nav .t3-megamenu .nav-child.dropdown-menu > li a:hover,
.t3-mainnav .vert-nav .side-nav .t3-megamenu .nav-child.dropdown-menu > li a:focus,
.t3-mainnav .vert-nav .side-nav .t3-megamenu .nav-child.dropdown-menu > li a:active,
.t3-mainnav .vert-nav .side-nav .sidenav-wrap .dropdown-menu .mega-nav > li a:hover,
.t3-mainnav .vert-nav .side-nav .sidenav-wrap .dropdown-menu .mega-nav > li a:focus,
.t3-mainnav .vert-nav .side-nav .sidenav-wrap .dropdown-menu .mega-nav > li a:active,
.t3-mainnav .vert-nav .side-nav .sidenav-wrap .nav-child.dropdown-menu > li a:hover,
.t3-mainnav .vert-nav .side-nav .sidenav-wrap .nav-child.dropdown-menu > li a:focus,
.t3-mainnav .vert-nav .side-nav .sidenav-wrap .nav-child.dropdown-menu > li a:active {
  background-image: url("../images/arrow-menu-hover.png");
  color: #2a2a2a;
}
.t3-mainnav .vert-nav .side-nav .t3-megamenu .dropdown-menu .mega-nav > li.active,
.t3-mainnav .vert-nav .side-nav .t3-megamenu .nav-child.dropdown-menu > li.active,
.t3-mainnav .vert-nav .side-nav .sidenav-wrap .dropdown-menu .mega-nav > li.active,
.t3-mainnav .vert-nav .side-nav .sidenav-wrap .nav-child.dropdown-menu > li.active {
  background: url("../images/bg-menu-ltr.gif") repeat-y left top #f7f7f7;
}
.t3-mainnav .vert-nav .side-nav .t3-megamenu .dropdown-menu .mega-nav > li.active a,
.t3-mainnav .vert-nav .side-nav .t3-megamenu .nav-child.dropdown-menu > li.active a,
.t3-mainnav .vert-nav .side-nav .sidenav-wrap .dropdown-menu .mega-nav > li.active a,
.t3-mainnav .vert-nav .side-nav .sidenav-wrap .nav-child.dropdown-menu > li.active a {
  background-image: url("../images/arrow-menu-hover.png");
  color: #2a2a2a;
}
.t3-mainnav .vert-nav .side-nav .t3-megamenu .dropdown-menu .mega-nav .mega-dropdown-menu ul > li,
.t3-mainnav .vert-nav .side-nav .t3-megamenu .dropdown-menu .mega-nav .nav-child.dropdown-menu > li,
.t3-mainnav .vert-nav .side-nav .t3-megamenu .nav-child.dropdown-menu .mega-dropdown-menu ul > li,
.t3-mainnav .vert-nav .side-nav .t3-megamenu .nav-child.dropdown-menu .nav-child.dropdown-menu > li,
.t3-mainnav .vert-nav .side-nav .sidenav-wrap .dropdown-menu .mega-nav .mega-dropdown-menu ul > li,
.t3-mainnav .vert-nav .side-nav .sidenav-wrap .dropdown-menu .mega-nav .nav-child.dropdown-menu > li,
.t3-mainnav .vert-nav .side-nav .sidenav-wrap .nav-child.dropdown-menu .mega-dropdown-menu ul > li,
.t3-mainnav .vert-nav .side-nav .sidenav-wrap .nav-child.dropdown-menu .nav-child.dropdown-menu > li {
  list-style: none;
}
.t3-mainnav .vert-nav .side-nav .t3-megamenu .dropdown-menu .mega-nav .mega-dropdown-menu ul > li a,
.t3-mainnav .vert-nav .side-nav .t3-megamenu .dropdown-menu .mega-nav .nav-child.dropdown-menu > li a,
.t3-mainnav .vert-nav .side-nav .t3-megamenu .nav-child.dropdown-menu .mega-dropdown-menu ul > li a,
.t3-mainnav .vert-nav .side-nav .t3-megamenu .nav-child.dropdown-menu .nav-child.dropdown-menu > li a,
.t3-mainnav .vert-nav .side-nav .sidenav-wrap .dropdown-menu .mega-nav .mega-dropdown-menu ul > li a,
.t3-mainnav .vert-nav .side-nav .sidenav-wrap .dropdown-menu .mega-nav .nav-child.dropdown-menu > li a,
.t3-mainnav .vert-nav .side-nav .sidenav-wrap .nav-child.dropdown-menu .mega-dropdown-menu ul > li a,
.t3-mainnav .vert-nav .side-nav .sidenav-wrap .nav-child.dropdown-menu .nav-child.dropdown-menu > li a {
  background-image: url("../images/arrow-menu.png");
  color: #8a8a8a;
  font-weight: normal;
  text-transform: none;
}
.t3-mainnav .vert-nav .side-nav .t3-megamenu .dropdown-menu .mega-nav .mega-dropdown-menu ul > li a:hover,
.t3-mainnav .vert-nav .side-nav .t3-megamenu .dropdown-menu .mega-nav .mega-dropdown-menu ul > li a:focus,
.t3-mainnav .vert-nav .side-nav .t3-megamenu .dropdown-menu .mega-nav .mega-dropdown-menu ul > li a:active,
.t3-mainnav .vert-nav .side-nav .t3-megamenu .dropdown-menu .mega-nav .nav-child.dropdown-menu > li a:hover,
.t3-mainnav .vert-nav .side-nav .t3-megamenu .dropdown-menu .mega-nav .nav-child.dropdown-menu > li a:focus,
.t3-mainnav .vert-nav .side-nav .t3-megamenu .dropdown-menu .mega-nav .nav-child.dropdown-menu > li a:active,
.t3-mainnav .vert-nav .side-nav .t3-megamenu .nav-child.dropdown-menu .mega-dropdown-menu ul > li a:hover,
.t3-mainnav .vert-nav .side-nav .t3-megamenu .nav-child.dropdown-menu .mega-dropdown-menu ul > li a:focus,
.t3-mainnav .vert-nav .side-nav .t3-megamenu .nav-child.dropdown-menu .mega-dropdown-menu ul > li a:active,
.t3-mainnav .vert-nav .side-nav .t3-megamenu .nav-child.dropdown-menu .nav-child.dropdown-menu > li a:hover,
.t3-mainnav .vert-nav .side-nav .t3-megamenu .nav-child.dropdown-menu .nav-child.dropdown-menu > li a:focus,
.t3-mainnav .vert-nav .side-nav .t3-megamenu .nav-child.dropdown-menu .nav-child.dropdown-menu > li a:active,
.t3-mainnav .vert-nav .side-nav .sidenav-wrap .dropdown-menu .mega-nav .mega-dropdown-menu ul > li a:hover,
.t3-mainnav .vert-nav .side-nav .sidenav-wrap .dropdown-menu .mega-nav .mega-dropdown-menu ul > li a:focus,
.t3-mainnav .vert-nav .side-nav .sidenav-wrap .dropdown-menu .mega-nav .mega-dropdown-menu ul > li a:active,
.t3-mainnav .vert-nav .side-nav .sidenav-wrap .dropdown-menu .mega-nav .nav-child.dropdown-menu > li a:hover,
.t3-mainnav .vert-nav .side-nav .sidenav-wrap .dropdown-menu .mega-nav .nav-child.dropdown-menu > li a:focus,
.t3-mainnav .vert-nav .side-nav .sidenav-wrap .dropdown-menu .mega-nav .nav-child.dropdown-menu > li a:active,
.t3-mainnav .vert-nav .side-nav .sidenav-wrap .nav-child.dropdown-menu .mega-dropdown-menu ul > li a:hover,
.t3-mainnav .vert-nav .side-nav .sidenav-wrap .nav-child.dropdown-menu .mega-dropdown-menu ul > li a:focus,
.t3-mainnav .vert-nav .side-nav .sidenav-wrap .nav-child.dropdown-menu .mega-dropdown-menu ul > li a:active,
.t3-mainnav .vert-nav .side-nav .sidenav-wrap .nav-child.dropdown-menu .nav-child.dropdown-menu > li a:hover,
.t3-mainnav .vert-nav .side-nav .sidenav-wrap .nav-child.dropdown-menu .nav-child.dropdown-menu > li a:focus,
.t3-mainnav .vert-nav .side-nav .sidenav-wrap .nav-child.dropdown-menu .nav-child.dropdown-menu > li a:active {
  background-image: url("../images/arrow-menu-hover.png");
  color: #2a2a2a;
}
.t3-mainnav .vert-nav .side-nav .t3-megamenu .dropdown-menu .mega-nav .mega-dropdown-menu ul > li.active,
.t3-mainnav .vert-nav .side-nav .t3-megamenu .dropdown-menu .mega-nav .nav-child.dropdown-menu > li.active,
.t3-mainnav .vert-nav .side-nav .t3-megamenu .nav-child.dropdown-menu .mega-dropdown-menu ul > li.active,
.t3-mainnav .vert-nav .side-nav .t3-megamenu .nav-child.dropdown-menu .nav-child.dropdown-menu > li.active,
.t3-mainnav .vert-nav .side-nav .sidenav-wrap .dropdown-menu .mega-nav .mega-dropdown-menu ul > li.active,
.t3-mainnav .vert-nav .side-nav .sidenav-wrap .dropdown-menu .mega-nav .nav-child.dropdown-menu > li.active,
.t3-mainnav .vert-nav .side-nav .sidenav-wrap .nav-child.dropdown-menu .mega-dropdown-menu ul > li.active,
.t3-mainnav .vert-nav .side-nav .sidenav-wrap .nav-child.dropdown-menu .nav-child.dropdown-menu > li.active {
  background: none;
  font-weight: normal;
}
.t3-mainnav .vert-nav .side-nav .t3-megamenu .dropdown-menu .mega-nav .mega-dropdown-menu ul > li.active a,
.t3-mainnav .vert-nav .side-nav .t3-megamenu .dropdown-menu .mega-nav .nav-child.dropdown-menu > li.active a,
.t3-mainnav .vert-nav .side-nav .t3-megamenu .nav-child.dropdown-menu .mega-dropdown-menu ul > li.active a,
.t3-mainnav .vert-nav .side-nav .t3-megamenu .nav-child.dropdown-menu .nav-child.dropdown-menu > li.active a,
.t3-mainnav .vert-nav .side-nav .sidenav-wrap .dropdown-menu .mega-nav .mega-dropdown-menu ul > li.active a,
.t3-mainnav .vert-nav .side-nav .sidenav-wrap .dropdown-menu .mega-nav .nav-child.dropdown-menu > li.active a,
.t3-mainnav .vert-nav .side-nav .sidenav-wrap .nav-child.dropdown-menu .mega-dropdown-menu ul > li.active a,
.t3-mainnav .vert-nav .side-nav .sidenav-wrap .nav-child.dropdown-menu .nav-child.dropdown-menu > li.active a {
  background-image: url("../images/arrow-menu-hover.png");
  color: #2a2a2a;
}
.t3-mainnav .vert-nav .side-nav .t3-megamenu.animate.slide .mega > .mega-dropdown-menu {
  min-width: 0;
}
.t3-mainnav .vert-nav .side-nav .t3-megamenu.animate.slide .mega-dropdown-menu > div {
  margin-left: -500px;
  margin-top: 0;
  min-width: 200px;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.t3-mainnav .vert-nav .side-nav .t3-megamenu.animate.slide .mega.open > .mega-dropdown-menu > div {
  margin-left: 0;
}
.t3-mainnav .vert-nav .side-nav .t3-megamenu.animate.zoom .mega > .mega-dropdown-menu {
  -webkit-transform-origin: 20% 20%;
  -ms-transform-origin: 20% 20%;
  -o-transform-origin: 20% 20%;
  transform-origin: 20% 20%;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
.t3-mainnav .vert-nav .side-nav .t3-megamenu.animate.zoom .mega.open > .mega-dropdown-menu {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.t3-mainnav .vert-nav .side-nav .t3-megamenu.animate.elastic .mega > .mega-dropdown-menu {
  -webkit-transform-origin: 10% 0;
  -ms-transform-origin: 10% 0;
  -o-transform-origin: 10% 0;
  transform-origin: 10% 0;
  transform: scale(0,1);
  -webkit-transform: scale(0,1);
  -ms-transform: scale(0,1);
  -o-transform: scale(0,1);
}
.t3-mainnav .vert-nav .side-nav .t3-megamenu.animate.elastic .mega.open > .mega-dropdown-menu {
  transform: scale(1,1);
  -webkit-transform: scale(1,1);
  -ms-transform: scale(1,1);
  -o-transform: scale(1,1);
}

.t3-module {
  background: transparent;
  color: inherit;
  margin-bottom: 40px;
}
.t3-module .module-inner {
  padding: 0;
}
.t3-mainbody .t3-sidebar-2 {
  background: url("../images/line.gif") repeat-y left top;
  margin-left: 20px;
  margin-bottom: 0;
  padding-left: 20px;
  padding-bottom: 20px;
}
.module-title {
  background: inherit;
  color: #2a2a2a;
  line-height: 30px;
  font-weight: 700;
  font-size: 14px;
  margin: 0 0 20px 0;
  padding: 0 0 10px 0;
  text-transform: uppercase;
  border-bottom: 2px solid #2a2a2a;
}
.module-ct {
  background: inherit;
  color: inherit;
  padding: 0;
  *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;
}
.module_menu .nav {
  margin-bottom: 20px;
}
.module_menu .nav > li {
  border-top: 1px solid #eee;
}
.module_menu .nav > li > a,
.module_menu .nav > li > .separator {
  padding: 5px 0;
  color: #2a2a2a;
  display: block;
}
.module_menu .nav > li:first-child {
  border-top: 0;
}
.module_menu .nav > li:first-child > a {
  padding-top: 0;
  border-top: 0;
}
.module_menu .nav > li > a:hover {
  background: none;
  color: #1ea1fc;
}
.module_menu .nav > li.active > a {
  color: #1ea1fc;
}
.module_menu .dropdown-menu .active > a {
  color: #1ea1fc;
}
#login-form input[type="text"],
#login-form input[type="password"] {
  width: 90%;
}
.banneritem a {
  font-weight: bold;
}
.bannerfooter {
  border-top: 1px solid #eaeaea;
  font-size: 11px;
  padding-top: 10px;
  text-align: right;
}
.categories-module,
ul.categories-module,
.category-module,
ul.category-module {
  margin: 0;
}
.categories-module li,
ul.categories-module li,
.category-module li,
ul.category-module li {
  list-style: none;
  padding: 10px 0;
  border-top: 1px solid #eaeaea;
}
.categories-module li:first-child,
ul.categories-module li:first-child,
.category-module li:first-child,
ul.category-module li:first-child {
  border-top: 0;
  padding-top: 0;
}
.categories-module h4,
ul.categories-module h4,
.category-module h4,
ul.category-module h4 {
  font-size: 13px;
  font-weight: normal;
  margin: 0;
}
.feed h4 {
  font-weight: bold;
}
.feed .newsfeed,
.feed ul.newsfeed {
  border-top: 1px solid #eee;
}
.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: none;
  border-bottom: solid 1px #eaeaea;
  display: inline-block;
  font-family: 'Roboto Slab', serif;
  margin-bottom: 20px;
  padding: 0 0 10px 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.latestusers li .avatar,
ul.latestusers li .avatar {
  margin-bottom: 10px;
}
.latestusers li .avatar .no-avatar,
ul.latestusers li .avatar .no-avatar {
  width: 130px;
  height: 130px;
  font-size: 140px;
  display: inline-block;
  text-align: center;
  color: #2a2a2a;
}
.latestusers li > span,
ul.latestusers li > span {
  color: #2a2a2a;
  display: block;
  font-weight: 700;
  text-align: center;
}
.latestusers li .contact-desc,
ul.latestusers li .contact-desc {
  text-align: center;
  font-size: 11px;
  line-height: 18px;
}
.latestusers li .contact-desc .social-link,
ul.latestusers li .contact-desc .social-link {
  display: none;
}
.latestusers li .contact-desc > p,
ul.latestusers li .contact-desc > p {
  max-height: 55px;
  overflow: hidden;
}
.latestusers li .name a,
ul.latestusers li .name a {
  color: #2a2a2a;
  font-size: 11px;
}
.latestusers li .name a:hover,
ul.latestusers li .name a:hover {
  color: #1ea1fc;
}
.latestusers li:last-child,
ul.latestusers li:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
.stats-module dt,
.stats-module dd {
  display: inline-block;
  margin: 0;
}
.stats-module dt {
  font-weight: bold;
  width: 35%;
}
.stats-module dd {
  width: 60%;
}
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: #eaeaea;
  color: #666;
  display: block;
  font-size: 12px;
  font-weight: bold;
  padding: 2px 5px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
div.tagspopular ul li a:hover,
div.tagspopular ul li a:focus,
div.tagspopular ul li a:active {
  background: #1ea1fc;
  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: #0379cb;
}
.popular .module-ct {
  overflow: hidden;
}
.view-image {
  position: relative;
  min-height: 20px;
  margin-bottom: 10px;
}
.feature-page.t3-module .module-ct {
  overflow: hidden;
}
.featured.categories-module,
ul.categories-module.featured,
.featured.category-module,
ul.category-module.featured {
  margin: -20px -20px 0;
}
.featured.categories-module li,
ul.categories-module.featured li,
.featured.category-module li,
ul.category-module.featured li {
  background: url("../images/line.gif") repeat-y left top;
  border-top: solid 1px #eaeaea;
  border-bottom: none;
  float: left;
  list-style: none;
  min-height: 350px;
  padding: 0;
  position: relative;
  width: 33.3%;
}
.featured.categories-module li:first-child,
ul.categories-module.featured li:first-child,
.featured.category-module li:first-child,
ul.category-module.featured li:first-child {
  border-top: 0;
  padding-top: 0;
}
.featured.categories-module li.eq-first,
ul.categories-module.featured li.eq-first,
.featured.category-module li.eq-first,
ul.category-module.featured li.eq-first {
  background: none;
}
.featured.categories-module .comment-count,
ul.categories-module.featured .comment-count,
.featured.category-module .comment-count,
ul.category-module.featured .comment-count {
  bottom: 10px;
  left: 20px;
  position: absolute;
}
.featured.categories-module h5,
ul.categories-module.featured h5,
.featured.category-module h5,
ul.category-module.featured h5 {
  font-size: 17px;
  font-weight: 700;
}
.featured.categories-module h5 a,
ul.categories-module.featured h5 a,
.featured.category-module h5 a,
ul.category-module.featured h5 a {
  color: #2a2a2a;
}
.featured.categories-module h5 a:hover,
.featured.categories-module h5 a:focus,
.featured.categories-module h5 a:active,
ul.categories-module.featured h5 a:hover,
ul.categories-module.featured h5 a:focus,
ul.categories-module.featured h5 a:active,
.featured.category-module h5 a:hover,
.featured.category-module h5 a:focus,
.featured.category-module h5 a:active,
ul.category-module.featured h5 a:hover,
ul.category-module.featured h5 a:focus,
ul.category-module.featured h5 a:active {
  color: #1ea1fc;
}
.featured.categories-module .showcategory,
ul.categories-module.featured .showcategory,
.featured.category-module .showcategory,
ul.category-module.featured .showcategory {
  padding: 20px;
}
.featured.categories-module .showcategory .jacontent,
ul.categories-module.featured .showcategory .jacontent,
.featured.category-module .showcategory .jacontent,
ul.category-module.featured .showcategory .jacontent {
  margin-bottom: 30px;
}
.featured.categories-module .showcategory h3,
ul.categories-module.featured .showcategory h3,
.featured.category-module .showcategory h3,
ul.category-module.featured .showcategory h3 {
  line-height: 1.3;
  font-size: 16px;
}
.featured.categories-module .article-content,
ul.categories-module.featured .article-content,
.featured.category-module .article-content,
ul.category-module.featured .article-content {
  margin-bottom: 50px;
}
.featured.categories-module .mod-articles-category-writtenby,
ul.categories-module.featured .mod-articles-category-writtenby,
.featured.category-module .mod-articles-category-writtenby,
ul.category-module.featured .mod-articles-category-writtenby {
  border-right: solid 1px #eaeaea;
  color: #2a2a2a;
  font-weight: 700;
  margin-right: 5px;
  padding-right: 5px;
}
.featured.categories-module .category-title,
.featured.categories-module .mod-articles-category-writtenby a,
ul.categories-module.featured .category-title,
ul.categories-module.featured .mod-articles-category-writtenby a,
.featured.category-module .category-title,
.featured.category-module .mod-articles-category-writtenby a,
ul.category-module.featured .category-title,
ul.category-module.featured .mod-articles-category-writtenby a {
  color: #2a2a2a;
}
.featured.categories-module .category-title:hover,
.featured.categories-module .category-title:focus,
.featured.categories-module .category-title:active,
.featured.categories-module .mod-articles-category-writtenby a:hover,
.featured.categories-module .mod-articles-category-writtenby a:focus,
.featured.categories-module .mod-articles-category-writtenby a:active,
ul.categories-module.featured .category-title:hover,
ul.categories-module.featured .category-title:focus,
ul.categories-module.featured .category-title:active,
ul.categories-module.featured .mod-articles-category-writtenby a:hover,
ul.categories-module.featured .mod-articles-category-writtenby a:focus,
ul.categories-module.featured .mod-articles-category-writtenby a:active,
.featured.category-module .category-title:hover,
.featured.category-module .category-title:focus,
.featured.category-module .category-title:active,
.featured.category-module .mod-articles-category-writtenby a:hover,
.featured.category-module .mod-articles-category-writtenby a:focus,
.featured.category-module .mod-articles-category-writtenby a:active,
ul.category-module.featured .category-title:hover,
ul.category-module.featured .category-title:focus,
ul.category-module.featured .category-title:active,
ul.category-module.featured .mod-articles-category-writtenby a:hover,
ul.category-module.featured .mod-articles-category-writtenby a:focus,
ul.category-module.featured .mod-articles-category-writtenby a:active {
  color: #1ea1fc;
}
.featured.categories-module .footer-feature,
ul.categories-module.featured .footer-feature,
.featured.category-module .footer-feature,
ul.category-module.featured .footer-feature {
  color: #aaa;
  font-size: 11px;
  display: block;
  margin-bottom: 0;
}
.featured.categories-module .mod-articles-category-title,
ul.categories-module.featured .mod-articles-category-title,
.featured.category-module .mod-articles-category-title,
ul.category-module.featured .mod-articles-category-title {
  color: #2a2a2a;
}
.featured.categories-module .mod-articles-category-title:hover,
.featured.categories-module .mod-articles-category-title:focus,
.featured.categories-module .mod-articles-category-title:active,
ul.categories-module.featured .mod-articles-category-title:hover,
ul.categories-module.featured .mod-articles-category-title:focus,
ul.categories-module.featured .mod-articles-category-title:active,
.featured.category-module .mod-articles-category-title:hover,
.featured.category-module .mod-articles-category-title:focus,
.featured.category-module .mod-articles-category-title:active,
ul.category-module.featured .mod-articles-category-title:hover,
ul.category-module.featured .mod-articles-category-title:focus,
ul.category-module.featured .mod-articles-category-title:active {
  color: #1ea1fc;
}
.featured.categories-module .mod-articles-category-introtext p,
ul.categories-module.featured .mod-articles-category-introtext p,
.featured.category-module .mod-articles-category-introtext p,
ul.category-module.featured .mod-articles-category-introtext p {
  display: inline;
}
.featured.categories-module .mod-articles-category-readmore,
ul.categories-module.featured .mod-articles-category-readmore,
.featured.category-module .mod-articles-category-readmore,
ul.category-module.featured .mod-articles-category-readmore {
  border-right: solid 1px #eaeaea;
  display: inline-block;
  margin-bottom: 0;
  margin-right: 5px;
  padding-right: 5px;
}
.featured.categories-module .mod-articles-category-readmore a,
ul.categories-module.featured .mod-articles-category-readmore a,
.featured.category-module .mod-articles-category-readmore a,
ul.category-module.featured .mod-articles-category-readmore a {
  color: #aaa;
}
.featured.categories-module .mod-articles-category-readmore a:hover,
.featured.categories-module .mod-articles-category-readmore a:focus,
.featured.categories-module .mod-articles-category-readmore a:active,
ul.categories-module.featured .mod-articles-category-readmore a:hover,
ul.categories-module.featured .mod-articles-category-readmore a:focus,
ul.categories-module.featured .mod-articles-category-readmore a:active,
.featured.category-module .mod-articles-category-readmore a:hover,
.featured.category-module .mod-articles-category-readmore a:focus,
.featured.category-module .mod-articles-category-readmore a:active,
ul.category-module.featured .mod-articles-category-readmore a:hover,
ul.category-module.featured .mod-articles-category-readmore a:focus,
ul.category-module.featured .mod-articles-category-readmore a:active {
  color: #1ea1fc;
}
.featured.categories-module .article-aside,
ul.categories-module.featured .article-aside,
.featured.category-module .article-aside,
ul.category-module.featured .article-aside {
  font-size: 11px;
}
.list-page.category-module li {
  margin-bottom: 0;
  min-height: 0 !important;
  padding: 20px 0;
}
.list-page.category-module .showcategory {
  position: relative;
}
.list-page.category-module .showcategory .pull-left {
  width: 130px;
}
.list-page.category-module .showcategory .pull-right {
  width: 49%;
}
.list-page.category-module .showcategory .tabs-category h5,
.list-page.category-module .showcategory .tabs-category h3 {
  font-size: 14px;
  color: #2a2a2a;
  font-weight: 700;
  line-height: 20px;
  margin: 0 0 10px;
  padding: 0;
}
.list-page.category-module .showcategory a.mod-articles-category-title {
  color: #2a2a2a;
}
.list-page.category-module .showcategory a.mod-articles-category-title:hover,
.list-page.category-module .showcategory a.mod-articles-category-title:focus,
.list-page.category-module .showcategory a.mod-articles-category-title:active {
  color: #1ea1fc;
}
.list-page.category-module .showcategory .article-aside {
  margin-top: 5px;
  margin-bottom: 0;
  color: #aaa;
  font-size: 11px;
}
.list-page.category-module .showcategory .mod-articles-category-writtenby {
  font-weight: normal;
  color: #aaa;
  margin-right: 10px;
  padding-right: 5px;
}
.list-page.category-module .showcategory a {
  font-weight: bold;
  color: #2a2a2a;
}
.list-page.category-module .showcategory .view-image {
  margin-bottom: 0;
}
.list-page.category-module .showcategory .readmore a {
  background: #1ea1fc;
  color: #fff;
}
.list-page.category-module .showcategory .readmore a:hover,
.list-page.category-module .showcategory .readmore a:focus,
.list-page.category-module .showcategory .readmore a:active {
  background: #ccc;
  color: #fff;
}
.ja-tab-subcontent ul.category-module li {
  border-top: 0;
  border-bottom: 1px solid #eaeaea;
  position: relative;
  padding: 15px 0px;
}
.ja-tab-subcontent ul.category-module li .focus-image {
  float: left;
  margin: 0 20px 5px 0;
  overflow: hidden;
  width: 130px;
  min-height: 70px;
}
.ja-tab-subcontent ul.category-module li .focus-image .img-intro {
  margin-bottom: 5px;
}
.ja-tab-subcontent ul.category-module li .focus-image .mod-articles-category-date {
  color: #aaa;
  font-size: 11px;
}
.ja-tab-subcontent ul.category-module li.no-images .category-name {
  position: relative;
  top: 0;
}
.ja-tab-subcontent ul.category-module li.no-images .mod-articles-category-date {
  display: inline-block;
  margin: 5px 0 0 0;
}
.ja-tab-subcontent ul.category-module li .category-name {
  top: 15px;
}
.ja-tab-subcontent ul.category-module li .tabs-category .mod-articles-category-date,
.ja-tab-subcontent ul.category-module li .tabs-category .mod-articles-category-writtenby,
.ja-tab-subcontent ul.category-module li .tabs-category .mod-articles-category-hits {
  color: #aaa;
  font-size: 11px;
}
.ja-tab-subcontent ul.category-module li .tabs-category h5 {
  margin: 0;
  font-size: 13px;
}
.ja-tab-subcontent ul.category-module li .tabs-category h5 a {
  color: #2a2a2a;
}
.ja-tab-subcontent ul.category-module li .tabs-category h5 a:hover,
.ja-tab-subcontent ul.category-module li .tabs-category h5 a:active,
.ja-tab-subcontent ul.category-module li .tabs-category h5 a:focus {
  color: #1ea1fc;
}
.focus-articles {
  overflow: hidden;
}
.focus-articles .focus-image {
  margin-bottom: 10px;
  min-height: 20px;
  position: relative;
}
.focus-articles .focus-image img {
  width: 100% !important;
}
.focus-articles .article-intro p {
  display: inline;
}
.focus-articles .related-links {
  list-style: none;
  margin-left: 0;
  margin-top: 20px;
}
.focus-articles .related-links li {
  padding: 10px 0;
  border-bottom: solid 1px #eaeaea;
}
.focus-articles .related-links li a {
  color: #2a2a2a;
  font-weight: 700;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 90%;
  float: left;
}
.focus-articles .related-links li a:hover,
.focus-articles .related-links li a:focus,
.focus-articles .related-links li a:active {
  color: #1ea1fc;
}
.focus-articles .related-links li .marker {
  background: #ff0f3c;
  float: left;
  margin-right: 10px;
  padding: 0px 4px 2px 4px;
  line-height: normal;
  vertical-align: middle;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.focus-articles .related-links li .marker i {
  color: #fff;
  font-size: 10px;
  text-align: center;
}
.focus-articles .related-links li:last-child {
  border: none;
}
.focus-articles .latest-items {
  border-top: solid 5px #eaeaea;
  margin: 15px -20px 0;
  padding-top: 15px;
}
.focus-articles .latest-items li {
  background: url("../images/line.gif") repeat-y left top;
  list-style: none;
  float: left;
  width: 33.3%;
  min-height: 190px;
}
.focus-articles .latest-items li article {
  padding-left: 20px;
  padding-right: 20px;
}
.focus-articles .latest-items li .article-title {
  font-size: 14px;
  line-height: 1.2;
}
.focus-articles .latest-items li .createdby {
  display: none;
}
.focus-articles .latest-items .menu-edit ul {
  margin-left: 4px;
  margin-top: 3px;
}
.focus-articles .latest-items .menu-edit li {
  border: none;
  background: none;
  min-height: 0;
  width: auto !important;
}
div.ja-tabswrap .ja-tabs-title-top {
  border-bottom: 3px solid #2a2a2a;
  border-top: 1px solid #eaeaea;
}
div.ja-tabswrap .ja-tabs-title-top ul.ja-tabs-title {
  display: inline-block;
  position: relative;
  width: 100%;
}
div.ja-tabswrap .ja-tabs-title-top ul.ja-tabs-title li {
  background: none;
  border: 0;
  margin: 0;
}
div.ja-tabswrap .ja-tabs-title-top ul.ja-tabs-title li h3 {
  border: 0;
  border-right: 1px solid #eaeaea;
  color: #999;
  font-weight: 700 !important;
  font-size: 14px;
  line-height: normal;
  margin: 10px 20px 10px 0 !important;
  padding: 2px 20px 2px 0;
  text-transform: uppercase;
}
div.ja-tabswrap .ja-tabs-title-top ul.ja-tabs-title li.last {
  margin: 0;
  padding: 0;
}
div.ja-tabswrap .ja-tabs-title-top ul.ja-tabs-title li.last h3 {
  border: 0;
}
div.ja-tabswrap .ja-tabs-title-top ul.ja-tabs-title li.active,
div.ja-tabswrap .ja-tabs-title-top ul.ja-tabs-title li.firstactive,
div.ja-tabswrap .ja-tabs-title-top ul.ja-tabs-title li.lastactive {
  border: 0;
  background: none;
}
div.ja-tabswrap .ja-tabs-title-top ul.ja-tabs-title li.active h3,
div.ja-tabswrap .ja-tabs-title-top ul.ja-tabs-title li.firstactive h3,
div.ja-tabswrap .ja-tabs-title-top ul.ja-tabs-title li.lastactive h3 {
  color: #2a2a2a;
}
.mod-languages ul {
  padding: 10px !important;
}
.mod-languages ul li {
  display: inline-block;
  border: none;
  float: left;
}
.mod-languages ul li a {
  font-size: 0;
  text-indent: -999em;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
}

.blog-header,
.page-header {
  padding-bottom: 0;
  position: relative;
  border: none;
}
.blog-header:after,
.page-header:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  bottom: 18px;
  left: 0;
}
.blog-header .page-title,
.blog-header h1,
.page-header .page-title,
.page-header h1 {
  background: none;
  color: #2a2a2a;
  display: inline-block;
  font-size: 50px;
  font-weight: 300;
  font-family: 'novecento_wide_bookbold', sans-serif;
  line-height: normal;
  z-index: 2;
  position: relative;
  text-transform: uppercase;
  padding: 0 10px 0 0;
}
.blog-header .page-title:before,
.blog-header h1:before,
.page-header .page-title:before,
.page-header h1:before {
  bottom: 0;
  content: ".";
  display: block;
  position: absolute;
  right: 0;
}
.blog .left-blogitem {
  width: 77%;
  background: url("../images/line.gif") repeat-y right top;
  min-height: 140px;
}
.blog .left-blogitem .blog-inner {
  padding-right: 20px;
}
.blog .right-blogitem {
  width: 20%;
  margin-left: 2%;
}
.blog .right-blogitem .article-info {
  width: 100%;
}
.blog .right-blogitem .article-info dd {
  border-bottom: solid 1px #eaeaea;
  display: block;
  margin-bottom: 5px;
  margin-right: 0;
  padding-bottom: 5px;
  white-space: normal;
  width: 100%;
}
.blog .right-blogitem .article-info .createdby span {
  border: none;
}
.blog .right-blogitem .menu-edit ul {
  margin: 5px 0 0 0;
}
.blog .right-blogitem .menu-edit ul li {
  padding-left: 10px;
  margin-left: 0;
}
.blog .right-blogitem .menu-edit ul li:first-child {
  margin: 0;
  padding: 0;
}
.blog .right-blogitem .menu-edit ul li a i {
  font-size: 13px;
}
.blog .right-blogitem .article-aside {
  margin-bottom: 0;
}
.blog .items {
  border-bottom: 1px solid #eaeaea;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.blog .article-header .article-title {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 15px;
}
.blog .article-header .article-title a {
  color: #2a2a2a;
}
.blog .article-header .article-title a:hover {
  color: #1ea1fc;
}
.blog .images-content {
  width: 210px;
  float: left;
  margin: 5px 20px 10px 0;
}
.blog .images-content img {
  width: 100%;
}
.blog .article-intro {
  color: #7a7a7a;
  margin-bottom: 10px;
}
.blog .article-intro > p {
  display: inline;
  margin-right: 3px;
}
.blog .article-intro > iframe {
  width: 100%;
}
.blog .article-intro > p > img {
  display: none;
}
.blog .leading .left-blogitem .article-header,
.blog .leading .left-blogitem .article-intro {
  padding-right: 20px;
}
.blog .leading .article-header .article-title {
  font-size: 28px;
  line-height: 34px;
}
.blog .leading .images-content {
  width: auto;
  float: none;
  margin: 0 0 10px 0;
}
.blog .leading .images-content img {
  margin-bottom: 15px;
  width: auto;
}
.view-featured .tpl-inf-wrapper {
  padding-bottom: 60px;
}
.blog-featured,
.userpage {
  margin: 0 -20px;
  position: relative;
}
.blog-featured:before,
.userpage:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  background: #fff;
  height: 20px;
  z-index: 1;
}
.blog-featured .menu-edit ul,
.userpage .menu-edit ul {
  margin-left: 0;
}
.blog-featured .menu-edit ul li,
.userpage .menu-edit ul li {
  margin-left: 5px;
  padding-left: 7px;
}
.blog-featured .menu-edit ul li:first-child,
.userpage .menu-edit ul li:first-child {
  padding-left: 0;
}
.blog-featured .menu-edit ul li i,
.userpage .menu-edit ul li i {
  font-size: 13px;
}
.blog-featured iframe,
.userpage iframe {
  display: none;
}
.blog-featured article,
.userpage article {
  padding: 20px;
}
.blog-featured .comment-count,
.userpage .comment-count {
  line-height: 16px;
}
.blog-featured .article-title,
.userpage .article-title {
  font-size: 16px;
  color: #2a2a2a;
  line-height: 1.3;
}
.blog-featured .article-title a,
.userpage .article-title a {
  color: #2a2a2a;
}
.blog-featured .article-title a:hover,
.blog-featured .article-title a:focus,
.blog-featured .article-title a:active,
.userpage .article-title a:hover,
.userpage .article-title a:focus,
.userpage .article-title a:active {
  color: #1ea1fc;
}
.blog-featured .article-aside,
.userpage .article-aside {
  margin-bottom: 10px;
}
.blog-featured .article-aside .article-info,
.userpage .article-aside .article-info {
  float: left;
  width: 80%;
}
.blog-featured .article-intro,
.userpage .article-intro {
  margin-bottom: 20px;
}
.blog-featured .article-intro > p,
.userpage .article-intro > p {
  display: inline;
}
.blog-featured.av-grid .items,
.userpage.av-grid .items {
  background: url("../images/line.gif") repeat-y left top;
  border-bottom: solid 1px #eaeaea;
}
.blog-featured.av-grid .items.eq-first,
.userpage.av-grid .items.eq-first {
  background: none;
}
.blog-featured.av-grid .article-intro,
.userpage.av-grid .article-intro {
  margin-bottom: 70px;
}
.blog-featured.av-grid .comment-count,
.userpage.av-grid .comment-count {
  position: absolute;
  bottom: 15px;
  left: 20px;
}
.blog-featured.av-grid .readmore,
.userpage.av-grid .readmore {
  border-right: solid 1px #eaeaea;
  padding-right: 10px;
  padding-left: 0 !important;
}
.blog-featured.av-grid .article-footer,
.userpage.av-grid .article-footer {
  margin: 0;
}
.blog-featured.av-list article,
.userpage.av-list article {
  padding: 40px 20px;
}
.blog-featured.av-list .items,
.userpage.av-list .items {
  border-bottom: solid 1px #eaeaea;
}
.blog-featured.av-list .images-content,
.userpage.av-list .images-content {
  display: inline-block;
  float: left;
  margin-right: 10px;
}
.blog-featured.av-list .images-content img,
.userpage.av-list .images-content img {
  display: none;
}
.blog-featured.av-list .images-content i[class*="icon"],
.userpage.av-list .images-content i[class*="icon"] {
  display: none;
}
.blog-featured.av-list .images-content .category-name,
.userpage.av-list .images-content .category-name {
  position: inherit;
}
.blog-featured.av-list .images-content .item-image,
.userpage.av-list .images-content .item-image {
  display: none;
}
.blog-featured.av-list .article-aside,
.userpage.av-list .article-aside {
  display: inline;
  float: left;
  background: none;
}
.blog-featured.av-list .article-aside .article-info,
.userpage.av-list .article-aside .article-info {
  width: auto !important;
}
.blog-featured.av-list .article-aside .pull-right,
.userpage.av-list .article-aside .pull-right {
  position: absolute;
  right: 20px;
}
.blog-featured.av-list .header-article,
.userpage.av-list .header-article {
  float: left;
  width: 50%;
  position: relative;
}
.blog-featured.av-list .article-header,
.userpage.av-list .article-header {
  float: left;
  width: 100%;
}
.blog-featured.av-list .article-header > .article-title,
.userpage.av-list .article-header > .article-title {
  margin-right: 20px;
}
.blog-featured.av-list .info-article,
.userpage.av-list .info-article {
  background: url("../images/line.gif") repeat-y left top;
  float: left;
  width: 50%;
}
.blog-featured.av-list .info-article .article-intro,
.blog-featured.av-list .info-article .tags,
.userpage.av-list .info-article .article-intro,
.userpage.av-list .info-article .tags {
  margin-left: 20px;
}
.blog-featured.av-list .info-article .readmore,
.userpage.av-list .info-article .readmore {
  border-right: solid 1px #eaeaea;
  padding-right: 10px;
  padding-left: 0 !important;
}
.blog-featured.av-list .info-article .article-footer,
.userpage.av-list .info-article .article-footer {
  margin-bottom: 0;
}
.blog-featured.av-list .comment-count,
.userpage.av-list .comment-count {
  margin-left: 20px;
}
.userpage .items.gallery .info-article .article-intro img {
  display: none;
}
.userpage .items .info-article .tags {
  margin-top: 0;
  margin-bottom: 40px;
}
.userpage.av-list .info-article .readmore {
  margin-left: 0;
}
.userpage.av-list .info-article .tags {
  margin: 0 0 10px 20px;
}
.switch-container .tpl-layout-switch {
  position: static;
  left: auto;
  top: auto;
}
.user-info {
  background: #f9f9f9;
  border: solid 1px #eaeaea;
  margin-bottom: 20px;
  min-height: 130px;
  padding: 20px;
}
.user-info .avatar {
  float: left;
  font-weight: 700;
  margin-right: 15px;
}
.user-info .avatar .no-avatar {
  width: 130px;
  height: 130px;
  font-size: 140px;
  display: inline-block;
  text-align: center;
}
.user-info .info-contact {
  float: left;
  width: 83%;
}
.user-info .contact-name {
  color: #1ea1fc;
  font-size: 25px;
  font-weight: 700;
  display: block;
}
.user-info .social-link {
  display: inline-block;
  list-style: none;
  margin: 10px 0 0 !important;
}
.user-info .social-link li {
  float: left;
}
.user-info .social-link li a {
  display: block;
  text-align: center;
  margin-right: 4px;
  font-size: 0;
  text-indent: -999em;
}
.user-info .social-link li a i {
  background: #000;
  color: #fff;
  display: block;
  height: 20px;
  font-size: 13px;
  line-height: 20px;
  text-indent: 0;
  width: 20px;
}
.user-info .social-link li a i.icon-facebook {
  background: #3b5998;
}
.user-info .social-link li a i.icon-google-plus {
  background: #dd4b39;
}
.user-info .social-link li a i.icon-twitter {
  background: #00aeef;
}
.user-info .social-link li a i.icon-linkedin {
  background: #007bb6;
}
.view-contact .posted-by {
  display: inline-block;
  font-weight: 500;
  line-height: normal;
  float: left;
  margin: 0;
  width: 80%;
}
.view-contact .posted-by > span {
  display: inline;
  font-size: 13px;
}
.view-contact .switch-container {
  display: inline-block;
  float: right;
}
.view-contact .contact-links {
  line-height: normal;
  display: inline-block;
  float: left;
  width: 100%;
}
.view-contact .contact-links ul {
  float: left;
  margin: 0 !important;
  list-style: none;
}
.view-contact .contact-links ul li {
  display: inline-block;
  margin-top: 10px !important;
}
.view-contact .contact-links ul li a {
  height: 20px;
}
.items-leading .leading {
  margin-bottom: 40px;
}
.media-blog {
  margin-left: -20px;
  margin-right: -20px;
  overflow: hidden;
}
.media-blog .infinity-cont {
  margin-top: -20px;
}
.media-blog .items {
  background: url("../images/line.gif") repeat-y left top;
  border-bottom: solid 1px #eaeaea;
  position: relative;
}
.media-blog article {
  padding: 20px;
}
.media-blog .article-info {
  float: left;
}
.media-blog .menu-edit {
  float: right;
  display: inline-block;
}
.media-blog .menu-edit ul {
  margin: 0;
}
.media-blog .article-title {
  font-size: 16px;
  line-height: 1.3;
  color: #2a2a2a;
  padding-bottom: 20px;
}
.media-blog .article-title a {
  color: #2a2a2a;
}
.media-blog .article-title a:hover,
.media-blog .article-title a:focus,
.media-blog .article-title a:active {
  color: #1ea1fc;
}
.media-blog .article-intro {
  display: none;
}
.media-blog .article-intro p {
  display: inline;
}
.media-blog .comment-count {
  bottom: 15px;
  left: 20px;
  position: absolute;
}
.media-blog .infinity-items {
  border-top: solid 5px #eaeaea;
  margin-top: 40px;
  padding-top: 0;
}
.media-blog .items.leading {
  min-height: 300px;
}
.article-link {
  position: relative;
  display: block;
}
.article-link .icon-play-sign,
.article-link .icon-camera {
  color: #fff;
  font-size: 30px;
  top: 50%;
  left: 50%;
  margin-left: -12px;
  margin-top: -15px;
  position: absolute;
  line-height: 1;
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.article-link:hover .icon-play-sign,
.article-link:hover .icon-camera,
.article-link:focus .icon-play-sign,
.article-link:focus .icon-camera,
.article-link:active .icon-play-sign,
.article-link:active .icon-camera {
  color: #1ea1fc;
}
.images-content .icon-play-sign {
  font-size: 50px;
  margin-left: -22px;
  margin-top: -25px;
}
.media-blog.photo-page {
  margin-right: -15px;
}
.media-blog.photo-page .images-content:before {
  background: url("../images/bg-gallery.gif") repeat-x 5px bottom;
  background-color: none !important;
  display: block;
  height: 5px;
  bottom: -5px;
  right: -5px;
  width: 100%;
  z-index: -10;
  content: "";
  position: absolute;
}
.media-blog.photo-page .images-content:after {
  background: url("../images/bg-gallery-right.gif") repeat-y right 0;
  background-color: none !important;
  display: block;
  height: 100%;
  bottom: -5px;
  right: -5px;
  width: 5px;
  z-index: -10;
  content: "";
  position: absolute;
}
.view-article .page-header {
  display: none;
}
.view-article.photo-page body,
.view-article.video-page body,
.view-article.media-page body {
  background: #fff;
}
.view-article.photo-page body .t3-mainbody,
.view-article.video-page body .t3-mainbody,
.view-article.media-page body .t3-mainbody {
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
}
.view-article.photo-page body .t3-content,
.view-article.video-page body .t3-content,
.view-article.media-page body .t3-content {
  width: 100%;
  margin-left: 0 !important;
}
.view-article.photo-page body .t3-content .container div#system-message .alert,
.view-article.video-page body .t3-content .container div#system-message .alert,
.view-article.media-page body .t3-content .container div#system-message .alert {
  margin-top: 10px;
}
.view-article.photo-page body .media-header,
.view-article.video-page body .media-header,
.view-article.media-page body .media-header {
  margin: auto;
  padding-top: 40px;
  padding-bottom: 40px;
  background: #000;
  color: #fff;
}
.view-article.photo-page body .article-title,
.view-article.video-page body .article-title,
.view-article.media-page body .article-title {
  margin-bottom: 40px;
}
.view-article.photo-page body .article-title a,
.view-article.video-page body .article-title a,
.view-article.media-page body .article-title a {
  color: #fff;
}
.view-article.photo-page body .article-title a:hover,
.view-article.photo-page body .article-title a:focus,
.view-article.photo-page body .article-title a:active,
.view-article.video-page body .article-title a:hover,
.view-article.video-page body .article-title a:focus,
.view-article.video-page body .article-title a:active,
.view-article.media-page body .article-title a:hover,
.view-article.media-page body .article-title a:focus,
.view-article.media-page body .article-title a:active {
  color: #1ea1fc;
}
.view-article.photo-page body .item-page,
.view-article.video-page body .item-page,
.view-article.media-page body .item-page {
  margin-left: 40px;
}
.view-article.photo-page body .item-page > article,
.view-article.video-page body .item-page > article,
.view-article.media-page body .item-page > article {
  text-align: center;
}
.view-article.photo-page body .item-page > article .article-aside,
.view-article.video-page body .item-page > article .article-aside,
.view-article.media-page body .item-page > article .article-aside {
  border-bottom: 1px solid #222;
  margin-bottom: 40px;
  margin-top: 15px;
  padding-bottom: 15px;
}
.view-article.photo-page body .item-page > article .category-name,
.view-article.video-page body .item-page > article .category-name,
.view-article.media-page body .item-page > article .category-name {
  float: left;
  margin-right: 10px;
  position: inherit;
}
.view-article.photo-page body .item-page > article .createdby a,
.view-article.video-page body .item-page > article .createdby a,
.view-article.media-page body .item-page > article .createdby a {
  color: #fff;
}
.view-article.photo-page body .item-page > article .images-content,
.view-article.video-page body .item-page > article .images-content,
.view-article.media-page body .item-page > article .images-content {
  margin-bottom: 25px;
}
.view-article.photo-page body .item-page > article .menu-edit,
.view-article.video-page body .item-page > article .menu-edit,
.view-article.media-page body .item-page > article .menu-edit {
  width: auto;
  text-align: left;
}
.view-article.photo-page body .item-page > article .menu-edit ul,
.view-article.video-page body .item-page > article .menu-edit ul,
.view-article.media-page body .item-page > article .menu-edit ul {
  margin: 0;
}
.view-article.photo-page body .item-page > article .menu-edit ul li,
.view-article.video-page body .item-page > article .menu-edit ul li,
.view-article.media-page body .item-page > article .menu-edit ul li {
  line-height: 10px;
}
.view-article.photo-page body .item-page > article .divider-vertical,
.view-article.video-page body .item-page > article .divider-vertical,
.view-article.media-page body .item-page > article .divider-vertical {
  display: none;
}
.view-article.photo-page body .item-page > article iframe,
.view-article.video-page body .item-page > article iframe,
.view-article.media-page body .item-page > article iframe {
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
}
.view-article.photo-page body .item-page > article .article-content > p,
.view-article.video-page body .item-page > article .article-content > p,
.view-article.media-page body .item-page > article .article-content > p {
  text-align: left;
}
.view-article.photo-page body .item-page > article .gallery-item,
.view-article.video-page body .item-page > article .gallery-item,
.view-article.media-page body .item-page > article .gallery-item {
  text-align: center;
}
.view-article.photo-page body .item-page > article .article-body,
.view-article.video-page body .item-page > article .article-body,
.view-article.media-page body .item-page > article .article-body {
  color: #fff;
}
.view-article.photo-page body #disqus_thread,
.view-article.video-page body #disqus_thread,
.view-article.media-page body #disqus_thread {
  margin-top: 40px;
}
.view-article.photo-page body .tpl-inf-wrapper,
.view-article.video-page body .tpl-inf-wrapper,
.view-article.media-page body .tpl-inf-wrapper {
  margin-bottom: 40px;
}
.comment-count .addthis_button_compact i {
  vertical-align: middle;
}
.article-info .event-day {
  width: 44%;
  float: left;
  color: #999;
  margin-top: 4px;
}
.article-info .event-day .startday,
.article-info .event-day .endday {
  font-family: 'novecento_wide_bookbold', sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  float: left;
  margin-bottom: 3px;
}
.article-info .times {
  width: 55%;
  float: left;
  text-align: center;
  line-height: normal;
}
.article-info .times span {
  display: block;
  font-size: 35px;
  line-height: 1;
  letter-spacing: -4px;
}
.article-info .times .month {
  text-transform: uppercase;
  letter-spacing: 1px;
}
.item-page .article-body {
  font-family: 'Roboto Slab', serif;
  font-size: 14px;
  line-height: 24px;
  color: #333;
}
.item-page .article-body .divider-vertical {
  margin-bottom: 0;
}
.item-page .article-body > ul {
  margin-left: 25px !important;
}
.item-page .article-body .pager ul,
.item-page .article-body .pagenav {
  margin-left: 0 !important;
}
.item-page .t3-sidebar-2 {
  padding-bottom: 0;
}
.item-page > article > .article-aside {
  border-bottom: solid 1px #eaeaea;
  margin-top: 15px;
  margin-bottom: 40px;
  padding-bottom: 15px;
}
.item-page > article > .article-aside .category-name {
  float: left;
  position: inherit;
  margin-right: 10px;
}
.item-page > article > .article-aside .menu-edit ul {
  margin-left: 0;
}
.item-page > article > .article-aside .menu-edit ul li {
  margin-left: 0;
}
.item-page > article > .article-aside .menu-edit ul li:first-child {
  border-left: solid 1px #eaeaea;
  padding-left: 10px;
}
.item-page > article > .article-aside .createdby span {
  border: none;
  margin: 0 0 0 5px;
  padding: 0 0 0 5px;
}
.item-page .create > span,
.item-page .published > span,
.item-page .hits > span {
  border-right: solid 1px #eaeaea;
  padding: 0 10px 0 0;
}
.item-page .create {
  margin-right: 0;
}
.item-page .article-info .hits {
  margin-right: 0;
}
.item-page .comment-count {
  border: none;
  margin-right: 0;
}
.item-page .comment-count a {
  margin: 0;
  padding: 0 0 0 10px;
}
.item-page .comment-count .jacomment-count {
  border: none;
  margin: 0;
  padding: 0;
}
.item-page .addthis_button_compact {
  color: #aaa;
  float: left;
  font-size: 11px;
  display: inline-block;
  padding-right: 10px;
  padding-left: 10px;
}
.item-page .addthis_button_compact:hover,
.item-page .addthis_button_compact:focus,
.item-page .addthis_button_compact:active {
  color: #1ea1fc;
}
.item-page .addthis_button_compact i {
  font-size: 14px;
  vertical-align: middle;
}
.item-page .header-related {
  margin-top: 20px;
  text-transform: uppercase;
  text-align: left;
  font-size: 14px;
  line-height: normal;
}
.item-page .tpl-inf-wrapper .items article .article-aside {
  border-bottom: none;
  margin-bottom: 10px;
}
.item-page .tpl-inf-wrapper .items .article-title a {
  color: #2a2a2a;
}
.item-page .tpl-inf-wrapper .items .article-title a:hover,
.item-page .tpl-inf-wrapper .items .article-title a:focus,
.item-page .tpl-inf-wrapper .items .article-title a:active {
  color: #1ea1fc;
}
.off-related .item-page .container {
  display: none;
}
span.name {
  display: none;
}
.items-row .item {
  margin-bottom: 40px;
}
.images-content {
  margin-bottom: 10px;
  min-height: 20px;
  position: relative;
}
.images-content .item-image {
  margin: 0 !important;
}
.images-content .item-image img {
  margin: 0;
  width: 100% !important;
}
.divider-vertical {
  margin: 0 0 40px;
  border: 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #fff;
}
.article-aside {
  color: #999;
  font-size: 12px;
  margin-bottom: 10px;
}
.article-info {
  color: #aaa;
  font-size: 11px;
  margin: 0;
  position: relative;
  width: 80%;
}
.article-info .article-info-term {
  display: none;
}
.article-info dd {
  float: left;
  margin-left: 0;
  margin-right: 10px;
  white-space: nowrap;
}
.article-info .createdby span {
  color: #2a2a2a;
  border-right: solid 1px #eaeaea;
  font-weight: 700;
  padding-right: 10px;
}
.article-info .createdby a {
  color: #2a2a2a;
}
.article-info .createdby a:hover,
.article-info .createdby a:focus,
.article-info .createdby a:active {
  color: #1ea1fc;
}
.menu-edit ul {
  padding-top: 3px;
  margin-bottom: 0;
  margin-left: 0;
}
.menu-edit ul li {
  border-left: 1px solid #eaeaea;
  display: inline-block;
  padding-left: 10px;
  margin-bottom: 0;
  margin-left: 10px;
  list-style: none;
  line-height: normal;
  vertical-align: top;
}
.menu-edit ul li:first-child {
  border: none;
  margin-left: 0;
  padding-left: 0;
}
.menu-edit ul li a {
  color: #aaa;
  font-size: 0;
  display: block;
  height: 14px;
  width: 14px;
}
.menu-edit ul li a:hover,
.menu-edit ul li a:focus,
.menu-edit ul li a:active {
  color: #1ea1fc;
}
.menu-edit ul li a i,
.menu-edit ul li a span {
  font-size: 12px;
  text-indent: 0;
  display: block;
}
.article-footer {
  color: #999;
  font-size: 12px;
  margin-bottom: 20px;
}
article img[align=left],
.img_caption.left,
.pull-left.item-image {
  margin: 0 40px 20px 0;
}
article img[align=right],
.img_caption.right,
.pull-right.item-image {
  margin: 0 0 20px 40px;
}
.pull-none.item-image {
  margin-bottom: 20px;
}
.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: 40px;
}
.img-fulltext-right {
  float: right;
  margin-left: 40px;
}
.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;
  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 aside .btn-group > .dropdown-toggle,
article aside .btn-group > .dropdown-toggle:hover,
article aside .btn-group > .dropdown-toggle:active,
article aside .btn-group > .dropdown-toggle:focus {
  background: transparent;
  border: 0;
  padding: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.comment-count {
  font-size: 11px;
}
.comment-count .jacomment-count,
.comment-count .readmore {
  display: inline-block;
}
.comment-count .jacomment-count a,
.comment-count .readmore a {
  border-right: solid 1px #eaeaea;
  padding-right: 7px;
  margin-right: 5px;
}
.comment-count .containerCountComment {
  border-right: solid 1px #eaeaea;
  margin-right: 5px;
  padding-right: 5px;
}
.comment-count a {
  color: #aaa;
}
.comment-count a:hover,
.comment-count a:focus,
.comment-count a:active {
  color: #1ea1fc;
}
.login_form fieldset,
.login fieldset {
  padding: 15px 0 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 .input,
.login_form .inputbox,
.login-fields .required {
  margin-left: 10px;
  width: 150px;
}
.login_form .remember .input,
.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 .input,
.form-register .inputbox {
  margin-left: 10px;
  width: 200px;
}
.form-register .btn,
.form-register .button {
  margin-left: 140px;
}
.registration fieldset dt,
.profile-edit fieldset dt {
  margin-right: 5px;
}
.registration fieldset legend,
.profile-edit fieldset legend {
  border-bottom: 3px solid #2a2a2a;
  color: #2a2a2a;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
}
.admintable textarea {
  max-width: 90% !important;
  resize: none;
}
#mailto-window {
  background: #fff;
  margin: 10px 0 20px;
  padding: 0;
  position: relative;
}
#mailto-window h2 {
  color: #2a2a2a;
  border-bottom: 3px solid #2a2a2a;
  font-size: 14px;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 10px;
  padding-bottom: 10px;
  text-transform: uppercase;
}
#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: 5px 0;
  vertical-align: middle;
  overflow: hidden;
}
#mailtoForm .formelm label {
  display: inline-block;
  float: left;
  font-weight: normal;
  vertical-align: middle;
  width: 100px;
}
#mailtoForm p {
  margin-top: 20px;
}
#mailtoForm .input,
#mailtoForm .inputbox {
  width: 65%;
}
#mailtoForm .btn,
#mailtoForm .button,
#mailtoForm button {
  margin-right: 5px;
}
.user-details {
  padding: 10px 0;
}
.user-details p {
  margin: 0 0 5px;
}
.user-details label {
  display: block;
  float: left;
  font-weight: bold;
  text-align: right;
  width: 130px;
}
.user-details .input,
.user-details .inputbox {
  margin-left: 10px;
  width: 200px;
}
.user-details .btn,
.user-details button {
  margin-left: 140px;
}
.user-details .paramlist .paramlist_key {
  padding: 0 0 5px;
  width: 130px;
}
.user-details .paramlist .paramlist_value {
  padding: 0 0 5px;
}
.user-details .user_name span {
  font-weight: bold;
  padding-left: 10px;
}
.reset .form-validate p,
.remind .form-validate p {
  background: #eee;
  border: 1px solid #eaeaea;
  margin-bottom: 20px;
  padding: 10px 20px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.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;
}
.search .error {
  color: #c00;
  font-style: italic;
}
#searchForm {
  *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 .btn-group > .btn {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
#searchForm .ordering-box {
  padding-top: 10px;
}
#searchForm .ordering-box .ordering {
  display: inline-block;
  padding-top: 5px;
  vertical-align: top;
}
#searchForm .ordering-box select.inputbox {
  width: auto;
}
#searchForm .controls label {
  display: inline-block;
  vertical-align: inherit;
}
#searchForm .controls input[type="radio"] {
  vertical-align: top;
  margin: 3px 0 0 -18px;
  padding: 0;
}
#searchForm .form-limit > label {
  display: inline-block;
  padding-top: 5px;
  vertical-align: top;
}
#searchForm .form-limit > select.input {
  width: auto;
}
.phrases-box input,
.phrases-box label,
.form-limit input,
.form-limit label,
.only label {
  display: inline-block;
  margin-right: 10px;
  vertical-align: top;
}
.phrases-box input input[type="checkbox"],
.phrases-box label input[type="checkbox"],
.form-limit input input[type="checkbox"],
.form-limit label input[type="checkbox"],
.only label input[type="checkbox"] {
  margin-top: 3px;
}
.phrases-box input {
  margin: 3px 0 0 0;
}
.search-results {
  border-top: 1px solid #eaeaea;
  margin: 20px 0;
  padding-bottom: 20px 0;
  word-wrap: break-word;
}
.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;
}
#finder-search input.inputbox {
  margin-bottom: 10px;
  vertical-align: top;
}
#finder-search fieldset.word {
  margin-bottom: 10px;
}
#finder-search fieldset.word .icon-list {
  margin-right: 5px;
}
#finder-search #finder-filter-window ul {
  margin-left: 0;
  list-style: none;
}
#finder-search #finder-filter-window ul li {
  padding: 10px 0;
}
#finder-search #finder-filter-window ul li label {
  display: inline-block;
  width: 160px;
}
#finder-search #finder-filter-window ul li select {
  margin-bottom: 0;
}
.finder > h1,
.contact > h1,
.newsfeed-category > h1 {
  color: #2a2a2a;
  font-family: 'novecento_wide_bookbold', sans-serif;
  font-size: 50px;
  font-weight: 300;
  line-height: normal;
  margin: 0 0 40px;
  text-transform: uppercase;
}
.contact .contact-wrap > h3 {
  font-size: 16px;
  color: #2a2a2a;
}
.contact .contact-wrap > h3:first-child {
  color: #2a2a2a;
  font-family: 'novecento_wide_bookbold', sans-serif;
  font-size: 50px;
  font-weight: 300;
  line-height: normal;
  text-transform: uppercase;
  margin: 0 0 20px;
}
.contact .contact-address {
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
  margin: 0 0 40px 0;
  padding: 30px 0 15px 0;
}
.contact .contact-links {
  border-bottom: 1px solid #eaeaea;
  margin-bottom: 40px;
}
.contact .contact-links .nav-tabs.nav-stacked > li > a {
  background: url("../images/dot.png") no-repeat left center;
  border: none;
  color: #2a2a2a;
  padding: 5px 0 5px 15px;
  display: inline-block;
}
.contact .contact-links .nav-tabs.nav-stacked > li > a:hover,
.contact .contact-links .nav-tabs.nav-stacked > li > a:focus,
.contact .contact-links .nav-tabs.nav-stacked > li > a:active {
  background-image: url("../images/dot-hover.png");
  color: #1ea1fc;
}
.contact .contact-link ul li {
  float: left;
  display: inline-block;
}
.contact .contact-link ul li a {
  border: none;
  display: block;
  font-size: 0;
  margin: 0 5px 0 0;
  height: 32px;
  padding: 0;
  text-indent: -999em;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
}
.contact .contact-link ul li a i {
  background: #000;
  color: #fff;
  font-size: 14px;
  display: block;
  height: 32px;
  line-height: 32px;
  text-align: center;
  vertical-align: middle;
  width: 32px;
}
.contact .contact-link ul li a i.icon-twitter {
  background-color: #00AEEF;
}
.contact .contact-link ul li a i.icon-facebook {
  background-color: #3B5998;
}
.contact .contact-link ul li a i.icon-google-plus {
  background-color: #DD4B39;
}
.contact .contact-link ul li a i.icon-linkedin {
  background-color: #007BB6;
}
.contact .contact-link ul li a i.icon-youtube {
  background-color: #CC0000;
}
.contact .contact-link ul li a.no-icon {
  font-size: 13px;
  text-indent: 0;
  line-height: 32px;
}
.contact .contact-info {
  margin-bottom: 20px;
  color: #7a7a7a;
}
.contact .contact-info .jicons-none {
  width: 20px;
  display: inline-block;
  color: #aaa;
}
.contact .contact-info .jicons-none > i {
  font-size: 14px;
}
.contact .contact-info .contact-emailto > a {
  color: #7a7a7a;
}
.contact .contact-info .contact-emailto > a:hover {
  color: #0379cb;
}
.contact .contact-form > h3,
.contact .contact-misc > h3 {
  font-size: 16px;
  font-weight: bold;
  color: #2a2a2a;
  margin: 0 0 40px 0;
  line-height: normal;
}
.contact .contact-col1 .contact-misc {
  padding-right: 40px;
}
.contact .contact-col1 .contact-misc > div {
  margin-bottom: 20px;
}
.contact .contact-form {
  border-left: 1px solid #eaeaea;
  padding-left: 40px;
  margin-left: -40px;
}
.contact .contact-form legend {
  font-size: 13px;
  color: #999;
  line-height: normal;
  border: none;
  padding-bottom: 20px;
  margin-bottom: 0;
}
.contact .contact-form .control-contact {
  margin-bottom: 10px;
}
.contact .contact-form .control-contact > label {
  width: 20%;
  float: left;
  padding-top: 5px;
}
.contact .contact-form .control-contact > input,
.contact .contact-form .control-contact > textarea {
  width: 75%;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.contact .contact-form .control-group-footer .control-group > label {
  display: inline-block;
}
.contact .contact-form .control-group-footer .control-group > input[type="checkbox"] {
  margin: 3px 5px 0 0;
  vertical-align: top;
}
.contact .contact-form .control-group-footer .control-group > button.btn {
  display: block;
  padding: 10px 0;
  width: 100%;
}
.contact #contact-form .control-group .control-label {
  width: auto;
  text-align: left;
  padding: 0;
}
.contact #contact-form .control-group .controls {
  float: left;
  margin: 0;
}
.contact #contact-form .control-group .controls input {
  margin-top: 5px;
}
.contact .accordion .accordion-inner,
.contact .tab-content .accordion-inner {
  padding: 10px 40px;
}
.contact .accordion .contact-address,
.contact .accordion .contact-links,
.contact .tab-content .contact-address,
.contact .tab-content .contact-links {
  border: none;
  padding: 20px 0 10px 0;
  margin-bottom: 0;
}
.contact .accordion .contact-links,
.contact .tab-content .contact-links {
  padding: 10px 0 0 0;
}
.contact .accordion .contact-form,
.contact .tab-content .contact-form {
  margin: 0;
  padding: 10px 0 0 0;
  border: none;
}
.contact .accordion .contact-form .control-contact > label,
.contact .tab-content .contact-form .control-contact > label {
  width: 10%;
}
.contact .accordion .contact-form .control-contact > input,
.contact .accordion .contact-form .control-contact > textarea,
.contact .tab-content .contact-form .control-contact > input,
.contact .tab-content .contact-form .control-contact > textarea {
  width: 40%;
}
.contact .accordion .contact-form .control-group-footer .control-group,
.contact .tab-content .contact-form .control-group-footer .control-group {
  margin-left: 10%;
}
.contact .accordion .contact-form .control-group-footer .control-group > button.btn,
.contact .tab-content .contact-form .control-group-footer .control-group > button.btn {
  width: auto;
  padding: 10px 20px;
}
.contact .accordion .contact-miscinfo .dl-horizontal dd,
.contact .tab-content .contact-miscinfo .dl-horizontal dd {
  margin-left: 0;
}
.contact .contact-wrap >.nav-tabs {
  border-bottom: 3px solid #2a2a2a;
  border-top: 1px solid #eaeaea;
  margin-bottom: 10px;
}
.contact .contact-wrap >.nav-tabs li {
  margin: 0;
}
.contact .contact-wrap >.nav-tabs li a {
  border: 0;
  border-right: 1px solid #eaeaea;
  color: #999;
  font-weight: 700;
  font-size: 14px;
  line-height: normal;
  margin: 10px 20px 10px 0;
  padding: 2px 20px 2px 0;
  text-transform: uppercase;
}
.contact .contact-wrap >.nav-tabs li a:hover,
.contact .contact-wrap >.nav-tabs li a:active,
.contact .contact-wrap >.nav-tabs li a:focus {
  background: none;
}
.contact .contact-wrap >.nav-tabs li:last-child a {
  border: none;
}
.contact .contact-wrap >.nav-tabs li.active,
.contact .contact-wrap >.nav-tabs li.firstactive,
.contact .contact-wrap >.nav-tabs li.lastactive {
  border: 0;
  background: none;
}
.contact .contact-wrap >.nav-tabs li.active a,
.contact .contact-wrap >.nav-tabs li.firstactive a,
.contact .contact-wrap >.nav-tabs li.lastactive a {
  color: #2a2a2a;
}
.contact .contact-wrap >.nav-tabs li.active a:hover,
.contact .contact-wrap >.nav-tabs li.active a:active,
.contact .contact-wrap >.nav-tabs li.active a:focus,
.contact .contact-wrap >.nav-tabs li.firstactive a:hover,
.contact .contact-wrap >.nav-tabs li.firstactive a:active,
.contact .contact-wrap >.nav-tabs li.firstactive a:focus,
.contact .contact-wrap >.nav-tabs li.lastactive a:hover,
.contact .contact-wrap >.nav-tabs li.lastactive a:active,
.contact .contact-wrap >.nav-tabs li.lastactive a:focus {
  border: none;
  border-right: 1px solid #eaeaea;
}
.contact .accordion-heading .accordion-toggle {
  font-weight: bold;
}
.contact table.recaptchatable td {
  line-height: 0;
}
#archive-items > li {
  line-height: normal;
  margin: 0;
  overflow: visible;
  padding: 0;
}
#archive-items div.intro {
  clear: both;
  overflow: hidden;
}
.category-item {
  border-bottom: solid 1px #eaeaea;
  float: none;
  width: 100%;
}
.category-item a.btn-mini {
  margin-top: 10px;
}
.categories-list.category-page {
  overflow: hidden;
}
.categories-list.category-page .categories-list-container {
  margin: 0 -20px;
  position: relative;
}
.categories-list.category-page .categories-list-container:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  background: #fff;
  height: 20px;
  z-index: 1;
}
.categories-list.category-page > h1 {
  color: #2a2a2a;
  font-family: 'novecento_wide_bookbold', sans-serif;
  font-size: 50px;
  font-weight: 300;
  line-height: normal;
  text-transform: uppercase;
  margin: 0 0 20px;
}
.categories-list.category-page .category-item {
  background: url("../images/line.gif") repeat-y left top;
  border-bottom: 1px solid #eaeaea;
}
.category-page .category-desc {
  color: #7a7a7a;
}
.category-page .category-desc img {
  margin-bottom: 10px;
  display: block;
  width: 100%;
}
.category-page .category-item {
  width: 33.3%;
  float: left;
}
.category-page .category-item > article {
  padding: 20px;
}
.category-page .category-item .page-header {
  margin-bottom: 10px;
  border: none;
  padding: 0;
  line-height: normal;
  text-transform: uppercase;
}
.category-page .category-item .page-header a {
  color: #2a2a2a;
}
.category-page .category-item .page-header a:hover {
  color: #1ea1fc;
}
.category-page .category-item .category-item {
  margin-left: 4.2918454935622%;
}
.category-list .page-header {
  margin-bottom: 10px;
  border: none;
  padding: 0;
  line-height: normal;
  text-transform: uppercase;
}
.category-list .page-header a {
  color: #2a2a2a;
}
.category-list .page-header a:hover {
  color: #1ea1fc;
}
.category-list .category-desc {
  color: #7a7a7a;
}
.category-list .category-desc img {
  float: left;
  margin: 0 20px 10px 0;
  width: 210px;
}
.category-list .cat-items {
  margin-bottom: 20px;
}
.category-list .cat-items > p {
  color: #999;
  font-style: italic;
}
.category-list .cat-children > .cat-title {
  padding-bottom: 0;
  position: relative;
  border: none;
  margin-bottom: 40px;
}
.category-list .cat-children > .cat-title:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  bottom: 18px;
  left: 0;
}
.category-list .cat-children > .cat-title h3 {
  padding: 0;
  background: #fff;
  display: inline-block;
  z-index: 2;
  position: relative;
  padding-right: 10px;
  color: #2a2a2a;
  font-family: 'novecento_wide_bookbold', sans-serif;
  font-size: 50px;
  font-weight: 300;
}
.category-list .cat-children > div {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eaeaea;
}
.newsfeed-category > h2,
.newsfeed > h2 {
  border-bottom: 3px solid #2a2a2a;
  color: #2a2a2a;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  margin-bottom: 10px;
  margin-top: 10px;
  padding-bottom: 10px;
  text-transform: uppercase;
}
.newsfeed-category .category-desc,
.newsfeed .category-desc {
  margin-bottom: 20px;
}
.newsfeed-category .category li,
.newsfeed .category li {
  *zoom: 1;
}
.newsfeed-category .category li:before,
.newsfeed-category .category li:after,
.newsfeed .category li:before,
.newsfeed .category li:after {
  display: table;
  content: "";
  line-height: 0;
}
.newsfeed-category .category li:after,
.newsfeed .category li:after {
  clear: both;
}
.newsfeed-category .cat-list-row1,
.newsfeed .cat-list-row1 {
  background: #fff;
}
.newsfeed-category select,
.newsfeed select {
  width: 100px;
}
.newsfeed-category .list-title a,
.newsfeed .list-title a {
  color: #2a2a2a;
}
.newsfeed-category .list-title a:hover,
.newsfeed-category .list-title a:focus,
.newsfeed-category .list-title a:active,
.newsfeed .list-title a:hover,
.newsfeed .list-title a:focus,
.newsfeed .list-title a:active {
  color: #1ea1fc;
}
.newsfeed > h2 {
  border-bottom: 1px solid #eaeaea;
  padding-bottom: 20px;
  margin-bottom: 20px;
  margin-top: 0;
}
.newsfeed .feed-description {
  margin-bottom: 20px;
  font-size: 15px;
}
.newsfeed .feed-item-description .feed-description {
  font-size: 13px;
}
.newsfeed ol li > a {
  font-weight: bold;
  font-size: 15px;
}
.weblink-category > h2 {
  border-bottom: 3px solid #2a2a2a;
  color: #2a2a2a;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  margin-bottom: 10px;
  margin-top: 10px;
  padding-bottom: 10px;
  text-transform: uppercase;
}
.weblink-category .category-desc {
  margin-bottom: 20px;
}
.weblink-category .category li {
  padding-top: 10px;
  padding-bottom: 5px;
  *zoom: 1;
}
.weblink-category .category li:before,
.weblink-category .category li:after {
  display: table;
  content: "";
  line-height: 0;
}
.weblink-category .category li:after {
  clear: both;
}
.weblink-category .category li .list-title {
  display: inline-block;
  margin-bottom: 5px;
}
.weblink-category .cat-list-row1 {
  background: #fff;
}
.weblink-category select {
  width: 100px;
}
.weblink-category .list-title a {
  color: #2a2a2a;
}
.weblink-category .list-title a:hover,
.weblink-category .list-title a:focus,
.weblink-category .list-title a:active {
  color: #1ea1fc;
}
.weblink-category .tags {
  margin-top: 10px;
}
.edit.item-page textarea {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.edit.item-page .tab-content {
  margin-bottom: 20px;
}
#adminForm .adminlist th {
  color: #2a2a2a;
}
#adminForm .adminlist th a {
  color: #2a2a2a;
}
#adminForm .filter .hr-condensed {
  border: none;
  margin: 0;
}
#adminForm #jform_tags_chzn {
  width: 98%;
}
#adminForm #jform_tags_chzn .chzn-choices {
  background: none;
  border: solid 1px #ddd;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#adminForm #jform_tags_chzn .chzn-drop {
  width: 97%;
  border: none;
}
.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: 2px;
}
.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;
}
.edit.item-page .control-group {
  margin-top: 20px;
}
.edit.item-page .control-group a.modal {
  position: inherit;
  width: auto !important;
  margin-left: 0 !important;
  top: auto !important;
  z-index: 10;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.edit.item-page .control-group .control-label label {
  display: inline-block;
}
.controls img.calendar {
  cursor: pointer;
  margin-left: 5px;
}
.pagenavcounter {
  margin: 4px 0 20px;
  font-weight: normal;
  font-family: Helvetica, Arial, sans-serif;
}
.item-page .article-body .pagenavcounter {
  text-align: right;
}
#article-index,
.article-index.dropdown {
  margin: 0 0 0 10px;
  border: solid 1px #eaeaea;
  cursor: pointer;
}
#article-index:hover,
#article-index:focus,
#article-index:active,
.article-index.dropdown:hover,
.article-index.dropdown:focus,
.article-index.dropdown:active {
  color: #1ea1fc;
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.2);
  -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.2);
  box-shadow: 0 1px 2px rgba(0,0,0,0.2);
}
#article-index h3,
.article-index.dropdown h3 {
  background: url("../images/arrow-break.png") no-repeat 95% center;
  font-size: 13px;
  color: #2a2a2a;
  line-height: normal;
  margin: 0;
  padding: 5px 30px 5px 15px;
}
#article-index ul,
.article-index.dropdown ul {
  margin: 0 0 0 20px;
}
#article-index .dropdown-menu,
.article-index.dropdown .dropdown-menu {
  border: solid 1px #eaeaea;
  font-family: Helvetica, Arial, sans-serif;
  margin-top: 1px;
  margin-right: -1px;
  width: 160px;
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.2);
  -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.2);
  box-shadow: 0 1px 2px rgba(0,0,0,0.2);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
#article-index .dropdown-menu li,
.article-index.dropdown .dropdown-menu li {
  padding: 4px 0 0 0;
  border-top: solid 1px #eaeaea;
  overflow: hidden;
}
#article-index .dropdown-menu li:first-child,
.article-index.dropdown .dropdown-menu li:first-child {
  border-top: none;
}
#article-index .dropdown-menu li > a,
.article-index.dropdown .dropdown-menu li > a {
  width: 100px;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0;
  display: inline-block;
}
.pagenav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.pagenav li {
  margin: 0;
  padding: 0;
  float: left;
}
.pagenav li.pagenav-prev {
  margin-right: 10px;
}
.pagenav li a {
  background: #1ea1fc;
  padding: 10px 20px;
  color: #fff;
  font-size: 12px;
  border: none;
  font-weight: bold;
}
.pagenav li a:hover,
.pagenav li a:active,
.pagenav li a:focus {
  background-color: #aaa;
  color: #fff;
}
.floatnav .pagenav-prev,
.floatnav .pagenav-next {
  position: fixed;
  top: 50%;
  margin-top: -40px;
  z-index: 12;
}
.floatnav .pagenav-prev .pagenav-text,
.floatnav .pagenav-next .pagenav-text {
  -webkit-transition: -webkit-transform 400ms;
  -moz-transition: -moz-transform 400ms;
  -o-transition: -o-transform 400ms;
  transition: transform 400ms;
  transform-origin: 100% 50%;
  -webkit-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  -o-transform-origin: 100% 50%;
  -webkit-transform: scale(0,1);
  -ms-transform: scale(0,1);
  transform: scale(0,1);
}
.floatnav .pagenav-prev:hover .pagenav-text,
.floatnav .pagenav-next:hover .pagenav-text {
  -webkit-transform: scale(1,1);
  -ms-transform: scale(1,1);
  transform: scale(1,1);
}
.floatnav .pagenav-prev:hover a,
.floatnav .pagenav-next:hover a {
  background-color: #2a2a2a;
}
.floatnav li a {
  background: #eaeaea url("../images/arrow-next-ltr.png") no-repeat center center;
  width: 40px;
  height: 80px;
  display: inline-block;
  text-indent: -999em;
  padding: 0;
  vertical-align: top;
  margin-left: -4px;
}
.floatnav li a:hover {
  background: #2a2a2a url("../images/arrow-next-hover-ltr.png") no-repeat center center;
}
.floatnav .pagenav-container {
  position: relative;
}
.floatnav .pagenav-container .pagenav-text {
  position: absolute;
  top: 0;
  right: 40px;
  background: #eaeaea;
  padding: 20px 15px;
  font-size: 12px;
  color: #2a2a2a;
  text-transform: uppercase;
  font-weight: bold;
  font-family: Helvetica, Arial, sans-serif;
}
.floatnav .pagenav-container .pagenav-text span {
  display: block;
  width: 260px;
  height: 40px;
  overflow: hidden;
}
.floatnav .pagenav-prev {
  left: 0;
}
.floatnav .pagenav-prev .pagenav-container .pagenav-text {
  float: right;
  left: 40px;
  right: auto;
  transform-origin: 0% 50%;
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  -o-transform-origin: 0% 50%;
}
.floatnav .pagenav-prev .pagenav-container a {
  background: #eaeaea url("../images/arrow-prev-ltr.png") no-repeat center center;
  margin: 0 -4px 0 0;
}
.floatnav .pagenav-prev .pagenav-container a:hover {
  background: #2a2a2a url("../images/arrow-prev-hover-ltr.png") no-repeat center center;
}
.floatnav .pagenav-prev:hover .pagenav-container a {
  background-color: #2a2a2a;
}
.floatnav .pagenav-next {
  right: 0;
}
.counter {
  float: left;
  line-height: 1;
  margin: 10px 0;
  text-align: right;
}
.pagination ul > li:first-child > a,
.pagination ul > li:first-child > span,
.pagination ul > li:last-child > a,
.pagination ul > li:last-child > span,
.pager ul > li:first-child > a,
.pager ul > li:first-child > span,
.pager ul > li:last-child > a,
.pager ul > li:last-child > span {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.article-content .pagination ul > li:first-child,
.article-content .pager ul > li:first-child {
  margin-right: 4px;
}
.article-content .pagination ul > li:last-child,
.article-content .pager ul > li:last-child {
  margin-right: 4px;
}
.article-content .pagination li,
.article-content .pager li {
  background: #1ea1fc;
  border: none;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  padding: 10px 20px;
  text-transform: none;
  float: left;
}
.article-content .pagination li:hover,
.article-content .pagination li:active,
.article-content .pagination li:focus,
.article-content .pager li:hover,
.article-content .pager li:active,
.article-content .pager li:focus {
  background-color: #aaa;
  color: #fff;
}
.article-content .pagination li.pagenav-prev,
.article-content .pager li.pagenav-prev {
  margin-right: 10px;
}
.article-content .pagination li a,
.article-content .pager li a {
  background: none;
  border: none;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  text-transform: none;
  padding: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.article-content .pagination li a:hover,
.article-content .pagination li a:active,
.article-content .pagination li a:focus,
.article-content .pager li a:hover,
.article-content .pager li a:active,
.article-content .pager li a:focus {
  background-color: none;
  color: #fff;
}
.article-content .pager {
  float: right;
}
.items-more h3 {
  margin: 0 0 5px;
}
.back_button a {
  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;
}
#system-message-container div#system-message {
  margin-bottom: 0;
}
#system-message-container div#system-message .alert {
  margin-bottom: 10px;
  padding: 20px;
}
#system-message-container div#system-message > div {
  padding: 20px;
}
#system-message-container div#system-message.alert {
  margin-bottom: 10px;
}
#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;
}
#system-message > .message > ul {
  background-position: 4px 3px;
  border-width: 1px;
}
#system-message > .message > ul > li {
  margin: 0 0 0 35px !important;
  min-height: 25px;
  padding: 5px 10px;
  text-indent: 0;
}
.tip-wrap {
  background: #fff;
  border: 1px solid #ccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 1px 2px 3px rgba(0,0,0,0.2);
  -moz-box-shadow: 1px 2px 3px rgba(0,0,0,0.2);
  box-shadow: 1px 2px 3px rgba(0,0,0,0.2);
  max-width: 300px;
  z-index: 999;
}
.tip-title {
  border-bottom: 1px solid #eaeaea;
  font-weight: bold;
  padding: 5px 10px;
  color: #2a2a2a;
}
.tip-text {
  margin: 0;
  padding: 10px;
  font-size: 12px;
}
.tip-text > img {
  margin: 0 10px 10px 0;
}
.tip-text > iframe {
  width: 100%;
}
.hasTip img {
  border: none;
  margin: 0 5px 0 0;
}
.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;
}
.iframe-bordered {
  border: 1px solid #ddd;
}
.input-prepend .chzn-container-single .chzn-single {
  border-color: #eaeaea;
  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: #eaeaea;
}
.btn-group .chzn-results {
  white-space: normal;
}
.languageswitcherload {
  float: right;
  width: 100%;
}
.languageswitcherload .mod-languages {
  text-align: right;
}
.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus {
  background: none;
  color: #0379cb;
  border: 1px solid rgba(0,0,0,0);
}
.tags {
  display: block;
  margin-top: 40px;
  list-style: none;
  overflow: hidden;
  padding: 0;
}
.tags span {
  color: #666;
  display: inline-block;
  margin: 0 5px 5px 0;
}
.tags span a,
.tags span a.label-info[href] {
  background: #eaeaea;
  color: #666;
  display: block;
  font-size: 12px;
  font-weight: bold;
  padding: 4px 8px;
  text-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.tags span a:hover,
.tags span a:focus,
.tags span a:active,
.tags span a.label-info[href]:hover,
.tags span a.label-info[href]:focus,
.tags span a.label-info[href]:active {
  background: #1ea1fc;
  color: #fff;
  text-decoration: none;
}
.tag-category ul.category {
  margin-top: 20px;
}
.tag-category ul.category li {
  padding: 20px;
  border-color: #eaeaea;
}
.tag-category ul.category li.cat-list-row1 {
  background-color: #F4F4F4;
}
.tag-category ul.category li h3 {
  font-size: 20px;
  line-height: 30px;
  margin: 0 0 15px;
  padding: 0;
}
.tag-category ul.category li h3 a {
  color: #2a2a2a;
}
.tag-category ul.category li h3 a:hover,
.tag-category ul.category li h3 a:focus,
.tag-category ul.category li h3 a:active {
  color: #1ea1fc;
}
.tag-category ul.category li img {
  margin-bottom: 20px;
}
.lt-ie9 .floatnav .pagenav-prev .pagenav-text,
.lt-ie9 .floatnav .pagenav-next .pagenav-text {
  display: none;
}
.lt-ie9 .floatnav .pagenav-prev:hover .pagenav-text,
.lt-ie9 .floatnav .pagenav-next:hover .pagenav-text {
  display: block;
}
.lt-ie10 .search .phrases-box label {
  vertical-align: text-top;
}
#page-site a.modal.btn {
  position: relative;
  top: 0;
  left: auto;
  right: 0;
  z-index: 10;
  width: auto;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  box-shadow: none;
}
.mce-btn button {
  text-transform: none;
  background: none;
}
#jform_privacyconsent_privacy-lbl a.modal,
#jform_consentbox-lbl a.modal,
#jform_terms_terms-lbl a.modal,
#jform_profile_tos-lbl a.modal {
  display: inline-block;
  position: relative;
  width: auto;
  background: transparent;
  border: none;
  box-shadow: none;
  left: 0;
}
#jform_terms_terms input[type="radio"],
#jform_terms_terms input[type="checkbox"],
#jform_privacyconsent_privacy input[type="radio"],
#jform_privacyconsent_privacy input[type="checkbox"],
#jform_consentbox input[type="radio"],
#jform_consentbox input[type="checkbox"],
#jform_profile_tos input[type="radio"],
#jform_profile_tos input[type="checkbox"] {
  position: relative;
  margin: 0;
  margin-right: 5px;
  width: auto;
}
#jform_terms_terms label,
#jform_privacyconsent_privacy label,
#jform_consentbox label,
#jform_profile_tos label {
  margin-right:  / 2;
  padding: 0;
}
#jform_terms_terms-lbl .star,
#jform_privacyconsent_privacy-lbl .star,
#jform_consentbox-lbl .star {
  width: 10px;
  vertical-align: top;
}
#modal-jform_consentbox,
#modal-consentbox {
  top: 10%;
  display: block;
  z-index: 1050;
  left: 50%;
  width: 80%;
  position: fixed;
  margin-left: -40%;
  background: #fff;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  box-shadow: 0 3px 7px rgba(0,0,0,0.3);
  -webkit-box-shadow: 0 3px 7px rgba(0,0,0,0.3);
  -moz-box-shadow: 0 3px 7px rgba(0,0,0,0.3);
  background-clip: padding-box;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  outline: none;
  padding: 0 !important;
  transform: none;
  bottom: auto;
  visibility: hidden;
}
#modal-jform_consentbox.in,
#modal-consentbox.in {
  opacity: 1;
  display: block !important;
  visibility: visible;
}
#modal-jform_consentbox .modal-header,
#modal-consentbox .modal-header {
  padding: 9px 15px;
  border-bottom: 1px solid #eee;
}
#modal-jform_consentbox .modal-body,
#modal-consentbox .modal-body {
  overflow-y: auto;
  width: 98%;
  position: relative;
  padding: 1%;
}
#modal-jform_consentbox .modal-body,
#modal-consentbox .modal-body {
  height: 75vh;
  max-height: 100%;
}
#modal-jform_consentbox .iframe,
#modal-consentbox .iframe {
  height: 98%;
}
#modal-consentbox .modal-header h3,
#modal-jform_consentbox .modal-header h3 {
  margin: 0;
  font-size: 26px;
}



.t3-header {
  padding-top: 20px;
  padding-bottom: 20px;
}
.header-menu {
  margin-left: 0 !important;
}
.logo {
  float: left;
}
.logo .brand {
  padding: 0;
  margin: 10px 0 0;
  text-shadow: none;
}
.logo a {
  display: inline-block;
  line-height: 1;
  margin: 0;
}
.logo-image {
  overflow: hidden;
}
.logo-image div.brand {
  margin-left: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}
.logo-image a {
  width: 79px;
  height: 30px;
}
.logo-image a.bg-image {
  background-image: url("../images/logo.png");
  background-repeat: no-repeat;
}
.logo-image span,
.logo-image small {
  display: none;
}
.logo-text .brand {
  padding: 6px 20px 0;
}
.logo-text a {
  color: #1ea1fc;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
}
.logo-text:hover a,
.logo-text a:hover,
.logo-text a:active,
.logo-text a:focus {
  text-decoration: none;
}
.logo-text .site-slogan {
  display: block;
  font-size: 11px;
  margin-top: -2px;
}
.head-social .nav {
  float: right;
  border-left: solid 1px #eaeaea;
  margin-top: 0 !important;
}
.head-social .nav > li {
  float: left !important;
}
.head-social .nav > li > a,
.head-social .nav > li > .mod-languages > a {
  border-left: none !important;
  border-right: solid 1px #eaeaea;
  color: #8A8A8A;
  display: block;
  padding: 15px 19px !important;
  position: relative;
}
.head-social .nav > li > a:after,
.head-social .nav > li > .mod-languages > a:after {
  position: absolute;
  width: 100%;
  height: 1px;
  content: "";
  background: #fff;
  display: none;
  bottom: -1px;
  right: 0;
}
.head-social .nav > li.open > a:after,
.head-social .nav > li.open > .mod-languages > a:after {
  display: block;
}
.head-social .nav > li.open > a:hover,
.head-social .nav > li.open > a:focus,
.head-social .nav > li.open > a:active,
.head-social .nav > li.open > .mod-languages > a:hover,
.head-social .nav > li.open > .mod-languages > a:focus,
.head-social .nav > li.open > .mod-languages > a:active {
  color: #1ea1fc;
}
.head-social .nav > li > ul.dropdown {
  display: none;
}
.head-social .nav > li.open > ul.dropdown {
  display: block;
}
.head-social .dropdown-menu {
  border-color: #eaeaea;
  border-top: none;
  left: auto;
  min-width: 250px !important;
  right: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.head-social .nav-connect .dropdown-menu,
.head-social .nav-user .dropdown-menu,
.head-social .nav-search .dropdown-menu {
  margin-top: 1px;
  min-width: 240px !important;
  -webkit-box-shadow: 0 5px 5px rgba(0,0,0,0.2);
  -moz-box-shadow: 0 5px 5px rgba(0,0,0,0.2);
  box-shadow: 0 5px 5px rgba(0,0,0,0.2);
  border: solid 1px #eaeaea;
  border-top: none;
}
.head-social .languageswitcher-block .dropdown-menu {
  margin-top: 1px;
  min-width: 400px !important;
  padding: 15px !important;
  line-height: 0;
  -webkit-box-shadow: 0 5px 5px rgba(0,0,0,0.2);
  -moz-box-shadow: 0 5px 5px rgba(0,0,0,0.2);
  box-shadow: 0 5px 5px rgba(0,0,0,0.2);
  border: solid 1px #eaeaea;
  border-top: none;
}
.head-social .languageswitcher-block .lang-inline li {
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  width: 33.3%;
}
.head-social .languageswitcher-block .lang-inline li.lang-active a {
  background: #eee;
  border-color: #eaeaea;
  color: #0379cb;
  font-weight: bold;
}
.head-social .languageswitcher-block .lang-inline li a {
  border: 1px solid #fff;
  display: block;
  font-size: 12px;
  line-height: 1;
  margin: 0;
  padding: 7px 10px;
  text-align: left;
  overflow: hidden;
}
.head-social .languageswitcher-block .lang-inline li a:hover,
.head-social .languageswitcher-block .lang-inline li a:focus,
.head-social .languageswitcher-block .lang-inline li a:active {
  background: #eee;
  border-color: #eaeaea;
}
.head-social .languageswitcher-block .lang-inline li a img {
  float: left;
  margin: 0 5px 0 0;
  padding: 0;
  vertical-align: middle;
}
.head-social .dropdown-menu-inner {
  padding: 20px;
}
.head-social .input-append .add-on,
.head-social .input-prepend .add-on {
  background: none;
  border-color: #eaeaea;
  border-right: none;
  color: #666;
  text-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.head-social input.btn {
  width: 98%;
  padding: 10px 0;
}
.head-social div.addthis_toolbox {
  text-align: center;
}
.head-social div.addthis_toolbox > a {
  width: 32px !important;
  height: 32px;
  line-height: 32px;
  display: inline-block;
  margin: 0 2px;
}
.head-social div.addthis_toolbox > a i {
  color: #fff;
}
.head-social div.addthis_toolbox > a.addthis_button_facebook {
  background: #3b5998;
}
.head-social div.addthis_toolbox > a.addthis_button_google_plusone_share {
  background: #dd4b39;
}
.head-social div.addthis_toolbox > a.addthis_button_twitter {
  background: #00aeef;
}
.head-social div.addthis_toolbox > a.addthis_button_linkedin {
  background: #007bb6;
}
.head-social .t3-module {
  margin-bottom: 0;
}
.head-social #login-form {
  margin-bottom: 0;
  margin-top: 10px;
}
.head-social #login-form .checkbox input[type="checkbox"] {
  margin-top: 3px;
}
.head-social #login-form ul li a {
  background: url("../images/dot.png") no-repeat left center;
  border: none;
  color: #666;
  padding: 2px 0 2px 10px !important;
}
.head-social #login-form ul li a:hover,
.head-social #login-form ul li a:focus,
.head-social #login-form ul li a:active {
  background-image: url("../images/dot-hover.png");
  color: #1ea1fc;
}
.head-social .nav-search form {
  margin-bottom: 0;
}
.head-social .search label {
  display: none;
}
.t3-mainnav.min-mainnav {
  width: 100%;
  top: 0;
}
.affix {
  z-index: 1030;
}
.top-header {
  background: #f5f5f5;
  border-bottom: solid 1px #eaeaea;
  padding: 10px 0;
}
.top-header .t3-module {
  margin-bottom: 0;
}
.t3-mainnav.min-mainnav .wrap.top-header {
  display: none;
}
.spl-home-1 {
  padding-top: 40px;
}
.spl-home-2 .t3-module,
.spl-home-3 .t3-module {
  background: url("../images/head-line.gif") repeat-x left top;
  margin-bottom: 0;
  padding-top: 40px;
}
.spl-home-2 .t3-module .module-title,
.spl-home-3 .t3-module .module-title {
  color: #2a2a2a;
  border: none;
  font-family: 'novecento_wide_bookbold', sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: normal;
  margin: 0 0 20px;
  padding: 0;
  text-transform: uppercase;
}
.spl-home-2 .t3-module .module-title span,
.spl-home-3 .t3-module .module-title span {
  position: relative;
  padding-right: 2px;
}
.spl-home-2 .t3-module .module-title span:before,
.spl-home-3 .t3-module .module-title span:before {
  bottom: 0;
  content: ".";
  position: absolute;
  right: -10px;
}
.newpost-page .spl-home-2 .t3-module {
  background: none;
}
.tpl-inf-wrapper {
  position: relative;
}
.tpl-inf-wrapper h1 {
  background: url("../images/head-line.gif") repeat-x left top;
  color: #2a2a2a;
  font-family: 'novecento_wide_bookbold', sans-serif;
  font-size: 50px;
  font-weight: 300;
  line-height: normal;
  margin: 0 0 40px;
  text-transform: uppercase;
  margin-bottom: 0;
  padding-top: 40px;
}
.tpl-inf-wrapper h1 span {
  position: relative;
  padding-right: 2px;
}
.tpl-inf-wrapper h1 span:before {
  bottom: 0;
  content: ".";
  position: absolute;
  right: -10px;
}
.tpl-layout-switch {
  position: absolute;
  right: 0;
  top: 60px;
  z-index: 2;
}
.tpl-layout-switch li {
  border: solid 1px #eaeaea;
  float: left;
  list-style: none;
  height: 30px;
  text-align: center;
  width: 30px;
}
.tpl-layout-switch li i {
  color: #aaa;
  cursor: pointer;
  line-height: 30px;
  text-align: center;
  margin: auto;
  font-size: 14px;
}
.tpl-layout-switch li.active {
  background: #1ea1fc;
  color: #fff;
  border-color: #0388e4;
}
.tpl-layout-switch li.active i {
  color: #fff;
}
.btn-sidenav {
  background: #fff;
  border: none;
  border-right: solid 1px #dadada;
  color: #aaa;
  font-size: 14px;
  height: 50px;
  line-height: 50px;
  width: 50px;
  padding: 0;
}
.btn-sidenav:hover,
.btn-sidenav:focus,
.btn-sidenav:active {
  color: #fff;
  background: #1ea1fc;
}
.t3-mainbody {
  padding-bottom: 40px;
  padding-top: 40px;
}
.tpl-inf-wrapper {
  position: relative;
  overflow: hidden;
}
.layout-blog #infinity-next {
  margin-top: -10px;
  padding-top: 0;
}
.infinity-cont.av-list .items {
  position: relative;
}
.infinity-cont.av-grid .items {
  float: left;
  position: relative;
}
.infinity-cont.av-grid.grid-cols-1 .items {
  width: 100%;
}
.infinity-cont.av-grid.grid-cols-2 .items {
  width: 50%;
}
.infinity-cont.av-grid.grid-cols-3 .items {
  width: 33.333333333333%;
}
.infinity-cont.av-grid.grid-cols-4 .items {
  width: 25%;
}
.infinity-cont.av-grid.grid-cols-5 .items {
  width: 20%;
}
.infinity-cont.av-grid.grid-cols-6 .items {
  width: 16.666666666667%;
}
.infinity-cont.av-grid.grid-cols-7 .items {
  width: 14.285714285714%;
}
.infinity-cont.av-grid.grid-cols-8 .items {
  width: 12.5%;
}
.infinity-cont.av-grid.grid-cols-9 .items {
  width: 11.111111111111%;
}
.infinity-cont.av-grid.grid-cols-10 .items {
  width: 10%;
}
.infinity-cont.av-grid.grid-cols-11 .items {
  width: 9.0909090909091%;
}
.infinity-cont.av-grid.grid-cols-12 .items {
  width: 8.3333333333333%;
}
.infinity-cont.will-anim {
  -webkit-perspective: 1300px;
  -moz-perspective: 1300px;
  perspective: 1300px;
}
.infinity-cont.will-anim .items {
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.infinity-cont .items {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform-origin: 0% 0%;
  -moz-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
}
.infinity-cont .items.anim-hide-state {
  -webkit-transform: rotateX(-80deg);
  -moz-transform: rotateX(-80deg);
  transform: rotateX(-80deg);
  opacity: 0;
}
.infinity-cont .items.anim-show-state {
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  transform: rotateX(0deg);
  opacity: 1;
}
.item-page .tpl-inf-wrapper {
  border-top: solid 5px #eaeaea;
}
.item-page .tpl-inf-wrapper .items {
  background: url("../images/line.gif") repeat-y left top;
  border-bottom: solid 1px #eaeaea;
}
.item-page .tpl-inf-wrapper .infinity-cont.related {
  margin-left: -20px;
  margin-right: -20px;
}
.item-page .tpl-inf-wrapper .infinity-cont.related .category-name {
  float: left;
  margin-right: 5px;
  position: inherit;
}
.item-page .tpl-inf-wrapper article {
  padding: 20px;
  text-align: left;
}
.item-page .tpl-inf-wrapper article .article-title {
  font-size: 16px;
  line-height: 1.3;
  margin-bottom: 0;
}
.item-page .tpl-inf-wrapper article .article-info dd.published {
  margin-right: 0;
}
.photo-page .tpl-inf-wrapper {
  padding-bottom: 60px;
}
.photo-page .tpl-inf-wrapper .images-content:before {
  background: url("../images/bg-gallery.gif") repeat-x 5px bottom;
  background-color: none !important;
  display: block;
  height: 5px;
  bottom: -5px;
  right: -5px;
  width: 100%;
  z-index: -10;
  content: "";
  position: absolute;
}
.photo-page .tpl-inf-wrapper .images-content:after {
  background: url("../images/bg-gallery-right-ltr.gif") repeat-y right 0;
  background-color: none !important;
  display: block;
  height: 100%;
  bottom: -5px;
  right: -5px;
  width: 5px;
  z-index: -10;
  content: "";
  position: absolute;
}
.photo-page .tpl-inf-wrapper .infinity-cont.related {
  margin-right: -15px !important;
}
.video-page .tpl-inf-wrapper {
  padding-bottom: 60px;
}
#page-nav,
#infscr-loading {
  width: 66px;
  height: 66px;
  margin: 60px auto;
  font-size: 0;
  text-indent: -999em;
  display: none;
  text-align: center;
  display: none !important;
}
#infinity-next {
  text-align: center;
  padding-top: 20px;
}
#infinity-next .inf-button {
  display: inline-block;
  position: relative;
  background-color: #aaa;
  color: #fff;
  cursor: pointer;
  font-weight: 700;
  font-size: 15px;
  padding: 10px 20px;
  text-align: center;
  width: 200px;
}
#infinity-next .inf-button:hover,
#infinity-next .inf-button:focus,
#infinity-next .inf-button:active,
#infinity-next .inf-button.finished {
  background-color: #1ea1fc;
}
#infinity-next .inf-button:hover:before,
#infinity-next .inf-button:focus:before,
#infinity-next .inf-button:active:before,
#infinity-next .inf-button.finished:before {
  border-bottom-color: #1ea1fc;
}
#infinity-next .inf-button:before {
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #aaa;
  content: "";
  display: block;
  position: absolute;
  top: -5px;
  left: 50%;
  margin-left: -5px;
}
#infinity-next.finished .inf-button {
  cursor: auto;
  background-color: #1ea1fc;
}
#infinity-next.finished .inf-button:before {
  border-bottom-color: #1ea1fc;
}
#infinity-next .inf-loader {
  height: 0;
  overflow: hidden;
  -webkit-transition: 0.4s ease-out;
  -moz-transition: 0.4s ease-out;
  -o-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
}
#infinity-next.active .inf-loader {
  height: 66px;
  margin-bottom: 20px;
}
.t3-footer {
  background: #f5f5f5;
  border-top: solid 1px #cacaca;
  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: 100%;
}
.t3-footer a {
  color: #7a7a7a;
}
.t3-footer a:hover,
.t3-footer a:active,
.t3-footer a:focus {
  color: #1ea1fc;
}
.footer-logo a {
  background: url("../images/logo-big.png") no-repeat left top;
  display: block;
  width: 218px;
  height: 80px;
  font-size: 0;
  text-indent: -999em;
}
.t3-footnav {
  padding: 60px 0 0;
  *zoom: 1;
}
.t3-footnav:before,
.t3-footnav:after {
  display: table;
  content: "";
  line-height: 0;
}
.t3-footnav:after {
  clear: both;
}
.t3-footnav .t3-module {
  background: none;
  border-left: solid 1px #e2e2e2;
  margin-bottom: 0;
  min-height: 200px;
  padding-left: 20px;
  padding-top: 0;
}
.t3-footnav .t3-module .module-title {
  border: none;
  color: #aaa;
  font-family: 'novecento_wide_bookbold', sans-serif;
  font-weight: 100;
  font-size: 12px;
  line-height: normal;
  margin-bottom: 10px;
  padding-bottom: 0;
  text-transform: uppercase;
}
.t3-footnav ul {
  list-style: none;
  margin-left: 0;
}
.t3-footnav li {
  line-height: 24px;
  font-size: 12px;
}
.t3-footnav li a {
  background: none;
  color: #7a7a7a;
}
.t3-footnav li a:hover,
.t3-footnav li a:focus,
.t3-footnav li a:active {
  background: none;
  color: #1ea1fc;
}
.t3-footnav .item-first .t3-module,
.t3-footnav .spanfirst .t3-module {
  border-left: none;
}
.footer-social {
  margin-bottom: 15px;
}
.footer-social a > span,
.footer-social .addthis_32x32_style .at15nc.at300bs,
.footer-social .addthis_32x32_style .at15nc.at15t,
.footer-social .addthis_32x32_style .at15nc.at15t_twitter,
.footer-social .addthis_32x32_style .at15nc.at300bs,
.footer-social .addthis_32x32_style .at15nc.at15t {
  background-image: url("../images/ico-social.png") !important;
  bakcground-repeat: no-repeat;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}
.footer-social .addthis_32x32_style .at15nc.at15t_facebook {
  background-position: 0 0 !important;
  background-color: #3b5998 !important;
}
.footer-social .addthis_32x32_style .at15nc.at15t_twitter {
  background-position: 0 -32px !important;
  background-color: #00aced !important;
}
.footer-social .addthis_32x32_style .at15nc.at15t_rss {
  background-position: 0 -64px !important;
  background-color: #f47259 !important;
}
.footer-social .at_a11y {
  display: none;
}
.t3-copyright {
  font-size: 11px;
  *zoom: 1;
}
.t3-copyright:before,
.t3-copyright:after {
  display: table;
  content: "";
  line-height: 0;
}
.t3-copyright:after {
  clear: both;
}
.t3-copyright .container {
  border-top: solid 1px #e2e2e2;
  padding: 40px 0 80px;
}
.copyright {
  float: none;
  text-align: right;
  margin-bottom: 10px;
}
.poweredby {
  float: right;
  text-align: right;
}
.poweredby .t3-logo,
.poweredby .t3-logo-small {
  float: right;
  opacity: .5;
}
.footer-social .custom {
  float: right;
}
.login-wrap {
  background: #f5f5f5;
  border: 1px solid #e6e6e6;
  margin: 20px auto;
  width: 500px;
}
.login-wrap.secretkey {
  width: 730px;
}
.login-wrap.secretkey .well .control-group {
  width: 33%;
}
.login-wrap .login {
  padding: 20px 20px 0;
}
.login-wrap .login form {
  margin-bottom: 0;
}
.login-wrap .well {
  background: transparent;
  border: 0;
  box-shadow: none;
  margin-bottom: 0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.login-wrap .well .control-group {
  float: left;
  width: 50%;
}
.login-wrap .well .control-group .control-label {
  display: block;
  float: none;
  text-align: left;
  width: auto;
  margin-bottom: 10px;
}
.login-wrap .well .control-group .controls {
  margin-left: 0;
  float: none;
}
.login-wrap .well .control-group .controls input {
  padding-top: 6px;
  padding-bottom: 6px;
  line-height: 25px !important;
  width: 200px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.login-wrap .well .control-group .controls .btn-primary {
  letter-spacing: 1px;
  padding: 7px 15px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.login-wrap .other-links {
  padding-bottom: 20px;
}
.login-wrap .other-links ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
  font-size: 12px;
}
.login-wrap .other-links ul li {
  display: inline-block;
  padding: 0 10px;
}
.login-wrap .other-links ul a {
  background: url("../images/dot.png") no-repeat left center;
  color: #999;
  padding: 0 0 0 12px;
  display: inline-block;
}
.login-wrap .other-links ul a:hover,
.login-wrap .other-links ul a:focus,
.login-wrap .other-links ul a:active {
  background-image: url("../images/dot-hover.png");
  color: #0379cb;
}
.logout {
  background: #f5f5f5;
  border: 1px solid #e6e6e6;
  margin: 20px auto;
  width: 420px;
  padding: 40px 40px 20px;
}
.category-name {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
.category-name,
.category-name a {
  background: #000;
  color: #fff;
  display: inline-block;
  font-weight: 700;
  font-size: 11px;
  padding: 0px 3px;
  text-transform: uppercase;
}
.category-name a,
.t3-module ul li .category-name a {
  color: #fff;
  padding-top: 0;
  padding-bottom: 0;
  text-decoration: none;
}
.category-name > a:hover,
.category-name > a:focus,
.category-name > a:active,
.category-name:hover,
.category-name:focus,
.category-name:active {
  color: #fff;
  text-decoration: none;
}
.category-name.gray,
.category-name.gray a {
  background: #666;
}
.category-name.gray:hover,
.category-name.gray:focus,
.category-name.gray:active,
.category-name.gray a:hover,
.category-name.gray a:focus,
.category-name.gray a:active {
  background: #595959;
}
.category-name.blue,
.category-name.blue a {
  background: #1ea1fc;
}
.category-name.blue:hover,
.category-name.blue:focus,
.category-name.blue:active,
.category-name.blue a:hover,
.category-name.blue a:focus,
.category-name.blue a:active {
  background: #0596fc;
}
.category-name.green,
.category-name.green a {
  background: #690;
}
.category-name.green:hover,
.category-name.green:focus,
.category-name.green:active,
.category-name.green a:hover,
.category-name.green a:focus,
.category-name.green a:active {
  background: #558000;
}
.category-name.red,
.category-name.red a {
  background: #c00;
}
.category-name.red:hover,
.category-name.red:focus,
.category-name.red:active,
.category-name.red a:hover,
.category-name.red a:focus,
.category-name.red a:active {
  background: #b30000;
}
.category-name.orange,
.category-name.orange a {
  background: #f80;
}
.category-name.orange:hover,
.category-name.orange:focus,
.category-name.orange:active,
.category-name.orange a:hover,
.category-name.orange a:focus,
.category-name.orange a:active {
  background: #e67a00;
}
.category-name.pink,
.category-name.pink a {
  background: #d60a6c;
}
.category-name.pink:hover,
.category-name.pink:focus,
.category-name.pink:active,
.category-name.pink a:hover,
.category-name.pink a:focus,
.category-name.pink a:active {
  background: #be0960;
}
.category-name.purple,
.category-name.purple a {
  background: #8b08ae;
}
.category-name.purple:hover,
.category-name.purple:focus,
.category-name.purple:active,
.category-name.purple a:hover,
.category-name.purple a:focus,
.category-name.purple a:active {
  background: #780796;
}
.category-name.darkorange,
.category-name.darkorange a {
  background: #fb8035;
}
.category-name.darkorange:hover,
.category-name.darkorange:focus,
.category-name.darkorange:active,
.category-name.darkorange a:hover,
.category-name.darkorange a:focus,
.category-name.darkorange a:active {
  background: #fb701c;
}
.category-name.darkblue,
.category-name.darkblue a {
  background: #074e80;
}
.category-name.darkblue:hover,
.category-name.darkblue:focus,
.category-name.darkblue:active,
.category-name.darkblue a:hover,
.category-name.darkblue a:focus,
.category-name.darkblue a:active {
  background: #063f68;
}
.Adv1 .banneritem {
  border-bottom: 1px solid #eaeaea;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.addthis_button_compact i {
  font-size: 13px;
}
.carousel {
  background: #000;
}
.carousel .carousel-inner {
  background: #000;
  font-family: Helvetica, Arial, sans-serif;
  vertical-align: middle;
  text-align: center;
}
.carousel .carousel-inner > .item {
  padding-bottom: 50px;
}
.carousel .carousel-inner img {
  background: #000;
  margin: auto;
  vertical-align: middle;
  text-align: center;
}
.carousel .carousel-caption {
  position: absolute;
  background: none;
}
.carousel .carousel-control {
  background: #000;
  border: none;
  height: 100%;
  font-size: 0;
  left: 0;
  line-height: normal;
  margin-top: 0;
  padding: 0;
  text-align: center;
  vertical-align: middle;
  top: 0;
  width: 60px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  opacity: 0.75;
  filter: alpha(opacity=75);
}
.carousel .carousel-control:hover,
.carousel .carousel-control:focus,
.carousel .carousel-control:active {
  background: #1ea1fc;
  opacity: 1;
  filter: alpha(opacity=100);
}
.carousel .carousel-control:hover.left:before,
.carousel .carousel-control:focus.left:before,
.carousel .carousel-control:active.left:before {
  background-position: 0 -20px;
  opacity: 1;
  filter: alpha(opacity=100);
}
.carousel .carousel-control:hover.right:before,
.carousel .carousel-control:focus.right:before,
.carousel .carousel-control:active.right:before {
  background-position: -20px -20px;
  opacity: 1;
  filter: alpha(opacity=100);
}
.carousel .carousel-control.right {
  left: auto;
  right: 0;
}
.carousel .carousel-control.left:before {
  background-image: url("../images/slideshow-navi.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  content: "";
  display: block;
  height: 20px;
  position: absolute;
  left: 20px;
  top: 48%;
  width: 20px;
}
.carousel .carousel-control.right:before {
  background-image: url("../images/slideshow-navi.png");
  background-position: right 0;
  background-repeat: no-repeat;
  content: "";
  display: block;
  height: 20px;
  position: absolute;
  right: 20px;
  top: 48%;
  width: 20px;
}
.carousel .carousel-header h4 {
  font-size: 18px;
  color: #fff;
}
.carousel .carousel-caption {
  padding-left: 100px;
  padding-right: 100px;
}
.carousel .carousel-caption p {
  height: 20px;
  overflow: hidden;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}
.gallery-item .thumbnails {
  display: none;
}
.carousel-indicators {
  display: none;
}
body #at15s {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
body #at15s .atm-i {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.event-list {
  lst-style: none;
  margin-left: 0;
  margin-top: 40px;
}
.event-list h2 {
  border-top: solid 5px #ddd;
  line-height: normal;
  font-size: 24px;
  margin-left: 25px;
  padding: 30px 0 20px;
}
.event-list li {
  list-style: none;
  border-top: solid 1px #eaeaea;
  padding: 25px 0;
}
.event-list li .time {
  text-transform: uppercase;
  width: 25%;
  color: #aaa;
}
.event-list li .time span {
  display: block;
  margin-bottom: 3px;
}
.event-list li .info-event {
  width: 74%;
}
.event-list li h3 {
  font-size: 15px;
  line-height: normal;
  margin: 0 0 5px;
  color: #2a2a2a;
}
body.popupview.popupview-loaded {
  overflow: hidden;
}
#popup-view {
  display: none;
}
.popup-iframe {
  min-height: 90%;
  width: 100%;
}
.popupview #popup-view {
  background: url("../images/black-trans-75.png") repeat left top;
  bottom: 0;
  display: block;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 10000;
  padding: 0;
}
.popupview #popup-position {
  position: absolute;
  top: 60px;
  bottom: 20px;
  width: 90%;
  left: 5%;
}
.popupview #popup-content {
  height: 100%;
  margin: 0 auto;
  max-width: 900px;
  position: relative;
  width: 100%;
  z-index: 1000;
}
.popupview .popup-inner {
  background: #fff;
  border: none;
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.popupview .popup-inner.animate {
  -webkit-transition: all 500ms ease-out;
  -moz-transition: all 500ms ease-out;
  -o-transition: all 500ms ease-out;
  transition: all 500ms ease-out;
}
.popupview .popup-inner.current {
  -webkit-transform: translate(0%,0%);
  -moz-transform: translate(0%,0%);
  -ms-transform: translate(0%,0%);
  -o-transform: translate(0%,0%);
  transform: translate(0%,0%);
}
.popupview .popup-inner.prev {
  -webkit-transform: translate(-125%,0%);
  -moz-transform: translate(-125%,0%);
  -ms-transform: translate(-125%,0%);
  -o-transform: translate(-125%,0%);
  transform: translate(-125%,0%);
}
.popupview .popup-inner.next {
  -webkit-transform: translate(260%,0%);
  -moz-transform: translate(260%,0%);
  -ms-transform: translate(260%,0%);
  -o-transform: translate(260%,0%);
  transform: translate(260%,0%);
}
.popupview .popup-inner-content {
  position: absolute;
  
  top: 0;
  
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.popupview .popup-head {
  background: #111;
  height: 60px;
  top: -60px;
  right: 0;
  width: 100%;
  position: absolute;
  z-index: 1001;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.popupview a#popup-close {
  background: url("../images/icon_close.png") no-repeat center center #111;
  border-left: solid 1px #1d1d1d;
  border-right: solid 1px #1d1d1d;
  display: block;
  height: 60px;
  position: absolute;
  right: 0;
  text-indent: -999em;
  top: 0px;
  width: 60px;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: opacity 0.25s ease-out;
  -moz-transition: opacity 0.25s ease-out;
  -o-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
}
.popupview a#popup-close:hover,
.popupview a#popup-close:focus,
.popupview a#popup-close:active {
  background-color: #1ea1fc;
  border-color: #1ea1fc;
}
.popupview .popup-nav {
  top: -60px;
  margin-top: 0;
  width: auto;
  height: 60px;
  position: absolute;
  z-index: 1001;
}
.popupview .popup-nav a {
  background: none;
  border-right: solid 1px #1D1D1D;
  color: #fff;
  display: inline-block;
  font-size: 25px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  width: 60px;
  opacity: 0.7;
  filter: alpha(opacity=70);
  -webkit-transition: opacity 0.25s ease-out;
  -moz-transition: opacity 0.25s ease-out;
  -o-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
}
.popupview .popup-nav a:hover,
.popupview .popup-nav a:focus {
  background: #1ea1fc;
  text-decoration: none;
  opacity: 1;
  filter: alpha(opacity=100);
}
.popupview .popup-nav a.popup-prev {
  border-left: solid 1px #1d1d1d;
}
.popupview .popup-nav a.popup-prev:hover,
.popupview .popup-nav a.popup-prev:focus,
.popupview .popup-nav a.popup-prev:active {
  border-color: #1ea1fc;
}
.popupview .popup-nav a span {
  display: none;
}
.popupview #popup-prev {
  float: left;
}
.popupview #popup-next {
  float: right;
}
.popupview #popup-content:hover .popup-nav a {
  opacity: 1;
  filter: alpha(opacity=100);
}
.popupview .popup-hide {
  opacity: 0;
  filter: alpha(opacity=0);
}
.popupview .popup-hidectrl #popup-close,
.popupview .popup-hidectrl .popup-nav a {
  opacity: 0;
  filter: alpha(opacity=0);
}
.popup-trackerV {
  bottom: 2px;
  overflow: hidden;
  position: absolute;
  top: 2px;
  right: 2px;
  width: 10px;
  z-index: 100;
  opacity: 1;
  filter: alpha(opacity=100);
  -o-transition-property: opacity;
  -moz-transition-property: opacity;
  -webkit-transition-property: opacity;
}
.popup-trackerV div {
  background: #666;
  position: absolute;
  width: 100%;
  z-index: 100;
  -moz-transition-property: -Moz-transform;
  -moz-transition-timing-function: cubic-bezier(0.33,0.66,0.66,1);
  -moz-transform: translate(0pt,0px);
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.component.view-article .popup-body .item-page {
  width: 640px;
  margin: auto;
}
.popup-body {
  background: #fff;
}
.popup-body .item-page article {
  width: 100%;
}
.popup-body .item-page .article-body {
  width: 640px !important;
}
#user-registration .control-group {
  margin-bottom: 5px;
}
.alert .close {
  right: 0;
}
#eblog-wrapper button,
#eblog-wrapper input[type="button"],
#eblog-wrapper input[type="reset"],
#eblog-wrapper input[type="submit"] {
  background: #ccc;
  color: #fff;
  text-transform: uppercase;
}
#eblog-wrapper button:hover,
#eblog-wrapper button:focus,
#eblog-wrapper button:active,
#eblog-wrapper input[type="button"]:hover,
#eblog-wrapper input[type="button"]:focus,
#eblog-wrapper input[type="button"]:active,
#eblog-wrapper input[type="reset"]:hover,
#eblog-wrapper input[type="reset"]:focus,
#eblog-wrapper input[type="reset"]:active,
#eblog-wrapper input[type="submit"]:hover,
#eblog-wrapper input[type="submit"]:focus,
#eblog-wrapper input[type="submit"]:active {
  background: #1ea1fc;
  color: #fff;
}
body #ezblog-dashboard li .ui-item-content .ui-entry-meta li {
  border-right: 1px solid #eaeaea;
  border-left: none;
  padding: 0 7px 0 0;
  margin: 0 5px 0 0;
}
body #ezblog-dashboard li .ui-item-content .ui-entry-meta li:last-child {
  border: none;
}
body #ezblog-dashboard li .ui-button-option .ui-clock {
  background-position: left center;
  padding-left: 20px;
  float: right !important;
}
body #ezblog-dashboard li .ui-button-option .buttons {
  border-radius: 0 !important;
}
body #ezblog-dashboard li .ui-button-option .buttons.social-share {
  margin-right: 3px;
}
body #ezblog-dashboard li .ui-button-option .buttons.sibling-l,
body #ezblog-dashboard li .ui-button-option .buttons.sibling-m {
  border-right: 1px solid #ddd;
}
body #ezblog-dashboard li .ui-button-option .buttons.sibling-m.border-l {
  border-left: none;
}
body #ezblog-dashboard li .ui-button-option .buttons.sibling-r {
  border-left: none;
}
body #ezblog-dashboard li .ui-button-option .buttons.close {
  text-shadow: none;
  opacity: 1;
  filter: alpha(opacity=100);
}
#ezblog-dashboard .input,
#ezblog-dashboard .inputbox {
  border-color: #eaeaea;
}
#ezblog-dashboard .input:hover,
#ezblog-dashboard .input:focus,
#ezblog-dashboard .input:active,
#ezblog-dashboard .inputbox:hover,
#ezblog-dashboard .inputbox:focus,
#ezblog-dashboard .inputbox:active {
  border-color: #1ea1fc;
}
#eblog-wrapper #blog-login form {
  margin: 0;
}
#eblog-wrapper #blog-login form #form-login-remember label {
  display: inline-block;
}
#eblog-wrapper #blog-login .blog-login-helper li a {
  color: #1ea1fc;
}
#eblog-wrapper #blog-login .blog-login-helper li a:hover,
#eblog-wrapper #blog-login .blog-login-helper li a:focus,
#eblog-wrapper #blog-login .blog-login-helper li a:active {
  color: #0379cb;
}
#eblog-wrapper #ezblog-detail .profile-head {
  background: #f9f9f9;
  border: solid 1px #eaeaea;
  margin-bottom: 40px;
  padding: 20px;
}
#eblog-search .button-search {
  background: #1ea1fc !important;
  border: none !important;
  color: #fff;
  text-transform: uppercase;
  text-shadow: none;
}
#eblog-search .button-search:hover,
#eblog-search .button-search:focus,
#eblog-search .button-search:active {
  background: #aaa !important;
  color: #fff;
}
.mod-preview-info {
  z-index: 100;
}
#ezblog-menu .blog-navi .user-form {
  top: 44px;
}
#ezblog-body ul.featured-entries .featured-title a:hover {
  color: #1ea1fc;
}
#easyblog-login-form button.btn {
  background: #1ea1fc;
}
#easyblog-login-form button.btn:hover,
#easyblog-login-form button.btn:active,
#easyblog-login-form button.btn:focus {
  background: #aaa;
}
.back-to-top {
  background-color: #1ea1fc;
  bottom: 15px;
  height: 40px;
  margin: 0;
  position: fixed;
  right: 15px;
  width: 40px;
  z-index: 1000;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 350ms;
  -moz-transition: opacity 350ms;
  -o-transition: opacity 350ms;
  transition: opacity 350ms;
}
.back-to-top.reveal {
  opacity: 0.3;
  filter: alpha(opacity=30);
  cursor: pointer;
}
.back-to-top.reveal:hover,
.back-to-top.reveal:focus,
.back-to-top.reveal:active {
  opacity: 1;
  filter: alpha(opacity=100);
}
.back-to-top i {
  color: #fff;
  font-size: 12px;
  line-height: 1em;
  left: 50%;
  margin-top: -7px;
  margin-left: -3px;
  position: absolute;
  top: 50%;
}
.com_config .form-horizontal .t3onoff {
  padding: 0;
}
.com_config .form-horizontal .t3onoff label {
  padding: 0;
  border: 0;
  left: 0;
}
.com_config .form-horizontal .t3onoff label::before {
  padding: 5px 14px;
  border: none;
}
.com_config .form-horizontal .t3onoff label::after {
  border: none;
}
.com_config .form-horizontal .t3onoff label.on::before {
  text-align: left;
}
.com_config .form-horizontal .t3onoff label.btn:hover {
  background-color: transparent;
}
.com_config [class^="icon-"]::before,
.com_config [class*=" icon-"]::before {
  font-size: 13px;
}
.com_config #options .modal {
  box-shadow: none;
  border-radius: 0;
  display: inline-block;
  margin: 0;
  position: static;
  width: auto;
}
.com_config #options .modal button.btn {
  border: none;
}
.com_config #options .nav-tabs .control-label hr,
.com_config #options .nav-tabs .control-label .spacer label {
  border: none;
  margin: 0;
}
.com_config #modules-form .input-append .btn,
.com_config #modules-form .input-append .add-on,
.com_config #modules-form .input-prepend .btn,
.com_config #modules-form .input-prepend .add-on {
  border: none;
  border-left: 1px solid #eaeaea;
}
.com_config #modules-form .input-append .media-preview.add-on,
.com_config #modules-form .input-prepend .media-preview.add-on {
  border: 1px solid #eaeaea;
}