::-webkit-scrollbar {
	width: 6px;
	height:6px;
}
::-webkit-scrollbar-thumb {
	border-radius: 6px;
	background: #e9e9e9;
}
::-webkit-scrollbar-thumb:window-inactive {
	background: #a1a1a1;
}

body {
	overflow-x: hidden;
	font-family: 'Open Sans';
	font-size:14px;
	font-weight:600;
}

a, input, button, select {
	transition: 0.5s;
	outline: none;
	cursor: pointer;
}

a:focus, button:focus, a:active, button:active{
	color: inherit;
	text-decoration: none;
	outline: none;
}

.full-rounded {
	border-radius:100%;
}

.large-rounded {
	border-radius:20px;
}

.mid-rounded {
	border-radius:10px;
}

.small-rounded {
	border-radius:5px;
}

.dark-blue-bg {
	background:#00476f;
}

.light-blue-bg {
	background:#1d91bf !important;
}

.gray-bg {
	background:#acacac !important;
}

.orange-bg {
	background:#f3932c;
}

.darkblue-bg {
	background:#00476f;
}

.lightblue-bg {
	background:#5598be;
}

.red-bg {
	background:#dd333e;
}

.skyblue-bg {
	background:#1d91bf;
}

.d-block {
	display:block !important;
}

.d-inlineblock {
	display:inline-block;
}

.d-flex {
	display:flex;
	justify-content: space-between;
	align-items: center;
}

.reg-txt {
	font-weight:400;
}

.semibold-txt {
	font-weight:600 !important;
}

.bold-txt {
	font-weight:700;
}

.pastel-color {
	color: #eb5c5c
}

.white-txt {
	color:#fff;
}

.lightgray-txt {
	color:#c4c4c4;
}

.gray-txt {
	color:#949595;
}

.orange-txt {
	color:#f3932c;
}

.blue-txt {
	color:#055d8f;
}

.lightblue-txt {
	color:#1d91bf;
}

.semiblue-txt {
	color: #004d6c;
}

.darkblue-txt {
	color:#002f42;
}

.upper-txt {
	text-transform:uppercase;
}

.ellipsis {
	display:block;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}

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

.font-15 {
	font-size:15px;
}

.font-16 {
	font-size:16px;
}

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

.font-20 {
	font-size:20px;
	line-height: 25px;
}

.font-24 {
	font-size:24px;
}

.font-25 {
	font-size:25px;
}

.font-26 {
	font-size:26px;
}

.empty-separator {
	height:35px;
}

.small-empty-separator {
	height:17px;
}

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

.btn {
	display:inline-block;
	padding: 14px 15px;
	text-transform:uppercase;
	/*font-size:14px;*/
	font-weight:400;
	color:#fff;
	text-align:center;
	border:none;
}
.login-btn {
	height: 40px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	line-height:15px;
	text-align:left;
	font-weight: 700;
	background:#f3932c url("images/menu-bar/login-btn-bg.png");
	background-repeat: no-repeat;
	background-position: 57% -10px;
}
.login-btn span {
	display:block;
	font-size:10px;
	font-weight: 600;
}

.small-btn {
	width:80px;
	margin-right:5px;
	display:inline-block;
	line-height:24px;
	text-transform:uppercase;
	font-weight:600;
	color:#fff;
	text-align:center;
}

.btn:hover,
.small-btn:hover {
	opacity: .8;
}

.l-spacing-2 {
	letter-spacing:2px;
}

.p-abs {
	position:absolute;
}

.p-rel {
	position:relative;
}

a {
	text-decoration:none;
}

.float-left {
	float:left;
}

.float-right {
	float:right;
}

.clear-both {
	clear:both;
}

.full-width {
	width:100%;
}

.half-width {
	width:50%;
}

input[type="text"],
select {
	outline:none;
	height:40px;
	font-family: 'Open Sans';
	font-size: 15px;
}

.container,
.top-container {
	padding-left: 20px;
	padding-right: 20px;
}

.container.top-bar,
.container.menu-bar,
.container.events-bar {
	max-width:100%;
}

.container.top-bar {
	height:40px;
	background:#002f42;
}
.container.menu-bar {
	background:#055d8f;
}
.container.events-bar {
	color:#1d91bf;
}

.top-navigation,
.partners-area .container {
	max-width: 1400px;
}

.top-navigation {
	margin:auto;
}

.container.top-bar .top-navigation {
	height:inherit;
}

.container.top-bar .lang a {
	margin-left:15px;
	vertical-align: super;
}

.address-bar > * {
	vertical-align: super;
}

.address-bar > a {
	color:#80b3ff;
}

.container.top-bar .lang:before {
	/* content:url("images/language-icon.png"); */
	vertical-align: top;
}
.address-bar .map-icon:before {
	content:url("images/map-icon.png");
}
.address-bar .phone-icon:before {
	content:url("images/phone-icon.png");
}
.address-bar .email-icon:before {
	content:url("images/email-icon.png");
}

.address-bar [class$="-icon"]:before {
	margin-left:30px;
	margin-right:9px;
	vertical-align: top;
}

.container.top-bar a {
	text-decoration:none;
}

.container.top-bar a:hover,
.container.top-bar a.active {
	color:#2079ff !important;
}

.container.menu-bar .top-navigation {
	padding-top:20px;
	padding-bottom:18px;
}

.top-navigation .logo a {
	display:inline-block;
}

.top-navigation > ul {
	position:relative;
	margin-top: auto;
}

.top-navigation > ul > li {
	float:left;
	font-size: 12px;
}

.top-navigation > ul li.has-child {
	position:relative;
}

.top-navigation > ul li.has-child ul {
	display:none;
	position:absolute;
	left:11px;
	z-index: 4;
	padding: 4px 10px 5px;
	border-top:22px #055d8f solid;
	background:#004d78;
	text-transform:none;
	font-weight: 400;
	line-height:19px;
}

.top-navigation > ul li.has-child:hover ul,
.top-navigation > ul li.has-child ul a {
	display:block;
}

.top-navigation > ul li.has-child ul li {
	white-space: nowrap;
	padding-top: 4px;
	padding-bottom: 5px;
}

.top-navigation > ul li.has-child ul a {
	border-bottom:1px transparent solid;
}

.top-navigation > ul li.has-child ul a:hover {
	border-bottom:1px #fff solid;
}

.top-navigation > ul li.media-access li.has-child > a {
	transition:none;
	max-height: 41px;
	display: flex;
	align-items: center;
}

.top-navigation > ul li.media-access li.has-child:hover > a {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
	opacity: 1
}

.top-navigation > ul li.media-access li.has-child ul {
	left: 0;
	right: 0;
	border-top:1px rgba(255, 255, 255, .5) solid;
}

.top-navigation > ul li.media-access li.has-child ul li {
	margin-left: 0;
	white-space: normal;
	line-height: 15px;
}

.top-navigation > ul > li:last-child {
	position: absolute;
	right: 0;
	top: -77px;
}

.top-navigation > ul li a {
	font-size: 14px;
	color: #fff;
}

.top-navigation > ul > li:not(.media-access) > a {
	margin-left:23px;
}

.top-navigation > ul > li:not(.media-access):hover > a:after,
.top-navigation > ul > li:not(.media-access) > a:hover:after {
	opacity:0;
}

.top-navigation > ul > li:not(.media-access) > a:not(.search-icon):after {
	margin-left:7px;
	content:url("images/top-nav-item-rect.png");
}

.top-navigation > ul > li.media-access {
	white-space: nowrap;
}

.top-navigation > ul > li.media-access li {
	margin-left:20px;
}

.top-navigation > ul > li.media-access > ul > li:first-child {
	padding-right:20px;
	border-right:1px #5c96b6 solid;
}

.top-navigation > ul > li.media-access > ul > li:last-child,
.media-access .profile-child {
	padding-left:20px;
	border-left:1px #5c96b6 solid;
}

.top-navigation > ul > li.media-access li:first-child > * {
	vertical-align:middle;
}

.top-navigation > ul > li.media-access li a.fa {
	font-size:24px;
	margin-left:10px;
	color: #fff;
}

a.fa:hover {
	color:#1d91bf !important;;
}

.top-navigation > ul > li.media-access li a:not(.fa) img {
	vertical-align:text-bottom;
	margin-left:10px;
}

.container.events-bar {
	height:50px;
	line-height: 50px;
	font-size:15px;
	font-weight:700;
	font-style: italic;
	white-space: nowrap;
}

.container.events-bar marquee,
.container.events-bar a {
	position:relative;
	z-index:3;
}

.events-bar-icon {
    position: absolute;
    left: 0;
    z-index: 11;
}

.home-page .container.events-bar:after {
	content: "";
	box-shadow: 0 15px 40px #eee;
	position: absolute;
	left: 0;
	right: 0;
	height: 50px;
	bottom: 0;
	z-index: 2;
}

.container.events-bar a {
	color:#1d91bf;
}

.container.events-bar a:after {
	content:"";
	margin-left:13px;
	margin-right:7px;
	border-right:1px #2889c6 solid;
}

#open-burger-menu {
	display: none;
}

.header-slider {
	background:#fff;
	height:396px;
}

@media screen and (min-width:1280px)  and (min-height:667px){
	.header-slider {
		height: calc(100vh - 399px);
	}
}

.header-slider .swiper-container {
	height: inherit;
}

.header-slider .swiper-slide{
	background-repeat: no-repeat;
	background-position: bottom;
	background-size: 100%;
}

.header-slider .swiper-button-prev,
.header-slider .swiper-button-next {
	width:24px;
	height:47px;
}

