/*LOGO-SECTION*/
body {
    background: #FFF;
    font-family: aleoregular;
    margin: 0;
    color: #333;
    font-size: 17px;
    line-height: 1.6;
    overflow-x:hidden;
}
.logo-section {
    background: #ffffff none repeat scroll 0 0;
    padding: 10px 0 15px;
    }

.logo-section img{
    display:inline-block;
    }

.top-search {
    margin-top: 35px;
    position: relative;
    }

.top-search input[type="text"] {
    border: 2px solid #42a2f3;
    border-radius: 3px;
    height: 40px;
    padding: 10px 50px 10px 10px;
    }
    
.top-search button {
    background: #42a2f3 none repeat scroll 0 0;
    border: medium none;
    border-radius: 3px;
    color: #fff;
    font-size: 15px;
    height: 34px;
    position: absolute;
    right: 3px;
    text-align: center;
    top: 3px;
    vertical-align: middle;
    width: 35px;
    }
    
/*LOGO-SECTION*/

/*NAVIGATION-SECTION*/

ul.nav li.dropdown:hover ul.dropdown-menu{ display: block; }

.nav-section {
    background: #122937 none repeat scroll 0 0;
    text-align:center;
    }

.nav-section ul.navbar-nav{
    width:100%;
    float:none;
    }
    
.nav-section .navbar-default{
    background:none;
    border:none;
    border-radius:0px;
    text-align:center;
    margin-bottom:0px;
    }
    
.nav-section .navbar-nav > li {
    display: inline-block;
    float: none;
    }

.nav-section .navbar-nav > li > a {
    color: #FFF;
    font-size: 15px;
    font-weight: 500;
    padding: 10px 14px;
    text-transform: uppercase;
    }
    
.nav-section .nav > li > a:hover, .nav-section .nav > li > a.current{
    color:#FFF;
    }
    
.nav-section .nav > li > a:hover{
    background:#4c8c20;
    }
    

ul.home-nav > li{
    position:relative;
    }

ul.home-nav > li > ul > li:hover{
    background:#222;
    }

ul.home-nav > li > ul > li:hover .nav-section .navbar-nav > li > a {
    color:#FFF;
    }

ul.home-nav > li > ul {
    background: #4c8c20 none repeat scroll 0 0;
    display: none;
    left: 0;
    position: absolute;
    text-align: left;
    width: 200px;
    z-index: 9;
    }

ul.home-nav > li > ul > li > a {
    color: #fff;
    display: block;
    font-size: 15px;
    padding: 5px 15px;
    }
    
ul.home-nav > li:hover > ul{
    display:block;
    }
    
/*NAVIGATION-SECTION*/

.main-contents{
    padding:40px 0px;
    }
    
.header-img{
    position:relative;
    }
    
.slider-contents {
    color: #fff;
    left: 0;
    padding: 12% 40px;
    position: absolute;
    right: 0;
    text-align: center;
    z-index: 9;
    }

.slider-contents h1{
    color:#FFF;
    font-size:35px;
    }
    
.slider-contents p{
    padding:10px 0px;
    color:#FFF;
    }

.slider-contents a{
    background:#42a2f3;
    margin-top:10px;
    }


ul.publisher-news li a p{
    color:#333333;
    }

ul.publisher-news{
    background:#f9f9f9;
    }

ul.publisher-news li{
    padding:15px;
    border-bottom:1px dashed #c4c4c4;
    }

ul.publisher-news li a p {
    color: #333333;
    font-weight: 500;
    line-height: 1.6;
    text-align: justify;
    }

ul.publisher-news li a p span {
    color: #428415;
    display: block;
    font-weight: 500;
    margin-bottom: 6px;
    text-transform: uppercase;
    }

ul.recent-issues li{
    margin-bottom:20px;
    
    
    }
.journal_1{
height:380px;
max-height:382px;
}
.join-psm{
    text-align:center;
    border:1px solid #DADADA;
    border-radius:3px;
    }

.join-psm{
    display:block;
    padding:5px;
    }
    
.join-psm img{
    display:inline-block;
    }

