
.pagination {
    display: inline-block;
    padding-left: 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: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 > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
    z-index: 3;
    color: #23527c;
    background-color: #eee;
    border-color: #ddd
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    z-index: 2;
    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: .2em .6em .3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .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
}

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #777;
    border-radius: 10px
}

.badge:empty {
    display: none
}

.btn .badge {
    position: relative;
    top: -1px
}

.btn-xs .badge, .btn-group-xs > .btn .badge {
    top: 0;
    padding: 1px 5px
}

a.badge:hover, a.badge:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.list-group-item.active > .badge, .nav-pills > .active > a > .badge {
    color: #337ab7;
    background-color: #fff
}

.list-group-item > .badge {
    float: right
}

.list-group-item > .badge + .badge {
    margin-right: 5px
}

.nav-pills > li > a > .badge {
    margin-left: 3px
}

.jumbotron {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    background-color: #eee
}

.jumbotron, .jumbotron h1, .jumbotron .h1 {
    color: inherit
}

.jumbotron p {
    margin-bottom: 15px;
    font-size: 21px;
    font-weight: 200
}

.jumbotron > hr {
    border-top-color: #d5d5d5
}

.container .jumbotron, .container-fluid .jumbotron {
    border-radius: 6px
}

.jumbotron .container {
    max-width: 100%
}

@media screen and (min-width: 768px) {
    .jumbotron {
        padding-top: 48px;
        padding-bottom: 48px
    }

    .container .jumbotron, .container-fluid .jumbotron {
        padding-right: 60px;
        padding-left: 60px
    }

    .jumbotron h1, .jumbotron .h1 {
        font-size: 63px
    }
}

.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 .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .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: 700
}

.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
}

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }
    to {
        background-position: 0 0
    }
}

@-o-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }
    to {
        background-position: 0 0
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }
    to {
        background-position: 0 0
    }
}

.progress {
    height: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1)
}

.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #337ab7;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease
}

.progress-striped .progress-bar, .progress-bar-striped {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    -webkit-background-size: 40px 40px;
    background-size: 40px 40px
}

.progress.active .progress-bar, .progress-bar.active {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite
}

.progress-bar-success {
    background-color: #5cb85c
}

.progress-striped .progress-bar-success {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.progress-bar-info {
    background-color: #5bc0de
}

.progress-striped .progress-bar-info {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.progress-bar-warning {
    background-color: #f0ad4e
}

.progress-striped .progress-bar-warning {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.progress-bar-danger {
    background-color: #d9534f
}

.progress-striped .progress-bar-danger {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.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
}

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.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
}

.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, .05);
    box-shadow: 0 1px 1px rgba(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
}

.panel-title, .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, .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, .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, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05)
}

.well blockquote {
    border-color: #ddd;
    border-color: rgba(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: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2
}

.close:hover, .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: .5
}

button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0
}

.modal-open, .modal {
    overflow: hidden
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    -webkit-overflow-scrolling: touch;
    outline: 0
}

.modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: transform .3s ease-out;
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%)
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0)
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px
}

.modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5)
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000
}

.modal-backdrop.fade {
    filter: alpha(opacity=0);
    opacity: 0
}

.modal-backdrop.in {
    filter: alpha(opacity=50);
    opacity: .5
}

.modal-header {
    min-height: 16.42857143px;
    padding: 15px;
    border-bottom: 1px solid #e5e5e5
}

.modal-header .close {
    margin-top: -2px
}

.modal-title {
    margin: 0;
    line-height: 1.42857143
}

.modal-body {
    position: relative;
    padding: 15px
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5
}

.modal-footer .btn + .btn {
    margin-bottom: 0;
    margin-left: 5px
}

.modal-footer .btn-group .btn + .btn {
    margin-left: -1px
}

.modal-footer .btn-block + .btn-block {
    margin-left: 0
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media (min-width: 768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto
    }

    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, .5)
    }

    .modal-sm {
        width: 300px
    }
}

@media (min-width: 992px) {
    .modal-lg {
        width: 900px
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.42857143;
    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;
    filter: alpha(opacity=0);
    opacity: 0;
    line-break: auto
}

.tooltip.in {
    filter: alpha(opacity=90);
    opacity: .9
}

.tooltip.top {
    padding: 5px 0;
    margin-top: -3px
}

.tooltip.right {
    padding: 0 5px;
    margin-left: 3px
}

.tooltip.bottom {
    padding: 5px 0;
    margin-top: 3px
}

.tooltip.left {
    padding: 0 5px;
    margin-left: -3px
}

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 4px
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.top-left .tooltip-arrow {
    right: 5px
}

.tooltip.top-left .tooltip-arrow, .tooltip.top-right .tooltip-arrow {
    bottom: 0;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.top-right .tooltip-arrow {
    left: 5px
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    right: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    left: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 1px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.42857143;
    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;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    line-break: auto
}

.popover.top {
    margin-top: -10px
}

.popover.right {
    margin-left: 10px
}

.popover.bottom {
    margin-top: 10px
}

.popover.left {
    margin-left: -10px
}

.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
}

.popover > .arrow, .popover > .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.popover > .arrow {
    border-width: 11px
}

.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, .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, .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, .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, .25)
}

.popover.left > .arrow:after {
    right: 1px;
    bottom: -10px;
    content: " ";
    border-right-width: 0;
    border-left-color: #fff
}

.carousel, .carousel-inner {
    position: relative
}

.carousel-inner {
    width: 100%;
    overflow: hidden
}

.carousel-inner > .item {
    position: relative;
    overflow: hidden;
    display: none;
    -webkit-transition: .6s ease-in-out left;
    -o-transition: .6s ease-in-out left;
    transition: .6s ease-in-out left
}

.carousel-inner > .item > img, .carousel-inner > .item > a > img {
    line-height: 1
}

@media all and (transform-3d),(-webkit-transform-3d) {
    .carousel-inner > .item {
        -webkit-transition: -webkit-transform .6s ease-in-out;
        -o-transition: -o-transform .6s ease-in-out;
        transition: transform .6s ease-in-out;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        perspective: 1000px
    }

    .carousel-inner > .item.next, .carousel-inner > .item.active.right {
        left: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }

    .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
        left: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }

    .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
        left: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.carousel-inner > .active, .carousel-inner > .next, .carousel-inner > .prev {
    display: block
}

.carousel-inner > .active {
    left: 0
}

.carousel-inner > .next, .carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%
}

.carousel-inner > .next {
    left: 100%
}

.carousel-inner > .prev {
    left: -100%
}

.carousel-inner > .next.left, .carousel-inner > .prev.right {
    left: 0
}

.carousel-inner > .active.left {
    left: -100%
}

.carousel-inner > .active.right {
    left: 100%
}

.carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 15%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
    filter: alpha(opacity=50);
    opacity: .5
}

.carousel-control.left {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .0001)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
    background-repeat: repeat-x
}

.carousel-control.right {
    right: 0;
    left: auto;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .5)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
    background-repeat: repeat-x
}

.carousel-control:hover, .carousel-control:focus {
    color: #fff;
    text-decoration: none;
    filter: alpha(opacity=90);
    outline: 0;
    opacity: .9
}

.carousel-control .icon-prev, .carousel-control .icon-next, .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    margin-top: -10px
}

.carousel-control .icon-prev, .carousel-control .glyphicon-chevron-left {
    left: 50%;
    margin-left: -10px
}

.carousel-control .icon-next, .carousel-control .glyphicon-chevron-right {
    right: 50%;
    margin-right: -10px
}

.carousel-control .icon-prev, .carousel-control .icon-next {
    width: 20px;
    height: 20px;
    font-family: serif;
    line-height: 1
}

.carousel-control .icon-prev:before {
    content: '\2039'
}

.carousel-control .icon-next:before {
    content: '\203a'
}

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none
}

.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #fff;
    border-radius: 10px
}

.carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: #fff
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6)
}

.carousel-caption .btn {
    text-shadow: none
}

@media screen and (min-width: 768px) {
    .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-prev, .carousel-control .icon-next {
        width: 30px;
        height: 30px;
        margin-top: -15px;
        font-size: 30px
    }

    .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
        margin-left: -15px
    }

    .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
        margin-right: -15px
    }

    .carousel-caption {
        right: 20%;
        left: 20%;
        padding-bottom: 30px
    }

    .carousel-indicators {
        bottom: 20px
    }
}

