/**
 * Copyright (c) 2013-2017 OpenJournalSystems.com 
 */


 {
	box-sizing: border-box;
}
ul {
       padding: 0 0 0 .5em;
}
body {
	background-color: #fff;
	color: #595959;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 16px;
	letter-spacing: 0.04em;
}

a:link {
	/*color: #316480;*/
	color: #0020C2;
}

a:active {
	color: #595959;
}

a:visited {
	color: #316480;
}

a:hover {
        color: #000;
	background: #E8E8E8;
}

label.error {
	color: #900;
}

input {
	border: 1px solid #006699;
}

input.textField, select.selectMenu, textarea.textArea, input.uploadField {
	background-color: #ffffff;
	color: #333333;
	border: 1px solid #C7C6C6;
}

input.button {
	background-color: #EEEEFF;
}

input.defaultButton {
	background-color: #1F526C;
	color: #eee;
}

#header {
	background-color: #1B5083;
	border-bottom: 6px solid #dddddd;

}

#header h1 {
	padding: 0.7em 0.1em;
	font-family: Arial Narrow, Helvetica Nueue, Helvetica, sans-serif;
	font-weight: bold;
	/*text-transform:  uppercase;*/
	/*color: #ffffff;*/
	color: #000000;
	letter-spacing: 2px;
	float: left;
}


#footerContent {
	color:  #ffffff;
}

#main h2 {
	font-family: Helvetica Neue,Helvetica,sans-serif;
	/*text-transform: uppercase;*/
}

#main h3 {
	font-family: Helvetica Neue,Helvetica,sans-serif;
	/*text-transform: uppercase;*/
}
#navbar {
	border-bottom: 5px solid #006699;
}
#breadcrumb {
	color: #666666;
}
/*Added by LIxh*/
#content h2 {
        font-family: Arial, Helvetica Neue,Helvetica,sans-serif;
        /*font-weight: bold;*/
        /*color: #40687D;*/
	color: #183475;
        /*font-weight: bold;*/
        border-top: 4px solid #E7E7E7;
}
/*END Added*/
#content h3 {
	font-family: Helvetica Neue,Helvetica,sans-serif;
	font-weight: bold;
	color: #40687D;
	font-weight: bold;
        border-bottom: 4px solid #E7E7E7;
}

#content h4 {
	font-family: Helvetica Neue,Helvetica,sans-serif;
	font-weight: bold;
        color: #40687D;
        font-size: 15px;
border-bottom: 4px solid #E7E7E7;
}


#content h5 {
    font-family: Helvetica,Arial,sans-serif;
    color: #555;
    font-weight: normal;
    font-size: 14px;
    text-align: center;
}



#content h6 {
    font-family: Helvetica,Arial,sans-serif;
    color: #40687D;
    font-weight: bold;
    text-decoration: none;
    font-size: 13px;
    text-align: left;
}
        
#content h8 {
    font-family: Arial Narrow,Helvetica Nueue,Helvetica,sans-serif;
    color: #40687D;
    font-weight: normal;
    font-size: 14px;
    text-align: center;
}

#leftSidebar div.block {
	padding: 0;
	/*border-top: 5px solid #006699;*/
	border-bottom: 1px solid #EDEDED;
	margin-bottom: 7px;
	color: #999999;
}
#rightSidebar div.block {
	padding: 0 0 0.5em 0;
	/*border-top: 5px solid #006699;*/
	border-bottom: 1px solid #EDEDED;
	margin-bottom: 5px;
	color: #595959;
	overflow: hidden;
}
#leftSidebar div.block .blockTitle {
	padding: 0.5em 0;
	font-weight: bold;
	color: #595959;
	cursor: pointer;
	display: block;
}
#leftSidebar div.block .blockTitle::before {
    background-image: url("../images/sidebar-arrow.png");
    background-repeat: no-repeat;
	background-position: 0 0;
    content: "";
    display: block;
    float: right;
    height: 13px;
    margin-top: 3px;
    width: 12px;
}
#leftSidebar div.block.open .blockTitle::before {
	background-position: 0 -12px;
	margin-top: 0;
}
#rightSidebar div.block span.blockTitle {
	padding: 0;
	font-weight: bold;
	color: #595959;
}
#leftSidebar div.block ul li a {
    background-image: url("../images/bullet.fw_.png");
    background-position: 4px center;
    background-repeat: no-repeat;
    color: #b5452e;
    display: inline-block;
    font-size: 1em;
    padding: 5px 15px;
    text-decoration: none;
}
#leftSidebar div.block ul li a:hover {
    color: #000;
	background-color: #E8E8E8;
}

#leftSidebar div.block span.blockSubtitle {
	font-weight: bold;
        
}

#rightSidebar div.block span.blockSubtitle {
	font-weight: bold;
}

pre {
	background-color: #EEEEFF;
}

div.separator {
	border-bottom: 1px solid #EDEDED;
}
/*---------------NEW ADDED-----------------*/

li {
    list-style: outside none none;
}
/*-----------------------------------------------------*/
#main{box-sizing:border-box ;}

.html_background {
    background-color: #cbe0f1;
    height: 260px;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}
.outer_container {
	width: 1344px;
	margin: 0 auto;
	position: relative;
	z-index: 2;
}
#navbar {
    border-bottom: 0 none;
    float: left;
    margin: 0 auto;
    max-width: 1344px;
    padding: 0;
    text-align: right;
	clear: both;
}
#navbar .menu > li {
    padding: 0;
	float: left;
	margin: 0 3px;
	width: auto;
	position: relative;
}
#navbar .menu > li:last-child {
	margin-right: 0;
}
#navbar li a {
	background-color: #2D6192;
	border-radius: 5px 5px 0 0;
        color: #fff;
	padding: 8px 12px;
	display: block;
	text-align: center;
	text-transform: uppercase;
	font-size: 14px;
        font-family: Lucida Sans Unicode,Lucida Grande,sans-serif;
}
#navbar li:hover a {
	background-color: #e8f2fb;
	color: #222222;
}

.menu li ul {
    left: -1px;
    padding: 5px 0;
    position: absolute;
    top: 26px;
	background: #E8F2F9;	
	border-bottom: 2px solid #c2bebe;
    border-left: 2px solid #c2bebe;
    border-right: 2px solid #c2bebe;
    z-index: 1;
	display: none;
}
#navbar .menu > li:hover ul {
	display: block;
}
.menu li ul li {
    border-radius: 0;
    display: block;
}

