/* CSS Document */

/* 
Copyright: Stavros Angelis 2016
*/
body {
	background-color: #555555;
}
.top-bar {
	background: #1384A7;
	color: #fff;
	border-bottom: 1px solid #fff;
}
.top-bar .contact-details li a {
	color: #fff;
	font-size: 11px;
}
.top-bar .contact-details li a::before {
	color: #e5e5e5;
}
.top-bar a {
	color: #fff;
}	
ul.social-list li a i {
	border-color: #c5c5c5;
}
.navbar {
	background: #FFF;
}
.navbar-header {
	float: none;
	height: 74px;
	padding-right: 60px;
}
.navbar-brand {
	height: 60px; 
	padding: 8px 0 0 0;
}
.navbar-brand img {
	height: 60px;
}
.navbar-collapse.collapse {
	margin: 0 auto;
	float: none;
	display: block;
	text-align: center;
}
.navbar-top {
	background: #fff;
	border-bottom: 1px dotted red;
}
.navbar-center {
	display: inline-block;
	float: none;
	vertical-align: top;
}
.navbar-default .navbar-nav > li > a {
	color: #6699cc;
	padding: 12px;
	float: none;
	font-size: 12px;
}
.navbar-default .navbar-nav > li > a:hover {
	border: 0;
	text-decoration: underline;
	color: #6699cc;
}
.slicknav_nav {
	top: 9px;
	border-bottom: 1px solid #eee;
	position: relative;
}
@media(max-width: 996px) {
	.navbar-default .navbar-nav > li > a {
		font-size: 10px;
	}
}
@media(max-width: 768px) {
	.top-menu-container {
		display: none;
	}
	.search-container {
		display: none;
	}
	.lang-container {
		display: none;
	}
	.navbar-header {
		padding-right: 0;
	}
}
.search-container {
	float: right;
	padding: 22px 0 0 0;
	transition: all 0.3s ease-in-out 0s;
	position: relative;
}
.lang-container {
	min-width: 60px;
	padding: 19px 12px 0 0;
}
.select-lang > li {
	display: inline-block;
	margin-right: 4px;
	color: #e5e5e5;
}
.select-lang >li > a > img {
	max-width: 32px;
}
.select-lang-mobile {
	padding-right: 14px;
}
.select-lang-mobile > a {
	display: inline-block;
	margin: 0 2px;
	padding-left: 4px;
	padding-right: 4px;
}
.select-lang-mobile > a > img {
	max-width: 32px;
}
.select-lang-mobile .search-btn-mobile {
	padding: 2px 6px;
	background: #E8FAFC;
	font-size: 12px;
	border-radius: 3px;
	line-height: 1.5;
}
.search-container .btn-xs {
	padding: 0;
	font-size: 12px;
	border-radius: 3px;
	line-height: 1.5;
	margin-top: 0;
}
.show-search i {
	height: 24px;
	line-height: 1.5;
	font-size: 12px;
	width: 26px;
	background-color: #fff;
	color: #1384A7;
}
.show-search:hover i {
	color: #fff;
	background-color: #1384A7;
}
.show-search.btn-system {
	background-color: #fff;
	color: #1384A7;
	border: 1px solid #1384A7;	
}
.show-search.btn-system:hover {
	background-color: #1384A7;
	color: #fff;	
}
.navbar .search-form {
	top: 50px;
}
.navbar .search-form form input {
	border: 2px solid #5CBBC4;
	color: #1A5C63;
}
.navbar .search-form form input[placeholder] {
	color: #35585B;
}
/* carousel */
.carousel-caption {
	bottom: 0;
	left: 0;
	right: 0;
	padding: 20px 20px 50px 20px;
}
#main-slide .carousel-indicators {
	bottom: 0;
}
.slider-caption-content {
	z-index: 1;
	position: relative;
}	
.slider-caption-content a {
	color: #FFF;
}
.slider-caption-bg {
	background: #126682;
	opacity: 0.6;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 0;
	
}
.post-thumbnail img {
	margin: 0 auto 14px auto;
	max-width: 200px; 
	max-height: 116px;
}

.hr1 {
    background: #eee none repeat scroll 0 0;
}
.hr1 {
    height: 1px;
}

