/**********************************************/
/*******        Helper Classes          *******/
/**********************************************/
/* @group region*/

/* Removes Padding of Columns Inside This Row  */
.relative {
    position: relative;
}

/* Removes Padding of Columns Inside This Row So They Touch The Edge Of Container */
.row-nopad {
    margin-right: -15px;
    margin-left: -15px;
}

.row-nopad > * {
    padding-right: 0;
    padding-left: 0;
}

.row-nopad:before,
.row-nopad:after {
    display: table;
    content: " ";
}

.row-nopad:after {
    clear: both;
}
.nopad-md{padding: 0;}

@media (min-width: 992px) {
    .nopad-md{
        padding-right: 15px;
        padding-left: 15px;
    }
}

/* Disables Textarea Resize that Messes with Design */
textarea {
    resize: none;
}

/* Force Block Elements To Stack Horizontally */
/* Ex: Span Around A Phrase So It drops Down */
/* As a Whole When Responding  */
.inline-block {
    display: inline-block
}

/* Prevents Flicker On Transition */
.carousel {
    position: relative;
    z-index: 1000;
}

/* Always Displays a Scrollbar even if page does not need to scroll */
html {
    overflow-y: scroll; 
}

/* @endregion*/




/**********************************************/
/*******        Fonts Classes           *******/
/**********************************************/

h1, .h1, h2, h3, h4, h5, h6 {
   font-family: 'Noto Serif', serif;
   color: #321800;
   font-weight: 700;
   text-transform: uppercase;
}

h1, .h1 {
    font-size: 26px;
    margin-top: 50px;
    margin-bottom: 30px;
    line-height: 30px;
}

.h4 {
    font-family: 'Noto Serif', serif;
}

body {
    font-family: 'Noto Sans', sans-serif;
    font-size: 16px;
    color: #321800;
}

/**********************************************/
/*******       Template Classes         *******/
/**********************************************/

html, body {
    height: 100%;
}

.container-fluid {
    padding-right: -15px;
    padding-left: 0;
}

@media(max-width: 992px) {
    .container-fluid {
        padding-right: 0;
        padding-left: 0;
    }
}

.no-pad {
    padding: 0;
}

.wrapper {
    min-height: 100%;
    overflow: hidden;
}

@media(min-width: 992px) {
    .sidebar {
        margin-bottom: -99999px;
        padding-bottom: 99999px;
        -webkit-box-shadow: 5px 0 5px rgba(0, 0, 0, .75);
                box-shadow: 5px 0 5px rgba(0, 0, 0, .75);
        z-index: 1003;
    }
}

@media (min-width: 992px) {
    .sidebg {
        color: #fff;
        text-align: right; 
        height: 100%;
    }
}

@media(min-width: 992px) {
    .sidebar {
        /* background: rgba(28, 0, 0, .75); */
        background: rgba(36,36,18,.5);
        padding-right: 0;
    }
    .logo {
        margin-top: 20px;
    }
}

@media(max-width: 991px) {
    .sidebar {
        background: transparent;
    }
    .logo {
        padding: 20px;
    }
    .logoWidth {
        width: 100%;
        /* background: rgba(28, 0, 0, .75); */
        background: rgba(36, 36, 18, .5);
        padding: 10px;
        margin-bottom: 0;
    }
}

#home #mcontent {
    padding-right: 0;
    padding-left: 0;
    top: -20px;
   
}

body{
    background: url('../images/template/texture-5.jpg') center center fixed no-repeat;
    background-size: 100% 100%;
    height: 100%;
}

.mainBg {
    position: relative;
}

.mainBg > img {
    width:100%;
}


@media(max-width: 767px) {
    .mainBg > h1 {
        position: relative;
    }

    /* .mainBg > img{
         display:none;
    } */
}

.content a, .content a:visited {
    color: #660000;
    text-decoration: none;
}

.content a:hover, .content a:focus {
    color: #660000;
    text-decoration: underline;
}

.content {
    padding-right: 50px;
    padding-left: 50px;
}

.homeWelcome {
    margin-top: 20px;
}

.logo {
    padding: 10px 20px 0 20px;
}

.sidebar a, .sidebar a:visited {
    color: #fff;
    text-decoration: none;
}
.sidebar a:hover, .sidebar a:focus {
    color: #1C0000;
    text-decoration: none;
}

.footer {
    /* background: #1C0000; */
    background: #242412;
    color: #fff;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
    width: 100%;
    margin-top: 50px;
    font-size: 14px;
}

.footer a, .footer a:visited {
    color: #fff;
    text-decoration: none;
}

