/* Default CSS
 * -------------------------- */
body {
	font-size: 14px;
	color: #666;
	background: #fff;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: 'Ubuntu', 'Montserrat', sans-serif;
	font-weight: 700;
	color: #444;
}

iframe {
	border: 0;
}

input, button, select, textarea {
	font-family: 'Ubuntu', 'Montserrat', sans-serif;
}

a {
	color: #337ab7;
}

a:hover, a:focus {
	color: #10235d;
	text-decoration: none;
}

a:focus {
	outline: none;
}


::selection {
	background-color: #f1c40f;
	color: #ffffff;
}

::-moz-selection {
	background-color: #f1c40f;
	color: #ffffff;
}

/* Flush Style
 * -------------------------- */
.flush, .flush .col-xs-1, .flush .col-xs-2, .flush .col-xs-3, .flush .col-xs-4, .flush .col-xs-5, .flush .col-xs-6, .flush .col-xs-7, .flush .col-xs-8, .flush .col-xs-9, .flush .col-xs-10, .flush .col-xs-11, .flush .col-xs-12, .flush .col-sm-1, .flush .col-sm-2, .flush .col-sm-3, .flush .col-sm-4, .flush .col-sm-5, .flush .col-sm-6, .flush .col-sm-7, .flush .col-sm-8, .flush .col-sm-9, .flush .col-sm-10, .flush .col-sm-11, .flush .col-sm-12, .flush .col-md-1, .flush .col-md-2, .flush .col-md-3, .flush .col-md-4, .flush .col-md-5, .flush .col-md-6, .flush .col-md-7, .flush .col-md-8, .flush .col-md-9, .flush .col-md-10, .flush .col-md-11, .flush .col-md-12, .flush .col-lg-1, .flush .col-lg-2, .flush .col-lg-3, .flush .col-lg-4, .flush .col-lg-5, .flush .col-lg-6, .flush .col-lg-7, .flush .col-lg-8, .flush .col-lg-9, .flush .col-lg-10, .flush .col-lg-11, .flush .col-lg-12 {
	padding-right: 0;
	padding-left: 0;
}


/* Pads
 * -------------------------- */
.pad-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
.pad-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.pad-25 {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
}
.pad-50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}
.pad-all-25 {
	padding:25px !important;
}
.pad-all-50 {
	padding:50px !important;
}
.pad-top-0 {
    padding-top: 0 !important;
}
.pad-top-5 {
    padding-top: 5px !important;
}
.pad-top-25 {
    padding-top: 25px !important;
}
.pad-top-50 {
    padding-top: 50px !important;
}
.pad-bottom-0 {
    padding-bottom: 0 !important;
}
.pad-bottom-5 {
    padding-bottom: 5px !important;
}
.pad-bottom-10 {
    padding-bottom: 10px !important;
}
.pad-bottom-25 {
    padding-bottom: 25px !important;
}
.pad-bottom-50 {
    padding-bottom: 50px !important;
}


/* Margins
 * -------------------------- */
.margin-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}
.margin-10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}

.margin-25 {
    margin-top: 25px !important;
    margin-bottom: 25px !important;
}
.margin-50 {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
}
.margin-all-25 {
	margin:25px !important;
}
.margin-all-50 {
	margin:50px !important;
}
.margin-top-0 {
    margin-top: 0 !important;
}
.margin-top-5 {
    margin-top: 5px !important;
}
.margin-top-25 {
    margin-top: 25px !important;
}
.margin-top-50 {
    margin-top: 50px !important;
}
.margin-bottom-0 {
    margin-bottom: 0 !important;
}
.margin-bottom-5 {
    margin-bottom: 5px !important;
}
.margin-bottom-10 {
    margin-bottom: 10px !important;
}
.margin-bottom-25 {
    margin-bottom: 25px !important;
}
.margin-bottom-50 {
    margin-bottom: 50px !important;
}
.margin-bottom-minus-50 {
    margin-bottom: -50px !important;
}


/* Buttons
 * -------------------------- */
.btn {
	font-family: 'Ubuntu', 'Montserrat', sans-serif;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 12px;
	padding: 10px 12px;
	transition: all 0.2s ease;
		-webkit-transition: all 0.2s ease;
}

.btn-lg {
	padding: 14px 16px;
	font-size: 14px;
}

.btn-sm {
	padding: 8px 10px;
	font-size: 10px;
}

.btn-xs {
	padding: 5px 8px;
	font-size: 10px;
}


/* Flat Buttons
 * -------------------------- */
.flat-default,
.flat-default:hover,
.flat-default:active {
	border: 2px solid #bdc3c7;
}

.flat-default, .flat-default.btn-bordered:hover {
	background-color: #bdc3c7;
	color: #ffffff;
}

.flat-default:hover,  .flat-default.btn-bordered {
	background-color: transparent;
	color: #bdc3c7;
}

.flat-primary,
.flat-primary:hover,
.flat-primary:active {
	border: 2px solid rgb(26, 188, 156);
}

.flat-primary, .flat-primary.btn-bordered:hover {
	background-color: rgb(26, 188, 156);
	color: #ffffff;
}

.flat-primary:hover,  .flat-primary.btn-bordered {
	background-color: transparent;
	color: rgb(26, 188, 156);
}

.flat-success,
.flat-success:hover,
.flat-success:active {
	border: 2px solid rgb(46, 204, 113);
}

.flat-success, .flat-success.btn-bordered:hover {
	background-color: rgb(46, 204, 113);
	color: #ffffff;
}

.flat-success:hover,  .flat-success.btn-bordered {
	background-color: transparent;
	color: rgb(46, 204, 113);
}

.flat-info,
.flat-info:hover,
.flat-info:active {
	border: 2px solid rgb(52, 152, 219);
}

.flat-info, .flat-info.btn-bordered:hover {
	background-color: rgb(52, 152, 219);
	color: #ffffff;
}

.flat-info:hover,  .flat-info.btn-bordered {
	background-color: transparent;
	color: rgb(52, 152, 219);
}

.flat-warning,
.flat-warning:hover,
.flat-warning:active {
	border: 2px solid rgb(241, 196, 15);
}

.flat-warning, .flat-warning.btn-bordered:hover {
	background-color: rgb(241, 196, 15);
	color: #ffffff;
}

.flat-warning:hover,  .flat-warning.btn-bordered {
	background-color: transparent;
	color: rgb(241, 196, 15);
}

.flat-danger,
.flat-danger:hover,
.flat-danger:active {
	border: 2px solid rgb(231, 76, 60);
}

.flat-danger, .flat-danger.btn-bordered:hover {
	background-color: rgb(231, 76, 60);
	color: #ffffff;
}

.flat-danger:hover,  .flat-danger.btn-bordered {
	background-color: transparent;
	color: rgb(231, 76, 60);
}

.flat-inverse,
.flat-inverse:hover,
.flat-inverse:active {
	border: 2px solid rgb(52, 73, 94);
}

.flat-inverse, .flat-inverse.btn-bordered:hover {
	background-color: rgb(52, 73, 94);
	color: #ffffff;
}

.flat-inverse:hover,  .flat-inverse.btn-bordered {
	background-color: transparent;
	color: rgb(52, 73, 94);
}

.flat-color,
.flat-color:hover,
.flat-color:active {
	border: 2px solid #555555;
}

.flat-color, .flat-color.btn-bordered:hover {
	background-color: #555555;
	color: #ffffff;
}

.flat-color:hover,  .flat-color.btn-bordered {
	background-color: transparent !important;
	color: #555555;
}

.btn-flat:not(.btn-rounded) {
	border-radius: 0;
}