.header-slider .swiper-button-prev {
	left:2.5%;
	background:url("images/slider-left-arrow.png");
}

.header-slider .swiper-button-next {
	right:2.5%;
	background:url("images/slider-right-arrow.png");
}

.header-slider .swiper-pagination {
	margin-bottom:6px;
	/*text-align: right;*/
	padding-right: 50px;
}

.header-slider .swiper-pagination .swiper-pagination-bullet {
	width:10px;
	height:10px;
	border-radius:100%;
	background: #444;
	margin-left: 0 !important;
}

.header-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background:#004d6c;
}

.main .container {
	padding-top:5.9vw;
	padding-bottom:4.45vw;
}

.slider-text-content {
    position: absolute;
    right: 0;
    bottom: 25px;
    background-color: rgba(0,0,0,0.7);
    color: #fff;
    max-width: 530px;
    padding: 15px 40px 5px 25px;
}

.slider-text-content * {
	margin-bottom: 15px;
}

.slider-text-content h3 {
	font-size: 33px;
	font-weight: 500;
	line-height: 37px;
}

.slider-text-content p {
	font-size: 15px;
	line-height: 21px;
}

.slider-text-content a {
	font-size: 14px;
    border: 1px solid #fff;
    padding: 5px;
    display: inline-block;
    color: #fff;
}

.slider-text-content a:hover {
	background-color: #fff;
    color: #000;
}

h3 {
	font-size:18px;
}

.main p {
	font-size:14px;
	font-weight:300;
	line-height:26px;
	color:#686868;
}

.partners-area {
	background:url("images/partners-logos/partners-area-bg.png");
}

.partners-area .partners-slider .owl-item {
	text-align:center;
}

.members-area {
	background:#4c7186;
	padding-top:12px;
	padding-bottom:12px;
	overflow: hidden;
}

.partners-area .container {
	margin: auto;
	padding-top:30px;
	padding-bottom:30px;
}

.partners-area h3 {
	margin-bottom:16px;
	font-size:24px;
	color:#004d6c;
}

[class *= "owl-carousel-"] .owl-stage-outer .owl-stage {
	display:flex;
	justify-content: center;
	align-items: center;
}

.partners-slider .owl-carousel-partners .owl-stage-outer .owl-stage .owl-item .item img { /** ??????????????????????? check ????????????? **/
	max-width: 144px;
	width: auto;
	margin: auto;
}

.members-slider .owl-carousel-members .owl-stage-outer .owl-stage .owl-item .item img {
	box-shadow: 0 3px 0px rgba(0, 0, 0, .3);
	border-radius: 10px;
	max-width: 92px;
	height: 111px;
	object-fit: cover;
}

[class *= "owl-carousel-"] .owl-nav,
[class *= "owl-carousel-"] .owl-dots {
	display:none;
}

.breadcrumb {
	height:80px;
	background:#002f42;
}

.breadcrumb .container {
	max-width:1250px;
	margin:auto;
	height: inherit;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	padding-top:10px;
	padding-bottom:10px;
}

.breadcrumb a {
	color:#fff;
}

.breadcrumb a:hover {
	opacity:.8;
}

.breadcrumb .active {
	color:#1d91bf;
}

.page-title {
	margin-top:6px;
	font-size:30px;
}

.fiabci-map .btn {
	margin-bottom:2px;
	padding-left:51px;
	padding-right:51px;
	line-height:36px;
	border:2px #055d8f solid;
	color:#055d8f;
}

.fiabci-map .btn.active {
	background:#055d8f;
	color:#fff;
}

.fiabci-map .globe-img {
	max-width:1500px;
	width:100%;
}

.fiabci-map .fiabci-list {
	margin-top:70px;
	align-items: flex-start;
	background:url("images/aboutus-chapters-map-unset.jpg");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}

.fiabci-regions {
	flex: 1;
}

.fiabci-regions:not(:last-child) {
	margin-right: 27px;
}

.fiabci-map .fiabci-list h2 {
	margin-bottom:23px;
	padding-bottom:18px;
	color:#002f42;
	border-bottom:1px #dadada solid;
}

.fiabci-map .fiabci-list li a {
	color:#002f42;
	line-height:24px;
}

.fiabci-map .fiabci-list li a:hover {
	color:#f3932c;
}

.main-area {
	/* background:url("images/main-area-bg.png"); */
	background-position: bottom;
	background-repeat: repeat-x;
}

.main-area .container,
.top-container {
	max-width:1250px;
	margin:auto;
	padding-top:38px;
	padding-bottom:68px;
	align-items: flex-start;
}

.main-area .news-block {
	flex:3;
	padding-right:60px;
}

.main-area h1 {
	margin-bottom:30px;
	font-size:40px;
	color:#004d6c;
	line-height:32px;
}

.block-separator {
	border-bottom:1px #cbcbcb solid;
	margin:0 0 30px 0;
        clear: left;
}

.small-block-separator {
	border-bottom:1px #cbcbcb solid;
	margin:0 0 15px 0;
}

.main-area .news-post {
	margin-bottom:25px;
	padding-bottom: 18px;
	overflow:hidden;
	font-size:15px;
	line-height:22px;
}

.main-area .post-thumb {
	display:inline-block;
	float:left;
	margin-right:45px;
	margin-bottom: 25px;
}

.main-area .post-thumb img {
	box-shadow: 10px 10px 0 0px #f0f0f0;
	border: 1px #e8e8e8 solid;
	max-width: 300px;
	/*width: 100%;*/
}

.main-area .news-block .post-thumb img {
    box-shadow: none;
    border: none;
    max-width: 354px;
}

.main-area .news-even .post-thumb,
.main-area .news-odd .post-thumb {
    float: right;
    margin-right: 0;
    margin-left: 45px;
}

.main-area .news-block .post-thumb {
    border: 1px #e8e8e8 solid;
    padding: 8px;
}

.main-area .post-thumb:hover img {
	opacity:.8;
}

.main-area h2,
.top-container h2 {
	margin-bottom:17px;
}

.main-area h2 .post-title,
.home-block-item h2 {
	font-size:18px;
	color:#055d8f;
	line-height:22px;
}

.main-area h2 .post-title:hover {
	color:#f3932c;
}

.main-area .post-date {
	color:#acacac;
}

.main-area .post-excerpt {
	margin-top:9px;
}

.main-area .post-excerpt a,
.hlsn-more, .home-block-item a {
	color:#f3932c;
}

.main-area .post-excerpt a:hover,
.hlsn-more:hover, .home-block-item a:hover {
	color:#004d6c;
}

.main-area .events-block,
.main-area .widget {
	flex:1;
}

.main-area .signup-form {
	margin-bottom:34px;
	justify-content: space-between;
}

.main-area .widget h3 {
	margin-bottom: 21px;
	color: #127298;
}

.main-area .widget label {
	width:100%;
}

.main-area .widget .signup-form input[type="text"] {
	width:100%;
	border-color:#dadada;
	color:#dadada;
}

.main-area .widget .signup-form input[type="text"]::placeholder {
	font-weight:600;
	color:#dadada;
}

.main-area .widget .signup-form .envelope-icon {
	background: url(images/envelope-icon.png);
	top: 35%;
}

.main-area .follow-on-fb {
	height:186px;
	background:#13234c url("images/follow-on-fb-bg.png");
	background-size: cover;
	padding-left:5%;
	padding-right:5%;
	align-items: center;
	max-width: 605px;
}

.main-area .follow-on-fb > span {
	margin-right: auto;
	font-size:32px;
	line-height:36px;
}

.main-area .follow-on-fb a {
	margin-left:8px;
	padding-left:8px;
	padding-right:8px;
	line-height:34px;
	background:#4267b2;
	font-size: 20px;
	white-space:nowrap;
}

.main-area .follow-on-fb a:hover {
	opacity:.8;
}

.main-area .follow-on-fb a .people-liked {
	font-weight:400;
}

.embodies-block {
    padding-bottom: 30px;
}

.embodies-items {
    background-color: #274e5f;
    color: #fff;
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
}

.embody-item {
    width: 20%;
    text-align: center;
    margin: 30px 0;
}

.embody-item div {
    font-size: 15px;
    text-transform: uppercase;
    line-height: 18px;
}

.embody-item strong {
    font-size: 35px;
    margin-bottom: 15px;
    display: block;
}

