@import url("https://fonts.googleapis.com/css?family=Montserrat:300,400,400i,500,500i,600,600i,700,800,900|Open+Sans:300,400,600,700,800&display=swap");
@import url('https://fonts.googleapis.com/css?family=Lora:400,400i,700,700i|Source+Sans+Pro:200,200i,300,300i,400,400i,600,600i,700,700i,900,900i&display=swap');

body {
    /*font-family:'Open Sans', sans-serif;*/
    /*font-family: 'Source Sans Pro',Arial,sans-serif;*/
    font-family: 'Lora','Open Sans', sans-serif;
}

body {
	font-size: 1rem;
	/*text-align: left;*/
}

.header-titlebar__overlay {
	/*background-color: #3A6581;*/
	background-color: #1e2427;
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 15;
}

.header-titlebar__background-image {
	/*background-position: bottom;*/
	/*background-position: 50% 100%;*/
}

.header-titlebar__description {
	color: #fff;
	/*font-family: 'Source Sans Pro',Arial,sans-serif;*/
	font-size: 1.25rem;
}

.header-titlebar__inner .container {
	/*background-image: linear-gradient(to right, rgba(58,101,129,1), rgba(58,101,129,0));*/
}

.header-languages:before {
    z-index: -10;
}

.header-languages__list li.active a {
	/*color: #2d93c5;*/
	color: #fff;
	text-decoration: underline;
	font-weight: bold;
}

.header__nav .container {
	padding-left: 0;
	padding-right: 0;
}

.header-titlebar__logo {
	padding-left: 15px;
}

.header-search__wrapper {
	position: absolute;
	right: -60px;
	top: 0px;
	display: inline-block;
	z-index: 50;
	padding-left: 3rem;
}

.header-search__wrapper button {
	padding: 0;
	cursor: pointer;
	outline: 0;
	border: 0;
	-webkit-transition: all 150ms;
	-moz-transition: all 150ms;
	-ms-transition: all 150ms;
	-o-transition: all 150ms;
	transition: all 150ms;
}

.header-search__toggle {
	color: #fff;
}

.header-search__toggle {
	display: block;
	/*position: absolute;*/
	top: 23px;
	right: 0;
	width: 40px;
	height: 40px;
	border-radius: 3px;
}

.header-search__toggle-icon {
	/*position:absolute;*/
	top:50%;
	left:0;
	margin-top:-9px;
	width:100%;
	text-align:center;
	font-size:18px;
}

.header-search__toggle-icon {
    text-align: center;
    font-size: 18px;
}

.header-search__toggle-icon:before {
 /*font-family:"pressville-icons" !important;*/
 /*font-family: "FontAwesome";*/
 /*font-family: "FontAwesome";*/
 speak:none;
 font-style:normal;
 font-weight:normal;
 font-variant:normal;
 text-transform:none;
 line-height:1;
 -webkit-font-smoothing:antialiased;
 -moz-osx-font-smoothing:grayscale;
 /*content:'\f002'*/
 /*content:'*'*/
 /*background:url();*/
}

.header-search__toggle--active .header-search__toggle-icon:before {
 	/*content:'\f00d';*/
 	/*content: 'x';*/
}

.header-search__toggle {
	color: #fff;
	background-color: #2d93c5;
}

.header-search {
	position: absolute;
	display: block;
	background-color: #fff;
	-moz-box-shadow: 0 3px 5px 3px rgba(0,0,0,0.05);
	-webkit-box-shadow: 0 3px 5px 3px rgba(0,0,0,0.05);
	box-shadow: 0 5px 5px 5px rgba(0,0,0,0.1);
	/*border-color: #e1e7ec;*/
	width: max-content;
	left: -145px;
	top: 50px;
	border-radius: 3px;
	border: solid 1px #d9dde1;
}

#header-search-toggle img {
	position: relative;
	top: -2px;
	/*vertical-align: top !important;*/
}

.js-btn-searchtop {
	position: absolute;
	top: 8px;
	right: 20px;
	float: right;
}

.breadcrumbs-list {
	list-style-type: none;
	margin: 0;
	padding: 0;
	padding-top: 0px;
	padding-top: 15px;
	list-style:disc outside;
}

.breadcrumbs-item {
	list-style-type: none;
	margin: 0;
	padding: 0;
	line-height: normal;
	position: relative;
	display: inline-block;
	margin: 10px 12px 0 0;
	font-size: 0.813em;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.breadcrumb li a {
	color: #1e2427;
	text-decoration: none;
}

.header-titlebar__title {
	font-family: 'Lora','Open Sans', sans-serif;
}

#sidebar {
	padding-left: 3rem;
}