/* Blockquotes
 * -------------------------- */
blockquote small {
	font-size: 13px;
}


/* Tabs
 * -------------------------- */
.nav-tabs {
	border-bottom: 0;
}
.nav-tabs > li {
	z-index: 2;
}
.nav-tabs > li > a {
	font-weight: 700;
	font-family: 'Ubuntu', 'Montserrat', sans-serif;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
	color: #555555;
}
.nav > li > a:hover,
.nav > li > a:focus {
	outline: 0;
}
.tab-content {
	border: 1px solid #f5f5f5;
	padding: 15px;
	position: relative;
	z-index: 1;
}


/* Address
 * -------------------------- */
address {
	display: block;
	margin-bottom: 25px;
	font-style: normal;
	line-height: 23px;
	font-family: 'Ubuntu', 'Montserrat', sans-serif;
}


/* Isotope Animating
 * -------------------------- */
.isotope,
.isotope .isotope-item {
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	-ms-transition-duration: 0.8s;
	-o-transition-duration: 0.8s;
	transition-duration: 0.8s;
	/* change duration value to whatever you like */
}

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

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

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
	-webkit-transition-duration: 0s;
	-moz-transition-duration: 0s;
	-ms-transition-duration: 0s;
	-o-transition-duration: 0s;
	transition-duration: 0s;
}


/* Slider Controls
 * -------------------------- */
.controls {
	float: right;
	position: absolute;
	top: 0;
	right: 0;
	background-color: #ffffff;
	padding-left: 20px;
}
.controls .prev, .controls .next {
	display: inline-block;
	width: 25px;
	height: 25px;
	font-size: 14px;
	line-height: 25px;
	text-align: center;
	cursor: pointer;
	background-color: #333;
	color: #ffffff;
	opacity: 0.50;
	filter: alpha(opacity=50);
}

.controls .prev.disabled, .controls .next.disabled,
.controls .prev.disabled:hover, .controls .next.disabled:hover {
	background-color: #f5f5f5 !important;
	color: #2c3e50;    
}

.controls .prev:hover, .controls .next:hover {
	opacity: 1; 
}

.controls .next {
	right: 0;
}


/* Portfolio Item ???????????????????????????????????????????????
 * -------------------------- */
.portfolio-item-wrapper {
    padding-bottom: 25px;
}
.portfolio-item {
    overflow: hidden;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    border-radius: 3px;
}
.flush .portfolio-item {
    border-radius: 0;
}
.portfolio-item .portfolio-thumb {
    position: relative;
    overflow: hidden;
}

.portfolio-item .portfolio-thumb img {
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.portfolio-item:hover .portfolio-thumb img {
    transform: scale(1.1);
}

.portfolio-item .portfolio-thumb .image-overlay {
    background-color: #555555;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.portfolio-item:hover .portfolio-thumb .image-overlay {
    opacity: 0.50;
    filter: alpha(opacity=50);
}

.portfolio-item .portfolio-thumb .portfolio-zoom, .portfolio-item .portfolio-thumb .portfolio-link {
    width: 45px;
    height: 45px;
    text-align: center;
    background-color: #2c3e50;
    display: none;
    line-height: 45px;
    position: absolute;
    top: 50%;
    margin-top: -22px;
    font-size: 18px;
    color: #fff;
    display: block;
    border-radius: 2px;
}

.portfolio-item .portfolio-thumb .portfolio-zoom:hover, .portfolio-item .portfolio-thumb .portfolio-link:hover {
    background-color: #555555;
    color: #ffffff;
}

.portfolio-item .portfolio-thumb .portfolio-link {
    right: 0;
    margin-right: -45px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.portfolio-item .portfolio-thumb .portfolio-zoom {
    left: 0;
    margin-left: -45px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.portfolio-item:hover .portfolio-thumb .portfolio-zoom {
    display: block;
    left: 50%;
    margin-left: -48px;
}

.portfolio-item:hover .portfolio-thumb .portfolio-link {
    display: block;
    right: 50%;
    margin-right: -48px;
}

.portfolio-item .portfolio-details {
    text-align: center;
    padding: 10px;
    background-color: #fff;
    border: 1px solid #f5f5f5;
    border-top: 0;
    overflow: hidden;
}

.portfolio-item .portfolio-details h5 {
    margin-top: 0;
    position: relative;
	min-height:28px;
}

.portfolio-item .portfolio-details p {
    margin-top: 2px;
    margin-bottom: 0;
	height:80px;
	overflow:hidden;
	text-overflow:ellipsis;
}

.portfolio-item .portfolio-details p:after {
	content:"...";
}

.portfolio-item .portfolio-details span.category {
    background:#777;
}

.portfolio-item .portfolio-thumb .portfolio-icon {
	position:absolute;
	display: block;
	top: 30%;
    right: 50%;
    margin-right: -28px;
	color:#fff;
	opacity:0.8;
}


/* gallery Item
 * -------------------------- */
.gallery-item-wrapper {
    padding-bottom: 25px;
}
.gallery-item {
    overflow: hidden;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    border-radius: 3px;
}
.flush .gallery-item {
    border-radius: 0;
}
.gallery-item .gallery-thumb {
    position: relative;
    overflow: hidden;
}

.gallery-item .gallery-thumb img {
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.gallery-item:hover .gallery-thumb img {
    transform: scale(1.1);
}

.gallery-item .gallery-thumb .image-overlay {
    background-color: #000;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.gallery-item:hover .gallery-thumb .image-overlay {
    opacity: 0.50;
    filter: alpha(opacity=50);
}

.gallery-item .gallery-thumb .gallery-zoom, .gallery-item .gallery-thumb .gallery-link {
    width: 45px;
    height: 45px;
    text-align: center;
    background-color: #2c3e50;
    display: none;
    line-height: 45px;
    position: absolute;
    top: 50%;
    margin-top: -22px;
    font-size: 18px;
    color: #fff;
    display: block;
    border-radius: 2px;
}

.gallery-item .gallery-thumb .gallery-zoom:hover, .gallery-item .gallery-thumb .gallery-link:hover {
    background-color: #fff;
    color: #ffffff;
}

.gallery-item .gallery-thumb .gallery-link {
    right: 0;
    margin-right: -45px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.gallery-item .gallery-thumb .gallery-zoom {
    left: 0;
    margin-left: -45px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.gallery-item:hover .gallery-thumb .gallery-zoom {
    display: block;
    left: 50%;
    margin-left: -20px;
}

.gallery-item:hover .gallery-thumb .gallery-link {
    display: block;
    right: 50%;
    margin-right: -48px;
}

.gallery-item .gallery-details {
    text-align: center;
    padding: 10px;
    background-color: #fff;
    border: 1px solid #ecf0f1;
    border-top: 0;
    overflow: hidden;
}

.gallery-item .gallery-details h5 {
    margin-top: 0;
    position: relative;
}
.gallery-item .gallery-details h5:before {
    content: "";
    width: 50px;
    height: 1px;
    background-color: #ecf0f1;
    display: block;
    position: absolute;
    bottom: -10px;
    left: 50%;
    margin-left: -25px;
}

.gallery-item .gallery-details p {
    margin-top: 5px;
    margin-bottom: 0;
}


/* Portfolio Filter ???????????????????????????????????????????????
 * -------------------------- */
.portfolio-filter {
    padding: 25px 0;
    text-transform: uppercase;
    font-size: 13px;
}
.portfolio-filter.nav-pills > li > a {
  border-radius: 2px;
}

.portfolio-filter.nav-pills > li.active > a,
.portfolio-filter.nav-pills > li.active > a:hover,
.portfolio-filter.nav-pills > li.active > a:focus {
    border-color: #333;
    background-color: #333;
}


/* Recent Posts ???????????????????????????????????????????????
 * -------------------------- */
.recent-posts {
    padding-left: 0;
    list-style: none;
    overflow: hidden;
    margin-bottom: 0;
}

.recent-posts > li {
    float: left;
    margin-bottom: 20px;
    width: 100%;
}

.recent-posts > li:last-child {
    margin-bottom: 0;
}

.recent-posts img {
  /*  width: 128px;
    height: 128px; */
    float: left;
    margin-right: 10px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.recent-posts img.smaller {
    width: 64px;
    height: 64px;
}

.recent-posts img:hover {
    opacity: 0.65;
    filter: alpha(opacity=65);
}

.recent-posts h5 {
    margin: 0;
	margin-bottom:0;
    font-size: 14px;
	color:#367194;
}

.recent-posts h5 a {
	color:#367194;
}

.recent-posts h5 small {
    display: block;
    margin-top: 7px;
    text-transform: uppercase;
}

.recent-posts .tags {
    margin-right: 4px;
}

.recent-posts p {
	margin-top: 10px;
}

/* Homepage:
 * More [News,Events,Publications,Calls] */
.recent-posts + h5 > a {
    color: #367194;
    font-weight: normal;
}
.recent-posts + h5 {
    margin-top: 20px;
}


/* Featured Posts
 * -------------------------- */
.featured-posts {
    padding-left: 0;
    list-style: none;
    overflow: hidden;
    margin-bottom: 0;
}

.featured-posts > li {
    margin-bottom: 20px;
    width: 100%;
}

.featured-posts > li:last-child {
    margin-bottom: 0;
}

.featured-posts img {
    -webkit-transition: all 0.2s ease;
		transition: all 0.2s ease;
}

.featured-posts img:hover {
    opacity: 0.65;
    filter: alpha(opacity=65);
}

.featured-posts h5 {
    font-size: 16px;
	color:#367194;
}

.featured-posts h5 small {
    display: block;
    margin-top: 7px;
    text-transform: uppercase;
}


/* Showcases
 * -------------------------- */
.grey {
	background:#ecf0f1 !important;
}

.blue {
	background:#6a8093 !important;
}

.showcase.blue .subpage-title h5 {
	color:#fff;
}

.showcase .controls {
	background:none;
}

.showcase .portfolio-item .portfolio-details {
	background:none;
	border:none;
}

.showcase .portfolio-item .portfolio-details h5 {
	color:#8bd9ff;
}

.showcase .portfolio-item .portfolio-details p {
	margin-top:10px;
	color:#fff;
}

.showcase .dropcap {
	display:block;
	float:left;
	text-align:center;
	background-color: #549DBD;
	color: #fff;
	width: 62px;
	height: 62px;
	font: 36px/62px "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-right: 15px;
	position: relative;
	top: 0;
	overflow: visible;
	border-radius:4px;
}

.showcase .dropcap:after {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 8px 0 8px 8px;
	border-color: transparent transparent transparent #549DBD;
	position: absolute;
	left: 100%;
	top: 9px;
}


/* ESPON Table
 * -------------------------- */
.table-espon {
	margin-bottom:5px;
}

div#espon4table {
    display:block;
    width:148px;
    height:56px;
    background:url("../images/espon-logo.png") 0 0 no-repeat;
	background-size: 148px 56px; 
	float:right;
}


/* -----------------------
 * Page Calendar
 * ----------------------- */
#calendar.page-calendar .fc-toolbar {
	border-radius: 4px;
	margin:0;
	padding:0 10px 20px 10px;
		-webkit-border-radius: 4px;
			-moz-border-radius: 4px;
}

#calendar.page-calendar .fc-toolbar .fc-center h2 {
	color:#666;
}

#calendar.page-calendar .fc-view-container {
	background:#fafafa;
	padding:10px;
	border-radius:12px;
}

#calendar.page-calendar table tr td, 
#calendar.page-calendar table tr th {
	border:none;
	text-align:center;
}

#calendar.page-calendar table tr th {
	height:50px;
	color:#337ab7;
	font-size:1.2em;
}

#calendar.page-calendar .fc-body .fc-row {
	min-height: 6em;
}

