body{
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height: 17px;
	padding:0;
	margin: 0;
}

img{max-width: 100%;}

h3 {
    font-family: Georgia, "Times New Roman", Times, serif;
    color: #750f0f;
    font-size: 16px;
    font-weight: normal;
    margin: 0 0 10px;
    padding: 0 0 8px;
}

h4 {
    font-family: Georgia, "Times New Roman", Times, serif;
    color: #750f0f;
    font-size: 14px;
    font-weight: normal;
    margin: 0 0 10px;
    padding: 0 0 8px;
}

h2 a{
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 18px;
    color: #750F0F;
}


h2, .page-header h1{
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 18px;
    color: #750F0F;
    font-weight: normal;
}



.site-mainmenu {
	margin-bottom: 15px;
    padding: 0px;
    border-radius: 7px;
    background: rgba(71,81,117,1);
	background: -moz-linear-gradient(top, rgba(71,81,117,1) 0%, rgba(71,81,117,1) 51%, rgba(70,80,115,1) 53%, rgba(65,75,108,1) 69%, rgba(58,66,96,1) 83%, rgba(49,56,81,1) 92%, rgba(43,49,71,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(71,81,117,1)), color-stop(51%, rgba(71,81,117,1)), color-stop(53%, rgba(70,80,115,1)), color-stop(69%, rgba(65,75,108,1)), color-stop(83%, rgba(58,66,96,1)), color-stop(92%, rgba(49,56,81,1)), color-stop(100%, rgba(43,49,71,1)));
	background: -webkit-linear-gradient(top, rgba(71,81,117,1) 0%, rgba(71,81,117,1) 51%, rgba(70,80,115,1) 53%, rgba(65,75,108,1) 69%, rgba(58,66,96,1) 83%, rgba(49,56,81,1) 92%, rgba(43,49,71,1) 100%);
	background: -o-linear-gradient(top, rgba(71,81,117,1) 0%, rgba(71,81,117,1) 51%, rgba(70,80,115,1) 53%, rgba(65,75,108,1) 69%, rgba(58,66,96,1) 83%, rgba(49,56,81,1) 92%, rgba(43,49,71,1) 100%);
	background: -ms-linear-gradient(top, rgba(71,81,117,1) 0%, rgba(71,81,117,1) 51%, rgba(70,80,115,1) 53%, rgba(65,75,108,1) 69%, rgba(58,66,96,1) 83%, rgba(49,56,81,1) 92%, rgba(43,49,71,1) 100%);
	background: linear-gradient(to bottom, rgba(71,81,117,1) 0%, rgba(71,81,117,1) 51%, rgba(70,80,115,1) 53%, rgba(65,75,108,1) 69%, rgba(58,66,96,1) 83%, rgba(49,56,81,1) 92%, rgba(43,49,71,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#475175', endColorstr='#2b3147', GradientType=0 );



	/*
	background: rgba(71,81,117,1);
	background: -moz-linear-gradient(top, rgba(71,81,117,1) 0%, rgba(43,49,71,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(71,81,117,1)), color-stop(100%, rgba(43,49,71,1)));
	background: -webkit-linear-gradient(top, rgba(71,81,117,1) 0%, rgba(43,49,71,1) 100%);
	background: -o-linear-gradient(top, rgba(71,81,117,1) 0%, rgba(43,49,71,1) 100%);
	background: -ms-linear-gradient(top, rgba(71,81,117,1) 0%, rgba(43,49,71,1) 100%);
	background: linear-gradient(to bottom, rgba(71,81,117,1) 0%, rgba(43,49,71,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#475175', endColorstr='#2b3147', GradientType=0 );
	*/
}
.navbar-dark .navbar-brand{padding-left: 20px;}
.site-mainmenu ul.nav.navbar-nav li.nav-item {
    background: url(../images/linemenu.png) repeat-y left top;
}

.site-mainmenu ul.nav.navbar-nav li.nav-item:first-child{
    background: none;
}

.site-mainmenu a.nav-link {
    color: #fff;
    display: block;
    font-size: 15px;
    font-weight: bold;
    padding: 16px 23px;
    text-transform: uppercase;
}

.navbar-dark .navbar-nav .nav-link{color: #fff;}

@media (min-width: 992px){
	.site-mainmenu.navbar-expand-lg .navbar-nav .nav-link{
		padding-left: 23px;
	    padding-right: 23px;
	}
}


.site-mainmenu.navbar-expand-lg .navbar-nav .nav-link:hover, 
.site-mainmenu.navbar-expand-lg .navbar-nav .nav-link:focus {
    background: url(../images/menu-over.png) repeat-x 0 0;
}

.featured-review-section {
    background: #fff;
    padding: 20px;
    border-radius: 7px;
    border: 1px solid #000;
}


/* left Sidebar */
div#sidebar{
	margin-top: 15px;
}
.sidebar-inner {
    background: #fff;
    padding: 10px 20px 18px 18px;
    border-radius: 7px;
    border: 1px solid #000;
    height: 100%;
}

.sidebar-nav .moduletable {
    margin-bottom: 15px;
}
.sidebar-nav .moduletable h3 {
    font-family: Georgia, "Times New Roman", Times, serif;
    color: #750f0f;
    font-size: 18px;
    font-weight: normal;
    margin: 0 0 10px;
    padding: 0 0 8px;
}

/* Main Body */
main#content{
    margin-top: 15px;
}

.content-inner{
    background: #fff;
    padding: 10px 20px 18px 18px;
    border-radius: 7px;
    border: 1px solid #000;
    height: 100%;
}

.content-inner.height-auto {
  height: auto;
}

.content-inner + .content-inner {
  height: auto;
  margin-top: 15px
}

.item-title{
	font-family: Georgia, "Times New Roman", Times, serif;
    color: #750f0f;
    font-size: 18px;
    font-weight: normal;
    margin: 0 0 10px;
    padding: 0 0 8px;
}
.article-info-term{display: none;}

/*right sidebar*/
.mainbody #aside{margin-top: 15px;}

.mainbody #aside .right-sidebar-inner{
	background: #fff;
    padding: 10px 20px 18px 18px;
    border-radius: 7px;
    border: 1px solid #000;
    margin-bottom: 15px;
    height: 100%;
}

