@font-face {
    font-family: MuseoSans;
    src: url(../fonts/MuseoSansRounded-300.otf);
    font-weight: 300;
}

@font-face {
    font-family: MuseoSans;
    src: url(../fonts/MuseoSans-700.otf);
    font-weight: 700;
}

@font-face {
    font-family: MuseoSans;
    src: url(../fonts/MuseoSansRounded700.otf);
    font-weight: 700;
}

@font-face {
    font-family: MuseoSans;
    src: url(../fonts/MuseoSans-700Italic.otf);
    font-weight: 700;
    font-style: italic;
}

@font-face {
    font-family: MuseoSans;
    src: url(../fonts/MuseoSans-900.otf);
    font-weight: 900;
}

@font-face {
    font-family: MuseoSans;
    src: url(../fonts/MuseoSans-900Italic.otf);
    font-weight: 900;
    font-style: italic;
}

@font-face {
    font-family: Arial;
    src: url(../fonts/arialregular.otf);
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: Arial, sans-serif;
}

.header {
    height: 207px;
    top: 0;
}

h1,
h2,
h3,
h4 {
  font-family: MuseoSans;
}

.header-container {
    min-height: 207px;
}

.header.stick .search {
    display: none;
}

.header.stick .logo {
    background-size: 25%;
    height: 85px;
}

.header .content {
    height: 123px;
}

.header.stick .content {
    height: 25px;
}
.nav-bar {
    margin: 0;
    -webkit-padding-start: 0px;
    padding: 0;
    width: 100%;
    display: table;
    table-layout: fixed;
}

.navbar-default {
    background: white;
    box-shadow: none;
}

.nav-bar>li {
    display: table-cell;
    width: auto;
    text-align: center;
    color: white;
    font-weight: bold;
    text-transform: uppercase;
    padding: 6px 4px;
    font-size: 17px;
    border-top: solid white;
    border-right: solid white;
    position: relative;
}

.nav-bar>li a {
  display: block;
}

.nav-bar>li i {
    position: absolute;
    right: 9px;
    top: 9px;
}

.nav-bar>li:nth-child(1) {
    margin-left: 0;
    width: 20%;
}

.nav-bar>li:nth-child(2) {
    width: 18%;
}

.nav-bar>li:nth-child(3) {
    width: 30%;
}

.nav-bar>li:nth-child(4) {
    width: 18%;
}

.nav-bar>li:nth-child(5) {
    margin-right: 0;
    border-right: none;
}

.nav-bar .sub-menu {
    position: absolute;
    -webkit-padding-start: 0;
    text-align: left;
    width: 100%;
    background: inherit;
    left: 0;
    padding: 5px 0px;
    list-style-type: none;
    font-style: italic;
    color: white;
    display: none;
}

.nav-bar > li.has_sub {
  background-image: url(../img/down.png);
  background-repeat: no-repeat;
  background-position: 98%;
}

.nav-bar > li.has_sub .sub-menu {
    background-image: none;
}
.sub-menu.open {
    display: block;
}

.sub-menu span {
    padding: 2.5px 13px;
    display: inline-block;
}

.nav-bar .sub-menu {
    z-index: 100;
}

.nav-bar .sub-menu li:nth-child(1) {
    border-top: solid white;
    padding-top: 5px;
}

.nav-bar .sub-menu .active {
    color: #5B99D7;
}

.nav-bar .sub-menu>li:hover {
    color: #5B99D7;
}

.navbar-default {
    background-color: transparent;
    border-color: transparent;
}

.carousel-inner img {
    height: 272px;
    width: 100%;
}
.carousel-inner.news img{
    height: auto;

}
.img-res img {
    display: block;
    max-width: 100%;
    height: auto;
}
.carousel-inner .description {
    color: white;
    background: rgba(0, 0, 0, 0.6);
    font-size: 17px;
    font-weight: 700;
    vertical-align: middle;
    position: absolute;
    top: 14%;
    width: 525px;
    left: 8%;
    padding: 25px 30px;
    height: 197px;
}
/*.carousel-inner-lending .description {
    color: white;
    background: rgba(0, 0, 0, 0.6);
    font-size: 17px;
    font-weight: 700;
    vertical-align: middle;
    position: absolute;
    top: 14%;
    width: 525px;
    left: 37%;
    padding: 25px 30px;
    height: 197px;
}*/