.categories h2{
    color:#FFFFFF;
    background:#122937;
    padding:5px;
    border-radius:3px 3px 0px 0px;
    }

.categories ul{
    border:1px solid #dadada;
    border-top:none;
    border-radius:0px 0px 3px 3px;
    }
    
.categories ul li {
    border-bottom: 1px solid #dadada;
    padding: 14px 10px 13px 22px;
    position: relative;
    }

.categories ul li:last-child{
    border-bottom:none;
    }

.categories ul li::before {
    content: "\f105";
    font-family: aleoregular;
    left: 10px;
    position: absolute;
    }

.categories ul li a{
    display:block;
    }
    
.recom-journals h2{
    color:#4c8c20;
    }
    
.recom-journals li img{
    width:100%;
    }

.content-box{
    background:#FFF;
    padding:10px;
    min-height:auto;
    }

.content-box p {
    font-weight: 500;
    line-height: 1.6;
	margin-top: 10px;
    text-align: justify;
    }

.main-footer {
    background: #122937 none repeat scroll 0 0;
    margin-top: 80px;
    padding: 0 0 20px;
    }
.main-footer a {
  color: #f3f6f8;
}
.footer-content-box{
    background:#122937;
    padding:5px;
    min-height:auto;
    }

.footer-content-box p {
    font-weight: 500;
    line-height: 1.6;
    margin-top: 10px;
    text-align: justify;
    }

.footer-newsletter {
    background: #4d8c1b none repeat scroll 0 0;
    height: 100px;
    margin-top: -50px;
    padding: 32px;
    margin-bottom:50px;
    }

.footer-newsletter h2{
    color:#FFF;
    font-size:20px;
    }

.footer-newsletter h2 .fa-envelope-o {
    border: 2px solid #fff;
    border-radius: 50px;
    font-size: 17px;
    height: 40px;
    margin-right: 5px;
    padding-top: 9px;
    text-align: center;
    vertical-align: middle;
    width: 40px;
    margin-bottom:5px;
    }

.footer-newsletter input[type="text"] {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 2px solid #fff;
    height: 40px;
    vertical-align: middle;
    color: #FFF;
    padding: 10px;
    }   

.footer-newsletter input[type="submit"]{
    height:40px;
    width:100%;
    background:#2e2e2e;
    border-radius:0px;
    }

ul.footer-social{
    text-align:right;
    }

ul.footer-social li {
    display:inline-block;
    padding:0px 2px;
    }
    
ul.footer-social li a{
    width:30px; height:30px;
    text-align:center;
    color:#ffffff;
    padding-top:5px;
    display:inline-block;
    border:2px solid #FFFFFF;
    font-size:14px;
    }



.footer-nav {
    background: #122937 none repeat scroll 0 0;
    text-align:center;
    }

.footer-nav ul.navbar-nav{
    width:100%;
    float:none;
    }
    
.footer-nav .navbar-default{
    background:none;
    border:none;
    border-radius:0px;
    text-align:center;
    margin-bottom:0px;
    }
    
.footer-nav .navbar-nav > li {
    display: inline-block;
    float: none;
    }

.footer-nav .navbar-nav > li > a {
    color: #FFF;
    font-size: 15px;
    font-weight: 500;
    padding: 10px 14px;
    text-transform: uppercase;
    }
    
.footer-nav .nav > li > a:hover, .nav-section .nav > li > a.current{
    color:#FFF;
    }
    
.footer-nav .nav > li > a:hover{
    background:#4c8c20;
    }
    

ul.footer-nav > li{
    position:relative;
    }

ul.footer-nav > li > ul > li:hover{
    background:#222;
    }

ul.footer-nav > li > ul > li:hover .nav-section .navbar-nav > li > a {
    color:#FFF;
    }

ul.footer-nav > li > ul {
    background: #4c8c20 none repeat scroll 0 0;
    display: none;
    left: 0;
    position: absolute;
    text-align: left;
    width: 200px;
    z-index: 9;
    }

ul.footer-nav > li > ul > li > a {
    color: #fff;
    display: block;
    font-size: 15px;
    padding: 5px 15px;
    }
    
