﻿@charset "utf-8";
/* css reset start */
a {
    text-decoration: none;
    outline: none;
}

    a:hover {
        text-decoration: none;
    }

li {
    list-style: none;
}

img {
    border: none;
    vertical-align: middle;
}

.left {
    float: left;
}

.right {
    float: right;
}

.clear:after {
    content: "";
    height: 0;
    visibility: hidden;
    display: block;
    clear: both;
}

.navbar-nav > li > a {
    padding-bottom: 10px;
    padding-bottom: 10px;
    border-radius: 10px;
}

.navbar-default .navbar-nav > li > a, .navbar-default .navbar-nav > li > a:hover {
    color: #fff;
    background-color: transparent;
    font-size: 18px;
}



.navbar-nav > li > a, .navbar-nav > li > a:hover {
    color: #fff;
}

.nav-pills > li.active > a:hover {
    background-color: transparent;
}

.top-header {
    display: block;
    max-width: 100% !important;
    background-color: #8155ff;
    /**background: url('../images/header_bg.png') no-repeat 100% 100%;*/
    top: 0;
    left: 0;
    min-width: 1000px;
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-position: center 0;
}

.navbar-default .navbar-brand {
    color: #fff;
}

.navbar-default {
    background-color: transparent;
    border-color: transparent;
}

.navbar-header a:visited, .navbar-header a:hover, .navbar-header a:focus {
    background-color: transparent;
}

.nav-pills:hover, .nav-pills li:hover, .nav-pills li a:hover {
    background-color: transparent;
}

.wrap-register, .wrap-login {
    margin: 10px;
}
