@media (max-width: 749px) {
  .always-show .mega > .mega-dropdown-menu,
  .always-show .dropdown-menu {
    display: block !important;
    position: static;
  }
  .open .dropdown-menu {
    display: block;
  }
}
.t3-logo,
.t3-logo-small {
  display: block;
  text-decoration: none;
  text-align: left;
  background-repeat: no-repeat;
  background-position: center;
}
.t3-logo {
  width: 182px;
  height: 50px;
}
.t3-logo-small {
  width: 60px;
  height: 30px;
}
.t3-logo,
.t3-logo-color {
  background-image: url("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");
}
@media (max-width: 749px) {
  .logo-control .logo-img-sm {
    display: block;
  }
  .logo-control .logo-img {
    display: none;
  }
}
@media (min-width: 750px) {
  .logo-control .logo-img-sm {
    display: none;
  }
  .logo-control .logo-img {
    display: block;
  }
}
#community-wrap .collapse {
  position: relative;
  height: 0;
  overflow: hidden;
  display: block;
}
.body-data-holder:before {
  display: none;
  content: "grid-float-breakpoint:750px screen-xs:0px screen-sm:480px screen-md:768px screen-lg:990px";
}

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

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: Roboto;
  font-weight: 400;
  line-height: 1.3;
  color: #444444;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 22px;
  margin-bottom: 11px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 11px;
  margin-bottom: 11px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 29px;
}
h2,
.h2 {
  font-size: 26px;
}
h3,
.h3 {
  font-size: 23px;
}
h4,
.h4 {
  font-size: 20px;
}
h5,
.h5 {
  font-size: 17px;
}
h6,
.h6 {
  font-size: 14px;
}
p {
  margin: 0 0 11px;
}
.lead {
  margin-bottom: 22px;
  font-size: 17px;
  font-weight: 200;
  line-height: 1.4;
}
@media (min-width: 480px) {
  .lead {
    font-size: 22.5px;
  }
}
small,
.small {
  font-size: 85%;
}
cite {
  font-style: normal;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-muted {
  color: #999999;
}
.text-primary {
  color: #ed1c24;
}
a.text-primary:hover {
  color: #c61017;
}
.text-success {
  color: #468847;
}
a.text-success:hover {
  color: #356635;
}
.text-info {
  color: #3a87ad;
}
a.text-info:hover {
  color: #2d6987;
}
.text-warning {
  color: #c09853;
}
a.text-warning:hover {
  color: #a47e3c;
}
.text-danger {
  color: #b94a48;
}
a.text-danger:hover {
  color: #953b39;
}
.bg-primary {
  color: #fff;
  background-color: #ed1c24;
}
a.bg-primary:hover {
  background-color: #c61017;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover {
  background-color: #e4b9b9;
}
.highlight {
  background-color: #FFC;
  font-weight: bold;
  padding: 1px 4px;
}
.page-header {
  padding-bottom: 10px;
  margin: 44px 0 22px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 11px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 22px;
}
dt,
dd {
  line-height: 1.5;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 750px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999999;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 11px 22px;
  margin: 0 0 22px;
  font-size: 18.75px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.5;
  color: #999999;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
blockquote:before,
blockquote:after {
  content: "";
}
address {
  margin-bottom: 22px;
  font-style: normal;
  line-height: 1.5;
}
code,
kbd,
pre,
samp {
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
}
.btn-actions {
  text-align: center;
}
.features-list {
  margin-top: 66px;
  
}
.features-list .page-header {
  border: 0;
  text-align: center;
}
.features-list .page-header h1 {
  font-size: 47px;
}
.features-list .feature-row {
  overflow: hidden;
  min-height: 200px;
  color: #696f72;
  border-top: 1px solid #e0e2e3;
  padding: 66px 0 0;
  text-align: center;
}
.features-list .feature-row:last-child {
  border-bottom: 1px solid #e0e2e3;
  margin-bottom: 66px;
}
.features-list .feature-row h3 {
  font-size: 30px;
}
.features-list .feature-row div:first-child {
  padding-left: 0;
}
.features-list .feature-row div:last-child {
  padding-right: 0;
}
.features-list .feature-row div:first-child.feature-img img {
  float: left;
}
.features-list .feature-row div:last-child.feature-img img {
  float: right;
}
.jumbotron h2 {
  font-size: 47px;
}
.jumbotron iframe {
  margin-top: 22px;
}

.form-control:focus {
  border-color: #ed1c24;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(237, 28, 36, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(237, 28, 36, 0.6);
}
.form-control::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999999;
}
.form-control::-webkit-input-placeholder {
  color: #999999;
}
textarea.form-control {
  height: auto;
}
.form-group {
  margin-bottom: 22px;
}
.radio label,
.checkbox label {
  display: inline;
}
.form-control-static {
  margin-bottom: 0;
}
@media (min-width: 480px) {
  .form-inline .form-group {
    display: inline-block;
  }
  .form-inline .form-control {
    display: inline-block;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    float: none;
  }
}
.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .form-control-static {
  padding-top: 7px;
}
.btn-inverse {
  color: #ffffff;
  background-color: #333333;
  border-color: #262626;
}
.btn-inverse:hover,
.btn-inverse:focus,
.btn-inverse.focus,
.btn-inverse:active,
.btn-inverse.active,
.open > .dropdown-toggle.btn-inverse {
  color: #ffffff;
  background-color: #1a1a1a;
  border-color: #080808;
}
.btn-inverse:active,
.btn-inverse.active,
.open > .dropdown-toggle.btn-inverse {
  background-image: none;
}
.btn-inverse.disabled,
.btn-inverse[disabled],
fieldset[disabled] .btn-inverse,
.btn-inverse.disabled:hover,
.btn-inverse[disabled]:hover,
fieldset[disabled] .btn-inverse:hover,
.btn-inverse.disabled:focus,
.btn-inverse[disabled]:focus,
fieldset[disabled] .btn-inverse:focus,
.btn-inverse.disabled.focus,
.btn-inverse[disabled].focus,
fieldset[disabled] .btn-inverse.focus,
.btn-inverse.disabled:active,
.btn-inverse[disabled]:active,
fieldset[disabled] .btn-inverse:active,
.btn-inverse.disabled.active,
.btn-inverse[disabled].active,
fieldset[disabled] .btn-inverse.active {
  background-color: #333333;
  border-color: #262626;
}
.btn-inverse .badge {
  color: #333333;
  background-color: #ffffff;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
select::-moz-placeholder,
textarea::-moz-placeholder,
input[type="text"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="datetime"]::-moz-placeholder,
input[type="datetime-local"]::-moz-placeholder,
input[type="date"]::-moz-placeholder,
input[type="month"]::-moz-placeholder,
input[type="time"]::-moz-placeholder,
input[type="week"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="color"]::-moz-placeholder,
.inputbox::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
select:-ms-input-placeholder,
textarea:-ms-input-placeholder,
input[type="text"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="datetime"]:-ms-input-placeholder,
input[type="datetime-local"]:-ms-input-placeholder,
input[type="date"]:-ms-input-placeholder,
input[type="month"]:-ms-input-placeholder,
input[type="time"]:-ms-input-placeholder,
input[type="week"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="color"]:-ms-input-placeholder,
.inputbox:-ms-input-placeholder {
  color: #999999;
}
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
input[type="text"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="datetime"]::-webkit-input-placeholder,
input[type="datetime-local"]::-webkit-input-placeholder,
input[type="date"]::-webkit-input-placeholder,
input[type="month"]::-webkit-input-placeholder,
input[type="time"]::-webkit-input-placeholder,
input[type="week"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="color"]::-webkit-input-placeholder,
.inputbox::-webkit-input-placeholder {
  color: #999999;
}
textareaselect,
textareatextarea,
textareainput[type="text"],
textareainput[type="password"],
textareainput[type="datetime"],
textareainput[type="datetime-local"],
textareainput[type="date"],
textareainput[type="month"],
textareainput[type="time"],
textareainput[type="week"],
textareainput[type="number"],
textareainput[type="email"],
textareainput[type="url"],
textareainput[type="search"],
textareainput[type="tel"],
textareainput[type="color"],
textarea.inputbox {
  height: auto;
}
@media screen and (min-width: 480px) {
  select,
  textarea,
  input[type="text"],
  input[type="password"],
  input[type="datetime"],
  input[type="datetime-local"],
  input[type="date"],
  input[type="month"],
  input[type="time"],
  input[type="week"],
  input[type="number"],
  input[type="email"],
  input[type="url"],
  input[type="search"],
  input[type="tel"],
  input[type="color"],
  .inputbox {
    width: auto;
  }
}
select,
select.form-control,
select.inputbox,
select.input {
  padding-right: 5px;
}
.input-append .active,
.input-prepend .active {
  background-color: #bbff33;
  border-color: #669900;
}
.invalid {
  border-color: #cc0000;
}
label.invalid {
  color: #cc0000;
}
input.invalid {
  border: 1px solid #cc0000;
}

.dropdown-menu > li > a {
  padding: 5px 20px;
}
.dropdown-header {
  padding: 3px 20px;
  font-size: 15px;
}
.dropdown-header a {
  color: #999999;
}
.dropdown-submenu > a:after {
  border-left-color: #333333;
}
.dropdown-submenu:hover > a:after {
  border-left-color: #262626;
}
.nav > li > .separator {
  position: relative;
  display: block;
  padding: 10px 15px;
  line-height: 22px;
}
@media (min-width: 750px) {
  .nav > li > .separator {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .nav > li > span {
    padding: 10px 15px;
    display: inline-block;
  }
}
.nav .caret {
  border-top-color: #ed1c24;
  border-bottom-color: #ed1c24;
}
.nav a:hover .caret {
  border-top-color: #c61017;
  border-bottom-color: #c61017;
}
.t3-navhelper {
  background: #f5f5f5;
  border-top: 1px solid #eeeeee;
  color: #555555;
  padding: 5px 0;
}
.breadcrumb {
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  border-radius: 0;
}
.breadcrumb > li + li:before {
  content: "/\00a0";
}
.breadcrumb > .active {
  color: #999999;
}
.breadcrumb > .active + li:before {
  content: "";
  padding: 0;
}
.breadcrumb > .active .hasTooltip {
  padding-right: 11px;
}
.breadcrumb .divider {
  display: none;
}
.pagination {
  display: block;
}
.pagination:before,
.pagination:after {
  content: " ";
  display: table;
}
.pagination:after {
  clear: both;
}
@media screen and (min-width: 480px) {
  .pagination {
    float: left;
  }
}
.pagination .pagination {
  display: inline-block;
}
.counter {
  display: inline-block;
  margin-top: 22px;
  padding: 6px 12px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
}
@media screen and (min-width: 480px) {
  .counter {
    float: right;
  }
}

.navbar-toggle {
  padding: 0;
  height: 35px;
  line-height: 35px;
  width: 35px;
  margin-left: 0;
}
@media (min-width: 750px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 0 0;
}
@media (min-width: 750px) {
  .navbar-nav {
    margin: 0;
  }
}
.navbar-default {
  background-color: transparent;
  border-color: transparent;
}
.navbar-default .navbar-brand {
  color: #000000;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #000000;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: transparent;
}
.navbar-default .navbar-nav > li > a {
  color: #000000;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #ed1c24;
  background-color: transparent;
}
.navbar-default .navbar-nav > li > .nav-header {
  color: #000000;
  display: inline-block;
  padding-top: 16.5px;
  padding-bottom: 16.5px;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #ed1c24;
  background-color: transparent;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #dddddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #dddddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #cccccc;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: transparent;
}
.navbar-default .navbar-nav > .dropdown > a:hover .caret,
.navbar-default .navbar-nav > .dropdown > a:focus .caret {
  border-top-color: #ed1c24;
  border-bottom-color: #ed1c24;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: transparent;
  color: #ed1c24;
}
.navbar-default .navbar-nav > .open > a .caret,
.navbar-default .navbar-nav > .open > a:hover .caret,
.navbar-default .navbar-nav > .open > a:focus .caret {
  border-top-color: #ed1c24;
  border-bottom-color: #ed1c24;
}
.navbar-default .navbar-nav > .dropdown > a .caret {
  border-top-color: #000000;
  border-bottom-color: #000000;
}
@media (max-width: 479px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #000000;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ed1c24;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #ed1c24;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #cccccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #000000;
}
.navbar-default .navbar-link:hover {
  color: #ed1c24;
}
.t3-mainnav {
  border-left: 0;
  border-right: 0;
  margin-bottom: 0;
  border-radius: 0;
}
.t3-mainnav .t3-navbar {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 750px) {
  .t3-mainnav .t3-navbar-collapse {
    display: none !important;
  }
}
.t3-mainnav .t3-navbar-collapse .navbar-nav {
  margin: 0 0;
}
.t3-mainnav .t3-navbar-collapse .navbar-nav li > a .fa {
  margin-right: 5px;
}
.t3-mainnav .t3-navbar-collapse .navbar-nav > li > a {
  border-top: 1px solid transparent;
}
.t3-mainnav .t3-navbar-collapse .navbar-nav > li:first-child > a {
  border-top: 0;
}
.t3-mainnav .t3-navbar-collapse .navbar-nav .dropdown > a .caret {
  position: absolute;
  top: 40%;
  right: 12px;
}

.items-leading .leading {
  margin-bottom: 44px;
}
.items-row .item {
  margin-bottom: 44px;
}
.divider-vertical {
  margin: 0 0 44px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.article-aside {
  color: #999999;
  font-size: 14px;
  margin-bottom: 22px;
}
.article-info {
  margin: 0;
  width: 85%;
}
.article-info .article-info-term {
  display: none;
}
.article-info dd {
  display: inline-block;
  margin-left: 0;
  margin-right: 10px;
  white-space: nowrap;
}
.article-info dd strong {
  font-weight: bold;
}
.article-footer {
  color: #999999;
  font-size: 13px;
  margin-bottom: 22px;
}
.article-intro img,
.article-content img {
  display: block;
  max-width: 100%;
  height: auto;
}
.article-intro img[align=left],
.article-content img[align=left],
.article-intro .img_caption.left,
.article-content .img_caption.left,
.article-intro .pull-left.item-image,
.article-content .pull-left.item-image {
  margin: 0 33px 22px 0;
}
.article-intro img[align=right],
.article-content img[align=right],
.article-intro .img_caption.right,
.article-content .img_caption.right,
.article-intro .pull-right.item-image,
.article-content .pull-right.item-image {
  margin: 0 0 22px 33px;
}
@media (max-width: 480px) {
  .article-content iframe {
    width: 100% !important;
    height: auto;
  }
}
.img-intro-none,
.img-intro-left,
.img-intro-right,
.img-fulltext-none,
.img-fulltext-left,
.img-fulltext-right,
.img_caption {
  position: relative;
}
.img-intro-none,
.img-intro-left,
.img-intro-right,
.img-fulltext-none,
.img-fulltext-left,
.img-fulltext-right,
.img_caption {
  margin-bottom: 22px;
  max-width: 100%;
}
.img-fulltext-left {
  float: left;
  margin-right: 22px;
}
.img-fulltext-right {
  float: right;
  margin-left: 22px;
}
.img-intro-none img,
.img-intro-left img,
.img-intro-right img,
.img-fulltext-none img,
.img-fulltext-left img,
.img-fulltext-right img {
  margin: 0;
}
.img_caption img {
  margin-bottom: 1px !important;
}
.img_caption p.img_caption {
  background: #eeeeee;
  color: #555555;
  font-size: 13px;
  width: 100%;
  margin: 0;
  padding: 5px;
  text-align: center;
  clear: both;
}
@media screen and (max-width: 479px) {
  article img[align=left],
  .img_caption.left,
  article img[align=right],
  .img_caption.right,
  .img-fulltext-left,
  .img-fulltext-right {
    float: none !important;
    margin-left: 0;
    margin-right: 0;
    width: 100% !important;
  }
}
article aside .btn-group > .dropdown-toggle,
article aside .btn-group > .dropdown-toggle:hover,
article aside .btn-group > .dropdown-toggle:active,
article aside .btn-group > .dropdown-toggle:focus {
  padding: 2px 5px;
}
article aside .btn-group > .dropdown-toggle .caret {
  margin-left: 2px;
}
.row-even,
.row-odd {
  padding: 5px;
  width: 99%;
  border-bottom: 1px solid #dddddd;
}
.row-odd {
  background-color: transparent;
}
.row-even {
  background-color: #f9f9f9;
}
.blog-row-rule,
.blog-item-rule {
  border: 0;
}
.row-fluid .row-reveal {
  visibility: hidden;
}
.row-fluid:hover .row-reveal {
  visibility: visible;
}
.nav-list > li.offset > a {
  padding-left: 30px;
  font-size: 12px;
}
.list-striped,
.row-striped {
  list-style: none;
  line-height: 22px;
  text-align: left;
  vertical-align: middle;
  border-top: 1px solid #dddddd;
  margin-left: 0;
  padding-left: 0;
}
.list-striped li,
.list-striped dd,
.row-striped .row,
.row-striped .row-fluid {
  border-bottom: 1px solid #dddddd;
  padding: 10px 15px;
}
.list-striped li:nth-child(odd),
.list-striped dd:nth-child(odd),
.row-striped .row:nth-child(odd),
.row-striped .row-fluid:nth-child(odd) {
  background-color: #f9f9f9;
}
.list-striped li:hover,
.list-striped dd:hover,
.row-striped .row:hover,
.row-striped .row-fluid:hover {
  background-color: #f5f5f5;
}
.row-striped .row-fluid {
  width: 97%;
}
.row-striped .row-fluid [class*="span"] {
  min-height: 10px;
}
.row-striped .row-fluid [class*="span"] {
  margin-left: 8px;
}
.row-striped .row-fluid [class*="span"]:first-child {
  margin-left: 0;
}
.list-condensed li {
  padding: 5px 10px;
}
.row-condensed .row,
.row-condensed .row-fluid {
  padding: 5px 10px;
}
.list-bordered,
.row-bordered {
  list-style: none;
  line-height: 18px;
  text-align: left;
  vertical-align: middle;
  margin-left: 0;
  border: 1px solid #dddddd;
}
.login-wrap .other-links ul {
  padding-left: 10px;
}
.form-register fieldset {
  padding: 0 0 10px;
}
.form-register p {
  margin: 0 0 5px;
}
.form-register p.form-des {
  margin: 15px 0;
}
.form-register label {
  display: block;
  float: left;
  font-weight: bold;
  text-align: right;
  width: 130px;
}
.form-register .input,
.form-register .inputbox {
  margin-left: 10px;
  width: 200px;
}
.form-register .btn,
.form-register .button {
  margin-left: 140px;
}
.registration fieldset dt {
  margin-right: 5px;
}
.admintable textarea {
  max-width: 90% !important;
  resize: none;
}
.com_mailto body {
  padding: 11px;
}
.com_mailto .t3-mainbody {
  padding-top: 0;
  padding-bottom: 0;
}
.com_mailto .t3-content {
  width: auto;
}
#mailto-window {
  background: #fff;
  margin: 10px 0 20px;
  padding: 0;
  position: relative;
}
#mailto-window h2 {
  margin-top: 0;
  margin-bottom: 20px;
}
#mailtoForm .formelm {
  padding: 5px 0;
  vertical-align: middle;
  overflow: hidden;
}
#mailtoForm .formelm label {
  display: inline-block;
  float: left;
  font-weight: bold;
  vertical-align: middle;
  width: 100px;
}
#mailtoForm p {
  margin-top: 20px;
}
#mailtoForm .input,
#mailtoForm .inputbox {
  width: 65%;
}
#mailtoForm .btn,
#mailtoForm .button,
#mailtoForm button {
  margin-right: 5px;
}
.user-details {
  padding: 10px 0;
}
.user-details p {
  margin: 0 0 5px;
}
.user-details label {
  display: block;
  float: left;
  font-weight: bold;
  text-align: right;
  width: 130px;
}
.user-details .input,
.user-details .inputbox {
  margin-left: 10px;
  width: 200px;
}
.user-details .btn,
.user-details button {
  margin-left: 140px;
}
.user-details .paramlist .paramlist_key {
  padding: 0 0 5px;
  width: 130px;
}
.user-details .paramlist .paramlist_value {
  padding: 0 0 5px;
}
.user-details .user_name span {
  font-weight: bold;
  padding-left: 10px;
}
.reset .form-validate p,
.remind .form-validate p {
  background: #eeeeee;
  border: 1px solid #eeeeee;
  margin-bottom: 22px;
  padding: 11px 22px;
  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;
}
.profile-edit input {
  position: relative;
  min-height: 1px;
  padding-left: 6px;
  padding-right: 6px;
}
@media (min-width: 480px) {
  .profile-edit input {
    float: left;
    width: 50%;
  }
}
.profile-edit select {
  position: relative;
  min-height: 1px;
  padding-left: 6px;
  padding-right: 6px;
}
@media (min-width: 480px) {
  .profile-edit select {
    float: left;
    width: 50%;
  }
}
.profile-edit select + button {
  margin-left: 5px;
}
#searchForm:before,
#searchForm:after {
  content: " ";
  display: table;
}
#searchForm:after {
  clear: both;
}
#searchForm fieldset {
  margin: 22px 0;
}
#searchForm legend {
  margin-bottom: 11px;
}
#searchForm select {
  width: auto;
  display: inline-block;
  margin-left: 5px;
  padding-left: 5px;
}
#searchForm .form-limit {
  margin-top: 22px;
}
#searchForm .form-limit .counter {
  margin-top: 0;
}
#search-form ul#finder-filter-select-list {
  margin-left: 0;
  padding-left: 0;
}
#search-form ul#finder-filter-select-list li {
  list-style: none;
  padding: 11px 0;
}
#search-form ul#finder-filter-select-list li label {
  width: 150px;
}
#search-form .word .form-group {
  margin-bottom: 11px;
}
@media screen and (max-width: 480px) {
  #searchForm .radio-inline,
  #searchForm .checkbox-inline {
    display: block;
    width: 100%;
    margin-left: 0;
  }
}
.search-results {
  margin-top: 22px;
  margin-left: 0;
  padding-left: 0;
}
.search-results .result-title {
  font-size: 17px;
  margin-top: 22px;
}
.search-results .result-category {
  font-size: 13px;
  color: #999999;
}
.search-results .result-text {
  margin-top: 5px;
  margin-bottom: 5px;
}
.search-results .result-url {
  color: #555555;
  margin-top: 22px;
}
.search-results .result-created {
  font-size: 13px;
  color: #999999;
}
div.finder {
  margin-bottom: 22px;
}
#searchForm .phrases-box input[type="radio"] {
  vertical-align: top;
  margin-top: 3px;
}
@media (max-width: 480px) {
  .contact .thumbnail {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .contact .dl-horizontal > dt {
    float: left;
    margin-right: 5px;
    width: auto;
  }
}
@media (max-width: 480px) {
  .contact .dl-horizontal > dd {
    margin-left: 0;
  }
}
.contact-form #jform_contact_emailmsg {
  width: 100%;
}
.contact-form #jform_contact_message {
  width: 100%;
  height: auto;
}
@media (max-width: 480px) {
  .contact-form #jform_captcha-lbl {
    display: none;
  }
  .contact-form #recaptcha_image {
    width: 220px;
  }
  .contact-form #recaptcha_image img {
    max-width: 220px;
  }
  .contact-form #recaptcha_response_field {
    max-width: 220px;
  }
}
.contact .accordion-toggle {
  font-weight: bold;
}
#archive-items > li {
  line-height: normal;
  margin: 0;
  overflow: visible;
  padding: 0;
}
#archive-items .intro {
  clear: both;
  overflow: hidden;
}
.categories-list {
  margin-bottom: 22px;
}
.category-item:before,
.category-item:after {
  content: " ";
  display: table;
}
.category-item:after {
  clear: both;
}
.category-item .page-header {
  line-height: normal;
  padding: 11px 5px;
  margin: 0;
  font-size: 19px;
  font-weight: normal;
}
.category-item .category-item {
  margin-bottom: 0;
  margin-left: 20px;
}
.category-item .category-item .page-header {
  font-size: 15px;
}
.cat-children .page-header {
  line-height: normal;
  padding: 11px 5px;
  margin: 0;
  font-size: 19px;
  font-weight: normal;
}
.newsfeed-category > h2,
.newsfeed > h2 {
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 22px;
  margin-bottom: 22px;
  margin-top: 0;
}
.newsfeed-category .category-desc,
.newsfeed .category-desc {
  margin-bottom: 22px;
}
.newsfeed-category .category li:before,
.newsfeed .category li:before,
.newsfeed-category .category li:after,
.newsfeed .category li:after {
  content: " ";
  display: table;
}
.newsfeed-category .category li:after,
.newsfeed .category li:after {
  clear: both;
}
.newsfeed > h2 {
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 22px;
  margin-bottom: 22px;
  margin-top: 0;
}
.newsfeed .feed-description {
  margin-bottom: 22px;
  font-size: 17px;
}
.newsfeed .feed-item-description .feed-description {
  font-size: 15px;
}
.newsfeed ol li > a {
  font-weight: bold;
  font-size: 17px;
}
.article-content .pagination ul {
  display: block;
  list-style: none;
  padding: 0;
  overflow: hidden;
}
.article-content .pagination ul li {
  border: 1px solid #eeeeee;
  float: left;
  line-height: normal;
  margin-right: 11px;
  padding: 11px 22px;
}
.article-content .pagination ul li a {
  border: 0;
  text-decoration: none;
  background-color: transparent;
  line-height: normal;
  padding: 0;
}
.pagenavcounter {
  margin: 0 0 22px;
  font-weight: bold;
}
#article-index,
.article-index {
  border: 1px solid #eeeeee;
  border-radius: 4px;
  float: right;
  padding: 10px;
  margin: 0 0 22px 22px;
  width: 25%;
}
#article-index ul,
.article-index ul {
  list-style: none;
  margin: 0;
  padding: 0;
  border: 0;
}
#article-index ul > li,
.article-index ul > li {
  border: 0;
  margin-top: 2px;
}
#article-index ul > li > a,
.article-index ul > li > a {
  border: 0;
  padding: 5px;
  border-radius: 4px;
}
#article-index ul > .active > a,
.article-index ul > .active > a {
  border: 0;
  background: #ed1c24;
  color: #ffffff;
}
#article-index ul > .active > a:hover,
.article-index ul > .active > a:hover,
#article-index ul > .active > a:active,
.article-index ul > .active > a:active,
#article-index ul > .active > a:focus,
.article-index ul > .active > a:focus {
  border: 0;
  background: #ed1c24;
  color: #ffffff;
}
.pagenav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.pagenav > li {
  margin: 0;
  padding: 0;
  float: left;
}
.pagenav > li.pagenav-prev,
.pagenav > li.previous {
  margin-right: 10px;
}
.pagenav li > a {
  padding: 11px 22px;
  line-height: normal;
  border: 1px solid #dddddd;
  border-radius: 4px;
}
.pagenav li > a:hover,
.pagenav li > a:active,
.pagenav li > a:focus {
  background-color: #eeeeee;
}
.items-more h3 {
  margin: 0 0 22px;
}
.items-more .nav > li {
  border-top: 1px solid #eeeeee;
}
.items-more .nav > li > a {
  padding: 6px 5px;
}
.back_button a {
  display: block;
  margin: 10px 0;
}
.filters {
  margin: 11px 0;
}
.display-limit {
  margin: 11px 0 5px;
}
.filters .display-limit {
  float: right;
  text-align: right;
}
#system-message dt {
  font-weight: bold;
}
#system-message dd {
  font-weight: bold;
}
#system-message dd.message ul,
#system-message dd.error ul,
#system-message dd.notice ul {
  margin: 0;
  padding: 0;
}
#system-message dd.message ul li,
#system-message dd.error ul li,
#system-message dd.notice ul li {
  background: none;
  margin: 0;
  padding: 5px;
}
.alert-message {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #468847;
}
.alert-message hr {
  border-top-color: #c9e2b3;
}
.alert-message .alert-link {
  color: #356635;
}
.alert-notice {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #3a87ad;
}
.alert-notice hr {
  border-top-color: #a6e1ec;
}
.alert-notice .alert-link {
  color: #2d6987;
}
.alert-error {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #b94a48;
}
.alert-error hr {
  border-top-color: #e4b9c0;
}
.alert-error .alert-link {
  color: #953b39;
}
.tip-wrap {
  background: #fff6df;
  border: 1px solid #fb3;
  border-radius: 5px;
  -webkit-box-shadow: none;
  box-shadow: none;
  max-width: 300px;
  z-index: 999;
}
.tip-title {
  border-bottom: 1px solid #fb3;
  font-weight: bold;
  padding: 5px 10px;
}
.tip-text {
  font-size: 15px;
  margin: 0;
  padding: 5px 10px;
}
.hasTip img {
  border: none;
  margin: 0 5px 0 0;
}
@media (min-width: 480px) {
  .languageswitcherload {
    float: right;
    width: 100%;
  }
  .languageswitcherload .mod-languages {
    text-align: right;
  }
}
div.calendar {
  width: 187px;
}
.edit.item-page fieldset .btn-toolbar {
  margin-top: 11px;
}
.chzn-container-multi .chzn-choices li.search-field input[type="text"] {
  height: auto;
}
.iframe-bordered {
  border: 1px solid #dddddd;
}
.chzn-container {
  display: block;
}
.chzn-container-single .chzn-single,
.chzn-container-multi .chzn-choices .search-field input,
.chzn-container-single .chzn-search input {
  height: 26px;
}
.chzn-container-single .chzn-drop,
.chzn-container .chzn-drop {
  -webkit-box-sizing: content-box !important;
  -moz-box-sizing: content-box !important;
  box-sizing: content-box !important;
}
.input-prepend .chzn-container-single .chzn-single {
  border-color: #cccccc;
  height: 26px;
  border-radius: 0 3px 3px 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.input-prepend .chzn-container-active .chzn-single-with-drop {
  border-radius: 0 3px 0 0;
}
.input-prepend .chzn-container-single .chzn-drop {
  border-color: #cccccc;
}
.btn-group .chzn-results {
  white-space: normal;
}

.container {
  position: relative;
  width: 100%;
  max-width: 980px;
}
.container-fullhd {
  width: 100%;
  max-width: 1920px;
}
.t3-module .t3-module-title {
  position: relative;
  text-align: center;
  border: none;
  color: #ed1c24;
  margin-bottom: 4%;
}
.t3-module .t3-module-title span {
  position: relative;
  display: inline-block;
  padding: 0 30px;
  background-color: #fbfbfb;
}
.t3-module .t3-module-title:before {
  position: absolute;
  content: '';
  display: block;
  width: 100%;
  left: 0;
  top: 48%;
  height: 1px;
  background-color: #ed1c24;
}
.t3-module .t3-box-image {
  text-align: center;
}
.t3-module .t3-box-readmore:after {
  content: "";
  display: table;
  clear: both;
}
ul.nav ol,
ul.nav-tabs ol,
ul.btn-toolbar ol,
.chzn-container ul ol,
ul.nav ul,
ul.nav-tabs ul,
ul.btn-toolbar ul,
.chzn-container ul ul {
  position: static;
  left: auto;
  margin-right: auto;
}
ul.nav ol li,
ul.nav-tabs ol li,
ul.btn-toolbar ol li,
.chzn-container ul ol li,
ul.nav ul li,
ul.nav-tabs ul li,
ul.btn-toolbar ul li,
.chzn-container ul ul li {
  text-indent: 0;
  margin-bottom: 0;
}
ul.nav ol li:before,
ul.nav-tabs ol li:before,
ul.btn-toolbar ol li:before,
.chzn-container ul ol li:before,
ul.nav ul li:before,
ul.nav-tabs ul li:before,
ul.btn-toolbar ul li:before,
.chzn-container ul ul li:before {
  display: none;
  background-color: transparent;
  background-image: none;
  content: initial;
  position: static;
  width: auto;
  height: auto;
}
.pull-left {
  margin: 0 20px 10px 0 !important;
}
.pull-right {
  margin: 0 0 10px 20px !important;
}
.t3-ratio-content {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.t3-ratio-box-1-1 {
  position: relative;
  width: 100%;
  padding-bottom: 100%;
}
.t3-ratio-box-5-4 {
  position: relative;
  width: 100%;
  padding-bottom: 80%;
}
.t3-ratio-box-4-3 {
  position: relative;
  width: 100%;
  padding-bottom: 75%;
}
.t3-ratio-box-16-9 {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
}
.t3-ratio-box-2-1 {
  position: relative;
  width: 100%;
  padding-bottom: 50%;
}

#system-message-container {
  font-weight: 700;
}
#system-message-container #system-message {
  margin: 0;
}
#system-message-container #system-message .alert {
  margin: 0 0 10px 0;
}
#system-message-container #system-message p {
  margin: 0;
  padding-right: 15px;
  text-align: left;
}

