/*
** FORUM KUNENA
*/
#kunena thead
{
	background-color: #08c;
	color: white;
}

/* */

body.site{
	padding: 0px;
}

#ab-featured {
	box-shadow: none;
}

#ab-main-container-parent {
	min-height: 400px;
	margin-top: 40px;
}

.site 
{
	background: none!important;
	font-family: 'Arial', sans-serif;
}

h1,h2,h3,h4,h5,h6{
	font-family:'aleoregular';
	font-weight: 200;
}

/* Admin Toolbar */

#ab-super-top .menu{
	float: right;
}

/* Admin Toolbar */

#ab-menu-container {
	padding: 0px;
	border-bottom: 1px solid #eee;
}

#ab-menu-container .menu {
	margin-right: 30px;
	margin-bottom: 20px;
}

.navigation {
	padding: 0px;
	font-size: 1.2em;
	border-bottom: 0px;
	border-top: 0px;
}

#slide-contact img
{
	max-height: 200px; 
}

ul.bxslider li {
	max-height: 600px;
}

.overlay-slideshow {
	background: rgba(116, 201, 238, 0.30);
}

.breadcrumb {
	margin: 0px;
}

.text-justify{
	text-align: justify;
}

.btn-readmore {
	border: none;
	border-radius: 0px;
	background: #808080;
	color: #ffffff;
	text-shadow: none;
	font-size: 110%;
	font-weight: bold;
	padding: 10px 20px;
}

.btn-readmore:hover {
	background: #74c9ee;
}

.btn-bulle {
	color: #ffffff;
	font-size: 110%;
	font-weight: bold;
	text-shadow: none;
	background: transparent;
	border: 1px solid white;
	border-radius: 20px;
	transition: .3s;
}

.btn-bulle:hover {
	color: #333333;
	background: white;
}

.btn-bulle2 {
	color: #f9a449;
	font-size: 110%;
	font-weight: bold;
	text-shadow: none;
	background: transparent;
	border: 1px solid #f9a449;
	border-radius: 20px;
	transition: .3s;
}

.btn-bulle2:hover {
	color: #ffffff;
	background: #f9a449;
}

#ab-top-container-parent { 
	height: 0px;
}

#ab-mass-top-container {
	padding: 0px;
	font-size: 1.2em;
}

#ab-mass-top2-container p {
	font-size: 1.1em;
	font-weight: none;
}

#ab-content-top {
	font-size: 1.1em;
}

#ab-main-container {
	padding-right: 0px;
    padding-left: 0px;
}

#ab-content-top h1 {
	color: #74c9ee;
	font-size: 2.5em;
	margin-bottom: 40px;
}

#ab-content-top h2 {
	color: #74c9ee;
	font-size: 1.9em;
	margin-bottom: 20px;
}

/* One Page Content */

#one-page-about-us {
	background-color: #fff;
	padding-top: 20px;
    padding-bottom: 20px;
    min-height: 30vh;
    font-size: 1.1em;
    font-weight: 200;
}

#one-page-cooperation {
	background: url(../images/slider/one-page-cooperation.jpg) center center fixed;
	background-size: cover;
	padding-top: 20px;
    padding-bottom: 20px;
    color: white;
    min-height: 100vh;
    padding-top: 50vh;
    text-shadow: 1px 1px 1px rgba(0,0,0, 1);
    font-size: 1.2em;
    font-weight: 200;
    -webkit-filter: grayscale(100%); /* Chrome, Safari, Opera */
    filter: grayscale(100%);
    transition: all ease 0.25s;
}

#one-page-cooperation:hover {
	-webkit-filter: grayscale(30%); /* Chrome, Safari, Opera */
    filter: grayscale(30%);
}

#one-page-expertise {
	color: white;
	background-color: #4d99cb;
	padding-top: 20px;
    padding-bottom: 20px;
    min-height: 50vh;
    padding-top: 15vh;
    font-size: 1.2em;
    font-weight: 200;
}

#one-page-expertise h1 {
	color: white;
}