.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, .modal-footer:before, .modal-footer: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, .modal-footer: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, .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
    }
}

.orange-button {
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    line-height: 120%;
    color: #fff;
    background-color: #f90;
    border: none;
    padding: 10px 30px;
    display: inline-block;
    transition: opacity .2s ease-in
}

.orange-button:hover {
    opacity: .8;
    color: inherit;
    text-decoration: none
}

.browserupgrade {
    margin: .2em 0;
    background: #ccc;
    color: #000;
    padding: .2em 0
}

ul, li {
    list-style: none;
    padding: 0;
    margin: 0
}

a {
    text-decoration: none
}

.small-grid {
    max-width: 100%;
    margin: 0 20px
}

@media screen and (min-width: 1200px) {
    .large-content, .container {
        max-width: 1080px;
        width: 100%
    }
}

@media screen and (min-width: 980px) {
    .large-content, .container {
        max-width: 980px;
        width: 100%
    }

    .small-container, .small-grid {
        width: 780px;
        margin: 0 auto
    }

    .bat .small-grid {
        width: 720px
    }
}

.col-xs-15, .col-sm-15, .col-md-15, .col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    width: 20%;
    float: left
}

.right-aside {
    border-left: 1px solid #cacad4;
    padding-left: 30px
}

.group-centered {
    display: block;
    text-align: center
}

.list-style-color {
    list-style: none;
    padding: 0;
    margin: 15px 0 30px
}

.list-style-color li {
    padding-left: 15px;
    margin-bottom: 10px;
    position: relative
}

.list-style-color li:before {
    content: " ";
    position: absolute;
    left: 0;
    top: 8px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #3398ba
}

.list-style-color li p {
    display: inline-block;
    margin: 0
}

.pagination {
    display: block;
    margin: 10px auto 0px auto;
    text-align: center
}

.pagination:last-of-type {
    margin: 60px auto;
}

.pagination li {
    display: inline-block;
    margin: 0 2px
}

.pagination li a {
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    line-height: 120%;
    font-weight: 700;
    color: #35353b;
    border: none;
    background-color: #e5e5f0;
    transition: all .2s linear
}

.pagination li a.active, .pagination li a:hover {
    background-color: #3398ba;
    color: #fff
}

.pagination li:first-child a, .pagination li:last-child a {
    background-color: transparent
}

.pagination li:first-child a:hover, .pagination li:last-child a:hover {
    color: #000
}

.tab-box {
    margin: 30px 0
}

.tab-box .tab-header li {
    display: inline-block;
    margin: 0
}

.tab-box .tab-header li a {
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    line-height: 120%;
    font-weight: 700;
    color: #3398ba;
    padding: 10px 30px;
    background-color: transparent;
    outline: none;
    transition: all .2s ease-out
}

.tab-box .tab-header li a:hover {
    text-decoration: none;
    color: #fff;
    background-color: #3398ba
}

.tab-box .tab-header li.active a {
    color: #fff;
    background-color: #3398ba;
    text-decoration: none
}

.tab-box .tab-content {
    display: block;
    width: 100%;
    margin-top: 20px;
    border: 1px solid #e5e5f0;
    padding: 30px
}

.tab-box .tab-content h5 {
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    line-height: 120%;
    color: #35353b;
    font-weight: 700;
    border-bottom: 1px solid #e5e5f0;
    padding-bottom: 20px
}

.content {
    margin-top: 40px;
    margin-bottom: 60px
}

.content h1 {
    font-size: 24px;
    font-family: 'Open Sans', sans-serif;
    line-height: 120%;
    font-weight: 700;
    color: #35353b;
    text-transform: uppercase;
    margin: 0 0 10px
}

.content h1 i {
    font-size: 20px;
    margin-left: 10px;
    color: #f90;
    line-height: 101%
}

.content .content-title {
    text-align: center;
    margin: 0 auto 30px
}

.content .content-title h1 {
    font-size: 24px;
    font-family: 'Open Sans', sans-serif;
    line-height: 120%;
    font-weight: 700;
    color: #35353b;
    text-transform: inherit;
    margin: 10px auto 0;
    text-align: center;
    display: inline-block
}

.content .content-title i {
    font-size: 20px;
    margin-left: 10px;
    color: #f90;
    line-height: 10px;
    position: relative;
    top: -2px
}

.content .content-title img {
    display: block;
    margin: 0 auto
}

.content h4 {
    font-family: 'Open Sans', sans-serif;
    line-height: 120%;
    color: #35353b
}

.content h4, .content h3, .content h2 {
    font-size: 18px;
    font-weight: 700
}

.content h3, .content h2 {
    color: #3398ba
}

.content h3, .content h2, .content p {
    font-family: 'Open Sans', sans-serif;
    line-height: 120%
}

.content p {
    font-size: 14px;
    font-weight: 400;
    color: #35353b;
    margin-bottom: 1em;
    text-align: justify;
    hyphens: auto;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
}

nav {
    background-color: #e5e5f0;
    overflow: hidden
}

nav .mobile-menu {
    display: none
}

nav .menu-search-input a, nav .menu-search-input a:focus, nav .menu-search-input a:active {
    outline: none
}

nav .menu-search-input input {
    font-size: 12px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    color: #35353B;
    line-height: 30px;
    padding: 0 0 0 10px;
    width: 295px;
    border: 1px solid transparent;
    transition: all .15s ease-in;
}

nav .menu-search-input input:focus {
    border: 1px solid #3398ba;
}

nav .menu-search-input ::-webkit-input-placeholder, nav .menu-search-input :-moz-placeholder, nav .menu-search-input ::-moz-placeholder, nav .menu-search-input :-ms-input-placeholder {
    color: #b0b0b0
}

nav .menu-box {
    padding-bottom: 34px;
    position: relative;
}

nav .menu-box .language {
    position: relative;
    margin-left: 6px;
    padding-bottom: 0;
    z-index: 1000;
    height: 40px;
    transition: height .2s ease-out
}

nav .menu-box .language a {
    padding-bottom: 12px
}

nav .menu-box .language a i {
    margin-left: 5px
}

nav .menu-box .language li {
    display: block;
    margin: 0;
    padding-left: 5px
}

nav .menu-box .language li a {
    padding: 5px
}

nav .menu-box .language li a:hover {
    color: #888687
}

nav .menu-box .language ul {
    position: absolute;
    background-color: #fff;
    top: 39px;
    padding-bottom: 3px;
    right: 0;
    min-width: 100%;
    display: none;
}

nav .logo {
    float: left;
    margin: 50px 0 50px -50px
}

nav .menu {
    display: inline-block;
    float: right
}

nav .menu li {
    display: inline-block;
    position: relative;
    transition: background-color .2s linear
}

nav .menu li a {
    font-size: 14px;
    font-family: 'Open Sans Condensed', sans-serif;
    line-height: 120%;
    color: #35353b;
    font-weight: 700;
    display: block;
    text-transform: uppercase;
    padding: 65px 19px 30px;
    margin: 0
}

nav .menu li a:hover {
    text-decoration: none
}

nav .menu li .submenu-toggle {
    display: none
}

nav .menu li .sub-menu {
    display: none;
    background-color: #35353b;
    position: absolute;
    left: 0;
    bottom: -34px;
    z-index: 100;
    min-width: 1000px;
    transition: opacity .2s linear
}

nav .menu li .sub-menu li {
    margin: 0;
    display: inline-block;
    float: left;
    padding: 0
}

nav .menu li .sub-menu li a {
    font-size: 12px;
    font-family: 'Roboto', sans-serif;
    line-height: 120%;
    color: #fff;
    padding: 10px 22px;
    font-weight: 400;
    text-transform: inherit;
    transition: background-color .2s linear
}

nav .menu li .sub-menu li a:hover {
    background-color: #3398ba
}

nav .menu li:hover {
    background-color: #fff
}

nav .nav-pagination {
    margin: 50px 0 0 75px
}

nav .nav-pagination li {
    padding: 0
}

nav .nav-pagination li:hover {
    background-color: transparent
}