.noSelect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.listReset ol,
.listReset ul {
  position: static;
  left: auto;
  margin-right: auto;
}
.listReset ol li,
.listReset ul li {
  text-indent: 0;
  margin-bottom: 0;
}
.listReset ol li:before,
.listReset ul li:before {
  display: none;
  background-color: transparent;
  background-image: none;
  content: initial;
  position: static;
  width: auto;
  height: auto;
}
.afterClear:after {
  content: "";
  display: table;
  clear: both;
}
.imgReset img {
  border: none;
  margin: 0;
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.noPseudo:before,
.noPseudo:after {
  display: none;
}

::selection {
  background: #ed1c24;
  color: #fff;
  text-shadow: none;
}
::-moz-selection {
  background: #ed1c24;
  color: #fff;
  text-shadow: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 5.5px;
}
h1 {
  margin: 0 0 22px;
}
p {
  text-align: justify;
}
ol,
ul {
  position: relative;
  left: 25px;
  margin: 0 35px 11px 0;
  padding: 0;
}
ul {
  list-style: none;
}
li {
  text-indent: -25px;
  margin: 0 0 5px;
}
li:before {
  position: relative;
  text-indent: 0;
  display: inline-block;
  margin-right: 5px;
  font-family: FontAwesome;
  color: #ed1c24;
  font-weight: 700;
  top: 2px;
  content: "\f14a";
  width: 20px;
  font-size: 20px;
}
li * {
  text-indent: 0;
}
ol li:before {
  content: "\00a0";
}
a {
  -ms-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  outline: none;
}
a:active,
a:focus,
a:hover {
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
  display: inline-block;
  border-radius: 16px 0;
}
select,
textarea,
input[type="text"],
input[type="password"],
input[type="email"] {
  box-shadow: 0 0 1px 0 #ccc;
}
select.small,
textarea.small,
input[type="text"].small,
input[type="password"].small,
input[type="email"].small {
  padding: 0 10px;
  width: 150px;
  height: 30px;
}
select:focus,
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus {
  box-shadow: 0 0 1px 0 #f8aaad;
  background-color: #ffffff;
}
textarea {
  resize: vertical;
  overflow: auto;
}
textarea:-webkit-input-placeholder {
  text-align: left;
}
textarea:-moz-placeholder {
  text-align: left;
}
textarea:-moz-placeholder {
  text-align: left;
}
textarea:-ms-input-placeholder {
  text-align: left;
}
iframe,
object,
embed {
  width: 100%;
  border: none;
}
:-webkit-input-placeholder {
  color: #787878;
  text-align: center;
}
:-moz-placeholder {
  color: #787878;
  text-align: center;
}
:-moz-placeholder {
  color: #787878;
  text-align: center;
}
:-ms-input-placeholder {
  color: #787878;
  text-align: center;
}
.btn {
  cursor: pointer;
  font-family: inherit;
  font-weight: 400;
  color: #fff;
  padding: 10px 16px 8px;
  display: inline-block;
  font-size: 13px;
  text-transform: uppercase;
  line-height: 20px;
  white-space: nowrap;
  text-align: center;
  border: none;
  border-radius: 20px 0;
  background-color: #ed1c24;
  outline: none !important;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.btn:active,
.btn:focus,
.btn:hover {
  border-color: #ed1c24;
  background-color: #ef343b;
  box-shadow: none;
}
.btn:after {
  content: '\f138';
  font-family: FontAwesome;
  display: inline-block;
  line-height: 1;
  margin-left: 5px;
  border-radius: 50%;
  color: #ffffff;
  font-weight: 400;
}
.btn-big {
  padding: 12px 18px 10px;
  font-size: 16px;
}
table {
  width: auto;
  border: 1px solid #ddd;
  border-collapse: separate;
  border-left: 0;
  max-width: 100%;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 11px;
}
td,
th {
  border-left: 1px solid #ddd;
  padding: 8px;
  line-height: 20px;
  border-top: 1px solid #ddd;
  text-align: center;
  vertical-align: middle;
  width: auto;
}

.article-content table {
  width: 100%;
  border: 1px solid #ddd;
}
.article-content th {
  color: #D5DDE5;
  background: #1b1e24;
  border-bottom: 4px solid #9ea7af;
  border-right: 1px solid #343a45;
  font-size: 14px;
  font-weight: 100;
  padding: 24px;
  text-align: center;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  vertical-align: middle;
}
.article-content th:first-child {
  border-top-left-radius: 3px;
}
.article-content th:last-child {
  border-top-right-radius: 3px;
  border-right: none;
}
.article-content tr {
  border-top: 1px solid #C1C3D1;
  border-bottom-: 1px solid #C1C3D1;
  color: #3d4050;
  font-size: 16px;
  font-weight: normal;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.1);
}
.article-content tr:hover td {
  background: #4E5066;
  color: #FFFFFF;
  border-top: 1px solid #22262e;
}
.article-content tr:first-child {
  border-top: none;
}
.article-content tr:last-child {
  border-bottom: none;
}
.article-content tr:nth-child(odd) td {
  background: #EBEBEB;
}
.article-content tr:nth-child(odd):hover td {
  background: #4E5066;
}
.article-content tr:last-child td:first-child {
  border-bottom-left-radius: 3px;
}
.article-content tr:last-child td:last-child {
  border-bottom-right-radius: 3px;
}
.article-content td {
  background: #FFFFFF;
  padding: 15px;
  text-align: center;
  vertical-align: middle;
  font-weight: 300;
  font-size: 14px;
  text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.1);
  border-right: 1px solid #C1C3D1;
  width: 50%;
}
.article-content td:last-child {
  border-right: 0px;
}
.article-content th.text-left {
  text-align: left;
}
.article-content th.text-center {
  text-align: center;
}
.article-content th.text-right {
  text-align: right;
}
.article-content td.text-left {
  text-align: left;
}
.article-content td.text-center {
  text-align: center;
}
.article-content td.text-right {
  text-align: right;
}

