/*
Theme Name: Buntington
Theme URI: https://school.wpshow.me
Author: Dameer DJ
Author URI: http://themeforest.net/feeleep
Description: WordPress Education/School Theme based on Bootstrap v3.1
Version: 1.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, two-columns, left-sidebar, right-sidebar, responsive-layout, custom-menu, editor-style, featured-images, microformats, sticky-post, translation-ready
Text Domain: kazaz
*/

/* ----- Table Of Contents -----

	0. Common styles
	1. Navigation (Main & Functional)
	2. Various page elements
	3. Pages, Posts, Custom Posts & Widgets
	4. Theme plugins
	5. Bootstrap custom stylings
	6. Viewport stuff
	7. Media Queries

-------------------------------- */

/* ================================================== COMMON STYLES */

/* == font and links == */
body { font-family: 'Tahoma', 'Helvetica',  sans-serif !important; font-size: 15px; line-height: 28px; color: #777; -ms-word-wrap: break-word; word-wrap: break-word; }
a { -webkit-transition: 0.2s ease-in-out all; -moz-transition: 0.2s ease-in-out all; -o-transition: 0.2s ease-in-out all; transition: 0.2s ease-in-out all; }
a:link, a:visited { color: #016a9d; text-decoration: none; }
a:hover, a:focus { color: #23282d; outline: none; }
a.moretag { font-size: 12px; text-transform: uppercase; }
/* == END font and links == */

/* == blockquotes == */
blockquote, blockquote p { font-size: 18px; font-style: italic; line-height: 28px; }
/* == END blockquotes == */

/* == titles, titles custom == */
h1, h2, h3, h4, h5, h6 { font-weight: 700; color: #636363;  font-family:"Tahoma" !important;}
h1, h2, h3 { margin: 40px 0 20px;}
h4, h5, h6 { margin: 40px 0 10px;}
h1 { font-size: 25px; line-height: 33px; }
h2 { font-size: 23px; line-height: 27px; }
h3 { font-size: 20px; line-height: 25px; }
h4 { font-size: 18px; line-height: 23px; }
h5 { font-size: 16px; line-height: 21px; }
h6, #reply-title { font-size: 16px; line-height: 20px; text-transform: uppercase; }
#reply-title { margin-top: 0; }
h1 > i, h2 > i, h3 > i, h4 > i, h5 > i, h6 > i { margin-right: 10px; }
.page-title { font-size: 28px; font-weight: 700; line-height: 36px; margin-top: 0; margin-bottom: 0; padding-bottom: 15px; border-bottom: 1px solid rgba( 0, 0, 0, 0.05 ); }
.title-widget { color: #777; font-size: 13px; font-weight: 300; line-height: 1; text-transform: uppercase; margin: 0 0 40px 0; position: relative; }
.title-widget:before { content: ""; position: absolute; left: -30px; top: -2px; height: 18px; width: 5px; background-color: #016a9d; }
.title-median { color: #636363; font-size: 15px; font-weight: 700; line-height: 20px; text-transform: uppercase; margin: 0 0 10px 0; }
.title-titan { color: #898989; font-size: 20px; font-weight: 800; text-transform: uppercase; margin: 0 0 15px 0; }
.title-giant { font-size: 40px; line-height: 44px; font-weight: 800 !important; margin: 20px 0 !important; letter-spacing: -0.05em; }
h1 a:link, h1 a:visited, h2 a:link, h2 a:visited, h3 a:link, h3 a:visited, h4 a:link, h4 a:visited, h5 a:link, h5 a:visited, h6 a:link, h6 a:visited, 
.title-median a:link, .title-median a:visited, .title-titan a:link, .title-titan a:visited, .page-title a:link, .page-title a:visited { color: #363636; }
h1 a:hover, h1 a:focus, h2 a:hover, h2 a:focus, h3 a:hover, h3 a:focus, h4 a:hover, h4 a:focus, h5 a:hover, h5 a:focus, h6 a:hover, h6 a:focus, 
.title-median a:hover, .title-median a:focus, .title-titan a:hover, .title-titan a:focus, .page-title a:hover, .page-title a:focus { color: #016a9d; }
.title-median a { display: block; }
.site-title { margin: 40px 0; }
/* == END titles, titles custom == */

/* == custom buttons == */
.custom-button { display: block; position: relative; overflow: hidden; padding: 15px 20px; margin: 20px 0; -webkit-transition: 0.25s ease-in-out all; -moz-transition: 0.15s ease-in-out all; -o-transition: 0.15s ease-in-out all; transition: 0.15s ease-in-out all; }
.custom-button-wrap { display: block; margin-left: 35px; }
.custom-button-icon { display: block; float: left; font-size: 20px; line-height: 24px; }
.custom-button-title { display: block; font-size: 20px; font-weight: 700; color: #fff7e3; line-height: 20px; letter-spacing: -.02em; text-transform: uppercase; }
.custom-button-tagline { display: block; font-size: 12px; line-height: 16px; font-weight: 400; margin-top: 5px; }
.custom-button-icon, .custom-button-tagline { color: #000; opacity: 0.5; }
.custom-button:hover { -moz-border-radius: 0 0 20px 0; -webkit-border-radius: 0 0 20px 0; border-radius: 0 0 20px 0; }
.custom-button em { width: 0; height: 0; position: absolute; bottom: 0; right: 0; z-index: 30; -moz-box-shadow: -5px 2px 5px rgba( 0, 0, 0, 0.3 ); -webkit-box-shadow: -5px 2px 5px rgba( 0, 0, 0, 0.3 ); box-shadow: -5px 2px 5px rgba( 0, 0, 0, 0.3 ); -webkit-transition: 0.25s ease-in-out all; -moz-transition: 0.15s ease-in-out all; -o-transition: 0.15s ease-in-out all; transition: 0.15s ease-in-out all; }
.custom-button:hover em { width: 15px; height: 15px; -webkit-transform: rotate(-10deg) translate3d( 0, 0, 0 ); -moz-transform: rotate(-10deg) translate3d( 0, 0, 0 ); -o-transform: rotate(-10deg) translate3d( 0, 0, 0 ); transform: rotate(-10deg) translate3d( 0, 0, 0 ); }
/* == END custom buttons == */

/* == images == */
img { max-width: 100%; height: auto; }
/* image hover effect */
figure { margin: 0; padding: 0; position: relative; overflow: hidden; }
figure a img { -webkit-transition: all 0.25s ease-in-out 0s; -moz-transition: all 0.25s ease-in-out 0s; -o-transition: all 0.25s ease-in-out 0s; transition: all 0.25s ease-in-out 0s; }
figure a img:focus { -ms-transform: scale(1, 1); -webkit-transform: scale(1, 1); transform: scale(1, 1); }
/* image alignments */
img.alignleft, .alignleft { float: left; margin-right: 20px; }
img.alignright, .alignright { float: right; margin-left: 20px; }
img.aligncenter, .aligncenter, img.alignnone, .alignnone  { display: block; margin: 0 auto; clear: both; }
img.alignleft, .alignleft, img.alignright, .alignright { display: inline; margin-top: 0; }
img.alignleft, img.aligncenter, img.alignright { margin-bottom: 5px; }
/* image captions */
.wp-caption { max-width: 100%; }
.wp-caption-text { font-size: 12px; font-weight: 400; line-height: 18px; margin: 10px 0 !important; font-style: italic; }
.alignleft .wp-caption-text { text-align: left; }
.alignright .wp-caption-text { text-align: right; }
.aligncenter .wp-caption-text { text-align: center; }
/* == END images == */

/* == tables == */
table { margin-bottom: 20px; width: 100%; }
table > thead > tr > th, table > tbody > tr > th, table > tfoot > tr > th, 
table > thead > tr > td, table > tbody > tr > td, table > tfoot > tr > td { border-top: 1px solid #f1f1f1; line-height: 1.42857; padding: 8px; vertical-align: top; }
table > thead > tr > th, table > tbody > tr > th, table > tfoot > tr > th, 
table > thead > tr > td, table > tbody > tr > td, table > tfoot > tr > td { border-top: 1px solid #f1f1f1; }
table > caption + thead > tr:first-child > th, table > colgroup + thead > tr:first-child > th, 
table > thead:first-child > tr:first-child > th, table > caption + thead > tr:first-child > td, 
table > colgroup + thead > tr:first-child > td, table > thead:first-child > tr:first-child > td { border-top: none; }
/* == END tables == */

/* == gaps & separators == */
.gap10, .gap20, .gap30, .gap40, .gap50, .gap60 { width: 100%; clear: both; }
.gap10 { height: 10px; }
.gap20 { height: 20px; }
.gap30 { height: 30px; }
.gap40 { height: 40px; }
.gap50 { height: 50px; }
.gap60 { height: 60px; }
.separator-dbl-strike { height: 4px; border-bottom: 4px double #DDD; margin: 36px 0; }
.separator-dashed { height: 2px; border-bottom: 2px dashed #DDD; margin: 38px 0; }
.separator-dotted { height: 7px; border-bottom: 2px dotted #DDD; margin: 38px 0; }
.separator-zigzag { height: 4px; background: url(public/img/zigzag.png) repeat-x center center transparent; margin: 38px 0; }
.separator-fatty { height: 6px; background-color: rgba( 0, 0, 0, 0.05 ); margin: 38px 0; position: relative; }
/* == END gaps & separators == */

/* == bullet paragraph == */
.bullet-paragraph-wrap {  }
.bullet-paragraph-wrap > i { float: left; }
.bullet-paragraph-text { margin-left: 60px; }
/* == END bullet paragraph == */

/* == clearings == */
.clear-margins { margin: 0 !important; }
.clear-padding { padding: 0 !important; }
.remove-margin-top { margin-top: 0 !important; }
.remove-margin-bottom { margin-bottom: 0 !important; }
.clear-wrapper-margin { margin-top: -40px; }
/* == END clearings == */

/* ================================================== NAVIGATION (Main & Functional) */

/* == functional menu == */
.k-functional-navig { }
.k-functional-navig ul { padding: 5px 0px; margin: 0; }
.k-functional-navig ul li { padding-left: 10px; padding-right: 0px; }
.k-functional-navig a { display: block;
    font-size: 13px;
    font-weight: 300;
    text-decoration: none;
    /* font-family: Roboto; */
    padding-top: 4px;}
.k-functional-navig a:link, .k-functional-navig a:visited { color: #898989; }
.k-functional-navig a:hover { color: #016a9d; }
/* == END functional menu == */

/* == dropdown-menu kustom style == */
.k-main-navig { margin-top: 0px; line-height: 20px; }
.k-dropdown-menu { background: none; text-align: left; }
.k-dropdown-menu .k-item-desc { display: block; font-size: 12px; font-weight: 300; }
.k-dropdown-menu, .k-dropdown-menu ul { -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none; }
.k-dropdown-menu li:hover, .k-dropdown-menu li.dropdown-menu-hover { background-color: transparent; }
.k-dropdown-menu ul li:hover, .k-dropdown-menu ul li.dropdown-menu-hover { background-color: transparent; }
/* main links */
#drop-down-left > li:not(:first-child) { margin-left: 50px; }
#drop-down-left a { font-size: 13px; font-weight: 700; padding: 20px 0 10px !important; text-transform: uppercase; border-left: none; border-right: none; border-top: 5px solid #EFEFEF; -webkit-transition: all .25s; -moz-transition: all .25s; transition: all .25s; }
#drop-down-left .k-item-desc { font-size: 12px; font-weight: 300; color: #959595; text-transform: none; -moz-opacity: 0.7; -webkit-opacity: 0.7; opacity: 0.7; }
#drop-down-left a:link, #drop-down-left a:visited { color: #363636; background-color: transparent; }
/* drops */
#drop-down-left ul { background: none; border: none; }
#drop-down-left ul a { padding: 10px 15px !important; font-size: 12px; font-weight: 400; border-top: none; border-bottom: none; border-left: 1px solid #CCC; /*text-transform: none;*/ }
#drop-down-left ul a:link, #drop-down-left ul a:visited { color: #363636; background-color: #FFF; }
#drop-down-left ul a:hover, #drop-down-left ul li.dropdown-menu-hover > a { color: #016a9d; background-color: #bddaea; }
#drop-down-left ul .dropdown-menu-sub-indicator:after { content: ""; display: block; position: absolute; top: 50%; margin-top: -6px; border-top: 6px solid transparent; border-bottom: 6px solid transparent; border-left: 6px solid #CCC; }
#drop-down-left a:hover, #drop-down-left li.dropdown-menu-hover > a, #drop-down-left li.current-menu-item > a { color: #016a9d; background-color: #FFF; }
/* smaller devices menu */
#mobile-nav-switch { display: none; width: 24px; position: absolute; right: 0; top: 50%; margin-top: -12px; z-index: 8888; }
#mobile-nav-switch:focus { outline: none; }
span.alter-menu-icon { display: block; width: 24px; height: 24px; background: url(public/img/alter-menu.png) 0 0 no-repeat; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -ms-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg); -webkit-transition: transform 250ms ease-out 0s; -moz-transition: transform 250ms ease-out 0s; -o-transition: transform 250ms ease-out 0s; transition: transform 250ms ease-out 0s; }
.open span.alter-menu-icon { background-position: 0 -24px; -webkit-transform: rotate(-180deg); -moz-transform: rotate(-180deg); -ms-transform: rotate(-180deg); -o-transform: rotate(-180deg); transform: rotate(-180deg); -webkit-transition: transform 250ms ease-out 0s; -moz-transition: transform 250ms ease-out 0s; -o-transition: transform 250ms ease-out 0s; transition: transform 250ms ease-out 0s; }
#navigation-mobile { display: none; margin-top: 30px; }
#navigation-mobile li { font-size: 14px; font-weight: 700; text-transform: uppercase; }
#navigation-mobile li:not(:last-child) { margin-bottom: 8px; padding-bottom: 8px; border-bottom: 1px solid rgba( 0, 0, 0, 0.05 ); }
#navigation-mobile .sub-menu { list-style: none outside none; margin-top: 10px; padding-left: 20px; }
#navigation-mobile .sub-menu li { font-weight: 400; }
#navigation-mobile .sub-menu .sub-menu li { font-weight: 300; font-size: 12px; }
#navigation-mobile li a { display: block; }
#navigation-mobile li a:link, #navigation-mobile li a:visited { color: #636363; }
#navigation-mobile li a:hover, #navigation-mobile li a:focus { color: #016a9d; }
/* == END dropdown-menu kustom style == */

/* ================================================== VARIOUS PAGE ELEMENTS */

/* == site header == */
#k-functional-wrap { position: relative; }
#k-head { margin-bottom: 0px; }
#k-site-logo { position: relative; margin-right: 50px; }
.k-logo { margin: 0;padding: 25px 0px; }
/* == END site header == */

/* == top search == */
#top-searchform { display: none; }
#top-searchform .input-group { display: block; }
#site-search { text-align: center; margin-top: 10px; border: none; border-bottom: 2px dotted rgba(0, 0, 0, 0.05); -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none; font-size: 16px; font-weight: 300; height: 40px; padding: 5px 20px; background: transparent; z-index: 1; }
.s-close { display: none; margin-top: 5px; color: #016a9d; }
.opened .s-open { display: none; }
.opened .s-close { display: block; }
.search-icon { position: absolute; top: -1px; right: 15px; width: 30px; height: 28px; line-height: 25px; background-color: #FFF; cursor: pointer; z-index: 2; transition: all .21s; }
.search-icon.opened { top: 48px; background-color: #F1F1F1; }
#top-searchform .form-control:focus { border-left: none; border-top: none; border-right: none; -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none; }
/* == END top search == */

/* == breadcrumbs == */
/* ----------------- */
/* as of 14.10.2014. with Tadlock's breadcrumbs system */
.k-breadcrumbs { background-color: inherit; min-height: 20px; line-height: 20px; border-radius: 0; margin: 0; padding-top: 5px; }
.breadcrumbs { font-size: 11px; font-weight: 300; text-shadow: none; }
/* == END breadcrumbs == */

/* == site body == */
#k-body { background-color: #eaf6fc;
    border-top: 1px solid #cfedfd; padding: 0 0 20px 0; }
/* == END site body == */

/* == site footer == */
#k-footer { background-color:#bddaea border-top: 1px solid #EEE; padding: 40px 0; }
/* == END site footer == */

/* == site subfooter == */
#k-subfooter { background-color: #23282d; }
.copy-text { font-size: 11px; line-height: 16px; margin-bottom: 0; padding: 40px 0; text-transform: uppercase; }
/* == END site subfooter == */

/* == BLOG == */
.category-description, .call-out { font-size: 18px; line-height: 28px; font-weight: 600; margin: 20px 0; }
/* == END BLOG == */

/* == slider == */
.carousel-indicators { left: inherit; right: 20px; top: 20px; bottom: inherit; height: inherit; width: inherit; margin: 0; }
.carousel-indicators li, .carousel-indicators .active { height: 15px; width: 15px; border-width: 2px; margin: 1px 1px 1px 7px; }
.carousel-indicators li { background-color: #222222\9; background-color: rgba( 0, 0, 0, 0.1 ); } 
.carousel-indicators .active { opacity: 0.7; }
.carousel-control.right, .carousel-control.left { background-image: none; background-repeat: inherit; background-color: rgba( 0, 0, 0, 0.7 ); top: 50%; width: 40px; height: 40px; margin-top: -20px; line-height: 40px; }
.carousel-inner > .item { -webkit-transition: 0.3s ease-in-out left; -moz-transition: 0.3s ease-in-out left; -o-transition: 0.3s ease-in-out left; transition: 0.3s ease-in-out left; }
.carousel-control { color: #016a9d; }
.carousel-control.left { left: 40px; }
.carousel-control.right { right: 40px; }
.carousel-control.left, 
.carousel-control.right { opacity: 0; -webkit-transition: all 100ms ease-out 0s; -moz-transition: all 100ms ease-out 0s; -o-transition: all 100ms ease-out 0s; transition: all 100ms ease-out 0s; }
.carousel:hover .carousel-control.left  { left: 0; opacity: 1; }
.carousel:hover .carousel-control.right { right: 0; opacity: 1; }
.k-carousel-caption { position: absolute; border-top: 3px solid #016a9d; }
.caption-content { padding: 30px; }
.caption-title { font-weight: 700; margin: 0 0 15px 0; padding: 0 0 10px 0; border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
.caption-content p { line-height: 24px; }
.pos-1-3-right, .pos-1-3-left { width: 33.3%; }
.pos-2-3-right, .pos-2-3-left  { width: 66.6%; }
.pos-1-3-left, .pos-2-3-left { left: 0; }
.pos-1-3-right, .pos-2-3-right { right: 0; }
.pos-1-3-left, .pos-2-3-left, .pos-1-3-right, .pos-2-3-right, .pos-l-full, .pos-r-full { bottom: 0; }
.pos-c-full, .pos-l-full, .pos-r-full { width: 100%; }
.pos-r-full { text-align: right; }
.pos-c-2-3 { width: 66.6%; margin: 0 17%; }
.pos-c-full, .pos-c-2-3 { bottom: 0; text-align: center; }
.scheme-dark { color: #FFF; background-color: rgba(0, 0, 0, 0.5); -moz-text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); -webkit-text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }
.scheme-light { color: #23282d; background-color: rgba(255, 255, 255, 0.5); -moz-text-shadow: 0 1px 2px rgba(255, 255, 255, 0.6); -webkit-text-shadow: 0 1px 2px rgba(255, 255, 255, 0.6); text-shadow: 0 1px 2px rgba(255, 255, 255, 0.6); }
.scheme-dark .caption-title { color: #FFF; }
.scheme-light .caption-title { color: #363636; border-bottom: 1px solid rgba(0, 0, 0, 0.2); }
.no-bg { background: none; border-top: none; }
.no-bg .caption-title { border-bottom: none; margin: 0 0 5px 0; padding: 0; }
.utabm { margin: 20px 0 !important; }

/* == bootstrap carousel with fade effect == */
.carousel.carousel-fade { background-color: #252525; }
.carousel.carousel-fade .item { 
	-webkit-transition: opacity .5s ease-in-out; 
	-moz-transition: opacity .5s ease-in-out;
	-o-transition: opacity .5s ease-in-out;
	transition: opacity .5s ease-in-out; 
	opacity: 0; 
}
.carousel.carousel-fade .active.item { 
	opacity: 1; 
}
.carousel.carousel-fade .active.left, 
.carousel.carousel-fade .active.right { 
	left: 0; 
	z-index: 2; 
	opacity: 0; 
}
.carousel.carousel-fade .next, 
.carousel.carousel-fade .prev { 
	left: 0; 
	z-index: 1; 
}
.carousel.carousel-fade .carousel-control { z-index: 3; }

/* == bootstrap carousel with cross-fade effect == */
.carousel.carousel-crossfade { background-color: #252525; }
.carousel.carousel-crossfade .item { 
	opacity: 0;
	left: 0;
}
.carousel.carousel-crossfade .item.active { 
	-webkit-transform: rotate(0) scale(1); 
	-ms-transform: rotate(0) scale(1); 
	transform: rotate(0) scale(1); 
	-webkit-transform-origin: center center;
	-ms-transform-origin: center center;
	transform-origin: center center;  
	opacity: 1; 
}
.carousel.carousel-crossfade .active.left, .carousel.carousel-crossfade .active.right { 
	-webkit-transform: scale(4); 
	-ms-transform: scale(4); 
	transform: scale(4);
	-webkit-transform-origin: center center; 
	-ms-transform-origin: center center;
	transform-origin: center center;
	opacity: 0;
	-webkit-transition: all 0.5s ease-in-out 0.1s; 
	-moz-transition: all 0.5s ease-in-out 0.1s;
	-o-transition: all 0.5s ease-in-out 0.1s;
	transition: all 0.5s ease-in-out 0.1s;
}
.carousel.carousel-crossfade .next.left, .carousel.carousel-crossfade .prev.right { 
	-webkit-transform: rotate(0) scale(1); 
	-ms-transform: rotate(0) scale(1); 
	transform: rotate(0) scale(1);
	-webkit-transform-origin: center center; 
	-ms-transform-origin: center center;
	transform-origin: center center; 
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
	opacity: 1; 
}
.carousel.carousel-crossfade div.next { 
	-webkit-transform: rotate(-90deg) scale(4); 
	-ms-transform: rotate(-90deg) scale(4); 
	transform: rotate(-90deg) scale(4); 
	-webkit-transform-origin: center center;
	-ms-transform-origin: center center;
	transform-origin: center center; 
}
.carousel.carousel-crossfade div.prev { 
	-webkit-transform: rotate(90deg) scale(4); 
	-ms-transform: rotate(90deg) scale(4); 
	transform: rotate(90deg) scale(4); 
	-webkit-transform-origin: center center;
	-ms-transform-origin: center center;
	transform-origin: center center;
}

/* == bootstrap carousel with perspective effect == */ 
.carousel.carousel-perspective { background-color: #252525; }
.carousel.carousel-perspective .carousel-inner { 
	-webkit-perspective: 800px;
	-ms-perspective: 800px;
	perspective: 800px;
}
.carousel.carousel-perspective .item { 
	opacity: 1;
	left: 0;
}
.carousel.carousel-perspective .item.active {
	-webkit-transform: rotateX(0) translateZ(0) translateY(0) scale(1); 
	-ms-transform: rotateX(0) translateZ(0) translateY(0) scale(1);
	transform: rotateX(0) translateZ(0) translateY(0) scale(1);
	outline: 1px solid transparent;
	opacity: 1;
	z-index: 2;
}
.carousel.carousel-perspective .active.left {  
	-webkit-transform: rotateX(-60deg) translateZ(-150px) translateY(-85%) scale(1);
	-ms-transform: rotateX(-60deg) translateZ(-150px) translateY(-85%) scale(1);
	transform: rotateX(-60deg) translateZ(-150px) translateY(-85%) scale(1);
	-webkit-transition: all 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
	-moz-transition: all 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
	-o-transition: all 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
	transition: all 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000); /* easeInOutQuint */
	-webkit-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
	-moz-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
	-o-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
	transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000); /* easeInOutQuint */
	opacity: 0;
	left: 0;
}
.carousel.carousel-perspective .active.right {  
	-webkit-transform: rotateX(60deg) translateZ(-150px) translateY(85%) scale(1);
	-ms-transform: rotateX(60deg) translateZ(-150px) translateY(85%) scale(1);
	transform: rotateX(60deg) translateZ(-150px) translateY(85%) scale(1);
	-webkit-transition: all 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
	-moz-transition: all 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
	-o-transition: all 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
	transition: all 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000); /* easeInOutQuint */
	-webkit-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
	-moz-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
	-o-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
	transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000); /* easeInOutQuint */
	opacity: 0;
	left: 0;
}
.carousel.carousel-perspective .next.left, .carousel.carousel-perspective .prev.right { 
	-webkit-transform: rotateX(0) translateZ(0) translateY(0) scale(1); 
	-ms-transform: rotateX(0) translateZ(0) translateY(0) scale(1); 
	transform: rotateX(0) translateZ(0) translateY(0) scale(1); 
	-webkit-transition: all 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
	-moz-transition: all 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
	-o-transition: all 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
	transition: all 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000); /* easeInOutQuint */
	-webkit-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
	-moz-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
	-o-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
	transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000); /* easeInOutQuint */
	opacity: 1; 
}
.carousel.carousel-perspective div.next { 
	-webkit-transform: rotateX(60deg) translateZ(-150px) translateY(85%) scale(1);
	-ms-transform: rotateX(60deg) translateZ(-150px) translateY(85%) scale(1);
	transform: rotateX(60deg) translateZ(-150px) translateY(85%) scale(1); 
	z-index: -1;
}
.carousel.carousel-perspective div.prev { 
	-webkit-transform: rotateX(-60deg) translateZ(-150px) translateY(-85%) scale(1);
	-ms-transform: rotateX(-60deg) translateZ(-150px) translateY(-85%) scale(1);
	transform: rotateX(-60deg) translateZ(-150px) translateY(-85%) scale(1);
}

/* == bootstrap carousel with DNA effect == */ 
.carousel.carousel-dna { background-color: #252525; }
.carousel.carousel-dna .carousel-inner { 
	-webkit-perspective: 800px;
	-ms-perspective: 800px;
	perspective: 800px;
}
.carousel.carousel-dna .item { 
	opacity: 1;
	left: 0;
}
.carousel.carousel-dna .item.active {
	-webkit-transform: rotateY(0) translateZ(0) translateY(0) scale(1);
	-ms-transform: rotateY(0) translateZ(0) translateY(0) scale(1);
	transform: rotateY(0) translateZ(0) translateY(0) scale(1);
	outline: 1px solid transparent;
	opacity: 1;
	z-index: 2;
}
.carousel.carousel-dna .active.left { 
	-webkit-transform: rotateY(-60deg) translateZ(-50px) translateY(-100%) scale(3);
	-ms-transform: rotateY(-60deg) translateZ(-50px) translateY(-100%) scale(3); 
	transform: rotateY(-60deg) translateZ(-50px) translateY(-100%) scale(3);
	-webkit-transition: all 500ms cubic-bezier(1.000, 0.625, 0.170, 1.000);
	-moz-transition: all 500ms cubic-bezier(1.000, 0.625, 0.170, 1.000);
	-o-transition: all 500ms cubic-bezier(1.000, 0.625, 0.170, 1.000);
	transition: all 500ms cubic-bezier(1.000, 0.625, 0.170, 1.000); /* custom */
	-webkit-transition-timing-function: cubic-bezier(1.000, 0.625, 0.170, 1.000);
	-moz-transition-timing-function: cubic-bezier(1.000, 0.625, 0.170, 1.000);
	-o-transition-timing-function: cubic-bezier(1.000, 0.625, 0.170, 1.000);
	transition-timing-function: cubic-bezier(1.000, 0.625, 0.170, 1.000); /* custom */
	opacity: 0;
	left: 0;
}
.carousel.carousel-dna .active.right {  
	transform: rotateY(60deg) translateZ(50px) translateY(100%) scale(3);
	transition: all 500ms cubic-bezier(1.000, 0.625, 0.170, 1.000); /* custom */
	transition-timing-function: cubic-bezier(1.000, 0.625, 0.170, 1.000); /* custom */
	opacity: 0;
	left: 0;
}
.carousel.carousel-dna .next.left, .carousel.carousel-dna .prev.right { 
	-webkit-transform: rotateY(0) translateZ(0) translateY(0) scale(1);
	-ms-transform: rotateY(0) translateZ(0) translateY(0) scale(1);
	transform: rotateY(0) translateZ(0) translateY(0) scale(1);
	 -webkit-transition: all 500ms cubic-bezier(1.000, 0.625, 0.170, 1.000);
	 -moz-transition: all 500ms cubic-bezier(1.000, 0.625, 0.170, 1.000);
	 -o-transition: all 500ms cubic-bezier(1.000, 0.625, 0.170, 1.000);
	transition: all 500ms cubic-bezier(1.000, 0.625, 0.170, 1.000); /* custom */
	-webkit-transition-timing-function: cubic-bezier(1.000, 0.625, 0.170, 1.000);
	-moz-transition-timing-function: cubic-bezier(1.000, 0.625, 0.170, 1.000);
	-o-transition-timing-function: cubic-bezier(1.000, 0.625, 0.170, 1.000);
	transition-timing-function: cubic-bezier(1.000, 0.625, 0.170, 1.000); /* custom */
	opacity: 1; 
	z-index: -1;
}
.carousel.carousel-dna div.next { 
	-webkit-transform: rotateY(60deg) translateZ(-100px) translateY(150%) scale(2); 
	-ms-transform: rotateY(60deg) translateZ(-100px) translateY(150%) scale(2); 
	transform: rotateY(60deg) translateZ(-100px) translateY(150%) scale(2); 
}
.carousel.carousel-dna div.prev { 
	-webkit-transform: rotateY(-60deg) translateZ(100px) translateY(-150%) scale(2); 
	-ms-transform: rotateY(-60deg) translateZ(100px) translateY(-150%) scale(2); 
	transform: rotateY(-60deg) translateZ(100px) translateY(-150%) scale(2); 
}

/* == bootstrap carousel with push effect == */ 
.carousel.carousel-push { background-color: #252525; }
.carousel.carousel-push .item { 
	opacity: 0;
	left: 0;
}
.carousel.carousel-push .item.active {
	-webkit-transform: scale(1) translateX(0);
	-ms-transform: scale(1) translateX(0);
	transform: scale(1) translateX(0);
	outline: 1px solid transparent;
	opacity: 1;
}
.carousel.carousel-push .active.left { 
	-webkit-transform:  scale(0.9) translateX(-50%);
	-ms-transform: scale(0.9) translateX(-50%);
	transform: scale(0.9) translateX(-50%);
    transition: all 500ms cubic-bezier(0.645, 0.045, 0.355, 1.000); /* easeInOutCubic */
	transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1.000); /* easeInOutCubic */
	opacity: 0;
	left: 0;
}
.carousel.carousel-push .active.right {  
	-webkit-transform: scale(0.9) translateX(50%);
	-ms-transform: scale(0.9) translateX(50%);
	transform: scale(0.9) translateX(50%);
    transition: all 500ms cubic-bezier(0.645, 0.045, 0.355, 1.000); /* easeInOutCubic */
	transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1.000); /* easeInOutCubic */
	opacity: 0;
	left: 0;
}
.carousel.carousel-push .next.left, .carousel.carousel-push .prev.right { 
	-webkit-transform: scale(1) translateX(0);
	-ms-transform: scale(1) translateX(0);
	transform: scale(1) translateX(0);
	 -webkit-transition: all 500ms cubic-bezier(0.645, 0.045, 0.355, 1.000);
	 -moz-transition: all 500ms cubic-bezier(0.645, 0.045, 0.355, 1.000);
	 -o-transition: all 500ms cubic-bezier(0.645, 0.045, 0.355, 1.000);
    transition: all 500ms cubic-bezier(0.645, 0.045, 0.355, 1.000); /* easeInOutCubic */
	-webkit-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1.000);
	-moz-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1.000);
	-o-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1.000);
	transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1.000); /* easeInOutCubic */
	opacity: 1;
	z-index: 2;
}
.carousel.carousel-push div.next { 
	-webkit-transform: scale(2) translateX(50%);
	-ms-transform: scale(2) translateX(50%);
	transform: scale(2) translateX(50%); 
}
.carousel.carousel-push div.prev { 
	-webkit-transform: scale(2) translateX(-50%);
	-ms-transform: scale(2) translateX(-50%);
	transform: scale(2) translateX(-50%); 
}

/* == END slider == */

/* ================================================== PAGES, POSTS, CUSTOM POSTS & WIDGETS */

/* == leadership == */
.leadership-wrapper { margin-top: 40px; }
.leadership-photo { float: left; }
.leadership-photo img { max-width: 100px; }
.widget-container .leadership-photo img { max-width: 70px; }
.leadership-meta { margin-left: 130px; }
.widget-container .leadership-meta { margin-left: 90px; }
.widget-container .leadership-meta { font-size: 14px; line-height: 24px; }
.leadership-function { margin: 15px 0 1px; }
.leadership-position { font-size: 14px; line-height: 18px; font-style: italic; margin: 5px 0 20px; padding-bottom: 10px; border-bottom: 4px solid rgba( 0, 0, 0, 0.05 ); }
.leadership-bio:last-child { margin-bottom: 0; }
/* == END leadership == */

/* == gallery; category + single == */
.gallery-wrapper { margin-top: 40px; }
.gallery-last-photo { margin-bottom: 10px; border-bottom: 10px solid rgba( 0, 0, 0, 0.05 ); }
.gallery-info { float: left; width: 70px; margin-right: 15px; padding-right: 15px; border-right: 1px solid rgba( 0, 0, 0, 0.05 ); }
.gallery-photos-num { display: block; text-align: center; font-size: 36px; font-weight: 800; line-height: 1; color: #68b5e6; }
.gallery-photos-tag { display: block; text-align: center; font-size: 12px; line-height: 12px; margin-top: 3px; font-weight: 400; text-transform: uppercase; }
.gallery-meta { margin-left: 90px; }
.gallery-title { font-size: 22px; line-height: 26px; font-weight: 700; margin-top: 14px; margin-bottom: 0; }
.widget-container .gallery-title { font-size: 16px; font-weight: 300; line-height: 22px; margin-top: 0; }
.widget-container .gallery-photos-num { font-size: 26px; }
.widget-container .gallery-photos-tag { font-size: 11px; }
.gallery-title a { display: block; }
.gallery-description { font-size: 14px; }
.gallery-wrapper:last-child	.gallery-description { margin-bottom: 0; }
.gallery-photo-thumb { margin-top: 20px; border-bottom: 10px solid rgba( 0, 0, 0, 0.05 ); }
.gallery-photo-description { font-size: 12px; font-weight: 400; line-height: 18px; margin: 10px 0; font-style: italic; }
.next-gallery-thumb { float: left; max-width: 70px; }
.next-gallery-meta { margin-left: 90px; }
.next-gallery-link { display: block; float: right; }
.next-gallery-link .title-median { font-size: 12px; line-height: 14px; font-weight: 300; }
.next-gallery-link .gallery-photos-num { text-align: left; font-size: 24px; margin-top: 10px; float: left; padding-right: 8px; border-right: 1px solid rgba( 0, 0, 0, 0.05 ); }
.next-gallery-link .gallery-photos-tag { text-align: left; float: left; margin: 20px 0 0 8px; color: #CCC; }
.next-gallery-link:hover .next-gallery-title, .next-gallery-link:focus .next-gallery-title { color: #016a9d; }
/* wp gallery */
.k-gallery-grid { overflow: hidden; margin: 20px 0; padding-bottom: 15px; background-color: rgba( 0, 0, 0, 0.03 ); }
.k-gallery-grid li { margin: 15px 0 0; }
/* == END gallery; category + single == */

/* == 404 Error == */
.thumb-404 { margin-top: 40px; }
/* == END 404 Error == */

/* == Contact page == */
#spam-label, #spam { display: table-cell; vertical-align: middle; }
#spam-label { float: left; line-height: 40px; margin-right: 5px; }
#spam { width: 50px; }
/* == END Contact page == */

/* == widgets global == */
li.widget-container:not(:first-child) { margin-top: 60px; }
.widget_archive ul, .widget_categories ul, .widget_pages ul, .widget_meta ul, .widget_nav_menu ul { padding-left: 0; list-style: none outside none; }
.widget_archive ul li, .widget_categories ul li, .widget_pages ul li, .widget_meta ul li, .widget_nav_menu ul li { font-size: 13px; line-height: 20px; font-weight: 700; text-transform: uppercase; padding-left: 15px; position: relative; }
.widget_archive ul li:before, .widget_categories ul li:before, .widget_pages ul li:before, .widget_meta ul li:before, .widget_nav_menu ul li:before { content: ""; position: absolute; width: 3px; height: 3px; left: 0; top: 7px; background-color: rgba( 0, 0, 0, 0.3 ); }
.widget_archive ul li:not(:last-child), .widget_categories ul li:not(:last-child), .widget_pages ul li:not(:last-child), .widget_meta ul li:not(:last-child), .widget_nav_menu ul li:not(:last-child) { border-bottom: 1px solid rgba( 0, 0, 0, 0.05 ); margin-bottom: 7px; padding-bottom: 7px; }
.widget_pages ul li a, .widget_meta ul li a, .widget_nav_menu ul li a { display: block; }
.widget_archive ul li a:link, .widget_categories ul li a:link, .widget_pages ul li a:link, .widget_meta ul li a:link, .widget_nav_menu ul li a:link, 
.widget_archive ul li a:visited, .widget_categories ul li a:visited, .widget_pages ul li a:visited, .widget_meta ul li a:visited, .widget_nav_menu ul li a:visited { color: #636363; }
.widget_archive ul li a:hover, .widget_categories ul li a:hover, .widget_pages ul li a:hover, .widget_meta ul li a:hover, .widget_nav_menu ul li a:hover, 
.widget_archive ul li a:focus, .widget_categories ul li a:focus, .widget_pages ul li a:focus, .widget_meta ul li a:focus, .widget_nav_menu ul li a:focus { color: #016a9d; }
.tagcloud { overflow: hidden; }
.tagcloud a { background-color: rgba( 0, 0, 0, 0.05 ); display: block; float: left; font-size: 12px !important; line-height: 18px; margin: 0 5px 5px 0; padding: 5px 10px; position: relative; }
.tagcloud a:link, .tagcloud a:visited { color: #636363; }
.tagcloud a:hover, .tagcloud a:focus { color: #016a9d; }
.textwidget { font-size: 14px; line-height: 24px; }
#recentcomments, .widget_recent_entries ul { padding: 0; }
#recentcomments li, .widget_recent_entries ul li { list-style: none; line-height: 22px; font-size: 14px; margin-bottom: 10px; }
/*#recentcomments li a { display: block !important; margin-bottom: 10px !important; }*/
#recentcomments li:last-child a { margin-bottom: 0 !important; }
.widget_recent_entries ul li span { display: block !important; margin-bottom: 10px !important; }
.widget_recent_entries ul li:last-child span { margin-bottom: 0 !important; }
#wp-calendar { font-size: 14px; width: 100%; margin: 0; border-top: 1px solid rgba( 0, 0, 0, 0.05 ); border-bottom: 1px solid rgba( 0, 0, 0, 0.05 ); }
#wp-calendar caption { padding: 0 0 2px 0; margin: 0 0 2px 0; font-style: italic; text-align: left; }
#wp-calendar th, #wp-calendar td { text-align: center; padding: 2px; }
#wp-calendar th { /*font-weight: bold;*/ }
td#prev { text-align: left; padding: 5% 2%; }
td#next { text-align: right; padding: 5% 2%; }
/* == END widgets global == */

/* == upcoming events ( widget, page and single ) == */
.up-event-wrap:not(:last-child) { margin-bottom: 40px; }
.up-event-meta { margin-bottom: 15px; }
.up-event-meta div:not(:last-child) { border-right: 1px solid rgba( 0, 0, 0, 0.05 ); }
.up-event-date { float: left; font-size: 12px; font-weight: 700; color: #5fa204; text-transform: uppercase; padding: 0px 15px; border-top: 1px solid rgba( 0, 0, 0, 0.05 ); border-bottom: 1px solid rgba( 0, 0, 0, 0.05 ); }
.up-event-time {  font-size: 12px; font-weight: 400; padding: 0px 15px; border-top: 1px solid rgba( 0, 0, 0, 0.05 ); border-bottom: 1px solid rgba( 0, 0, 0, 0.05 ); }
.widget-container .up-event-wrap p { font-size: 14px; line-height: 24px; margin-bottom: 0; }
.up-event-wrapper { margin-top: 40px; }
.up-event-wrapper:last-child p { margin-bottom: 0; }
.event-meta { margin-top: 15px; margin-bottom:10px;text-align: center; overflow: hidden; }
.event-from, .event-to { display: inline-block; font-size: 12px; font-weight: 700; line-height: 1; color: #FFF; background-color: #5fa204; padding: 10px; margin-right: 1px; text-transform: uppercase; }
.event-divider{ display: block; text-align:center;display: inline-block; font-size: 12px; line-height: 1; background-color: #F1F1F1; padding: 10px 5px; margin-right: 1px; text-transform: uppercase; }
.event-time { display: block; clear:both; font-size: 14px; line-height: 1; color:black;font-weight:700; text-align:center; padding: 10px 5px; margin-right: 1px; text-transform: uppercase; }
.google-add-wrap { margin-top: 20px; display: table; clear: both; }
li .google-add-wrap { margin: 0 0 20px; }
.event-to-google-cal { display: block; font-size: 13px; font-weight: 700; line-height: 1; clear: left; text-transform: uppercase; }
li .event-to-google-cal{ font-size: 12px; font-weight: 400; }
.event-to-google-cal i { margin-right: 5px; }
/* == END upcoming events ( widget, page and single ) == */

/* == courses (category, single) == */
.table-courses { margin-top: 40px; }
.table-courses > thead > tr > th, .table-courses > tbody > tr > th, .table-courses > tfoot > tr > th, .table-courses > thead > tr > td, .table-courses > tbody > tr > td, .table-courses > tfoot > tr > td { font-size: 14px; padding: 15px 8px; }
.table-courses > thead > tr > th { padding-top: 0; }
.table-courses a { display: block; }
.table-courses a:link, .table-courses a:visited { color: #363636; }
.table-courses a:hover, .table-courses a:focus { color: #016a9d; }
.course-meta { margin: 40px 0 0; }
.course-meta dt { float: left; clear: left; white-space: nowrap; text-overflow: elipsis; overflow: hidden; font-size: 14px; font-weight: 700; text-transform: uppercase; text-align: inherit; width: 180px; }
.course-meta dd { font-size: 14px; margin-left: 180px; }
.course-meta dt, .course-meta dd { padding: 5px 0; }
.list-downloads { margin: 20px 0 0 0; }
.list-downloads li { position: relative; }
.list-downloads li i { display: block; position: absolute; font-size: 18px; top: 5px; color: #68B5E6; }
.download-link { display: block; margin-left: 30px; }
.download-link:link, .download-link:visited { color: #363636 !important; }
.download-link:hover, .download-link:focus { color: #016a9d !important; }
.list-downloads li:not(:last-child) { margin-bottom: 10px; padding-bottom: 10px; border-bottom: 1px solid rgba( 0, 0, 0, 0.05 ); }
.list-downloads .help-block { margin-top: 0; }
/* == END courses (category, single) == */

/* == news ( widget, page and single ) == */
.recent-news-wrap:not(:last-child) { margin-bottom: 19px; padding-bottom: 20px; }
.recent-news-wrap .title-median { margin-bottom: 0; }
.recent-news-date { font-size: 13px; font-weight: 300; }
.recent-news-thumb { float: left; }
.recent-news-thumb img { width: 90px; }
.recent-news-text { margin-left: 110px; }
.widget_recent_news .title-median { margin-bottom: 0; }
.widget-container .recent-news-date { font-size: 12px; line-height: 14px; margin: 8px 0 15px 0; padding: 0 0 15px 0; border-bottom: 1px solid rgba( 0, 0, 0, 0.05 ); }
.widget-container .recent-news-text p { font-size: 14px; line-height: 24px; margin: -4px 0 0 0; }
.news-no-summary .recent-news-date { padding: 0; margin: 0 0 10px; border: none; }
.news-no-summary .recent-news-thumb img { width: 70px; }
.news-no-summary .recent-news-text { margin-left: 90px; }
.news-no-summary:not(:last-child) { border-bottom: 1px solid rgba( 0, 0, 0, 0.05 ); }
.news-mini-wrap, .news-stacked:not(:first-child) { margin-top: 40px; }
.page .news-stacked { margin-top: 40px; }
.page .news-stacked .news-summary p { font-size: inherit; }
.news-mini-wrap .page-title { font-size: 18px; line-height: 22px; }
.news-featured-image { margin-bottom: 20px;}
.news-mini-wrap .news-featured-image { margin-bottom: 15px; }
.news-meta { margin-top: 5px; }
.news-summary { margin-top: 10px; }
.news-mini-wrap .news-summary p { font-size: 14px; line-height: 24px; margin: 0; }
.news-body { margin-top: 55px;}
.news-bodybot { margin-bottom: 45px;}
.news-body p:last-child { margin-bottom: 0; }
.news-tags { margin-top: 40px; }
.sticky { background-color: #eaf6fc; padding-top: 15px; }
.gallery-caption {  } /* style up at will */
.bypostauthor {  } /* style up at will */
/* == END news ( widget, page and single ) == */

/* == post comments == */
.row-splitter { margin: 30px -30px 20px; height: 20px; background: #eaf6fc; }
.comment-reply-title small { float: right; }
.commentlist { margin-top: 40px !important; }
.commentlist, .children { list-style: none outside none; margin: 0; padding: 0; }
.comment { position: relative; font-size: 14px; line-height: 26px; }
.comment-avatar { float: left; margin: 0 20px 0 0; }
.comment-content-wrap { margin-left: 70px; }
.comment-author cite, .comment-author cite a { font-weight: 400; color: #363636; }
.comment-meta { margin-bottom: 5px; font-size: 12px; }
.comment-body { line-height: 24px; font-size: 14px; margin-bottom: 20px; padding-bottom: 5px; }
.comment-awaiting-moderation { margin-bottom: 0; color: coral; text-transform: uppercase; }
.children .comment { padding-left: 70px; }
.comment img.avatar { width: 50px !important; -moz-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 50px; }
.comment-reply-link { float: right; font-weight: 700; text-transform: uppercase; }
#respond { /*margin-top: 40px;*/ }
li.comment #respond { margin-top: 30px; }
#comment { height: 206px; }
#commentform { margin-top: 20px; }
/* == END post comments == */

/* == widget course finder + newsletter form ( both share the same styling ) == */
#course-finder .form-control, 
.newsletter-form .form-control { height: 40px; -moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0; border: 2px solid #E9E9E9; border-right: none; }
#course-finder .input-group-btn:last-child > .btn, 
.newsletter-form .input-group-btn:last-child > .btn { margin-left: 0; }
#course-finder .btn-default, 
.newsletter-form .btn-default { font-size: 14px; font-weight: 700; color: #FFF; -moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0; border: none; padding: 9px 12px; }
#course-finder .btn-default:before, 
.newsletter-form .btn-default:before { content: ""; position: absolute; left: -4px; top: 50%; margin-top: -4px; width: 0; height: 0; border-top: 5px solid transparent; border-bottom: 5px solid transparent; z-index: 999; }
#course-finder .btn-default { background-color: #68b5e6; }
#course-finder .btn-default:before { border-right: 5px solid #68b5e6; }
.newsletter-form .btn-default { background-color: #5fa204; }
.newsletter-form .btn-default:before { border-right: 5px solid #5fa204; }
#course-finder .btn-default:hover, #course-finder .btn-default:visited, #course-finder .btn-default:active, #course-finder .btn-default.active, 
.newsletter-form .btn-default:hover, .newsletter-form .btn-default:visited, .newsletter-form .btn-default:active, .newsletter-form .btn-default.active { background-color: #333; }
#course-finder .btn-default:hover:before, 
.newsletter-form .btn-default:hover:before { border-right: 5px solid #333; }
/* == END widget course finder == */

/* == widget twitter == */
.twitter-twitt { position: relative; font-size: 12px; line-height: 20px; background-color: rgba( 0, 0, 0, 0.05 ); padding: 10px 15px; margin-bottom: 15px; -moz-border-radius: 10px; -webkit-border-radius: 10px; border-radius: 10px; }
.twitter-twitt:after { content: ""; position: absolute; width: 0; height: 0; bottom: -15px; left: 20%; border-top: 15px solid rgba( 0, 0, 0, 0.05 ); border-right: 15px solid transparent; }
.twitter-twitt p { font-style: italic; margin-bottom: 0; }
.k-twitter-twitts-footer { margin: 0 15%; }
.k-twitter-twitts-footer i { font-size: 20px; }
.k-twitter-twitts-follow { font-size: 12px; }
.k-twitter-twitts-follow:link, .k-twitter-twitts-follow:visited { color: #636363; }
.k-twitter-twitts-follow:hover, .k-twitter-twitts-follow:focus { color: #363636; }
/* == END widget twitter == */

/* == widget flickr == */
.widget_sofa_flickr li { float: left; margin: 0 5px 5px 0; }
.widget_sofa_flickr li img { width: 75px; }
/* == END widget flickr == */

/* == widget quick contact == */
.m-contact-subject { margin-bottom: 10px !important; }
.m-contact-address, .m-contact-tel-fax { font-size: 13px; }
.m-contact-tel-fax { margin-top: 10px; }
.m-contact-street, .m-contact-city-region, .m-contact-zip-country, .m-contact-tel, .m-contact-fax { display: block; }
.m-contact-tel, .m-contact-fax { font-size: 12px; font-weight: 700; text-transform: uppercase; }
/* social contacts */
.social-icons { margin-top: 10px; padding-top: 10px; border-top: 1px solid rgba( 0, 0, 0, 0.05 ); }
.social-icons ul { margin-left: 2px; }
.social-icons ul li:not(:last-child) { border-right: 1px solid rgba( 0, 0, 0, 0.05 ); }
.social-icons ul li { padding: 0; }
.social-icons ul li a { display: block; font-size: 18px; padding: 0 15px; }
.social-icons ul li:first-child a { padding-left: 0; }
.social-icons ul li a:link, .social-icons ul li a:visited { color: #636363; }
.social-icons ul li a:hover, .social-icons ul li a:focus { color: #000; }
/* == END widget quick contact == */

/* ================================================== THEME PLUGINS */

/* == Google Maps == */
.map { height: 400px; width: 100%; margin-bottom: 20px; }
.map img { width: inherit; max-width: inherit; }
.map-info-win { width: 200px; }
.gm-style { line-height: 18px; }
/* == END Google Maps == */

/* == Responsive Videos == */
.video-container { margin-bottom: 20px; display: none; }
.wpview-content .video-container { margin-bottom: 0; display: inherit; }
/* == END Responsive Videos == */

/* == Audio Player == */
audio { display: none; }
.audioplayer { 	-webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; margin-bottom: 10px; }
.audioplayer-bar-played { background: none; }
/* == END Audio Player == */

/* == Pie Charts == */
.easyPieChart { position: relative; text-align: center; margin: 0 auto 10px auto; font-size: 23px; font-weight: 700; }
.easyPieChart canvas { position: absolute; top: 0; left: 0; }
.k-chart-wrap { margin-bottom: 30px; }
.k-chart-wrap div.label { font-size: 14px; line-height: 24px !important; font-weight: inherit; color: inherit; padding: 10px 0; white-space: inherit; }
/* == END Pie Charts == */

/* == Swipebox == */
/* customize the appearance of Swipebox (lightbox image viewer) here if needed! */
/* == END Swipebox == */

/* == AddThis == */
.addthis-wrapper { margin-top: 40px; }
/* == END AddThis == */

/* ================================================== BOOTSTRAP CUSTOM STYLINGS */

/* == bootstrap carousel == */
.carousel { margin-bottom: 20px; }
/* == END bootstrap carousel == */

/* == bootstrap forms == */
.help-block { font-size: 12px; margin: 5px 0 0; line-height: 16px; }
.form-control { -moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0; border: 2px solid rgba( 0, 0, 0, 0.1 ); -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none; height: 40px; padding: 7px 10px; }
.form-control::-webkit-input-placeholder { color: #898989; }
.form-control:-moz-placeholder { color: #898989; }
.form-control::-moz-placeholder { color: #898989; }
.form-control:-ms-input-placeholder { color: #898989; }
label { font-weight: 400; line-height: 1; font-size: 12px; text-transform: uppercase; }
.form-group { margin-bottom: 15px; }
.form-group textarea { line-height: 22px; }
textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus,
input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus,
input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus,
input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus,
.uneditable-input:focus { outline: 0; outline: none \9; /* IE6-9 */ }
.form-control:focus, textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus,
input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus,
input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus,
input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus,
.uneditable-input:focus { border-color: #DDD !important; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #DDD; -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #DDD; box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #DDD; }
textarea { resize: none; }
/* == END bootstrap forms == */

/* == bootstrap alerts == */
.alert { border-radius: 0; font-size: 14px; }
.alert-default { background-color: rgba( 0, 0, 0, 0.05 ); }
.close-me { color: inherit; position: relative; right: -21px; top: -2px; background: none; border: none; cursor: pointer; padding: 0; float: right; font-size: 21px; font-weight: bold; line-height: 1; opacity: 0.2; text-shadow: 0 1px 0 #FFF; }
.close-me:hover { opacity: 1; }
/* == END bootstrap alerts == */

/* == bootstrap tabs and pills == */
.nav-tabs { margin-bottom: 20px; }
.nav-tabs > li > a { -moz-border-radius: 0 !important; -webkit-border-radius: 0 !important; border-radius: 0 !important; font-weight: 700; font-size: 14px; }
.nav > li > a:hover, .nav > li > a:focus { background-color: rgba( 0, 0, 0, 0.05 ); }
.tabs-left > .nav-tabs > li > a { -moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0; }
.nav-pills {  }
.nav-pills > li > a { padding: 5px 15px; }
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus { background-color: #666; }
pre { -moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0; }
/* == END bootstrap tabs and pills == */

/* == bootstrap modals == */
.modal-backdrop.in { z-index: 99998; opacity: 0.7; }
.modal { z-index: 99999; }
.modal-dialog { padding-top: 150px; }
.modal-title { text-transform: uppercase; color: #FFF; }
.modal-content { -moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0; }
.modal-footer { background-color: #bddaea; }
/* == END bootstrap modals == */

/* == bootstrap accordions == */
.panel-group .panel { -moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0; -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none; }
.panel-group .panel-heading { background-color: #bddaea; padding: 0; }
.panel-title > a { display: block; padding: 10px 15px; }
.k-faq-wrap .panel { border: none; }
.k-faq-wrap .panel-heading, .k-faq-wrap .panel-default > .panel-heading { background-color: transparent; padding: 0; }
.k-faq-wrap .panel-title:before { content: "Q:\00a0\00a0\00a0"; float: left; font-weight: 600; }
.k-faq-wrap .panel-title { font-size: 18px; line-height: inherit; color: inherit; margin-bottom: 10px; padding-bottom: 10px; border-bottom: 2px dotted #DDD; }
.k-faq-wrap .panel-title a { padding: 0; margin-left: 40px; }
.k-faq-wrap .panel-body { position: relative; }
.k-faq-wrap .panel-body, .k-faq-wrap .panel-group .panel-heading + .panel-collapse .panel-body { border: none; padding: 0 0 30px 40px; }
/* == END bootstrap accordions == */

/* == bootstrap list groups == */
.list-group-item:first-child, .list-group-item:last-child { -moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0; }
.list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text { color: #EBE8E3; }
a.list-group-item.active > .badge, .nav-pills > .active > a > .badge { background-color: rgba( 255, 0, 0, 0.3 ); color: #FF7F50; }
/* == END bootstrap list groups == */

/* == bootstrap pop over + tooltip == */
.popover { -moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0; z-index: 999999; }
.popover-title { font-weight: 700; font-size: 13px; text-transform: uppercase; }
.popover-content { font-size: 12px; line-height: 20px; padding: 10px 15px 15px 15px; }
.tooltip-inner { -moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0; }
/* == END bootstrap pop over + tooltip == */

/* == bootstrap labels, badges, progress bars, text == */
.label, .badge, .progress { -moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0; }
.label-primary { background-color: #016a9d; }
.label-success, .progress-bar-success { background-color: #35d37d; }
.label-info, .progress-bar-info { background-color: #68b5e6; }
.label-warning, .progress-bar-warning { background-color: #f5a610; }
.label-danger, .progress-bar-danger { background-color: #c84231; }
.text-primary { color: #016a9d; }
.text-success { color: #35d37d; }
.text-info { color: #68b5e6; }
.text-warning { color: #f5a610; }
.text-danger { color: #c84231; }
/* == END bootstrap labels, badges, progress bars, text == */

/* == bootstrap tables == */
.table > thead > tr > th { font-size: 13px; font-weight: 700; border-bottom: 1px solid #F1F1F1; text-transform: uppercase; }
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td { border-top: 1px solid #F1F1F1; }
.table-striped > tbody > tr:nth-child(2n+1) > td, .table-striped > tbody > tr:nth-child(2n+1) > th { background-color: #f7fbfe; }
.table-bordered { border-radius: 0; }
/* == END bootstrap tables == */

/* == bootstrap buttons == */
.btn, .btn:before, .btn:after { -webkit-transition: 0.25s ease-in-out all; -moz-transition: 0.25s ease-in-out all; -o-transition: 0.25s ease-in-out all; transition: 0.25s ease-in-out all; }
.btn { -moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0; box-shadow: none; background-image: none; background-repeat: no-repeat; border-color: transparent; font-weight: 700; text-transform: uppercase; }
.btn-primary, .btn-default, .btn-success, .btn-info, .btn-warning, .btn-danger, .btn-link { background-image: none; background-repeat: no-repeat; border-color: transparent !important; color: #FFF !important; }
.btn-default { background-color: #666666; }
.btn-default:hover, .btn-default:focus { background-color: #333333; }
.btn-primary { background-color: #016a9d; }
.btn-primary:hover,.btn-primary:focus { background-color: #d04c3c; }
.btn-success { background-color: #35d37d; }
.btn-success:hover,.btn-success:focus { background-color: #2cae67; }
.btn-info { background-color: #68b5e6; }
.btn-info:hover,.btn-info:focus { background-color: #5798c1; }
.btn-warning { background-color: #f5a610; }
.btn-warning:hover,.btn-warning:focus { background-color: #c8870d; }
.btn-danger { background-color: #c84231; }
.btn-danger:hover,.btn-danger:focus { background-color: #9d3426; }
.btn-link { background-color: #FFF; color: #363636 !important; }
.btn-link:hover,.btn-link:focus { background-color: #FFF; }
/* == END bootstrap buttons == */

/* == bootstrap pagination == */
.pagination { font-size: 13px; font-weight: 400; margin-bottom: 0; margin-top: 60px; }
.pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus, 
.pagination > li > a, .pagination > li > span { border: 1px solid #F2F2F2; }
.pagination > li > a, .pagination > li > span { color: #363636; }
.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus { border: 1px solid #F2F2F2; background-color: rgba( 0, 0, 0, 0.05 ); color: #016a9d; }
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus { border: 1px solid #F2F2F2; background-color: #016a9d; }
.pagination > li:first-child > a, .pagination > li:first-child > span, .pagination > li:last-child > a, .pagination > li:last-child > span { -moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0; }
.pagination > li:first-child > a, .pagination > li:first-child > span, .pagination > li:first-child > a:hover, .pagination > li:first-child > span:hover { border-left: none; }
.pagination > li:last-child > a, .pagination > li:last-child > span, .pagination > li:last-child > a:hover, .pagination > li:last-child > span:hover { border-right: none; }
/* paging */
.page-links { margin-top: 60px; padding: 5px 0; border-top: 1px solid rgba( 0, 0, 0, 0.05 ); border-bottom: 1px solid rgba( 0, 0, 0, 0.05 ); }
.page-links > span, .page-links > a { display: block; float: left; font-size: 14px; font-weight: 800; padding: 0 15px; }
.page-links > span:not(:last-child), .page-links > a:not(:last-child) { border-right: 1px solid rgba( 0, 0, 0, 0.05 ); }
/* == END bootstrap pagination == */

/* == bootstrap pager == */
.pager li > a, .pager li > span { font-size: 13px; font-weight: 800; text-transform: uppercase; -moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0; border-left: none; border-right: none; }
/* == END bootstrap pager == */

/* == custom rows and columns == */
.row.no-gutter { margin-left: 0; margin-right: 0; }
.row.no-gutter [class*='col-']:not(:first-child), .row.no-gutter [class*='col-']:not(:last-child) { padding-right: 0; padding-left: 0; }
.row.no-gutter .row.gutter [class*='col-']:not(:first-child), .row.no-gutter .row.gutter [class*='col-']:not(:last-child) { padding-right: 15px; padding-left: 15px; }
.row.fullwidth { margin-left: -15px; margin-right: -15px; }
.col-padded { padding: 20px; background-color: #FFF; /*overflow: hidden;*/ }
.col-shaded { background-color: #F1F1F1; /*rgba( 0, 0, 0, 0.02 );*/ }
.col-naked { background-color: transparent; }
.section-paint { background-color: #FFF; }
/* == END custom rows and columns == */

/* ================================================== VIEWPORT STUFF */

/* == FIXES viewport == */
@-webkit-viewport { width: device-width; }
@-moz-viewport    { width: device-width; }
@-ms-viewport     { width: device-width; }
@-o-viewport      { width: device-width; }
@viewport         { width: device-width; }

/* clear the first in row for any block that has the class "k-equal-height" */
.k-equal-height .col-xs-6:nth-child(2n + 3) { clear: left; }
.k-equal-height .col-xs-4:nth-child(3n + 4) { clear: left; }
.k-equal-height .col-xs-3:nth-child(4n + 5) { clear: left; }
.k-equal-height .col-xs-2:nth-child(6n + 7) { clear: left; }
.k-equal-height .col-xs-1:nth-child(12n + 13) { clear: left; }

@media (min-width: 768px) {
/* reset previous grid */
.k-equal-height .col-xs-6:nth-child(2n + 3) { clear: none; }
.k-equal-height .col-xs-4:nth-child(3n + 4) { clear: none; }
.k-equal-height .col-xs-3:nth-child(4n + 5) { clear: none; }
.k-equal-height .col-xs-2:nth-child(6n + 7) { clear: none; }
.k-equal-height .col-xs-1:nth-child(12n + 13) { clear: none; }
/* clear first in row for small columns */
.k-equal-height .col-sm-6:nth-child(2n + 3) { clear: left; }
.k-equal-height .col-sm-4:nth-child(3n + 4) { clear: left; }
.k-equal-height .col-sm-3:nth-child(4n + 5) { clear: left; }
.k-equal-height .col-sm-2:nth-child(6n + 7) { clear: left; }
.k-equal-height .col-sm-1:nth-child(12n + 13) { clear: left; }
}
@media (min-width: 992px) {
/* reset previous grid */
.k-equal-height .col-sm-6:nth-child(2n + 3) { clear: none; }
.k-equal-height .col-sm-4:nth-child(3n + 4) { clear: none; }
.k-equal-height .col-sm-3:nth-child(4n + 5) { clear: none; }
.k-equal-height .col-sm-2:nth-child(6n + 7) { clear: none; }
.k-equal-height .col-sm-1:nth-child(12n + 13) { clear: none; }
/* clear first in row for medium columns */
.k-equal-height .col-md-6:nth-child(2n + 3) { clear: left; }
.k-equal-height .col-md-4:nth-child(3n + 4) { clear: left; }
.k-equal-height .col-md-3:nth-child(4n + 5) { clear: left; }
.k-equal-height .col-md-2:nth-child(6n + 7) { clear: left; }
.k-equal-height .col-md-1:nth-child(12n + 13) { clear: left; }
}
@media (min-width: 1200px) {
/* reset previous grid */
.k-equal-height .col-md-6:nth-child(2n + 3) { clear: none; }
.k-equal-height .col-md-4:nth-child(3n + 4) { clear: none; }
.k-equal-height .col-md-3:nth-child(4n + 5) { clear: none; }
.k-equal-height .col-md-2:nth-child(6n + 7) { clear: none; }
.k-equal-height .col-md-1:nth-child(12n + 13) { clear: none; }
/* clear first in row for large columns */
.k-equal-height .col-lg-6:nth-child(2n + 3) { clear: left; }
.k-equal-height .col-lg-4:nth-child(3n + 4) { clear: left; }
.k-equal-height .col-lg-3:nth-child(4n + 5) { clear: left; }
.k-equal-height .col-lg-2:nth-child(6n + 7) { clear: left; }
.k-equal-height .col-lg-1:nth-child(12n + 13) { clear: left; }
}
/* == END Fixes viewport*/

/* ================================================== MEDIA QUERIES */

/* == media queries == */
/* LG */
@media (min-width: 1200px) {

}
/* MD */
@media (min-width: 992px) and (max-width: 1199px) {
	#k-head { margin-bottom: 20px; }
	#k-site-logo { display: block; float: none !important; margin-right: 0; }
	.k-main-navig { margin-top: 30px; }
	#drop-down-left a { border-top: none; padding-top: 0 !important; }
	#drop-down-left > li { margin-left: 30px; }
	#drop-down-left > li:first-child { margin-left: 0; }
	.k-logo img { height: 91px; }
	
	.k-carousel-caption .caption-title { font-size: 18px; }
	.k-carousel-caption p { font-size: 13px; }
	.k-carousel-caption .caption-content { padding: 20px 30px; }
}
/* SM */
@media (min-width: 768px) and (max-width: 991px) {
	#k-head { margin-bottom: 20px; }
	#k-site-logo { display: block; float: none !important; margin-right: 0; }
	.k-main-navig { margin-top: 30px; }
	#drop-down-left a { border-top: none; padding-top: 0 !important; }
	#drop-down-left .k-item-desc { display: none; }	
	#drop-down-left > li { margin-left: 30px; }
	#drop-down-left > li:first-child { margin-left: 0; }
	.k-logo img { height: auto; }
	.k-carousel-caption { display: none; }
}
/* XS */
@media (max-width: 767px) {
	#k-head { margin-bottom: 0px; }
	#k-site-logo { display: block; float: none !important; margin-right: 0; }
	.k-logo img { height: auto; }
	.k-functional-navig, .k-carousel-caption { display: none; }
	
	#mobile-nav-switch { display: block; }
	#k-menu { display: none; }
	#k-sidebar .col-padded
{
padding:0px !important;
margin:0px 0px 0px 0px !important;
}
.col-padded
{
margin-bottom:20px;
}

}
/* == END media queries == */

/* publications */

.title_searchers
{
padding-top:20px;
margin-bottom:5px;
}

.title_searchers:first-child
{
padding-top:0px !important;
}

.title_searchers a
{
font-weight:bold;
font-size:19px;
}

.clear_searchers:last-child
{
border-bottom:0px !important;
}

.clear_searchers
{
clear:both;
border-bottom:1px solid #e2e2e2;
padding-bottom:20px;
}

.clear_searchers a
{
color:#777 !important;
}

.img_searchers
{
text-align:center;
margin: 5px 0px 9px 15px;
}

.img_searchers img
{
border-bottom:5px solid #5fa204;
width:auto !important;
max-height: 250px!important;
}

.name_searchers
{
text-align:left;
font-size:22px;
text-transform:uppercase;
color:#23282d;
font-weight:bold;
}

.name_searchers.researcharea
{
text-align:center;
font-size:22px;
text-transform:uppercase;
color:#016a9d;
display:block;
font-weight:bold;
border-bottom:1px dashed #e2e2e2;
padding-bottom:15px !important;
margin-bottom:15px;
}

.post-meta li
{
  list-style-type: none !important;
}

ul.post-meta
{
padding:0px !important;
}


.post-meta-key
{
display:none;
}

.fonction_searchers
{
color:#5fa204;
text-transform:uppercase;
text-align:left;
border-bottom:1px dashed #e2e2e2;
padding-bottom: 8px;
    margin-bottom: 11px;
}

.fonction_searchers.special
{
    margin-bottom: 0px;
}

.responsive-tabs .responsive-tabs__panel
{
padding:15px !important;
}

.responsive-tabs-wrapper {

    position: relative;
    top: -21px;
}

.chpcs_img {
    position:relative;
	display:block;
	overflow:hidden;
}

.chpcs_foo_content img {
    max-height: 180px;
    width: auto !important;
}

.chpcs_foo_content .chpcs_img
{
border-bottom:3px solid #5fa204 !important;
}

#k-sidebar .col-padded
{
padding:0px !important;
margin:0px 0px 0px 20px;
}

#k-sidebar .col-shaded
{
background-color:white;
}

.title-widget:before
{
display:none !important;
}

h2.title-widget
{
background-color: white;
    font-size: 25px !important;
    font-weight: bold;
    text-transform: none;
    padding: 20px 10px 10px 10px;
    margin: 0px !important;
    text-align: center;
	line-height: 32px;
}


.widget-container
{
padding:0px 0px 0px 0px !important;
margin:0px !important;
}

.page-template-default .news-body
{
margin-top:15px;
}


li.widget-container:not(:first-child)
{
margin-top:0px !important;
}

.subscribe-form
{
padding:10px 0px;
text-align: center;
}

#k-footer .subscribe-form
{
text-align:left;
margin-top:10px;
}

.subscribe-form .response
{
display:none;
}

.mail_input_chair
{
background-color:#f9f9f9;
border:1px solid #f9f9f9;
color:#23282d;
padding:5px;
width: auto;
}

.form-control:focus, textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus
{
border:1px solid #60a204 !important;
box-shadow:none !important;
}

.mail_input_chair placeholder
{
color:#23282d; !important;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color:#23282d; !important;
}
::-moz-placeholder { /* Firefox 19+ */
  color:#23282d; !important;
}
:-ms-input-placeholder { /* IE 10+ */
  color:#23282d; !important;
}
:-moz-placeholder { /* Firefox 18- */
  color:#23282d; !important;
}

.submit_input_chair
{
background-color:#5fa204;
border:1px solid #5fa204;
color:white;
padding: 5px 10px;
}

.submit_input_chair:hover
{
background-color:#016a9d;
border:1px solid #016a9d;
}

.dpe-flexible-posts
{
list-style-type: none !important;
padding:10px !important;
}

.widget_dpe_fp_widget h2.title-widget
{
margin:0px !important;
}

.side_news_title
{
text-transform:uppercase;
font-size:14px;
font-weight:bold;
line-height: 22px;
padding:10px 0px;
}

.dpe-flexible-posts img
{
border-bottom: 5px solid #016a9d;
}

.side_news_content
{
font-size: 14px;
line-height: 26px;
padding-bottom:10px;
margin-bottom:20px;
border-bottom:1px dashed #e2e2e2
}

.side_news_content a
{
color: #777 !important;
}

.dpe-flexible-posts .type-post:last-child .side_news_content
{
border-bottom:0px dashed #e2e2e2 !important;
margin-bottom:0px !important;
}

.dpe-flexible-posts li a:hover
{
color:#016a9d !important;
}

.category-research-area h1
{
margin-top:0px !important;
}

.category-40  .news-meta,
.category-206 .news-meta
{
display:none !important;
}

.wpautbox-below
{
display:none !important;
}

h1
{
color:#23282d !important;
}

.news-featured-image img
{
padding-bottom:0px;
}

.home_title
{
text-align:center;
margin-top:0px !important;
color: #636363 !important;
}

.home .insert-page h1
{
text-align:center;
}

.home .insert-page p
{
text-align:left;
}

.home .insert-page h1,
.home_title_sub
{
padding-bottom: 10px;
margin-bottom: 10px;
border-bottom: 1px dashed #e2e2e2;
margin-top:10px !important;
}

.home_title_sub
{
padding-bottom: 10px;
margin-bottom: 0px;
border-bottom: 1px dashed #e2e2e2;
margin-top:0px !important;
padding-top:0px !important;
color:#016a9d  !important;
text-align:center;
}

.home_title_sub.last
{
margin-bottom: 25px;
color:#016a9d !important;
}

.home .insert-page h1 a
{
color:#5fa204;
}

.last-event-team .title-widget
{
display:none !important;
}

.last-event-team .up-event-time
{
display:none;
}

.last-event-team .up-event-wrap
{
text-align:center;
background-color:#f2f2f2 !important;
}

.last-event-team  .up-event-wrap h1,
.tax-events .type-event h1
{

    margin: 0px 0px !important;
    padding: 10px !important;
}

.tax-events .type-event h1
{
text-align:center;
}

.tax-events .type-event h1 a
{
    color: #23282d;
    padding: 10px 0px;
    font-size: 20px;
	line-height:28px;
}

.last-event-team .up-event-wrap h1 a {
    color: #23282d;
    padding: 0px 0px;
    font-size: 16px;
    line-height: 28px;
}

.tax-events .type-event .event-meta
{
margin-top:0px;
background-color:white !important;
margin:0px 10px;
}

.tax-events  .type-event .event-divider
{
font-size:10px !important;
}

.tax-events .type-event
{
background-color:rgb(242, 242, 242);
padding:0px 0px !important;
margin-top:20px !important;
border-right:10px solid white;
border-left:10px solid white;
}
.tax-events .type-event p
{
margin:15px 0px;
font-size:14px;
text-align:center;
}

.last-event-team .up-event-wrap p
{
padding:0px 10px;
}

.up-event-wrap p
{
font-size:14px;
}

.tax-events  .type-event .event-from,.tax-events  .type-event .event-to,
.tax-events  .type-event .event-divider,.tax-events  .type-event .event-time
{
font-size:9px;
}

.home .col-padded .event-divider,.home .col-padded .event-time {
    display: inline-block;
    float: none;
    font-size: 14px;
    line-height: 1;
    background-color: white;
    padding: 10px;
    margin-right: 1px;
    text-transform: uppercase;
}


.tax-events .type-event .event-divider, .event-time
{
background-color:white;
}

.last-event-team .up-event-date
{
display:inline-block !important;
float:none !important;
}

.widget_upcoming_events .up-event-date
{
padding:0px 15px 0px 0px !important;
}

.last-event-team .up-event-meta div:not(:last-child),
.last-event-team .up-event-meta .up-event-date
{
border-right:0px !important;
background-color:#5fa204;
color:white;
text-align:center;
}

.more_chair
{
background-color:#e9e9e9;
text-transform:uppercase;
text-align:center;
}

.more_chair a
{
color:#23282d !important;
font-size:14px !important;
font-weight:bold !important;
    width: 100%;
    display: block;
    padding: 5px;
}

.btnside
{
	display:block !important;
	padding-top:3px;
}

.btnside.publi a
{
	display:block;
	width:60%;
	margin:auto;
	text-align:center;
margin-top:15px;
background-color:white;
border:2px solid #5fa204;
color:#5fa204 !important;
padding:10px 10px;
font-weight:bold;
}

.btnside a
{
	display:block;
	width:60%;
	margin:auto;
	text-align:center;
margin-top:15px;
background-color:#5fa204;
border:2px solid #5fa204;
color:white !important;
padding:10px 10px;
font-weight:bold;
}

.btnside.home a
{
margin-top:0px;
}

.btnside.publi a:hover
{
border:2px solid #5fa204;
background-color:#5fa204 !important;
color:white !important;
font-weight:bold;
}


.btnside a:hover
{
border:2px solid #5fa204;
background-color:white !important;
color:#5fa204 !important;
font-weight:bold;
}

.more_chair:hover 
{
background-color:#5fa204;
}



.more_chair:hover a
{
color:white !important;
}

#k-footer {
    background-color: white !important;
    color: #23282d !important;
    margin-top: 0px !important;
	padding-top:0px !important;
	padding-bottom:0px !important;
    border-top: 1px solid #cfedfd;
}

.footchair {
    padding: 18px 30px 30px 0px!important;
}

.no-pad-bottom
{
padding-bottom:0px !important;
}

.footchair .subscribe-form #email {
    width: 267px;
}

.footchair h2
{
display:none !important;
}

.copyright {
    color: #777;
    font-size: 12px;
    text-align: left;
    padding: 10px 0px 0px 12px;
}

.WP_Mailjet_Subscribe_Widget,
#text-5,
#text-9,
#text-6,
#text-11,
#text-12
{
padding-left: 0px !important;
border-bottom: 20px solid #eaf6fc;
    margin-bottom: 0px;
	text-align: center;
	padding-bottom: 10px !important;

}
#text-6,
#text-5,
#text-9,
#text-11,
#text-12
{
padding-bottom: 20px !important;
}

#text-6
{
	border-bottom: 0px solid #eaf6fc;
}


#text-6 .btnside a {
    width: 60%;
    margin-top: 20px;
    margin-bottom: 10px;
}

.home .widget_dpe_fp_widget
{
	border-bottom: 0px;
}

.btnside.publi a
{
	margin-top:0px;
}

#text-9 .title-widget,
#text-10 .title-widget{
	display:none;
}

#text-10 .textwidget
{
	padding-bottom:30px;
}

#k-footer .mc4wp-form-fields
{
margin-top:15px;
border-bottom: 0px solid #eaf6fc;
}

.social-icons-widget ul.show-labels li {
    display: inline-block;
    margin-right:15px;
	padding:10px 0px;
}

.social-icons-widget-4
{
padding:0px !important;
margin:0px !important;
}

.ubermenu-nav
 {
 float:left;
 }
 
 .mc4wp-form-fields
 {
 padding-top:5px;
 }
 
 .back_menu
 {
 background-color: #016a9d;
 }
 
 .ubermenu-skin-simple-green.ubermenu-horizontal .ubermenu-item-level-0 > .ubermenu-submenu-drop
 {
 border:0px !important;
 }
 
 .top_menu_back
 {
  background-color: #f9f9f9;
  height: 45px;
 }
 
 .side_news_title
 {
 color:#23282d;
 }
 
 #k-functional-wrap .form-control
 {
 border:0px !important;
    height: 30px !important;
    padding: 17px 10px !important;
    margin: 5px;
	 width:250px !important;
	 background-color:white;
 }
 
 #k-functional-wrap .input-group placeholder
{
color:#23282d; !important;
}

 #k-functional-wrap .input-group-addon, .input-group-btn
{
width:auto !important;
}

 #k-functional-wrap .input-group-btn .btn-default
 {
 background-color:#5fa204 !important;
     text-transform: Capitalize;
    font-weight: 400;
 }
 
  #k-functional-wrap .input-group-btn .btn-default:hover
 {
 background-color:#016a9d !important;

 }
 
 .no-pad
 {
 padding:0px !important;
 }
 
 .no-pad-left
 {
 padding-left:0px !important;
 }
 
.k-equal-height .publications_tpl  .col-lg-6:nth-child(2n + 3)
 {
clear:none !important;
 }
 
 
 .no-pad-right
 {
 padding-right:0px !important;
 }
 
.menu-item-language
{
position:relative;
top:-1px;
}

#k-functional-wrap li a
{
font-family:"Tahoma";
color:#898989 !important;
}

#k-functional-wrap li a:hover
{
font-family:"Tahoma";
color:#016a9d  !important;
}

#social-icons-widget-4 li a:hover
{
color:#016a9d  !important;
}

#mobile-nav-switch
{
display:none !important;
}

.chpcs_title
{
position: relative;
top: -17px;
}

.widget_upcoming_events .title-widget
{
margin-bottom:3px !important;
   
}
.widget_upcoming_events .title-median a
{
 text-transform: uppercase;
    font-size: 14px !important;
    font-weight: bold !important;
    padding: 10px 0px !important;
	color:#016a9d;
	line-height: 22px;
}

.widget_upcoming_events .title-median
{
margin-bottom:0px;
}

.widget_upcoming_events  .more_chair,
.widget_upcoming_events  .up-event-time
{
display:none;
}

.widget_upcoming_events  .up-event-wrap
{
padding:0px 10px;
    margin-bottom: 8px !important;
}

.widget_upcoming_events  .up-event-wrap p
{
clear:both;
}

.widget_upcoming_events .up-event-date
{
border:0px !important;
color:#23282d;
}

.widget_upcoming_events .up-event-meta
{
margin-bottom:0px !important;
}

.widget_upcoming_events 
{
border-bottom: 20px solid #eaf6fc;
margin-bottom:0px;
padding-bottom:0px !important;
}

.widget_upcoming_events  .up-event-wrap
{
font-size: 16px;
    line-height: 28px;
    padding-bottom: 13px;
    margin-bottom: 20px;
    border-bottom: 1px dashed #e2e2e2;
	text-align:center;
}

.widget_upcoming_events  .up-event-wrap:first-child
{
border-top: 1px dashed #e2e2e2;
padding-top:6px;
margin-top:14px
}


.widget_upcoming_events  .up-event-date
{
text-align:center;
float:none;
display:inline-block;
}

.widget_upcoming_events  .up-event-wrap:last-child
{
 border-bottom: 0px dashed #e2e2e2;
 padding-bottom:0px !important;
}

.type-page  h2,
.type-post  h2,
.type-event h2
{
color:#5fa204 !important;
}

.type-page  h3,
.type-post  h3,
.type-event h3
{
color:#016a9d !important;
}

.type-page ul,
.type-post ul,
.type-event ul
{
 list-style: none !important;
}

.type-page li:before,
.type-post li:before,
.type-event li:before   {
    content: "● ";
	position:relative;
	right:6px;
    color: #016a9d; /* or whatever color you prefer */
}

.type-post .researchareali  li:before,
.type-event .researchareali  li:before   {
    display:none;
}

.responsive-tabs__list li:before
{
display:none !important;
}

.content_searchers.area
{
margin-bottom:20px;
border-bottom:1px dashed #e2e2e2;
}

.type-page li,
.type-post li,
.type-event li
{
color:#23282d;
padding-left: 1em; 
font-weight:400;
    text-indent: -.7em;
}


.responsive-tabs .responsive-tabs__list__item--active, .responsive-tabs .responsive-tabs__list__item--active:hover {
    background: #fff;
    border-color: #ddd;
    color: #666;
	font-weight:400;
    padding-bottom: 11px;
    margin-top: 0;
	font-size:18px;
	text-indent:initial !important;
    position: relative;
    top: 1px;
	border-bottom:1px solid white !important;
}




.responsive-tabs .responsive-tabs__list__item {
    background: transparent;

    border: 1px solid transparent;
    border-bottom: none;
		font-weight:400;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    color: #999;
    font-size: 18px;
    line-height: 19px;
    text-transform: inherit;
    margin: 1px 12px 0 0;
    padding: 10px 12px 10px !important;
    white-space: nowrap;
    float: left;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.news-mini-wrap, .news-stacked:not(:first-child)
{
margin-top:30px;
}

.tax-events .page-title
{
margin-bottom:0px;
}

.tax-events .type-event p:last-child
{
display:none;
}

.type-post .page-title
{
padding-bottom:0px !important;
border-bottom:0px !important;
}

.type-post .page-title a
{
text-transform:none;
color:#5fa204;
font-size:18px !important;
line-height: 28px;
}

.page-title
{
font-size: 20px;
    line-height: 38px;
    text-transform: none;
    position: relative;
    top: -5px;
	padding-bottom:0px;
	border-bottom:0px !important;
}


.post .news-meta-date a,
.page .news-meta-date a
{
color:#777 !important;
font-weight:400;
text-transform:none;
font-size:16px;
display:block;
padding-bottom:5px;
margin-bottom:10px;
}

.post .news-meta-category a
{
    background-color: #016a9d;
    color: white;
    padding: 5px 15px;
    float: left;
    margin-right: 5px;
    border-radius: 2px;
    font-size: 12px !important;
}

.post .news-meta-category
{
float:left;
display:block;
    margin-bottom: 5px;
}

.type-post .news-meta-date
{
color:#777 !important;
font-weight:400;
text-transform:uppercase;
font-size:12px;
display:block;
}


.type-post  .news-meta span
{
line-height:30px;
}

.type-post .news-meta-category a
{
background-color: #016a9d;
    color: white;
    padding: 0px 7px;
    float: left;
    margin-right: 5px;
    border-radius: 2px;
    margin-bottom: 10px;
    font-size: 10px;
}

.category-videos .news-tags a
{
	background-color: #016a9d;
	padding:4px 10px;
	color: white;
	 float: left;
    margin-right: 5px;
    border-radius: 2px;
    margin-bottom: 10px;
    font-size: 10px;
}

.category-videos .news-tags a:hover
{
	text-decoration:underline;
	color: white;
	
}
.category-videos .news-tags
{
	margin-top:0px;
}

.type-post .news-meta-comments
{
display:none !important;
}

.type-post .news-summary
{
clear:both;
}

.type-post .news-summary p
{
margin-bottom:10px;
}


@media (min-width: 992px) {
#k-body .col-padded
{
min-height: 1072px !important;
}

.tax-events #k-body .col-padded,
.single-event #k-body .col-padded,
.home #k-body .col-padded
{
min-height: 824px !important;
}

.category-40 .news-mini-wrap .news-summary p,
.category-206 .news-mini-wrap .news-summary p
{
   min-height: 100px;
}

}

#post-431  .demo-container {
	box-sizing: border-box;
	width: 720px;
	height: 450px;
	position:relative;
	padding: 20px 15px 15px 15px;
	margin: 15px auto 30px auto;
	border: 1px solid #ddd;
	background: #fff;
	background: linear-gradient(#f6f6f6 0, #fff 50px);
	background: -o-linear-gradient(#f6f6f6 0, #fff 50px);
	background: -ms-linear-gradient(#f6f6f6 0, #fff 50px);
	background: -moz-linear-gradient(#f6f6f6 0, #fff 50px);
	background: -webkit-linear-gradient(#f6f6f6 0, #fff 50px);
	box-shadow: 0 3px 10px rgba(0,0,0,0.15);
	-o-box-shadow: 0 3px 10px rgba(0,0,0,0.1);
	-ms-box-shadow: 0 3px 10px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 3px 10px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 3px 10px rgba(0,0,0,0.1);
}

#post-431  .demo-placeholder {
	width: 100%;
	height: 100%;
	font-size: 14px;
	line-height: 1.2em;
}

#post-431  .legend table {
	border-spacing: 5px;
}

#post-431  .legendColorBox
{
width: 3px;
height: 0px;
overflow: hidden;
}

#post-431  button {
	font-size: 18px;
	padding: 1px 7px;
}

#post-431  input {
	font-size: 18px;
}

#post-431  input[type=checkbox] {
	margin: 7px;
}

.legend
{
right: 0;
position: absolute;
width: 200px;
}

.category-40 .news-featured-image,
.category-206 .news-featured-image
{
border-bottom:0px !important;
text-align:center;
margin:auto;
padding-bottom:25px;
}


.category-40 .news-mini-wrap .news-summary p:last-child,
.category-206 .news-mini-wrap .news-summary p:last-child
{
display:none;
}

.category-40 .news-featured-image img,
.category-206 .news-featured-image img
{
padding-bottom: 0px;
    height: 100px;
    width: auto !important;
	min-height:auto !important;
}

#logo_part
{
padding:17px 0px;
}

.searchers_zone .chpcs_foo_content .chpcs_img
{
display:none !important;
}

.searchers_zone .chpcs_foo_content
{
height:80px !important;
padding:0px !important;
}

.searchers_zone .chpcs_foo_content img {
    height: 80px;
    width: 100%;
}

.searchers_zone  .chpcs_image_carousel
{
padding:0px !important;
}

.searchers_pad
{
padding:20px 20px 20px 20px;
}

.chpcs_foo_content p
{
margin:0px !important;
position:relative;
top:-45px;
}

.space_searchers
{
  margin: 10px -20px 20px -20px;
}

.searchers_zone .chpcs_image_carousel .chpcs_prev,.searchers_zone .chpcs_image_carousel .chpcs_next
{
margin-top: -41px !important;
color:#016a9d;
}

.searchers_zone .chpcs_foo_content.active  .chpcs_title a
{
font-weight:700;
color:#5fa204;
}

.searchers_zone .chpcs_foo_content.active  .chpcs_foo_con
{
color:#23282d;
font-weight:700;
}

.searchers_zone .chpcs_foo_content.active 
{
border:1px dashed #5fa204 !important;
border-radius:5px;
}

.chpcs_foo_con
{
font-size:14px;
}

.searchers_zone .chpcs_foo_content  .chpcs_title a
{
color: #777;
}

.searchers_zone .category-searchers
{
padding:0px 0px !important;
}

.news-meta-comments
{
display:none;
}

.left_float
{
float:left;
}

.right_float
{
float:right;
max-width: 300px;
display:block;
margin: 0px 0px 9px 15px;
}

.content_searchers iframe
{
height:400px;
margin:10px 0px;
padding:20px 0px;
border-bottom: 1px dashed #e2e2e2;
border-top: 1px dashed #e2e2e2;
}

.researchareali
{
list-style-type:none !important;
padding:0px 0px !important;
text-align:center;
}

.researchareali li
{
display:inline-block;
margin:0px 0px;
}

.title_search_page
{
text-align:center;
margin-bottom:10px;
}

.title_search_page2
{
text-align:center;
padding-top:20px;
padding-bottom: 10px;
}

.researchareali li
{
font-size:10px;
font-weight:400 !important;
}

.col-padded.special_2 .responsive-tabs-wrapper
{
margin-bottom:0px !important;
}

.researchareali li a
{
padding:10px 10px;
color:#999;
background-color:white;
}

.researchareali li a:hover
{
color:#23282d;
}

.researchareali li.active a
{
color:#23282d !important;
padding:10px 10px;
font-weight:700;
border:1px solid #ddd;
border-bottom:1px solid white;
border-radius:3px 3px 0px 0px;
}

.old_events .event-from,.old_events .event-to {
    background-color: #777;
}

.old_events  .last-event-team .up-event-wrap h1 a,.tax-events .old_events .type-event h1 a
{
color:#777;
}

.old_events  .more_chair:hover
{
background-color:#777;
}

.single-event .event-from,.single-event .event-to
{
background-color:#016a9d;
}

.single-event  .news-body
{
margin-top:20px;
}

.single-event .event-meta
{
margin-top:10px;
}

.publications_tpl
{
padding-bottom:32px;
margin-bottom:0px;
border-bottom: 1px dashed #23282d;
}

.publications_tpl .news-meta-category 
{
display:none !important;
}

.post.publications_tpl  .news-meta-date a
{
border-bottom:0px !important;
}

.auteurs_publi,
.authors_list
{
display:inline-block;
margin-right:10px;
}

.authors_list a
{
font-weight:700;
}

.authors_list a:hover
{
color:#016a9d;
}

h1.page-title.publi a
{
font-size: 20px !important;
    line-height: 31px !important;
color:#23282d !important;
}

.category_publications_type a
{
padding:5px 10px;
border-radius:2px;
font-weight: 400;
background-color:#5fa204;
color:white !important;
}

.category_publications_type
{
border-bottom:1px dashed #e2e2e2 !important;
padding-bottom:15px !important;
margin-bottom:5px !important;
}

.publications_tpl .news-summary .more_chair
{
display:none;
}

.category-351 .news-summary  .more_chair,.category-352 .news-summary  .more_chair
{
	display:block !important;
}

.more_chair.publi
{
display:block !important;
}

.publi_details
{
border-bottom:1px dashed #e2e2e2 !important;
padding-bottom:5px !important;
}

.publi_left .news-meta
{
margin-top:0px !important;
}

.publi_left .news-meta .news-meta-date a
{
font-size:15px;
font-weight:700;
color:#016a9d !important;
}

.publi_left
{
float:left;
margin-right:35px;
}

.pagination
{
text-align:center !important;
}

.pagination li
{
border:0px !important;
}

.pagination li a
{
border:0px !important;
padding: 6px 12px !important;
background-color:#e2e2e2 !important;
margin-right: 8px !important;
}

.pagination li a:hover
{
background-color:#5fa204 !important;
color:white !important;
}

.pagination {
    margin: 18px 0px 0px 0px !important;
}

.wcf-pagination
{
display:none;
}

.pagination span.current, .pagination span.dots
{
border:0px !important;
padding: 6px 12px !important;
background-color:#016a9d !important;
color:white !important;
margin-right: 8px !important;
}

.category-publications .wcf-input_query,
.category-publications-2 .wcf-input_query
{
display:none !important;
}

.wcf-form-field-wrapper input, .wcf-form-field-wrapper select, .wcf-form-field-wrapper .wcf-radio-label::before, .wcf-form-field-wrapper .wcf-checkbox-label::before {
    border: 1px solid #016a9d !important;
	background-color: white !important;
}

.wcf-form-field-wrapper input[type=radio]:checked + label::before, .wcf-form-field-wrapper input[type=checkbox]:checked + label::before {
     border: 1px solid #016a9d !important;
    background-color: #016a9d !important;
}

.wcf-form-field-wrapper input[type=radio], .wcf-form-field-wrapper input[type=checkbox]
{
position:none !important;
}

label {
    font-weight: 400;
    line-height: 1;
    font-size: 12px;
    text-transform: Capitalize !important;
    font-size: 17px !important;
}
.wcf-checkbox-label, .wcf-radio-label
{
padding-left:35px !important;
}

.wcf-form-field-wrapper .wcf-checkbox-label::after
{
display:none !important;
}

.wcf-field-row {
    margin-bottom: 10px;
    display: inline-block !important;
    width: 33% !important;
}

.category-publications  .wcf-form-search .wcf-form-title,
.category-publications-2  .wcf-form-search .wcf-form-title  {
    margin-bottom: 25px !important;
    /* float: left; */
}

.wcf-form-search {
    background: #f9f9f9 !important;
    padding: 10px !important;
}

.wcf-form-search.wcf-arrow-field .wcf-label:before, .wcf-form-search.wcf-arrow-field .wcf-field-heading:before
{
display:none !important;
}

.wcf-label, .wcf-field-heading
{
color:#23282d !important;
padding-left:3px !important;
}

.single-publi.publications_tpl
{
border-bottom:none !important;
}

.news-mini-wrap.single-publi, .single-publi .news-stacked:not(:first-child)
{
margin-top:0px !important;
}

.page-title.publi
{
margin-bottom:5px;
}

.home .chpcs_img
{
position:relative !important;
 width:auto !important;
  max-height:170px !important;
}

.home .chpcs_img img
{
 max-height:170px !important;
  width:auto !important;
  max-width:100% !important;

}

.home .chpcs_foo_content .chpcs_img
{
border-bottom:0px !important;
}

.chpcs_foo_content .chpcs_img img
{
border-bottom:0px solid #5fa204 !important;
}

.home .chpcs_foo_content .chpcs_img img
{
border-bottom:3px solid #5fa204 !important;
}

.seeallevents
{
font-size:15px;
text-transform:none;
}

.seeallevents:hover
{
color:#00547d !important;
}

#wcf-form-553
{
margin-top:20px;
}

.tab_contour_searcharea
{
    border: 1px solid #ddd;
	padding-top:15px;
	}
	
	.row-splitter.split_research
	{
	    margin: 0px -30px 19px -30px;
	}
	
	.special_searcharea
	{
	background-color: white;
	}
	
#k-body .col-padded.special
	{
	min-height:auto !important;
	background-color:#eaf6fc;
	padding:0px 0px;
	}
	
	.researchareali
	{
	margin-bottom:4px;
	}
	
	#k-body .col-padded.special_2
	{
	padding:20px !important;
	border-top:1px solid #ddd;
	padding-bottom: 0px !important;
	}
	
	#k-body .col-padded.special_2 .row.spe
	{
	background-color:white !important;
	}
	
	.col-padded.special .spe_marg
	{
	margin:0px !important;
	}
	
	#menu-functional li a
	{
	font-family:"Tahoma" !important;
	}
	
	.ubermenu-main, .ubermenu-main .ubermenu-target, .ubermenu-main .ubermenu-nav .ubermenu-item-level-0 .ubermenu-target, .ubermenu-main div, .ubermenu-main p, .ubermenu-main input
	{
	font-family:"Tahoma" !important;
	font-size: 15px;
	}
	
	h1.previous
	{
	padding-left:15px;
	}
	
	.intro_chair p
	{
	font-size:14px;
	color:#999;
	text-align:center;
	}
	
	.co-directeurs
	{
	text-align:center;
	color:#5fa204;
	font-size:14px;
	margin: 20px 20px 0px 20px;
	}
	
	h2.le_mot
	{
	margin:20px;
	text-align:center;
	font-weight:400;
	}
	
	.descrip_co_dir
	{
	margin:10px;
	text-align:center;
	color:#23282d;
	font-size:14px;
	}
	
	.img_co_directeur
	{
	width:100%;
	height:auto;
	background-color:#f4f4f4;
	}
	
	.schema
	{
	text-align:center;
	margin-bottom:20px;
	}
	
	.schema img
	{
	width:auto;
	height:auto;
	}
	
	h2.home_second_title
	{
	margin:20px 0px;
	text-align:center;
	}
	
	.row-splitter.home_spe
	{
	margin: 15px -30px;
	}
	
	.wcf-field-body
	{
	width:95%;
	}
	
	/* tooltip image accueil */
	
	#image_axes {
	position:relative;
	height:554px; /* height of image map */
	width:413px; /* width of image map */
	margin:0px auto;
	}
	#image_axes a:hover {
	visibility:visible; /* Fixes IE6 Bug */
	}
	#image_axes .tooltip { 
	position:absolute;
	top:335px;
	left:50px;
	height:105px;
	width:188px;
	text-decoration:none;
	color:#000;
	} 
	#image_axes .tooltip span { 
	position:absolute;
	left:-999em; 
	opacity:.6; /* FX/Opera/Safari/Chrome */
	-ms-filter:"alpha(opacity=60)"; /* IE8 */
	filter:alpha(opacity=60); /* IE6/IE7 */
	border-radius:8px;
	box-shadow:#000 2px 2px 6px;
	} 
	#image_axes .tooltip:hover span, .tooltip:focus span {
	left:40px;
	top:-60px;
	width:95px;
	padding:10px;  
	border:2px solid #000;
	background:#999;
	}
	
	.schema
	{
	position:relative;
	}
	
	.shape_map1
	{
    height: 150px;
    width: 210px;
    position: absolute;
    top: 60px;
    left: 35%;
	background-color:red;
	}
	
	
	.shape_map2
	{
    height: 150px;
    width: 210px;
    position: absolute;
    top: 210px;
    left: 55%;
	background-color:blue;
	}
	
	
	.shape_map3
	{
    height: 150px;
    width: 210px;
    position: absolute;
    top: 210px;
    left: 15%;
	background-color:yellow;
	}
	
	.side_news_content img
	{
	display:none;
	}
	
	.page-id-1593 .news-meta,
	.page-id-1595 .news-meta
	{
	display:none;
	}
	
	
	.publi_left .news-meta .date-publi {
    font-size: 15px;
    font-weight: 700;
    color: #016a9d !important;
}

.category-53  .breadcrumbs  a,
.category-296  .breadcrumbs  a,
.category-52  .breadcrumbs  a,
.category-203  .breadcrumbs  a,
.category-196  .breadcrumbs  a,
.category-297  .breadcrumbs  a
{
pointer-events: none;
cursor: default;
}

.category-presse .news-meta-category,
.category-press-en .news-meta-category
{
display:none;
}

.post-type-archive-event h1.title-median
{
font-size:14px;
color:black;
text-align:center;
}

.post-type-archive-event .old_events h1.title-median
{
min-height:0px;
}

.single-event .event-meta
{
text-align:left;
}

.single-event .event-time
{
clear:initial;
display:inline-block;
}

h3.wcf-form-title,
.wcf-input_query
{
display:none !important;
}

.lieu_event
{
font-style:italic;
color:#23282d;
margin-bottom:10px;
text-align:center;
font-size: 15px;
}

.single-event  .events-title-meta .lieu_event
{
text-align:left;
    font-size: 18px;
}

.clear_searchers .more_chair,
.widget-container .more_chair
{
display:none;
}

.no-padding
{
	padding-left:0px !important;
	padding-right:0px !important;
}

.no-padding-left
{
	padding-left:0px !important;
}

.category-352 .news-meta-category,.category-351 .news-meta-category,.single-post .news-meta-category
{
	display:none;
}

.single-post .news-body
{
	margin-top:0px;
}

.single-post .news-body .call-out
{
display:none;	
}

.news-body a:link,.news-body a:visited
{
	color:#5fa204 !important;
}

.news-body a:hover
{
	color :#23282d !important;
}

#text-6 h2.title-widget,
#text-5 h2.title-widget,
#text-12 h2.title-widget,
#text-11 h2.title-widget
{
	display:none !important;
}

.tagspe
{
	display:inline-block;
}

.category_publications_type .authors_list a
{
	background-color:#016a9d;
}

.homeevent .up-event-wrap
{
	width:50%;
	float:left;
	border: 5px solid white;
}

@media (max-width: 767px) {
	.homeevent .up-event-wrap
{	
	width:100%;
	float:none;
	min-height: auto;
}
}

.accueil_team
{
	background-color:white;
}

.news-featured-image img {
    max-height: 74px;
    background-color: white;
    margin-left: 15px;
    display: block;
    width: auto !important;
}

.single-post .news-body 
{
	border-top:1px dashed #e2e2e2;
	padding-top:10px;
}

#logo_part img
{
	width:180px;
}