nav .nav-pagination li a {
    padding: 15px 9px;
    transition: color .2s ease-in
}

nav .nav-pagination li a:hover {
    color: #3398ba
}

header .carousel-inner {
    height: 620px
}

header .carousel-inner .slider-img {
    min-height: 100%;
    min-width: 100%;
    max-width: inherit
}

header .carousel-inner .item {
    height: 100%
}

header .carousel-inner .carousel-item .carousel-caption {
    width: 100%;
    height: 100%;
    background-color: rgba(66, 66, 66, .6);
    overflow: hidden;
    left: 0;
    top: 0;
    text-align: center
}

header .carousel-inner .carousel-item .carousel-caption img {
    margin-top: 60px
}

header .carousel-inner .carousel-item .carousel-caption h1 {
    font-size: 32px;
    font-family: 'Open Sans', sans-serif;
    line-height: 120%;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    margin: 15px auto 5px
}

header .carousel-inner .carousel-item .carousel-caption h2 {
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    line-height: 120%;
    color: #fff;
    max-width: 320px;
    text-align: center;
    margin: 20px auto
}

header .carousel-inner .carousel-item .carousel-caption .orange-button {
    font-weight: 700;
    font-size: 24px
}

header .carousel-inner .carousel-item .carousel-caption .orange-button span {
    display: block;
    font-weight: 400;
    font-size: 18px
}

header .carousel-inner .carousel-item .carousel-caption p {
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    line-height: 120%;
    color: #fff;
    margin-top: 30px
}

header .carousel-inner .carousel-item .carousel-caption p a {
    color: #f90
}

header .carousel-indicators {
    bottom: -30px;
    left: -9999px;
    right: -9999px;
    margin: 0 auto;
    width: 100px
}

header .carousel-indicators li {
    background-color: #35353b;
    border-color: #35353b;
    margin: 0 3px
}

header .carousel-indicators li.active {
    background-color: #f90;
    border-color: #f90;
    width: 10px;
    height: 10px;
    margin: 0 3px !important
}

header .carousel-control.left, header .carousel-control.right {
    top: inherit;
    bottom: -33px;
    text-shadow: none;
    background-image: none;
    width: 4%;
    z-index: 9999
}

header .carousel-control.left i, header .carousel-control.right i {
    color: #35353b
}

header .carousel-control.left {
    left: 45%
}

header .carousel-control.right {
    right: 45%
}

footer {
    background-color: #e5e5f0;
    padding: 50px 0 0
}

footer h5 {
    font-size: 14px;
    font-family: 'Open Sans Condensed', sans-serif;
    line-height: 120%;
    font-weight: 700;
    color: #374554;
    text-transform: uppercase
}

footer ul li {
    margin-bottom: 5px
}

footer ul li a, footer input {
    font-size: 12px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    line-height: 120%;
    color: #35353b
}

footer input {
    padding-left: 10px;
    width: 100%;
    background-color: #fff;
    box-shadow: none;
    border: 0;
    height: 30px;
    margin: 0
}

.confirm-button {
    position: relative;
    border-bottom: 1px solid #cacad4;
    padding-bottom: 30px;
    margin: 30px 0
}

.confirm-button button {
    position: absolute;
    height: 30px;
    top: 0;
    right: 0;
    padding: 0 20px
}

.confirm-button button i {
    line-height: 30px
}

.socials li {
    display: inline-block;
    margin-right: 25px
}

.socials li i {
    font-size: 20px
}

.footer-bottom {
    background-color: #35353b;
    margin: 60px 0 0
}

.footer-bottom p {
    font-size: 12px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    color: #fff;
    float: left;
    line-height: 70px;
    margin: 0
}

.footer-bottom p a {
    color: #3398ba
}

.footer-bottom ul {
    float: right;
    display: inline-block;
    margin: 0;
    padding: 0
}

.footer-bottom ul li {
    display: inline-block;
    margin: 0 0 0 30px
}

.footer-bottom ul li a {
    font-size: 14px;
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: 700;
    color: #fff;
    line-height: 70px;
    text-transform: uppercase
}

.homePage .content {
    margin-top: 60px
}

.news-box {
    margin-bottom: 40px
}

.news-box img {
    min-width: 100%
}

.news-box i {
    font-size: 12px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    color: #b0b0b0;
    font-style: normal;
    line-height: 100%;
    display: block;
    margin-bottom: 10px
}

.news-box h3, .news-box h2 {
    font-weight: 700;
    color: #3398ba;
    margin: 5px 0
}

.news-box h3, .news-box h2, .news-box p {
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    line-height: 120%
}

.news-box p {
    font-weight: 400;
    color: #35353b
}

.news-box a {
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    line-height: 120%;
    color: #f90;
    margin-top: 10px;
    display: block
}

.news-feed > div {
    margin-bottom: 35px
}

.news-feed i {
    font-size: 12px;
    font-weight: 400;
    color: #b0b0b0;
    font-style: normal
}

.news-feed i, .news-feed h3, .news-feed h2 {
    font-family: 'Open Sans', sans-serif;
    line-height: 120%
}

.news-feed h3, .news-feed h2 {
    font-size: 14px;
    font-weight: 700;
    color: #3398ba;
    margin: 5px 0
}

.about h1 {
    text-transform: inherit;
    text-align: center;
    margin-bottom: 30px
}

.about a {
    color: #f90;
    text-decoration: underline;
    margin: 0 10px
}

.about a, .about em {
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    line-height: 120%
}

.about em {
    color: #b0b0b0;
    font-style: normal;
    margin: 0
}

.about img {
    max-width: 100%
}

.about-box {
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 60px;
    margin-bottom: 60px
}

.about-box:last-child {
    border: none;
    margin-bottom: 0
}

.about-box p a {
    margin: 0;
    color: #35353b
}

.about-footer {
    margin-top: 60px
}

.about-footer h3, .about-footer h2 {
    margin-bottom: 15px
}

.about-footer p {
    margin-bottom: 20px
}

.about-footer a {
    color: #3398ba;
    text-decoration: none
}

.mission h1 {
    text-align: center;
    text-transform: inherit
}

.mission p {
    margin-bottom: 15px
}

.mission h3, .mission h2 {
    margin-bottom: 10px
}

.download img {
    margin: 0 auto;
    display: block
}

.download h1 {
    margin-top: 15px
}

.download h3, .download h2 {
    margin: 0 0 15px 25px;
    font-size: 14px
}

.download-box {
    margin-bottom: 30px
}

.download-table-parrent {
    border: 1px solid #e5e5f0;
    padding: 0 25px;
    overflow: hidden
}

table.download-table {
    width: 100%;
    border-collapse: collapse;
    position: relative;
}

table.download-table tr {
    border-bottom: 1px solid #e5e5f0;
    padding: 15px
}

table.download-table tr:last-child {
    border: none
}

table.download-table tr td {
    padding: 15px 0
}

table.download-table tr td:first-child {
    width: 65%
}

table.download-table tr td p {
    font-weight: 700;
    color: #35353b
}

table.download-table tr td p, table.download-table tr td i {
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    line-height: 120%;
    margin: 0
}

table.download-table tr td em {
    color: #35353b
}

table.download-table tr td em, table.download-table tr td a {
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    line-height: 120%;
    margin: 0
}

table.download-table tr td a {
    font-weight: 700
}

table.download-table tr td i {
    color: #b0b0b0
}

table.download-table tr td i, table.download-table tr td em {
    font-weight: 300;
    font-style: normal
}

table.download-table tr td a {
    color: #f90
}

table.download-table tr td:last-child {
    text-align: right
}

.interface h1 {
    margin-top: 15px
}

.interface-box {
    margin-top: 50px
}

.interface-box img {
    max-width: 100%
}

.interface-box p {
    line-height: 150%
}

.interface-box h4 {
    margin-top: 0
}

.interface-footer {
    background-color: #35353b;
    padding: 50px 0;
    text-align: center
}

.interface-footer h4 {
    color: #fff;
    font-weight: 700
}

.interface-footer h4 span {
    font-weight: 100
}

.interface-footer .orange-button {
    font-size: 14px;
    display: table;
    margin: 25px auto 12px
}

.interface-footer a {
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    line-height: 120%;
    color: #fff;
    display: block
}