ul.footer-nav > li:hover > ul{
    display:block;
    }


ul.footer-adrs li{
    display:inline-block;
    margin-right:20px;
    text-transform:uppercase;
    font-size:15px;
    color:#FFF;
    font-weight:500;
    }

.footer-copyright{
    text-align:center;
    padding:20px 0px;
    color:#FFF;
    }

.footer-copyright a{
    color:#FFF;
    padding:0px 5px;
    }
.news{
min-height:100px;
}

.middle_container {
    width: 240px;
    height: auto;
    padding-bottom: 15px;
    border: 1px solid #E0DEDE;
    margin-left: 30px;
    margin-top: 30px;
    float: left;
}
.middle_container_1 {
    background-color: #122937;
    height: 120px;
    font-size: 17px;
    color: #FFFFFF;
    line-height: 22px;
    padding: 20px 15px;
}
.middle_container_2 {
    width: 100%;
    height: 30px;
    border-bottom: 1px solid #E0DEDE;
}
.middle_container_2_bg {
    width: 8px;
    height: 100%;
    background-color: #888;
    float: left;
}
.middle_container_22_bg {
    width: 8px;
    height: 100%;
    background-color: #888;
    float: right;
    margin-top: -30px;
}
.middle_container_2_txt {
    font-size: 16px;
    color: #333333;
    padding-left: 10px;
    width: 277px;
    height: 30px;
    line-height: 30px;
}

.middle_container_3 {
    font-size: 16px;
    color: #333333;
    font-style: italic;
    line-height: 27px;
    margin-left: 10px;
    margin-top: 15px;
    height: auto;
}
.hs-brand-logo-item.item {
    display: flex;
    //height:265px !important;
    }
.hs-brand-logo-item.item img {
   /* max-height: 233px !important;
    width: 370px !important;*/
}
:host([direction="up"]), :host([direction="down"]) {
    overflow: hidden;
    overflow-y: hidden;
    white-space: nowrap !important;
}
/*.news{
    height: 357px;
    overflow: hidden;
}*/
.textwidget{
     height: auto;
     overflow: hidden;
}

.post-excerpt{
font-size:17px !important;
}
.grid-layout .lptw-post-grid-link {
    line-height: 1;
}
.entry-title{
	font-size:30px !important;
	font-family: aleobold;
	font-weight: 500;
    margin: 0;
    color: #122937;
    	
}
.page-title{
	font-size:30px !important;
	font-family: aleobold;
	font-weight: 500;
    margin: 0;
    color: #122937;
  
}
.entry-content{
    margin-top: 30px;
}
@media only screen and (min-device-width: 400px){
.post-thumbnail {
    margin: 0;
    line-height: 0.5;
    margin-top: 30px !important;
    text-align: center !important;
    /* height: 200px; */
}
}
@media only screen and (min-device-width: 100px) {
.wp-post-image{
    vertical-align: middle;
    float: inherit;
    /* margin-left: 129px; */
    margin-top: 0px;
     /*height: 260px !important;*/
    /* width: 400px !important;*/
}
}
@media only screen and (min-device-width: 100px){
img[Attributes Style] {
    width: 725px;
    height: 410px;
 }
 }
