/* reset css */
body{	
	font-family: 'Montserrat', sans-serif;
	font-size:13px;
}
ul{
	padding:0px;
	margin:0px;
}
li{
	list-style:none;
}
a, a:hover, a:active, a:focus{
	text-decoration:none;
}
a:hover, a:active, a:focus{
	outline:none;
	border:none;
}
/* End reset css */

/* custom css */
.container{
	width:980px;
}
header{
	position:relative;	
}
.top-header-part{
    background: #505050;
    display: block;
    margin: 0 auto;
    padding:10px 0;
}
.login-and-reg a{
	color:#ffffff;
	margin:0 8px;
}
.login-and-reg a .fa{
	margin-right:5px;
}
.logo-and-care{
	background: #505050;
    display: block;
}
.logo{
	margin:15px 0;
}
.login-and-reg{
	margin:0;
}
.login-and-reg a{
	color: #ffffff;
    margin: 0 2px;
    background:#ff9100;
    padding:3px 10px;
    border-radius: 3px;
    display:inline-block;
}
.login-and-reg a:hover{
	background:#999999;	
}
.isi-link img{
	width: 165px;
	margin: 11px 0;
}
.main-menu{
	background:url("../images/menu-bg.gif") repeat-x;
}
.wsmenucontainer{
	margin: 15px 0 0;
}

footer{
	background:#505050;
	color:#ffffff;
	padding:10px;
}
.top-footer-part{	
	margin:10px 0;
}
.top-footer-part li {
    list-style: none;
    display: inline-block;
    border-right: 1px solid #999999;
    line-height: 100%;
    margin: 0;
    padding: 0 8px;
}
.top-footer-part li:last-child{
	border-right:0px;
}
.top-footer-part ul{
	text-align:center;
}
.top-footer-part ul li a{
	color:#aaa;
}
.copy-right{
	text-align: center;
	color:#aaa;
}
.title{
	color:#ff9100;
	font-size:22px;
	text-transform:uppercase;
}
.email-bottom{
	margin:10px 0;
}
.email-bottom a{
	text-align: center;
	color:#aaa;	
}
.email-bottom a .fa{
	margin-right:5px;
}
body footer a:hover{
	color:#ff9100;
}
.common-box{
	background:#505050;
	margin:15px 0;
	border-radius:5px;
}
.common-box h4{
	background: #ff8000;
    margin: 0;
    padding: 10px;
    color: #fff;
    text-transform: uppercase;
    border-radius:5px 5px 0 0;
}
.common-box-desc{
	padding:15px;
	color:#ffffff;
}
.common-box-desc h5{
	font-size: 15px;
    margin: 0 0 10px;
}
.common-box-desc ul li a{
	color: #ffffff;
	position: relative;
	padding-left: 21px;
	display: inherit;
}
.common-box-desc ul li a:hover{
	color: #ff8000;
}
.common-box-desc ul li{
	margin-bottom:8px;
}
.common-box-desc ul li:before{
	content: "\f0a4";
	font-family: "FontAwesome";
	font-size: 14px;
	display: block;
	position: absolute;
	left: auto;
	color: #ff8000;
	top: auto;
}
.journals-title-bold{
	font-weight:bold;
}
.journals-title-bold, .journals-title{
	padding-left:21px;
}
.journals-box .common-box-desc li a{
	color: #ff8000;
	margin-top:5px;
	font-size:11px;
}
.left-side{
	border: 1px solid #ff8000;
	padding:10px 20px 20px;
	margin: 20px 0;
	border-radius:5px;
}
.subtitle{
	font-size:16px;
}
.journal-subject-wrap li{
	display: inline-block;
	width: 32.5%;
	font-size: 15px;
	color: #654d4d;
	margin-bottom: 10px;
}
.journal-subject-wrap li a{
	color:#999999;
}

.journal-subject-wrap li a:hover{
	color:#ff8000;
} 

.journal-list-main a{
	background: #dad9d7;
    display: inline-block;
    color: #505050;
    font-size: 10px;
    border-radius: 100%;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    font-weight: bold;
    margin-bottom:5px;
}
.journal-list-main a:hover{
	background:#ff8000;
	color:#ffffff;
}
#search {
    float:none;
    margin-top: 9px;
    display: block;
}
.search {
    width: 230px;
    height:40px;
    position: relative;
    margin:0 0 15px;
}
.search input {
    position: absolute;
    width:172px;
    margin:0;
    -webkit-transition: all 0.7s ease-in-out;
    -moz-transition: all 0.7s ease-in-out;
    -o-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out;
    height: 30px;
    line-height: 18px;
    padding: 0 2px 0 10px;
    border-radius:1px;
}
.search .btn{
    height: 30px;
    position: absolute;
    right: 0;
    top:0;
    border-radius:1px;
    background:#505050;
    border:0px;
}
.search .btn:hover{
	background:#ff8000;
}
.service-page .left-side h4{
	margin-bottom:5px;
}
.service-page .left-side p{
	margin-top:0px;
}
.service-page .left-side a{
	color:#ff8000;
}
.service-page .left-side a .fa{
	font-size: 12px;
	margin-right: 4px;
}
.service-list-ul li{
	position:relative;
}
.service-list-ul li:before {
    content: "\f0a4";
    font-family: "FontAwesome";
    font-size: 14px;
    display: block;
    position: absolute;
    left: auto;
    color: #ff8000;
    top: auto;
}
.service-list-ul{
	margin-top:10px;
}
.service-list-ul li{
	margin-bottom:5px;
}
.service-list-ul .service-name{
	padding-left:25px;
}
.mt-5{
	margin-top:5px;
}
.diff-bg{
	background:#f5f5f5;
	padding:5px 20px 20px;
	margin:15px 0;
}