.interface-footer a:hover {
    text-decoration: none
}

.interface-footer a span {
    color: #f90;
    text-decoration: underline
}

.overview-header {
    overflow: hidden;
    margin-top: 60px
}

.overview-header figure {
    width: 65px;
    height: 65px;
    background-color: #3398ba;
    border-radius: 50%;
    position: relative;
    text-align: center;
    padding: 0;
    margin: 0 auto;
    z-index: 999;
    display: block
}

.overview-header figure i {
    font-size: 20px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    color: #fff;
    line-height: 65px;
    font-style: normal
}

.overview-header figure:first-child:after {
    content: " ";
    max-width: 200px;
    width: 200%;
    height: 1px;
    background-color: #e5e5f0;
    position: absolute;
    top: 50%;
    left: 65px;
    z-index: -1
}

.overview-header .last-overview-figure figure:after {
    display: none
}

.overview-header h6 {
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    line-height: 120%;
    font-weight: 700;
    color: #35353b;
    text-align: center
}

.features-box {
    margin: 30px 0 0
}

.features-box article {
    padding: 30px;
    border: 1px solid #e5e5f0;
    min-height: 100%;
    position: relative
}

.features-box article h4 {
    margin: 0 0 15px
}

.features-box.grey article {
    background-color: #f0f5f7;
    border: none
}

.purchase h1 {
    margin: 20px auto
}

.purchase h3, .purchase h2 {
    font-size: 14px;
    margin-bottom: 30px;
    margin-top: 60px
}

.purchase .download-table tr td:first-child {
    width: 75%
}

.purchase .download-table tr td:nth-child(2) {
    text-align: right
}

.purchase .download-table tr td:nth-child(2) em {
    color: #3398ba;
    font-weight: 700
}

.purchase .purchase-note {
    font-size: 12px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    line-height: 120%;
    color: #b0b0b0;
    text-align: center;
    display: block
}

.news {
    margin: 60px 0
}

.single-news .content-title {
    margin-bottom: 30px
}

.single-news .content-title h1 {
    text-transform: inherit
}

.news-single-box a i {
    margin-left: 4px
}

.news-single-box h1 {
    text-align: left;
    text-transform: inherit;
    margin: 10px 0
}

.news-single-box em {
    color: #b0b0b0;
    font-style: normal;
    margin-bottom: 25px;
    display: block
}

.news-single-box em, .news-single-box p {
    font-size: 12px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    line-height: 120%
}

.news-single-box p {
    color: #35353b;
    margin-bottom: 15px
}

.news-single-box img {
    width: auto;
    max-width: 100%;
    height: auto;
    margin: 10px 0;
}

.news-single-box .social-img {
    width: auto;
    margin: 50px auto 60px;
    display: block
}

.press .content-title {
    margin-top: 0
}

.press .content-title h1 {
    text-transform: inherit
}

.press-box {
    margin-bottom: 60px
}

.press-box em {
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    line-height: 120%;
    color: #b0b0b0;
    font-style: normal
}

.press-box h3, .press-box h2 {
    margin: 15px 0
}

.press-box p {
    line-height: 140%
}

.press-detail-box {
    margin-bottom: 35px
}

.press-detail-box p {
    margin: 15px 0 0;
    line-height: 140%
}

.press-detail-box a {
    text-decoration: underline
}

.press-detail .news-single-box {
    margin-top: 60px
}

.press-detail img {
    max-width: 100%
}

.support-box p {
    margin-bottom: 20px
}

.support-box p a {
    font-weight: 700
}

.login-box {
    border: 1px solid #e5e5f0;
    padding: 60px 0;
    overflow: hidden;
    margin: 60px 0
}

.login-box h3, .login-box h2 {
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    margin: 0 auto 15px;
    max-width: 250px;
    line-height: 140%
}

.login-box input {
    width: 100%;
    line-height: 40px;
    margin-bottom: 20px;
    padding-left: 15px;
    background-color: #e5e5f0;
    color: #000;
    border: none
}

.login-box .orange-button {
    padding: 15px 60px;
    display: table;
    margin: 10px auto;
    font-size: 14px;
    font-weight: 700
}

.login-box a {
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    line-height: 120%;
    font-weight: 700;
    color: #f90;
    display: block;
    text-align: center;
    text-decoration: underline
}

.bat .content, .bat .aside {
    margin-top: 60px
}

.bat-title h1 {
    margin: 0
}

.bat-title h3, .bat-title h2 {
    margin: 5px 0 0
}

.bat-title p {
    margin-top: 30px
}

.bat-aside {
    margin-top: 60px
}

.bat .content-title {
    margin-top: 0
}

.bat .content-title h1 {
    text-transform: inherit
}

.bat .content-title p {
    max-width: 550px;
    margin: 10px auto
}

.bat-info {
    font-size: 12px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    line-height: 120%;
    color: #b0b0b0;
    display: block;
    font-style: normal;
    margin: 30px auto;
    clear: both;
    text-align: center
}

.bat-aside-box {
    border: 1px solid #e5e5f0;
    width: 100%;
    padding: 20px;
    text-align: center;
    margin-bottom: 30px;
}

.bat-aside-box img {
    margin: 0 auto;
    display: block
}

.bat-aside-box h5 {
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    line-height: 120%;
    color: #35353b;
    font-weight: 700;
    margin: 20px auto
}

.bat-aside-box p {
    font-weight: 400;
    color: #35353b
}

.bat-aside-box p, .bat-aside-box a {
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    line-height: 120%
}

.bat-aside-box a {
    font-weight: 700;
    color: #f90;
    text-decoration: underline
}

.bat-aside-box .orange-button {
    color: #fff;
    font-size: 14px;
    padding: 15px 0;
    text-align: center;
    display: block;
    margin: 15px 0;
    text-decoration: none
}

.bat-awards .content-title h1 {
    text-transform: inherit
}

.bat-awards-box {
    margin-bottom: 80px
}

.bat-awards-box article img {
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle
}

.bat-awards-box h3, .bat-awards-box h2 {
    margin-top: 30px;
    font-size: 14px
}

.bat-awards-box {
    margin-bottom: 50px;
}

.bat-awards-box a[href] {
    border: 2px solid #e5e5f0;
    padding: 20px;
    height: 200px;
    line-height: 155px;
    overflow: hidden;
    text-align: center;
    display: block;
}

header .carousel-inner .carousel-item .carousel-caption {
    width: 100%;
    height: 100%;
    background-color: rgba(66, 66, 66, .6);
    overflow: hidden;
    left: 0;
    top: 0;
    text-align: center;
}

header .carousel-inner .slider-img {
    height: 100%;
}

.bat-awards-box a[href] img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: inline-block;
}

.bat-reviews h1 {
    margin-bottom: 30px;
    text-transform: inherit;
}

.bat-reviews-box {
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 15px;
    margin-bottom: 30px;
}

.bat-reviews-box em {
    font-size: 12px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    line-height: 120%;
    color: #b0b0b0;
    font-style: normal
}

.bat-reviews-box em a {
    font-weight: 700
}

.bat-reviews-box h5 {
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    line-height: 120%;
    font-weight: 700;
    color: #35353b
}

.bat-reviews-box p {
    margin: 15px 0
}

.bat-purchase .content-title a {
    font-weight: 700
}

.bat-purchase .download-table {
    border: none
}

.bat-purchase .download-table tr:last-child {
    border-bottom: none
}

.bat-purchase .tab-box {
    margin-top: 30px
}

.bat-purchase .tab-box .download-table tr td:first-child {
    width: 75%
}

.bat-purchase-offer {
    margin-bottom: 30px
}

.bat-purchase-offer article {
    padding: 30px 40px;
    text-align: center;
    border: 1px solid #e5e5f0;
    box-sizing: border-box;
}

.bat-purchase-offer article h2 {
    font-family: 'Open Sans Condensed', sans-serif
}

.bat-purchase-offer article h3, .bat-purchase-offer article h2 {
    font-size: 14px;
    padding-bottom: 30px;
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 30px
}

.bat-purchase-offer article p {
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    color: #35353b;
    margin: 30px auto;
    line-height: 15px
}

.bat-purchase-offer article ul li i {
    margin-right: 6px;
    color: #f90
}