#category .post .post__thumbnail {
	/*text-align: left;*/
}

.below-sticky {
	transition: all 0.8s ease;
}

.sitemap-section__content {
	z-index: 15;
}

.post__title {
	/*text-align: left;*/
}

.post-title {
	/*text-align: left;*/
	font-size: 1rem;
}

.post__content {
	padding-bottom: 10vh;
	text-align: justify;
}

.post .post__thumbnail img{
	display: block;
	/*width: auto;
	height: auto;
	margin: 0px auto;
	max-height: 522px;*/
	max-width: 100%;
}

.post .post__header {
	margin: 0 0 60px 0;
}

.post .post__header h1 {
	font-size: 2rem;
	color: #1e2427;
	font-family: 'Lora','Open Sans', sans-serif;
}

.post .post__thumbnail {
	margin: 0 0 30px 0;
	/*text-align: left;*/
}

.post .post-content {
	text-align: left;
	line-height: 1.9;
}

.post-content img {
	display: block;
	width: 100%;
	height: auto;
	margin: 0px auto;
}

.post-content .post-title a.post__title-link {
	font-family: 'Lora','Open Sans', sans-serif;
	color: #fff;
}
.post .post-content h2 {
	margin-bottom: 20px;
}

.post .post-content h3 {
	margin-bottom: 20px;
}

.post__relate-group {
	text-align: center;
}

.post__relate-group h4{
	margin-bottom: 20px;
}

.post__relate-group .post--related .post__header {
	color: #3A6581;
	font-family: 'Lora','Open Sans', sans-serif;
}

.post__relate-group .post--related .post__header a:hover {
	color: #79a0ba;
}

.lsvr-post-featured-widget__title-link {
	font-family: 'Lora','Open Sans', sans-serif;
}

.button-more-link-top {
	font-size: 0.8rem;
}

.latest-section__header h3 {
	/*font-family: 'Source Sans Pro', sans-serif;*/
}

.latest-news-section__header h2{
	font-size: 2.25em;
	color: #1e2427;
	font-family: 'Lora','Open Sans', sans-serif;
}

.lsvr-post-featured-widget__content {
	border:1px solid transparent;
	border-radius:3px;
}

.lsvr-post-featured-widget__content {
	border-color:#e1e7ec;
	-moz-box-shadow:0 2px 1px rgba(0,0,0,0.06);
	-webkit-box-shadow:0 2px 1px rgba(0,0,0,0.06);
	box-shadow:0 2px 1px rgba(0,0,0,0.06);
}

.lsvr-grid__col--span-3 {
 	width:24.999%;
}

#list-photo {
	padding-left: 0;
}

#list-photo .item {
	width: 100%;
	display: block;
}

.post__image-link {
	display: block;
    position: relative;
    top: 0;
}

#list-photo .post__image-item .post__image-link:hover {
	top: -4px;
}

.post-image-item {
	list-style-type: none;
	padding: 0 15px;
}

.post__image {
	max-width: 100%;
	/*height: auto;*/
	height: 140px;
	object-fit: scale-down;
}

.post__post-inner {
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0)), to(rgba(0,0,0,0.85)));
	background-image: -webkit-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.85));
	background-image: -moz-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.85));
	background-image: -o-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.85));
	background-image: linear-gradient(to bottom,
	rgba(0,0,0,0), rgba(0,0,0,0.85));
}

.post__post-inner .post__post-bg:hover {
	background-color: rgba(45,147,197,0.5);
}

.widget__title {
	position:relative;
	margin:0 0 30px 0;
	/*font-family: 'Source Sans Pro',Arial,sans-serif;*/
	font-size:1.125em;
	font-family:inherit;
	font-weight:600;
}

.lsvr-post-featured-widget__thumb img {
	max-width: 100%;
	height: auto;
	display: block;
	margin: 0px auto;
}

.lsvr-post-featured-widget__date {
	display: inline;
	margin: 2px 0 0 0;
	font-size: 0.8em;
}

.lsvr-post-featured-widget__category {
	display: inline;
	margin: 2px 0 0 0;
	font-size: 0.875em;
}

.lsvr-post-featured-widget__category-link {
	font-weight: 600;
	text-transform: uppercase;
	text-decoration: none;
}

.lsvr-post-featured-widget__content-inner {
	padding: 20px 30px;
}