#t3-wrapper {
  min-width: 320px;
  width: 100%;
  overflow: hidden;
  padding-top: 100px;
}

#t3-header {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 1;
  border-bottom: 1px solid #ed1c24;
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

#t3-promo-1 {
  max-width: 1920px;
  margin: 0 auto 60px;
  border-bottom: 1px solid #ed1c24;
}

#t3-cta {
  border-top: 1px solid #ed1c24;
}

#t3-middle {
  padding-bottom: 1%;
}

#t3-middle-padding-top {
  padding-top: 3%;
}

#t3-middle-top {
  
}

#t3-middle-middle {
  
}

#t3-middle-left {
  
}

#t3-middle-right {
  
}

#t3-footer {
  border-top: 1px solid #ed1c24;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

.fa {
  margin-right: 3px;
}
.form-actions {
  background-color: transparent;
}
.page-header {
  border: none;
  padding: 0;
  margin: 0;
}
.article-image-full {
  max-width: 40%;
}
.article-aside {
  font-size: 13px;
  padding: 0;
  color: #000;
  margin: 0 0 6.66666667px;
}
.article-aside .published {
  color: #000;
}
.article-aside .published i {
  position: relative;
  top: -1px;
}
.pagination-wrap {
  text-align: center;
  font-size: 14px;
}
.pagination-wrap ol,
.pagination-wrap ul {
  position: static;
  left: auto;
  margin-right: auto;
}
.pagination-wrap ol li,
.pagination-wrap ul li {
  text-indent: 0;
  margin-bottom: 0;
}
.pagination-wrap ol li:before,
.pagination-wrap ul li:before {
  display: none;
  background-color: transparent;
  background-image: none;
  content: initial;
  position: static;
  width: auto;
  height: auto;
}
.pagination-wrap .counter {
  margin: 0 0 20px;
}
.pagination-wrap .pagination {
  margin: 0 0 20px;
  float: none;
  display: inline-block;
}

