.column-style {
	position: relative;
	overflow: hidden;
}
.column-style ul {
	padding: 30px 20px;
}  
.column-style p{
	padding-left: 40px;
}  
.every-column {
	margin-left: 2%;
	width: 30%; 
	float: left;
}

ul.nav-list {
	background-color: #dcb5c6;
}

.position1 {
	background: #ECE1E1 !important;
}
.position2 {
	background: #E3D0D8 !important;
}
.position3 {
	background: #E2C0CF !important;
}
.position4 {
	background: #DCB5C6 !important;
}

.main-nav-right-bg {
	position: relative;
}
.main-nav-right-bg .line {
	height: 2px;
	width: 100%;
	background-color: #fff;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -1px;
}

.social_test .b-share {
	text-align: center !important;
}

.social_test .yashare-auto-init {
	float: none !important;
}

.social_test .b-share__handle {
	display: inline-block !important;
	float: none !important;
}

.social_test .b-share-icon {
	float: none !important;
}

.article-header .video {
  margin: 0 auto;
}
.main_review {
    width: 90%;
}
.main-header .main-nav-block .lang-wr .lang{
    line-height: 35px;
    margin-top: 18px;
}

.top-navbar .search-form-wr {
	flex-basis: 50% !important;
	-webkit-flex-basis: 50% !important;
	position: relative;
	z-index: 11;
	top: -39px;
	left: 100px;
}
.header-box {
	background-color: #f4f7fc;
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	align-content: space-around;
	-webkit-align-content: space-around;
	-ms-flex-line-pack: distribute;
	padding: 20px 0;
}
.header-box .header-item {
	font-size: 13px;
	color: #a8a9ab;
	text-align: center;
	width: 16.6%;
}
.header-box .header-item.header-item-name {
	width: 21%;
	min-width: 21%;
}
.header-box .header-item.header-item-name:before {
	font-family: FontAwesome;
	content: "\f007";
	font-size: 15px;
	margin-right: 6px;
	color: #ff0075;
}
.header-box .header-item.header-item-company {
	width: 20%;
	min-width: 20%;
}
.header-box .header-item.header-item-company:before {
	font-family: FontAwesome;
	content: "\f1ad";
	font-size: 15px;
	margin-right: 6px;
	color: #ff0075;
}
.header-box .header-item.header-item-country {
	width: 7%;
	min-width: 7%;
}
.header-box .header-item.header-item-country:before {
	font-family: FontAwesome;
	content: "\f041";
	font-size: 15px;
	margin-right: 6px;
	color: #ff0075;
}
.header-box .header-item.header-item-position {
	width: 13%;
	min-width: 13%;
}
.header-box .header-item.header-item-position:before {
	font-family: FontAwesome;
	content: "\f0b1";
	font-size: 15px;
	margin-right: 6px;
	color: #ff0075;
}
.header-box .header-item.header-item-email {
	width: 12%;
	min-width: 12%;
}
.header-box .header-item.header-item-email:before {
	font-family: FontAwesome;
	content: "\f0e0";
	font-size: 15px;
	margin-right: 6px;
	color: #ff0075;
}
.header-box .header-item.header-item-facebook {
	width: 13.5%;
	min-width: 13.5%;
}
.header-box .header-item.header-item-facebook:before {
	font-family: FontAwesome;
	content: "\f09a";
	font-size: 15px;
	margin-right: 6px;
	color: #ff0075;
}
.header-box .header-item.header-item-linkedin{
	width: 12%;
	min-width: 12%;
}
.header-box .header-item.header-item-linkedin:before {
	font-family: FontAwesome;
	content: "\f0e1";
	font-size: 15px;
	margin-right: 6px;
	color: #ff0075;
}
@media (min-width: 320px) and (max-width: 959px){
	.every-column {
		width: 90%;
		margin: 0 auto;
		float: none;
	}
}
@media (min-width: 614px) and (max-width: 1024px){
	.main-header .main-nav-block .lang-wr .lang {
    	line-height: 100px;
    	margin-top: 10px;
	}
}

