#topBar ul.top-links > li{
	border-left: none;
	border-right: none;
}

#topBar > .border-top {
    background: #eee;
}

#topBar > .border-top h2,
#topBar > .border-top h3,
#topBar > .border-top h4 {
    margin: 30px auto;
}

#topMain {
	border-right:rgba(0,0,0,0.1) 1px solid;
}
#topMain>li>a {
	height:96px;
	line-height:76px;
}

#topMain.nav-pills>li>a {
	color:#1F262D;
	font-weight:400;
	background-color:transparent;
	border-left:rgba(0,0,0,0.05) 1px solid;

	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
			border-radius: 0;
} 
#topMain.nav-pills>li:hover>a, 
#topMain.nav-pills>li:focus>a {
	color:#1F262D;
	background-color:rgba(0,0,0,0.01);
}
#topMain.nav-pills>li.active>a {
	color:#687482;
	background-color:rgba(0,0,0,0.01);
}

#topMain.nav-pills>li>a.dropdown-toggle {
	padding-left:20px;
	padding-right:30px;
}

#topMain.nav-pills>li>a.dropdown-toggle:after {
	display: block;
	content: "\f107";
	position: absolute;
	top: 50%;
	right: 10px;
	margin: -8px 0 0;
	font-family: FontAwesome;
	font-size: 16px;
	opacity: .3;
	line-height: 1em;

	-webkit-transition: -webkit-transform .2s ease-in;
	-moz-transition: -moz-transform .2s ease-in;
	-ms-transition: -ms-transform .2s ease-in;
	-o-transition: -o-transform .2s ease-in;
	transition: transform .2s ease-in;
}
#header.bottom.dropup #topMain.nav-pills>li>a.dropdown-toggle:after {
	content: "\f106";
}

#topNav .navbar-collapse {
	float:right;
	max-height: 99999px !important;
}

#topNav a.logo {
	height:96px;
	line-height:96px;
	overflow:hidden;
	display:inline-block;
}

#header ul.nav-second-main {
	border-left:0;
}




@media only screen and (max-width: 1024px) {
	#topMain.nav-pills>li>a {
		font-size:13px;
	}
}

@media only screen and (max-width: 992px) {
	#topMain,
	#topMain>li>a {
		border-left:0;
		border-right:0;
	}

	#topMain.nav-pills>li>a.dropdown-toggle:after {
		display: block;
		content: "\f107";
		position: absolute;
		top: 50%;
		right: 10px;
		margin: -5px 0 0;
		font-family: FontAwesome;
		font-size: 12px;
		opacity: .3;
		line-height: 1em;

	}

	/* Force 60px */
	#header {
		height:60px !important;
	}
	#header #topNav a.logo {
		height:60px !important;
		line-height:50px !important;
	}
	#header #topNav a.logo>img {
		max-height:60px !important;
	}
	#header #topNav #topMain>li>a {
		height:40px !important;
		line-height:40px !important;
		padding-top:0;
	}


	#topMain>li {
		border-bottom:rgba(0,0,0,0.1) 1px solid;
	}
	#topMain>li:last-child {
		border-bottom:0;
	}

		#header li.search .search-box {
			margin:0 !important;
			position:fixed;
			left:0; right:0;
			top:60px !important;
			width:100%;
			background-color:#fff;
			border-top:rgba(0,0,0,0.1) 1px solid;
		}
}

/************Realated Journals *****************/
#relateds {
	background-color: #fff;
	padding-bottom: 20px;
  }
  #relateds .relatedsList {
	
	padding: 15px 35px 20px;
	text-align: center;
	-webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
	border-radius: 3px;
  }
  #relateds .relatedsList h4 {
	margin-bottom: 40px;
  }
  #relateds .relatedsList h4 span {
	padding: 0 15px 3px;
	border-bottom: 2px solid #862d2d;
  }
  #relateds ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
  }
  #relateds li {
	display: inline-block;
	margin: 0 10px 15px;
	text-align: center;
  }
  #relateds li img {
	height: 130px;
	-webkit-transition: all 300ms;
	transition: all 300ms;
	width: auto;
  }
  #relateds li img:hover {
	-webkit-transform-origin: center center;
			transform-origin: center center;
	-webkit-transform: scale(1.1);
			transform: scale(1.1);
  }
  
.zoom_rtl img:hover {
	transform: scale(4);
	position: relative;
	left: 200px;   
	border: 1px #777777 dashed;
}

.zoom_ltr img:hover {
	transform: scale(4);
	position: relative;
	right: 200px;   
	border: 1px #777777 dashed;
}
