@import url(//fonts.googleapis.com/css?family=Roboto+Condensed:300italic,400italic,700italic,400,700,300|Roboto);
/* ! normalize.css v3.0.0 | MIT License | git.io/normalize */
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}
body {
    margin: 0
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, 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: transparent
}
a:active, a:hover {
    outline: 0
}
abbr[title] {
    border-bottom: 1px dotted
}
b, strong {
    font-weight: bold
}
dfn {
    font-style: italic
}
h1 {
    font-size: 2em;
    margin: .67em 0
}
mark {
    background: #ff0;
    color: #000
}
small {
    font-size: 80%
}
sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}
sup {
    top: -0.5em
}
sub {
    bottom: -0.25em
}
img {
    border: 0
}
svg:not(:root) {
    overflow: hidden
}
figure {
    margin: 1em 40px
}
hr {
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0
}
pre {
    overflow: auto
}
code, kbd, pre, samp {
    font-family: monospace, monospace;
    font-size: 1em
}
button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0
}
button {
    overflow: visible
}
button, select {
    text-transform: none
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer
}
button[disabled], html input[disabled] {
    cursor: default
}
button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 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-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: .35em .625em .75em
}
legend {
    border: 0;
    padding: 0
}
textarea {
    overflow: auto
}
optgroup {
    font-weight: bold
}
table {
    border-collapse: collapse;
    border-spacing: 0
}
td, th {
    padding: 0
}
@media print {
    *{text-shadow: none !important;
      color: #000 !important;
      background: transparent !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^="javascript:"]:after, a[href^="#"]:after {
        content: ""
    }
    pre, blockquote {
        border: 1px solid #999;
        page-break-inside: avoid
    }
    thead {
        display: table-header-group
    }
    tr, img {
        page-break-inside: avoid
    }
    img {
        max-width: 100% !important
    }
    p, h2, h3 {
        orphans: 3;
        widows: 3
    }
    h2, h3 {
        page-break-after: avoid
    }
    select {
        background: #fff !important
    }
    .navbar {
        display: none
    }
    .table td, .table th {
        background-color: #fff !important
    }
    .btn>.caret, .dropup>.btn>.caret {
        border-top-color: #000 !important
    }
    .label {
        border: 1px solid #000
    }
    .table {
        border-collapse: collapse !important
    }
    .table-bordered th, .table-bordered td {
        border: 1px solid #ddd !important
    }
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
*:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
html {
    font-size: 62.5%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}
body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1.4rem;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff
}
input, button, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}
a {
    color: #428bca;
    text-decoration: none
}
a:hover, a:focus {
    color: #2a6496;
    text-decoration: underline
}
a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}
figure {
    margin: 0
}
img {
    vertical-align: middle
}
.img-responsive {
    display: block;
    max-width: 100%;
    height: auto
}
.img-rounded {
    border-radius: 6px
}
.img-thumbnail {
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto
}
.img-circle {
    border-radius: 50%
}
hr {
    margin-top: 2rem;
    margin-bottom: 2rem;
    border: 0;
    border-top: 1px solid #eee
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}
code, kbd, pre, samp {
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace
}
code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    white-space: nowrap;
    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, 0.25);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25)
}
pre {
    display: block;
    padding: .5rem;
    margin: 0 0 1rem;
    font-size: .4rem;
    line-height: 1.42857143;
    word-break: break-all;
    word-wrap: break-word;
    color: #333;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px
}
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 {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}
@media (min-width:768px) {
    .container {
        width: 750px
    }
}
@media (min-width:992px) {
    .container {
        width: 970px
    }
}
@media (min-width:1200px) {
    .container {
        width: 1170px
    }
}
.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}
.row {
    margin-left: -15px;
    margin-right: -15px
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    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 {
    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: 0
}
.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: 0
}
.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 (min-width:768px) {
    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
        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 {
        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: 0
    }
    .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: 0
    }
    .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-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        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 {
        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: 0
    }
    .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: 0
    }
    .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-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
        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: 0
    }
    .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: 0
    }
    .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 {
    max-width: 100%;
    background-color: transparent
}
th {
    text-align: left
}
.table {
    width: 100%;
    margin-bottom: 2rem
}
.table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd
}
.table>thead>tr>th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd
}
.table>caption+thead>tr:first-child>th, .table>colgroup+thead>tr:first-child>th, .table>thead:first-child>tr:first-child>th, .table>caption+thead>tr:first-child>td, .table>colgroup+thead>tr:first-child>td, .table>thead:first-child>tr:first-child>td {
    border-top: 0
}
.table>tbody+tbody {
    border-top: 2px solid #ddd
}
.table .table {
    background-color: #fff
}
.table-condensed>thead>tr>th, .table-condensed>tbody>tr>th, .table-condensed>tfoot>tr>th, .table-condensed>thead>tr>td, .table-condensed>tbody>tr>td, .table-condensed>tfoot>tr>td {
    padding: 5px
}
.table-bordered {
    border: 1px solid #ddd
}
.table-bordered>thead>tr>th, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>tbody>tr>td, .table-bordered>tfoot>tr>td {
    border: 1px solid #ddd
}
.table-bordered>thead>tr>th, .table-bordered>thead>tr>td {
    border-bottom-width: 2px
}
.table-striped>tbody>tr:nth-child(odd)>td, .table-striped>tbody>tr:nth-child(odd)>th {
    background-color: #f9f9f9
}
.table-hover>tbody>tr:hover>td, .table-hover>tbody>tr:hover>th {
    background-color: #f5f5f5
}
table col[class*="col-"] {
    position: static;
    float: none;
    display: table-column
}
table td[class*="col-"], table th[class*="col-"] {
    position: static;
    float: none;
    display: table-cell
}
.table>thead>tr>td.active, .table>tbody>tr>td.active, .table>tfoot>tr>td.active, .table>thead>tr>th.active, .table>tbody>tr>th.active, .table>tfoot>tr>th.active, .table>thead>tr.active>td, .table>tbody>tr.active>td, .table>tfoot>tr.active>td, .table>thead>tr.active>th, .table>tbody>tr.active>th, .table>tfoot>tr.active>th {
    background-color: #f5f5f5
}
.table-hover>tbody>tr>td.active:hover, .table-hover>tbody>tr>th.active:hover, .table-hover>tbody>tr.active:hover>td, .table-hover>tbody>tr.active:hover>th {
    background-color: #e8e8e8
}
.table>thead>tr>td.success, .table>tbody>tr>td.success, .table>tfoot>tr>td.success, .table>thead>tr>th.success, .table>tbody>tr>th.success, .table>tfoot>tr>th.success, .table>thead>tr.success>td, .table>tbody>tr.success>td, .table>tfoot>tr.success>td, .table>thead>tr.success>th, .table>tbody>tr.success>th, .table>tfoot>tr.success>th {
    background-color: #dff0d8
}
.table-hover>tbody>tr>td.success:hover, .table-hover>tbody>tr>th.success:hover, .table-hover>tbody>tr.success:hover>td, .table-hover>tbody>tr.success:hover>th {
    background-color: #d0e9c6
}
.table>thead>tr>td.info, .table>tbody>tr>td.info, .table>tfoot>tr>td.info, .table>thead>tr>th.info, .table>tbody>tr>th.info, .table>tfoot>tr>th.info, .table>thead>tr.info>td, .table>tbody>tr.info>td, .table>tfoot>tr.info>td, .table>thead>tr.info>th, .table>tbody>tr.info>th, .table>tfoot>tr.info>th {
    background-color: #d9edf7
}
.table-hover>tbody>tr>td.info:hover, .table-hover>tbody>tr>th.info:hover, .table-hover>tbody>tr.info:hover>td, .table-hover>tbody>tr.info:hover>th {
    background-color: #c4e3f3
}
.table>thead>tr>td.warning, .table>tbody>tr>td.warning, .table>tfoot>tr>td.warning, .table>thead>tr>th.warning, .table>tbody>tr>th.warning, .table>tfoot>tr>th.warning, .table>thead>tr.warning>td, .table>tbody>tr.warning>td, .table>tfoot>tr.warning>td, .table>thead>tr.warning>th, .table>tbody>tr.warning>th, .table>tfoot>tr.warning>th {
    background-color: #fcf8e3
}
.table-hover>tbody>tr>td.warning:hover, .table-hover>tbody>tr>th.warning:hover, .table-hover>tbody>tr.warning:hover>td, .table-hover>tbody>tr.warning:hover>th {
    background-color: #faf2cc
}
.table>thead>tr>td.danger, .table>tbody>tr>td.danger, .table>tfoot>tr>td.danger, .table>thead>tr>th.danger, .table>tbody>tr>th.danger, .table>tfoot>tr>th.danger, .table>thead>tr.danger>td, .table>tbody>tr.danger>td, .table>tfoot>tr.danger>td, .table>thead>tr.danger>th, .table>tbody>tr.danger>th, .table>tfoot>tr.danger>th {
    background-color: #f2dede
}
.table-hover>tbody>tr>td.danger:hover, .table-hover>tbody>tr>th.danger:hover, .table-hover>tbody>tr.danger:hover>td, .table-hover>tbody>tr.danger:hover>th {
    background-color: #ebcccc
}
@media (max-width:767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 1.5rem;
        overflow-y: hidden;
        overflow-x: scroll;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd;
        -webkit-overflow-scrolling: touch
    }
    .table-responsive>.table {
        margin-bottom: 0
    }
    .table-responsive>.table>thead>tr>th, .table-responsive>.table>tbody>tr>th, .table-responsive>.table>tfoot>tr>th, .table-responsive>.table>thead>tr>td, .table-responsive>.table>tbody>tr>td, .table-responsive>.table>tfoot>tr>td {
        white-space: nowrap
    }
    .table-responsive>.table-bordered {
        border: 0
    }
    .table-responsive>.table-bordered>thead>tr>th:first-child, .table-responsive>.table-bordered>tbody>tr>th:first-child, .table-responsive>.table-bordered>tfoot>tr>th:first-child, .table-responsive>.table-bordered>thead>tr>td:first-child, .table-responsive>.table-bordered>tbody>tr>td:first-child, .table-responsive>.table-bordered>tfoot>tr>td:first-child {
        border-left: 0
    }
    .table-responsive>.table-bordered>thead>tr>th:last-child, .table-responsive>.table-bordered>tbody>tr>th:last-child, .table-responsive>.table-bordered>tfoot>tr>th:last-child, .table-responsive>.table-bordered>thead>tr>td:last-child, .table-responsive>.table-bordered>tbody>tr>td:last-child, .table-responsive>.table-bordered>tfoot>tr>td:last-child {
        border-right: 0
    }
    .table-responsive>.table-bordered>tbody>tr:last-child>th, .table-responsive>.table-bordered>tfoot>tr:last-child>th, .table-responsive>.table-bordered>tbody>tr:last-child>td, .table-responsive>.table-bordered>tfoot>tr:last-child>td {
        border-bottom: 0
    }
}
fieldset {
    padding: 0;
    margin: 0;
    border: 0;
    min-width: 0
}
legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 2rem;
    font-size: 2.1rem;
    line-height: inherit;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5
}
label {
    display: inline-block;
    margin-bottom: 5px;
    font-weight: bold
}
input[type="search"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
input[type="radio"], input[type="checkbox"] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal
}
input[type="file"] {
    display: block
}
input[type="range"] {
    display: block;
    width: 100%
}
select[multiple], select[size] {
    height: auto
}
input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}
output {
    display: block;
    padding-top: 7px;
    font-size: 1.4rem;
    line-height: 1.42857143;
    color: #555
}
.form-control {
    display: block;
    width: 100%;
    height: 16rem;
    padding: 6px 12px;
    font-size: 1.4rem;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}
