* {
	outline: 0;
}
html, body {
	font-family: 'Sen', sans-serif;
	font-size: 15px;
	color: #010202; 
	background: #FAF7F7;
	overflow-x: hidden;
}
h1, h2, h3, h4, h5, h6 {	
	font-weight: 700;
	color: #222;
}
a {
	color: #CA0202;
	transition: all 0.2s ease-in-out;
}
a:hover {
	color: #010202;
}
p {
	margin-bottom: 5px;
}

.review-box {
	display: none !important;
}

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


.container, .container-lg, .container-md, .container-sm, .container-xl {
	max-width: 1240px;
}

#content {
	position: relative;
}
.topbgw {
	height: 75px;
	position: absolute;
	width: 100%;
	background: #fff;
	z-index: 1;
}

div.mod-languages ul.lang-inline li {
	padding: 0;
}

.nav-item.item-114 {
	display: none;
}
.navbar-expand-lg {
	padding: 0;
}
.navbar-expand-lg .navbar-nav .nav-link {
	padding: 1rem;
}
ul.menu.navbar-nav > li.nav-item.active {
	border-left: 1px solid #E6191E;
}

ul.menu.navbar-nav > li a:hover + ul, ul.nav-child:hover {
	display: block;
	border-radius: 0;
}
.dropdown-item:focus, .dropdown-item:hover {
	background: transparent;
	color: #E6191E;
}
ul.nav-child {
	border: none;
	margin-left: -10px;	
	margin-top: -5px;
	padding: 0;
	transition: all 0.3s ease-in-out;
}
.dropdown-item.active, .dropdown-item:active {
	color: #E6191E;
	background-color: transparent;
	position: relative;
}
.dropdown-item {
	padding: .4rem 1rem;
	margin-left: 9px;
	width: calc(100% - 9px);
}
.dropdown-item.active::before {
	content: " ";
	width: 8px;
	height: 8px;
	position: absolute;
	bottom: 10px;
	left: -4px;
	background-color: #E6191E;
	border-radius: 50%;
}
.dropdown-item.active::after {
	content: " ";
	width: 1px;
	height: 500px;
	position: absolute;
	bottom: 10px;
	left: 0px;
	border-left: 1px solid #E6191E;
}
.box {
	padding: 30px;
	margin: 0 0 30px 0;
	background: #fff;
	z-index: 101;
	position: relative;
}
.breadcrumb {
	background: transparent;
}


.slick-prev::before, .slick-next::before {
	font-family: initial;
}
.slick-prev::before {
	content: '➜';
}
.slick-prev {	
	transform: rotate(180deg);
}
.slick-next::before {
	content: '➜';
}
.fa-chevron-left::before {
	content: "➜" !important;
	font-size: 1.5rem;
}
.fa-chevron-left {
	transform: rotate(180deg);	
}
.fa-chevron-right::before {
	content: "➜" !important;
	font-size: 1.5rem;
}

/* HEADER ****************************************/
header {
	background-color: #fff;
	position: relative;
	z-index: 999;
}
#mainnav {
	padding-left: 20%;
}
.navbar-brand.logo {
	position: absolute;
	top: 10px;
	left: -10px;
	background: #fff;
	padding-right: 38px;
	padding-bottom: 38px;
	border-radius: 0 0 100px 0;
}
.navbar-brand.logo img {
	height: 75px;
}
.mtlogin {
	position: absolute;
	top: 50px;
	right: 0px;
	background: #fff;
	padding-left: 20px;
	padding-bottom: 15px;
	border-radius: 0 0 0 100px;
	width: 168px;
	text-align: center;
	box-shadow: -4px 4px 4px rgba(0,0,0,0.2);
}
.mtlogin a {
	background: #ca0606;
	color: #fff !important;
	border-radius: 0 0 0 100px;
	padding: 7px 15px 7px 50px !important;
	margin: 1px 0 0 0 !important;
}
.mtlogin a span {
	padding: 0 !important;
	margin: 0 !important;
}
.mtlogin a img {
	margin: 3px -30px 0 !important;
	filter: hue-rotate(90deg) contrast(100) brightness(100) invert(1);
}
header a.nav-link {
	color: #111;
}
header a.nav-link:hover, header a.active.nav-link {
	color: #E6191E;
}
header a.nav-link img {
	width: 25px;
	height: auto;
	position: absolute;
	margin-left: -15px;
}
header a.nav-link .image-title {
	display: inline-block;
	line-height: 1.2rem;
	text-align: left;
	margin-left: 20px;
}
.mod-languages {
	margin-left: 20px;
}
.mod-languages a {
	color: #999;
}
.mod-languages li.lang-active a {
	color: #000;
}
.mod-languages li {
	position: relative;
}
.mod-languages li.lang-active {
	border-left: 1px solid #E6191E;
	margin: 0;
	padding: 20px 0 0 0;
}
.mod-languages li.lang-active::before {
	content: " ";
	color: #E6191E;
	width: 10px;
	height: 10px;
	position: absolute;
	background: #E6191E;
	border-radius: 50%;
	left: -5.5px;
	top: 28px;
}
.mod-languages a {
	padding: 0 0 0 10px;
}
.search input.form-control {
	padding: 2px 10px;
	line-height: 20px;
	height: 30px;
	border: 1px solid #eee;
}