#calendar.page-calendar .fc-day-number {
	float:none;
	font-weight:700;
	font-size:1.1em;
}
#calendar.page-calendar .fc-today {
	background:none;
	color:#fff;
	background:rgba(245,67,55,0.8);
	border-radius:12px;
}

#calendar.page-calendar .fc-today.fc-day-top {
	background:none;
}

#calendar.page-calendar .fc-event {
	background:rgba(58,135,173,0.8);
	border:rgba(58,135,173,0.8);
}

#calendar.page-calendar .fc-day-grid-event {
	padding:5px;
	margin:3px;
}


/* -----------------------
 * Home Calendar
 * ----------------------- */
#calendar.home-calendar .fc-toolbar {
	background:#549DBD;
	padding:30px 10px;
	margin-bottom:0;
		-webkit-border-top-left-radius: 4px;
		-webkit-border-top-right-radius: 4px;
			-moz-border-radius-topleft: 4px;
			-moz-border-radius-topright: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}

#calendar.home-calendar .fc-view-container {
	position:relative;
	padding-top:25px;
}

#calendar.home-calendar .fc-view-container:before {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 10px;
    border-bottom-width: 0;
    border-top-color: #549DBD;
    top: 0;
    left: 5%;
    content: "";
    margin-left: -10px;
}

#calendar.home-calendar .fc-toolbar .fc-center .fc-state-default,
#calendar.home-calendar .fc-toolbar .fc-center .fc-state-default .fc-button-inner {
    border:none;
    background: none;
    color: #fff;
	text-shadow:none;
	box-shadow:none;
    height: 2em;
    line-height: 2em;
    font-size: 1.7em;
}

#calendar.home-calendar .fc-toolbar .fc-center h2 {
	color:#fff;
	font-weight:400;
    height: 2em;
    line-height: 2em;
    font-size: 1.7em;
}

@media (min-width: 768px) and (max-width: 992px) {
	#calendar.home-calendar .fc-toolbar .fc-center h2 {
		font-size: 1.3em;
	}
	
	#calendar.home-calendar .fc-toolbar .fc-center .fc-state-default,
	#calendar.home-calendar .fc-toolbar .fc-center .fc-state-default .fc-button-inner {
		font-size: 1.2em;
	}
}

#calendar.home-calendar table tr td, 
#calendar.home-calendar table tr th {
	border:none;
	text-align:center;
}

#calendar.home-calendar .fc-icon-right-single-arrow:after, 
#calendar.home-calendar .fc-icon-left-single-arrow:after{
	font-weight:400;
	opacity:0.5;
	font-family: 'Ubuntu', 'Montserrat', sans-serif;
}

#calendar.home-calendar .fc-body .fc-row, 
#calendar.home-calendar .fc-head .fc-row {
	/*min-height: 3em;  ensure that all rows are at least this tall */
}

#calendar.home-calendar .fc-day-number {
	float:none;
}
#calendar.home-calendar .fc-today {
	background:none;
	color:#fff;
}

#calendar.home-calendar .fc-today .fc-day-number {
	background:#F54337;
	padding:3px 10px;
	border-radius:6px;
}

#calendar.home-calendar a.fc-event {
    white-space: nowrap; 
    overflow: hidden;
    text-overflow: ellipsis; 
}

/* -----------------------
 * Side Calendar
 * ----------------------- */
