/*top menu stile*/
.wrap{
    box-sizing: border-box;
    max-width: 900px;
    margin: 0 auto;
    min-height: 25px;
	width: 100%;
	color: #fff;
    background-color: white;

}

.wrap .row{
    margin-left: 0;
    margin-right: 0;
    padding-left: 3px;
    padding-right: 3px;
	padding-top:0px;
	padding-bottom:0px;
}

.rowpad {
	padding: 0 16px 0 16px;
}


.top_menu{
    position: fixed;
	min-height: 25px;
	top: 0;
	z-index: 90;
    margin: auto;
    left: 0;
    right: 0;
    color: #787878;
    text-align: center;
    vertical-align: middle;
    font-size: 13px;
    font-family: Aller_Rg,Arial,Helvetica,sans-serif;
    text-decoration: none;
}

.top_menu .items_box{
    background-color: white;
    box-sizing: border-box;
    max-width: 900px;
    margin: 0 auto;
}

.page-section{
    background-image:url(../site_images/25px_vert_fade_reverse.png);
	height: 25px;
    width: 100%;
	/*width: 900px;*/
	z-index:90;
    max-width: 900px;
    margin: 0 auto;
    min-height: 25px;
}

.top_menu .col-xs{
    padding: 0;
}

.menu_indicator{
    height: 5px;
    z-index: 100;
    position: relative;
    margin-top: 3px;
}

.menu_item {
    /*min-width: 149px;*/
    text-align: center;
	height: 18px;
	margin-top: 5px;
    margin-bottom: 5px;
	padding:8px;
	font-size: 15px;
	font-family:Aller_Rg,Arial,Helvetica,sans-serif;
	color:#787878;
    cursor: pointer;
}

.top_menu a{
	color: #787878;
}

.items_box_mobile{
    display: none;
}

.items_box_mobile .show_hidden_menu {
    background-image: url('../site_images/hamburger.png');
    width: 3rem;
    height: 3rem;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 2rem;
    text-decoration: none;
    box-sizing: border-box;
    float: left;
}

.items_box_mobile .show_close_menu{
    display: none;
    position: absolute;
    background-image: url('../site_images/close_btn.png');
    width: 3rem;
    height: 3rem;
    top: 0;
    right: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 2rem;
}

.items_box_mobile .mobile_menu_title{
    font-family: Aller_Rg_It;
    font-size: 16px;
    color: #a0a0a0;
    text-align: center;
    vertical-align: middle;
    line-height: 3rem;
}

.items_box_mobile .hide_menu_wrapper{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    min-height: 100%;
    box-sizing: border-box;
    padding: 0 1em 4em;
    width: 64%;
    background: rgba(28,31,35,0.93);
    min-width: 130px;
    max-width: 272px;
}

.items_box_mobile .hide_menu_wrapper a{
    text-decoration: none;
    color: white;
    white-space: nowrap;
    text-align: left;
    font-size: 16px;
    padding: 5px 0 5px 0;
    width: 100%;
    height: 100%;
}

.margin_top{
    margin-top: 40px;
}

.items_box_mobile .hide_menu_block{
    border-bottom: 1px solid white;
    padding: 10px 0 5px 10px;
    text-align: left;
}


.items_box a:hover {
    transition: 0.1s;
    -moz-transition:all 0.1s;
	-webkit-transition:all 0.1s;
	-o-transition:all 0.1s;
	color: white;
}

.menu_item:hover {
    transition: 0.1s;
    -moz-transition:all 0.1s;
	-webkit-transition:all 0.1s;
	-o-transition:all 0.1s;
	color: white;
}

.menu_item:not(:hover) {
    transition: 0.1s;
    -moz-transition:all 0.1s;
	-webkit-transition:all 0.1s;
	-o-transition:all 0.1s;
}

.items_box:not(:hover) a{
    transition: 0.1s;
    -moz-transition:all 0.1s;
    -webkit-transition:all 0.1s;
    -o-transition:all 0.1s;
}

.col0 {
	background:#6c207e
}

.col1 {
	background:#ee7c55
}

.col2 {
	background:#33c2e0
}

.col3 {
	background:#8ac650
}

.col4 {
	background:#bf69a9
}

.col5 {
	background: #e5995b
}

.colwhite {
	background: #fefefe;
}

.col0_text {
	color: #6c207e !important;
}

.col1_text {
	color: #ee7c55 !important;
}

.col2_text {
	color: #33c2e0 !important;
}

.col3_text {
	color: #8ac650 !important;
}

.col4_text {
	color: #bf69a9 !important;
}

.col5_text {
	color: #e5995b !important;
}

.col0h:hover {
	background:#633b82
}

.col1h:hover {
	background:#ee7c55
}

.col2h:hover {
	background:#33c2e0
}

.col3h:hover {
	background:#8ac650
}

.col4h:hover {
	background:#bf69a9
}

.col5h:hover {
	background:#e5995b
}

html,body {
	width:100%;
	height:100%;
	/*overflow:hidden*/
}

body.body {
	overflow-y:auto
}

* {
	margin: 0;
	padding: 0;
	font-family: Aller_Lt,Arial,Helvetica,sans-serif;
	font-weight:400
}

h1 {
	font-family:Aller_Rg,Arial,Helvetica,sans-serif;
	font-size: 20px;
	margin-bottom: 3px;
	clear: left
}

h2 {
	font-family:Aller_Lt_It,Arial,Helvetica,sans-serif;
	font-size: 15px;
	color: #787878;
	margin-bottom: 3px
}

p {
	color: #646464
}

ul {
	padding:0 0 0 20px;
	text-align:left
}

img {
	border:0
}

a {
	text-decoration: none;
	outline: 0;
	color: #6c207e;
	font-family: Aller_Rg,Arial,Helvetica,sans-serif
}

a:hover {
	color:#000;
	text-decoration: underline;
}

.language_selector {
	padding-left: 10px
}

.language_selector strong {
	color: #bbb
}

a.language_selector:hover {
	font-weight: 700
}

.row.logo_wrap{
    position: relative;
    height: 165px;
    padding-top: 93px;
    padding-bottom: 20px;
}

.logo_wrap .col-xs-12{
    vertical-align: bottom;
    text-align: right;
}

div.assetmore_view2 {
    width: 100%;
}

