@font-face {
	font-family: Lato;
	src: url('/css/fonts/Lato-Regular.ttf');
}

@font-face {
	font-family: Lato;
	src: url('/css/fonts/Lato-Bold.ttf');
	font-weight: bold;
}

@font-face {
	font-family: Lato;
	font-style: italic;
	src: url('/css/fonts/Lato-Italic.ttf');
}

@font-face {
	font-family: Lato;
	src: url('/css/fonts/Lato-Semibold.ttf');
	font-weight: 500;
}



@font-face {
	font-family: Lato-Light;
	src: url('/css/fonts/Lato-Light.ttf');
}

@font-face {
	font-family: Lato-Light;
	src: url('/css/fonts/Lato-Bold.ttf');
	font-weight: bold;
}

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

@font-face {
	font-family: OpenSans;
	src: url('/css/fonts/OpenSans-Regular.ttf');
	font-weight: normal;
}
@font-face {
	font-family: Montserrat-Bold;
	src: url('/css/fonts/Montserrat-Bold.otf');
	font-weight: normal;
}

/*@font-face {*/
	/*font-family: Muli;*/
	/*src: url('/css/fonts/Muli-Regular.ttf');*/
	/*font-weight: normal;*/
/*}*/

@font-face {
	font-family: Muli-bold;
	src: url('/css/fonts/Muli-Bold.ttf');
	font-weight: bold;
}

/*@font-face {*/
	/*font-family: Muli;*/
	/*src: url('/css/fonts/Muli-Italic.ttf');*/
	/*font-style: italic;*/
/*}*/

*, *:before, *:after {
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}


#page {
	position: relative;
	word-wrap: break-word;
}

.site-header {
	background-color: #fafafa;
	position: relative;
}

.site-menu {
	top: 0;
	display: block;
	position: fixed;
	width: 100%;
	vertical-align: bottom;
/*	-webkit-transition: margin-bottom 0.2s;
	transition: margin-bottom 0.2s;*/
	z-index: 9999;
}
.site-submenu {
	top: 30vh;
	z-index: 3;
	position: relative;
	max-width: 100%;
	font-size: 1.6em;
	width: 100%;
	text-transform: uppercase;
	color: #fff;
	transition: all 0.7s ease-in-out;
}
.header-nav a:hover {
	opacity: 0.8;
}
.site-submenu  a {
	color: white;
	line-height: 1.6em;
	display: inline-flex;
	padding: 1% 2%;
	font-size: 1.5em;
	line-height: 20px;
	font-weight: normal;
}
#masthead .wrap {
	position: relative;
}
.wrap {
	margin-left: auto;
	margin-right: auto;
	max-width: 700px;
	padding-left: 2em;
	padding-right: 2em;
}
.custom-header {
	display: table;
	height: 300px;
	height: 75vh;
	width: 100%;
	position: relative;
}
.custom-header-media {
	bottom: 0;
	left: 0;
	overflow: hidden;
	/*position: absolute;*/
	right: 0;
	top: 0;
	width: 100%;
	max-height: 100%;
	overflow: hidden;
	position: relative;
}

.custom-header-media:before {
	background: -moz-linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 75%, rgba(0, 0, 0, 0.3) 100%);
	background: -webkit-linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 75%, rgba(0, 0, 0, 0.3) 100%);
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 75%, rgba(0, 0, 0, 0.3) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#4d000000", GradientType=0);
	bottom: 0;
	content: "";
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	z-index: 2;
}


.custom-header-media img{
	position: fixed;
	height: auto;
	max-width: 1000%;
	min-height: 100%;
	min-width: 100%;
	min-width: 100vw;
	width: 100%;
	left: 0;
	top: 0;
	-o-object-fit: cover;
	object-fit: cover;
}
.site-content-contain {
	background-color: #fff;
	position: relative;
	z-index:999;
}
.site-header.shrink .main-header-logo {
	display:none;
}
.site-header.shrink .video_box {
	display:none;
}





.clear:before, .clear:after, .site-header:before, .site-header:after, .site-content:before, .site-content:after, .site-footer:before, .site-footer:after{
	content: "";
	display: table;
	table-layout: fixed;
}

header,section,footer,article,aside,main,small,center {
	display: block;
}

footer{
   position:relative;
   bottom:0;
   width:100%;
   z-index:999;

   /*height:60px;    Height of the footer */
}

center {
	text-align: center;
}

html,body {
	/*font-family: Lato;*/
	font-family: 'Muli', sans-serif;
	margin: 0;
	padding: 0;
	width: 100%;
	/*height:100%;*/
}

a {
	text-decoration: none;
	color: #000040;
}

a:hover {
	text-decoration: none;
	cursor: pointer;
}

.page-wrapper {
	margin: 0 auto;
	padding: 0 auto;
	/*min-height:100%;*/
	min-height: 500px;
	flex: 1 0 auto;
	position: relative;
}

.page-wrapper.media {
	min-height: 500px;
}

.page-wrapper.contacts {
	min-height: 2350px;
}

.clear {
	float: none;
	clear: both;
}

.hidden {
	display: none;
}

.error {
	color: red;
	font-weight: 500;
	padding: 15px;
}

/*.main-header {
	background: url('/i/home_header.svg') no-repeat center;
	background: url('/i/arpha_website_image_home.png') no-repeat center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	width: 100%;
	height:1000px;
	font-size:1.6em;
}*/



/* .main-header > .arpha-logo {
	display: none;
		padding: 36px 0 0 104px;
	margin: 0;
	text-align: center;
	font-family: Lato;
	font-weight: normal;
	font-size: 6.2em;
	color: white;
} */

.main-header>div.content_wrapper{
	margin: 0 auto;
}

.main-header>div.content_wrapper>h1.arpha-logo {
	background: url('/i/arpha_logo_white.svg') no-repeat center;
	background-size: 354px;
	height: 96px;
	padding: 115px 0 0 0;
	margin: 0;
}

.main-header>div.content_wrapper>.header-nav {
	/* display: none; */
	width: 100%;
	height:100%;
	text-transform:uppercase;
	color: #fff;
}



.main-header>div.content_wrapper>.header-nav a {
	color: white;
	line-height: 1.6em;
	display: inline-flex;
	padding: 1% 2%;
	font-size: 1.1em;
	line-height: 20px;
	font-weight: normal;
}

.main-header>div.content_wrapper>.header-nav a:hover{
	opacity: 0.8;
}


.main-header>div.content_wrapper>.arpha-slogan {
	display: block;
	color: white;
	text-align: center;
	font-weight: 500;
	padding: 1.5em 0;
	margin:0px;
}

/*.main-header>div.content_wrapper>.middle_line{
	background: url("/i/linii.svg") center top no-repeat;
	height:55px;
}*/

.bordered_images img {
	border: 1px solid #27aead;
	border-radius: 6px;
}

.float-box-holder {
	margin: 0;
	padding: 0;
	text-align: center;
}

.float-box {
	display: inline-block;
	width: 292px;
}

.box-green {
	background: #00b2b7;
}

.box-red {
	background: #e85d7c;
}

.box-blue {
	background: #667690;
}

.box-arrow {
	background: none;
	border-bottom: 17px solid transparent;
	border-top: 17px solid transparent;
	height: 0;
	width: 0;
}

.box-arrow.box-green {
	border-left: 17px solid #00b2b7;
}

.box-arrow.box-red {
	border-left: 17px solid #e85d7c;
}

.txt-green {
	color: #00b2b7;
}

.txt-red {
	color: #e85d7c;
}

.txt-blue {
	color: #667690;
}

.inq_sent {
	color: #00AFAE;
	font-size: 1.1em;
	font-weight: 500;
	padding: 25px;
	text-align: center;
}

.inq_not_sent {
	color: red;
}

.float-box-heading {
	font-size: 1.3em;
	font-weight: 500;
	margin: 0;
	text-align: center;
}

.float-box-content {
	background: #eeeeee;
	margin-top: 25px;
	padding-top: 55px;
	text-align: center;
}

.float-box-content>h3 {
	color: white;
	display: block;
	line-height: 55px;
	margin: 55px 0 0;
	font-size: 1em;
	font-weight: 500;
}

.float-box-content>img {
	height: 126px;
}

.float-box.float-box-middle {
	background: url('/i/home-schema.png') no-repeat center;
	width: 526px;
	height: 260px;
	margin: 10px 15px 55px -433px;
}

.float-box.float-box-txt {
	color: #666666;
	float: right;
	font-size: 0.9em;
	line-height: 1.8em;
	margin-top: -175px;
	width: 450px;
}

.float-box.float-box-txt p {
	margin: 0px;
	padding: 0px;
}

.float-box.float-box-txt ul {
	padding: 0px 0px 0px 15px;
}

.main-footer {
	display: flex;
	justify-content: center;
	background: #E4E5E6;
	/*height: 61px;*/
	width: 100%;
	color: #010540;
	font-family: 'Muli', sans-serif;
	/*display: none;*/
	/*margin-top: 40px;*/
}

.main-footer .content_wrapper_index{
	flex: 0 0 100%;
}



.main-footer .container-fluid{
	display: flex;
	justify-content: space-between;
	padding: 26px 0px 38px 13px;
}

.main-footer h1{
	font-size: 1em;
	text-transform: uppercase;
	line-height: 1.8em!important;
	/*line-height: 2em;*/
}
.main-footer h1 a{
	display: block;
}
.main-footer h1 a:hover, .main-footer h1:hover{
	opacity: 0.5;
}

.main-footer h1.follow_us_foot:hover,
.main-footer h1.about_foot:hover,
.main-footer h1.products_foot:hover,
.main-footer h1.other_foot:hover,
.main-footer h1.contact_foot:hover{
	opacity: 1;
}

/*.main-footer h1.about_foot{
	background: url(/i/footer_about_arpha.svg) no-repeat;
	background-position: 130px 12px;
	background-size: 20px 20px;
}

.main-footer h1.products_foot{
	background: url(/i/footer_products.svg) no-repeat;
	background-position: 110px 12px;
	background-size: 20px 20px;
}

.main-footer h1.services_foot{
	background: url(/i/footer_services.svg) no-repeat;
	background-position: 90px 12px;
	background-size: 20px 20px;
}
.main-footer h1.partners_foot{
	background: url(/i/footer_conference_outputs.svg) no-repeat;
	background-position: 95px 12px;
	background-size: 20px 20px;
}
.main-footer h1.other_foot{
	background: url(/i/footer_other.svg) no-repeat;
	background-position: 65px 12px;
	background-size: 20px 20px;
}
.main-footer h1.contact_foot{
	background: url(/i/footer_contact.svg) no-repeat;
	background-position: 90px 12px;
	background-size: 20px 20px;
}
.main-footer h1.blog_foot{
	background: url(/i/footer_blog.svg) no-repeat;
	background-position: 55px 12px;
	background-size: 20px 20px;
}*/
.main-footer ul{
	list-style-type: none;
	padding:0px;
	margin: 0px;
}

.main-footer ul li{
	line-height: 1.8em!important;
}

.main-footer ul a.arpha-green, .main-footer ul li, .main-footer ul li a{
	color: #26AEAD;
}

.main-footer ul a:hover{
	opacity: 0.5;
	/*color: #26AEAD;*/
}

/*input.txt_email{
	width: 120px;
	border: 2px solid #26AEAD;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
	color: #d0d2d3;
	margin-left: 10px;
	margin-top:7px;
	padding-left:10px;
	float:left;
}*/

.main-footer ul a.textbox_button{
	color: #26AEAD;
	background: none;
	border: 2px solid #26AEAD;
	border-radius: 3px;
	padding: 0px 5px;
	margin-left:10px;
}
.main-footer ul a.textbox_button:hover{
	color: #fff;
	background: #26AEAD;
	border: 2px solid #26AEAD;
	border-radius: 3px;
	opacity: 1;
}

.powered_by{
	display: flex;
	justify-content: center;
	background: #E4E5E6;
	/* height: 61px; */
	width: 100%;
	color: #010540;
	font-family: 'Muli', sans-serif;
	/* margin-top: 40px; */
	border-top: 1px solid white;
	padding: 20px 0;
}
.powered_by a.pensoftlogo {
	background: url(/i/pensoft_logo_arpha_green.svg) no-repeat;
	background-size: contain;
	color: transparent;
	padding-left: 30px;
	margin-left: 10px;
}
.powered_by a{
	color: #26AEAD;
}

.footer-nav, .head-items {
	display: flex;
	justify-content: space-between;
	height: 100%;
	margin: 0 20px;
	width: 1280px;
}

.head-items{
	margin: 0;
}

.footer-nav>ul, .head-items>ul {
	display: flex;
	justify-content: space-between;
	align-items: center;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
	flex-direction: row;
	flex-wrap: wrap
}


.footer-nav>ul>li, .head-items>ul>li {
	margin: 0 4px;
}

.footer-nav>ul>li>a, .head-items>ul>li>a {
	color: white;
	font-size: 1.1em;
	text-decoration: none;
	/*padding: 20px 5px;*/
}

.footer-nav>ul>li>a:hover, .head-items>ul>li>a:hover {
	opacity: 0.8;
}

.footer-nav>div.foot{
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
}


.head-items>ul>li>a.selected {
	color:#00b2b2;
}

footer>small {
	color: #aaaaaa;
	float: right;
	margin: -25px 15px 0 0;
}

.index-footer {
	background: #eeeeee;
	width: 100%;
	text-align: center;
}

.index-footer aside {
	display: inline-block;
	margin: 25px 0;
	min-width: 295px;
}

.index-footer aside h1 {
	color: white;
	display: block;
	font-size: 1.1em;
	font-weight: 500;
	margin: 0;
	padding: 15px 0;
	text-align: center;
}

.index-footer ul {
	border-collapse: collapse;
	display: table;
	list-style: none;
	margin-top: 10px;
	padding: 0;
	width: 100%;
}

.index-footer li {
	display: table-row;
	text-align: left;
}

.index-footer li>div {
	background: #ffffff none repeat scroll 0 0;
	border-right: 20px solid #eeeeee;
	border-top: 10px solid #eeeeee;
	display: table-cell;
	height: 60px;
	max-width: 265px;
	vertical-align: middle;
}

.index-footer li>div>a {
	display: table-cell;
	font-size: 1em;
	height: 60px;
	min-width: 195px;
	padding-left: 55px;
	vertical-align: middle;
	width: 100%;
}

.index-footer li>div>a:hover {
	opacity: 0.6;
}

.index-footer li div:last-child {
	border-right: 0;
}

.logo1 {
	background: #ffffff url("/i/logos/compcytogen-logo.png") no-repeat 5px
		center !important;
}

.logo2 {
	background: #ffffff url("/i/logos/DEZ_AOF_logo.png") no-repeat 0px
		center !important;
}

.logo3 {
	background: #ffffff url("/i/logos/ijm-logo.png") no-repeat 5px center
		!important;
}

.logo4 {
	background: #ffffff url("/i/logos/jhr-logo.png") no-repeat 5px center
		!important;
}

.logo5 {
	background: #ffffff url("/i/logos/mycokeys-logo.fw.png") no-repeat 5px
		center !important;
}

.logo6 {
	background: #ffffff url("/i/logos/natureconservation-logo.png")
		no-repeat 5px center !important;
}

.logo7 {
	background: #ffffff url("/i/logos/neobiota_logo.png") no-repeat 5px
		center !important;
}

.logo8 {
	background: #ffffff url("/i/logos/nl-logo.png") no-repeat 5px center
		!important;
}

.logo9 {
	background: #ffffff url("/i/logos/phytokeys-logo.png") no-repeat 5px
		center !important;
}

.logo10 {
	background: #ffffff url("/i/logos/RIO_logo.png") no-repeat 5px center
		!important;
}

.logo11 {
	background: #ffffff url("/i/logos/subtbiol-logo.png") no-repeat 5px
		center !important;
}

.logo12 {
	background: #ffffff url("/i/logos/ZSE_AOF_logo.png") no-repeat 0 center
		!important;
}

.logo13 {
	background: #ffffff url("/i/logos/zookeys-logo-small.png") no-repeat 5px
		center !important;
}

.logo14 {
	background: #ffffff url("/i/logos/biorisk-logo.png") no-repeat 5px
		center !important;
}

.logo15 {
	background: #ffffff url("/i/logos/bdj-logo.png") no-repeat 5px center
		!important;
}

.logo16 {
	background: #ffffff url("/i/logos/oneeco-logo.svg") no-repeat 5px center
		!important;
	background-size: 42px!important;
}

.logo17 {
	background: #ffffff url("/i/logos/biodiscovery.svg") no-repeat 5px center
		!important;
	background-size: 42px!important;
}
.logo18 {
	background: #ffffff url("/i/logos/ai_logo.svg") no-repeat 5px center
		!important;
	background-size: 42px!important;
}

.logo19 {
	background: #ffffff url("/i/logos/italbot_logo.svg") no-repeat 5px center
		!important;
	background-size: 42px!important;
}


.not-active {
	/*pointer-events: none;
	cursor: default;
	opacity: 0.6;*/
}
.not-active2 {
	/*cursor: default;
	opacity: 0.6;*/
}


.floatLeft {
	float: left;
}

.floatRight {
	float: right;
}

.simple-header {
	background: #00002b none repeat scroll 0 0;
	/* height: 65px; */
	margin: 0;
	padding: 10px 0;
	width: 100%;
}


body{
	position: relative;
}

body .simple-wrap {
/*	margin: 0 auto;
	max-width: 1280px;	*/
	padding: 0 20px;
}

.head-items {
	/* height: 65px; */
	width: 100%;
}

.head-items .logo {
	float: left;
	height: 100%;
}

.head-items .logo>img {
	/* margin: 12px 0; */
	width: 200px;
}

#leftSider {
	font-size: 1em;
	margin: 0;
	/*position: fixed;*/
	/*top: 71px;*/
	/*width: 185px;*/
}

#content {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	padding: 0;
}

.siderBlockLinksHolder {
	 /*font-family: OpenSans-Light;*/
	 font-family: Muli-Light;
}

.siderBlockLinksHolder>a {
	display: block;
	padding: 10px 12px;
}

#content>header {
	width: 100%;
}

header {
	position:fixed;
	z-index: 999;
	top: 0;
}
header.site-header {
	position:relative;
}

