/*@font-face{
	font-family:itc_avant_garde_gothicbook;
	src:url('../fonts/avantgab.eot');
	src:url('../fonts/avantgab.eot#iefix') format('embedded-opentype'),
		url('../fonts/avantgab.woff') format('woff'),
		url('../fonts/avantgab.ttf') format('truetype'),
		url('../fonts/avantgab.svg') format('svg');
}
@font-face {
	font-family:itc_avant_garde_gothicdemi;
	src:url('../fonts/avantgad.eot');
	src:url('../fonts/avantgad.eot#iefix') format('embedded-opentype'),
		url('../fonts/avantgad.woff') format('woff'),
		url('../fonts/avantgad.ttf') format('truetype'),
		url('../fonts/avantgad.svg') format('svg');
}
@font-face {
	font-family:itc_avant_garde_gothicmedium;
	src:url('../fonts/avantgam.eot');
	src:url('../fonts/avantgam.eot#iefix') format('embedded-opentype'),
		url('../fonts/avantgam.woff') format('woff'),
		url('../fonts/avantgam.ttf') format('truetype'),
		url('../fonts/avantgam.svg') format('svg');
}
@font-face {
	font-family:itc_avant_garde_gothiclight;
	src:url('../fonts/avantgel.eot');
	src:url('../fonts/avantgel.eot#iefix') format('embedded-opentype'),
		url('../fonts/avantgel.woff') format('woff'),
		url('../fonts/avantgel.ttf') format('truetype'),
		url('../fonts/avantgel.svg') format('svg');
}*/

@import url('//fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i');