/* HOME ****************************************/
.home {
	position: relative;
	z-index: 9;
}
.home .article_image {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	min-height: 600px;
}
.home .pheader {
	min-height: 600px;
	display: flex;
	align-content: flex-end;
}
.home .ptitle {
	margin: 0 10%;
	background: rgb(255,255,255);
	background: linear-gradient(180deg, rgba(255,255,255,0.5) 0%, rgba(204,0,2,0.9) 70%, rgba(255,255,255,0.5) 100%); 
	width: 280px;	
	height: 280px;
	display: flex;
}
.home .pcircle {
	display: flex;	
	justify-content: center;
	align-items: center;
	padding: 40px;
	border-radius: 50%;
	background: #fff;
	width: 280px;
	height: 280px;
	margin-top: -140px;
}


/* Updates module */
.home-updates {
	position: relative;
	z-index: 99;
	background-image: url('/images/site/dots-red.svg');
	background-repeat: no-repeat;
	background-position: -250px 0;
	background-size: contain;
	padding: 0 0 30px 0;
}
.humask {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
 	background: rgb(255,255,255);
 	background: linear-gradient(-90deg, rgba(255,255,255,0) 0%, rgba(129,129,129,0.1) 100%); 
}

.home-updates .utitle {
	display: flex;
	flex-direction: column;
	/*justify-content: center;*/
	height: 100%;
	padding: 20px 15%;
}
.utitle img {
	height: 20px;
}
.home-updates .tlinedot {
	border-bottom: 3px solid #E6191E;
	width: 25%;
	height: 30px;
	position: relative;
}
.home-updates .tlinedot::after {
	content: " ";
	color: #E6191E;
	width: 30px;
	height: 30px;
	position: absolute;
	background: #E6191E;
	border-radius: 50%;
	right: 0px;
	top: 14px;
}

#updates-slider {
	margin-top: -200px;
	width: calc(100% - 20px);
}

.update-item {
	background: #fff;
	padding: 0;
	position: relative;
	transition: all 0.4s ease-in-out;
	border: 1px solid #faf7f7;	
}
.publications-cont .update-item {
	min-height: 250px;
}

.home-latest-module .update-item .text {
	min-height: 50px;

}
.home-latest-module .update-item {
	margin-bottom: 20px;
	height: calc(100% - 20px);
	min-height: 270px;
}
.home-latest-module .update-item .more {
	position: absolute;
	padding: 0;
	bottom: 10px;
	left: 10px;
}
.home-latest-module .update-item .more a {
	background: #990000;	
	color: #fff;
	font-size: 12px;
	padding: 3px 10px;
}
.home-latest-module .update-item .more a:hover {
	text-decoration: none;
	background: #e6191e;	
}
.home-latest-module .update-item .more img {
	display: none;
}


.about_intro.positions .update-item .title {
	margin-top: 30px !important;
}

.related-news .update-item {
	min-height: 400px;
}
.related-news .update-item .more {
	position: absolute;
	bottom: 0;
}
.related-news .update-item .more {
	position: absolute;
	bottom: 10px;
	left: 10px;
	padding: 0;	
}
.related-news .update-item .more a {
	background: #990000;	
	color: #fff;
	font-size: 12px;
	padding: 3px 10px;
}
.related-news .update-item .more a:hover {
	text-decoration: none;
	background: #e6191e;	
}
.related-news .update-item .more img {
	display: none;
}



.update-item:hover {
	border: 1px solid #E6191E;
}
.update-item .category {
	position: absolute;
	left: 0;
	top: 0;
	border-radius: 0 10px 10px 0;
	padding: 2px 15px 2px 10px;
	color: #fff;
	background: #E6191E;
	z-index: 9;
	font-size: 0.9rem;
}
.update-item .category a {
	color: #fff;
}
.update-item .title h5 {
	padding: 10px;
	font-weight: 400;
	font-size: 1rem;
	line-height: 1rem;
	color: #E6191E;
	margin: 0;
}
.update-item .date {
	padding: 2px 10px;
	font-size: 0.9rem;
	line-height: 1rem;
}
.update-item .text {
	padding: 5px 10px;
	font-size: 0.9rem;
	line-height: 1rem;
	min-height: 80px;
}
.update-item .image {
	height: 125px;
	overflow: hidden;
}
.update-item .image img {
  display: block;
  object-fit: cover;
  object-position: center;
  min-height: 125px;
  transition: all 0.25s ease-in-out; 
}
.update-item:hover .image img {
	transform: scale(1.1);
}
.mrelated .update-item .more {
	/*position: absolute;*/
	padding: 0;
	margin-bottom: 10px;
	margin-left: 10px;
}
.mrelated .update-item .more a {
	background: #990000;	
	color: #fff;
	font-size: 12px;
	padding: 3px 10px;
}
.mrelated .update-item .more a:hover {
	text-decoration: none;
	background: #e6191e;	
}
.mrelated .update-item .more img {
	display: none;
}
/*.update-item .more img {
	height: 15px;
	display: inline-block;
}*/