/*base image slider */
.slide_show{
    position: relative;
    height: 500px;
    margin-left: 19px;
    margin-right: 19px;
}

.slide_show_video {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.slide_show_video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.slide_show > div {
    position: absolute;
    width: 100%;
}

.slide_show img{
    max-width: 899px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border: 1px solid #dcdcdc;
    max-height: 429px;
}

.text_on_img_slider{
    position: absolute;
    max-width: 380px;
    padding: 20px 18px 20px 35px;
    bottom: 35px;
    background-color: rgba(108,32,126,.85);
    color: #fff;
    overflow: hidden;
    left: 1px;
}

.capt_img_text{
    font-family: Aller_Rg_Bd;
    font-size: 18px;
    padding-bottom: 11px;
}

.desc_img_text{
    position: relative;
    font-family: Aller_Lt;
    font-size: 17px;
    line-height: 23px;
}

#slide_show_team {
    position: relative;
    height: 320px;
}

#slide_show_team > div {
    position: absolute;
}

#slide_show_team .slide_image_team {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: left;
    object-fit: cover;
}

#slide_show_spotlight {
    position: relative;
    min-height: 150px;
    margin-top: 6px;
}

#slide_show_spotlight > div {
    position: absolute;
}

.slide_show_spotlight{
    height: 140px;
}

.profile_image{
    min-width: 90px;
}

.slide_show_spotlight img{
    height: 100%;
    max-width: 130px;
    max-height: 163px;
}

#slide_show_spotlight h1{
    font-family: Aller_Rg;
    font-size: 16px;
    margin: 0 0 2px 0;
    color: black;
}

#slide_show_spotlight h2{
    font-family: Aller_Rg_It;
    font-size: 13px;
    color: #a0a0a0;
    margin-top: 5px;
}

#slide_show_spotlight p{
    font-size: 13px;
    color: #787878;
    margin-top: 10px;
}

.wie_block{
    margin-top: 80px;
	clear:both;
	width:100%;
}

.wie_block .col-xs {
	padding-left: 1rem;
	padding-right: 1rem;
}

.wie_header{
    font-size: 24px;
    font-family: Aller_Rg_Bd;
    margin-bottom: 15px;
}

.wie_desc{
    font-family: Aller_Lt,Arial,Helvetica,sans-serif;
	font-size: 1.2em;
	line-height: 1.6em;
}
.wie_block p{
    margin-bottom: 18px;
    color: #000;
}

.wie_block strong{
    font-family: Aller_Rg_Bd;
}

.quote_text{
    font-family: Aller_Rg_It;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 10px;
}

.quote_author{
    font-family: Aller_Lt_It;
    color: #b2b2b2;
    text-align: right;
    font-size: 12px;
}
.quote_author:hover{
    color: #b2b2b2;
}

input {
	border:1px solid rgb(210, 210, 210);
	padding:2px 5px
}

#search_submit {
    border: 1px solid #EEE;
    background: #EEE;
    cursor: pointer;
}

#search_submit:hover {
	background:#CCC;
	border: 1px solid #CCC;
}

.what_new{
	float: left;
    font-size: 19px;
    font-family: Aller_Rg;
    width: 180px;
    margin-top: 15px;
    margin-bottom: 10px;
}

.what_new_but{
    float: right;
    padding: 5px 8px;
    cursor: pointer;
    margin-top: 15px;
}

.what_new_but:hover{
    margin-top: 13px;
    transition: 0.1s;
    -moz-transition:all 0.1s;
	-webkit-transition:all 0.1s;
	-o-transition:all 0.1s;
    box-shadow: 7px 7px 10px -5px rgba(0,0,0,0.5);
    -moz-box-shadow: 7px 7px 10px -5px rgba(0,0,0,0.5);
	-webkit-box-shadow: 7px 7px 10px -5px rgba(0,0,0,0.5);
}

.what_new_but:not(:hover){
    transition: 0.1s;
    -moz-transition:all 0.1s;
	-webkit-transition:all 0.1s;
	-o-transition:all 0.1s;
}

.what_new_but a{
    color: #FFFFFF;
    font-size: 14px;
    font-family: Aller_Rg;
}

.box_select:hover{
    margin-top: -5px;
    margin-bottom: 5px;
    transition: 0.1s;
    -moz-transition:all 0.1s;
	-webkit-transition:all 0.1s;
	-o-transition:all 0.1s;
    box-shadow: 7px 7px 10px -5px rgba(0,0,0,0.5);
    -moz-box-shadow: 7px 7px 10px -5px rgba(0,0,0,0.5);
	-webkit-box-shadow: 7px 7px 10px -5px rgba(0,0,0,0.5);
}

.box_select:not(:hover){
    transition: 0.1s;
    -moz-transition:all 0.1s;
	-webkit-transition:all 0.1s;
	-o-transition:all 0.1s;
}

.box_select:hover h2{
    color: #646464;
    transition: 0.1s;
    -moz-transition:all 0.1s;
	-webkit-transition:all 0.1s;
	-o-transition:all 0.1s;
}

.box_select:not(:hover) h2{
    transition: 0.1s;
    -moz-transition:all 0.1s;
	-webkit-transition:all 0.1s;
	-o-transition:all 0.1s;
}

.row .between-xs{
    margin-top: 30px;
	width:100%;
}

.fpsmallbox {
    width: auto;
    height: 240px;
    top: 0;
    margin: auto;
    margin-bottom: 30px;
    position: relative;
    cursor: pointer;
    overflow: hidden;
    font-size: 14px;
    border: 1px solid #e6e6e6;
    transition: all .1s;
    -moz-transition: all .1s;
    -webkit-transition: all .1s;
    -o-transition: all .1s;

}

.fpsmallbox .pslider img {
    height: 150px;
}

.fpblock1 .desc {
    background: #FFFFFF;
    padding: 0 5px 10px 10px;
    margin-bottom: 5px;
    overflow: hidden;
    position: absolute;
    bottom: 0;
    min-height: 51px;
    width: auto;
    z-index: 50;
}

.home_slid{
    width: 100%;
    /*max-width: 100%;*/
}

.around-xs {
	padding: 1rem;
}

.wrap .col-xs .home_slid_padding{
    padding-right: .3rem;
    padding-left: .3rem;
}

