.img-rounded {
    border-radius: 6px
}

.img-thumbnail {
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto
}

.img-circle {
    border-radius: 50%
}

table {
    background-color: transparent
}

caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #777;
    text-align: left
}

th {
    text-align: left
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd
}

.table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd
}

.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
    border-top: 0
}

.table > tbody + tbody {
    border-top: 2px solid #ddd
}

.table .table {
    background-color: #fff
}

.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
    padding: 5px
}

.table-bordered {
    border: 1px solid #ddd
}

.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
    border: 1px solid #ddd
}

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
    border-bottom-width: 2px
}

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #f9f9f9
}

.table-hover > tbody > tr:hover {
    background-color: #f5f5f5
}

table col[class*="col-"] {
    position: static;
    float: none;
    display: table-column
}

table td[class*="col-"],
table th[class*="col-"] {
    position: static;
    float: none;
    display: table-cell
}

.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
    background-color: #f5f5f5
}

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
    background-color: #e8e8e8
}

.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
    background-color: #dff0d8
}

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
    background-color: #d0e9c6
}

.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
    background-color: #d9edf7
}

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
    background-color: #c4e3f3
}

.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
    background-color: #fcf8e3
}

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
    background-color: #faf2cc
}

.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
    background-color: #f2dede
}

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
    background-color: #ebcccc
}

.table-responsive {
    overflow-x: auto;
    min-height: 0.01%
}
.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.btn:hover,
.btn:focus,
.btn.focus {
    color: #333;
    text-decoration: none
}

.btn:active,
.btn.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125)
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    cursor: not-allowed;
    opacity: .65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none
}

a.btn.disabled,
fieldset[disabled] a.btn {
    pointer-events: none
}

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc
}

.btn-default:focus,
.btn-default.focus {
    color: #333;
    background-color: #e6e6e6;
    border-color: #8c8c8c
}

.btn-default:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad
}

.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad
}

.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
    color: #333;
    background-color: #d4d4d4;
    border-color: #8c8c8c
}

.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
    background-image: none
}

.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
    background-color: #fff;
    border-color: #ccc
}

.btn-default .badge {
    color: #fff;
    background-color: #333
}

.btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4
}

.btn-primary:focus,
.btn-primary.focus {
    color: #fff;
    background-color: #286090;
    border-color: #122b40
}

.btn-primary:hover {
    color: #fff;
    background-color: #286090;
    border-color: #204d74
}

.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #286090;
    border-color: #204d74
}

.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
    color: #fff;
    background-color: #204d74;
    border-color: #122b40
}

.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
    background-image: none
}

.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
    background-color: #337ab7;
    border-color: #2e6da4
}

.btn-primary .badge {
    color: #337ab7;
    background-color: #fff
}

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c
}

.btn-success:focus,
.btn-success.focus {
    color: #fff;
    background-color: #449d44;
    border-color: #255625
}

.btn-success:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #398439
}

.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
    color: #fff;
    background-color: #449d44;
    border-color: #398439
}

.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
    color: #fff;
    background-color: #398439;
    border-color: #255625
}

.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
    background-image: none
}

.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
    background-color: #5cb85c;
    border-color: #4cae4c
}

.btn-success .badge {
    color: #5cb85c;
    background-color: #fff
}

.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da
}

.btn-info:focus,
.btn-info.focus {
    color: #fff;
    background-color: #31b0d5;
    border-color: #1b6d85
}

.btn-info:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc
}

.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc
}

.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
    color: #fff;
    background-color: #269abc;
    border-color: #1b6d85
}

.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
    background-image: none
}

.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus {
    background-color: #5bc0de;
    border-color: #46b8da
}

.btn-info .badge {
    color: #5bc0de;
    background-color: #fff
}

.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236
}

.btn-warning:focus,
.btn-warning.focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #985f0d
}

.btn-warning:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512
}

.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512
}

.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
    color: #fff;
    background-color: #d58512;
    border-color: #985f0d
}

.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
    background-image: none
}

.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus {
    background-color: #f0ad4e;
    border-color: #eea236
}

.btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff
}

.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a
}

.btn-danger:focus,
.btn-danger.focus {
    color: #fff;
    background-color: #c9302c;
    border-color: #761c19
}

.btn-danger:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925
}

.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925
}

.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
    color: #fff;
    background-color: #ac2925;
    border-color: #761c19
}

.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
    background-image: none
}

.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus {
    background-color: #d9534f;
    border-color: #d43f3a
}

.btn-danger .badge {
    color: #d9534f;
    background-color: #fff
}

.btn-link {
    color: #337ab7;
    font-weight: normal;
    border-radius: 0
}

.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
    border-color: transparent
}

.btn-link:hover,
.btn-link:focus {
    color: #23527c;
    text-decoration: underline;
    background-color: transparent
}

.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
    color: #777;
    text-decoration: none
}

.btn-lg,
.btn-group-lg > .btn {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px
}