#navbar .menu li ul li a {
	background-image: url("../images/bullet.fw_.png");
    background-position: 4px center;
    background-repeat: no-repeat;
    background-color: rgba(0, 0, 0, 0);
    border-radius: 0;
    color: #2A5170;
    display: block;
    padding: 2px 20px;
    font-size: 10px;
}
#navbar li.navIssue > a::after {
    border-left: 2px solid transparent;
    border-right: 3px solid transparent;
    border-top: 3px solid #fff;
    content: "";
    display: inline-block;
    position: absolute;
    right: 8px;
    top: 18px;
}
#navbar li.navIssue a {
    padding-right: 22px;
    position: relative;
}
#navbar li.navIssue:hover > a::after {
    border-top: 3px solid #2A5170;
}

/*--------------------------------------*/

.topbar_menu {
    float: right;
    overflow: visible;
	margin: 0;
}
.topbar_item {
    float: left;
	position: relative;
}
.topbar_item > a,
.topbar_item > p{
    border-left: 1px solid #1c4a7e;
    color: #fff;
    display: block;
    font-size: 14px;
    padding: 16px 15px;
    text-decoration: none;
	margin: 0; 
}
/*.topbar_item > a:hover,
.topbar_item > p:hover{
  background: #56AEE3;
  color: #ffffff;
}*/
.topbar_submenu {
    background-color: #006699;
    display: none;
    position: absolute;
    width: 100%;
	padding: 0;
	margin: 0;
}
.topbar_submenu li a,
.topbar_submenu li p{
	color: #FFFFFF;
	padding: 5px 8px;
	text-align: left;
	border-bottom: 1px solid #79aecd;
	display: block;
	font-size: 12px;
	text-decoration: none;
	text-transform: capitalize;
}
.topbar_item:hover .topbar_submenu {
    display: block;
}
.header_portion {
    /*background-color: #2a5170;*/
    background-color:#7bc9e7;
    clear: both;
    display: inline-block;
    overflow: visible;
    padding: 0;
    width: 100%;
}
.header_portion > .headerSearchForm {
    float: right;
    margin: 35px 15px 0 0;
}
.header_portion > .headerSearchForm a.advance_search {
    clear: both;
    color: #ffffff;
    display: block;
    float: right;
    font-size: 12px;
    margin-right: 4px;
    margin-top: 4px;
    text-decoration: none;
    font-family: Lucida Sans Unicode,Lucida Grande,sans-serif;
}
.headerSearchForm .textField {
    border-radius: 5px;
    height: 30px;
    padding: 5px 10px;
    width: 160px;
	float: left;
    border:0px;
}
.headerSearchForm .textField:focus{box-shadow: none;}
.headerSearchForm .headerSearchButton {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e68b22+0,e27b05+100 */
	background: #e68b22; /* Old browsers */
	background: -moz-linear-gradient(top,  #e68b22 0%, #e27b05 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e68b22), color-stop(100%,#e27b05)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #e68b22 0%,#e27b05 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #e68b22 0%,#e27b05 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #e68b22 0%,#e27b05 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #e68b22 0%,#e27b05 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e68b22', endColorstr='#e27b05',GradientType=0 ); /* IE6-9 */
	
    border: 0 none;
    border-radius: 5px;
    color: #ffffff;
    font-size: 16px;
    margin-left: 5px;
    cursor: pointer;
    padding: 11px 12px;
}
.headerSearchForm .headerSearchButton:hover {
	opacity: 0.8;
}
#breadcrumb {
    background-color: #f6f6f6;
    border-bottom: 3px solid #DDD;
    color: #666666;
    float: none;
    margin: 0 auto 2px;
    max-width: 1344px;
    overflow: hidden;
    padding: 0;
    width: 100%;
}

.topSocial {float: left;}
.topSocial ul{list-style: none; padding: 0px; margin: 0px;}
.topSocial li{display: inline-block;}
.topSocial li a{color: #fff; display: inline-block; padding: 14px 0px; text-align: center;  width: 40px; font-size: 20px; transition:all 0.5s; -webkit-transition:all 0.5s;}
.topSocial li a.fa-facebook:hover{background: #507CBE; color: #fff}
.topSocial li a.fa-twitter:hover{background: #63CDF1; color: #fff}
.topSocial li a.fa-google-plus:hover{background: #F16261; color: #fff}
.topSocial li a.fa-linkedin:hover{background: #90CADD; color: #fff}

@media only screen and (max-width:1400px) {
	#container {
		padding:  0 40px;
	}
}
#breadcrumb .bread_left a {
    color: #6B6F72;	
    text-decoration: none;
    font-family: Helvetica Neue,Helvetica,sans-serif;
    font-size: 10pt;
}
.bread_left {
    float: left;
    margin: 0px 10px;
    line-height: 37px;
}
.social_links {
    float: right;
    overflow: hidden;
    padding: 0;
	margin: 0;
}
.social_links li {
    float: left;
    margin-left: 1px;
}
.social_links li a {
    border-bottom: 1px solid #dddddd;
    border-left: 1px solid #dddddd;
    color: #ffffff;
    display: block;
    font-family: "Source Sans Pro","helvetica neue","helvetica","Arial","sans-serif";
    font-size: .8rem;
    font-weight: 600;
    padding: 0.625rem;
}
.social_links a i {
    padding-right: 0.625rem;
}
.social_links li.social_twitter a {
	background-color: rgba(0, 171, 240, 0.65);
    color: #ffffff;
}
.social_links li.social_facebook a {
	background-color: rgba(70, 98, 158, 0.65);
    color: #ffffff;
}
.social_links li.social_rss a {
	background-color: rgba(238, 147, 19, 0.65);
    color: #ffffff;
}
.social_links li.social_twitter:hover a {
	background-color: #00abf0;
    color: #ffffff;
}
.social_links li.social_facebook:hover a {
	background-color: #46629e;
    color: #ffffff;
}
.social_links li.social_rss:hover a {
	background-color: #ee9313;
    color: #ffffff;
}
.social_links li.social_blog a {
	background-color: #8093bb;
	color: #ffffff;
}
.social_links li.social_blog:hover a {
	background-color: #46629e;
        color: #ffffff;
}
#container > div#body {
        margin: 0 auto;
        max-width: 1344px;
	background: #FFFFFF;
	display: inline-block;
        box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.3);
}
.slider_container {
    background: #f6f6f6 none repeat scroll 0 0;
    border-bottom: 5px solid #ddd;
    display: table-cell;
    padding: 0 0 0 5px;
    vertical-align: top;
    width: 67%;
}
.slider_left_box > h3 {
    background: #226ba0 none repeat scroll 0 0;
    color: #fff;
    margin: 0;
    padding: 7px;
    text-align: center;
}
.slider_left_box > p {
    border: medium none;
    margin: 0;
    padding: 7px;
}
.flexslider {
    overflow: hidden;
    position: relative;
}
.slider_container .slides {
    margin: 0;
    overflow: hidden;
    padding: 0;
}
.slider_container .slides li > a {
	display: block;
}

.slider_left_box .blockContent {
    padding: 0 10px;
    font-size: 12px;
}
.slider_left_box p {
    margin: 10px 0;
    
}
.flex-caption {
    background-color: #1c3e77;
    bottom: 0;
    height: auto;
    overflow: hidden;
    padding: 10px;
    position: absolute;
    width: 100%;
}
.caption_title_line {
    color: #ffffff;
    overflow: hidden;
}
.flex-control-nav {
    bottom: 3em;
    left: 0;
    margin: 0 auto;
    padding: 0;
    position: absolute;
    right: 0;
    width: 75px;
	z-index: 9;
}
.flex-control-nav > li {
    color: #ffffff;
    float: left;
    margin: 10px 5px;
}
.flex-control-nav li a {
    border: 1px solid;
    border-radius: 50px;
    display: block;
    font-size: 0;
    height: 10px;
    width: 10px;
	cursor: pointer;
}
.flex-control-nav li a.flex-active {
	background-color: #FFFFFF;
}
.flex-direction-nav {
    bottom: 0;
    height: 35px;
    padding: 0;
    position: absolute;
    top: 0;
    width: 100%;
	margin: auto;
	z-index: 9;
}
.flex-direction-nav > li a {
    background-image: url("../images/slider-arrow.png");
    background-repeat: no-repeat;
    color: #ffffff;
    display: block;
    height: 62px;
    margin: 0 15px;
    overflow: hidden;
    text-indent: -99px;
    width: 60px;
}
.flex-direction-nav > li a.flex-prev {
    float: left;
}
.flex-direction-nav > li a.flex-next {
    float: right;
	background-position: -59px 0;
}
.caption_title_line > p {
    font-size: 14px;
	margin: 0;
	color: #FFFFFF;
	display: inline-block;
	letter-spacing: 0.08em;
}
.caption_title_line > a {
    color: #FFFFFF;
    display: inline-block;
    font-size: 14px;
    margin: 0 5px;
    text-decoration: none;
	font-weight: 600;
}
.caption_title_line > a:hover {
        color: #000;
	background: #BFCFFF;
}

#sidebar div.block {
	font-size: 11px;
	line-height: normal;
        font-family: HelveticaNeue,"Helvetica Neue",Helvetica,Arial,Geneva,Tahoma,sans-serif;
}
#leftSidebar {
	margin-left: 0;
	width: 16%;
	padding-top: 0;
}
#rightSidebar {
	width: 16%;
	margin-right: 0;
	padding-top: 0;
}

