@font-face {
	font-family: 'MuseoSans-100';
	src: url('../fonts/MuseoSans-100.otf');
}

@font-face {
	font-family: 'MuseoSans-300';
	src: url('../fonts/MuseoSans-300.otf');
}

@font-face {
	font-family: 'MuseoSans-500';
	src: url('../fonts/MuseoSans-500.otf');
}

@font-face {
	font-family: 'MuseoSans-700';
	src: url('../fonts/MuseoSans-700.otf');
}

body {
	position: relative;
	overflow-x: hidden;
	line-height: 1rem;
	font-family: MuseoSans-300, "Helvetica Neue", Arial, sans-serif;
	font-size: 0.9rem;
}

a {
	color: #0000ff;
	text-decoration: none;
}

.member-area-view .simplepage ul {


	padding-left: 15px;
	margin: 3px 0;
}

.cc-window {
	background-color: #fff !important;
	-webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.75);
	box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.75);
}

.cc-window .cc-message {
	color: #0000ff;
}

.cc-btn {
	background-color: #ff0000 !important;
	color: #fff !important;
}

.member-area-view .simplepage ul li {
	list-style-type: initial;
}

.eb-event-category a {
	color: #9900FF !important;
	font-style: italic;
}

.register-community-member h1 {
	color: #ff0000;
	font-weight: bold;
}

.register-community-member legend {
	color: #0000ff;
	font-weight: bold;
}

.register-community-member .form-group {
	max-width: 290px;
}

.bot-article {
	position: absolute;
	left: 20px;
	right: 20px;
	bottom: 20px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}

.bot-article p {
	margin-bottom: 0;
	margin-top: 0;
	font-size: 12px;
}

.register-community-member .form-group input {
	border: none;
	border-radius: 10px;
}

.register-community-member .form-group select {
	border: none;
	border-radius: 10px;
}

.eb-event-title {
	color: #0000FF !important;
}

.navbar-members ul li ul li {
	width: 100%;
	float: none;
}

label[for="status-117"] {
	display: none;
}

label[for="status-123"] {
	display: none;
}

.meetings-header {
	color: #9900FF;
	border-bottom: 2px solid #9900FF;
	padding-bottom: 5px;
	margin-bottom: 15px;
	font-size: 20px;
	margin-top: 20px;
}

#acyprofileform {
	padding: 15px 0 10px 0;
}

.member-area-view .menu li a {
	font-weight: bold;
}

.member-area-view .menu li .dropdown-menu li a {
	font-weight: initial;
}

.event-each {
	padding: 6px 0;
	border-bottom: 1px solid #9900FF;
	font-size: 13px;
}

.content {
	min-height: 300px;
}

.large-icon {
	font-size: 13em !important;
}

.contact .contact-address {
	padding: 0 1.5rem;
}

.h2,
h2 {
	font-size: 1.75rem;
}


/* 404 page */

.error-page {
	height: 100vh;
	background-repeat: no-repeat !important;
	background-size: cover !important;
}


.error-page .content404 {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	height: 100%;
}

.error-page .top {
	max-width: 240px;
	background: #fff;
	padding: 15px 40px;
	border-radius: 40px;
}

.error-page .middle {
	margin-top: 30px;
	border-radius: 30px;
	background: #fff;
	padding: 25px 50px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.error-page .middle img {
	width: 40px;
	margin-top: 30px;
}

.error-page .content {
	background: rgb(2, 0, 255);
	background: linear-gradient(103deg, rgba(2, 0, 255, 0.5) 0%, rgba(153, 0, 255, 0.5) 100%);
}

.error-page .middle .btn {
	margin-top: 10px;
	border-radius: 12px;
	border: none;
	font-weight: bold;
	font-size: 20px;
	background: rgba(2, 0, 255, 1);
	background: -moz-linear-gradient(left, rgba(2, 0, 255, 1) 0%, rgba(253, 0, 4, 1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(2, 0, 255, 1)), color-stop(100%, rgba(253, 0, 4, 1)));
	background: -webkit-linear-gradient(left, rgba(2, 0, 255, 1) 0%, rgba(253, 0, 4, 1) 100%);
	background: -o-linear-gradient(left, rgba(2, 0, 255, 1) 0%, rgba(253, 0, 4, 1) 100%);
	background: -ms-linear-gradient(left, rgba(2, 0, 255, 1) 0%, rgba(253, 0, 4, 1) 100%);
	background: linear-gradient(to right, rgba(2, 0, 255, 1) 0%, rgba(253, 0, 4, 1) 100%);
}

/* end 404 page */

.navbar .mod-languages {
	padding-bottom: 0.425rem;
	padding-top: 0.425rem;
}

.users>a {
	color: #0000ff !important;
}

.lang-inline {
	list-style: outside none none;
	margin: 0;
}

.lang-inline>li {
	display: inline;
	margin-left: 8px;
}

.login {
	margin: 0 auto;
	max-width: 330px;
	padding-top: 1em;
}

.member-area-top .page-title {
	color: #0000ff;
	font-weight: bold;
	font-size: 34px;
}

.member-area-top {
	padding-bottom: 70px;
}

.member-area-top .page-text {
	line-height: 1.3;
}

.user_infos {
	display: flex;
	flex-direction: row;
}
.other_user_info {
	background: #E2E2F3;
	padding: 15px 25px;
	border-radius: 15px;
	font-size: 16px;
}

.user_infos .profile_img {
	width: 100px;
}

.user_infos .company_imd {
	width: 100px;
	padding: 15px;
	background: #E5E5FF;
	border-radius: 50%;
	margin-left: 15px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin-right: 20px;
}

.view-profile {
	border-top-left-radius: 40px;
	border-top-right-radius: 40px;
	margin-top: 0px;
	padding-bottom: 50px;
}
.view-profile.bg-white {
	margin-top: -40px;
}

.profile_infos {
	display: flex;
	flex-direction: row;
	align-items: center;
	padding: 60px 0 0 0;
}

.profile_infos .user_profile_img {
	width: 130px;
}

.profile_infos .user_company_img {
	padding: 15px;
	width: 130px;
	height: 130px;
	border-radius: 50%;
	background: #E5E5FF;
	margin-left: 15px;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	display: flex;
}

.profile_infos .user_other_info {
	margin-left: 0px;
}

.profile_infos .user_other_info h3 {
	margin-bottom: 0;
}

.text-purple {
	color: #9901FF;
}

.mod-box {
	border-radius: 15px;
	padding: 30px;
	margin-top: 30px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

#list-users {
	margin-top: 30px;
}

.documents-list {
	background: #F5E5FF;
	border-top-left-radius: 40px;
	border-top-right-radius: 40px;
	padding-top: 40px;
	margin-top: -40px;
	padding-bottom: 40px;
	position: relative;
  	z-index: 23;
}

.documents-list h2 {
	font-weight: bold;
	color: #9900FF;
}

.documents-list .category-desc {
	width: 60%;
	margin-bottom: 30px;
}

.documents-list .category-desc p {
	font-size: 16px;
	color: #0000ff;
}

.documents-list .doc_articles .border-gradient {
	height: 1px;
	background: rgb(0, 0, 255);
	background: linear-gradient(90deg, rgba(0, 0, 255, 1) 0%, rgba(255, 0, 0, 1) 100%);
	margin: 12px 0;
}

.documents-list .docarticle {
	background: #fff;
	border-radius: 12px;
	padding: 20px;
	height: 100%;
}

.documents-list .docarticle .title {
	font-weight: bold;
	font-size: 18px;
	padding-bottom: 15px;
	display: block;
}

.documents-list .doc_articles {
	margin-top: 10px;
}

.documents-list .doc_title {
	font-size: 13px;
	display: flex;
	flex-direction: row;
	align-items: center;
	text-decoration: none;
}

.dropdown-menu {
	border: none;
	margin-top: 0;
	padding-top: 10px;
	padding-left: .5rem;
	border-bottom-left-radius: 12px;
	border-bottom-right-radius: 12px;
}

.dropdown-menu .dropdown-item {
	padding-left: 0;
	font-size: 14px;
	color: #0000ff;
}

.dropdown-menu .dropdown-item:hover {
	background: transparent;
	color: #9900FF;
}

.dropdown-menu .dropdown-item.active {
	background: #fff;
	color: #9900FF;
}

.documents-list .doc_title:hover .download-icon {
	color: #ff0000;
}

.documents-list .download-icon {
	margin-left: 5px;
}

.documents-list .pagination .counter {
	display: none;
}

.other-link {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 100%;
}

.other-link .link-icon {
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	padding: 10px;
	color: #fff;
	background: #0000ff;
	border-radius: 50%;
	margin-bottom: 15px;
}

.other-link a {
	color: #9900FF;
	font-size: 20px;
	font-style: italic;
}

.code-conduct {
	background: #fff;
	border-top-left-radius: 40px;
	border-top-right-radius: 40px;
	padding: 50px 0 100px 0;
	margin-top: -30px;
	position: relative;
	z-index: 22;
}

.moduletable.code-conduct {
	margin-top: -40px;
	position: relative;
	/* margin-bottom: 40px; */
	padding: 40px 0;
}

.default-box {
	background: #EBCCFF;
}

.mod-box.contact-box {
	background: #CCCCFF;
}

.profile-edit {
	padding: 50px 0;
	border-top-left-radius: 40px;
	border-top-right-radius: 40px;
	margin-top: -40px;
}

.profile-edit .form-group label {
	display: block !important;
	float: left;
	margin-right: 5px;
}

.item-member {
	padding-top: 40px;
	border-top-left-radius: 40px;
	border-top-right-radius: 40px;
	margin-top: -40px;
	padding-bottom: 50px;
}

.tags.inline {
	padding-left: 0;
}

.tags.inline li {
	display: inline;
}

.yt_videos .owl-carousel .owl-item {
	/* min-height: 340px; */
}

.mod_list {
	padding: 30px 0px 50px 0px;
	background: rgba(2, 0, 255, 1);
	background: -moz-linear-gradient(left, rgba(2, 0, 255, 1) 0%, rgba(255, 0, 0, 1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(2, 0, 255, 1)), color-stop(100%, rgba(255, 0, 0, 1)));
	background: -webkit-linear-gradient(left, rgba(2, 0, 255, 1) 0%, rgba(255, 0, 0, 1) 100%);
	background: -o-linear-gradient(left, rgba(2, 0, 255, 1) 0%, rgba(255, 0, 0, 1) 100%);
	background: -ms-linear-gradient(left, rgba(2, 0, 255, 1) 0%, rgba(255, 0, 0, 1) 100%);
	background: linear-gradient(to right, rgba(2, 0, 255, 1) 0%, rgba(255, 0, 0, 1) 100%);
}

.mod_list .simple-art-carousel .owl-item .item {
	background: #fff;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
	border-top-right-radius: 15px;
}

.mod_list .simple-art-carousel .owl-item .item .art_img {
	height: 130px;
	border-top-right-radius: 15px;
	border-bottom-right-radius: 15px;
	background: #eee;
}

.mod_list .simple-art-carousel .owl-item .item .art_img img {
	height: 130px;
	object-fit: cover;
	border-top-right-radius: 15px;
	border-bottom-right-radius: 15px;
}

.mod_list .simple-art-carousel.owl-carousel .owl-nav .owl-prev {
	position: absolute;
	left: -25px;
	font-size: 36px;
	margin: 0;
	border: none;
	color: #FF0000;
	opacity: 1;
}

.mod_list .simple-art-carousel.owl-carousel .owl-nav .owl-next {
	position: absolute;
	right: -25px;
	font-size: 36px;
	margin: 0;
	border: none;
	color: #0000FF;
}

.mod_list .simple-art-carousel.owl-carousel .owl-nav {
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	bottom: calc(50% + 20px);
	margin: 0;
}

.mod_list .simple-art-carousel.owl-carousel .owl-nav button:hover {
	background: transparent;
}

.mod_list .simple-art-carousel.owl-carousel .owl-nav button {
	color: #FF0000;
}

.mod_list .simple-art-carousel.owl-carousel .owl-nav button:focus {
	outline: none;
}

.mod_list .owl-item .item .art_content {
	padding: 15px 30px;
	min-height: 285px;
}

.mod_list .owl-item .item .art_content .art_title {
	margin-top: 15px;
}

.mod_list .owl-item .item .art_content .art_title h5 {
	font-size: 16px;
	line-height: 18px;
	min-height: 55px;
}

.mod_list .owl-item .item .art_content .art_text p {
	font-size: 13px;
	margin-bottom: 0;
	max-height: 93px;
	overflow: hidden;
}

.mod_list .owl-item .item .art_content .art_see_more {
	font-size: 13px;
}

.mod_list .owl-item .item .art_content .art_category span p {
	font-size: 18px;
}

.member-login .page-bann {
	height: 100vh;
}

.member-login .page-bann .bann-img {
	height: 100vh;
}

.member-login #content {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.member-login .navbar {
	display: none;
}