.btn-sm,
.btn-group-sm > .btn {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.btn-xs,
.btn-group-xs > .btn {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.btn-block {
    display: block;
    width: 100%
}

.btn-block + .btn-block {
    margin-top: 5px
}


.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    transition: opacity .15s linear
}

.fade.in {
    opacity: 1
}

.collapse {
    display: none
}

.collapse.in {
    display: block
}

tr.collapse.in {
    display: table-row
}

tbody.collapse.in {
    display: table-row-group
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-property: height, visibility;
    transition-property: height, visibility;
    -webkit-transition-duration: .35s;
    transition-duration: .35s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid \9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent
}

.dropup,
.dropdown {
    position: relative
}

.dropdown-toggle:focus {
    outline: 0
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    text-align: left;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box
}

.dropdown-menu.pull-right {
    right: 0;
    left: auto
}

.dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5
}

.dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
    text-decoration: none;
    color: #262626;
    background-color: #f5f5f5
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    background-color: #337ab7
}

.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
    color: #777
}

.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
    text-decoration: none;
    background-color: transparent;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    cursor: not-allowed
}

.open > .dropdown-menu {
    display: block
}

.open > a {
    outline: 0
}

.dropdown-menu-right {
    left: auto;
    right: 0
}

.dropdown-menu-left {
    left: 0;
    right: auto
}

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #777;
    white-space: nowrap
}

.dropdown-backdrop {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 990
}

.pull-right > .dropdown-menu {
    right: 0;
    left: auto
}

.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px
}

.breadcrumb > li {
    display: inline-block
}

.breadcrumb > li + li:before {
    content: "/\00a0";
    padding: 0 5px;
    color: #ccc
}

.breadcrumb > .active {
    color: #777
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px
}

.pagination > li {
    display: inline
}

.pagination > li > a,
.pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857143;
    text-decoration: none;
    color: #337ab7;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-left: -1px
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
    margin-left: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
    z-index: 2;
    color: #23527c;
    background-color: #eee;
    border-color: #ddd
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    z-index: 3;
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
    cursor: default
}

.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
    color: #777;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed
}

.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-bottom-left-radius: 6px;
    border-top-left-radius: 6px
}

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
    border-bottom-right-radius: 6px;
    border-top-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-bottom-left-radius: 3px;
    border-top-left-radius: 3px
}

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px
}

.pager {
    padding-left: 0;
    margin: 20px 0;
    list-style: none;
    text-align: center
}

.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;
    background-color: #fff;
    cursor: not-allowed
}

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: bold;
    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: bold;
    color: #fff;
    line-height: 1;
    vertical-align: middle;
    white-space: nowrap;
    text-align: center;
    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
}

.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;
    transition: border .2s ease-in-out
}

.thumbnail > img,
.thumbnail a > img {
    margin-left: auto;
    margin-right: auto
}

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
    border-color: #337ab7
}

.thumbnail .caption {
    padding: 9px;
    color: #333
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px
}

.alert h4 {
    margin-top: 0;
    color: inherit
}

.alert .alert-link {
    font-weight: bold
}

.alert > p,
.alert > ul {
    margin-bottom: 0
}

.alert > p + p {
    margin-top: 5px
}

.alert-dismissable,
.alert-dismissible {
    padding-right: 35px
}

.alert-dismissable .close,
.alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit
}

.alert-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d
}

.alert-success hr {
    border-top-color: #c9e2b3
}

.alert-success .alert-link {
    color: #2b542c
}

.alert-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #31708f
}

.alert-info hr {
    border-top-color: #a6e1ec
}

.alert-info .alert-link {
    color: #245269
}

.alert-warning {
    background-color: #fcf8e3;
    border-color: #faebcc;
    color: #8a6d3b
}

.alert-warning hr {
    border-top-color: #f7e1b5
}

.alert-warning .alert-link {
    color: #66512c
}

.alert-danger {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442
}

.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
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }
    to {
        background-position: 0 0
    }
}

.progress {
    overflow: hidden;
    height: 20px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 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, 0.15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    -webkit-transition: width .6s ease;
    transition: width .6s ease
}

.progress-striped .progress-bar,
.progress-bar-striped {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: 40px 40px
}

.progress.active .progress-bar,
.progress-bar.active {
    -webkit-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: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent)
}

.progress-bar-info {
    background-color: #5bc0de
}

.progress-striped .progress-bar-info {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent)
}

.progress-bar-warning {
    background-color: #f0ad4e
}

.progress-striped .progress-bar-warning {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent)
}

.progress-bar-danger {
    background-color: #d9534f
}

.progress-striped .progress-bar-danger {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent)
}

.media {
    margin-top: 15px
}

.media:first-child {
    margin-top: 0
}

.media,
.media-body {
    zoom: 1;
    overflow: hidden
}

.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 {
    margin-bottom: 20px;
    padding-left: 0
}

.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-right-radius: 4px;
    border-top-left-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 {
    text-decoration: none;
    color: #555;
    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 {
    background-color: #eee;
    color: #777;
    cursor: not-allowed
}

.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, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05)
}

.panel-body {
    padding: 15px
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px
}

.panel-heading > .dropdown .dropdown-toggle {
    color: inherit
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit
}

.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
    color: inherit
}

.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel > .list-group,
.panel > .panel-collapse > .list-group {
    margin-bottom: 0
}

.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0
}

.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-right-radius: 3px;
    border-top-left-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-right-radius: 0;
    border-top-left-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-left: 15px;
    padding-right: 15px
}

.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
    border-top-right-radius: 3px;
    border-top-left-radius: 3px
}

.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
    border-top-left-radius: 3px
}

.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
    border-top-right-radius: 3px
}