.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6)
}
.form-control::-moz-placeholder {
    color: #999;
    opacity: 1
}
.form-control:-ms-input-placeholder {
    color: #999
}
.form-control::-webkit-input-placeholder {
    color: #999
}
.form-control::-webkit-input-placeholder {
    color: #aaa
}
.form-control:-moz-placeholder {
    color: #aaa
}
.form-control::-moz-placeholder {
    color: #aaa
}
.form-control:-ms-input-placeholder {
    color: #aaa
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    cursor: not-allowed;
    background-color: #eee;
    opacity: 1
}
textarea.form-control {
    height: auto
}
input[type="search"] {
    -webkit-appearance: none
}
input[type="date"] {
    line-height: 16rem
}
.form-group {
    margin-bottom: 15px
}
.radio, .checkbox {
    display: block;
    min-height: 2rem;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 20px
}
.radio label, .checkbox label {
    display: inline;
    font-weight: normal;
    cursor: pointer
}
.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
    float: left;
    margin-left: -20px
}
.radio+.radio, .checkbox+.checkbox {
    margin-top: -5px
}
.radio-inline, .checkbox-inline {
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: normal;
    cursor: pointer
}
.radio-inline+.radio-inline, .checkbox-inline+.checkbox-inline {
    margin-top: 0;
    margin-left: 10px
}
input[type="radio"][disabled], input[type="checkbox"][disabled], .radio[disabled], .radio-inline[disabled], .checkbox[disabled], .checkbox-inline[disabled], fieldset[disabled] input[type="radio"], fieldset[disabled] input[type="checkbox"], fieldset[disabled] .radio, fieldset[disabled] .radio-inline, fieldset[disabled] .checkbox, fieldset[disabled] .checkbox-inline {
    cursor: not-allowed
}
.input-sm {
    height: 13rem;
    padding: 5px 10px;
    font-size: 1.19rem;
    line-height: 1.5;
    border-radius: 3px
}
select.input-sm {
    height: 13rem;
    line-height: 13rem
}
textarea.input-sm, select[multiple].input-sm {
    height: auto
}
.input-lg {
    height: 25rem;
    padding: 10px 16px;
    font-size: 1.75rem;
    line-height: 1.33;
    border-radius: 6px
}
select.input-lg {
    height: 25rem;
    line-height: 25rem
}
textarea.input-lg, select[multiple].input-lg {
    height: auto
}
.has-feedback {
    position: relative
}
.has-feedback .form-control {
    padding-right: 20rem
}
.has-feedback .form-control-feedback {
    position: absolute;
    top: 7rem;
    right: 0;
    display: block;
    width: 16rem;
    height: 16rem;
    line-height: 16rem;
    text-align: center
}
.has-success .help-block, .has-success .control-label, .has-success .radio, .has-success .checkbox, .has-success .radio-inline, .has-success .checkbox-inline {
    color: #3c763d
}
.has-success .form-control {
    border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)
}
.has-success .form-control:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168
}
.has-success .input-group-addon {
    color: #3c763d;
    border-color: #3c763d;
    background-color: #dff0d8
}
.has-success .form-control-feedback {
    color: #3c763d
}
.has-warning .help-block, .has-warning .control-label, .has-warning .radio, .has-warning .checkbox, .has-warning .radio-inline, .has-warning .checkbox-inline {
    color: #8a6d3b
}
.has-warning .form-control {
    border-color: #8a6d3b;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)
}
.has-warning .form-control:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b
}
.has-warning .input-group-addon {
    color: #8a6d3b;
    border-color: #8a6d3b;
    background-color: #fcf8e3
}
.has-warning .form-control-feedback {
    color: #8a6d3b
}
.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline {
    color: #a94442
}
.has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)
}
.has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483
}
.has-error .input-group-addon {
    color: #a94442;
    border-color: #a94442;
    background-color: #f2dede
}
.has-error .form-control-feedback {
    color: #a94442
}
.form-control-static {
    margin-bottom: 0
}
.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373
}
@media (min-width:768px) {
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }
    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }
    .form-inline .input-group>.form-control {
        width: 100%
    }
    .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle
    }
    .form-inline .radio, .form-inline .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        padding-left: 0;
        vertical-align: middle
    }
    .form-inline .radio input[type="radio"], .form-inline .checkbox input[type="checkbox"] {
        float: none;
        margin-left: 0
    }
    .form-inline .has-feedback .form-control-feedback {
        top: 0
    }
}
.form-horizontal .control-label, .form-horizontal .radio, .form-horizontal .checkbox, .form-horizontal .radio-inline, .form-horizontal .checkbox-inline {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 7px
}
.form-horizontal .radio, .form-horizontal .checkbox {
    min-height: 9rem
}
.form-horizontal .form-group {
    margin-left: -15px;
    margin-right: -15px
}
.form-horizontal .form-control-static {
    padding-top: 7px
}
@media (min-width:768px) {
    .form-horizontal .control-label {
        text-align: right
    }
}
.form-horizontal .has-feedback .form-control-feedback {
    top: 0;
    right: 15px
}
.nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none
}
.nav>li {
    position: relative;
    display: block
}
.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px
}
.nav>li>a:hover, .nav>li>a:focus {
    text-decoration: none;
    background-color: #eee
}
.nav>li.disabled>a {
    color: #999
}
.nav>li.disabled>a:hover, .nav>li.disabled>a:focus {
    color: #999;
    text-decoration: none;
    background-color: transparent;
    cursor: not-allowed
}
.nav .open>a, .nav .open>a:hover, .nav .open>a:focus {
    background-color: #eee;
    border-color: #428bca
}
.nav .nav-divider {
    height: 1px;
    margin: 0 0;
    overflow: hidden;
    background-color: #e5e5e5
}
.nav>li>a>img {
    max-width: none
}
.nav-tabs {
    border-bottom: 1px solid #ddd
}
.nav-tabs>li {
    float: left;
    margin-bottom: -1px
}
.nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0
}
.nav-tabs>li>a:hover {
    border-color: #eee #eee #ddd
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
    color: #555;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    cursor: default
}
.nav-tabs.nav-justified {
    width: 100%;
    border-bottom: 0
}
.nav-tabs.nav-justified>li {
    float: none
}
.nav-tabs.nav-justified>li>a {
    text-align: center;
    margin-bottom: 5px
}
.nav-tabs.nav-justified>.dropdown .dropdown-menu {
    top: auto;
    left: auto
}
@media (min-width:768px) {
    .nav-tabs.nav-justified>li {
        display: table-cell;
        width: 1%
    }
    .nav-tabs.nav-justified>li>a {
        margin-bottom: 0
    }
}
.nav-tabs.nav-justified>li>a {
    margin-right: 0;
    border-radius: 4px
}
.nav-tabs.nav-justified>.active>a, .nav-tabs.nav-justified>.active>a:hover, .nav-tabs.nav-justified>.active>a:focus {
    border: 1px solid #ddd
}
@media (min-width:768px) {
    .nav-tabs.nav-justified>li>a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0
    }
    .nav-tabs.nav-justified>.active>a, .nav-tabs.nav-justified>.active>a:hover, .nav-tabs.nav-justified>.active>a:focus {
        border-bottom-color: #fff
    }
}
.nav-pills>li {
    float: left
}
.nav-pills>li>a {
    border-radius: 4px
}
.nav-pills>li+li {
    margin-left: 2px
}
.nav-pills>li.active>a, .nav-pills>li.active>a:hover, .nav-pills>li.active>a:focus {
    color: #fff;
    background-color: #428bca
}
.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 {
    text-align: center;
    margin-bottom: 5px
}
.nav-justified>.dropdown .dropdown-menu {
    top: auto;
    left: auto
}
@media (min-width:768px) {
    .nav-justified>li {
        display: table-cell;
        width: 1%
    }
    .nav-justified>li>a {
        margin-bottom: 0
    }
}
.nav-tabs-justified {
    border-bottom: 0
}
.nav-tabs-justified>li>a {
    margin-right: 0;
    border-radius: 4px
}
.nav-tabs-justified>.active>a, .nav-tabs-justified>.active>a:hover, .nav-tabs-justified>.active>a:focus {
    border: 1px solid #ddd
}
@media (min-width:768px) {
    .nav-tabs-justified>li>a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0
    }
    .nav-tabs-justified>.active>a, .nav-tabs-justified>.active>a:hover, .nav-tabs-justified>.active>a:focus {
        border-bottom-color: #fff
    }
}
.tab-content>.tab-pane {
    display: none
}
.tab-content>.active {
    display: block
}
.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0
}
.modal-open {
    overflow: hidden
}
.modal {
    display: none;
    overflow: auto;
    overflow-y: scroll;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0
}
.modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out
}
.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0)
}
.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px
}
.modal-content {
    position: relative;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    outline: none
}
.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000
}
.modal-backdrop.fade {
    zoom: 1;
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0
}
.modal-backdrop.in {
    opacity: .5;
    zoom: 1;
    filter: alpha(opacity=50);
    -webkit-opacity: 0.5;
    -moz-opacity: 0.5;
    opacity: 0.5
}
.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    min-height: 16.42857143px
}
.modal-header .close {
    margin-top: -2px
}
.modal-title {
    margin: 0;
    line-height: 1.42857143
}
.modal-body {
    position: relative;
    padding: 20px
}
.modal-footer {
    margin-top: 15px;
    padding: 19px 20px 20px;
    text-align: right;
    border-top: 1px solid #e5e5e5
}
.modal-footer .btn+.btn {
    margin-left: 5px;
    margin-bottom: 0
}
.modal-footer .btn-group .btn+.btn {
    margin-left: -1px
}
.modal-footer .btn-block+.btn-block {
    margin-left: 0
}
@media (min-width:768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto
    }
    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5)
    }
    .modal-sm {
        width: 300px
    }
}
@media (min-width:992px) {
    .modal-lg {
        width: 900px
    }
}
.clearfix:before, .clearfix:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after, .form-horizontal .form-group:before, .form-horizontal .form-group:after, .nav:before, .nav:after, .modal-footer:before, .modal-footer:after {
    content: " ";
    display: table
}
.clearfix:after, .container:after, .container-fluid:after, .row:after, .form-horizontal .form-group:after, .nav:after, .modal-footer:after {
    clear: both
}
.clearfix:before, .clearfix:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after, .form-horizontal .form-group:before, .form-horizontal .form-group:after, .nav:before, .nav:after, .modal-footer:before, .modal-footer:after {
    content: " ";
    display: table
}
.clearfix:after, .container:after, .container-fluid:after, .row:after, .form-horizontal .form-group:after, .nav:after, .modal-footer:after {
    clear: both
}
.center-block {
    display: block;
    margin-left: auto;
    margin-right: 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;
    visibility: hidden !important
}
.affix {
    position: fixed
}
@-ms-viewport {
    width: device-width
}
.visible-xs, .visible-sm, .visible-md, .visible-lg {
    display: none !important
}
@media (max-width:767px) {
    .visible-xs {
        display: block !important
    }
    table.visible-xs {
        display: table
    }
    tr.visible-xs {
        display: table-row !important
    }
    th.visible-xs, td.visible-xs {
        display: table-cell !important
    }
}
@media (min-width:768px) and (max-width:991px) {
    .visible-sm {
        display: block !important
    }
    table.visible-sm {
        display: table
    }
    tr.visible-sm {
        display: table-row !important
    }
    th.visible-sm, td.visible-sm {
        display: table-cell !important
    }
}
@media (min-width:992px) and (max-width:1199px) {
    .visible-md {
        display: block !important
    }
    table.visible-md {
        display: table
    }
    tr.visible-md {
        display: table-row !important
    }
    th.visible-md, td.visible-md {
        display: table-cell !important
    }
}
@media (min-width:1200px) {
    .visible-lg {
        display: block !important
    }
    table.visible-lg {
        display: table
    }
    tr.visible-lg {
        display: table-row !important
    }
    th.visible-lg, td.visible-lg {
        display: table-cell !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
    }
    tr.visible-print {
        display: table-row !important
    }
    th.visible-print, td.visible-print {
        display: table-cell !important
    }
}
@media print {
    .hidden-print {
        display: none !important
    }
}
.gradien-primary {
    background-color: #16a085;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiMwMWIwYTQiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzA0NzU2NyIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
    background-image: -webkit-linear-gradient(top, #01b0a4, #047567);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#01b0a4), to(#047567));
    background-image: linear-gradient(to bottom, #01b0a4, #047567)
}
.gradien-second {
    background-color: #e18009;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMTAwJSIgeDI9IjAlIiB5Mj0iMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNlMTgwMDkiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZkYjQwMiIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
    background-image: -webkit-linear-gradient(bottom, #e18009, #fdb402);
    background-image: -webkit-gradient(linear, left bottom, left top, from(#e18009), to(#fdb402));
    background-image: linear-gradient(to top, #e18009, #fdb402);
    border-color: rgba(198, 114, 11, 0.6)
}
.gradien-third {
    background-color: #01b0a4;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiMzMzMzMzMiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzFmMWYxZiIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
    background-image: -webkit-linear-gradient(top, #333333 64%, #1f1f1f);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(64%, #333333), to(#1f1f1f));
    background-image: linear-gradient(to bottom, #333333 64%, #1f1f1f)
}
.icon-gradien {
    background-color: #d38b33;
    -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2), inset 0 2px rgba(255, 255, 255, 0.3);
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2), inset 0 2px rgba(255, 255, 255, 0.3);
    border: solid 1px #d77b09;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNmZGI0MDIiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2UxODAwOSIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
    background-image: -webkit-linear-gradient(top, #fdb402, #e18009);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fdb402), to(#e18009));
    background-image: linear-gradient(to bottom, #fdb402, #e18009)
}
.background-base {
    background-color: #fff
}
.background-primary {
    background-color: #036
}
.background-second {
    background-color: #499ec0
}
.background-third {
    background-color: #191a1b
}
.background-extra {
    background-color: #f1f1f1
}
.color-base {
    color: #000
}
.color-primary {
    color: #333
}
.color-second {
    color: #666
}
.color-third {
    color: #999
}
.color-hover {
    color: #036
}
.radius-primary {
    border-radius: 3px
}
.border-primary {
    border: 1px solid #eee;
    border-radius: 3px
}
.line-all {
    border: 1px solid #ddd
}
.line-top {
    border-top: 1px solid #ddd
}
.line-right {
    border-right: 1px solid #ddd
}
.line-bottom {
    border-bottom: 1px solid #ddd
}
.line-left {
    border-left: 1px solid #ddd
}
@charset "UTF-8";
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}
.animated.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s
}
@-webkit-keyframes flash {
    0%, 50%, 100% {
        opacity: 1
    }
    25%, 75% {
        opacity: 0
    }
}
@keyframes flash {
    0%, 50%, 100% {
        opacity: 1
    }
    25%, 75% {
        opacity: 0
    }
}
.flash {
    -webkit-animation-name: flash;
    animation-name: flash
}
@-webkit-keyframes shake {
    0%, 100% {
        -webkit-transform: translateX(0)
    }
    10%, 30%, 50%, 70%, 90% {
        -webkit-transform: translateX(-10px)
    }
    20%, 40%, 60%, 80% {
        -webkit-transform: translateX(10px)
    }
}
@keyframes shake {
    0%, 100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    10%, 30%, 50%, 70%, 90% {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px)
    }
    20%, 40%, 60%, 80% {
        -webkit-transform: translateX(10px);
        transform: translateX(10px)
    }
}
.shake {
    -webkit-animation-name: shake;
    animation-name: shake
}
@-webkit-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -webkit-transform: translateY(0)
    }
    40% {
        -webkit-transform: translateY(-30px)
    }
    60% {
        -webkit-transform: translateY(-15px)
    }
}
@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    40% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px)
    }
    60% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px)
    }
}
.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce
}
@-webkit-keyframes tada {
    0% {
        -webkit-transform: scale(1)
    }
    10%, 20% {
        -webkit-transform: scale(.9) rotate(-3deg)
    }
    30%, 50%, 70%, 90% {
        -webkit-transform: scale(1.1) rotate(3deg)
    }
    40%, 60%, 80% {
        -webkit-transform: scale(1.1) rotate(-3deg)
    }
    100% {
        -webkit-transform: scale(1) rotate(0)
    }
}
@keyframes tada {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    10%, 20% {
        -webkit-transform: scale(.9) rotate(-3deg);
        transform: scale(.9) rotate(-3deg)
    }
    30%, 50%, 70%, 90% {
        -webkit-transform: scale(1.1) rotate(3deg);
        transform: scale(1.1) rotate(3deg)
    }
    40%, 60%, 80% {
        -webkit-transform: scale(1.1) rotate(-3deg);
        transform: scale(1.1) rotate(-3deg)
    }
    100% {
        -webkit-transform: scale(1) rotate(0);
        transform: scale(1) rotate(0)
    }
}
.tada {
    -webkit-animation-name: tada;
    animation-name: tada
}
@-webkit-keyframes swing {
    20%, 40%, 60%, 80%, 100% {
        -webkit-transform-origin: top center
    }
    20% {
        -webkit-transform: rotate(15deg)
    }
    40% {
        -webkit-transform: rotate(-10deg)
    }
    60% {
        -webkit-transform: rotate(5deg)
    }
    80% {
        -webkit-transform: rotate(-5deg)
    }
    100% {
        -webkit-transform: rotate(0deg)
    }
}
@keyframes swing {
    20% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg)
    }
    40% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }
    60% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg)
    }
    80% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg)
    }
    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}