.member-login .footer {
	display: none;
}

.autocomplete-suggestions {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 10rem;
	padding: 0.5rem 0;
	margin: 0.125rem 0 0;
	font-size: 1rem;
	color: #212529;
	text-align: left;
	list-style: none;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-radius: 0.25rem;
}

.autocomplete-suggestion {
	display: block;
	width: 100%;
	padding: 0.25rem 1.5rem;
	clear: both;
	font-weight: 400;
	color: #212529;
	text-align: inherit;
	white-space: nowrap;
	background-color: transparent;
	border: 0;
}

.autocomplete-suggestion:hover,
.autocomplete-suggestion:focus {
	color: #16181b;
	text-decoration: none;
	background-color: #f8f9fa;
}

.autocomplete-suggestion.active,
.autocomplete-suggestion:active {
	color: #fff;
	text-decoration: none;
	background-color: #007bff;
}


.nav-tabs .nav-link {
	display: block !important;
}

.page-bann {
	height: 400px;
}

.page-bann .bann-img {
	width: 100%;
	height: 400px;
	object-fit: cover;
}

.navbar {
	padding: 0;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 99;
}

.books-sidebar {
	padding-bottom: 50px;
}

.books-sidebar h5:first-child {
	margin-top: 0px;
}

.table-title-img {
	max-width: 230px;
}

.books-list .item-image {
	text-align: center;
}

.books-list .item-image img {
	max-height: 90px;
	padding: 5px;
	border: 1px solid #ccc;
}

.books-sidebar h5 {
	margin-top: 20px;
}

.books-sidebar img {
	margin-top: 20px;
}

.books-sidebar p {
	line-height: 14px;
	margin-bottom: 0px;
}

.books-sidebar a {}

.header-top {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-start;
}

.header-top .navbar-brand .site-logo {
	max-width: 240px;
}

.member-login-div ul.menu {
	margin-top: 0;
}

.header-top .navbar-toggler {
	display: block;
	border: none;
	color: #0000FF;
	font-size: 40px;
	width: 50px;
	height: 40px;
	padding: .25rem;
	margin-bottom: 15px;
}
.header-top .navbar-toggler:focus {
	box-shadow: none !important;
}
.header-top .navbar-toggler svg {
	width: 40px;
	height: 40px;
	transition: all 0.35s ease;
}

.header-top .toggler {
	text-align: center;
}

.header-top .toggler .a2a_dd {
	font-weight: lighter;
	color: #0000FF;
	font-size: 12px;
}

.navbar .header-all {
	background: #fff;
	border-bottom-left-radius: 40px;
	border-bottom-right-radius: 40px;
	padding: 20px 30px;
	transition: all 0.2s ease;
}

.page-bann.no-image {
	height: 60vh;
	background: #eee;
}

.mod-users .urls {
	display: flex;
	flex-direction: column;
	margin-top: 40px;
	width: 50%;
}

.mod-users .urls a {
	color: #9900FF;
	font-weight: bold;
	margin-top: 5px;
}

.mod-users #users-ajax {
	margin-top: 10px;
}

.mod-users #users-ajax #submitSearch {
	height: 40px;
	border: 0;
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
	width: 20%;
	padding: 0 20px;
	font-style: italic;
	background: #0000ff;
	color: #fff;
	margin-left: -1%;
}

.mod-users #users-ajax #users-search {
	border: 0;
	height: 40px;
	border-top-left-radius: 8px;
	border-bottom-left-radius: 8px;
	width: 80%;
	padding: 0 20px;
	font-style: italic;
	color: #9900ff;
}

.mod-users #users-ajax #users-search::placeholder {
	color: #9900ff;
}

.mod-users .clearable__clear {
	display: none !important;
}

.mod-users .user-card {
	background: #fff;
	padding: 15px;
	border-radius: 8px;
}

.mod-users .user-image img {
	max-width: 50px;
	max-height: 50px;
}

.mod-users .user-image img:nth-child(2) {
	width: 50px;
	height: 50px;
	background: #E5E5FF;
	padding: 5px;
}

.mod-users .company-text {
	font-size: 12px;
}

.mod-users .email-text {
	font-size: 12px;
	color: #0000ff;
}

#navbarSupportedContent ul {
	padding-left: 0;
	display: flex;
	margin-top: 35px;
}

#navbarSupportedContent ul li {
	list-style-type: none;
}

#navbarSupportedContent ul>li {
	padding-right: 4px;
}

#navbarSupportedContent ul>li:last-child {
	padding-right: 0;
}

#navbarSupportedContent ul li a {
	padding: 0;
}

.header-top .navbar-toggler.open .closed {
	transition: 0.5s ease all;
	display: none;
}

.header-top .navbar-toggler.open .opened {
	display: block;
	transition: 0.5s ease all;
}

.header-top .navbar-toggler .opened {
	transition: 0.5s ease all;
	display: none;
}

.header-top .navbar-toggler.closed .opened {
	display: none;
	transition: 0.5s ease all;
}

#navbarSupportedContent ul li.dropdown .dropdown-menu {
	display: block;
	position: initial;
	float: initial;
	border: none;
	padding: 0;
	background: transparent;
	margin: 0;
	min-width: initial;
}

#navbarSupportedContent ul li.dropdown .dropdown-menu li {
	padding: 0;
	margin-bottom: 6px;
}

#navbarSupportedContent ul li.dropdown .dropdown-menu li a {
	color: #0000FF;
	font-size: 14px;
	line-height: 16px;
	font-weight: lighter;  
	letter-spacing: -2%;
}

#navbarSupportedContent ul li.dropdown .dropdown-menu li a.active {
	background: transparent;
	font-weight: 600;
}

#navbarSupportedContent ul li.dropdown .dropdown-menu li a:hover {
	background: transparent;
	color: #FF0000;
}

#navbarSupportedContent .dropdown-item {
	white-space: initial;
}

#navbarSupportedContent ul li.parent {
	width: auto;
	padding: 0 10px;
}

#navbarSupportedContent ul li a.featured {
	color: #FF0000;
	margin-bottom: 10px;
	font-weight: 600;
	font-size: 1.25rem;
}

.dropdown-toggle::after {
	display: none;
	font-size: 18px;
}

.member-login-div ul {
	padding-left: 0;
	margin: 0;
}

.meetings .top-part {
	background: #fff;
	border-top-left-radius: 40px;
	border-top-right-radius: 40px;
	margin-top: -40px;
	padding-top: 30px;
	padding-bottom: 70px;
	color: #0000FF;
}

.meetings .top-part .eb-category-description {
	width: 50%;
}



.meetings .main-part {
	background: #F5E5FF;
	padding-top: 40px;
	padding-bottom: 40px;
	border-top-left-radius: 40px;
	border-top-right-radius: 40px;
	margin-top: -40px;
}

.meetings .main-part .eb-responsive-table {
	margin-bottom: 0;
	border: 0;
	padding: 15px 15px 30px 15px;
	background: #fff;
	border-radius: 15px;
	color: #0000ff;
}

.meetings .main-part .eb-responsive-table thead {
	font-weight: bold;
	color: #9900FF;
	font-size: 16px;
}

.meetings .main-part .eb-responsive-table thead tr {}

.meetings .main-part .eb-responsive-table thead tr th {
	border: none;
	border-bottom: 2px solid #9900FF;
}

.meetings .main-part .eb-responsive-table thead tr th.actions-col {
	text-align: right;
}

.meetings .main-part .eb-responsive-table tbody tr {
	background: transparent;
	border-bottom: 1px solid #9900FF;
}

.meetings .main-part .eb-responsive-table tbody tr td {
	background: transparent;
	border: none;
	border-radius: 0 !important;

	border-bottom: 1px solid #9900FF;
}

.meetings .body {
	background: #F5E5FF;
}

.meetings .top-part .eb-category-description h2 {
	font-weight: bold;
	margin-bottom: 0;
}

.meetings .main-part .eb-responsive-table .eb-taskbar li {
	padding: 0 !important;
}

.br-12 {
	border-radius: 12px;
}

.meetings .actions-butt .btn {
	border: none;
	background: rgb(0, 0, 255);
	background: linear-gradient(90deg, rgba(0, 0, 255, 1) 0%, rgba(153, 0, 255, 1) 100%);
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	border-top-right-radius: 15px;
	border-bottom-right-radius: 15px;
}

.meetings #adminForm .form-group .form-control {
	background: #fff;
	border: none;
	box-shadow: none;
	border-radius: 8px;
	color: #9900FF;
	border: 2px solid #0000ff;
	font-style: italic;
}

.meetings #adminForm .form-group .form-control::placeholder {
	color: #9900FF;
}

.meetings #eb-event-details a {
	color: #9900FF;
}

.meetings .event_date {
	font-size: 18px;
}

.meetings .event_location {
	font-size: 18px;
}

.meetings .registrantdiv {
	background: #F7EBFF;
	border-radius: 12px;
	padding: 10px;
}