.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
    border-bottom-left-radius: 3px;
    border-bottom-right-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 {
    border: 0;
    margin-bottom: 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;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0
}

.embed-responsive-16by9 {
    padding-bottom: 56.25%
}

.embed-responsive-4by3 {
    padding-bottom: 75%
}

.modal-open {
    overflow: hidden
}

.modal {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0
}

.modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    -webkit-transition: -webkit-transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out
}

.modal.in .modal-dialog {
    -webkit-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;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    background-clip: padding-box;
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000
}

.modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0)
}

.modal-backdrop.in {
    opacity: .5;
    filter: alpha(opacity=50)
}

.modal-header {
    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-left: 5px;
    margin-bottom: 0
}

.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, 0.5);
        box-shadow: 0 5px 15px rgba(0, 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-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.42857143;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    font-size: 12px;
    opacity: 0;
    filter: alpha(opacity=0)
}

.tooltip.in {
    opacity: .9;
    filter: alpha(opacity=90)
}

.tooltip.top {
    margin-top: -3px;
    padding: 5px 0
}

.tooltip.right {
    margin-left: 3px;
    padding: 0 5px
}

.tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0
}

.tooltip.left {
    margin-left: -3px;
    padding: 0 5px
}

.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 {
    bottom: 0;
    right: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    left: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.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-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.42857143;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    font-size: 14px;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2)
}

.popover.top {
    margin-top: -10px
}

.popover.right {
    margin-left: 10px
}

.popover.bottom {
    margin-top: 10px
}

.popover.left {
    margin-left: -10px
}

.popover-title {
    margin: 0;
    padding: 8px 14px;
    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 {
    border-width: 10px;
    content: ""
}

.popover.top > .arrow {
    left: 50%;
    margin-left: -11px;
    border-bottom-width: 0;
    border-top-color: #999;
    border-top-color: rgba(0, 0, 0, 0.25);
    bottom: -11px
}

.popover.top > .arrow:after {
    content: " ";
    bottom: 1px;
    margin-left: -10px;
    border-bottom-width: 0;
    border-top-color: #fff
}

.popover.right > .arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-left-width: 0;
    border-right-color: #999;
    border-right-color: rgba(0, 0, 0, 0.25)
}

.popover.right > .arrow:after {
    content: " ";
    left: 1px;
    bottom: -10px;
    border-left-width: 0;
    border-right-color: #fff
}

.popover.bottom > .arrow {
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999;
    border-bottom-color: rgba(0, 0, 0, 0.25);
    top: -11px
}

.popover.bottom > .arrow:after {
    content: " ";
    top: 1px;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: #fff
}

.popover.left > .arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999;
    border-left-color: rgba(0, 0, 0, 0.25)
}

.popover.left > .arrow:after {
    content: " ";
    right: 1px;
    border-right-width: 0;
    border-left-color: #fff;
    bottom: -10px
}


.btn-about,
.btn-casestudy,
.btn-request-call,
.newsletter-subscription > button,
.social > a {
    -webkit-transition: .3s ease-in;
    transition: .3s ease-in
}


.screen-first,
section {
    background-position: center
}