/*added by aref to put the black box to the righ*/

.carousel-inner .lending-description {
    color: white;
    background: rgba(0, 0, 0, 0.6);
    font-size: 17px;
    font-weight: 700;
    vertical-align: middle;
    position: absolute;
    top: 14%;
    width: 332px;
    left: 58%;
    padding: 6px 13px;
    height: 197px;
    text-align: center;
}


.carousel-inner .lending-desc {
    color: white;
    background: rgba(0, 0, 0, 0.6);
    font-size: 17px;
    font-weight: 700;
    vertical-align: middle;
    position: absolute;
    top: 10%;
    width: 424px;
    right: 8%;
    padding: 3% 5%;
    height: 221px;
}

.carousel-inner .details {
    top: 20px;
    right: 54px;
    width: 42%;
    color: white;
    background: rgba(0, 0, 0, 0.6);
    height: 201px;
    padding: 17px 74px;
    font-size: 16px;
    font-weight: 700;
}

.carousel-control {
    width: 5%;
}

.learn-more {
    top: 0;
    height: 100%;
    width: 95%;
    padding-top: 108px;
    z-index: 1;
}

.learn-more img {
    opacity: 0.9;
    width: 100%;
}

.learn-more:hover {
    color: #5B99D7;
    text-decoration: none;
}

.learn-more:hover+img {
    opacity: 0.3;
    transition: all 0.6s;
}

.icon {
    width: 164px;
    height: 104px;
    margin: 0 auto;
	margin-bottom: 10px;
}

.steps .one.active {
    background: #73C564;
}

.steps .one,
.steps .two,
.steps .three,
.steps .four {
    height: 190px;
}

.steps .one,
.steps .two {
    border-right: solid 1px #5B99D7;
}

.divider {
	height: 15px;
    clear: both;
    width: 100%;
}

.steps .one.active+.two {
    background: url(../img/img1.png);
    background-position: -179px -1085px;
    background-repeat: no-repeat;
}

.border-right {
    border-right: solid 1px #5B99D7;
}

.border-right-none {
    border-right: none;
}

.middle {
    background: url(../img/img4.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    font-size: 30px;
    padding-top: 50px;
    padding-bottom: 50px;
}

.middle span {
    top: 0;
}

img.national {
    height: 241px;
}

span.national {
    padding: 34px 52px;
}

.btn.bg-blue:hover,
.btn.bg-light:hover {
    background: #136089;
    color: white;
}

.input {
    border: solid 1px #b7b8b8;
    border-radius: 10px;
}

button.input {
    background: #cccccc;
}

button.input:hover {
    background: #374653;
}

::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: white;
    font-style: italic;
    font-weight: 700;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: white;
    font-weight: 700;
    font-style: italic;
}

:-ms-input-placeholder {
    /* IE 10+ */
    color: white;
    font-weight: 700;
    font-style: italic;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: white;
    font-weight: 700;
    font-style: italic;
}

#search-block-form {
  position: relative;
  z-index: 1;
}

#search-block-form input.search {
  position: relative;
  width: 195px;
  padding-right: 30px;
  background-color: #81888f;
  border: solid 1px #FFFFFF;
  z-index: 2;
  bottom: -55px;
}

#search-block-form input.search-button {
  position: absolute;
  top: auto;
  right: 6px;
  width: 25px;
  bottom: -100px;
  height: 25px;
  border: none;
  background: transparent url(../img/search.svg) center center no-repeat;
  background-size: 25px;
  cursor: pointer;
  text-indent: -999em;
  z-index: 3;
}

