@import url(http://maxcdn.bootstrapcdn.com/bootswatch/3.3.2/paper/bootstrap.min.css);
@import url(http://maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css);
@import url(maw/css/font.css);
/* #Site Styles
================================================== */
body { 
    background: #f1f1f1;
    font-family: "FranklinGothicFS", "Helvetica Neue", Arial, Helvetica, sans-serif;
    font-size: 14px;
	line-height: 1.428571429;
	color: #777;
    position: relative;
}
a, 
a:visited {  
    text-decoration: none !important;
	-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
    color: #03a9f4; 
}
a:hover,
a:focus {
  color: #0277bd;
}
.tbox {
     -webkit-border-radius: 2px;
    border-radius: 2px; 
    border: 1px solid #ccc;
    min-height: 37px; 
    color: #777;
 }
.tbox.blogcalendar-month-selector {
    min-height: 20px !important;
    line-height: 20px;
    font-size: 14px;
 }
.button.search,
.button.btn {
    display: inline-block;
    margin-bottom: 3px;
 }
.tbox#records, form .tbox {
    display: inline;
    border: 1px solid #ccc;
}
table { margin-left: auto; margin-right: auto;}
.alpha {
    margin-left: 0!important;
}
table img {
    max-width: none;
}
/* Page Styles
================================================== */
.page {
    position: relative;
    max-width: 1000px;
    min-width: 280px;
}
.blue-area {
    background: #003466;
    position: relative;
}
.logo {
    padding: 15px 0 10px 10px;
}
.logo-img {
    display: block;
    box-sizing: border-box;
    text-align: center;
    overflow: hidden;
}
.logo-img img {
    width: 100%;
    max-width: 150px;
}
.header {
    display: table;
    padding-top: 20px;
    padding-bottom: 20px;
	padding: 20px 0;
    margin-bottom: 0;
    width: 100%;
}
div.site-name {
    display: table-cell;
}
div.site-name h3 {
    color: #fff;
    font-family: "FranklinGothicFSCd", "Helvetica Neue", Arial, Helvetica, sans-serif;
    font-weight: bolder; 
    white-space: nowrap; 
    vertical-align: middle; 
    padding: 0; 
    margin: 0;
}
.open-btn {
    margin-right: 20px;
    font-size: 18px;
    background: #C80108;
    color: #fff !important;
    padding: 2px 13px 1px 14px;
}
.site-tag {
    display: table-cell;
    vertical-align: middle; 
    color: #fff;
    font-family: "FranklinGothicFS", "Helvetica Neue", Arial, Helvetica, sans-serif;
    font-size: 11.5px;
    text-align: right;
    padding: 10px 30px;
}
.search-area {
    display: table-cell;
    vertical-align: middle;
}
.indiana-gateway {
	text-align:center;
	margin:5px auto 25px auto;
}
.red-area {
    background: #c80108;
    min-height: 15px;
    border-bottom: 5px solid #a09f9f;
}
.red-content {
    padding-top: 20px;
}
.bottom-area.red-area {
    min-height: 70px;
    border-bottom: 0;
}
.header2 {
    margin-bottom: 110px;
    width: 100%;
    border-top: 1px solid #627f9a;
    border-bottom: 1px solid #627f9a;
    position: relative;
    padding: 0;
    z-index: 100;
}
.header2.nobottom {
    margin-bottom: 0;
    border-bottom: 0;
}
.header2 .logo {
    margin: 10px 0;
}
.content-area {
    position: relative;
}
.content-area.noslider {
    padding-top: 30px;
}
.slider,
.img-grid {
    margin-bottom: 30px;
}
.footer-nav {
    border-bottom: 1px solid #627f9a;
}
.bootom-nav {
    display: table;
    margin-left: auto;
    margin-right: auto;
}
.disclaimer {
    font-size: 12px;
    padding-top: 20px;
    padding-bottom: 30px;
    text-align: center;
    color: #fff;
}
.disclaimer a {
    color: #01668D;
}
.disclaimer a:hover {
    color: #000;
}
/* ICONS NAV */
.ecell {
    margin-bottom: 30px;
    text-align: center;
}
.eicon {
    width: 100px;
    height: 100px;
    display: block;
    margin: 0 auto 20px auto;
    overflow: hidden;
    position: relative;
}
.ecell .front {
    position: absolute;
    top: 0;
    left: 0;
	-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}
.ecell .back {
    position: absolute;
    top: 100px;
    left: 0;
	-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}
.ecell:hover .front {
    position: absolute;
    top: -100px;
    left: 0;
}
.ecell:hover .back {
    position: absolute;
    top: 0;
    left: 0;
}
.ebtn {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.hline {
	width:100%;
	height:5px;
	background: #003466;
}
.emergency {
	display: none;
}
/* IMAGES GRID */
#img_grid {
    position: relative;
    text-align: center;
}
.icell .icell-img {
    width: 100%;
}
.icell:nth-child(1) {
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    width: 66%;
    float: left;
    overflow: hidden;
}
.icell:nth-child(2) {
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    width: 31%;
    float: right;
    overflow: hidden;
    font-size: 14px;
}
.icell:nth-child(3) {
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    width: 31%;
    float: right;
    margin-top: 2%;
    overflow: hidden;
    font-size: 14px;
}
.icell .icaption {
    display: block;
    width: 100%;
    box-sizing: border-box;
    background: rgba(0,52,102,0.6);
    color: #fff;
    padding: 10px;
    position: absolute;
    bottom: 0;
    text-align: center;
    text-transform: uppercase;
	-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}
.icell:hover .icaption {
    background: #003466;
}
/* Slider */
.slider {
    background: #fff;
    margin-top: -125px;
    padding: 20px;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
    min-height: 125px;
}
.camera_pag {
    margin-top: -45px;
    margin-bottom: 0;
}
.camera_wrap {
    margin-bottom: 0!important;
}
/* Panel */
.sidebar-top {
    z-index: 80;
    top: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.sidebar-left {
    position: fixed;
    top: 0;
    bottom: 0;
    width: 280px;
    z-index: 100;
    background: #fff;
    -webkit-box-shadow: 0 0 5px 1px rgba(0,0,0,0.2);
    box-shadow: 0 0 5px 1px rgba(0,0,0,0.2);
    overflow: hidden;
    overflow-y: auto;
}
.sidebar-left .side-header {
    display: block;
    width: 100%;
    background: #C80108;
    overflow: hidden;
    padding: 10px 0;
}
.sidebar-left .side-header .close-btn {
    float: right;
    color: #fff;
    margin-right: 10px;
    box-shadow: none;
}
.sidebar-left .nav > li a {
    text-transform: uppercase;
}
.pan-search {
    max-width: 240px !important;
    margin-left: 15px;
    display: block;
}
.pan-search .form-control,
.pan-search i.fa {
    color: #fff;
}
/* Main Nav */
.main-nav .nav {
    margin: 0 10px;
    z-index: 100;
}
.main-nav .nav li a {
    color: #fff;
    padding-top: 43px;
    padding-bottom: 44px;
    padding-left:9px;
    font-family: "FranklinGothicFS", "Helvetica Neue", Arial, Helvetica, sans-serif; 
    font-size: 16px;
    text-transform: capitalize;
}
.main-nav .nav li a:hover,
.main-nav .nav li a.highlighted,
.main-nav .nav li.active a,
.main-nav .nav li.active a:hover {
    background: #627F9A;
    color: #fff;
}
.main-nav .nav li a .sub-arrow {
    margin-top: 4px;
}
.main-nav .nav ul li a {
    padding-top: 5px;
    padding-bottom: 5px;
    color: #777;
    font-size: 14px;
}
.main-nav .nav ul li a:hover,
.main-nav .nav ul li a.highlighted {
    background: #627F9A;
    color: #fff;
}
.main-nav .nav ul li a .sub-arrow {
    margin-top: 10px;
}
/* Footer Nav */
.footer-nav .nav li a {
    color: #fff;
    padding-top: 30px;
    padding-bottom: 30px;
    font-family: "FranklinGothicFS", "Helvetica Neue", Arial, Helvetica, sans-serif; 
    font-size: 18px;
    text-transform: capitalize;
}
.footer-nav .nav li a:hover,
.footer-nav .nav li a.highlighted,
.footer-nav .nav li.active a,
.footer-nav .nav li.active a:hover {
    background: #627F9A;
    color: #fff;
}
.footer-nav .nav li a .sub-arrow {
    margin-top: 4px;
}
.footer-nav .nav ul li a {
    padding-top: 5px;
    padding-bottom: 5px;
    color: #777;
    font-size: 14px;
}
.footer-nav .nav ul li a:hover,
.footer-nav .nav ul li a.highlighted {
    background: #627F9A;
    color: #fff;
}
.footer-nav .nav ul li a .sub-arrow {
    margin-top: 10px;
}
.footer-nav .scroll-down {
    display: none!important;
}
.footer-nav .dropdown-menu {
    -webkit-border-radius: 0;
    border-radius: 0;
}
.footer-nav .dropdown-menu .dropdown-menu {
    top: 0;
    bottom: -7px!important;
}
/* Search Bar */
.search-area {
    width: 45px;
    padding-right: 15px;
}
.search-area .form-inline {
    width: 45px;
    float: right;
    display: block;
    height: 37px;
    overflow-x: hidden;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}
.search-area .form-inline:hover,
.search-area .form-inline.focused {
    width: 245px;
}

.search-area .search-bar {
    width: 45px;
    float: left;
    overflow: hidden;
    position: relative;
    clear: both;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}
.search-area .search-bar:hover,
.search-area .search-bar.focused {
    width: 245px;
}
.search-area .search {
    color: #fff;
    background: rgba(255,255,255,0.1);
    padding-left: 10px;
    position: absolute;
    float: left;
    margin-left: 245px;
    font-size: 13px;
    z-index: 1;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.search-area .search-bar:hover .search,
.search-area .search-bar .search:focus {
    width: 200px;
    margin-left: 0px;
}
.search-area .input-group-addon {
    position: relative;
    float: right;
    line-height: 23px;
    right: 0;
    background: #C80108;
    color: #fff;
    -webkit-border-radius: 2px 2px 2px 2px;
    border-radius: 2px 2px 2px 2px;
    z-index: 10;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
    font-size: 18px;
    padding-left: 13px;
    padding-right: 13px;
    cursor: default;
}
.search-area .search-bar:hover .input-group-addon {
    -webkit-border-radius: 0px 2px 2px 0px;
    border-radius: 0px 2px 2px 0px;    
}
/* Search Menu */
.menus.search .tbox.search,
.menus.search .button.search {
    margin-bottom: 5px;
}
/* FORUM CLASSES */
.user-imgg {
    text-align: center;
    margin-bottom: 5px;
}
.fborder {
	background-color: transparent;	
    text-align: left;
}
.forumheader{
    background:#003466;
    border: 1px solid #003466;
	padding: 4px 10px;
    text-align: left;
    vertical-align: middle!important;
    color: #fff;
}
.forumheader .tbox {
    max-width: 80px;
}
select[name="forumjump"] {
    max-width: 200px;
}
select.tbox {
    margin: 0;
}
#up_container {
    margin-bottom: 10px;
}
input[name="q"] {
    max-width: 200px;
    display: inline;
    margin: 0;
}
input[name="s"] {
    display: inline;
}
.forumheader a {
    color: #fff !important;
}
.forumheader a:hover {
    color: #03a9f4 !important;
}
.forumheader .smallblacktext,
.forumheader .smalltext {
    font-size: 9px;
}
.forumheader .mediumtext {
    font-size: 14px;
}
.forumheader2,
.forumheader3,
.forumheader4 {
    background: rgba(215,215,215,0.30);
	font-family: verdana, tahoma, arial, helvetica, sans-serif;
	padding: 5px 10px;
	border: 1px solid #ccc;
    text-align: left;
    vertical-align: middle;
}
.content-wide .forumheader2,
.content-wide .forumheader3,
.content-wide .forumheader4 {
    background: #e4dabf;
	font-family: verdana, tahoma, arial, helvetica, sans-serif;
	padding: 5px 10px;
	border: 1px solid #c8bfa8;
    text-align: left;
    vertical-align: middle;
}
.forumheader2 img{
    vertical-align: middle;
}
.spacer .forumheader3 {
    vertical-align: middle;
}
.forumheader3 .tbox {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5px;
}
.forumheader3 form p {
    margin-top: 20px;
    margin-bottom: 0;
    vertical-align: middle;
}
.forumheader3 .mediumtext {
    font-size: 14px;
}
.forumheader3 .smallblacktext, .forumheader3 .smalltext {
    font-size: 10px;
    line-height: 110%;
}
.forumheader3 .spacer {
    text-align: center;
    font-weight: bolder;
}
.forumheader3 a {
    font-size: 12px;
}
.forumheader3 .spacer img {
    margin-bottom: 3px;
}
.forumheader5{
    background: rgba(200,200,200,0.30);
	font-family: verdana, tahoma, arial, helvetica, sans-serif;
	padding: 4px 10px;
	border: 1px solid #888;
    text-align: left;
    vertical-align: middle;
}
.forumborder{
	border:  1px solid #ccc;
	background: transparent;
}
.fcaption {
    background:#C80108 url(images/fade.png) left repeat-x; 
	height:35px;
	border: 1px solid #C80108;
	padding: 5px 10px;
	color:#fff;
	font-weight:bold;
    text-align: left;
    font-size: 12px;
    vertical-align: middle;
}
.fcaption a{
	padding-right:4px;
}
.finfobar {
    padding: 0 10px;
    vertical-align: middle!important;
}
table .tbox, table .button {
    display: inline;
}
table .tbox {
    padding: 4px;
}
.nforumdisclaimer {
    display: none;
}
/* COMMENTS CLASSES */
.comm {
    display: inline;
}
.comm-right {
    background: rgba(0,0,0,0.07);
    overflow: hidden;
    margin-bottom: 5px;
    padding: 5px;
  -webkit-border-radius: 2px;
          border-radius: 2px;
}
.comm-right span {
    padding: 10px;
}
.comm-left {
    padding-top: 5px;
}
.comm-left .user-img {
    display: inline-block;
    float: left;
    padding: 0;
    margin-top: -5px;
    margin-bottom: 0;
    text-align: left;
}
.comm-date {
    font-size: 11px;
    color: #777;
}
.comm-user {
    display: inline-block;
    padding-top: 0px;
    margin-left: 10px;
    margin-bottom: 0;
    font-size: 16px;
}
.comm .rep a {
    color: #777!important; 
    margin: 5px;    
}
.comment.subject {
    width: 90%;
}
#commentform .tbox {
    width: 90%;
}
#commentformbutton {
    padding-top: 5px;
}
/* CHAT CLASSES */
.chatpad {
    padding-bottom: 10px;
}
#chatbox {
    margin-bottom: 10px;
}
#cmessage {
    width: 100%;
    margin-bottom: 5px;
}
.chatpad .user-img {
    display: inline-block;
    float: left;
    margin-bottom: 0;
}
.chatname {
    margin-left: 50px;
    padding-top: 5px;
    margin-bottom: 5px;
    font-size: 16px;
}
.chatdate {
    font-size: 11px;
    margin-bottom: 5px;
}
.chattext {
    margin-top: 0;
    padding: 5px;
    background: rgba(0,0,0,0.07);
    -webkit-border-radius: 2px;
    border-radius: 2px;
}
.bottom-page .chattext {
    color: #ccc;
}
.chattext img {
    float: none;
}
/* News CLASSES */
.article {
    margin-bottom: 30px;
    padding: 0;
}
.article .utils {
    padding-left: 0;
    margin: 0 10px 5px 0;
}
.article .newsimage {
    display: flexbox;
    text-align: center;
    overflow: hidden;
}
.article .newsimage img {
    width: 100%;
}
.article .news-body {
    text-indent: 20px;
    overflow: hidden;
}
.article .utils-bottom {
    text-align: center;
    margin-top: 10px;
}
.article .ncom {
    top: 0;
    right: 0;
    margin-right: 10px;
    margin-top: 7px;
    float: right;
    display: inline-flexbox;
    font-size: 16px;
}
.article .ncom img {
    display: none;
    visibility: hidden;
}
.article .ncom a img {
    display: inline-block;
    visibility: visible;
}
.article h3.title {
    margin: 0 80px 25px 10px;
    color: #0288d1;
    font-family: "FranklinGothicFS", "Helvetica Neue", Arial, Helvetica, sans-serif;
}
#submitnews_item.tbox {
    width: 90%;
}
#helpb.helpbox {
    width: 90%;    
}
a.news_extendstring, 
a.news_extendstring:visited { 
    display: table;
}
a.news_extendstring {
    padding-left: 10px!important;
}
a.news-extended-older i{
    margin-right: 10px;
} 
a.news-extended-newer i{
    margin-left: 10px;
}
a.news-extended-category-link {
    float: left;
}
a.news-extended-overview-link {
    float: right;
}
/* Othernews 1&2 Menu */
.otn.article {
    margin-bottom: 20px;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0;
}
.otn.article h4.title a {
    padding: 15px 0 10px 0;
    margin: 0;
    display: block;
}
.otn.article .entry p {
    text-indent: 20px;
    overflow: hidden;
}
/* NEWS CATEGORIES MENU CLASSES */
.newscat .ncaption {
    text-align: left;
    background: url("images/fade.png") left repeat-x; 
    padding: 1px 10px;
    margin: 0 10px; 
    border: 1px solid #ccc;  
}
.newscat .nitem {
    text-align: left;
    margin: 0 10px;
    padding: 10px;
}
/* MENUS STYLE */
.menus {
    margin-bottom: 30px;
    padding: 0;
}
.menus h4.title {
    color: #0288d1;
    padding: 0;
    margin: 0;
    position: relative;
    font-family: "FranklinGothicFS", "Helvetica Neue", Arial, Helvetica, sans-serif;
    font-size: 26px;
}
.menus .text {
    text-align: left;
    padding: 15px 0 0 0;
    overflow: hidden;
}
.menus .text br {
    display: block;
    height: 0;
    font-size: 0;
    line-height: 0;
}
.red-area .menus h4.title,
.red-area .menus h4.title a {
    color: #fff;
}
.red-area .text {
    color: #ccc;
}
/* NEXT/PREV CLASSES */
.nextprev {
    padding: 20px 10px;
}
.nextprev .npdropdown {
    width: 50px;
    display: inline-block;
    margin: 0;
}
.nextprev .npbutton {
    display: inline-block;
    background:#fff url('images/fade.png') bottom left repeat-x;
	  border: 1px solid #ccc;
}
.nextprev a {
    background:#fff url('images/fade.png') bottom left repeat-x;
    border-radius:2px;	
    -webkit-border-radius:2px;
	  border: 1px solid #ccc;
    padding:3px 6px 3px 6px;
    color: #016FE4;
    font-size: 12px;
}
.nextprev a:hover,
.nextprev_current {
    background:#4bb5df url('images/fade.png') left repeat-x;
    border-radius:2px;	
    -webkit-border-radius:2px;
    border:solid 1px #4bb5df;
    padding:3px 6px 3px 6px;
    color: #fff;
    font-size: 12px;
}
.npdropdown {
    padding: 3px 0;
}
/* LOGIN MENU CLASSES */
#loginpad2 ul {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
    display: block;
    overflow: hidden;
    margin-bottom: 10px;
}
#loginpad2 img, 
.loginpad2 a.login_menu_link {
    display: inline-block;
}
#loginpad2 , 
a.login_menu_link {
    margin-left: 0px;
    vertical-align: top;
    line-height: 36px;
    display: inline-block;
    padding-left: 15px;
    padding-right: 15px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}
