.form-control::-webkit-input-placeholder {
    color: #aaa;
}
.form-control:-ms-input-placeholder {
    /* IE 10+ */
    color:  #aaa;
}
.form-control::-ms-input-placeholder {
    /* Microsoft Edge */ 
   color:    #aaa;
}
.form-control::placeholder { 
    /* Most modern browsers support this now. */
   color:    #aaa;
}
* {
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    font-family: -apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
}
a,a:active,a:visited,a:focus{
    text-decoration: none;
}
body.expert_views #middle a {
    font-weight: bold;
    text-decoration: underline;
    color: #9fcb3b;
}
body.expert_views #middle a:hover {
    text-decoration: none;
}
body, html {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    background-color: #f6f6f6;
    font-size: 16px;
    color: #000;
    line-height: 1.43;
}
.link_logout {
    color: #9fcb3b;
    vertical-align: middle;
    font-weight: bold;
    font-size: 15px;
    margin-right: 1px;
}
.form_expert_view #f_id_image .help {
    clear: both;
}
body.annual_reports .item a .title {
    color: #000;
}
body.annual_reports .item a.edit_btn,
body.newsletters .item a.edit_btn {
    z-index: 500;
    margin: -13px;
}
#modal{
    display: none;
}
#modal,#modal_bg,#modal_scroll_cont {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 999;
}
#modal_bg {
    background-color: rgba(0, 0, 0, 0.79);
    z-index: 1;
}
#modal_scroll_cont{
    overflow:auto;
}
#modal_scroll_cont>*{
    pointer-events: all;
}
#modal #form_cont {
    max-width: 1366px;
    width: 95%;
    margin: 20px auto;
    background-color: rgba(255, 255, 255, 0.96);
    min-height: 100px;
    padding: 20px 40px;
    position: relative;
    z-index: 2;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 4px;
    border: 2px solid #9fcb3b;
    border-width: 10px 4px 4px;
    color: #000;
    font-size:17px;
}
#modal #form_cont label {
    color: #9fcb3b;
    font-weight: bold;
    margin-bottom: 3px;
    font-size: 16px;
}
#modal #form_cont form.single .multicol{
    display: none;
}
#modal #form_cont form.single.nl .col_nl{
    display: block;
}
#modal #form_cont form.single.en .col_en{
    display: block;
}
.show_error .cont {
    border: 2px solid red;
    background-color: rgba(255,0,0,.1);
    border-radius: 6px;
}
.error {
    display: none;
    background-color: red;
    color: #fff;
    padding: 1px 10px;
    font-size: 14px;
}
.show_error .error{
    display: block;
}
.form-control {
    font-size: .97rem;
}
#form_cont h1 {
    background-color: #9fcb3c;
    margin: -20px -40px 20px;
    padding: 0 0 15px 40px;
    color: #fff;
    font-size: 38px;
}
.form-group.id_photo {
    float: right;
    width: 300px;
    z-index: 9;
    position: relative;
}
.id_photo .image {
    border-radius: 200px;
    overflow: hidden;
    border: 4px solid #9fcb3c;
}

#f_id_photo label {
    visibility: hidden;
}
#form_success .close {
    font-size: 50px;
    margin: -3px 8px 0;
}
.updating_loader img {
    width: 58px;
}
.updating_loader {
    text-align: center;
    display: none;
}
.btn.btn-primary{
    background-color: #9fcb3b;
    border-color: #9fcb3b;
    color: #fff;
}
.btn.btn-primary:hover{
    background-color: #9fcb3b;
    border-color: #9fcb3b;
    color: #fff !important;
}
body.show_form #modal{
    display: block;
}
body.show_form,html.show_form{
    overflow:hidden;
}
.pekecontainer .row{
    display: none;
}
.hide {
    display: none !important;
}
@media (min-width: 980px) {
    #menu>ul>li:hover ul.hide{
        display: block !important;
        width: auto;
        background: #fff;
        padding: 19px 25px 10px;
        margin-left: -19px;
        border-radius: 0 0 6px 6px;
    }
    #menu>ul>li li {
        padding: 3px 0;
    }
}
#mastercontainer {
    max-width: 1366px;
    min-height:1200px;
    width: 100%;
    position: relative;
    background-color: #FFF;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-shadow: 0 0 100px -4px rgba(0, 0, 0, 0.26);
            box-shadow: 0 0 100px -4px rgba(0, 0, 0, 0.26);
    padding-top:15px;
}
#logo {
    margin: 2px 0 12px 15px;
    margin: 0;
}
#topbar > a {
    width: 219px;
    display: block;
    overflow: hidden;
    margin: 2px auto 15px 25px;
}
#menu {
    position: absolute;
    top: 39px;
    right: 44px;
    z-index: 3;
    font-size: 18px;
    width: calc(100% - 459px);
    max-width: 618px;
}
#menu .m25{
    display: none;
}
#menu ul {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
*, *:focus,button:focus{
    outline: none;
}
a:hover,a.selected,#menu li.selected>a{
    color: #9fcb3b !important;
    text-decoration: none;
}

