
.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-property: height, visibility;
    -o-transition-property: height, visibility;
    transition-property: height, visibility;
    -webkit-transition-duration: 0.35s;
    -o-transition-duration: 0.35s;
    transition-duration: 0.35s;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
}
.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid \9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}
.dropup,
.dropdown {
    position: relative;
}
.dropdown-toggle:focus {
    outline: 0;
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.dropdown-menu.pull-right {
    right: 0;
    left: auto;
}
.dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}
.dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
    color: #262626;
    text-decoration: none;
    background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
    color: #fff;
    text-decoration: none;
    background-color: #337ab7;
    outline: 0;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
    color: #777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.open > .dropdown-menu {
    display: block;
}
.open > a {
    outline: 0;
}
.dropdown-menu-right {
    right: 0;
    left: auto;
}
.dropdown-menu-left {
    right: auto;
    left: 0;
}
.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #777;
    white-space: nowrap;
}
.dropdown-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 990;
}
.pull-right > .dropdown-menu {
    right: 0;
    left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
    content: "";
    border-top: 0;
    border-bottom: 4px dashed;
    border-bottom: 4px solid \9;
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px;
}
@media (min-width: 768px) {
    .navbar-right .dropdown-menu {
        right: 0;
        left: auto;
    }
    .navbar-right .dropdown-menu-left {
        right: auto;
        left: 0;
    }
}
.btn-group,
.btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
    position: relative;
    float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
    z-index: 2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
    margin-left: -1px;
}
.btn-toolbar {
    margin-left: -5px;
}
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
    float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
    margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0;
}
.btn-group > .btn:first-child {
    margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.btn-group > .btn-group {
    float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
    border-radius: 0;
}
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
    outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
    padding-right: 8px;
    padding-left: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
    padding-right: 12px;
    padding-left: 12px;
}
.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.btn .caret {
    margin-left: 0;
}
.btn-lg .caret {
    border-width: 5px 5px 0;
    border-bottom-width: 0;
}
.dropup .btn-lg .caret {
    border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
    float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
    margin-top: -1px;
    margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
    border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
    border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
    display: table-cell;
    float: none;
    width: 1%;
}
.btn-group-justified > .btn-group .btn {
    width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
    left: auto;
}
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
}
.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}
.input-group[class*="col-"] {
    float: none;
    padding-right: 0;
    padding-left: 0;
}
.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
}
.input-group .form-control:focus {
    z-index: 3;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
    height: 46px;
    line-height: 46px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
    height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
    height: 30px;
    line-height: 30px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
    height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
    display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0;
}
.input-group-addon,
.input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}
.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px;
}
.input-group-addon.input-sm {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px;
}
.input-group-addon.input-lg {
    padding: 10px 16px;
    font-size: 18px;
    border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
    margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.input-group-addon:first-child {
    border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.input-group-addon:last-child {
    border-left: 0;
}
.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap;
}
.input-group-btn > .btn {
    position: relative;
}
.input-group-btn > .btn + .btn {
    margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
    z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
    margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
    z-index: 2;
    margin-left: -1px;
}
/*
.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.nav > li {
    position: relative;
    display: block;
}
.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
    text-decoration: none;
    background-color: #eee;
}
.nav > li.disabled > a {
    color: #777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
    color: #777;
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
    background-color: #eee;
    border-color: #337ab7;
}
.nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}
.nav > li > a > img {
    max-width: none;
}
.nav-tabs {
    border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
    float: left;
    margin-bottom: -1px;
}
.nav-tabs > li > a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
    border-color: #eee #eee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    color: #555;
    cursor: default;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
}
.nav-tabs.nav-justified {
    width: 100%;
    border-bottom: 0;
}
.nav-tabs.nav-justified > li {
    float: none;
}
.nav-tabs.nav-justified > li > a {
    margin-bottom: 5px;
    text-align: center;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto;
}
@media (min-width: 768px) {
    .nav-tabs.nav-justified > li {
        display: table-cell;
        width: 1%;
    }
    .nav-tabs.nav-justified > li > a {
        margin-bottom: 0;
    }
}
.nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
    border: 1px solid #ddd;
}
@media (min-width: 768px) {
    .nav-tabs.nav-justified > li > a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0;
    }
    .nav-tabs.nav-justified > .active > a,
    .nav-tabs.nav-justified > .active > a:hover,
    .nav-tabs.nav-justified > .active > a:focus {
        border-bottom-color: #fff;
    }
}
.nav-pills > li {
    float: left;
}
.nav-pills > li > a {
    border-radius: 4px;
}
.nav-pills > li + li {
    margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
    color: #fff;
    background-color: #337ab7;
}
.nav-stacked > li {
    float: none;
}
.nav-stacked > li + li {
    margin-top: 2px;
    margin-left: 0;
}
.nav-justified {
    width: 100%;
}
.nav-justified > li {
    float: none;
}
.nav-justified > li > a {
    margin-bottom: 5px;
    text-align: center;
}
.nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto;
}
@media (min-width: 768px) {
    .nav-justified > li {
        display: table-cell;
        width: 1%;
    }
    .nav-justified > li > a {
        margin-bottom: 0;
    }
}
.nav-tabs-justified {
    border-bottom: 0;
}
.nav-tabs-justified > li > a {
    margin-right: 0;
    border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
    border: 1px solid #ddd;
}
@media (min-width: 768px) {
    .nav-tabs-justified > li > a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0;
    }
    .nav-tabs-justified > .active > a,
    .nav-tabs-justified > .active > a:hover,
    .nav-tabs-justified > .active > a:focus {
        border-bottom-color: #fff;
    }
}
.tab-content > .tab-pane {
    display: none;
}
.tab-content > .active {
    display: block;
}
.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent;
}
@media (min-width: 768px) {
    .navbar {
        border-radius: 4px;
    }
}
@media (min-width: 768px) {
    .navbar-header {
        float: left;
    }
}
.navbar-collapse {
    padding-right: 15px;
    padding-left: 15px;
    overflow-x: visible;
    border-top: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
    overflow-y: auto;
}
@media (min-width: 768px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important;
    }
    .navbar-collapse.in {
        overflow-y: visible;
    }
    .navbar-fixed-top .navbar-collapse,
    .navbar-static-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
        padding-right: 0;
        padding-left: 0;
    }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
    max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
    .navbar-fixed-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
        max-height: 200px;
    }
}
@media (min-width: 768px) {
    .navbar-fixed-top,
    .navbar-fixed-bottom {
        border-radius: 0;
    }
}
.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
}
.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0;
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
    margin-right: -15px;
    margin-left: -15px;
}
@media (min-width: 768px) {
    .container > .navbar-header,
    .container-fluid > .navbar-header,
    .container > .navbar-collapse,
    .container-fluid > .navbar-collapse {
        margin-right: 0;
        margin-left: 0;
    }
}
.navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px;
}
@media (min-width: 768px) {
    .navbar-static-top {
        border-radius: 0;
    }
}
.navbar-brand {
    float: left;
    height: 50px;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px;
}
.navbar-brand:hover,
.navbar-brand:focus {
    text-decoration: none;
}
.navbar-brand > img {
    display: block;
}
*/
/*
@media (min-width: 768px) {
    .navbar > .container .navbar-brand,
    .navbar > .container-fluid .navbar-brand {
        margin-left: -15px;
    }
}
.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-right: 15px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.navbar-toggle:focus {
    outline: 0;
}
.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px;
}
@media (min-width: 768px) {
    .navbar-toggle {
        display: none;
    }
}
*/
/*
.navbar-nav {
    margin: 7.5px -15px;
}
.navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px;
}
*/
/*
@media (max-width: 767px) {

    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .navbar-nav .open .dropdown-menu > li > a,
    .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px;
    }
    .navbar-nav .open .dropdown-menu > li > a {
        line-height: 20px;
    }
    .navbar-nav .open .dropdown-menu > li > a:hover,
    .navbar-nav .open .dropdown-menu > li > a:focus {
        background-image: none;
    }
}
@media (min-width: 768px) {
    .navbar-nav {
        float: left;
        margin: 0;
    }
    .navbar-nav > li {
        float: left;
    }
    .navbar-nav > li > a {
        padding-top: 15px;
        padding-bottom: 15px;
    }
}
.navbar-form {
    padding: 10px 15px;
    margin-right: -15px;
    margin-left: -15px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    margin-top: 8px;
    margin-bottom: 8px;
}
@media (min-width: 768px) {
    .navbar-form .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }
    .navbar-form .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }
    .navbar-form .form-control-static {
        display: inline-block;
    }
    .navbar-form .input-group {
        display: inline-table;
        vertical-align: middle;
    }
    .navbar-form .input-group .input-group-addon,
    .navbar-form .input-group .input-group-btn,
    .navbar-form .input-group .form-control {
        width: auto;
    }
    .navbar-form .input-group > .form-control {
        width: 100%;
    }
    .navbar-form .control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }
    .navbar-form .radio,
    .navbar-form .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle;
    }
    .navbar-form .radio label,
    .navbar-form .checkbox label {
        padding-left: 0;
    }
    .navbar-form .radio input[type="radio"],
    .navbar-form .checkbox input[type="checkbox"] {
        position: relative;
        margin-left: 0;
    }
    .navbar-form .has-feedback .form-control-feedback {
        top: 0;
    }
}
@media (max-width: 767px) {
    .navbar-form .form-group {
        margin-bottom: 5px;
    }
    .navbar-form .form-group:last-child {
        margin-bottom: 0;
    }
}
@media (min-width: 768px) {
    .navbar-form {
        width: auto;
        padding-top: 0;
        padding-bottom: 0;
        margin-right: 0;
        margin-left: 0;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
}
.navbar-nav > li > .dropdown-menu {
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
    margin-bottom: 0;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.navbar-btn {
    margin-top: 8px;
    margin-bottom: 8px;
}
.navbar-btn.btn-sm {
    margin-top: 10px;
    margin-bottom: 10px;
}
.navbar-btn.btn-xs {
    margin-top: 14px;
    margin-bottom: 14px;
}
.navbar-text {
    margin-top: 15px;
    margin-bottom: 15px;
}
@media (min-width: 768px) {
    .navbar-text {
        float: left;
        margin-right: 15px;
        margin-left: 15px;
    }
}
@media (min-width: 768px) {
    .navbar-left {
        float: left !important;
    }
    .navbar-right {
        float: right !important;
        margin-right: -15px;
    }
    .navbar-right ~ .navbar-right {
        margin-right: 0;
    }
}
.navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
    color: #777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
    color: #5e5e5e;
    background-color: transparent;
}
.navbar-default .navbar-text {
    color: #777;
}
.navbar-default .navbar-nav > li > a {
    color: #777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    color: #333;
    background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
    color: #555;
    background-color: #e7e7e7;
}
@media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #777;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #333;
        background-color: transparent;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #555;
        background-color: #e7e7e7;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        color: #ccc;
        background-color: transparent;
    }
}
.navbar-default .navbar-toggle {
    border-color: #ddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border-color: #e7e7e7;
}
.navbar-default .navbar-link {
    color: #777;
}
.navbar-default .navbar-link:hover {
    color: #333;
}
.navbar-default .btn-link {
    color: #777;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
    color: #333;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
    color: #ccc;
}
.navbar-inverse {
    background-color: #222;
    border-color: #080808;
}
.navbar-inverse .navbar-brand {
    color: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
    color: #fff;
    background-color: transparent;
}
.navbar-inverse .navbar-text {
    color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a {
    color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
    color: #fff;
    background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
    color: #444;
    background-color: transparent;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
    color: #fff;
    background-color: #080808;
}
@media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
        border-color: #080808;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #080808;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        color: #9d9d9d;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #fff;
        background-color: transparent;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #fff;
        background-color: #080808;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        color: #444;
        background-color: transparent;
    }
}
.navbar-inverse .navbar-toggle {
    border-color: #333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
    background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
    border-color: #101010;
}
.navbar-inverse .navbar-link {
    color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
    color: #fff;
}
.navbar-inverse .btn-link {
    color: #9d9d9d;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
    color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
    color: #444;
}
*/
.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px;
}
.breadcrumb > li {
    display: inline-block;
}
.breadcrumb > li + li:before {
    padding: 0 5px;
    color: #ccc;
    content: "/\00a0";
}
.breadcrumb > .active {
    color: #777;
}
.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}
.pagination > li {
    display: inline;
}
.pagination > li > a,
.pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
    z-index: 2;
    color: #23527c;
    background-color: #eee;
    border-color: #ddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #337ab7;
    border-color: #337ab7;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}