#content > div#v-nav {
    overflow: hidden;
    font-family: HelveticaNeue,"Helvetica Neue",Helvetica,Arial,Geneva,Tahoma,sans-serif;
    font-size: 15px;
    line-height: 18px;
}
#v-nav > ul {
    margin: 0;
    overflow: hidden;
    padding: 0;
}
#v-nav > ul li {
	margin-right: 5px;
	float: left;
	cursor: pointer;
}
#v-nav li span {
    background-color: #d7d7d7;
    color: #333333;
    display: block;
    font-size: 24px;
    line-height: normal;
    padding: 15px 30px;
}
#v-nav li.current span {
	background-color: #9b9891;
	color: #FFFFFF;
}
#v-nav .tab-content {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border-width: 0;
    display: block;
    padding: 10px 0;
	color: #222222;
}
#v-nav .article_viewed {
	margin: 25px 0;
}
#v-nav .article_viewed .articleDate {
	clear: left;
    float: left;
    line-height: 19px;
    text-transform: uppercase;
    width: 120px;
}
#v-nav .article_viewed .articleDetails {
	margin: 0 0 20px 120px;
}
#v-nav .tab-content a.action {
    font-family: HelveticaNeue,"Helvetica Neue",Helvetica,Arial,Geneva,Tahoma,sans-serif;
    color: #2A5170;
    font-size: 15px;
    font-weight: bold;
    text-decoration: none;
    text-transform: inherit;
}
#v-nav .tab-content a.action:hover {
	text-decoration: underline;
}
#main {
	width: 64%;
}
.listing a.action {
    color: #595959;
    font-weight: bold;
    text-decoration: none;
}
table.listing tr.heading td {
    font-size: 1em;
    background: #E8E8E8;
}
.journal_page_submission > p {
    font-size: 14px;
}
.jp_sub {
    background: #f5f5f5 none repeat scroll 0 0;
    border: 1px solid #e2e2e2;
    float: left;
    margin-right: 0;
    padding: 20px;
    width: 48%;
}
.jp_sub > p {
    font-size: 14px;
    margin: 0;
}
.jp_sub > a {
    background-color: #5bb85d;
	border: 1px solid #679c64;
    border-radius: 5px;
    color: #ffffff;
    display: block;
    font-size: 14px;
    margin: 10px 0 0;
    padding: 10px;
    text-align: center;
    text-decoration: none;
}
.journal_page_register.jp_sub > a {
    background-color: #5bc0de;
	border: 1px solid #63abc4;
}
.journal_page_login.jp_sub {
    margin-right: 14px;
}