#categories li.selected a, #categories li a:hover{
    color:#1d4d60!important;
}

#breadcrum {
    margin: 0 0 18px;
}

#menu a{
    color: #1d4d60;

}

#menu ul{
    list-style-type: none;
    margin:0;
    padding:0;
}
#menu li a {
    padding: 0;
    display: block;
}
#menu li a:first-letter {
    text-transform: uppercase;
}
#menu>ul>li {
    display: inline-block;
}
#menu>ul>li ul {
    position: absolute;
    font-size: 17px;
}

#menu li:hover>ul{
    display: block;
}
#menu>ul ul{
    padding-bottom:5px;
    display:none;
}
#menu>ul>li>ul {
    padding-top: 2px;
}
#submenu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
#submenu ul li{
    line-height: 1.2;
    padding: 5px 0;
    font-size: 18px;
}
#submenu ul li a,#submenu ul li a:hover {
    font-size: 18px;
    font-weight: bold;
    color:#fff !important;
}
#submenu ul li.selected a, #submenu ul li.selected a:hover {
    color: #1d4d60 !important;
    font-size: 18px !important;
}

#header {
    height: 204px;
    overflow: hidden;
    margin-bottom: 8px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
}

#header img,#headerani img {
    width: 100%;
 
}
.banner .txt {
    position: absolute;
    background-color: rgba(159, 203, 60, 0.8);
    color: #fff;
    padding: 10px 20px;
    line-height: 1.3;
    left: 10%;
    font-size: 20px;
    top: 15%;
    width: 30%;
}
#headerani{
    height: 345px;
    position: relative;
    overflow: hidden;
    margin-bottom: 8px;

    
    -webkit-backface-visibility: hidden;
   backface-visibility: hidden;

   -webkit-perspective: 1000;
   -ms-perspective: 1000;
   perspective: 1000;
}
.headerani.right {
    height: 100%;
    -webkit-transition: -webkit-transform 0s;
    transition: -webkit-transform 0s;
    -o-transition: transform 0s;
    transition: transform 0s;
    transition: transform 0s, -webkit-transform 0s;
}
.headerani.right.go{
    -webkit-transition: -webkit-transform 1s;
    transition: -webkit-transform 1s;
    -o-transition: transform 1s;
    transition: transform 1s;
    transition: transform 1s, -webkit-transform 1s;
    -webkit-transform: translate(-100%,0);
        -ms-transform: translate(-100%,0);
            transform: translate(-100%,0);
}
.banner {
    position: absolute;
    width: 100%;
    bottom: 0;
    top: 0;
    background-size: cover;
    background-position: -50%;
    overflow: hidden;
}
.headerani.right .banner:nth-child(2){
    left: 100%;
}
#defaultcontainer {
    position: relative;
    height: 750px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-width: 1px;
}
body.home #boxes {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    margin-right: 8px;
}
#leftside {
    
    margin-left:8px;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
#leftside, .bottommenu {
    width: 244px;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
}

.box {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    width: 33%;
    display: block;
    padding-left: 8px;
    padding-bottom: 8px;
    height: 252.3px;
    position: relative;
}
.box>div {
    width: 100%;
    background-color: #ddd;
    background-color:#e3eded;
    border: 1px solid #ccc;
    position: relative;
    overflow: hidden;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    height: 100%;
    background-size: cover;
}

