@import url('https://fonts.googleapis.com/css?family=News+Cycle:400,700');
html, body {
	margin: 0;
	height: 100%;
  font-family: 'News Cycle', sans-serif;
  color: #808080;
}
body::-webkit-scrollbar {
    width: 1em;
}
 body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}
body::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 1px solid slategrey;
}
#loading-text {
   position: absolute;
   left: 50%;
   top: 50%;
   transform: translate(-50%, -50%);
   -webkit-transform: translate(-50%, -50%);
   -moz-transform: translate(-50%, -50%);
   -ms-transform: translate(-50%, -50%);
   -o-transform: translate(-50%, -50%); 
   padding: 50px;
   background: #fff;
   -webkit-box-shadow: 0px 0px 30px -13px rgba(0,0,0,0.75);
   -moz-box-shadow: 0px 0px 30px -13px rgba(0,0,0,0.75);
   box-shadow: 0px 0px 30px -13px rgba(0,0,0,0.75);
}

.guidelines p {
  font-size: 14px;
  color: #b3b3b3;
}
.mCustomScrollbar {
    overflow: hidden;
}
.mCSB_inside > .mCSB_container {
    margin-right: 0px !important;
}
.ita {
  font-style: italic;
}
.sub-menu.about{
  background: none !important;
}
.contactFrm input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
}
.contactFrm input, .contactFrm textarea {
   font-family: news cycle;
   outline: none;
   -webkit-outline: none;
}
textarea:focus, input:focus{
   outline: none;
   -webkit-outline: none;
}
input, select {
    outline: none;
    -webkit-outline: none;
}
.guidelines p a {
  color: #808080 !important;
}
#menu-item-archive {
  cursor: default;
}
#guidelines-menu {
    margin-bottom: 30px;
}
#guidelines-menu a {
    display: block;
}
.crv-bold {
  font-weight: 600;
  color: #808080;
}
.crv-reg {
  font-weight: 600;
  color: #b3b3b3
}
.crv-ita {
  font-weight: 600;
  font-style: italic;
  color: #b3b3b3
}
.pla:hover, .zel:hover {
    color: #555;
}
.zel {
    color: #808080;
    font-size: 15px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin: 1px 0px;
}
.crn-bold {
  color: #808080;
}

.pla {
    color: #808080;
    font-size: 15px;
    letter-spacing: 1.5px;
    margin: 1px 0px;
    display: block;
}
.yel {
    color: #808080;
    display: block;
    font-size: 14px;
    letter-spacing: 1.5px;
    margin: 5px 0 -10px;
}
.the-journal p {
    color: #b3b3b3;
    font-size: 14px;
}

.block {
  display: block;
}
.the-journal p:first-child {
    margin-top: 0;
}
.article-abstract {
    color: #b3b3b3;
    display: none;
    font-size: 14px;
    margin: 0;
    width: 120%;
}
.latest-item:hover .article-abstract {
  display: block  
}
.board-member.ieb {
    margin: 30px 0 15px;
    letter-spacing: 1.3px;
}
.fas {
     letter-spacing: 1.3px; 
}

.board-member {
    color: #808080 !important;
    font-size: 14px;
}
.row.editorial-board > span {
    color: #b3b3b3;
    display: block;
    font-size: 14px;
}
#Register label.error {
    bottom: -20px;
    color: #b3b3b3;
    font-size: 12px;
    left: 111px;
    position: absolute;
}
#login label.error {
    bottom: 7px;
    color: #b3b3b3;
    font-size: 12px;
    left: 78px;
    position: absolute;
}
.contactFrm label.error {
    bottom: -20px;
    color: #b3b3b3;
    font-size: 12px;
    left: 70px;
    position: absolute;
}
.material-icons {
    color: #808080;
    margin: 0 5px;
    position: relative;
    top: 7px;
}
a {
  text-decoration: none;
    -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  color: #333;
  font-size: 14px;
}
li {
  list-style: none;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #b3b3b3;
  font-size: 14px;
    font-family: 'News Cycle', sans-serif;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #b3b3b3;
    font-size: 14px;
      font-family: 'News Cycle', sans-serif;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #b3b3b3;
    font-size: 14px;
      font-family: 'News Cycle', sans-serif;
}
:-moz-placeholder { /* Firefox 18- */
  color: #b3b3b3;
    font-size: 14px;
      font-family: 'News Cycle', sans-serif;
}

