body{
	font-family: 'Open Sans', sans-serif;
	color: #555;
    padding-bottom: 40px;
}

a:link { 
	text-decoration: none;
}
a {
	-webkit-transition: 0.2s ease-in-out all;
	-moz-transition: 0.2s ease-in-out all;
	-o-transition: 0.2s ease-in-out all;
	transition: 0.2s ease-in-out all;
}
.clear-margins {
	margin: 0;
}
.clear-paddings {
	padding: 0;
}
.widget-container{
	margin-bottom: 50px;
}
.text-primary {
	color: #ea5644 !important;
}
.text-primary a{
	color: #ea5644 !important;
}
.text-green {
	color: #16a990 !important;
}
.text-blue {
	color: #2196F3 !important;
}
.text-black {
	color: #555 !important;
}
.text-black a{
	color: inherit;
}
.text-black a:hover{
	border-bottom: 1px dotted #ea5644;;
}
.height-100{
	min-height: 100vh;
}
.breadcrumb {
	background-color: inherit;
	min-height: 40px;
	line-height: 20px;
	border-radius: 0;
	margin: 0 0 20px 0;
	padding: 5px 0 0 0;
}
.breadcrumb > li {
	font-size: 13px;
	font-weight: 300;
	text-shadow: none;
}
.breadcrumb a {
	color: #ea5644;
}
.gap-above{
	margin-top: 50px;
}
.gap-below-large{
	margin-bottom: 50px;
}
.gap-below-med{
	margin-bottom: 30px;
}
.gap-below{
	margin-bottom: 10px;
}
.gap-above-med{
	margin-top: 30px;
}
.gap-above-small{
	margin-top: 10px;
}
.tiny{
	font-size: 11px;
}
.width-100{
	width: 100%;
}
.lower-case{
	text-transform: lowercase !important;
}
.urlhide{
	display: none;
}
.urlshow{
	display: block;
}
.text-red{
	color: #FF0000;
}

span.img-small img{
  width: 120px;
  display: inline;
  margin: 0;
  float: left;
}
p.img-small img{
   display: inline;
   margin: 0;
   float: left;
}
#viewimages{
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
  margin-bottom: 5em;
}
#gallery{
  padding-left: 20px;
}

p.current_issue_cover_pages{
	padding: 0;
	margin: 0;
}

span.thumbs-list img{
	height: 100px;
	padding: 0 !important;
	margin: 0 !important;
}
.talks{
	margin: 3em 0em 2.5em 0em;
	border-bottom: 1px solid #CCC;
}
p.winners{
	/*text-align: center;*/
}
.conference-title{
	font-weight: bold !important;
}
.conference-location, .conference-date{
	color: #777;
}
.winners-fullname{
	font-size: 1.08em;
	text-transform: uppercase;
	color: #ea5644;;
}
.winners-designation{
	font-size: 0.8em;
	font-weight: 600;
}
.winners-inst{
	font-size: 0.9em;	
	font-weight: bold !important;
}
.winners-poster-title{
	font-style: italic;
	/*color: #ea5644;*/
}
.winners-email{
	font-size: 0.9em;
}

.blink_me {
  animation: blinker 4s linear infinite;
  color: red;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}
table.articlesrepo tr th, table.articlesrepo tr td{
	padding: 0.5em 3em 0.5em 3em;
	text-align: center;
	
}

.ebook-title{
	font-size: 24px !important; 
	font-weight: bold; 
	line-height: 36px !important; 
	text-align: left;
}

.ebook-author{
	font-size: 18px !important; 
	font-weight: 500; 
	font-style: oblique; 
	line-height: 27px !important; 
	text-align: left;
}
.retracted-article{
	padding: 1em 1em;
	background-color: yellow;
	color: red;
}

.move{
	text-align: left;
	margin-left: 55px;
}
