body {
    /*font-family: 'Poppins', sans-serif;*/
    line-height: 1.6em;
    margin: 0;
    padding: 0;
    position: relative;
}

.test {
    border: 1px solid #0f0;
}

h1, h2, h3, h4, h5, h6, .title, .subtitle {
    /*font-family: 'Poppins', sans-serif;
	font-weight: 300;*/
}

    h1 i {
        font-size: 1.3em;
        vertical-align: text-top;
    }

object {
    width: 100%;
    display: block;
    height: auto;
    position: relative;
    padding-top: 100%;
}

svg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.header {
    height: 80px;
    background: #041c2c;
    padding: 0px 20px;
    color: white;
    display: table;
    width: 100%;
    z-index: 1025;
    position: fixed;
    top: 0;
}

    .header .row {
        display: table-cell;
        /*vertical-align: middle;*/
    }

.logo-wrapper {
    padding-top: 20px;
}

    .logo-wrapper img {
        width: 180px;
        margin-top: 5px;
    }

.mid-btns-wrapper {
    padding-top: 20px;
}

.login-btn {
    color: white;
    text-decoration: none;
    padding: 8px 10px 8px 35px;
    background: #fe5000;
    border-radius: 2px;
    position: relative;
    transition: all .3s;
}

    .login-btn:hover {
        text-decoration: none;
        color: white;
        border-radius: 30px;
    }

    .login-btn i {
        font-size: 1.8rem;
        position: absolute;
        left: 10px;
        top: 10px;
    }

.header-right-wrapper {
    text-align: right;
    padding-top: 26px;
}

    .header-right-wrapper .dropdown-menu {
        top: 52px;
    }

    .header-right-wrapper [class^=md-], .header-right-wrapper [class*=" md-"] {
        color: #5e5e5e;
        font-size: 20px;
    }

.switcher {
    cursor: pointer;
}

.switcher-bg {
    position: relative;
    background: white;
    padding: 13px 27px;
    display: inline-block;
    border-radius: 15px;
    overflow: hidden;
    /*margin-top: -6px;*/
}

.switcher-knob {
    position: absolute;
    left: 3px;
    top: 3px;
    width: 20px;
    height: 20px;
    background: #041c2c;
    border-radius: 12px;
    transition: all .15s;
}

.switcher-on .switcher-bg .switcher-knob {
    left: 30px;
    background: #fe5000;
}

.switcherb-bg {
    background: blue !important;
}

.switcherb-knob {
    background: white !important;
}

.header-right-wrapper ul li.icons a i {
    font-size: 2.5rem;
    color: white;
    transition: all .3s;
}

.header-right-wrapper ul li.icons a:hover i {
    color: rgba(255, 255, 255, .6);
    text-decoration: none;
}

.header-right-wrapper ul li.icons a:focus,
.header-right-wrapper ul li.icons a:active {
    outline: none;
    text-decoration: none;
}

.header-right-wrapper ul {
    float: right;
}

    .header-right-wrapper ul li {
        margin-right: 24px;
        vertical-align: middle;
        display: table-cell;
        padding-left: 13px;
        padding-right: 13px;
    }

        .header-right-wrapper ul li.icons .dropdown-menu a i {
            font-size: 2.5rem;
            color: #2B2B2B;
            transition: all .3s;
        }

        .header-right-wrapper ul li .dropdown.show .dropdown-menu {
            margin-top: 23px;
        }

.search-wrapper {
    white-space: nowrap;
    /*font-size: 1px;*/
}

    .search-wrapper .txtsearch {
        vertical-align: middle;
        padding: 0px 40px 0px 10px;
        border-radius: 4px;
        border-bottom: none;
    }

    .search-wrapper .search-btn {
        text-align: center;
        padding-top: 5px;
        padding-bottom: 0px;
        width: 35px;
        background-color: #041c2c;
        border-radius: 4px;
        margin-top: -35px;
        float: right;
        position: relative;
    }

    .search-wrapper input[type="text"] {
        background-color: rgba(255, 255, 255, 0.28);
        transition: height .3s;
        color: white;
    }

.header-right-wrapper .search .search-wrapper input {
    background-color: rgba(255, 255, 255, 0);
    width: 10px;
    padding: 0px 10px 0px 10px;
    -webkit-transition: width 1s ease;
    -moz-transition: width 1s ease;
    -ms-transition: width 1s ease;
    -o-transition: width 1s ease;
    transition: width 1s ease;
}

.search-wrapper input:focus {
    box-shadow: none;
    border-color: #041c2c;
}

.search-wrapper.search-on {
    display: block;
}

    .search-wrapper.search-on input {
        padding: 0 10px;
        border-radius: 0 0 2px 2px;
        border-color: rgba(4, 28, 44, .2);
    }


/* global Search show/hide */
.header-right-wrapper .showsearch .search-wrapper input {
    background-color: rgba(255, 255, 255, 1);
    color: #555;
    width: 340px;
    padding: 0px 40px 0px 10px;
}

.header-right-wrapper .showsearch .search-wrapper .search-btn {
    background-color: #ffffff;
}

.header-right-wrapper .showsearch a i {
    color: #595959 !important;
}

.header-right-wrapper .showsearch a:hover i {
    color: #2a2a2a !important;
}

/* FOOTER */
footer {
    background: #041c2c;
    padding: 10px 20px;
    color: white;
}


@media (min-width: 980px) and (max-width: 1080px) {
    .login-btn i {
        display: none;
    }

    .login-btn {
        padding: 8px 10px;
        font-size: 1.3rem;
    }
}

@media (max-width: 400px) {
    .login-btn i {
        display: none;
    }

    .login-btn {
        padding: 8px 10px;
        font-size: 1.3rem;
    }

    .header {
        padding: 0;
    }
}

@media (max-width: 990px) {
    .logo-wrapper {
        display: block;
        float: none;
        text-align: center;
    }

    .mid-btns-wrapper {
        padding-top: 5px;
        text-align: center;
    }

    .header-right {
        display: block;
        text-align: center;
        float: none;
    }

    .header-right-wrapper {
        text-align: center;
        padding-top: 5px;
    }

    .header .list-inline > li {
        padding-left: 0;
    }

        .header .list-inline > li:last-child {
            margin-right: 0;
        }

    .header .list-inline {
        margin-left: 0;
        margin-bottom: 25px;
        margin-top: 10px;
    }

    .search-wrapper input.search-off {
        width: 270px;
        top: 26px;
        left: 0px;
    }

    .header-right-wrapper ul li.icons.showsearch input {
        width: 100%;
        transition: none;
    }
}

@media (max-width: 768px) {
    .header-right-wrapper .dropdown-menu {
        width: 160px;
    }

    .nickname {
        display: inline-block;
        overflow: hidden;
        text-overflow: ellipsis;
        height: 21px;
        max-width: 150px;
        vertical-align: middle;
    }
}
