/*-------------------------------------------------------*/
/* General
/*-------------------------------------------------------*/

/*Typography - Typekit*/

.clearfix {
  *zoom: 1;
}

::-moz-selection { /* Code for Firefox */
    color: #f17d27;
	background:none;
}

::selection {
    color: #f17d27; 
	background:none;
}
::-moz-selection {
  color: #f17d27;
  background:none;
}

::-webkit-selection {
  color: #f17d27;
  background:none;
}
.container{
	max-width: 80%;
}
.container-fluid{
	max-width: 95%;
}
.clearfix:before, .clearfix:after {
  display: table;
  line-height: 0;
  content: "";
}

.clearfix:after {
  clear: both;
}

.left {
  float: left;
}

.right {
  float: right;
}
img{
	max-width: 100%;
}

:focus {
  outline: none;
}

b, strong{
	font-family: 'proxima-nova';
  	font-weight: 700;
}
ul, ul > li{
  list-style: none;
  margin: 0;
  padding: 0;
}

body {
  margin: 0;
  padding: 0;
  font-size:20px;
  color: #5d707f;
  font-family: 'proxima-nova';
  font-weight: 400;
}
body *{
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


h1, h2, h3, h4, h5, h6 {
	font-style: normal;
	color:#455567;
	font-family: 'proxima-nova';
  	font-weight: 700;
}
p {
	color: #5d707f;
  	font-size: 20px;
  	line-height:36px;
  	margin: 0px 0px 60px 0px;
	font-family: 'proxima-nova';
    font-weight: 400;
}
a, a:hover{
	text-decoration:none;
	outline:none!important;
	color: #1dd1a1;
}
button:focus{
	outline:none!important;
}
section ul, section ol{
	padding-left: 20px;
}
section ul > li{
	list-style: disc;
	list-style-position: outside;
}
.btn-primary{
	color: #fff;
	background-color:transparent;
	border:none;
	transition: all 0.3s ease;
	font-family: 'proxima-nova';
    font-weight: 700;
}
.btn-primary:hover {
    background-color:transparent;
	border:none;
}
.btn-primary.focus, .btn-primary:focus{
	box-shadow:none;
}
body{
	overflow-x:hidden;
}
#site-wrapper{
	padding-top: 195px;
	position: relative;
	float: left;
    width: 100%;
}
.container {

    width:100%;
    max-width: 1400px;
    position: relative;
}


header{
	float:left;
	width:100%;
	/*position: relative;*/
	height: 195px;
	background: #fff;
	padding:25px 0px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9;
}
header h1.logo{
	float:left;
	width:124px;
  height:124px;
	margin: 0px;
	padding:0px;
}
.nav-secondary{
	float:right;
}
.top-menu-sec{
	float:right;
	clear: both;
	margin-top: 13px;
}
.top-menu-sec ul#menu-top-menu li{
	position:relative;
}
.top-menu-sec ul#menu-top-menu li > ul.sub-menu{
	opacity: 0;
	position: absolute;
	pointer-events: none;
}
.logged-in .top-menu-sec ul#menu-top-menu li > ul.sub-menu,
.top-menu-sec ul#menu-top-menu li > ul.sub-menu{
	position: absolute;
	top: 15px;
	left: 0px;
	z-index: 2;
	background: #fff;
	padding: 10px 16px;
	border-radius:0px;
	width: 160px;
	box-shadow: 0px 0px 3px rgba(0,0,0,0.2);
	opacity: 0;
	transition: all 0.3s ease;
	pointer-events: none;
}
.logged-in .top-menu-sec ul#menu-top-menu li:hover > ul.sub-menu,
.top-menu-sec ul#menu-top-menu li:hover > ul.sub-menu{
    top: 38px;
    opacity: 1;
    pointer-events: auto;
}
.logged-in .top-menu-sec ul#menu-top-menu li > ul.sub-menu li,
.top-menu-sec ul#menu-top-menu li > ul.sub-menu li{
	margin: 0;
	width: 100%;
}
.logged-in .top-menu-sec ul#menu-top-menu li#menu-item-65 > ul.sub-menu li a,
.top-menu-sec ul#menu-top-menu li#menu-item-65 > ul.sub-menu li a{
	padding:0;
	font-weight: 700;
	padding-right: 55px;
}
.logged-in .top-menu-sec ul#menu-top-menu li > ul.sub-menu li a::after,
.top-menu-sec ul#menu-top-menu li > ul.sub-menu li a::after{
	display:none;
}
.logged-in .top-menu-sec ul#menu-top-menu li#menu-item-65 > ul.sub-menu li a::before,
.top-menu-sec ul#menu-top-menu li#menu-item-65 > ul.sub-menu li a::before{
    content: '';
	width: 35px;
	height: 15px;
	top: 2px;
	right: 0;
	position: absolute;
	background: url(../images/arrow-green.svg) no-repeat;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-transition-duration: 0.1s;
	transition-duration: 0.1s;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	background-size: 35px;
}
.logged-in .top-menu-sec ul#menu-top-menu li#menu-item-65:hover > ul.sub-menu li a:hover::before,
.top-menu-sec ul#menu-top-menu li#menu-item-65:hover > ul.sub-menu li a:hover::before{
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
}
.logged-in .top-menu-sec ul#menu-top-menu li:hover > ul.sub-menu::before,
.top-menu-sec ul#menu-top-menu li:hover > ul.sub-menu::before{
    content: '';
    width: 100%;
    height: 20px;
    background: none;
    position: absolute;
    top: -18px;
    left: 0;
    z-index: -1;
}
.secondary-nav{
	float:left;
	margin: 0;
	padding: 0;
}
.secondary-nav li{
	list-style: none;
	float:left;
	margin:0 25px;
}
.secondary-nav li:nth-child(1){
	margin-left: 0;
}

.secondary-nav li a{
	font-size: 16px;
	color:#5d707f;
	line-height: normal;
	font-family: 'proxima-nova';
    font-weight: 400;
}
.secondary-nav > li:last-child a{
	padding-left:30px;
	position: relative;
}
.secondary-nav li:last-child a::after{
	content: '';
	width:16px;
	height:17px;
	position: absolute;
	top:-1px;
	left: 0;
	background: url(../images/lock-icon.svg) no-repeat center;
}

header ul li.current-menu-item > a{
	/*pointer-events: none!important;*/
}

.social-links{
	float:left;
	margin: 0;
	padding: 0;
	padding-left: 30px;
}
.social-links li{
	list-style: none;
	float:left;
	margin:0 9px;
}
.social-links li:last-child{
	margin-right:0px;
}
.main-menu-sec{
	float:left;
	clear: both;
	margin-top: 20px;
}
header .primary-nav{
	float:left;
	margin: 0;
	padding: 0;
	margin-top: 22px;
}
header .primary-nav li{
	list-style: none;
	float:left;
	margin:0 43px;
}
header .primary-nav li:nth-child(1){
	margin-left: 0;
}
header .primary-nav li a{
	font-size: 26px;
	line-height: normal;
	color:#445567;
	font-family: 'proxima-nova';
    font-weight:700;
}

span.top_btn_membr{
	float: left;
	max-width:288px;
	display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
	position: relative;
	margin-right:80px;
}
span.top_btn_membr .btn_membr{
	margin-top:10px;
	opacity: 1;
	width: 265px;
	padding: 10px 20px;
	transition: all 0.6s ease;
}

body.serchactive{
	overflow: hidden;
}
header .search-wrap{
	z-index: 99;
	width: auto;
	position: absolute;
	right: 0;
	bottom:13px;
	background: none;
}
header .search-wrap::before {
	display: none;
}
header .search-wrap a.search-trigger {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: url(../images/search_icon.svg) no-repeat center;
    transition: all 0.4s ease;
	background-size: 32px;
}

header .site-search {
    position: fixed;
    z-index: 99;
    background: rgba(255, 255, 255, 0.98);
    width: 100%;
    left: 0px;
    padding: 40px 5.5vw 0px;
    top: 0px;
	height: 100%;
    display: none;
}
header .site-search .search-field-wrap{
	display: flex;
	align-items: center;
	width: 670px;
	margin: auto;
	margin-top:38vh;
	align-items: center;
	justify-content: space-between;
}
header .site-search .search-field-wrap form{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
header .site-search .search-field-wrap input {
    border: none;
    width: 100%;
    max-width: 600px;
    border-bottom: solid 1px #707070;
    font-size:42px;
    font-weight:400;
    letter-spacing: 0;
    line-height: 52px;
    color: #455567;
	padding: 10px 0px;
	border-radius: 0;
	background: none;
}
.close-search{
	float: right;
	width: 42px;
	height: 42px;
	background: url(../images/Icon-close.svg) no-repeat center;
	position: absolute;
	right: 65px;
}

header .site-search .searchbtn{
	width: 50px;
	height: 50px;
	background: url(../images/search_icon_green.svg) no-repeat center;
}





.subscribe-btn{
	position: absolute;
	opacity: 0;
	pointer-events: none;
	top:9px;
	
	float: left;
	font-size: 20px;
	line-height:20px;
	/*line-height:22px;*/
	width:265px;
	/*max-width:288px;*/
	padding: 10px 15px;
	/*padding:16px 20px;*/
	background:#1dd1a1;
	padding-right: 105px;
	/*position:relative;*/
	    transition: all 0.6s ease;
	
}
span.top_btn_membr:hover .subscribe-btn{
	/*opacity:1;
	pointer-events: auto;*/
}
span.top_btn_membr:hover .btn_membr{
	/*opacity:0;
	pointer-events: none;*/
}
.subscribe-btn:hover{
	background:#1dd1a1;
	box-shadow: 1px 4px 5px 1px rgba(0, 0, 0, 0.1);
}
.subscribe-btn::after{
	content: '';
	width:65px;
	height: 26px;
	top: -50%;
	bottom:-50%;
	margin: auto;
	right:20px;
	position: absolute;
	background:url(../images/arrow.svg) no-repeat;
	
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-transition-duration: 0.1s;
	transition-duration: 0.1s;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

.subscribe-btn:hover::after{
	-webkit-transform: translateX(4px);
	transform: translateX(4px);
}
body.modal-open{
	padding-right:0!important;
}
#newsletterModal{
	padding:0!important;
}

#newsletterModal .modal-dialog{
	max-width: 700px;
	margin-top: 30vh;
}
#newsletterModal .modal-content{
	border-radius: 0;
}
#newsletterModal .form-wrap{
	width:100%;
	padding: 20px;
    padding:0px 20px 20px 20px;
}
#newsletterModal span.wpcf7-list-item{
	margin: 0;
	float: left;
}
#newsletterModal input.subscribe_iput{
	width: 100%;
	max-width: 60%;
	margin-right:8px;
	margin-bottom: 15px;
	color: #ababab;
	font-size: 18px!important;
	line-height: 42px;
}
#newsletterModal .privacy_policy {
    width: 100%;
    float: left;
    margin-bottom: 10px;
}
#newsletterModal #privacy-check {
    width: auto;
	margin: 0;
	margin-right: 15px;
	height: auto;
	padding: 0;
	margin-top: 3px;
}
#newsletterModal .privacy_policy .wpcf7-list-item-label{
	float: left;
	line-height: normal;
}
#newsletterModal .privacy_policy label{
	margin:0px;
	float: left;
}
#newsletterModal .privacy_policy .wpcf7-form-control-wrap{
	float:left;
}
#newsletterModal .form-wrap p{
	line-height: normal;
	font-size: 17px;
	margin: 0px !important;
}
#newsletterModal .form-wrap span{
	font-size: 17px;
	margin: 0px !important;
}
#newsletterModal .subscribe_btn {
	width: auto;
    float: left;
    clear: both;
	height: auto;
	color:#FFFFFF;
    font-size: 17px!important;
    padding: 10px 22px;
    background: #1dd1a1;
    font-weight: 700;
    border-radius: 0;
    border: 0;
	margin: 0;
    /*cursor:none;*/
	/*pointer-events: none;*/
    font-family: 'proxima-nova' !important;
    -webkit-box-shadow: inset 0px 0px 0px 3px rgba(29,209,161,1);
}
#newsletterModal .ajax-loader{
	top: 10px;
	position:relative;
}
#newsletterModal .wpcf7-not-valid-tip{
	display:none!important;
}
#newsletterModal .wpcf7-validation-errors {
    border: 0;
    padding: 0;
    margin:0px;
	margin-top: 10px;
    line-height: 100%;
    font-size: 16px;
	float: left;
	clear: both;
}
.gallery-columns-3 .gallery-item{float:left;width:32%;padding:1%}
.gallery-columns-2 .gallery-item{float:left;width:48%;padding:1%}
.gallery-columns-4 .gallery-item{float:left;width:23%;padding:1%}


figure.banner{
	height:740px;
	float:left;
	width: 100%;
	background: url(../images/home_banner.png);
	background-size: cover;
	position: relative;
	margin: 0px;
	background-position: center top;
}
figure.banner .container{
	height: 100%;
}
figure.banner.inner-banner{
	height:425px;
}
.banner .banner-intro{
	width: 665px;
	padding:54px 55px 67px 70px;
	background: #1dd1a1;
	position: absolute;
	bottom:-140px;
	left:15px;
}
/*.banner .banner-intro{
	position:relative;
	width:100%;
	float: left;
	z-index:1;
}*/
.banner .banner-intro h2{
	font-size:70px;
	color: #fff;
	line-height: 70px;
	margin:0px 0px 30px 0px;
}
.banner .banner-intro h2 a{
	color: #fff;
}
.banner .banner-intro p{
	font-size: 22px;
	color: #262b34;
    font-weight: 400;
	line-height:36px;
}
.banner .banner-intro a.joinus{
	margin-top:15px;
}
.banner .banner-intro li{
	font-size: 22px;
	color: #262b34;
    font-weight: 400;
	line-height:36px;
}
span.frame{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	pointer-events: none;
}
span.frame::before, span.frame::after{
	content:'';
	top:-50px;
	right:-50px;
	width: 127px;
	height: 119px;
	z-index:0;
	position: absolute;
	background:url(../images/frame-top.png) no-repeat;
}
 span.frame::after{
	top: auto;
	right: auto;
	bottom:-50px;
	left:-50px;
	position: absolute;
	background:url(../images/frame-bottom.png) no-repeat;
}

span.frame_blue::before{
	background:url(../images/frame-top-blue.png) no-repeat;
}

span.frame_blue::after{
	background:url(../images/frame-bottom-blue.png) no-repeat;
}

.btn-arrow{
	float: left;
	font-size: 26px;
	line-height: 22px;
	padding-right: 125px;
	position: relative;
}
.btn-arrow::after {
    content: '';
    width: 65px;
    height: 26px;
    top: -50%;
    bottom: -50%;
    margin: auto;
    right: 20px;
    position: absolute;
    background: url(../images/arrow.svg) no-repeat;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition-duration: 0.1s;
    transition-duration: 0.1s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}


.btn-arrow:hover::after{
	-webkit-transform: translateX(4px);
	transform: translateX(4px);
}
.btn-arrow::after{
	background: url(../images/arrow-green.svg) no-repeat;
}
.btn-arrow.joinus::after{
	background: url(../images/arrow.svg) no-repeat;
}

.btn-arrow.btn-blue::after{
	background: url(../images/arrow-blue.svg) no-repeat;
}

/*--//Custom cursor//--*/
html, body, html *, body * {
	/*cursor: none!important;*/
}
.cursor-dot, .cursor-dot-outline {
	
	display:none;
	
	pointer-events: none;
	position: absolute;
	top: 50%;
	left: 50%;
	border-radius: 50%;
	opacity: 0;
	z-index: 99999;
	transform: translate(-50%, -50%);
	transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
}
.cursor-dot {
	width: 8px;
	height: 8px;
	background-color: #99e9d0;
}
.cursor-dot-outline {
	width: 40px;
	height: 40px;
	background-color: rgba(153, 233, 208, 0.5);
}
/*--//Custom cursor END//--*/

section{
	float:left;
	width: 100%;
	margin-top:165px;
	margin-bottom: 95px;
}

section.home_page .home_row{
	/*padding-top:310px;*/
	padding-top:270px;
}
section.home_page{
	padding-bottom:230px;
}
.home_work{
	width:100%;
	display:flex;
	    margin-bottom: 16px;
}
/*nav.tab-nav{
	display:flex;
}*/

.icon_menu ul#nav-tab{
	display:flex;
	flex-wrap: wrap;
	width: 100%;
	border:none;
	list-style: none;
	margin-top:-20px;
}

.icon_menu ul#nav-tab > li {
    display: flex;
    flex-wrap: wrap;
    width: 50%;
    justify-content: center;
    padding: 40px 0px;
}
.icon_menu ul#nav-tab > li:nth-child(1) {
	/*padding-top:0px;*/
}
.icon_menu #nav-tab a.nav-item{
	border: none;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 136px;
	height: 136px;
	border-radius: 50%;
	background: #f6f6f7;
}
.icon_menu #nav-tab a.nav-item > span{
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	/*background: url(../images/work-area.svg) center no-repeat;	
	background-size: 870px;
	background-position-x: 20px;
	background-position-y:-129px;*/
}
.icon_menu #nav-tab a.nav-item > span img{
	max-width:75px;
	-webkit-filter: grayscale(1); 
	filter: grayscale(1)
}
.icon_menu #nav-tab a.nav-item:hover > span img { 
	-webkit-filter: grayscale(0); 
	filter: grayscale(0)
} 
.icon_menu #nav-tab a.nav-item:hover > span img,
.icon_menu #nav-tab a.nav-item.active > span img{ 
	-webkit-filter: grayscale(0); 
	filter: grayscale(0)
} 
/*.icon_menu #nav-tab a.nav-item:hover > span,
.icon_menu #nav-tab a.nav-item.active  > span{
	background-position-y: 28px;
}
.icon_menu #nav-tab li.circular a.nav-item > span{
	background-position-x:-143px;
}
.icon_menu #nav-tab li.plastics a.nav-item > span{
	background-position-x:-305px;
}
.icon_menu #nav-tab li.transport a.nav-item > span {
    background-position-x: -473px;
}
.icon_menu #nav-tab li.labelling a.nav-item > span {
    background-position-x: -633px;
}
.icon_menu #nav-tab li.policy a.nav-item > span {
    background-position-x: -793px;
}*/


/*icon_menu animation*/
.icon_menu a.nav-item {
    border: 0;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    display: inline-block;
    color: #fff;
    outline: none;
    position: relative;
	-webkit-transition: -webkit-transform ease-out 0.1s;
	-moz-transition: -moz-transform ease-out 0.1s;
	transition: transform ease-out 0.1s;
}

.icon_menu a.nav-item:hover {
	-webkit-transform: scale(1.15);
	-moz-transform: scale(1.15);
	-ms-transform: scale(1.15);
	transform: scale(1.15);
}

.icon_menu a.nav-item::before {
    content: '';
    display: inline-block;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    top: 0;
    left: 0;
	z-index: -1;
	opacity: 0;
	box-shadow: 0 0 0 5px #f2f3f4;
}

.icon_menu a.nav-item:hover::before {
	-moz-animation: sonarEffect 0.7s ease-out 75ms;
    -webkit-animation: sonar-effect 0.7s ease-in-out 75ms;
    animation: sonar-effect 0.7s ease-in-out 75ms;
}

@keyframes sonar-effect {
  0% {
    opacity: 0.3;
  }
  40% {
    opacity: 0.5;
    /*box-shadow: 0 0 0 5px #f2f3f4, 0 0 5px 5px #f2f3f4, 0 0 0 5px #f2f3f4;*/
	  box-shadow: 0 0 0 5px #f2f3f4, 0 0 10px 10px #fff, 0 0 0 10px #f2f3f4;
  }
  100% {
    /*box-shadow: 0 0 0 5px #f2f3f4, 0 0 5px 5px #f2f3f4, 0 0 0 5px #f2f3f4;*/
	  box-shadow: 0 0 0 5px #f2f3f4, 0 0 10px 10px #f2f3f4, 0 0 0 10px #f2f3f4;
    transform: scale(1.5);
    opacity: 0;
  }
}

/*icon_menu animation end*/


#nav-tabContent.col-md-8{
	/*margin-bottom: 40px;*/
}
.tab-dic {
    float: left;
	width: 100%;
}
h3{
	font-size:55px;
	color:#445567;
	line-height: 58px;
	margin-bottom:45px;
    font-weight:700;
}
h3 a, h3 a:hover{
	color:#445567;
}
.home_work h3{
	margin-bottom:35px;
}
.static_text{
	color:#5d707f;
}
.btn-green{
	color:#1dd1a1;
}

.btn-green:hover{
	color:#1dd1a1;
}

.btn-blue, .btn-blue:hover{
	color:#0196d4;
}

.tab-dic .btn-green{
	margin-bottom:80px;
}