.box.transparent .text{
    font-style: italic;
    color: #1d4d60;
}
.box.transparent .text h1{
    font-style: normal;
}
body.home #leftside {
    background-color: transparent;
    padding: 0 4px 0 4px;
    overflow: hidden;
}
#middle {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 750px;
    width: 62.66%;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    margin-left: 8px;
}
body.default #middle{
    display:block;
    width:100%;
}
#middle>h1:first-letter {
    text-transform: uppercase;
}
#middle>h1>* {
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    float: none;
    -webkit-align-self: center;
        -ms-flex-item-align: center;
                -ms-grid-row-align: center;
            align-self: center;
}
#middle>h1 .inner_title {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -webkit-align-self: auto;
        -ms-flex-item-align: auto;
                -ms-grid-row-align: auto;
            align-self: auto;
    -webkit-flex-shrink: 1;
        -ms-flex-negative: 1;
            flex-shrink: 1;
}
#middle>h1 .edit_btn{
    margin-left:5px;
}
#middle>h1 {
    margin-top: 3px;
    min-height: 34px;
    font-size: 1.6rem;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 6px;
    margin-bottom: 0;
}
#middle a{
    color: #000;
}
.box.transparent>div {
    background-color: transparent;
    border-color: transparent;
}
.box .title, .box .text{
    position: absolute;
}
.box .title {
    top: 10%;
    background-color: #9fcb3b;
    font-weight: bold;
    color: #fff;
    width: 60%;
    padding: 3px 10px 5px 10px;
    font-size: 19px;
    text-align: center;
    min-width: min-content;
}
.box .title:first-letter{
    text-transform: capitalize;
}
.box.bottom>div {
    background: #9fcb3b;
}
.box.bottom .title {
    bottom: 10%;
    top: auto;
    background: #1d4d60;
}
.box .text {
    top: calc(10% + 46px);
    padding: 10px 20px;
    font-size: 17px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    visibility: hidden;
}
.box.bottom .text {
    bottom: calc(10% + 46px);
    top: 10px;
    color: #fff;
}
.box .text h1 {
    font-size: 20px;
    margin: 0 0 5px;
    font-weight: bold;
}
#footerbig {
    background-color: #1d4d60;
    color: #fff;
    padding: 15px 0px;
    font-size: 14px;
    margin-top: 8px;
    line-height: 1.35;
}
#footer_container
{
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
}
#footerbig .title {
    font-weight: bold;
    margin-bottom: 8px;
    color: #fff;
}

#bottomsharebtns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 10px 0 0;
}
#blinkedin {
    width: 32px;
    height: 32px;
    background: url('../images/share/linkedincircle_blue.png') no-repeat;
}
#btwitter {
    width: 32px;
    height: 32px;
    background: url('../images/share/twittercircle_blue.png') no-repeat;
}
#bfacebook {
    width: 32px;
    height: 32px;
    background: url('../images/share/facebookcircle_blue.png') no-repeat;
}
a:hover>#blinkedin {
    width: 32px;
    height: 32px;
    background: url('../images/share/linkedincirclelight.png') no-repeat;
}
a:hover>#btwitter {
    width: 32px;
    height: 32px;
    background: url('../images/share/twittercirclelight.png') no-repeat;
}
a:hover>#bfacebook {
    width: 32px;
    height: 32px;
    background: url('../images/share/facebookcirclelight.png') no-repeat;
}
.bottommenu a {
    display: table;
}
#footersmall {
    font-size: 10px;
    position: absolute;
    right: 5px;
    bottom: 5px;
    color: #bbb;
    text-align: right;
}

mark {
    padding: 0 3px;
}
#map {
    -webkit-box-shadow: 0 0 10px -3px #000;
            box-shadow: 0 0 10px -3px #000;
    border: 2px solid #fff !important;
    border-radius: 3px;
}
.extrasmall {
    display: inline;
}
.extrasmall a {
    color: #1d4d60;
}
#footerbig a {
    color: #e3eded;
}
#footerbig input {
    background-color: #e3eded;
    font-size: 11px;
    padding: 6px 12px;
    border: 0;
    height: 27px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