.middle_left {
    /*width: 1010px;*/
    height: auto;
    min-height: 100px;
    float: left;
    margin-bottom: 60px;
    position: relative;
}
.middle_left_title {
    font-size: 16px;
    color: #333333;
    margin-left: 40px;
    margin-top: 20px;
}
.middle_left_inter {
    font-size: 26px;
    color: #333333;
    font-weight: bold;
    line-height: 34px;
    margin-top: 30px;
    margin-left: 40px;
}
.middle_left_img {
    margin-left: 40px;
    margin-top: 30px;
    margin-bottom: 10px;
}
.middle_left_begin {
    font-size: 16px;
    font-weight: bold;
    color: #333333;
    float: left;
    width: 180px;
    margin-top: 10px;
    margin-left: 40px;
}
.middle_left_aug {
    font-size: 16px;
    color: #333333;
    float: left;
    margin-top: 10px;
}
.middle_left_begin2 {
    font-size: 16px;
    font-weight: bold;
    color: #333333;
    width: 109px;
    margin-top: 30px;
    margin-left: 40px;
}
.middle_left_omi {
    font-size: 16px;
    color: #333333;
    line-height: 20px;
    margin-left: 50px;
    margin-top: 10px;
    /*width: 930px;*/
}
.the_title{
	font-size:30px !important;
	font-family: aleobold;
	font-weight: 500;
    margin: 0;
    color: #122937;
    
}
.content-area{
margin-top:30px;
}
.wpcf7-email{
    width:100%;
    height: 33px;
    border: 1px solid #007ac3;
}
.footer-newsletter input[type="submit"] {
    height: 40px;
    width: 100%;
    background: #187e9d;
    border-radius: 0px;
    color: white !important;
    font-size: 14px;
} 
#email{
width:100% !important;
border: 1px solid #007ac3;
height: 32px;
}
label {
margin-top:20px;
}
#url{
width:100% !important;
border: 1px solid #007ac3;
height: 32px;
}
.search-field{
   
   /* width: 362px !important; */
    position: relative !important;
    height: 37px !important;
}
.eBooksInPress {
    width: 100%; 
    margin: 0 auto;
}
.eBooksInPressBlocks {
    width: 480px;
    /* margin: 0 auto; */
    float: left;
    margin-top: 40px;
}
.eBooksInPressImg { width: 260px; /* float: left; */}
.eBooksInPressContent {/* width: 300px; */
height: auto;
overflow: hidden;
float: left;
padding-left: 10px;
padding-right: 10px;
font-size: 17px;
font-family: aleoregular; 
margin-left:35px; 
}
.eBooksInPressGap {
width: 5px;
float: left;
}
ul#portfolio li img {
padding: 4px;
border: 1px solid #ccc;
}
.eBooksInPressImgSize {
width: 150px;
height: 185px;
}
.eBooksInPressImgSize1{width: 220px;height: 230px;}
.homepageHeadings1 {
font-family: aleoregular;
text-decoration: none;
font-size: 30px;
font-weight: bold;
color: #87390f;
line-height: 50px;
padding-left: 20px;
padding-bottom: 10px;
/* padding-top: 0px; */
}
.publishedBlocks {
margin: 0 auto;
}
.mainBody {
margin: 0 auto;
min-height: 100%;
height: auto !important;
height: 100%;
overflow: hidden !important;
}
ul, li {
    /*list-style: inherit !important;
    margin-left:20px !important;*/
}
.middle_right {
    width:px;
    height: auto;
    min-height: px;
   /* float: right;
    padding-bottom: 60px;*/
}
.middle_right_title_link2 {
    width: 100%;
    min-height: 43px;
    border: 1px solid #D8D8D8;
    margin-top: 0px;
    margin-left: 0px;  
    border-left: 4px solid #E2DCDC;
}
.title_link {
   /* float: left;
    font-family: aleoregular;
    font-size: 18px;*/
    margin-left: 10px;
    min-height: 20px;
    line-height: 20px;
    padding-top: 11px;
    padding-bottom: 11px;
    width:px;
}
.middle_part2 {
    float: left;
    margin-left: 0px;
    /* width: 500px; */
height: auto;
min-height: 100px;
margin-top: 25px;
    
}