.simple-header-menu {
	position:relative;
	z-index:3;
	background: #00002b none repeat scroll 0 0;
	margin: 0;
	padding: 10px 0;
	width: 100%;
	transition: all 0.7s ease-in-out;
	top: 0;
	display: block;
	/*position: fixed;*/
}
header.site-header .simple-header-menu{
	/*position:fixed;*/
}
.main-header {
	display: block;
	height: auto;
	width: 100%;
	position: relative;
	max-width: 100%;
	min-height:1000px;
	height:1000px;
	font-size:1.6em;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	transition: all 0.7s ease-in-out;
}

.about_title{
	/*background:url('/i/arpha_website_image_home.png') no-repeat center;*/
	background:url('/i/arpha-header.jpg') no-repeat center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	transition: all 0.7s ease-in-out;
	/*height: 250px;*/
}

.about_title h1 {
	color: #ffffff;
	font-weight: 100;
	margin: 0;
	font-size: 50px;
	text-align: center;
	width:100%;
	min-height: 50px;
	vertical-align: middle;
	padding: 150px 0;
	text-transform: uppercase;
	transition: all 0.7s ease-in-out;
	display: flex;
	justify-content: center;
	align-items: center;
}

/*@media only screen and (min-width: 48em)*/
.shrink .about_title  {
	min-height: 0px;
	height: auto;
	font-size:1em;
	z-index: 10;
}
.shrink .main-header  {
	min-height: 0px;
	height: auto;
	font-size:1em;
	z-index: 10;
}
.shrink .about_title h1  {
	padding: 0px 0;
	font-size: 2.5em;
	min-height:0;
	font-size: 0px;
}

.shrink .main-header .open_access_logo{
	margin:10px 0;
}

.shrink .main-header .main-header-logo img{
	margin-top:10px;
}

.shrink  .main-header>div.content_wrapper>.header-nav a {
	color: white;
	line-height: 1.2em;
	display: inline-flex;
	padding: 0;
	font-size: 1em;
	/*line-height: 10px;*/
	font-weight: normal;
}


.shrink  .main-header>div.content_wrapper>.arpha-slogan {
	display: block;
	color: white;
	text-align: center;
	font-weight: 500;
	padding: 0;
	margin:10px 0px;
}

.shrink  .arpha_abbr{
	margin: 10px 0;
	line-height: 1.6em;
}


.shrink  .open_access_logo {
	background: url(/i/open_access_icon.svg) no-repeat center center;
	background-position: center;
	min-height: 50px;
	margin: 0;
}

.shrink .simple-header-menu{
	padding: 0;
}


.menuholder {
	position:relative;
}
.menuholder a {
	color: #ffffff;
	/*font-family: Lato;*/
	font-family: 'Muli', sans-serif;
	font-size: 1em;
}
.menuholder a:hover,
.menuholder ul li a.selected {
	color: #00AFAE;
}
.menuholder ul {
	list-style: none;
	padding: 0;
	/* margin: 0 15px 0 0; */
	margin: 0;
	position:relative;
}
.menuholder ul li {
	display: inline-block;
	margin-left: 20px;
	margin-right: 20px;
	white-space: nowrap;
}

.menuholder ul li .children-list ul {
	display:none;
	position: absolute;
	z-index: 999999;
}

.menuholder ul li:hover .children-list ul {
	display:block;
	margin-left:-10px;
	/*left: -10px;*/
}
.menuholder ul li:hover .children-list ul li {
	margin-left: 0px;
	display: block;
	text-align: left;
	background-color: #00002b;
	border-radius: 4px;
	left: -10px;
	padding: 12px 20px;
	font-size: 0.85em;
}
#menu-icon {
	display: none;
	width: 40px;
	height: 40px;
	background: #00002b url(/i/menu-mobile.png) center;
	background-size: cover;
	border-radius: 4px;
	border: 1px solid #fff;
}

a:hover#menu-icon {
	background-color: #00AFAE;
}

.tips_title h1 {
	color: #ffffff;
	display: block;
	font-weight: 100;
	margin: 0;
	font-size: 50px;
	text-align: center;
	width:100%;
	min-height: 50px;
	vertical-align: middle;
	padding: 50px 0;
}

.tips_title.tips{
	background:url('/i/pimgpsh_fullsize_distr.png') no-repeat top center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}



/*.about_title.terms_of_use{
	background:url('/i/terms_of_use.png') no-repeat top center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.about_title.platform{
	background:url('/i/platform.png') no-repeat top center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.about_title.services{
	background:url('/i/services.png') no-repeat top center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.about_title.publishing_models{
	background:url('/i/publishing_models.png') no-repeat top center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.about_title.journals{
	background:url('/i/journals.png') no-repeat top center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.about_title.frequently_asked_questions{
	background:url('/i/FAQ.png') no-repeat top center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}*/

.about_header{
}

.story_wrapper {
	margin:0;
}

.publish-journals {
	background: #e85d7c;
	border-radius: 32px;
	box-shadow: 1px 2px 3px lightgray;
	color: white;
	cursor: pointer;
	font-weight: 500;
	margin: 20px auto;
	padding: 10px;
	text-align: center;
	width: 350px;
}

.publish-journals:hover {
	opacity: 0.8;
}

.home_page_services_holder{
	display: flex;
	justify-content: space-around;
	width: 62%;
	margin:50px auto;
}

.home_page_services_holder .platform_text_holder, .home_page_services_holder .publishing_models_text_holder{
	border-bottom: 1px solid #000;
	width:80%;
	float:left;
	margin: 0 0 0 50px;
	padding: 0 0 20px 0;
	line-height: 1.6em;
}

.home_page_services_holder .services_text_holder{
	border-bottom: 1px solid #000;
	width:80%;
	float:left;
	margin: 0 50px 0 0;
	padding: 0 0 20px 0;
	line-height: 1.6em;
}


.home_page_services_holder .platform_holder a{
	background: url('/i/home_icons-01.svg') no-repeat top center;
	background-size: 100%;
	width: 180px;
	height: 180px;
	float:left;
}

.home_page_services_holder .platform_holder a:hover{
	background: url('/i/home_icons-04.svg') no-repeat top center;
	background-size: 100%;
	width: 180px;
	height: 180px;
}

.home_page_services_holder .services_holder a{
	background: url('/i/home_icons-02.svg') no-repeat top center;
	background-size: 100%;
	width: 180px;
	height: 180px;
	float:left;
}

.home_page_services_holder .services_holder a:hover{
	background: url('/i/home_icons-05.svg') no-repeat top center;
	background-size: 100%;
	width: 180px;
	height: 180px;
}

.home_page_services_holder .publishing_models_holder a{
	background: url('/i/home_icons-03.svg') no-repeat top center;
	background-size: 100%;
	width: 180px;
	height: 180px;
	float:left;
}

.home_page_services_holder .publishing_models_holder a:hover{
	background: url('/i/home_icons-06.svg') no-repeat top center;
	background-size: 100%;
	width: 180px;
	height: 180px;
}

.home_page_services_holder h1{
	font-size:30px;
	/* line-height: 10px; */
	line-height: 1.2em;
	font-weight: 500;
	padding:0px;
	margin:0 0 10px 0;
}


li p {
	margin: 5px;
}

.P-PopUp {
	background: white none repeat scroll 0 0;
	box-shadow: 1px 3px 3px black;
	cursor: default;
	height: auto !important;
	padding: 0;
	position: absolute;
	width: 90%;
	max-width: 950px;
	z-index: 999999999;
}

.P-PopUp-Main-Holder {
	position: relative;
}

.P-PopUp-Close-Btn {
	background: rgba(0, 0, 0, 0) url("/i/close.svg") no-repeat scroll
		center center;
	cursor: pointer;
	float: right;
	height: 30px;
	margin-right: -15px;
	margin-top: -15px;
	width: 30px;
}
.P-PopUp-Close-Btn:focus {
	outline: none;
}
.P-PopUp-Content {
	background: #fff none repeat scroll 0 0;
}

.P-PopUp-Content-Inner-Tables {
	height: 660px;
	max-height: 70vh;
	margin: 0;
	overflow-x: hidden;
	overflow-y: auto;
	padding: 15px;
}

.P-PopUp-Content-Inner-Tables textarea {
	border: 1px solid lightgrey;
	border-radius: 2px;
	display: inline-block;
	height: 204px;
	padding: 5px;
	margin-top: 5px;
	resize: none;
	/* max-width: 894px; */
	width: 90%;
}

.P-PopUp-Content-Inner-Tables input, .P-PopUp-Content-Inner-Tables select {
	border: 1px solid lightgrey;
	border-radius: 2px;
	display: inline-block;
	height: 32px;
	margin: 5px 14px 20px 0;
	/* max-width: 435px; */
	width: 100%;
	padding-left: 5px;
}

.P-PopUp-Content-Inner-Tables label {
	display: inline-block;
	/* max-width: 458px; */
	/*width: 45%;*/
	color: #333;
	margin-right: 10px;
}

.P-PopUp-Content-Inner-Tables span {
	color: red;
	margin-left: 1px;
}

.P-PopUp-Title {
	background: #00AFAE none repeat scroll 0 0;
	box-shadow: 0 1px 2px grey;
	color: white;
	font-size: 16px;
	font-weight: 500;
	padding: 10px 15px;
}

.P-PopUp-Footer-Holder {
	background: #eeeeee none repeat scroll 0 0;
	padding: 10px;
}

#layerbg {
	background: #000 none repeat scroll 0 0 !important;
	height: 10px;
	left: 0;
	opacity: 0.7;
	position: absolute;
	top: 0;
	width: 10px;
	z-index: 888;
}

.btn {
	background: #fff;
	border-radius: 1.5px;
	box-shadow: 1px 2px 2px grey;
	color: #000;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	font-weight: 500;
	line-height: 35px;
	text-align: center;
	margin: 0 5px;
	padding: 0 25px;
}

.btn:hover {
	opacity: 0.8;
}

.submit-btn {
	background: #00AFAE;
	color: #fff;
	width: 100px;
}

.cancel-btn {
}


.story_wrapper h2,.story_wrapper h3 {
	color: #04afae;
}

.story_wrapper h2 {
	font-size: 1.5em;
	font-weight: 500;
	margin-top: 40px;
}
.content_wrapper h2 {
	font-size: 3em;
	/*line-height: 2.9em;*/
	font-weight: normal;
	margin-top: 40px;
	margin-bottom: 50px;
	text-align: center;
	width: 100%;
	color: #010640;
}

.FAQ .content_wrapper h2 {
	font-size: 2.2em;
	/*line-height: 2.9em;*/
	font-weight: normal;
	margin-top: 40px;
	margin-bottom: 50px;
	text-align: left;
	width: 100%;
	color: #010640;
}

.FAQ ul{
	font-size: 1em;
}

.content_wrapper h3 {
	font-size: 2em;
	line-height: 2em;
	font-weight: bold;
	/*margin-top: 40px;*/
	text-align: center;
	/*text-transform: uppercase;*/
	color: #00AFAE;
}

.content_wrapper a{
	/*font-weight: bold;*/
	color: #00AFAE;
}

.content_wrapper ul.regular, .tipsPage .content_wrapper ul {
	font-size: 1.4em;
}

.content_wrapper a.download_button{
	color: #fff;
	background: #26AEAD;
	/*border: 2px solid #26AEAD;*/
	border-radius: 3px;
	padding: 10px 20px;
	margin-left:10px;
	font-size: 14px;
	font-weight: normal;
}
.content_wrapper a.download_button:hover{
/*	color: #fff;
	background: #26AEAD;
	border: 2px solid #26AEAD;
	border-radius: 3px;*/
	opacity: 0.7;
}


.tipsPage .content_wrapper a{
	font-weight: normal;
	color: #00AFAE;
}

.story_wrapper h3 {
	font-weight: 500;
	font-size: 1.15em;
	margin-top: 40px;
}

.story_wrapper p, .story_wrapper div {
	line-height: 26px;
}

header+.story_wrapper>h2:FIRST-CHILD {
	margin-top: 20px;
}
article{
 /*margin: 50px auto;*/
}

article a {
	color: #008595;
	/*word-break: break-all;*/
}

.pensoft_ico,.arpha_ico,.contact_ico,.terms_ico,.blog_ico {
	background: url("../i/about_pensoft.png") no-repeat center;
	display: inline-block;
	position: relative;
	height: 23px;
	width: 23px;
	margin-right: 6px;
	top: 4px;
}

.arpha_ico {
	background: url("../i/aprha.png") no-repeat center;
}

.contact_ico {
	background: rgba(0, 0, 0, 0) url("/i/contact_icon.png") no-repeat scroll
		center center;
}

.terms_ico {
	background: rgba(0, 0, 0, 0) url("/i/terms_icon.png") no-repeat scroll
		center center;
}

.blog_ico {
	background: rgba(0, 0, 0, 0) url("/i/blog_icon.png") no-repeat scroll
		center center;
}

img.P-Prof-Pic{
	-webkit-box-shadow: 0px 3px 6px -2px lightgrey;
	-moz-box-shadow: 0px 3px 6px -2px lightgrey;
	box-shadow: 0px 3px 6px -2px lightgrey;
	border-radius: 100%;
}

.authorInfoHolder {
	min-width: 250px;
	max-width: 46%;
	box-sizing: border-box;
	margin: 0 1.5% 20px 1.5%;
	justify-content: space-between;
	display: inline-block;
	text-align: center;
}

.conatact_rio {
	margin: 0;
	box-sizing: border-box;
	width: 100%;
	display: table;
	text-align: center;
}

.conatact_rio h3{
	margin: 0.4em 0 0.2em 0;
}

.authorDesc p{
	margin: 0.6em 0;
	padding: 0px;
}

.inline-block {
	display: inline-block;
	width: 42%;
}
.inline-block, .block {
	margin-left: 35px;
}
.popup-background {
	background: #000;
	opacity: 0.6;
	position: absolute;
	width: 100%;
	height: 100%;
	/*top: 0;*/
	left: 0;
	top: 0!important;
	z-index: 9999999;
}

/** pricing plans page */

.pricing-plans-header{
	color: #fff;
	text-transform: uppercase;
	width: 100%;
	font-family: Montserrat-Bold, "Arial Black", Sans-Serif;
}
.pricing-plans-table-header{
	background: #00022A;
	border-radius: 7px 7px 0 0;
	display: flex;
}

.plan_name{
	padding: 10px 20px;
	display: block;
	vertical-align: middle;
	width: 40%;
}