.swing {
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    animation-name: swing
}
@-webkit-keyframes wobble {
    0% {
        -webkit-transform: translateX(0)
    }
    15% {
        -webkit-transform: translateX(-25%) rotate(-5deg)
    }
    30% {
        -webkit-transform: translateX(20%) rotate(3deg)
    }
    45% {
        -webkit-transform: translateX(-15%) rotate(-3deg)
    }
    60% {
        -webkit-transform: translateX(10%) rotate(2deg)
    }
    75% {
        -webkit-transform: translateX(-5%) rotate(-1deg)
    }
    100% {
        -webkit-transform: translateX(0)
    }
}
@keyframes wobble {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    15% {
        -webkit-transform: translateX(-25%) rotate(-5deg);
        transform: translateX(-25%) rotate(-5deg)
    }
    30% {
        -webkit-transform: translateX(20%) rotate(3deg);
        transform: translateX(20%) rotate(3deg)
    }
    45% {
        -webkit-transform: translateX(-15%) rotate(-3deg);
        transform: translateX(-15%) rotate(-3deg)
    }
    60% {
        -webkit-transform: translateX(10%) rotate(2deg);
        transform: translateX(10%) rotate(2deg)
    }
    75% {
        -webkit-transform: translateX(-5%) rotate(-1deg);
        transform: translateX(-5%) rotate(-1deg)
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}
.wobble {
    -webkit-animation-name: wobble;
    animation-name: wobble
}
@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(1)
    }
    50% {
        -webkit-transform: scale(1.1)
    }
    100% {
        -webkit-transform: scale(1)
    }
}
@keyframes pulse {
    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)
    }
}
.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse
}
@-webkit-keyframes flip {
    0% {
        -webkit-transform: perspective(400px) rotateY(0);
        -webkit-animation-timing-function: ease-out
    }
    40% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg);
        -webkit-animation-timing-function: ease-out
    }
    50% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
        -webkit-animation-timing-function: ease-in
    }
    80% {
        -webkit-transform: perspective(400px) rotateY(360deg) scale(.95);
        -webkit-animation-timing-function: ease-in
    }
    100% {
        -webkit-transform: perspective(400px) scale(1);
        -webkit-animation-timing-function: ease-in
    }
}
@keyframes flip {
    0% {
        -webkit-transform: perspective(400px) rotateY(0);
        transform: perspective(400px) rotateY(0);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    40% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg);
        transform: perspective(400px) translateZ(150px) rotateY(170deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    50% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
        transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    80% {
        -webkit-transform: perspective(400px) rotateY(360deg) scale(.95);
        transform: perspective(400px) rotateY(360deg) scale(.95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    100% {
        -webkit-transform: perspective(400px) scale(1);
        transform: perspective(400px) scale(1);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}
.flip {
    -webkit-backface-visibility: visible !important;
    -webkit-animation-name: flip;
    -moz-backface-visibility: visible !important;
    -moz-animation-name: flip;
    -o-backface-visibility: visible !important;
    -o-animation-name: flip;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flip;
    animation-name: flip
}
@-webkit-keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }
    40% {
        -webkit-transform: perspective(400px) rotateX(-10deg)
    }
    70% {
        -webkit-transform: perspective(400px) rotateX(10deg)
    }
    100% {
        -webkit-transform: perspective(400px) rotateX(0deg);
        opacity: 1
    }
}
@keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }
    40% {
        -webkit-transform: perspective(400px) rotateX(-10deg);
        transform: perspective(400px) rotateX(-10deg)
    }
    70% {
        -webkit-transform: perspective(400px) rotateX(10deg);
        transform: perspective(400px) rotateX(10deg)
    }
    100% {
        -webkit-transform: perspective(400px) rotateX(0deg);
        transform: perspective(400px) rotateX(0deg);
        opacity: 1
    }
}
.flipInX {
    -webkit-backface-visibility: visible !important;
    -webkit-animation-name: flipInX;
    -moz-backface-visibility: visible !important;
    -moz-animation-name: flipInX;
    -o-backface-visibility: visible !important;
    -o-animation-name: flipInX;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInX;
    animation-name: flipInX
}
@-webkit-keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px) rotateX(0deg);
        opacity: 1
    }
    100% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }
}
@keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px) rotateX(0deg);
        transform: perspective(400px) rotateX(0deg);
        opacity: 1
    }
    100% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }
}
.flipOutX {
    -webkit-animation-name: flipOutX;
    -webkit-backface-visibility: visible !important;
    -moz-animation-name: flipOutX;
    -moz-backface-visibility: visible !important;
    -o-animation-name: flipOutX;
    -o-backface-visibility: visible !important;
    -webkit-animation-name: flipOutX;
    animation-name: flipOutX;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important
}
@-webkit-keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        opacity: 0
    }
    40% {
        -webkit-transform: perspective(400px) rotateY(-10deg)
    }
    70% {
        -webkit-transform: perspective(400px) rotateY(10deg)
    }
    100% {
        -webkit-transform: perspective(400px) rotateY(0deg);
        opacity: 1
    }
}
@keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0
    }
    40% {
        -webkit-transform: perspective(400px) rotateY(-10deg);
        transform: perspective(400px) rotateY(-10deg)
    }
    70% {
        -webkit-transform: perspective(400px) rotateY(10deg);
        transform: perspective(400px) rotateY(10deg)
    }
    100% {
        -webkit-transform: perspective(400px) rotateY(0deg);
        transform: perspective(400px) rotateY(0deg);
        opacity: 1
    }
}
.flipInY {
    -webkit-backface-visibility: visible !important;
    -webkit-animation-name: flipInY;
    -moz-backface-visibility: visible !important;
    -moz-animation-name: flipInY;
    -o-backface-visibility: visible !important;
    -o-animation-name: flipInY;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInY;
    animation-name: flipInY
}
@-webkit-keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px) rotateY(0deg);
        opacity: 1
    }
    100% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        opacity: 0
    }
}
@keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px) rotateY(0deg);
        transform: perspective(400px) rotateY(0deg);
        opacity: 1
    }
    100% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0
    }
}
.flipOutY {
    -webkit-backface-visibility: visible !important;
    -webkit-animation-name: flipOutY;
    -moz-backface-visibility: visible !important;
    -moz-animation-name: flipOutY;
    -o-backface-visibility: visible !important;
    -o-animation-name: flipOutY;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipOutY;
    animation-name: flipOutY
}
@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}
@keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}
.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn
}
@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0)
    }
}
@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}
.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}
@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0)
    }
}
@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}
.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown
}
@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0)
    }
}
@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}
.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft
}
@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0)
    }
}
@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        transform: translateX(20px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}
.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight
}
@-webkit-keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0)
    }
}
@keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        transform: translateY(2000px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}
.fadeInUpBig {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig
}
@-webkit-keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0)
    }
}
@keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}
.fadeInDownBig {
    -webkit-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig
}
@-webkit-keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0)
    }
}
@keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}
.fadeInLeftBig {
    -webkit-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig
}
@-webkit-keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0)
    }
}
@keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}
.fadeInRightBig {
    -webkit-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig
}
@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}
@keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}
.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}
@-webkit-keyframes fadeOutUp {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-20px)
    }
}
@keyframes fadeOutUp {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px)
    }
}
.fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp
}
@-webkit-keyframes fadeOutDown {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(20px)
    }
}
@keyframes fadeOutDown {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px)
    }
}
.fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown
}
@-webkit-keyframes fadeOutLeft {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-20px)
    }
}
@keyframes fadeOutLeft {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px)
    }
}
.fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft
}
@-webkit-keyframes fadeOutRight {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(20px)
    }
}
@keyframes fadeOutRight {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        transform: translateX(20px)
    }
}
.fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight
}
@-webkit-keyframes fadeOutUpBig {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px)
    }
}
@keyframes fadeOutUpBig {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }
}
.fadeOutUpBig {
    -webkit-animation-name: fadeOutUpBig;
    animation-name: fadeOutUpBig
}
@-webkit-keyframes fadeOutDownBig {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(2000px)
    }
}
@keyframes fadeOutDownBig {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        transform: translateY(2000px)
    }
}
.fadeOutDownBig {
    -webkit-animation-name: fadeOutDownBig;
    animation-name: fadeOutDownBig
}
@-webkit-keyframes fadeOutLeftBig {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px)
    }
}
@keyframes fadeOutLeftBig {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }
}
.fadeOutLeftBig {
    -webkit-animation-name: fadeOutLeftBig;
    animation-name: fadeOutLeftBig
}
@-webkit-keyframes fadeOutRightBig {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px)
    }
}
@keyframes fadeOutRightBig {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px)
    }
}
.fadeOutRightBig {
    -webkit-animation-name: fadeOutRightBig;
    animation-name: fadeOutRightBig
}
@-webkit-keyframes bounceIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(.3)
    }
    50% {
        opacity: 1;
        -webkit-transform: scale(1.05)
    }
    70% {
        -webkit-transform: scale(.9)
    }
    100% {
        -webkit-transform: scale(1)
    }
}
@keyframes bounceIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(.3);
        transform: scale(.3)
    }
    50% {
        opacity: 1;
        -webkit-transform: scale(1.05);
        transform: scale(1.05)
    }
    70% {
        -webkit-transform: scale(.9);
        transform: scale(.9)
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}
.bounceIn {
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn
}
@-webkit-keyframes bounceInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px)
    }
    60% {
        opacity: 1;
        -webkit-transform: translateY(-30px)
    }
    80% {
        -webkit-transform: translateY(10px)
    }
    100% {
        -webkit-transform: translateY(0)
    }
}
@keyframes bounceInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        transform: translateY(2000px)
    }
    60% {
        opacity: 1;
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px)
    }
    80% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px)
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}
.bounceInUp {
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp
}
@-webkit-keyframes bounceInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px)
    }
    60% {
        opacity: 1;
        -webkit-transform: translateY(30px)
    }
    80% {
        -webkit-transform: translateY(-10px)
    }
    100% {
        -webkit-transform: translateY(0)
    }
}
@keyframes bounceInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }
    60% {
        opacity: 1;
        -webkit-transform: translateY(30px);
        transform: translateY(30px)
    }
    80% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px)
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}
.bounceInDown {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown
}
@-webkit-keyframes bounceInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px)
    }
    60% {
        opacity: 1;
        -webkit-transform: translateX(30px)
    }
    80% {
        -webkit-transform: translateX(-10px)
    }
    100% {
        -webkit-transform: translateX(0)
    }
}
@keyframes bounceInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }
    60% {
        opacity: 1;
        -webkit-transform: translateX(30px);
        transform: translateX(30px)
    }
    80% {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px)
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}
.bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft
}
@-webkit-keyframes bounceInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px)
    }
    60% {
        opacity: 1;
        -webkit-transform: translateX(-30px)
    }
    80% {
        -webkit-transform: translateX(10px)
    }
    100% {
        -webkit-transform: translateX(0)
    }
}
@keyframes bounceInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px)
    }
    60% {
        opacity: 1;
        -webkit-transform: translateX(-30px);
        transform: translateX(-30px)
    }
    80% {
        -webkit-transform: translateX(10px);
        transform: translateX(10px)
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}
.bounceInRight {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight
}
@-webkit-keyframes bounceOut {
    0% {
        -webkit-transform: scale(1)
    }
    25% {
        -webkit-transform: scale(.95)
    }
    50% {
        opacity: 1;
        -webkit-transform: scale(1.1)
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(.3)
    }
}
@keyframes bounceOut {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    25% {
        -webkit-transform: scale(.95);
        transform: scale(.95)
    }
    50% {
        opacity: 1;
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(.3);
        transform: scale(.3)
    }
}
.bounceOut {
    -webkit-animation-name: bounceOut;
    animation-name: bounceOut
}
@-webkit-keyframes bounceOutUp {
    0% {
        -webkit-transform: translateY(0)
    }
    20% {
        opacity: 1;
        -webkit-transform: translateY(20px)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px)
    }
}
@keyframes bounceOutUp {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    20% {
        opacity: 1;
        -webkit-transform: translateY(20px);
        transform: translateY(20px)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }
}
.bounceOutUp {
    -webkit-animation-name: bounceOutUp;
    animation-name: bounceOutUp
}
@-webkit-keyframes bounceOutDown {
    0% {
        -webkit-transform: translateY(0)
    }
    20% {
        opacity: 1;
        -webkit-transform: translateY(-20px)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(2000px)
    }
}
@keyframes bounceOutDown {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    20% {
        opacity: 1;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        transform: translateY(2000px)
    }
}
.bounceOutDown {
    -webkit-animation-name: bounceOutDown;
    animation-name: bounceOutDown
}
@-webkit-keyframes bounceOutLeft {
    0% {
        -webkit-transform: translateX(0)
    }
    20% {
        opacity: 1;
        -webkit-transform: translateX(20px)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px)
    }
}
@keyframes bounceOutLeft {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    20% {
        opacity: 1;
        -webkit-transform: translateX(20px);
        transform: translateX(20px)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }
}
.bounceOutLeft {
    -webkit-animation-name: bounceOutLeft;
    animation-name: bounceOutLeft
}
@-webkit-keyframes bounceOutRight {
    0% {
        -webkit-transform: translateX(0)
    }
    20% {
        opacity: 1;
        -webkit-transform: translateX(-20px)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px)
    }
}
@keyframes bounceOutRight {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    20% {
        opacity: 1;
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px)
    }
}
.bounceOutRight {
    -webkit-animation-name: bounceOutRight;
    animation-name: bounceOutRight
}
@-webkit-keyframes rotateIn {
    0% {
        -webkit-transform-origin: center center;
        -webkit-transform: rotate(-200deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: center center;
        -webkit-transform: rotate(0);
        opacity: 1
    }
}
@keyframes rotateIn {
    0% {
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(-200deg);
        transform: rotate(-200deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
}
.rotateIn {
    -webkit-animation-name: rotateIn;
    animation-name: rotateIn
}
@-webkit-keyframes rotateInUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        -webkit-transform: rotate(90deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: left bottom;
        -webkit-transform: rotate(0);
        opacity: 1
    }
}
@keyframes rotateInUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
}
.rotateInUpLeft {
    -webkit-animation-name: rotateInUpLeft;
    animation-name: rotateInUpLeft
}
@-webkit-keyframes rotateInDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        -webkit-transform: rotate(-90deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: left bottom;
        -webkit-transform: rotate(0);
        opacity: 1
    }
}
@keyframes rotateInDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
}
.rotateInDownLeft {
    -webkit-animation-name: rotateInDownLeft;
    animation-name: rotateInDownLeft
}
@-webkit-keyframes rotateInUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        -webkit-transform: rotate(-90deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: right bottom;
        -webkit-transform: rotate(0);
        opacity: 1
    }
}
@keyframes rotateInUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
}
.rotateInUpRight {
    -webkit-animation-name: rotateInUpRight;
    animation-name: rotateInUpRight
}
@-webkit-keyframes rotateInDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        -webkit-transform: rotate(90deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: right bottom;
        -webkit-transform: rotate(0);
        opacity: 1
    }
}
@keyframes rotateInDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
}
.rotateInDownRight {
    -webkit-animation-name: rotateInDownRight;
    animation-name: rotateInDownRight
}
@-webkit-keyframes rotateOut {
    0% {
        -webkit-transform-origin: center center;
        -webkit-transform: rotate(0);
        opacity: 1
    }
    100% {
        -webkit-transform-origin: center center;
        -webkit-transform: rotate(200deg);
        opacity: 0
    }
}
@keyframes rotateOut {
    0% {
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
    100% {
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(200deg);
        transform: rotate(200deg);
        opacity: 0
    }
}
.rotateOut {
    -webkit-animation-name: rotateOut;
    animation-name: rotateOut
}
@-webkit-keyframes rotateOutUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        -webkit-transform: rotate(0);
        opacity: 1
    }
    100% {
        -webkit-transform-origin: left bottom;
        -webkit-transform: rotate(-90deg);
        opacity: 0
    }
}
@keyframes rotateOutUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0
    }
}
.rotateOutUpLeft {
    -webkit-animation-name: rotateOutUpLeft;
    animation-name: rotateOutUpLeft
}
@-webkit-keyframes rotateOutDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        -webkit-transform: rotate(0);
        opacity: 1
    }
    100% {
        -webkit-transform-origin: left bottom;
        -webkit-transform: rotate(90deg);
        opacity: 0
    }
}
@keyframes rotateOutDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0
    }
}
.rotateOutDownLeft {
    -webkit-animation-name: rotateOutDownLeft;
    animation-name: rotateOutDownLeft
}
@-webkit-keyframes rotateOutUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        -webkit-transform: rotate(0);
        opacity: 1
    }
    100% {
        -webkit-transform-origin: right bottom;
        -webkit-transform: rotate(90deg);
        opacity: 0
    }
}
@keyframes rotateOutUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0
    }
}
.rotateOutUpRight {
    -webkit-animation-name: rotateOutUpRight;
    animation-name: rotateOutUpRight
}
@-webkit-keyframes rotateOutDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        -webkit-transform: rotate(0);
        opacity: 1
    }
    100% {
        -webkit-transform-origin: right bottom;
        -webkit-transform: rotate(-90deg);
        opacity: 0
    }
}
@keyframes rotateOutDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0
    }
}
.rotateOutDownRight {
    -webkit-animation-name: rotateOutDownRight;
    animation-name: rotateOutDownRight
}
@-webkit-keyframes hinge {
    0% {
        -webkit-transform: rotate(0);
        -webkit-transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out
    }
    20%, 60% {
        -webkit-transform: rotate(80deg);
        -webkit-transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out
    }
    40% {
        -webkit-transform: rotate(60deg);
        -webkit-transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out
    }
    80% {
        -webkit-transform: rotate(60deg) translateY(0);
        opacity: 1;
        -webkit-transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out
    }
    100% {
        -webkit-transform: translateY(700px);
        opacity: 0
    }
}
@keyframes hinge {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    20%, 60% {
        -webkit-transform: rotate(80deg);
        transform: rotate(80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    40% {
        -webkit-transform: rotate(60deg);
        transform: rotate(60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    80% {
        -webkit-transform: rotate(60deg) translateY(0);
        transform: rotate(60deg) translateY(0);
        opacity: 1;
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    100% {
        -webkit-transform: translateY(700px);
        transform: translateY(700px);
        opacity: 0
    }
}
.hinge {
    -webkit-animation-name: hinge;
    animation-name: hinge
}
@-webkit-keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%) rotate(-120deg)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0) rotate(0deg)
    }
}
@keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%) rotate(-120deg);
        transform: translateX(-100%) rotate(-120deg)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0) rotate(0deg);
        transform: translateX(0) rotate(0deg)
    }
}
.rollIn {
    -webkit-animation-name: rollIn;
    animation-name: rollIn
}
@-webkit-keyframes rollOut {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0) rotate(0deg)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(100%) rotate(120deg)
    }
}
@keyframes rollOut {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0) rotate(0deg);
        transform: translateX(0) rotate(0deg)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(100%) rotate(120deg);
        transform: translateX(100%) rotate(120deg)
    }
}
.rollOut {
    -webkit-animation-name: rollOut;
    animation-name: rollOut
}
@-webkit-keyframes lightSpeedIn {
    0% {
        -webkit-transform: translateX(100%) skewX(-30deg);
        opacity: 0
    }
    60% {
        -webkit-transform: translateX(-20%) skewX(30deg);
        opacity: 1
    }
    80% {
        -webkit-transform: translateX(0) skewX(-15deg);
        opacity: 1
    }
    100% {
        -webkit-transform: translateX(0) skewX(0deg);
        opacity: 1
    }
}
@keyframes lightSpeedIn {
    0% {
        -webkit-transform: translateX(100%) skewX(-30deg);
        transform: translateX(100%) skewX(-30deg);
        opacity: 0
    }
    60% {
        -webkit-transform: translateX(-20%) skewX(30deg);
        transform: translateX(-20%) skewX(30deg);
        opacity: 1
    }
    80% {
        -webkit-transform: translateX(0) skewX(-15deg);
        transform: translateX(0) skewX(-15deg);
        opacity: 1
    }
    100% {
        -webkit-transform: translateX(0) skewX(0deg);
        transform: translateX(0) skewX(0deg);
        opacity: 1
    }
}
.lightSpeedIn {
    -webkit-animation-name: lightSpeedIn;
    animation-name: lightSpeedIn;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
}
.animated.lightSpeedIn {
    -webkit-animation-duration: .5s;
    animation-duration: .5s
}
@-webkit-keyframes lightSpeedOut {
    0% {
        -webkit-transform: translateX(0) skewX(0deg);
        opacity: 1
    }
    100% {
        -webkit-transform: translateX(100%) skewX(-30deg);
        opacity: 0
    }
}
@keyframes lightSpeedOut {
    0% {
        -webkit-transform: translateX(0) skewX(0deg);
        transform: translateX(0) skewX(0deg);
        opacity: 1
    }
    100% {
        -webkit-transform: translateX(100%) skewX(-30deg);
        transform: translateX(100%) skewX(-30deg);
        opacity: 0
    }
}
.lightSpeedOut {
    -webkit-animation-name: lightSpeedOut;
    animation-name: lightSpeedOut;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
}
.animated.lightSpeedOut {
    -webkit-animation-duration: .25s;
    animation-duration: .25s
}
@-webkit-keyframes wiggle {
    0% {
        -webkit-transform: skewX(9deg)
    }
    10% {
        -webkit-transform: skewX(-8deg)
    }
    20% {
        -webkit-transform: skewX(7deg)
    }
    30% {
        -webkit-transform: skewX(-6deg)
    }
    40% {
        -webkit-transform: skewX(5deg)
    }
    50% {
        -webkit-transform: skewX(-4deg)
    }
    60% {
        -webkit-transform: skewX(3deg)
    }
    70% {
        -webkit-transform: skewX(-2deg)
    }
    80% {
        -webkit-transform: skewX(1deg)
    }
    90% {
        -webkit-transform: skewX(0deg)
    }
    100% {
        -webkit-transform: skewX(0deg)
    }
}
@keyframes wiggle {
    0% {
        -webkit-transform: skewX(9deg);
        transform: skewX(9deg)
    }
    10% {
        -webkit-transform: skewX(-8deg);
        transform: skewX(-8deg)
    }
    20% {
        -webkit-transform: skewX(7deg);
        transform: skewX(7deg)
    }
    30% {
        -webkit-transform: skewX(-6deg);
        transform: skewX(-6deg)
    }
    40% {
        -webkit-transform: skewX(5deg);
        transform: skewX(5deg)
    }
    50% {
        -webkit-transform: skewX(-4deg);
        transform: skewX(-4deg)
    }
    60% {
        -webkit-transform: skewX(3deg);
        transform: skewX(3deg)
    }
    70% {
        -webkit-transform: skewX(-2deg);
        transform: skewX(-2deg)
    }
    80% {
        -webkit-transform: skewX(1deg);
        transform: skewX(1deg)
    }
    90% {
        -webkit-transform: skewX(0deg);
        transform: skewX(0deg)
    }
    100% {
        -webkit-transform: skewX(0deg);
        transform: skewX(0deg)
    }
}
.wiggle {
    -webkit-animation-name: wiggle;
    animation-name: wiggle;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
}
.animated.wiggle {
    -webkit-animation-duration: .75s;
    animation-duration: .75s
}
.rbreadcrumb {
    color: #666
}
.rbreadcrumb:before, .rbreadcrumb:after {
    content: " ";
    display: table
}
.rbreadcrumb:after {
    clear: both
}
.rbreadcrumb:before, .rbreadcrumb:after {
    content: " ";
    display: table
}
.rbreadcrumb:after {
    clear: both
}
.rbreadcrumb:before, .rbreadcrumb:after {
    content: " ";
    display: table
}
.rbreadcrumb:after {
    clear: both
}
.rbreadcrumb:before, .rbreadcrumb:after {
    content: " ";
    display: table
}
.rbreadcrumb:after {
    clear: both
}
.rbreadcrumb li {
    float: left
}
.rbreadcrumb li:before {
    padding: 0 5px;
    color: #ccc;
    content: "/\00a0"
}
.rbreadcrumb li:first-child:before {
    display: none
}
.rbreadcrumb li a {
    height: 45px;
    line-height: 45px;
    padding-left: 15px;
    padding-right: 15px;
    text-transform: capitalize
}
.rbreadcrumb li a.active {
    color: #036
}
.rbreadcrumb li a:hover {
    color: #036
}
html {
    font-size: 62.5%;
    font-family: 'Roboto Condensed', sans-serif
}
h1 {
    font-size: 3rem
}
h2 {
    font-size: 2.8rem
}
h3 {
    font-size: 2.4rem
}
h4 {
    font-size: 2.1rem
}
h5 {
    font-size: 1.8rem
}
h6 {
    font-size: 1.6rem
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    color: #333;
    line-height: 2.8rem;
    margin-top: 0;
    margin-bottom: 0
}
small {
    font-size: 80%;
    color: #999
}
p {
    margin-top: 0;
    font-family: inherit;
    font-weight: normal;
    text-rendering: optimizeLegibility;
    margin-bottom: 10px
}
a {
    color: #008cba;
    text-decoration: none;
    color: inherit;
    cursor: pointer;
    font-size: inherit
}
a:hover {
    color: #fff;
    text-decoration: none
}
.link-primary {
    color: #f16c43;
    -webkit-transition: .3s;
    transition: .3s;
    -webkit-transition: 0.3s;
    transition: 0.3s
}
.text-capital {
    text-transform: capitalize
}
.text-upper {
    text-transform: uppercase
}
.text-lower {
    text-transform: lowercase
}
.text-title {
    font-family: 'Roboto Condensed', sans-serif;
    color: #333;
    text-transform: capitalize
}
.text-content {
    overflow: hidden
}
.text-danger {
    color: #f4eaea
}
.text-success {
    color: #edf7f1
}
.fa {
    line-height: inherit;
    font-size: inherit;
    color: inherit
}
::-moz-selection {
    background: #333;
    color: #fff
}
::selection {
    background: #333;
    color: #fff
}
::-moz-selection {
    background: #333;
    color: #fff
}
.form-wrapper {
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 15px
}
.form-wrapper:before, .form-wrapper:after {
    content: " ";
    display: table
}
.form-wrapper:after {
    clear: both
}
.form-wrapper:before, .form-wrapper:after {
    content: " ";
    display: table
}
.form-wrapper:after {
    clear: both
}
.form-wrapper:before, .form-wrapper:after {
    content: " ";
    display: table
}
.form-wrapper:after {
    clear: both
}
.form-wrapper:before, .form-wrapper:after {
    content: " ";
    display: table
}
.form-wrapper:after {
    clear: both
}
.form-wrapper .msg {
    overflow: hidden;
    display: none
}
.form-wrapper .msg .error {
    -webkit-animation: bounceInLeft 1.3s;
    animation: bounceInLeft 1.3s
}
.form-group {
    display: block;
    margin-bottom: 15px
}
.form-group:before, .form-group:after {
    content: " ";
    display: table
}
.form-group:after {
    clear: both
}
.form-group:before, .form-group:after {
    content: " ";
    display: table
}
.form-group:after {
    clear: both
}
.form-group:before, .form-group:after {
    content: " ";
    display: table
}
.form-group:after {
    clear: both
}
.form-group:before, .form-group:after {
    content: " ";
    display: table
}
.form-group:after {
    clear: both
}
.form-group label {
    display: inline-block
}
.form-group label .exp {
    font-size: 1.2rem;
    font-style: italic;
    color: #cdcdcd
}
.form-control {
    display: block;
    width: 100%;
    height: 45px;
    line-height: 1.42857143;
    padding: 6px 12px;
    font-size: 14px;
    color: #555;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 3px;
    -webkit-box-shadow: none;
    box-shadow: none
}
.form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #f16c43
}
label {
    text-transform: capitalize;
    font-weight: 700;
    margin-bottom: 10px
}
.form-inline:before, .form-inline:after {
    content: " ";
    display: table
}
.form-inline:after {
    clear: both
}
.form-inline:before, .form-inline:after {
    content: " ";
    display: table
}
.form-inline:after {
    clear: both
}
.form-inline:before, .form-inline:after {
    content: " ";
    display: table
}
.form-inline:after {
    clear: both
}
.form-inline:before, .form-inline:after {
    content: " ";
    display: table
}
.form-inline:after {
    clear: both
}
.form-inline .form-group {
    display: inline;
    float: left
}
textarea {
    min-height: 100px
}
.form-radio, .form-checkbox {
    display: block;
    min-height: 20px;
    margin-top: 10px;
    margin-bottom: 10px
}
.form-radio input, .form-checkbox input {
    float: left;
    margin-left: -20px;
    margin: 6px 4px 0 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    line-height: normal
}
.form-radio label, .form-checkbox label {
    display: inline;
    margin-bottom: 8px;
    font-weight: 400;
    cursor: pointer
}
.radio-inline:before, .checkbox-inline:before, .radio-inline:after, .checkbox-inline:after {
    content: " ";
    display: table
}
.radio-inline:after, .checkbox-inline:after {
    clear: both
}
.radio-inline:before, .checkbox-inline:before, .radio-inline:after, .checkbox-inline:after {
    content: " ";
    display: table
}
.radio-inline:after, .checkbox-inline:after {
    clear: both
}
.radio-inline:before, .checkbox-inline:before, .radio-inline:after, .checkbox-inline:after {
    content: " ";
    display: table
}
.radio-inline:after, .checkbox-inline:after {
    clear: both
}
.radio-inline:before, .checkbox-inline:before, .radio-inline:after, .checkbox-inline:after {
    content: " ";
    display: table
}
.radio-inline:after, .checkbox-inline:after {
    clear: both
}
.radio-inline .form-radio, .checkbox-inline .form-radio, .radio-inline .form-checkbox, .checkbox-inline .form-checkbox {
    margin-right: 20px;
    float: left;
    display: inline
}
@media (max-width:800px) {
    .radio-inline .form-radio, .checkbox-inline .form-radio, .radio-inline .form-checkbox, .checkbox-inline .form-checkbox {
        margin-right: 0;
        float: none;
        display: block
    }
}
.form-horizontal .form-group:before, .form-horizontal .form-group:after {
    content: " ";
    display: table
}
.form-horizontal .form-group:after {
    clear: both
}
.form-horizontal .form-group:before, .form-horizontal .form-group:after {
    content: " ";
    display: table
}
.form-horizontal .form-group:after {
    clear: both
}
.form-horizontal .form-group:before, .form-horizontal .form-group:after {
    content: " ";
    display: table
}
.form-horizontal .form-group:after {
    clear: both
}
.form-horizontal .form-group:before, .form-horizontal .form-group:after {
    content: " ";
    display: table
}
.form-horizontal .form-group:after {
    clear: both
}
.form-horizontal .form-group label {
    text-align: right;
    float: left;
    width: 33.33333333%;
    padding-left: 15px;
    padding-right: 15px
}
@media only screen and (max-width:480px) {
    .form-horizontal .form-group label {
        width: 100%
    }
}
@media only screen and (max-width:480px) {
    .form-horizontal .form-group label {
        text-align: left;
        float: left;
        width: 100%;
        padding-left: 15px;
        padding-right: 15px
    }
}
@media only screen and (max-width:480px) and only screen and (max-width:480px) {
    .form-horizontal .form-group label {
        width: 100%
    }
}
.form-horizontal .form-group .form-input {
    float: left;
    width: 66.66666667%;
    padding-left: 15px;
    padding-right: 15px
}
@media only screen and (max-width:480px) {
    .form-horizontal .form-group .form-input {
        width: 100%
    }
}
@media only screen and (max-width:480px) {
    .form-horizontal .form-group .form-input {
        float: left;
        width: 100%;
        padding-left: 15px;
        padding-right: 15px
    }
}
@media only screen and (max-width:480px) and only screen and (max-width:480px) {
    .form-horizontal .form-group .form-input {
        width: 100%
    }
}
.form-horizontal .form-group .form-submit {
    padding-right: 15px;
    padding-left: 15px
}
.form-horizontal .form-group .form-submit:before, .form-horizontal .form-group .form-submit:after {
    content: " ";
    display: table
}
.form-horizontal .form-group .form-submit:after {
    clear: both
}
.form-horizontal .form-group .form-submit:before, .form-horizontal .form-group .form-submit:after {
    content: " ";
    display: table
}
.form-horizontal .form-group .form-submit:after {
    clear: both
}
.form-horizontal .form-group .form-submit:before, .form-horizontal .form-group .form-submit:after {
    content: " ";
    display: table
}
.form-horizontal .form-group .form-submit:after {
    clear: both
}
.form-horizontal .form-group .form-submit:before, .form-horizontal .form-group .form-submit:after {
    content: " ";
    display: table
}
.form-horizontal .form-group .form-submit:after {
    clear: both
}
.form-horizontal .form-group .form-submit .btn {
    float: right
}
.form-btn:before, .form-btn:after {
    content: " ";
    display: table
}
.form-btn:after {
    clear: both
}
.form-btn:before, .form-btn:after {
    content: " ";
    display: table
}
.form-btn:after {
    clear: both
}
.form-btn:before, .form-btn:after {
    content: " ";
    display: table
}
.form-btn:after {
    clear: both
}
.form-btn:before, .form-btn:after {
    content: " ";
    display: table
}
.form-btn:after {
    clear: both
}
.form-btn .form-control {
    float: left;
    width: 200px
}
@media only screen and (min-width:768px) {
    .form-btn .form-control {
        border-bottom-right-radius: 0px;
        -webkit-border-top-right-radius: 0px;
        -webkit-background-clip: padding-box;
        -moz-border-radius-topright: 0px;
        -moz-background-clip: padding;
        border-top-right-radius: 0px;
        -webkit-background-clip: padding-box;
        background-clip: padding-box
    }
}
@media only screen and (max-width:480px) {
    .form-btn .form-control {
        width: 100% !important
    }
}
.form-btn .btn {
    float: left;
    top: -1px;
    position: relative
}
@media only screen and (min-width:768px) {
    .form-btn .btn {
        border-bottom-left-radius: 0px;
        -webkit-border-top-left-radius: 0px;
        -webkit-background-clip: padding-box;
        -moz-border-radius-topleft: 0px;
        -moz-background-clip: padding;
        border-top-left-radius: 0px;
        -webkit-background-clip: padding-box;
        background-clip: padding-box
    }
}
.form-double .form-control {
    float: left
}
.form-double .form-control.first {
    width: 100px;
    margin-bottom: 15px
}
.form-double .form-control.last {
    width: 73.7%
}
@media only screen and (max-width:480px) {
    .form-double .form-control.last {
        width: 100%
    }
}
.form-double .form-input .form-separator {
    float: left;
    margin-right: 10px;
    margin-left: 10px
}
.form-wrapper .form-caption {
    background-color: #f3f3f3;
    padding: 15px;
    border-radius: 5px;
    margin-bottom: 25px
}
.form-wrapper .form-caption a {
    display: block
}
.form-wrapper .input-caption {
    color: #999;
    padding: 5px 0
}
.form-wrapper .form-submit:before, .form-wrapper .form-submit:after {
    content: " ";
    display: table
}
.form-wrapper .form-submit:after {
    clear: both
}
.form-wrapper .form-submit:before, .form-wrapper .form-submit:after {
    content: " ";
    display: table
}
.form-wrapper .form-submit:after {
    clear: both
}
.form-wrapper .form-submit:before, .form-wrapper .form-submit:after {
    content: " ";
    display: table
}
.form-wrapper .form-submit:after {
    clear: both
}
.form-wrapper .form-submit:before, .form-wrapper .form-submit:after {
    content: " ";
    display: table
}
.form-wrapper .form-submit:after {
    clear: both
}
.form-wrapper .form-submit .btn-group {
    float: right
}
.active-primary {
    display: block
}
.deactive-primary {
    display: none
}
.hidden-primary {
    visibility: none
}
.show-primary {
    visibility: visible
}
.backtop {
    position: fixed;
    right: 15px;
    bottom: 15px;
    display: inline-block;
    color: #fff;
    width: 65px;
    height: 65px;
    line-height: 65px;
    border-radius: 100%;
    background-color: rgba(34, 34, 34, 0.6);
    text-align: center;
    font-size: 2.8rem
}
.pagination {
    padding-top: 15px;
    margin-bottom: 15px
}
.pagination:before, .pagination:after {
    content: " ";
    display: table
}
.pagination:after {
    clear: both
}
.pagination:before, .pagination:after {
    content: " ";
    display: table
}
.pagination:after {
    clear: both
}
.pagination:before, .pagination:after {
    content: " ";
    display: table
}
.pagination:after {
    clear: both
}
.pagination:before, .pagination:after {
    content: " ";
    display: table
}
.pagination:after {
    clear: both
}
.pagination .content {
    float: none !important;
    display: table;
    margin-left: auto;
    margin-right: auto
}
.pagination .content:before, .pagination .content:after {
    content: " ";
    display: table
}
.pagination .content:after {
    clear: both
}
.pagination .content:before, .pagination .content:after {
    content: " ";
    display: table
}
.pagination .content:after {
    clear: both
}
.pagination .content:before, .pagination .content:after {
    content: " ";
    display: table
}
.pagination .content:after {
    clear: both
}
.pagination .content:before, .pagination .content:after {
    content: " ";
    display: table
}
.pagination .content:after {
    clear: both
}
.pagination .content li {
    float: left
}
.pagination .content li a {
    display: inline-block;
    width: 45px;
    height: 45px;
    line-height: 45px;
    margin: 0 5px;
    border: 1px solid #ddd;
    border-radius: 3px;
    text-align: center
}
@media only screen and (max-width:480px) {
    .pagination .content li a {
        display: none
    }
}
.pagination .content li a.active {
    display: block !important;
    background-color: #f16c43;
    border-color: #f16c43;
    color: #fff
}
.pagination .content li a:hover {
    border-color: #f16c43;
    color: #f16c43
}
.pagination .next, .pagination .prev {
    display: inline-block;
    height: 45px;
    line-height: 45px;
    margin: 0 5px;
    padding: 0 15px;
    border: 1px solid #ddd;
    border-radius: 3px;
    text-align: center;
    text-transform: capitalize
}
.pagination .next {
    float: right !important
}
.pagination .prev {
    float: left !important
}
@media only screen and (max-width:480px) {
    .pagination .arrow {
        display: none
    }
}
.pagination a:hover {
    border-color: #f16c43;
    color: #f16c43
}
.pagination-round:before, .pagination-round:after {
    content: " ";
    display: table
}
.pagination-round:after {
    clear: both
}
.pagination-round:before, .pagination-round:after {
    content: " ";
    display: table
}
.pagination-round:after {
    clear: both
}
.pagination-round:before, .pagination-round:after {
    content: " ";
    display: table
}
.pagination-round:after {
    clear: both
}
.pagination-round:before, .pagination-round:after {
    content: " ";
    display: table
}
.pagination-round:after {
    clear: both
}
.pagination-round li {
    float: left
}
.pagination-round li a {
    position: relative;
    display: block;
    width: 10px;
    height: 10px;
    margin-bottom: 10px;
    text-indent: -10000px;
    background: #f00;
    border-radius: 10px;
    color: transparent
}
.btn {
    position: relative;
    z-index: 1;
    color: #fff;
    font-size: 16px;
    text-transform: capitalize;
    text-decoration: none;
    font: inherit;
    font-weight: 400;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid rgba(0, 0, 0, 0);
    white-space: nowrap;
    padding: 10px 21px;
    line-height: 1.6rem;
    border-radius: 3px;
    border: 1px solid #eee
}
.btn:hover {
    text-decoration: none;
    color: #fff
}
.btn:active {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125)
}
.btn-default {
    color: #333
}
.btn-default:hover, .btn-default:focus {
    color: #333
}
.btn-primary {
    background-color: #00D600;
    border-color: #00D600;
    color: #fff
}
.btn-primary:hover, .btn-primary:focus {
    background-color: #00BD00
}
.btn-second {
    background-color: #499ec0;
    border-color: #37819f;
    color: #fff
}
.btn-second:hover, .btn-second:focus {
    background-color: #3e91b2
}
.btn-second:after {
    background: rgba(150, 150, 150, 0.53)
}
.btn-third {
    background-color: #191a1b;
    border-color: #000001;
    color: #fff
}
.btn-third:hover, .btn-third:focus {
    background-color: #0d0d0e
}
.btn-extra {
    border-width: 2px;
    background-color: transparent
}
.btn-ghost {
    padding: 10px 20px;
    border: 1px solid #ddd;
    border-radius: 3px;
    color: #333;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 1.6rem;
    color: #fff
}
.btn-ghost:hover {
    border-color: #f16c43;
    background-color: #f16c43;
    color: #fff
}
.btn-ghost:active {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125)
}
.alert {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    border-radius: 0 3px 3px 0;
    padding: 12px 8px;
    margin-bottom: 20px;
    -webkit-animation: bounce .5s;
    animation: bounce .5s;
    -webkit-animation: bounce 0.5s;
    animation: bounce 0.5s
}
.alert a {
    text-decoration: none
}
.alert a:hover {
    text-decoration: none
}
.alert-warning {
    background-color: #f4f2e4;
    border-left: 5px solid #e5e1c0;
    color: #b9ac53
}
.alert-danger {
    background-color: #f4eaea;
    border-left: 5px solid #e2c9c9;
    color: #ae6464
}
.alert-success {
    background-color: #edf7f1;
    border-left: 5px solid #cae7d6;
    color: #60b883
}
.alert-info {
    background-color: #e9f1f4;
    border-left: 5px solid #c7dbe3;
    color: #619ab0
}
.tabs .nav-tabs {
    background-color: #f1f1f1;
    border: 1px solid #ddd;
    margin-bottom: -1px
}
.tabs .nav-tabs li {
    margin: 0
}
@media only screen and (max-width:480px) {
    .tabs .nav-tabs li {
        float: none;
        border-bottom: 1px solid #ddd
    }
}
.tabs .nav-tabs li a {
    z-index: 1;
    border: none;
    border-radius: 0;
    border-right: 1px solid #ddd;
    margin: 0;
    -webkit-transition: .5s;
    transition: .5s;
    -webkit-transition: 0.5s;
    transition: 0.5s
}
.tabs .nav-tabs li a:hover {
    border: none;
    color: #fff;
    background-color: #f16c43
}
.tabs .nav-tabs li a:hover:after {
    height: 100%
}
.tabs .nav-tabs li a:after {
    content: "";
    z-index: -1;
    position: absolute;
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.11);
    -webkit-transition: .3s;
    transition: .3s;
    -webkit-transition: 0.3s;
    transition: 0.3s
}
.tabs .nav-tabs li.active a {
    background-color: #f16c43;
    color: #fff
}
.tabs .tab-content {
    padding-top: 25px;
    border: 1px solid #ddd
}
.tabs .tab-pane {
    padding: 15px
}
.tabs-wrapper .nav-tabs li {
    text-transform: capitalize
}
.tabs-wrapper .nav-tabs li.active a {
    background-color: #499ec0;
    color: #fff
}
.tabs-wrapper .nav-tabs li.active a:hover {
    background-color: #499ec0;
    color: #fff
}
.tabs-wrapper .nav-tabs li a {
    border: 1px solid #ddd;
    border-radius: 3px 3px 0 0
}
.tabs-wrapper .tab-content .tab-pane {
    padding-top: 25px;
    padding-bottom: 25px
}
.rmodal {
    opacity: 0;
    z-index: 99999999;
    background-color: #222;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    visibility: hidden;
    -webkit-perspective: 1300px;
    perspective: 1300px
}
.rmodal.active {
    visibility: visible;
    opacity: 1
}
.rmodal.active .wrapper {
    opacity: 1;
    -webkit-transform: translateZ(0px) translateX(0%) rotateY(0deg);
    -ms-transform: translateZ(0px) translateX(0%) rotateY(0deg);
    transform: translateZ(0px) translateX(0%) rotateY(0deg)
}
.rmodal .wrapper {
    width: 800px;
    background-color: #fff;
    margin-top: 80px;
    border-radius: 3px;
    float: none !important;
    display: table;
    margin-left: auto;
    margin-right: auto;
    opacity: 0;
    -webkit-transition: .3s;
    transition: .3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: translateZ(100px) translateX(-30%) rotateY(90deg);
    -ms-transform: translateZ(100px) translateX(-30%) rotateY(90deg);
    transform: translateZ(100px) translateX(-30%) rotateY(90deg);
    -webkit-transform-origin: 0 100%;
    -ms-transform-origin: 0 100%;
    transform-origin: 0 100%
}
@media only screen and (max-width:480px) {
    .rmodal .wrapper {
        width: auto;
        margin-left: 15px;
        margin-right: 15px;
        margin-top: 15px
    }
}
.rmodal .header {
    position: relative;
    padding: 10px 15px;
    border-bottom: 1px solid #ddd;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}
.rmodal .header .close {
    position: absolute;
    display: inline-block;
    top: 10px;
    right: 15px
}
.rmodal .header .close i {
    font-size: 2.1rem
}
.rmodal .content {
    padding: 10px 15px;
    border-bottom: 1px solid #ddd
}
.rmodal .footer {
    padding: 10px 15px;
    border-top: 1px solid #fff;
    background: #f0f0f0;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px
}
.modal .modal-dialog {
    -webkit-transform: translate(0px, 125%);
    -ms-transform: translate(0px, 125%);
    transform: translate(0px, 125%)
}
.modal .modal-content {
    border: none;
    border-radius: 3px;
    -webkit-box-shadow: none;
    box-shadow: none
}
.modal .modal-body {
    border-bottom: 1px solid #ddd
}
.modal .modal-footer {
    border-top: 1px solid #fff;
    background: #f0f0f0;
    margin-top: 0;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px
}
.modal .close {
    position: absolute;
    right: 15px;
    top: 15px;
    cursor: pointer;
    color: #222;
    background-color: transparent;
    border: none
}
.modal .close i {
    font-size: 2.8rem
}
.modal .close:active {
    border: none
}
.img {
    background-color: #f0f0f0;
    position: relative;
    overflow: hidden;
    width: 100%
}
.img img {
    width: 100%;
    vertical-align: middle;
    display: block;
    position: relative;
    margin: 0 auto
}
.img-full img {
    width: 100%
}
.navbar {
    z-index: 999;
    border-bottom: 1px solid #ddd
}
.navbar .arrow i {
    -webkit-transition: .8s;
    transition: .8s;
    -webkit-transition: 0.8s;
    transition: 0.8s
}
.navbar .arrow-active i {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}
.navbar .title {
    font-family: 'Roboto Condensed', sans-serif;
    color: #333;
    text-transform: capitalize;
    font-size: 2.1rem;
    margin-left: 10px;
    position: relative;
    bottom: 6px
}
.navbar-list {
    background-color: transparent;
    position: relative
}
.navbar-list:before, .navbar-list:after {
    content: " ";
    display: table
}
.navbar-list:after {
    clear: both
}
.navbar-list:before, .navbar-list:after {
    content: " ";
    display: table
}
.navbar-list:after {
    clear: both
}
.navbar-list:before, .navbar-list:after {
    content: " ";
    display: table
}
.navbar-list:after {
    clear: both
}
.navbar-list:before, .navbar-list:after {
    content: " ";
    display: table
}
.navbar-list:after {
    clear: both
}
.navbar-list li {
    float: left;
    position: relative
}
.navbar-list li a {
    display: inline-block;
    height: 60px;
    padding-left: 20px;
    padding-right: 20px;
    line-height: 60px;
    text-align: center;
    cursor: pointer;
    text-transform: capitalize
}
.navbar-list li:hover {
    background-color: #036
}
.navbar-list li:hover a {
    color: #fff
}
.navbar-list li:hover i {
    color: #fff
}
.navbar-list li ul {
    z-index: 9999;
    display: none;
    position: absolute;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175)
}
.navbar-list li ul .arrow {
    height: 60px
}
.navbar-list li ul .arrow i {
    line-height: 60px
}
.navbar-list li ul li {
    float: none;
    background-color: #151515
}
.navbar-list li ul li a {
    height: 60px;
    line-height: 60px;
    min-width: 180px;
    text-align: left;
    color: #fff;
    white-space: nowrap;
}
.navbar-list li ul ul {
    top: 0;
    left: 100%
}
.navbar-list .arrow {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 60px;
    text-align: center;
    cursor: pointer
}
@media only screen and (max-width:789px) {
    .navbar-list .arrow {
        height: 60px;
        width: 60px;
        background-color: #d1d2d3
    }
}
.navbar-list .arrow i {
    line-height: 60px
}
.navbar-list.active {
    opacity: 1 !important
}
.navbar-responsive .navbar-list {
    z-index: 999999;
    display: none;
    float: none !important;
    -webkit-box-shadow: -1px 8px 7px rgba(0, 0, 0, 0.33);
    box-shadow: -1px 8px 7px rgba(0, 0, 0, 0.33);
    border-bottom: 1px solid #ddd;
    position: relative;
    margin-left: -15px;
    margin-right: -15px
}
.navbar-responsive .navbar-list li {
    float: none;
    display: block;
    background-color: #fff;
    border-bottom: 1px solid #d5d5d5
}
.navbar-responsive .navbar-list li a {
    color: #333;
    display: block;
    text-align: left;
    height: 60px;
    line-height: 60px
}
.navbar-responsive .navbar-list li:hover {
    background-color: #f16c43
}
.navbar-responsive .navbar-list li:hover>a {
    color: #fff
}
.navbar-responsive .navbar-list li:hover i {
    color: #222
}
.navbar-responsive .navbar-list li ul {
    border-bottom: 1px solid #eee;
    position: relative;
    -webkit-box-shadow: none;
    box-shadow: none
}
.navbar-responsive .navbar-list li ul li {
    background-color: #ebebeb
}
.navbar-responsive .navbar-list li ul li a {
    color: #222;
    height: 60px;
    line-height: 60px
}
.navbar-responsive .navbar-list li ul ul {
    position: relative;
    left: 0
}
.navbar-responsive .navbar-list li ul ul li {
    background-color: #e6e6e6
}
.navbar-responsive .navbar-list .arrow {
    height: 60px;
    width: 60px;
    background-color: #d1d2d3
}
.navbar-responsive .navbar-list .arrow i {
    color: #333;
    line-height: 60px
}
.navbar-responsive .navbar-menu {
    display: block
}
.navbar-responsive .navbar-menu .search-button {
    display: inline-block;
    margin-top: 13px;
    float: right;
    height: 26px;
    width: 26px;
    background-color: #333;
    border-radius: 3px;
    border: 1px solid #000;
    text-align: center;
    color: #fff;
    cursor: pointer
}
.navbar-responsive .navbar-menu .search-button i {
    font-size: 1.6rem
}
.navbar-responsive .search {
    display: none
}
.navbar-fixed {
    top: 0;
    left: 0;
    right: 0;
    background-color: rgba(255, 255, 255, 0.97);
    position: fixed;
    -webkit-animation: pulse .2s;
    animation: pulse .2s;
    -webkit-animation: pulse 0.2s;
    animation: pulse 0.2s
}
.navbar-fixed .logo {
    height: 60px
}
.navbar-fixed .logo img {
    width: auto;
    height: 100%
}
.navbar-fixed .navbar-list {
    background-color: transparent
}
@media only screen and (max-width:789px) {
    .navbar-fixed .navbar-list {
        background-color: #fff
    }
}
.navbar-fixed .navbar-list a {
    height: 60px;
    line-height: 60px
}
.navbar-fixed .arrow {
    height: 60px
}
.navbar-fixed .arrow i {
    line-height: 60px
}
.navbar-logo {
    float: left;
    padding-top: 10px;
    padding-bottom: 10px;
    height: 60px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
@media only screen and (max-width:789px) {
    .navbar-logo {
        display: none
    }
}
@media only screen and (max-width:789px) {
    .navbar-logo {
        height: auto;
        width: 80%
    }
}
.navbar-logo img {
    max-height: 100%;
    width: auto;
    display: block
}
@media only screen and (max-width:789px) {
    .navbar-logo img {
        width: 100%;
        height: auto
    }
}
.navbar-menu {
    display: none;
    height: 60px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 5px 15px;
    background: #f3f2ff;
    position: relative;
    margin-left: -15px;
    margin-right: -15px
}
.navbar-link {
    display: inline-block;
    margin-top: 13px;
    left: 50%;
    top: 50%;
    cursor: pointer;
    padding: 10px 35px 16px 0
}
.navbar-link span, .navbar-link span:before, .navbar-link span:after {
    cursor: pointer;
    border-radius: 1px;
    height: 5px;
    width: 35px;
    background: #222;
    position: absolute;
    display: block;
    content: '';
    -webkit-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out
}
.navbar-link span:before {
    top: -10px
}
.navbar-link span:after {
    bottom: -10px
}
.navbar-link.active span {
    background-color: transparent
}
.navbar-link.active span:before {
    top: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}
.navbar-link.active span:after {
    top: 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}
.navbar-primary .navbar-list {
    margin-top: 12px
}

@media only screen and (min-width:800px) {
    .navbar-primary {
        border: none
    }
    .navbar-primary.navbar-fixed {
        -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
        -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175)
    }
    .navbar-primary.navbar-fixed .navbar-list {
        padding-top: 0;
        margin-top: 12px
    }
    .navbar-primary .menu>ul {
        margin-top: 20px;
        float: right
    }
    .navbar-primary .menu>ul>li {
        border-radius: 5px
    }
    .navbar-primary .menu>ul>li>a {
        height: 35px;
        line-height: 35px
    }
    .navbar-primary .menu>ul>li>.arrow i {
        height: 35px;
        line-height: 35px
    }
}
.nav-vertical {
    border: 1px solid #ddd;
    border-radius: 3px;
    text-transform: capitalize
}
.nav-vertical a {
    display: block;
    height: 35px;
    line-height: 35px;
    padding-left: 15px;
    padding-right: 15px;
    -webkit-transition: .5s;
    transition: .5s;
    -webkit-transition: 0.5s;
    transition: 0.5s
}
.nav-vertical a:hover {
    color: #333;
    background-color: #f16c43;
    text-decoration: none
}
.nav-vertical a.active {
    background-color: #f16c43;
    color: #fff
}
.box-listbar:before, .box-listbar:after {
    content: " ";
    display: table
}
.box-listbar:after {
    clear: both
}
.box-listbar:before, .box-listbar:after {
    content: " ";
    display: table
}
.box-listbar:after {
    clear: both
}
.box-listbar:before, .box-listbar:after {
    content: " ";
    display: table
}
.box-listbar:after {
    clear: both
}
.box-listbar:before, .box-listbar:after {
    content: " ";
    display: table
}
.box-listbar:after {
    clear: both
}
.box-listbar a {
    float: left;
    height: 45px;
    width: 45px;
    line-height: 45px;
    border-radius: 50%;
    border: 50%;
    background-color: #00f;
    text-align: center;
    margin-right: 10px
}
.margin-top {
    margin-top: 15px
}
.margin-bottom {
    margin-bottom: 15px
}
.padding-top {
    padding-top: 15px
}
.padding-bottom {
    padding-bottom: 15px
}
.padding-side {
    padding-left: 15px;
    padding-right: 15px
}
.nopadding {
    padding: 0
}
.box-reset {
    position: relative;
    margin-left: -15px;
    margin-right: -15px
}
.box-reset-all {
    position: relative;
    margin: -15px
}
.clearfix:before, .clearfix:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after, .form-horizontal .form-group:before, .form-horizontal .form-group:after, .nav:before, .nav:after, .modal-footer:before, .modal-footer:after {
    content: " ";
    display: table
}
.clearfix:after, .container:after, .container-fluid:after, .row:after, .form-horizontal .form-group:after, .nav:after, .modal-footer:after {
    clear: both
}
.box-block:before, .box-block:after {
    content: " ";
    display: table
}
.box-block:after {
    clear: both
}
.box-block:before, .box-block:after {
    content: " ";
    display: table
}
.box-block:after {
    clear: both
}
.box-block:before, .box-block:after {
    content: " ";
    display: table
}
.box-block:after {
    clear: both
}
.box-block:before, .box-block:after {
    content: " ";
    display: table
}
.box-block:after {
    clear: both
}
.row {
    left: -15px;
    right: -15px
}
.row:before, .row:after {
    content: " ";
    display: table
}
.row:after {
    clear: both
}
.row:before, .row:after {
    content: " ";
    display: table
}
.row:after {
    clear: both
}
.row:before, .row:after {
    content: " ";
    display: table
}
.row:after {
    clear: both
}
.row:before, .row:after {
    content: " ";
    display: table
}
.row:after {
    clear: both
}
.container:before, .container:after {
    content: " ";
    display: table
}
.container:after {
    clear: both
}
.container:before, .container:after {
    content: " ";
    display: table
}
.container:after {
    clear: both
}
.container:before, .container:after {
    content: " ";
    display: table
}
.container:after {
    clear: both
}
.container:before, .container:after {
    content: " ";
    display: table
}
.container:after {
    clear: both
}
.box-tes {
    border: 1px solid #ddd
}
.center-horizontal {
    float: none !important;
    display: table;
    margin-left: auto;
    margin-right: auto
}
.box-primary>.header {
    background-color: #fff;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}
.box-primary>.content {
    padding: 15px
}
.box-primary>.footer {
    padding: 15px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px
}
.widget {
    margin-bottom: 25px
}
.widget:last-child {
    border: none
}
.widget>.header {
    position: relative;
    margin-bottom: 10px
}
.widget>.header .text-title {
    font-size: 2.4rem;
    line-height: 3.4rem;
    padding: 10px 15px 10px 0
}
.widget .nav {
    position: absolute;
    top: 13px;
    right: 15px;
    cursor: pointer
}
.widget .nav a {
    display: inline-block
}
.color-primary .widget .nav i:hover {
    -webkit-animation: bounce .2s;
    animation: bounce .2s;
    -webkit-animation: bounce 0.2s;
    animation: bounce 0.2s
}
.widget .content {
    padding: 15px
}
.widget>.footer {
    padding: 15px
}
.widget.sosmed-widget .sosmed-list {
    margin-top: -15px;
    position: relative;
    margin-left: -15px;
    margin-right: -15px
}
.widget.tag .content {
    background-color: #42c3c5
}
.widget.tag .tag a {
    color: #fff;
    background-color: #16888a;
    border: none
}
.widget.tag .tag a:hover {
    background-color: #0f5d5e
}
.widget.article .article-item {
    background-color: #f36726;
    border: none;
    margin-bottom: 15px
}
.widget.article .article-item .text-title {
    color: #fff
}
.widget.article .article-item a:hover {
    color: #fff
}
.widget.article .article-item:hover {
    background-color: #da4d0c
}
.widget.gallery-widget .content {
    background-color: #20568b
}
.widget.gallery-widget .content .img {
    margin-bottom: 25px
}
.widget.gallery-widget .content .text-title {
    color: #fff;
    font-size: 1.8rem;
    line-height: 2.8rem
}
.widget.queto-widget .content {
    background-color: #ebebeb
}
.widget.queto-widget .expert {
    color: #7c7c7c
}
.widget.queto-widget .author {
    color: #616161
}
.tag:before, .tag:after {
    content: " ";
    display: table
}
.tag:after {
    clear: both
}
.tag:before, .tag:after {
    content: " ";
    display: table
}
.tag:after {
    clear: both
}
.tag:before, .tag:after {
    content: " ";
    display: table
}
.tag:after {
    clear: both
}
.tag:before, .tag:after {
    content: " ";
    display: table
}
.tag:after {
    clear: both
}
.tag li {
    float: left;
    margin-bottom: 10px
}
.tag li a {
    display: inline-block;
    border: 1px solid #ddd;
    border-radius: 3px;
    color: #999;
    padding: 3px 15px;
    margin-right: 5px;
    -webkit-transition: .3s;
    transition: .3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    text-transform: capitalize;
    cursor: pointer
}
.tag li a i {
    margin-right: 5px
}
.tag li a:hover {
    border-color: #f16c43;
    color: #f16c43
}
ul {
    margin: 0;
    padding: 0
}
ul li {
    list-style: none
}
.list-vertical {
    color: #333
}
.list-vertical li {
    display: block;
    overflow: hidden;
    padding: 10px 15px
}
.list-horizontal:before, .list-horizontal:after {
    content: " ";
    display: table
}
.list-horizontal:after {
    clear: both
}
.list-horizontal:before, .list-horizontal:after {
    content: " ";
    display: table
}
.list-horizontal:after {
    clear: both
}
.list-horizontal:before, .list-horizontal:after {
    content: " ";
    display: table
}
.list-horizontal:after {
    clear: both
}
.list-horizontal:before, .list-horizontal:after {
    content: " ";
    display: table
}
.list-horizontal:after {
    clear: both
}
.list-horizontal li {
    list-style: none;
    float: left;
    margin-right: 5px;
    min-width: 30px;
    line-height: 30px;
    padding-left: 15px;
    padding-right: 15px;
    display: block;
    -webkit-transition: .5s;
    transition: .5s;
    -webkit-transition: 0.5s;
    transition: 0.5s
}
.list-responsive>.item {
    border-bottom: 1px dotted #ccc;
    list-style-type: none;
    padding: 0;
    margin: 0
}
.list-responsive>.item:before, .list-responsive>.item:after {
    content: " ";
    display: table
}
.list-responsive>.item:after {
    clear: both
}
.list-responsive>.item:before, .list-responsive>.item:after {
    content: " ";
    display: table
}
.list-responsive>.item:after {
    clear: both
}
.list-responsive>.item:before, .list-responsive>.item:after {
    content: " ";
    display: table
}
.list-responsive>.item:after {
    clear: both
}
.list-responsive>.item:before, .list-responsive>.item:after {
    content: " ";
    display: table
}
.list-responsive>.item:after {
    clear: both
}
.list-responsive>.item:last-child {
    border: none
}
.list-responsive>.item .title {
    float: left;
    font-weight: bold;
    padding: 5px 15px;
    padding-left: 0;
    width: 200px;
    text-transform: capitalize
}
.list-responsive>.item .value {
    float: left;
    padding: 5px 15px
}
.list-responsive div.value {
    padding: 5px 0;
}
.quote {
    background-color: #f5f5f5;
    margin-left: 15px;
    margin-bottom: 15px;
    border-left: 3px solid #f16c43;
    padding: 15px
}
.quote:before, .quote:after {
    content: " ";
    display: table
}
.quote:after {
    clear: both
}
.quote:before, .quote:after {
    content: " ";
    display: table
}
.quote:after {
    clear: both
}
.quote:before, .quote:after {
    content: " ";
    display: table
}
.quote:after {
    clear: both
}
.quote:before, .quote:after {
    content: " ";
    display: table
}
.quote:after {
    clear: both
}
.quote .icon {
    float: left;
    font-size: 2.8rem;
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    border-radius: 50%;
    color: #d8d8d8
}
@media only screen and (max-width:480px) {
    .quote .icon {
        float: none
    }
}
.quote .content {
    margin-bottom: 0;
    margin-left: 85px
}
@media only screen and (max-width:480px) {
    .quote .content {
        margin: 0
    }
}
.testimonial-list {
    padding-top: 15px;
    margin-bottom: 15px
}
.testimonial-list .testimonial-item {
    border: 1px solid #ddd;
    border-radius: 3px;
    margin-bottom: 15px
}
.testimonial-list .testimonial-item .meta {
    padding: 8px 15px;
    text-transform: capitalize
}
.testimonial-list .testimonial-item .meta:before, .testimonial-list .testimonial-item .meta:after {
    content: " ";
    display: table
}
.testimonial-list .testimonial-item .meta:after {
    clear: both
}
.testimonial-list .testimonial-item .meta:before, .testimonial-list .testimonial-item .meta:after {
    content: " ";
    display: table
}
.testimonial-list .testimonial-item .meta:after {
    clear: both
}
.testimonial-list .testimonial-item .meta:before, .testimonial-list .testimonial-item .meta:after {
    content: " ";
    display: table
}
.testimonial-list .testimonial-item .meta:after {
    clear: both
}
.testimonial-list .testimonial-item .meta:before, .testimonial-list .testimonial-item .meta:after {
    content: " ";
    display: table
}
.testimonial-list .testimonial-item .meta:after {
    clear: both
}
.testimonial-list .testimonial-item .author {
    float: right
}
.testimonial-list .testimonial-item .date {
    float: left
}
.testimonial-list .testimonial-item .content {
    padding: 15px
}
.testimonial-single .meta {
    padding: 8px 15px;
    text-transform: capitalize
}
.testimonial-single .meta:before, .testimonial-single .meta:after {
    content: " ";
    display: table
}
.testimonial-single .meta:after {
    clear: both
}
.testimonial-single .meta:before, .testimonial-single .meta:after {
    content: " ";
    display: table
}
.testimonial-single .meta:after {
    clear: both
}
.testimonial-single .meta:before, .testimonial-single .meta:after {
    content: " ";
    display: table
}
.testimonial-single .meta:after {
    clear: both
}
.testimonial-single .meta:before, .testimonial-single .meta:after {
    content: " ";
    display: table
}
.testimonial-single .meta:after {
    clear: both
}
.testimonial-single .author {
    float: right
}
.testimonial-single .date {
    float: left
}
.testimonial-single .content {
    padding: 15px
}
.login-top {
    position: relative
}
.login-primary {
    z-index: 9999;
    position: absolute;
    top: 15px;
    right: 0;
    border: 6px solid rgba(0, 0, 0, 0.23);
    border-radius: 3px;
    background-color: #fff
}
@media only screen and (min-width:768px) {
    .login-primary {
        width: 400px
    }
}
.login-primary header {
    position: relative;
    background-color: #f1f1f1;
    border-bottom: 1px solid #ddd
}
.login-primary header h2 {
    display: inline-block;
    padding: 20px 15px;
    color: #868686
}
.login-primary .content {
    padding: 15px;
    border-bottom: 1px solid #ddd
}
.login-primary .content:before, .login-primary .content:after {
    content: " ";
    display: table
}
.login-primary .content:after {
    clear: both
}
.login-primary .content:before, .login-primary .content:after {
    content: " ";
    display: table
}
.login-primary .content:after {
    clear: both
}
.login-primary .content:before, .login-primary .content:after {
    content: " ";
    display: table
}
.login-primary .content:after {
    clear: both
}
.login-primary .content:before, .login-primary .content:after {
    content: " ";
    display: table
}
.login-primary .content:after {
    clear: both
}
.login-primary footer .meta {
    padding: 15px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px
}
.login-primary footer .meta a {
    display: block
}
.login-primary footer .action {
    background-color: #f1f1f1;
    padding: 15px
}
.login-primary .close {
    position: absolute;
    right: 15px;
    top: 15px;
    cursor: pointer;
    color: #222;
    background-color: transparent;
    border: none
}
.login-primary .close i {
    font-size: 2.8rem
}
@media only screen and (max-width:480px) {
    .login-primary {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        border: none
    }
}
.cart-mini {
    border-radius: 3px
}
@media only screen and (max-width:480px) {
    .cart-mini {
        border-bottom: 1px solid #ddd
    }
}
.cart-mini header {
    position: relative;
    padding: 15px;
    background-color: #f1f1f1;
    border-bottom: 1px solid #ddd
}
.cart-mini header h2 {
    display: inline-block
}
.cart-mini header nav {
    float: right;
    text-transform: capitalize
}
.cart-mini header nav i {
    display: inline-block
}
.cart-mini .cart-list {
    border-bottom: 1px solid #ddd
}
.cart-mini .cart-list:before, .cart-mini .cart-list:after {
    content: " ";
    display: table
}
.cart-mini .cart-list:after {
    clear: both
}
.cart-mini .cart-list:before, .cart-mini .cart-list:after {
    content: " ";
    display: table
}
.cart-mini .cart-list:after {
    clear: both
}
.cart-mini .cart-list:before, .cart-mini .cart-list:after {
    content: " ";
    display: table
}
.cart-mini .cart-list:after {
    clear: both
}
.cart-mini .cart-list:before, .cart-mini .cart-list:after {
    content: " ";
    display: table
}
.cart-mini .cart-list:after {
    clear: both
}
.cart-mini .cart-item {
    padding: 15px;
    cursor: pointer
}
.cart-mini .cart-item:hover {
    background-color: #eee
}
.cart-mini .value {
    text-transform: capitalize
}
.cart-mini .img {
    margin-bottom: 20px
}
.cart-mini .content span {
    display: block
}
.cart-mini footer {
    padding: 15px;
    background-color: #f1f1f1
}
.cart-mini footer:before, .cart-mini footer:after {
    content: " ";
    display: table
}
.cart-mini footer:after {
    clear: both
}
.cart-mini footer:before, .cart-mini footer:after {
    content: " ";
    display: table
}
.cart-mini footer:after {
    clear: both
}
.cart-mini footer:before, .cart-mini footer:after {
    content: " ";
    display: table
}
.cart-mini footer:after {
    clear: both
}
.cart-mini footer:before, .cart-mini footer:after {
    content: " ";
    display: table
}
.cart-mini footer:after {
    clear: both
}
.cart-mini footer .action {
    float: right
}
@media only screen and (max-width:480px) {
    .cart-mini footer .action {
        float: none
    }
}
.cart-mini footer .total {
    float: left;
    border: 1px solid #ddd;
    border-radius: 3px;
    padding: 15px;
    font-size: 2.1rem
}
@media only screen and (max-width:480px) {
    .cart-mini footer .total {
        float: none;
        margin-bottom: 20px
    }
}
.cart-mini footer .total strong {
    font-size: inherit
}
.cart-mini .slider-nav {
    position: relative;
    overflow: hidden;
    padding-top: 15px;
    padding-bottom: 15px
}
.cart-mini .slider-nav:before, .cart-mini .slider-nav:after {
    content: " ";
    display: table
}
.cart-mini .slider-nav:after {
    clear: both
}
.cart-mini .slider-nav:before, .cart-mini .slider-nav:after {
    content: " ";
    display: table
}
.cart-mini .slider-nav:after {
    clear: both
}
.cart-mini .slider-nav:before, .cart-mini .slider-nav:after {
    content: " ";
    display: table
}
.cart-mini .slider-nav:after {
    clear: both
}
.cart-mini .slider-nav:before, .cart-mini .slider-nav:after {
    content: " ";
    display: table
}
.cart-mini .slider-nav:after {
    clear: both
}
.cart-mini .slider-nav .prev {
    position: relative;
    left: -600px;
    display: inline-block;
    float: left
}
.cart-mini .slider-nav .next {
    position: relative;
    right: -600px;
    display: inline-block;
    float: right
}
.cart-mini .slider-nav i {
    font-size: 2.1rem;
    color: #ddd
}
.cart-mini .slider-nav a {
    -webkit-transition: .8s;
    transition: .8s;
    -webkit-transition: 0.8s;
    transition: 0.8s;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background-color: transparent;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.61)
}
.cart-mini .slider-nav a i {
    line-height: 45px
}
.cart-mini:hover .slider-nav .prev {
    left: 30px
}
.cart-mini:hover .slider-nav .next {
    right: 30px
}
.newsletter {
    float: right;
    position: relative
}
@media only screen and (max-width:480px) {
    .newsletter {
        float: none
    }
}
.newsletter .form-control {
    border-radius: 3px;
    width: 380px;
    margin-right: 15px;
    font-size: 1.8rem
}
.newsletter .btn {
    height: 45px;
    border-radius: 3px
}
.sosmed:before, .sosmed:after {
    content: " ";
    display: table
}
.sosmed:after {
    clear: both
}
.sosmed:before, .sosmed:after {
    content: " ";
    display: table
}
.sosmed:after {
    clear: both
}
.sosmed:before, .sosmed:after {
    content: " ";
    display: table
}
.sosmed:after {
    clear: both
}
.sosmed:before, .sosmed:after {
    content: " ";
    display: table
}
.sosmed:after {
    clear: both
}
.sosmed .sosmed-list {
    float: right
}
.sosmed-list {
    margin-right: -5px
}
.sosmed-list:before, .sosmed-list:after {
    content: " ";
    display: table
}
.sosmed-list:after {
    clear: both
}
.sosmed-list:before, .sosmed-list:after {
    content: " ";
    display: table
}
.sosmed-list:after {
    clear: both
}
.sosmed-list:before, .sosmed-list:after {
    content: " ";
    display: table
}
.sosmed-list:after {
    clear: both
}
.sosmed-list:before, .sosmed-list:after {
    content: " ";
    display: table
}
.sosmed-list:after {
    clear: both
}
.sosmed-list li {
    list-style: none;
    float: left;
    margin-right: 5px;
    min-width: 30px;
    line-height: 30px;
    padding-left: 15px;
    padding-right: 15px;
    display: block;
    -webkit-transition: .5s;
    transition: .5s;
    -webkit-transition: 0.5s;
    transition: 0.5s
}
.sosmed-list li {
    padding: 0
}
.sosmed-list .item {
    display: inline-block;
    padding: 0;
    width: 45px;
    height: 45px;
    margin: 0 3px;
    margin-bottom: 15px;
    border-radius: 50%;
    text-align: center;
    cursor: pointer;
    font-size: 2.1rem;
    -webkit-transition: .5s;
    transition: .5s;
    -webkit-transition: 0.5s;
    transition: 0.5s
}
.sosmed-list .item i {
    color: #fff
}
.sosmed-list .item:hover {
    -webkit-transform: transiteY(-5px);
    -ms-transform: transiteY(-5px);
    transform: transiteY(-5px)
}
.sosmed-list i {
    line-height: 45px;
    color: #499ec0
}
.sosmed-list a {
    background: none;
    border: 2px solid #b9b6b0;
    color: #b9b6b0
}
.sosmed-list a:hover {
    background: none
}
.sosmed-list .fb:hover {
    border-color: #3b5998
}
.sosmed-list .fb:hover i {
    color: #3b5998
}
.sosmed-list .tw:hover {
    border-color: #00aced
}
.sosmed-list .tw:hover i {
    color: #00aced
}
.sosmed-list .ins:hover {
    border-color: #517fa4
}
.sosmed-list .ins:hover i {
    color: #517fa4
}
.sosmed-list .pin:hover {
    border-color: #cb2027
}
.sosmed-list .pin:hover i {
    color: #cb2027
}
.sosmed-list .yt:hover {
    border-color: #b00
}
.sosmed-list .yt:hover i {
    color: #b00
}
.sosmed-list .gp:hover {
    border-color: #dd4b39
}
.sosmed-list .gp:hover i {
    color: #dd4b39
}
.sosmed-list .link:hover {
    border-color: #007bb6
}
.sosmed-list .link:hover i {
    color: #007bb6
}
.product-landing .product-item {
    margin-bottom: 20px;
    cursor: pointer
}
.product-landing .product-item figure {
    border-bottom: 2px solid transparent;
    padding-bottom: 20px
}
.product-landing .product-item .img {
    margin-bottom: 15px;
    position: relative
}
.product-landing .product-item .overlay {
    position: absolute;
    padding: 15px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: .2s;
    transition: .2s;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    background-color: rgba(240, 196, 23, 0.61)
}
.product-landing .product-item .overlay:before {
    content: "";
    position: absolute;
    background-color: rgba(0, 0, 0, 0.79);
    left: 0;
    top: 0;
    right: 0;
    height: 0;
    -webkit-transition: .5s;
    transition: .5s;
    -webkit-transition: 0.5s;
    transition: 0.5s
}
.product-landing .product-item .overlay:after {
    content: "";
    position: absolute;
    background-color: rgba(0, 0, 0, 0.79);
    left: 0;
    bottom: 0;
    right: 0;
    height: 0;
    -webkit-transition: .5s;
    transition: .5s;
    -webkit-transition: 0.5s;
    transition: 0.5s
}
.product-landing .product-item .price {
    display: block;
    text-align: center
}
.product-landing .product-item .price-deal {
    display: block;
    font-size: 3rem;
    -webkit-transform: scale(0.2);
    -ms-transform: scale(0.2);
    transform: scale(0.2);
    -webkit-transition: .8s;
    transition: .8s;
    -webkit-transition: 0.8s;
    transition: 0.8s
}
.product-landing .product-item .price-new {
    display: block;
    margin-bottom: 15px;
    font-size: 3rem;
    -webkit-transform: scale(0.2);
    -ms-transform: scale(0.2);
    transform: scale(0.2);
    -webkit-transition: .8s;
    transition: .8s;
    -webkit-transition: 0.8s;
    transition: 0.8s
}
.product-landing .product-item .price-old {
    display: block;
    font-size: 1.6rem;
    text-decoration: line-through;
    -webkit-transform: scale(0.2);
    -ms-transform: scale(0.2);
    transform: scale(0.2);
    -webkit-transition: .3s;
    transition: .3s;
    -webkit-transition: 0.3s;
    transition: 0.3s
}
.product-landing .product-item .text-title {
    font-size: 1.8rem;
    text-transform: uppercase
}
.product-landing .product-item:hover figure {
    border-color: #f16c43
}
.product-landing .product-item:hover .overlay {
    opacity: 1
}
.product-landing .product-item:hover .overlay:before {
    height: 30%
}
.product-landing .product-item:hover .overlay:after {
    height: 30%
}
.product-landing .product-item:hover .price-deal {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}
.product-landing .product-item:hover .price-new {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}
.product-landing .product-item:hover .price-old {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}
.product-small:before, .product-small:after {
    content: " ";
    display: table
}
.product-small:after {
    clear: both
}
.product-small:before, .product-small:after {
    content: " ";
    display: table
}
.product-small:after {
    clear: both
}
.product-small:before, .product-small:after {
    content: " ";
    display: table
}
.product-small:after {
    clear: both
}
.product-small:before, .product-small:after {
    content: " ";
    display: table
}
.product-small:after {
    clear: both
}
.product-small .product-item:before, .product-small .product-item:after {
    content: " ";
    display: table
}
.product-small .product-item:after {
    clear: both
}
.product-small .product-item:before, .product-small .product-item:after {
    content: " ";
    display: table
}
.product-small .product-item:after {
    clear: both
}
.product-small .product-item:before, .product-small .product-item:after {
    content: " ";
    display: table
}
.product-small .product-item:after {
    clear: both
}
.product-small .product-item:before, .product-small .product-item:after {
    content: " ";
    display: table
}
.product-small .product-item:after {
    clear: both
}
.product-small .product-item .img {
    width: 100px;
    float: left
}
.product-small .product-item img {
    -webkit-transition: .5s;
    transition: .5s;
    -webkit-transition: 0.5s;
    transition: 0.5s
}
.product-small .product-item .caption {
    margin-left: 115px
}
.product-small .product-item h3 {
    font-size: 1.6rem
}
.product-small .product-item:hover img {
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3)
}
.article-landing:before, .article-landing:after {
    content: " ";
    display: table
}
.article-landing:after {
    clear: both
}
.article-landing:before, .article-landing:after {
    content: " ";
    display: table
}
.article-landing:after {
    clear: both
}
.article-landing:before, .article-landing:after {
    content: " ";
    display: table
}
.article-landing:after {
    clear: both
}
.article-landing:before, .article-landing:after {
    content: " ";
    display: table
}
.article-landing:after {
    clear: both
}
.article-landing .article-item {
    padding-top: 15px;
    padding-bottom: 15px;
    position: relative
}
.article-landing .article-item img {
    -webkit-transition: .8s;
    transition: .8s;
    -webkit-transition: 0.8s;
    transition: 0.8s
}
.article-landing .article-item .img {
    margin-bottom: 10px
}
.article-landing .article-item .content-area {
    overflow: hidden;
    height: 196px
}
.article-landing .article-item .meta {
    margin-bottom: 5px;
    text-transform: capitalize;
    color: #999;
    font-size: 1.2rem
}
.article-landing .article-item .text-title {
    font-size: 1.8rem;
    max-height: 82px;
    margin-bottom: 10px
}
.article-landing .article-item .date {
    margin-right: 10px
}
.article-landing .article-item .author {
    text-transform: capitalize
}
.article-landing .article-item .content {
    height: 70px;
    overflow: hidden
}
.article-landing .article-item .fa {
    margin-right: 5px
}
.article-landing .article-item:hover {
    background-color: #f2f2f2
}
.article-list:before, .article-list:after {
    content: " ";
    display: table
}
.article-list:after {
    clear: both
}
.article-list:before, .article-list:after {
    content: " ";
    display: table
}
.article-list:after {
    clear: both
}
.article-list:before, .article-list:after {
    content: " ";
    display: table
}
.article-list:after {
    clear: both
}
.article-list:before, .article-list:after {
    content: " ";
    display: table
}
.article-list:after {
    clear: both
}
.article-list .article-item {
    border-bottom: 1px solid #ddd;
    padding-top: 15px;
    padding-bottom: 15px;
    position: relative
}
.article-list .article-item:before, .article-list .article-item:after {
    content: " ";
    display: table
}
.article-list .article-item:after {
    clear: both
}
.article-list .article-item:before, .article-list .article-item:after {
    content: " ";
    display: table
}
.article-list .article-item:after {
    clear: both
}
.article-list .article-item:before, .article-list .article-item:after {
    content: " ";
    display: table
}
.article-list .article-item:after {
    clear: both
}
.article-list .article-item:before, .article-list .article-item:after {
    content: " ";
    display: table
}
.article-list .article-item:after {
    clear: both
}
.article-list .article-item .img {
    float: left;
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
    padding: 0;
    margin-bottom: 10px
}
@media only screen and (max-width:480px) {
    .article-list .article-item .img {
        width: 100%
    }
}
.article-list .article-item img {
    -webkit-transition: .8s;
    transition: .8s;
    -webkit-transition: 0.8s;
    transition: 0.8s
}
.article-list .article-item .content-area {
    padding: 0;
    float: left;
    width: 50%;
    padding-left: 15px;
    padding-right: 15px
}
@media only screen and (max-width:480px) {
    .article-list .article-item .content-area {
        width: 100%
    }
}
.article-list .article-item .text-title {
    font-size: 1.8rem;
    max-height: 82px;
    margin-bottom: 5px
}
.article-list .article-item .meta {
    margin-bottom: 10px;
    color: #999
}
.article-list .article-item .meta i {
    color: #333
}
.article-list .article-item .date {
    margin-right: 10px
}
.article-list .article-item .author {
    text-transform: capitalize
}
.article-list .article-item .content {
    color: #666;
    height: 70px;
    overflow: hidden
}
.article-list .article-item .fa {
    margin-right: 5px
}
.article-list .article-item:hover img {
    -webkit-transform: scale(1.8);
    -ms-transform: scale(1.8);
    transform: scale(1.8)
}
.article-small:before, .article-small:after {
    content: " ";
    display: table
}
.article-small:after {
    clear: both
}
.article-small:before, .article-small:after {
    content: " ";
    display: table
}
.article-small:after {
    clear: both
}
.article-small:before, .article-small:after {
    content: " ";
    display: table
}
.article-small:after {
    clear: both
}
.article-small:before, .article-small:after {
    content: " ";
    display: table
}
.article-small:after {
    clear: both
}
.article-small .article-item {
    padding: 15px
}
.article-small .article-item:before, .article-small .article-item:after {
    content: " ";
    display: table
}
.article-small .article-item:after {
    clear: both
}
.article-small .article-item:before, .article-small .article-item:after {
    content: " ";
    display: table
}
.article-small .article-item:after {
    clear: both
}
.article-small .article-item:before, .article-small .article-item:after {
    content: " ";
    display: table
}
.article-small .article-item:after {
    clear: both
}
.article-small .article-item:before, .article-small .article-item:after {
    content: " ";
    display: table
}
.article-small .article-item:after {
    clear: both
}
.article-small .article-item:last-child {
    border: 0
}
.article-small .article-item .img {
    display: inline-block;
    width: 80px;
    float: left
}
.article-small .article-item .content-area {
    margin-left: 95px
}
.article-small .article-item .text-title {
    font-size: 1.6rem;
    line-height: 2.6rem
}
.article-small .article-item .date, .article-small .article-item .author {
    display: block
}
.article-small .article-item .fa {
    margin-right: 5px
}
.wrapper-primary .content-one {
    padding: 0;
    padding-bottom: 15px;
    min-height: 800px
}
.wrapper-primary .header-content {
    padding: 15px
}
.wrapper-primary .header-content .text-title {
    font-size: 2.4rem;
    line-height: 3.4rem
}
.wrapper-primary .content-primary {
    padding: 0;
    padding-top: 15px
}
.wrapper-primary .content-primary .content-post {
    min-height: 800px;
    padding-bottom: 15px
}
.wrapper-primary .aside-primary {
    padding-top: 15px
}
.back-top {
    position: fixed;
    right: 15px;
    bottom: 86px;
    display: inline-block;
    width: 45px;
    height: 45px;
    line-height: 45px;
    border-radius: 50%;
    background-color: #000;
    color: #fff;
    text-align: center;
    cursor: pointer
}
.page-header {
    margin-bottom: 20px;
    text-align: center
}
.page-header .text-title span {
    font-size: inherit;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
    border-bottom: 2px solid #f16c43
}
.page-header .sub-title {
    display: block;
    padding-top: 10px;
    padding-bottom: 10px
}
.dash-reseller .dash-title {
    background-color: #00B32D;
    padding: 15px;
    bottom: -87px;
    position: relative;
    border-top-left-radius: 3px
}
.dash-reseller .dash-title .text-title {
    color: #fff
}
html, body {
    height: 100%
}
.main {
    height: 100%
}

