@font-face {
    font-family: 'cagliostroregular';
    src: url('../fonts/cagliostro-regular-webfont.woff2') format('woff2'),
         url('../fonts/cagliostro-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'robotolight';
    src: url('../fonts/Roboto-Light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
html {
	scroll-behavior: smooth;
}
body {
	font-family: 'robotolight', Arial, Helvetica, sans-serif;
	margin-bottom: -18px;
	padding-top: 100px;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'cagliostroregular', Arial, Helvetica, sans-serif;
}
a {
	color: #333;
}
a:hover {
	color: #999;
}
.article-info {
	margin-bottom: 0;
}
.img-thumbnail {
	box-shadow: 0 0 25px 0 rgba(0,0,0,.20);
}
header {
	background: rgba(255,255,255,.9);
	-webkit-transition: height .25s; /* Safari prior 6.1 */
    transition: height .25s;
	height: 100px;
	backdrop-filter: blur(2px);
	-webkit-backdrop-filter: blur(2px);
}
.banneritem {
	padding-bottom: 20px;
}
#collapseOne {
	-webkit-transition: height .25s; /* Safari prior 6.1 */
    transition: height .25s;
}
.title {
	font-size: 35px;
    padding-bottom: 15px;
    padding-top: 25px;
}
.stickymenu {
	height: 50px;
	-webkit-transition: height 1.25s; /* Safari prior 6.1 */
    transition: height .25s;
}
.navbar-brand img {
	width: 100px;
	-webkit-transition: width .25s; /* Safari prior 6.1 */
    transition: width .25s;
}
.stickymenu .navbar-brand img {
	width: 50px;
	-webkit-transition: width .25s; /* Safari prior 6.1 */
    transition: width .25s;
}
/*Main Menu*/
ul.menu {
	list-style-type: none;
}
ul.menu li {
	padding: 0 10px;
}
ul.mod-list {
	list-style: none;
}
ul.mod-list li::before {
	content: "\f02d";
  font-family: FontAwesome;
  margin-left: -1.3em;
  color: #999;
}
ul.mod-list li a {
	color: #333;
}
.dropdown-item.active, .dropdown-item:active {
	background-color: #6c757d;
    color: #fff;
    text-decoration: none;
}
/*featured articles*/
.featured {
	margin-bottom: 50px;
}
.slick-slide {
	position: relative;
	margin: 0 5px;
}
.image_title-featured {
	background: rgba(0, 0, 0, 0.5);
	position: absolute;
	left: 0; bottom: 0;	
	width: 100%;
	padding: 10px;
}
.summary-featured {
	position: absolute;
	background: rgba(0,0,0,.5);
	left: 0;
	bottom: 0;
	color: #fff;
	padding: 10px;
	width: 100%;
	font-size: 10px;
	font-weight: bold;
}
.image_title-featured a {
	color: #fff;
	font-weight: bold;
}
.slick-list {
	box-shadow: 0 0 35px 0 rgba(0,0,0,.40);
}

/*Search*/
.searchf {
	position: relative;
}
.searchf .btn {
	border-radius: 0 5px 5px 0;
	height: 1px;
	padding: 0 8px;
	background: transparent;
	color: #fff;
}
.searchf .form-control {
	height: 30px;
	border-radius: 5px;
	width: 25px;
	 -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;
		padding:4px;
		position: absolute;
		right: 5px;
		/*bottom:0;*/
		font-family: "FontAwesome";
		
}
 .searchf:hover input, .searchf input:focus {
            width: 200px;
			padding: 0.375rem 0.75rem;
        }
.badge-info {
	background: #6c757d;
}
.search-results a {
	color: #6c757d;
	text-decoration: underline;
}
.result-category, .result-text {
	margin-left: 35px;
}



/*Tags*/
.tag-form {
	padding: 20px;
}
.btn-tag {
	border: 1px #000 solid;
	background: #fff;
	color: #000;
	margin: 10px;
	font-size: 13px !important;
	font-weight: bold;
	width: 175px;
	overflow: hidden;
}
.btn-tag a {
	color: #000;
	text-decoration: none;
}
.btn-tag a:hover {
	color: #666;
	text-decoration: none;
}

.btn-vid {
	border: 1px #000 solid;
	background: #fff;
	color: #000;
	margin: 10px;
	font-size: 13px !important;
	font-weight: bold;
	width: 125px;
	text-decoration: none;
	box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}
.btn-vid:hover {
	color: #666;
	text-decoration: none;
}
.btn-secondary {
	box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}
.vid-introspace {
	margin-top: 50px;
}
.summary {
	margin: 10px 30px;
}
.tags-title {
	float: left;
	color: #000;
	font-size: 12px;
	font-weight: bold;
	margin-top: 4px;
}
.btn-info {
	background-color: transparent;
	border:none;
}
.btn-info:hover {
	background-color: transparent;
	border: none;
	color: #333;
	text-decoration: underline;
}
.counter {
	align-items: center;
    display: flex;
    justify-content: center;
    margin-bottom: 0;
}
.pagination {
    margin-top: 10px;
    padding-left: 20px;
}
.page-item.active .page-link {
    background-color: #6c757d;
    border-color: #6c757d;
    color: #fff;
    z-index: 1;
}
.page-link {
	color: #6c757d;
}
.page-link:hover {
	color: #000;
}

.icon-angle-double-left::before {
	font-family: FontAwesome;
	font-weight:var(--fa-style,900);
	content:"\f100";
}
.icon-angle-double-right::before {
	font-family: FontAwesome;
	font-weight:var(--fa-style,900);
	content:"\f101";
}
.icon-angle-left::before {
	font-family: FontAwesome;
	font-weight:var(--fa-style,900);
	content:"\f104";
}
.icon-angle-right::before {
	font-family: FontAwesome;
	font-weight:var(--fa-style,900);
	content:"\f105";
}



.btn {
	font-size: 0.9rem;
}
.btn-book {
	background: #111;
	color: #fff;
	box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}
.btn-book:hover, .btn-book:active {
	color: #CCC;
}
a.btn-book {
	text-decoration: none !important;
}
.booklinks {
	margin-bottom: 20px;
}
.booklinks .btn-secondary {
	width: 100%;
	margin-bottom: 10px;
}
.card-header {
	background: rgba(0,0,0,.8);
}
.btn-link {
	color: #fff;
}
.btn-link:hover, .btn-link:active {
	text-decoration: none;
	color: #ccc;
}
.rm-link {
	color: #6c757d;
}
.rm-link:hover {
	color: #000;
}
.accordion .card:first-of-type {
	border: 1px solid rgba(0, 0, 0, 0.125);
}
.card {
margin-bottom: 15px;
}
.card-header {
    padding: 0.25rem 0.5rem
}
.content {
    min-height: 300px;
}
.large-icon {
    font-size: 13em !important;
}
.contact .contact-address {
    padding: 0 1.5rem;
}
.navbar .mod-languages {
    padding-bottom: 0.425rem;
    padding-top: 0.425rem;
}
.lang-inline {
    list-style: outside none none;
    margin: 0;
}
.lang-inline > li {
    display: inline;
    margin-left: 8px;
}
.login {
    margin: 0 auto;
    max-width: 330px;
    padding-top: 1em;
}
.tags.inline {
    padding-left: 0;
}
.tags.inline li {
    display: inline;
	color: #6c757d;
}
.tags li a, .category-name a {
	color: #6c757d;
}
.tags li a:hover, .category-name a:hover {
	color: #333;
}
.badge i {
	color: #666;
}
.item-image {
    margin-bottom: 20px;
	text-align: center;
}
.bookstitle {
	padding-top: 15px;
	padding-bottom: 10px;
}
.bookstitle h2 {
	font-size: 21px;
	height: 50px;
	text-align: center;
}
.moduletable {
	padding-bottom: 30px;
}
.moduletable .custom {
	margin: 10px 20px;
}
.fosstitle {
	padding: 5px 0;
}
.archive-hide {
	display:none;
}
.foss-intro {
	height: 80px;
}
.fosstitle h2 a {
	color: #fff;
}
.bookstitle h2 a {
	color: #000;
}
.fosstitle h2, h4.fosstitle, .moduletable h3 {
	font-size: 25px;
	text-align: center;
	background: #000;
	padding: 5px 10px;
	margin: 0 10px;
	border-radius: 5px;
	color: #fff;
}
h4.fosstitle {
	margin: 10px;
}
.fosstitle h2 a:hover {
	text-decoration: none;
	color: #CCC;
}
.foss-platform i.fa-stack-1x {
	color: #333;
}
.foss-platform i.fa-stack-2x {
	color: #999;
}
.foss-archive-list, .archive-list {
	padding-bottom: 15px;
}
.service-brief {
	font-size: 20px;
	font-weight: bold;
}

.gallery-button {
	margin-top: 20px;
}
.bodycontent {
	margin-top: 15px;
}
#aside, #sidebar {
	font-size: 14px;
    text-align: justify;
	padding-top: 15px;
}
.text-muted {
	font-size: 12px;
	color: #ccc !important;
}
.footer {
	background: rgba(0,0,0,.85);
	font-family: Verdana, Geneva, sans-serif;
}
.footer h3 {
	font-size: 24px;
	background: transparent;
	text-align: left;
}
ul.social-menu {
	list-style-type: none;
	padding-left: 0;
	padding-bottom: 20px;
}
ul.social-menu li {
	float: left;
	padding: 0 5px;
}

.back-top {
	margin-bottom: 50px;
}
a.back-top {
	color: #efefef;
}
.top-back {
	padding-bottom: 20px;
}
legend {
	font-size: 1rem;
}
.moduletable .pl-content, .moduletable form {
	margin: 10px 20px;
}
.pl-label {
	font-weight: bold;
}
.custom a {
	text-decoration: underline;
}
.articleBody a {
	text-decoration: underline;
}
@media screen and (max-width: 990px){
.navbar-collapse {
	border: 1px solid #999 !important;
	background: rgba(255,255,255,.9);
	backdrop-filter: blur(2px);
	-webkit-backdrop-filter: blur(2px);
}
}
/*HD resolution */

@media (min-width: 1650px) {

	.container, .navbar-static-top .container, .navbar-fixed-top .container, .navbar-fixed-bottom .container {

		max-width: 1600px;

	}

}