.lsvr-post-featured-widget__title {
	margin: 0 0 10px 0;
	font-size: 1em;
}

.lsvr-post-featured-widget__excerpt {
	margin: 10px 0 0 0;
	font-size: 0.9em;
}

.widget__more {
	margin:30px 0 0 0;
}

.widget__more-link {
	display:inline-block;
	padding:5px 20px;
	line-height:normal;
	font-size:0.75rem;
	font-weight:bold;
	text-transform:uppercase;
	text-decoration:none;
	border:2px solid transparent;
	border-radius:20px;
}

.widget__more-link {
	color: #3A6581;
	/*border-color: #3A6581;*/
	border-color: rgb(58,101,129,0.6);
}

.widget__more-link:hover {
	border-color:#3A6581;
}

.lsvr-post-featured-widget__excerpt-more-link {
	-webkit-transition:all 300ms;
	-moz-transition:all 300ms;
	-ms-transition:all 300ms;
	-o-transition:all 300ms;
	transition:all 300ms;
	text-decoration:underline;
}

.sitemap-section .sitemap-section__inner .container {
	padding-right: 0;
	padding-left: 0;
}

.lsvr-pressville-sitemap__item-description {
	font-size: 1rem;
}

.lsvr-pressville-sitemap__item-link {
	font-size: 0.9em;
}

.s2-nav-item ul.menu li.menu-item a {
	font-size: 0.95em;
}

.latest-section__item-title {
	font-size: 0.9em;
	font-family: 'Lora','Open Sans', sans-serif;
	/*text-align: left;*/
}

.latest-section__list .latest-section__item .latest-section__item-thumb {
	position: relative;
	top: 0;
	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
	transition: all 300ms;
}

.latest-section__list .latest-section__item:hover .latest-section__item-thumb {
	-moz-box-shadow: 0 5px 10px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.3);
	box-shadow: 0 5px 10px rgba(0,0,0,0.3);
	top: -4px;
}

.carousel-top .button-more-link-bottom {
	/*display: none;*/
	font-size: 0.7rem;
}

.latest-section__item-content {
	font-size: 0.8em;
	/*text-align: left;*/
}

.post .post--related .post__thumbnail {
	text-align: center;
}

.post__tags {
	padding: 20px 0 40px 0;
}

.post__tags .post__terms .post__term-link {
	display: inline-block;
	margin: 0 5px 5px 0;
	padding: 2px 10px;
	line-height: normal;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	font-size: 0.75em;
	text-decoration: none;
	border: 1px solid;
	transparent;
	border-top-color: transparent;
	border-right-color: transparent;
	border-bottom-color: transparent;
	border-left-color: transparent;
	border-radius: 3px;
}

.post__tags .post__terms .post__term-link {
	color: #3A6581;
	border-color: rgba(205,67,53,0.4);
}

.post__tags .post__terms .post__term-link:hover {
	color: #FFF;
	background-color: #3A6581;
}

.mtext h3 {
	/*text-align: left;*/
	font-size: 1.5rem;
}

.button__more-link {
	text-align: center;
}

.latest-section__footer .button__more-link {
	font-size: 0.75rem;
}

.events-section__footer .button__more-link {
	font-size: 0.8rem;
}

.gallery-item {
	width: 100% !important;
	text-align: center;
	margin: auto !important;
	margin-bottom: 30px !important;
}

.gallery-wrap .gallery-item .gallery-detail {
	margin-left: 15px;
	margin-right: 15px;
}

.gallery-description {
	color: #fff;
	font-size: 0.86rem;
}

 .gallery-item-image {
 	list-style-type: none;
 	float: left;
 	margin-bottom: 30px;
 	padding: 0 15px;
 	text-align: center;
 }

 ul.image-list {
 	list-style-type: none;
	margin: 0;
	padding: 0;
	margin: 0 -15px 0 -15px;
    margin-bottom: 0px;
	margin-bottom: -30px;
 }

.gallery-img {
	position: relative;
	top: 0;
 	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
	transition: all 300ms;
	width: 100%;
	/*padding: 0 15px;*/
}

 .gallery-img:hover{
 	top: -4px;
 	-moz-box-shadow: 0 5px 10px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.3);
	box-shadow: 0 5px 10px rgba(0,0,0,0.3);
 }

.footer__overlay {
	background-color: #1e2427;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	/*z-index: 10;*/
}

.footer-menu .mtitle {
	/*font-family: 'Source Sans Pro', sans-serif;*/
	font-size: 1.3rem;
	padding-bottom: 0;
	text-transform: none;
}

