html,
body {
  height: 100% ;
  min-height: 100%;
}
body {
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  background-color: #f2f2f2;
  overflow-x: hidden;
  color: #424242;
  max-width: 1600px;
  position: relative;
  margin: 0 auto;
}
#body-wrapper {
  max-width: 1280px;
  margin: 0 auto;
}
a {
  font-size: 14px;
  color: #d3002d;
}
.h1,
.h2,
.h4,
.h5,
h1,
h2,
h4,
h5 {
  font-family: inherit;
  font-weight: 900;
  line-height: 1.1;
  color: #424242;
}
.h1.red,
.h2.red,
.h4.red,
.h5.red,
h1.red,
h2.red,
h4.red,
h5.red {
  color: #d3002d;
}
.h1 .showall,
.h2 .showall,
.h4 .showall,
.h5 .showall,
h1 .showall,
h2 .showall,
h4 .showall,
h5 .showall {
  position: relative;
  bottom: -5px;
  color: #424242;
  font-weight: normal;
  text-decoration: underline;
  float: right;
  font-size: 16px;
}
@media (max-width: 400px) {
  .h1 .showall,
  .h2 .showall,
  .h4 .showall,
  .h5 .showall,
  h1 .showall,
  h2 .showall,
  h4 .showall,
  h5 .showall {
    font-size: 11px;
    bottom: -10px;
  }
}
.h1,
h1 {
  font-size: 36px;
}
.h2,
h2 {
  font-size: 30px;
}
.h3,
h3 {
  font-size: 26px;
  font-weight: normal;
}
.h4,
h4 {
  font-size: 24px;
}
.h5,
h5 {
  font-size: 21px;
}
.h6,
h6 {
  font-size: 18px;
  font-weight: 700;
  color: #424242;
}
.container-fluid {
  padding-right: 9.5px;
  padding-left: 9.5px;
  padding-top: 17px;
  padding-bottom: 150px;
}
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
  position: relative;
  min-height: 1px;
  padding-right: 9.5px;
  padding-left: 9.5px;
}
.row {
  margin-right: -9.5px;
  margin-left: -9.5px;
}
hr {
  margin-top: 15px;
  margin-bottom: 15px;
  border-top: 1px solid #E9E9E9;
}
hr.small-margin {
  margin-top: 5px;
  margin-bottom: 5px;
}
.form-control {
  border: 1px solid #bcbcbc;
}
.form-control:focus {
  border-color: #666666;
  outline: 0;
  -webkit-box-shadow: inherit;
  box-shadow: inherit;
}
.navbar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  margin-bottom: 0px;
  min-height: 100px;
}
.navbar #register {
  margin-top: 5px;
  padding: 0;
}
.navbar a {
  font-size: 16px;
}
@media (max-width: 767px) {
  .navbar {
    min-height: 60px;
  }
}
@media (min-width: 767px) {
  .navbar .navbar-header {
    padding-top: 10px;
  }
}
.navbar .container-fluid {
  padding: 0 40px;
}
.navbar .social-fb {
  padding-top: 12px;
  padding-right: 5px;
}
@media (max-width: 830px) {
  .navbar .social-fb {
    display: none;
  }
}
.navbar .logo-sub {
  display: inline-block;
  border-left: 5px solid #d3002d;
  vertical-align: middle;
  height: 42px;
  margin-top: 18px;
  transition: all 0.1s ease;
  -webkit-transition: all 0.1s ease;
  /* Safari */
}
.navbar .logo-sub h4 {
  padding-left: 10px;
  margin-top: 7px;
}
@media (max-width: 1270px) {
  .navbar .logo-sub {
    opacity: 0;
    position: absolute;
    pointer-events: none;
  }
}
@media only screen and (max-width: 701px) {
  .navbar .logo-sub {
    display: none;
  }
}
@media (min-width: 767px) {
  .navbar .navbar-collapse {
    padding-top: 26px;
  }
}
.navbar.navbar-default {
  background-color: #e9e9e9;
  border: none;
}
@media (max-width: 767px) {
  .navbar .navbar-brand {
    margin-top: 4px;
    padding: 0px;
    position: relative;
    top: 0;
    bottom: 0;
    left: 0px;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.navbar .navbar-brand img {
  display: block;
  height: 40px;
}
@media (max-width: 767px) {
  .navbar .navbar-brand img {
    display: inline-block;
    max-width: 100%;
    height: auto;
    width: 255px;
  }
}
@media (max-width: 420px) {
  .navbar .navbar-brand img {
    width: 230px;
  }
}
@media (max-width: 380px) {
  .navbar .navbar-brand img {
    width: 180px;
  }
}
.btn {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  height: 40px;
  min-width: 140px;
  padding: 0 12px;
}
.btn:hover,
.btn:focus {
  color: #fff;
}
@media (max-width: 440px) {
  .addfile {
    width: 100%;
    margin-bottom: 10px;
  }
}
.btn-red {
  background-color: #d3002d;
}
.btn-red.gray-text {
  color: #424242;
}
.btn-red:hover {
  background-color: #a00022;
}
.btn-dark-gray {
  background-color: #424242;
}
.btn-dark-gray:hover {
  background-color: #333;
}
.btn-light-gray {
  background-color: #bcbcbc;
}
.btn-light-gray:hover {
  background-color: #666666;
}
/* Toggle Styles */
#wrapper {
  padding-left: 0;
  position: relative;
  padding-top: 100px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#wrapper.toggled {
  padding-left: 230px;
}
#wrapper.toggled #sidebar-wrapper {
  margin-left: inherit;
  width: 230px;
}
#wrapper.toggled #page-content-wrapper {
  position: absolute;
  margin-right: -230px;
}
#wrapper #sidebar-wrapper {
  background: #bcbcbc;
  position: absolute;
  top: 100px;
  bottom: 0;
  left: 0;
  z-index: 900;
  margin-left: -230px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media (max-width: 767px) {
  #wrapper #sidebar-wrapper {
    top: 60px;
  }
}
#page-content-wrapper {
  width: 100%;
  position: absolute;
  height: 100%;
}
#page-content-wrapper:after {
  content: ' ';
  clear: both;
  display: block;
  height: 1px;
  width: 100%;
  overflow: hidden;
}
/* Sidebar Styles */
.sidebar-nav {
  background: #bcbcbc;
  margin-top: 0px;
  margin-bottom: 0px;
  width: 230px;
  padding: 0;
  list-style: none;
  font-weight: 700;
}
.sidebar-nav > li:first-of-type {
  padding-top: 10px;
}
.sidebar-nav > li:last-of-type {
  padding-bottom: 10px;
}
.sidebar-nav > li a {
  display: block;
  color: #424242;
  padding-left: 50px;
  padding-right: 20px;
  padding-bottom: 8px;
  padding-top: 7px;
  margin: 9px 0;
  word-break: break-word;
  line-height: 20px;
}
.sidebar-nav > li a:hover,
.sidebar-nav > li a:focus {
  background-color: #666666;
  text-decoration: none;
  color: #fff;
}
.sidebar-nav > li a.active {
  background-color: #666666;
  border-left: 8px solid #d3002d;
  padding-left: 42px;
  color: #fff;
}
.sidebar-nav ul.sub-menu {
  padding-left: 0px;
  list-style: none;
  background-color: #e9e9e9;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-top: -9px;
}
.sidebar-nav ul.sub-menu a.active {
  background-color: inherit;
  border-left: none;
  color: #d3002d;
  padding-left: 50px;
}
@media (min-width: 768px) {
  #wrapper {
    padding-left: 230px;
  }
  #wrapper.toggled {
    padding-left: 0;
  }
  #wrapper.toggled #sidebar-wrapper {
    margin-left: -230px;
    width: 0;
  }
  #wrapper.toggled #page-content-wrapper {
    position: relative;
    margin-right: 0;
  }
  #wrapper #sidebar-wrapper {
    width: 230px;
    margin-left: inherit;
  }
  #wrapper #page-content-wrapper {
    position: relative;
  }
}
.thumbnail {
  display: block;
  padding: 0;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: none;
  border-radius: 0;
  word-break: break-word;
}
.thumbnail .image-holder {
  max-height: 254px;
  background: center center no-repeat;
  background-size: cover;
}
.thumbnail .image-holder img {
  width: 100%;
  display: block;
}
.thumbnail .caption {
  min-height: 150px;
  position: relative;
  font-size: 16px;
  padding: 9px 20px;
  padding-bottom: 0px;
}
.thumbnail .caption:before {
  content: '';
  background-image: url(../img/thumbnail-arrow.svg);
  height: 10px;
  width: 20px;
  position: absolute;
  top: 0;
}
@media (max-width: 1199px) {
  .thumbnail .caption {
    min-height: inherit;
  }
}
.thumbnail .caption .upper .heading {
  text-decoration: none;
}
.thumbnail .caption .upper .heading:hover h6 {
  color: #d3002d;
}
.thumbnail .caption .upper .heading h6 {
  margin-top: 27px;
}
.thumbnail .caption .upper .heading h6.minheight {
  min-height: 45px;
}
.thumbnail .caption .upper a {
  font-size: 14px;
  text-decoration: underline;
}
.thumbnail .caption .upper .date {
  font-size: 14px;
  color: #666666;
}
@media (max-width: 1199px) {
  .thumbnail .caption .upper p.body {
    height: inherit !important;
  }
}
.thumbnail .thumbnail-footer {
  margin-top: 10px;
  position: relative;
  padding-bottom: 25px;
}
.thumbnail .thumbnail-footer a {
  font-size: 14px;
  text-decoration: underline;
}
.thumbnail .thumbnail-footer .date {
  font-size: 14px;
  color: #666666;
}
@media (max-width: 1199px) {
  .thumbnail .thumbnail-footer {
    padding-bottom: 10px;
  }
}
.thumbnail .thumbnail-footer p {
  position: relative;
  bottom: 0;
  left: 0;
  width: 100%;
}
.thumbnail.mini .caption {
  min-height: 92px;
  padding-bottom: 20px;
}
.thumbnail.mini .caption .upper h6 {
  margin-top: 15px;
}
.advertisements {
  float: left;
  padding-top: 43px;
  max-width: 180px;
}
@media (max-width: 1200px) {
  .advertisements {
    max-width: inherit;
  }
}
.advertisements img {
  margin-bottom: 25px;
}
@media (max-width: 1200px) {
  .advertisements img {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 5px;
    width: 24%;
  }
}
.advertisements-left {
  margin-top: 25px;
  padding-right: 0;
  float: none;
  width: 230px;
}
.advertisements-left a {
  display: block;
  text-align: right;
}
.advertisements-left a img {
  display: inline-block;
  margin-bottom: 25px;
  max-width: 180px;
}
#search.open {
  -webkit-transform: translate(0px, 0px) scale(1, 1);
  -moz-transform: translate(0px, 0px) scale(1, 1);
  -ms-transform: translate(0px, 0px) scale(1, 1);
  -o-transform: translate(0px, 0px) scale(1, 1);
  transform: translate(0px, 0px) scale(1, 1);
  opacity: 1;
  z-index: 1001;
  display: block;
}
#search {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: translate(0px, -100%) scale(0, 0);
  -moz-transform: translate(0px, -100%) scale(0, 0);
  -ms-transform: translate(0px, -100%) scale(0, 0);
  -o-transform: translate(0px, -100%) scale(0, 0);
  transform: translate(0px, -100%) scale(0, 0);
  opacity: 0;
  display: none;
}
#search .close {
  position: fixed;
  top: 15px;
  right: 15px;
  opacity: 1;
  font-size: 27px;
  color: #fff;
}
#search form {
  margin: 0;
  padding: 0;
}
#search form input[type="search"] {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -51px;
  width: 60%;
  height: 79px;
  margin-left: 20%;
  font-size: 30px;
}
footer {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #666666;
  float: left;
  width: 100%;
}
footer.fixed {
  position: absolute;
  bottom: 0;
}
@media (max-width: 767px) {
  footer {
    position: relative !important;
  }
}
footer .col-xs-12 {
  padding: 25px 20px;
}
footer .col-xs-12 span {
  padding: 0 20px;
  border-right: 1px solid #666;
  display: inline-block;
}
footer .col-xs-12 span:first-of-type {
  padding-left: 0;
}
footer .col-xs-12 span:last-of-type {
  border-right: none;
}
footer .col-xs-12 span .icon {
  padding-right: 8px;
  margin-left: -4px;
}
@media (max-width: 650px) {
  footer .col-xs-12 span {
    display: block;
    text-align: center;
    border-right: none;
  }
  footer .col-xs-12 span:first-of-type {
    padding-left: inherit;
  }
}
footer .col-xs-12 span i.icon-mail3 {
  font-size: 11px;
  padding-right: 18px;
}
footer .col-xs-12 span a {
  font-size: inherit;
  color: #666666;
}
.login-bar {
  background-color: #fff;
  padding-left: 20px;
  height: 80px;
  padding-right: 40px;
}
.login-bar:after {
  content: '';
  background-image: url(../img/login-bar-pointer.svg);
  background-repeat: no-repeat;
  position: absolute;
  top: -10px;
  right: 265px;
  z-index: 10002;
  height: 20px;
  width: 20px;
}
.login-bar .form-group {
  margin-right: 20px;
}
.login-bar .form-group input.form-control {
  width: 280px;
  height: 40px;
}
@media only screen and (max-width: 1250px) {
  .login-bar .form-group input.form-control {
    width: 250px;
  }
}
.login-bar a {
  color: #424242;
}
.login-bar .btn {
  margin-right: 20px;
}
.login-bar .icon-close {
  font-size: 17px;
}
.login-bar #closeloginicon {
  margin-top: 7px;
}
.login-bar form {
  padding-top: 21px;
}
@media only screen and (max-width: 1180px) {
  .login-bar .form-inline > .form-group input {
    width: 160px;
  }
}
@media only screen and (max-width: 990px) {
  .login-bar {
    height: 180px;
  }
  .login-bar .form-inline .form-group {
    width: 100%;
  }
  .login-bar .form-inline .form-group:first-of-type {
    margin-bottom: 5px;
  }
  .login-bar .form-inline .form-group:last-of-type {
    margin-bottom: 15px;
  }
  .login-bar .form-inline .form-group input {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .login-bar {
    display: none!important;
  }
}
#kusk-logo {
  height: 39px;
  padding-right: 16px;
  display: inline-block;
}
#sisem-logo {
  height: 82px;
  display: inline-block;
}
.banner-img {
  background: left center no-repeat;
  background-size: cover;
  cursor: pointer;
}
.banner-img img {
  width: 100%;
  display: block;
}
.banner-img-desc {
  width: 100%;
  text-align: right;
  color: #666666;
  font-style: italic;
  padding: 15px 0;
}
.news-title {
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 0;
}
.news-date.extra-margin {
  margin-top: 15px;
  margin-bottom: 15px;
}
.news-author {
  margin-top: 35px;
}
.news-date,
.news-author,
.banner-img-desc {
  font-size: 14px;
}
.news-social {
  text-align: right;
}
@media (max-width: 767px) {
  .news-social {
    text-align: left;
    margin-top: 5px;
  }
}
.news-social a {
  margin-right: 20px;
}
.news-social a:last-of-type {
  margin-right: inherit;
}
.news-social img {
  width: 30px;
  height: 30px;
}
.comments-count {
  font-weight: 700;
  margin-bottom: 20px;
}
.comments-count .red {
  color: #d3002d;
  padding-right: 7px;
}
.comment-avatar {
  height: 30px;
  width: 30px;
  margin-right: 10px;
}
@media (max-width: 450px) {
  .comment-avatar {
    position: relative;
    top: 5px;
  }
}
.comment-name {
  vertical-align: middle;
}
.comment-date {
  padding-top: 2px;
  float: right;
}
@media (max-width: 450px) {
  .comment-date {
    float: left;
    font-size: 75%;
    margin-left: 42px;
    margin-top: -8px;
    padding-top: inherit;
    width: 100%;
  }
}
.comment-text {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .comment-name-email .col-sm-4 {
    padding: 0;
  }
}
.comment-name-email .col-sm-4:first-of-type {
  margin-bottom: 5px;
}
.more-news-list {
  margin-bottom: 5px;
}
/* Modified forum style */
.forum_separator {
  background-color: transparent;
  height: 10px;
}
.lgray {
  background: #EBEBEB;
}
.field-for-real {
  left: -999999px;
  position: absolute;
  top: -999999px;
  z-index: -99;
}
.error {
  border: 1px solid red;
}
.forum_table {
  border-collapse: collapse;
}
.forum_table tbody tr td.forum_th {
  background-color: #e1e1e1;
  border: 1px solid #cccccc;
  border-bottom: 0px;
  padding: 5px;
}
.forum_table tbody tr td.forum_td {
  background-color: #f2f2f2;
}
.forum_table tbody tr td.forum_td2 {
  background-color: #FFFFFF;
}
.forum_table tbody tr td.forum_th,
.forum_table tbody tr td.forum_td2,
.forum_table tbody tr td.forum_td {
  font-family: 'Lato', sans-serif;
  border: 1px solid #cccccc;
  font-size: 14px;
}
.forum_table tbody tr td.forum_td2,
.forum_table tbody tr td.forum_td {
  padding: 5px;
  margin-bottom: 10px;
}
.forum_table tbody tr td.forum_td2 a,
.forum_table tbody tr td.forum_td a {
  font-weight: 700;
  font-size: 16px;
}
.forum_table tbody tr td.forum_td2[colspan="3"],
.forum_table tbody tr td.forum_td[colspan="3"] {
  font-style: italic;
}
#login-form .form-group {
  position: relative;
}
label.error {
  position: absolute;
  left: 0;
  bottom: -24px;
  font-weight: normal;
  font-size: 14px;
  color: #d3002d;
  border: none;
}
input.error {
  border: 1px solid #d3002d;
}