#calendar.side-calendar .fc-toolbar .fc-center .fc-state-default,
#calendar.side-calendar .fc-toolbar .fc-center .fc-state-default .fc-button-inner {
    border:none;
    background: none;
    color: #fff;
	text-shadow:none;
	box-shadow:none;
    height: 1em;
    line-height: 1em;
    font-size: 1em;
}

#calendar.side-calendar .fc-toolbar .fc-center h2 {
	color:#fff;
	font-weight:400;
    height: 1em;
    line-height: 1em;
    font-size: 1em;
}

#calendar.side-calendar table {
	color:#fff;
}

#calendar.side-calendar table tr td, #calendar.side-calendar table tr th {
	border:none;
	text-align:center;
}

#calendar.side-calendar .fc-body .fc-row, #calendar.side-calendar .fc-head .fc-row {
	min-height: 3em; /* ensure that all rows are at least this tall */
}

#calendar.side-calendar .fc-day-number {
	float:none;
}
#calendar.side-calendar .fc-today {
	background:none;
}

#calendar.side-calendar .fc-today .fc-day-number {
	background:#F54337;
	padding:5px;
	border-radius:50%;
}

#calendar.side-calendar .fc-event span {
	text-overflow: ellipsis;
}

#calendar.side-calendar a.fc-event {
    white-space: nowrap; 
    overflow: hidden;
    text-overflow: ellipsis; 
}


/* -----------------------
 * Super Header
 * ----------------------- */
#super-header .navbar {
    border: 0;
	background-color: #3c5772;
    margin-bottom: 0;
	padding:3px 0;
    border-radius: 0;
	min-height: 40px;
    font-family: 'Ubuntu', 'Montserrat', sans-serif;
     -webkit-transition: all 0.2s ease;
        transition: all 0.2s ease;
}

#super-header .top-nav > li.divider {
    background-color: #26292d;
    width: 1px;
    margin: 9px 9px;
    overflow: hidden;
}

#super-header .top-nav > li > a {
	color: #f5f5f5;
    font-size: 12px;
}

#super-header .top-nav > li.active > a {
	color: #bfbfbf;
	background:#30465b;
}

#super-header .top-nav > li > a:hover, 
#super-header .top-nav > li > a:focus {
	color: #bfbfbf;
	background:#334b63;
}

#super-header .top-form .search-form {
	position: relative;
	margin:5px 0;
}

#super-header .top-form .search-form:before {
    font-family: FontAwesome;
    content: "\f002";
    position: absolute;
    top: 1px;
    right: 22px;
    font-size: 18px;
    color: #666;
}

#super-header .top-form .navbar-form .form-control {
    font-size: 12px;
	padding: 3px 12px;
	height: 27px;
	background:rgba(0,0,0,0.3);
	border:none;
	color:#ddd;
}


/* -----------------------
 * Header
 * ----------------------- */
#header {
	z-index: 300;
	padding: 0;
	background:#fafafa;
	border: 0;
}

#header .navbar {
	border: 0;
	border-radius: 0;
	background: none;
	margin-bottom: 0;
	font-family: 'Ubuntu', 'Montserrat', sans-serif;
		-webkit-transition: all 0.2s ease;
			transition: all 0.2s ease;
}

#header .navbar .navbar-brand {
    font-size: 11.55px;
    color: #ee7d00;
    display: block;
    height:110px;
    width:250px;
    margin-top:10px;
    padding: 0; 
    padding-top: 80px;
	background: url("../images/espon-logo.png") 0 0 no-repeat;
	text-align:left;
}

body.index #header .navbar .navbar-brand {
    height: 110px;
    margin-top: 10px;
    padding: 0; padding-top: 80px;
	background: url("../images/espon-logo-index.png") 0 0 no-repeat;
}

#header .navbar .navbar-nav {
	float: right;
	margin: 0 -15px;
}

#header .navbar .navbar-nav > li > a {
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 700;
}

#header .navbar .navbar-nav > li.open > a {
	color: #f8f8f8;
	background-color: rgba(68,131,164,0.8);
}

#header .navbar .navbar-nav > li.open > a:focus:after {
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
	border-width: 10px;
	border-top-width: 0;
	border-bottom-color: #f15200;
	bottom: 0px;
	left: 50%;
	content: "";
	margin-left: -5px;
}

#header .navbar .navbar-nav > li > a:hover {
	color: #f8f8f8;
	background-color: rgba(68,131,164,0.8);
}

#header .navbar .navbar-nav > li > .dropdown-menu.megamenu div.container  {
		-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

#header .navbar .navbar-nav > li > div.dropdown-menu {
	margin-top: 0;
	border-top: 0;
	background-color: transparent;
	font-size:12px;
	box-shadow:none;
	border-bottom:0;
}

#header .dropdown-menu > li > a {
	padding: 10px 20px;
	color: #7f8c8d;
}

#header .dropdown-menu > li:last-child > a {
	border-bottom: 0;
}

#header .dropdown-menu > .active > a, 
#header .dropdown-menu > .active > a:hover, 
#header .dropdown-menu > .active > a:focus, 
#header .dropdown-menu > li > a:hover, 
#header .dropdown-menu > li > a:focus {
	color: #333 !important;
	background-color: #f5f5f5;
	border-color: #666;
}

@media (max-width: 767px) {
	#header .navbar .navbar-header .navbar-toggle {
		margin-top: 20px;
		border: 1px solid #ccc;
		background: none;
	}
	
	#header .navbar .navbar-header .navbar-toggle .icon-bar {
		background-color: #3a6d9e;
	}
	
	#header .navbar .navbar-collapse {
        border-top: 0;
    }

    #header .navbar .navbar-collapse.in {
        overflow-y: visible;
    }
	
	#header .navbar .navbar-nav {
		float: none;
	}
	
	#header .navbar .navbar-nav > li {
		border-bottom:1px solid #ccc;
	}
	
	#header .navbar .navbar-nav > li:first-child {
		border-top:1px solid #ccc;
	}
	
	#header .navbar .navbar-nav > li > a {
		padding-left:35px;
	}
	
    #header .navbar-nav > li > a::before {
		content: "\f067";
		font-family: FontAwesome;
		position: absolute;
		left: 10px;
		top: 10px;
		opacity:0.8;
    }
}

@media (min-width: 768px) and (max-width: 992px) {
	#header .navbar .container {
		margin-left:0;
		margin-right:0;
		padding-left:10px;
		padding-right:0;
		width:100%;
	}
	
	#header .navbar .navbar-nav > li > a {
		color: #333;
        height:120px;
		padding:50px 5px 10px 5px;
		font-size:12px;
	}
	
	body.index #header .navbar .navbar-nav > li > a {
		height:120px;
		padding:50px 5px 10px 5px;
		font-size:12px;
	}
	
	#header .navbar-nav > li > a:hover::before {
		content: "\f078 ";
		font-family: FontAwesome;
		position: absolute;
		left: 45%;
		bottom: 15%;
		color: #fff;
		opacity:0.5;
	}
	
	body.index #header .navbar-nav > li > a:hover::before {
		bottom: 25%;
	}
}

@media (min-width: 992px) {
	#header .navbar .navbar-nav > li > a {
		color: #333;
		height:120px;
		padding:50px 10px 10px 10px;
	}
	
	body.index #header .navbar .navbar-nav > li > a {
		height:120px;
		padding:50px 10px 10px 10px;
	}
	
	#header .navbar-nav > li > a.dropdown-toggle:hover::before {
		content: "\f078 ";
		font-family: FontAwesome;
		position: absolute;
		left: 45%;
		bottom: 15%;
		color: #fff;
		opacity:0.5;
	}
	
	body.index #header .navbar-nav > li > a.dropdown-toggle:hover::before {
		bottom: 25%;
	}
}


