

.jumbotron {
  position: relative;
  padding: 48px 0;
}
.jumbotron h1 {
  font-size: 56px;
  letter-spacing: -1px;
  line-height: 1;
  margin: 0 0 12px 0;
}
.jumbotron p {
  font-size: 21px;
  line-height: 1.275;
  margin: 0 0 24px 0;
}
.jumbotron .btn {
  margin-top: 12px;
}
.jumbotron .btn-large {
  margin-top: 24px;
  font-size: 18px;
}
.masthead {
  padding: 96px 0 72px;
  text-align: center;
}
.masthead h1 {
  font-size: 98px;
}
.masthead p {
  font-size: 42px;
}
.masthead .btn-large {
  font-size: 28px;
  padding: 14px 28px;
}
.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: 24px;
  margin-left: -50px;
  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: 24px;
  margin-left: 50px;
}
.thumbnail {
  border: 1px solid #1f2126;
  display: block;
  padding: 4px;
  line-height: 24px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.055);
  -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.055);
  box-shadow: 0 1px 3px rgba(0,0,0,0.055);
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
a.thumbnail:hover {
  border-color: #5f021f;
  -webkit-box-shadow: 0 1px 4px rgba(0,105,214,0.25);
  -moz-box-shadow: 0 1px 4px rgba(0,105,214,0.25);
  box-shadow: 0 1px 4px rgba(0,105,214,0.25);
}
.thumbnail > img {
  display: block;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.thumbnail .caption {
  padding: 9px;
  color: #666;
}
.thumbnails.paper > li:before,
.thumbnails.paper > li:after {
  content: '';
  position: absolute;
  z-index: -2;
  bottom: 15px;
  left: 10px;
  width: 50%;
  height: 20%;
  box-shadow: 0 15px 10px rgba(0,0,0,0.7);
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  transform: rotate(-3deg);
}
.thumbnails.paper > li:after {
  right: 10px;
  left: auto;
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  transform: rotate(3deg);
}
.thumbnails.paper .thumbnail {
  border: none;
  padding: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.thumbnails.paper a.thumbnail.paper:hover {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.t3-logo,
.t3-logo-small {
  display: block;
  text-decoration: none;
  text-indent: -9999em;
  text-align: left;
  background-repeat: no-repeat;
  background-position: center;
}
.t3-logo {
  width: 182px;
  height: 50px;
}
.t3-logo-small {
  width: 60px;
  height: 30px;
}
.t3-logo,
.t3-logo-color {
  background-image: url("http://joomlart.s3.amazonaws.com/images/jat3v3-documents/logo-complete/t3logo-big-color.png");
}
.t3-logo-small,
.t3-logo-small.t3-logo-color {
  background-image: url("http://joomlart.s3.amazonaws.com/images/jat3v3-documents/logo-complete/t3logo-small-color.png");
}
.t3-logo-dark {
  background-image: url("http://joomlart.s3.amazonaws.com/images/jat3v3-documents/logo-complete/t3logo-big-dark.png");
}
.t3-logo-small.t3-logo-dark {
  background-image: url("http://joomlart.s3.amazonaws.com/images/jat3v3-documents/logo-complete/t3logo-small-dark.png");
}
.t3-logo-light {
  background-image: url("http://joomlart.s3.amazonaws.com/images/jat3v3-documents/logo-complete/t3logo-big-light.png");
}
.t3-logo-small.t3-logo-light {
  background-image: url("http://joomlart.s3.amazonaws.com/images/jat3v3-documents/logo-complete/t3logo-small-light.png");
}

.wrap {
  width: auto;
  clear: both;
}
.offset-12 {
  margin-left: -1186px;
}
.offset-11 {
  margin-left: -1083px;
}
.offset-10 {
  margin-left: -980px;
}
.offset-9 {
  margin-left: -877px;
}
.offset-8 {
  margin-left: -774px;
}
.offset-7 {
  margin-left: -671px;
}
.offset-6 {
  margin-left: -568px;
}
.offset-5 {
  margin-left: -465px;
}
.offset-4 {
  margin-left: -362px;
}
.offset-3 {
  margin-left: -259px;
}
.offset-2 {
  margin-left: -156px;
}
.offset-1 {
  margin-left: -53px;
}
.row-fluid .spanfirst {
  margin-left: 0 !important;
}

@media (max-width: 979px) {
  .always-show .mega > .mega-dropdown-menu,
  .always-show .dropdown-menu {
    display: block !important;
    position: static;
  }
}
@media (max-width: 979px) {
  .logo-control .logo-img-sm {
    display: block;
  }
  .logo-control .logo-img {
    display: none;
  }
}
@media (min-width: 980px) {
  .logo-control .logo-img-sm {
    display: none;
  }
  .logo-control .logo-img {
    display: block;
  }
}
.body-data-holder:before {
  display: none;
  content: "grid-float-breakpoint:979px screen-xs:600px screen-sm:738px screen-md:1186px screen-lg:1186px";
}

.t3-sidebar,
.t3-component {
  padding-top: 36px;
}
.t3-mastcol {
  padding-top: 60px;
}

body {
  background: #1a1b20;
  color: #6d7882;
  font-family: 'OpenSansLight', Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.8;
  margin: 0;
  text-shadow: 0 1px 0 #000;
  word-wrap: break-word;
  overflow-x: hidden;
}
h1,
h2,
h3,
h4 {
  -webkit-text-stroke: 1px transparent;
}
a {
  color: #90011d;
  text-decoration: none;
}
a:hover,
a:focus,
a:active {
  color: #5f021f;
  text-decoration: none;
  outline: none;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}
.img-rounded {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.img-polaroid {
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0,0,0,0.2);
  -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.1);
  -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.1);
  box-shadow: 0 1px 3px rgba(0,0,0,0.1);
  padding: 4px;
}
.img-circle {
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  border-radius: 500px;
}
table {
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
}
th,
td {
  line-height: 24px;
  padding: 8px 10px;
  text-align: left;
  vertical-align: top;
}
td {
  border-top: 1px solid #25272d;
}
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: #202127;
}
.cat-list-row1,
tr.cat-list-row1 td {
  background: #1f2026;
}
table.contentpane,
table.tablelist,
table.category,
table.admintable,
table.blog {
  width: 100%;
}
table.contentpaneopen {
  border: 0;
}
.star {
  color: #5f021f;
}
.red {
  color: #e44f50;
}
.element-invisible {
  border: 0;
  height: 1px;
  margin: 0;
  overflow: hidden;
  position: absolute;
  padding: 0;
  width: 1px;
}

div#k2Frontend table.k2FrontendToolbar td.button {
  border: none;
  background: none;
}
div#k2Frontend table.k2FrontendToolbar td.button:hover {
  background: none;
}
div#k2Frontend table.k2FrontendToolbar td.button a {
  background: #5f021f;
  padding: 8px 12px;
  color: #fff;
}
div#k2Frontend table.k2FrontendToolbar td.button a:hover {
  background: #90011d;
}
.adminFormK2 ul.tags {
  border: none;
}
.adminFormK2 ul.tags li {
  display: inline;
  float: none;
}
.adminFormK2 ul.tags li input {
  border: 1px solid #2b2d34;
  min-height: 20px;
  background: #111;
  margin-right: 5px;
}
.adminFormK2 ul.tags li input:focus {
  border-color: #08090a;
  box-shadow: none;
}
.adminFormK2Container td {
  border-top: 1px solid #25272d;
}
#k2FrontendPermissionsNotice p {
  color: #666;
}
a#k2ToggleSidebar {
  font-size: 11px;
  color: #444;
}
span.k2Note {
  position: absolute;
  padding-top: 10px;
  font-size: 12px;
}
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,
.foxform input,
.foxform textarea,
.outer_dropdown,
.defaultfoxfield {
  background: #111;
  color: #6d7882;
  font-size: 11.9px;
  height: 35px;
  padding-left: 12px;
  padding-right: 12px;
  border: 1px solid #1a1b20;
  border-bottom: 1px solid #2b2d34;
  -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.5);
  -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.5);
  box-shadow: inset 0 1px 2px rgba(0,0,0,0.5);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
