@import "font-ico.css";

[class^="col-"]{
    margin-top: 15px;
}

body, html {
    height: 100%;
    margin: 0;
}

.bgimg {
    /* Background image */
    background-image: url('../images/bg.jpg');
    /* Full-screen */
    height: 100%;
    /* Center the background image */
    background-position: center;
    /* Scale and zoom in the image */
    background-size: cover;
    /* Add position: relative to enable absolutely positioned elements inside the image (place text) */
    position: relative;
    /* Add a white text color to all elements inside the .bgimg container */
    color: white;
    /* Add a font */

    /* Set the font-size to 25 pixels */
    font-size: 25px;
}

/* Position text in the top-left corner */
.topleft {
    position: absolute;
    top: 0;
    left: 16px;
}

/* Position text in the bottom-left corner */
.bottomleft {
    position: absolute;
    bottom: 0;
    left: 16px;
}

/* Position text in the middle */
.middle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

/* Style the <hr> element */
hr {
    margin: auto;
    width: 40%;
}
.lang-nav{
    position: fixed;
    bottom: 50px;
}
.nav>li>a:focus, .nav>li>a:hover {
    text-decoration: none;
    background-color: #2196F3;
    border-radius: 3px;
}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    text-decoration: none;
    color: #fff;
    background-color: #1e78c2;
}
.esvoe:hover{
    background-color: #246ec5!important;
}

.wrap-block{
    height: 80px;
    background-color: rgb(255,255,255,0.4);
}
.wrap-block img{
    margin: 20px 0px 0px 50px;
    width: 180px;
}
.nav-menu{
    padding: 15px 50px 0 0;
}
.profile{
    padding-right: 10px;
}
.dropdown-toggle{
    padding: 5px;
}
.dropdown-toggle span{
    vertical-align: middle;
    display: inline-block;
    width: 35px;
    height: 35px;
    -webkit-background-size: cover;
    background-size: cover;
    border-radius: 50%;
    background-image: url('/images/default-male-avatar.png');
}
.dropdown-toggle i{
    font-size: 22px;
    color: #fff;
}
.dropdown-menu{
    padding: 0;
    background-color: #1293f0;
    border: none;
}
.dropdown-menu li:nth-child(1){
    border-bottom: 1px solid #305fa7;
}
.dropdown-menu li a{
    color: #fff;
    padding: 15px 15px;
}
.login-li{
    margin-right: 30px;
}
.lang{
    margin-top: 3px;
}
.lang .dropdown-toggle{
    padding: 7px 7px;
    font-size: 18px;
    color: #1e78c2;
}
.lang .dropdown-toggle i{
    font-size: 22px;
}
.footer{
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: #1e78c2;
    text-align: center;
    font-size: 12px;
    padding: 10px 0
}
.lang .dropdown-menu img{
    width: auto;
    margin-left: 0;
}
.sign-social a{
    height: 50px;
    background-color: #248eea;
    color: #fff;
    display: inline-block;
    padding: 11px 30px;
    border-radius: 22px;
}
.sign-social a i{
    font-size: 30px;
}