#one-page-collaboration {
	background: url(../images/slider/one-page-collaboration.jpg) center center fixed;
	padding-top: 20px;
    padding-bottom: 20px;
    color: white;
    min-height: 100vh;
    padding-top: 40vh;
    text-shadow: 1px 1px 1px rgba(0,0,0, 1);
    font-size: 1.2em;
    font-weight: 200;
    -webkit-filter: grayscale(100%); /* Chrome, Safari, Opera */
    filter: grayscale(100%);
    transition: all ease 0.25s;
}

#one-page-collaboration:hover {
	-webkit-filter: grayscale(30%); /* Chrome, Safari, Opera */
    filter: grayscale(30%);
}

#one-page-members {
	background-color: #eee;
	padding-top: 20px;
    padding-bottom: 20px;
    min-height: 30vh;
    padding-top: 10vh;
    font-size: 1.2em;
    font-weight: 200;
}

.bloc 
{
	background-color: #0b71b3;
	text-align: center;
	color: white;
	border-radius: 1px;
	padding: 10px 0px;
	margin: 20px 0px;
	border-radius: 500px;
	position: relative;
}

.bloc .fa
{
	position: relative;
	z-index: 2;
}

.bloc .pill {
	border:3px solid #0b71b3 ;
	box-sizing:border-box;
	z-index: 1;
	top:0;
	height: 100%;
	position: absolute;
	opacity:0;
	width: 52%;
	background: #74c9ee;
	border-radius: 500px 0px 0px 500px;
	transition:all ease 0.25s;
}

.bloc:hover .pill {
	opacity: 1;
}

.bloc:hover
{
	/*background-color: #74c9ee;*/
}

#ab-mass-bottom-container-parent 
{
	opacity: 0.8;
}

#ab-mass-bottom-container 
{
	background-color: transparent;
}

#ab-mass-bottom 
{
	background-color: transparent;
	border: none;
}

#ab-super-footer
{
	color: #74c9ee;
	background-color: #2d2d2d;
	box-shadow: none;
	min-height: 300px;
}

#ab-super-footer form
{
	margin: 0px;
}

#ab-super-footer #members p
{
	margin-bottom: 20px;
}

#ab-super-footer .moduletable {
	opacity: 0.5;
}

#ab-super-footer .moduletable:hover {
	opacity: 1;
}

#ab-super-footer .bloc-footer {
	background-color: #333333;
	padding: 0px 20px;
	margin-bottom: 10px;
	min-height: 220px;
}

#ab-super-footer p, #ab-super-footer a {
	color: white;
}

#ab-super-footer #other-events .event_date {
	background-color: #595959;
	height: 120px;
	padding: 20px 10px;
	color: #fff;
	text-align: center;
	border-radius: 3px;
}

#ab-super-footer #medev-meetings .event-date {
	background-color: #595959;
	height: 120px;
	padding: 20px 10px;
	color: #fff;
	text-align: center;
	border-radius: 3px;
}

/* Pagination footer events */
#listform_3_mod_custom_3,
#listform_6_mod_custom_6
{
	position: relative;
}
#pagination {
	position: absolute;
	top: -40px;
	right: 0px;
	width: 50px;
}

#pagination_left, #pagination_right {
	background-color: #595959;
	padding: 5px;
	color: #fff;
	text-align: center;
	border-radius: 3px;
}
#pagination_left{float: left;}
#pagination_right {float: right;}

/* Pagination footer events */

/* Pagination news */

.input-prepend.input-append {
	/*display: none;*/
}

/* Pagination news */


.title {
	background-color: #74c9ee;
	color:white;
	padding: 3px 0px;
	margin: 10px 0px;
	border-radius: 3px;
}

#activities, #about-us {
	border-bottom: 1px solid #eee;
	margin-bottom: 25px;
	padding-bottom: 25px;
}

#ab-content-bottom h1 {
	color: #0b71b3;
	font-size: 2.5em;
}

#ab-mass-bottom2-container-parent h1 {
	text-shadow: 1px 1px 1px rgba(0,0,0, 1);
    color: #74c9ee;
	font-size: 2.5em;
	margin-bottom: 40px;
}