.tab-dic p{
	font-size:22px;
	line-height: 40px;
	max-width:630px; 
}
.home_work .tab-dic p{
	margin: 0px 0px 70px 0px;
}
.tab-image {
	/*width:100%;*/
	width:calc(100% + 37px);
	position: relative;
	left:-14vw;
	float: left;
     /*margin-top: -242px;
    max-width: 600px;
    position: absolute;
   right: calc(50% + 940px/2 - 300px);
    width: calc(50% - 940px/2 + 300px);*/
}
.tab-story-quote {
    background: #f1f3f4;
    color: inherit;
    font-size: inherit;
    margin-top:-170px;
    padding:40px 50px 46px;
    position: relative;
    z-index: 1;
	/*right: -45px;
	bottom: -50px;*/
	max-width: 500px;
	float: right;
	margin-right: -50px
}
span.quote-title{
	display: inline-block;
	width: 100%;
	margin-bottom: 40px;
}
.tab-story-quote p{
	margin-bottom: 20px;
}
.tab-story-quote p:last-child{
	margin-bottom:0px;
}



ul.item-list{
	width:calc(100% + 40px);
	display:flex;
	flex-wrap: nowrap;
	list-style: none;
	padding: 0;
	margin: 0;
	padding-top: 38px;
	padding-bottom:32px;
	margin-left: -20px;
}
ul.item-list > li{
	width: 33.33%;
	list-style: none;
	padding-left: 20px;
	padding-right: 20px;
}
/*ul.item-list > li:first-child{
	padding-left:0px;
}*/
ul.item-list > li span.item-cat{
	color:#0196d4;
	font-size:22px;
	line-height:100%;
	margin-bottom:12px;
    font-weight:700;
	float: left;
    width: 100%;
}
ul.item-list > li span.item-cat a{
    color: #0196d4;
}
ul.item-list > li h4{
	color:#455567;
	font-size:33px;
	line-height: 50px;
}
ul.item-list > li h4 a, ul.item-list > li h4 a:hover{
	color:#455567;
}
ul.item-list > li p{
	color:#5d707f;
	font-size:20px;
	line-height:30px;
}

.home_publication{
	padding-top: 70px;
	padding-bottom: 70px;
	background:#f6f6f7;
	position:relative;
	margin-top: 60px;
}
.home_publication::before{
	content: '';
	width: calc(100vw + 12vw);
	top: 0;
	left: -20vw;
	height: 100%;
	z-index:-1;
	background:#f6f6f7;
	position: absolute;
}

.home_pub_cont, .relat_pub_cont, .fet_pub_cont{
	padding-right:100px;
}
.home_pub_cont p, .relat_pub_cont p, .fet_pub_cont p{
	font-size:22px;
	line-height:40px;
}
.pub-head{
	display:inline-block;
	font-size:26px;
	color:#5d707f;
	margin-bottom:65px;
    font-weight:700;
}
.home_publication .pub-head{
	margin-bottom: 60px;
}
.home_publication h3{
	margin-bottom:20px;
}
.home_pub_img, .relat_pub_img, .fet_pub_img{
	position: absolute;
	bottom: -130px;
	width:100%;
}

.home_pub_img span.frame::before{
	    right: -20px;
}

.home_pub_img img, .relat_pub_img img, .fet_pub_img img{
	max-width: calc(100% + 50%);
}
section.home_page .home_row.home_members{
	padding-top:386px;
}
.home_member_cont{
	padding-right: 80px;
}
.home_member_cont h3{
	margin-bottom: 35px;
}
.home_member_cont p{
	font-size:22px;
	line-height: 40px;
    font-weight: 400;
}

.btn_membr{
	font-size: 26px;
	padding:5px 22px;
	margin-top:50px;
	display: inline-block;
	background-color: #f97d21!important;
	box-shadow: 0px 10px 24.3px 2.7px rgba(249, 125, 33, 0);
}
.btn_membr:hover {
    background: #f97d21;
	box-shadow: 0px 10px 24.3px 2.7px rgba(249, 125, 33, 0.2);
    /*box-shadow:0px 4px 5px 0px rgba(0, 0, 0, 0.28);*/
}

.home_member_list{
	padding-left: 135px;
}
ul.member_list{
	display:flex;
	flex-wrap: wrap;
	width:calc(100% + 40px);
	padding: 0;
	margin:0;
	margin-top:-20px;
	margin-left: -20px;
	margin-bottom:50px;
}
ul.member_list li{
	margin:20px;
	list-style: none;
}
.home_members ul.member_list li{
	/*max-width: 255px;*/
	margin: 10px;
    width: 166px;
    height: 116px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.home_members ul.member_list li img{
	/*max-height: 180px;*/
	max-width: 164px;
    max-height: 116px;
}

footer{
	width: 100%;
	float:left;
	padding:80px 0;
	padding-bottom: 50px;
	background:url(../images/footer_bg.png) no-repeat bottom center #252a34;
}
footer h3{
	font-size:30px;
	color:#5d707f;
	line-height: 100%;
}
footer .footer_cont h3, footer .follow_us h3{
	margin-top: 5px;
	margin-bottom: 40px;
}
footer p{
	font-size:17px;
	color:#ffffff;
	line-height:29px;
	margin: 0px 0px 25px 0px;
}
footer a, footer a:hover{
	color:#ffffff;
}


ul.footer_menu{
	width: 100%;
	margin: 0;
	margin-top:35px;
	padding: 0;
	display:inline-block;
}
ul.footer_menu li{
	width:100%;
	float: left;
	list-style: none;
}
ul.footer_menu li a{
	color:#ffffff;
	font-size: 17px;
}

.follow_us label.newsletter_title{
	width: 100%;
	color:#ffffff;
	font-size: 17px;
	margin-bottom: 7px;
}
.follow_us .subscribe_iput{
	width:100%;
	max-width:320px;
	border: 0;
	float: left;
	clear: both;
	height: 42px;
	color:#ababab;
	font-size: 17px;
	line-height: 42px;
	margin-bottom: 7px;
	padding:0 20px;
	border-radius:0px;
}
.follow_us .privacy_policy{
	width: 100%;
	float: left;
	margin-bottom: 10px;
}
.follow_us .privacy_policy a{
	color:#1dd1a1;
	/*text-decoration: underline;*/
}
.follow_us .privacy_policy label{
	margin-bottom:0px;
	color:#ffffff;
	font-size: 17px;
}
.follow_us .privacy_policy span{
	width: 100%;
	color:#ffffff;
	font-size: 17px;
	margin:0px!important;
	display:inline-block;
}
.follow_us .privacy_policy .wpcf7-list-item-label{
	width:auto;
}
.follow_us #privacy-check{
	margin-right:10px;
}
.follow_us .subscribe_btn{
	/*float:left;
	clear: both;*/
	font-size:17px;
	padding:10px 22px;
	background: #1dd1a1;
    font-weight:700;
	border-radius:0;
	border: 0;
	cursor: pointer;
	font-family: 'proxima-nova'!important;
	/*-webkit-box-shadow: inset 0px 0px 0px 3px rgba(29,209,161,1);
	-moz-box-shadow: inset 0px 0px 0px 3px rgba(29,209,161,1);
	box-shadow: inset 0px 0px 0px 3px rgba(29,209,161,1);*/
}
.follow_us .subscribe_btn:hover {
	/*background: #f97d21;*/
    box-shadow:1px 4px 5px 1px rgba(29, 209, 161, 0.23);
}

footer .social-links{
	width:100%;
	float: left;
	margin-top: 20px;
	padding:0px;
}
footer .social-links a{
	color:#1dd1a1
}

.footer_article{
	float:right;
	width: 100%;
	max-width: 550px;
	padding: 55px 60px;
	background: #1dd1a1;
	margin-top:-170px;
}
.footer_article h3{
	color:#ffffff;
	font-size:50px;
	line-height: 54px;
	margin-bottom:30px;
    font-weight:700;
}
.footer_article p{
	color:#262b34;
	font-size:22px;
	line-height: 38px;
	margin-bottom: 25px;
}
ul.ftr_article_list{
	width: 100%;
	margin: 0;
	padding: 0;
	margin-top:25px;
	display:inline-block;
}
ul.ftr_article_list li{
	list-style: none;
	float: left;
	width: 100%;
	margin-bottom: 25px;
}
ul.ftr_article_list li:last-child{
	margin-bottom:0px;
}
ul.ftr_article_list li *{
	color:#FFFFFF;
}
ul.ftr_article_list li h4{
	margin-bottom:0px;
}

.base-info {
    float: left;
    width: 100%;
    padding:20px 0px;
}
.base-info p{
	color:#445567;
	font-size:17px;
	margin-bottom:0px;
	line-height: 100%;
	float: left;
	width: auto;
}
.base-info .base_ico{
	display:inline-block;
	margin:0;
	margin-left:10px;
}
.base-info .base_ico:nth-child(1){
	margin-left:25px;
}
	
.base-info .base_ico img{
	float: left;
}

h2 {
    font-size: 56px;
    color: #445567;
    line-height: 60px;
    margin: 0px 0px 20px 0px;
}

.base-info .websiteby {
    float: right;
    font-size: 16px;
    display: inline-block;
    vertical-align: top;
    font-weight: 100;
    margin-top: 35px;
}
.base-info a.webby {
    float: right;
    color: #fff;
    background: url(../images/karma.svg) no-repeat left 1px;
    width: 80px;
    height: 36px;
    max-width: none;
    margin: 0px !important;
	margin-left: 5px !important;
    padding: 0px !important;
	position: relative;
	top: -5px;
}

/*#cookie-bar {
	position: fixed;
	bottom: 0;
	top: auto;
	left: 0;
	width: 100%;
	z-index: 94039;
	background: rgba(255, 255, 255, 1);
    height: auto;
    text-align: center;
    padding: 3px 0;
    -webkit-box-shadow: 0px 0px 15px -2px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 15px -2px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 15px -2px rgba(0,0,0,0.75);
	
	color: #5d707f;
    font-size: 20px;
    line-height: 36px;
    font-family: 'proxima-nova';
    font-weight: 400;
}

#cookie-bar span {
    display: inline-block;
    float: left;
    padding: 20px !important;
    font-size: 17px;
    line-height: 34px;
    color: #333333;
    font-weight: 100;
    text-align: left;
}
#cookie-bar span:first-child {
    max-width: 70%;
}
#cookie-bar span:last-child {
    float: right;
    padding: 15px 20px 15px 0px!important;
}
#cookie-bar p{
	margin:0px;
}

#cookie-bar .btn {
    font-size: 26px;
    padding: 5px 22px;
    margin-top: 50px;
    display: inline-block;
    background-color: #f97d21!important;
    box-shadow: 0px 10px 24.3px 2.7px rgba(249, 125, 33, 0);
}
#cookie-bar .btn:hover {
    background: #f97d21;
    box-shadow: 0px 10px 24.3px 2.7px rgba(249, 125, 33, 0.2);
}*/

/*--inner_page--*/

section.inner_page{
	 margin-top:100px;
}

section.inner_page .container > .row{
	margin-top:120px;
}
section.article_page, section.news_inner{
	margin-bottom: 0;
}
section.article_page .col-lg-9 > .row,
section.news_inner .col-lg-9 > .row{
	margin-top:120px;
}
article{
	width: 100%;
	display:inline-block;
}
article ul, article ol{
	margin-bottom: 40px;
}
article ul li, article ol li{
	color: #5d707f;
	font-size: 20px;
	line-height: 36px;
	/*margin:0px 0px 40px 0px;*/
	font-family: 'proxima-nova';
	font-weight: 400;
}
article.hidden, .work_tab_wrap.hidden, .intro-text.hidden, .contact_page .row > .col-md-5.hidden,
.contact_page .row > .col-md-7.hidden, .news_page .row.mt-0 .col-md-12 > h2.hidden{
	opacity: 0;
}
article.hidden.visible, .work_tab_wrap.hidden.visible, .intro-text.hidden.visible,
.contact_page .row > .col-md-5.hidden.visible, .contact_page .row > .col-md-7.hidden.visible,
.news_page .row.mt-0 .col-md-12 > h2.hidden.visible{
	opacity: 1;
}


/*--*/
ul.news-list li.hidden, .public_page .row.mt-0 .col-md-12 > h2.hidden, ul.public-list li.hidden,
.member_page .row.mt-0 .col-md-12 > h2.hidden{
	opacity: 0;
}
ul.news-list li.hidden.visible, .public_page .row.mt-0 .col-md-12 > h2.hidden.visible, ul.public-list li.hidden.visible,
.member_page .row.mt-0 .col-md-12 > h2.hidden.visible{
	opacity:1;
}
/*--*/

.intro-text{
	display:inline-block;
	width:75%;
	padding-right:50px;
	margin-bottom:50px;
}
section.article_page .intro-text{
	width: 100%;
	padding-right: 0;
}
section.news_inner .intro-text{
	width: 100%;
	padding-right: 0;
}
section.news_inner .intro-text p{
	margin: 0px 0px 60px 0px;
}
.news_inner p {
    margin: 0px 0px 25px 0px;
}
.intro-text p{
	font-size:24px;
	color:#5d707f;
	line-height:44px;
}
.intro-text p:last-child{
	margin-bottom:0px!important;
}
article p:last-child{
	margin-bottom:0px;
}
img.alignleft {
    float: left;
    margin:0;
	margin-right: 20px;
	margin-bottom: 15px;
}
.alignright {
    float: right;
    margin:0;
	margin-left: 20px;
	margin-bottom: 10px;
}
img.aligncenter{
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.page-template-default section.article_page .intro-text{
	margin-bottom:0px;
}
.page-template-default .intro-text p{
	font-size: 20px;
	line-height: 36px;
	margin: 0px 0px 40px 0px;
}
.page-template-default .intro-text p:first-child {
    font-size: 24px;
    color: #5d707f;
    line-height: 44px;
	margin: 0px 0px 60px 0px;
}
.page-template-default .intro-text p:last-child {
	margin: 0px 0px 8px 0px;
}
.article_img{
	position: relative;
	margin-top:50px;
	margin-bottom:100px;
	display: inline-block;
	left:-14vw;
	/*width: 1054px;*/
	max-width: 1054px;
}
.page-template-default .article_img{
	margin-top: 68px;
	margin-bottom: 122px;
}
.article_img span.frame{
    width: 76%;
    top: 0;
    right: 0;
	left: auto;
    pointer-events: none;
    z-index: 1;	
}
.article_img img {
	/*left:-14vw;*/
	position:relative;
    /*max-width: calc(100% + 50%);*/
}
.article_img span.frame::before{
	right: -60px;
	top: -60px;
}
.article_img span.frame::after{
	bottom: -60px;
}

/*.article_img span.frame::before{
	right:11vw;
}*/
/*.article_img span.frame::after{
	z-index:1;
}*/

.blank-row{
	padding-top:80px;
}

ul.resources_list{
	float: left;
	padding:0;
	margin: 0;
	margin-top:20px;
	list-style: none;
}
ul.resources_list li{
	list-style: none;
	font-weight: 600;
	margin-bottom: 15px;
}
ul.resources_list li > h5{
	font-weight: 600;
	font-size: 22px;
	line-height: 30px;
	margin: 0;
	padding-right: 60px;
}
ul.resources_list li > h5{
	position: relative;
	
}
ul.resources_list li > h5 a::after{
    content: '';
	width: 35px;
	height: 15px;
	top: 6px;
	right: 0;
	position: absolute;
	background:url(../images/arrow-green.svg) no-repeat;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-transition-duration: 0.1s;
	transition-duration: 0.1s;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	background-size: 35px;
}
ul.resources_list li > h5:hover a::after {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
}

.extra_info {
    float: left;
    width: 100%;
    padding: 50px;
    margin-bottom: 30px;
    background: #f6f6f7;
}
.toggl_titile {
    float: left;
    width: 100%;
    position: relative;
}
.toggl_titile h3::after {
	content: '';
	width: 17px;
	height: 9px;
	position: absolute;
	top:14px;
	right: 0;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	transition: all 0.3s ease;
	background:url(../images/accordion_icon.svg) no-repeat center;
}
.toggl_titile.active h3::after {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}
.toggl_titile h3 {
    margin-bottom: 0;
    font-size:50px;
    max-width:60%;
    cursor: pointer;
    padding-top: 0 !important;
    line-height:50px;
}
.extra_info_disc {
    display: none;
    width: 100%;
    float: left;
    margin-top: 45px;
}
.extra_info_disc .extra_info_wrap{
    width: 100%;
    float: left;
}
.extra_info_disc .einfo_cont {
    width: 60%;
    float: left;
}
.extra_info_disc .einfo_cont p{
	margin:0px 0px 40px 0px;
}
.extra_info_disc .einfo_cont p:last-child{
	margin:0px
}
.extra_info_disc .einfo_cont ul, .extra_info_disc .einfo_cont ol{
	margin-bottom: 40px;
}
.extra_info_disc .einfo_cont ul li, .extra_info_disc .einfo_cont ol li{
	color: #5d707f;
	font-size: 20px;
	line-height: 36px;
	margin:0px 0px 10px 0px;
	font-family: 'proxima-nova';
	font-weight: 400;
}
.extra_info_disc .einfo_cont ul li:last-child, .extra_info_disc .einfo_cont ol li:last-child{
	margin:0px 0px 0px 0px;
}
.extra_info_disc .einfo_img {
    width:40%;
    float: left;
    text-align: right;
    padding-left: 72px;
	margin-top:8px;
}
.no_extra_img .einfo_cont {
    width: 100%;
}
.extra_team_wrap{
	width: calc(100% + 20px);
	display: flex;
	flex-wrap: wrap;
	margin-left: -10px;
	padding-top: 30px;
}
.extra_info_disc .extra_info_team{
    width: calc(33.33% - 20px);
	margin: 20px 10px;
}
.extra_info_disc .extra_info_team *,
.extra_info_disc .einfo_cont *{
	font-family: 'proxima-nova'!important;
}
/*.extra_info_disc .extra_info_team:nth-child(even){
    padding-right:0;
}*/
.extra_info_team .einfo_cont,
.extra_info_team .einfo_img{
    width: 100%;
	text-align: center;
    display:inline-block;
    padding: 0;
}
.extra_info_team .einfo_img{
    width: auto;
	margin: 0;
}
.extra_info_team .einfo_cont{
	font-weight: 700;
}
.extra_info_disc .extra_info_wrap.extra_info_team .einfo_img{
	padding:0px;
}
section.inner_page .container > .row.related-work-row{
	margin-top: 195px;
}
.related-work{
	width: 100%;
	display:inline-block;
	background: #f6f6f7;
	padding:75px 0 70px;
	z-index: 0;
	position: relative;
}
.related-work::after{
	content: '';
	width:calc(100% + 50vw);
	height: 100%;
	left: -25vw;
	top: 0;
	z-index: -1;
	position: absolute;
	background: #f6f6f7;
}
.related-work h6{
	font-size:22px;
	color:#5d707f;
	font-weight: 600;
	margin-bottom: 5px;
}
.related-work h3{
	font-size: 50px;
	line-height: 53px;
	/*max-width:46%;*/
	max-width:56%;
	margin-bottom: 0;
	position: relative;
}
.related-work h3 a{
	position: relative;
	padding-right: 100px;
}
.related-work h3 a::after{
    content: '';
	width:70px;
	height:30px;
	top: 15px;
	right: 0px;
	position: absolute;
	/*background:url(../images/arrow-ash.svg) no-repeat center;*/
	background:url(../images/arrow-ash-news-innr.png) no-repeat center;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-transition-duration: 0.1s;
	transition-duration: 0.1s;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	background-size:71px;
}
.related-work h3:hover::after {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
}

.news_inner .related-work h3,
.related-work h3{
	padding-right:100px;
}
.news_inner .related-work h3 a::after,
.related-work h3 a::after{
	display: none;
}
.news_inner .related-work h3 a,
.related-work h3 a{
	padding-right:0;
}
.news_inner .related-work h3::after,
.related-work h3::after{
	content: '';
	width:70px;
	height:30px;
	top: 15px;
	right: 0px;
	position: absolute;
	background:url(../images/arrow-ash-news-innr.png) no-repeat center;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-transition-duration: 0.1s;
	transition-duration: 0.1s;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	background-size:71px;
}
.related-work h3 a:hover::after {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
}
.news_inner .related-work h3:hover::after {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
}
.news_inner .meta_item{
	margin-bottom:40px;
}

section.inner_page.work_list_page{
	position:relative;
}

.work_list_page .col-md-12 > h2{
	width:75%;
	float: left;
}
.single-work_area .work_list_page .col-md-12 > h2{
	    margin: 0px 0px 50px 0px;
}

.work_list_page .search-wrap{
	float:right;
	padding:0;
	margin-top:5px;
}
.search-wrap{
	width: 265px;
	display: flex;
	padding:0;
	position: relative;
	background: #f2f3f5;
}
.search-wrap input.mod-search{
	border: 0;
	font-size:22px;
	color:#bdc4cb;
	max-width: 220px;
	background:none;
	font-family: 'proxima-nova';
    font-weight: 400;
}
.search-wrap .search_btn{
	border: 0;
	width: 100%;
	cursor: pointer;
	background: none;
	padding: 0 14px;
}
.search-wrap .search_btn i.fa-search{
	width: 100%;
	height: 100%;
	position: relative;
}

.search-wrap .search_btn i.fa-search::before{
	content: '';
	width:20px;
	height: 20px;
	top:-50%;
	bottom: -50%;
	left: -50%;
	right: -50%;
	margin: auto;
	position: absolute;
	background:url(../images/search_icon.svg) no-repeat center;
}
.search-wrap::before{
	content: '';
	width:20px;
	height: 20px;
	top:-50%;
	bottom: -50%;
	right:20px;
	margin: auto;
	position: absolute;
	pointer-events: none;
	background:url(../images/search_icon.svg) no-repeat center;
}


.animated-menu{
	padding:0px;
	margin: 0;
	width: 100%;
	max-width: 90%;
	flex-wrap: nowrap;
	border: 0px;
	margin-bottom: 60px;
}
.animated-menu li{
	margin: 0;
	padding-right:70px;
	list-style: none;
	transition: all 0.3s ease;
}
.animated-menu li:last-child{
	padding-right:0px;
}
.animated-menu li a{
	color:#445567;
	font-size: 28px;
	line-height: 30px;
	font-weight: 700;
	transition: all 0.3s ease;
	padding:0;
	/*width: 250px;*/
	width: auto;
	min-height:60px;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}

.animated-menu li a > span{
	/*width: 100%;*/
	width:auto;
	display: inline-block;
}
.animated-menu li a::before,
.animated-menu li a::after{
	content: '';
	position: absolute;
	width: 20px;
	height: 20px;
	bottom:-10px;
	left:-20px;
	opacity:0;
	background:url(../images/animated-menu_lb.png) no-repeat center;
	-webkit-transition: 1s ease-in-out;
	-moz-transition: 1s ease-in-out;
	-o-transition: 1s ease-in-out;
	transition: 1s ease-in-out;
}
.animated-menu li a::after{
	bottom:auto;
	left:auto;
	top:-12px;
	right:-10px;
	opacity:0;
	background:url(../images/animated-menu_tp.png) no-repeat center;
}
.animated-menu li a::before{
	-webkit-transform: translate(4.62em,-1.16em);
	-moz-transform: translate(4.62em,-1.16em);
	-o-transform: translate(4.62em,-1.16em);
	-ms-transform: translate(4.62em,-1.16em);
	transform: translate(4.62em,-1.16em);
}
.animated-menu li a.active::before{
	opacity:1;
	-webkit-transform: translate(0em,0em);
	-moz-transform: translate(0em,0em);
	-o-transform: translate(0em,0em);
	-ms-transform: translate(0em,0em);
	transform: translate(0em,0em);
}

.animated-menu li a::after{
	-webkit-transform: translate(-4.62em,0.85em);
	-moz-transform: translate(-4.62em,0.85em);
	-o-transform: translate(-4.62em,0.85em);
	-ms-transform: translate(-4.62em,0.85em);
	transform: translate(-4.62em,0.85em);
}
.animated-menu li a.active::after{
	opacity:1;
	-webkit-transform: translate(0em,0em);
	-moz-transform: translate(0em,0em);
	-o-transform: translate(0em,0em);
	-ms-transform: translate(0em,0em);
	transform: translate(0em,0em);
}

.animated-menu.green_menu li a::before{
	background:url(../images/animated-menu_lb_green.png) no-repeat center;
}
.animated-menu.green_menu li a::after{
	background:url(../images/animated-menu_tp_green.png) no-repeat center;
}

.animated-menu.work_cat_menu li a::before{
	-webkit-transform: translate(4.2em,-0.75em);
	-moz-transform:translate(4.2em,-0.75em);
	-o-transform: translate(4.2em,-0.75em);
	-ms-transform:translate(4.2em,-0.75em);
	transform:translate(4.2em,-0.75em);
}
.animated-menu.work_cat_menu li a::after {
   -webkit-transform: translate(-4.9em,0.85em);
	-moz-transform: translate(-4.9em,0.85em);
	-o-transform: translate(-4.9em,0.85em);
	-ms-transform: translate(-4.9em,0.85em);
	transform: translate(-4.9em,0.85em);
}
.animated-menu.work_cat_menu li a.active::after,
.animated-menu.work_cat_menu li a.active::before{
	-webkit-transform: translate(0em,0em);
	-moz-transform: translate(0em,0em);
	-o-transform: translate(0em,0em);
	-ms-transform: translate(0em,0em);
	transform: translate(0em,0em);
}
	


#myTab.animated-menu li a,
#myTab.animated-menu li a.active{
	background-color:transparent;
	border:0;
}
#myTab.animated-menu li a:hover,
#myTab.animated-menu li a.active{
	border:0;
	color:#0196d4;
}