#footerbig .rightarrowbutton {
    background-color: #a0bec3;
    height: 27px;
    width: 29px;
    background-position: 14px 13px;
    margin-top: 10px;
    border: 0;
    vertical-align: bottom;
    margin-left: -3px;
}
.bottommenu {
    line-height: 1.7;
    padding-left: 12px;
}
.btweet {
    font-size: 12px;
    margin-top: 10px;
}
.doclink {
    color: #000!important;
    max-width: unset!important;
    display: inline!important;
    white-space: inherit !important;
}
.doclink:hover {
    color: #000!important;
}
#langmenu a {
    display: inline-block;
}
#langmenu {
    position: absolute;
    right: 3px;
    top: 3px;
    z-index: 5;
    line-height: .1;
}
#rightside {
    width: 20%;
    margin-left: -2px;
    float: right;
    margin-right: 8px;
}
#rightside .box {
    width: 100%;
}
#middlescroll {
    overflow: auto;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
}
.rightsideitems {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
}
.rightsideitems>div {
    width: 33.3%;
    padding: 0 10px;
}
.description {
    padding: 0 0 10px;
    font-size: 16px;
}
.item {
    background-color: #ddd;
    background-color:#e3eded;
    padding: 5px 25px;
    margin-bottom: 4px;
}
body.show_menu #menu_overlay_btn {
    -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
}
.item .title {
    line-height: 1.3;
    font-weight: bold;
}
body.annual_reports .item .title {
    font-weight: normal;
}
.item img {
    width: 100%;
    height: 100%;
}
.item.client .title {
    font-weight: normal;
    position: relative;
}
#menu .m0,
#menu .m12,
#menu .m27,
.bottommenu .mdisclaimer {
    display: none;
}
.item.client .title .edit_btn {
    position: absolute;
    right: -18px;
    top: -11px;
}
#categories {
    background-color: #9fcb3b;
    position: relative;
    padding: 5px 5px 5px 14px;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    overflow: auto;
}
#category_list a {
    color:#fff;
}
#category_list li.selected a {
    color:#333;
}
#category_list a.selected span,
#type_list a.selected span {
    text-decoration: underline;
}
#searchbox {
    margin-bottom: 8px;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    height:37px;
    display: none;
}
body.with_search #searchbox{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
#searchbox input {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    background-color: #e3eded;
    border: none;
    padding: 5px 10px;
    width: 100px;
}
#searchbox button {
    background-color: #a0bec3;
    border: 0;
    position: relative;
    width: 40px;
}
#searchbox button i {
    position: absolute;
    font-size: 30px;
    top: 3px;
    left: 15px;
    color: #fff;
}

.box.subscribe form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    height: 63px;
}

.box.subscribe form input {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    border: none;
    padding: 5px 10px;
    width: 100px;
        border-radius: 2px;
}

.box.subscribe form button {
    background-color: #1d4d60;
    border: 0;
    position: relative;
    width: 33px;
    padding: 0;
    height: 30px;
}

.box.subscribe form button i {

    font-size: 22px;
    margin-top: 3px;
    color: #fff;
}


body.itemscol #middlescroll {
    overflow: auto;
}
body.itemscol .l{
    -webkit-box-flex:1;
    -webkit-flex-grow:1;
        -ms-flex-positive:1;
            flex-grow:1;
}
body.itemscol .r {
    margin-left: 4px;
}
.no_show{
    display: none;
}
#show_more {
    background-color: #7b7b7b;
    background-color: #a0bec3;
    color: #fff;
    cursor: pointer;
    padding: 5px 20px;
    font-size: 16px;
    font-weight: bold;
    margin-top: -2px;
}
#show_more:hover{
    background-color: #9fcb3b;
}
body.itemscol .lr-cont {
    margin-bottom: 5px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-left: -4px;
}
body.items2col .lr-cont {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
body.itemscol .item {
    max-height: none;
    min-width: 290px;
}
body.itemscol .item .date {
    color: #000;
    font-size: 15px;
    margin: 5px 0 0;
}
body.itemscol .item .type {
    font-style: italic;
}
body.itemscol .item .medium{
    font-weight: bold;
}
body.itemscol .item .description a {
    max-width: 194px;
    display: inline-block;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: bottom;
}
body.itemscol #middlescroll h2 {
    font-size: 18px;
    margin-bottom: 4px;
    margin-top: 0px;
    font-weight: bold;
    background-color: #7b7b7b;
    background-color: #a0bec3;
    color: #fff;
    padding: 6px 10px 6px;
    text-transform: capitalize;
}

.item .categories {
    color: #9fcb3b;
    font-weight: bold;
    margin-bottom: 10px;
}
.item .extra_info {
margin-top: -10px;
    display: none;
}
.item.open .extra_info{
    display: block;
}

.item .extra_info, .item .extra_info a {
    line-height: 1.2;
    font-size: 14px;
    color: #9a9a9a !important;
    font-weight: bold;
}
.item .extra_info label {
    margin: 12px 0 2px 0;
    
    color: #1d4d60;
    display: block;
    font-style: italic;
    font-weight: bold;
}
.item .extra_info label:first-letter{
    text-transform: capitalize;
}
.item .extra_info ul{
    color: #9fcb3b;
}