select:hover,
textarea:hover,
input[type="text"]:hover,
input[type="password"]:hover,
input[type="datetime"]:hover,
input[type="datetime-local"]:hover,
input[type="date"]:hover,
input[type="month"]:hover,
input[type="time"]:hover,
input[type="week"]:hover,
input[type="number"]:hover,
input[type="email"]:hover,
input[type="url"]:hover,
input[type="search"]:hover,
input[type="tel"]:hover,
input[type="color"]:hover,
.uneditable-input:hover,
.foxform input:hover,
.foxform textarea:hover,
.outer_dropdown:hover,
.defaultfoxfield:hover {
  background: #171717;
  -ms-transition: background-color 0.45s ease;
  -webkit-transition: background-color .45s ease;
  -moz-transition: background-color .45s ease;
  -o-transition: background-color .45s ease;
  transition: background-color .45s ease;
}
select:focus,
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus,
.foxform input:focus,
.foxform textarea:focus,
.outer_dropdown:focus,
.defaultfoxfield:focus {
  -webkit-box-shadow: 0 0 3px #31333c;
  -moz-box-shadow: 0 0 3px #31333c;
  box-shadow: 0 0 3px #31333c;
  border-color: transparent;
}
input:focus:invalid,
textarea:focus:invalid,
select:focus:invalid {
  color: #6d7882;
}
input:focus:invalid:focus,
textarea:focus:invalid:focus,
select:focus:invalid:focus {
  -webkit-box-shadow: 0 0 3px #31333c;
  -moz-box-shadow: 0 0 3px #31333c;
  box-shadow: 0 0 3px #31333c;
}
.input-prepend .add-on:first-child,
.input-prepend .btn:first-child {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
input[type="file"],
input[type="image"],
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="radio"],
input[type="checkbox"] {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  width: auto;
}
select,
input[type="file"],
.fox-dropdown-container select {
  height: 43px;
  margin-left: 3px !important;
}
select {
  width: 220px;
}
select[multiple],
select[size] {
  height: auto;
}
.radio,
.checkbox {
  padding-left: 18px;
}
.radio input[type="radio"],
.checkbox input[type="checkbox"] {
  margin-left: -18px;
}
.controls > .radio:first-child,
.controls > .checkbox:first-child {
  padding-top: 5px;
}
.radio.inline,
.checkbox.inline {
  padding-top: 5px;
  margin-bottom: 0;
}
.radio.inline + .radio.inline,
.checkbox.inline + .checkbox.inline {
  margin-left: 10px;
}
.input-mini {
  width: 60px;
}
.input-small {
  width: 90px;
}
.input-medium {
  width: 150px;
}
.input-large {
  width: 210px;
}
.input-xlarge {
  width: 270px;
}
.input-xxlarge {
  width: 530px;
}
.form-actions {
  background: none;
  border-top: none;
  margin: 0;
  padding: 0;
}
.help-block,
.help-inline {
  color: #959ea6;
}
.help-block {
  margin-bottom: 12px;
}
.input-append,
.input-prepend {
  margin-bottom: 5px;
}
.form-search input,
.form-search textarea,
.form-search select,
.form-search .help-inline,
.form-search .uneditable-input,
.form-search .input-prepend,
.form-search .input-append,
.form-inline input,
.form-inline textarea,
.form-inline select,
.form-inline .help-inline,
.form-inline .uneditable-input,
.form-inline .input-prepend,
.form-inline .input-append,
.form-horizontal input,
.form-horizontal textarea,
.form-horizontal select,
.form-horizontal .help-inline,
.form-horizontal .uneditable-input,
.form-horizontal .input-prepend,
.form-horizontal .input-append {
  margin-bottom: 0;
}
.form-search .input-append,
.form-inline .input-append,
.form-search .input-prepend,
.form-inline .input-prepend {
  margin-bottom: 0;
}
.form-search .radio,
.form-search .checkbox,
.form-inline .radio,
.form-inline .checkbox {
  padding-left: 0;
  margin-bottom: 0;
}
.form-search .radio input[type="radio"],
.form-search .checkbox input[type="checkbox"],
.form-inline .radio input[type="radio"],
.form-inline .checkbox input[type="checkbox"] {
  margin-right: 3px;
  margin-left: 0;
}
.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea,
.control-group.error input,
.control-group.error select,
.control-group.error textarea,
.control-group.info input,
.control-group.info select,
.control-group.info textarea,
.control-group.success input,
.control-group.success select,
.control-group.success textarea {
  border-color: transparent;
}
legend + .control-group {
  margin-top: 24px;
}
legend {
  border-color: #25272d;
  color: #fff;
}
.form-horizontal .control-group {
  margin-bottom: 6px;
}
.form-horizontal .control-label {
  width: 140px;
  padding-top: 5px;
  text-align: right;
}
.form-horizontal .controls {
  margin-left: 160px;
}
.form-horizontal .help-block {
  margin-top: 12px;
  margin-bottom: 0;
}
.form-horizontal .form-actions {
  padding-left: 160px;
}
.btn,
button,
.button {
  padding: 10px 16px;
  font-weight: 400;
  font-size: 12px;
  text-transform: uppercase;
  text-rendering: optimizelegibility;
  text-shadow: 0 1px 1px #255667 !important;
  color: #fff;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -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 {
  color: #fff;
  -ms-transition: all 0.45s ease;
  -webkit-transition: all .45s ease;
  -moz-transition: all .45s ease;
  -o-transition: all .45s ease;
  transition: all .45s ease;
  background-image: none;
}
.btn:focus,
.btn a.btn:focus,
button:focus,
button a.btn:focus,
.button:focus,
.button a.btn:focus {
  outline: 0;
}
.btn.active,
.btn:active,
.btn a.btn:active,
button.active,
button:active,
button a.btn:active,
.button.active,
.button:active,
.button a.btn:active {
  outline: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-large {
  padding: 14px 24px;
  font-size: 21px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.5);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.5);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.5);
}
.btn-small {
  padding: 3px 9px;
  font-size: 13px;
}
.btn-mini {
  padding: 2px 6px;
  font-size: 12px;
}
.btn {
  border-color: transparent;
}
.btn-primary {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-color: #5f021f;
  background-image: -moz-linear-gradient(top,#5f021f,#90011d);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#5f021f),to(#90011d));
  background-image: -webkit-linear-gradient(top,#5f021f,#90011d);
  background-image: -o-linear-gradient(top,#5f021f,#90011d);
  background-image: linear-gradient(to bottom,#5f021f,#90011d);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5f021f', endColorstr='#ff5fabc5', GradientType=0);
  border-color: #90011d #90011d #5f021f;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  
  *background-color: #90011d;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  color: #fff;
  background-color: #90011d;
  *background-color: #4da2bf;
}
.btn-primary:active,
.btn-primary.active {
  background-color: #5f021f \9;
}
.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: #e86a6a;
  background-image: -moz-linear-gradient(top,#eb7b7c,#e44f50);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#eb7b7c),to(#e44f50));
  background-image: -webkit-linear-gradient(top,#eb7b7c,#e44f50);
  background-image: -o-linear-gradient(top,#eb7b7c,#e44f50);
  background-image: linear-gradient(to bottom,#eb7b7c,#e44f50);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffea7b7b', endColorstr='#ffe44f50', GradientType=0);
  border-color: #e44f50 #e44f50 #c81f20;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  
  *background-color: #e44f50;
  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: #e44f50;
  *background-color: #e1393a;
}
.btn-danger:active,
.btn-danger.active {
  background-color: #dd2324 \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: #282931;
  background-image: -moz-linear-gradient(top,#31333c,#1a1b20);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#31333c),to(#1a1b20));
  background-image: -webkit-linear-gradient(top,#31333c,#1a1b20);
  background-image: -o-linear-gradient(top,#31333c,#1a1b20);
  background-image: linear-gradient(to bottom,#31333c,#1a1b20);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff30323c', endColorstr='#ff1a1b20', GradientType=0);
  border-color: #1a1b20 #1a1b20 #000000;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  
  *background-color: #1a1b20;
  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: #1a1b20;
  *background-color: #0f0f12;
}
.btn-inverse:active,
.btn-inverse.active {
  background-color: #030304 \9;
}
.invalid {
  border-color: #2b2d34;
}
label.invalid {
  color: #e44f50;
}

.nav {
  margin-bottom: 24px;
}
.nav > li > a {
  padding: 6px 12px;
}
.nav > li > a:hover {
  background-color: none;
  color: #5f021f;
}
.nav .dropdown-toggle .caret {
  border-top-color: #5f021f;
  border-bottom-color: #5f021f;
}
.nav .dropdown-toggle:hover .caret {
  border-top-color: #90011d;
  border-bottom-color: #90011d;
}
.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-menu {
  position: absolute;
  top: 100%;
  z-index: 1000;
  display: none;
  float: left;
  border-top: 1px solid #1a1b20;
  *border-right-width: 2px;
  *border-bottom-width: 2px;
  list-style: none;
  padding: 0;
  margin: 1px 0 0 0;
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
  -webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.8);
  -moz-box-shadow: 0 5px 10px rgba(0,0,0,0.8);
  box-shadow: 0 5px 10px rgba(0,0,0,0.8);
  -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: 11px 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: #26282c;
  border-bottom: 1px solid #191b1f;
}
.dropdown-menu li > a {
  clear: both;
  color: #6d7882;
  display: block;
  font-weight: normal;
  font-size: 12px;
  text-shadow: none;
  white-space: nowrap;
}
.dropdown-menu li > a:hover,
.dropdown-menu li > a:focus,
.dropdown-submenu:hover > a {
  color: #fff;
  text-decoration: none;
  background-color: #222529;
}
.dropdown-menu .active > a,
.dropdown-menu .active > a:hover {
  color: #5f021f;
  text-decoration: none;
  outline: 0;
  font-weigth: bold;
}
.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 {
  border-color: #25272d;
  color: #5f021f;
}
.nav li.dropdown > .dropdown-toggle .caret {
  border-top-color: #222;
  border-bottom-color: #222;
}
.nav li.dropdown > .dropdown-toggle:hover .caret {
  border-top-color: #5f021f;
  border-bottom-color: #5f021f;
}
.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: #5f021f;
  border-bottom-color: #5f021f;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid #000;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
.dropdown-submenu {
  position: relative;
}
.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}
.touch .dropdown-submenu:hover > .dropdown-menu {
  display: none;
}
.touch .dropdown-submenu.open > .dropdown-menu {
  display: block;
}
.dropup .dropdown-submenu > .dropdown-menu {
  top: auto;
  bottom: 0;
  margin-top: 0;
  margin-bottom: -2px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
  margin-top: 5px;
  margin-right: -10px;
}
.dropdown-submenu:hover > a:after,
.dropdown-submenu.active > a:after {
  border-left-color: #fff;
}
.dropdown-submenu.pull-left {
  float: none;
}
.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}
.dropdown .dropdown-menu .nav-header {
  padding-left: 20px;
  padding-right: 20px;
}
.typeahead {
  margin-top: 2px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.t3-navhelper {
  font-size: 12px;
  background: #5f021f;
  margin-top: 1px;
  position: relative;
}
.t3-navhelper [class*="span"] {
  margin-left: 0;
}
.t3-navhelper .pageheading {
  background: url(../images/triangle.png) 0 0 no-repeat;
  text-align: left;
  padding-left: 117px;
  height: 60px;
}
.t3-navhelper .pageheading h1,
.t3-navhelper .pageheading h2 {
  line-height: 1.0;
  text-transform: uppercase;
  text-shadow: 0 1px 1px #1e4654;
  font-family: 'OpenSansLight', Helvetica, sans-serif;
  letter-spacing: -1px;
  margin-left: -40px;
}
.breadcrumb {
  height: 45px;
  padding: 15px 0 0 999em;
  margin: 0 0 0 -999em;
  background-color: #000;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  *zoom: 1;
}
.breadcrumb:before,
.breadcrumb:after {
  display: table;
  content: "";
  line-height: 0;
}
.breadcrumb:after {
  clear: both;
}
.breadcrumb li {
  text-shadow: none;
}
.breadcrumb a {
  color: #6d7882;
}
.breadcrumb i {
  color: #6d7882;
}
.breadcrumb > li.active > .divider {
  color: #fff;
  padding-left: 5px;
}
.breadcrumb > li > .divider {
  padding: 0px 12px;
}

.t3-mainnav {
  top: 0;
  left: 0;
  right: 0;
  background-color: #1f2125;
  border-bottom: 1px solid #2b2d34;
  position: relative;
  z-index: 99;
  opacity: 0.95;
  filter: alpha(opacity=95);
  -webkit-transform: translate(0,0);
  -moz-transform: translate(0,0);
  -ms-transform: translate(0,0);
  -o-transform: translate(0,0);
  transform: translate(0,0);
  -webkit-transition: top 0.4s ease-out;
  -moz-transition: top 0.4s ease-out;
  -o-transition: top 0.4s ease-out;
  transition: top 0.4s ease-out;
}
.t3-mainnav.affix {
  position: fixed;
  top: -105px;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.6);
  -moz-box-shadow: 0 5px 10px rgba(0,0,0,0.6);
  box-shadow: 0 5px 10px rgba(0,0,0,0.6);
  -webkit-transform: translate(0,100%);
  -moz-transform: translate(0,100%);
  -ms-transform: translate(0,100%);
  -o-transform: translate(0,100%);
  transform: translate(0,100%);
  border-bottom: none;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: transform;
  -ms-transition-property: -ms-transform;
  -o-transition-property: -o-transform;
  transition-property: transform;
  -webkit-transition-duration: 600ms;
  -moz-transition-duration: 600ms;
  -ms-transition-duration: 600ms;
  -o-transition-duration: 600ms;
  transition-duration: 600ms;
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.t3-mainnav.affix .dropdown-menu {
  margin-top: 0;
}
.t3-mainnav [class*="span"].head-social {
  min-width: 190px;
  margin-left: 0;
}
.t3-mainnav .container {
  position: relative;
}
.t3-mainnav .navbar {
  margin-bottom: 0;
}
.t3-mainnav .navbar .nav {
  margin: 0;
}
.t3-mainnav .navbar .nav .dropdown-toggle .caret {
  margin-top: 10px;
  margin-left: 7px;
}
.t3-mainnav .navbar .nav-collapse.collapse {
  float: right;
}
.t3-mainnav .navbar .nav > li {
  padding: 33.6px 43.2px 33.6px 0;
  background: url(../images/dark-menu-separator.png) 100% 0 no-repeat;
}
.t3-mainnav .navbar .nav > li.dropdown {
  padding-right: 33.6px;
}
.t3-mainnav .navbar .nav > li > a,
.t3-mainnav .nav-collapse .nav > li > a {
  color: #fff;
  padding: 5px 5px 5px 0;
  text-transform: uppercase;
  background: none;
  text-shadow: none;
}
.t3-mainnav .navbar .nav > li.open > a {
  border-top: none;
}
.t3-mainnav .navbar .nav > li > a:focus,
.t3-mainnav .navbar .nav > li > a:hover {
  color: #5f021f;
  outline: none;
}
.t3-mainnav .navbar .nav > .active > a,
.t3-mainnav .navbar .nav > .active > a:hover,
.t3-mainnav .navbar .nav > .active > a:focus {
  background-color: transparent;
  color: #90011d;
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.t3-mainnav .navbar .btn-navbar {
  float: left;
  padding: 7px 14px;
  margin: 22px 0 0 30px;
  background: #90011d;
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
}
.t3-mainnav .navbar .btn-navbar .icon-bar {
  width: 18px;
  height: 2px;
  background-color: #f5f5f5;
  border: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.t3-mainnav .btn-navbar .icon-bar + .icon-bar {
  margin-top: 3px;
}
.t3-mainnav .dropdown-menu {
  left: -45px;
  background-color: #1f2125;
  -webkit-box-shadow: 3px 3px 10px rgba(0,0,0,0.4);
  -moz-box-shadow: 3px 3px 10px rgba(0,0,0,0.4);
  box-shadow: 3px 3px 10px rgba(0,0,0,0.4);
  -webkit-border-radius: 0px 0px 5px 5px;
  -moz-border-radius: 0px 0px 5px 5px;
  border-radius: 0px 0px 5px 5px;
}
.t3-mainnav .dropdown-menu li > a {
  padding: 8px 20px;
  margin: 0;
}
.t3-mainnav .dropdown-menu li:last-child > a {
  padding-bottom: 18px;
  -webkit-border-radius: 0px 0px 5px 5px;
  -moz-border-radius: 0px 0px 5px 5px;
  border-radius: 0px 0px 5px 5px;
}
.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 li > a:hover,
.t3-mainnav .dropdown-menu li > a:focus,
.t3-mainnav .dropdown-submenu:hover > a {
  background: #222529;
}
.t3-mainnav .dropdown-menu .disabled > a,
.t3-mainnav .dropdown-menu .disabled > a:hover {
  color: #999;
}
.t3-mainnav .dropdown-menu .disabled > a:hover {
  background-color: transparent;
}
.t3-mainnav .nav li.dropdown.open > .dropdown-toggle,
.t3-mainnav .nav li.dropdown.active > .dropdown-toggle,
.t3-mainnav .nav li.dropdown.open.active > .dropdown-toggle {
  background-color: transparent;
}
.t3-mainnav .nav li.dropdown.open > .dropdown-toggle,
.t3-mainnav .nav li.dropdown.active > .dropdown-toggle,
.t3-mainnav .nav li.dropdown.open.active > .dropdown-toggle,
.t3-mainnav .nav > li.dropdown.open.active > a:hover {
  border-top-color: #90011d;
}

.t3-module {
  color: inherit;
  margin-bottom: 10px;
}
.t3-module .module-ct {
  padding: 0;
}
.module-title {
  color: #fff;
  font-family: 'OpenSansLight', Helvetica, sans-serif;
  font-weight: normal;
  font-size: 16px;
  text-transform: uppercase;
}
.t3-sl h2,
.t3-sl-2 h2 {
  line-height: normal;
  margin: 0;
}
.module-ct {
  background: inherit;
  color: inherit;
  position: relative;
  *zoom: 1;
}
.module-ct:before,
.module-ct:after {
  display: table;
  content: "";
  line-height: 0;
}
.module-ct:after {
  clear: both;
}
.t3-module h4,
.gkIsThumbs h4 {
  font-family: 'OpenSansLight', Helvetica, sans-serif;
}
.t3-module ul,
.t3-module ol {
  margin-left: 0px;
}
ul.social {
  margin-top: 30px;
  margin-top: 15px \9;
  text-align: right;
}
ul.social li {
  display: inline-block;
  background: none;
  padding: 0 !important;
  margin-left: 3px;
}
ul.social li a {
  width: 32px;
  height: 32px;
  display: inline-block;
  font-size: 0px;
  padding: 0 !important;
  text-indent: -999em;
  background-image: url(../images/social.png);
  background-color: #111;
  border-bottom: 1px solid #373942;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
ul.social li a:hover {
  background-color: #5f021f;
  border-bottom: 1px solid #183741;
}
ul.social li .fb {
  background-position: 0 0;
}
ul.social .tweet {
  background-position: -32px 0;
}
ul.social li .gplus {
  background-position: -64px 0;
}
ul.social li .pinterest {
  background-position: -96px 0;
}
ul.social li .youtube {
  background-position: -128px 0;
}
ul.client-list {
  text-align: right;
}
ul.client-list li {
  border: 1px solid #1f2126;
  display: inline-block;
  padding: 5px 10px;
  margin: 0 3px 10px 3px;
}
ul.client-list li:hover img {
  opacity: 0.5;
  filter: alpha(opacity=50);
  -ms-transition: all 0.45s ease;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}
.gkTabsWrap.vertical ol li,
.gkTabsWrap.horizontal ol li {
  line-height: 32px !important;
  margin: 0 5px 5px 0 !important;
  padding: 8px 20px !important;
  font-size: 11.9px;
  text-transform: uppercase;
  background: #1f2126;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.gkTabsWrap.vertical ol li:hover,
.gkTabsWrap.horizontal ol li:hover {
  background: #2b2d34;
  -ms-transition: background-color 0.45s ease;
  -webkit-transition: background-color .45s ease;
  -moz-transition: background-color .45s ease;
  -o-transition: background-color .45s ease;
  transition: background-color .45s ease;
}
.gkTabsWrap.vertical ol li.active,
.gkTabsWrap.horizontal ol li.active {
  color: #fff;
  background: #5f021f;
  text-shadow: 0 1px 1px #255667;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.gkTabsWrap.vertical ol li.active:hover,
.gkTabsWrap.horizontal ol li.active:hover {
  background: #90011d;
}
.t3-sidebar .gkTabsContainer {
  background: #202127;
  padding: 20px 25px;
}
.t3-sidebar .gkTabsWrap.vertical ol li,
.t3-sidebar .gkTabsWrap.horizontal ol li {
  margin: 0 1px 0 0 !important;
  background: #5f021f;
  color: #fff;
  text-shadow: 0 1px 1px #255667;
  -webkit-border-radius: 2px 2px 0 0;
  -moz-border-radius: 2px 2px 0 0;
  border-radius: 2px 2px 0 0;
}
.t3-sidebar .gkTabsWrap.vertical ol li:hover,
.t3-sidebar .gkTabsWrap.horizontal ol li:hover {
  background: #1f2126;
}
.t3-sidebar .gkTabsWrap.vertical ol li.active,
.t3-sidebar .gkTabsWrap.horizontal ol li.active {
  color: #fff;
  background: #1f2126;
  text-shadow: inherit;
  border-bottom: none;
  -webkit-border-radius: 2px 2px 0 0;
  -moz-border-radius: 2px 2px 0 0;
  border-radius: 2px 2px 0 0;
}
.t3-sidebar .gkTabsWrap.vertical ol li.active:hover,
.t3-sidebar .gkTabsWrap.horizontal ol li.active:hover {
  color: #5f021f;
  background: #1f2126;
}
.t3-module .nav-pills > li {
  float: none;
}
.t3-module .nav .caret {
  display: none;
}
.t3-module .nav {
  margin-bottom: 0;
}
.t3-module .nav .active a {
  background-color: transparent;
}
.t3-module .nav > li a {
  display: block;
  padding: 14px 0;
  margin: 0;
  border-top: solid 1px #26282c;
  border-bottom: solid 1px #191b1f;
  color: #fff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.t3-module .nav > li a:hover {
  color: #5f021f;
  background-color: transparent;
}
.t3-module .nav > li:last-child a {
  border-bottom: none;
}
.t3-module .nav > li:first-child a {
  border-top: none;
}
.t3-module .nav li.dropdown.open > .dropdown-toggle,
.t3-module .nav li.dropdown.active > .dropdown-toggle {
  background-color: transparent;
  border-color: transparent;
}
.categories-module h4,
ul.categories-module h4,
.category-module h4,
ul.category-module h4 {
  font-size: 15px;
  font-weight: bold;
  margin: 0;
}
.feed h4 {
  font-weight: bold;
}
.feed .newsfeed,
.feed ul.newsfeed {
  border-top: 1px solid #25272d;
}
.feed .newsfeed .feed-link,
.feed .newsfeed h5.feed-link,
.feed ul.newsfeed .feed-link,
.feed ul.newsfeed h5.feed-link {
  font-size: 14px;
  font-weight: normal;
  margin: 0;
}
.latestusers,
ul.latestusers {
  margin-left: 0;
}
.latestusers li,
ul.latestusers li {
  background: #eee;
  display: inline-block;
  padding: 5px 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.t3-sidebar .inputbox {
  width: 90%;
}
.t3-sidebar #modlgn_remember.inputbox {
  width: auto;
}
.mod-articles-category-date {
  color: #aaa;
  font-size: 12px;
  display: block;
  line-height: normal;
}
.category-module .article-aside {
  margin-bottom: 5px;
}
.article-aside span.mod-articles-category-writtenby,
.article-aside span.mod-articles-category-category {
  margin-right: 5px;
}
ul.category-module {
  margin-left: 0 !important;
}
ul.category-module li {
  list-style: none;
}
ul.category-module li a {
  color: #222;
}
ul.category-module li a:hover,
ul.category-module li a:focus,
ul.category-module li a:active {
  color: #90011d;
}
ul.category-module li h5 {
  font-size: 15px;
  line-height: 1.2;
  margin: 5px 0;
}
.footer-feature .mod-articles-category-hits {
  color: #aaa;
  display: inline-block;
  font-size: 13px;
  float: right;
}
.footer-feature .mod-articles-category-readmore {
  display: inline-block;
  float: left;
  margin: 0;
}
.footer-feature .mod-articles-category-readmore a {
  color: #999;
  display: inline-block;
  font-weight: bold;
  padding-left: 0;
}
.footer-feature .mod-articles-category-readmore a:hover,
.footer-feature .mod-articles-category-readmore a:focus,
.footer-feature .mod-articles-category-readmore a:active {
  color: #90011d;
  text-decoration: none;
}
.slider {
  text-shadow: 0 1px 3px rgba(0,0,0,0.7);
}
.slider .gkIsWrapperFixed {
  background: none;
  top: 0;
}
.slider .gkIsWrapper-gk_creativity .figcaption h1 {
  font-family: 'OpenSansLight', Helvetica, sans-serif;
  margin-top: 60px;
}
.slider .gkIsWrapper-gk_creativity .figcaption h2 {
  font-family: 'Comfortaa-Bold', Arial, Helvetica, sans-serif;
}
.slider .gkIsWrapper-gk_creativity .figcaption > a {
  display: none;
}
.t3-sidebar .module-ct {
  position: relative;
}
.t3-sidebar .nspArt,
.navbar .nspArt {
  border-bottom: solid 1px #1f2126;
}
.t3-sidebar .nspImage {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.nspArt img.nspImage {
  -ms-transition: all 0.45s ease;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}
.nspImageWrapper {
  -webkit-transform: translateZ(0);
  overflow: hidden;
}
.nspArt a.modal {
  position: relative;
  left: 0;
  top: 0;
  width: auto;
  border: 0;
  overflow: hidden;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.testimonial .nspArt h4.nspHeader {
  margin: 0 0 5px 0;
  padding: 30px 0 0 0;
  background: url(../images/testimonial-ballon.png) 0 0 no-repeat;
  color: #5f021f;
}
.testimonial .nspArt p.nspText {
  padding: 0 0 20px 40px;
  background: url(../images/start-quote.png) 0 0 no-repeat;
  font: italic 16px/1.8 Georgia, "Times New Roman", Times, serif;
}
.portfolio .nspArt:hover .nspImageWrapper {
  background: #5f021f;
}
.portfolio h4.nspHeader {
  padding: 0 !important;
}
.portfolio h4.nspHeader a {
  display: block;
  height: 1px;
  position: relative;
  z-index: -1;
  top: 100px;
  padding-left: 25px;
  padding-right: 25px;
  color: #fff;
  font-size: 14px;
}
.portfolio h4.nspHeader a:hover,
.portfolio .nspArt:hover h4.nspHeader a {
  color: #fff !important;
  top: 70px;
  text-shadow: 0 1px 1px #255667;
  -ms-transition: all 0.45s ease;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}
.portfolio .nspArt:hover h4.nspHeader a {
  position: relative;
  z-index: 99999 !important;
  color: #fff;
}
.portfolio img.nspImage:hover,
.portfolio .nspArt:hover img.nspImage {
  opacity: 0.2;
  filter: alpha(opacity=20);
  
  -webkit-transform: scale(1.2) rotate(5deg);
  
  -moz-transform: scale(1.2) rotate(5deg);
  
  -ms-transform: scale(1.2) rotate(5deg);
  
  -o-transform: scale(1.2) rotate(5deg);
  transform: scale(1.2) rotate(5deg);
}
.gkTabsContainer .nspMain {
  margin: 0 -10px !important;
}
.gkTabsContainer .nspArt {
  padding-left: 10px !important;
  padding-right: 10px !important;
}
.t3-mastcol .portfolio h4.nspHeader a,
.nav .portfolio h4.nspHeader a {
  top: 70px;
}
.blogsection .nspMain {
  position: relative;
  margin: 0 -20px !important;
}
.blogsection .nspArt {
  padding-left: 20px !important;
  padding-right: 20px !important;
}
.blogsection .nspArt h4.nspHeader {
  margin: 0;
  background-color: #202127;
  text-transform: uppercase;
}
.blogsection .nspArt h4.nspHeader a {
  padding: 24px 25px 0 25px;
  display: block;
  margin: 0;
  color: #fff;
}
.blogsection .nspArt h4.nspHeader a:hover {
  color: #5f021f;
}
.blogsection .nspArt p.nspInfo {
  padding: 0 25px;
  background-color: #202127;
  text-transform: none;
}
.blogsection .nspArt p.nspText {
  padding: 20px 25px 40px;
  background-color: #202127;
  border-bottom: 1px solid #25272d;
}
.blogsection img.nspImage:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
  
  -webkit-transform: scale(1.2) rotate(5deg);
  
  -moz-transform: scale(1.2) rotate(5deg);
  
  -ms-transform: scale(1.2) rotate(5deg);
  
  -o-transform: scale(1.2) rotate(5deg);
  transform: scale(1.2) rotate(5deg);
}
body .gkNspPM-Portfolio2 {
  overflow: visible;
  float: left;
}
body .gkNspPM-Portfolio2 .gkImagesWrapper {
  padding: 20px 0 0;
  margin: 0 -10px;
}
body .gkNspPM-Portfolio2 .gkImagesWrapper > a {
  max-height: 195px;
  overflow: hidden;
  margin-bottom: 10px;
  padding: 10px;
}
body .gkNspPM-Portfolio2 .gkImagesWrapper > a:after {
  padding: 10px;
  height: 110%;
}
body .gkNspPM-Portfolio2 .gkImagesWrapper > a img {
  width: 100%;
}
@media (max-width: 740px) {
  body .gkNspPM-Portfolio2 .gkImagesWrapper > a img {
    width: auto;
  }
}
body .gkNspPM-Portfolio2 .gkPortfolioImage > a {
  max-height: 85%;
  overflow: hidden;
}
body .gkNspPM-Portfolio2 .gkPortfolioCategories {
  list-style: none;
  float: left;
  margin-right: 10px;
}
@media (max-width: 980px) {
  body .gkNspPM-Portfolio2 .gkPortfolioCategories {
    float: left;
  }
}
body .gkNspPM-Portfolio2 .gkPortfolioCategories li {
  line-height: 25px;
  height: 25px;
  margin: 0 5px 5px 0;
  padding: 8px 10px;
  font-size: 11.9px;
  text-transform: uppercase;
  background: #1f2126;
  color: #6d7882;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
body .gkNspPM-Portfolio2 .gkPortfolioCategories li:hover {
  background: #2b2d34;
  -ms-transition: background-color 0.45s ease;
  -webkit-transition: background-color .45s ease;
  -moz-transition: background-color .45s ease;
  -o-transition: background-color .45s ease;
  transition: background-color .45s ease;
}
body .gkNspPM-Portfolio2 .gkPortfolioCategories li.active {
  color: #fff;
  background: #5f021f;
  text-shadow: 0 1px 1px #255667;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
body .gkNspPM-Portfolio2 .gkPortfolioCategories li:hover {
  background: #90011d;
}
body .gkNspPM-Portfolio2 .gkPortfolioPopup {
  min-height: 600px;
  background-color: #2b2d34;
  padding: 36px;
}
body .gkNspPM-Portfolio2 .gkPortfolioPopup > div {
  max-height: 85%;
  overflow: hidden;
}
body .gkNspPM-Portfolio2 .gkPortfolioPopup.active {
  top: 0;
}
body .gkNspPM-Portfolio2 .gkPortfolioPrev,
body .gkNspPM-Portfolio2 .gkPortfolioNext,
body .gkNspPM-Portfolio2 .gkPortfolioClose {
  margin-top: -15px;
  color: #6d7882;
}
@media (min-width: 980px) {
  body .gkNspPM-Portfolio2 .gkPortfolioPrev,
  body .gkNspPM-Portfolio2 .gkPortfolioNext,
  body .gkNspPM-Portfolio2 .gkPortfolioClose {
    font-size: 60px;
  }
}
body .gkNspPM-Portfolio2 .gkPortfolioPrev {
  margin-right: 20px;
}
body .gkNspPM-Portfolio2 .gkPortfolioClose {
  margin-top: -7px;
}
@media (min-width: 980px) {
  body .gkNspPM-Portfolio2 .gkPortfolioDesc {
    padding-left: 48px;
    padding-top: 12px;
  }
}
body .gkNspPM-Portfolio2 .gkPortfolioTitle {
  margin-bottom: 20px;
}
body .gkNspPM-Portfolio2 .gkPortfolioCategory,
body .gkNspPM-Portfolio2 .gkPortfolioAuthor,
body .gkNspPM-Portfolio2 .gkPortfolioDate {
  padding-top: 20px;
  margin-bottom: 20px;
  border-top: 1px solid #31333b;
}
.gkNspPM-Portfolio2 .gkImagesWrapper > a.gkImage {
  -webkit-transform: scale(1.0);
  -moz-transform: scale(1.0);
  -ms-transform: scale(1.0);
  -o-transform: scale(1.0);
  transform: scale(1.0);
  opacity: 0.15;
  filter: alpha(opacity=15);
  -ms-transition: all 0.45s ease;
  -webkit-transition: all .45s ease;
  -moz-transition: all .45s ease;
  -o-transition: all .45s ease;
  transition: all .45s ease;
}
@media (max-width: 1188px) {
  body .gkNspPM-Portfolio2[data-cols="3"] .gkImagesWrapper > a,
  body .gkNspPM-Portfolio2[data-cols="4"] .gkImagesWrapper > a,
  body .gkNspPM-Portfolio2[data-cols="5"] .gkImagesWrapper > a,
  body .gkNspPM-Portfolio2[data-cols="6"] .gkImagesWrapper > a {
    width: 33.33333%;
    max-height: 215px;
  }
}
@media (max-width: 979px) {
  body .gkNspPM-Portfolio2[data-cols="3"] .gkImagesWrapper > a,
  body .gkNspPM-Portfolio2[data-cols="4"] .gkImagesWrapper > a,
  body .gkNspPM-Portfolio2[data-cols="5"] .gkImagesWrapper > a,
  body .gkNspPM-Portfolio2[data-cols="6"] .gkImagesWrapper > a {
    width: 50%;
    max-height: 240px;
  }
}
@media (max-width: 767px) {
  body .gkNspPM-Portfolio2[data-cols="3"] .gkImagesWrapper > a,
  body .gkNspPM-Portfolio2[data-cols="4"] .gkImagesWrapper > a,
  body .gkNspPM-Portfolio2[data-cols="5"] .gkImagesWrapper > a,
  body .gkNspPM-Portfolio2[data-cols="6"] .gkImagesWrapper > a {
    max-height: 210px;
  }
}
@media (max-width: 680px) {
  body .gkNspPM-Portfolio2[data-cols="3"] .gkImagesWrapper > a,
  body .gkNspPM-Portfolio2[data-cols="4"] .gkImagesWrapper > a,
  body .gkNspPM-Portfolio2[data-cols="5"] .gkImagesWrapper > a,
  body .gkNspPM-Portfolio2[data-cols="6"] .gkImagesWrapper > a {
    max-height: 140px;
  }
}
@media (max-width: 480px) {
  body .gkNspPM-Portfolio2[data-cols="3"] .gkImagesWrapper > a,
  body .gkNspPM-Portfolio2[data-cols="4"] .gkImagesWrapper > a,
  body .gkNspPM-Portfolio2[data-cols="5"] .gkImagesWrapper > a,
  body .gkNspPM-Portfolio2[data-cols="6"] .gkImagesWrapper > a {
    width: 100%;
    max-height: inherit;
  }
  body .gkNspPM-Portfolio2[data-cols="3"] .gkImagesWrapper > a:after,
  body .gkNspPM-Portfolio2[data-cols="4"] .gkImagesWrapper > a:after,
  body .gkNspPM-Portfolio2[data-cols="5"] .gkImagesWrapper > a:after,
  body .gkNspPM-Portfolio2[data-cols="6"] .gkImagesWrapper > a:after {
    height: 100%;
  }
}
@media (max-width: 979px) {
  body .gkNspPM-Portfolio2 .gkPortfolioDesc,
  body .gkNspPM-Portfolio2 .gkPortfolioImage {
    width: 100%;
    padding-left: 0;
  }
  body .gkNspPM-Portfolio2 .gkPortfolioDesc {
    padding-top: 36px;
  }
}
.acysubbuttons .button {
  position: absolute;
  top: 0;
  right: 5px;
  height: 48px;
}
.t3-sidebar .t3-module .accordion,
.accordion {
  margin-bottom: 0;
}
.t3-module .accordion-group {
  margin-bottom: 2px;
  border: none;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.t3-module .accordion-heading .accordion-toggle {
  padding: 10px 15px;
}
.t3-module .accordion-heading {
  background-color: #202127;
  text-transform: uppercase;
  border-bottom: none;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.t3-module .accordion-heading:hover {
  background-color: #25272e;
  -ms-transition: background-color 0.45s ease;
  -webkit-transition: background-color .45s ease;
  -moz-transition: background-color .45s ease;
  -o-transition: background-color .45s ease;
  transition: background-color .45s ease;
}
.t3-module .accordion-heading a.accordion-toggle i {
  padding: 13px;
  background: #5f021f;
  color: #fff;
  text-shadow: 0 1px 0 #255667;
  margin-right: 20px;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.t3-module .accordion-heading a.accordion-toggle:hover i {
  background: #90011d;
  -ms-transition: background-color 0.45s ease;
  -webkit-transition: background-color .45s ease;
  -moz-transition: background-color .45s ease;
  -o-transition: background-color .45s ease;
  transition: background-color .45s ease;
}
.t3-module .accordion-heading a.accordion-toggle {
  color: #6d7882;
}
.t3-module .accordion-inner {
  padding: 20px 24px;
  background-color: #1d1f24;
  border-top: 1px solid #25272d;
}
.t3-mastcol .t3-module:last-child {
  border-bottom: 0;
}
.t3-module .well {
  background-color: transparent;
  border-color: transparent;
}

p {
  margin: 5px 0 15px;
}
p small,
p .small {
  font-size: 12px;
}
.lead {
  margin-bottom: 24px;
  font-size: 20px;
  font-weight: 200;
  line-height: 36px;
}
small {
  font-size: 85%;
}
strong {
  font-weight: bold;
}
em {
  font-style: italic;
}
cite {
  font-style: normal;
}
.muted {
  color: #999;
}
.highlight {
  background-color: #FFC;
  font-weight: bold;
  padding: 1px 4px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 12px 0;
  font-family: 'Comfortaa-Light', Arial, Helvetica, sans-serif;
  font-weight: 400;
  line-height: 1.4;
  color: #fff;
  text-rendering: optimizelegibility;
}
h7 {
  margin: 12px 12px -50px 0;
  font-family: 'Comfortaa-Light', Arial, Helvetica, sans-serif;
  font-weight: 400;
  line-height: 1.4;
  color: #fff;
  text-rendering: optimizelegibility;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  font-weight: normal;
  line-height: 1;
  color: #6d7882;
}
h1 {
  font-size: 42px;
}
h1 small {
  font-size: 28px;
}
h2 {
  font-size: 35px;
}
h2 small {
  font-size: 21px;
}
h3 {
  font-size: 28px;
}
h3 small {
  font-size: 16px;
}
h4 {
  font-size: 21px;
}
h4 small {
  font-size: 14px;
}
h5 {
  font-size: 16.8px;
}
h5 small {
  font-size: 13px;
}
h6 {
  font-size: 14px;
}
.page-header {
  border-bottom: 1px solid #1f2126;
  margin: 0 0 24px;
}
.page-title,
.page-header h1 {
  line-height: 1;
  margin: 0;
}
.page-subheader {
  border-bottom: 1px solid #1f2126;
  margin: 0 0 24px;
  *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: -24px;
}
.article-title,
.article-header h1 {
  margin: 0;
}
.item-title {
  font-weight: bold;
}
ul,
ol {
  padding: 0;
  margin: 0 0 12px 25px;
}
ul ul,
ul ol,
ol ol,
ol ul {
  margin-bottom: 0;
}
ul {
  list-style: disc;
}
ol {
  list-style: decimal;
}
li {
  line-height: 24px;
}
ul.unstyled,
ul.styled1,
ol.unstyled {
  margin-left: 0;
  list-style: none;
}
ul.styled1 li {
  border-bottom: solid 1px #eee;
  padding: 6px 25px;
}
ul.styled1 li img:hover {
  opacity: 0.7;
}
dl {
  margin-bottom: 24px;
}
dt,
dd {
  line-height: 24px;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 12px;
}
.dl-horizontal dt {
  float: left;
  width: 0px;
  clear: left;
  text-align: right;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dl-horizontal dd {
  margin-left: 5px;
}
.label,
.badge {
  display: inline-block;
  padding: 2px 4px;
  font-size: 11.844px;
  font-weight: bold;
  line-height: 14px;
  color: #fff;
  vertical-align: baseline;
  white-space: nowrap;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-color: #999;
}
.label {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.badge {
  padding-left: 9px;
  padding-right: 9px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
a.label:hover,
a.badge:hover {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label-important,
.badge-important {
  background-color: #e44f50;
}
.label-important[href],
.badge-important[href] {
  background-color: #dd2324;
}
.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: #5f021f;
}
.label-info[href],
.badge-info[href] {
  background-color: #90011d;
}
.label-inverse,
.badge-inverse {
  background-color: #444;
}
.label-inverse[href],
.badge-inverse[href] {
  background-color: #2b2b2b;
}
.btn .label,
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-mini .label,
.btn-mini .badge {
  top: 0;
}
.page-header .label,
.page-header .badge {
  vertical-align: middle;
}
hr {
  margin: 24px 0;
  border: 0;
  border-top: 1px solid #25272d;
}
abbr[title] {
  cursor: help;
  border-bottom: 1px dotted #999;
}
abbr.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 0 0 0 15px;
  margin: 0 0 24px;
  border-left: 5px solid #25272d;
}
blockquote p {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 30px;
}
blockquote small {
  display: block;
  line-height: 24px;
}
blockquote small:before {
  content: '\2014 \00A0';
}
blockquote.pull-right {
  float: right;
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #25272d;
  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: 24px;
}
.bs-docs-example {
  position: relative;
  margin: 25px 0px;
  padding: 15px 20px;
  border: 2px solid #1f2126;
  border-bottom-width: 6px;
  border-radius: 4px;
}
ul.the-icons {
  list-style: none;
  margin-left: 0;
}
.the-icons li {
  float: left;
  width: 25%;
  line-height: 25px;
}
pre {
  background-color: #202127;
  color: #6d7882;
}
code {
  color: #5f021f;
  background-color: #25272e;
  border-color: transparent;
}
.table th,
.table td {
  border-top: 1px solid #25272d;
}
.table caption + thead tr:first-child th,
.table caption + thead tr:first-child td,
.table colgroup + thead tr:first-child th,
.table colgroup + thead tr:first-child td,
.table thead:first-child tr:first-child th,
.table thead:first-child tr:first-child td {
  border-top: 0;
}
.table tbody + tbody {
  border-top: 2px solid #25272d;
}
.table .table {
  background-color: #1a1b20;
}
.table-condensed th,
.table-condensed td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #25272d;
  border-collapse: separate;
  *border-collapse: collapse;
  border-left: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.table-bordered th,
.table-bordered td {
  border-left: 1px solid #25272d;
}
.table-bordered caption + thead tr:first-child th,
.table-bordered caption + tbody tr:first-child th,
.table-bordered caption + tbody tr:first-child td,
.table-bordered colgroup + thead tr:first-child th,
.table-bordered colgroup + tbody tr:first-child th,
.table-bordered colgroup + tbody tr:first-child td,
.table-bordered thead:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child td {
  border-top: 0;
}
.table-bordered thead:first-child tr:first-child > th:first-child,
.table-bordered tbody:first-child tr:first-child > td:first-child,
.table-bordered tbody:first-child tr:first-child > th:first-child {
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
}
.table-bordered thead:first-child tr:first-child > th:last-child,
.table-bordered tbody:first-child tr:first-child > td:last-child,
.table-bordered tbody:first-child tr:first-child > th:last-child {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
}
.table-bordered thead:last-child tr:last-child > th:first-child,
.table-bordered tbody:last-child tr:last-child > td:first-child,
.table-bordered tbody:last-child tr:last-child > th:first-child,
.table-bordered tfoot:last-child tr:last-child > td:first-child,
.table-bordered tfoot:last-child tr:last-child > th:first-child {
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}
.table-bordered thead:last-child tr:last-child > th:last-child,
.table-bordered tbody:last-child tr:last-child > td:last-child,
.table-bordered tbody:last-child tr:last-child > th:last-child,
.table-bordered tfoot:last-child tr:last-child > td:last-child,
.table-bordered tfoot:last-child tr:last-child > th:last-child {
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
}
.table-bordered tfoot + tbody:last-child tr:last-child td:first-child {
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
}
.table-bordered tfoot + tbody:last-child tr:last-child td:last-child {
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
}
.table-bordered caption + thead tr:first-child th:first-child,
.table-bordered caption + tbody tr:first-child td:first-child,
.table-bordered colgroup + thead tr:first-child th:first-child,
.table-bordered colgroup + tbody tr:first-child td:first-child {
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
}
.table-bordered caption + thead tr:first-child th:last-child,
.table-bordered caption + tbody tr:first-child td:last-child,
.table-bordered colgroup + thead tr:first-child th:last-child,
.table-bordered colgroup + tbody tr:first-child td:last-child {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
}
.table-striped tbody > tr:nth-child(odd) > td,
.table-striped tbody > tr:nth-child(odd) > th {
  background-color: #1f2026;
}
.table-hover tbody tr:hover > td,
.table-hover tbody tr:hover > th {
  background-color: #202127;
}
table td[class*="span"],
table th[class*="span"],
.row-fluid table td[class*="span"],
.row-fluid table th[class*="span"] {
  display: table-cell;
  float: none;
  margin-left: 0;
}
.table td.span1,
.table th.span1 {
  float: none;
  width: 37px;
  margin-left: 0;
}
.table td.span2,
.table th.span2 {
  float: none;
  width: 140px;
  margin-left: 0;
}
.table td.span3,
.table th.span3 {
  float: none;
  width: 243px;
  margin-left: 0;
}
.table td.span4,
.table th.span4 {
  float: none;
  width: 346px;
  margin-left: 0;
}
.table td.span5,
.table th.span5 {
  float: none;
  width: 449px;
  margin-left: 0;
}
.table td.span6,
.table th.span6 {
  float: none;
  width: 552px;
  margin-left: 0;
}
.table td.span7,
.table th.span7 {
  float: none;
  width: 655px;
  margin-left: 0;
}
.table td.span8,
.table th.span8 {
  float: none;
  width: 758px;
  margin-left: 0;
}
.table td.span9,
.table th.span9 {
  float: none;
  width: 861px;
  margin-left: 0;
}
.table td.span10,
.table th.span10 {
  float: none;
  width: 964px;
  margin-left: 0;
}
.table td.span11,
.table th.span11 {
  float: none;
  width: 1067px;
  margin-left: 0;
}
.table td.span12,
.table th.span12 {
  float: none;
  width: 1170px;
  margin-left: 0;
}
.table tbody tr.success > td {
  background-color: #dff0d8;
}
.table tbody tr.error > td {
  background-color: #f2dede;
}
.table tbody tr.warning > td {
  background-color: #fcf8e3;
}
.table tbody tr.info > td {
  background-color: #d9edf7;
}
.table-hover tbody tr.success:hover > td {
  background-color: #d0e9c6;
}
.table-hover tbody tr.error:hover > td {
  background-color: #ebcccc;
}
.table-hover tbody tr.warning:hover > td {
  background-color: #faf2cc;
}
.table-hover tbody tr.info:hover > td {
  background-color: #c4e3f3;
}

.t3-header {
  background-color: #1a1b20;
  position: relative;
  z-index: 99;
  padding: 12px 0 0 0;
  border-bottom: 1px solid #2b2d34;
  opacity: 0.85;
}
.logo {
  float: left;
  display: inline-block;
}
.logo h1,
.logo h1 a {
  display: inline-block;
  line-height: 1;
  margin: 10px 0 0 0;
}
.logo-image {
  margin-top: 0px;
  overflow: hidden;
}
.logo-image a {
  background-image: url("../images/logo.png");
  background-repeat: no-repeat;
  width: 250px;
  height: 60px;
}
.logo-image span,
.logo-image small {
  display: none;
}
.logo-text h1 {
  color: #444;
}
.logo-text h1 a {
  color: #444;
  text-decoration: none;
}
.logo-text:hover h1 a,
.logo-text h1 a:hover,
.logo-text h1 a:active,
.logo-text h1 a:focus {
  text-decoration: none;
}
.logo-text .site-slogan {
  display: block;
  font-size: 14px;
  margin-top: 5px;
}
.top-header {
  font-size: 11.9px;
  text-align: right;
}
.top-header ul {
  list-style: none;
  margin-left: 0;
}
.top-header ul li {
  display: inline;
  padding-left: 15px;
}
.top-header ul li:first-child {
  padding-left: 0;
}
.top-header ul li i {
  padding-right: 5px;
}
.slider {
  position: relative;
  overflow: hidden;
  height: 100%;
}
.t3-maincontent {
  position: relative;
  z-index: 3;
  width: 100%;
}
.t3-sl {
  padding: 84px 0 48px 0;
  background-color: #1a1b20;
}
.t3-sl-2 {
  background-color: #1a1b20;
}
.t3-sl-2 .container {
  border-bottom: 1px solid #25272d;
  padding: 84px 0 48px 0;
}
.t3-sl.block-color {
  background-color: #5f021f;
  color: #bddde7;
  padding: 30px 0;
  text-shadow: 0 1px 1px #183741;
  font-size: 16px;
}
.t3-sl.block-color .t3-module {
  margin-bottom: 0;
  margin-top: 10px;
}
.t3-sl.block-color h2 {
  line-height: 24px;
  color: #fff;
}
.features {
  text-align: center;
}
.features .module-ct {
  position: relative;
  background: #1f2125;
  padding: 36px 24px 24px 24px;
  margin-top: 24px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.6);
  -ms-transition: background-color 0.45s ease;
  -webkit-transition: background-color .4s ease;
  -moz-transition: background-color .4s ease;
  -o-transition: background-color .4s ease;
  transition: background-color .4s ease;
}
.features .module-ct h3,
.features .module-ct h4 {
  color: #fff;
  font-size: 21px;
}
.features .module-ct:hover {
  background: #212328;
}
.features .icontext {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  top: -80px;
  left: 50%;
  margin-left: -32px;
  padding: 15px;
  height: 32px;
  width: 32px;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-color: #5f021f;
  background-image: -moz-linear-gradient(top,#5f021f,#90011d);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#5f021f),to(#90011d));
  background-image: -webkit-linear-gradient(top,#5f021f,#90011d);
  background-image: -o-linear-gradient(top,#5f021f,#90011d);
  background-image: linear-gradient(to bottom,#5f021f,#90011d);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5f021f', endColorstr='#ff5fabc5', GradientType=0);
  border-color: #90011d #90011d #5f021f;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  
  *background-color: #90011d;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  text-shadow: 0 1px 1px #255667;
  color: #fff;
  font-size: 24px;
  line-height: 32px;
}
.features .icontext:hover,
.features .icontext:focus,
.features .icontext:active,
.features .icontext.active,
.features .icontext.disabled,
.features .icontext[disabled] {
  color: #fff;
  background-color: #90011d;
  *background-color: #4da2bf;
}
.features .icontext:active,
.features .icontext.active {
  background-color: #5f021f \9;
}
.spotfolio {
  background: #1f2125 url(../images/blackstripe.png);
  margin-bottom: -1px;
}
.bigheading {
  margin-bottom: 48px;
  text-align: center;
}
.bigheading p {
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 12px;
}
.t3-mainbody {
  padding-top: 0;
  position: relative;
  background-color: #1a1b20;
}
.t3-mainbody .container {
  border-bottom: 1px solid #1f2126;
}
.t3-footer {
  background: #000;
  color: #565e66;
  padding: 20px 0 24px 0;
  font-size: 13px;
  position: relative;
  margin-top: -1px;
  z-index: 2;
  *zoom: 1;
}
.t3-footer:before,
.t3-footer:after {
  display: table;
  content: "";
  line-height: 0;
}
.t3-footer:after {
  clear: both;
}
.t3-footer .inputbox {
  background-color: #1a1b20;
  border-color: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.t3-footer .inputbox:hover,
.t3-footer .inputbox:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background-color: #202127;
  -ms-transition: background-color 0.45s ease;
  -webkit-transition: background-color .45s ease;
  -moz-transition: background-color .45s ease;
  -o-transition: background-color .45s ease;
  transition: background-color .45s ease;
  border-color: transparent;
}
.t3-footer a {
  color: #87919b;
}
.t3-footer a:hover,
.t3-footer a:active,
.t3-footer a:focus,
.t3-footer strong a,
.t3-footer .TDB-tweet-time a {
  color: #5f021f;
}
.t3-footer .nav-pills > .active > a,
.t3-footer .nav-pills > .active > a:hover,
.t3-footer .nav-pills > .active > a:focus {
  color: inherit;
  background-color: transparent;
}
.t3-footer ul.nav {
  text-align: center;
}
.t3-footer ul.nav li {
  float: none;
  display: inline-block;
  padding: 24px 36px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
}
.t3-footer .container {
  padding: 0 0 10px 0;
}
.t3-footer ul {
  list-style: none;
  margin-left: 0;
  margin-bottom: 0;
}
.t3-footer ul li {
  line-height: 30px;
}
.t3-footer ul li a {
  border: none;
  padding: 0;
}
.t3-footer ul li a:hover,
.t3-footer ul li a:focus,
.t3-footer ul li a:active {
  background: none;
}
.t3-footer .module-title {
  color: #fff;
  padding-bottom: 12px;
  font-family: 'Comfortaa-Light', Arial, Helvetica, sans-serif;
  font-size: 21px;
  text-transform: none;
}
.t3-footer .t3-footer-mod .t3-module {
  padding: 0 15px;
}
.t3-footer .t3-footer-mod .item-first .t3-module {
  padding-left: 5px;
}
#back-to-top {
  cursor: pointer;
  display: block;
  position: relative;
  line-height: 80px;
  height: 90px;
  width: 90px;
  background-color: #121212;
  margin: 0 auto;
  text-align: center;
  color: #999;
  font-size: 42px;
  clear: both;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
#back-to-top:hover {
  background-color: #1f1f1f;
  -ms-transition: all 0.45s ease;
  -webkit-transition: all .45s ease;
  -moz-transition: all .45s ease;
  -o-transition: all .45s ease;
  transition: all .45s ease;
}
.t3-copyright {
  font-size: 12px;
  text-align: right;
  *zoom: 1;
}
.t3-copyright:before,
.t3-copyright:after {
  display: table;
  content: "";
  line-height: 0;
}
.t3-copyright:after {
  clear: both;
}
.t3-copyright .container {
  padding: 5px 0 24px 0;
  position: relative;
  border-top: 1px solid #151515;
}
.t3-copyright a {
  color: #87919b;
}
.t3-copyright a:hover {
  color: #aad3e1;
}
.t3-copyright .copyright {
  padding-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.t3-copyright .copyright p {
  margin: 0;
}
.category-name > a,
.t3-module ul li .category-name a {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  text-decoration: none !important;
}
.category-name > a:hover,
.category-name > a:focus,
.category-name > a:active,
.category-name:hover,
.category-name:focus,
.category-name:active {
  color: #fff !important;
  text-decoration: underline !important;
}
.category-name.premier-league,
.category-name.premier-league > a,
.category-name.tbg-dodgerblue,
.category-name.tbg-dodgerblue > a {
  background-color: #1ba1e2 !important;
}
.category-name.europa-league,
.category-name.europa-league > a,
.category-name.tbg-brown,
.category-name.tbg-brown > a {
  background-color: #9e8b0b !important;
}
.category-name.champions-league,
.category-name.champions-league > a,
.category-name.tbg-royalblue,
.category-name.tbg-royalblue > a {
  background-color: #3b5998 !important;
}
.category-name.la-liga,
.category-name.la-liga > a,
.category-name.tbg-chartreuse,
.category-name.tbg-chartreuse > a {
  background-color: #88b828 !important;
}
.category-name.bundesliga,
.category-name.bundesliga > a,
.category-name.tbg-gold,
.category-name.tbg-gold > a {
  background-color: #fb5a29 !important;
}
.category-name.serie-a,
.category-name.serie-a > a,
.category-name.tbg-sienna,
.category-name.tbg-sienna > a {
  background-color: #d21f45 !important;
}
.category-name.players,
.category-name.players > a {
  background-color: #5f021f !important;
}
.t3-megamenu .t3-module ul {
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}
.t3-megamenu .t3-module ul li a {
  border-bottom: 0;
  padding: 8px 0 !important;
  white-space: normal !important;
}
*[data-animation="horizontal"] {
  filter: alpha(opacity=0);
  left: 50%;
  opacity: 0;
  position: relative;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: -webkit-transform .2s ease-out, left .3s ease-out, opacity .3s ease-out;
  -moz-transition: -moz-transform .2s ease-out, left .3s ease-out, opacity .3s ease-out;
  -o-transition: -o-transform .2s ease-out, left .3s ease-out, opacity .3s ease-out;
  transition: transform .2s ease-out, left .3s ease-out, opacity .3s ease-out;
}
*[data-animation="horizontal"].loaded {
  filter: alpha(opacity=100);
  left: 0;
  opacity: 1;
  -webkit-transform: scale(1.0);
  -moz-transform: scale(1.0);
  -ms-transform: scale(1.0);
  -o-transform: scale(1.0);
  transform: scale(1.0);
}
*[data-animation="vertical"] {
  filter: alpha(opacity=0);
  bottom: 80px;
  opacity: 0;
  position: relative;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: -webkit-transform .2s ease-out, bottom .2s ease-out, opacity .3s ease-out;
  -moz-transition: -moz-transform .2s ease-out, bottom .2s ease-out, opacity .3s ease-out;
  -o-transition: -o-transform .2s ease-out, bottom .2s ease-out, opacity .3s ease-out;
  transition: transform .2s ease-out, bottom .2s ease-out, opacity .3s ease-out;
}
*[data-animation="vertical"].loaded {
  filter: alpha(opacity=100);
  bottom: 0;
  opacity: 1;
  -webkit-transform: scale(1.0);
  -moz-transform: scale(1.0);
  -ms-transform: scale(1.0);
  -o-transform: scale(1.0);
  transform: scale(1.0);
}
*[data-animation="scale"] {
  filter: alpha(opacity=0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  opacity: 0;
  -webkit-transition: -webkit-transform .3s ease-out, bottom .2s ease-out, opacity .3s ease-out;
  -moz-transition: -moz-transform .3s ease-out, bottom .2s ease-out, opacity .3s ease-out;
  -o-transition: -o-transform .3s ease-out, bottom .2s ease-out, opacity .3s ease-out;
  transition: transform .3s ease-out, bottom .2s ease-out, opacity .3s ease-out;
}
*[data-animation="scale"].loaded {
  filter: alpha(opacity=100);
  opacity: 1;
  -webkit-transform: scale(1.0);
  -moz-transform: scale(1.0);
  -ms-transform: scale(1.0);
  -o-transform: scale(1.0);
  transform: scale(1.0);
}
*[data-animation="flip"].loaded {
  filter: alpha(opacity=100);
  opacity: 1;
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  transform: rotateX(0deg);
}
*[data-animation="flip"] {
  filter: alpha(opacity=0);
  opacity: 0;
  position: relative;
  -webkit-transform: rotateX(-89deg);
  -moz-transform: rotateX(-89deg);
  -ms-transform: rotateX(-89deg);
  -o-transform: rotateX(-89deg);
  transform: rotateX(-89deg);
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transition: -webkit-transform .2s ease-out, left .3s ease-out, opacity .3s ease-out;
  -moz-transition: -moz-transform .2s ease-out, left .3s ease-out, opacity .3s ease-out;
  -o-transition: -o-transform .2s ease-out, left .3s ease-out, opacity .3s ease-out;
  transition: transform .2s ease-out, left .3s ease-out, opacity .3s ease-out;
}

.t3-component .item-page {
  margin-bottom: 48px;
}
.blog-featured.row-fluid [class*="span"] {
  margin-left: 0;
}
.blog-featured.row-fluid [class*="span"] .items-leading .leading {
  margin-bottom: 0;
}
.blog-featured .items-leading {
  margin-right: 48px;
}
.items-leading .leading {
  margin-bottom: 48px;
}
.items-row .item {
  margin-bottom: 48px;
}
.com_content.view-featured .divider-vertical {
  display: none;
}
.divider-vertical {
  margin: 0 0 48px;
  border: 0;
  border-top: 1px solid #25272d;
}
.item-page .divider-vertical {
  margin-top: 48px;
}
.item-list .article-title,
.item-list .article-header h1 {
  color: #5f021f;
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 5px;
  line-height: 1.5;
}
.item-list .article-title a,
.item-list .article-header h1 a {
  color: #5f021f;
}
.article-aside {
  font-size: 12px;
  margin-bottom: -5px;
  margin-top: 6px;
}
.article-aside .btn {
  text-shadow: none;
  color: #6d7882;
}
.article-aside .btn .caret {
  border-top: solid 6px #5f021f;
  margin-left: 3px;
}
.article-aside.no-article-info {
  float: right;
}
.article-info {
  margin: 0;
  width: 90%;
}
.article-info .article-info-term {
  display: none;
}
.article-info dd {
  float: left;
  font-size: 11px;
  letter-spacing: 1px;
  margin-left: 0;
  margin-right: 10px;
  padding-right: 10px;
  border-right: 1px solid #25272d;
  white-space: nowrap;
  line-height: normal;
}
.article-info dd:last-child {
  border-right: none;
}
.article-footer {
  font-size: 13px;
  margin-bottom: 24px;
}
article img[align=left],
.img_caption.left,
.pull-left.item-image {
  margin: 0 50px 24px 0;
}
article img[align=right],
.img_caption.right,
.pull-right.item-image {
  margin: 0 0 24px 50px;
}
.img-intro-none,
.img-intro-left,
.img-intro-right,
.img-fulltext-none,
.img-fulltext-left,
.img-fulltext-right,
.img_caption {
  position: relative;
}
.img-intro-none,
.img-intro-left,
.img-intro-right,
.img-fulltext-none,
.img-fulltext-left,
.img-fulltext-right,
.img_caption {
  margin-bottom: 24px;
  max-width: 100%;
}
.img-fulltext-left {
  float: left;
  margin-right: 50px;
}
.img-fulltext-right {
  float: right;
  margin-left: 50px;
}
.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: 12px;
  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 {
  margin-top: -30px;
}
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: 4px 8px;
}
article aside .btn-group.open .btn.dropdown-toggle {
  background: #000;
}
article aside .dropdown-menu {
  background: #000;
  border: none;
  padding: 6px 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
article aside .dropdown-menu li {
  padding: 4px 8px;
}
article aside .dropdown-menu li a {
  color: #6d7882;
}
article aside .dropdown-menu li a:hover,
article aside .dropdown-menu li a:focus,
article aside .dropdown-menu li a:active {
  color: #5f021f;
  background-color: transparent;
}
.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.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;
}
.registration fieldset dt {
  margin-right: 5px;
}
.admintable textarea {
  max-width: 90% !important;
  resize: none;
}
#mailto-window {
  background: #fff;
  margin: 10px 0 20px;
  padding: 0;
  position: relative;
}
#mailto-window h2 {
  margin-top: 0;
  margin-bottom: 20px;
}
#mailto-window .mailto-close {
  background: #FFF;
  background: -moz-linear-gradient(bottom,#ccc,#f0f0f0);
  background: -webkit-linear-gradient(bottom,#ccc,#f0f0f0);
  border: 1px solid #CCC;
  border-radius: 3px;
  color: #666;
  font-size: 92%;
  padding: 2px 5px;
  position: absolute;
  top: -10px;
  right: 0px;
  text-shadow: 1px 1px 0 #f0f0f0;
}
#mailto-window .mailto-close a {
  color: #666;
}
#mailto-window .mailto-close:hover {
  border-color: #999;
  box-shadow: 0 0 3px rgba(0,0,0,0.2);
}
#mailtoForm .formelm {
  padding: 5px 0;
  vertical-align: middle;
  overflow: hidden;
}
#mailtoForm .formelm label {
  display: inline-block;
  float: left;
  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;
  box-shadow: none;
  border: solid 1px #2b2d34;
}
.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 #1f2126;
  margin-bottom: 24px;
  padding: 12px 24px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.reset .form-validate fieldset dl,
.remind .form-validate fieldset dl {
  margin: 0;
}
.reset .form-validate fieldset dt,
.remind .form-validate fieldset dt {
  margin: 4px 0 0 0;
}
.reset .form-actions,
.remind .form-actions {
  background: none;
  border: none;
  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.reset .form-horizontal .control-group,
.remind .form-horizontal .control-group {
  margin-bottom: 5px;
}
#searchForm {
  padding: 12px 24px;
  border: 1px solid #1f2126;
  background: #eee;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  *zoom: 1;
}
#searchForm:before,
#searchForm:after {
  display: table;
  content: "";
  line-height: 0;
}
#searchForm:after {
  clear: both;
}
#searchForm fieldset {
  margin: 24px 0;
}
#searchForm legend {
  float: left;
  margin-bottom: 12px;
}
#searchForm fieldset.only input[type="checkbox"] {
  margin-top: 4px;
}
.phrases-box input,
.phrases-box label,
.form-limit input,
.form-limit label,
.only label {
  display: inline-block;
  margin-right: 10px;
}
.phrases-box input {
  margin: 0;
}
.search-results {
  margin-top: 24px;
}
.search-results .result-title {
  font-size: 16px;
  margin-top: 24px;
}
.search-results .result-category {
  font-size: 12px;
  color: #999;
}
.search-results .result-text {
  margin-top: 5px;
  margin-bottom: 5px;
}
.search-results .result-created {
  font-size: 12px;
  color: #999;
}
.contact {
  padding-bottom: 48px;
}
.contact h3 {
  clear: both;
  border-bottom: 1px solid #1f2126;
  padding: 12px 0;
}
.contact .contact-address {
  float: left;
  margin-right: 50px;
  margin-bottom: 60px;
}
.contact .contact-info {
  float: left;
}
.contact .contact-info div {
  float: left;
  margin-left: 50px;
  margin-bottom: 60px;
}
.contact .jicons-text {
  display: block;
  text-transform: uppercase;
}
.contact .tab-content {
  overflow: visible;
}
.contact .control-group.span4 {
  margin-left: 0 !important;
}
.contact legend {
  border: none;
  font-size: 14px;
  margin-bottom: 5px;
  color: #6d7882;
}
.contact [class^="icon-"],
.contact [class*=" icon-"] {
  color: #333;
}
.contact .thumbnail {
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.contact .control-contact {
  margin-bottom: 10px;
}
.contact .control-contact label {
  color: #fff;
  display: block;
}
.contact .control-contact textarea {
  width: 98%;
  height: 200px;
}
.contact .control-contact input {
  width: 98%;
}
.contact label#jform_contact_email_copy-lbl {
  border: none;
  display: inline-block;
  margin: 1px 0 0 5px;
  font-size: 12px;
  padding: 0;
  vertical-align: middle;
}
.contact .nav-tabs.nav-stacked > li > a {
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.contact .nav-tabs.nav-stacked > li > a:hover,
.contact .nav-tabs.nav-stacked > li > a:focus,
.contact .nav-tabs.nav-stacked > li > a:active {
  color: #90011d;
  text-decoration: underline;
  background: none;
}
.contact .contact-form .control-group-footer {
  clear: both;
}
.contact .contact-form .re-captcha {
  float: right;
}
.contact .contact-form .re-captcha .control-label {
  text-align: left;
  float: none;
}
.contact .contact-form .re-captcha .control-group {
  margin: 0;
}
.contact .contact-form .re-captcha .controls {
  margin: 0;
}
.contact .contact-form .re-captcha .controls #recaptcha_area {
  margin-bottom: 24px;
}
.contact .nav-tabs {
  border-bottom: none;
}
.contact .nav-tabs > .active > a {
  color: #fff;
  background: #5f021f;
  text-shadow: 0 1px 1px #255667;
  border-color: transparent;
}
.contact .nav-tabs > li.active > a:hover {
  background: #90011d;
}
.contact .nav-tabs > li > a {
  line-height: 32px !important;
  margin: 0 10px 0 0;
  padding: 6px 20px;
  font-size: 11.9px;
  text-transform: uppercase;
  background: #1f2126;
  color: #6d7882;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.contact .nav-tabs > li > a:hover {
  background: #2b2d34;
  border-color: transparent;
}
.contact .accordion-inner .contact-form {
  border-bottom: none;
}
.contact .accordion-inner .form-horizontal .control-group {
  margin-bottom: 0;
}
.contact .accordion-inner .control-group.span8 {
  margin-left: 0 !important;
}
.contact .accordion-inner .control-group button {
  margin-top: 12px;
}
.contact .accordion-heading .accordion-toggle {
  font-weight: bold;
}
#archive-items > li {
  line-height: normal;
  margin: 0;
  overflow: visible;
  padding: 0;
}
#archive-items div.intro {
  clear: both;
  overflow: hidden;
}
.category-desc {
  margin-bottom: 24px;
}
.category-item {
  margin-top: 24px;
  *zoom: 1;
}
.category-item:before,
.category-item:after {
  display: table;
  content: "";
  line-height: 0;
}
.category-item:after {
  clear: both;
}
.category-item .page-header {
  line-height: normal;
  padding-top: 12px;
  padding-bottom: 12px;
  margin-bottom: 24px;
}
.category-item .category-item {
  margin-left: 4.2158516020236%;
}
.newsfeed-category > h2,
.newsfeed > h2 {
  border-bottom: 1px solid #1f2126;
  padding-bottom: 24px;
  margin-bottom: 24px;
  margin-top: 0;
}
.newsfeed-category .category-desc,
.newsfeed .category-desc {
  margin-bottom: 24px;
}
.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 > h2 {
  border-bottom: 1px solid #1f2126;
  padding-bottom: 24px;
  margin-bottom: 24px;
  margin-top: 0;
}
.newsfeed .feed-description {
  margin-bottom: 24px;
  font-size: 16px;
}
.newsfeed .feed-item-description .feed-description {
  font-size: 14px;
}
.newsfeed ol li > a {
  font-weight: bold;
  font-size: 16px;
}
.edit textarea {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.button2-left,
.button2-left div {
  float: left;
}
.button2-right,
.button2-right div {
  float: right;
}
.button2-left {
  margin: 5px 5px 0 0;
}
.button2-right {
  margin: 5px 0 0 5px;
}
.button2-left a,
.button2-right a,
.button2-left span,
.button2-right span {
  background: #eee;
  border: 1px solid #e1e1e1;
  color: #999;
  cursor: pointer;
  display: block;
  float: left;
  padding: 2px 10px;
  border-radius: 4px;
}
.button2-left span,
.button2-right span {
  color: #999;
  cursor: default;
}
.button2-left .page a,
.button2-right .page a,
.button2-left .page span,
.button2-right .page span {
  padding: 0 6px;
}
.button2-left a:hover,
.button2-right a:hover {
  background: #e1e1e1;
  color: #444;
  text-decoration: none;
}
.edit.item-page .control-group a.modal {
  position: inherit;
  width: auto !important;
  margin-left: 0 !important;
  top: auto !important;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.edit.item-page .control-group .media-preview {
  clear: both;
}
.controls img.calendar {
  cursor: pointer;
  margin-left: 5px;
}
.article-content .pagination ul {
  border-left: 1px solid #1f2126;
}
.article-content .pagination li {
  float: left;
  padding: 12px 24px;
  line-height: normal;
  border: 1px solid #1f2126;
  border-left: 0;
}
.article-content .pagination li a {
  border: 0;
  text-decoration: none;
  background-color: transparent;
  line-height: normal;
  padding: 0;
}
.pagenavcounter {
  margin: 0 0 24px;
  font-weight: bold;
}
#article-index {
  float: right;
  margin: 0 0 24px 24px;
  padding: 10px;
  width: 30%;
  border: 1px solid #1f2126;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
#article-index ul {
  margin: 0 0 0 20px;
}
.pagenav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.pagenav li {
  margin: 0;
  padding: 0;
}
.pagenav li a {
  padding: 6px 20px;
  text-shadow: 0 1px 1px #255667;
  background-color: #5f021f;
  color: #fff;
  border-color: transparent;
  font-size: 11.9px;
  text-transform: uppercase;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.pagenav li a:hover,
.pagenav li a:active,
.pagenav li a:focus {
  background-color: #90011d;
}
.counter {
  float: right;
  line-height: 1;
  margin: 12px 0;
  text-align: right;
}
.pagination ul {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.pagination ul > li > a,
.pagination ul > li > span {
  border: solid 1px #ddd;
  color: #222;
  font-weight: 400;
  font-size: 12px;
  margin: 0 2px 5px 2px;
  text-transform: uppercase;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.pagination ul > li > a:hover,
.pagination ul > li > a:focus,
.pagination ul > .active > a,
.pagination ul > .active > span {
  background-color: #fff;
  color: #5f021f;
}
.pagination ul > .disabled > span,
.pagination ul > .disabled > a,
.pagination ul > .disabled > a:hover,
.pagination ul > .disabled > a:focus {
  color: #666;
  border: solid 1px #ddd;
}
.pagination ul > li:first-child > a,
.pagination ul > li:first-child > span {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.items-more {
  background: url("../images//gray-border-bg.png") repeat-y left top;
}
.items-more h3 {
  display: none;
}
.items-more .nav-stacked {
  margin-left: 48px;
  margin-bottom: 0;
}
.items-more .nav-stacked li a {
  border: 0;
  padding: 0;
  margin-bottom: 5px;
  font-size: 15px;
  font-weight: 400;
}
.items-more .nav-stacked li a:hover,
.items-more .nav-stacked li a:focus,
.items-more .nav-stacked li a:active {
  color: #90011d;
}
.items-more .nav-stacked li:last-child .article-aside {
  margin-bottom: 0;
}
.back_button a {
  display: block;
  margin: 10px 0;
}
.filters {
  margin: 12px 0 5px;
}
.display-limit {
  margin: 12px 0 5px;
}
.filters .filter-search,
.filters .display-limit {
  float: left;
  width: 50%;
}
.filters .display-limit {
  float: right;
  text-align: right;
}
#system-message dt {
  font-weight: bold;
}
#system-message dd {
  font-weight: bold;
}
#system-message dd.message ul,
#system-message dd.error ul,
#system-message dd.notice ul {
  margin: 0;
  padding: 0;
}
#system-message dd.message ul li,
#system-message dd.error ul li,
#system-message dd.notice ul li {
  background: none;
  margin: 0;
  padding: 5px;
}
.tip-wrap {
  background: #fff6df;
  border: 1px solid #fb3;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 3px rgba(0,0,0,0.4);
  -moz-box-shadow: 0 0 3px rgba(0,0,0,0.4);
  box-shadow: 0 0 3px rgba(0,0,0,0.4);
  max-width: 300px;
  z-index: 999;
}
.tip-title {
  border-bottom: 1px solid #fb3;
  font-weight: bold;
  padding: 5px 10px;
}
.tip-text {
  font-size: 14px;
  margin: 0;
  padding: 5px 10px;
}
.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 #25272d;
}
.input-prepend .chzn-container-single .chzn-single {
  border-color: #2b2d34;
  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: #2b2d34;
}
.btn-group .chzn-results {
  white-space: normal;
}
.mod-preview-info {
  z-index: 999999;
  text-shadow: none;
}
.mod-preview .mod-preview-wrapper {
  background-color: #202127;
  border-color: transparent;
  color: #6d7882;
}
.mod-preview .mod-preview-info {
  padding: 10px 15px;
  border-color: transparent;
  background-color: #141519;
  color: #6d7882;
  font-size: 12px;
}