/* Global reset
*******************************************************************************/
html, body, div, a, object, iframe, p, blockquote, pre,
img, dl, dt, dd, ol, ul, li, h1, h2, h3, h4, h5, h6,
fieldset, form, legend, textarea, button, input, select{
	margin:0;
	padding:0;
	outline:0;
}
/* =HTML5 display definitions
*******************************************************************************/
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section{display:block;}
audio, canvas, video{display:inline-block;}
audio:not([controls]){
	display:none;
	height:0;
}
[hidden]{display:none;}
svg:not(:root){overflow:hidden;}
/* Tags reset
*******************************************************************************/
html{
	font-size:100%;
	overflow-y:scroll;
	-webkit-text-size-adjust:100%;
	-ms-text-size-adjust:100%;
}
blockquote, q{quotes:none;}
blockquote:before, blockquote:after,
q:before, q:after{
	content:'';
	content:none;
}
table{
	border-collapse:collapse;
	border-spacing:0;
}
hr{
	display:block;
	height:1px;
	border:0;
	border-top:1px solid #ccc;
	margin:1em 0;
	padding:0;
}
ul,
ol{list-style:none;}
a:hover, a:active, label:focus, label:active{outline:none;}
img{
	border:0;
	vertical-align:top;
	-ms-interpolation-mode:bicubic;
}
iframe{
    border: 0px none;
}
/* Normalizing form elements
*******************************************************************************/
fieldset{border:none;}
textarea,
button,
input,
select{
	font-size:100%;
	vertical-align:middle;
}
textarea{
	overflow:auto;
	min-height:30px;
	max-height:400px;
	resize:vertical;
}
input[type="checkbox"],
input[type="radio"]{
	padding:0;
	vertical-align:middle;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"]{
	-webkit-appearance:button;
	cursor:pointer;
}
input[type="search"]{-webkit-appearance:textfield;}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button{-webkit-appearance:none;}
button[disabled],
input[disabled]{cursor:default;}
button::-moz-focus-inner,
input::-moz-focus-inner{
	border:0;
	padding:0;
}
/* Normalizing Tags
*******************************************************************************/
small{font-size:85%;}
strong, th{font-weight:bold;}
td, td img{vertical-align:top;}
td,
th{
	padding:5px;
	border:1px solid #333;
	vertical-align:middle;
}
sub,
sup{
	font-size:75%;
	line-height:0;
	position:relative;
	vertical-align:baseline;
}
sup{top:-0.5em;}
sub{bottom:-0.25em;}
h1, h2, h3, h4, h5, h6{
	font-weight:normal;
	margin:0;
}
/* =Minimal base appearance
*******************************************************************************/
html{height:100%;}
body{
	margin:0;
	color:#585e65;
	font:15px/1.2 'Open Sans', Arial, Helvetica, sans-serif;
	background:#ffffff;
	min-width:1000px;
}
input,
textarea,
select {
	font:100% 'Open Sans', Arial, Helvetica, sans-serif;
	vertical-align:middle;
	color:#000;
}
a:link{-webkit-tap-highlight-color:#478FB2;}
a{
	color:#004087;;
	text-decoration:none;
}
a:hover{color:#036;}
a:active {background-color:transparent;}
:-moz-placeholder,
::-moz-placeholder{
	color:#000;
	opacity:1;
}
::-webkit-input-placeholder{color:#000;}
::-moz-selection{
	color:#fff;
	background:#478FB2;
}
.header a,
.footer a,
.mce-content a,
.aside a{
	-webkit-transition:color 0.3s ease-out, background-color 0.3s ease-out;
	-moz-transition:color 0.3s ease-out, background-color 0.3s ease-out;
	transition:color 0.3s ease-out, background-color 0.3s ease-out;
}
/* =Useful classes
*******************************************************************************/
.clearfix:before, .clearfix:after,
.container:before, .container:after,
.nav:before, .nav:after,
.f-row:before, .f-row:after{
	content:"";
	display:table;
}
.clearfix:after, .f-row:after, .container:after, .nav:after{clear:both;} /* .clearfix, .f-row, .container, .nav */
.debug{border:1px dotted red !important;}
.hidden{
	display:none;
	visibility:hidden;
}
.no-marg{margin:0 !important;}
.no-pad{padding:0 !important;}
.no-bg{background:none !important;}
.no-bd{border:none !important;}
.fl-l{float:left !important;}
.fl-r{float:right !important;}
.a-center{text-align:center;}
.a-left{text-align:left;}
.a-right{text-align:right;}
.clear{clear:both;}
.ir{
	border:0;
	font-size:0;
	line-height:0;
	text-shadow:none;
	color:transparent;
	background-color:transparent;
}
.hr{
	height:1px;
	border-bottom:1px dotted #888;
	margin:15px 0;
	font-size:0;
	line-height:0;
}
.btn{
	background:none;
	border:none;
	cursor:pointer;
	display:inline-block;
	vertical-align:middle;
}
.page{
	background:#fff;
    overflow: hidden;
    width: 100%;
}
.show-on-mobile {
	display: none!important;
}
#header{
	position:relative;
	z-index:3;
    width:1000px;
    margin:0 auto;
}
.logo{
	float:left;
	margin:3px 0 0;
}
.logo a{
	display:inline-block;
	vertical-align:top;
	height:100%;
}
#logo {
    float: left;
    margin: 0 20px 0 0;
    padding: 33px 0 0;
}
img.efhu-logo {
	//image-rendering: -moz-crisp-edges;
    //image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    -ms-interpolation-mode: nearest-neighbor;
}
.don{float:right;}
.panel{
	//border-bottom: 1px solid #222931;
	padding:2px 0 0;
}
.languages{
	float:left;
	font: 600 14px/1 'Opens Sans', Arial, Helvetica, sans-serif;
	color:#fff;
	text-transform:uppercase;
	position:relative;
    margin: 0;
  height: 40px;
}
.languages li{float:left;}
.languages li:after{
	content:'';
	float:left;
	width:1px;
	height:25px;
	background:#fff;
}
.languages a{
    line-height: 40px;
	padding:0 6px;
	min-width:20px;
	text-align:center;
	color:#363f46;
	float:left;
}
.languages a:hover{
    color:#004087;
}
.languages li:first-child a:first-child {
    padding-left: 44px;
    position: relative;
}
.flag {
    display: inline-block;
    height: 44px;
    width: 44px;
    position: absolute;
    top: -3px;
    left: 0;
}
.huj-france{
	display:inline-block;
	vertical-align:top;
	margin:0 13px 0 10px;
	font:600 14px/36px 'Opens Sans', Arial, Helvetica, sans-serif;
}
.huj-france .ico-holder{
	margin-right: -31px;
	padding:0 48px 0 0;
	position:relative;
	min-height:36px;
}
.languages .note{font:13px/16px 'Opens Sans', Arial, Helvetica, sans-serif;}
.huj-france .ico-holder:before{
	background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6ODQxODMwM0Y1NTM4MTFFNTg3OTNEMEU0NDhENjc2OEUiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6ODQxODMwNDA1NTM4MTFFNTg3OTNEMEU0NDhENjc2OEUiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo4NDE4MzAzRDU1MzgxMUU1ODc5M0QwRTQ0OEQ2NzY4RSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo4NDE4MzAzRTU1MzgxMUU1ODc5M0QwRTQ0OEQ2NzY4RSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Ph+w0AgAAAMFSURBVHjatJdriExhGMfPHDPIWmptLqGImrWrVlnMisIH99oIW9LaWoqk3MoXRBRRUu5ZxdK4ZVmjfJGsiKJNLptFsW4p2+7yQa1Z1v/Rf/I6zTnv+87Yp36dmTnnvO9/3sv/ed6QM223YxC9wRgwA4wHhWAwCPN+J3gHGsF9UA9egZ+6hsOa+y6YDSrAPNA34NlBYAJYDlpAHTgLbus68IsCEAe1oFzTuTfyQRW4Cg6BIbYC5oAEO+7lZB79wRpwDUw0FbAMnAejAxpuBW/AN0MhJeACmKITMBMcBv0CGvsAFoBS8MhiNEaAGlDsJ0BW+TFN5xI3wR0uukLLKRkJjvPdfwT0ANv4gOnOGW4gNl1MAhu8AmaBhYYNlIFV4C34mOHirKCf/BHQE1TyahK54Ci4DAZkKEBMbImMvAgoAnMNX/wFmul8UZCXxRZdLP4gAqaDHMOXQnS3PU72IeutRATELF4SAe1gKzhi4vWaKHVpuTbxg9e4hRH5RdRV96RBdIHv/JynbEn57TT4ZClgmEsPsBHQrkxHKk/sAivBWtABkqDNoL0+4QyGrZPXHAraDlJFhWTO9cycdfT/cTpXS1qOwFd+joC9YIeSglvoEQ6TWZemvTaX+9qx8IHUCFynfTvMcgmKifA3yRNjNe01i4CnFgKSyspv5XU+03eMgqrBQApardkpjSLgnqUPdCjfpeo5B4Z6fP4K//1JcDBgNO+6TK2fDToX09kJmihkM+c7Xak2mSI2cYTSRQN44rKarTUwny1c7TLH+2jHkYB3RvG5Yp/7l2QaXS6qM1zBflHNDmXrnQAbs3TAF+CiWg884Hz5ejYzZg3nONs4wHoCc/n3YJLPqZjqdG/EWX8kvTWhTMEKy21pG7Lg16nm562KX4Kl4HE3dH6LJf8X3bngGcvuG/+pY9lBp3jIeW96MpIFsoirvSmLzhtoVlV+uywoG0qO309LLeOoxDTnydQ/rmfRmtDVCCHD47nDCriAx6wozwW5SoaU4X0OHoLXStYMjN8CDAB/CKD5fddykgAAAABJRU5ErkJggg==) no-repeat 0 0;
	width:44px;
	height:44px;
	text-indent:-9999px;
	overflow:hidden;
	content:'';
	position:absolute;
	right:-4px;
	top:-8px;
}
.don {
    display: inline-block;
    background: #e8146e url("../images/white-icon-huj.png") 37px center no-repeat;
    border-radius: 4px;
    color: #ffffff;
    font-size: 18px;
    line-height: 1;
    font-weight: 600;
    margin: 60px 0 0;
    padding: 18px 39px 18px 62px;
    text-transform: uppercase;
}
.don:hover {
    color: #ffffff;
}
form.inline{
	float:right;
	padding: 2px 0;
}
form.inline .search {
    position: relative;
}
form.inline input[type="text"]{
	font:16px/16px 'Open Sans', Arial, Helvetica, sans-serif;
	color:#727476;
    height:16px;
	width:166px;
	padding:9px 30px 9px 10px;
	background:#edf1f6;
    border-radius: 4px;
	border:0;
	margin:0;
}
form.inline input.button{
	position: absolute;
    top: 0;
    right: 0;
	width:27px;
	height:35px;
	text-indent: -9999px;
    display: block;
	background: url("../images/loop.png") 3px center no-repeat;
    border: none;
	cursor:pointer;
}
form.inline input.button::-moz-focus-inner{
	border:0;
	padding:0
}
.flash{margin:0 0 1px;}
.nav-bar{
	font-size:15px;
	line-height:18px;
}
#nav{
    display: table;
	width:528px;
}
#nav > li{
    display: table-cell;
	text-align:center;
    position: relative;
}
#nav > li > a{
	color:#363f46;
	display: block;
    font-size: 18px;
    font-weight: 400;
    height: 20px;
	padding: 76px 0 58px;
    width: 100% !important;
	text-align:center;
    text-transform: capitalize;
}
.home #nav > li > a,
.home #nav > li:hover > a {
    padding-bottom: 34px;
}
#nav > li:hover,
#nav > li.active {
    background:#2B353F;
}
#nav > li:hover > a,
#nav > li > a:hover,
#nav > li.active > a{
    background:#2B353F url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAGCAYAAAARx7TFAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MzUxOEJFMzY1NTYxMTFFNUIzRjNBMEJGM0RDMzM1MTMiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MzUxOEJFMzc1NTYxMTFFNUIzRjNBMEJGM0RDMzM1MTMiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDozNTE4QkUzNDU1NjExMUU1QjNGM0EwQkYzREMzMzUxMyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDozNTE4QkUzNTU1NjExMUU1QjNGM0EwQkYzREMzMzUxMyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PgDPKg0AAABjSURBVHjaYtiz78B7IE5gwAKA4vOB+D8TlD8fXSGUD8IXQIocgfgDVKEBVEEAiA8Vd2SECoIk90MNKQTifijb0cXJ4QIjmvHzkWwMBCrYAGLA3MQAFFgApBKh3ESYAhAACDAAw1kqE2t6hR8AAAAASUVORK5CYII=") center 98px no-repeat;
    color: #ffffff;
}
#nav > li:first-child > ul{left:0;}
#nav ul{
    display: none;
    background:#2B353F;
    color: #ffffff;
    font: 12px/15px Arial,Helvetica,sans-serif;
    text-transform: none;
    text-align: left;
    width: 220px;
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 10
}
#nav li:last-child ul{
	right:0;
	left:auto;
}
#nav li:last-child ul ul{
	left:auto;
	right:100%;
}
#nav ul ul{
	left:0;
}
#nav li:last-child ul ul{border-width:0 1px 0 0;}
#nav > li:hover > ul,
#nav > li:hover > ul li:hover > ul {
    display:block;
}
#nav ul a{
	color:#fff;
	display:block;
	padding:1px 15px 1px 27px;
}
#nav > li:hover > ul li:hover > ul {
    left: 100%;
    top: 0;
}
#nav > li > li > ul{border-top:1px solid #fff;}
#nav ul li{
    border-bottom: 1px solid #666;
}
#nav ul li a {
    font-size: 15px;
    display: block;
    padding: 7px 15px;
}
#nav ul li:last-child{
    border: none;
}
#nav li:hover ul a{
	background:#053889;
	color:#fff;
}
#nav li:hover ul a,
#nav li:hover ul li:hover ul a{
	background:none;
	color:#fff;
}
#nav li:hover ul a:hover,
#nav li:hover ul li:hover a,
#nav li:hover ul ul a:hover,
#nav li:hover ul ul li:hover a:hover{
	background: #053889;
}
#nav ul ul{
	left:100%;
	top:0;
}
#nav > li.active.parent > a {
    position: relative;
}
#nav > li.active.parent > a:before{
    content: '';
    background: #ffffff;
    display: block;
    height: 1px;
    left: 0;
    position: absolute;
    bottom: -1px;
    width: 570px;
}
#nav > li.active.parent > a:after{
    content: '';
    background: #2B353F;
    display: block;
    height: 1px;
    left: 0;
    position: absolute;
    bottom: -1px;
    width: 100%;
}
#nav > li > ul:before{
    content: '';
    background: #2B353F;
    display: block;
    height: 1px;
    left: 0;
    position: absolute;
    bottom: -1px;
    width: 100%;
}