.footer-menu .mtext {
	font-size: 0.84rem;
}

.footer-menu ul {
	margin: 1rem 0 0 0;
}

.footer-contact .mtext {
	color: #e1e7ec;
}

.footer-social__list {
	padding-left: 0;
}

.footer-social__list:before,
.footer-social__list:after {
	display:table;
	clear:both;
	height:0;
	content:'';
	visibility:hidden;
}

.footer-social__item {
	list-style-type:none;
	margin:0;
	padding:0;
	line-height:normal;
	/*float:right;*/
	margin-right:15px;
}

.footer-social__link {
 display:block;
 position:relative;
 width:42px;
 height:42px;
 text-decoration:none;
 border-radius:50%;
}

.footer-widget__title {
	margin: 0 0 30px 0;
}

.textwidget {
	color: #8a949b;
	/*font-family: 'Source Sans Pro',Arial,sans-serif;*/
	font-size: 0.95rem;
	line-height: 1.5rem;
	margin-right: 5rem;
}

.footer-social .footer-social__list i.fas{
	color: #626a70;
}

#header-languages-mobile__inner {
	display: none;
}

/*Cookie*/

.cc-animate.cc-revoke.cc-bottom:hover {
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
.cc-animate.cc-revoke.cc-bottom {
	-webkit-transform: translateY(2em);
	transform: translateY(2em);
}

.cc-color-override-1977252279.cc-revoke {
	color: rgb(255, 255, 255);
	background-color: rgb(0, 0, 0);
}

.cc-revoke.cc-bottom {
	bottom: 0;
	left: 3em;
	border-top-left-radius: .5em;
	border-top-right-radius: .5em;
}

.cc-animate.cc-revoke {
	-webkit-transition: transform 1s ease;
	-webkit-transition: -webkit-transform 1s ease;
	transition: -webkit-transform 1s ease;
	transition: transform 1s ease;
	transition: transform 1s ease,-webkit-transform 1s ease;
}

.cc-bottom {
	bottom: 1em;
}

.cc-btn, .cc-close, .cc-link, .cc-revoke {
	cursor: pointer;
}

.cc-revoke {
	padding: .5em;
}

.cc-revoke, .cc-window {
	position: fixed;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-family: Helvetica,Calibri,Arial,sans-serif;
	font-size: 16px;
	line-height: 1.5em;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	z-index: 9999;
}

.page-sidebar {
	margin-bottom: 1rem;
}

.container {
		padding: 0 30px;
	}

.carousel-bottom-title a{
	font-family: 'Lora','Open Sans', sans-serif;
	font-size: 1.3rem;
	color: #fff;
}

.slider-3 {
	background-size: contain;
	background-repeat: no-repeat;
}

.slider-3 .post__post-inner {
	background-image: none;
}

.gall-invec {
	background-color: #F3F5F7;
}

.invec-post-content {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	opacity: 0.8;
	background-color: #1e2427;
}

.invec-post-content h3 {
	padding-left: 1rem;
}

.invec-post-content .gallery-description {
	padding-left: 1rem;
}

.events-section__header {
	display: flex;
	width: 50%;
	margin: 0 auto;
	align-items: center;
	justify-content: center;
}

@media (min-width: 1200px) {
	.container {
		max-width: 1280px;
		padding: 0 30px;
	}
	.row {
		margin-right: 0;
		margin-left: 0;
	}
}

@media (min-width: 991px) {
	.button__more-link-mob {
		display: none;
	}

	.latest-news-section__header a.button-more-link-top {
		display: inline-block;
}
}

@media (min-width: 768px) and (max-width: 991px) {
.lsvr-grid__col--md-span-6 {
	float:left;
	width:49.998%;
}
}

@media (max-width: 991px) {

.header-titlebar__inner {
		padding-top: 25px;
		position: absolute;
	}

	.header-titlebar__logo img {
		max-height: 100px;
	}

	.header-titlebar__title {
		font-size: 1.5rem;
	}

	.header-titlebar__text {
		padding-left: 0;
	}
	.header-titlebar__logo {
		text-align: center;
		padding-left: 0;
	}

	.header-search {
	position: relative;
	top: 0;
	}

	.header__nav {
		margin-top: 0px;
	}

	.header-languages__list li.active a {
		text-decoration: none;
	}

	.header-titlebar__description {
		font-size: 1rem;
	}

.header-titlebar__inner .container {
    /*background: -moz-radial-gradient(center, ellipse cover, rgba(58,101,129,1) 0%, rgba(58,101,129,0) 100%); /* ff3.6+ */
    /*background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(58,101,129,1)), color-stop(100%, rgba(58,101,129,0))); /* safari4+,chrome */
    /*background:-webkit-radial-gradient(center, ellipse cover, rgba(58,101,129,1) 0%, rgba(58,101,129,0) 100%); /* safari5.1+,chrome10+ */
    /*background: -o-radial-gradient(center, ellipse cover, rgba(58,101,129,1) 0%, rgba(58,101,129,0) 100%); /* opera 11.10+ */
    /*background: -ms-radial-gradient(center, ellipse cover, rgba(58,101,129,1) 0%, rgba(58,101,129,0) 100%); /* ie10+ */
    /*background:radial-gradient(ellipse at center, rgba(58,101,129,1) 0%, rgba(58,101,129,0) 100%); /* w3c */
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3A6581', endColorstr='#3A6581',GradientType=1 ); /* ie6-9 */
	}

.header-titlebar__logo {
	display: block;
	margin: auto;
}

.header-titlebar__text {
	display: block;
	text-align: center;
}

.header-search__wrapper {
	position: relative;
	display: block;
	width: 100%;
	padding-left: 0;
	right: 0;
}

.header-search {
	left: 0;
	width: 100%;
}

#header-search-toggle {
	float: right;
}

.button__more-link-mob {
	font-size: 0.8rem;
}

.col-lg-8 {
	padding-right: 25px;
	padding-left: 25px;
}

.post .post__header h1 {
	font-size: 2em;
}

#sidebar {
	padding-left: 0;
}