.footer a:hover, .footer a:focus {
    color: #fff;
    text-decoration: underline;
}

.main {
    position: relative;
    z-index: 1001;
}

.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 40px;
  right: 10px;
  /* -webkit-box-shadow: 0 0 10px rgba(28, 0, 0, .75);
          box-shadow: 0 0 10px rgba(28, 0, 0, .75); */
  -webkit-box-shadow: 0 0 10px rgba(36, 36, 18, .75);
          box-shadow: 0 0 10px rgba(36, 36, 18, .75);
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: rgba(28, 0, 0, .75) url('../images/template/cd-top-arrow.svg') no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -o-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
  border-radius: 4px;
  z-index: 1004;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -o-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  opacity: .5;
}
.no-touch .cd-top:hover {
  background-color: #1c0000;
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  .cd-top {
    right: 20px;
    bottom: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 60px;
    width: 60px;
    right: 30px;
    bottom: 30px;
  }
}

hr {
	margin-top: 20px;
	margin-bottom: 20px;
	border: 0;
	border-top: 1px solid #1c0000;
}

.event-photos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.event-photos::before, .event-photos::after {
    content: none;
}

.event-photos > div {
    margin-bottom: 20px;
}

.panel {
	background-color: rgba(255, 255, 255, .5);
}

.panel-default {
	border-color: rgba(28, 0, 0, .4);
}

.panel-default>.panel-heading {
	background-color: rgba(255, 255, 255, .75);
	border-color: rgba(28, 0, 0, .4);
}

.table-striped {
    text-transform: capitalize;
}

.table-striped>thead {
	background-color: #fff;
}

.table-striped>tbody>tr:nth-child(odd){
	background-color: rgba(255, 255, 255, .65);
}

.table>thead>tr>th {
	border-bottom: 2px solid rgba(28, 0, 0, .4);
}

.table>tbody>tr>td {
	border-top: 1px solid rgba(28, 0, 0, .4);
}

.form-control {
	border: 1px solid #1C0000;
	-webkit-box-shadow: inset 0 0 3px rgba(28, 0, 0, .8);
	        box-shadow: inset 0 0 3px rgba(28, 0, 0, .8)
}

.form-control:focus{
	border-color: #b20000;  
	box-shadow: 0 0 3px #b20000; 
	-webkit-box-shadow: 0 0 3px #b20000;
}

.btn-primary {
	background-color: #1C0000;
	border-color: #fff;
}

.btn-primary:hover {
	border-color: #b20000;  
	box-shadow: 0 0 3px #b20000; 
	-webkit-box-shadow: 0 0 3px #b20000;
	background-color: #1C0000;
}

.banner-info-box {
    position: relative;
    overflow: hidden;
    margin: 5px 0;
}

.banner-info-box > div {
    margin-right: 20px;
}

.alert a {
    color: #fff;
}

.mainBg {
    -webkit-box-shadow: 4px 1px 12px rgba(79,74,66,.9);
            box-shadow: 4px 1px 12px rgba(79,74,66,.9);
}

.social a {
    display: block;
    font-size: 32px;
    padding: 5px 20px;
}

.news-row > div {
    margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
    .officers, .news-row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }

    .officers::before, .officers::after, .news-row::before, .news-row::after {
        content: none;
    }
}

.bootstrap-table {
    font-size: 14px;
}

.bootstrap-table .table {
    /* border: 1px solid rgba(22, 33, 45, .12); */
    padding: 6px 4px;
}

.bootstrap-table .table tbody tr td:nth-child(7) {
    white-space: nowrap;
}

.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus {
    background: #242412;
    border-color: #242412;
}

.bootstrap-table .fixed-table-container .table thead th .sortable {
    background: none;
    position: relative;
}

.bootstrap-table tbody td:nth-child(4), .bootstrap-table tbody td:nth-child(8), .bootstrap-table tbody td:nth-child(9) {
    white-space: nowrap;
}

.bootstrap-table .table-hover>tbody>tr:hover {
    background: #242412;
    color: #fff;
}

/**********************************************/
/*******      Navigation Classes        *******/
/**********************************************/

.navbar {
    background-color: transparent;
    border: none;
    margin-bottom: 0;
}

.navbar-toggle {
    display: block;
    float: right;
    padding: 9px 10px;
    /* background-color: #321800; */
    background-color: #242412;
    border: 1px solid #1C0000!important;
    border-radius: 1px;
}

.navbar-default .navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 0;
    border: 0;
    background-color: #ffffff !important;
}

