.typeArtical{
    
    color: #6db33f;
    
   
    
}


.typeArtical p{
    padding: 0px; text-align: left; color: #6db33f;  font-size: 16.5px; font-weight: bold;

     
     
    }
    
.typeArtical span{
      padding: 7px; padding-left: 0px; color: #666666;
}    
   .typeArtical span:hover{
    
    color: #666666;


}
/*
=============================================
Recent Publications

=============================================
*/



.recent-art{
    
    font-family: cambria;
    
}



.recent-art p{
    
    font-family: cambria;
    color: #030c43;
    
}

.recent-art a{
    
    font-family: cambria;
    font-size: 16px;
    color: #030c43;
    display: inline;
    
}

.recent-art a:hover{
    font-family: cambria;
     font-size: 16px;
    color: #3a830a; 
    text-decoration: underline;
    transition: 0s;
     
    
}


.recent-art p a:hover{
    
color: #030c43;
    }




.authorName{
 padding: 0px; 
line-height: 18px;  
color: #030c43;
}

.journalName {

line-height: 18px;  


}


.journalName a{

line-height: 18px;    
 color: #3a830a; 
text-decoration: underline;

}

.journalName a:hover{

 
 color: #3a830a;
text-decoration: none;

}


.pubDate {
    line-height: 18px; font-size: 12px; padding-left: 100px;
    
}




.journalCatImg a:hover{
    
    border: 3px solid #6db33f;
    color: #6db33f;
    
}


.journalCatImg p:hover{
    
    color: #6db33f;
    
    
}



.innerTopNav{
    
    
    
}

.innerTopNav ul li a{
    
    color: #030c43;
    font-size: 16px;
    font-weight: 600;
    font-family: cambria;
    padding-top: 4px;
    padding-bottom: 4px;
}

.innerTopNav ul li a:hover{
    
    background-color: #6db33f;
    color: #fff;
    
}


.innerTopNav ul li.active a{
    
    background-color: #6db33f;
    color: #fff;
    
}



.innerLeftNav ul li a{
    
    color: #030c43;
    font-size: 16px;
    font-weight: 100;
    font-family: cambria;
}


.innerLeftNav ul li a:hover{
    
   background: none;
   color: #030c43;
}








/*
===========================================
			CATEGORIES WIDGET
===========================================
*/
.widget-categories1{
}
.widget-categories1 ul{
	list-style:none;
	margin:0px;
	padding:0px;
	float:left;
	width:100%;
    font-family:cambria;
    font-size: 16px;
    border-left: 1px solid #CCC;
   
}
.widget-categories1 ul li{
	float:left;
	width:100%;
	margin:0px 0px;
	position:relative;
	
    font-family:cambria;
    padding-left: 10px;
    background-image: url('http://ologyjournals.com/images/sidenav1.png' );
    background-repeat: no-repeat; 
}
.widget-categories1 ul li:first-child{
	border:none;
    
}
footer .widget-categories ul li{
	border-top:solid 1px rgba(255,255,255,0.2);
}
.widget-categories1 ul li a{
	display:block;

	color: #030c43;
	text-decoration:none;
	padding:7px 0 9px;
	
    font-family:cambria;
    font-size: 16px;
    font-weight: bold;
}
footer .widget-categories1 ul li a{
	color:#fff;
    font-family:cambria;
}
.widget-categories1 ul li a:hover{
	color:#030c43;
	padding:7px 10px 9px;
    font-family:cambria;
}


footer .widget-categories1 ul li:before{
	color:#fff;
}
.widget-categories1 ul li:hover:before{
	right:10px;
	color:#fff;
}


.topBanner1 h3{
    color: #000; font-family: cambria; font-size: 24px; font-weight: bold;
    
    
}


.topBanner1 h4{
    margin-top: -14px; color: #000; font-family: cambria;font-size: 13.5px; font-weight: bold;
    
    
    
}

.topBanner1 h4 a{
    margin-top: -14px; color: #000; font-family: cambria;font-size: 13.5px; font-weight: bold;
    text-shadow: none;
    
}



.topBanner h3{
    color: #FFF; font-family: cambria; font-size: 24px; font-weight: bold;
    text-shadow: 1px 1px #000;
    
    
}


.topBanner h4{
    margin-top: -14px; color: #FFF; font-family: cambria;font-size: 13.5px; font-weight: bold;
    text-shadow:  1px 1px #000;
    
}


.navigation ul li ul li a{ width: 100%; position: relative; color: #333; padding: 6px 10px; font-size: 15px; font-weight: bold; text-transform: uppercase; text-transform: capitalize; text-align: left; font-family: cambria;} 


/*
inspired from http://codepen.io/Rowno/pen/Afykb
& https://jsfiddle.net/q0rgL8ws/
*/
.carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity;
    overflow:hidden;
}
.item.active img {
    transition: transform 5000ms linear 0s;
    /* This should be based on your carousel setting. For bs, it should be 5second*/
    transform: scale(1.05, 1.05);
}
.carousel-fade .carousel-inner .active {
  opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
  
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
  
}

.carousel-fade .carousel-control {
  z-index: 2;
}

/*
WHAT IS NEW IN 3.3: "Added transforms to improve carousel performance in modern browsers."
now override the 3.3 new styles for modern browsers & apply opacity
*/
@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
}


.data h1, .data h2, .data h3, .data h4, .data h5, .data h6 {
  border-collapse: separate;
  border-spacing: 0px 0;
  border-spacing: 0rem 0;
  color: #123;
  display: table;
  font-family: cambria;
  font-size: 20px;
  line-height: .25;
  margin: 1em 0 .5em;
  table-layout: auto;
  text-align: center;
  
  white-space: nowrap;
  width: 100%;
}

.data h1:before,h1:after,
.data h2:before,h2:after,
.data h3:before,h3:after,
.data h4:before,h4:after,
.data h5:before,h5:after,
.data h6:before,h6:after {
  border-top: 5px double #6db33f;
  content: '';
  display: table-cell;
  width: 50%;
  color: #6db33f;
  padding: 0px;
  
}


.data h2 { font-size: 4em; }
.data h2:before,h2:after {
  border-top-style: solid;
}


.journalMail a{
    color: #fff;
    display: inline;
    text-shadow: 1px 1px #000;
    
}

.journalMail a:hover{
    
    color: #6db33f;
    text-decoration: underline;
    
}



.artStyle h4{
    
   font-family: cambria;
   
    
}

.artStyle h4 a{
    
    font-family: cambria;
    color: #030c43;
    font-weight: bold;
    padding: 0px;
    


}

.artStyle h4 a:hover{
    
    color: #3a830a;
    
    }

.artStyle p{
    
    color: #000;
    font-family: cambria;
}


.art span p{
    font-size: 15px;
    
}

.artStyle p a{
    padding-left: 5px;padding-right: 13px; color: #030c43;
    
    }

.artStyle p a:hover{
    
    color: #3a830a;
    

    }
      .pdfcolor{
        color: #00284d;
        
      }
    
  .pdfcolor:hover{
    
    color: #00284d;
    
  }  

  .para-style span{
    
    color: #000;
  }
  
    
 .para-style span:hover{
    
    
    color: #000;
    
 }  
    
    
    
    