.home_slid_padding{
    padding-right: .3rem;
    padding-left: .3rem;
}


.home_slid .pslider{
    margin: 0 auto;
}

.extra_padding_bottom{
    margin-bottom: 3rem;
}
.extra_margin_top{
    margin-top: 2rem;
}

.sl_row{
    margin-top: 10px;
}

.sl_row .box-row{
    text-align: center;
    min-height: 250px;
    border: 1px solid #e6e6e6;
    margin-bottom: 10px;
}

.slide_image{
    width: 100%;
    max-width: 300px;
    height: 150px;
    border: 1px solid #e6e6e6;
    margin-left: -1px;
    margin-top: -1px;
}

.sl_box_desc{
    text-align: left;
    padding: 0 0 2px 0;
}

.sl_box_desc h1{
    font-family: Aller_Rg;
    font-size: 14px;
    margin: 0 0 2px 0;
    padding: 0 10px;
}

.sl_box_desc h2{
    font-family: Aller_Rg_It;
    font-size: 13px;
    color: #a0a0a0;
    margin: 0;
    padding: 5px 10px 7px 10px;
}

.sl_ref_desc .box-row{
    border: 1px solid #e6e6e6;
    padding: 14px 0 2px 0;
    min-height: 100px;
    margin-bottom: 10px;
}

.sl_box_date{
    font-family: Aller_Rg_It;
    font-size: 12px;
    color: #a0a0a0;
    background: #FFF;
    vertical-align: bottom;
    text-align: right;
    padding-right: 3px;
}

.what_we_do_block{
    text-align: center;
    color: black;
    margin-top: 20px;
}

.sector_icon{
    height: 180px;
}
.sector_icon_service{
    height: 110px;
	padding: 20px;
}

.sector_desc{
    position: relative;
    font-family: Aller_Rg;
    font-size: 18px;
    margin: auto;
}

.sector_desc ul{
    font-family: Aller_Lt;
    font-size: 16px;
    list-style-type: none;
    padding: 5px 0;
    text-align: center;
}

.sector_desc li{
    margin: 5px 0;
}

.service_big_button{
    color: #FFFFFF;
    font-size: 14px;
    font-family: Aller_Rg;
    margin: 40px auto 0;
    padding: 15px 8px;
    cursor: pointer;
    text-align: center;
    max-width: 280px;
}

.service_big_button:hover{
    color: #FFFFFF;
}

.client_image{
    width: 100%;
}

.footer_cl{
    font-size: 14px;
    border-top: 1px solid #ddd;
    padding-top: 15px;
    margin-bottom: 50px;
    margin-top: 30px;
}

.footer_cl_bottom{
    font-size: 10px;
    font-family: Aller_Lt;
    color: #bbb;
    margin: 0 auto;
    text-align: center;
}

.footer_cl a{
    text-decoration: none;
    outline: 0;
    color: #6c207e;
    font-family: Aller_Rg,Arial,Helvetica,sans-serif;
}

.footer_cl a:hover{
    color: black;
}

.footer_cl_bottom a{
    color: #bbb;
}

.footer_cl_bottom a:hover{
    color: #bbb;
}

.footer_top{
    margin-bottom: 15px;
}

.footer_text{
    margin-bottom: 10px;
}

.keep_box{
    font-size: 18px;
    text-decoration: none;
    outline: 0;
    color: #6c207e;
    font-family: Aller_Rg,Arial,Helvetica,sans-serif;
    margin-bottom: 30px;
}

.keep_box h1{
    padding: 0;
    font-family: Aller_Rg;
    font-size: 18px;
    color: #6b247e;
    margin: 15px 0 15px;
}

.keep_box a{
    text-decoration: none;
    outline: 0;
    color: #6c207e;
    font-family: Aller_Rg,Arial,Helvetica,sans-serif;
}

.keep_box strong{
    font-family: Aller_Rg,Arial,Helvetica,sans-serif;
    color: #000;
}

.keep_box p{
    font-size: 11pt;
    margin-bottom: 12px;
}

.keep_box input{
    border: 1px solid #999;
    margin: 4px;
    padding: 4px;
}


/*services template */
.ser_p_body{
    margin-top: 30px;
}

.ser_p_body h1{
    font-family: Aller_Rg_Bd,Arial,Helvetica,sans-serif;
    font-size: 20px;
    margin-top: 10px;
    margin-bottom: 5px;
    padding-top: 15px;
    padding-bottom: 5px;
}

.ser_p_body p{
    font-family: Aller_Lt,Arial,Helvetica,sans-serif;
    font-size: 15px;
    line-height: 1.600em;
    color: #1e1e1e;
    margin-bottom: 1.6em;
}

.ser_p_body strong{
    font-family: Aller_Rg,Arial,Helvetica,sans-serif;
}

.ser_p_body .figure {
    font-family: Aller_Lt_It,Arial,Helvetica,sans-serif;
    font-size: 13px;
    line-height: 15px;
    color: #3c3c3c;
    margin-top: 5px;
    margin-bottom: 18px;
}

.ser_p_body .ser_p_supple{
    margin-top: 50px;
}

.ser_p_supple img{
    width: 100%;
    height: 100%;
    max-height: 377px;
    max-width: 400px;
}

.margin_cl{
    margin-top: 30px;
}

.service_category h1{
    font-size: 18px;
    font-family: Aller_Rg_Bd;
    margin-bottom: 15px;
}

.service_category .margin_top{
    margin-top: 0;
}


.service_category p{
    font-size: 14px;
}

.signat_service{
    border: 1px solid #e6e6e6;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    padding-top: 15px;
    padding-bottom: 15px;
    max-width: 420px;
}

.signat_service:hover{
    margin-top: 5px;
    margin-bottom: 5px;
    transition: 0.2s;
    -moz-transition:all 0.2s;
	-webkit-transition:all 0.2s;
	-o-transition:all 0.2s;
    box-shadow: 7px 7px 10px -5px rgba(0,0,0,0.5);
    -moz-box-shadow: 7px 7px 10px -5px rgba(0,0,0,0.5);
	-webkit-box-shadow: 7px 7px 10px -5px rgba(0,0,0,0.5);
}

.signat_service:not(:hover){
    transition: 0.2s;
    -moz-transition:all 0.2s;
	-webkit-transition:all 0.2s;
	-o-transition:all 0.2s;
}