#main{
	min-height:200px;
    width:1000px;
    margin:0 auto;
	position:relative;
	z-index:2;
}
.social-networks{
	width:23px;
	background:#fff;
	padding:12px 4px 8px;
	-webkit-box-shadow:3px 5px 5px rgba(0,0,0,.26);
	box-shadow:3px 5px 5px rgba(0,0,0,.26);
	z-index:1;
	top:-19px;
}
.social-networks li{
	display:inline-block;
	vertical-align:top;
	text-align:center;
	margin:14px 0 0;
}
.social-networks li:first-child{margin:0;}
.social-networks a{
	background:url(../images/sprite.png) no-repeat;
	text-indent:-9999px;
	overflow:hidden;
	display:inline-block;
	vertical-align:top;
	width:25px;
	height:25px;
}
.social-networks .facebook a{background-position:0 0;}
.social-networks .youtube a{
	background-position:-2px -40px;
	width:22px;
	height:23px;
}
#content{
	width:761px;
	float:right;
	padding:0 0 160px;
}
#content.full-width {
	width: 100%;
}
.home-page #content{
    float:left;
    padding: 0 0 15px;
	width:618px;
}
#jevents_body .post-item,
.cat-items {
    margin: 0 0 0 -27px;
}
/* home page sections */

/* slider & welcome block */
#content-top .block {
    display: inline-block;
    vertical-align: top;
}
.js_flexslider {
    width: 618px;
    margin: 0 30px 0 0;
}
.flexslider {
    height: 400px;
    width: 618px;
    overflow: hidden !important;
    margin: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    position: relative;
}
.flexslider .slides li {
    height: 400px;
}
.flexslider .slides li > a,
.flexslider .slides li img {
    height: 100%;
}
#content-top .flex-caption {
    font: 700 20px/1 "Open Sans",Arial,Helvetica,sans-serif;
    color: #fff !important;
    padding: 16px 53px 17px;
    text-transform: uppercase;
    text-align: right;
}
.js_flexslider .flexslider .flex-direction-nav a {
	opacity: .8 !important;
	background-image: url(../images/slider-arrows.png);
	background-size: cover;
	width: 50px;
	height: 50px;
	margin: -25px 0 0;
}
.flexslider .flex-direction-nav a.flex-prev {
	left: 20px;
	background-position: 100% 0;
}
.flexslider .flex-direction-nav a.flex-next {
	right: 20px;
	background-position: 0;
}
#content-top .flex-control-nav  {
    bottom: 10px;
    width: auto;
    left: 12px;
    z-index: 9999;
}
.flexslider .flex-control-nav li {
    padding: 8px 3px !important;
}
.flexslider .flex-control-nav li a {
    background: #004087;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.flexslider .flex-control-nav li a:hover {
    background: #004087;
}
.flexslider .flex-control-nav li a.flex-active {
    background: #ffffff;
}
#content-top .custom {
    width: 320px;
    line-height: 1.5;
}
#content-top h1 {
    color: #1c344f;
    font: 36px/1.2 'Open Sans', Arial, Helvetica, sans-serif;
    margin: 0 0 9px;
    text-transform: none;
}
.custom p {
    margin: 0 0 20px;
}
.more {
    display: inline-block;
    color: #727980;
    font-size: 14px;
    vertical-align: middle;
}
#content .more:hover {
    text-decoration: none;
}
.more:after {
    content: '';
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABsAAAAxCAYAAAAr49IFAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6OUVFMEFCOUQ1NTQyMTFFNThCNEQ4NEE4NkJBMDFEOTgiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6OUVFMEFCOUU1NTQyMTFFNThCNEQ4NEE4NkJBMDFEOTgiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo5RUUwQUI5QjU1NDIxMUU1OEI0RDg0QTg2QkEwMUQ5OCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo5RUUwQUI5QzU1NDIxMUU1OEI0RDg0QTg2QkEwMUQ5OCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PpgaWHwAAAIQSURBVHjatJi9SgNBFIXXZfEJxMIq2NoIigQfwEr8QWMSLERCCNbWVpYWsqTyCUIIqAQFERGx1k5LxVLEBwghBM+VWVivs8nM7J0Lh2GX7H65Z85OJjvx9PIWqJqBvqF+YFELc7PGnw3VSFdcQ+3UOfGiG09BF9A8tAG1fMLIuhfoQ51bUh16gVHtQrcKWFDAli8YVQO6TwGLUMcXjKrGgIuSHeqSV2OWFqXmMCvmZOkDm8OOLxjVPuswsTT0AdOFppLHUpNvWUtZGqgOnVYa0wu4pTsuKbX5dg3WoXVobK2gDu/SoXl+fW9BoQ8YVZ0BK6aWusa4zi1Fd21fMF1oxgLz/lD+W2kA7PiC0bbAODQiWwAAjUIjtt9QwMdRoRHd3AC4h+GGhyaxVHwnBeCBSmmQWtoIOOlr23bIjrehI1+wY3bchU4iaQrsijGsMVAZ9vYiT6CCOnUJbQE0pINIENTEsJoCXamOhqLRB+iUgaijEkB//qREHjrqKtBAegWJNaCyDpS3s5FhkITpwlAdBXK1URcG6qg37sIop3WZYcgLa9qEIY+NPHXnZB3Us7EldLDuNwzQwHayQ4d4l2xfX5jMmfY5goauD2ZkEYZqHlAWLNYtqi5zNA6mjbcEiAckzgD1A6FKOjuDViTDkNXZNLSseY5EQUlnX+rmbbW53JSaoywb6UXZOvTpC0T1I8AAFXjANe4cD04AAAAASUVORK5CYII=") 0 0 no-repeat;
    background-size: cover;
    display: inline-block;
    height: 49px;
    width: 27px;
    vertical-align: middle;
    margin: 0 0 0 4px;
}
.more.small:after {
    height: 19px;
    width: 11px;
}