.white-border{
	border-left: 1px solid #fff;
	width: 10%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.pricing-plans-green-sublabel{
	background: #26AEAD;
	padding: 10px;
}

.end-to-end{
	background: #D2DCE3;
	color: #01012F;
	width: 100%;
	display: table;

}
.end-to-end-description {
	background: #D9E3EA;
	line-height: 1.5em;
	padding: 10px 20px;
	display: table-cell;
	width: 40%;
}

.end-to-end-checked{
	border-left: 1px solid #C1C1C0;
	height: 100%;
	width: 10%;
	display: table-cell;
	vertical-align: middle;
}

.services_list_row{
	border-bottom: 1px solid #C1C1C0;
	width: 100%;
	color: #000227;
	display: flex;
	align-items: stretch;
}

.service_name{
	background: #fff ;
	padding: 10px 20px;
	display: block;
	width: 40%;
	border-left: 1px solid #C1C1C0;

}

.service_name ul {
	list-style: none;
	padding: 0 0 0 15px;
	font-size: 0.8em;
}

.service_name ul li::before {
	content: "\2022";
	color: #27aead;
	font-weight: bold;
	display: inline-block;
	width: 1em;
	margin-left: -1em;
}

.service_checked{
	border-left: 1px solid #C1C1C0;
	background: #F7F7F7;
	width: 10%;
	display: flex;
	vertical-align: middle;
	align-items: stretch;
}

.service_checked.checked{
	background: #EAEAEA;
}

.statisticsTable{
	width: 100%;
}


.statistics_checked{
	border-left: 1px solid #C1C1C0;
	background: #fff;
	width: 10.3%;
	display: flex;
	align-items: stretch;
}
.statistics_checked:last-of-type{
	border-right: 1px solid #C1C1C0;
}

.statistics-header{
	color: #000;
	width: 100%;
	font-family: Montserrat-Bold, "Arial Black", Sans-Serif;
	border-top: 1px solid #C1C1C0;
	border-bottom: 1px solid #C1C1C0;
}
.statistics-table-header{
	background: #ffffff;
	border-radius: 3px 3px 0 0;
	display: flex;
	text-align: center;
}

.statistics-table-header div{
	padding: 20px 12px;
}

.statistics-table-header div:first-of-type{
	padding: 10px 20px;
	display: flex;
	align-items: center;
	width: 40.1%;
}

.one-time{
	border-left: 1px solid #C1C1C0;
	background: #DFF3F3;
	display: flex;
	align-items: center;
	vertical-align: middle;
	color: #2BAFB1;
}

.pink_star{
	color: #DF6C82;
	font-size: 0.7em;
	position: relative;
	top: -6px;
}

.no-bottom-border{
	border-bottom: none;
}

.pricing-plans-table-footer{
	background: #D9E3EA;
	border-radius:  0 0 7px 7px;
	display: table;
	padding: 20px 10px;
	color: #000000;
	margin-bottom: 30px;
}

.pricing-plans-table-footer p{
	margin: 0 0 10px 10px;
	text-indent: -10px;
	font-size: 1em;
	line-height: 1.2em;
}


.grey_services_field{
	padding: 40px 40px;
	margin: 60px 0px;
	width: 100%;
	background: #f1f1f1;
	border-radius: 4px;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: flex-start;
	align-items: stretch;
	font-size: 1.25em;
}

.grey_services_field p{
	font-size: 0.8em;
}

.h-small{
	display: none;
}



/* end of pricing plans page */



/* #### Mobile Phones below 640px #### */
@media screen and (max-width: 639px) {
	.pricingPlans{
		margin-top:50px;
		padding: 0 5px;
	}
	.plan_name{
		/*font-size:15px;*/
		width: auto;
	}
	.end-to-end-description_ru{
		font-size: 11px;
		padding: 10px 0 10px 5px;
	}

	.white-border{
		/*font-size:15px;*/
		/*padding: 0 auto;*/
		/*display: inline-flex;*/
		writing-mode: vertical-rl;
		transform: rotate(180deg);
		padding: 10px 0;
		/*text-align: right;*/
		/*text-orientation: sideways;*/
		/*width: 20%;*/
		/*height: 120px;*/
		/*border-left: none;*/
		/*border-right: 1px solid #fff;*/
	}

	.one-time{
		font-size: 0.9em;
		padding:0;
	}

	.service_name_ru{
		font-size:14px;
		padding:10px 8px;
	}

	.pricingPlans .margin10{
		margin: 10px 10px;
		line-height: 1.6em;
	}

	.pricingPlans .get_a_quote{
		margin-bottom: 20px;
	}

	.grey_services_field{
		padding: 0;
		margin: 0;
	}

	.statistics-table-header .statistics_checked{
		/*font-size:15px;*/
		/*padding: 0 auto;*/
		/*display: inline-flex;*/
		writing-mode: vertical-rl;
		transform: rotate(180deg);
		padding: 10px 0;
		/*text-align: right;*/
		/*text-orientation: sideways;*/
		/*width: 33.3%;*/
		/*height: 120px;*/
		/*border-right: 1px solid #C1C1C0;*/
		/*border-left: unset;*/
	}

	.statistics_checked:last-of-type{
		border-right: unset	;
	}

	.statistics-table-header div:first-of-type{
		width: 60.3%;
	}

	.grey_services_field{
		margin: 50px 0;
	}

	.statisticsTable .statistics-header{
		border-right: 1px solid #C1C1C0;
	}

	.service_name{
		width: auto;
		padding: 10px 0 10px 5px;
		font-size: 0.9em;
	}

	.statisticsTable .statistics_checked:last-of-type{
		border-right: 1px solid #C1C1C0;
	}

}
/* #### Tablets Portrait or Landscape below 980px #### */
@media screen and (min-width: 640px) and (max-width: 979px) {
}
/* #### Desktops above 980px #### */
@media screen and (min-width: 980px) {
}
@media screen and (max-width: 991px) {
	.hidden-on-mobile{
		display:none;
	}

	.map_address_container_main .col-md-8{
		margin-top:20px;
	}
}
@media screen and (max-width: 1281px) {


	.page-wrapper.contacts .contacts_row_wrapper1{
		margin-top: -140px;
	}

	.page-wrapper.contacts {
		min-height: 2250px;
	}


}

.icon1,
.icon2,
.icon3,
.icon4,
.icon5,
.icon6,
.icon7,
.icon8,
.icon9,
.icon10,
.icon11,
.icon12,
.icon13,
.icon14,
.icon15,
.icon16,
.icon17,
.icon18,
.icon19,
.icon20
{
	width: 100%;
	display: block;
}


.service_holder span.icon1,
.service_holder span.icon2,
.service_holder span.icon3,
.service_holder span.icon4,
.service_holder span.icon5,
.service_holder span.icon6,
.service_holder span.icon7,
.service_holder span.icon8,
.service_holder span.icon9,
.service_holder span.icon10,
.service_holder span.icon11,
.service_holder span.icon12,
.service_holder span.icon13,
.service_holder span.icon14,
.service_holder span.icon15,
.service_holder span.icon16,
.service_holder span.icon17,
.service_holder span.icon18,
.service_holder span.icon19,
.service_holder span.icon20
	{
	width: 110px;
	height: 138px;
	-webkit-box-shadow: 0px 0px 51px 5px rgba(184,184,184,1);
	-moz-box-shadow: 0px 0px 51px 5px rgba(184,184,184,1);
	box-shadow: 0px 30px 50px 1px rgb(210, 210, 210);
	background-size: contain!important
}

.service_holder:hover span.icon1,
.service_holder:hover span.icon2,
.service_holder:hover span.icon3,
.service_holder:hover span.icon4,
.service_holder:hover span.icon5,
.service_holder:hover span.icon6,
.service_holder:hover span.icon7,
.service_holder:hover span.icon8,
.service_holder:hover span.icon9,
.service_holder:hover span.icon10,
.service_holder:hover span.icon11,
.service_holder:hover span.icon12,
.service_holder:hover span.icon13,
.service_holder:hover span.icon14,
.service_holder:hover span.icon15,
.service_holder:hover span.icon16,
.service_holder:hover span.icon17,
.service_holder:hover span.icon18,
.service_holder:hover span.icon19,
.service_holder:hover span.icon20
	{
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.icon1{
	background: url('/i/services-01.svg') no-repeat center;
}

.icon2{
	background: url('/i/services-02.svg') no-repeat center;
}
.icon3{
	background: url('/i/services-03.svg') no-repeat center;
}
.icon4{
	background: url('/i/services-04.svg') no-repeat center;
}
.icon5{
	background: url('/i/services-05.svg') no-repeat center;
}
.icon6{
	background: url('/i/services-06.svg') no-repeat center;
}
.icon7{
	background: url('/i/services-07.svg') no-repeat center;
}
.icon8{
	background: url('/i/services-08.svg') no-repeat center;
}
.icon9{
	background: url('/i/services-09.svg') no-repeat center;
}
.icon10{
	background: url('/i/services-10.svg') no-repeat center;
}
.icon11{
	background: url('/i/services-11.svg') no-repeat center;
}
.icon12{
	background: url('/i/services-12.svg') no-repeat center;
}
.icon13{
	background: url('/i/services-13.svg') no-repeat center;
}
.icon14{
	background: url('/i/services-14.svg') no-repeat center;
}
.icon15{
	background: url('/i/services-15.svg') no-repeat center;
}
.icon16{
	background: url('/i/services-16.svg') no-repeat center;
}
.icon17{
	background: url('/i/services-17.svg') no-repeat center;
}
.icon18{
	background: url('/i/services-18.svg') no-repeat center;
}
.icon19{
	background: url('/i/services-19.svg') no-repeat center;
}
.icon20{
	background: url('/i/services-20.svg') no-repeat center;
}
/* left right */



.list.icon1{
	background: url('/i/services-01.svg') no-repeat top 40px center;
	background-size: 100px;
}
.list.icon2{
	background: url('/i/services-02.svg') no-repeat top 40px center;
	background-size: 100px;
}
.list.icon3{
	background: url('/i/services-03.svg') no-repeat top 40px center;
	background-size: 100px;
}
.list.icon4{
	background: url('/i/services-04.svg') no-repeat top 40px center;
	background-size: 100px;
}
.list.icon5{
	background: url('/i/services-05.svg') no-repeat top 40px center;
	background-size: 100px;
}
.list.icon6{
	background: url('/i/services-06.svg') no-repeat top 40px center;
	background-size: 100px;
}
.list.icon7{
	background: url('/i/services-07.svg') no-repeat top 40px center;
	background-size: 100px;
}
.list.icon8{
	background: url('/i/services-08.svg') no-repeat top 40px center;
	background-size: 100px;
}
.list.icon9{
	background: url('/i/services-09.svg') no-repeat top 40px center;
	background-size: 100px;
}
.list.icon10{
	background: url('/i/services-10.svg') no-repeat top 40px center;
	background-size: 100px;
}
.list.icon11{
	background: url('/i/services-11.svg') no-repeat top 40px center;
	background-size: 100px;
}
.list.icon12{
	background: url('/i/services-12.svg') no-repeat top 40px center;
	background-size: 100px;
}
.list.icon13{
	background: url('/i/services-13.svg') no-repeat top 40px center;
	background-size: 100px;
}
.list.icon14{
	background: url('/i/services-14.svg') no-repeat top 40px center;
	background-size: 100px;
}
.list.icon15{
	background: url('/i/services-15.svg') no-repeat top 40px center;
	background-size: 100px;
}
.list.icon16{
	background: url('/i/services-16.svg') no-repeat top 40px center;
	background-size: 100px;
}
.list.icon17{
	background: url('/i/services-17.svg') no-repeat top 40px center;
	background-size: 100px;
}
.list.icon18{
	background: url('/i/services-18.svg') no-repeat top 40px center;
	background-size: 100px;
}
.list.icon19{
	background: url('/i/services-19.svg') no-repeat top 40px center;
	background-size: 100px;
}
.list.icon20{
	background: url('/i/services-20.svg') no-repeat top 40px center;
	background-size: 100px;
}

.list{
	padding: 0 20px;
	background-size: 100px;
	width: 100px;
	display: table-cell;
}

.left{
	text-align:left;
	min-height: 200px;
	height:100%;
}

.right{
	float:right;
	min-height: 200px;
	height:100%;
}




.upto{
	background: url('/i/icons/arrow_articles_arrow_up.svg') no-repeat center;
	width: 13px;
	height: 10px;
	margin: 0 10px;
	display: inline-block;
	position: relative;
  top: 10px;
}

.our_services_tab{
	border-collapse: collapse;
	width: 100%;
}

.our_services_tab td{
	border: 1px solid #ebebeb;
	padding: 5px 10px;
	height: 50px;
}

.explanations{
	font-style: italic;
	font-size: 0.9em;
	/* width: 48%; */
	padding: 0px 0 0 20px;
}

.explanations ol{
	list-style-type: none;
	padding: 0;
	margin: 0px;
}
.explanations ol li{
	padding: 6px 0;
}


.explanations p{
	font-weight: bold;
	color: #E76B89;
	padding: 0px;
	margin: 0 0 0 0;
}

.our_services_tab td a,
.service_wrapper h2{
	display: flex;
	align-items: center;
/* 	flex-wrap: wrap;
	flex-direction: row; */
	justify-content: flex-start;
}
.our_services_tab td a,
.service_wrapper .description a{
	word-break: break-word;
}
span.tit{
	/*max-width: 70%;*/
	color: #213361;
	padding: 0 0 0 20px;
}
span.tit0{
	max-width: 88%;
	line-height: 1.6em;
	color: #213361;
}

.superscript{
	position: relative;
	top: -8px;
	font-size: 60%;
	margin-left: 4px;
	font-weight: normal;
}
.service_wrapper{
	display:table;
	width:90%;
	margin: 0 auto;
}
.service_wrapper ol{
/*	padding: 0 0 0 80px;
	margin: 0px;
	position: relative;*/
}

.service_wrapper ol.description{
	list-style-image: url('/i/bulet-01.svg');
	width: 75%;
}

.service_wrapper ol.indent{
	list-style-type: none;
}
.mark{
	position:absolute;
	left: 35px;
}
.service_wrapper p{
	padding: 0;
	margin: 0;
	padding-left: 20px;
	text-indent: -20px;
}

.our_services_tab td:hover{
	background: #ebebeb;
}

.service_wrapper h2 a:hover{
	opacity: 0.8;
}

.content_wrapper{
	margin:0 auto;
	max-width: 1280px;
	height:100%;
	/*margin-top: 410px;*/
	margin-top: 370px;
	/*position:absolute;*/
}
.content_wrapper_index{
	margin:0 auto;
	max-width: 1280px;
	height:100%;
}

.services .content_wrapper{
	margin-top: 290px;
}

.tipsPage .content_wrapper{
	margin-top: 310px;
}

.contacts .content_wrapper{
	margin-top: 0px;
}

.contacts main{
	position:relative;
	bottom:-370px;
}
.content_wrapper_index,
.journals_wrapper{
	margin:0 auto;
	max-width: 1280px;
}

.accordion-content{
	width:100%;
}

.grey_wrapper{
	background: #ebebeb;
}

.grey_wrapper,
.white_wrapper{
	padding: 20px 0 20px 0;
}

.services_wrapper{
	width:100%;
	display: flex;
	justify-content: space-between;
	margin: 40px 0;
}

.service_holder{
	display: flex;
	justify-content: center;
	align-items: baseline;
	width: 25%;
}

.service_holder a{
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
}
.service_holder a:hover{
	/* border:1px solid #000; */
}


.service_holder a span{
	color:#000;
	text-align: center;
}

.slabel{
	display: block;
	margin-top: 20px;
	font-size: 1.2em;
}

.red_dot{
	width:20px;
	height: 20px;
	background: url('/i/bulet-02.svg') no-repeat center;
	display: inline-block;
}

.top20{
	margin-top:20px;
}

ul.arpha_li{
	list-style-type: none;
	padding:0px;
}
ul.arpha_li li{
	padding-left:40px;
}

ul.arpha_li li.green_arpha_bullet{
	background: url('/i/icons-01.svg') 0px 4px no-repeat;
	background-size: 30px;
}
ul.arpha_li li.blue_arpha_bullet{
	background: url('/i/icons-02.svg') 0px 4px no-repeat;
	background-size: 30px;
}


fieldset, fieldset.example_buttons {
	  width:100%;
	  margin-bottom: 20px;
	  padding: 15px 0;
	  border: 0;
	  border-top: 1px solid #000;
}

fieldset .models_wrapper{
	 display: flex;
	 justify-content: space-between;
}

fieldset .models_wrapper .model_item{
	background: #ebebeb;
	box-shadow: 1px 2px 3px lightgray;
	border-radius: 32px;
	width: 30%;
	padding:10px;
	text-align: center;
	margin: 4px;
}

/*fieldset.journals {
	  width:75%;
	  border: 0;
	  border-top: 1px solid #000;
	  padding:0px;
	  margin:0px;
}

fieldset.journals legend{
	display: table;
	padding: 10px;
	width:auto;
	color: #000;
	font-size: 20px;
	font-weight: 600;
	text-align: center;
	background-color: white;
}*/

fieldset.example_buttons{
	 border: 0;
}

legend {
	 padding: 5px 20px;
	 text-align: center;
	text-transform: uppercase;
	padding: 10px;
	width: 90%;
	color: #000;
	font-size: 20px;
	font-weight: 600;
	text-align: center;
	background-color: white;
}



.journal_item, .journal_item_published_on_behalf{
	background: #fff;
	border: 1px solid #231F20;
	/*box-shadow: 1px 2px 3px lightgray;*/
	border-radius: 32px;
	width: 100%;
	padding:0 15px;
	height:60px;
	line-height: 40px;
	text-align: left;
	margin-bottom: 20px;
	line-height: 20px;
	display: table;
	color: #231F20;
}
.journal_item_published_on_behalf{
	padding:20px 27px;
}

.journal_item_published_on_behalf a{
	color: #231F20;
}

.journal_item:hover, .journal_item_published_on_behalf:hover{
	box-shadow: 1px 1px 15px 0px #696969;
}


.journal_item span{
	display: table-cell;
	vertical-align: middle;
}

.journal_item_published_behalf{
	background: #fff;
	border: 1px solid #231F20;
	/*box-shadow: 1px 2px 3px lightgray;*/
	border-radius: 32px;
	width: 90%;
	padding:0 25px;
	text-align: left;
	margin-bottom: 20px;
	height:60px;
	line-height: 20px;
	display: table;
}

.journal_item_published_behalf span{
	display: table-cell;
	vertical-align: middle;
}
/* journal list logos*/

.journal_item .logo_africaninvertebrates{
	background: url('/i/journal_logos/journal_logos-01.svg') left no-repeat;
	background-size: 50px;
	width:50px;
}

.journal_item .logo_biodiscovery{
	background: url('/i/journal_logos/journal_logos-02.svg') left no-repeat;
	background-size: 50px;
	width:50px;
}

.journal_item .logo_bdj{
	background: url('/i/journal_logos/journal_logos-03.svg') left no-repeat;
	background-size: 50px;
	width:50px;
}

.journal_item .logo_biorisk{
	background: url('/i/journal_logos/journal_logos-04.svg') left no-repeat;
	background-size: 50px;
	width:50px;
}

.journal_item .logo_btp{
	background: url('/i/journal_logos/journal_logos-20.svg') left no-repeat;
	background-size: 50px;
	width:50px;
}

.journal_item .logo_compcytogen{
	background: url('/i/journal_logos/journal_logos-05.svg') left no-repeat;
	background-size: 50px;
	width:50px;
}

.journal_item .logo_dez{
	background: url('/i/journal_logos/journal_logos-06.svg') left no-repeat;
	background-size: 50px;
	width:50px;
}


.journal_item .logo_ijm{
	background: url('/i/journal_logos/journal_logos-07.svg') left no-repeat;
	background-size: 50px;
	width:50px;
}

.journal_item .logo_italianbotanist{
	background: url('/i/journal_logos/journal_logos-08.svg') left no-repeat;
	background-size: 50px;
	width:50px;
}


.journal_item .logo_jhr{
	background: url('/i/journal_logos/journal_logos-09.svg') left no-repeat;
	background-size: 50px;
	width:50px;
}


.journal_item .logo_mbmg{
	background: url('/i/journal_logos/journal_logos-23.svg') left no-repeat;
	background-size: 50px;
	width:50px;
}

.journal_item .logo_mycokeys{
	background: url('/i/journal_logos/journal_logos-10.svg') left no-repeat;
	background-size: 50px;
	width:50px;
}

.journal_item .logo_jor {
	background: url(/i/journal_logos/journal_logos-24.svg) left no-repeat;
	background-size: 30px;
	width: 50px;
	background-position: 7px;
}

.journal_item .logo_herpetozoa {
	background: url(/i/journal_logos/journal_logos-49.svg) left no-repeat;
	background-size: 40px;
	width: 50px;
	background-position: 0px;
}

.journal_item .logo_biss {
	background: url(/i/journal_logos/journal_logos-31.svg) left no-repeat;
	background-size: 41px;
	width: 50px;
	background-position: 4px;
}

.journal_item .logo_testjournal {
	background: url(/i/journal_logos/journal_logos-30.svg) left no-repeat;
	background-size: 41px;
	width: 50px;
	background-position: 4px;
}

.journal_item .logo_spb {
	background: url(/i/journal_logos/journal_logos-29.svg) left no-repeat;
	background-size: 41px;
	width: 50px;
	background-position: 4px;
}


.journal_item .logo_mab {
	background: url(/i/journal_logos/journal_logos-32.svg) left no-repeat;
	background-size: 41px;
	width: 50px;
	background-position: 4px;
}

.journal_item .logo_rrpharmacology {
	background: url(/i/journal_logos/journal_logos-33.svg) left no-repeat;
	background-size: 41px;
	width: 50px;
	background-position: 4px;
}

.journal_item .logo_rujec {
	background: url(/i/journal_logos/journal_logos-34.svg) left no-repeat;
	background-size: 41px;
	width: 50px;
	background-position: 4px;
}

.journal_item .logo_fmj {
	background: url(/i/journal_logos/journal_logos-35.svg) left no-repeat;
	background-size: 35px;
	width: 50px;
	background-position: 4px;
}

.journal_item .logo_aer {
	background: url(/i/journal_logos/journal_logos-36.svg) left no-repeat;
	background-size: 24px;
	width: 50px;
	background-position: 12px;
}

.journal_item .logo_ap {
	background: url(/i/journal_logos/journal_logos-50.svg) left no-repeat;
	background-size: 30px;
	width: 50px;
	background-position: 11px;
}

.journal_item .logo_vcs {
	background: url(/i/journal_logos/journal_logos-51.svg) left no-repeat;
	background-size: 30px;
	width: 50px;
	background-position: 11px;
}

.journal_item .logo_nucet {
	background: url(/i/journal_logos/journal_logos-37.svg) left no-repeat;
	background-size: 40px;
	width: 50px;
	background-position: 0px;
}

.journal_item .logo_aca {
	background: url(/i/journal_logos/journal_logos-38.svg) left no-repeat;
	background-size: 36px;
	width: 50px;
	background-position: 10px;
}

.journal_item .logo_moem {
	background: url(/i/journal_logos/journal_logos-39.svg) left no-repeat;
	background-size: 25px;
	width: 50px;
	background-position: 10px;
}

.journal_item .logo_cpe {
	background: url(/i/journal_logos/journal_logos-40.svg) left no-repeat;
	background-size: 25px;
	width: 50px;
	background-position: 10px;
}

.journal_item .logo_hmj {
	background: url(/i/journal_logos/journal_logos-41.svg) left no-repeat;
	background-size: 44px;
	width: 50px;
	background-position: 0px;
}

.journal_item .logo_vdj {
	background: url(/i/journal_logos/journal_logos-42.svg) left no-repeat;
	background-size: 32px;
	width: 50px;
	background-position: 10px;
}

.journal_item .logo_popecon {
	background: url(/i/journal_logos/journal_logos-43.svg) left no-repeat;
	background-size: 23px;
	width: 50px;
	background-position: 10px;
}

.journal_item .logo_travaux {
	background: url(/i/journal_logos/journal_logos-44.svg) left no-repeat;
	background-size: 23px;
	width: 50px;
	background-position: 14px;
}

.journal_item .logo_foliamedica {
	background: url(/i/journal_logos/journal_logos-45.svg) left no-repeat;
	background-size: 23px;
	width: 50px;
	background-position: 14px;
}

.journal_item .logo_neotropical {
	background: url(/i/journal_logos/journal_logos-46.svg) left no-repeat;
	background-size: 23px;
	width: 50px;
	background-position: 14px;
}

.journal_item .logo_pharmacia {
	background: url(/i/journal_logos/journal_logos-47.svg) left no-repeat;
	background-size: 30px;
	width: 50px;
	background-position: 5px;
}

.journal_item .logo_populationandeconomics {
	background: url(/i/journal_logos/journal_logos-48.svg) left no-repeat;
	background-size: 23px;
	width: 50px;
	background-position: 14px;
}

.journal_item .logo_natureconservation{
	background: url('/i/journal_logos/journal_logos-11.svg') left no-repeat;
	background-size: 50px;
	width:50px;
}

.journal_item .logo_neobiota{
	background: url('/i/journal_logos/journal_logos-12.svg') left no-repeat;
	background-size: 50px;
	width:50px;
}
.journal_item .logo_nl{
	background: url('/i/journal_logos/journal_logos-13.svg') left no-repeat;
	background-size: 50px;
	width:50px;
}

.journal_item .logo_oneecosystem{
	background: url('/i/journal_logos/journal_logos-14.svg') left no-repeat;
	background-size: 50px;
	width:50px;
}

.journal_item .logo_phytokeys{
	background: url('/i/journal_logos/journal_logos-15.svg') left no-repeat;
	background-size: 50px;
	width:50px;
}

.journal_item .logo_rio{
	background: url('/i/journal_logos/journal_logos-16.svg') left no-repeat;
	background-size: 50px;
	width:50px;
}

.journal_item .logo_subtbiol{
	background: url('/i/journal_logos/journal_logos-17.svg') left no-repeat;
	background-size: 50px;
	width:50px;
}

.journal_item .logo_zookeys{
	background: url('/i/journal_logos/journal_logos-18.svg') left no-repeat;
	background-size: 50px;
	width:50px;
}

.journal_item .logo_zse{
	background: url('/i/journal_logos/journal_logos-19.svg') left no-repeat;
	background-size: 50px;
	width:50px;
}

.journal_item .logo_rethinkingecology{
	background: url('/i/journal_logos/journal_logos-21.svg') left no-repeat;
	background-size: 50px;
	width:50px;
}

.journal_item .logo_zoologia{
	background: url('/i/journal_logos/journal_logos-22.svg') left no-repeat;
	background-size: 50px;
	width:50px;
}

.journal_item .logo_evolsyst{
	background: url('/i/journal_logos/journal_logos-26.svg') left no-repeat;
	background-size: 50px;
	width:50px;
	background-position: -4px;
}


.journal_item .logo_alpineentomology{
	background: url('/i/journal_logos/journal_logos-27.svg') left no-repeat;
	background-size: 30px;
	width:50px;
	background-position: 10px;
}

.journal_item .logo_checklist{
	background: url('/i/journal_logos/journal_logos-28.svg') left no-repeat;
	background-size: 30px;
	width:50px;
	background-position: 8px;
}

.journal_item .logo_jel{
	background: url('/i/journal_logos/journal_logos-93.svg') left no-repeat;
	background-size: 40px;
	width:50px;
	background-position: 5px;
}

.journal_item .logo_ijhmc{
	background: url('/i/journal_logos/journal_logos-94.svg') left no-repeat;
	background-size: 40px;
	width:50px;
	background-position: 5px;
}

.journal_item .logo_ese{
	background: url('/i/journal_logos/journal_logos-95.svg') left no-repeat;
	background-size: 40px;
	width:50px;
	background-position: 5px;
}

.journal_item .logo_plantsociology{
	background: url('/i/journal_logos/journal_logos-96.svg') left no-repeat;
	background-size: 24px;
	width:50px;
	background-position: 10px;
}

.journal_item .logo_bgcardio{
	background: url('/i/journal_logos/journal_logos-97.svg') left no-repeat;
	background-size: 24px;
	width:50px;
	background-position: 10px;
}

.journal_item .logo_caucasiana{
	background: url('/i/journal_logos/journal_logos-98.svg') left no-repeat;
	background-size: 24px;
	width:50px;
	background-position: 10px;
}

.journal_item .logo_abs{
	background: url('/i/journal_logos/journal_logos-99.svg') left no-repeat;
	background-size: 24px;
	width:50px;
	background-position: 10px;
}

.journal_item .logo_silvabalcanica{
	background: url('/i/journal_logos/journal_logos-100.svg') left no-repeat;
	background-size: 25px;
	width:50px;
	background-position: 14px;
}

.journal_item .logo_zitteliana{
	background: url('/i/journal_logos/journal_logos-101.svg') left no-repeat;
	background-size: 38px;
	width:50px;
	background-position: 5px;
}

.journal_item .logo_geologica-saxonica{
	background: url('/i/journal_logos/journal_logos-105.svg') left no-repeat;
	background-size: 25px;
	width:50px;
	background-position: 14px;
}

.journal_item .logo_aiep{
	background: url('/i/journal_logos/journal_logos-106.svg') left no-repeat;
	background-size: 25px;
	width:50px;
	background-position: 10px;
}

.journal_item .logo_languagesandmodalities{
	background: url('/i/journal_logos/journal_logos-107.svg') left no-repeat;
	background-size: 25px;
	width:50px;
	background-position: 10px;
}

.journal_item .logo_jbgs{
	background: url('/i/journal_logos/journal_logos-108.svg') left no-repeat;
	background-size: 25px;
	width:50px;
	background-position: 10px;
}

.journal_item .logo_biosystecol{
	background: url('/i/journal_logos/journal_logos-110.svg') left no-repeat;
	background-size: 25px;
	width:50px;
	background-position: 10px;
}

.journal_item .logo_vertebrate-zoology{
	background: url('/i/journal_logos/journal_logos-104.svg') left no-repeat;
	background-size: 25px;
	width:50px;
	background-position: 14px;
}

.journal_item .logo_arthropod-systematics{
	background: url('/i/journal_logos/journal_logos-103.svg') left no-repeat;
	background-size: 25px;
	width:50px;
	background-position: 14px;
}

.journal_item .logo_icf{
	background: url('/i/journal_logos/journal_logos-111.svg') left no-repeat;
	background-size: 25px;
	width:50px;
	background-position: 14px;
}

.journal_item .logo_jucs{
	background: url('/i/journal_logos/journal_logos-109.png') left no-repeat;
	background-size: 25px;
	width:50px;
	background-position: 14px;
}

.journal_item .logo_tuhinga{
	background: url('/i/journal_logos/journal_logos-113.svg') left no-repeat;
	background-size: 38px;
	width:50px;
	background-position: 8px;
}

.journal_item .logo_fr{
	background: url('/i/journal_logos/journal_logos-114.svg') left no-repeat;
	background-size: 30px;
	width:50px;
	background-position: 8px;
}

.journal_item .logo_plecevo{
	background: url('/i/journal_logos/journal_logos-118.jpg') left no-repeat;
	background-size: 24px;
	width:48px;
	background-position: 10px;
}

.journal_item .logo_contributions-to-entomology{
	background: url('/i/journal_logos/journal_logos-116.svg') left no-repeat;
	background-size: 22px;
	width:50px;
	background-position: 12px;
}

.journal_item .logo_brics-econ{
	background: url('/i/journal_logos/journal_logos-115.svg') left no-repeat;
	background-size: 22px;
	width:50px;
	background-position:12px;
}

fieldset.example_buttons .model_item{
	border-radius: 32px;
	box-shadow: 1px 2px 3px lightgray;
	color: white;
	cursor: pointer;
	font-weight: 500;
}

fieldset.example_buttons .model_item:hover{
	opacity: 0.8;
}

fieldset .model_item.example1{
	background: #00b2b2;
	color: white;
}

fieldset .model_item.example2{
	background: #223361;
	color: white;
}

fieldset .model_item.example3{
	background: #e86b89;
	color: white;
}


.footer-nav>div.foot>a{
	color: white;
	font-size: 1.1em;
	text-decoration: none;
	padding: 0px 5px;
	padding: 0 20px;
}

.footer-nav>div.foot>a:hover{
	opacity: 0.8;
}
.footer-nav>div.foot>div.social{
}
.footer-nav>div.foot>div.social>a{
	width:20px;
	height:20px;
	display:inline-block;
	padding: 0 1px;
}
.follow-on {
	margin-right: 10px;
}
div.tw, div.fb, div.in {
/*	margin: 0px 5px;
	display: inline;*/
	display:flex;
	justify-content: flex-start;
	padding:0;
	margin-left: 10px;
}
a.facebook {
	background: url("/i/icons-05.svg") top left no-repeat;
	background-size: 20px 20px;
}
a.twitter {
	background: url("/i/twitter-arpha-green.svg") top left no-repeat;
	background-size: 20px 20px;
	display: block;
	width: 20px;
	height: 20px;
}
a.in {
	background: url("/i/linkedin.svg") top left no-repeat;
	background-size: 20px 18px;
	display: block;
	width: 20px;
	height: 20px;
}

a.powered_by_logo{
	background: url("/i/icons-04.svg") no-repeat scroll left center;
	width: 100px;
	height:20px;
	display:inline-block;
}

a.jname:hover .journal_item{
	opacity:0.8;
}

span.cap {
/*	color: #58d9d5;*/
	font-weight: 500;
	/* box-shadow: 1px 1px 1px 1px white; */
	text-decoration: underline;
}


.video-holder{
	text-align:center;
	width:700px;
	height:394px;
	box-shadow: 0px 0px 30px 3px rgba(0, 0, 0, 0.25);
}


.contacts_row_wrapper1,
.contacts_row_wrapper2{
	width: 100%;
	margin: 0px auto;
	background: #fff;
}

.contacts_row_wrapper2{
	background: #f3f3f3;
}

.contacts_row1,
.contacts_row2,
.contacts_row3{
	max-width: 666px;
	margin: 0 auto;
	padding: 60px 0;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.con1, .con2, .con3{
	min-width: 300px;
	margin: 0px 10px;
}
.con4{
	min-width: 702.5px;
	display: flex;
	justify-content: space-between;
	background: #f3f3f3;
	padding: 20px;
}
.con2{
	display: none;
}


@media screen and (max-width: 1024px) {
	.contacts_row1,
	.contacts_row2,
	.contacts_row3{
		justify-content: center;
	}
	.con1, .con2, .con3, .con4{
		margin: 25px 5px;
	}

/*	.page-wrapper.contacts footer.main-footer{
		position: relative;
	}*/

	.shrink .about_title  {
		min-height: 135px;
/*		height: auto;
		font-size:1em;
		z-index: 10;*/
	}
	.shrink .main-header  {
		min-height: 150px;
/*		height: auto;
		font-size:1em;
		z-index: 10;*/
	}
	.shrink .about_title h1  {
		padding: 50px 0;
		font-size: 2.5em;
/*		min-height:0;
		font-size: 0px;*/
	}
}

@media screen and (min-width: 1024px) {
	.about_title h1{
			padding: 100px 0;
	}
	@media screen and ( min-height: 800px ){
			.page-wrapper.contacts footer.main-footer{
				position: fixed;
				bottom: 0;
			}
		}
}


.con_title{
	font-size: 1.3em;
	font-weight: 500;
	text-align: left;
}
.con_title a{
	color: #27b1b1;
}
.con_position, .address{
	font-size: 1em;
	line-height: 1.6em;
	text-align: left;
}
.email{
	font-size: 0.9em;
	line-height: 1.6em;
	text-align: left;
}
.office_address, .office_address .address{
	text-align: left;
}

.photo1, .photo2, .photo3, .photo4, .photo5, .photo6 {
	width: 270px;
	height: 270px;
	background: #989571;
	margin: 40px 0;
	/*border-radius:100%;*/
	border-radius:3px;
	display: flex;
	transition: all .2s ease-in-out;
}

.addr_icon, .tel_icon, .email_icon, .wechat_icon {
	width: 20px;
	height: 20px;
	display: inline-block;
	margin-right: 10px;
	position: relative;
	top: 3px;

}

.addr_icon {
	background: url('/i/addr_icon.svg') no-repeat center;
	background-size: cover;
}
.tel_icon {
	background: url('/i/tel_icon.svg') no-repeat center;
	background-size: cover;
}
.email_icon {
	background: url('/i/email_icon.svg') no-repeat center;
	background-size: cover;
}
.wechat_icon {
	background: url('/i/wechat_icon.svg') no-repeat center;
	background-size: cover;
}


.address{
	padding-left: 30px;
	text-indent: -30px;
}

.contacts_row1 .photo1{
	background: url('/i/Penev.png') no-repeat center;
	background-size: 100%;
}


.contacts_row1 .photo2{
	background: url('/i/Wahls.png') no-repeat center;
	background-size: 100%;
}

.contacts_row1 .photo3{
	background: url('/i/Kuzmova.png') no-repeat center;
	background-size: 100%;
}

.contacts_row2 .photo1{
	background: url('/i/slavena_peneva.png') no-repeat center;
	background-size: 130%;
}


.contacts_row1 .photo1:hover,
.contacts_row1 .photo2:hover,
.contacts_row1 .photo3:hover,
.contacts_row2 .photo1:hover,
.contacts_row2 .photo2:hover,
.contacts_row2 .photo3:hover,
.contacts_row3 .photo1:hover{
	transform: scale(1.1);
}

.contacts_row1.personal .photo1:hover,
.contacts_row1.personal .photo2:hover,
.contacts_row1.personal .photo3:hover,
.contacts_row2.personal .photo1:hover,
.contacts_row2.personal .photo2:hover,
.contacts_row2.personal .photo3:hover,
.contacts_row3.personal .photo1:hover{
	transform: none;
}


@media screen and (max-width: 639px) {
	.footer-nav>ul{
		justify-content: center;
	}
	.head-items>ul>li:first-of-type{
		width: 100%;
	}
	.grey_wrapper,
	.white_wrapper{
		padding: 20px 10px;
	}
	.content_wrapper{
		padding: 0;
		/*margin-top: 400px;*/
	}
	fieldset.journals{
		width: 92%;
	}
	fieldset.journals legend{
		font-size: 1.1em;
	}
	.content_wrapper svg{
		width: 100%;
	}
	.service_holder span.icon1, .service_holder span.icon2, .service_holder span.icon3, .service_holder span.icon4, .service_holder span.icon5, .service_holder span.icon6, .service_holder span.icon7, .service_holder span.icon8, .service_holder span.icon9, .service_holder span.icon10, .service_holder span.icon11, .service_holder span.icon12, .service_holder span.icon13, .service_holder span.icon14, .service_holder span.icon15, .service_holder span.icon16, .service_holder span.icon17, .service_holder span.icon18{
		width: 90px;
		height: 113px;
	}
	.model_item{
		padding: 0 4px;
	}
	.about_title h1{
		padding: 80px 0;
	}
	.main-header>div.content_wrapper>.header-nav ul {
		flex-direction: column;
		align-items: center;
		margin: 0;
	}
	.home_page_services_holder{
		width: 100%;
	}
	.list{
		padding: 0;
	}
	.tit{
		padding: 0 0 0 20px;
	}
	.service_wrapper{
		width: 100%;
	}
	.service_wrapper ol.description{
		width: 90%;
	}
	.video-holder{
		text-align:center;
		width:100%;
		height:300px;
	}
}

/* TIPS and TRICKS*/

body p, body ul {
	line-height: 2em;
	font-size: 1.1em;
	/*font-family: OpenSans;*/
	font-family: 'Muli', sans-serif
}
body p {
	font-size: 1.25em;
}
body p a,
ul.arrow_list li a
{
	font-weight:bold;
}
body .page_wrap{
	height: 100%;
}

body .page_wrap .wrap {
	margin: 0;
	width: 100%;
	height: 100%;
	display: flex;
}
.leftSiderBlock {
	/*width: 70%;*/
	/*float:left;*/
}

.journalListStories{
	/*width: 70%;*/
	color:#010640;
}


/* menu */
#aboutlb.siderBlockLinksHolder{
	padding: 10px 15px;
	min-width: 200px;
}
.siderBlockLinksHolder .topLevelMenu,
.siderBlockLinksHolder .footLevelMenu {
	/*padding: 0px 20px 0px 20px;*/
}

.siderBlockLinksHolder .subLevelMenu .title a{
	position:relative;
	z-index:9;
}

.siderBlockLinksHolder .topLevelMenu.active > .title a,
.siderBlockLinksHolder .subLevelMenu .title a.active {
	font-weight: 500;
	color:#010640;
}

.siderBlockLinksHolder .topLevelMenu .title:hover{
	font-weight: 500;
	background: none;
	color:#010640;
}

.siderBlockLinksHolder .topLevelMenu.active > .title{
	font-weight: 500;
	background: url('/i/arrow_menu.svg') left no-repeat;
	padding-left:20px;
}

.siderBlockLinksHolder .subLevelMenu.active > .title a{
	background: url('/i/arrow_menu.svg') left no-repeat;
	color:#010640;
	margin-left: -19px;
	padding-left: 19px;
}

.siderBlockLinksHolder .topLevelMenu .title,
.siderBlockLinksHolder .footLevelMenu .title {
	font-size: 1em;
	font-family: Open Sans-Light, Open Sans, Tahoma;
	padding: 6px 0px;
}

.siderBlockLinksHolder .subLevelMenu {
	position: relative;
	z-index:9999;
	/*display: none;*/
	display: block;
}

.siderBlockLinksHolder .subLevelMenu .title {
	padding: 5px 0px 5px 27px;
	font-size: 0.8em;
	font-weight: normal;
	display: inline;
	float: left;
	clear: left;
/*	position: relative;
	z-index:9999;*/
}

.siderBlockLinksHolder .subLevelMenu:before {
	content: '';
	width: 0;
	height: 100%;
	position: absolute;
	border-left: 1px solid #E2E2E2;
	top: 0;
	left: 0px;
}
.siderBlockLinksHolder .subLevelMenu .title:before {
	position:absolute;
	content:'\00a0';
	width: 20px;
	margin-top: -9px;
	margin-left: -27px;
	border-bottom: 1px solid #E2E2E2;
	z-index: 0;
}
.siderBlockLinksHolder .title a {
	color: #010640;
}

.siderBlockLinksHolder .topLevelMenu span:first-of-type:before {
	top: 14px;
}
.siderBlockLinksHolder .topLevelMenu span:nth-of-type(n):before {
	border-left: 1px solid #E2E2E2;
	top: 14px;
}
.siderBlockLinksHolder .topLevelMenu span:last-of-type:before {
	top: -14px;
	border-left: none;
}

.siderBlockLinksHolder .subLevelMenu .title:hover{
	padding-left: 27px;
}

.siderBlockLinksHolder .subLevelMenu .title a.active{
	background: url('/i/arrow_menu.svg') left no-repeat;
	color:#010640;
	margin-left:-19px;
	padding-left:19px;
}

/* sub sub*/

.siderBlockLinksHolder .subSubLevelMenu {
	position: relative;
	z-index:9999;
	/*display: none;*/
	display: inline-block;
}

.siderBlockLinksHolder .subSubLevelMenu .title {
	padding: 5px 0px 5px 27px;
	font-size: 0.8em;
	font-weight: normal;
	/*display: block;NEW  inline*/
	margin-left:20px;/*NEW*/
	/*float: left;*/
	/*clear: left;*/
}

.siderBlockLinksHolder .subSubLevelMenu .title:before {
	position:absolute;
	content:'\00a0';
	width: 20px;
	margin-top: -9px;
	margin-left: -27px;
	border-bottom: 1px solid #E2E2E2;
	z-index: 0;
}

.siderBlockLinksHolder .subSubLevelMenu:before {
	content: '';
	width: 0;
	height: 118%;
	position: absolute;
	border-left: 1px solid #e2e2e2;
	top: 0;
	left: 20px;
}

.siderBlockLinksHolder .subLevelMenu span:first-of-type:before {
	border-left: 1px solid #e2e2e2;
	top: 14px;
}

.siderBlockLinksHolder .subLevelMenu span:nth-of-type(n):before {
	border-left: 1px solid #e2e2e2;
	top: 14px;
}

.siderBlockLinksHolder .subLevelMenu span:last-of-type:before {
	border-left: none;
	top: -14px;
}




.siderBlockLinksHolder .subSubLevelMenu .title:hover{
	padding-left: 27px;
}

.siderBlockLinksHolder .subSubLevelMenu .title a.active{
	background: url('/i/arrow_menu.svg') left no-repeat;
	color:#010640;
	margin-left:-19px;
	padding-left:19px;
}

/* end of sub sub*/
.scroll{
	overflow-y: auto;

}


.content-main {
	padding: 0 20px 30px 20px;
}

.storyRowTitle h1 {
	font-size: 2em;
	font-weight: bold;
	margin: 0 -20px 0px -20px;
	color: #010640;
	padding: 7px 20px;
	margin-top: 30px;

}

.preprintsStoryRowTitle h1 {
	font-size: 2em;
	font-weight: bold;
	/*margin: 0 -20px 0px -20px;*/
	padding: 7px 0px;
	margin: 30px 0;
}

.content-main>.holder+.holder .storyRowTitle h1 {
	margin-top: 60px;
}
/*
.topLevelContent > .holder + div.subLevelContent .storyRowTitle h2 {
	margin-top: 10px;
	font-size: 1.2em;
	font-weight: bold;
	color: #010640;
}*/

/*.topLevelContent{
	display:block
}*/

.holder .storyRowTitle+.content.journalListStories>br:last-child {
	display: none;
}

.content-main .holder:FIRST-CHILD .storyRowTitle h1 {
	border-top: none;
}

.content-main .topLevelContent:FIRST-CHILD .storyRowTitle h1 {
	margin-top: 0px;
}
/*////*/
.content-main .holder:FIRST-CHILD .storyRowTitle h2 {
	border-top: none;
}

.content-main .topLevelContent:FIRST-CHILD .storyRowTitle h2 {
	margin-top: 0px;
}

.tipsPage .simple-header{
	position: fixed;
	z-index: 3;
	top: 0px;
	width: 100%;
}

.tipsPage header{
/*	position: fixed;
	z-index: 2;
	top: 65px;*/
}

.tipsPage  #leftSider {
   /*flex: 1 0;*/
   /*position: relative;*/
   /*min-width: 230px;*/
}

.tipsPage .leftSiderBlock.about {
   position: fixed;
   top:329px;
}

.tipsPage  #leftSider.shrink .leftSiderBlock{
	 position: fixed;
	 top:65px;
}