.sidebar-inner .moduletable,
.right-sidebar-inner .moduletable{
    margin: 0 0 20px;
}

.nspMain a.readon:hover, 
.nspMain a.readon:focus, 
.nspMain a.readon:active {
    color: #670000;
    text-decoration: none;
}

.nspMain a.readon {
    color: #670000;
    text-align: left;
    font-size: 12px;
    padding: 0;
}

.nspMain .nspArt .fright {
    float: right;
}

.nspMain h4.nspHeader a {
    color: #000;
}

.nspMain h4.nspHeader {
    margin: 0;
    padding: 10px 0;
}
.nspMain h4.nspHeader a{text-decoration: none;}
.nspMain .nspInfo {
    font-size: 12px;
    color: #999;
    margin: 0;
}


/* Acymail Subscriber */
input.button.subbutton.btn.btn-primary {
    background: #e5e5e5;
    border: 1px #808080 solid;
    color: #333333;
    font-weight: bold;
    padding: 2px 10px;
    cursor: pointer;
    font-size: 13px;
}

table.acymailing_form{
    margin: 0;
    width: 100%;
}
table.acymailing_form td.acyfield_email {
    padding-bottom: 10px;
}
table.acymailing_form td.acyfield_email input{
    padding: 5px;
}

td.acysubbuttons {
    text-align: left;
}


@media (min-width: 768px){
    main#content {
        padding-left: 0;
        padding-right: 0;
    }

    .featured-right {
        padding-top: 150px;
    }
}

/* Footer */
footer.footer {
    color: #fff;
	margin-bottom: 12px;
}