.work_list_page #myTab.work_cat_menu li{
	padding-right: 0px;
	margin: 0 40px;
}
.work_list_page #myTab.work_cat_menu li:first-child {
    margin-left: 0;
}
.work_list_page #myTab.work_cat_menu li:last-child{
	padding-right:0px;
	margin-right:0px;
}
/*.work_list_page .animated-menu li a::after {
	right: -20px;
}*/

.work_cat_menu.extr_menu{
	max-width: 100%;
}
.work_cat_menu.extr_menu li{
	padding-right: 40px;
}
.work_cat_menu.extr_menu li:last-child{
	padding-right: 0px;
}
.work_cat_menu.extr_menu li a{
	width: 240px;
}

.work_cat_content{
    padding-top: 70px;
    padding-bottom: 80px;
    background: #f6f6f7;
    position: relative;
	margin-bottom:235px;
	min-height: 460px;
}

.work_cat_content > .tab-pane{
	width: 100%;
	left: 0;
	top:70px;
	display: block!important;
	position: absolute;
	opacity: 0;
	z-index: 0;
	transition: 0.3s all ease-in-out!important;
}
.work_cat_content > .tab-pane.active{
	opacity: 1;
	z-index: 9;
}


.work_list_page .work_cat_content .work_tab_cont_wrap{
	min-height:460px;
}

.work_cat_content::before {
    content: '';
    width: calc(100vw + 12vw);
    top: 0;
    left: -20vw;
    height: 100%;
    z-index: -1;
    background: #f6f6f7;
    position: absolute;
}

.work_tab_cont_wrap{
	display:flex;
	width: 100%;
	flex-wrap: nowrap;
	
	justify-content: space-between;
}
.work_tab_cont_wrap .scroll_cont{
	float: left;
	max-height:none;
	overflow: hidden;
	max-width: 50%;
	/*display:block;*/
	padding-left: 0;
	padding-top: 30px;
	padding-right: 265px;
}
.mCSB_inside > .mCSB_container {
    margin-right: 12px!important;
}
ul.work_tab_sub_menu{
	width: 100%;
	display:block;
	padding: 0;
	margin: 0;	
}
ul.work_tab_sub_menu li{
	list-style: none;
	margin-bottom: 40px;
}
ul.work_tab_sub_menu li:last-child{
	margin-bottom:0px;
}
ul.work_tab_sub_menu li a{
	font-size: 45px;
	color: #dcdee2;
	font-weight: 700;
	line-height: 100%;
	
	/*transform: translateY(25%);
	visibility: hidden;
	transition: 0.6s all ease-in-out;*/
}
ul.work_tab_sub_menu li a:hover{
	color:#445567;
}

ul.work_tab_sub_menu li.active a{
	color:#445567;
	
    /*transform: translateY(0);
    transition: 0.6s all ease-in-out;
    visibility: visible;*/
}

.work_tab_img_wrap{
	width: 100%;
	max-width: 50%;
	display:block;
	padding-left: 15px;
	position: relative;
}

.work_tab_img {
    position:absolute;
	bottom: -140px;
	opacity:0;
    height:auto;
	transform: translateX(100%);
	transition: 0.3s all ease-in-out;
}

.work_tab_img_wrap.active .work_tab_img,
.work_tab_img_wrap .work_tab_img.active{
	opacity:1;
    /*height: auto;*/
    /*transition: 0.3s all ease-in-out;*/
    transform: translateX(0);
}

/*.work_tab_img_wrap .work_tab_img.active.test{
	transition: 1.5s all ease-in-out 0.3s;
}*/

.work_tab_img_wrap .work_tab_img{
	width: 950px;
}

.work_tab_img img {
	max-width:none;
	/*width: calc(100% + 50%);*/
    width:100%;
}
.work_tab_img span.frame {
    width:70%;
    top: 0;
    left: 0;
    right: auto;
    pointer-events: none;
    z-index: 1;
	opacity: 0;
	/*transition: 0.3s all ease-in-out;*/
}
.work_tab_img.active span.frame{
	opacity: 1;
	transition: 2s all ease-in-out;
}

span.work_category{
	width:100%;
	float: left;
	font-size:33px;
	font-weight: 700;
	color:#0196d4;
}

/*work_single_page*/
section.inner_page.work_inner{
	margin-bottom:0px;
}
.work_inner .intro-text {
    /*margin-bottom: 140px;*/
	margin-bottom:100px;
}
.work_inner_cont.work_fullw{
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}
.work_inner .work_inner_cont p{
	margin-bottom: 25px;
}
.work_inner .work_inner_cont ul{
	padding-left:0px;
	display:table;
	/*margin-bottom:35px;*/
}
.work_inner .work_inner_cont ul li{
	list-style: none;
	position: relative;
	padding-left: 60px;
	margin-bottom: 25px;
	line-height: 36px;
}
.work_inner .work_inner_cont ul li::before{
	content: ".";
	top:0px;
	left:-2px;
	position: absolute;
	font-size: 70px;
	color: #0196d4;
	font-weight: 700;
	line-height: 0;
}

.work_inner_img{
	padding-left:155px;
}
.work_inner_img_wrap{
	float: left;
	/*display:flex;
	flex-wrap: wrap;*/
	margin-top:-134px;
	margin-bottom: 50px;
	position: relative;
}
.work_inner_img_wrap > div{
	float: left;
	width: 100%;
}

.work_inner_img_wrap > div.img_horst{
	float: right;
	text-align: right;
	margin-bottom: 30px;
}
.work_inner_img_wrap > div.vert_horst_over{
	width:calc(100% + 51%);
	float: none;
	display:flex;
	flex-wrap: nowrap;
}
.work_inner_img_wrap > div.vert_horst_over .img_vert{
	width:307px;
	margin-right: 15px;
}
.work_inner_img_wrap > div.vert_horst_over .img_horst_over{
	/*width:475px;*/
	margin-left: 15px;
}
.item-list.news_relt{
	padding-top:0;
	padding-bottom:100px;
}
.item-list.news_relt{
	margin-bottom: 50px;
}
.item-list.news_relt p:last-child{
	margin-bottom:0;
}

.related_publication, .fetrd_publication, .join_ecos {
    padding-top: 70px;
    padding-bottom: 70px;
    background: #f6f6f7;
    position: relative;
	margin-bottom: 180px;
}
.related_publication::before, .fetrd_publication::before,
.join_ecos::before{
	content: '';
	width: calc(100vw + 12vw);
	top: 0;
	left: -20vw;
	height: 100%;
	z-index:-1;
	background:#f6f6f7;
	position: absolute;
}

section.inner_page .row.cont_person{
	/*margin-top:220px;*/
	margin-top: 140px;
}

.cont_person .col-md-12{
    width: 100%;
    display: inline-block;
    background: #f6f6f7;
    padding:55px 15px;
    z-index: 0;
    position: relative;
}
.cont_person .col-md-12::after {
    content: '';
    width: calc(100% + 50vw);
    height: 100%;
    left: -25vw;
    top: 0;
    z-index: -1;
    position: absolute;
    background: #f6f6f7;
}
.cont_person h3{
	color: #5d707f;
	font-size: 30px;
	font-weight:700;
	line-height: 100%;
}
.cont-person-row{
	width: 55%;
	display:flex;
	flex-wrap: wrap;
}
.cont-person-wrap{
	width:50%;
	/*width: 55%;*/
	display:flex;
	flex-wrap: wrap;
	align-content: start;
}
.cont-person-wrap .cont-person-img{
	width:190px;
	height: 190px;
	border-radius: 50%;
	overflow: hidden;
}
.cont-person-wrap .cont-person-img img{
	min-height: 190px;
	max-width: none;
	max-height: 190px;
}
.cont-person-info{
	/*padding-left:50px;*/
	padding-top:10px;
	padding-right:20px;
}
/*.cont-person-row .cont-person-wrap:last-child .cont-person-info{
	padding-right:0px;
}*/
.cont_person h5{
	font-size: 26px;
	color:#455567;
	font-weight:700;
	margin-bottom: 0;
	line-height: 100%;
	margin-top: 15px;
}
.cont_person span.position{
	float: left;
	width: 100%;
	line-height: 100%;
	margin-bottom:30px;
}
.cont_person span.person-phone,
.cont_person span.person-mail{
	float: left;
	width: 100%;
	line-height: 100%;
}
.cont_person span.person-mail{
	margin-bottom:25px;
}
.cont_person span.person-mail a{
	color:#5d707f;
}
.cont_person span.person-phone{
	margin-bottom:15px;
}
.cont-person-info .social-links{
	padding-left:0px;
}
.cont-person-info .social-links li a i::before{
	color:#455567;
}
.cont-person-info .social-links li:nth-child(1){
	margin-left:0;	
}

.extinner .cont_info .email a.mailto_user{
	color: #b4b4b4;
}

/*news_page*/

section.news_page{
	padding-bottom: 100px;
}
.news-tab-wrap{
	float:left;
	width: 100%;
	position:relative;
}
.news_page .tab_menu,
.news_page .news-tab-wrap #myTab{
    float: left;
    max-width: 58.333333%;
    margin-top: 100px;
    padding: 0;
}
.news_page .tab_menu li,
.news_page .news-tab-wrap #myTab li{
	float: left;
	margin: 0 60px;
	padding: 0!important;
	list-style: none;
}
.news_page .tab_menu li:first-child,
.news_page .news-tab-wrap #myTab li:first-child{
	margin-left: 0!important;
}
.news_page .tab_menu li:last-child,
.news_page .news-tab-wrap #myTab li:last-child{
	margin-right: 0!important;
}
.news_page .tab_menu li a,
.news_page .news-tab-wrap #myTab a{
    color: #445567;
    font-size: 22px;
    line-height: 100%;
    font-weight: 600;
    
    min-width: 85px;
	width: auto;
    min-height:35px;
}
.news_page .animated-menu li a::before{
	bottom: -4px;
	left: -15px;
	-webkit-transform: translate(2.62em,-0.3em);
	-moz-transform:translate(2.62em,-0.3em);
	-o-transform: translate(2.62em,-0.3em);
	-ms-transform: translate(2.62em,-0.3em);
	transform: translate(2.62em,-0.3em);
}
.news_page .animated-menu li a::after {
	top: -5px;
	right: -15px;
	
	-webkit-transform: translate(-2.40em,0.55em);
	-moz-transform: translate(-2.40em,0.55em);
	-o-transform: translate(-2.40em,0.55em);
	-ms-transform: translate(-2.40em,0.55em);
	transform: translate(-2.40em,0.55em);
}
.news_page .animated-menu li a.active::before,
.news_page .animated-menu li a.active::after{
    -webkit-transform: translate(0em,0em);
    -moz-transform: translate(0em,0em);
    -o-transform: translate(0em,0em);
    -ms-transform: translate(0em,0em);
    transform: translate(0em,0em);
}
.animated-menu.green_menu  li a:hover, .animated-menu.green_menu  li a.active {
    color: #1dd1a1;
}

.news-tab-wrap #myTab.ajax_tabMenu li a{
	min-width: auto;
} 
.news-tab-wrap #myTab.ajax_tabMenu li a:hover{
	color:#445567!important;
}
.news-tab-wrap #myTab.ajax_tabMenu li a{
	min-width: auto;
}
.news-tab-wrap #myTab.ajax_tabMenu li a.active {
	color: #1dd1a1 !important;
}




.filter-wrap{
	float: right;
	margin-top: 84px;
	margin-bottom:50px;
}
.news_page .filter-wrap{
	width: 40%;
	display: flex;
	flex-wrap: nowrap;
	margin-top:95px;
	justify-content: flex-end;
}
.filter-wrap .search-wrap{
	width: 210px;
}
.filter-wrap .search-wrap input.mod-search {
    max-width: 164px;
}
.search-wrap::before {
	right: 15px;
}