.slick-prev::before, .slick-next::before {
	color: #E6191E;
}

.slick-dots li.slick-active button:before {
    opacity: .75;
    color: #E6191E;
}

.slick-dots li button:before {
    color: #E6191E;
}


.slick-initialized .slick-slide {
	padding-left: 5px;
	padding-right: 5px;
}
.slick-dots {
	bottom: -40px;
}
.slick-dots li button::before {
	font-size: 16px;
}


/* News ****************************************/

.news .update-item {
	background: #fff;
	padding: 0;
	position: relative;
	transition: all 0.4s ease-in-out;
	border: 1px solid #faf7f7;
	height: 330px;
}

/* Our Positons  ****************************************/
.home-positions {
	background: linear-gradient(90deg, rgba(250,247,247,1) 0%, rgba(240,223,223,1) 100%); 
	position: relative;
	z-index: 99;
}
.boxpositions .update-item .title {
	margin-top: 30px;
}

.home-positions-bg {		
	background-image: url('/images/site/dots-red.svg');
	background-repeat: no-repeat;
	background-position: calc(100% + 100px) 0;
	background-size: contain;
	padding: 60px 0 90px 0;
}
.positions-item {
	padding: 30px 15px 15px 15px;
	margin: 0 22px;
	min-height: 200px;
}
.positions-item .text {
	padding: 25px 15px;
}
.positions-item .more {
	position: absolute;
	padding: 0;
	bottom: 10px;
	left: 10px;
}
.positions-item .more a {
	background: #990000;	
	color: #fff;
	font-size: 12px;
	padding: 3px 10px;
}
.positions-item .more a:hover {
	text-decoration: none;
	background: #e6191e;	
}
.positions-item .more i {
	display: none;
}
.home-positions .btn-seeall-r {
	font-size: 1rem;
	line-height: 1rem;
	margin: 0 15px;
}
.home-positions .btn-seeall-r img {
	height: 20px;
}
.home-positions .tlinedot {
	border-bottom: 3px solid #E6191E;
	width: 25%;
	height: 30px;
	position: absolute;
	right: 0;
	top: -28px;
}
.home-positions .tlinedot::after {
	content: " ";
	color: #E6191E;
	width: 30px;
	height: 30px;
	position: absolute;
	background: #E6191E;
	border-radius: 50%;
	left: 0px;
	top: 14px;
}

.home-positions-bg #positions-slider {
	margin-left: 50px;
	margin-right: 50px;
}

/* mod_inx_members ****************************************/

.home-members {
	padding: 50px 0;
	position: relative;
	z-index: 99;
}
.members_intro {
	padding-right: 20%;	
}
.mintro {
	padding: 25px 0;
	font-size: 1rem;
	line-height: 1rem;
}
.hbecome {
	margin-top: 30px;
	background: rgb(255,255,255);
	background: linear-gradient(90deg, rgba(204,0,2,0.2) 0%, rgba(204,0,2,1) 100%); 
	color: #fff;
}
.hbecom-bg {
	background-image: url('/images/site/dots-white.svg');
	background-repeat: no-repeat;
	background-position: center right;
	background-size: contain;	
	padding: 25px 20px;
}
.hbecome  h5 {
	color: #fff;
	margin: 0 0 20px 0;
	font-weight: 400;
}
.hbecome  h3 {
	color: #fff;
	margin: 15px 0 20px 0;
}
.hbecome a {
	margin-left: -20px;
	background: #E6191E;
	color: #fff;
	padding: 5px 25px 5px 20px;
	border-radius: 0 20px 20px 0;
}
.members_intro a img {
	height: 20px;
}
#MCarousel {
	min-height: 400px;
}
.mlogos {
	margin: 20px 0;
}
.carousel-indicators {
	margin-bottom: -10px;
}
.carousel-indicators li {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #E6191E;
}
.carousel-control-next, .carousel-control-prev {
	font-size: 3rem;
	color: #E6191E;
}
.carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover {
	opacity: .9;
	color: #E6191E;
}
.carousel-control-prev {
	left: -60px;
}
.carousel-control-next {
	right: -55px;
}
.home-members .tlinedot {
	border-bottom: 3px solid #E6191E;
	width: 25%;
	height: 30px;
	position: absolute;
	top: -28px;
}
.home-members .tlinedot::after {
	content: " ";
	color: #E6191E;
	width: 30px;
	height: 30px;
	position: absolute;
	background: #E6191E;
	border-radius: 50%;
	right: 0px;
	top: 14px;
}