.signat_service:hover h1{
    transition: 0.2s;
    -moz-transition:all 0.2s;
	-webkit-transition:all 0.2s;
	-o-transition:all 0.2s;
    color: #ee7c55;
}

.signat_service:hover p{
    transition: 0.2s;
    -moz-transition:all 0.2s;
	-webkit-transition:all 0.2s;
	-o-transition:all 0.2s;
    color: #646464;
}

.signat_service:not(:hover) h1{
    transition: 0.2s;
    -moz-transition:all 0.2s;
	-webkit-transition:all 0.2s;
	-o-transition:all 0.2s;
}

.signat_service:not(:hover) p{
    transition: 0.2s;
    -moz-transition:all 0.2s;
	-webkit-transition:all 0.2s;
	-o-transition:all 0.2s;
}

.signat_service h1{
    color: #000;
    font-size: 16px;
    margin-bottom: 5px;
}

.signat_service h2{
    font-family: Aller_Lt_It,Arial,Helvetica,sans-serif;
    font-size: 15px;
    color: #787878;
    margin-bottom: 5px;
}

.signat_service p{
    font-family: Aller_Rg;
    font-size: 13px;
    margin: 6px 0;
    color: #bebebe;
}

.signat_service img{
    width: 100%;
    height: 100%;
    max-width: 120px;
    max-height: 150px;
    float: right;
}

.no_right_padding{
    padding-right: 0;
}

.stand_services{
    margin-top: 23px;
}

.stand_services h1{
    font-family: Aller_Rg;
    font-size: 16px;
    margin-bottom: 5px;
    color: black;
}

.stand_services .service_ins_title{
    cursor: pointer;
    margin: 3px 5px 2px 20px;
    padding: 8px 10px 10px;
    background: #fff;
    border: 1px solid #e6e6e6;
    font-size: 13px;
    font-family: Aller_Rg;
    color: #646464;
}

.stand_services .service_ins_title:hover{
    color: #ee7c55;
    transition: 0.2s;
    -moz-transition:all 0.2s;
	-webkit-transition:all 0.2s;
	-o-transition:all 0.2s;
    margin-right: -1px;
    margin-left: 24px;
}

.stand_services .service_ins_title:not(:hover){
    transition: 0.2s;
    -moz-transition:all 0.2s;
	-webkit-transition:all 0.2s;
	-o-transition:all 0.2s;
}

.slide_show_service {
    height: 230px;
}

.slide_show_service img{
    background-repeat: no-repeat;
    background-position: left;
}

.service_short_desc{
    line-height: 1.2em;
    position: absolute;
    max-width: 380px;
    padding: 20px 18px 20px 35px;
    bottom: 25px;
    left: 1px;
    background-color: rgba(255,255,255,.9);
    color: #fff;
    overflow: hidden;
}

.service_short_desc h1{
    color: black;
}



/*Projects*/
.slide_show_projects {
    height: 396px;
    margin: 0 auto;
    padding: 0;
}

.slide_show_projects img{
    margin: 0;
    border: none;
}

.projects_header_slider h1{
    color: #33c2e0;
    margin-bottom: 20px;
    margin-top: 30px;
}

.projects_header_slider p{
    font-size: 14px;
    line-height: 1.3em;
    color: #646464;
    margin-bottom: 15px;
}

.projects_header_slider{
    border: 1px solid #dcdcdc;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: left;
    margin: auto;
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.project_slider_description{
    position: absolute;
    bottom: 35px;
    background-color: rgba(255,255,255,.9);
    padding: 10px;
    line-height: 1.2em;
}

.project_slider_description .project_slider_title{
    font-family: Aller_Rg_Bd;
    font-size: 18px;
    color: #000;
}

.project_slider_description .project_slider_subtitle{
    font-family: Aller_Lt_It;
    font-size: 14px;
    color: #333;
}

.projects_block_ass{
    visibility: hidden;
}

.projects_row{
    margin: 0 auto;
}

.wrap .articles_row{
    margin: 0 auto;
	padding: 0;
}

.timeline_container{
    margin-left: 3px;
}

.timeline{
    width: 892px;
}

.timeline_project_display{
    width: 852px;
}

/*Articles*/
.articles_header_slider h1{
    color: #8ac650;
    margin-bottom: 20px;
    margin-top: 30px;
}

.articles_header_slider p{
    font-size: 14px;
    line-height: 1.3em;
    color: #646464;
    margin-bottom: 15px;
}

.articles_all{
    margin-top: 40px;
}
#artmosaic .fpblock1{
margin-right: 6px;
}

.articles_all .artbigbox2{
    max-width: 450px;
}

.article_block{
    margin-bottom: 10px;
    visibility: hidden;
}

.article_block .block_m{
    cursor: pointer;
    border: 1px solid rgba(0,0,0,.1);
    min-height: 290px;

}
.article_block a{
    width: 100%;
    height: 100%;
}

.article_block h1{
    font-family: Aller_Rg_Bd;
    font-size: 16px;
    color: #505050;
}

.article_block h2{
    font-family: Aller_Rg_It;
    font-size: 14px;
    padding: 0;
    padding-bottom: 5px;
}

.article_block .title_block{
    margin-top: 10px;
}

.article_block .block_m:hover h2{
    color: #8ac650;
    transition: 0.2s;
    -moz-transition:all 0.2s;
	-webkit-transition:all 0.2s;
	-o-transition:all 0.2s;
}

.article_block .block_m:not(:hover) h2{
    transition: 0.2s;
    -moz-transition:all 0.2s;
	-webkit-transition:all 0.2s;
	-o-transition:all 0.2s;
}

.article_block .block_m:hover h1{
    color: #1e1e1e;
    transition: 0.2s;
    -moz-transition:all 0.2s;
	-webkit-transition:all 0.2s;
	-o-transition:all 0.2s;
}

.article_block .block_m:not(:hover) h1{
    transition: 0.2s;
    -moz-transition:all 0.2s;
	-webkit-transition:all 0.2s;
	-o-transition:all 0.2s;
}