.item .extra_info p {
    margin-bottom: 6px;
}
#projects_link a {
    display: table;
    background-color: #9fcb3b;
    margin: 0 auto;
    padding: 1px 10px 3px;
    font-weight: bold;
    font-size: 15px;
}
.item .extra_info a:hover {
    color: #868686 !important;
}
#projects_link a, #projects_link a:hover{
    color:#fff !important;
}
#projects_link i {
    font-size: 21px;
    vertical-align: bottom;
}
button.btn_toggle {
    background: none;
    border: none;
    width: 100%;
    cursor: pointer;
    color: #7c7c7c;
    margin-top: -9px;
    display: block;
    margin-bottom: -5px;
    font-size: 26px;
    line-height: 1;
}
button.btn_toggle {
    margin-bottom: 0px;
    font-size: 15px;

}
.btn_toggle i.fa-angle-up{
    display: none; 
}
.item.open .btn_toggle i.fa-angle-up{
    display: block;
}
.item.open .btn_toggle i.fa-angle-down{
    display: none;
}
#category_list ul, #type_list ul,#selected_cat_list ul,#category_select ul {
    padding: 0 0 0 18px;
    font-weight: normal;
    font-size: 14px;
    display: none;
}
#category_list>ul,
#type_list>ul,
#selected_cat_list>ul,
#category_select>ul {
    padding: 5px 0;
    font-weight: bold;
    font-size: 18px;
    display: block;
    margin-bottom:0;
}
#category_list>ul>li,
#type_list>ul>li,
#selected_cat_list>ul>li,
#category_select>ul>li{
    padding:5px 0;
}
#category_list li, #type_list li,#selected_cat_list li,#category_select li {
    list-style-type: none;
    color: #fff;
    cursor: pointer;
    line-height: 1.2;
}
span.amount {
    font-size: 13px;
    display: none;
}
body.portfolio span.amount{
    display: inline;
}
li.show>ul {
    display: block !important;
}
.top{
    opacity:.3;
}
#type_list li a {
    color: #fff;
}
#category_list li.selected>.li_txt,
#type_list li.selected>.title,
#type_list li.selected .amount,
#selected_cat_list li.selected>.li_txt,
#selected_cats * {
    color: #454545;
    font-weight: bold;
}
.not_in_search,.not_in_cat,.not_in_type{
    display: none;
}
body.portfolio #category_list {
    border-bottom: 1px solid #fff;
    margin-bottom: 5px;
    padding-bottom: 10px;
}
#category_select select {
    font-size: 14px;
    width: 96%;
    padding: 3px;
    margin-top: 4px;
}
/*
body.portfolio .first #middle, body.portfolio .first #searchbox, body.portfolio .first #type_list,body.portfolio .first #category_list li[rel=cat_0] {
    display: none;
}
*/
body.portfolio #category_list,
body.projects #category_list {
    border: 0;
    position: absolute;
    background: #9fcb3b;
    width: calc(100% - 246px);
    z-index: 99;
    padding: 33px 10px 0 0;
    height: calc(100% - 45px);
    margin-left: 244px;
    margin-top: 45px;
    display: none;
}
body.portfolio #category_list.show,
body.projects #category_list.show{
    display: block;
}
body.portfolio #category_list ul,
body.projects #category_list ul{
    display: block;
}
body.portfolio #category_list li[rel=cat_1],
body.projects  #category_list li[rel=cat_1]{
    position: absolute;
    top: 38px;
    left: 254px;
    -webkit-columns: 2;
            columns: 2;
    -webkit-column-gap: 0;
            column-gap: 0;
    width: 499px;
}

body.portfolio #category_list>ul>li>.li_txt,
body.projects #category_list>ul>li>.li_txt{
    position: absolute;
    margin-top: -29px;
    margin-left: 16px;

}