/* news and events blocks */
#content .left {
    float: left;
    width: 302px;
}
#content .right {
    float: right;
    width: 302px;
}
.block .title {
    background: #2B353F;
    color: #fff;
    font-size: 36px;
    line-height: 1;
    margin: 0 0 14px;
    padding: 4px 4px 8px 3px;
    position: relative;
    z-index: 3;
}
.block.events .title {
    background: #004087;
}
.block.news .title:after {
    background: #2B353F;
    content: "";
    height: 48px;
    right: 0;
    position: absolute;
    top: 0;
    width: 1600px;
    z-index: -1;
}
.block .title a {
    font-size: 13px;
    line-height: 1.2;
    color: #fff;
    float: right;
    padding: 18px 0 0;
}
.block .item {
    border-bottom: 1px solid #cfdde2;
    border-top: 1px solid #e8eff1;
    margin: 0 0 2px;
    padding: 2px 0 20px;
}
.block .item:first-child {
    border-top: none;
}
.block .item figure {
    margin: 0;
    position: relative;
}
.block .item figure:after {
    content: '';
    margin: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 50px 50px 0 0;
    border-color: #003f87 transparent transparent transparent;
    position: absolute;
    top: 0;
    left: 0;
}
.block.events .item figure:after {
    border-color: #e8146e transparent transparent transparent;
}
.item img {
    max-width: 100%;
    height: auto;
}
.block .item-title {
    font-size: 15px;
    line-height: 1.2;
    font-weight: 400;
    color: #1c344f;
    margin: 0 0 5px;
    padding:5px 0 0;
}
.block .item-title a {
    color: #1c344f;
}
.block time {
    font-size: 12px;
    line-height: 1.2;
    font-weight: 400;
    color: #5f6974;
    margin: 0 0 6px;
}

/* END home page sections */
.item-page{
	overflow:hidden;
	text-align:justify;
}
.breadcrumbs{
	color:#757575;
	font-size:11px;
	line-height:14px;
	margin:0 0 11px;
}
.breadcrumbs li{
	display:inline-block;
	vertical-align:top;
}
.breadcrumbs li:before{
	content:'>';
	display:inline-block;
	vertical-align:top;
	padding:0 5px 0 0;
}
.breadcrumbs li:first-child:before{display:none;}
.breadcrumbs a{color:#757575;}
.breadcrumbs a:hover{text-decoration:underline;}
h1,
h2{
	font:14px/17px itc_avant_garde_gothicdemi, Arial, Helvetica, sans-serif;
	color:#004087;
	margin:0 0 12px;
	text-transform:uppercase;
}
h2 a{color:#004087;}
h2 a:hover{
	text-decoration:underline;
	color:#004087;
}
h3{
	font:bold 12px/16px 'Open Sans', Arial, Helvetica, sans-serif;
	margin:0;
}
p{margin:0 0 14px;}
#content a:hover{text-decoration:underline;}
.huj-european{
	display:block;
	margin:0 0 11px;
}
.huj-european a{
	display:inline-block;
	height:100%;
}
.info-area{
    display: inline-block;
}
.columns{
	font-size:11px;
	line-height:13px;
	color:#757575;
	margin:0 0 0 -16px;
}
.columns address{font-style:normal;}
.columns address strong{display:block;}
.columns a{color:#757575;}
.columns a:hover{text-decoration:underline;}
.columns .column{
	float:left;
	width:174px;
	margin:0 0 0 16px;
}
.date,
.article-info .create{
	font:bold 12px/15px Arial, Helvetica, sans-serif;
	color:#9399a0;
	display:block;
	margin:0 0 10px;
}
.article-info .create{margin-top:-14px;}
.aside{
	float:right;
	margin:0 0 0 27px;
	width:207px;
}
.images li{margin:0 0 26px;}
.cat-list-row1 td{background:#dbdbdc;}
.home-page #sidebar{
	float:right;
	width:366px;
	padding: 0 0 20px;
    line-height: 1.5;
    border: none;
}
.home-page #sidebar .title {
    background: #edf1f6;
    color: #222931;
}
.home-page #sidebar .title:after {
    background: #edf1f6;
    content: "";
    height: 48px;
    left: 0;
    position: absolute;
    top: 0;
    width: 1600px;
    z-index: -1;
}
.sp-sig a{
	display:inline-block;
	vertical-align:top;
}
.sp-sig a:hover{text-decoration:none;}
#top-static{
	font-size:12px;
	line-height:14px;
	color:#004087;
	border-bottom:1px dashed #000;
	margin:0 0 18px;
}
#top-static p{margin:0 0 14px;}
#top-static .title{
	font:14px/17px itc_avant_garde_gothicdemi, Arial, Helvetica, sans-serif;
	margin:0 0 -2px;
	text-transform:uppercase;
	letter-spacing:1px;
}
#content .item-page strong a{color:#000;}