.article_block .block_m:hover{
    margin-top: -5px;
    margin-bottom: 5px;
    transition: 0.2s;
    -moz-transition:all 0.2s;
	-webkit-transition:all 0.2s;
	-o-transition:all 0.2s;
    box-shadow: 7px 7px 10px -5px rgba(0,0,0,0.5);
    -moz-box-shadow: 7px 7px 10px -5px rgba(0,0,0,0.5);
	-webkit-box-shadow: 7px 7px 10px -5px rgba(0,0,0,0.5);
}

.article_block .block_m:not(:hover){
    transition: 0.2s;
    -moz-transition:all 0.2s;
	-webkit-transition:all 0.2s;
	-o-transition:all 0.2s;
}

.article_block .dot_proj{
    margin-top: 10px;
    height: 80px;
}

.article_block .dot_proj{
    font-size: 14px;
    color: #6d6d6d;
}

.article_block p, strong, em{
    font-family: Aller_Rg;
}

.article_block .block_m:hover p{
    color: #505050;
    transition: 0.2s;
    -moz-transition:all 0.2s;
	-webkit-transition:all 0.2s;
	-o-transition:all 0.2s;
}

.article_block .block_m:not(:hover) p{
    transition: 0.2s;
    -moz-transition:all 0.2s;
	-webkit-transition:all 0.2s;
	-o-transition:all 0.2s;
}

.article_block .author_block{
    float: left;
    margin-top: 10px;
    margin-left: 10px;
    max-width: 90px;
    max-height: 110px;
    padding: 0;
}

.article_block .author_photo{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.article_block .author_name{
    font-family: Aller_Rg;
    font-size: 10px;
    margin: 0;
    color: #787878;
}

.article_block .pslider{
    width: 100% !important;
}

.article_block .slideIm {
    margin-top: 10px;
    width: 100% !important;
    max-height: 110px;
}

.article_block .pslider_block{
    padding-right: 0;
    padding-left: 0;
    margin-left: 5px;
}

.article_block img{
    max-height: 110px;
    width: 100%;
    object-fit: cover;
}

.article_block .sublinetag{
    position: absolute;
    z-index: 50;
    margin-top: 10px;
}

/*Resources*/

.teaser_textbox{
    border: 1px solid #bbb;
    padding: 15px;
    min-height: 125px;
    margin-bottom: 10px;

    font-size: 14px;
    line-height: 1.4em;
    color: #646464;
}

.useful_this_block h1{
    font-family: Aller_Rg,Arial,Helvetica,sans-serif;
    font-size: 20px;
    margin-bottom: 20px;
}

.carbon_calc_block h1{
    font-family: Aller_Rg;
    font-size: 15px;
    color: black;
}

.carbon_calc_block{
    background-image: url('../site_images/carboncalc.jpg');
    background-repeat: no-repeat;
    background-position: center;
}

.login_block h1{
    font-family: Aller_Rg;
    font-size: 15px;
    color: black;
}

.login_block form{
    margin-top: 10px;
}

.login_block input{
    border: 1px solid rgb(210, 210, 210);
    padding: 2px 5px;
}

.login_block .textfield{
    float: left;
}

.login_block .button{
    float: left;
}


.pub_bro_block h1{
    font-family: Aller_Rg;
    font-size: 16px;
    margin: 15px 0 10px 10px;
    color: black;
}

.pub_bro_block p{
    font-family: Aller_Lt;
    font-size: 12px;
    margin: 12px 0 10px 10px;
}

.publication_block{
    border: 1px solid #dcdcdc;
    margin-top: 20px;
}

.brochures_block{
    border: 1px solid #dcdcdc;
    margin-top: 20px;
}

/*about page*/
.about_menu{
    margin-top: 20px;
    margin-left: 15px !important;
}

.about_menu .about_menu_item{
    font-size: 12px;
    font-family: Aller_Rg_Bd;
    width: 120px;
    height: 80px;
    padding: 10px;
    border: 1px solid rgba(0,0,0,.1);
    color: #8c8c8c;
    margin: 0 auto;
}

.about_i{
    padding: 0 0 10px 0;
}

.about_menu a{
    color: #8c8c8c;
    font-family: Aller_Rg_Bd;
    width: 100%;
    height: 100%;
}

.about_menu .ab_active{
    color: white;
}

.about_menu .about_menu_item:hover{
    color: white;
    transition: 0.1s;
    -moz-transition:all 0.1s;
	-webkit-transition:all 0.1s;
	-o-transition:all 0.1s;
    -moz-box-shadow:inset 0 0 10px rgba(0,0,0,.3);
	-webkit-box-shadow:inset 0 0 10px rgba(0,0,0,.3);
	box-shadow:inset 0 0 10px rgba(0,0,0,.3)
}

.about_menu .about_menu_item:not(:hover){
    transition: 0.1s;
    -moz-transition:all 0.1s;
	-webkit-transition:all 0.1s;
	-o-transition:all 0.1s;
}

.about_menu .about_bg_active, .about_bg:hover{
    background-color: #8ebcd6;
}

.about_menu .env_pol_active, .env_pol_bg:hover{
    background-color: #82cece;
}

.about_menu .menu_bg_active, .menu_bg:hover{
    background-color: #88d198;
}

.about_menu .people_bg_active, .people_bg:hover{
    background-color: #cacc79;
}

.about_menu .work_bg_active, .work_bg:hover{
    background-color: #ddac72;
}

.about_menu .contact_bg_active, .contact_bg:hover{
    background-color: #e87d87;
}

.about_pslider{
    float: none;
    width: auto;
}

.about_pslider_small{
    height: 172px;
    margin-bottom: 10px;
}

.about_pslider_small img{
    width: 100% !important;
    height: auto !important;
    object-fit: cover;
    max-width: 265px;
}

.aboutblocksmall h1{
    font-size: 16px;
    font-family: Aller_Rg_Bd,Arial,Helvetica,sans-serif;
    margin: 0 0 5px;
    padding: 15px 0 10px;
    color: #000;
}

.aboutblocksmall strong {
    font-family: Aller_Rg,Arial,Helvetica,sans-serif;
    color: #000;
}

.aboutblocksmall p {
    margin-bottom: 12px;
}

.about_small_text{
    padding: 0;
}

div.aboutblocksmall {
    float: none;
    width: 100%;
    min-height: 0;
    font-size: 15px;
    margin: 0;
}

.about_pslider img{
    object-fit: cover;
    width: 100% !important;
    max-width: 410px;
}

.about_quotes{
    padding-top: 20px;
    padding-bottom: 20px;
}

.about_quote{
    color: #6c207e;
    font-family: Aller_Lt_It;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 10px;
}

.quo_who, .quo_desc {
    font-family: Aller_Lt_It;
    color: #b2b2b2;
    text-align: right;
    font-size: 12px;
}

.no_show{
    display: none;
    visibility: hidden;
}

.block_about_partner img{
    width: 100%;
    max-width: 150px;
    max-height: 130px;
    object-fit: cover;
	vertical-align:middle;
}

.about_partner{
    margin-bottom: 20px;
}

.block_about_partner{
    width: 100%;
    height: 150px;
	vertical-align:middle;
}

.about_partner:hover{
    margin-top: -5px;
    margin-bottom: 15px;
    transition: 0.1s;
    -moz-transition:all 0.1s;
	-webkit-transition:all 0.1s;
	-o-transition:all 0.1s;
}

.about_partner:not(:hover){
    transition: 0.1s;
    -moz-transition: all 0.1s;
    -webkit-transition: all 0.1s;
    -o-transition: all 0.1s;
}

.about_img{
    width: 100%;
    max-width: 400px;
    object-fit: cover;
}

.about_work_with_us_body img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about_person_block{
    float: none;
    width: 100%;
    min-height: 190px;
    height: 100%;
}

.about_person_block .shdesc{
    width: 100%;
    height: auto;
    max-height: none;
    padding: 0;
}

.about_person_block img{
    width: 100%;
    margin: 0;
    float: none;
    max-width: 130px;
}

.about_person_block .titleblock {
    width: 100%;
    padding: 0 0 10px 0;
}

.about_person_block .news_more{
    float: right;
    left: auto;
}

.about_person_block a {
    color: #787878;
}

.about_person_block:hover .shdesc p {
	color: #787878;
}

.about_news_content{
    margin-top: 20px;
}

#about_inthenews .scrollbox {
    max-height: 600px;
    overflow-y: auto;
    margin-top: 15px;
    z-index: 20;
}