.home-blocks {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.home-block-item {
    width: 48%;
        margin-bottom: 40px;
}

.home-block-item > img {
    max-width: 100%;
    height: 265px;
    width: 100%;
    object-fit: cover;
    margin-bottom: 23px;
}

.home-block-inner {
    padding: 0 30px;
    text-align: center;
    height: calc(100% - 290px);
    display: flex;
    flex-direction: column;
}

.home-block-inner p {
    text-align: justify;
}

.home-block-inner div {
    text-align: left;
}

.home-block-inner img {
    max-width: 145px;
    margin: auto auto 0;
}

.home-block-inner h2 {
	text-align:center;
	font-size: 20px;
}

.events-view-type {
	margin-left: auto;
	align-self: center;
}

.events-view-type > * {
	vertical-align:middle;
}

.events-view-type span {
	font-size:12px;
	color:#a5a5a5;
}

.events-view-type a {
	margin-left:6px;
	font-size:18px;
	color:#a5a5a5;
}

.events-view-type a:hover,
.events-view-type a.active {
	color:#127298;
}

.main-area .events-area {
	margin-bottom:54px;
}

.main-area .view-by-date {
	margin-bottom:8px;
	padding-left:11px;
	padding-right:11px;
	justify-content: space-between;
	align-items: center;
	height:40px;
	background:#127298;
	font-size:22px;
}

.main-area  .view-by-date a:hover {
	color:#004d6c;
}

.main-area .events-list {
	height:377px;
	padding-left:18px;
	padding-right:12px;
	overflow-y:auto;
	margin-bottom:20px;
	font-size:18px;
}

.main-area .event-body {
	padding-bottom:15px;
	border-bottom:1px #e6e6e6 solid;
}

.main-area .event-metas {
	margin-top:17px;
	margin-bottom:12px;
	padding-bottom:13px;
	justify-content: space-between;
	align-items: center;
	border-bottom:2px #127298 solid;
}

.main-area .event-date {
	color:#dd333e;
}

.main-area .event-place {
	text-align: right;
	color: #1d91bf;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.main-area .event-title {
	color:#055d8f;
}

.main-area .event-title:hover {
	color:#f3932c;
}

.main-area .event-desc {
	margin-top: 12px;
	font-size:15px;
	line-height:22px;
	color:#acacac;
}

.members-interactive-map .container {
	max-width:1250px;
	margin:auto;
	padding-top:31px;
	padding-bottom:32px;
}

.members-interactive-map h1 {
	margin-bottom:33px;
	font-size: 40px;
	color:#004d6c;
	line-height:44px;
}

.map-filters {
	display: inline-flex;
	flex-direction: column;
	align-items: left;
}

.map-filters a {
	margin-bottom:10px;
	padding-left:15px;
	padding-right:15px;
	display:inline-block;
	line-height:36px;
	border:1px #cdcdcd solid;
	text-decoration:none;
	background: rgba(255, 255, 255, .8);
	color:#004d6c;
}

.map-filters a.active,
.map-filters a:hover {
	background:#004d6c;
	color:#fff;
}

.map-search-form {
	margin-top:68px;
	font-size:13px;
	font-weight:700;
	color:#ced0d4;
}

.map-search-form input[type="text"] {
	margin-left:11px;
	margin-right:17px;
	padding-left: 14px;
	padding-right: 14px;
	border: 1px #cdcdcd solid;
	width: 221px;
	height: 40px;
	font-family: 'Open Sans';
	font-size: 13px;
	font-weight:600;
	color:#777;
}
.map-search-form input[type="text"]::placeholder {
	color:#ced0d4;
}

.map-zoom { /* will be removed later */
	right:20px;
	bottom:32px;
	display:inline-block;
}
.map-zoom img {
	border-radius:5px;
}

.search-in-directory-area {
	height:180px;
	background:url("images/search-in-directory-bg.jpg");
	background-size:cover;
	background-position: center;
}

.search-in-directory-area .container {
	max-width:1250px;
	margin:auto;
	height:inherit;
	font-weight:600;
	color:#8c99a1;
}

.search-in-directory-area img {
	margin-right:20px;
}

.search-in-directory-area h2 {
	margin-bottom:11px;
	font-size:22px;
	color:#013857;
}

.search-in-directory-area .btn {
	margin-left:auto;
}

.become-a-member-area {
	height:365px;
	background:url("images/become-a-member-bg.png");
	background-size:cover;
}

.become-a-member-area .container {
	max-width:1250px;
	margin:auto;
	flex-direction:column;
	justify-content: center;
	height:inherit;
}

.become-a-member-area .prompt {
	margin-bottom:42px;
}

.become-a-member-area .prompt > * {
	margin-left:15px;
	margin-right:15px;
}

.become-a-member-area .prompt > a img {
	max-width:552px;
	width:100%;
}

.become-a-member-area h1 {
	font-size:30px;
}

.become-a-member-area h1 span:first-child {
	font-size:40px;
	color:#92d6f1;
}

.become-a-member-area h1 span:last-child {
	font-size:49px;
}

.become-a-member-area h1 span:last-child bdo {
	color:#fa9528;
}

.become-a-member-area .prompt img:hover {
	opacity:.8;
}


.become-a-member-area p {
	text-align:center;
	line-height:20px;
}

.adv-search .container {
	max-width:920px;
}

.adv-search-form {
	align-items: flex-start;
}

.adv-search-col {
	flex:1;
}

.empty-col {
	width:40px;
}

.adv-search-form label,
.adv-search-form .adv-search-label {
	display:block;
}

.adv-search-form label {
	margin-bottom:27px;
	position: relative;
}

.adv-search-form .adv-search-label {
	margin-bottom:8px;
}

.adv-search-form input[type="text"],
.adv-search-form select {
	padding-left:10px;
	padding-right:10px;
	border:1px #cdcdcd solid;
	width:100%;
}

.adv-search-form input[type="text"] {
	color:#000;
}

.adv-search-form select {
	color:#949595;
}

.adv-search-results {
	flex-wrap: wrap;
}

.resulting-member {
	margin-bottom:40px;
	max-width:254px;
	width:100%;
}

.resulting-member .member-thumb img {
	width:100%;
	height:243px;
	border:10px #e6e6e6 solid;
	object-fit: cover;
}

.resulting-member .member-name {
	margin-top:16px;
	margin-bottom:18px;
	font-size:16px;
	color:#002f42;
}

.resulting-member .member-control .btn {
	margin-bottom:5px;
}

.calendar-event {
	border-bottom: 1px #dfdfdf solid;
    padding-bottom: 15px;
    margin-bottom: 14px;
    overflow: hidden;
}

.calendar-event-date .fa {
	margin-left:10px;
}

.calendar-event-body {
	padding-top:15px;
	padding-bottom:30px;
	justify-content: flex-start;
	align-items: flex-start;
}

.calendar-event-img {
	flex:1;
	margin-right:30px;
	justify-content:center;
	max-width:360px;
	min-width:180px;
	width: 100%;
	height:215px;
	padding:10px;
	border:1px #dadada solid;
}

.calendar-event-img img {
    width: auto;
    max-width: 340px;
    max-height: 177px;
}

.calendar-event-header {
    display: flex;
    justify-content: space-between;
    height: 46px;
    cursor: pointer;
    align-items: center;
}

.calendar-event-date {
    flex: 1;
}

.calendar-event-content {
	flex:2;
}

.calendar-event-title {
	align-items: flex-start;
	justify-content: space-between;
}

.calendar-event-content h3 {
	margin-bottom:22px;
	line-height:22px;
}

.calendar-event-content .btn {
	white-space:nowrap;
	margin-left: 20px;
}

.calendar-event-content p {
	margin-bottom:10px;
	line-height:22px;
}

.branch-info {

}

.branch-header {
	margin-bottom:40px;
}

.branch-logo {
	flex:1;
	margin-right:30px;
	width:300px;
	height:245px;
	background:#f3f3f3;
	justify-content: center;
}

.branch-logo img {
	max-width: 100%;
	padding: 0 15px;
}

.branch-address {
	flex:2;
	line-height: 16px;
}

.branch-address p {
	justify-content: flex-start;
	color:#127298;
}

.branch-address p:not(:last-child) {
	margin-bottom:10px;
}

.branch-address img {
	margin-right:20px;
}

.branch-address a {
	color:#127298;
	text-decoration:underline;
}

.branch-address a:hover {
	color:#f3932c;
}

.branch-transition {
	flex:1.3;
	width:359px;
	height:169px;
	background:#127298;
}

.branch-transition-arrow {
	top: 47%;
	left: 40.5%;
	background:#127298;
	width:65px;
	height:65px;
	border:3px #fff solid;
	justify-content: center;
}

.branch-transition-left,
.branch-transition-right {
	flex: 1;
	flex-direction: column;
	width: 50%;
	height: inherit;
	background-repeat: no-repeat !important;
	background-position: bottom !important;
	background-size: contain !important;
}

.branch-transition-left {
	border-bottom-left-radius: 20px;
	border-top-left-radius: 20px;
	background:url("images/branch/branch-transition-left-bg.png");
	border-right: 3px #fff solid;
}

.branch-transition-right {
	border-bottom-right-radius: 20px;
	border-top-right-radius: 20px;
	background:url("images/branch/branch-transition-right-bg.png");
}

.branch-transition-left .branch-transition-location {
	border-top-left-radius: 20px;
}

.branch-transition-right .branch-transition-location {
	border-top-right-radius: 20px;
}

.branch-transition-location {
	display: block;
	width: 100%;
	line-height: 56px;
	padding-left: 10px;
	padding-right: 10px;
	background: #002f42;
	font-size: 20px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.branch-time-currency {
	flex: 2;
	flex-direction: column;
	justify-content: center;
}

.branch-transition-left  .branch-time-currency {
	align-items: flex-start;
	padding-left:19px;
}

.branch-transition-right  .branch-time-currency {
	align-items: flex-end;
	padding-right:19px;
}

.branch-time-currency strong {
	color:#ffeb7b;
}

.branch-time-currency span {
	margin-top:1px;
	color:#b7e3ff;
}

.branch-stats {
}

.branch-stats-item {
	width:170px;
	height:180px;
	padding:35px 35px 0;
	flex-direction: column;
	justify-content: flex-start;
	background-repeat: no-repeat !important;
	background-position: bottom right !important;
	background-size: contain !important;
	color:#fff;
}

.branch-stats-item.creation-date {
	background:#1d91bf url("images/branch/branch-stats-item-bg-1.png");
}

.branch-stats-item.members-qty {
	background:#197aa0 url("images/branch/branch-stats-item-bg-2.png");
}

.branch-stats-item.principal-members {
	background:#ce8c18 url("images/branch/branch-stats-item-bg-3.png");
}

.branch-stats-item.regular-members {
	background:#002f42 url("images/branch/branch-stats-item-bg-4.png");
}

.branch-stats-item.academic-and-public-members {
	background:#002f42 url("images/branch/branch-stats-item-bg-5.png");
}

.branch-stats-item.students-qty {
	background:#002f42 url("images/branch/branch-stats-item-bg-6.png");
}

.branch-stats-item span:first-child {
	margin-bottom:12px;
	padding-bottom:17px;
	font-size:26px;
	border-bottom:1px #fff solid;
}

.branch-stats-item span:last-child {
	font-size:22px;
	line-height:26px;
}

.branch-location {
	margin-top:46px;
}

.branch-location iframe {
	margin-right:40px;
	width:100%;
	height:262px;
	border:0;
	max-width: 810px;
}

.branch-location img {
	max-width: 360px;
	width: 100%;
}

.testimonial-area {
	margin-top:-10px;
	min-height:553px;
	background:url("images/testimonial-area-bg.jpg");
	background-repeat:no-repeat;
	background-size: cover;
	background-position: center;
}

.testimonial-area .container {
	max-width:1010px;
	flex-direction:column;
	align-items: center;
}

.testimonial-area .testimonial-avatar {
	width:173px;
	height:173px;
	border:2px #fff solid;
}

.testimonial-area .testimonial-avatar:after {
	position:absolute;
	content:"";
	border-bottom:1px #fff solid;
	left: -100%;
	right: -100%;
	top: 50%;
}

.testimonial-area .testimonial-avatar img {
	width: 100%;
	height: auto;
	z-index:1;
}

.testimonial-area .testimonial-author {
	margin-top:15px;
	margin-bottom:25px;
	color:#61b6e6;
	line-height:28px;
}

.testimonial-area .testimonial-quote {
	margin-bottom:29px;
	font-style:italic;
	line-height:32px;
	background:url("images/testimonial/testimonial-quote-shadow.png");
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 40px;
	width: 100%;
}

.testimonial-area .more-testimonial {
	color:#fff;
}

.testimonial-area .more-testimonial:hover {
	opacity:.8;
}

.testimonial-area .more-testimonial:after {
	position:absolute;
	content:url("images/testimonial/more-testimonial-arrow.png");
	width:30px;
	height:16px;
	top: 28px;
	left: 21px;
}

.news-excerpt {
	width:248px;
	align-self: flex-start;
}

.news-excerpt-thumb {
	width:248px;
	height:145px;
	margin:auto auto 21px;
}

.news-excerpt-thumb a,
.news-excerpt-thumb img {
	width:inherit;
	height:inherit;
}

.news-excerpt-thumb img {
	object-fit: cover;
	border:1px #eaeaea solid;
}

.news-title {
	height:70px;
	line-height:22px;
}

.news-title a:hover {
	color:#f3932c;
}

.tabs-list  {
	margin-bottom: 35px;
}

.tabs-list li {
	display: inline-block;
}

.tabs-list li a {
	color: #004d6c;
	line-height: 32px;
	position: relative;
	margin: 0 8px;
	padding: 0 8px;
	display: block;
	min-height: 38px;
}

.tabs-list li:not(:first-child) a:before {
	content: "|";
	position: absolute;
	left: -13px;
}

.tabs-list li a:after {
	content: "";
	height: 3px;
	background-color: #64caf9;
	display: none;
	border-radius: 1.5px;
}

.tabs-list li .active:after,
.tabs-list li a:hover:after {
	display: block;
}

.post-date .actuality {
	color: #fff;
	background-color: #64caf9;
	padding: 0 12px;
	font-size: 11px;
	display: inline-block;
	letter-spacing: 2px;
	margin-left: 7px;
}

.news-list .news-post {
	display: flex;
}

.news-list  .news-info {
    flex: 1;
}

.continue-share {
	margin-left: 45px;
	align-self: center;
}

.continue-share .btn {
	white-space: nowrap;
	margin-bottom: 20px;
	font-size: 10px;
	min-width: 170px;
}

.share-area {
	text-align: right;
	display: flex;
	justify-content: flex-end;
	    align-items: center;
}

.share-area a {
	margin: 0 4px 0 !important;
}

.share-area a:hover {
	opacity: 0.8;
}

.see-more {
	background-color: #a0a0a0;
	padding-top: 10px;
	padding-bottom: 10px;
	min-width: 250px;
}

.main-area .news-list  .post-thumb img {
	/*width: auto;*/
}

.news-post-details .share-area {
	margin-top: -21px;
}

.news-post-details .post-excerpt p {
	line-height: 22px;
	margin-bottom: 20px;
}

.news-post-details .block-separator {
	margin: 20px 0 60px 0;
	display: flex;
}

.img-separator {
	/* background-image: url(images/border-top.png); */
	height: 30px;
}

.back-news {
	background-color: #bdbdbd;
	position: absolute;
	min-width: 270px;
}

.back-news i {
	margin-right: 15px;
}

.main-area .news-post-details .post-thumb {
	margin-top: 75px;
}

.main-area .news-post-details h2 .post-title {
	font-size: 28px;
	line-height: 40px;
}

.news-post-details .news-post {
	margin-bottom: 22px;
}

.login-area {
	height: 830px;
	position: relative;
}

.login-area:after {
	content: "";
	background-image: url(images/login-bg.png);
	height: 1160px;
	background-position: 129% -33px;
	background-repeat: no-repeat;
	background-size: 86%;
	position: absolute;
	display: block;
	top: 0;
	width: 92%;
	z-index: -1;
	right: 0;
}

.login-form {
	margin: 45px auto 0;
	max-width: 384px;
	text-align: center;
}

.login-form > * {
	display: flex;
	flex-direction: column;
}

.input-fld {
	margin-bottom: 40px;
}

.input-fld label {
	color: #002f42;
	font-size: 16px;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin-bottom: 15px;
}

.input-fld input {
	border:1px solid #dadada;
	border-radius: 0;
	height: 45px;
	padding: 0 12px;
}

.forgot-pass {
	color: #3b93c5;
	font-size: 12px;
	text-align: right;
	margin-top: 10px;
}

.forgot-pass a {
	text-decoration: underline;
	color: #3b93c5;
}

.forgot-pass a:hover {
	text-decoration: none;
}

.check-fld {
	margin-top: 55px;
	margin-bottom: 25px;
}

.check-fld label {
	color: #002f42;
	font-size: 14px;
}

.check-fld input[type="checkbox"],
.radio-type input[type="radio"] {
	display: none;
}

.check-fld label span,
.radio-type label em {
	display: inline-block;
	width: 18px;
	height: 18px;
	border: 1px #dadada solid;
	vertical-align: middle;
	margin-right: 10px;
	text-align: center;
}

.check-fld input[type="checkbox"]:checked ~ span:after  {
	content: "\f00c";
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	color: #f3932c;
	margin-top: 1px;
}

.check-login .btn {
	border:none;
	max-width: 180px;
	margin: auto;
	width: 100%;
	cursor: pointer;
}

.download-press-area {
	padding-top: 30px;
	border-top: 1px #cbcbcb solid;
	margin-bottom: 10px;
}

.download-press-area > * {
	text-align: right;
	margin-bottom: 18px;
	font-size: 16px;
	color: #2c77f3;
}

.download-btn {
	background-color: #2c77f3;
	font-size: 14px;
}

.download-press-area div span {
	margin-right: 18px;
}

.gallery-img-video h2{
	color: #004d6c;
	margin-bottom: 26px;
}

.gallery-img-video .branch-news {
	border-bottom: 1px #cbcbcb solid;
	margin-bottom: 30px;
	padding-bottom: 40px;
}

.news-share {
	float: right;
	margin-top: -3px;
}

.news-share a {
	margin-left: 5px;
}

.news-share a:hover {
	opacity: 0.8;
}

.prev-edit {
	line-height: 22px;
	padding: 23px 41px;
	margin-top: 54px;
}


.world-events .events-area .d-flex {
	flex-wrap: wrap;
}

.services-item .d-flex {
	height: 318px;
	margin-bottom: 30px;
	justify-content: center;
}

.services-item .d-flex img {
	max-width: 1000px;
	width: 100%;
	height: 100%;
	object-fit: cover;
	margin: auto;
}

.services-item .d-flex:hover {
	opacity: 0.8;
}

.services-area h2,
.tenders-area h2 {
	color: #004d6c;
	margin-bottom: 22px;
}

.item-img a {
	position: relative;
	display: inline-block;
}

.item-img a:after {
	content: "";
	position: absolute;
	right: 0;
	left: 0;
	top: 0;
	bottom: 2px;
}

.blue-bg:after {
	background-color: rgba(19,129,191,0.75);
}
.green-bg:after {
	background-color: rgba(19,191,132,0.75);
}
.yellow-bg:after {
	background-color: rgba(191,181,19,0.75);
}

.d-flex.content-container {
    display: block;
}

.content-container .pres-img {
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
}

.popup-container {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99999;
    display: none;
    height: auto;
    overflow: auto;
    background-color: rgba(0,0,0,0.8);
}

		.popup-content {
		    max-width: 900px;
		    width: 100%;
		    background: #ffffff;
		    padding: 20px 45px 45px;
		    margin: 55px auto 30px;
		    position: relative;
		    color: #8c99a1;
		    font-size: 14px;
		    line-height: 24px;
		}

			.popup-content p {
			    margin-bottom: 25px;
			}

			.popup-close {
			    position: absolute;
			    right: 20px;
			    top: 30px;
			    color: #055d8f;
			    cursor: pointer;
			    display: flex;
			}

				.popup-close img {
				    height: 20px;
				    margin-left: 8px;
				}

			.popup-content h2 {
				margin-top: 10px;
				padding-right: 57px;
			}

			.popup-form {
			    margin-top: 45px;
			    max-width: 470px;
			    margin-left: 40px;
			    margin-bottom: 45px;
			}

			.popup-form  .d-flex {
			    margin-bottom: 20px;
			    position: relative;
			}

			.popup-form .d-flex input, .popup-form .d-flex select {
			    flex: 1;
			    max-width: 350px;
			    padding: 0 7px;
			    margin-left: 10px;
			    border:1px solid #cdcdcd;
			    border-radius: 0;
			}

			.popup-form .d-flex .zip-code {
			    max-width: 93px;
			    margin-right: 10px;
			    margin-left: 25px;
			}

			.popup-form .d-flex label:first-child {
			    min-width: 95px;
			}

			.radio-area {
			    padding-left: 120px;
			    margin-bottom: 10px;
			}

			.radio-area label {
			    margin-right: 30px;
			}

			.popup-form .attach-photo {
			    background: #cdcdcd;
			    padding: 4px 9px;
			    max-width: 104px;
			    margin-top: 0;
			}

			.popup-form .d-flex span {
			    border-bottom: 1px solid #cdcdcd;
			    width: 100%;
			    height: 32px;
			    margin: 0 12px;
			}

			.popup-form .send-btn-area .btn {
			    height: auto;
			}

			#subscribe-popup .popup-content {
			    max-width: 1200px;
			    text-align: center;
			    color: #000;
			}

			#subscribe-popup .popup-content h2 {
			    font-size: 18px;
			    color: #002f42;
			    margin-bottom: 25px;
			}

			#subscribe-popup .popup-content  strong p {
			    font-size: 18px;
			}

			#subscribe-popup .popup-content strong p a {
			    color: #1d91bf;
			    text-decoration: underline;
			}

			#subscribe-popup .popup-form {
			    margin-left: auto;
			    margin-right: auto;
			}

			#subscribe-popup .popup-form .d-flex label:first-child {
			    min-width: 120px;
			    text-align: left;
			}

			.popup-form .d-flex label {
			    font-size: 16px;
			}

			#subscribe-popup  .popup-form .d-flex span {
			    border-bottom: none;
			    height: auto;
			    margin: 0 0;
			    color: #ff0000;
			}

			#subscribe-popup .popup-form .d-flex input,
			#subscribe-popup .popup-form .d-flex select {
			    max-width: 330px;
			    max-height: 30px;
			}

			#subscribe-popup  .popup-form .btn {
				font-weight: 600;
			}

			#subscribe-popup  .popup-form .send-btn-area {
				position: initial;
			}

			.radio-type input[type="radio"]:checked ~ em:after {
			    content: "";
			    width: 9px;
			    height: 9px;
			    background-color: #002f42;
			    position: relative;
			    top: -6px;
			    display: inline-block;
			}

			.d-flex.radio-type {
			    justify-content: flex-start;
			    text-align: left;
			}

			.radio-type label:not(:first-child){
			    margin-left: 20px;
			}

			@media screen and (min-width: 1080px){
				.popup-form .send-btn-area {
				    position: absolute;
				    right: 42px;
				    bottom: 89px;
				}

				.d-grid-3 {
				    display: grid;
				    grid-gap: 9vw;
				    grid-template-columns: repeat(3, minmax(1px, 1fr));
				}

				.branch-news .d-flex{
					display: grid;
					grid-gap: 4vw;
					grid-template-columns: repeat(4, minmax(1px, 1fr));
				}
			}