body.portfolio #category_list li,
body.projects #category_list li{
        line-height:1.4;
}
#selected_cat_list .fa {
    font-size: 11px;
}
#selected_cats .fa {
    font-size: 15px;
    color: #b10000;
    margin: 0 4px 0 0;
}
body.portfolio .first #category_list {
    display: block;
}
#category_list li.selected ul .li_txt * {
    color: #333;
    font-style: italic;
}
.id_photo .image img {
    max-width: 300px;
}
.photocontainer {
    border-radius: 100%;
    width: 100%;
    padding-top: 100%; /* 1:1 Aspect Ratio */
    position: relative;
    overflow: hidden;

}
form .image .btn-upload {
    margin: 15px auto;
    display: table;
}
.photocontainer img {
    width: 100%;
}
#teammembers {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: wrap;
        -ms-flex-flow: wrap;
            flex-flow: wrap;
    overflow: auto;
}
.teammember {
    background-color: #f6f6f6;
    width: calc(33% - 20px);
    margin: 0 9px;
    padding: 5px 10px;
    position: relative;
    font-size: 14px;
}
.teammember .photocontainer{
        margin-bottom: 5px;
}
.teammember .edit_btn {
    position: absolute;
    right: 10px;
}
.encs a {
    font-size: 13px;
    font-weight: bold;
}
#middle .encs a {
    color:#000;
}
textarea {
    height: 190px;
}
.fstElement * {
    font-size: 1rem !important;
}
.fstElement {
    width: 100%;
}
.fstElement input{
    background-color:#fff;
}
.fstToggleBtn {
    padding: .5rem .75rem;
    line-height: 1.25;
    min-height: 2.3rem;
}
.fstControls,.fstResults {
    background-color: #f7f7f7 !important;
    z-index:15 !important;
}
.fstResultItem {
    border-color: #e8e8e8 !important;
}
.fstFocused,.fstChoiceItem,.fstResultItem.fstSelected {
    background-color: #9fcb3b !important;
    border-color: #9fcb3b !important;
}
body.our_team #middle .description {
    font-size: 14px;
    line-height: 1.2;
    margin: 0 0 10px;
}
a.edit_btn {
    float: right;
    font-size: 31px;
        z-index: 10;
    position: relative;
}
.lr-cont a.edit_btn{
    margin-right: -14px;

}
body.expert_views #html_text img {
    max-width: 100%;
    height: auto !important;
}
a.edit_btn.add {
    background: #9fcb3c;
    display: table !important;
    color: #fff!important;
    width: auto !important;
    -webkit-align-self: flex-end;
        -ms-flex-item-align: end;
            align-self: flex-end;
    padding: 5px 10px;
    border-radius: 4px;
    font-size: 12px;
    text-decoration: none;
    right: 0;
}
.fstMultipleMode .fstControls {
    width: auto !important;
    background-color: #fff!important;
}
.fstResultItem {
    padding: 1px 10px;
    font-size: .8rem !important;
}
.dp-modal {
    background: rgba(0, 0, 0, 0.48) !important;
    z-index: 999;
}
.dp:before,.dp-selected:hover, .dp-selected:focus, .dp-selected {
    background: #9fcb3c !important;
}
.dp-clear {
    display: none !important;
}
.dp-day:hover, .dp-month:hover, .dp-year:hover, .dp-current:focus, .dp-current, .dp-day:focus, .dp-month:focus, .dp-year:focus {
    outline: 0;
    background: #9fcb3c !important;
    color:#fff !important;
}
.dp-close:hover, .dp-close:focus, .dp-clear:hover, .dp-clear:focus, .dp-today:hover, .dp-today:focus, .dp-next:hover, .dp-next:focus, .dp-prev:hover, .dp-prev:focus, .dp-cal-month:focus, .dp-cal-month:hover, .dp-cal-year:hover, .dp-cal-year:focus {
    background: #9fcb3c !important;
    color:#fff !important;

}
.dp-cal a:hover{
    color:#fff!important;
}
.icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    margin: 0 auto;
}
.slug {
    display: inherit;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    margin: 0 auto;
    white-space: nowrap;
}
.form-group.id_project {
    margin: -0px 0 30px 0;
}
.icon .title {
    word-wrap: break-word;
    width: 100%;
    text-align:center;
}
.icon .size {
    font-size: 13px;
}
.slug input {
    padding: 4px 5px;
    max-width: 428px;
    width: 100%;
    display: inline-block;
}
#filecont_fid_id_file {
    text-align: center;
}
#f_id_file>label {
    display: none;
}
#f_csrf{
    display: none;
}
.preinput {
    display: inline;
}
#filecont_fid_id_file label {
    width: 100%;
    text-align: left;
    max-width: 736px;
    display: block;
    margin: 0 auto;
    height: 18px;
}
#lang_frm {
    position: absolute;
    top: 0;
    right: 0;
}
#lang_frm button {
    font-size: 12px;
    border-width: 0 0 1px 1px;
    border-radius: 0;
}
#lang_frm button:nth-child(1){
    border-radius: 0 0 0 5px;
}
#lang_frm::before {
    content: 'form view';
    margin: 2px 5px 0 0;
    color: #484848;
    font-size: 12px;
}