@media (min-width: 320px) and (max-width: 900px){
	.article-footer {
		text-align: center;
	}
	.yashare-auto-init {
    	float: none!important;
    	text-align: center;
	}
	.share__handle {
		float: none!important;
	}
	.b-share{
		width: 170px;
	}
	.b-share-icon {
		float: none!important;
		display: block;
		margin-bottom: 7px;
	}
	.b-share__handle {
		float: none!important;
	}
}
@media (min-width: 600px) {
	footer .footer-soc {
		display: none;
	}
}
.footer-infopanel {
	width: 100%;
}
.footer-soc {
	display: none;
	margin: 10px 0 10px 0;
}
footer .social-links {
	background-color: #474a4f;
	width: 100%;
	padding-left: 40%;
}
.footer-infopanel .footer-social-links {
	position: relative;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	display: flexbox;
	display: box;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	-ms-box-pack: flex-start;
	-moz-box-align: flex-start;
	-webkit-box-align: flex-start;
	align-items: flex-start;
	-ms-box-align: flex-start;
	position: relative;
	overflow: hidden;
	flex-shrink: 1;
	-webkit-flex-shrink: 1;
}
.footer-infopanel .footer-social-links li{
	float: left;
	height: 40px;
	margin-left: 20px;
}
.footer-infopanel .footer-social-links a{
	display: inline-block;
	width: 35px;
	height: 40px;
	background: url(../images/my_sprite.png) no-repeat;
}
.footer-infopanel .footer-social-links a.fb-link {
	background-position: -477px -72px;
}
.footer-infopanel .footer-social-links li a.youtube-link {
	background-position: -520px -72px;
}
footer .partners {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	display: flexbox;
	display: box;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	-ms-box-pack: space-between;
	-moz-box-align: flex-start;
	-webkit-box-align: flex-start;
	align-items: flex-start;
	-ms-box-align: flex-start;
}
@media (max-width: 1440px) {
	.main-content {
		padding: 0 15px;
	}
}
.main-content #items {
	background-color: #f4f7fc;
	padding-top: 15px;
	margin-top: 15px;
}
.member_list article {
	float: none;
	width: 100%;
	height: auto;
	min-height: auto;
	background-color: #f4f7fc;
}
.member_list article .wrap {
	min-height: auto;
	padding: 20px;
	margin-top: 15px;
	background-color: #ffffff;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	box-shadow: 2px 2px 12px rgba(119, 119, 119, 0.1);
	
}
.member_list article:nth-child(2n) .wrap, 
.member_list article:nth-child(2n+1) .wrap {
	margin: 0;
	margin-bottom: 15px;
}
.member_list article .wrap>div {
	width: 20%;
	min-width: 20%;
}
.member_list article .info>div {
	width: 16.66%;
	min-width: 16.66%;
	max-width: 16.66%;
	text-align: center;
	word-wrap: break-word;
}
.member_list article .wrap .info {
	margin-bottom: 0;
	margin-left: 25px;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	/* flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap; */
	width: 80%;
	max-width: 80%;
}
.member_list article .wrap .info .assmemb {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	width: 33.33%;
	min-width: 33.33%;
	max-width: 33.33%;
}
.member_list article .wrap .info .assmemb .label.org {
	width: 65%;
	max-width: 65%;
	min-width: 65%;
}
.member_list article .wrap .info .assmemb .country {
	width: 30%;
	max-width: 30%;
	min-width: 30%;
	margin-left: 0;
	padding-left: 0;
	background: none;
	font-weight: bold;
}
.member_list article .info .label {
	display: block;
	width: 100%;
	text-align: center;
}
.member_list article .wrap .info a.link-facebook .fa {
	font-size: 18px;
	color: #ffffff;
	background-color: #0065aa;
	padding: 6px 4px 4px;
    border-radius: 50%;
    width: 20px;
    text-align: center;
}
.member_list article .wrap .info a.link-facebook:hover .fa {
	background-color: #1581cb;
}
.member_list article .wrap .info .email-cont {
	word-wrap: break-word;
}
.member_list article .info .label.org {
	width: 100%;
	border-right: 0;
}
.hide-desctop {
	font-weight: bold;
	color: #777777;
	margin-right: 12px;
}
@media (max-width: 1024px) {
	.member_list article .wrap,
	.member_list article .wrap .info {
		flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
	}
	.member_list article .wrap .info {
		margin-left: 0;
	}
	.member_list article .wrap>div {
		max-width: 100%;
		min-width: 100%;
		width: 100%;
		text-align: center;
		padding-bottom: 12px;
	}
	.member_list article .info>div {
		width: 25%;
		max-width: 25%;
		min-width: 25%;
	}
	.member_list article .wrap .info .assmemb {
		width: 100%;
    	min-width: 100%;
    	max-width: 100%;
    	padding-bottom: 25px;
	}
	.member_list article .wrap .info a.link-facebook .fa {
		font-size: 16px;
		width: 18px;
		padding: 3px;
	}
	.header-box {
		display: none;
	}
}
@media (max-width: 720px) {
	.member_list article .info>div {
		width: 100%;
		min-width: 100%;
    	max-width: 100%;
		text-align: center;
		padding-bottom: 25px;
	}
	.member_list article .wrap .info .assmemb {
		flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
	}
	.member_list article .wrap .info .assmemb .label.org,
	.member_list article .wrap .info .assmemb .country {
		width: 100%;
		min-width: 100%;
    	max-width: 100%;
	}
}
@media (min-width: 1025px) {
	.hide-desctop {
		display: none;
	}
}