/*bootstrap overrides*/
body {
	padding-top: 150px;
}
body.cke_editable {
	padding-top: 0;
}
main {
	margin: 90px 0 70px;
}
.home main {
	margin: 0;
}
.container {
	max-width: 1200px;
}
a {
	transition: all .3s ease-in-out;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	font-weight: 500;
	line-height: 1.5em;
}
.home h4 {
	font-family: "Roboto", Arial, Helvetica, sans-serif;
	font-weight: 500;
	text-transform: uppercase;
	font-size: 13px;
	line-height: 25px;
	letter-spacing: 3px;
	color: #9ea9b3;
}
.home h2 {
	font-family: "Roboto", Arial, Helvetica, sans-serif;
	font-weight: 300;
	font-size: 42px;
	line-height: 50px;
	letter-spacing: 1px;
	color: #2d3845;
}
.home h2 em {
	font-style: normal;
	font-weight: 700;
}
.img-thumbnail {
	padding: 0;
	border: none;
	border-radius: 10px;
}
.rounded-10 {
	border-radius: 10px;
}
main, footer {
	font-family: "Muli", Tahoma, Geneva, sans-serif;
	font-weight: 400;
	font-size: 15px;
	line-height: 1.8;
	color: #5d6975;
}
.btn {
	font-size: 14px;
	padding: 12px 25px;
	font-weight: 600;
}
.btn-sm {
	font-size: 13px;
	padding: 7px 15px;
}
.section-title {
	margin-bottom: 40px;
}
.section-title * {
	margin: 0;
}
.table {
	color: #5d6975;
	line-height: 1.2em;
}
.table-sm td, .table-sm th {
	font-size: 14px;
}
.table-contacts td {
	width: 50%;
}
.table-contacts a {
	font-weight: bold;
}
/*colors*/
.text-light {
	color: #9faebe !important;
}
.text-info {
	color: #0091AE;
}
.bg-light {
	background-color: #f5f8fb !important;
}
.bg-dark {
	background-color: #536271 !important;
}
.bg-info {
	background-color: #0091AE !important;
}
.btn-info {
	background-color: #0091AE;
	border-color: #0091AE;
}
.bg-grey {
	background: #F9F9F9;
}
/*cards*/
.card-shadow {
	box-shadow: 0 9px 35px 0 rgba(0,0,0,.07);
	border: none;
}
.card-rounded {
	border-radius: 8px;
	overflow: hidden;
}
.card-img {
	overflow: hidden;
	border-radius: 0;
}
.card-img-top {
	position: relative;
}
.card-img-top img {
	width: 100%;
}
h1.card-title {
	font-size: 40px;
	margin-top: 10px;
	line-height: normal;
}
.card-date {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
}
.card-meta {
	color: #8b95a0;
	overflow: hidden;
}
.card-meta i {
	color: #007bff;
}
.card-meta span {
	display: inline-block;
	position: relative;
	margin-left: 40px;
}
.card-meta span:first-child {
	margin-left: 0;
}
.card-meta span::before {
	content: "";
	position: absolute;
	left: -25px;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	top: 12px;
	background-color: #0067da;
}
.content-inner .card-date {
	position: absolute;
	top: auto;
	right: auto;
	z-index: 2;
	left: 20px;
	bottom: -20px;
}
.card-date > span {
	min-width: 90px;
	border-radius: 0 0 0 90%;
	padding: 15px 0 23px 23px;
	display: inline-flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin: 0;
	color: #fff;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 900;
	line-height: 24px;
	background: #0091AE;
}
.card-date span span {
	font-size: 26px;
	line-height: 26px;
	font-weight: 400;
}
.content-inner .card-date > span {
	border-radius: 5px;
	font-weight: normal;
	text-align: center;
	padding: 10px 15px;
	font-size: 13px;
	line-height: normal;
}
.content-inner .card-body {
	padding: 30px;
}
.card-title {
	font-size: 24px;
	line-height: 35px;
	font-weight: 600;
}
.card-title a {
	color: #2d3845;
}
.card-title a:hover {
	color: #0091AE;
	text-decoration: none;
}
.card-horizontal {
    display: flex;
    flex: 1 1 auto;
}
/*IMAGE HOVER EFFECTS -------------------------------------*/
.img-link {
	display: block;
	position: relative;
	overflow: hidden;
}
.img-link img {
	display: block;
	width: 100%;
	transition: all 0.3s ease-out 0s;
}
.img-zoom:hover img {
	transform: scale(1.15);
	-webkit-transform: scale(1.15);
}
.img-overlay:after {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	content: "";
	background: rgba(0, 0, 0, 0.3);
	opacity: 0;
	z-index: 1;
	transition: all 0.3s ease-out 0s;
}
.img-overlay:hover:after {
	opacity: 1;
}
.img-link .fa {
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 100;
	color: #FFF;
	background: #0091AE;
	width: 50px;
	text-align: center;
	font-size: 20px;
	line-height: 50px;
	opacity: .9;
	margin-top: -25px;
	margin-left: -25px;
	transition: all 0.3s ease-out 0s;
	border-radius: 50%;
}
.img-link:hover .fa {
	background: #4B5965;
}
.video-link img {
	margin: -10% 0;
}
/*HEADER----------------------------------------------------------------*/
.eu-disclaimer {
	position: absolute;
	right: 10px;
	top: 10px;
	z-index: 1000;
	width: 208px;
}
/*header-main*/
.site header, .site-header-main {
	position: relative;
}
.site-header-main {
	padding: 10px 0;
}
.site-branding {
	float: left;
}
.headerlogo {
	line-height: 105px;
	height: auto;
	margin-left: 0px;
	margin-bottom: 25px;
	margin-top: 15px;
}
.headerlogo img {
	max-height: 100px;
}
.site-description {
	display: none;
}