/*custom select*/
select{
	-webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
	border: 0;
}
.select-hidden {
    display: none;
}
.select-wrap{
	position: relative;
	float:left;
	width:100%;
	min-width: 100px;
	max-width: 200px;
	margin-right:50px;
	margin-top: 10px;
}
.select-wrap.year_select{
	max-width: 100px;
}
.select-wrap .select-styled{
	display: inline-block;
	width:auto;
	cursor: pointer;
	padding:0px 0px;
	line-height: normal;
	position: relative;
	padding-right: 35px;
	font-size:22px;
	color:#445567;
	font-weight: 600;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.select-wrap .select-styled:after{
	content:'';
	position: absolute;
	right: 0;
	top:-50%;
	bottom: -50%;
	margin: auto;
	width: 18px;
	height: 16px;
	transition: all 0.3s ease;
	background:url(../images/down_icon.svg) no-repeat center;
	background-size: 18px;
}
.select-wrap .select-styled.active:after{
	/*content:'\f106';*/
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.select-wrap .select-options{
	float:left;
	position: absolute;
	top:30px;
	left:0px;
	z-index: 2;
	width:calc(100% + 5px);
	padding:15px;
	display:none;
	max-height:190px;
	overflow: hidden;
	background-color: rgb(255, 255, 255);
  	box-shadow:0px 10px 25px 3px rgba(0, 0, 1, 0.09);
}
.select-wrap .select-options li{
	float: left;
	width: 100%;
	line-height:normal;
	margin:5px 0px;
	background: #FFFFFF;
	border-bottom:solid 1px rgba(255,255,255,0.1);
	color:#3f3f3f;
	font-weight: 600;
	cursor: pointer;
	font-size: 14px;
	transition: all 0.3s ease;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.select-wrap .select-options li:first-child{
	margin-top:0;
}
.select-wrap .select-options li:last-child{
	margin-bottom:0;
}
.select-wrap .select-options li:hover{
	color:#1dd1a1;
}
.select-wrap .mCSB_inside > .mCSB_container {
    margin-right: 18px;
}
.select-wrap .mCustomScrollBox > div > div{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

/*custom select end*/

ul.news-list{
	width: 100%;
	flex-wrap: wrap;
	margin-bottom: 50px;
	padding-top: 46px;
	margin-left: 0;
}
ul.news-list li{
	width: 100%;
	margin: 50px 0;
	padding: 50px 0;
	display:flex;
	flex-wrap: nowrap;
	margin-top:40px;
	/*border: 1px solid black;*/
}
ul.news-list li:first-child{
	margin-top: 0px!important;
	padding-top: 0px!important;
}
ul.news-list li:nth-child(even){
	flex-direction: row-reverse;
	padding-bottom: 0;
	margin-bottom:-10px;
	margin-top:30px;
	/*align-items: end;*/
}

ul.news-list li > div{
	/*float: left;*/
}
ul.news-list li > div.list_img{
	width:508px;
	/*border: 1px solid red;*/
}
ul.news-list li > div.list_img a{
	float: left;
    display: inline-block;
	width: 100%;
	/*height: 354px;*/
	overflow: hidden;
	background-size: cover;
	background-position: center;
    height: 100%;
}
ul.news-list li > div.list_img a img{
	max-height: 355px;
	max-width: none;
	opacity: 0;
}
ul.news-list li > div.list_cont{
	background: #f6f7f7;
	width:calc(100% - 508px);
	max-width: 785px;
	padding: 45px 50px;
	position: relative;
	top: 50px;
	left:-45px;
}
ul.news-list li:nth-child(even) > div.list_cont{
	left:auto;
	right:-45px;
	top:-50px;
}
ul.news-list li > div.list_cont h3{
	font-size: 40px;
	color:#445567;
	line-height: 42px;
	margin-bottom: 20px;
}
ul.news-list li > div.list_cont p{
}
ul.news-list li > div.list_cont p:last-child{
	margin-bottom: 0px;
}
ul.item-list li.no-img > div{
	width:90%!important;
    max-width: none;
	left:0px;
}
ul.news-list li:nth-child(2n).no-img > div{
	left:auto;
	right:0px;
}

.allnews_inner.processing{
	min-height: 1150px;
}

.allpubs_inner.processing{
	min-height: 1150px;
}


.meta_item{
	display: flex;
	flex-wrap: nowrap;
	padding-bottom: 10px;
	justify-content: space-between;
}
.meta_item .item_cat{
	color:#0196d4;
	font-weight: 600;
	font-size: 24px;
	line-height: 100%;
}
.meta_item .item_cat a{
	color:#0196d4;
}
.meta_item .item_date{
	color:#acb1b8;
	font-weight: 600;
	font-size: 20px;
	line-height: 100%;
}

.news_inner .meta_item .item_cat{
	font-size:33px;
	font-weight:700;
}

.news_inner .meta_item .item_date{
	font-size:24px
}

/*.news_page .tab_menu,
.news_page .news-tab-wrap #myTab{
    float: left;
    max-width: 58.333333%;
    margin-top: 100px;
    padding: 0;
}*/
/*ul.news-list li .list_img{
	position:relative;
}
ul.news-list li .list_img img {
  position: absolute;
  top: 50%;
  left: 35%;
  width: 320px;
  height: 240px;
  transform: translateZ(.25px) scale(.75) translateX(-94%) translateY(-100%) rotate(2deg);
  padding: 10px;
  border-radius: 5px;
  background: rgba(240,230,220, .7);
  box-shadow: 0 0 8px rgba(0, 0, 0, .7);
}

ul.news-list li .list_img img {
  transform: translateZ(.4px) scale(.6) translateX(-104%) translateY(-40%) rotate(-5deg);
}*/


/*publication page*/
section.public_page{
	padding-bottom:100px;
}
 section.inner_page.article_page{
	padding-bottom:0;
}
.public_page .fetrd_publication,
.single-work_area .related_publication{
	margin-top: 80px;
	margin-bottom: 150px;
}
.public_page .fetrd_publication .pub-head{
	margin-bottom: 65px;
}
.public_page .fetrd_publication h3,
.single-work_area .related_publication h3{
	margin-bottom: 25px;
}
.public_page .fetrd_publication span.frame::before,
.single-work_area .related_publication span.frame::before{
	right:-20px;
}
.public-menu{
	float: left;
    max-width: 75%;
    margin-top: 30px;
    padding: 0;
}
.public-menu li {
    float: left;
    margin: 0 65px;
    padding: 0 !important;
    list-style: none;
}
.public-menu li:first-child {
    margin-left: 0 !important;
}
.public-menu li:last-child {
    margin-right: 0 !important;
}
.public-menu li a {
    color: #445567;
    font-size: 22px;
    line-height: 100%;
    font-weight: 600;
    min-width:175px;
    width: auto;
    min-height: 30px;
}

.public-menu li a::before{
	-webkit-transform: translate(4.2em,-0.3em);
	-moz-transform: translate(4.2em,-0.3em);
	-o-transform: translate(4.2em,-0.3em);
	-ms-transform: translate(4.2em,-0.3em);
	transform: translate(4.2em,-0.3em);
}
.public-menu li a::after {
	right:-16px;
    -webkit-transform: translate(-3.75em,0.55em);
    -moz-transform: translate(-3.75em,0.55em);
    -o-transform: translate(-3.75em,0.55em);
    -ms-transform: translate(-3.75em,0.55em);
    transform: translate(-3.75em,0.55em);
}

.public_page .filter-wrap {
    margin-top: 25px;
}

ul.public-list{
	width: 100%;
	margin-left: 0;
	flex-wrap:wrap;
	padding-bottom:130px;
}
ul.public-list > li{
	display:flex;
	width: 100%;
	padding-left:0px;
    padding-right:0px;
	margin-bottom: 30px;
	justify-content:flex-end;
}
ul.public-list > li:last-child{
	margin-bottom: 0px;
}
ul.public-list > li:nth-child(2n){
	justify-content:flex-start;
}
ul.public-list li .list_cont{
	background: #f6f7f7;
	width: calc(100% - 230px);
	padding: 45px 50px;
	position: relative;
}
ul.public-list li .list_cont h3 {
    font-size: 50px;
    color: #445567;
    line-height: 52px;
    margin-bottom: 30px;
}
ul.public-list li .list_cont p {
    color: #445567;
	line-height: 36px;
}
ul.public-list li .list_cont .btn-arrow{
	float:none;
}

.public_page .pagination,
.news_page .pagination { 
	padding-bottom: 25px;
}

.publications-tab-wrap #myTab.animated-menu li a:hover{
	color:#445567!important;
}
.publications-tab-wrap ul.public-menu li a{
	min-width: auto;
}
.publications-tab-wrap ul.public-menu li a.active {
	color: #1dd1a1 !important;
}


/*-pagination-*/
.pagination{
	border:0px;
	justify-content:flex-end;
	padding-bottom:0px;
	padding-right: 0;
	list-style: none!important;
}
.pagination li{
	margin:0 22px !important;
	line-height:26px !important;
	position: relative;
	list-style: none;
}
.pagination li:last-child{
	margin-right:0;
}
.pagination li a, .pagination li span{
	font-size:22px;
	font-weight: 600;
	color:#1f283c;
	transition: all 0.2s ease;
}
.pagination li.active a, .pagination li.active span{
	color:#1dd1a1;
}
.pagination li a:hover, .pagination li span:hover{
	color:#1dd1a1!important;
	box-shadow:none!important;
}

.pagination li.prevPage{
	width: 15px;
	margin-right: 14px !important;
}
.pagination li.prevPage[data-pageno="0"],
.pagination li.nextPage[data-pageno="0"]{
	opacity:0.5;
	pointer-events: none;
}
.pagination li .pagenavTxt, .pagination li .prevPage{
	width: 16px;
	height:25px;
	position: absolute;
	text-indent: -50px;
	overflow: hidden;
	background: url(../images/pagenation_arrow.svg)no-repeat center;
	background-size: 12px;
	top: -50%;
	left: -50%;
	right: -50%;
	margin: auto;
	bottom: -50%;
}
.pagination li.nextPage .next,
.pagination li.nextPage .pagenavTxt{
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}

.member_items .paginationDiv{
	position:relative;
	bottom:-65px;
	right: -6px;
}
.member_items .pagination li .pagenavTxt, .member_items .pagination li .prevPage{
	background-size: 10px;
}

/*-pagination End-*/

/*member page*/

.join_ecos_cont {
    padding-right: 100px;
}
.join_ecos_img {
    position: absolute;
	bottom: -120px;
	width: 100%;
}
.join_ecos_img img {
    max-width: calc(100% + 50%);
}
.join_ecos{
	margin-top:	100px;
	padding-top:85px;
	padding-bottom: 80px;
	    margin-bottom: 135px;
}
.join_ecos .member_fullw{
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}
.join_ecos .member_fullw .join_ecos_cont{
	padding-right:0px;
}
.join_ecos ul{
	padding-left: 0px;
}

.join_ecos ul li {
    list-style: none;
    position: relative;
    padding-left: 60px;
    margin-bottom: 25px;
}
.join_ecos ul li:last-child {
	margin-bottom:0px;
}
.join_ecos ul li::before {
    content: ".";
    top: 0px;
    left: -2px;
    position: absolute;
    font-size: 70px;
    color: #1dd1a1;
    font-weight: 700;
    line-height: 0;
}
.join_ecos ul li h5{
	font-size:22px;
	font-weight: 700;
	color:#1dd1a1;
}
.join_ecos ul li p:last-child{
	margin-bottom:0px;
}

.join_ecos span.frame::before{
	right: -25px;
	
}

.member-menu{
	padding-bottom:55px;
}
.member_page .member-menu{
	padding-bottom:48px;
}
.member-menu li{
	float: left;
	/*margin: 0 50px;*/
	margin: 0 70px;
	padding-right:0px;
}
.member-menu li:first-child{
	margin-left: 0!important;
}
.member-menu li:last-child{
	margin-right: 0;
}
.member-menu li a{
	font-size: 26px;
	font-weight: 600;
	color: #455567;
	min-height: 35px;
}
.member-menu li a:hover{
	color: #1dd1a1!important;
}
.member-menu li a.active {
    color: #1dd1a1!important;
}
.animated-menu.member-menu li a::after{
	
	right:-20px;
	-webkit-transform:translate(-5.2em,0.56em);
	-moz-transform:translate(-5.2em,0.56em);
	-o-transform:translate(-5.2em,0.56em);
	-ms-transform:translate(-5.2em,0.56em);
	transform:translate(-5.2em,0.56em);
}
.animated-menu.member-menu li a::before {
	-webkit-transform:translate(4.98em,-0.65em);
	-moz-transform:translate(4.98em,-0.65em);
	-o-transform:translate(4.98em,-0.65em);
	-ms-transform:translate(4.98em,-0.65em);
	transform:translate(4.98em,-0.65em);
}
.animated-menu.member-menu li a.active::before,
.animated-menu.member-menu li a.active::after{
	-webkit-transform: translate(0em,0em);
	-moz-transform: translate(0em,0em);
	-o-transform: translate(0em,0em);
	-ms-transform: translate(0em,0em);
	transform: translate(0em,0em);
}

.member-content{
	width:100%;
	float: left;
	margin-bottom: 123px;
}
.member_wrap{
	width:100%;
	display: flex;
	flex-wrap:nowrap;
	padding:65px 0;
}
.member_page .member_wrap{
	padding-top: 0px;
}
.member_wrap > div{
	width:50%;
}
.member_wrap > div.member_dic{
	padding-right:50px;
}
.member_wrap > div.member_dic p{
	font-size: 22px;
	color:#5d707f;
	line-height: 40px;
}
.member_wrap > div.member_items{
	display: inline-block;
	/*display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	align-items: flex-start;
	align-content: flex-start;*/
	padding-left:115px;
	position: relative;
}
.member_wrap > div.member_items .memberItems{
	
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	align-items: flex-start;
	padding-bottom: 54px;
	position: relative;
}
.member_items ul.member_list{
	width: 100%;
	/*width: calc(100% - 115px);*/
	margin-right: -20px;
	margin-top: 0;
	margin-bottom: 0;
}

.member_items ul.member_list li {
    margin: 10px;
    width: 166px;
	
	height: 116px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.member_items ul.member_list li img{
	max-width: 164px;
	max-height: 116px;
}
.member_items .view-all-members{
	margin-left:29px;
}

/*contact page*/

.contact_page{
	padding-bottom:	150px;
}
.contact_page .col-md-7{
	display: flex;
	justify-content: flex-end;
}
.contact_page h4{
	font-size: 26px;
	font-weight: 700;
	margin-bottom: 30px;
}
.cont_info p{
	font-size:22px;
	color:#5d707f;
	line-height:28px;
	margin-bottom:25px;
}
.cont_info a{
	color:#5d707f;
}
.form-wrap{
	width:calc(100% - 116px);
	display:inline-block;
}
.form-wrap .form-wrap{
	width:100%;
	padding-top: 10px;
}
.form-wrap .form-wrap p{
	margin: 0px;
}
.form-wrap input{
	width: 317px;
	float: left;
	height: 46px;
	margin-right:35px;
	margin-bottom:35px;
	background: #f6f6f7;
	border: 0;
	padding:0 20px;
	font-size: 20px!important;
	color: #5d707f;
	font-family: 'proxima-nova'!important;
	font-weight: 400;
	border-radius: 0;
}
.form-wrap input.input_mail, .form-wrap input.input_object{
	margin-right:0px;
}

.contact_page .form-wrap span.wpcf7-not-valid-tip{
	display:none!important;
}

.form-wrap input#submit_form{
	width:auto!important;
	float: right;
	margin-right: 0;
	cursor: pointer;
	margin-bottom: 0;
	font-size: 26px!important;
	font-weight: 700;
	color:#FFFFFF;
	padding: 16px 25px;
	height: auto;
	border-radius: 0;
	background-color: rgb(29, 209, 161);
	transition: all 0.3s ease;
	box-shadow: 0px 10px 24.3px 2.7px rgba(29, 209, 161, 0);
}
.form-wrap input#submit_form:hover {
    box-shadow: 0px 10px 24.3px 2.7px rgba(29, 209, 161, 0.2);
}
.form-wrap textarea{
	width:100%;
	background: #f6f6f7;
	border: 0;
	height: 265px;
	padding:15px 20px;
	margin-bottom:25px;
	font-size: 20px!important;
	color: #5d707f;
	font-family: 'proxima-nova'!important;
	font-weight: 400;
	border-radius: 0;
}

.form-wrap .filter-wrap{
	margin:0;
	float: left;
	margin-bottom:15px;
}

.form-wrap .select-wrap .select-styled{
	color:#363a42;
	font-size: 20px;
	line-height: 100%;
}
.form-wrap .select-wrap .select-styled::after {
	background-size: 17px;
}
.contact_page .select-wrap{
	margin-top: 18px;
    margin-bottom: 5px;
}
.contact_page .select-wrap.send_msg .select{
    width: 100%;
    float: left;
    position: relative;
}
.contact_page .select-wrap.send_msg .select-options{
        max-height: none;
}


/*.filter-wrap .search-wrap{
    display: inline-block;
}
.search-wrap .search_btn{
    background: url(../images/search_icon.svg) no-repeat center;
    width: 25px;
    height: 32px;
    position: relative;
    pointer-events: none;
    position: relative;
    right: 0;
    top: 5px;
    float: right;
    display: inline-block;
    padding: 0;
}
.filter-wrap .search-wrap input.mod-search{
    display: inline-block;
    float: left;
}*/

.grecaptcha-badge{
	opacity: 0;
	pointer-events: none;
}
.page-template-contact-page .grecaptcha-badge{
	/*opacity: 1;*/
	pointer-events: auto;
}


div.wpcf7 .ajax-loader {
	background-image: url(../images/ajax-loader.svg);
    background-size: 22px;
    background-position: center;
    width: 20px;
    height: 20px;
}
input.wpcf7-not-valid{
	-webkit-box-shadow:inset 0px 0px 0px 2px rgb(247, 5, 5);
    -moz-box-shadow: inset 0px 0px 0px 2px rgb(247, 5, 5);
    box-shadow: inset 0px 0px 0px 2px rgb(247, 5, 5);
}
.follow_us .your-email span{
	display:none;
}

footer .wpcf7-response-output, footer .wpcf7-validation-errors{
	border: 0;
    padding: 0;
    margin: 5px 0px;
    line-height: 100%;
    font-size: 16px;
}
/*input#privacy-check[aria-invalid="true"]{
	-webkit-box-shadow:inset 0px 0px 0px 2px rgb(247, 5, 5);
    -moz-box-shadow: inset 0px 0px 0px 2px rgb(247, 5, 5);
    box-shadow: inset 0px 0px 0px 2px rgb(247, 5, 5);
}*/
.privacy_policy span.wpcf7-not-valid #privacy-check{
	-webkit-box-shadow: 0px 0px 0px 1px rgb(247, 5, 5);
    -moz-box-shadow: 0px 0px 0px 1px rgb(247, 5, 5);
    box-shadow: 0px 0px 0px 1px rgb(247, 5, 5);
}


footer .privacy_policy span.wpcf7-not-valid-tip{
	display:none;
}

.contact_page .wpcf7-form > .form-wrap > p:last-child{
	position: relative;
}
.contact_page .wpcf7-form > .form-wrap > p:last-child .ajax-loader{
	position: absolute;
    right: -25px;
    top: 16px;
}

section.contact_page .form-wrap div.wpcf7-response-output{
    border: 0!important;
    padding: 0!important;
    margin: 5px 0px!important;
    line-height: 100%;
    font-size: 16px;
}


.extranet figure{
	display:none;
}
.extranet footer{
	margin-top:170px;
}
.extranet ul.res_list{
	    display: flex;
    flex-wrap: wrap;
}
.extranet ul.res_items_list li.highlight .doc_att a{
	color: #FFFFFF;
}
.extranet ul.res_items_list li.highlight .doc_att a:hover{
	color: #00a95c;
}
.extranet ul.res_items_list li .doc_att a{
	color: #00a95c;
}
.extranet ul.res_items_list li .doc_att a:hover{
	color: #FFFFFF;
}

.extranet .allcontacts{
	margin-top: 0;
}
/*.extranet .pagination a.page-numbers, .extranet .pagination span.page-numbers{
	background:none;
	border-radius: 0;
}*/

li.no-item{
    width: 100%!important;
    box-shadow: none;
    background: url(../images/noitem.png) no-repeat left top;
    padding-left: 45px!important;
	justify-content: flex-start!important;
}
.item_wrap {
	float:left;
	width:100%;
	position: relative;
}
.processing::after {
    content: '';
    width: 50px;
    height: 50px;
    z-index: 9;
    bottom:auto;
    left: -50%;
    right: -50%;
    top:50px;
    margin: auto;
    position: absolute;
    background: url(../images/processing.gif) no-repeat center;
    background-size: 50px;
}

.loginpage .login-page{
	max-width:100%;
	padding-top: 0px;
}
.loginpage .login-sec{
	float:left;
}
#site-wrapper .loginpage #loginForm input[type="text"],
#site-wrapper .loginpage #loginForm input[type="email"],
#site-wrapper .loginpage #loginForm input[type="password"],
#site-wrapper .loginpage #password-form input[type="text"],
#site-wrapper .loginpage #password-form input[type="email"]{
    width: 317px;
    float: left;
    height: 46px;
    margin-right: 35px;
    margin-bottom: 20px;
    background: #f6f6f7;
    border: 0;
    padding: 0 20px;
    font-size: 20px !important;
    color: #5d707f;
    font-family: 'proxima-nova' !important;
    font-weight: 400;
    border-radius: 0;
}
#site-wrapper .loginpage #loginForm input[type="text"].error,
#site-wrapper .loginpage #loginForm input[type="password"].error,
#site-wrapper .loginpage #password-form input[type="text"].error{
	border:1px solid red !important;
}
#site-wrapper .loginpage #loginForm input[type="password"]{
	margin-right: 0;
}
.loginpage #loginForm .lostpasslink{
	padding-left: 0;
	padding-top: 0px;
	float: left;
	margin-top: 30px;
	/*clear: both;*/
}
#site-wrapper .loginpage #loginForm input#submit,
#site-wrapper .loginpage #password-form  button[type="submit"]{
    width: auto !important;
    float: right;
	clear: both;
    margin-right: 0;
    cursor: pointer;
    margin-bottom: 0;
    font-size: 26px !important;
    font-weight: 700;
    color: #FFFFFF!important;
    padding: 16px 25px;
    height: auto;
	text-transform: capitalize!important;
	border:0!important;
    border-radius: 0!important;
    background-color: rgb(29, 209, 161);
    transition: all 0.3s ease;
	font-family: 'proxima-nova' !important;
    box-shadow: 0px 10px 24.3px 2.7px rgba(29, 209, 161, 0);
}
#site-wrapper .loginpage #loginForm input#submit:hover {
	background: rgb(29, 209, 161)!important;
	text-decoration:none;
    box-shadow: 0px 10px 24.3px 2.7px rgba(29, 209, 161, 0.2);
}
#site-wrapper .loginpage #password-form  button[type="submit"]{
	clear: none;
	float: left;
	padding: 3px 25px;
}
#site-wrapper .loginpage #password-form  button[type="submit"]:hover{
	background: rgb(29, 209, 161)!important;
	text-decoration:none;
    box-shadow: 0px 10px 24.3px 2.7px rgba(29, 209, 161, 0.2);
}
#site-wrapper .loginpage p{
	color: #5d707f;
	font-size: 20px
}
#site-wrapper .loginpage p a,
#site-wrapper .lostpasslink a.lostpass{
	font-size: 20px
}
#site-wrapper .lostpasslink a.lostpass{
	color: #1dd1a1;
}

.login-sec .form-layout div#error {
    color: red;
    float: left;
    clear: both;
	font-size: 16px;
}


/*.error404 #site-wrapper figure.banner.inner-banner:nth-child(1)*/
.error404 #site-wrapper figure.banner.inner-banner{
	display:none;
}
section.error-page{
	padding-bottom:100px;
}
section.error-page h2{
	color:#1dd1a1;
	font-size:90px;
}
section.error-page h2 span{
	font-size: 20px;
	color:#5d707f;
	line-height: normal;
}
section.error-page p{
	margin-bottom: 0px;
}
.error-404 .screen-reader-text{
	display:none;
	float: left;
	width: 100%;
}
.error-404 label{
	float:left;
	margin-bottom: 0px;
}
.error-404 input[type="search"]{
	width: 317px;
	float: left;
	height: 46px;
	margin-right: 35px;
	margin-bottom: 0px;
	background: #f6f6f7;
	border: 0;
	padding: 0 20px;
	font-size: 20px !important;
	color: #5d707f;
	font-family: 'proxima-nova' !important;
	font-weight: 400;
	border-radius: 0;
}
.error-404 input[type="submit"]{
	width: auto !important;
	float: left;
	margin-right: 0;
	cursor: pointer;
	margin-bottom: 0;
	font-size: 20px !important;
	font-weight: 700;
	color: #FFFFFF;
	padding: 13px 25px;
	height: auto;
	border-radius: 0;
	background-color: rgb(29, 209, 161);
	transition: all 0.3s ease;
	box-shadow: 0px 10px 24.3px 2.7px rgba(29, 209, 161, 0);
	border: 0;
}
.error-404 input[type="submit"]:hover {
    box-shadow: 0px 10px 24.3px 2.7px rgba(29, 209, 161, 0.2);
}