.header-primary {
    position: relative;
    padding-top: 5px
}
.header-primary .container {
    position: relative
}
.header-primary .logo {
    top: 10px;
    left: 0;
    position: absolute;
    cursor: pointer
}
.header-primary .menu-member {
    background-color: #036;
    border-radius: 0 0 10px 10px;
    float: right
}
.header-primary .menu-member ul {
    padding-left: 15px;
    padding-right: 15px
}
.header-primary .menu-member ul:before, .header-primary .menu-member ul:after {
    content: " ";
    display: table
}
.header-primary .menu-member ul:after {
    clear: both
}
.header-primary .menu-member ul:before, .header-primary .menu-member ul:after {
    content: " ";
    display: table
}
.header-primary .menu-member ul:after {
    clear: both
}
.header-primary .menu-member ul:before, .header-primary .menu-member ul:after {
    content: " ";
    display: table
}
.header-primary .menu-member ul:after {
    clear: both
}
.header-primary .menu-member ul:before, .header-primary .menu-member ul:after {
    content: " ";
    display: table
}
.header-primary .menu-member ul:after {
    clear: both
}
.header-primary .menu-member ul li {
    float: left;
    color: #fff
}
.header-primary .menu-member ul li i {
    margin-right: 5px
}
.header-primary .menu-member ul li a {
    display: inline-block;
    padding: 10px
}
.header-primary:before, .header-primary:after {
    content: "";
    position: absolute;
    top: 0;
    width: 50%;
    height: 5px
}
.header-primary:before {
    background-color: #FF0000;
    left: 0
}
.header-primary:after {
    background-color: #036;
    right: 0
}
.dash {
    padding-top: 170px;
    padding-bottom: 170px;
    background-image: url('https://idreg.files.wordpress.com/2017/04/domain-bgs-min.jpg');
    background-attachment: fixed;
}
.dash.dash-second .text-title {
    color: #fff
}
.domain-search {
    float: none !important;
    display: table;
    margin-left: auto;
    margin-right: auto;
    text-align: center
}
.domain-search .text-title {
    color: #fff
}
.domain-search h2 {
    margin-bottom: 15px;
    text-transform: capitalize
}
.domain-search h4 {
    font-style: italic;
    margin-bottom: 43px
}
.domain-search .form-inline:before, .domain-search .form-inline:after {
    content: " ";
    display: table
}
.domain-search .form-inline:after {
    clear: both
}
.domain-search .form-inline:before, .domain-search .form-inline:after {
    content: " ";
    display: table
}
.domain-search .form-inline:after {
    clear: both
}
.domain-search .form-inline:before, .domain-search .form-inline:after {
    content: " ";
    display: table
}
.domain-search .form-inline:after {
    clear: both
}
.domain-search .form-inline:before, .domain-search .form-inline:after {
    content: " ";
    display: table
}
.domain-search .form-inline:after {
    clear: both
}
.domain-search .form-inline input {
    width: 604px;
    height: 69px;
    border-radius: 5px 0 0 5px;
    float: left;
    font-style: italic
}
.domain-search .form-inline .btn {
    float: left;
    height: 69px;
    border-radius: 0 5px 5px 0
}
.wrapper-primary.content-one {
    padding-top: 45px;
    padding-bottom: 45px
}
.wrapper-primary.content-one .header {
    text-align: center;
    margin-bottom: 45px
}
.feature-list:before, .feature-list:after {
    content: " ";
    display: table
}
.feature-list:after {
    clear: both
}
.feature-list:before, .feature-list:after {
    content: " ";
    display: table
}
.feature-list:after {
    clear: both
}
.feature-list:before, .feature-list:after {
    content: " ";
    display: table
}
.feature-list:after {
    clear: both
}
.feature-list:before, .feature-list:after {
    content: " ";
    display: table
}
.feature-list:after {
    clear: both
}
.feature-list .feature-item {
    margin-bottom: 15px;
    height: 268px;
    float: left;
    width: 33.33333333%;
    padding-left: 15px;
    padding-right: 15px;
    text-align: center
}
@media only screen and (max-width:480px) {
    .feature-list .feature-item {
        width: 100%
    }
}
.feature-list .feature-item.feature-detail {
    float: left;
    width: 25%;
    padding-left: 15px;
    padding-right: 15px
}
@media only screen and (max-width:480px) {
    .feature-list .feature-item.feature-detail {
        width: 100%
    }
}
.feature-list .feature-item img {
    margin-bottom: 15px;
    cursor: pointer
}
.feature-list .feature-item .text-title {
    margin-bottom: 25px
}
.bottom-one {
    padding-top: 2px;
    padding-bottom: 2px;
    border-top: 5px solid #FF0000;
    -webkit-background-size: contain;
    background-size: contain;
    color: #b9b6b0
}
.bottom-one .about {
    float: left;
    width: 50%;
    padding-left: 15px;
    padding-right: 15px
}
@media only screen and (max-width:480px) {
    .bottom-one .about {
        width: 100%
    }
}
.bottom-one .about .header {
    margin-bottom: 30px
}
.bottom-one .about .content {
    margin-bottom: 30px
}
.bottom-one .connect {
    float: left;
    width: 50%;
    padding-left: 15px;
    padding-right: 15px
}
@media only screen and (max-width:480px) {
    .bottom-one .connect {
        width: 100%
    }
}
.bottom-one .connect .address {
    margin-top: 104px;
    margin-bottom: 42px;
    text-align: right
}
.bottom-one .connect .address .hp {
    font-size: 2rem;
    margin-bottom: 25px
}
.bottom-one .connect .address .location {
    margin-bottom: 45px
}
.bottom-one .connect .address .item {
    display: block
}
.bottom-one .connect .address .item:before, .bottom-one .connect .address .item:after {
    content: " ";
    display: table
}
.bottom-one .connect .address .item:after {
    clear: both
}
.bottom-one .connect .address .item:before, .bottom-one .connect .address .item:after {
    content: " ";
    display: table
}
.bottom-one .connect .address .item:after {
    clear: both
}
.bottom-one .connect .address .item:before, .bottom-one .connect .address .item:after {
    content: " ";
    display: table
}
.bottom-one .connect .address .item:after {
    clear: both
}
.bottom-one .connect .address .item:before, .bottom-one .connect .address .item:after {
    content: " ";
    display: table
}
.bottom-one .connect .address .item:after {
    clear: both
}
.bottom-one .connect .address .item .value {
    margin-right: 15px
}
.bottom-one .connect .address .item i {
    font-size: 2.4rem;
    float: right
}
.bottom-two {
    background-color: #191a1b;
    padding-top: 45px;
    padding-bottom: 45px
}
.bottom-two .menu-list {
    float: left;
    width: 25%;
    padding-left: 15px;
    padding-right: 15px;
    font-style: italic
}
@media only screen and (max-width:480px) {
    .bottom-two .menu-list {
        width: 100%
    }
}
.bottom-two .menu-list .header .text-title {
    color: #e3e5eb;
    font-size: 1.6rem;
    font-weight: bold;
    margin-bottom: 25px
}
.bottom-two .menu-list .content {
    color: #b9b6af
}
.footer-primary {
    padding-top: 20px;
    padding-bottom: 20px
}
.footer-primary a {
    color: #FF0000
}
.step-list:before, .step-list:after {
    content: " ";
    display: table
}
.step-list:after {
    clear: both
}
.step-list:before, .step-list:after {
    content: " ";
    display: table
}
.step-list:after {
    clear: both
}
.step-list:before, .step-list:after {
    content: " ";
    display: table
}
.step-list:after {
    clear: both
}
.step-list:before, .step-list:after {
    content: " ";
    display: table
}
.step-list:after {
    clear: both
}
.step-list .step-item {
    float: left;
    width: 25%;
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
    margin-bottom: 25px
}
@media only screen and (max-width:480px) {
    .step-list .step-item {
        width: 100%
    }
}
.step-list .step-item img {
    width: 100%;
    margin-bottom: 25px
}
.step-list .step-item .text-title {
    color: #fff;
    font-size: 2.4rem
}
.list-contact.list-responsive {
    position: relative;
    margin-left: -15px;
    margin-right: -15px
}
.list-contact.list-responsive .item {
    border: none
}
.list-contact.list-responsive .item .title {
    width: 150px
}
.list-contact.list-responsive .item .value .separator {
    margin-right: 50px
}
.whois-search {
    margin-bottom: 20px
}
.whois-search .whois-form {
    float: none !important;
    width: 700px;
    margin-left: auto;
    margin-right: auto
}
.whois-search .whois-form:before, .whois-search .whois-form:after {
    content: " ";
    display: table
}
.whois-search .whois-form:after {
    clear: both
}
.whois-search .whois-form:before, .whois-search .whois-form:after {
    content: " ";
    display: table
}
.whois-search .whois-form:after {
    clear: both
}
.whois-search .whois-form:before, .whois-search .whois-form:after {
    content: " ";
    display: table
}
.whois-search .whois-form:after {
    clear: both
}
.whois-search .whois-form:before, .whois-search .whois-form:after {
    content: " ";
    display: table
}
.whois-search .whois-form:after {
    clear: both
}
.whois-search .whois-form .form-control {
    float: left;
    width: 560px;
    height: 45px;
    margin-bottom: 15px;
    margin-right: 10px
}
.whois-search .whois-form .btn {
    height: 45px;
    float: left
}
.whois-result {
    border-radius: 5px;
    border: 1px solid #ddd;
    position: relative;
    margin-left: -15px;
    margin-right: -15px;
    padding: 15px
}
.whois-result .text-title {
    margin-bottom: 15px
}
.form-horizontal {
    position: relative;
    margin-left: -15px;
    margin-right: -15px
}
.form-header {
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px
}
.form-header .text-title {
    display: inline-block;
    padding: 15px 0;
    margin-bottom: -1px;
    border-bottom: 2px solid #f16c43
}
.form-agreement {
    background-color: #f3f3f3;
    padding: 15px;
    border-radius: 5px;
    margin-bottom: 25px
}
.table-pricing thead th {
    height: 50px;
    line-height: 50px !important;
    text-transform: capitalize;
    background-color: #036 !important;
    color: #fff;
    border-color: #ccc !important
}
.table-pricing .nofooter {
    border-bottom: #f16c43 !important
}