.journal_page_custom_block {
    display: inline-block;
}
.custom_list {
    overflow: hidden;
    padding: 0;
}
.custom_list > li {
    border-left: 1px solid #dddddd;
    float: left;
    margin-right: -1px;
    padding: 10px 15px;
    text-align: center;
}
.custom_list p {
    color: #b42916;
    text-transform: uppercase;
}
#content {
	border: 0 none;
	padding-top: 0;
}
#content .journal_page_custom_block h5 {
    border-bottom: 1px solid #dddddd;
    margin-bottom: 10px;
    padding-bottom: 5px;
}
#sidebar #rightSidebar span.blockTitle, .toc_home, #sidebar #sidebarUserTop span.blockTitle  {
    background: #2A5170 none repeat scroll 0 0;
    color: #ffffff;
    display: block;
    margin-bottom: 10px;
    padding: 8px 5px !important;
	position: relative;
	font-size: 1.2em;
}
.toc_issue {
    background: #2A5170 none repeat scroll 0 0;
    color: #ffffff;
    display: block;
    margin-bottom: 10px;
    padding: 8px 5px !important;
	position: relative;
	font-size: 1.2em;
}
#sidebar div.lr-block span.blockTitle::before {
	background: 0 none;
}
#sidebar div.lr-block span.blockTitle::before,
.toc_home::before {
    border-bottom: 11px solid rgba(0, 0, 0, 0);
    border-left: 10px solid #2a5170;
    border-top: 11px solid #2a5170;
    bottom: -12px;
    content: "";
    display: inline-block;
    position: absolute;
    right: 0;
    width: 1px;
}
.toc_issue::before {
    border-bottom: 10px solid rgba(0, 0, 0, 0);
    border-left: 11px solid #2A5170;
    bottom: -10px;
    content: "";
    display: inline-block;
    position: absolute;
    right: -11px;
    width: 10px;
}
#sidebar #leftSidebar div.lr-block span.blockTitle::before {
    border-bottom: 0 none;
    border-left: 11px solid rgba(0, 0, 0, 0);
    border-top: 10px solid #2a5170;
    bottom: -23px;
    left: 0;
    right: auto;
    width: 0;
}
ul.menu li.toc_home {
    box-shadow: 0 0 4px #c0c0c0;
	padding: 8px !important;
}
ul.menu li.toc_issue {
    box-shadow: 0 0 4px #c0c0c0;
	padding: 8px !important;
}
.toc_home a,
.toc_issue a{
	color: #FFFFFF !important;
}
.issue_image_section ul.menu {
    overflow: visible;
    position: absolute;
    right: 9px;
    top: 15px;
    z-index: 99;
}
.issue_image ul.menu {
    overflow: visible;
    position: absolute;
    right: 487px;
    top: 73px;
    z-index: 99;
}
.issue_content_section {
    float: left;
    width: 100%;
}
.issue_image_section {
    float: left;
    text-align: center;
    width: 100%;
	position: relative;
    display: inline-block;
    padding: 10px 0px;
}
.issue_image_section > div#issueCoverImage {
    display: inline-block;
    position: relative;
    text-align: left;
    width: 200px;
    float: left;
    padding-right: 20px;
}
.issue_section > div {
    float: left;
}
.issue_section {
    width: 100%;
}
.journal_page_current_issue #issueCoverDescription,
.issue_section > #issueCoverDescription {
    margin-left: 210px;
    float: none;

}
#issueCoverImage img {
    height: auto;
    margin: 0 auto;
    width: 20em;
}
#issueCoverImage > a {
    border-left: 0px solid #dddddd;
    display: inline-block;
    padding: 0 0px;
}
#issueCoverImage > a:hover{background: transparent;}
.current_article_home {
    margin: 0;
    padding: 0;
}
#content .current_article_home li h4 {
    
    background-position: left 3px;
    background-repeat: no-repeat;
        padding-bottom: 12px;
    padding-left: 40px;
    padding-top: 5px;
    margin: 0;
    color: #2A5170;
    cursor: pointer;
}
#content .current_article_home li.open h4 {
	background-position: left -30px;
}
.current_article_home li table.tocArticle {
    /*padding-left: 40px;*/
}
.current_article_home li table.tocArticle {
    border-bottom: 1px solid #EDEDED;
    /*border-top: 1px solid #aaaaaa;*/
    margin-bottom: 12px;
    margin-top: 0px;
    /*padding-left: 50px;*/
}
.current_article_home .tocTitle > a {
    color: #B5452E;
    display: block;
    font-size: .9em;
    font-weight: bold;
    padding-bottom: 5px;
    text-decoration: none;
}
.current_article_home .file:hover {
	color: #000000;
}
.journal_page_current_issue {
    margin: 10px 0;
    overflow: hidden;
}
#content h3.main_heading {
    background-color: #e8e8e8;
    clear: both;
    color: #444444;
    display: inline-block;
    font-size: 1.2em;
    min-width: 50%;
    overflow: visible;
    padding: 9px;
	position: relative;
}
#content h3.main_heading::after {
    border-bottom: 21px solid rgba(0, 0, 0, 0);
    border-left: 30px solid #e8e8e8;
    border-top: 21px solid rgba(0, 0, 0, 0);
    content: "";
    display: block;
    position: absolute;
    right: -30px;
    top: -1px;
}
/*----------------------------------------Footer*/


.site-footer {
    background-color: #1B5083;
    border-top: 5px solid #DDD;
    color: #ffffff;
    margin: 10px 0 0;
    overflow: hidden;
}
.site-footer-inner {
    padding: 0 10em;
}
.footer-block {
    border-bottom: 1px solid #424242;
    margin: 20px 0;
    overflow: hidden;
}
.footer-element {
	overflow: hidden;
	padding-bottom: 10px;
}
.footer-element.half-element {
    float: left;
    overflow: hidden;
    padding: 0 20px;
    width: 50%;
}
.footer-element.half-element:first-child {
    border-right: 2px solid #424242;
    margin-bottom: 20px;
	padding-left: 0;
}
.footer-element h3.footer-element-title {
    font-size: 1em;
    font-weight: normal;
    margin: 0;
}
.footer-element-title > span {
    display: block;
    font-size: 0.5em;
    font-weight: normal;
	color: #d3d1d2;
}
.newsletter-form {
	margin: 5px 0;
}
.newsletter-form .form-group {
    float: left;
	margin-right: 10px;
    min-width: 20em;
}
.newsletter-form input[type="text"] {
    border: 0 none;
    border-radius: 5px;
    height: 32px;
    padding: 5px 10px;
    width: 100%;
}
.newsletter-form .btn {
    background-color: #2A5170;
    border: 0 none;
    border-radius: 5px;
    color: #ffffff;
    cursor: pointer;
    font-weight: bold;
    height: 30px;
    margin-top: 1px;
}
.footer-element > a {
    color: #d3d1d2;
    font-size: 0.9em;
    margin: 0 5px;
    text-decoration: none;
}

.footer-element > a:hover {
        color: #000;
	background: #E8E8E8;
}
.footer-element > a:nth-child(2) {
    margin-left: 0;
}
.footer-social {
	padding: 0;
	overflow: hidden;
}
.footer-social > li:first-child {
	margin-left: 0;
}
.footer-social > li {
    color: #ffffff;
    float: left;
    margin: 5px 10px;
}
.footer-social > li a {
	color: #FFFFFF;
}
.footer-element.half-element > p {
    font-size: 0.8em;
	color: #d3d1d2;
}
.footer-contact-details > span {
    color: #f4a145;
    display: inline-block;
    font-size: 0.8em;
    line-height: 66px;
}
.footer-contact-details {
    margin-top: 15px;
}
.footer-contact-details > img {
    float: left;
}
.copyright-element {
	position: relative;
}
.copyright-element img {
    position: absolute;
    right: 0;
    top: 0;
}
/*--------------------------Sidebar*/
.sidebarUserTop {
    overflow: hidden;
    padding: 5px 2px 5px 5px;
}
.sidebarUserTop > img {
    border: 1px solid #999;
    border-radius: 20%;
    float: left;
	width: 30px;
}
.sidebarUserTop > span {
    display: inline-block;
    line-height: 15px;
    margin: 7px 5px;
    font-size: 11px;
    color: #2A5170;
    background-color: #E8E8E8;
}
/*---------------------------------------About page*/