section {
    float: left;
    background-size: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.screen-first {
    background-size: cover;
    background-repeat: no-repeat
}

.welcome-title {
    font-size: 3.5em;
    color: #fff;
    font-family: 'Gotham Pro Medium'
}

.welcome-title > small {
    font-size: 32px;
    font-family: 'Gotham Pro Light';
    display: block
}

.about-title,
.search-block > h2 {
    font-family: 'Gotham Pro Regular'
}

.welcome-title > span {
    color: #ffb300
}

.search-block {
    max-width: 850px;
    margin: 0;
    background: #e5e5e5;
    border-radius: 4px;
    padding: 0 10px;
    height: 70px;
    line-height: 70px
}

.search-block > h2 {
    display: inline;
    margin: 0;
    font-size: 23px;
    color: #020f26
}

.search-block > .microphone-icon,
.search-block > .search-icon {
    top: 0;
    width: 50px;
    height: 70px;
    line-height: 70px;
    font-size: 2.5em;
    text-align: center;
    position: absolute
}

.search-block > h2 > span {
    color: #f19900
}

.search-block > .microphone-icon {
    right: 50px;
    color: #6f6f6f
}

.search-block > .search-icon {
    right: 0;
    color: #2b79ec
}

.typed-cursor {
    opacity: 1;
    -webkit-animation: blink .7s infinite;
    animation: blink .7s infinite
}

@keyframes blink {
    0%,
    100% {
        opacity: 1
    }

    50% {
        opacity: 0
    }
}

@-webkit-keyframes blink {
    0%,
    100% {
        opacity: 1
    }

    50% {
        opacity: 0
    }
}

.ift-services-wrapper {
    width: 100%;
    float: left;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #fff;
    padding: 15px 0;
    z-index: 1
}

.ift-services {
    padding: 0;
    text-align: center;
    max-width: 95%;
    margin: 0 auto
}

.ift-services .ift-inner {
    padding: 0 2px;
    text-align: center;
    display: inline-block;
    vertical-align: middle
}

.ift-services .smaller {
    min-width: 80px;
    padding: 0 3px
}

.ift-services .smallerEnd {
    margin-right: 20px
}

.ift-services .smaller > img {
    max-width: 50%;
    height: auto
}

.ift-services .ift-inner > span {
    display: block;
    font-size: 12px
}

.ift-services .ift-inner > img {
    margin: 0 auto;
    display: block
}

.center-v {
    margin-top: -105px
}

.screen-second {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat
}

.about-title {
    font-size: 40px;
    color: #fff;
    text-align: center
}

.about-title > strong {
    font-family: 'Gotham Pro Medium'
}

.about-content {
    font-size: 26px;
    line-height: normal;
    color: #e0e0e0;
    font-family: 'Gotham Pro Regular';
    text-align: center
}

.btn-about,
.btn-about:hover {
    border: 1px solid #ffb300;
    color: #fff
}

.about-action {
    text-align: center
}

.btn-about {
    background-color: #ffb300;
    font-family: 'Gotham Pro Medium';
    font-size: 20px;
    padding: 8px 16px
}

.btn-about:hover {
    background-color: transparent
}

.download-wrapper {
    width: 100%;
    height: 210px;
    background-size: cover;
    position: absolute;
    left: 0;
    bottom: 0
}

.book-info {
    max-width: 540px;
    margin: 0 auto;
    font-size: 18px;
    color: #aaa;
    font-family: 'Gotham Pro Regular'
}

.btn-casestudy,
.case-study-title,
.case-study-top > h1 {
    font-family: 'Gotham Pro Medium'
}

.book-info > img {
    max-width: 150px;
    height: auto;
    float: left;
    margin: 0 20px 0 0
}

.left-aligned {
    text-align: left
}

.download-text {
    padding: 30px 0 0;
    color: #fff
}

.screen-third {
    background-color: #e5e5e5;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 40px 0 60px
}

.case-studies-wrapper {
    float: left;
    width: 100%;
    margin: 0 -10px
}

.case-studies-wrapper > div > div {
    padding: 15px 0
}

.case-study-title {
    font-size: 40px;
    margin: 0 0 10px
}

.case-study {
    float: left;
    min-height: 600px;
    background: #f1f1f1;
    border-top: 5px solid #2b79ec;
    margin: 0 10px;
    -webkit-box-shadow: 0 -1px 7px 2px rgba(0, 0, 0, .2);
    box-shadow: 0 -1px 7px 2px rgba(0, 0, 0, .2)
}

.btn-casestudy {
    background-color: #ffb300;
    border: 1px solid #ffb300;
    font-size: 14px;
    color: #fff;
    padding: 8px 16px
}

.btn-casestudy:hover {
    background-color: #2b79ec;
    border: 1px solid #2b79ec;
    color: #fff
}

.case-study-top {
    float: left;
    width: 100%;
    background: #f1f1f1;
    padding: 10px 20px 25px;
    min-height: 420px;
    position: relative
}

.case-study-top > h1 {
    font-size: 24px;
    color: #333;
    line-height: normal;
    margin: 0 0 15px
}

.case-study-top > p {
    font-size: 14px;
    font-family: 'Gotham Pro Regular';
    margin: 25px 0;
    text-align: left;
    line-height: 21px
}

.abs-bot {
    position: absolute;
    left: 20px;
    bottom: 20px
}

.case-study-mid {
    float: left;
    width: 100%;
    background: #dbdada
}

.case-study-mid > .img-block {
    float: left;
    width: 30%;
    position: relative
}

.case-study-mid > .img-block > .img-circle {
    border-radius: 50%;
    width: 100px;
    height: 100px;
    padding: 5px;
    border: 4px solid #ffb300;
    overflow: hidden;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: -25px
}

.case-study-mid > .img-block > .img-circle > img {
    border-radius: 50%
}

.case-study-mid > .content-block {
    float: right;
    width: 70%;
    padding: 5px;
    min-height: 200px
}

.case-study-mid > .content-block > h2 {
    font-size: 24px;
    color: #333;
    font-family: 'Gotham Pro Medium';
    line-height: normal;
    margin: 10px 0 0
}

.case-study-mid > .content-block > h3 {
    font-size: 14px;
    color: #2b79ec;
    font-family: 'Gotham Pro Light';
    line-height: normal;
    margin: 5px 0 10px
}

.case-study-mid > .content-block > p {
    font-size: 13px;
    font-family: 'Gotham Pro Regular'
}

.case-study-footer {
    float: left;
    width: 100%;
    background: #c2c2c2
}

.case-study-footer > .blocks {
    width: 33.3333%;
    float: left;
    padding: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative
}

.case-study-footer > .blocks:after {
    content: "";
    width: 2px;
    height: 40%;
    position: absolute;
    right: 0;
    background: #2b79ec;
    top: 35%
}

.featured-article,
.posrel {
    position: relative
}

.case-study-footer > .blocks:nth-child(2):after {
    right: 0
}

.case-study-footer > .blocks:last-child:after {
    display: none
}

.case-study-footer > .blocks > strong {
    color: #333;
    font-family: 'Gotham Pro Bold';
    font-size: 28px;
    display: block;
    text-align: center;
    margin: 0 0 5px
}

.case-study-footer > .blocks > span {
    color: #333;
    font-family: 'Gotham Pro Regular';
    font-size: 11px;
    display: block;
    text-align: center;
    line-height: normal
}

.screen-fourth {
    padding: 40px 0 60px;
    background-image: url(../images/screen-four-bg.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 400px
}

.seal-badges {
    float: left;
    width: 100%;
    text-align: center;
    padding: 20px 0
}

.seal-badges > img {
    width: auto;
    height: 65px
}

.copyright-wrapper,
.cta-block,
.footer-link,
footer {
    width: 100%;
    float: left
}

.cta-block {
    text-align: center
}

.cta-block > h4 {
    font-size: 36px;
    font-family: 'Gotham Pro Medium';
    color: #fff;
    margin: 10px 0 0
}

.cta-block > p {
    font-size: 24px;
    font-family: 'Gotham Pro Regular';
    color: #fff;
    margin: 10px 0 20px
}

.btn-request-call {
    background-color: #ffb300;
    font-family: 'Gotham Pro Medium';
    font-size: 18px;
    color: #fff;
    padding: 12px 30px
}

.copyright-wrapper,
.footer-link > ul > li > a,
.newsletter-subscription > h5 {
    font-family: 'Gotham Pro Regular';
    font-size: 14px
}

.btn-request-call:hover {
    background-color: #2b79ec;
    color: #fff;
    -webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, .5);
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, .5)
}