.table-pricing tbody td {
    text-align: right !important;
}

.table-pricing tbody td.title {
    text-align: left !important;
}

.dataTables_wrapper input{
    height: 45px;
    line-height: 1.42857143;
    padding: 6px 12px;
    font-size: 14px;
    color: #555;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 3px;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.blank-page {
    padding-top: 100px;
    padding-bottom: 80px
}
.blank-page .black-wrapper {
    margin-top: 200px;
    float: none !important;
    display: table;
    margin-left: auto;
    margin-right: auto
}
.blank-page .img {
    background-color: #fff;
    margin-bottom: 80px
}
.blank-page .img img {
    width: auto
}
.blank-page .caption {
    float: none !important;
    display: table;
    margin-left: auto;
    margin-right: auto
}
.blank-page .caption .text-title {
    margin-bottom: 18px
}
.blank-page .caption .text-extra {
    color: #f16c43
}
.blank-page .caption p {
    line-height: 28px;
    margin-bottom: 40px
}
.blank-page .caption .back-home {
    text-transform: capitalize;
    font-size: 1.8rem
}
.blank-page .caption .font-icon {
    margin-left: 15px
}
.reseller-home {
    position: relative;
    margin-bottom: 25px
}
.reseller-home:before, .reseller-home:after {
    content: " ";
    display: table
}
.reseller-home:after {
    clear: both
}
.reseller-home:before, .reseller-home:after {
    content: " ";
    display: table
}
.reseller-home:after {
    clear: both
}
.reseller-home:before, .reseller-home:after {
    content: " ";
    display: table
}
.reseller-home:after {
    clear: both
}
.reseller-home:before, .reseller-home:after {
    content: " ";
    display: table
}
.reseller-home:after {
    clear: both
}
.reseller-home .btn {
    border-radius: 10px;
    padding-top: 0;
    position: absolute;
    bottom: 22px;
    right: 13%;
    height: 60px;
    line-height: 60px;
    font-size: 30px;
    background-color: #f89b09;
    padding-bottom: 0;
    border: none
}
.reseller-home .btn:hover {
    background-color: #036
}
.reseller-produk {
    position: relative
}
.reseller-produk .btn {
    float: none !important;
    display: table;
    margin-left: auto;
    margin-right: auto;
    border-radius: 10px;
    padding-top: 0;
    position: relative;
    bottom: 77px;
    height: 60px;
    line-height: 60px;
    font-size: 30px;
    background-color: #499dbf;
    padding-bottom: 0;
    border: none
}
.reseller-produk .btn:hover {
    background-color: #3081a2
}
@media only screen and (max-width:480px) {
    .menu-member {
        float: none !important;
        display: table;
        margin-left: auto;
        margin-right: auto
    }
}
@media only screen and (max-width:480px) {
    .header-primary:after {
        background-color: #f16c43
    }
    .header-primary .logo {
        top: 88px;
        float: none !important;
        display: table;
        margin-left: auto;
        margin-right: auto
    }
}
@media only screen and (max-width:820px) {
    .navbar-primary .menu {
        padding-top: 0
    }
    .navbar-primary .navbar-menu {
        margin-top: 48px
    }
}
@media only screen and (max-width:680px) {
    .navbar-primary {
        margin-top: 88px
    }
}
@media only screen and (max-width:680px) {
    .feature-list .feature-item {
        width: 100%
    }
    .feature-list .feature-item.feature-detail {
        width: 100%
    }
}
@media only screen and (max-width:780px) {
    .domain-search {
        display: block
    }
}
@media only screen and (max-width:780px) {
    .domain-search .form-inline input {
        display: block;
        width: 100%;
        border-radius: 5px;
        margin-bottom: 25px
    }
}
@media only screen and (max-width:780px) {
    .domain-search .form-inline .btn {
        border-radius: 5px;
        padding-left: 45px;
        padding-right: 45px
    }
}
@media only screen and (min-width:680px) and (max-width:980px) {
    .list-step .step-item {
        width: 145px
    }
}
@media only screen and (max-width:480px) {
    .black-page .img img {
        width: 100% !important
    }
}
@media only screen and (max-width:980px) {
    .reseller-home .img-full {
        margin-bottom: 20px
    }
}
@media only screen and (max-width:980px) {
    .reseller-home .btn {
        position: static;
        float: none;
        display: block
    }
}
@media only screen and (max-width:980px) {
    .reseller-produk .img-full {
        margin-bottom: 20px
    }
}
@media only screen and (max-width:980px) {
    .reseller-produk .btn {
        position: static;
        display: block;
        bottom: 0
    }
}