/* Sidebar */
#sidebar{
	float:left;
	width:210px;
    padding: 8px 0 0;
    border-right: 1px solid #222931;
    border-bottom: 1px solid #222931;
    position: relative;
}
#sidebar::before {
    content: "";
    background: #2B353F;
    display: block;
    height: 1px;
    left: 211px;
    position: absolute;
    top: 0;
    width: 570px;
}
#sidebar .date{
	margin:0 0 1px;
	font-size:11px;
	line-height:14px;
}
#sidebar embed{vertical-align:top;}
#sidebar .moduletable{
	width:100%;
	padding:0 0 20px;
}
#sidebar h3{
	font:16px/19px itc_avant_garde_gothicdemi, Arial, Helvetica, sans-serif;
	color:#004087;
	margin:0;
	text-transform:uppercase;
}
#sidebar .menu a:hover,
#sidebar .menu .active > a/*,
#sidebar .menu > li:first-child > a + ul > li:first-child a*/ {
	background:#e1e8f1;
}
#sidebar .menu a,
#sidebar .menu > li:first-child .separator {
	display:block;
	color:#363f46;
	padding: 7px 15px 7px 4px;
}
#sidebar .menu > li:first-child > a:first-child,
#sidebar .menu > li:first-child .separator {
    background: #2B353F;
    color: #ffffff;
    text-transform: uppercase;
}
/*#sidebar .menu ul a{padding:4px 5px 5px 25px;}*/
#sidebar .menu ul ul {
    margin: 0 0 5px;
}
#sidebar .menu ul ul a{padding:1px 5px 1px 25px;}
#sidebar .menu ul ul a{position:relative;}
#sidebar .menu ul ul a:before{
	content:'';
	display:inline-block;
	vertical-align:middle;
	width:4px;
	height:1px;
	background:#004087;
	margin:-1px 3px 0 0;
}
#footer{
    background: #2B353F;
	width:100%;
	margin:0 auto;
}
.subscribe {
    border: 1px solid #ffffff;
    color: #ffffff;
    display: inline-block;
    font-size: 12px;
    letter-spacing: .8px;
    margin: 25px 0 0;
    padding: 5px 8px;
    -webkit-transition: background 0.2s ease-in-out;
    transition: background 0.2s ease-in-out;
}
.subscribe:hover {
    background: #39434f;
    color: #ffffff;
}
.logo-footer{
	display:inline-block;
	vertical-align:middle;
	margin:0 25px 0 0;
}
.logo-footer a{
	display:block;
	height:100%;
}
.footer-top {
    padding: 28px 0;
    font-size: 13px;
    color: #a8aaae;
    width: 1000px;
    margin: 0 auto;
}
.footer-top .col {
    display: inline-block;
    vertical-align: top;
}
.footer-top .column,
.footer-top .columns {
    padding: 0;
    font-size: 13px;
    line-height: 1.4;
    color: #a8aaae;
    width: auto;
}
.footer-top .column:first-child {
    width: 290px;
    margin-right: 45px;
}
.footer-top .column:nth-child(2) {
    width: 310px;
}
.footer-top strong {
    font-weight: 600;
    text-transform: uppercase;
}
.footer-top .column a {
    color: #a8aaae;
}
.footer-top .social {
    margin: 28px 30px 0;
    text-align: center;
}
.social p {
    margin: 20px 0 0;
}
.social a {
    background: transparent url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAZCAYAAAAFbs/PAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NDQ0QzY1MzI1NTc3MTFFNTk1MzlGNDI1MUIyNUE5NzciIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NDQ0QzY1MzM1NTc3MTFFNTk1MzlGNDI1MUIyNUE5NzciPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo0NDRDNjUzMDU1NzcxMUU1OTUzOUY0MjUxQjI1QTk3NyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo0NDRDNjUzMTU1NzcxMUU1OTUzOUY0MjUxQjI1QTk3NyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PhnTbQYAAAEDSURBVHja3JQ9CsJAEIU36/obLEQLPYDkGnbiBawtvJAn0M7KY+QAtjaCtVooQoyS9a2MMA75s/XBR7LZnWT2vSSetVYJNcEUzEEAGiABdXBRrkAwAiGIbYrk4gDsbLbumrViwAwMVbZqhg3aYCwWHMEKbEEXRLydATiIFtbAp3kNKibn8c6+M7jR2Dml+B4SWsTlybsUFTxlgYe+ljhWKaAJaLH5HQjJwQ44uYKIUiyjrxxKSVPfNqV/7lbyOXe9bUDFpUjB+Rl76L9tZsH1wJ6FloCFfN+08Fz6bvJyMCkFWhVdKOPSvxXYXwo8+sXwcTWvwN39CmL3VoLH+xsWegkwAMaJ1vNvvgydAAAAAElFTkSuQmCC") center center no-repeat;
    display: inline-block;
    vertical-align: top;
    height: 30px;
    width: 30px;
    margin: 0 3px;
    text-indent: -9999px;
}
.social .twitter {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAXCAYAAAAYyi9XAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NEMxMjdFMzM1NTc3MTFFNTg0RjJGNzQ5OTY0Q0MxOUQiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NEMxMjdFMzQ1NTc3MTFFNTg0RjJGNzQ5OTY0Q0MxOUQiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo0QzEyN0UzMTU1NzcxMUU1ODRGMkY3NDk5NjRDQzE5RCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo0QzEyN0UzMjU1NzcxMUU1ODRGMkY3NDk5NjRDQzE5RCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PoItxFsAAAIQSURBVHjatNZLSFRRHMfxO9MUElGmWCQ2mULpxhZCUISLxB6biFokbXUhJG7b19ooWprRInpALVpZgsvQ0FYtoqiwFxokKFpqk3P6/uE3cGecO54rtz98mAf33P95/O85N+WcC4g08sHmogl96EINljCOYbzSfbcii22BJUQHWvQ9jiN4iV+uOFbxHhfRgAG8wDlrlMITfMChGMka8dZVjmX8VIduYUda01CHZjzCUY9p3IKraNnguirUYgKf0R9oyBOhXs2gF7srjG4f5pxfrOlzHpes8XaMlLnwKc6ipkzCY6Eb+cQ7dFpbm9LfqqrSuIBnqrYrOIF6VfRfrHlWsdNSjdmPjP68ieM4XXKxlfN5+YZPmNEapj0T5tXBoJDQet2Ox2jE4YiGDRI3LNlCOKH1YAAHUa0pSAXJhS3ZdOGHTcsPTVWzSjjJZBaLeBNOaCO6q6T/Iz6WjjDQnncd3xNOZpX8XINSzRY/X2cwikWXTMwiG84RLm1buwPaguYTGuF9fAn/kSl5QHehN6FkX3Fj/TZQPKV2cgwmNJ2Xy+3D5TbmKvRhCivIbSLZoDrvlbBgL7oxHTPZPeyMum9Usmr04LVOb9+4rbaRA7GiacUeFVBWm/hJ7Nfm7ROzuIY7yFU+O5xrxwO9CuRjjCanw3oozquJLWxGj8MpdKMttOVFxR9M4qHOuWXfZ+WfAAMAPVkhU9KGyCkAAAAASUVORK5CYII=");
}
.social .youtube {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAeCAYAAADZ7LXbAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NTQzQTFBQTM1NTc3MTFFNUJGNURBMjM1MDkzQjcxQjciIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NTQzQTFBQTQ1NTc3MTFFNUJGNURBMjM1MDkzQjcxQjciPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo1NDNBMUFBMTU1NzcxMUU1QkY1REEyMzUwOTNCNzFCNyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo1NDNBMUFBMjU1NzcxMUU1QkY1REEyMzUwOTNCNzFCNyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PhHi80IAAANjSURBVHjatJbJaxRBFMa7ZybjRGPciIpKXDCu4L7EuICSi4aAEjxEzcGDiAQ8uJ0i+Bfk4klFD4KIYBSDSXCPUVziFnFfMMQVQ8RlMpklM7bfG76CSqfbbkULfnRXdfV79V69eq8My7IMG+WgC9SwvwskwDpgOsz3JGD0b09AEiwDYbACZDhuGX/RQg5jb8AtMA8UgangAngJZoBFoB1c5f8y5yfHpoEe8LqPRBcTq0En2AfioArMBXfYfws2gjxwHBwCE0ATqAUBL3dJuwiiYBuIgcugCswHNeAH2AEGg0m0dgCYyX6f5qbkFXgMRoLb4AsYBT6DY+A+GAoiXEyS+xbju+VHifj4Oie3gBSFSH8Q9yLFeZ4t8JtvXRQS1VZm8h/zT6Ir4OOb/hSlcdBLRQrpf9fGfSsxbc80N3oyGE2FaVop/fUMgJRdkR9LQnw/wf5ZsBScBJ3gA5gFtlJ4v33KpgmXNhYsBvdABwWI8FLwFNQxGGT1c0ArGMfoanVSYjIcg3zP4YqEPKYXGU+oM8xzocbiHLO0IEmr+SEKWAk2g/Eci1BIiIoNbZPVu8VFWBSYphUJWvgMHAR3DaaMbuv/tI+gVNzVBm354Lx2BjK0YA0YY9urd6ARTKEHvFqDWJIGe1wS5SWH1dXxW5lPazpC9KVEzCdwBbwHJaCYadzecvgc4rLyGOeE2Q+Lu2RwIAfWgjPgFF11hIoKQT2Vx7moEh5AcXUlhTbQlSJvA1iQzdhQktFMK6crGkEzy+0mcJTj28FNvufyGQb14BoYobm6WFwl8gPayU5rp7WXm5/PcBa35nK16hwsATuZRprBOZaEvaCM1fW5yPdKKyrr6u9KSZEWXSki37+xqBk8N4413m9LaMKCtFg8sZ9ZopAJNavE8qgPJuc5zdETXy+f1WA6k+dEmRNQJrkIsLgXQYfvEkHDtUqq3FXBsdM8uKYqoxFtsqHVChHexItED4NBtRugW50FMIz/HeCGP6LsZEgzUy9QGRYnuSy8oH9NW/2RBPiQ1qxi+jms1Z0K3t2iKnfNpmvaWIQWggJe4GKsGe30cQFvMHKh+Eq3Lee+PaDVsrjVrC8tcmh2/+PMm9IOuFwEK8WSCC9uWzS3BLUCZtgi0CkaVZBkNHfLtbZWyvUvAQYA+LzpfhWAUtsAAAAASUVORK5CYII=");
}
.col.menu{
    font:13px/1 'Open Sans', Arial, Helvetica, sans-serif;
    color:#a8aaae;
    width:auto;
    text-align:center;
    float: right;
    margin: 28px 0 0;
}
.footer-menu li{
    display:inline-block;
    vertical-align:top;
    position:relative;
    padding:0 10px;
}
.footer-menu li:first-child{
    padding-left:0;
}
.footer-menu a{color:#a8aaae;}
.footer-menu a:hover{text-decoration:underline;}
.footer-bottom {
    background: #2B353F;
    border-top: 1px solid #4e5761;
    border-bottom: 1px solid #4e5761;
    padding: 11px 0;
    text-align: center;
}
#footer .copy {
    background: #ffffff;
    font-size: 12px;
    color: #8c939b;
    text-align: center;
    padding: 12px 0 20px;
}
.logos{
	float:right;
	margin:-6px 0 0 -55px;
}
.logos li{
	display:inline-block;
	vertical-align:bottom;
	margin:0 0 0 68px;
}
.logos a{
	display:inline-block;
	vertical-align:bottom;
}
.logo-list {
    display: inline-block;
    margin: 0 auto;
    padding: 0 30px;
    overflow: hidden;
}
.logo-list li {
    background: #ffffff;
    float: left;
    vertical-align: top;
    padding: 0 15px;
    position: relative;
}
.logo-list a {
    display: block;
}
.logo-list li:first-child {
    padding: 0 10px 0 0;
}
.logo-list li:last-child {
    padding: 0 0 0 10px;
}
.logo-list li:first-child:before,
.logo-list li:last-child:after {
    background: url("../images/list-border.png") 0 0 no-repeat;
    content: "";
    display: block;
    height: 56px;
    width: 29px;
    position: absolute;
    left: -29px;
    top: 0;
}
.logo-list li:last-child:after {
    background-position: 0 100%;
    height: 57px;
    left: auto;
    right: -29px;
}