/* -----------------------
 * Mega Menu
 * ----------------------- */
.menu-large {
	position: static !important;
}

.megamenu {
	padding: 0;
	width: 100%;
}

.megamenu > .container {
	padding: 20px 0;
	background-color: #fff;
	border-top: 3px solid #f15200;
}

.megamenu > .container > ul {
	padding:0;
}


.megamenu > .container > ul > li {
	list-style: none;
}

.megamenu > .container > ul > li > ul {
	padding: 0;
	margin: 0;
}

.megamenu > .container > ul > li > ul.spotlight {
	background:#f5f5f5;
	padding:5px 0 10px 0;
}

.megamenu > .container > ul > li > ul > li {
	list-style: none;
}

.megamenu > .container > ul > li > ul > li > ul.recent-posts {
	padding-bottom: 25px;
	margin: 5px 20px;
}

.megamenu > .container > ul > li > ul > li > ul.recent-posts h5 {
	margin-bottom: 5px;
}

.megamenu > .container > ul > li > ul > li.text {
	display: block;
	padding: 3px 20px 3px 30px;
	clear: both;
	font-weight: normal;
	line-height: 1.428571429;
	color: #7f8c8d;
	white-space: normal;
}

.megamenu > .container > ul > li > ul > li > a {
	display: block;
	padding: 3px 20px;
	clear: both;
	font-weight: normal;
	line-height: 1.428571429;
	white-space: normal;
}

.megamenu > .container > ul > li > ul > li.dropdown-header > a {
	padding: 0;
	color: #333;
}

.megamenu > .container > ul > li > ul > li > a:hover,
.megamenu > .container > ul > li > ul > li > a:focus {
	text-decoration: none;
	color: #262626;
	background-color: #f5f5f5;
}
.megamenu.disabled > a,
.megamenu.disabled > a:hover,
.megamenu.disabled > a:focus {
	color: #999999;
}
.megamenu.disabled > a:hover,
.megamenu.disabled > a:focus {
	text-decoration: none;
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
	cursor: not-allowed;
}

.megamenu ul li.dropdown-header {
	color: #000;
	font-size: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
}

.megamenu ul li.dropdown-header:first-child {
	font-size: 16px;
}

.megamenu ul li.dropdown-header a.spotlightLink {
	display:inline-block;
	padding-left: 0;
}

.megamenu a.megamenu-more {
	font-size: 16px;
	color: #000;
	padding: 3px 20px;
	margin:0 20px;
}

.megamenu > .container > ul > li > ul > li  ul.flags {
	padding-left:0;
}

.megamenu > .container > ul > li > ul > li  ul.flags > li {
	list-style:none;
	float:left;
	width: 45%;
	font-size:0.9em;
}

.megamenu > .container > ul > li > ul > li  ul.flags > li {
	width: 25%;
}


/* Banner Slider
 * ----------------------- */
#bannercontainer {
	position:relative;
}
#bannercontainer .banner {
	position:relative;
	overflow:hidden;
}
#bannercontainer .banner ul {
	list-style:none;
	padding:0;
	margin:0;
}


/* Page Title
 * -------------------------- */
#page-title-wrapper{
    padding: 30px 0;
    font-family: 'Ubuntu', 'Montserrat', sans-serif;
    box-shadow: 0 0 5px #f5f5f5;
	background-color:#337ab7;
}

#page-title-wrapper h4 {
    text-transform: uppercase;
	color:#fff;
}

#page-title-wrapper .breadcrumb {
    margin-bottom: 0;
    padding: 12px 15px;
    background-color: transparent;
    padding-right: 0;
    font-size: 13px;
    color: #e2e2e2;
}

#page-title-wrapper .breadcrumb > li + li:before {
    color: #f1f1f1;
}

#page-title-wrapper .breadcrumb a {
	color:#fff;
}

#page-title-wrapper .breadcrumb a:hover, #page-title-wrapper .breadcrumb a:focus {
	color:#111;
}

#page-title-wrapper .breadcrumb > .active {
	color:#e2e2e2;
}

.programme #page-title-wrapper {
	background-color:#337ab7;
}
.themes #page-title-wrapper {
	background-color:#f0ad4e;
}
.news #page-title-wrapper {
	background-color:#5bc0de;
}
.toolbox #page-title-wrapper, .page-node-1471 #page-title-wrapper{
	background-color:#d9534f;
}
.participate #page-title-wrapper {
	background-color:#5cb85c;
}


/* Subpage Title
 * -------------------------- */
.subpage-title {
    overflow: hidden;
    position: relative;
    padding-bottom: 20px;
}

.subpage-title h5 {
    text-transform: uppercase;
    position: relative;
    margin: 0;
    color: #2c3e50;
    overflow: hidden;
    font-size: 28px;
    line-height: 36px;
	font-weight:200;
}


/* -----------------------
 * Footer Top
 * ----------------------- */
#footer-top {
	padding: 35px 0;
	font-family: 'Ubuntu', 'Montserrat', sans-serif;
	color: #ccc;
	font-size: 12px;
	background:#3c5772;
}

#footer-top a {
	color: #ccc;
}
#footer-top a:hover {
	color: #777;
}

#footer-top .list-inline {
	margin-bottom: 0;
	text-align: right;
}
#footer-top .list-inline li {
	border-right: 1px solid #777;
	padding-right: 10px;
}
#footer-top .list-inline li:first-child {
	padding-left: 0;
}
#footer-top .list-inline li:last-child {
	border-right: 0;
	padding-right: 0;
}
#footer-top .list-inline li.active > a {
    color: #777;
}

@media (max-width: 767px) {
	#footer-top .list-inline {
		text-align: center;
	}
	#footer-top .footer-info-wrapper {
		text-align: center;
	}
}


/* -----------------------
 * Footer Main
 * ----------------------- */
#footer-main {
	background-color: #dfdfdf;
	padding: 50px 0;
	position: relative;
	color:#666;
}
#footer-main:before {
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
	border-width: 10px;
	border-bottom-width: 0;
	border-top-color: #3c5772;
	top: 0;
	left: 50%;
	content: "";
	margin-left: -10px;
}

#footer-main a {
	color: #777;
}
#footer-main a:hover {
	color: #999;
}

#footer-main .subpage-title h5 {
	color: #000;
	font-size: 15px;
}

/* Footer Brand
 * -------------------------- */
.footer-brand {
	font-size: 30px;
	font-weight: 900;
	color: #000;
	text-transform: uppercase;
	display: block;
	padding-bottom: 10px;
	margin: 0;
	font-family: 'Ubuntu', 'Raleway', sans-serif;
}
.footer-brand > a {
    color: black !important;
}

#eu-flags {
    /*padding-top: 20px;*/
}

.footer-brand span {
	color: #555555;
}

/* prevent overlapping between the "ESPON IN YOUR COUNTRY" text and the flags below */
@media (max-width:767px) {
    #eu-flags {
        padding-top: 0px;
    }
    img {
        max-width: 100%;
    }
}


/* ToTop
 * -------------------------- */
#toTop {
	background-color: rgba(0, 0, 0, 0.5);
	background-image: none;
	bottom: 20px;
	right: 20px;
	text-indent: inherit;
	width: 40px;
	height: 40px;
}

#toTopHover {
	background: none;
	background-color: #333;
	width: 40px;
	height: 40px;
}