#login > h5, #Register > h5 {
    color: #b3b3b3;
    font-family: news cycle;
    font-size: 16px;
    font-weight: 400;
    display: block;
    margin-top: 0;
    margin-bottom: 25px;
    letter-spacing: 2px;
}
.container {
    display: table;
    margin: 0 auto;
    width: 870px;
}
.col-left {
  width: 33.333%;
  float: left;
}
.col-right {
  width: 66.666%;
  float: right;
}
.row {
  clear: both;
}
ul {
  padding: 0;
  margin: 0;
}
.curentissue {
    color: #808080;
    font-size: 14px;
    letter-spacing: 0.3px;
    display: block;
    padding: 35px 0px 15px 0px;
}
#user {
  float: right;
}
#search {
    float: left;
    position: relative;
    width: 140px;
}
#search input[type="image"] {
    bottom: 10px;
    position: absolute;
    right: 0;
}
#search-inp {
    border-color: #ccc;
    border-style: none none solid;
    border-width: medium medium 1px;
    float: left;
    font-family: news cycle;
    font-size: 14px;
    letter-spacing: 0.3px;
    padding: 6px 0 6px 6px;
    text-align: left;
    width: 100%;
}
#user a, #user span {
  font-size: 14px;
  color: #808080;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
}
#user a:hover {
  color: #333 !important;
}
#header {
    height: 100px;
    padding-bottom: 80px;
    padding-top: 45px;
}
#main-menu li {
    float: left;
    width: 25%;
    position: relative;
}
.main-menu-item::before {
    background: #808080 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 20px;
    left: 0;
    position: absolute;
    width: 1px;
    z-index: 555;
}
#main-menu > ul li {
    height: 28px;
}
#main-menu li:last-child::after {
    background: #808080 none repeat scroll 0 0;
    bottom: 0px;
    content: "";
    height: 20px;
    position: absolute;
    right: 0;
    width: 1px;
}
.main-menu-item a:hover {
  color: #333 !important;
}
.sub-menu li::before {
  display: none;
}
.sub-menu li a:hover {
  color: #333 !important;
}
#main-menu li a {
    bottom: -5px;
    color: #808080;
    font-size: 16px;
    letter-spacing: 1.5px;
    padding: 5px 0 0 25px;
    position: relative;
    text-transform: uppercase;
}
#main-menu li ul {
  display: none;
}
#main-menu li ul li {
  width: 100%;
  clear: both;
}
.sub-menu {
    background: rgba(255, 255, 255, 1) none repeat scroll 0 0;
    padding-bottom: 15px;
    position: relative;
    z-index: 55;
}
.volume-cover {
  position: relative;
  overflow: hidden;
  height: 300px;
  width: 600px;
}
.volume-cover img {
    width: auto;
    height: 100%;
}
#logo {
    position: relative;
    top: -25px;
}
#main-menu li ul li::before , #main-menu li ul li::after {
  display: none;
}
#main-menu li ul li a {
    color: #999;
    font-size: 14px;
    text-transform: capitalize;
    white-space: pre;
}
#main-menu li:hover > ul {
  display: block;
}
#top {
    float: right;
    height: 70px;
    position: relative;
    top: -36px;
    width: 290px;
}
.citandfut {
  letter-spacing: 1.1px !important;
}
#main-menu {
  height: 30px;
}
#main-menu ul {
    float: right;
    width: 100%;
}
#main-pdf h5 {
    clear: both;
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    color: #808080;
    line-height: 22px;
    letter-spacing: 0.3px;
}
#main-pdf span {
    clear: both;
    display: block;
    font-size: 14px;
    letter-spacing: 0.3px;
    font-weight: 400;
    color: #b3b3b3;
}
#main-pdf .row {
    margin-bottom: 20px;
}
#latest-pdf #book {
    display: table;
    height: 500px;
    position: relative;
    width: 100%;
}
.page-headline {
    color: #808080;
    display: block;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 1.5px;
    margin-bottom: 30px;
    margin-top: 0;
}
.latest-item {
    margin-bottom: 15px;
    float: left;
    width: 100%;
}
.headline h3, .headline h3 a {
    letter-spacing: 0.3px;
    color: #808080;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 18px;
    display: block;
    font-weight: 400;
    margin: 0;
}
.latest-item-info {
    float: left;
    width: 80%;
}
.latest-item-download {
  float: right;
  width: 20%;
  text-align: right;
}
.latest-item-download a {
    color: #808080;
    letter-spacing: 1.5px;
    font-size: 14px;
    position: relative;
    top: 25px;
}

