body{
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}

.texture {
    background: #99ccff url("../img/groovepaper.png") repeat top center;   
}

.navbar-default .navbar-brand {
    font-family: 'Roboto', sans-serif;
    color: #777;
}

.navbar-nav {
    height: 120px;
    padding-right: 5px;
}
.navbar-nav > li > a:hover, .footer-list > li > a:hover{
    border-bottom: 3px solid #99ccff;
}

.lang-list{
    list-style-type: none;
    margin-left: -50px;    
}

.lang-list li.lang-choice {
   cursor: pointer; 
}

.lang-list > li{
    display: inline;
    margin-left: 10px;
}
/*
#navbar-contact{
    margin-right: 30px;
}
*/
.active{
    border-bottom: 3px solid #99ccff;
}

.jumbotron{
    color: #fff;
}

h1, h2, h3, h4, h5, h6{
    font-family: 'Roboto Slab', serif;    
}

h1, h2{
    font-family: 'Roboto Slab', serif;
    padding-bottom: 5%;
}

#slogan{
    font-style: italic;
}

.content{
    padding: 2% 0% 5% 0%;
}

.darker{
    background: #eee;
}

.lighter{
    background: #fff;
}

.service{
    padding-bottom: 15%;
}

.service-introduction {
    margin-top: -50px;
    margin-bottom: 40px;
}

.service-image {
    margin-top: 20px;
}

#services {    
    background: #eee url("../img/groovepaper.png") repeat top center;     
}

#service-finance {
    background: url("/img/documents11.png") no-repeat center top;
    background-size: 64px 64px;
}

#service-translation {
    background: url("/img/translation.png") no-repeat center top;
    background-size: 64px 64px;
}

#service-consulting {
    background: url("/img/search-engine-optimization.png") no-repeat center top;
    background-size: 64px 64px;
}

#service-project {
    background: url("/img/seo40.png") no-repeat center top;
    background-size: 64px 64px;
}

.service-header h3 {
    text-align: center;
    padding-top: 90px;
}

.caption ul {
    margin-left: -24px;
    list-style-type: none;
}

.caption ul li {
    background: url("/img/check34.png") no-repeat left top; 
    background-size: 12px 12px;
    padding-left: 20px;
}


#company > div{
    border-bottom: 1px solid #999999;
    padding-bottom: 5%;
}

#partners > div{
    margin: auto;
    text-align: center;    
}

#partner-logos{
    margin-top: 5%;
}

.partner-logo{
    margin: 0% 2% 2% 0%;
    border-radius: 50%;
    width: 115px;
    height: 115px;
    background: #333333;
    padding-top: 45px;
    cursor: pointer;
    display: inline-block;
}

.partner-logo:hover {
    background: #999999;
}

.partner-logo a {
    color: #ffffff;
    text-decoration: none;
}

html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 200px;
}

footer {
  background: #99ccff;
  padding: 10px 0px;
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 200px;
}

.footer-list {
    margin-left: -40px;
    margin-top: 15px;
}

.footer-list > li{
    list-style-type: none;
    margin-bottom: 5px;
    margin-right: 30px;
}

.footer-list > li > a{
    color: #fff;
    text-decoration: none;
}

.footer-list > li > a:hover{
    border-bottom: 3px solid #ffffff;
}

#bottom-text {
    position: absolute;
    bottom: 0;
    font-size: 10px;
    color: #fff;
    line-height: 0.5;
}

#bottom-text a {
    color: #fff;
    text-decoration: none;
}

#bottom-text {
    margin-top: 14px;
}

.screen-large {
    display: block;
}

.screen-small {
    display: none;
}

.fa {
    color: #fff;
}

@media screen and (max-width: 1024px) {
    
    .nav > li {
        margin-left: 5px;
    }
    
    .jumbotron {
        padding: 0px 30px 30px 30px;
    }
    
    .jumbotron p {
        font-size: 14px;
    }
    
    .service-introduction {
        margin-top: -20px;
    }
    
    .screen-large {
        display: none;
    }
    
    .screen-small {
        display: block;
    }
    
    .footer-list > li {
        margin-bottom: 15px;
    }
    
    .copyright {
        bottom: 0;
    }
}


