/* ----- demo style ----- */
.jumbotron{
    background: #336e7b;
    color: #f4f3ee;
}
.container{
    position: relative;
}
.langmenu{
    margin: 0;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.langmenu li{
    list-style: none;
    display: inline;
    margin: 0 2px;
    text-transform: uppercase;
}
.langmenu li a{
    display: inline-block;
    padding: 4px 10px;
    background: #61a5b1;
    color: #fff;
}
.langmenu li a:hover{
    background: #538c96;
}
.header{
    background: #336E7B;
    color: #f4f3ee;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,0.2);
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.2);
    padding-bottom: 50px;
    position: relative;
}
.header .container{
    padding-top: 50px;
    position: relative;

}
.header, .footer{
    float: left;
    width: 100%;
    margin-bottom: 50px;
}
.header h1{
    line-height: 1;
    margin-right: 20px;
    float: left;
    font-size: 80px;
}
.header h2{
}

.header h1{
    margin-top: 0;
}
.header a{
    color: #f4f3ee;
}
.header .lead{
    margin-top: 20px;
}
.showdemo{
    font-size: 62px;
}
.showdemo h1{
    margin: 0;
}
.godown{
    font-size: 82px;
}
.media > .pull-left{
    margin-right: 20px;
    width: 20%;
}
.sharemenu{
    font-size: 2em;
    margin: 0;
    padding: 0;
    margin-bottom: 20px;
    text-align: center;
    float: left;
    width: 100%;
}
.sharemenu li{
    list-style: none;
    display: inline;
}
@media (max-width: 767px) {
 
    .sharemenu{
        font-size: 1em;
    }
    .header .maintitle{
        font-size: 28px;
    }
    .header{
        padding: 10px;
        margin-bottom: 10px;
    }
    .header .lead{
        margin-top: 10px;
        font-size: 12px;
    }
    .showdemo{
        font-size: 42px;
    }
}