.meetings .registrantdiv .userName {
	margin-top: 10px;
	font-weight: bold;
}

.meetings .registrantdiv .userInfo {
	font-weight: bold;
}

.meetings .registrantdiv .userEmail {
	font-size: 12px;
}

.meetings .registrantdiv .userCompany {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.meetings .eb-description-details {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	margin-bottom: 30px;
}

.meetings #eb-event-details .eb-taskbar ul {
	display: flex;
	flex-direction: row;
	justify-content: center;
}

.meetings #eb-event-details .eb-taskbar ul .btn {
	border: none;
	background: rgb(0, 0, 255);
	background: linear-gradient(90deg, rgba(0, 0, 255, 1) 0%, rgba(153, 0, 255, 1) 100%);
	color: #fff;
	border-radius: 8px;
	font-size: 16px;
}

.meetings .eb-description-details h4 {
	font-weight: bold;
	margin-bottom: 15px;
}

.meetings #adminForm .form-group .form-control::placeholder {
	font-style: italic;
	color: #0000ff;
}

.meetings #adminForm .form-actions {
	padding-left: 0;
	background: transparent;
	border: none;
}

.meetings #adminForm .form-actions #btn-submit {
	margin-left: 10px;
	border: none;
	color: #fff;
	background: rgb(0, 0, 255);
	background: linear-gradient(90deg, rgba(0, 0, 255, 1) 0%, rgba(153, 0, 255, 1) 100%);
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	border-top-right-radius: 15px;
	border-bottom-right-radius: 15px;
}

.meetings #content {
	border-top-left-radius: 40px;
	border-top-right-radius: 40px;
	background: #F5E5FF;
	margin-top: -40px;
}

.meetings .register-completed #adminForm {
	margin-top: 30px;
}

.meetings .register-completed #adminForm .form-control-label {
	padding-left: 0;
	font-weight: bold;
}

.meetings .register-completed #adminForm .form-group {
	border-bottom: 1px solid;
}

.meetings #adminForm .form-actions #btn-back {
	border: none;
	color: #fff;
	background: rgb(0, 0, 255);
	background: linear-gradient(90deg, rgba(0, 0, 255, 1) 0%, rgba(153, 0, 255, 1) 100%);
	border-top-left-radius: 15px;
	border-bottom-left-radius: 15px;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.member-login-div ul li {
	list-style-type: none;
	text-align: center;
	background: rgba(0, 0, 255, 1);
	background: -moz-linear-gradient(left, rgba(0, 0, 255, 1) 0%, rgba(153, 0, 255, 1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0, 0, 255, 1)), color-stop(100%, rgba(153, 0, 255, 1)));
	background: -webkit-linear-gradient(left, rgba(0, 0, 255, 1) 0%, rgba(153, 0, 255, 1) 100%);
	background: -o-linear-gradient(left, rgba(0, 0, 255, 1) 0%, rgba(153, 0, 255, 1) 100%);
	background: -ms-linear-gradient(left, rgba(0, 0, 255, 1) 0%, rgba(153, 0, 255, 1) 100%);
	background: linear-gradient(to right, rgba(0, 0, 255, 1) 0%, rgba(153, 0, 255, 1) 100%);
	padding: 5px 0;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
}

.member-login-div ul li .nav-link {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	font-size: 16px;
	padding: 12px 20px !important;
}

.become-member {
	position: relative;
}

.become-member .img-background {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 500px;
	width: 100%;
	object-fit: cover;
}
.grecaptcha-badge {
	bottom: 75px !important;
}
.footer {
	z-index: 0;
	position: relative;
	padding-top: 50px;
	margin-top: -1px;
	background: rgba(2, 0, 255, 1);
	background: -moz-linear-gradient(left, rgba(2, 0, 255, 1) 0%, rgba(253, 0, 4, 1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(2, 0, 255, 1)), color-stop(100%, rgba(253, 0, 4, 1)));
	background: -webkit-linear-gradient(left, rgba(2, 0, 255, 1) 0%, rgba(253, 0, 4, 1) 100%);
	background: -o-linear-gradient(left, rgba(2, 0, 255, 1) 0%, rgba(253, 0, 4, 1) 100%);
	background: -ms-linear-gradient(left, rgba(2, 0, 255, 1) 0%, rgba(253, 0, 4, 1) 100%);
	background: linear-gradient(to right, rgba(2, 0, 255, 1) 0%, rgba(253, 0, 4, 1) 100%);
}

.footer .navbar-brand {
	padding-top: 0;
	margin: 0;
	line-height: initial;
	padding-bottom: 0;
}

.footer .zhaga_address {
	font-weight: lighter;
	font-size: 14px;
	margin-bottom: 0;
}

.footer .zhaga_phone {
	font-size: 14px;
}

.footer .zhaga_phone a {
	color: #fff;
}

.footer .socials {
	padding-left: 0;
	margin-top: 5px;
}

.footer p {
	font-size: 14px;
}

.footer .rights-reserved {
	font-size: 14px;
	margin-bottom: 0;
	color: #aab8cd;
}

.footer .rights-reserved a {
	color: #d8e1ef;
}

.footer .socials li {
	list-style-type: none;
	display: inline-block;
}

.footer .member_login_footer {
	text-align: center;
	background: rgba(0, 0, 255, 1);
	background: -moz-linear-gradient(left, rgba(0, 0, 255, 1) 0%, rgba(153, 0, 255, 1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0, 0, 255, 1)), color-stop(100%, rgba(153, 0, 255, 1)));
	background: -webkit-linear-gradient(left, rgba(0, 0, 255, 1) 0%, rgba(153, 0, 255, 1) 100%);
	background: -o-linear-gradient(left, rgba(0, 0, 255, 1) 0%, rgba(153, 0, 255, 1) 100%);
	background: -ms-linear-gradient(left, rgba(0, 0, 255, 1) 0%, rgba(153, 0, 255, 1) 100%);
	background: linear-gradient(to right, rgba(0, 0, 255, 1) 0%, rgba(153, 0, 255, 1) 100%);
	padding: 15px 0px 10px 0px;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;

	position: absolute;
	padding: 15px 20px !important;
	bottom: -25px;
}

label {
	margin: .5rem 0 .25rem 0;
}

.text-red {
	color: #FF0000;
}

.text-blue {
	color: #0000FF;
}

.become-member {
	background-size: cover;
}

.become_member_div .box {
	height: 100%;
	padding: 30px 30px 30px 0;
	border-top-right-radius: 40px;
	border-bottom-right-radius: 40px;
}

.become-member .col-md-3 {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}

#jstwit .owl-carousel .owl-nav {
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	z-index: 1;

}

#jstwit .owl-carousel .owl-stage-outer {
	z-index: 9
}

#jstwit .owl-carousel .owl-nav .owl-prev {
	margin-left: -20px;
	float: left;
}

#jstwit .owl-carousel .owl-nav .owl-prev:hover {
	background: none;
}

#jstwit .owl-carousel .owl-nav .owl-prev .fa-caret-left {
	font-size: 30px;
	color: #FF0000;
}

#jstwit .owl-carousel .owl-nav .owl-next {
	margin-right: -20px;
	float: right;
}

#jstwit .owl-carousel .owl-nav .owl-next:hover {
	background: none;
}

#jstwit .owl-carousel .owl-nav .owl-next .fa-caret-right {
	font-size: 30px;
	color: #0000FF;
}

#jstwit .owl-carousel .item {
	background: #fff;
	border-radius: 12px;
	position: relative;
}

#jstwit .owl-carousel .item .twt_img {
	height: 100px;
	overflow: hidden;
	background: #fff;
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;
	border-bottom-left-radius: 12px;
	border-bottom-right-radius: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
}

#jstwit .owl-carousel .item .twt_img img {
	max-height: 100px;
	object-fit: cover;
	border-bottom-left-radius: 12px;
	border-bottom-right-radius: 12px;
}

#jstwit .owl-carousel .item .twt_cont {
	padding: 15px 45px 15px 15px;
}

#jstwit .owl-carousel .item .twt_cont {
	font-size: 12px;
	line-height: 16px;
	color: #0000FF;
	min-height: 200px;
}

#jstwit .owl-carousel .item .twt_cont a {
	color: #A011FF;
}

#jstwit .owl-carousel .item .twt_user {
	position: absolute;
	bottom: 15px;
	right: 15px;
	background: #009FE3;
	border-radius: 50%;
	width: 28px;
	height: 28px;
	text-align: center;
}

#jstwit .owl-carousel .item .twt_user .fa-twitter {
	color: #fff;
	height: 28px;
}

.cont-module-custom .nav-tabs {
	display: flex;
	margin-bottom: 30px;
	align-items: center;
	border: none;
	background: rgba(252, 0, 5, 1);
	background: -moz-linear-gradient(left, rgba(252, 0, 5, 1) 0%, rgba(2, 0, 255, 1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(252, 0, 5, 1)), color-stop(100%, rgba(2, 0, 255, 1)));
	background: -webkit-linear-gradient(left, rgba(252, 0, 5, 1) 0%, rgba(2, 0, 255, 1) 100%);
	background: -o-linear-gradient(left, rgba(252, 0, 5, 1) 0%, rgba(2, 0, 255, 1) 100%);
	background: -ms-linear-gradient(left, rgba(252, 0, 5, 1) 0%, rgba(2, 0, 255, 1) 100%);
	background: linear-gradient(to right, rgba(252, 0, 5, 1) 0%, rgba(2, 0, 255, 1) 100%);
	border-radius: 12px;
	position: relative;
}

.details-col {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.cont-module-custom .owl-carousel.art-carousel .item {
	background: #fff;
	border-radius: 12px;
	height: 250px;
}

.cont-module-custom .owl-carousel.art-carousel .item .overlay-video {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 20px;
	border-radius: 12px;
	background: rgba(252, 0, 5, 0.7);
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.cont-module-custom .owl-carousel.art-carousel .item .overlay-video p {
	font-size: 14px;
}

.cont-module-custom .owl-carousel.art-carousel .item .overlay-document a {
	font-size: 14px;
}

.cont-module-custom .owl-carousel.art-carousel .item .overlay-page a {
	font-size: 14px;
}

.cont-module-custom .tab-content {
	min-height: 300px;
}

.cont-module-custom .owl-carousel.art-carousel .item .overlay-document {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 20px;
	border-radius: 12px;
}

.cont-module-custom .owl-carousel.art-carousel .art-img {
	height: 100px;
	/*object-fit: cover;*/
	object-fit: contain;
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;
}

#news-press .overlay-page {
	padding-top: 10px;
}

#news-press .overlay-page.no-image {
	padding-top: 20px;
}

.cont-module-custom .owl-carousel.art-carousel .item .overlay-page {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 20px;
	border-radius: 12px;
	height: 100%;
}

.cont-module-custom .owl-carousel.art-carousel .owl-nav {
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
}