#toTop:before {
	font-family: 'FontAwesome';
	content: "\f106";
	color: #ffffff;
	font-size: 20px;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 20px;
	height: 20px;
	text-align: center;
	line-height: 20px;
	margin-top: -10px;
	margin-left: -10px;
}


/* Footer Social Links
 * -------------------------- */
.social-links {
    padding-left: 0;
    list-style: none;
    font-size: 15px;
    margin: 0;
}

.social-links > li {
    display: inline-block;
    margin-right: 5px;
}

.social-links > li a {
    color: rgb(127, 140, 141);
    width: 35px;
    height: 35px;
    display: block;
    text-align: center;
    line-height: 35px;
    background-color: #1C2323;
}

.social-links > li a.linkedin:hover {
    background-color: #0077b5;
    color: #fff !important;
    border-color: #0077b5;
}
.social-links > li a.youtube:hover {
    background-color: #cc181e;
    color: #fff !important;
    border-color: #cc181e;
}
.social-links > li a.facebook:hover {
    background-color: #2f5a9a;
    color: #fff !important;
    border-color: #2f5a9a;
}
.social-links > li a.twitter:hover {
    background-color: #3abdd1;
    color: #fff !important;
    border-color: #3abdd1;
}
.social-links > li a.google-plus:hover {
    background-color: #DB4437;
    color: #fff !important;
    border-color: #DB4437;
}
.social-links > li a.pinterest:hover {
    background-color: #d13a3a;
    color: #fff !important;
    border-color: #d13a3a;
}
.social-links > li a.rss:hover {
    background-color: #f15200;
    color: #fff !important;
    border-color: #f15200;
}


/* Countries Block
 * -------------------------- */
div#countries {
	border-top:none;
}

div#countries hr {
	margin:0;
	border-color:#ccc;
}

div#countries ul.list-flags {
	text-align: center;
}

div#countries ul.list-flags li {
	padding: 0 5px 0 0;
}


/* Site Map Page
 * -------------------------- */
div.sitemap h5 {
	font-size: 16px;
	font-weight:400;
	padding: 0 0 9px 0;
	margin:0 0 9px 0;
	border-bottom:1px solid #e5e5e5;
}

div.sitemap ul {
	list-style:none;
	padding-left:0;
}

div.sitemap ul > li {
	font-size:14px;
	margin:8px 0;
}

div.sitemap ul > li a {
	display: block;
    padding: 3px 6px;
    clear: both;
    font-weight: normal;
    line-height: 1.428571429;
    white-space: normal;
}


div.sitemap ul > li a:hover,
div.sitemap ul > li a:focus {
	background:#f5f5f5;
	color:#262626;
}


div.sitemap ul > li > ul {
	list-style:none;
	padding-left:20px;
}

div.sitemap ul > li > ul > li {
	font-size:12px;
	margin:8px 0;
}

div.sitemap ul > li > ul > li a {
	display: block;
    padding: 3px 6px;
    clear: both;
    font-weight: normal;
    line-height: 1.428571429;
    white-space: normal;
}


div.sitemap ul > li > ul > li a:hover,
div.sitemap ul > li > ul > li a:focus {
	background:#f5f5f5;
	color:#262626;
}


/* Sidebar
 * -------------------------- */
h4.header {
   font-size: 14px;
}
h4.header.underlined {
  padding-bottom: 5px;
  border-bottom: 1px solid #ccc;
}

.well-blue {
	background-color: #84b6e4;
	border-color: #549DBD;
	box-shadow: none;
}

.well-blue .sidebar-list {}
.well-blue .sidebar-list li.header h5 {
    font-size: 16px;
}
.well-blue .sidebar-list > li {
  border-bottom: 1px solid #6f9ac1;
}
/* nested sidebar menu lists */
.well-blue .sidebar-list .sidebar-list > li:first-child {
  border-top: 1px solid #6f9ac1;
  margin-top: 5px;
}
.well-blue .sidebar-list li {
}
.well-blue .sidebar-list li.header h5 {color:#fff;}
.well-blue .sidebar-list li.header h5 a {color:#fff ;}
.page-library .well-blue .sidebar-list li.header ~ li {padding-left:1em}


.well-blue .sidebar-list li.active > a,
.well-blue .sidebar-list li.active h5 > a {
    /*background-color: rgba(0,0,0,0.5);*/
}
.well-blue .sidebar-list li a {
    color:#111;
    padding-left: 1em !important;
    display: inline-block;
    font-size: 14px;
}
.well-blue .sidebar-list li i {
    display: none;
}

.well-blue .sidebar-list li.active > a {
}


/* Sidebar Categories
 * -------------------------- */
.sidebar-list {
    padding-left: 0;
    list-style: none;
    margin-bottom: 0;
    padding: 15px;
}
.sidebar-list:first-child {
    padding-bottom: 0;
}
.sidebar-list:last-child {
/*    padding-top: 0; */
}

.sidebar-list .radio, .widget-list .checkbox {
	margin:0;
}

.sidebar-list .divider {
    background-color: #e5e5e5;
    height: 1px;
	padding: 0;
    overflow: hidden;
}

.sidebar-list ul.menu {
  padding-left: 0;
}
.sidebar-list > ul.menu > li {
  margin: 0;
}

.sidebar-list > li {
    border-bottom: 1px solid #f5f5f5;
    margin: 0;
}

.sidebar-list  li {
    padding: 5px 0;
}

.sidebar-list li.active > a,
.sidebar-list li.active h5 > a {
	font-weight: bold;
	/*background-color: #999;*/
	/*margin: 0 -15px;*/
	padding: 5px;
  width: 100%;
}

.sidebar-list li.header {
	/*margin: 0 -15px;*/
}

.sidebar-list li.header h5 {
	margin: 0;
}

.sidebar-list > li:last-child {
    border-bottom: 0;
}

.sidebar-list > li.list-header h5 {
	margin-top: 5px;
	margin-bottom: 5px;
}
.sidebar-list > li.list-header h5:before {
    font-family: 'FontAwesome';
    content: "\f105";
    margin-right: 15px;
    font-size: 14px;
}


/* Header Block Carousel
 * -------------------------- */
#header-content-wrapper .carousel .carousel-caption {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding-top: 30px;
    padding-left: 20%;
    padding-right: 20%;
    background: rgba(0,0,0,0.7);
}

#header-content-wrapper .carousel h2 {
	color:#fff;
}
#header-content-wrapper .carousel h2 small {
	color:#f15200;
}

#header-content-wrapper .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right {
    margin-top: -10px;
}

#header-content-wrapper .carousel-control .glyphicon-chevron-right {
    left: inherit;
    right: 50%;
}


/* Home Page Widgets
 * -------------------------- */