.tipsPage footer{
/*	position: relative;
	bottom: -10px;
	z-index: 3;
	width: 100%;*/
	min-width: 1280px;
	margin-bottom: -20px;
}

/*span.step {
	background: #27b1b1;
	color: #fff;
	padding: 1px 9px;
	border-radius: 4px;
	margin-top: 10px;
	display: inline-block;
	text-indent: 0px;
	margin-right: 4px;
}*/



span.step{
	background: #27b1b1;
	color:#fff;
	padding: 0px 14px;
	border-radius: 4px;
	margin-top: 10px;
  display: inline-block;
	text-indent: 0px;
	margin-right: 4px;
}

.fixed{
	position: fixed;
	top: 310px;
}

.tipsPage .content_wrapper{
	width: 100%;
	position:relative;
	/*display: flex;*/
}

.tipsPage div#content .holder:first-child .itemAnchor1 {
	height: 310px;
	margin-top: -310px;
}

.tipsPage div#content .holder:nth-child(2) .itemAnchor2 {
	height: 310px;
	margin-top: -310px;
}

.tipsPage div#content .holder:FIRST-CHILD .storyRowTitle h1 {
	border-top: none;
}

/* .tipsPage div#content .topLevelContent:FIRST-CHILD .storyRowTitle h1 {
	margin-top: 0px;
} */