.repository-items {
	background: #e5e5e5;
	box-shadow: inset 1px 4px 5px -6px #a1a1a1 ;
	bottom: -21;
}
.repository-item {
	border: 1px solid #9FCCCE;
	padding: 20px;
	text-align: center;
	background: #f0f0f0;
	margin-bottom: 12px;
}
.repository-item img {
	margin: 0 auto;
}

.home-item {
	border: 1px solid #9FCCCE;
	padding: 20px;
	margin-bottom: 12px;
	height: 400px;
	position: relative;
}
.home-about {
	height: auto !important;
}
.home-about-img {
	float: left;
    margin-right: 12px;
}
.home-item .btn {
	position: absolute;
	bottom: 12px;
	right: 20px;
}

footer {
	background: #555555;
	border-top: 2px solid #1384A7;
	color: #fff;
}
.footer-widget h4 .head-line {
	height: 2px;
	background: #363636;
}
footer a {
	color: #fff;
}
.copyright-section {
	padding: 0;
}
.copyright-section p {
	margin: 6px;
}
.img-block {
	display: block;
}
.events-img {
	width: 100%;
	max-height: 100px;
}
.container {
	padding-left: 0;
	padding-right: 12px;
}
.classic-latest-news h4 {
	padding-bottom: 20px;
}
.footer-logos {
	padding: 12px 0;
}
.footer-logos img {
	height: 50px;
	display: inline-block;
	margin: 2px 8px;
	padding: 4px;
	border: 2px solid #1384A7;
	border-radius: 4px;
	background: #fff;
}
.footer-logo {
	padding: 4px 8px;
	border: 2px solid #1384A7;
	border-radius: 4px;
	background: #fff;	
	max-height: 50px;
}
.social-widget ul.social-icons li a i {
	font-size: 3em;
	width: 48px;
	height: 48px;
	line-height: 48px;
}
footer {
	padding-top: 20px;
}
.footer-widget {
	margin-bottom: 0;
}
.footer-widget h4 {
	margin-bottom: 0;
}
.contact-widget ul li {
	margin-bottom: 4px;
	padding-left: 8px;
}
.social-icons {
	margin-top: 12px;
}
.footer-logos {
	padding-top: 4px;
}
.classic-latest-news h4 {
	color: #444;
}
.page-banner {
	background: none;
	padding: 0 0 12px 0;
	border: none;
	margin-top: -20px;
}
.content-container{
	width: 97%;
	margin-left: 15px;
	padding: 20px;
	border: 1px solid #99cc00;
}

@media(max-width: 995px) {
	.content-container{
		width: 95%;
	}
}
@media(max-width: 767px) {
	.content-container{
		width: 93.7%;
	}
}
.content-container ul {
	margin: 12px 0 12px 40px;
	list-style-type: disc;
}
.content-container ol {
	margin: 12px 0;
}
.portfolios-img {
	border: 1px solid #eee;
}
.content-container p, .content-container ul, .content-container ol {
	text-align: justify;
}
.category-post-block {
	padding: 20px 0;
	border-bottom: 1px solid #eee;
}
.category-post-block .date {
	font-weight: 600;
	font-size: 11px;
}
.category-block-img {
	display: inline;
	max-height: 80px;
	width: auto;
	margin: 0 12px 12px 0;
	 float: left;
}
.category-post-block h4 {
	padding-bottom: 14px;
}
.member-row {
	margin-bottom: 12px;
	padding-bottom: 12px;
}
.member-row:hover {
	background-color: #f0f0f0;
}
.member-row:last-child {
	border-bottom: none;
	margin-bottom: 0;
}
.member-photo {
	float: left;
	margin-right: 12px;
	border: 1px solid #76B6C9;
	padding: 2px;
	height: 60px;
	width: 60px;
	position: relative;
}
.member-photo img {
	max-width: 56px;
	max-height: 56px;
	position: relative;
	margin: 0 auto;
	display: block;
}
.member-name {
	font-size: 14px;
	font-weight: bold;
	line-height: 52px;
}
.member-name span {
	white-space: nowrap;
	font-size: 12px;
	font-weight: normal;
}
.person-photo {
	float: left;
	margin: 0 20px 12px 0;
}
.content-container ul {
 	margin-left: 50px;
}