#t3-content > .blog {
  
  
}
#t3-content > .blog .readmore {
  text-align: right;
}

.t3-module-style-1 .t3-module-inner {
  background-color: rgba(45, 134, 189, 0.1);
  border: 1px solid rgba(45, 134, 189, 0.15);
}
.t3-module-style-1 .t3-box-content {
  padding: 0 10px 2px;
}
.t3-module-style-1 .t3-module-title {
  background-color: rgba(45, 134, 189, 0.15);
  padding: 10px;
  margin-bottom: 11px;
  color: #333333;
}
.t3-module-style-1 .t3-module-title span {
  background-color: transparent;
}
.t3-module-style-1 .t3-module-title:before {
  display: none;
}
.t3-logo-text,
.t3-logo-image {
  padding-top: 10px;
  padding-bottom: 10px;
}
.t3-logo-text .t3-module-table,
.t3-logo-image .t3-module-table {
  display: table;
  height: 80px;
  width: 100%;
}
.t3-logo-text .t3-module-cell,
.t3-logo-image .t3-module-cell {
  display: table-cell;
  height: 80px;
  text-align: left;
  vertical-align: middle;
}
.t3-logo-text a,
.t3-logo-image a {
  display: inline-block;
  line-height: 0;
}
.t3-logo-text .logo-text,
.t3-logo-image .logo-text {
  white-space: nowrap;
  font-size: 29px;
  font-weight: 700;
}
.t3-logo-text .logo-img,
.t3-logo-image .logo-img {
  max-height: 80px;
  border-radius: 0;
}
.t3-logo-text .logo-text {
  line-height: 1;
}