tble.category{margin:0 0 10px;}
.display-limit{padding:0 0 15px;}
#sidebar .spyWrapper{
	margin:0 0 10px;
}
.ve-latestnew li{
	color:#004087;
	width:100%;
	position:relative;
	height:auto;
	padding:20px 0 6px;
	border-top:1px dashed #000;
	margin:0 !important;
}
.ve-latestnew p{margin:0;}
.ve-latestnew{
	font-size:11px;
	line-height:15px;
}
.ve-latestnew li:first-child{
	border:0;
	padding-top:0;
}
.ve-latestnew li:first-child .ve-latestnew li .ve-thumb a{padding-top:43px;}
.ve-latestnew li a,
.ve-latestnew .title{
	color:#000;
	clear:both;
	text-transform:uppercase;
	font-size:11px;
	line-height:14px;
	display:inline-block;
	vertical-align:top;
}
.ve-latestnew li .ve-thumb a{
	height:140px;
	display:block;
	width:140px;
}
.ve-thumb img{
	display:block;
	width:100%;
	height:auto;
	height:auto;
}
.ve-thumb{
	padding:7px 0 0;
	float:none;
	height:140px;
	margin:0 0 13px;
	width:100%;
}
#system-message{
    display: block;
    padding: 5px;
    background: #acdcff;
    border: 1px solid #002bb5;
    margin: 0px 0px 15px 0px;
    font-weight: bold;
    font-size: 13px;
    line-height: 18px;
}