.widget .widget-wrapper .widget-header {
    text-align: center;
    padding: 30px 10px;
    position: relative;
    color: #fff;
	background:#549DBD;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}

.widget .widget-wrapper .widget-content {
	position:relative;
	padding:10px 0;
}

.widget .widget-wrapper .widget-content:before {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 10px;
    border-bottom-width: 0;
    border-top-color: #549DBD;
    top: 0;
    left: 5%;
    content: "";
    margin-left: -10px;
}

.widget .widget-wrapper.twitter .widget-header {background:#3abdd1;}
.widget .widget-wrapper.twitter .widget-content:before {border-top-color: #3abdd1;}


/* Pagination
 * -------------------------- */
.pagination {
  margin: 0;
}
.pagination > li > a, .pagination > li > span {
    margin-left: 5px;
    color: #000;
    border-radius: 3px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
    color: #2c3e50;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
	background-color: #549DBD;
	border-color: #549DBD;
}

.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
	color: #ccc;
	background-color: #f5f5f5;
}

.pagination .pager-ellipsis{ display:none; }

/* Form Control
 * -------------------------- */
.search-form {
    position: relative;
}

#super-header .search-form:before {
    font-family: FontAwesome;
    content: "\f002";
    position: absolute;
    top: 1px;
    right: 22px;
    font-size: 18px;
    color: #666;
}

/* Search results page
 * -------------------------- */
 .mainSearchResultImgBox img{
	height: 60px;
	width: 60px; 
 }
 .mainSearchResultImgBox .field-label{
	display:none;
 }
 

/* Tags
 * -------------------------- */
a.tag {
	background:#ddd;
	padding:2px 4px;
	border-radius:2px;
}


/* Articles ???????????????????????????????????????????????
 * -------------------------- */
.post-wrapper {
    padding: 25px 0;
}
.post {
    overflow: hidden;
    border-radius: 3px;
}
.flush .post {
    border-radius: 0;
}
.post-thumb {
    position: relative;
}

.post-thumb img:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
}
.post-details {
    padding: 20px;
    border: 1px solid #f5f5f5;
    border-top: 0;
}
.post-details .post-title:before {
    content: "";
    width: 50px;
    height: 1px;
    background-color: #f5f5f5;
    display: block;
    position: absolute;
    bottom: -10px;
    left: 0;
}
.post-details .post-title {
    margin-top: 0;
    position: relative;
	color:#367194;
	font-size:16px;
}
.post-meta {
    font-size: 12px;
    padding: 10px 0;
    overflow: hidden;
    padding-top: 5px;
    text-transform: uppercase;
}

.colored-wrapper .post-meta {
    border-color: #fff;
}

.meta-list {
    list-style: none;
    padding-left: 0;
    margin: 0;
    float: left;
    width: 100%;
}

.meta-list li {
    float: left;
    padding: 0 10px;
    border-left: 1px solid #f5f5f5;
}

.meta-list li:first-child {
    padding-left: 0;
    border-left: 0;
}

.post-title {
    margin: 20px 0;
}

@media (max-width: 767px) {
    .post-meta {
        padding: 0;
    }

    .meta-list li {
        float: none;
        border-left: 0;
        padding: 10px 0;
        border-bottom: 1px solid #f5f5f5;
    }

    .meta-list li:last-child {
        float: none;
        border-bottom: 0;
    }
}


/* Display for generated PDF thumbnails */

/* thumbnails in the library shall extend the whole box for a given item */
#library_items #thumbs img {
    max-width:200px;
    max-height:200px;
}

/* Attached document thumbnails */
.well .attachments img {
    max-width:100px;
    max-height:100px;
    margin: auto;
}


/* Added from other files */


/* Addtoany */
.addtoany_list > a {
  /*font-size: 16px;
  padding: 0 4px; */
  font: normal normal normal 14px/1 FontAwesome;
  padding: 12px 14px;
  font-size: 12px;
}

.uppercase {
  text-transform: uppercase;
}

/* bjh 2018-02-02
.node-article .page	p:first-child:first-letter {
*/
.node-article .page	.field-item > p:first-child:first-letter {
  color: #ee7d00;
  float: left;
  font-family: Georgia;
  font-size: 75px;
  line-height: 60px;
  padding-top: 4px;
  padding-right: 8px;
  padding-left: 3px;
}
/*
.node-article .page	p:nth-child(2) {
  -moz-column-count: 2;
  -webkit-column-count: 2;
  column-count: 2;
}
.node-article .page	p:nth-child(3) {
  border-left: 5px solid #ecf0f1;
  font-size: 18.75px;
  margin: 0 0 21px;
  padding: 10.5px 21px;
}

.node-article .page	p:nth-child(6):before {
  content: "This is a subheading";
  display: block;
  color: #444;
  font-family: "Ubuntu","Times New Roman","Montserrat",sans-serif;
  font-weight: 700;
  font-size: 24px;
}
.node-article .page	p:nth-child(9):before {
  content: "This is another";
  display: block;
  color: #444;
  font-family: "Ubuntu","Times New Roman","Montserrat",sans-serif;
  font-weight: 700;
  font-size: 24px;
}
*/
.with_capital:first-letter {
  color: #903;
  float: left;
  font-family: Georgia;
  font-size: 75px;
  line-height: 60px;
  padding-top: 4px;
  padding-right: 8px;
  padding-left: 3px;
}

.two_columns {
  -moz-column-count: 2;
  -webkit-column-count: 2;
  column-count: 2;
}

.bordered {
/* bjh 2018-02-02
  border-left: 5px solid #ecf0f1;
  font-size: 18.75px;
  margin: 0 0 21px;
  padding: 10.5px 21px;
*/  
  border-left: 5px solid #eeeeee;
  font-size: 17.5px;
  margin: 0 0 20px;
  padding: 10px 20px;
}

.node-article .page	.post-meta {
  position: relative;
  margin-bottom: 20px;
}

.node-article .page	.post-meta::after {
  background-color: #ccc;
  bottom: 0;
  content: "";
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  width: 80px;
}

.page-library	.ygtvcheck0 { background: url(../images/check0.gif) 0 0 no-repeat; width:16px; cursor:pointer }
.page-library	.ygtvcheck1 { background: url(../images/check1.gif) 0 0 no-repeat; width:16px; cursor:pointer }
.page-library	.ygtvcheck2 { background: url(../images/check2.gif) 0 0 no-repeat; width:16px; cursor:pointer }
.page-library	.ygtvlabel, .page-library	.ygtvlabel:link, .page-library	.ygtvlabel:visited, .page-library	.ygtvlabel:hover { background:none; font-size:100%; cursor:default; }
.page-library	.ygtvfocus .ygtvlabel, .page-library	.ygtvfocus .ygtvlabel:link, .page-library	.ygtvfocus .ygtvlabel:visited, .page-library	.ygtvfocus .ygtvlabel:hover { background-color:transparent; }
.page-library	.ygtvblankdepthcell, .ygtvdepthcell { height:25px; }
.page-library	.ygtvspacer { height:25px; }
.page-library	.ygtvlp, .page-library	.ygtvlph, .page-library	.ygtvlphh, .page-library	.ygtvlm, .page-library	.ygtvlmh, .page-library	.ygtvlmhh, .page-library	.ygtvln, .page-library	.ygtvlnh, .page-library	.ygtvlnhh, .page-library	.ygtvtp, .page-library	.ygtvtph, .page-library	.ygtvtphh, .page-library	.ygtvtm, .page-library	.ygtvtmh, .page-library	.ygtvtmhh, .page-library	.ygtvtn, .page-library	.ygtvtnh, .page-library	.ygtvtnhh { height:25px; }
.page-library	.ygtvfocus { background-color:transparent; }
.page-library	ul.filters {
  margin: 0; padding: 0;
  margin-bottom: 20px;
  font-weight: 300;
}
.page-library	ul.filters li {
  color: #333;
  display: inline;
  list-style-type: none;
  margin-right: 5px;
  font-size: 77%;
}
.page-library	ul.filters li.label {
  color: #fff;
  background:#999;
}
.page-library	ul.filters li a {
  color: #999;
}
.page-library	ul.filters li a:hover {
  color: #f60;
}
.page-library	ul.filters li.label {
  margin-right: 5px;
}
.page-library	ul.filters li {
  margin-right: 15px;
}
.page-library	a.remove {
  width: 9px;
  overflow: hidden;
  position: absolute;
  margin: 4px 0 0 2px;
  background: url("../images/remove.gif") no-repeat;
  padding: 9px 0 0 0;
  height: 0px !important;
  height /**/:9px; /* for IE5/Win only */
}
.page-library	a.close {
  width: 9px;
  overflow: hidden;
  position: absolute;
  margin: 4px 0 0 2px;
  background: url("../images/remove.gif") no-repeat;
  padding: 9px 0 0 0;
  height: 0px !important;
  height /**/:9px; /* for IE5/Win only */
}
.page-library	a.remove:hover {
  background-position: 0 -9px;
}
.page-library	.db_level {
  background: none repeat scroll 0 0 #333333;
  color: #FFFFFF;
  font-weight: bold;
  padding: 5px 10px;
}
.page-library i.node-edit-link {
    position:absolute;
    right:1.6em;
}