.latest-news-section__header {
	padding: 40px 0px 0 0px;
}

.latest-news-section__header i {
	left: 0;
}

.latest-news-section__header a.button-more-link-top {
	display: none;
}

.carousel-top {
	padding-right: 35px !important;
	padding-left: 35px !important;
}

.carousel-bottom {
	padding-right: 35px !important;
	padding-left: 35px !important;
}

.carousel-top .button-more-link-bottom {
	text-align: center;
}

.carousel-top .button-more-link-bottom a {
	display: inline;
}

#header-languages-mobile__inner {
	display: block;
}

.header-languages__list {
	margin-bottom: 0;
	padding: 0;
}

.header-languages-mobile__inner {
	background-color: #1e2427;
	text-align: center;
}

.header-languages__item {
    list-style-type: none;
    margin: 0;
    padding: 0 0 0 5px;
    line-height: normal;
    display: inline;
    font-size: 0.875rem;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.header-languages__list li.active a {
	color: #2d93c5;
	/*text-decoration: underline;*/
}

.header-languages {
	display: none;
}

.events-section__header {
	margin-bottom: 35px;
}

.events-section__header h2{
	font-size: 3em;
}

.widget__title {
	font-size: 1.5em;
}

.header-middle {
	position: relative;
	/*padding: 170px 0 130px 0;*/
	padding: 119px 0 91px 0;
	min-height: 30px;
	background-size: cover;
	background-position: center 0;
	z-index: 10;
}

.header-titlebar {
	padding: 0;
}

#footer .footer .container {
	padding: 0 30px;
}

.footer-social__item {
	float: left;
}

.footer-social__list {
	margin-top: 2rem;
}

.lsvr-grid__col--span-3 {
	width: 100%;
}

.footer-bottom .copyright-text {
	text-align: left !important;
}

.footer-bottom .poweredby-text {
	/*text-align: right !important;*/
}

}

@media (max-width: 575px) {
	.gallery-item {
		padding: 0 30px;
	}
	.gallery-wrap .gallery-item .gallery-detail {
		margin-left: 30px;
		margin-right: 30px;
	}
	}

@media (min-width: 481px) and (max-width: 767px) {
.lsvr-grid__col--sm-span-6 {
	float:left;
	width:49.998%;
}
}

.ghiseul-logo-holder img {
    max-width: 100%;
    }

.ghiseul-logo-holder {
        max-width: 50px;
    }

.ghiseul-logo-link-holder {
    position: relative;
    left: -50px;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .ghiseul-logo-link-holder {
        position: relative;
        left: 0px;
    }
}

.ghiseul-link-text-holder{
    line-height: 1.3rem;
    max-width: 50%;
}

@media only screen and (max-width: 991.98px){
    .ghiseul-link-text-holder{
        max-width: 100%;
    }
}

.top-is_featured-slider-more-holder {
    top: -30px;
}