.footer-inner{
	margin-top: 15px;
    padding: 0px;
    border-radius: 7px;
	background: rgba(71,81,117,1);
	background: -moz-linear-gradient(top, rgba(71,81,117,1) 0%, rgba(43,49,71,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(71,81,117,1)), color-stop(100%, rgba(43,49,71,1)));
	background: -webkit-linear-gradient(top, rgba(71,81,117,1) 0%, rgba(43,49,71,1) 100%);
	background: -o-linear-gradient(top, rgba(71,81,117,1) 0%, rgba(43,49,71,1) 100%);
	background: -ms-linear-gradient(top, rgba(71,81,117,1) 0%, rgba(43,49,71,1) 100%);
	background: linear-gradient(to bottom, rgba(71,81,117,1) 0%, rgba(43,49,71,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#475175', endColorstr='#2b3147', GradientType=0 );
}
.footer1{
    float: left;
    line-height: 16px;
    text-align: right;
	padding: 17px;
}

.footer-right-menu {
    text-align: right;
}

.footer-right-menu .navbar-nav {display: inline-block;}
.footer-right-menu ul li{
    border-right: 1px solid #9096ab;
    padding: 0 15px;
    display: inline-block;
}

.footer-right-menu ul li:last-child{
    border-right: 0px solid #9096ab;
}

.footer-right-menu ul li a {
    padding: 16px;
   	color: #fff;
	text-decoration: none;
}



/* Blog Page */

/* Nav */
.pagination {
    display: block;
    margin: 20px 0;
}

.pagination p.counter{
    font-size: 10px !important;
    margin: 15px 0 0;
    padding: 0;
}

.pagination nav {}

.pagination ul.pagination-list, .pagination {
    font-size: 10px !important;
    margin: 0 auto 5px;
    padding: 5px 0 0;
    text-align: center;
    list-style-type: none;
}


ul.pagination-list li, .pagination .page-item {
    background: none !important;
    display: inline;
    float: left;
    margin: 0;
    padding: 0 !important;
    text-align: center;
}

ul.pagination-list li a, .pagination .page-link{
    padding: 6px 5px;
    text-decoration: none;
    font-weight: bold;
    font-size: 10px;
    border: none;
    color: #670001;
}

.page-item.active .page-link {
    color: #000;
    background-color: transparent;
    border-color: transparent;
}

.pagination .icon-angle-left:before {
    font-family: 'IcoMoon';
    font-style: normal;
    speak: none;
    content: "\7c";
    margin-right: 0;
    line-height: 12.5px;
}

.pagination .icon-angle-double-left:before {
    font-family: 'IcoMoon';
    font-style: normal;
    speak: none;
    content: "\7d";
    margin-right: 0;
    line-height: 12.5px;
}

.pagination .icon-angle-right:before {
    font-family: 'IcoMoon';
    font-style: normal;
    speak: none;
    content: "\7b";
    margin-right: 0;
    line-height: 12.5px;
}

.pagination .icon-angle-double-right:before {
    font-family: 'IcoMoon';
    font-style: normal;
    speak: none;
    content: "\e000";
    margin-right: 0;
    line-height: 12.5px;
}

.readmore a.btn {
    color: #670000;
    font-size: 13px;
    line-height: 17px;
}

.btn:focus, .btn.focus {
    outline: 0;
    box-shadow: none;
}


/* Contact Form */
.rapid_contact {
    margin-bottom: 9px;
}

div.rapid_contact_form{
    padding-top: 20px;
}
div.rapid_contact_form .rapid_contact.intro_text+span{
    margin-top: 10px;
}

div.rapid_contact_form .input-group {
    margin-bottom: 20px;
}

div.rapid_contact_form .input-group label {
    width: 100%;
}


div.rapid_contact_form input.rapid_contact.btn{
    background: #e5e5e5;
    border: 1px #808080 solid;
    color: #333333;
    font-weight: bold;
}

.brand {
    font-family: "Times New Roman", Times, serif;
    padding: 30px 0;
    display: inline-block;
    color: #2d334b;
    text-decoration: none;
}
.brand:hover, .brand:active {
    color: #2d334b;
    text-decoration: none;
}

.brand .site-title {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 26px;
    display: block;
    padding-bottom: 10px;
}

.brand .site-byline {
    font-size: 17px;
    letter-spacing: 0.2em;
    display: inline-block;
    border-top: 1px solid #2d334b;
    padding-top: 3px;
}

.antitrust-section {
    margin-top: 15px;
}

.antitrust-section-inner {
    background: #fff;
    padding: 20px;
    border-radius: 7px;
    border: 1px solid #000;
    height: 100%;
}

.right-sidebar-inner .moduletable:last-child {
    margin-bottom: 0;
}

@media (max-width: 992px){
    .site-mainmenu ul.nav.navbar-nav {
        padding-bottom: 10px;
    }
    .site-mainmenu a.nav-link{
        padding: 8px 23px;
        font-size: 13px;
    }

    .site-mainmenu ul.nav.navbar-nav li.nav-item {
        background: none;
    }
}


@media (max-width: 768px){
    .footer-copyright {
        padding-top: 10px;
    }
    .footer1{
        text-align: center;
        width: 100%;
        padding: 6px 0 0px 0;
    }

    .footer-right-menu .navbar-nav{
        display: inline-block;
        width: 100%;
        text-align: center;
        margin-bottom: 5px;    
    }

    .footer-right-menu ul li{border-right: 0px solid #9096ab;}
    .footer-right-menu ul li a{padding: 10px 0;}
}