/* HEADER MENU */
header {
	margin-bottom: -25px;
	z-index: 1000;
	transition: all .3s ease-out;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
}
header.pinned {
	top: -80px;
}
.menu-toggle {
	display: none;
	z-index: 10;
}
.site-header-menu div.nav-menu > ul > li {
	margin: 0 0px 0 0;
	display: inline-block;
	position: relative;
	vertical-align: top;
	height: 70px;
	line-height: 70px;
}
.site-header-menu div.nav-menu > ul > li > a {
	font-weight: 500;
	font-size: 18px;
	letter-spacing: ;
	color: #222d35;
	display: block;
	text-decoration: none;
	position: relative;
	z-index: 1;
	padding: 0px 14px;
	margin: 0;
	opacity: 1;
	color: #FFF;
	font-size: 17px;
	padding: 0 13px;
}
.menu-sec-menu {
	padding: 0;
	margin: 0;
}
.site-header-menu div.nav-menu > ul.menu-sec-menu > li {
	height: 50px;
	line-height: 50px;
}
.site-header-menu div.nav-menu > ul.menu-sec-menu > li > a {
	color: #FFF;
	color: #222d35;
	opacity: 1;
	/*text-transform: uppercase;*/
	font-size: 13px;
	font-weight: 600;
	padding: 0 6px;
	text-transform: uppercase;
	font-size: 12px;
}
.site-header-menu div.nav-menu > ul.menu-sec-menu > li > a:hover, .header-right a:hover {
	opacity: .5;
}
.header-right {
	float: right;
	line-height: 50px;
	background: #0091AE;
	background: rgba(255,255,255,.2);
	border-radius: 10px;
	margin-right: -15px;
	padding: 0 15px;
}
.header-right i {
	display: inline-block;
	/*margin: 0 5px;*/
}
.menu-search {
	border: solid rgba(255,255,255,.5);
	margin-left: 30px !important;
	padding-left: 20px;
	border-width: 0 0 0 1px;
	padding-right: 20px;
}
header .site-header-main .nav-menu {
	margin-right: 10px;
	position: relative;
	top: 0;
	transition: all .3s ease-out;
	margin-top: 40px;
	margin-right: -13px;
	float: right;
}
header.pinned .site-header-main .nav-menu {
	top: 25px;
}
header div.nav-menu > ul li:hover > ul {
	opacity: 1;
	visibility: visible;
}
header .nav-menu ul ul {
	height: auto !important;
	float: left;
	top: 55px;
	border-top: 3px solid #0091AE;
	box-shadow: 0px 10px 40px rgba(0,0,0,0.20);
	background: #FFF;
}
header div.nav-menu > ul ul {
	text-align: left;
	position: absolute;
	display: block;
	line-height: 14px;
	margin: 0;
	list-style: none;
	left: 0;
	border-radius: 0;
	-webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
	box-shadow: 0 6px 12px rgba(0,0,0,.175);
	background-clip: padding-box;
	z-index: 99;
	visibility: hidden;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .3s linear 0s;
	transition: all .3s linear 0s;
	width: 250px;
	padding: 0px;
}
header div.nav-menu > ul ul ul {
	left: 100%;
	top: 10px;
	margin-left: -10px;
}
header div.nav-menu ul ul > li {
	border-bottom: 1px solid transparent;
	border-bottom-color: rgba(0,0,0,0.10);
	position: relative;
}
header div.nav-menu ul ul > li:last-child {
	border-bottom: none !important;
}
header div.nav-menu > ul ul li > a {
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	margin: 0;
	display: block;
	padding: 15px 20px 13px;
	position: relative;
	opacity: 0.95;
	/*
	font-family: "Roboto",Arial,Helvetica,sans-serif;	
	font-weight: 400;
	*/
	font-size: 13px;
	line-height: 18px;
	color: #2d3845;
	text-decoration: none;
}
header div.nav-menu ul ul > li:hover > a {
	background-color: #0091AE;
	color: #fff !important;
}

.site-title {
	margin: 0;
	position: relative;
}
.headerlogo {
	margin-bottom: 0;
}
.standardlogo {
	position: relative;
	top: 0;
	opacity: 1;
	width: 203px;
	transition: all .3s ease-out;
}
header.pinned .standardlogo {
	opacity: 0;
	width: 150px;
	top: 62px;
}
.smalllogo {
	position: absolute;
	width: 203px;
	left: 0;
	top: 0;
	transition: all .3s ease-out;
	background: #FFF;
	opacity: 0;
	background: none;
}
header.pinned .smalllogo {
	width: 150px;
	top: 62px;
	opacity: 1;
}
.site-header-main {
	padding-bottom: 35px;
	background: #FFF;
}
header.pinned .site-header-main {
	box-shadow: 0 0 10px rgba(0,0,0,.2);
}
.site-header-bottom {
	top: -25px;
	position: relative;
}