footer {
    padding: 30px 0 0;
    background: #131940
}

.footer-link-mob {
    display: none
}

.copyright-wrapper {
    padding: 15px 0;
    color: #838383;
    text-align: center;
    background: #1c1c1c
}

.footer-link {
    padding: 0 0 25px
}

.footer-link > ul {
    padding: 0;
    margin: 0 30px 0 0;
    width: 25%;
    float: left
}

.footer-link > ul > li > a {
    text-decoration: none;
    color: #c2c2c2;
    display: block;
    padding: 5px 0
}

.footer-link > ul > li > a:hover {
    color: #fff
}

.newsletter-subscription {
    float: left;
    width: 100%
}

.newsletter-subscription > h5 {
    color: #dbdbdb;
    margin: 8px 0 0
}

.newsletter-subscription > h6 {
    color: #ffb300;
    font-family: 'Gotham Pro Medium';
    font-size: 16px;
    margin: 5px 0 10px
}

.newsletter-subscription > input {
    font-size: 14px;
    font-family: 'Gotham Pro Regular';
    padding: 5px 10px;
    display: block;
    margin: 0 0 10px;
    height: 40px;
    line-height: 40px;
    border-radius: 2px;
    border: 0;
    width: 90%
}

.callus,
.newsletter-subscription > button {
    font-family: 'Gotham Pro Medium'
}

.newsletter-subscription > button {
    font-size: 14px;
    padding: 5px 25px;
    height: 40px;
    border-radius: 2px;
    border: 0;
    background: #4285f4;
    color: #fff
}

.newsletter-subscription > button:hover {
    background: #ffb300;
    color: #fff
}

.social-media {
    float: left;
    width: 100%;
    color: #ffb300;
    font-size: 16px;
    padding: 5px 0 20px
}

.social {
    display: inline-block;
    margin: 0 10px 0 0
}

.callus > span,
.currency-gbp,
.social > a {
    display: block
}

.social:nth-child(1) {
    margin-left: 10px
}

.social > a {
    color: #b2b2b2;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    border: 1px solid #b2b2b2;
    font-size: 16px;
    text-align: center
}

.blog-sub-title,
.callus,
.callus > span {
    line-height: normal
}

.social > a:hover {
    background: #fff;
    color: #303030;
    border-color: #fff
}

.footer-logo {
    max-width: 250px;
    height: auto
}

.pad-top-bot {
    padding-bottom: 20px;
    padding-top: 10px
}

.small-icon {
    width: 35px;
    height: auto;
    float: left;
    margin: 0 10px 0 0
}

.callus {
    float: left;
    color: #ffb300;
    font-size: 16px
}

.callus > a {
    color: #ffb300;
    text-decoration: none
}

.callus > span {
    font-size: 13px;
    text-transform: uppercase;
    font-family: 'Gotham Pro Regular'
}

.title-aboutus {
    background-size: cover;
    width: 100%;
    float: left;
    padding: 35px 0;
    font-weight: 500;
    text-align: center
}

.marketing-blog,
.marketing-section {
}

.title-aboutus > h2 {
    font-size: 38px;
    color: #fff;
    margin: 0
}

.featured-article {
    margin-bottom: 1em
}

.white-paper-btn {
    padding: 15% 0
}

.back-color {
    background-color: #d9d8d8;
    padding: 50px 0;
    float: left;
    width: 100%
}

.front-color {
    background-color: #fff
}

.right-blog {
    background-color: #1e71eb;
    padding-bottom: 5px;
    height: 270px
}

.blog-sub-title {
    color: #fff;
    font-weight: 700;
    font-size: 30px
}

.blog-text {
    color: #fff
}

.form-height {
    height: 50px
}

.categories-blog {
    background-color: #f0f0f0;
    padding-bottom: 10%;
    margin-top: 5%
}

.categories-title {
    color: #333;
    font-weight: 700
}

.blog-list {
    font-weight: 700;
    line-height: 35px;
    padding-left: 0
}

.marketing-blog {
    margin-top: 5%;
    padding-bottom: 4%
}

.contact-submit {
    display: block;
    float: none;
    width: auto!important;
    margin: 0 0 0 15px;
    min-width: 190px
}

.comment,
.currency-color,
.db-pricing-seven > ul,
.package,
.package-icon,
.package-includes,
.package-price,
.package-title-small {
    float: left;
    width: 100%
}

