.share a i, i.fas.fa-share-alt,.scrollup i {
    font-family: 'FontAwesome';
    font-style: normal;
}


.esg-navigationbutton.esg-loadmore {
  background-color: #092440 !important;
}

.content {
  padding: 0 0 0px;
}

.rod-langway .esg-filter-wrapper.dropdownstyle > .esg-selected-filterbutton, .rod-langway input.eg-search-input, .rod-langway .esg-filterbutton, .rod-langway .esg-navigationbutton, .rod-langway .esg-sortbutton, .rod-langway .esg-cartbutton, .rod-langway .esg-filter-wrapper.eg-search-wrapper .eg-search-clean, .rod-langway .esg-filter-wrapper.eg-search-wrapper .eg-search-submit {
  color: #000;
  margin-right: 0;
  cursor: pointer;
  padding: 4px 17px 0;
  border: none;
  box-sizing: border-box;
  line-height: 35px;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: 700;
  font-family: "Open Sans",sans-serif;
  display: inline-block;
  background: #fff;
  margin-bottom: 5px;
  white-space: nowrap;
  min-height: 40px;
  vertical-align: middle;
  border-radius: 0;
}

.navigation .sub-menu li.menu-item-has-children > a:after, .navigation .children li.menu-item-has-children > a:after, .navigation > div > ul > li > a:before {
    font-family: 'FontAwesome' !important; 
} 

.rod-langway .esg-dropdown-wrapper .esg-filterbutton.hovered, .rod-langway .esg-dropdown-wrapper .esg-filterbutton.selected {
  color: #fff !important;
  background: #092440 !important;
}

.has-bg h1 {
  color: #fff;
}

.has-bg {
  margin-bottom: 30px;
}

.scheme .top-area a:hover {
  color: #E95E0F !important;
}


.eg-grant-element-25 {
  font-size: 26px !important;
  line-height: 38px !important;
  color: #ffffff !important;
  font-weight: 800 !important;
  padding: 0px 20px 0px 0px !important;
  border-radius: 0px 0px 0px 0px !important;
  background: transparent !important;
  z-index: 2 !important;
  display: block;
  text-transform: none !important;
}

.heading-title-3, .heading-title-2, .heading-title {
  text-transform: none !important;
}

.eg-grant-element-25 {
  text-transform: none !important;
}

.scheme .footer {
  background-color: #1b273d !important;
  color: #888888;
}

.scheme .footer a:hover {
  color: #E95E0F !important;
}

.scheme .copyright {
  background-color: #454545 !important;
  color: #aaaaaa;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, figure {
  text-transform: none !important;
}

.has-bg {
  padding: 70px 0;
}

.footer .menu li:before,
.search-box i,
.intro4 .vc_btn3:after {
font-family: 'FontAwesome' !important;
}