/*home header---------------------------------------------------------*/
.home-header {
	margin-bottom: 100px;
	position: relative;
}
.home-header-inner {
	/*max-height: calc(100vh - 150px);*/
	display: flex;
	width: 100%;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
}
/*HOME SLIDER---------------------------------------------------*/
.home-slider-wrapper {
	width: 100%;
}
.home-slider-wrapper .slide-title {
	margin-bottom: 20px;
}
.home-slider-wrapper h2 {
	font-size: 30px;
	line-height: 40px;
}
.home-slider-wrapper .slide-text {
	font-size: 19px;
	line-height: 25px;
	margin-bottom: 25px;
}
.home-slider-wrapper .slick-dots {
	bottom: 30px;
}
.home-slider {
	position: relative;	
}
.header-slider {
	margin-right: 20px;
}
.slide-title {
	margin-bottom: 40px;
	margin-top: 40px;
}
.slide-text {
	background-color: transparent;
	padding: 0;
	margin: 0;
	font-size: 24px;
	line-height: 40px;
	font-weight: 100;
	color: #fff;
	font-style: inherit;
	font-family: "Muli",Tahoma,Geneva,sans-serif;
	border: 0;
	letter-spacing: 0;
	margin-bottom: 20px;
}
.slider-img {
	position: absolute;
	left: 50%;
	bottom: 30px;
	max-width: 45vw;
	width: 690px;
	margin-left: 70px;
}
.slider-img a {
	display: block;
	max-width: 900px;
}
.slider-img img {
	border-radius: 10px 0 0 10px;
	max-width: 100%;
}
.slide-img {
	display: none;
}
.header-slider .slick-slide {
	padding-left: 5px;
}
.home-header {
	padding-top: 50px;
}
.home-slider-wrapper h2 {
	font-size: 28px;
	line-height: 34px;
}
@media(max-width: 1190px) {
	.slider-img {		
		bottom: auto;
		top: 130px;
	}
}
@media(min-width: 1550px) {
	.slider-img img {
		border-radius: 10px;
	}
}
/*BANNERS HOME----------------------------------------------------------------*/
.banners-home {
	margin-bottom: 0;
	margin-top: auto;
	width: 100%;
	padding: 20px 0;	
}
.banner-home {
	display: block;
	width: 130px;
	height: 130px;
	border: 5px solid #FFF;
	border-radius: 50% 0 50% 50%;
	margin-right: 40px;
	padding-top: 30px;
	float: left;
	text-align: center;
	color: #FFF;
	font-weight: 600;
	line-height: 20px;
	font-size: 16px;
	text-decoration: none;
	position: relative;
	box-shadow: 0 0 20px rgba(0,0,0,.1);
}
.banner-home:hover {
	box-shadow: 0 0 20px rgba(0,0,0,.2);
	color: #FFF;
	text-decoration: none;
}
.banner-home.banner-2.bg-dark {
	padding-top: 37px;
}
.banner-home span {
	position: absolute;
	right: 0;
	top: 0;
	background: #FFF;
	color: #111;
	width: 30px;
	height: 30px;
	line-height: 30px;
	border-radius: 50% 0 50% 50%;
}
.banner-home i {
	position: absolute;
	top: 1px;
	font-size: 20px;
	text-shadow: 0 2px 10px rgba(0,0,0,.4);
	left: 10px;
	transform: rotate(30deg);
}
/*NEWS------------------------------------------------------------------------*/
.news-home {
	margin-bottom: 40px;
}
.news-home .news-item {
	text-align: center;
}
.news-home .card {
	border: none;
	background: rgba(0,0,0,.02)
}
.news-home .card-title {
	font-size: 17px;
	line-height: 25px;
	min-height: 75px;
	margin-bottom: 0;
}
.news-home .card-date {
	display: none;
}
.news-home .card-body {
	/*background: rgb(245,248,251);*/
	/*background: linear-gradient(0deg, rgba(245,248,251,1) 0%, rgba(255,255,255,1) 100%);*/
}
.news-home .slick-dots {
	text-align: center;
}
.news-home ul.slick-dots li.slick-active button {
	background-color: #2d3845;
}
.news-home .slick-dots li button {
	background-color: rgba(52, 58, 64, .2);
}
/*EVENTS-----------------------------------------------------------------------*/
.events-home {
	margin-top: 80px;
	background: rgba(83, 98, 113, .85);
	padding-top: 30px;
	padding-bottom: 130px;
	position: relative;
}
.events-home:before {		
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	background-image: url(https://pbs.twimg.com/media/CBk0vQyUAAA-mDr.jpg);
	background-size: cover;
	/*filter: blur(1px);*/
	content: " ";
	z-index: -1;
}
.event-item {
	border: 1px solid rgba(255,255,255,.5);
	border-radius: 8px;
	padding: 30px 20px;
	display: block;
	color: #FFF;
	margin-bottom: 15px;
}
.event-item:hover {
	background: #2d3845;
	text-decoration: none;
	color: #FFF;
	box-shadow: 0 0 20px rgba(0,0,0,.2);
}
.event-item span {
	display: block;
}
.event-title {
	font-weight: 800;
	min-height: 54px;
}
.event-meta {
	font-size: .9em;
	margin-top: 10px;
}
.event-meta i {
	margin-right: 5px;
	color: #0091AE;
	margin-left: 10px;
}
.event-meta i:first-child {
	margin-left: 0;
}
.events-home .slick-dots {
	text-align: center;
}
.caf-banner {
	position: absolute;
	bottom: -120px;
	left: 0;
	right: 0;
}
/*SERVICES---------------------------------------------------------------------*/
.services-home {	
	padding-top: 150px;
	padding-bottom: 50px;
}
.service-item {
	border: none;
	border-radius: 8px;
	text-align: center;
	padding: 30px 20px 5px;
	display: block;
	color: #FFF;
}
.service-item:hover {
	background: #0091AE;
	color: #FFF;
	text-decoration: none;
	box-shadow: 0 9px 25px 0 rgba(0,0,0,.1);
}
.service-icon {
	display: inline-block;
	height: 85px;
	width: 85px;
	border-radius: 50%;
	background: #FFF;
	color: #fff;
	margin: 15px 0;
	transition: all .3s ease-in-out;
	color: #0091AE;
}
.service-icon i {
	line-height: 85px;
	font-size: 50px;
}
.service-item:hover .service-icon {
	color: #fff;
	background: #0091AE;
}
.service-title {
	display: block;
	font-size: 20px;
	margin-bottom: 20px;
	line-height: 25px;
	min-height: 75px;
}
.services-banner {
	position: relative;
	margin-top: -100px;
	bottom: -100px;
	margin-bottom: 250px;
}
.services-banner .card-title {
	font-size: 25px;
}
.services-banner .card-text {
	font-size: 17px;
}
.content-inner .services-items {
	margin-top: 20px;
}
.content-inner .service-item {
	margin-bottom: 20px;
	position: relative;
	display: flex;
	min-height: 110px;
	align-items: center;
	height: auto;
	padding: 20px 20px 20px 125px;
}
.content-inner .service-icon {
	position: absolute;
	left: 20px;
	top: 50%;
	margin: 0;
	margin-top: -42px;
}
.content-inner .service-title {
	margin-bottom: 10px;
	min-height: 10px;
}
.content-inner .service-desc {
	line-height: 19px;
	display: block;
}

/*TESTIMONIALS---------------------------------------------------------------*/
.testimonials-home {
	margin: 80px 0 120px;
}
.testimonials-home .section-title {
	margin-bottom: 60px;
}
.more-testimonials {
	padding: 9px 40px;
	margin-top: 17px;
}
.more-testimonials i {
	margin-left: 10px;
	font-size: 12px;
}
.testimonials-slider {
	margin-top: 20px;
}
.testimonials-item {
	position: relative;
	padding-left: 100px;
	padding-left: 125px;
}
.content-inner .testimonials-item {
	padding: 20px 20px 20px 120px;
	margin: 40px 0;
}
.testimonials-item::after {
	content: ',,';
	position: absolute;
	display: block;
	top: -50px;
	right: 15px;
	font-family: Oswald,sans-serif;
	font-size: 270px;
	line-height: 50px;
	font-weight: 700;
	color: transparent;
	-webkit-text-stroke: 1px #4f5760;
	-webkit-transform: translate(10px,-100%);
	-ms-transform: translate(10px,-100%);
	transform: translate(10px,-100%);
	opacity: .2;
}
.content-inner .testimonials-item::after {
	top: -35px;
	right: 20px;
}
.testimonials-author {
	margin-bottom: 20px;
}
.testimonials-author img {
	position: absolute;
	width: 75px;
	height: 75px;
	border-radius: 50%;
	margin-right: 25px;
	left: 0;
	top: 0;
	width: 110px;
	height: 110px;
}
.content-inner .testimonials-author img {
	width: 80px;
	height: 80px;
	left: 20px;
	top: 20px;
}
.testimonials-author span {
	display: block;
	font-weight: 600;
	font-size: 18px;
}
.testimonials-text {
	font-size: 18px;
	opacity: .8;
}
.testimonials-text .fa {
	vertical-align: middle;
	margin-left: 2px;
	margin-top: -1px;
}
.content-inner .testimonials-text, .modal .testimonials-text {
	font-size: 14px;
}
.testimonials-home .slick-dots {
	text-align: center;
}
.testimonials-home ul.slick-dots li.slick-active button, .bg-light ul.slick-dots li.slick-active button {
	background-color: #2d3845;
}
.testimonials-home .slick-dots li button, .bg-light .slick-dots li button {
	background-color: rgba(52, 58, 64, .2);
}
.team-members {
	margin-top: 40px;
}
.content-inner .team-members .testimonials-item {
	margin: 20px 0;
}
.team-members .testimonials-item:after, .modal .testimonials-item:after {
	content: '';
}
.team-members .testimonials-author {
	margin-bottom: 20px;
}
.team-members .testimonials-text {
	padding-top: 10px;
	border-top: 1px solid #DDD;
}
.bio {
	display: none;
	margin-top: 20px;
	font-size: 13px;
}
.show-bio {
	font-size: 12px;
	padding: 4px 15px 3px 20px;
	line-height: normal;
	height: auto;
	position: absolute;
	right: 0;
	bottom: 0;
	border-radius: 10px 0 10px 0;
	color: #FFF !important;
}
.staff-modal- {
	top: 130px;
}
.staff-modal .modal-body p {
	margin-bottom: 10px;
}
.staff-modal .modal-body .inner  {
	height: 400px;
	overflow-y: scroll;
	margin-bottom: 10px;
}
.modal .show-bio {
	display: none;
}
.modal .bio {
	display: block;
}
.staff-modal .testimonials-item {
	position: relative;
	padding: 20px 20px 20px 140px;
}
.staff-modal .testimonials-author img {
	width: 100px;
	height: 100px;
	left: 15px;
	top: 15px;
}

/*FOOTER---------------------------------------------------------------------*/
.footer-top {
	border-bottom: 1px solid rgba(255,255,255,.15);
	padding-bottom: 50px;
}
.newsletter-title {
	color: #fff;
	font-weight: 400;
	position: relative;
	padding-left: 70px;
	margin-top: 15px;
	font-size: 26px;
}
.newsletter-title::before {
	content: '\e857';
	font-family: "respa-icons";
	position: absolute;
	left: 0;
	font-size: 50px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #0091AE;
}
.footer-main {
	padding: 40px 0;
}
.footer .social-icons {
	padding: 0;
	margin-top: 30px;
}
.footer .social-icons a {
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 5px;
	color: rgba(255,255,255,.95);
	margin-right: 0;
	background-color: transparent;
	font-size: 16px;
	text-align: center;
	border: 1px solid rgba(255,255,255,.18);
	display: block;
}
.footer .social-icons a:hover {
	background-color: #0091AE;
	border-color: #0091AE;
}
.footer-main h3 {
	text-transform: uppercase;
	margin-bottom: 30px;
	font-size: 16px;
	font-weight: bold;
}
.footer-menu li {
	margin-bottom: 10px;
}
.footer-menu a {
	color: #FFF;
	opacity: .7;
	font-size: 14px;
}
.footer-menu a:hover {
	opacity: 1;
}
.footer-menu .fa {
	margin-right: 10px;
}
.footer-contact a {
	color: #FFF;
	font-weight: 400;
}
.footer-contact a strong {
	display: block;
	font-weight: 600;
}
.footer-contact li {
	position: relative;
	padding-left: 55px;
	line-height: 22px;
	margin-bottom: 14px;
	font-size: 14px;
}
.footer-contact a i {
	position: absolute;
	left: 0;
	top: 0;
	color: #0091AE;
	font-size: 30px;
	line-height: 30px;
	font-weight: 500;
}
.footer-contact span {
	opacity: .7;
}

.footer-bottom {
	color: #FFF;
	opacity: .7;
	margin-top: 20px;
}
.footer-bottom a {
	color: #FFF;
	display: block;
	float: right;
	margin-left: 30px;
}
/*SOCIAL SHARE---------------------------------------------------------*/
.social-share {
	padding: 9px 15px;
	margin-top: 40px;
	border-radius: 10px;
	font-size: 17px;
}
.social-share ul {
	margin: 0;
}
/*SIDEBAR--------------------------------------------------------------*/
aside {
	padding: 30px 25px 0;
	margin-left: 20px;
}
aside h3 {
	font-family: "Roboto",Arial,Helvetica,sans-serif;
	font-weight: 500;
	font-size: 20px;
	line-height: 26px;
	color: #2d3845;
	margin-top: 0;
	margin-bottom: 20px;
	position: relative;
	padding-bottom: 15px;
}
aside h3:after {
	position: absolute;
	height: 2px;
	width: 6px;
	background-color: #0067da;
	left: 0;
	bottom: -1px;
	content: "";
	border-radius: 50%;
	background: #007bff;
}
aside h3:before {
	position: absolute;
	height: 2px;
	border-radius: 8px;
	width: 40px;
	left: 12px;
	bottom: -1px;
	content: "";
	background: #007bff;
}
.sidebar-img-wrapper {
	display: block;
	margin-right: 15px;
}
.sidebar-item {
	padding: 10px 0 15px;
}
.sidebar-date {
	color: #007bff;
	font-size: 11px;
	line-height: 21px;
	text-transform: uppercase;
	font-weight: 500;
	letter-spacing: 1px;
	margin: 0;
}
.sidebar-title a {
	line-height: normal;
	font-weight: 600;
	color: #222d35;
}
/*LIBRARY--------------------------------------------------------------*/
/*document details*/
.doc-wrapper {
	margin-bottom: 10px;
	padding: 5px;
	border: 1px solid #F4F4F4;
	height: 85px;
}
.doc-wrapper.hidden {
	display: none;
}
.doc-img {
	width: 70px;
	float: left;
}
.library-doc .doc-img {
	width: 26px;
}
.doc-img a {
	padding: 0;
}
.doc-text {
	margin-left: 75px;
	margin-right: 5px;
	margin-left: 40px;
}
.doc-text p {
	margin: 7px 0 0;
}
.doc-title {
	font-size: 14px;
}
.doc-meta {
	background: #F4F4F4;
	padding: 0 5px;
}
#docs-tree {
	margin-left: 0;
	line-height: 16px;
	position: relative;
}
#docs-tree ul {
	list-style-type: none;
}
#docs-tree a {
	color: #5d6975;
	padding-bottom: 10px;
	padding-top: 10px;
	display: block;
}
#docs-tree a:hover, #docs-tree a.selected-item {
	text-decoration: none;
	background-color: #FAFAFA;
}
#docs-tree a span {
	display: block;
	padding-top: 5px;
	font-size: .8em;
	color: #999;
}
#docs-tree li {
	background: none;
	margin: 0;
	padding: 0;
}
#docs-tree .docs-list li {
	border-bottom: 1px solid #EEE;
}
#docs-tree ul {
	margin: 0 0 0 30px;
	padding: 15px 0;
	display: none;
}
#docs-tree > ul {
	margin: 0;
}
#docs-tree .folder {
	display: block;
    padding-left: 45px;
	line-height: 24px;
	position: relative;
	font-size: 17px;
	/*with angle*/
	font-size: 14px;
	padding-left: 25px;
	color: #212529;
}
#docs-tree .folder:before {
	content: '\f07b';
	font-family: "Font Awesome 5 Free";
	font-style: normal;
	position: absolute;
	left: 0;
	top: 9px;
	font-size: 27px;
	/*angle*/
	font-size: 14px;
	content: "\f105";
	left: 10px;
	top: 11px;
}
#docs-tree .folder.open:before {
	content: '\f07c';
	/*angle*/
	content: "\f105";
}
#docs-tree .file {
	display: block;
	padding-left: 40px;
	position: relative;
}
#docs-tree .file:before {
	content: '\f1c1';
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	position: absolute;
	left: 0;
	top: 20px;
	font-size: 40px;
	color: #0091AE;
}
#docs-tree .file.pdf:before {
	content: '\f1c1';
}
#docs-tree .file.doc:before, #docs-tree .file.docx:before {
	content: '\f104';
}
#docs-tree .file.xls:before, #docs-tree .file.xlsx:before {
	content: '\e82f';
}
.docs-list .doc-title a, .docs-list .doc-img a {
	/*
	border: none !important;
	background: none !important;
	*/
}
.docs-list .doc-title a:hover {
	/*
	color: #000 !important;
	*/
}

