@import "compass/css3";

@import url(https://fonts.googleapis.com/css?family=Raleway);

/* Colors */

$dk-blue: #1E83AE;
$blue: #3D5B94;
$light-blue: #3DACDD;
$green: #6dcd9a;
$social-size: 1.2em;
$social-width: 20%;

* {
  margin: 0;
  padding: 0;
  @include box-sizing(border-box);
}

html, body {
  font-family: Raleway, sans-serif;  
  background-color: #fff;
}

footer {
  width: 100%;
  display: inline-block;
  margin:  0;
  height: 70px;
  background-color: #999;
  .copyright {
    width: 50%;
    float: left;
    @media (max-width: 600px) {
      width: 100%;
    }
    p {
      padding-left: 10%;
      color: white;
      font-size: 0.7em;
      line-height: 70px;
      text-transform: capitalize;
      letter-spacing: 1px;
      @media (max-width: 600px) {
        text-align: center;
        padding: 0;
      }
    }
  }
  .bottom {
      position:relative; 
      width: 100%;
      float: right;
    @media (max-width: 600px) {
      border-spacing: 10px;
    }
     a {
      float: left;
      line-height: 70px;
      text-decoration: none;
      color: white;
      text-align: center;
      font-weight: bold; 
      @include transition(all, 0.3s);
       &:hover {
         background-color: #222;
         @include transition(all, .3s);
       }
    }
  }
}

#footer {
  position: relative; 
  height: 100px; 
  margin-top: -100px; 
  clear: both; 

}


.spacing
{
height: 70px;
}

.bottom0
{
    float:left;
    width:300px;
    
}

.contact {
  background-color: $dk-blue;
  font-size: $social-size;
  width: $social-width;
}

.career {
  background-color: $blue;
  font-size: $social-size;
  width: $social-width;
}

.lang {
  background-color: $light-blue;
  font-size: $social-size;
  width: $social-width;
}

.support {
  background-color: $green;
  font-size: 0.8em;
  width: 40%;
}
.news {
  background-color: $green;
  font-size: 0.8em;
  width: 40%;
}
.likn_a {
    background-color: #CCC;
    color:#000 !important;
    text-decoration: none !important;
    height: 605px;
    width: 200px !important;
    overflow: scroll;
    border: 1px #000 solid;
    width: 100px;
    position: absolute;
    right: 180px;
    top: 0;
    display: none;
    /*display: none;
    
    right: 200px;
    top:18px;*/
}
    
.cust_div:hover + .likn_a {
    display: block;
}

.likn_a:hover {
    display: block;
}

.likn_a > ul {
  margin-left: 5px;
}

.fa-info-circle{
    color: yellow;
    font-size: 10px;
}

.info_div {
		display: none;
                font-size: 10px;
}