#ab-mass-bottom2-container-parent{
	background: url(/images/footer/footer_dark.jpg) no-repeat;
	background-attachment: fixed;
	background-size: 100%;
	-webkit-filter: grayscale(100%); /* Chrome, Safari, Opera */
    filter: grayscale(100%);
    transition: all ease 0.25s;
    background-position: 0px 100px;
    box-shadow: inset 0px 0px 4px rgba(0, 0, 0, 0.68);
	text-shadow: 1px 1px 1px rgba(0,0,0, 1);
    color: white;
    font-size: 1.4em;
}

#listform_3_mod_custom_3 .fabrikDataContainer, #listform_6_mod_custom_6 .fabrikDataContainer {
	height: 155px;
	overflow: hidden;
	position: relative;
	width: 100%;
}

#eventslist_footer {
	overflow-y: scroll;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: -17px;
}

#ab-mass-bottom2-container-parent:hover{
	-webkit-filter: grayscale(30%); /* Chrome, Safari, Opera */
    filter: grayscale(30%);
}

/* --- Articles --- */

.item-page {
	margin: 30px 0px;
}


.page-header {
	border-bottom: none;
	color: white;
	background-color: #0b71b3;
	padding: 3px 0px;
	margin: 10px 0px;
	border-radius: 3px;
	text-align: center;
}

/* Fabrik News */



.fabrikDetails {
	/*background-color: #f5f5f5;*/
	margin: 10px 0px;
	padding: 5px 10px;
	border-radius: 3px;
}

.fabrikDetails .btn:hover {
	color: #333333;
	background: white;
}

.medev-news-title {
	border-bottom: 1px solid #eee;
	padding-bottom: 10px;
	margin-bottom: 20px;
}

.medev-news-title h2 {
	color: #74c9ee;
	font-size: 1.9em;
}

.medev-news-title h3 {
	color: #74c9ee;
	font-size: 1.5em;
}

.medev-news-content {
	margin: 10px 0px;
}

.medev-news-goback {
	padding-bottom: 10px;
}

.medev-news-goback .button {
	color: #f9a449;
	font-size: 110%;
	font-weight: bold;
	text-shadow: none;
	background: transparent;
	border: 1px solid #f9a449;
	border-radius: 20px;
	transition: .3s;
}

.medev-news-goback .button:hover {
	color: #ffffff;
	background: #f9a449;
}


/* Fabrik Members */
/* Footer */

.members-footer img {
    -webkit-filter: grayscale(100%) brightness(150%);
    filter: grayscale(100%) brightness(150%);
	max-height: 50px;
    transition: all 0.5s ease;
    vertical-align: middle;
    display: inline-block;
}

.members-footer img:hover {
	-webkit-filter: grayscale(0%) brightness(150%);
    filter: grayscale(0%) brightness(150%);
}

.helper {
	vertical-align: middle;
    display: inline-block;
    height: 100%;
}

 .members-footer .fabrik_row a {
 	height: 50px;
 	display: block;
 	text-align: center; }

#list_2_mod_custom_2 .fabrik-row, .well {
	background-color: transparent;
	border: 0px;
	-webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    padding: 0px;
}

/* List */

#list_2_com_fabrik_2 img {
	max-height: 100px;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    transition: all ease 0.25s;
}

#list_2_com_fabrik_2 img:hover {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}

#list_2_com_fabrik_2 .fabrik_row a {
 	display: block;
 	text-align: center; 
}

#list_2_com_fabrik_2 .fabrik_row p {
 	text-align: center; 
}

.row-striped .medev-news-body-main .row{
	background: none !important;
	border-bottom: none !important;
}

.kattach{
    display: none;
}


.container {
    max-width: 1340px;
}

@media (min-width: 1200px) {
    .container, .navbar-static-top .container, .navbar-fixed-top .container, .navbar-fixed-bottom .container {
        width: 1140px;
    }
}
@media (min-width: 1400px) {
    .container, .navbar-static-top .container, .navbar-fixed-top .container, .navbar-fixed-bottom .container {
        width: 1340px;
    }
}