.navbar-collapse {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.nav-pills>li>a {
    /* background-color: #321800;
    background-color: #1C0000; */
    background: transparent;
    border-radius: 0px;
    font-family: 'Noto Serif', serif;
    text-decoration: none;
    color: #ffffff;
    margin: 5px 0 5px 10px;
    padding: 10px 20px;
    font-weight: 700;
    font-size: 16px;
}

.nav>li>a:hover,
.nav>li>a:focus {
    text-decoration: none;
    background: transparent;
    /* background: #1C0000; */
    background: #242412;
    color: #fff;
}

@media (min-width: 768px) {
    .navbar-header {
        float: none;
    }
    .navbar-collapse.collapse {
        height: 0 !important;
        overflow: hidden!important;
    }
   
    .navbar-collapse.in {
        height: 650px !important;
    }
}

@media (min-width: 992px) {
   .navbar-brand {
        display: none
    }
    .navbar-collapse.in {
        overflow-y: visible;
    }
    .navbar-collapse.collapse {
        display: block!important;
        height: auto!important;
        padding-bottom: 0;
        overflow: visible!important;
        visibility: visible!important;
    }
    .navbar-collapse {
        padding-right: 0;
        padding-left: 0;
        overflow-x: visible;
        -webkit-overflow-scrolling: touch;
        border-top: none;
        -webkit-box-shadow: none;
                box-shadow: none;
    }
    .navbar-toggle {
        display: none;
    }
    .nav-pills {
        margin-top: 20px;
    }
    .nav-pills>li>a {
        margin: 5px 0px 0 0;
        background-color: transparent;
    }
    .nav>li>a:hover,
    .nav>li>a:focus {
        background: transparent;
        color: #1C0000;
    }
}

@media(min-width: 992px) and (max-width: 1200px) {
        .nav-pills>li>a {
            font-size: 12px;
        }
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: #1C0000;
}

.navbar.navbar-default .navbar-collapse {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

/* .nav-pills>li.active>a, .nav-pills>li.active>a:hover, .nav-pills>li.active>a:focus {
    color: #fff;
    background-color: #1C0000;
    background-color: #242412;
} */

#home .nav-pills>li.home-active>a, #home .nav-pills>li.home-active>a:hover, #home .nav-pills>li.home-active>a:focus, #officers .nav-pills>li.off-active>a, #officers .nav-pills>li.off-active>a:hover, #officers .nav-pills>li.off-active>a:focus, #news .nav-pills>li.news-active>a, #news .nav-pills>li.news-active>a:hover, #news .nav-pills>li.news-active>a:focus, #events .nav-pills>li.sale-active>a, #events .nav-pills>li.sale-active>a:hover, #events .nav-pills>li.sale-active>a:focus, #juniors .nav-pills>li.jrs-active>a, #juniors .nav-pills>li.jrs-active>a:hover, #juniors .nav-pills>li.jrs-active>a:focus, #scholar .nav-pills>li.sch-active>a, #scholar .nav-pills>li.sch-active>a:hover, #scholar .nav-pills>li.sch-active>a:focus, #auxiliary .nav-pills>li.aux-active>a, #auxiliary .nav-pills>li.aux-active>a:hover, #auxiliary .nav-pills>li.aux-active>a:focus {
    color: #fff;
    background-color: #242412;
}

@media(max-width: 991px) {
    .navbar-default {
        /* background-color: #321800; */
        background-color: rgba(36, 36, 18, .5);
        border: none;
        border-radius: 0;
    }

    .nav > li > a {
        margin-left: 0;
    }
}

/**********************************************/
/*******        Animal Classes          *******/
/**********************************************/





/**********************************************/
/*******     Social Media Classes       *******/
/**********************************************/

.awards .row {
    margin-bottom: 20px;
}

@media(max-width: 768px) {
    .awards h5 {
        text-align: center;
    }
}

.members {
    z-index: 1020;
}

.members li {
    display: inline;
}

.members li a {
    color: #fff !important;
    text-decoration: none;
}

.members li a:hover, .members li a:focus {
    text-decoration: none;
}


/* The alert message box */
.alert {
    padding: 20px;
    background-color: #f44336; /* Red */
    color: white;
    margin-bottom: 0px;
}

/* The close button */
.closebtn {
    margin-left: 15px;
    color: white;
    font-weight: bold;
    float: right;
    font-size: 22px;
    line-height: 20px;
    cursor: pointer;
    -webkit-transition: 1.0s;
    -o-transition: 1.0s;
    transition: 1.0s;
}

/* When moving the mouse over the close button */
.closebtn:hover {
    color: black;
}