.listAll_singleDocs .paginationDiv{float:right;}

.create-newsletter-wrap div.wpcf7-spam-blocked{
	display: block;
	float: left;
	padding: 0;
	border: 0;
	margin: 0;
	margin-top: 10px;
	font-size: 16px;
}

#password-form #error .green{
	display: inline-block;
	width: 100%;
	font-size: 16px;
	color: #1dd1a1;
}


.member_page .tab-content#myTabContent{
	/*height: auto;*/
	min-height: 540px;
	max-height: 540px;
	overflow: hidden;
	position: relative;
}
.member_page #myTabContent > .tab-pane{
	display:block!important;
	position: absolute;
	z-index: 0;
	
}
.member_page #myTabContent > .tab-pane.active {
	opacity: 1;
	z-index: 9;
	pointer-events: auto;
}
.member_page .member_wrap .member_dic h3,
.member_page .member_wrap .member_dic p,
.member_page .member_wrap .member_dic a.btn_membr{
	transform: translateY(25%);
	opacity: 0;
	visibility: hidden;
	transition: 0.6s all ease-in-out;
}
.member_page .tab-pane.active .member_wrap .member_dic h3,
.member_page .tab-pane.active .member_wrap .member_dic p,
.member_page .tab-pane.active .member_wrap .member_dic a.btn_membr{
	transform: translateY(0);
	opacity: 1;
	transition: 0.6s all ease-in-out;
	visibility: visible;
}
.member_page .tab-pane .member_wrap > div.member_items{
	opacity: 0;
	transform: translateX(100%);
	transition: 0.3s all ease-in-out;
}
.member_page .tab-pane.active .member_wrap > div.member_items{
	opacity: 1;
	transform: translateX(0);
}
.member_page .member_wrap div.memberItems.processing::after {
	
	bottom: -50%;
	top:calc(-50% - 54px);
	left: calc(-50% + 40px);
}

article hr{
	clear: both;
}

header .burger {
    display: none;
}

.related-work h3{
	margin-bottom: 30px;
}
.related-work h3:last-child{
	margin-bottom: 0px;
}

ul.tag-listing{
    width: 100%;
    margin-left: 0;
	margin-top: 100px;
    flex-wrap: wrap;
	padding-left: 0px;
    padding-bottom: 130px;
}
ul.tag-listing > li {
    display: flex;
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
    margin-bottom: 30px;
    justify-content: flex-end;
}
ul.tag-listing li .list_cont {
    background: #f6f7f7;
    width: calc(100% - 230px);
    padding: 45px 50px;
    position: relative;
}
ul.tag-listing li .list_cont p {
    color: #445567;
    line-height: 36px;
}
ul.tag-listing li .list_cont p:last-child {
   margin-bottom: 0px;
}
ul.tag-listing > li:nth-child(2n) {
    justify-content: flex-start;
}

.taggedItems{
	 display: inline-block;
    width: 100%;
	    margin-bottom: 20px;
}
.taggedItems ul{
	display:flex;
	flex-wrap:wrap;
	 padding: 0;
	margin: 0px;
}
.taggedItems ul li{
	position: relative;
	list-style: none;
	margin-right: 10px;
	padding-right: 10px;
	line-height: 100%;
}
.taggedItems ul li::after{
	content: "";
	width: 1px;
	height: 20px;
	background: #445567;
	position: absolute;
	right: 0;
	top:0px;
}
.taggedItems ul li:last-child{
	margin-right: 0px;
	padding-right: 0px;
}
.taggedItems ul li:last-child::after{
	display:none;
}
.taggedItems ul li a{
	color:#f97d21;
	line-height: 100%;
}
.fm-form-container.fm-theme1{
}
.fm-form-container{
	width:100%!important;
	float: left!important;
}
.fm-form-container .fm-form .wdform-label-section,
.fm-form-container .fm-form .wdform_column{
	float:left;
	width:100%!important;
}
.fm-form-container .fm-form .wdform_column .wd-width-30{
	width:100%!important;
}
.fm-form-container .fm-form .wdform_column .wd-width-70 {
    width: 100%!important;
	max-width: 100% !important;
}
.fm-form-container .fm-form .wdform-page-and-images .wdform-field input[type="text"] {
    width: 100%;
    float: left;
    height: 46px!important;
    background: #f6f6f7;
    border: 0!important;
    padding: 0 20px;
    font-size: 20px !important;
    color: #5d707f;
    font-family: 'proxima-nova' !important;
    font-weight: 400;
    border-radius: 0;
}
.fm-form-container .fm-form .wdform-page-and-images .wdform-field textarea {
    width: 100%;
    background: #f6f6f7;
    border: 0!important;
    height: 170px!important;
    padding: 15px 20px;
    font-size: 20px !important;
    color: #5d707f;
    font-family: 'proxima-nova' !important;
    font-weight: 400;
    border-radius: 0;
}
.fm-form-container .fm-form .wdform-label{
	font-weight: 600;
	font-size: 18px!important;
}

.fm-form-container .fm-form .wdform-page-and-images button.button-submit {
    width: auto !important;
    float: right;
    margin-right: 0!important;
    cursor: pointer;
    margin-bottom: 0;
    font-size: 26px !important;
    font-weight: 700;
    color: #FFFFFF;
    padding: 16px 25px;
    height: auto;
	border-radius: 0;
	border: 0;
    background-color: rgb(29, 209, 161);
    transition: all 0.3s ease;
    box-shadow: 0px 10px 24.3px 2.7px rgba(29, 209, 161, 0);
}
.fm-form-container .fm-form .wdform-page-and-images button.button-submit:hover {
    box-shadow: 0px 10px 24.3px 2.7px rgba(29, 209, 161, 0.2);
}
.fm-form-container.fm-theme1 .fm-form input[type="text"]:not(.ui-spinner-input){
	border: 0 !important;
}



/*--*/
section.inner_page.member_page{
	margin-bottom: 95px;
}

section.inner_page.member_page .container{
	max-width: 1430px;
}

.new_member_wrap{
	width: 100%;
	float:left;
	margin-top: 75px;
	margin-bottom: 100px;
}
ul.new_member_list{
	width:calc(100% + 46px);
	display: flex;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
	margin-left: -23px;
}
ul.new_member_list > li{
	width:calc(16.66% - 46px);
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin:23px 23px;		
	position: relative;
}
.click_toggl{
	float: left;
	width: 100%;
	padding:10px 10px 10px 10px;
	cursor: pointer;
	background-color: rgb(255, 255, 255);
	box-shadow: 0px 3px 106px 0px rgba(0, 1, 0, 0.1);
	transition: all 0.3s ease;
}
.click_toggl.active{
	box-shadow: 0px 3px 106px 0px rgba(68, 85, 103, 0.25);
}
.member_flag{
	width:100%;
	max-width:100%;
	height: 115px;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}
.member_flag img{
	max-height: 115px;
}
.membercntr_name{
	padding-top: 20px;
	width:100%;
	height: calc(100% - 115px);
	text-align: center;
	color: #445567;
	font-weight: 700;
	display: flex;
	align-items: center;
	padding-bottom: 3px;
	justify-content: center;
	line-height: 100%;
}
.member_info_disc{
	opacity: 0;
	/*width: 665px;*/
	width:calc((100vw / 2) - 297px);
	min-height:402px;	
	left: 100%;
	top: 0;
	margin-left:45px;
	padding:30px 40px 28px 40px;
	position: absolute;
	z-index: 2;
	pointer-events: none;
	background: #f6f6f7;
	transition: all 0.3s ease;
}
ul.new_member_list > li:nth-child(1) .member_info_disc, ul.new_member_list > li:nth-child(2) .member_info_disc,
ul.new_member_list > li:nth-child(3) .member_info_disc, ul.new_member_list > li:nth-child(4) .member_info_disc,
ul.new_member_list > li:nth-child(5) .member_info_disc, ul.new_member_list > li:nth-child(5) .member_info_disc{
	min-height:422px;
}
.member_info_disc.visible{
	pointer-events: auto;
	opacity:1;
}
.member_info_disc h3{
	color:#445567;
	font-size: 42px;
	font-weight: 700;
	margin: 0px;
	padding-right:35px;
	line-height: 100%;
}
.member_info_disc p{
	font-size: 20px;
	color:#5d707f;
	line-height: 24px;
	margin: 0px 0px 30px 0px;
}
ul.new_member_list > li:nth-child(4) .member_info_disc, ul.new_member_list > li:nth-child(5) .member_info_disc, ul.new_member_list > li:nth-child(6) .member_info_disc,
ul.new_member_list > li:nth-child(10) .member_info_disc, ul.new_member_list > li:nth-child(11) .member_info_disc, ul.new_member_list > li:nth-child(12) .member_info_disc,
ul.new_member_list > li:nth-child(16) .member_info_disc, ul.new_member_list > li:nth-child(17) .member_info_disc, ul.new_member_list > li:nth-child(18) .member_info_disc,
ul.new_member_list > li:nth-child(22) .member_info_disc, ul.new_member_list > li:nth-child(23) .member_info_disc, ul.new_member_list > li:nth-child(24) .member_info_disc,
ul.new_member_list > li:nth-child(28) .member_info_disc, ul.new_member_list > li:nth-child(29) .member_info_disc, ul.new_member_list > li:nth-child(30) .member_info_disc,
ul.new_member_list > li:nth-child(34) .member_info_disc, ul.new_member_list > li:nth-child(35) .member_info_disc, ul.new_member_list > li:nth-child(36) .member_info_disc,
ul.new_member_list > li:nth-child(40) .member_info_disc, ul.new_member_list > li:nth-child(41) .member_info_disc, ul.new_member_list > li:nth-child(42) .member_info_disc,
ul.new_member_list > li:nth-child(46) .member_info_disc, ul.new_member_list > li:nth-child(47) .member_info_disc, ul.new_member_list > li:nth-child(48) .member_info_disc,
ul.new_member_list > li:nth-child(52) .member_info_disc, ul.new_member_list > li:nth-child(53) .member_info_disc, ul.new_member_list > li:nth-child(54) .member_info_disc,
ul.new_member_list > li:nth-child(58) .member_info_disc, ul.new_member_list > li:nth-child(59) .member_info_disc, ul.new_member_list > li:nth-child(60) .member_info_disc,
ul.new_member_list > li:nth-child(64) .member_info_disc, ul.new_member_list > li:nth-child(65) .member_info_disc, ul.new_member_list > li:nth-child(66) .member_info_disc,
ul.new_member_list > li:nth-child(70) .member_info_disc, ul.new_member_list > li:nth-child(71) .member_info_disc, ul.new_member_list > li:nth-child(72) .member_info_disc,
ul.new_member_list > li:nth-child(76) .member_info_disc, ul.new_member_list > li:nth-child(77) .member_info_disc, ul.new_member_list > li:nth-child(78) .member_info_disc,
ul.new_member_list > li:nth-child(82) .member_info_disc, ul.new_member_list > li:nth-child(83) .member_info_disc, ul.new_member_list > li:nth-child(84) .member_info_disc,
ul.new_member_list > li:nth-child(88) .member_info_disc, ul.new_member_list > li:nth-child(89) .member_info_disc, ul.new_member_list > li:nth-child(90) .member_info_disc,
ul.new_member_list > li:nth-child(94) .member_info_disc, ul.new_member_list > li:nth-child(95) .member_info_disc, ul.new_member_list > li:nth-child(96) .member_info_disc,
ul.new_member_list > li:nth-child(100) .member_info_disc, ul.new_member_list > li:nth-child(101) .member_info_disc, ul.new_member_list > li:nth-child(102) .member_info_disc,
ul.new_member_list > li:nth-child(106) .member_info_disc, ul.new_member_list > li:nth-child(107) .member_info_disc, ul.new_member_list > li:nth-child(108) .member_info_disc,
ul.new_member_list > li:nth-child(112) .member_info_disc, ul.new_member_list > li:nth-child(113) .member_info_disc, ul.new_member_list > li:nth-child(114) .member_info_disc,
ul.new_member_list > li:nth-child(118) .member_info_disc, ul.new_member_list > li:nth-child(119) .member_info_disc, ul.new_member_list > li:nth-child(120) .member_info_disc,
ul.new_member_list > li:nth-child(124) .member_info_disc, ul.new_member_list > li:nth-child(125) .member_info_disc, ul.new_member_list > li:nth-child(126) .member_info_disc,
ul.new_member_list > li:nth-child(130) .member_info_disc, ul.new_member_list > li:nth-child(131) .member_info_disc, ul.new_member_list > li:nth-child(132) .member_info_disc{
	right: 100%;
	left:auto;
	margin-left: 0;
	margin-right: 45px;
}
.extmember-wrap{
	float: left;
	width: 100%;
	margin-top:10px;
	/*max-height:485px;*/
	/*max-height: 458px;*/
	max-height: 464px;
}

ul.new_member_list > li:nth-child(1) .extmember-wrap, ul.new_member_list > li:nth-child(2) .extmember-wrap,
ul.new_member_list > li:nth-child(3) .extmember-wrap, ul.new_member_list > li:nth-child(4) .extmember-wrap,
ul.new_member_list > li:nth-child(5) .extmember-wrap, ul.extmember-wrap > li:nth-child(5) .extmember-wrap{
	max-height: 484px;
}


.extmember-wrap .mCSB_inside > .mCSB_container {
    margin-right: 10px !important;
}
.extmember-wrap .mCSB_scrollTools{
	right: -1px !important;
	width: 10px !important;
}
.extmember-list {
    width: calc(100% + 24px);
    display: flex;
    flex-wrap: wrap;
    margin-left: -12px;
	padding: 0px;
}
.extmember-list > li {
    width:calc(33.33% - 24px);
	list-style: none;
	margin: 12px;
}
.extmember-list > li .extmember-img {
	background: #FFFFFF;
	display: flex;
	justify-content: center;
	margin-bottom: 10px;
	height:174px;
	align-items: center;
}
.extmember-list > li .extmember-img a{
	width: 100%;
	height:174px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.extmember-list > li .extmember-img img{
   /*max-width: 130px;*/
   max-width: 92%;
}
.extmember-list > li .extmember-dics {
	color:#445567;
	font-weight: 600;
	font-size: 16px;
	padding-right: 5px;
	line-height: 100%;
}
.close_toggl{
	width: 30px;
	height: 30px;
	position: absolute;
	background: url(../images/closeicon.png) no-repeat center;
	top: 40px;
	right: 35px;
	cursor: pointer;
}


.subcrib-footer-wrap {
    float: left;
    width: 100%;
    padding: 80px 0px;
    /*display: flex;*/
    align-items: flex-start;
	background:#445567;
	position: relative;
}
.subcrib-footer-wrap:before{
	content:'';
	position:absolute;
	left:-50%;
	right:-50%;
	margin:auto;
	width:100vw;
	height:100%;
	top:0px;
	z-index: -1;
	background:#445567;
}
.subcrib-footer-wrap a {
    background: #1dd1a1;
    color: #445567;
    display: inline-block;
    padding: 10px 15px;
    line-height: 100%;
    font-weight: 700;
	font-size: 30px;
}
.subcrib-footer-wrap h3{
	max-width:60%;
	font-size:30px;
	margin:0px !important;
	color:#fff;
	line-height: normal;
	padding-bottom:2%;
}
span.ivolist {
    display: inline-block;
    margin-bottom: 10px;
    /*color: #acb1b8;*/
	color:#1dd5c2;
	font-size: 16px;
    font-weight: 500;
}


/*span.ivolist:not(first-child):after {
  content: ", ";
}
span.ivolist:last-child::before {
    content: ",";
}*/
.authorlist {
    display: inline-flex;
	align-items: center;
    margin: 0px 20px 20px 0px;
	font-size:16px;
}
.authorlist img {
    max-width: 50px;
	margin-right: 10px;
}
.authorlist .item_author{
	padding-left:6px;
	color: #1dd5c2;
	font-weight: 500;
}
footer .btn-primary1, .contact-press a{
    border-radius: 0px!important;
    /*text-transform: lowercase;*/
    background: #1dd1a1!important;
    font-weight: 600!important;
    font-family: 'proxima-nova'!important;
    font-size: 15px!important;
    padding: 7px 10px 5px!Important;
    border: none!important;
    line-height: 12px!important;
}

#newsletterModal .wpcf7 form.invalid .wpcf7-response-output{
    float: left;
    font-size: 16px;
    clear: both;
    width: 100%;
    margin: 15px 0px 0px;
    border: none;
    background: #f7050529;
    line-height: 100%;
    padding: 10px 12px;
    text-align: center;
}

#newsletterModal .wpcf7 form.sent .wpcf7-response-output{
    float: left;
    font-size: 16px;
    clear: both;
    width: 100%;
    margin: 15px 0px 0px;
    border: none;
    background: #1dd1a1;
    line-height: 100%;
    padding: 10px 12px;
	color:#fff;
    text-align: center;
}