.bat-purchase-offer article ul li a {
    color: #000;
    text-decoration: underline;
    font-weight: 700
}

.bat-purchase-offer article .orange-button {
    margin-top: 30px
}

.bat-purchase-offer article figure {
    width: 30px;
    height: 2px;
    background-color: #e5e5f0;
    display: block;
    margin: 40px auto;
    line-height: 15px
}

.bat-plugins-box h3, .bat-plugins-box h2 {
    font-size: 14px;
    margin: 30px 0 30px
}

.bat.bat-download .content-title p {
    max-width: 720px
}

.bat-overview a {
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    line-height: 120%;
    font-weight: 700;
    color: #f90;
    text-decoration: underline
}

.bat-overview .bat-purchase-offer {
    margin-top: 30px
}

.bat-overview .bat-purchase-offer .orange-button {
    color: #fff;
    text-decoration: none
}

.bat-overview .bat-purchase-offer article {
    min-height: 540px
}

.bat-overview .bat-aside p {
    text-align: justify;
    hyphens: auto;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
}

.bat-features {
    margin-top: 30px
}

.bat-features h3, .bat-features h2 {
    margin-bottom: 30px
}

.bat-features article {
    padding: 30px;
    margin: 0 0 30px;
    border: 1px solid #e5e5f0
}

.bat-features article i {
    color: #3398ba;
    font-size: 40px;
    float: left;
    margin-right: 15px
}

.bat-features article p {
    vertical-align: middle;
    margin-top: 12px
}

.bat-overview-box {
    margin-top: 30px;
    margin-bottom: 30px
}

.bat-overview-box h3, .bat-overview-box h2 {
    margin: 15px 0 20px
}

.bat-overview-box img {
    max-width: 100%
}

.features .bat-title h1 {
    text-transform: inherit
}

.bat-features-box {
    margin-top: 40px
}

.bat-features-box h3, .bat-features-box h2 {
    line-height: 40px;
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 15px
}

.bat-features-box h3 i, .bat-features-box h2 i {
    font-size: 40px;
    float: left;
    margin-right: 15px
}

.bat-features-box h5 {
    line-height: 120%;
    font-weight: 700;
    margin: 30px 0 15px
}

.bat-features-box h5, .bat-features-box p {
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    color: #35353b
}

.bat-features-box p {
    font-weight: 400;
    line-height: 140%
}

.bat-voyager .content-title {
    margin-top: 0
}

.bat-voyager .content-title h1 {
    margin: 15px auto
}

.bat-voyager .content-title h3, .bat-voyager .content-title h2 {
    margin: 0 auto
}

.bat-voyager .content-title p {
    text-align: left;
    margin-top: 30px
}

.bat-voyager .list-style-color li {
    margin-bottom: 30px
}

.bat-voyager .list-style-color li p {
    font-weight: 700
}

.bat-voyager-footer h2 {
    font-size: 18px;
    font-weight: 700
}

.bat-voyager-footer h2, .bat-voyager-footer p {
    font-family: 'Open Sans', sans-serif;
    line-height: 120%;
    color: #fff
}

.bat-voyager-footer p {
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    margin: 30px 0
}

.bat-voyager-footer .orange-button {
    padding: 12px 60px
}

.bat-voyager-footer ul {
    margin: 5px auto 15px;
    text-align: center
}

.bat-voyager-footer ul li {
    display: inline-block;
    margin: 8px
}

.bat-voyager-footer ul li, .bat-voyager-footer em {
    font-size: 12px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    line-height: 120%;
    color: #fff
}

.bat-voyager-footer em {
    font-style: normal
}

.bat-voyager-footer em a {
    color: #f90;
    text-decoration: underline;
    display: inline-block
}

@media screen and (max-width: 1080px) {
    nav .container {
        overflow: visible
    }

    nav .nav-pagination {
        padding-right: 10px;
        margin-left: 0
    }

    .container {
        overflow: hidden
    }

    header .carousel-inner {
        height: 500px
    }

    header .carousel-inner .carousel-item .carousel-caption img {
        margin-top: 40px
    }

    header .carousel-control.left {
        left: 44%
    }

    header .carousel-control.right {
        right: 44%
    }
}

@media screen and (max-width: 992px) {
    .right-aside {
        border-left: none;
        padding-left: 15px
    }

    .bat-purchase-offer article figure {
        margin: 43px auto
    }
}

.header-wrapper {
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
}

@media screen and (max-width: 768px) {
    nav .logo {
        margin: 30px 0 30px -50px
    }

    nav .logo img {
        width: 300px
    }

    nav .fa-bars {
        margin-top: 35px
    }

    header .carousel-inner {
        height: 400px
    }

    header .carousel-inner .carousel-item .carousel-caption h1 {
        font-size: 20px
    }

    header .carousel-inner .carousel-item .carousel-caption h2 {
        font-size: 15px
    }

    header .carousel-inner .carousel-item .carousel-caption img {
        margin-top: 20px;
        max-height: 100px
    }

    header .carousel-inner .carousel-item .carousel-caption .orange-button {
        font-size: 18px
    }

    header .carousel-inner .carousel-item .carousel-caption .orange-button span {
        font-size: 15px
    }

    header .carousel-inner .carousel-item .carousel-caption p {
        font-size: 14px
    }

    header .carousel-indicators, header .carousel-control {
        display: none
    }

    table.download-table tr td p, table.download-table tr td i, table.download-table tr td em, table.download-table tr td a {
        font-size: 11px
    }

    .news-box i {
        margin-top: 15px
    }

    .news-box img {
        max-width: 50%;
        margin: 0 auto;
        display: block;
        width: 100%
    }

    .bat-purchase-offer article {
        margin-top: 20px
    }

    .features-box {
        margin: 0
    }

    .features-box article {
        margin-top: 30px
    }

    .bat-aside {
        margin-bottom: 50px
    }

    .download-table-parrent {
        max-width: 600px;
        width: 100%;
        overflow-x: scroll
    }

    .download-table-parrent .download-table {
        width: 580px
    }

    .download-table-parrent .download-table td:last-child {
        padding-right: 20px
    }

    .pagination li a {
        padding: 4px 10px;
        font-size: 13px
    }
}

@media screen and (max-width: 460px) {
    .col-xs-15, .col-sm-15, .col-md-15, .col-lg-15 {
        width: 50%
    }

    nav .logo img {
        width: 250px;
        margin-left: -50px
    }

    nav .menu-search-input input {
        width: 200px
    }

    .news-box img {
        max-width: 100%
    }

    .footer-bottom p {
        font-size: 11px;
        line-height: 50px
    }

    .footer-bottom ul {
        float: left;
        margin-bottom: 20px
    }

    .footer-bottom ul li {
        margin: 0 10px 0 0
    }

    .footer-bottom ul li a {
        line-height: 15px
    }

    .tab-box .tab-header li {
        width: 100%
    }

    .tab-box .tab-header li a {
        display: block;
        width: 100%
    }

    .tab-box .tab-content {
        padding: 0
    }

    .bat-download .tab-box .tab-content h5, .bat-download .tab-box .tab-content ul, .bat-download .tab-box .tab-content p, .bat-purchase .tab-box .tab-content h5, .bat-purchase .tab-box .tab-content ul, .bat-purchase .tab-box .tab-content p {
        padding-right: 20px;
        padding-left: 20px
    }

    .bat-download .tab-box .tab-content h5, .bat-purchase .tab-box .tab-content h5 {
        padding-top: 10px
    }

    .bat-download .tab-box .tab-content .list-style-color p, .bat-purchase .tab-box .tab-content .list-style-color p {
        padding-left: 0;
        padding-right: 0
    }

    .overview-header .col-xs-15, .overview-header .col-sm-15, .overview-header .col-md-15, .overview-header .col-lg-15 {
        width: 100%;
        margin-top: 30px
    }

    .overview-header figure:after {
        display: none
    }
}

@media screen and (max-width: 1250px) {
    nav .logo {
        margin: 57px 0 58px -50px;
    }

    nav .logo img {
        width: 300px;
        height: auto;
    }
}

.cols-4 .col-xs-15 {
    width: 24.2%;
}

.main-menu > li > a.active {
    background-color: #fff;
}