/*arif style*/
/*
 * Domain search
 */
#domain-search-main {
    text-align: center;
    background-color: #f16c43;
    color: #ffffff;
    padding: 40px 20px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}
#domain-search-main h2,
#domain-search-main h3 {
    color: #ffffff;
    font-weight: bold;
}
#domain-search-main h2 {
    margin-bottom: 10px;
}
#domain-search-main h3 {
    margin-bottom: 40px;
}
#domain-search-main .form-group {
    position: relative;
    margin: 0 20px;
}
#domain-search-main .input-inline {
    margin-right: 104px;
}
#domain-search-main .input-inline input {
    width: 100%;
    border: 0 none;
}
#domain-search-main .btn-primary {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #43190c;
    border: 0 none;
    padding: 10px 21px 11px;
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
}
#domain-search-main .btn i {
    margin-right: 6px;
}
#domain-search-result .input-inline {
    margin-right: 151px;
    position: relative;
    display: block;
}
#input-domain-name{
    -webkit-border-radius: 4px 0px 0px 4px;
    -moz-border-radius: 4px 0px 0px 4px;
    border-radius: 4px 0px 0px 4px;
}
#search-domain-submit {
    position: absolute;
    top: 0;
    right: -151px;
    height: 45px;
    line-height: 46px;
    padding: 0 26px;
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
}
.dresult-main{
    background-color: #ffffff;
    border: 1px solid #ebecec;
    padding: 35px 30px 25px;
    position: relative;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}