.topLevelContent .subLevelContent .content.journalListStories{
	margin-bottom: 100px;
}

.tipsPage .holder .itemAnchor1{
	height: 310px;
	margin-top: -310px;
	visibility: hidden;
	display: block;
}
.tipsPage .holder .itemAnchor2{
	height: 310px;
	margin-top: -310px;
	visibility: hidden;
	display: block;
}

.tipsPage  .holder .itemAnchor3 {
	height: 310px;
	margin-top: -310px;
	visibility: hidden;
	display: block;
}

.tipsPage .holder .imageWrapper{
	border: 1px solid lightgray;
	background: #E2E2E2;
	padding: 10px;
	width:calc(100% - 56px);
	margin-left: 36px;
	margin-right: 20px;
}

.tipsPage .holder .imageWrapper img{
	width: 100%;
	height: auto;
}


.tipsPage .page_wrap {
	/*max-width: 1280px;*/
	margin: auto;
	/*display: flex;*/
	position: relative;
}

.tipsPage div#content{
	/*-webkit-flex: 3 0 0;*/
	/*-ms-flex: 3 0 0;*/
	/*flex: 3 0;*/
	padding-left:20px;
	overflow: hidden;
}
/*
 .tipsPage div#content img{
	display:none;
} */

.tipsPage div#content .imageWrapper img{
	display:block;
}

.tipsPage p, li{
	line-height: 1.7em;
}

.tipsPage p{
	margin-left: 36px;
  text-indent: -36px;
}

.tipsPage ul{
	margin-left: 16px;
}

.tipsPage li{
	text-indent: 0px;
}

.ps-scrollbar-y{
	display:none;
}

p.Normal_P{
	margin-left: 0px;
	text-indent: 0px;
}

p.Indent_P{
	margin-left: 36px;
	text-indent: 0px;
}

/*dropdown menu platform*/



.main_67 {
	position: relative;
	display: inline-block;
}

.main_67 a {
/*    background-color: #4CAF50;
	color: white;
	padding: 16px;
	font-size: 16px;
	border: none;
	cursor: pointer;*/
}

.dropdown-content {
	display: none;
	position: absolute;
	background-color: #f9f9f9;
	min-width: 180px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 999999999;
	border-radius: 5px;
}

.dropdown-content a {
	color: black;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
	font-size: 1em;
	text-align: left;
}

.dropdown-content a:hover { color:#27b1b1; }

.main_67:hover .dropdown-content {
	display: block;
}

.main_67:hover .dropbtn {
	background-color: #3e8e41;
}

.video_box {
	color: #00AFAE;
	font-size: 18px;
	line-height: 26px;
	font-weight: bold;
	text-transform: uppercase;
	border: 1px solid #fff;
	border-radius: 3px;
	max-width: 322px;
	max-height: 171px;
	margin: 80px auto;
	/*background: #262938;*/
	background-color: rgba(38, 41, 56, 0.8);
	/*background: url(/i/services.png) no-repeat center center;*/
	max-width: 384px;
}
.video_box a{
	display:block;
	color: #00AFAE;
	padding: 40px 0px;
	font-size: 18px;
	font-weight: bold;
}

.video_box .img {
	background: url(/i/watch_video.svg) no-repeat center right;
	background-size: 60% 60%;
	height: 106px;
	width: 100%;
	cursor: pointer;
}

.video_box:hover .img,
.video_box:hover a {
	opacity: 0.8;
}

.platform_box, .services_box, .partners_box{
	color: #00AFAE;
	font-size:18px;
	line-height:26px;
	font-weight:bold;
	text-transform: uppercase;
	border: 1px solid #fff;
	border-radius: 3px;
	max-width: 384px;
	max-height: 171px;
	margin: 50px auto;
}

.platform_box a, .services_box a, .partners_box a{
	display:block;
	color: #00AFAE;
	padding: 40px 0px;
}

.platform_box a:hover, .services_box a:hover, .partners_box a:hover{
	opacity: 0.8;
}

.platform_box{
	background: url(/i/platform.png) no-repeat center center;
}

.services_box{
	background: url(/i/services.png) no-repeat center center;
}

.partners_box{
	background: url(/i/partners.png) no-repeat center center;
}

.academic_journals_box, .open_access_books_box, .conference_outputs_box{
	color: #00002B;
	font-size:18px;
	line-height:26px;
	font-weight:bold;
	text-transform: uppercase;
	border: 1px solid #00002B;
	border-radius: 3px;
	max-width: 384px;
	max-height: 171px;
	margin: 50px auto 0 auto;
}

.academic_journals_box a, .open_access_books_box a, .conference_outputs_box a{
	display:block;
	color: #00002B;
	padding: 40px 0px;
}
.academic_journals_box:hover, .open_access_books_box:hover, .conference_outputs_box:hover,
.platform_box:hover, .services_box:hover, .partners_box:hover{
	opacity: 0.8;
}
/*.academic_journals_box:hover, .open_access_books_box:hover, .conference_outputs_box:hover {
	opacity: 0.8;
	background: #00AFAE;
}*/
.academic_journals_box a:hover, .open_access_books_box a:hover, .conference_outputs_box a:hover{
	opacity: 0.8;
	/*color: #fff;*/
}

.academic_journals_box{
	background: url(/i/academic-journals.png) no-repeat center center;
}

.open_access_books_box{
	background: url(/i/open-access-books.png) no-repeat center center;
}

.conference_outputs_box{
	background: url(/i/conference-outputs.png) no-repeat center center;
}

.get_a_quote_box, .watch_video_box, .visit_our_blog_box{
	color: #ffffff;
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 50px auto 50px auto;
	display: block;
	max-width: 384px;
	width: 100%;
}
.get_a_quote_box .text, .watch_video_box .text, .visit_our_blog_box .text{
	display:block;
	color: #ffffff;
	/*margin-top:50px;*/
	padding: 15px 20px;
	border-radius: 2px;
}

.get_a_quote_box .text{
	background: #E36D89;
}
.watch_video_box .text{
	background: #00AFAE;
}
.visit_our_blog_box .text{
	background: #010540;
}

.get_a_quote_box:hover .text, .watch_video_box:hover .text, .visit_our_blog_box:hover .text{
	opacity: 0.8;
}
.get_a_quote_box .img {
	background: url(/i/get_a_quote.svg) no-repeat center center;
	background-size: 50% 50%;
	height: 150px;
	width: 100%;
}
.watch_video_box .img {
	background: url(/i/watch_video.svg) no-repeat center center;
	background-size: 50% 50%;
	height: 150px;
	width: 100%;
}

.visit_our_blog_box .img {
	background: url(/i/visit_our_blog.svg) no-repeat center center;
	background-size: 50% 50%;
	height: 150px;
	width: 100%;
}


/*.main-header {
	height: 600px;
	transition: all 0.4s ease-in-out;
}*/
/*
@media only screen and (min-width: 48em)
.shrink .header-bee {
	min-height: 135px;
	height: auto;
}*/

.main-header-logo{
	/*padding:20px;*/
}
.main-header-logo img{
	width:50%;
}

.arpha_abbr{
	margin: 50px 0;
	line-height: 1.7em;
	/*transition: all 0.7s ease-in-out;*/
}

.arpha_abb_word{
	white-space: nowrap;
}

.open_access_logo {
	background: url(/i/open_access_icon.svg) no-repeat center center;
	background-position: center;
	min-height: 50px;
	margin: 50px 0;
}

/*.right_sidebar{
	width: 100%;
}*/

.left_sidebar{
	width: 100%;
	z-index: 9;
	top: 334px;
	position: fixed;
	left: 0;
	width: 100%;
	/*max-width: 1280px;*/
	transition: all 0.7s ease-in-out;
	padding: 10px 0;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	/*border-bottom: 1px solid;*/
	/*margin: 0 -20px;*/
	-webkit-box-shadow: 0px 12px 20px -12px #0000001f;
	   -moz-box-shadow: 0px 12px 20px -12px #0000001f;
			box-shadow: 0px 12px 20px -12px #0000001f;
}

.left_sidebar > div:first-of-type{
	max-width: 1280px;
	display: flex;
	white-space:nowrap;
	justify-content: space-between;
	flex: 0 0 100%;
}

.left_sidebar.shrink{
	top: 54px;
}

.left_sidebar a {
	color: #00AFAE;
	/*font-family: Lato;*/
	font-family: 'Muli', sans-serif;
	font-size: 1.1em;
	line-height: 1.9em;
	/* text-transform: uppercase; */
	font-weight: normal;
}
.left_sidebar a:hover,
.left_sidebar ul li.selected a {
	color: #00AFAE;
	opacity: 0.8;
	/*font-weight: bold;*/
}
.publish_type{
	padding: 20px;
/*	display: flex;
	flex-wrap: wrap;
	justify-content: center;*/
}

.publish_type a{
	padding:20px 0px;
	font-weight: bold;
	text-transform: uppercase;
	border: 1px solid #010540;
	border-radius: 33px;
	color: #010540;
	width: 100% !important;
	white-space: nowrap;
	text-align: center;
	vertical-align: middle;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1.3em;
}

.publish_type a.publish_type_1{
	background: url(/i/academic-journals.png) no-repeat center center;
	background-size:cover;
}
.publish_type a.publish_type_2{
	background: url(/i/open-access-books.png) no-repeat center center;
	background-size:cover;
}
.publish_type a.publish_type_3{
	background: url(/i/conference-outputs.png) no-repeat center center;
	background-size:cover;
}
.publish_type a.publish_type_4{
	background: url(/i/conference-proceedings.png) no-repeat center center;
	background-size:cover;
}
.publish_type a.publish_type_5{
	background: url(/i/open-access-books.png) no-repeat center center;
	background-size:cover;
}

.publish_type a:hover, .publish_type a.selected{
	background: #00AFAE;
	color: #fff;
}

.who_holder{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top:20px;
}

.who_holder a{
	font-family: MuseoSans;
	font-size: 20px;
	color: #010540;
	text-align: center;
/*	display: flex;
	flex-wrap: wrap;*/
	width: 133px;
}

/*.who_holder a:hover{
	opacity: 0.8;
}*/

.who_holder a span{
	width: 100%;
	display: flex;
	flex-direction: column;
	margin-top:30px;
	font-size: 20px;
}

.who_holder a span.who-icon{
	height: 110px;
	margin-top:0px;
}

.who_holder a.who-1 span.who-icon{
	 background: url(/i/who-icon-1.svg) top center no-repeat;
	 background-size: contain;
}
.who_holder a.who-2 span.who-icon{
	 background: url(/i/who-icon-2.svg) top center no-repeat;
	 background-size: contain;
}
.who_holder a.who-3 span.who-icon{
	 background: url(/i/who-icon-3.svg) top center no-repeat;
	 background-size: contain;
}
.who_holder a.who-4 span.who-icon{
	 background: url(/i/who-icon-4.svg) top center no-repeat;
	 background-size: contain;
}
.who_holder a.who-5 span.who-icon{
	 background: url(/i/who-icon-5.svg) top center no-repeat;
	 background-size: contain;
}

.how_holder{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	margin-top:20px;
	font-size: 20px;
}

.how_holder a{
	font-family: MuseoSans;
	font-size: 20px;
	color: #010540;
	text-align: center;
	/*font-size: 14px;*/
	color: #010540;
	text-align: center;
/*	display: flex;
	flex-wrap: wrap;*/
	width: 110px;
	font-size: 20px;
}

/*.how_holder a:hover{
	opacity: 0.8;
}*/

.how_holder a span{
	width: 100%;
	display: flex;
	flex-direction: column;
	width: 110px;
	line-height: 1.3em;
	margin-top: 10px;
	vertical-align:text-top;
	font-family: Muli-bold;
	font-size: 20px;
}

.how_holder a span.how-icon{
	 height: 133px;
	 margin-top: 0px;
}

.how_holder a.how-1 span.how-icon{
	 background: url(/i/how-icon-1.svg) top center no-repeat;
	 background-size: contain;
}
.how_holder a.how-2 span.how-icon{
	 background: url(/i/how-icon-2.svg) top center no-repeat;
	 background-size: contain;
}
.how_holder a.how-3 span.how-icon{
	 background: url(/i/how-icon-3.svg) top center no-repeat;
	 background-size: contain;
}
.how_holder a.how-4 span.how-icon{
	 background: url(/i/how-icon-4.svg) top center no-repeat;
	 background-size: contain;
}
.how_holder a.how-5 span.how-icon{
	 background: url(/i/how-icon-5.svg) top center no-repeat;
	 background-size: contain;
}
.how_holder a.how-6 span.how-icon{
	 background: url(/i/how-icon-6.svg) top center no-repeat;
	 background-size: contain;
}
.how_holder a.how-7 span.how-icon{
	 background: url(/i/how-icon-7.svg) top center no-repeat;
	 background-size: contain;
}

.two_arrows_down{
	margin: 50px auto 0px;
}
/*.two_arrows_up{
	margin: 0px auto 50px;
}*/

div.hr {
	width: 100%;
	height: 1px;
	background: #D0D2D3;
	position:relative;
}

.two_arrows_down:after  {
	display: inline-block;
	position: absolute;
	content: "";
	top: -6px;
	left: 50%;
	width: 14px;
	height: 14px;
	transform: rotate(45deg);
	border-right: 1px solid #D0D2D3;
	border-bottom: 1px solid #D0D2D3;
	background: #fff;
}

.subcontent_container{
	list-style-type: none;
	padding: 20px 40px;
	margin: 60px 0px;
	width:100%;
	background: #f1f1f1;
	border-radius: 4px;
	display:flex;
	flex-wrap:wrap;
	flex-direction:row;
	justify-content:flex-start;
	align-items:stretch;
}

.subcontent_container p {
	width:100%;
}


a.partners_and_clients{
	width:45%;
	text-transform: uppercase;
	background:#00AFAE;
	padding: 18px 0;
	justify-content: center;
	color: #ffffff;
	margin: 50px auto;
	border-radius: 30px;
	font-weight: bold;
	font-size: 1.4em;
	display: flex;
}

a.get_a_quote{
	width:45%;
	text-align: center;
	text-transform: uppercase;
	background:#E36D89;
	padding: 10px 0;
	justify-content: center;
	color: #ffffff;
	margin: 50px auto 0 auto;;
	border-radius: 30px;
	font-weight: bold;
	display: flex;
}

a.partners_and_clients:hover, a.get_a_quote:hover{
	opacity: 0.8;
}
#accordion{
	width:100%;
	text-align: center;
	display: block;
}