.comment {
    background-color: #1e71eb;
    padding: 20px 0
}

.comment-heading {
    text-align: center;
    color: #1d1d1d
}

.clear {
    clear: both
}

.download-blog {
    color: #ec971f!important;
    font-size: 16px;
    font-weight: 700;
    margin: 0
}

.download-blog-text {
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    margin: 0;
    line-height: normal
}

.date,
.date-text,
.package,
.package-price,
h1.font-size {
    font-weight: 700
}

.btn-group-lg > .btn,
.btn-lg {
    padding: 8px 16px!important;
    font-size: 16px!important;
    border-radius: 4px!important
}

.integger-sec {
    padding-top: 15%
}

.request-blog {
    margin-top: 5%;
    padding-bottom: 4%;
}

.request-abt {
    margin-top: 0;
    padding-bottom: 4%;
}

.date-align-menu {
    padding: 4% 0 1%
}

.hobspot {
    padding-top: 4%
}

.left-blog {
    padding: 5% 0 34% 2%;
    margin-bottom: 4%
}

.contact-form {
    margin-top: 15px
}

.contact-form .textarea {
    min-height: 140px;
    resize: none
}

.form-control {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #eee;
    height: 49px
}

.form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #00b09c
}

.form-control-feedback {
    line-height: 50px;
    top: 0
}

.main-btn {
    background: #00b09c;
    border-color: #00b09c;
    color: #fff
}

.main-btn:hover {
    background: #00a491;
    color: #fff
}



.comment-wall {
    min-height: 20px;
    padding: 19px
}

.no-gutter {
    padding-left: 0;
    padding-right: 0
}

.date-content {
    line-height: 25px;
    padding: 12% 0 4%
}


.list-item {
    border-top: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
    padding-top: 1%
}

p.font {
    margin-top: 2%;
    line-height: 23px
}

.text-color {
    color: #2b79ec
}

.blog-list-border {
    border-top: 10px solid #ffb300
}

.blog-list-border2 {
    border-top: 10px solid #2b79ec;
    margin: 2% 0
}

.date {
    font-size: 220%;
    color: #5a5b5f
}

.date-text {
    letter-spacing: 4px
}

.date-border {
    border: 5px solid #dcdcdc
}

.date-align {
    margin: 5px 0
}

.blog-listing-top {
    padding: 6% 0
}

.package-bg-color {
    background-color: #1e71eb
}

.package-heading {
    color: #ffb300
}

.request-quote-bg {
    background-color: #dddde1
}

.db-pricing-seven {
    margin-bottom: 30px;
    margin-top: 30px;
    text-align: center;
    border: 1px solid #4b4b4b;
    background-color: #fff
}

.price-col1 {
    border-color: #4b4b4b
}

.price-col2 {
    border-color: #ffb300
}

.price-col3 {
    border-color: #4b4b4b
}

.package {
    text-align: center;
    color: #fff;
    padding: 15px;
    font-family: "Gotham Pro Bold"
}

.package1 {
    background: #4b4b4b
}

.package2 {
    background: #ffb300
}

.package3 {
    background: #4b4b4b
}

.package-title-small {
    font-size: 18px;
    padding: 5px 0 0
}

.package-title-small > span {
    font-family: "Gotham Pro Regular";
    font-size: 14px
}

.package-price {
    font-size: 42px;
    line-height: 40px
}

.currency-euro,
.currency-usd {
    display: none
}

.package-includes {
    font-size: 16px;
    padding: 5px 0 0
}

.currency-selector {
    padding: 6px 14px;
    border: 1px solid #fff;
    font-weight: 700;
    color: #fff;
    font-size: 16px;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    margin: 5px 5px 0 0;
    text-decoration: none;
    border-radius: 4px
}

.currency-selector.on,
.currency-selector:hover {
    background: #fff;
    color: #1748b6;
    text-decoration: none
}

.price1,
.price1:hover {
    background-color: #4b4b4b
}

.price1,
.price2 {
    color: #fff
}

.db-pricing-seven:hover {
    margin-top: epx;
    -webkit-transition: margin-top .25s ease 0s;
    transition: margin-top .25s ease 0s
}

.db-pricing-seven > ul {
    margin: 0;
    text-align: center;
    padding-left: 0
}

.price1,
.price2,
.price3 {
    margin: 15px 0 0
}

.db-pricing-seven > ul > li {
    border-bottom: solid 1px #D8D8D8;
    padding-top: 13px;
    padding-bottom: 13px;
    cursor: pointer;
    text-transform: uppercase
}

.db-pricing-seven > ul > li.price {
    padding: 40px 20px 20px;
    font-size: 20px;
    font-weight: 900
}

.db-pricing-seven ul li.price i {
    padding: 30px;
    font-size: 50px;
    display: block
}

.db-pricing-seven .pricing-footer {
    padding: 20px
}

.price1:hover {
    color: #fff
}

.price2,
.price2:hover {
    background-color: #ffb300
}

.price2:hover {
    color: #fff
}

.price3,
.price3:hover {
    background-color: #1748b6;
    color: #fff
}

.form-content {
    font-size: 15px!important;
    line-height: 26px!important
}

.btn-info2 {
    color: #fff;
    background-color: #1e71eb;
    border-color: #fff
}