#domain-result-content .domain-name {
    font-size: 30px;
    line-height: 30px;
}
.domain-info .tld strong{
    font-size: 48px;
    line-height: 48px;
}
#domain-result-content .price-value{
    text-align: right;
}
#domain-result-content .domain-action{
    text-align: right;
}
#domain-result-content .price-value del {
    font-size: 20px;
    line-height: 36px;
    vertical-align: middle;
}
#domain-result-content .price-value strong {
    font-size: 42px;
    line-height: 52px;
    vertical-align: middle;
    margin-left: 6px;
    color:#F16C43;
}
#domain-result-content .price-info p {
    font-size: 12px;
    margin-bottom: 0;
    text-align: right;
}
#domain-result-content .promo-ribbon {
    background-color: #499EC0;
    width: 150px;
    padding: 10px 20px 25px 20px;
    text-align: center;
    color: #ffffff;
    font-size: 15px;
    position: relative;
    margin-bottom: 15px;
}
#domain-result-content .promo-ribbon:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 0 75px 18px;
    position: absolute;
    bottom: 0;
    left: 0;
    border-bottom-color: #ffffff;
}
.promo-right{
    float:right;
    position:absolute;
    top:0;
    right:20px;
}
@media (max-width: 768px) {
    .promo-right {
        position: relative;
        float: left;
        width: 100%;
        right: 0px;
        margin:20px 0px;
    }
    #domain-result-content .price-value,
    #domain-result-content .price-info p{
        text-align: left;
    }
    #domain-result-content .promo-ribbon {
        background-color: #499EC0;
        padding: 10px;
        min-width: 150px;
        width:100%;
        text-align: center;
        color: #ffffff;
        font-size: 15px;
        position: relative;
        margin-bottom: 15px;
    }
    #domain-result-content .promo-ribbon:after {
        content: '';
        display: none;
    }
}
#domain-result-content .dresult-promo {
    border: 1px solid #ebecec;
    padding: 20px;
    margin-top:50px;
}
.btn-block{
    width:100%;
}
.red-sign-big {
    font-size: 40px;
    left: 15px;
    margin-right:5px;
}
.dresult-promo-main ul{
    margin-left:42px;
}
.btn{
    font-weight:bold;
}
.btn-success {
    color: #ffffff;
    background-color: #71d398;
    border-color: #71d398;
}
.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .open .dropdown-toggle.btn-success {
    color: #ffffff;
    background-color: #52c981;
    border-color: #42c576;
}
.mt20 {
    margin-top: 20px !important;
}
.go-cart-box{
    border: 1px solid #ebecec;
    padding: 35px 30px 25px;
    clear:both;
}
.dresult-more{
}
.manage-nav {
    background-color: #f3f5f6;
    padding: 10px 10px 5px 10px;
    border-radius:6px;
}
.panel-title{
    color:#ffffff;
}
.panel-primary > .panel-body {
    border: 1px solid #75b9e6;
    border-top: none;
    padding:15px;
}
.panel-primary > .panel-body input{

}
.panel-primary > .panel-heading {
    color: #ffffff;
    background-color: #75b9e6;
    border-color: #75b9e6;
}
.panel-heading {
    padding: 12px 15px;
    min-height: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.panel {
    position: relative;
    margin-bottom: 25px;
    border-radius: 4px;
    border: 0;
    box-shadow: none;
}
.mt5 small{
    font-size:100%;
}
.group-border .form-group, .form-inline.group-border .form-group {
    border-bottom: 1px solid #e7e7e2;
    padding-bottom: 8px;
    padding-top: 12px;
    margin-bottom: 0;
}
.btn-group, .btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    float:left;
}
.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
    margin: 0px 10px;
}
.input-group-addon:first-child {
    border-right: 0;
}
.input-group-addon {
    padding: 4px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px 0px 0px 4px;
}
.input-group .form-control {
    position: relative;
    height:34px;
    z-index: 2;
    width: 100%;
    margin-bottom: 0;
    border-radius: 0px 4px 4px 0px;
}
.input-group-addon, .input-group-btn, .input-group .form-control {
    display: table-cell;
}
.jump-to button {
    padding: 8px 12px;
}
.jump-to-field {
    float:left;
    margin-bottom:5px;
}
.btn-group, .btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    float: left;
}
.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}
.mt10{
    margin-top:5px;
}
.mb5{
    margin-bottom:5px;
}
.page-dir > .btn{
    display: inline-block;
    margin-bottom: 0;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
}
.page-dir {
    margin-left:10px;
}
.page-dir a{
    float:left;
    border-radius:0px;
    margin-left:-1px;
}
.domain-more-list{
    margin-top:20px;
}
.domain-more-list .domain-item {
    margin-bottom: 10px;
    border: 1px solid #dddddd;
    padding: 20px 115px 20px 15px;
    position: relative;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.domain-more-list .domain-item-ribbon {
    background-color: #499EC0;
    width: 80px;
    padding: 10px 10px 20px 10px;
    text-align: center;
    color: #ffffff;
    font-size: 12px;
    position: absolute;
    margin-bottom: 15px;
    top: 0;
    right: 8px;
}
.domain-more-list .domain-item-ribbon:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 0 40px 10px;
    position: absolute;
    bottom: 0;
    left: 0;
    border-bottom-color: #ffffff;
}

