html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a {
  text-decoration: none;
  color: #000;
}
a:active,
a:focus,
a:hover {
  text-decoration: none;
}
/*!
 * Bootstrap v3.3.4 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  -o-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal h5 {
  padding: 15px;
  font-weight: bold;
  font-size: 14px;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857143px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.clearfix:before,
.clearfix:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.clearfix:after,
.modal-footer:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
.code {
  padding: 10px;
  border-bottom: 1px solid #ffc600;
  background: #333;
  font-size: 14px;
  color: #fff;
  line-height: 20px;
}
.code code {
  font: 15px 'Droid Sans', 'Ubuntu', 'Tahoma', 'Arial', sans-serif;
}
.cf:after {
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
  font-size: 0;
  clear: both;
}
#scripts {
  width: 0;
  height: 0;
  position: relative;
  overflow: hidden;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.button {
  padding: 4px 18px;
  cursor: pointer;
  font-size: 11px;
  line-height: 14px;
  color: #fff;
  background: #ff0000;
  display: inline-block;
}
.button:hover {
  background: #000;
}
.b {
  display: block;
}
.h {
  visibility: hidden !important;
}
.n {
  display: none;
}
.no-indent {
  text-indent: 0 !important;
}
.center {
  text-align: center !important;
}
html {
  text-rendering: geometricPrecision;
  font-size: 12px;
  line-height: 16px;
}
body {
  font-family: 'Arial', 'Helvetica Neue', 'Helvetica', 'Arial', 'Tahoma', 'Verdana', sans-serif;
  font-size: 12px;
  color: #000000;
  line-height: 20px;
  background-color: #f4f4f4;
  position: relative;
}
form button {
  background: transparent;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
.red {
  color: #e8000d;
}
.simple-heading {
  padding: 5px 0;
  font-size: 18px;
  text-transform: uppercase;
  color: #898989;
  border-bottom: 1px solid #000;
}
.pagination {
  padding: 11px 0 0;
  z-index: 3;
  text-align: right;
}
.pagination a {
  background: #fff;
  padding: 8px 10px;
  margin-left: 10px;
  font-size: 12px;
  line-height: 14px;
  border: 1px solid #000;
  display: inline-block;
  text-align: center;
}
.pagination a:hover {
  background: #E3E3E3;
}
.pagination .a {
  background: #E3E3E3;
}
.empty {
  font-size: 16px;
  line-height: 18px;
  padding: 20px 0;
}
#outer-wrap {
  width: 100%;
  position: relative;
  overflow: hidden;
}
#wrapper {
  margin: auto;
  position: relative;
  width: 100%;
  background: #fff;
  box-shadow: 0 1px 5px 1px #e6e6e6;
  box-sizing: border-box;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
#wrapper.open-menu {
  -ms-transform: translate3d(280px, 0px, 0px);
  -webkit-transform: translate3d(280px, 0px, 0px);
  transform: translate3d(280px, 0px, 0px);
  opacity: 0.3;
  backface-visibility: hidden;
}
#content {
  padding: 10px;
  position: relative;
  z-index: 2;
}
.image-container {
  width: auto;
  height: 100%;
}
.image-container a {
  display: block;
}
.box {
  position: relative;
  vertical-align: top;
}
.box .image-container {
  display: inline-block;
  width: auto;
  height: 100%;
  vertical-align: top;
}
.box .image-container .info {
  margin-top: 8px;
}
.box .image-container .image {
  display: block;
  font-size: 0;
}
.box .content-container {
  display: inline-block;
  height: 100%;
  vertical-align: top;
}
.box .info {
  font-size: 11px;
  color: #7c7c7c;
  line-height: 14px;
}
.box .description {
  color: #7c7c7c;
  line-height: 18px;
}
.box .category {
  margin-bottom: 10px;
  display: block;
}
.big-box .image-container {
  margin-right: 30px;
}
.big-box .image-container .image {
  width: 250px;
  height: 250px;
}
.big-box .image-container .image img {
  width: 250px;
  height: 250px;
}
.big-box h1 {
  font-size: 18px;
  line-height: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}
.big-box .content-container {
  width: 356px;
}
.medium-box h3 {
  font-size: 15px;
  line-height: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}
.medium-box .image-container {
  width: 30%;
  margin-right: 2%;
}
.medium-box .image-container .image {
  width: 100%;
  height: auto;
}
.medium-box .image-container .image img {
  width: 100%;
  height: auto;
}
.medium-box .description {
  padding: 20px 0;
}
.medium-box .content-container {
  width: 67%;
}
.small-box h2 {
  font-size: 14px;
  line-height: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}
.small-box h2 a {
  max-height: 48px;
  overflow: hidden;
}
.small-box .image-container {
  margin-right: 15px;
}
.small-box .image-container .image {
  width: 100px;
  height: 100px;
}
.small-box .image-container .image img {
  width: 100px;
  height: 100px;
}
.small-box .content-container {
  width: 190px;
}
.side-pub {
  position: absolute;
  top: 0;
}
.side-pub .pub {
  margin-bottom: 10px;
}
#left-pub-container {
  left: -168px;
}
#right-pub-container {
  right: -168px;
}
.box-heading {
  background: #0b0b10;
  padding: 15px 10px;
  display: block;
  font-size: 15px;
  color: #fff;
  font-weight: bold;
}
.custom-pub {
  font-size: 0;
  display: block;
  line-height: 0;
}
.content-pub {
  margin-bottom: 10px;
  text-align: center;
}
.content-pub .standard-pub {
  height: 60px;
  width: 468px;
  cursor: pointer;
  display: inline-block;
}
.list-pub {
  margin-top: 30px;
  text-align: center;
}
.list-pub .standard-pub {
  height: 60px;
  width: 468px;
  cursor: pointer;
  display: inline-block;
}
h1 a,
h2 a,
h3 a,
h4 a {
  display: inline-block;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover {
  color: #555;
}
.menu {
  padding-top: 40px;
}
.nav-mobile {
  background: #0b0b10;
  width: 280px;
  height: 100%;
  display: block;
  position: fixed;
  top: 0;
  left: 0 !important;
  padding: 0 20px;
  text-align: center;
  box-sizing: border-box;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -ms-transform: translate3d(-100%, 0px, 0px);
  -webkit-transform: translate3d(-100%, 0px, 0px);
  transform: translate3d(-100%, 0px, 0px);
  z-index: 999;
}
.nav-mobile.opened {
  -ms-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}
.nav-mobile ul {
  display: inline-block;
  font-size: 15px;
}
.nav-mobile ul li {
  display: inline-block;
  width: 100%;
  height: 20px;
  padding: 10px 18px;
  box-sizing: border-box;
}
.nav-mobile ul li a {
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
}
.nav-mobile ul li a:hover {
  color: #E8000D;
}
.nav-mobile .close-menu {
  border-radius: 4px;
  cursor: pointer;
  font-size: 28px;
  height: 40px;
  line-height: 40px;
  position: absolute;
  right: 15px;
  text-align: center;
  top: 0;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  width: 40px;
  color: #74777c;
}
.nav-mobile .close-menu:hover {
  color: #4f5154;
  background-color: #f1f3f6;
}
#header {
  padding: 10px;
  z-index: 3;
}
#top-header {
  position: relative;
  background-color: #e8000d;
}
.header-info {
  height: 65px;
  padding-right: 6px;
  text-align: center;
  line-height: 63px;
  font-size: 13px;
  color: #fff;
}
#logo {
  display: block;
  width: 142px;
  height: 65px;
}
#logo img {
  width: 100%;
  height: auto;
}
#top-right-header {
  position: relative;
  padding-top: 10px;
}
#search-container {
  width: 70%;
  padding: 5px;
  border: 1px solid #d0d0d4;
}
#search-form input {
  border: 0;
  color: #141629;
  width: 70%;
  padding: 3px 10px 5px;
  line-height: 17px;
  height: 20px;
  font-style: italic;
  border: 1px solid #d0d0d4;
}
#search-form .buttons {
  height: 30px;
  width: 30px;
  border-left: 1px solid #d0d0d4;
}
#search-form .buttons .form-submitter {
  height: 30px;
  width: 30px;
  font-size: 18px;
  text-align: center;
  display: inline-block;
  line-height: 30px;
}
#search-form .buttons .form-submitter:hover {
  color: #e8000d;
}
.click-menu {
  background-color: #000;
  width: 40px;
  position: absolute;
  top: 12px;
  right: 15px;
  color: #fff;
  font-size: 28px;
  line-height: 1;
  padding: 5px 0;
  display: block;
  text-align: center;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  cursor: pointer;
}
.click-menu:hover {
  background-color: #333;
}
.section-box {
  margin-top: 10px;
  cursor: pointer;
}
#court-articles {
  border: 1px solid #000;
  box-sizing: border-box;
}
#court-articles ul {
  padding: 10px;
}
#court-articles ul li {
  font-size: 14px;
  line-height: 14px;
  padding: 10px 0;
  border-top: 1px solid #d5d5d5;
  font-weight: bold;
}
#court-articles ul li:first-child {
  border: 0;
}
#court-articles ul li i {
  font-size: 12px;
}
.has-dropdown {
  height: auto !important;
}
#footer {
  color: #fff;
  background: #0b0b10;
  padding: 30px 10px 0;
  z-index: 1;
}
#footer a {
  color: #fff;
}
#footer .footer-box {
  width: 42%;
  padding: 30px 10px 10px;
  float: left;
  position: relative;
  text-align: left;
}
#footer .footer-box:first-child {
  padding-left: 0;
}
#footer .footer-box .link {
  position: absolute;
  top: 0;
  left: 10px;
}
#footer .footer-box p {
  word-wrap: break-word;
  color: #7c7c7c;
  line-height: 16px;
}
#footer .footer-box .contact-heading {
  display: block;
  margin-bottom: 10px;
  font-size: 10px;
  line-height: 12px;
}
#footer .footer-box .contact-heading i {
  font-size: 14px;
  display: inline-block;
  margin: 0 8px 0 0;
}
#footer .footer-box .social-nav li {
  float: left;
  width: 30px;
  text-align: center;
  font-size: 16px;
}
#footer .footer-box .social-nav li i {
  color: #fff;
}
#footer .bottom-footer {
  padding: 15px 0;
  border-top: 1px solid #28282d;
}
#footer .bottom-footer .copyright {
  font-size: 11px;
}
#footer .bottom-footer a {
  font-size: 11px;
}
.news-list .medium-box {
  padding: 30px 0;
  border-bottom: 1px solid #d5d5d5;
}
.slide-container {
  background: #dedede;
  position: relative;
}
.slide-container h1 {
  padding: 10px 0;
  font-size: 18px;
}
.slide-container .slider {
  width: 100%;
  overflow: hidden;
  text-align: center;
}
.slide-container .slider li {
  width: 100%;
  height: 100%;
  padding: 10px;
  display: none;
  position: relative;
  box-sizing: border-box;
}
.slide-container .slider a {
  display: block;
}
.slide-container .slider img {
  max-width: 100%;
  height: auto;
  display: inline-block;
}
.slide-container .slider .description {
  height: 38px;
  margin: 10px;
  overflow: hidden;
}
.loader {
  background: #dedede;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
}
.loader span {
  background: url('../images/_ajax-loader.gif') no-repeat center center;
  width: 31px;
  height: 31px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -16px 0 0 -16px;
}