.t3-module-cta .t3-module-inner {
  padding: 1.5% 0 1.4%;
}
.t3-module-cta .btn {
  position: relative;
  top: -6px;
  margin-top: 6px;
}
.t3-module-cta p {
  margin: 20px;
}

.t3-module-form .t3-module-inner {
  text-align: center;
}
.t3-module-form .t3-module-title {
  font-size: 29px;
  text-align: left;
  margin-bottom: 22px;
}
.t3-module-form textarea,
.t3-module-form input {
  width: 100%;
  max-width: 600px;
  display: inline-block;
  margin-bottom: 10px;
  text-align: left;
}
.t3-module-form textarea {
  height: 100px;
  text-align: left;
}
.t3-module-form .formBody {
  display: block;
  float: none;
}
.t3-module-form .formValidation {
  position: relative;
  display: block;
}
.t3-module-form .formNoError {
  display: none;
}
.t3-module-form .formError {
  display: inline-block;
  color: #e66;
  margin-bottom: 10px;
  background-color: #fff3f3;
  padding: 4px 12px;
  border-radius: 4px;
}
.t3-module-form .rsform-block-footer {
  font-size: 13px;
  margin-top: 10px;
  color: #555;
}
.t3-module-form .rsform-block-footer p {
  text-align: center;
}
.t3-module-form .rsform-block-captcha {
  width: 304px;
  margin: 0 auto 15px;
  min-height: 76px;
}
.t3-module-form .t3-module-title {
  text-align: center;
}

