body {
	background-color: #ffffff;
	color: #000000;
}

a:link {
	color: #000000;
}

a:active {
	color: #000000;
}

a:visited {
	color: #808080;
}

a:hover {
	color: red;
	background: #ffffff;
}

input.textField, select.selectMenu, textarea.textArea, input.uploadField {
	background-color: #eeeeee;
}

input.defaultButton {
	background-color: #000000;
	color: #ffffff;
}

#header {
	background-color: #ffffff;
}

#headerTitle {
	color: #000000;
}

#header h1 {
	font-family: 'Arial Black', Monaco, Chicago;
}

#main {
	background-color: #ffffff;
}

#main h2 {
	font-family: 'Arial Black', Monaco, Chicago;
}

#main h3 {
	font-family: 'Arial Black', Monaco, Chicago;
}

#navbar {
	border-bottom: 1px solid black;
	border-top: 1px solid black;
	border-left: 1px solid black;
	border-right: 1px solid black;
	background-color: red;
}

#breadcrumb {
	padding-bottom: 10px;
	border-bottom: 1px dotted red;
}

#content {
	border-top: 0px dotted #000;
}

#content h3 {
	font-family: 'Arial Black', Monaco, Chicago;
}

#content h4 {
	font-family: 'Arial Black', Monaco, Chicago;
}

#navbar a {
	background-color: red;
	padding: 5px;
	color: white;	
}
.media-object:hover{
	  -ms-transform: scale(1.5); /* IE 9 */
  -webkit-transform: scale(1.5); /* Safari 3-8 */
  transform: scale(1.5);
}
.sticky-container{
		/*background-color: #333;*/
		padding: 0px;
		margin: 0px;
		position: fixed;
		right: -154px;
		top:130px;
		width: 200px;
		z-index:9999 !important;
}
.sticky li{
		list-style-type: none;
		background-color: #333;
		color: #efefef;
		height: 43px;
		padding: 0px;
		margin: 0px 0px 1px 0px;
		-webkit-transition:all 0.25s ease-in-out;
		-moz-transition:all 0.25s ease-in-out;
		-o-transition:all 0.25s ease-in-out;
		transition:all 0.25s ease-in-out;
		cursor: pointer;
		filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); 
                filter: gray; 
                -webkit-filter: grayscale(0%); 
}
.sticky li:hover{
		margin-left: -105px;
		/*-webkit-transform: translateX(-115px);
		-moz-transform: translateX(-115px);
		-o-transform: translateX(-115px);
		-ms-transform: translateX(-115px);
		transform:translateX(-115px);*/
		/*background-color: #8e44ad;*/
		filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
                -webkit-filter: grayscale(0%);
}
.sticky li img{
		float: left;
		margin: -5px -7px;
		margin-right: 10px;

}
.sticky li p{
		padding: 0px;
		margin: 0px;
		text-transform: uppercase;
		line-height: 43px;
}
small, .small {
    font-size: 0;
}
.media-object {
    width: 220px;
    padding-top: 23px;
}
.journal_index {
    background: url(/public/journals/1/banner.jpg);
}
.about_journal {
    background: none;
}
.journal_index .site_logo {
    border: none;
    background: none;
    width: 20%;
}
.panel-default > .panel-heading, .pkp_block .title {
    background: linear-gradient(to bottom, #000106 15%,#ac0010 100%);
}
.user_navigation {
    background: linear-gradient(to right, #000106 15%,#ac0010 100%);
}
div.scrolling {    
    top: -18px;        
}
div.scrolling-limit{
  width: 100%;
  height: 32px;
  background-color: #035c82;
  overflow:hidden;
  white-space:nowrap;
  color:#cdf109;
  
}

div.scrolling{
  position: relative;
  -webkit-animation: scroll 20s infinite linear;;
  -moz-animation: scroll 20s infinite linear;
  -o-animation: scroll 20s infinite linear;
  animation: scroll 14s infinite linear;
  top:0px;
  font-size:23px;
  font-weight:bold;
  font-style: italic;
}

@keyframes scroll{
    0%   {left: 500px;}
    100% {left: -345px;}
}
@-webkit-keyframes scroll{
    0%   {left: 500px;}
    100% {left: -345px;}
}
.statics-content{
	overflow:scroll;
}
.statics-content{
	border:1px solid #e4e4e4;border-top:none;
	padding:15px;
	box-shadow: inset 0 0 5px 1px #e9e9e9;}
.statics-content{
	background:#fff;
	}
.statics-content ul{list-style-type:square; padding-left:0px; margin-left:15px}
.statics-content ul li a{padding:8px;color:#333;}
.former-s-listing{
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;}
.former-s-listing .zoom{
	width:45% !important;
	text-align:center;
	margin: 5px;
	background:#fff;
	padding: 5px;
}
.zoom{text-align: center;
    /*border: 5px solid #047e04;*/
	background: #fff;
    position: relative;}
.zoom{
    transition: transform .2s; /* Animation */
    /*width: 370px;
    height: 350px;*/
    margin: 0 auto;
    z-index:1000;
    }
.zoom:hover{
            transform: scale(1.2); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
            z-index: 9999 !important;
           }
.yelow-heading{
	background: linear-gradient(to bottom, #000106 15%,#ac0010 100%);
	border-radius: 15px 15px 0px 0px;
	padding:7px 25px;
	font-size:20px;
	font-weight:600;
}
#rcorners2 {
  border-radius: 25px;
  border: 2px solid #73AD21;
  padding: 20px; 
  width: 124px;
  height: 115px;  
}
#rcorners3 {
    border-radius: 25px;
    padding: 5px;
    width: 225px !important;
    height: 79px;  
}
.media .media-heading {
    border-bottom: 1px solid rgb(51 131 185);
}