tbody {
  border: none;
}
div.inline-content div {
  display: inline;
}
/* When gallery image is smaller than container */
.gallery-item .gallery-thumb img {
  margin: 0 auto;
}
.gallery-item .gallery-thumb {
  border: 1px solid #ecf0f1;
  border-bottom: 0;
}

#share-links {
  clear: both;
}
#share-links div.btn-group a.btn {
    margin-right: 4px;
    width: 40px;
}
.portfolio-item .portfolio-details { max-height: 120px }

#user-register-form .form-type-textfield label{
	display: block;
}
#user-profile-form .form-type-textfield label{
        display: block;
}
.sticky-enabled{
	width:100%;
}
.sticky-enabled td, .sticky-enabled th{
	padding:5px;
}

.widget {
    word-wrap: break-word;
}

.video_wrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}

.video_wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.node_taxonomy {
  margin-bottom: 20px;
}
.node_taxonomy > .header_image {
  float: left;
  margin-bottom: 20px;
  margin-right: 10px;
}
.node_taxonomy img {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

#registration-page > h2 { margin-bottom: 1em; }
#registration-page > h3 {
    font-size: 16pt;
    font-weight: normal;
    margin-bottom: 0.7em;
}

.page-node-registrations table.sticky-enabled th,
.page-node-registrations table.sticky-enabled td {
    padding: 10px;
}

.main-wrapper .container {
    position: relative;
}

.main-wrapper .tabs {
    position: absolute;
    top: 5px; left: 0px;
    border-bottom: none;
    margin: 0;
}

.main-wrapper .tabs.secondary {
    white-space: nowrap;
    top: 25px; left: 0px;
}

.main-wrapper .tabs.secondary li {
    display: inline;
    border-right: none;
    border-left: 1px solid #ccc;
}

.main-wrapper .tabs.primary a {
    padding: 5px 15px;
}

.main-wrapper .action-links {
    position: absolute;
    float: left;
    top: 48px;
    right: 20px;
    list-style: none;
}

.main-wrapper .action-links a::before {
    content:"\f24d";
    padding-right: 8px;
    font-family: "FontAwesome"
}

.breadcrumb {
    white-space: nowrap;
    overflow: hidden;
    max-width: 100%;
}
.breadcrumb li {
    text-overflow: ellipsis;
}


.sticky-enabled {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
  overflow-x: auto;
  min-height: 0.01%;
}
.sticky-enabled > thead > tr > th,
.sticky-enabled > tbody > tr > th,
.sticky-enabled > tfoot > tr > th,
.sticky-enabled > thead > tr > td,
.sticky-enabled > tbody > tr > td,
.sticky-enabled > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ecf0f1;
}
.sticky-enabled > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ecf0f1;
}
.sticky-enabled > caption + thead > tr:first-child > th,
.sticky-enabled > colgroup + thead > tr:first-child > th,
.sticky-enabled > thead:first-child > tr:first-child > th,
.sticky-enabled > caption + thead > tr:first-child > td,
.sticky-enabled > colgroup + thead > tr:first-child > td,
.sticky-enabled > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.sticky-enabled > tbody + tbody {
  border-top: 2px solid #ecf0f1;
}
.sticky-enabled > tbody > tr:hover {
  background-color: #ecf0f1;
}

.galleria{ width: 100%; height: 600px; background: #000 }

#sliding-popup {
    padding: 20px;
}

.toppager a {
  color: #333;
}

#sliding-popup .eu-cookie-compliance-secondary-button {
    cursor: pointer;
    margin-right: 5px;
    margin-top: 1em;
    vertical-align: middle;
    overflow: visible;
    width: auto;
    -moz-box-shadow: inset 0 1px 0 0 #ffffff;
    -webkit-box-shadow: inset 0 1px 0 0 #ffffff;
    box-shadow: inset 0 1px 0 0 #ffffff;
    background: #ededed;
    background-image: -moz-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(5%, #ededed), color-stop(100%, #dfdfdf));
    background-image: -webkit-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
    background-image: -o-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
    background-image: -ms-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
    background-image: linear-gradient(to bottom, #ededed 5%, #dfdfdf 100%);
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #dcdcdc;
    color: #000;
    font-family: Arial, sans-serif;
    font-weight: bold;
    padding: 4px 8px;
    text-decoration: none;
    text-shadow: 1px 1px 0 #ffffff;
    color: #333 !important;
}

#sliding-popup .eu-cookie-compliance-default-button {
    cursor: pointer;
    border: none;
    background: none;
    margin-top: 1em;
    padding: 0 8px;
    vertical-align: middle;
    box-shadow: none;
    text-shadow: none;
    color: #fff !important;
}

#sliding-popup .eu-cookie-compliance-default-button:hover {
  background: none;
}

/* Home page fix */

.spotlight {
    background: #f4f4f4;
    border-radius: 4px;
    margin-bottom: 20px;
    padding: 15px;
}

.spotlight ul {
    padding-bottom: 10px !important;;
}

#news-featured .subpage-title {
    padding-top: 10px;
}

.tab-content {
    border: 1px solid #ddd;
}

.recent-posts + h5 {
    margin-top: 10px;
}

.recent-posts > li:last-child {
    margin-bottom: 4px;
}

.div-thumbnail {
    margin: 5px;
}

.div-thumbnail img {
    width: 128px;
    height: 128px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}

#tabs-library .active a {
    background-color: #f4f4f4 !important;;
}

.fa {
    line-height: inherit;
}

.clearfix::after {
  content: "";
  clear: both !important;
  display: table;
}

.spotlight .handbooks {
  text-align: center;
}

.spotlight .handbooks img {
  max-width: 250px;
  margin: 10px auto;
  width: 90%;
}

.recent-topics {
    padding-left: 0;
    list-style: none;
    overflow: hidden;
    margin-bottom: 0;
}

.recent-topics .col-md-4 {
    height: 400px;
    overflow: hidden;
}

.recent-topics .div-thumbnail img {
    width: auto;
    height: auto;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}

.territorial a {
  position: relative;
  display: block;
  min-height: 128px;
  text-indent: -9999px;
  background: url('../images/territorial_bg.jpg') 1px 0 no-repeat;
  background-size: cover;
  opacity: 1;
  transition: opacity .6s;
  margin-right: 15px;
  margin-bottom: 25px;
}

.territorial a:hover {
  opacity: 0.75;
}

.territorial a:after {
  content: "";
  display: block;
  width: 56px; height: 56px;
  position: absolute;
  right: 10px;
  bottom: 10px;
  background: url('../images/territorial_go.png') no-repeat;
  opacity: 0.5;
  transition: opacity .6s;
}

.territorial a:hover:after {
  opacity: 1;
}

@media (max-width: 992px) {
  .territorial a {
    margin-right: 0;
    margin-top: 35px;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  .territorial a {
    min-height: 150px;
  }
}