/* PAGINATION */
#pagination{display:block;margin-top:40px;text-align:right;font-weight:bold;font-size:15px;}
#pagination a{color:#665874;background:#DDD}
#pagination a:hover{background:#536271;color:#fff;text-decoration:none;}
#pagination a,#pagination span{display:inline-block;width:35px;height:35px;line-height:35px;text-align:center;margin-right:5px;margin-bottom:0;border-radius:5px}
#pagination .current{background:#536271;color:#fff;}
#pagination .current.prev,#pagination .current.next{color:#fff;margin-top:0;padding:3px 7px 2px;background:#F0F2F5;visibility:hidden;}

/*--------------------------------PAGE FORMS-------------------------------*/
.btn-xs {
	font-size: 10px;
	padding: 2px 5px;
	font-weight: 600;
}
.error {
	color: red;
	border-color: red;
}
label.error {
	font-size: 12px;
}
.custom-control label.error::before {
	content: "Select at least one";
	position: absolute;
	left: 0;
	top: -23px;
	font-size: 16px;
	width: 200px;
	text-align: left;
}
.custom-control.custom-radio label.error::before {
	top: auto;
	bottom: -18px;
	left: -6px;
}

/*MENU SIDEBAR --------------------------------------------------------*/
.menu-sidebar {
	margin-left: 0;
	padding-bottom: 25px;
}
.menu-sidebar ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  line-height: 20px;
  font-size: 15px;
}
.menu-sidebar ul ul {
	display: none;
}
.menu-sidebar li > a {
	padding: 10px 10px 10px 25px !important;
	display: block;
	color: #222d35;
	font-weight: 600;
	position: relative;
}
.menu-sidebar li > a.active, .menu-sidebar li:hover > a {
	background: rgba(0, 145, 174, .7);
	border-radius: 5px;
	margin-left: -10px;
	text-decoration: none;
	color: #FFF;
}
.menu-sidebar li > a:before {
	font-family: "respa-icons";
	content: "\e809";
	margin-right: 12px;
	opacity: .9;
	position: absolute;
	left: 1px;
	font-size: 18px;
	font-weight: 400;
	transition: .3s all ease-in;
}
.menu-sidebar li > a.active:before, .menu-sidebar li:hover > a:before {
	left: 10px;
}