#t3-mainnav {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  min-height: 0;
  border: none;
  padding: 30px 0;
  text-transform: uppercase;
}
#t3-mainnav ol,
#t3-mainnav ul {
  position: static;
  left: auto;
  margin-right: auto;
}
#t3-mainnav ol li,
#t3-mainnav ul li {
  text-indent: 0;
  margin-bottom: 0;
}
#t3-mainnav ol li:before,
#t3-mainnav ul li:before {
  display: none;
  background-color: transparent;
  background-image: none;
  content: initial;
  position: static;
  width: auto;
  height: auto;
}
#t3-mainnav .t3-navbar ul.level0 {
  display: table;
  float: none;
  width: 100%;
}
#t3-mainnav .t3-navbar ul.level0:before,
#t3-mainnav .t3-navbar ul.level0:after {
  display: none;
}
#t3-mainnav .t3-navbar ul.level0 > li {
  width: 1%;
  float: none;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
#t3-mainnav .t3-navbar ul.level0 > li > span,
#t3-mainnav .t3-navbar ul.level0 > li > a {
  cursor: pointer;
  white-space: nowrap;
  display: inline-block;
  padding: 11px 16px 10px;
  font-size: 14px;
  line-height: 19px;
  border-radius: 0;
  outline: none;
  color: #000000;
  -ms-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  font-weight: 600;
}
#t3-mainnav .t3-navbar ul.level0 > li > span:focus,
#t3-mainnav .t3-navbar ul.level0 > li > a:focus {
  color: #000000;
  background-color: #eee;
}
#t3-mainnav .t3-navbar ul.level0 > li > span:focus .caret,
#t3-mainnav .t3-navbar ul.level0 > li > a:focus .caret {
  border-top-color: #000000;
  border-bottom-color: #000000;
}
#t3-mainnav .t3-navbar ul.level0 > li > span:hover,
#t3-mainnav .t3-navbar ul.level0 > li > a:hover {
  color: #ed1c24;
  background-color: transparent;
}
#t3-mainnav .t3-navbar ul.level0 > li > span:hover .caret,
#t3-mainnav .t3-navbar ul.level0 > li > a:hover .caret {
  border-top-color: #ed1c24;
  border-bottom-color: #ed1c24;
}
#t3-mainnav .t3-navbar ul.level0 > li > span .caret,
#t3-mainnav .t3-navbar ul.level0 > li > a .caret {
  border-top-color: #000000;
  border-bottom-color: #000000;
}
#t3-mainnav .t3-navbar ul.level0 > li > span {
  cursor: default;
}
#t3-mainnav .t3-navbar ul.level0 > li.open > span,
#t3-mainnav .t3-navbar ul.level0 > li.open > a {
  color: #ed1c24;
  background-color: transparent;
}
#t3-mainnav .t3-navbar ul.level0 > li.open > span .caret,
#t3-mainnav .t3-navbar ul.level0 > li.open > a .caret {
  border-top-color: #ed1c24;
  border-bottom-color: #ed1c24;
}
#t3-mainnav .t3-navbar ul.level0 > li.active > a,
#t3-mainnav .t3-navbar ul.level0 > li.active > span {
  color: #ed1c24;
  background-color: transparent;
}
#t3-mainnav .t3-navbar ul.level0 > li.active > a .caret,
#t3-mainnav .t3-navbar ul.level0 > li.active > span .caret {
  border-top-color: #ed1c24;
  border-bottom-color: #ed1c24;
}
#t3-mainnav .t3-navbar .navbar-nav .dropdown-menu {
  top: 100%;
  left: 0;
  font-size: 13px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
  padding: 0;
  margin: 0;
  list-style: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