.pager {
    padding-left: 0;
    margin: 20px 0;
    text-align: center;
    list-style: none;
}
.pager li {
    display: inline;
}
.pager li > a,
.pager li > span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
    text-decoration: none;
    background-color: #eee;
}
.pager .next > a,
.pager .next > span {
    float: right;
}
.pager .previous > a,
.pager .previous > span {
    float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
}
.label {
    display: inline;
    padding: 0.2em 0.6em 0.3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25em;
}
a.label:hover,
a.label:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}
.label:empty {
    display: none;
}
.btn .label {
    position: relative;
    top: -1px;
}
.label-default {
    background-color: #777;
}
.label-default[href]:hover,
.label-default[href]:focus {
    background-color: #5e5e5e;
}
.label-primary {
    background-color: #337ab7;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
    background-color: #286090;
}
.label-success {
    background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
    background-color: #449d44;
}
.label-info {
    background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
    background-color: #31b0d5;
}
.label-warning {
    background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
    background-color: #ec971f;
}
.label-danger {
    background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
    background-color: #c9302c;
}
.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: border 0.2s ease-in-out;
    -o-transition: border 0.2s ease-in-out;
    transition: border 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
    margin-right: auto;
    margin-left: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
    border-color: #337ab7;
}
.thumbnail .caption {
    padding: 9px;
    color: #333;
}
.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}
.alert h4 {
    margin-top: 0;
    color: inherit;
}
.alert .alert-link {
    font-weight: bold;
}
.alert > p,
.alert > ul {
    margin-bottom: 0;
}
.alert > p + p {
    margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
    padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit;
}
.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}
.alert-success hr {
    border-top-color: #c9e2b3;
}
.alert-success .alert-link {
    color: #2b542c;
}
.alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}
.alert-info hr {
    border-top-color: #a6e1ec;
}
.alert-info .alert-link {
    color: #245269;
}
.alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}
.alert-warning hr {
    border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
    color: #66512c;
}
.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}
.alert-danger hr {
    border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
    color: #843534;
}
.media {
    margin-top: 15px;
}
.media:first-child {
    margin-top: 0;
}
.media,
.media-body {
    overflow: hidden;
    zoom: 1;
}
.media-body {
    width: 10000px;
}
.media-object {
    display: block;
}
.media-object.img-thumbnail {
    max-width: none;
}
.media-right,
.media > .pull-right {
    padding-left: 10px;
}
.media-left,
.media > .pull-left {
    padding-right: 10px;
}
.media-left,
.media-right,
.media-body {
    display: table-cell;
    vertical-align: top;
}
.media-middle {
    vertical-align: middle;
}
.media-bottom {
    vertical-align: bottom;
}
.media-heading {
    margin-top: 0;
    margin-bottom: 5px;
}
.media-list {
    padding-left: 0;
    list-style: none;
}
.list-group {
    padding-left: 0;
    margin-bottom: 20px;
}
.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd;
}
.list-group-item:first-child {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
    color: #777;
    cursor: not-allowed;
    background-color: #eee;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
    color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
    color: #777;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
    z-index: 2;
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
    color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
    color: #c7ddef;
}
a.list-group-item,
button.list-group-item {
    color: #555;
}
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
    color: #333;
}
a.list-group-item:hover,
button.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:focus {
    color: #555;
    text-decoration: none;
    background-color: #f5f5f5;
}
button.list-group-item {
    width: 100%;
    text-align: left;
}
.list-group-item-success {
    color: #3c763d;
    background-color: #dff0d8;
}
a.list-group-item-success,
button.list-group-item-success {
    color: #3c763d;
}
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
    color: inherit;
}
a.list-group-item-success:hover,
button.list-group-item-success:hover,
a.list-group-item-success:focus,
button.list-group-item-success:focus {
    color: #3c763d;
    background-color: #d0e9c6;
}
a.list-group-item-success.active,
button.list-group-item-success.active,
a.list-group-item-success.active:hover,
button.list-group-item-success.active:hover,
a.list-group-item-success.active:focus,
button.list-group-item-success.active:focus {
    color: #fff;
    background-color: #3c763d;
    border-color: #3c763d;
}
.list-group-item-info {
    color: #31708f;
    background-color: #d9edf7;
}
a.list-group-item-info,
button.list-group-item-info {
    color: #31708f;
}
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
    color: inherit;
}
a.list-group-item-info:hover,
button.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:focus {
    color: #31708f;
    background-color: #c4e3f3;
}
a.list-group-item-info.active,
button.list-group-item-info.active,
a.list-group-item-info.active:hover,
button.list-group-item-info.active:hover,
a.list-group-item-info.active:focus,
button.list-group-item-info.active:focus {
    color: #fff;
    background-color: #31708f;
    border-color: #31708f;
}
.list-group-item-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
}
a.list-group-item-warning,
button.list-group-item-warning {
    color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
    color: inherit;
}
a.list-group-item-warning:hover,
button.list-group-item-warning:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:focus {
    color: #8a6d3b;
    background-color: #faf2cc;
}
a.list-group-item-warning.active,
button.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus,
button.list-group-item-warning.active:focus {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #8a6d3b;
}
.list-group-item-danger {
    color: #a94442;
    background-color: #f2dede;
}
a.list-group-item-danger,
button.list-group-item-danger {
    color: #a94442;
}
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
    color: inherit;
}
a.list-group-item-danger:hover,
button.list-group-item-danger:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:focus {
    color: #a94442;
    background-color: #ebcccc;
}
a.list-group-item-danger.active,
button.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus,
button.list-group-item-danger.active:focus {
    color: #fff;
    background-color: #a94442;
    border-color: #a94442;
}
.list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px;
}
.list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3;
}
.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
    padding: 15px;
}
.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
    color: inherit;
}
.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
    color: inherit;
}
.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
    margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
    border-top-width: 0;
}
.list-group + .panel-footer {
    border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
    margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
    padding-right: 15px;
    padding-left: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
    border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
    border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
    border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
    border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
    border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
    border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
    border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
    border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
    border-bottom: 0;
}
.panel > .table-responsive {
    margin-bottom: 0;
    border: 0;
}
.panel-group {
    margin-bottom: 20px;
}
.panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px;
}
.panel-group .panel + .panel {
    margin-top: 5px;
}
.panel-group .panel-heading {
    border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
    border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
    border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
    border-bottom: 1px solid #ddd;
}
.panel-default {
    border-color: #ddd;
}
.panel-default > .panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
    color: #f5f5f5;
    background-color: #333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ddd;
}
.panel-primary {
    border-color: #337ab7;
}
.panel-primary > .panel-heading {
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #337ab7;
}
.panel-primary > .panel-heading .badge {
    color: #337ab7;
    background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #337ab7;
}
.panel-success {
    border-color: #d6e9c6;
}
.panel-success > .panel-heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
    color: #dff0d8;
    background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #d6e9c6;
}
.panel-info {
    border-color: #bce8f1;
}
.panel-info > .panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
    color: #d9edf7;
    background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #bce8f1;
}
.panel-warning {
    border-color: #faebcc;
}
.panel-warning > .panel-heading {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
    color: #fcf8e3;
    background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #faebcc;
}
.panel-danger {
    border-color: #ebccd1;
}
.panel-danger > .panel-heading {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
    color: #f2dede;
    background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ebccd1;
}
.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.embed-responsive-16by9 {
    padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
    padding-bottom: 75%;
}
.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
    padding: 24px;
    border-radius: 6px;
}
.well-sm {
    padding: 9px;
    border-radius: 3px;
}
.close {
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: 0.2;
}
.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: 0.5;
}
button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    appearance: none;
}
.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 1px;
   
    font-style: normal;
    font-weight: 400;
    line-height: 1.42857143;
    line-break: auto;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    white-space: normal;
    font-size: 14px;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.popover.top {
    margin-top: -10px;
}
.popover.right {
    margin-left: 10px;
}
.popover.bottom {
    margin-top: 10px;
}
.popover.left {
    margin-left: -10px;
}
.popover > .arrow {
    border-width: 11px;
}
.popover > .arrow,
.popover > .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}
.popover > .arrow:after {
    content: "";
    border-width: 10px;
}
.popover.top > .arrow {
    bottom: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-color: #999;
    border-top-color: rgba(0, 0, 0, 0.25);
    border-bottom-width: 0;
}
.popover.top > .arrow:after {
    bottom: 1px;
    margin-left: -10px;
    content: " ";
    border-top-color: #fff;
    border-bottom-width: 0;
}
.popover.right > .arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-right-color: #999;
    border-right-color: rgba(0, 0, 0, 0.25);
    border-left-width: 0;
}
.popover.right > .arrow:after {
    bottom: -10px;
    left: 1px;
    content: " ";
    border-right-color: #fff;
    border-left-width: 0;
}
.popover.bottom > .arrow {
    top: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999;
    border-bottom-color: rgba(0, 0, 0, 0.25);
}
.popover.bottom > .arrow:after {
    top: 1px;
    margin-left: -10px;
    content: " ";
    border-top-width: 0;
    border-bottom-color: #fff;
}
.popover.left > .arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999;
    border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
    right: 1px;
    bottom: -10px;
    content: " ";
    border-right-width: 0;
    border-left-color: #fff;
}
.popover-title {
    padding: 8px 14px;
    margin: 0;
    font-size: 14px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0;
}
.popover-content {
    padding: 9px 14px;
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after {
    display: table;
    content: " ";
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after {
    clear: both;
}
.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
}
.pull-right {
    float: right !important;
}
.pull-left {
    float: left !important;
}
.hide {
    display: none !important;
}
.show {
    display: block !important;
}
.invisible {
    visibility: hidden;
}
.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}
.hidden {
    display: none !important;
}
.affix {
    position: fixed;
}
@-ms-viewport {
    width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
    display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
    display: none !important;
}
@media (max-width: 767px) {
    .visible-xs {
        display: block !important;
    }
    table.visible-xs {
        display: table !important;
    }
    tr.visible-xs {
        display: table-row !important;
    }
    th.visible-xs,
    td.visible-xs {
        display: table-cell !important;
    }
}
@media (max-width: 767px) {
    .visible-xs-block {
        display: block !important;
    }
}
@media (max-width: 767px) {
    .visible-xs-inline {
        display: inline !important;
    }
}
@media (max-width: 767px) {
    .visible-xs-inline-block {
        display: inline-block !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm {
        display: block !important;
    }
    table.visible-sm {
        display: table !important;
    }
    tr.visible-sm {
        display: table-row !important;
    }
    th.visible-sm,
    td.visible-sm {
        display: table-cell !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-block {
        display: block !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline {
        display: inline !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline-block {
        display: inline-block !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md {
        display: block !important;
    }
    table.visible-md {
        display: table !important;
    }
    tr.visible-md {
        display: table-row !important;
    }
    th.visible-md,
    td.visible-md {
        display: table-cell !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-block {
        display: block !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline {
        display: inline !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline-block {
        display: inline-block !important;
    }
}
@media (min-width: 1200px) {
    .visible-lg {
        display: block !important;
    }
    table.visible-lg {
        display: table !important;
    }
    tr.visible-lg {
        display: table-row !important;
    }
    th.visible-lg,
    td.visible-lg {
        display: table-cell !important;
    }
}
@media (min-width: 1200px) {
    .visible-lg-block {
        display: block !important;
    }
}
@media (min-width: 1200px) {
    .visible-lg-inline {
        display: inline !important;
    }
}
@media (min-width: 1200px) {
    .visible-lg-inline-block {
        display: inline-block !important;
    }
}
@media (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important;
    }
}
@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important;
    }
}
.visible-print {
    display: none !important;
}
@media print {
    .visible-print {
        display: block !important;
    }
    table.visible-print {
        display: table !important;
    }
    tr.visible-print {
        display: table-row !important;
    }
    th.visible-print,
    td.visible-print {
        display: table-cell !important;
    }
}
.visible-print-block {
    display: none !important;
}
@media print {
    .visible-print-block {
        display: block !important;
    }
}
.visible-print-inline {
    display: none !important;
}
@media print {
    .visible-print-inline {
        display: inline !important;
    }
}
.visible-print-inline-block {
    display: none !important;
}
@media print {
    .visible-print-inline-block {
        display: inline-block !important;
    }
}
@media print {
    .hidden-print {
        display: none !important;
    }
}
.about-us-est,
.about-us-text {
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}
body {
   
    font-size: 14px;
    line-height: 1.428571429;
    color: #333;
    background-color: #fff;
}
a {
    color: #020840;
}
a:focus,
a:hover {
    color: #1485e2;
    text-decoration: none;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    
    font-weight: 600;
    line-height: 1.1;
    color: inherit;
}
.view-best-metal-prices-blocks div.description.clickable,
.view-best-metal-prices-blocks div.total-comments {
    display: none;
}
.icon-bar {
    background-color: #b28509 !important;
}
.nav > li > a {
    padding: 7px 7px 7px 0;
    text-transform: capitalize;
}
[dir="rtl"] .nav > li > a {
    padding: 7px 0;
    text-transform: capitalize;
}
@media only screen and (max-width: 413px) and (min-width: 319px) {
    .col-pop {
        display: none !important;
    }
    #dfp-ad-gp_goldprice_mob_1-wrapper,
    #dfp-ad-gp_goldprice_mrec_1-wrapper,
    #dfp-ad-gp_spotgold_mob_1-wrapper,
    #dfp-ad-gp_spotgold_mrec_1-wrapper {
        margin-left: -15px;
    }
    .ib-left {
        padding-right: 2px !important;
        padding-left: 4px !important;
    }
    .ib-right {
        padding-left: 0 !important;
        padding-right: 4px !important;
    }
    .gpoticker-price {
        font-size: 18px;
    }
}
.countryicon-sprite.iconset-shiny.countrycode-eu {
    background-position: 0 -1459px;
}
.front h1.page-header,
.node-type-gp-country-page h1.page-header {
    display: none;
}
.node-type-gp-chart-object .page-header {
    color: #b28509;
    font-size: 24px;
}
.lang-button {
    margin-top: 7px;
    padding-left: 5px;
    padding-right: 3px;
    font-size: 12px;
}
.large-perf-chart h4,
.logo {
    margin-top: 0;
}
.drop-chevron,
.holding-chevron {
    font-size: 10px;
    color: #d5b643;
}
.drop-chevron {
    position: absolute;
    top: 11px;
    right: -6px;
}
.tick-pop-wrapper,
.tick-value-wrapper {
    display: inline-block;
}
.gpx-ticker {
    margin-bottom: 0.8em;
}
.gpoticker-arrow {
    width: 1.2em;
    margin-right: 0.5em;
    margin-bottom: 0.5em;
}
.coin-thumbnail {
    max-width: 140px;
}
.coin-item-wrapper {
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.5);
}
.coin-compare-col,
.coin-price-col {
    border: 1px solid rgba(184, 172, 36, 0.4);
    padding-top: 0.5em;
}
.coin-table {
    margin-bottom: 0;
}
.view-country-coins-include .table > tbody > tr > td {
    border: 0;
}
.footer-country-block {
    background: #18191a;
    color: #ffe04f;
    padding-bottom: 1.5em;
}
.footer-country-item {
    margin-bottom: 0.3em;
    text-transform: capitalize;
}
.footer-fourpack {
    padding: 30px 0 2em;
    background: #1d1e1f;
    color: #fff;
    border: 0;
}
.footer-country-block h2,
.footer-fourpack h2 {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    
    padding: 0;
    color: #ffe04f;
    margin-bottom: 15px;
}
.footer-country-block h2 {
    margin-left: 15px;
    margin-bottom: 20px;
    padding-bottom: 10px;
}
.footer-country-block h2 span,
.footer-fourpack h2 span {
    position: relative;
    padding-bottom: 10px;
}
.footer-country-block h2 span::after,
.footer-fourpack h2 span::after {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    border-bottom: 1px solid #ffe04f;
    content: "";
}
.footer-fourpack h2 .fa {
    margin-right: 6px;
}
.footer-fourpack .view-buy-gold-footer-menu h3,
.footer-fourpack h5 {
    color: #fff;
    
    font-size: 14px;
    text-transform: uppercase;
    text-align: right;
    float: right;
    margin-right: 12.6em;
    position: relative;
    top: 1px;
    display: inline;
    margin-bottom: 0;
    margin-top: 0;
    padding-top: 10px;
}
.footer-fourpack .view-buy-gold-footer-menu h3 {
    display: none;
    height: 0;
}
.footer-fourpack .view-buy-gold-footer-menu ul:last-child {
    border: none;
}
.footer-app-signup a,
.footer-country-block a,
.footer-fourpack .nav > li > a,
.footer-fourpack a {
    color: #fff;
}
[dir="rtl"] .footer-fourpack > ul {
    padding: 0;
}
ul.menu.nav {
    padding-right: 0;
}
.footer-country-block a:active,
.footer-country-block a:focus,
.footer-country-block a:hover,
.footer-fourpack .nav > li > a:active,
.footer-fourpack .nav > li > a:focus,
.footer-fourpack .nav > li > a:hover {
    text-decoration: none;
    background: 0 0;
    color: rgba(255, 215, 0, 1);
}
.footer-country-block a:active,
.footer-country-block a:hover,
.footer-fourpack .nav > li > a:active,
.footer-fourpack .nav > li > a:hover,
.footer-fourpack a:active,
.footer-fourpack a:hover {
    color: #e1b437;
}
.footer-fourpack .view-buy-gold-footer-menu {
    margin-bottom: 1.5em;
}
.secondary-menu {
    list-style-type: none;
    padding-left: 0;
}
.secondary-menu > li {
    display: inline;
    padding-left: 0.5em;
    padding-right: 0.5em;
    font-size: smaller;
}
.copyright-notice {
    color: #bebbbb;
    font-size: 13px;
    padding-top: 1em;
}
#block-block-201,
#block-block-441 {
    border-bottom: 1px solid #ccc;
}
#block-block-201 a {
    color: #bebbbb;
}
.pane-blog-header-index-panel-pane-1 .news-page-title {
    color: #967a2d;
    padding: 20px 0 30px;
}
.view-id-blog_header_index.view-display-id-panel_pane_1.news-header-grid-view {
    margin-bottom: 0;
}
.app-row-wrap li,
.cal-fp-wrap li,
.panel-default li {
    padding: 3px 0;
}
.large-perf-chart {
    border: 1px solid #ccc;
    border-radius: 4px;
    padding-top: 1.5em;
}
.large-perf-chart .nav-pills > li > a {
    padding: 10px 15px;
    border: 1px solid #ccc;
    background: 0 0;
}
.large-perf-chart .nav-pills > li.active > a,
.large-perf-chart .nav-pills > li.active > a:focus,
.large-perf-chart .nav-pills > li.active > a:hover {
    color: #fff;
    background-color: #2d7196;
    border: none;
}
.large-perf-chart .nav-pills > li + li {
    margin-left: 13px;
}
@media only screen and (max-width: 480px) {
    .large-perf-chart .nav-pills > li > a {
        font-size: 12px;
    }
}
.logo-small {
    width: 210px;
    margin-left: 30px;
}
@media only screen and (min-width: 768px) {
    .logo-small {
        width: 210px;
        margin-left: 0;
    }
    .center-dropdown .dropdown-menu {
        transform: translate(-24%, 0);
    }
}
.buy-gold-block {
    border: 1px solid #ccc;
    border-radius: 4px;
    margin-bottom: 20px;
    min-height: 160px;
}
.buy-gold-block .thumbnail .caption {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
}
.buy-gold-block .thumbnail {
    border: 0;
    margin-bottom: 9px;
    margin-top: 9px;
    border-right: 1px solid #ccc;
    border-radius: 0;
}
.buy-gold-block .thumbnail a > img {
    min-height: 91px;
}
div.thumbnail.last {
    border-right: none;
}
.thumbnail.last.col-lg-3.col-md-3.col-sm-3.col-xs-6.text-center {
    border: 0;
}
.buy-gold-block .thumbnail .caption a {
    color: #936d06;
}
.app-row-wrap {
    border: 1px solid #ddd;
    border-radius: 6px;
    margin-bottom: 20px;
    padding: 1em;
}
.app-row-wrap .media:first-child {
    margin-bottom: 1.5em;
}
.app-row-wrap .media-body {
    padding-left: 2em;
}
.node-type-gp-charts-page h3 {
    font-size: 20px;
    color: #000;
}
.node-type-gp-charts-page .pane-views-panes h2,
.node-type-gp-country-page .pane-views-panes h2 {
    font-size: 22px;
    color: #b28509;
}
.dfp-tag-wrapper {
    min-height: 280px;
    margin-bottom: 20px;
}
.pane-gpx-tickers-gpx-fp-2ads-perfchart {
    min-height: 300px;
}
.pane-gpx-tickers-gpx-fp-ticker-charts-beta {
    min-height: 390px;
}
#gold_price_history,
.goldpricechart-title,
.node-type-page .page-header {
    color: #b28509;
}
.dropdown-menu {
   
    font-size: 13px;
    color: #333;
    padding: 1em;
}
.dropdown-menu > li > a {
    padding: 0;
    display: inline-block;
    color: #000;
}
.dropdown-menu .media a,
.dropdown-menu a {
    color: #000;
}
.dropdown-menu .media a:active,
.dropdown-menu a:active {
    color: #2a5db0;
}
.dropdown-menu .media a:hover,
.dropdown-menu a:hover {
    border-bottom: 1px solid #e3ad32;
    text-decoration: none;
    background-color: transparent !important;
    margin-bottom: -1px;
}
.dropdown-menu .leaf {
    padding-top: 7px;
    padding-bottom: 7px;
    text-transform: capitalize;
}
.center-dropdown .dropdown-menu {
    font-weight: 400;
    text-transform: none;
    width: auto;
}
.charts-dropdown,
.country-dropdown {
    font-weight: 400;
    text-transform: capitalize;
}
.buy-row-wrap,
.cal-fp-wrap {
    border: 1px solid #ddd;
    border-radius: 6px;
    margin-bottom: 20px;
    padding: 1em;
}
.app-store-col {
    margin-bottom: 20px;
}
@media only screen and (min-width: 992px) {
    .app-row-wrap,
    .buy-row-wrap,
    .cal-fp-wrap {
        padding: 1em 2em;
    }
    .center-dropdown .dropdown-menu {
        transform: translate(-20%, 0);
    }
}
@media only screen and (min-width: 1200px) {
    .center-dropdown .dropdown-menu {
        transform: translate(-31%, 0);
    }
    .live-gold-img {
        height: 311px;
    }
    .app-store-button {
        margin-top: 40px;
    }
}
.center-dropdown .dropdown-price-links {
    margin-top: 0;
}
.center-dropdown img {
    width: 50px;
}
.center-dropdown .dropdown-menu ul {
    list-style: none;
    padding-left: 0;
}
.country-dropdown {
    width: 480px;
}
.charts-dropdown {
    width: 420px;
}
.charts-drop-item,
.country-drop-item {
    padding-bottom: 0.4em;
    padding-top: 0.4em;
}
.dropdown-menu h3 {
    font-size: 1em;
    margin-bottom: 0.5em;
    margin-top: 0.5em;
}
.app-link::before,
[dir="rtl"] .app-link::before {
    font-family: FontAwesome;
    font-size: 14px;
    content: "\f179";
}
.navbar,
div.row.info-bar.xhidden-xs {
    margin-bottom: 0;
}
.app-link::before {
    color: #ffe04f;
    margin-right: 10px;
}
[dir="rtl"] .app-link::before {
    color: #ffe04f;
    margin-right: 0;
    margin-left: 10px;
}
.store-link::before,
[dir="rtl"] .store-link::before {
    font-family: FontAwesome;
    font-size: 14px;
    content: "\f17b";
    color: #ffe04f;
}
.store-link::before {
    margin-right: 10px;
}
[dir="rtl"] .store-link::before {
    margin-right: 0;
    margin-left: 10px;
}
.contact-text-footer {
    padding-top: 10px;
}
.contact-text-footer i {
    margin-right: 10px;
}
[dir="rtl"] .contact-text-footer i {
    margin-right: 0;
    margin-left: 10px;
}
.contact-text-footer a {
    color: #ffe04f;
}
.contact-text-footer a:active,
.contact-text-footer a:hover {
    color: #fff;
}
.call-text {
    display: inline-block;
    vertical-align: top;
    width: 85%;
}
.currency-hc {
    position: relative;
}
.currency-hc #currency-hc-pop {
    position: absolute;
    right: 5%;
    top: 15px;
    z-index: 9999;
}
.currency-hc #currency-hc-two {
    position: absolute;
    right: 15%;
    top: 15px;
    z-index: 9999;
    width: 60px;
}
@media (min-width: 320px) {
    #container-history {
        min-height: 280px;
        height: 280px;
    }
}
@media (min-width: 640px) {
    #container-history {
        min-height: 540px;
        height: 540px;
    }
}
@media (min-width: 768px) {
    #container-history {
        min-height: 680px;
        height: 680px;
    }
}
#exTab3 .nav-pills > li > a {
    border-radius: 4px 4px 0 0;
}
#exTab3 .tab-content {
    color: #fff;
    background-color: #eee;
    padding: 1em;
}
.views-coin-chart-block,
.views-coin-chart-block .tab-content .tab-content {
    padding: 0.4em;
    border: 1px solid #ddd;
}
.footer,
.footer-app-signup {
    padding-top: 1em;
    padding-bottom: 1em;
}
.liScroll-container,
.liScroll-container .mask {
    height: 140px;
    width: 100%;
}
.navbar {
    background-color: #fff;
    background-repeat: no-repeat;
    filter: none;
    border: 0 solid #fff;
    font-weight: 600;
    min-height: 70px !important;
}
.navbar-btn {
    margin-bottom: 0 !important;
}
.navbar-toggle {
    margin-top: 1px;
    margin-right: 10px;
}
.footer {
    background-color: #000;
    color: #bebbbb;
}
.footer-app-signup {
    background: #322c2c;
    color: #fff;
}
.info-bar {
    background-color: #fff;
/*    border-top: 1px solid #ddd;*/
    display: block;
}
.btn-holdings {
    margin-top: 3px;
    margin-bottom: 3px;
    margin-right: 3px;
    font-size: 8px;
    float: right;
    padding-top: 3px;
    padding-bottom: 1px;
}
.gp-sitename-infobar,
.gp-slogan-infobar {
    font-size: 9px;
    color: #666;
    display: inline;
    text-transform: uppercase;
}
.gp-sitename-infobar {
    
    font-weight: 700;
}
@media (min-width: 300px) {
    .gp-sitename-infobar,
    .gp-slogan-infobar {
        font-size: 8px;
        text-transform: uppercase;
        color: #666;
        display: inline;
    }
    .gp-sitename-infobar {
        
        font-weight: 700;
    }
}
.performance-chart-full {
    width: 100%;
    border: 0;
}
.about-block {
    background-image: url(/sites/all/themes/goldprice_three/goldprice/img/bg-about.jpg);
    background-position-x: left;
    background-position-y: top;
    background-repeat-x: no-repeat;
    background-repeat-y: no-repeat;
    color: #fff;
    margin-bottom: 20px;
    border-radius: 6px;
    
    padding: 1em;
}
.about-block a {
    color: gold;
}
.about-block a:active,
.about-block a:focus,
.about-block a:hover {
    color: #d1c024;
    text-decoration: none;
}
.coins-4-block a,
.fb-submit {
    color: #fff;
}
.about-logo-wrap {
    max-width: 380px;
}
.about-block-image {
    width: 100%;
    margin-bottom: 1em;
}
.about-block-text {
    font-size: 16px;
  
    text-align: justify;
}
.about-us-text {
    font-size: 34px;
    float: left;
}
.about-us-est {
    font-size: 18px;
    float: right;
    margin-top: 12px;
}
@media only screen and (max-width: 768px) {
    .navbar-toggle {
        margin-bottom: 0;
    }
    .navbar {
        min-height: unset !important;
        padding-bottom: 10px;
    }
    .info-bar .row {
        margin-right: 0;
        margin-left: 0;
    }
    .info-bar .ib-right {
        padding: 0;
    }
    .gpxtick-block-wrap {
        min-height: unset;
        margin-bottom: 5px;
        margin-top: 5px;
    }
    #gpxSmallChartTopLeft .well {
        margin-bottom: 5px;
    }
    .domain-silverpricex-com .info-bar .ib-left {
        padding-left: 0;
    }
}
@media only screen and (max-width: 320px) {
    .large-perf-chart .nav-pills > li > a {
        font-size: 10px;
        padding: 4px;
    }
    .about-us-text {
        font-size: 20px;
    }
    .about-us-est {
        margin-top: 3px;
        font-size: 13px;
    }
    .fb-email {
        width: 160px !important;
    }
    .fb-submit {
        width: 80px !important;
        margin-left: 8px;
    }
    .app-store-button,
    .buy-gold-button {
        width: 80px;
    }
    .buy-gold-block .thumbnail .caption {
        font-size: 12px;
    }
}
@media only screen and (max-width: 360px) {
    .buy-gold-block .thumbnail .caption {
        font-size: 12px;
    }
    .buy-gold-block .thumbnail.second {
        height: 147px;
    }
}
.fb-email,
.fb-submit {
    height: 40px;
    display: inline-block;
}
@media only screen and (max-width: 375px) {
    .large-perf-chart .nav-pills > li > a {
        font-size: 10px;
        padding: 4px;
    }
}
.fb-email {
    width: 180px !important;
}
.fb-submit {
    width: 100px !important;
    background: #fd8143;
    margin-left: 20px;
    font-weight: 600;
}
.signup-label {
    font-weight: 400;
}
.border-col {
    border-bottom: 0.5px solid #fff;
    border-right: none;
    padding-bottom: 10px;
}
.app-button {
    position: relative;
    top: -9px;
}
@media only screen and (min-width: 768px) {
    .border-col {
        border-right: 0.5px solid #fff;
        border-bottom: 0;
    }
}
@media only screen and (min-width: 1200px) {
    .signup-label {
        font-weight: 600;
    }
    .fb-submit {
        width: 170px !important;
    }
    .fb-email {
        width: 270px !important;
    }
    .border-col {
        border-right: 0.5px solid #fff;
        border-bottom: 0;
    }
}
.coins-4-block {
    background: #2e6da4;
    color: #fff;
    margin-bottom: 20px;
    padding: 1em;
    border-radius: 6px;
    text-transform: uppercase;
}
.coins-4-block .media {
    margin-top: 1em;
    margin-bottom: 1em;
    padding-left: 15px;
}
.coins-4-block img {
    max-height: 128px;
}
.coins-4-block .media-heading {
    text-transform: capitalize;
    text-align: left;
    font-size: 16px;
    padding-right: 15px;
}
.calc-panel-title,
.charts-panel-title {
    font-weight: 700;
    font-size: 20px;
   
    text-transform: uppercase;
    margin-bottom: 10px;
}
.charts-panel-heading {
    background: 0 0 !important;
    border: none !important;
    padding: 20px 15px 10px;
}
.calc-fp-image {
    width: 270px;
}
.calc-panel-title {
    margin-top: 0;
}
@media only screen and (min-width: 320px) {
    .about-block {
        background: #084c73;
    }
    .buy-gold-block .thumbnail {
        border-right: none;
    }
    .calc-fp-image {
        width: 190px;
    }
}
@media only screen and (min-width: 480px) {
    .about-block {
        background: #084c73;
    }
    .buy-gold-block .thumbnail {
        border-right: none;
    }
    .calc-fp-image {
        width: 220px;
    }
}
@media only screen and (min-width: 768px) {
    .about-block,
    .coins-4-block {
        padding: 1em 2em;
    }
    .about-block {
        background: #084c73;
    }
    .buy-gold-block .thumbnail {
        border-right: none;
    }
    .calc-fp-image {
        width: 220px;
    }
}
@media only screen and (min-width: 992px) {
    .about-block {
        background: #084c73;
        padding: 2em;
    }
    .buy-gold-block .thumbnail.second {
        border-right: 1px solid #ccc;
    }
    .calc-fp-image {
        width: 270px;
    }
}
@media only screen and (min-width: 1200px) {
    .coins-4-block {
        background-image: url(/sites/all/themes/goldprice_three/goldprice/img/bg-coins.jpg);
        background-position-x: left;
        background-position-y: top;
        background-repeat-x: no-repeat;
        background-repeat-y: no-repeat;
    }
    .about-block {
        background-image: url(/sites/all/themes/goldprice_three/goldprice/img/bg-about.jpg);
        background-position-x: left;
        background-position-y: top;
        background-repeat-x: no-repeat;
        background-repeat-y: no-repeat;
    }
    .buy-gold-block .thumbnail.second {
        border-right: 1px solid #ccc;
    }
}
.img-chart-container {
    text-align: center;
    padding-bottom: 20px;
    padding-top: 20px;
    border-bottom: 1px solid rgba(184, 172, 36, 0.5);
}
.ratio-pop {
    width: 95px;
    display: inline-block;
}
.lang-object {
    text-transform: capitalize;
    margin-bottom: 10px;
}
.buy-gold-fp h3 a,
.navbar-default .navbar-nav > li > a {
    
    text-transform: uppercase;
}
.media-body ul {
    padding-left: 18px;
}
.media-body .btn-primary {
    background-image: linear-gradient(180deg, #fadb99 25%, #edbc56 100%);
    color: #4a4a4a;
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.5);
    position: absolute;
    bottom: 13px;
    font-weight: 600;
}
.buy-gold-fp h3 a {
    font-size: 18px;
    color: #2a5db0;
    margin-bottom: 1em;
}
.buy-gold-fp a {
    font-size: 15px;
    color: #2a5db0;
}
.buy-gold-fp a:hover {
    color: #1485e2;
}
.buy-gold-fp .col-xs-12 {
    margin-top: 15px;
}
.buy-gold-fp .media-heading {
    margin-bottom: 10px;
}
.buy-gold-fp ul > li:nth-child(-n + 2) {
    padding-bottom: 10px;
}
.form-control:focus {
    border-color: #b28509;
}
.calc-help,
.calculator-body,
table.field-name-field-commentary-table-html {
    border: 1px solid #ccc;
}
@media (min-width: 768px) {
    .form-horizontal .form-group label {
        float: left;
        width: 100%;
        text-align: left;
        padding-left: 0;
    }
}
.all-calcs-container,
.calc-list-item {
    width: 100%;
}
.calc-help-icon,
.calc-icon,
.calc-title {
    padding: 0.3em;
    display: inline-block;
    vertical-align: middle;
}
.calc-help {
    padding: 1em;
    margin-bottom: 0.4em;
}
.calc-message {
    display: block;
}
.country-pop,
.premium-input {
    width: 100px;
}
.coins-pop {
    width: 200px;
}
.calculator-body {
    padding: 0.5em;
}
.calc-value,
.premium-input,
.quantity-input {
    width: 80px;
}
.gold-header {
    color: #b28509;
    font-size: 24px;
    margin: 20px 0;
}
.coin-bar-display-image {
    max-height: 400px;
    max-width: 300px;
}
.navbar-default .navbar-nav > li > a {
    color: #322c2c;
    font-size: 14px;
/*    margin-right: 35px;*/
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
    background-color: transparent !important;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
    background-color: transparent !important;
    
    text-transform: uppercase;
    font-size: 14px;
    color: #007dde;
}
.container > .navbar-collapse,
.container > .navbar-header {
    margin-top: 17px;
}
.menu.nav.navbar-nav {
    margin-left: 50px;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > a:hover {
    color: #b28509;
    text-decoration: none;
    outline: 0;
    background-color: transparent;
}
.pane-block-841,
.view-best-gold-bar-prices .table > thead > tr > th,
.view-best-gold-coin-prices .table > thead > tr > th,
.view-best-platinum-bar-prices .table > thead > tr > th,
.view-best-platinum-coin-prices .table > thead > tr > th,
.view-best-product-types-views .table > thead > tr > th,
.view-best-silver-bar-prices .table > thead > tr > th,
.view-best-silver-coin-prices .table > thead > tr > th,
.view-cheapest-product-now .table > thead > tr > th,
.view-exchanges-products .table > thead > tr > th,
.view-gpx-products-exchanges .table > thead > tr > th {
    background-color: #eee;
}
.fa-caret {
    font-size: smaller;
    position: relative;
    top: -2px;
}
.pane-block-841 {
    padding: 1.5em;
    font-size: smaller;
}
.node-type-gp-commentary .field-name-field-commentary-author,
.node-type-gp-commentary .pane-node-created {
    font-weight: bolder;
    padding-bottom: 0.5em;
}
xtd.views-field.views-field-field-tick-spot-price,
xth.views-field.views-field-field-tick-spot-price {
    background-color: #5bc0de;
}
td.views-field.views-field-field-tick-retail-ask,
td.views-field.views-field-field-tick-retail-ask-2,
td.views-field.views-field-field-tick-retail-ask-2.active,
td.views-field.views-field-field-tick-retail-ask.active,
th.views-field.views-field-field-tick-retail-ask,
th.views-field.views-field-field-tick-retail-ask-2,
th.views-field.views-field-field-tick-retail-ask-2.active,
th.views-field.views-field-field-tick-retail-ask.active,
th.views-field.views-field-field-tick-spot-premium-dollar,
th.views-field.views-field-field-tick-spot-premium-dollar.active,
th.views-field.views-field-field-tick-spot-premium-percent,
th.views-field.views-field-field-tick-spot-premium-percent.active {
    background-color: #dff0d8 !important;
}
td.views-field.views-field-field-tick-retail-bid,
td.views-field.views-field-field-tick-retail-bid.active,
th.views-field.views-field-field-tick-retail-bid,
th.views-field.views-field-field-tick-retail-bid.active,
th.views-field.views-field-field-tick-spot-bid-prem-dollar,
th.views-field.views-field-field-tick-spot-bid-prem-dollar.active,
th.views-field.views-field-field-tick-spot-bid-prem-percent,
th.views-field.views-field-field-tick-spot-bid-prem-percent.active {
    background-color: #f2dede !important;
}
.table > tbody > tr > td,
.table > tfoot > tr > td,
.table > thead > tr > td {
    vertical-align: middle;
}
td.views-field.views-field-field-instrument-er,
td.views-field.views-field-field-instrument-image {
    min-width: 250px;
}
td.views-field.views-field-field-exchange-country,
td.views-field.views-field-field-ticker-hub-er {
    min-width: 110px;
}
.view-best-product-types-views td.views-field.views-field-field-instrument-er {
    min-width: 270px;
}
.view-best-silver-coin-prices td.views-field.views-field-field-instrument-er {
    min-width: 298px;
}
.view-best-silver-bar-prices td.views-field.views-field-field-instrument-er {
    min-width: 290px;
}
td.views-field.views-field-field-tick-spot-price {
    min-width: 80px;
}
.swipe-left-icon {
    width: 40px;
    float: right !important;
    margin-right: 1em;
}
.view-buy-gold-silver-submenu .thumbnail {
    min-height: 255px;
    padding-top: 1em;
}
.holdings {
    display: none;
}
.holdings .panel-title a {
    display: block;
}
.holdings .form-control,
.holdings .input-group {
    margin-bottom: 5px;
}
.holdings .input-group .form-control {
    margin-bottom: 0;
}
@media (max-width: 768px) {
    .holdings .form-group {
        margin-bottom: 5px;
    }
}
@media (max-width: 767px) {
    .navbar-collapse.collapse.in {
        overflow: unset;
    }
}
@media (min-width: 768px) and (max-width: 1023px) {
    header.navbar nav .navbar-nav {
        margin-left: 0px;
    }
    .navbar-default .navbar-nav > li > a {
        font-size: 10px;
        margin-right: 20px;
    }
    .info-bar .ib-right {
        padding-right: 0px !important;
    }
}
@media (max-width: 425px) {
    .info-bar .ib-right {
        padding-right: 0px !important;
    }
    .gp-sitename-infobar,
    .gp-slogan-infobar,
    .info-bar .btn-holdings {
        font-size: 7px;
    }
    .info-bar .holding-chevron {
        font-size: 8px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .logo-small {
        width: 150px;
    }
    .navbar-default .navbar-nav > li > a,
    .navbar-default .navbar-nav > .open > a,
    .navbar-default .navbar-nav > .open > a:focus,
    .navbar-default .navbar-nav > .open > a:hover {
        margin-right: 10px;
        font-size: 9px;
    }
    .navbar-default .navbar-nav > li.dropdown > a,
    .navbar-default .navbar-nav > li.dropdown.open > a {
        margin-right: 20px;
    }
    .btn-group > .btn:first-child {
        font-size: 9px;
    }
    .menu.nav.navbar-nav {
        margin-left: 25px;
    }
    .navbar-default .navbar-nav > li.last > a {
        margin-right: 0;
    }
    .navbar {
        min-height: 60px !important;
    }
}
@media (min-width: 992px) and (max-width: 1024px) {
    .navbar-default .navbar-nav > li > a,
    .navbar-default .navbar-nav > .open > a,
    .navbar-default .navbar-nav > .open > a:focus,
    .navbar-default .navbar-nav > .open > a:hover {
        font-size: 12px;
        margin-right: 15px;
    }
    .navbar-default .navbar-nav > li.dropdown > a,
    .navbar-default .navbar-nav > li.dropdown.open > a {
        margin-right: 25px;
    }
    .menu.nav.navbar-nav {
        margin-left: 25px;
    }
    .logo-small {
        width: 180px;
    }
    .navbar {
        min-height: 65px !important;
    }
}
.body {
 
    font-size: 14px;
    line-height: 1.428571429;
    color: #333;
    background-color: #fff;
}
.view-authors-main-index-grid .views-field-nothing {
    border-bottom: 1px solid #ccc;
    margin-bottom: 0.5em;
    padding-bottom: 0.5em;
}
.blog-author-top {
    font-weight: 500;
    font-size: 16px;
}
.blog-author-inner {
    font-weight: 500;
    font-size: 13px;
}
.blog-author-inner a {
    color: #fff;
    pointer-events: auto;
}
.blog-author-inner a:hover {
    color: #967a2d;
    pointer-events: auto;
}
.blog-trend-byline {
    font-size: 12px;
    padding-top: 7px;
}
.blog-trend-title {
    padding-top: 5px;
}
.blog-title-top {
    font-weight: 600;
    font-size: 28px;
}
.news-page-title-jo {
    margin-bottom: 0.7em;
    padding-bottom: 5px;
    color: #b28509;
    border-bottom: 1px solid #b28509;
    padding-top: 0;
    margin-top: 0;
}
.news-about-block {
    background-image: url(/image/about-gold-price-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0 1.9em;
    height: 162px;
    margin-bottom: 1em;
}
.news-about-title {
    font-weight: 600;
    font-size: 24px;
    color: #fff;
    padding-top: 0.9em;
}
.news-about-subtitle {
    font-size: 18px;
    color: #fff;
    padding-top: 1em;
}
.news-index-grid-title,
.news-page-title {
    font-weight: 600;
    font-size: 24px;
    color: #967a2d;
}
.news-page-title {
    padding-left: 1em;
}
.news-index-grid-title {
    padding-bottom: 0.7em;
    padding-left: 0.8em;
    border-bottom: 1px solid #b28509;
    margin-top: 0.4em;
}
.news-header-large-thumb .caption {
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(rgba(255, 255, 255, 0) 25%, rgba(0, 0, 0, 1) 94%);
    width: 100%;
    height: 90%;
    pointer-events: none;
    text-align: left;
    color: #fff !important;
    padding: 0 !important;
    z-index: 2;
    transition: all 0.5s ease-in-out;
}
.news-header-large-thumb .thumbnail {
    position: relative;
    overflow: hidden;
    padding: 0;
    border: 0 solid #ddd;
    border-radius: 0 !important;
    margin-bottom: 0.3em;
}
.news-header-large-thumb .caption h4 {
    font-weight: 500;
    font-size: 28px;
}
.blog-sidebar-title,
.news-sidebar-title,
h3.pane-title {
    color: #fff;
    text-align: center;
    margin-top: 0;
    padding: 0.5em;
    font-size: 18px;
    background-color: #967a2d;
}
.vocabulary-news-authors h4 {
    margin-top: 0;
}
h4.blog-grid-title a {
    color: #967a2d;
    font-size: 16px;
}
h4.blog-grid-title a:hover {
    color: #b28509;
}
.blog-grid-author {
    font-weight: 500;
    font-size: 13px;
}
.blog-grid-author a {
    color: #967a2d;
    text-decoration: none;
}
.blog-grid-author a:hover {
    color: #b28509;
    text-decoration: none;
}
.blog-grid-body {
    font-size: 14px;
    text-align: justify;
}
.big-block {
    width: calc(50%-10px);
    height: 400px;
    position: relative;
    float: left;
    padding-bottom: 30px;
}
.twitter-tweet {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1em !important;
}
.blog-author-top a,
.blog-related-title a,
.blog-title-top a,
.news-header-4-grid .caption h4 a {
    color: #fff;
    pointer-events: auto;
}
.blog-author-top a:hover,
.blog-related-title a:hover,
.blog-title-top a:hover,
.news-header-4-grid .caption h4 a:hover {
    color: #967a2d;
    pointer-events: auto;
}
.blog-author-post a {
    color: #000;
    pointer-events: auto;
}
.blog-author-post a:hover {
    color: #967a2d;
    pointer-events: auto;
}
.blog-latest-title a {
    color: #ffc02e;
    font-size: 16px;
    padding: 3px;
}
.blog-latest-block-title {
    color: #ffc02e;
    padding: 3px 3px 8px;
    margin-top: 0;
    border-bottom: 1px solid #eee;
}
.blog-read-more {
    padding: 6px;
    background-color: #b28509;
    margin-bottom: 1em;
}
.blog-read-more a {
    color: #fff;
}
.blog-post-body {
    margin-bottom: 1em;
   
    font-size: 15px;
    line-height: 26px;
}
.view-blog-post-header h2 {
    padding-bottom: 8px;
    margin-top: 0;
    border-bottom: 0.5px solid #b28509;
}
.pagination > li > a,
.pagination > li > span {
    text-transform: uppercase;
    margin-left: 6px;
    border-radius: 0 !important;
}
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
    z-index: 2;
    color: #b28509;
    cursor: default;
    background-color: rgba(215, 216, 219, 0.5);
    border-color: #b2b3b5;
}
.news-header-4-grid .caption,
.news-header-grid-view .caption {
    background: linear-gradient(rgba(255, 255, 255, 0) 25%, rgba(0, 0, 0, 1) 94%);
    height: 90%;
    pointer-events: none;
    width: 100%;
}
.news-header-4-grid .thumbnail,
.views-bootstrap-grid-plugin-style .thumbnail {
    position: relative;
    overflow: hidden;
    padding: 0;
    border: 0 solid #ddd;
    border-radius: 0 !important;
    margin-bottom: 21px;
}
.force-to-bottom {
    position: absolute;
    bottom: 0;
    padding: 0.9em 0.25em 0.9em 1em;
    font-weight: 500;
    font-size: 16px;
    width: 100%;
}
.news-header-grid-view .caption {
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: left;
    color: #fff !important;
    padding: 0 !important;
    z-index: 2;
    transition: all 0.5s ease-in-out;
}
.blog-body-full,
.news-body-full,
.view-blog-full-post-body {
    text-align: justify;
}
.news-header-4-grid .caption h4 {
    font-weight: 500;
    font-size: 16px;
}
.view-blog-author-term .views-row,
.view-news-authors .views-row {
    margin-bottom: 1em;
    padding-bottom: 1em;
    border-bottom: 1px solid #ccc;
}
.breadcrumb {
    background-color: #fff;
    margin-bottom: 0.3em;
    padding-left: 0;
}
.breadcrumb > li + li:before {
    padding: 0 5px;
    color: #ccc;
    content: ">";
}
.mini-blog-thumb {
    border: 1px solid #ccc;
    max-height: 76px;
    margin-bottom: 0.5em;
}
.mini-blog-body,
.mini-blog-image {
    display: inline-block;
}
.blog-body-full {
    float: none;
    font-size: 16px;
}
.blog-body-full img {
    display: block !important;
    max-width: 100% !important;
    height: auto !important;
}
.xviews-bootstrap-grid-plugin-style .caption h4 {
    color: #fff;
    font-weight: 600;
    font-size: 28px;
    width: 100%;
}
.xviews-bootstrap-grid-plugin-style .caption h4 a,
.xviews-field-nothing .caption h4 a {
    color: #fff;
}
.xviews-bootstrap-grid-plugin-style .force-to-bottom {
    position: absolute;
    bottom: 0;
    padding: 2em;
    font-weight: 500;
    font-size: 16px;
    width: 100%;
}
.main-hero-thumbnail {
    display: inline-block;
    float: right;
    margin-left: 0.7em;
    width: 45%;
}
@media only screen and (max-width: 768px) {
    .news-header-4-grid .thumbnail,
    .news-header-large-thumb .thumbnail {
        margin-bottom: 0.9em;
    }
    .main-hero-thumbnail {
        width: 100%;
    }
    .news-header-large-thumb .caption h4 {
        font-weight: 500;
        font-size: 22px;
    }
}
.news-read-label {
    font-size: 0.8em;
    padding-top: 0.1em;
}
.news-byline-full-post,
.view-mode-news_author_header {
    margin-bottom: 1em;
}
.view-blog-post-header {
    margin-bottom: 0.5em;
}
.view-blog-index .field-name-title h3 {
    margin-top: 0.2em;
    margin-bottom: 0.2em;
}
.blog-author-block {
    border: 1px solid #c8c8c8;
    padding: 0.7em;
    border-radius: 0.2em;
    margin-bottom: 1em;
}
.blog-related-posts-author {
    border-bottom: 1px solid #b28509;
    padding-bottom: 5px;
}
.view-blog-header-index {
    margin-top: 0.5em;
    margin-bottom: 1.25em;
    padding-bottom: 0;
}
.blog-header-title {
    color: #b28509;
    border-bottom: 1px solid #b28509;
}
.view-blog-index .view-mode-teaser {
    border-bottom: 1px solid #b28509;
    padding-bottom: 0.5em;
}
.view-blog-index .media {
    margin-bottom: 1em;
    border-bottom: 0.5px solid #b28509;
    padding-bottom: 0.5em;
}
.view-blog-index {
    margin-top: 0.2em;
}
.view-blog-thumbs .views-field-nothing {
    border-bottom: 0.5px solid #b28509;
    padding-bottom: 0.5em;
    margin-bottom: 0.5em;
}
.view-blog-full-post-body a {
    color: #5168fa;
}
,
.view-blog-full-post-body a:active,
.view-blog-full-post-body a:hover {
    color: ##455592;
}
.news-index-byline {
    font-size: 0.8em;
}
i.fa.fa-calendar,
i.fa.fa-eye,
i.fa.fa-user {
    opacity: 0.3;
}
.view-blog-grid-index .thumbnail {
    min-height: 395px;
    margin-bottom: 0.25em;
}
