@charset "utf-8";
/* CSS Document */

@font-face {
  font-family: 'WeblySleekUISemilight';
  src: url('../arm-fonts/weblysleekuisl.eot');
  src: url('../arm-fonts/weblysleekuisl.eot?#iefix') format('embedded-opentype'),
       url('../arm-fonts/weblysleekuisl.woff') format('woff'),
       url('../arm-fonts/weblysleekuisl.ttf') format('truetype'),
       url('../arm-fonts/weblysleekuisl.svg#WeblySleekUISemilight') format('svg');
}
/*body {font-family: 'WeblySleekUISemilight',sans-serif;}*/
.webly {font-family: 'WeblySleekUISemilight',sans-serif;}
.zoom-09 {zoom:0.9}
.zoom-08 {zoom:0.8}
.zoom-07 {zoom:0.7}
.zoom-06 {zoom:0.6}
.zoom-11 {zoom:1.1}
.zoom-12 {zoom:1.2}

:root { --blue: #00648B; }
.blue {color:var(--blue)!important; }
.bg-blue {background-color:var(--blue)!important; }
.subtitles {color: gray!important; font-size: 14px!important;}
.logos {width: 130px}
.hand {cursor: pointer;}
.book-thumb {width: 200px; opacity: 0.3; border: solid 1px rgba(0,0,0,1.00); border-bottom-right-radius: 18px;}
.not-underline {text-decoration: none!important;}
.right-left-bg {background-color: #f0f1f2!important}
.bold {font-weight: bold}
.not-bold {font-weight: normal}
.publications_block {color: var(--blue); text-decoration: none}
.publications_block:hover {color: black}
.issue-thumb {opacity: 0.8}
.profile-pic {width:80px; height:80px; object-fit:cover;}

@media (min-width: 1400px)  and (max-width:2920px) { /*----------------------MIN 1200 MAX 1920 ---------------------------*/
    .logo {width: 200px}
}

@media (min-width: 1200px)  and (max-width:1400px) { /*----------------------MIN 1200 MAX 1920 ---------------------------*/
    .logo {width: 190px}
    
}
@media (min-width: 992px) and (max-width:1200px) { /*----------------------MIN 992 MAX 1200 ---------------------------*/
    .logo {width: 180px}
}
 @media (min-width: 768px) and (max-width:992px) { /*----------------------MIN 768 MAX 992 ---------------------------*/
    .logo {width: 170px}
     logos-text {font-size: 14px}
}
@media (min-width: 576px) and (max-width:768px) { /*----------------------MIN 576 MAX 768 ---------------------------*/
    .logo {width: 160px}
    .logos-text {font-size: 14px}
}
@media (min-width: 320px) and (max-width:576px) { /*----------------------MIN 320 MAX 576 ---------------------------*/
    .logo {width: 200px}
    .logos-text {font-size: 14px}
}

.fs-10 {font-size:10px;}
.fs-11 {font-size:11px;}
.fs-12 {font-size:12px;}
.fs-13 {font-size:13px;}
.fs-14 {font-size:14px;}
.fs-15 {font-size:15px;}
.fs-16 {font-size:16px;}
.fs-17 {font-size:17px;}
.fs-18 {font-size:18px;}
.fs-19 {font-size:19px;}
.fs-20 {font-size:20px;}
.fs-21 {font-size:21px;}
.fs-22 {font-size:22px;}
.fs-23 {font-size:23px;}
.fs-24 {font-size:24px;}
.fs-25 {font-size:25px;}
.fs-26 {font-size:26px;}
.fs-27 {font-size:27px;}
.fs-28 {font-size:28px;}
.fs-29 {font-size:29px;}
.fs-30 {font-size:30px;}

#footer a:hover {text-decoration: underline}
.zoom-img {transition: transform .4s; /* Animation */}
.zoom-img:hover {transform: scale(1.02); }

.warn-in-placeholder::-webkit-input-placeholder { color: #FF0000 !important; font-size: 13px; }
.warn-in-placeholder::-moz-input-placeholder { color: #FF0000 !important; font-size: 13px; }
.warn-in-placeholder::-ms-input-placeholder { color: #FF0000 !important; font-size: 13px; }