/* Report ****************************************/

.home-report {
	background: linear-gradient(90deg, rgba(250,247,247,1) 0%, rgba(240,223,223,1) 100%);
	position: relative;
	z-index: 99;
}
.home-report-social {
	background: linear-gradient(90deg, rgba(250,247,247,1) 0%, rgba(240,223,223,1) 100%);
	position: relative;
	z-index: 99;
}
.home-report-bg {
	position: relative;
	z-index: 99;
	background-image: url('/images/site/dots-red.svg');
	background-repeat: no-repeat;
	background-position: -100px 0;
	background-size: contain;
	padding: 0;
}
.report_file, .report_social {
	padding: 50px 0;
}

.home-report .tlinedot {
	border-bottom: 3px solid #E6191E;
	width: 35%;
	height: 30px;
	position: absolute;
	right: 0;
	top: -28px;
	z-index: 102;
}
.home-report .tlinedot + div.container {
	position: relative;
	z-index: 1;
}
.home-report .tlinedot::after {
	content: " ";
	color: #E6191E;
	width: 30px;
	height: 30px;
	position: absolute;
	background: #E6191E;
	border-radius: 50%;
	left: 0px;
	top: 14px;
}
.report_social i.fab {
	font-size: 2rem;
	margin: 15px;
	padding: 10px;
	border-radius: 50%;
	background: #E6191E;
	color: #fff;
}


/* ABOUT ******************************************/
.aboutus {
	position: relative;
	z-index: 9;
}
.aboutus .pheader {
	height: 500px;
	display: flex;
	align-content: flex-end;
}
.aboutus .ptitle {
	margin: 0 auto;
	background: rgb(255,255,255);
	background: linear-gradient(180deg, rgba(255,255,255,0.5) 0%, rgba(204,0,2,0.9) 70%, rgba(255,255,255,0.5) 100%);
	width: 280px;
	height: 220px;
	display: flex;
}
.aboutus .article_image {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	height: 500px;
}
.aboutus .pcircle {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 40px;
	border-radius: 50%;
	background: #fff;
	width: 280px;
	height: 280px;
	margin-top: -140px;
}

.article_pattern{
	position: absolute;
    right: -10%;
    top: 50%;
}


.about_intro {
	position: relative;
	margin-top: 20px;
	z-index: 10;
}
.about_intro .tlinedot {
	width: 100%;
	height: 30px;
	position: absolute;
	z-index: 102;
	border-bottom: 3px solid #E6191E;
	left: calc(-100% + 30px);
	top: -28px;
}
.about_intro .tlinedot::after {
	content: " ";
	color: #E6191E;
	width: 30px;
	height: 30px;
	position: absolute;
	background: #E6191E;
	border-radius: 50%;
	right: 0px;
	top: 14px;
}

.about_intro .tlinedot2 {
	width: 100%;
	height: 30px;
	position: absolute;
	z-index: 102;
	border-bottom: 3px solid #E6191E;
	left: calc(-100% + 30px);
	top: -28px;
}

.about_intro .tlinedot2::after {
	content: " ";
	color: #E6191E;
	width: 30px;
	height: 30px;
	position: absolute;
	background: #E6191E;
	border-radius: 50%;
	right: 0px;
	top: 14px;
}

.about_mission {
	position: relative;
	margin-top: 50px;
}
.about_mission .tlinedot {
	border-bottom: 3px solid #E6191E;
	width: 100%;
	height: 30px;
	position: absolute;
	left: calc(100% - 30px);
	top: -28px;
	z-index: 102;
}
.about_mission .tlinedot::after {
	content: " ";
	color: #E6191E;
	width: 30px;
	height: 30px;
	position: absolute;
	background: #E6191E;
	border-radius: 50%;
	left: 0px;
	top: 14px;
}

.about_mission .tname {
	font-size: 0.9rem;
	line-height: 1rem;
	margin: 10px 0;
	font-weight: bold;
}
.about_mission .tcompany {
	color: #E6191E;
	font-size: 0.8rem;
	line-height: 1rem;
}