.cont-module-custom .owl-carousel.art-carousel .owl-nav .owl-prev {
	float: left;
	margin-left: -20px;
	color: #FF0000;
	border: none;
	font-size: 36px;
	line-height: 36px;
	position: absolute;
	left: 0;
	top: calc(50% - 18px);
}

.cont-module-custom .owl-carousel.art-carousel .owl-nav .owl-next {
	float: right;
	margin-right: -20px;
	color: #0000FF;
	border: none;
	font-size: 36px;
	line-height: 36px;
	position: absolute;
	right: 0;
	top: calc(50% - 18px);
}

.cont-module-custom .owl-carousel.art-carousel .item .overlay-video p {
	font-weight: lighter;
}

.cont-module-custom .owl-carousel.art-carousel .item iframe {
	border-radius: 12px;
}

.cont-module-custom .nav-tabs .follow {
	margin-bottom: 0;
	margin-right: 20px;
	text-align: right;
	display: flex;
	flex-direction: column;
}

.cont-module-custom .nav-tabs li.nav-item {
	border-radius: 12px;
	margin-bottom: 0;
}

.cont-module-custom .nav-tabs li a.nav-link {
	color: rgba(255, 255, 255, 0.7);
	font-size: 20px;
	line-height: 28px;
	border: none;
	font-weight: bold;
	border-radius: 0;
}

.cont-module-custom .nav-tabs li a.nav-link.active {
	background: #0000FF;
	color: #fff;
}

.cont-module-custom .nav-tabs li a.nav-link:hover {
	color: #fff;
}

.cont-module-custom .nav-tabs li a.nav-link:focus {
	outline: 0;
}

.cont-module-custom .nav-tabs .follow {
	position: absolute;
	right: 20px;
}

.cont-module-custom .nav-tabs .follow p {
	font-size: 12px;
	line-height: 12px;
	margin-bottom: 0;
}

.cont-module-custom .nav-tabs .follow a {
	font-size: 12px;
	line-height: 12px;
	margin-bottom: 0;
}

.become_member_div ul li {
	list-style-type: none;
	display: inline-block;
	margin-right: 20px;
}

#acym_fulldiv_acyprofileform {
	padding: 30px;
	border-radius: 24px;
	background: rgba(4, 0, 253, 0.7);
	color: #fff;
}

#acym_fulldiv_acyprofileform #acyuserinfo {
	display: flex;
	flex-direction: column;
}

.twit-content .follow-subcont {
	display: flex;
	background: rgba(252, 0, 5, 1);
	background: -moz-linear-gradient(left, rgba(252, 0, 5, 1) 0%, rgba(2, 0, 255, 1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(252, 0, 5, 1)), color-stop(100%, rgba(2, 0, 255, 1)));
	background: -webkit-linear-gradient(left, rgba(252, 0, 5, 1) 0%, rgba(2, 0, 255, 1) 100%);
	background: -o-linear-gradient(left, rgba(252, 0, 5, 1) 0%, rgba(2, 0, 255, 1) 100%);
	background: -ms-linear-gradient(left, rgba(252, 0, 5, 1) 0%, rgba(2, 0, 255, 1) 100%);
	background: linear-gradient(to right, rgba(252, 0, 5, 1) 0%, rgba(2, 0, 255, 1) 100%);
	margin-bottom: 40px;
	padding: 15px 20px;
	border-radius: 12px;
	justify-content: space-between;
	align-items: center;
}

.twit-content .follow-subcont>div {
	text-align: right;
}

.twit-content .follow-subcont h2 {
	margin-bottom: 0;
	color: #fff;
	font-size: 26px;
	font-weight: bold;
}

.twit-content .follow-subcont p {
	margin-bottom: 0;
	font-size: 12px;
	line-height: 14px !important;
}

.twit-content .follow-subcont a {
	margin-bottom: 0;
	font-size: 14px;
	line-height: 14px !important;
}

#acym_fulldiv_acyprofileform #acyuserinfo input.cell {
	display: block;
	width: 100%;
	height: calc(2.25rem + 2px);
	padding: .375rem .75rem;
	font-size: 1rem;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	border: none;
	border-radius: 12px;
}

#acym_fulldiv_acyprofileform .acymodifybutton input.btn {
	border-radius: 12px;
	border: none;
	padding: .375rem .75rem;
	background: #FC0005;
	height: calc(2.25rem + 2px);
	padding: .375rem .75rem;
	font-size: 1rem;
	line-height: 1.5;
}

.become_member_div ul li a {
	font-style: italic;
	font-size: 14px;
}

.become_member_div ul {
	padding-left: 0;
	margin-top: 20px;
}

#back-top {
	position: fixed;
	bottom: -100px;
	right: 20px;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: #fff;
	text-align: center;
	z-index: 99;
	transition: 0.5s ease all;
	-webkit-box-shadow: 0px 2px 6px -1px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 0px 2px 6px -1px rgba(0, 0, 0, 0.75);
	box-shadow: 0px 2px 6px -1px rgba(0, 0, 0, 0.75);
}

#back-top.showed {
	bottom: 20px;
	transition: 0.5s ease all;
}

.owl-carousel.book-gallery .item {
	text-align: center;
	min-height: 400px;
}

.content-book p {
	line-height: 1;
}

.content-book .table tbody tr:first-child td {
	border-top: none;
}

.owl-carousel.book-gallery .item img {
	width: auto;
	margin: 0 auto;
}

.owl-carousel.book-gallery .item p {
	color: #0000FF;
	font-size: 10pt;
}

.book-left-cont {
	border-bottom-left-radius: 12px;
	border-bottom-right-radius: 12px;
}

.members-header.article-header {
	margin-top: -90px;
}

.library-show .search-results .article-body .article-desc {
	display: none;
}

.members-page #content {
	background: #FAFAFF;
}

.members-page #content .item-page.members-page {
	padding-top: 30px;
	padding-bottom: 100px;
}

.members-page #content .item-page.members-page p {
	line-height: 20px;
}

.members-page #content .item-page.members-page .members-title {
	padding: 15px 20px;
	margin-top: 40px;
	border-radius: 12px;
	background: rgba(255, 0, 0, 1);
	background: -moz-linear-gradient(left, rgba(255, 0, 0, 1) 0%, rgba(1, 0, 255, 1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255, 0, 0, 1)), color-stop(100%, rgba(1, 0, 255, 1)));
	background: -webkit-linear-gradient(left, rgba(255, 0, 0, 1) 0%, rgba(1, 0, 255, 1) 100%);
	background: -o-linear-gradient(left, rgba(255, 0, 0, 1) 0%, rgba(1, 0, 255, 1) 100%);
	background: -ms-linear-gradient(left, rgba(255, 0, 0, 1) 0%, rgba(1, 0, 255, 1) 100%);
	background: linear-gradient(to right, rgba(255, 0, 0, 1) 0%, rgba(1, 0, 255, 1) 100%);
}

.members-page #content .item-page.members-page .members-title h2 {
	font-size: 26px;
}

.members-page #content .item-page.members-page .member-div {
	background: #fff;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 30px;
	border-radius: 12px;
}

.article-header .menu {
	background: rgba(255, 0, 0, 1);
	background: -moz-linear-gradient(left, rgba(255, 0, 0, 1) 0%, rgba(1, 0, 255, 1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255, 0, 0, 1)), color-stop(100%, rgba(1, 0, 255, 1)));
	background: -webkit-linear-gradient(left, rgba(255, 0, 0, 1) 0%, rgba(1, 0, 255, 1) 100%);
	background: -o-linear-gradient(left, rgba(255, 0, 0, 1) 0%, rgba(1, 0, 255, 1) 100%);
	background: -ms-linear-gradient(left, rgba(255, 0, 0, 1) 0%, rgba(1, 0, 255, 1) 100%);
	background: linear-gradient(to right, rgba(255, 0, 0, 1) 0%, rgba(1, 0, 255, 1) 100%);
	background-size: 150% 150%;
	-webkit-animation: AnimationName 4s ease infinite;
	-moz-animation: AnimationName 4s ease infinite;
	animation: AnimationName 4s ease infinite;

}

@-webkit-keyframes AnimationName {
	0% {
		background-position: 0% 50%;
	}

	50% {
		background-position: 100% 50%;
	}

	100% {
		background-position: 0% 50%;
	}
}

@-moz-keyframes AnimationName {
	0% {
		background-position: 0% 50%;
	}

	50% {
		background-position: 100% 50%;
	}

	100% {
		background-position: 0% 50%;
	}
}

@keyframes AnimationName {
	0% {
		background-position: 0% 50%;
	}

	50% {
		background-position: 100% 50%;
	}

	100% {
		background-position: 0% 50%;
	}
}

.article-header .menu .nav-item {
	display: inline-block;
	margin-right: 10px;
}

.article-header .menu .nav-item:first-child {
	padding-left: 20px;
}

.article-header h2 {
	line-height: 90px;
	padding-left: 20px;
	background: rgba(183, 0, 72, 1);
	background: linear-gradient(to right, rgba(255, 0, 0, 1) 0%, rgba(1, 0, 255, 1) 100%);
	border-top-right-radius: 45px;
}

.article-header .pagetitle {
	background: linear-gradient(90deg, rgba(255, 0, 0, 1) 35%, rgba(255, 255, 255, 0) 35%);
	position: relative;
}

.top-description {
	margin-bottom: 30px;
}

.products-page #search-ajax .btn-reset-form {
	background: transparent;
	font-style: italic;
	color: #fff;
	margin-top: 10px;
	font-size: 12px;
}

.books-list #search-ajax .btn-reset-form {
	background: transparent;
	font-style: italic;
	color: #fff;
	margin-top: 10px;
	font-size: 12px;
}

.products-page #search-ajax .main-input {
	color: #FF0000;
	border: none;
	height: 40px;
	border-top-left-radius: 12px;
	border-bottom-left-radius: 12px;
}

.books-list #search-ajax .main-input {
	color: #FF0000;
	border: none;
	height: 40px;
	border-top-left-radius: 12px;
	border-bottom-left-radius: 12px;
}

.products-page #search-ajax #submitSearch {
	background: #0000FF;
	border: none;
	border-top-right-radius: 12px;
	border-bottom-right-radius: 12px;
	padding-left: 15px;
	padding-right: 15px;
	margin-left: -10px;
}

.books-list #search-ajax #submitSearch {
	background: #0000FF;
	border: none;
	border-top-right-radius: 12px;
	border-bottom-right-radius: 12px;
	padding-left: 35px;
	padding-right: 35px;
}

#search-ajax [class*="col"] {
	/*margin-bottom: 15px;*/
}

.products-page #search-ajax [class*="col"] .form-control {
	height: 40px;
	border: none;
	border-radius: 5px;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	color: #fff;
	position: relative;
}

.books-list #search-ajax [class*="col"] .form-control {
	height: 40px;
	border: none;
	border-radius: 5px;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	position: relative;
}

.products-page #search-ajax [class*="col"] .form-control:focus {
	box-shadow: none;
	outline: none;
}