.accordion-toggle {cursor: pointer;}
.accordion-content {display: none;}
.accordion-content.default {display: block;}

#footer-accordion{
	width:100%;
	/*display: block;*/
}

/*.footer-accordion-toggle {cursor: pointer;}*/
.footer-accordion-content {display: block;}
.footer-accordion-content.default {display: block;}

a.journals_list{
	width:100%;
	background: url(/i/journals-list-bg.png) top center no-repeat;
	background-size: cover;
	font-weight: bold;
	text-transform: uppercase;
	border: 1px solid #010540;
	border-radius: 30px;
	color: #010540;
	white-space: nowrap;
	text-align: center;
	margin: 10px 0px;
	padding: 20px 0px;
	vertical-align: middle;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1.3em;
}

a.journals_list:hover{
	background: #00AFAE;
	color: #fff;
}

ul.journals_list, ul.books_list, ul.abstracts_list, ul.arrow_list{
	list-style-type: none;
	padding: 20px 40px;
	margin: 60px 0px;
	width:100%;
	background: #f1f1f1;
	border-radius: 4px;
	display:flex;
	flex-wrap:wrap;
	flex-direction:row;
	justify-content:flex-start;
	align-items:stretch;
}

ul.journals_list li, ul.books_list li, ul.abstracts_list li{
	padding: 10px 20px 10px 40px;
	margin: 8px 0;
	font-size: 1em;
	width: 50%;
}

ul.arrow_list{
	border-radius: 4px;
	margin: 0px 0px 30px 0px;
	font-weight: normal;
}

ul.arrow_list li{
	padding-left: 60px;
	margin: 6px 0;
	font-size: 1.25em;
}
ul.arrow_list li ul.arrow_list li{
	padding-left: 60px;
	margin: 6px 0;
	font-size: 0.85em;
}
ul.arrow_list li:first-child {
	margin-top: 0;
}
ul.arrow_list li.list-icon-arrow{
	background: url(/i/list-icon-arrow.svg) left no-repeat;
	background-size: 40px;
	background-position-y: 12px;
	width: 100%;
}

ul.journals_list li.list-icon-1{
	background: url(/i/list-icon-1.svg) left no-repeat;
	background-size: 25px;
	background-position: 0 15px;
}
ul.journals_list li.list-icon-2{
	background: url(/i/list-icon-2.svg) left no-repeat;
	background-size: 25px;
	background-position: 0 15px;
}
ul.journals_list li.list-icon-3{
	background: url(/i/list-icon-3.svg) left no-repeat;
	background-size: 25px;
	background-position: 0 15px;
}
ul.journals_list li.list-icon-4{
	background: url(/i/list-icon-4.svg)left no-repeat;
	background-size: 25px;
	background-position: 0 15px;
}
ul.journals_list li.list-icon-5{
	background: url(/i/list-icon-5.svg) left no-repeat;
	background-size: 25px;
	background-position: 0 15px;
}
ul.journals_list li.list-icon-6{
	background: url(/i/list-icon-6.svg) left no-repeat;
	background-size: 25px;
	background-position: 0 15px;
}
ul.journals_list li.list-icon-7{
	background: url(/i/list-icon-7.svg) left no-repeat;
	background-size: 25px;
	background-position: 0 15px;
}
ul.journals_list li.list-icon-8{
	background: url(/i/list-icon-8.svg) left no-repeat;
	background-size: 25px;
	background-position: 0 15px;
}
ul.journals_list li.list-icon-9{
	background: url(/i/list-icon-9.svg) left no-repeat;
	background-size: 25px;
	background-position: 0 15px;
}
ul.journals_list li.list-icon-10{
	background: url(/i/list-icon-10.svg) left no-repeat;
	background-size: 25px;
	background-position: 0 15px;
}
ul.journals_list li.list-icon-11{
	background: url(/i/list-icon-11.svg) left no-repeat;
	background-size: 25px;
	background-position: 0 15px;
}
ul.journals_list li.list-icon-12{
	background: url(/i/list-icon-12.svg) left no-repeat;
	background-size: 25px;
	background-position: 0 15px;
}
ul.journals_list li.list-icon-13{
	background: url(/i/list-icon-13.svg) left no-repeat;
	background-size: 25px;
	background-position: 0 15px;
}
ul.journals_list li.list-icon-14{
	background: url(/i/list-icon-14.svg) left no-repeat;
	background-size: 25px;
	background-position: 0 15px;
}
/*ul.journals_list li.list-icon-12:before{
	content: '';
	width: 25px;
	height: 25px;
	position: absolute;
	background-image: url(/i/list-icon-12.svg);
	background-size: cover;
	background-position: center;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}*/

/* list items books */

ul.books_list li.list-icon-1{
	background: url(/i/list-icon-1.svg) left no-repeat;
	background-size: 25px;
	background-position: 0 15px;
}
ul.books_list li.list-icon-2{
	background: url(/i/list-icon-2.svg) left no-repeat;
	background-size: 25px;
	background-position: 0 15px;
}
ul.books_list li.list-icon-3{
	background: url(/i/list-icon-3.svg) left no-repeat;
	background-size: 25px;
	background-position: 0 15px;
}
ul.books_list li.list-icon-4{
	background: url(/i/list-icon-4.svg)left no-repeat;
	background-size: 25px;
	background-position: 0 15px;
}
ul.books_list li.list-icon-5{
	background: url(/i/list-icon-5.svg) left no-repeat;
	background-size: 25px;
	background-position: 0 15px;
}
ul.books_list li.list-icon-6{
	background: url(/i/list-icon-6.svg) left no-repeat;
	background-size: 25px;
	background-position: 0 15px;
}
ul.books_list li.list-icon-7{
	background: url(/i/list-icon-7.svg) left no-repeat;
	background-size: 25px;
	background-position: 0 15px;
}
ul.books_list li.list-icon-8{
	background: url(/i/list-icon-8.svg) left no-repeat;
	background-size: 25px;
	background-position: 0 15px;
}
ul.books_list li.list-icon-9{
	background: url(/i/list-icon-9.svg) left no-repeat;
	background-size: 25px;
	background-position: 0 15px;
}
ul.books_list li.list-icon-10{
	background: url(/i/list-icon-10.svg) left no-repeat;
	background-size: 25px;
	background-position: 0 15px;
}
ul.books_list li.list-icon-11{
	background: url(/i/list-icon-11.svg) left no-repeat;
	background-size: 25px;
	background-position: 0 15px;
}
ul.books_list li.list-icon-12{
	background: url(/i/list-icon-12.svg) left no-repeat;
	background-size: 25px;
	background-position: 0 15px;
}
ul.books_list li.list-icon-13{
	background: url(/i/list-icon-13.svg) left no-repeat;
	background-size: 25px;
	background-position: 0 15px;
}
ul.books_list li.list-icon-14{
	background: url(/i/list-icon-14.svg) left no-repeat;
	background-size: 25px;
	background-position: 0 15px;
}
ul.books_list li.list-icon-15{
	background: url(/i/list-icon-1.svg) left no-repeat;
	background-size: 25px;
	background-position: 0 15px;
}
ul.books_list li.list-icon-16{
	background: url(/i/list-icon-2.svg) left no-repeat;
	background-size: 25px;
	background-position: 0 15px;
}
ul.books_list li.list-icon-17{
	background: url(/i/list-icon-3.svg) left no-repeat;
	background-size: 25px;
	background-position: 0 15px;
}

/* list items conference abstracts */

ul.abstracts_list li.list-icon-1{
	background: url(/i/list-icon-1.svg) left no-repeat;
	background-size: 25px;
	background-position: 0 15px;
}
ul.abstracts_list li.list-icon-2{
	background: url(/i/list-icon-2.svg) left no-repeat;
	background-size: 25px;
	background-position: 0 15px;
}
ul.abstracts_list li.list-icon-3{
	background: url(/i/list-icon-3.svg) left no-repeat;
	background-size: 25px;
	background-position: 0 15px;
}
ul.abstracts_list li.list-icon-4{
	background: url(/i/list-icon-4.svg)left no-repeat;
	background-size: 25px;
	background-position: 0 15px;
}
ul.abstracts_list li.list-icon-5{
	background: url(/i/list-icon-5.svg) left no-repeat;
	background-size: 25px;
	background-position: 0 15px;
}
ul.abstracts_list li.list-icon-6{
	background: url(/i/list-icon-6.svg) left no-repeat;
	background-size: 25px;
	background-position: 0 15px;
}
ul.abstracts_list li.list-icon-7{
	background: url(/i/list-icon-7.svg) left no-repeat;
	background-size: 25px;
	background-position: 0 15px;
}
ul.abstracts_list li.list-icon-8{
	background: url(/i/list-icon-8.svg) left no-repeat;
	background-size: 25px;
	background-position: 0 15px;
}
ul.abstracts_list li.list-icon-9{
	background: url(/i/list-icon-9.svg) left no-repeat;
	background-size: 25px;
	background-position: 0 15px;
}
ul.abstracts_list li.list-icon-10{
	background: url(/i/list-icon-10.svg) left no-repeat;
	background-size: 25px;
	background-position: 0 15px;
}
ul.abstracts_list li.list-icon-11{
	background: url(/i/list-icon-11.svg) left no-repeat;
	background-size: 25px;
	background-position: 0 15px;
}
ul.abstracts_list li.list-icon-12{
	background: url(/i/list-icon-12.svg) left no-repeat;
	background-size: 25px;
	background-position: 0 15px;
}
ul.abstracts_list li.list-icon-13{
	background: url(/i/list-icon-13.svg) left no-repeat;
	background-size: 25px;
	background-position: 0 15px;
}
ul.abstracts_list li.list-icon-14{
	background: url(/i/list-icon-14.svg) left no-repeat;
	background-size: 25px;
	background-position: 0 15px;
}






/*  */

.distinctive_features{
	font-size: 27px;
	font-weight: bold;
}

.projects_services .accordion-border{
	background: #efefef;
	border: 1px solid #b7b7b7;
	border-radius: 0 3px 3px 3px;
	margin-bottom: 20px;
	color: #01002b;
}
.projects_services .accordion-content{
	padding: 8px 28px;
}

.projects_services .accordion-content a{
	font-weight: bold!important;
}


.projects_services .accordion-toggle .green_bullet{
	max-width: 70px;
	height: 70px;
	background: #01002b;
	margin-right: 15px;
}

.projects_services .accordion-toggle{
	cursor: pointer;
	font-size: 17px;
	font-family: Muli, sans-serif;
	font-weight: bold;
	cursor: pointer;
	color: #01002b;

	/*padding: 26px 15px;*/
}

.projects_services .col-md-6{
	padding-left: 0!important;
	padding-right: 19px!important;
}

.projects_services .plusminus{
	margin-right: 5px;
	cursor: pointer;
	color: #fff;
	background: #00b1b0;
	padding: 6px 15px;
	border-radius: 3px;
	font-size: 20px;
	width: 40px;
	height: 40px;
	display: inline-block;
}

.projects_services .accordion-border p{
	font-size: 1em;
	line-height: 1.6em;
}

.projects_services table{
	padding: 0;
	margin: 0;
	border: 1px solid #b7b7b7;
	border-bottom: none;
	border-right: none;
	border-spacing: 0!important;
	background: #fff;
}

.projects_services table thead{
	text-align: center;
}
.projects_services table tr td{
	padding: 10px;
	margin: 0!important;
	border-bottom: 1px solid #b7b7b7;
	border-right: 1px solid #b7b7b7;
}


