a, a:hover {
    color: #337ab7;
    text-decoration: none;
}

h2, .h2 {
    font-size: 25px;
}

h1, .h1, h2, .h2, h3, .h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: inherit;
    font-family: 'Russo One', sans-serif !important;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}

.align_left {
    /* for images placed in rich text editor */
    float: left;
    margin: 0 1em 0.5em 0;
    position: relative;
    top: 0.5em;
    max-width: 50%;
}

.align_right {
    /* for images placed in rich text editor */
    float: right;
    margin: 0 0 0.5em 1em;
    max-width: 50%;
}

.align_center {
    /* for images placed in rich text editor */
    display: block;
    margin: 1em auto;
    position: relative;
    top: 0.5em;
}

.container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 5rem;
    padding-right: 5rem;
}

.top-back {
    min-height: 140px;
    background-image: url(/img/top-back.jpg);
    background-repeat: no-repeat;
    background-size: 100% 140px;
}

h1, .h1 {
    font-size: 29px;
}

.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eee;
}

.top-logo-float-lg {
    position: absolute;
    top: -132px;
    width: 170px;
    height: 170px;
}

.top-logo-float-sm {
    margin:10px;
}

.bar {
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.7);
    background-image: -webkit-linear-gradient(top, #2e3f83 0, #212d5d 100%);
    background-image: -o-linear-gradient(top, #2e3f83 0, #212d5d 100%);
    background-image: linear-gradient(to bottom, #9a0000 0, #ce0000 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff2e3f83', endColorstr='#ff212d5d', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    border-radius: 4px;
    position: relative;
    border-radius: 0;
}

.bar .nav a, .bar .nav a:hover {
    padding: 16px 8px;
    color: white;
    text-decoration: none;
}

.nav-link:hover {
    background-color: #8c1414 !important;
    color: #fff;
}

.top-details strong {
    font-family: 'Russo One', sans-serif;
    font-size: 2.15em;
    line-height: 0.83em;
    color: #14274f;
}

footer, footer a {
    color: white !important;
}

.left-border-gray {
    border-left: 1px solid #aaa;
}

.footer {
    background-color: #042a4f;
}

.dark {
    background-color: black;
}

.subtitle {
    color: #ccc;
    font-size: 13px;
    line-height: 28px;
    padding-bottom: 4px;
}

.header-logo {
    height: 80px;
}

.thumb {
    display: inline-block;
    max-width: 100%;
    height: auto;
    padding: 4px;
    line-height: 1.8;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.section {
    border-top: 1px solid #eee;
    padding-top: 8px;
    padding-bottom: 16px;
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.8;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    min-width: 160px;
}

.btn:hover {
    color: white;
}

.btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}

.btn-primary {
    background-image: -webkit-linear-gradient(top, #337ab7 0, #265a88 100%);
    background-image: -o-linear-gradient(top, #337ab7 0, #265a88 100%);
    background-image: linear-gradient(to bottom, #337ab7 0, #265a88 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff265a88', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
    border-color: #245580;
}

.page-body > * + *  {
    margin-top: 16px;
}

#editpage {
    position: absolute;
    top: 0;
    right: 0;
    padding: 5px 16px;
    background: #8c1414;
    color: #fff;
    display: block;
    font-weight: bold;
}

#menu {
    z-index: 1031;
    width: 80%;
    max-width: 300px;
    float: left;
    position: fixed;
    max-height: 100vh;
    min-height: 100vh;
    height: 100vh;
    left: -80%;
    top: 0;
    transition: left 200ms, box-shadow 200ms;
    overflow-x: hidden;
    overflow-y: auto;
    box-shadow: 0 0 0 0;
    box-sizing: border-box;
    color: #333;
    background-image: linear-gradient(to bottom, #9a0000 0, #ce0000 100%);
    padding: 2rem 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 8rem;
}

#menu.active {
    left: 0;
    box-shadow: 5px 0 1px 0 rgba(100, 100, 100, 0.1);
}

#menu a:hover, #menu a:focus {
    text-decoration: none;
}

#menu ul > li > a, #menu ul > li > span {
    font-size: 15px !important;
    color: white;
    text-decoration: none;
    display: inline-block;
    width: 100%;
    font-size: 18px;
    padding: 3rem 0;
    border-bottom: 1px solid #aaa;.
	
	    /* padding: 16px 16px; */
    /* color: white; 
    /* text-decoration: none;*/
}

#menu ul > li.active > a {
    color: rgba(255, 255, 255, 1);
}

#toggle {
    cursor: pointer;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}

.bar-mobile .navbar {
    --navbar-height: 30rem;
}

.pagination ul {
	list-style: none;
	margin-left: 0;
}

.pagination li {
	display: inline;
}

.pagination li a {
	padding: 9px;
	color: #000;
	background: #ced4da;
	margin-right: 3px;
}

.pagination li.MarkupPagerNavOn a, .MarkupPagerNav li a:hover {
    color: #fff;
    background: #042a4f;
    text-decoration: none;
}

.partner{
	text-align: center;
	margin: 1em 0 1.5em;
}