.item-img img,
.pres-img img  {
	max-width: 360px;
	width: 100%;
}

.item-info p,
.item-info ,
.speakers-info p, .speakers-items p, #prepare-your-travel, #prepare-your-travel+script+#media p,
.pres-info p,
.our-partners-text p,
.post-excerpt, .home-block-item p {
	color:#8c99a1;
	font-size: 14px;
	line-height: 24px;
}

.item-info h3 {
	margin-bottom: 35px;
	max-height: 120px;
	overflow: hidden;
}

.tenders-item {
	margin-bottom: 30px;
	flex-wrap: wrap;
}

@media screen and (min-width: 769px){
	.item-link .btn {
		min-width: 250px;
	}

	.item-info {
		max-width: 440px;
		margin: 0 20px;
		width: 45%;
	}

	.item-img {
		flex: 1;
		max-width: 360px;
	}

	.events-block {
		min-width: 360px;
	}

	.events-block img {
		margin-left: 30px;
	}

	.continue-career {
	    padding-top: 65px;
	}

	.career-post {
	    align-items: flex-start;
	}
}

.world-events .events-area {
	margin-bottom: 0;
}

.world-events .event-body {
	max-width: 324px;
	flex: 1;
	margin-bottom: 20px;
}

.world-events .view-by-date {
	min-width: 150px;
	margin-bottom: 0;
	margin-left: 20px;
}