.projects_services ul{
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.projects_services ul li::before {
	content: "\2022";
	color: #00b1b0;
	font-weight: bold;
	display: inline-block;
	width: 20px;
	margin-left: -20px;
}

.projects_services ul li{
	margin: 0;
	padding: 5px 0 5px 44px;
	list-style: none;
	background-image: url(/i/svg/bullet-04.svg);
	background-repeat: no-repeat;
	background-position: 20px 16px;
	background-size: 14px;
	font-size: 16px;
	font-family: Muli, sans-serif;
	line-height: 1.6em;
}

/* left column*/

.projects_services div:nth-child(1) div.accordion-border:nth-of-type(1) div.accordion-toggle:nth-of-type(1) .green_bullet {
	background: #01002b url("/i/svg/Icons_1.svg") center no-repeat;
	background-size: cover;
}

.projects_services div:nth-child(1) div.accordion-border:nth-of-type(2) div.accordion-toggle:nth-of-type(1) .green_bullet {
	background: #01002b url("/i/svg/Icons_3.svg") center no-repeat;
	background-size: cover;
}

.projects_services div:nth-child(1) div.accordion-border:nth-of-type(3) div.accordion-toggle:nth-of-type(1) .green_bullet {
	background: #01002b url("/i/svg/Icons_6.svg") center no-repeat;
	background-size: cover;
}

.projects_services div:nth-child(1) div.accordion-border:nth-of-type(4) div.accordion-toggle:nth-of-type(1) .green_bullet {
	background: #01002b url("/i/svg/Icons_7.svg") center no-repeat;
	background-size: cover;
}

.projects_services div:nth-child(1) div.accordion-border:nth-of-type(5) div.accordion-toggle:nth-of-type(1) .green_bullet {
	background: #01002b url("/i/svg/Icons-09.svg") center no-repeat;
	background-size: cover;
}

/* right column */

.projects_services div:nth-child(2) div.accordion-border:nth-of-type(1) div.accordion-toggle:nth-of-type(1) .green_bullet {
	background: #01002b url("/i/svg/Icons_2.svg") center no-repeat;
	background-size: cover;
}

.projects_services div:nth-child(2) div.accordion-border:nth-of-type(2) div.accordion-toggle:nth-of-type(1) .green_bullet {
	background: #01002b url("/i/svg/Icons_4.svg") center no-repeat;
	background-size: cover;
}

.projects_services div:nth-child(2) div.accordion-border:nth-of-type(3) div.accordion-toggle:nth-of-type(1) .green_bullet {
	background: #01002b url("/i/svg/Icons-06.svg") center no-repeat;
	background-size: cover;
}

.projects_services div:nth-child(2) div.accordion-border:nth-of-type(4) div.accordion-toggle:nth-of-type(1) .green_bullet {
	background: #01002b url("/i/svg/Icons_9.svg") center no-repeat;
	background-size: cover;
}

.projects_services div:nth-child(2) div.accordion-border:nth-of-type(5) div.accordion-toggle:nth-of-type(1) .green_bullet {
	background: #01002b url("/i/svg/Icons_10.svg") center no-repeat;
	background-size: cover;
}


/*  PREPRINTS */


.preprints_services .accordion-border{
	background: #efefef;
	border: 1px solid #b7b7b7;
	border-radius: 0 3px 3px 3px;
	margin-bottom: 20px;
	color: #01002b;
}
.preprints_services .accordion-content{
	padding: 8px 28px;
}

.preprints_services .accordion-content a{
	font-weight: bold!important;
}


.preprints_services .accordion-toggle .green_bullet{
	max-width: 70px;
	height: 70px;
	background: #01002b;
	margin-right: 15px;
}

.preprints_services .accordion-toggle{
	cursor: pointer;
	font-size: 17px;
	font-family: Muli, sans-serif;
	font-weight: bold;
	cursor: pointer;
	color: #01002b;
	width: 619px;

	/*padding: 26px 15px;*/
}

.preprints_services .col-md-6{
	padding-left: 0!important;
	padding-right: 19px!important;
}

.preprints_services .plusminus{
	margin-right: 5px;
	cursor: pointer;
	color: #fff;
	background: #2a7cce;
	padding: 6px 15px;
	border-radius: 3px;
	font-size: 20px;
	width: 40px;
	height: 40px;
	display: inline-block;
}

.preprints_services .accordion-border p{
	font-size: 1em;
	line-height: 1.6em;
}

.preprints_services table{
	padding: 0;
	margin: 0;
	border: 1px solid #b7b7b7;
	border-bottom: none;
	border-right: none;
	border-spacing: 0!important;
	background: #fff;
}

.preprints_services table thead{
	text-align: center;
}
.preprints_services table tr td{
	padding: 10px;
	margin: 0!important;
	border-bottom: 1px solid #b7b7b7;
	border-right: 1px solid #b7b7b7;
}


.preprints_services ul{
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.preprints_services ul li::before {
	content: "\2022";
	color: #00b1b0;
	font-weight: bold;
	display: inline-block;
	width: 20px;
	margin-left: -20px;
}

.preprints_services ul li{
	margin: 0;
	padding: 5px 0 5px 44px;
	list-style: none;
	background-image: url(/i/svg/bullet-04.svg);
	background-repeat: no-repeat;
	background-position: 20px 16px;
	background-size: 14px;
	font-size: 16px;
	font-family: Muli, sans-serif;
	line-height: 1.6em;
}

/* left column*/

.preprints_services div:nth-child(1) div.accordion-border:nth-of-type(1) div.accordion-toggle:nth-of-type(1) .green_bullet {
	background: #01002b url("/i/svg/preprints_icons_1.svg") center no-repeat;
	background-size: cover;
}

.preprints_services div:nth-child(1) div.accordion-border:nth-of-type(2) div.accordion-toggle:nth-of-type(1) .green_bullet {
	background: #01002b url("/i/svg/preprints_icons_3.svg") center no-repeat;
	background-size: cover;
}

.preprints_services div:nth-child(1) div.accordion-border:nth-of-type(3) div.accordion-toggle:nth-of-type(1) .green_bullet {
	background: #01002b url("/i/svg/preprints_icons_5.svg") center no-repeat;
	background-size: cover;
}

.preprints_services div:nth-child(1) div.accordion-border:nth-of-type(4) div.accordion-toggle:nth-of-type(1) .green_bullet {
	background: #01002b url("/i/svg/preprints_icons_8.svg") center no-repeat;
	background-size: cover;
}

/* right column */

.preprints_services div:nth-child(2) div.accordion-border:nth-of-type(1) div.accordion-toggle:nth-of-type(1) .green_bullet {
	background: #01002b url("/i/svg/preprints_icons_2.svg") center no-repeat;
	background-size: cover;
}

.preprints_services div:nth-child(2) div.accordion-border:nth-of-type(2) div.accordion-toggle:nth-of-type(1) .green_bullet {
	background: #01002b url("/i/svg/preprints_icons_4.svg") center no-repeat;
	background-size: cover;
}

.preprints_services div:nth-child(2) div.accordion-border:nth-of-type(3) div.accordion-toggle:nth-of-type(1) .green_bullet {
	background: #01002b url("/i/svg/preprints_icons_8.svg") center no-repeat;
	background-size: cover;
}

.preprints_services div:nth-child(2) div.accordion-border:nth-of-type(4) div.accordion-toggle:nth-of-type(1) .green_bullet {
	background: #01002b url("/i/svg/preprints_icons_7.svg") center no-repeat;
	background-size: cover;
}

.preprints_button a{
	margin-right: 5px;
	cursor: pointer;
	color: #fff;
	background: #2a7cce;
	padding: 6px 15px;
	border-radius: 3px;
	font-size: 20px;
	color: #fff;
	text-transform: uppercase;
	/*width: 40px;*/
	/*height: 40px;*/
	display: inline-block;
	padding: 20px 30px;
	margin: 50px 0;
}

/* and of preprints */




span.bold-blue{
	font-weight: bold;
	color: #010540;
}
span.bold-green{
	font-weight: bold;
	color: #00AFAE;
}

img.arpha_journals_shema{
	max-width: 100%;
}


.why_holder{
/*	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;*/
	/*width: 100%;*/
}

.why_holder a{
	font-size: 14px;
	color: #010540!important;
	text-align: center;
/*	display: flex;
	flex-wrap: wrap;*/
	width: 133px;
}

/*.why_holder a:hover{
	opacity: 0.8;
}*/

.why_holder a span{
/*	width: 100%;
	display: flex;
	flex-direction: column;*/
	padding-top: 10px;
	padding-bottom: 20px;
	display: block;
	width: 133px;
	margin: 0 auto;
}

.why_holder a span.why-icon{
	height: 110px;
	margin: 0 auto;
	width: 133px;
}

.why_holder a.why-1 span.why-icon{
	 background: url(/i/why-icon-1.svg) top center no-repeat;
	 background-size: contain;
}

.why_holder a.why-2 span.why-icon{
	 background: url(/i/why-icon-2.svg) top center no-repeat;
	 background-size: contain;
}

.why_holder a.why-3 span.why-icon{
	 background: url(/i/why-icon-3.svg) top center no-repeat;
	 background-size: contain;
}

.why_holder a.why-books-1 span.why-icon{
	 background: url(/i/why-books-2.svg) top center no-repeat;
	 background-size: contain;
}
.why_holder a.why-books-2 span.why-icon{
	 background: url(/i/why-books-1.svg) top center no-repeat;
	 background-size: contain;
}


.why_holder a.why-abstracts-1 span.why-icon{
	 background: url(/i/why-abstracts-1.svg) top center no-repeat;
	 background-size: contain;
}
.why_holder a.why-abstracts-2 span.why-icon{
	 background: url(/i/why-abstracts-2.svg) top center no-repeat;
	 background-size: contain;
}




.partners_holder{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 50px;
}

.partners_holder a{
	font-size: 14px;
	color: #010540;
	text-align: center;
}

/*.partners_holder a:hover{
	opacity: 0.8;
}*/

.partners_holder a span{
	width: 100%;
	display: flex;
	flex-direction: column;
	width: 200px;
}
.partners_holder a img{
	width: 194px;
	margin-bottom: 14px;
}


.partners_holder a span.partners-icon{
	height: 200px;
}

.partners_holder a.partners-1 span.partners-icon{
	 background: url(/i/partners/partners-icons-01.svg) top center no-repeat;
	 background-size: contain;
}
.partners_holder a.partners-2 span.partners-icon{
	 background: url(/i/partners/partners-icons-02.svg) top center no-repeat;
	 background-size: contain;
}
.partners_holder a.partners-3 span.partners-icon{
	 background: url(/i/partners/partners-icons-03.svg) top center no-repeat;
	 background-size: contain;
}
.partners_holder a.partners-4 span.partners-icon{
	 background: url(/i/partners/partners-icons-04.svg) top center no-repeat;
	 background-size: contain;
}
.partners_holder a.partners-5 span.partners-icon{
	 background: url(/i/partners/partners-icons-05.svg) top center no-repeat;
	 background-size: contain;
}
.partners_holder a.partners-6 span.partners-icon{
	 background: url(/i/partners/partners-icons-06.svg) top center no-repeat;
	 background-size: contain;
}
.partners_holder a.partners-7 span.partners-icon{
	 background: url(/i/partners/partners-icons-07.svg) top center no-repeat;
	 background-size: contain;
}
.partners_holder a.partners-8 span.partners-icon{
	 background: url(/i/partners/partners-icons-08.svg) top center no-repeat;
	 background-size: contain;
}
.partners_holder a.partners-9 span.partners-icon{
	 background: url(/i/partners/partners-icons-09.svg) top center no-repeat;
	 background-size: contain;
}
.partners_holder a.partners-10 span.partners-icon{
	 background: url(/i/partners/partners-icons-10.svg) top center no-repeat;
	 background-size: contain;
}
.partners_holder a.partners-11 span.partners-icon{
	 background: url(/i/partners/partners-icons-11.svg) top center no-repeat;
	 background-size: contain;
}
.partners_holder a.partners-12 span.partners-icon{
	 background: url(/i/partners/partners-icons-12.svg) top center no-repeat;
	 background-size: contain;
}
.partners_holder a.partners-13 span.partners-icon{
	 background: url(/i/partners/partners-icons-13.svg) top center no-repeat;
	 background-size: contain;
}
.partners_holder a.partners-14 span.partners-icon{
	 background: url(/i/partners/partners-icons-14.svg) top center no-repeat;
	 background-size: contain;
}
.partners_holder a.partners-15 span.partners-icon{
	 background: url(/i/partners/partners-icons-15.svg) top center no-repeat;
	 background-size: contain;
}
.partners_holder a.partners-16 span.partners-icon{
	 background: url(/i/partners/partners-icons-16.svg) top center no-repeat;
	 background-size: contain;
}
.partners_holder a.partners-17 span.partners-icon{
	 background: url(/i/partners/partners-icons-17.svg) top center no-repeat;
	 background-size: contain;
}
.partners_holder a.partners-18 span.partners-icon{
	 background: url(/i/partners/partners-icons-18.svg) top center no-repeat;
	 background-size: contain;
}
.partners_holder a.partners-19 span.partners-icon{
	 background: url(/i/partners/partners-icons-19.svg) top center no-repeat;
	 background-size: contain;
}
.partners_holder a.partners-20 span.partners-icon{
	 background: url(/i/partners/partners-icons-20.svg) top center no-repeat;
	 background-size: contain;
}
.partners_holder a.partners-21 span.partners-icon{
	 background: url(/i/partners/partners-icons-21.svg) top center no-repeat;
	 background-size: contain;
}
.partners_holder a.partners-22 span.partners-icon{
	 background: url(/i/partners/partners-icons-22.svg) top center no-repeat;
	 background-size: contain;
}
.partners_holder a.partners-23 span.partners-icon{
	 background: url(/i/partners/partners-icons-23.svg) top center no-repeat;
	 background-size: contain;
}
.partners_holder a.partners-24 span.partners-icon{
	 background: url(/i/partners/partners-icons-24.svg) top center no-repeat;
	 background-size: contain;
}
.partners_holder a.partners-25 span.partners-icon{
	 background: url(/i/partners/partners-icons-25.svg) top center no-repeat;
	 background-size: contain;
}
.partners_holder a.partners-26 span.partners-icon{
	 background: url(/i/partners/partners-icons-26.svg) top center no-repeat;
	 background-size: contain;
}
.partners_holder a.partners-27 span.partners-icon{
	 background: url(/i/partners/partners-icons-27.svg) top center no-repeat;
	 background-size: contain;
}
.partners_holder a.partners-28 span.partners-icon{
	 background: url(/i/partners/partners-icons-28.svg) top center no-repeat;
	 background-size: contain;
}
.partners_holder a.partners-29 span.partners-icon{
	 background: url(/i/partners/partners-icons-29.svg) top center no-repeat;
	 background-size: contain;
}
.partners_holder a.partners-30 span.partners-icon{
	 background: url(/i/partners/partners-icons-30.svg) top center no-repeat;
	 background-size: contain;
}
.partners_holder a.partners-31 span.partners-icon{
	 background: url(/i/partners/partners-icons-31.svg) top center no-repeat;
	 background-size: contain;
}
.partners_holder a.partners-32 span.partners-icon{
	 background: url(/i/partners/partners-icons-32.svg) top center no-repeat;
	 background-size: contain;
}
.partners_holder a.partners-33 span.partners-icon{
	 background: url(/i/partners/partners-icons-33.svg) top center no-repeat;
	 background-size: contain;
}
.partners_holder a.partners-34 span.partners-icon{
	 background: url(/i/partners/partners-icons-34.svg) top center no-repeat;
	 background-size: contain;
}
.partners_holder a.partners-35 span.partners-icon{
	 background: url(/i/partners/partners-icons-35.svg) top center no-repeat;
	 background-size: contain;
}
.partners_holder a.partners-36 span.partners-icon{
	 background: url(/i/partners/partners-icons-36.svg) top center no-repeat;
	 background-size: contain;
}
.partners_holder a.partners-37 span.partners-icon{
	 background: url(/i/partners/partners-icons-37.svg) top center no-repeat;
	 background-size: contain;
}
.partners_holder a.partners-38 span.partners-icon{
	 background: url(/i/partners/partners-icons-38.svg) top center no-repeat;
	 background-size: contain;
}
.partners_holder a.partners-39 span.partners-icon{
	 background: url(/i/partners/partners-icons-39.svg) top center no-repeat;
	 background-size: contain;
}
.partners_holder a.partners-40 span.partners-icon{
	 background: url(/i/partners/partners-icons-40.svg) top center no-repeat;
	 background-size: contain;
}
.partners_holder a.partners-41 span.partners-icon{
	 background: url(/i/partners/partners-icons-41.svg) top center no-repeat;
	 background-size: contain;
}
.partners_holder a.partners-42 span.partners-icon{
	 background: url(/i/partners/partners-icons-42.svg) top center no-repeat;
	 background-size: contain;
}






.services_holder{
	display: flex;
	flex-wrap: wrap;
	/*justify-content: space-around;*/
	justify-content: center;
	margin-top: 90px;
/*	font-family: MuseoSans;
	font-size: 20px;*/
}

.services_holder a{
/*	font-family: MuseoSans;
	font-size: 20px;*/
	color: #010540;
	text-align: center;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: baseline;
	/*width: 160px;*/
	margin: 0 30px 30px 30px;
}



/*.services_holder a:hover{
	opacity: 0.8;
}*/

.services_holder a span{
	width: 100%;
	display: flex;
	flex-direction: column;
	width: 116px;
	line-height: 1.3em;
	margin-top:10px;
	/*font-size:1.1em;*/
}

.services_holder a span.services-icon{
	height: 140px;
	margin-top:0px;
}

.services_holder a.services-1 span.services-icon{
	 background: url(/i/svg/services-icon-1.svg) top center no-repeat;
	 background-size: contain;
}
.services_holder a.services-2 span.services-icon{
	 background: url(/i/svg/services-icon-2.svg) top center no-repeat;
	 background-size: contain;
}
.services_holder a.services-3 span.services-icon{
	 background: url(/i/svg/services-icon-3.svg) top center no-repeat;
	 background-size: contain;
}
.services_holder a.services-4 span.services-icon{
	 background: url(/i/svg/services-icon-4.svg) top center no-repeat;
	 background-size: contain;
}
.services_holder a.services-5 span.services-icon{
	 background: url(/i/svg/services-icon-5.svg) top center no-repeat;
	 background-size: contain;
}
.services_holder a.services-6 span.services-icon{
	 background: url(/i/svg/services-icon-6.svg) top center no-repeat;
	 background-size: contain;
}
.services_holder a.services-7 span.services-icon{
	 background: url(/i/svg/services-icon-7.svg) top center no-repeat;
	 background-size: contain;
}
.services_holder a.services-8 span.services-icon{
	 background: url(/i/svg/services-icon-8.svg) top center no-repeat;
	 background-size: contain;
}
.services_holder a.services-9 span.services-icon{
	 background: url(/i/svg/services-icon-9.svg) top center no-repeat;
	 background-size: contain;
}
.services_holder a.services-10 span.services-icon{
	 background: url(/i/svg/services-icon-10.svg) top center no-repeat;
	 background-size: contain;
}
.services_holder a.services-11 span.services-icon{
	 background: url(/i/svg/services-icon-11.svg) top center no-repeat;
	 background-size: contain;
}
.services_holder a.services-12 span.services-icon{
	 background: url(/i/svg/services-icon-2.svg) top center no-repeat;
	 background-size: contain;
}
.services_holder a.services-13 span.services-icon{
	 background: url(/i/svg/services-icon-13.svg) top center no-repeat;
	 background-size: contain;
}
.services_holder a.services-14 span.services-icon{
	 background: url(/i/svg/services-icon-14.svg) top center no-repeat;
	 background-size: contain;
}
.services_holder a.services-15 span.services-icon{
	 background: url(/i/svg/services-icon-15.svg) top center no-repeat;
	 background-size: contain;
}
.services_holder a.services-16 span.services-icon{
	 background: url(/i/svg/services-icon-16.svg) top center no-repeat;
	 background-size: contain;
}
.services_holder a.services-17 span.services-icon{
	 background: url(/i/svg/services-icon-17.svg) top center no-repeat;
	 background-size: contain;
}
.services_holder a.services-18 span.services-icon{
	 background: url(/i/svg/services-icon-18.svg) top center no-repeat;
	 background-size: contain;
}
.services_holder a.services-19 span.services-icon{
	 background: url(/i/svg/services-icon-19.svg) top center no-repeat;
	 background-size: contain;
}
.services_holder a.services-20 span.services-icon{
	 background: url(/i/svg/services-icon-20.svg) top center no-repeat;
	 background-size: contain;
}
.services_holder a.services-21 span.services-icon{
	 background: url(/i/svg/services-icon-21.svg) top center no-repeat;
	 background-size: contain;
}
.services_holder a.services-22 span.services-icon{
	 background: url(/i/svg/services-icon-22.svg) top center no-repeat;
	 background-size: contain;
}
.services_holder a.services-23 span.services-icon{
	 background: url(/i/svg/services-icon-23.svg) top center no-repeat;
	 background-size: contain;
}


.who_holder a:hover span.who-icon,
.how_holder a:hover span.how-icon,
.why_holder a:hover span.why-icon,
.services_holder a:hover span.services-icon,
.partners_holder a:hover img{
	box-shadow: 1px 1px 15px 0px #696969;
}

.who_holder a span,
.how_holder a span,
.why_holder a span,
.services_holder a span{
	font-family: Muli-bold;
	font-size: 20px;
}

.services_holder a span.communication_center{
	margin-left: -17px;
	margin-top: 0;
}

a.example-icon-sm {
	width: 26px;
	background: url(/i/green_eye.svg) center no-repeat;
	background-size: contain;
	display: inline-block;
	margin-left: 5px;
}

a.example-icon{
	width: 33px;
	background: url(/i/green_eye.svg) center no-repeat;
	background-size: contain;
	display: inline-block;
	margin-left: 5px;
}

a.example-icon-sm{
	width: 26px;
	background: url(/i/green_eye.svg) center no-repeat;
	background-size: contain;
	display: inline-block;
	margin-left: 5px;
}

/*MEDIA QUERY*/
@media screen and (max-width: 1800px){

    .menuholder ul {
        display: none;
        position: absolute;
        background-color: #00002b;
        width: 270px;
        z-index: 999999999;
        border-radius: 5px;
        right: 10px;
    }

    .menuholder ul li .children-list ul {
        display:none !important;
    }

    .menuholder li {
        text-align: center;
        width: 100%;
        padding: 10px 0;
        margin: 0;

    }


    #menu-icon {
        display:inline-block;
    }

    .shrink .simple-header-menu{
        padding: 0;
        /*height: 0;*/
    }
    .shrink .simple-header-menu a{
        /*display: none;*/
    }
    .shrink .simple-header-menu .menuholder{
        /*display: none;*/
    }

}
@media screen and (max-width : 1566px)

    .menuholder ul li {
        /*margin-right: 0px;*/
        margin-left: 0px;
    }

    .menuholder:hover ul {

        display: block;

    }
    
	.left_sidebar {
		top: 352px;
	}
	.left_sidebar.shrink {
		top: 69px;
	}
}

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

