html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

.page-wrapper, body {
    width: 100%;
    overflow-x: hidden
}

body {
    margin: 0;
    color: #616366;
    background-color: #fff;
    font-family: "Microsoft YaHei", Raleway, Helvetica, Arial, sans-serif;
    font-size: 15px;
    font-weight: 300;
    line-height: 25px;
    -webkit-font-feature-settings: "lnum";
    -ms-font-feature-settings: "lnum";
    -o-font-feature-settings: "lnum";
    font-feature-settings: "lnum"
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block
}

audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden], template {
    display: none
}

a {
    background-color: transparent;
    -webkit-transition: color ease-in .15s;
    transition: color ease-in .15s
}

a:active, a:hover {
    outline: 0
}

p {
    margin: 0 0 17px 0
}

p .zmdi {
    font-size: 17px
}

abbr[title] {
    border-bottom: 1px dotted
}

b, strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

h1 {
    margin: .67em 0;
    font-size: 2em
}

mark {
    color: #000;
    background: #ff0
}

small {
    font-size: 80%
}

sub, sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    height: 0;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

pre {
    overflow: auto
}

code, kbd, pre, samp {
    font-family: monospace, monospace;
    font-size: 1em
}

button, input, optgroup, select, textarea {
    margin: 0;
    font: inherit;
    color: inherit
}

button {
    overflow: visible
}

button, select {
    text-transform: none
}

select {
    color: transparent
}

button, html input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

input[type=email], input[type=password], input[type=search], input[type=text] {
    -webkit-appearance: none;
    -moz-appearance: none
}

button[disabled], html input[disabled] {
    cursor: default
}

button::-moz-focus-inner, input::-moz-focus-inner {
    padding: 0;
    border: 0
}

input {
    line-height: normal
}

input[type=checkbox], input[type=radio] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
    height: auto
}

input[type=search] {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-appearance: textfield
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

fieldset {
    padding: .35em .625em .75em;
    margin: 0 2px;
    border: 1px solid silver
}

legend {
    padding: 0;
    border: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

table {
    border-spacing: 0;
    border-collapse: collapse
}

td, th {
    padding: 0
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
    *, :after, :before {
        color: #000 !important;
        text-shadow: none !important;
        background: 0 0 !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important
    }

    a, a:visited {
        text-decoration: underline
    }

    a[href]:after {
        content: " (" attr(href) ")"
    }

    abbr[title]:after {
        content: " (" attr(title) ")"
    }

    a[href^="#"]:after, a[href^="javascript:"]:after {
        content: ""
    }

    blockquote, pre {
        border: 1px solid #999;
        page-break-inside: avoid
    }

    thead {
        display: table-header-group
    }

    img, tr {
        page-break-inside: avoid
    }

    img {
        max-width: 100% !important
    }

    h2, h3, p {
        orphans: 3;
        widows: 3
    }

    h2, h3 {
        page-break-after: avoid
    }

    .navbar {
        display: none
    }

    .btn > .caret, .dropup > .btn > .caret {
        border-top-color: #000 !important
    }

    .label {
        border: 1px solid #000
    }

    .table {
        border-collapse: collapse !important
    }

    .table td, .table th {
        background-color: #fff !important
    }

    .table-bordered td, .table-bordered th {
        border: 1px solid #edeff2 !important
    }
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

:after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

html {
    font-size: 10px;
    -webkit-tap-highlight-color: transparent
}

button, input, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

.link, a {
    color: #94420d;
    text-decoration: none
}

.link-icon {
    display: inline-block;
    height: 24px;
    width: 24px;
    font-size: 19px;
    text-align: center
}

.link-default {
    color: #616366
}

.link:focus, .link:hover, a:focus, a:hover {
    color: #cd9304;
    text-decoration: none
}

.link .zmdi-long-arrow-right {
    margin-left: 8px
}

figure {
    margin: 0
}

img {
    vertical-align: middle
}

.carousel-inner > .item > a > img, .carousel-inner > .item > img, .img-responsive, .thumbnail a > img, .thumbnail > img {
    display: block;
    max-width: 100%;
    height: auto
}

.img-rounded {
    border-radius: 6px
}

.img-thumbnail {
    display: inline-block;
    max-width: 100%;
    height: auto;
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #edeff2;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.img-circle {
    border-radius: 50%
}

hr {
    margin-top: 35px;
    margin-bottom: 35px;
    border: 0;
    border-top: 1px solid #eee
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

[role=button] {
    cursor: pointer
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    color: #363b40;
    font-weight: 500;
    letter-spacing: -.1px
}

.h1, h1 {
    margin-top: 38px;
    margin-bottom: 38px;
    font-size: 33px;
    line-height: 46px
}

.h2, h2 {
    margin-top: 25px;
    margin-bottom: 25px;
    font-size: 24px;
    line-height: 34px
}

.h3, h3 {
    margin-top: 25px;
    margin-bottom: 25px;
    font-size: 20px;
    line-height: 28px
}

.h4, h4 {
    margin-top: 18px;
    margin-bottom: 18px;
    font-size: 16px;
    line-height: 22px
}

.h5, h5 {
    margin-top: 18px;
    margin-bottom: 18px;
    font-size: 15px;
    font-weight: 700;
    line-height: 22px
}

.h6, h6 {
    margin-top: 18px;
    margin-bottom: 18px;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px
}

.h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small, h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
    font-weight: 300
}

.h1 a, .h2 a, .h3 a, .h4 a, .h5 a, .h6 a, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: #363b40
}

.h1 a:hover, .h2 a:hover, .h3 a:hover, .h4 a:hover, .h5 a:hover, .h6 a:hover, h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
    color: #94420d
}

.h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, .h4 .small, .h4 small, .h5 .small, .h5 small, .h6 .small, .h6 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small, h4 .small, h4 small, h5 .small, h5 small, h6 .small, h6 small {
    font-weight: 400;
    line-height: 1;
    color: #777
}

.lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4
}

@media (min-width: 768px) {
    .lead {
        font-size: 21px
    }
}

.small, small {
    font-size: 85%
}

.mark, mark {
    padding: .2em;
    background-color: #fcf8e3
}

.text-left {
    text-align: left !important
}

.text-right {
    text-align: right !important
}

.text-center {
    text-align: center !important
}

.text-justify {
    text-align: justify !important
}

.text-nowrap {
    white-space: nowrap !important
}

.text-lowercase {
    text-transform: lowercase
}

.text-uppercase {
    text-transform: uppercase
}

.text-capitalize {
    text-transform: capitalize
}

.text-muted {
    color: #777
}

.text-normal {
    font-weight: 300 !important
}

.text-semibold {
    font-weight: 500 !important
}

.text-bold {
    font-weight: 700 !important
}

.text-primary {
    color: #94420d !important
}

.text-white {
    color: #fff !important
}

.h-20 {
    margin-top: 25px;
    margin-bottom: 25px;
    font-size: 20px;
    line-height: 28px
}

a.text-primary:focus, a.text-primary:hover {
    color: #286090
}

.text-success {
    color: #43a047 !important
}

a.text-success:focus, a.text-success:hover {
    color: #2b542c
}

.text-info {
    color: #cd9304 !important
}

a.text-info:focus, a.text-info:hover {
    color: #245269
}

.text-warning {
    color: #fca426 !important
}

a.text-warning:focus, a.text-warning:hover {
    color: #fcb858
}

.text-danger {
    color: #e53935 !important
}

a.text-danger:focus, a.text-danger:hover {
    color: #ff4d4a !important
}

.bg-primary {
    color: #fff;
    background-color: #94420d
}

a.bg-primary:focus, a.bg-primary:hover {
    background-color: #286090
}

.bg-success {
    background-color: #dff0d8
}

a.bg-success:focus, a.bg-success:hover {
    background-color: #c1e2b3
}

.bg-info {
    background-color: #d9edf7
}

a.bg-info:focus, a.bg-info:hover {
    background-color: #afd9ee
}

.bg-warning {
    background-color: #fcf8e3
}

a.bg-warning:focus, a.bg-warning:hover {
    background-color: #f7ecb5
}

.bg-danger {
    background-color: #f2dede
}

a.bg-danger:focus, a.bg-danger:hover {
    background-color: #e4b9b9
}

.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eee
}

ol, ul {
    margin-top: 0;
    margin-bottom: 10px
}

ol ol, ol ul, ul ol, ul ul {
    margin-bottom: 0
}

.list-unstyled {
    margin: 0;
    padding-left: 0;
    list-style: none
}

.list-news > li {
    margin-bottom: 6px
}

.list-news > li:last-child {
    margin-bottom: 0
}

.list-news > li > a {
    display: block;
    font-size: 13px;
    line-height: 18px
}

.list-inline {
    padding-left: 0;
    margin-left: -5px;
    list-style: none
}

.list-inline > li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px
}

.list-styled {
    padding: 0;
    margin: 0 0 12px 0;
    list-style: none
}

.list-styled > li {
    margin-bottom: 5px
}

.list-styled > li:last-child {
    margin-bottom: 0
}

.list-styled.list-sm {
    font-size: 14px
}

.list-label {
    display: inline-block;
    color: #363b40;
    font-weight: 500
}

.list-styled-minwidth > li {
    position: relative;
    padding-left: 150px
}

.list-styled-minwidth .list-label {
    position: absolute;
    top: 0;
    left: 0;
    width: 150px
}

.list-faded .list-label {
    color: #9da2a6;
    font-weight: 300
}

.list-icon {
    padding: 0;
    margin: 0 0 12px 0;
    list-style: none
}

.list-icon > li {
    margin-bottom: 16px
}

.list-icon > li {
    position: relative;
    padding-left: 32px
}

.list-icon > li > a {
    display: block;
    color: #616366
}

.list-icon > li > a > i, .list-icon > li > i {
    position: absolute;
    top: 0;
    left: 0;
    color: #616366;
    font-size: 24px
}

.list-icon > li > i > span {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    font-size: 10px;
    font-weight: 700;
    text-align: center;
    line-height: 22px
}

.list-bullet {
    padding: 0;
    margin: 0 0 12px 0;
    list-style: none
}

.list-bullet > li {
    margin-bottom: 6px
}

.list-bullet > li {
    position: relative;
    padding-left: 24px
}

.list-bullet > li:before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    content: "•";
    font-size: 34px
}

.standard-ol {
    counter-reset: item
}

.standard-ol > li {
    margin: 0 0 17px 0;
    list-style-type: none;
    counter-increment: item;
    text-indent: -2em
}

.standard-ol > li > .standard-ol {
    margin-top: 17px
}

.standard-ol > li:before {
    display: inline-block;
    width: 2em;
    padding-right: .5em;
    color: #2b3033;
    font-weight: 700;
    text-align: right;
    content: counter(item) "."
}

.list-upper-latin > li:before {
    content: counter(item, upper-latin) "."
}

dl {
    margin-top: 0;
    margin-bottom: 20px
}

dd, dt {
    line-height: 1.42857143
}

dt {
    font-weight: 700
}

dd {
    margin-left: 0
}

@media (min-width: 768px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        overflow: hidden;
        clear: left;
        text-align: right;
        text-overflow: ellipsis;
        white-space: nowrap
    }

    .dl-horizontal dd {
        margin-left: 180px
    }
}

abbr[data-original-title], abbr[title] {
    cursor: help;
    border-bottom: 1px dotted #777
}

.initialism {
    font-size: 90%;
    text-transform: uppercase
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eee
}

blockquote ol:last-child, blockquote p:last-child, blockquote ul:last-child {
    margin-bottom: 0
}

blockquote .small, blockquote footer, blockquote small {
    display: block;
    font-size: 80%;
    line-height: 1.42857143;
    color: #777
}

blockquote .small:before, blockquote footer:before, blockquote small:before {
    content: '\2014 \00A0'
}

.blockquote-reverse, blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    text-align: right;
    border-right: 5px solid #eee;
    border-left: 0
}

.blockquote-reverse .small:before, .blockquote-reverse footer:before, .blockquote-reverse small:before, blockquote.pull-right .small:before, blockquote.pull-right footer:before, blockquote.pull-right small:before {
    content: ''
}

.blockquote-reverse .small:after, .blockquote-reverse footer:after, .blockquote-reverse small:after, blockquote.pull-right .small:after, blockquote.pull-right footer:after, blockquote.pull-right small:after {
    content: '\00A0 \2014'
}

address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 28px
}

code, kbd, pre, samp {
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace
}

code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 4px
}

kbd {
    padding: 2px 4px;
    font-size: 90%;
    color: #fff;
    background-color: #333;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25)
}

kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700;
    -webkit-box-shadow: none;
    box-shadow: none
}

pre {
    display: block;
    padding: 16px 20px;
    margin: 0 0 25px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #616366;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #fff;
    border: 1px solid #edeff2;
    border-radius: 3px
}

pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0
}

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll
}

.container {
    padding-right: 10px;
    padding-left: 10px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width: 768px) {
    .container {
        width: 100%
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1170px
    }
}

.container-fluid {
    padding-right: 10px;
    padding-left: 10px;
    margin-right: auto;
    margin-left: auto
}

.row {
    margin-right: -10px;
    margin-left: -10px
}

.row-sm {
    margin-right: -5px;
    margin-left: -5px
}

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-2_5, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-2_5, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-mob-1, .col-mob-2, .col-mob-3, .col-mob-6, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-2_5, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px
}

.row-sm [class*=col-] {
    padding-left: 5px;
    padding-right: 5px
}

.col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    float: left
}

.col-xs-12 {
    width: 100%
}

.col-xs-11 {
    width: 91.66666667%
}

.col-xs-10 {
    width: 83.33333333%
}

.col-xs-9 {
    width: 75%
}

.col-xs-8 {
    width: 66.66666667%
}

.col-xs-7 {
    width: 58.33333333%
}

.col-xs-6 {
    width: 50%
}

.col-xs-5 {
    width: 41.66666667%
}

.col-xs-4 {
    width: 33.33333333%
}

.col-xs-3 {
    width: 25%
}

.col-xs-2_5 {
    width: 20%
}

.col-xs-2 {
    width: 16.66666667%
}

.col-xs-1 {
    width: 8.33333333%
}

.col-xs-pull-12 {
    right: 100%
}

.col-xs-pull-11 {
    right: 91.66666667%
}

.col-xs-pull-10 {
    right: 83.33333333%
}

.col-xs-pull-9 {
    right: 75%
}

.col-xs-pull-8 {
    right: 66.66666667%
}

.col-xs-pull-7 {
    right: 58.33333333%
}

.col-xs-pull-6 {
    right: 50%
}

.col-xs-pull-5 {
    right: 41.66666667%
}

.col-xs-pull-4 {
    right: 33.33333333%
}

.col-xs-pull-3 {
    right: 25%
}

.col-xs-pull-2 {
    right: 16.66666667%
}

.col-xs-pull-1 {
    right: 8.33333333%
}

.col-xs-pull-0 {
    right: auto
}

.col-xs-push-12 {
    left: 100%
}

.col-xs-push-11 {
    left: 91.66666667%
}

.col-xs-push-10 {
    left: 83.33333333%
}

.col-xs-push-9 {
    left: 75%
}

.col-xs-push-8 {
    left: 66.66666667%
}

.col-xs-push-7 {
    left: 58.33333333%
}

.col-xs-push-6 {
    left: 50%
}

.col-xs-push-5 {
    left: 41.66666667%
}

.col-xs-push-4 {
    left: 33.33333333%
}

.col-xs-push-3 {
    left: 25%
}

.col-xs-push-2 {
    left: 16.66666667%
}

.col-xs-push-1 {
    left: 8.33333333%
}

.col-xs-push-0 {
    left: auto
}

.col-xs-offset-12 {
    margin-left: 100%
}

.col-xs-offset-11 {
    margin-left: 91.66666667%
}

.col-xs-offset-10 {
    margin-left: 83.33333333%
}

.col-xs-offset-9 {
    margin-left: 75%
}

.col-xs-offset-8 {
    margin-left: 66.66666667%
}

.col-xs-offset-7 {
    margin-left: 58.33333333%
}

.col-xs-offset-6 {
    margin-left: 50%
}

.col-xs-offset-5 {
    margin-left: 41.66666667%
}

.col-xs-offset-4 {
    margin-left: 33.33333333%
}

.col-xs-offset-3 {
    margin-left: 25%
}

.col-xs-offset-2 {
    margin-left: 16.66666667%
}

.col-xs-offset-1 {
    margin-left: 8.33333333%
}

.col-xs-offset-0 {
    margin-left: 0
}

@media (max-width: 479px) {
    .col-mob-1, .col-mob-10, .col-mob-11, .col-mob-12, .col-mob-2, .col-mob-3, .col-mob-4, .col-mob-5, .col-mob-6, .col-mob-7, .col-mob-8, .col-mob-9 {
        float: left
    }

    .col-mob-12 {
        width: 100%
    }

    .col-mob-11 {
        width: 91.66666667%
    }

    .col-mob-10 {
        width: 83.33333333%
    }

    .col-mob-9 {
        width: 75%
    }

    .col-mob-8 {
        width: 66.66666667%
    }

    .col-mob-7 {
        width: 58.33333333%
    }

    .col-mob-6 {
        width: 50%
    }

    .col-mob-5 {
        width: 41.66666667%
    }

    .col-mob-4 {
        width: 33.33333333%
    }

    .col-mob-3 {
        width: 25%
    }

    .col-mob-2 {
        width: 16.66666667%
    }

    .col-mob-1 {
        width: 8.33333333%
    }
}

@media (min-width: 768px) {
    .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 {
        float: left
    }

    .col-sm-12 {
        width: 100%
    }

    .col-sm-11 {
        width: 91.66666667%
    }

    .col-sm-10 {
        width: 83.33333333%
    }

    .col-sm-9 {
        width: 75%
    }

    .col-sm-8 {
        width: 66.66666667%
    }

    .col-sm-7 {
        width: 58.33333333%
    }

    .col-sm-6 {
        width: 50%
    }

    .col-sm-5 {
        width: 41.66666667%
    }

    .col-sm-4 {
        width: 33.33333333%
    }

    .col-sm-3 {
        width: 25%
    }

    .col-sm-2_5 {
        width: 20%
    }

    .col-sm-2 {
        width: 16.66666667%
    }

    .col-sm-1 {
        width: 8.33333333%
    }

    .col-sm-pull-12 {
        right: 100%
    }

    .col-sm-pull-11 {
        right: 91.66666667%
    }

    .col-sm-pull-10 {
        right: 83.33333333%
    }

    .col-sm-pull-9 {
        right: 75%
    }

    .col-sm-pull-8 {
        right: 66.66666667%
    }

    .col-sm-pull-7 {
        right: 58.33333333%
    }

    .col-sm-pull-6 {
        right: 50%
    }

    .col-sm-pull-5 {
        right: 41.66666667%
    }

    .col-sm-pull-4 {
        right: 33.33333333%
    }

    .col-sm-pull-3 {
        right: 25%
    }

    .col-sm-pull-2 {
        right: 16.66666667%
    }

    .col-sm-pull-1 {
        right: 8.33333333%
    }

    .col-sm-pull-0 {
        right: auto
    }

    .col-sm-push-12 {
        left: 100%
    }

    .col-sm-push-11 {
        left: 91.66666667%
    }

    .col-sm-push-10 {
        left: 83.33333333%
    }

    .col-sm-push-9 {
        left: 75%
    }

    .col-sm-push-8 {
        left: 66.66666667%
    }

    .col-sm-push-7 {
        left: 58.33333333%
    }

    .col-sm-push-6 {
        left: 50%
    }

    .col-sm-push-5 {
        left: 41.66666667%
    }

    .col-sm-push-4 {
        left: 33.33333333%
    }

    .col-sm-push-3 {
        left: 25%
    }

    .col-sm-push-2 {
        left: 16.66666667%
    }

    .col-sm-push-1 {
        left: 8.33333333%
    }

    .col-sm-push-0 {
        left: auto
    }

    .col-sm-offset-12 {
        margin-left: 100%
    }

    .col-sm-offset-11 {
        margin-left: 91.66666667%
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333%
    }

    .col-sm-offset-9 {
        margin-left: 75%
    }

    .col-sm-offset-8 {
        margin-left: 66.66666667%
    }

    .col-sm-offset-7 {
        margin-left: 58.33333333%
    }

    .col-sm-offset-6 {
        margin-left: 50%
    }

    .col-sm-offset-5 {
        margin-left: 41.66666667%
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333%
    }

    .col-sm-offset-3 {
        margin-left: 25%
    }

    .col-sm-offset-2 {
        margin-left: 16.66666667%
    }

    .col-sm-offset-1 {
        margin-left: 8.33333333%
    }

    .col-sm-offset-0 {
        margin-left: 0
    }
}

@media (min-width: 992px) {
    .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
        float: left
    }

    .col-md-12 {
        width: 100%
    }

    .col-md-11 {
        width: 91.66666667%
    }

    .col-md-10 {
        width: 83.33333333%
    }

    .col-md-9 {
        width: 75%
    }

    .col-md-8 {
        width: 66.66666667%
    }

    .col-md-7 {
        width: 58.33333333%
    }

    .col-md-6 {
        width: 50%
    }

    .col-md-5 {
        width: 41.66666667%
    }

    .col-md-4 {
        width: 33.33333333%
    }

    .col-md-3 {
        width: 25%
    }

    .col-md-2_5 {
        width: 20%
    }

    .col-md-2 {
        width: 16.66666667%
    }

    .col-md-1 {
        width: 8.33333333%
    }

    .col-md-pull-12 {
        right: 100%
    }

    .col-md-pull-11 {
        right: 91.66666667%
    }

    .col-md-pull-10 {
        right: 83.33333333%
    }

    .col-md-pull-9 {
        right: 75%
    }

    .col-md-pull-8 {
        right: 66.66666667%
    }

    .col-md-pull-7 {
        right: 58.33333333%
    }

    .col-md-pull-6 {
        right: 50%
    }

    .col-md-pull-5 {
        right: 41.66666667%
    }

    .col-md-pull-4 {
        right: 33.33333333%
    }

    .col-md-pull-3 {
        right: 25%
    }

    .col-md-pull-2 {
        right: 16.66666667%
    }

    .col-md-pull-1 {
        right: 8.33333333%
    }

    .col-md-pull-0 {
        right: auto
    }

    .col-md-push-12 {
        left: 100%
    }

    .col-md-push-11 {
        left: 91.66666667%
    }

    .col-md-push-10 {
        left: 83.33333333%
    }

    .col-md-push-9 {
        left: 75%
    }

    .col-md-push-8 {
        left: 66.66666667%
    }

    .col-md-push-7 {
        left: 58.33333333%
    }

    .col-md-push-6 {
        left: 50%
    }

    .col-md-push-5 {
        left: 41.66666667%
    }

    .col-md-push-4 {
        left: 33.33333333%
    }

    .col-md-push-3 {
        left: 25%
    }

    .col-md-push-2 {
        left: 16.66666667%
    }

    .col-md-push-1 {
        left: 8.33333333%
    }

    .col-md-push-0 {
        left: auto
    }

    .col-md-offset-12 {
        margin-left: 100%
    }

    .col-md-offset-11 {
        margin-left: 91.66666667%
    }

    .col-md-offset-10 {
        margin-left: 83.33333333%
    }

    .col-md-offset-9 {
        margin-left: 75%
    }

    .col-md-offset-8 {
        margin-left: 66.66666667%
    }

    .col-md-offset-7 {
        margin-left: 58.33333333%
    }

    .col-md-offset-6 {
        margin-left: 50%
    }

    .col-md-offset-5 {
        margin-left: 41.66666667%
    }

    .col-md-offset-4 {
        margin-left: 33.33333333%
    }

    .col-md-offset-3 {
        margin-left: 25%
    }

    .col-md-offset-2 {
        margin-left: 16.66666667%
    }

    .col-md-offset-1 {
        margin-left: 8.33333333%
    }

    .col-md-offset-0 {
        margin-left: 0
    }
}

@media (min-width: 1200px) {
    .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9 {
        float: left
    }

    .col-lg-12 {
        width: 100%
    }

    .col-lg-11 {
        width: 91.66666667%
    }

    .col-lg-10 {
        width: 83.33333333%
    }

    .col-lg-9 {
        width: 75%
    }

    .col-lg-8 {
        width: 66.66666667%
    }

    .col-lg-7 {
        width: 58.33333333%
    }

    .col-lg-6 {
        width: 50%
    }

    .col-lg-5 {
        width: 41.66666667%
    }

    .col-lg-4 {
        width: 33.33333333%
    }

    .col-lg-3 {
        width: 25%
    }

    .col-lg-2 {
        width: 16.66666667%
    }

    .col-lg-1 {
        width: 8.33333333%
    }

    .col-lg-pull-12 {
        right: 100%
    }

    .col-lg-pull-11 {
        right: 91.66666667%
    }

    .col-lg-pull-10 {
        right: 83.33333333%
    }

    .col-lg-pull-9 {
        right: 75%
    }

    .col-lg-pull-8 {
        right: 66.66666667%
    }

    .col-lg-pull-7 {
        right: 58.33333333%
    }

    .col-lg-pull-6 {
        right: 50%
    }

    .col-lg-pull-5 {
        right: 41.66666667%
    }

    .col-lg-pull-4 {
        right: 33.33333333%
    }

    .col-lg-pull-3 {
        right: 25%
    }

    .col-lg-pull-2 {
        right: 16.66666667%
    }

    .col-lg-pull-1 {
        right: 8.33333333%
    }

    .col-lg-pull-0 {
        right: auto
    }

    .col-lg-push-12 {
        left: 100%
    }

    .col-lg-push-11 {
        left: 91.66666667%
    }

    .col-lg-push-10 {
        left: 83.33333333%
    }

    .col-lg-push-9 {
        left: 75%
    }

    .col-lg-push-8 {
        left: 66.66666667%
    }

    .col-lg-push-7 {
        left: 58.33333333%
    }

    .col-lg-push-6 {
        left: 50%
    }

    .col-lg-push-5 {
        left: 41.66666667%
    }

    .col-lg-push-4 {
        left: 33.33333333%
    }

    .col-lg-push-3 {
        left: 25%
    }

    .col-lg-push-2 {
        left: 16.66666667%
    }

    .col-lg-push-1 {
        left: 8.33333333%
    }

    .col-lg-push-0 {
        left: auto
    }

    .col-lg-offset-12 {
        margin-left: 100%
    }

    .col-lg-offset-11 {
        margin-left: 91.66666667%
    }

    .col-lg-offset-10 {
        margin-left: 83.33333333%
    }

    .col-lg-offset-9 {
        margin-left: 75%
    }

    .col-lg-offset-8 {
        margin-left: 66.66666667%
    }

    .col-lg-offset-7 {
        margin-left: 58.33333333%
    }

    .col-lg-offset-6 {
        margin-left: 50%
    }

    .col-lg-offset-5 {
        margin-left: 41.66666667%
    }

    .col-lg-offset-4 {
        margin-left: 33.33333333%
    }

    .col-lg-offset-3 {
        margin-left: 25%
    }

    .col-lg-offset-2 {
        margin-left: 16.66666667%
    }

    .col-lg-offset-1 {
        margin-left: 8.33333333%
    }

    .col-lg-offset-0 {
        margin-left: 0
    }
}

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: 25px
}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    padding: 12px 10px;
    line-height: 1.42857143;
    vertical-align: middle;
    border-bottom: 1px solid #edf0f2
}

.table > tbody > tr > td.cell-actions {
    padding-top: 6px;
    padding-bottom: 6px
}

.table > tbody > tr > td.cell-actions:last-child {
    text-align: right;
    white-space: nowrap
}

.table > thead > tr > th {
    padding: 16px 10px;
    vertical-align: bottom;
    border-bottom: 1px solid #edeff2;
    color: #9da2a6;
    font-size: 13px;
    font-weight: 300
}

.table > caption + thead > tr:first-child > td, .table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > td, .table > thead:first-child > tr:first-child > th {
    border-top: 0
}

.table > tbody + tbody {
    border-top: 2px solid #edeff2
}

.table > tbody + tbody#speedtest_v6 {
    border-top: initial !important
}

.table-no-border {
    width: 100%;
    max-width: 100%;
    margin-bottom: 25px
}

.table-no-border > tbody > tr > td, .table-no-border > tbody > tr > th, .table-no-border > tfoot > tr > td, .table-no-border > tfoot > tr > th, .table-no-border > thead > tr > td, .table-no-border > thead > tr > th {
    padding: 12px 10px;
    line-height: 1.42857143;
    vertical-align: middle
}

.table-no-border > tbody > tr > td.cell-actions {
    padding-top: 6px;
    padding-bottom: 6px
}

.table-no-border > tbody > tr > td.cell-actions:last-child {
    text-align: right
}

.table-no-border > thead > tr > th {
    padding: 16px 10px;
    vertical-align: bottom;
    border-bottom: 1px solid #edeff2;
    color: #9da2a6;
    font-size: 11px;
    font-weight: 700
}

.table-no-border > caption + thead > tr:first-child > td, .table-no-border > caption + thead > tr:first-child > th, .table-no-border > colgroup + thead > tr:first-child > td, .table-no-border > colgroup + thead > tr:first-child > th, .table-no-border > thead:first-child > tr:first-child > td, .table-no-border > thead:first-child > tr:first-child > th {
    border-top: 0
}

.table-no-border > tbody + tbody {
    border-top: 2px solid #edeff2
}

.table .table {
    background-color: #fff
}

.table-condensed > tbody > tr > td, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > td, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > thead > tr > th {
    padding: 5px
}

.table-condensed > tbody > tr > td, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > td, .table-condensed > tfoot > tr > th {
    font-size: 14px;
    height: 43px
}

.table-condensed > tbody > tr > td.cell-actions {
    padding: 0
}

.table-condensed > tbody > tr > td.cell-actions > .btn > i {
    font-size: 19px
}

.table-bordered {
    border: 1px solid #edeff2
}

.table-bordered > tbody > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
    border: 1px solid #edeff2
}

.table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
    border-bottom-width: 1px
}

.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;
    display: table-column;
    float: none
}

table td[class*=col-], table th[class*=col-] {
    position: static;
    display: table-cell;
    float: none
}

table [data-url] td:not(.cell-actions):not(.cell-checkbox) {
    cursor: pointer
}

table [data-url] td .click-disabled {
    cursor: auto
}

table [data-url]:hover {
    background-color: #fafbfc
}

.table > tbody > tr.active > td, .table > tbody > tr.active > th, .table > tbody > tr > td.active, .table > tbody > tr > th.active, .table > tfoot > tr.active > td, .table > tfoot > tr.active > th, .table > tfoot > tr > td.active, .table > tfoot > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th, .table > thead > tr > td.active, .table > thead > tr > th.active {
    background-color: #f5f5f5
}

.table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr.active:hover > th, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr > td.active:hover, .table-hover > tbody > tr > th.active:hover {
    background-color: #e8e8e8
}

.table > tbody > tr.success > td, .table > tbody > tr.success > th, .table > tbody > tr > td.success, .table > tbody > tr > th.success, .table > tfoot > tr.success > td, .table > tfoot > tr.success > th, .table > tfoot > tr > td.success, .table > tfoot > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th, .table > thead > tr > td.success, .table > thead > tr > th.success {
    background-color: #dff0d8
}

.table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr.success:hover > th, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr > td.success:hover, .table-hover > tbody > tr > th.success:hover {
    background-color: #d0e9c6
}

.table > tbody > tr.info > td, .table > tbody > tr.info > th, .table > tbody > tr > td.info, .table > tbody > tr > th.info, .table > tfoot > tr.info > td, .table > tfoot > tr.info > th, .table > tfoot > tr > td.info, .table > tfoot > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th, .table > thead > tr > td.info, .table > thead > tr > th.info {
    background-color: #d9edf7
}

.table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr.info:hover > th, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr > td.info:hover, .table-hover > tbody > tr > th.info:hover {
    background-color: #c4e3f3
}

.table > tbody > tr.warning > td, .table > tbody > tr.warning > th, .table > tbody > tr > td.warning, .table > tbody > tr > th.warning, .table > tfoot > tr.warning > td, .table > tfoot > tr.warning > th, .table > tfoot > tr > td.warning, .table > tfoot > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th, .table > thead > tr > td.warning, .table > thead > tr > th.warning {
    background-color: #fcf8e3
}

.table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr.warning:hover > th, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr > td.warning:hover, .table-hover > tbody > tr > th.warning:hover {
    background-color: #faf2cc
}

.table > tbody > tr.danger > td, .table > tbody > tr.danger > th, .table > tbody > tr > td.danger, .table > tbody > tr > th.danger, .table > tfoot > tr.danger > td, .table > tfoot > tr.danger > th, .table > tfoot > tr > td.danger, .table > tfoot > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th, .table > thead > tr > td.danger, .table > thead > tr > th.danger {
    background-color: #f2dede
}

.table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr.danger:hover > th, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr > td.danger:hover, .table-hover > tbody > tr > th.danger:hover {
    background-color: #ebcccc
}

@media (min-width: 768px) {
    .table-responsive .table-label {
        display: none
    }
}

@media (max-width: 767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 0;
        overflow-y: visible;
        border: none
    }

    .table-responsive, .table-responsive tbody, .table-responsive td, .table-responsive tfoot, .table-responsive th, .table-responsive thead, .table-responsive tr {
        display: block
    }

    .table-responsive tbody tr:after, .table-responsive tbody tr:before, .table-responsive tfoot tr:after, .table-responsive tfoot tr:before {
        display: block;
        content: "";
        clear: both
    }

    .table-responsive thead {
        display: none
    }

    .table-responsive tbody, .table-responsive tbody tr {
        width: 100%
    }

    .table-responsive tbody tr {
        position: relative;
        padding: 15px 0 10px;
        border-bottom: 1px solid #edeff2
    }

    .table-responsive tbody tr td, .table-responsive tfoot tr td {
        border: none;
        padding: 0;
        margin-bottom: 5px
    }

    .table-responsive tbody tr.collapse-row {
        padding: 0
    }

    .table-responsive tbody tr.collapse-row, .table-responsive tbody tr.collapse-row table tr, .table-responsive tbody tr.collapse-row table tr td {
        border: none
    }

    .table-responsive tbody tr [class*=cell-xs] {
        padding: 0 5px
    }

    .table-responsive .cell-xs-1, .table-responsive .cell-xs-10, .table-responsive .cell-xs-11, .table-responsive .cell-xs-12, .table-responsive .cell-xs-2, .table-responsive .cell-xs-3, .table-responsive .cell-xs-4, .table-responsive .cell-xs-5, .table-responsive .cell-xs-6, .table-responsive .cell-xs-7, .table-responsive .cell-xs-8, .table-responsive .cell-xs-9 {
        display: block;
        float: left;
        min-height: 20px
    }

    .table-responsive .cell-xs-12 {
        width: 100%
    }

    .table-responsive .cell-xs-11 {
        width: 91.66666667%
    }

    .table-responsive .cell-xs-10 {
        width: 83.33333333%
    }

    .table-responsive .cell-xs-9 {
        width: 75%
    }

    .table-responsive .cell-xs-8 {
        width: 66.66666667%
    }

    .table-responsive .cell-xs-7 {
        width: 58.33333333%
    }

    .table-responsive .cell-xs-6 {
        width: 50%
    }

    .table-responsive .cell-xs-5 {
        width: 41.66666667%
    }

    .table-responsive .cell-xs-4 {
        width: 33.33333333%
    }

    .table-responsive .cell-xs-3 {
        width: 25%
    }

    .table-responsive .cell-xs-2 {
        width: 16.66666667%
    }

    .table-responsive .cell-xs-1 {
        width: 8.33333333%
    }

    .cell-xs-left {
        text-align: left !important
    }

    .cell-xs-right {
        text-align: right !important
    }

    .cell-xs-hidden {
        display: none !important
    }

    .cell-title {
        margin-bottom: 10px
    }

    .table-responsive .table-label {
        font-weight: 700
    }

    .table-checkbox > tbody > tr {
        padding-left: 40px
    }

    .table-checkbox > tbody > tr > .cell-checkbox {
        position: absolute;
        left: -5px;
        top: 6px;
        height: 44px !important;
        width: 44px !important;
        padding: 13px !important
    }

    .table-checkbox > tbody > tr > .cell-checkbox > input {
        margin: 0
    }
}

.table-bottom {
    margin-top: -20px
}

.table-bottom .table-length {
    float: right
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 300
}

input[type=search] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

input[type=checkbox], input[type=radio] {
    margin: 4px 0 0;
    line-height: normal
}

input[type=file] {
    display: block
}

input[type=range] {
    display: block;
    width: 100%
}

select[multiple], select[size] {
    height: auto
}

input[type=checkbox]:focus, input[type=file]:focus, input[type=radio]:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

output {
    display: block;
    padding-top: 7px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555
}

.help {
    display: inline-block;
    height: 19px;
    width: 19px;
    margin-left: 8px;
    font-size: 19px;
    line-height: 19px;
    cursor: pointer;
    vertical-align: text-bottom
}

.help > i {
    color: #919499;
    -webkit-transition: all ease-in .15s;
    transition: all ease-in .15s
}

.help:hover > i {
    color: #94420d
}

.form-control {
    display: block;
    width: 100%;
    height: 50px;
    padding: 8px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #dcdee0;
    border-radius: 3px;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

.form-control:focus {
    border-color: #94420d;
    outline: 0
}

.form-control::-moz-placeholder {
    color: #999;
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: #999
}

.form-control::-webkit-input-placeholder {
    color: #999
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #eee;
    opacity: 1
}

.form-control[disabled], fieldset[disabled] .form-control {
    cursor: not-allowed
}

textarea.form-control {
    height: auto;
    resize: vertical
}

input[type=search] {
    -webkit-appearance: none
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    input[type=date].form-control, input[type=datetime-local].form-control, input[type=month].form-control, input[type=time].form-control {
        line-height: 34px
    }

    .input-group-sm input[type=date], .input-group-sm input[type=datetime-local], .input-group-sm input[type=month], .input-group-sm input[type=time], input[type=date].input-sm, input[type=datetime-local].input-sm, input[type=month].input-sm, input[type=time].input-sm {
        line-height: 30px
    }

    .input-group-lg input[type=date], .input-group-lg input[type=datetime-local], .input-group-lg input[type=month], .input-group-lg input[type=time], input[type=date].input-lg, input[type=datetime-local].input-lg, input[type=month].input-lg, input[type=time].input-lg {
        line-height: 46px
    }
}

.form-group {
    margin-bottom: 15px
}

.form-group .row {
    margin-left: -7px;
    margin-right: -7px
}

.form-group [class*=col-] {
    padding-left: 7px;
    padding-right: 7px
}

.checkbox, .radio {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px
}

.checkbox label, .radio label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    cursor: pointer
}

.checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] {
    position: absolute;
    margin-left: -20px
}

.checkbox + .checkbox, .radio + .radio {
    margin-top: -5px
}

.checkbox-inline, .radio-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    vertical-align: middle;
    cursor: pointer
}

.checkbox-inline + .checkbox-inline, .radio-inline + .radio-inline {
    margin-top: 0;
    margin-left: 10px
}

fieldset[disabled] input[type=checkbox], fieldset[disabled] input[type=radio], input[type=checkbox].disabled, input[type=checkbox][disabled], input[type=radio].disabled, input[type=radio][disabled] {
    cursor: not-allowed
}

.checkbox-inline.disabled, .radio-inline.disabled, fieldset[disabled] .checkbox-inline, fieldset[disabled] .radio-inline {
    cursor: not-allowed
}

.checkbox.disabled label, .radio.disabled label, fieldset[disabled] .checkbox label, fieldset[disabled] .radio label {
    cursor: not-allowed
}

.icheck-label {
    cursor: pointer
}

.checkbox-styled > input {
    opacity: 0
}

.checkbox-styled {
    position: relative;
    height: 20px;
    width: 20px;
    background: #fff;
    border: 2px solid #cacdcf;
    border-radius: 2px;
    -webkit-transition: all .15s ease;
    transition: all .15s ease;
    cursor: pointer
}

.checkbox-styled.hover, .checkbox-styled:hover, .icheck-label:hover > .checkbox-styled {
    border-color: #94420d
}

.checkbox-styled.checked {
    border-color: #94420d;
    background-color: #94420d
}

.checkbox-styled.disabled, .checkbox-styled.disabled:active, .checkbox-styled.disabled:focus, .checkbox-styled.disabled:hover, .icheck-label:hover > .checkbox-styled.disabled {
    border: 1px solid #e4e8f0;
    cursor: not-allowed
}

.checkbox-styled:before {
    position: absolute;
    top: -2px;
    left: -2px;
    display: block;
    content: "\f26b";
    height: 20px;
    width: 20px;
    opacity: 0;
    color: #fff;
    font-size: 17px;
    font-family: Material-Design-Iconic-Font;
    text-align: center;
    line-height: 20px;
    -webkit-transition: .15s ease-in-out;
    transition: .15s ease-in-out;
    -webkit-transform: scale(.7);
    -ms-transform: scale(.7);
    transform: scale(.7)
}

.checkbox-styled.checked:before {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.checkbox-inline, .checkbox > label {
    position: relative;
    padding-left: 30px
}

.checkbox-inline > .checkbox-styled, .checkbox > label > .checkbox-styled {
    position: absolute;
    left: 0;
    top: 2px
}

.checkbox-inline + .checkbox-inline, .radio-inline + .radio-inline {
    margin-left: 30px
}

.icheck-label {
    cursor: pointer
}

.checkbox-styled > input, .radio-styled > input {
    opacity: 0
}

.radio-styled {
    position: relative;
    height: 18px;
    width: 18px;
    border: 2px solid #cacdcf;
    border-radius: 2px;
    -webkit-transition: all .15s ease;
    transition: all .15s ease;
    cursor: pointer
}

.radio-styled {
    -webkit-border-radius: 10px;
    border-radius: 10px
}

.checkbox-styled.hover, .icheck-label:hover > .checkbox-styled, .radio-styled:hover {
    border-color: #94420d
}

.checkbox-styled.checked {
    border-color: #94420d;
    background-color: #94420d
}

.radio-styled.checked {
    border-color: #94420d
}

.checkbox-styled.disabled, .checkbox-styled.disabled:active, .checkbox-styled.disabled:focus, .checkbox-styled.disabled:hover, .icheck-label:hover > .checkbox-styled.disabled {
    border: 1px solid #e4e8f0;
    cursor: not-allowed
}

.radio-styled:before {
    position: absolute;
    top: 2px;
    left: 2px;
    display: block;
    content: "";
    height: 10px;
    width: 10px;
    background-color: #94420d;
    opacity: 0;
    -webkit-transition: .15s ease-in-out;
    transition: .15s ease-in-out;
    -webkit-transform: scale(.7);
    -ms-transform: scale(.7);
    transform: scale(.7);
    -webkit-border-radius: 5px;
    border-radius: 5px
}

.checkbox-styled.checked:before, .radio-styled.checked:before {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.checkbox-inline, .checkbox > label, .radio > label {
    position: relative;
    padding-left: 30px
}

.checkbox-inline > .checkbox-styled, .checkbox > label > .checkbox-styled, .radio > label > .radio-styled {
    position: absolute;
    left: 0;
    top: 2px
}

.checkbox-inline + .checkbox-inline, .radio-inline + .radio-inline {
    margin-left: 30px
}

.switchbox {
    margin-top: 10px;
    margin-bottom: 10px
}

.switchbox .switch {
    margin-right: 5px;
    vertical-align: middle
}

.switch {
    position: relative;
    height: 22px;
    width: 46px;
    cursor: pointer
}

.switch-checkbox {
    position: absolute;
    opacity: 0
}

.switch-handle {
    position: absolute;
    top: 2px;
    right: 2px;
    z-index: 2;
    display: block;
    height: 18px;
    width: 18px;
    background-color: #fff;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    -webkit-transition: all ease .3s;
    transition: all ease .3s
}

.switch:hover .switch-handle {
    -webkit-box-shadow: 0 1px 10px -1px rgba(37, 45, 51, .5);
    box-shadow: 0 1px 10px -1px rgba(37, 45, 51, .5)
}

.switch-container {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #dadfe5;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    -webkit-transition: all ease .3s;
    transition: all ease .3s
}

.switch-checkbox:checked + .switch-container {
    background-color: #94420d
}

.switch-checkbox:checked + .switch-container:after {
    position: absolute;
    top: 0;
    left: 5px;
    z-index: 1;
    display: block;
    content: "on";
    color: #fff;
    font-size: 10px;
    font-weight: 300;
    text-transform: uppercase;
    line-height: 24px
}

.switch-checkbox + .switch-container:after {
    position: absolute;
    top: 0;
    right: 5px;
    z-index: 1;
    display: block;
    content: "off";
    color: #8a9399;
    font-size: 10px;
    font-weight: 300;
    text-transform: uppercase;
    line-height: 24px
}

.switch-checkbox + .switch-container .switch-handle {
    right: 26px
}

.switch-checkbox:checked + .switch-container .switch-handle {
    right: 2px
}

.form-control-static {
    min-height: 34px;
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0
}

.form-control-static.input-lg, .form-control-static.input-sm {
    padding-right: 0;
    padding-left: 0
}

.input-xs {
    height: 36px;
    padding: 5px 5px;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 3px
}

.input-sm {
    height: 42px;
    padding: 5px 10px;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 3px
}

select.input-sm {
    height: 42px;
    line-height: 30px
}

select[multiple].input-sm, textarea.input-sm {
    height: auto
}

.form-group-sm .form-control {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.form-group-sm select.form-control {
    height: 30px;
    line-height: 30px
}

.form-group-sm select[multiple].form-control, .form-group-sm textarea.form-control {
    height: auto
}

.form-group-sm .form-control-static {
    height: 30px;
    min-height: 32px;
    padding: 6px 10px;
    font-size: 12px;
    line-height: 1.5
}

.input-lg {
    height: 56px;
    padding: 10px 20px;
    font-size: 16px;
    line-height: 24px;
    border-radius: 3px
}

.input-xlg {
    height: 62px;
    padding: 15px 25px;
    font-size: 18px;
    line-height: 24px;
    border-radius: 3px
}

select.input-lg {
    height: 54px;
    line-height: 56px
}

select[multiple].input-lg, textarea.input-lg {
    height: auto
}

.form-group-lg .form-control {
    height: 54px;
    padding: 10px 16px;
    font-size: 15px;
    line-height: 1.3333333;
    border-radius: 3px
}

.form-group-lg select.form-control {
    height: 54px;
    line-height: 54px
}

.form-group-lg select[multiple].form-control, .form-group-lg textarea.form-control {
    height: auto
}

.form-group-lg .form-control-static {
    height: 54px;
    min-height: 38px;
    padding: 11px 16px;
    font-size: 15px;
    line-height: 1.3333333
}

.has-feedback {
    position: relative
}

.has-feedback .form-control {
    padding-right: 42.5px
}

.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 50px;
    text-align: center;
    pointer-events: none
}

.form-control-feedback.zmdi {
    font-size: 19px;
    line-height: 50px
}

.form-group-lg .form-control + .form-control-feedback, .input-group-lg + .form-control-feedback, .input-lg + .form-control-feedback {
    width: 54px;
    height: 54px;
    line-height: 54px
}

.form-group-sm .form-control + .form-control-feedback, .input-group-sm + .form-control-feedback, .input-sm + .form-control-feedback {
    width: 30px;
    height: 30px;
    line-height: 30px
}

.input-icon {
    position: relative
}

.input-icon > .form-control:first-child {
    padding-right: 50px
}

.input-icon.input-icon-x2 > .form-control:first-child {
    padding-right: 100px
}

.input-icon > .form-control:last-child {
    padding-left: 50px
}

.input-icon.input-icon-x2 > .form-control:last-child {
    padding-left: 100px
}

.input-icon > .btn-icon, .input-icon > i {
    position: absolute;
    top: 0
}

.input-icon > i {
    top: 13px;
    height: 24px;
    width: 24px;
    font-size: 24px;
    text-align: center;
    line-height: 24px
}

.input-icon > i > img {
    float: left
}

.input-icon-lg > i {
    top: 16px
}

.input-icon > .btn-icon:first-child {
    left: 5px
}

.input-icon > i:first-child {
    left: 15px
}

.input-icon > .btn-icon:last-child {
    right: 5px
}

.input-icon > i:last-child {
    right: 15px
}

.input-icons-right {
    position: absolute;
    top: 6px;
    right: 6px
}

.input-icon-sm .input-icons-right {
    top: 4px
}

.input-icon-lg .input-icons-right {
    top: 10px
}

.input-icon-xlg .input-icons-right {
    top: 12px
}

.has-success .checkbox, .has-success .checkbox-inline, .has-success .control-label, .has-success .help-block, .has-success .radio, .has-success .radio-inline, .has-success.checkbox label, .has-success.checkbox-inline label, .has-success.radio label, .has-success.radio-inline label {
    color: #43a047
}

.has-success .form-control {
    border-color: #43a047
}

.has-success .input-group-addon {
    color: #43a047;
    background-color: #dff0d8;
    border-color: #43a047
}

.has-success .form-control-feedback, .has-success .label-floatlabel {
    color: #43a047 !important
}

.has-success .form-control:focus {
    border-color: #2e6e32
}

.has-warning .checkbox, .has-warning .checkbox-inline, .has-warning .control-label, .has-warning .help-block, .has-warning .radio, .has-warning .radio-inline, .has-warning.checkbox label, .has-warning.checkbox-inline label, .has-warning.radio label, .has-warning.radio-inline label {
    color: #fca426
}

.has-warning .form-control {
    border-color: #fca426
}

.has-warning .form-control:focus {
    border-color: #66512c
}

.has-warning .input-group-addon {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #8a6d3b
}

.has-warning .form-control-feedback {
    color: #8a6d3b
}

.has-error .checkbox, .has-error .checkbox-inline, .has-error .control-label, .has-error .help-block, .has-error .radio, .has-error .radio-inline, .has-error.checkbox label, .has-error.checkbox-inline label, .has-error.radio label, .has-error.radio-inline label {
    color: #e53935
}

.has-error .form-control {
    border-color: #e53935
}

.has-error .form-control:focus {
    border-color: #b32b29
}

.has-error .input-group-addon {
    color: #e53935;
    background-color: #f2dede;
    border-color: #e53935
}

.has-error .form-control-feedback, .has-error .label-floatlabel {
    color: #e53935 !important
}

.has-feedback label ~ .form-control-feedback {
    top: 25px
}

.has-feedback label.sr-only ~ .form-control-feedback {
    top: 0
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #919499;
    font-size: 12px;
    line-height: 16px
}

.form-material .form-group {
    margin-bottom: 30px
}

.form-material-sm .form-group {
    margin-bottom: 20px
}

.actions {
    margin: 24px 0
}

.actions-lg {
    margin: 40px 0
}

.actions-md {
    margin: 32px 0
}

.actions-sm {
    margin: 16px 0
}

.actions > .btn + .btn:not(.btn-block) {
    margin-left: 12px
}

.actions > .btn.pull-right {
    margin-right: 0;
    margin-left: 12px
}

.actions-sm > .btn {
    margin-right: 4px
}

@media (max-width: 767px) {
    .actions > .btn + .btn {
        margin-left: 0 !important;
        margin-top: 10px
    }
}

.form-material .form-group {
    position: relative
}

.form-material select.form-control {
    padding-top: 22px
}

.form-material .form-control {
    padding-right: 0;
    padding-left: 0;
    border-top: none;
    border-left: none;
    border-right: none;
    -webkit-border-radius: 0;
    border-radius: 0
}

.form-material .form-control[disabled], .form-material .form-control[readonly], .form-material fieldset[disabled] .form-control {
    background-color: #fff
}

.form-material .label-floatlabel {
    position: absolute;
    top: 0 !important;
    left: 0 !important
}

.control-label, .label-floatlabel {
    top: 7px !important;
    left: 12px !important;
    color: #9da2a6 !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    line-height: 14px
}

.control-label {
    margin-bottom: 10px
}

.form-sm {
    max-width: 480px
}

@media (min-width: 768px) {
    .form-inline {
        margin-left: -15px
    }

    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        margin-left: 9px;
        vertical-align: middle
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .form-inline .form-control-static {
        display: inline-block
    }

    .form-inline .btn {
        margin-left: 9px
    }

    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle
    }

    .form-inline .input-group .form-control, .form-inline .input-group .input-group-addon, .form-inline .input-group .input-group-btn {
        width: auto
    }

    .form-inline .input-group > .form-control {
        width: 100%
    }

    .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .checkbox, .form-inline .radio {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .checkbox label, .form-inline .radio label {
        padding-left: 0
    }

    .form-inline .checkbox input[type=checkbox], .form-inline .radio input[type=radio] {
        position: relative;
        margin-left: 0
    }

    .form-inline .has-feedback .form-control-feedback {
        top: 0
    }
}

.form-horizontal .checkbox, .form-horizontal .checkbox-inline, .form-horizontal .radio, .form-horizontal .radio-inline {
    padding-top: 7px;
    margin-top: 0;
    margin-bottom: 0
}

.form-horizontal .checkbox, .form-horizontal .radio {
    min-height: 27px
}

.form-horizontal .form-group {
    margin-right: -15px;
    margin-left: -15px
}

@media (min-width: 768px) {
    .form-horizontal .control-label {
        padding-top: 7px;
        margin-bottom: 0;
        text-align: right
    }
}

.form-horizontal .has-feedback .form-control-feedback {
    right: 15px
}

@media (min-width: 768px) {
    .form-horizontal .form-group-lg .control-label {
        padding-top: 14.333333px;
        font-size: 18px
    }
}

@media (min-width: 768px) {
    .form-horizontal .form-group-sm .control-label {
        padding-top: 6px;
        font-size: 12px
    }
}

.btn {
    display: inline-block;
    min-width: 100px;
    padding: 12px 24px;
    margin-bottom: 0;
    font-size: 15px;
    font-weight: 700;
    line-height: 24px;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 3px
}

@media (max-width: 991px) {
    .btn {
        min-width: 86px
    }
}

.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
    outline: 0
}

.btn.focus, .btn:focus, .btn:hover {
    text-decoration: none
}

.btn.active, .btn.btn-outline.active, .btn.btn-outline:active, .btn:active {
    background-image: none;
    outline: 0
}

.btn[disabled], fieldset[disabled] .btn {
    cursor: not-allowed;
    opacity: .5
}

a.btn.disabled, fieldset[disabled] a.btn {
    pointer-events: none
}

.btn-default, .btn-default.disabled, .btn-default.disabled.active, .btn-default.disabled.focus, .btn-default.disabled:active, .btn-default.disabled:focus, .btn-default.disabled:hover, .btn-default[disabled], .btn-default[disabled].active, .btn-default[disabled].focus, .btn-default[disabled]:active, .btn-default[disabled]:focus, .btn-default[disabled]:hover, fieldset[disabled] .btn-default, fieldset[disabled] .btn-default.active, fieldset[disabled] .btn-default.focus, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:hover {
    color: #616366;
    background-color: #dfe2e5;
    border-color: #dfe2e5;
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-default:hover {
    color: #616366;
    background-color: #ebeff2;
    border-color: #ebeff2
}

.btn-default.active, .btn-default.focus, .btn-default:active, .btn-default:focus, .open > .btn-default, .open > .dropdown-toggle.btn-default {
    background-color: #d0d6db;
    border-color: #d0d6db
}

.btn-default .badge {
    color: #fff;
    background-color: #333
}

.btn-default.btn-outline {
    color: #616366;
    border-color: #e3e5e8
}

.btn-default.btn-outline:active, .btn-default.btn-outline:focus, .btn-default.btn-outline:hover, .open > .btn-default.btn-outline, .open > .dropdown-toggle.btn-default.btn-outline {
    color: #94420d;
    border-color: #94420d
}

.btn-default.btn-link, .btn-default.btn-link:hover {
    color: #616366
}

.btn-default.btn-link:active, .btn-default.btn-link:focus, .btn-default.btn-link:hover {
    background-color: #edf0f2
}

.btn-primary, .btn-primary.disabled, .btn-primary.disabled.active, .btn-primary.disabled.focus, .btn-primary.disabled:active, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary[disabled], .btn-primary[disabled].active, .btn-primary[disabled].focus, .btn-primary[disabled]:active, .btn-primary[disabled]:focus, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary.active, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:hover {
    color: #fff;
    background-color: #94420d;
    border-color: #94420d
}

.btn-primary:hover {
    color: #fff;
    background-color: #cd9304;
    border-color: #cd9304
}

.btn-primary.active, .btn-primary.focus, .btn-primary:active, .btn-primary:focus, .open > .btn-primary, .open > .dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #cd9304;
    border-color: #cd9304
}

.btn-primary.btn-outline, .btn-primary.btn-outline.disabled, .btn-primary.btn-outline.disabled.active, .btn-primary.btn-outline.disabled.focus, .btn-primary.btn-outline.disabled:active, .btn-primary.btn-outline.disabled:focus, .btn-primary.btn-outline.disabled:hover, .btn-primary.btn-outline[disabled], .btn-primary.btn-outline[disabled].focus, .btn-primary.btn-outline[disabled]:active, .btn-primary.btn-outline[disabled]:focus, .btn-primary.btn-outline[disabled]:hover, .btn-primary[disabled].active, fieldset[disabled] .btn-primary.btn-outline, fieldset[disabled] .btn-primary.btn-outline.active, fieldset[disabled] .btn-primary.btn-outline.focus, fieldset[disabled] .btn-primary.btn-outline:active, fieldset[disabled] .btn-primary.btn-outline:focus, fieldset[disabled] .btn-primary.btn-outline:hover {
    color: #94420d
}

.btn-primary.btn-outline.active, .btn-primary.btn-outline.focus, .btn-primary.btn-outline:active, .btn-primary.btn-outline:focus, .btn-primary.btn-outline:hover, .open > .btn-primary.btn-outline, .open > .dropdown-toggle.btn-primary.btn-outline {
    background-color: #94420d;
    border-color: #94420d;
    color: #fff
}

.btn-primary-light {
    color: #fff;
    background: rgba(0, 0, 0, .5);
    border-color: #fff
}

.btn-primary-light.active, .btn-primary-light.focus, .btn-primary-light:active, .btn-primary-light:focus, .btn-primary-light:hover, .open > .btn-primary-light.active, .open > .dropdown-toggle.btn-primary-light {
    color: #fff;
    background: rgba(0, 0, 0, .2);
    border-color: #fff
}

.btn-success, .btn-success.disabled, .btn-success.disabled.active, .btn-success.disabled.focus, .btn-success.disabled:active, .btn-success.disabled:focus, .btn-success.disabled:hover, .btn-success[disabled], .btn-success[disabled].active, .btn-success[disabled].focus, .btn-success[disabled]:active, .btn-success[disabled]:focus, .btn-success[disabled]:hover, fieldset[disabled] .btn-success, fieldset[disabled] .btn-success.active, fieldset[disabled] .btn-success.focus, fieldset[disabled] .btn-success:active, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success:hover {
    color: #fff;
    background-color: #3fbf70;
    border-color: #3fbf70
}

.btn-success-light, .btn-success-light.disabled, .btn-success-light.disabled.active, .btn-success-light.disabled.focus, .btn-success-light.disabled:active, .btn-success-light.disabled:focus, .btn-success-light.disabled:hover, .btn-success-light[disabled], .btn-success-light[disabled].active, .btn-success-light[disabled].focus, .btn-success-light[disabled]:active, .btn-success-light[disabled]:focus, .btn-success-light[disabled]:hover {
    color: #fff;
    background-color: #42baa6;
    border-color: #42baa6
}

.btn-success-light.active, .btn-success-light.focus, .btn-success-light:active, .btn-success-light:focus, .btn-success-light:hover, .open > .btn-success-light, .open > .dropdown-toggle.btn-success-light, .open > .dropdown-toggle.btn-success-light.focus, .open > .dropdown-toggle.btn-success-light:focus, .open > .dropdown-toggle.btn-success-light:hover {
    color: #fff;
    background-color: #2e9886;
    border-color: #2e9886
}

.btn-success.active, .btn-success.focus, .btn-success:active, .btn-success:focus, .btn-success:hover, .open > .btn-success, .open > .dropdown-toggle.btn-success, .open > .dropdown-toggle.btn-success.focus, .open > .dropdown-toggle.btn-success:focus, .open > .dropdown-toggle.btn-success:hover {
    color: #fff;
    background-color: #45d17b;
    border-color: #45d17b
}

.btn-success.btn-outline, .btn-success.btn-outline.disabled, .btn-success.btn-outline.disabled.active, .btn-success.btn-outline.disabled.focus, .btn-success.btn-outline.disabled:active, .btn-success.btn-outline.disabled:focus, .btn-success.btn-outline.disabled:hover, .btn-success.btn-outline[disabled], .btn-success.btn-outline[disabled].focus, .btn-success.btn-outline[disabled]:active, .btn-success.btn-outline[disabled]:focus, .btn-success.btn-outline[disabled]:hover, .btn-success[disabled].active, fieldset[disabled] .btn-success.btn-outline, fieldset[disabled] .btn-success.btn-outline.active, fieldset[disabled] .btn-success.btn-outline.focus, fieldset[disabled] .btn-success.btn-outline:active, fieldset[disabled] .btn-success.btn-outline:focus, fieldset[disabled] .btn-success.btn-outline:hover {
    color: #45d17b
}

.btn-success.btn-outline.active, .btn-success.btn-outline.focus, .btn-success.btn-outline:active, .btn-success.btn-outline:focus, .btn-success.btn-outline:hover, .open > .btn-success.btn-outline, .open > .dropdown-toggle.btn-success.btn-outline {
    background-color: #45d17b;
    border-color: #45d17b;
    color: #fff
}

.btn-success .badge {
    color: #5cb85c;
    background-color: #fff
}

.btn-info, .btn-info.disabled, .btn-info.disabled.active, .btn-info.disabled.focus, .btn-info.disabled:active, .btn-info.disabled:focus, .btn-info.disabled:hover, .btn-info[disabled], .btn-info[disabled].active, .btn-info[disabled].focus, .btn-info[disabled]:active, .btn-info[disabled]:focus, .btn-info[disabled]:hover, fieldset[disabled] .btn-info, fieldset[disabled] .btn-info.active, fieldset[disabled] .btn-info.focus, fieldset[disabled] .btn-info:active, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info:hover {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da
}

.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, .btn-info.focus, .btn-info:active, .btn-info:focus, .open > .dropdown-toggle.btn-info, .open > .dropdown-toggle.btn-info.focus, .open > .dropdown-toggle.btn-info:focus, .open > .dropdown-toggle.btn-info:hover {
    color: #fff;
    background-color: #269abc;
    border-color: #1b6d85
}

.btn-info .badge {
    color: #5bc0de;
    background-color: #fff
}

.btn-warning, .btn-warning.disabled, .btn-warning.disabled.active, .btn-warning.disabled.focus, .btn-warning.disabled:active, .btn-warning.disabled:focus, .btn-warning.disabled:hover, .btn-warning[disabled], .btn-warning[disabled].active, .btn-warning[disabled].focus, .btn-warning[disabled]:active, .btn-warning[disabled]:focus, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning, fieldset[disabled] .btn-warning.active, fieldset[disabled] .btn-warning.focus, fieldset[disabled] .btn-warning:active, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning:hover {
    color: #fff;
    background-color: #fca426;
    border-color: #fca426
}

.btn-warning:hover {
    color: #fff;
    background-color: #ffbc2b;
    border-color: #ffbc2b
}

.btn-warning.active, .btn-warning.focus, .btn-warning:active, .btn-warning:focus, .open > .btn-warning, .open > .dropdown-toggle.btn-warning {
    color: #fff;
    background-color: #ec971f;
    border-color: #ec971f
}

.btn-warning.btn-outline.active, .btn-warning.btn-outline:active {
    color: #fca426;
    border-color: #fca426
}

.btn-warning .badge {
    color: #fca426;
    background-color: #fff
}

.btn-warning-light {
    color: #fff;
    background-color: #fcb823;
    border-color: #fcb823
}

.btn-warning-light:focus, .btn-warning-light:hover {
    color: #fff;
    background-color: #fcc623;
    border-color: #fcc623
}

.btn-warning-light.active, .btn-warning-light:active {
    color: #fff;
    background-color: #fca40a;
    border-color: #fca40a
}

.btn-danger {
    color: #fff;
    background-color: #e53935;
    border-color: #e53935
}

.btn-danger.focus, .btn-danger:focus, .btn-danger:hover {
    color: #fff;
    background-color: #ff4d4a;
    border-color: #ff4d4a
}

.btn-danger.active, .btn-danger:active, .open > .dropdown-toggle.btn-danger {
    color: #fff;
    background-color: #cc322f;
    border-color: #cc322f
}

.btn-danger.active, .btn-danger:active, .open > .dropdown-toggle.btn-danger {
    background-image: none
}

.btn-danger.disabled, .btn-danger.disabled.active, .btn-danger.disabled.focus, .btn-danger.disabled:active, .btn-danger.disabled:focus, .btn-danger.disabled:hover, .btn-danger[disabled], .btn-danger[disabled].active, .btn-danger[disabled].focus, .btn-danger[disabled]:active, .btn-danger[disabled]:focus, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger, fieldset[disabled] .btn-danger.active, fieldset[disabled] .btn-danger.focus, fieldset[disabled] .btn-danger:active, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger:hover {
    background-color: #d9534f;
    border-color: #d43f3a
}

.btn-dark {
    color: #fff;
    border-color: #fff;
    border-width: 2px
}

.btn-dark:active, .btn-dark:focus, .btn-dark:hover {
    color: #fff;
    border-color: #fff;
    background: rgba(255, 255, 255, .2)
}

.btn-danger .badge {
    color: #d9534f;
    background-color: #fff
}

.btn-link {
    color: #94420d
}

.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:active, .btn-link:focus, .btn-link:hover {
    border-color: transparent
}

.btn-link:focus, .btn-link:hover {
    color: #94420d;
    background-color: transparent
}

.btn-link[disabled]:focus, .btn-link[disabled]:hover, fieldset[disabled] .btn-link:focus, fieldset[disabled] .btn-link:hover {
    color: #777;
    text-decoration: none
}

.btn-group-xlg > .btn, .btn-xlg {
    height: 62px;
    min-width: 120px;
    padding: 15px 30px;
    font-size: 18px;
    font-weight: 500
}

.btn-group-lg > .btn, .btn-lg {
    height: 56px;
    min-width: 120px;
    padding: 15px 30px;
    font-size: 16px;
    font-weight: 500
}

.btn-price {
    padding: 15px 20px !important
}

.btn-group-sm > .btn, .btn-lg- .btn-sm {
    height: 42px;
    min-width: 60px;
    padding: 8px 16px;
    border-radius: 3px;
    font-size: 14px
}

.btn-group-sm > .btn.btn-link, .btn-sm.btn-link {
    padding-left: 8px;
    padding-right: 8px
}

.btn-group-xs > .btn, .btn-xs {
    height: 36px;
    min-width: 60px;
    padding: 5px 16px;
    border-radius: 3px;
    font-size: 13px;
    font-weight: 300
}

.btn-block {
    display: block;
    width: 100%
}

.btn-block + .btn-block {
    margin-top: 5px
}

.btn i {
    margin-right: 16px;
    font-size: 24px;
    vertical-align: bottom
}

.btn i.right, .btn i.zmdi-long-arrow-right {
    margin-left: 16px;
    margin-right: 0;
    font-size: 24px;
    vertical-align: sub
}

.btn i.zmdi-long-arrow-right {
    font-size: 19px;
    vertical-align: text-bottom
}

.btn-icon {
    min-width: 0;
    padding-left: 12px;
    padding-right: 12px
}

.btn-circle.btn-sm, .btn-icon.btn-sm {
    line-height: 24px
}

.btn-icon.btn-sm {
    padding: 9px;
    font-size: 19px
}

.btn-icon.btn-xs {
    padding-left: 6px;
    padding-right: 6px;
    font-size: 17px
}

.btn.btn-circle i, .btn.btn-icon i {
    float: none;
    display: block;
    height: 24px;
    width: 24px;
    margin: 0 auto;
    font-size: 24px
}

.btn.btn-circle i:before, .btn.btn-icon i:before {
    line-height: 24px
}

.btn-icon.btn-sm > i {
    font-size: 19px
}

.btn-xs > i {
    margin-right: 5px;
    font-size: 14px;
    vertical-align: text-bottom
}

.btn-icon.btn-xs > i {
    font-size: 16px
}

.btn.btn-lg.btn-circle i, .btn.btn-lg.btn-icon i {
    font-size: 24px
}

.btn.btn-icon.btn-link {
    color: #616366
}

.btn.btn-icon.btn-link.active, .btn.btn-icon.btn-link:active, .btn.btn-icon.btn-link:hover {
    color: #94420d
}

.confirmation-open .btn.btn-icon.btn-link, .confirmation-open .btn.btn-icon.btn-link:active, .open .btn.btn-icon.btn-link, .open .btn.btn-icon.btn-link:active {
    background-color: #edf0f2
}

.btn.btn-light {
    color: #840e35;
    background-color: rgba(255, 255, 255, .2);
    border-color: transparent
}

.btn.btn-light.btn-outline {
    border-color: rgba(255, 255, 255, .2)
}

.btn.btn-light:hover {
    color: #b21348;
    background-color: rgba(255, 255, 255, .2);
    border-color: transparent
}

.btn-primary[disabled].active, .btn.btn-outline, .btn.btn-outline.disabled, .btn.btn-outline.disabled.active, .btn.btn-outline.disabled.focus, .btn.btn-outline.disabled:active, .btn.btn-outline.disabled:focus, .btn.btn-outline.disabled:hover, .btn.btn-outline[disabled], .btn.btn-outline[disabled].focus, .btn.btn-outline[disabled]:active, .btn.btn-outline[disabled]:focus, .btn.btn-outline[disabled]:hover, fieldset[disabled] .btn.btn-outline, fieldset[disabled] .btn.btn-outline.active, fieldset[disabled] .btn.btn-outline.focus, fieldset[disabled] .btn.btn-outline:active, fieldset[disabled] .btn.btn-outline:focus, fieldset[disabled] .btn.btn-outline:hover {
    background: 0 0;
    box-shadow: none
}

.btn.btn-circle {
    min-width: 0;
    padding-right: 0;
    padding-left: 0;
    -wbekit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px
}

.btn.btn-circle {
    width: 50px
}

.btn.btn-circle.btn-lg {
    width: 56px
}

.btn.btn-circle.btn-sm {
    height: 42px;
    width: 42px
}

.btn.btn-circle.btn-xs {
    width: 36px
}

input[type=button].btn-block, input[type=reset].btn-block, input[type=submit].btn-block {
    width: 100%
}

.spinner:after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    border: solid 2px transparent;
    border-top-color: #fa0;
    border-left-color: #fa0;
    border-radius: 100%;
    -webkit-animation: pace-spinner .4s linear infinite;
    -moz-animation: pace-spinner .4s linear infinite;
    -ms-animation: pace-spinner .4s linear infinite;
    -o-animation: pace-spinner .4s linear infinite;
    animation: pace-spinner .4s linear infinite
}

.spinner-lg:after {
    margin: -22px 0 0 -22px;
    width: 40px;
    height: 40px
}

.spinner-md:after {
    margin: -16px 0 0 -16px;
    width: 28px;
    height: 28px
}

.spinner-hidden {
    opacity: 0;
    visibility: hidden
}

.spinner-visible {
    opacity: 1;
    visibility: visible
}

.btn-preloader {
    position: relative
}

.btn-preloader .spinner {
    position: absolute;
    top: 50%;
    left: 50%
}

.btn-preloader .spinner:after {
    border-top-color: #fff;
    border-left-color: #fff
}

.btn-preloader .spinner-md {
    height: 32px;
    width: 32px;
    margin-left: -16px;
    margin-top: -16px
}

.btn-preloader .spinner, .btn-preloader.btn-loading > span:not(.spinner) {
    opacity: 0;
    visibility: hidden
}

.btn-preloader.btn-loading .spinner {
    opacity: 1;
    visibility: visible
}

@-webkit-keyframes pace-spinner {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-moz-keyframes pace-spinner {
    0% {
        -moz-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -moz-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-o-keyframes pace-spinner {
    0% {
        -o-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-ms-keyframes pace-spinner {
    0% {
        -ms-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -ms-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes pace-spinner {
    0% {
        transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-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-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: .35s;
    -o-transition-duration: .35s;
    transition-duration: .35s;
    -webkit-transition-property: height, visibility;
    -o-transition-property: height, visibility;
    transition-property: height, visibility
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent
}

.dropdown, .dropup {
    position: relative
}

.dropdown-toggle:focus {
    outline: 0
}

.dropdown-confirmation, .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: block;
    float: left;
    min-width: 200px;
    padding: 12px 0;
    margin: 2px 0 0;
    font-size: 15px;
    text-align: left;
    list-style: none;
    visibility: hidden;
    opacity: 0;
    background-color: #fff;
    border: 1px solid #dcdee0;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border-radius: 4px;
    -webkit-backface-visibility: hidden;
    -webkit-box-shadow: 0 10px 40px -5px rgba(37, 45, 51, .25);
    box-shadow: 0 10px 40px -5px rgba(37, 45, 51, .25);
    -webkit-transition: all .4s cubic-bezier(.165, .84, .44, 1);
    transition: all .4s cubic-bezier(.165, .84, .44, 1);
    -webkit-transform: translateX(0) translateY(20px);
    transform: translateX(0) translateY(20px)
}

.dropdown-confirmation:after, .dropdown-confirmation:before, .dropdown-menu:after, .dropdown-menu:before {
    position: absolute;
    left: 30px;
    top: -16px;
    display: block;
    content: "\f2f8";
    height: 16px;
    width: 18px;
    color: #fff;
    font-family: Material-Design-Iconic-Font;
    font-size: 40px;
    line-height: 26px
}

.dropdown-confirmation:before, .dropdown-menu:before {
    top: -17px;
    font-size: 41px;
    color: #dcdee0
}

.dropdown-confirmation.pull-right, .dropdown-menu.pull-right {
    right: 0;
    left: auto
}

.dropdown-confirmation.pull-right:after, .dropdown-confirmation.pull-right:before, .dropdown-menu.pull-right:after, .dropdown-menu.pull-right:before {
    right: 20px;
    left: auto
}

.dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #edeff2
}

.dropdown-menu > li > a, .dropdown-menu > li > span {
    display: block;
    padding: 4px 24px;
    clear: both;
    color: #616366;
    font-weight: 300;
    line-height: 25px;
    white-space: nowrap
}

.dropdown-menu > li > a:active, .dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover, .dropdown-menu > li > span:active, .dropdown-menu > li > span:focus, .dropdown-menu > li > span:hover {
    color: #94420d;
    text-decoration: none;
    cursor: pointer
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > span, .dropdown-menu > .active > span:focus, .dropdown-menu > .active > span:hover {
    color: #94420d;
    font-weight: 700;
    text-decoration: none;
    outline: 0
}

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:focus, .dropdown-menu > .disabled > a:hover {
    color: #777
}

.dropdown-menu > .disabled > a:focus, .dropdown-menu > .disabled > a:hover {
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent;
    background-image: none
}

.open > .dropdown-menu {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0)
}

.cell-actions .dropdown-confirmation.pull-right, .cell-actions .dropdown-menu.pull-right {
    right: -12px
}

.open > a {
    outline: 0
}

.dropdown-menu-right {
    right: 0;
    left: auto
}

.dropdown-menu-left {
    right: auto;
    left: 0
}

.dropdown-menu-right .dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #777;
    white-space: nowrap
}

.dropdown-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 990
}

.pull-right > .dropdown-menu {
    right: 0;
    left: auto
}

.dropup .caret, .navbar-fixed-bottom .dropdown .caret {
    content: "";
    border-top: 0;
    border-bottom: 4px dashed
}

.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px
}

@media (min-width: 768px) {
    .navbar-right .dropdown-menu {
        right: 0;
        left: auto
    }

    .navbar-right .dropdown-menu-left {
        right: auto;
        left: 0
    }
}

.btn-group, .btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle
}

.btn-group-vertical > .btn, .btn-group > .btn {
    position: relative;
    float: left
}

.btn-group-vertical > .btn.active, .btn-group-vertical > .btn:active, .btn-group-vertical > .btn:focus, .btn-group-vertical > .btn:hover, .btn-group > .btn.active, .btn-group > .btn:active, .btn-group > .btn:focus, .btn-group > .btn:hover {
    z-index: 2
}

.btn-group .btn + .btn, .btn-group .btn + .btn-group, .btn-group .btn-group + .btn, .btn-group .btn-group + .btn-group {
    margin-left: -1px
}

.btn-toolbar {
    margin-left: -5px
}

.btn-toolbar .btn, .btn-toolbar .btn-group, .btn-toolbar .input-group {
    float: left
}

.btn-toolbar > .btn, .btn-toolbar > .btn-group, .btn-toolbar > .input-group {
    margin-left: 5px
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0
}

.btn-group > .btn:first-child {
    margin-left: 0
}

.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.btn-group > .btn:last-child:not(:first-child), .btn-group > .dropdown-toggle:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group > .btn-group {
    float: left
}

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
    border-radius: 0
}

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle {
    outline: 0
}

.btn-group > .btn + .dropdown-toggle {
    padding-right: 8px;
    padding-left: 8px
}

.btn-group > .btn-lg + .dropdown-toggle {
    padding-right: 12px;
    padding-left: 12px
}

.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.btn-group.open .dropdown-toggle.btn-link {
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn .caret {
    margin-left: 0
}

.btn-lg .caret {
    border-width: 5px 5px 0;
    border-bottom-width: 0
}

.dropup .btn-lg .caret {
    border-width: 0 5px 5px
}

.btn-group-vertical > .btn, .btn-group-vertical > .btn-group, .btn-group-vertical > .btn-group > .btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%
}

.btn-group-vertical > .btn-group > .btn {
    float: none
}

.btn-group-vertical > .btn + .btn, .btn-group-vertical > .btn + .btn-group, .btn-group-vertical > .btn-group + .btn, .btn-group-vertical > .btn-group + .btn-group {
    margin-top: -1px;
    margin-left: 0
}

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
    border-radius: 0
}

.btn-group-vertical > .btn:first-child:not(:last-child) {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical > .btn:last-child:not(:first-child) {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 4px
}

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
    border-radius: 0
}

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate
}

.btn-group-justified > .btn, .btn-group-justified > .btn-group {
    display: table-cell;
    float: none;
    width: 1%
}

.btn-group-justified > .btn-group .btn {
    width: 100%
}

.btn-group-justified > .btn-group .dropdown-menu {
    left: auto
}

[data-toggle=buttons] > .btn input[type=checkbox], [data-toggle=buttons] > .btn input[type=radio], [data-toggle=buttons] > .btn-group > .btn input[type=checkbox], [data-toggle=buttons] > .btn-group > .btn input[type=radio] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate
}

.input-group[class*=col-] {
    float: none;
    padding-right: 0;
    padding-left: 0
}

.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0
}

.input-group-lg > .form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px
}

select.input-group-lg > .form-control, select.input-group-lg > .input-group-addon, select.input-group-lg > .input-group-btn > .btn {
    height: 46px;
    line-height: 46px
}

select[multiple].input-group-lg > .form-control, select[multiple].input-group-lg > .input-group-addon, select[multiple].input-group-lg > .input-group-btn > .btn, textarea.input-group-lg > .form-control, textarea.input-group-lg > .input-group-addon, textarea.input-group-lg > .input-group-btn > .btn {
    height: auto
}

.input-group-sm > .form-control, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .btn {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

select.input-group-sm > .form-control, select.input-group-sm > .input-group-addon, select.input-group-sm > .input-group-btn > .btn {
    height: 30px;
    line-height: 30px
}

select[multiple].input-group-sm > .form-control, select[multiple].input-group-sm > .input-group-addon, select[multiple].input-group-sm > .input-group-btn > .btn, textarea.input-group-sm > .form-control, textarea.input-group-sm > .input-group-addon, textarea.input-group-sm > .input-group-btn > .btn {
    height: auto
}

.input-group .form-control, .input-group-addon, .input-group-btn {
    display: table-cell
}

.input-group .form-control:not(:first-child):not(:last-child), .input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child) {
    border-radius: 0
}

.input-group-addon, .input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #fff;
    border: 1px solid #dfe2e5;
    border-radius: 4px
}

.input-group-addon.input-sm {
    padding: 5px 10px;
    font-size: 14px;
    border-radius: 3px
}

.input-group-addon.input-lg {
    padding: 10px 16px;
    font-size: 18px;
    border-radius: 6px
}

.input-group-addon input[type=checkbox], .input-group-addon input[type=radio] {
    margin-top: 0
}

.input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group > .btn, .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn-group:not(:last-child) > .btn, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group-addon:first-child {
    border-right: 0
}

.input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:first-child > .btn-group:not(:first-child) > .btn, .input-group-btn:first-child > .btn:not(:first-child), .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group > .btn, .input-group-btn:last-child > .dropdown-toggle {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.input-group-addon:last-child {
    border-left: 0
}

.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap
}

.input-group-btn > .btn {
    position: relative
}

.input-group-btn > .btn + .btn {
    margin-left: -1px
}

.input-group-btn > .btn:active, .input-group-btn > .btn:focus, .input-group-btn > .btn:hover {
    z-index: 2
}

.input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group {
    margin-right: -1px
}

.input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group {
    z-index: 2;
    margin-left: -1px
}

.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.nav > li {
    position: relative;
    display: block
}

.nav > li > a {
    position: relative;
    display: block;
    padding: 12px 15px
}

.nav > li.disabled > a {
    color: #777
}

.nav > li.disabled > a:focus, .nav > li.disabled > a:hover {
    color: #777;
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent
}

.nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5
}

.nav > li > a > img {
    max-width: none
}

.nav-tabs {
    margin: 0 -16px;
    border-bottom: 1px solid #edf0f2;
    white-space: nowrap
}

.nav-tabs > li {
    display: inline-block
}

.nav-tabs > li > a, .nav-tabs > li > button, .nav-tabs > li > span {
    position: relative;
    padding: 14px 2px;
    margin: 0 14px;
    color: #616366;
    line-height: 20px;
    -webkit-transition: color ease-in .15s;
    transition: color ease-in .15s
}

.nav-tabs > li > button {
    background: 0 0;
    border: none;
    cursor: pointer
}

.nav-tabs > li > a:after, .nav-tabs > li > button:after, .nav-tabs > li > span:after {
    position: absolute;
    bottom: 0;
    left: 50%;
    display: block;
    content: "";
    height: 2px;
    width: 0;
    -webkit-transition: ease-in all .15s;
    transition: ease-in all .15s
}

.nav-tabs > li > a:active, .nav-tabs > li > a:hover, .nav-tabs > li > button:hover {
    color: #94420d
}

.nav-tabs > li > button:active, .nav-tabs > li > button:focus {
    outline: 0
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > button, .nav-tabs > li.active > button:focus, .nav-tabs > li.active > button:hover, .nav-tabs > li.active > span {
    color: #94420d;
    cursor: default
}

.nav-tabs > li.active > a:after, .nav-tabs > li.active > button:after, .nav-tabs > li.active > span:after {
    width: 100%;
    margin-left: -50%;
    background-color: #94420d
}

.nav-tabs > li.promo-tab.active > a:after, .nav-tabs > li.promo-tab.active > button:after, .nav-tabs > li.promo-tab.active > span:after {
    background-color: #fca426
}

@media (max-width: 767px) {
    .nav-tabs {
        margin: 0 -12px
    }
}

.nav-tabs.nav-justified {
    width: 100%;
    border-bottom: 0
}

.nav-tabs.nav-justified > li {
    float: none
}

.nav-tabs.nav-justified > li > a {
    margin-bottom: 5px;
    text-align: center
}

.nav-tabs.nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto
}

@media (min-width: 768px) {
    .nav-tabs.nav-justified > li {
        display: table-cell;
        width: 1%
    }

    .nav-tabs.nav-justified > li > a {
        margin-bottom: 0
    }
}

.nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 4px
}

.nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:hover {
    border: 1px solid #edeff2
}

@media (min-width: 768px) {
    .nav-tabs.nav-justified > li > a {
        border-bottom: 1px solid #edeff2;
        border-radius: 4px 4px 0 0
    }

    .nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:hover {
        border-bottom-color: #fff
    }
}

.tabs-responsive {
    position: relative;
    height: 48px;
    overflow: hidden
}

.tabs-responsive > .tabs-container {
    position: absolute;
    top: 0;
    width: 100%
}

.tabs-responsive > .tabs-container > .btn {
    position: absolute;
    top: -1px
}

.tabs-responsive > .tabs-container > .btn-next {
    right: -18px
}

.tabs-responsive > .tabs-container > .btn-prev {
    left: -18px
}

.tabs-responsive > .tabs-container > .nav-tabs {
    height: 76px;
    overflow-y: hidden;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -webkit-user-select: none;
    -webkit-transition: all ease-in .15s;
    transition: all ease-in .15s;
    background-color: rgba(0, 0, 0, .4)
}

.tabs-responsive > .tabs-container > ul > li {
    float: none;
    display: inline-block;
    width: auto
}

.nav-sidebar > li {
    margin-bottom: 8px
}

.nav-sidebar > li:after {
    display: block;
    content: "";
    clear: both
}

.nav-sidebar > li > a {
    position: relative;
    display: inline-block;
    padding: 0 0 6px;
    color: #616366;
    -webkit-transition: color ease-in .15s;
    transition: color ease-in .15s
}

.nav-sidebar > li > a > i {
    margin-right: 12px;
    font-size: 24px;
    vertical-align: top
}

.nav-sidebar > li:not(.dropdown) > a:before, .nav-sidebar > li > .nav > li > a:before {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    content: "";
    height: 2px;
    width: 0;
    background-color: #94420d;
    -webkit-transition: all ease-in .15s;
    transition: all ease-in .15s
}

.nav-sidebar > li:not(.dropdown).active > a:before, .nav-siedbar > li > .nav > li.active > a:before {
    width: 100%
}

.nav-sidebar > li.active > a, .nav-sidebar > li > .nav > li.active > a, .nav-sidebar > li > .nav > li > a:hover, .nav-sidebar > li > a:hover {
    color: #94420d
}

.nav-sidebar > li > .nav {
    display: none;
    padding-left: 15px
}

.nav-sidebar > li.active > .nav {
    display: block
}

.nav-sidebar > li > .nav > li > a {
    padding: 3px 15px 3px 0;
    color: #616366;
    font-size: 14px
}

@media (min-width: 768px) {
    .nav-responsive > .btn, .panel-mobile-select > .mobile-select-label {
        display: none
    }
}

@media (max-width: 767px) {
    .nav-responsive, .panel-mobile-select {
        position: relative
    }

    .panel-mobile-select > .panel-heading, .panel-mobile-select > .panel-title {
        display: none
    }

    .nav-responsive-p-b {
        margin-bottom: 32px
    }

    .nav-responsive > .btn, .panel-mobile-select > .mobile-select-label {
        width: 100%;
        padding-left: 12px;
        padding-right: 12px;
        text-align: left
    }

    .nav-responsive > .btn.btn-icon {
        text-align: center;
        -webkit-border-radius: 100%;
        border-radius: 100%
    }

    .nav-responsive > .btn i, .panel-mobile-select > .mobile-select-label i {
        float: right;
        color: #616366;
        font-size: 24px
    }

    .nav-responsive > ul, .panel-mobile-select > .list-group {
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 999;
        display: block;
        width: 100% !important;
        min-width: 200px;
        padding: 12px 0;
        margin: 0;
        background: #fff;
        opacity: 0;
        visibility: hidden;
        border: 1px solid #dcdee0;
        -webkit-background-clip: padding-box;
        background-clip: padding-box;
        border-radius: 4px;
        -webkit-backface-visibility: hidden;
        -webkit-transform: translateX(0) translateY(15px);
        transform: translateX(0) translateY(15px);
        -webkit-box-shadow: 0 10px 40px -5px rgba(37, 45, 51, .25);
        box-shadow: 0 10px 40px -5px rgba(37, 45, 51, .25);
        -webkit-transition: all .6s cubic-bezier(.165, .84, .44, 1);
        transition: all .6s cubic-bezier(.165, .84, .44, 1)
    }

    .nav-responsive-right > ul {
        left: auto;
        right: 0
    }

    .nav-responsive > .btn:after, .nav-responsive > .btn:before, .panel-mobile-select > .mobile-select-label:after {
        position: absolute;
        right: 25px;
        top: 100%;
        z-index: 1000;
        display: block;
        content: "\f2f8";
        height: 16px;
        width: 18px;
        margin-top: -16px;
        opacity: 0;
        visibility: hidden;
        color: #fff;
        font-family: Material-Design-Iconic-Font;
        font-size: 40px;
        line-height: 26px;
        -webkit-transition: all .6s cubic-bezier(.165, .84, .44, 1);
        transition: all .6s cubic-bezier(.165, .84, .44, 1);
        -webkit-transform: translateX(0) translateY(15px);
        transform: translateX(0) translateY(15px)
    }

    .nav-responsive > .btn:before {
        margin-top: -17px;
        color: #dcdee0;
        font-size: 41px
    }

    .nav-responsive.open > .btn:after, .nav-responsive.open > .btn:before, .nav-responsive.open > ul, .panel-mobile-select.open > .list-group {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateX(0) translateY(0);
        transform: translateX(0) translateY(0)
    }

    .nav-responsive > ul > li {
        display: block;
        float: none;
        width: 100%;
        margin: 0;
        padding: 0;
        list-style: none;
        text-align: left
    }

    .nav-responsive > ul > li > .btn, .nav-responsive > ul > li > a {
        width: 100%;
        padding: 4px 24px;
        border: none
    }

    .nav-responsive > ul > li > a:before {
        display: none !important
    }

    .nav-responsive > ul > li > .btn {
        float: none;
        height: auto;
        width: 100%;
        background: 0 0 !important;
        font-size: 14px;
        font-weight: 300;
        text-align: left
    }

    .nav-responsive > ul > li > .btn-icon > i {
        display: inline-block;
        height: 24px;
        width: 24px;
        margin: 0 16px 0 -4px;
        vertical-align: sub
    }
}

.nav-pills > li {
    float: left
}

.nav-pills > li > a {
    border-radius: 4px
}

.nav-pills > li + li {
    margin-left: 2px
}

.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
    color: #fff;
    background-color: #94420d
}

.nav-stacked > li {
    float: none
}

.nav-stacked > li + li {
    margin-top: 2px;
    margin-left: 0
}

.nav-justified {
    width: 100%
}

.nav-justified > li {
    float: none
}

.nav-justified > li > a {
    margin-bottom: 5px;
    text-align: center
}

.nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto
}

@media (min-width: 768px) {
    .nav-justified > li {
        display: table-cell;
        width: 1%
    }

    .nav-justified > li > a {
        margin-bottom: 0
    }
}

.nav-tabs-justified {
    border-bottom: 0
}

.nav-tabs-justified > li > a {
    margin-right: 0;
    border-radius: 4px
}

.nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:focus, .nav-tabs-justified > .active > a:hover {
    border: 1px solid #edeff2
}

@media (min-width: 768px) {
    .nav-tabs-justified > li > a {
        border-bottom: 1px solid #edeff2;
        border-radius: 4px 4px 0 0
    }

    .nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:focus, .nav-tabs-justified > .active > a:hover {
        border-bottom-color: #fff
    }
}

.tab-content > .tab-pane {
    display: none
}

.tab-content > .active {
    display: block
}

@media (min-width: 768px) {
    .navbar {
        border-radius: 4px
    }
}

@media (min-width: 768px) {
    .navbar-header {
        float: left
    }
}

.navbar-collapse {
    padding-right: 15px;
    padding-left: 15px;
    overflow-x: visible;
    -webkit-overflow-scrolling: touch;
    border-top: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1)
}

.navbar-collapse.in {
    overflow-y: auto
}

@media (min-width: 768px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important
    }

    .navbar-collapse.in {
        overflow-y: visible
    }

    .navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse {
        padding-right: 0;
        padding-left: 0
    }
}

.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
    max-height: 340px
}

@media (max-device-width: 480px) and (orientation: landscape) {
    .navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
        max-height: 200px
    }
}

.container-fluid > .navbar-collapse, .container-fluid > .navbar-header, .container > .navbar-collapse, .container > .navbar-header {
    margin-right: -15px;
    margin-left: -15px
}

@media (min-width: 768px) {
    .container-fluid > .navbar-collapse, .container-fluid > .navbar-header, .container > .navbar-collapse, .container > .navbar-header {
        margin-right: 0;
        margin-left: 0
    }
}

.navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px
}

@media (min-width: 768px) {
    .navbar-static-top {
        border-radius: 0
    }
}

.navbar-fixed-bottom, .navbar-fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030
}

@media (min-width: 768px) {
    .navbar-fixed-bottom, .navbar-fixed-top {
        border-radius: 0
    }
}

.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px
}

.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0
}

.navbar-brand {
    height: 58px;
    padding: 0;
    font-size: 18px;
    line-height: 20px
}

.navbar-brand:focus, .navbar-brand:hover {
    text-decoration: none
}

.navbar-brand > img {
    display: block
}

@media (min-width: 768px) {
    .navbar-brand {
        float: left
    }

    .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
        margin-left: 0
    }
}

.navbar-toggle:focus {
    outline: 0
}

.navbar-toggle .icon-bar {
    display: block;
    width: 24px;
    height: 2px;
    border-radius: 1px
}

.navbar-toggle i {
    padding: 4px 0
}

.navbar-toggle .icon-bar + .icon-bar {
    margin-top: 5px
}

@media (min-width: 768px) {
    .navbar-toggle {
        display: none
    }
}

.navbar-nav {
    margin: 7.5px -15px
}

.navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px
}

@media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .navbar-nav .open .dropdown-menu .dropdown-header, .navbar-nav .open .dropdown-menu > li > a {
        padding: 8px 15px 8px 15px
    }

    .navbar-nav .open .dropdown-menu > li > a {
        line-height: 20px
    }

    .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-nav .open .dropdown-menu > li > a:hover {
        background-image: none
    }
}

@media (min-width: 768px) {
    .navbar-nav {
        float: left;
        margin: 0
    }

    .navbar-nav > li {
        float: left
    }
}

.navbar-form {
    padding: 10px 15px;
    margin-top: 8px;
    margin-right: -15px;
    margin-bottom: 8px;
    margin-left: -15px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1)
}

@media (min-width: 768px) {
    .navbar-form .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }

    .navbar-form .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .navbar-form .form-control-static {
        display: inline-block
    }

    .navbar-form .input-group {
        display: inline-table;
        vertical-align: middle
    }

    .navbar-form .input-group .form-control, .navbar-form .input-group .input-group-addon, .navbar-form .input-group .input-group-btn {
        width: auto
    }

    .navbar-form .input-group > .form-control {
        width: 100%
    }

    .navbar-form .control-label {
        margin-bottom: 0;
        vertical-align: middle
    }

    .navbar-form .checkbox, .navbar-form .radio {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle
    }

    .navbar-form .checkbox label, .navbar-form .radio label {
        padding-left: 0
    }

    .navbar-form .checkbox input[type=checkbox], .navbar-form .radio input[type=radio] {
        position: relative;
        margin-left: 0
    }

    .navbar-form .has-feedback .form-control-feedback {
        top: 0
    }
}

@media (max-width: 767px) {
    .navbar-form .form-group {
        margin-bottom: 5px
    }

    .navbar-form .form-group:last-child {
        margin-bottom: 0
    }
}

@media (min-width: 768px) {
    .navbar-form {
        width: auto;
        padding-top: 0;
        padding-bottom: 0;
        margin-right: 0;
        margin-left: 0;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }
}

.navbar-nav > li > .dropdown-menu {
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
    margin-bottom: 0;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.navbar-btn {
    margin-top: 8px;
    margin-bottom: 8px
}

.navbar-btn.btn-sm {
    margin-top: 10px;
    margin-bottom: 10px
}

.navbar-btn.btn-xs {
    margin-top: 14px;
    margin-bottom: 14px
}

.navbar-text {
    margin-top: 15px;
    margin-bottom: 15px
}

@media (min-width: 768px) {
    .navbar-text {
        float: left;
        margin-right: 15px;
        margin-left: 15px
    }
}

@media (min-width: 768px) {
    .navbar-left {
        float: left !important
    }

    .navbar-right {
        float: right !important
    }

    .navbar-right ~ .navbar-right {
        margin-right: 0
    }
}

.navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7
}

.navbar-default .navbar-brand {
    color: #777
}

.navbar-default .navbar-brand:focus, .navbar-default .navbar-brand:hover {
    color: #5e5e5e;
    background-color: transparent
}

.navbar-default .navbar-text {
    color: #777
}

.navbar-default .navbar-nav > li > a {
    color: #777
}

.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
    color: #333;
    background-color: transparent
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
    color: #555;
    background-color: #e7e7e7
}

.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:focus, .navbar-default .navbar-nav > .disabled > a:hover {
    color: #ccc;
    background-color: transparent
}

.navbar-default .navbar-toggle {
    border-color: #edeff2
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: #edeff2
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #888
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: #e7e7e7
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
    color: #555;
    background-color: #e7e7e7
}

@media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #777
    }

    .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
        color: #333;
        background-color: transparent
    }

    .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover {
        color: #555;
        background-color: #e7e7e7
    }

    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover {
        color: #ccc;
        background-color: transparent
    }
}

.navbar-default .navbar-link {
    color: #777
}

.navbar-default .navbar-link:hover {
    color: #333
}

.navbar-default .btn-link {
    color: #777
}

.navbar-default .btn-link:focus, .navbar-default .btn-link:hover {
    color: #333
}

.navbar-default .btn-link[disabled]:focus, .navbar-default .btn-link[disabled]:hover, fieldset[disabled] .navbar-default .btn-link:focus, fieldset[disabled] .navbar-default .btn-link:hover {
    color: #ccc
}

.navbar-inverse {
    background-color: #222;
    border-color: #080808
}

.navbar-inverse .navbar-brand {
    color: #9d9d9d
}

.navbar-inverse .navbar-brand:focus, .navbar-inverse .navbar-brand:hover {
    color: #fff;
    background-color: transparent
}

.navbar-inverse .navbar-text {
    color: #9d9d9d
}

.navbar-inverse .navbar-nav > li > a {
    color: #9d9d9d
}

.navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav > li > a:hover {
    color: #fff;
    background-color: transparent
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover {
    color: #fff;
    background-color: #080808
}

.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:focus, .navbar-inverse .navbar-nav > .disabled > a:hover {
    color: #444;
    background-color: transparent
}

.navbar-inverse .navbar-toggle {
    border-color: #333
}

.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
    background-color: #333
}

.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #fff
}

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    border-color: #101010
}

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:focus, .navbar-inverse .navbar-nav > .open > a:hover {
    color: #fff;
    background-color: #080808
}

@media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
        border-color: #080808
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #080808
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        color: #9d9d9d
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover {
        color: #fff;
        background-color: transparent
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover {
        color: #fff;
        background-color: #080808
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover {
        color: #444;
        background-color: transparent
    }
}

.navbar-inverse .navbar-link {
    color: #9d9d9d
}

.navbar-inverse .navbar-link:hover {
    color: #fff
}

.navbar-inverse .btn-link {
    color: #9d9d9d
}

.navbar-inverse .btn-link:focus, .navbar-inverse .btn-link:hover {
    color: #fff
}

.navbar-inverse .btn-link[disabled]:focus, .navbar-inverse .btn-link[disabled]:hover, fieldset[disabled] .navbar-inverse .btn-link:focus, fieldset[disabled] .navbar-inverse .btn-link:hover {
    color: #444
}

.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px
}

.breadcrumb > li {
    display: inline-block
}

.breadcrumb > li + li:before {
    padding: 0 5px;
    color: #ccc;
    content: "/\00a0"
}

.breadcrumb > .active {
    color: #777
}

.pagination, .table-length {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0 0
}

.pagination.navigation {
    margin: 0
}

.pagination > li, .table-length > li {
    display: inline-block;
    margin-right: 5px
}

.pagination > li > a, .pagination > li > span, .table-length > li > a, .table-length > li > span {
    position: relative;
    float: left;
    min-width: 34px;
    padding: 6px;
    line-height: 1.42857143;
    color: #616366;
    font-size: 14px;
    text-decoration: none;
    text-align: center;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 20px
}

.pagination > li:first-child > a, .pagination > li:first-child > span, .pagination > li:last-child > a, .pagination > li:last-child > span {
    margin-left: 0;
    color: #616366;
    font-size: 20px;
    line-height: 20px
}

.pagination > li:last-child > a, .pagination > li:last-child > span, .table-length > li:last-child > a, .table-length > li:last-child > span {
    margin-right: 0
}

.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover, .table-length > li > a:focus, .table-length > li > a:hover, .table-length > li > span:focus, .table-length > li > span:hover {
    z-index: 3;
    color: #94420d
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover, .table-length > .active > a, .table-length > .active > a:focus, .table-length > .active > a:hover, .table-length > .active > span, .table-length > .active > span:focus, .table-length > .active > span:hover {
    z-index: 2;
    color: #94420d;
    font-weight: 700;
    cursor: default;
    border-color: #94420d
}

.pagination > .disabled > a, .pagination > .disabled > a:focus, .pagination > .disabled > a:hover, .pagination > .disabled > span, .pagination > .disabled > span:focus, .pagination > .disabled > span:hover {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #edeff2
}

.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 #edeff2;
    border-radius: 15px
}

.pager li > a:focus, .pager li > a:hover {
    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:focus, .pager .disabled > a:hover, .pager .disabled > span {
    color: #777;
    cursor: not-allowed;
    background-color: #fff
}

.badge {
    display: inline-block;
    min-width: 18px;
    padding: 4px 5px;
    margin-left: 8px;
    font-size: 9px;
    font-weight: 300;
    line-height: 8px;
    color: #9da2a6;
    text-align: center;
    white-space: nowrap;
    vertical-align: text-bottom;
    background-color: #fff;
    border-radius: 15px;
    border: 1px solid #cdcfd1
}

.badge-lg {
    padding: 8px 9px;
    font-size: 15px
}

.badge:empty {
    display: none
}

.btn .badge {
    position: relative;
    top: -1px
}

.btn-group-xs > .btn .badge, .btn-xs .badge {
    top: 0;
    padding: 1px 5px
}

a.badge:focus, a.badge:hover {
    background-color: #94420d;
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.list-group-item.active > .badge, .nav-pills > .active > a > .badge {
    color: #fff;
    background-color: #94420d
}

.list-group-item > .badge {
    float: right
}

.list-group-item > .badge + .badge {
    margin-right: 5px
}

.nav-pills > li > a > .badge {
    margin-left: 3px
}

.label {
    display: inline-block;
    padding: 4px 6px;
    font-size: 11px;
    font-weight: 300;
    line-height: 11px;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 2px
}

.label > .badge {
    padding: 3px 4px 2px
}

a.label:focus, a.label:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.label:empty {
    display: none
}

.btn .label {
    position: relative;
    top: -1px
}

.label-default {
    color: #919499;
    background-color: #edf0f2
}

.label-default[href]:focus, .label-default[href]:hover {
    color: #616366;
    background-color: #ebeff2
}

.badge-primary, .label-primary {
    background-color: #94420d
}

.badge-primary {
    color: #fff;
    border-color: #94420d;
    background-color: #94420d
}

.label-primary[href]:focus, .label-primary[href]:hover {
    background-color: #286090
}

.label-success {
    background-color: #5cb85c
}

.label-success[href]:focus, .label-success[href]:hover {
    background-color: #449d44
}

.label-info {
    background-color: #5bc0de
}

.label-info[href]:focus, .label-info[href]:hover {
    background-color: #31b0d5
}

.label-warning {
    background-color: #fca426
}

.label-warning[href]:focus, .label-warning[href]:hover {
    background-color: #ec971f
}

.label-danger {
    background-color: #d9534f
}

.label-danger[href]:focus, .label-danger[href]:hover {
    background-color: #c9302c
}

.status {
    display: inline-block;
    white-space: nowrap
}

.status:before {
    display: inline-block;
    content: "";
    height: 8px;
    width: 8px;
    margin: -6px 6px 0 0;
    vertical-align: middle;
    -webkit-border-radius: 4px;
    border-radius: 4px
}

.status-nostart:before {
    background-color: #ccc
}

.status-nostart {
    color: #ccc
}

.status-end {
    color: #43a047
}

.status-end:before {
    background-color: #ccc
}

.status-success {
    color: #43a047
}

.status-success:before {
    background-color: #43a047
}

.jumbotron {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    color: inherit;
    background-color: #eee
}

.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 #edeff2;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out
}

.thumbnail a > img, .thumbnail > img {
    margin-right: auto;
    margin-left: auto
}

a.thumbnail.active, a.thumbnail:focus, a.thumbnail:hover {
    border-color: #94420d
}

.thumbnail .caption {
    padding: 9px;
    color: #333
}

.alert, .toast {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 3px
}

.toast {
    background-color: #fff;
    border-width: 0 0 0 4px;
    -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, .2);
    box-shadow: 0 10px 30px rgba(0, 0, 0, .2);
    -webkit-transition: -webkit-box-shadow linear .15s;
    transition: box-shadow linear .15s
}

.toast:hover {
    -webkit-box-shadow: 0 35px 40px rgba(0, 0, 0, .3);
    box-shadow: 0 10px 35px rgba(0, 0, 0, .3);
    cursor: pointer
}

.alert-body > p {
    margin: 0
}

@media (min-width: 480px) {
    .alert, .toast {
        display: -webkit-box;
        display: flex;
        -webkit-box-pack: justify;
        justify-content: space-between
    }

    .alert-actions, .alert-body {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        align-items: center;
        justify-content: center
    }

    .alert-actions {
        padding-left: 8px
    }

    .alert-actions > .btn {
        margin-left: 8px
    }
}

@media (max-width: 479px) {
    .alert-actions {
        padding: 16px 0 0 0
    }

    .alert-actions > .btn {
        margin-right: 8px
    }
}

.alert-sm {
    padding: 12px 15px;
    font-size: 14px;
    line-height: 20px
}

.alert-xs {
    padding: 8px 15px;
    font-size: 14px;
    line-height: 20px
}

.alert-filled {
    -webkit-box-shadow: 0 5px 20px -5px rgba(37, 45, 51, .2);
    box-shadow: 0 5px 20px -5px rgba(37, 45, 51, .2)
}

a.alert {
    display: block
}

.alert h4 {
    margin-top: 0;
    color: inherit
}

.alert .alert-link {
    font-weight: 700
}

.alert > p, .alert > ul {
    margin-bottom: 0
}

.alert > i {
    margin-right: 8px;
    font-size: 24px;
    vertical-align: sub
}

.alert-sm > i {
    font-size: 19px
}

a.alert:hover > i {
    color: #fff !important
}

.alert > p + p {
    margin-top: 5px
}

.alert-icon, .toast {
    position: relative;
    padding-left: 46px
}

.alert-icon > i {
    position: absolute;
    top: 14px;
    left: 14px
}

.toast:before {
    position: absolute;
    top: 50%;
    left: 14px;
    display: block;
    height: 24px;
    width: 24px;
    margin: -12px 0 0 0;
    content: "";
    font-family: Material-Design-Iconic-Font;
    font-size: 24px;
    line-height: 24px;
    text-align: center
}

.toast-success:before {
    content: '\f26b'
}

.toast-warning:before {
    content: '\f1f4'
}

.toast-info:before {
    content: '\f1f7'
}

.toast-error:before {
    content: '\f1f0'
}

.alert-dismissable, .alert-dismissible {
    position: relative;
    padding-right: 35px
}

.alert-dismissable .close, .alert-dismissible .close {
    position: absolute;
    top: 50%;
    right: 6px;
    height: 24px;
    width: 24px;
    margin-top: -11px;
    color: inherit;
    font-size: 19px;
    line-height: 24px;
    outline: 0
}

.alert-dismissible .close:active, .alert-dismissible .close:focus, .alert-dismissible .close:hover {
    opacity: 1;
    color: inherit
}

.alert-default {
    color: #9da2a6;
    border-color: #e6e9eb
}

.alert-success, .toast-success {
    color: #43a047;
    border-color: #81c784
}

.alert-success.alert-filled {
    background-color: #5cb85c;
    border-color: #5cb85c;
    color: #fff
}

.alert-success hr {
    border-top-color: #c9e2b3
}

.alert-success .alert-link {
    color: #2b542c
}

.alert-info, .toast-info {
    border-color: #54aaff;
    color: #94420d
}

.alert-info.alert-filled {
    border-color: #94420d;
    background-color: #94420d;
    color: #fff
}

.alert-info hr {
    border-top-color: #a6e1ec
}

.alert-info .alert-link {
    color: #245269
}

.alert-warning, .panel.alert-warning, .toast-warning {
    border-color: #fca426;
    color: #fca426
}

a.alert-warning:hover {
    background-color: #ffb13d;
    color: #fff
}

.alert-warning hr {
    border-top-color: #f7e1b5
}

.alert-warning .alert-link {
    color: #66512c
}

.alert-warning.alert-filled {
    border-color: #fca426;
    background-color: #fca426;
    color: #fff
}

.alert-danger, .toast-error {
    color: #e53935;
    border-color: #ff4d4a
}

.alert-danger.alert-filled {
    background-color: #ff4d4a;
    color: #fff
}

.alert-danger hr {
    border-top-color: #e4b9c0
}

.alert-danger .alert-link {
    color: #843534
}

.floating-alerts {
    position: fixed;
    max-width: 400px;
    top: 20px;
    right: 20px
}

.banner-visible .floating-alerts {
    top: 60px
}

.floating-alerts > .alert {
    -webkit-box-shadow: 0 15px 60px -5px rgba(37, 45, 51, .4);
    box-shadow: 0 15px 60px -5px rgba(37, 45, 51, .4);
    -webkit-transform: translateX(200px);
    transform: translateX(200px);
    -webkit-transition: all ease-in-out .2s;
    transition: all ease-in-out .2s
}

.floating-alerts > .alert.in {
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

.floating-alerts > .alert > .close {
    top: 7px;
    margin: 0
}

@-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: #94420d;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease
}

.progress-bar-striped, .progress-striped .progress-bar {
    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-bar.active, .progress.active .progress-bar {
    -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: #fca426
}

.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-body, .media-left, .media-right {
    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: 24px
}

.list-group-condensed {
    margin-bottom: 17px
}

.list-group-item {
    position: relative;
    display: block;
    padding: 24px 0;
    background-color: #fff;
    border-bottom: 1px solid #edeff2
}

.list-group-item .list-group {
    margin: 0;
    padding: 0
}

.list-group-item .list-group-item {
    border-top: 1px solid #edeff2;
    border-bottom: none
}

.list-group-item .list-group-item:last-child {
    padding-bottom: 0
}

.list-group-icon {
    position: relative;
    padding-left: 40px
}

.list-group-item-icon {
    position: absolute;
    top: 24px;
    left: 0;
    font-size: 24px
}

.list-group-item-body > p:last-child {
    margin-bottom: 0
}

.list-group-item:first-child {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px
}

.list-group-item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none
}

.list-group-condensed .list-group-item {
    line-height: 16px;
    border: none
}

.list-group-item > a, a.list-group-item, button.list-group-item {
    color: #616366
}

a.list-group-item .list-group-item-heading, button.list-group-item .list-group-item-heading {
    color: #333
}

.list-group-item > a:hover, a.list-group-item:focus, a.list-group-item:hover, button.list-group-item:focus, button.list-group-item:hover {
    color: #94420d;
    text-decoration: none
}

button.list-group-item {
    width: 100%;
    text-align: left
}

.list-group-item.disabled, .list-group-item.disabled:focus, .list-group-item.disabled:hover {
    color: #777;
    cursor: not-allowed;
    background-color: #eee
}

.list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading {
    color: inherit
}

.list-group-item.disabled .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text {
    color: #777
}

.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
    z-index: 2;
    color: #94420d
}

.list-group-item.active .list-group-item-heading, .list-group-item.active .list-group-item-heading > .small, .list-group-item.active .list-group-item-heading > small, .list-group-item.active:focus .list-group-item-heading, .list-group-item.active:focus .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading > small, .list-group-item.active:hover .list-group-item-heading, .list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading > small {
    color: inherit
}

.list-group-item.active .list-group-item-text, .list-group-item.active:focus .list-group-item-text, .list-group-item.active:hover .list-group-item-text {
    color: #c7ddef
}

.list-group-item-success {
    color: #43a047;
    background-color: #dff0d8
}

a.list-group-item-success, button.list-group-item-success {
    color: #43a047
}

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:focus, a.list-group-item-success:hover, button.list-group-item-success:focus, button.list-group-item-success:hover {
    color: #43a047;
    background-color: #d0e9c6
}

a.list-group-item-success.active, a.list-group-item-success.active:focus, a.list-group-item-success.active:hover, button.list-group-item-success.active, button.list-group-item-success.active:focus, button.list-group-item-success.active:hover {
    color: #fff;
    background-color: #43a047;
    border-color: #43a047
}

.list-group-item-info {
    color: #cd9304;
    background-color: #d9edf7
}

a.list-group-item-info, button.list-group-item-info {
    color: #cd9304
}

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:focus, a.list-group-item-info:hover, button.list-group-item-info:focus, button.list-group-item-info:hover {
    color: #cd9304;
    background-color: #c4e3f3
}

a.list-group-item-info.active, a.list-group-item-info.active:focus, a.list-group-item-info.active:hover, button.list-group-item-info.active, button.list-group-item-info.active:focus, button.list-group-item-info.active:hover {
    color: #fff;
    background-color: #cd9304;
    border-color: #cd9304
}

.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:focus, a.list-group-item-warning:hover, button.list-group-item-warning:focus, button.list-group-item-warning:hover {
    color: #8a6d3b;
    background-color: #faf2cc
}

a.list-group-item-warning.active, a.list-group-item-warning.active:focus, a.list-group-item-warning.active:hover, button.list-group-item-warning.active, button.list-group-item-warning.active:focus, button.list-group-item-warning.active:hover {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #8a6d3b
}

.list-group-item-danger {
    color: #e53935;
    background-color: #f2dede
}

a.list-group-item-danger, button.list-group-item-danger {
    color: #e53935
}

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:focus, a.list-group-item-danger:hover, button.list-group-item-danger:focus, button.list-group-item-danger:hover {
    color: #e53935;
    background-color: #ebcccc
}

a.list-group-item-danger.active, a.list-group-item-danger.active:focus, a.list-group-item-danger.active:hover, button.list-group-item-danger.active, button.list-group-item-danger.active:focus, button.list-group-item-danger.active:hover {
    color: #fff;
    background-color: #e53935;
    border-color: #e53935
}

.list-group-item-heading {
    margin-top: 0;
    margin-bottom: 10px
}

.list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3
}

.panel {
    position: relative;
    display: block;
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid #e3e5e8;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    text-align: left
}

.panel-accordion {
    position: relative;
    display: block;
    margin-bottom: 0;
    border: none;
    background: 0 0;
    -webkit-border-radius: 0;
    border-radius: 0
}

.panel-block {
    padding: 30px
}

.panel-block-sm, .panel-body {
    padding: 24px
}

.panel-block-xs {
    padding: 16px
}

.panel-block-icon {
    text-align: center
}

@media (max-width: 479px) {
    .panel-body {
        padding: 16px
    }
}

.panel-icon {
    margin-bottom: 30px
}

a.panel-block-icon .link {
    position: absolute;
    bottom: -30px;
    left: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity ease-in .25s;
    -moz-transition: opacity ease-in .25s;
    transition: opacity ease-in .25s
}

a.panel-block-icon .panel-body {
    padding: 0;
    -webkit-transition: transform .6s cubic-bezier(.165, .84, .44, 1);
    -moz-transition: transform .6s cubic-bezier(.165, .84, .44, 1);
    transition: transform .6s cubic-bezier(.165, .84, .44, 1);
    -webkit-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0)
}

a.panel-block-icon:hover .panel-body {
    -webki-transform: translateX(0) translateY(-10px);
    transform: translateX(0) translateY(-10px)
}

a.panel-block-icon:hover .link {
    opacity: 1;
    visibility: visible
}

.panel-block-icon .panel-title {
    margin-bottom: 0
}

.panel-block-icon .panel-icon > i {
    color: #94420d
}

.panel-block-icon.panel-block-sm {
    padding: 40px 16px
}

.panel-block-icon.panel-block-sm .panel-icon > i {
    font-size: 48px
}

a.panel-block-icon.panel-block-sm .link {
    bottom: -24px
}

.panel-link, a.panel {
    color: #616366;
    cursor: pointer;
    -webkit-transition: border-color ease-in .15s, color ease-in .15s;
    transition: border-color ease-in .15s, color ease-in .15s
}

.panel-link:hover, .panel.active, a.panel:hover {
    border-color: #94420d
}

@media (max-width: 767px) {
    .panel-block {
        padding: 24px
    }
}

.panel-block .panel-tabs .nav-tabs {
    padding: 0 14px;
    margin: -30px -30px 0
}

.panel-block-sm .panel-tabs .nav-tabs {
    padding: 0 8px;
    margin: -24px -24px 24px
}

.panel-block-sm .panel-tabs .nav-tabs > li > a {
    padding-top: 20px;
    padding-bottom: 20px
}

.panel-blue {
    color: #fff;
    background-color: #94420d;
    border: none
}

.package.active, .panel-blue-gradient, .panel.active {
    color: #fff;
    border-color: transparent !important;
    background: #026fce;
    background: linear-gradient(45deg, #135fac 1%, #94420d 64%, #40baf5 97%);
    background-image: -ms-linear-gradient(45deg, #135fac 1%, #94420d 64%, #1e87e3 97%);
    background-image: -moz-linear-gradient(45deg, #135fac 1%, #94420d 64%, #1e87e3 97%);
    background-image: -o-linear-gradient(45deg, #135fac 1%, #94420d 64%, #1e87e3 97%);
    background-image: -webkit-linear-gradient(45deg, #135fac 1%, #94420d 64%, #1e87e3 97%);
    background-image: linear-gradient(45deg, #135fac 1%, #94420d 64%, #1e87e3 97%);
    background-size: 102% 102%;
    background-position: -1px
}

.orange-gradient, .panel-orange-gradient {
    color: #fff;
    border-color: transparent !important;
    background: #026fce;
    background: linear-gradient(45deg, #f28713 1%, #fc9e23 64%, #fcad23 97%);
    background-image: -ms-linear-gradient(45deg, #f28713 1%, #fc9e23 64%, #fcad23 97%);
    background-image: -moz-linear-gradient(45deg, #f28713 1%, #fc9e23 64%, #fcad23 97%);
    background-image: -o-linear-gradient(45deg, #f28713 1%, #fc9e23 64%, #fcad23 97%);
    background-image: -webkit-linear-gradient(45deg, #f28713 1%, #94420d 64%, #fcad23 97%);
    background-image: linear-gradient(45deg, #f28713 1%, #fc9e23 64%, #fcad23 97%);
    background-size: 102% 102%;
    background-position: -1px
}

.panel-dark-blue {
    background-color: #1669ba;
    border: none
}

.panel-dark {
    background-color: #333d45;
    border: none
}

.panel-shadow {
    -webkit-box-shadow: 0 10px 60px -10px rgba(37, 45, 51, .5);
    box-shadow: 0 10px 60px -10px rgba(37, 45, 51, .5)
}

.package.active, .panel-shadow-sm, .panel.active {
    -webkit-box-shadow: 0 5px 30px -5px rgba(37, 45, 51, .5);
    box-shadow: 0 5px 30px -5px rgba(37, 45, 51, .5)
}

.package.active .form-control, .panel-blue .form-control, .panel-blue-gradient .form-control, .panel-orange-gradient .form-control {
    border-color: transparent;
    background: rgba(0, 0, 0, .2);
    color: #fff
}

.panel-blue .form-control.active-floatlabel, .panel-blue-gradient .form-control.active-floatlabel {
    padding-top: 25px !important
}

.panel-blue .control-label, .panel-blue .label-floatlabel, .panel-blue-gradient .control-label, .panel-blue-gradient .label-floatlabel {
    top: 10px !important;
    left: 20px !important;
    color: rgba(196, 227, 255, .5) !important
}

.panel-blue .input-icon i, .panel-blue-gradient .display-title, .panel-blue-gradient .input-icon i {
    color: rgba(196, 227, 255, .8)
}

.panel-orange .input-icon i, .panel-orange-gradient .display-title, .panel-orange-gradient .input-icon i {
    color: rgba(255, 255, 255, .8)
}

.panel-blue .form-control::-webkit-input-placeholder, .panel-blue-gradient .form-control::-webkit-input-placeholder {
    color: rgba(196, 227, 255, .8)
}

.panel-blue .form-control:-moz-placeholder, .panel-blue-gradient .form-control:-moz-placeholder {
    color: rgba(196, 227, 255, .8)
}

.panel-blue .form-control::-moz-placeholder, .panel-blue-gradient .form-control::-moz-placeholder {
    color: rgba(196, 227, 255, .8)
}

.panel-blue .form-control:-ms-input-placeholder, .panel-blue-gradient .form-control:-ms-input-placeholder {
    color: rgba(196, 227, 255, .8)
}

.panel-blue .checkbox-styled, .panel-blue .radio-styled, .panel-blue-gradient .checkbox-styled, .panel-blue-gradient .radio-styled {
    border-color: rgba(196, 227, 255, .5)
}

.panel-blue .checkbox-styled:before, .panel-blue .radio-styled:before, .panel-blue-gradient .checkbox-styled:before, .panel-blue-gradient .radio-styled:before {
    background-color: #fff
}

.panel-blue .checkbox-styled.checked, .panel-blue .radio-styled.checked.checked, .panel-blue-gradient .checkbox-styled.checked, .panel-blue-gradient .radio-styled.checked {
    border-color: #fff
}

.panel-blue .checkbox-styled.checked, .panel-blue .radio-styled.checked.checked:before, .panel-blue-gradient .checkbox-styled.checked:before, .panel-blue-gradient .radio-styled.checked:before {
    background-color: #fff
}

.panel-blue .panel-title, .panel-blue-gradient .display-2, .panel-blue-gradient .panel-title, .panel-orange-gradient .panel-title, a.panel-blue, a.panel-blue-gradient {
    color: #fff
}

.panel-heading {
    margin: 0;
    padding: 15px 24px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

.panel-heading > .dropdown .dropdown-toggle {
    color: inherit
}

.panel-heading > .panel-title {
    margin-top: 0;
    margin-bottom: 0
}

.panel-title {
    margin-top: -7px
}

.panel-title.title-faded {
    color: #9da2a6;
    font-size: 12px;
    font-weight: 300
}

.panel-block-sm .panel-title {
    margin-top: -3px
}

.panel-title > .small, .panel-title > .small > a, .panel-title > a, .panel-title > small, .panel-title > small > a {
    color: inherit
}

.panel-footer {
    padding: 10px 15px;
    border-top: 1px solid #edeff2;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel-block .panel-footer {
    margin: 30px -30px -30px -30px;
    padding: 8px 30px
}

.panel-blue .panel-footer, .panel-dark .panel-footer, .panel-dark-blue .panel-footer {
    border-top-color: rgba(255, 255, 255, .1)
}

.panel-blue .link, .panel-dark .link, .panel-dark-blue .link {
    color: rgba(255, 255, 255, .6)
}

.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 > .panel-collapse > .table, .panel > .table, .panel > .table-responsive > .table {
    margin-bottom: 0
}

.panel > .panel-collapse > .table caption, .panel > .table caption, .panel > .table-responsive > .table caption {
    padding-right: 15px;
    padding-left: 15px
}

.panel > .table-responsive:first-child > .table:first-child, .panel > .table:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

.panel > .table-responsive:first-child > .table:first-child > tbody: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:first-child > thead:first-child > tr:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

.panel > .table-responsive:first-child > .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 th:first-child, .panel > .table-responsive:first-child > .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 th:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child, .panel > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table:first-child > thead:first-child > tr:first-child th:first-child {
    border-top-left-radius: 3px
}

.panel > .table-responsive:first-child > .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 th:last-child, .panel > .table-responsive:first-child > .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 th:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child, .panel > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table:first-child > thead:first-child > tr:first-child th:last-child {
    border-top-right-radius: 3px
}

.panel > .table-responsive:last-child > .table:last-child, .panel > .table:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel > .table-responsive:last-child > .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 th:first-child, .panel > .table-responsive:last-child > .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 th:first-child, .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
    border-bottom-left-radius: 3px
}

.panel > .table-responsive:last-child > .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 th:last-child, .panel > .table-responsive:last-child > .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 th:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .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 #edeff2
}

.panel > .table > tbody:first-child > tr:first-child td, .panel > .table > tbody:first-child > tr:first-child th {
    border-top: 0
}

.panel > .table-bordered, .panel > .table-responsive > .table-bordered {
    border: 0
}

.panel > .table-bordered > tbody > tr > td:first-child, .panel > .table-bordered > tbody > tr > th:first-child, .panel > .table-bordered > tfoot > tr > td:first-child, .panel > .table-bordered > tfoot > tr > th:first-child, .panel > .table-bordered > thead > tr > td:first-child, .panel > .table-bordered > thead > tr > th:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child, .panel > .table-responsive > .table-bordered > thead > tr > td:first-child, .panel > .table-responsive > .table-bordered > thead > tr > th:first-child {
    border-left: 0
}

.panel > .table-bordered > tbody > tr > td:last-child, .panel > .table-bordered > tbody > tr > th:last-child, .panel > .table-bordered > tfoot > tr > td:last-child, .panel > .table-bordered > tfoot > tr > th:last-child, .panel > .table-bordered > thead > tr > td:last-child, .panel > .table-bordered > thead > tr > th:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child, .panel > .table-responsive > .table-bordered > thead > tr > td:last-child, .panel > .table-responsive > .table-bordered > thead > tr > th:last-child {
    border-right: 0
}

.panel > .table-bordered > tbody > tr:first-child > td, .panel > .table-bordered > tbody > tr:first-child > th, .panel > .table-bordered > thead > tr:first-child > td, .panel > .table-bordered > thead > tr:first-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th, .panel > .table-responsive > .table-bordered > thead > tr:first-child > td, .panel > .table-responsive > .table-bordered > thead > tr:first-child > th {
    border-bottom: 0
}

.panel > .table-bordered > tbody > tr:last-child > td, .panel > .table-bordered > tbody > tr:last-child > th, .panel > .table-bordered > tfoot > tr:last-child > td, .panel > .table-bordered > tfoot > tr:last-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td, .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 {
    border-radius: 4px
}

.panel-group .panel + .panel {
    margin-top: 5px
}

.panel-group .panel-heading {
    border-bottom: 0
}

.panel-group .panel-heading + .panel-collapse > .list-group, .panel-group .panel-heading + .panel-collapse > .panel-body {
    border-top: 1px solid #edeff2
}

.panel-group .panel-footer {
    border-top: 0
}

.panel-group .panel-footer + .panel-collapse .panel-body {
    border-bottom: 1px solid #edeff2
}

.panel-accordion-group .panel-accordion {
    margin: 0 !important;
    padding: 0 0 20px 0
}

.panel-accordion-group .panel-accordion:last-child {
    padding: 0
}

.panel-accordion-group .panel-accordion .accordion-content {
    margin-top: 20px
}

.panel-accordion-group .panel-accordion > .radio {
    margin: 0
}

.panel-default {
    border-color: #edeff2
}

.panel-default > .panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #edeff2
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #edeff2
}

.panel-default > .panel-heading .badge {
    color: #f5f5f5;
    background-color: #333
}

.panel-default > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #edeff2
}

.panel-primary {
    border-color: #94420d
}

.panel-primary > .panel-heading {
    color: #fff;
    background-color: #94420d;
    border-color: #94420d
}

.panel-primary > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #94420d
}

.panel-primary > .panel-heading .badge {
    color: #94420d;
    background-color: #fff
}

.panel-primary > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #94420d
}

.panel-success {
    border-color: #81c784
}

.panel-success > .panel-heading {
    color: #43a047;
    background-color: #dff0d8;
    border-color: #81c784
}

.panel-success > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #81c784
}

.panel-success > .panel-heading .badge {
    color: #dff0d8;
    background-color: #43a047
}

.panel-success > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #81c784
}

.panel-info {
    border-color: #54aaff
}

.panel-info > .panel-heading {
    color: #cd9304;
    background-color: #d9edf7;
    border-color: #54aaff
}

.panel-info > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #54aaff
}

.panel-info > .panel-heading .badge {
    color: #d9edf7;
    background-color: #cd9304
}

.panel-info > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #54aaff
}

.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: #ff4d4a
}

.panel-danger > .panel-heading {
    color: #e53935;
    background-color: #f2dede;
    border-color: #ff4d4a
}

.panel-danger > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #ff4d4a
}

.panel-danger > .panel-heading .badge {
    color: #f2dede;
    background-color: #e53935
}

.panel-danger > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ff4d4a
}

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden
}

.embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .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: #edeff2;
    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: 24px;
    line-height: 1;
    color: #fff;
    opacity: .4;
    -webkit-transition: linear all .15s;
    transition: linear all .15s
}

.close:focus, .close:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    opacity: 1
}

button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0
}

.modal-open {
    overflow: hidden
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
    text-align: center
}

.modal .close {
    position: absolute;
    z-index: 99999
}

@media screen and (min-width: 768px) {
    .modal:before {
        display: inline-block;
        vertical-align: middle;
        content: " ";
        height: 100%
    }

    .modal .close {
        top: -24px;
        right: -24px
    }
}

@media (max-width: 767px) {
    .modal .close {
        top: 20px;
        right: 20px
    }

    .modal .close i {
        color: #9da2a6
    }
}

.modal.fade .modal-dialog {
    -webkit-transform: scale(.7);
    -ms-transform: scale(.7);
    transform: scale(.7);
    -webkit-transition-property: all;
    transition-property: all;
    opacity: 0;
    visibility: hidden;
    text-align: left;
    -webkit-transition: ease-in-out all .2s;
    -moz-transition: ease-in-out all .2s;
    transition: ease-in-out all .2s
}

.modal.fade.in .modal-dialog {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition-property: all;
    transition-property: all;
    opacity: 1;
    visibility: visible
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal-dialog {
    display: inline-block;
    position: relative;
    width: auto;
    margin: 10px;
    vertical-align: middle
}

.modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border-radius: 4px;
    outline: 0;
    -webkit-box-shadow: 0 0 40px rgba(37, 45, 51, .5);
    box-shadow: 0 0 40px rgba(37, 45, 51, .5)
}

@media (max-width: 767px) {
    .modal-content {
        width: 100%
    }

    .modal-dialog {
        width: 100%;
        margin: 0;
        padding: 20px
    }
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #2b3033
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.in {
    opacity: .9
}

.modal-header {
    min-height: 16.42857143px;
    padding: 30px 30px 0
}

.modal-header .close {
    margin-top: -2px
}

.modal-title {
    margin: 0;
    line-height: 1.42857143
}

.modal-tabs {
    padding: 0 30px;
    border-bottom: 1px solid #edf0f2
}

.modal-tabs .nav-tabs {
    border-bottom: none
}

.modal-body {
    position: relative;
    padding: 30px
}

.modal-body > .actions:last-child, .modal-body > form:last-child > .actions:last-child {
    margin-bottom: 0;
    padding-bottom: 0
}

.modal-status-message {
    position: absolute;
    z-index: 999;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
    padding: 60px;
    background: #fff;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    text-align: center
}

.modal-status-message .message-body {
    display: table;
    height: 100%;
    width: 100%
}

.modal-status-message .message-body > div {
    display: table-cell;
    vertical-align: middle
}

.modal-status-message h3 {
    margin-bottom: 10px !important;
    font-size: 24px
}

.message-icon {
    display: inline-block;
    height: 80px;
    width: 80px;
    border: 2px solid #000;
    -webkit-border-radius: 60px;
    border-radius: 60px;
    font-size: 40px;
    line-height: 80px
}

.message-success .message-icon, .message-success h3 {
    color: #43a047
}

.message-success .message-icon {
    border-color: #43a047
}

.modal-footer {
    padding: 0 30px 30px;
    text-align: right
}

.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
}

.modal-hero .modal-header {
    text-align: center
}

@media (min-width: 768px) {
    .modal-hero .modal-body .h2, .modal-hero .modal-body .h3, .modal-hero .modal-body h2, .modal-hero .modal-body h3 {
        margin-bottom: 40px
    }

    .modal-hero .modal-body {
        padding: 30px 60px 60px
    }

    .modal-hero .modal-header {
        padding: 50px 60px 0
    }

    .modal-hero .modal-footer {
        padding: 0 60px 60px
    }

    .modal-hero .modal-tabs {
        padding: 0 60px;
        margin-top: 20px
    }

    .modal {
        text-align: center
    }

    .modal-dialog {
        display: inline-block;
        width: 500px;
        margin: 0 auto;
        vertical-align: middle
    }

    .modal-content {
        -webkit-box-shadow: 0 0 40px rgba(37, 45, 51, .5);
        box-shadow: 0 0 40px rgba(37, 45, 51, .5)
    }

    .modal-md .modal-dialog {
        width: 600px
    }

    .modal-sm .modal-dialog {
        width: 460px
    }
}

@media (max-width: 767px) {
    .modal-header {
        padding: 24px 24px 0 24px
    }

    .modal-body {
        padding: 24px
    }
}

@media (min-width: 992px) {
    .modal-lg .modal-dialog {
        width: 900px
    }
}

@media (max-width: 991px) {
    .modal-lg .modal-dialog {
        width: 99%;
        padding: 24px
    }
}

.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: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    white-space: normal;
    opacity: 0;
    line-break: auto
}

.tooltip.in {
    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: 5px 10px;
    color: #fff;
    text-align: center;
    background-color: rgba(43, 48, 51, .95);
    border-radius: 2px
}

.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: rgba(43, 48, 51, .95)
}

.tooltip.top-left .tooltip-arrow {
    right: 5px;
    bottom: 0;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: rgba(43, 48, 51, .95)
}

.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    left: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: rgba(43, 48, 51, .95)
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: rgba(43, 48, 51, .95)
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: rgba(43, 48, 51, .95)
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: rgba(43, 48, 51, .95)
}

.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    right: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: rgba(43, 48, 51, .95)
}

.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    left: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: rgba(43, 48, 51, .95)
}

.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: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    white-space: normal;
    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 {
    position: relative
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden
}

.carousel-inner > .item {
    position: relative;
    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 > a > img, .carousel-inner > .item > 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.active.right, .carousel-inner > .item.next {
        left: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }

    .carousel-inner > .item.active.left, .carousel-inner > .item.prev {
        left: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }

    .carousel-inner > .item.active, .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right {
        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);
    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%);
    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%);
    background-repeat: repeat-x
}

.carousel-control:focus, .carousel-control:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9
}

.carousel-control .icon-next, .carousel-control .icon-prev {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    margin-top: -10px
}

.carousel-control .icon-prev {
    left: 50%;
    margin-left: -10px
}

.carousel-control .icon-next {
    right: 50%;
    margin-right: -10px
}

.carousel-control .icon-next, .carousel-control .icon-prev {
    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: 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 .icon-next, .carousel-control .icon-prev {
        width: 30px;
        height: 30px;
        margin-top: -15px;
        font-size: 30px
    }

    .carousel-control .icon-prev {
        margin-left: -15px
    }

    .carousel-control .icon-next {
        margin-right: -15px
    }

    .carousel-caption {
        right: 20%;
        left: 20%;
        padding-bottom: 30px
    }

    .carousel-indicators {
        bottom: 20px
    }
}

.btn-group-vertical > .btn-group:after, .btn-group-vertical > .btn-group:before, .btn-toolbar:after, .btn-toolbar:before, .clearfix:after, .clearfix:before, .container-fluid:after, .container-fluid:before, .container:after, .container:before, .dl-horizontal dd:after, .dl-horizontal dd:before, .form-horizontal .form-group:after, .form-horizontal .form-group:before, .modal-footer:after, .modal-footer:before, .nav:after, .nav:before, .navbar-collapse:after, .navbar-collapse:before, .navbar-header:after, .navbar-header:before, .navbar:after, .navbar:before, .pager:after, .pager:before, .panel-body:after, .panel-body:before, .row:after, .row:before {
    display: table;
    content: " "
}

.btn-group-vertical > .btn-group:after, .btn-toolbar:after, .clearfix:after, .container-fluid:after, .container:after, .dl-horizontal dd:after, .form-horizontal .form-group:after, .modal-footer:after, .nav:after, .navbar-collapse:after, .navbar-header:after, .navbar:after, .pager:after, .panel-body:after, .row: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
}

.m-b-0 {
    margin-bottom: 0 !important
}

.m-b-5 {
    margin-bottom: 5px !important
}

.m-b-10 {
    margin-bottom: 10px !important
}

.m-b-15 {
    margin-bottom: 15px !important
}

.m-b-20 {
    margin-bottom: 20px !important
}

.m-b-25 {
    margin-bottom: 25px !important
}

.m-b-30 {
    margin-bottom: 30px !important
}

.m-b-40 {
    margin-bottom: 40px !important
}

.m-b-50 {
    margin-bottom: 50px !important
}

.m-b-60 {
    margin-bottom: 60px !important
}

.m-b-80 {
    margin-bottom: 80px !important
}

.m-t-0 {
    margin-top: 0 !important
}

.m-t-5 {
    margin-top: 5px !important
}

.m-t-8 {
    margin-top: 8px !important
}

.m-t-10 {
    margin-top: 10px !important
}

.m-t-15 {
    margin-top: 15px !important
}

.m-t-20 {
    margin-top: 20px !important
}

.m-t-25 {
    margin-top: 25px !important
}

.m-t-30 {
    margin-top: 30px !important
}

.m-t-40 {
    margin-top: 40px !important
}

.m-t-50 {
    margin-top: 50px !important
}

.m-t-60 {
    margin-top: 60px !important
}

.p-b-0 {
    padding-bottom: 0 !important
}

.p-t-0 {
    padding-top: 0 !important
}

.display-0 {
    color: #363b40;
    font-size: 25px;
    font-weight: 300
}

.display-1 {
    color: #363b40;
    font-size: 25px;
    font-weight: 500;
    line-height: 32px
}

.display-1 small {
    color: #8a9399;
    font-size: 18px;
    font-weight: 300
}

[class*=display-] > .btn {
    vertical-align: text-bottom
}

.display-2 {
    color: #363b40;
    font-size: 35px;
    font-weight: 100
}

.display-2 small {
    font-size: 16px
}

.display-3 {
    color: #363b40;
    font-size: 49px;
    font-weight: 100;
    line-height: 40px
}

.display-title {
    display: block;
    margin-top: 0;
    margin-bottom: 10px;
    color: #9da2a6;
    font-size: 13px;
    font-weight: 300;
    line-height: 16px
}

.display-title > a {
    color: #94420d
}

.display-title:last-child {
    margin: 0
}

.panel-stat > .stat-icon {
    position: absolute;
    top: 30px;
    right: 10px
}

@-ms-viewport {
    width: device-width
}

.visible-lg, .visible-md, .visible-sm, .visible-xs {
    display: none !important
}

.visible-lg-block, .visible-lg-inline, .visible-lg-inline-block, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-xs-block, .visible-xs-inline, .visible-xs-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
    }

    td.visible-xs, th.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
    }

    td.visible-sm, th.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
    }

    td.visible-md, th.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
    }

    td.visible-lg, th.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
    }

    td.visible-print, th.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
    }
}

.flag {
    display: inline-block;
    height: 36px;
    width: 54px;
    margin-right: 10px;
    vertical-align: middle;
    -webkit-border-radius: 3px;
    border-radius: 3px
}

.flag-australia {
    background-image: url(/igc/Images/flag_au.png)
}

.flag-england {
    background-image: url(/igc/Images/flag_gb.png)
}

.flag-france {
    background-image: url(/igc/Images/flag_fr.png)
}

.flag-germany {
    background-image: url(/igc/Images/flag_de.png)
}

.flag-japan {
    background-image: url(/igc/Images/flag_jp.png)
}

.flag-netherlands {
    background-image: url(/igc/Images/flag_nl.png)
}

.flag-singapore {
    background-image: url(/igc/Images/flag_sg.png)
}

.flag-usa {
    background-image: url(/igc/Images/flag_us.png)
}

.flag-sm {
    display: inline-block;
    height: 18px;
    width: 27px;
    -webkit-border-radius: 3px;
    border-radius: 3px
}

.flag-australia-sm {
    background-image: url(/igc/Images/flagsm_au.png)
}

.flag-england-sm {
    background-image: url(/igc/Images/flagsm_gb.png)
}

.flag-france-sm {
    background-image: url(/igc/Images/flagsm_fr.png)
}

.flag-germany-sm {
    background-image: url(/igc/Images/flagsm_de.png)
}

.flag-japan-sm {
    background-image: url(/igc/Images/flagsm_jp.png)
}

.flag-netherlands-sm {
    background-image: url(/igc/Images/flagsm_nl.png)
}

.flag-singapore-sm {
    background-image: url(/igc/Images/flagsm_sg.png)
}

.flag-usa-sm {
    background-image: url(/igc/Images/flagsm_us.png)
}

.flag-xs {
    display: inline-block;
    height: 13px;
    width: 16px;
    vertical-align: middle;
    -webkit-border-radius: 2px;
    border-radius: 2px
}

.flag-australia-xs {
    background-image: url(/igc/Images/flagxs_au.png)
}

.flag-england-xs {
    background-image: url(/igc/Images/flagxs_gb.png)
}

.flag-france-xs {
    background-image: url(/igc/Images/flagxs_fr.png)
}

.flag-germany-xs {
    background-image: url(/igc/Images/flagxs_de.png)
}

.flag-japan-xs {
    background-image: url(/igc/Images/flagxs_jp.png)
}

.flag-netherlands-xs {
    background-image: url(/igc/Images/flagxs_nl.png)
}

.flag-singapore-xs {
    background-image: url(/igc/Images/flagxs_sg.png)
}

.flag-usa-xs {
    background-image: url(/igc/Images/flagxs_us.png)
}

.select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    width: 100% !important
}

.select2-container .select2-selection--single {
    cursor: pointer;
    user-select: none;
    -webkit-user-select: none
}

.select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    padding-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.select2-container .select2-selection--single .select2-selection__clear {
    position: relative
}

.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px
}

.select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    user-select: none;
    -webkit-user-select: none
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
    display: inline-block;
    overflow: hidden;
    padding-left: 8px;
    text-overflow: ellipsis;
    white-space: nowrap
}

.select2-container .select2-search--inline {
    float: left
}

.select2-container .select2-search--inline .select2-search__field {
    box-sizing: border-box;
    border: none;
    font-size: 100%;
    margin-top: 5px;
    padding: 0
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none
}

.select2-dropdown {
    background-color: #fff;
    border: 1px solid #cdcfd1;
    border-radius: 3px;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 1051
}

.select2-results {
    display: block
}

.select2-results__options {
    list-style: none;
    margin: 0;
    padding: 0
}

.select2-results__option {
    padding: 6px;
    user-select: none;
    -webkit-user-select: none
}

.select2-results__option[aria-selected] {
    cursor: pointer
}

.select2-container--open .select2-dropdown {
    left: 0
}

.select2-container--open .select2-dropdown--above {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--open .select2-dropdown--below {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-search--dropdown {
    display: block;
    padding: 4px
}

.select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none
}

.select2-search--dropdown.select2-search--hide {
    display: none
}

.select2-close-mask {
    border: 0;
    margin: 0;
    padding: 0;
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 99;
    background-color: #fff
}

.select2-hidden-accessible {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 34px
}

.select2-container--default .input-xs .select2-selection__rendered {
    line-height: 24px
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: 700
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 100%;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 30px
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -3px;
    position: absolute;
    top: 50%;
    width: 0
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
    float: left
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
    left: 1px;
    right: auto
}

.select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: #eee;
    cursor: default
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px
}

.select2-container--default .select2-selection--multiple {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    width: 100%
}

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
    color: #999;
    margin-top: 5px;
    float: left
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: 700;
    margin-top: 5px;
    margin-right: 10px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    margin-right: 2px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #333
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: solid #000 1px;
    outline: 0
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
    background-color: #eee;
    cursor: default
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
    display: none
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple, .select2-container--default.select2-container--open.select2-container--above .select2-selection--single {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple, .select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: none
}

.select2-container--default .select2-search--dropdown {
    position: relative;
    border-bottom: 1px solid #cdcfd1
}

.select2-container--default .select2-search--dropdown:before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    content: '\f1c3';
    padding: 8px 20px;
    font-family: Material-Design-Iconic-Font, sans-serif;
    font-size: 24px
}

.select2-container--default .select2-search--dropdown .select2-search__field:focus {
    outline: 0
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    padding-left: 50px
}

.select2-container--default .select2-search--inline .select2-search__field {
    background: 0 0;
    border: none;
    outline: 0;
    box-shadow: none;
    -webkit-appearance: textfield
}

.select2-container--default .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto
}

.select2-container--default .select2-results__option[role=group] {
    padding: 0
}

.select2-container--default .select2-results__option[aria-disabled=true] {
    color: #999
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #ddd
}

.select2-container--default .select2-results__option .select2-results__option {
    padding-left: 1em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -2em;
    padding-left: 3em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -3em;
    padding-left: 4em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -4em;
    padding-left: 5em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -5em;
    padding-left: 6em
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #5897fb;
    color: #fff
}

.select2-container--default .select2-results__group {
    cursor: default;
    display: block;
    padding: 0
}

.icon {
    display: inline-block;
    color: #94420d;
    font-family: icons;
    font-size: 24px;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-xs {
    height: 18px;
    width: 18px;
    font-size: 18px
}

.icon-sm {
    height: 28px;
    width: 28px;
    font-size: 28px
}

.icon-lg {
    height: 50px;
    width: 50px;
    font-size: 48px
}

.icon-xlg {
    height: 68px;
    width: 68px;
    font-size: 68px
}

.icon-os {
    color: #94420d
}

.icon-mastercard:before {
    content: "\e900"
}

.icon-unionpay:before {
    content: "\e901"
}

.icon-nextcloud:before {
    content: "\e902"
}

.icon-gitlab:before {
    content: "\e903"
}

.icon-apache:before {
    content: "\e904"
}

.icon-joomla:before {
    content: "\e905"
}

.icon-docker:before {
    content: "\e906"
}

.icon-controller:before {
    content: "\e907"
}

.icon-workstation:before {
    content: "\e908"
}

.icon-server:before {
    content: "\e909"
}

.icon-nodejs:before {
    content: "\e90a"
}

.icon-debian:before {
    content: "\e90b"
}

.icon-mysql:before {
    content: "\e90c"
}

.icon-centos:before {
    content: "\e90d"
}

.icon-ubuntu:before {
    content: "\e90e"
}

.icon-windows:before {
    content: "\e90f"
}

.icon-linux:before {
    content: "\e910"
}

.icon-wordpress:before {
    content: "\e911"
}

.icon-webmin:before {
    content: "\e912"
}

.icon-owncloud:before {
    content: "\e913"
}

.icon-minecraft:before {
    content: "\e914"
}

.icon-lemp:before {
    content: "\e915"
}

.icon-drupal:before {
    content: "\e916"
}

.icon-cpanel:before {
    content: "\e917"
}

.icon-openvpn:before {
    content: "\e918"
}

.icon-helping-hand:before {
    content: "\e919"
}

.icon-globe:before {
    content: "\e91a"
}

.icon-realtime-protection:before {
    content: "\e91b"
}

.icon-last-hour:before {
    content: "\e91c"
}

.icon-admin-tools:before {
    content: "\e91d"
}

.icon-multiple-devices:before {
    content: "\e91e"
}

.icon-broadcasting:before {
    content: "\e91f"
}

.icon-electronics:before {
    content: "\e920"
}

.icon-infinity:before {
    content: "\e921"
}

.icon-settings:before {
    content: "\e922"
}

.icon-agreement:before {
    content: "\e923"
}

.icon-processor:before {
    content: "\e924"
}

.icon-download:before {
    content: "\e925"
}

.icon-upload:before {
    content: "\e926"
}

.icon-question:before {
    content: "\e927"
}

.icon-document:before {
    content: "\e928"
}

.icon-message-add:before {
    content: "\e929"
}

.icon-desktop-linux:before {
    content: "\e92a"
}

.icon-disc:before {
    content: "\e92b"
}

.icon-mouse:before {
    content: "\e92c"
}

.icon-location:before {
    content: "\e92d"
}

.icon-coreos:before {
    content: "\e92e"
}

.icon-freebsd:before {
    content: "\e92f"
}

.icon-password:before {
    content: "\e930"
}

.icon-mac_converter:before {
    content: "\e931"
}

.icon-ipv4_converter:before {
    content: "\e932"
}

.icon-unixtime_converter:before {
    content: "\e933"
}

.icon-ipv6_calculator:before {
    content: "\e934"
}

.icon-ipv4_calculator:before {
    content: "\e935"
}

.icon-plus:before {
    content: "\e936"
}

.icon-discover:before {
    content: "\e937"
}

.icon-visa:before {
    content: "\e938"
}

.icon-amex:before {
    content: "\e939"
}

.icon-jcb:before {
    content: "\e93a"
}

.icon-fedora:before {
    content: "\e93b"
}

.icon-phpbb:before {
    content: "\e93c"
}

.icon-graphite:before {
    content: "\e93d"
}

.icon-plesk:before {
    content: "\e93e"
}

.icon-magento:before {
    content: "\e93f"
}

.icon-mediawiki:before {
    content: "\e940"
}

.icon-prestashop:before {
    content: "\e941"
}

.icon-openbsd:before {
    content: "\e942"
}

.icon-maestro:before {
    content: "\e943"
}

.icon-laser:before {
    content: "\e944"
}

.icon-visa-debit:before {
    content: "\e945"
}

.icon-visa-electron:before {
    content: "\e946"
}

.icon-switch:before {
    content: "\e947"
}

.icon-solo:before {
    content: "\e948"
}

.icon-dinnersclub:before {
    content: "\e949"
}

.icon-stripe:before {
    content: "\e94a"
}

.icon-credit-card:before {
    content: "\e94b"
}

.icon-bitcoins:before {
    content: "\e94c"
}

.icon-paypal:before {
    content: "\e94d"
}

.icon-user-interface-error:before {
    content: "\e94e"
}

.icon-accessability-issue:before {
    content: "\e94f"
}

.icon-security-issue:before {
    content: "\e950"
}

.icon-compatibility-problem:before {
    content: "\e951"
}

.icon-system-error:before {
    content: "\e952"
}

.icon-other-problems:before {
    content: "\e953"
}

body.navbar-open {
    overflow: hidden
}

.desc {
    font-size: 16px;
    line-height: 28px
}

a {
    -webkit-transition: color ease-in .15s;
    -moz-transition: color ease-in .15s;
    -ms-transition: color ease-in .15s;
    -o-transition: color ease-in .15s;
    transition: color ease-in .15s
}

.link-docs {
    display: block;
    margin: 18px 0 -8px 0
}

.actions {
    margin: 0;
    padding: 24px 0
}

.actions-help {
    font-size: 13px
}

.actions-help:last-child {
    margin: 8px 0 0 0
}

.actions-help:first-child {
    margin: 0 0 8px 0
}

@media (min-width: 768px) {
    .clear-sm {
        display: block;
        clear: both
    }
}

@media (min-width: 992px) {
    .clear-md {
        display: block;
        clear: both
    }
}

@media (min-width: 1200px) {
    .clear-lg {
        display: block;
        clear: both
    }
}

@media (max-width: 767px) {
    .clear-xs {
        display: block;
        clear: both
    }

    .actions .btn {
        width: 100%;
        max-width: 380px;
        margin-left: auto;
        margin-right: auto
    }
}

.icon-pleskonyx:before {
    content: "\e93e"
}

.icon-mac-converter:before {
    content: "\e931"
}

.icon-ipv4-converter:before {
    content: "\e932"
}

.icon-unixtime-converter:before {
    content: "\e933"
}

.icon-ipv6-calculator:before {
    content: "\e934"
}

.icon-ipv4-calculator:before {
    content: "\e935"
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-timing-function: linear
}

.animated.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s
}

.animated.bounceIn, .animated.bounceOut {
    -webkit-animation-duration: .75s;
    animation-duration: .75s
}

.animated.flipOutX, .animated.flipOutY {
    -webkit-animation-duration: .75s;
    animation-duration: .75s
}

@-webkit-keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.6, .6, .6);
        transform: scale3d(.6, .6, .6)
    }
    to {
        opacity: 1
    }
}

@keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.6, .6, .6);
        transform: scale3d(.6, .6, .6)
    }
    to {
        opacity: 1
    }
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
    transition: opacity .3s ease-out transform .6s cubic-bezier(.23, 1, .32, 1)
}

@-webkit-keyframes zoomOut {
    from {
        opacity: 0;
        -webkit-transform: scale3d(1.2, 1.2, 1.2);
        transform: scale3d(1.2, 1.2, 1.2)
    }
    to {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes zoomOut {
    from {
        opacity: 0;
        -webkit-transform: scale3d(1.2, 1.2, 1.2);
        transform: scale3d(1.2, 1.2, 1.2)
    }
    to {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

.zoomOut {
    -webkit-animation-name: zoomOut;
    animation-name: zoomOut;
    -webkit-transform: scale3d(1.2, 1.2, 1.2);
    transform: scale3d(1.2, 1.2, 1.2);
    transition: opacity .15s ease-out transform .25s cubic-bezier(.23, 1, .32, 1)
}

@-webkit-keyframes clickEffect {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
    50% {
        -webkit-transform: scale3d(.8, .8, .8);
        transform: scale3d(.8, .8, .8)
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes clickEffect {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
    50% {
        -webkit-transform: scale3d(.8, .8, .8);
        transform: scale3d(.8, .8, .8)
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

.clickEffect {
    -webkit-animation-name: clickEffect;
    animation-name: clickEffect
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes fadeIn {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn
}

@-webkit-keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-50%, 0, 0);
        transform: translate3d(-50%, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-50%, 0, 0);
        transform: translate3d(-50%, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft
}

@-webkit-keyframes fadeInLeftShort {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-20%, 0, 0);
        transform: translate3d(-20%, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInLeftShort {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-20%, 0, 0);
        transform: translate3d(-20%, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInLeftShort {
    -webkit-animation-name: fadeInLeftShort;
    animation-name: fadeInLeftShort
}

@-webkit-keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(50%, 0, 0);
        transform: translate3d(50%, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(50%, 0, 0);
        transform: translate3d(50%, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight
}

@-webkit-keyframes fadeInRightShort {
    from {
        opacity: .5;
        -webkit-transform: translate3d(20%, 0, 0);
        transform: translate3d(20%, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInRightShort {
    from {
        opacity: .5;
        -webkit-transform: translate3d(20%, 0, 0);
        transform: translate3d(20%, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInRightShort {
    -webkit-animation-name: fadeInRightShort;
    animation-name: fadeInRightShort
}

@-webkit-keyframes fadeInTop {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -50%, 0);
        transform: translate3d(0, -50%, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInTop {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -50%, 0);
        transform: translate3d(0, -50%, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInTop {
    -webkit-animation-name: fadeInTop;
    animation-name: fadeInTop
}

@-webkit-keyframes lightSpeedIn {
    from {
        -webkit-transform: translate3d(500%, 0, 0) skewX(-30deg);
        transform: translate3d(500%, 0, 0) skewX(-30deg);
        opacity: 0
    }
    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1
    }
    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
        opacity: 1
    }
    to {
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes lightSpeedIn {
    from {
        -webkit-transform: translate3d(500%, 0, 0) skewX(-30deg);
        transform: translate3d(500%, 0, 0) skewX(-30deg);
        opacity: 0
    }
    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1
    }
    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
        opacity: 1
    }
    to {
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.lightSpeedIn {
    -webkit-animation-name: lightSpeedIn;
    animation-name: lightSpeedIn;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
}

@-webkit-keyframes rotateIn {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg)
    }
    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes rotateIn {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg)
    }
    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        transform: none
    }
}

.rotateIn {
    -webkit-animation-name: rotateIn;
    animation-name: rotateIn
}

@-webkit-keyframes flash {
    50%, from, to {
        opacity: 1
    }
    25%, 75% {
        opacity: 0
    }
}

@keyframes flash {
    50%, from, to {
        opacity: 1
    }
    25%, 75% {
        opacity: 0
    }
}

.flash {
    -webkit-animation-name: flash;
    animation-name: flash
}

@keyframes speed {
    0% {
        -moz-transform: rotate(350deg);
        -ms-transform: rotate(35deg);
        -webkit-transform: rotate(350deg);
        transform: rotate(350deg)
    }
    40% {
        -moz-transform: rotate(340deg);
        -ms-transform: rotate(340deg);
        -webkit-transform: rotate(340deg);
        transform: rotate(340deg)
    }
    100% {
        -moz-transform: rotate(350deg);
        -ms-transform: rotate(350deg);
        -webkit-transform: rotate(350deg);
        transform: rotate(350deg)
    }
}

.speed {
    -webkit-animation-name: speed;
    animation-name: speed
}

@-webkit-keyframes orbit {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes orbit {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.orbit {
    -webkit-animation-name: orbit;
    animation-name: orbit
}

@-webkit-keyframes orbitReverse {
    0% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

@keyframes orbitReverse {
    0% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

.orbitReverse {
    -webkit-animation-name: orbitReverse;
    animation-name: orbitReverse
}

.page-navbar {
    height: 76px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1002;
    width: 100%;
    padding: 15px 0
}

@media (min-width: 768px) {
    .page-navbar {
        -webkit-transition: background .5s, padding .1s;
        -moz-transition: background .5s, padding .1s;
        -o-transition: background .5s, padding .1s;
        transition: background .5s, padding .1s
    }
}

@media (max-width: 767px) {
    .page-navbar {
        -webkit-transition: -webkit-transform .5s .5s, background .5s, padding .1s;
        -moz-transition: -moz-transform .5s .5s, background .5s, padding .1s;
        -o-transition: -o-transform .5s .5s, background .5s, padding .1s;
        transition: transform .5s .5s, background .5s, padding .1s;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        -o-user-select: none;
        user-select: none
    }
}

.navbar-brand {
    height: 55px;
    width: 212px;
    background: url(/igc/Images/logo.png?v=20200526005) no-repeat 0 0;
    background-size: cover
}

.no-svg .navbar-brand {
    background: url(/igc/Images/logo.png?v=20200526005) no-repeat center center
}

@media (max-width: 767px) {
    .page-navbar .container {
        padding: 0 10px
    }

    .page-navbar .navbar-header {
        position: relative;
        z-index: 2;
        padding: 0 0 0 36px;
        margin: 0;
        text-align: center
    }

    .navbar-header .navbar-brand {
        display: inline-block;
        float: none;
        height: 52px
    }

    .navbar-open .navbar-toggle span {
        background-color: #94420d
    }

    .navbar-brand {
        margin: -3px -25px -25px -11px
    }
}

.navbar-toggle {
    position: absolute;
    z-index: 10;
    left: 10px
}

.navbar-toggle .icon-bar {
    background-color: #840e35
}

.navbar-open.navbar-closing .navbar-toggle .icon-bar {
    -webkit-transition-delay: .6s;
    transition-delay: .6s;
    background-color: #840e35
}

@media (min-width: 767px) {
    .navbar-container {
        float: right
    }
}

@media (max-width: 767px) {
    .navbar-container {
        position: fixed;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        padding-top: 25px;
        background-color: transparent;
        -webkit-transition: linear background .15s;
        transition: linear background .15s;
        visibility: hidden;
        overflow-y: auto
    }

    .navbar-open .navbar-container {
        z-index: 3;
        background-color: rgba(255, 255, 255, .95);
        visibility: visible
    }

    .navbar-open.navbar-bgfade .navbar-container {
        background-color: transparent
    }
}

@media (max-width: 400px) {
    .navbar-container ul:nth-child(2) .btn {
        font-size: .75em
    }
}

.navbar-main {
    margin: 0
}

.navbar-main > li > a {
    padding: 15px 24px;
    color: #840e35;
    font-size: 18px;
    font-weight: 500
}

.navbar-main > li.active > a, .navbar-main > li.open > a, .navbar-main > li:focus > a, .navbar-main > li:hover > a {
    color: #b21348;
    text-decoration: none
}

.navbar-open .navbar-main > li.active > a, .navbar-open .navbar-main > li:focus > a, .navbar-open .navbar-main > li:hover > a {
    color: #94420d
}

.page-navbar .navbar-buttons > li > a {
    font-size: 14px
}

@media (max-width: 1199px) {
    .navbar-main > li > a {
        padding-left: 16px;
        padding-right: 16px
    }
}

@media (max-width: 991px) {
    .navbar-main > li > a {
        padding-left: 16px;
        padding-right: 16px
    }

    .navbar-main .btn {
        min-width: auto;
        padding-left: 20px;
        padding-right: 20px
    }
}

@media (max-width: 767px) {
    .page-navbar .nav {
        margin: 0 0 30px 0
    }

    .page-navbar .nav > li {
        position: relative;
        padding-left: 65px;
        padding-right: 65px
    }

    .navbar-main > li > a {
        color: #363b40;
        text-align: center
    }

    .navbar-open.navbar-closing .page-navbar .navbar-buttons, .navbar-open.navbar-closing .page-navbar .navbar-main > li, .page-navbar .navbar-buttons, .page-navbar .navbar-main > li {
        -webkit-transition-timing-function: cubic-bezier(.7, 0, .3, 1);
        transition-timing-function: cubic-bezier(.7, 0, .3, 1);
        -webkit-transform: translate3d(-100%, 0, 0) translate3d(-2em, 0, 0) scale3d(.5, 1, 1);
        transform: translate3d(-100%, 0, 0) translate3d(-2em, 0, 0) scale3d(.5, 1, 1);
        -webkit-transform-origin: 100% 50%;
        transform-origin: 100% 50%
    }

    .navbar-open .page-navbar .nav > li, .navbar-open .page-navbar .navbar-buttons {
        -webkit-transition: -webkit-transform .5s;
        transition: transform .5s;
        -webkit-transition-timing-function: cubic-bezier(.56, 1.19, .2, 1.05);
        transition-timing-function: cubic-bezier(.56, 1.19, .2, 1.05);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    .navbar-open .navbar-main > li:first-child, .navbar-open.navbar-closing .page-navbar .navbar-buttons {
        -webkit-transition-delay: 50ms;
        transition-delay: 50ms
    }

    .navbar-open .navbar-main > li:nth-child(2), .navbar-open.navbar-closing .navbar-main > li:nth-child(5) {
        -webkit-transition-delay: .1s;
        transition-delay: .1s
    }

    .navbar-open .navbar-main > li:nth-child(3), .navbar-open.navbar-closing .navbar-main > li:nth-child(4) {
        -webkit-transition-delay: .15s;
        transition-delay: .15s
    }

    .navbar-open .navbar-main > li:nth-child(4), .navbar-open.navbar-closing .navbar-main > li:nth-child(3) {
        -webkit-transition-delay: .2s;
        transition-delay: .2s
    }

    .navbar-open .navbar-main > li:nth-child(5), .navbar-open.navbar-closing .navbar-main > li:nth-child(2) {
        -webkit-transition-delay: .25s;
        transition-delay: .25s
    }

    .navbar-open .page-navbar .navbar-buttons, .navbar-open.navbar-closing .navbar-main > li:first-child {
        -webkit-transition-delay: .3s;
        transition-delay: .3s
    }
}

.navbar-buttons {
    float: left;
    padding: 0;
    margin: 0;
    list-style: none
}

.navbar-buttons > li {
    float: left;
    margin-left: 15px
}

.navbar-login {
    float: right
}

.navbar-login.btn.btn-icon > i {
    font-size: 28px;
    color: #840e35
}

@media (min-width: 768px) {
    .navbar-login {
        display: none
    }
}

@media (max-width: 767px) {
    .navbar-buttons {
        float: none;
        padding: 0
    }

    .page-navbar .navbar-buttons > li {
        width: 50%;
        padding: 0 8px;
        margin: 0
    }

    .page-navbar .navbar-buttons > li .btn {
        display: block;
        width: 100%;
        min-width: 0
    }

    .page-navbar .navbar-buttons > li .btn-outline {
        border-color: #94420d;
        color: #94420d
    }

    .page-navbar .navbar-buttons > li .btn-dark {
        border-color: #94420d;
        background-color: #94420d
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .navbar-buttons li:last-child {
        display: none
    }
}

.page-navbar .navbar-main > li .dropdown-menu {
    border: none;
    -webkit-border-radius: 4px;
    border-radius: 4px
}

.page-navbar .navbar-main > li .dropdown-menu:before {
    display: none
}

@media (min-width: 768px) {
    html:not(.mobile) .page-navbar .navbar-main > li.open .dropdown-menu, html:not(.mobile) .page-navbar .navbar-main > li:hover .dropdown-menu {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateX(0) translateY(0);
        transform: translateX(0) translateY(0)
    }
}

@media (max-width: 767px) {
    .page-navbar .navbar-main > li .dropdown-menu {
        width: 100%;
        min-width: 0;
        padding: 0;
        background: 0 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        -webkit-transition: none;
        transition: none;
        -webkit-transform: translateX(0) translateY(0);
        transform: translateX(0) translateY(0)
    }

    .page-navbar .navbar-main > li .dropdown-menu:after {
        display: none
    }

    .page-navbar .navbar-main > li.open .dropdown-menu {
        opacity: 1;
        visibility: visible
    }

    .page-navbar .navbar-main > li .dropdown-menu > li {
        text-align: center
    }

    .page-navbar .navbar-main > li .dropdown-menu > li > a {
        -webkit-transition: none;
        transition: none
    }
}

.page-navbar.navbar-fixed {
    position: fixed;
    height: 76px;
    padding: 13px 0;
    background-color: rgba(0, 0, 0, .3)
}

.page-navbar.navbar-fixed .navbar-main > li > a {
    color: #fff
}

.page-navbar.navbar-fixed.navbar-hidden {
    top: -76px;
    opacity: 0
}

.page-navbar.navbar-fixed.navbar-visible {
    top: 0;
    opacity: 1
}

.page-banner {
    position: relative;
    padding: 80px 0 0;
    color: #fff
}

.page-banner:after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    content: "";
    width: 100%;
    min-width: 700px;
    background: #026fce;
    background: linear-gradient(45deg, #0b4182 1%, #94420d 64%, #40baf5 97%);
    background-image: -ms-linear-gradient(45deg, #0b4182 1%, #94420d 64%, #40baf5 97%);
    background-image: -moz-linear-gradient(45deg, #0b4182 1%, #94420d 64%, #40baf5 97%);
    background-image: -o-linear-gradient(45deg, #0b4182 1%, #94420d 64%, #40baf5 97%);
    background-image: -webkit-linear-gradient(45deg, #0b4182 1%, #94420d 64%, #40baf5 97%);
    background-image: linear-gradient(45deg, #0b4182 1%, #94420d 64%, #40baf5 97%)
}

.page-banner .container {
    height: 100%;
    position: relative;
    z-index: 999
}

@media (max-width: 991px) {
    .page-banner {
        padding-top: 95px;
        padding-bottom: 60px
    }
}

@media (max-width: 767px) {
    .page-banner.page-banner-home {
        padding-bottom: 35px
    }
}

@media (max-width: 626px) {
    .page-banner {
        padding-top: 80px
    }
}

.banner-slogan:after {
    display: block;
    content: "";
    clear: both
}

.banner-slogan .banner-search {
    float: none;
    width: auto;
    max-width: 610px;
    padding: 0;
    margin-left: auto;
    margin-right: auto
}

.banner-slogan .actions {
    padding-bottom: 0
}

.slogan-title {
    max-width: 610px;
    margin-left: auto;
    margin-right: auto;
    color: #840e35;
    font-weight: 600;
    text-transform: capitalize
}

.slogan-desc {
    max-width: 700px;
    margin: -16px auto 16px auto;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    line-height: 30px;
    text-transform: none
}

.slogan-desc > b {
    color: #fff
}

.slogan-desc a {
    color: #fff !important
}

@media (max-width: 991px) {
    .slogan-desc {
        line-height: 28px
    }
}

@media (max-width: 767px) {
    .banner-slogan .actions {
        padding-bottom: 0
    }

    .slogan-desc, .slogan-title {
        max-width: 560px;
        margin-left: auto;
        margin-right: auto
    }
}

@media (max-width: 626px) {
    .banner-slogan .register-form {
        padding-top: 18px
    }
}

.banner-slogan-hero {
    padding: 25px 0 65px 0
}

@media (max-width: 991px) {
    .banner-slogan-hero {
        padding: 25px 0 45px 0
    }
}

@media (max-width: 767px) {
    .banner-slogan-hero {
        padding: 0
    }
}

.banner-search .btn > i {
    color: #fc3
}

@media (min-width: 768px) {
    .banner-search {
        float: right;
        width: 350px;
        padding: 34px 0 0 0
    }
}

.banner-image {
    position: relative;
    margin: 45px 0 0 0;
    text-align: right
}

.banner-image .image {
    display: inline-block
}

@media (max-width: 991px) {
    .banner-image {
        margin-top: 85px
    }
}

.banner-breadcrumbs, .banner-tabs {
    margin-top: 20px;
    text-align: left
}

.banner-tabs.banner-tabs-pricing {
    margin-top: 30px
}

.banner-breadcrumbs ul, .banner-tabs .nav-tabs {
    padding: 0;
    margin: 0 -14px;
    border: none
}

.banner-breadcrumbs ul:after, .banner-tabs .nav-tabs:after {
    display: block;
    content: "";
    clear: both
}

.banner-breadcrumbs ul > li > a, .banner-tabs .nav-tabs li > a, .banner-tabs .nav-tabs li > span {
    outline: 0;
    outline-style: none;
    display: block;
    height: 100%;
    padding: 30px 12px;
    margin: 0 12px;
    color: #fc3;
    font-size: 16px;
    line-height: 18px;
    white-space: normal;
    text-transform: capitalize
}

.banner-breadcrumbs li, .banner-tabs .nav-tabs li {
    outline: 0;
    outline-style: none
}

.banner-tabs .tabs-mobile-slider.nav-tabs li a, .banner-tabs .tabs-mobile-slider.nav-tabs li span {
    display: block;
    height: 100%;
    padding: 0;
    margin: 12px 0 12px;
    color: #fc3;
    font-size: 16px;
    line-height: 18px;
    white-space: normal;
    text-transform: capitalize;
    font-weight: 500;
    transition: .3s;
    white-space: nowrap
}

@media (max-width: 600px) {
    .banner-tabs .tabs-mobile-slider.nav-tabs li a, .banner-tabs .tabs-mobile-slider.nav-tabs li span {
        margin-left: 15px;
        margin-right: 15px
    }
}

.banner-tabs .tabs-mobile-slider.nav-tabs li a:hover span {
    color: #fff
}

.banner-breadcrumbs ul li > a:hover, .banner-tabs .nav-tabs li > a:hover {
    color: #fff
}

.banner-tabs .nav-tabs li > a, .banner-tabs .nav-tabs > li > span {
    position: relative;
    font-weight: 500
}

.banner-breadcrumbs ul li.active > a, .banner-tabs .nav-tabs li.active > a, .banner-tabs .nav-tabs li.active > span {
    color: #fff
}

.banner-breadcrumbs ul li.active a, .banner-tabs .nav-tabs li.active a, .banner-tabs .nav-tabs li.active span {
    color: #fff
}

.banner-tabs .nav-tabs li.active > a:after, .banner-tabs .nav-tabs li.active > span:after, .banner-tabs .tabs-mobile-slider.nav-tabs li.active a:after, .banner-tabs .tabs-mobile-slider.nav-tabs li.active span:after {
    position: absolute;
    left: 50%;
    bottom: 0;
    display: block;
    height: 16px;
    width: 26px;
    margin-left: -13px;
    background: 0 0;
    content: "\f2f8";
    color: #fff;
    font-family: Material-Design-Iconic-Font;
    font-size: 49px;
    line-height: 26px;
    text-align: center
}

.banner-tabs .nav-tabs li.active-green-promo > a:after, .banner-tabs .nav-tabs li.active-green-promo > span:after, .banner-tabs .tabs-mobile-slider.nav-tabs li.active-green-promo a:after, .banner-tabs .tabs-mobile-slider.nav-tabs li.active-green-promo span:after {
    position: absolute;
    left: 50%;
    bottom: 0;
    display: block;
    height: 16px;
    width: 26px;
    margin-left: -13px;
    background: 0 0;
    content: "\f2f8";
    color: #37b665;
    font-family: Material-Design-Iconic-Font;
    font-size: 49px;
    line-height: 26px;
    text-align: center
}

.banner-tabs .nav-tabs > li .badge {
    margin-left: 10px;
    background-color: rgba(196, 227, 255, .2);
    color: #fc3
}

.banner-tabs .nav-tabs > li.active .badge {
    background-color: #fff;
    color: #94420d
}

.banner-tabs.tabs-responsive {
    height: 78px
}

.banner-tabs.tabs-responsive .nav-tabs {
    height: 96px
}

.banner-tabs.tabs-responsive .btn {
    top: 14px;
    color: #fc3;
    font-size: 24px
}

.nav-tabs .btn-prev {
    display: inline-block;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -20px;
    padding: 0;
    border: 0;
    z-index: 10;
    color: #fff !important;
    opacity: .8
}

.nav-tabs .btn-next {
    display: inline-block;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -20px;
    padding: 0;
    border: 0;
    z-index: 10;
    color: #fff !important;
    opacity: .8
}

.nav-tabs .btn-next.slick-disabled, .nav-tabs .btn-prev.slick-disabled {
    opacity: .3
}

@media (max-width: 1199px) {
    .banner-tabs .nav-tabs > li > a {
        padding-left: 4px;
        padding-right: 4px
    }

    .banner-breadcrumbs ul, .banner-tabs .nav-tabs {
        padding: 0;
        margin: 0 -16px
    }
}

.banner-breadcrumbs > ul {
    list-style: none
}

.banner-breadcrumbs ul > li {
    float: left;
    position: relative
}

.banner-breadcrumbs ul > li > i {
    position: absolute;
    top: 30px;
    right: -5px;
    color: #fc3
}

.banner-breadcrumbs ul > li:first-child > a {
    padding-left: 0
}

@media (min-width: 768px) {
    .page-banner-breadcrumbs {
        padding-bottom: 0
    }
}

@media (max-width: 767px) {
    .banner-breadcrumbs {
        display: none
    }
}

.page-banner-home:after {
    height: 450px
}

.page-banner-home .slogan-desc {
    font-size: 20px
}

.page-banner-center, .page-banner-home .banner-slogan {
    text-align: center
}

.page-banner-home .slogan-title {
    font-size: 40px;
    font-weight: 700;
    line-height: 48px
}

.page-banner-home .banner-image {
    margin: 35px 0 0 0
}

@media (min-width: 768px) {
    .page-banner-home {
        padding-bottom: 0
    }
}

@media (max-width: 767px) {
    .page-banner-home {
        position: relative
    }

    .page-banner-home:after {
        height: 100%
    }

    .banner-image {
        display: none
    }

    .page-banner-home .slogan-desc {
        display: none
    }
}

.page-banner-subpage:after {
    height: 100%
}

@media (min-width: 992px) {
    .page-banner-subpage .banner-image {
        padding-right: 80px
    }
}

@media (max-width: 991px) {
    .page-banner-subpage .slogan-title {
        font-size: 30px;
        line-height: 38px
    }

    .page-banner-subpage .banner-image {
        padding-right: 30px
    }
}

@media (max-width: 767px) {
    .page-banner-subpage {
        text-align: center
    }
}

.page-banner-hero .banner-breadcrumbs, .page-banner-hero .banner-tabs {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0
}

.page-banner-hero .banner-tabs li > a > i {
    margin-left: 10px
}

@media (min-width: 768px) {
    .page-banner-hero {
        height: 660px;
        padding: 150px 0 0 0
    }
}

@media (max-width: 767px) {
    .page-banner-hero {
        padding: 100px 0
    }

    .page-banner-hero .banner-breadcrumbs, .page-banner-hero .banner-tabs {
        bottom: -100px
    }
}

.banner-tabs-pricing .nav-tabs li {
    text-align: center
}

.banner-tabs-pricing .nav-tabs li a span, .banner-tabs-pricing .nav-tabs li span span {
    display: block
}

.banner-tabs-pricing .nav-tabs li a i, .banner-tabs-pricing .nav-tabs li span i {
    margin: 0 0 32px 0;
    transition: linear all .2s
}

.banner-tabs .nav-tabs li a:hover .service-icon {
    transform: translate3d(0, -10px, 0);
    -webkit-filter: drop-shadow(0 5px 10px rgba(11, 27, 38, .2))
}

@media (max-width: 567px) {
    .banner-tabs-pricing .nav-tabs li .service-icon {
        display: none
    }
}

.banner-info {
    padding: 100px 0 130px
}

.banner-info h1 {
    max-width: 700px;
    margin-right: auto;
    margin-left: auto;
    color: #fff;
    font-size: 38px
}

.banner-info .actions .btn {
    min-width: 200px
}

.error-404 {
    color: #fff;
    font-size: 280px;
    font-weight: 700
}

.error-maintenance i:first-child {
    font-size: 240px
}

.error-maintenance i:last-child {
    font-size: 80px
}

.bird-map {
    display: inline-block;
    height: 240px;
    width: 244px;
    background: url(/igc/Images/bird-map.svg);
    background-size: cover
}

.bird-tools {
    display: inline-block;
    height: 240px;
    width: 354px;
    background: url(/igc/Images/bird-tools.svg);
    background-size: cover
}

.bird-tools-lg {
    height: 280px;
    width: 412px
}

.bird-shield {
    display: inline-block;
    height: 300px;
    width: 408px;
    background: url(/igc/Images/bird-shield.svg);
    background-size: cover
}

.page-main .container {
    position: relative;
    padding-top: 80px;
    padding-bottom: 80px
}

.page-main + .page-section {
    border-top: 1px solid #edeff2
}

@media (max-width: 767px) {
    .page-main .container {
        padding: 40px 0
    }
}

.main-sidebar {
    width: 230px
}

.main-sidebar .nav-sidebar {
    width: 230px;
    margin: 0
}

.main-sidebar .sidebar-row .nav > li > a {
    padding-left: 0;
    padding-right: 0
}

.main-sidebar .sidebar-tags .nav > li > a {
    position: relative;
    padding-right: 40px;
    word-break: break-all
}

.main-sidebar .sidebar-tags .nav > li > a .badge {
    position: absolute;
    top: 2px;
    right: 0
}

@media (min-width: 768px) {
    .main-sidebar, .main-sidebar .nav-sidebar {
        width: 230px
    }

    .main-sidebar .sidebar-row {
        margin-bottom: 25px
    }

    .main-sidebar-left:after {
        left: 240px
    }

    .main-sidebar-right:after {
        right: 240px
    }

    .main-sidebar-left {
        float: left
    }

    .main-sidebar-right {
        float: right
    }

    .main-sidebar .nav.affix {
        position: fixed !important;
        top: 0;
        max-height: 100%;
        padding: 70px 0 0 0;
        margin: 0;
        overflow-y: auto;
        height: 100%;
        -webkit-transition: padding-top .1s
    }

    .main-sidebar-floating-nav .nav.affix {
        padding-top: 110px
    }
}

@media (max-width: 767px) {
    .main-sidebar {
        width: auto;
        padding: 0 20px 48px 20px;
        margin: 0 0 28px 0;
        border-bottom: 1px solid #edf0f2
    }

    .main-sidebar:after, .sidebar-tags {
        display: none
    }

    .main-sidebar .nav .affix {
        position: inherit
    }
}

.main-content-center {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 25px;
    padding-right: 25px
}

.main-content-center-sm {
    max-width: 700px
}

.main-content:after {
    display: block;
    content: "";
    clear: both
}

.content-row {
    position: relative;
    padding-bottom: 35px;
    margin-bottom: 50px;
    border-bottom: 1px solid #edf0f2
}

.content-row:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none
}

@media (min-width: 768px) {
    .main-content-right {
        margin-left: 250px
    }

    .main-content-left {
        float: left;
        width: 100%;
        margin-right: -280px;
        padding-right: 280px
    }
}

@media (max-width: 767px) {
    .content-row {
        padding-left: 20px;
        padding-right: 20px
    }

    .main-content-right .content-row {
        padding-left: 20px
    }
}

.page-footer {
    padding: 0 0 0
}

.page-footer ul {
    padding: 0;
    margin: 0;
    list-style: none
}

.page-footer ul > li > a {
    color: #616366
}

.page-footer ul > li > a:hover {
    color: #94420d
}

.footer-nav ul li {
    margin: 0 0 10px 0
}

.footer-nav {
    margin: 0;
    padding: 0 0 60px 0
}

@media (max-width: 767px) {
    .footer-nav {
        display: none
    }
}

.footer-bottom {
    border-top: 2px solid #edeff2;
    padding: 35px 0 35px 0
}

.footer-bottom .nav li {
    display: inline-block;
    margin: 0
}

.footer-bottom .nav li a {
    display: block;
    padding: 8px 16px;
    line-height: 24px
}

.footer-bottom .social li {
    display: inline-block;
    margin-left: 13px
}

.footer-bottom .social li > a > i {
    font-size: 19px;
    line-height: 24px;
    vertical-align: initial
}

.footer-copyright {
    margin: 0;
    line-height: 20px
}

.footer-copyright small {
    display: block;
    padding-top: 5px;
    color: #8a9399;
    font-size: 13px
}

.footer-bottom ul {
    display: inline-block
}

@media (max-width: 1199px) {
    .footer-bottom {
        text-align: center
    }

    .footer-bottom ul {
        display: block
    }

    .footer-bottom .social {
        padding: 10px 0 16px
    }

    .footer-bottom .nav li a {
        padding: 0 16px 0
    }
}

.page-section {
    border-bottom: 1px solid #edeff2
}

.page-section:last-child {
    border: none
}

.section-row {
    margin-bottom: 48px;
    border-bottom: 1px solid #edf0f2
}

.section-row:after, .section-row:before {
    display: table;
    content: "";
    clear: both
}

.section-row:first-child {
    padding-top: 0
}

.section-row:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border: none
}

.section-title {
    margin-left: auto;
    margin-right: auto
}

.section-desc {
    margin-top: -4px;
    margin-left: auto;
    margin-right: auto;
    font-size: 16px;
    line-height: 28px
}

.section-desc.desc-promo {
    font-size: 20px
}

.section-center .section-desc, .section-center .section-title {
    max-width: 700px
}

.section-center, .section-center .actions {
    text-align: center
}

.section-center .actions > .btn {
    min-width: 180px
}

.section-center .section-image .image span {
    margin: 0 auto
}

.section-image .image {
    position: relative;
    margin-left: auto;
    margin-right: auto
}

.section-image .browser {
    max-width: 440px;
    margin: 35px auto
}

.section-image .image:after, .section-image .image:before {
    display: table;
    content: "";
    clear: both
}

.image span {
    display: block
}

.section-image .image span {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

@media (min-width: 768px) {
    .section-center .section-desc, .section-center .section-title {
        text-align: center
    }
}

@media (max-width: 767px) {
    .section-image {
        padding-top: 30px
    }
}

.section-dark {
    border: none;
    background: #303c46;
    background: linear-gradient(225deg, #39444d, #22292e 88%);
    background-image: -ms-linear-gradient(225deg, #39444d, #22292e 88%);
    background-image: -moz-linear-gradient(225deg, #39444d, #22292e 88%);
    background-image: -o-linear-gradient(225deg, #39444d, #22292e 88%);
    background-image: -webkit-linear-gradient(225deg, #39444d, #22292e 88%);
    background-image: linear-gradient(225deg, #39444d, #22292e 88%)
}

.section-blue {
    position: relative;
    border: none;
    overflow: hidden
}

.section-blue .container {
    position: relative;
    z-index: 1
}

.section-blue:before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    min-width: 700px;
    border: none;
    background: #026fce;
    background: linear-gradient(45deg, #0b4182 1%, #94420d 64%, #40baf5 97%);
    background-image: -ms-linear-gradient(45deg, #0b4182 1%, #94420d 64%, #40baf5 97%);
    background-image: -moz-linear-gradient(45deg, #0b4182 1%, #94420d 64%, #40baf5 97%);
    background-image: -o-linear-gradient(45deg, #0b4182 1%, #94420d 64%, #40baf5 97%);
    background-image: -webkit-linear-gradient(45deg, #0b4182 1%, #94420d 64%, #40baf5 97%);
    background-image: linear-gradient(45deg, #0b4182 1%, #94420d 64%, #40baf5 97%)
}

.section-blue .section-title, .section-dark .section-title {
    color: #fff
}

.section-blue .section-desc, .section-blue p {
    color: rgba(196, 227, 255, .8)
}

.section-blue .actions-help {
    color: #fc3
}

.section-dark .section-desc {
    color: rgba(255, 255, 255, .6)
}

.section-blue .panel, .section-dark .panel {
    border: none;
    -webkit-box-shadow: 0 5px 20px -5px rgba(11, 27, 38, .2);
    box-shadow: 0 5px 20px -5px rgba(11, 27, 38, .2)
}

.section-control-panel {
    margin-top: -160px;
    padding-top: 154px
}

@media (max-width: 991px) {
    .page-section.section-control-panel {
        margin-top: -140px;
        padding-top: 134px
    }
}

.list {
    margin: 0;
    padding: 0;
    list-style-type: none;
    font-size: 16px;
    line-height: 30px
}

.list li {
    position: relative;
    margin-bottom: 12px
}

@media (min-width: 768px) {
    .list li {
        margin-right: 20px
    }
}

.list-circle {
    padding-left: 24px
}

.list-circle li:before {
    content: '';
    width: 8px;
    height: 8px;
    background: #94420d;
    border-radius: 100%;
    position: absolute;
    left: -24px;
    top: 10px
}

.packages {
    padding: 32px 0 5px 0
}

.package {
    position: relative;
    display: block;
    margin: 0 0 20px 0;
    border: 1px solid #e6e9eb;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    text-align: center
}

.package-baremetal {
    position: relative;
    z-index: 2;
    border: none;
    box-shadow: 0 5px 25px 0 rgba(0, 0, 0, .15);
    width: 270px;
    margin: 0 auto;
    background: #fff
}

.relative-left {
    z-index: 10;
    left: 40px
}

.package-blured {
    position: absolute;
    top: 17px;
    z-index: 1
}

.package-blured img {
    margin-top: -15px
}

.package-blured.first {
    left: -59px
}

.package-blured.last {
    right: -138px
}

@media (max-width: 1199px) {
    .package-baremetal {
        width: 200px
    }

    .package-blured.last {
        right: -121px
    }

    .relative-left {
        left: 17px
    }

    .package-blured.first {
        left: -87px
    }
}

@media (max-width: 991px) {
    .row-packages-blured {
        max-width: 585px;
        margin: 0 auto
    }

    .package-baremetal {
        width: 270px
    }

    .package-blured.last {
        right: -146px
    }

    .package-blured.first {
        left: -49px
    }

    .relative-left {
        left: 49px
    }
}

@media (max-width: 625px) {
    .package-blured.first, .package-blured.last {
        display: none
    }

    .relative-left {
        left: 0;
        width: 100%;
        padding: 0
    }

    .package-baremetal {
        max-width: 280px;
        width: 100%
    }
}

a.package:hover {
    border-color: #94420d
}

.package-single {
    max-width: 360px;
    margin-left: auto;
    margin-right: auto
}

.coming-soon {
    position: absolute;
    top: 11px;
    border: 1px solid #e6e9eb;
    width: 156px;
    height: 120px;
    text-align: center;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center
}

.first .coming-soon {
    right: 60px;
    border-right: none
}

.last .coming-soon {
    left: 60px;
    border-left: none
}

.coming-soon h6 {
    margin: 0;
    color: #94420d
}

.coming-soon span {
    font-size: 14px
}

@media (max-width: 379px) {
    .packages .col-xs-6 {
        width: 100%
    }
}

.packages-switcher {
    position: relative;
    height: 42px;
    width: 278px;
    margin: 25px auto 25px;
    border: 1px solid #e6e9eb;
    -webkit-border-radius: 30px;
    border-radius: 30px
}

.packages-switcher span {
    position: relative;
    z-index: 2;
    display: block;
    float: left;
    width: 50%;
    padding: 8px;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all ease-in .15s .15s;
    transition: all ease-in .15s .15s
}

.packages-switcher.monthly span:last-child, .packages-switcher:not(.monthly) span:first-child {
    color: #fff
}

.packages-switcher:after {
    position: absolute;
    top: 3px;
    left: 3px;
    display: block;
    content: "";
    height: 34px;
    width: 135px;
    background-color: #94420d;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    -webkit-transition: all ease-in .3s;
    transition: all ease-in .3s
}

.packages-switcher.monthly:after {
    left: 138px
}

.package-header {
    padding: 22px 20px 26px;
    border-bottom: 1px solid #e6e9eb
}

.package-title {
    margin: 0 0 10px 0;
    font-size: 15px;
    font-weight: 700
}

.package-price {
    display: block;
    color: #94420d;
    font-size: 33px;
    font-weight: 500;
    line-height: 40px
}

.package-price .cycle {
    font-size: 20px;
    font-weight: 300
}

.package-hourly {
    display: block;
    color: #8a9399;
    font-size: 16px;
    line-height: 15px
}

.package-body {
    padding: 24px
}

.package-body ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.package-body ul > li {
    margin: 0 0 4px 0;
    color: #616366
}

.package-body ul > li:last-child {
    margin: 0
}

@media (max-width: 991px) {
    .package-body {
        padding: 24px 10px
    }
}

.col-sm-2_5 .package-body {
    padding: 20px
}

.col-sm-2_5 .package-header {
    position: relative;
    padding: 20px 20px 24px
}

.package-help {
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    color: #8a9399;
    font-size: 11px
}

.section-dark .package-slider-option {
    margin-top: 40px;
    background: #fff;
    border: none;
    -webkit-box-shadow: 0 5px 20px -5px rgba(11, 27, 38, .2);
    box-shadow: 0 5px 20px -5px rgba(11, 27, 38, .2)
}

.package-slider, .plusminus-slider {
    position: relative;
    height: 34px;
    border: 1px solid #e6e9eb;
    background: #fff;
    -webkit-border-radius: 30px;
    border-radius: 30px
}

.package-slider {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -17px;
    margin: 0 24px
}

.package-slider .slider, .plusminus-slider .slider {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 99;
    height: 34px;
    margin: 0 58px 0 32px;
    cursor: pointer
}

.plusminus-slider .slider-label + .slider {
    margin-right: 132px
}

.plusminus-slider .slider-label {
    position: absolute;
    right: -1px;
    top: -1px;
    height: 34px;
    width: 100px;
    padding: 0 20px;
    background: #e6e9eb;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    font-weight: 700;
    line-height: 34px
}

.plusminus-slider .slider-label input {
    position: relative;
    z-index: 9999;
    border: none;
    background: 0 0
}

.plusminus-slider .slider-label input:active, .plusminus-slider .slider-label input:focus {
    outline: 0
}

.package-slider .ui-slider-handle, .plusminus-slider .ui-slider-handle {
    position: absolute;
    top: 3px;
    z-index: 999;
    height: 26px;
    width: 26px;
    background: #94420d;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    cursor: pointer;
    -webkit-box-shadow: 0 3px 10px -3px rgba(37, 45, 51, .5);
    box-shadow: 0 3px 10px -3px rgba(37, 45, 51, .5);
    -webkit-transition: background ease .15s;
    transition: background ease .15s;
    outline: 0
}

.package-slider .slider-handle:hover, .plusminus-slider .slider-handle:hover {
    color: #cd9304;
    -webkit-box-shadow: 0 5px 15px -5px rgba(37, 45, 51, .7);
    box-shadow: 0 5px 15px -5px rgba(37, 45, 51, .7)
}

.package-slider .slider-actions, .plusminus-slider .slider-actions {
    position: absolute;
    height: 100%;
    width: 100%
}

.package-slider .slider-actions .btn, .plusminus-slider .slider-actions .btn {
    margin: 3px;
    height: 26px;
    width: 26px;
    padding: 1px
}

.package-slider .slider-actions .btn > i, .plusminus-slider .slider-actions .btn > i {
    float: left;
    font-size: 17px
}

.package-slider .slider-actions .btn > i:before, .plusminus-slider .slider-actions .btn > i:before {
    line-height: 24px
}

.package-slider .slider-actions .btn:first-child, .plusminus-slider .slider-actions .btn:first-child {
    float: left
}

.package-slider .slider-actions .btn:last-child, .plusminus-slider .slider-actions .btn:last-child {
    float: right
}

.package-slider-option .package-header, .plusminus-slider-option .package-header {
    position: relative;
    padding-bottom: 38px
}

.package-slider-option .package-body, .plusminus-slider-option .package-body {
    padding-top: 38px
}

.package.featured {
    padding-top: 24px;
    margin-top: -24px;
    -webkit-box-shadow: 0 5px 30px -5px rgba(11, 27, 38, .2);
    box-shadow: 0 5px 30px -5px rgba(11, 27, 38, .2);
    border-color: #fff
}

.package-banner {
    position: absolute;
    top: 0;
    right: -1px;
    left: -1px;
    height: 24px;
    width: auto;
    background: #94420d;
    color: #fff;
    font-size: 12px;
    -webkit-border-radius: 4px 4px 0 0
}

.section-gallery {
    padding: 0 !important
}

.section-gallery .row {
    margin-left: 0;
    margin-right: 0
}

.section-gallery .row > [class*=col-] {
    padding-left: 0;
    padding-right: 0;
    overflow: hidden
}

.section-gallery img {
    height: auto;
    width: 100%;
    opacity: .3;
    -webkit-transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    transition: opacity .25s ease-in-out
}

.section-gallery img:hover {
    opacity: .8
}

@media (min-width: 992px) {
    .page-section.section-hero {
        padding-top: 68px;
        padding-bottom: 5px
    }
}

@media (max-width: 991px) {
    .page-section {
        padding-bottom: 5px
    }

    .section-row {
        padding-bottom: 35px;
        margin-bottom: 30px
    }
}

@media (max-width: 626px) {
    .section-desc, .section-title {
        max-width: 100%
    }
}

.service {
    display: block;
    padding: 24px;
    border: 1px solid #ccc;
    text-align: left;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    margin: 5px
}

@media (min-width: 992px) {
    .service {
        padding-left: 24px;
        padding-right: 24px
    }
}

.service:hover {
    border-color: #cd9304
}

.service-body p {
    color: #616366;
    font-size: 16px
}

.service-icon {
    display: inline-block;
    height: 155px;
    width: 205px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover
}

.service-icon-v2 {
    display: inline-block;
    height: 255px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    -webkit-transition: linear all .2s;
    transition: linear all .2s
}

.service:hover > .service-icon-v2, a:hover > .service-icon-v2 {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0)
}

.service-icon-compute {
    background-image: url(/igc/Images/compute.svg)
}

.service-icon-storage {
    background-image: url(/igc/Images/storage.svg)
}

.service-icon-dedicated {
    background-image: url(/igc/Images/dedicated.svg)
}

.service-icon-baremetal {
    background-image: url(/igc/Images/baremetal.svg)
}

.service-icon-compute-v2 {
    background-image: url(/igc/Images/subject.jpg)
}

.service-icon-storage-v2 {
    background-image: url(/igc/Images/subject.jpg)
}

.service-icon-dedicated-v2 {
    background-image: url(/igc/Images/subject.jpg)
}

.service-icon-baremetal-v2 {
    background-image: url(/igc/Images/pianos.jpg)
}

.service .link {
    font-size: 16px
}

.service-icon-xlg {
    height: 300px;
    width: 398px
}

.service-icon-xlg-v2 {
    height: 310px;
    width: 436px
}

@media (max-width: 991px) {
    .service-icon {
        height: 120px;
        width: 156px
    }

    .service-icon-xlg {
        height: 220px;
        width: 288px
    }
}

@media (max-width: 767px) {
    .services {
        max-width: 380px;
        margin: 0 auto
    }

    .service {
        padding: 30px 0
    }

    .services [class*=col-]:first-child .service {
        padding-top: 0
    }

    .services [class*=col-]:last-child .service {
        padding-bottom: 0
    }

    .service-icon {
        height: 120px;
        width: 156px
    }

    .service-icon-v2 {
        height: 255px;
        width: 100%
    }
}

.features-center {
    text-align: center
}

.feature {
    padding-top: 20px;
    margin-bottom: 20px
}

.feature .h4, .feature h4 {
    margin-top: 0;
    margin-bottom: 8px
}

.feature p {
    margin-bottom: 0;
    line-height: 24px
}

@media (min-width: 992px) {
    .features-center .feature {
        padding: 0 30px
    }
}

@media (min-width: 1200px) {
    .features-center .feature {
        padding: 0 50px
    }
}

@media (max-width: 767px) {
    .features-center {
        max-width: 610px;
        margin-left: auto;
        margin-right: auto
    }
}

.feature > i {
    margin-top: 20px;
    margin-bottom: 14px;
    font-size: 50px
}

.features-icon-left .feature {
    position: relative;
    padding-left: 82px;
    text-align: left
}

.features-icon-left .feature > i {
    position: absolute;
    left: 0;
    top: 0
}

@media (max-width: 526px) {
    .features-icon-left [class*=col-] {
        width: 100%
    }
}

.feature > .icon-step {
    display: inline-block;
    height: 52px;
    width: 52px;
    border: 2px solid #94420d;
    color: #94420d;
    font-size: 18px !important;
    font-weight: 700;
    font-style: normal;
    text-align: center;
    line-height: 48px;
    -webkit-border-radius: 26px;
    border-radius: 26px
}

.location-map {
    position: relative
}

.location-map .map {
    background: url(/igc/Images/map.svg) no-repeat center center;
    background-size: cover
}

.location-map .map-grey {
    background: url(/igc/Images/map-grey.svg) no-repeat center center;
    background-size: cover
}

.location-container {
    position: absolute;
    top: 50%;
    left: 50%
}

.section-dark .location-map .map {
    opacity: .5
}

.location-map-sm {
    height: 260px
}

.location-map-sm .location-container {
    height: 260px;
    width: 524px;
    margin: -130px 0 0 -262px
}

.location-map-sm .map {
    height: 260px;
    width: 524px
}

.location-map-sm .location-name {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all ease .15s;
    transition: all ease .15s;
    -webkit-transform: scale(.65);
    transform: scale(.65);
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left
}

.location-map-sm .location:hover {
    z-index: 1000
}

.location-map-sm .location:hover .location-name {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    transform: scale(1)
}

@media (max-width: 991px) {
    .location-map-sm {
        height: 170px
    }

    .location-map-sm .location-container {
        -webkit-transform: scale(.65);
        transform: scale(.65)
    }
}

.location-map-lg .map {
    height: 580px;
    width: 1174px
}

@media (min-width: 568px) {
    .location-map-lg {
        height: 520px
    }

    .location-map-lg .location-container {
        height: 580px;
        width: 1174px;
        margin: -290px 0 0 -582px
    }

    .location-map .actions {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%
    }
}

@media (min-width: 568px) and (max-width: 1199px) {
    .location-map-lg {
        height: 450px
    }

    .location-map-lg .location-container {
        -webkit-transform: scale(.9);
        -moz-transform: scale(.9);
        -ms-transform: scale(.9);
        -o-transform: scale(.9);
        transform: scale(.9)
    }
}

@media (min-width: 568px) and (max-width: 991px) {
    .location-map-lg {
        height: 424px
    }

    .location-map-lg .location-container {
        -webkit-transform: scale(.68);
        -moz-transform: scale(.68);
        -ms-transform: scale(.68);
        -o-transform: scale(.68);
        transform: scale(.68)
    }
}

@media (min-width: 568px) and (max-width: 767px) {
    .location-map-lg {
        height: 290px
    }

    .location-map-lg .location-container {
        -webkit-transform: scale(.5);
        -moz-transform: scale(.5);
        -ms-transform: scale(.5);
        -o-transform: scale(.5);
        transform: scale(.5)
    }
}

@media (max-width: 567px) {
    .location-map-lg .map {
        display: none
    }

    .location-map-lg .location-container {
        position: inherit;
        top: auto;
        left: auto;
        max-width: 380px;
        margin: 0 auto;
        padding: 25px 0
    }

    .location-container:after, .location-container:before {
        display: block;
        content: "";
        clear: both
    }

    .location-map-lg .location-map {
        padding: 0 30px
    }
}

.location-pin, .location-pin:after {
    background-color: #1e88e4;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%
}

.location-pin {
    position: relative;
    z-index: 999;
    display: block;
    height: 12px;
    width: 12px
}

.location-pin-lg {
    position: relative;
    display: block;
    height: 20px;
    width: 20px
}

.location-pin:after {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    content: "";
    height: 22px;
    width: 22px;
    margin: -11px 0 0 -11px;
    -webkit-animation: pulsate 2s linear;
    animation: pulsate 2s linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.location-pin-lg:after {
    height: 40px;
    width: 40px;
    margin: -20px 0 0 -20px
}

.location-map-sm .location {
    height: 8px;
    width: 8px;
    cursor: pointer
}

.location-map-sm .location-pin {
    height: 8px;
    width: 8px
}

.location-map-sm .location-pin:after {
    height: 16px;
    width: 16px;
    margin: -8px 0 0 -8px
}

@-webkit-keyframes pulsate {
    0% {
        -webkit-transform: scale(0);
        opacity: .05
    }
    20% {
        -webkit-transform: scale(.7);
        opacity: .1
    }
    40% {
        -webkit-transform: scale(.9);
        opacity: .2
    }
    60% {
        -webkit-transform: scale(1.1);
        opacity: .3
    }
    100% {
        -webkit-transform: scale(1.4);
        opacity: 0
    }
}

@keyframes pulsate {
    0% {
        transform: scale(0);
        opacity: .05
    }
    20% {
        transform: scale(.7);
        opacity: .1
    }
    40% {
        transform: scale(.9);
        opacity: .2
    }
    60% {
        transform: scale(1.1);
        opacity: .3
    }
    100% {
        transform: scale(1.4);
        opacity: 0
    }
}

.location {
    position: absolute;
    z-index: 998;
    height: 12px;
    width: 12px
}

.location-name {
    position: absolute;
    z-index: 999;
    display: block;
    height: 28px
}

.location-name span {
    display: block;
    height: 28px;
    padding: 0 10px;
    background-color: #1e88e4;
    color: #fff;
    font-size: 14px;
    line-height: 28px;
    white-space: nowrap;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 5px 20px -5px rgba(11, 27, 38, .2);
    box-shadow: 0 5px 20px -5px rgba(11, 27, 38, .2)
}

.location-name:after {
    position: absolute;
    z-index: -1;
    display: block;
    content: "";
    height: 1px;
    width: 20px;
    background-color: #545a5e
}

.location-map-grey .location-name:after {
    background-color: #c4cacc
}

.location-seattle {
    top: 180px;
    left: 150px
}

.location-seattle .location-name {
    bottom: 44px;
    right: 44px
}

.location-seattle .location-name:after {
    bottom: -20px;
    right: -49px;
    width: 58px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.location-map-sm .location-seattle {
    top: 84px;
    left: 66px
}

.location-silicon-valley {
    top: 215px;
    left: 148px
}

.location-silicon-valley .location-name {
    top: 35px;
    right: 37px
}

.location-silicon-valley .location-name:after {
    top: -10px;
    right: -35px;
    width: 50px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.location-map-sm .location-silicon-valley {
    top: 100px;
    left: 64px
}

.location-los-angeles {
    top: 232px;
    left: 164px
}

.location-los-angeles .location-name {
    top: 78px;
    right: -45px
}

.location-los-angeles .location-name:after {
    left: 50%;
    top: -70px;
    height: 70px;
    width: 1px
}

.location-map-sm .location-los-angeles {
    top: 108px;
    left: 72px
}

.location-dallas {
    top: 238px;
    left: 232px
}

.location-dallas .location-name {
    bottom: 72px;
    right: -24px
}

.location-dallas .location-name:after {
    left: 50%;
    bottom: -60px;
    height: 60px;
    width: 1px
}

.location-map-sm .location-dallas {
    top: 106px;
    left: 98px
}

.location-miami {
    top: 265px;
    left: 288px
}

.location-miami .location-name {
    top: 29px;
    left: 30px
}

.location-miami .location-name:after {
    top: -10px;
    left: -30px;
    width: 40px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.location-map-sm .location-miami {
    top: 120px;
    left: 126px
}

.location-atlanta {
    top: 234px;
    left: 276px
}

.location-atlanta .location-name {
    top: -9px;
    left: 110px
}

.location-atlanta .location-name:after {
    top: 50%;
    left: -100px;
    width: 100px
}

.location-map-sm .location-atlanta {
    top: 108px;
    left: 126px
}

.location-new-jersey {
    top: 210px;
    left: 300px
}

.location-new-jersey .location-name {
    bottom: 28px;
    left: 28px
}

.location-new-jersey .location-name:after {
    bottom: -10px;
    left: -24px;
    width: 30px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.location-map-sm .location-new-jersey {
    top: 98px;
    left: 132px
}

.location-chicago {
    top: 200px;
    left: 267px
}

.location-chicago .location-name {
    bottom: 70px;
    left: 70px
}

.location-chicago .location-name:after {
    bottom: -31px;
    left: -75px;
    width: 90px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.location-map-sm .location-chicago {
    top: 90px;
    left: 116px
}

.location-london {
    top: 134px;
    left: 525px
}

.location-london .location-name {
    bottom: 24px;
    right: 24px
}

.location-london .location-name:after {
    bottom: -10px;
    right: -24px;
    width: 30px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.location-map-sm .location-london {
    top: 62px;
    left: 232px
}

.location-amsterdam {
    top: 131px;
    left: 545px
}

.location-amsterdam .location-name {
    bottom: 73px;
    left: 73px
}

.location-amsterdam .location-name:after {
    bottom: -32px;
    left: -78px;
    width: 95px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.location-map-sm .location-amsterdam {
    top: 60px;
    left: 242px
}

.location-paris {
    top: 154px;
    left: 538px
}

.location-paris .location-name {
    top: 50px;
    left: 50px
}

.location-paris .location-name:after {
    top: -20px;
    left: -52px;
    width: 65px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.location-map-sm .location-paris {
    top: 70px;
    left: 240px
}

.location-frankfurt {
    top: 142px;
    left: 562px
}

.location-frankfurt .location-name {
    top: -9px;
    left: 60px
}

.location-frankfurt .location-name:after {
    top: 50%;
    left: -60px;
    width: 60px
}

.location-map-sm .location-frankfurt {
    top: 66px;
    left: 250px
}

.location-tokyo {
    top: 201px;
    right: 162px
}

.location-tokyo .location-name {
    bottom: 50px;
    left: 50px
}

.location-tokyo .location-name:after {
    bottom: -22px;
    left: -58px;
    width: 75px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.location-map-sm .location-tokyo {
    top: 90px;
    right: 72px
}

.location-singapore {
    top: 318px;
    right: 285px
}

.location-singapore .location-name {
    bottom: 35px;
    left: 35px
}

.location-singapore .location-name:after {
    bottom: -12px;
    left: -34px;
    width: 45px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.location-map-sm .location-singapore {
    top: 142px;
    right: 126px
}

.location-map-sm .location-singapore .location-name {
    bottom: 24px;
    left: 24px
}

.location-map-sm .location-singapore .location-name:after {
    bottom: -10px;
    left: -24px;
    width: 30px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.location-sydney {
    bottom: 102px;
    right: 83px
}

.location-sydney .location-name {
    bottom: 50px;
    left: 50px
}

.location-sydney .location-name:after {
    bottom: -22px;
    left: -58px;
    width: 75px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.location-map-sm .location-sydney {
    bottom: 44px;
    right: 36px
}

.location-london .location-name, .location-seattle .location-name {
    -webkit-transform-origin: bottom right;
    transform-origin: bottom right
}

.location-silicon-valley .location-name {
    -webkit-transform-origin: top right;
    transform-origin: top right
}

.location-los-angeles .location-name {
    -webkit-transform-origin: top center;
    transform-origin: top center
}

.location-dallas .location-name {
    -webkit-transform-origin: bottom center;
    transform-origin: bottom center
}

.location-atlanta .location-name, .location-frankfurt .location-name {
    -webkit-transform-origin: left center;
    transform-origin: left center
}

.location-miami .location-name, .location-paris .location-name {
    -webkit-transform-origin: top left;
    transform-origin: top left
}

@media (max-width: 1199px) {
    .location-seattle .location-name {
        bottom: 54px;
        right: -26px
    }

    .location-tokyo .location-name {
        left: auto;
        right: 50px
    }

    .location-sydney .location-name {
        left: auto;
        right: 50px
    }

    .location-sydney .location-name:after, .location-tokyo .location-name:after {
        left: auto;
        right: -58px;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg)
    }

    .location-seattle .location-name:after {
        right: 3px;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg)
    }
}

@media (min-width: 568px) and (max-width: 767px) {
    .location-map-lg .location-name {
        height: 36px;
        font-size: 20px;
        line-height: 36px
    }
}

@media (max-width: 567px) {
    .location-map-lg .location {
        position: inherit;
        top: auto;
        bottom: auto;
        left: auto;
        right: auto;
        float: left;
        height: auto;
        width: 50%;
        margin-bottom: 8px;
        padding-left: 30px
    }

    .location-map-lg .location:after, .location-map-lg .location:before {
        display: block;
        content: "";
        clear: both
    }

    .location-map-lg .location-pin {
        position: absolute;
        left: 0;
        top: 4px;
        margin: 5px 10px 5px
    }

    .location-map-lg .location .location-name {
        position: inherit;
        left: auto;
        right: auto;
        top: auto;
        bottom: auto;
        display: inline-block;
        background: 0 0;
        color: #616366;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        -ms-box-shadow: none;
        -o-box-shadow: none;
        box-shadow: none
    }

    .location-map-lg .location .location-name > span {
        position: inherit;
        left: auto;
        right: auto;
        top: auto;
        bottom: auto;
        display: inline-block;
        background: 0 0;
        color: #616366;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        -ms-box-shadow: none;
        -o-box-shadow: none;
        box-shadow: none
    }

    .location-map-lg .location-name:after {
        display: none
    }

    .section-dark .location-map-lg .location .location-name span {
        color: #fff
    }
}

.benchmark-title h3 {
    margin-bottom: 0
}

@media (min-width: 992px) {
    .benchmark-title {
        padding-left: 80px
    }
}

.benchmark-graph {
    position: relative;
    height: 380px;
    margin: 20px 20px 25px 0;
    padding: 0 0 30px 80px
}

.graph {
    position: relative;
    height: 350px;
    width: 100%;
    border-bottom: 1px solid #e6e9eb;
    border-left: 1px solid #e6e9eb
}

.graph-bars, .graph-grid {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    list-style: none
}

.graph-grid li:first-child {
    height: 15px
}

.graph-grid li {
    height: 47px;
    width: 100%;
    border-bottom: 1px dashed #edf0f2
}

.graph-bars {
    padding: 0 12px
}

.graph-bars > li {
    position: relative;
    float: left;
    height: 100%;
    width: 33.33%;
    padding: 0 12px;
    vertical-align: bottom
}

.graph-bars > li > .bar-holder {
    position: relative;
    height: 100%;
    width: 100%
}

.graph-bars > li .bar {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    height: 2px;
    width: 100%;
    background-color: #e6e9eb;
    border-radius: 4px 4px 0 0;
    -webkit-transition: all ease-in 1s;
    transition: all ease-in 1s
}

.graph-bars > li .bar.bar-rackspace {
    -webkit-transition-delay: 1s;
    transition-delay: 1s
}

.graph-bars > li .bar.bar-aws {
    -webkit-transition-delay: 2s;
    transition-delay: 2s
}

.graph-bars > li .bar > span {
    position: absolute;
    top: -30px;
    left: 0;
    width: 100%;
    color: #2b3033;
    font-size: 13px;
    font-weight: 700;
    text-align: center
}

.axis {
    position: absolute;
    margin: 0;
    list-style: none
}

.axis > li {
    font-size: 13px
}

.axis-x {
    bottom: 0;
    left: 0;
    height: 30px;
    width: 100%;
    padding: 10px 0 0 80px
}

.axis-x > li {
    float: left;
    width: 33.33%;
    text-align: center
}

.axis-y {
    left: 0;
    top: 0;
    width: 80px;
    height: 350px;
    padding: 0 15px 0 0
}

.axis-y > li {
    width: 100%;
    margin-bottom: 22px;
    text-align: right
}

@media (max-width: 991px) {
    .graph-bars > li {
        padding: 0 6px
    }
}

.benchmark-low-end .graph-bars > li:first-child .bar {
    background-color: #94420d
}

.benchmark-low-end.benchmark-unixbench .graph-bars > li .bar.bar-vultr.animated {
    height: 275px
}

.benchmark-low-end.benchmark-unixbench .graph-bars > li .bar.bar-rackspace.animated {
    height: 255px
}

.benchmark-low-end.benchmark-unixbench .graph-bars > li .bar.bar-aws.animated {
    height: 135px
}

.benchmark-low-end.benchmark-performance .graph-bars > li .bar.bar-vultr.animated {
    height: 181px
}

.benchmark-low-end.benchmark-performance .graph-bars > li .bar.bar-rackspace.animated {
    height: 35px
}

.benchmark-low-end.benchmark-performance .graph-bars > li .bar.bar-aws.animated {
    height: 9px
}

.benchmark-low-end.benchmark-io .graph-bars > li .bar.bar-vultr.animated {
    height: 272px
}

.benchmark-low-end.benchmark-io .graph-bars > li .bar.bar-rackspace.animated {
    height: 93px
}

.benchmark-low-end.benchmark-io .graph-bars > li .bar.bar-aws.animated {
    height: 26px
}

.benchmark-low-end .graph-bars > li:first-child .bar {
    background-color: #94420d
}

.benchmark-low-end.benchmark-unixbench .graph-bars > li .bar.bar-vultr2.animated {
    height: 255px
}

.benchmark-low-end.benchmark-unixbench .graph-bars > li .bar.bar-do.animated {
    height: 120px
}

.benchmark-low-end.benchmark-unixbench .graph-bars > li .bar.bar-linode.animated {
    height: 135px
}

.benchmark-low-end.benchmark-performance .graph-bars > li .bar.bar-vultr2.animated {
    height: 181px
}

.benchmark-low-end.benchmark-performance .graph-bars > li .bar.bar-linode.animated {
    height: 35px
}

.benchmark-low-end.benchmark-performance .graph-bars > li .bar.bar-do.animated {
    height: 9px
}

.benchmark-low-end.benchmark-io .graph-bars > li .bar.bar-vultr2.animated {
    height: 272px
}

.benchmark-low-end.benchmark-io .graph-bars > li .bar.bar-linode.animated {
    height: 93px
}

.benchmark-low-end.benchmark-io .graph-bars > li .bar.bar-do.animated {
    height: 26px
}

.benchmark-mid-range .graph-bars > li:first-child .bar {
    background-color: #ffa726
}

.benchmark-mid-range.benchmark-unixbench .graph-bars > li .bar.bar-vultr.animated {
    height: 260px
}

.benchmark-mid-range.benchmark-unixbench .graph-bars > li .bar.bar-rackspace.animated {
    height: 234px
}

.benchmark-mid-range.benchmark-unixbench .graph-bars > li .bar.bar-aws.animated {
    height: 76px
}

.benchmark-mid-range.benchmark-performance .graph-bars > li .bar.bar-vultr.animated {
    height: 196px
}

.benchmark-mid-range.benchmark-performance .graph-bars > li .bar.bar-rackspace.animated {
    height: 57px
}

.benchmark-mid-range.benchmark-performance .graph-bars > li .bar.bar-aws.animated {
    height: 9px
}

.benchmark-mid-range.benchmark-io .graph-bars > li .bar.bar-vultr.animated {
    height: 278px
}

.benchmark-mid-range.benchmark-io .graph-bars > li .bar.bar-rackspace.animated {
    height: 124px
}

.benchmark-mid-range.benchmark-io .graph-bars > li .bar.bar-aws.animated {
    height: 31px
}

.benchmark-mid-range .graph-bars > li:first-child .bar {
    background-color: #ffa726
}

.benchmark-mid-range.benchmark-unixbench .graph-bars > li .bar.bar-vultr2.animated {
    height: 260px
}

.benchmark-mid-range.benchmark-unixbench .graph-bars > li .bar.bar-linode.animated {
    height: 234px
}

.benchmark-mid-range.benchmark-unixbench .graph-bars > li .bar.bar-do.animated {
    height: 76px
}

.benchmark-mid-range.benchmark-performance .graph-bars > li .bar.bar-vultr2.animated {
    height: 196px
}

.benchmark-mid-range.benchmark-performance .graph-bars > li .bar.bar-linode.animated {
    height: 57px
}

.benchmark-mid-range.benchmark-performance .graph-bars > li .bar.bar-do.animated {
    height: 9px
}

.benchmark-mid-range.benchmark-io .graph-bars > li .bar.bar-vultr2.animated {
    height: 278px
}

.benchmark-mid-range.benchmark-io .graph-bars > li .bar.bar-linode.animated {
    height: 124px
}

.benchmark-mid-range.benchmark-io .graph-bars > li .bar.bar-do.animated {
    height: 31px
}

.post {
    position: relative;
    width: 100%;
    padding: 0 0 0 78px;
    margin-bottom: 54px;
    border-bottom: 1px solid #edf0f2
}

.post.post-noavatar {
    padding: 0
}

.post.last, .post:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none
}

@media (max-width: 767px) {
    .post {
        padding: 0 20px
    }

    .post-header {
        padding-left: 70px
    }
}

.post-sm {
    padding: 0 0 16px 72px;
    margin-bottom: 16px
}

.post-sm .post-avatar {
    top: 2px
}

@media (max-width: 767px) {
    .post-sm {
        padding: 0 20px 16px 20px
    }
}

.post-content, .press-content {
    padding: 22px 0 54px 0;
    font-size: 16px;
    line-height: 28px
}

.post:last-child .post-content {
    padding-bottom: 0
}

.post-content p {
    margin-bottom: 24px;
    font-size: 16px;
    line-height: 28px
}

.post-content p:last-child {
    margin-bottom: 0
}

.post-content p img {
    max-width: 100%;
    height: auto
}

.post-closed .post-title a {
    color: #616366
}

.post-title {
    margin: 0 0 8px 0
}

.post-title .label {
    margin-right: 8px
}

.post-avatar {
    position: absolute;
    top: 6px;
    left: 0
}

.avatar {
    display: inline-block;
    height: 54px;
    width: 54px;
    background-color: #cce4fa;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    overflow: hidden;
    cursor: pointer
}

.avatar-md {
    height: 48px;
    width: 48px
}

.avatar-sm {
    height: 38px;
    width: 38px
}

.avatar > img {
    max-height: 100%
}

@media (max-width: 767px) {
    .post-avatar {
        left: 20px
    }
}

.panel-account {
    text-align: center
}

.panel-account .account-name {
    display: block;
    padding: 4px 0 0;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer
}

.panel-account .account-name > i {
    margin-left: 8px
}

.panel-account .account-name + .dropdown-menu {
    min-width: 0
}

.panel-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 30px;
    margin-bottom: 24px;
    margin-top: 30px
}

.panel-flex .panel-icon {
    margin: 0;
    width: 57px;
    margin-right: 32px
}

.panel-flex .panel-body {
    display: flex;
    align-items: center;
    padding: 0
}

.panel-body span {
    font-size: 18px;
    line-height: 24px
}

.panel-body p {
    opacity: .5
}

.panel-account .account-name {
    display: block;
    padding: 4px 0 0;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer
}

.panel-account .account-name > i {
    margin-left: 8px
}

.panel-account .account-name + .dropdown-menu {
    min-width: 0
}

.section-info {
    font-size: 16px;
    margin-bottom: 18px;
    text-align: center
}

.section-baremetal .section-image {
    max-width: 560px;
    margin: 38px auto 38px
}

@media (max-width: 991px) {
    .panel-flex {
        padding: 12px 16px
    }

    .panel-flex .panel-icon {
        margin-right: 12px
    }

    .row-flex-mobile {
        display: flex;
        flex-wrap: wrap
    }

    .list.list-circle {
        max-width: 740px;
        margin: 40px auto
    }

    .section-baremetal-packages .section-title {
        text-align: center
    }

    .section-baremetal-packages .section-desc {
        text-align: center
    }

    .section-baremetal .section-image {
        margin-top: 0
    }
}

@media (max-width: 767px) {
    .panel-flex {
        flex-direction: column;
        text-align: center
    }

    .panel-flex .panel-body {
        flex-direction: column
    }

    .panel-flex .panel-icon {
        margin: 10px 0 20px;
        margin-right: 12px
    }

    .panel-flex .panel-desc {
        margin-bottom: 20px
    }

    .panel-flex .panel-action {
        margin-bottom: 10px
    }
}

.post-info {
    width: auto;
    margin: 0 -8px;
    padding: 0;
    list-style: none
}

.post-info:after, .post-info:before {
    display: block;
    content: "";
    clear: both
}

.post-info > li {
    float: left;
    padding: 0 8px;
    color: #919499;
    font-size: 13px
}

.date {
    display: block;
    color: #919499;
    font-size: 13px
}

.post-info > .post-date {
    float: right
}

.date i, .post-info i {
    margin-right: 5px;
    font-size: 14px
}

@media (max-width: 767px) {
    .post-info > .post-date {
        float: left;
        width: 100%
    }
}

.post-comments {
    float: left;
    width: 100%;
    margin: 0 0 30px 0;
    padding: 0;
    list-style: none
}

.post-comment-title {
    margin-top: 0
}

.posts-comments:after, .posts-comments:before {
    display: block;
    content: "";
    clear: both
}

.post-comments > li {
    border-top: 1px solid #edf0f2
}

.comment {
    position: relative;
    padding: 24px 0 24px 72px
}

.comment-avatar {
    position: absolute;
    top: 24px;
    left: 0
}

.comment-header {
    margin-bottom: 17px
}

.comment-author {
    display: block;
    color: #363b40;
    font-weight: 700;
    line-height: 22px
}

.comment-date {
    color: #919499;
    font-size: 13px;
    line-height: 18px
}

.comment-body p:last-child {
    margin: 0
}

@media (max-width: 767px) {
    .comment {
        padding-right: 20px;
        padding-left: 20px
    }

    .comment-avatar {
        left: 20px
    }

    .comment-header {
        padding-left: 64px
    }

    .post-comment-title {
        padding: 0 20px
    }
}

.author-box {
    margin-bottom: 54px
}

.author-box p:last-child {
    margin-bottom: 0
}

.author-avatar {
    float: left;
    margin-right: 16px
}

.author-name {
    margin-bottom: 0;
    color: #363b40;
    font-weight: 700;
    line-height: 24px
}

.author-role {
    color: #919499;
    font-size: 13px;
    line-height: 18px
}

.post-reply {
    position: relative;
    padding: 30px 0 0 72px;
    border-top: 1px solid #edf0f2
}

.reply-avatar {
    position: absolute;
    top: 20px;
    left: 0
}

.post-navigation {
    display: block;
    text-align: center
}

.post-reply textarea {
    resize: vertical
}

@media (max-width: 767px) {
    .post-reply {
        padding-right: 20px
    }

    .post-reply-title {
        padding: 0 20px
    }
}

.list-partners {
    margin: 0;
    padding: 15px 0 0 0;
    list-style: none
}

.list-partners:after, .list-partners:before {
    display: block;
    content: "";
    clear: both
}

.list-partners > li {
    float: left;
    width: 20%;
    margin-bottom: 25px;
    text-align: center
}

.list-partners > li > a {
    display: block;
    opacity: .5
}

.list-partners > li > a:hover {
    opacity: 1
}

.list-partners > li > a img {
    max-width: 100%
}

@media (max-width: 767px) {
    .list-partners > li {
        width: 50%
    }

    .list-partners > li:last-child {
        width: 100%
    }
}

.register-form {
    width: 100%;
    padding: 25px 0 0 0
}

.register-form .register-container {
    position: relative;
    width: 740px;
    margin: 0 auto 25px auto
}

.register-form .register-container:after {
    display: block;
    content: "";
    clear: both
}

.banner-search .form-control, .register-form .form-control {
    width: 100%;
    border: none;
    background-color: rgba(0, 0, 0, .2);
    color: #fff
}

.banner-search .form-control:focus, .register-form .form-control:focus {
    -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .11) inset;
    box-shadow: 0 2px 6px rgba(0, 0, 0, .11) inset
}

.register-form .form-group:first-child {
    padding-left: 0
}

.banner-search .form-control::-webkit-input-placeholder, .register-form .form-control::-webkit-input-placeholder {
    color: rgba(196, 227, 255, .8)
}

.banner-search .form-control:-moz-placeholder, .register-form .form-control:-moz-placeholder {
    color: rgba(196, 227, 255, .8)
}

.banner-search .form-control::-moz-placeholder, .register-form .form-control::-moz-placeholder {
    color: rgba(196, 227, 255, .8)
}

.banner-search .form-control:-ms-input-placeholder, .register-form .form-control:-ms-input-placeholder {
    color: rgba(196, 227, 255, .8)
}

@media (max-width: 991px) {
    .register-form .register-container {
        width: 648px
    }
}

@media (min-width: 768px) {
    .register-form .register-container {
        padding: 0 129px 0 0
    }

    .register-form .form-group {
        float: left;
        width: 45%;
        padding: 0 8px;
        margin: 0
    }

    .register-form .btn {
        position: absolute;
        top: 0;
        right: 0
    }
}

@media (max-width: 767px) {
    .register-form .register-container {
        width: 100%;
        max-width: 380px
    }

    .register-form .btn, .register-form .form-group {
        width: 100%
    }
}

.person {
    margin: 30px auto
}

.person-image {
    position: relative;
    height: 180px;
    width: 180px;
    margin: 0 auto;
    overflow: hidden;
    -webkit-border-radius: 100%;
    border-radius: 100%
}

.person-image > img {
    width: 100%
}

.person-role {
    margin-top: -14px;
    color: #8a9399;
    font-size: 14px;
    line-height: 18px
}

.person-name, .person-role {
    text-align: center
}

.person .person-actions {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    height: 100%;
    width: 100%;
    background: rgba(32, 35, 38, .85);
    background: linear-gradient(0deg, rgba(32, 35, 38, .85) 0, rgba(32, 35, 38, .45) 90%);
    background-image: -ms-linear-gradient(0deg, rgba(32, 35, 38, .85) 0, rgba(32, 35, 38, .45) 90%);
    background-image: -moz-linear-gradient(0deg, rgba(32, 35, 38, .85) 0, rgba(32, 35, 38, .45) 90%);
    background-image: -o-linear-gradient(0deg, rgba(32, 35, 38, .85) 0, rgba(32, 35, 38, .45) 90%);
    background-image: -webkit-linear-gradient(40deg, rgba(32, 35, 38, .85) 0, rgba(32, 35, 38, .45) 90%);
    background-image: linear-gradient(0deg, rgba(32, 35, 38, .85) 0, rgba(32, 35, 38, .45) 90%);
    opacity: 0;
    visibility: hidden;
    cursor: pointer;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    -webkit-border-radius: 100%;
    border-radius: 100%
}

.person .person-actions > * {
    position: absolute;
    bottom: 20px;
    left: 20px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: transform .6s cubic-bezier(.165, .84, .44, 1), opacity ease-in .15s;
    -moz-transition: transform .6s cubic-bezier(.165, .84, .44, 1), opacity ease-in .15s;
    transition: transform .6s cubic-bezier(.165, .84, .44, 1), opacity ease-in .15s;
    -webki-transform: translateX(0) translateY(15px);
    transform: translateX(0) translateY(15px)
}

@media (min-width: 768px) {
    .person-more > .person-image {
        float: left;
        margin-right: 24px
    }

    .person-more > .person-image img {
        max-width: 274px
    }

    .person-more > .person-desc {
        margin-left: 300px
    }
}

.modal-person {
    overflow: hidden
}

.modal-person .person {
    margin: 0;
    padding: 30px
}

.modal-person .person:after, .modal-person .person:before {
    display: table;
    content: "";
    clear: both
}

.modal-person .person-image {
    max-width: none
}

.modal-person .person-name {
    margin-top: 0
}

@media (min-width: 768px) {
    .modal-person .person-image {
        height: 400px;
        width: 400px;
        margin: -30px 30px -30px -30px
    }

    .modal-person .person-desc {
        max-height: 340px;
        overflow-x: hidden;
        overflow-y: auto
    }

    .modal-person .person-image > img {
        height: 400px;
        width: auto;
        max-width: none
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .modal-person .person-image {
        width: 300px
    }

    .modal-person .person-image > img {
        margin-left: -50px
    }
}

@media (max-width: 767px) {
    .modal-person .person-image {
        max-width: 360px;
        margin: 0 auto 30px
    }
}

.press-releases {
    max-width: 740px;
    margin: 0 auto
}

.press-post {
    padding-left: 0
}

.location-header {
    padding: 0 0 20px 0
}

.location-header .h4, .location-header h4 {
    margin: 0
}

.location-header .h4 small, .location-header h4 small {
    display: block;
    padding: 3px 0 0 0;
    color: #919699;
    font-size: 12px;
    font-weight: 300;
    text-transform: uppercase
}

.location-header .flag {
    float: left;
    margin-right: 15px
}

.location-info {
    margin: 0 0 -5px 0;
    font-size: 14px;
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0);
    -webkit-transition: all ease-in .25s, transform .6s cubic-bezier(.165, .84, .44, 1);
    -moz-transition: all ease-in .25s, transform .6s cubic-bezier(.165, .84, .44, 1);
    transition: all ease-in .25s, transform .6s cubic-bezier(.165, .84, .44, 1)
}

.location-info > li {
    margin: 0
}

.location-header > i {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 24px
}

.location-progress .progress {
    margin: 0 0 15px 0
}

.progress {
    background-color: #ebeef0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.progress-bar {
    background-color: #1e88e6
}

.location-btn {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    padding: 20px;
    opacity: 0;
    visibility: hidden;
    text-align: center;
    -webkit-transform: translateX(0) translateY(30px);
    transform: translateX(0) translateY(30px);
    -webkit-transition: opacity ease-in .25s, transform .6s cubic-bezier(.165, .84, .44, 1);
    -moz-transition: opacity ease-in .25s, transform .6s cubic-bezier(.165, .84, .44, 1);
    transition: opacity ease-in .25s, transform .6s cubic-bezier(.165, .84, .44, 1)
}

.location-warning {
    cursor: pointer
}

.location-warning .location-btn, .location-warning .location-text {
    color: #fca426
}

.location-warning:hover {
    border-color: #ffb13d
}

.location-warning:hover .location-btn {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0)
}

.location-warning:hover .location-info {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(0) translateY(-30px);
    transform: translateX(0) translateY(-30px)
}

.location-resolved {
    cursor: pointer
}

.location-resolved .location-btn, .location-resolved .location-text {
    color: #53b057
}

.location-resolved:hover {
    border-color: #53b057
}

.location-resolved:hover .location-btn {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0)
}

.location-resolved:hover .location-info {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(0) translateY(-30px);
    transform: translateX(0) translateY(-30px)
}

.time-line {
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none
}

.time-line:after {
    display: table;
    content: "";
    clear: both
}

.time-line:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    display: block;
    content: "";
    height: 100%;
    width: 2px;
    border-right: 2px dashed rgba(196, 227, 255, .2)
}

.time-line > li {
    position: relative;
    float: left;
    width: 50%
}

.time-line > li:before {
    position: absolute;
    top: 70px;
    left: 0;
    z-index: 1;
    display: block;
    content: "";
    height: 2px;
    width: 40px;
    border-top: 2px dashed rgba(196, 227, 255, .2)
}

.time-line > li .h4 {
    color: #fff;
    margin: 0 0 6px
}

.time-line > li p {
    margin: 0;
    font-size: 16px
}

.time-line > li:nth-child(odd) {
    text-align: right;
    padding-right: 50px;
    padding-bottom: 60px
}

.time-line > li:nth-child(odd):before {
    top: 10px;
    left: auto;
    right: 0
}

.time-line > li:nth-child(even) {
    text-align: left;
    padding-left: 50px;
    padding-top: 60px
}

.time-pin {
    position: absolute;
    top: 4px;
    z-index: 2;
    display: block;
    height: 12px;
    width: 12px;
    background: #3fb6a1;
    -webkit-border-radius: 6px;
    border-radius: 6px
}

.time-line > li:nth-child(odd) .time-pin {
    right: -7px
}

.time-line > li:nth-child(even) .time-pin {
    top: 64px;
    left: -5px
}

@media (max-width: 830px) and (min-width: 771px) {
    .time-line > li:before {
        width: 20px
    }

    .time-line > li:nth-child(odd) {
        padding-right: 20px
    }

    .time-line > li:nth-child(even) {
        padding-left: 20px
    }
}

@media (max-width: 770px) {
    .time-date > p {
        font-size: 15px !important
    }

    .time-line > li:before {
        width: 20px
    }

    .time-line > li:nth-child(odd) {
        padding-right: 20px
    }

    .time-line > li:nth-child(even) {
        padding-left: 20px
    }
}

@media (max-width: 719px) {
    .time-date > p {
        font-size: 14px !important
    }

    .time-line > li:before {
        width: 10px
    }

    .time-line > li:nth-child(odd) {
        padding-right: 10px
    }

    .time-line > li:nth-child(even) {
        padding-left: 10px
    }
}

@media (max-width: 657px) {
    .time-date > p {
        font-size: 11px !important
    }

    .time-line > li:before {
        width: 1px
    }

    .time-line > li:nth-child(odd) {
        padding-right: 10px
    }

    .time-line > li:nth-child(even) {
        padding-left: 10px
    }
}

@media (max-width: 528px) {
    .time-date > p {
        font-size: 9px !important
    }

    .time-line > li:before {
        width: 10px
    }

    .time-line > li:nth-child(odd) {
        padding-right: 10px
    }

    .time-line > li:nth-child(even) {
        padding-left: 10px
    }
}

@media (max-width: 445px) {
    .time-date > p {
        font-size: 14px !important
    }

    .time-line > li:before {
        width: 15px
    }

    .time-line > li:nth-child(odd) {
        padding-right: 15px
    }

    .time-line > li:nth-child(even) {
        padding-left: 15px
    }
}

@media (max-width: 767px) {
    div.livechatbutton span {
        margin-top: 20px;
        width: 100%
    }
}

@media (max-width: 516px) {
    .contact-header span::before {
        content: "\A";
        white-space: pre
    }
}

.section-contact-map {
    padding: 0;
    border: none
}

.section-contact-map > #map {
    height: 500px;
    width: 100%
}

.progress-sm {
    height: 5px
}

.package, .package:after {
    -webkit-transition: all ease-in .3s;
    -moz-transition: all ease-in .3s;
    -ms-transition: all ease-in .3s;
    -o-transition: all ease-in .3s;
    transition: all ease-in .3s
}

.panel-body {
    position: relative
}

.panel-chart {
    position: absolute;
    right: 20px;
    top: 0;
    height: 100%;
    width: 30%;
    overflow: hidden
}

.panel-chart img {
    width: 470px;
    margin-top: 5px
}

@media (min-width: 992px) {
    .blocks .row-table-md {
        display: table;
        table-layout: fixed;
        height: 100%;
        width: 100%
    }

    .blocks .row-table-md > [class*=col-] {
        float: none;
        display: table-cell;
        padding-bottom: 20px;
        height: 100%;
        vertical-align: top
    }

    .blocks .row-table-md > [class*=col-] > .panel {
        display: table;
        height: 100%;
        margin: 0
    }

    .blocks .row-table-md > [class*=col-] > .panel > .panel-body {
        height: 100%
    }
}

@media (min-width: 768px) {
    .blocks .row-table {
        display: table;
        table-layout: fixed;
        height: 100%;
        width: 100%
    }

    .blocks .row-table > [class*=col-] {
        float: none;
        display: table-cell;
        padding-bottom: 20px;
        height: 100%
    }

    .blocks .row-table > [class*=col-] > .panel {
        display: table;
        height: 100%;
        margin: 0
    }
}

.accordion {
    max-width: 740px;
    margin: 0 auto;
    padding: 20px 0 0 0;
    text-align: left;
    list-style: none
}

.accordion-full {
    max-width: 100%
}

.accordion > li {
    position: relative;
    padding: 0 0 7px 40px
}

.accordion > li.open {
    padding-bottom: 31px
}

.accordion > li .plus-icon {
    position: absolute;
    left: -40px;
    top: 50%;
    margin-top: -9px
}

.accordion > li.open .plus-icon span {
    background-color: #94420d
}

.accordion > li.open .plus-icon span:last-child {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.accordion-title {
    position: relative;
    margin: 0 0 18px 0;
    cursor: pointer;
    -webkit-transition: color ease-in .15s;
    -moz-transition: color ease-in .15s;
    -ms-transition: color ease-in .15s;
    -o-transition: color ease-in .15s;
    transition: color ease-in .15s
}

.accordion-title:hover, .accordion > li.open .accordion-title {
    color: #94420d
}

.accordion-bordered > li {
    padding-top: 25px;
    padding-bottom: 7px;
    border-bottom: 1px solid #edf0f2
}

.accordion-bordered > li.open {
    padding-bottom: 40px
}

.collapse {
    display: none
}

.collapse.in {
    display: block
}

.plus-icon {
    position: relative;
    display: block;
    height: 16px;
    width: 16px
}

.plus-icon span {
    position: absolute;
    display: block;
    background-color: #6d7073;
    -webkit-transition: all ease-in .15s;
    -moz-transition: all ease-in .15s;
    -ms-transition: all ease-in .15s;
    -o-transition: all ease-in .15s;
    transition: all ease-in .15s
}

.plus-icon span:first-child {
    top: 7px;
    height: 2px;
    width: 16px
}

.plus-icon span:last-child {
    left: 7px;
    height: 16px;
    width: 2px
}

.code {
    position: relative
}

.code-title {
    position: absolute;
    top: 20px;
    left: 20px;
    margin: 0;
    color: #616366;
    font-size: 16px
}

.code pre {
    padding-top: 50px
}

.code pre code {
    float: left
}

.table {
    font-size: 14px
}

.table small {
    padding-top: 4px;
    display: block
}

.table b {
    color: #2b3033
}

.table > tbody > tr > td:first-child, .table > tfoot > tr > td:first-child, .table > thead > tr > th:first-child {
    padding-left: 5px
}

.table > tbody > tr > td:last-child, .table > tfoot > tr > td:last-child, .table > thead > tr > th:last-child {
    padding-right: 5px
}

.table .cell-actions .btn > i {
    font-size: 24px
}

.table .flag-sm {
    margin-right: 10px;
    vertical-align: sub
}

.table-ondark {
    color: #fff
}

.table-ondark > tbody > tr > td, .table-ondark > thead > tr > th {
    border-color: rgba(255, 255, 255, .1)
}

.panel-coupon {
    position: relative;
    border-color: #94420d;
    border-style: dashed;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    display: flex;
    flex-wrap: wrap
}

.panel-coupon:hover {
    border-color: #cd9304
}

.panel-coupon:hover .coupon-discount {
    background-color: #cd9304
}

.coupon-discount {
    padding: 24px;
    background: #94420d;
    text-align: center;
    -webkit-transition: all ease-in .15s;
    transition: all ease-in .15s;
    min-width: 120px;
    flex-basis: auto;
    flex: 1 0 auto;
    -webkit-border-radius: 0 0 10px 10px;
    border-radius: 0 0 10px 10px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center
}

@media screen and (min-width: 740px) {
    .coupon-discount {
        width: 25%;
        -webkit-border-radius: 0 10px 10px 0;
        border-radius: 0 10px 10px 0
    }
}

.coupon-discount span {
    display: block;
    margin: -10px 0;
    color: #fff;
    font-weight: 700;
    font-size: 16px
}

.coupon-discount span:hover {
    color: #fff
}

.coupon-desc {
    padding: 40px;
    max-width: 550px;
    position: relative;
    flex: 1 0 auto;
    width: 50%
}

.coupon-desc .display-2 {
    margin-bottom: 24px
}

.coupon-desc p {
    margin-bottom: 0
}

#logo-glyphs .panel {
    height: 155px;
    vertical-align: middle
}

.inline-helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle
}

.download-links {
    margin-top: -5px;
    text-align: center
}

.download-links .link {
    margin: 0 5px
}

#brand-banners h3 {
    color: #fff
}

#brand-banners .banners {
    text-align: left
}

#brand-banners .banners ul {
    width: 100%
}

#brand-banners .banners ul > li {
    float: none;
    display: block;
    margin-bottom: 40px
}

#brand-banners .banners ul > li img {
    max-width: 100%
}

#brand-banners .banners ul > li:last-child {
    margin: 0
}

#brand-banners .banner-img {
    display: inline-block;
    margin-bottom: 20px;
    -webkit-box-shadow: 0 5px 30px rgba(0, 0, 0, .3);
    box-shadow: 0 5px 30px rgba(0, 0, 0, .3)
}

#brand-banners .banner-link {
    display: block;
    color: rgba(255, 255, 255, .4)
}

#brand-banners .banner-link > i {
    margin-right: 16px;
    font-size: 19px
}

#brand-banners .banner-link:hover {
    color: #fff
}

#brand-banners .banner-img:focus, #brand-banners .banner-link:focus {
    outline: 0
}

@media (max-width: 767px) {
    .download-links {
        margin-bottom: 20px
    }
}

.date-time-field span {
    position: absolute;
    top: 50%;
    right: -3px;
    margin-top: -12px;
    line-height: 24px
}

.date-time-field .form-control {
    padding-left: 15px;
    padding-right: 15px
}

.date-time-field .form-control[type=number] {
    padding-right: 0
}

.panel-blue-gradient.panel-block .date-time-field .label-floatlabel {
    left: 15px !important
}

@media (max-width: 767px) {
    .date-time-field .col-xs-4 {
        margin-bottom: 15px
    }
}

.date-time-switcher {
    margin: -10px 0 30px;
    line-height: 36px
}

.date-time-switcher .btn {
    position: absolute;
    top: 0;
    right: -18px;
    z-index: 999
}

.date-time-switcher [class*=col-]:first-child {
    padding-right: 40px
}

.date-time-switcher [class*=col-]:last-child {
    padding-left: 40px
}

.image-apps {
    position: relative;
    display: inline-block;
    height: 316px;
    width: 316px
}

.image-apps .bird {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -100px 0 0 -100px
}

.apps-circle {
    height: 316px;
    width: 316px;
    border: 2px solid rgba(255, 255, 255, .2);
    -webkit-border-radius: 200px;
    border-radius: 200px;
    -webkit-animation-duration: 20s;
    animation-duration: 20s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-timing-function: linear
}

.apps-circle .icon {
    position: absolute;
    display: block;
    height: 62px;
    width: 62px;
    margin: -31px 0 0 -31px;
    background: #fff;
    -webkit-border-radius: 36px;
    border-radius: 36px;
    font-size: 28px;
    line-height: 62px;
    text-align: center;
    -webkit-animation-duration: 20s;
    animation-duration: 20s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-timing-function: linear
}

.apps-circle .icon-gitlab, .apps-circle .icon-lemp {
    top: 50%;
    left: 0
}

.apps-circle .icon-wordpress {
    top: 15%;
    left: 15%
}

.apps-circle .icon-minecraft {
    top: 0;
    left: 50%
}

.apps-circle .icon-joomla, .apps-circle .icon-webmin {
    top: 15%;
    left: 85%
}

.apps-circle .icon-owncloud {
    top: 50%;
    left: 100%
}

.apps-circle .icon-openvpn {
    top: 85%;
    left: 85%
}

.apps-circle .icon-cpanel {
    top: 100%;
    left: 50%
}

.apps-circle .icon-drupal {
    top: 85%;
    left: 15%
}

.apps-circle .icon-centos {
    top: 50%;
    left: 0
}

.apps-circle .icon-coreos {
    top: 15%;
    left: 15%
}

.apps-circle .icon-debian {
    top: 0;
    left: 50%
}

.apps-circle .icon-fedora {
    top: 15%;
    left: 85%
}

.apps-circle .icon-freebsd {
    top: 50%;
    left: 100%
}

.apps-circle .icon-openbsd {
    top: 85%;
    left: 85%
}

.apps-circle .icon-ubuntu {
    top: 100%;
    left: 50%
}

.apps-circle .icon-windows {
    top: 85%;
    left: 15%
}

.image-multiple-os {
    height: 242px;
    max-width: 550px;
    overflow: hidden
}

.os-list {
    position: absolute;
    top: 46px;
    height: 98px;
    width: 1368px;
    white-space: nowrap
}

@media (max-width: 991px) {
    .os-list {
        top: 40px
    }
}

.os-list .os-circle {
    display: inline-block;
    margin: 10px 5px !important;
    width: 78px;
    height: 78px;
    background: #fff;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
    border-radius: 40px;
    vertical-align: middle;
    text-align: center
}

.os-list .os-circle:before {
    right: 0
}

.os-list .os-circle .icon {
    font-size: 40px;
    line-height: 78px
}

.os-list .os-circle .icon-ubuntu {
    margin-left: -6px
}

.os-list .os-circle .icon-freebsd {
    font-size: 34px
}

.os-list .os-circle:first-child {
    -webkit-animation: bannermove 10s linear infinite;
    -moz-animation: bannermove 10s linear infinite;
    -ms-animation: bannermove 10s linear infinite;
    -o-animation: bannermove 10s linear infinite;
    animation: bannermove 10s linear infinite
}

.section-image .image span {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

@keyframes bannermove {
    0% {
        margin-left: 0
    }
    100% {
        margin-left: -1475px
    }
}

@-moz-keyframes bannermove {
    0% {
        margin-left: 0
    }
    100% {
        margin-left: -1475px
    }
}

@-webkit-keyframes bannermove {
    0% {
        margin-left: 0
    }
    100% {
        margin-left: -1475px
    }
}

@media (max-width: 991px) {
    .image-apps .bird {
        height: 160px;
        width: 160px;
        margin: -80px 0 0 -80px
    }

    .image-apps, .image-apps .apps-circle {
        height: 266px;
        width: 266px
    }
}

.image-powerful-automation {
    max-width: 525px
}

.image-powerful-automation .server {
    position: absolute;
    left: 0;
    top: 30px;
    height: 119px;
    width: 96px
}

.image-powerful-automation .globe {
    position: absolute;
    right: -20px;
    top: 30px;
    height: 130px;
    width: 134px
}

.image-powerful-automation .browser-panel {
    margin: 10px auto
}

.browser-panel {
    width: 211px;
    height: 170px;
    background: url(/igc/Images/powerful_automation-browser.svg)
}

.yellow-arrow {
    position: absolute;
    top: 85px;
    height: 13px;
    width: 20px;
    background: url(/igc/Images/powerful_automation-arrow.svg)
}

.yellow-arrow-1 {
    left: 115px
}

.yellow-arrow-2 {
    right: 125px
}

.image-direct-access {
    max-width: 420px
}

.bare-metal-server {
    position: absolute;
    z-index: 2;
    top: 0;
    height: 174px;
    width: 171px;
    background: url(/igc/Images/bare-metal-server.svg)
}

.bare-metal-server:first-child {
    left: 0
}

.bare-metal-server:last-child {
    right: 0
}

.bare-metal-metrics {
    position: relative;
    z-index: 3;
    margin: 80px auto 0 auto;
    height: 107px;
    width: 174px;
    background: url(/igc/Images/bare-metal-metrics.svg)
}

.bare-metal-connection {
    position: absolute;
    z-index: 1;
    top: 20px;
    left: 50%;
    height: 2px;
    width: 78px;
    margin-left: -39px;
    background: #e19221
}

.bare-metal-connection:after, .bare-metal-connection:before {
    position: absolute;
    top: -4px;
    display: block;
    content: "";
    height: 10px;
    width: 6px;
    background: #1f2429
}

.bare-metal-connection:after {
    left: 0
}

.bare-metal-connection:before {
    right: 0
}

.bare-metal-connection-2 {
    top: 40px
}

.bare-metal-connection-3 {
    top: 60px
}

.browser {
    position: relative;
    z-index: 2;
    padding: 36px 10px 10px 10px;
    margin: 0 auto;
    background-color: #39444d;
    border-radius: 6px;
    overflow: hidden
}

.browser .promo-label {
    display: block;
    position: absolute;
    top: -100px;
    right: -100px;
    z-index: 1009;
    height: 200px;
    width: 200px;
    padding: 140px 40px 0 40px;
    font-size: 15px;
    line-height: 22px;
    text-align: center;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .15);
    box-shadow: 0 0 20px rgba(0, 0, 0, .15)
}

.browser .promo-label:hover {
    color: #fff
}

.browser .promo-label > span {
    display: block;
    font-size: 20px;
    font-weight: 700;
    line-height: 22px;
    text-transform: uppercase
}

.browser-xlg {
    height: 634px
}

.browser-header {
    position: absolute;
    top: 0;
    left: 0;
    height: 36px;
    width: 100%;
    padding: 8px 35px 8px 55px
}

.browser-buttons {
    position: absolute;
    left: 0;
    top: 0;
    float: left;
    padding: 6px 10px
}

.browser-buttons span {
    display: inline-block;
    height: 8px;
    width: 8px;
    margin: 0 5px 0 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.browser-buttons span:nth-child(1) {
    background-color: #d74645
}

.browser-buttons span:nth-child(2) {
    background-color: #d7c045
}

.browser-buttons span:nth-child(3) {
    background-color: #43ab9b
}

.browser-bar {
    width: 100%;
    height: 20px;
    background-color: #2d363d;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px
}

.browser-menu {
    position: absolute;
    right: 0;
    top: 0;
    padding: 14px 10px
}

.browser-menu span {
    display: block;
    height: 1px;
    width: 16px;
    margin: 0 0 3px 0;
    background-color: #2d363d
}

.browser-body {
    position: relative;
    height: 100%;
    width: 100%;
    background-color: #fff;
    overflow: hidden
}

.browser-shadow, .phone-shadow {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 50%;
    background-color: rgba(0, 0, 0, .05)
}

.browser-app-logo {
    height: 280px;
    background: #026fce;
    background: linear-gradient(45deg, #0b4182 1%, #94420d 64%, #40baf5 97%);
    background-image: -ms-linear-gradient(45deg, #0b4182 1%, #94420d 64%, #40baf5 97%);
    background-image: -moz-linear-gradient(45deg, #0b4182 1%, #94420d 64%, #40baf5 97%);
    background-image: -o-linear-gradient(45deg, #0b4182 1%, #94420d 64%, #40baf5 97%);
    background-image: -webkit-linear-gradient(45deg, #0b4182 1%, #94420d 64%, #40baf5 97%);
    background-image: linear-gradient(45deg, #0b4182 1%, #94420d 64%, #40baf5 97%)
}

.browser-app-logo > i {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -76px 0 0 -56px;
    color: #fff;
    font-size: 112px
}

.browser-app-logo > span {
    position: absolute;
    top: 50%;
    display: block;
    width: 100%;
    margin-top: 56px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    text-align: center
}

.phone {
    background-color: #333d45
}

.phone-xlg {
    height: 445px;
    width: 215px;
    padding: 50px 10px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px
}

.phone-header {
    position: absolute;
    top: 0;
    left: 0;
    height: 50px;
    width: 100%
}

.phone-body {
    position: relative;
    height: 100%;
    width: 100%;
    background-color: #fff;
    overflow: hidden
}

.phone-speaker {
    height: 3px;
    width: 40px;
    margin: 23px auto;
    background-color: #22292e;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px
}

.phone-footer {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 50px;
    width: 100%
}

.phone-btn {
    height: 34px;
    width: 34px;
    margin: 8px auto;
    background-color: #22292e;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%
}

@media (max-width: 1199px) {
    .phone-xlg {
        height: 405px;
        width: 200px
    }
}

.image-storage-how {
    height: 240px;
    width: 480px
}

.image-storage-how span {
    position: absolute;
    z-index: 2
}

.image-storage-how .computer-screen {
    left: 30px
}

.image-storage-how .file-mobile {
    top: 95px;
    left: 0
}

.image-storage-how .file {
    bottom: 0;
    left: 50px
}

.image-storage-how .server {
    top: 60px;
    right: 140px
}

.image-storage-how .line-screen-top {
    bottom: 170px;
    right: 188px;
    height: 0;
    -webkit-transition-delay: 1s;
    transition-delay: 1s
}

.image-storage-how .line-screen {
    top: 30px;
    right: 188px;
    width: 0;
    -webkit-transition-delay: 1.3s;
    transition-delay: 1.3s
}

.image-storage-how .line-mobile {
    top: 120px;
    right: 230px;
    width: 0;
    -webkit-transition-delay: 1.6s;
    transition-delay: 1.6s
}

.image-storage-how .line-file-bottom {
    top: 172px;
    right: 188px;
    height: 0;
    -webkit-transition-delay: 1.9s;
    transition-delay: 1.9s
}

.image-storage-how .line-file {
    bottom: 34px;
    right: 188px;
    width: 0;
    -webkit-transition-delay: 2.2s;
    transition-delay: 2.2s
}

@media (max-width: 991px) {
    .image-storage-how {
        margin-top: 35px
    }

    .image-storage-how .server-lines {
        display: none
    }
}

.image-storage-how.animated .computer-screen, .image-storage-how.animated .file, .image-storage-how.animated .file-mobile {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft
}

.image-storage-how.animated .server {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight
}

.image-storage-how.animated .line-mobile {
    width: 220px
}

.image-storage-how.animated .line-screen-top {
    height: 38px
}

.image-storage-how.animated .line-file-bottom {
    height: 32px
}

.image-storage-how.animated .line-file {
    width: 190px
}

.image-storage-how.animated .line-screen {
    width: 164px
}

.computer-screen {
    height: 81px;
    width: 98px;
    background: url(/igc/Images/screen.svg) no-repeat 0 0;
    background-size: cover
}

.computer-screen-md {
    height: 213px;
    width: 258px
}

.computer-screen-lg {
    height: 242px;
    width: 294px
}

.computer-screen-lg > #computer-screen-area {
    display: block;
    margin-left: 10px;
    overflow: hidden;
    position: relative;
    height: 242px;
    width: 274px
}

@media (max-width: 991px) {
    .computer-screen-lg {
        height: 213px;
        width: 258px
    }

    span.computer-screen-lg > #computer-screen-area {
        margin-left: 9px;
        height: 213px;
        width: 241px
    }
}

.file-mobile {
    height: 50px;
    width: 31px;
    background: url(/igc/Images/file-mobile.svg) no-repeat 0 0
}

.file {
    height: 68px;
    width: 52px;
    background: url(/igc/Images/file.svg) no-repeat 0 0
}

.file-sm {
    height: 34px;
    width: 26px;
    background: url(/igc/Images/file.svg) no-repeat 0 0
}

.line {
    position: absolute;
    z-index: 1 !important;
    -webkit-transition: linear all .3s;
    transition: linear all .3s
}

@media (min-width: 768px) and (max-width: 991px) {
    .image-intstant-deployment {
        margin-top: 85px
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .storage-deployment {
        margin-top: 85px
    }
}

.image-active-in-sec {
    height: 200px;
    width: 530px
}

.image-active-in-sec .stop-watch {
    position: absolute;
    z-index: 2
}

.image-active-in-sec .arrow-right {
    position: absolute;
    top: 100px;
    right: 120px;
    color: #f09e24;
    font-size: 39px
}

@media (max-width: 1199px) {
    .image-active-in-sec {
        width: 440px
    }
}

@media (min-width: 992px) {
    .image-active-in-sec .stop-watch {
        right: 180px;
        top: 0
    }

    .image-active-in-sec .server {
        position: absolute;
        top: 60px;
        right: 0
    }
}

@media (max-width: 991px) {
    .image-active-in-sec {
        width: 200px;
        margin-top: 35px
    }

    .image-active-in-sec .stop-watch-lines {
        display: none !important
    }

    .image-active-in-sec .server {
        height: 168px;
        width: 135px
    }

    .image-active-in-sec .stop-watch {
        right: 0;
        bottom: 0;
        height: 140px;
        width: 112px
    }

    .image-active-in-sec .stop-watch .stop-watch-hand {
        top: 38px;
        right: 8px;
        height: 96px;
        width: 96px
    }

    .image-active-in-sec .stop-watch .stop-watch-hand:before {
        top: -2px;
        height: 57px;
        width: 10px;
        margin: 0 0 0 -5px
    }
}

@media (max-width: 767px) {
    .image-active-in-sec {
        margin-top: -30px;
        margin-bottom: -15px;
        -webkit-transform: scale(.7);
        transform: scale(.7)
    }
}

.stop-watch {
    height: 200px;
    width: 160px;
    background: url(/igc/Images/stop-watch.svg)
}

.stop-watch-sm {
    height: 140px;
    width: 112px
}

.stop-watch .stop-watch-hand {
    position: absolute;
    top: 53px;
    right: 12px;
    height: 136px;
    width: 136px
}

.stop-watch-sm .stop-watch-hand {
    top: 38px;
    right: 8px;
    height: 96px;
    width: 96px
}

.stop-watch-sm .stop-watch-hand:before {
    top: -2px;
    height: 57px;
    width: 10px;
    margin: 0 0 0 -5px
}

.stop-watch-hand:before {
    position: absolute;
    top: -3px;
    left: 50%;
    display: block;
    content: "";
    height: 82px;
    width: 14px;
    margin: 0 0 0 -7px;
    background: url(/igc/Images/stop-watch-hand.svg)
}

.stop-watch-lines {
    position: absolute;
    left: -190px;
    top: 88px;
    height: 63px;
    width: 176px;
    background: url(/igc/Images/stop-watch-lines.svg)
}

.server {
    position: relative;
    height: 112px;
    width: 90px;
    background: url(/igc/Images/server.svg)
}

.server-md {
    height: 184px;
    width: 148px
}

.server-lg {
    height: 224px;
    width: 180px
}

.server-lines {
    position: absolute;
    right: -180px;
    top: 25px;
    height: 63px;
    width: 161px;
    background: url(/igc/Images/server-lines.svg)
}

.image-advanced-networking {
    height: 230px;
    width: 500px
}

.image-advanced-networking .globe {
    position: relative;
    margin: 0 auto
}

.image-advanced-networking .circle {
    position: absolute
}

.image-advanced-networking .circle span {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    line-height: 60px;
    text-align: center
}

.image-advanced-networking .line-v4, .image-advanced-networking .line-v6 {
    -webkit-transition: linear all .3s .5s;
    transition: linear all .3s .5s
}

.image-advanced-networking .line-v4 {
    position: absolute;
    top: 112px;
    left: 64px;
    width: 0
}

.image-advanced-networking .line-v6 {
    position: absolute;
    top: 64px;
    right: 64px;
    width: 0
}

.image-advanced-networking .line-v6.animated {
    width: 92px
}

.image-advanced-networking .line-v4.animated {
    width: 62px
}

.image-advanced-networking .circle-v4 {
    top: 82px;
    left: 0
}

.image-advanced-networking .circle-v6 {
    top: 34px;
    right: 0
}

@media (max-width: 991px) {
    .image-advanced-networking {
        width: 100%;
        margin-top: 10px
    }

    .image-advanced-networking .circle, .image-advanced-networking .line-v4, .image-advanced-networking .line-v6 {
        display: none !important
    }
}

@media (max-width: 767px) {
    .image-advanced-networking {
        margin-top: -28px;
        margin-bottom: -10px;
        -webkit-transform: scale(.8);
        transform: scale(.8)
    }
}

.globe {
    height: 230px;
    width: 238px;
    background: url(/igc/Images/globe.svg)
}

.globe-line {
    position: absolute;
    height: 2px;
    width: 100px
}

.circle {
    position: relative;
    background: #3594e8;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    overflow: hidden
}

.circle:before {
    position: absolute;
    top: 0;
    right: 0;
    z-indes: 1;
    display: block;
    height: 100%;
    width: 50%;
    background-color: #94420d;
    content: ""
}

.circle-orange {
    background-color: #ffa826
}

.circle-orange:before {
    background-color: #f09e24
}

.circle.circle-sm {
    height: 18px;
    width: 18px
}

.circle.circle-lg {
    height: 60px;
    width: 60px
}

.circle-xlg {
    height: 140px;
    width: 140px
}

.image-vultr-faster {
    height: 128px;
    width: 320px
}

.image-vultr-faster-lg {
    height: 256px;
    width: 460px
}

@media (max-width: 991px) {
    .image-vultr-faster-lg {
        height: 220px;
        width: 266px
    }
}

@media (max-width: 767px) {
    .image-vultr-faster {
        width: 128px
    }
}

.bird-fast {
    position: relative;
    height: 128px;
    width: 128px;
    background-image: url(/igc/Images/bird-fast.svg);
    background-size: cover
}

.bird-fast-lines {
    position: absolute;
    right: -202px;
    top: 45px;
    height: 63px;
    width: 202px;
    background-image: url(/igc/Images/bird-fast-lines.svg)
}

.bird-fast-lg {
    height: 256px;
    width: 256px
}

.bird-fast-sm {
    height: 62px;
    width: 62px
}

.bird-fast-lg .bird-fast-lines {
    top: 90px;
    right: -404px;
    height: 126px;
    width: 404px
}

@media (max-width: 991px) {
    .bird-fast-lg {
        height: 220px;
        width: 220px
    }

    .bird-fast-lg .bird-fast-lines {
        top: 76px;
        right: -348px;
        height: 108px;
        width: 348px
    }
}

.image-bird-location {
    height: 300px;
    width: 406px;
    background-image: url(/igc/Images/bird-location.svg);
    background-size: cover
}

.image-bird-iso {
    height: 300px;
    width: 405px;
    background-image: url(/igc/Images/bird-iso.svg);
    background-size: cover
}

.image-bird-panel {
    height: 300px;
    width: 426px;
    background-image: url(/igc/Images/bird-panel.svg);
    background-size: cover
}

.bird {
    height: 140px;
    width: 140px;
    background: url(/igc/Images/bird.svg);
    background-size: cover
}

.bird-md {
    height: 114px;
    width: 114px
}

.bird-lg {
    height: 200px;
    width: 200px
}

.bird-xlg {
    height: 280px;
    width: 280px
}

.lanch-flag {
    display: block;
    height: 114px;
    width: 66px;
    background: url(/igc/Images/flag.svg);
    background-size: cover
}

@media (max-width: 991px) {
    .image-bird-location {
        height: 220px;
        width: 298px
    }
}

.image-vultr-team {
    position: relative;
    height: 362px;
    width: 400px
}

.image-vultr-team span {
    position: absolute
}

.image-vultr-team span:nth-child(1) {
    top: 122px;
    left: 0
}

.image-vultr-team span:nth-child(2) {
    top: 242px;
    left: 184px
}

.image-vultr-team span:nth-child(3) {
    bottom: 0;
    right: 0
}

.image-vultr-team span:nth-child(4) {
    top: 62px;
    left: 104px
}

.image-vultr-team span:nth-child(5) {
    top: 0;
    left: 190px
}

.image-vultr-lanch {
    position: relative;
    height: 114px;
    width: 128px;
    margin: 0 auto
}

.image-vultr-lanch .bird {
    float: right
}

.image-vultr-lanch .lanch-flag {
    margin-left: -40px !important
}

.image-iso-upload {
    width: 350px;
    padding-top: 60px
}

.image-iso-upload:after {
    display: block;
    content: "";
    clear: both
}

.image-iso-upload .upload-field {
    float: left
}

.image-iso-upload .disc {
    position: absolute;
    top: 0;
    right: 0
}

.upload-field {
    height: 217px;
    width: 278px;
    border: 2px dashed #1e88e6;
    -webkit-border-radius: 4px;
    border-radius: 4px
}

.upload-field .image-label {
    margin-top: 66px
}

@media (max-width: 991px) {
    .image-iso-upload {
        width: 300px
    }

    .upload-field {
        width: 258px
    }
}

@media (max-width: 767px) {
    .image-iso-upload {
        margin-top: -28px;
        margin-bottom: -15px;
        -webkit-transform: scale(.8);
        transform: scale(.8)
    }
}

.image-label {
    height: 80px;
    width: 100px;
    margin: 0 auto;
    text-align: center
}

.image-label .icon {
    margin: 0 0 10px 0;
    color: #babcbf;
    font-size: 52px
}

.image-label span {
    color: #babcbf;
    font-size: 15px
}

.disc {
    height: 120px;
    width: 120px;
    background-image: url(/igc/Images/disc.svg)
}

.disc-label {
    position: absolute;
    bottom: 0;
    left: 50%;
    height: 32px;
    width: 64px;
    margin: 0 0 0 -32px;
    background-color: #39444d;
    color: #fff;
    font-size: 21px;
    font-weight: 700;
    text-align: center;
    line-height: 32px;
    -webkit-border-radius: 3px;
    border-radius: 3px
}

.image-iso-snapshot {
    height: 217px;
    width: 278px;
    margin-top: 45px
}

.image-iso-snapshot .disc, .image-iso-snapshot .server {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    margin: -60px 0 0 -60px
}

.image-iso-snapshot .server {
    margin: -56px 0 0 -45px
}

.snapshot {
    height: 217px;
    width: 278px;
    background-image: url(/igc/Images/snapshot.svg)
}

@media (max-width: 991px) {
    .image-iso-snapshot {
        margin-top: 25px;
        margin-bottom: 25px
    }
}

@media (max-width: 767px) {
    .image-iso-snapshot {
        margin-top: -22px;
        margin-bottom: -5px;
        -webkit-transform: scale(.8);
        transform: scale(.8)
    }
}

.image-system-restore {
    width: 350px;
    padding-top: 35px
}

.image-system-restore:after {
    display: block;
    content: "";
    clear: both
}

.image-system-restore .computer-screen {
    float: left
}

.image-system-restore .folder-restore {
    position: absolute;
    top: 0;
    right: 0
}

.image-system-restore .image-label {
    margin-top: 58px;
    text-align: center
}

.screen-label span {
    color: #babcbf;
    font-size: 16px
}

.folder-restore {
    height: 100px;
    width: 120px;
    background-image: url(/igc/Images/folder-restore.svg)
}

@media (min-width: 768px) and (max-width: 991px) {
    .image-system-restore {
        margin-top: 35px
    }
}

@media (max-width: 991px) {
    .image-system-restore {
        width: 300px
    }

    .image-system-restore .image-label {
        margin-top: 42px
    }
}

@media (max-width: 767px) {
    .image-system-restore {
        margin-top: -28px;
        margin-bottom: -10px;
        -webkit-transform: scale(.8);
        transform: scale(.8)
    }
}

.image-low-latency {
    width: 332px;
    margin: 12px 0 5px
}

.image-low-latency .stop-watch {
    position: absolute;
    right: 0;
    bottom: 0
}

.image-low-latency .computer-screen {
    position: relative
}

.image-low-latency .computer-screen .browser-website {
    position: absolute;
    top: 10px;
    left: 10px
}

@media (min-width: 768px) and (max-width: 1199px) {
    .image-low-latency {
        margin-top: 25px
    }
}

@media (max-width: 991px) {
    .image-low-latency {
        width: 309px
    }
}

@media (max-width: 767px) {
    .image-low-latency {
        margin-top: -22px;
        margin-bottom: -22px;
        -webkit-transform: scale(.8);
        transform: scale(.8)
    }
}

.browser-website {
    height: 175px;
    width: 273px;
    background-image: url(/igc/Images/browser.svg)
}

.browser-analytics {
    float: left;
    margin: 10px;
    height: 175px;
    width: 273px;
    background-image: url(/igc/Images/browser-analytics.svg)
}

@media (min-width: 992px) {
    .page-banner .image-shadow {
        -webkit-filter: drop-shadow(0 10px 25px rgba(11, 27, 38, .4));
        filter: drop-shadow(0 10px 25px rgba(11, 27, 38, .4))
    }

    .image-shadow {
        -webkit-filter: drop-shadow(0 10px 15px rgba(11, 27, 38, .3));
        filter: drop-shadow(0 10px 15px rgba(11, 27, 38, .3))
    }

    .image-shadow-sm {
        -webkit-filter: drop-shadow(0 5px 10px rgba(11, 27, 38, .2));
        filter: drop-shadow(0 10px rgba(11, 27, 38, .2))
    }
}

@media (max-width: 991px) {
    .browser-website {
        height: 152px;
        width: 239px
    }
}

.image-local-peering .user {
    position: absolute;
    bottom: 20px;
    left: 50%;
    margin: 0 0 0 -67px;
    z-index: 5
}

.image-local-peering .map-lines {
    position: absolute;
    top: 18px;
    left: 67px;
    z-index: 4
}

@media (max-width: 991px) {
    .image-local-peering {
        height: 200px;
        width: 345px;
        margin-top: 35px
    }

    .image-local-peering .user {
        bottom: 0
    }
}

@media (max-width: 767px) {
    .image-local-peering {
        height: 260px;
        width: 100%;
        margin-top: -40px;
        margin-bottom: -40px;
        -webkit-transform: scale(.7);
        transform: scale(.7)
    }

    .image-local-peering .location-map-sm {
        height: 260px
    }

    .image-local-peering .location-map-sm .location-container {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.user {
    height: 130px;
    width: 134px;
    background-image: url(/igc/Images/user.svg)
}

.user-sm {
    height: 65px;
    width: 67px
}

.user-xs {
    height: 45px;
    width: 47px
}

.map-lines {
    height: 196px;
    width: 420px;
    background-image: url(/igc/Images/peering-lines-v3.svg)
}

.image-fast-network {
    height: 200px;
    width: 450px;
    margin: 12px 0 5px
}

.image-fast-network .speedometer {
    position: relative;
    z-index: 2;
    margin: 0 auto
}

.image-fast-network .location-pin {
    position: absolute;
    top: 90px
}

.image-fast-network .location-pin-left {
    left: 0
}

.image-fast-network .location-pin-right {
    right: 0
}

.image-fast-network .line-dashed-x {
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 1;
    width: 100%
}

@media (max-width: 991px) {
    .image-fast-network {
        width: 100%
    }
}

@media (max-width: 767px) {
    .image-fast-network {
        margin-top: -22px;
        margin-bottom: -22px;
        -webkit-transform: scale(.8);
        transform: scale(.8)
    }
}

.speedometer {
    height: 200px;
    width: 200px;
    background-image: url(/igc/Images/speedometer.svg)
}

.speedometer-hand {
    height: 200px;
    width: 200px;
    background-image: url(/igc/Images/speedometer-hand.svg)
}

.speedometer-sm {
    height: 130px;
    width: 130px;
    background-image: url(/igc/Images/speedometer.svg)
}

.speedometer-sm .speedometer-hand {
    height: 130px;
    width: 130px;
    background-image: url(/igc/Images/speedometer-hand.svg)
}

.line-dashed-x {
    height: 0;
    border-bottom: 2px dashed #94420d
}

.line-dashed-y {
    width: 0;
    border-right: 2px dashed #94420d
}

.present {
    position: relative;
    padding-top: 100px
}

.present-top {
    position: relative;
    z-index: 3;
    height: 48px;
    width: 268px;
    margin-bottom: -10px;
    background: #4fb3ff;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 30px -5px rgba(11, 27, 38, .3);
    box-shadow: 0 5px 30px -5px rgba(11, 27, 38, .3);
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: 80% 160%;
    transform-origin: 80% 160%;
    -webkit-transition: all cubic-bezier(.23, 1, .32, 1) 3s 1s;
    transition: all cubic-bezier(.23, 1, .32, 1) 3s 1s
}

.present-top:after {
    position: absolute;
    top: -69px;
    left: 50%;
    display: block;
    content: "";
    height: 70px;
    width: 146px;
    margin-left: -73px;
    background: url(/igc/Images/present-sash.svg)
}

.present.animated .present-top {
    -webkit-transform: rotate(70deg);
    transform: rotate(70deg)
}

.present-bottom {
    position: relative;
    z-index: 2;
    height: 164px;
    width: 252px;
    margin: 0 8px;
    background: #45a3ff;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 30px -5px rgba(11, 27, 38, .3);
    box-shadow: 0 5px 30px -5px rgba(11, 27, 38, .3)
}

.present-body {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    height: 100%;
    width: 100%;
    overflow: hidden
}

.present-bottom span, .present-top span {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    content: "";
    height: 100%;
    width: 24px;
    margin-left: -12px;
    background: #fff
}

.present-bottom span:after, .present-top span:after {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    content: "";
    height: 100%;
    width: 12px;
    background: #e6edf0
}

.present-bottom:before, .present-top:before {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    content: "";
    height: 100%;
    width: 50%;
    -webkit-border-radius: 6px;
    border-radius: 6px
}

.present-top:before {
    background: #469ff2
}

.present-bottom:before {
    background: #3a95f0
}

.present-body .server {
    position: absolute;
    bottom: -60px;
    left: 50%;
    margin-left: -90px;
    -webkit-transition: all cubic-bezier(.23, 1, .32, 1) 3s 1.5s;
    transition: all cubic-bezier(.23, 1, .32, 1) 3s 1.5s
}

.present.animated .server {
    bottom: 60px
}

.image-new-users {
    height: 220px;
    width: 300px
}

.image-new-users .user {
    position: absolute
}

.image-new-users .user:nth-child(1) {
    left: 50%;
    bottom: 0;
    margin-left: -65px
}

.image-new-users .user:nth-child(2) {
    top: 70px;
    left: 0
}

.image-new-users .user:nth-child(3) {
    top: 70px;
    right: 0
}

.image-new-users .user:nth-child(4) {
    right: 80px
}

.image-new-users .user:nth-child(5) {
    left: 80px
}

.image-no-payment {
    position: relative;
    height: 220px;
    width: 254px;
    margin: 0 auto
}

.image-no-payment .payment-hand {
    position: absolute;
    bottom: 0
}

.image-no-payment .payment-coin:nth-child(3) {
    position: absolute;
    top: 30px;
    right: 88px
}

.image-no-payment .payment-coin:nth-child(2) {
    position: absolute;
    top: 0;
    right: 60px;
    background: #c9ced1
}

.image-no-payment .payment-coin:nth-child(2):before {
    background: #c1c6c9
}

.image-no-payment .payment-cross:after, .image-no-payment .payment-cross:before {
    opacity: 0;
    visibility: 1;
    -webkit-transition: all ease 1s 1.2s;
    transition: all ease 1s 1.2s
}

.image-no-payment.animated .payment-hand {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn
}

.image-no-payment.animated .payment-coin:nth-child(2), .image-no-payment.animated .payment-coin:nth-child(3) {
    -webkit-animation-name: fadeInTop;
    animation-name: fadeInTop
}

.image-no-payment.animated .payment-coin:nth-child(2) {
    -webkit-animation-delay: .4s;
    animation-delay: .4s
}

.image-no-payment.animated .payment-coin:nth-child(3) {
    -webkit-animation-delay: .8s;
    animation-delay: .8s
}

.image-no-payment.animated .payment-cross:after, .image-no-payment.animated .payment-cross:before {
    opacity: 1;
    visibility: visible
}

.image-no-payment.animated .payment-cross:after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.image-no-payment.animated .payment-cross:before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.payment-hand {
    height: 95px;
    width: 253px;
    background: url(/igc/Images/hand.svg)
}

.payment-coin {
    position: relative;
    height: 80px;
    width: 80px;
    background: #dbe2e5;
    overflow: hidden;
    -webkit-border-radius: 40px;
    border-radius: 40px;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.payment-coin-md {
    height: 56px;
    width: 56px
}

.payment-coin:before {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    content: "";
    height: 100%;
    width: 50%;
    background: #d5dbde
}

.payment-cross {
    position: relative;
    height: 250px;
    width: 10px;
    margin: 0 auto
}

.payment-cross:after, .payment-cross:before {
    position: absolute;
    display: block;
    content: "";
    height: 100%;
    width: 6px;
    background: #f24646;
    -webkit-border-radius: 5px;
    border-radius: 5px
}

.image-no-payment-sm {
    height: 110px;
    width: 127px
}

.image-no-payment-sm .payment-coin:nth-child(3) {
    top: 15px;
    right: 44px
}

.image-no-payment-sm .payment-coin:nth-child(2) {
    right: 30px
}

.image-no-payment-sm .payment-coin, .image-no-payment-sm .payment-hand, .image-no-payment-sm .payment-hand-md {
    background-size: cover
}

.image-no-payment-sm .payment-hand {
    height: 47px;
    width: 126px
}

.image-no-payment-sm .payment-coin {
    height: 40px;
    width: 40px
}

.image-no-payment-sm .payment-coin-md {
    height: 28px;
    width: 28px
}

.disk-usage {
    margin-bottom: 25px;
    text-align: left
}

.disk-usage .display-title {
    padding-left: 40px;
    color: rgba(255, 255, 255, .3)
}

.disk-usage-chart {
    position: relative;
    height: 158px;
    padding-bottom: 0;
    padding-left: 40px
}

.duc-data {
    height: 158px;
    width: 0;
    overflow: hidden;
    -webkit-transition: all linear 5s;
    transition: all linear 5s
}

.duc-data:after {
    display: block;
    content: "";
    height: 158px;
    width: 995px;
    background: url(/igc/Images/chart.svg)
}

.duc-axis-x, .duc-axis-y {
    position: absolute;
    margin: 0;
    padding: 0;
    list-style: none
}

.duc-axis-x > li, .duc-axis-y > li {
    color: rgba(255, 255, 255, .3);
    font-size: 11px
}

.duc-axis-x:after, .duc-axis-y:after {
    position: absolute;
    display: block;
    content: "";
    background: rgba(255, 255, 255, .3)
}

.duc-axis-y {
    top: 0;
    left: -20px;
    height: 100%;
    width: 60px
}

.duc-axis-y:after {
    top: 0;
    right: 0;
    height: 100%;
    width: 1px
}

.duc-axis-y > li {
    height: 20%;
    padding-right: 16px;
    text-align: right
}

.duc-axis-x {
    bottom: 0;
    left: 0;
    right: 0;
    margin-left: 40px
}

.duc-axis-x:after {
    bottom: 0;
    left: 0;
    height: 1px;
    width: 100%
}

.animated .duc-data {
    width: 100%
}

.duc-data-bar {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 0;
    margin-left: 40px;
    overflow: hidden;
    -webkit-transition: all linear 2s;
    transition: all linear 2s
}

.duc-data-bar:before {
    position: absolute;
    bottom: 0;
    display: block;
    content: "";
    height: 158px;
    width: 1000px;
    background: url(/igc/Images/bar-chart.svg)
}

.animated .duc-data-bar, .animated .duc-data-bar-2 {
    height: 158px
}

.duc-data-bar-2 {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 0;
    margin-left: 40px;
    overflow: hidden;
    -webkit-transition: all linear 2s 1s;
    transition: all linear 2s 1s
}

.duc-data-bar-2:before {
    position: absolute;
    bottom: 0;
    display: block;
    content: "";
    height: 158px;
    width: 1000px;
    background: url(/igc/Images/bar-chart-2.svg)
}

.image-reliability {
    position: relative;
    height: 400px;
    width: 560px;
    margin: 60px auto 25px
}

.image-reliability .server {
    position: absolute;
    z-index: 3
}

.image-reliability .server-lg {
    left: 50%;
    margin-left: -90px
}

.image-reliability .server .lock {
    position: absolute;
    bottom: -5px;
    right: -13px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
    -webkit-transition: all linear .25s 2.5s;
    transition: all linear .25s 2.5s
}

.image-reliability .server-left {
    bottom: 100px;
    left: 0
}

.image-reliability .server-center {
    bottom: 0;
    left: 50%;
    margin-left: -45px
}

.image-reliability .server-right {
    bottom: 100px;
    right: 0
}

.image-reliability .line {
    position: absolute;
    border-color: rgba(196, 227, 255, .2)
}

.image-reliability .line-server-top {
    left: 45px;
    z-index: 1;
    right: 45px;
    top: 110px
}

.image-reliability .line-server-left {
    left: 45px;
    top: 112px;
    height: 76px
}

.image-reliability .line-server-right {
    right: 45px;
    top: 112px;
    height: 76px
}

.image-reliability .line-server-center {
    right: 50%;
    top: 212px;
    height: 76px
}

.image-reliability .file {
    position: absolute;
    z-index: 2;
    top: 60px;
    left: 50%;
    margin-left: -26px;
    -webkit-transition: all linear 1s;
    transition: all linear 1s
}

.image-reliability .file-top {
    -webkit-transform: translateY(-400px);
    transform: translateY(-400px)
}

.image-reliability.animated .server-lg {
    -webkit-animation: serverZoom .5s 1s;
    animation: serverZoom .5s 1s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.image-reliability.animated .file-top {
    -webkit-transform: translateY(50px);
    transform: translateY(50px)
}

.image-reliability.animated .file-left {
    -webkit-animation: fileLeft1 1s 1s, fileLeft2 .5s 2s;
    animation: fileLeft1 1s 1s, fileLeft2 .5s 2s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.image-reliability.animated .file-right {
    -webkit-animation: fileRight1 1s 1s, fileRight2 .5s 2s;
    animation: fileRight1 1s 1s, fileRight2 .5s 2s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.image-reliability.animated .file-center {
    -webkit-animation: fileCenter 1s 1.75s;
    animation: fileCenter 1s 1.75s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.image-reliability.animated .server .lock {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.image-reliability.animated .server-center, .image-reliability.animated .server-left, .image-reliability.animated .server-right {
    -webkit-animation: serverZoom .5s 2s;
    animation: serverZoom .5s 2s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

@keyframes serverZoom {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes fileLeft1 {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    100% {
        -webkit-transform: translate3d(-232px, 0, 0);
        transform: translate3d(-232px, 0, 0)
    }
}

@keyframes fileLeft2 {
    0% {
        -webkit-transform: translate3d(-232px, 0, 0);
        transform: translate3d(-232px, 0, 0)
    }
    100% {
        -webkit-transform: translate3d(-232px, 140px, 0);
        transform: translate3d(-232px, 140px, 0)
    }
}

@keyframes fileRight1 {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    100% {
        -webkit-transform: translate3d(232px, 0, 0);
        transform: translate3d(232px, 0, 0)
    }
}

@keyframes fileRight2 {
    0% {
        -webkit-transform: translate3d(232px, 0, 0);
        transform: translate3d(232px, 0, 0)
    }
    100% {
        -webkit-transform: translate3d(232px, 140px, 0);
        transform: translate3d(232px, 140px, 0)
    }
}

@keyframes fileCenter {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    100% {
        -webkit-transform: translate3d(0, 240px, 0);
        transform: translate3d(0, 240px, 0)
    }
}

.lock {
    height: 56px;
    width: 46px;
    background: url(/igc/Images/lock.svg)
}

.image-no-neighbors {
    position: relative;
    height: 450px;
    width: 900px;
    margin: 50px auto 55px
}

.image-no-neighbors .server {
    position: absolute;
    z-index: 3
}

.image-no-neighbors .server-lg {
    top: 50%;
    left: 50%;
    margin: -112px 0 0 -110px
}

.image-no-neighbors .server .bird {
    position: absolute;
    bottom: -20px;
    right: -60px;
    height: 170px;
    width: 170px
}

.image-no-neighbors .users {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 480px;
    width: 900px;
    margin: -240px 0 0 -450px
}

.image-no-neighbors .users-1 {
    -webkit-transition: all linear 1s .4s;
    transition: all linear 1s .4s
}

.image-no-neighbors .users-2 {
    -webkit-transition: all linear 1s 1.4s;
    transition: all linear 1s 1.4s
}

.image-no-neighbors .users-3 {
    -webkit-transition: all linear 1s 2.4s;
    transition: all linear 1s 2.4s
}

.image-no-neighbors .user {
    position: absolute
}

.image-no-neighbors .user-1 {
    bottom: 0;
    left: 0
}

.image-no-neighbors .user-2 {
    top: 0;
    right: 0
}

.image-no-neighbors .user-3 {
    top: 41%;
    right: 50px
}

.image-no-neighbors .user-4 {
    bottom: 30%;
    left: 40px
}

.image-no-neighbors .user-5 {
    top: 80%;
    right: 20px
}

.image-no-neighbors .user-6 {
    top: 10%;
    left: 40px
}

.force-field, .force-field:after {
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 9;
    display: block;
    content: "";
    height: 480px;
    width: 480px;
    margin: 0 0 0 -240px;
    background: linear-gradient(105deg, rgba(196, 227, 255, .3) 0, rgba(196, 227, 255, 0) 100%);
    background-image: -ms-linear-gradient(105deg, rgba(196, 227, 255, .3) 0, rgba(196, 227, 255, 0) 100%);
    background-image: -moz-linear-gradient(105deg, rgba(196, 227, 255, .3) 0, rgba(196, 227, 255, 0) 100%);
    background-image: -o-linear-gradient(105deg, rgba(196, 227, 255, .3) 0, rgba(196, 227, 255, 0) 100%);
    background-image: -webkit-linear-gradient(105deg, rgba(196, 227, 255, .3) 0, rgba(196, 227, 255, 0) 100%);
    background-image: linear-gradient(105deg, rgba(196, 227, 255, .3) 0, rgba(196, 227, 255, 0) 100%);
    -webkit-border-radius: 100%;
    border-radius: 100%;
    box-shadow: 0 0 175px rgba(196, 227, 255, .3) inset;
    -webkit-transition: all linear 2s;
    transition: all linear 2s;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    -moz-perspective: 1000;
    -ms-perspective: 1000;
    perspective: 1000
}

.image-no-neighbors.animated .force-field:after {
    -webkit-animation: forceZoom 2s, forceZoom 2s 1s, forceZoom 2s 2s;
    animation: forceZoom 2s, forceZoom 2s 1s, forceZoom 2s 2s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.image-no-neighbors.animated .users {
    width: 3000px;
    height: 3000px;
    margin: -1500px 0 0 -1500px
}

@keyframes forceZoom {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
        opacity: 1
    }
    100% {
        -webkit-transform: scale3d(5, 5, 5);
        transform: scale3d(5, 5, 5);
        opacity: 0
    }
}

@media (max-width: 991px) {
    .image-no-neighbors {
        width: 100%
    }
}

@media (max-width: 767px) {
    .image-no-neighbors {
        margin: -130px auto -85px;
        -webkit-transform: scale3d(.4, .4, .4);
        transform: scale3d(.4, .4, .4)
    }
}

.image-no-neighbors-small {
    max-width: 420px;
    height: 224px
}

.server-bulb {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 196px;
    height: 196px;
    margin: -98px 0 0 -98px
}

.server-bulb .bulb {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-filter: drop-shadow(0 10px 15px rgba(11, 27, 38, .9));
    filter: drop-shadow(0 10px 15px rgba(11, 27, 38, .9))
}

.server-bulb .server {
    margin: 42px auto
}

.bulb {
    height: 196px;
    width: 196px;
    background: url(/igc/Images/no_neighbor-bulb.svg)
}

.no-neighbor {
    position: absolute;
    width: 72px;
    height: 72px
}

.no-neighbor-1 {
    top: 0;
    left: 0
}

.no-neighbor-2 {
    top: 0;
    right: 0
}

.no-neighbor-3 {
    bottom: 0;
    left: 0
}

.no-neighbor-4 {
    bottom: 0;
    right: 0
}

.no-neighbor .user {
    height: 40px;
    width: 41px;
    margin: 15px
}

.no-user {
    height: 72px;
    width: 72px;
    background: url(/igc/Images/no_neighbor-cancel.svg)
}

.no-neighbor .no-user {
    position: absolute;
    top: 0;
    left: 0
}

.image-performance {
    position: relative;
    width: 234px;
    height: 350px;
    margin: 60px auto 0
}

.image-performance .ssd {
    height: 292px;
    width: 234px;
    background: url(/igc/Images/ssd_disk.svg)
}

.image-performance .speedometer {
    position: absolute;
    right: -100px;
    bottom: 0
}

@media (max-width: 767px) {
    .image-performance {
        margin: -100px 0 -85px 0;
        -webkit-transform: scale3d(.4, .4, .4);
        transform: scale3d(.4, .4, .4)
    }
}

.image-ddos, .image-high-availability {
    position: relative;
    height: 220px;
    width: 230px;
    margin: 12px 0 5px
}

.image-ddos .shield, .image-high-availability .speedometer {
    position: absolute;
    bottom: 0;
    right: 0
}

.shield {
    height: 150px;
    width: 120px;
    background: url(/igc/Images/shield.svg)
}

.image-dedicated-cpus {
    width: 240px;
    height: 240px
}

.image-dedicated-cpus .cpu, .image-dedicated-cpus .cpu-number {
    float: left;
    margin: 10px;
    opacity: 0
}

.image-dedicated-cpus.animated .cpu:nth-child(1) {
    -webkit-animation: zoomIn .2s 0s;
    animation: zoomIn .2s 0s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.image-dedicated-cpus.animated .cpu:nth-child(2) {
    -webkit-animation: zoomIn .2s .1s;
    animation: zoomIn .2s .1s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.image-dedicated-cpus.animated .cpu:nth-child(3) {
    -webkit-animation: zoomIn .2s .2s;
    animation: zoomIn .2s .2s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.image-dedicated-cpus.animated .cpu:nth-child(4) {
    -webkit-animation: zoomIn .2s .3s;
    animation: zoomIn .2s .3s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.image-dedicated-cpus.animated .cpu-number {
    -webkit-animation: zoomIn .2s .4s;
    animation: zoomIn .2s .4s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.image-dedicated-cpus.animated .cpu:nth-child(6) {
    -webkit-animation: zoomIn .2s .5s;
    animation: zoomIn .2s .5s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.image-dedicated-cpus.animated .cpu:nth-child(7) {
    -webkit-animation: zoomIn .2s .6s;
    animation: zoomIn .2s .6s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.image-dedicated-cpus.animated .cpu:nth-child(8) {
    -webkit-animation: zoomIn .2s .7s;
    animation: zoomIn .2s .7s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.image-dedicated-cpus.animated .cpu:nth-child(9) {
    -webkit-animation: zoomIn .2s .8s;
    animation: zoomIn .2s .8s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.cpu-number {
    height: 57px;
    width: 57px;
    color: #363b40;
    font-size: 46px;
    font-weight: 500;
    text-align: center;
    line-height: 57px
}

.cpu {
    height: 57px;
    width: 57px;
    background: url(/igc/Images/cpu.svg)
}

.image-node-uptime {
    position: relative;
    height: 220px;
    width: 220px;
    margin-top: 30px
}

.image-network-uptime {
    position: relative;
    height: 240px;
    width: 300px
}

.image-network-uptime .circle, .image-node-uptime .circle {
    position: absolute;
    bottom: 0;
    right: 0;
    text-align: center;
    -webkit-box-shadow: 0 5px 25px rgba(11, 27, 38, .3);
    box-shadow: 0 5px 25px rgba(11, 27, 38, .3)
}

.image-network-uptime .circle span, .image-node-uptime .circle span {
    position: relative;
    z-index: 2;
    display: inline-block;
    margin: 50px 0 0;
    color: #fff;
    font-size: 38px;
    font-weight: 500
}

.image-network-uptime .circle span small, .image-node-uptime .circle span small {
    display: block;
    margin-top: 3px;
    color: rgba(0, 0, 0, .4);
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase
}

.large-checkmark {
    display: inline-block;
    height: 220px;
    width: 220px;
    background-color: #25b867;
    -webkit-border-radius: 150px;
    border-radius: 150px;
    -webkit-box-shadow: 0 10px 60px -10px rgba(37, 45, 51, .5);
    box-shadow: 0 10px 60px -10px rgba(37, 45, 51, .5)
}

.large-checkmark > i {
    font-size: 148px;
    line-height: 220px
}

.image-promo {
    padding-top: 60px
}

.image-promo:after {
    display: block;
    content: "";
    clear: both
}

.promo-col {
    position: relative;
    float: left;
    width: 33.333%;
    padding: 0 20px
}

.image-promo > .promo-col:first-child {
    text-align: left
}

.image-promo > .promo-col:nth-child(2) {
    text-align: center
}

.image-promo > .promo-col:last-child {
    text-align: right
}

.promo-box {
    position: relative;
    display: inline-block;
    width: 290px;
    height: 270px;
    padding: 30px;
    background-color: #e6ebed;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    text-align: center
}

.promo-box > h5 {
    margin-top: 0
}

.promo-logo {
    margin-bottom: 30px
}

.promo-box-step {
    position: absolute;
    top: -30px;
    left: -30px;
    height: 72px;
    width: 72px;
    background: #94420d;
    -webkit-border-radius: 40px;
    border-radius: 40px;
    -webkit-box-shadow: 5px 0 30px rgba(0, 0, 0, .3);
    box-shadow: 5px 0 30px rgba(0, 0, 0, .3);
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    line-height: 72px;
    text-align: center
}

.promo-desc {
    display: inline-block;
    width: 290px;
    padding-top: 30px;
    color: #363b40;
    font-size: 16px;
    font-weight: 500;
    text-align: center
}

.promo-arrow {
    position: absolute;
    top: 50%;
    right: 0;
    height: 22px;
    width: 31px;
    margin-top: -41px;
    background: url(/igc/Images/promo-arrow.svg)
}

.image-promo > .promo-col:last-child .promo-arrow {
    right: auto;
    left: 0
}

.promo-hand {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 94px;
    height: 116px;
    background: url(/igc/Images/promo-hand.png)
}

.image-promo > .promo-col:first-child .promo-hand {
    top: 190px
}

.image-promo > .promo-col:nth-child(2) .promo-hand {
    top: 160px
}

.promo-input {
    display: block;
    height: 42px;
    width: 100%;
    margin-bottom: 15px;
    background-color: #fff;
    -webkit-border-radius: 4px;
    border-radius: 4px
}

.promo-btn {
    display: block;
    height: 42px;
    width: 100%;
    background-color: #94420d;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    line-height: 42px;
    text-align: center
}

.promo-summary {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 82px;
    width: 100%;
    padding: 12px 20px;
    background: #94420d;
    -webkit-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
    color: #fff;
    font-size: 24px;
    font-weight: 600
}

.promo-summary > span {
    color: rgba(255, 255, 255, .5);
    font-size: 11px;
    text-transform: uppercase
}

.promo-credits:after {
    display: block;
    content: "";
    clear: both
}

.promo-credits {
    margin: 25px -5px 25px -5px
}

.promo-credits > span {
    display: block;
    float: left;
    height: 50px;
    width: 25%;
    padding: 0 5px
}

.promo-credits > span > span {
    display: block;
    height: 50px;
    width: 100%;
    background: #fff;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    color: #363b40;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    line-height: 50px
}

.promo-credits > span.acitve > span {
    background: #94420d;
    color: #fff
}

.promo-payments {
    margin-top: 20px
}

.promo-thanks {
    padding-top: 20px;
    font-size: 12px;
    line-height: 18px
}

@media (max-width: 1199px) {
    .promo-arrow {
        display: none
    }
}

@media (max-width: 991px) {
    .promo-col {
        width: 100%;
        padding-top: 40px;
        text-align: center !important
    }

    .promo-desc {
        display: block;
        margin-left: auto;
        margin-right: auto
    }
}

.image-promo.animate .promo-arrow, .image-promo.animate .promo-box, .image-promo.animate .promo-check {
    opacity: 0
}

.image-promo.animated > .promo-col:nth-child(1) > .promo-box {
    -webkit-animation: fadeInLeftShort .8s 0s;
    animation: fadeInLeftShort .8s 0s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.image-promo.animated > .promo-col:nth-child(1) .promo-btn, .image-promo.animated > .promo-col:nth-child(1) .promo-hand {
    -webkit-animation: clickEffect .6s .6s;
    animation: clickEffect .6s .6s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.image-promo.animated > .promo-col:nth-child(1) .promo-arrow {
    -webkit-animation: fadeInLeft .8s .8s;
    animation: fadeInLeft .8s .8s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.image-promo.animated > .promo-col:nth-child(2) > .promo-box {
    -webkit-animation: fadeInLeftShort .8s 1.2s;
    animation: fadeInLeftShort .8s 1.2s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.image-promo.animated > .promo-col:nth-child(2) .promo-btn, .image-promo.animated > .promo-col:nth-child(2) .promo-hand {
    -webkit-animation: clickEffect .6s 1.8s;
    animation: clickEffect .6s 1.8s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.image-promo.animated > .promo-col:nth-child(3) .promo-arrow {
    -webkit-animation: fadeInLeft .8s 2s;
    animation: fadeInLeft .8s 2s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.image-promo.animated > .promo-col:nth-child(3) > .promo-box {
    -webkit-animation: fadeInLeftShort .8s 2.4s;
    animation: fadeInLeftShort .8s 2.4s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.image-promo.animated > .promo-col:nth-child(3) .promo-check {
    -webkit-animation: zoomIn .6s 2.8s;
    animation: zoomIn .6s 2.8s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.error-404 {
    text-align: center
}

.limited-time-banner {
    position: relative;
    padding: 20px;
    background-color: #ffa726;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    text-align: center
}

.limited-time-banner:after {
    position: absolute;
    left: 50%;
    top: -16px;
    display: block;
    content: "\f2f8";
    height: 16px;
    width: 18px;
    margin-left: -8px;
    color: #ffa726;
    font-family: Material-Design-Iconic-Font;
    font-size: 40px;
    line-height: 26px
}

.app-banner {
    position: fixed;
    top: -40px;
    left: 0;
    right: 0;
    z-index: 9999;
    height: 40px;
    width: 100%;
    padding: 7px 0;
    background-color: #fca426;
    color: #fff;
    -webkit-transition: ease all .5s
}

.banner-visible .app-banner {
    -webkit-box-shadow: 0 5px 20px -5px rgba(37, 45, 51, .2);
    box-shadow: 0 5px 20px -5px rgba(37, 45, 51, .2)
}

.banner-visible {
    transform: translate3d(0, 40px, 0)
}

.app-banner .container {
    position: relative
}

.app-banner .btn {
    position: absolute;
    right: 45px;
    top: -10px;
    color: #fff
}

.app-banner .btn > i, .app-banner a {
    color: rgba(255, 255, 255, .7)
}

.app-banner .btn:hover > i, .app-banner a:hover {
    color: #fff
}

.panel-orange-gradient {
    overflow: hidden
}

.limited-badge {
    position: absolute;
    top: 20px;
    right: -40px;
    display: block;
    height: 24px;
    width: 150px;
    background: #fff;
    color: #fca426;
    font-weight: 700;
    font-size: 10px;
    text-transform: uppercase;
    line-height: 24px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-box-shadow: 0 5px 10px -5px rgba(37, 45, 51, .2);
    box-shadow: 0 5px 10px -5px rgba(37, 45, 51, .2)
}

.banner {
    display: inline-block;
    margin: 0 20px 30px 0
}

.banner-img {
    display: inline-block;
    margin-bottom: 10px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .15);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .15)
}

.banner-img > img {
    max-width: 100%
}

.banner-link {
    display: block;
    color: #616366
}

.banner-link > i {
    margin-right: 8px;
    font-size: 16px
}

.banner-link:hover {
    color: #94420d
}

.banner-img:focus, .banner-link:focus {
    outline: 0
}

.banner-campaign-chooser {
    margin-bottom: 40px
}

.banner-campaign-chooser > h5 {
    display: inline-block;
    margin: 0 20px 0 0;
    line-height: 40px;
    vertical-align: middle
}

.promo {
    min-height: 80px;
    border-radius: 3px;
    position: relative;
    padding: 16px 16px 16px 100px;
    margin-bottom: 40px;
    box-shadow: 0 3px 20px 0 rgba(0, 0, 0, .2)
}

.promo:after {
    display: block;
    content: " ";
    clear: both
}

.promo-icon {
    position: absolute;
    top: 15px;
    left: 20px;
    width: 56px;
    height: 56px
}

.promo .btn {
    float: right
}

.promo p {
    float: left;
    margin: 12px 0
}

@media (max-width: 767px) {
    .promo .btn {
        float: none
    }

    .promo p {
        float: none
    }
}

@media (max-width: 480px) {
    .promo .btn {
        display: block;
        margin-left: -80px
    }
}

.promo-full {
    padding-left: 0;
    padding-right: 0;
    margin: 0;
    border-radius: 0;
    box-shadow: none
}

.promo-full .container {
    position: relative;
    padding-left: 100px
}

.promo-full .promo-icon {
    top: 0;
    left: 15px
}

.promo-docs, .promo-winter {
    background-image: -moz-linear-gradient(-140deg, #48c87a 0, #2dad5e 100%);
    background-image: -webkit-linear-gradient(-140deg, #48c87a 0, #2dad5e 100%);
    background-image: -ms-linear-gradient(-140deg, #48c87a 0, #2dad5e 100%)
}

.promo-docs p, .promo-winter p {
    color: #fff;
    font-size: 20px
}

.promo-underline {
    position: relative
}

.promo-underline:after {
    position: absolute;
    bottom: -2px;
    left: -4px;
    right: -4px;
    display: block;
    content: "";
    height: 2px;
    background-color: #fff;
    -webkit-transform: rotate(-4deg);
    transform: rotate(-4deg)
}

.section-desc.desc-promo {
    font-size: 20px
}

.section-desc.desc-promo b {
    position: relative;
    color: #3fbf70
}

.section-desc.desc-promo .promo-underline:after {
    background-color: #3fbf70
}

.promo-docs .promo-icon {
    background: url(/igc/Images/docs-earn@2x.png) no-repeat;
    background-size: cover
}

.promo-docs .btn, .promo-winter .btn {
    background-color: rgba(0, 0, 0, .2);
    border-color: transparent
}

.promo-docs .btn:active, .promo-docs .btn:focus, .promo-docs .btn:hover {
    background-color: rgba(0, 0, 0, .15)
}

@media (min-width: 768px) and (max-width: 819px) {
    .promo-docs p {
        max-width: 443px;
        margin-top: 0;
        margin-bottom: 0
    }
}

@media (max-width: 768px) {
    .promo-full .promo-icon {
        left: 20px
    }
}

.promo-winter {
    padding-left: 16px;
    margin-top: -100px;
    margin-bottom: 80px;
    text-align: center
}

.promo-winter p {
    float: none
}

@media (max-width: 991px) {
    .promo-winter {
        margin-top: -80px;
        margin-bottom: 60px
    }
}

@media (max-width: 768px) {
    .page-banner.banner-promo .banner-slogan-hero {
        padding-bottom: 30px
    }
}

.packages-docs {
    margin-bottom: 40px
}

.packages-docs .package:hover {
    border-color: #45d17b
}

.packages-docs .package:hover .btn {
    background-color: #45d17b;
    border-color: #45d17b;
    color: #fff
}

.packages-docs .package .package-body {
    padding: 30px
}

.packages-docs .package-title {
    margin-bottom: 16px;
    font-size: 16px
}

.packages-docs .package-price {
    color: #3fbf70;
    font-size: 42px;
    font-weight: 700
}

.packages-docs .package-desc {
    color: #616366;
    margin: 20px 0 22px
}

@media (max-width: 991px) {
    .packages-docs .package .package-body {
        padding: 20px
    }

    .packages-docs .package .package-body .btn {
        display: block;
        padding-left: 10px;
        padding-right: 10px
    }
}

@media (max-width: 767px) {
    .packages-docs {
        max-width: 380px;
        margin-left: auto;
        margin-right: auto
    }
}

.page-banner-swag {
    height: 660px
}

.page-banner-swag .banner-slogan {
    position: relative;
    z-index: 9;
    padding-top: 100px
}

.page-banner-swag .slogan-title span {
    position: relative;
    display: block;
    margin-bottom: 30px;
    color: #94420d;
    font-size: 71px;
    font-weight: 900;
    line-height: 46px
}

.page-banner-swag .slogan-title span:after {
    position: absolute;
    top: -11px;
    left: 50%;
    z-index: -1;
    display: block;
    content: "";
    height: 83px;
    width: 370px;
    margin-left: -185px;
    background: url(/igc/Images/swag-border.svg);
    -webkit-filter: drop-shadow(0 5px 20px rgba(11, 27, 38, .2));
    filter: drop-shadow(0 5px 20px rgba(11, 27, 38, .2));
    -webkit-transform: translate3d(0, 0, 0)
}

.page-banner-swag .actions {
    padding: 0
}

.banner-graphic {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.graphic-left, .graphic-right {
    position: relative;
    float: left;
    width: 50%;
    height: 100%
}

.banner-graphic [class*=sticker-] {
    position: absolute
}

.sticker-circle-white {
    top: 26px;
    left: 50px
}

.sticker-circle-blue {
    bottom: 10px;
    right: 46%;
    margin-right: -60px
}

.sticker-wide-dark {
    bottom: 104px;
    left: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 20px rgba(0, 0, 0, .2)
}

.sticker-circle-dark {
    top: 0;
    left: 68%;
    margin-left: -70px
}

.sticker-wide-white {
    bottom: 50px;
    left: 50%;
    margin-left: -40px;
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
    -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 20px rgba(0, 0, 0, .2)
}

.graphic-left .sticker-bird {
    top: -20px;
    right: 20%
}

.graphic-left .sticker-bird img {
    height: 100px;
    -webkit-filter: drop-shadow(0 5px 20px rgba(11, 27, 38, .3));
    filter: drop-shadow(0 5px 20px rgba(11, 27, 38, .3));
    -webkit-transform: translate3d(0, 0, 0)
}

.graphic-right .sticker-bird {
    right: -60px;
    top: 160px
}

.graphic-right .sticker-bird img {
    height: 180px;
    -webkit-filter: drop-shadow(0 5px 20px rgba(11, 27, 38, .3));
    filter: drop-shadow(0 5px 20px rgba(11, 27, 38, .3));
    -webkit-transform: translate3d(0, 0, 0)
}

.sticker-circle-blue, .sticker-circle-dark, .sticker-circle-white {
    -webkit-border-radius: 100%;
    border-radius: 100%;
    -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 20px rgba(0, 0, 0, .2)
}

.sticker-circle-white:after, .sticker-circle-white:before {
    position: absolute;
    z-index: -1;
    display: block;
    content: "";
    height: 100%;
    width: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    background: #fff;
    -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 20px rgba(0, 0, 0, .2)
}

.sticker-circle-white:after {
    bottom: -3px;
    right: -8px
}

.sticker-circle-white:before {
    bottom: -8px;
    left: 2px
}

.sticker-circle-blue:after, .sticker-circle-blue:before {
    position: absolute;
    z-index: -1;
    display: block;
    content: "";
    height: 100%;
    width: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    background: #1d85e0;
    -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 20px rgba(0, 0, 0, .2)
}

.sticker-circle-blue:after {
    bottom: -3px;
    right: -6px
}

.sticker-circle-blue:before {
    bottom: -8px;
    left: 2px
}

.sticker-circle-dark:after, .sticker-circle-dark:before {
    position: absolute;
    z-index: -1;
    display: block;
    content: "";
    height: 100%;
    width: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    background: #262524;
    -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 20px rgba(0, 0, 0, .2)
}

.sticker-circle-dark:after {
    bottom: -3px;
    right: -6px
}

.sticker-circle-dark:before {
    bottom: -8px;
    left: 2px
}

.sticker-wide-dark:after, .sticker-wide-dark:before {
    position: absolute;
    z-index: -1;
    display: block;
    content: "";
    height: 100%;
    width: 100%;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: #262524;
    -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 20px rgba(0, 0, 0, .2)
}

.sticker-wide-dark:after {
    bottom: -3px;
    right: -8px
}

.sticker-wide-dark:before {
    bottom: -8px;
    left: 2px
}

.sticker-wide-white:after, .sticker-wide-white:before {
    position: absolute;
    z-index: -1;
    display: block;
    content: "";
    height: 100%;
    width: 100%;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: #fff;
    -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 20px rgba(0, 0, 0, .2)
}

.sticker-wide-white:after {
    bottom: -3px;
    right: 0
}

.sticker-wide-white:before {
    bottom: -8px;
    left: 2px
}

@media (max-width: 991px) {
    .page-banner-swag {
        height: 620px
    }

    .banner-graphic {
        top: 15px
    }

    .graphic-left .sticker-circle-white {
        left: -40px
    }

    .sticker-circle-blue {
        bottom: -10px
    }
}

@media (max-width: 767px) {
    .graphic-left .sticker-bird, .sticker-wide-dark, .sticker-wide-white {
        display: none
    }

    .page-banner-swag {
        height: 560px;
        overflow: hidden
    }

    .page-banner-swag .slogan-title {
        margin-bottom: 28px
    }

    .page-banner-swag .slogan-title span {
        margin-bottom: 10px;
        font-size: 51px;
        white-space: nowrap
    }

    .page-banner-swag .slogan-title span:after {
        top: -1px;
        height: 59px;
        width: 264px;
        margin-left: -132px;
        background-size: contain !important;
        background-repeat: no-repeat !important
    }

    .graphic-right .sticker-bird {
        top: auto;
        bottom: -40px;
        right: 20px
    }

    .graphic-right .sticker-bird img {
        height: 80px
    }

    .sticker-circle-dark {
        left: auto;
        top: -15px;
        right: -40px;
        margin-left: 0;
        -webkit-transform: scale(.5);
        transform: scale(.5)
    }

    .graphic-left .sticker-circle-white {
        left: -50px;
        top: -45px;
        -webkit-transform: scale(.5);
        transform: scale(.5)
    }

    .sticker-circle-blue {
        right: auto;
        left: 0;
        top: auto;
        bottom: -50px;
        margin: 0;
        -webkit-transform: scale(.7);
        transform: scale(.7)
    }
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    display: block;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: 0
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list, .slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: flex;
    margin-left: auto;
    margin-right: auto
}

.slick-track:after, .slick-track:before {
    display: table;
    content: ''
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block;
    width: auto;
    position: relative;
    outline: 0
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.row > div:focus {
    outline: 0
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0
}

.promo-plesk {
    position: relative;
    min-height: 62px;
    margin: 0 0 20px 0;
    padding: 12px 12px 12px 70px;
    background-color: #27376f;
    color: #fff;
    font-size: 18px;
    overflow: hidden
}

.promo-plesk > .btn, .promo-plesk > p {
    position: relative;
    z-index: 1
}

.promo-plesk:before {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 0;
    display: block;
    content: "";
    width: 448px;
    height: 120px;
    background: url(/igc/Images/promo-plesk-bg.jpg) no-repeat center right
}

.promo-plesk p {
    margin: 10px 0
}

.promo-plesk .promo-icon {
    height: 32px;
    width: 32px;
    top: 20px !important
}

.dao-contact {
    border-top: 1px solid #f1f1f1;
    padding-top: 40px;
    padding-bottom: 40px
}

.dao-contact-caseList {
    width: 40%;
    float: left
}

.dao-contact-caseList ul {
    padding-left: 0
}

.dao-contact-caseList li {
    list-style: none;
    height: 42px;
    line-height: 42px
}

.dao-contact-caseList li a {
    color: #698abb;
    display: inline-block;
    height: 100%;
    border-bottom: 1px solid #edf0f5;
    width: 90%
}

.dao-contact-title.dao-half-title {
    margin-top: 40px
}

.dao-contact .dao-half {
    padding: 0;
    width: 60%;
    border: 1px solid #e5ecf4;
    float: right;
    border-radius: 5px;
    box-shadow: 0 3px 20px 3px rgba(0, 0, 0, .06)
}

.dao-contact .dao-half .inner-content {
    width: 110%;
    padding: 0 18px
}

.dao-contact .dao-half-title {
    color: #3b3b3b;
    font-size: 20px;
    font-weight: 500;
    margin-top: 13px
}

.dao-contact .dao-half-text {
    margin-top: 16px
}

.dao-contact .dao-half-text p {
    color: rgba(44, 48, 56, .9)
}

.dao-contact .dao-half-text p strong {
    color: rgba(46, 121, 185, .9);
    font-weight: 400
}

.dao-contact .dao-half-text a.contact-btn {
    color: rgba(52, 104, 223, .9);
    border-radius: 20px;
    color: #fff;
    font-size: 16px;
    background: #698abb
}

.dao-contact .dao-half .dao-half-image img {
    width: 100%
}

@media (max-width: 767px) {
    .dao-contact-caseList {
        width: 100%;
        margin-bottom: 20px
    }

    .dao-contact-caseList ul {
        text-align: center
    }

    .dao-contact-caseList li a {
        width: 100%
    }

    .dao-contact-title {
        margin-top: 12px
    }

    .dao-contact .dao-half {
        padding-top: 20px;
        width: 100%
    }

    .dao-contact .dao-half .inner-content {
        text-align: center;
        width: auto
    }

    .dao-contact .dao-half-title {
        font-size: 20px
    }

    .dao-contact .dao-half-image img {
        position: relative
    }
}

.banner-box {
    width: 620px;
    height: 280px;
    color: #fff;
    background-color: rgba(222, 95, 18, .4)
}

.banner-box.center {
    margin: 0 auto;
    background-color: rgba(185, 104, 31, .5)
}

.banner-box.center .enter .btn {
    background-color: rgba(197, 162, 48, .2)
}

.banner-box.center .enter .btn:hover {
    background-color: rgba(197, 162, 48, .9)
}

.banner-box.slogan {
    margin: 0 auto;
    width: 900px
}

.banner-box.slogan h2 {
    padding-top: 30px;
    font-size: 36px;
    text-align: center;
    text-align-last: center;
    word-wrap: break-word;
    height: 87px
}

.banner-box.slogan ul {
    height: 60px;
    margin-top: 50px;
    font-weight: 700;
    font-size: 60px
}

.banner-box.slogan ul li {
    text-align: center;
    width: 25%;
    line-height: 1;
    float: left;
    border-right: 3px solid rgba(255, 255, 255, 1);
    list-style: none
}

.banner-box.slogan ul li:last-child {
    border: none
}

.banner-box.slogan .enter {
    padding-top: 60px;
    display: block;
    border: none;
    margin: 0 auto;
    width: 460px
}

.banner-box h4 {
    color: #fff;
    font-size: 18px;
    border-bottom: 2px #fff solid;
    line-height: 1.5;
    padding-bottom: 20px;
    letter-spacing: 1px
}

.banner-box h3 {
    color: #fff;
    overflow: hidden;
    word-wrap: break-word;
    font-size: 56px;
    font-weight: 700;
    padding-top: 8px;
    height: 87px
}

.banner-box2 h3:after {
    content: '';
    display: inline-block;
    width: 100%
}

.banner-box h2 {
    color: #fff;
    line-height: normal;
    word-wrap: break-word;
    font-size: 48px;
    height: 68px
}

.banner-box2 h2:after {
    content: '';
    display: inline-block;
    width: 100%
}

.banner-box2 h2, .banner-box2 h3 {
    text-align: justify;
    text-align-last: justify
}

.banner-box .enter {
    margin-top: 10px;
    padding-top: 30px;
    width: 100%;
    border-top: 2px #fff solid
}

.banner-box .enter .btn {
    color: #fff;
    font-size: 16px;
    padding: 15px 20px;
    border: 2px solid #fff;
    border-radius: 0;
    background-color: rgba(0, 0, 0, .1)
}

.banner-box .enter .btn:hover {
    background-color: #94420d
}

.banner-slogan:after {
    height: 20px
}

@media screen and (max-width: 991px) {
    .banner-box {
        display: block;
        background: 0 0
    }

    .banner-box.slogan {
        width: 100%
    }

    .banner-box {
        height: auto
    }

    .banner-box.slogan ul {
        font-size: 30px;
        height: 100%;
        padding-left: 0
    }

    .banner-box.slogan h2 {
        margin-top: 10px;
        padding-top: 10px;
        font-size: 18px;
        height: 10px
    }
}

.responsive-image .browser {
    width: 86%;
    -webkit-box-shadow: 0 10px 60px -10px rgba(37, 45, 51, .5);
    box-shadow: 0 10px 60px -10px rgba(37, 45, 51, .5)
}

.responsive-image.desktop-size .browser {
    min-width: 768px
}

.responsive-image .phone {
    -webkit-box-shadow: 0 10px 70px -10px rgba(37, 45, 51, .5);
    box-shadow: 0 10px 70px -10px rgba(37, 45, 51, .5)
}

.responsive-image .browser:after, .responsive-image .phone:after, .responsive-image .play:after {
    display: block;
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 999;
    width: 50%;
    background-color: rgba(0, 0, 0, .05)
}

.image-lines {
    position: absolute;
    top: 100px;
    left: -80px;
    height: 54px;
    width: 300px;
    background: url(/igc/Images/lines.svg)
}

.image-lines-right {
    left: auto;
    right: -84px
}

@media (max-width: 1199px) {
    .page-banner-home .responsive-image .phone {
        left: -30px
    }
}

@media (max-width: 991px) {
    .page-banner-home .responsive-image .phone {
        display: none;
        left: -20px
    }

    .responsive-image {
        margin: 0 -24px
    }

    .responsive-image .browser:not(.mobile-size) {
        min-width: 758px
    }
}

.responsive-image {
    position: relative
}

.responsive-image .phone {
    position: absolute;
    left: -20px;
    bottom: -19px;
    z-index: 3;
    overflow: hidden
}

.play {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1001;
    cursor: pointer;
    background: #026fce;
    background: linear-gradient(45deg, #0b4182 1%, #94420d 64%, #40baf5 97%);
    background-image: -ms-linear-gradient(45deg, #0b4182 1%, #94420d 64%, #40baf5 97%);
    background-image: -moz-linear-gradient(45deg, #0b4182 1%, #94420d 64%, #40baf5 97%);
    background-image: -o-linear-gradient(45deg, #0b4182 1%, #94420d 64%, #40baf5 97%);
    background-image: -webkit-linear-gradient(45deg, #0b4182 1%, #94420d 64%, #40baf5 97%);
    background-image: linear-gradient(45deg, #0b4182 1%, #94420d 64%, #40baf5 97%);
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out
}

.animated .play {
    opacity: 0;
    visibility: hidden
}

.play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    right: 0;
    display: inline-block;
    height: 52px;
    width: 52px;
    margin: -26px 0 0 -26px;
    border: 2px solid rgba(196, 227, 255, .8);
    color: rgba(196, 227, 255, .8);
    font-size: 24px;
    line-height: 50px;
    text-align: center;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out
}

.play-btn > i {
    margin-left: 2px
}

.play:hover .play-btn {
    color: #fff;
    border-color: #fff
}

.browser .play-btn {
    display: inline-block;
    height: 100px;
    width: 100px;
    margin: -50px 0 0 -50px;
    font-size: 42px;
    line-height: 98px
}

.reponsive-image-types {
    margin-bottom: 30px;
    padding: 0;
    border: none;
    list-style: none;
    text-align: center
}

.responsive-image .browser {
    -webkit-transition: all ease .5s
}

.mobile-size .mobile-size-hidden {
    display: none !important
}

.control-panel {
    position: absolute;
    height: 100%;
    width: 100%;
    color: #616366;
    font-size: 11px;
    line-height: 15px;
    text-align: left;
    visibility: visible !important
}

.control-panel p {
    margin-bottom: 10px
}

.cp-navbar {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 68px;
    padding: 24px 0;
    overflow: hidden
}

.cp-navbar > * {
    position: relative;
    z-index: 1
}

.cp-navbar:after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    content: "";
    height: 100%;
    width: 350px;
    background: #026fce;
    background: linear-gradient(80deg, #0b4182 1%, #94420d 64%, #40baf5 97%);
    background-image: -ms-linear-gradient(80deg, #0b4182 1%, #94420d 64%, #40baf5 97%);
    background-image: -moz-linear-gradient(80deg, #0b4182 1%, #94420d 64%, #40baf5 97%);
    background-image: -o-linear-gradient(80deg, #0b4182 1%, #94420d 64%, #40baf5 97%);
    background-image: -webkit-linear-gradient(80deg, #0b4182 1%, #94420d 64%, #40baf5 97%);
    background-image: linear-gradient(80deg, #0b4182 1%, #94420d 64%, #40baf5 97%)
}

.cp-navbar .navbar-header {
    float: none;
    margin-bottom: 30px;
    text-align: center
}

.cp-navbar .navbar-brand {
    display: inline-block;
    float: none;
    height: 32px;
    width: 32px;
    background-image: url(/igc/Images/bird2.svg);
    background-size: 32px auto;
    font-size: 0;
    line-height: 32px;
    text-indent: -9999px
}

.cp-navbar .navbar-nav {
    display: block;
    width: 68px;
    margin: 0;
    padding: 0;
    list-style: none
}

.cp-navbar .navbar-nav > li {
    float: none;
    margin-bottom: 12px
}

.cp-navbar .navbar-nav > li > span {
    display: block;
    padding: 6px 0;
    color: rgba(196, 227, 255, .8);
    font-size: 10px;
    font-weight: 700;
    text-align: center;
    line-height: 16px
}

.cp-navbar .navbar-nav > li.active > span:after {
    position: absolute;
    right: -3px;
    top: 50%;
    display: block;
    height: 16px;
    width: 8px;
    margin: -8px 0 0 0;
    content: "\f2f4";
    color: #fff;
    font-family: Material-Design-Iconic-Font;
    font-size: 30px;
    line-height: 16px
}

.cp-navbar .navbar-nav > li > span > i {
    position: relative;
    display: block;
    margin-bottom: 5px;
    font-size: 17px
}

.desktop-size .cp-navbar .navbar-logout, .desktop-size .navbar-toggle, .desktop-size .notification-toggle {
    display: none
}

.mobile-size .cp-navbar:after {
    width: 120%
}

.mobile-size .cp-navbar {
    height: 38px;
    width: 100%;
    padding: 4px 0
}

.mobile-size .cp-navbar .navbar-container {
    display: none
}

.mobile-size .cp-navbar .navbar {
    padding: 0 10px
}

.mobile-size .cp-navbar .navbar-header {
    padding-left: 18px;
    margin: 0
}

.mobile-size .cp-navbar .navbar-brand {
    margin-top: -3px;
    margin-bottom: -3px
}

.mobile-size .cp-navbar .navbar-toggle {
    display: block;
    position: absolute;
    top: 6px;
    left: 6px;
    z-index: 3;
    padding: 5px
}

.mobile-size .cp-navbar .navbar-toggle .icon-bar {
    height: 1px;
    width: 14px;
    background-color: #fff
}

.mobile-size .cp-navbar .navbar-toggle .icon-bar + .icon-bar {
    margin-top: 3px
}

.mobile-size .cp-navbar .navbar-header .notification-toggle {
    float: right;
    padding: 9px 5px
}

.mobile-size .cp-navbar .navbar-header .notification-toggle > i {
    color: #fff;
    font-size: 15px
}

.cp-content .row {
    margin-left: -5px;
    margin-right: -5px
}

.cp-content [class*=col-] {
    padding-right: 5px;
    padding-left: 5px
}

.cp-content .h6 {
    display: block;
    margin: 0 0 20px 0
}

.cp-content .panel {
    padding: 14px;
    margin-bottom: 12px;
    -webkit-border-radius: 2px;
    border-radius: 2px
}

.cp-content .tabs-container {
    margin-bottom: 20px
}

.cp-content .tabs-container > .btn {
    display: none
}

.cp-content .nav-tabs {
    margin: 0 -8px;
    border-bottom: none
}

.cp-content .nav-tabs > li > span {
    display: inline-block;
    padding: 10px 1px;
    margin: 0 8px;
    line-height: 10px
}

.mobile-size .cp-content {
    margin: 38px 0 0 0
}

.mobile-size .cp-content .h6 {
    margin-top: 6px;
    font-size: 12px;
    line-height: 16px
}

.mobile-size .step-list > li:nth-child(2) .h6 {
    margin-bottom: 10px
}

.cp-server-list {
    opacity: 0;
    visibility: hidden
}

.no-data {
    width: 200px;
    padding-top: 100px;
    margin: 0 auto;
    text-align: center
}

.no-data .server {
    display: inline-block;
    margin-bottom: 10px
}

.mobile-size .no-data {
    width: 150px;
    padding-top: 40px
}

.mobile-size .no-data .server {
    height: 59px;
    width: 47px
}

.cp-servers-table {
    position: absolute;
    top: 20px;
    opacity: 0;
    visibility: hidden
}

.desktop-size .cp-servers-table {
    width: 700px
}

.desktop-size .cp-servers-table-mobile {
    display: none
}

.cp-server-deploying {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 999;
    background: #fff;
    height: 100%;
    margin-left: 68px;
    opacity: 0;
    visibility: hidden
}

.mobile-size .cp-server-deploying {
    margin-left: 0
}

.cp-content .step-list {
    padding: 10px 0 24px 0;
    margin: 0;
    list-style: none
}

.cp-content .step-list > li {
    position: relative;
    padding: 0 0 0 40px;
    margin: 24px 0 0 0
}

.cp-content .step-list > li:after, .cp-content .step-list > li:before {
    display: table;
    content: "";
    clear: both
}

.cp-content .step-list li > .step {
    display: inline-block;
    height: 26px;
    width: 26px;
    border: 1px solid #d2d8dc;
    color: #8a9399;
    font-size: 11px;
    font-weight: 700;
    text-align: center;
    line-height: 26px;
    -webkit-border-radius: 26px;
    border-radius: 26px
}

.desktop-size .cp-content .step-list li > .step {
    position: absolute;
    top: -3px;
    left: 0
}

.mobile-size .cp-content .step-list > li {
    padding: 0;
    margin-top: 14px
}

.mobile-size .cp-content .step-list li > .step {
    float: left
}

.mobile-size .cp-content .step-list li > .h6 {
    margin-left: 36px;
    white-space: nowrap
}

.cp-content .panel .select-icon {
    position: relative;
    font-size: 28px
}

.cp-content .panel .select-icon:before {
    color: #94420d
}

.cp-content .panel .select-icon span, .cp-content .panel .select-icon span:before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    height: 100%;
    width: 102%;
    background: #fff;
    opacity: 0
}

.cp-content .panel .select-icon span:before {
    left: 50%;
    top: 50%;
    content: "\f26b";
    height: 26px;
    width: 26px;
    margin: -13px 0 0 -13px;
    background: #94420d;
    -webkit-border-radius: 40px;
    border-radius: 40px;
    color: #fff;
    font-size: 14px;
    font-family: Material-Design-Iconic-Font;
    text-align: center;
    line-height: 26px;
    -webkit-transform: scale(.5);
    -ms-transform: scale(.5);
    transform: scale(.5)
}

.cp-content .select-name {
    display: block;
    margin: 0;
    color: #363b40;
    font-size: 11px;
    font-weight: 700;
    line-height: 11px
}

.cp-content .select-name small {
    display: block;
    margin-top: 4px;
    color: #919699;
    font-size: 8px;
    font-weight: 300;
    text-transform: uppercase
}

.cp-content .select-header {
    position: relative;
    padding-left: 44px
}

.cp-content .select-header:after, .cp-content .select-header:before {
    display: table;
    content: "";
    clear: both
}

.cp-content .select-header .select-icon {
    position: absolute;
    top: 50%;
    left: 0
}

.cp-content .select-header .select-icon.icon {
    margin-top: -15px
}

.cp-content .select-header .select-icon.flag {
    margin-top: -10px
}

.cp-content .select-options {
    position: absolute;
    top: -1px;
    left: -1px;
    right: -1px;
    z-index: 1;
    display: none;
    width: 101%;
    padding: 55px 0 14px 0;
    margin: 0;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    list-style: none
}

.cp-content .select-options > li {
    padding: 2px 14px;
    color: #616366;
    font-size: 10px
}

.cp-content .packages {
    padding: 0
}

.cp-content .package {
    margin-bottom: 12px;
    -webkit-border-radius: 2px;
    border-radius: 2px
}

.cp-content .package-header {
    padding: 12px
}

.cp-content .package-title {
    margin-bottom: 4px;
    font-size: 11px;
    line-height: 16px
}

.cp-content .package-price {
    font-size: 24px;
    font-weight: 300;
    line-height: 24px
}

.cp-content .package-price .cycle {
    font-size: 12px
}

.cp-content .package-body ul > li {
    margin-bottom: 2px
}

.cp-content .package-hourly {
    font-size: 10px;
    line-height: 10px
}

.cp-content .package-body {
    padding: 12px
}

.cp-content .form-control {
    height: 28px;
    font-size: 11px;
    -webkit-border-radius: 1px;
    border-radius: 1px
}

.cp-content .checkbox-style {
    position: relative;
    display: inline-block;
    height: 12px;
    width: 12px;
    margin-top: -6px;
    margin-right: 6px;
    background: #fff;
    border: 2px solid #cacdcf;
    border-radius: 2px;
    -webkit-transition: all .15s ease;
    transition: all .15s ease;
    cursor: pointer;
    vertical-align: middle
}

.cp-content .checkbox-style:before {
    position: absolute;
    top: -2px;
    left: -2px;
    display: block;
    content: "\f26b";
    height: 12px;
    width: 12px;
    opacity: 0;
    color: #fff;
    font-size: 12px;
    font-family: Material-Design-Iconic-Font;
    text-align: center;
    line-height: 12px;
    -webkit-transition: .15s ease-in-out;
    transition: .15s ease-in-out;
    -webkit-transform: scale(.7);
    -ms-transform: scale(.7);
    transform: scale(.7)
}

.cp-content .checkbox {
    white-space: nowrap
}

.cp-content .label {
    padding: 3px 4px;
    font-size: 8px;
    -webkit-border-radius: 1px;
    border-radius: 1px
}

.cp-deploy-summary {
    position: absolute;
    right: 0;
    left: 0;
    z-index: 9999;
    padding: 14px 0;
    background: #fff
}

.cp-deploy-summary:after, .cp-deploy-summary:before {
    display: table;
    content: "";
    clear: both
}

.cp-summary-price {
    display: inline-block;
    padding: 8px 0;
    font-size: 13px;
    font-weight: 700
}

.cp-summary-price span {
    color: #94420d
}

.cp-summary-btn {
    float: right;
    display: block;
    padding: 8px 14px;
    background: #94420d;
    color: #fff;
    font-weight: 700;
    -webkit-border-radius: 2px;
    border-radius: 2px
}

.desktop-size .cp-deploy-summary {
    bottom: 0;
    margin-left: 68px;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .1);
    box-shadow: 0 0 15px rgba(0, 0, 0, .1)
}

.desktop-size .cp-deploy-server .cp-content .cp-container > .cp-deploy-summary {
    display: none
}

.mobile-size .cp-deploy-server > .cp-deploy-summary {
    display: none
}

.mobile-size .cp-summary-price {
    padding-top: 0;
    padding-bottom: 15px
}

.mobile-size .cp-deploy-summary {
    border-top: 1px solid #edf0f2;
    text-align: center
}

.mobile-size .cp-summary-btn {
    display: block;
    width: 100%
}

.cp-header {
    margin-bottom: 0;
    border-bottom: 1px solid #edf0f2;
    text-align: left
}

.cp-header .h1 {
    display: inline-block;
    margin: 30px 0 18px;
    font-size: 17px;
    line-height: 20px
}

.cp-header .tabs-container {
    margin: 0 0 -1px 0
}

.cp-header-hero {
    text-align: center
}

.cp-header-hero .h1 {
    margin: 38px 0 32px;
    font-size: 20px;
    line-height: 24px
}

.mobile-size .cp-header .h1 {
    margin: 10px 0 0;
    font-size: 14px;
    font-weight: 500
}

.mobile-size .cp-header-hero .h1 {
    margin: 15px 0 10px
}

.cp-deploy-btn {
    position: absolute;
    height: 36px;
    width: 36px;
    background: #94420d;
    color: #fff;
    font-size: 18px;
    text-align: center;
    line-height: 36px;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 3px 10px rgba(0, 0, 0, .2)
}

.desktop-size .control-panel .cp-deploy-btn {
    bottom: -15px;
    right: 20px;
    -webkit-animation: all ease .4s .5s;
    animation: all ease .4s .5s
}

.mobile-size .control-panel .cp-deploy-btn {
    bottom: -42px;
    right: 10px;
    z-index: 9999;
    -webkit-animation: all ease .4s .5s;
    animation: all ease .4s .5s
}

.cp-content {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin-left: 68px
}

.cp-container {
    position: relative;
    max-width: 776px;
    margin: 0 auto;
    padding: 0 20px
}

.mobile-size .cp-container {
    padding: 0 10px
}

.mobile-size .cp-content .col-sm-3 {
    width: 100%
}

.desktop-size .control-panel .cursor {
    position: absolute;
    right: 300px;
    top: 200px;
    z-index: 3
}

.mobile-size .browser-header {
    display: none
}

.mobile-size.browser {
    height: 445px;
    width: 215px;
    padding: 50px 10px;
    border-radius: 20px
}

.mobile-size.browser:after {
    top: auto;
    left: 0;
    right: 0;
    display: block;
    content: "";
    height: 34px;
    width: 34px;
    margin: 8px auto;
    background-color: #22292e;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%
}

.mobile-size.browser:before {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 3px;
    width: 40px;
    margin: 23px auto;
    background-color: #22292e;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px
}

.cp-cursor {
    position: absolute;
    z-index: 1000;
    right: 300px;
    top: 200px;
    width: 28px;
    height: 31px
}

.desktop-size .cp-cursor:before {
    position: absolute;
    z-index: 1;
    display: block;
    content: "";
    width: 28px;
    height: 31px;
    background: url(/igc/Images/cursor-pointer@2x.png);
    background-size: cover
}

.animated .cp-cursor:after {
    position: absolute;
    top: -5px;
    left: 0;
    z-index: -1;
    height: 40px;
    width: 40px;
    display: block;
    content: "";
    background: #94420d;
    margin: -10px;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: scale(0);
    transform: scale(0)
}

.mobile-size .cp-cursor {
    right: 100px;
    top: 100px
}

@media (max-width: 1199px) {
    .cp-cursor {
        right: 210px
    }
}

@media (max-width: 991px) {
    .cp-cursor {
        right: 220px
    }
}

.cp-deploy-server {
    position: relative;
    z-index: 998;
    height: 100%;
    opacity: 0
}

.desktop-size .cp-deploy-server .cp-content, .mobile-size .cp-deploy-server .cp-content {
    z-index: 9999;
    height: 1400px;
    background: #fff
}

.mobile-size .cp-deploy-server .cp-content {
    height: 2960px
}

.cp-servers-table {
    padding-top: 20px
}

.cp-servers-table .table {
    font-size: 11px
}

.cp-servers-table .table thead th {
    padding: 6px 10px
}

.cp-servers-table .table > tbody > tr > td, .cp-servers-table .table > tbody > tr > th, .cp-servers-table .table > tfoot > tr > td, .cp-servers-table .table > tfoot > tr > th, .cp-servers-table .table > thead > tr > td, .cp-servers-table .table > thead > tr > th {
    padding: 6px 7px
}

.cp-servers-table .table .flag-xs {
    margin-right: 4px;
    margin-bottom: -3px
}

.mobile-size .cp-servers-table {
    top: 0;
    left: 0;
    right: 0
}

.mobile-size .cp-servers-table .table thead {
    display: none
}

.mobile-size .cp-servers-table .cp-table-servers > tbody > tr {
    position: relative;
    padding-left: 20px
}

.mobile-size .cp-servers-table .cp-table-servers > tbody > tr > .cp-cell-title {
    padding-right: 30px
}

.mobile-size .cp-servers-table .cp-table-servers > tbody > tr > .cp-cell-os {
    display: none
}

.mobile-size .cp-servers-table .cp-table-servers > tbody > tr > .cp-cell-checkbox {
    display: none
}

.mobile-size .cp-servers-table .table, .mobile-size .cp-servers-table .table tbody, .mobile-size .cp-servers-table .table td, .mobile-size .cp-servers-table .table tr {
    display: block
}

.mobile-size .cp-servers-table .table td {
    border: none;
    padding-top: 3px;
    padding-bottom: 3px
}

.mobile-size .cp-servers-table {
    display: none
}

.mobile-size .cp-servers-table-mobile {
    position: absolute;
    top: 20px;
    opacity: 0;
    visibility: hidden
}

.mobile-size .cp-cell-costs, .mobile-size .cp-cell-status {
    float: left;
    width: 50%
}

.mobile-size .cp-cell-status {
    text-align: right;
    margin-bottom: 12px
}

.cp-table-label {
    display: none
}

.mobile-size .cp-table-labe {
    display: block
}

.cp-cell-location {
    white-space: nowrap
}

.cp-progress {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 12px;
    width: 160px;
    margin: -6px 0 0 -80px;
    border: 1px solid #e6e9eb;
    -webkit-border-radius: 30px;
    border-radius: 30px
}

.cp-progress-bar {
    position: absolute;
    top: 2px;
    left: 2px;
    height: 6px;
    width: 0;
    background: #94420d;
    -webkit-border-radius: 30px;
    border-radius: 30px
}

.animated .cp-cursor:after {
    -webkit-animation: cursorTap .4s .5s, cursorTap .4s 1.9s, cursorTap .4s 3s, cursorTap .4s 3.8s, cursorTap .4s 5s, cursorTap .4s 6.2s, cursorTap .4s 7.4s, cursorTap .4s 9.8s;
    animation: cursorTap .4s .5s, cursorTap .4s 1.9s, cursorTap .4s 3s, cursorTap .4s 3.8s, cursorTap .4s 5s, cursorTap .4s 6.2s, cursorTap .4s 7.4s, cursorTap .4s 9.8s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.desktop-size .animated .cp-deploy-btn {
    -webkit-animation: all ease .25s .5s;
    animation: all ease .25s .5s
}

.desktop-size .animated .cp-cursor {
    -webkit-animation: cursorMove .5s, cursorMove2 .6s 1.5s, cursorMove3 .8s 2.3s, cursorMove4 .3s 3.5s, cursorMove5 .4s 4s, cursorMove6 .4s 5.8s, cursorMove7 1s 6.5s, cursorMove8 .8s 9.1s;
    animation: cursorMove .5s, cursorMove2 .6s 1.5s, cursorMove3 .8s 2.3s, cursorMove4 .3s 3.5s, cursorMove5 .4s 4s, cursorMove6 .4s 5.8s, cursorMove7 1s 6.5s, cursorMove8 .8s 9.1s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.desktop-size .animated .cp-deploy-btn {
    -webkit-animation-name: click;
    animation-name: click
}

.mobile-size .animated .cp-cursor:after {
    -webkit-animation: cursorTap .4s .5s, cursorTap .4s 2.2s, cursorTap .4s 3.5s, cursorTap .4s 4.3s, cursorTap .4s 6s, cursorTap .4s 9.3s, cursorTap .4s 11.5s, cursorTap .4s 13.2s;
    animation: cursorTap .4s .5s, cursorTap .4s 2.2s, cursorTap .4s 3.5s, cursorTap .4s 4.3s, cursorTap .4s 6s, cursorTap .4s 9.3s, cursorTap .4s 11.5s, cursorTap .4s 13.2s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.mobile-size .animated .cp-cursor {
    -webkit-animation: mobileCursorMove .5s, mobileCursorMove2 .6s 1.5s, mobileCursorMove3 .6s 2.5s, mobileCursorMove4 .3s 4s, mobileCursorMove5 .3s 9s, mobileCursorMove6 .3s 11s, mobileCursorMove7 .3s 12.9s;
    animation: mobileCursorMove .5s, mobileCursorMove2 .6s 1.5s, mobileCursorMove3 .6s 2.5s, mobileCursorMove4 .3s 4s, mobileCursorMove5 .3s 9s, mobileCursorMove6 .3s 11s, mobileCursorMove7 .3s 12.9s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.mobile-size .animated .cp-deploy-server .cp-content {
    -webkit-animation: mobileContentMove .8s 1.3s, mobileContentMove2 1.5s 2.5s, mobileContentMove3 1.5s 4.7s, mobileContentMove4 2.5s 6.5s, mobileContentMove5 1.5s 10s;
    animation: mobileContentMove .8s 1.3s, mobileContentMove2 1.5s 2.5s, mobileContentMove3 1.5s 4.7s, mobileContentMove4 2.5s 6.5s, mobileContentMove5 1.5s 10s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.animated .cp-server-list {
    -webkit-animation: show 0s 0s, hide .5s .7s, show .5s 12s;
    animation: show 0s 0s, hide .5s .7s, show .5s 12s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.animated .cp-server-list .no-data {
    -webkit-animation: hide 0s 1s;
    animation: hide 0s 1s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.animated .cp-servers-table {
    -webkit-animation: show 0s 1s;
    animation: show 0s 1s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.animated .cp-servers-table-mobile {
    -webkit-animation: show 0s 1s;
    animation: show 0s 1s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.animated .cp-deploy-server {
    -webkit-animation: show .5s .9s, hide 0s 11s;
    animation: show .5s .9s, hide 0s 11s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.desktop-size .animated .cp-deploy-server .cp-content {
    -webkit-animation: contentMove 1s 2.3s, contentMove2 1s 4s, contentMove3 .8s 5.2s, contentMove4 1s 6.5s;
    animation: contentMove 1s 2.3s, contentMove2 1s 4s, contentMove3 .8s 5.2s, contentMove4 1s 6.5s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.mobile-size .animated .cp-server-list {
    -webkit-animation: show 0s 0s, hide .5s .7s, show .5s 15s;
    animation: show 0s 0s, hide .5s .7s, show .5s 15s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.mobile-size .animated .cp-deploy-server {
    -webkit-animation: show .5s .9s, hide 0s 14s;
    animation: show .5s .9s, hide 0s 14s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.animated .cp-location-click, .animated .cp-location-click .select-icon span, .animated .cp-location-click .select-icon span:before {
    -webkit-transition: all ease .15s 2s;
    transition: all ease .15s 2s
}

.mobile-size .animated .cp-location-click, .mobile-size .animated .cp-location-click .select-icon span, .mobile-size .animated .cp-location-click .select-icon span:before {
    -webkit-transition: all ease .15s 2.2s;
    transition: all ease .15s 2.2s
}

.animated .cp-location-click {
    border-color: #94420d
}

.animated .cp-location-click .select-icon span {
    opacity: 1
}

.animated .cp-location-click .select-icon span:before {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.animated .cp-os-click {
    -webkit-transition: all ease .15s 3.1s;
    transition: all ease .15s 3.1s
}

.animated .cp-os-click {
    border-color: #94420d
}

.animated .cp-os-click .select-header {
    position: relative;
    z-index: 2
}

.cp-os-click .select-options {
    opacity: 0;
    display: block;
    background: #fff;
    border: 1px solid #94420d;
    -webkit-box-shadow: 0 0 40px -10px rgba(37, 45, 51, .5);
    box-shadow: 0 0 40px -10px rgba(37, 45, 51, .5)
}

.animated .cp-os-click .select-options {
    -webkit-animation: show .15s 3.1s, hide .15s 3.9s;
    animation: show .15s 3.1s, hide .15s 3.9s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.animated .cp-os-click .select-icon span, .animated .cp-os-click .select-icon span:before {
    -webkit-transition: all ease .15s 3.9s;
    transition: all ease .15s 3.9s
}

.mobile-size .animated .cp-os-click {
    -webkit-transition: all ease .15s 3.5s;
    transition: all ease .15s 3.5s
}

.mobile-size .animated .cp-os-click .select-options {
    -webkit-animation: show .15s 3.5s, hide .15s 4.5s;
    animation: show .15s 3.5s, hide .15s 4.5s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.mobile-size .animated .cp-os-click .select-icon span, .mobile-size .animated .cp-os-click .select-icon span:before {
    -webkit-transition: all ease .15s 4.4s;
    transition: all ease .15s 4.4s
}

.animated .cp-os-click .select-options > li:first-child {
    -webkit-transition: all ease .15s 3.5s;
    transition: all ease .15s 3.5s
}

.animated .cp-os-click .select-options > li:first-child {
    color: #94420d
}

.animated .cp-os-click .select-icon span {
    opacity: 1
}

.animated .cp-os-click .select-icon span:before {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.mobile-size .animated .cp-os-click .select-options > li:first-child {
    -webkit-transition: all ease .15s 4.3s;
    transition: all ease .15s 4.3s
}

.animated .cp-package-click {
    -webkit-transition: all ease .15s 5s;
    transition: all ease .15s 5s
}

.animated .cp-package-click {
    border-color: #94420d
}

.mobile-size .animated .cp-package-click {
    -webkit-transition: all ease .15s 6s
}

.animated .cp-checkbox-click, .animated .cp-checkbox-click:before {
    -webkit-transition: all ease .15s 6.2s;
    transition: all ease .15s 6.2s
}

.animated .cp-checkbox-click:before {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.animated .cp-checkbox-click {
    border-color: #94420d;
    background-color: #94420d
}

.mobile-size .animated .cp-checkbox-click {
    -webkit-transition: all ease .15s 9.4s;
    transition: all ease .15s 9.4s
}

.cp-instance-input {
    position: relative;
    color: #999;
    overflow: hidden;
    border: 1px solid #dcdee0
}

.cp-instance-input .form-control {
    white-space: nowrap;
    border-width: 0
}

.cp-instance-name {
    position: absolute;
    top: 7px;
    left: 10px;
    display: block;
    width: 160px;
    background: #fff;
    color: #616366;
    overflow: hidden
}

.cp-instance-name > span {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 200px;
    height: 100%;
    background: #fff
}

.animated .cp-instance-input .form-control {
    -webkit-animation: borderColor .15s 7.5s;
    animation: borderColor .15s 7.5s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.animated .cp-instance-name > span {
    -webkit-animation: typing 1.5s steps(36, end) 7.6s;
    animation: typing 1.5s steps(36, end) 7.6s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.mobile-size .animated .cp-instance-input .form-control {
    -webkit-animation: borderColor .15s 11.5s;
    animation: borderColor .15s 11.5s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.mobile-size .animated .cp-instance-name > span {
    -webkit-animation: typing 1.5s steps(36, end) 11.8s;
    animation: typing 1.5s steps(36, end) 11.8s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

@-webkit-keyframes typing {
    from {
        width: 200px
    }
    to {
        width: 0
    }
}

@keyframes typing {
    from {
        width: 200px
    }
    to {
        width: 0
    }
}

@-webkit-keyframes borderColor {
    from {
        border-color: #e6e9eb
    }
    to {
        border-color: #94420d
    }
}

@keyframes borderColor {
    from {
        border-color: #e6e9eb
    }
    to {
        border-color: #94420d
    }
}

.mobile-size .animated .cp-summary-btn {
    -webkit-animation: click .15s 13.2s;
    animation: click .15s 13.2s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.animated .cp-server-deploying {
    -webkit-animation: show .5s 10s, hide .5s 12s;
    animation: show .5s 10s, hide .5s 12s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.animated .cp-progress-bar {
    -webkit-animation: load 2s 10s;
    animation: load 2s 10s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.mobile-size .animated .cp-server-deploying {
    -webkit-animation: show .5s 13.4s, hide .5s 15.4s;
    animation: show .5s 13.4s, hide .5s 15.4s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.mobile-size .animated .cp-progress-bar {
    -webkit-animation: load 2s 13.4s;
    animation: load 2s 13.4s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

@-webkit-keyframes show {
    0% {
        opacity: 0;
        visibility: hidden
    }
    100% {
        opacity: 1;
        visibility: visible
    }
}

@keyframes show {
    0% {
        opacity: 0;
        visibility: hidden
    }
    100% {
        opacity: 1;
        visibility: visible
    }
}

@-webkit-keyframes hide {
    0% {
        opacity: 1;
        visibility: visible
    }
    100% {
        opacity: 0;
        visibility: hidden
    }
}

@keyframes hide {
    0% {
        opacity: 1;
        visibility: visible
    }
    100% {
        opacity: 0;
        visibility: hidden
    }
}

@-webkit-keyframes load {
    0% {
        width: 0
    }
    100% {
        width: 154px
    }
}

@keyframes load {
    0% {
        width: 0
    }
    100% {
        width: 154px
    }
}

@-webkit-keyframes click {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
    50% {
        background: #cd9304;
        -webkit-transform: scale3d(.8, .8, .8);
        transform: scale3d(.8, .8, .8)
    }
    100% {
        background: #94420d;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes click {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
    50% {
        background: #cd9304;
        -webkit-transform: scale3d(.8, .8, .8);
        transform: scale3d(.8, .8, .8)
    }
    100% {
        background: #94420d;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes cursorTap {
    0% {
        opacity: 1;
        -webkit-transform: scale(0);
        transform: scale(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes cursorMove {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    100% {
        -webkit-transform: translate3d(200px, -100px, 0);
        transform: translate3d(200px, -100px, 0)
    }
}

@keyframes cursorMove2 {
    0% {
        -webkit-transform: translate3d(200px, -100px, 0);
        transform: translate3d(200px, -100px, 0)
    }
    100% {
        -webkit-transform: translate3d(-70px, 90px, 0);
        transform: translate3d(-70px, 90px, 0)
    }
}

@keyframes cursorMove3 {
    0% {
        -webkit-transform: translate3d(-70px, 90px, 0);
        transform: translate3d(-70px, 90px, 0)
    }
    100% {
        -webkit-transform: translate3d(-370px, 70px, 0);
        transform: translate3d(-370px, 70px, 0)
    }
}

@keyframes cursorMove4 {
    0% {
        -webkit-transform: translate3d(-370px, 70px, 0);
        transform: translate3d(-370px, 70px, 0)
    }
    100% {
        -webkit-transform: translate3d(-420px, 90px, 0);
        transform: translate3d(-420px, 90px, 0)
    }
}

@keyframes cursorMove5 {
    0% {
        -webkit-transform: translate3d(-420px, 90px, 0);
        transform: translate3d(-420px, 90px, 0)
    }
    100% {
        -webkit-transform: translate3d(-200px, -20px, 0);
        transform: translate3d(-200px, -20px, 0)
    }
}

@keyframes cursorMove6 {
    0% {
        -webkit-transform: translate3d(-200px, -20px, 0);
        transform: translate3d(-200px, -20px, 0)
    }
    100% {
        -webkit-transform: translate3d(-460px, 40px, 0);
        transform: translate3d(-460px, 40px, 0)
    }
}

@keyframes cursorMove7 {
    0% {
        -webkit-transform: translate3d(-460px, 40px, 0);
        transform: translate3d(-460px, 40px, 0)
    }
    100% {
        -webkit-transform: translate3d(-300px, 280px, 0);
        transform: translate3d(-300px, 280px, 0)
    }
}

@keyframes cursorMove8 {
    0% {
        -webkit-transform: translate3d(-300px, 280px, 0);
        transform: translate3d(-300px, 280px, 0)
    }
    100% {
        -webkit-transform: translate3d(150px, 360px, 0);
        transform: translate3d(150px, 360px, 0)
    }
}

@keyframes contentMove {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    100% {
        -webkit-transform: translate3d(0, -200px, 0);
        transform: translate3d(0, -200px, 0)
    }
}

@keyframes contentMove2 {
    0% {
        -webkit-transform: translate3d(0, -200px, 0);
        transform: translate3d(0, -200px, 0)
    }
    100% {
        -webkit-transform: translate3d(0, -600px, 0);
        transform: translate3d(0, -600px, 0)
    }
}

@keyframes contentMove3 {
    0% {
        -webkit-transform: translate3d(0, -600px, 0);
        transform: translate3d(0, -600px, 0)
    }
    100% {
        -webkit-transform: translate3d(0, -980px, 0);
        transform: translate3d(0, -980px, 0)
    }
}

@keyframes contentMove4 {
    0% {
        -webkit-transform: translate3d(0, -980px, 0);
        transform: translate3d(0, -980px, 0)
    }
    100% {
        -webkit-transform: translate3d(0, -1110px, 0);
        transform: translate3d(0, -1110px, 0)
    }
}

@keyframes mobileContentMove {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    100% {
        -webkit-transform: translate3d(0, -150px, 0);
        transform: translate3d(0, -150px, 0)
    }
}

@keyframes mobileContentMove2 {
    0% {
        -webkit-transform: translate3d(0, -150px, 0);
        transform: translate3d(0, -150px, 0)
    }
    100% {
        -webkit-transform: translate3d(0, -450px, 0);
        transform: translate3d(0, -450px, 0)
    }
}

@keyframes mobileContentMove3 {
    0% {
        -webkit-transform: translate3d(0, -450px, 0);
        transform: translate3d(0, -450px, 0)
    }
    100% {
        -webkit-transform: translate3d(0, -1200px, 0);
        transform: translate3d(0, -1200px, 0)
    }
}

@keyframes mobileContentMove4 {
    0% {
        -webkit-transform: translate3d(0, -1200px, 0);
        transform: translate3d(0, -1200px, 0)
    }
    100% {
        -webkit-transform: translate3d(0, -2700px, 0);
        transform: translate3d(0, -2700px, 0)
    }
}

@keyframes mobileContentMove5 {
    0% {
        -webkit-transform: translate3d(0, -2700px, 0);
        transform: translate3d(0, -2700px, 0)
    }
    100% {
        -webkit-transform: translate3d(0, -2950px, 0);
        transform: translate3d(0, -2950px, 0)
    }
}

@keyframes mobileCursorMove {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    100% {
        -webkit-transform: translate3d(85px, 15px, 0);
        transform: translate3d(85px, 15px, 0)
    }
}

@keyframes mobileCursorMove2 {
    0% {
        -webkit-transform: translate3d(85px, 15px, 0);
        transform: translate3d(85px, 15px, 0)
    }
    100% {
        -webkit-transform: translate3d(20px, 150px, 0);
        transform: translate3d(20px, 150px, 0)
    }
}

@keyframes mobileCursorMove3 {
    0% {
        -webkit-transform: translate3d(20px, 150px, 0);
        transform: translate3d(20px, 150px, 0)
    }
    100% {
        -webkit-transform: translate3d(-40px, 115px, 0);
        transform: translate3d(-40px, 115px, 0)
    }
}

@keyframes mobileCursorMove4 {
    0% {
        -webkit-transform: translate3d(-40px, 115px, 0);
        transform: translate3d(-40px, 115px, 0)
    }
    100% {
        -webkit-transform: translate3d(-40px, 135px, 0);
        transform: translate3d(-40px, 135px, 0)
    }
}

@keyframes mobileCursorMove5 {
    0% {
        -webkit-transform: translate3d(-40px, 135px, 0);
        transform: translate3d(-40px, 135px, 0)
    }
    100% {
        -webkit-transform: translate3d(-60px, 0, 0);
        transform: translate3d(-60px, 0, 0)
    }
}

@keyframes mobileCursorMove6 {
    0% {
        -webkit-transform: translate3d(-60px, 0, 0);
        transform: translate3d(-60px, 0, 0)
    }
    100% {
        -webkit-transform: translate3d(20px, 120px, 0);
        transform: translate3d(20px, 120px, 0)
    }
}

@keyframes mobileCursorMove7 {
    0% {
        -webkit-transform: translate3d(20px, 120px, 0);
        transform: translate3d(20px, 120px, 0)
    }
    100% {
        -webkit-transform: translate3d(20px, 210px, 0);
        transform: translate3d(20px, 210px, 0)
    }
}

.success_message, .success_message a {
    color: #5ba65f;
    border-color: #66bb6a
}

.warning_message, .warning_message a {
    color: #fca426;
    border-color: #fca426
}

.error_message, .error_message a {
    color: #e53935;
    border-color: #ff4d4a
}

.promo_message, .promo_message a {
    color: #5ba65f;
    border-color: #66bb6a
}

.info_message, .info_message a {
    color: #94420d;
    border-color: #54aaff
}

.resolved_message, .resolved_message a {
    color: grey;
    border-color: #909090
}

.freetrial_message, .freetrial_message a {
    color: #94420d;
    border-color: #54aaff
}

.error_message, .freetrial_message, .info_message, .promo_message, .resolved_message, .success_message, .warning_message {
    position: relative;
    font-size: 15px;
    max-width: 1290px;
    margin: 0 auto 30px auto;
    padding: 10px 24px 10px 10px;
    text-align: left;
    border-radius: 5px;
    border-width: 1px;
    border-style: solid
}

.error_message a, .freetrial_message a, .info_message a, .promo_message a, .resolved_message a, .success_message a, .warning_message a {
    text-decoration: underline
}

.notice_close {
    cursor: pointer;
    position: absolute;
    right: 4px;
    top: 5px;
    font-size: 22px;
    padding: 5px 12px
}

.notice_close::before {
    content: "\f136";
    font-family: Material-Design-Iconic-Font;
    opacity: .6
}

.dev_badge {
    display: inline-block;
    border-radius: 3px;
    background-color: #ff3b3b;
    color: #fff;
    font-size: .9em;
    font-weight: 700;
    padding: 0 4px
}

.dev_warning {
    font-weight: 700;
    font-size: 24px;
    color: red;
    border: 2px dashed red;
    text-align: center;
    padding: 4px
}

.btn-lg {
    overflow: hidden
}

.actions.multi > a.btn {
    margin: 0 8px 8px 0
}

.actions.multi > .btn + .btn:not(.btn-block) {
    margin: 0 8px 8px 0
}

.page-banner-null {
    padding-bottom: 0;
    padding-top: 100px
}

.form-group.buttonalign {
    margin: 0;
    line-height: 50px
}

.flag-null {
    background-position: -162px -36px
}

.m-t-h2 {
    margin-top: 84px
}

.banner-breadcrumbs ul > li > span {
    color: #fc3;
    display: block;
    font-size: 16px;
    height: 100%;
    line-height: 18px;
    margin: 0 12px;
    padding: 30px 12px;
    text-transform: capitalize;
    white-space: normal
}

.banner-breadcrumbs ul > li.active > span {
    color: #fff
}

@media (max-width: 991px) {
    .browser-analytics {
        width: 238px;
        height: 152px;
        background-repeat: no-repeat
    }
}

@media (max-width: 299px) {
    .navbar-header .navbar-login {
        display: none
    }
}

select.form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(/igc/Images/arrow.png);
    background-repeat: no-repeat;
    background-position: 100% 50%;
    background-size: 30px 50px;
    cursor: pointer
}

.page-section.no-border {
    border-width: 0
}

.file_hidden {
    width: .1px;
    height: .1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1
}

.textleft {
    text-align: left
}

.textright {
    text-align: right
}

.textcenter {
    text-align: center
}

.textunderline {
    text-decoration: underline
}

hr.hr10 {
    height: 10px;
    border: none;
    margin: 0;
    padding: 0;
    width: 100%
}

hr.hr15 {
    height: 15px;
    border: none;
    margin: 0;
    padding: 0;
    width: 100%
}

hr.hr20 {
    height: 20px;
    border: none;
    margin: 0;
    padding: 0;
    width: 100%
}

hr.hr30 {
    height: 30px;
    border: none;
    margin: 0;
    padding: 0;
    width: 100%
}

hr.hr50 {
    height: 50px;
    border: none;
    margin: 0;
    padding: 0;
    width: 100%
}

.w100p {
    width: 100%
}

.mw100p {
    max-width: 100%
}

.block_message {
    background-color: #fff;
    padding: 16px 0
}

.base_message {
    color: #616366;
    box-sizing: border-box;
    width: 100%;
    font-size: 15px;
    line-height: 25px;
    margin: 0 auto 10px auto;
    padding: 15px;
    text-align: left;
    border: 1px solid #000;
    border-radius: 5px;
    overflow: hidden
}

.success_message {
    color: #5ba65f;
    border-color: #66bb6a
}

.warning_message {
    color: #fca426;
    border-color: #ffb13d
}

.error_message {
    color: #e53935;
    border-color: #ff4d4a
}

.info_message {
    color: #94420d;
    border-color: #54aaff
}

.package > .package-header > .gv {
    display: none
}

.package.great_value > .package-header {
    background-color: #94420d;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    position: relative
}

.package.great_value > .package-header > .gv {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    background-image: url(/igc/Images/great_value.png);
    width: 92px;
    height: 70px;
    opacity: .9
}

.package.great_value > .package-header > h3 {
    color: #fff
}

.package.great_value > .package-header > span {
    color: #fff
}

.package.discount > .package-header > h3 {
    color: #000
}

.package.discount > .package-header > span {
    color: #fca426
}

.discount_tag, .package.discount > .package-header .discount_tag {
    position: absolute;
    display: block;
    left: 0;
    top: -9px;
    width: 100%;
    z-index: 1;
    text-align: center;
    padding: 0;
    font-size: 0;
    z-index: 1000
}

.discount_tag > span, .package.discount > .package-header .discount_tag > span {
    display: inline-block;
    background-color: #fca426;
    color: #fff;
    font-size: 11px;
    font-weight: 600;
    height: 17px;
    line-height: 17px;
    padding: 0 20px
}

.post > .post-avatar {
    display: none
}

@media (max-width: 767px) {
    .post-header {
        padding-left: 0
    }
}

@media (min-width: 768px) {
    .post {
        padding-left: 0
    }
}

.news_recent_item {
    margin-bottom: 8px
}

.news_recent_button {
    width: 100%;
    margin-bottom: 8px;
    position: relative
}

.news_content img {
    max-width: 100%
}

@media (min-width: 768px) {
    .vat_table {
        max-width: 50%
    }
}

#speedtest_type {
    display: inline-block;
    width: 100px;
    margin-left: 4px
}

@media (max-width: 767px) {
    .speedtest_table .btn-lg {
        margin-bottom: 4px
    }
}

.speedtest_table {
    margin-top: -20px
}

.toggle-button {
    background-color: #cd9304;
    border-radius: 20px;
    border: 2px solid #cd9304;
    height: 25px;
    cursor: pointer;
    width: 60px;
    position: relative;
    top: 9px;
    display: inline-block;
    user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -moz-user-select: none
}

.toggle-button button {
    cursor: pointer;
    outline: 0;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 100%;
    width: 25px;
    height: 25px;
    background-color: #fff;
    float: left;
    margin: -2px 0 0 -2px;
    border: 2px solid #cd9304;
    transition: left .3s
}

.toggle-button-selected {
    background-color: #cd9304;
    border: 2px solid #cd9304
}

.toggle-button-selected button {
    left: 35px;
    top: 0;
    margin: -2px 0 0 -2px;
    border: 2px solid #cd9304;
    width: 25px;
    height: 25px;
    box-shadow: 0 0 4px rgba(0, 0, 0, .1)
}

#ipv4label {
    color: #fff;
    font-weight: 700;
    position: relative;
    left: -35px
}

#ipv6label {
    color: #fff;
    font-weight: 700;
    position: relative;
    left: -54px
}

@media (max-width: 767px) {
    address {
        margin-left: auto;
        margin-right: auto;
        width: 13em
    }
}

.nav-responsive > ul > li.dropdown.header {
    margin-top: 8px;
    margin-bottom: 8px
}

@media (max-width: 767px) {
    .nav-responsive > ul > li.dropdown.header {
        padding-left: 24px
    }
}

pre code {
    white-space: pre-line
}

.json_example .string {
    color: green
}

.json_example .number {
    color: #ff8c00
}

.json_example .boolean {
    color: #00f
}

.json_example .null {
    color: #ff00ff
}

.json_example .key {
    color: red
}

.docs-title a, a.docs-title {
    color: #fff;
    transition: none
}

.docs-title a:hover, a.docs-title:hover {
    color: #fff;
    transition: none
}

.docs-freetrial {
    display: block;
    width: 100%;
    padding: 16px 0;
    background-color: #4cae4c;
    text-align: center
}

.docs-freetrial > span {
    font-weight: 700;
    font-size: 22px;
    color: #fff
}

.docs-contribute .container {
    padding-top: 40px;
    border-top: 1px solid #edf0f2
}

@media (min-width: 768px) {
    .banner-search {
        width: 450px
    }
}

.doc_container {
    padding: 0 20px
}

.article_list > li a {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.docs-panel-block {
    width: 100%
}

.doc_tag {
    display: inline-block;
    height: 28px;
    line-height: 28px;
    border-radius: 3px;
    color: #fff;
    background-color: #1e88e4;
    padding: 0 10px;
    white-space: nowrap;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    margin: 0 0 8px 6px
}

.doc_tag:active, .doc_tag:hover, .doc_tag:link, .doc_tag:visited {
    color: #fff
}

.doc_header {
    border-bottom: 1px solid #edf0f2;
    margin-bottom: 16px;
    padding: 0 0 6px 0
}

.doc_header h1 {
    margin: 0 0 8px 0
}

.doc_header > div {
    margin-bottom: 8px
}

.doc_footer > div {
    font-size: 14px;
    font-style: italic;
    margin-top: 24px;
    padding: 0
}

.doc_content {
    font-family: Raleway, Helvetica, Arial, sans-serif
}

.doc_content {
    font-size: 15px;
    font-weight: 300;
    font-style: normal;
    line-height: 25px;
    color: #616366;
    margin: 0 0 17px 0;
    padding: 0
}

.doc_content h1 {
    font-size: 28px;
    font-weight: 500;
    font-style: normal;
    line-height: 34px;
    color: #363b40;
    margin: 25px 0 25px 0;
    padding: 0
}

.doc_content h2 {
    font-size: 28px;
    font-weight: 500;
    font-style: normal;
    line-height: 34px;
    color: #363b40;
    margin: 25px 0 25px 0;
    padding: 0
}

.doc_content h3 {
    font-size: 20px;
    font-weight: 500;
    font-style: normal;
    line-height: 28px;
    color: #363b40;
    margin: 25px 0 25px 0;
    padding: 0
}

.doc_content h4 {
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    line-height: 22px;
    color: #363b40;
    margin: 18px 0 18px 0;
    padding: 0
}

.doc_content h5 {
    font-size: 15px;
    font-weight: 700;
    font-style: normal;
    line-height: 22px;
    color: #363b40;
    margin: 18px 0 18px 0;
    padding: 0
}

.doc_content h6 {
    font-size: 14px;
    font-weight: 700;
    font-style: normal;
    line-height: 20px;
    color: #363b40;
    margin: 18px 0 18px 0;
    padding: 0
}

.doc_content h6.s1 {
    font-size: 13px;
    font-weight: 700;
    font-style: normal;
    line-height: 20px;
    color: #363b40;
    margin: 18px 0 18px 0;
    padding: 0
}

.doc_content p {
    font-size: 15px;
    font-weight: 300;
    font-style: normal;
    line-height: 25px;
    color: #616366;
    margin: 0 0 17px 0;
    padding: 0
}

.doc_content ul {
    list-style: disc;
    padding-left: 40px
}

.doc_content ol {
    padding-left: 40px
}

.doc_content blockquote {
    font-size: 14px;
    margin: 0 0 20px 0;
    padding: 10px 20px;
    border-left: 5px solid #eee
}

.doc_content blockquote > p {
    font-size: 14px
}

.doc_content code {
    font-family: Consolas, Menlo, Monaco, monospace, serif
}

.doc_content code {
    font-size: .9em;
    background-color: #f9f2f4;
    color: #c7254e;
    border-width: 0;
    border-radius: 3px;
    padding: 2px 4px
}

.doc_content p code {
    font-size: 13px
}

.doc_content pre {
    font-size: 13px;
    line-height: 1.25em;
    background-color: #f9f2f4;
    color: #c7254e;
    border-width: 0;
    border-radius: 3px;
    padding: 6px 10px;
    overflow: auto
}

.doc_content pre code {
    font-size: 13px;
    border-width: 0;
    padding: 0
}

.doc_content pre {
    padding: 0 10px;
    background-color: #f9f2f4;
    background: linear-gradient(to bottom, #f9f2f4 0, #f9f2f4 1.25em, #fffbfb 1.25em, #fffbfb 2.5em);
    background: -webkit-linear-gradient(to bottom, #f9f2f4 0, #f9f2f4 1.25em, #fffbfb 1.25em, #fffbfb 2.5em);
    background-size: 100% 2.5em;
    border: 1px solid #f9f2f4
}

.doc_content pre code {
    background-color: transparent
}

.doc_content a {
    color: #94420d;
    text-decoration: none
}

.doc_content a:hover {
    color: #cd9304;
    text-decoration: none
}

.doc_content a img {
    border: none
}

.doc_content hr {
    height: 0;
    margin: 35px 0;
    border-width: 0;
    border-top: solid 1px #eee
}

.doc_content img {
    max-width: 100%
}

.doc_content table {
    width: 100%
}

.doc_content table > thead > tr > th {
    font-size: 12px;
    padding: 4px 3px;
    font-weight: 700;
    color: #9da2a6
}

.doc_content table > tbody > tr > td {
    font-size: 14px;
    padding: 4px 3px
}

.doc_content table {
    border: 1px solid #edeff2
}

.doc_content table > tbody > tr > td, .doc_content table > tbody > tr > th, .doc_content table > tfoot > tr > td, .doc_content table > tfoot > tr > th, .doc_content table > thead > tr > td, .doc_content table > thead > tr > th {
    border: 1px solid #edeff2
}

.doc_content table > thead > tr > td, .doc_content table > thead > tr > th {
    border-bottom-width: 1px
}

.doc_content kbd {
    font-size: .9em;
    background-color: #f9f2f4;
    color: #616366;
    border: 1px solid #616366;
    border-radius: 3px;
    padding: 2px 6px;
    margin: 0 2px;
    box-shadow: none
}

.doc_content .archived {
    background-color: transparent;
    padding: 15px;
    margin-bottom: 17px;
    border: 1px solid #fca426;
    border-radius: 5px
}

.doc_content .archived > :nth-child(1) {
    color: #fca426;
    margin: 0;
    margin-bottom: 15px
}

.doc_content .archived > :nth-child(2) {
    color: #e07e00;
    margin: 0
}

.doc_content .port {
    background-color: transparent;
    color: #616366;
    padding: 15px;
    margin-bottom: 17px;
    border: 1px solid #54aaff;
    border-radius: 5px;
    font-weight: 700
}

.tab-content .preview_text {
    width: 100%;
    height: 500px;
    margin: 0
}

.tab-content .preview_html {
    width: 100%;
    height: 500px;
    margin: 0;
    overflow: scroll
}

.tab-content .preview_spin {
    width: 100%;
    height: 500px;
    margin: 0;
    position: relative
}

.location-map-title {
    position: relative;
    z-index: 1
}

@media (min-width: 768px) {
    .location-map-title {
        margin-bottom: 32px
    }
}

@media (min-width: 992px) {
    .location-map-title {
        margin-bottom: 64px
    }
}

@media (max-width: 433px) {
    .develop-trademark {
        margin-left: -10px
    }

    .develop-trademark:after {
        content: "\a";
        white-space: pre
    }
}

@media (max-width: 615px) {
    .image-vultr-team, img[src*=private_dedicated_cloud] {
        width: 100%
    }
}

.panel-calculator-block .row .control-label {
    height: 20px;
    overflow: hidden;
    margin-top: 8px;
    margin-bottom: 0;
    white-space: nowrap
}

.panel-calculator-block .row .control-label > span {
    vertical-align: middle
}

@media (min-width: 768px) {
    .panel-subheader {
        margin: 0;
        height: 50px;
        line-height: 50px
    }
}

.legal-simple {
    font-size: 14px;
    color: #262626
}

.error-404sm {
    font-weight: 700;
    font-size: 64px
}

@media (max-width: 767px) {
    .error-404 {
        display: none
    }
}

@media (min-width: 768px) {
    .error-404sm {
        display: none
    }
}

.aspect_div_560_400 {
    width: 100%;
    max-width: 560px;
    max-height: 400px;
    margin: 0 auto
}

.aspect_div_560_400 > div {
    width: 100%;
    padding-bottom: 71%;
    position: relative;
    margin: 0
}

.image-reliability-sm .server-lg {
    left: 36%;
    top: 0;
    width: 28%;
    height: 48%;
    position: absolute;
    z-index: 2;
    background-size: 100% 100%
}

.image-reliability-sm .server-left {
    left: 0;
    top: 48%;
    width: 16%;
    height: 28%;
    position: absolute;
    z-index: 2;
    background-size: 100% 100%
}

.image-reliability-sm .server-right {
    left: 82%;
    top: 48%;
    width: 16%;
    height: 28%;
    position: absolute;
    z-index: 2;
    background-size: 100% 100%
}

.image-reliability-sm .server-center {
    left: 42%;
    top: 68%;
    width: 16%;
    height: 28%;
    position: absolute;
    z-index: 2;
    background-size: 100% 100%
}

.image-reliability-sm .lock {
    left: 60%;
    top: 60%;
    width: 51%;
    height: 50%;
    position: absolute;
    background-size: 100% 100%
}

.image-reliability-sm .line-server-top {
    left: 9%;
    top: 23%;
    width: 80%;
    position: absolute;
    z-index: 1;
    background-size: 100% 100%
}

.image-reliability-sm .line-server-left {
    left: 9%;
    top: 23%;
    height: 36%;
    position: absolute;
    z-index: 1;
    background-size: 100% 100%
}

.image-reliability-sm .line-server-right {
    left: 89%;
    top: 23%;
    height: 36%;
    position: absolute;
    z-index: 1;
    background-size: 100% 100%
}

.image-reliability-sm .line-server-center {
    left: 50%;
    top: 23%;
    height: 55%;
    position: absolute;
    z-index: 1;
    background-size: 100% 100%
}

@media (max-width: 767px) {
    .image-reliability-sm {
        display: block
    }

    .image-reliability {
        display: none
    }
}

@media (min-width: 768px) {
    .image-reliability-sm {
        display: none
    }

    .image-reliability {
        display: block
    }
}

.partner-logos {
    text-align: center;
    width: 100%
}

.partner-logos div {
    display: inline-block;
    vertical-align: middle;
    text-align: center
}

.partner-logos div img {
    opacity: .5;
    max-width: 100%
}

@media (max-width: 767px) {
    .partner-logos div {
        display: block;
        margin: 32px 0
    }
}

@media (min-width: 768px) {
    .partner-logos div {
        margin: 32px 16px;
        max-width: 14%
    }
}

.loggedout_vcenter {
    position: absolute;
    top: 50%;
    width: 100%;
    margin-top: -220px
}

img.param_icon {
    height: 14px;
    width: 14px;
    margin-left: 26px
}

@media only screen and (min-device-width: 320px) and (max-device-width: 667px) {
    img.param_icon {
        height: 20px;
        width: auto
    }

    .password_parameters_label {
        font-size: 14px
    }
}

@media only screen and (min-device-width: 375px) and (max-device-width: 667px) {
    img.param_icon {
        margin-left: 3px
    }
}

@media only screen and (min-device-width: 414px) and (max-device-width: 736px) {
    img.param_icon {
        margin-left: 13px
    }
}

.password_parameters_label {
    position: relative;
    top: 1px
}

#password_parameters {
    display: none
}

#register_submit_button {
    margin-top: 15px
}

#password_error {
    display: none;
    background-color: #fff;
    color: #e53935;
    border-color: #ff4d4a;
    color: #616366;
    box-sizing: border-box;
    width: 100%;
    font-size: 15px;
    line-height: 25px;
    margin: 0 auto 10px auto;
    padding: 15px;
    text-align: left;
    border: 1px solid red;
    border-radius: 5px;
    overflow: hidden
}

input[name=password1] {
    cursor: pointer
}

@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (orientation: portrait) {
    .app-banner span {
        display: none
    }

    .app-banner a {
        position: relative;
        text-align: left
    }

    .app-banner {
        font-size: 11px;
        text-align: left
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (orientation: portrait) {
    .app-banner span {
        display: none
    }

    .app-banner a {
        position: relative;
        text-align: left
    }

    .app-banner {
        font-size: 13px;
        text-align: left
    }

    .app-banner button {
        display: none
    }
}

.app-banner {
    position: fixed;
    top: -40px;
    left: 0;
    right: 0;
    z-index: 9999;
    height: 40px;
    width: 100%;
    padding: 7px 0;
    background-color: #fca426;
    color: #fff;
    -webkit-transition: ease all .5s
}

.banner-visible .app-banner {
    -webkit-box-shadow: 0 5px 20px -5px rgba(37, 45, 51, .2);
    box-shadow: 0 5px 20px -5px rgba(37, 45, 51, .2)
}

.banner-visible {
    transform: translate3d(0, 40px, 0)
}

.app-banner .container {
    position: relative
}

.app-banner .btn {
    position: absolute;
    right: 45px;
    top: -10px;
    color: #fff
}

.app-banner .btn > i, .app-banner a {
    color: rgba(255, 255, 255, .7)
}

.app-banner .btn:hover > i, .app-banner a:hover {
    color: #fff
}

.browser .promo-label {
    display: block;
    position: absolute;
    top: -100px;
    right: -100px;
    z-index: 1009;
    height: 200px;
    width: 200px;
    padding: 140px 40px 0 40px;
    font-size: 15px;
    line-height: 22px;
    text-align: center;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .15);
    box-shadow: 0 0 20px rgba(0, 0, 0, .15)
}

.browser .promo-label:hover {
    color: #fff
}

.browser .promo-label > span {
    display: block;
    font-size: 20px;
    font-weight: 700;
    line-height: 22px;
    text-transform: uppercase
}

.orange-gradient, .panel-orange-gradient {
    color: #fff;
    border-color: transparent !important;
    background: #026fce;
    background: linear-gradient(45deg, #f28713 1%, #fc9e23 64%, #fcad23 97%);
    background-image: -ms-linear-gradient(45deg, #f28713 1%, #fc9e23 64%, #fcad23 97%);
    background-image: -moz-linear-gradient(45deg, #f28713 1%, #fc9e23 64%, #fcad23 97%);
    background-image: -o-linear-gradient(45deg, #f28713 1%, #fc9e23 64%, #fcad23 97%);
    background-image: -webkit-linear-gradient(45deg, #f28713 1%, #94420d 64%, #fcad23 97%);
    background-image: linear-gradient(45deg, #f28713 1%, #fc9e23 64%, #fcad23 97%);
    background-size: 102% 102%;
    background-position: -1px
}

.package.active .form-control, .panel-blue .form-control, .panel-blue-gradient .form-control, .panel-orange-gradient .form-control {
    border-color: transparent;
    background: rgba(0, 0, 0, .2);
    color: #fff
}

.panel-orange .input-icon i, .panel-orange-gradient .display-title, .panel-orange-gradient .input-icon i {
    color: rgba(255, 255, 255, .8)
}

.panel-blue .panel-title, .panel-blue-gradient .display-2, .panel-blue-gradient .panel-title, .panel-orange-gradient .panel-title, a.panel-blue, a.panel-blue-gradient {
    color: #fff
}

.promo-badge2 {
    display: block;
    position: absolute;
    top: 13px;
    right: -42px;
    height: 52px;
    width: 162px;
    background: url(/igc/Images/badge2.svg) no-repeat;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    color: #fff;
    padding: 10px;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    line-height: 14px
}

.promo-badge2 > div {
    font-size: 18px
}

@media only screen and (min-device-width: 320px) and (max-device-width: 736px) {
    .hide_on_mobile {
        display: none
    }
}

@media only screen and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3) and (orientation: landscape) {
    .container, .location-map {
        padding: constant(safe-area-inset-top) constant(safe-area-inset-right) constant(safe-area-inset-bottom) constant(safe-area-inset-left)
    }

    .banner-tabs .tabs-mobile-slider.nav-tabs li.active a:after, .banner-tabs .tabs-mobile-slider.nav-tabs li.active span:after {
        content: "" !important
    }

    .banner-tabs .nav-tabs > li.active > a:after, .banner-tabs .nav-tabs > li.active > span:after {
        content: "" !important
    }

    .col-sm-3 {
        width: 50% !important
    }
}

.pagination li {
    float: left;
    width: 30px;
    list-style: none
}
