/* 
    Created on : Jul 27, 2019, 6:10:14 PM
    Author     : Halim
*/
html, body{
    font-family: Roboto, Arial, sans-serif;
    width: 100%;
    height: 100%;
    /*background: #EBEBEB;*/ 
    background: #fff; 
    margin-bottom: 30px;
    padding-top: 8px;
    /* background:#ffffff url(../images/bg.jpg); */
    /*background:#fff url(../images/-clouds.png) repeat-x;*/
    background:url("../images/bggreen.jpg") repeat-x scroll 0 0 transparent;
}

.logo{
    margin-left:100px;
    margin-bottom:10px;
    margin-top:10px
}

#row-demo{
    margin-top: 55px;
    margin-bottom: 60px;  
}

#row-lang{

}

#row-buttons{
    margin-top: 50px;
}

#row-donation{
    margin-top: 30px;
}

#row-footer{
    text-align: center;
    color: silver;
    margin-top: 30px;
}

#row-footer a{
    color: silver;
}

.welcome{
    margin: auto;
    text-align: center;
    font-family: 'Poiret One', cursive;
    margin-top:10px;
}
.welcome h1{
    letter-spacing: 1px;
    font-weight: 600;
    margin-top: 5px;
    color: #000000;
    color: #141414;
    font-size: 3.6em;
    /*text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);*/
}
.welcome h2{
    color: #000000;
    color: grey;
    font-weight: 600;
    font-size: 2.3em;
}    

.btn-lang button{
    height: 30px;
    background: transparent;
    border: 1px solid transparent;
    box-shadow: none;
    /*box-shadow: 5px 5px 2px silver;*/
}
.btn-lang button.active{
    border:1px solid blue;
    /*box-shadow: none;*/
    /*box-shadow: 8px 8px 3px silver;*/
}  

.btn-custom {
    padding: 15px;
    border-radius: 35px;
    width: 120px;
    outline: none;
    text-transform: uppercase;
    box-shadow: 8px 8px 4px silver;
}
.btn-custom.btn-docs {
    background: #DD4814;
    color: #fff;
}
.btn-custom.btn-docs:hover, .btn-custom.btn-docs:focus{
    background: #c13a0d;
}

.btn-custom.btn-demos {
    background: #00B0F0;
    background: #36a54e;
    color: #fff;
}
.btn-custom.btn-demos:hover, .btn-custom.btn-demos:focus{
    background: #0095cc;
    background: #218838;
}

/*---------------------------------------------

-----------------------------------------------*/
#contactModal{
    
}
#contactModal .modal-title{
    font-size: 2em;
    text-align: center;
}
#contactModal .modal-header{
    border-bottom: 1px solid transparent;
}
#contactModal .modal-body{
    padding-bottom: 3px;
    padding-top: 0px;
}
#contactModal .modal-footer{
    border:1px solid transparent; 
    padding-top: 0px
}

#contactModal .modal-footer button{
    padding: 8px 35px;
    border-radius: 20px;
    margin: auto;
}
em{
    color: red;
    margin-left: 5px;
    font-weight: bold;
}

/*---------------------------------------
 sweetalert
----------------------------------------*/
.swal-footer{
    text-align: center;
}
.swal-modal .swal-text{
    text-align: center;
}
.swal-footer .swal-button-container .swal-button{
    /*box-shadow: none;*/
}

/*---------------------------------------------

-----------------------------------------------*/

.radial-menu {
    top:15px;
    left:15px;
    position:fixed;
    display:block;
    width:100px;
    height:100px;
    background-color:transparent;
    border-radius:50%;
    z-index:20;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
}
.menu-item1 {
    width:60%;
    height:60%;
    background-color:dimGray;
    border-radius:50%;
    position:absolute;
    color:white;
    text-align:center;
    line-height:70px;
    top:25%;
    left:25%;
    z-index:19;
    transition: all 500ms cubic-bezier(0.680, -0.550, 0.265, 1.550);
    position:absolute;
}

.menu-item2 {
    width:60%;
    height:60%;
    background-color:dimGray;
    border-radius:50%;
    position:absolute;
    color:white;
    text-align:center;
    line-height:70px;
    top:25%;
    left:25%;
    z-index:19;
    transition: all 500ms cubic-bezier(0.680, -0.550, 0.265, 1.550) .2s;
}
.menu-item3 {
    width:60%;
    height:60%;
    background-color:dimGray;
    border-radius:50%;
    position:absolute;
    color:white;
    text-align:center;
    line-height:70px;
    top:25%;
    left:25%;
    transition: all 500ms cubic-bezier(0.680, -0.550, 0.265, 1.550) .4s; 
}
.menu-item4 {
    width:60%;
    height:60%;
    background-color:dimGray;
    border-radius:50%;
    position:absolute;
    color:white;
    text-align:center;
    line-height:70px;
    top:25%;
    left:25%;
    transition: all 500ms cubic-bezier(0.680, -0.550, 0.265, 1.550) .6s; 
}
.mask {
    top:15px;
    left:15px;
    width:100px;
    height:100px;
    background:darkSlateGray;
    background: #1B75BC;
    border-radius:50%;
    position:absolute;
    z-index:21;
    color:white;
    text-align:center;
    line-height:120px;
    cursor:pointer;
    position:fixed;
}
.mask:hover, .mask:focus{
    background: #085ea0;
}

/*---------------------------------------------

-----------------------------------------------*/

@media (max-width: 768px) {
    .brx{
        margin-bottom: 10px !important;
    }
}