.books-list #search-ajax [class*="col"] .form-control:focus {
	box-shadow: none;
	outline: none;
}

.products-page #search-ajax #product-type-90,
.products-page #search-ajax #name-of-the-mark-90,
.products-page #search-ajax #member-company-90 {
	background: #FF0000;
}

#part-number-sku-90,
#book-90 {
	background: #FF0000;
}

.books-list #search-ajax #status-117,
.books-list #search-ajax #book-numbers-117 {
	background: #0000ff;
	color: #fff;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.products-page #search-ajax #company-name-90 {
	background: #FF0000;
}

.products-page #search-ajax #availability-90 {
	background: #9900FF;
}

.products-page #search-ajax #submitSearch .fa-play {
	font-size: 22px;
	color: rgba(255, 255, 255, 0.7);
}

.books-list #search-ajax #submitSearch .fa-play {
	font-size: 22px;
	color: rgba(255, 255, 255, 0.7);
}

#productsModal .modal-content {
	background: rgba(1, 0, 255, 1);
	background: -moz-linear-gradient(left, rgba(1, 0, 255, 1) 0%, rgba(255, 0, 0, 1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(1, 0, 255, 1)), color-stop(100%, rgba(255, 0, 0, 1)));
	background: -webkit-linear-gradient(left, rgba(1, 0, 255, 1) 0%, rgba(255, 0, 0, 1) 100%);
	background: -o-linear-gradient(left, rgba(1, 0, 255, 1) 0%, rgba(255, 0, 0, 1) 100%);
	background: -ms-linear-gradient(left, rgba(1, 0, 255, 1) 0%, rgba(255, 0, 0, 1) 100%);
	background: linear-gradient(to right, rgba(1, 0, 255, 1) 0%, rgba(255, 0, 0, 1) 100%);
	border: none;
}

#productsModal .modal-content .row {
	background-color: #fff;
}

#productsModal .modal-content h5.modal-title {
	color: #fff;
}

.input-group-append {
	z-index: 99;
	display: none;
}

#productsModalContent {
	/*padding-top: 0;
  	padding-bottom: 0;*/
	background-color: #fff;
}

#product_div .product-head {
	background: rgba(1, 0, 255, 1);
	background: -moz-linear-gradient(left, rgba(1, 0, 255, 1) 0%, rgba(255, 0, 0, 1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(1, 0, 255, 1)), color-stop(100%, rgba(255, 0, 0, 1)));
	background: -webkit-linear-gradient(left, rgba(1, 0, 255, 1) 0%, rgba(255, 0, 0, 1) 100%);
	background: -o-linear-gradient(left, rgba(1, 0, 255, 1) 0%, rgba(255, 0, 0, 1) 100%);
	background: -ms-linear-gradient(left, rgba(1, 0, 255, 1) 0%, rgba(255, 0, 0, 1) 100%);
	background: linear-gradient(to right, rgba(1, 0, 255, 1) 0%, rgba(255, 0, 0, 1) 100%);
	padding: 45px;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
}

#productModal #productModalContent {
	padding: 0;
}

#productModal .modal-content {
	border: none;
	border-radius: 15px;
}

#productModal .modal-content .close {
	position: absolute;
	top: 15px;
	right: 20px;
	z-index: 2;
	color: #fff;
	opacity: 1;
	font-weight: lighter;
	background: none;
	text-shadow: none;
	font-size: 16px;
}

.books-list .title-col p {
	line-height: 1rem;
	font-size: 1rem;
}

.books-list .bookn {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 30px;
	margin: 0 auto;
	background: rgba(1, 0, 255, 1);
	background: -moz-linear-gradient(left, rgba(1, 0, 255, 1) 0%, rgba(252, 0, 4, 1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(1, 0, 255, 1)), color-stop(100%, rgba(252, 0, 4, 1)));
	background: -webkit-linear-gradient(left, rgba(1, 0, 255, 1) 0%, rgba(252, 0, 4, 1) 100%);
	background: -o-linear-gradient(left, rgba(1, 0, 255, 1) 0%, rgba(252, 0, 4, 1) 100%);
	background: -ms-linear-gradient(left, rgba(1, 0, 255, 1) 0%, rgba(252, 0, 4, 1) 100%);
	background: linear-gradient(to right, rgba(1, 0, 255, 1) 0%, rgba(252, 0, 4, 1) 100%);
	border-radius: 30px;
}

.fs-10 {
	font-size: 10px;
}

.books-list .input-0 label {
	display: none;
}

.books-list .main-input::placeholder {
	font-style: italic;
	color: #ff0000;
	font-weight: 300;
}

.main-input-group .main-input {
	width: 70%;
}

.main-input-group .input-0 {
	width: 30%;
	margin-left: 10px;
}

.main-input-group .input-0 #status-117 {
	border: none;
	border-bottom-left-radius: 0px;
	border-top-left-radius: 0px;
	border-top-right-radius: 12px;
	border-bottom-right-radius: 12px;
	height: 40px;
}

.article-cont.no-image {
	min-height: 285px;
}

.main-input-group .input-0 #status-117:focus {
	outline: 0;
	box-shadow: none;
}

ul.pagination a.pdf {
	display: none;
}

.books-filter#search-ajax {
	background: rgba(2, 0, 255, 1);
	background: -moz-linear-gradient(left, rgba(2, 0, 255, 1) 0%, rgba(253, 0, 4, 1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(2, 0, 255, 1)), color-stop(100%, rgba(253, 0, 4, 1)));
	background: -webkit-linear-gradient(left, rgba(2, 0, 255, 1) 0%, rgba(253, 0, 4, 1) 100%);
	background: -o-linear-gradient(left, rgba(2, 0, 255, 1) 0%, rgba(253, 0, 4, 1) 100%);
	background: -ms-linear-gradient(left, rgba(2, 0, 255, 1) 0%, rgba(253, 0, 4, 1) 100%);
	background: linear-gradient(to right, rgba(2, 0, 255, 1) 0%, rgba(253, 0, 4, 1) 100%);
}

.books-list .bookn .bookn-b {
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	background: #000fff;
	color: #fff;
	border-radius: 50%;
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 5px;
}

.books-list .bookn .bookn-n {
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	background: #ff0000;
	color: #fff;
	border-radius: 50%;
	font-weight: bold;
	font-size: 18px;
}

.books-list .details-col {
	flex-direction: row;
	align-items: flex-start;
}

.books-list #search-ajax .input-icon {
	position: absolute;
	height: 40px;
	right: 25px;
	bottom: 0;
	line-height: 40px;
	font-size: 18px;
	display: none;
}

.body {
	background: #e6e6ff;
}

.table td {
	vertical-align: middle;
}

.table td img {
	max-height: 110px;
}

.book-left .book-gallery .owl-nav .owl-prev {
	position: absolute;
	left: 0;
	top: calc(50% - 25px);
	font-size: 34px;
	color: #ff0000;
}

.book-left .book-gallery .owl-nav .owl-next {
	position: absolute;
	right: 0;
	top: calc(50% - 25px);
	font-size: 34px;
	color: #ff0000;
}

.booknr {
	text-align: center;
}

.booknr .bookn {
	width: 100px;
	border-radius: 50px;
}

.booknr .bookn .bookn-b {
	width: 100px;
	height: 100px;
	line-height: 100px;
	font-size: 70px;
	margin-bottom: 20px;
}

.booknr .bookn .bookn-n {
	width: 100px;
	height: 100px;
	line-height: 100px;
	font-size: 70px;
}

.pagination .page-item.active .page-link {
	background-color: #0000ff;
	border-color: #0000ff;
}

#product_div .product-head .prod-left .item-image img {
	border-radius: 25px;
}

#product_div .product-head .prod-right .prod-title {
	margin-bottom: 0;
}

#product_div .product-head .prod-right .prod-company {
	margin-bottom: 30px;
}

#product_div .product-head .prod-right .short-desc p {
	line-height: 18px;
	font-size: 16px;
}

#product_div .product-head .prod-right .prod-download {
	display: flex;
	margin-top: 50px;
}

#product_div .product-infos .info {
	display: flex;
	flex-direction: row;
}

#product_div .product-infos .info .part1 {
	width: 70%;
}

#product_div .infos {
	padding: 40px;
	background: #fff;
	border-radius: 15px;
	margin-top: -15px;
}

#product_div .infos .info {
	padding: 5px 0;
	border-bottom: 1px solid #0000FF;
}

#product_div .product-infos .info .part2 {
	width: 30%;
}

#product_div .product-head .prod-right .prod-download .down-lnk {
	line-height: 16px;
	font-style: italic;
	font-size: 14px;
	margin-right: 30px;
}

.products-page #search-ajax .input-icon {
	position: absolute;
	height: 40px;
	right: 25px;
	bottom: 0;
	line-height: 40px;
	display: none;
}
select:hover {
	cursor: pointer;
}

.products-page #search-ajax .input-4 .input-icon {
	display: none;
}

.container-list-products .productslist .pcontent .name-col a {
	font-size: 14px;
}

.container-list-products .productslist .pcontent .name-col h4 {
	line-height: 16px;
}

.container-list-products .productslist .pcontent .book-col h4 {
	font-size: 14px;
	line-height: 16px;
}

.container-list-products .productslist .pcontent .show-button {
	background: #FF0000;
	border-radius: 15px;
	color: #fff;
	text-decoration: none;
	font-size: 14px;
	line-height: 20px;
	padding: 5px 25px 5px 15px;
	width: 100%;
}

.container-list-products .productslist .pcontent .show-button:hover {
	background: linear-gradient(90deg, rgba(0, 0, 255, 1) 0%, rgba(254, 0, 2, 1) 100%);
}


.products-page #content {
	padding-bottom: 100px;
}

.container-list-products .productslist .pcontent .details-col .custom-checkbox .custom-control-label::before {
	border-radius: 50%;
}

.container-list-products .productslist .pcontent .details-col .custom-checkbox .custom-control-label p {
	line-height: 16px;
	margin-bottom: 0;
	margin-top: 3px;
	font-size: 12px;
}

.productslist .pfooter {
	text-align: center !important;
}

.productslist .pfooter .btn {
	border-radius: 16px;
	background: #0000FF;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	border: none;
	padding: 7px 15px;
	margin-bottom: -35px;
}

.productslist .pfooter .btn:focus {
	box-shadow: none;
	border: none;
	outline: none;
}

.productslist .pcontent {
	padding: 15px !important;
}

.fs-12 {
	font-size: 13px;
}

.products-page #search-ajax #submitSearch:focus {
	box-shadow: none;
}

.products-page #search-ajax .main-input:focus {
	box-shadow: none;
}

.products-page #search-ajax .main-input,
.products-page #search-ajax .main-input::placeholder {
	color: #FF0000 !important;
	font-weight: lighter;
	font-style: italic;
}

.top-description .custom {
	padding: 50px 30px 20px 20px;
	background: #fff;
	border-bottom-right-radius: 20px;
	border-bottom-left-radius: 20px;
}