/*-new team page design-*/
.page-template-whoweare section.inner_page,
.post-type-archive-team section.inner_page{
	padding-top:75px
}
.title-wrap{
	display: flex;
	width: 100%;
	align-items: center;
}
.teamtitle{
	margin-bottom: 230px;
}
.title-wrap h2{
	font-size: 70px;
	width:calc(100% - 650px);
}
.title-wrap .filter-wrap {
	align-items: center;
	display: flex;
	width: 650px;
	margin-top: 0;
	margin-bottom: 0;
}
.team_select.select-wrap{
	background: #f2f3f5;
	margin-top: 0;
	min-width: auto;
	max-width: 340px;
}
.team_select.select-wrap .select{
	height: auto;
	line-height: 100%;
}
.team_select.select-wrap .select-styled{
	width: 100%;
	padding:10px 35px 10px 10px;
	float: left;
	color: #7E8C9B;
}
.team_select.select-wrap .select-styled::after {
	right: 10px;
}
.team_select.select-wrap .select-options{
	top: 41px;
	background-color: #f2f3f5;
	box-shadow:none;
	width: calc(100% + 0px);
}
.team_select.select-wrap .select-options li{
	background: none;
	font-size: 21px;
	font-weight: normal;
	color: #7E8C9B;
}
.filter-wrap .search-wrap.team-search {
    width: 265px;
}
.filter-wrap .search-wrap.team-search input.mod-search{
	max-width: calc(100% - 40px);
}
.teamwrap-sec{
	float: left;
	width: 100%;
}
.teamwrap{
	float: left;
	width: 100%;
	margin-bottom: 70px;
}
.team-list-wrap{
	width:calc(100% + 15px);
	display: flex;
	flex-wrap: wrap;
	padding: 0;
	margin: 0;
	margin-left: -15px;
}
.team-list-wrap li{
	width:25%;
	list-style: none;
}
.teamitems{
	max-width: 280px;
	display: flex;
	flex-wrap: wrap;
	margin: 15px;
}
.team-thumb{
	padding: 20px;
	width: 280px;
	height: 280px;
	border-radius: 50%;
	background:#FFFFFF;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 3px solid #F2F3F4;
}
.team-thumb figure{
	width: 230px;
	height: 230px;
	overflow: hidden;
	border-radius: 50%;
	margin: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.team-list-wrap li.active .team-thumb{
	border:4px solid #1DD1A1;
}
.team-list-wrap li.ex-team-member{
	width: 100%;
}

.member-info{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.team-thumb + .member-info{
	margin-top: 30px;
}
.member-info > span{
	display: inline-block;
	color: #7E8C9B;
	font-size:20px;
	font-weight: 400;
	line-height: 100%;
	margin-bottom: 10px;
}
.member-info > span a{
	color: #7E8C9B;
}
.member-info > span:last-child{
	margin-bottom: 0px;
}
.member-info > span.name,
.member-info > span.positon{
	font-size:28px;
	font-weight: bold;
	text-align: center;
}
.member-info > span.positon{
	font-weight: 400;
	margin-bottom: 20px;
}
.member-info > span.phone-number{
	margin-bottom: 20px;
}
.member-info > span.phone-number,
.member-info > span.emailid{
	position: relative;
	padding-left:28px;
}
.member-info > span.emailid {
    font-size: 18px;
}
.member-info > span.phone-number::before,
.member-info > span.emailid::before{
	content: '';
	left: 0;
	top: 0;
	width: 24px;
	height: 22px;
	position: absolute;
	background: url(../images/Icon-phone.svg);
	background-repeat: no-repeat;
}
.member-info > span.emailid::before{
	background: url(../images/Icon-email.svg);
	background-repeat: no-repeat;
}

.page-template-whoweare section.inner_page article h2{
	font-size: 70px;
	font-weight: bold;
	color: #445567;
	margin-bottom:60px;
}

.whoweare-intro{
	max-width: 1024px;
}
.whoweare-intro p{
	color: #7E8C9B;
}
.whoweare-listwrap{
	width: 100%;
	float: left;
}
.whoweare-items{
	display: flex;
	width: 100%;
	padding: 75px 0px;
}
.whoweare-items.rightalign{
	flex-direction: row-reverse;
}
.itemimg figure{
	width: 785px;
	margin: 0;
	position: relative;
}
.itemcont-wrap{
	display: flex;
	width: calc(100% - 785px);
	align-items: center;
	padding-left: 100px;
}

.itemcont-wrap p{
	font-size: 22px;
	color: #7E8C9B;
	line-height: 40px;
	margin: 0px 0px 40px 0px;
}
.itemcont-wrap p:last-child{
	margin-bottom: 0;
}
.rightalign .itemcont-wrap{
	padding-right: 100px;
	padding-left: 0;
}
.itemcont-wrap h3{
	margin-bottom: 37px;
}

.video-sec{
	display: inline-block;
	width: 100%;
	position: relative;
}
.video-sec p{
	font-size: 22px;
	color: #7E8C9B;
	line-height: 40px;
}
.video-sec h3{
	color: #455567;
	margin-bottom: 35px;
}
.video-sec figure{
	width: 100%;
	height: 815px;
	position: relative;
	display: flex;
	margin-top: 40px;
	margin-bottom: 0;
}
.video-sec figure .video-iframe{
	width: 100%!important;
	height: 100%!important;
	position:absolute;
	/*z-index:2;
	opacity: 0;*/
}

.video-sec figure .video-img{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index:1;
	cursor: pointer; 
	background-size: cover!important;
}
.video-sec .video-img::before{
	content: '';
	width: 100%;
	height: 100%;
	background:rgba(101, 101, 101, 0.60);
	left: 0;
	top: 0;
	position: absolute;
	z-index:4;
}
.video-sec figure .container{
	justify-content: center;
	align-items: center;
	display: flex;
	position: relative;
	pointer-events: none;
}
.video-sec figure span.frame{
	z-index:9;
}
.video-sec figure span.frame::before{
	right:15px;
}
.video-sec figure span.frame::after {
	left:15px;
}
.videocontent{
	text-align: center;
	position: relative;
	z-index: 3;
}
.videocontent i{
	display: inline-block;
	width: 208px;
	height: 208px;
	background: url(../images/play-icon.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100%;
}
.videocontent h3{
	color: #FFFFFF;
	text-align: center;
	margin:10px 0px 0px;
}

.our-network-section{
	display: inline-block;
	width: 100%;
	position: relative;
}
.our-network-section .container{
	max-width: 83%;
}
.ournetworkwrap{
	width: 100%;
	float: left;
	margin-top: 85px;
	margin-bottom: 50px;
}
.ournetworkwrap > h2{
	text-align: center;
}
.ournetwork-list{
	width: calc(100% + 40px);
	display:flex;
	margin: 0;
	padding: 0;
	margin-top: 100px;
	margin-left: -20px;
	justify-content: space-between;
}
.ournetwork-list li{
	list-style: none;
	width: 300px;
	margin: 0 20px;
	text-align: center;
}

.network-icon{
	display: flex;
	justify-content: center;
	align-items: center;
	padding-bottom: 85px;
}
.network-icon i{
	width: 200px;
	height: 200px;
	display: flex;
	border-radius: 50%;
	justify-content: center;
	align-items: center;
	background: #F5F6F7;
}
.ournetwork-list li h3{
	font-size:40px;
	color: #445567;
	line-height: 34px;
	margin-bottom:10px;
	font-weight: 700;
}
.ournetwork-list li p{
	font-size: 20px;
	color: #445567;
	line-height: 34px;
	margin: 0px 0px 30px 0px;
}
.ournetwork-list li a.btn-arrow{
	float: none;
	padding-right: 100px;
}
.ournetwork-list li a.btn-arrow::after {
	right: 0;
}

.search_page{
	padding:85px 0 130px;
}
.search_page .col-md-12 > h2{
	font-size: 70px;
	font-weight: bold;
	margin-bottom:75px;
}
.search_page .col-md-12 > h2 span{
	color: #1DD1A1;
}

.search_page .search-wrap{
	width: 100%;
	max-width: 260px;
	margin-bottom:95px;
}
.searchlsit-wrap{
	width: 100%;
	display: flex;
	margin: 0;
	padding: 0;
	flex-wrap: wrap;
}
.searchlsit-wrap li{
	width: 100%;
	list-style: none;
	float:left;
	padding: 50px;
	margin-bottom: 15px;
	background: #f6f6f7;
}
.searchlsit-wrap li h3{
	margin-bottom: 0px;
}

.searchlsit-wrap li p{
	max-width:78%;
	color: #445567;
	margin: 0px 0px 45px 0px;
}
.search-again form.search{
	display: flex;
}
.search-again form.search button{
	border: 0;
    background: #f2f3f5;
    width: 40px;
}
.search_page .search-wrap input{
	padding: 5px 10px;
	max-width: none;
	width: 100%;
}
.btncenter{
	width: 100%;
	display: flex;
	padding-top: 30px;
	justify-content:center;
}
.loadmore{
	font-size:17px;
	font-weight: bold;
	color: #FFFFFF;
	display: flex;
	padding:7px 35px;
	justify-content: center;
	background: #1DD1A1;
}
.loadmore:hover{
	color: #FFFFFF;
}

.modal-dialog {
    max-width: 920px;
    border-radius: 45px;
	margin-top: 10vh;
	position: relative;
}
.modal-content {
    border: none;
    border-radius: 15px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
}
.modal-body{
	padding: 0;
}
.modal .close-btn {
    position: absolute;
    right: -16px;
    top: -16px;
	width: 40px;
	height: 40px;
    color:transparent;
    opacity: 1;
	overflow: hidden;
	text-indent: -500px;
    background: url(../images/Icon-close.svg) no-repeat center;
    outline: none;
    border-radius: 30px;
	background-size: 20px;
	background-color: #FFF;
	box-shadow: 3px 3px 12px rgba(0,0,0,0.4);
}
#videoModal iframe {
    width: 100%;
    height: 562px;
    float: left;
    margin: 0px;
	border-radius: 15px;
}
.modal-backdrop.show {
    opacity: .95;
    background-color: #fff;
}

.search_page .processing::after {
	top: auto;
	bottom: 75px;
}
.teamlisting > li {
	list-style: none;
}
.teamlisting .noitem {
	float: left;
    width: 100% !important;
    box-shadow: none;
    background: url(../images/noitem.png) no-repeat left top;
    padding-left: 45px !important;
    justify-content: flex-start !important;
}
.story-indto{
	max-width: 90%;
}


/*@media - Ecos*/
@media only screen and (min-width:1400px) and (max-width: 2250px){
	.work_tab_wrap ul.work_cat_menu{
		max-width: 84%;
	}
	.work_tab_wrap ul.work_cat_menu li:nth-child(2) a{
		max-width: 350px;
	}
	.work_tab_wrap ul.work_cat_menu li:nth-child(3) a{
		max-width: 150px;
	}
}

@media only screen and (min-width:961px) and (max-width: 4500px){
	header .nav-secondary{
		position: relative;
	}
	header .nav-secondary .burger_menu{
		display:block!important;
	}
}

@media only screen and (max-width: 1750px){
	.article_img{
		left: -12vw;
	}
}


@media only screen and (max-width: 1650px){
	.home_publication::before,
	.work_cat_content::before {
		left: -12vw;
	}
	
	.work_inner_img_wrap > div.vert_horst_over{
		width: calc(100% + 23%);
	}
	.article_img{
		left:-10vw;
	}
	.itemimg figure {
		width: 650px;
	}
	.itemcont-wrap {
		width: calc(100% - 650px);
	}
}
@media only screen and (max-width: 1550px){
	.article_img{
		left:-9vw;
	}
}
@media only screen and (max-width: 1500px){
	.container, section.inner_page.member_page .container{
		max-width:85%;
		/*border: 1px dotted red;*/
	}
	.secondary-nav li{
		margin: 0 20px;
	}
	header .social-links{
		padding-left: 10px;
	}
	header .primary-nav li{
		margin: 0 30px;
	}
	header .primary-nav li:nth-child(1) {
		margin-left: 0;
	}
	header .primary-nav li:last-child{
		margin-right: 45px;
	}
	
	h3{
		font-size:52px;
	}
	
	.tab-image{
		left: -10vw;
		width: calc(100% + 20px);
	}
		
	/*.home_pub_img span.frame::before {
		right: 13px;
	}*/
	
	/*.home_member_list {
		padding-left: 50px;
	}
	.home_member_list ul.member_list{
		margin-left:-10px;
		justify-content: right;
	}*/
	.home_member_list ul.member_list li{
		margin: 15px;
		width: 43%;
	}
	.home_pub_cont, .relat_pub_cont, .fet_pub_cont {
		padding-right: 60px;
	}
	.home_pub_img img, .relat_pub_img img, .fet_pub_img img {
		max-width: calc(100% + 30%);
	}
	
	.article_img{
		/*left: -10vw;*/
		width: 100%;
	}
	
	section .animated-menu li{
		padding-right: 55px;
	}
	section  .public-menu li{
		margin: 0 55px;
	}
	
	.work_cat_menu.extr_menu li a{
		width: 215px;
		font-size: 24px;
	}
	.work_tab_cont_wrap .scroll_cont{
		padding-right: 10vw;
	}
	
	.work_tab_img_wrap .work_tab_img {
		width:calc(100% + 20%);
	}
	
	.work_inner_img {
		padding-left: 100px;
	}
	.work_inner_img_wrap > div.vert_horst_over {
		width: calc(100% + 25%);
	}
	/*.cont-person-wrap{
		width:auto;
	}*/
	.member_wrap > div.member_items{
		padding-left: 5%;
	}
	.member_items ul.member_list li{
		width:33.33%;
		width:calc(33.33% - 24px);
	}
	
	.contact_page .form-wrap input {
		width: 46%;
	}
	
	ul.news-list li > div.list_cont{
		width: calc(100% - 520px);
		max-width: none;
	}
	ul.news-list li > div.list_img {
		width: 470px;
	}
	ul.news-list li > div.list_img a img {
		max-height: 325px;
		max-width: none;
		opacity: 0;
	}
	
	.related-work h3 {
		font-size: 40px;
		line-height: 46px;
		max-width: 50%;
	}
	.member_page .tab-content#myTabContent{
		min-height:640px;
		max-height: auto;
	}


	.member_info_disc{
		min-height: 374px;
		width: calc(100vw / 3 + 95px);
	}
	.extmember-list > li .extmember-img a{
		height: 140px;
	}
	.member_flag{
		height: 90px;
	}
	.member_flag img {
		max-height: 100%;
	}
	.extmember-wrap{
		max-height: 410px;
	}
	.membercntr_name{
		font-size:18px;
	}
	.member_info_disc h3{
		font-size: 36px;
	}
	.extmember-list > li .extmember-img{
		height: 140px;
	}
	.member_info_disc {
		min-height: 396px;
		margin-top: 0;
	}
	ul.new_member_list > li:nth-child(1) .extmember-wrap, ul.new_member_list > li:nth-child(2) .extmember-wrap, ul.new_member_list > li:nth-child(3) .extmember-wrap, ul.new_member_list > li:nth-child(4) .extmember-wrap, ul.new_member_list > li:nth-child(5) .extmember-wrap, ul.extmember-wrap > li:nth-child(5) .extmember-wrap{
		max-height: 367px;
	}
	ul.new_member_list > li:nth-child(1) .member_info_disc, ul.new_member_list > li:nth-child(2) .member_info_disc, ul.new_member_list > li:nth-child(3) .member_info_disc, ul.new_member_list > li:nth-child(4) .member_info_disc, ul.new_member_list > li:nth-child(5) .member_info_disc, ul.new_member_list > li:nth-child(5) .member_info_disc {
		min-height: 366px;
	}
	.extmember-list > li .extmember-img img {
		max-width: 130px;
		max-width: 90%;
		max-height: 90%;
	}
	
}/*max-width: 1500px*/

@media only screen and (min-width:1401px) and (max-width: 1480px){
	
	.member-info > span.emailid {
		font-size: 16px;
	}
	
}/*max-width: 1440px*/

@media only screen and (max-width: 1480px){
	.itemimg figure {
		width: 550px;
	}
	.itemcont-wrap {
		width: calc(100% - 550px);
	}
}


@media only screen and (max-width: 1400px){
	section.home_page .home_row{
		padding-top: 170px;
	}
	.home_pub_img img, .relat_pub_img img, .fet_pub_img img {
		max-width: calc(100% + 20%);
	}
	section.home_page .home_row.home_members {
		padding-top: 280px;
	}
	.home_member_list {
		padding-left: 80px;
	}
	.home_member_list ul.member_list li {
		width: 27%;
	}
	.home_members ul.member_list li img {
		max-width: 145px;
		max-height: 95px;
	}
	section.home_page {
		padding-bottom: 175px;
	}
	
	section.inner_page {
		margin-top: 135px;
	}
	.toggl_titile h3{
		max-width: 75%;
	}
	section.inner_page .container > .row {
		margin-top: 90px;
	}
	
	section .animated-menu li {
		padding-right: 25px;
		margin-right:40px;
	}
	.member_items ul.member_list li img {
		max-width: 120px;
		max-height: 70px;
	}
	
	.work_list_page #myTab.work_cat_menu li{
		margin: 0 30px;
	}
	.work_list_page #myTab.work_cat_menu li:last-child {
		margin-right: 0px;
	}
	.work_cat_menu.extr_menu li a {
		width: 175px;
		font-size: 22px;
	}
	.member_info_disc{
		width: calc(100vw / 3 + 9vw);
	}


	.title-wrap h2 {
		width: calc(100% - 595px);
	}
	.title-wrap .filter-wrap {
		width: 595px;
	}
	.team-thumb {
		width: 250px;
		height: 250px;
	}
	
	.video-sec figure{
		height: 580px;
	}
	.videocontent i {
		width: 170px;
		height: 170px;
	}
	.our-network-section .container {
		max-width: 95%;
	}
	.member-info > span.emailid {
		font-size: 16px;
	}

}/*max-width: 1440px*/



@media only screen and (max-width: 1400px){
	.team-list-wrap li {
		width: 33.33%;
	}
}

@media only screen and (max-width: 1360px){
	.container, section.inner_page.member_page .container {
		max-width: 90%;
	}
	header .primary-nav li{
		margin: 0 20px;
	}
	header .primary-nav li a{
		font-size: 22px;
	}
	span.top_btn_membr .btn_membr{
		font-size: 22px;
		width: auto;
	}
	.secondary-nav li {
		margin: 0 15px;
	}
	.banner .banner-intro h2 {
		font-size: 60px;
		line-height: 60px;
	}
	section.home_page .home_row {
		padding-top: 120px;
	}
	.home_work h3 {
		font-size: 46px;
	}
  .mc4wp-checkbox.mc4wp-checkbox-contact-form-7{display:none;}
	.icon_menu #nav-tab a.nav-item{
		width: 110px;
		height: 110px;
	}
	.icon_menu #nav-tab a.nav-item > span img{
		max-width: 60px;
	}
	.home_publication h3{
		font-size: 38px;
	}
	section.home_page .home_row.home_members {
		padding-top: 210px;
	}
	section.home_page {
		padding-bottom: 120px;
	}
	.footer_article h3{
		font-size: 46px;
		line-height: 50px;
	}
	ul.news-list li > div.list_cont h3{
		font-size: 44px;
		line-height: 48px;
	}
	footer .col-md-6 .row > div{
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	ul.new_member_list > li{
		width:calc(25% - 46px)!important;
	}
	.member_flag {
		height: 115px;
	}

	.member-info > span{
		font-size: 18px;
	}
	.member-info > span.name, .member-info > span.positon {
		font-size: 22px;
	}
	

}/*max-width: 1360px*/
@media only screen and (min-width:700px) and (max-width: 1360px){
	.member_info_disc {
		width: calc(100vw / 3 + 31.6vw);
		left:0px!important;
		margin-left:0px!important;
	}
	ul.new_member_list > li:nth-child(3) .member_info_disc,
	ul.new_member_list > li:nth-child(4) .member_info_disc,
	ul.new_member_list > li:nth-child(7) .member_info_disc,
	ul.new_member_list > li:nth-child(8) .member_info_disc,
	ul.new_member_list > li:nth-child(11) .member_info_disc,
	ul.new_member_list > li:nth-child(12) .member_info_disc,
	ul.new_member_list > li:nth-child(15) .member_info_disc,
	ul.new_member_list > li:nth-child(16) .member_info_disc,
	ul.new_member_list > li:nth-child(19) .member_info_disc,
	ul.new_member_list > li:nth-child(20) .member_info_disc,
	ul.new_member_list > li:nth-child(23) .member_info_disc,
	ul.new_member_list > li:nth-child(24) .member_info_disc,
	ul.new_member_list > li:nth-child(27) .member_info_disc,
	ul.new_member_list > li:nth-child(28) .member_info_disc,
	ul.new_member_list > li:nth-child(31) .member_info_disc,
	ul.new_member_list > li:nth-child(32) .member_info_disc,
	ul.new_member_list > li:nth-child(25) .member_info_disc,
	ul.new_member_list > li:nth-child(36) .member_info_disc,
	ul.new_member_list > li:nth-child(39) .member_info_disc,
	ul.new_member_list > li:nth-child(40) .member_info_disc,
	ul.new_member_list > li:nth-child(43) .member_info_disc,
	ul.new_member_list > li:nth-child(44) .member_info_disc
	{
		left:auto!important;
		right:0px;
		margin-right:0px!important;
	}
}
@media only screen and (max-width: 1250px){
	section.inner_page {
		margin-top: 100px;
	}
	h2 {
    	font-size: 60px;
	}
	h3 {
    	font-size: 45px;
	}
	.inner_page.article_page .row > .col-lg-9.col-md-12,
	.inner_page.news_inner .row > .col-lg-9.col-md-12{
		-ms-flex: 0 0 85%;
		flex: 0 0 85%;
		max-width: 85%;
	}
	
	.extra_info{
		padding: 35px;
	}
	.toggl_titile h3{
		font-size: 40px;
		max-width: 95%;
	}
	.intro-text{
		width: 85%;
	}
	.join_ecos_img img {
		max-width: calc(100% + 15%);
	}
	.related_publication::before, .fetrd_publication::before, .join_ecos::before {
		width: calc(100vw + 20vw);
	}
	section .animated-menu li{
		margin: 0 30px;
	}
	.member_page .tab-pane.active .member_wrap .member_dic h3{
		font-size: 45px;
	}
	
	ul.work_tab_sub_menu li a {
    	font-size: 36px;
	}
	.public_page .fetrd_publication span.frame::before, .single-work_area .related_publication span.frame::before {
		right: 15px;
	}
	ul.public-list li .list_cont h3 {
		font-size: 45px;
		line-height: 48px;
	}
	.cont-person-row{
		width: 62%;
	}
	.cont-person-wrap .cont-person-img{
		width: 155px;
		height: 155px;
	}
	.cont-person-wrap .cont-person-img img{
		max-height: 155px;
		min-height: 155px;
	}
	.cont_person h5 {
    	font-size: 22px;
	}
	.footer_article h3{
		font-size:40px;
		line-height: 46px;
	}
	
	.form-wrap {
		width: calc(100% - 80px);
		display: inline-block;
	}
	
	.work_list_page #myTab.work_cat_menu li {
		margin: 0 20px;
	}
	
	ul.work_tab_sub_menu li{
		margin-bottom: 20px;
	}
	.work_tab_cont_wrap .scroll_cont {
		padding-right:100px;
	}
	.work_list_page .col-md-12 > h2{
		width:calc(100% - 265px);
	}
	.work_inner.work_list_page .col-md-12 > h2{
		width:100%;
	}
	.cont_person .col-md-12{
		padding-bottom: 95px;
	}
	.work_inner_img {
		padding-left: 60px;
	}
	
	ul.public-list li .list_cont h3{
		font-size: 40px;
		line-height: 46px;
	}	
	ul.news-list li > div.list_img {
		width: 360px;
	}
	ul.news-list li > div.list_cont{
		width: calc(100% - 360px);
	}
	ul.news-list li > div.list_cont h3 {
		font-size: 38px;
		line-height: 44px;
	}
	.related-work {
		padding-bottom: 120px;
	}
	
	.related-work h3 {
		max-width: 100%;
	}
	.news_inner .related-work h3::after, .related-work h3::after{
		background-size: 55px;
		top: 7px;
	}
	.related-work h3{
		margin-bottom: 20px;
	}
	
	.member-info > span{
		font-size: 16px;
	}
	
}/*max-width: 1250px*/