.latest-item-download a:hover {
  text-decoration: underline;
}
#footer {
    border-top: 1px solid #ccc;
    padding: 5px 0px;
    margin-top: 175px;
    z-index: 55;
}
#copyrights {
    float: left;
    width: 100%;
}
#footer-menu {
    float: left;
    margin-left: 28px;
    width: 320px;
}
#copyrights img {
    width: 100%;
    height: auto;
}
#footer-info {
    display: inline-block;
    letter-spacing: 0.5px;
    margin-top: 7px;
    width: auto;
}
.page, .fullscreen #book, .fullscreen .turn-page-wrapper {
  height: 100vh !important;
}
.fullscreen canvas {
  height: 100%;
}
.cotnact-headline {
    display: block;
    line-height: 27px;
    margin-top: 0;
}
#copyrights img {
    height: auto;
    margin-top: 7px;
    width: 100%;
}
#footer-menu li {
    float: left;
    margin-right: 14px;
}
#footer-menu li a {
    letter-spacing: 0.5px;
    color: #808080;
    letter-spacing: 0.5px;
    font-size: 10px;
    border-right: 1px solid #eee;
    padding-right: 14px;
}
.adress {
    border-right: 1px solid #eee;
    margin-right: 14px;
    padding-right: 14px;
}
.signed-in #user span {
    color: #b3b3b3 !important;
}
#footer-left {
    float: left;
    width: 135px;
}
#footer-right {
    float: right;
    width: auto;
}
.authors > span {
    display: block;
}
#main-pdf span b {
    color: #808080;
    font-weight: 400;
}
.logout {
    color: #b3b3b3 !important;
}
#footer-info span {
    font-size: 10px;
    float: left;
}
#user {
    position: relative;
    top: 14px;
}
#footer-info a {
  font-size: 10px;
}
#footer-menu li a:hover {
    color: #333;
}
.volume-title h3 {
    color: #808080;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.3px;
    margin-bottom: 25px;
    margin-top: 25px;
}

.type span, .authors span {
    color: #b3b3b3;
    font-size: 14px;
    line-height: 20px;
}
#Register .label, #login .label, .contactFrm .label {
    float: left;
    padding-right: 10px;
    text-align: right;
    width: 100px;
    font-size: 14px;
    position: relative;
    top: 3px;
}
#login .label {
    float: left;
    padding-right: 10px;
    text-align: right;
    width: 60px;
    font-size: 14px;
}

.contactFrm .label {
    float: left;
    font-size: 14px;
    position: relative;
    text-align: right;
    top: 3px;
    width: 60px;
}
#Register .row, #login .row,  .contactFrm .row {
    display: block;
    margin-bottom: 25px;
    position: relative;
}
.inp {
    border: 1px solid #ccc;
    color: #333;
    font-size: 14px;
    height: 20px;
    letter-spacing: 0.3px;
    padding: 5px;
    width: 300px;
      transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
}
.inp:focus {
  border: 1px solid #999;
}
.forgotpass {
    bottom: -25px;
    font-size: 12px;
    left: 73px;
    letter-spacing: 0.3px;
    position: absolute;
}
.pass-security {
    bottom: -20px;
    font-size: 11px;
    left: 120px;
    letter-spacing: 0.3px;
    position: absolute;
}
#registerbtn, #loginbtn, .submitbtn, .show_more {
  background: #cfcfcf;
  color: #fff;
  height: 30px;
  border: none;
  padding: 2px;
  font-size: 15px;
  font-weight: 600;
  font-family: News Cycle;
  text-align: center;
  width: 80px;
  float: right;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
}