.lat {
/* width: 500px; */
height: auto;
min-height: 100px;
padding-bottom: 5px;
margin-bottom: 10px;
border: 1px solid #cccccc;display: inline-block;width: 100%;}
.lat_tit {
width:px;
height: 1.6;
background-color: ;
}
.lat_tit1 {
width: auto;
padding-left: 15px;
font-size: 17px;
padding-right: 15px;
color: #FFFFFF;
height: 1.6;
margin-left: 2px;
margin-top: 2px;
float: left;
line-height: 1.6;
border-bottom: 2px solid black;
margin: 0px 5px 0px 11px;
font-size: 24px;
}
.imp_img {
    /*margin-left: 20px;
    width: 10px;
    margin-top: 25px;*/
    float: left;
    height: 10px;
    margin-left: 10px;
    margin-left: 13px;
    margin-top: 29px;
}
.imp {
    /*float: left;
    width: 440px;*/
    margin-left: 10px;
    margin-top: 27px;
    height: auto;
   
}
.imp_1 {
    font-size: 17px;
    color: #333333;
    font-weight: 500;
    line-height: 20px;
    margin-left:20px;
}
.imp_2 {
    font-size: 17px;
    color: #333333;
    margin-left:20px;
}
.imp_3 {
    font-size: 17px;
    color: #666666;
    margin-left:20px;
}
.imp_4 {
    font-size: 17px;
    color: #666666;
    margin-left:20px;
    margin-right:16px;
}
.name{
width:100px !important;
}
.thumbnails {
    margin-left: -20px;
    list-style: none;
}
ul, ol {
    padding: 0;
    margin: 0 0 10px 25px;
}
.projects li[class*="span"] {
    border-bottom: 4px solid #3d8abb;
    padding-bottom: 1em;
}
.thumbnails li {
    float:;
    margin-bottom: 20px;
    margin-left: 24px;
    width:46% !important;
}
[class*="span"] {
     float: ; 
     min-height: 1px; 
    /* margin-left: 20px; */
}
@media (min-width:360px) and  (max-width: 640px){ 
.journal_1 {
height: 355px !important;
max-height: 360px !important;
margin-left: 3px !important;
}
}
@media (min-width:640px) and  (max-width:723px){
.journal_1 {
height: 355px !important;
max-height: 360px !important;
}
}
@media (min-width:321px) and  (max-width:359px){
.journal_1 {
height: 344px !important;
max-height: 400px !important;
}
}
@media (min-width:723px) and  (max-width:843px){
.journal_1 {
height: 334px !important;
max-height: 340px !important;
}
}
@media (min-width: 768px) and  (max-width: 1024px){
/*.thumbnails li {
    float: left;
    margin-bottom: 20px;
    margin-left: 65px;
    width: 37% !important;
}*/
.journal_1{
height: 334px !important;
max-height: 340px !important;
}
}
.img-polaroid{
margin-bottom:13px;
}
.journal_heading{
font-size:30px;
}
.title_journal{
font-size:30px;
}

.other_jouranl{
margin-top:10px;
border:2px solid #474747;
font-size:16px;
padding-left:5px;
}
.journal_box{
margin-left:6px;
}
.journal_1{min-height: 300px;height: auto;}
.open_access{
margin-top:10px;
}
.span2{
border-bottom:4px solid #3d8abb;
margin:0px 9px 9px 2px;
}
.released-issue{
border: 3px solid #474747;
padding-left: 6px;
}
.button-pre_nex{
float: right !important;
margin-bottom: -76px !important;
margin-top: -302px !important;
margin-right: 105px !important;
font-size: 20px !important;
color: black !important;
}
.one-staff {
float: left;
width: 100%;
display: inline-block;
}
.one-staff img {
height: 238px;
max-width: none;
transition-duration: 0.4s;
width: 86%;
}
.one-staff .content {
position: relative;
border-bottom: 1px solid #d6d6d6;
float: left;
width: 100%;
}
.one-staff .social {
float: left;
margin-bottom: 0px;
}
.one-staff .info span.email {
padding-top: 5px;
}
.one-staff .info span {
float: left;
width: 100%;
font-size: 15px;
}
.one-staff .social {
width: 100%;
border-top: 1px solid #d6d6d6;
height: 30px;
}
.one-staff h5 {
font-weight: 500;
color: #555555;
width: 100%;
margin-top: 15px;
margin-bottom: 0px;
padding-bottom: 0px;
float: left;
font-size: 16px;
}
.text_box{
 margin-top:15px !important;
 margin-left: 10px !important;
}
.btn_sub{
    padding: 5px 28px 3px 28px !important;
    margin: 0px 0px 0px 18px !important;
}
.email_field{
    width: 100% !important;
    height: 36px !important;
    border: 1px solid #007ac3 !important;
}