body .search-show {
    padding: 5px 6px;
    margin-left: -3px;
    position: relative;
    top: 0;
    cursor: pointer;
    margin-right: -3px;
    font-size: 17px
}

body .search-show:before {
    -webkit-transition: color 0.2s;
    -moz-transition: color 0.2s;
    transition: color 0.2s;
}

body .search-show:hover:before {
    color: #3398ba;
}

.search-submit {
    display: inline-block;
    border: 0;
    padding: 0px 5px;
    background: none;
    position: absolute;
    top: 5px;
    right: 4px;
}

#search-form-header {
    position: absolute;
    top: 0;
    right: -7px;
}

.logo {
    position: relative;
}

.logo:before {
    display: block;
    width: 10000px;
    height: 32px;
    position: absolute;
    top: 6px;
    right: 100%;
    background: #F90;
}

.bat-aside-box.fixed {
    position: fixed;
    background-color: #fff;
    top: 20px;
    margin-top: 0;
    margin-left: 0;
}

.download-table-wrapper {
    padding: 10px 0;
    position: relative;
    z-index: 10;
}

.download-table-wrapper:before {
    content: '';
    position: absolute;
    display: block;
    width: 106%;
    height: 102%;
    top: -1%;
    left: -3%;
    border: 1px solid #e5e5f0;
}

table.download-table tr td p {
    padding-right: 15px;
    font-size: 13.5px;
}

.bat-reviews .content {
    margin-top: 30px;
}

.bat-reviews .content:last-child {
    margin-left: auto;
    margin-right: auto;
    float: none;
}

/* remove Back link */
#profile.tab-pane p.text {
    display: none;
}

/* nav menu */
.nav-support {
    position: absolute;
    top: 95px;
    right: 0;
    width: 384px;
}

.nav-support.menu li {
    background: #35353b;
    margin: 0;
    padding: 0;
    float: left;
}

.nav-support.menu li a {
    padding: 6px 13px;
    color: #fff;
    margin: 0;
    font-size: 13px;
    font-weight: 500;
}

.nav-support.menu li a:hover,
.nav-support.menu li:hover {
    background: #3398ba;
}

.nav-support.menu li a:hover {
    color: #fff;
}

.bat-features .col-sm-6 {
    display: table;
    margin-bottom: 30px;
}

.bat-features .col-sm-6 article {
    padding: 10px 30px;
    margin: 0;
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100px;
}

.bat-features article i {
    height: 50px;
    line-height: 49px;
}

/* tooltip */
[data-toggle="tooltip"] {
    cursor: help;
}

[data-toggle="tooltip"]:after {
    content: attr(data-title);
    position: absolute;
    width: auto;
    display: block;
    width: 200px;
    color: #fff;
    font-size: 11px;
    line-height: 14px;
    background: #0f0f0f;
    padding: 5px 8px;
    border-radius: 4px;
    opacity: 0;
    transition: opacity 0.2s;
    z-index: 100;
    left: 100%;
    margin-left: 5px;
    text-align: left;
    top: 0;
    margin-top: -5px;
    display: none;
}

[data-toggle="tooltip"]:hover:after {
    display: block;
    opacity: 1;
}

@media screen and (max-width: 768px) {
    .bat-features .col-sm-6 {
        width: 100%;
    }
}

/* fonts. */
.content {
    font-size: 14px;
    line-height: 1.4em;
    font-weight: 400;
    color: #35353b;
}

.content ul li {
    list-style-type: disc;
    margin-bottom: 10px;
}

.content ol li {
    list-style-type: decimal;
    margin-bottom: 10px;
}

.content ul li,
.content ol li {
    font-size: 14px;
    line-height: 1.4em;
    font-weight: 400;
    color: #35353b;
    margin: 0 0 5px;
}

.bat-features-box ul {
    margin-left: 20px;
}

.fixstyles ul,
.fixstyles ol {
    margin-left: 20px;
}

.bat-purchase-offer ul li {
    list-style: none;
}

.content ul > br,
.content ol > br {
    display: none;
}

.content p {
    line-height: 1.4em;
}


.archive table {
    width: 100%;
}

.help-inline table td {
    padding: 4px 7px;
}

.help-inline ul {
    margin-left: 5px;
    padding-left: 10px;
}


.help-section .data-table {
    padding: 20px;
    border: 1px #ddd solid;
}

.help-section .data-table table td {
    padding: 4px 7px;
}

.help-section ul {
    margin-left: 5px;
    padding-left: 10px;
}

.help-section .data-table,
.help-section .data-table tbody,
.help-section .data-table tr,
.help-section .data-table td {
    display: block;
}

.help-section .data-table table {
    border: none;
}

.help-section .data-table table,
.help-section .data-table table tbody {
    display: table;
}

.help-section .data-table table tbody {
    border: none;
}

.help-section .data-table table tr {
    display: table-row;
}

.help-section .data-table table td {
    display: table-cell;
    border-color: #bbb;
}

.help-section .data-table img {
    width: auto;
    max-width: 100%;
    height: auto;
}

.point-faq {
    margin-left: 15px;
}

.selected-arrow-faq,
.unselected-arrow-faq {
    position: relative;
    top: 2px;
    left: -2px;
}

/* tabs. */
.tab-pane ul {
    margin-left: 20px;
}

ul.list-style-color {
    margin-left: 0;
}

ul.list-style-color,
ul.list-style-color li {
    list-style: none;
}

.tab-pane .download-table {
    margin-bottom: 12px;
}

/* single news. */
.single-news .news-single-box > h1 {
    margin-bottom: 15px;
}

.single-news .news-single-box > em {
    font-weight: 300;
    font-size: 13px;
}

.single-news .news-single-box p a {
    font-weight: 500;
    font-size: 13px;
}

.single-news .news-single-box ul,
.single-news .news-single-box ol {
    margin-left: 20px;
}

.single-news .news-single-box ol {
    padding-left: 0;
    margin-top: 10px;
}

.press .news-single-box ul,
.press .news-single-box ol,
.contacts ol,
.contacts ul {
    margin-left: 20px;
    margin-bottom: 20px;
}

.press .news-single-box p {
    font-size: 14px;
    font-weight: 400;
    color: #35353b;
}

.news-box p > a,
.news-box .text a {
    display: inline;
    font-weight: 500;
}

.news-single-box a {
    color: #f90;
}

.news-box .col-xs-12 > a,
.news-single-box > a:first-child,
.news-box .col-xs-8 > a {
    font-weight: 700;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    line-height: 120%;
    font-weight: 700;
    color: #f90
}

/* download. */
.download h3, .download h2 {
    margin-left: 0;
    margin-bottom: 30px;
}

/* New ticket. */
[name="form1"] input[size="48"] {
    width: 100%;
    line-height: 40px;
    margin-bottom: 20px;
    padding-left: 15px;
    background-color: #e5e5f0;
    color: #000;
    border: none;
    clear: both;
    display: block;
}

[name="form1"] td:first-child .tablebodytext {
    height: 40px;
    line-height: 40px;
    padding-right: 10px;
}

[name="form1"] td input.inputbodybutton,
[name="OWNER_USER_ID"] {
    height: 25px;
    line-height: 22px;
    width: auto !important;
    padding-left: 8px;
    padding-right: 8px;
}

[name="form1"] [name="FindUser"] {
    position: relative;
    top: 2px;
}

[name="form1"] input[name="SERIAL_NUMBER"] {
    margin-bottom: 0px;
}

[name="form1"] input[type="checkbox"] {
    margin-right: 5px;
}

[name="form1"] [name="save"] {
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    line-height: 120%;
    color: #fff;
    background-color: #f90;
    border: none;
    padding: 10px 30px;
    display: inline-block;
    transition: opacity .2s ease-in;
    margin-right: 0px;
}

[name="form1"] [type="reset"],
[name="form1"] [name="apply"] {
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    line-height: 120%;
    color: #888;
    background-color: #fff;
    border: none;
    padding: 5px 20px;
    display: inline-block;
    transition: opacity .2s ease-in;
    border: 1px #ddd solid;
    font-size: 13px;
    position: relative;
    right: -12px;
    margin-right: 5px;
}