.form-group.file_url, .form-group.year, .form-group.lang {
    float: left;
    margin-right: 12px;
    width: 150px;
    z-index: 9;
    position: relative;
}
.form_annual_report .form-group.type {
    display: none;
}
#frm.id_file .form-group.hide.id_file,
#frm.url .form-group.hide.url{
    display: block !important;
}
.form-group.id_project {
    clear: both;
}
.btn-upload {
    margin: 15px 0px -3px 0;
}
.btn-upload-update {
    font-size: 12px;
    padding: 3px 10px;
    margin: 5px auto;
}
.hidden{
    display: none;
}
.cke_inner {
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    z-index:9999;
}
.action_btns{
position:relative;
z-index:10;
}

#intro {
    padding: 0 0 10px;
}

#intro .item {
    /* background: #9fca3c; */
    /* padding: 15px 10px; */
    /* margin: 0 -8px 8px; */
    /* color: #fff; */
    /* font-size: 15px; */
    background-color: transparent;
    padding: 0;

}

.owner>div {
    background: #9fca3c;
}
#rightside .photocontainer {
    width: 52%;
    padding-top: 52%;
    margin: 10px auto;
    border: 3px solid #fff;
}
#rightside .owner .info, #rightside .owner .info a, #rightside .owner .info a:hover {
    color: #fff !important;
    text-align: center;
    font-weight: bold;
    font-size: 15px;
    margin-top: -3px;
    line-height: 1.2;
}

body.clients .extra_info {
    margin: 0;
    font-weight: normal;
    color: #1d4d60!important;
    font-size: 16px;
}
body.clients .item,
body.projects .item{
    cursor: pointer;
}

.item .less,
.item.open .more{
    display: none;
}
.item.open .less{
    display: inline;
}
body.clients .item.open .title{
    font-weight: bold;
}
.item .extra_info .website {
    margin: 5px 0 7px;
}

.item .extra_info, .item .extra_info a {
    line-height: 1.2;
    font-size: 14px;
    color: #6d6d6d !important;
    font-weight: normal;
}
.item .extra_info .website a {
    font-weight: bold;
    color: #a0bec3 !important;
    font-size: 16px;
}
.item .extra_info .website a:hover {
    color: #1d4d60 !important;
}
.item .extra_info img.share {
    height: 17px;
    width: auto;
    float: right;
    cursor: pointer;
    position: relative;
    z-index: 9;
}
body.clients #category_list {
    border-top: 8px solid #fff;
    margin: 133px -5px 0 -14px;
    padding: 0 12px 0 14px;
}
body.services .item {
    background: transparent;
    max-height: none;
    overflow: visible;
    padding:0;
}
#html_text {
    padding: 0 6px;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
}

.readmore {
    display: none;
}
body.services #html_text ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
body.services #html_text ul li p{
    margin:0;
}
body.expert_views #middlescroll .item {
    padding: 8px 6px;
}
body.expert_views .item .title {
    font-size: 17px;
}
body.services #html_text ul li {
    background-color: #ddd;
    background-color:#e3eded;
    padding: 15px 25px;
    margin-bottom:4px;
}
body.services .item h2{
    display: none;
}
h1 .extra {
    display: inline;
}
#middle #intro .item p:last-child,#middle #intro p:last-child {
    margin-bottom: 0;
}
.box .date {
    font-size: 14px;
    margin-top: 2px;
}
.help {
    background-color: rgba(255, 246, 168, 0.28);
    padding: 5px 10px;
    font-size: 14px;
    margin-top: 5px;
    border-radius: 6px;
    color: rgba(0, 0, 0, 0.35);
}