#about_wormfood .news_title, .news_date, .news_body, .news_more{
    padding: 0;
}

#about_wormfood, #about_inthenews {
    position: relative;
    float: none;
    width: auto;
    padding-top: 0px;
    padding-right: 1rem;
    padding-left: 1rem;
    font-family: Aller_Rg;
    font-size: 12px;
}

#about_wormfood .news_more{
    left: auto;
    float: right;
    width: auto;
    margin: auto;
}

#about_wormfood .newsitembox {
    padding-bottom: 20px;
}

#about_wormfood .news_title h1{
    width: auto;
}

#about_wormfood .news_date {
    position: relative;
    left: auto;
    top: auto;
    font-family: Aller_Rg_It;
    font-size: 11px;
    margin-bottom: 0;
    color: #b4b4b4;
}

#about_wormfood .newsitembox:hover {
	border:1px solid #d2d2d2;
	top:-2px;
	-moz-box-shadow:0 3px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow:0 3px 3px rgba(0,0,0,0.5);
	box-shadow:0 3px 3px rgba(0,0,0,0.5);
}

.extra_about_img{
    margin: 0 auto;
    max-width: 400px;
    padding-bottom: 10px;
}

div.bigbox {
    width: 100%;
    height: auto;
    min-height: 250px;
    padding: 20px;
}

.mixed_news .newsdate {
    font-family: Aller_Rg_It;
    float: none;
    font-size: 12px;
    margin: 0;
    color: #a0a0a0;
}

div.bigbox .pslider {
    float: none;
    width: 100% !important;
    height: 100%;
    margin: 0;
    margin-top: 10px;
    position: relative;
}


div.bigbox .pslider img {
    float: none;
    width: 216px;
    height: 150px;
    object-fit: cover;
    margin: 0;
}

div.bigbox .slideIm{
    top: auto !important;
    left: auto !important;
    position: absolute !important;

}

div.bigbox .news_more {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    text-align: right;
    padding: 0;
}

div.bigbox .descr {
    padding: 0;
    padding-right: 1rem;
    padding-left: 1rem;
}

div.bigbox .titleblock {
    padding: 0;
    padding-right: 1rem;
    padding-left: 1rem;
}

.about_news_item_url{
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 10;
}

.asset_title_block .asset_title{
    font-family: Aller_Rg_Bd,Arial,Helvetica,sans-serif;
    font-weight: 700;
    font-size: 24px;
    color: black;
}

.asset_title_block .asset_title p{
    display: inline;
}

.profile_headshot{
    margin-top: 25px;
}

.asset_title .asset_subtitle{
    margin: 0 0 3px;
    font-family: Aller_Lt_It,Arial,Helvetica,sans-serif;
    font-size: 17px;
    color: #505050;
}

.asset_title .asset_subtitle span{
    font-family: Aller_Lt_It,Arial,Helvetica,sans-serif;
    font-size: 14px;
}

.tcolAbout{
    color: #e5995b;
}

.asset_publish_date{
    font-family: Aller_Rg_It,Arial,Helvetica,sans-serif;
    font-size: 12px;
    color: #8c8c8c;
}

.asset_intro_text{
    margin-top: 20px;
}

.asset_intro_text_narrow{
    float: left;
	max-height: 380px;
	padding: auto;
	overflow-y: auto;
}

.asset_intro_text .asset_short_desc p{
    font-family: Aller_Rg,Arial,Helvetica,sans-serif;
    font-size: 15px;
    line-height: 1.6em;
    color: #000;
    margin-bottom: 1.6em;
    margin-top: 20px;
}

.asset_profile_text p:first-child{
    font-size: 14px;
    color: #000;
    font-family: Aller_Rg;
}

.asset_profile_text p {
    font-family: Aller_Lt, Arial, Helvetica, sans-serif;
    line-height: 1.600em;
    margin-bottom: 1.6em;
    word-wrap: break-word;
    font-size: 14px;
    color: #000;
}

#asset_narrow_column_left{
    margin-top: 25px;
}

#asset_narrow_column_left .infoblock{
    margin: 0 10px 0 0;
    padding: 5px 20px 28px 0;
    border-right: 2px solid #ddd;
}