.currency-color {
    color: #fff;
    display: block;
    font-size: 18px;
    margin: 0 0 20px
}

.subscribe-blog {
    height: 270px;
    background: #EBEBEB
}

.winner-banner {
    height: 270px
}

.winner-banner > img {
    height: 100%;
    width: auto
}

.subscribe-blog-right > p {
    font-size: 24px;
    margin: 25px 0 0;
    line-height: normal
}

@media (min-width: 320px) and (max-width:640px) {
    .subscribe-blog {
        padding-bottom: 13%
    }
}

@media (min-width: 641px) and (max-width:1199px) {
    .blog-button {
        padding-bottom: 4%
    }
}

.detail-right {
    background-color: #e7e7e7
}

.image-center {
    margin: 0 auto
}

.case-detail-image {
    width: 70px;
    border-radius: 60%;
    border: 3px solid #fbbc29;
    margin-top: 15%;
    padding: 1%
}

.border-hubspot,
.border-hubspot-right {
    border-bottom: 1px solid #b0871d
}

.case-small {
    color: #2b79ec
}

.case-img-title {
    color: #333
}

.case-text {
    color: #565656
}

.detail-lead {
    background-color: #fbfbfb
}

.border-top {
    border-top: 10px solid #2b79ec
}

.social-icon-image {
    height: 14px
}

.share-list {
    margin-bottom: 0
}

.detail-front-color {
    background-color: #f1f1f1;
    padding-bottom: 34.1%
}

#rcorners1 {
    border-radius: 0;
    background: #2b79ec;
    padding: 4px 13px;
    width: 35px;
    height: 30px;
    color: #fff;
    font-weight: 700;
    float: right
}

.right-side-padding {
    padding-bottom: 5%
}

.right-pad {
    padding-bottom: 1%
}

.left-side-padding {
    padding: 3.1%
}

.study-front-color {
    background-color: #f1f1f1
}

h1.font-style {
    font-size: 44px
}

.lead-text {
    margin: 17% 0
}

.vertical-line {
    padding-top: 110%
}

.lead-text2 {
    margin: 12.5% 0
}

.left-case-study {
    background-color: #d9d8d8;
    padding-top: 4%
}

.case-study-left {
    background-color: #d9d8d8;
    padding-top: 2%
}

.row-no-margin {
    margin-left: 0;
    margin-right: 0
}

.small-font {
    font-size: 9px
}

.method-para,
.services-title,
h3.font-size {
    font-size: 20px
}

.left-padding {
    padding-left: 0
}

.right-pddiing {
    padding-right: 0
}

.bottom-padding {
    padding-bottom: 3%
}

.lead-content {
    margin: 27% 0
}

.icon-color {
    color: #ec971f
}

.icon-padding {
    padding-right: 4%
}

.contact-left-side {
    background-color: #ebebeb;
    padding: 40px 0;
    min-height: 255px;
    font-size: 20px
}

.download-icon {
    width: 75px
}

.download-bottom-pad {
    padding-bottom: 10%
}

.partner {
    padding: 6% 1% 2% 8%
}

.sector-services {
    width: 125px;
    padding: 10px
}

.services-icon-caption {
    padding-bottom: 10px!important
}

.services-title {
    padding: 2%;
    color: #2b79ec;
    text-align: center;
    margin: 0
}

.screen-about {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat
}

.about-content-part {
    padding: 4%
}

.about-text {
    color: #fff;
    margin: 0 0 10px
}

.about-serve-section {
    background-color: #d9d8d8;
    padding: 0
}

.subscribe-blog-left {
    background-color: #fff;
    padding: 1% 0 0 6.1%;
    text-align: center;
    font-weight: 700
}

.subscribe-blog-right {
    padding: 1% 6.1% 0 0;
    text-align: center;
    font-weight: 700
}

.sector-list > .thumbnail {
    min-height: 185px;
    text-align: center
}

.navicon {
    display: none
}

.grey-area {
    background: #ebebeb;
    min-height: 400px
}

.method-para {
    color: #003471;
    line-height: normal
}

.method-text {
    color: #dbdbdb;
    font-size: 18px;
    line-height: normal
}

h3.cost,
small.color {
    color: #ffb300
}

h3.cost {
    font-size: 220%;
    font-weight: 700;
    margin-bottom: 0
}

h3.text,
p.method {
    color: #fff
}

.cost-bg {
    background-color: #0b4d93
}

.method-bg {
    padding: 40px 0 70px;
    float: left;
    width: 100%
}

.comment-headint {
    text-align: center;
    color: #fff;
    font-size: 28px;
    line-height: normal
}

.border-hub,
.border-hubspot {
    padding-bottom: 5%;
    text-align: right
}

h3.text {
    font-size: 32px;
    margin: 0
}

.hubspot-text {
    color: #2b79ec
}

.hubspot-heighlight {
    color: #ffb300;
    font-weight: 700
}

.hubspot-log {
    width: 100%;
    padding: 6% 18% 0 6%
}

.border-hub-right,
.border-hubspot-right {
    padding-bottom: 5%;
    text-align: left
}

.intellegent {
    padding: 50px 0 70px;
    float: left;
    width: 100%
}

.inteligent {
    color: #fff
}

.margin-bottom {
    margin-bottom: 20px!important
}

.inbound-bottom {
    margin-bottom: -1.3%
}

.wpcf7-form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s
}

