/*
 *
 * SmartBIB:  The SmartBIB Project allows you to present a BIB database (
 * .bibtex files) containing your publications on the web. 
 * It is ideal for personal and project websites.
 *
 * Copyright (C) 2012 Georgios Larkou - DMSL - University of Cyprus
 *
 *
 * This program is free software: you can redistribute it and/or modify 
 * it under the terms of the GNU General Public License as published by 
 * the Free Software Foundation, either version 3 of the License, or 
 * at your option) any later version. 
 *
 * This program is distributed in the hope that it will be useful, 
 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 
 * GNU General Public License for more details. 
 *
 * Υou should have received a copy of the GNU General Public License 
 * along with this program. If not, see <http://www.gnu.org/licenses/>.
 *
 */
body {
    font-size: 16px;
    line-height: 1.65;
    color: #2c2c2c;
    background-color: #fafafa;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* --- Polish: typography & spacing --- */
h2 {
    color: #1a1a1a;
    font-weight: 600;
    letter-spacing: -0.01em;
    margin-top: 0.6em;
    margin-bottom: 0.4em;
}
h3, h4 {
    color: #1a1a1a;
    letter-spacing: -0.01em;
}
h3 { margin-top: 0.6em; margin-bottom: 0.3em; }

section {
    padding: 0;
    margin: 0;
}
#publications ul,
#research ul,
#teaching ul,
#grant ul {
    margin-bottom: 6px;
}

/* Subtle dividers */
hr.star-primary {
    border: none;
    border-top: 1px solid #e5e5e5;
    margin: 14px 0 12px 0;
    overflow: visible;
    text-align: center;
}
hr.star-primary::after {
    content: "✦";
    display: inline-block;
    position: relative;
    top: -14px;
    padding: 0 12px;
    background: #fafafa;
    color: #b58a3a;
    font-size: 14px;
}

/* Links */
a {
    color: #1f5fa8;
    text-decoration: none;
    transition: color 0.18s ease;
}
a:hover, a:focus {
    color: #b58a3a;
    text-decoration: underline;
}

/* Navbar polish */
.navbar-default {
    background-color: #ffffff;
    border-bottom: 1px solid #ececec;
    box-shadow: 0 1px 3px rgba(0,0,0,0.04);
}
.navbar-default .navbar-nav > li > a {
    color: #333;
    transition: color 0.18s ease;
    font-weight: 500;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    color: #b58a3a;
}

/* Home / profile area */
#home img#mobile-img {
    border-radius: 6px;
    box-shadow: 0 4px 14px rgba(0,0,0,0.10);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}
#home img#mobile-img:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 18px rgba(0,0,0,0.14);
}

/* Publication list */
#publications ul li,
#research ul li,
#teaching ul li,
#grant ul li {
    margin-bottom: 10px;
}

/* Section action buttons (the collapsible headers) */
.btn-default.btn-lg.btn-block {
    background-color: #ffffff;
    border: 1px solid #e2e2e2;
    border-radius: 6px;
    font-weight: 600;
    color: #333;
    transition: background-color 0.18s ease, box-shadow 0.18s ease;
    text-align: left;
    padding-left: 18px;
}
.btn-default.btn-lg.btn-block:hover,
.btn-default.btn-lg.btn-block:focus {
    background-color: #fdf6e8;
    box-shadow: 0 2px 6px rgba(0,0,0,0.05);
    color: #1a1a1a;
}

/* Visitors widget container */
#visitors-widget {
    text-align: center;
    margin: 30px auto 10px auto;
    padding: 14px 0 4px 0;
}
#visitors-widget h4 {
    color: #777 !important;
    font-size: 11px !important;
    line-height: 1.2 !important;
    letter-spacing: 0.08em !important;
    text-transform: uppercase !important;
    margin: 0 0 10px 0 !important;
    font-weight: 500 !important;
}
#visitors-widget .clustr-frame {
    display: block;
    width: 160px;
    max-width: 90%;
    margin: 0 auto;
    padding: 8px;
    background: #ffffff;
    border: 1px solid #ececec;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
    min-height: 110px;
}

/* Footer */
footer {
    margin-top: 18px;
    padding: 18px 0 24px 0;
    color: #777;
}
.classes {
	margin:30px;
}

#classes-filter li {
    float: left;
	margin: 0px 5px;
    list-style: none;
}

#publication-list {
	padding: 0px;
}

#classes-list li {
    list-style: circle;
	width: 95%;
	margin-left: 2em;
	margin-bottom: 0.5em;
	overflow: visible;
}

#classes-list #invited,
#classes-list #english,
#classes-list #greek {
    margin-left: 1em;
    list-style: none;
}
.publications-ppt {
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url('../images/ppt.gif') no-repeat 0px 3px;
}
.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}
.category-title {
	text-align: center;
	font-weight: bold;
}

.isotope,
.isotope .isotope-item {

/* change duration value to whatever you like */

	-webkit-transition-duration: 0s;
	-moz-transition-duration: 0s;
	-ms-transition-duration: 0s;
	-o-transition-duration: 0s;
	transition-duration: 0s;
}
	  	

	  	
.isotope {
	-webkit-transition-property: height, width;
	-moz-transition-property: height, width;
	-ms-transition-property: height, width;
	-o-transition-property: height, width;
	transition-property: height, width;
}
	  	

	  	
.isotope .isotope-item {
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property:    -moz-transform, opacity;
	-ms-transition-property:     -ms-transform, opacity;
	-o-transition-property:         top, left, opacity;
	transition-property:         transform, opacity;
}

.bg-success {
	background-color: #dff0d8;
}