#t3-mainnav .t3-navbar .t3-megamenu .mega-inner {
  padding: 0;
}
#t3-mainnav .t3-navbar .mega-col-nav {
  padding: 0;
}
#t3-mainnav .t3-navbar .mega-nav > li > a {
  border-bottom: 1px solid #ddd;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background-color: transparent !important;
  color: #000000;
  padding: 8px 26px 7px 16px !important;
}
#t3-mainnav .t3-navbar .mega-nav > li > a:hover,
#t3-mainnav .t3-navbar .mega-nav > li > a:focus {
  color: #ed1c24 !important;
  border-color: #ddd;
}
#t3-mainnav .t3-navbar .mega-nav > li:first-child > a {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
#t3-mainnav .t3-navbar .mega-nav > li:last-child > a {
  border: none;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
#t3-mainnav .t3-navbar .mega-nav > li.active > a {
  color: #ed1c24;
}
#t3-mainnav .t3-navbar .dropdown-submenu > a:after {
  position: absolute;
  top: 8px;
  right: 12px;
}
#t3-mainnav .t3-navbar .dropdown-submenu > .dropdown-menu {
  top: -1px;
  left: 100%;
}

#t3-nav-collapse {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  min-width: 320px;
  background-color: transparent;
  border-top: 1px solid #ed1c24;
  border-bottom: 1px solid #ed1c24;
  background-repeat: repeat-x;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}
#t3-nav-collapse .navbar-header {
  position: relative;
}
#t3-nav-collapse .navbar-header .show-text.navbar-toggle {
  text-transform: uppercase;
  color: #ed1c24;
  cursor: pointer;
  display: block;
  float: none;
  border: none;
  line-height: 40px;
  height: 40px;
  font-weight: 700;
  width: auto;
  background: none;
  margin: 0;
  text-align: center;
}
#t3-nav-collapse .navbar-header button {
  font-size: 19px;
  position: absolute;
  line-height: 20px;
  right: 10px;
  top: 10px;
  width: 20px;
  height: 20px;
  margin: 0;
  color: #ed1c24;
  border: none;
}
#t3-nav-collapse .navbar-header button:active,
#t3-nav-collapse .navbar-header button:hover {
  box-shadow: none;
}
#t3-nav-collapse .navbar-header button i.fa {
  margin: 0;
}
#t3-nav-collapse .t3-navbar-collapse {
  border: none;
  box-shadow: none;
}
#t3-nav-collapse .t3-navbar-collapse ol,
#t3-nav-collapse .t3-navbar-collapse ul {
  position: static;
  left: auto;
  margin-right: auto;
}
#t3-nav-collapse .t3-navbar-collapse ol li,
#t3-nav-collapse .t3-navbar-collapse ul li {
  text-indent: 0;
  margin-bottom: 0;
}
#t3-nav-collapse .t3-navbar-collapse ol li:before,
#t3-nav-collapse .t3-navbar-collapse ul li:before {
  display: none;
  background-color: transparent;
  background-image: none;
  content: initial;
  position: static;
  width: auto;
  height: auto;
}
#t3-nav-collapse .t3-navbar-collapse ul.dropdown-menu {
  display: block;
  float: none;
  width: auto;
  margin-top: 0;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  padding: 0;
}
#t3-nav-collapse .t3-navbar-collapse li {
  border-top: 1px solid #ed1c24;
}
#t3-nav-collapse .t3-navbar-collapse li span,
#t3-nav-collapse .t3-navbar-collapse li a {
  white-space: normal;
  display: block;
  color: #ed1c24;
  padding: 4px 14px 4px;
  line-height: 2;
  background-color: transparent;
}
#t3-nav-collapse .t3-navbar-collapse li span:hover,
#t3-nav-collapse .t3-navbar-collapse li a:hover {
  background-color: #f0f0f0;
}
#t3-nav-collapse .t3-navbar-collapse li span:before,
#t3-nav-collapse .t3-navbar-collapse li a:before {
  font-family: FontAwesome;
  content: "\f105";
  padding-left: 10px;
  padding-top: 0;
  float: right;
  font-weight: normal;
  color: #000000;
  font-size: 15px;
}
#t3-nav-collapse .t3-navbar-collapse li span:hover:before,
#t3-nav-collapse .t3-navbar-collapse li a:hover:before {
  color: #ed1c24;
}
#t3-nav-collapse .t3-navbar-collapse li span:after,
#t3-nav-collapse .t3-navbar-collapse li a:after,
#t3-nav-collapse .t3-navbar-collapse li span .caret,
#t3-nav-collapse .t3-navbar-collapse li a .caret {
  display: none;
}
#t3-nav-collapse .t3-navbar-collapse li > span:hover {
  background-color: transparent;
}
#t3-nav-collapse .t3-navbar-collapse li > span:before {
  display: none;
}
#t3-nav-collapse .t3-navbar-collapse li.active > a {
  background-color: #f0f0f0;
}
#t3-nav-collapse .t3-navbar-collapse li.active > a:before {
  color: #ed1c24;
}
#t3-nav-collapse .t3-navbar-collapse ul.level0 > li:last-child a {
  padding-bottom: 6px;
}
#t3-nav-collapse .t3-navbar-collapse ul.level1 span,
#t3-nav-collapse .t3-navbar-collapse ul.level1 a {
  padding-left: 34px;
}
#t3-nav-collapse .t3-navbar-collapse ul.level2 span,
#t3-nav-collapse .t3-navbar-collapse ul.level2 a {
  padding-left: 54px;
}

.t3-module-icons .t3-module-inner {
  padding: 20px 0 40px;
}
.t3-module-icons .t3-box-title {
  text-align: center;
  font-size: 24px;
  margin-bottom: 11px;
}
.t3-module-icons .t3-box-title a {
  color: #444;
}
.t3-module-icons .t3-box-title a:hover {
  color: #ed1c24;
}
.t3-module-icons .t3-box {
  padding: 0 10px 20px;
}
.t3-module-icons .t3-box-icon {
  text-align: center;
  border-radius: 50%;
  width: 150px;
  height: 150px;
  line-height: 150px;
  border: 1px solid #999;
  margin: 0 auto 22px;
}
.t3-module-icons .t3-box-icon a {
  display: inline-block;
}
.t3-module-icons .t3-box-icon i {
  font-size: 64px;
  line-height: 150px;
  margin: 0;
}
.t3-module-icons .t3-box-readmore {
  padding-top: 5px;
  text-align: center;
}
.t3-module-icons.c2 .t3-box-icon {
  border: 1px solid #ed1c24;
}
.t3-module-icons.c2 .t3-box-image {
  margin: 0 auto 10px;
  width: 150px;
  height: 150px;
  overflow: hidden;
  border-radius: 50%;
}
.t3-module-icons.c2 .t3-box-image img {
  border-radius: 0;
  min-width: 150px;
  min-height: 150px;
  width: auto;
  height: auto;
  max-width: auto;
  max-height: auto;
}

.t3-module-contact .t3-module-title {
  text-align: left;
  color: #333333;
  font-size: 29px;
}
.t3-module-contact .t3-module-title:before {
  display: none;
}
.t3-module-contact .t3-module-title span {
  padding: 0;
}

.t3-module-copyright .t3-module-inner {
  text-align: center;
  padding: 20px 0;
  font-size: 13px;
  line-height: 37px;
}
.t3-module-copyright span {
  color: #ed1c24;
}