@media only screen and (max-width: 1099px){
	
	h2 {
		font-size: 56px;
		line-height: 100%;
	}
	header{
		height: 180px;
	}
	#site-wrapper{
		padding-top: 180px;
	}
	.secondary-nav li {
		margin: 0 10px;
	}
	header .primary-nav li{
		margin: 0 15px;
	}
	header .primary-nav li a {
		font-size: 20px;
	}
	span.top_btn_membr .btn_membr {
		font-size: 20px;
		padding: 7px 15px;
	}
	
	.banner .banner-intro{
		    width:80%;
		padding: 45px 45px 55px 55px;
	}
	.banner .banner-intro h2 {
		font-size: 46px;
    	line-height: 48px;
	}
	.btn-arrow {
		float: left;
		font-size: 22px;
	}
	.btn-arrow.joinus::after,
	.btn-arrow::after{
		top: calc(-50% + 8px);
		background-size: 48px;
		background-position: right top;
		right: 0;
	}
	.banner .banner-intro p{
		margin: 0px 0px 40px 0px;
	}
	
	.home_work{
		flex-wrap: wrap-reverse;
		/*flex-direction:column-reverse;*/
	}
	.home_work > #nav-tabContent, .home_work >.icon_menu{
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.home_work .icon_menu ul#nav-tab > li{
		width: auto;
		padding:20px 20px;
	}
	.icon_menu ul#nav-tab > li:nth-child(1){
		padding-left:0px;
	}
	.icon_menu ul#nav-tab{
		width:calc(100% + 20px);
		margin-top:0px;
		margin-bottom:30px;
		margin-left: -20px;
	}
	.home_work h3 {
		font-size: 42px;
		line-height: 100%;
	}
	
	section.home_page .home_row {
		padding-top: 100px;
	}
	ul.item-list > li h4{
		font-size: 28px;
		line-height: normal;
	}
	.home_publication{
		margin-top: 20px;
	}
	.home_publication > .row > div, .related_publication > .row > div{
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.home_pub_cont, .relat_pub_cont, .fet_pub_cont{
		padding-right:0px;
	}
	.home_pub_img, .relat_pub_img, .fet_pub_img{
		position:relative;
	}
	
	.home_pub_img img, .join_ecos_img img , .relat_pub_img img, .fet_pub_img img {
		max-width: 90%;
		float: none;
		text-align: center;
		margin: auto;
		display: block;
	}
	
	span.frame::before, .join_ecos_img span.frame::before {
		right: 0;
	}
	span.frame::after, .join_ecos_img span.frame::after {
		left: 0;
	}
	
	.public_page .fetrd_publication span.frame::before, .single-work_area .related_publication span.frame::before {
		right:0px;
	}
	.public_page .fetrd_publication span.frame::after, .single-work_area .related_publication span.frame::after {
		left:0px;
	}
	.banner span.frame::before, .work_inner_img span.frame::before{
		right: -50px;
	}
	.banner span.frame::after, .work_inner_img span.frame::after{
		left: -50px;
	}
	
	.home_members > div{
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		padding-right:15px;
		padding-left:15px;
	}
	.home_members ul.member_list{
		margin-top:40px;
	}
	.home_member_list ul.member_list li {
		width: calc(30.33% - 15px);
	}
	.home_member .btn_membr{
		margin-top: 10px;
	}
	
	footer .container > .row{
		flex-direction: column-reverse;
	}
	footer .container > .row > .col-md-6{
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.footer_article{
		max-width:80%;
		margin-bottom: 30px;
		padding: 35px;
	}
	.inner_page.article_page .row > .col-lg-9.col-md-12, .inner_page.news_inner .row > .col-lg-9.col-md-12{
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.intro-text{
		width:100%;
		padding-right: 0px;
	}
	.article_img span.frame {
    	width: 90%;
	}
	
	.member_page .join_ecos > .row > div{
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.member_page .join_ecos .join_ecos_img{
		position:relative;
	}
	
	.member_page .tab-content#myTabContent{
		min-height:800px;
		max-height:800px;
	}
	.form-wrap {
		width: calc(100% - 20px);
	}
	.contact_page .form-wrap input{
		width: 100%;
	}
	.contact_page h4 {
		font-size: 22px;
	}
	ul.work_tab_sub_menu li a {
		font-size: 26px;
	}
	.work_tab_cont_wrap .scroll_cont {
		padding-right:70px;
	}
	.cont-person-row{
		width: 80%;
	}
	
	.fetrd_publication > .row > div{
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.fetrd_publication .fet_pub_img{
		position:relative;
	}
	.fetrd_publication .fet_pub_img img{
		max-width: 90%;
		float: none;
		text-align: center;
		margin: auto;
		display: block;
	}
	
	ul.public-list li .list_cont,
	ul.tag-listing li .list_cont{
		width: calc(100% - 135px);
	}
	ul.public-list li .list_cont h3,
	ul.tag-listing li .list_cont h3{
		font-size:36px;
		line-height: 44px;
	}
	
	.news_page .tab_menu li, .news_page .news-tab-wrap #myTab li{
		margin: 0 35px;
	}
	ul.news-list{
		padding-bottom:0px;
		margin-bottom:0px;
	}
	ul.news-list li{
		flex-wrap: wrap;
	}
	ul.news-list li > div.list_img {
		width: 100%;
	}
	ul.news-list li > div.list_cont{
		width: 100%;
		top:0px;
	}
	ul.news-list li:last-child{
		margin-botto:0px;
		padding-bottom:0px;
	}
	
	.extra_info {
		padding: 30px;
		padding: 25px 30px;
	}
	.toggl_titile h3 {
		font-size: 36px;
		line-height:100%;
	}
	section.article_page .col-lg-9 > .row, section.news_inner .col-lg-9 > .row {
		margin-top: 100px;
	}
	.member_items ul.member_list li {
		width: calc(50% - 24px);
	}
	.member_items ul.member_list li img {
		max-width: 140px;
		max-height: 90px;
	}
	.member_page .member-menu{
		max-width:100%;
	}
	.member_page .member-menu > li{
		margin: 0 20px;
	}
	.member_page .member-menu > li a {
    	font-size: 22px;
		min-height: 28px;
	}
	.member_page .member_wrap .btn_membr {
    	font-size: 22px;
	}
	.member_page .tab-pane.active .member_wrap .member_dic h3 {
		font-size: 38px;
	}
	.member_page .member_wrap > div.member_dic {
		padding-right: 0;
	}
	
	#barba-wrapper .work_list_page #myTab.work_cat_menu{
		flex-wrap:wrap;
		margin-left: -20px;
		max-width: none;
		    margin-bottom: 40px;
    	width: calc(100% + 20px);
	}
	#barba-wrapper .work_list_page #myTab.work_cat_menu li {
		margin: 20px 20px;
	}
	.work_tab_img_wrap span.frame::before {
		right:-50px;
	}
	.work_tab_img_wrap span.frame::after {
		left:-50px;
	}
	span.work_category{
		font-size: 30px;
	}
	.work_inner .work_inner_cont h3 {
		font-size: 38px;
	}
	section .publications-tab-wrap .public-menu li {
		margin: 0 25px;
	}
	.public_page .fetrd_publication .pub-head {
		margin-bottom: 50px;
	}
	
	.news_page .tab_menu, .news_page .news-tab-wrap #myTab{
		margin-top: 65px;
	}
	.news_page .filter-wrap{
		margin-top: 60px;
	}
	.extra_info_disc {
		    margin-top: 35px;
	}
	
	.paginationDiv ul#pagination > li{
		display:none;
	}
	.paginationDiv ul#pagination > li.prevPage,
	.paginationDiv ul#pagination > li.nextPage,
	.paginationDiv ul#pagination > li.active,
    .paginationDiv ul#pagination > li.other{
		display:block;
	}
	ul.new_member_list > li{
		width:calc(25% - 46px)!important;
		position:static;
	}
	ul.new_member_list{
		position: relative;
	}
	ul.new_member_list .member_info_disc{
		left: 22px !important;
		right: 20px !important;
		top: auto!important;
		margin: 0px!important;
		width: calc(100vw - 130px)!important;
	}


	.page-template-whoweare section.inner_page, .post-type-archive-team section.inner_page,
	section.inner_page {
		padding-top:0px;
	}
	.itemcont-wrap {
		width: calc(100% - 445px);
		padding-left: 60px;
	}
	.rightalign .itemcont-wrap {
		padding-right: 60px;
	}
	.itemimg figure {
		width: 455px;
	}
	.whoweare-listwrap span.frame::before{
		top: -25px;
		right: -25px;
	}
	.whoweare-listwrap span.frame::after {
		bottom: -25px;
		left: -25px;
	}
	.page-template-whoweare section.inner_page article h2{
		font-size: 60px;
		margin-bottom: 30px;
	}
	.title-wrap h2, .search_page .col-md-12 > h2{
		font-size: 60px;
	}
	.video-sec figure {
		height: 508px;
	}
	.videocontent i {
		width: 120px;
		height: 120px;
	}
	.videocontent h3{
		font-size: 26px;
		line-height: 100%;
	}
	.ournetworkwrap {
		margin-top: 30px;
	}
	.ournetwork-list{
		flex-wrap: wrap;
	}
	.ournetwork-list li{
		margin: 20px;
		width: calc(50% - 50px);
	}
	.network-icon {
		padding-bottom: 45px;
	}
	.ournetwork-list li h3 {
		font-size: 34px;
	}
	header .container {
		max-width: 95%;
	}
	header h1.logo {
		width: 100px;
		height: 100px;
		margin-top: 14px;
	}
	.story-indto {
		max-width:100%;
	}
	.whoweare-listwrap .whoweare-items:last-child{
		padding-bottom: 0px;
	}
	.title-wrap {
		flex-wrap: wrap;
	}
	.title-wrap h2 {
		width:100%
	}
	.title-wrap .filter-wrap {
		width: 100%;
	}
	.teamtitle {
		margin-bottom: 80px;
	}
	.searchlsit-wrap li{
		padding: 40px;
	}
	.search_page .col-md-12 > h2{
		margin-bottom: 50px;
	}
	.search_page .search-wrap{
		margin-bottom: 60px;
	}

	#videoModal iframe {
		height: 460px;
	}
	.member-info > span.emailid {
		font-size: 15px;
	}
	
}/*max-width: 1099px*/

@media only screen and (max-width: 980px){
	figure.banner{
		height: 560px;
	}
	.banner .banner-intro {
		width: 85%;
		padding:30px 30px 40px 35px;
	}
	.home_work .icon_menu ul#nav-tab > li{
		padding:10px 40px;
		padding-left: 0px;
	}
	ul.item-list{
		flex-wrap:wrap;
	}
	ul.item-list > li{
		width:100%;
	}
	.btn_membr{
		text-align: center;
		margin-top: 25px;
	}
	
	.member-menu li a{
		font-size: 20px;
	}
	section.member_page .member-menu li {
    	margin: 0 20px;
	}
	.member_page .member_wrap{
		flex-wrap: wrap;
	}
	.member_wrap > div{
		width: 100%;
	}
	.member_wrap > div.member_items{
		padding-left:0;
	}
	.member_items ul.member_list{
		margin-right: 0;
	}
	.member_items ul.member_list li {
		width: calc(16.33% - 24px);
	}
	
	.member_wrap > div.member_items .memberItems{
		padding-top:20px;
	}
	.member_page #myTabContent > .tab-pane {
    	display: none !important;
		position: static;
		z-index: 0;
	}
	.member_page #myTabContent > .tab-pane.active {
		display: block!important;
	}
	.member_page .tab-content#myTabContent {
		min-height:auto;
		max-height: none;
		margin-bottom: 0;
	}
	
	.contact_page .row .col-md-5, .contact_page .row .col-md-7{
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.contact_page .form-wrap {
		width: 100%;
	}
	
	.work_cat_menu.extr_menu{
		flex-wrap: wrap;
		margin-bottom: 30px;
	}
	.work_list_page #myTab.work_cat_menu li{
		padding: 15px 0;
		/*width: 20%;*/
	}
	
	section.inner_page .container > .row {
		margin-top: 60px;
	}
	
	.work_cat_content{
		min-height: auto;
		/*height: auto!important;*/
		margin-bottom: 195px;
	}
	
	.work_tab_cont_wrap{
		flex-wrap:wrap;
	}
	.work_tab_cont_wrap > div{
		width:100%!important;
		max-width:100%!important;
	}
	.work_tab_cont_wrap .scroll_cont{
		padding-right: 0px;
	}
	.work_tab_cont_wrap > .work_tab_img_wrap{
		
	}
	.work_tab_cont_wrap > .work_tab_img_wrap .work_tab_img{
		position: relative;
		opacity:1;
		display:none;
		transform: none;
		transition: none;
		width: 100%;
	}
	.work_tab_img_wrap .work_tab_img.active{
		display:block;
	}
	.work_tab_img span.frame{
		width: 100%;
	}
	.work_tab_img span.frame::before{
		right: -50px;
	}
	.work_tab_img span.frame::after {
		left: -50px;
	}
	.work_list_page .col-md-12 > h2 {
		width: 100%;
	}
	.work_list_page .search-wrap{
		width: 100%;
		max-width: 265px;
		margin-bottom:20px;
	}
	
	.work_inner.work_list_page .work_inner_cont, .work_inner.work_list_page .work_inner_img {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.work_inner.work_list_page .work_inner_img {
		margin-top: 0;
	}
	
	.publications-tab-wrap .public-menu{
		max-width: 100%;
		margin-bottom: 20px;
	}
	
	ul.public-list{
		padding-bottom:0px;
	}
	.publications-tab-wrap .public-menu li{
		margin: 0 25px;
	}
	ul.public-list li .list_cont,
	ul.tag-listing li .list_cont{
		width:100%;
	}
	.footer_article {
   		max-width: 100%;
	}
	/*.related-work{
		padding-bottom:120px;
	}*/
	
	.news_page .tab_menu, .news_page .news-tab-wrap #myTab{
		max-width: 100%;
		margin-bottom: 30px;
	}
	.news_page .filter-wrap{
		width: 100%;
		margin-top: 0;
		margin-bottom: 20px;
	}
	.team-list-wrap li {
		width:50%;
	}
	
	
}/*max-width: 980px*/

@media only screen and (max-width: 960px){
	
	#site-wrapper {
		padding-top: 140px;
	}
	header{
		height: 140px;
		padding: 20px 0px;
	}
	header .burger{
		top: 30px;
	}
	header h1.logo{
		width: 65px;
	}
	
	header .burger{
		display:block;
		float: right;
		cursor: pointer;
		top: 30px;
		right: 0;
		position: relative;
		transition: all 0.3s ease;
	}
	.burger .line {
		position: relative;
		margin:7px 0;
		width: 40px;
		height:4px;
		border-radius: 10px;
		background-color: #23185b;
		transition: 240ms;
		will-change: transform;
		-webkit-perspective: 100px;
		perspective: 100px;
	}
	.burger.active .line:nth-child(1) {
		-webkit-transform: translateY(10px) rotate(45deg);
		transform: translateY(10px) rotate(45deg);
	}
	.burger.active .line:nth-child(2) {
		-webkit-transform: scale(0);
		transform: scale(0);
	}
	.burger.active .line:nth-child(3) {
		-webkit-transform: translateY(-12px) rotate(-45deg);
		transform: translateY(-12px) rotate(-45deg);
	}
	
	header .burger_menu{
		display:none;
		width:100vw;
		position: absolute;
		left: -50%;
		top: 110px;
		right: -50%;
		margin: auto;
		padding: 20px 45px;
		z-index: 9;
		background:rgba(255, 255, 255, 0.98);
		overflow: hidden;
		height: 100vh;
	}
	
	.scrollwrap{
		width: 100%;
		float: left;
		height: 100vh;
		max-height: calc(100vh - 250px);
		overflow: auto;
		overflow-x: hidden;
	}
	
	.top-menu-sec {
		float: left;
		width: 100%;
	}
	
	.secondary-nav{
		width:calc(100% - 150px)
	}
	.secondary-nav li{
		float: left;
		width:100%;
		/*width:calc(50% - 10px);*/
		margin-right: 0px;
		margin-left: 0px;
		margin-bottom: 10px;
	}
	header .social-links{
		float: right;
		padding-right: 20px;
	}
	.logged-in .top-menu-sec ul#menu-top-menu li > ul.sub-menu,
	.top-menu-sec ul#menu-top-menu li > ul.sub-menu{
		position: static;
		opacity: 1;
		float: left;
		width: 100%;
		box-shadow:none;
		pointer-events: auto;
		background: none;
	}
	.logged-in .top-menu-sec ul#menu-top-menu li > ul.sub-menu li,
	.top-menu-sec ul#menu-top-menu li > ul.sub-menu li{
		
	}
	.secondary-nav li a{
		font-size:18px;
		color: #445567;
		font-family: 'proxima-nova';
		font-weight: 700;
	}
	
	.main-menu-sec{
		width:100%;
	}
	.main-menu-sec .primary-nav{
		width:100%;
		margin-top:0px;
	}
	.main-menu-sec .primary-nav li{
		width:100%;
		float: left;
		margin-right:0px;
		margin-left:0px;
		margin-bottom: 15px;
	}
	header .primary-nav li a{
		font-size:18px;
	}
	header .primary-nav li:last-child{
		margin-right:0px;
	}
	
	.base-info .websiteby{
		float: left;
		clear: both;
	}
	
	.related-work h3 {
		max-width: 100%;
	}
	
	
	ul.new_member_list .member_info_disc{
		width: calc(100vw - 105px)!important;
	}

	header .search-wrap {
		right: 80px;
		bottom: -70px;
	}

	.title-wrap h2, .search_page .col-md-12 > h2 {
		font-size: 54px;
	}
	.searchlsit-wrap li {
		padding: 30px;
	}

	.whoweare-listwrap .whoweare-items{
		flex-wrap: wrap;
		padding: 34px 0px;
	}
	.whoweare-items > div {
		width: 100%;
	}
	.whoweare-items .itemimg{
		padding-bottom: 30px;
	}
	
	.itemimg figure{
		width: 100%;
	}
	.itemcont-wrap, .rightalign {
		padding: 0;
		padding-top:35px;
	}
	.video-sec figure {
		height: 400px;
	}
	header .site-search .search-field-wrap{
		max-width: 100%;
	}
	header .site-search .search-field-wrap input {
		font-size: 36px;
	}
	.close-search {
		background-size: 100%;
		width: 30px;
		height: 30px;
	}
	.page-template-whoweare section.inner_page article h2 {
		font-size: 54px;
	}
	.searchlsit-wrap li p {
		max-width: 100%;
	}
	
	.member-info > span.name, .member-info > span.positon {
		font-size: 24px;
	}
	.member-info > span.emailid {
		font-size: 16px;
	}

	.modal-dialog{
		max-width: 95%;
	}
	#videoModal iframe {
		height: 400px;
	}
	
}/*max-width: 960px*/