.about_page {
    /*background-color: #f1f1f1;*/
    padding: 15px;
	overflow: hidden;
}
.about_page .inner_boxes {
    float: left;
    width: 50%;
}
#content .inner_boxes h3 {
    border-bottom: 4px solid #E7E7E7;
    color: #40687D;
    display: inline-block;
    font-size: 1.2em;
    margin: 0;
    padding: 0 0 5px;
    text-transform: uppercase;
    width: 65%;
}
.about_page .inner_boxes ul li {
    list-style: outside none square;
}
.about_page .inner_boxes ul li a {
    color: #666666;
    display: block;
    font-size: 1.2em;
    padding: 5px 0;
    text-decoration: none;
}
.issue_table > table {
    width: 100%;
	border: 1px solid #69a3d3;
}
.issue_table tr td {
    background-color: #eaeef7;
    border-bottom: 1px solid #69a3d3;
    border-right: 1px solid #69a3d3;
    color: #000000;
    font-size: 1.2em;
    padding: 5px;
}
.issue_table tr:nth-child(2n+2) td {
	background-color: #d2ddef;
}
.issue_table tr td:last-child {
    border-right: 0 none;
}
.issue_table tr:last-child td {
    border-bottom: 0 none #69a3d3;
}
.bottom_slider .bx-wrapper {
	margin: 0 auto;
	max-width: 1344px !important;
	overflow: hidden;
	padding: 0 50px;
}
.bottom_slider .bx-wrapper .bx-viewport {
    border: 0 none !important;
    height: 80px !important;
	left: 0;
}
.bottom_slider .bxslider {
    margin: 5px 0;
    overflow: hidden;
}
.bottom_slider .bx-wrapper .bx-controls-direction a {
	background-image: url("../images/bottom-slider-arrow.png");
	background-position: 0 0;
	background-repeat: no-repeat;
	display: block;
    height: 28px;
    left: 1em;
    margin-top: -10px;
    width: 20px;
}
.bottom_slider .bx-wrapper .bx-controls-direction a.next-arrow {
	background-position: -26px 0;
	right: 1em;
	left: auto;
}
.bottom_slider .bxslider > li {
    border-radius: 2px;
    box-shadow: 0 0 5px #8d8d8d;
    margin: 10px 5px 5px 5px;
    padding: 5px;
}
.current_issue_page {
    margin-bottom: 20px;
}
#content .current_issue_page > h3 {
    border-bottom: 1px solid #d5dae0;
    color: #ab230d;
    font-size: 1.2em;
    margin-bottom: 10px;
    padding-bottom: 5px;
}
.curent_expand_collapse {
    background-color: #E8E8E8;
    overflow: hidden;
    padding: 6px;
    cursor: pointer;
}
.curent_expand_collapse li {
    border-left: 1px solid #7d9198;
    color: #7d9198;
    float: left;
    font-size: 1.2em;
    padding: 0 15px;
}
.curent_expand_collapse li.active {
	font-weight: bold;
}
.curent_expand_collapse li:first-child {
	padding-left: 0;
	border: 0 none;
}
.popular_cited {
    background-color: #fff;
    overflow: hidden;
    padding: 0;
	margin:0;
}
.popular_cited li {
    background-color: #ededed;
    border: 1px solid #ededed;
    color: #000;
    display: block;
    float: left;
    margin-right: -1px;
    min-height: 33px;
    overflow: hidden;
    padding: 8px 12px;
	margin-bottom:-1px;
	cursor: pointer;
}
.popular_cited li.current {
    background-color: #fff;
    border-top: 3px solid #006699;
}
#v-nav1 .tab-content {
    border-left: 1px solid #EDEDED;
    padding: 5px 8px;
}
.topbar_olditems label {
    display: block;
}
#navbar li.navIssue ul.navIssue_item > li > a:hover {
    color: #ee9313;
}
.popular_most {
    margin-bottom: 10px;
    overflow: hidden;
    padding: 0px 0;
    border-bottom: 1px solid #EDEDED;
}
.popular_most > h3 {
    color: #43a1ba;
    font-size: 12px;
    margin: 0;
    text-transform: uppercase;
}
.popular_most > h4 {
    margin: 0;
}
.popular_most a {
    color: #1e3964;
    display: block;
    margin: 2px 0;
    text-decoration: none;
}
.popular_most > p {
    color: #56524f;
    font-weight: bold;
    line-height: 20px;
    margin: 0;
}
.popularArticle_social {
    overflow: hidden;
}
.popularArticle_social > label {
    display: inline-block;
}
.popular_block_social {
    display: inline-block;
    padding: 0;
}
.popular_block_social > li {
    display: inline-block;
    margin: 0 5px;
}
.slider_box_area .slider_left_box {
    display: table-cell;
    vertical-align: top;
	background: #ffffff; 
	background: -moz-linear-gradient(top,  #ffffff 0%, #d4e4ef 67%, #d4e4ef 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(67%,#d4e4ef), color-stop(100%,#d4e4ef)); 
	background: -webkit-linear-gradient(top,  #ffffff 0%,#d4e4ef 67%,#d4e4ef 100%); 
	background: -o-linear-gradient(top,  #ffffff 0%,#d4e4ef 67%,#d4e4ef 100%); 
	background: -ms-linear-gradient(top,  #ffffff 0%,#d4e4ef 67%,#d4e4ef 100%); 
	background: linear-gradient(to bottom,  #ffffff 0%,#d4e4ef 67%,#d4e4ef 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d4e4ef',GradientType=0 ); 
}
.slider_box_area {
    display: table;
}
.sidebarNavigation,
.editorial,
.sidebarEditor,
.sidebarAuthor,
.sidebarLayoutEditor,
.sidebarCopyeditor,
.sidebarProofreader,
.sidebarUser {
    padding-left: 10px;
    padding: 5px 5px;
}
.sidebarLanguageToggle {
    padding: 10px;
}


.ed_block > h3 {
    cursor: pointer;
}
.editorial h3 {
	margin: 5px 0;
}
.editorial h3::before {
    content: "+";
    display: inline-block;
    font-size: 18px;
    min-width: 12px;
    padding: 0 5px;
    text-align: center;
}
.editorial h3.open::before {
    content: "-";
}
.archive_2015.archive_page {
    overflow: hidden;
}
#content > div#issues {
    margin: 15px 10px;
}
.archive_page {
    border-bottom: 1px solid #ededed;
    margin-bottom: 10px;
    overflow: hidden;
    padding-bottom: 0px;
}
#content .archive_page h3 {
    background-image: url("../images/issue-list-img.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    cursor: pointer;
    font-size: 12px;
    font-weight: normal;
    margin-bottom: 5px;
    padding-left: 40px;
    line-height: 30px;
}
#content .archive_page.open h3 {
    background-position: 0 -33px;
}
.archive_page .archive_list {
	padding-left: 20px;
	overflow: hidden;
	border-bottom: 1px solid #ededed;
}
.archive_page .archive_list:last-child {
	border-bottom: 0 none;
}

.submit_custom_block {
    background-color: #9dc3d6;
    overflow: hidden;
    padding: 10px 5px 10px 15px;
}
.submit_custom_block > h3 {
    color: #ffffff;
    font-size: 22px;
    margin: 0 0 10px;
}
.submit_custom_inner a {
    background-color: #096f95;
    border-radius: 5px;
    color: #ffffff;
    float: left;
    font-weight: bold;
    margin: 0 3px;
    padding: 5px;
    text-align: center;
    width: 46%;
}
a.black_box {
    background-color: #333333;
    border-radius: 5px;
    color: #ffffff;
    display: table;
    font-weight: bold;
    margin: 7px 0 0;
    padding: 5px;
}
.tocArticleTitleAuthors p {
    color: #000000;
    line-height: 20px;
    margin: 0;
}
.current_article_home .tocAuthors { width: 622px; }
.abstract-hide-show-sect > span {
    color: #31589d;
	cursor: pointer;
}
.current_article_home .tocTitle > a {
    color: #31589d;
    display: block;
    font-size: 0.9em;
    font-weight: bold;
    padding-bottom: 5px;
    text-decoration: none;
}
.currentissue-sub-footer {
    padding: 5px;
}
.currentissue-sub-footer {
    background: #eeeeee none repeat scroll 0 0;
    border: 1px solid #dddddd;
    border-radius: 5px;
    margin: 10px 0;
    overflow: hidden;
    padding: 10px;
}
.currentissue-sub-footer > ul {
    float: left;
    margin: 0;
    padding: 0;
}
.currentissue-sub-footer li {
    float: left;
}
.currentissue-sub-footer ul li a {
    border-left: 1px solid;
    color: #31589d;
    font-weight: bold;
    padding: 0 8px;
}
.currentissue-sub-footer ul li:first-child a {
	border: 0 none;
}
.foot-right {
    float: right;
}
.foot-right > a {
    color: #000000;
    font-weight: bold;
}
.foot-right > a .fa {
	color: #e78834;
}
.caption_title_line a{
  color: #438ECE;
  font-weight: bold;

}
#sidebarWebFeed .web_feed {
    padding: 0 0 10px 15px;
}
.sidebarRTAuthorBios {
    padding: 0 0 0 15px;
}
.reading_tools {
    padding: 0 10px;
}
.sidebarNews {
    padding: 0 10px 25px;
}
.announcement_box {
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;
    margin-bottom: 20px;
    min-height: 20px;
    padding: 19px;
    overflow: hidden;
    font-size: 12px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
#content .announcement_box > h4 {
    color: #333333;
    font-size: 17px;
    font-weight: 500;
    margin: 0 0 5px;
}
.announcement_foot > p {
    float: left;
    margin-bottom: 0;
}
.announcement_foot > a {
    float: right;
	border: 1px solid #cccccc;
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857;
    margin-bottom: 0;
    padding: 6px 12px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
	background-color: #ffffff;
    color: #333333;
}

/*--------------contact_us*/

.contact_us {
    margin: 20px 0;
    overflow: hidden;
}
.contact_area > p {
    color: #60676B;
    font-size: 12px;
    font-weight: none;
    margin: 0 0 15px;
}
.contact_us_form.contact_area {
    border-right: 1px solid #E8E8E8;
    float: left;
    overflow: hidden;
    width: 60%;
}
.contact_us_form.contact_area > form {
    margin: 10px 0;
}
.contact_us_form .form-element {
    width: 80%;
	margin-bottom: 15px;
}
.contact_us_form label {
        font-family: Helvetica Neue,Helvetica,sans-serif;
	font-weight: none;
        color: #40687D;
        font-size: 15px;
	display: block;
}
.contact_us_form .form-element select,
.contact_us_form .form-element input[type="text"],
.contact_us_form .form-element textarea {
	background-color: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 0.375rem;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06) inset;
    box-sizing: border-box;
    color: #444444;
    font-family: "Source Sans Pro","helvetica neue","helvetica","Arial","sans-serif";
    font-size: 0.875rem;
    transition: border-color 0s ease 0s;
	
	height: 2.1875rem;
    padding: 7px;
	width: 100%;
}
.contact_us_form .form_select select {
  width: auto;
  margin-bottom: 1.25rem;
}
.contact_us_form .form_select {
	width: 100%;
	overflow: hidden;
	position: relative;

    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 0.375rem;
    height: 2.1875rem;
    z-index: 99;
	width: 85%;
}
.contact_us_form .form_select select {
	display: table-cell;
	border: 0;
	background: transparent;
	-webkit-appearance: none;
	-moz-appearance: none;
	
    font-size: 0.875rem;
    height: 2.1875rem;
    padding: 5px;
    width: 100%;
}
.contact_us_form .form_select:after {
	content: "\f107";
	position: absolute;
	right: 0.625rem;
	z-index: 21;
	font-family: 'fontawesome';
	font-size: 1.125rem;
	color: #444444;
	pointer-events: none;
	top: 7px;
}
.contact_us_form .form-element textarea {
	height: 150px;
}
.form-element.csubmit .contact_submit {
	background-color: #616161;
	color: #ffffff;
    font-family: "Source Sans Pro","helvetica neue","helvetica","Arial","sans-serif";
    font-size: 1rem;
    font-weight: 600;
    height: 2.1875rem;
    line-height: 2.1875rem;
    min-width: 150px;
    overflow: hidden;
    padding: 0 1.25rem;
    white-space: nowrap;
	border-radius: 0.375rem;
	border: 0 none;
}
.contact_us_user {
    border-bottom: 1px solid #dddddd;
    float: left;
    padding: 0 0 0 20px;
    width: 40%;
}
#content .contact_us_user h4.main-color-text {
    font-family: Helvetica Neue,Helvetica,sans-serif;
    color: #595959;
    font-size: 15px;
    border-bottom: 1px solid #EDEDED;
    background-color: #C2CDEF;
}
#content .contact_us_user h4 {
    font-family: Helvetica Neue,Helvetica,sans-serif;
	font-weight: none;
        color: #595959;
        font-size: 17px;
}
.contact_us_use {font-family: Helvetica Neue,Helvetica,sans-serif;
	font-weight: bold;
        color: #40687D;
        font-size: 15px;
}
.keyword_cloud {
    padding: 0 10px;
}