#registerbtn:hover, #loginbtn:hover, .submitbtn:hover, .show_more:hover {
  cursor: pointer;
  background: #333;
}
#show_more_main {
    display: block;
    text-align: center;
}

#Register, #login, .contactFrm {
    display: table;
    float: left;
    width: auto;
}
.show_more.lomore {
    float: none;
    padding: 7px 20px;
}
.contactFrm textarea {
  height: 150px;
}
}
#book{
	width:1100px;
	height:650px;
	margin: 20px;
	box-shadow: 0px 0px 20px gray;
}

#book .turn-page{
	/*
	background-color:white;
	*/
	background-color:silver;
	box-shadow: 0px 0px 10px gray;
}

.email > a {
    color: #808080;
}
#book .cover{
	background:#333;
}

#book .cover h1{
	color:white;
	text-align:center;
	font-size:50px;
	line-height:500px;
	margin:0px;
}
#book .loader{
	background-image:url(loader.gif);
	width:24px;
	height:24px;
	display:block;
	position:absolute;
	top:238px;
	left:188px;
}


#book .data {
    color: #999;
    font-size: 40px;
    height: 100%;
    line-height: 500px;
    text-align: center;
}
a {
   outline: 0;
}

#number-pages {
    margin-left: 5px;
}
#page-number {
    width: 15px;
    padding: 0;
}

#controls {
    background: #fff none repeat scroll 0 0;
    color: #808080;
    font-family: News Cycle;
    font-size: 14px;
    letter-spacing: 0.3px;
    margin: 0px 0;
    padding: 10px 0;
    position: relative;
    text-align: center;
    width: 585px;
    z-index: 53;
}
#latest-pdf #book {
    height: 410px;
    overflow: hidden;
}

#latest-pdf.fullscreen canvas {
    background: #fff none repeat scroll 0 0 !important;
}

#latest-pdf {
    height: 450px;
    overflow: hidden;
}
#latest-pdf.fullscreen #book .odd canvas {
    float: right;
}
#latest-pdf.fullscreen #book .even canvas {
    float: left;
}
#latest-pdf.fullscreen .page {
    background: #000 none repeat scroll 0 0 !important;
}
#latest-pdf.fullscreen {
    background: #000  none repeat scroll 0 0;
    left: 0;
    margin: 0;
    z-index: 999999;
    position: fixed;
    top: 0;
    height: 100%;
    width: 100%;
}
#controls.fullscreen {
    background: rgba(255, 255, 255, 00) none repeat scroll 0 0;
    bottom: 0;
    left: 0;
    margin: 0;
    padding: 10px;
    position: fixed;
    text-align: center;
    width: 100%;
    z-index: 9999999;
}
#controls input, #controls label {
	font-family: News Cycle;
  font-size: 14px;
    letter-spacing: 0.3px;
    color: #808080;
}
#controls > input, #controlsFullscreen input {
    border: medium none;
    text-align: center;
    background: none;
}
#book .odd{
	background: #fff;
}

#book .even{
	background: #fff;
}
div.flip-control {
    width: 400px;
    text-align: center;
}

div.flip-control a {
    margin-left: 10px;
}

#Register *::-moz-placeholder {
    font-size: 11px;
}
#Register ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    font-size: 11px;
}
#Register ::-moz-placeholder { /* Firefox 19+ */
    font-size: 11px;
}
#Register :-ms-input-placeholder { /* IE 10+ */
    font-size: 11px;
}
#Register :-moz-placeholder { /* Firefox 18- */
    font-size: 11px;
}

#book canvas {
    height: auto;
    width: 100%;
}
#latest-pdf.fullscreen canvas {
    width: 50%;
    height: 100vh;
}

#latest-pdf.fullscreen canvas {
    width: 50vw;
}