.wpcf7-form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6)
}

.wpcf7-form-control::-moz-placeholder {
    color: #999;
    opacity: 1
}

.wpcf7-form-control:-ms-input-placeholder {
    color: #999
}

.wpcf7-form-control::-webkit-input-placeholder {
    color: #999
}

.wpcf7-form-control::-ms-expand {
    background-color: transparent;
    border: 0
}

.wpcf7-form-control[disabled],
.wpcf7-form-control[readonly],
fieldset[disabled] .wpcf7-form-control {
    background-color: #eee;
    opacity: 1
}

.wpcf7-form-control[disabled],
fieldset[disabled] .wpcf7-form-control {
    cursor: not-allowed
}

textarea.wpcf7-form-control {
    height: 90px
}

.wpcf7-submit {
    background: #ffb300;
    display: block;
    width: auto;
    margin: 0 auto;
    font-size: 16px;
    color: #fff
}

p > .wpcf7-submit {
    display: block;
    width: 60%;
    float: left;
    border: 0
}

@media screen and (max-width: 900px) {
    .navicon,
    .navicon > span {
        position: absolute;
        display: block
    }

    .navicon {
        width: 40px;
        height: 25px;
        right: 15px;
        top: 30px;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        -webkit-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
        cursor: pointer
    }

    .navicon > span {
        height: 3px;
        width: 100%;
        background: #fff;
        border-radius: 5px;
        opacity: 1;
        left: 0;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        -webkit-transition: .25s ease-in-out;
        transition: .25s ease-in-out
    }

    .navicon > span:nth-child(1) {
        top: 0
    }

    .navicon > span:nth-child(2) {
        top: 10px
    }

    .navicon > span:nth-child(3) {
        top: 20px
    }

    .navicon.open > span:nth-child(1) {
        top: 12px;
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg)
    }

    .navicon.open > span:nth-child(2) {
        opacity: 0;
        left: -60px
    }

    .navicon.open > span:nth-child(3) {
        top: 13px;
        -webkit-transform: rotate(-135deg);
        transform: rotate(-135deg)
    }

}

@media only screen and (max-width: 1367px) and (min-width:1024px) {
    .center-v {
        margin-top: -240px
    }
}

.request-call-about {
    font-size: 18px!important;
    padding: 10px 30px!important;
    height: auto!important
}

@media only screen and (max-width: 480px) and (min-width:300px) {
    .welcome-title {
        font-size: 2em;
        line-height: normal
    }

    .welcome-title > small {
        font-size: 16px
    }

   
    .search-block {
        height: 50px;
        line-height: 17px;
        padding: 8px 55px 0 10px;
        width: 95%
    }

    .search-block > h2 {
        font-size: 12px;
        letter-spacing: -1px;
    }

    .search-block > .microphone-icon,
    .search-block > .search-icon {
        width: 30px;
        line-height: 50px;
        font-size: 1.65em;
        height: 50px
    }

    .search-block > .microphone-icon {
        right: 30px
    }

    .ift-services .ift-inner > img {
        margin: 0;
        display: block
    }

    .ift-services .ift-inner > span {
        width: 65px
    }

    .center-v {
        margin-top: -215px
    }

    .about-title {
        font-size: 24px
    }

    .about-content {
        font-size: 16px
    }

    .book-info > img {
        max-width: 135px
    }

    .seal-badges > img {
        width: auto;
        height: 50px
    }

    .cta-block > h4 {
        font-size: 18px
    }

    .cta-block > p {
        font-size: 16px
    }

    .footer-link > ul {
        width: 100%
    }

    .mob-margin {
        margin-bottom: 10px
    }

    .winner-banner {
        height: auto
    }

    .winner-banner > img {
        height: auto;
        width: 100%
    }

    .currency-selector {
        display: block;
        float: left;
        width: 100%
    }

    .screen-third > .container {
        padding-left: 0;
        padding-right: 0
    }

    .btn-about {
        font-size: 14px;
        padding: 5px 10px
    }

    .book-info {
        padding: 0 0 0 15px
    }

    .download-text {
        font-size: 16px
    }

    .about-content-part > div > img {
        max-width: 160px;
        margin: 10px 0
    }

    .logo_block {
        margin: 0 0 10px
    }

    .hubspot-top {
        padding-left: 15px;
        padding-right: 15px
    }

    .cost-bg {
        padding-top: 3px;
        padding-bottom: 5px
    }

    .left-case-study,
    .package-bg-color {
        padding-top: 10px;
        float: left;
        width: 100%
    }

    h3.cost {
        margin-top: 6px
    }

    .package-bg-color {
        padding-bottom: 10px
    }

    .request-quote-bg {
        float: left;
        width: 100%
    }

    .case-study-left > div {
        float: left;
        width: 100%
    }

    .date {
        margin: 0
    }

    .case-study-title {
        font-size: 29px;
        margin: 0 0 10px 0;
        float: left;
        width: 100%;
        text-align: center;
    }

    .screen-third {
        display: block;
    }
}

@media only screen and (max-width: 800px) {
    .screen-third {
        display: block;
    }

    .screen-fourth {
        float: left;
        width: 100%;
        display: block;
    }

    .about-content-part {
        padding: 10px 0;
        float: left;
        width: 100%;
    }

    .package-bg-color {
        padding-left: 0;
        padding-right: 0;
    }
}