#system-message dt{
    display: none;
}

.items-leading{
    margin: 0px 0px 15px 0px;
}

.list-footer{
    text-align: center;
}

.list-footer .limit{
    float: left;
    padding: 0px 15px 0px 0px;
}

.list-footer ul,
.list-footer li{
    list-style: none;
    display: inline-block;
}

.list-footer li{
    margin: 0px 3px;
}

.list-footer .pagination-start,
.list-footer .pagination-prev,
.list-footer .pagination-next,
.list-footer .pagination-end{
    margin: 0px 5px;
}

.list-footer .counter{
    padding: 10px 0px 0px 100px;
}

/* News category page */
.category-previews {
    text-align: left;
    font-size: 0;
    margin: 0 -15px 0 0;
}
.category-previews li {
    background: url("../images/category/category.png") center center no-repeat;
    background-size: cover;
    display: inline-block;
    vertical-align: top;
    margin: 0 7px 15px;
    height: 172px;
    width: 188px;
}
.category-previews .item-title {
    display: table;
    height: 100%;
    width: 100%;
    text-align: center;
    overflow: hidden;
}
#content .category-previews span {
    background: rgba(0, 0, 0, 0.5);
    display: table-cell;
    vertical-align: middle;
    font-size: 22px;
    font-weight: 700;
    color: #ffffff;
    text-transform: uppercase;
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    transition: all 0.7s ease;
}
#content .category-previews a:hover {
    color: #ffffff;
    text-decoration: none;
}
.category-previews li:hover span {
    -webkit-transform: translate(91px, 0px);
    -moz-transform: translate(91px, 0px);
    transform: translate(91px, 0px);
}
.category-previews .medecine {
    background-image: url("../images/category/medicine.jpg");
}
.category-previews .sciences {
    background-image: url("../images/category/science.jpg");
}
.category-previews .technologie {
    background-image: url("../images/category/technology.jpg");
}
.category-previews .environnement {
    background-image: url("../images/category/environment.jpg");
}
.category-previews .archeologie {
    background-image: url("../images/category/archeologie.jpg");
}
.category-previews .recompenses {
    background-image: url("../images/category/awards.jpg");
}
.category-previews .vie-a-luniversite {
    background-image: url("../images/category/life.jpg");
}
.category-previews .israel-dans-lactualite {
    background-image: url("../images/category/israel-view.jpg");
}
.category-previews .cooperation-internationale {
    background-image: url("../images/category/int-cooperation.jpg");
}
.category-previews .european-friends {
    background-image: url("../images/category/eu-news.jpg");
}
.category-previews .society {
    background-image: url("../images/category/elsc.jpg");
}
.category-previews .yissum {
    background-image: url("../images/category/yissum.jpg");
}
.category-previews .elsc-news {
    background-image: url("../images/category/elsc.jpg");
}
.category-previews .humanities {
    background-image: url("../images/category/humanities.jpg");
}
.category-previews.inside-article {
    margin: 0;
}
.category-previews.inside-article li {
    height: 160px;
    width: 175px;
}
.category-previews.inside-article li:hover span {
    -webkit-transform: translate(85px, 0px);
    -moz-transform: translate(85px, 0px);
    transform: translate(85px, 0px);
}
#content .category-previews.inside-article span {
    font-size: 20px;
}

/* Category Page */
h1.category-title,
.item-page > h2,
.european-events #content > h2 {
    font-size: 36px;
    line-height: 1.2;
    color: #1c344f;
    margin: 0 0 23px;
    padding: 10px 0 0;
    text-transform: none;
}
.post-item {
    padding: 13px 25px 10px;
}
.post-item:nth-child(even) {
    background: #edf1f6;
}
.jeventpage .post-item:nth-child(even) {
	background: transparent;
}
.jeventpage .post-item:nth-child(odd) {
	background: #edf1f6;
}
.jeventpage .post-item.single-event {
	background: transparent;
}
.post-item h1 {
    color: #222931;
    font-size: 16px;
    font-weight: 600;
    margin: 0;
    text-transform: none;
}
.post-item h1 a {
    color: #222931;
}
#content .post-item a:hover {
    color: #004087;
}
.post-item .location {
    display: inline-block;
    border: 1px solid #222931;
    padding: 2px 10px;
}
.post-item figure {
    float: left;
    margin: 0 20px 0 0;
    width: 123px;
}
.post-item img {
    max-width: 100%;
    height: auto;
}
.post-item .content {
    float: left;
    width: 530px;
}
.post-item.no-image .content {
    width: 100%;
}
.post-item time {
    color: #9399a0;
    font-size: 12px;
    margin: 0 0 5px;
    display: block;
}
.post-item .entry {
    margin: 0 0 20px;
}
/* Pagination */
.pagination {
    font-size: 13px;
    font-weight: 600;
    color: #807d7b;
    margin: 30px 0 0;
    text-align: right;
}
.pagination ul {
    text-align: right;
}
.pagination li {
    display: inline-block;
}
.pagination a {
    color: #807d7b;
    display: block;
    padding: 15px 10px;
}
.pagination span {
    background: #bdbdbd;
    color: #ffffff;
    display: block;
    padding: 15px 17px;
    border-radius: 5px;
}
.pagination .pagination-start span,
.pagination .pagination-prev span {
    background: none;
    color: #807d7b;
    display: block;
    padding: 15px 10px;
    border-radius: 0;
}

/* Page */
.item-page {
    padding: 35px 0 0;
}

/* Carousel History */
.djslider-default .slide-desc,
.djslider-default .slide-desc-in {
    height: 172px;
    cursor: pointer;
}
.djslider-default .slide-desc {
    -webkit-transform: translate(0, 123px);
    -moz-transform: translate(0, 123px);
    transform: translate(0px, 123px);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.djslider-default li:hover .slide-desc {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    transform: translate(0, 0);
}
div.slide-desc-text-default {
    padding-top: 0;
}
.slide-desc-text-default div.slide-title {
    font: 700 46px/1 "Open Sans",Arial,Helvetica,sans-serif;
    margin: 0;
    text-align: center;
}
.slide-desc-in .slide-text {
    font-size: 12px;
}
.djslider-default .navigation-container img.prev-button {
    left: -55px;
}
.djslider-default .navigation-container img.next-button {
    right: -55px;
}

#dialog .text {
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  margin: 10px 0 5px
}
#content a.private-access {
  display: inline-block;
  background: #e8146e;
  border-radius: 4px;
  color: #fff;
  font-size: 18px;
  line-height: 1;
  font-weight: 600;
  padding: 20px 40px;
  text-transform: uppercase;
}
#content a.private-access:hover {
  text-decoration: none
}