.t3-module-made-by {
  text-align: center;
}
.t3-module-made-by .t3-module-inner {
  display: inline-block;
  padding: 30px 0;
}
.t3-module-made-by .t3-module-inner:after {
  content: "";
  display: table;
  clear: both;
}
.t3-module-made-by a.made-by {
  float: right;
  display: block;
  width: 144px;
  height: 37px;
  background-image: url('../../../../images/honlapsiker.png');
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% auto;
}
.t3-module-made-by a.up {
  float: right;
  margin: 7px 0 0 20px;
  display: block;
  width: 30px;
  height: 30px;
  background-color: #101010;
  border-radius: 5px;
  text-align: center;
  color: #fff;
}
.t3-module-made-by a.up:before {
  font-family: FontAwesome;
  margin: 4px auto 0;
  content: "\f077";
  display: block;
}
.t3-module-made-by a.up:hover {
  color: #ed1c24;
}

.t3-module-gmap .t3-module-inner {
  padding-bottom: 22px;
}
.t3-module-gmap .t3-module-title {
  font-size: 29px;
  text-align: left;
  margin-bottom: 22px;
  color: #333333;
  padding: 0;
}
.t3-module-gmap .t3-module-title:before {
  display: none;
}
.t3-module-gmap .t3-module-title span {
  padding: 0;
}
.phocamaps-box {
  margin-top: 0 !important;
}
.phocamaps-box img {
  border: none;
  margin: 0;
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}

.t3-module-breadcrumbs {
  font-size: 13px;
}
.t3-module-breadcrumbs i {
  margin: 0;
  font-size: 15px;
  color: #333;
}
.t3-module-breadcrumbs ol {
  position: static;
  display: inline-block;
  list-style: none;
  padding: 0;
  margin: 0 0 11px;
}
.t3-module-breadcrumbs ol li {
  display: inline-block;
  text-indent: 0;
  margin: 0 4px;
  line-height: 22px;
}
.t3-module-breadcrumbs ol li:before {
  display: none;
}
.t3-module-breadcrumbs li.active {
  margin: 0 0 0 2px;
}
.t3-module-breadcrumbs .divider {
  margin-left: 10px;
  font-size: 19px;
}

.ss2-align .nextend-bullet-container .nextend-bullet {
  width: 11px !important;
  height: 11px !important;
  margin: 0 6px !important;
}
.ss2-align .smart-slider-layer p {
  color: #fff;
  font-size: 42px;
  letter-spacing: 15px;
  text-shadow: 2px 2px 4px #000000;
  text-align: center;
  padding: 0;
  margin: 0;
  background: none;
  box-shadow: none;
  font-family: "Montserrat";
  font-weight: 500;
  text-transform: uppercase;
}

.sigProContainer {
  position: static;
  left: auto;
  margin: 0 -10px 22px -10px !important;
}
.sigProContainer:after {
  content: "";
  display: table;
  clear: both;
}
.sigProContainer li {
  margin: 0 0 20px;
}
.sigProContainer li .sigProThumbInner {
  display: block;
}
.sigProContainer li a {
  padding-top: 56.25%;
  text-decoration: none;
  position: relative;
  display: block;
  background-color: #fff;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 4px;
  cursor: url('../../../../images/zoomin.cur'), pointer;
}
.sigProContainer li a img {
  display: none;
}
.sigProContainer li:before {
  display: none;
  content: none;
}
.sigProContainer .sigProCaptionBg {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  background-color: rgba(0, 0, 0, 0.4);
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.sigProContainer .sigProCaption {
  font-size: 13px;
  display: block;
  padding: 3px;
  line-height: normal;
  color: #fff;
  text-align: center;
}
.sigProContainer.singleThumbGallery {
  max-width: 100%;
  display: inline-block;
  margin: 0 0 11px 0 !important;
}
.sigProContainer.singleThumbGallery li {
  margin: 0;
}
.sigProContainer.singleThumbGallery li a {
  padding: 0;
  overflow: hidden;
}
.sigProContainer.singleThumbGallery li a img {
  display: block;
  border-radius: 5px;
}
#fancybox-buttons a {
  height: 29px;
}
.fancybox-title {
  text-align: center;
  font-weight: bold !important;
}
#fancybox-buttons ol,
#fancybox-buttons ul {
  position: static;
  left: auto;
  margin-right: auto;
}
#fancybox-buttons ol li,
#fancybox-buttons ul li {
  text-indent: 0;
  margin-bottom: 0;
}
#fancybox-buttons ol li:before,
#fancybox-buttons ul li:before {
  display: none;
  background-color: transparent;
  background-image: none;
  content: initial;
  position: static;
  width: auto;
  height: auto;
}
.fancyboxCounter {
  float: left;
}
.fancybox-title-inside-wrap {
  padding-top: 14px !important;
}
.fancybox-title:after {
  content: "";
  display: table;
  clear: both;
}

.t3-module-partners .t3-module-inner {
  padding-bottom: 54px;
}
.t3-module-partners .t3-module-inner .t3-box-title {
  text-align: center;
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 20px;
}
.t3-module-more-partners li {
  text-indent: -15px;
}
.t3-module-more-partners li:before {
  top: -2px;
  text-indent: 0;
  content: "\f1db";
  width: 12px;
  margin-right: 5px;
  font-size: 10px;
  font-weight: 700;
}
.t3-module-clients .t3-box {
  min-height: 200px;
}
.t3-module-clients p {
  text-align: left;
}
.t3-module-clients .t3-box-image {
  float: left;
  margin-right: 20px;
}

@media (max-width: 1250px) {
  #t3-mainnav .t3-navbar ul.level0 > li > span,
  #t3-mainnav .t3-navbar ul.level0 > li > a {
    padding: 11px 8px 10px;
  }
}
@media (max-width: 1100px) {
  #t3-header {
    position: static;
    border-bottom: none;
    box-shadow: none;
    background-color: transparent;
  }
  .t3-logo-text,
  .t3-logo-image {
    width: 100%;
    padding: 20px 0;
  }
  .t3-logo-text .t3-module-cell,
  .t3-logo-image .t3-module-cell {
    text-align: center;
  }
  .t3-mainnav-col {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1;
    border-bottom: 1px solid #ed1c24;
    background-color: rgba(255, 255, 255, 0.9);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  }
}

@media screen and (max-width: 767px) {
  .t3-module-copyright .t3-module-inner {
    text-align: center;
    padding-bottom: 0;
  }
  .t3-module-made-by {
    text-align: center;
  }
  .t3-module-choosed .table {
    display: block;
  }
  .t3-module-choosed .table:after {
    content: "";
    display: table;
    clear: both;
  }
  .t3-module-choosed .cell {
    text-align: center;
    display: table;
    float: left;
    width: 50%;
    height: 100px;
  }
  .t3-module-choosed .cell-4 {
    width: 100%;
  }
  .t3-module-choosed .cell-inner {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
  }
  .person-pic img {
    margin: 0 auto 30px;
  }
}

@media (min-width: 750px) {
  #t3-nav-collapse {
    display: none;
  }
}
@media (max-width: 749px) {
  #t3-wrapper {
    padding-top: 0;
  }
  #t3-mainnav {
    display: none;
  }
  #t3-header {
    position: static;
  }
}

@media screen and (max-width: 479px) {
  #t3-middle-middle #t3-content img {
    width: 100%;
    margin-bottom: 30px;
  }
  #t3-middle-middle #t3-content .pull-left.item-image {
    float: none !important;
  }
  #t3-middle-middle #t3-content .article-image-full {
    max-width: 100%;
  }
  #t3-middle-middle #t3-content .t3-module-partners img {
    width: auto;
  }
  #t3-middle-middle #t3-content .t3-module-clients .t3-box {
    margin-bottom: 40px;
  }
  #t3-middle-middle #t3-content .t3-module-clients .t3-box-image {
    float: none;
  }
  #t3-middle-middle #t3-content .t3-module-clients .t3-box-image img {
    width: 50%;
    margin: 0 auto 20px;
  }
}