/* login page css */

body .no-padding {
    padding: 0px;
}
.contact-us-main {
    background:#fff2e1;
    display: inline-block;
    width: 100%;
}
.contact-us-inner .container {
    background-color: #ffffff;
    border-radius: 0px;
    padding: 50px;
    margin: 50px auto;
    max-width: 980px;
    box-shadow: 0 3px 16px 0 rgba(0, 0, 0, .11);
}
.register-inner .container {
    max-width: 450px;
}
.contact-us-inner .panel-primary {
    border-color: #ff9100;
}
.contact-us-inner .btn-info {
    color: #fff;
    background-color: #ff9100;
    border-color: #ff9100;
}
.contact-us-inner .btn-info:hover{
	opacity:0.8;
}
/* End */

.diff-bg ul li{
	position:relative; 
}
.diff-bg ul{
	padding:15px 0 0;
}
.diff-bg ul li:before{
	content: "\f0a4";
    font-family: "FontAwesome";
    font-size: 14px;
    display: block;
    position: absolute;
    left: auto;
    color: #ff8000;
    top: auto;
}
.diff-bg ul li a, .diff-bg ul li span{
	color: #ffffff;
    position: relative;
    padding-left: 21px;
    display: inherit;
    color:#000000;
}
.diff-bg ul li{
	margin-bottom: 8px;
}
.diff-bg ul li a:hover{
	color: #ff8000;
}
.alphabetic-list a{
	background: #dad9d7;
    display: inline-block;
    color: #505050;
    font-size:13px;
    border-radius: 100%;
    width:30px;
    height:30px;
    line-height:30px;
    text-align: center;
    margin-bottom: 5px;
    text-transform:uppercase;
}
.alphabetic-list a:hover{
	background: #ff8000;
	color: #ffffff;
}

/* ads  css */

.wrapper{
  position:relative;
}
.left-side-ad{
  position:absolute;
  width:12.44%;
  height:450px;
  border:0px solid yellow;
  z-index:99;
  left:10px;
  top:180px;
}
.right-side-ad{
  position:absolute;
  width:12.44%;
  height:450px;
  border:0px solid yellow;
  z-index:99;
  right:10px;
  top:180px;
}
.container{
  width:71.74%;
  max-width:980px;
}
.bottom-sdie-ad{
    position:relative;
    width:100%;
    height:130px;
    border:0px solid yellow;
    margin:20px auto;
    display:block;
}

/* top search css */
.login-and-reg{
    float:right;
}
.login-and-reg .search{
    float: left;
    height:auto;
    margin-bottom:0px;
    margin-right:4px;
}
.login-and-reg .top-menu-right{
    float:right;
}
.login-and-reg .search input{
    height:24px;
    font-size:12px;
    border-radius: 5px 0 0 5px;
}
.login-and-reg .search .btn{
    height: 24px;
    background: #a0a0a0;
    font-size: 12px;
    line-height: 24px;
    padding: 0 10px;
    border-radius: 0 5px 5px 0;
}
.login-and-reg .search .btn:hover{
    background:#000000;
}
.impact-factor-list{
    width:260px;
    margin:0 auto
}

/* submit-paper-and-top-publishers */

/*.submit-paper-and-top-publishers{
    position:absolute;
    width:12.44%;
    height:auto;
    z-index:99;
    left:10px;
    top:180px;
}*/
.submit-paper-link img{
    width:100%;
}
.left-side-ad .top-publishers-block{
    padding:6px;
    font-size: 12px;
    background:#f5f5f5;
    margin-bottom:10px;
}
.left-side-ad .top-publishers-block h4{
    font-weight: bold;
    margin: 5px 0;
    border-bottom: 1px solid #d0d0d0;
    padding-bottom: 5px;
}
.left-side-ad .top-publishers-ul li{
    margin-bottom:5px;
}
.home .left-side-ad{
    top:680px;
}
.submit-paper-link{
    display:block;
    margin-bottom:10px;
}
.left-side-ad .top-publishers-block .view-all{
    font-weight:bold;
    color:#ff8000;
}