/* jssor slider bullet navigator skin 05 css */
/*
.jssorb05 div           (normal)
.jssorb05 div:hover     (normal mouseover)
.jssorb05 .av           (active)
.jssorb05 .av:hover     (active mouseover)
.jssorb05 .dn           (mousedown)
*/
.jssorb05 {
	position: absolute;
}
.jssorb05 div, .jssorb05 div:hover, .jssorb05 .av {
	position: absolute;
	/* size of bullet elment */
	width: 16px;
	height: 16px;
	background: url('../img/b05.png') no-repeat;
	overflow: hidden;
	cursor: pointer;
}
.jssorb05 div { background-position: -7px -7px; }
.jssorb05 div:hover, .jssorb05 .av:hover { background-position: -37px -7px; }
.jssorb05 .av { background-position: -67px -7px; }
.jssorb05 .dn, .jssorb05 .dn:hover { background-position: -97px -7px; }

/* jssor slider arrow navigator skin 12 css */
/*
.jssora12l                  (normal)
.jssora12r                  (normal)
.jssora12l:hover            (normal mouseover)
.jssora12r:hover            (normal mouseover)
.jssora12l.jssora12ldn      (mousedown)
.jssora12r.jssora12rdn      (mousedown)
*/
.jssora12l, .jssora12r {
	display: block;
	position: absolute;
	/* size of arrow element */
	width: 61px;
	height: 61px;
	cursor: pointer;
	background-image: url("../images/slider-arrow.png");
	overflow: hidden;
}
.jssora12l { background-position: 0 0; }
.jssora12r { background-position: -58px 0; }
		
		
.jssorb05 {
    overflow: hidden;
    position: absolute;
}
.jssorb05 > div {
    background-color: #fff;
	border: 2px solid #F00;
    border-radius: 50%;
    overflow: hidden;
	width: 12px !important;
	height: 12px !important;
}
.jssorb05 > div.av {
  background-color: #000000;
  border-color: #F00;
}