/*STAFF-------------------------------------*/
body.staff .content-inner .testimonials-item {
	padding: 0 0 10px;
	margin: 40px 0;
	text-align: center;
	font-size: 14px;
}
body.staff .team-members .testimonials-author {
	margin-bottom: 10px;
	line-height: 1.2rem;
	min-height: 245px;
}
body.staff .content-inner .testimonials-author img {
	width: 100%;
	height: auto;
	position: static;
	border-radius: 0;
}
body.staff .testimonials-author span {
	display: block;
	font-weight: 600;
	font-size: 15px;
	margin-top: 25px;
	line-height: 15px;
}
.staff-modal .testimonials-author img {
	width: 100px;
	height: auto;
	left: 20px;
	top: 33px;
	border-radius: 0;
}
body.staff .content-inner .testimonials-text, body.staff .modal .testimonials-text {
	font-size: 12px;
}
.show-bio {
	font-size: 12px;
	padding: 4px 15px 3px 20px;
	line-height: normal;
	height: auto;
	position: absolute;
	right: 12px;
	bottom: auto;
	top: 155px;
	border-radius: 5px;
	color: #FFF !important;
	box-shadow: 0 0 5px rgba(0,0,0,.5);
}
body.staff .testimonials-text p {
	margin: 0;
}