.top-description .custom p {
	margin-top: 25px;
}

.article-header .menu .nav-item a.nav-link {
	text-decoration: none;
	color: rgba(255, 255, 255, 0.7);
	font-weight: 600;
	padding-left: 0;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-right: 10px;
	line-height: 20px;
	font-size: 15px;
}

.article-header .menu .nav-item a.nav-link:hover {
	color: #fff;
}

.about-us-pages #content {
	background: #E5E5FF;
}

.about-us-left {
	padding: 50px 3rem 50px 3rem;
	background: #fff;
	border-bottom-left-radius: 12px;
	border-bottom-right-radius: 12px;
}

.about-us-right {
	padding: 50px 3rem 50px 3rem;
}

.about-us-right img {
	max-width: 150px;
}

.article-header .menu .nav-item.active a.nav-link {
	color: #fff;
}

b,
strong {
	font-weight: 600;
}

p {
	margin: 3px 0;
}

ul {
	padding-left: 15px;
	margin: 3px 0;
}

ul li::marker {
	color: #0000FF;
}

#back-top svg {
	height: 40px;
	color: #FF0000;
	font-size: 22px;
}

.all-members {
	background: #E5E5FF;
	padding-bottom: 50px;
}

.all-members .tab-content {
	margin-top: 30px;
}

.owl-carousel {
	position: relative;
}

.all-members .tab-content .owl-carousel .item {
	display: flex;
	height: 150px;
	justify-content: center;
	align-items: center;
	background: #fff;
	padding: 40px;
	border-radius: 12px;
}

.all-members .tab-content .owl-carousel .item img {
	max-height: 120px;
	object-fit: scale-down;
}

.all-members .tab-content .owl-carousel .owl-nav {
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	bottom: calc(50% + 20px);
	margin: 0;
}

.all-members .tab-content .owl-carousel .owl-nav .owl-prev {
	position: absolute;
	left: -25px;
	font-size: 36px;
	margin: 0;
	border: none;
}

.all-members .tab-content .owl-carousel .owl-nav button:hover {
	background: transparent;
}

.all-members .tab-content .owl-carousel .owl-nav button {
	color: #FF0000;
}

.all-members .tab-content .owl-carousel .owl-nav button:focus {
	outline: none;
}

.all-members .tab-content .owl-carousel .owl-nav .owl-next {
	position: absolute;
	right: -25px;
	font-size: 36px;
	border: none;
	margin: 0;
}

.all-members .nav-tabs {
	position: relative;
	margin-top: -25px;
	border-radius: 12px;
	border: none;
	background: rgba(255, 0, 0, 1);
	background: -moz-linear-gradient(left, rgba(255, 0, 0, 1) 0%, rgba(2, 0, 255, 1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255, 0, 0, 1)), color-stop(100%, rgba(2, 0, 255, 1)));
	background: -webkit-linear-gradient(left, rgba(255, 0, 0, 1) 0%, rgba(2, 0, 255, 1) 100%);
	background: -o-linear-gradient(left, rgba(255, 0, 0, 1) 0%, rgba(2, 0, 255, 1) 100%);
	background: -ms-linear-gradient(left, rgba(255, 0, 0, 1) 0%, rgba(2, 0, 255, 1) 100%);
	background: linear-gradient(to right, rgba(255, 0, 0, 1) 0%, rgba(2, 0, 255, 1) 100%);
}

body.home {
	background: #E5E5FF;
}

body .body {
	overflow-x: hidden;
}

.cont-module-custom .art-carousel .owl-nav button:hover {
	background: transparent;
}

body.home .cont-module-custom {
	margin-top: -25px !important;
	position: relative;
	z-index: 5;
}

.youtube-videos {
	padding-top: 40px;
	padding-bottom: 80px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	min-height: 400px;
	position: relative;
}

.no-carousel .item {
	position: relative;
	border-radius: 12px;
}

.no-carousel .item .overlay-video {
	position: absolute;
	padding: 25px;
	top: 0;
	bottom: 0;
	left: 0;
	height: 250px;
	right: 0;
	border-radius: 12px;
	background: rgba(252, 0, 4, 0.4);
	z-index: 2;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
}

.no-carousel .item iframe {
	border-radius: 12px;
	margin-bottom: 0;
}

.mod_subscribe {
	padding: 30px;
	border-top-right-radius: 40px;
	border-bottom-right-radius: 40px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.mod_subscribe .subscribe-title {
	font-size: 18px;
}

.mod_subscribe .subscribe-content {
	margin-top: 20px;
	margin-bottom: 50px;
}

.mod_subscribe .subscribe-content p {
	line-height: 18px;
}

.mod_subscribe a {
	font-size: 14px;
}

.zindex1 {
	z-index: 1;
	position: relative;
}

.zindex2 {
	z-index: 2;
	position: relative;
}

.yt-video-overlay {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: rgba(2, 0, 255, 0.7);
	background: -moz-linear-gradient(left, rgba(2, 0, 255, 0.7) 0%, rgba(253, 0, 4, 1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(2, 0, 255, 1)), color-stop(100%, rgba(253, 0, 4, 1)));
	background: -webkit-linear-gradient(left, rgba(2, 0, 255, 0.7) 0%, rgba(253, 0, 4, 1) 100%);
	background: -o-linear-gradient(left, rgba(2, 0, 255, 0.7) 0%, rgba(253, 0, 4, 1) 100%);
	background: -ms-linear-gradient(left, rgba(2, 0, 255, 0.7) 0%, rgba(253, 0, 4, 1) 100%);
	background: linear-gradient(to right, rgba(2, 0, 255, 0.7) 0%, rgba(253, 0, 4, 1) 100%);
}

.yt_videos_head {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 20px;
}

.yt_videos_head h2 {
	margin-bottom: 0;
}

.yt_videos_head .follow-yt {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.yt_videos_head .follow-yt .yt-icon {
	font-size: 18px;
	text-align: center;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: #E30613;
	color: #fff;
	margin-left: 20px;
}

.yt_videos .item .item-down {
	display: flex;
	justify-content: space-between;
	flex-direction: column;
}

.yt_videos .item .item-down>p {
	font-size: 14px;
	line-height: 16px;
}

.yt_videos .item .item-down .yt-cont {
	display: flex;
	align-items: center;
	margin-top: 10px;
}

.yt_videos .item .item-down .yt-cont svg {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: #E30613;
	color: #fff;
	padding: 5px;
}

.yt_videos_head .follow-yt .yt-icon svg {
	height: 30px;
}

.all-members .nav-tabs li a.nav-link {
	font-size: 20px;
	line-height: 28px;
	font-weight: bold;
	margin-right: 35px;
	color: rgba(255, 255, 255, 0.6);
	border: none;
	border-radius: 0;
	padding: 10px 25px;
}


.all-members .nav-tabs li a.nav-link:focus {
	outline: none;
}

.all-members .nav-tabs li a.nav-link:hover {
	color: #fff;
	border: none;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.all-members .nav-tabs li a.nav-link.active {
	background: #FF0000;
	color: #fff;
	border: none;
	padding: 9px 25px;
}

.all-members .nav-tabs li:first-child a.nav-link.active {
	border-radius: 12px 0 0 12px;
}

.all-members-link {
	position: absolute;
	right: 20px;
	line-height: 26px;
	bottom: 10px;
	color: rgba(255, 255, 255, 0.9);
	font-size: 14px;
	font-style: italic;
}

.all-members-link:hover {
	color: #fff;
}

.become_member_div .become-member-count {
	padding: 20px 0px 50px 0px;
	border-radius: 15px;
	background: rgba(2, 0, 255, 1);
	background: -moz-linear-gradient(left, rgba(2, 0, 255, 1) 0%, rgba(253, 0, 4, 1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(2, 0, 255, 1)), color-stop(100%, rgba(253, 0, 4, 1)));
	background: -webkit-linear-gradient(left, rgba(2, 0, 255, 1) 0%, rgba(253, 0, 4, 1) 100%);
	background: -o-linear-gradient(left, rgba(2, 0, 255, 1) 0%, rgba(253, 0, 4, 1) 100%);
	background: -ms-linear-gradient(left, rgba(2, 0, 255, 1) 0%, rgba(253, 0, 4, 1) 100%);
	background: linear-gradient(to right, rgba(2, 0, 255, 1) 0%, rgba(253, 0, 4, 1) 100%);
}

.become_member_div .become-member-login {
	text-align: center;
	margin-bottom: 10px;
}

.become_member_div .become-member-login a {
	background: rgba(2, 0, 255, 1);
	background: -moz-linear-gradient(left, rgba(2, 0, 255, 1) 0%, rgba(153, 0, 255, 1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(2, 0, 255, 1)), color-stop(100%, rgba(153, 0, 255, 1)));
	background: -webkit-linear-gradient(left, rgba(2, 0, 255, 1) 0%, rgba(153, 0, 255, 1) 100%);
	background: -o-linear-gradient(left, rgba(2, 0, 255, 1) 0%, rgba(153, 0, 255, 1) 100%);
	background: -ms-linear-gradient(left, rgba(2, 0, 255, 1) 0%, rgba(153, 0, 255, 1) 100%);
	background: linear-gradient(to right, rgba(2, 0, 255, 1) 0%, rgba(153, 0, 255, 1) 100%);
	border-radius: 15px;
	padding: 15px 25px;
	color: #fff;
	text-decoration: none;
	font-size: 20px;
	font-weight: bold;
}

.become_member_div .become-member-count p.h1 {
	font-size: 80px;
}

.become_member_div>.row {
	align-items: flex-end;
}

.become_member_div {
	display: flex;
	flex-direction: column;
	height: 100%;
	justify-content: flex-end;
	padding-bottom: 100px;
	padding-top: 300px;
}

.footer .member_login_footer a {
	color: #fff;
	font-weight: bold;
	font-size: 18px;
}

.footer {
	padding-bottom: 25px;
}

.footer .socials li .round {
	background: #eee;
	border-radius: 50%;
	width: 30px;
	height: 30px;
	text-align: center;
}

.footer .socials li .round.twt-div {
	background: #009FE3;
}

.footer .socials li .round.fb-div {
	background: #0870B8;
}

.footer .socials li .round.lnk-div {
	background: #4991CD;
}

.footer .socials li .round.yt-div {
	background: #FF0000;
}

.footer .socials li .round svg {
	height: 30px;
	color: #fff;
}

.login.member-login .form-remember {
	display: none;
}

.login.member-login form.form-horizontal {
	border-radius: 40px;
	padding: 30px 50px;
}

.reset.member-login form.form-horizontal {
	border-radius: 40px;
	padding: 30px 50px;
}

.login.member-login form.form-horizontal .card-body {
	padding: 0;
}

.reset.member-login form.form-horizontal .card-body {
	padding: 0;
}

.login.member-login .form-login-img {
	max-width: 200px;
}

.reset.member-login .form-login-img {
	max-width: 200px;
}

.member-login .login-input input,
.reset-confirm.member-login input {
	color: #fff;
	width: 100%;
	padding: 15px;
	border: none;
	border-radius: 12px;
	height: 50px;
	line-height: 50px;
	background: rgba(2, 0, 255, 1);
	background: -moz-linear-gradient(left, rgba(2, 0, 255, 1) 0%, rgba(153, 0, 255, 1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(2, 0, 255, 1)), color-stop(100%, rgba(153, 0, 255, 1)));
	background: -webkit-linear-gradient(left, rgba(2, 0, 255, 1) 0%, rgba(153, 0, 255, 1) 100%);
	background: -o-linear-gradient(left, rgba(2, 0, 255, 1) 0%, rgba(153, 0, 255, 1) 100%);
	background: -ms-linear-gradient(left, rgba(2, 0, 255, 1) 0%, rgba(153, 0, 255, 1) 100%);
	background: linear-gradient(to right, rgba(2, 0, 255, 1) 0%, rgba(153, 0, 255, 1) 100%);
}

.member-login .login-input input::placeholder {
	color: #fff;
}

.login.member-login .login-input .form-control {
	color: #fff;
	border: none;
	border-radius: 12px;
	height: 50px;
	line-height: 50px;
	background: rgba(2, 0, 255, 1);
	background: -moz-linear-gradient(left, rgba(2, 0, 255, 1) 0%, rgba(153, 0, 255, 1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(2, 0, 255, 1)), color-stop(100%, rgba(153, 0, 255, 1)));
	background: -webkit-linear-gradient(left, rgba(2, 0, 255, 1) 0%, rgba(153, 0, 255, 1) 100%);
	background: -o-linear-gradient(left, rgba(2, 0, 255, 1) 0%, rgba(153, 0, 255, 1) 100%);
	background: -ms-linear-gradient(left, rgba(2, 0, 255, 1) 0%, rgba(153, 0, 255, 1) 100%);
	background: linear-gradient(to right, rgba(2, 0, 255, 1) 0%, rgba(153, 0, 255, 1) 100%);
}

.reset.member-login #jform_email {
	color: #fff;
	border: none;
	border-radius: 12px;
	height: 50px;
	background: rgba(2, 0, 255, 1);
	background: -moz-linear-gradient(left, rgba(2, 0, 255, 1) 0%, rgba(153, 0, 255, 1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(2, 0, 255, 1)), color-stop(100%, rgba(153, 0, 255, 1)));
	background: -webkit-linear-gradient(left, rgba(2, 0, 255, 1) 0%, rgba(153, 0, 255, 1) 100%);
	background: -o-linear-gradient(left, rgba(2, 0, 255, 1) 0%, rgba(153, 0, 255, 1) 100%);
	background: -ms-linear-gradient(left, rgba(2, 0, 255, 1) 0%, rgba(153, 0, 255, 1) 100%);
	background: linear-gradient(to right, rgba(2, 0, 255, 1) 0%, rgba(153, 0, 255, 1) 100%);
}

.login.member-login .login-input .form-control::placeholder {
	color: #fff;
	font-style: italic;
	font-weight: lighter;
}

.reset.member-login #jform_email::placeholder {
	color: #fff;
	font-style: italic;
	font-weight: lighter;
}

.login.member-login .login-input .form-control:focus {
	box-shadow: none;
	color: #fff;
}

.reset.member-login #jform_email:focus {
	box-shadow: none;
	color: #fff;
}

