@import url(https://fonts.googleapis.com/css?family=Roboto:400,400italic,500,500italic,700,700italic,300,300italic);
.transitionKind, .btn, .heroImage nav#topNav a, footer a,
footer a:link,
footer a:focus {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

/*******************************************************************************************************************
*  BASE                                                                                                            
*******************************************************************************************************************/
* {
  margin: 0;
  padding: 0; }

body {
  font: normal 13px 'Roboto', sans-serif; }
  body p {
    margin-bottom: 15px;
    font-size: 14px;
    color: #4D4D4D;
    font-weight: 300;
    line-height: 1.75em; }

.notResp {
  width: auto !important;
  height: auto; }

/**Layout                                                                                                   
*********************/
.btn {
  background-color: #f89927;
  border: none; }
  .btn:hover {
    background-color: #F36F20; }

/**  CONTENT                                                                                                         
*******************/
h1 {
  font-size: 56px;
  color: #000000; }

h2 {
  color: #007ac2;
  font-size: 38px;
  line-height: 1.2;
  margin: 0 0 10px 0; }

h3 {
  font-size: 24px;
  line-height: 1.1;
  margin: 30px 0 10px; }

/** HEADER                                                                                                          
***********************/
header {
  position: relative;
  z-index: 100; }

.heroImage {
  background: url("../images/W11953_CSRD_pg1_Banner.jpg");
  min-height: 378px;
  padding: 0 28px;
  position: relative; }
  .heroImage h1 {
    margin: 60px 0 45px;
    line-height: 1.1; }
  .heroImage nav#topNav {
    bottom: 0;
    height: 29px;
    position: relative;
    bottom: 14px; }
    .heroImage nav#topNav a {
      background: rgba(0, 0, 0, 0.7);
      color: #ffffff;
      padding: 7px 20px;
      margin: 0 2px 0 0;
      display: inline-block;
      cursor: pointer; }
      .heroImage nav#topNav a:hover {
        background: rgba(0, 0, 0, 0.9); }
      .heroImage nav#topNav a.active {
        background: white;
        color: #222222; }

/** sections                                                                                                          
***********************/
.climateServices {
  background: url("../images/W11953_CSRD_pg1_btm-bar.jpg") top center;
  background-size: cover; }

.partners {
  background: url("../images/W11953_CSRD_pg2_btm-bar.jpg") top center;
  background-size: cover; }

#who .block {
  height: 145px;
  position: relative; }
  #who .block img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto; }

.solution_space {
  background: url("../images/W11953_CSRD_pg3_mid-bar.jpg") top center;
  background-size: cover; }

.capacities {
  background: url("../images/W11953_CSRD_pg3_btm-bar.jpg") top center;
  background-size: cover; }

.locationMap {
  background: #efefef;
  height: 300px;
  width: 70%; }

.quote {
  width: 70%; }
  .quote p {
    font-style: italic; }
  .quote span {
    margin-bottom: 30px;
    font-weight: 500;
    font-size: 16px;
    display: block; }

.ethopia {
  background: url("../images/W11953_CSRD_pg4_btm-bar.jpg") top center;
  background-size: cover; }

.li-style-none {
    list-style-type: none;
}

.embedded-vimeo{
	margin-bottom: 30px;
}

/** FOOTER                                                                                                          
*******************/
footer {
  padding: 30px 0;
  background: #1a1a1a;
  font-size: 0.85em;
  color: #777;
  position: absolute;
  width: 100%; }

footer a,
footer a:link,
footer a:focus {
  color: #999; }
  footer a:hover,
  footer a:link:hover,
  footer a:focus:hover {
    color: #fff; }

/** Sprite 
************************/
.icon, .item-1, .item-2, .item-3, .item-4, .item-5, .item-6, .item-7, .item-8 {
  width: 50px;
  height: 50px;
  display: inline-block;
  margin: 0 5px;
  background: url("./../assets/icons.png"); }

.item-1 {
  background-position: 0 0; }
  .item-1:hover {
    background-position: -50px 0; }

.item-2 {
  background-position: 0 -50px; }
  .item-2:hover {
    background-position: -50px -50px; }

.item-3 {
  background-position: 0 -100px; }
  .item-3:hover {
    background-position: -50px -100px; }

.item-4 {
  background-position: 0 -150px; }
  .item-4:hover {
    background-position: -50px -150px; }

.item-5 {
  background-position: 0 -200px; }
  .item-5:hover {
    background-position: -50px -200px; }

.item-6 {
  background-position: 0 -250px; }
  .item-6:hover {
    background-position: -50px -250px; }

.item-7 {
  background-position: 0 -300px; }
  .item-7:hover {
    background-position: -50px -300px; }

.item-8 {
  background-position: 0 -350px; }
  .item-8:hover {
    background-position: -50px -350px; }

/** Responsive design                                                                                                    
**********************/
@media (max-width: 700px) and (min-width: 580px) {
  .sub-nav-link {
    font-size: 14px; }
  .heroImage nav#topNav a {
    padding: 7px 13px; } }

@media (max-width: 580px) and (min-width: 480px) {
  .sub-nav-link {
    font-size: 14px; }
  .heroImage nav#topNav a {
    padding: 7px 8px; } }

@media (max-width: 600px) {
  .col {
    width: 100%;
    max-width: 100%;
    float: none;
    margin: 0 0 30px !important; }
  #content {
    margin-top: 30px; }
  header {
    height: auto;
    line-height: 50px; }
  h1 {
    font-size: 2.6em; }
  header a#logo {
    left: 20px; }
  footer p.floatLeft,
  footer p.floatRight {
    display: block;
    width: 100%;
    float: none;
    margin-bottom: 20px; }
  .select-full {
    width: 100%;
    display: block;
    margin-left: -20px; }
  .heroImage {
    background: url(../images/W11953_CSRD_pg1_Banner.jpg);
    min-height: 263px;
    padding: 0 28px;
    position: relative; }
  .quote {
    width: 100%; } }

@media (max-width: 380px) {
  .heroImage {
    background: url(../images/W11953_CSRD_pg1_Banner.jpg);
    min-height: 300px;
    padding: 0 28px;
    position: relative; } }

@media screen and (max-width: 520px) {
  .phone-show {
    display: block !important; }
  .phone-hide {
    display: none !important; } 
  }
   img.logomain {
    display: none;    
}
@media screen and (min-width: 860px) {
  img.logomain {
display: block !important;     
max-width: 100px;
    z-index: 10000;
    border: 10px solid white;
    left:2%;
}
}

@media screen and (min-width: 1053px) {img.logomain {left:3%;max-width: 133px;}}
@media screen and (min-width: 1451px) {img.logomain {left:5.5%;}}
@media screen and (min-width: 1600px) {img.logomain {left:6.5%;}}
@media screen and (min-width: 1650px) {img.logomain {left:8.5%;}}
@media screen and (min-width: 1850px) {img.logomain {left:13.0%;}}
@media screen and (min-width: 1900px) {img.logomain {left:15.0%;}}
@media screen and (min-width: 2080px) {img.logomain {left:17.0%;}}
@media screen and (min-width: 2160px) {img.logomain {left:19.0%;}}
@media screen and (min-width: 2210px) {img.logomain {left:21.0%;}}
 


/*# sourceMappingURL=c0.css.map */