@media only screen and (min-width: 992px) {
  .navigation .sub-menu,
  .navigation .children {
    -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
}

.intro4 .col-sm-4 {
background-image: url(/wp-content/uploads/2016/12/bg4.png);
}

.social .menu {
    text-align: right;
    display: none;
}

.top-area .col-md-9 {
    display: block !important;
    padding: 0;
width: 100%;
    padding-right: 70px;
}

dfn, cite, em, i {
    font-style: italic;
    color: #888888;
}

em:hover {
            color: #E95E0F;
}


.social .menu li a[href*="mailto"]:before {
    content: "\f003";
}

.social .menu li a[href*="tel"]:before {
    content: "\f095";
}


pre {
    background: #eee;
    font-family: "Roboto Condensed";
    font-size: 13px;
    line-height: 1,6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1em;
}
.dates .comments-counts {
display: none;
}

@media (max-width: 480px){
.vc_slide.vc_images_carousel{
    width: 100% !important;
}
}

@media (max-width: 800px){
.vc_slide.vc_images_carousel img{
    width: 100% !important;
}
}

.entry-footer {
display: none;
}

.navigation .sub-menu a, .navigation .children a {
    color: #888;
    padding: 10px 7px;
    display: block;
}

.custom-button-width {
min-width: 400px !important;
}

.fixedbutton {
    position: fixed;
    bottom: 0px;
    right: 0px; 
}

@media (max-width: 992px){
.navigation li.menu-item-has-children a {
    text-transform: uppercase;
}
}

.headroom--not-top {
    position: fixed !important;
    z-index: 999999 !important;
    top: 0;
}

.custom-file-input {
		display: inline-block;
		position: relative;
		color: #533e00;
	}
	.custom-file-input input {
		visibility: hidden;
		width: 100px;
	}
	.custom-file-input:before {
		content: 'Choose File';
		display: block;
		background: -webkit-linear-gradient( -180deg, #ffdc73, #febf01);
		background: -o-linear-gradient( -180deg, #ffdc73, #febf01);
		background: -moz-linear-gradient( -180deg, #ffdc73, #febf01);
		background: linear-gradient( -180deg, #ffdc73, #febf01);
		border: 3px solid #dca602;
		border-radius: 10px;
		padding: 5px 0px;
		outline: none;
		white-space: nowrap;
		cursor: pointer;
		text-shadow: 1px 1px rgba(255,255,255,0.7);
		font-weight: bold;
		text-align: center;
		font-size: 10pt;
		position: absolute;
		left: 0;
		right: 0;
	}
	.custom-file-input:hover:before {
		border-color: #febf01;
	}
		.custom-file-input:active:before {
		background: #febf01;
	}
	.file-blue:before {
		content: 'Browse File';
		background: -webkit-linear-gradient( -180deg, #99dff5, #02b0e6);
		background: -o-linear-gradient( -180deg, #99dff5, #02b0e6);
		background: -moz-linear-gradient( -180deg, #99dff5, #02b0e6);
		background: linear-gradient( -180deg, #99dff5, #02b0e6);
		border-color: #57cff4;
		color: #FFF;
		text-shadow: 1px 1px rgba(000,000,000,0.5);
	}
	.file-blue:hover:before {
		border-color: #02b0e6;
	}
	.file-blue:active:before {
		background: #02b0e6;
	}

 .single-project .breadcrumb{
display: none !important;
}

.history h3 {
    border-bottom: 2px solid #E95E0F;
    }

.history h3 em {
    color: #E95E0F;
    font-style: normal;
}
.entry-meta {
	display: block;
}


.single-post .entry-meta{
    display: none;
}

.entry-meta {
display: none;
}

.scheme .footer {
    background-color: #1B273D;
}

.home-white .certifications img, .home-white .counting img {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}

table#dalt-table-4 td:nth-child(7) {
   display: none;
}

table#dalt-table-4 th:nth-child(7) {
   display: none;
}

    .mm-listview, .mm-listview > li {
    font-size: 105%;
    text-transform: uppercase;
    }

.navigation > div > ul > li > a {
    padding: 40px 10px;
    font-size: 13px;
 }
.mm-navbar .mm-title {
    text-transform: uppercase;
};

.entry-content ul {
    margin: 10px 2px;
}

.listing li i {
    display: inline-block;
    vertical-align: middle;
    width: 1%;
}

.heading-title-3, .heading-title-2, .heading-title {
    text-align: center;
    position: relative;
    margin-bottom: 20px;
    display: inline-block;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 0.1em;
}

.about-page .heading-title-3 {
    margin-bottom: 20px !important;
}

.sidebar .widget-title, .wpb_widgetised_column .widget-title {
    font-size: 20px;
    letter-spacing: 0.1em;
    border-bottom-width: 3px;
    margin-bottom: 20px;
    display: none;
}

.download2 {
    display: block;
    font-weight: bold;
    position: relative;
    color: #858585 !important;
    background-color: #F4F4F4;
    padding: 10px 20px;
    margin-bottom: 2px;
    border: none;
    font-size: 14px;
}

.contact-info a {
	color: #888888;
}

.scheme a:hover {
    color: #E95E0F;
}

.esg-navigationbutton esg-loadmore {
	background-color: #e95e0f !important;
}

.structure .esg-navigationbutton:hover {
    color: #fff;
    background-color: #e95e0f !important;
}

.structure .esg-navigationbutton {
    width: 120px !important;
    margin: 8px !important;
}

.has-bg .breadcrumb {
display: none;
}

.esg-selected-filterbutton {
    color: #999;
    cursor: pointer;
    line-height: 20px;
    font-size: 14px;
    font-weight: 600;
    font-family: Roboto Condensed, sans-serif;
    text-transform: uppercase;
    color: #5F869C;
}

.scrollup:hover {
    background-color: #E95E0F !important;
}

.scheme .footer a {
    color: #888888;
}

.wpcf7-form-control-wrap captcha-170 {
	width: 50%;
}

#text-7 {
      width: 100%;
    text-align: right;
}

.col-md-3.col-xs-7.social {
	display: none !important;
}

.wpcf7-form-control wpcf7-captchar  {
	width: 50%;
}

@media only screen and (max-width: 1024px) and (min-width: 993px){
.navigation > div > ul > li > a {
    font-size: 11px !important;
}
}

p {
  margin-bottom: 1em;
  color: #121212 !important;
}

.vc_custom_heading.ftitel2 a:hover {
  color: #092440 !important;
}

.navigation .menu > li > a {
  color: #092440;
;
}

.navigation .sub-menu a, .navigation .children a {
  color: #092440;
  padding: 10px 7px;
  display: block;
}