.login.member-login .submit-login .btn:focus {
	box-shadow: none;
}

.reset.member-login .submit-reset .btn:focus {
	box-shadow: none;
}

.login.member-login .submit-login .btn {
	border-radius: 12px;
	height: 50px;
	max-width: 200px;
	font-weight: bold;
	font-style: italic;
	text-align: left;
	padding-left: 20px;
	width: 100%;
}

.reset.member-login .submit-reset .btn {
	background: rgba(2, 0, 255, 1);
	background: -moz-linear-gradient(left, rgba(2, 0, 255, 1) 0%, rgba(153, 0, 255, 1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(2, 0, 255, 1)), color-stop(100%, rgba(153, 0, 255, 1)));
	background: -webkit-linear-gradient(left, rgba(2, 0, 255, 1) 0%, rgba(153, 0, 255, 1) 100%);
	background: -o-linear-gradient(left, rgba(2, 0, 255, 1) 0%, rgba(153, 0, 255, 1) 100%);
	background: -ms-linear-gradient(left, rgba(2, 0, 255, 1) 0%, rgba(153, 0, 255, 1) 100%);
	background: linear-gradient(to right, rgba(2, 0, 255, 1) 0%, rgba(153, 0, 255, 1) 100%);
	border-radius: 12px;
	height: 50px;
	/* max-width: 200px; */
	font-weight: bold;
	font-style: italic;
	text-align: left;
	padding-left: 20px;
}

.login.member-login .login {
	padding-top: 0;
	margin: 0;
	display: flex;
	justify-content: space-between;
	margin-top: 40px;
}

.login.member-login .login a.nav-link {
	padding: 0;
	font-size: 14px;
	font-style: italic;
	color: #9900FF;
}

.login.member-login .submit-login .btn .fa-sign-in {
	display: none;
}

#jform_email-lbl {
	display: none;
}

.reset.member-login {
	color: #9900FF;
	font-style: italic;
}

#content .alert {
	padding: 25px;
	border-radius: 20px;
	font-size: 14px;
	min-width: 300px;
}

#content .alert.alert-info {
	background-color: rgba(209, 236, 241, 0.8);
}

#content .alert.alert-danger {
	background-color: rgba(248, 215, 218, 0.8);
}

#content .alert.alert-warning {
	background-color: rgba(255, 243, 205, 0.8);
}

.moduletable.subscribe {
	position: relative;
}

.moduletable.subscribe .overlay {
	z-index: 2;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(2, 0, 255, 1);
	background: -moz-linear-gradient(left, rgba(2, 0, 255, 0.5) 0%, rgba(255, 0, 0, 0.8) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(2, 0, 255, 0.5)), color-stop(100%, rgba(255, 0, 0, 0.8)));
	background: -webkit-linear-gradient(left, rgba(2, 0, 255, 0.5) 0%, rgba(255, 0, 0, 0.8) 100%);
	background: -o-linear-gradient(left, rgba(2, 0, 255, 0.5) 0%, rgba(255, 0, 0, 0.8) 100%);
	background: -ms-linear-gradient(left, rgba(2, 0, 255, 0.5) 0%, rgba(255, 0, 0, 0.8) 100%);
	background: linear-gradient(to right, rgba(2, 0, 255, 0.5) 0%, rgba(255, 0, 0, 0.8) 100%);
}

.cont-subscribe {
	position: relative;
	z-index: 3;
}

.cont-subscribe>.row {
	background: linear-gradient(90deg, rgba(255, 255, 255, 1) 35%, rgba(255, 255, 255, 0) 35%);
}

.become-member .become_member_div>.row {
	background: linear-gradient(90deg, rgba(255, 255, 255, 1) 35%, rgba(255, 255, 255, 0) 35%);
}



#myTab li:first-child a {
	border-radius: 12px 0 0 12px;
}

header.navbar {
	background: linear-gradient(90deg, rgba(255, 255, 255, 1) 35%, rgba(255, 255, 255, 0) 35%);
}

.font-weight-bold {
	font-weight: 600 !important;
}

.homebooks {
	background: linear-gradient(to right, rgba(2, 0, 255, 1) 0%, rgba(255, 0, 0, 1) 100%);
	padding: 25px 0;
}

.homebooks .nav-tabs {
	border: none;
}

.homebooks .nav-tabs .nav-link {
	padding: 20px 25px;
	outline: none;
	font-weight: 600;
	font-size: 20px;
	border-radius: 12px 12px 0px 0px;
	border: none;
	min-width: 250px;
}

.homebooks .nav-tabs .nav-item {
	width: 25%;
}

.homebooks .nav-tabs .nav-item .nav-link {
	color: #fff;
	background: linear-gradient(to left, rgb(194, 48, 48) 0%, rgb(44, 43, 177) 100%);
	border: none;
}

.homebooks .nav-tabs .nav-item.show .nav-link,
.homebooks .nav-tabs .nav-link.active {
	color: #fff;
	background: #f60009;
	border: none;
}

.homebooks .nav-tabs .nav-link:focus,
.homebooks .nav-tabs .nav-link:hover {
	border: none;
}


#homebooksTabContent {
	padding: 35px 20px;
	background-color: #f60009;
	border-radius: 0px 12px 12px 12px;
	min-height: 330px;
}

.hb-info {
	background-color: #fff;
	padding: 20px;
	color: #0000FF;
	border-radius: 10px;
	line-height: 20px;
}

.homebooks #search-ajax {
	background: transparent !important;
	padding: 0;
}

.homebooks .input-group .col {
	padding: 0;
}

.homebooks .input-0 label {
	display: none;
}

.homebooks #search-ajax input {
	border-radius: 12px;
	height: 50px;
	border: none;
}

.homebooks #search-ajax select {
	height: 50px;
	background: #0000ff;
	color: #fff;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 12px;
	border: none;
}

.homebooks #search-ajax .input-icon {
	position: absolute;
	right: 25px;
	height: 44px;
	bottom: 0;
	line-height: 40px;
	font-size: 18px;
}

#navbarSupportedContent ul li.dropdown .dropdown-menu li.active a {
	color: #ff0000;
	font-weight: bold;
}

.homebooks .productslist {
	background-color: #fff;
	border-radius: 15px;
}

a.hb-button {
	background-color: #0000FF;
	color: #ccc;
	font-weight: 700;
	padding: 20px;
	display: block;
	border-radius: 10px;
	transition: all 0.2s ease;
}

a.hb-button:hover {
	color: #fff;
	text-decoration: none;
}

.homebooks .books-list {
	background: transparent;
}

@media(min-width:991px) {
	.login.member-login {
		max-width: 800px;
	}

	.register-community-member .form-group {
		max-width: 400px;
	}

	.reset.member-login {
		max-width: 800px;
	}

	.login.member-login form.form-horizontal {
		width: 800px;
		background: rgba(255, 255, 255, 0.85);
	}

	.reset.member-login form.form-horizontal {
		width: 800px;
		background: rgba(255, 255, 255, 0.85);
	}
}


.sub-header-menu {
	padding: 30px 0 20px 0;
	color: #0000FF;
	line-height: 20px;
	display: none;
}

.home .sub-header-menu {
	display: block;
}

#search-ajax {
	width: 100%;
	font-size: 12px !important;
}

#search-ajax #submitSearch {
	float: left;
	width: auto;
	height: auto;
	border: none;
	cursor: pointer;
	color: #fff;
	background-color: #708297;
}

#search-ajax .clearable {
	position: relative;
	float: left;
	width: calc(100% - 160px);
}

