.navbar{
	z-index:99999;
}
.btn {
    text-shadow: 0 1px 0 rgba(0, 0, 0, .2);
    font-weight: 200;
    border: 0;
    text-transform: capitalize;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .2)
}
.btn.btn-default {
    background-image: -webkit-gradient(linear, left 0, left 100%, from(#eee), to(#e2e2e2));
    background-image: -webkit-linear-gradient(top, #eee 0, #e2e2e2 100%);
    background-image: -moz-linear-gradient(top, #eee 0, #e2e2e2 100%);
    background-image: linear-gradient(to bottom, #eee 0, #e2e2e2 100%);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffeeeeee', endColorstr='#ffe2e2e2', GradientType=0);
    text-shadow: 0 1px 0 #fff
}
.btn.btn-default.disabled {
    background-image: -webkit-gradient(linear, left 0, left 100%, from(#eee), to(#eee));
    background-image: -webkit-linear-gradient(top, #eee 0, #eee 100%);
    background-image: -moz-linear-gradient(top, #eee 0, #eee 100%);
    background-image: linear-gradient(to bottom, #eee 0, #eee 100%);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffeeeeee', endColorstr='#ffeeeeee', GradientType=0)
}
.btn.btn-primary {
    background-image: -webkit-gradient(linear, left 0, left 100%, from(#249dc9), to(#208cb3));
    background-image: -webkit-linear-gradient(top, #249dc9 0, #208cb3 100%);
    background-image: -moz-linear-gradient(top, #249dc9 0, #208cb3 100%);
    background-image: linear-gradient(to bottom, #249dc9 0, #208cb3 100%);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff249dc9', endColorstr='#ff208cb3', GradientType=0)
}
.btn.btn-primary:hover {
    background-image: -webkit-gradient(linear, left 0, left 100%, from(#2dabd9), to(#208cb3));
    background-image: -webkit-linear-gradient(top, #2dabd9 0, #208cb3 100%);
    background-image: -moz-linear-gradient(top, #2dabd9 0, #208cb3 100%);
    background-image: linear-gradient(to bottom, #2dabd9 0, #208cb3 100%);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff2dabd9', endColorstr='#ff208cb3', GradientType=0)
}
.btn.btn-primary.active,
.btn.btn-primary:active {
    background-image: -webkit-gradient(linear, left 0, left 100%, from(#208cb3), to(#208cb3));
    background-image: -webkit-linear-gradient(top, #208cb3 0, #208cb3 100%);
    background-image: -moz-linear-gradient(top, #208cb3 0, #208cb3 100%);
    background-image: linear-gradient(to bottom, #208cb3 0, #208cb3 100%);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff208cb3', endColorstr='#ff208cb3', GradientType=0)
}
.btn.btn-primary.disabled {
    background-image: -webkit-gradient(linear, left 0, left 100%, from(#249dc9), to(#249dc9));
    background-image: -webkit-linear-gradient(top, #249dc9 0, #249dc9 100%);
    background-image: -moz-linear-gradient(top, #249dc9 0, #249dc9 100%);
    background-image: linear-gradient(to bottom, #249dc9 0, #249dc9 100%);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff249dc9', endColorstr='#ff249dc9', GradientType=0)
}
.btn.btn-success {
    background-image: -webkit-gradient(linear, left 0, left 100%, from(#67ab65), to(#599f57));
    background-image: -webkit-linear-gradient(top, #67ab65 0, #599f57 100%);
    background-image: -moz-linear-gradient(top, #67ab65 0, #599f57 100%);
    background-image: linear-gradient(to bottom, #67ab65 0, #599f57 100%);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff67ab65', endColorstr='#ff599f57', GradientType=0)
}
.btn.btn-success:hover {
    background-image: -webkit-gradient(linear, left 0, left 100%, from(#77b476), to(#599f57));
    background-image: -webkit-linear-gradient(top, #77b476 0, #599f57 100%);
    background-image: -moz-linear-gradient(top, #77b476 0, #599f57 100%);
    background-image: linear-gradient(to bottom, #77b476 0, #599f57 100%);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff77b476', endColorstr='#ff599f57', GradientType=0)
}
.btn.btn-success.active,
.btn.btn-success:active {
    background-image: -webkit-gradient(linear, left 0, left 100%, from(#599f57), to(#599f57));
    background-image: -webkit-linear-gradient(top, #599f57 0, #599f57 100%);
    background-image: -moz-linear-gradient(top, #599f57 0, #599f57 100%);
    background-image: linear-gradient(to bottom, #599f57 0, #599f57 100%);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff599f57', endColorstr='#ff599f57', GradientType=0)
}
.btn.btn-success.disabled {
    background-image: -webkit-gradient(linear, left 0, left 100%, from(#67ab65), to(#67ab65));
    background-image: -webkit-linear-gradient(top, #67ab65 0, #67ab65 100%);
    background-image: -moz-linear-gradient(top, #67ab65 0, #67ab65 100%);
    background-image: linear-gradient(to bottom, #67ab65 0, #67ab65 100%);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff67ab65', endColorstr='#ff67ab65', GradientType=0)
}
.btn.btn-info {
    background-image: -webkit-gradient(linear, left 0, left 100%, from(#74c8e7), to(#5ebfe3));
    background-image: -webkit-linear-gradient(top, #74c8e7 0, #5ebfe3 100%);
    background-image: -moz-linear-gradient(top, #74c8e7 0, #5ebfe3 100%);
    background-image: linear-gradient(to bottom, #74c8e7 0, #5ebfe3 100%);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff74c8e7', endColorstr='#ff5ebfe3', GradientType=0)
}
.btn.btn-info:hover {
    background-image: -webkit-gradient(linear, left 0, left 100%, from(#8ad1eb), to(#5ebfe3));
    background-image: -webkit-linear-gradient(top, #8ad1eb 0, #5ebfe3 100%);
    background-image: -moz-linear-gradient(top, #8ad1eb 0, #5ebfe3 100%);
    background-image: linear-gradient(to bottom, #8ad1eb 0, #5ebfe3 100%);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff8ad1eb', endColorstr='#ff5ebfe3', GradientType=0)
}
.btn.btn-info.active,
.btn.btn-info:active {
    background-image: -webkit-gradient(linear, left 0, left 100%, from(#5ebfe3), to(#5ebfe3));
    background-image: -webkit-linear-gradient(top, #5ebfe3 0, #5ebfe3 100%);
    background-image: -moz-linear-gradient(top, #5ebfe3 0, #5ebfe3 100%);
    background-image: linear-gradient(to bottom, #5ebfe3 0, #5ebfe3 100%);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff5ebfe3', endColorstr='#ff5ebfe3', GradientType=0)
}
.btn.btn-info.disabled {
    background-image: -webkit-gradient(linear, left 0, left 100%, from(#74c8e7), to(#74c8e7));
    background-image: -webkit-linear-gradient(top, #74c8e7 0, #74c8e7 100%);
    background-image: -moz-linear-gradient(top, #74c8e7 0, #74c8e7 100%);
    background-image: linear-gradient(to bottom, #74c8e7 0, #74c8e7 100%);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff74c8e7', endColorstr='#ff74c8e7', GradientType=0)
}
.btn.btn-warning {
    background-image: -webkit-gradient(linear, left 0, left 100%, from(#ce5e52), to(#c84c3e));
    background-image: -webkit-linear-gradient(top, #ce5e52 0, #c84c3e 100%);
    background-image: -moz-linear-gradient(top, #ce5e52 0, #c84c3e 100%);
    background-image: linear-gradient(to bottom, #ce5e52 0, #c84c3e 100%);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffce5e52', endColorstr='#ffc84c3e', GradientType=0)
}
.btn.btn-warning:hover {
    background-image: -webkit-gradient(linear, left 0, left 100%, from(#d47066), to(#c84c3e));
    background-image: -webkit-linear-gradient(top, #d47066 0, #c84c3e 100%);
    background-image: -moz-linear-gradient(top, #d47066 0, #c84c3e 100%);
    background-image: linear-gradient(to bottom, #d47066 0, #c84c3e 100%);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffd47066', endColorstr='#ffc84c3e', GradientType=0)
}
.btn.btn-warning.active,
.btn.btn-warning:active {
    background-image: -webkit-gradient(linear, left 0, left 100%, from(#c84c3e), to(#c84c3e));
    background-image: -webkit-linear-gradient(top, #c84c3e 0, #c84c3e 100%);
    background-image: -moz-linear-gradient(top, #c84c3e 0, #c84c3e 100%);
    background-image: linear-gradient(to bottom, #c84c3e 0, #c84c3e 100%);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffc84c3e', endColorstr='#ffc84c3e', GradientType=0)
}
.btn.btn-warning.disabled {
    background-image: -webkit-gradient(linear, left 0, left 100%, from(#ce5e52), to(#ce5e52));
    background-image: -webkit-linear-gradient(top, #ce5e52 0, #ce5e52 100%);
    background-image: -moz-linear-gradient(top, #ce5e52 0, #ce5e52 100%);
    background-image: linear-gradient(to bottom, #ce5e52 0, #ce5e52 100%);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffce5e52', endColorstr='#ffce5e52', GradientType=0)
}
.btn.btn-danger {
    background-image: -webkit-gradient(linear, left 0, left 100%, from(#c84c3e), to(#b84234));
    background-image: -webkit-linear-gradient(top, #c84c3e 0, #b84234 100%);
    background-image: -moz-linear-gradient(top, #c84c3e 0, #b84234 100%);
    background-image: linear-gradient(to bottom, #c84c3e 0, #b84234 100%);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffc84c3e', endColorstr='#ffb84234', GradientType=0)
}
.btn.btn-danger:hover {
    background-image: -webkit-gradient(linear, left 0, left 100%, from(#ce5e52), to(#b84234));
    background-image: -webkit-linear-gradient(top, #ce5e52 0, #b84234 100%);
    background-image: -moz-linear-gradient(top, #ce5e52 0, #b84234 100%);
    background-image: linear-gradient(to bottom, #ce5e52 0, #b84234 100%);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffce5e52', endColorstr='#ffb84234', GradientType=0)
}
.btn.btn-danger.active,
.btn.btn-danger:active {
    background-image: -webkit-gradient(linear, left 0, left 100%, from(#b84234), to(#b84234));
    background-image: -webkit-linear-gradient(top, #b84234 0, #b84234 100%);
    background-image: -moz-linear-gradient(top, #b84234 0, #b84234 100%);
    background-image: linear-gradient(to bottom, #b84234 0, #b84234 100%);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffb84234', endColorstr='#ffb84234', GradientType=0)
}
.btn.btn-danger.disabled {
    background-image: -webkit-gradient(linear, left 0, left 100%, from(#c84c3e), to(#c84c3e));
    background-image: -webkit-linear-gradient(top, #c84c3e 0, #c84c3e 100%);
    background-image: -moz-linear-gradient(top, #c84c3e 0, #c84c3e 100%);
    background-image: linear-gradient(to bottom, #c84c3e 0, #c84c3e 100%);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffc84c3e', endColorstr='#ffc84c3e', GradientType=0)
}
.btn.btn-pink {
    background-image: -webkit-gradient(linear, left 0, left 100%, from(#ca3f99), to(#bc348c));
    background-image: -webkit-linear-gradient(top, #ca3f99 0, #bc348c 100%);
    background-image: -moz-linear-gradient(top, #ca3f99 0, #bc348c 100%);
    background-image: linear-gradient(to bottom, #ca3f99 0, #bc348c 100%);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffca3f99', endColorstr='#ffbc348c', GradientType=0);
    color: #fff
}
.btn.btn-pink:hover {
    background-image: -webkit-gradient(linear, left 0, left 100%, from(#d053a4), to(#bc348c));
    background-image: -webkit-linear-gradient(top, #d053a4 0, #bc348c 100%);
    background-image: -moz-linear-gradient(top, #d053a4 0, #bc348c 100%);
    background-image: linear-gradient(to bottom, #d053a4 0, #bc348c 100%);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffd053a4', endColorstr='#ffbc348c', GradientType=0)
}
.btn.btn-pink.active,
.btn.btn-pink:active {
    background-image: -webkit-gradient(linear, left 0, left 100%, from(#bc348c), to(#bc348c));
    background-image: -webkit-linear-gradient(top, #bc348c 0, #bc348c 100%);
    background-image: -moz-linear-gradient(top, #bc348c 0, #bc348c 100%);
    background-image: linear-gradient(to bottom, #bc348c 0, #bc348c 100%);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffbc348c', endColorstr='#ffbc348c', GradientType=0)
}
.btn.btn-pink.disabled {
    background-image: -webkit-gradient(linear, left 0, left 100%, from(#ca3f99), to(#ca3f99));
    background-image: -webkit-linear-gradient(top, #ca3f99 0, #ca3f99 100%);
    background-image: -moz-linear-gradient(top, #ca3f99 0, #ca3f99 100%);
    background-image: linear-gradient(to bottom, #ca3f99 0, #ca3f99 100%);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffca3f99', endColorstr='#ffca3f99', GradientType=0)
}
.btn.btn-pink>.caret {
    border-top-color: #fff
}
.btn.btn-orange {
    background-image: -webkit-gradient(linear, left 0, left 100%, from(#ff7d2c), to(#ff6d13));
    background-image: -webkit-linear-gradient(top, #ff7d2c 0, #ff6d13 100%);
    background-image: -moz-linear-gradient(top, #ff7d2c 0, #ff6d13 100%);
    background-image: linear-gradient(to bottom, #ff7d2c 0, #ff6d13 100%);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffff7d2c', endColorstr='#ffff6d13', GradientType=0);
    color: #fff
}
.btn.btn-orange:hover {
    background-image: -webkit-gradient(linear, left 0, left 100%, from(#ff8d46), to(#ff6d13));
    background-image: -webkit-linear-gradient(top, #ff8d46 0, #ff6d13 100%);
    background-image: -moz-linear-gradient(top, #ff8d46 0, #ff6d13 100%);
    background-image: linear-gradient(to bottom, #ff8d46 0, #ff6d13 100%);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffff8d46', endColorstr='#ffff6d13', GradientType=0)
}
.btn.btn-orange.active,
.btn.btn-orange:active {
    background-image: -webkit-gradient(linear, left 0, left 100%, from(#ff6d13), to(#ff6d13));
    background-image: -webkit-linear-gradient(top, #ff6d13 0, #ff6d13 100%);
    background-image: -moz-linear-gradient(top, #ff6d13 0, #ff6d13 100%);
    background-image: linear-gradient(to bottom, #ff6d13 0, #ff6d13 100%);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffff6d13', endColorstr='#ffff6d13', GradientType=0)
}
.btn.btn-orange.disabled {
    background-image: -webkit-gradient(linear, left 0, left 100%, from(#ff7d2c), to(#ff7d2c));
    background-image: -webkit-linear-gradient(top, #ff7d2c 0, #ff7d2c 100%);
    background-image: -moz-linear-gradient(top, #ff7d2c 0, #ff7d2c 100%);
    background-image: linear-gradient(to bottom, #ff7d2c 0, #ff7d2c 100%);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffff7d2c', endColorstr='#ffff7d2c', GradientType=0)
}
.btn.btn-orange>.caret {
    border-top-color: #fff
}
.btn.btn-link {
    text-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none
}
.btn:focus {
    outline: 0
}
.open .dropdown-toggle.btn-primary {
    background: #208cb3
}
.btn-group .btn.btn-default {
    border: solid 1px #ccc
}
.btn-group-vertical>.btn.btn-default,
.input-group-btn>.btn.btn-default {
    height: 42px;
    border: solid 1px #ccc;
    -webkit-box-shadow: none;
    box-shadow: none
}
@media (max-width: 767px) {
    .btn-block-xs {
        width: 100%
    }
}
@media (max-width: 480px) {
    .form-control {
        font-size: 14px
    }
}

.navbar-default {
    border: 0;
    border-bottom: 1px solid #cacaca;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    border-radius: 0;
    margin-bottom: 0;
    height: 40px;
    line-height: 40px
}
.nav a,
.navbar-header a {
    cursor: pointer
}

.navbar-transparent #header .navbar-white {
    border-bottom: 0!important;
    background-color: transparent!important
}
.navbar-transparent #header .navbar-white .navbar-collapse {
    background-color: transparent!important
}
#header .navbar-white {
    border-bottom: 1px solid #EFEFEF!important
}
#header .navbar-white .navbar-collapse ul li {
    height: 79px
}
#header .navbar-white .navbar-collapse ul li .dropdown-menu {
    margin-right: -3px;
    margin-top: 7px!important
}
#header .navbar-white .navbar-collapse ul li .dropdown-menu a.bucket {
    line-height: 22px!important
}
#header .navbar-white .navbar-collapse ul li .dropdown-menu .title {
    width: 120px;
    display: block;
    line-height: 25px;
    height: 25px
}
#header .navbar-white .navbar-collapse ul li .dropdown-menu .label {
    text-shadow: none
}
#header .navbar-white .navbar-collapse ul li .dropdown-menu .col-xs-5 {
    padding-right: 12px
}
#header .navbar-collapse .navbar-nav.navbar-right:last-child {
    margin-right: -15px
}
.navbar #userDropdownRegion {
    border-left: 1px solid #eee;
    margin-left: 15px;
    border-right: 1px solid #eee
}
.navbar #userDropdownRegion:hover {
    background-color: #f2f2f2
}
.navbar #user_menu_drop {
    padding-top: 7px;
    padding-bottom: 5px;
    padding-right: 7px;
    line-height: 20px;
    width: 205px;
    cursor: pointer;
    height: 100%
}
.navbar #user_menu_drop .caret {
    border-top-color: #000;
    border-bottom-color: #000
}
.navbar #user_menu_drop .balance-container {
    width: 115px;
    text-align: right;
    line-height: 19.5px;
    padding-top: 8px;
    padding-right: 0;
    float: left
}
.navbar #user_menu_drop .balance-container .label {
    padding-right: 6px;
    padding-left: 6px;
    padding-top: 2px;
    padding-bottom: 2px
}
.navbar #user_menu_drop .balance-container .fullname {
    width: 115px;
    font-weight: 500;
    padding-top: 6px;
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}
.navbar #user_menu_drop .gravatar-container {
    line-height: 45px;
    margin-top: 5px;
    float: right
}
.navbar #user_menu_drop .gravatar-container img {
    max-width: 45px;
    border: solid 1px #eee
}
.navbar #user_menu_drop .caret-container {
    line-height: 45px;
    padding-left: 5px;
    float: right
}
.navbar-white {
    background: #fff
}
.navbar-white .login {
    margin-top: 5px
}
.navbar-white .login a {
    font-size: 16px;
    font-weight: 400;
    cursor: pointer;
    color: #249dc9
}
.navbar-white .navbar-nav .open a:focus,
.navbar-white .navbar-nav .open>a,
.navbar-white .navbar-nav .open>a:hover {
    background-color: #444
}
.navbar-white .navbar-toggle {
    margin-left: 10px;
    border: 0;
    margin-bottom: 0;
    margin-top: 6px
}
.navbar-white .navbar-toggle .icon-bar {
    background-color: #249dc9;
    margin-bottom: 5px!important;
    height: 3px;
    width: 30px
}
.navbar-white .navbar-toggle:focus,
.navbar-white .navbar-toggle:hover {
    border: 0;
    background-color: #fff
}
.navbar-white .navbar-collapse {
    background-color: #444;
    max-height: none
}
.navbar-white .navbar-collapse .nav .open a,
.navbar-white .navbar-collapse .nav .open a:focus,
.navbar-white .navbar-collapse .nav .open a:hover {
    color: #fff
}
.navbar-white .navbar-collapse .nav .open a:active,
.navbar-white .navbar-collapse .nav .open a:focus {
    background-color: transparent
}
.navbar-white .navbar-collapse .nav .open .caret {
    border-top-color: #fff!important;
    border-bottom-color: #fff!important
}
.navbar-white .navbar-collapse .nav .open .dropdown-menu {
    padding: 0
}
.navbar-white .navbar-collapse .nav .open .dropdown-menu li {
    border-bottom: 0;
    background-color: #323232
}
.navbar-white .navbar-collapse .nav .open .dropdown-menu li a {
    color: #fff;
    font-size: 18px;
    text-indent: 17px;
    line-height: 30px;
    text-shadow: 2px 1px #000
}
.navbar-white .navbar-collapse .nav .open .dropdown-menu li a .fa {
    font-size: 18px
}
.navbar-white .navbar-collapse .nav .open .dropdown-menu li a:hover {
    background-color: #249dc9!important
}
.navbar-white .navbar-collapse .nav .open .dropdown-menu li.divider {
    height: 1px!important;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5!important
}
.navbar-white .navbar-collapse ul>li {
    border-bottom: 1px solid #2d2d2d
}
.navbar-white .navbar-collapse ul>li a {
    line-height: 24px;
    font-size: 20px;
    font-weight: 300;
    color: #fff;
    text-indent: 0;
    text-shadow: 2px 1px #333
}
.navbar-white .navbar-collapse ul>li a .fa {
    text-indent: 0;
    font-size: 20px;
    width: 20px;
    text-align: center;
    margin-right: 5px
}
.navbar-white .navbar-collapse ul>li a:focus,
.navbar-white .navbar-collapse ul>li a:hover {
    color: #fff
}
.navbar-white .navbar-collapse ul>:last-child {
    border-bottom: 0!important
}
.navbar-white .navbar-collapse ul>li.active a,
.navbar-white .navbar-collapse ul>li.active a.focus,
.navbar-white .navbar-collapse ul>li.active a:hover {
    background-color: transparent!important;
    color: #fff
}
.navbar-white .navbar-collapse ul>li.active .dropdown-toggle {
    background-color: #323232!important;
    color: #fff
}
.navbar-white .navbar-collapse ul>li.active ul.dropdown-menu li {
    border-bottom: 0
}
.navbar-white .navbar-collapse ul>li.active ul.dropdown-menu li a {
    color: #fff;
    text-indent: 0
}
.navbar-white .navbar-collapse .form-group {
    padding-left: 10px;
    padding-right: 15px;
    margin-top: 8px;
    margin-bottom: 15px
}
.navbar-white .navbar-collapse .form-group .btn,
.navbar-white .navbar-collapse .form-group a {
    margin-top: 8px;
    text-shadow: 1px 1px #444;
    text-indent: 0;
    width: 100%;
    font-size: 20px;
    line-height: 20px;
    color: #fff;
    font-weight: 200
}
@media (max-width: 767px) {
    .navbar-fixed-top {
        position: relative;
        top: auto
    }
    .navbar-default .navbar-nav>.dropdown>a .caret,
    .navbar-default .navbar-nav>.dropdown>a:focus .caret,
    .navbar-default .navbar-nav>.dropdown>a:hover .caret {
        border-top-color: #fff;
        border-bottom-color: #fff
    }
    .rebtel-brand.my {
        width: 136px;
        height: 28px;
        margin-left: -55px
    }
    #header .navbar-white .navbar-collapse ul li {
        height: 45px;
        line-height: 45px
    }
    #header .navbar-white .navbar-collapse ul>li a {
        font-size: 17px
    }
}
@media (min-width: 768px) {
    .rebtel-brand {
        margin-left: auto!important;
        left: auto!important;
        margin-top: 30px;
        width: 89px;
        height: 27px
    }
    .form-group {
        line-height: 63px!important
    }
    .form-group .btn {
        width: auto!important;
        margin-top: auto;
        margin-left: 10px;
        font-size: 16px!important
    }
    .navbar-default {
        border-bottom: 2px
    }
    .navbar-white .navbar-collapse .form-group {
        padding-left: 20px;
        padding-right: 20px;
        margin-top: 5px
    }
    .navbar-white {
        min-height: 80px;
        line-height: 80px;
        border-bottom: 1px solid #CCC!important
    }
    .navbar-white .navbar-header {
        float: left!important
    }
    .navbar-white .navbar-toggle {
        display: none!important
    }
    .navbar-white .navbar-collapse.collapse {
        display: block!important;
        padding-right: 0
    }
    .navbar-white .navbar-nav {
        float: right!important;
        margin: 0
    }
    .navbar-white .navbar-nav>li {
        float: left
    }
    .navbar-white .navbar-collapse {
        margin-top: 0;
        background-color: #fff
    }
    .navbar-white .navbar-collapse ul>li.active a {
        color: #249dc9!important
    }
    .navbar-white .navbar-collapse ul li {
        border-bottom: 0;
        height: 75px
    }
    .navbar-white .navbar-collapse ul li a {
        text-shadow: none!important;
        font-weight: 200;
        font-size: 18px;
        color: #333;
        text-indent: 0;
        line-height: 50px
    }
    .navbar-white .navbar-collapse ul li a .fa {
        display: none
    }
    .navbar-white .navbar-collapse ul li a:focus,
    .navbar-white .navbar-collapse ul li a:hover {
        color: #249dc9
    }
    .navbar-white .navbar-collapse ul li a:focus .caret,
    .navbar-white .navbar-collapse ul li a:hover .caret {
        border-top-color: #249dc9!important;
        border-bottom-color: #249dc9!important
    }
    .navbar-white .navbar-collapse ul li .dropdown-menu {
        position: absolute!important;
        margin-top: -15px!important;
        margin-right: -50%;
        background-color: #444!important;
        min-width: 225px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        -khtml-border-radius: 5px;
        border-radius: 5px
    }
    .navbar-white .navbar-collapse ul li .dropdown-menu li {
        height: 30px!important;
        background-color: transparent!important
    }
    .navbar-white .navbar-collapse ul li .dropdown-menu li a {
        width: 100%;
        color: #fff!important;
        font-size: 15px!important;
        line-height: 30px!important;
        font-weight: 300!important;
        padding-top: 2px!important;
        padding-bottom: 2px!important;
        text-indent: 0!important;
        text-shadow: 2px 1px #333!important
    }
    .navbar-white .navbar-collapse ul li .dropdown-menu li a i {
        display: inline-block!important;
        font-size: 15px!important
    }
    .navbar-white .navbar-collapse ul li .dropdown-menu::after {
        position: absolute;
        top: -6px;
        left: 50%;
        display: inline-block;
        border-right: 6px solid transparent;
        border-bottom: 6px solid #444;
        border-left: 6px solid transparent;
        content: ''
    }
    .navbar-white .navbar-collapse .nav .open a {
        color: #249dc9!important;
        background-color: transparent!important
    }
    .navbar-white .navbar-collapse .nav .open .caret {
        border-top-color: #249dc9!important;
        border-bottom-color: #249dc9!important
    }
    .navbar-white .navbar-collapse .nav .open .dropdown-menu {
        padding-top: 8px;
        padding-bottom: 13px
    }
    .navbar-white .navbar-collapse .nav .open .dropdown-menu li a {
        color: #fff!important
    }
    .navbar-white .navbar-collapse .nav .open .dropdown-menu li a:hover {
        background-color: #323232!important
    }
}