a.login_menu_link {
    font-size: 14px;
    text-transform: uppercase;   
}
a.login_menu_link ~ span.badge {
  -webkit-border-radius: 50%!important;
     -moz-border-radius: 50%!important;
          border-radius: 50%!important;
          background: #FF0101;
}
.forumheader3 textarea#pm_to.tbox {
    min-height: 24px !important;
    width: 90%;
}
.forumheader3 textarea.tbox {
    width: 90%;
}
.forumheader3 form textarea.tbox {
    width: 60%;
}
#loginpad {
    text-align: center !important;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
}
#loginpad br,
#loginpad br {
    display: block;
    font-size: 0;
    height: 0!important;
    line-height: 0;
    margin: 0;
    padding: 0;
}
#loginpad .tbox {
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 3px;
    width: 90%;
}
#lp_imgcode img {
    display: block;
    margin: 3px auto 5px auto;
    padding-bottom: 0;
}
#lp_imgcode .tbox {
    width: 68px;
    margin: 0;
}
#lp_login {
    padding: 5px 0;
}
#lp_signup a{
      margin-right: auto;
      margin-left: auto;
      color: #fff;
      margin-top: 10px;
      margin-bottom: 10px;
      display: table;
}
#lp_signup a:hover {
    color: #fff!important;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#loginpad #listpad {
    list-style: inside;
    margin-left: -60px;
    background: transparent!important;
    height: auto!important;
}
#lp_rememberme input{
    margin-right: 5px;
    display: inline-block;
}
#loginpad #listpad li {
    display: block;
    text-align: left;
    position: relative;
    margin: 0;
    padding: 0;
    white-space: nowrap;
}
#loginpad #listpad li img {
    display: inline;
    margin-bottom: -7px;
}
#loginpad #listpad li a {
    display: inline;
}
.menus .smalltext {
    display: block;
}
/* LOGIN PAGE CLASSES */
#new-wrapper {
    position: relative;
    background: #C80108;
    margin-top: 10%;
}
.logging {
    max-width: 400px;
    min-width: 300px;
}
.logging h2.site-name {
    margin-bottom: 0px;
    z-index: 100;
    background: #003466;
    text-align: center;
    width: 100%;
}
.logging h2.site-name a {
    box-sizing: border-box;
    display: block!important;
    width: 100%;
    float: none;
    margin: 0 auto;
}
h2.site-name a span {
    color: #fff;
    font-size: 26px;
    width: 100%;
    text-align: center;
    display: block;
}
.logging .logo-img {
    max-width: 200px;
    margin: 20px 20px 10px 20px;
    box-sizing: border-box;
} 
.logging .menus {
    background: #fff;
    padding-top: 10px;
    -webkit-box-shadow: 1px 1px 3px 1px rgba(0,0,0,0.3);
    box-shadow: 1px 1px 3px 1px rgba(0,0,0,0.3);
}
.logging h3.title {
    display: none;
}
.logging input[type="checkbox"] {
    display: inline-block;
}
.logging span.smalltext {
    display: inline-block;
    margin-left: 5px;
}
.logging .button {
    margin-top: 15px;
}
.site-name a, 
.site-name a:visited { 
    text-decoration: none !important;
	-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear; 
    font-size: 120%;
    text-align: center;
    padding-bottom: 10px;
    display: block;
}
.site-name a:hover { 
    color: #01893e; 
}
/*Blog Calendar */
.blogcalendar-month-selector,
.blogcalendar-archive-link {
    margin-left: auto;
    margin-right: auto;
}
.blogcalendar-day-name {
    border-color: #825516;
    padding: 2px;
    font-size: 95%;
}
.blogcalendar-table {
    max-width: 200px;
}
.blogcalendar-day {
    background: rgba(255,255,255,0.2);
    border-color: rgba(0,0,0,0.2);
    color: #333;
}
.fborder.blogcalendar {
    background: rgba(255,255,255,0.15);
}
/* Popup Calendar */
.calendar {
    position: absolute;
    z-index: 999!important;
    margin-left: -75px;
    width: 130px;
}
.calendar table {
    width: 99%;
}
.calendar .button,
.calendar .title {
    height: 30px;
    line-height: 15px;
    padding: 0;
    margin: 0;
    overflow: hidden;
    background: #144119;
    display: table-cell;
}
.calendar .title {
    background: #144119 !important;
}
.calendar .headrow .button {
    background: #FF0101;
    width: 100%;
    text-align: center;
    vertical-align: central;
    display: table-cell;
}
.calendar .headrow .button.nav {
    float: left;
    width: 20px;
    height: 20px;
    display: table-cell;
}
.calendar .headrow .button div {
    vertical-align: middle;
}
input#f-calendar-field-1,
input#f-calendar-field-2 {
    max-width: 100px;
}
select[name="ne_hour"],
select[name="ne_minute"],
select[name="end_hour"],
select[name="end_minute"]{
    width: 50px!important;
}
/* BBCODE CLASSES */
.bbcode li {
    list-style: inside;
    list-style-type: inherit;
}
/*Custom Page */
.cpage_body span.img {
    width: 45%;
    margin: 0 20px 5px 0;
    float: left!important;
}
.cpage_body span.img img {
    width: 100%;
}
/* Welcome Message */
.wmessage-area h3.title {
    text-align: center;
    margin-top: 40px;
    font-size: 60px;
}
/* Departments Page */
.something-semantic {
  display: table;
  width: 100%;
}
.something-else-semantic {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
/* Responsive Area */

@media only screen and (max-width: 768px) {

 .article .utils {
    padding-right: 0;
}
.contact-info {
    text-align: center;
}
 .navbar-collapse-top.in {
    padding-top: 0;
    position: absolute;
    display: block;
    left: 0 !important;
    right: 0 !important;
 }
 .info {
    margin-bottom: 10px;
 }
.sidebar-left .nav {
    margin: 10px;
}
.sidebar-left .nav li a {
    color: #777;
}
.sidebar-left .nav li a:hover,
.sidebar-left .nav li a.highlighted {
    color: #000;
}
.site-name {
    display: inline-block;
    text-align: center;
    width: 100%;
}
.site-name h3 {
    white-space: normal;
}
.site-tag {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
}
.search-area {
    display: inline-block;
    box-sizing: border-box;
    width: 100%;
    padding-left: 15px;
}
.search-area .input-group-addon {
    width: 44px;
}
.logo {
    padding: 0 0 10px 0;
}
.logo-img {
    display: block;
    text-align: center;
}
.header {
    margin-top: 0;
    padding-top: 0;
}
.header2 {
    height: 0;
}
.icell .icaption {
    font-size: 14px;
    padding: 5px;
}
.bottom-area.red-area {
    min-height: 35px;
}
  .visible-xs {
    display: block !important;
}
  .hidden-xs {
    display: none !important;
}
}

  .visible-xxs {
    display: none !important;
}
  .hidden-xxs {
    display: block !important;
}
/* New Column Class for width < 500px */
@media only screen and (max-width: 500px) { 
.col-xxs-12 {
  position: relative;
  min-height: 1px;
  width: 100%;
  float: none;
}
.col-xxs-6 {
  position: relative;
  min-height: 1px;
  width: 50%;
}
 .info {
    margin-bottom: 5px;
 }
  .visible-xxs {
    display: block !important;
}
  .hidden-xxs {
    display: none !important;
}
.icell:nth-child(1),
.icell:nth-child(2),
.icell:nth-child(3) {
    width: 100%;
    float: none;
    margin: 0;
    font-size: 16px;
}
.icell:nth-child(1),
.icell:nth-child(2) {
    margin-bottom: 10px;
}
.emergency {
	display: block;
}
}


@media only screen and (max-width: 400px) {

.article .utils,
.article .news-body {
    width: 100%;
}
.contact-info span {
    padding: 5px;
}
.site-name h3 {
    text-align: center;
    font-size:31px;
}
.search-area .form-inline:hover,
.search-area .form-inline.focused {
    width: 200px;
}
.search-area .search-bar:hover,
.search-area .search-bar.focused {
    width: 200px;
}
.search-area .search-bar:hover {
    width: 200px;
}
.search-area .search-bar:hover .search,
.search-area .search-bar .search:focus {
    width: 155px;
    margin-left: 0px;
}
 	   
}