/*MISC-----------------------------------------------------------------*/
.title, .subtitle {
	font-weight: bold;
	font-size: 1.5rem;
	margin-bottom: .5rem;
	line-height: 1.2em;
}
.subtitle {
	font-size: 1.25rem;
}
small {
	font-weight: inherit;
}
.page-intro {
	font-size: 1.2em;
}
#totop {
	font-weight: 900;
	color: #fff;
	background: #0091AE;
	position: fixed;
	right: 34px;
	bottom: 34px;
	z-index: 999;
	height: 0;
	width: 0;
	font-size: 0;
	text-align: center;
	padding-top: 5px;
	line-height: 36px;
	border-radius: 50%;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	height: 50px;
	width: 50px;
	font-size: 25px;
}
#totop:hover {
	background-color: #111;
}
#totop.top-visible::after {
	position: absolute;
	z-index: -1;
	content: '';
	top: 100%;
	left: 5%;
	height: 10px;
	width: 90%;
	opacity: 1;
	background: -webkit-radial-gradient(center,ellipse,rgba(0,0,0,.25) 0%,rgba(0,0,0,0) 80%);
	background: -webkit-radial-gradient(center ellipse,rgba(0,0,0,.25) 0%,rgba(0,0,0,0) 80%);
	background: radial-gradient(ellipse at center,rgba(0,0,0,.25) 0%,rgba(0,0,0,0) 80%);
}
.list-checked li {
	position: relative;
	padding-left: 42px;
	padding-top: 5px;
	margin-bottom: 10px;
}
.list-checked li::before {
	font-family: Flaticon;
	font-style: normal;
	content: "\f107";
	position: absolute;
	left: 10px;
	top: 0;
	color: #007bff;
	font-size: 1.4em;
}
.list-angle li {
	position: relative;
	padding-left: 15px;
	line-height: 22px;
	margin-bottom: 5px;
}
.list-angle li::before {
	font-family: "Font Awesome 5 Free";
	font-weight: bold;
	content: "\f105";
	position: absolute;
	left: 0;
	top: 1px;
}
.numbered {
	padding-left: 38px;
	margin: 30px 0;
	position: relative;
}
.numbered .first-letter {
	position: absolute;
	left: 0;
	top: 5px;
	top: 0;
	float: left;
	display: block;
	width: 30px;
	height: 30px;
	line-height: 23px;
	color: #FFF;
	font-size: 19px;
	font-weight: bold;
	text-align: center;
	padding: 3px 6px;
	background: #536271;
	border-radius: 5px;
}
.highlight {
	background-color: #f5f8fb !important;
	padding: 1.5rem !important;
	border-radius: .25rem !important;
}
.page-videos {
	margin-top: 20px;
}
.page-videos .card {
	margin-bottom: 30px;
}
.page-videos .card-body {
	padding: 10px;
}
#cookies-note {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1000;
	display: none;
}
.table-partners {
	margin-top: 40px;
	font-size: 13px;
}
.partner-img {
	display: block;
	width: 150px;
	height: 100px;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}