#header .menu-collapsed {
  position: relative;
  float: left;
  cursor: pointer;
  padding: 0 10px;
  height: 40px;
}
#header .menu-collapsed > span {
  color: #363f46;
  font: 600 14px/36px 'Opens Sans', Arial, Helvetica, sans-serif;
  text-transform: uppercase;
}
#header .menu-collapsed ul {
  display: none;
  position: absolute;
  top: 40px;
  left: 0;
  width: 100%;
  background: #2B353F;
  z-index: 10;
}
#header .menu-collapsed ul li {
  padding: 7px 15px;
}
#header .menu-collapsed ul li:hover {
  background: #053889;
}
#header .menu-collapsed ul a {
  color: #fff;
  line-height: 20px;
}
#header .menu-collapsed:hover ul {
  display: block;
}
#header .menu-collapsed:hover > span {
  color: #053889;
}


.jev_pagination .limit,
.jev_pagination .counter {
  display: none;
}
.jev_pagination .list-footer {
  text-align: right;
}
.jev_pagination ul li,
.jev_pagination ul li.pagination-next,
.jev_pagination ul li.pagination-end,
.jev_pagination ul li.pagination-start,
.jev_pagination ul li.pagination-prev {
  margin: 0;
}


.categories-wrapper {
    text-align: center;
    font-size: 0;
    margin: 0;
}
.categories-wrapper li {
    display: inline-block;
    vertical-align: top;
    margin: 0 7px 15px;
    height: 220px;
    width: 220px;
    position: relative;
}
.categories-wrapper.large li {
	height: 300px;
	width: 300px;
} 
.categories-wrapper li img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.categories-wrapper li a {
    display: table;
    width: 100%;
    height: 100%;
    text-align: center;
    overflow: hidden;
}
.categories-wrapper li span {
    background: rgba(0, 0, 0, 0.5);
    display: table-cell;
    vertical-align: middle;
    font-size: 22px;
    font-weight: 700;
    color: #ffffff;
    text-transform: uppercase;
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    transition: all 0.7s ease;
    z-index: 10;
    position: relative;
}
.categories-wrapper li a:hover {
    color: #ffffff;
    text-decoration: none !important;
}
.categories-wrapper li:hover span {
    -webkit-transform: translate(110px, 0px);
    -moz-transform: translate(110px, 0px);
    transform: translate(110px, 0px);
}
.categories-wrapper.large li:hover span {
    -webkit-transform: translate(150px, 0px);
    -moz-transform: translate(150px, 0px);
    transform: translate(150px, 0px);
}


/* Custom category list */
.category-list {
	font-size: 0;
}
.category-list p {
	margin: 0;
}
.category-list>li {
	display: inline-block;
    vertical-align: top;
    margin: 0 7px 15px;
    height: 160px;
    width: 175px;
    position: relative;
}
.category-list>li a {
	display: table;
    height: 100%;
    width: 100%;
    text-align: center;
    overflow: hidden;
    position: relative;
}
#content .category-list>li a:hover {
	text-decoration: none;
}
.category-list>li img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.category-list>li span {
	position: relative;
	z-index: 1;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
    display: table-cell;
    vertical-align: middle;
    font-size: 20px;
    font-weight: 700;
    color: #ffffff;
    text-transform: uppercase;
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    transition: all 0.7s ease;
}
.category-list>li:hover span {
	-webkit-transform: translate(85px, 0px);
    -moz-transform: translate(85px, 0px);
    transform: translate(85px, 0px);
}

#nav li .no-submenu + ul {
	display: none;
}
.past-events-title {
	margin: 20px 0 0 -27px;
	padding: 0 0 20px;
	font-size: 24px;
	font-weight: normal;
	color: #1c344f;
	border-bottom: 1px solid #1c344f;
}
.past-events-title span {
	padding-left: 27px;
}

.subscribe-form-wrapper {
	margin: 20px 0 30px 7px;
	font-size: 12px;
	text-align: center;
	width: 100%;
}
.subscribe-form-wrapper .alert {
	padding: 10px 20px;
	margin: 0 0 10px;
}
.subscribe-form-wrapper .alert-success {
	background: #44a14f;
	color: #fff;
}
.subscribe-form-wrapper .alert-danger {
	background: #A14444;
	color: #fff;
}
.subscribe-form-wrapper label {
	color: #2B353F;
	display: block;
	margin: 0 0 10px;
}
.subscribe-form-wrapper .form-text {
	border: 1px solid #2B353F;
	color: #2B353F;
	height: 24px;
	line-height: 24px;
	padding: 0 10px;
	box-sizing: border-box;
}
.subscribe-form-wrapper .form-submit {
	border: 1px solid #2B353F;
	color: #2B353F;
	background: none;
	height: 24px;
	line-height: 24px;
	padding: 0 10px;
	box-sizing: border-box;
}
.subscribe-form-wrapper .text {
	margin: 30px 0 0;
	text-align: justify;
	font-size: 11px;
}
.subscribe-form-wrapper .checkbox-label {
	margin: 10px 0;
}
img.countryflag {
	max-height: 16px;
}
img.countryflag-event {
	vertical-align: middle;
	vertical-align: text-top;
}
img.countryflag-single-article {
	position: relative;
	top: 13px;
}

.module-latest-news .title {
	background: #004087;
    color: #ffffff;
    text-transform: uppercase;
    padding: 7px 15px 7px 4px;
}
.module-latest-news .latestnews li {
	padding: 7px 15px 7px 4px;
}
.module-latest-news .latestnews a {
	display: block;
	color: #363f46;
}
.module-latest-news .latestnews .date {
	margin: 5px 0 0 !important;
}

#content img {
	max-width: 100%;
}
#content table.no-border,
.inscription-a-la-newslettler table {
	border-spacing: 5px;
	border-collapse: separate;
}
#content table.no-border td,
.inscription-a-la-newslettler table td {
	border: 0;
	padding: 0px;
}
#content table.no-border td.text-padding,
.inscription-a-la-newslettler table td.text-padding {
	padding: 0 10px;
	display: table-cell;
}

.inscription-a-la-newslettler .item-page {
	text-align: left;
}
.inscription-a-la-newslettler #content a {
	color: #ec008c;
}
.inscription-a-la-newslettler #content hr {
	height: 2px;
	background: #000;
}

#buyevent {
	width: 400px;
	margin: auto;
}
#buyevent .form-title {
	color: #e8146e;
	font-weight: bold;
	font-size: 18px;
	text-align: center;
	text-transform: uppercase;
	margin: 0 0 10px;
}
#buyevent table td {
	border: 0;
}
#buyevent table .tip {
	margin: 0 0 20px;
}
#buyevent table select {
	width: 100%;
}
#buyevent .submit-button {
	background: #e8146e;
	color: #fff;
	border: 0;
	border-radius: 4px;
	margin: 20px 0 0;
    padding: 5px 20px;
    font-size: 14px;
    line-height: 1;
    font-weight: 600;
    text-transform: uppercase;
}
.fb-like {
	height: 20px;
	margin: 14px 0;
}