.bg-house {
  float: none;
  width: initial;
  height: 135px;
  padding: 0;
  margin-left: 15px;
  margin-right: 50px;
  background: transparent url(../img/house.png) bottom right no-repeat;
  background-size: 225px;
}

.icon-sm {
    width: 50px;
    display: inline-block;
    height: 50px;
}

.twitter,
.youtube {
    background: url(../img/social.png);
    background-repeat: no-repeat;
    width: 50px;
    height: 20px;
    display: inline-block;
}

.youtube {
    background-position: 0;
}

.twitter {
    background-position: -50px;
}

.menu-fade {
    display: none;
}

.icon.leaf {
    background: url("../img/img44.png");
    background-repeat: no-repeat;
    background-position: center center;
}

.energy-solution {
  font-family: MuseoSans, sans-serif;
  margin: 0 auto;
  margin-top: 30px;
}

.energy-solution .main_title{
	position: relative;
    top: 16px;
    margin-left: 20px;
    margin-right: 20px;
}

.uppser-case {
    text-transform: uppercase;
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
    background-color: transparent;
}

.team img.img-responsive {
    max-height: 202px;
}


/* NEWS */

.carousel-inner img.auto-height {
    height: auto;
}

.feature {
    height: 258px;
}

.carousel-control.left,
.carousel-control.right {
    background-image: none;
}

.category-list {
    list-style-image: none;
    list-style: none;
    margin-left: 0px;
    padding-left: 20px;
    /* padding-right: 10px; */
}
.staff img {
    width: 80%;
}

/* added by aref */

.gray-lending-body{
    color:#585858;
}

.font-family{
    font-family: Arial;
}

.staff-sub-color{
    color: #5f6b75 ;
}

.margin-top-mines-15{
    margin-top: -15px;
}

.nav-bar a:link,
.nav-bar a:visited,
.footer,
.btn,
.darkblue.fs-36.fw-900, 
.front .middle .block p,
#block-subnewsletterblock p,
.field-top-story,
.carousel,
#block-landingpageitemlist,
.staff_name {
  font-family: MuseoSans, sans-serif;
}

#block-landingpageitemlist a:link,
#block-landingpageitemlist a:visited {
  color: #FFFFFF;
}

#block-landingpageitemlist .bg-lightergreen {
  height: 210px;
}

.staff_member {
  height: 365px;
}

.staff_name {
  font-size: 24px;
}

.node-303 .feature.bg-lightgray {
  height: 440px;
}

.views-exposed-form select {
  width: 270px;
  height: 40px;
  background-color: #f2f3f4;
  border: 1px solid #e3e4e5;
  border-radius: 0;
  -webkit-appearance: none;
  padding-left: 15px;
  color: #787878;
  background-image: url(../img/down-arrow.png);
  background-repeat: no-repeat;
  background-position: 95%;
  background-size: 10px;
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
}
.views-exposed-form:after {
  display: table;
  content: " ";
  clear: both;
}

form#views-exposed-form-filtered-video-block-1 {
  margin-bottom: 60px;
}
.node-type-video_page .newslisting {
  padding-left: 15px;
}

form#views-exposed-form-filtered-video-block-1 .form-actions {
  display: none;
}

.node-type-video_page .field.body {
  width: 83%;
}

.four-col-color span {
  width: 85px;
  height: 15px;
  display: inline-block;
  margin-right: 5px;
}

span.light-blue {
  background-color: #6aa4d3;
}
span.dark-blue {
  background-color: #377bb5;
}
span.light-green {
  background-color: #88b767;
}
span.dark-green {
  background-color: #6f885a;
}

.node-type-video_page .page_title {
  margin-bottom: 5px;
}

.four-col-color {
  margin-bottom: 20px;
}

.page-story-gallery .logo-image img {
  max-width: 350px;
  width: 90%;
  height: auto;
  display: block;
  margin-top: 25px;
  margin-bottom: 25px;
}