/*	header {

		position: absolute;

	}*/

	a.partners_and_clients,
	a.get_a_quote{
		width: 60%;
	}

	.services .content_wrapper,
	.content_wrapper {
		margin-top: 250px;
	}
	.about_title h1{
		padding: 50px 0;
	}

	.left_sidebar {
		top: 234px;
	}


	.tipsPage div#content .holder:first-child .itemAnchor1 {
		height: 310px;
		margin-top: -310px;
	}

	.tipsPage div#content .holder:nth-child(2) .itemAnchor2 {
		height: 310px;
		margin-top: -310px;
	}

	.tipsPage div#content .holder:FIRST-CHILD .storyRowTitle h1 {
		border-top: none;
	}

	/* .tipsPage div#content .topLevelContent:FIRST-CHILD .storyRowTitle h1 {
		margin-top: 0px;
	} */


	.topLevelContent .subLevelContent .content.journalListStories{
		margin-bottom: 100px;
	}

	.tipsPage .holder .itemAnchor1{
		height: 230px;
		margin-top: -230px;
		visibility: hidden;
		display: block;
	}
	.tipsPage .holder .itemAnchor2{
		height: 230px;
		margin-top: -230px;
		visibility: hidden;
		display: block;
	}

	.tipsPage  .holder .itemAnchor3 {
		height: 230px;
		margin-top: -230px;
		visibility: hidden;
		display: block;
	}

	.tipsPage .leftSiderBlock.about {
		top: 260px;
	}

	.publish_type a{
		font-size:1em;
	}

}



.platform div#content .holder:first-child .itemAnchor1 {
	height: 225px;
	margin-top: -225px;
}

.platform div#content .holder:nth-child(2) .itemAnchor2 {
	height: 225px;
	margin-top: -225px;
}

.platform div#content .holder:FIRST-CHILD .storyRowTitle h1 {
	border-top: none;
}


.topLevelContent .subLevelContent .content.journalListStories{
	margin-bottom: 20px;
}

.platform .holder .itemAnchor1{
	height: 100px;
	margin-top: -100px;
	visibility: hidden;
	display: block;
}

.platform .holder .itemAnchor1[name=WhatIsARPHA] {
	/*height: 500px;*/
	margin-top: -50px;
	visibility: hidden;
	display: block;
	/*background:red;*/
}

#Pricing .journalListStories{
	/*height: 800px;*/
}

.journalListStories{
	line-height: 1.6em;
}

.business_plans{
	margin-top:20px;
}

.business_plans h4 {
	position: relative;
	font-size: 1.3em;
	z-index: 1;
	/*overflow: hidden;*/
	text-align: center;
	background-color: #00002b;
	width: 70%;
	margin: 0 auto;
	color: #00c5bf;
	text-transform: uppercase;
	font-weight: normal;
	padding: 10px;
	border-radius: 3px;
}

.business_plans .content {
	background-color: #eff0f0;
	border: 1px solid #e8e9e9;
	border-radius: 3px;
	position: relative;
	z-index: 0;
	margin-top:-20px;
}

.business_plans table.busines_plans_table{
	border-collapse: collapse;
}

table.busines_plans_table td{
	padding: 15px;
	text-align: center;
}

table.busines_plans_table th{
	padding: 5px;
	text-align: center;
	background-color: #00002b;
	color: #fff;
}

table.busines_plans_table tr:first-child td{
	padding-top:50px;
	border-bottom: 1px solid #e8e9e9;
}
table.busines_plans_table tr:nth-child(3) td{
	padding-top:20px;
	border-bottom: 1px solid #e8e9e9;
}
table.busines_plans_table tr:nth-child(4) td,
table.busines_plans_table tr:nth-child(5) td{
	border-bottom: 1px solid #e8e9e9;
}

table.busines_plans_table span.included{
	background: url(/i/included.svg) center no-repeat;
	background-size: auto;
	padding: 15px;
	margin-top: 20px;
	margin-bottom: 20px;
}
table.busines_plans_table span.excluded{
	background: url(/i/not_included.svg) center no-repeat;
	background-size: auto;
	padding: 15px;
	margin-top: 20px;
	margin-bottom: 20px;
}


.service-integrations {
	padding: 10px;
	border: 1px solid #CFD1D2;
	margin-bottom: 10px;
}
.service-integrations:hover {
	box-shadow: 1px 1px 5px 0px #696969;
}

div#media {
	min-height: 345px;
}
.media-box {
	padding: 40px;
}
.icp-menu-box {
	padding: 20px;
}
.icp-menu-box a,
.media-box .media-link a {
	color: #353535;
	border: 1px solid #353535;
}
.icp-menu-box a.add {
	color: #3A6BA5;
}
.icp-menu-box a.add img {
	vertical-align: middle;
	padding: 0px 10px;
	margin-top: -3px;
}
.icp-menu-box a.selected {
	background: #6B8E46;
	color: #fff;
}

.media-icon {
	padding-bottom: 20px;
/*    height: 100px;
	max-width: 100px;*/
}
.media-icon img{
	/*padding-bottom: 20px; */
	height: 62px;
	max-width: 94px;
}
.event-btn.rounded {
	display: inline-block;
	margin-right: 15px;
	width: 200px;
	text-align: center;
	vertical-align: middle;
	line-height: 2.3em;
	font-size: 1.2em;
	font-weight: bold;
}
.event-btn.rounded:hover {
	background: #6B8E46;
	color: #fff;
}
.media-btn {
	width: 100% !important;
}

.rounded {
	display: block;
	border-radius: 20px !important;
	height: 42px !important;
	background: #fff;
	width: 100%;
}

.media_box{
	color: #26AEAD;
	font-size:18px;
	line-height:26px;
	font-weight:bold;
	text-transform: uppercase;
	border: 2px solid #26AEAD;
	border-radius: 3px;
	max-width: 384px;
	max-height: 171px;
	margin: 50px auto;
	background: #fff;
}

.media_box a{
	display:block;
	color: #26AEAD;
	padding: 40px 0px;
}
.media_box:hover{
	opacity: 1;
	color: #fff;
	background: #26AEAD;
}
/*.academic_journals_box:hover, .open_access_books_box:hover, .conference_outputs_box:hover {
	opacity: 0.8;
	background: #00AFAE;
}*/
.media_box a:hover{
	/*opacity: 0.8;*/
	color: #fff;
}





/*MEDIA QUERY*/
@media screen and (max-width : 1041px) {
/*	.business_plans h4{
		width: 100%;
	}*/

	.tipsPage  #leftSider.shrink .leftSiderBlock{
		 position: fixed;
		 top:165px;
	}

	.platform .holder .itemAnchor1{
/*		height: 130px;
		margin-top: -130px;*/
		height: 195px;
		margin-top: -150px;
	}

	.platform .holder .itemAnchor1[name=WhatIsARPHA] {
		height: 560px;
		margin-top: -560px;
	}

	.shrink .about_title {
		/*min-height: 91px;*/
		min-height: 91px;
	}
	.shrink .about_title h1 {
		padding: 20px 0;
		font-size: 1.8em;
	}

	.left_sidebar.shrink {
		/*top: 91px;*/
		top: 143px;
	}

	.content_wrapper {
		margin-top: 250px;
		padding: 0;
	}

	.platform .content_wrapper {
		margin-top: 370px;
	}

	.conference_abstracts .content_wrapper {
		margin-top: 250px;
	}

	.left_sidebar ul {
		/*justify-content: flex-start;*/
		justify-content: space-evenly;
	}

	.platform_box, .services_box, .partners_box {
		margin: 25px auto;
	}

	.get_a_quote_box, .watch_video_box, .visit_our_blog_box{
		margin: 0px auto 50px auto;
	}

	.services_holder a {
		margin: 0 auto 30px auto;
	}

	.services_holder {
		margin-top: 0px;
	}

	.who_holder{
		justify-content: space-around;
	}

	#Pricing .journalListStories{
		/*height: 690px;*/
	}
	a.journals_list{
		font-size: 1.1em;
	}

/*	article .shrink .simple-header-menu{
		padding: 0;
		height: 0;
	}

	article .shrink .simple-header-menu a{
		display: none;
	}
	article .shrink .simple-header-menu .menuholder{
		display: none;
	}*/



	/* manual */
	.tipsPage .shrink .simple-header-menu{
		/*background: #00002b none repeat scroll 0 0;*/
		 height: 65px;
		margin: 0;
		padding: 10px 0;
		width: 100%;
	/* transition: all 0.4s ease-in-out; */
		/*height: 0;*/
	}

	.tipsPage .shrink .simple-header-menu a{
		display: inline-block;
	}
	.tipsPage .shrink .simple-header-menu .menuholder{
		display: inline-block;
	}

	.projects_services .col-xs-12, .preprints_services .col-xs-12{
		padding-right: 0!important;
	}
	.preprints_services .accordion-toggle{
		width: unset;
	}

}

/*MEDIA QUERY*/
@media screen and (max-width : 905px) {

	.platform .holder .itemAnchor1{
		height: 190px;
		margin-top: -190px;
	}

	.platform .holder .itemAnchor1[name=WhatIsARPHA] {
		height: 560px;
		margin-top: -560px;
	}
	.page-wrapper.contacts{
		padding-bottom:350px;
	}

	a.partners_and_clients,
	a.get_a_quote{
		width: 70%;
	}

}
/*MEDIA QUERY*/
@media screen and (max-width : 676px) {


	.footer-accordion-content {display: none;}
	.footer-accordion-toggle {cursor:pointer;}
	.platform .holder .itemAnchor1{
		/*height: 205px;*/
		height: 225px;
		margin-top: -225px;
	}

	.platform .holder .itemAnchor1[name=WhatIsARPHA] {
		/*height: 205px;*/
		height: 225px;
		margin-top: -225px;
	}
	#Pricing .journalListStories{
		/*height: 700px;*/
	}

	.publish_type a{
		width: 100%;
		max-width: 340px;
		font-size: 1em;
	}
	.who_holder a span {
		margin-top:10px;
		margin-bottom:20px;
	}
	.how_holder a span {
		margin-bottom:20px;
	}
	.custom-header-media {
		/*height: 1200px;*/
		/*height: 20vh !important;*/
	}

	a.partners_and_clients,
	a.get_a_quote{
		width: 80%;
	}

}

.two-columns{
	column-count: 2;
}

@media screen and (min-width: 48em) {
/*	.site-menu {

	}*/
	.site-submenu {
		top: 20vh;
		display: block;
		position: fixed;
		width: 100%;
	}
	.site-header.shrink .site-submenu {
		top: 15vh;
		font-size: 1.4em;
	}
	.wrap {
		max-width: 1000px;
		padding-left: 3em;
		padding-right: 3em;
	}
	.custom-header {
		display: block;
		height: auto;
	}
	.custom-header-media {
		height: 1200px;
		height: 100vh;
	}
/*	.custom-header-media:before {
		height: 33%;
	}*/
}

@media screen and (min-height: 700px) {
	.site-header.shrink .site-submenu {
		/*top: 8vh;*/
	}

	.custom-header-media {
		/*height: 200px;*/
	}
}
@media screen and (max-width: 1000px) {
	.follow-on {
		display:none;
	}
	.publish_type a{
		font-size:0.8em;
	}
}
@media screen and (max-width: 770px) {
	ul.journals_list li, ul.books_list li, ul.abstracts_list li{
		width:100%;
	}

	.main-header-logo {
		display:none;
	}
	.follow-on {
		display:none;
	}
	.publish_type a{
		font-size:1em;
	}

	.footer_menuholder ul {
		display: none;
		position: relative;
/*		background-color: #00002b;
		width: 270px;
		z-index: 999999999;
		border-radius: 5px;
		right: 10px;*/
	}

	.footer_menuholder ul li .children-list ul {
		display:none !important;
	}

	.footer_menuholder li {
/*		text-align: center;
		width: 100%;
		padding: 10px 0;
		margin: 0;*/

	}

	a.partners_and_clients,
	a.get_a_quote{
		width: 100%;
	}

	a.partners_and_clients{
		text-align: center;
		padding-left: 20px;
		padding-right: 20px;
	}
}

@media screen and (max-width: 420px) {
	.partners_holder a img {
		width:150px;
	}

}
@media screen and (max-width: 400px) {

	.site-submenu {
		top: 10vh;
	}
	.site-submenu {
		font-size: 0.7em;
	}
	.arpha_abbr {
		margin: 50px 0 20px;
	}
	.open_access_logo {
		margin: 20px 0;
	}
	.custom-header {
		height: 15vh;
	}
	a.journals_list {
		font-size: 0.9em;
	}
	ul.journals_list li, ul.books_list li, ul.abstracts_list li{
		font-size: 0.9em;
	}
	body p {
		font-size: 1em;
	}
	.content_wrapper h2 {
		font-size: 1.5em;
	}
	.get_a_quote_box, .watch_video_box, .visit_our_blog_box {
		margin: 0px auto 10px auto;
	}
	.about_title.conference_abstracts h1 {
		font-size: 1.6em;
	}
	.partners_holder a img {
		width:150px;
	}
}
.primary-button {
	background: #00AFAE;
	padding: 1em 2em;
	outline: none;
	border: none;
	color: #ffffff;
	border-radius: 10em;
	font-size: 1em;
	cursor: pointer;
}
.primary-color {
	color:#00002b;
}
.mt-1 {
	margin-top: 1em;
}
.mt-2 {
	margin-top: 2em;
}
.d-block {
	display: block;
}
.input.token {
	height: 3em;
	text-align: center;
}

#feedback_errors {
	color: red !important;
	margin: 10px 30px 10px 0;
}

.contacts_row_wrapper1 h3{
	color: #000000;
	text-transform: uppercase;
}

.contacts_row_wrapper1 .address{
	padding: 0;
	text-indent: unset;
}
.map_address_container_main {
	background: #efefef;
	padding: 40px;
}

.office_address.main_address {
	font-size: 1.2em;
}

.addr_title{
	font-size: 1.2em;
	font-weight: bold;
	line-height: 2.6em;
}

.contact_paragraph_title{
	color: #1b1a40;
	font-weight: bold;
}

a.contacts_email{
	color: #2a7cce!important;
	background: url("/i/mail.svg") left no-repeat;
	padding-left: 30px;
	background-size: 20px;
}

a.contacts_email:hover{
	opacity: 0.7;
}
.contacts_buttons_container {
	display: flex;
	justify-content: space-evenly!important;
	margin-top: 40px;
}

.contacts_button{
	border-radius: 50px;
	color: #ffffff!important;
	display: block;
	padding: 20px;
	text-align: center;
	max-width: 300px;
	margin: 0 auto;
	font-size: 1.2em;
	margin-bottom: 20px;
}

.contacts_submit_button{
	border-radius: 50px;
	color: #ffffff!important;
	display: block;
	padding: 10px;
	text-align: center;
	max-width: 150px;
	/*margin: 40px auto;*/
	font-size: 1.2em;
	/*margin-bottom: 20px;*/
}

.green_button{
	background: #00AFAE;
}

.blue_button{
	background: #2a7cce;
}

.pink_button{
	background: #E36D89;
}

/*@media screen and (max-width : 1773px) {*/
	/*#menu-icon {*/
		/*display:inline-block;*/
	/*}*/

	/*.menuholder ul {*/
		/*display: none;*/
		/*position: absolute;*/
		/*background-color: #00002b;*/
		/*width: 270px;*/
		/*z-index: 999999999;*/
		/*border-radius: 5px;*/
		/*right: 10px;*/
	/*}*/

	/*.menuholder ul li .children-list ul {*/
		/*display:none !important;*/
	/*}*/

	/*.menuholder li {*/
		/*text-align: center;*/
		/*width: 100%;*/
		/*padding: 10px 0;*/
		/*margin: 0;*/

	/*}*/


	/*.shrink .simple-header-menu{*/
		/*padding: 0;*/
		/*!*height: 0;*!*/
	/*}*/
	/*.shrink .simple-header-menu a{*/
		/*!*display: none;*!*/
	/*}*/
	/*.shrink .simple-header-menu .menuholder{*/
		/*!*display: none;*!*/
	/*}*/
/*}*/

.pricingPlans div.row.pricing-plans-table-header.pricing-plans-header div:nth-of-type(2),
.pricingPlans div.row.pricing-plans-table-header.pricing-plans-header div:nth-of-type(2),
#Communication_promotion_and_marketing_services div.row.services_list_row.middle-xs div:nth-of-type(2),
.pricingPlans div.row.services_list_row.middle-xs div:nth-of-type(2),
.pricingPlans div.row.middle-xs.end-to-end div:nth-of-type(2) {
	display: none;
}