@media only screen and (max-width: 837px){
	
	ul.new_member_list .member_info_disc{
		width: calc(100vw - 65px)!important;
	}
	.container, section.inner_page.member_page .container {
		max-width: 95%;
	}
	
	h2 {
		font-size: 50px;
		line-height: 54px;
	}
	
	.banner .banner-intro{
		width:85%;
		left: 55px;
	}
	
	.banner .banner-intro h2 {
		font-size: 36px;
		line-height: 40px;
	}
	.banner .banner-intro p{
		margin: 0px 0px 30px 0px;
	}
	
	.home_work h3 {
		font-size: 36px;
	}
	.tab-dic .btn-green {
		margin-bottom: 30px;
	}
	section.home_page .home_row {
		padding-top: 65px;
	}
	.home_row ul.item-list{
		padding-top: 15px;
	}
	.pub-head {
		margin-bottom: 25px!important;
	}
	.home_publication, .public_page .fetrd_publication, .single-work_area .related_publication {
    	padding-top: 40px;
	}
	
	.extra_info {
		padding: 20px 30px;
	}
	
	.toggl_titile h3{
		font-size: 30px;
		padding-right: 15px;
	}
	.extra_info_disc .extra_info_wrap{
		display:flex;
		flex-wrap: wrap;
	}
	.extra_info_disc .einfo_cont{
		width:100%;
	}
	.extra_info_disc .einfo_img{
		width: 100%;
		text-align: center;
		padding-left: 0;
		padding-top: 30px;
	}
	.extra_info_team .einfo_cont {	
		font-size: 16px;
		margin-top:10px;
		line-height: 100%;
	}
	.extra_info_disc .extra_info_wrap.extra_info_team img{
		padding-top:0px;
	}
	
	section.inner_page {
		margin-top: 65px;
	}
	section.article_page .col-lg-9 > .row, section.news_inner .col-lg-9 > .row {
		margin-top: 65px;
	}
	
	.join_ecos {
		margin-top: 60px;
		padding-top: 40px;
		padding-bottom: 80px;
		margin-bottom: 135px;
	}
	
	.member_page .member-menu{
		max-width: 100%;
		padding-bottom: 30px;
		margin-bottom: 30px;
	}
	section.member_page .member-menu li{
		width:auto;
	}
	section.member_page .member-menu li a{
	    font-size: 16px;
	}
	.member_page .tab-pane.active .member_wrap .member_dic h3{
		font-size: 40px;
	}
	.member_page .btn_membr {
    font-size: 20px;
	}
	
	.work_list_page #myTab.work_cat_menu li{
		width: calc(50% - 40px);
		/*width: 50%;*/
		margin: 0;
		padding: 5px 0;
	}
	.work_cat_menu.extr_menu li a {
		width: auto;
		font-size: 18px;
	}
	.work_tab_img_wrap{
		padding-top:60px;
		padding-bottom:30px;
		padding-left:30px;
		
	}
	.work_tab_img_wrap .work_tab_img{
		bottom:0px;
		margin-bottom:40px;
		width: 90%!important;
    	max-width: 100%!important; 
		
	}
	.work_cat_content{
		margin-bottom: 80px;
		padding-top:0px;
	}
	.work_inner .intro-text{
		margin-bottom: 45px;
	}
	.work_inner_img_wrap{
		margin-top: 0;
		padding-left: 50px;
    	width: 90%;
	}
	.work_inner_img{
		padding-left:15px;
	}
	.work_inner_img span.frame::after {
		left: 0;
	}
	
	.work_inner .work_inner_cont ul li{
		padding-left: 40px;
	}
	
	.cont-person-row {
		width: 100%;
	}
	.cont-person-wrap{
		width: 100%;
		padding-bottom:30px;
	}
	.cont-person-info{
		padding-right:0px;
		padding-left:20px;
	}
	.home_pub_cont, .relat_pub_cont, .fet_pub_cont{
		padding-right:0px;
	}
	.public_page .fetrd_publication .pub-head {
		margin-bottom: 20px;
	}
	section.home_page .home_row.home_members {
		padding-top: 65px;
	}
	.home_pub_img, .relat_pub_img, .fet_pub_img{
		bottom:0px;
		margin-top: 56px;
		position:relative;
	}
	.relat_pub_img, .fet_pub_img{
		margin-bottom:56px
	}
	/*.relat_pub_img{
		padding-top: 60px;
		padding-bottom: 60px;
		padding-left: 50px;
	}
	.home_pub_img img, .relat_pub_img img, .fet_pub_img img{
		width:100%;
	}*/
	.fetrd_publication .fet_pub_img{
		margin-top: 56px;
		margin-bottom:56px;
	}
	.public_page .fetrd_publication, .single-work_area .related_publication {
		margin-top: 80px;
		margin-bottom: 0px;
	}
	.public-menu li a{
		font-size: 18px;
	}
	ul.public-list li .list_cont h3{
		font-size: 30px;
		line-height: 40px;
	}
	.public_page .pagination, .news_page .pagination {
		margin-top:30px;
	}
	.news_page .tab_menu, .news_page .news-tab-wrap #myTab{
		margin-top: 50px;
	}
	.news_page .tab_menu li a, .news_page .news-tab-wrap #myTab a{
		font-size: 18px;
	}
	ul.news-list li > div.list_cont{
		padding: 30px;
	}
	.meta_item .item_cat{
		font-size: 20px;
	}
	.meta_item .item_date {
	    font-size: 18px;
	}
	ul.item-list li.no-img > div{
		    width:100%!important;
	}
	ul.news-list li{
		margin: 20px 0;
		padding: 20px 0;
	}
	ul.news-list li > div.list_cont{
		right: 0!important;
		top: 0!important;
		left:0!important;
	}
	.news_inner .meta_item .item_cat{
		font-size: 24px;
	}
	.news_inner .meta_item .item_date {
		font-size: 18px;
	}
	.news_inner .meta_item {
		margin-bottom: 20px;
	}
	
	.related-work h3 {
		font-size:32px;
		line-height:36px;
	}
	.join_ecos_cont{
		padding-right: 0;
	}
	.join_ecos{
		 margin-bottom: 30px;
	}
	.member_page .join_ecos .join_ecos_img{
		margin-top: 60px;
		margin-bottom: 40px;
		bottom: 0;
	}
	.member_items ul.member_list li {
		width: calc(33.33% - 24px);
	}
	
	.home_work h3 {
		line-height: 100%;
	}
	
	#cookie-bar.fixed{
		display: flex!important;
		flex-wrap: wrap!important;
	}
	#cookie-bar span:first-child{
		max-width: 100%!important;
		padding-bottom: 0!important;
	}
	#cookie-bar span:last-child{
		width: 100%!important;
		padding-bottom: 0px!important;
	}
	
	.icon_menu ul#nav-tab {
		width: 100%;
		margin-left: 0px;
	}
	.item-list.news_relt{
		padding-bottom: 15px;
		margin-bottom: 15px;
	}
	
	
}/*max-width: 837px*/
@media only screen and (max-width: 737px){
	
	
	html, body, html *, body *{
	 /*cursor: auto!important;*/
	}
	.cursor_1, .cursor_2{
		display:none!important;
	}
	
	.banner .banner-intro {
		width: 75%;
		    left: 50px;
	}
	
	span.frame::before, span.frame::after{
		width: 65px;
    	height: 65px;
		right: -25px;
		top: -25px;
		background-size:65px;
	}
	span.frame::after{
		right: auto;
		bottom: -30px;
		left: -25px;
		top: auto;
	}
	.banner span.frame::before, .work_inner_img span.frame::before{
		right: -25px;
	}
	.banner span.frame::after, .work_inner_img span.frame::after{
		left: -25px;
	}
	
	.home_pub_img span.frame::before {
		right: 0px;
	}
	.home_pub_img span.frame::after {
		left: 0px;
	}
	
	.home_work .icon_menu ul#nav-tab > li{
		width:33.33%;
		padding: 20px 0px;
	}
	.home_publication h3 {
		font-size: 34px;
		line-height: 100%;
	}
	
	
	figure.banner.inner-banner {
		height: 320px;
	}
	.article_img span.frame::before {
		right: -30px;
		top: -30px;
	}
	.article_img span.frame::after {
		bottom: -30px;
		left: 0;
	}
	.page-template-default .article_img {
		margin-top: 35px;
		margin-bottom: 75px;
	}
	
	
	.join_ecos{
		padding-bottom: 30px;
	}
	section.member_page .member-menu li {
		margin: 0 10px;
	}
	
	.animated-menu li a{
		min-height:auto;
	}
	
	.work_tab_img span.frame::before {
		right: -30px;
	}
	.work_tab_img span.frame::after {
		left: -30px;
		bottom: -35px;
	}
	
	.work_cat_content{
		height: auto!important;
		padding-bottom:0px;
	}
	
	.work_cat_content > .tab-pane{
		position: static;
		display: none !important;
	}
	.work_cat_content > .tab-pane.active{
		display: block !important;
	}
	
	
	.public_page .fetrd_publication span.frame::before, .single-work_area .related_publication span.frame::before {
		right: 0;
	}
	.public_page .fetrd_publication span.frame::after, .single-work_area .related_publication span.frame::after {
		left: 0;
	}
	
	.public_page .fetrd_publication, .single-work_area .related_publication {
		margin-top: 40px;
		margin-bottom: 0px;
		padding-bottom: 20px;
	}
	.work_inner_img_wrap{
		padding-left: 0;
		max-width: 90%;
		left:0px;
	}
	.work_inner.work_list_page .work_inner_img {
		margin-top: 0;
		justify-content: center;
		align-items: center;
		align-content: center;
		display: flex;
	}
	.work_inner_img_wrap > div.vert_horst_over{
		flex-wrap:wrap;
		width: 100%;
		justify-content: center;
	}
	.work_inner_img_wrap > div.img_horst{
		text-align: center;
	}
	.work_inner_img_wrap > div.vert_horst_over .img_vert{
		width:100%;
		text-align: center;
		margin-right: 0;
	}
	.work_inner_img_wrap > div.vert_horst_over .img_horst_over{
		margin-left:0px;
		margin-top: 20px;
	}
	.work_inner_img span.frame::after {
		left:-25px;
	}
	.work_inner_img span.frame::before {
		right:-25px;
	}
	
	ul.resources_list li > h5{
		font-size: 20px;
		line-height: 100%;
	}
	
	#barba-wrapper .work_list_page #myTab.work_cat_menu li {
		margin: 5px 20px;
	}
	#barba-wrapper .work_list_page #myTab.work_cat_menu li a{
		margin: 0px 15px;
		text-align: center;
		line-height: 100%;
	}
	#barba-wrapper .work_list_page #myTab.work_cat_menu{
		margin-left: 0;
		width: 100%;
	}
	
	ul.news-list li{
		padding:0px;
		margin: 20px 0!important;
	}
	
	#site-wrapper .loginpage #loginForm input#submit,
	#site-wrapper .loginpage #password-form button[type="submit"]{
		float: left;
		clear: both;
	}
	.loginpage #loginForm .lostpasslink{
		clear: both;
	}
	#site-wrapper .loginpage #loginForm input[type="text"],
	#site-wrapper .loginpage #loginForm input[type="email"],
	#site-wrapper .loginpage #loginForm input[type="password"],
	#site-wrapper .loginpage #password-form input[type="text"],
	#site-wrapper .loginpage #password-form input[type="email"]{
		margin-right:0px;
		width: 100%;
		max-width: 317px;
	}
	
	.extra_info_disc .extra_info_wrap.extra_info_team{
		width: calc(50% - 20px);
	}
	
	.allnews .meta_item,
	.news_inner .meta_item{
		flex-wrap: wrap;
		justify-content: normal;
	}
	.allnews .meta_item > span,
	.news_inner .meta_item > span{
		width:100%;
		padding: 5px 0px;
	}
	
	.public_page .fetrd_publication span.frame::before, .single-work_area .related_publication span.frame::before {
		right:0px!important;
	}
	.public_page .fetrd_publication span.frame::after, .single-work_area .related_publication span.frame::after {
		left:0px!important;
	}
	ul.new_member_list > li{
		width:calc(25% - 20px)!important;
		position:static;
		margin:10px;
	}
	ul.new_member_list .member_info_disc {
		left: 10px !important;
		right: auto !important;
		top: auto !important;
		margin: 0px !important;
		width: calc(100vw - 40px) !important;
		padding:30px;
	}
	.member_info_disc h3 {
		font-size: 26px;
	}
	.member_info_disc p{
		font-size:16px;
		margin-bottom: 12px;
	}
	.title-wrap .filter-wrap{
		flex-wrap: wrap;
	}
	.team_select.select-wrap{
		width: 100%;
		margin-right: 0;
		max-width: 100%;
		margin-bottom: 25px;
	}

	#videoModal iframe {
		height: 300px;
	}

	.team-list-wrap li {
		width: 100%;
		display: flex;
		justify-content: center;
		
	}
	.teamitems {
		
		justify-content: center;
	}
	.team-list-wrap {
		width: 100%;
		margin-left: 0;
	}
	.member-info > span.name, .member-info > span.positon{
		width: 100%;
		text-align: center;
	}
	
	
	
}/*max-width: 737px*/

@media only screen and (max-width: 637px){
	
	
	h2 {
		line-height: 100%;
	}
	h3 {
		font-size: 40px;
		line-height: 100%;
	}
	
	
	.banner .banner-intro{
		padding: 25px;
	}
	
	.banner .banner-intro h2 {
		font-size: 25px;
		line-height: 30px;
	}
	
	.home_work .icon_menu ul#nav-tab > li{
		width: 50%;
	}
	
	.footer_article{
		padding: 25px;
	}
	.footer_article h3 {
		font-size: 30px;
		line-height: 36px;
	}
	footer .col-md-6 .row > div{
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	ul.ftr_article_list{
		margin-top:5px;
	}
	.home_member_list ul.member_list li {
		width: calc(50% - 30px);
	}
	section.home_page .home_row.home_members {
		padding-top: 65px;
	}
	
	.toggl_titile h3 {
    	font-size: 26px;
		line-height: 100%;
	}
	
	figure.banner.inner-banner {
		height: 230px;
	}
	
	.member_page .member-menu{
		flex-wrap: wrap;
		padding-bottom:0px;
		margin-bottom: 30px;
	}
	section.member_page .member-menu li{
		width:100%;
		margin: 0px;
		padding: 0px;
		margin-bottom: 15px;
	}
	
	section.member_page .member-menu li a{
		width:auto;
		margin: 0 30px;
	}
	
	.member_items ul.member_list li {
		width: calc(50% - 24px);
	}
	
	.work_list_page #myTab.work_cat_menu li{
		width: 100%;
	}
	span.work_category{
		font-size: 26px;
	}
	.work_inner .work_inner_cont ul li{
		padding-left: 40px;
	}
	.related_publication, .fetrd_publication, .join_ecos{
		padding-top: 40px;
		padding-bottom: 40px;
	}

	.publications-tab-wrap .public-menu{
		flex-wrap:wrap;
	}
	section .publications-tab-wrap .public-menu li{
		width: 100%;
		margin:10px 0;
	}
	.publications-tab-wrap ul.public-menu li a{
		margin:0 15px;
	}
	.public_page .filter-wrap{
		width:100%;
	}
	.public_page .fetrd_publication h3, .single-work_area .related_publication h3{
		font-size: 34px;
	}
	
	.public_page .fetrd_publication span.frame::before, .single-work_area .related_publication span.frame::before {
		right:-20px;
	}
	ul.news-list li > div.list_cont h3 {
		font-size: 30px;
		line-height: 100%;
	}
	.news_page .tab_menu, .news_page .news-tab-wrap #myTab{
		flex-wrap:wrap;
	}
	.news_page .tab_menu li, .news_page .news-tab-wrap #myTab li {
		margin: 0;
		width:100%;
	}
	ul.public-list li .list_cont{
		padding: 30px;
	}
	
	.tab-image {
		left: 0;
		width: 100%;
	}
	.tab-story-quote{
		margin-top:0px;
		padding: 20px;
		margin-right: 0;
	}
	section.home_page .home_row {
		padding-top: 50px;
	}
	.view-all-news{
		font-size: 20px;
		background-size: 45px;
	}
	.home_publication h3 {
		font-size: 32px;
		line-height: 100%;
	}
	.member_page .member_wrap .btn_membr {
		font-size: 17px;
	}
	.member_items .view-all-members{
		margin:0px;
	}
	.btn-arrow {
		float: left;
		font-size: 20px;
	}
	.news-tab-wrap #myTab.ajax_tabMenu li a{
		margin:0 15px;
	}
	.news_page .filter-wrap{
		flex-wrap:wrap;
	}
	.select-wrap.year_select{
		max-width: 100%;
		margin-right: 0;
		margin-bottom: 20px;
	}
	.filter-wrap .search-wrap {
		width: 100%;
	}
	.work_list_page .search-wrap{
		max-width: 100%;
	}
	ul.work_tab_sub_menu li {
		margin-bottom: 10px;
	}
	ul.work_tab_sub_menu li a {
		font-size: 24px;
		line-height: 100%;
	}
	.join_ecos ul li{
		padding-left: 40px;
	}
	.member_page .tab-pane.active .member_wrap .member_dic h3 {
		font-size: 34px;
	}
	#videoModal iframe {
		height: 250px;
	}
}/*max-width: 637px*/

@media only screen and (max-width: 500px){
	.extra_info_disc .extra_info_wrap.extra_info_team {
		width: calc(100% - 20px);
	}
	.extra_info_disc .einfo_cont *{
		line-height:normal;
	}
	ul.news-list li > div.list_img a img {
    	max-height: 250px;
	}
	.banner .banner-intro {
		left: 40px;
	}
	ul.new_member_list > li{
		width:calc(33% - 20px)!important;
		position:static;
		margin:10px;
	}
	ul.new_member_list .member_info_disc {
		left: 10px !important;
		right: auto !important;
		top: auto !important;
		margin: 0px !important;
		width: calc(100vw - 30px) !important;
		padding:20px;
	}
	.member_info_disc h3 {
		font-size: 26px;
	}
	.membercntr_name, .extmember-list > li .extmember-dics{
		font-size: 14px;
		height:auto;
	}


	header .site-search .search-field-wrap input {
		line-height: 36px;
		font-size: 26px;
	}
	.video-sec figure {
		height: 220px;
	}
	.videocontent i {
		width: 45px;
		height: 45px;
	}
	.ournetwork-list {
		width: 100%;
		margin-top: 40px;
		margin-left: 0;
	}
	.ournetwork-list li {
		margin: 20px;
		width:100%;
	}
	.page-template-whoweare section.inner_page article h2 {
		font-size: 46px;
	}
	
	.title-wrap h2, .search_page .col-md-12 > h2 {
		font-size: 46px;
	}
	.teamwrap h3{
		font-size: 32px;
	}
	
	.teamitems {
		max-width: 100%;
	}
	

}/*max-width: 500px*/

@media only screen and (max-width: 450px){
	
	
	
	header h1.logo {
		width: 50px;
	}
	header {
		height: 120px;
	}
	#site-wrapper {
		padding-top: 120px;
	}
	h2 {
		font-size: 38px;
		line-height: 100%;
	}
	
	h3 {
		font-size: 36px;
		line-height: 100%;
    margin-bottom: 25px;
	}
	
	
	header .burger{
		top: 20px;
	}
	
	.btn-arrow{
		padding-right: 70px;
	}
	.home_member_list ul.member_list li{
		width: calc(100% - 30px);
	}
	.btn_membr {
    	font-size: 18px;
	}
	.social-links{
		display:none;
	}
	.secondary-nav {
		width: 100%;
	}
	header .burger_menu{
		top: 100px;
		padding: 20px 35px;
	}
	
	.extra_info{
		margin-bottom:15px;
	}
	.toggl_titile h3 {
		font-size: 23px;
	}
	
	#cookie-bar .btn{
		clear: both!important;
		float: left!important;
		width: 100%!important;
		margin: 0!important;
		margin-top: 10px!important;
	}
	#cookie-bar span:last-child{
		display: block!important;
	}
	
	/*.banner .banner-intro p{
		font-size: 20px;
		line-height: 28px;
	}*/
	
	.banner .banner-intro p {
		font-size: 18px;
		line-height: 26px;
	}
	
	.banner .banner-intro a.joinus{
		font-size: 20px;
		line-height: 20px;
	}
	
	.taggedItems ul li{
		width: 100%;
		padding: 0;
		margin-right: 0;
		margin-bottom: 10px;
	}
	.taggedItems ul li::after {
		display: none;
	}
	
	span.work_category {
		font-size: 20px;
	}
	.work_inner .work_inner_cont h3 {
		font-size: 34px;
	}
	
	
	.member_items ul.member_list li {
		width: calc(100% - 24px);
	}
	.member_items .paginationDiv {
		bottom: -22px;
		right: 0;
	}
	.btn-arrow {
		font-size: 18px;
	}
	
	.pagination li{
		margin: 0 17px !important;
	}
	.pagination li a, .pagination li span{
		font-size: 20px;
	}
	
	#site-wrapper .loginpage #loginForm input[type="text"],
	#site-wrapper .loginpage #loginForm input[type="email"],
	#site-wrapper .loginpage #loginForm input[type="password"],
	#site-wrapper .loginpage #password-form input[type="text"],
	#site-wrapper .loginpage #password-form input[type="email"]{
		max-width:100%;
	}

	#videoModal iframe {
		height: 200px;
	}
	
	
}
@media only screen and (max-width: 420px){
	ul.new_member_list > li{
		width:calc(50% - 20px)!important;
		position:static;
		margin:10px;
	}
	ul.new_member_list .member_info_disc{
		width: calc(100vw - 20px) !important;
	}
	.member_info_disc h3 {
		font-size: 22px;
	}
	.close_toggl{
		right:20px;
		top:20px;
	}
	.extmember-list > li {
		width: calc(50% - 16px);
		list-style: none;
		margin: 8px;
	}
	.intro-text p{
		font-size: 21px;
		line-height: normal;
	}
	.new_member_wrap{
		margin-top:30px;
		margin-bottom:30px;
	}
	.extmember-list{
		margin-left:-8px!important;
	}
	.membercntr_name{
		font-size: 13px;
	}
}
@media only screen and (max-width: 350px){
	.btn-arrow {
		font-size: 17px;
	}
	ul.public-list li .list_cont .btn-arrow{
		padding-right: 56px;
	}
	ul.public-list li .list_cont .btn-arrow::after{
		background-size: 40px;
	}
	
	
}

	
	
	
	
	
	
	
	
	
	
	
	
	
	
	