.search-page form {
    text-align: center;
    padding-left: 15px;
}

/* map. */
.map-columns {
    width: 400px;
    margin: 0 auto;
}

.map-level-1 {
    margin-left: 20px;
    margin-top: 6px;
}

.map-level-1 a {
    font-size: 13px;
}

/* privacy. */
.privacy ul {
    margin: 10px 20px;
}


/* Login/register forms. */
.register-form,
.login-form,
.forgot-form,
.changepswd-form {
    padding: 50px 0;
    border: 1px #e5e5f0 solid;
}

[name="bform"] {
    padding-top: 30px;
}

.register-form .field,
.login-form .field,
.forgot-form .field,
.changepswd-form .field {
    width: 300px;
    margin: 0 auto;
}

.register-form .field input[type="text"],
.register-form .field input[type="password"],
.login-form .field input[type="text"],
.login-form .field input[type="password"],
.forgot-form .field input[type="text"],
.changepswd-form .field input[type="text"],
.forgot-form .field input[type="password"],
.changepswd-form .field input[type="password"] {
    width: 300px;
    line-height: 30px;
    padding-left: 15px;
    background-color: #e5e5f0;
    color: #000;
    border: none;
    margin-bottom: 15px;
}

.register-form .field.field-button,
.login-form .field.field-button,
.forgot-form .field.field-button,
.changepswd-form .field.field-button {
    margin-top: 20px;
    margin-bottom: 20px;
}

.register-form input[type="submit"],
.login-form input[type="submit"],
.forgot-form input[type="submit"],
.changepswd-form input[type="submit"] {
    padding: 15px 60px;
    margin: 10px auto;
    font-size: 14px;
    font-weight: 700;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    line-height: 120%;
    color: #fff;
    background-color: #f90;
    border: none;
    padding: 10px 30px;
    display: inline-block;
    transition: opacity .2s ease-in;
    width: 300px;
}

/* table. */
.single-news table[border="1"] td {
    padding: 2px 6px;
}

.single-news table[border="1"] {
    border-color: #ddd;
}

.news-single-box ul {
    margin-top: 10px;
}

/*Additional styles*/

.tab-box .tab-header li.active a {
    display: block;
}

body > nav {
    overflow: visible;
}

.support-menu {
    display: none;
    padding-left: 3px;
}

nav .nav-pagination .support-menu li a {
    font-size: 12px;
    padding: 15px 8px;
}

nav .menu-box .language ul {
    -webkit-box-shadow: 0px 2px 2px 1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 2px 2px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 2px 2px 1px rgba(0, 0, 0, 0.1);
}

@media only screen and (min-width: 1081px) {
    nav .menu-box {
        display: block !important;
    }
}

@media only screen and (max-width: 1080px) {
    nav {
        position: relative;
        overflow: visible
    }

    nav .menu-box {
        position: absolute;
        width: 100%;
        left: 0;
        top: 100%;
        z-index: 99999;
        display: none;
        overflow: hidden;
        padding-bottom: 0;
        box-shadow: 0 17px 18px -1px rgba(0, 0, 0, .25);
        border-bottom: 1px solid #A0A0A0;
    }

    nav .mobile-menu {
        display: inline-block;
        float: right;
        margin-top: 30px;
        font-size: 20px;
        cursor: pointer;
    }

    nav .logo {
        margin: 27px 0 28px -50px;
    }

    nav .menu,
    nav .nav-pagination {
        float: none;
        background-color: #e9e9e9;
        display: block;
        margin: 0 auto;
        height: auto;
        position: relative;
        padding-right: 0;
    }

    nav .menu, nav .nav-pagination {
        overflow: visible;
    }

    nav .menu li,
    nav .nav-pagination li {
        display: block
    }

    nav .menu li a, nav .nav-pagination li a {
        display: block;
        padding: 10px 0 10px 30px;
    }

    nav .nav-pagination .support-menu {
        margin-left: 40px;
    }

    nav .menu li a:active, nav .menu li a:focus, nav .menu li a:hover, nav .nav-pagination li a:active, nav .nav-pagination li a:focus, nav .nav-pagination li a:hover {
        outline: none
    }

    /*nav .menu-box .language a{display:inline-block;float:left}*/
    nav .menu li .submenu-toggle,
    nav .nav-pagination li .submenu-toggle {
        float: right;
        padding: 20px;
        display: inline-block
    }

    nav .menu li:hover,
    nav .nav-pagination li:hover {
        background-color: transparent
    }

    nav .menu li .sub-menu,
    nav .nav-pagination li .sub-menu {
        visibility: visible;
        opacity: 1;
        position: inherit;
        background-color: transparent;
        bottom: 0;
        display: none;
        overflow: hidden
    }

    nav .menu li .sub-menu:hover,
    nav .nav-pagination li .sub-menu:hover {
        background-color: transparent !important
    }

    nav .menu li .sub-menu li,
    nav .nav-pagination li .sub-menu li {
        display: block;
        float: inherit
    }

    nav .menu li .sub-menu li a,
    nav .nav-pagination li .sub-menu li a {
        padding-left: 50px;
        color: #000
    }

    nav .menu li .sub-menu li a:hover,
    nav .nav-pagination li .sub-menu li a:hover {
        background-color: transparent
    }

    nav .menu {
        border-top: 1px dashed #b8d2ca
    }

    nav .nav-pagination {
        z-index: 99999
    }

    nav .menu-search-input a {
        display: inline-block;
        float: left
    }

    nav .menu-search-input input {
        position: relative;
        opacity: 1;
        visibility: visible;
        margin-left: 20px;
        margin-top: 15px
    }

    nav .menu-box.active {
        height: auto
    }

    nav .menu-box .language,
    nav .menu-box .language a,
    .nav .menu-box .language ul {
        float: none;
    }

    nav .menu-box .language {
        position: relative;
        height: auto;
        overflow: inherit;
        padding: 0;
        margin: 10px 0 0;
    }

    nav .menu-box .language ul {
        margin: 0px 0 0 20px;
        padding-bottom: 0;
    }

    nav .menu-box .language ul li {
        display: inline-block
    }

    nav .menu-box .language ul li a {
        padding: 8px 5px;
        font-size: 13px;
        vertical-align: bottom;
    }

    nav .menu-box .language:hover {
        height: auto;
        background-color: transparent
    }

    nav .nav-pagination li.menu-search-input {
        padding: 0 25px;
    }

    nav .menu-search-input input {
        width: 100%;
        margin: 0;
    }

    #search-form-header {
        right: 25px;
        left: 25px;
    }
}

@media only screen and (max-width: 768px) {
    .footer-bottom p,
    .footer-bottom ul {
        float: none;
        display: block;
        text-align: center;
    }

    .footer-bottom ul li {
        margin: 0 15px;
    }

    .footer-bottom ul li a {
        line-height: 40px;
    }
}


.login-form .errortext,
.register-form .errortext,
.forgot-form .errortext,
.changepswd-form .errortext {
    display: block;
    text-align: center;
    margin-bottom: 10px;
}

.fa-rss:hover,
a:hover .fa-rss {
    text-decoration: none !important;
}


/* Ticket page. */
.ticket-page {
    font-size: 13px;
}

.ticket-page [name="form1"] td:first-child .tablebodytext {
    height: auto;
    line-height: 1.4em;
}

.ticket-page .tablehead {
    background: #eee;
    padding: 3px 5px;
}

.ticket-page tr[valign="top"] > td {
    padding: 10px 0;
}

.ticket-page tr[valign="middle"] > td {
    padding-bottom: 3px;
}

.ticket-page tr[valign="middle"] > td:first-child {
    color: #666;
    font-weight: bold;
}

.ticket-page .tablebody > tbody > tr:first-child td:first-child img[src="/bitrix/images/1.gif"] {
    display: none;
}

.ticket-page > form {
    padding-bottom: 40px;
}

/* support styles */
.ticket-page .tablebody > tbody > tr > td > table table table tr:first-child,
.ticket-page .tablebody > tbody > tr > td > table table table tr:first-child + tr {
    background: #eee;
}

.ticket-page .tablebody > tbody > tr > td > table table table tr:first-child td,
.ticket-page .tablebody > tbody > tr > td > table table table tr:first-child + tr td {
    padding: 1px 5px;
}