.monography {
	padding: 4rem 0;
}
.respa10-monography img, .respa10-video img {
	position: absolute;
	bottom: auto;
	width: 80%;
	right: 0;
	top: -7rem;
}
.respa10-video img {
	width: 80%;
	right: auto;
	left: -1rem;
}
.respa10-monography img {
	width: 65%;
	top: auto;
	z-index: 100;
	right: -1rem;
}
body.activities .sidebar-title {
	font-size: 18px;
	line-height: 20px;
	min-height: 29px;
}
body.events_upcoming .sidebar-title {
	font-size: 18px;
	margin-bottom: 0;
	line-height: 20px;
	min-height: 29px;
}
body.gallery .card-title, body.videos .card-title {
	font-size: 15px;
	line-height: inherit;
}
body.experts_register .btn-xs {
	font-size: 10px;
	padding: 2px 5px;
	font-weight: 600;
}
body.experts_register .custom-control label.error::before {
	content: "Select at least one";
	position: absolute;
	left: 0;
	top: -23px;
	font-size: 16px;
	width: 200px;
	text-align: left;
}
body.experts_register .custom-control.custom-radio label.error::before {
	top: auto;
	bottom: -18px;
	left: -6px;
}
/*html editor*/
.text-center{text-align:center}
.text-left{text-align:left}
.text-right{text-align:right}
.text-justify{text-align:justify}