#search-ajax .clearable .clearable__clear {
	display: none;
	position: absolute;
	right: 10px;
	top: 0;
	font-style: normal;
	font-size: 1.5em;
	user-select: none;
	cursor: pointer;
	font-weight: bold;
	color: #343481;
	line-height: 50px;
}

#search-ajax #publ-search {
	width: 100%;
	border: 0;
	background-color: #fff;
	height: 50px;
	padding-right: 40px;
	padding-left: 20px;
	float: left;
	color: #70829D;
}

.cust-tab a.tab-trigger {
	color: #fff;
	text-transform: uppercase;
	padding: 10px 25px;
	font-size: 0.8em;
	font-weight: bold;
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 10px;
	border-radius: 0 5px 5px 0;
	background: rgb(0, 0, 255);
	background: linear-gradient(90deg, rgba(0, 0, 255, 1) 0%, rgba(153, 0, 255, 1) 100%);
}

a.tab-trigger.active.show {
	color: #fff;
	background: rgb(0, 0, 255);
	background: linear-gradient(90deg, rgba(0, 0, 255, 1) 0%, rgba(153, 0, 255, 1) 100%);
}

.cust-tab a.tab-trigger:hover {
	text-decoration: none;
	color: #fff;
	background: linear-gradient(to right, #3800c7 0%, #ba0045 100%);
}


.library_color a.tab-trigger.all-content-tab:hover {
	color: #F2A500;
}

.category-Media-Release.active {
	color: #F2A500 !important;
}

.category-Media-Release:hover {
	color: #F2A500 !important;
}

.category-Position-Papers.active {
	color: #551A8B !important;
}

.category-Position-Papers:hover {
	color: #551A8B !important;
}

.category-Presentations.active {
	color: #F24900 !important;
}

.category-Presentations:hover {
	color: #F24900 !important;
}

.home-publications-div #search-ajax {
	margin-bottom: 20px;
	height: 50px;
}

.home-publications-div #search-ajax #submitSearch {
	height: 50px;
	background-color: #0000FF;
	border-radius: 0 12px 12px 0;
	padding: 10px 20px;
}
.home-publications-div .tab-content {
	clear: both;
}

.home-publications-div .tab-content {
	clear: both;
	margin-top: 0px;
}

.home-publications-div .article-cont a:hover {
	color: #8a0075;
	text-decoration: none;
}

.home-publications-div .article-title {
	margin: 0;
	font-size: 13px;
}

.tab-content span.article-category {
	font-size: 0.7em;
	font-style: italic;
	color: #ff0000;
	padding: 0;
	display: block;
	position: absolute;
	bottom: 20px;
}

.article-head {
	padding-top: 40px;
}

.tab-content .article-date {
	color: #0000ff;
	font-style: normal;
	font-weight: bold;
}

.article-cont {
	padding: 20px;
	background-color: #fff;
	max-height: 400px;
	transition: 0.5s ease all;
	position: relative;
	border-radius: 0 0 10px 10px;
}

.search-results .article-cont.article-from-presentations {
	min-height: 180px;
}

.article-cont.article-from-events {
	min-height: 300px;
}

.article-body {
	font-size: 11px;
	color: #0000ff;
}

.library_div.video {
	min-height: 150px;
}

.readmore {
	color: #9901FF !important;
}

.library_div.video .article-cont {
	padding: 0;
}

.library_div.video .article-body {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: rgba(255, 255, 255, 0.7);
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
}

.library_div.video .article-body {
	font-size: 20px;
	color: #0000FF;
}

.library_div.video .article-body .article-title {
	text-decoration: initial;
	font-weight: bold;
	cursor: pointer;
}

.library_div.video .article-head {
	padding: 0px 10px;
}

.article-body .article-title {
	color: #0000ff;
	text-decoration: underline;
}

.article-cont .article-body .article-title {
	text-decoration: none;
	font-weight: bold;
	margin-bottom: 10px;
}

.article-body a {
	color: #ff0000;
	word-break: break-word;
}

.article-cont .article-desc {
	font-size: 12px;
	line-height: 1;
	margin-top: 10px;
	color: #0000ff;
}

.article-cont .article-desc a {
	color: #ff0000;
}

.library_div {
	margin-bottom: 10px;
	padding: 0 5px;
}

.library_div .article-image {
	height: 100px;
	background-size: cover;
	background-position: center;
	border-radius: 0 10px 0 0;
	background-color: #fff;
	background-repeat: no-repeat;
	background-size: contain;
}

.library_div .article-image img {
	width: 100%;
	height: auto;
}

.library_div .pdf-download {
	position: absolute;
	right: 20px;
	bottom: 20px;
}

.search-results {
	min-height: 400px;
}

.search-results .pagination a {
	display: block;
	margin-right: 5px;
	padding: 10px;
	background-color: #fff;
}

.search-results .pagination li.active a {
	background-color: #5b00a4;
	color: #fff;
}

.search-results>.row {
	margin-left: -5px;
	margin-right: -5px;
}

#homebooksTabContent {
	position: relative;
}

.simplepage {
	padding: 25px;
	background-color: #fff;
	margin-bottom: 50px;
	border-radius: 0 0 15px 15px;
	color: #0000FF;
}

.item-page {
	color: #0000FF;
}

.item-page a {
	color: #FF0000;
}

.item-page ul {
	padding: 0;
}

.item-page ul li {
	list-style-type: none;
}

.item-page ul li a {
	color: #fff;
	background: linear-gradient(to right, rgba(0, 0, 255, 1) 0%, rgba(153, 0, 255, 1) 100%);
	padding: 7px 15px;
	border-radius: 15px;
	margin-bottom: 10px;
	display: inline-block;
}

.item-page ul li a:hover {
	text-decoration: none;
	background: linear-gradient(to right, rgba(2, 0, 255, 1) 0%, rgba(253, 0, 4, 1) 100%);

}

.img-r60 {
	float: right;
	width: 58%;
	padding-left: 2%
}

.home-high {
	background-color: #0000FF;
	display: block;
	border-radius: 15px;
	color: #ffffff;
	margin-bottom: 20px;
	overflow: hidden;
}

.home-high .high-content {
	padding: 25px;
}

.home-high .col-md-5 {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.home-high a {
	color: #FF0000;
	font-style: italic;
}

.home-vision {
	padding: 25px;
	background-color: #fff;
	display: block;
	border-radius: 15px;
	color: #0000FF;
}

#member-profile span.optional {
	/* display: none; */
	line-height: 27px;
}

.home-vision a {
	color: #FF0000;
	font-style: italic;
}

.default-button {
	border: none;
	background: rgb(0, 0, 255);
	background: linear-gradient(90deg, rgba(0, 0, 255, 1) 0%, rgba(153, 0, 255, 1) 100%);
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	border-top-right-radius: 15px;
	border-bottom-right-radius: 15px;
}

.navbar-members .nav-item.deeper.parent.dropdown:hover .dropdown-menu {
	display: block;
	-webkit-box-shadow: 0px 5px 5px -1px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 0px 5px 5px -1px rgba(0, 0, 0, 0.75);
	box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.25);
	transition: 0.5s ease all;
	border-radius: 0 0 10px 10px !important;
	padding: 10px 20px;
}

#member-registration .control-label .optional {
	display: none;
}

.reset-confirm.member-login {
	max-width: 800px;
	background: rgba(255, 255, 255, 0.85);
	border-radius: 40px;
	padding: 30px 50px;
}


.navbar-members .nav-link {
	display: block;
	padding: .5rem;
	color: blue;
}
joomla-alert {
	padding: 20px;
	text-align: center;
	margin: 20px;
}

#system-message-container {
	position: relative;
	z-index: 999;
}
joomla-alert {
	padding: 20px !important;
	position: absolute;
	left: 0px;
	right: 0px;
	top: -70px;
	margin: 0 !important;
	line-height: 2rem;
	border-radius: 40px 40px 0px 0px !important;
}
/* ----------------------------------------------------------------- */

@media (max-width: 991px) {
	.all-members .nav-tabs li a.nav-link {
		font-size: 14px;
		word-break: break-all;
	}

	.become_member_div .become-member-count p.h1 {
		font-size: 56px;
	}

	.become_member_div .become-member-count p.h4 {
		font-size: 20px;
	}

	.become_member_div .become-member-login a {
		padding: 15px 65px;
	}

	.about-us-left {
		padding-left: 1rem;
		padding-right: 1rem;
	}
}

/************************************************************************************/
@media (max-width: 768px) {
	.home-high .col-md-5 {
		min-height: 150px;
	}

	#navbarSupportedContent ul li.parent {
		margin-top: 10px;
	}

	.main-input-group .input-0 {
		width: 100%;
		margin-left: 0px;
		margin-top: 10px;
	}

	.homebooks .nav-tabs .nav-item {
		width: 50%;
	}

	.article-header .menu .nav-item:first-child {
		padding-left: 0px;
	}

	.home-high {
		margin-top: 20px;
	}

	#navbarSupportedContent ul {
		flex-direction: column;
	}

	#navbarSupportedContent ul li.parent {
		width: 100%;
	}

	.member-login-div {
		position: absolute;
		bottom: -52px;
	}

	.cont-module-custom .nav-tabs {
		flex-direction: column;
	}

	.cont-module-custom .nav-tabs li {
		width: 100%;
	}

	.cont-module-custom .nav-tabs .follow {
		right: 0;
		display: none;
		margin-right: 5px;
		margin-top: 5px;
	}

	.footer .site-logo {
		max-width: 250px;
		margin-bottom: 15px;
	}

	.footer {
		padding-bottom: 70px;
	}

	.footer .member_login_footer {
		bottom: -69px;
	}

	.mod_list .simple-art-carousel {
		max-height: 375px;
	}

	.homebooks .nav-tabs {
		flex-direction: column;
	}

	.become_member_div {
		padding-top: 150px;
	}

	.all-members .nav-tabs {
		flex-direction: column;
	}

	.all-members .nav-tabs li a.nav-link.active {
		margin-right: 0px;
	}

	.body {
		overflow-x: hidden;
	}
}

@media (max-width: 567px) {
	.header-top .navbar-brand .site-logo {
		max-width: 185px;
	}

	.navbar .header-all {
		padding: 20px 15px;
	}

	.mod_list .simple-art-carousel.owl-carousel .owl-nav .owl-prev {
		left: -10px;
	}

	.mod_list .simple-art-carousel.owl-carousel .owl-nav .owl-next {
		right: -10px;
	}

	.all-members .tab-content .owl-carousel .owl-nav .owl-prev {
		left: -10px;
	}

	.all-members .tab-content .owl-carousel .owl-nav .owl-next {
		right: -10px;
	}

	.cont-module-custom .owl-carousel.art-carousel .owl-nav .owl-prev {
		left: -10px;
		margin-left: 0px;
	}

	.cont-module-custom .owl-carousel.art-carousel .owl-nav .owl-next {
		right: -10px;
		margin-right: 0px;
	}
}