.world-events .events-area > .d-flex {
	align-items: flex-start;
}

.blocks-header {
	margin-bottom:15px;
}

.blocks-header h2{
	margin-bottom: 0;
}

.board-list {
	margin-bottom: 40px;
}

.board-list .board-item:not(:last-child) {
	border-bottom: 1px solid #e6e6e6;
	padding-bottom: 30px;
	margin-bottom: 30px;
}

.board-text a {
	color: #127298;
	text-transform: uppercase;
}

.board-text a span {
	color: #00afec;
	text-transform: capitalize;
}

.board-date {
	color: #acacac;
}

.speakers-area h2 span,
.our-partners h2 span {
	color: #1381bf;
}

.speakers-list, .speakers-items {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.speakers-list {
	margin: 70px 0 40px;
}

.speakers-img {
	height: 164px;
	width: 130px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.user-img-info {
	max-width: 285px;
	flex: 1;
}

.user-img-info > img {
	border: 10px solid #e6e6e6;
	max-width: 100%;
	width: 100%;
}

.user-info {
	flex: 1;
	margin-left: 25px;
}

.user-area,
.form-flex,
.form-flex > div >div,
.text-area {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.form-flex  > *{
	width: 47%;
}

.form-flex > div > div {
	margin-bottom: 20px;
	position: relative;
}

.form-flex div input, .form-flex div select {
	border: 1px solid #cdcdcd;
	max-width: 267px;
	flex: 1;
	height: 30px;
	padding-left: 8px;
	width: 100%;
}

.user-info div label {
	font-size: 16px;
	font-weight: 400;
	min-width: 152px;
	display: inline-block;
	    line-height: 24px;
}

.form-flex .input-number {
	margin-bottom: 10px;
}

.input-number,
.checkbox-area {
	width: 100%;
	margin-bottom: 30px;
}

.form-flex .input-number input {
	margin-left: 0px;
}

.form-title {
	margin-bottom: 35px;
}

.form {
	margin-bottom: 70px;
}

.form-flex > div:nth-child(3) {
	margin-bottom: 50px;
}

.attach-photo {
	display: block;
	background: #898989;
	padding: 12px;
	border-radius: 5px;
	text-align: center;
	font-size: 14px;
	cursor: pointer;
	width: 100%;
	letter-spacing: 2px;
	max-width: 285px;
	color: #fff;
	margin-top: 15px;
	transition: all 0.5s;
	text-transform: uppercase;
}

.attach-photo:hover {
	opacity: 0.8;
}

.attach-photo input[type=file] {
	display: none;
}

.text-area  {
	margin-bottom: 25px;
}

.text-area textarea {
	flex: 1;
	height: 115px;
	border: 1px solid #cdcdcd;
	resize: none;
	padding: 5px 7px;
	margin-left: 20px;
	font-size: 15px;
}

.input-number input, .input-number select {
	border: 1px solid #cdcdcd;
	width: 100%;
	max-width: 430px;
	height: 30px;
	padding-left: 7px;
}

.form .check-fld {
	display: flex;
	justify-content: space-between;
}

.form .check-fld label {
	min-width: auto;
}

.form .check-fld label span {
	width: 20px;
	height: 20px;
	text-align: center;
}

.send-area {
	margin-top: 50px;
    text-align: center;
}

.send-area > *{
	margin-right: 10px;
	margin-left: 10px;
	max-width: 270px;
	width: 100%;
	margin-bottom: 15px;
}

.send-btn,
#subscribe-popup  .popup-form .btn,
.next-btn  {
	background-color: #8bcb4c;
	border:none;
	width: 270px;
}

.preview-btn {
	background-color: #175470;
}

.back {
	background-color: #bdbdbd;
}

.user-img-info  .btn{
	width: 100%;
	margin-bottom: 40px;
}

.social-icons {
	display: flex;
	justify-content: center;
	margin: 30px 0;
}

.social-icons a img {
	margin: 0 7px;
	height: 30px;
}

.member-info h3 {
	font-size: 26px;
	margin-bottom: 5px;
}

.member-info h3:not(:first-child) {
	color: #82a1ad;
}

.member-info > div,
.specialist-block,
.postal-adress ul li:first-child  {
	margin-bottom: 20px;
}

.certified-div {
	background-color: #c08e57;
	min-height: 150px;
	margin-top: 22px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.padding-20 {
	padding:20px;
}

.postal-adress {
	background-color: #055d8f;
}

.postal-adress ul li:not(:first-child),
.business-desc p {
	line-height: 24px;
	font-weight: 400;
}

.member-info .light-blue-bg {
	display: flex;
}

.member-info .light-blue-bg span,
.phone-email > div a {
	font-weight: 400;
	margin-left: 5px;
}

.member-info .light-blue-bg li {
	margin-bottom: 12px;
}

.contact-countries {
	border:2px solid #1d91bf;
}

.contact-countries .lightblue-txt {
	margin-bottom: 15px;
}

.usa-page-edit .user-info div label {
	min-width: 230px;
}

.usa-page-edit .text-area textarea {
	height: 260px;
	margin-left: 15px;
	max-width: 430px;
}

.usa-page-edit .send-area {
	float: none;
	margin-top: 0;
	max-width: 675px;
	text-align: right;
}

.usa-page-edit .text-area {
	justify-content: flex-start;
}

.usa-page-edit .input-numbe {
	margin-bottom: 20px;
}

.usa-page-edit  .user-img-info .btn {
	margin-bottom: 15px;
}

.phone-email {
	flex-wrap: wrap;
}

.phone-email > div {
	border: 2px solid #055d8f;
	width: 49%;
}

.phone-email > div a {
	color:  #055d8f;
}

.border-bottom {
	border-bottom: 1px solid #055d8f;
}

.business-desc ,
.specialist-desc  {
	margin-top: 50px;
}

.business-desc h3 ,
.specialist-desc h3,
.border-bottom  {
	padding-bottom: 15px;
	margin-bottom: 20px;
}

.business-desc p {
	font-size: 16px;
	margin-bottom: 25px;
}

.specialist-block {
	border:2px solid #cdcdcd;
}

.specialist-block .upper-txt {
	color: #5d5d5d;
	margin-bottom: 15px;
}

.world-congress-header img {
	max-width: 100%;
	width: 100%;
}

.tabs-area {
	padding: 15px 40px 0;
}

.gradient-bg {
	background: linear-gradient(to right, #f03535 , #fcc385);
	padding: 25px 15px;
}

.gradient-bg  div {
	line-height: 38px;
}

.presentation .d-flex {
	align-items: flex-start;
	margin-top: 23px;
}

@media screen and (min-width: 769px){
	.pres-info{
		max-width: 480px;
		margin: 0 20px;
	}

	.presentation-more-info .pres-info {
		max-width: 800px;
		margin-right: 0;
	}

	.pres-btn {
		max-width: 190px;
	}

	.usa-page-edit .user-info {
		margin-top: 54px;
	}
}

.pres-info h4,
.pres-info p {
	margin-bottom: 30px;
}

.pres-btn .btn {
	line-height: 22px;
	min-height: 120px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 10px;
	min-width: 160px;
	max-width: 190px;
}

.pres-btn span {
	font-size: 12px;
	display: block;
	text-align: center;
	margin-bottom: 25px;
}

.inactive-btn {
	background-color: #dddddd;
	position: relative;
}

.inactive-btn:after {
	content:"";
	background-image: url(images/dioganal.png);
	background-repeat: no-repeat;
	background-size: cover;
	position:absolute;
	height: 100%;
	left: 0;
	right: 0;
	width: 100%;
	top: 0;
	bottom: 0;
}

.speakers-item {
	max-width: 130px;
	margin: 0 30px 15px;
}

.speakers-info h4 {
	margin-top: 17px;
}

.speakers-items {
	margin-top: 45px;
}

.book-map-info {
	background-color: #f1f1f1;
	border-radius: 10px;
	padding: 20px;
}

@media screen and (min-width: 1024px){
	.book-map-info {
		display: flex;
		justify-content: space-between;
		padding: 50px 50px 50px 30px;
		flex-wrap: wrap;
	}

	.check-book-area{
		width: 42%;
	}

	.map-area {
		width: 53%;
		margin-left: 30px
	}
}

.trans-venue .tabs-list li a:after {
	background-color: #f1453e;
}

.check-item {
	display: flex;
	margin-bottom: 40px;
}

.check-item-info h4 {
	color: #010101;
	margin-bottom: 15px;
	font-weight: 700;
}

.check-item-info p {
	color: #555555;
	line-height: 20px;
	margin-bottom: 13px;
}

.book-btn,
.read-more-btn {
	font-size: 11px;
	line-height: 30px;
	padding: 0px 10px;
}

.book-btn {
	background-color: #f1453e;
}

.read-more-btn {
	background-color: #2ca6f3;
}

.check-item input[type="radio"] {
	display: none;
}

.check-item label {
	cursor: pointer;
}

.check-item input[type="radio"] ~ label:before {
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.check-item label:before {
	content: "";
	border-radius: 50%;
	width: 50px;
	height: 50px;
	display: inline-block;
	cursor: pointer;
	margin-right: 9px;
	position: relative;
	background: #fff;
}

.check-item input[type="radio"]:checked ~ label:before {
	box-shadow: 0 0 0 10px #fff inset, 0px -3px 1px 1px #f1453e inset;
	background: #f1453e;
}

.social-tours .check-item input[type="radio"]:checked ~ label:before {
	box-shadow: 0 0 0 10px #fff inset, 0px -3px 1px 1px #2ca6f3 inset;
	background: #2ca6f3;
}

.social-tours .book-map-info,
.media-list {
	margin-top: 40px;
}

.drop-area {
	max-width: 120px;
}

.detail-tour-info {
	border: 1px solid #2ca6f3;
	background-color: #fff;
	padding: 20px;
	position: absolute;
	z-index: 1;
	width: 100%;
	min-width: 570px;
	left: 104px;
	margin-top: -8px;
	display: none;
}

.detail-tour-info img {
	float: left;
	max-width: 285px;
	margin: -21px 25px 24px -21px;
}

.detail-tour-info p {
	color: #000;
}

.detail-tour-info a {
	color:#2ca6f3;
	margin-bottom: 20px;
	display: block;
}

.detail-tour-info a:hover {
	text-decoration: underline;
}

.check-item-info {
	position: relative;
}

.media-list {
	display: grid;
	grid-gap: 30px;
	grid-template-columns: repeat(4, minmax(1px, 1fr));
}

.media-item img {
	max-width: 100%;
	width: 100%;
	height: 140px;
	object-fit: cover;
}

.agenda-tabs ul li {
	display: inline-block;
	margin-right: 25px;
	margin-bottom: 15px;
}

.agenda-tabs ul li a {
	padding: 10px;
	display: block;
	border-radius: 10px;
}

.agenda-tabs ul li .active,
.agenda-tabs ul li a:hover {
	background-color: #f1453e;
}

.agenda-tabs ul li a b{
	font-size: 24px;
	text-transform: uppercase;
	display: block;
	color: #f1453e;
	font-weight: 700;
	margin-bottom: 5px;
}

.agenda-tabs ul li a span{
	font-size: 16px;
	color: #8d8d8d;
}

.agenda-tabs ul li .active b,
.agenda-tabs ul li a:hover b {
	color: #fff;
}

.agenda-tabs ul li .active span,
.agenda-tabs ul li a:hover span {
	color: #ffb7b4;
}

.day-info {
	border: 1px solid #e6e6e6;
	padding: 20px 20px 10px 20px;
	min-height: 155px;
	flex: 1;
	max-width: 363px;
	margin: 10px 0;
	position: relative;
	overflow-y: auto;
}

.time {
	color: #8c99a1;
	margin-bottom: 10px;
}

.day-info ul li {
	line-height: 24px;
	color: #8c99a1;
}

.number {
	color: #ffaba8;
	font-size: 18px;
	position: absolute;
	right: 10px;
	bottom: 10px;
}

.day-more-desc .d-flex:last-child {
	justify-content: flex-start;
}

.day-desc-list {
	position: relative;
}

.day-more-desc .day-desc-list:not(:last-child):after,
.day-more-desc .day-desc-list:not(:first-child):before {
	content: "";
	height: 1px;
	width: 100%;
	display: block;
	background-color: #e6e6e6;
	position: absolute;
}

.day-more-desc .day-desc-list:not(:last-child):after {
	left: 100%;
}

.day-more-desc .day-desc-list:not(:first-child):before {
	right: 100%;
}

.mooc-area {
	display: grid;
	grid-gap: 60px;
	grid-template-columns: repeat(3, minmax(1px, 1fr));
}

.mooc-img {
	border-bottom: 10px solid #002f42;
	height: 167px;
}

.mooc-img img {
	width: 100%;
	object-fit: cover;
	height: 157px;
}

.mooc-info {
	border: 1px solid #dadada;
	padding: 10px;
	border-top: 0;
}

.mooc-info h3 {
	margin-bottom: 27px;
	max-height: 52px;
	min-height: 52px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.mooc-info h3 a:hover {
	color: #f3932c;
}

.mooc-info  .gray-text {
	color: #6a6a6a;
}

.career-post  {
	padding-bottom: 30px;
	margin-bottom: 30px;
}

.career-thumb {
    max-width: 195px;
}

.career-thumb img {
    width: 195px;
    height: 195px;
    object-fit: cover;
}

.continue-career .btn,
.see-more, .send-btn-area .btn {
    min-width: 250px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 250px;
    margin: auto;
}

.career-info {
    margin: 0 50px;
    max-width: 665px;
    flex: 1;
}

.career-info h2 a:hover {
	color: #f3932c;
}

.career-info > a {
    color: #f3932c;
    line-height: 24px;
    margin-top: 12px;
    display: inline-block;
}

.career-info > a i {
    font-size: 21px;
    margin-right: 5px;
    position: relative;
    top: 2px;
}

.career-info .post-excerpt,
.news-list .post-excerpt,
.news-block .post-excerpt  {
	max-height: 96px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}

.career-info .post-excerpt.opend-more {
    overflow: initial;
    display: block;
    max-height: initial;
}

.pres-info td img {
    max-width: 100%;
    width: 100%;
    height: auto;
}

.pres-info td {
    height: auto;
    width: auto;
    vertical-align: top;
    padding: 6px 15px 6px 0;
    text-align: left;
}

.pres-info td p {
    margin-bottom: 5px;
    line-height: 20px;
}

.content-container p img {
    max-width: 100%;
}

.main-area .news-block.business-platform .post-thumb img {
    width: 580px;
    height: 280px;
    object-fit: cover;
    max-width: 100%;
}

.main-area .news-block.business-platform .post-thumb {
    border: none;
    padding: 0;
}

.business-platform .news-post p {
    margin: 15px 0;
    line-height: 22px;
}

.business-platform .news-post a:hover {
    color: #004d6c;
}

.business-platform ~ .btn {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
}

.inner-tender {
    flex: 1;
}

.business-platform .news-post {
    display: flex;
}

.news-block.business-platform {
    padding-right: 0;
}

.news-post.news-odd {
    flex-direction: row-reverse;
}

.top-container ~ .header {
    margin-bottom: 62px;
}

/*---changes---*/

.events-block img {
	width: 300px;
	height: 250px;
	object-fit: cover;
}

.events-area .btn {
	position: relative;
}

.events-area .btn:before {
	content: "";
	background-image: url(images/shadow.png);
	height: 98px;
	display: block;
	position: absolute;
	bottom: 42px;
	left: 0;
	right: 8px;
	opacity: 1;
}

.events-list .event-body:last-child {
	margin-bottom: 70px;
	border-bottom: 0;
}

.form-icon {
	position: absolute;
	bottom: 9px;
	left: 10px;
}

.form-icon.category-icon {
	bottom: 10px;
}

.adv-search-form .select-icon select {
	padding-left: 27px;
}

.search-reset .orange-bg {
	flex: 1;
	margin-right: 20px;
}

.search-reset {
	margin-bottom: 70px;
}

.adv-search-form select {
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	background-image: url(images/select-icon.png);
	background-repeat: no-repeat;
	background-position: 97% 16px;
}

.pres-info .owl-item {
	max-width: 168px;
}

.content-gallery.pres-info .owl-item {
    width: 100% !important;
}

.content-gallery.pres-info [class *= "owl-carousel-"] .owl-stage-outer .owl-stage {
    width: 100% !important;
}

.pres-info [class *= "owl-carousel-"] .owl-stage-outer .owl-stage {
	justify-content: flex-start;
}

.pictures-item img {
	max-width: 156px;
	height: 140px;
	object-fit: cover;
}

.pres-info .owl-stage-outer {
	max-width: 800px;
	overflow: hidden;
}

.picures-area {
	margin-bottom: 25px;
}

.presentation-more-info .download-press-area {
	border-top: 0;
}

.pres-info.news--nfo-gallery ,
.pres-info.content-gallery {
    margin-left: 0;
}

.pres-info.news--nfo-gallery .owl-stage-outer,
.content-gallery.pres-info .owl-stage-outer,
.pres-info.news--nfo-gallery ,
.pres-info.content-gallery, .news-excerpt-thumb iframe  {
    max-width: 100%;
}

.news-excerpt-thumb iframe {
	height: auto;
}

.our-partners .partners-slider {
	margin: 80px 0;
}

.our-partners  .owl-item {
	text-align: center;
}

.btn.member-search {
	max-width: 115px;
	display: flex;
	white-space: normal;
	font-size: 12px;
	max-height: 41px;
}

.top-navigation .log-out a {
	font-size: 12px;
    background-color: #ea2f2f;
}

.top-navigation .log-out a i {
    margin-left: 4px;
    font-size: 14px;
}

.member-chapter {
    text-align: center;
    font-size: 17px;
    margin: 10px 0;
}

.attach-photo.orange-bg {
    background: #f3932c;
}

.form .select2-container--default.select2-container--focus .select2-selection--multiple,
.form .select2-container--default .select2-selection--multiple,
.form-list  .select2-container--default.select2-container--focus .select2-selection--multiple,
.form-list .select2-container--default .select2-selection--multiple {
	border: 1px solid #cdcdcd;
	border-radius: 0;
}

.form .select2-container .select2-search--inline .select2-search__field ,
.form-list .select2-container .select2-search--inline .select2-search__field {
	margin-top: 0;
}

.form .select2-container--default .select2-selection--multiple .select2-selection__choice,
.form-list .select2-container--default .select2-selection--multiple .select2-selection__choice {
	background-color: transparent;
	border: 1px solid #cdcdcd;
	color: #000;
	padding: 3px 5px;
	font-weight: 400;
	border-radius: 0;
}

.error-msg {
	position: absolute;
	right: 0;
	bottom: -12px;
}

.d-flex .zip-code ~ .error-msg {
    left: 120px;
}

.d-flex #city ~ .error-msg {
    left: auto;
}

.check-fld, .input-number, .text-area {
	position: relative;
}

.input-number {
	display: flex;
	align-items: center;
}

.form .select2-container {
	flex: 1;
}

.twitter-widget {
	max-height: 290px;
    overflow-y: scroll;
    margin-right: 35px;
}

.user-img-info .input-number {
    flex-direction: column;
    margin-bottom: 12px;
}

.user-img-info .input-number label {
    font-size: 16px;
    margin-bottom: 5px;
    margin-top: 5px;
}

.change-password .error-msg {
    left: 0;
}

.first-page {
	min-height: 100vh;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 20px;
	display: flex;
}

.first-page-content {
    margin: auto;
    display: flex;
    align-items: center;
    flex-direction: column;
    text-align: center;
    font-size: 30px;
    color: #1d5a8d;
    line-height: 120%;
}

.first-page-content h2 {
    margin:5vw 0 6vw;
}

.first-page-content img {
    max-width: 100%;
}

.bottom-text {
    display: flex;
    flex-direction: column;
}

.bottom-text span:first-child {
	color: #000;
	margin-bottom: 5px;
}

.bottom-text a {
	margin-top: 25px;
}

.bottom-text a img {
	transition: all 0.5s;
}

.bottom-text a:hover img {
	transform: scale(1.15);
}

.member-search-form {
    max-width: 880px;
    margin: 45px auto;
    align-items: flex-start;
}

.member-search-form h4,
.or-login-form h4 {
    margin-bottom: 30px;
}

.member-search-form p {
    font-size: 18px;
    line-height: 32px;
    font-weight: 400;
    margin-bottom: 37px;
}

.member-search-form  label {
    color: #949595;
    font-size: 18px;
    min-width: 110px;
}

.member-search-form  input {
    border: 1px solid #cdcdcd;
    height: 26px;
    flex: 1;
}

.member-search-form .d-flex,
.or-login-form .d-flex {
    margin-bottom: 25px;
}

.member-search-form  button,
.or-login-form button  {
    margin: 0 auto;
    min-width: 190px;
}

.border {
    width: 1px;
    background-color: #9f9f9f;
    height: 260px;
    margin: 0 50px;
}

.member-search-form > div:not(.border) {
    flex: 1;
}

.top-container {
    padding-top: 44px;
    padding-bottom: 7px;
}

/*----end changes---*/
.or-login-form > * {
    width: 46%;
}

.or-login-form .align-center p {
 	  line-height: 22px;
 	  margin: 17% 0;
}

.or-login-form {
    align-items: flex-start;
}

.or-login-form button  {
    margin: 50px auto;
}

.or-login-form input,
.form-list div input,
.form-list div select {
	border: 1px solid #dadada;
	padding: 0 7px;
	width: 100%;
}

.or-login-form input {
	height: 45px;
}

.or-login-form label {
	min-width: 115px;
}

.form-list {
    max-width: 670px;
    margin: 0 auto 75px;
}

.form-list div label {
    display: block;
    margin-bottom: 10px;
}

.form-list div input,
.form-list div select {
    height: 30px;
    margin-bottom: 15px;
}

.form-list .d-flex > * {
    width: 47%;
}

.payment-info, .total-block,
.event-info {
    max-width: 940px;
    margin: 25px auto;
}

.total-block {
    color: #fff;
    padding: 21px 13px;
}

.payment-info p,
.or-form-event p {
    font-size: 15px;
    line-height: 22px;
    color: #747474;
    margin-bottom: 25px;
    text-align: left;
}

.check-list {
	justify-content: center;
	margin: 45px 0;
}

.check-list .check {
	margin: 10px 25px ;
    align-items: center;
}

.check {
	display: flex;
}

.check label  {
	cursor: pointer;
    margin-left: 10px;
}

.check input,
.table-block td input {
    min-width: 18px;
    height: 18px;
}

.event-info,
.check label  {
	font-size: 15px;
	line-height: 22px;
}

.table-block {
    margin-bottom: 25px;
}

.table-block table {
    width: 100%;
}

.table-block th,
.table-block td {
    text-align: center;
    padding: 7px 3px;
    min-width: 80px;
    vertical-align: middle;
}

.table-block td {
    border: 1px solid #dadada;
}

.table-block tr th:nth-child(1),
.table-block tr th:nth-child(2),
.table-block tr td:nth-child(1),
.table-block tr td:nth-child(2)  {
    width: 12%;
    max-width: 130px;
}

.or-form-event h2 em {
    font-weight: 400;
    font-style: italic;
    text-transform: none;
}

.only-members {
	background-color: rgba(243, 147, 44, 0.5);
    position: relative;
}

.only-members td {
	position: relative;
	z-index: -1;
}

.only-members span {
    position: absolute;
    left: -95px;
    max-width: 95px;
    color: #f3932c;
    font-size: 12px;
}

.privecy-police .check {
	color: #747474;
	margin-bottom: 25px;
}

.or-form-event i {
	color: #ee2727;
}

/*---footer---*/

.footer {
	font-size:14px;
}

.widget-bar,
.bottom-bar {
	max-width:none;
}
.widget-bar {
	background:#002f42;
}
.locate-bar {
	background:#001219;
	font-size:20px;
	height:68px;
}
.bottom-bar {
	background:#001b26;
	height:49px;
	font-size:12px;
	font-weight:700;
}

.bottom-bar a {
    font-size: 12px;
    color: #fff;
    margin-left: 3px;
}

.locate-bar,
.bottom-bar {
	padding-left:10px;
	padding-right:10px;
	justify-content: center;
	align-items: center;
}

.locate-bar a {
	word-spacing: 3px;
}

.locate-bar a:hover {
	opacity:.8;
}

.locate-bar a:before,
.locate-bar a:after {
	content:url("images/arrow-down-icon.png");
	width:25px;
	height:14px;
}
.locate-bar a:before {
	margin-right:20px;
}
.locate-bar a:after {
	margin-left:20px;
}

.locate-bar a span {
	color:#fa9528;
}

.widget-bar .container {
	max-width:1250px;
	margin:auto;
	align-items: flex-start;
}

.widget-bar .container {
	padding-top:30px;
	padding-bottom:45px;
}

.widget-bar .container .widget:first-child {
	padding-right: 7%;
	flex: .85;
}

.widget-bar .container .widget {
	flex:1;
}

.signup-form h3 {
    display: flex;
    font-size: 16px;
    align-items: center;
}

.widget p {
	margin-top:15px;
	line-height:22px;
}

.widget h3 {
	margin-bottom:35px;
}

.widget .address-bar > * {
	margin-bottom:20px;
	vertical-align:middle;
}

.widget-bar .container .widget .address-bar [class$="-icon"] {
	vertical-align: sub;
}

.widget-bar .container .widget .address-bar [class$="-icon"]:before {
	margin-left:0;
	vertical-align: sub;
}

.widget .signup-form input[type="text"] {
	padding-left:10px;
	padding-right:40px;
	border:1px #fff solid;
	width:233px;
	border-radius:2px;
	background:transparent;
	font-style:italic;
}

.widget .signup-form input[type="text"]::placeholder {
	font-size:15px;
	font-style:italic;
	color:#677881;
}

.widget .signup-form .envelope-icon {
	background:url(images/footer/envelope-icon.png);
	width:18px;
	height:12px;
	right: 14px;
	top: 17%;
}

.widget .signup-form .btn {
	margin-left:7px;
}

.widget .follow-us {
	margin-top:28px;
	margin-bottom:11px;
	font-size:12px;
}

.footer .widget .fa {
	margin-right:10px;
	font-size:24px;
}

.top-navigation > ul > li:not(.media-access) a,
.top-navigation > ul > li:not(.media-access) a:after,
.top-navigation > ul li:last-child,
.main-area .post-thumb img,
.main-area h2 .post-title,
.main-area .event-title,
.become-a-member-area .prompt img,
.testimonial-area .more-testimonial {
	transition:all .5s;
}


/**************************************************Content Page**********/

.gras{
	    font-weight: 900;
}

.who_menu {
	Display:flex;
	flex-wrap:wrap;
	justify-content: center;
	padding:0;
	background-color:#fff;
	list-style-type: none;
	}
.who_menu > li {
	text-transform : uppercase;
	list-style-type: none;
	min-width: 120px;
	text-align: center;
	padding : 0 ;
	width:18%;
	margin-bottom:1%;
	margin-top:1%;
	margin-left: 1%;
	position: relative;}
		
.who_menu > li > ul {
	display: none;
	position:absolute;
	background-color: rgba(29, 145, 191, 0.78);
	width:100%;
	padding:5%;
	margin:0;
	list-style-type:none;
	text-align:left;
	text-transform:none;
	top: 100%;
	left: 0;
	z-index:2;}

.who_menu > li:hover > ul {
	display:block;}






		.who_menu2 {
	Display:flex;
	flex-wrap:wrap;
	justify-content: center;
	padding:0;
	background-color:#fff;
	list-style-type: none;
	}
.who_menu2 > li {
	text-transform : uppercase;
	list-style-type: none;
	min-width: 120px;
	text-align: center;
	padding : 0 ;
	width:20%;
	margin-bottom:1%;
	margin-top:1%;
	margin-left: 1%;
	position: relative;}
		
.who_menu2 > li > ul {
	display: none;
	position:absolute;
	background-color: rgba(29, 145, 191, 0.78);
	width:100%;
	padding:5%;
	margin:0;
	list-style-type:none;
	text-align:left;
	text-transform:none;
	top: 100%;
	left: 0;
	z-index:2;}

.who_menu2 > li:hover > ul {
	display:block;}



.bloc3 {
			display:flex;
			justify-content: center;
			width:100%;
			flex-wrap: wrap;
			flex-direction: row;
		}
		
.bloc3 > div {
			width:30%;
			margin :1% 1.5%;
		}

.bloc2 {
			display:flex;
			justify-content: center;
			width:100%;
			flex-wrap: wrap;
			flex-direction: row;
		}
		
		.bloc2 > div {
			width:45%;
			margin :0 0.5%;
		}

.bloc2 > div > table {
			width:100%;
			margin :0 0.5%;
			background-color:#EDEDED;
		}
		
		.bloc2 > div > table > tbody> tr:nth-child(2n) {
			background-color:#F8F8F8;
		}
		
		
		.bloc2 > div > table > tbody > tr:first-child {
			background-color :#055d8f;
			text-transform: uppercase;
			border: 2px solid #055d8f;
		}


.bloc1 {
    display: flex;
    justify-content: center;
    width: 100%;
    flex-wrap: wrap;
    flex-direction: row;
}
		.bloc1 > div {
    width: 98%;
    margin: 0 0.5%;
}
		.bloc1 > div > table {
    width: 100%;
    margin: 0 0.5%;
    background-color: #EDEDED;
}
		
		.bloc1 > div > table > tbody > tr:first-child {
    background-color: #055d8f;
    text-transform: uppercase;
    border: 2px solid #055d8f;
}
		.bloc1 > div > table > tbody> tr:nth-child(2n) {
    background-color: #F8F8F8;
}


.bloc2-bis {
			display:flex;
			justify-content: center;
			width:100%;
			flex-wrap: wrap;
			flex-direction: row;
		}
		.bloc2-bis > div{
			width:47%;
			margin :0 0.5%;
			
		}
		.bloc2-bis > div:first-child {
			width: 20%;

			
		}
		.bloc2-bis > div:last-child {
			flex-grow: 1;
			
		}

.bloc6 {
			display:flex;
			justify-content: center;
			width:100%;
			flex-wrap: wrap;
			flex-direction: row;
			padding-top:20px;
			padding-bottom:20px;
			
		}
		
.bloc6 > div {
			width:15%;
			margin :0 0.5%;
		}

.illustration{
    float:left;
    width: 50%;
    padding-right:25px;
    padding-bottom: 10px;
}

.illustrationdroite{
     float:right;
    width: 50%;
    padding-left:25px;
    padding-bottom: 10px;
}

.taille25{
    width: 25%;
}
.taille30{
    width: 30%
}
        


.illustration > img,  .illustrationdroite > img {
 width: 100%   
}



.listeapuce{
    list-style: initial; 
    margin-left: 17px; 
    color: #8c99a1; 
    text-align: left; 
    margin-top: 0px; 
    margin-bottom: 10px;
    
}
.listeapuce > li{
    margin-bottom: 3px;
}

p.titreliste{
    color: #333333;
    margin: 30px 0 5px 0;
    line-height:normal;
}

.main-area div p img {
    max-width: 100%;
    height: auto;
}




@media screen and (max-width: 870px){
		.who_menu > li {
	width:30%;
	margin-left: 1%;}	
	
		
	
	.who_menu2 > li {
	width:30%;
	margin-left: 1%;}	
	
	.bloc6 > div {
			width:25%;
			margin :0 0.5%;
		}
	
}

@media screen and (max-width: 650px){
	.who_menu > li {
	width:40%;
	margin-left: 1%;}
	
	.who_menu2 > li {
	width:40%;
		margin-left: 1%;}
	
	.bloc3 > div {
			width:100%;
			margin :1% 1.5%;
		}
	
	.bloc2 > div {
			width:100%;
			margin :0 0.5%;
		}
	
	.bloc1 > div {
    width: 100%;
    margin: 0 0.5%;
}

	
	.bloc2-bis > div {
			width:100%;
			margin :0 0.5%;
		}
	
	.bloc2-bis > div:first-child {
    width: 100%;
}
	
		.bloc6 > div {
			width:45%;
			margin :0 0.5%;
		}
    .illustration, .illustrationdroite{
    float:none;
    width: 100%;
    padding-right:0px; 
    }
    
    .taille25, .taille30{
        width: 100%;
    }
	
	
}

@media screen and (max-width: 300px){
	.who_menu > li {
	width:90%;
		margin-left: 1%;}
	
	.who_menu2 > li {
	width:90%;
	margin-left: 1%;}
	
		.bloc6 > div {
			width:90%;
			margin :0 0.5%;
		}
   
	

}
/*-------------------------------*/

.bloc1 table strong{font-weight:bold;font-size: 1.2em; color:#055d8f;}