.about_team {
	position: relative;
	margin-top: 50px;
}
.about_team .tlinedot {
	border-bottom: 3px solid #E6191E;
	width: 15%;
	height: 30px;
	position: absolute;
	left: 0;
	top: -28px;
	z-index: 102;
}
.about_team .tlinedot::after {
	content: " ";
	color: #E6191E;
	width: 30px;
	height: 30px;
	position: absolute;
	background: #E6191E;
	border-radius: 50%;
	right: 0px;
	top: 14px;
}
.about_team .tname {
	font-size: 0.9rem;
	line-height: 1rem;
	margin: 10px 0;
	font-weight: bold;
}
.about_team .tposition {
	color: #E6191E;
	font-size: 0.8rem;
	line-height: 1rem;
}



a.wesbtn {
	margin-bottom: 25px;
	padding: 20px;
	background: rgb(255,255,255);
	background: linear-gradient(146deg, rgba(255,255,255,1) 0%, rgba(242,227,227,1) 100%); 
	display: block;
	height: 125px;
	position: relative;
	transition: all 0.4s ease-in-out;
	border: 1px solid transparent;
}
a.wesbtn:hover {
	text-decoration: none;
	border: 1px solid #E6191E;
	background: linear-gradient(146deg, rgba(255,255,255,1) 10%, rgba(242,227,227,1) 100%); 
}
a.wesbtn::before {
	content: " ";
	width: 20px;
	height: 1px;
	border-top: 1px dotted #E6191E;
	position: absolute;
	right: 10px;
	bottom: 20px;
	transition: all 0.3s ease-in-out;
}
a.wesbtn::after {
	content: " ";
	width: 1px;
	height: 20px;
	border-left: 1px dotted #E6191E;
	position: absolute;
	right: 19px;
	bottom: 10px;
	transition: all 0.3s ease-in-out;
}
a.wesbtn:hover::before, a.wesbtn:hover::after {
	transform: rotate(90deg);
}
a.wesbtn h5 {
	font-size: 1.2rem;
	line-height: 1.2rem;
}
a.wesbtn h5 span {
	color: #E6191E;
}

.weicon {
	height: 30px;
	width: auto;
}


.modal-content {
	background: transparent;
	border: none;
}
.modal-fullscreen {
	position: relative;
	width: 100vw;
	max-width: none;
	height: auto;
	min-height: 100%;
	margin: 0;
	background: rgb(242,227,227);
	background: linear-gradient(180deg, rgba(242,227,227,1) 0%, rgba(255,255,255,1) 46%, rgba(242,227,227,1) 100%); 
}
.modal-fullscreen::before {
	content: " ";
	position: absolute;
	left: 0;
	top: 0;
	width: 50%;
	height: 50%;
	background-image: url('/images/site/pattern-left.svg');
	background-repeat: no-repeat;
	background-position: top left;
	background-size: contain;	
}
.modal-fullscreen::after {
	content: " ";
	position: absolute;
	right: 0;
	bottom: 0;
	width: 50%;
	height: 50%;
	background-image: url('/images/site/pattern-right.svg');
	background-repeat: no-repeat;
	background-position: bottom right;
	background-size: contain;	
}
.micon {
	text-align: center;
	margin: 20px 0;
}
.mtitle {
	text-align: center;
	margin: 20px 0;
}
.mimage {
	margin: 30px auto;	
}
.mtext img {
	width: 100%;
	height: auto;
}
.modal-content h5 {
	font-size: 1.2rem;
	line-height: 1.2rem;
}
.modal-content h5 span {
	color: #E6191E;
}
.modal button.close {
	width: 40px;
	height: 40px;
	position: relative;
}





/* MANAGEMENT ******************************************/
.management {
	position: relative;
	z-index: 9;
}
.management .pheader {
	height: 500px;
	display: flex;
	align-content: flex-end;
}
.management .ptitle {
	margin: 0 auto;
	background: rgb(255,255,255);
	background: linear-gradient(180deg, rgba(255,255,255,0.5) 0%, rgba(204,0,2,0.9) 70%, rgba(255,255,255,0.5) 100%);
	width: 280px;
	height: 220px;
	display: flex;
}
.management .article_image {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	height: 500px;
}
.management .pcircle {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 40px;
	border-radius: 50%;
	background: #fff;
	width: 280px;
	height: 280px;
	margin-top: -140px;
}


/* committees ******************************************/