/*MOBILE-------------------------------------------------------------------*/
@media(max-width: 1190px) {
	/*menu-------------------------*/
	site-header-main .site-header-menu {
		float: none;
	}
	.menu-toggle {
		bottom: 20px;
		display: block;
		position: absolute;
		right: 15px;
		width: 35px;
		height: 30px;
		padding: 0;
		line-height: 30px;
	}
	header .site-header-main .nav-menu {
		position: absolute;
		top: 100%;
		margin: 0;
		float: none;
		left: 15px;
		right: 15px;
		border-top: 4px solid #0091AE;
		display: none;
		max-height: calc(100vh - 170px);
		overflow: auto;
		box-shadow: 0 0 15px rgba(0,0,0,.4);
	}
	header.pinned .site-header-main .nav-menu {
		top: 100%;
	}
	header .site-header-main .nav-menu.open {
		display: block;
	}
	.site-header-menu div.nav-menu > ul {
		padding: 15px;
		box-shadow: rgba(0,0,0,0.5) 0 0 15px;
		margin-bottom: 0;
		background: #FFF;
	}
	header div.nav-menu > ul ul {
		display: none;
		position: static;
		opacity: 1;
		visibility: visible;
		background: none;
		box-shadow: none;
		border: none;
		margin: 0 0 0 10px;
		float: none;
		width: auto;
	}
	header div.nav-menu > ul ul.open {
		display: block;
	}
	header div.nav-menu > ul ul ul {
		margin-left: 15px;
	}
	.site-header-menu div.nav-menu > ul > li {
		display: block;
		border-bottom: 1px solid rgba( 45,56,69,0.15);
		height: auto;
		line-height: 35px;
	}
	.site-header-menu div.nav-menu > ul > li li {
		line-height: 30px;
	}
	.site-header-menu div.nav-menu > ul > li li li {
		line-height: 20px;
	}
	.site-header-menu div.nav-menu > ul > li > a {
		font-size: 13px;
		color: #222d35;
	}
	header div.nav-menu > ul ul li > a {
		padding: 10px;
	}
	header div.nav-menu a.open {
		font-weight: bold !important;
	}
	.site-header-menu div.nav-menu i {
		float: right;
		font-size: 20px;
		margin-right: -15px;
	}
	.site-header-menu .respa-icon-angle-right::before {
		content: '\f107';
	}
	
	.service-title {
		font-size: 13px;
		line-height: 19px;
	}
}
@media(max-width: 767px) {
	.site-header-main {
		padding-bottom: 50px;
		box-shadow: 0 0 10px rgba(0,0,0,.2);
	}
	
	header.pinned .eu-disclaimer {
		bottom: 70px;
	}
	.site-branding {
		position: relative;
		top: 30px;
	}
	header.pinned .site-branding {
		top: 0;
	}
	.banner-home.banner-2.bg-dark {
		padding-top: 30px;
	}
	main {
		margin-top: 60px;
	}
	.section-title {
		margin-bottom: 20px;
	}
	.home h2 {
		font-size: 30px;
		line-height: normal;
		letter-spacing: 0;
	}
	.slick-dotted.slick-slider {
		padding-bottom: 35px;
	}
	/*services*/
	.services-items > .row {
		display: block;
	}
	.services-home {
		padding-top: 0;
		padding-bottom: 0;
	}
	.service-item {
		display: flex;
		align-content: center;
		padding: 0 15px;
		justify-content: flex-start;
		margin-bottom: 10px;
	}
	.service-icon {
		min-width: 45px;
		width: 45px;
		height: 45px;
		display: flex;
	}
	.service-icon i {
		min-width: 45px;
		line-height: 45px;
		font-size: 28px;
	}
	.service-title {
		min-height: 20px;
		display: flex;
		margin-top: auto;
		font-size: 15px;
		line-height: normal;
		text-align: left;
		padding-left: 15px;
		margin-bottom: auto;
	}
	/*home header*/
	.home-header {
		margin-bottom: 50px;
	}
	.header-slider {
		margin-right: 0;
	}
	.slide-img {
		display: block;
	}
	.home-slider-wrapper .slide-text, .home-slider-wrapper .btn, .slider-img {
		display: none;
	}
	.home-slider-wrapper .slide-title {
		margin: 0 0 10px;
	}
	.home-slider-wrapper h2 {
		font-size: 20px;
		height: 65px;
		height: auto;
	}
	.slide-img img {
		border-radius: 10px;
		max-width: 100%;
	}
	.home-slider-wrapper .slick-dots {
		bottom: 10px;
	}
	/*news*/
	.news-home .card {
		flex-direction: row;
		border-radius: 0;
	}
	.news-home .card-img-top {
		width: 120px;
		min-width: 120px;
		padding: 10px;
	}
	.news-home .card-body {
		padding: 10px;
	}
	.news-home .card-title {
		font-size: 14px;
		line-height: normal;
		text-align: left;
		font-weight: normal;
	}
	/*events*/
	.events-home {
		padding: 0;
	}
	/*monography*/
	.monography {
		padding-bottom: 0;
	}
	.monography img {
		position: static;
		width: 100%;
	}
	.monography .respa10-monography img {
		width: 81%;
		margin-top: -72px;
		margin-left: 41px;
	}
	/*testimonials*/
	.testimonials-home {
		margin: 40px 0 60px;
	}
	.director-video {
		margin-bottom: 20px;
	}
	.testimonials-item {
		padding-left: 0;
	}
	.testimonials-author {
		padding-left: 85px;
		font-size: 14px;
	}
	.home .testimonials-author {
		padding-left: 120px;
		min-height: 100px;
	}
	.testimonials-text {
		font-size: 14px;
	}
	.content-inner .testimonials-item {
		padding: 20px 30px;
		margin: 40px 0;
	}
	.content-inner .testimonials-author {
		min-height: 70px;
	}
	/*footer*/
	.footer-main img {
		width: 50%;
		margin: 0 auto;
		display: block;
	}
	.footer-bottom {
		text-align: center;
		font-size: 13px;
	}
	.footer-bottom a {
		display: inline-block;
		float: none;
		margin: 0 10px;
	}
	/*pages*/
	.content-inner > .card {
		box-shadow: none;
	}
	.content-inner > .card .card-body {
		padding: 0;
	}
	h1.card-title {
		font-size: 25px;
		margin-top: 0;
	}
	/*banners-home*/
	.banners-home .container {
		display: flex;
		justify-content: space-around;
	}
	.banner-home {
		width: 100px;
		height: 100px;
		padding-top: 25px;
		line-height: 15px;
		font-size: 13px;
		margin-right: 0;
	}
	.banner-home span {
		width: 25px;
		height: 25px;
		line-height: 25px;
	}
	.banner-home i {
		top: -3px;
		transform: rotate(30deg);
	}	
	/*staff*/
	body.staff .testimonials-author {
		padding-left: 0;
		font-size: 14px;
	}
	.staff-modal .modal-body {
		padding: 10px;
	}
	.staff-modal .testimonials-item {
		padding: 15px;
	}
	.staff-modal .testimonials-author img {
		position: static;
		width: 100%;
	}
}