.register-form .notetext {
    display: block;
    text-align: center;
    margin-bottom: 25px;
}

.confirm-form .fields > .field {
    text-align: center;
}

.homePage .col-md-7 h1 a:hover {
    text-decoration: none;
}

/* list style. */
.col-md-12 > ul {
    margin: 15px 0;
}

.col-md-12 > ul li {
    margin-left: 25px;
}

ul[type="circle"],
ul[type="disc"],
ul[type="square"] {
    margin: 15px 10px;
}

ul[type="circle"],
ul[type="circle"] li {
    margin-left: 25px;
    list-style-type: circle;
}

ul[type="disc"],
ul[type="disc"] li {
    margin-left: 25px;
    list-style-type: disc;
}

ul[type="square"],
ul[type="square"] li {
    margin-left: 25px;
    list-style-type: square;
}

ol[type="a"],
ol[type="AA"],
ol[type="i"],
ol[type="II"] {
    margin: 15px 0;
}

ol[type="a"],
ol[type="a"] li {
    list-style-type: lower-alpha;
}

ol[type="AA"],
ol[type="AA"] li {
    list-style-type: upper-alpha;
}

ol[type="i"],
ol[type="i"] li {
    list-style-type: lower-roman;
}

ol[type="II"],
ol[type="II"] li {
    list-style-type: upper-roman;
}

/**
 *  Ritlabs Fonts - font-awesome.min.css
 */
@font-face {
    font-family: 'ritlabs';
    src: url('fonts/ritlabs.eot');
    src: url('fonts/ritlabs.eot#iefix') format('embedded-opentype'),
    url('fonts/ritlabs.ttf') format('truetype'),
    url('fonts/ritlabs.woff') format('woff'),
    url('fonts/ritlabs.svg#ritlabs') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"], [class*=" icon-"],
.fa {
    font-family: 'ritlabs';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 'ritlabs';
    font-size: inherit;
    text-rendering: auto;
    transform: translate(0, 0);
}

.icon-PRODUCTIVITYLAST:before,
.fa-cogs:before {
    content: "\e812";
}

.icon-ICONSNEWend_Book:before,
.fa-book:before {
    content: "\e900";
}

.icon-ICONSNEW_dowloadnew:before,
.fa-cloud-download:before {
    content: "\e810";
}

.icon-ICONSNEW_facebook:before,
.fa-facebook:before {
    content: "\e806";
}

.icon-ICONSNEW_Htmlnew:before,
.fa-html5:before,
.fa-shield:before {
    content: "\e802";
}

.icon-ICONSNEW_In:before,
.fa-linkedin:before {
    content: "\e80b";
}

.icon-ICONSNEW_PGP:before,
.fa-credit-card:before {
    content: "\e804";
}

.icon-ICONSNEW_rss:before,
.fa-rss:before {
    content: "\e807";
}

.icon-ICONSNEW_twitter:before,
.fa-twitter:before {
    content: "\e80d";
}

.icon-ritlabs_arrowleft:before,
.fa-angle-left:before {
    content: "\e800";
}

.icon-ritlabs_arrowright:before,
.fa-angle-right:before {
    content: "\e801";
}

.icon-ritlabs_check:before {
    content: "\e803";
}

.icon-ritlabs_down:before,
.fa-caret-down:before {
    content: "\e805";
}

.icon-ritlabs_filetext:before,
.fa-file-text-o:before {
    content: "\e808";
}

.icon-ritlabs_file:before,
.fa-file:before {
    content: "\e809";
}

.icon-ritlabs_filter:before,
.fa-filter:before {
    content: "\e80a";
}

.icon-ritlabs_info:before,
.fa-info-circle:before {
    content: "\e80c";
}

.icon-ritlabs_menu:before,
.fa-bars:before {
    content: "\e80e";
}

.icon-ritlabs_search:before,
.fa-search:before {
    content: "\e80f";
}

/* fonts.css */

/* cyrillic-ext */
@font-face {
    font-family: 'Open Sans Condensed';
    font-style: normal;
    font-weight: 300;
    src: local('Open Sans Cond Light'), local('OpenSans-CondensedLight'),
    url(fonts/Open-Sans-Condensed-300.woff2) format('woff2'),
    url(fonts/Open-Sans-Condensed-300.woff) format('woff');
}

/* cyrillic-ext */
@font-face {
    font-family: 'Open Sans Condensed';
    font-style: normal;
    font-weight: 700;
    src: local('Open Sans Condensed Bold'), local('OpenSans-CondensedBold'),
    url(fonts/Open-Sans-Condensed-700.woff2) format('woff2'),
    url(fonts/Open-Sans-Condensed-700.woff) format('woff');
}

/* cyrillic-ext */
@font-face {
    font-family: 'Open Sans Condensed';
    font-style: italic;
    font-weight: 300;
    src: local('Open Sans Cond Light Italic'), local('OpenSans-CondensedLightItalic'),
    url(fonts/Open-Sans-Condensed-300-italic.woff2) format('woff2'),
    url(fonts/Open-Sans-Condensed-300-italic.woff) format('woff');
}

/* cyrillic-ext */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 100;
    src: local('Roboto Thin'), local('Roboto-Thin'),
    url(fonts/Roboto-100.woff2) format('woff2'),
    url(fonts/Roboto-100.woff) format('woff');
}

/* cyrillic-ext */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    src: local('Roboto Light'), local('Roboto-Light'),
    url(fonts/Roboto-300.woff2) format('woff2'),
    url(fonts/Roboto-300.woff) format('woff');
}

/* cyrillic-ext */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: local('Roboto'), local('Roboto-Regular'),
    url(fonts/Roboto-400.woff2) format('woff2'),
    url(fonts/Roboto-400.woff) format('woff');
}

/* cyrillic-ext */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: local('Roboto Bold'), local('Roboto-Bold'),
    url(fonts/Roboto-700.woff2) format('woff2'),
    url(fonts/Roboto-700.woff) format('woff');
}

/* cyrillic-ext */
@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 400;
    src: local('Roboto Italic'), local('Roboto-Italic'),
    url(fonts/Roboto-400-italic.woff2) format('woff2'),
    url(fonts/Roboto-400-italic.woff) format('woff');
}

/* Ritlabs custom styles */

.ritlabs_separator {
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    font-weight: 700;
    line-height: 70px;
}

.bat_bottom_menu_line {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    text-align: center;
    margin-bottom: 25px
}

.news-date-time-revision-history {
    color: #486DAA;
    margin-top: 15px;
    margin-bottom: 25px;
}

.archive-column-software {
    border-left: 1px #dbddd0 solid;
}

.archive-column-version {
}

.archive-column-date {
    text-align: right;
}

.archive-column-size {
    text-align: right;
}

.archive-column-file {
    border-right: 1px #dbddd0 solid;
}

.archive-column {
    border-bottom: 1px #dbddd0 solid;
    padding: 5px 15px 5px 15px;
}

.archive-column-header {
    background-color: #dbddd0;
}

.archive-table {
    font-size: 12px;
}

.image-margins {
    margin-top: 2em;
    margin-bottom: 3em;
}

.aligned-paragraph {
    text-align: justify;
    hyphens: auto;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
}

.uregdn, .uregdn input, .uregdn label {
    display: none;
}

main {
    display: block;
}

/**
 * Styles added during the last update 2019.09.02
 */
.news-box {
    justify-content: space-between;
}

.news-box .col-xs-4, .news-box .col-lg-4 {
    max-width: 30% !important;
}

.news-box .col-xs-8, .news-box .col-lg-8 {
    max-width: 60% !important;
}

.login-box {
    justify-content: center;
    display: flex;
}

.help-section h2 {
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 30px;
}

.mission-center {
    justify-content: center;
}

.mission-center h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}

header .carousel-indicators {
    bottom: -23px !important;
}

.bat.features .row {
    justify-content: space-between;
}

.bat.features .row .content {
    max-width: 70% !important;
}
.bat.features .row aside
{
    max-width: 25% !important;
}

.news-box {justify-content: start;}
.news .news-box .col-xs-9 {width: 76%;}
.news-box .col-xs-4, .news .news-box .col-xs-3 {margin-right: 25px;}


/* end */