/* pagination */
.pagination-container {
	padding-right: 28px;
}
.main-pagination {
	display: block;	
}
ul.page-numbers {
	display: inline-block;
	margin: 6px 0 6px 20px;
	padding-left: 0;
	font-size: 13px;
	vertical-align: middle;
}
.page-numbers > li {
	display: inline-block;
	background-color: #fafafa;
	border: 1px solid #ddd;
	float: left;
	position: relative;
	margin-left: -1px;
	font-size: 15px;
}
.page-numbers > li:first-child {
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}
.page-numbers > li:last-child {
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px; 
}
.page-numbers > li > a, .page-numbers > li > span {
	height: 30px;
	line-height: 30px;
	width: 30px;
	text-align: center;
	padding: 8px 10px;
}
.page-numbers > li > a:hover, .page-numbers > li > span:hover {
	background-color: #eee;
	border-color: #ddd; 
	height: 30px;
	line-height: 30px; 
	padding: 4px 10px;
}
span.page-numbers.current {
	background-color: #337ab7;
	border-color: #337ab7;
	color: #fff;
	cursor: default;
	z-index: 2;
	height: 30px;
	line-height: 30px; 
	padding: 5px 10px;
}
span.page-numbers.current:hover {
	background-color: #337ab7;
	border-color: #337ab7;
	color: #fff;
	cursor: default;
	padding: 5px 10px;
}
.aligncenter { 
	display: block;
    margin-left: auto;
    margin-right: auto;
}
.alignleft {
    float: left;
    margin: 0.5em 1em 0.5em 0;
}
#s {
	position: absolute;
	right: 0;
	top:2px;
	z-index: 20;
	padding: 4px 8px;
}

.cycloneslider-template-standard .cycloneslider-slide img {
	min-height: 220px !important;
}
.news-container {
	border: 1px solid #9fccce;
	padding: 4px 12px;
}
.news-container-inner {
	overflow-x: hidden;
	overflow-y: auto;
	margin-right: -10px;
	padding-right: 15px;
}
.home-events-img {
	float: left;
	margin-right: 12px;
	max-height: 66px;
	max-width: 98px;
}
.owl-carousel .owl-item {
	border-right: 1px solid #e5e5e5;
	margin-bottom: 12px;
	padding-left: 10px;
	height: 100%;
}
.latest-posts-classic .left-meta-post .post-date {
	width: 32px;
	padding: 4px 0;
}
.latest-posts-classic .left-meta-post {
	float: right; 
}
.latest-posts-classic .left-meta-post .post-date .day {
	font-size: 16px; 
}
.latest-posts-classic .left-meta-post .post-date .month, .latest-posts-classic .left-meta-post .post-date .year {
	font-size: 12px; 
}
.home-news-img {
	float: left;
	margin-right: 12px;
	max-height: 50px;
	max-width: 50px;
}
.home-latest-news {
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 4px;
	padding-bottom: 4px;
}
.home-latest-news:last-child {
	border-bottom: none;
	margin-bottom: 0;
}
.home-latest-news > .date {
	font-weight: bold;
	font-size: 11px;
}	
.home-latest-news h4 {
	font-size: 13px;
}
.home-latest-new-content {
	font-size: 12px;
}
.tools-img {
	height: 80px;
	display:  inline;
}
.no-margin {
	margin: 0 !important;
}




/* teachpress */
.tp_publication {
	text-align: left !important;
}
.tp_pub_title, .tp_title_link, .tp_pub_title_simple {
	color: #cc3300 !important;
	font-size: 13px !important;
}
.tp_title_link:hover {
	text-decoration: underline;
}
.tp_pub_author {
	font-weight: 600; 
	color: #555;
	font-size: 13px !important;
}
.tp_pub_typ {
	font-weight: 600 !important; 
	color: #444;
	font-size: 11px !important;	
}
.tp_pub_additional {
	font-size: 12px !important;
}


.publications-row {
	font-size: 12px;
}
.text-left {
	text-align: left; 
}
.text-right {
	text-align: right;
}
.text-justify {
	text-align: justify;   
}
.text-center {
	text-align: center;   
}
 