#committees.nav-tabs {
	border-bottom: 1px solid #E6191E;
	width: 100%;
}
#committees > li {
	padding: 0 1px;
}
#committees a.nav-link {
	text-align: center;
	color: #E6191E;	
	background: linear-gradient(0deg, rgba(226,204,204,1) 0%, rgba(204,0,2,0.4) 100%); 
	padding: 20px 10px;
	border-radius: 0;
	border: none;
	height: 150px;
	margin-bottom: 1px;
}
#committees a.nav-link.active, #committees a.nav-link:hover {
	background: #E6191E;
	background: linear-gradient(356deg, rgba(204,0,2,0.5) 0%, rgba(204,0,2,1) 100%); 
	color: #fff;
}
#committees a.nav-link .cicon {
	display: block;
	height: 60px;
}
#committees .ctitle {
	margin-top: 10px;
	min-height: 50px;
	line-height: 1.1rem;
	font-size: 0.9rem;
	text-transform: uppercase;
}
.committees .cchairs {
	padding: 50px 0 0 0;
}
.committees .ccposition {
	color: #E6191E;
	font-size: 18px;
    font-weight: bold;
    line-height: 20px;
    height: 70px;
}
.committees .ccphoto {
	height: 150px;
	overflow: hidden;
}
.committees .ccphoto img {
	object-fit: cover;
	object-position: center;
}
.committees .ccname {
	color: #111;
	margin-top: 20px;
}
.committees .cccompany {
	color: #999;
	margin-bottom: 70px;
}



.crl {
	margin-left: -30px;
	margin-right: -30px;
	border-top: 10px solid #faf7f7;
}
.crelatedcontainer {
	padding: 30px;
	/*height: 400px;*/
	overflow: hidden;
}
.mrelated .update-item .image {
	height: 150px;
}
.mrelated .update-item .image img {
	object-fit: cover;
	object-position: center;
	height: 100%;
	width: 100%;
}
.committees .tab-content > .tab-pane {
	display: 100%;
	height: 0;
	display: block;
	overflow: hidden;
}
.tab-content > .tab-pane.active {
	display: 100%;
	height: auto;
	display: block;
}
.related-slider {
	opacity: 0;
	transition: all 0.2s linear;
}
.related-slider.slick-initialized {
	opacity: 1
}


.boxpositions {
	padding: 30px 0;
}

.publications-cont {
	position: relative;
}
.publications-cont #search-ajax #submitSearch {
	position: absolute;
	opacity: 1;
	top: 0;
	right: 0;
	height: 30px;
	background: #edb3b4;
	border: navajowhite;
}
#search-ajax {
	position: absolute;
	right: 0;
	top: -10px;
	width: 300px;
}

#search-ajax #publ-search {
	width: 100%;
	border: 0;
	background-color: #eee;
	height: 30px;
	padding-left: 20px;
	margin-bottom: 20px;
}
.clearable__clear {
	display: none;
	position: absolute;
	right: 65px;
	top: 0;
	padding: 0 10px;
	font-style: normal;
	font-size: 36px;
	user-select: none;
	cursor: pointer;
	font-weight: bold;
	color: #E6191E;
	line-height: 28px;
}
.subcategory-list {
	margin-bottom: 30px;
}
.subcategory-list li {
	display: flex;
}
.subcategory-list li a {
	padding: 20px 10px;
	background:  linear-gradient(0deg, rgba(204,0,2,0.25) 0%, rgba(204,0,2,0.5) 100%); 
	color: #fff;
	margin: 1px;
	font-size: 0.65rem;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	width: 100%;
	transition: all 0.3s ease-in-out;
}
.subcategory-list li a.active, .subcategory-list li a:hover {
	color: #fff;
	background: linear-gradient(356deg, rgba(204,0,2,0.5) 0%, rgba(204,0,2,1) 100%); 
}
.subcategory-list a .catimg {
	display: block;
	height: 40px;
	margin-bottom: 15px;
}
.subcategory-list a .catimg img {
	height: 100%;
}
.publications-cont .title h5 {
	padding: 15px 10px 10px 10px;
	font-weight: 400;
	font-size: 1rem;
	line-height: 1rem;
	color: #E6191E;
	margin: 0;
}

.boxpositions .publications-cont .update-item .title {
	margin: 0;
}
.publications-cont .title h5 {
	height: auto;
}
.publications-cont .more {
	padding: 0;
	position: absolute;
	bottom: 10px;
	left: 10px;
}
.publications-cont .more a {
	background: #990000;	
	color: #fff;
	font-size: 12px;
	padding: 3px 10px;
}
.publications-cont .more a:hover {
	text-decoration: none;
	background: #e6191e;	
}
.publications-cont .more i {
	display: none;
}

.publications-cont .morefile {
	padding: 0px 10px;
	position: absolute;
	bottom: 40px;
}

.publications-cont small.pagination {
	padding: 20px 0px;
}
.publications-cont ul.pagination {
	width: 100%;
}
.publications-cont ul.pagination li a {
	padding: 5px 12px;
}
.publications-cont ul.pagination li.active a {
	border: 1px solid #e89494;
}
.publications-cont .search-results {
	display: flex;
}

/* Membership ****************************************/

.tred {
	color: #E6191E;
}

.mdoc {
	border-bottom: 1px solid #E6191E;
	margin-bottom: 10px;
}
.btn-tiny {
	padding: 2px 15px;
	margin-bottom: 5px;
	font-size: 0.8rem;
	border-radius: 0;
}


