body { 
    background-color: #fff;
}

a{
    color: #336E7B;
}
a:hover, a:focus, a:active{
    text-decoration: none;
}
hr{
    border-color: #c7c7c7;
}
.form-control{
    background-color: rgba(0,0,0,0.01);
}

.btn{
    border-radius: 0;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.btn-default:hover, 
.btn-default:focus, 
.btn-default:active, 
.btn-default.active{
    background:none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}

.langmenu{
    margin-bottom: 10px;
}

/* 
* Tabs
*/
.tab-pane {
    padding: 20px;
    -webkit-border-radius: 0 4px 4px 4px;
    border-radius: 0 4px 4px 4px;
}
.nav-tabs{
    border-color: #e1e1e1;
}
.nav-tabs > li > a{
    border: none;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    background-color: rgba(0, 0, 0, 0.1);
    padding: 10px;
}
.tab-content > .active, 
.nav-tabs > li.active > a, 
.nav-tabs > li.active > a:hover, 
.nav-tabs > li.active > a:active, 
.nav-tabs > li.active > a:focus{
    background-color: rgba(255,255,255,0.5);
    border: none;
    outline: none;
}
.nav-tabs > li > a span{
    font-size: .8em;
}
label {
    font-size: .9em;
}
/* 
* Image uloader and thumb selector
*/
.logoselecta .btn, .btn-default{
    background: none;
    border-color: #9ba7b0;
}
.logoselecta .btn.active, 
.logoselecta .btn:hover, 
.logoselecta .btn:active, 
.logoselecta .btn:focus{
    background: rgba(0,0,0,0.1);
}

/* 
* QR code placeholder 
*/
.preloader{
    background: #f4f3ee;
}

body {
    font-family: "Lexend",Helvetica,Arial,sans-serif;
    font-weight: 300;
    font-size: 15px;
    text-transform: uppercase;
}
.tab-content {
    box-shadow: inset #ccc 0 0 10px;
}
.btn, .btn-primary, .btn-primary:hover {
    background: #000002;
    border: 0;
}
.btn.btn-default {
    background:transparent;
    box-shadow:rgba(0,0,0,0.33) 0 0 2px,rgba(0,0,0,0.11) 0 0 9px;
    border-radius: 23em;
    margin-left: 5px;	
    margin-right:5px;	
}
.jumbotron{
    background: #fff;
    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: #fff;
    color: #99BABD;
}
.langmenu li a:hover{
    background: #99BABD;
    color: #fff;
}
.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;
    }
}