.domain-more-list .domain-price strong {
    font-size: 28px;
    display: inline-block;
    margin-left: 5px;
    vertical-align: middle;
}
.form-control {
    padding: 6px 10px;
}
.domain-ext strong{
    font-size:24px;
    font-weight:bold;
}
#domain-result-content .domain-more-list .domain-name {
    font-size: 18px;
}
.cart-bottom button{
    float:right;
}
.btn-lg, .btn-group-lg > .btn {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px;
}
.btn-danger {
    color: #ffffff;
    background-color: #f68484;
    border-color: #f68484;
}
.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .open .dropdown-toggle.btn-danger {
    color: #ffffff;
    background-color: #f35e5e;
    border-color: #f24b4b;
}
/* -----------------------------------------
   Bootstrap sliders
----------------------------------------- */
.slider {
    margin-top: 2px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
}
.slider.slider-horizontal {
    width: 100%;
    height: 20px;
    margin-bottom:10px;
}
.slider.slider-horizontal .slider-track {
    height: 10px;
    width: 100%;
    top: 50%;
    left: 0;
}
.slider.slider-horizontal .slider-selection {
    height: 100%;
    top: 0;
    bottom: 0;
}
.slider.slider-horizontal .slider-handle {
    margin-left: -10px;
    margin-top: -5px;
}
.slider.slider-horizontal .slider-handle.triangle {
    border-width: 0 10px 10px 10px;
    width: 0;
    height: 0;
    border-bottom-color: #0480be;
    margin-top: 0;
}
.slider.slider-vertical {
    height: 210px;
    width: 20px;
}
.slider.slider-vertical .slider-track {
    width: 10px;
    height: 100%;
    margin-left: -5px;
    left: 50%;
    top: 0;
}
.slider.slider-vertical .slider-selection {
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
}
.slider.slider-vertical .slider-handle {
    margin-left: -5px;
    margin-top: -10px;
}
.slider.slider-vertical .slider-handle.triangle {
    border-width: 10px 0 10px 10px;
    width: 1px;
    height: 1px;
    border-left-color: #0480be;
    margin-left: 0;
}
.slider.slider-disabled .slider-handle {
    background-image: -webkit-linear-gradient(top, #dfdfdf 0%, #bebebe 100%);
    background-image: linear-gradient(to bottom, #dfdfdf 0%, #bebebe 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdfdfdf', endColorstr='#ffbebebe', GradientType=0);
}
.slider.slider-disabled .slider-track {
    background-image: -webkit-linear-gradient(top, #e5e5e5 0%, #e9e9e9 100%);
    background-image: linear-gradient(to bottom, #e5e5e5 0%, #e9e9e9 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe5e5e5', endColorstr='#ffe9e9e9', GradientType=0);
    cursor: not-allowed;
}
.slider input {
    display: none;
}
.slider .tooltip {
    margin-top: -30px;
    display: none;
}
.slider .tooltip.right {
    margin-top: 0;
}
.slider .tooltip-inner {
    white-space: nowrap;
}
.slider-track {
    position: absolute;
    cursor: pointer;
    background: #f3f5f6;
    border-radius: 0;
}
.slider-selection {
    position: absolute;
    background: #75b9e6;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 0;
}
.slider-handle {
    position: absolute;
    width: 20px;
    height: 20px;
    background-color: #227dba;
    -webkit-filter: none;
    filter: none;
    opacity: 1;
    border: 0px solid transparent;
}
.slider-handle.round {
    border-radius: 50%;
    background-color: #f3f5f6;
    border: 6px solid #227dba;
}
.slider-handle.round:before {
    content: "";
    position: absolute;
    top: -7px;
    left: -7px;
    width: 22px;
    height: 22px;
    border: 1px solid #ffffff;
    border-radius: 50%;
}
.slider-handle.triangle {
    background: transparent none;
}
.element.style {
}
.form-horizontal .help-block, .form-inline .help-block {
    font-size: 13px;
    margin-bottom: 0;
}
.color-red {
    color: #EF592B !important;
}
.strong{
    font-weight:bold;
}
/* -----------------------------------------
   Checkboxes
*/
.exts-list {
    max-height: 180px;
    overflow: auto;
    margin-top: 15px;
    border:1px solid #f4f4f4;
    padding:10px;
}
.exts-list li strong{
    color:#499EC0;
    font-weight:bold;
}
.btn-clear-exts-list{
    color:#499EC0;
    font-weight:bold;
    float:right;
    margin-top:10px;
}
}
/* -----------------------------------------
   Alert
*/

.alert {
    padding: 15px 20px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}
.alert-info {
    background-color: #eef6fc;
    border-color: #499EC0;
    color: #499EC0;
    border: 1px solid #d8ebf8;
}
.bs-callout-primary {
    display: block;
    margin: 20px 0;
    padding: 15px 30px 15px 15px;
    border-left: 3px solid #499EC0;
    background-color: #f7fbfd;
}
.bs-callout-primary h1, .bs-callout-primary h2, .bs-callout-primary h3, .bs-callout-primary h4, .bs-callout-primary h5, .bs-callout-primary h6 {
    margin-top: 0;
    color: #499EC0;
}
.form-transfer-domain input,
.form-transfer-domain select {
    margin-bottom:10px;
    height:35px;
}
.mt15 a{
    color:#008cba;
}

.bs-callout ul{
    display: block;
    list-style-type: disc;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 25px;
}
.bs-callout ul li{
    list-style:disc;
}



/* untuk alert error di domain search (lugas) */
#search-domain .error{
    color: #FF4500;
}
/* end */

/* tambahan lugas */
.domain-more-list .domain-price{
    text-align : right;
}
.domain-more-list .domain-buy{
    text-align : right;

}
label.error {
    text-align: left !important;
    width: 100% !important;
}
/* end tambahan lugas */

/* tambah untuk halaman why-us */
.why-us-list .why-us-item .content-area {
    margin-left: 100px;
}
.why-us-list:before, .why-us-list:after{
    content : " ";
    display : table
}
.why-us-list:after{
    clear : both
}
.why-us-list .why-us-item{
    margin-bottom : 40px
}
.img-why-us{
    float : left;
    width: auto;
}
.why-us-list .why-us-item .content-area{
    margin-left : 100px
}
.why-us-list .why-us-item .content-area .text-title{
    margin-bottom : 15px
}
/* end tambah untuk halaman why-us */

/* tambahan buat transfer eligibility */
.eligibility-form {
    margin-bottom : 20px;
}
/* END tambahan buat transfer eligibility */

.top-logo{
    z-index : 9999;
}

.btn-primary2 {
    background-color:#EA3848;
    border:2px solid #E8626D;
    font-weight:bold;
    font-family:roboto;
    margin-top: 20px;
}

.btn-primary2:hover {
    background-color:#C22B3A;
}

.btn-primary3 {
    background-color:#EE5B15;
    border:2px solid #F79C67;
    font-weight:bold;
    font-family: 'Roboto Condensed', sans-serif;
}

.btn-primary3:hover {
    background-color:#E49135;
    border:2px solid #EE5B15;
}

.btn-xl {
    padding: 15px 22px;
}

.res1 h2{
    color:#ffffff;
    font-family:roboto;
    font-weight:300;
    font-size: 3.9rem;
}

.res2 h2{
    font-weight:300;
    font-size: 3.7rem;
    font-family:roboto;
    line-height: 40px;
}

.res1 {
    background-color:#C22B3A;
    padding: 50px;
    text-align:center;
}

.res2 {
    padding:50px;
    text-align:center;
}

.block {
    margin-bottom: 25px;
    min-height: 300px;
    border: 1px solid #ACACAC;
    border-bottom: 4px solid #F16C43;
    padding: 10px;
}

.pt20 {
    padding-top: 20px!important;
}

.pt30 {
    padding-top: 30px!important;
}

.pb20 {
    padding-bottom: 20px!important;
}

.mb20 {
    padding-bottom: 20px!important;
}

.block p{ 
    font-size:18px;
    font-family: roboto;
    font-weight: 300;
    padding-top: 30px;
}

.res3 {
    background-image: url('/themes/default/assets/img/bg2.png');
    padding:50px;
    text-align:center;
    min-height: 300px;
    background-position: center;
}

.res3 h2{
    font-weight:300;
    font-size: 3.7rem;
    font-family:roboto;
    color:#ffffff;
}

.block2 {
    margin-bottom: 25px;
    min-height: 135px;
    border: 1px solid #FFFFFF;
    padding: 0 0 0 30px;
    display: inline-table;
    width: 100%;
}

.block2 img {
    float: left;
    padding: 0 0 0 20px;
}

.block2 p {
    float: left;
    padding-top: 25px;
    width: 75%;
    text-align: left;
    color: #ffffff;
    font-weight: 100;
    font-family: roboto;
    font-size: 17px;
    padding-left: 16px;
}

.res4 {
    background-color: #E49135;
    padding:20px;
    text-align:center;
    min-height: 30px;
}

.garis:before {
    content: "";
    display: block;
    margin: 0px auto 0px;
    width: 50%;
    height: 3px;
    background-color: #383838;
}

.garis:after {
    content: "";
    display: block;
    margin: -3px auto 25px;
    width: 20%;
    height: 3px;
    background-color: #F16C43;
    margin-bottom: 40px;
}

.garis2:before {
    content: "";
    display: block;
    margin: 0px auto 0px;
    width: 50%;
    height: 3px;
    background-color: #ffffff;
}

.garis2:after {
    content: "";
    display: block;
    margin: -3px auto 25px;
    width: 20%;
    height: 3px;
    background-color: #F16C43;
    margin-bottom: 40px;
}

.res1 h2 {
    line-height: 1;
}

@media (max-width:478px) {
    .block2 {
        padding:0;
    }

    .block2 img {
        float: none;
        padding: 0;
    }

    .block2 p {
        width: 100%;
        padding:10px;
        text-align: center;
    }

    .res4 .btn {
        margin-bottom: 5px;
        width: 100%;
    }

    .res3 {
        background: none;
        background-color: #3A8C98;
    }
}

@media (min-width:992px) {
    .block2 p {
        width: 70%;
    }

    .block2 img {
        padding: 0;
    }
}