.teammember .name {
    font-weight: bold;
}
.teammember .function {
    font-style: italic;
    margin-bottom: 3px;
    margin-top: -3px;
}
body.portfolio #category_list ul.root>li>.li_txt span.amount {
    display: none;
}
#form_container {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 482px;
        -ms-flex: 0 0 482px;
            flex: 0 0 482px;
}
#contact_info {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 257px;
        -ms-flex: 0 0 257px;
            flex: 0 0 257px;
}
#map_address_directions {
    background: #9fcb3b;
    color: #fff;
    padding: 20px;
}
.flexrow{
    display:  -webkit-box;
    display:  -webkit-flex;
    display:  -ms-flexbox;
    display:  flex;
}
.flexrow>.col {
    margin: 0;
    padding: 0;
}
#middle.solo {
    margin: 0 12px;
}
.form_contact {
    margin-right: 12px;
}
#middle.solo>h1 {
    margin-left: 3px;
}
#contact_container {
    height: 705px;
}
body.expert_views #html_text .photocontainer {
    margin-top: 8px;
    margin-bottom: 2px;
}
.form_contact form .col {
    padding: 0 4px;
}
.form_contact form .row {
    margin:0;
}
#home_in_media .item {
    background: transparent;
    padding: 15px 0;
    margin: 0;
    border-bottom: 1px solid #ddd;
    font-size: 14px;
}
#home_in_media .date,
#home_in_media .medium{
    font-size: 14px;
}
#home_in_media .medium{
    font-weight:bold;
}
#home_in_media a {
    color: #1d4d60;
    font-weight: normal;
}
#home_in_media .description {
    margin: 4px 0 -6px 0px;
    font-size: 16px;
}
#home_in_media .type {
    display: block;
    font-weight:normal;
}
form .image img {
    max-width: 100%;
    width: 350px;
}
#leftside>h1{
    color: #9fcb3b;
}
body.expert_views .date {
    color: #999;
    margin-bottom: 1px;
}
body.expert_views #html_text .date {
    margin-bottom: 21px;
}
body.expert_views .date:first-letter {
    text-transform: uppercase;
}
#directions {
    margin: 50px 38px;
}
.reports {
    margin-bottom: 20px;
}
.reports .item,
.newsletters .item {
    padding: 10px 20px;
}
.reports .item .title:first-letter,
.newsletters .item .title:first-letter{
    text-transform: uppercase;
}
#html_text .photocontainer {
    width: 100%;
    height: 280px;
    border-radius: 0;
    background-size: cover;
    background-position: center center;
    margin: 0px 0 10px;
    padding:0;
}
body.portfolio #category_list li.selected,
body.portfolio #category_list li.selected li{
    cursor: default;
} 
body.expert_views .item {
    background: transparent;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
body.expert_views .item .photocontainer {
    border-radius: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 200px;
        -ms-flex: 0 0 200px;
            flex: 0 0 200px;
    margin-right: 20px;
    height: 175px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0;
}
body.expert_views .item  .info {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
}

.form_expert_view .image .btn-upload {
    float: left;
}






#theme_select {
    padding: 2px 5px;
    width: 96%;
    font-size: 14px;
    border: 1px solid #00000029;
}
#selected_cat_list .selector {
    background-color: #fff;
    color: #000;
    font-weight: normal;
    font-size: 15px;
    padding: 3px 10px;
    border: 1px solid #00000029;
    width: 96%;
}
body.portfolio #category_list {
    background-color: #fff;
    border: 1px solid #00000029;
    top: 35px;
    left: -222px;
}
body.portfolio #category_list li {
    color: #7b7b7b;

}
body.portfolio  #category_list li.selected>.li_txt, 
body.portfolio  #category_list li.selected ul .li_txt *{
    color: #000;
    font-weight: bold;
    font-style:italic;
}
body.portfolio #selected_cat_list .selector .fa {
    position: absolute;
    right: 22px;
    top: 18px;
}











#home_in_media .project a {
    font-size: 12px;
}
.box.subscribe .text h1 {
    line-height: 1.2;
    margin-top: -3px;
}
.lefttext {
    font-weight: bold;
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.form_subscribe {
    max-width: 550px;
    margin: 20px auto;
}
#html_text .encs a {
    font-size: inherit;
}
.frm_success {
    margin: 20px auto;
    max-width: 400px;
    border: 4px solid #9fcb3b;
    padding: 5px 15px;
    border-radius: 6px;
    overflow: hidden;
}
.frm_success h1 {
    background-color: #9fcb3b;
    padding: 10px 15px;
    color: #fff;
    font-size: 20px !important;
    margin: -10px -15px 5px -15px;
}
a.edit_btn.edit_header {
    background: #9fcb3b85;
    line-height: 1;
    padding: 2px 10px 4px;
    color: #fff;
    font-size: 27px;
    border-radius: 0 0 0 6px;
}
.inner_photo {
    width: 100%;
    height: 100%;
    background-size: cover;
    position: absolute;
    left:0;
    top:0;
    background-position: 50%;
}