#benefits > li {
	padding: 0 1px;
}
#benefits a.nav-link {
	text-align: left;
	color: #111;	
	background: linear-gradient(180deg, rgba(242,227,227,1) 0%, rgba(255,255,255,1) 46%, rgba(242,227,227,1) 100%); 
	padding: 20px;
	border-radius: 0;
	border: none;
	height: 120px;
	margin-bottom: 0px;
}
#benefits a.nav-link.active, #benefits a.nav-link:hover {
	background: linear-gradient(180deg, rgba(204,0,2,1) 0%, rgba(204,0,2,0.5) 46%, rgba(204,0,2,1) 100%);
	color: #fff;
}
#benefits .ctitle {
	margin-top: 10px;
	min-height: 50px;
	line-height: 1.1rem;
	font-size: 0.9rem;
	text-transform: uppercase;
}

.membership .box {
	padding-bottom: 0;
}
.membership .tab-content {
	margin-left: -30px;
	margin-right: -30px;
	padding: 30px;
	background: #EDEDED;
	border-top: 1px solid #ca0202;
}


.related-news .mrelated .update-item .image img {
	height: 100% !important;
	width: 100%;
}


/* Contact *********************/
#contact-form input, #contact-form textarea {
	border-radius: 20px;
	background: #eee;
}
.btn {
	border-radius: 20px;
	padding-left: 15px;
	padding-right: 15px;
}

input.search-query {
	border-radius: 20px;
}

.button-search {
	border: none;
	background: none;
	color: #999;
	margin-left: -32px;
}





/* Footer ****************************************/
.footer {
	background: #E6191E;
	color: #fff;
	font-size: 13px;
	padding-top: 30px;
	background-image: url('/images/site/dots-white.svg');
	background-repeat: no-repeat;
	background-position: center right;
	background-size: contain;	
	position: relative;
	z-index: 100;
}
.fbottom {
	padding: 20px 0;
	background: #990000;	
}
.footer a {
	color: #fff;
}
.footer h4 {
	color: #fff;
}
.footer i.fab {
	font-size: 1.25rem;
	margin: 15px;
	padding: 8px;
	border-radius: 50%;
	background: #fff;
	color: #E6191E;
}

.footer .nav-pills .nav-link.active, .footer .nav-pills .show > .nav-link {
	color: #E6191E;
	background-color: #faf7f7;
	width: 100%;
}

.footer .nav-link:hover {
	color: #FFFFFF;
	background-color: rgba(153, 0, 0, 0.7);
	width: 100%;
	transition: all 0.3s ease-out;
}

.footer-pattern{
	position: relative;
	z-index: 99;
}

.f-pattern-img{
	position: absolute;
    right: -200px;
    bottom: 50px;
    /*z-index: 100;*/
}

.nav-item.item-124, .nav-item.item-193{
	margin-top: 5%;
}


/* login-page */

.login-page {
	padding: 50px 0;
}


.article_image {
	transition: all 1s linear;
	animation: zoomin 1s;
	background-size: 120%;
}

.home .article_image {
	animation: none;
}

@keyframes zoomin {
  0% {
    background-size: 120%;
  }
  100% {
    background-size: 100%;
  }
}


.share {
	position: fixed;
	right: 0;
	top: 18%;
	background-color: #e6191e;
	color: #fff;
	text-align: center;
	z-index: 999;
	padding: 15px 10px;
	font-weight: bold;
	box-shadow: 0px 0px 0px grey;
     -webkit-transition:  box-shadow .6s ease-out;
     box-shadow: .8px .9px 3px grey;
	 transition: all 1s ease-out;
	 
}

.share:hover {
	box-shadow: 1px 8px 20px grey;
    -webkit-transition:  box-shadow .6s ease-in;
}
.share a {
	text-decoration: none;
	font-size: 20px;
	line-height: 40px;
	background-color: #fff;
	color: #e6191e;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	margin-top: 10px;
	display: block;
}

.share a:hover {
	font-size: 23px;
	transition: all 0.5s ease-out;
}


.page-link {	
	color: #dc3545;
	border: 1px solid #dc3545;
}
.page-item.active .page-link {
	background-color: #e6191e;
	border-color: #e6191e;
}
.page-link:hover {
	color: #fff;
	background-color: #e6191e;
	border-color: #e6191e;
}
.form-control:focus {
	border-color: #ff8080;
	box-shadow: 0 0 0 .2rem rgba(255, 0, 0, 0.25);
}



.btnd {
	background: #333 !important;
}
.btnd:hover {
	background: #e6191e !important;
}