.ui-widget-content {
    height: 30em;
}
#sizer a{width: 24px; margin: 10px;}
.pkp_controllers_fontController_smallFont{background: url(../img/font-down.png) !important;}
.pkp_controllers_fontController_defaultFont{background: url(../img/font-default.png) !important;}
.pkp_controllers_fontController_largeFont{background: url(../img/font-up.png) !important;}
.listJor {padding: 0px;}
.listJor li{padding: 5px 0px;}
#picker{z-index: 9}
.journalsBlocksWrp * {box-sizing:border-box;}
.isLandingpageWrp #main{width: 100%; margin: 0px; padding: 20px; }
.isLandingpageWrp .journalsBlocks{display: inline-block; width:50%;  padding: 0px; float: left; }

.isLandingpageWrp .homepageImage {display: inline-block; height: 200px; width: 100%; text-align: center; margin-bottom: 10px; position: relative;}
.isLandingpageWrp .homepageImage .titleJournal{position: absolute; right: 0px; z-index: 1; padding:  5px 10px 5px 10px; background: #2A5170 ; color: #fff !important; margin-right: 0px; max-width: 80%; font-size: 16px; top: 10px; font-weight: bold;  }
.isLandingpageWrp .homepageImage .titleJournal strong{width: 100%; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; display: inline-block; }
.isLandingpageWrp .homepageImage .titleJournal:after{content: "";  display: block; position: absolute; left: -44px; top: 0px; border-color: transparent; border-style: solid; border-width:14px; /*border-right: 30px solid #2a5170;*/  } 
.isLandingpageWrp .homepageImage span{position: absolute; width: 100%; left: 0px; top: 0px; bottom: 0px; background-size: cover; background-repeat: no-repeat; background-position: left top;}
.isLandingpageWrp #content .journalsBlocks h3{border: 0px; margin-bottom: 10px;     font-size: 18px;    font-weight: normal;}
#pageFooter{background: #333333 none repeat scroll 0 0;    color: #a5a5a5;    padding: 20px;}
    .themeDesignAndHosting{text-align: right}
   .isLandingpageWrp  #journalListPageInfo{    display: block;
    width: 100%;
    text-align: right;}

/*footer style*/
.copyright_tab {
    background: #2A5170 none repeat scroll 0 0;
    border-radius: 1px;
    color: #ffffff;
    overflow: hidden;
    text-align: center;
box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.3);
}
.copy_tabbing {
    margin: 0;
    overflow: hidden;
    padding: 0;
}
.copy_tabbing > li {
    display: inline-block;
}
.copy_tabbing li a {
    border-left: 1px solid #6E8989;
    color: #FFF;
    
    display: inline-block;
    font-size: 16px;
    padding: 0 15px;
    text-decoration: none;
}
.copy_tabbing li a:hover {
        color: #000;
    background: #E8E8E8;
}
.copy_tabbing li:first-child a {
    border-left: 0px none;
}
.copy_tabbing {
    margin: 0;
    overflow: hidden;
    padding: 10px;
}

/*footer slier*/