.profile_article{
    float: none;
    margin: 0;
    padding: 0 !important;
}

.profile_article .title_block {
    float: none;
    width: 100%;
    padding: 0;
}

.profile_article .title_block h1{
    padding: 0;
    color: #6c207e;
}

.profile_article .title_block h2{
    margin: 0;
    padding: 0;
    font-family: Aller_Lt_It,Arial,Helvetica,sans-serif;
    font-size: 15px;
    color: #787878;
    margin-bottom: 3px;
}

.profile_article .descr {
    position: relative;
    width: 100%;
    padding: 0;
}

.profile_article_left_block a:hover h1{
    color: black;
}

.profile_article_left_block a:hover p{
    color: black;
}

.profile_article_left_block a:hover .news_more_btn{
    color: #6c207e;
}

.profile_article .profile_article_shd {
    height: 70px;
    overflow: hidden;
    position: relative;
}

.profile_article .news_more_btn {
	float: right;
	margin: 3px 5px;
    color: #c59cce;
}

.profile_article .descr p{
    color: #646464;
    font-size: 14px;
    line-height: normal;
}

.profile_article .pslider {
    float: none;
    width: 100%;
    height: 120px;
    margin: auto;
}

.profile_article .pslider .slideIm img{
    /*max-width: 100px;*/
    /*height: 100%;*/
}

.profile_article .profile_article_left_block{
    padding-left: 0;
    margin-top: 20px;
}

.profile_article .profile_article_right_block{
    padding-right: 0;
    margin-top: 20px;
}

.infoblock_wide {
     margin: 15px 0 25px;
     padding: 0;
     clear: left;
}

.infoblock_wide .infloblock_image{
    margin: 0;
}

.info_block_item_title{
    float: left;
}

#asset_infoblockcontainer_wide{
    width: 100%;
}

.infoblock_wide .shdesc{
    width: 100%;
}

.infoblock_wide .infoblock_item{
    margin-bottom: 30px;
}

.asset_pslider{
    float: none;
	min-height: 370px;
}

.asset_pslider img{
    object-fit: cover;
    width: 100% !important;
    max-width: 590px;
}
.full_slider {
	clear:both;
	min-height: 430px;
}
.full_slider img{
    max-width: 100%;
    width: 100%;
}

.asset_body{
    margin-top: 20px;
    margin-bottom: 0;
}

.asset_body_video{
    height: auto;
    width: 100%;
}

.asset_body_video iframe{
    width: 100%;
    min-height: 380px;
    height: auto;
}

.asset_body p {
    font-family: Aller_Lt,Arial,Helvetica,sans-serif;
    font-size: 15px;
    line-height: 1.600em;
    color: #1e1e1e;
    margin-bottom: 1.6em;
    word-wrap: break-word;
}

.asset_body img{
    max-width: 100%;
    object-fit: cover;
    height: 100%;
}

.asset_body h2 img{
    height: 100%;
}

.asset_body p.quote {
    width: 80%;
    margin: 20px;
    padding: 20px;
    font-family: Aller_Lt_It,Arial,Helvetica,sans-serif;
    font-size: 1em;
    line-height: 1.375em;
    color: #000;
    background-color: #eee;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

div.quote p{
    margin-bottom: 10px;
    width: 90%;
}

#asset_images .asset_imageblock{
    max-width: 100%;
}

#asset_images .asset_imageblock_image{
    max-width: 100%;
}

.asset_body iframe{
    width: 100%;
}

.asset_imageblock .download_overlay{
    z-index: 20;
}

.contentcolumnleft{
    width: 100%;
    float: none;
}

.contentcolumnright{
    width: 100%;
    float: none;
    margin-left: 0;
}

.contentcolumnleft img, .contentcolumnright img{
    width: 100%;
    height: 100%;
}

#asset_narrowcolumnright{
    width: auto;
    float: none;
    margin: auto;
    clear: none;
}

#asset_narrowcolumnright .servicequotes{
    padding: inherit;
}

.infoblock{
    margin-top: 20px;
    margin-bottom: 40px;
}


#asset_introbox{
    width: auto;
    height: auto;
    display: block;
    vertical-align: top;
}

#flvPlayer{
    width: 100%;
    height: 22em;
}

#flvPlayer embed{
    width: 100%;
    height: 100%;
}

.profile_headshot img{
    width: 100%;
    max-width: 260px;
}
.frontpage_searchbox {
		visibility: hidden;
	}

/*MEDIA*/
@media only screen and (max-width: 897px) {
    .asset_pslider{ min-height: 350px;
	}
	
	.asset_pslider.full_slider{ min-height: 400px;
	}
	
    .projects_row{
        width: 600px;
    }

    .timeline_container{
        display: none;
    }
}

@media only screen and (max-width: 840px) {
    .asset_pslider{ min-height: 330px;
	}
	
	.asset_pslider.full_slider{ min-height: 380px;
	}
	
}

@media only screen and (max-width: 767px) {
    .asset_pslider{ min-height: 380px;
	}
	
	.asset_pslider.full_slider{ min-height: 340px;
	}
	
	.slide_show img{
        max-height: 365px;
    }
    .slide_show {
        height: 400px;
    }

    .slide_show_service img{
        max-height: 222px;
    }
    .slide_show_service {
        height: 200px;
    }

	.wie_block {
		margin-top: 80px;
	}

    .sl_ref_desc .box-row{
        border-color: white;
        border-bottom-color: #e6e6e6;
        min-height: 70px;
        padding: 10px 0 15px 0;
    }

    .box_meet_team_text{
        margin-top: 20px;
    }

    .serv_margin_top{
        margin-top: 20px;
    }

    .slide_show_projects img{
        margin-left: auto;
    }

    .slide_show_projects img{
        max-height: 342px;
    }
    .slide_show_projects {
        height: 338px;
    }
    .about_pslider{
        max-width: 410px;
        margin: 0 auto;
        margin-top: 35px;
    }

    .about_pslider_small img{
        height: auto;
        max-width: 245px;
    }

    .about_small_text h1{
        padding-top: 10px;
    }

    .aboutblocksmall{
        border-bottom: 1px solid darkgrey;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }

    .about_small_text{
        padding-right: 1rem;
        padding-left: 1rem;
    }
    .asset_intro_text_narrow{
        float: left;
	    max-height: 100%;
	    padding: auto;
	    overflow-y: auto;
    }
    .fpteamscroller{
        margin: 0 auto;
        max-width: 440px;
        height: auto;
    }


}