@media only screen and (max-width: 768px) {	
	#MCarousel {
		min-height: initial;
	}
	.home-positions-bg #positions-slider {
		margin-left: 20px;
		margin-right: 20px;
	}
	#updates-slider {
		margin-top: 50px;
	}
	.members_intro {
		padding-right: 0;
	}
	.footer .members {
		margin-top: 30px;
	}
	.footer .sic {
		margin-bottom: 30px;
	}
	#MCarousel {
		width: 70%;
		margin: 0 auto;
	}
	#updates-slider, .slick-dotted.slick-slider {
		width: 86%;
		margin: 0 auto 30px auto;
	}
	.home-updates .utitle {
		padding: 30px 10%;
	}
	.fbottom .text-right {
		text-align: left !important;
		margin-top: 15px;
	}
	.footer .menu {
		text-align: center;
		padding: 30px 0;
	}
	.navbar-brand.logo img {
		height: 60px;
	}
	.navbar-brand.logo {
		top: 10px;
		margin: 0;
		padding-right: 28px;
		padding-bottom: 28px;
		left: 0px;
	}
	.mtlogin {
		top: 40px;
		padding-left: 30px;
		padding-bottom: 5px;
		width: 128px;
	}
	.mtlogin .nav-link {
		padding: 10px 0 !important;
	}
	.navbar-expand-lg .navbar-nav .nav-link {
		padding: 0.5rem;
	}
	ul.menu.navbar-nav > li.nav-item.active {
		border-left: none;
		color: #E6191E;
	}
	nav.navbar {
		min-height: 40px;
	}
	ul.nav-child {
		display: block;
	}
	.navbar-toggler {
		z-index: 999;
		position: absolute;
		right: 0;
		top: 8px;
		color: #E6191E;
	}
	#mainnav {
		padding-left: 120px;
		padding-top: 60px;
		text-align: left;
		height: auto !important;
	}
	.collapsing {
		position: relative;
		height: 0;
		overflow: hidden;
		transition: height 0.1s ease;
	}

	.mod-languages {
		margin: 30px 0 20px 0;
	}
	.mod-languages li.lang-active {
		padding: 10px 0 10px 0;
	}
	.mod-languages li.lang-active::before {
		top: 15px;
	}
	.subcategory-list a .catimg, #committees a.nav-link .cicon {
		display: inline-block;
		height: 20px;
		margin-bottom: 0;
		margin-right: 15px;
	}
	.subcategory-list li a {
		padding: 5px 10px;
		text-align: left;
	}
	#search-ajax {
		position: relative;
		width: 100%;
	}
	#committees a.nav-link {
		text-align: left;
	/*	padding: 5px 10px;*/
		height: initial;
		margin-bottom: 1px;
	}
	#committees .ctitle {
		margin-top: 0;
		min-height: initial;
		line-height: 1.1rem;
		font-size: 0.7rem;
		display: inline-block;
	}
	#committees a.nav-link .cicon img {
		height: 100%;
	}
	.box {
		padding: auto;
		margin: 0 0 30px 0;
		background: #fff;
	}
	#benefits a.nav-link {
		padding: 5px 20px;
		height: auto;
	}
	.footer .menu {
		display: flex;
		flex-direction: column;
	}
}

#back-top {
	font-size: 1.5rem;
	line-height: 2.75rem;
	position: fixed;
	bottom: -100px;
	right: 20px;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: #f0e0e0;
	color: #E6191E;
	text-align: center;
	z-index: 99;
	transition: 0.5s ease all;
	-webkit-box-shadow: 0px 2px 6px -1px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0px 2px 6px -1px rgba(0, 0, 0, 0.25);
	box-shadow: 0px 2px 6px -1px rgba(0, 0, 0, 0.25);
}
#back-top.showed {
	bottom: 20px;
	transition: 0.5s ease all;
}

.mb-5, .my-5 {
    margin-bottom: 3rem!important;
    font-weight: 900;
}


/* Extra small devices (phones, 576px and down) */

@media only screen and (max-width: 576px) {

}

@media only screen and (max-width: 768px) {
	h1 {font-size: 2.2rem; }
	.article h1 {margin-top: 120px;line-height: 2rem;font-size: 2rem; }
	.imgarticle {width: 100%;margin: 0;margin-bottom: 80px;}
	.home .pcircle {width: 230px !important;height: 230px !important;margin-top: -100px;}
	.home .ptitle {width: 230px;height: 230px;display: flex;}
	.aboutus .pcircle {width: 230px !important;height: 230px !important;margin-top: -100px;}
	.aboutus .ptitle {width: 230px;height: 230px;display: flex;}
	.management .pcircle {width: 230px !important;height: 230px !important;margin-top: -100px;}
	.management .ptitle {width: 230px;height: 230px;display: flex;}



	.article h1 {padding-right: 40px !important;line-height: 2rem;font-size: 2.2rem;}	

	#committees .ctitle {font-size: 1rem;}
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
	.article h1 {line-height: 2.2rem;font-size: 2rem; }
}

scroll-behavior: smooth;