#customblock-bottomslider, #customblock-headerslider, #HomePageInfo, #customblock-HomePageInfo{display: none;}
.bottom_slider:empty{display: none;}
.bottom_slider .bx-wrapper {
    margin: 0 auto;
    max-width: 1344px !important;
    overflow: hidden;
    padding: 0 50px;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.bottom_slider .bx-wrapper .bx-viewport {
    border: 0 none !important;
    height: 80px !important;
    left: 0;
}
.bottom_slider .bxslider {
    margin: 5px 0;
    overflow: hidden;
    
}
.bottom_slider .bx-wrapper .bx-controls-direction a {
    background-image: url("../images/bottom-slider-arrow.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    display: block;
    height: 28px;
    left: 1em;
    margin-top: -10px;
    width: 20px;
    z-index: 99;
}
.bottom_slider .bx-wrapper .bx-controls-direction a.bx-next {
    background-position: -26px 0;
    right: 1em;
    left: auto;
}
.bottom_slider .bxslider > li {
    border-radius: 2px;
    box-shadow: 0 0 5px #8d8d8d;
    margin: 5px 5px 5px 5px;
    padding: 5px;
}
/*footer slier*/


.social-widget ul:not(.social-icons) li{border-bottom: 1px solid #2e2e2e;padding: 7px 0;} 

footer {
    /*background-color: #222;*/
    background-color: #1B5083;
    padding-top: 10px;
    border-top: 4px solid #555;
    color: #ccc;
        width: 100%;
            display: inline-block;
}

footer p {
    color: #ccc;
}

footer a {
    color: #ccc !important;
}

footer a:hover {
    color: #666 !important;
    text-decoration: underline;
}

#footer {
    /*background-color: #222;*/
    background-color: #2a5170;
    color: #ccc;

    font-family: Arial, Helvetica, 'Nimbus Sans L', sans-serif;
    font-size: 14px;
    line-height: 20px;
    font-weight: normal;
    font-style: normal;display: inline-block; width: 100%
}

#footer ul{
    list-style-type: none;
    padding-left: 0;
}

#footer ul li{
    padding: 5px 0;
}




.footer-widget {
    margin-bottom: 45px;
}

.footer-widget h4 {
    color: #eee;
    text-transform: uppercase;
    padding-bottom: 8px;
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: 700;
    position: relative;
}

.footer-widget h4 .head-line {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 50px;
    height: 3px;
    background-color: #333;
    margin: 0;
}

.social-widget ul.social-icons li {
    display: inline-block;
    margin-right: 4px;
    margin-bottom: 4px;
}

.social-widget ul.social-icons li a span {
    font-size: 1.4em;
    width: 30px;
    height: 30px;
    color: #fff;
    line-height: 30px;
    text-align: center;
    display: block;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}
.social-widget ul.social-icons li a:hover {
    text-decoration: none;
}

.social-widget ul.social-icons li a.facebook:hover span {
    background-color: #507CBE;
}

.social-widget ul.social-icons li a.twitter:hover span {
    background-color: #63CDF1;
}

.social-widget ul.social-icons li a.google:hover span {
    background-color: #F16261;
}

.social-widget ul.social-icons li a.dribbble:hover span {
    background-color: #E46387;
}

.social-widget ul.social-icons li a.linkdin:hover span {
    background-color: #90CADD;
}

.social-widget ul.social-icons li a.tumblr:hover span {
    background-color: #4D7EA3;
}

.social-widget ul.social-icons li a.flickr:hover span {
    background-color: #E474AF;
}

.social-widget ul.social-icons li a.instgram:hover span {
    background-color: #4D4F54;
}

.social-widget ul.social-icons li a.vimeo:hover span {
    background-color: #87D3E0;
}

.social-widget ul.social-icons li a.skype:hover span {
    background-color: #36C4F3
}

.contact-widget {
    background: url(map.png) center bottom no-repeat;
}

.contact-widget span {
    font-weight: 700;
}

.contact-widget ul li {
    margin-bottom: 12px;
}

.contact-widget ul li p a {
    color: #bbb;
}

.contact-widget p {
    padding-bottom: 20px;
}

.twitter-widget a:hover {
    color: #43B9CD;
    text-decoration: underline;
}

.twitter-widget ul li {
    margin-bottom: 20px;
}

.twitter-widget ul li span {
    color: #666;
}

.flickr-widget ul {
    overflow: hidden;
}

.flickr-widget ul li {
    float: left;
    margin-left: 8px;
    margin-bottom: 8px;
}

.flickr-widget ul li:nth-child(3n+1) {
    margin-left: 0;
}

.flickr-widget ul li a {
    display: inline-block;
    width: 80px;
    opacity: 0.6;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    border: 4px solid #333;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.flickr-widget ul li a img {
    width: 100%;
    height: 65px;
}

.flickr-widget ul li a:hover {
    opacity: 1;
}

.mail-subscribe-widget form {
    margin-top: 15px;
    margin-bottom: 20px;
}

.mail-subscribe-widget form input[type="text"] {
    outline: none;
    color: #666;
    font-size: 12px;
    padding: 6px 12px;
    border: none;
    background: #fff;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    outline: none;
}

.copyright-section {
    padding: 15px 0;
    font-size: 11px;
    letter-spacing: 0.5px;
    border-top: 1px solid rgba(255,255,255,.06);
}

.copyright-section p {
    font-size: 11px;
    text-transform: uppercase;
    margin-top: 4px;
}

ul.footer-nav {
    float: right;
}

ul.footer-nav li {
    display: inline-block;
    float: left;
    margin-left: 15px;
}

ul.footer-nav li:first-child {
    margin-left: 0;
}

ul.footer-nav li a {
    display: inline-block;
    text-transform: uppercase;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

ul.footer-nav li a:hover {
    color: #fff;
}

.back-to-top {
    display: none;
    position: fixed;
    bottom: 18px;
    right: 15px;
}

.back-to-top i {
    display: block;
    width: 36px;
    height: 36px;
    line-height: 36px;
    color: #fff;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    text-align: center;
    background-color: #444;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.social-icons{margin: 0px; padding: 0px;}







footer div[class^="col-md"]{float: left; padding-right: 15px; padding-left: 15px; box-sizing:border-box;}
footer  .col-md-2 {
    width: 16.66666667%; 
}
footer .col-md-3 {
    width: 25%; 
}

footer .col-md-4 {
    width: 33.33333333%; 
}

footer .col-md-7 {
    width: 58.33333333%;
}
footer .col-md-5{width: 41.66666667%;}
.copyright-section{display: inline-block; width: 100%;  clear: both;}
/*footer style*/
.journalsBlocksWrp{display: inline-block; width: 100%; margin-top: 20px;} 
.isLandingpageWrp .journalsBlocks{display: table-row ; margin-bottom: 20px; border-bottom: 1px solid #e2e1e1;}
.journalsBlocks .homepageImage{display: table-cell; vertical-align: top; width: 160px; padding-right: 20px;}
.journalsBlocks .homepageImage img{width: inherit; margin: 0px;}
.journalsBlocks .journalCnt{display: table-cell; vertical-align: top;}
.journalsBlocks .journalCnt .navJournalView {display: inline-block; width: 100%}
.journalsBlocks .journalCnt .navJournalView a{font-weight: bold; margin-right: 10px; border-right: 1px solid #ccc; padding-right: 10px; display: inline-block; padding: 4px 10px 0px 0px;}
.journalsBlocks .journalCnt .navJournalView a:last-child{border-right: 0px;}
.journalsBlocks .journalCnt .journalDescription{min-height: 92px;}