@media only screen and (max-width: 700px) {
	.asset_pslider.full_slider{ min-height: 300px;
	}
}

@media only screen and (max-width: 640px ){
  	.asset_pslider{ min-height: 270px;
	}
	.asset_pslider.full_slider{ min-height: 280px;
	}

     .slide_show {
        height: 350px;
    }
 
    .items_box{
        display: none;
    }

    .items_box_mobile{
        display: block;
        top: 0;
        left: 0;
        width: 100%;
        height: 3.5em;
        padding: 0.25em 0.5em;
        box-sizing: border-box;
        -webkit-box-shadow: 0 0 3px 0 rgba(0,0,0,0.2);
        box-shadow: 0 0 3px 0 rgba(0,0,0,0.2);
        background: #fff;
        z-index: 900;
    }

    .slide_show img{
        max-height: 304px;
    }
    .slide_show {
        height: 320px;
    }
    .slide_show_service img{
        max-height: 190px;
    }
    .slide_show_service {
        height: 170px;
    }
	.frontpage-quotebox .box {
		width: 350px;
	}
}

@media only screen and (max-width: 599px) {
    .asset_pslider{ min-height: 350px;
	}
	
	.asset_pslider.full_slider{ min-height: 280px;
	}
	
    .projects_row{
        width: 300px;
    }
    .about_pslider_small{
        flex-basis: 100%;
        max-width: 100%;
        height: 260px;
    }

    .about_small_text{
        flex-basis: 100%;
        max-width: 100%;
        padding-left: 0;
    }

    .about_pslider_small img{
        max-width: 410px;
    }

    .fpsmallbox {
        /*border-color: white;*/
        /*border-bottom-color: #e6e6e6;*/
    }

    .home_slid_row{
        max-width: 100%;
    }
	
	.wie_block {
		margin-top: 60px;
	}
	
	.frontpage-quotebox .box {
		margin-top: 50px;
	}
	
}

@media only screen and (max-width: 520px) {
    .asset_pslider{ min-height: 290px;
	}
	
	.asset_pslider.full_slider{ min-height: 235px;
	}
    .slide_show img{
        max-height: 245px;
    }
    .slide_show {
        height: 300px;
    }
    .slide_show_service img{
        max-height: 155px;
    }
    .slide_show_service {
        height: 135px;
    }
    .service_short_desc{
        padding: 10px 9px 10px 16px;
        bottom: 15px;
    }
}

@media only screen and (max-width: 446px) {
    .about_pslider{
        height: 230px;
    }
}

@media only screen and (max-width: 425px) {
    .asset_pslider{ min-height: 240px;
	}
	
	.asset_pslider.full_slider{ min-height: 175px;
	}

    .slide_show img{
        max-height: 201px;
    }
    .slide_show {
        height: 240px;
    }
    .text_on_img_slider{
        padding: 10px 9px 10px 16px;
        bottom: 15px;
    }
    .capt_img_text {
        padding-bottom: 9px;
    }
    .desc_img_text{
        line-height: 20px;
    }

    .slide_show_service img{
        max-height: 127px;
    }
    .slide_show_service {
        height: 100px;
    }
    .service_short_desc h1 {
        padding-bottom: 4px;
        font-size: 16px;
    }
    .service_short_desc p{
        line-height: 20px;
        font-size: 13px;
    }
    .slide_show_projects img{
        max-height: 278px;
    }
    .slide_show_projects {
        height: 274px;
    }
    .about_pslider_small{
        height: 230px;
    }
}

@media only screen and (max-width: 385px) {
    .about_pslider{
        height: 200px;
    }
}

@media only screen and (max-width: 375px) {
    .asset_pslider{ min-height: 220px;
	}
	
	.asset_pslider.full_slider{ min-height: 165px;
	}
	
    .slide_show img{
        max-height: 177px;
    }
    .slide_show {
        height: 200px;
    }
    .capt_img_text {
        font-size: 15px;
    }
    .desc_img_text{
        line-height: 20px;
        font-size: 13px;
    }

    .slide_show_service img{
        max-height: 113px;
    }
    .slide_show_service {
        height: 80px;
    }
    .service_short_desc h1 {
        font-size: 15px;
    }
    .service_short_desc{
        padding: 10px 5px 10px 16px;
        bottom: 10px;
    }
    .slide_show_projects img{
        max-height: 244px;
    }
    .slide_show_projects {
        height: 240px;
    }
    .about_pslider_small{
        height: 200px;
    }
}

@media only screen and (max-width: 338px) {
    .items_box_mobile .mobile_menu_title{
        line-height: 1.5rem;
    }
}

@media only screen and (max-width: 320px) {
    .asset_pslider{ min-height: 180px;
	}
	
	.asset_pslider.full_slider{ min-height: 130px;
	}
	
    .slide_show img{
        max-height: 151px;
    }
    .slide_show {
        height: 180px;
    }
    .capt_img_text {
        font-size: 15px;
    }
    .desc_img_text{
        line-height: 14px;
        font-size: 9px;
    }

    .slide_show_service img{
        max-height: 97px;
    }
    .slide_show_service {
        height: 60px;
    }
    .service_short_desc h1 {
        font-size: 13px;
    }
    .service_short_desc p{
        line-height: 12px;
        font-size: 11px;
    }
    .slide_show_projects img{
        max-height: 208px;
    }
    .slide_show_projects {
        height: 204px;
    }
    .about_pslider_small{
        height: 170px;
    }

    .asset_body p.quote {
        width: 70%;
    }
}

@media only screen and (max-width: 227px) {
    .items_box_mobile .mobile_menu_title{
        line-height: 1rem;
        font-size: 12px;
    }
}

@media only screen and (min-width: 585px) and (max-width: 625px){
    .about_menu .about_menu_item {
        width: 150px;
    }
}

@media only screen and (min-width: 625px) and (max-width: 700px){
    .about_menu .about_menu_item {
        width: 160px;
    }
}

@media only screen and (min-width: 700px) and (max-width: 873px) {
    .about_menu .about_menu_item {
        width: 200px;
    }
}