body {
    overflow-x: hidden;
}
.navbar-main {
    background: #f4f0f1 url(../images/nav_bg.jpg);
    border-bottom: solid 3px #b40212;
}

.navbar-main .navbar-right {
    float: none;
    position: absolute;
    top:0;
    right:0;
}
.navbar-main .navbar-nav {
    margin:0 auto;
    display: block;
    /*
    float:none;
    text-align: center;
    */
}

.navbar-main .navbar-nav li {
    float: none;
    display: inline-block;
}

.navbar-main .navbar-nav>li>a {
    padding-top: 40px;
    padding-bottom: 40px;
}

.navbar-main  .navbar-brand {
    float: left;
    height: 100%;
    padding: 0px;
    font-size: 18px;
    line-height: 20px;
}

.navbar-main .navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-right: 15px;
    margin-top: 35px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

ul.list-unstyled li{
    margin-bottom: 5px;
    line-height: 1.4em;
}
.page-footer ul.list-unstyled {
    margin-top:20px;
}


ul.list-unstyled li a i{
    font-size: 1.2em;
    width: 1.4em;
    text-align: center;
    line-height: 1.4em;
    background: #666;
    color:#fff;
    border-radius: 0.2em; /* or 50% width & line-height */
}

ul.list-unstyled li a{
    text-decoration: none;
    color:inherit;
}

.page-footer ul.list-unstyled li a:hover i,
.page-footer ul.list-unstyled li a:hover{
    text-decoration: none;
    color:#b40212;
}

.page-footer {
    background-color: #eeeff1;
    padding: 40px 0 10px 0;
    border-top: solid 3px #b40212;
}

.content {
    margin-top: 100px;
    min-height: 600px;
}

.auth-box {
    padding-top: 20px;
    padding-bottom: 20px;
    margin: 20px 0 0 0;
    background: #fff;
    margin-bottom: 20px;
    border: solid 2px transparent;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
.auth-box:hover, .active-auth-box {
    border: solid 2px #b40212 !important;
}

.auth-box a {
    display: block;
    text-decoration: none;
    color: #b40212;
    font-size: 20px;
}

.btn-default.btn-active {
    color: #b40212;
}

.pb-30 {
    padding-bottom:30px;
}
.pt-30 {
    padding-top:30px;
}

.berles-h1 {
    padding: 10px 10px;
    margin-top:0;
    margin-bottom:30px;
    color:#fff;
    text-align: right;
    background-image: linear-gradient(to right, white, grey);
}

h1.small-header {
    font-size:22px;
}

.small-header {
    font-size:18px;
    margin-top:10px;
}

.w50 {
    width:50%;
}

.btn-video,
.btn-doksik {
    border-radius: 0;
}

.items h2 {
    margin-top:0;
}

.daterangepicker {
    transform: translate(0, -7em);
}